@charset "utf-8";

#wrapper{
	padding-top:114px;
}
#hd, #wrapper, #ft{
	min-width:0;	
}
#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{
	width:100%;
/*	max-width:1280px;*/
}
#container{
	width:100%;
	margin:0;
}
#container_title{
	width:100%;
	max-width:1280px;
	height:auto;
	overflow:hidden;
	display:flex;
	margin:40px auto 0px auto;
	text-align: left;
}
.ctt_admin{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.material-symbols-outlined{
    width:24px;
    height:24px;
}
#container_title span{
	display: inline-block;
	line-height:38px;
	font-size: 28px;
	font-family: 'hd_harmony';
	margin:0;
}
.ofh{
	overflow:hidden !important;
}
.hidden{
	display:none !important;
}
.ff-hd{
	font-family: 'hd_harmony' !important;
}
.cont-box{
	width:100%;
	max-width:1280px;
	height:auto;
	overflow:hidden;
	display:flex;
	margin:0 auto;
}
.cont-box.board-wrap{
	flex-direction: column;
}
.sec-brd-b{
	border-bottom:1px solid #e8e8e8;
}
.mask{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(23,23,23,0.9);
	z-index:1000;
	display:none;
}
.header{
    width:100%;
    height:auto;
    position:fixed;
    top:0px;
    left:0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    z-index: 999;
}
.header .hd-inner{
	max-width:1280px;
    width:100%;
	height:auto;
}	 
.hd-main{
	display:flex;
	padding:27px 0;
	justify-content: space-between;
}	 
.main-logo{
	display:block;
}	 
.main-logo img{
	height:60px;
}	 
.hd-util{
	display:flex;
	gap:20px;
	align-items: center;
}	 
.hd-global .dropdown button.dropdown-toggle{
	color:#212536;
	background-color:#D9D9D9;
	font-size:12px;
	line-height:22px;
	padding:0 25px;
	border-radius:22px;
	min-width:120px;
}	 
.hd-global .dropdown-menu .dropdown-item{
	font-size:12px;
}	 
.hd-util .hd-util-icon{
	display:inline-block;
	min-width:34px;
}	 
.hd-util .hd-util-icon a{
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}	 
.hd-util .hd-util-icon a span{
	text-align:center;
}

.hd-util .hd-util-icon{
	background-color:#fff !important;
}

.hd-util .hd-util-icon.grade-A a span{
/*	color:#17a2b8;*/
}

.hd-util .hd-util-icon.grade-B a span{
	color:#ffc107;
}

.hd-util .hd-util-icon.grade-C a span{
	color:#17a2b8;
}

.hd-util .hd-util-icon.grade-D a span{
	color:#17a2b8;
}

.hd-search{
	width:100%;
	max-width:708px;
	height:60px;	
	background-color:#F8F8F8;
	border:1px solid #212536;
	border-radius:30px;
}
.hd-search fieldset{
	height:60px;	
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
}
.hd-search fieldset form{
	display:flex;
	height:100%;
	align-items:center;
	gap:20px;
}
.hd-search fieldset form #sch_stx{
    display: flex;
    flex: auto;
	border-radius:0px;
	color:#212536;
	font-size:16px;
}
#hd_sch #sch_stx {
    display: flex;
    flex: auto;
	border-radius:0px;
	color:#212536;
	font-size:16px;
    border-radius: 0px;
    background: #f8f8f8;
    border: 0;
    border-right: 0;
}
#hd_sch #sch_submit {
    float: left;
    width: 60px;
    height: 45px;
    border: 0;
    background: #f8f8f8;
    color: #212536;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 20px;
}
.hd-search fieldset form label{
	display:inline-block;
	padding-right:20px;
	line-height:24px;
	position:relative;
	font-size:16px;
}
.hd-search fieldset form label:after{
	content:"";
	width:1px;
	height:100%;
	background-color:#212536;
	position:absolute;
	top:0px;
	right:0px;
}
.fixed-top-search{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;
	padding:10px 20px;
	background-color: #fff;
	position: fixed;
	top:-70px;
	left:0px;
	z-index: 1000;
	border-bottom: 1px solid #E5E5E5;
	transition: all 0.5s ease;
}
.fixed-top-search.on{
	top:0px;
	transition: all 0.5s ease;
}
.fixed-top-search .fixed-top-inner{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	gap: 10px;
	align-items: center;
}
.fixed-top-search .fixed-top-inner .sch-top-search-box{
	flex-grow: 1;
	display: flex;
	box-sizing: border-box;
	padding:0 10px;
	background-color:#F8F8F8;
	border:1px solid #212536;	
	border-radius:30px;
}
.fixed-top-search .fixed-top-inner .sch-top-search-box input{
	flex-grow: 1;
	height: 38px;
	border: none;
	background: none;
	font-size: 15px;
	box-sizing: border-box;
	padding:0 10px;
	width:100%;
}
.fixed-top-search .fixed-top-inner .sch-top-search-box button{
	border:none;
	background: none;
}
.fixed-top-search .fixed-top-inner .sch-top-search-box button span{
	color: #212536;
}
.fixed-top-search .fixed-top-inner .sch-top-menu{
	display: flex;
	width:25px;
	height: 25px;
	align-items: center;
}
/* 서브메뉴 */
.sub-menu{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
}
.sub-menu .sub-menu-inner{
	width:100%;
	max-width:1280px;
}
.sub-menu .sub-menu-inner ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.sub-menu .sub-menu-inner ul li{
	padding: 13px 0;
	position: relative;
}
.sub-menu .sub-menu-inner ul li.on::after{
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #E52A19;
}
.sub-menu .sub-menu-inner ul li.on a,
.sub-menu .sub-menu-inner ul a:hover{
	color: #E52A19;
	transition: all 0.5s ease;
}
.sub-menu .sub-menu-inner ul li a{
	display: inline-block;
	line-height: 34px;
	font-size: 18px;
	color: #212536;
	font-weight: 500;
	transition: all 0.5s ease;
	white-space: nowrap;
}
.sub-item-blank{
	width:50px;
	display: none;
}
.main-slide{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.main-slide .main-slide-box{
	width:100%;
	max-width:1920px;
	position:relative;
}
.main-slide .main-slide-box .m-bnn-mob{
	display: none;
}
.bx-pager{
	position:absolute;
	top:20px;
	right:72px;
	display:flex;
	gap:10px;
	align-items:center;
	z-index:100;
}
.bx-pager .bx-pager-link{
	display:inline-block;
	line-height:16px;
	width:16px;
	border-radius:16px;
	background:#eee;
	overflow:hidden;
	text-indent:-9999px;
	transition:all 0.5s ease;
}
.bx-pager .bx-pager-link.active{
	background:#1257D7;	
	width:40px;
	transition:all 0.5s ease;
}
.bx-prev,.bx-next{
	width:60px;
	height:60px;
	background-color:rgba(255,255,255,0.8);
	background-image:url('../img/sub_arrow_dw.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:32px auto;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-30px;
	overflow:hidden;
	text-indent:-9999px;
	opacity:0.5;
	transition:all 0.5s ease;
	z-index:100;
}
.bx-prev:hover,.bx-next:hover{
	opacity:1;
	transition:all 0.5s ease;
}
.bx-prev{
	left:30px;
	transform:rotate(90deg);
}
.bx-next{
	right:30px;
	transform:rotate(270deg);
}
.bx-controls-auto{
	position:absolute;
	top:20px;
	right:20px;
	display:flex;
	gap:5px;
	align-items:center;
	z-index:100;
}
.bx-controls-auto-item a{
	display:inline-block;
	line-height:16px;
	width:16px;
	border-radius:16px;
	overflow:hidden;
	text-indent:-9999px;
	transition:all 0.5s ease;	
	background-repeat:no-repeat;
	background-position:center center;
	background-size:20px auto;
	opacity:0.5;
}
.bx-controls-auto-item .bx-start{
	background-image:url('../img/icon_play_circle.svg');
}
.bx-controls-auto-item .bx-stop{
	background-image:url('../img/icon_stop_circle.svg');
}
.bx-controls-auto-item a.active{
	opacity:1;
}

.main-slide,
.bx-wrapper,
.bx-wrapper .bx-viewport,
.slider li {
  background: #112747; /* 예시 */
}

/*.bx-wrapper,*/
/*.bx-wrapper * {*/
/*  -webkit-filter: none !important;*/
/*  filter: none !important;*/
/*}*/
/**/
/* bxSlider가 적용하는/테마가 추가한 transition 영향 제거 */
/*.bx-wrapper .bx-viewport,*/
/*.bx-wrapper .bxslider li,*/
/*.bx-wrapper .bxslider img {*/
/*  transition: none !important;*/
/*}*/
/**/
/*.bx-wrapper .bx-viewport {*/
/*  -webkit-transform: translateZ(0);*/
/*  transform: translateZ(0);*/
/*  backface-visibility: hidden;*/
/*}*/

/* main-layout */
.main-layout{
	display:flex;
	gap:28px;
}
.main-layout .main-latest-box{
	width:953px;
}
.main-layout .main-latest-box.wide{
	width:100%;
}
.main-layout .main-mt-latest-box{
	width:299px;
	display:flex;
	flex:1 1 auto;
	flex-direction: column;
	background-color:#f8f8f8;
	box-sizing:border-box;
	padding:33px 14px 0px 14px; 
}
.main-layout .main-mt-latest-box .lat{
	background-color:transparent;
}
/* main-latest-list */
.main-latest-list{
	width:100%;
}
h2.main-latest-title{
	font-size:33px !important;
	font-family:'hd_harmony';
	font-weight:600;
	color:#212536 !important;
	line-height:38px !important;
	padding:81px 0 31px 0;
	width:100%;
	text-align:center;
}
h2.main-latest-title:first-child{
	padding-top:40px;
}
h2.main-latest-title.shop{
	padding-bottom: 22px;
}
h2.main-latest-title p{
	font-size:13px !important;
	font-family:'hd_harmony';
	font-weight:400;
	color:#212536 !important;
	line-height:38px !important;
}
.main-latest-list li .lt_img{
	display:block !important;
}
.main-latest-list li .lt_img img{
	width:100%;
} 

.main-latest-list-tab{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:20px;
}

.main-latest-list-tab button{
	border:2px solid #1257D7;
	border-radius:20px;
	padding:10px 20px;
	font-size:15px;
	font-weight:400;
	background-color:#f8f8f8;
	color:#1257D7;
}

.cont-box.bc .main-latest-list-tab button{
	border-color:#0f2744;
	color:#0f2744
}

.cont-box.bc .main-latest-list-tab button.active{
	background-color:#0f2744;
	color:#fff;
}

.cont-box.on .main-latest-list-tab button{
	border-color:#ef4444;
	color:#ef4444
}

.cont-box.on .main-latest-list-tab button.active{
	background-color:#ef4444;
	color:#fff;
}



.main-latest-district-box{
/*	display:none;*/
}

/*.cont-box.bc .main-latest-district-box.bc-district{*/
/*	display:block;*/
/*}*/
/**/
/*.cont-box.on .main-latest-district-box.on-district{*/
/*	display:block;*/
/*}*/

.main-latest-district-box .main-latest-district-desc{
	margin:30px 0;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:40px 20px;
/*	background-color:#222;*/
	background-position:center, center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	border-radius:24px;
	gap:10px;
}

.cont-box.bc .main-latest-district-box .main-latest-district-desc{
	background-image:url('/theme/ige_2025/img/main_district_desc_bg_bc.jpg');
}

.cont-box.on .main-latest-district-box .main-latest-district-desc{
	background-image:url('/theme/ige_2025/img/main_district_desc_bg_on.jpg');
}

.main-latest-district-box .main-latest-district-desc h2{
	color:#fff;
	font-family: 'hd_harmony';
	font-size:25px;
}

.main-latest-district-box .main-latest-district-desc p{
	color:#fff;
	font-size:16px;
}

/* list module  */
.list-module-layout{
	display:flex;
	gap:28px;
    flex-wrap: wrap;
	justify-content: flex-start;
}
.mt-main-sch-wrap{
	width:100%;
}

.mt-main-sch-wrap .pg_wrap{
	padding-bottom:0px;
}

.list-module-layout.mt-main-sch-list{
	width:1280px;
}
.list-module-layout.row{
	flex-direction: row;	
}  
.list-module-layout.column{
	flex-direction: column;
} 
.list-module{
	height:auto;
	overflow:hidden;
	display:flex;
	flex-direction: column;
	position: relative;
}
.list-module.is_view,
.list-module.is_view .lm-text-box{
	background-color: #f9ffd8 !important;
}
.type-a{
	width:292px;
}
.type-a-main{
	width:292px;
} 
.type-b{
	width:calc(50% - 14px);
}
.type-c{
	
}
.type-d{
	display:flex;
	flex-direction: row;
}
.type-e{
	width:233px;	
}
.type-f{
	width:100%;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: row;
	gap: 28px;
	align-items: center;
	box-sizing: border-box;
	padding-right: 28px;
}
.type-g{
	width:100%;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: row;
	gap: 18px;
	align-items: center;
	box-sizing: border-box;
	padding-right:0px;
	padding-left:10px;
}
.list-module.is_notice,
.list-module.is_notice .lm-text-box{
	background-color: #e6f3ff;
}
.lm-type-a-img{
	width:100%;
	height:140px;
	overflow:hidden;
	position:relative;
}
.lm-type-a-img span.auth{
	display:inline-block;
	width:50px;
	height:50px;
/*	background-color:#222;*/
	background-image:url('/theme/ige_2025/img/ige_confirmed_3.png');
	background-position:center, center;
	background-size:cover;
	background-repeat:no-repeat;
	position:absolute;
	left:5px;
	top:5px;
	z-index:1;
}
.lm-type-a-img img{	
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lm-type-a-img.cadusa img{	
	top:0px;
    transform: translateX(-50%);
}
.lm-type-e-img{
	width:100%;
	height:239px;
	overflow:hidden;
	position:relative;
	border-radius: 24px 24px 0 0;
}
.lm-type-e-img img{	
	height:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lm-type-f-img{
	width:110px;
	height:110px;
	overflow:hidden;
	position:relative;
}
.lm-type-f-img img{	
	height:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lm-type-g-img{
	width:110px;
	height:110px;
	overflow:hidden;
	position:relative;
}
.lm-type-g-img img{	
	height:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.all_chk{
    padding: 20px 0;
}
.lm-checkbox.chk_box{
    position: absolute;
    top:2px;
    left:2px;
}
.lm-checkbox.chk_box input[type="checkbox"] + label span{
    z-index:100;
    top:-12px;
    left:2px;
}
.lm-text-box{
	width:100%;	
	background-color:#f8f8f8;
	box-sizing:border-box;
	padding:20px;
	display:flex;
	flex-direction: column;
	gap:10px;
}
.lm-text-box.no-bg{
	background-color:transparent;
}
.lm-text-box .lm-text-cate{
	font-size:12px;
	color:#1257D7;
	line-height:14px;
	display:inline-block;
}
.lm-text-box .lm-text-cate a{
	color:#1257D7;
}
.lm-text-box .lm-text-cate-area{
	display:flex;
    flex-direction: row;
	justify-content: space-between;
    align-items: center;
}
.lm-text-box .lm-text-cate-area .lm-text-hit{
	display:inline-block;
	padding-left:18px;
	background-image:url('../img/icon_view.svg'); 
	background-repeat:no-repeat;
	background-position:left top 4px;
	color:#989898;
} 
.lm-text-box .lm-text-cont{
	display:flex;
	flex-direction: column;
	gap:10px;
}
.lm-text-box .lm-text-cont.inner-pd{
	padding:20px 10px;
}
.lm-text-box .lm-text-cont h3{
	font-size:15px;
	line-height:17px;
	height:36px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color:#212536;
}
.lm-text-box .lm-text-cont p{
	font-size:13px;
	line-height:17px;
	height:51px;	
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color:#212536;
}
.type-b .lm-type-a-img{
	display:none;
}
.type-b .lm-text-box .lm-text-cont h3{
	height:17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.type-b .lm-text-box .lm-text-cont p{
	height:34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.type-c .lm-text-box{
	padding:13px 0px;	
	border-bottom:1px solid #E5E5E5;
	gap:10px;
}
.type-c .lm-text-box .lm-text-cont h3.not-fst{
	height:17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
} 
.type-c .lm-text-box .lm-text-cont p{
	height:34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;	
}
.type-d .lm-type-a-img{
	width:210px;
	height:162px;
}
.type-d .lm-type-a-img img{
	width:auto;
	height:100%;
}
.type-d .lm-text-box{
	padding:20px;	
	border-bottom:1px solid #E5E5E5;
	gap:10px;
    flex-direction: row;
}
.type-d .lm-text-box:not(.fst) a{
    flex-direction: row;
	justify-content: space-between;
    align-items: center;
	width:100%;
}
.type-d .lm-text-box:not(.fst) a h3{
	max-width:80%;
}
.type-d .lm-text-box:not(.fst) a span{
	min-width:120px;
	text-align:right;
}
.type-d .lm-text-box.fst{	
	border-bottom:none;
}
.type-d .lm-text-box .lm-text-cont h3.not-fst{
	height:17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
} 
.type-d .lm-text-box .lm-text-cont p{
	height:34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;	
}
.type-e .lm-text-box{
	border-radius: 0 0 24px 24px;
}
.type-f .lm-type-a-img{
	display:none;
}
.type-f .lm-text-box .lm-text-cont h3{
	height:17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.type-f .lm-text-box .lm-text-cont p{
	height:34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* .type-f .lm-checkbox{
	padding-left: 20px;
	display: flex;
	height: 50%;
	box-sizing: border-box;
} */
.lm-text-box .lm-text-cont span{
	font-size:12px;
	line-height:14px;
	display:inline-block;
	color:#989898;
}
.shop .lm-text-box .lm-text-cont p{
	height:auto;
}
.shop .lm-text-box .lm-text-cont p a{
	font-size: 13px !important;
}
.shop .lm-text-box .sct_bottom h3.sct_cost{
	height:32px;
	font-size: 28px;
	line-height: 32px;
	font-family: "HDharmony";
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.notice-latest-box .lm-text-box .lm-text-cont{
	flex-direction:column !important;
	align-items: start !important;
}
.notice-latest-box .lm-text-box .lm-text-cont h3{
	max-width:100% !important;
	height:17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.notice-latest-box .lm-text-box .lm-text-cont div{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
    align-items: baseline;
	width:100%;
}
.mt-latest-sch-list .list-module:last-child .lm-text-box,
.notice-latest .list-module:nth-child(5) .lm-text-box{
	border-bottom:none;
}
.pb-sch-logo{
	width:230px;
	height:70px;
}
.pb-sch-logo img{
	width:100%;
	height:auto;
}
.new-icon:before{
	content: "N";
    font-family: 'hd_harmony';
    font-weight: 600;
    color: #fff !important;
    background: #FF6A00;
    line-height: 17px;
    font-size: 15px;
    padding: 2px 5px;
    border-radius: 20px;
}
.main-latest-title-set{
	width:100%;
	display: flex;
    flex-direction: column;
}
.main-latest-title-set.main-latest-tit-set{
	padding:0 20px;
}
.main-latest-title-set .main-latest-title-top{
	display: flex;
    flex-direction: row;
	justify-content: space-between;
    align-items: center;
}
.main-latest-title-set .main-latest-title-top h2{
    font-family: 'hd_harmony';
    font-weight: 600;
	font-size:23px;
	line-height:38px;
}
.main-latest-title-set .main-latest-title-top h2.md{
	font-size:20px;
}
.main-latest-title-set .main-latest-title-top.orderinquiryview h2 span{
	border:none;	
	font-family: 'hd_harmony';
    font-weight: 600;
	font-size:23px;
	line-height:38px;
	padding: 0;
	color: #1257D7;
}
.main-latest-title-set .main-latest-title-top h2 span{
	font-size: 13px;
	font-family: 'Noto Sans KR';
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #a8a8a8;
	line-height: 13px;
	color: #8C8C8C;
}
.main-latest-title-set .main-latest-title-top a{
	display:inline-block;
	width:24px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url('../img/icon_arrow_right.svg');
	background-repeat: no-repeat;
    background-size: 24px auto;
}
.main-latest-title-set .main-latest-title-top.text-btn{
	justify-content:flex-start;
	gap: 20px;
}
.main-latest-title-set .main-latest-title-top.text-btn a{
	text-indent: 0;
	background-image: none;
	width: auto;
	text-decoration: underline;
	opacity: 0.7;
}
.main-latest-title-set .main-latest-title-top.commu-main-tit .commu-main-sort{
	display: flex;
	gap:10px;
}
.main-latest-title-set .main-latest-title-top.commu-main-tit .commu-main-sort a{
	display:inline-block;
	width:auto;
	height: initial;
	line-height: 24px;
	padding-top: 30px;
	text-indent:0;
	background-image:url('../img/commu_main_sort_bd.svg');
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 24px auto;
	opacity: 0.5;
}
.main-latest-title-set .main-latest-title-top.commu-main-tit .commu-main-sort a:last-child{
	background-image:url('../img/commu_main_sort_dt.svg');
}
.main-latest-title-set .main-latest-title-top.commu-main-tit .commu-main-sort a.on{
	opacity: 1;
}
.main-latest-title-set .main-latest-title-text{
	padding:5px 0;
}
.main-latest-title-set .main-latest-title-text p{
    font-family: 'hd_harmony';
    font-weight: 400;
	font-size:13px;
}
/*mt-latest-sch-list*/
.mt-latest-sch-list{
	box-sizing:border-box;
	padding:20px 10px;
}
.mt-latest-sch-title{
	display:flex;
	justify-content: space-between;
    align-items: center;
}
.mt-latest-sch-title h2{
	line-height:38px;
	font-size:18px;
	font-weight:600;
}
.mt-latest-sch-title.hd-harmony h2{
	font-family: 'hd_harmony';
	font-size:23px;
}
.mt-latest-sch-title.lemon-line-tit{
	box-sizing:border-box;
	padding:20px 40px;
	background-color:rgba(255, 234, 0, 0.49);
	border-radius:100px;
}
.mt-latest-sch-title.lemon-line-tit h2{
	padding-left:40px;
	background-image:url('../img/icon_lemon.png');
	background-position:left center;
	background-repeat: no-repeat;
    background-size: 30px auto;	
}
.mt-latest-sch-title a{
	display:inline-block;
	width:24px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url('../img/icon_more_plus.svg');
	background-repeat: no-repeat;
    background-size: 20px auto;	
}
.mt-latest-sch-title a.icon-arrow{
	background-image:url('../img/icon_arrow_right.svg');
}
/*�޴�*/
.menu-area{
	position: fixed;
    width: 1280px;
    z-index: 1100;
    top: 34px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}
.menu-area .menu-header{
	display:flex;
	justify-content:end;
    box-sizing: border-box;
	padding:5px 0;
}
.menu-area .menu-header a{
	display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 24px 5px 5px 5px;
	background-image:url('../img/icon_close_w.svg');
	background-position:center top;
	background-size:18px auto;
	background-repeat:no-repeat;
}
.menu-area .menu-cont{
	width:100%;
	height:auto;
	overflow:hidden;
}
.menu-area .menu-cont h3{
	display:block;
	line-height:29px;
	font-size:20px;
	color:#fff;
	font-weight:600;
	padding:32px 0;
}
.menu-area .menu-cont ul{
	display:flex;
    flex-wrap: wrap;
	gap:40px;
}
.menu-area .menu-cont ul li{
	width:calc(20% - 40px);
}
.menu-area .menu-cont ul li dl{
	display:flex;
	flex-direction: column;
}
.menu-area .menu-cont ul li dl dt{
	padding-top:15px;
}
.menu-area .menu-cont ul li dl dd{
	padding-top:10px;
}
.menu-area .menu-cont ul li dl dt a{
	color:#fff;
	font-size:16px;
	font-weight:600;
	line-height:19px;
}
.menu-area .menu-cont ul li dl dd a{
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:17px;
	padding-left:20px;
	position:relative;
	opacity:0.8;
}
.menu-area .menu-cont ul li dl dd a:before{
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#fff;
	position:absolute;
	left:8px;
	top:9px;
}
.menu-area .menu-cont ul li dl:hover > dt a,
.menu-area .menu-cont ul li dl dt a:hover,
.menu-area .menu-cont ul li dl dd a:hover{
	color:#00F6FF;
}
.menu-area .menu-cont ul li dl dd a:hover:before{
	background-color:#00F6FF;
}
/* slide-slick */
.main-slick-slide .slick-slide {
  padding: 0 14px; 
}
.main-slick-slide .slick-prev, .main-slick-slide .slick-next {
	width:40px;
	height:40px;
	background-color:rgba(18,87,215,0.7);
	background-image:url('../img/sub_arrow_dw_wt.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:28px auto;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-30px;
	overflow:hidden;
	text-indent:-9999px;
	transition:all 0.5s ease;
	z-index: 10;
	border:none;
}
.main-slick-slide .slick-prev {
	left:50%;
	margin-left:-640px;	/* view area half */
	transform:rotate(90deg);
}
.main-slick-slide .slick-next {
	right:50%;
	margin-right:-640px; /* view area half */
	transform:rotate(270deg);
}
/* etc */
.prep-main{
	display:flex;
	flex-direction: column;
}
.flex-row-layout{
	display:flex;
	flex-direction: row;
	gap:28px;
	flex-wrap: wrap;
}
.flex-row-box{
	width:calc(50% - 14px);
}
.lemon-line-layout{
	background-image: url('../img/lemonline_bg.png');
	background-position: center top -31px;
	background-repeat: no-repeat;
	background-size: 400px auto;
}
.lemon-line-layout .main-latest-list{
	padding:8px 0 108px;
}

/* quick */
.quick{
    position: absolute;
    top: 644px;
	top: 714px;
    left: 50%;
    margin-left: 670px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
	z-index: 100;
	transition:all 0.5s ease;
}
.quick.index-pos{
	top: 350px;
	transition:all 0.5s ease;
}
.quick.fixed{
    position: fixed;
    top: 205px;
	transition:all 0.5s ease;
}
.quick ul{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 20px 20px 10px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}
.quick ul li{
    border-bottom: 1px solid #ECECEC;
    padding:20px 0px;
}
.quick ul li:first-child{
    padding-top:0px;
}
.quick ul li:last-child{
    padding-bottom:0px;
    border-bottom: 0px;
}
.quick ul li a{
    display: inline-block;
    padding:5px 0px 5px 50px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'hd_harmony';
    font-weight: 600;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 37px auto;
}
.quick ul li a span.mod-nm{
    display: none;
}
.quick ul li a.q-cafe{
    background-image: url('../img/icon_quick_cafe.png');
}
.quick ul li a.q-talk{
    background-image: url('../img/icon_quick_talk.png');
}
.quick ul li a.q-visit{
    background-image: url('../img/icon_quick_visit.png');
}
.quick ul li a.q-call{
    background-image: url('../img/icon_quick_call.png');
}
.quick .top_btn{
    display: none;
    width:50px;
    height:50px;
    border-radius: 50%;
    background-image: url('../img/icon_start.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    border:1px solid #eee;
    background-color: #f8f8f8;
}
/* mt_main */
.mt-main-top{
	display: flex;
	flex-direction: row;
	gap:84px;
}
.mt-main-top .mt-main-bnn{
	display: flex;
	flex-direction: column;
	gap:30px;
	width:320px;
}
.mt-main-top .mt-main-bnn a{
	display: block;
	padding:25px 40px 25px 140px;
	background-color: #eee;
	border-radius: 20px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.mt-main-top .mt-main-bnn a:before{
	content: "";
	width:140px;
	height:100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left:0px;
	top:50%;
	transform: translateY(-50%);
}
.mt-main-top .mt-main-bnn a b,
.mt-main-top .mt-main-bnn a span{
	display: block;
	line-height: 38px;
	font-family: 'hd_harmony';
}
.mt-main-top .mt-main-bnn a b{
	font-size: 26px;
}
.mt-main-top .mt-main-bnn a span{
	font-size: 18px;
}
.mt-main-top .mt-main-bnn a.fee{
	background-color: #E8C7A4;
}
.mt-main-top .mt-main-bnn a.van{
	background-color: #FFB731;
}
.mt-main-top .mt-main-bnn a.tor{
	background-color: #EB427B;
	color: #fff;
}
.mt-main-top .mt-main-bnn a.fee::before{
	background-image: url('../img/img_mt_main_fee.png');
}
.mt-main-top .mt-main-bnn a.van::before{
	background-image: url('../img/img_mt_main_van.png');
}
.mt-main-top .mt-main-bnn a.tor::before{
	background-image: url('../img/img_mt_main_tor.png');
}
.mt-main-top .mt-main-drone{
	width:100%;
	max-width:844px;
}
.mt-main-top .mt-main-drone .main-slick-slide .slick-prev {
	margin-left:-392px;	/* view area half */
}
.mt-main-top .mt-main-drone .main-slick-slide .slick-next {
	margin-right:-392px; /* view area half */
}
.mt-main-drone .main-latest-title-set{
	padding-top:60px;
	padding-bottom:75px;
}
.mt-main-service{
	display: flex;
	width:100%;
	height:auto;
	overflow: hidden;
	flex-direction: column;
	box-sizing: border-box;
	padding:28px;
	background-image: url('../img/mt_main_service_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
}
.mt-main-service-box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mt-main-service-box h3,
.mt-main-service-box p{
	font-family: 'hd_harmony';
	color: #fff;
}
.mt-main-service-box h3{
	text-align: center;
	margin-top: 38px;
	font-size: 26px;
	line-height: 38px;
}
.mt-main-service-box h3 b{
	display: block;
	color: #F9FF00;
}
.mt-main-service-box p{
	text-align: center;
	margin:10px 0 38px 0;
	font-size: 18px;
	line-height: 19px;	
}
.mt-main-service-box .mt-main-service-bnn{
	display: flex;
	flex-direction: row;
	gap: 28px;
	width: 100%;
	padding: 28px 0;
}
.mt-main-service-box .mt-main-service-bnn a{
	width: calc(50% - 14px);
	display: block;
	background-color: #F5F5F5;
	border-radius: 25px;
	box-sizing: border-box;
	padding:24px 70px 24px 90px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	position: relative;
}
.mt-main-service-box .mt-main-service-bnn a::before{
	content: "";
	width:50px;
	height:50px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top:24px;
	left:20px;
}
.mt-main-service-box .mt-main-service-bnn a::after{
	content: "";
	width:28px;
	height:28px;	
	background-image: url('../img/play_circle_gray.svg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
}
.mt-main-service-box .mt-main-service-bnn a.visit::before{
	background-image: url('../img/img_mt_ser_visit.png');
}
.mt-main-service-box .mt-main-service-bnn a.talk::before{
	background-image: url('../img/img_mt_ser_talk.png');
}
.mt-main-service-box .mt-main-service-bnn a.doc::before{
	background-image: url('../img/img_mt_ser_doc.png');
}
.mt-main-service-box .mt-main-service-bnn a.land::before{
	background-image: url('../img/img_mt_ser_land.png');
}
/* 엄마와 함께 메인 - 후기 보기 카테고리 */
#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {
    padding:0 20px;
	line-height:30px;
	border-radius: 32px;
	border:1px solid #9C9C9C;
	background: #fff;
	font-size:12px;
	color: #212536;
	width: auto;	
	display: inline-block;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {
	box-shadow:none !important;
	color: #1257D7 !important;
	border:1px solid #1257D7 !important;
	background: #EDF3FF !important;	
}
#bo_cate .bo_cate_on,
#bo_cate #bo_cate_on{
	z-index:2;
	box-shadow:none !important;
	color: #1257D7 !important;
	border:1px solid #1257D7 !important;
	background: #EDF3FF !important;	
}
/* 커뮤니티 메인 */
.commu-main-layout{
	display: flex;
	gap:40px;
}
.commu-main-layout .commu-main-lnb{
	width: 240px;
	height:100%;
	background-color: #f8f8f8;
	border-right:1px solid #eee;
}
.commu-main-layout .commu-main-latest-box{
	flex-grow: 1;
	max-width:1000px;
	width:100%;
}
/* form */
.form-title{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 60px;
}
.form-title h2{
	font-family: 'hd_harmony';
    font-weight: 400;
	font-size: 20px;
	line-height: 38px;
}
.form-title h2.bold{
    font-weight: 600;
}
.form-title h2 span{
	font-size: 13px;
	font-family: 'Noto Sans KR';
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #a8a8a8;
	line-height: 13px;
	color: #8C8C8C;
	font-weight: 400;
}
.form-title .req-info{
	font-size: 13px;
	color: #F32828;
}
.form-wrap{
	width:100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding:20px;
}
.max-630{
	width:100% !important;
	max-width:630px !important;
}
.form-area{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.form-box{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap:10px;
}
.form-box label{
	margin:0;
}
.form-box .form-label{
	display: inline-block;
	line-height: 24px;
	font-size: 18px;
	font-weight: 500;
	color: #212536;
}
.form-box .form-label.req:after{
	content: "*";
	color: #E52A19;
	font-size: 16px;
	margin-left: 5px;
}
.form-box .form-desc{
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
}
/* input - defualt setting / height:50px; / font-size:16px; / border #B5B5B5 / bg f8f8f8 */
.form-box .form-box-inner{
	display: flex;
	gap:5px;
	align-items: center;
}
.form-box .form-box-inner div{
	display: flex;
	gap:5px;
}
.form-box .form-box-inner.combo{
	gap:15px;
	flex-wrap: wrap;
}
.form-box .form-box-inner.combo.type-btn{
	position: relative;
	overflow: hidden;
}
.form-box .form-box-inner.inner-btn{
	gap:0px;
	align-items: stretch;
}
.form-box .form-box-inner.flex-wrap{
	flex-wrap:wrap;
}
.form-box .form-box-inner.flex-no-wrap{
	flex-wrap:nowrap;
}
.form-box .form-box-inner .hyphen{
	font-size: 16px;
	font-weight: 500;
}
.form-box .form-box-inner .opacity-3{
	opacity: 0.3;
}
.form-box .form-box-inner.justify-center{
	justify-content: center;
	align-items: baseline;
}
.form-box .form-box-inner input[type='text'],
.form-box .form-box-inner input[type='password'],
.form-box .form-box-inner input[type='number'],
.form-box .form-box-inner select
{
	width:100%;
	font-size: 16px;
	box-sizing: border-box;
	padding:0 10px;
	background-color: #f8f8f8;
	border:1px solid #B5B5B5;
	height: 50px;
	border-radius: 0px;
}
.form-box .form-box-inner input[type='file']{
	width:100%;
	font-size: 14px;
	box-sizing: border-box;
	padding:12px 10px 0 10px;
	background-color: #ecf1ff;
	border:1px solid #bfc7df;
	height: 50px;
	border-radius: 0px;
}
.form-box .form-box-inner textarea{
	width:100%;
	font-size: 16px;
	box-sizing: border-box;
	padding:10px;
	background-color: #f8f8f8;
	border:1px solid #B5B5B5;
	height: 100px;
	border-radius: 0px;
}
.form-box-group{
    width: 100%;
	display: flex;
	gap: 10px;
}
.ip-combo{
	display: inline-block;
	box-sizing: border-box;
	display: flex;
	gap: 5px;
}
.ip-combo .label{
	line-height: 25px;
	font-size: 16px;
}
.ip-combo .label i{
	font-style: normal;
	font-size: 13px;
	color: #8C8C8C;
}
.ip-combo input[type='radio'],
.ip-combo input[type='checkbox']{
	width:20px;
	height:20px;
	margin-top:3px;
}
.form-box .form-box-inner.combo.type-btn .ip-combo-btn{
	display:block;
	line-height:28px;
	padding:5px 25px;
	border-radius:30px;
	border:1px solid #9C9C9C;
	color:#212536;
	cursor: pointer;
}
.form-box .form-box-inner.combo.type-btn input[type="checkbox"]:checked + label,
.form-box .form-box-inner.combo.type-btn input[type="radio"]:checked + label{
	z-index:2;
	background:#EDF3FF;
	color:#1257D7;
	/* font-weight:bold; */
	border:1px solid #1257D7;
}
.form-box .form-box-inner.combo.type-btn input[type="checkbox"],
.form-box .form-box-inner.combo.type-btn input[type="radio"]{
    position: fixed;
	top:-9999px;
	opacity: 0;
}
.ip-btn,
.ip-btn{
	border:1px solid #212536;
	background-color: #212536;
	text-align: center;
	font-size: 14px;
	padding: 0 15px;
	line-height: 38px;
	word-break: keep-all;
	color: #fff;	
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ip-btn:hover{
	background-color: #2a2f44;
}
.ip-btn:active{
	background-color: #151825;
}
.ip-btn.app,
.ip-btn.blue{
	border:1px solid #1257D7;
	background-color: #1257D7;
	color: #fff;	
}
.ip-btn.app:hover,
.ip-btn.blue:hover{
	background-color: #1a61e6;
}
.ip-btn.app:active,
.ip-btn.blue:active{
	background-color: #0d48b6;
}
.ip-btn.del,
.ip-btn.red{
	border:1px solid #E52A19;
	background-color: #E52A19;
	color: #fff;	
}
.ip-btn.del:hover,
.ip-btn.red:hover{
	background-color: #f13625;
}
.ip-btn.del:active,
.ip-btn.red:active{
	background-color: #d42515;
}
.ip-btn.text{
	border:1px solid #fff;
	background-color: #fff;
	color: #212536;
	/* text-decoration: underline; */
}
.ip-btn.text:hover{
	background-color: #f8f8f8;
}
.ip-btn.text:active{
	background-color: #eee;
}
.ip-btn.gray{
	border:1px solid #eee;
	background-color: #eee;
	color: #212536;	
}
.ip-btn.gray:hover{
	background-color: #f8f8f8;
}
.ip-btn.gray:active{
	background-color: #ddd;
}
/* 통합검색 */
.total-search{
	padding-bottom: 70px;
}
/* 로그인 */
.login-area {
	width:100%;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	gap:20px;
	margin:100px auto;
}
.login-area p {
	font-size: 18px;
	color: #1257D7;
	text-align: center;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.login-area p span{
	letter-spacing: 1px;
}
.login-area h2 {
	text-align: center;
	font-size: 32px;
	color: #212536;
	line-height: 1.5;
}
.login-partner{
	padding-top:40px;
	border-top: 1px solid #eee;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.login-partner .login-partner-btn{
	box-sizing: border-box;
	padding:10px 20px;
	border: 1px solid #E9E9EC;
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
}
.login-partner .login-partner-btn a{
	font-size: 12px;
	padding-right: 20px;
	color: #4F4F4F;
	line-height: 1.5;
	background-image: url('../img/icon_arrow_right.svg');
	background-position: right top 2px;
	background-repeat: no-repeat;
	background-size: auto 15px;
}
.new-sns-login{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px 0 20px 0;
	border-top:1px solid #eee;
}
.new-sns-login h3{
	display:block;
	text-align:center !important;
	font-size: 16px;
	line-height:1.5;
	font-weight: 500 !important;
	color: #212536;
}
.new-sns-login .sns-wrap{
	display: flex;
	flex-direction: row;
	gap: 12px;
}
.new-sns-login .sns-wrap a{
	background-color: #eee;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	padding: 45px 0 20px 0;
	width: calc(33.3333% - 6px);
	position: relative;
}
.new-sns-login .sns-wrap a:before{
	content: "";
	width:16px;
	height:16px;
	position:absolute;
	top:21px;
	left: 50%;
	transform: translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.new-sns-login .sns-wrap a.sns-naver{
	background-color: #03C75A;
	border: 1px solid #03C75A;
	color: #fff;
}
.new-sns-login .sns-wrap a.sns-kakao{
	background-color: #FEE500;
	border: 1px solid #FEE500;
	color: #212536;
}
.new-sns-login .sns-wrap a.sns-google{
	color: #212536;
	border: 1px solid #E9E9EC;
}
.new-sns-login .sns-wrap a.sns-naver::before{
	background-image: url('../img/naver_logo.svg');
}
.new-sns-login .sns-wrap a.sns-kakao::before{
	background-image: url('../img/kakao_logo.svg');
}
.new-sns-login .sns-wrap a.sns-google::before{
	background-image: url('../img/google_logo.svg');
}
.login-btn{
	height:50px;
	width:100%;
}
.register{
	width:100%;
	max-width: 645px;
}
/* 방문,줌상담신청 */
.visit-cal-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	margin:0 auto;
	gap: 30px;
}
.visit-cal{
	width: 100%;
	margin:0 auto;
}
table.visit-cal-tbl{
	width:100%;
	border-collapse: collapse;
	text-align: center;
}
table.visit-cal-tbl th{
	font-size: 25px;
	font-weight: 500;
	padding:15px 0 35px 0;
}
table.visit-cal-tbl td.week-day{
	font-size:18px;
	font-weight: 500;
}
table.visit-cal-tbl td.sun,
table.visit-cal-tbl td.hol{
	color:#d42515;
}
table.visit-cal-tbl td.sat{
	color:#1257D7;
}
table.visit-cal-tbl td.past{
	opacity: 0.5;
}
table.visit-cal-tbl td.tod{
	background-color: #212536 !important;
	color: #fff;
}
table.visit-cal-tbl td.sel{
	background-color: #1257D7 !important;
	color: #fff;
}
table.visit-cal-tbl td.cal-day{
	width: 14.2%;
	cursor: pointer;
	background-color: #f8f8f8;
	padding:15px 0;
	font-size: 18px;
	font-weight: 500;
	border:10px solid #fff;
}
table.visit-cal-tbl td.cal-day span{
	display: block;
}
table.visit-cal-tbl th a.cal-btn{
	display: block;
	font-size:13px;
	padding-top: 30px;
	position: relative;
}
table.visit-cal-tbl th a.cal-btn:before{
	content: "";
	width: 20px;
	height:20px;
	background-image: url('../img/icon_arrow_right.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top:5px;
	left:50%;
	transform: translateX(-50%);
}
table.visit-cal-tbl th a.cal-btn.prev:before{
	transform: translateX(-50%) rotate(180deg);
}
.pg_wrap{
    display: flex;
    justify-content: center;
    float: initial;
    padding:30px 0 70px;
    width: 100%;
}
#bo_list_total{
    font-size: 14px;
    color: #212536;
    font-weight: 500;
    line-height: 38px;
}
/* === 게시판 액션 버튼 가로 배치 (2026-04-03, 04-11 수정: width:auto) === */
.btn_bo_user {
    display: flex;
    align-items: center;
    gap: 4px;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn_bo_user li {
    width: auto;
    text-align: center;
}
.btn_bo_user > li:first-child {
    flex: 1;
    min-width: 200px;
}
.btn_bo_user > li {
    position: relative;
}
/* .bd-admin-set{
    width:80px !important;
    height:50px;
    text-align:right !important;
    box-sizing: border-box;
    padding-top: 8px;
} */
#bo_btn_top{
    margin:20px 0;
}
.more_opt {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    border: 1px solid #b8bfc4;
    z-index: 999;
    width: 90px;
}
.more_opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
}
.more_opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
}
.more_opt li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    float: inherit;
    width: 90px;
    margin: 0;
    color: #6b757c;
    text-align: left;
}
.more_opt li:last-child {
    border-bottom: 0;
}
.more_opt li button,
.more_opt li a {
    width: 100%;
    border: 0;
    background: #fff;
    color: #6b757c;
}
.more_opt li:hover a,
.more_opt li:hover button {
    color: #000;
}
.more_opt li i {
    float: right;
    line-height: 20px;
}
.bo_fx{
    float: initial;
}
.empty_data{
	width:100%;
	padding:100px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
.empty_data.shop{
	background-color: #f8f8f8;
}
.empty_data p{
	font-size: 14px;
	color: #8C8C8C;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
}
.empty_data .ip-btn{
	display: inline-block;
	width: 120px;
}
.list-module .gall_option {
	position:absolute;
	top:20px !important;
	right:20px !important;
}
.list-module .gall_option strong {
	background:#fff;
	padding:5px 10px;
	border-radius:30px;
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)
}
.fa-heart{
	color: #d42515;
}
.fa-download{
	color:#1257D7;
}
.tag-list{
	display: flex;
}
.tag-list span{
	padding:3px 5px;
	border:1px solid #1a61e6;
	color: #1a61e6;
	border-radius: 5px;
}
.more_opt .sort-li{
    display:none;
}
.sm-title span{
    font-size:20px !important;
}
/* 게시판 보기 */
#bo_v.board-view header{
	padding-bottom: 10px;
}
#bo_v.board-view .bo_v_cate{
    padding:0 20px;
	line-height:30px;
	border-radius: 32px;
	border:1px solid #1257D7;
	background: #EDF3FF;
	font-size:12px;
	color: #1257D7;
	width: auto;
	margin-right: 10px;
}
#bo_v.board-view .bo_v_tit{
    font-size: 28px;
	font-family: 'hd_harmony';
	margin-top: 10px;
}
#bo_v.board-view .profile_info{
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap:20px;
}
#bo_v.board-view .profile_info .profile_info_ct{
	display: flex;
	align-items: center;
	gap:20px;
	flex-wrap: wrap;
}
#bo_v.board-view .profile_info .profile_info_ct span{
	
}
#bo_v.board-view .profile_info .profile_info_ct strong{
	font-size: 13px;
	display: inline-block;
	line-height: 14px;
	margin:0;
}
#bo_v.board-view .profile_info .profile_info_ct strong,
#bo_v.board-view .profile_info .profile_info_ct strong a{
	display: flex;
	gap: 5px;
	align-items: center;
	color: #797979 !important;
	font-weight: 500;
	line-height: 14px;
}
#bo_v.board-view .profile_info .profile_info_ct strong.good{
	color: #1257D7 !important;
}
#bo_v.board-view .profile_info .profile_info_ct strong:last-child{
	border-right: none;
}
#bo_v.board-view .profile_info .profile_info_ct br{
	display:none;
}
.gap-bar{
	text-indent: -9999px;
	display: inline-block;
	line-height: 10px;
	border-left:1px solid #eee;
}
#bo_v.board-view #bo_v_atc{
	box-sizing: border-box;
	padding:20px 30px;
	border:1px solid #EEEEEE;
}
.board-view-filelink{
    margin-top: 20px;
}
.board-view-filelink ul{
    display: flex;
    flex-direction:column;
    gap: 10px;
}
.board-view-filelink ul li{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding:20px;
    background-color: #f8f8f8;
    border:1px solid #eee;
    transition: all 0.5s ease;
	flex-wrap: wrap;
}
.board-view-filelink.link ul li{
    background-color: #F5F7FA;
    border:1px solid #BFD3F1;
}
.board-view-filelink ul li:hover{
    background-color: #eee;
}
.board-view-filelink.link ul li:hover{
    background-color: #e0edff;
}
.board-view-filelink ul li:hover a,
.board-view-filelink.link ul li:hover a{
    color: #3b6dda !important;
}
.board-view-filelink ul li .board-view-filelink-title{
    display: flex;
    align-items: center;
    gap:20px;
}
.board-view-filelink ul li .board-view-filelink-title a{
    color: #212536;
    display: flex;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
	flex-wrap: wrap;
	word-break: break-all;
}
.board-view-filelink ul li .board-view-filelink-title a span{
    display: inline-block;
    line-height: 15px;
    border:1px solid #3b6dda;
    color: #3b6dda;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
	white-space: nowrap;
}
.board-view-filelink ul li .board-view-filelink-info{
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 5px;
	padding-left: 45px;
}
.board-view-filelink ul li .board-view-filelink-info span{
    text-align: right;
}
.board-view-filelink ul li .board-view-filelink-info span.high{
    color: #1257D7;
}
.comment-info{
    display: flex;
    justify-content: space-between;
}
.comment-info p{
    flex-grow: 1;
    line-height: 24px;
    padding:22px 0;
    text-align: center;
    background-color: #F5F7FA;
    border:1px solid #BFD3F1;
    color: #1257D7;
    font-size: 13px;
    font-weight: 500;
}
#bo_vc article .cm_wrap{
	max-width:100%;
	width: auto;
	float: initial;
}
.fviewcomment-wrap{
	position: relative;
}
.fviewcomment-wrap .ip-btn.app{
	position: absolute;
	width:90px;
	position: absolute;
	top:0px;
	right:0px;
	height: 70px;
}
.board-commnet-input{
	display: flex;
	flex-direction: column-reverse;
} 
.board-commnet-input #char_cnt{
	margin-top: 5px;
	text-align: right;
}
.board-commnet-input textarea{
	height: 70px;
	border:1px solid #eee;
	background-color: #f8f8f8;
	width: calc(100% - 90px);
}
.board-comment-box{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.board-comment-box.comment-mo-mode{
	padding-bottom: 40px;
}
.board-comment-box .cm_wrap{
	flex-grow: 1;
}
#bo_vc .bo_vl_opt{
	position: relative !important;
	top: initial;
	right: initial;
}
.board-comment-box .bo_vl_opt .btn_cm_opt{
	display: none;
}
.board-comment-box .bo_vl_opt .bo_vc_act{
	/* display: flex; */
	position: relative;
	right: initial;
	top: initial;
	width: auto;
	border: none;
	background: none;
	border:1px solid #eee;
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)
}
.board-comment-box .bo_vl_opt:not(.comment-mo-mode)  .bo_vc_act{
	display: none;
}
.board-comment-box .bo_vl_opt.comment-mo-mode .bo_vc_act,
.board-comment-box:hover > .bo_vl_opt .bo_vc_act{
	display: flex;
}
#bo_vc .bo_vl_opt.comment-mo-mode {
    position: absolute !important;
    bottom:0px;
    right: 0;
}
.board-comment-box .bo_vl_opt.comment-mo-mode .bo_vc_act{
	border:none;
	box-shadow:none;
}
.board-comment-box .bo_vl_opt .bo_vc_act li{
	border: none;
}
.board-comment-box .bo_vl_opt .bo_vc_act li a{
	color: #797979;
	padding:10px;
	word-break: keep-all;
}
.board-comment-box .bo_vl_opt .bo_vc_act li a:hover{
	background-color: #f8f8f8;
	text-decoration: underline;
}
.board-comment-box .bo_vl_opt .bo_vc_act::before,
.board-comment-box .bo_vl_opt .bo_vc_act::after{
	display: none;
}
.board-comment-box.depth::before{
	content: "";
	width: 20px;
	height:20px;
	background-image: url('../img/icon_depth.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	margin-right: 10px;
	margin-top: 15px;
	opacity: 0.7;
}
.board-comment-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.board-comment-title .comment-cnt{
	display: flex;
	gap: 10px;
	align-items: center;
}
.board-comment-title .comment-cnt .comment-ico,
.board-like #bo_v_act .bo_v_good .good-ico{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height:40px;
	background-color: #f8f8f8;
	border-radius: 50%;
}
.board-comment-title .comment-cnt .comment-ico span,
.board-like #bo_v_act .bo_v_good .good-ico span{
	font-size: 20px;
}
.board-comment-title span.cmt_more{
	background: none;
    float: initial;
    display: inline-block;
    width: auto;
    height: auto;
    margin:0;
}
.board-comment-title span.cmt_more span.dw{
	display: none;
}
.board-comment-title.cmt_btn_op span.cmt_more span.up{
	display: none;
}
.board-comment-title.cmt_btn_op span.cmt_more span.dw{
	display: block;
}
.board-like{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.board-like #bo_v_act{
	margin:0;
}
.board-like #bo_v_act .bo_v_good{
	width: auto;
	border:none;
	border-radius: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.board-like #bo_v_act .bo_v_good .good-ico{
	background-color: #1a61e6;
}
.board-like #bo_v_act .bo_v_good:hover{
	color: #1257D7;
}
.board-like #bo_v_act .bo_v_good .good-ico span{
	color: #fff;
}
/* 통합검색 */
.total-search{
    width:100%;
}
.total-search .total-search-top{
    width:100%;
    padding: 20px 0;
}
.total-search .total-search-top .form-box{
    width:auto;
    flex-grow: initial;
}
.total-search .total-search-top .form-box.search-box{
    flex-grow: 1;
}
.total-search .total-search-top .form-box.search-box .form-box-inner{
    border:1px solid #eee;
    border-radius: 40px;
    box-sizing: border-box;
    padding:0 20px 0 30px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.total-search .total-search-top .form-box.search-box .form-box-inner input{
    height: 40px;
    border:none;
}
.total-search .total-search-top .form-box.search-box .form-box-inner input:focus{
    outline: none;
}
.total-search .total-search-top .form-box.search-box .form-box-inner button{
    border:none;
    background-color: transparent;
}
.total-search .total-search-top .form-box .type-btn{
    gap:10px;
}
.total-search--more{
    width:100%;
    height:auto;
    overflow:hidden;
    box-sizing: border-box;
    padding:20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    margin-top: 20px;
}
.total-search--more a{
    display: flex;
    gap: 10px;
    align-items: center;
}
.total-search--more a .post-cnt{
    display: inline-block;
    line-height:28px;
    background-color: #fff;
    border: 1px solid #9C9C9C;
    border-radius: 40px;
    padding:0 20px;
    font-size: 14px;
}
.total-search--more a .post-cnt b{
    color: #1257D7;
}
.total-search--more a .more-arrow{
    display: inline-block;
    padding-right: 20px;
    background-image: url('../img/icon_arrow_dw.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
#bo_v_con > div{
	width:100% !important;
}

/* === 에디터 콘텐츠 정규화 (2026-04-03) === */
/* 본문 영역 가로 제한 + 가운데 정렬 + 테이블 오버플로 처리 */
#bo_v_con {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* 이미지 반응형 강제 */
#bo_v_con img {
    max-width: 100% !important;
    height: auto !important;
}

/* YouTube iframe 반응형 (16:9 비율 유지) */
#bo_v_con iframe[src*="youtube"],
#bo_v_con iframe[src*="youtu.be"] {
    max-width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* 기타 iframe/video/embed 반응형 (비율 강제 안 함) */
#bo_v_con iframe,
#bo_v_con video,
#bo_v_con embed,
#bo_v_con object {
    max-width: 100% !important;
}

/* 테이블 가로 제한 (display:block 금지 — 테이블 레이아웃 보존) */
#bo_v_con table {
    max-width: 100%;
}

/* 쇼핑몰 */
.shop-sort{
	width:100%;
	display: flex;
	justify-content: flex-end;
	gap:10px;
	padding-top: 20px; 
    overflow: auto;
    overflow-x: auto;
}
.shop-sort li a{
	display: flex;
	padding: 0px 25px;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	border: 1px solid #9C9C9C;	
	color: #212536;
	line-height: 40px;
	font-family: "HDharmony";
	font-size: 13px;
    word-break: keep-all;
}
.shop-sort li.on a{
	color: #1257D7;
	border-color: #1257D7;
	background-color: #EDF3FF;
}
.shop-sort li a.reset{
	border-color: #212536;
	background-color: #f8f8f8;
}
.shop_icon {
	display:inline-block;
	padding: 5px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 60px;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
}
.shop_icon_1 {background:#FF32BB} /* 히트 */
.shop_icon_2 {background:#4032FF} /* 추천 */
.shop_icon_3 {background:#FFE032; color: #212536;} /* 최신 */
.shop_icon_4 {background:#32F1FF; color: #4000FF;} /* 인기 */
.shop_icon_5 {background:#45F921; color: #212536;} /* 할인 */
.sct_ct{
	width:100%;
}
#sct_ct_1 li{
    width: auto;
}
#sct_ct_1 li a{
	font-size: 15px;
    word-break: keep-all;
}
.shop-item { 
	width:100%;
	height:auto;
	overflow:hidden;
}
.shop-item-inner { 
	display: flex;
	justify-content: space-between;
}
.shop-item-img { 
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.shop-item-img-box {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color: #f8f8f8;
	position: relative;
}
.shop-item-img-box img{
	width:100%;
	height: auto;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.shop-item-img-list{ 
	width:100%;
}

.shop-item-img-list ul{ 
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.shop-item-img-list ul li{
	width:50px;
	height:50px;
	background-color: #f8f8f8;
}
.shop-item-img-list ul li a{ 
	display: block;
	width:50px;
	height:50px;
}
.shop-item-img-list ul li a img{ 
	width:50px;
	height:50px;
}
.shop-item-form { 
	width:100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.shop-item-form-top { 
	width:100%;
	height:auto;
	overflow: hidden;
	display: flex;
	box-sizing: border-box;
	padding: 10px 20px;
	justify-content: space-between;
}
.shop-item-form-btn { 
	display: flex;
	gap: 20px;
	align-items: center;
}
.shop-item-form-btn a{
	display: inline-block;
	line-height: 25px;
	font-size: 13px;
	padding-left: 26px;
	position: relative;
	color: #797979;
	font-weight: 500;
}
.shop-item-form-btn a:first-child{
	color: #F32828;
}
.shop-item-form-btn a::before{
	content: "";
	width:22px;
	height:25px;
	/* background-color: #eee; */
	position: absolute;
	left:0px;
	top:0px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 17px auto;
}
.shop-item-form-btn a.like::before{
	background-image: url('../img/icon-like.svg');
}
.shop-item-form-btn a.review::before{
	background-image: url('../img/icon-review.svg');
}
.shop-item-form-btn a.qna::before{
	background-image: url('../img/icon-qna.svg');
}
.shop-item-form-btn span{ 
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #eee;	
}
.shop-item-form-title h3{
	line-height: 24px;
	padding: 7px 20px;
	font-size: 20px;
	font-family: "HDharmony";
	font-weight: 600;
}
.shop-item-form-price ul{
	display: flex;
	flex-direction: column;
	gaP:10px;
}
.shop-item-form-price ul li{
	box-sizing: border-box;	
	padding:0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shop-item-form-price ul li span{
	font-size: 13px;
	color: #797979;
}
.shop-item-form-price ul li p{
	font-size: 20px;
	font-weight: 600;
	font-family: "HDharmony";
	line-height: 38px;
}
.shop-item-form-price ul li p.point{
	font-size: 16px;
}
.shop-item-form-price ul li.amount{
	justify-content: flex-start;
}
#sit_sel_option{
	width: 100% !important;
}
#sit_opt_added{
	width: 100%;
}
.sit_opt_list{
	display: flex;
	flex-direction: column;
}
.sit_opt_list .opt_name{
	width: 100%;
	padding-bottom: 10px;
}
.sit_opt_list .opt_name span{
	line-height: 28px;
	font-size: 14px;
	color: #212536;
	display: inline-block;
} 
.shop-item-form-price ul li .opt_count{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.shop-item-form-price ul li .opt_count button{
	display: flex;
	width:32px;
	height:32px;
	background-color: #eee;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-item-form-price ul li .opt_count input{
	background-color: #fff;
	border:1px solid #eee;
	height:32px;
	text-align: center;
	font-size: 13px;
	width: 50px;
}
.shop-item-form-total { 
	border-top:1px solid #212536;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.shop-item-form-total span{ 
	color:#797979;
	font-size: 13px;
}
.shop-item-form-total p{
	font-size: 20px;
	font-weight: 600;
	font-family: "HDharmony";
	line-height: 38px;
	color: #d42515;
}
.shop-item-form-total span{
	font-size: 14px;
	color: #212536;
	margin-left: 10px;
}
.shop-item-btn {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex: 1 1 auto;
	align-items: end;
}
.shop-item-btn button{
	width: calc(50% - 10px);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #444444;
	padding: 6px 30px;
	line-height: 38px;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-item-btn button.pay{
	background-color: #1257D7;
}
.shop-info{
	width:100%;
	height:auto;
	overflow:hidden;
}
.shop-info-top{
	border-bottom: 1px solid #1257D7;
}
.shop-info-top .shop-info-tab{
	display: flex;
	gap: 0px;
    overflow: auto;
    overflow-x: auto;
}
.shop-info-top .shop-info-tab li{
	
}
.shop-info-top .shop-info-tab li button{
	box-sizing: border-box;	
	padding: 10px 50px;
	color: #212536;
	background-color: #F8F8F8;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 600;
	border:none;
	line-height: 38px;
	font-family: "HDharmony";
    word-break: keep-all;
}
.shop-info-top .shop-info-tab li.on button{
	background-color: #1257D7;
	color: #fff;
}
.shop-info-top .shop-info-tab li button span{
	display: flex;
	padding: 0px 15px;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	border: 1px solid #9C9C9C;
	background: #FFF;
	color: #212536;
	font-family: 'HDharmony';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 184.615% */
}
.shop-info-top .shop-info-tab li.on button span{
	border-color: #fff;
	color: #1257D7;
}
.shop-info-cont{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:30px;
}
.od_prd_list{
    width:100%;
}
.cart-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shop-cart{
    width:100%;
    height:auto;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
}
.shop-cart-select{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 20px 20px 0px 44px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.shop-cart-list ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 20px;
}
.shop-cart-list ul li{
    background-color: #fff;
}
.shop-cart-list ul li .shop-cart-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    gap: 20px;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-check{ 
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-check.chk_box input[type="checkbox"] + label span{
    top: -8px;
    left: 6px;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-img{ 
    width: 90px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-img img{ 
    width: 90px;
    height: 60px;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-option{ 
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-option h4{
    font-size: 16px;
    font-weight: 500;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-option p{
    font-size: 12px;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-option .sod_option_btn{
    display: none;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-option .sod_opt{
    margin: 0;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-option .sod_opt ul{
    padding:0;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-option a b{
    font-size: 16px;
    font-weight: 500;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-info{ 
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-info span{  
    font-size: 14px;
    font-weight: 500;
    color:#797979;
}
.shop-cart-list ul li .shop-cart-item .shop-cart-item-info span b{ 
    font-weight: 600;
    color: #212536;
}
.cart-del-btn{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.cart-btn{
    display: flex;
    height: 38px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #212536;
    color: #212536;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    background-color: #fff;
}
.cart-btn.del{
    border: 1px solid #F32828;
    color: #F32828;
}
.cart-btn-box{
    display: flex;
    justify-content: space-between;
}
.cart-btn-box a,
.cart-btn-box button{
    padding:6px 30px;
    line-height: 38px;
    font-size: 14px;
    gap: 10px;
}
.shop-order-form{
    width:100%;
}
.shop-order{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.shop-order-box{
    box-sizing: border-box;
    padding:30px 30px 0px 30px;
    border-top:1px solid #eee;
    display: flex;
	flex-wrap: wrap;
}
.use-point{
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 20px !important;
	line-height: 50px;
}
.use-point .hyphen{
	opacity: 0.3;
}
.use-point span b{
	color: #1257D7;
}
.total-fee{
	background-color: #F2F9FF;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	display: flex;
}
.total-fee span{
	font-size: 13px;
}
.total-fee .total{
	font-size: 20px;
	font-family: 'HDharmony';
	font-weight: 600;
}
.total-fee .total b{
	color:#E52A19;
}
.pay-method-list{
	margin-top: 20px;
    width: 100%;
}
.pay-method-list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap:5px;
}
.pay-method-list ul li{
	width: calc( 16.6666% - 5px );
}
.pay-method-list ul li a{
	display: block;
	font-size: 16px;
	font-weight: 600;	
	color: #212536;
	line-height: 38px;
	padding: 31px 30px 31px 80px;
	background-color: #F8F8F8;	
	border:1px solid #eee;
	transition: all 0.5s ease;
	background-position: left 15px center;
	background-size: 50px auto;
	background-repeat: no-repeat;
}
.pay-method-list ul li a.on,
.pay-method-list ul li a:hover{
	color: #fff;
	background-color: #1257D7;	
	border:1px solid #1257D7;
	transition: all 0.5s ease;
}
.pay-method-list ul li a.pay-01{ 
	background-image: url("../img/pay_01.png"); 
}
.pay-method-list ul li a.pay-02{ 
	background-image: url("../img/pay_02.png"); 
}
.pay-method-list ul li a.pay-03{ 
	background-image: url("../img/pay_03.png"); 
}
.pay-method-list ul li a.pay-04{ 
	background-image: url("../img/pay_04.png"); 
}
.pay-method-list ul li a.pay-05{ 
	background-image: url("../img/pay_05.png"); 
}
.pay-method-list ul li a.pay-06{ 
	background-image: url("../img/pay_06.png"); 
}
.pay-method-list ul li a.pay-01:hover, 
.pay-method-list ul li a.pay-01.on{ 
	background-image: url("../img/pay_01_on.png"); 
}
.pay-method-list ul li a.pay-02:hover, 
.pay-method-list ul li a.pay-02.on{ 
	background-image: url("../img/pay_02_on.png"); 
}
.pay-method-list ul li a.pay-03:hover, 
.pay-method-list ul li a.pay-03.on{ 
	background-image: url("../img/pay_03_on.png"); 
}
.pay-method-list ul li a.pay-04:hover, 
.pay-method-list ul li a.pay-04.on{ 
	background-image: url("../img/pay_04_on.png"); 
}
.pay-method-list ul li a.pay-05:hover, 
.pay-method-list ul li a.pay-05.on{ 
	background-image: url("../img/pay_05_on.png"); 
}
.pay-method-list ul li a.pay-06:hover, 
.pay-method-list ul li a.pay-06.on{ 
	background-image: url("../img/pay_06_on.png"); 
}
.mypage-top-grade{
	font-size:13px;
	font-weight:600;
	box-sizing:border-box;
	padding:10px 15px; 
	border:1px solid #222;
	color:#222;
	border-radius:10px;
	background-color:#f8f8f8;
	box-shadow:0 5px 10px rgb(58 63 59 / 30%);
}

.mypage-top-grade span{
	font-size:15px;
}

.mypage-top-grade.grade-A{

}

.mypage-top-grade.grade-B{
	background-color:#ffc107;
}

.mypage-top-grade.grade-C{

}

.mypage-top-grade.grade-D{
	background-color:#17a2b8;
	color:#fff;
}



.mypage-top{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px;
	padding: 30px 0;
}
.mypage-top .mypage-top-inner{
	display: flex;
	gap:20px;
	align-items: center;
	flex-wrap: wrap;
}
.mypage-top .mypage-top-inner span:not(.material-symbols-outlined){
	display: inline-block;
	width:1px;
	height: 14px;
	background-color: #eee;
}
.mypage-img{
	overflow: hidden;
	width: 50px;
	height:50px;
	border-radius: 50px;
}
.mypage-img img{
	width: 100%;
}
.mypage-item{
	display: flex;
	gap: 10px;
	align-items: center;
	color: #797979;
}
.mypage-item-list{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;
	padding: 20px;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.mypage-item-list .item-list-th,
.mypage-item-list .item-list-tr{
	display: flex;
}
.mypage-item-list .item-list-th{
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.mypage-item-list .item-list-th span{
	color: #1257D7;
	font-size: 14px;
	font-weight: 500;
}
.mypage-item-list .item-list-tr .item-list-td{
	padding: 10px 0 0 0;
}
.mypage-item-list .item-list-tr .item-list-td p{
	line-height: 20px;
}
.mypage-item-list .item-list-th span,
.mypage-item-list .item-list-tr .item-list-td{
	flex-grow: 1;
}
.mypage-item-list .item-list-tr .item-list-td span{
	display: none;
}
.mypage-item-list .item-list-tr .item-list-td a{
	color: #1257D7;
	font-weight: 600;
	text-decoration: underline;
}
.point-list .item-list-th span:first-child,
.point-list .item-list-tr .item-list-td:first-child{
	width: 150px;
}
.point-list .item-list-th span,
.point-list .item-list-tr .item-list-td{
	width: calc(100% - 300px);
}
.point-list .item-list-th span:last-child,
.point-list .item-list-tr .item-list-td:last-child{
	width: 150px;
}

.order-list .item-list-th span, 
.order-list .item-list-tr .item-list-td{ 
	width: 150px; 
}
.order-list .item-list-th span:nth-child(7), 
.order-list .item-list-tr .item-list-td:nth-child(7){ 
	width: 80px; 
}

.qna-list .item-list-th span:nth-child(1), 
.qna-list .item-list-tr .item-list-td:nth-child(1){ 
	width: calc(100% - 450px); 
}
.qna-list .item-list-th span:nth-child(2), 
.qna-list .item-list-tr .item-list-td:nth-child(2){ 
	width: 150px; 
}
.qna-list .item-list-th span:nth-child(3), 
.qna-list .item-list-tr .item-list-td:nth-child(3){ 
	width: 150px; 
}
.qna-list .item-list-th span:nth-child(4), 
.qna-list .item-list-tr .item-list-td:nth-child(4){ 
	width: 150px; 
}
.shop-order-list{
	display: flex;
	gap:28px;
	width:100%;
	justify-content: space-between;
}
.shop-order-list .shop-order-list-box{
	width:calc(50% - 28px);
}
.sod_right{
	width:100%;
}
.sod_bsk_tot2 {
	border:1px solid #3a8afd;
	margin-bottom:20px
}
.sod_bsk_tot2 li {
	background:#fff;
	padding:0 15px;
	line-height:40px;
	text-align:right;
}
.sod_bsk_tot2 li span {
	float:left;
	clear:both;
	font-size:16px;
}
.sod_bsk_tot2 li strong {
	font-size:16px;
}
.sod_bsk_tot2 li.sod_fin_tot {
	background:#e5f0ff;
	border-top:1px solid #c6d7ef;
}
.sod_bsk_tot2 li#alrdy {
	border-bottom:0 !important;
}
.sod_bsk_tot2 li#alrdy div {
	padding:5px 0 15px;
	text-align:right;
}
.sod_bsk_tot2 li#alrdy div p {
	position:relative;
	background:#d6e3f3;
	padding:0 10px;
	margin-bottom:1px;
}
.sod_bsk_tot2 li.sod_fin_tot strong {
	color:#3a8afd;
	font-size:1.2em;
}
.sod_fin_pay {
	margin:0 0 20px;
	background:#fff;
	border:1px solid #e3e5e8;
}
.sod_fin_pay h3 {
	background:#fff;
	font-size:16px;
	padding:15px 20px;
	border-bottom:1px solid #e3e5e8;
}
.sod_fin_pay ul {
	margin:0;
	padding:15px 20px;
}
.sod_fin_pay li {
	line-height:24px;
	padding:5px 0;
}
.sod_fin_pay li:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
.sod_fin_pay li>span, 
.sod_fin_pay li>strong {
	display:inline-block; 
	font-size:16px;
}
.sod_fin_pay li>strong {
	margin-right:10px;
}
.sod_fin_pay li>span {

}
.sod_fin_pay li .letter-2px{
	letter-spacing:-2px;
}
.order-cancel{
	max-width:1280px;
	margin:0 auto;
	box-sizing: border-box;
	padding:30px;
}
.order-cancel-view{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;
	padding:20px 40px;
	border:1px solid #da5548;
	background-color: #fff4f4;
	color: #ed3f2e;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}


.c-logo{
	display:inline-block;
	width:37px;
	height:40px;
	background-image:url("../img/rank/canada_logo.png");
	background-size:auto 40px;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
}

.c-color{
	color:#F32828 !important;
}

.flex-auto{
	flex: 1 0 0;
}

.sch-rank-wrap{
	
}

.sch-rank-wrap .sch-rank-top{
	display: flex;
	padding: 180px 0px 29px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
	background-image:url("../img/rank/rank_top_bg.png");
	background-position:center center;
	background-size:cover;
}

.sch-rank-wrap .sch-rank-top .sch-rank-title{
	display: flex;
	align-items: center;
	gap: 15px;	
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.sch-rank-wrap .sch-rank-top .sch-rank-title h2{
	display: flex;
	align-items: center;
	gap: 15px;	
}

.sch-rank-wrap .sch-rank-top .sch-rank-title h2 br{
	display:none;
}

.sch-rank-wrap .sch-rank-top .sch-rank-title h2 b{
	font-family: HDharmony;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px; /* 84.444% */	
	color:#fff;
}

.sch-rank-wrap .sch-rank-top .sch-rank-title h2 span{
	
}

.sch-rank-wrap .sch-rank-top .sch-rank-filter{
	display: flex;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;	
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;    
}

.sch-rank-wrap .sch-rank-top .sch-rank-filter .sch-rank-filter-box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
}

.sch-rank-wrap .sch-rank-top .sch-rank-filter .sch-rank-filter-box > span{
	color: #FFF;
	font-family: HDharmony;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;	
}

.sch-rank-wrap .sch-rank-top .sch-rank-filter .sch-rank-filter-box span.req:after{
	content:"*";
	color: #F32828;
	font-family: HDharmony;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.sch-rank-wrap .sch-rank-top .sch-rank-filter .sch-rank-filter-box .sch-rank-filter-item{
	display: flex;
	align-items: center;
	gap: 10px;
	align-self: stretch;	
}

.sch-rank-wrap .sch-rank-top .sch-rank-filter .sch-rank-filter-box .sch-rank-filter-item label{

}

label.radio-item{
	display: flex;
	padding: 5px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #FFF;
	position:relative;
	cursor:pointer;
}

label.radio-item input{
	position:absolute;
	top:-99999px;
	opacity:0;
}

label.radio-item span{
	color: #FFF;
	font-family: HDharmony;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */	
    white-space:nowrap;
}

.radio-item:has(input:checked) {
    background-color: #FFF;
}

.radio-item:has(input:checked) span{
    color: #212536;
}

.search-item.ipt-item{
    border-radius: 10px;
    border: 1px solid #FFF;
    display: flex;
    padding: 5px 0px;
    align-items: center;
    gap: 10px;
}

.search-item.ipt-item input[type]{
    width: 100%;
    font-family: "HDharmony";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    background-color: transparent;
    border: none;
    color: #fff;
	box-sizing:border-box;
	padding:0 10px;
}

/* 전체 select2 컨테이너 스타일 */
.sch-rank-filter-item .select2-container {
    width: 100% !important;
    font-size: 14px;
}
  
  /* 싱글 선택 박스 스타일 */
.sch-rank-filter-item .select2-container .select2-selection--single {
    height: 34px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0px 12px;
    background-color: transparent !important;
}
  
  /* 텍스트 위치 조정 */
.sch-rank-filter-item .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    color: #fff;
}
  
  /* 드롭다운 화살표 커스터마이징 */
.sch-rank-filter-item .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    right: 10px;
}
  
  /* 드롭다운 메뉴 스타일 */
.sch-rank-filter-item .select2-dropdown {
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(255,255,255,1);
}
  
  /* 옵션 항목 스타일 */
.sch-rank-filter-item .select2-results__option {
    padding: 10px;
    font-size: 14px;
}
  
.sch-rank-filter-item .select2-results__option--highlighted {
    background-color: #f0f0f0;
    color: #000;
}

.sch-rank-filter-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.sch-rank-filter-btn button{
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    font-family: HDharmony;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */        
}

.sch-rank-filter-btn .search-btn{
    border: 1px solid #FFF;
    background: #FFF;
    color: #212536;
}

.sch-rank-filter-btn .reset-btn{
    border: 1px solid #FFF;
    color: #FFF;
    background: none;
    padding: 5px 15px 5px 10px;
}

.sch-rank-list-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    max-width: 1280px;
    margin:40px auto 140px auto;
}

.sch-rank-list-wrap .sch-total{
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #000;

    font-family: HDharmony;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.sch-rank-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sch-rank-list-th{
    width: 100%;
    display: flex;
    padding: 20px 0px;
    align-items: center;
    gap: 10px;    
    border-bottom: 1px solid #212536;
    background: #F8F8F8;    
}

.sch-rank-list-th span{
    display: flex;
    padding: 0px 25px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.th-fav,
.td-fav{ width: 9.6%; }
.th-rnk,
.td-rnk{ width: 9.9%; }
.th-sch,
.td-sch{ width: 33.5%; }
.th-cty,
.td-cty{ width: 19.5%; }
.th-pur,
.td-pur{ width: 11.7%; }
.th-esl,
.td-esl{ width: 11.7%; }

.sch-rank-list-th span.th-sch,
.sch-rank-list-th span.th-cty{
    justify-content: flex-start;
}

.sch-rank-list-tbody{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sch-rank-list-tbody .sch-rank-list-tr{
    display: flex;
    padding: 20px 0px;
    align-items: center;
    width: 100%;
}

.sch-rank-list-tbody .sch-rank-list-tr ul{
    display: flex;
    width: 100%;
    gap: 10px;
}

.sch-rank-list-tbody .sch-rank-list-tr ul li{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sch-rank-list-tbody .sch-rank-list-tr ul li.td-sch p,
.sch-rank-list-tbody .sch-rank-list-tr ul li.td-cty p{
    display: block;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
}

.sch-rank-list-tbody .sch-rank-list-tr ul li span.span-mo-label{
    display: none;
}

span.sch-rank-icon{
    display: inline-block;
    padding: 2px 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    background: #F8F8F8;
    color: #000;
    text-align: center;
    font-family: HDharmony;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

.sch-rank-list-tbody .sch-rank-list-tr ul li p{
    color: #000;
    font-family: HDharmony;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

p.sch-type-icon{
    display: inline-block;
    padding: 3px 16px;
    justify-content: center;
    align-items: center;
/*    align-self: stretch;*/
    border-radius: 8px;
    text-align: center;
    font-family: HDharmony;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
	white-space: nowrap;

}

p.sch-type-icon.pu{
    border: 1px solid #16A13B;
    color: #16A13B !important;
}

p.sch-type-icon.pr{
    border: 1px solid #1257D7;
    color: #1257D7 !important;
}

.icon-fav {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
  
/* 숨김 처리: 기본 radio는 숨기되 focus는 유지 */
.icon-fav input[type="checkbox"] {
    display: none;
}
  
  /* 커스텀 아이콘 */
.icon-fav span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/rank/favorite_off.png'); /* unchecked 아이콘 */
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
    text-indent: -9999px;
}
  
/* checked 상태일 때 아이콘 변경 */
.icon-fav input[type="checkbox"]:checked + span {
    background-image: url('../img/rank/favorite_on.png'); /* checked 아이콘 */
}

.on-pop{
    cursor: pointer;
}

.on-pop:hover{
    color: #1257D7 !important;
}

.rank-mask{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.sch-rank-pop{
    display: flex;
    width: 645px;
    padding: 10px 30px 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    display: none;
}

.sch-rank-pop .sch-rank-pop-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.sch-rank-pop .sch-rank-pop-inner h2.sch-rank-pop-title{
    display: flex;
    padding: 20px 0px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-bottom: 1px solid #DFDFDF;
    color: #212536;
    font-family: HDharmony;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 100% */
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-info .sch-rank-pop-body-rank{
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: #212536;
    font-family: HDharmony;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-info .sch-rank-pop-body-etc{
    display: flex;
    align-items: center;
    gap: 20px;
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-info .sch-rank-pop-body-etc .sch-rank-pop-body-item{
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F8F8F8;
    font-family: HDharmony;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-addr{

}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-addr span{
    display: flex;
    padding: 5px 15px 0px 15px;
    justify-content:flex-start;
    align-items: center;
    gap: 10px;
    color: #A2A2A2;
    font-family: HDharmony;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */    
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-addr .sch-rank-pop-body-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-addr .sch-rank-pop-body-link p{
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: HDharmony;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */    
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-body-addr .sch-rank-pop-body-link a{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #F8F8F8;
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-btn{
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.sch-rank-pop .sch-rank-pop-inner .sch-rank-pop-body .sch-rank-pop-btn button.pop-close-btn{
    display: flex;
    width: 76px;
    padding: 5px 15px;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    background: #EEE;
    color: #212536;
    font-family: HDharmony;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    border: none;
}

.review-confirm{
	box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}
.review-confirm:before{
	content:"";
	width:30px;
	height:30px;
	background-image:url('/theme/ige_2025/img/ige_confirmed_3_view.png');
	background-position:center, center;
	background-size:cover;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
}

.lm-text-box .lm-text-cont span.sch-district-list-cnt{
	font-size:15px;
	font-weight:bold;
	color:#0f2743;
}


.main-faq-categories {
	display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center; 
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.main-cat-filter {
	padding: 10px 20px;
	border: 2px solid #dee2e6;
	background: white;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: 500;
}
.main-cat-filter.active, .main-cat-filter:hover {
	background: #2a5298;
	color: white;
	border-color: #2a5298;
}

.ige-pop-up{
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1100;
	display:none;
}

.ige-pop-up.on{
	display:block;	
}

.ige-pop-up .ige-pop-up-inner img{
	max-width:100%;	
}

.ige-pop-up .ige-pop-up-btm{
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
	padding:10px;
	background-color:#000;
}

.ige-pop-up .ige-pop-up-btm button{
	border:1px solid #fff;
	padding:5px 20px;
	color:#fff;
	font-size:14px;
}

.ige-pop-up .ige-pop-up-btm button.pop-today{
}

.ige-pop-up .ige-pop-up-btm button.pop-close{
}

@media (max-width: 700px) {
	.ige-pop-up{
		width:90%;	
	}
	.ige-pop-up .ige-pop-up-inner img{
		width:100%;	
	}
}