/*  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; font-family: 'Pretendard-Regular';}
.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: 'Pretendard-Regular';}
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: #333}
header .sub_head .gnb .gnb_ul li .depth01 a{color: #000; }

.gnb>ul>li>a {
	display: block;
	color: #333;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.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: #333;
	background-color: rgba(253,245,231,1);
	width: 100%;
	min-width: 190px;
}
.gnb>ul .depth01 .top{
	background-color: rgba(253,245,231,1);
	height: 5px;
}
.gnb>ul .depth01 .bottom{
	background-color: rgba(253,245,231,1);
	height: 5px;
	height: 5px;
}

.depth01 .inner{padding: 5px;text-align: left;text-overflow: ellipsis; white-space: nowrap;padding:14px 30px 14px 20px;font-size: 14px;color: #333;transition: all .5s;}
.depth01 .inner:hover {background-color: rgba(255,223,166,1);color: #333;transition: all .5s;}
.depth01 a {color: #333 !important}

.goTop{background: #444; border-radius: 50%; padding:16px 16px;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: background .4s;}
.goTop:hover{background: rgba(252,235,206);}
.goTop .inner{text-align: center;}
.goTop .inner div{font-size: 30px; line-height: 1em; font-weight: 500; color:#fff; transition: color .4s;}
.goTop:hover .inner div{color:#333;}

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

.seoul{font-family: 'SeoulHangangM';}

h2{font-size: 36px; line-height: 1.5em; margin-bottom:0;}
h3{font-size: 30px; line-height: 1.5em; margin-bottom:0;}
h4{font-size: 24px; line-height: 1.5em; margin-bottom:0;}
h5{font-size: 20px; line-height: 1.5em; margin-bottom:0;}
.subtitle{font-size: 14px; line-height: 1.5em; font-family: 'Pretendard-SemiBold';}
.text{font-size: 16px; line-height: 1.7em; color:#666;}
.text span{white-space: nowrap;}
button.common_btn{color:#333; font-size: 16px; background:transparent; line-height: 1.5em; padding:0 10px; border:none; text-align: center; position: relative;}
button.common_btn img{height: 6px; position: absolute; left:-30px; top:8px; transition: all .4s;}
button.common_btn:hover img{left:-25px;}

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

.main_ct{padding: 120px 0;}

.main_vis{padding-top:160px; padding-bottom: 60px;}
.main_vis .flexwrap{flex-direction: row-reverse;}
.main_vis .segment h3{margin-top: 10px;}

.main_01{padding-top:240px;}
.main_01 .segment{text-align: center;}
.main_01 .segment h3{margin-top: 10px;}
.main_01 .segment .text{margin-top: 10px;}
.main_01 .segment button{margin-top: 60px;}

.main_02 .segment{text-align: center;}
.main_02 .segment h3{margin-top: 15px;}
.main_02 .artwrap{margin-top: 60px; display: flex; justify-content: space-between; width:102%; margin-left:-1%;}
.main_02 .artwrap .article{width:23%; margin:0 1%; padding:30px; transition: background .4s; text-decoration: none; display: block;}
.main_02 .artwrap .article:hover{background:rgba(252,235,206,.5);}
.main_02 .artwrap .article h5{color:#333;}
.main_02 .artwrap .article .text{margin-top: 10px; color:#333;}
.main_02 .artwrap .article button{margin-top: 40px; margin-left:30px;}

.main_03 .headline{width:25%; position: relative;}
.main_03 .headline h3{margin-top: 15px;}
.main_03 .headline .common_btn{margin-top: 60px; margin-left:30px;}
.main_03 .headline .state{position: absolute; bottom:0;}
.main_03 .headline .state .btnwrap .carousel_btn{background: transparent; border:none; color:#333; font-size: 16px;}
.main_03 .headline .state .btnwrap .carousel_btn:hover, .main_03 .headline .state .btnwrap .carousel_btn:focus, .main_03 .headline .state .btnwrap .carousel_btn:active{color:#000;}
.main_03 .headline .state .btnwrap .info{font-size: 12px; color:#999; display: inline-block;}
.main_03 .headline .state .btnwrap .info .number{font-family: 'Pretendard-SemiBold'; color:#333; font-size: 20px;}
.main_03 .carouselwrap{width:75%;}
.main_03 .carouselwrap .carousel a{text-decoration: none;}
.main_03 .carouselwrap .carousel a .imgwrap{background: transparent; transition: background .4s;}
.main_03 .carouselwrap.carousel_02 .carousel a .imgwrap{width:280px; height: 220px; display: flex; justify-content: center; align-items: center; background: #FBFBFB;}
.main_03 .carouselwrap .carousel a .imgwrap .img{width:100%; height: 100%;}
.main_03 .carouselwrap .carousel a:hover .imgwrap, .main_03 .carouselwrap .carousel a:focus .imgwrap, .main_03 .carouselwrap .carousel a:active .imgwrap{background: rgba(252,235,206,.5);}
.main_03 .carouselwrap .carousel a .segment .text:first-of-type{font-family: 'Pretendard-SemiBold'; color:#333;margin-top: 10px;}
.main_03 .carouselwrap .carousel a .segment .text:last-of-type{margin-top: 8px;}
.main_03 .carouselwrap.carousel_02 .carousel a .segment .text:last-of-type{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;}

.main_04{background: #FBFBFB;}
.main_04 .map{height: 400px; width:50%; background: #ccc;}
.main_04 .segment{width:50%; text-align: center;}
.main_04 .segment h3{margin-top: 15px;}
.main_04 .segment .text{margin-top: 20px;}
.main_04 .segment .common_btn{margin-top: 60px;}

footer{padding:60px 0; background: #FDF5E7}
footer .flexwrap{flex-direction: row-reverse;}
footer .infowrap{text-align: right;}
footer .infowrap .foot_text{font-size: 14px; color:#666; line-height: 1.5em;}
footer .infowrap h4{font-family: 'Pretendard-Regular'; color:#333; margin:10px 0;}
footer .infowrap .snsicon{margin-top: 10px;}
footer .infowrap .snsicon .icon{display: inline-block;}
footer .infowrap .snsicon .icon:first-of-type{margin-right:5px;}
footer .infowrap .snsicon .icon a img{height: 24px;}
footer .segment ul.m_list{display: none;}
footer .segment ul li{font-size: 14px; color:#666; line-height: 1.7em;}
footer .segment .copy{margin-top: 60px; font-size: 14px; line-height: 1.7em; color:#999;}

@media screen and (max-width:1350px) {
	header .header{ padding: 0 3.5%;}
}

@media screen and (max-width:1280px) {
	header .header .gnb .gnb_ul li{ padding: 0 15px;}
}

@media screen and (max-width:1199px) {
	header .header {z-index: 99;position: relative;width: 100%; padding: 0 1%;}
	header .header .logo {position: relative;text-align: center;left: 0; top: 0;}
	header .header .logo img {cursor: pointer; margin:0 auto;}
	header .header .gnb {float: none;margin: 0 auto; position: static;}
	header .header .gnb .gnb_ul {margin: 0 auto;display: table;height: 50px;}
	header .header .gnb .gnb_ul li {float: left;text-align: center;font-size: 16px;cursor: pointer;position: relative;padding: 10px 15px;height: 50px;display: table;}
	header .header .gnb .gnb_ul li:first-of-type{padding-left: 0;}
	header .header .gnb .gnb_ul li a span {display: table-cell;vertical-align: middle;height: auto;}
	
	.gnb>ul .depth01 .top:after{left:25px;}
	.depth01 .inner{padding: 10px 20px 9px 15px; font-size: 13px;}
	.gnb>ul .depth01 a{ min-width: 140px;}
	
	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}

	.wrap {width: 96%;margin: 0 auto;position: relative}
	
	h2{font-size: 32px;}
	h3{font-size: 28px;}
	h4{font-size: 22px;}
	h5{font-size: 18px;}
	.subtitle{font-size: 13px;}
	.text{font-size: 15px;}
	button.common_btn{font-size: 15px; padding:0 10px;}
	
	.main_ct{padding:90px 0;}
	
	.main_01{padding-top:180px;}
	.main_01 .imgwrap{padding-right:20px;}
	
	.main_03 .flexwrap{display: block;}
	.main_03 .headline{width:100%;}
	.main_03 .headline .common_btn{margin-top: 40px;}
	.main_03 .carouselwrap{width:100%; margin-top: 30px;}
	.main_03 .carouselwrap .carousel a .imgwrap{text-align: center;}
	.main_03 .carouselwrap.carousel_02 .carousel a .imgwrap{width:100%;}
	.main_03 .headline .state{right:0;}
	
	.main_04 .segment{padding-left:20px;}
}

@media screen and (max-width:1023px) {
	header{z-index: 99; height: 70px;}
	header .header {z-index: 99;position: relative;width: 100%;display: table;height: 70px;}
	header .header .logo {position: absolute;left: 20px;top: 17px; margin-top: 0; padding: 0;}
	header .header .logo img{height: 32px;}
	header .header .gnb {display: none}
	.gnb_btn {position: absolute;right: 20px;top:24px;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: #FDF5E7; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); z-index: 0; transition: right .4s;}
	.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:#666; padding:15px 30px; border-bottom:1px solid #C2C2C2}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a.on{color:#333;}
}

@media screen and (max-width: 900px){
	.main_02 .artwrap{flex-wrap: wrap;}
	.main_02 .artwrap .article{width:48%;}
}

@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}
	
	.gnb_btn {pright: 20px;top:24px;}
	
	.goTop{bottom:3%; padding: 16px 16px; right:3%;}
	.goTop .inner div{font-size: 15px;}
	
	.mgnb .logo {padding: 60px 20px 30px;text-align: center}
	.mgnb .logo img{cursor: pointer; height: 47px;}
	
	.wrap {width: 90%;margin: 0 auto;position: relative}
	
	h2{font-size: 30px;}
	h3{font-size: 26px;}
	h4{font-size: 20px;}
	h5{font-size: 17px;}
	.subtitle{font-size: 12px;}
	.text{font-size: 14px;}
	button.common_btn{font-size: 14px; padding:0 10px;}
	button.common_btn img{height: 5px; left:-22px;}
	button.common_btn:hover img{left:-17px;}
	
	.main_vis{padding-top:120px; padding-bottom: 80px;}
	.main_vis .flexwrap{display: block;}
	.main_vis .imgwrap{text-align: center; width:70%; margin:0 auto;}
	.main_vis .segment{text-align: center; margin-top: 50px;}
	
	.main_ct{padding:60px 0;}
	
	.main_01{padding-top:120px;}
	.main_01 .flexwrap{display: block;}
	.main_01 .imgwrap{padding-right:0; width:420px; margin:0 auto;}
	.main_01 .segment{margin-top: 40px;}
	.main_01 .segment button{margin-top: 40px;}
	
	.main_04 .flexwrap{display: block;}
	.main_04 .map{width:100%;}
	.main_04 .segment{padding-left:0; margin-top: 40px; width:100%;}
	.main_04 .segment .common_btn{margin-top: 30px;}
	
	footer .flexwrap{display: block;}
	footer .infowrap{text-align: left;}
	footer .infowrap h4{margin:5px 0;}
	footer .infowrap .snsicon{margin-top: 0; position: absolute; right:0; top:0;}
	footer .segment{margin-top: 10px;}
	footer .segment ul.pc_list{display: none;}
	footer .segment ul.m_list{display: block;}
	footer .segment ul.m_list .company{font-size: 18px; color:#333; margin: 10px 0;}
	footer .segment .copy{margin-top: 30px;}
}

@media screen and (max-width: 620px){
	.m_gnb_ul li{ font-size: 20px;}
	.m_gnb_ul li .m_gnb_sub_nav .depth1 ul li{ font-size: 14px;}
	
	footer .infowrap .foot_text{font-size: 13px;}
	footer .segment ul li{font-size: 13px;}
	footer .segment .copy{font-size: 13px;}
}

@media screen and (max-width: 520px){
	.mgnb ul.m_gnb li{font-size: 1.1em;}
	.mgnb ul.m_gnb li a{padding:25px 15px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px;}
	.m_gnb_ul li{ font-size: 18px;}
	.m_gnb_ul li .m_gnb_sub_nav .depth1 ul li{ font-size: 13px;}
	
	h2{font-size: 28px;}
	h3{font-size: 24px;}
	h4{font-size: 18px;}
	h5{font-size: 16px;}
	.text{font-size: 13px;}
	button.common_btn{font-size: 13px; padding:0 10px;}
	button.common_btn img{height: 5px; left:-22px; top:8px;}
	button.common_btn:hover img{left:-17px;}
	
	.main_vis .segment h3{font-size: 20px;}
	
	.main_01 .imgwrap{width:100%;}
	
	.main_02 .artwrap .article{width:98%;}
	.main_02 .artwrap .article button{margin-top: 25px; margin-left:22px;}
	
	.main_03 .headline .state .btnwrap .info .number{font-size: 18px;}
	.main_03 .carouselwrap .carousel a .imgwrap{height: 220px; background: #fbfbfb;}
	.main_03 .carouselwrap .carousel a .imgwrap img{height: 220px;}
	.main_03 .carouselwrap.carousel_02 .carousel a .imgwrap img{height: 86px;}
	.main_03 .carouselwrap .carousel a .segment .text{font-size: 14px;}
	
	.main_04 .map{height: 360px;}
	
	footer .infowrap .foot_text{font-size: 12px;}
	footer .segment ul li{font-size: 12px;}
	footer .segment ul.m_list .company{font-size: 17px;}
	footer .segment .copy{font-size: 12px;}
}

@media screen and (max-width: 420px){
	.goTop{bottom:20px; padding:11px 11px;}
	.goTop .inner div{font-size: 13px;}
	
	.mgnb ul.m_gnb li a{padding:20px 12px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px 12px;}
	
	.main_vis .segment h3{font-size: 18px;}
	
	.main_04 .map{height: 320px;}
}