@charset "UTF-8";
/* CSS Document */
/* skip navigation */
#skipNavi { position: fixed; top: -1px; left: 0; width: 100%; height: auto; text-align: center; z-index: 9999; }
#skipNavi a { display: block; position: absolute; top: -30px; width: 100%; height: 1px; line-height: 1px; background: #000; color: #fff; text-align: center; }
#skipNavi a:focus { top: 0px; height: 30px; line-height: 30px; z-index: 9999; }
/* hidding */
.tts { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.text { color: #666; line-height: 1.6; }
.text_c { text-align: center !important; }
.text_r { text-align: right !important; }
.text_l { text-align: left !important; }
.text_bu { color: #0c4893; }
.text_or { color: #f38b3b; }
.mb30 { margin-bottom: 30px; }

@media (max-width: 520px) { .moHide { display: none; } 
}
br.mo { display: none; }
br.pad { display: none; }
br.onpc { display: none; }
img.pc { max-width: 100%; margin-bottom: 20px; }
img.mo { width: 100%; display: none; margin-bottom: 20px; }
img.mo + .om { margin-top: 30px; }

@media (max-width: 1199px) { br.pad { display: block; } 
}

@media (max-width: 520px) { br.mo { display: block; }  br.pc { display: none; }  img.pc { display: none; }  img.mo { display: block; } 
}

@media (min-width: 1199px) { br.onpc { display: block; } 
}
/* common */
.common_layer { width: 100%; max-width: 1200px; margin: 0 auto; position: relative; }

@media (max-width: 1199px) { .common_layer { padding: 0 30px; } 
}
/* header */
#header { z-index: 1000; position: fixed; top: 0; height: 100px; width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background: transparent; }
#header h1 { width: 151px; height: 72px; background: url(../img/logo.png) 0 0 no-repeat; -webkit-transform-origin: top left; transform-origin: top left; margin-top: 10px; float: left; }
#header button { display: none; width: 60px; height: 60px; background: url(../img/mobile_icon4.png) center no-repeat; background-size: 50%; -webkit-transform-origin: top left; transform-origin: top left; position: absolute; right: 0px; top: 0px; }
#header button.gnb_close { background-image: url(../img/mobile_icon5.png); }
#header nav #gnb { color: #fff; text-align: right; padding-right: 80px; }
#header nav #gnb > ul > li { display: inline-block; width: 100%; max-width: 130px; position: relative; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#header nav #gnb > ul > li > a { cursor: pointer; font-size: 1.15rem; font-weight: 500; line-height: 100px; display: inline-block; position: relative; }
#header nav #gnb > ul > li > a::before { content: ""; display: block; width: 0; height: 3px; background: #f5ff9f; position: absolute; bottom: -1px; left: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#header nav #gnb > ul > li ul { display: none; position: absolute; right: 0; top: 100px; width: 200px; padding-top: 30px; }
#header.bg { border-bottom: 0; background-color: rgba(0, 37, 83, 0.8); }

@media (max-width: 1199px) { #header { height: 80px; }  
#header h1 { margin-top: 0; }  
#header button { display: block; }  
#header button.gnb_close { display: none; }  
#header nav { background: #fff; position: absolute; top: 80px; left: 0; width: 100%; height: 100vh; display: none; }  
#header nav #gnb { color: #333; border-top: 1px solid #ddd; }  
#header nav #gnb > ul { height: 100%; }  
#header nav #gnb > ul::before { content: ""; width: 1px; height: 100%; background: #ddd; display: block; position: absolute; top: 0; left: 130px; }  
#header nav #gnb > ul > li { display: block; max-width: 130px; position: unset; }  
#header nav #gnb > ul > li > a { line-height: 1rem; padding: 30px 0px; display: inline-block; position: relative; border-bottom: 1px solid #fff; }  
#header nav #gnb > ul > li ul { display: none; top: 0; text-align: left; padding-top: 0px; width: calc(100% - 130px) !important; max-width: 100%; }  
#header nav #gnb > ul > li ul li { padding: 20px 35px; position: relative; font-size: 1.125rem; font-weight: 400; border-bottom: 1px solid #ddd; }  
#header nav #gnb > ul > li ul li::before { content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #ccc; position: absolute; top: 27px; left: 20px; }  
#header nav #gnb > ul > li.on > a { color: #0c4893; position: relative; }  
#header nav #gnb > ul > li.on > a::before { content: ""; display: block; width: 100%; height: 3px; background-color: #0c4893; position: absolute; bottom: 15px; left: 0; }  
#header nav #gnb > ul > li.on ul { display: block; } 
}

@media (max-width: 520px) { #header h1 { -webkit-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left center; transform-origin: left center; position: relative; right: 10px; } 
}

@media (min-width: 1199px) { #header button { display: none !important; }  
#header:hover { height: 340px; background-color: rgba(0, 37, 83, 0.8); }  
#header:hover::before { content: ""; display: block; position: absolute; top: 100px; width: 200%; height: 1px; left: -50%; background: #c6c5df; }  
#header:hover #gnb > ul > li { max-width: 200px; }  
#header:hover #gnb > ul > li:hover > a { color: #f5ff9f; }  
#header:hover #gnb > ul > li:hover > a::before { width: 100%; }  
#header:hover #gnb > ul > li ul { display: block; }  
#header:hover #gnb > ul > li ul li { margin-bottom: 20px; }  
#header:hover #gnb > ul > li ul li:hover { color: #f5ff9f; text-decoration: underline; } 
}
/* main */
main { width: 100%; overflow: hidden; }
main .visual .slide > div { height: 655px; padding-top: 170px; position: relative; overflow: hidden; }
main .visual .slide > div .bg { background-size: cover; -webkit-animation: zoom-b 10s linear infinite alternate; animation: zoom-b 10s linear infinite alternate; z-index: 1; height: 655px; width: 100%; position: absolute; top: 0; left: 0; }
main .visual .slide > div .common_layer { z-index: 2; }
main .visual .slide > div p { color: #fff; }
main .visual .slide > div p.big { font-family: 'Eoe_Zno_EB'; font-size: 38px; line-height: 1.4; text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
main .visual .slide > div p.big span { font-size: 46px; color: #f5ff9f; display: block; }
main .visual .slide > div p + p { margin-top: 20px; letter-spacing: 0; position: relative; left: 5px; font-weight: 100; font-size: 18px;}
main .visual .slide > div.bg1 .bg { background: url(../img/main1.jpg) center top no-repeat #1c4d8f; }
main .visual .slide > div.bg2 .bg { background: url(../img/main2.jpg) center top no-repeat #1c4d8f; }
main .visual .slide > div.bg3 .bg { background: url(../img/main3.jpg) center top no-repeat #1c4d8f; }
main .visual .bx-controls { position: absolute; width: 100%; max-width: 1200px; top: 350px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); padding-left: 5px; }

@media (max-width: 1199px) { main .visual .bx-controls { padding-left: 35px; } 
}
main .visual .bx-controls-auto, main .visual .bx-controls-auto-item, main .visual .bx-pager, main .visual .bx-pager-item { display: inline-block; vertical-align: top; }
main .visual .bx-pager-item .bx-pager-link { width: 20px; height: 20px; border: 1px solid #fff; text-indent: -9999px; display: inline-block; }
main .visual .bx-pager-item .bx-pager-link.active { background: #fff; }
main .visual .bx-pager-item + .bx-pager-item { margin-left: 10px; }
main .visual .bx-controls-auto-item a { width: 20px; height: 20px; background: url(../img/slide_icon.png) no-repeat; display: inline-block; margin-right: 10px; }
main .visual .bx-controls-auto-item a.bx-start { background-position: -20px 0; }
main .menu .common_layer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
main .menu .common_layer a { display: block; width: 30%; height: 220px; position: relative; }
main .menu .common_layer a h2 { color: #0c4893; font-size: 25px; margin-top: 55px; font-family: 'Eoe_Zno_EB'; font-weight: normal; }
main .menu .common_layer a p { line-height: 1.6; margin-top: 20px; }
main .menu .common_layer a::before { content: ""; display: block; width: 100px; height: 100px; position: absolute; top: 50px; right: 30px; background: url(../img/main_icon.png) no-repeat; }
main .menu .common_layer a + a::after { content: ""; display: block; width: 1px; height: 180px; position: absolute; top: 20px; left: 0px; background: #ddd; }
main .menu .common_layer a:nth-child(2) { width: 40%; padding-left: 60px; }
main .menu .common_layer a:nth-child(2)::before { background-position: -100px 0; }
main .menu .common_layer a:nth-child(3) { width: 40%; padding-left: 60px; }
main .menu .common_layer a:nth-child(3)::before { background-position: -200px 0; }
/* main .menu .common_layer a:hover::before { -webkit-animation: up 0.5s linear infinite alternate; animation: up 0.5s linear infinite alternate; } */

@media (max-width: 1199px) { main .visual .slide > div p.big { font-size: 1.5em; }  main .visual .slide > div p.big span { font-size: 1.5em; }  main .menu .common_layer a { width: 30%; }  main .menu .common_layer a::before { display: none; }  main .menu .common_layer a:nth-child(2) { padding-left: 20px; width: 37%; }  main .menu .common_layer a:nth-child(3) { padding-left: 20px; width: 33%; } 
}

@media (max-width: 520px) { main .visual .slide > div { height: 400px; padding-top: 100px; }  main .visual .slide > div p.big { font-size: 1.5em; }  main .visual .slide > div p.big span { font-size: 1.3em; }  main .visual .slide > div .bg { height: 400px; }  main .menu .common_layer { display: block; padding: 0; }  main .menu .common_layer a { width: 100%; padding: 40px 20px 0 !important; height: 200px; }  main .menu .common_layer a h2 { margin-top: 0px; }  main .menu .common_layer a + a { border-top: 1px solid #ddd; }  main .menu .common_layer a + a::after { display: none; }  main .menu .common_layer a::before { display: block; }  main .menu .common_layer a:nth-child(2) { width: 100%; }  main .menu .common_layer a:nth-child(3) { width: 100%; } 
}
@-webkit-keyframes zoom-b { 0% {
    -webkit-transform: scale(1, 1) translateZ(1px);
            transform: scale(1, 1) translateZ(1px); }  100% {
    -webkit-transform: scale(1.2, 1.2) translateZ(1px);
            transform: scale(1.2, 1.2) translateZ(1px); } 
        }
@keyframes zoom-b { 0% {
    -webkit-transform: scale(1, 1) translateZ(1px);
            transform: scale(1, 1) translateZ(1px); }  100% {
    -webkit-transform: scale(1.2, 1.2) translateZ(1px);
            transform: scale(1.2, 1.2) translateZ(1px); } 
        }
@-webkit-keyframes up { 0% { -webkit-transform: translateY(0px); transform: translateY(0px); }  100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } 
}
@keyframes up { 0% { -webkit-transform: translateY(0px); transform: translateY(0px); }  100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } 
}
/* footer */
#footer { background-color: #002553; padding: 30px 0; }
#footer .common_layer p { color: #fff; line-height: 1.8; font-weight: 100; letter-spacing: 0;}

@media (max-width: 520px) { #footer { padding: 20px 0; }  
#footer .common_layer p { font-size: 14px; line-height: 1.4; } 
}
/* location */
#location { height: 400px; width: 100%; padding-top: 80px; text-align: center; color: #fff; position: relative; z-index: 100; }
#location .bg { overflow: hidden; height: 400px; width: 100%; position: absolute; top: 0; left: 0; z-index: 0; }
#location .bg::before { content: ""; height: 400px; width: 100%; display: block; background: url(../img/sub_bg1.jpg) center top no-repeat #000; -webkit-animation: zoom-b 10s linear infinite alternate; animation: zoom-b 10s linear infinite alternate; }
#location .bg.lnb2::before { background-image: url(../img/sub_bg2.jpg); }
#location .bg.lnb3::before { background-image: url(../img/sub_bg3.jpg); }
#location .bg.lnb4::before { background-image: url(../img/sub_bg4.jpg); }
#location h2 { font-size: 2.5rem; padding: 90px 0 35px; position: relative; z-index: 1; }
#location h2 + p { position: relative; z-index: 1; line-height: 1.4; }
#location .location_bar { background: #fff; width: 100%; position: absolute; bottom: 0; left: 0; color: #666; border-bottom: 1px solid #ddd; }
#location .location_bar .common_layer { padding: 0; border-left: 1px solid #ddd; display: block; }
#location .location_bar .common_layer > a { float: left; width: 80px; height: 60px; border-right: 1px solid #ddd; color: #1c4d8f; font-weight: 400; display: block; padding-top: 20px; }

@media (max-width: 520px) { #location .location_bar .common_layer > a { height: 40px; } 
}
#location .location_bar .common_layer > a::before { content: "\f015"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 18px; display: inline-block; margin-right: 5px; }
#location .location_bar .common_layer > div { float: left; min-width: 220px; height: auto; text-align: left; position: relative; }
#location .location_bar .common_layer > div button { height: 60px; border-right: 1px solid #ddd; width: 100%; text-align: left; padding: 0 45px 0 20px; position: relative; }

@media (max-width: 520px) { #location .location_bar .common_layer > div button { height: 40px; font-size: 0.9rem; } 
}
#location .location_bar .common_layer > div button::after { content: "\f107"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 18px; float: right; color: #ccc; position: absolute; right: 20px; }
#location .location_bar .common_layer > div > ul { display: none; position: absolute; border: 1px solid #ddd; width: 100%; }
#location .location_bar .common_layer > div > ul li a { display: block; padding: 20px 10px; }
#location .location_bar .common_layer > div > ul li a:hover { color: #1c4d8f; font-weight: 400; }
#location .location_bar .common_layer > div:hover ul.active, #location .location_bar .common_layer > div.active ul.active { display: block; }
#location .location_bar .common_layer > div:hover ul.active li, #location .location_bar .common_layer > div.active ul.active li { padding: 0 10px; border-top: 0; display: table; width: 100%; background: #fff; }
#location .location_bar .common_layer > div:hover ul.active li:nth-child(n+2), #location .location_bar .common_layer > div.active ul.active li:nth-child(n+2) { border-top: 1px solid #ddd; }
#location .location_bar .common_layer > div:hover ul.active li a, #location .location_bar .common_layer > div.active ul.active li a { height: 40px; display: table-cell; vertical-align: middle; }
#location .location_bar .common_layer > div:last-of-type button { color: #333; font-weight: 500; }
#location .location_bar .common_layer:before, #location .location_bar .common_layer:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

@media (max-width: 768px) { #location { height: 280px; }  
#location .bg { overflow: hidden; height: 280px; }  
#location .bg::before { content: ""; height: 280px; }  
#location h2 { font-size: 2rem; padding: 30px 0 35px; position: relative; z-index: 1; }  
#location .location_bar .common_layer > a { display: none; }  
#location .location_bar .common_layer > a span { display: none; }  
#location .location_bar .common_layer > div { width: auto; min-width: 150px; } 
}
/* content */
#con_wrap { background: #fff; }
.content { padding: 60px 0 100px; min-height: 500px; line-height: 1.4; }
.content h3 { text-align: center; color: #222; font-size: 2rem; margin-bottom: 60px; }
.content h3 + .h3_sub { text-align: center; margin: -40px 0 40px; }
.content h3 + .h3_sub span { color: #1c4d8f; font-weight: 500; }
.content h4 { color: #1c4d8f; font-size: 1.5rem; margin-bottom: 20px; line-height: 1.4; font-family: 'Eoe_Zno_EB'; font-weight: normal; margin-top: 40px; }
.content h4:nth-of-type(1) { margin-top: 0; }
.content h4 + p { margin-top: -15px; }
/* common */
ul[class^='list_'] li { margin-bottom: 15px; line-height: 1.4; padding-left: 15px; position: relative; text-align: left; }
ul[class^='list_'] li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #888; display: block; position: absolute; top: 7px; left: 3px; }
ul[class^='list_'].list_type2 { font-weight: 500; font-size: 1.15rem; color: #222; }
ul[class^='list_'].list_type2 li::before { top: 9px; }

.ban{ display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between;margin-bottom: 40px; }
.ban > div{width: 49%; } 
.info_box.bg i{position: absolute;   right: 50px; transform: translateY(-50%); color: #eee; font-size: 160px; bottom: -300px; transition: 0.4s 0.2s ease-out; }
.info_box.bg:hover i{color: #cbd3e7;}
.info_box.bg:hover i.fa-paste{color: #aee0d0;}
.info_box.bg:hover i.fa-question-circle{color: #ffe3ca;}
.info_box.bg div{overflow: hidden; min-height: 160px;}
.info_box.bg i.view{bottom: -120px;}
@media (max-width: 768px) { 
    .ban > div{width: 100%; } 
    .ban > div:nth-child(2){margin-top: 40px;} 
}  
@media (max-width: 520px) {  
    .info_box.bg i{display: none;}
    .info_box.bg div{ min-height: auto;}
}  

/* info */
.info { position: relative; }
.info > div { width: 100%; max-width: 800px; position: relative; z-index: 2; height: auto; }
.info > div .tit { color: #2378cd; display: block; font-weight: 500; font-size: 24px; line-height: 1.6; margin-bottom: 20px; }
.info > div .tit span:first-child { color: #1c4d8f; font-size: 36px; display: block; }
.info > div .text { line-height: 1.6; }

.info .name strong { display: block; color: #222; margin-top: 30px; font-weight: 400; }
.info .name strong span { font-size: 22px; font-weight: 600; display: inline-block; }
.info .bg { -webkit-transition: 1s 0.3s ease-out; transition: 1s 0.3s ease-out; display: block; width: 100%; height: 708px; position: absolute; right: -100px; top: 0; z-index: 1; opacity: 0; border-radius: 0 20px 20px  0; }
.info .bg::after { content: ""; display: block; position: absolute; bottom: 0px; right: 0px; background: url(../img/con_info_03.jpg) right top no-repeat; width: 100%; height: 708px; z-index: -1; border-radius: 0 20px 20px; }
/*.info .bg::before { content: ""; display: block; position: absolute; bottom: -30px; right: -30px; background: #eee; width: 50%; height: 708px; z-index: -1; border-radius: 0 20px 20px; }*/
.info .bg.view { right: 0px; opacity: 1; }

@media (min-width: 1024px) {.info .name.on {position: absolute;top: 320px; right: 80px;}}
@media (max-width: 1024px) { .info div { height: auto; }  
.info .bg { display: none; } 
}

@media (max-width: 520px) {  
.info .tit { font-size: 18px !important; }  
.info .tit span { font-size: 24px !important; } 
}
/* info_box */
.info_box { border: 3px dotted #ddd; text-align: center; display: table; width: 100%; position: relative; overflow: hidden; }
.info_box > div { padding: 30px; } 
.info_box.img1 { height: 370px; padding-right: 470px; }
.info_box.img1 > .bg { background: url(../img/img_info.jpg) center top no-repeat; height: 370px; width: 500px; position: absolute; right: -500px; top: 0; -webkit-transition: 1s 0.3s ease-out; transition: 1s 0.3s ease-out; }
.info_box.img1 > .bg.view { right: 0px; }
.info_box.img1 p { height: 100%; font-size: 18px; font-weight: 500; line-height: 1.8; display: table-cell; vertical-align: middle; word-break: keep-all; }
.info_box.img1::after { content: ""; display: block; clear: both; }

.info_box.img2 { height: 320px; padding-right: 400px; }
.info_box.img2 > .bg { background: url(../img/img_info2.jpg) center top no-repeat; height: 300px; width: 500px; position: absolute; right: -500px; top: 0; -webkit-transition: 1s 0.3s ease-out; transition: 1s 0.3s ease-out; }
.info_box.img2 > .bg.view { right: 0px; }
.info_box.img2 > div { height: 100%; line-height: 1.8; display: table-cell; vertical-align: middle; word-break: keep-all; }
.info_box.img2 > div p{ text-align: left; margin-bottom: 15px; font-size: 21px; color: #000;  font-family: 'Eoe_Zno_EB';}
.info_box.img2 > div ul li{text-align: left; margin-bottom: 10px; position: relative; padding-left: 110px; line-height: 34px;}
.info_box.img2::after { content: ""; display: block; clear: both; }
.info_box.img2 > div ul li i{display: inline-block; width: 20px; text-align: center; color: #fff; margin-right: 10px;}
.info_box.img2 > div ul li strong{background: #1c4d8f; color: #fff; font-weight: 500;  width: 100px; text-align: center; display: inline-block; position: absolute; left: 0; top: 0;  margin-right: 10px;}
.info_box.img2 > div ul li:nth-child(2) strong{background-color: #4bafc8;}
.info_box.img2 > div ul li:nth-child(3) strong{background-color:#f38b3b ;}

@media (max-width: 1199px) { 
    .info_box.img1 { height: auto; padding-right: 0; }  
    .info_box.img1 > .bg { position: relative; right: 0px; top: -300px; margin: 0 auto; max-width: 500px; width: 100%; background-size: contain; }  
    .info_box.img1 > .bg.view { right: 0px; top: 0; }  
    .info_box.img1 > p { display: block; padding: 20px; } 
    .info_box{display: block;}
    .info_box.img2 { height: auto; padding-right: 0; }  
    .info_box.img2 > .bg { position: relative; right: 0px; top: -300px; margin: 0 auto; max-width: 500px; width: 100%; background-size: contain;  }  
    .info_box.img2 > .bg.view { right: 0px; top: 0; }  
    .info_box.img2 > div { display: block; padding: 15px; } 
}

@media (max-width: 520px) { 
    .info_box.img1 > .bg { height: 200px; }  
    .info_box.img1 p { font-size: 16px; } 

    .info_box.img2 > .bg { height: 300px; }  
    .info_box.img2 > div { font-size: 16px; } 
}
.info_box2 { font-family: 'Eoe_Zno_EB'; text-align: center; letter-spacing: 0; }
.info_box2 > span { color: #ddd; font-size: 130px; position: relative; top: 50px; line-height: 40px; }
.info_box2 p { display: inline-block; font-size: 24px; }
.info_box2 p span { font-size: 36px; position: relative; top: -1px; }
.info_box2 p span:nth-of-type(1) { color: #0c4893; }
.info_box2 p span:nth-of-type(2) { color: #4bafc8; }
.info_box2 p span:nth-of-type(3) { color: #f38b3b; }

@media (max-width: 1199px) { .info_box2 { position: relative; padding-top: 30px; }  
.info_box2 > span { position: absolute; top: 60px; }  
.info_box2 > span:nth-of-type(1) { left: 0; }  
.info_box2 > span:nth-of-type(2) { right: 0; } 
}
/* org */
.org { text-align: center; }
.org dl .ani { top: 100px; opacity: 0; -webkit-transition: 0.5s 0s ease-out; transition: 0.5s 0s ease-out; }
.org dl .ani.view { top: 0px; opacity: 1; }
.org dl .ani:nth-of-type(1) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl .ani:nth-of-type(2) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl .ani:nth-of-type(3) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl .ani:nth-of-type(4) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl .ani:nth-of-type(5) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl .ani:nth-of-type(6) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl .ani:nth-of-type(7) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl .ani:nth-of-type(8) { -webkit-transition: 0.5s 0.2s ease-out; transition: 0.5s 0.2s ease-out; }
.org dl dt { width: 100%; font-size: 26px; font-weight: 100; font-family: 'Eoe_Zno_EB'; color: #0c4893; position: relative; margin-bottom: 30px; }
.org dl dt::after { content: ""; display: block; width: 380px; height: 1px; background: #ddd; position: absolute; top: 17px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; }
.org dl dt span { display: inline-block; background: #fff; z-index: 3; position: relative; padding: 0 30px; }
.org dl dd { margin-bottom: 40px; }
.org dl dd p { display: inline-block; max-width: 380px; width: 100%; margin-bottom: 30px; position: relative; }
.org dl dd p span { display: block; background: #fff; position: relative; z-index: 2; border: 1px solid #ddd; padding: 40px 0; }
.org dl dd p strong { font-size: 22px; font-family: 'Eoe_Zno_EB'; display: inline-block; margin-left: 10px; color: #000; font-weight: normal; }
.org dl dd p + p { margin-left: 50px; }
.org dl dd p::after { width: 100%; height: 100%; content: ""; display: block; position: absolute; bottom: -10px; right: -10px; z-index: 1; background: #f7f7f7; }
.org .num1 dd strong { font-size: 28px; }
.org .num2 dd { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: flex-start; gap:0 20px;}
.org .num2 dd p + p { margin-left: 0px; }

@media (max-width: 768px) {
    .org .num2 dd {  display: block;  }
    .org dl dd p + p { margin-left: 0px; }
}

/* contact */ 

/*# sourceMappingURL=common.css.map */

/* gallery_wrap */
.gallery_wrap{display: flex; flex-wrap: wrap;  }
.gallery_wrap div.nodata{  display: flex;align-items: center;justify-content: center;  height: 300px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; width: 100%;} 
.gallery_wrap > form{ width: 31.6%; margin-left: 2.6%; cursor: pointer;} 
.gallery_wrap > form:nth-child(3n+1){ margin-left: 0%;} 
.gallery_wrap > form .img{width: 100%; max-height: 215px;  overflow: hidden;}
.gallery_wrap > form img{width: 100%; transition:all 0.5s 0s ease-out; }
.gallery_wrap > form > div:hover img{transform: scale(1.1);}
.gallery_wrap > form > div p{ border-bottom: 2px solid #ddd; margin-bottom: 40px; padding-bottom: 10px; width: 100%;}
.gallery_wrap > form > div p span.name{ color: #0c4893; font-size: 21px; font-family: 'Eoe_Zno_EB';margin-top: 10px;}
.gallery_wrap > form > div p span{display: block; margin-bottom: 10px; font-size: 15px;}
.gallery_wrap > form > div p span i{display: inline-block; width: 20px; text-align: center; color: #aaa;}
.gallery_wrap > form > div:hover p{border-bottom: 2px solid #0c4893;}

@media (max-width: 768px) {
    .gallery_wrap > form{ width: 100%;margin-left: 0%;}  
}

/*hocpital*/
.hocpital{ border: 2px dashed #ddd; display: flex; align-items: center; padding: 30px;}
.hocpital img{ margin-right: 40px;}
.hocpital dl{  display: flex; flex-wrap: wrap; }
.hocpital dl dt{ width: 100px; font-weight: 500;margin-bottom: 17px;}
.hocpital dl dt:last-of-type { margin-bottom:0}
.hocpital dl dt i{display: inline-block; width: 20px; text-align: center; color: #aaa;}
.hocpital dl dd{ width: calc(100% - 100px); word-break: break-all;}

@media (max-width: 768px) {
    .hocpital{   display: block;}    
    .hocpital img{ width: 100%; margin-bottom: 20px;}
}

@media (max-width: 560px) {
.hocpital{ padding: 15px;}
.hocpital dl dt { width: 25px;}
.hocpital dl dd{ width: calc(100% - 25px);}
.hocpital dl dt span{ display: none;}
}

/*page*/
.page{text-align: center;}
.page a{display: inline-block; width: 30px; height: 30px; border: 1px solid #ddd; padding-top: 3px; text-align: center;}
.page a:hover{background: #666;color:#fff;border-color: #666 ;}
.page a.on, .page a.on:hover{color:#fff ; background: #0c4893; border-color: #0c4893 ;}

/*search_box*/
.search_box{ background: #eee; text-align: center; padding: 20px 0; margin-top: 40px;}
.search_box input, .search_box select{ border: 1px solid #ccc; height: 35px; padding: 0 5px;}
.search_box button{background: #555; color: #fff;  height: 35px; padding: 0 10px;}
@media (max-width: 768px) {
    .search_box select{width: 61px;}
    .search_box input{width: calc(100% - 180px);}
    .search_box button{width: 70px;}
}

/*board_list*/
.board_list { width: 100%; border-top: 1px solid #555; border-bottom: 1px solid #999999; text-align: center; color: #555; clear: both; display: table;margin-bottom: 40px; }
.board_list .board_colum { display: table-column-group; }
.board_list .board_colum div { display: table-column; }
.board_list .board_list_head { background: #f2f2f2; color: #3f3f3f; padding: 10px 0; display: table-header-group; }
.board_list .board_list_head div { display: table-cell; font-weight: 500; text-align: center; padding: 10px 0; }
.board_list .board_list_tr { display: table-row; }
.board_list .board_list_tr div { display: table-cell; padding: 15px 0; border-top: 1px solid #dfdfdf; vertical-align: middle; }
.board_list .board_list_tr .rowspan { padding: 0; }
.board_list .board_list_tr .rowspan p { display: block; padding: 15px 0; }
.board_list .board_list_tr:hover { background: #f8f8f8; }
.board_list div.bl_title { text-align: left; padding-left: 20px; }
.board_list div.text_al { padding-left: 20px; }
.nodata{width: 100%; display: table-row; height: 183px;}
.nodata p{display: table-caption;}
.nodata  .colspan { position: absolute;    left: 0;    width: 100%; padding: 80px 0 ; border-top: 1px solid #ddd;}
.nodata  .dummycell {border-color: transparent;}

@media (max-width: 520px) { /*board_list*/
    .board_list { display: block; text-align: left; }
    .board_list .board_list_head { display: none; }
    .board_list .board_list_tr { display: block; border-top: 1px solid #dfdfdf; padding: 5px 0; }
    .board_list .board_list_tr:first-child { border-top: 0px; }
    .board_list .board_list_tr div { display: inline-block; border-top: none; padding: 5px 3%; font-size: 0.8rem; }
    .board_list div.bl_title { display: block; padding-bottom: 10px; font-weight: 500; font-size: 1rem; }
    .board_list div.bl_no { display: none; }
    .board_list div.bl_data:before { content: '파일:'; display: inline-block; padding-right: 5px; color: #888; }
    .board_list div.bl_data img { height: 15px; vertical-align: middle; }
    .board_list div.bl_date:before { content: '등록일:'; display: inline-block; padding-right: 5px; color: #888; }
    .board_list div.bl_view:before { content: '조회:'; display: inline-block; padding-right: 5px; color: #888; }
    .board_list div.bl_part:before { content: '[ '; display: inline-block; }
    .board_list div.bl_part:after { content: ' ]'; display: inline-block; } 
}

/*read_wrap*/

.read_wrap { width: 100%; border-top: 1px solid #555; border-bottom: 1px solid #999999; }
.read_wrap h3 { background: #f7f7f7; color: #3f3f3f; font-size: 19px !important; padding: 10px; text-align: center; font-weight: 500; margin-bottom: 0px; }
.read_wrap dl { border-bottom: 1px solid #dfdfdf; padding: 7px 0px; }
.read_wrap dl dt { min-width: 60px; display: inline-block; padding: 3px 10px; font-weight: 500; color: #333; }
.read_wrap dl dd { display: inline-block; min-width: 120px; padding-right: 20px; }
.read_wrap dl dd img { vertical-align: middle; margin-right: 5px; }
.read_wrap dl:after { content: ''; clear: both; display: block; }
.read_wrap .read_text { padding: 30px 20px; }
.read_wrap .read_text img { max-width: 100%; }
@media (max-width: 520px) { 
    .read_wrap dl dd { min-width: auto; } 
}

/*btn*/
.btnwrap { text-align: left; margin-top: 20px; margin-bottom: 20px; line-height: 1rem; }
[class^='btn_'] { height: 40px; padding: 0 21px; font-weight: 300; font-size: 0.95rem; border: 1px solid #ccc; border-radius: 3px; }
[class^='btn_']:hover { border-color: #555; }
[class^='btn_'].btn_prev::before { content: "\f104"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right: 10px; }

@media (max-width: 520px) { 
    [class^='btn_'].btn_prev { float: none; margin-bottom: 20px; } 
}

[class^='btn_'].btn_next::after { content: "\f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-left: 10px; }

@media (max-width: 520px) { 
    [class^='btn_'].btn_next { float: none; margin-bottom: 20px; } 
}

[class^='btn_'].btn_list { float: right; border-color: #0c4893; color: #fff; background: #0c4893; }
[class^='btn_'].btn_list:hover { border-color: #093c7b; background-color: #093c7b; }
[class^='btn_'].btn_list::before { content: "\f039"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right: 10px; }

@media (max-width: 520px) { 
    [class^='btn_'].btn_list { margin-bottom: 20px; } 
}

[class^='btn_'].btn_save { border-color: #0c4893; color: #fff; background: #0c4893; }
[class^='btn_'].btn_cancer { border-color: #666; color: #fff; background: #666; }
[class^='btn_'].btn_map { float: right; }
[class^='btn_'].btn_map::before { content: "\f3c5"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right: 10px; }

@media (max-width: 520px) { 
    [class^='btn_'].btn_map { float: none; margin-bottom: 20px; } 
}

a[class^='btn_'] { display: inline-block; padding: 10px 20px !important; font-family: 'IBM2' !important; }
