/*  32	a	@charset "utf-8"; */
::-moz-selection {
   background-color: #1c9bf6;
   color: #fff;
}
::selection {
	background-color: #1c9bf6;
	color: #fff;
}

@keyframes ani{
	0%{transform:translate(0,0);}
	100%{transform:translate(10px,20px)rotate(3deg);}
}    
@keyframes ani2{
	0%{transform:translate(0,0);}
	100%{transform:translate(-10px,-20px)rotate(5deg);}
}   


.pcolor {color:#1c9bf6}
.noborder {border: 0 !important}

body {font-size:16px;margin: 0;padding: 0;color: #222;line-height: 1.8em;background: #fff;letter-spacing: -0.1px;}
.mo {display: none}
.tb {display: none}

.gnb_btn {display: none}
.mgnb {display: none}

header {width: 100%;position: fixed;top:0;transition: top 0.5s ease-in-out;height: 90px;z-index: 50;}
header .header {z-index: 99;width: 100%; padding: 0 5.2%; margin: 0 auto; left: 0; right: 0;display: flex; justify-content: space-between; align-items: center; height: 90px;}
header .header .logo img {cursor: pointer;}
header.nav-up {top: -90px;}
header.nav-down {border-bottom: 1px solid #eee;background: #fff}

header .header .gnb {font-weight: 500; float: right;}
header .header .gnb .gnb_ul {display: table;margin: 0 auto;}
header .header .gnb .gnb_ul li {display: table; text-align: right;font-size: 18px;padding: 0 25px;line-height: 18px; float: left;}
header .header .gnb .gnb_ul li:last-of-type{padding-right: 0;}

header .header .gnb .gnb_ul li a {color: #111; text-decoration: none;  font-family: 'NanumSquareRoundB';}
header .header .gnb .gnb_ul li a span{display:table-cell; vertical-align: middle;}

header .header .gnb .gnb_ul li.login_nav {display: none}

header .header .login_btn {position: absolute;right: 60px;top: 35px}
header .header .login_btn ul li {float: left;margin-left: 10px;line-height: 18px;}
header .header .login_btn ul li a {color: #888;font-size: 13px}


header .sub_head {background-color: transparent; position: absolute; border: 0;}
header .sub_head .gnb .gnb_ul li a {color: #fff}
header .sub_head .gnb .gnb_ul li .depth01 a{color: #000; }

.gnb>ul>li>a {
	display: block;
	color: #fff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	line-height: 90px;
}
.gnb>ul .depth01 {
	position: absolute;
	top: 90%;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.gnb>ul>li:hover .depth01 {
	opacity: 1;
	visibility: visible;
	top: 100%;
	padding-top: 0px;
	
}
.gnb>ul .depth01 a {
	display: block;
	color: #fff;
	background-color:#005A9F;
	width: 100%;
	min-width: 190px;
}
.gnb>ul .depth01 .top{
	background-color:#005A9F;
	height: 5px;
}
.gnb>ul .depth01 .bottom{
	background-color:#005A9F;
	height: 5px;
	height: 5px;border-radius: 0 0 5px 5px;
}

.depth01 .inner{padding: 5px;text-align: left;text-overflow: ellipsis; white-space: nowrap;padding:14px 30px 14px 20px;font-size: 14px;color: #fff;transition: all .5s;}
.gnb>ul .depth01 a:hover {background: #207bc2;transition: all .5s;}
.depth01 a {color: #333 !important}

.goTop{background: #fff; border-radius: 50%; padding:18px 22px;box-shadow: 0px 0px 15px rgba(0,0,0,0.05); position: fixed; bottom:30px; right:30px; z-index: 10; cursor: pointer; display: none; transition: all .4s; border:1px solid #fff;}
.goTop:hover{border-color:#333;}
.goTop .inner{text-align: center;}
.goTop .inner div{font-size: 16px; line-height: 1em; font-weight: 500; color:#333;}
.goTop .inner div:last-of-type{margin-top: 5px}


#contents {margin-top:90px;overflow: hidden}
.wrap {width: 1280px;margin: 0 auto;position: relative}

h1{font-size: 60px; line-height: 1.5em; margin-bottom:0; font-weight: 400;}
h2{font-size: 50px; line-height: 1.5em; margin-bottom:0; font-weight: 400;}
h3{font-size: 30px; line-height: 1.5em; margin-bottom:0; font-weight: 400;}
h4{font-size: 24px; line-height: 1.5em; margin-bottom:0; font-weight: 400;}
h5{font-size: 20px; line-height: 1.5em; margin-bottom:0; font-weight: 400;}
.text{font-size: 16px; line-height: 1.7em;}
.text span{white-space: nowrap;}
.subtitle{font-size: 16px; line-height: 1.7em; font-family: 'Pretendard-Bold';}
.common_btn{width:230px; height: 60px; color:#fff; font-size: 16px; line-height: 60px; text-align: center; font-family: 'Pretendard-Bold'; border:1px solid #005A9F; background: #005A9F;}
.common_btn:hover, .common_btn:focus, .common_btn:active{background:#2782c8; border-color:#2782c8}

.flexwrap{display: flex;}
.flexwrap.fwrap{flex-wrap:wrap;}
.flexwrap.jbetween{justify-content: space-between;}
.flexwrap.jaround{justify-content: space-around;}
.flexwrap.acenter{align-items: center;}
.flexwrap.aend{align-items: end;}
.flexwrap.atop{align-items: start;}

.main_vis .segment{padding:200px 0;}
.main_vis .segment h1{color:#fff;}
.main_vis .segment h1 .bold{font-family: 'Pretendard-Bold';}
.main_vis .segment .text{color:#fff; margin-top: 20px;}

.main_ct{padding:120px 0;}

.main_01{background: #fbfbfb;}
.main_01 .headline h3{margin-top: 5px;}
.main_01 .headline h3 span{font-family: 'Pretendard-Bold';}
.main_01 .artwrap{margin-top: 50px; width:102%; margin-left:-1%;}
.main_01 .artwrap .article{width:18%; margin:0 1%; text-align: center; cursor: pointer; }
.main_01 .artwrap .article .imgwrap{border:1px solid #ebebeb; padding:20px; width:160px; height: 160px; display: flex; justify-content: center; align-items: center; margin:0 auto;transition: all .4s;}
.main_01 .artwrap .article:hover .imgwrap{border-color:#005A9F;-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);}
.main_01 .artwrap .article .imgwrap img{height: 76px;}
.main_01 .artwrap .article .text{width:160px; margin:0 auto; margin-top: 20px;}

.main_02 .imgwrap{width:50%; text-align: center;}
.main_02 .segment{width:50%;}
.main_02 .segment h3{margin-top: 10px;}
.main_02 .segment h3 .bold{font-family: 'Pretendard-Bold';}
.main_02 .segment .text{margin-top: 20px;}

.main_03{background: #fbfbfb;}
.main_03 .headline{ margin-bottom: 50px;}
.main_03 .headline h3{margin-top: 5px;}
.main_03 .headline h3 span{font-family: 'Pretendard-Bold';}
.main_03 .carouselwrap{position: relative;}
.main_03 .carouselwrap .carousel .item{padding:10px;}
.main_03 .carouselwrap .carousel .item a{display: block; text-decoration: none; padding:50px;-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05); box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05); background: #fff; transition: all .4s;}
.main_03 .carouselwrap .carousel .item a:hover{background: rgb(0,161,233); background: linear-gradient(135deg, rgba(0,161,233,1) 0%, rgba(0,90,159,1) 100%);}
.main_03 .carouselwrap .carousel .item a .num{font-size: 12px;font-family: 'Pretendard-Bold'; color:#999;}
.main_03 .carouselwrap .carousel .item a .num span{color:#333;}
.main_03 .carouselwrap .carousel .item a h4{margin-top: 10px; color:#333;}
.main_03 .carouselwrap .carousel .item a .more{margin-top: 20px; color:#666; font-size: 12px; line-height: 1em;}
.main_03 .carouselwrap .carousel .item a:hover .num, .main_03 .carouselwrap .carousel .item a:hover .num span, .main_03 .carouselwrap .carousel .item a:hover h4, .main_03 .carouselwrap .carousel .item a:hover .more{color:#fff;}
.main_03 .carouselwrap .carousel .item a .more span:first-of-type{padding-right:10px;}
.main_03 .carouselwrap .carousel .item a .imgwrap{text-align: right; margin-top: 50px;}
.main_03 .carouselwrap .carousel .item a .imgwrap img{height: 72px;}
.main_03 .carouselwrap .carousel .item a .imgwrap .hover{display: none;}
.main_03 .carouselwrap .carousel .item a:hover .imgwrap .unhover{display: none;}
.main_03 .carouselwrap .carousel .item a:hover .imgwrap .hover{display: inline}
.main_03 .carouselwrap .btnwrap .carousel_btn{width:48px; height: 48px; display: flex; justify-content: center; align-items: center; color:#999; border:1px solid #999; font-size: 18px; background: transparent; position: absolute;top:0; bottom:0; margin:auto;}
.main_03 .carouselwrap .btnwrap .carousel_btn:hover{border-color:#333; color:#333;}
.main_03 .carouselwrap .btnwrap .prev_btn{left:-90px; }
.main_03 .carouselwrap .btnwrap .next_btn{right:-90px;}
.main_03 .carousel_content .common_btn{display: block; margin:0 auto; margin-top: 80px;}
.main_03 .carousel_content:nth-of-type(1) ~ .carousel_content{padding-top:120px; margin-top: 120px; border-top:1px solid #ebebeb;}

.main_04 .map{position: absolute; width:60%; height: 460px; background: #ccc; top:-60px;}
.main_04 .segment{width:60%; padding-left:20%; margin-left:auto; background: #005A9F;}
.main_04 .segment .inner{padding:70px 50px;}
.main_04 .segment .inner .subtitle{color:#fff;}
.main_04 .segment .inner h3{color:#fff; font-family: 'Pretendard-Bold'; margin-top: 5px;}
.main_04 .segment .inner h4{color:#fff; font-family: 'Pretendard-Bold';}
.main_04 .segment .inner .more{color:#fff; margin-top: 30px; text-decoration: none; display: table;}
.main_04 .segment .inner .more span:first-of-type{padding-right:10px;}
.main_04 .segment .inner .snsicon{display: flex; justify-content: start; align-items: start; margin-top: 90px;}
.main_04 .segment .inner .snsicon .icon{text-align: center; display: block; text-decoration: none;}
.main_04 .segment .inner .snsicon .icon:nth-of-type(1) ~ .icon{margin-left:30px;}
.main_04 .segment .inner .snsicon .icon img{height: 28px;}
.main_04 .segment .inner .snsicon .icon div{color:#fff;margin-top: 5px;}

footer{background: #FBFBFB; padding:50px 0;}
footer .flexwrap{flex-direction: row-reverse}
footer .foot_article h5{margin-bottom: 20px;}
footer .foot_article ul{margin-bottom: 0;}
footer .foot_article ul li{display: flex; justify-content: start; align-items: start; font-size: 16px; line-height: 1.5em; color:#333; margin-bottom: 5px;}
footer .foot_article ul li:last-of-type{margin-bottom: 0;}
footer .foot_article ul li div:first-of-type{width:80px;}
footer .foot_article .listwrap.mo_list{display: none;}
footer .foot_article .listwrap .list{font-size: 16px; line-height: 1.5em; color:#333; margin-bottom: 5px;}
footer .copy{padding-top:20px; margin-top: 50px; border-top: 1px solid #ebebeb; font-size: 16px; line-height: 1.5em; color:#999}

@media screen and (max-width:1399px) {
	header .header .gnb .gnb_ul li{padding:0; padding-right:20px;}
	
	.main_03 .carouselwrap .btnwrap{position: absolute; top:-60px; right:10px; display: flex;}
	.main_03 .carouselwrap .btnwrap .carousel_btn{position: static}
	.main_03 .carouselwrap .btnwrap .carousel_btn:first-of-type{margin-right:10px;}
}

@media screen and (max-width:1280px) {
	header .header{padding:0 2.5%;}
	header .header .gnb .gnb_ul li{padding:0; padding-right:25px;}
	header .header .gnb .gnb_ul li:last-of-type{padding-right:0;}
	
	.wrap {width: 96%;margin: 0 auto;position: relative}
	
	.main_03 .carouselwrap .btnwrap{top:-50px;}
	.main_03 .carouselwrap .btnwrap .carousel_btn{width:40px; height: 40px; font-size: 17px;}
}

@media screen and (max-width:1199px) {
	body {font-size:15px;margin: 0;padding: 0;color: #222;line-height: 1.8em;background: #fff;letter-spacing: -0.1px;}
	.mo {display: none}
	.tb {display: none}
	
	h1{font-size: 50px;}
	h2{font-size: 40px;}
	h3{font-size: 26px;}
	h4{font-size: 22px;}
	h5{font-size: 18px;}
	.text{font-size: 15px;}
	.subtitle{font-size: 15px;}
	
	header .header .logo img{}
	
	.main_01 .artwrap .article .imgwrap{width:140px; height: 140px;}
	
	.main_03 .carouselwrap .carousel .item a{padding:40px;}
	.main_03 .carouselwrap .carousel .item a .imgwrap{margin-top:40px;}
	
	.main_04 .map{width:53%;}
	.main_04 .segment{width:50%; padding-left:3%;}
	.main_04 .segment .inner{padding:60px 40px;}
	
	footer .foot_article ul li{font-size: 14px;}
	footer .foot_article .listwrap .list{font-size: 14px;}
	footer .copy{font-size: 14px;}
}

@media screen and (max-width:1023px) {
	header {height: 80px;}
	header.nav-up{top:-80px;}
	header .header {z-index: 99;position: fixed;width: 100%;display: table;height: 80px;}
	header .header .logo {position: absolute;left: 30px;top: 25px; padding: 0;}
	
	header .header .gnb {display: none}
	.gnb_btn {position: absolute;right: 20px;top:30px;display: table;z-index: 99}
	
	.mgnb{display: block; position: fixed; z-index:98 ;width:100%; height: 100%; top:0px; background:#fff; visibility: hidden; overflow-y: scroll; padding-top: 80px;}
	.mgnb .flexwrap{height: 100%; position: relative;}
	.mgnb ul{margin-bottom: 0;}
	.mgnb ul.m_gnb{width:40%; background: #FAFAFA;}
	.mgnb ul.m_gnb li{font-size: 1.3em; line-height: 1.5em; font-family: 'OneMobile'; position: relative;}
	.mgnb ul.m_gnb li::after{display:block; content: ''; position: absolute; top:0; bottom:0; left:0; right:100vw; margin:auto; border-radius: 0 100px 100px 0; background: #29ABD6; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); z-index: 0; transition: right .4s;}
	.mgnb ul.m_gnb li:nth-of-type(1)::after{background:#58B5E5;}
	.mgnb ul.m_gnb li:nth-of-type(2)::after{background:#40B2F2;}
	.mgnb ul.m_gnb li:nth-of-type(3)::after{background:#46A2D8;}
	.mgnb ul.m_gnb li:nth-of-type(4)::after{background:#2D9AE4;}
	.mgnb ul.m_gnb li:nth-of-type(5)::after{background:#2B8FD9;}
	.mgnb ul.m_gnb li:nth-of-type(6)::after{background:#0C78C9;}
	.mgnb ul.m_gnb li.hover::after, .mgnb ul.m_gnb li.on::after{right:-20px;}
	.mgnb ul.m_gnb li a{text-decoration: none; color:#191919; max-width: 220px; padding:25px 20px; margin-left:auto; display:block; position: relative; z-index: 1; transition: color .4s;}
	.mgnb ul.m_gnb li.hover a, .mgnb ul.m_gnb li.on a{color:#fff;}
	.mgnb ul.m_gnb_nav{width:60%;}
	.mgnb ul.m_gnb_nav li{padding:10px 30px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1{font-size: 1em; line-height: 1.5em; font-family: 'OneMobile';}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{display:block; text-decoration: none; color:#2A3927; padding:15px 30px; border-bottom:1px solid #C2C2C2}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a.on{color:#0C78C9;}
	
	#contents{margin-top: 80px;}
	
	footer .flexwrap{flex-wrap:wrap; justify-content: start !important;}
	footer .flexwrap .foot_article:nth-of-type(2){margin-right:40px;}
	footer .flexwrap .foot_article:nth-of-type(3){width:100%; margin-top: 40px;}
}

@media screen and (max-width: 780px){
	body {font-size:14px;margin: 0;padding: 0;color: #222;line-height: 1.8em;background: #fff;letter-spacing: -0.1px;}
	.pc {display: none}
	.tb {display: none}
	.mo {display: initial}
	
	h1{font-size: 40px;}
	h2{font-size: 30px;}
	h3{font-size: 24px;}
	h4{font-size: 20px;}
	h5{font-size: 17px;}
	.text{font-size: 14px;}
	.subtitle{font-size: 14px;}
	
	.common_btn{width:190px; height: 50px; font-size: 15px; line-height: 50px;}
	
	header{height: 50px}
	header .header{height: 50px;}
	header .header .logo{top:11px; left:19px;}
	header .header .logo img{height: 19.2px;}

	.gnb_btn {right: 19px;top:17px;}
	.toggle-mnu{width: 22px; height: 14px;}
	.toggle-mnu span:after, .toggle-mnu span:before{top:6px;}
	.toggle-mnu span:after{top:12px;}
	.toggle-mnu.on span:after{	transform: rotate(-45deg) translate(4px, -6px);}
	
	.wrap {width: 90%;margin: 0 auto;position: relative}
	
	#contents{margin-top: 50px;}
	
	.main_ct{padding:80px 0;}
	
	.main_vis .segment{padding:120px 0;}
	
	.main_01 .artwrap{flex-wrap: wrap;}
	.main_01 .artwrap .article{width:48%;}
	.main_01 .artwrap .article:nth-of-type(2) ~ .article{margin-top: 4%;}
	.main_01 .artwrap .article .imgwrap{width:160px; height: 160px;}
	
	.main_02 .flexwrap{display: block;}
	.main_02 .imgwrap{width:auto; position: absolute; bottom:-50px; right:0;}
	.main_02 .imgwrap img{height: 90px;}
	.main_02 .segment{width:100%; position: relative;z-index: 1;}
	
	.main_03 .headline{margin-bottom: 20px;}
	.main_03 .carouselwrap .btnwrap{display: none;}
	.main_03 .carousel_content:nth-of-type(1) ~ .carousel_content{margin-top: 80px; padding-top: 80px;}
	.main_03 .owl-theme .owl-controls{bottom:-30px;}
	.main_03 .owl-theme .owl-dots .owl-dot span{width:10px; height: 10px; border-radius: 10px;}
	.main_03 .owl-theme .owl-dots .owl-dot.active span{width:10px; background: #005A9F;}
	.main_03 .carousel_content .common_btn{margin-top: 60px;}
	
	.main_04 .map{width:90%; position: relative; margin:0 auto; z-index: 1; top:auto;}
	.main_04 .segment{width:100%; padding-left:0; margin-left:0; margin-top:-110px; position: relative;}
	.main_04 .segment .inner{padding:150px 40px 60px;}
	.main_04 .segment .inner .snsicon{margin-top: 40px;}
	
	footer .foot_article h5{margin-bottom: 10px;}
	footer .foot_article ul li{font-size: 13px;}
	footer .foot_article .listwrap.mo_list{display: block;}
	footer .foot_article .listwrap.pc_list{display: none;}
	footer .foot_article .listwrap .list{font-size: 13px;}
	footer .copy{font-size: 13px; margin-top: 30px;}
}

@media screen and (max-width: 620px){
	.mgnb ul.m_gnb li{font-size: 1.2em;}
	.mgnb ul.m_gnb li a{padding:20px 15px; max-width: 190px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1{font-size: .975em;}
}

@media screen and (max-width: 520px){
	h1{font-size: 32px;}
	h2{font-size: 26px;}
	h3{font-size: 20px;}
	h4{font-size: 18px;}
	h5{font-size: 16px;}
	.text{font-size: 13px;}
	.subtitle{font-size: 13px;}
	
	.mgnb ul.m_gnb{width:45%;}
	.mgnb ul.m_gnb li{font-size: 1.175em;}
	.mgnb ul.m_gnb li.hover::after, .mgnb ul.m_gnb li.on::after{right:-15px;}
	.mgnb ul.m_gnb li a{padding:18px; max-width: 190px;}
	.mgnb ul.m_gnb_nav{width:55%;}
	.mgnb ul.m_gnb_nav li{padding:10px 20px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1{font-size: .95em;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px 20px;}
	
	.main_vis .segment{padding:80px 0;}
	
	.main_01 .artwrap .article:nth-of-type(2) ~ .article{margin-top: 6%;}
	.main_01 .artwrap .article .imgwrap{width:140px; height: 140px;}
	.main_01 .artwrap .article .imgwrap img{height: 60.8px;}
	.main_01 .artwrap .article .text{margin-top: 10px; width:140px;}
	
	.main_02 .imgwrap{bottom:auto; top:-50px;}
	.main_02 .imgwrap img{height: 72px;}
	
	.main_03 .owl-theme .owl-controls{bottom:-30px;}
	.main_03 .owl-theme .owl-dots .owl-dot span{width:8px; height:8px;}
	.main_03 .owl-theme .owl-dots .owl-dot.active span{width:8px;}
	.main_03 .carousel_content .common_btn{margin-top: 60px;}
	
	.main_04 .map{height: 400px;}
	.main_04 .segment .inner .snsicon .icon div{font-size: 13px;}
}

@media screen and (max-width: 420px){
	.mgnb ul.m_gnb{width:auto;}
	.mgnb ul.m_gnb li{font-size: 1.15em; white-space: nowrap;}
	.mgnb ul.m_gnb_nav li{padding:10px 17px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px 10px;}
	
	.main_04 .map{height: 300px;}
	
	footer .flexwrap .foot_article{width:100%;}
	footer .flexwrap .foot_article:nth-of-type(1) ~ .foot_article{margin-top: 30px;}
}
