@charset "utf-8";


body{font-family:var(--pretendard) !important;font-size:16px;font-weight:500;color:#fff}



/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
																															common
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */
.pop-inline{cursor:pointer;}

hr.dashed{height:0;background:transparent;border-top:1px dashed #E8E8E8 !important;}

.btnSet{display:flex;align-items:center;gap:10px;}

i.arrow-down-right-sm:before{content:'\e90d';font-family:'heyteetime';font-weight:normal;}

.inpSet{display:flex;align-items:center;gap:10px;position:relative;}
.inpSet .label-left{position:absolute;left:15px;z-index:3;height:100%;display:inline-flex;align-items:center;justify-content:center;}
.inpSet.calender input, .inpSet.card input{padding-right:42px;}
.inpSet.calender:after{position:absolute;right:13px;content:'';width:17px;height:19px;background:url('./img/calender.svg') no-repeat center / 100%;}
.inpSet.card:after{position:absolute;right:13px;content:'';width:20px;height:20px;background:url('./img/card.svg') no-repeat center / 100%;}
.inp{width:100%;}

._ul_flex{display:flex;flex-direction:column;gap:10px;}
._ul_flex li{display:flex;align-items:center;gap:10px;}


._ul_num{font-size:inherit;counter-reset:list-number;display:flex;flex-direction:column;gap:5px;} 
._ul_num > li{position:relative;padding-left:18px;counter-increment:list-number;font-size:inherit;line-height:1.4em;}
._ul_num > li:before{content:counter(list-number)'. ';position:absolute;left:0;}

._ul_num2{font-size:inherit;counter-reset:list-number;display:flex;flex-direction:column;gap:5px;} 
._ul_num2 > li{position:relative;padding-left:24px;counter-increment:list-number;font-size:inherit;line-height:1.4em;}
._ul_num2 > li:before{content:counter(list-number)') ';position:absolute;left:0;}

._ul_dot{font-size:inherit;display:flex;flex-direction:column;gap:5px;}
._ul_dot > li{position:relative;padding-left:12px;font-size:inherit;line-height:1.4em;}
._ul_dot > li:before{content:'·';position:absolute;left:0;}

._ul_num_circle{font-size:inherit;display:flex;flex-direction:column;gap:5px;}
._ul_num_circle > li{position:relative;padding-left:21px;font-size:inherit;line-height:1.4em;}
._ul_num_circle > li:before{content:'';position:absolute;left:0;}
._ul_num_circle > li:nth-child(1):before{content:'①';}
._ul_num_circle > li:nth-child(2):before{content:'②';}
._ul_num_circle > li:nth-child(3):before{content:'③';}
._ul_num_circle > li:nth-child(4):before{content:'④';}
._ul_num_circle > li:nth-child(5):before{content:'⑤';}
._ul_num_circle > li:nth-child(6):before{content:'⑥';}
._ul_num_circle > li:nth-child(7):before{content:'⑦';}
._ul_num_circle > li:nth-child(8):before{content:'⑧';}
._ul_num_circle > li:nth-child(9):before{content:'⑨';}
._ul_num_circle > li:nth-child(10):before{content:'⑩';}
._ul_num_circle > li:nth-child(11):before{content:'⑪';}
._ul_num_circle > li:nth-child(12):before{content:'⑫';}
._ul_num_circle > li:nth-child(13):before{content:'⑬';}
._ul_num_circle > li:nth-child(14):before{content:'⑭';}
._ul_num_circle > li:nth-child(15):before{content:'⑮';}


._ul_data{font-size:inherit;display:flex;flex-direction:column;gap:5px;}
._ul_data > li{position:relative;padding-left:18px;font-size:inherit;line-height:1.4em;}
._ul_data > li:before{content:attr(data-label)'. ';position:absolute;left:0;}




/* ─────────────────────────────────────────────────
										dropdown-container
───────────────────────────────────────────────── */
[class*='dropdown-container']{position:absolute;z-index:9;transition:all 0.4s cubic-bezier(0.5,0,0,1.25);opacity:0;visibility:hidden;}
[class*='dropdown-container'].open{opacity:1;visibility:visible;}
[class*='dropdown-container'][class*='\/scale']{transform:scale(0.9);}
[class*='dropdown-container'][class*='\/scale'].open{transform:scale(1);}
[class*='dropdown-container'][class*='\/center-top']{transform-origin:center top;top:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/left-top']{transform-origin:left top;top:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/right-top']{transform-origin:right top;right:0;top:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/left-bottom']{transform-origin:left bottom;bottom:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/right-bottom']{transform-origin:right bottom;bottom:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/slide-down']{transform:translateY(-10px);top:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/slide-down'].open{transform:translateY(0);top:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/slide-up']{transform:translateY(10px);bottom:calc(100% + 10px);}
[class*='dropdown-container'][class*='\/slide-up'].open{transform:translateY(0);bottom:calc(100% + 10px);}


/* ─────────────────────────────────────────────────
										textCut - > 글자수 말줄임
───────────────────────────────────────────────── */
[class*='textCut']{overflow:hidden;max-height:1.3em;line-height:1.3em;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-wrap:break-word;}
[class*='textCut'][class*='\/1']{display:block !important;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-text-overflow:ellipsis;}
[class*='textCut'][class*='\/2']{max-height:2.6em;-webkit-box;-webkit-line-clamp:2;}
[class*='textCut'][class*='\/3']{max-height:3.9em;-webkit-box;-webkit-line-clamp:3;}
[class*='textCut'][class*='\/4']{max-height:5.2em;-webkit-box;-webkit-line-clamp:4;}


/* ─────────────────────────────────────────────────
									_pop_msg_container
───────────────────────────────────────────────── */
._pop_msg_container{position:absolute;bottom:80px;left:0;z-index:9;padding:16px;font-size:16px;font-weight:500;color:#fff;border-radius:8px;background:rgba(51, 51, 51, 0.70);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);backdrop-filter: blur(2px);
	display:flex;align-items:center;gap:10px;width:100%;}
._pop_msg_container p{line-height:1.4em;}
._pop_msg_container .icon_check{width:24px;height:24px;border-radius:50%;background:rgba(21, 189, 78, 1) url('./img/check-01.svg') no-repeat center / 100%;}
._pop_msg_container .icon_secondary{width:24px;height:24px;border-radius:50%;background:url('./img/secondary.svg') no-repeat center / 100%;}
._pop_msg_container [class*='icon_'] + *{flex:1;}
._pop_msg_container ._closer{margin-left:auto;font-size:0;padding:3px;cursor:pointer;}
._pop_msg_container ._closer:before{content:'\e959';font-family:'heyteetime';font-size:14px;font-weight:normal;}


/*─────────────────────────────────────────────────
										[ mySwiper ]
─────────────────────────────────────────────────*/
.mySwiper{position:relative;max-width:100%;overflow:hidden;display:flex;align-items:center;flex-direction:column;gap:10px;}
.mySwiper .swiper-container{position:relative;width:100%;overflow-x:hidden;}
.mySwiper .swiper-container::focus{cursor:move}
.mySwiper .swiper-wrapper{}
.mySwiper .swiper-slide{position:relative;top:0;padding:0;width:auto;}
.mySwiper .swiper-slide img{margin:0 auto;width:100%;font-size:0;}
.mySwiper .pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto;position:relative;}
.mySwiper .swiper-pagination-bullet{display:inline-flex;width:8px;height:8px;border-radius:50%;background:rgba(53,57,69,0.25);margin:0;vertical-align:middle;cursor:pointer;transition:all .1s ease-in-out;opacity:1}
.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--mainColor)}
.mySwiper .pagination[class*='inside'] .swiper-pagination-bullet{width:8px;height:8px;background:rgba(0,0,0,0.4);margin:0;}
.mySwiper .pagination[class*='inside'] .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;}

.mySwiper .pagination.fraction{width:56px;height:24px;font-weight:500;font-size:12px;border-radius:8px;color:#fff;background:rgba(0,0,0,0.4);display:inline-flex;gap:2px;}
.mySwiper .pagination.fraction .swiper-pagination-current{color:#fff;margin:0;padding:0;position:relative}

.mySwiper .pagination[class*='inside']{position:absolute;bottom:20px;z-index:3;}
.mySwiper .pagination[class*='inside'][class*='\/top']{bottom:auto;top:20px;}
.mySwiper .pagination[class*='inside'][class*='\/left']{right:auto;left:20px;}
.mySwiper .pagination[class*='inside'][class*='\/right']{left:auto;right:20px;}
.px20 + .pagination[class*='inside'][class*='\/left']{margin-left:20px;}
.px20 + .pagination[class*='inside'][class*='\/right']{margin-right:20px;}
/*.mySwiper .pagination[class*='inside']:not(.fraction){right:0;left:0;}
.mySwiper .pagination[class*='inside'].fraction.inside{left:auto;right:20px;margin:0;}*/


.mySwiper .prev, .mySwiper .next{cursor:pointer;position:absolute;top:50%;margin-top:-20px;z-index:90;opacity:0.6;transition:all .2s ease-in-out;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;}
.mySwiper .prev{left:10px}
.mySwiper .next{right:10px}
.mySwiper .prev:before, .mySwiper .next:before{content:'';font-family:'myfont';font-size:26px;font-weight:normal;color:#fff;}
.mySwiper .prev:before{content:'\e90e'}
.mySwiper .next:before{content:'\e90f'}
.mySwiper .prev:hover, .mySwiper .next:hover{opacity:1 !important;}
.mySwiper .swiper-button-disabled{display:none}
.mySwiper.auto{}
.mySwiper .controller{position:absolute;right:10px;bottom:10px;z-index:9;height:22px;font-size:11px;font-weight:300;border-radius:16px;color:#fff;padding:0 6px;background:rgba(0,0,0,0.3);display:inline-flex;gap:3px;transition:all .2s ease-in-out;}
.mySwiper .controller:hover{background:rgba(0,0,0,0.6);}
.mySwiper .controller .pagination.fraction{background:transparent;width:auto;min-width:30px;border-radius:0;}
.mySwiper .controller .prev, .mySwiper .controller .next{position:relative;top:auto;margin-top:0;opacity:0.8;width:auto;height:22px;}
.mySwiper .controller .swiper-button-disabled:before{display:block}
.mySwiper .controller .prev:before, .mySwiper .controller .next:before{font-size:10px;}
.mySwiper:not(.align-left){margin:0 auto;}
.mySwiper:not(.align-left) .swiper-container{margin:0 auto;}


/*─────────────────────────────────────────────────
										formContainer
─────────────────────────────────────────────────*/
[class*='formContainer']{position:relative;display:flex;flex-direction:column;gap:24px;}	
	.form-list{position:relative;display:flex;align-items:center;gap:5px;}
	.form-list .form-label{position:relative;font-weight:500;line-height:1.3em;display:inline-flex;align-items:center;}
	.form-list .formCon{position:relative;flex:1;}
	.form-list .formCon.ml-auto{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;}
	
	.form-list .formCon.flex{display:flex;align-items:center;gap:10px;}
	.form-list .formCon.column{display:flex;flex-direction:column;gap:10px;}

[class*='formContainer'] hr{display:block;width:100%;height:1px;border:0;background:var(--border-color);}




/*─────────────────────────────────────────────────
									._list_pagenation
─────────────────────────────────────────────────*/
._list_pagenation{margin-top:14px;display:flex;align-items:center;justify-content:center;}
._list_pagenation ul{display:flex;align-items:center;justify-content:center;gap:10px;}
._list_pagenation li{font-size:14px;color:var(--G500);}
._list_pagenation li .prev, ._list_pagenation li .next{width:44px;height:44px;border-radius:4px;border:1px solid var(--G400);background:#FFF;display:inline-flex;align-items:center;justify-content:center;}
._list_pagenation li .prev:hover, ._list_pagenation li .next:hover{color:var(--mainColor);}
._list_pagenation li .prev:before{content:'\e916';font-family:'heyteetime';font-size:12px;}
._list_pagenation li .next:before{content:'\e917';font-family:'heyteetime';font-size:12px;}




/*─────────────────────────────────────────────────
									.fileUploadSet
─────────────────────────────────────────────────*/
.fileUploadSet{display:flex;flex-direction:column;}
.fileUploadSet input[type="file"]{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.fileUploadSet .btn_upload{font-size:16px;font-weight:500;color:var(--primary01);height:54px;border-radius:4px;border:1px solid var(--primary01);background:#FFF;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;}
.fileUploadSet .btn_upload:before{content:'';font-size:0;width:24px;height:24px;background:url('./img/icon_upload.svg') no-repeat center / 100%;display:flex;}
.fileUploadSet .file_list{display:flex;flex-direction:column;}
.fileUploadSet .file_list .li{height:54px;padding:0px 16px;display:flex;align-items:center;gap:5px;border-radius:4px;border:1px solid var(--G300);background:var(--G200);margin-bottom:10px;}
.fileUploadSet .file_list .li .filename{flex:1;font-size:16px;font-weight:500;display:block;overflow :hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-text-overflow:ellipsis;}
.fileUploadSet .file_list .li:before{content:'';content:'';font-size:0;width:24px;height:24px;background:url('./img/icon_upload_black.svg') no-repeat center / 100%;display:flex;}
.fileUploadSet .file_list .li ._del{margin-left:auto;font-size:0;}
.fileUploadSet .file_list .li ._del:before{content:'\e959';font-family:'heyteetime';font-size:11px;color:var(--G500);}



/*─────────────────────────────────────────────────
									.tab-toggle-container
─────────────────────────────────────────────────*/
.tab-toggle-container{}
	.tab-toggle{cursor:pointer;}
	.tab-container{position:relative;}
	.tab-container:not(.open){display:none;}


/*─────────────────────────────────────────────────
											._tabs_basic
─────────────────────────────────────────────────*/
._tabs_basic{display:flex;align-items:center;}
._tabs_basic ._tab{font-size:14px;font-weight:500;height:48px;flex:1;color:var(--G500);display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--G200);cursor:pointer;}
._tabs_basic ._tab:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;}
._tabs_basic ._tab:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px;}
._tabs_basic ._tab .num{width:24px;height:24px;color:#fff;background:var(--G400);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;}
._tabs_basic ._tab.active{background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);border-radius:4px;}
._tabs_basic ._tab.active .num{background:var(--mainColor);}


/*─────────────────────────────────────────────────
											.tabs
─────────────────────────────────────────────────*/
.tabs{position:relative;display:flex;align-items:center;border-bottom:1px solid var(--G300) !important;}
.tabs .tab{position:relative;z-index:3;font-size:14px;font-weight:700;color:var(--G500);height:41px;padding:0 15px;margin-bottom:-1px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
.tabs .tab.active{color:var(--black);border-bottom:4px solid var(--mainColor);}

/* 이미지 1:1비율 고정 */
/*.imgCrop{--ratio:100%;position:relative;width:100%;padding-top:var(--ratio);overflow:hidden;}*/
.imgCrop{--ratio:100%;position:relative;width:100%;overflow:hidden;}
.imgCrop:before{content:'';font-size:0;height:0;margin:0;width:100%;display:block;padding-top:var(--ratio);}
.imgCrop img{position:absolute;top:0;left:0;/*z-index:-1;*/width:100%;height:100%;object-fit:cover;}


/* 이미지 공통 라운딩 */
.imground{border-radius:4px;}




/*─────────────────────────────────────────────────
									.empty_
─────────────────────────────────────────────────*/
[class*='empty_']{text-align:center;padding:0;border:0 !important;border-radius:0 !important;font-size:14px;color:var(--G500);width:100%;height:180px !important;background:var(--G100) !important;
	display:flex;align-items:center !important;justify-content:center !important;flex-direction:column !important;gap:15px;}
.px20 [class*='empty_']{width:calc(100% + 40px);margin-left:-20px;}




/*─────────────────────────────────────────────────
									#_gototop
─────────────────────────────────────────────────*/
#_gototop{position:fixed;bottom:15px;right:15px;z-index:99;width:40px;height:40px;font-size:0;background:#fff;border:2px solid rgba(0,0,0,0.9);opacity:1;visibility:visible;cursor:pointer;
	display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;box-shadow:0 5px 6px rgba(0,0,0,0.08);transform-origin:center;transform:scale(1);}
#_gototop.hide{opacity:0;visibility:hidden;transform:scale(0.5);}
#_gototop:before{content:'\e906';font-family:'heyteetime';font-size:14px;color:rgba(0,0,0,0.9);}
#bottom-menu + #_gototop{margin-bottom:70px;}



/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
    〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */






/* ─────────────────────────────────────────────────
										#wrapper
───────────────────────────────────────────────── */
#root{display:flex;flex-direction:column;min-height:var(--vh);}
#wrapper{background:var(--bgColor);color:#fff;flex:1;display:flex;flex-direction:column;}
#root #footer{margin-top:auto;}
#wrapper .iframe{flex:1;display:flex;flex-direction:column;}
#wrapper .iframe iframe{flex:1;border:0;padding:0;outline:0;margin:0;}

/* ─────────────────────────────────────────────────
										#header
───────────────────────────────────────────────── */
#header{position:absolute;top:0;left:0;width:100%;padding:0 16px;background:transparent;}
#header .headerContainer{position:relative;width:100%;height:66px;display:flex;align-items:center;justify-content:center;gap:10px;}
#header .headerContainer ._back{margin-right:auto;font-size:0;}
#header .headerContainer ._back:before{content:'\e938';font-family:'myfont';font-size:16px;}
#header .headerContainer #page_title{position:absolute;max-width:calc(100% - 180px);font-size:16px;font-weight:700;
	display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-text-overflow:ellipsis;}
#header + *{padding-top:66px;}


/* ─────────────────────────────────────────────────
										#footer
───────────────────────────────────────────────── */
#footer{background:#000;color:var(--G500);}
	#footerContainer{font-size:13px;font-weight:400;}
		#footer-menu{color:#D4D4D4;border-bottom:1px solid rgba(72, 72, 72, 0.20);padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:15px;}
		#footer-menu a{position:relative;text-align:center;}
		#footer-menu span:before{content:'';height:12px;width:1px;display:inline-flex;background:#484848;}
		#ftCon{padding:20px 24px;}
		#ftCon h2{font-size:13px;font-weight:700;}
		#ftCon p{line-height:1.6em;}








/* ─────────────────────────────────────────────────
										#login
───────────────────────────────────────────────── */
#login{padding:110px 20px 20px 20px}
	#loginContainer .inpContainer{position:relative;}	
	#loginContainer .inpContainer:first-child .inp{border-bottom-left-radius:0;border-bottom-right-radius:0;}
	#loginContainer .inpContainer:last-child .inp{border-top-left-radius:0;border-top-right-radius:0;}
	#loginContainer .inpContainer .inptypetoggle:before{content:'';font-family:'myfont';font-size:15px;position:absolute;right:0;height:100%;z-index:3;width:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
	#loginContainer .inpContainer .unlock:before{content:'\e9ef';}
	#loginContainer .inpContainer .lock:before{content:'\e9f0';}


#login #loginContainer ._btn\/naver{height:60px;display:flex;align-items:center;justify-content:flex-start;gap:13px;border-radius:12px;background:#03CF5D;}
#login #loginContainer ._btn\/naver:before{content:'';width:36px;height:36px;background:url('./img/naver_w.svg') no-repeat center / 100%;}
#login #loginContainer ._btn\/kakao{height:60px;display:flex;align-items:center;justify-content:flex-start;gap:13px;border-radius:12px;background:#FAE100;color:#333;}
#login #loginContainer ._btn\/kakao:before{content:'';width:36px;height:36px;background:url('./img/kakao_w.svg') no-repeat center / 100%;}


#login .slidetoggle_head{position:relative;display:flex;align-items:center;gap:20px;cursor:pointer;}
#login .slidetoggle_head span{flex:1;display:flex;align-items:center;gap:20px;}
#login .slidetoggle_head span:before{content:'';flex:1;height:1px;background:#3F3F3F;}
#login .slidetoggle_head span:after{content:'\e941';font-family:'myfont';font-size:13px;transition:all .2s ease-in-out;}
#login .slidetoggle_head.active span:after{transform:rotate(180deg);}
#login .slidetoggle_body{display:none;margin-top:20px;}
#login .slidetoggle_body ._btn\/naver{height:60px;display:flex;align-items:center;justify-content:flex-start;gap:13px;border-radius:12px;background:#fff;color:#333;}
#login .slidetoggle_body ._btn\/naver:before{content:'';width:36px;height:36px;background:url('./img/naver_c.svg') no-repeat center / 100%;}
#login .slidetoggle_body ._btn\/kakao{height:60px;display:flex;align-items:center;justify-content:flex-start;gap:13px;border-radius:12px;background:#fff;color:#333;}
#login .slidetoggle_body ._btn\/kakao:before{content:'';width:36px;height:36px;background:url('./img/kakao_c.svg') no-repeat center / 100%;}


/* ─────────────────────────────────────────────────
										#register
───────────────────────────────────────────────── */
#register{padding:110px 20px 20px 20px}
#register .formContainer{padding:16px 20px;border-radius:12px;background:#333;}


/* ─────────────────────────────────────────────────
										#terms
───────────────────────────────────────────────── */
#terms{}
	._ul_terms{display:flex;flex-direction:column;}
	._ul_terms li{width:100%;padding:16px 0;}
	._ul_terms li:not(:first-child){border-top:1px solid var(--border-color);}
	._ul_terms li a{width:100%;display:flex;align-items:center;}
	._ul_terms li a:after{margin-left:auto;content:'\e92b';font-family:'myfont';font-size:11px;}

	._ul_terms_form li{width:100%;display:flex;align-items:center;}
	._ul_terms_form li .frm{margin-left:auto;}







/* ─────────────────────────────────────────────────
										#main
───────────────────────────────────────────────── */
#main{display:flex;align-items:center;flex-direction:column;gap:20px;padding:65px 20px 20px 20px;}
#main .sec_box{width:100%;min-height:200px;padding:24px;display:flex;flex-direction:column;gap:10px;background-color:#fff;border-radius:12px;color:#5D5D5D;}
#main .sec_box .sub_txt{font-size:14px;font-weight:600;}
#main .sec_box .title{font-size:20px;font-weight:800;color:#000}
#main .sec_box .sec_btn{margin-top:auto;width:84px;height:30px;padding:0 8px;font-size:14px;font-weight:600;background:#272727;border-radius:50px;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;}
#main .sec_box .sec_btn:after{content:'\e92b';font-family:'myfont';font-size:11px;}

#main #sec01{background:#fff url('../img/main_sec01_bg.png') no-repeat bottom right / 58%;}
#main #sec02{background:#EDEDED url('../img/main_sec02_bg.png') no-repeat bottom right / 43%;}
#main #sec03{background:#fff url('../img/main_sec03_bg.png') no-repeat bottom right / 48%;}
#main #sec04{position:relative;overflow:hidden;background:#2E303B url('../img/icon/customer.svg') no-repeat top 24px right 24px / 68px;color:#fff;}
#main #sec04 .sub_txt{color:#C2C2C1;}
#main #sec04 .title{color:#fff}
#main #sec04 .bottom_btnSet{position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:center;gap:2px;}
#main #sec04 .bottom_btnSet a{flex:1;background:#22232C;color:#fff;font-size:15px;font-weight:600;height:60px;display:inline-flex;align-items:center;justify-content:center;gap:10px;}





/* ─────────────────────────────────────────────────
										#subpage
───────────────────────────────────────────────── */
.subpage .sec_box{position:relative;z-index:1;width:100%;min-height:200px;padding:24px;display:flex;flex-direction:column;gap:10px;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;color:#5D5D5D;}
.subpage .sec_box .sub_txt{font-size:14px;font-weight:600;}
.subpage .sec_box .title{font-size:20px;font-weight:800;color:#000}

.subpage .deco_icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;}

#subpage01 .sec_box{background:#fff url('../img/main_sec01_bg.png') no-repeat bottom right / 58%;}
#subpage01 .deco_icon{background:#1E1E1E url('../img/subpage01_icon.svg') no-repeat center / 30px;}
#subpage01 .color-point{color:#5EC5FF;}
#subpage02 .sec_box{background:#fff url('../img/main_sec02_bg.png') no-repeat bottom right 20px / 40%;}
#subpage02 .deco_icon{background:#1E1E1E url('../img/subpage02_icon.svg') no-repeat center / 30px;}
#subpage02 .color-point{color:#FFBB0C;}
#subpage03 .sec_box{background:#fff url('../img/main_sec03_bg.png') no-repeat bottom right 20px / 40%;}
#subpage03 .deco_icon{background:#1E1E1E url('../img/subpage03_icon.svg') no-repeat center / 30px;}
#subpage03 .color-point{color:#FF449E;}
#subpage03 .download-box{color: #333;padding:49px 25px;display:flex;align-items:center;flex-direction:column;gap:15px;border-radius:12px;border:1px dashed #626262;background: #FFF;}
#subpage03 .download-box i{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#333 url('../img/plus.svg') no-repeat center / 30px;border-radius:50%;}
#subpage03 .ticket-box{display:flex;flex-direction:column;gap:2px;}
#subpage03 .ticket-box .con{color: #333;padding:20px;display:flex;align-items:center;gap:15px;border-radius:12px;background: #FFF;}
#subpage03 .ticket-box .con i{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#1E1E1E url('../img/subpage03_icon.svg') no-repeat center / 30px;}
#subpage03 .ticket-box .date{font-size:14px;font-weight:500;color: #8D8D8D;padding:20px;display:flex;align-items:center;gap:15px;border-radius:12px;background: #EDEDED;}


.subpage .subContainer{position:relative;z-index:3;padding:35px 20px 50px 20px;background:#333333;}
.subpage .subContainer .btnSet{display:flex;align-items:center;flex-wrap:wrap;gap:10px;}




































/* ─────────────────────────────────────────────────
									LAYER POPUP
───────────────────────────────────────────────── */
@keyframes popOpen{0%{opacity:0;transform:scale(0.9) translateY(0);}100%{opacity:1;transform:scale(1) translateY(0);}}
@keyframes popOpen2{0%{opacity:0;}100%{opacity:1;}}
@keyframes pop-bg-fade{0%{opacity:0;}100%{opacity:1;}}

._layer_pop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;padding:20px 30px;display:flex;}
._layer_pop .popCloser{font-size:0;cursor:pointer;background:transparent}
._layer_pop .popCloser:before{content:'\e93d';font-family:'myfont';font-size:17px;width:auto;height:auto;}
._layer_pop > .popCloser{position:fixed;top:35px;right:40px;z-index:9;font-weight:normal;color:#fff;}

._layer_pop .popInner.nohidden {overflow:visible !important; }

._layer_pop .popContainer{position:relative;z-index:32;margin:auto;width:100%;}
._layer_pop .popContainer > .popCloser{position:absolute;top:22px;right:22px;z-index:9;font-weight:normal;}
._layer_pop .popContainer > .popCloser:before{font-size:15px;width:auto;height:auto;}
._layer_pop .popContainer > .popInner{overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 6px 9px rgba(0,0,0,0.1);word-break:keep-all;display:flex;flex-direction:column;}
._layer_pop .popContainer > .popInner form{height:100%;display:flex;flex-direction:column;}
._layer_pop .popContainer > .popInner .scroll-auto{flex:1;overflow-y:auto;}
._layer_pop .popContainer > .popInner .scroll-auto p{line-height:1.6em;}

._layer_pop .popContainer .popCon-header{position:relative;height:64px;padding:0 20px;color:#333;display:flex;align-items:center;gap:15px;font-size:20px;}
._layer_pop .popContainer .popCon-header .popCloser{margin-left:auto;z-index:3;}
._layer_pop .popContainer .popCon-body{position:relative;padding:24px 16px;font-size:14px;color:#344054;line-height:1.5em;}
._layer_pop .popContainer .popCon-footer{display:flex;align-items:center;border-top:1px solid #626262;}
._layer_pop .popContainer .popCon-footer > *:not(.notToday){flex:1;font-size:16px;font-weight:700;color:#333;background:#fff;height:52px;display:flex;align-items:center;justify-content:center;}
._layer_pop .popContainer .popCon-footer .confirmBtn {font-size:16px; color:#fff; background-color:#1e1e1e; border-radius:0 0 8px 8px; }


._layer_pop .popContainer .popCon-btnSet{position:relative;padding:20px;display:flex;align-items:center;justify-content:center;gap:10px;--btn-height:60px;}
._layer_pop .popContainer .scroll-auto .popCon-btnSet{padding:0;margin-top:20px;}
._layer_pop .popContainer .popCon-bottom{margin-top:auto;height:60px;padding:0 20px;display:flex;align-items:center;border-top:1px solid var(--G300);}

._layer_pop:not(.open){display:none !important;}
._layer_pop.open:not(.fullpage) .popContainer{animation:popOpen 0.6s cubic-bezier(0.5,0,0,1.25) forwards;}

._layer_pop.fullpage{padding:0;}
._layer_pop.fullpage .popContainer{width:100%;height:100%;color:var(--G700);}
._layer_pop.fullpage .popContainer > .popInner{height:100%;border-radius:0;box-shadow:none;overflow-y:auto;}
._layer_pop.fullpage .popContainer .popCon-header{position:relative;}
._layer_pop.fullpage.open .popContainer{animation:popOpen2 0.4s cubic-bezier(0.5,0,0,1.25) forwards;}
._layer_pop.fullpage .popContainer .popCon-header.md{height:64px;padding:0 20px;}

.popCover{position:fixed;top:0;left:0;z-index:30;width:100%;height:100%;background:rgba(0,0,0,0.6);display:none;}


.popCon-bottom .resetBtn{width:110px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:3px;}
.popCon-bottom .resetBtn:before{content:'';width:20px;height:20px;background:url('./img/reset.svg') no-repeat center / 14px 14px;}
.popCon-bottom .applyBtn{margin-left:auto;flex:1;max-width:190px;height:52px;border-radius:4px;font-size:14px;font-weight:700;color:#fff;background: #333;display:flex;align-items:center;justify-content:center;}



._layer_pop .popContainer{font-size:14px;font-weight:400;}
._layer_pop .popContainer .subtitle{font-size:16px;font-weight:700;margin-top:1.7em;}
._layer_pop .popContainer p.txt{font-size:14px;font-weight:400;color:var(--G700);}
._layer_pop .popContainer .subtitle + *{margin-top:10px !important;}



._layer_pop ._ul_num,
._layer_pop ._ul_dot,
._layer_pop ._ul_num_circle,
._layer_pop ._ul_data,
._layer_pop ._ul_num2{gap:10px;}


.notToday {position:absolute; right:0; top:100%; display:flex; align-items:center; gap:5px; padding:8px 0;  }
.notToday input {position:relative; width:22px; height:22px; border:2px solid #9f9f9f; border-radius:6px; box-shadow:0 0 5px rgba(0,0,0,0.1); }
.notToday input:checked:before {content:'✓'; position:absolute; left:0; top:0; right:0; bottom:0; display:inline-flex; align-items:center; justify-content:center; font-size:18px; }
.notToday input:checked {border-color:#fff; background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,0.35); }
.notToday label {font-size:16px; color:#fff; text-shadow: 0 0 5px rgba(0,0,0,0.35); }





._ul_procedure{display:flex;flex-direction:column;gap:20px;}
._ul_procedure li{position:relative;display:flex;align-items:center;gap:15px;}
._ul_procedure li .box{flex:1;font-size:14px;font-weight:600;padding:0 16px;height:60px;display:flex;align-items:center;gap:15px;border-radius:12px;border: 1px dashed #626262;background: #EBEBEB;}
._ul_procedure li .box i{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;}
._ul_procedure li .box .icon01{background:#1E1E1E url('../img/icon_procedure01.svg') no-repeat center / 24px;}
._ul_procedure li .box .icon02{background:#1E1E1E url('../img/icon_procedure02.svg') no-repeat center / 24px;}
._ul_procedure li .box .icon03{background:#1E1E1E url('../img/icon_procedure03.svg') no-repeat center / 24px;}
._ul_procedure li .box .icon04{background:#1E1E1E url('../img/icon_procedure04.svg') no-repeat center / 24px;}
._ul_procedure li .box .icon05{background:#1E1E1E url('../img/icon_procedure05.svg') no-repeat center / 24px;}
._ul_procedure li:before{content:'';color:#fff;font-size:24px;font-weight:900;display:flex;justify-content:center;align-items:center;width:44px;height:44px;padding:11px 14px;gap:10px;border-radius:22px;background:#333;}
._ul_procedure li:nth-child(1):before{content:'1';}
._ul_procedure li:nth-child(2):before{content:'2';}
._ul_procedure li:nth-child(3):before{content:'3';}
._ul_procedure li:nth-child(4):before{content:'4';}
._ul_procedure li:nth-child(5):before{content:'5';}
._ul_procedure li:not(:last-child):after{content:'';background:#333;width:3px;height:calc(100% + 25px);display:block;position:absolute;top:40px;left:21px;}


._ul_compensation01{display:flex;flex-direction:column;gap:20px;}
._ul_compensation01 li{position:relative;display:flex;align-items:center;gap:15px;}
._ul_compensation01 li .box{flex:1;font-size:14px;font-weight:600;padding:0 16px;height:60px;display:flex;align-items:center;gap:15px;border-radius:12px;border: 1px dashed #626262;background: #EBEBEB;}
._ul_compensation01 li .box i{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;}
._ul_compensation01 li .box .icon01{background:#1E1E1E url('../img/icon_compensation01_01.svg') no-repeat center / 24px;}
._ul_compensation01 li .box .icon02{background:#1E1E1E url('../img/icon_compensation01_02.svg') no-repeat center / 24px;}
._ul_compensation01 li .box .icon03{background:#1E1E1E url('../img/icon_compensation01_03.svg') no-repeat center / 24px;}
._ul_compensation01 li .box .icon04{background:#1E1E1E url('../img/icon_compensation01_04.svg') no-repeat center / 24px;}
._ul_compensation01 li:before{content:'';color:#fff;font-size:24px;font-weight:900;display:flex;justify-content:center;align-items:center;width:44px;height:44px;padding:11px 14px;gap:10px;border-radius:22px;background:#333;}
._ul_compensation01 li:nth-child(1):before{content:'1';}
._ul_compensation01 li:nth-child(2):before{content:'2';}
._ul_compensation01 li:nth-child(3):before{content:'3';}
._ul_compensation01 li:nth-child(4):before{content:'4';}
._ul_compensation01 li:not(:last-child):after{content:'';background:#333;width:3px;height:calc(100% + 25px);display:block;position:absolute;top:40px;left:21px;}

._ul_compensation02{display:flex;flex-direction:column;gap:20px;}
._ul_compensation02 li{position:relative;display:flex;align-items:center;gap:15px;}
._ul_compensation02 li .box{flex:1;font-size:14px;font-weight:600;padding:0 16px;height:60px;display:flex;align-items:center;gap:15px;border-radius:12px;border: 1px dashed #626262;background: #EBEBEB;}
._ul_compensation02 li .box i{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;}
._ul_compensation02 li .box .icon01{background:#1E1E1E url('../img/icon_compensation02_01.svg') no-repeat center / 24px;}
._ul_compensation02 li .box .icon02{background:#1E1E1E url('../img/icon_compensation02_02.svg') no-repeat center / 24px;}
._ul_compensation02 li .box .icon03{background:#1E1E1E url('../img/icon_compensation02_03.svg') no-repeat center / 24px;}
._ul_compensation02 li .box .icon04{background:#1E1E1E url('../img/icon_compensation02_04.svg') no-repeat center / 24px;}
._ul_compensation02 li:before{content:'';color:#fff;font-size:24px;font-weight:900;display:flex;justify-content:center;align-items:center;width:44px;height:44px;padding:11px 14px;gap:10px;border-radius:22px;background:#333;}
._ul_compensation02 li:nth-child(1):before{content:'1';}
._ul_compensation02 li:nth-child(2):before{content:'2';}
._ul_compensation02 li:nth-child(3):before{content:'3';}
._ul_compensation02 li:nth-child(4):before{content:'4';}
._ul_compensation02 li:not(:last-child):after{content:'';background:#333;width:3px;height:calc(100% + 25px);display:block;position:absolute;top:40px;left:21px;}





#_pop_sub03_compensation .btbox{padding:26px 16px;background:#2E303B;color:#fff;display:flex;align-items:center;}
#_pop_sub03_compensation .btbox .txt{font-size:15px;font-weight:600;line-height:1.8em;}
#_pop_sub03_compensation .btbox .button{max-width:175px;}


/* ─────────────────────────────────────────────────
									pc에서 확인할때
───────────────────────────────────────────────── */
@media screen and (min-width:781px) {
	body{--root-outline-color:#e5e5e5;--mobile-width:480px;--mobile-width-half:calc(var(--mobile-width) / 2);}
	#root{position:relative;width:100%;max-width:var(--mobile-width);margin:0 auto;border-left:1px solid var(--root-outline-color);border-right:1px solid var(--root-outline-color);overflow:hidden;}
	#root:before{content:'';position:fixed;top:0;left:0;z-index:9999;width:calc(50% - var(--mobile-width-half));height:100%;background:#fff;display:block;}
	#root:after{content:'';position:fixed;top:0;right:0;z-index:9999;width:calc(50% - var(--mobile-width-half));height:100%;background:#fff;display:block;}
	#_gnb_pannel{border-left:1px solid var(--root-outline-color);border-right:1px solid var(--root-outline-color);}
	._layer_pop{max-width:var(--mobile-width);left:0;right:0;margin-left:auto;margin-right:auto;}
	._layer_pop.fullpage{border-left:1px solid var(--root-outline-color);border-right:1px solid var(--root-outline-color);}
	.mobile-fixed, .daterangepicker.period, .daterangepicker.period ._head, .daterangepicker.period .drp-buttons, .bottom_fixed, #item_nav.active .inner{
		width:100%;
		max-width:var(--mobile-width);
		left:0 !important;
		right:0 !important;
		margin-left:auto;
		margin-right:auto;
		border-left:1px solid var(--root-outline-color);
		border-right:1px solid var(--root-outline-color);
		}
	.daterangepicker.single{max-width:var(--mobile-width);border-left:1px solid var(--root-outline-color);border-right:1px solid var(--root-outline-color);}
}



/* ─────────────────────────────────────────────────
									공지사항 추가
───────────────────────────────────────────────── */
.noticeList {padding:16px 16px 20px; }
.noticeList dl dt {display:flex; align-items:center; justify-content:space-between; padding:10px 0; border-bottom:1px solid #3f3f3f; }
.noticeList dl dt > div:not(.arrow) {width:calc(100% - 40px); }
.noticeList dl dt span {font-size:13px;  font-weight:400;}
.noticeList dl dt p {margin-top:3px; font-size:16px;  font-weight:400;}
.noticeList dl dt .arrow {transition:all 0.5s; }
.noticeList dl.active dt .arrow {transform:rotate(90deg); }
.noticeList dl dd {display:none; padding:16px 16px 40px 16px; color:#000; font-size:16px; font-weight:400; background-color:#fff; }



