@media screen and (max-width:1400px) {

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

svg.curzr{display: none;}

/*header*/
#header{position: absolute;width: 100%;top: 0;z-index: 7000;line-height: 1;}
#header .inner{display: flex;align-items: center; justify-content: space-between; height: 80px;}
#header h1 a img{width: 96px;}
#header .right{display: flex;align-items: center;gap:90px;}
#header ul.gnb{display: none;gap:90px;}
#header ul.gnb li a{font-size: 20px; color: #fff;}
#header .nav_btn img{width: 38px;}

.navigation{position: absolute;top: 0; right: -50%;flex-direction: column;width: 50%;height: 100%; background: rgba(0,0,0,.9);z-index: 8000; line-height: 1; transition: all 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.navigation.on{right: 0;}
.navigation .nav_header{display: flex;align-items: center;justify-content: flex-end; height: 80px;padding: 0 20px;}
.navigation .nav_header .x_btn img{width: 27px;}
.navigation .lnb{display: flex;flex-direction: column;justify-content: flex-end;height: calc(100vh - 80px);padding: 100px 30px;}
.navigation .lnb h3 a{font-size: 70px; color: #fff;font-weight: 400;}
.navigation .lnb h3:not(:last-child){margin-bottom: 40px;}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .video_wrap{position:relative; width:100%; padding-bottom:133.333%;}
#visual_wrap .video_wrap img,
#visual_wrap .video_wrap video,
#visual_wrap .video_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#visual_wrap .txt_wrap{position: absolute;left: 0; bottom: 85px;width: 100%;}
#visual_wrap .txt_wrap p{font-size: 100px; line-height: 115px; color: #fff; font-weight: 500;text-transform:uppercase;}

/* section */
.section{line-height: 1;}

/* section01 */
#section01{position: relative;display: flex;align-items: center; justify-content: center;min-height: 100vh;}
#section01 .txt_wrap{position: relative;}
#section01 .txt_wrap p{font-size: 210px; line-height: 230px; -webkit-text-fill-color: rgba(255, 255, 255, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50.1%);background-size: 0% 100%;text-transform:uppercase;text-align: center;}
#section01 .btn_wrap{display: flex;align-items: center;position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);}
#section01 .btn_wrap a.youtube_btn{display: flex;align-items: center;justify-content: center;gap:20px;width: 175px; height: 68px;background: #fff; border-radius:50px;box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);}
#section01 .btn_wrap a.youtube_btn img{width: 25px;}
#section01 .btn_wrap a.youtube_btn p{font-size: 24px; color: #000;}
#section01 .btn_wrap a.arr{display: flex;align-items: center; justify-content: center; background: var(--co01);width: 68px; height: 68px; border-radius:100%;box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);}
#section01 .btn_wrap a.arr img{width: 17px;}
#section01 .img img{width: 89px;}

#section01 .img{position: absolute;bottom: 20px;left: 68%;transform: translateX(-50%);}

/*section02*/
#section02{position: relative;line-height: 1;cursor: grab;padding: 120px 0;}
#section02 .inner{position: relative;display: flex;align-items: center;justify-content: space-between;width: 100%;padding: 0 2.6%;min-height: auto;}
#section02 .txt_wrap{position: relative;}
#section02 .txt_wrap .slide_wrap{width: 150px;height: 26px;overflow: hidden; background: var(--co01);}
#section02 .txt_wrap .slide_wrap ul.sec02_slide li{font-size: 14px; line-height: 25px; color: #111; font-weight: 500;margin-right: 15px;}
#section02 .txt_wrap p{font-size: 110px; line-height: 140px;color: #fff;font-weight: 500;text-transform:uppercase;}

#section02 .txt_wrap .icon{position: absolute;}
#section02 .txt_wrap .icon img{width: 80px;}
#section02 .txt_wrap .icon01{top: 0;right: 55px;}
#section02 .txt_wrap .icon02{top: 135px;left: 50%;transform: translateX(-50%);}
#section02 .txt_wrap .icon03{bottom: 18px;left: 45px;}
#section02 .txt_wrap .icon04{bottom: -80px;right: 40px;}

.stamp{position: absolute;width: 80px;transform: translate(-50%, -50%) scale(0);pointer-events: none;animation: pop 0.2s ease-out forwards;z-index: 1000;}
@keyframes pop {
	100% {transform: translate(-50%, -50%) scale(1);}
}

#section02 .video_box{width: 279px;}
#section02 .video_wrap{position:relative; width:100%; padding-bottom:178.049%;overflow: hidden; border-radius:10px;}
#section02 .video_wrap img,
#section02 .video_wrap video,
#section02 .video_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section02 .video_wrap::after{content:'';position: absolute;top: 0; width: 100%; height: calc(100% - 30px); z-index: 100;/* background: rgba(255,255,255,.4); */}

#section02 .video_box .slick-dots{position: absolute;top: initial; bottom: 15px;left: 0;padding: 0 20px;display: flex;align-items: center;justify-content: center;gap:5px;width: 100%;}
#section02 .video_box .slick-dots li{position: relative;flex:1;height: 5px; background: rgba(255,255,255,.2); border-radius:5px;text-indent: -9999px;}
#section02 .video_box .slick-dots li::after{content:'';position: absolute;top: 0; left: 0;width: 0; height: 100%; background: #fff;border-radius:2px;}
#section02 .video_box .slick-dots li.slick-active::after{animation: dotsAni01 3.5s linear forwards;}
@keyframes dotsAni01{
0%{width: 0;}
100%{width: 100%;}
}

/* section03 */
#section03{position: relative;min-height: 690px;}
#section03 .slide{overflow: hidden;padding: 10px 0;}
#section03 .slide .slick-track{display: flex;align-items: center;}
#section03 .slide .item .txt{display: inline-flex;align-items: center;font-size: 180px; color: #111;text-transform:uppercase;width: max-content;}
#section03 .slide .item .txt p{display: inline-block;}
#section03 .slide .item .txt img.pc_img{display: none;}
#section03 .slide01{position: absolute;top: 70px;background: var(--co02);transform: rotate(6deg) translateX(-20px);transform-origin: left;}
#section03 .slide01 .item .txt img{width: 123px;}
#section03 .slide02{position: absolute;bottom: 70px;background: var(--co01);transform: rotate(-6deg) translateX(-20px);transform-origin: left;}
#section03 .slide02 .item .txt img{width: 150px;}

/* section04 */
#section04{padding: 120px 0;}
#section04 .inner{padding: 0;padding-left: 2.6%;}
#section04 ul.sec04_slide{}
#section04 ul.sec04_slide li{position: relative;margin-right: 15px;width: 320px;}
#section04 ul.sec04_slide li .img_wrap{position:relative; width:100%; padding-bottom:150%;overflow: hidden; border-radius:20px;}
#section04 ul.sec04_slide li .img_wrap::after{content:'';position: absolute;top: 0; left: 0;width: 100%; height: 100%;background: linear-gradient(180deg,transparent 55%, rgba(0, 0, 0, .9) 81%);}
#section04 ul.sec04_slide li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;border-radius:23px;}
#section04 ul.sec04_slide li .txt_wrap{position: absolute;bottom: 35px; left: 0;width: 100%;padding: 25px;}
#section04 ul.sec04_slide li .txt_wrap p{font-size: 24px; color: #fff;font-weight: 700;text-align: center;margin-bottom: 20px;text-transform:uppercase;}
#section04 ul.sec04_slide li .txt_wrap .sns_wrap{display: flex; align-items: center;justify-content: center;margin-bottom: 25px;}
#section04 ul.sec04_slide li .txt_wrap .sns_wrap img{width: 20px;}
#section04 ul.sec04_slide li .txt_wrap span{display: block;font-size: 14px; color: #fff; line-height: 20px;text-align: center;}

#section04 .siide_items{display: flex;align-items: center; justify-content: center;gap:15px;margin-top: 50px;}
#section04 .siide_items .slick-arrow img{width: 35px;}
#section04 .siide_items .sec04_dots{position: relative;width: 210px; height: 4px;background: rgba(255,255,255,.2); border-radius:	2.5px;overflow: hidden;}
#section04 .siide_items .sec04_dots li{position: absolute;left: 0;top: 0;width: 0;height: 100%;background: var(--co01);text-indent: -9999px;}
#section04 .siide_items .sec04_dots li.slick-active{animation: sec04Ani 3s  linear forwards;}
@keyframes sec04Ani{
0%{width: 0;}
100%{width: 100%;}
}

/* section05 */
#section05{position: relative;padding: 120px 0;}
#section05 .bg_txt{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);font-size: 175px; color: rgba(255,255,255,.05); font-weight: 700;pointer-events: none;}
#section05 .inner{width: 100%;padding: 0 2.6%;}
#section05 .box_wrap{display: flex;gap:40px;}
#section05 .box_wrap .box{width: calc((100% - 40px) / 2);}
#section05 .box_wrap .box .video_wrap{position:relative; width:100%; padding-bottom:136.152%;}
#section05 .box_wrap .box .video_wrap img,
#section05 .box_wrap .box .video_wrap video,
#section05 .box_wrap .box .video_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section05 .box_wrap .box:last-child{display: none;}

#section05 .btn_wrap{position: absolute;left: 50%;bottom: 110px; transform:translateX(-50%);display: flex;align-items: center; justify-content: center;gap:0px;}
#section05 .btn_wrap a{display: flex;align-items: center; justify-content: center;gap:20px;width: 175px;height: 68px; border-radius:50px; background: #fff;}
#section05 .btn_wrap a img{width: 25px;}
#section05 .btn_wrap a.btn02{background: var(--co01);}
#section05 .btn_wrap a.btn02 img{width: 24px;}
#section05 .btn_wrap a p{font-size: 24px; color: #333;}

/* footer */
#footer{position: relative;line-height: 1;}
#footer .f_wrap{position: relative;display: flex;flex-direction: column;align-items: flex-start; justify-content: flex-start;border-top: 1px solid rgba(255,255,255,.2);padding: 65px 0 30px;}
#footer .f_wrap p{font-size: 14px;color: #fff;}
#footer .f_wrap .left p{text-transform:uppercase;}
#footer .f_wrap .right p{font-weight: 300; margin-top: 20px;}
#footer .f_wrap .sns_wrap{position: absolute;left: initial;top: 30px;transform:initial;display: flex;align-items: center;gap:30px;}
#footer .f_wrap .sns_wrap img{height: 16px;}

/* ==sub================================ */
#sub_contents{margin-top: 80px; padding: 100px 0 120px; min-height: calc(100vh - 224px);}
#sub_contents .contop{line-height: 1; margin-bottom: 60px;}
#sub_contents .contop .inner{display: flex;align-items: flex-end;gap:30px;}
#sub_contents .contop h3{font-size: 80px; color: #fff; font-weight: 300;}

ul.tab_menu{display: flex;gap:30px;}
ul.tab_menu li{position: relative;}
ul.tab_menu li:not(:last-child)::after{content:'';position: absolute;right: -21px;top: 60%;transform:translateY(-50%);width: 2px; height: 14px; background: #333;}
ul.tab_menu li a{font-size: 18px; color: #fff;}
ul.tab_menu li.on a{color: var(--co01);}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{position: relative;}
.sub0101_wrap .con01 img{display: block; margin: 0 auto;max-width: 100%;}
.sub0101_wrap .con01 p{position: absolute;font-size: 45px; color: #fff; font-weight: 700;}
.sub0101_wrap .con01 p.txt01{left: 0;bottom: 80px;}
.sub0101_wrap .con01 p.txt02{right: 0; bottom: 0px;}

.sub0101_wrap .con02{display: flex;gap:40px;flex-wrap:wrap;padding: 120px 0;}
.sub0101_wrap .con02 .tit{width: 100%;}
.sub0101_wrap .con02 .tit p{font-size: 20px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0101_wrap .con02 .txt{width: 100%;}
.sub0101_wrap .con02 .txt p{font-size: 20px; line-height: 1.8;font-weight: 700;-webkit-text-fill-color: rgba(255, 255, 255, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50.1%);background-size: 0% 100%;}
.sub0101_wrap .con02 .txt em{display: block;height: 25px;}

.sub0101_wrap .con03{position: relative; padding-top: 100px;}
.sub0101_wrap .con03 .tit{position: absolute;top: 0; left: 20px;z-index: 100;}
.sub0101_wrap .con03 .tit p{font-size: 50px;color: #fff; font-weight: 700; line-height: 1.4;font-weight: 500; text-shadow: 6px 6px 12px rgba(0,0,0,.15);}
.sub0101_wrap .con03 .tit p b{font-weight: 700;}
.sub0101_wrap .con03 .img_wrap{display: flex;justify-content: center;gap:10px;}
.sub0101_wrap .con03 .img_wrap img{max-width: 100%;}
.sub0101_wrap .con03 .txt{margin-top: 50px;}
.sub0101_wrap .con03 .txt p{font-size: 18px; color: #fff; font-weight: 700; line-height: 1.6;text-align: center;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con01{display: flex;flex-direction: column;align-items: center;}
.sub0301_wrap .con01 .img_box{width: 100%;}
.sub0301_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:91.667%;}
.sub0301_wrap .con01 .img_wrap img,
.sub0301_wrap .con01 .img_wrap video,
.sub0301_wrap .con01 .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub0301_wrap .con01 .txt_box{width: 100%;padding-left: 20px;transform:translateY(-100px);}
.sub0301_wrap .con01 .txt_box .tit span{display: block;font-size: 18px; color: #fff; font-weight: 700;}
.sub0301_wrap .con01 .txt_box .tit p{font-size: 60px; color: #fff; line-height: 1.2; margin-top: 10px;}
.sub0301_wrap .con01 .txt_box .txt{margin-top: 40px;}
.sub0301_wrap .con01 .txt_box .txt p{font-size: 20px; color: #fff; line-height: 1.6;}

.sub0301_wrap .con02{padding: 50px 0px 100px;}
.sub0301_wrap .con02 p{font-size: 20px; line-height: 1.6;text-align: center;font-weight: 700;-webkit-text-fill-color: rgba(255, 255, 255, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50.1%);background-size: 0% 100%;}
.sub0301_wrap .con02 p i{display: block;}

.sub0301_wrap .con03 .slide01 .slick-list{overflow: visible;}
.sub0301_wrap .con03 .slide01 li{position: relative;width: 600px;margin-right: 15px;}
.sub0301_wrap .con03 .slide01 li::after{content:'';position: absolute;left: 0; top: 0; width: 100%; height: 100%; z-index: 100;}
.sub0301_wrap .con03 .slide01 li .img_wrap{position:relative; width:100%; padding-bottom:56.266%; overflow: hidden; border-radius:12px;}
.sub0301_wrap .con03 .slide01 li .img_wrap img,
.sub0301_wrap .con03 .slide01 li .img_wrap video,
.sub0301_wrap .con03 .slide01 li .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub0301_wrap .con04{position: relative;height: 700px; overflow: hidden;}
.sub0301_wrap .con04 .bg{width: 1100px;max-width: 100%;position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);filter: brightness(0.3);}
.sub0301_wrap .con04 .bg video{width: 100%;max-width: 100%;}
.sub0301_wrap .con04 .txt_wrap{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);width: 100%;}
.sub0301_wrap .con04 .txt_wrap p{font-size: 28px; line-height: 1.6;text-align: center;color: #fff;}

/* artist-list */
ul.list01{display: flex;flex-wrap:wrap;gap:60px 20px; line-height: 1;}
ul.list01 li{position: relative;width: calc((100% - 40px) / 3);}
ul.list01 li .img_wrap{position:relative; width:100%; padding-bottom:150%;overflow: hidden; border-radius:30px;}
ul.list01 li .img_wrap::after{content:'';position: absolute;bottom: 0; left: 0;width: 100%; height: 50%;background: linear-gradient(180deg,transparent 0%, rgba(0, 0, 0, .9) 100%);}
ul.list01 li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;border-radius: 33px;}
ul.list01 li .txt_wrap{position: absolute;bottom: 0px; left: 0;width: 100%;padding: 40px;pointer-events: none;}
ul.list01 li .txt_wrap p{font-size: 26px; color: #fff;font-weight: 700;text-align: center;margin-bottom: 15px;text-transform:uppercase;}
ul.list01 li .txt_wrap .sns_wrap{display: flex; align-items: center;justify-content: center; pointer-events: initial;}
ul.list01 li .txt_wrap .sns_wrap a img{width: 20px;}

@media screen and (max-width:1024px) {
ul.list01 li{position: relative;width: calc((100% - 20px) / 2);}
}

/* artist-view */
.view_wrap{line-height: 1;}
.view_wrap .inner{width: 100%; width: 100%;padding: 0 2.6%;}
.view_wrap .con01 .inner{display: flex;gap:20px;}
.view_wrap .con01 .img_box{width: 300px;}
.view_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:150%;overflow: hidden; border-radius:30px;}
.view_wrap .con01 .img_wrap::after{content:'';position: absolute;bottom: 0; left: 0;width: 100%; height: 50%;background: linear-gradient(180deg,transparent 0%, rgba(0, 0, 0, .9) 100%);}
.view_wrap .con01 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;border-radius: 33px;}

.view_wrap .con01 .txt_box{width: calc(100% - 320px);}
.view_wrap .con01 .txt_box em{display: flex;align-items: center; justify-content: center;width: 100px; height: 35px; background: var(--co01);font-size: 18px;color: #111; border-radius:23px;margin-bottom: 20px;}
.view_wrap .con01 .txt_box strong{display: block;font-size: 60px; color: #fff;font-weight: 300; margin-bottom: 20px;}
.view_wrap .con01 .txt_box ul{display: flex; margin-bottom: 40px;}
.view_wrap .con01 .txt_box ul li{width: 100px;}
.view_wrap .con01 .txt_box ul li span{display: block;font-size: 15px; color: #555;}
.view_wrap .con01 .txt_box ul li p{font-size: 15px; color: #fff; font-weight: 300;margin-top: 6px;}
.view_wrap .con01 .txt_box .txt p{font-size: 16px;color: #fff; line-height: 1.7;}
.view_wrap .con01 .txt_box .sns_wrap{display: flex;align-items: center;	gap:15px; margin-top: 35px;}
.view_wrap .con01 .txt_box .sns_wrap a img{width: 20px;}

.view_wrap .con02{display: flex;margin-top: 100px;}
.view_wrap .con02 .tit{width: 300px;padding-left: 2.6%;}
.view_wrap .con02 .tit p{font-size: 40px; color: #fff; line-height: 1.5;}
.view_wrap .con02 .arr_wrap{display: flex; gap:10px;	margin-top: 40px;}
.view_wrap .con02 .arr_wrap img{width: 35px;}

.view_wrap .con02 .slide_wrap{width: calc(100% - 300px);overflow: hidden;}
.view_wrap .con02 .con02_slide{display: flex;}
.view_wrap .con02 .con02_slide li{margin-right: 20px;}
.view_wrap .con02 .con02_slide img,
.view_wrap .con02 .con02_slide iframe{width: 800px;height: 450px; border-radius:30px;}

.view_wrap .con02 .con02_slide li.shorts-video img,
.view_wrap .con02 .con02_slide li.shorts-video iframe{width: 253px;height: 450px;}

@media screen and (max-width:1024px) {
.view_wrap .con02{flex-direction: column;gap:60px;}
.view_wrap .con02 .tit{width: 100%;}
.view_wrap .con02 .slide_wrap{width: 100%;padding-left: 2.6%;}
.view_wrap .con02 .con02_slide img,
.view_wrap .con02 .con02_slide iframe{width: 600px;height: 337px; border-radius:30px;}

.view_wrap .con02 .con02_slide li.shorts-video img,
.view_wrap .con02 .con02_slide li.shorts-video iframe{width: 189px;height: 337px;}

}

/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .online_wrap{display: flex;flex-wrap:wrap;gap:30px 20px;}
.sub0501_wrap .online_wrap .input_wrap{display: flex;width: calc((100% - 20px) / 2);}
.sub0501_wrap .online_wrap .input_wrap.w02{width: 100%;}
.sub0501_wrap .online_wrap .input_wrap p{width: 100px;font-size: 18px; line-height: 50px; font-weight: 700;}
.sub0501_wrap .online_wrap .input_wrap p em{color: var(--co01);font-weight: 700;}
.sub0501_wrap .online_wrap .input_wrap .input{width: calc(100% - 100px);}
.sub0501_wrap .online_wrap .input_wrap .input input[type="text"]{width: 100%; height: 50px; border-radius:4px; border:0;font-size: 15px; padding: 0 15px;}
.sub0501_wrap .online_wrap .input_wrap .input input[type="text"]:focus{outline:0;}
.sub0501_wrap .online_wrap .input_wrap .input select{width: 100%; height: 50px; background: url(/assets/images_m/sub/select_arr.png)center right 15px no-repeat #f5f5f5; border-radius:4px; border:0;font-size: 15px; color: #333;padding: 0 15px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
.sub0501_wrap .online_wrap .input_wrap .input select:focus{outline:0;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap{display: flex;gap:10px;width: 100%;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap input[type="radio"]{display: none;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap input[type="radio"] + label{display: flex;align-items: center; justify-content: center;width: calc((100% - 30px) / 4); height: 50px; font-size: 15px; color: #333;border-radius:4px; background: #f5f5f5;transition:.3s ease; cursor:pointer;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap input[type="radio"]:checked + label{color: #fff; background: var(--co01);}
.sub0501_wrap .online_wrap .input_wrap .input textarea{width: 100%; height: 200px; background:  border-radius:4px; border:0;font-size: 15px; padding: 15px; resize:none;}
.sub0501_wrap .online_wrap .input_wrap .input textarea:focus{outline:0;}
.sub0501_wrap .online_wrap .input_wrap .input textarea::placeholder{color: #999;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap{display: flex;align-items: center; gap:6px; margin-top: 20px;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"]{display: none;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"] + label{position: relative;padding-left: 26px;font-size: 14px; color: #999;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: -1px; width: 18px; height: 18px;border:1px solid #ddd;	color: #fff;text-align: center;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"]:checked + label::after{content:'';border:5px solid var(--co01); }
.sub0501_wrap .online_wrap .input_wrap .chk_wrap a.pri_btn{position: relative;font-size: 14px; font-weight: 700;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap a.pri_btn::after{content:'';position: absolute;left: 50%;transform:translateX(-50%); bottom: -6px; width: 50px; height: 1px; }
.sub0501_wrap .online_wrap a.submit_btn{display: flex;align-items: center; justify-content: center;width: 200px; height: 50px; border-radius:30px;margin: 50px auto 0;font-size: 15px; font-weight: 700; color: #fff;}

/* pri_pop */
.pri_pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);z-index: 9999;line-height: 1;}
.pri_pop_wrap .pop_box_wrap{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);width: calc(100% - 20px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 20px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 25px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 397px;background: #fff; border-radius:12px;padding: 35px 30px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 16px; color: #999;line-height: 1.8;white-space:pre-wrap;}

.pri_pop_wrap .pop_box .txt::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-track {background: rgba(33, 122, 244, 0);  /*스크롤바 뒷 배경 색상*/}

}