@charset "UTF-8";

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.all_wrap{overflow-x: hidden;position: relative; }

.jarallax {position: relative;z-index: 0;height: 100%;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;}
.main_admin{position: fixed; z-index: 11; top:95px; right: 10px;}
.main_admin a{font-size: 14px; background: #fff; border-radius: 5px; margin-bottom: 5px; width: 80px; height: 30px; display: inline-block; text-align: center; line-height: 30px; font-weight: 500;}
/* 공통 */
.width{width: 92% !important; max-width: 1150px; margin: 0 auto; position: relative;}
/* .width2{width: 92% !important; max-width: 1200px; margin: 0 auto; position: relative;} */
.common{padding: 120px 0px;}
:root{
	--c1: #1c64ae;
	--c2: #d5e9f8;

	--fs60: 6.0rem;
	--fs50: 5.0rem;
	--fs45: 4.5rem;
	--fs40: 4.0rem;
	--fs35: 3.5rem;
	--fs32: 3.2rem;
	--fs30: 3.0rem;
	--fs28: 2.8rem;
	--fs24: 2.4rem;
	--fs22: 2.2rem;
	--fs20: 2.0rem;
	--fs18: 1.8rem;
	--fs14: 1.4rem;
}
.pre{font-family: 'Pretendard' !important;}
.board_title{margin-bottom: 80px; text-align: center;}
.board_title h2{font-size: var(--fs32); font-weight: 500;}
.board_title p{margin-top: 10px; font-size: var(--fs20);}
.mb30{margin-bottom: 30px;}
.book{font-family: 'BookkMyungjo-Bd';}

@media all and (max-width: 1024px) {
	.common{padding: 80px 0px;}
	.board_title{margin-bottom: 60px;}
}

#header{width: 100%;position: fixed;top: 0;z-index: 999; transition: 0.3s all; background: rgba(0,0,0,0.58); height: 160px; transition: 0.2s all;}
#header .head_login_wrap{display: flex; align-items: center;}
#header .head_login{display: flex;justify-content: flex-end;padding: 7px 10px; border: 1px solid #333; border-radius: 30px; margin-right: 25px;}
#header .head_login li{margin:0px 5px;}
#header .head_login a{font-size: 1.2rem; color: #333; white-space: nowrap; font-weight: 400;}
#header .head_login i{font-size: 20px;}
#header .head_menu .logo{height: 95px; display: flex; align-items: center;}
#header.scroll{top:-36px;}

#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; padding: 0px 5%; flex-direction: column;}
#header .head_menu .main_menu { width: 70%; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; z-index: 9;}
#header .head_menu .main_menu .dept1 { width: 20%; position: relative; padding: 15px 0px;}
#header .head_menu .main_menu .dept1 > a { font-size: 1.7rem; font-weight: 300; color: #fff;}
#header .head_menu .main_menu .dept1 > a.active { color: #2DAAE1; font-weight: bold; }
#header .head_menu .main_menu .dept1 > a.menuon { color: #2DAAE1; font-weight: bold; }

#header .head_menu .sub_menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 100%; padding-top: 20px; display: none; padding-bottom: 30px;}
#header .head_menu .main_menu .dept2 { padding: 12px 0px; }
#header .head_menu .main_menu .dept2 a { font-size: 1.5rem; display: block;}
#header .main_menu .dept2>a:hover,
#header .main_menu .dept2>a:active,
#header .main_menu .dept2>a.menuon,
#header .main_menu .dept2>a:focus { color: #2DAAE1;font-weight: bold;}

#header.active{height: auto; transition: 0.2s all;}
#header.active .head_menu .logo a{ display: inline-block; background: url('../img/clogo.png') no-repeat; background-position: center; background-size: cover;}
#header.active .head_menu .main_menu .dept1 > a { font-size: 1.7rem; font-weight: 300; color: #222;}
#header.active .head_menu .main_menu .dept1 > a.active { color: #2DAAE1; font-weight: bold; }
#header.active .head_menu .main_menu .dept1 > a.menuon { color: #2DAAE1; font-weight: bold; }
.head_menu_wrap{display: flex; align-items: center; width: 80%; justify-content: flex-end;}
#header:hover{}
#header:hover .head_menu .logo a{display: inline-block; background: url('../img/clogo.png') no-repeat; background-position: center; background-size: cover;}
#header:hover .head_menu .main_menu .dept1 > a { font-size: 1.7rem; font-weight: 300; color: #222;}
#header:hover .head_menu .main_menu .dept1 > a.active { color: #2DAAE1; font-weight: bold; }
#header:hover .head_menu .main_menu .dept1 > a.menuon { color: #2DAAE1; font-weight: bold; }

#header .pmenu{width: 100%; display: flex;align-items: center;height: 65px; gap: 0px 4%; justify-content: center;}
#header .pmenu a{color: #fff; font-size: 2.0rem; font-weight: 600;}
#header .pmenu span{color: #fff; font-size: 1.8rem; font-weight: bold;; margin: 0px 1.8%;}
#header.active .pmenu a{color: #fff; margin-left: 20px;}
#header:hover .pmenu a{color: #fff;}
#header.active .pmenu span{color: #fff;}
#header:hover .pmenu span{color: #fff;}
#header.active .head_menu{flex-direction: row; justify-content: center;}
#header.active .pmenu{width: 40%; justify-content: flex-end;}
#header.active .head_menu .logo {height: 80px;}
#header.active .head_menu .logo img{width: 150px;}

.menu_open { position: fixed; width: 100%; height: 100vh;
background: #fff; top: 0; left: 0; z-index: 999; padding: 55px 50px 50px 50px; display: none; }
.menu_open .site_map_wrap h2 { margin-bottom: 150px; display: flex; justify-content: space-between; align-items: center;}
.menu_open .site_map { display: flex; width: 100%; }
.menu_open .site_map .dept1 { width: 20%; margin-right: 40px; }
.menu_open .site_map .dept1:last-child { border-right: 0px; }
.menu_open .site_map .dept1 > a { font-size: 2.8rem; font-weight: 700; padding-bottom: 30px; border-bottom: 2px solid #eee; display: block; margin-bottom: 30px;}
.menu_open .site_map .dept1 > a.active { color: #364F6B; }
.menu_open .site_map .dept2 a { font-size: 2.0rem; position: relative; line-height: 120%; margin-bottom: 30px; display: inline-block; padding-bottom: 3px; }
.menu_open .site_map .dept2 a::after { content: ''; width: 0; height: 3px; background: rgba(54, 79, 107, 0.5); position: absolute; bottom: 0; left: 0; transition: 0.3s all; }
.menu_open .site_map .dept2 a:hover::after { width: 100%; }
.hd_bg { background: #fff; width: 100%; height: 0; left: 0; z-index: 1; position: absolute; }
.site_foot{padding-top: 20px;margin-top: 150px; border-top: 2px solid #eee; text-align: center;}

#header .menu_bar { z-index: 99; position: relative; }
#header .menu_bar span { width: 25px; height: 1px; background: #fff; display: block; margin: 5px}
#header .menu_bar2 { z-index: 9999; position: relative; }
#header .menu_bar2 span:nth-child(1) { display: none; }
#header .menu_bar2 span:nth-child(2) { transform: rotate(130deg); }
#header .menu_bar2 span:nth-child(3) { transform: rotate(45deg); top: 0px; position: absolute; }
#header .menu_bar2 span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}

#header:hover .menu_bar span {background: #222;}
#header.active .menu_bar span {background: #222;}

/* 모바일 */
.mobile_head {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; display: none; position: fixed; background: rgba(0,0,0,0.5); z-index: 99; box-shadow: 0px 1px 3px rgba(0,0,0,0.3);}
.mobile_head .mobile_logo { width: 130px; }
.mobile_head .mobile_logo img { width: 100%; }
#mobile_menu {  display: none; position: fixed; top: 0; right: -100%; width: 100%; background: #222; z-index: 1000; height: 100vh; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none;}
#mobile_menu::-webkit-scrollbar{display: none;}
#mobile_menu .mob_logo { width: 100%; padding: 0px 20px; height: 70px; background:#434a54;display: flex; justify-content: space-between; align-items: center;}
#mobile_menu .mob_logo a { width: 100px; }
#mobile_menu .mob_logo a img { width: 100%; }
#mobile_menu .mobile_close { font-size: 30px; cursor: pointer; color: #fff;}
#mobile_menu .mob_menu .top_menu {display: flex;justify-content: space-between; align-items: center; padding: 20px 0px;font-size: 18px; margin: 0px 20px; border-bottom: 1px solid #8e8e8e; color: #fff; justify-content: center;}
.mobile_open{font-size: 24px; color: #fff;}
#mobile_menu .mob_menu .topmenu.on { color: #fff; }
#mobile_menu .mob_menu .sub_menu { padding: 15px 0px; margin: 0px 20px; border-bottom: 1px solid #ccc; background: #fff; visibility: visible; }
#mobile_menu .mob_menu .sub_menu a {display: block; color: #333 ;font-size: 15px; padding: 10px; background: #fff;}
#mobile_menu .mob_menu_btn{display: flex; padding: 10px 0px; margin: 0px 20px; justify-content: space-between;}
#mobile_menu .mob_menu_btn li{width: 49%;}
#mobile_menu .mob_menu_btn a{font-size: 17px;  background: #ddd;display: flex; height: 50px; justify-content: center; align-items: center;}
#mobile_menu .mob_menu_btn a i{font-size: 16px; margin-right: 5px;}
.mob_bg {  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 99;}
.gnb, .menu_btn, .gnb ul{display: none;}
.mobile_head .mo365{padding: 6px 10px; border-radius: 3px; background: #353a62; color: #fff; font-weight: 400; font-size: 16px; animation: blink-effect 1s step-end infinite;}
@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

@media screen and ( max-width: 1400px ){
#pcmenu .topmenu { font-size: 16px; }
#pcmenu .submenu a { font-size: 14px; }
#header .head_menu{padding: 0px 2%;}
#header .pmenu a{font-size: 1.6rem;}
#header .pmenu span{margin: 0px 1%;}
}
@media screen and ( max-width: 1024px ){
#header { display: none; }
.mobile_head{display: flex; }

}

/* 메인비주얼 */

.visual {width: 100%; object-fit: cover; display: block;}
.visual video{width: 100%; display: block;}

.title h2{font-size: 4.2rem; font-weight: 600;}
.title p{font-size: 2.1rem; font-weight: 300;}

#visual1{background: url('../img/back1.png')no-repeat; background-size: cover; background-position: center; height: 100vh; position: relative; width: 100%; background-attachment: fixed;}
#visual1 .width{display: flex; flex-direction: column; height: 100%; justify-content: center;}
#visual1 .title{margin-bottom: 30px;}
#visual1 .title h2{text-align: center; color: #fff; font-size: 5.0rem;}
#visual1 p{color: #fff; font-size: 2.0rem; font-weight: 500; line-height: 160%;}

#nomal1{height: 100%;background: url('../img/no1.png')no-repeat; background-size: cover; background-position: center;}
#nomal1 .title{text-align: center; margin-bottom: 80px; color: #fff;}
#nomal1 .title h2{font-weight: bold;}
#nomal1 .title p{margin-top: 12px;}

#nomal1 h3{font-size: 3.0rem; font-weight: bold; display: flex; align-items: center; border-bottom: 1px solid #fff; padding: 0px 15px 10px 15px;margin-bottom: 50px; color: #fff;}
#nomal1 h3 span{margin-right: 10px; color: var(--c1); font-size: 26px;}
.pro_wrap{margin-top: 70px;}
.pbox_wrap{display: flex; gap: 60px 2%; flex-wrap: wrap; padding: 0px 15px; }
.pbox_wrap .box{width: 23.5%; border: 1px solid #c1c1c1; border-radius: 5px; padding-bottom: 25px; background: #fff;}
.pbox_wrap .box img{width: 100%; margin-bottom: 15px;}
.pbox_wrap .box h4{text-align: center; font-size: 2.3rem; font-weight: bold; text-transform: uppercase;}
.pbox_wrap .box h5{text-align: center; font-size: 2.3rem; font-weight: 200; text-transform: uppercase;}
.pbox_wrap .box2{width: 74.5%;text-align: center;}
.pbox_wrap .box2 img{width: 70%;}
.pbox_wrap .box:hover {border: 1px solid var(--c1)}
.pbox_wrap .box4{display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}

#visual2{background: url('../img/back2.png')no-repeat; background-size: cover; background-position: center; height: 100vh; position: relative; width: 100%; background-attachment: fixed;}
#visual2 .width{display: flex; flex-direction: column; height: 100%; justify-content: center;}
#visual2 .title{margin-bottom: 30px;}
#visual2 .title h2{text-align: center; color: #fff; font-size: 5.0rem;}
#visual2 p{color: #fff; font-size: 2.0rem; font-weight: 500; line-height: 160%;}

#nomal2{background: #f7f7f7;}
#nomal2 .title{text-align: center; margin-bottom: 80px;}
#nomal2 .title p{margin-top: 12px;}
#nomal2 span img{width: 100%;}

#visual3{background: url('../img/back3.png')no-repeat; background-size: cover; background-position: center; height: 100vh; position: relative; width: 100%; background-attachment: fixed;}
#visual3 .width{display: flex; flex-direction: column; height: 100%; justify-content: center;}
#visual3 .title{margin-bottom: 30px;}
#visual3 .title h2{text-align: center; color: #fff; font-size: 5.0rem;}
#visual3 p{color: #fff; font-size: 2.0rem; font-weight: 500; line-height: 160%;}

#nomal3 .title{text-align: center; margin-bottom: 80px;}
#nomal3 .title p{margin-top: 12px;}
#nomal3 h3{font-size: 3.0rem; font-weight: bold; display: flex; align-items: center; border-bottom: 1px solid #000; padding: 0px 0px 10px 0px;margin-bottom: 50px;}
#nomal3 .big_img img{width: 100%;}
#nomal3 h3 span{margin-right: 10px; color: var(--c1); font-size: 26px;}
#nomal3 .pdf_wrap{padding: 0px 22px; margin-bottom: 180px;}
#nomal3 .pdf_wrap h4{font-size: 2.6rem; font-weight: bold; margin-bottom: 25px;}
#nomal3 .pdf_wrap .box_wrap{display: flex; gap: 10px 1.5%;}
#nomal3 .pdf_wrap a{width: 32.5%; display: flex; align-items: center; height: 90px;justify-content: center; border-radius: 5px; font-size: 2.4rem; font-weight: bold; color: #fff;}
#nomal3 .pdf_wrap a img{margin-right: 18px;}
#nomal3 .pdf_wrap a:nth-child(1){background: #508cd2;}
#nomal3 .pdf_wrap a:nth-child(2){background: #f5503c;}
#nomal3 .pdf_wrap a:nth-child(3){background: #555555;}
#nomal3 .robot_wrap{padding: 0px 22px;}
#nomal3 .robot_wrap h4{font-size: 2.6rem; font-weight: bold; margin-bottom: 25px;}
#nomal3 .tabnav{display: flex; justify-content: space-between; border-bottom: 1px solid #071d28; }
.tabcontent #tab01{padding-top: 100px;}
.tabcontent #tab02{padding-top: 100px;}
#nomal3 .tabnav li{width: 49.5%; text-align: center;}
#nomal3 .tabnav li a{display: flex;; align-items: center; justify-content: center; width: 100%; height: 55px;  border: 1px solid #071d28; border-bottom: 0px;border-radius: 5px 5px 0px 0px; font-size: 2.2rem; font-weight: bold;}
#nomal3 .tabnav li a.active{background: #1c64ae; color: #fff; border: 1px solid #1c64ae; border-bottom: 0px;}

#tab01 .big{max-width: 600px; display: block; margin: 0 auto;}
#tab01 .big img{width: 100%;}
#tab01 .content{margin-top: 70px; padding: 80px 30px; background: #f8f8f8;}
#tab01 .content .wave{max-width: 650px; display: block; margin: 0 auto; margin-bottom: 80px;}
#tab01 .content .wave img{width: 100%;}
#tab01 .box_wrap{display: flex; justify-content: center; gap: 40px 6%; margin-bottom: 60px;}
#tab01 .box_wrap .box{width: 27%; text-align: center;}
/* #tab01 .box_wrap .box img{width: 100%;} */
#tab01 .box_wrap .box p{text-align: center; margin-top: 25px; font-size: 1.7rem; font-weight: 400; line-height: 130%;}
#tab01 .small img{width: 100%;}
#tab01 .small {max-width: 630px; display: block; margin: 0 auto;}
#tab01 h6{background: #555555; padding: 10px 0px; width: 250px; text-align:center; border-radius: 40px; display: inline-block; font-weight: 600; color: #fff; font-size: 2.2rem; margin-left: 5%; margin-bottom: 30px;}
#tab02 h6{background: #555555; padding: 10px 0px; width: 250px; text-align:center; border-radius: 40px; display: inline-block; font-weight: 600; color: #fff; font-size: 2.2rem; margin-left: 5%; margin-bottom: 30px;}

#tab02 .big{max-width: 775px; margin: 0 auto; display: block;}
#tab02 .big img{width: 100%;}
#tab02 .content{margin-top: 70px; padding: 80px 30px; background: #f8f8f8;}
#tab02 .content .wave img{width: 100%;}
#tab02 .box_wrap{display: flex; justify-content: center; gap: 40px 6%; }
#tab02 .box_wrap .box{width: 27%; text-align: center;}
/* #tab02 .box_wrap .box img{width: 100%;} */
#tab02 .box_wrap .box p{text-align: center; margin-top: 25px; font-size: 1.7rem; font-weight: 400; line-height: 130%;}

.test{margin-top: 130px;}
.test .text_wrap{padding: 0px 22px;}
.test .text_wrap h4{font-size: 2.6rem; font-weight: bold; margin-bottom: 25px;}
.test .text_wrap span img{width: 100%;}
.test .text_wrap a{width: 357px; height: 90px; display: flex; align-items: center; justify-content: center; background: #508cd2; border-radius: 5px; margin: 0 auto; font-weight: bold; color: #fff; font-size: 2.4rem; margin-top: 90px;}
.test .text_wrap a img{margin-right: 18px;}

.measure{margin-top: 130px;}
.measure .box_wrap{display: flex; justify-content: space-between; align-items: center; padding: 60px 30px;}
.measure .box_wrap .img{width: 46%;}
.measure .box_wrap .img img{width: 100%;}
.measure .box_wrap .text{width: 52%;}
.measure .box_wrap .text h4{font-size: 3.5rem; color: #1c64ae; padding-bottom: 6px; border-bottom: 2px solid #1c64ae; font-weight: bold; margin-bottom: 40px;}
.measure .box_wrap .text p{font-size: 1.9rem; line-height: 135%; margin-top: 25px;}
.measure .box_wrap .text span{display: block; text-align: right;}
.measure .box_wrap2{background: #f8f8f8;}
.measure .box_wrap .box{width: 32%; text-align: center;}
.measure .box_wrap .box img{width: 100%;}
.measure .box_wrap .box h5{margin-top: 10px; font-size: 2.6rem; color: #1c64ae; font-weight: 700;}

#visual4{background: url('../img/back4.png')no-repeat; background-size: cover; background-position: center; position: relative; width: 100%; background-attachment: fixed;}
#visual4 .width{display: flex; flex-direction: column; height: 100%; justify-content: center;}
#visual4 .title{margin-bottom: 30px;}
#visual4 .title h2{text-align: center; color: #fff; text-transform: uppercase; margin-bottom: 50px;}
#visual4 h3{text-align: center; color: #fff; font-size: 3.0rem; margin-bottom: 60px; font-weight: 200; line-height: 135%;}
#visual4 p{color: #fff; font-size: 2.0rem; font-weight: 200; line-height: 160%; text-align: center; margin-bottom: 45px;}
#visual4 h4{text-align: center; color: #fff; font-size: 2.1rem; font-weight: 200;}
#visual4 h4 span{font-size: 3.5rem; margin-left: 10px; letter-spacing: 0.02em;}
#visual4 ul{width: 100%; max-width: 950px; margin: 0 auto; margin-top: 85px; color: #fff; border-top: 1px solid #fff;}
#visual4 ul li{ padding: 15px 0px; display: flex; align-items: center; border-bottom: 1px solid #fff;}
#visual4 ul li .his_title{font-size: 2.4rem; font-weight: bold; padding: 0px 0px 0px 20px; min-width: 120px;}
#visual4 ul li h5{font-size: 2.0rem; min-width: 160px;}
#visual4 ul li h6{font-size: 2.0rem; }

#nomal4 .title {margin-bottom: 100px; text-align: center;}
#nomal4 .title h2{font-size: 3.5rem;}
#nomal4 .box_wrap{display: flex; justify-content: space-between; gap:30px 0px;}
#nomal4 .box{width: 23%; text-align: center;}
#nomal4 .box img{width: 100%;}
#nomal4 .box p{margin-top: 35px; font-size: 1.9rem; font-weight: bold; line-height: 140%;}


.map_wrap{width: 100%; height: 100%;; position: relative;}
.root_daum_roughmap_landing{width: 100% !important; height: 45vh;}
.root_daum_roughmap .wrap_map{height: 100% !important;}
.map_wrap .width{position: absolute; width: 100%; height: 45vh; z-index: 9; top: 0; left: 0; right: 0; margin: 0 auto; display: flex; align-items: center;}
.map_wrap .width .map_info{width: 40%; margin: 0 0 0 auto; background: #1c64ae; padding: 60px 30px; color: #fff;}
.map_wrap .width .map_info h2{text-align: center; font-size: 2.4rem; font-weight: 400; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.4); margin-bottom: 25px;}
.map_wrap .width .map_info h3{font-size: 1.7rem; font-weight: 500; display: flex; align-items: center; margin-right: 16px; padding-right: 16px; border-right: 1px solid rgba(255,255,255,0.4);}
.map_wrap .width .map_info h3 span{width: 4px; height: 4px; border-radius: 50%; background: #fff; display: inline-block; margin-right: 8px;}
.map_wrap .width .map_info li{display: flex; margin-top: 20px;}
.map_wrap .width .map_info li a{font-size: 1.7rem; color: #fff; font-weight: 500;}

.infomation{text-align: center; padding: 14px 0px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; background: #151c2e}
.infomation a{font-size: 1.5rem; font-weight: 500; color: #fff;}

::-webkit-scrollbar {
    width:8px;height:8px;
  }
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius:4px;
    background-clip: padding-box;
  }


.pc{display: block !important;}
.mob{display: none !important;}

@media all and (max-width: 768px){
	.pc{display: none !important;}
	.mob{display: block !important;}
}

.track {white-space: nowrap;will-change: transform;animation: marquee 15s linear infinite; }
@keyframes marquee{
	from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@-webkit-keyframes slide-top2{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}@keyframes slide-top2{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}




/* board warp */
.board_warp .latest_wrap{display: flex; justify-content: space-between;}
.latest_wrap .latest_top_wr{width: 48.5%;}
.latest_top_wr h2{font-size: var(--fs24); margin-bottom: 40px; font-weight: bold;}
.latest_top_wr h2 i{margin-right: 7px; font-weight: 300;}
.board_warp .main_btn{margin-top: 100px; display: flex; justify-content: space-between;}
.board_warp .main_btn a{width: 24%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 1px 3px rgba(0,0,0,0.2); padding: 40px 0px;}
.board_warp .main_btn a i{font-size: 5.0rem; width: 100px; height: 100px; background: #eee; color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.board_warp .main_btn a span{font-size: var(--fs20);}
.board_warp .main_btn a:hover{-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
	@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media all and (max-width: 1300px){
	.pic_lt .lt_wrap .lt_text_top .lt_info{min-width: 80px; min-height: 80px;}
	.pic_lt .lt_wrap{padding: 12px;}
}
@media all and (max-width: 950px){
	.board_warp .latest_wrap{flex-direction: column;}
	.latest_wrap .latest_top_wr{width: 100%;}
	.latest_wrap .latest_top_wr:first-child{margin-bottom: 60px;}
}
@media all and (max-width: 768px){
	.board_warp .main_btn{flex-wrap: wrap; margin-top: 60px; gap:15px 0px;}
	.board_warp .main_btn a{width: 49%; padding: 25px 0px;}
}

/* 하단 */
#ft{background: #fff;padding: 60px 0px; width: 100%;}
#ft .foot_logo{margin-bottom: 15px; display: block;}
#ft .foot_info{display: flex; align-items: center; justify-content: center;}
#ft .foot_info span{font-weight: 500; font-size: 1.7rem; margin: 0 10px;}
#ft .foot_info p{font-weight: 500; font-size: 1.7rem; line-height: 160%;}
#ft .foot_info a{font-weight: 500; font-size: 1.7rem;}


/* sub_visual */
.sub_visual{width: 100%;height: 400px;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub_visual .sub_top_text{text-align: center; color: #fff; padding-top: 100px;}
.sub_visual .sub_top_text h3{font-size: var(--fs40); position: relative;}
.sub_visual .sub_top_text p{font-size: var(--fs22);font-weight: 600;}
@media all and (max-width: 1024px) {
	.sub_visual{height: 250px;}
	.sub_visual .sub_top_text{padding-top: 70px;}
}

/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #fff; border-bottom: 1px solid #ddd;}
.lnb .lnb_map{height: 60px; display: flex; align-items: center; border-left: 1px solid #f1f1f1;}
.lnb .lnb_map .home{width: 60px; height: 100%;background: #fff;display: flex;justify-content: center;align-items: center;}
.lnb .lnb_map .home a{color: #333;}
.lnb .lnb_map .home i{font-size: 20px;}
.lnb .lnb_map > li{width: 250px; height: 100%;border-right: 1px solid #f1f1f1; padding: 0px 15px;position: relative;}
.lnb .lnb_map li.dep a{width: 100%; height: 100%;display: flex;align-items: center; font-size: 14px;}
.lnb .lnb_map li.dep a span{width: 100%;display: flex; justify-content: space-between;align-items: center; font-size: 1.7rem; color: #333;}
.lnb .lnb_map li.dep a span i{font-size: 16px;}
.lnb .lnb_map li.dep ul{display: none;position: absolute;left: 0; top: 61px;width: 100%;z-index: 10;}
.lnb .lnb_map li.dep ul li{width: 100%; background: #f9f9f9; border-bottom: 1px solid #fff;}
.lnb .lnb_map li.dep ul li a{padding: 15px 15px;font-size: 1.6rem;}
.lnb .lnb_map li.dep ul li a:hover{background: #2DAAE1; color: #fff;transition: 0.3s all;}
.lnb .lnb_map li.dep ul li a.on{background: #f1f1f1;}

@media screen and (max-width:1400px) {
  .lnb .lnb_map{width: 100% !important;}
}
@media screen and (max-width:900px){
  .lnb .lnb_map{height: 55px;}
  .lnb .lnb_map .home i{font-size: 16px;}
  .lnb .lnb_map li.dep ul{top: 56px;}
}
@media screen and (max-width:600px){
  .lnb .lnb_map{height: 50px;}
  .lnb .lnb_map .home{width: 12%;}
  .lnb .lnb_map li{width: 44%;}
  .lnb .lnb_map li:last-child{width: 44%;}
  .lnb .lnb_map li.dep ul{top: 51px;}
  .lnb .lnb_map li.dep a{font-size: 12.5px;}
  .lnb .lnb_map li.dep ul li a{font-size: 12.5px;}
}

.pop_wrap {display: none;position: fixed;top: 0;left: 0;background: rgb(0, 0, 0, 0.3);width: 100%;  height: 100%;  z-index: 9999;}
.pop_wrap .pop-inner {position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  width: 90%;  max-width: 768px;  height: 500px;  max-height: 760px;  padding: 50px 20px;  background: #fff;  line-height: 25px;}
.pop-close {  position: absolute;  top: 5px;  right: 5px;  width: 30px;  height: 30px;  cursor: pointer;}
.pop-close i{font-size: 24px;}
.pop_wrap .pop-inner h3{text-align: center; font-size: 2.0rem; font-weight: bold; margin-bottom: 20px;}
.pop_wrap .pop-inner h4{font-weight: 500; color: #353535; font-size: 1.5rem; letter-spacing: -0.04em;}
.pop_text_wrap{height: 200px; overflow-y: scroll; background: #f6f6f6; padding: 10px; margin-top: 15px; border: 1px solid #ccc;}
.pop_text_wrap p{font-size: 1.4rem; letter-spacing: -0.04em;}

.pop-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
	background: var(--c1);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pop-close i{
  font-size: 20px;
	color: #fff;
}




/* 페이지 네비, 게시판 등 */
/* .bo_cate_link{border-radius: 30px;}
.bo_v_topcon .bo_v_cate{border-radius: 30px;} */
#bo_gall .is_notice{border-radius: 30px;}
.quick_banner{z-index: 99; right: 20px; bottom: 20px; position: fixed;}
@keyframes quickBounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }

@keyframes quickBounce2 {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

#top_btn{width: 45px; height: 45px;border: none; background: #fff; border-radius: 50%;box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); transition: 0.3s all; }
#top_btn span{font-size: 14px; font-weight: bold;}
#top_btn:hover{background: #eee; color: #000;}

.floating_menu { width: 62px; height: 62px; border-radius: 50%; background: var(--c1); position: fixed; bottom: 100px; z-index: 99; }
.floating_menu input { position: absolute; width: 62px; height: 62px; margin: 0; opacity: 0; cursor: pointer; }
/* .floating_menu input:checked ~ .floating_plus { transform: rotate(135deg); } */
.floating_menu input:checked ~ .floating_nav li:nth-child(1) { transform: translate(-0px,85px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(2) { transform: translate(-64px,62px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(3) { transform: translate(-88px,-0px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(4) { transform: translate(-64px,-62px);opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(5) { transform: translate(-0px,-85px); opacity: 1; }
.floating_menu input ~ .floating_plus { transform: rotate(0); }
.floating_menu > .floating_plus { display: flex; justify-content: center; align-items: center; width: 62px; height: 62px; font-size: 20px; color: #FFFFFF; background:var(--c1); border-radius: 50%; transform: rotate(0); transition: all 0.5s ease; pointer-events: none; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); }
.floating_menu > .floating_plus i { line-height: normal !important; }
.floating_menu > .floating_nav { display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; }
.floating_nav li { display: flex; justify-content: center; align-items: center; width: 62px; height: 62px; border-radius: 50%; background: #fff; cursor: pointer; position: absolute; transition: all 0.5s ease; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); opacity: 0;}
.floating_menu > .floating_nav li a i { font-size: 20px; color: #222; }
.floating_menu > .floating_nav li a i.xi-kakaotalk { font-size: 28px; margin-top: 3px; }
.floating_nav li a{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.floating_nav li a span{font-size: 13px; font-weight: 400;}

.pg_wrap{margin-top: 60px; display: flex; justify-content: center; width: 100%;}
.pg_wrap .pg{display: flex;}
.pg_page{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background-color: none; border: 1px solid #ccc;}
.pg_current{border: 1px solid #8e8e8e; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background: none;}

@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
	:root{
		--fs40: 3.4rem;
		--fs32: 2.8rem;
		--fs28: 2.4rem;
	}
}
/* 갤러리 */
@media all and (max-width: 1024px) {
	.gall_row .col-gn-4{width: 33.33333%;}
	.gall_row .col-gn-5{width: 25%;}
}

@media all and (max-width: 850px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5{width: 50%;}
	#bo_cate li{width: 25%; margin-bottom: 10px;}
	#bo_cate ul{flex-wrap: wrap;}
}

@media all and (max-width: 600px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5, .gall_row .col-gn-2{width: 100%;}
}

/* 리스트 */
@media all and (max-width: 850px) {
	.prdt_list .prdt_top th.psize, .prdt_list .prdt_table .psize{display: none;}
	.prdt_list .prdt_top th.pcolor, .prdt_list .prdt_table .pcolor{display: none;}
}

@media all and (max-width: 650px) {
	.prdt_list .prdt_top th.num{min-width: 60px;}
	.prdt_list .prdt_top th.pintro, .prdt_list .prdt_table .pintro{display: none;}
	.prdt_list .prdt_top th.pname{width: 100%;}
	.prdt_list .prdt_table .pname{text-align: center;}
}
 .tab2{margin-top: 180px;}
/* 애니메이션 */
@media all and (max-width: 1400px){}
@media all and (max-width: 1200px){
	#tab01 .box_wrap .box span{display: block;}
	#tab02 .box_wrap .box span{display: block;}
	#tab01 .box_wrap .box span img{width: 100%;}
	#tab02 .box_wrap .box span img{width: 100%;}
}
@media all and (max-width: 1024px){
	#visual1{background: url('../img/back1.png')no-repeat;  background-position: center; background-size: cover; padding: 90px 0px;}
	#visual2{background: url('../img/back2.png')no-repeat;  background-position: center; background-size: cover;  padding: 90px 0px;}
	#visual3{background: url('../img/back3.png')no-repeat;  background-position: center; background-size: cover;  padding: 90px 0px;}
	#visual4{background: url('../img/mback4.png')no-repeat;  background-position: center; background-size: cover;  padding: 90px 0px;}
	#nomal1 .title, #nomal2 .title, #nomal3 .title, #nomal4 .title{margin-bottom: 60px;}
	.title h2{font-size: 4.0rem;}
	#visual1 p{font-size: 1.7rem; font-weight: 500; text-align: center;}
	#visual2 p{font-size: 1.7rem; font-weight: 500; text-align: center;}
	#visual3 p{font-size: 1.7rem; font-weight: 500; text-align: center;}
	.title p{font-size: 1.9rem;}
	.pbox_wrap .box h4{font-size: 1.55rem;}
	.pbox_wrap .box h5{font-size: 1.55rem;}
	#nomal1 h3{font-size: 2.6rem;}
	.pbox_wrap .box{width: 32%;}
	.pbox_wrap .box2{width: 66%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}
	.pbox_wrap{gap: 35px 2%; padding: 0px;}
	.pbox_wrap .box img{margin-bottom: 10px;}
	#nomal3 h3{font-size: 2.6rem;}
	#nomal3 .pdf_wrap{padding: 0px; margin-bottom: 100px;}
	#nomal3 .robot_wrap, .test .text_wrap{padding: 0px;}
	#nomal3 .pdf_wrap a{height: 70px; font-size: 2.0rem;}
	#nomal3 .pdf_wrap h4, #nomal3 .robot_wrap h4, .test .text_wrap h4{font-size: 2.2rem;}
	.test, .measure, .tab2{margin-top: 80px;}
	.test .text_wrap a{height: 70px; margin-top: 50px; font-size: 2.0rem;}
	.measure .box_wrap .text h4{font-size: 3.0rem; margin-bottom: 25px;}
	.measure .box_wrap .text p{font-size: 1.8rem;}
	#visual4 h3{font-size: 2.4rem; margin-bottom: 35px;}
	#visual4 .title h2{margin-bottom: 0px;}
	#visual4 p, #visual4 h4{font-size: 1.9rem;}
	#visual4 h4 span{font-size: 2.2rem;}
	#visual4 ul{margin-top: 55px;}
	#visual4 ul li .his_title{font-size: 2.1rem;}
	#visual4 ul li{padding: 11px 0px;}
	#visual4 ul li h5, #visual4 ul li h6{font-size: 1.8rem;}
	#nomal4 .title h2{font-size: 3.0rem;}
	#ft .foot_info p{font-size: 1.5rem;}
	#ft .foot_info span{font-size: 1.5rem;}
	#ft .foot_info a{font-size: 1.5rem;}
	#visual1 .title h2{font-size: 3.6rem;}
	#visual2 .title h2{font-size: 3.6rem;}
	#visual3 .title h2{font-size: 3.6rem;}
}
@media all and (max-width: 980px){

}
@media all and (max-width: 900px){
	#nomal4 .box_wrap{flex-wrap: wrap; gap: 40px 0px;}
	#nomal4 .box{width: 49%;}
	#nomal4 .box p{font-size: 1.6rem; margin-top: 15px;}

}
@media all and (max-width: 850px){
	#nomal3 .pdf_wrap .box_wrap{flex-wrap: wrap;}
	#nomal3 .pdf_wrap a{width: 49%;}
	#tab01 .box_wrap{flex-wrap: wrap;}
	#tab02 .box_wrap{flex-wrap: wrap;}
	#tab01 .box_wrap .box{width: 47%;}
	#tab02 .box_wrap .box{width: 47%;}
	#nomal3 .pdf_wrap a img{margin-right: 10px; width: 23px;}
	#nomal3 .tabnav li a{font-size: 1.8rem;}
	.test .text_wrap a{width: 100%;}
	.test .text_wrap a img{margin-right: 10px; width: 23px;}
	.map_wrap .width{position: initial; height: auto;}
	.map_wrap .width .map_info{width: 100%;}
	.map_wrap .width{width: 100% !important}
	#ft .foot_info{flex-direction: column;}
	#ft .foot_info span{display: none;}
	#ft .foot_logo img{width: 120px;}
	#tab01 h6{margin-left: 0px;}
	#tab02 h6{margin-left: 0px;}
}
 @media all and (max-width: 768px){
	.title h2{font-size: 3.0rem;}
	#visual1 .title{margin-bottom: 0px;}
	#visual2 .title{margin-bottom: 0px;}
	#visual3 .title{margin-bottom: 0px;}
	#visual1 .title h2{font-size: 2.2rem;}
	#visual2 .title h2{font-size: 2.2rem;}
	#visual3 .title h2{font-size: 2.2rem;}
	#nomal3 .pdf_wrap a{font-size: 1.6rem;}
	.test .text_wrap a{font-size: 1.6rem;}
	.measure .box_wrap{flex-wrap: wrap;}
	.measure .box_wrap .box{width: 49%;}
	.measure .box_wrap .box h5{font-size: 2.2rem; margin-top: 20px;}
	.measure .box_wrap{padding: 40px 20px;}
	.measure .box_wrap .img{width: 100%; margin-bottom: 40px;}
	.measure .box_wrap .text{width: 100%;}
	.measure .box_wrap .text span img{width: 120px;}
	.measure .box_wrap .text h4{font-size: 2.4rem;}
		#visual4 p br{display: none;}
		#visual4 h3{font-size: 1.85rem;}
		#visual4 ul li .his_title{min-width: 80px;}
		#visual4 ul li h5{min-width: 85px;}
}
@media all and (max-width: 650px){
	.pbox_wrap .box{width: 48.8%;}
	.pbox_wrap .box2{width: 100%;}
	.pbox_wrap .box3{width: 100%; text-align: center;}
	.pbox_wrap .box3 img{width: 50%;}
	#tab01 .box_wrap .box{width: 100%; text-align: center;}
	#tab02 .box_wrap .box{width: 100%; text-align: center;}
	#tab01 .box_wrap .box span{width: 75%; margin: 0 auto;}
	#tab02 .box_wrap .box span{width: 75%; margin: 0 auto;}
	#tab01 .box_wrap .box p br{display: none;}
	#tab02 .box_wrap .box p br{display: none;}
	#tab01 h6{margin: 0 auto; margin-bottom: 20px; display: block;}
	#tab02 h6{margin: 0 auto; margin-bottom: 20px; display: block;}
}


/*  */
