category@charset "utf-8";
* { box-sizing: border-box;}
body { margin: 0; font-family: 'NanumBarunGothic';}
a { text-decoration: none; color: #333;}


#back-to-top { position: fixed; display:none; right: 2rem; bottom: 2rem; z-index: 999; padding: 0.5rem; width:3rem;height:3rem; border-radius: 3rem; transition:all .5s ease-in-out; font-size:3rem; line-height:1; text-align:center; vertical-align:middle; cursor:pointer; user-select:none; background:#fff; color:#51b6c2; opacity:0.5;}
#back-to-top:hover { opacity:1;}
#back-to-top:focus { outline: 0; box-shadow:0 0 0 .25rem rgba(19,76,140,0.25)}

.body_bg {}
#wrap {	background: #fff;}
.wrap{width:100%}
.header {background:#f2f2f2;}
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 0; width: 100%; max-width: 1350px; margin: 0 auto; position:relative;}
.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 { display: flex; gap:1rem; z-index: 99999; margin: 2rem -4.5rem 0 0; 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; padding: 2rem 0.5rem 2.5rem; box-sizing: border-box; font-size: 1.2rem;}
.navbar_menu>li:hover a { color: #51b6c2;}
.navbar_menu li:hover .sub { opacity: 0.95; visibility: visible;}
.navbar_menu .sub { position: absolute; top: 76.5px; 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.7); width:110%; min-width:160px; left:50%; transform: translateX(-50%);}
.navbar_menu .sub li { border-bottom: 1px solid #5d5d5d; text-align: left;}
.navbar_menu .sub li a { font-size: 0.9rem; color: #fff; display: block; padding: 0.5rem 1rem;}
.navbar_menu .sub li a:hover { color: #ffff00;}
.navbar_icons { z-index: 99999; color: #999; display: flex; position:absolute; top:1rem; right:0;}
.navbar_icons li {}
.navbar_icons li a { padding:0.3rem 1rem; font-size:0.9rem; color:#333; text-transform: uppercase;}
.navbar_toggleBtn { display: none; position: absolute; right: 2rem; font-size: 24px; color: #d49466; ;}

@media screen and (max-width: 1400px) {
	.navbar_menu { gap:0.5rem; margin: 2rem -1.5rem 0 0;}
	.navbar_menu>li>a { font-size: 1.1rem;}
	.navbar_icons {right:1rem;}
}

@media screen and (max-width: 1200px) {
	.navbar_menu { margin: 2rem 0 0 0;}
	.navbar_menu>li>a { font-size: 1rem; letter-spacing: -1px;}
	.navbar_icons li a { font-size:0.8rem;}
}

 @media screen and (max-width: 1024px) {
.header { overflow: hidden;}
.navbar { flex-direction: column; align-items: flex-start; padding: 0 0 0 0; width: 100%;}
.navbar_logo {order:1; position: fixed; top:0; left:0; background:#fff; z-index: 9; width:100%;}
.navbar img{height:60px; margin:5px 5px 5px 1rem;}
.navbar_menu { order:3; gap:0; position:fixed; top:105px; flex-direction: column; align-items: center; width: 100%;/* height: calc(100vh  - 114px);*/ margin: 0 0 0 0; background: #51b6c2; transform: translateX(100%); transition: 0.3s; opacity: 0; visibility: hidden; bottom:0; overflow-y: auto;}
.navbar_menu>li { width: 100%; border-top: 1px solid #ccc; background-color: #51b6c2; padding: 0;}
.navbar_menu>li>a { font-size: 1rem; color: #fff; padding: 1rem 2rem; text-align: left; display: block;}
.navbar_menu>li:hover a { color: #ffffff;}
.navbar_menu li:hover .sub { opacity: 1; visibility: visible;}
.navbar_menu>li .sub { width: 100%; padding: 0; margin: 0; position: static; opacity: 1; transition: none; visibility: visible; background-color: #fff; transform:none;}
.navbar_menu>li .sub li:last-child { border-bottom: 0 none;}
.navbar_menu>li .sub li { border: 0 none; background-color: #fff; border-bottom: 1px solid #ddd; left:0; transform: translateX(0);}
.navbar_menu>li .sub li a { color: #333; text-align: left; display:block; padding: 0.8rem 0 0.8rem 2rem; font-size:1rem;}
.navbar_menu .sub li a:hover { color: #333;}
.navbar_icons { order:2; padding: 0.5rem 0; position: fixed; top:70px; justify-content: center; width: 100%; border-top:1px solid #ccc; background: #fff; transform: translateX(100%); transition: 0.3s; opacity: 0; visibility: hidden;}
.navbar_toggleBtn { display: block; top: 30px; right:1.5rem;}
.navbar_menu.active, .navbar_icons.active { transform: translateX(0); transition: 0.3s; opacity: 1; visibility: visible; right:0;}

/* 햄버거 버튼 */

.hamburger{ position:fixed; top: 23px; right:1.5rem; z-index: 10;}
.hamburger .line { width: 25px; height: 4px; background-color: #333; display: block; margin: 3px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.hamburger:hover { cursor: pointer;}


/* ONE */

#hamburger-1.is-active .line:nth-child(2) { opacity: 0;}

#hamburger-1.is-active .line:nth-child(1) { -webkit-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg);}

#hamburger-1.is-active .line:nth-child(3) { -webkit-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -o-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg);}
}

.main_container{ width:100%; max-width:1400px; margin:0 auto; overflow: hidden;}
.main_cont{display:flex; gap:0; flex-wrap: wrap;}
.main_left, .main_right { flex-basis: 20%;}
.main_left ul, .main_right ul { display:flex; gap:0; flex-direction: column;}
.main_left ul li, .main_right ul li { padding:0; margin:0; aspect-ratio: 1 / 1;}
.main_left ul li a, .main_right ul li a{ display:flex; align-items: center; justify-content: center; padding:0 1rem; width:calc(100% - 2rem); height:100%; color:#fff; font-weight:bold; font-size:1.5rem; text-align: center;}
.main_left ul li:nth-child(1) a { background:#435d8d;}
.main_left ul li:nth-child(2) a { background:#43808d;}
.main_left ul li:nth-child(3) a { background:#438d62;}
.main_right ul li:nth-child(1) a { background:#568d43;}
.main_right ul li:nth-child(2) a { background:#8d8343;}
.main_right ul li:nth-child(3) a { background:#8d5643;}

.main_content{flex-basis:60%; display:flex; flex-wrap:wrap; gap:0; flex-direction: column; justify-content: space-between; align-items: stretch; overflow: hidden;}

.main_images{ width:100%; aspect-ratio: 3 / 2; overflow: hidden;}
.main_images .slick-slide img {max-width:100%;}

.notice{background:#fff; box-sizing:border-box; width:100%; aspect-ratio: 3 / 1; display: flex; gap: 0.5rem; flex-direction: column; justify-content: center;}
.noti_tit{font-size:2rem; font-weight:bold; padding:0 2rem; color:#323e58;}
.notice ul{margin:0 2rem;}
.notice ul li {display:grid; gap:1rem; grid-template-columns: 10px 1fr 80px; align-items: center;}
.notice ul li a{display:inline-block;text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
.notice ul li span{ letter-spacing:-1px; text-align: right;}
.notice ul li:not(:last-child){ margin-bottom: 1rem; border-bottom: 1px dotted #e4e4e4; padding-bottom: 1rem;}
.notice ul li:before{content:'■'; color:#333333; font-size:0.5rem; margin-right:5px;}
.notice a.more{ float:right; font-size: 2rem; font-weight: bold; color: #323e58;}

.quick_banner { flex-basis: 300px; flex-grow:1; flex-shrink:1;display:flex; gap:1rem; justify-content:space-between;}
.quick { display:flex; gap:1rem; flex-wrap:wrap; }
.quick li { width:100%;}
.quick li a { padding:0.8rem 2rem; background:#323e58; color:#fff; font-size:1.5rem; display:flex; justify-content: space-between; align-items: center; box-shadow: 3px 3px 5px 0px #ccc;}
.quick li:nth-child(2) a {background:#2254a8;}
.quick li:nth-child(3) a {background:#2395b2;}
.quick img{ max-width:100%;}

.main_slide { width:100%; background:#f2f2f2; overflow:hidden;}
.main_slide_container{width: 100%; max-width: 1400px; margin: 2rem auto; overflow:hidden;}

.main_banner { overflow: hidden;}
.main_banner li { border: 1px solid #eee; text-align: center; color:#ccc; background: #fff; height: 82px;}
.main_banner li a { display: flex; align-items: center; justify-content: center;height:80px;}
.main_banner li img { max-height: 80px; }

.footer { clear: both; background:#424242; margin: 0; padding:0; border-top:1px solid #f1f1f1;}
.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;}

.category { background: url('/images/sub_bg.jpg') no-repeat center top; height: 177px; text-align: center; font-size: 3rem; line-height: 177px; box-sizing: border-box; color: #fff; font-weight:bold;}
.location { width: 100%; max-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; overflow: hidden;}
.location_wrap:before { content: ''; height: 60px; border-bottom: #e6e6e6 1px solid;}
.home { width: 60px; height: 60px; padding: 1.2rem 0 0 1.3rem; display: inline-block; float: left; border-left: #e6e6e6 1px solid; border-right: #e6e6e6 1px solid; color:#323e58;}
.fa-home { color: #323e58;}
.sub-icon { float: right;}
.location a {color: #323e58; box-sizing: border-box;}
.location_tit { box-sizing: border-box; float: left; position: relative; height: 60px; width: 240px; font-size: 1.1rem; color: #fff; background:#323e58; font-weight: bold;  padding: 1rem;}
.location_tit a { font-size: 1.1rem; display: block; padding: 1rem; height: 60px; color: #fff; background:#323e58; font-weight: bold; box-sizing: border-box;}
.location_tit > a { border-right: 1px solid #ddd;}
.location_list { background: #fff; width: 221px; position: absolute; left: -1px; display: none;}
.location_list li { border: 1px solid #ddd; border-top: none;}
.location_list li a:link, .location_list li a:visited, .location_list li a:active, .location_list li a:hover { color: #51b6c2;}
.location_inner { box-sizing: border-box; float: left; height: 60px; padding: 1.2rem 0 1rem 1rem; display: flex; gap: 1rem;}
.location_inner li {}
.location_inner li a { font-weight: 300; color: #333; font-size: 0.9rem; letter-spacing:-1.1px; display: block;}
.location_inner li.on a, .location_inner li a:hover { font-weight: 600; color: #51b6c2;}

.navi{display:none;}
.container { clear: both; width: 100%; max-width: 1400px; margin: 0px auto;}
.contents { padding: 2rem; background-color: #fff; min-height: 430px; box-sizing: border-box; overflow: hidden;}

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;}


@media screen and (max-width: 1100px) {
	.noti_tit, .notice a.more {font-size:1.5rem;}
.notice ul li:not(:last-child){ margin-bottom: 0.7rem; padding-bottom: 0.7rem;}
}

@media screen and (max-width: 1024px) {
.main_container{ margin-top:70px;}
.main_left ul li a, .main_right ul li a{ font-size:1.2rem;}
	
.category { margin-top:70px;}
	
h3 {font-size: 1.5rem; margin-bottom:1rem;}
h3:not(:first-child) { margin-top:3rem;}
h4 {font-size:1.3rem; margin-top:1rem; margin-bottom:0.5rem;}
h4:not(:first-child) { margin-top:2rem;}
h5 {font-size: 1.2rem; margin-left:0.5rem;}
h6 {font-size: 1.1rem; margin-left:1rem;margin-bottom:0.3rem;}
}

@media screen and (max-width: 858px) {
.body_bg {}
.main_cont{display:flex; gap:0; flex-wrap: wrap;}
.main_content{ order:1; flex-basis: auto;}
.main_left { order:2; flex-basis: 50%;}
.main_right { order:3; flex-basis: 50%;}
.main_left ul li, .main_right ul li { aspect-ratio: 3 / 1;}
.main_left ul li a, .main_right ul li a{ font-size:1rem;}
	
.main_images img{ width:100%;}
.notice{ aspect-ratio: auto; gap: 1rem; padding: 1rem 0;}
.noti_tit{font-size:1.5rem; padding:0 1.5rem;}
.notice ul{margin:0 1.5rem;}
.notice ul li { gap:0.5rem; grid-template-columns: 5px 1fr 60px;}
	
.main_slide { width:100%;}
.main_banner {}
.main_banner li {height:57px;}
.main_banner li a { height:55px;}

.category { font-size: 1.5rem; line-height: 100px; position: relative; width:100%; height: 100px; background-size: cover; margin-top:70px;}
	.category_l2 { font-size: 1.2rem;}
.location { width: 100%; margin: 0 auto; position: relative; display: block; content: ''; clear: both;}
.location_wrap { height: 51px;}

.home { width: 35px; height: 50px; padding: 15px 0 0 15px; display: inline-block; float: left; border-left: #e6e6e6 1px solid; border-right: #e6e6e6 1px solid;}
.fa-home { color: #51b6c2;}
.navi{font-size:0.9rem; display:block; width:100%; line-height:49px;}
.navi span{padding-left:0.5rem; line-height: 1.1;}
.navi a{color:#323e58;}

.container { width: 100%;}
.contents { padding: 1.5rem 1rem; min-height: 200px;} .contents img { max-width:100%;}

.footer_wrap { width:94%; padding:2rem 3%;}
.footer a{font-size: 0.9rem;}
.footer .copy_txt { font-size: 0.9em;}
.private { flex-direction: row;}
 }

@media screen and (min-width: 858px) {
.pcOnly {}
.mbOnly {display: none !important;}
}
/*  Mobile : ~ width:975px  */
@media screen and (max-width: 858px) {
.mbOnly {}
.pcOnly {display: none !important;}
}
