@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
 * {font-family: 'SUIT';}
body{font-family: 'SUIT';}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}
#fp-nav {
    position: fixed;z-index: 15;top: 50%;opacity: 1;-webkit-transform: translate3d(0,0,0);right: 10px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;height: 30px;margin: 0px;position: relative;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;position: relative;z-index: 1;width: 100%;height: 100%;cursor: pointer;text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #fff;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 1px;
    border: 0;
    background: rgba(255, 255, 255, 0.45);left: 50%;transform: translateX(-50%);
}
#fp-nav div:nth2-child{margin-top: 0;}
#fp-nav div{margin: 15px 0;}
#fp-nav div a{ color: #fff;font-weight: 800;font-family: 'Montserrat';}

.fp-tooltip{display: none;}

a{ -webkit-tap-highlight-color : transparent !important;}
.sub_scroll{opacity: 0;visibility: hidden;}
.scroll{opacity: 0;visibility: hidden;}
.snp_pagination{position: absolute;z-index: 5;display: inline-block !important;left: 50% !important;width: auto !important;top: auto !important;bottom: 5% !important;font-size: 15px;font-weight: 800;font-family: 'Montserrat';transform: translateX(-50%)}
.swiper-pagination-bullet{background: none !important;color: #fff;width: auto !important;}
.snp_pagination i{width: 30px;height: 1px;background: rgba(255, 255, 255, 0.49);display: inline-block;vertical-align: middle;margin:0 5px 0 10px !important;}
.swiper-pagination-bullet i{display: none;}
.swiper-pagination-bullet-active i{display: inline-block !important;}

.fp-tableCell .gnb{top: -100px;transition: .8s ease;opacity: 0;}
.m_only{display: none;}
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #1d7fc0;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*
.progress-wrap:hover::after {
	opacity: 0;
}
*/
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, #1d7fc0, #1d7fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*
.progress-wrap:hover::before {
	opacity: 1;
}
*/
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #1d7fc0;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.section{position: relative;background: #fff;overflow: hidden;}
.gnb{position: absolute;left: 0;width: 100%;z-index: 10;padding:0 5%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center}
.gnb a{color: #fff;}
.gnb ul.d1_menu{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.gnb .menu a i{float: right;}
.gnb .menu .d1_menu li > a{font-family: 'Montserrat';font-weight: 600;font-size: 16px;position: relative;z-index: 10;}
.gnb .menu .d1_menu li > a img{margin-right: 5px;}
.gnb .menu .d1_menu > li:hover .d2_menu{opacity: 1;visibility: visible}
.gnb .menu .d1_menu > li{padding: 40px 0;position: relative;width: 200px;text-align: center;}
.gnb .tnb > ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.gnb .tnb > ul >li{position: relative;}
.gnb .tnb > ul >li div{position: absolute;text-align: center;left: 50%;transform: translateX(-50%);padding: 10px 15px 12px;border-radius: 5px;background: #fff;margin-top: 10px;opacity: 0;visibility: hidden}
.gnb .tnb > ul >li div ul{position: relative;}
.gnb .tnb > ul >li div ul::before{content: '';position: absolute;top: 0;left: 50%;width: 0;height: 0;border: 15px solid transparent;border-bottom-color: #fff;border-top: 0;margin-left: -15px;margin-top: -15px;}
.gnb .tnb > ul >li div li a{color: #000;font-size: 12px;font-weight: 500;}
.gnb .tnb > ul >li div li:first-child{margin-bottom: 8px;}
.gnb .tnb > ul > li:first-child > a{font-size: 25px;}
.gnb .tnb > ul > li:first-child{margin-right: 30px;}

.lang:hover > div{opacity: 1 !important;visibility: visible !important}

.gnb .d2_menu{position: absolute;text-align: center;width: 100%;left: 0;top: 0;background: #1d7fbf;padding-top: 95px;padding-bottom: 15px;opacity: 0;visibility: hidden;transition: .3s ease}
.gnb .d2_menu > li{padding-bottom: 10px;position: relative;padding-top: 10px;}
.gnb .d2_menu::before{content: '';display: block;width: 5px;height: 5px;border-radius: 100%;background: #fff;margin: 0 auto;margin-bottom: 20px;}
.gnb .d2_menu > li a{font-weight: 400 !important;}
.gnb .d2_menu > li:hover > a{color: #48fffd;}
.gnb .d2_menu > li:hover > a i{display: inline-block;}
.gnb .d2_menu > li:hover .d3_menu{opacity: 1;visibility: visible}
.gnb .d2_menu > li a i{float: none;padding-left: 10px;vertical-align: middle;margin-top: -2px;display: none;}

.gnb .d3_menu{position: absolute;left: 100%;text-align: left;top: 0;opacity: 0;visibility: hidden;transition: .3s ease}
.gnb .d3_menu li a{width: 200px;display: block;background: #242729;padding: 15px 20px;font-size: 14px !important;}
.gnb .d3_menu li a i{float: right;}
.gnb .d3_menu li{border-bottom: 1px solid #181c1f;}
.gnb .d3_menu li:last-child{border-bottom: 0;}
.gnb .d3_menu li:hover a{background: #181c1f;color: #009aff;}
.gnb .d3_menu li:hover a i{display: inline-block;}

.gnb_all{position: fixed;width: 100%;height: 100vh;z-index: 20;background: #000;top: -100vh;left: 0;transition: .5s;overflow-y: scroll;}
.gnb_all .gnb_all_tit{text-align: center;color: #fff;padding-top: 70px;font-size: 30px;font-family: 'Montserrat';padding-bottom: 65px;}
.gnb_all .gnb_all_tit span{font-size: 17px;background: #0090d3;padding: 10px 25px;border-radius: 100px;font-weight: 700;display: inline-block;vertical-align: text-bottom;margin-left: 5px;}
.gnb_all_close{position: absolute;top: 70px;right: 2.5%;cursor: pointer}
.gnb_all table{width: 95%;margin: 0 auto;border-collapse: collapse;}
.gnb_all table a{font-size: 17px;}
.gnb_all th{text-align: left;}
.gnb_all th a{color: #0090d3;font-weight: 700;}
.gnb_all th:nth-child(7) a{color: #a17dee;}
.gnb_all th:nth-child(7)::after{background: #a17dee;}
.gnb_all th:nth-child(8) a{color: #41b391;}
.gnb_all th:nth-child(8)::after{background: #41b391;}
.gnb_all th::after{content: '';display: block;width: 30px;height: 2px;background: #0090d3;margin-top: 15px;}
.gnb_all th a span{font-size: 12px;letter-spacing: -.5px;}
.gnb_all th{padding: 0 15px;}
.gnb_all td a{color: #fff;}
.gnb_all td a span{display: block;font-size: 13px;color: #6a6a6a;line-height: 1.3;}
.gnb_all td{width: 12.5%;padding: 18px 15px;border: 1px solid #262626;}

.gnb_side{position: fixed;height: 100vh;z-index: 20;top: 0;right: -350px;width: 350px;background: #fff;transition: .5s;overflow-y: scroll;}
.panel {max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;background: #f2f2f2;}
.panel a{font-size: 14px;color: #000;font-family: 'Montserrat';padding: 15px 20px;display: block;}
.panel li:first-child{padding-top: 10px;}
.panel li:last-child{padding-bottom: 10px;}
.side_close{cursor: pointer}
.panel2 {max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;}
.side_top{filter: brightness(0);display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding: 25px 20px;align-items: center;border-bottom: 1px solid #e7e7e7;}
.side_top > img:first-child{width: 110px;}
.side_menu button{width: 100%;background: #fff;border: 0;border-bottom: 1px solid #e7e7e7;padding: 20px 15px;font-size: 14px;font-weight: 800;font-family: 'Montserrat';text-align: left;cursor: pointer;color: #000;}

.side_menu button:after {font-family: 'Font Awesome 5 Pro';
  content: '\f067'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  float: right;
  margin-left: 5px;
}

.side_menu button.active:after {font-family: 'Font Awesome 5 Pro';
  content: "\f068"; /* Unicode character for "minus" sign (-) */
}

.mainslide{height: 100%;}
.mainslide img{min-width: 100%;height: 100%;}
.slide_text{position: absolute;left: 10%;top: 30%;color: #fff;letter-spacing: -.5px;z-index: 5;}
.slide_text a{color: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;font-family: 'Montserrat';font-weight: 600;font-size: 12px;opacity: 0;margin-top: 30px;transition: .8s ease;transition-delay: 1.8s;width: 155px;}
.slide_text a span{display: inline-block;width: 70px;height: 70px;border-radius: 100%;background: #1d7fbf;margin-right: -30px;transition: .3s ease;}
.slide_text a i{margin-left: 25px;opacity: 0;transition: .3s ease;}
.slide_text a div{transition: .3s ease;}
.slide_text h2{font-size: 60px;line-height: 1.3;font-weight: 700;overflow-y: hidden;height: 78px;display: block;}
.slide_text h2 span{margin-top: 78px;display: block;transition: .8s ease;transition-delay: 1s}
.slide_text p{font-size: 21px;line-height: 1.6;padding-top: 40px;padding-bottom: 50px;font-weight: 300;opacity: 0;margin-top: 50px;transition: .8s ease;transition-delay: 1.4s;-ms-word-break: keep-all;
word-break: keep-all;}

.slide_text a:hover div{transform: translateX(-35px);}
.slide_text a:hover i{opacity: 1;}
.slide_text a:hover span{transform: translateX(95px);}

.mainslide .swiper-slide-active img{-webkit-animation: tit_img 5000ms ease;
-moz-animation:    tit_img 5000ms ease;
animation:         tit_img 5000ms ease;}
.mainslide .swiper-slide-active .slide_text h2 span{margin-top: 0;}
.mainslide .swiper-slide-active .slide_text p{opacity: 1;margin-top: 0;}
.mainslide .swiper-slide-active .slide_text a{opacity: 1;margin-top: 0;}

@-webkit-keyframes tit_img {
  0%   {transform: scale(1.3,1.3) rotate(0.002deg);}
  100% {transform: scale(1.0,1.0) rotate(0.002deg);}
}
@-moz-keyframes tit_img {
  0%   {transform: scale(1.3,1.3) rotate(0.002deg);}
  100% {transform: scale(1.0,1.0) rotate(0.002deg);}
}
@keyframes tit_img {
  0%   {transform: scale(1.3,1.3) rotate(0.002deg);}
  100% {transform: scale(1.0,1.0) rotate(0.002deg);}
}

.scroll{position: absolute;bottom: 5%;left: 5%;z-index: 10;color: #fff;font-family: 'Montserrat';font-weight: 600;font-size: 10px;}
.scroll img{margin-bottom: 10px;}

.sec1_wrap{width: 90%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center;vertical-align: middle;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.sec1_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.sec1_wrap li{margin-left: 30px;}
.sec1_wrap li div{position: relative;}
.sec1_wrap li div p{position: absolute;color: #fff;font-family: 'Montserrat';font-weight: 700;font-size: 25px;left: 20px;bottom: 20px;}
.sec1_wrap li p{font-size: 20px;padding-top: 25px;}

.sec1_text span{font-size: 18px;font-family: 'Montserrat';}
.sec1_text h2{font-size: 55px;font-weight: 800;font-family: 'Montserrat';}
.sec1_text p{font-size: 21px;line-height: 1.8;padding-top: 45px;padding-bottom: 50px;}
.sec1_text a{color: #000;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;font-family: 'Montserrat';font-weight: 600;font-size: 12px;}
.sec1_text a span{display: inline-block;width: 70px;height: 70px;border-radius: 100%;background: #f0f0f0;margin-right: -30px;transition: .3s ease;}
.sec1_text a i{margin-left: 25px;transition: .3s ease;opacity: 0;}

.sec1_text a div{transition: .3s ease;}
.sec1_text a:hover div{transform: translateX(-35px);}
.sec1_text a:hover i{opacity: 1;}
.sec1_text a:hover span{transform: translateX(95px);}

#section2 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;height: 100%;}
#section2 ul li{position: relative;height: 50%;overflow: hidden;line-height: 0;}
#section2 ul li:hover img{transform: scale(1.1)}
#section2 ul li img{height: 100%;transition: .8s ease;min-width: 100%;}
#section2 ul li .sec2_text{position: absolute;color: #fff;left: 10%;top: 50%;transform: translateY(-50%);line-height: 1;z-index: 5;}
#section2 ul li .sec2_text span{font-size: 18px;font-family: 'Montserrat';}
#section2 ul li .sec2_text h2{font-size: 55px;font-weight: 800;font-family: 'Montserrat';color: #00aeea;}
#section2 ul li .sec2_text h2 a{color: #fff;font-size: 14px;margin-left: 35px;}
#section2 ul li .sec2_text h2 a i{margin-left: 25px;}
#section2 ul li .sec2_text p{margin-top: 40px;line-height: 1.8;font-size: 21px;}
#section2 ul li .sec2_text p::before{background: #fff;width: 20px;height: 2px;content: '';display: block;margin-bottom: 20px;}

#section3{background-color: #f6f6f6;background-image: url('../images/sec4_bg.png');background-repeat: no-repeat;background-size: contain;background-position: right center}
.sec3_wrap{position: absolute;width: 90%;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;}
.sec3_wrap .sec3_text span{font-size: 18px;font-family: 'Montserrat';}
.sec3_wrap .sec3_text h2{font-size: 55px;font-weight: 800;font-family: 'Montserrat';}
.sec3_wrap .sec3_text p{font-size: 21px;line-height: 1.8;padding-top: 45px;padding-bottom: 50px;}
.sec3_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;width: 80%;margin: 0 auto;}
.sec3_wrap ul li{width: 25%;text-align: center;position: relative;margin-top: 40px;}
.sec3_wrap ul li span{position: absolute;left: 20%;top: 0;background: #00aeea;width: 55px;height: 55px;border-radius: 100%;vertical-align: middle;box-sizing: border-box;padding: 15px 0;}
.sec3_wrap ul li div{width: 175px;height: 175px;background: #fff;border-radius: 100%;border: 1px solid #59c8ee;display: block;margin: 0 auto;}
.sec3_wrap ul li div img{margin-top: 50%;transform: translateY(-50%)}
.sec3_wrap ul li p{font-family: 'Montserrat';font-weight: 700;font-size: 20px;padding-top: 20px;}
.sec3_wrap ul li a{color: #000;}

#section4{background: #1d7fbf;}
.sec4_wrap{position: absolute;width: 90%;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;}
.sec4_wrap .sec4_text{color: #fff;}
.sec4_wrap .sec4_text span{font-size: 18px;font-family: 'Montserrat';}
.sec4_wrap .sec4_text h2{font-size: 55px;font-weight: 800;font-family: 'Montserrat';}
.sec4_wrap .sec4_text p{font-size: 21px;line-height: 1.8;padding-top: 45px;padding-bottom: 50px;}
.sec4_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}
.sec4_wrap ul li{width: 32%;background: #348cc6;border-radius: 5px;padding: 45px;color: #fff;text-align: left;}
.sec4_wrap ul li div{text-align: right;}
.sec4_wrap ul li p{font-size: 30px;padding-bottom: 15px;}
.sec4_wrap ul li h3{font-weight: normal;font-size: 25px;padding-top: 20px;font-family: 'Montserrat';}
.sec4_wrap ul li h3 span{font-size: 70px;font-weight: 700;}

.sec5_wrap{position: absolute;width: 90%;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;}
.sec5_wrap .sec5_text span{font-size: 18px;font-family: 'Montserrat';}
.sec5_wrap .sec5_text h2{font-size: 55px;font-weight: 800;font-family: 'Montserrat';}
.sec5_wrap .sec5_text p{font-size: 21px;line-height: 1.8;padding-top: 45px;padding-bottom: 50px;}
.sec5_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}
.sec5_wrap ul li{width: 15.5%;margin-bottom: 10px;}
.sec5_wrap ul li img{width: 100%;}
.sec5_wrap a{margin-top: 90px;padding: 20px 50px;border-radius: 100px;background: #1d7fbf;color: #fff;font-size: 16px;font-family: 'Montserrat';display: inline-block;font-weight: 700;}
.sec5_wrap a i{margin-left: 25px;}

.footer{background: #000;color: #fff;padding: 50px 5%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer a{color: #fff;}
.footer .foot_left{width: 70%;text-align: left;}
.footer .foot_right{width: 30%;text-align: right;padding-right: 5%;}
.footer .foot_left p{font-size: 16px;color: #828282;padding-top: 45px;padding-bottom: 25px;line-height: 1.6;}
.footer .foot_left copyright{font-size: 14px;color: #828282;}
.foot_down a{display: inline-block;width: 310px;border: 1px solid #d5d5d5;padding: 15px 30px;font-size: 16px;margin-bottom: 10px;border-radius: 100px;text-align: left;}
.foot_down a:nth-child(2){font-family: 'Montserrat';font-weight: 700;}
.foot_down a i{float: right;color: #00d7fe;font-size: 18px;}
.foot_sns{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;align-items: center;margin-top: 40px;justify-content: flex-end;}
.foot_sns a{margin-left: 20px;}


.sub_top{position: relative;overflow: hidden;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}
.sub_top .sub_top_img{width: 100%;}

.sub_top .sub_top_img{-webkit-animation: tit_img 5000ms ease;
-moz-animation:    tit_img 5000ms ease;
animation:         tit_img 5000ms ease;}

.sub_top .sub_top_text{position: absolute;text-align: center;left: 50%;transform: translate(-50%, -50%);color: #fff;top: 65%;z-index: 5;}
.sub_top .sub_top_text h2{font-size: 90px;font-weight: 800;font-family: 'Montserrat';}
.sub_top .sub_top_text p{font-size: 21px;line-height: 1.8;padding-top: 45px;padding-bottom: 120px;min-height: 50px;}
.sub_scroll{font-size: 10px;font-family: 'Montserrat';font-weight: 600;}
.sub_scroll img{padding-bottom: 15px;}

.sub_link ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;border-bottom: 1px solid #e5e5e5;}
.sub_link ul li{width: 12.5%;text-align: center;}
.sub_link.company ul li{width: 20%;text-align: center;}
.sub_link.customer ul li{width: 25%;text-align: center;}
.sub_link.partner ul li{width: 50%;text-align: center;}
.sub_link ul li a{display: block;padding: 25px 0;font-family: 'Montserrat', 'SUIT';font-weight: 600;font-size: 15px;color: #484848;transition: .3s}
.sub_link ul li a.on{color: #0090d3;border-bottom: 2px solid #0090d3;}
.sub_link ul li a:hover{color: #0090d3;border-bottom: 2px solid #0090d3;}


.sub_text{padding-top: 130px;text-align: center;overflow: hidden;}
.sub_text img{width: 100%;padding-bottom: 100px;}
.sub_text span{font-size: 18px;font-family: 'Montserrat';}
.sub_text h2{font-size: 55px;font-family: 'Montserrat', 'SUIT';font-weight: 800;padding-top: 10px;padding-bottom: 85px;}
.sub_text h2 span{font-family: 'Montserrat', 'SUIT';font-size: 30px;font-weight: normal;}
.sub_text h2 i{font-style: normal;font-weight: normal;}
.sub_text h3{font-size: 30px;font-weight: 500;padding-bottom: 40px;}
.sub_text h4{font-size: 30px;font-weight: 500;padding-bottom: 20px;padding-top: 20px;}
.sub_text h3::before{content: '';display: block;margin: 0 auto;height: 35px;width: 1px;background: #000;margin-bottom: 60px;margin-top: -20px;}
.sub_text p{padding-bottom: 110px;font-size: 21px;line-height: 1.8;}

.sub_chart{position: relative;overflow: hidden;padding-top: 50px;}
.sub_chart img.chart_img{width: 100%;margin-top: -50px;}
.sub_chart ul.sub_chart_wrap{width: 90%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;justify-content: space-between;margin: 0 auto;flex-wrap: wrap;}
.sub_chart ul.sub_chart_wrap li{width: 49%;border: 1px solid #979797;padding: 30px 0 30px 40px;border-radius: 10px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;margin: 15px 0;}
.sub_chart ul.sub_chart_wrap li img{margin-right: 35px;}
.sub_chart ul.sub_chart_wrap li p{font-size: 21px;letter-spacing: -.5px;}


.chart_wrap{width: 800px;height: 800px;display: block;margin: 0 auto;position: relative;border-radius: 100%;background-image: url(/dist/images/s_bg_03.png);background-repeat: no-repeat;background-position: center center;background-size: 85%;margin-top: 100px;margin-bottom: 300px;}
.chart_main{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;height: 260px;width: 260px;background: #e7eff7;color: #fff;border-radius: 100%;padding: 25px;}
.chart_main div{background: #1d7fbf;border: 1px solid #fff;border-radius: 100%;width: 100%;height: 100%;padding: 50px 0;}
.chart_main div p{font-size: 21px;font-family: 'Montserrat';font-weight: 700;padding-top: 15px;}
.navigation-item{position: absolute;display: inline-block;width: 130px;height: 130px;padding: 10px;text-align: center;border-radius: 100%;border: 1px solid #4897cb;background: #fff;}
span.background-holder{display: block;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;background-repeat: no-repeat;background-position: center center;background-size: auto;}

/*div.text-holder::after{content: '';width: 1px;height: 200px;display: block;background: #1d7fbf;}*/

div.text-holder{display: block;background: #fff;}
div.text-holder h2{font-size: 25px;font-family: 'Montserrat', 'SUIT';font-weight: 700;color: #1d7fbf;padding-bottom: 10px;display: inline-block;width: max-content}

/*div.text-holder h2*/
.navigation-item::after{content: '';width: 1px;height: 60px;display: block;position: absolute;background: rgba(29, 127, 191, 0.3);top: -60px;left: 50%;transform: translateX(-50%);z-index: -1;}

div.text-holder h2 span{font-size: 15px;color: #000;font-weight: 400;background: #fff;}
div.text-holder p{font-size: 17px;padding-bottom: 15px;line-height: 1.6;min-width: 500px;}
div.text-holder a{color: #000;font-size: 13px;font-family: 'Montserrat';font-weight: 700;background: #fff;display: block;width: 90px;}
div.text-holder a i{color: #4a94c9;font-size: 15px;}
.left_chart{text-align: left;}
.left_chart h2, .left_chart p,.left_chart a{float: left;}
.right_chart{text-align: right;}
.right_chart h2, .right_chart p,.right_chart a{float: right;}
.top_chart{margin-top: -250%;}
.top_chart p{background: #fff;}
.bottom_chart{margin-top: -180%;}


.sub_spec{padding-top: 130px;width: 90%;display: block;margin: 0 auto;padding-bottom: 80px;}
.spec_text{text-align: center;}
.spec_text span{font-size: 27px;color: #0090d3;font-family: 'Montserrat';font-weight: 700;border-bottom: 2px solid #0090d3;}
.spec_text h3{font-size: 40px;padding-top: 15px;padding-bottom: 70px;}
.sub_spec ul li{padding: 70px 80px;border-radius: 10px;background: #f8f8f8;margin-bottom: 30px;}
.sub_spec ul li h4{font-size: 30px;}
.sub_spec ul li p{font-size: 19px;line-height: 1.8;padding-top: 35px;}


.cs_wrap{color: #fff;background: #1d7fbf;}
.cs_top{text-align: center;font-size: 30px;font-family: 'Montserrat';font-weight: 700;padding: 45px 0;}
.cs_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.cs_wrap ul li{width: 50%;padding: 45px 0;border-top: 1px solid #599fcc;}
.cs_wrap ul li:first-child{border-right: 1px solid #599fcc;}
.cs_wrap ul li:nth-child(2) a{font-size: 35px;font-family: 'Montserrat', 'SUIT';font-weight: 700;}
.cs_wrap ul li a{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: center;color: #fff;}
.cs_wrap ul li a{font-size: 29px;line-height: 1.3;font-weight: 700;}
.cs_wrap ul li a p{padding-left: 60px;}
.cs_wrap ul li a p span{display: block;font-weight: normal;font-size: 21px;}
.cs_wrap ul li a p i{font-size: 14px;font-weight: normal;font-style: normal;}
.cs_wrap ul li a p img{padding-left: 65px;}
.cs_wrap ul li a > img{height: 76px;}

.cs_wrap .gnb_all{display: block;position: initial;padding-top: 40px;padding-bottom: 75px;border-bottom: 1px solid #262626;height: auto !important;overflow: inherit}
.cs_wrap .gnb_all_close{display: none;}

.qa_fix{position: fixed;right: 1%;z-index: 5;top: 50%;transform: translateY(-50%);}
.qa_fix ul li{border-radius: 10px;padding: 20px 15px;text-align: center;}
.qa_fix ul li i{display: block;font-size: 20px;width: 40px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto 20px;border: 2px solid #fff;border-radius: 100%;}
.qa_fix ul li:first-child{background: #1d7fc0;margin-bottom: 10px;}
.qa_fix ul li:nth-child(2){background: #2b2b2b;}
.qa_fix ul li:nth-child(2) i{color: #2aa0ed;border: 2px solid #2aa0ed;}
.qa_fix ul li a{font-size: 17px;font-weight: bold;color: #fff;line-height: 1.5;}

.com1_1{border-top: 1px solid #d9d9d9;padding-top: 95px;padding-bottom: 100px;}
.com1_1 ul{width: 1400px;margin: 0 auto;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.com1_1 ul h3{font-size: 36px;font-weight: 700;font-family: 'Montserrat'}
.com1_1 ul p{font-size: 20px;font-family: 'Montserrat';padding-top: 10px;}

.com1_2{background: #f6f6f6;padding-bottom: 150px;}
.com1_2 table{width: 1400px;margin: 0 auto;font-size: 21px;}
.com1_2 table th{width: 150px;padding: 20px 0;border-bottom: 1px solid #000;vertical-align: middle;}
.com1_2 table td:first-of-type{border-bottom: 0;width: 35px;padding: 0;}
.com1_2 table td{padding: 20px 30px;border-bottom: 1px solid #c5c5c5;line-height: 1.3;}

.com2{padding-bottom: 200px;}
.com2 ul{width: 1400px;margin: 0 auto;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;background-image: url(/dist/images/com2_bg.png);background-repeat: no-repeat;background-size: contain;background-position: top}
.com2 ul li{width: 30%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;flex-direction: column;
    align-items: center;}
.com2 ul li:first-child .com2_cir{background: #e3d8fb;}
.com2 ul li:first-child .com2_line{background: #e3d8fb;}
.com2 ul li:first-child .com2_dot{background: #e3d8fb;}
.com2 ul li:nth-child(2) .com2_cir{background: #b6e0fb;}
.com2 ul li:nth-child(2) .com2_line{background: #b6e0fb;}
.com2 ul li:nth-child(2) .com2_dot{background: #b6e0fb;}
.com2 ul li:nth-child(3) .com2_cir{background: #afebd9;}
.com2 ul li:nth-child(3) .com2_line{background: #afebd9;}
.com2 ul li:nth-child(3) .com2_dot{background: #afebd9;}
.com2 ul .com2_cir{width: 290px;height: 290px;text-align: center;font-size: 22px;font-weight: 700;font-family: 'Montserrat';border-radius: 100%;padding: 80px 0;}
.com2 ul .com2_line{display: block;width: 2px;margin: 0 auto;height: 80px;z-index: 2;}
.com2 ul .com2_dot{display: block;margin: 0 auto;width: 15px;height: 15px;border-radius: 100%;z-index: 2;}
.com2 ul .com2_cir h2{}
.com2 ul .com2_cir img{margin-bottom: 20px;line-height: 1;}
.com2 .com2_text{background: #f6f6f6;padding: 50px 35px;border-radius: 10px;width: 100%;margin-top: -40px;height: 500px;}
.com2 .com2_text h3{font-size: 25px;padding: 30px 0 25px;border-bottom: 1px solid #dddddd;text-align: center;line-height: 1.3;-ms-word-break: keep-all;
word-break: keep-all;}
.com2 .com2_text p{padding-top: 25px;line-height:2;font-size: 21px;-ms-word-break: keep-all;
word-break: keep-all;}

.com3{}
.com3_wrap{width: 1400px;margin: 0 auto;display: block;text-align: center;font-size: 19px;padding-bottom: 200px;}
.com3_1{position: relative;}
.com3_1 div:first-child{width: 16%;margin: 0 auto;}
.com3_1 div:first-child::after{content: '';display: block;margin: 0 auto;width: 1px;height: 120px;background: #cccccc;}
.com3_1 div:first-child p{width: 100%;padding: 20px 0;border-radius: 10px;background: #e3d8fb;font-weight: bold;}
.com3_1 div:nth-child(2)::before{content: '';display: block;margin: 0 auto;width: 210px;height: 1px;background: #cccccc;}
.com3_1 div:nth-child(2){margin: 0 auto;position: absolute;top: 50%;left: 50%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.com3_1 div:nth-child(2) p{width: 220px;padding: 20px 0;border-radius: 10px;background: #b6e0fb;font-weight: bold;}
.com3_2{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 25px;}
.com3_2 div:first-child{width: 13%;}
.com3_2 div{width: 42%;}
.com3_2 div p{width: 100%;padding: 20px 0;border-radius: 10px;background: #afebd9;font-weight: bold;}
.com3_3 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.com3_3 ul li{width: 13%;}
.com3_3 ul li h3{width: 100%;padding: 20px 0;border-radius: 10px;background: #e6e6e6;font-weight: bold;margin-bottom: 25px;}
.com3_3 ul li p{width: 100%;padding: 20px 0;border-radius: 10px;margin-bottom: 25px;border: 1px solid #d2d2d2;-ms-word-break: keep-all;
word-break: keep-all;line-height: 1.3;}

.com4{background: #f6f6f6;padding: 65px 0;}
.com4 ul{width: 1400px;margin: 0 auto;display: block;}
.com4 ul li{padding: 55px 110px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;background: #fff;border-radius: 10px;margin-bottom: 35px;}
.com4 ul li:last-child{margin-bottom: 0;}
.com4 ul li .year{font-size: 60px;font-weight: 800;color: #1d7fc0;font-family: 'Montserrat';margin-right: 120px;width: 150px;}
.his_wrap > div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.his_wrap > div .month{font-size: 30px;margin-right: 30px;width: 38px;font-family: 'Montserrat';line-height: 1.2;font-weight: 400;}
.his_wrap > div{font-size: 21px;padding-bottom: 55px;}
.his_wrap > div:last-child{padding-bottom: 0;}
.his_text{line-height: 1.8;}

.com5{padding-bottom: 150px;}
.com5 ul{width: 1400px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;margin: 0 auto;padding-bottom: 60px;padding-top: 50px;}
.com5 ul li{margin-right: 90px;font-size: 21px;}
.com5_tit{font-family: 'Montserrat';padding-bottom: 35px;font-weight: 500;}
.com5_tit::after{content: '';display: inline-block;width: 30px;height: 1px;background: #000;vertical-align: middle;margin-left: 20px;}

.com5 .root_daum_roughmap{margin: 0 auto;}

.write{width: 1400px;display: block;margin: 0 auto;}
.write label{display: block;font-size: 18px;padding-bottom: 5px;width: 100%;height: 35px;}
.write label span{color: #1d7fbf;}
.write_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 30px 0;border-bottom: 1px solid #e6e6e6;}

.write_flex2 div{width: 49%;}
.write_flex3 div{width: 32%;}
.write_div{width: 100%;}
.write_div input{width: 100%;font-size: 17px;padding: 15px 25px;background: #f1f1f1;border: 1px solid #e0e0e0;border-radius: 10px}
.write_div input::placeholder{color: #828282;}
.write_div textarea{width: 100%;font-size: 17px;padding: 15px 25px;background: #f1f1f1;border: 1px solid #e0e0e0;border-radius: 10px;min-height: 250px;}
.write_div2{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center}
.write_div select{width: 100%;font-size: 17px;padding: 15px 25px;background: #f1f1f1;border: 1px solid #e0e0e0;border-radius: 10px;color: #000;height: auto;}
.write_div2 select{width: 49%;font-size: 17px;padding: 15px 25px;background: #f1f1f1;border: 1px solid #e0e0e0;border-radius: 10px;color: #000;height: auto;}
.write_div2 input{width: 49%;font-size: 17px;padding: 15px 25px;background: #f1f1f1;border: 1px solid #e0e0e0;border-radius: 10px}

.file{margin-bottom: 15px;}
.file:last-child{margin-bottom: 0;}
.file > span{font-size: 18px;width: 170px;display: inline-block;}
.file > span span{color: #1d7fbf;}
.file button{font-size: 16px;border: 1px solid #e0e0e0;background: #fff;padding: 15px 25px;}

.submit{text-align: center;padding-top: 20px;padding-bottom: 150px;}
.submit button{background: #1d7fbf;color: #fff;border: 0;font-size: 19px;padding: 15px 100px;border-radius: 10px}

.list{width: 1400px;display: block;margin: 0 auto;}
.board{width: 1400px;display: block;margin: 0 auto;}
.total{font-size: 15px;font-family: 'Montserrat';padding-bottom: 25px;}
.total i{font-style: normal;color: #822c41;}
.total span{display: inline-block;width: 30px;height: 1px;vertical-align: middle;background: #000;margin-left: 25px;}

.list table{width: 100%;border-top: 1px solid #000;border-collapse: collapse;font-size: 16px;}
.list table th{padding: 25px 0;border-bottom: 1px solid #d1d1d1;font-weight: normal;}
.list table td{padding: 25px 0;text-align: center;border-bottom: 1px solid #d1d1d1;}
.list table td a{color: #000;line-height: 1.3;}
.list table td:first-child{width: 150px;}
.list table td:nth-child(2){text-align: left;}

.list ul{border-top: 1px solid #000;border-bottom: 1px solid #d1d1d1;padding: 50px 0;}
.list ul li a{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;color: #000;}
.list ul li img{width: 375px;}
.list ul li .list_text{width: calc(100% - 375px);padding-left: 60px;}
.list ul li .list_text h2{font-size: 28px;-ms-word-break: keep-all;
word-break: keep-all;line-height: 1.5;}
.list ul li .list_text p{font-size: 18px;line-height: 1.8;padding: 30px 0;-ms-word-break: keep-all;
word-break: keep-all;}
.list ul li .list_text span{font-size: 17px;}
.list ul li {margin-bottom: 60px;}
.list ul li:last-child{margin-bottom: 0;}

.board ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.board ul li{width: 23%;margin:0 1%;margin-bottom: 70px;}
.board ul li a{display: block;border: 1px solid #bababa;border-radius: 10px;overflow: hidden;color: #000;}
.board ul li a img{width: 100%;}
.board ul li .list_text{padding: 20px 25px 30px;border-top: 1px solid #bababa;height: 145px;margin-top: -3px;}
.board ul li .list_text h2{font-size: 23px;padding-bottom: 20px;line-height: 1.4;height: 65px;}
.board ul li .list_text span{font-size: 17px;}

.video ul li .list_text{padding: 20px 25px 30px;border-top: 1px solid #bababa;height: 245px;margin-top: -3px;}
.video ul li .list_text p{font-size: 18px;padding-bottom: 30px;line-height: 1.8;}

.notice span{background: #000;color: #fff;display: inline-block;font-size: 14px;padding: 5px 10px;border-radius: 3px}

.page{text-align: center;padding-top: 75px;padding-bottom: 250px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: center;font-size: 17px;align-items: center;}
.page span{font-size: 20px;padding: 0 10px;}
.page a{display: inline-block;margin: 0 10px;padding: 3px 5px;}
.page a.on{border-bottom: 1px solid #000;}
.page_num{padding: 0 20px;}

.view{width: 1400px;display: block;margin: 0 auto;}
.view_head{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 25px;border-bottom: 1px solid #000;align-items: flex-end}
.view_sns h2{width: 100%;}
.view_board{border-bottom: 0;align-items: center;flex-direction: column;}
.view_board h2{padding-top: 25px;padding-bottom: 50px;}
.view_head h2{font-size: 35px;-ms-word-break: keep-all;
word-break: keep-all;}
.view_head p{font-size: 17px;}
.view_con{padding-top: 50px;padding-bottom: 80px;border-bottom: 1px solid #d1d1d1;}
.view_con img{padding-bottom: 50px;}
.view_con p{font-size: 18px;line-height: 1.8;}
.baord_con{text-align: center;border-bottom: 0;}
.baord_con img{border: 1px solid #bababa;padding: 0;}
.video_img{position: relative;}
.video_img img:first-child{width: 63px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}
.view iframe{margin: 0 auto;display: block;margin-top: 30px;}

.list_view{text-align: center;padding-top: 70px;padding-bottom: 150px;}
.list_view a{display: inline-block;font-size: 18px;border: 1px solid #cbcbcb;padding: 20px 95px;color: #000;}

.service_wrap{display: block;padding: 90px 0 160px;width: 1600px;margin: 0 auto;}
.service_chart::before{content: '';width: 18px;height: 18px;border-radius: 100%;background: #1d7fc0;display: block;position: absolute;top: -9px;right: 10%;}
.service_chart::after{content: '';width: 18px;height: 18px;border-radius: 100%;background: #1d7fc0;display: block;position: absolute;bottom: -9px;left: 10%;}

.service_chart{padding: 60px 0;border: 3px dotted #e0e0e0;border-radius: 20px;position: relative;}
.center_chart .chart_top{justify-content: center;padding-bottom: 150px;}
.center_chart .arrow_bg{background-position: bottom 5% center;}
.chart_top{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.chart_top{padding: 0 70px;}
.chart_top div:last-child{width: 660px;}

.center_chart .chart_bottom ul{justify-content: center}
.center_chart .chart_mid .chart_line{width: 851px;}
.chart_bottom ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 0 37px;}
.chart_bottom ul li{margin-right: 10px;}
.chart_bottom ul li:last-child{margin-right: 0;}

.chart_cir.on a{background: #1d7fc0;color: #fff;box-shadow:5px 7px 11px 1px #bababa;border: 1px solid #1d7fc0;}
.chart_cir.on a img{filter: contrast(0) brightness(100);}
.chart_cir.on a p{color: #fff;}

.chart_cir{}
.chart_cir:hover a{background: #1d7fc0;color: #fff;box-shadow:5px 7px 11px 1px #bababa;border: 1px solid #1d7fc0;}
.chart_cir:hover a img{filter: contrast(0) brightness(100);}
.chart_cir:hover a p{color: #fff;}


.center_chart .chart_top .chart_cir{width: 220px;height: 220px;position: relative;}
.chart_top .chart_cir{width: 220px;height: 220px;position: relative;}
.chart_top .chart_cir::before{content: '';width: 10px;height: 10px;border-radius: 100%;background: #1d7fc0;display: block;position: absolute;}
.chart_top .chart_cir:first-of-type::before{top: 22%;left: 8px;}
.chart_top .chart_cir:nth-child(3)::before{top: 22%;right: 8px;}
.chart_top .chart_cir a{padding: 50px 0;}
.chart_top .chart_cir p{font-size: 20px;margin-top: 15px;}
.chart_cir{border: 2px dotted rgba(176, 212, 235, 0.7);border-radius: 100%;text-align: center;padding: 8px;}
.chart_cir a{display: block;border: 2px solid #78beec;border-radius: 100%;width: 100%;height: 100%;vertical-align: middle;color: #000;transition: .3s}
.chart_cir a p{font-family: 'Montserrat', 'SUIT';font-weight: 700;height: 30px;transition: .3s}
.chart_cir a img{transition: .3s}

.arrow_bg{background-image: url('/dist/images/s_arrow2.png');background-repeat: no-repeat;background-size: auto;background-position: bottom 5% left 10%;}

.chart_tit{text-align: center;border: 2px dotted rgba(176, 212, 235, 0.7);border-radius: 5px;position: relative;padding: 6px;}
.chart_tit::before{content: '';width: 10px;height: 10px;border-radius: 100%;background: #1d7fc0;display: block;position: absolute;top: -5px;left: 10%;}
.chart_tit.on a{background: #1d7fc0;color: #fff;box-shadow:5px 7px 11px 1px #bababa;}
.chart_tit.on img{filter: contrast(0) brightness(100);}

.chart_tit:hover a{background: #1d7fc0;color: #fff;box-shadow:5px 7px 11px 1px #bababa;}
.chart_tit:hover img{filter: contrast(0) brightness(100);}

.chart_tit a{color: #000;padding: 12px 0;display: block;border-radius: 5px;transition: .3s}
.chart_tit img{vertical-align: middle;transition: .3s}
.chart_tit h2{display: inline-block;vertical-align: middle;font-size: 20px;font-family: 'Montserrat';font-weight: 700;margin-left: 20px;}
.chart_tit2{margin-top: 35px;margin-bottom: 15px;}
.chart_tit2 h3{font-size: 20px;text-align: center;font-family: 'Montserrat';font-weight: 700;color: #fff;background: #1d7fc0;padding: 15px;border-radius: 5px}
.chart_tit2 h3 span{font-size: 18px;font-weight: 500;}
.chart_logo{background: #f7f8f7;border-radius: 5px;padding: 25px 35px;}
.chart_logo ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.chart_logo h4{font-size: 15px;padding: 10px 0;border-radius: 3px;border: 2px dotted #d7d8d7;display: block;margin-bottom: 30px;width: 135px;text-align: center;}

.chart_mid{margin-top: 35px;}
.chart_mid .chart_line{background: #01aeea;height: 1px;display: block;max-width: 1360px;margin: 0 auto;}
.chart_mid .chart_line.golf{margin: 0 0 0 117px;width: 1190px;}

.chart_bottom li::before{content: '';display: block;width: 1px;margin: 0 auto;height: 40px;background: #01aeea;}
.chart_bottom .chart_cir{width: 160px;height: 160px;}
.chart_bottom .chart_cir a{padding: 25px 0;}
.chart_bottom .chart_cir p{font-size: 14px;margin-top: 15px;}
.chart_bottom .chart_cir img{height: 40px;}

.warn{padding-top: 25px;text-align: right;font-size: 16px;}
.warn i{color: #1d7fc0;margin-right: 10px;font-size: 23px;vertical-align: sub;display: inline-block;}

.service_ul h2{font-size: 50px;font-family: 'Montserrat', 'SUIT';font-weight: 700;padding-top: 70px;padding-bottom: 55px;text-align: center;}
.service_ul h2 span{font-size: 30px;}
.service_ul > ul > li{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;padding: 55px 70px;border: 1px solid #cdcdcd;border-radius: 20px;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.service_ul > ul > li:last-child{margin-bottom: 0;}
.service_ul > ul > li h3{font-size: 35px;padding-bottom: 50px;font-family: 'Montserrat', 'SUIT';text-align: left;}
.service_ul > ul > li h3:nth-child(3){margin-top: 140px;}
.service_ul > ul > li h3 span{font-size: 20px;}
.service_ul > ul > li li{list-style: inside;font-size: 20px;padding-bottom: 15px;line-height: 1.8;text-align: left;}
.service_ul > ul > li li:last-child{padding-bottom: 0;}
.service_ul > ul > li div{min-width: 45%;text-align: center;width: 45%;}

.part{width: 1400px;display: block;margin: 0 auto;padding-bottom: 100px;}
.part ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;}
.part ul li{width: 18%;margin-bottom: 20px;margin:0 1%;}
.part ul li img{width: 100%;}
.part ul li p{padding: 15px 0;font-size: 18px;}


.academic{width: 1400px;display: block;margin: 0 auto;padding-bottom: 150px;}
.cal_btn{text-align: center;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;margin: 0 auto;    justify-content: center;
    align-items: center;margin-bottom: 40px;}
.cal_btn .prev_cal button{background: #fff;border: 1px solid #9e9e9e;font-size: 20px;border-radius: 100%;width: 40px;height: 40px;}
.cal_btn .next_cal button{background: #fff;border: 1px solid #9e9e9e;font-size: 20px;border-radius: 100%;width: 40px;height: 40px;}
.cal_date{font-size: 33px;}
.cal_btn div{margin:0 15px;}
.academic table{width: 100%;border-collapse: collapse;}
.academic table th{font-size: 21px;padding-bottom: 20px;border-bottom: 3px solid #000;}
.academic table td.null{background: #d9d9d9;}
.academic table td.done{background: #f2f2f2;}
.academic table td{font-size: 21px;padding: 20px 25px;background: #fff;border: 1px solid #999999;width: 20%;}
.academic table .day{text-align: right;padding-bottom: 50px;}
.academic table .cal_con{font-size: 20px;}
.academic table .cal_fin{font-size: 17px;padding: 5px 10px;display: inline-block;background: #898989;color: #fff;margin-left: 10px;}
.academic table .cal_ing{font-size: 17px;padding: 5px 10px;display: inline-block;background: #a20000;color: #fff;margin-left: 10px;}
.calendar p:last-child{font-size: 18px;line-height: 1.8;padding-top: 40px;}


.academic_write{width: 1400px;display: block;margin: 0 auto;padding-bottom: 150px;}
.academic_write table{width: 100%;border-collapse: collapse;font-size: 18px;}
.academic_detail{border-top: 3px solid #000;}
.academic_detail th{text-align: left;padding: 15px 30px;border: 1px solid #cccccc;}
.academic_detail td{padding: 15px 30px 50px;border: 1px solid #cccccc;line-height: 1.8;}
.academic_detail td:first-child{width: 40%;}
.academic_write h3{font-size: 25px;padding: 50px 0 20px;}
.write_table{border-top: 3px solid #000;}
.write_table th{border-bottom: 1px solid #ccc;text-align: left;padding: 15px 0;-ms-word-break: keep-all;
word-break: keep-all;vertical-align: middle;line-height: 1.3;}
.write_table th:last-child{text-align: center;}
.write_table td{border-bottom: 1px solid #ccc;padding: 10px 10px 10px 0;vertical-align: middle;}
.write_table td:last-child{padding-right: 0;}
.write_table td input{width: 100%;border: 1px solid #ababab;padding: 15px;font-size: 17px;}
.write_table button{color: #fff;font-size: 17px;padding: 16px;border: 0;cursor: pointer;}
.write_table button:first-child{background: #898989;margin-right: 5px;}
.write_table button:last-child{background: #a20000;}

.privacy{margin-top: 30px;border-top: 3px solid #000;}
.privacy th{text-align: left;padding: 15px 30px;font-size: 18px;border: 1px solid #ccc;background: #f3f3f3;}
.privacy td{border: 1px solid #ccc;padding: 25px 30px;line-height: 1.8;}

.academic_write .privacy_chk{text-align: right;margin-top: 20px;}
.academic_write .privacy_chk input{display: none;}
.academic_write .privacy_chk label{cursor: pointer}
.academic_write .privacy_chk label span{color: #ccc;border: 1px solid #ccc;display: inline-block;width: 25px;height: 25px;text-align: center;line-height: 25px;border-radius: 100%;margin-right: 10px;}
.academic_write .privacy_chk input:checked ~ label span{background: #000;color: #fff;border: 1px solid #000;}

.academic_submit{text-align: center;margin-top: 80px;}
.academic_submit a{color: #fff;font-size: 20px;padding: 20px 90px;background: #a20000;}

.academic_modal{position: fixed;width: 100%;left: 0;height: 100vh;top: 0;z-index: 10;}
.academic_modal .modal_wrap{width: 350px;height: auto;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #fff;border-radius: 10px;padding: 30px 0;text-align: center;}
.academic_modal .modal_bg{background: rgba(0, 0, 0, 0.4);display: block;width: 100%;height: 100vh;}
.modal_wrap span{font-size: 45px;color: #a20000;}
.modal_wrap p{font-size: 23px;padding: 25px 0;line-height: 1.3;}
.modal_wrap a{background: #2a2a2a;border-radius: 5px;display: inline-block;color: #fff;padding: 15px 45px;}
.modal_wrap a.success_modal_close{background: #1d7fbf;}

.swiper-button-next, .swiper-button-prev{display: none;}

@media screen and (max-width : 1650px){
	.gnb{padding: 0 3%;}
	.gnb .menu .d1_menu li{width: 185px;}
	.gnb .menu .d1_menu li > a{font-size: 14px;}
	.sec1_text span{font-size: 16px;}
	.sec1_text h2{font-size: 45px;}
	.sec1_text p{font-size: 18px;}
	.sec1_wrap .sec1_text{width: 30%;}
	.sec1_wrap ul{width: 70%;justify-content: space-between}
	.sec1_wrap li div p{font-size: 20px;}
	.sec1_wrap li p{font-size: 18px;}
	.sec1_wrap li{width: 31%;margin-left: 0;}
	.sec1_wrap li div img{width: 100%;}
	#section2 ul li .sec2_text span{font-size: 16px;}
	#section2 ul li .sec2_text h2{font-size: 45px;}
	#section2 ul li .sec2_text p{font-size: 18px;}
	.sec3_wrap .sec3_text span{font-size: 16px;}
	.sec3_wrap .sec3_text h2{font-size: 45px;}
	.sec3_wrap .sec3_text p{font-size: 18px;}
	.sec3_wrap ul li p{font-size: 18px;}
	.sec4_wrap .sec4_text span{font-size: 16px;}
	.sec4_wrap .sec4_text h2{font-size: 45px;}
	.sec4_wrap .sec4_text p{font-size: 18px;}
	.sec4_wrap ul li p{font-size: 24px;}
	.sec4_wrap ul li h3{font-size: 20px;}
	.sec4_wrap ul li h3 span{font-size: 50px;}
	.sec5_wrap .sec5_text span{font-size: 16px;}
	.sec5_wrap .sec5_text h2{font-size: 45px;}
	.sec5_wrap .sec5_text p{font-size: 18px;}
	#section2 ul li{width: 100%;}
	
	.sub_top{height: 75vh;display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;justify-content: center;align-items: center;}
	.sub_top .sub_top_img{height: 100%;width: auto;}
	.sub_top .sub_top_text h2{font-size: 70px;}
	.sub_top .sub_top_text p{font-size: 18px;}
	div.text-holder p{font-size: 16px;}
	.sub_chart ul.sub_chart_wrap li p{font-size: 18px;line-height: 1.3;}
	.spec_text span{font-size: 24px;}
	.sub_spec ul li h4{font-size: 26px;}
	.sub_spec ul li p{font-size: 18px;-ms-word-break: keep-all;
	word-break: keep-all;}
	.cs_top{font-size: 28px;}
	.cs_wrap ul li a{font-size: 24px;}
	.cs_wrap ul li a p span{font-size: 18px;}
	.cs_wrap ul li:nth-child(2) a{font-size: 30px;}
	.sub_text span{font-size: 16px;}
	.sub_text h2{font-size: 45px;}
	.sub_text p{font-size: 18px;-ms-word-break: keep-all;
	word-break: keep-all;}
	
	.sub_text h3{font-size: 25px;width: 90%;margin: 0 auto;}
	
	.spec_text span{font-size: 20px;}
	.spec_text h3{font-size: 30px;}
	
	.com1_1 ul h3{font-size: 25px;}
	.com1_1 ul p{font-size: 16px;}
	
	.com1_1 ul li{width: 50%;}
	.com1_1 ul li img{width: 100%;}
	
	.com1_2 table{font-size: 18px;}
	
	.chart_wrap{width: 750px;height: 750px;}
	
	.service_wrap{width: 90%;margin: 0 auto;}
	
	.service_ul h2{font-size: 40px;}
	
	.sub_top .sub_top_text h2{font-size: 60px;}
	.chart_top .chart_cir{width: 200px;height: 200px;}
	.chart_top .chart_cir a{padding: 40px 0;}
	.chart_top .chart_cir p{font-size: 18px;}
	.chart_tit h2{font-size: 18px;}
	.chart_tit2 h3{font-size: 18px;}
	.chart_tit2 h3 span{font-size: 16px;}
	.chart_bottom .chart_cir{width: 140.7px;height: 140.7px;}
	.chart_bottom .chart_cir img{height: 35px;}
	.chart_bottom .chart_cir p{font-size: 12px;}
	.chart_mid .chart_line{max-width: 90%;}
	.service_ul > ul > li div{width: 45%;min-width: 45%}
	.service_ul > ul > li div img{max-width: 100%;}
	
	.service_ul > ul > li h3{font-size: 28px;}
	.service_ul > ul > li li{font-size: 18px;-ms-word-break: keep-all;
	word-break: keep-all;}
	
	.part ul li p{font-size: 16px;}
	.write label{font-size: 16px;}
	.write_div input{font-size: 16px;}
	.write_div select{font-size: 16px;}
	.write_div2 input{font-size: 16px;}
	.write_div2 select{font-size: 16px;}
	.file > span{font-size: 16px;}
	.file button{font-size: 14px;}
	.write_div textarea{font-size: 16px;}
	.write_div textarea::placeholder{font-size: 16px;}
	.submit button{font-size: 18px;}
	
	.gnb .d3_menu li a{width: 100%;}
	
	.chart_top .chart_cir + div img{width: 50px;}
.arrow_bg{background-size: auto 50px;background-position: bottom 20% left 155px;}
	.chart_line{display: none !important;}
.chart_bottom li::before{display: none;}
	.chart_bottom ul li{margin-bottom: 10px;}
	
	.mainslide .swiper-slide{display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;justify-content: center;align-items: center;}
	.mainslide .swiper-slide img{height: 100%;min-width: auto;}
}

@media screen and (max-width : 1460px){
	.gnb .menu .d1_menu li{width: 165px;}
	.chart_main{width: 50%;height: 50%;}
	.chart_wrap{width: 50vw;height: 50vw;margin-bottom: 200px;}
.navigation-item{width: 17%;height: 17%;}
.navigation-item span.background-holder{background-size: 55%}
	.chart_main div{padding: 30% 0;}
	.navigation-item::after{height: 30px;top: -30px;}
	.sub_chart ul.sub_chart_wrap li p{font-size: 16px;}
	.sub_link{border-bottom: 1px solid #e5e5e5;}
	.sub_link ul{flex-wrap: nowrap;border-bottom: 0;justify-content: normal}
	.sub_link ul li{width: 184px;}
	.service_wrap{width: 90%;margin: 0 auto;}
	
	.part{width: 90%;}
	.write{width: 90%;}
	.list{width: 90%;}
	.board{width: 90%;}
	.view{width: 90%;}
	.academic{width: 90%;}
	.com1_1 ul{width: 90%;}
	.com1_2 table{width: 90%;}
	.com2 ul{width: 90%;}
	.com3_wrap{width: 90%;}
	.com4 ul{width: 90%;}
	.com5 ul{width: 90%;}
	.academic_write{width: 90%;}
	.sub_text p{width: 90%;margin: 0 auto;}
	div.text-holder p.mw14{min-width: 250px;-ms-word-break: keep-all;
	word-break: keep-all;}
	
	.write_table td{width: 16.666%;text-align: center;}
.com2 .com2_text p{font-size: 18px;}
	
	.com4 ul li .year{font-size: 45px;margin-bottom: 30px;display: block;width: 100%;}
	.his_wrap > div .month{font-size: 25px;}
	.his_wrap > div{font-size: 18px;}
	
	.com5 .root_daum_roughmap{width: 100% !important;}
	
	.view iframe{width: 100% !important;height: 55vw !important;}
	
	.chart_top .chart_cir{width: 150px;height: 150px;}
	.center_chart .chart_top .chart_cir{width: 150px;height: 150px;}
	
	.chart_cir a img{height: 40px;}
	.chart_top .chart_cir p{font-size: 16px;}
	.chart_top .chart_cir a{padding: 25px 0;}
	
	
	
	.chart_logo{display: none;}
	.chart_top div:last-child{width: 400px;}
	.chart_top{padding: 0 37px 70px;}
	.center_chart .chart_top{padding-bottom: 70px;}
	
	.arrow_bg{background-size: auto 50px;background-position: bottom 0 left 100px;}
	
	.swiper-button-next, .swiper-button-prev{display: block;}
	.swiper-button-next:after, .swiper-button-prev:after{font-size: 22px !important;}
	.swiper-button-prev, .swiper-rtl .swiper-button-next{left: 0 !important;}
	.swiper-button-next, .swiper-rtl .swiper-button-prev{right: 0 !important;}
	
	
}

@media screen and (max-width : 1330px){
	.menu{display: none;}
	.gnb{justify-content: space-between;height: 96px;padding: 0 5%;}
	.sec1_text p{font-size: 16px;}
	#section2 ul li .sec2_text p{font-size: 16px;}
	.sec3_wrap .sec3_text p{font-size: 16px;}
	.sec3_wrap ul li p{font-size: 16px;}
	.sec4_wrap .sec4_text p{font-size: 16px;}
	.sec5_wrap .sec5_text p{font-size: 16px;}
	.footer .foot_left p{font-size: 14px;}
	.footer .foot_left copyright{font-size: 12px;}
	.foot_down a{font-size: 14px;}
	.qa_fix ul li a{font-size: 14px;}
	.sub_spec ul li p{font-size: 16px;}
	.sub_chart ul.sub_chart_wrap li{padding: 20px;}
	.sub_chart ul.sub_chart_wrap li img{margin-right: 25px;height: 40px;}
	.cs_wrap .gnb_all{overflow-x: scroll;}
	.gnb_all table{width: 1400px;}
	div.text-holder h2{font-size: 18px;}
	div.text-holder h2 span{display: block;font-size: 12px;}
	div.text-holder p{font-size: 14px;}
	.part ul li{width: 23%;}
	
	.board ul li .list_text h2{font-size: 20px;}
	.video ul li .list_text p{font-size: 16px;padding-bottom: 20px;}
	.board ul li .list_text span{font-size: 14px;}
	.video ul li .list_text{padding: 20px;}
	
	.academic table .cal_con{font-size: 18px;line-height: 1.5;}
	.academic table .cal_fin{margin-left: 0;margin-top: 10px;display: block;width: 50px;text-align: center;font-size: 16px;}
	.academic table .cal_ing{margin-left: 0;margin-top: 10px;display: block;width: 50px;text-align: center;font-size: 16px;}
	
	.com3_wrap{font-size: 16px;}
	
	.com5 ul li{font-size: 18px;}
	
}

@media screen and (max-width : 1200px){
	.sec5_wrap ul li{width: 24%;}
	.sec1_wrap .sec1_text{width: 35%;}
	.sec1_wrap ul{width: 65%;}
	.sec1_wrap li div p{font-size: 18px;}
	.sec1_wrap li p{font-size: 16px;}
	.sec3_wrap ul li span{left: 5%;}
	.slide_text h2{font-size: 45px;height: 60px;}
	.slide_text p{font-size: 18px;}
	.slide_text{width: 70%;}
	.sub_chart ul.sub_chart_wrap li{width: 100%;margin: 5px 0;}
	
	.write_flex2 div{width: 100%;}
	.write_flex2 div:nth-child(2){margin-top: 20px;}
	.write_div2 select{width: 30%;}
	.write_div2 input{width: 69%;}
	
	
	div.text-holder p.mw14{min-width: 140px;-ms-word-break: keep-all;
	word-break: keep-all;}
	.logo img{width: 130px;}
	
	.top_chart{margin-top: -270%;}
	.bottom_chart{margin-top: -205%;}
	
	.cs_wrap ul li{width: 100%;padding: 30px 0;}
	.cs_wrap ul li a p{width: 50%;}
	
	.footer .foot_left{width: 100%;}
	.footer .foot_right{width: 100%;text-align: left;margin-top: 40px;}
	.foot_sns{margin-top: 20px;justify-content: flex-start;}
	
	.view_con img{width: 100%;}
	
	.view_head h2{padding-bottom: 20px;line-height: 1.5;}
	.board ul li{width: 31%;margin-bottom: 30px;}
	
	.academic table .cal_con{font-size: 16px;-ms-word-break: keep-all;
	word-break: keep-all;}
	.academic table .cal_fin{font-size: 14px;}
	.academic table .cal_ing{font-size: 14px;}
	.calendar p:last-child{font-size: 16px;}
	
	.academic_write table{font-size: 16px;}
	.academic_write h3{font-size: 20px;}
	.write_table td input{font-size: 16px;}
	.write_table button{font-size: 14px;}
	
	.academic_write .privacy_chk label{font-size: 14px;}
	.academic_submit a{font-size: 18px;}
	
	.com2 ul .com2_cir{font-size: 18px;}
	.com2 .com2_text h3{font-size: 20px;}
	.com2 .com2_text p{font-size: 16px;}
	
	.com2 ul .com2_cir{width: 220px;height: 220px;padding: 50px 0;}
	
	.com2 ul li{width: 32%;}
	
	.com3_1 div:nth-child(2)::before{width: 100px;}
	
	.his_wrap > div{font-size: 16px;}
	
	.his_wrap > div .month{width: 100%;margin-bottom: 20px;}
	
	.com5 ul li{width: 100%;}
	.com5 ul li:first-child{margin-bottom: 50px;}
	
	.chart_tit2 h3 span{display: none;}
	.chart_tit2{margin-top: 10px;}
	.chart_top div:last-child{width: 350px;}
	
	
}

@media screen and (max-width : 950px){
	
	.pc_only{display: none;}
	.m_only{display: block;}
	
	.qa_fix{display: none;}
	.sec1_wrap .sec1_text{width: 100%;margin-bottom: 30px;}
	.sec1_wrap ul{width: 100%;}
	#section2 ul li .sec2_text{left: 10%;}
	.sec3_wrap ul li div{width: 130px;height: 130px;}
	.sec3_wrap ul li div img{width: 45px;}
	.sec3_wrap ul li span{width: 45px;height: 45px;padding: 12px 0;}
	.sec3_wrap ul li span img{width: 20px;}
	.sec4_wrap ul li{width: 100%;padding: 30px;margin-bottom: 20px;}
	.sec4_wrap ul li p{font-size: 20px;display: inline-block;}
	.sec4_wrap ul li div{display: inline-block;float: right;}
	.sec4_wrap ul li div img{width: 40px;}
	
	.sub_text p{width: 90%;margin: 0 auto;font-size: 16px;}
	
	.sub_top .sub_top_text{width: 95%;}
	
	.chart_main{width: 60%;height: 60%;}
	.chart_main div img{width: 40px;}
	.chart_main div p{font-size: 16px;}
	
	div.text-holder p{display: none;}
	
	.sub_spec ul li h4{font-size: 20px;line-height: 1.3;}
	.sub_spec ul li{padding: 50px 40px;}
	.spec_text h3{font-size: 24px;}
	.spec_text span{font-size: 18px;}
	.cs_top{font-size: 24px;}
	
	.cs_wrap ul li a > img{height: 50px;}
	.cs_wrap ul li a{font-size: 20px;}
	.cs_wrap ul li a p span{font-size: 16px;}
	.cs_wrap ul li:nth-child(2) a{font-size: 24px;}
	div.text-holder a{width: 60px;}
	.ml_m{margin-left: -20px;}
	.sub_chart{padding-top: 0;}
	.gnb_all .gnb_all_tit{font-size: 24px;}
	.gnb_all .gnb_all_tit span{font-size: 14px;}
	.sub_top .sub_top_text h2{font-size: 50px;}
	
	.service_ul > ul > li div{width: 100%;}
	.service_ul > ul > li:nth-child(2n){flex-direction: column-reverse;}
	.service_ul > ul > li{padding:45px 35px;}
	.service_ul > ul > li h3{font-size: 24px;margin-top: 30px;padding-bottom: 30px;line-height: 1.3;}
	.service_ul > ul > li li{font-size: 16px;}
	
	.part ul li{width: 31%;}
	
	.part ul li p{font-size: 14px;}
	.write_flex3 div:first-child{margin-top: 0;}
	.write_flex3 div{width: 100%;margin-top: 20px;}
	.sub_text h2{font-size: 35px;}
	.write_div input{font-size: 14px;padding: 10px 15px;border-radius:5px;height: 40px;}
	.write_div select{font-size: 14px;padding: 10px 15px;border-radius:5px;height: 40px;}
	.write_div2 input{font-size: 14px;padding: 10px 15px;border-radius:5px;height: 40px;}
	.write_div2 select{font-size: 14px;padding: 10px 15px;border-radius:5px;height: 40px;}
	.write_div textarea{font-size: 14px;padding: 10px 15px;border-radius:5px;}
	.write_div textarea::placeholder{font-size: 14px;}
	.file > span{font-size: 14px;}
	.file button{font-size: 13px;padding: 10px 15px;}
	.submit button{font-size: 16px;}
	
	.sub_text h2{padding-bottom: 50px;}
	.sub_text{padding-top: 80px;}
	
	.list ul li a{flex-direction: column;}
	.list ul li .list_text{width: 100%;padding-left: 0;margin-top: 20px;}
	
	.view_head h2{font-size: 24px;}
	.view_con p{font-size: 16px;}
	.list_view a{font-size: 16px;}
	
	.list ul li img{width: 100%;}
	.list ul li .list_text h2{font-size: 24px;}
	.list ul li .list_text p{font-size: 16px;}
	
	.board ul li .list_text h2{font-size: 18px;}
	.academic table th{font-size: 18px;}
	.academic table td{font-size: 18px;}
	.academic table .day{font-size: 16px;padding-bottom: 30px;}
	
	.write_table button{padding: 16px 10px;}
	.com1_2 table{font-size: 16px;}
	.com1_2 table th{width: 15%;}
	.com2 ul{background: none;}
	
	.com3_wrap{font-size: 14px;}
	.com4 ul li{padding: 55px;}
	
	.com5 ul li{font-size: 16px;}
	.list ul li .list_text span{font-size: 14px;}
	
	.com5 ul li{margin-right: 0;-ms-word-break: keep-all;
	word-break: keep-all;line-height: 1.3;}
	
	.sub_top{height: 90vh;}
	.chart_top div:last-child{width: 150px;}
	.chart_tit h2{margin-left: 0;margin-top: 10px;line-height: 1.3;font-size: 16px;}
	.chart_tit img{height: 40px;}
	.chart_tit2 h3{font-size: 14px;}
	
	.chart_top .chart_cir + div img{width: 40px;}
	.arrow_bg{background-size: auto 40px;background-image: url(/dist/images/m_arrow2.png);}
	.chart_top {padding: 0 37px 45px;}
	.center_chart .chart_top{padding-bottom: 45px;}
	.chart_top .chart_cir p{font-size: 14px;}
	.chart_tit h2{font-size: 14px;}
	.warn{font-size: 14px;text-align: left;-ms-word-break: keep-all;
	word-break: keep-all;line-height: 1.5;}
	.chart_bottom ul{justify-content: space-evenly;}
	.center_chart .chart_bottom ul{justify-content: space-evenly;}
	.chart_bottom ul li{margin-right: 0;margin-bottom: 5px;}
	
	.service_chart{padding: 40px 0;}
	
	.chart_top .chart_cir:nth-child(3)::before{top: 15%;}
	.chart_top .chart_cir:first-of-type::before{top: 15%;}
	.service_ul > ul > li li{padding-bottom: 0;}
	
	.sub_text h2 span{font-size: 20px;}
	
	.sub_text h3{font-size: 22px;-ms-word-break: keep-all;
	word-break: keep-all;line-height: 1.3;}
	
	.foot_sns a img{width: 30px;}
}

@media screen and (max-width : 718px){
	.sec3_wrap ul{width: 100%;}
	.slide_text{width: 90%;left: 5%;}
	.slide_text h2{font-size: 35px;height: 50px;}
	.slide_text p{font-size: 16px;}
	#section2 ul li .sec2_text{width: 80%;}
	.chart_main div img{width: 30px;}
	.chart_main div{padding: 35px 0;}
	.chart_main div p{font-size: 14px;padding-top: 5px;}
	.navigation-item span.background-holder{background-size: 75%}
	div.text-holder h2 span{display: none;}
	.top_chart{margin-top: -350%;}
	.bottom_chart{margin-top: -260%;}
	.sub_top .sub_top_text p{font-size: 16px;}
	.sub_link ul li a{font-size: 14px;}
	.sub_link ul li{width: 175px;}
	.sub_link.company ul li{width: 120px;}
	.cs_wrap ul li a p i{display: block;}
	.cs_wrap ul li a p{width: 65%;padding-left: 30px;}
	.cs_wrap ul li a p img{padding-left: 20px;}
	.service_ul h2{font-size: 35px;}
	div.text-holder h2{font-size: 16px;width: 90px;}
	div.text-holder a{font-size: 10px;}
	.logo img{width: 120px;}
	
	.list table td:first-child{width: 70px !important;}
	.board ul li{width: 48%;}
	.board ul li .list_text h2{font-size: 16px;}
	
	.academic table td{padding: 15px;}
	.academic_write table{font-size: 14px;}
	.write_table td input{font-size: 14px;}
	
	.academic_submit a{font-size: 16px;}
	
	.write_table button{font-size: 12px;}
	
	.com1_1 ul li{width: 100%;}
	.com1_1 ul p{padding-bottom: 20px;}
	.com1_2 table{font-size: 14px;}
	
	.com2 ul li{width: 100%;margin-bottom: 50px;}
	.com3_wrap{font-size: 12px;}
	.com3_1 div:nth-child(2) p{width: 150px;}
	
	#section2 ul li .sec2_text h2{font-size: 35px;}
	.sec3_wrap .sec3_text p{padding-bottom: 20px;}
	.sec4_wrap ul li h3 span{font-size: 35px;}
	
	div.text-holder a i{font-size: 10px;}
	
	.cs_wrap ul li a{font-size: 18px;}
	.cs_wrap ul li:nth-child(2) a{font-size: 20px;}
	.cs_wrap ul li a p span{font-size: 14px;}
	
	.list ul li .list_text h2{font-size: 20px;}
	.list table{font-size: 14px;}
	
	.board ul li .list_text{padding: 15px;}
	
	.view_head p{font-size: 16px;}
	
	.calendar{overflow-x: scroll;}
	.calendar p:last-child{font-size: 14px;}
	
	.progress-wrap{right: 30px;}
	
	.com2{padding-bottom: 100px;}
	
	.sub_top .sub_top_text p{padding-bottom: 70px;}
	
	.chart_top{padding: 0 20px 45px;}
	.chart_bottom ul{padding: 0 20px;}
	.arrow_bg{background-position: bottom 0 left 70px;}
	
	.chart_top .chart_cir{width: 130px;height: 130px;}
	.center_chart .chart_top .chart_cir{width: 130px;height: 130px;}
	.chart_top div:last-child{width: 130px;}
	.chart_bottom .chart_cir{width: 130px;height: 130px;}
	.chart_cir a img{height: 35px;}
	.chart_tit img{height: 35px;}
	.chart_top .chart_cir p{margin-top: 10px;}
	.chart_bottom .chart_cir p{margin-top: 10px;}
	.chart_bottom .chart_cir img{height: 30px;}
	.chart_top .chart_cir + div img{width: 30px;}
	.arrow_bg{background-size: auto 30px;}
	.chart_top{padding: 0 20px 20px;}
	.center_chart .chart_top{padding-bottom: 30px;}
	
	.service_ul h2{padding-bottom: 30px;}
	
	.chart_cir{border: 1px dotted rgba(176, 212, 235, 0.7);}
	.chart_tit{border: 1px dotted rgba(176, 212, 235, 0.7);}
	.service_chart{border: 1px dotted #e0e0e0;}
	
	.warn i{font-size: 18px;vertical-align: text-top}
	.com1_2 table td:first-of-type{width: 10px;}
	.com1_2 table td{padding: 20px 15px;}
	.gnb_all table a{font-size: 14px;}
	
	.foot_down a{font-size: 12px;padding: 10px 20px;}
	.foot_down a i{font-size: 12px;}
	
	.navigation-item::after{height: 15px;top: -15px;}
	
	
	.footer .foot_left p{font-size: 12px;}
	
	
	.sec1_wrap .sec1_text span{font-size: 14px;}
	.sec1_wrap .sec1_text h2{font-size: 35px;}
	.sec3_wrap .sec3_text span{font-size: 14px;}
	.sec3_wrap .sec3_text h2{font-size: 35px;}
	.sec4_wrap .sec4_text span{font-size: 14px;}
	.sec4_wrap .sec4_text h2{font-size: 35px;}
	.sec5_wrap .sec5_text span{font-size: 14px;}
	.sec5_wrap .sec5_text h2{font-size: 35px;}
	
	.footer_logo img{width: 120px;}
	
	.sec3_wrap ul li{margin-top: 20px;}
}

@media screen and (max-width : 570px){
	.video_img img:first-child{width: 30px;}
	
	.sec1_wrap li div p{font-size: 12px;left: 10px;right: 10px;}
	.sec1_wrap li p{font-size: 14px;line-height: 1.3;-ms-word-break: keep-all;
	word-break: keep-all;}
	.sec3_wrap ul li div{width: 100px;height: 100px;}
	.sec3_wrap ul li div img{width: 35px;}
	.sec3_wrap ul li span{width: 30px;height: 30px;padding: 7px 0;}
	.sec3_wrap ul li span img{width: 15px;}
	.sub_chart ul.sub_chart_wrap li p{font-size: 14px;}
	.top_chart {margin-top: -420%;}
	.bottom_chart {margin-top: -320%;}
	
	.write_table button{padding: 5px 10px;display: block;margin: 0 auto !important;}
	.write_table button:first-child{margin-bottom: 5px !important;}
	
	.slide_text h2{font-size: 22px;height: 32px;}
	.sec4_wrap ul li p{font-size: 16px;}
	
	.sub_text img{padding-bottom: 30px;}
	.chart_wrap{margin-bottom: 130px;}
	
	.com3_1 div:nth-child(2) p{width: 80px;}
	.com3_1 div:nth-child(2)::before{width: 50px;}
	
	.com3_wrap{width: 95%;font-size: 10px;}
	
	.sub_text img{width: 200%;transform: translateX(-25%)}
	
	.chart_top{padding: 0 10px 10px;}
	.chart_top .chart_cir p{font-size: 12px;}
	.chart_tit h2{font-size: 12px;}
	.chart_tit2 h3{font-size: 12px;}
	.chart_cir a img{height: 30px;}
	.chart_tit img{height: 30px;}
	.chart_top .chart_cir{width: 120px;height: 120px;}
	.center_chart .chart_top .chart_cir{width: 120px;height: 120px;}
	.chart_top div:last-child{width: 120px;}
	.chart_bottom ul{padding: 0 10px;}
	.arrow_bg {background-position: bottom 0 left 60px;}
	.chart_bottom .chart_cir{width: 120px;height: 120px;}
	.chart_mid{margin-top: 10px;}
	.chart_bottom .chart_cir img{height: 25px;}
	.chart_bottom .chart_cir a{padding: 13px 0;}
	.chart_top .chart_cir a{padding: 20px 0;}
	
	.chart_top .chart_cir::before{width: 7px;height: 7px;}
	.chart_tit::before{width: 7px;height: 7px;}
	.service_chart::before{width: 13px;height: 13px;}
	.service_chart::after{width: 13px;height: 13px;}
	.sub_chart ul.sub_chart_wrap li p{width:calc(100% - 75px);-ms-word-break: keep-all;
	word-break: keep-all;}
	
	.com5 .root_daum_roughmap{height: 70vw !important;}
	.root_daum_roughmap .wrap_map{height: 100% !important;}
	
	.slide_text p{font-size: 14px;}
	.sec1_text p{font-size: 14px;}
	
	#section2 ul li .sec2_text p{font-size: 14px;-ms-word-break: keep-all;
	word-break: keep-all;}
	.sec3_wrap .sec3_text p{font-size: 14px;-ms-word-break: keep-all;
	word-break: keep-all;}
	.sec4_wrap .sec4_text p{font-size: 14px;-ms-word-break: keep-all;
	word-break: keep-all;}
	.sec5_wrap .sec5_text p{font-size: 14px;-ms-word-break: keep-all;
	word-break: keep-all;}
}

@media screen and (max-width : 450px){
	.sec3_wrap ul li div{width: 80px;height: 80px;}
	.sec3_wrap ul li p{font-size: 14px;}
	.sec4_wrap ul{margin-top: 0;}
	.sec4_wrap ul li{padding: 20px;}
	.sec4_wrap ul li div img{display: none;}
	.sec5_wrap ul{margin-top: 0;}
	.sec5_wrap ul li{width: 32%;}
	.sec5_wrap a{margin-top: 30px;font-size: 14px;}
	.sub_chart ul.sub_chart_wrap li img{height: 28px;}
	
	
	.sub_spec ul li{padding: 30px;}
	div.text-holder h2{font-size: 12px;width: 70px;}
	.chart_main{width:60%;height:60%;}
	.chart_main div{padding: 25px 0;}
	.chart_main{padding: 10px;}
	.navigation-item{padding: 5px;}
	.chart_wrap{width: 55vw;height: 55vw;}
	
	.bottom_chart{margin-top: -220%;}
	.top_chart{margin-top: -320%;}
	
	.com5 ul li{font-size: 14px;}
	
	.chart_top{padding: 0 10px;}
	.chart_tit img{height: 25px;}
	.chart_top .chart_cir{width: 100px;height: 100px;}
	.center_chart .chart_top .chart_cir{width: 100px;height: 100px;}
	.chart_top div:last-child{width: 70px;}
	
	.chart_top .chart_cir + div img{width: 15px;}
	.chart_top .chart_cir p{font-size: 10px;}
	.chart_tit h2{font-size: 10px;}
	.chart_tit2 h3{font-size: 10px;padding: 10px;}
	
	.chart_cir a img{height: 20px;}
	.chart_tit img{height: 20px;}
	.chart_top .chart_cir a{padding: 20px 0;}
	.arrow_bg{background-size: auto 15px;background-position: bottom 0 left 55px;}
	.chart_bottom .chart_cir{width: 100px;height: 100px;}
	.chart_bottom .chart_cir p{font-size: 10px;}
	.chart_bottom .chart_cir img{height: 20px;}
	.service_ul h2{font-size: 30px;}
	.service_ul > ul > li li{font-size: 14px;}
	.service_ul > ul > li h3{font-size: 20px;}
	
	.sub_top .sub_top_text p{font-size: 14px;}
	
	.chart_tit a{padding: 10px 0;}
	
	.chart_top .chart_cir p{margin-top: 5px;}
	
	.m_golf_text{margin-top: -260%;}
	.m_hotel_text{margin-top: -270%;}
}

