@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

 
#wrap {
	position: relative;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}


#header {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	z-index: 10;
	transform: translateX(-50%);
	background: #fff;
}
#header .inner {
	padding:0;
}
#header .gnb {
	position: relative;
}
#header .gnb .gnb_menu {
	justify-content: center;
	border-bottom: 1px solid #454240;
	padding: 47px 0;
}
#header .gnb .flex li {
	margin: 0 30px;
}
#header .gnb .flex li:first-child {
	margin-left: 0;
}
#header .gnb .flex li:last-child {
	margin-right: 0;
}
#header .gnb .flex li a {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Nanum Myeongjo', serif;
}
#header .gnb .flex li.active a,
#header .gnb .flex li a:hover {
	color: #dc9c51;
}
#header .gnb .ml {
	position: absolute;
    top: 47px;
    right: 240px;
}
#header .gnb .member {
	position: absolute;
    top: 47px;
    right: 20px;
}
#header .gnb .member a {
	display: inline-block;
	margin-left: 30px;
	font-size: 20px;
	font-weight:500;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
}
#header .gnb .member a:first-child {
	margin-left: 0;
}
#header .gnb .member a.top_search {
	background: url("../images/ico-search.svg")no-repeat 50% 50% / 18px;
}
#header .gnb .member a.top_login {
	background: url("../images/ico-login.svg")no-repeat 50% 50% / 18px;
}
#header .gnb .member a.top_mypage {
	background: url("../images/ico-logout.svg")no-repeat 50% 50% / 18px;
}
#header .gnb .member a.top_cart {
	background: url("../images/ico-cart.svg")no-repeat 50% 50% / 18px;
}
#header .search_cont {
	display: none;
	position: absolute;
    top: 79px;
    right: 25px;
    width: 190px;
    background: #fff;
    z-index: 9;
    text-align: center;
    transition: all .3s;
    padding: 10px 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
#header .search_cont.on {
	display: block;
}
#header .search_cont span {
	font-size: 16px;
}
#header .search_cont input[type=text] {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 32px);
    height: 35px;
    margin-right: 5px;
    padding: 0 0 0 5px;
    border: 0;
    line-height: 32px;
    font-size: 13px;
    color: #000;
    background: #fff;
    font-family: inherit;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}
#header .search_cont button {
	display: inline-block;
	vertical-align: middle;
}
#header .logo {
	text-align: center;
	transition: all .3s;
	z-index: 1;
	position: absolute;
	top: 33px;
	left: 20px;
}
#header .logo a {
	font-size: 40px;
	font-weight: 100;
	/* color: #dc9c51; */
	letter-spacing: 3px;
	font-family: 'Noto Sans KR', sans-serif;
}




.menu {
    display: none;
    z-index: 12;
	position: absolute;
    top: 12px;
    right: 10px;
}
.menu a {
	display: block;
	width: 40px;
	height: 40px;
}
.menu a span {
	position:absolute;
	left: 7px;
	display:block;
	width:25px;
	height: 2px;
	background: #dc9c51;
	transition: all .3s;
}
.menu a span:nth-child(1) {
	top: 10px;
}
.menu a span:nth-child(2) {
	top: 19px;
}
.menu a span:nth-child(3) {
	top: 28px;
}

.menu.on span:nth-child(1) {
	transform: rotate(45deg);
	top:20px;
}
.menu.on span:nth-child(2) {
	display:none;
}
.menu.on span:nth-child(3) {
	transform: rotate(-45deg);
	top:20px;
}


#container {
	position: relative;
	padding-top: 113px;
}

.scrollFunc {
	width:100%;
	height:89%;
	overflow-y:auto;
}
.sideWrap {
	width: 100%;
	position: fixed; 
	top: 63px;
	right:-110%;
	z-index: 12;
	height:100%;
	background: #F4F3F0;
	overflow: hidden; 
	transition: all .3s;
}
.sideWrap.on {
	right:0;
}
.sideWrap .side_grid {
	padding: 20px;
}
.sideWrap .side_grid a {
	flex: 1;
	margin-right: 10px;
	background-color: #132761;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-size: 20px;
	background-position: 50% 15px;
	background-repeat: no-repeat;
	padding: 45px 0 20px;
    line-height: 1.2;
}
.sideWrap .side_grid a:hover {
	background-color: #2CB7B1;
}
.sideWrap .depth {
	padding: 50px 0 0;
	margin: 0 30px;
}
.sideWrap .depth li a,
.sideWrap .depth li button {
	display: block;
	width: 100%;
    padding: 10px 0 10px 10px;
    text-align: left;
    font-size: 24px;
	color: #313131;
	font-weight: 500;
}
.sideWrap .depth li a:hover,
.sideWrap .depth li button:hover {
	color: #dc9c51;
}
.sideWrap .depth li button {
	background: url("../images/ico-down2.png")no-repeat 95% 50% / 10px;
}
.sideWrap .depth01 {
	position: relative; 
}
.sideWrap .depth01.active > button,
.sideWrap .depth01.active > a {
	color: #dc9c51;
}
.sideWrap .depth01.active .depth02 {
	max-height: 500px;  
	margin-bottom: -1px;
}
.sideWrap .depth01 > a {
	color:#1c1c1c; 
	font-size:16px; 
	position: relative;
}
.sideWrap .member {
	padding-top:50px;
	margin: 0 30px;
}
.sideWrap .member a {
	display: block;
	width: 100%;
    padding: 10px 0 10px 10px;
    text-align: left;
    font-size: 24px;
	color: #313131;
	font-weight: 500;
}
.sideWrap .img {
	margin-top:50px;
}
.sideWrap .img img {
	width:100%;
}



.not_scroll {
	overflow: hidden;
}



#footer {
	position: relative;
	z-index: 5;
	margin-top: 100px;
}
#footer .inner {
	border-top: 1px solid #515151;
}
#footer .box {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
	padding: 30px 0 0px 165px;
    box-sizing: border-box;
}
#footer .logo {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 34px;
    font-weight: 600;
    color: rgba(218, 21, 21, 0.8);
    letter-spacing: 2px;
    transform: translateY(-50%);
}
#footer .logo a {
	color: #dc9c51;
}
#footer .top {
	border-bottom: 1px solid #E4E2D9;
	padding-bottom: 20px;
	align-items: center;
}
#footer .top .util {
	flex: 1;
	font-size: 0;
}
#footer .top .util a {
	display: inline-block;
	vertical-align: middle;
	color: #5E574F;
	font-size: 15px;
	font-family: 'Nanum Myeongjo', serif;
	transform: rotate(0.03deg);
}
#footer .top .util a:first-child {
	font-weight: 700;
}
#footer .top .util a:after {
	content:'|';
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	color: #D7D5CC;
	font-size: 12px;
}
#footer .top .util a:last-child:after {
	display: none;
}
#footer .top .brand {
	margin-left: 30px;
}
#footer .bottom {
	padding: 20px 0;
	font-family: 'Nanum Myeongjo', serif;
	transform: rotate(0.03deg);
	line-height: 1.4;
	color: #5E574F;
}
#footer .bottom .info {
	margin-right: 200px;
}
#footer .bottom .info .tel {
	margin-top: 10px;
}
#footer .bottom .link {
	flex: 1;
	line-height: 2;
}
#footer .bottom .link a {
    background: url("../images/ico_more.svg")no-repeat 100% 50% / 7px;
    padding-right: 15px;
}
#footer .sns {
	text-align: center;
}
#footer .sns a {
	margin-left: 20px;
}
#footer .sns a:first-child {
	margin-left: 0px;
}
#footer .sns select {
	display: block;
	border: 1px solid #E4E2D9;
	width: 130px;
	height: 30px;
	font-size: 14px;
	color: #5E574F;
	padding: 0 10px;
	margin-top: 10px;
	box-sizing: border-box;
}
#footer .copy {
	color: #5E574F;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Playfair Display';
	text-transform: uppercase;
}




.modal {
	display: none;
}
.modal .blackBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	z-index: 11;
}
.modal .close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
	z-index: 1;
}
.modal .close img {
	width: 100%;
}
.modal .modal-cont {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
	width: 95%;
	max-width: 1110px;
	max-height: 95%;
	box-sizing: border-box;
	z-index: 13;
}
.modal .modal-cont .scroll {
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.not-scroll {
	overflow: hidden;
}


.h_title {
	color: #dc9c51;
	font-size: 30px;
	font-weight: 600;
}

.navi {
	padding: 20px 10px;
	font-size: 12px;
	font-family:'GimpoGothic';
	text-transform:uppercase;
}

.pagenavi {
	margin-top: 60px;
}
.pagenavi ol {
	font-size: 0;
	text-align: center;
}
.pagenavi ol li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2.5px;
}
.pagenavi ol li img {
	vertical-align: middle;
}
.pagenavi ol li a {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 37px;
	font-size: 15px;
	color: #1E1E1E;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.pagenavi ol li a.this {
	background: #dc9c51;
	color: #fff;
}


#chat {
	position: fixed;
	bottom: 55px;
	right: 20px;
    z-index: 5;
}
#chat a {
	display: block;
	width: 50px;
	height: 50px;
}
#chat a img {
	width: 100%;
}

.path {
	max-width: 1100px;
	margin: 25px auto;
}
.path li {
	padding-right: 5px;
}



#partner .modal-cont {
	background: #fff;
	max-width: 1300px;
}
#partner .blackBg {
	background: rgba(0, 0, 0, 0.3);
}
#partner .scroll {
	max-height: 95vh;
	padding: 50px;
	box-sizing: border-box;
}
#partner .scroll::-webkit-scrollbar {
	width: 5px;
    background-color: #fff;
}
#partner .scroll::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
}
#partner h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
#partner h3 + p {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
#partner .list {
	font-size: 0;
	text-align: center;
	margin-top: 50px;
}
#partner .list > div {
    position: relative;
    display: inline-block;
    width: calc(25% - 23px);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding-bottom: 11%;
}
#partner .list > div.hidden {
	display: none;
}
#partner .list > div:nth-child(4n) {
    margin-right: 0;
}
#partner .list > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 95%;
}
#partner .more {
	margin-top: 20px;
	text-align: center;
}
#partner .more button {
	font-size: 26px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
#partner .more button:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	background: #fff url("../images/ico-down.svg")no-repeat 50% 50% / 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	margin-left: 10px;
}



#cert .modal-cont {
	background: #fff;
	max-width: 1097px;
	overflow: hidden;
}
#cert .blackBg {
	background: rgba(0, 0, 0, 0.3);
}
#cert .scroll {
	max-height: calc(100vh - 33px);
	padding: 50px;
	box-sizing: border-box;
}
#cert .scroll::-webkit-scrollbar {
	width: 5px;
    background-color: #fff;
}
#cert .scroll::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
}
#cert h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
#cert .list {
	font-size: 0;
	text-align: center;
	margin-top: 50px;
}
#cert .list > div {
    position: relative;
    display: inline-block;
    width: calc(25% - 23px);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
    border-radius: 10px;
	padding: 20px 0;
}
#cert .list > div:nth-child(4n) {
    margin-right: 0;
}
#cert .list > div.hidden {
	display: none;
}
#cert .more {
	margin-top: 20px;
	text-align: center;
}
#cert .more button {
	font-size: 26px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
#cert .more button:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	background: #fff url("../images/ico-down.svg")no-repeat 50% 50% / 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	margin-left: 10px;
}





@media screen and (max-width: 1600px) {
	#header .gnb .flex li {
		margin: 0 25px;
	}
}
@media screen and (max-width: 1400px) {
	#header .gnb .member {
		left: auto;
		right: 20px;
		transform: none;
	}
	#header .gnb .ml {
		right: 180px;
	}
}
@media screen and (max-width: 1280px) {
	#header .gnb .ml {
		right: 140px;
	}
	#header .gnb .flex li {
		margin: 0 12px;
	}
	#header .gnb .member a {
		margin-left: 15px;
	}
}
@media screen and (max-width: 1024px) {
	#header {
		height: 65px;
		border-bottom: 1px solid #e1e1e1;
	}
	#header .gnb {
		display:none;
	}
	.menu {
		display: block;
	}
	#header .logo {
		padding: 14px 0 15px 20px;
		text-align: left;
		top: 0;
		left: 0;
	}
	#header.fixed .logo {
		position: static;
		padding: 14px 0 15px 20px;
		border-bottom: 1px solid #515151;
	}
	#header .logo a {
		font-size: 33px;
		letter-spacing: 2px;
	}
	#header.fixed .logo a {
		font-size: 33px;
	}
	
	
	#container {
		padding-top: 63px;
	}
	
	
	.navi {
		padding: 10px 10px;
	}
	.pagenavi {
		margin-top: 40px;
	}
	
	
	#footer .bottom .info {
		margin-right: 85px;
	}
	#footer .top .util a {
		font-size: 13px;
	}
	#footer .top .util a:after {
		margin: 0 10px;
	}
	
	
	#partner h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#partner h3 + p {
		font-size: 17px;
	}
	#partner .list {
        margin-top: 60px;
    }
    #partner .list > div {
        width: calc(33.333% - 14px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #partner .list > div:nth-child(4n) {
        margin-right: 20px;
    }
    #partner .list > div:nth-child(3n) {
        margin-right: 0;
    }
	#partner .more button {
		font-size: 22px;
	}
	#partner .more button:after {
		width: 50px;
		height: 50px;
	}
	
	
	#cert h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#cert .list {
        margin-top: 60px;
    }
    #cert .list > div {
        width: calc(33.333% - 14px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #cert .list > div:nth-child(4n) {
        margin-right: 20px;
    }
    #cert .list > div:nth-child(3n) {
        margin-right: 0;
    }
	#cert .more button {
		font-size: 22px;
	}
	#cert .more button:after {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 768px) {
	#footer {
		padding-bottom: 20px;
	}
	#footer .box {
		padding: 15px 0;
	}
	#footer .logo {
		position: static;
		text-align: center;
		margin-bottom: 25px;
		transform: none;
	}
	#footer .top {
		padding-bottom: 15px;
	}
	#footer .top .util {
		text-align: center;
	}
	#footer .top .util a {
		font-size: 13px;
	}
	#footer .top .util a:after {
		margin: 0 5px;
	}
	#footer .bottom {
		display: block;
	}
	#footer .bottom .info {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#footer .sns {
		text-align: left;
		margin-top: 20px;
		clear: both;
		padding-bottom: 25px;
	}
	#footer .sns select {
		display: inline-block;
		margin-top: -5px;
		float: right;
	}
	#footer .copy {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	
	
	.pagenavi {
		margin-top: 20px;
	}
	.pagenavi ol li a {
		width: 22px;
		height: 22px;
		line-height: 24px;
		font-size: 13px;
	}
	.pagenavi ol li img {
		height: 12px;
	}
	
	
	.h_title {
		font-size: 25px;
	}
	
	#chat {
		right: 20px;
	}
	#chat a {
		width: 35px;
		height: 35px;
	}
	
	
	#partner .scroll {
		padding: 25px;
	}
	#partner h3 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	#partner h3 + p {
		font-size: 13px;
	}
	#partner .list {
		margin-top: 30px;
	}
	#partner .list > div {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 16%;
    }
    #partner .list > div:nth-child(3n) {
        margin-right: 10px;
    }
    #partner .list > div:nth-child(2n) {
        margin-right: 0;
    }
    #partner .list > div img {
        max-width: 80%;
    }
	#partner .more button {
		font-size: 18px;
	}
	#partner .more button:after {
		width: 40px;
		height: 40px;
		background-size: 15px;
	}
	
	
	
	#cert .scroll {
		padding: 25px;
	}
	#cert h3 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	#cert .list {
		margin-top: 30px;
	}
	#cert .list > div {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #cert .list > div:nth-child(3n) {
        margin-right: 10px;
    }
    #cert .list > div:nth-child(2n) {
        margin-right: 0;
    }
    #cert .list > div img {
        max-width: 100%;
    }
	#cert .more button {
		font-size: 18px;
	}
	#cert .more button:after {
		width: 40px;
		height: 40px;
		background-size: 15px;
	}
}
@media screen and (max-width: 380px) {
	#footer .top {
		display: block;
		text-align: center;
	}
	#footer .copy {
		left: -20px;
		width: calc(100vw - 0px);
		letter-spacing: 0.5px;
	}
	
	
	#partner .list > div {
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 20px;
        padding-bottom: 30%;
    }
	#partner .more button {
		font-size: 15px;
	}
	#partner .more button:after {
		width: 35px;
		height: 35px;
	}
	
	
	#cert .list > div {
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 20px;
    }
	#cert .more button {
		font-size: 15px;
	}
	#cert .more button:after {
		width: 35px;
		height: 35px;
	}
}