@charset "UTF-8";


/*******************************************
	header*/
#head { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	padding: 5px 10px 5px;
    text-align: right;
    z-index: 100;
}
#head h1 { 
	position: absolute;
    top: 24px;
    width: 135px;
    height: 24.5px;
}
#head h1 img { 
	width: 100%;
	height: 100%;
	text-align: left;
}
#head .right { 
	margin-left: auto;
}

/*언어 버튼*/
.btn-lang { 
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

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

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

.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%;
}

/* 바에서 클로즈로 변하는 버튼 스타일 */
.barClose_icon {
    width: 50px;
    height: 50px;
   	padding: 14px 12px;
}
.barClose_icon .bar {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    background: #fff;
    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);
	background-color: #fff;
}
.barClose_icon.close .bar.tow {
    opacity: 0;
}
.barClose_icon.close .bar.thr {
    margin-top: -16px;
    transform: rotate(-45deg);
	background-color: #fff;
}

/*sub top: 2019.04.30 bi 바뀐 후 수정된 헤더*/
.subTop .b_sheader { 
	padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
	text-align: center;
}
.subTop .b_sheader > h2 { 
	color: #000;
	font-size: 14px;
	padding-left: 40px;
}
.subTop .b_sheader > h1 { 
    width: 89px;
    height: 16px;
    margin-top: -8px;	
}
.subTop .navBtn { 
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
}
.b_sheader .barClose_icon .bar {
    background: #666;
    height: 1px;
}

/*************************************
	brnad mobile menu
*/
#brandMenu { 
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    opacity: 0;
	z-index: 100;
}
#brandMenu.on { 
	opacity: 1;
	top: 0;
	left: 0;
	visibility: visible;
	z-index: 9999;
}
#brandMenu .menu_inner { 
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical; 
	-ms-flex-direction: column; 
	flex-direction: column;
    position: relative;
	background-color: #fff;
	width: 90%;
	height: 100%;
	margin-left: auto;
}
#brandMenu .menu_inner .bb_top {
	-ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: right;
	padding: 5px 10px 5px;
	background-color: #a73439;
}
#brandMenu .menu_inner h2 { 
	text-align: left;
    padding-top: 10px;
    padding-left: 15px;
    opacity: 0.3;
}
#brandMenu .menu_inner h2 img { 
	width: 25px;
	height: 48px;
}
.bb_top > h1 { 
	position: absolute;
    top: 22px;
    left: 30px;
}
#brandMenu .menu_inner .bb_wrap { 
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
    overflow: hidden;
    text-align: left;
}
#brandMenu .notice_top {
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
}
.menu_inner .fir-deth { 
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    bottom: 40px;
    right: 0;
}
.fir-deth > li > a { 
	position: relative;
    display: block;
	padding: 15px 30px;
    color: #221e1f;
	font-size: 14px;
	font-weight: 400;
}
.fir-deth > li > a span { 
	position: absolute;
	right: 30px;
	top: 1.2rem;
	font-size: 10pt;
}
.fir-deth > li > a span img {
	width: 13px;
    height: 13px;
    opacity: 0.9;
}
.menu_inner .snd-deth.ac_body { 
	display: none;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0px 30px 10px;
}
.menu_inner .snd-deth .c_2 { 
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_inner .snd-deth > li > a { 
	font-size: 14px;
	padding: 0.55rem 0.25rem;
	display: block;
}
.menu_inner .ll > li > a { 
	padding: 12px 8px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu_inner .ll li.active a { 
	border-bottom: 1px solid #ddd;;
}

.menu_inner .bottom-deth { 
	position: absolute;
    bottom: 0px;
    overflow: hidden;
    left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

.menu_inner .bottom-deth li { 
	float: left;
    background-color: #ffffff;
	width: 50%;
}

/* .menu_inner .bottom-deth li:nth-child(1) {
	width: 35%;
}
.menu_inner .bottom-deth li:nth-child(2) {
	width: 25%;
}
.menu_inner .bottom-deth li:nth-child(3) {
	width: 40%;
} */
.menu_inner .bottom-deth li a { 
	padding: 0.8rem;
	display: inline-block;
	width: 100%;
    text-align: center;
    white-space: nowrap;
	font-size: 12px;
    line-height: 16px;
}
.menu_inner .bottom-deth li:nth-child(3) a {
	font-size: 9px;
}
/*active*/
.fir-deth > li.active > a {
    color: #a73439;
}
.menu_inner li.active .snd-deth.ac_body {
	display: block;
}
.fir-deth > li.active > a span img {
	transform: rotate(180deg);
}
/* 뎁스 수정*/
.eventTop .topMenu { 
	padding: 0 10px;
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 6px;
	display:flex; gap:5px;
	justify-content: space-evenly;
}
.eventTop .topMenu > div { 
	/* width: 33.3333%; */
	width:auto;
	text-align: center;
}
.eventTop .topMenu a { 
	display: block;
	font-size: 12px;
	color: #a73439;
	padding: 20px 0;
}
.eventTop .topMenu a > img { 
    display: inline-block;
    /* margin-right: 0.2em; */
	width: 15px;
    height: 15px;
    vertical-align: sub;
}

/*// brnad mobile menu*/

/**********************************************
	footer*/
footer, .ft_bg  { 
	background-color: #423e47;
    color: #a5a5a5;
}
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;
    /*border-bottom: 1px solid #35313a;*/
}
footer .line_top a { 
	position: relative;
	padding: 0 5px;
	margin-right: .5em;
	font-size:.9rem;
}
footer .line_top a:after { 
	content: '';
	position: absolute;
    top: 50%;
	right: -0.6em;
    width: 1px;
    height: 1em;
	margin-top: -0.5em;
    background-color: #4d4952;
}
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 #4d4952;
	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: 20px;
    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: #a5a5a5;
	font-size: 90%;
}
footer address p { 
	margin-bottom: 0;
}

/* 
fix bottom
(active button)
 */

#fix_bottom {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
	width: 100%;
}
 .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;
}
/*fixed bottom 이 있을때 사용*/
.fb_wrap { 
	padding-bottom: 35px;
}
.fb_wrap footer .compInfoBtn.off { 
	padding-bottom: 1.3rem;
}


/* brand page
* --------------------------------------- */
#top, #footer{
	position:absolute;
	display:block;
	width: 100%;
	z-index:9;
	text-align:center;
}
#top{
	top:0px;
}
#footer{
	bottom:0px;
	z-index: 10;
}

.brand-footer footer { 
	background-color: #1e1924;
    color: #888888;	
}
.brand-footer footer .line_top { 
    border-bottom: 1px solid #0e0a14;
}

.brand-footer footer .ft_bottom { 
	padding-bottom: 0.1rem;
    border-top: 1px solid #2b2631;
}

.brand-footer footer .line_top a:after { 
	background-color: #4d4952;
}

.brand-footer footer address { 
	color: #a5a5a5;
}

footer .basic_adr { 
    line-height: 1.4;
    font-size: 11.7px;
    opacity: .7;	
}

footer .basic_adr > address { 
	padding-top: 0;
}


/*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-12 { width: 100%; }
.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%; }

.m-0 {margin:0 !important;}



/* 230102 */
#head.sort_hd h1 {    top: 50%; transform: translateY(-50%);}
#head.sort_hd .btn-lang {top: 10px;}
#head.sort_hd .btn-lang > img {vertical-align: top !important;}

/*******************************************
side fix*/
#side-fix-menu {
	display: flex;
	align-items: end;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 100;
}
#side-fix-menu .side-sns-list {
	display: flex;
	flex: 1;
	height: 62px;
	background-color: #fff;
	-webkit-box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
}
#side-fix-menu .side-sns-list li {
	flex: 1;
}
#side-fix-menu .side-sns-list a {
	position: relative;
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	padding: 12px 5px;
	height: 100%;
	cursor: pointer;
}
#side-fix-menu .side-sns-list a img {
	max-height: 23px;
}
#side-fix-menu .side-sns-list .en {
	display: block;
	padding: 4px 0;
	line-height: 1.3;
	color: #cb9f76;
	font-size: 12px;
	font-weight: 600;
}
#side-fix-menu .side-menu-tit {
	width: 70px;
	height: 70px;
	padding: 14px 0;
	border-top-left-radius: 10px;
	background-color: #cb9f76;
	-webkit-box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
}
#side-fix-menu .side-menu-tit .en {
	display: block;
	padding-top: 0.5em;
}

@media screen and (max-width: 350px){
	.fb_wrap {
		padding-bottom: 105px;
	}
	#wrap {
		max-width: 350px !important;
		min-width: 280px !important;
	}
	#side-fix-menu {
		max-width: 350px !important;
		min-width: 280px !important;
	}
	#side-fix-menu .side-sns-list {
		flex-wrap: wrap;
		height: 110px;
	}
	#side-fix-menu .side-sns-list li {
		flex: 1 0 25%;
		background-color: #FFFFFF;
	}
	#side-fix-menu .side-menu-tit {
		position: relative;
		height: 115px;
	}
	#side-fix-menu .side-menu-tit > img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.pedg_fixed {
		bottom: 115px !important;
	}
	#indexContent .sec3_wrap .ab_tow_wrap {
		min-width: 280px;
	}
	footer .line_top a {
		padding: 0 4px;
		margin-right: 10px;
	}
}

#taxrefundModal {
	z-index: 99;
}
#taxrefundModal.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
#taxrefundModal.modal.open {
	display: block;
}
#taxrefundModal .modal-inner {
	width: 50%;
	height: 100%;
	max-width: 1280px;
	min-width: 320px;
	margin: auto;
}
#taxrefundModal.modal.open .modal-inner {
	animation: fade-in 0.5s ease-out 1 forwards;
}
#taxrefundModal .modal-content {
	position: absolute;
	top: 10vh;
	left: 0;
	right: 0;
	padding-right: 0;
	background-color: #fefefe;
	border: 1px solid #888888;
	margin: auto;
	bottom: 80px;
	text-align: center;
	opacity: 0;
	transform: translateY(100px);
	overflow: auto;
}
#taxrefundModal.modal.open .modal-content {
	animation: fade-in 1s ease-out 1 forwards;
}
#taxrefundModal .modal-content .close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px;
	line-height: 1;
	font-size: 40px;
	color: #AAAAAA;
}
#taxrefundModal .tax-refund-info {
padding: 30px 20px;
}
.tax-refund-info .logo {
max-height: 24px;
}
.tax-refund-info h3 {
font-size: 20px;
color: #A73439;
line-height: 1;
margin-top: 0.5em;
}
.tax-refund-info .line-bar {
display: inline-block;
width: 30px;
height: 1px;
background-color: #9A232B;
margin: 20px auto;
}
.tax-refund-info .__sub-p {
margin-top: 0;
font-size: 16px;
color: #888888;
}
.tax-refund-info .__scheme-list {
padding: 20px;
background: #f5f5f5;
border-radius: 10px;
text-align: left;
}
.tax-refund-info .__scheme-list h4 {
font-size: 17px;
margin-bottom: 0.8em;
}
.tax-refund-info .__scheme-list li {
font-size: 14px;
text-indent: -0.8em;
margin-left: 1.6em;
margin-bottom: 0.5em;
}
.tax-refund-info .__scheme-list li:last-child {
margin-bottom: 0;
}
.tax-refund-info .__scheme-list b {
display: inline-block;
margin-right: 0.5em;
color: #cb9f76;
font-weight: 500;
}
.tax-refund-info .__last-p {
text-align: left;
font-size: 12px;
color: #AAAAAA;
text-indent: -0.8em;
margin-left: 0.8em;
}

/****************************************
keyframes*/
@-webkit-keyframes fade-in {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@keyframes fade-in {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* 250124 dy 추가 서브 페이지 내의 퀵 메뉴를 위한 패딩 조정	*/
.sub-footer-container{
	padding-bottom: 64px;
}
.brand_accept_privacy_bottom .sub-footer-container{
	padding-bottom: 44px;
}