@charset "utf-8";

#wrap {
	position: relative;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}


#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#header .topLine {
	position: relative;
	text-align: right;
	z-index: 2;
}
#header .topLine .inner {
	padding: 0;
}
#header .topLine .inner > ul {
	font-size: 0;
	height: 45px;
    line-height: 45px;
}
#header .topLine .inner > ul > li {
	position: relative;
	display: inline-block;
	font-size: 17px;
	padding-left: 8px;
}
#header .topLine .inner > ul > li:first-child {
	padding-right: 8px;
}
#header .topLine .inner > ul > li a {
	color: #000;
}
#header .topLine .inner > ul > li a img {
	vertical-align: -7px;
	width: 25px;
}

#header .gnb {
	position: relative;
	text-align: right;
	height: 100px;
}
#header .gnb h1 {
	position: absolute;
	top: 15px;
	left: 20px;
}
#header .gnb h1 a {
	display: block;
	background: url("../images/logo.svg")no-repeat 50% 50% / 100%;
	width: 220px;
    height: 60px;
	font-size: 0;
}
#header .hangul_day {
    position: absolute;
    left: 270px;
    top: 22px;
}
#header .hangul_day > div:first-child {
	margin-right: 25px;
}
#header .hangul_day img {
	width: 100%;
}
#header .gnb .depth01 {
	display: flex;
	position: absolute;
    right: 0;
    top: 20px;
}
#header .gnb .depth01 > li {
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
#header .gnb .depth01 > li.last {
	padding-right: 0;
	padding-top: 10px;
}
#header .gnb .depth01 > li.last:after {
	display: none;
}
#header .gnb .depth01 > li > button {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
	border-radius: 50px;
	padding: 17px 32px 13px;
	box-sizing: border-box;
}
#header .gnb .depth01 > li > button.active,
#header .gnb .depth01 > li > button:hover {
	background: #FFE629;
}
#header .gnb .depth01 > li > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	text-align: center;
}
#header .gnb .depth01 > li.last > ul {
	text-align: right;
}
#header.active .gnb .depth01 > li > ul {
	opacity: 1;
	visibility: visible;
}
#header .gnb .depth01 > li > ul > li > a {
	display: block;
	font-size: 18px;
	margin: 20px 0;
}
#header .gnb .depth01 > li > ul > li.active > a,
#header .gnb .depth01 > li > ul > li > a:hover {
	font-weight: 500;
}

#header .menu {
	display: none;
	position: absolute;
	top: 20px;
    right: 15px;
	z-index: 12;
}
#header .menu a {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../images/ico-menu.svg")no-repeat 50% 50% / 80%;
}
#header .gnb .sns {
	display: none;
}


.quick-menu{
	width: 170px; 
	height: 264px;
	position: fixed; 
	right: -130px; 
	top: 55%;
	transform: translateY(-50%);
	z-index: 2;
}
.quick-menu li{
	list-style: none;
	width: 100%; 
	height: 40px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.quick-menu li a{
	display: block; 
	width: 40px;
    height: 40px;
	text-align: center; 
	background-color: #132761; 
	color: #fff;
	position: relative; 
	z-index: 10;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 22px;
}
.quick-menu li a.active {
	background-color: #2CB7B1;
}
.quick-menu li a span{
	display: block; 
	width: 1px; 
	height: 1px;
	text-indent: -9999px; 
	overflow: hidden;
}
.quick-menu li a:hover{
	color: #f82f4f;
}
.quick-menu li:nth-child(1) a {
	background-image: url("../images/quick01.svg");
}
.quick-menu li:nth-child(2) a {
	background-image: url("../images/quick02.svg");
}
.quick-menu li:nth-child(2) a:hover {
	background-image: url("../images/quick02-on.svg");
}
.quick-menu li:nth-child(3) a {
	background-image: url("../images/quick04.svg");
}
.quick-menu li:nth-child(3) a:hover {
	background-image: url("../images/quick04-on.svg");
}
.quick-menu li:nth-child(4) a {
	background-image: url("../images/quick03.svg");
}
.quick-menu li:nth-child(4) a:hover {
	background-image: url("../images/quick03-on.svg");
}
.quick-menu li:nth-child(5) {
	border-bottom: 0;
}
.quick-menu li:nth-child(5) a {
	background-image: url("../images/quick05.svg");
    background-color: #5E5E5E;
    background-size: 28px;
}


.quick-menu .tooltip {
	position: absolute; 
	left: 42px; 
	top: 10px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	width: 150px;
}
.quick-menu .tooltip span {
	padding: 8px 13px; 
	background-color: #132761;
	color: #fff;
	font-size: 14px;
	float: right;
}
.quick-menu .tooltip span:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #132761;
    position: absolute;
    right: -7px;
    top: 7px;
    -webkit-transform: rotate(45deg);
}
.quick-menu li a:hover+.tooltip{
	left: -170px;
}



.scrollFunc {
	width:100%;
	height:92%;
	overflow-y:auto;
}
.sideWrap {
	width: 100%;
	position: fixed; 
	top: 0px;
	right:-110%;
	display: none;
	z-index: 4;
	height:100%;
	background: #fff;
	overflow: hidden; 
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.sideWrap .top {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #C1C1C1;
	box-sizing: border-box;
}
.sideWrap .top h1 img {
	height: 40px;
}
.sideWrap .top .sideClose {
	background: url("../images/menu-close.svg")no-repeat 50% 50% / 80%;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	position: absolute;
	top: 15px;
    right: 20px;
}
.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 .side_grid a:nth-child(1) {
	background-image: url("../images/quick02.svg");
}
.sideWrap .side_grid a:nth-child(2) {
	background-image: url("../images/quick03.svg");
}
.sideWrap .side_grid a:nth-child(3) {
	background-image: url("../images/quick04.svg");
	margin-right: 0;
	padding: 55px 0 20px;
}
.sideWrap .depth {
	padding: 40px 0 0;
	border-top: 1px solid rgba(193, 193, 193, 0.7);
	margin: 0 30px;
}
.sideWrap .depth li a,
.sideWrap .depth li button {
	display: block;
	width: 100%;
    padding: 12px 0 12px 10px;
    text-align: left;
    font-size: 18px;
    font-family: 'Cafe24Ohsquareair';
}
.sideWrap .depth li button {
	background: url("../images/ico-down2.png")no-repeat 95% 50% / 10px;
}
.sideWrap .depth01 {
	position: relative; 
}
.sideWrap .depth01.active > button {
	background: #2AB5B0;
	color: #fff;
}
.sideWrap .depth01.active .depth02 {
	max-height: 500px;  
	margin-bottom: -1px;
}
.sideWrap .depth01 > a {
	color:#1c1c1c; 
	font-size:16px; 
	position: relative;
}
.sideWrap .depth02 { 
	max-height: 0; 
	overflow: hidden; 
	-webkit-transition: max-height .3s; 
	-moz-transition: max-height .3s; 
	transition: max-height .3s;
}
.sideWrap .depth01.active .depth02 .hidden {
	position: absolute;
    top: -1px;
    width: 100%;
    z-index: 2;
}
.sideWrap .depth01.active .depth02 .hidden a {
	font-size: 0;
	height: 24px;
}
.sideWrap .depth02 > li > a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: #2AB5B0;
	margin: 0 5px 0 7px;
}

.blackBg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 3;
	background: rgba(0,0,0,0.3);
	display: none;
}
.notScroll {
	overflow: hidden;
}

#container {
}


#footer {
	position: relative;
	z-index: 1;
	background: #F7F7F7;
	color: #000;
	margin-top: 100px;
	padding: 30px 0 25px;
}
#footer .information {
	flex: 1;
}
#footer .information > div {
	font-family: 'GmarketSans';
	font-size: 16px;
	padding: 5px 0 1px 30px;
	margin-left: 20px;
}
#footer .logo img {
	height: 65px;
}
#footer .addr {
	display: inline-block;
	background: url("../images/footer_ico_01.svg")no-repeat 0 50% / auto 22px;
	margin-left: 0!important;
}
#footer .tel {
	display: inline-block;
	background: url("../images/footer_ico_02.svg")no-repeat 0 50% / auto 22px;
}
#footer .mail {
	display: inline-block;
	background: url("../images/footer_ico_03.svg")no-repeat 0 50% / auto 22px;
}
#footer .text {
    font-size: 14px;
    margin-top: 10px;
}
#footer .copy {
	font-size: 14px;
	margin-top: 10px;
}


#footer .host {
}
#footer .host > div {
	margin-left: 25px;
}
#footer .host > div:first-child {
	margin-left: 0;
}
#footer .host strong {
	display: inline-block;
	vertical-align: -2px;
	font-family: 'GmarketSans';
	font-size: 16px;
	font-weight: 500;
}
#footer .host img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	image-rendering: auto;
	height: 28px;
}




.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.65);
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.modal .blackBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	z-index: -1;
}
.modal .close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
}
.modal .close img {
	width: 100%;
}
.modal .modal-cont {
	position: relative;
	margin: 60px auto 20px;
	width: 95%;
	max-width: 1000px;
	box-sizing: border-box;
}
.modal-cont .close img {
	width: 100%;
}
.not-scroll {
	overflow: hidden;
}




@media screen and (max-width: 1540px){
	#header .gnb .depth01 > li > button {
		padding: 17px 25px 13px;
	}
	#header .hangul_day > div:first-child {
	    margin-right: 10px;
	}
}
@media screen and (max-width: 1440px){
	#header .hangul_day > div {
		width: 175px;
	}
	#header .hangul_day > div:first-child {
		width: 50px;
	}
	#footer .information > div {
		font-size: 14px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 1370px){
	#header .topLine .inner  {
		padding: 0 15px;
	}
	#header .topLine .inner > ul > li {
		font-size: 15px;
	}

	#header .gnb h1 {
		left: 15px;
	}
	#header .gnb .depth01 {
		right: 15px;
	}
	#header .gnb h1 a {
	    width: 210px;
	    height: 60px;
	}
	#header .gnb .depth01 > li {
		padding: 0;
	}
	#header .gnb .depth01 > li > ul > li > a {
		font-size: 15px;
	}
	#header .gnb .depth01 > li > button {
		padding: 17px 12px 13px;
		font-size: 18px;
	}

	#header .hangul_day {
    	left: 240px;
    }

	#footer .information > div {
		background-size: auto 18px;
		padding: 5px 0 1px 25px;
	}
	#footer .addr {
		display: block;
		margin-bottom: 5px;
	}
	#footer .tel {
		margin-left: 0!important;
	}
}
@media screen and (max-width: 1140px){
	#header .gnb {
	    height: 80px;
	}
	#header .gnb h1 a {
	    width: 170px;
	    height: 45px;
	}
	#header .gnb .depth01 > li:after {
	    width: 2px;
	    height: 15px;
	    top: 13px;
	}
	#header .gnb .depth01 > li > button {
	    font-size: 15px;
	}
	#header .gnb .depth01 > li > ul > li > a {
	    font-size: 13px;
	    margin: 15px 0;
	}
	#header .gnb .depth01 > li > ul {
		top: 60px;
	}
	#header .gnb .depth01 > li > button {
	    padding: 10px 10px 8px;
	}
	#header.active .bg {
    	height: 310px;
    }
    #header .hangul_day {
	    left: 200px;
	}





    .modal-cont .close {
	    top: 35px;
	    right: 35px;
	    width: 35px;
	    height: 35px;
	}
}
@media screen and (max-width: 1024px){
	#header {
		top: 0;
		left: 0;
		width: 100%;
	}
	#header .topLine {
		display: none;
	}
	#header .gnb {
	    height: 80px;
	    border-bottom: 0;
	}
	#header .gnb .inner {
		padding: 0;
	}
	#header .gnb h1 {
		top: 15px;
		left: 15px;
	}
	#header .gnb ul {
		position: static;
		padding-top: 85px;
		width: 100%;
		flex-direction: row;
    	flex-wrap: wrap;
	}
	#header .gnb ul li {
		width: 33.333%;
	}
	#header .gnb .depth01 {
		display: none;
	}

	#header .menu {
		display: block;
	}
	#header .bg {
		display: none;
	}


	.quick-menu {
		display: none;
	}


	#footer {
		padding: 50px 15px 80px;
		box-sizing: border-box;
	}
	#footer .flex {
		display: block;
	}
	#footer .information {
		margin-bottom: 40px;
	}
	#footer .host > div {
		margin-left: 0;
	}
	#footer .host > div:first-child {
		margin-bottom: 20px;
	}
	#footer .text {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	#header .gnb h1 a {
	    width: 140px;
	    height: 45px;
	}
	#header .hangul_day {
	    left: 165px;
	}
	#header .hangul_day > div:first-child {
	    width: 33px;
	}
	#header .hangul_day > div {
	    width: 112px;
	}


	
	#footer .information > div {
		font-size: 12px;
		background-size: auto 16px;
		margin-left: 15px;
	}
	#footer .host img {
		height: 20px;
	}
	#footer .host strong {
		font-size: 12px;
		margin-right: -5px;
	}
	#footer .text,
	#footer .copy {
		font-size: 12px;
		line-height: 1.3;
	}

	

	.modal-cont .close {
	    top: 25px;
	    right: 25px;
	    width: 25px;
	    height: 25px;
	}
}@media screen and (max-width: 380px) {
	#header .gnb h1 a {
	    width: 110px;
	}
	#header .hangul_day {
		top: 13px;
	    left: 135px;
	    display: block;
	}
	#header .hangul_day > div:first-child {
	    width: 30px;
    	margin-bottom: 8px;
	}
	#header .hangul_day > div {
	    width: 110px;
	}

	.sideWrap .side_grid a {
		font-size: 12px;
	}
}