@charset "UTF-8";


#wrap {
    width: 100%;
}

/* 
header area 
*/
#header {
    position: relative;
    height: 50px;
    background-color: #fff;
    /*border-bottom: 1px solid #cccccc;*/
	box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.2);
	z-index: 2;
}

#header > div {
    box-sizing: border-box;
}

#header .h_center {
    position: absolute;
    right: 100px;
    left: 100px;
    text-align: center;
    padding-top: 10px;
    transition: .2s ease-out;
	z-index: 360;
}

#header .h_center img {
    display: block;
	width: 104px;
	height: 19px; 
	margin: 5px auto;
	border: 0;
}

#header .h_left,
#header .h_right {
    position: absolute;
    top: 0;
}

#header .h_left {
    left: 0;
}

#header .h_left img {
    width: 25px;
}

#header .h_right {
    right: 0;
}

/* nav open */
#header.navOpen { 
	z-index: auto;
}

#header.navOpen .h_center {
    left: 0;
    right: auto;
    border: 0;
	padding-left: 1rem;
}

/*#header.navOpen .h_left { */
    /*right: 50px;*/
    /*left: auto;*/
/*}*/
/* 국가 브랜드 */
.btn-lang { 
	display: block;
    position: absolute;
    width: 30px;
	height: 23px;
    top: 15px;
    right: 51px;
    padding: 0;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
	z-index: 999;
}

.lang_list { 
	display: none;
	position: absolute;
    top: 3.3rem;
    right: 1rem;
    background-color: #fff;
    text-align: left;
    border-top: 2px solid #cb9f76;
}

.lang_list.on { 
	display: block;
	z-index: 999;
}

.lang_list .btn-close { 
    padding: 0.75rem;
	text-align: right;
}

.lang_list li a { 
	display: block;
	padding: 0.75rem 1rem;
}

.icon-front-text { 
	position: relative;
}

.icon-front-text .icon_sec { 
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
}

.icon-front-text > span { 
	display: inline-block;
	padding-left: 2.3rem;
	white-space: nowrap;
	font-weight: 400;
}

.flag_icon { 
	width: 25px;
    height: 19px;
	overflow: hidden;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.flag_icon img { 
    display: block;
	width: 100%;
	height: 100%;
}

#header .barClose_icon {
    position: absolute;
    top: 0;
    right: 0;
}

/* nav open */
#header.navOpen .h_center, 
#header.navOpen .barClose_icon {
	position: absolute;
    z-index: 360;
}

/* 바에서 클로즈로 변하는 버튼 스타일 */
.barClose_icon {
    width: 50px;
    height: 50px;
    padding: 16px 15px;
}

.barClose_icon .bar {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 7px;
    background: #666;
    transition: .3s ease-out;
}

.barClose_icon .bar.thr {
    margin-bottom: 0;
}

/* + close */
.barClose_icon.close .bar {
    width: 25px;
}

.barClose_icon.close .bar.one {
    margin-top: 0;
    transform: rotate(45deg);
}

.barClose_icon.close .bar.tow {
    opacity: 0;
}

.barClose_icon.close .bar.thr {
    margin-top: -16px;
    transform: rotate(-45deg);
}

/*
bedge
*/
.bedge_wrap { 
	position: relative;
}

.bedge { 
	position: absolute;
    padding: 1px 5px;
	border: 2px solid #fff;
	border-radius: 50em;
    font-size: 8.5pt;
	line-height: 1em;
    background-color: #000;
	color: #fff;

	/*custom*/
}

.bedge.edge { 
	bottom: 8px;
	right: 4px;
}

/*
nav
 */
#nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 00px;
    left: 0;
    right: 0;
    z-index: 350;
	background-color: #ECECEC;
}

#nav.active {
    display: block;
}

#nav .nav_header {
    width: 100%;
    height: 50px;
	background-color: #ffffff;
}

#nav .nav_header.header_sroll { 
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.2);
    z-index: 1;
}

.nav_header .sel_sec {
    position: absolute;
    top: 5px;
    left: 130px;
}

/* //nav open */
.nav_body { 
	position: absolute;
	/*.nav_header와 연관*/
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.nav_body .search_sec { 
	background-color: #fff;
}

.nav_body .search_box { 
	margin: 0 1rem;
	padding: 1rem 0;
}

.nav_body .search_box,
.nav_body .search_box input,
.nav_body .search_box .input_group_btn > button { 
	height: 38px;
}

.nav_body > h3 { 
	font-weight: normal;
    text-indent: 1rem;
    line-height: 2em;
}
.nav_menu { 
	background-color: #fff;	
}
.nav_menu > li { 
    border-bottom: 1px solid #ededed;
}
.nav_menu > li > a { 
	display: block;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 1.1rem;
}
.nav_menu > li > a .fast {
	height: 30px;
    vertical-align: middle;
	/*float: right;*/
	/*margin-top: 1.5rem;*/
	/*margin-right: 1.5rem;*/
	/*width: 1rem;*/
	/*height: 1rem;*/
	/*vertical-align: baseline;*/
	/*transform: rotate(180deg);*/
}
.nav_menu > li > a.on > img {
	transform: unset;
}
.nav_menu > li > a > span { 
	float: right;
	margin-right: 1rem;
}

.nav_menu > li > a > span > img {
	width: 12px;
	height: 12px;
	vertical-align: baseline;
}
.depth2-nav {
	padding: 0px 1rem 1.5rem;
}
.depth2-nav .ll > li > a { 
	display: block;
	padding: 12px 0;
}

/*container*/
.container {
	min-height: 100%;
}

/*footer*/
footer, .ft_bg  { 
	background-color: #dadada;
}

footer h1 { 
	text-align: left;
	margin-top: 0.85rem;
	margin-left: 1rem;
}

footer h1 img { 
	width: 100px;
	height: 18px;
}

footer .line_top { 
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
footer .line_top a { 
	position: relative;
	padding: 0 7px;
	margin-right: 1em;
}
footer .line_top a:after { 
	content: '';
	position: absolute;
    top: 50%;
	right: -0.6em;
    width: 1px;
    height: 1em;
	margin-top: -0.5em;
    background-color: #ccc;
}
footer .line_top a:last-child {
	margin-right: 0;
}
footer .line_top a:last-child:after {
	content: none;
}
footer .ft_bottom { 
    border-top: 1px solid #d6d5d5;
	padding-top: 0.9rem;
}

footer .ft_txt { 
	color: #6b6b6b;
}

footer .compInfoBtn { 
	cursor: pointer;
	text-align: center;
    padding-bottom: 0.9rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
}

footer .compInfoBtn span.selbox {
	border: 0;
    padding-right: 25px;
    height: auto;
}

footer .compInfoBtn span.selbox:before { 
	transform: rotate(135deg);
}

footer .compInfoBtn span.selbox:after { 
	transform: rotate(45deg);
}

/*off company info*/
footer .compInfoBtn.off { 
	box-shadow: none;
}
 
footer .compInfoBtn.off span.selbox:before { 
	transform: rotate(45deg);
}

footer .compInfoBtn.off span.selbox:after { 
	transform: rotate(135deg);
}
 
 
footer .selbox { 
	width: auto;
}

footer address { 
    font-style: normal;
	padding: 0.5rem 1rem 1.5rem;
    color: #6b6b6b;
	font-size: 90%;
}

footer address p { 
	margin-bottom: 0;
}

/*fixed bottom 이 있을때 사용*/
.fb_wrap { 
	padding-bottom: 47px;
}

.fb_wrap footer .compInfoBtn.off { 
	padding-bottom: 1.3rem;
}

/* 
fix bottom
(active button)
 */

#fix_bottom {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
	width: 100%;
    box-shadow: -8px -7px 10px rgba(0,0,0,0.1);
 }
 #fix_bottom.z-0{
    z-index: 0;
 }

 .btn_wrap {
    overflow: hidden;
    /*border-top-left-radius: 1em;*/
    /*border-top-right-radius: 1em;*/
}

.btn_wrap > button {
    float: left;
    line-height: 2rem;
    width: 50%;
    text-align: center;
	color: inherit;
    font-weight: bold;
}

.btn_wrap.btn3 > button {
    width: 33.33333%;
}

.btn_wrap.space > button {
	width: 48%;
}

.btn_wrap.space > button:last-child {
	float: right;
}

.fx_b { 
	margin-bottom: 4.5rem;
}


/*for web
/******************************************************/
/*footer*/
#w_footer { 
	padding: 2rem 0;
}

#w_footer .selbox { 
	width: 150px;
	margin: 0 2rem;
}

#w_footer .selbox select { 
	background-color: transparent;
	color: #fff;
}

/*sub page header*/
.w_main_bg.sub-page-header { 
	height: 12rem;
	z-index: 50;
}

/*grid system*/
.row {
    margin-right: 0px;
    margin-left: 0px;
	font-size: 0;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after { 
	clear: both;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	box-sizing: border-box;
	font-size: 1rem;
}
.col-11 { width: 91.666667%; }
.col-10 { width: 83.333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.666667%; }
.col-7 { width: 58.333333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66667%; }
.col-4 { width: 33.3333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66667%; }
.col-1 { width: 8.33333%; }


/* 2023-07-12 지점 리뉴얼 */
/* loading 로딩화면 */
#loadingWrap{
    display: none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background-color: var(--primary);
	z-index: 301;
    transition: opacity 1.2s ease-in;
}
#loadingWrap.active {
    opacity: 0;
    pointer-events: none;
}
.loading-wrap .inner .txt__{
	position: absolute;
}
.loading-wrap .inner .left_txt{
    width: 75%;
    margin: 0 auto;
	top: 25%;
	left: -34%;
	transform: translateX(-50%);
}
.loading-wrap .inner .right_txt{
    width: 75%;
    margin: 0 auto;
	top: 35%;
	right: -38%;
    transform: translateX(50%);
}
.loading-wrap .inner .left_txt img,
.loading-wrap .inner .right_txt img{
    width: 100%;
}
/* header 헤더 */
.mainHeader{
    width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
    z-index: 9;
}
.mainHeader.navOpen{
    z-index: auto;
}
.mainHeader .logo{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 360;
}
.mainHeader .logo img{
    display: block;
    width: 104px;
    height: 19px;
    border: 0;
    /*filter: invert(1);*/
}
.mainHeader.navOpen .logo img {
    filter: none;
}
.mainHeader .logo span{
    /*color: #000;*/
    color:#fff;
    padding-top: 2px;
    font-weight: 400;
}
.mainHeader .head-menu{
    position: absolute;
    right: 0;
	display: flex;
}
.mainHeader .head-menu > button{
	width: 50px;
    height: 50px;
}
.mainHeader .head-menu > button img{
	width: 100%;
    /*filter: invert(1);*/
}
/* 메인 검색 메뉴 */
#headWrap .search-btn{
    padding: 11px 11px;
    transition: .3s ease-out;
}
#headWrap .search-btn.close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 360;
    transition: .3s ease-out;
    border: none;
}
#headWrap .search-btn.close::before,
#headWrap .search-btn.close::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    top: 22px;
    right: 13px;
    background: rgba(255, 255, 255, 0.6);
}
#headWrap .search-btn.close::before{
    transform: rotate(45deg);
}
#headWrap .search-btn.close::after{
    transform: rotate(-45deg);
}
/* 서브 검색 메뉴 */
.subHeader .search-btn{
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    padding: 12px 12px;
}
.subHeader .search-btn img{
    width: 100%;
}
#headWrap .global-btn{
    padding: 11.5px 11.5px;
    transition: .3s ease-out;
}

#headWrap .select-wrap.global-sel {
    position: relative;
}

#headWrap .select-wrap.global-sel .opt-list {
    max-height: 200px;
    padding: 0.7rem 1.5rem;
    overflow-y: auto;
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
    z-index: 103;
    color:#fff;
    right: 0;
}
#headWrap .select-wrap.global-sel .opt-list.on {
    display: block;
}

#headWrap .select-wrap.global-sel .opt-list li {
    padding: 5px 0;
}

.subHeaderContent .global-btn{
    position: absolute;
    top: 6px;
    left: 255px;
}
#headWrap .cart-wrap{
    position: relative;
	padding: 10px 13px;
}
#headWrap .cart-wrap .count_ {
    min-width: 25px;
    color: #fff;
    background-color: var(--primary);
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 0.2rem 0;
    border-radius: 50em;
    line-height: 1;
}
/* nav open */ 
/* 바에서 클로즈로 변하는 버튼 스타일 */
#headWrap .navClose-btn  {
    width: 50px;
    height: 50px;
    padding: 16px 15px;
}
#headWrap .navClose-btn.close{
    z-index: 360;
}
#headWrap .navClose-btn .bar{
	display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 7px;
    background: #666;
    transition: .3s ease-out;
	/*background: #000 !important;*/
    background-color: #fff !important;
}

#headWrap.navOpen .navClose-btn .bar {
    background: #fff !important;
}
#headWrap .navClose-btn .bar.thr {
    margin-bottom: 0;
}
/* + close */
#headWrap .navClose-btn.close .bar {
	background: #999;
    width: 25px;
}
#headWrap .navClose-btn.close .bar.one {
    margin-top: 0;
    transform: rotate(45deg);
}
#headWrap .navClose-btn.close .bar.tow {
    opacity: 0;
}
#headWrap .navClose-btn.close .bar.thr {
    margin-top: -16px;
    transform: rotate(-45deg);
}
/* 검색&네비 */
#treatSearch .search_sec{
    padding-top: 2.5rem;
    background-color: var(--primary);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
#treatSearch .search-box{
    width: 100%;
    display: flex;
    padding: 0 1rem;
    position: relative;
}
#treatSearch .search-box input{
    width: 100%;
    padding: 0.7rem 4rem 0.7rem 1rem;
    border: none;
    border-radius: 50em;
    background-color: rgba(255,255,255,0.2);
    font-size: 1.1rem;
    color: rgba(255,255,255,0.6);
}
#treatSearch .search-box input::placeholder{
    color: rgba(255,255,255,0.6);
}
#treatSearch .search-box .search-btn{
    position: absolute;
    top: 1px;
    right: 10px;
    border-radius: 0 50em 50em 0;
}
#treatSearch .search-box .search-btn > button{
    padding: 0.7rem;
    padding-right: 1.5rem;
    border: none;
    background: none;
    border:none;
    box-shadow:none;
    overflow:visible;
}
#treatSearch .search-box .search-btn > button img{
    width: 19px;
    display: block;
}
/* 검색 메뉴*/
#treatSearch{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 350;
    background-color: rgba(0, 0, 0, 0.5);
}
#treatSearch.active{
    display:block;
}
#treatSearch .treatSearch-head{
    background-color: var(--primary);
    position: relative;
}
#treatSearch .treatSearch-head .logo{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 360;
    width: 104px;
    height: 19px;
    margin:0;
}
#treatSearch .treatSearch-head .close-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}
#treatSearch .treatSearch-head .close-btn span{
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    top: 22px;
    right: 13px;
    background: rgba(255, 255, 255, 0.6);
}

#treatSearch .treatSearch-head .close-btn span:first-child{
    transform: rotate(45deg);
}
#treatSearch .treatSearch-head .close-btn span:last-child{
    transform: rotate(-45deg);
}
#treatSearch .treatSearch-head .logo img{
    width: 100%;
}
#treatSearch .search-keyword{
    padding: 1rem 0 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#treatSearch .search-keyword li a{
    display: block;
    padding: 1px 0.5rem;
    text-align: center;
    color: #fff;
}

/* 네비메뉴 */
#navWrap{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 350;
    background-color: #fff;
}
#navWrap.active{
    display: block;
}
#navWrap .navHeader{
    height: 50px;
    background-color: var(--primary);
}
.branch-renew .sel-wrap,
.branch-renew_v2 .sel-wrap {
    width: 127px;
    margin-left: 130px;
}
.branch-renew .sel-wrap .selbox,
.branch-renew_v2 .sel-wrap .selbox {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    height: 40px;
    box-sizing: border-box;
}
.branch-renew .sel-wrap .selbox:before,
.branch-renew .sel-wrap .selbox:after,
.branch-renew_v2 .sel-wrap .selbox:before,
.branch-renew_v2 .sel-wrap .selbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 1px;
    margin-top: -1px;
    background-color: rgba(255, 255, 255, 0.6);
}
.branch-renew .sel-wrap .selbox:before,
.branch-renew_v2 .sel-wrap .selbox:before {
    right: 11px;
    transform: rotate(45deg);
}
.branch-renew .sel-wrap .selbox:after,
.branch-renew_v2 .sel-wrap .selbox:after {
    right: 7px;
    transform: rotate(-45deg);
}
.branch-renew .sel-wrap .selbox_select,
.branch-renew_v2 .sel-wrap .selbox_select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 2em 0 0.5em;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
}
#navWrap .navBody{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
/* 최근본시술 */
#navWrap .thumb_default_wrap{
    width: 140px;
    height: 80px;
    overflow: hidden;
}
#navWrap .resent-view-swiper .card.horiz{
    border-radius: 0 !important;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#navWrap .resent-view-swiper .sec_txt dt{
    margin-bottom: 0.2rem;
}
#navWrap .resent-view-swiper .sec_prc{
    padding-top: 0.4rem;
}
#navWrap .resent-view-swiper .txt_sub{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#navWrap .resent-view-swiper .txt_num{
    color: var(--primary);
    font-weight: 700;
}
#navWrap .resent-view-swiper .swiper-pagination-bullet-active{
    background-color: var(--primary);
}
.global-modal-wrap{
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 400;
}
.global-modal-wrap.on{
	display: block;
}

.global-modal-wrap .modal-inner{
	background-color: #fff;
	width: 100%;
    position: fixed;
    top: 0;
    bottom: 0px;
}
.global-modal-wrap .head{
    height: 50px;
    background-color: var(--primary);
}
.global-modal-wrap .head .logo{
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
}
.global-modal-wrap .head .logo img{
    width: 104px;
    height: 19px;
}
.global-modal-wrap .modal-inner .content h3{
    /* text-indent: 10px; */
    padding-left: 18px;
	padding-bottom: 1.5rem;
	font-weight: 700;
	font-size: 15px;
	color: #222;
}
.global-modal-wrap .modal-inner .content .none{
	display: none;
}
.global-modal-wrap .modal-inner .branch-wrap,
.global-modal-wrap .modal-inner .brand-wrap{
    padding: 1.5rem 0;
}
.global-modal-wrap .modal-inner .content h3 .color{
	color: var(--primary);
}
.global-modal-wrap .modal-inner .link-list{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.global-modal-wrap .modal-inner .link-list > li{
	width: 50%;
    padding: 1rem;
	border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    border-right: 1px solid rgba(204, 204, 204, 0.7);
	position: relative;
}
.global-modal-wrap .modal-inner .link-list > li:nth-child(even){
    border-right: none;
}
.global-modal-wrap .modal-inner .link-list > li:nth-child(1),
.global-modal-wrap .modal-inner .link-list > li:nth-child(2){
    border-top: 1px solid rgba(204, 204, 204, 0.7);
}
.global-modal-wrap .modal-inner .link-list > li::before,
.global-modal-wrap .modal-inner .link-list > li::after{
    content: '';
    position: absolute;
    top: 20px;
    right: 11px;
    width: 11px;
    height: 2px;
    background-color: #D7D7D7;
}
.global-modal-wrap .modal-inner .link-list > li::before{
	transform: rotate(45deg);
}
.global-modal-wrap .modal-inner .link-list > li::after{
    top: 27px;
    transform: rotate(-45deg);
}
.global-modal-wrap .modal-inner .link-list > li a{
	display: flex;
	align-items: center;
    font-size: 15px;
}
.global-modal-wrap .modal-inner .link-list > li a .icon{
	width: 30px;
	margin-right: 0.5rem;
}
.global-modal-wrap .modal-inner .link-list > li a img{
	width: 100%;
	display: block;
}
.global-modal-wrap .modal-inner .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 16px 15px;
}
.global-modal-wrap .modal-inner .close-btn .bar{
    display: block;
    width: 25px;
    height: 1px;
    background: #666;
    background: rgba(255, 255, 255, 0.6);
}
.global-modal-wrap .modal-inner .close-btn .bar:first-child{
    transform: rotate(45deg);
}
.global-modal-wrap .modal-inner .close-btn .bar:last-child{
    transform: rotate(-45deg);
    margin-top: -1px;
}
/* footer 푸터 */
.branch-renew .footer-sec,
.branch-renew_v2 .footer-sec {
    z-index: 11;
    position: relative;
}
#footerWrap{
    background-color: #F5F5F5;
}
#footerWrap .line-top {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #E6E6E6;
}
#footerWrap .accept-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerWrap .line-top{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#footerWrap .line-top a {
    position: relative;
    padding: 0 7px;
    margin-right: 1em;
    color: #666666;
}
#footerWrap .line-top a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.6em;
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    background-color: #ccc;
}
#footerWrap .line-top a:last-child::after{
    display: none;
}
#footerWrap .ft-bottom{
}
#footerWrap .ft-bottom .compInfoBtn{
    padding: 1rem 0;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#footerWrap .ft-bottom .compInfoBtn .selbox::before,
#footerWrap .ft-bottom .compInfoBtn .selbox::after{
    
}
#footerWrap .ft-bottom .compInfoBtn.off{
    box-shadow: none;
}
#footerWrap h1 {
    margin-right: 1rem;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
}
#footerWrap .compInfoWrap{
    display: none;
    padding: 2rem 1rem;
}
#footerWrap .compInfoWrap.on{
    display: block;
}
#footerWrap .compInfoWrap .selbox{
	border: none;
	height: 30px;
}
#footerWrap .compInfoWrap .selbox::before,
#footerWrap .compInfoWrap .selbox::after{
    display:none;
    right: 18px;
}
#footerWrap .compInfoWrap .selbox::after{
    right: 13px;
}
#footerWrap .compinner{
    display: flex;
    align-items: center;
}
#footerWrap .compInfoWrap .selbox select{
	background-color: #F5F5F5;
	border: 1px solid rgba(102, 102, 102, 0.6);
	border-radius: 50em;
	color: #666666;
}
#footerWrap .compInfoWrap .selbox .selbox_select{
	padding: 0 2rem 0 1rem;
}
#footerWrap .selbox .arrow-icon{
	/* display: none; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 10px;
    height: 5px;
}
#footerWrap .selbox .arrow-icon img{
	display: block;
	transform: rotate(0);
    width: 100%;
}
#footerWrap .selbox .selbox_select:focus + .arrow-icon img{
	transform: rotate(180deg);
}
#footerWrap address{
    color: #aaa;
    padding: 1.5rem 0;
}
/* 서브네비 */
#header .h_right .barClose_icon.close .bar{
    background-color: rgba(255, 255, 255, 0.6);
}
#nav.active .nav_header{
    background-color: var(--primary);
}
.subHeaderContent .selbox{
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.subHeaderContent .selbox .selbox_select{
    width: 127px;
    height: 100%;
    margin: 0;
    padding: 0 2em 0 0.5em;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
}
.subHeaderContent .selbox::after,
.subHeaderContent .selbox::before{
    background-color: rgba(255, 255, 255, 0.6);
}

.__cart-page {
    position: relative;
    height: calc(100% - 136.56px);
}
.__cart-page.on {
    height: auto;
}
.__cart-page ._flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.__cart-page ._recent-h {
    height: calc(100% - 47.83px);
}
.__cart-page .no-data-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}