@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*font-family: 'Nanum Myeongjo', serif;*/
/*font-family: 'Cookie', cursive;*/
/*font-family: 'GmarketSansLight';*/
/*font-family: 'GmarketSansMedium';*/
/*font-family: 'GmarketSansBold';*/
/*font-family: 'Lobster', cursive;*/
/* font-family: 'Noto Serif KR', serif; */
/* font-family: 'Montserrat', sans-serif; */
/*font-family: 'Libre Baskerville', serif;*/
*{margin:0; padding:0; box-sizing:border-box; font-family:'Montserrat', 'Noto Sans KR', sans-serif; letter-spacing: -0.025em;}
select {

   -webkit-appearance:none; /* for chrome */

   -moz-appearance:none; /*for firefox*/

   appearance:none;

}
::-moz-selection {
   background: #4c7a93;
   color: #fff;
}
::selection {
   background: #4c7a93;
   color: #fff;
}
select::-ms-expand{

   display:none;/*for IE10,11*/

}

/*********common***********/
p {line-height: 2em; font-size: 14px;}
a {color: #000;}
a{text-decoration:none;}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
img {vertical-align: top;}
.clearfix:before,
.clearfix:after{display:table; content:"";}
.clearfix:after{clear:both;}
ul,li{list-style:none;}
body{position: relative; background: url(../img/bodybg.jpg) repeat center;}
table {border-collapse: collapse;}
.wrap {max-width: 1400px; margin: 0 auto;}
.w50p {float: left; width: 50%;}
.posc {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.mont {font-family: 'Montserrat', sans-serif;}
.bas {font-family: 'Libre Baskerville', serif;}
.tac {text-align: center;}
.serif {font-family: 'SF_HambakSnow', serif;}
/*********common end***********/

.topbtn {position: fixed; bottom: 25px; right: 25px; display: block; width: 50px; height:50px; background: #0c4da2; z-index: 999999999; text-align: center; display: none; border-radius: 50%;}
.topbtn:before {position: absolute; content: ''; width:12px; height: 12px; border-top: 3px solid #fff; border-right: 3px solid #fff; display: inline-block; transform: translate(-50%,-50%) rotate(-45deg); position: absolute; top: 50%; left: 50%; transition: .3s;}
.topbtn:hover:before {top: 50%;}
.topbtn a {display: block; height: 100%; position: relative;}

/*********header***********/
header {text-align: center; position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition:.3s; text-align: center; border-bottom: 1px solid #0c4da2;}
header .menu_top {height: 40px; background: #0c4da2;}
header .menu_top .top_login {float: right;}
header .menu_top .top_login .loginbox {padding-top: 7px;}
header .menu_top .top_login .loginbox li {float: left;}
header .menu_top .top_login .loginbox li:first-of-type input[type="text"],
header .menu_top .top_login .loginbox li:first-of-type input[type="password"] {font-size: 10px; padding: 5px; width: 130px;}
header .menu_top .top_login .loginbox li:first-of-type label {color: #fff; font-size: 12px; }
header .menu_top .top_login .loginbox li:first-of-type button {margin-right: 15px; border: 1px solid #fff; border-radius: 10px; background: none; transition:.3s;}
header .menu_top .top_login .loginbox li:first-of-type button:hover {background: #fff; color: #666;}
header .menu_top .top_login .loginbox li:last-of-type a {border: none; color: #fff; padding-right: 15px;}
header .menu_top .top_login .loginbox li:last-of-type a:last-of-type {padding-right: 0;}
header .menu_top .top_login .loginbox li .bbs_btn {line-height: 0; padding: 12px 16px;}

header .menu {background: #fff; height: 80px;}
header .menu .wrap {position: relative;}
header .menu .wrap .logo_top {position: absolute; top: 0; left: 0; display: block; width: 330px; height: 100%;}
header .menu .wrap .logo_top:hover {opacity: .8;}
header .menu .wrap .logo_top img {transition:.5s; width: 290px; float: left; padding-top: 5px;}
header .menu .wrap .logo_top p {position: absolute; top: 5px; left: 80px; font-size: 12px;}
header .menu .wrap .logo_top h2 {position: absolute; bottom: 5px; left: 80px; font-size: 40px;}

header .menu .wrap .sidemenubox {float: right; margin-right: 70px;}
header .menu .wrap .sidemenubox .sidemenu {float: left; position: relative; margin-left: 30px;}
header .menu .wrap .sidemenubox .sidemenu > a {color: #0c4da2; font-size: 16px; display: block; height: 100%; font-weight: 700; transition:.3s; line-height: 80px;}
header .menu .wrap .sidemenubox .sidemenu ul {position: absolute; left: 50%; transform: translateX(-50%); top: 80px; width: 150px; background: #0c4da2; display: none; padding-bottom: 3px;}
header .menu .wrap .sidemenubox .sidemenu ul li a {display: block; color: #fff; font-size: 14px; padding: 10px 0; transition: .3s;}
header .menu .wrap .sidemenubox .sidemenu ul li a:hover {font-weight: 700;}

header .menu .wrap .minibtn {width: 35px; height: 25px; position: absolute; right: 10px; top: 27px; cursor: pointer;}
header .menu .wrap .minibtn div {height: 4px; width: 100%; background: #0c4da2; position: absolute; left: 0; transition:.5s;}
header .menu .wrap .minibtn div:nth-of-type(1) {top: 0;}
header .menu .wrap .minibtn div:nth-of-type(2) {top: 50%; transform: translateY(-50%)}
header .menu .wrap .minibtn div:nth-of-type(3) {bottom: 0;}
header .menu .wrap .minibtn.on div:nth-of-type(1) {top: 50%; transform: translateY(-50%) rotate(-45deg);}
header .menu .wrap .minibtn.on div:nth-of-type(2) {opacity: 0;}
header .menu .wrap .minibtn.on div:nth-of-type(3) {top: 50%; transform: translateY(-50%) rotate(45deg);}


header .menu .wrap .minimenu {position: absolute; top: 80px; width: 800px; right: 0; background: #fff; border: 1px solid  #0c4da2; display: none;}
header .menu .wrap .minimenu h2 {background: #0c4da2; color: #fff; text-align: left; padding: 15px 0; padding-left: 30px; font-size: 20px;}
header .menu .wrap .minimenu .minibox {text-align: left; padding: 15px 30px 30px;}
header .menu .wrap .minimenu .minibox ul {display: inline-block; width: 24%; vertical-align: top; margin-bottom: 20px;}
header .menu .wrap .minimenu .minibox ul p {color: #0c4da2; font-size: 20px; font-weight: 900; display: inline-block; padding-bottom: 0px; margin-bottom: 10px; border-bottom: 1px solid #0c4da2;}
header .menu .wrap .minimenu .minibox ul li a {font-size: 14px; display: inline-block; color: #666; position: relative; margin-bottom: 5px; border-bottom: 1px solid transparent;}
header .menu .wrap .minimenu .minibox ul li a:hover {border-bottom: 1px solid #0c4da2;}

.topbtn {position: fixed; bottom: 25px; right: 25px; display: block; width: 50px; height:50px; background: #0c4da2; z-index: 999999999; text-align: center; display: none; border-radius: 50%; border: 3px solid  #fff;}
.topbtn:before {position: absolute; content: ''; width:12px; height: 12px; border-top: 3px solid #fff; border-right: 3px solid #fff; display: inline-block; transform: translate(-50%,-50%) rotate(-45deg); position: absolute; top: 50%; left: 50%; transition: .3s;}
.topbtn:hover:before {top: 50%;}
.topbtn a {display: block; height: 100%; position: relative;}
/*********header end***********/

/***************footer***************/
footer {padding: 50px 0;}
footer .wrap {position: relative; border-top: 1px solid #ddd; padding-top: 50px;}
footer .wrap div {}
footer .wrap .logo_footer {display: block; width: 330px; height: 100%; position: absolute; left: 0; top: 50px;}
footer .wrap .logo_footer:hover {opacity: .8;}
footer .wrap .logo_footer img {transition:.5s; width: 70px; float: left; padding-top: 5px;}
footer .wrap .logo_footer p {position: absolute; top: 0; left: 80px; font-size: 12px;}
footer .wrap .logo_footer h2 {position: absolute; top: 15px; left: 80px; font-size: 40px;}

footer .wrap .footer_content {padding-left: 350px;}
footer .wrap .footer_content p {font-size: 14px; line-height: 2em; color: #666; letter-spacing: 0;}
footer .wrap .footer_content p span {margin-right: 15px;}

/**keyframes**/
@keyframes zoom-bg {
	0% {background-size: 100%;}
	100% {background-size: 120%;}
}

/************swiper*******************/
.swiper {overflow: hidden; position: relative;}

/**********main section***********/
.maintitle {text-align: center; color: #333; margin-bottom: 50px;}
.maintitle h2 {font-size: 48px;}
.maintitle h3 {color: #0c4da2; margin-bottom: 10px;}

.sectitle {margin: 50px 0; text-align: center;}
.sectitle h2 {font-weight: 300; font-size: 42px; margin-bottom: 10px;}
.sectitle h2 strong {font-weight: 700; color: #0c4da2;}
.sectitle h2 p {font-size: 18px;}

.view_btn {color: #fff; display: inline-block; padding: 8px 15px; border: 1px solid  #fff; position: relative; overflow: hidden; transition: .5s;}
.view_btn:before {position: absolute; content: ''; background: #0c4da2; top: 0; left: calc(-100% - 2px); width: 100%; height: 100%; z-index: -1; border: 1px solid  #0c4da2; transition: .5s;}
.view_btn:hover:before {left: 0;}
.view_btn:hover { border-color: #0c4da2; background: #0c4da2;}
.view_btn:hover p {padding-right: 40px;}
.view_btn p {display: inline-block; letter-spacing: 0; font-size: 14px; padding-right: 20px; transition: .3s;}

.view_btn_black {border: 1px solid  #666; color: #666;}
.view_btn_black:hover {color: #fff;}

.more {display: inline-block; padding: 10px 25px; color: #fff; border: 1px solid  #fff; text-align: center; transition:.5s; border-radius: 30px;}
.more:hover {background: #fff; color: #333;}

.main_visual {margin-top: 120px; position: relative; overflow: hidden; width: 66.666%; height: 600px; float: left;}

.main_visual img {height: 100%; vertical-align: top;}
.main_board01 {width: 33.3333%; float: left;}


.main_board li.main_board_cont {float: left; width: 50%; padding: 20px 20px 0 20px; border: 1px solid  #ddd;}
.main_board li.main_board_cont h3 {color: #0c4da2; font-size: 24px; padding-bottom: 10px;}
.main_board li.main_board_cont h3 a {float: right; font-size: 12px; color: #666; font-weight: 500; padding-top: 16px; position: relative;}
.main_board li.main_board_cont h3 a:before {position: absolute; content: ''; width: 0; height: 1px; bottom: -3px; left: 50%; transform: translateX(-50%); background: #0c4da2; transition:.3s;}
.main_board li.main_board_cont h3 a:hover:before {width: 100%;}

.main_board01 {margin-top: 120px;}
.main_board01 li.main_board_cont {width: 100%; float: none;}

.main_board li.main_board_cont .lst li {line-height: 2em; padding-bottom: 5px; margin-bottom: 10px; margin-top: 5px; border-bottom: 1px solid #ddd;}
.main_board li.main_board_cont .lst li:hover a {color: #0c4da2;}
.main_board li.main_board_cont .lst li a {transition: .3s;}
.main_board li.main_board_cont .lst li span {float: right; font-size: 12px;}
.main_board li.main_board_cont .lst li:last-of-type {border-bottom: none; margin-bottom: 0;}

.main_board .main_photo_gall {}
.main_board .main_photo_gall li {text-align: center; float: left; width: 32%; margin-right: 2%; transition:.5s; margin-bottom: 30px; margin-top: 15px;}
.main_board .main_photo_gall li:hover {opacity: .8;}
.main_board .main_photo_gall li:nth-of-type(3n) {margin-right: 0;}
.main_board .main_photo_gall li a {display: block;}
.main_board .main_photo_gall li a img {width: 100%; height: 150px;}
.main_board .main_photo_gall li a p {font-size: 14px; margin-top: 6px; font-weight: 500; line-height: 1em;}
.main_board .main_photo_gall li a span {font-size: 10px; margin-top: 5px; display: block;}


/**************sub common******************/
.sub > .wrap {padding-bottom: 100px; margin-top: 100px;}

.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 350px; padding-top: 110px; margin-top: 120px; text-align: center; color: #fff; position: relative; background-image: url(../img/subtop.jpg);}
.subtop h1 {font-size: 56px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif;}
.subtop p {font-size: 20px; opacity: .7; letter-spacing: 0; font-weight: 300;}

.sub_cate {float: left; width: 25%;}
.sub_cate h2 {border: 1px solid #0c4da2; color: #0c4da2; padding: 20px; margin-bottom: 30px;}
.sub_cate li a {display: block; padding: 10px 20px; font-weight: 300; font-size: 18px; color: #666; transition: .3s; overflow: hidden; position: relative;}
.sub_cate li a:hover {background: rgba(12, 77, 162, 0.4); font-weight: 500;}
.sub_cate li.sub_cate_depth01 a {font-size: 13px; padding: 6px 0 6px 40px; position: relative;}
.sub_cate li.sub_cate_depth01 a:before {position: absolute; content: ''; background: #666; height: 1px; width: 5px; top: 50%; transform: translateY(-50%); left: 28px;}

.sub1 .sub_cate li:nth-of-type(1) a {background: #0c4da2; color:#fff; font-weight: 500;}
.sub2 .sub_cate li:nth-of-type(2) a {background: #0c4da2; color:#fff; font-weight: 500;}
.sub3 .sub_cate li:nth-of-type(3) a {background: #0c4da2; color:#fff; font-weight: 500;}
.sub4 .sub_cate li:nth-of-type(4) a {background: #0c4da2; color:#fff; font-weight: 500;}
.sub5 .sub_cate li:nth-of-type(5) a {background: #0c4da2; color:#fff; font-weight: 500;}
.sub6 .sub_cate li:nth-of-type(6) a {background: #0c4da2; color:#fff; font-weight: 500;}
.sub6 .sub_cate li:nth-of-type(7) a {background: #0c4da2; color:#fff; font-weight: 500;}

.sub_cont {float: left; width: 75%; padding-left: 100px;}

.subtitle {margin-bottom: 50px; padding-bottom: 25px; border-bottom: 1px solid #ddd; color: #333; position: relative;}
.subtitle h2 {font-size: 40px; line-height: 1em;}
.subtitle .sub_sitemap {position: absolute; right: 0; bottom: 25px;}
.subtitle .sub_sitemap span {font-size: 12px; color: #333;}
.subtitle .sub_sitemap span.sub_sitemap_arrow {padding: 0 5px; color: #0c4da2;}

.minititle {text-align: center; margin-bottom: 50px;}
.minititle h2 {font-size: 32px; color: #0c4da2; margin-bottom: 10px;}
.minititle p {color: #666; font-size: 16px;}

.sub_member {padding-top: 150px;}

.cont_table {width: 100%; margin-top: 50px; border-color: #ddd;}
.cont_table tr:first-of-type {border-top: 7px solid #0c4da2;}
.cont_table tr:first-of-type th {text-align: center; font-size: 24px;}
.cont_table th {background: #f7f7f7; text-align: left; font-size: 16px;}
.cont_table td {font-size: 14px;}
.cont_table th, 
.cont_table td {padding: 12px 0 12px 20px;} 

.sub_conv01 {margin-bottom: 50px; border: 1px solid  #0c4da2; padding: 25px; text-align: center;}
.sub_conv01 h3 {color: #0c4da2; font-size: 24px; margin-bottom: 10px;}
.sub_conv01 p {display: inline-block; vertical-align: top; margin-right: 20px;}
.sub_conv02 div {width: 25%; float: left; padding: 15px 0; cursor: pointer; text-align: center;}
.sub_conv02 div span {color: #0c4da2; transition:.3s; padding-bottom: 3px; font-size: 16px;}
.sub_conv02 div:hover span {border-bottom: 1px solid #0c4da2;}
.sub_conv02 div span b {color: #333; font-size: 14px;}
.sub_conv02 div.on {background: #0c4da2;}
.sub_conv02 div.on span {color: #fff;}
.sub_conv02 div.on span b {color: #fff;}
.sub_conv02 .tab {display: none;}
.sub_conv02 .tab.on {display: block; margin-top: 50px;}
.sub_conv02 img {display: block; width: 100%;}

.sub_location .sub_location03 {margin: 50px 0;}
.sub_location .sub_location03 h3 {color: #0c4da2; font-size: 24px; margin-bottom: 10px;}
.sub_location .sub_location03 p b {display: block; color: #0c4da2;}

/**************sub common end******************/

/**************sub ******************/

/**************sub end******************/

