@charset "utf-8";
* { box-sizing: border-box;}
body { margin: 0; font-family: 'NEXON Lv2 Gothic';}
a { text-decoration: none; color: #333;}

.header { background:#fff;}
.navbar {  border-bottom: 1px solid #ddd; width: 100%;}
.navbar_logo { font-size: 24px; color: #fff;}
.navbar_logo i { color: #d49466;}
.navbar_logo img { height:5vw; max-height:80px; display: block; margin-left:1rem;}
.navbar_menu { position:relative; width:100%; max-width: 1350px; margin:0 auto; display: grid; gap:2rem; grid-template-columns: repeat(6, 1fr); z-index: 99999; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
.navbar_menu>li { position: relative;}
.navbar_menu>li>a { display: block; font-weight:bold; color:#454545; text-align: center; padding: 1.8rem 0; font-size: 1.6rem; line-height: 1;}
.navbar_menu>li:hover a { color: #0b6c8f;}
.navbar_menu li:hover .sub { opacity: 0.95; visibility: visible;}
.navbar_menu .sub { position: absolute; top: 70px; opacity: 0; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; visibility: hidden; background-color: rgba(0,0,0,0.9); width:100%; min-width:160px; left:50%; transform: translateX(-50%);}
.navbar_menu .sub li { text-align: left;}
.navbar_menu .sub li+li { border-top: 1px solid #5d5d5d;}
.navbar_menu .sub li a { font-size: 1rem; color: #fff; display: block; padding: 0.5rem 1rem;}
.navbar_menu .sub li a:hover { color: #ffff00;}
.navbar_icons { color: #999; display: flex; justify-content: flex-end; padding: 0; width: 100%; max-width: 1350px; margin: 0 auto;}
.navbar_icons li {}
.navbar_icons li a { padding:.7rem 1rem; font-size:0.8rem; color:#333; text-transform: uppercase; display: block;}
.navbar_toggleBtn { display: none; position: absolute; right: 2rem; font-size: 24px; color: #d49466; ;}

.main_container{ background:#fff; width:100%; margin:0 auto; overflow: hidden;}
.main_cont{ width:100%; max-width:1400px; display:flex; gap:0; flex-direction: column; margin:0 auto;}
.main_quick { background:#fff; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;}
.main_quick dl { background:#357ad5; color:#fff; padding:2rem 0 2rem 2.5rem; display:flex; gap:2rem; align-items: center; cursor: pointer;}
.main_quick dd { position:relative; font-size:2rem; line-height: 1.3; padding-bottom:1.5rem;}
.main_quick dd:before { position:absolute; content: ''; display:block; left:10px; bottom:0; width:60px; height:1px; background:#fff;}
.main_quick dd:after { position:absolute; content: ''; display:block; left: 46px; bottom: 6px; width: 25px; height: 1px; transform: rotate(25deg); background: #fff;}
.main_quick dl:hover { background:#145ab8;}

.main_board { background:#ddd; border:1px solid #ddd; width:100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;}

.notice{background:#fff; box-sizing:border-box; width:100%; padding:2rem; display: flex; gap: 2rem; flex-direction: column; justify-content: flex-start; position:relative;}
.noti_tit{font-size:1.6rem; font-weight:bold; color:#4873d3;}
.notice ul{margin: 0; padding:0; display: flex; flex-direction: column; gap:1rem;}
.notice ul li a{display:inline-block;text-overflow:ellipsis; white-space: nowrap; overflow: hidden; font-size:1.2rem; line-height: 1.2; color:#333; width:500px;}
.notice ul li span{float:right; font-size:1.2rem; color:#6a6a6a; line-height: 1.2;}
.notice a.more{ position:absolute; content: ''; top:2rem; right:2rem; display:block; font-size: 2rem; color: #4873d3;}

.event {background:#fff; box-sizing:border-box; width:100%; padding:1rem; display: flex; gap: 2rem; flex-direction: column; justify-content: flex-start; position:relative;}
.event_tit{font-size:1.6rem; font-weight:bold; color:#de4747;}
.event_cont {display: flex; flex-direction: column; gap:1.8rem;}
.event_cont dl { padding: 0 1rem; display:flex; gap:2rem; align-items: center;}
.event_cont dl + dl { border-top: 1px solid #ddd; padding-top: 1.8rem;}
.event_cont dd { display:inline-block;text-overflow:ellipsis; white-space: nowrap; overflow: hidden; font-size:1.2rem; line-height: 1.2; color:#4e4e4e; width:550px;}
.event_cont dd strong { display:block; font-size:1.6rem; color:#333; margin-bottom:0.5rem;}
.event a.more{ position:absolute; content: ''; top:2rem; right:2rem; display:block; font-size: 2rem; color: #de4747;}

.main_img { width:100%; background:#fff; overflow:hidden;}
.main_img img {}

.main_banner { overflow: hidden; margin:1rem -5px;}
.main_banner li { border: 1px solid #eee; text-align: center; color:#ccc; background: #fff; height: 82px; margin: 0 10px;}
.main_banner li a { display: flex; align-items: center; justify-content: center;height:80px;}
.main_banner li img { max-height: 80px; }
.main_banner .slick_list { margin: 0 -10px;}

.footer { clear: both; background:#6d6d6d; margin: 0; padding:0;}
.footer_wrap { width:100%; max-width: 1400px; margin: 0 auto; display:flex; justify-content:center; align-items: flex-start; padding: 3rem 0;}
.footer .copy_txt { color: #fff; font-size: 1rem; line-height: 1.5;	text-align: center;}
/*개인정보 취급방식*/
.private { display: flex; gap: 5px; flex-direction: column;}
.private a { font-size: 1rem; border:1px solid #ccc; color:#666; padding: 3px 10px; text-align: center; cursor: pointer;}
.private_txt { font-size: 0.9rem; padding: 1rem; line-height: 1.6;}
.private_txt strong { display:block; margin-bottom:-0.5rem; font-size:larger;}
.private_txt ul { padding-left:1rem;}
.private_txt ul li {font-size:0.9rem; line-height: 1.6;}
.private_txt ul li strong { display:inline-block; font-size: inherit;}
.private_txt ol { }
.private_txt ol li { font-size:0.9rem; line-height: 1.6;padding-left:1rem; text-indent: -1rem;}
.private_txt ol li strong { display:inline-block; font-size: inherit;}

/* left */
.location {width:1400px; margin: 0 auto; position:relative; display: block;content: '';clear: both}
.location_wrap {height: 60px; width: 100%; background: #fff; z-index: 3; position:relative; border-bottom:1px solid #ddd; }
.location_wrap:before {content: ''; height: 60px; border-bottom: #e6e6e6 1px solid;}
.home{width: 60px; height: 60px; padding:20px 0 0 20px ; display: inline-block; float:left; border-left: #e6e6e6 1px solid; border-right: #e6e6e6 1px solid; }
.fa-home{color:#0b6c8f;}
.sub-icon {float: right; line-height: 2;}
.location_tit {float:left; position:relative; height: 60px; width: 220px; background:#0b6c8f;font-size:1.2rem; color:#fff; padding:15px; line-height: 30px;}
.location_tit a {font-size:1.2rem; display: block; padding:15px; color:#fff;}
.location_tit > a{border-right: 1px solid #ddd;}

.location_tit2 {float:left; position:relative; height: 60px;width: 300px; background:#fff; border-bottom: 1px solid #ddd;}
.location_tit2 a {font-size:1.2rem; display: block; padding:15px 15px; color:#0b6c8f;}
.location_tit2 > a{border-right: 1px solid #ddd; }
.location_inner {background:#f9f9f9; width: 301px; position: absolute; left: -1px; display: none; }
.location_inner li {border-bottom:1px solid #ddd;  list-style:none; }
.location_tit2 .location_inner li a:link, .location_tit2 .location_inner li a:visited {color:#333; font-size: 1rem;}
.location_tit2 .location_inner li a:active, .location_tit2 .location_inner li a:hover{color:#0b6c8f;}
.location_inner li.on a, .location_inner li.on a:hover {font-weight:600; color:#333;}

.navi{display:none;}

.container{clear:both; width:1300px; margin: 0px auto; }
.contents{padding:1rem 1rem 3rem; background-color:#fff; min-height:450px; box-sizing:border-box;}
.title{ color:#0b6c8f; font-weight:bold; font-size:2rem; line-height:3rem; position:relative; margin: 2rem 0; text-align:center;}
.title:before { display:block; content:''; position:absolute; top:1.8rem; left:50%; transform:translateX(-50%); width:15rem; height:1rem; background:#0b6c8f; opacity:0.12;}
/*
.title{ color:#0b6c8f; font-weight:bold; font-size:2rem; line-height:3rem; position:relative; margin: 2rem 0; text-align:center; border-bottom: 1px solid #ddd; padding-bottom: 1.5rem;}*/


h3 {font-size:1.8rem; font-weight:bold; margin-top:1rem; margin-bottom:1rem; color:#323e58; position:relative; line-height:1.3; text-align:left;}
h3:before { position: absolute; content: ''; top: -1rem; left: 0; width: 2rem; height: 5px; background: linear-gradient(330deg, #323e58 35%, #51b6c2 65%);}
h3:not(:first-child) { margin-top:3.5rem;}
h4 {font-size:1.5rem; font-weight:bold; padding-left:1.2rem; margin-top:1rem; margin-bottom:0.8rem; color:#323e58; position:relative; text-align:left;}
h4:before { position: absolute; content: ''; top: 0.3rem; left: 0; width: 7px; height: 1.5rem; border-left: 7px solid #51b6c2;}
h4:not(:first-child) { margin-top:2rem;}
h5 {font-size:1.3rem; font-weight:bold; padding-left:1.7rem; margin-left:1.2rem; margin-top:10px; margin-bottom:1rem; color:#323e58; position:relative; line-height:1.5; text-align:left;}
h5:before { position: absolute; content: ''; top: 5px; left: 0; width: 7px; height: 7px; border-radius:10px; border: 5px solid #51b6c2;}
h5 a, .line2 a { display: inline-block; margin-left:1rem; background:#51b6c2; color:#fff; font-size:1.1rem; padding:0.2rem 0.5rem; border-radius:0.5rem;}
h6 {font-size:1.2rem; font-weight:bold; padding-left:1.4rem; margin-left:3rem; margin-top:10px; margin-bottom:10px; color:#323e58; position:relative; line-height:1.5; text-align:left;}
h6:before { position: absolute; content: ''; top: 9px; left: 0; width: 10px; height: 10px; border-radius:10px; background: #51b6c2;}