@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;}
}

/* font */
:root {
	--main-font : 'Spoqa Han Sans';
	--sub-font : 'Noto Serif KR';
	--price-font : 'baskerville';
	--eng-font : 'Playfair Display';
	--num-font : 'Poppins';
}

.eng {font-family: var(--eng-font); letter-spacing: 0;}

/* basic */
/* html {scroll-behavior: smooth; overflow: hidden;} */
.wrap {word-break: keep-all; position: relative; box-sizing: border-box;}
.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}
.inner.full {max-width: 1920px;}
.inner.w1860 {max-width: 1860px;}

@media all and (min-width: 768px) {
	.wrap > .content {padding: 0 2cm; box-sizing: border-box;}
}

@media all and (max-width: 1860px) {
	.inner.w1860 {width:93.75%}
}

@media all and (max-width:1400px){
	.inner{width:93.75%}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Quick *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.quick {display: none; 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.on {display: block;}
.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 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: 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: brightness(0) saturate(100%) invert(12%) sepia(25%) saturate(2100%) hue-rotate(163deg) brightness(95%) contrast(94%);}
.quick_top_btn p {font-size:16px; color:#0a2a3b;}

@media all and (max-width: 1520px) {
	.quick_top_btn {right: 20px;}
}

@media all and (max-width:1000px){
	.quick {display:none;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * banner *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
#banner {display: flex; align-items: center; height: 50px; cursor: pointer; background-color: #0a2a3b; overflow: hidden;}
#banner .text {text-align: center; color: #fff;}
#banner .text > * {display: inline-block; vertical-align: middle;}
#banner .text i.kakao {filter: invert(1); margin-right: 10px;}
#banner .text p {font-size: var(--fz-18);}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Header *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
/*--- top-header ---*/
/* layout */
#header {position: sticky; top: 0; left: 0; width: 100%; z-index: 100; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
#header .top-header .inner {display: flex; justify-content: space-between; padding: 30px 0; box-sizing: border-box; align-items: center;}
#header .top-header .left,
#header .top-header .right {height: 115px; overflow: hidden;}
#header .top-header .right {display: flex; align-self: stretch; flex-direction: column; justify-content: space-between;}
#header .top-header .bot {display: flex; align-items: center; justify-content: flex-end; gap: 10px 30px;}
/* logo */
#header .logo .pc {max-width: 170px;}
#header .logo .mo {display: none; max-height: 60px;}
@media all and (max-width: 1024px) {
	#header .logo .mo {display: block;}
	#header .logo .pc {display: none;}
	#header .top-header .left,
	#header .top-header .right {height: auto;}
	#header .top-header .inner {padding: 10px 0; box-sizing: border-box;}
}
#header .top-header .user_wrap {display: flex; align-items: center; gap: 10px; justify-content: flex-end;}
/* user */
#header .top-header .user {display: flex; align-items: center; justify-content: flex-end; font-size: 14px; color: #a1a1a1; gap: 25px;}
#header .top-header .user li {position: relative;}
#header .top-header .user li + li::before {content: ''; position: absolute; top: 50%; left: -13px; width: 1px; height: 5px; background-color: #a1a1a1;}
#header .top-header .user .alram {display: flex; align-items: center; gap: 5px;}
#header .top-header .user .alram i {display: flex; align-items: center; justify-content: center; width: 14px; height: 14px; border-radius: 50%; background-color: #0a2a3b; color: #fff; font-size: 10px; line-height: 1em; font-style: normal;}
/* user select-box */
#header .top-header .user_wrap select {width: 95px; height: 30px; padding: 0 10px; font-size: 14px; background-size: 8px 4px; background-position: center right 10px;}
/* goose */
#header .top-header ul.goose {display: flex; align-items: center; justify-content: flex-end; column-gap: 20px; font-family: var(--eng-font); font-size: var(--fz-18); letter-spacing: 0.02em; color: #0a2a3b;}
#header .top-header ul.goose li i,
#header .top-header ul.goose li .txt_box {display: inline-block; vertical-align: middle;}
#header .top-header ul.goose li i {margin-right: 5px; width: 53px; height: 53px; border-radius: 50%; border: 1px solid #e9e9e9; margin-right: 10px; transition: 0.35s;}
#header .top-header ul.goose li .txt_box {position: relative;}
#header .top-header ul.goose li .txt_box span {transition: 0.35s;}
#header .top-header ul.goose li .txt_box .kr {font-family: var(--main-font); position: absolute; top: 50%; left: 0; transform: translateY(-50%); opacity: 0;}
#header .top-header ul.goose li:hover .txt_box .en {opacity: 0;}
#header .top-header ul.goose li:hover .txt_box .kr {opacity: 1;}
#header .top-header ul.goose li:hover i {transform: rotateY(360deg);}
/* search */
#header .top-header input {max-width: 270px;}
/* mbtn */
#header .m_btn {display: none; width:24px; text-align:right; cursor:pointer; }
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#000; transition:all 0.5s;}
#header .m_btn i:nth-of-type(2){width:84%;}
/*--- bot-header ---*/
/* layout */
#header .bot-header {background-color: #f9f9f9; position: relative;}
#header .bot-header .inner {padding-left: 53px; box-sizing: border-box;}
/* hambuger */
#header .hambuger {background-color: #f9f9f9; position: absolute; bottom: 50%; transform: translateY(50%); left: 0; display: flex; width: 53px; height: 53px; align-items: center; justify-content: flex-start; }
#header .hambuger .center {display: flex; flex-direction: column; justify-content: center; width: 20px; height: 20px; cursor: pointer; transition: 0.25s;}
#header .hambuger span {display: block; width: 100%; height: 2px; background-color: #000;}
#header .hambuger span + span {margin-top: 8px;}
#header .hambuger span:nth-child(1) {width: 12px;}
/* short-cut */
#header .short-cut {display: flex; align-items: center; height: 55px;}
#header .short-cut > li {width: 14.285%; height: 100%; position: relative;}
#header .short-cut > li + li::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; left: 0; background-color: #9d9d9d;}
#header .short-cut > li > a {display: flex; height: 100%; align-items: center; justify-content: center; text-align: center; font-size: var(--fz-18);}
#header .short-cut > li:hover > a {color: #0a2a3b; font-weight: 700;}
#header .short-cut:not(.off) > li:hover .depth02 {display: block;}
#header .short-cut .depth02 {display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background-color: #f9f9f9; width: 100%; padding: 30px 20px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#header .short-cut .depth02 li {text-align: center;}
#header .short-cut .depth02 li + li {margin-top: 10px;}
#header .short-cut .depth02 li a {font-size: var(--fz-16);}
#header .short-cut .depth02 li a:hover {color: #0a2a3b; font-weight: 700;}
/* gnb */
#header .gnb_wrap {background-color: #fff; display: none;}
#header .gnb_wrap.active {display: block;}
#header .gnb > ul {display: flex; flex-wrap: wrap; padding: 30px 0; padding-left: 53px; gap: 30px; box-sizing: border-box;}
#header .gnb > ul > li {width: calc(14.285% - 26px);}
#header .gnb > ul > li > a {display: block; font-size: var(--fz-16); line-height: 1.625em; border-bottom: 1px solid #dcdcdc; padding: 5px 0; box-sizing: border-box;}
#header .gnb .depth02 > li > a {font-size: var(--fz-16); line-height: 2.25em; color: #888; display: block;}
/* depth02 bg */
#header .depth02_bg {position: absolute; top: 100%; left: 0; width: 100%; background-color: #f9f9f9;}
@media all and (max-width: 1200px) {
	#header .top-header ul.goose li {text-align: center;}
	#header .top-header ul.goose li i {margin-right: 0;}
	#header .top-header ul.goose li span {display: block;}
}
/* scroll active */
@media all and (min-width: 1025px) {
	.scroll #header .top-header .inner {box-sizing: border-box; animation: layout var(--speed) 1 forwards;}
	.scroll #header .top-header .left {animation: zoomOut var(--speed) 1 forwards;}
	.scroll #header .top-header .right {animation: zoomOut var(--speed) 1 forwards;}
	.scroll #header .gnb_wrap:not(.active) {animation: zoomOut 0.45s 0.2s 1 forwards;}
	.scroll #header .short-cut {animation: zoomOut 0.45s 0.2s 1 forwards;}
	.scroll #header .hambuger:not(.active) {animation: gnb 0.45s 0.2s 1 forwards;}
}

@keyframes zoomOut {
	0% {opacity: 1; }
	100% {opacity: 0; height: 0; visibility: hidden;}
}
@keyframes gnb {
	/* 100% {bottom: calc(100% + 40px); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);} */
	100% {bottom: calc(100% + 40px); background-color: #fff;}
}
@keyframes layout {
	100% {padding: 15px 0;}
}

@media all and (max-width: 1024px) {
	#header .top-header .inner {align-items: center;}
	#header .top-header .right {gap: 20px; align-self: center; flex-direction: row;}
	#header .top-header .user_wrap,
	#header .top-header input,
	#header .bot-header .hambuger,
	#header .gnb_wrap {display: none;}
	#header .m_btn {display: block;}

	#header .top-header ul.goose{font-size: 12px;}
	#header .top-header ul.goose li i{width: 45px; height: 45px;}
	#header .top-header ul.goose li a .txt_box{display: block;}

	#header .bot-header .inner{padding-left: 0;}
	#header .short-cut > li > a{white-space: nowrap;}
}

@media all and (max-width:768px){
	#header .short-cut{overflow-x: auto;}
	#header .short-cut > li{width: 23%; overflow: hidden;}
	#header .short-cut:not(.off) > li:hover .depth02{display: none;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * 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; height: 60px;}
#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 .user_box {display: flex; justify-content: center; border-top: 1px solid #dddddd; font-size: 18px; box-sizing: border-box; font-weight: 600; text-align: center;}
#m_menu .user_box li {width: 33.3333%; padding: 20px; box-sizing: border-box;}
#m_menu .user_box.grid-4 li {width: 25%; padding: 20px 0; box-sizing: border-box;}
#m_menu .user_box li + li {border-left: 1px solid #dddddd;}
#m_menu .user_box.item04{flex-wrap: wrap;}
#m_menu .user_box.item04 li{width: 50%;}
#m_menu .user_box.item04 li:nth-child(n+3){border-top: 1px solid #ddd;}
#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 .hide {display: none;}
#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:#000; }
#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; }

#m_menu .goose_box {display: flex; justify-content: center; gap: 20px; padding: 20px 0; box-sizing: border-box; border-top: 1px solid #ddd;}
#m_menu .goose_box li a {display: block; box-sizing: border-box; font-weight: bold; font-size: 20px;}
#m_menu .goose_box li i {width: 60px; height: 60px; border-radius: 50%; border: 1px solid #e9e9e9;}
#m_menu .goose_box li span {display: none;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Footer *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
#footer {border-top: 1px solid #222;}
/*--- top ---*/
.footer-top .lnb {display: flex; justify-content: space-evenly;}
.footer-top .lnb li {display: flex; align-items: center; justify-content: center; height: 80px;}
.footer-top .lnb li a {font-size: var(--fz-16); color: #666;}
/*--- bot ---*/
.footer-bot {background-color: #222; color: #fff; padding: 60px 0 80px; box-sizing: border-box;}
.footer-bot .flex_wrap {display: flex; align-items: center; justify-content: space-between; gap: 40px;}
.footer-bot .flex_wrap .right {width: 100%; max-width: 820px; flex-shrink: 1;}
/* sns */
.footer-bot .sns {display: flex; align-items: center; gap: 0 50px; margin-top: 40px;}
.footer-bot .sns i {filter: invert(1);}
/* box */
.footer-bot .box_wrap {display: flex; gap: 10px;}
.footer-bot .box_wrap .box {width: calc(50% - 5px); border: 1px solid #373737; font-size: var(--fz-16); line-height: 1.625em; color: #979797; padding: 25px 30px; box-sizing: border-box;}
.footer-bot .box_wrap .box h5 {font-weight: normal; font-size: var(--fz-16);}
.footer-bot .box_wrap .box p b {font-weight: 600; color: #fff;}
.footer-bot .box_wrap .box .desc {margin-top: 25px;}
/* info */
.footer-bot .info {display: flex; flex-wrap: wrap; gap: 0 30px; margin-top: 55px;}
.footer-bot .info li {font-size: var(--fz-16); line-height: 1.625em; color: #7c7c7c;}
/* copyright */
.footer-bot .copyright {font-size: 14px; color: #434343; margin-top: 25px;}

@media all and (max-width: 1024px) {
	.footer-bot .flex_wrap {flex-wrap: wrap; justify-content: center;}
	.footer-bot .flex_wrap .right {max-width: unset;}
	.footer-bot .info {justify-content: center;}
	.footer-bot .copyright {text-align: center;}
}
@media all and (max-width: 640px) {
	.footer-bot .box_wrap {flex-wrap: wrap;}
	.footer-bot .box_wrap .box {width: 100%;}
}

.loading {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99999;}