@charset "utf-8";

/* 프로그램리스트 모바일 버전 */
.all_m_btn {padding:10px; background:#323337;}
.all_m_btn img {position:absolute; top:28%; left:15px; width:10%; max-width:40px; cursor:pointer;}
.all_m_btn .mutit {text-align:center; font-weight:900; font-size:26px; color:#fff;}
.pro_m_wrap {display:none; font-family:'Nanum Gothic', sans-serif; transition:all 0.3s linear;}

.pro_m_wrap .m_menu {width:200px;}
.pro_m_wrap .bg_black {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:-1;}



.pro_m_wrap .subleftmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.pro_m_wrap .subleftmenu li {
	border-bottom:1px solid #515155;
	background:#323337;
}
.pro_m_wrap .subleftmenu a {
	display:block;
	color:#b5b2b2;
	font-size:14px;
	padding:11px 5px 11px 15px;
	font-family:'Noto Sans KR';
}
.sub_title_m{
	font-size:28px !important;
	font-weight:bold;
	color:#fff !important;
	padding:12px 5px 12px 15px !important;
}
.pro_m_wrap .subleftmenu a:hover {
	background:#307dd4;
	color:#fff;
}
.sub_title_m:hover {
	background:#323337 !important;
	cursor:default;
}

@media all and (max-width:999px){
	.pro_m_wrap {display:block; position:absolute; left:-100%; top:0; z-index:999;}
	.pro_m_wrap.view {left:0;}
}


/* basic */
.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}
.inner.blank{max-width: calc(100% - calc( calc(100% - 1400px) / 2)); margin: auto;}


@media all and (max-width:1400px){
	.inner{width:93.75%}
	.inner.blank {width: 96.875%;}
}


@media all and (max-width: 1025px) {
	br.pc_only{display: none;}
}

/* 최근본 상품 퀵메뉴 */
.quick {overflow:hidden; z-index:110; position:fixed; right:20px; top:50%; width:113px;  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%) ;}
.quick > ul {margin-bottom:0; border:1px solid #d9d9d9; box-sizing:border-box; background-color:#fff; border-radius:10px;  overflow:hidden;}
.quick ul li.recent_prod {}
.quick ul li.recent_prod p {height:30px; font-size:16px; color:#656565; letter-spacing:-0.025em; line-height:30px; background-color:#d9d9d9; text-align:center; }
.quick ul li.recent_prod ul {padding:14px; box-sizing:border-box; }
.quick ul li.recent_prod ul li {border:1px solid #d9d9d9; margin-bottom:12px; box-sizing:border-box; }
.quick ul li.recent_prod ul li:last-of-type {margin-bottom:0; }
.quick ul li.recent_prod ul li img {width:100%; height:auto; }
.quick ul li.recent_prod .quick_pager {margin-top:0; margin-bottom:30px; }
.quick ul li.recent_prod .quick_pager a {display:inline-block; vertical-align:middle; width:auto; height:auto; border:0 none; margin:0 3px; line-height:14px; font-size:14px; color:#b6b6b6; }
.quick ul li.recent_prod .quick_pager a.active {color:#666666; }
.quick ul li.recent_prod .quick_pager .page_prev,
.quick ul li.recent_prod .quick_pager .page_next {display:inline-block; vertical-align:middle; width:9px; height:11px; border:0 none; text-indent:-9999px; }
.quick ul li.recent_prod .quick_pager .page_prev {background:url('/img/theme/quick_prev_btn.png') no-repeat center center; }
.quick ul li.recent_prod .quick_pager .page_next {background:url('/img/theme/quick_next_btn.png') no-repeat center center; }
.quick ul.zzim{margin-top:30px;}

.quick ul li.top_btn {width:100%; height:48px; background-color:#666666; box-sizing:border-box; line-height:48px; text-align:center;}
.quick ul li.top_btn a {display:block; color:#fff; line-height:48px; font-size:16px; letter-spacing:-0.025em; }

.quick_top_btn {display:none; z-index:999; position:fixed; right:20px; bottom:-60px; width:57px; height:57px; background-color:#798ebb; border-radius:50%; text-align:center; cursor:pointer; transition:all 0.5s; }
.quick_top_btn.on {bottom:60px; }
.quick_top_btn img {padding-top:12px; }
.quick_top_btn p {font-size:16px; color:#ffffff; letter-spacing:-0.025em; }

@media all and (max-width:1000px){
	.quick {display:none; }
	.quick_top_btn {display:block; }
}

/* basic */
.inner{width:100%; max-width:1440px; margin:0 auto; position:relative;}
.inner.full {max-width: 1840px;}

@media all and (max-width: 1840px) {
	.inner.full {width: 93.75%;}
}

@media all and (max-width:1440px){
	.inner{width:93.75%;}
}


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * header *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
#header {background-color: #fff; position: fixed; top: 0; left: 0; background-color: #fff; width: 100%; z-index: 100;}
#header .inner {justify-content: space-between; align-items: center; height: 90px; gap: 40px;}
/* logo */
#header .logo a {display: block; width: 240px; aspect-ratio: 240/40; background: url(/img/header_logo_bk.png) no-repeat center center / contain;}
/* gnb (depth01) */
#header .gnb {height: inherit;}
#header .gnb > ul {display: flex; align-items: center; justify-content: center; column-gap: 80px; height: inherit;}
#header .gnb > ul > li {position: relative; height: inherit; display: flex; align-items: center;}
#header .gnb > ul > li > a {font-weight: 600; font-size: var(--fz-20); color: #3d3935; transition: 0.25s;}
#header .gnb > ul > li:hover > a {color: #fa744f;}
/* gnb (depth02) */
#header .gnb > ul > li:hover .depth02 {opacity: 1; visibility: visible;}
#header .gnb .depth02 {position: absolute; top: calc(100% - 10px); left: 50%; transform: translateX(-50%); min-width: 200px; background-color: #fa744f; color: #fedcd3; text-align: center; padding: 40px 20px; border-radius: 20px; opacity: 0; visibility: hidden; transition: 0.25s;}
#header .gnb .depth02 li + li {margin-top: 15px;}
#header .gnb .depth02 li a {font-weight: 600; font-size: var(--fz-20); transition: 0.25s;}
#header .gnb .depth02 li:hover a {color: #fff;}
/* etc */
#header .etc {display: flex; align-items: center; column-gap: 40px;}
/* select */
#header .select {position: relative;}
#header .select .choice {background: #fff; border: 2px solid #eee; color: #666; width: 100px; height: 40px; border-radius: 20px; display: flex; align-items: center; gap: 5px; box-sizing: border-box; padding-left: 20px; padding-right: 32px; cursor: pointer; position: relative; z-index: 1;}
#header .select .choice::before {content: ''; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 12px; height: 7px; background: url(/img/arrow_down_12x7.png) no-repeat center center / contain; filter: brightness(0) saturate(100%) invert(66%) sepia(2%) saturate(0%) hue-rotate(181deg) brightness(104%) contrast(88%);}
#header .select .choice.on::before {background-image: url(/img/arrow_up_12x7.png);}
#header .select .choice i {display: inline-block; width: 15px; height: 15px; background: url(/img/global_15x15.png) no-repeat center center / contain; filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(297deg) brightness(93%) contrast(92%);}
#header .select .choice p {font-weight: 500; font-size: var(--fz-16);}
#header .select ul {position: absolute; width: 100%; top: 50%; left: 0; background-color: #3d3935; border-radius: 0 0 20px 20px; color: #aaa; text-align: center; padding: 35px 0 15px; box-sizing: border-box; display: none;}
#header .select ul li {font-weight: 500; font-size: var(--fz-16);}
#header .select ul li a{display: block; padding:5px 0;}
#header .select ul li:hover {color: #fff;}
/* menu */
#header .menu {display: flex; flex-wrap: wrap; cursor: pointer; gap: 4px; width: 32px;}
#header .menu i {display: block; width: 8px; height: 8px; background-color: #3d3935; transition: 0.25s}
#header .menu:hover i:first-child {background-color: #fa744f;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * header (투명) *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
#header:not(:hover).clear {background-color: transparent;}
#header:not(:hover).clear .logo a {background-image: url(/img/header_logo_wh.png); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));}
#header:not(:hover).clear .gnb > ul > li > a {color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
#header:not(:hover).clear .select .choice {background-color: transparent; color: #fff; border-color: #fff; filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));}
#header:not(:hover).clear .select .choice i,
#header:not(:hover).clear .select .choice::before {filter: invert(1);}
#header:not(:hover).clear .menu i {background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}

@media all and (max-width: 1440px) {
	#header .gnb > ul {column-gap: 60px;}
}

@media all and (max-width: 1200px) {
	#header .logo a {width: 180px;}
	#header .gnb > ul {column-gap: 50px;}
	#header .etc {column-gap: 20px;}
}

@media all and (max-width: 1024px) {
	#header .gnb {display: none;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * All menu *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
body.all {height: 100vh; overflow: hidden;}
#all-menu {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #fff;  display: none; z-index: 101;}
#all-menu .all-wrap {width: 100%; max-width: 1920px; margin: auto; height: 100%; display: flex; align-items: center; position: relative; box-sizing: border-box;}
#all-menu .head {position: absolute; top: 0; left: 0; width: 100%;}
#all-menu .head .inner {height: 90px; align-items: center;}
#all-menu .head .logo a {display: block; width: 240px; aspect-ratio: 240/40; background: url(/img/header_logo_bk.png) no-repeat center center / contain;}
#all-menu .gnb {width: 100%;}
#all-menu .gnb > ul {display: flex;}
#all-menu .gnb > ul > li {width: 20%; position: relative; text-align: center;}
#all-menu .gnb > ul > li:not(:last-child):before {content: ''; position: absolute; top: 50%; right: 0; height: 100vh; width: 1px; background-color: #eee; transform: translateY(-50%);}
#all-menu .gnb > ul > li > a {font-weight: 700; font-size: var(--fz-48); line-height: 1em; position: relative; display: inline-block; padding-bottom: 20px; margin-bottom: 70px;}
#all-menu .gnb > ul > li > a::before {content: ''; position: absolute; width: 40px; height: 1px; background-color: #fa744f; bottom: 0; left: 50%; transform: translateX(-50%);}
#all-menu .gnb .depth02 > li > a {font-size: var(--fz-20); color: #444; transition: 0.25s; transition-property: color;}
#all-menu .gnb .depth02 > li > a:hover {font-weight: 600; color: #fa744f;}
#all-menu .gnb .depth02 > li + li {margin-top: 40px;}
#all-menu .close_btn {position: absolute; top: 0; right: 0; width: 90px; height: 90px; background: #fa744f url(/img/x_16x16.png) no-repeat center center;}

@media all and (min-width: 1920px) {
	#all-menu .all-wrap {border-left: 1px solid #eee; border-right: 1px solid #eee;}
}

@media all and (max-width: 1200px) {
	#all-menu .head .logo a {width: 180px;}
}

@media all and (max-width: 1024px) {
	#all-menu {display: none !important;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Header Mobile *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.m_menu_bg {z-index:101; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.7); cursor:pointer; }
#m_menu {z-index:102; position:fixed; right:-100%; top:0; width:500px; max-width:80%; height:100%; background-color:#fff; box-sizing:Border-box; transition:all 0.5s; overfloW-y:auto;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:10px; box-sizing:border-box; }
#m_menu .top_box .close_btn {position:absolute; right:20px; top:calc(50% - 15px); width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#333; }
#m_menu .top_box .close_btn i:first-of-type {-webkit-transform:rotate(45deg) translate(9px,9px); -moz-transform:rotate(45deg) translate(9px,9px); -ms-transform:rotate(45deg) translate(9px,9px); -o-transform:rotate(45deg) translate(9px,9px); transform:rotate(45deg) translate(9px,9px); }
#m_menu .top_box .close_btn i:last-of-type {-webkit-transform:rotate(-45deg) translate(-7px,8px); -moz-transform:rotate(-45deg) translate(-7px,8px); -ms-transform:rotate(-45deg) translate(-7px,8px); -o-transform:rotate(-45deg) translate(-7px,8px); transform:rotate(-45deg) translate(-7px,8px); }
#m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; }
#m_menu .gnb_box {border-top:1px solid #ddd; }
#m_menu .gnb_box > ul > li {border-bottom:1px solid #dddddd; }
#m_menu .gnb_box > ul > li > a {position:relative; display:block; padding:20px 20px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.04em; box-sizing:border-box; }
#m_menu .gnb_box .depth02 {display:none; padding:10px 0; background-color:#fa744f; }
#m_menu .gnb_box .depth02 li a {position:relative; display:block; padding:7px 20px; font-size:18px; color:#fff; letter-spacing:-0.04em; box-sizing:border-box; }


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Footer *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
#footer {padding: 100px 0; box-sizing: border-box; border-top: 1px solid #eee;}
#footer .flex_wrap{align-items: flex-start; gap:30px; flex-wrap:wrap;}
#footer .sns {display: flex; align-items: center; gap: 20px; margin-left: auto;}
#footer .sns img {filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(8%) hue-rotate(211deg) brightness(88%) contrast(90%);}

#footer .middle{padding-left: 20px; box-sizing: border-box; width: fit-content; max-width:65%;}

#footer .policy{display: flex;  gap: 30px;}
#footer .policy a{font-size: var(--fz-16); position: relative; font-weight: 500; letter-spacing: -0.025em; color: #393939; }
#footer .policy a + a::before{content: ''; position: absolute; top: 50%; left: -16px; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 50%; background-color: #393939;}

#footer .info{padding: 25px 0 40px;}
#footer .info li{display: flex; gap: 20px; row-gap: 0; flex-wrap: wrap; font-size: var(--fz-16); letter-spacing: -0.025em; color: #666; font-weight: 400;}
#footer .info li + li{margin-top: 10px;}
#footer .copy p{font-size: var(--fz-14); font-weight: 300; color: #888888;}
@media all and (max-width:1024px) {
	#footer {padding: 50px 0; }
	#footer .flex_wrap{row-gap: 30px;}
	#footer .flex_wrap > div{width: 100%;}
	#footer .middle{padding: 0;}
	#footer .flex_wrap ul{width: 100%; justify-content: flex-end;}
	#footer .middle{max-width: 100%;}
}

.quick_top_btn {display: block; z-index:999; position:fixed; right: calc(calc(100% - 1520px) / 2); bottom:-60px; width:57px; height:57px; background-color:#fff; border-radius:50%; text-align:center; cursor:pointer; transition:all 0.5s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.quick_top_btn.on {bottom:60px; }
.quick_top_btn img {padding-top:12px; filter: invert(58%) sepia(16%) saturate(4136%) hue-rotate(328deg) brightness(102%) contrast(96%);}
.quick_top_btn p {font-size:16px; color:#fa744f; margin-top:3px; font-weight:500;}

@media all and (max-width: 1520px) {
	.quick_top_btn {right: 20px;}
}
