@charset "utf-8";

.body_bg{background:#fff;}
#wrap{width:100%; position:relative;}

.header{background-color:#fff;}
.gnb_wrap{background-color:#16175d; height:45px;}
.gnb{width:1400px; margin:0 auto;}
.gnb ul{float:right; list-style:none; margin-top:-2px;}
.gnb li{margin:10px; float:left;}
.gnb li a{font-size:12px; color:#fff; line-height:1;}
.gnb li:nth-child(5) a{color:#ffff00;}
.navbar {display:flex; justify-content:space-between; align-items: center; padding: 0px 20px; width: 1400px; margin: 0 auto; height:100px;}
.navbar_logo {font-size:30px; margin-right:50px; font-weight:600; width:25%;}
.navbar_logo a { display:flex; gap:1rem; align-items: center;}
.navbar_logo img { max-height: 80px;}
.navbar_menu {display:flex; justify-content:space-between; list-style: none; padding-left: 0; z-index: 99999; width:75%;}
.navbar_menu>li {position: relative; display:flex; height:100px; align-items: center;}
.navbar_menu>li>a { font-size: 1.5rem; display:block; padding:30px 30px;}
.navbar_menu>li a:hover { color: #3479b4;}
.navbar_menu li:hover .sub { opacity: 1; visibility: visible;}
.navbar_menu .sub { position: absolute; top: 96px; 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: #fff; border-top:5px solid #3479b4; width:100%; left:50%; transform:translateX(-50%); padding:5px 0;}
.navbar_menu .sub li { list-style-type: none; border-bottom: 0; text-align: center;}
.navbar_menu .sub li a { font-size: 14px; font-weight: bold; color: #333; display: block; padding: 5px 0px }
.navbar_menu .sub li a:hover { color: #3479b4;}
.navbar_icons { display:none; list-style:none;}
.navbar_icons li { padding: 8px 12px;}
.navbar_toggleBtn { display: none; position: absolute; right: 32px; font-size: 24px; color: #d49466;}


@media screen and (min-width: 768px) {
 .pcOnly {}
.mbOnly {display: none !important;} 
}
/*  Mobile : ~ width:975px  */
@media screen and (max-width: 768px) {
 .mbOnly {}
.pcOnly {display: none !important;}
.under img{width:100%;} 
}

@media screen and (max-width: 768px) {
/* .header{z-index:1;}
.gnb_wrap{ position:fixed; top:75px; height:55px; background:rgb(28,121,95); z-index:999; opacity:0; visibility:hidden; transform:translateX(100%); transition:0.3s;} .gnb_wrap.active{opacity:1; visibility:visible; transform:translateX(0); transition:0.3s;}
.gnb { width:100vw; margin: 1% auto;}
.gnb ul { float:none; display:flex; justify-content: space-between;}
.gnb li { width:100%;}
.gnb li a{font-size:1rem; color:#ccc; text-align:center; display:block; line-height:2;}
.gnb li:last-child, .gnb li:first-child, .gnb li:nth-child(4) { display:none;}
.navbar { flex-direction: column; align-items: flex-start; padding: 11px 0 0 0; width: 100%; position:fixed; background:#fff; z-index:9999;}
.navbar_logo {  margin:10px;}
.navbar img{width:90%;}
.navbar_menu{position:fixed; top:130px; right:0; width:100%; height: 87vh; background-color:rgb(28,121,95); flex-direction:column; opacity:0; visibility:hidden; transform:translateX(100%); transition:0.3s;} .navbar_menu.active{opacity:1; visibility:visible; transform:translateX(0); transition:0.3s;}

.navbar_menu>li { width: 100%; border-top: 1px solid #ccc; padding: 0;}
.navbar_menu>li>a { font-size: 1rem; color: #fff; padding: 15px 30px; text-align: left; display: block;}
.navbar_menu>li a:hover { color: #fff; font-weight: 600;}
.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;}
.navbar_menu>li .sub li:last-child { border-bottom: 0 none;}
.navbar_menu>li .sub li { border: 0 none; list-style: none; width: 100%; border-bottom: 1px solid #ddd; padding: 0 35px;}
.navbar_menu>li .sub li a { color: #333; text-align: left; font-size:.8rem;}
.navbar_menu .sub li a:hover { color: #333;}
.navbar_icons { display: none; justify-content: center; width: 100%; border-top:1px solid #ccc;}
.navbar_toggleBtn { display: block; top: 30px; right:15px;}
.navbar .navbar_logo{ order:1;}
.navbar .navbar_menu{ order:3;}
.navbar .navbar_icons{ order:2;}

.hamburger{ position:absolute; top: 30px; right:15px;}
.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;}

#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);}
#hamburger-1.is-active .line:nth-child(5) { -webkit-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -o-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg);}  */
}

.main_visual { background:#f0f4ff; border-top: 1px solid #254987; border-bottom: 1px solid #ddd;}
.main_img{width:1400px; margin:0 auto;}

.main_quick {width:1400px; margin:1.8rem auto;}
.main_quick ul {display:flex; justify-content:space-between; margin-top:20px; gap:20px;}
.main_quick ul li { color:#333; font-size:1.5rem;}
.main_quick ul li a {color:#333; display:flex; gap:10px; flex-direction: column; align-items: center; justify-content: center; font-size:1.5rem;}
.main_quick ul li a i { border-radius:150px; background:#f7f7f7; color:#333; font-size:75px; font-weight:bold; padding:35px; line-height:1;}

.main_container{width:1400px; margin: 0 auto;display:flex; justify-content:space-between;}
 
.event{flex-basis: 500px; flex-grow:1; flex-shrink: 1; position:relative; width:100%; height:24rem; background:#fff; padding: 2rem; border:1px solid #ccc; border-left:0 none;}
.event dl{ display:flex;flex-direction: column; gap:1rem; border-bottom:1px dashed #ddd; padding-bottom:15px;}
.event dl dt{font-size:1.5rem; color:#222373; font-weight:bold; line-height:1.2;;text-overflow:ellipsis; white-space: nowrap; overflow: hidden; width:95%; }
.event dl dd{font-size:1rem; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; color:#333; line-height:1.5; position:relative;}
.event a.more {position:absolute; bottom:0; right:0; font-size:1rem; background:#525393; color:#fff; padding:5px 10px; line-height:1;}
.event dl:not(:last-child) { margin-bottom:1.5rem;}
.event dl:last-child { border-bottom:0;}

.notice{flex-basis: 500px; flex-grow:1; flex-shrink: 1; position:relative; /*width:100%;*/ height:9.9rem; background:#fff; padding: 2rem; border:1px solid #ccc;}
.noti_tit{color:#254987; font-size:1.5rem; font-weight:bold; padding:0 0 1rem; line-height:1;}
.notice ul{ list-style:none; width:100%; }
.notice ul li{border-bottom:1px dashed #ddd; padding-top:5px;}
.notice ul li a{display:inline-block;text-overflow:ellipsis; white-space: nowrap; overflow: hidden; width:80%; max-width: calc(100% - 80px); font-size:1.1rem; line-height:35px;}
.notice ul li span{float:right; font-size:0.9rem; letter-spacing:-1px; line-height:28px;}
.notice ul li:last-child{margin-bottom:0; border-bottom:0;}
.notice .more a{position:absolute; top:0; right:0; font-size:1rem; font-weight:bold; color:#fff; background:#254987; padding:0.7rem 1rem; line-height:1;}

.news{flex-basis: 500px; flex-grow:1; flex-shrink: 1; position:relative; /*width:100%;*/ height:10rem; background:#fff; padding: 2rem; border:1px solid #ccc; border-top:0 none;}
.news_tit{color:#254987; font-size:1.5rem; font-weight:bold; padding:0 0 1rem; line-height:1;}
.news ul{ list-style:none; width:100%; }
.news ul li{border-bottom:1px dashed #ddd; padding-top:5px;}
.news ul li a{display:inline-block;text-overflow:ellipsis; white-space: nowrap; overflow: hidden; width:80%; max-width: calc(100% - 80px); font-size:1.1rem; line-height:35px;}
.news ul li span{float:right; font-size:0.9rem; letter-spacing:-1px; line-height:28px;}
.news ul li:last-child{margin-bottom:0; border-bottom:0;}
.news .more a{position:absolute; top:0; right:0; font-size:1rem; font-weight:bold; color:#fff; background:#254987; padding:0.7rem 1rem; line-height:1;}

.footer{clear:both; background-color:#515151;}
.footer .copy_txt{width:1400px; margin:0 auto; text-align:center; color:#fff; font-size:13px; line-height:20px; padding:20px 0; opacity:.8;}
.copy_txt .copy_btn { display: flex; gap:10px; margin-bottom:10px; flex-wrap: nowrap; align-items: center; justify-content: center;}
.copy_btn .private, .copy_btn .agreement, .copy_btn .pcversion {background:#666666; border-radius:20px; padding: 3px 10px; text-align:center;  margin: 5px; line-height:1;}
.copy_btn .private a, .copy_btn .agreement a, .copy_btn a.pcversion {color:#ffffff; font-size:12px;}
.private_txt, .agreement_txt{font-size:12px;padding:15px;line-height:1.6;font-family: 'NotoRight'; }
.pcversion { display:none;}

@media screen and (max-width: 768px) {
/*.main_container{width:100%; padding-top:70px;}

.main_cont{flex-direction:column;}
.main_img{width:96%; margin:0 auto;}
.main_img img{width:100%;}
.main_board{width:96%;  margin:.8rem auto;}

.notice{height:auto; margin-bottom:.8rem;}
.noti_tit{font-size:1.5rem; padding-top:19px;}
.noti_tit span{font-size:.8rem;}
.notice ul{margin:0 15px 10px 0;}
.notice ul li a{width:100%; font-size:.9rem; line-height:22px;}
.notice ul li span{ display:none;}

.event{height:auto; margin-top:0;} 
.event_tit{font-size:1.5rem; padding-top:19px;}
.event dl{margin:10px 15px 10px 10px; padding:10px;}
.event dl dt{font-size:35px; color:#cf3815; font-weight:bold; line-height:20px; margin-right:20px;}
.event dl dd{font-size:1.2rem;}
.event dl dd span{font-size:.8rem;}

.main_quick{flex-wrap:wrap; width:96%; margin:0 auto;}
.quick{width:49%; height:170px; padding:20px;}
.quick dt{font-size:1.2rem; line-height:2rem;}
.quick dd{font-size:.9rem; line-height:1.2rem; margin-top:20px; background:#157359; color:#fff; border-radius:5px; width:100px; text-align:center; padding:3px 0;}

.quick2{width:99%; height:140px; padding:0.5rem; flex-wrap: wrap;justify-content: space-evenly;}
.quick2 dt{font-size:1.2rem; line-height:2rem; width:100%; text-align:center; margin-bottom:0.3rem;}
.quick2 dd{font-size:1rem; line-height:1.5rem; width:43%; padding:15px 10px 0;}

.quick2 dd:nth-child(2){background:url('/images/q_bg011.png') no-repeat -5vw -2vw #ccc; background-size: cover; color:#157259;}
.quick2 dd:nth-child(3){background:url('/images/q_bg021.png') no-repeat -5vw -2vw #ccc; background-size: cover; color:#157259;}

.main_quick dl:nth-child(1){background:#157359; color:#fff;}
.main_quick dl:nth-child(2){background:url('/images/q_bg03.png') no-repeat 5vw 0 #ccc; color:#157259;}
.main_quick dl:nth-child(3){background:url('/images/q_bg04.png') no-repeat -1rem 0 #3564b2;}
.main_quick dl:nth-child(4) dt{font-size:1rem; line-height:1.5rem;}

.footer { clear: both;  flex-direction: column-reverse; padding:10px; margin-top:0;}
.footer .copy_txt{width:100%; font-size:.7rem; line-height:1rem; padding:10px 0;}
.footer a{color:#fff; font-size:.7rem;}

.pcversion { display:inline-block;}*/
}

.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: 40px; height: 40px; padding:20px 0 0 20px ; display: inline-block; float:left; border-left: #e6e6e6 1px solid; border-right: #e6e6e6 1px solid; }
.fa-home{color:#3564b2;}
.sub-icon {float: right;}
.location_tit {float:left; position:relative; height: 30px;width: 220px; background:#3564b2;font-size:18px;color:#fff; padding:15px;}
.location_tit a {font-size:18px; display: block; padding:15px; color:#fff;}
.location_tit > a{border-right: 1px solid #ddd;}

.location_list {background:#fff; width: 251px; position: absolute; left: -1px; display: none;}
.location_list li {border:1px solid #ddd; border-top:none; list-style:none}

.location_list li a:link, .location_list li a:visited, .location_list li a:active, .location_list li a:hover{color:#3564b2;}

.location_tit2 {float:left; position:relative; height: 60px;width: 300px; background:#fff;}
.location_tit2 a {font-size:18px; display: block; padding:17px 15px; color:#3564b2;}
.location_tit2 > a{border-right: 1px solid #ddd;}
.location_inner {background:#eff4ff; width: 301px; position: absolute; left: -1px; display: none;}
.location_inner li {border:1px solid #ddd; border-top:none; list-style:none;}
.location_tit2 .location_inner li a:link, .location_tit2 .location_inner li a:visited {color:#333;}
.location_tit2 .location_inner li a:active, .location_tit2 .location_inner li a:hover{color:#3564b2;}
.location_inner li.on a, .location_inner li.on a:hover {font-weight:600; color:#333;}

.navi{display:none;}

.container{clear:both; width:1400px; margin: 2rem auto 3rem; }
.contents{padding:0; background-color:#fff; min-height:350px; box-sizing:border-box;}
.title{font-size:40px; color:#fff; text-align:center; border-top:1px solid #eee; padding: 4rem 0; margin:0 auto; background:url('/images/sub_img.jpg') no-repeat top center #254987;}
h3 {color:#3564b2; font-weight:bold; font-size:1.5rem; line-height:3rem; position:relative; margin-bottom:1.5rem; text-align:center;}
h3:before { display:block; content:''; position:absolute; top:1.8rem; left:50%; transform:translateX(-50%); width:20rem; height:1rem; background:#3564b2; opacity:0.12;}
h4 {color:#fff; font-weight:bold; font-size:1.1rem; line-height:2.4rem; position:relative; margin-bottom:1rem; overflow: hidden;}
h4:before { display:block; content:''; position:absolute; top:1.2rem; left:15rem; width: calc(100% - 15rem); height:2px; background:#3564b2;}
h4 span {display:inline-block; border-radius:2.4rem; background:#3564b2; width:15rem; text-align: center; color:#fff; font-weight:bold; font-size:1.1rem; line-height:2.4rem; word-break: keep-all; white-space: nowrap;}
h4:not(:first-child) { margin-top:2rem;}

h5 {color:#fff; font-weight:bold; font-size:1.1rem; line-height:2.4rem; position:relative; margin-bottom:1rem; overflow: hidden;}
h5 span {display:inline-block; border-radius:2.4rem; background:#3564b2; text-align: center; color:#fff; font-weight:bold; font-size:1.1rem; line-height:2.4rem; word-break: keep-all; white-space: nowrap; padding:0 2rem;}
h5:not(:first-child) { margin-top:1.5rem;}

@media screen and (max-width: 768px) {
/*.location { width: 100%; margin: 0 auto; position: relative; display: block; content: ''; clear: both;}
.location_tit {width: 8rem;height: 30px; font-size:0.8rem; padding:10px 0.5rem; letter-spacing:-1px;}
.location_list {width: calc(8rem + 1px);}
.location_tit2 {width: 12rem;}
.location_inner {width: calc(12rem + 1px);}
.location_wrap, .location_tit2 { height: 50px;}
.location_tit a, .location_tit2 a {font-size:0.8rem; padding:10px 0.5rem; letter-spacing:-1px;}

.home { display:none;}
.navi{font-size:14px; font-family:'NotoLight'; display:block; width:100%; line-height:48px;}
.navi span{padding-left:20px;}
.navi a{color:#333;}

.container { width: 100%;}
.contents { padding:1rem; min-height: 200px;}
.title {  font-size: 1.6em; padding: 2rem 1rem; padding-top:100px;}*/
}

.main_banner { width:1360px; margin:3rem auto;}
.main_banner div { text-align:center; height:62px; line-height:60px;}
.main_banner div img { object-fit: cover; width:95%; height: 60px; border: 1px solid #ddd;}
@media screen and (max-width: 768px) {
/*.main_banner { width:93vw; margin:0.5rem 2vw 2rem;}
.main_banner div img { height:3rem;}*/
}