@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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
}
#header .topLine {
	position: relative;
	border-bottom: 1px solid #c1c1c1;
	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;
	border-bottom: 1px solid #939393;
	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 .gnb .depth01 {
	display: flex;
	position: absolute;
    right: 35px;
    top: 30px;
}
#header .gnb .depth01 > li {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	margin-left: 70px;
}
#header .gnb .depth01 > li:first-child {
	margin-left: 0;
}
#header .gnb .depth01 > li.last {
	padding-right: 0;
	padding-top: 10px;
}
#header .gnb .depth01 > li.last:after {
	display: none;
}
#header .gnb .depth01 > li > a {
	display: block;
	width: 76px;
	height: 37px;
	line-height: 40px;
	background: #EA5557;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
#header .gnb .depth01 > li > button {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	padding: 8px 0;
	box-sizing: border-box;
}
#header .gnb .depth01 > li > button.active,
#header .gnb .depth01 > li:hover button {
	border-bottom: 4px solid #EA5557;
	color: #EA5557;
}
#header .gnb .depth01 > li > .sub_category {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	transition: all .3s;
}
#header .gnb .depth01 > li > .sub_category ul {
	margin-top: 35px;
	background: #EA5557;
	width: 140px;
	padding: 10px 20px;
	box-sizing: border-box;
}
#header .gnb .depth01 > li.last > ul {
	text-align: right;
}
#header .gnb .depth01 > li:hover > .sub_category {
	opacity: 1;
	visibility: visible;
	top: 25px;
}
#header .gnb .depth01 > li > .sub_category ul > li {
	border-bottom: 1px solid #fff;
}
#header .gnb .depth01 > li > .sub_category ul > li:last-child {
	border-bottom: 0;
}
#header .gnb .depth01 > li > .sub_category ul > li > a {
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 43px;
	color: #fff;
	font-weight: 500;
}
#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/quick03.svg");
}
.quick-menu li:nth-child(3) a:hover {
	background-image: url("../images/quick03-on.svg");
}
.quick-menu li:nth-child(4) a {
	background-image: url("../images/quick04.svg");
}
.quick-menu li:nth-child(4) a:hover {
	background-image: url("../images/quick04-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: 10px 13px 6px; 
	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 .eng {
    position: absolute;
    top: 30px;
    right: 70px;
}
.sideWrap .top .eng a {
	display: block;
    width: 60px;
    height: 32px;
    line-height: 35px;
    background: #EA5557;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.sideWrap .top .sideClose {
	background: url("../images/menu-close.svg")no-repeat 50% 50% / 80%;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	position: absolute;
	top: 25px;
    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;
}
.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 {
	/*min-height: 450px;*/
	padding-top: 101px;
}


#footer {
	position: relative;
	z-index: 1;
	background: #F7F7F7;
	color: #000;
	margin-top: 60px;
	padding: 41px 0 30px;
	font-weight: 400;
}
#footer .information {
	flex: 1;
}
#footer .information > div {
	font-size: 16px;
}
#footer .logo img {
	height: 65px;
}
#footer .addr {
	background: url("../images/ico-addr.svg")no-repeat 0 50% / auto 22px;
	margin: 30px 0 5px;
	padding: 5px 0 5px 30px;
}
#footer .tel {
	display: inline-block;
	background: url("../images/ico-tel.svg")no-repeat 0 50% / auto 22px;
	padding: 5px 0 5px 30px;
}
#footer .mail {
	display: inline-block;
	background: url("../images/ico-mail.svg")no-repeat 0 50% / auto 22px;
	padding: 5px 0 5px 30px;
	margin-left: 30px;
}
#footer .text {
    font-size: 14px;
    margin-top: 30px;
}
#footer .copy {
	font-size: 14px;
	margin-top: 10px;
}


#footer .host {
	margin-top: 40px;
}
#footer .host > div {
	margin-left: 25px;
}
#footer .host > div:first-child {
	margin-left: 0;
}
#footer .host strong {
	display: inline-block;
	vertical-align: -2px;
	font-size: 16px;
	font-weight: 500;
}
#footer .host img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	image-rendering: auto;
	height: 40px;
}




.modal {
	display: none;
}
.modal .black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.5);
	z-index: 35;
}
.modal .close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
}
.modal .close img {
	width: 100%;
}
.modal .modal-content {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 90%;
	height: 100%;
	max-height: 84%;
	margin: 60px auto 20px;
	max-width: 1400px;
	background: #fff;
	padding: 110px 100px 40px;
	box-sizing: border-box;
	z-index: 36;
}
.modal .modal-content .scroll {
	height: calc(100vh - 350px - 35px);
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.not_scroll {
	overflow: hidden;
}




@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 {
		margin-left: 50px;
	}
	#header .gnb .depth01 > li > ul > li > a {
		font-size: 15px;
	}

	#footer .host img {
    	height: 30px;
    }
}
@media screen and (max-width: 1140px){
	#header .gnb {
	    height: 80px;
	}
	#header .gnb h1 a {
	    width: 170px;
	    height: 45px;
	}
	#header .gnb .depth01 > li {
	    margin-left: 25px;
	}
	#header .gnb .depth01 > li:after {
	    width: 2px;
	    height: 15px;
	    top: 13px;
	}
	#header .gnb .depth01 > li > a {
		font-size: 14px;
		width: 70px;
	    height: 32px;
	    line-height: 35px;
	}
	#header .gnb .depth01 > li > button {
	    font-size: 15px;
	}
	#header .gnb .depth01 > li > .sub_category ul {
		width: 130px;
	}
	#header .gnb .depth01 > li > .sub_category ul > li > a {
		font-size: 14px;
	}
	#header .gnb .depth01 > li > ul > li > a {
	    font-size: 13px;
	    margin: 15px 0;
	}
	#header .gnb .depth01 > li > ul {
		top: 60px;
	}
	#header.active .bg {
    	height: 310px;
    }

    #container {
    	padding-top: 81px;
    }

	#footer {
		padding: 30px 0 20px;
	}
	#footer .logo img {
	    height: 50px;
	}
	#footer > .inner > .flex > div.information {
		flex: 1;
		padding-right: 3%;
	}
	#footer .addr,
	#footer .tel,
	#footer .mail {
		font-size: 11px;
		background-size: 20px;
		padding-left: 25px;
		margin: 2px 0;
	}
	#footer .addr {
		margin-top: 20px;
	}
	#footer .tel {
		margin-right: 5px;
	}
	#footer .host {
	    margin-top: 35px;
	}
	#footer .host strong {
	    font-size: 13px;
	}
	#footer .host > div {
	    margin-left: 15px;
	}
	#footer .host img {
    	height: 24px;
    	margin-left: 5px;
    }
    #footer .copy {
    	margin-top: 25px;
    }

    .modal-cont .close {
	    top: 35px;
	    right: 35px;
	    width: 35px;
	    height: 35px;
	}
}
@media screen and (max-width: 1024px){
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#header .topLine {
		display: none;
	}
	#header .gnb {
	    height: 80px;
	    border-bottom: 0;
	    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	}
	#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 .bg {
		display: none;
	}
	#header .menu {
		display: block;
	}

	.quick-menu {
		display: none;
	}

	#footer .host img {
    	height: 17px;
    }
}
@media screen and (max-width: 768px) {
	

	.container {
	    padding-top: 80px;
	}

	#footer {
		padding: 35px 0;
		margin-top: 40px;
	}
	#footer .inner {
		padding: 0 30px;
	}
	#footer .logo img {
	    height: 60px;
	}
	#footer .flex {
		display: block;
	}
	#footer .information > div {
	    font-size: 12px;
	}
	#footer .addr {
	    margin-top: 55px;
	}
	#footer .host {
		margin-top: 40px;
	}
	#footer .host > div {
	    margin-left: 0;
	    margin-bottom: 10px;
	}
	#footer .host strong {
	    font-size: 12px;
	}
    #footer .text {
    	font-size: 12px;
    }
    #footer .copy {
    	font-size: 10px;
    	margin-top: 10px;
    }
    #footer .host {
	    margin-top: 25px;
	}
    #footer .host img {
	    height: 20px;
	}

	

	.modal-cont .close {
	    top: 25px;
	    right: 25px;
	    width: 25px;
	    height: 25px;
	}
}@media screen and (max-width: 380px) {
	.sideWrap .side_grid a {
		font-size: 12px;
	}
}