@charset "UTF-8";
/* ====================================================================== */
/* reset */
/* ====================================================================== */
/* ------------------------------------- */
/* reset */
/* ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* ------------------------------------- */
/* font */
/* ------------------------------------- */
/*!
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
*/
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400; src: url("../fonts/NanumGothic-Regular.eot"); src: url("../fonts/NanumGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumGothic-Regular.woff2") format("woff2"), url("../fonts/NanumGothic-Regular.woff") format("woff"), url("../fonts/NanumGothic-Regular.ttf") format("truetype"); }
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 700; src: url("../fonts/NanumGothic-Bold.eot"); src: url("../fonts/NanumGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumGothic-Bold.woff2") format("woff2"), url("../fonts/NanumGothic-Bold.woff") format("woff"), url("../fonts/NanumGothic-Bold.ttf") format("truetype"); }
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 800; src: url("../fonts/NanumGothic-ExtraBold.eot"); src: url("../fonts/NanumGothic-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumGothic-ExtraBold.woff2") format("woff2"), url("../fonts/NanumGothic-ExtraBold.woff") format("woff"), url("../fonts/NanumGothic-ExtraBold.ttf") format("truetype"); }
/* ------------------------------------- */
/* Style of Utilities                    */
/* ------------------------------------- */
.blind { font-size: 0; height: 0; left: 0; line-height: 0; overflow: hidden; position: absolute; top: 0; visibility: hidden; width: 0; }

.clear::after { content: ' '; clear: both; display: table; }

/* ------------------------------------- */
/* j's conmmon style for extend          */
/* ------------------------------------- */
.sub-tab { margin-bottom: 40px; }
.sub-tab__list { box-sizing: border-box; text-align: left; }
.sub-tab__item { display: inline-block; font-size: 0;}
.sub-tab__item:first-child { margin-left: 0; }
.sub-tab__link { text-align: center; display: block; line-height: 50px; height: 50px; font-weight: 600; background: #bbb; border: 1px solid #fff; min-width: 215px; color: #fff; font-size: 15px; }
.sub-tab__link#sub-tab__link--on, .sub-tab__link:hover, .sub-tab__link:focus { background: #D2AA20; color: #fff; }

/* tab-menu */
.tab-menu { margin: 0 0 0 0; display: table; width: 100%; }
.tab-menu__list { display: table-cell; box-sizing: border-box; text-align: center; font-size: 0; }
.tab-menu__list:after { content: ''; display: block; clear: both; }
.tab-menu__item { display: inline-block; background: #37b551; margin-right: 10px; }
.tab-menu__item:first-child { margin-left: 0; }
.tab-menu__link { display: block; text-align: center; color: #fff; font-weight: 600; font-size: 15px; padding: 12px 45px; }
.tab-menu__link:hover, .tab-menu__link:focus, .tab-menu__link.on, .tab-menu__link#tab-menu__link--on { background: #FFCC00; color: #fff; }

/* table */
.tbl { border-top: 2px solid #37b551; border-bottom: 2px solid #37b551; width: 100%; }
.tbl colgroup > col:nth-child(1) { width: 20%; }
.tbl colgroup > col:nth-child(2) { width: auto; }
.tbl th { padding: 8px 15px; border: 1px solid #e9e9e9; border-left: 0; background: #fafafa; text-align: left; }
.tbl td { border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; padding: 8px 15px; }

/* form */
.frm input[type='text'] { height: 28px; border: 1px solid #e4eaec; background: #f7f7f7; color: #000; }
.frm .label-margin label { margin-right: 20px; }

/* etc */
.tit-type1 { font-size: 20px; font-weight: 600; }
.tit-type1:before { content: ''; display: inline-block; vertical-align: top; width: 7px; height: 7px; background: #D2AA20; margin-right: 5px; }

.tit-type2, .dl-type1 > dt { font-size: 16px; font-weight: 600; }
.tit-type2:before, .dl-type1 > dt:before { content: ''; display: inline-block; vertical-align: top; margin-right: 5px; width: 0; height: 0; border-style: solid; border-width: 7px 7px 0 0; border-color: #D2AA20 transparent transparent transparent; }

.para-type1 { position: relative; padding-top: 5px; }
.para-type1:before { content: ''; width: 25px; height: 2px; background: #6faf00; position: absolute; left: 0; top: 0; }

.box-type1 { background: rgba(114, 161, 189, 0.8); color: #fff; padding: 15px 20px; box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2); border-radius: 5px; }

.dl-type1 > dd { padding-left: 20px; }

.tbl-type1 { width: 100%; border-bottom: 2px solid #6faf00; }
.tbl-type1 tr:first-child th { border-top: 2px solid #6faf00; }
.tbl-type1 tr:first-child td { border-top: 2px solid #6faf00; }
.tbl-type1 th { padding: 10px 30px; border-bottom: 1px dashed #e1e1e1; border-right: 1px dashed #e1e1e1; width: 25%; text-align: center; color: #D2AA20; font-weight: 600; }
.tbl-type1 td { border-bottom: 1px dashed #e1e1e1; padding: 10px 30px; }
.tbl-type1 ul { line-height: 2; font-size: 15px; list-style: circle; list-style-position: outside; padding-left: 20px; }

/* ================================================================= */
/* common */
/* ================================================================= */
/* ------------------------------------- */
/* Base                                  */
/* ------------------------------------- */
html, body { height: 100%; }

html { overflow-y: scroll; }

body { font-family: '나눔고딕', 'Nanum Gothic', '맑은고딕', 'Malgun Gothic', '돋움', Dotum ,sans-serif; font-size: 13px; color: #333; line-height: 1.68; letter-spacing: -0.5px; word-break: keep-all; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font-size: inherit; font-family: inherit; }

button { cursor: pointer; }

label, input, button, select { margin: 0; padding: 0; vertical-align: middle; }

input[type="submit"] { cursor: pointer; }

img { vertical-align: middle; }

legend, caption { overflow: hidden; position: absolute; font-size: 0; line-height: 0; text-indent: -9999em; }

address, em { font-style: normal; }

th, strong, b { font-weight: 600; }

hr { display: none; }
select {    height: 31px;
    width: 165px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
}

#bo_v_con img {text-align:center}
#bo_v_title {font-size:20px !important;font-weight:bold}
/* ======================================================================================================*/
/* layout */
/* ===================================================================================================== */
/* ------------------------------------- */
/* header                                */
/* ------------------------------------- */
.header { position: relative; }
.header:before { content: ''; position: absolute; left: 0; top: 0; height: 54px; width: 100%; background: #b6b5b3; }
.header__skip-navigation { position: absolute; display: block; left: 0; top: -100px; width: 100%; line-height: 2.4; font-size: 20px; background: #37b551; color: #fff; text-align: center; z-index: 99; transition: top .3s; }
.header__skip-navigation:focus { top: 0; }
.header__wrap { position: relative; width: 1100px; height: 148px; margin: 0 auto; }

.logo { position: absolute; left: 0; top: 73px; z-index: 11; }

.util { float:left; margin:16px 0; }
.util__item { font-size: 12px; display: inline-block; background: transparent url("../img/bg_bar_util.png") no-repeat 0 center; padding: 0 11px; color: #fff; }
.util__item:first-child { background: none; padding-left: 0; }

.community { float:left; margin:11px;}
.community__select { height: 31px; width: 165px; padding-left: 10px; border: 1px solid #e5e5e5; }

.search { position: absolute; right: 2px; top: 10px; width: 230px; border-bottom: 2px solid #fff; padding-bottom: 5px; }
.search__input { width: 197px; color: #fff; border: 0; background: 0; height: 24px; line-height: 24px; }
.search__input::-webkit-input-placeholder { color: #fff; }
.search__submit { width: 16px; height: 17px; background: url(../img/btn_sch.png) no-repeat 0 0; border: 0; text-indent: -4999em; }

.nav { overflow: hidden; position: absolute; width: 100%; left: 0; top: 54px; height: 94px; z-index: 10; transition: height 0.3s; background: #fff; }
.nav.on { height: 410px; border-bottom: 1px solid #37b551; }
.nav.on:before { content: ''; position: absolute; left: 0; top: 94px; width: 100%; height: 1px; border-top: 1px solid #efefef; }
.nav__wrap { position: relative; width: 1100px; margin: 0 auto; }
.nav__list { position: absolute; right: 0; top: 30px; }
.nav__item { position: relative; float: left; margin-left: 84px; }
.nav__item:nth-child(1) { margin-left: 0; }
.nav__item:nth-child(1) ul { display: block !important; }
.nav__link { font-weight: 600; font-size: 20px; }
.nav__link:hover, .nav__link:focus { color: #37b551; }
.nav__list-2dep { position: absolute; left: -13px; top: 66px; min-width: 115px; padding: 15px 15px 13px 15px; }
.nav__link-2dep { display: block; font-size: 13px; line-height: 2.5; font-weight: 600; }

/* ------------------------------------- */
/* 각각의 container 스타일               */
/* ------------------------------------- */
.etc-content { width: 1100px; margin: 0 auto; padding: 30px 0 30px; }

/* ------------------------------------- */
/* footer */
/* ------------------------------------- */
.footer { position: relative; background: #484848; color: #fff; font-size: 14px; }
.footer__wrap { position: relative; width: 1100px; margin: 0 auto; }
.footer__info { padding-bottom: 30px; }

.footer-list { padding: 30px 0; font-size: 0; }
.footer-list:after { content: ''; display: block; clear: both; }
.footer-list__item { font-size: 12px; display: inline-block; margin-right: 1px; }
.footer-list__item:first-child { background: none; }
.footer-list__link { display: block; padding: 7px 16px; background: #fff; color: #333; }

.footer-logo { position: absolute; left: 0; top: 85px; }
.footer-logo > img { width: 70%; }

.footer-addr__call { margin: 2px 0; }

.footer-addr__call { margin: 2px 0; }

/* ============================================================== */
/* main */
/* ============================================================== */
.main-content { line-height: 1; }

.m-visual { overflow: hidden; height: 317px; background: #dab31a; min-width:1100px;}
.m-visual:after { content: ''; display: block; clear: both; }
.m-visual__con { float: left; width: calc( 50% - 138px ); position: relative; height: 100%; }
.m-visual__bn { position: relative; float: right; width:calc( 50% + 108px); height: 100%; }
.m-visual__txt { color: #fefbd2; font-size: 23px; position: absolute; top: 35px; right: 0px; line-height: 1.3; font-weight: 800; }

.visual-menu { position: absolute; right: 0px; bottom: 27px; padding: 32px 14px 20px; border: 3px solid #fff; border-radius: 15px; }
.visual-menu__tit { font-size: 30px; position: absolute; left: 40px; top: -18px; font-weight: 600; color: #fff; background: #dab31a; padding: 0 15px; }
.visual-menu__list:after { content: ''; display: block; clear: both; }
.visual-menu__item { float: left; }
.visual-menu__item:nth-child(2) { margin: 0 45px; }
.visual-menu__link { display: block; text-align: center; color: #fefbd2; }
.visual-menu__link:hover, .visual-menu__link:focus { color: #fff; }
.visual-menu__ico { display: block; width: 95px; height: 93px; background-repeat: no-repeat; background-position: 0 0; background-image: url(../img/main/bg_visual.png); margin-bottom: 9px; }
.visual-menu__ico.is-1th { background-position: 0 0; }
.visual-menu__ico.is-2th { background-position: -139px 0; }
.visual-menu__ico.is-3th { background-position: -279px 0; }


.visual-menu__ico.is-1th:hover {background-position: 0 -93px;}
.visual-menu__ico.is-2th:hover {background-position: -139px -93px;}
.visual-menu__ico.is-3th:hover {background-position: -279px -93px;}


.visual-menu__txt { font-size: 15px; font-weight: 600; }

.main-banner { position: absolute; top: 0; left: 0; width: 1000px; height: 100%; }
.main-banner__btn { background: none; border: 0; position: absolute; font-size: 40px; top: 50%; margin-top: -23px; color: hotpink; z-index: 99; }
.main-banner__btn:hover, .main-banner__btn:focus, .main-banner__btn:active { color: lime; }
.main-banner__btn--prev { left: 2%; }
.main-banner__btn--next { right: 2%; }

.main-body { width: 1100px; margin: 0 auto; padding: 30px 0; }
.main-body__top { margin-bottom: 30px; }
.main-body__top:after { content: ''; display: block; clear: both; }
.main-body__btm:after { content: ''; display: block; clear: both; }

.l-sec1 { width: 409px; float: left; }

.l-sec2 { float: left; height: 524px; width: 451px; margin: 0 30px; border-bottom: 1px solid #ccc; }

.l-sec3 { width: 180px; float: left; }

.bbs { box-sizing: border-box; height: 262px; background: #598527; padding: 30px 26px 0 26px; }
.bbs__list:after { content: ''; display: block; clear: both; }
.bbs__item { float: left; }
.bbs__link { display: inline-block; font-weight: 600; line-height: 35px; height: 35px; width: 88px; text-align: center; border: 1px solid #fff; color: #fff; margin-left: -1px; }
.bbs__link.on, .bbs__link:hover { color: #333; background: #fff; }
.bbs__tab > div { display: none; }
.bbs__tab > div:nth-child(1) { display: block; }

.favor { margin-top: 1px; margin-left: 1px; }
.favor:after { content: ''; display: block; clear: both; }
.favor__item { float: left; border: 1px solid #d7d7d7; margin-left: -1px; margin-top: -1px; }
.favor__item:nth-child(1) { background: url(../img/main/ico_link1.png) no-repeat 0 0; }
.favor__item:nth-child(2) { background: url(../img/main/ico_link2.png) no-repeat 0 0; }
.favor__item:nth-child(3) { background: url(../img/main/ico_link3.png) no-repeat 0 0; }
.favor__item:nth-child(4) { background: url(../img/main/ico_link4.png) no-repeat 0 0; }
.favor__item:nth-child(5) { background: url(../img/main/ico_link5.png) no-repeat 0 0; }
.favor__item:nth-child(6) { background: url(../img/main/ico_link6.png) no-repeat 0 0; }
.favor__item:nth-child(7) { background: url(../img/main/ico_link7.png) no-repeat center 16px; }
.favor__item:nth-child(8) { background: url(../img/main/ico_link8.png) no-repeat 0 0; }
.favor__link { box-sizing: border-box; display: block; width: 101px; height: 130px; text-align: center; font-weight: 600; padding-top: 100px; }
.favor__link:hover, .favor__link:focus { color: #37b551; }

.quick__item:nth-child(1) .quick__link { padding-top: 120px; background: url(../img/main/ico_fast1.png) no-repeat center 36px; background-color: #dab31a; }
.quick__item:nth-child(1) .quick__link:hover, .quick__item:nth-child(1) .quick__link:focus { background-color: #e8c63f; }
.quick__item:nth-child(2) .quick__link { background: url(../img/main/ico_fast2.png) no-repeat center 41px; background-color: #598527; padding-top: 110px; }
.quick__item:nth-child(2) .quick__link:hover, .quick__item:nth-child(2) .quick__link:focus { background-color: #73ac33; }
.quick__item:nth-child(3) .quick__link { background: url(../img/main/ico_fast3.png) no-repeat center 36px; background-color: #bbb9b9; padding-top: 125px; }
.quick__item:nth-child(3) .quick__link:hover, .quick__item:nth-child(3) .quick__link:focus { background-color: #d4d3d3; }
.quick__link { box-sizing: border-box; display: block; height: 175px; text-align: center; font-size: 18px; font-weight: 600; color: #fff; line-height: 1.3; transition: background-color .5s; }

.info-tj { float: left; box-sizing: border-box; width: 409px; height: 295px; background: #bbb9b9; padding: 23px 26px 0; }

/*.schedule { float: left; margin: 0 10px 0 30px; width: 370px; border: 1px solid #e5e5e5; height: 295px; background: #fdfdfd; } //2024년 6월 20일 목요일*/
.schedule { float: left; margin: 0 10px 0 30px; width: 452px; border: 1px solid #e5e5e5; height: 295px; background: #fdfdfd; }

.fb { float: left; width: 279px; height: 295px; }

.btm-bn { margin: 30px auto 0; position: relative; }
.btm-bn .bx-wrapper { margin: 0 auto; }
.btm-bn__btn { background: none; border: 0; position: absolute; font-size: 20px; top: 50%; transform: translate(0, -50%); color: #6E6E6E; z-index: 99; }
.btm-bn__btn:hover, .btm-bn__btn:focus, .btm-bn__btn:active { color: #37b551; }
.btm-bn__btn--prev { left: 0; }
.btm-bn__btn--next { right: 0; }

/* ie cross browsing */
/* ============================================================= */
/* sub */
/* ============================================================= */
/* ------------------------------------- */
/* sub layout                            */
/* ------------------------------------- */
#bo_list { font-size: 15px; }

.sub-visual { position: relative; height: 180px; background-repeat: no-repeat; background-position: center center; }

.sub-menu { position: absolute; width: 100%; height: 50px; left: 0; top: 130px; background: rgba(122, 179, 22, 0.9); }
.sub-menu__tit { color: #253f8c; font-size: 24px; font-weight: bold; margin-bottom: 10px; }
.sub-menu__list { position: relative; width: 1100px; margin: 0 auto; }
.sub-menu__list:after { content: ''; display: block; clear: both; }
.sub-menu__item { float: left; }
.sub-menu__item:nth-child(1) > a { border-left: 1px solid #fff; }
.sub-menu__link { box-sizing: border-box; display: block; font-size: 15px; height: 50px; line-height: 50px; position: relative; padding: 0 17px; font-weight: 600; color: #fff; border-right: 1px solid #fff; }
.sub-menu__link:hover, .sub-menu__link:focus, .sub-menu__link.on { color: #333; background: #fff; }
.sub-menu__list-2dep { position: absolute; left: 0px; top: 0px; display: none;width: 1072px; background: #e9e9e9; padding: 6px; border: 1px solid #ddd; padding-left:20px; border-radius:0px 0px 7px 7px; z-index:-10;}
.sub-menu__item-2dep { float: left; margin-right: 40px; }
.sub-menu__link-2dep { display: block; position: relative; line-height: 30px; padding: 0 10px; font-size: 15px;}
.sub-menu__link-2dep:before { content: ''; width: 3px; height: 3px; background: #6c9f13; position: absolute; left: 0; top: 13px; }
.sub-menu__link-2dep:hover, .sub-menu__link-2dep:focus, .sub-menu__link-2dep.on { color: #6c9f13; }

.sub-menu__link.on + .sub-menu__list-2dep { display: block; }

.sub-content { width: 1100px; margin: 0 auto; padding: 65px 0; }
.sub-content__subject { border-bottom: 2px solid #6faf00; margin-bottom: 50px; }
.sub-content__subject:after { content: ''; display: block; clear: both; }
.sub-content__tit { font-size: 40px; font-weight: 800; float: left; }
.sub-content__location { float: right; margin-top: 30px; font-size: 14px; }
.sub-content__location strong { font-weight: 600; color: #7ab316; }

/* ------------------------------------- */
/* sub detail                            */
/* ------------------------------------- */
/*
&__img{ text-align: center; & img{ &:first-child{ margin-left: 0; } margin-left:20px; } } */

.mt20{margin-top:20px;}
.mb40{margin-bottom:40px;}



.b011__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 20px; }
.b011__box { margin-bottom: 30px; }
.b011__box:after { content: ''; display: block; clear: both; }
.b011__box img { float: right; margin-left: 30px; }
.b011__box p { margin-bottom: 10px; }
/*.b011__box p span { display: block; }*/
.b011__box p span { }
.b011__box strong { color: #6faf00; display: block; margin-top: 40px; margin-bottom: 10px; font-size: 20px; }
.s_f {margin-top: 0px !important;}


.b012__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 20px; }
.b012__box { margin-bottom: 30px; }
.b012__box:after { content: ''; display: block; clear: both; }
.b012__box p { margin-bottom: 10px; }
.b012__box strong { color: #6faf00; display: block; margin-bottom: 20px; font-size: 17px; }
.b012__img { float: right; margin-left: 30px; }
.b012__img img { display: block; margin-top: 10px; }
.b012__img img:first-child { margin-top: 0px; }

.b013__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 20px; }
.b013__box:after { content: ''; display: block; clear: both; }
.b013 p { margin-bottom: 10px; }
.b013 strong { color: #6faf00; display: block; margin-bottom: 10px; margin-top: 40px; font-size: 20px; }
.b013__area { font-size: 20px; padding: 35px 90px; color: #6faf00; background: #ebebeb; text-align: center; font-weight: 600; margin-top: 30px; }
.b013__img { text-align: center;}
.b013__img img {margin-top: 30px; }
.b013__img img:first-child { margin-right: 30px; }

.b014__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 20px; }
.b014__box p { margin-bottom: 10px; }
.b014__area { background: #ebebeb; padding: 45px 60px; margin-top: 30px;}
.b014__dl { display: table; width: 100%; margin-top: 35px; }
.b014__dt { display: table-cell; vertical-align: middle; width: 290px; }
.b014__dd { display: table-cell; vertical-align: middle; }
.b014__dd span { display: block; }
.b014__txt { text-align: right; }

.b015__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 20px; }
.b015__box { background: #ebebeb; padding: 40px; }
.b015__box:after { content: ''; display: block; clear: both; }
.b015__box img { float: left; margin-right: 45px; margin-top: 9px;}
.b015__item { line-height: 1.8; }
.b015__txt { text-align: right; }

.b021__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px;  }
.b021__dl dd { margin-bottom: 10px; }
.b021__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 10px; }
.b021__list { background: #ebebeb; padding: 35px 40px; }
.b021__list li { padding: 20px 30px; background: #fff; margin-top: 10px; border-radius: 7px; }
.b021__list li:first-child { margin-top: 0; }
.b021__list li dt { font-weight: 600; color: #548035; margin-bottom: 5px; }

.b022__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b022__dl dd { margin-bottom: 10px; }
.b022__tit { font-size: 18px; color: #6faf00; font-weight: 600; margin-bottom: 40px; }
.b022__etc span { display: block; }

.b031-1th__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px;}
.b031-1th__top { margin: 10px 0; }
.b031-1th__top span { display: block; }
.b031-1th__top span strong { font-weight: 600; font-size: 20px; color: #6faf00;}
.b031-1th__para { margin-bottom: 10px; }
.b031-1th__tit2 { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 10px; margin-top: 40px; }
.b031-1th__box { padding: 40px; background: #ebebeb; }
.b031-1th__dl { background: #fff; padding: 18px 25px; margin-bottom: 10px; border-radius: 7px;}
.b031-1th__dl dt { margin-bottom: 5px; font-weight: 600; color: #6faf00; }
.b031-1th__list li { margin-bottom: 10px; }
.b031-1th__list li span { display: inline-block; background: #eab646; color: #fff; width: 100px; font-size: 14px; font-weight: 600; text-align: center; line-height: 34px; height: 34px; border-radius: 5px; margin-right: 15px; }
.b031-1th__list li p { display: inline-block;}
.b031-1th__img { margin-top: 30px; text-align: center;}
.b031-1th__img:after { content: ''; display: block; clear: both; }
.b031-1th__img img { margin-right: 30px; }

.b031-2th__tit { font-weight: 600; font-size: 20px; color: #6faf00; }
.b031-2th__top { margin: 20px 0 15px; font-weight: 600; }
.b031-2th__para { margin-bottom: 10px; }
.b031-2th__dl {}
.b031-2th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px;}
.b031-2th__dl dd { margin-bottom: 10px; }
.b031-2th__dl dd span { display: block; }

.b031-3th__tit { font-weight: 600; font-size: 20px; color: #6faf00; }
.b031-3th__top { margin: 20px 0 15px; font-weight: normal; }
.b031-3th__para { margin-bottom: 10px; }
.b031-3th__dl {  }
.b031-3th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px;}
.b031-3th__dl dd { margin-bottom: 10px; }
.b031-3th__dl dd span { display: block; }
.b031-3th__tbl { position: relative; width: 100%; }
.b031-3th__tbl:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 2px; border-top: 1px solid #D2AA20; }
.b031-3th__tbl tbody th { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b031-3th__tbl th { padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: center; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.b031-3th__tbl th:first-child { border-left: 0; }
.b031-3th__tbl td { padding: 8px 15px; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b031-3th__tbl td:last-child { border-right: 0; }
.b031-3th__tbl col:nth-child(1) { width: 20%; }
.b031-3th__tbl col:nth-child(2) { width: 20%; }
.b031-3th__img { text-align: center; }
.b031-3th__img img { margin-right: 30px;  margin-top: 30px;}
.b031-3th__img img:last-child { margin-right: 0px;}

.b041-1th__box { }
.b041-1th__box:after { content: ''; display: block; clear: both; }
.b041-1th__box img { float: right; margin-left: 30px; }
.b041-1th__box p { margin-bottom: 10px; }
.b041-1th__box p:first-child { margin-bottom: 15px; }
/*.b041-1th__box p strong { padding: 5px; font-size: 18px; font-weight: 600; background: #548035; color: #fff; line-height: 1.8; display: inline-block; margin-bottom: 2px;}*/

.b041-1th__box p strong { color: #6faf00; display: block; font-size: 20px; }

.b041-1th__dl { }
.b041-1th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px;}
.b041-1th__dl dd { margin-bottom: 25px; }

.b041-2th__box { margin-bottom: 30px; }
.b041-2th__box:after { content: ''; display: block; clear: both; }
.b041-2th__box img {float: right; margin-left: 30px;}
.b041-2th__box p { margin-bottom: 10px; }
.b041-2th__box p strong { color: #6faf00; }
.b041-2th__para { margin-bottom: 15px; }
.b041-2th__dl {  }
.b041-2th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px;}
.b041-2th__dl dd { margin-bottom: 15px; }
.b041-2th__dl dd span { display: inline-block; background: #eab646; color: #fff; width: 280px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px;}

.b041-2th__dl dd img {float: none;  margin-left: 0px; }

.b041-3th__box { margin-bottom: 30px; }
.b041-3th__box:after { content: ''; display: block; clear: both; }
.b041-3th__box img { float: right; margin-left: 30px; margin-bottom: 30px;}
.b041-3th__box p { margin-bottom: 10px; }
.b041-3th__box p strong { color: #6faf00; }
.b041-3th__para { margin-bottom: 10px; }

.b111__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b111__dl dd { margin-bottom: 10px; }
.b111__dl dd span { display: block; }

.b131-comm__top { font-size: 15px; }
.b131-comm__top p { margin-bottom: 10px; }
.b131-comm__top strong { color: #6faf00; }

.b131-1th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b131-1th__dl dd { margin-bottom: 10px; }
.b131-1th__dl dd span { display: block; }
.b131-1th__tbl1 { position: relative; width: 100%; margin:30px 0px;}
.b131-1th__tbl1:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 2px; border-top: 1px solid #D2AA20; }
.b131-1th__tbl1 tbody th { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b131-1th__tbl1 th { padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: center; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.b131-1th__tbl1 th:first-child { border-left: 0; }
.b131-1th__tbl1 td { padding: 8px 15px; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b131-1th__tbl1 td:last-child { border-right: 0; }
.b131-1th__tbl2 { position: relative; width: 100%; margin-top: 5px;}
.b131-1th__tbl2:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 2px; border-top: 1px solid #D2AA20; }
.b131-1th__tbl2 tbody th { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b131-1th__tbl2 th { padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: center; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.b131-1th__tbl2 th:first-child { border-left: 0; }
.b131-1th__tbl2 td { padding: 8px 15px; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b131-1th__tbl2 td:last-child { border-right: 0; }

.b131-1th__tbl1_pc { position: relative; width: 100%; margin:30px 0px;}
.b131-1th__tbl1_pc:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 2px; border-top: 1px solid #D2AA20; }
.b131-1th__tbl1_pc tbody th { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b131-1th__tbl1_pc th { padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: center; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.b131-1th__tbl1_pc th:first-child { border-left: 0; }
.b131-1th__tbl1_pc td { padding: 8px 15px; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b131-1th__tbl1_pc td:last-child { border-right: 0; }

.b131-1th__tbl1_mo {display: none;}

.b131-2th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b131-2th__dl dd { margin-bottom: 10px; }

.b131-3th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px;; margin-bottom: 5px; }
.b131-3th__dl dd { margin-bottom: 10px; }
.b131-3th__dl dd p { margin-bottom: 10px; }
.b131-3th__dl dd p span { display: block; }

.b131-2 { margin-left: 0px; }
.b131-2 dt { font-size: 16px; font-weight: 600; background: url(../img/sub/ico_tit2.png) no-repeat 0 center; padding-left: 16px; margin-top: 20px; margin-bottom: 5px; }
.b131-2 dd { margin-bottom: 10px; }




.b132__para { margin-bottom: 10px; }
.b132__tbl { position: relative; width: 100%; margin:30px 0px;}
.b132__tbl:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 2px; border-top: 1px solid #D2AA20; }
.b132__tbl tbody th { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b132__tbl th { padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: center; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.b132__tbl th:first-child { border-left: 0; }
.b132__tbl td { padding: 8px 15px; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b132__tbl td:last-child { border-right: 0; }
.b132__tbl td { text-align: center; }
.b132__tbl td span { display: block; }
.b132__tbl col { width: 33%; }
.b132__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b132__dl dd { margin-bottom: 15px; }
.b132__dl dd p { margin-bottom: 10px; }
.b132__dl dd p > span { display: block; }
.b132__dl dd ul { margin-bottom: 10px; }
.b132__dl dd ul li{background:url("../img/sub/ico_tit2.png") 0px 9px no-repeat; padding:0px 0px 0px 17px; margin:0px 0px 0px 0px;}
/*.b132__dl dd ul li:before {content: ''; position: absolute; left: 195px; margin-top: 10px; width: 5px; height: 5px; background: #F7971D;}*/
.b132__img { text-align: center; margin-top: 30px; }
.b132__img img { margin-right: 30px;}
.b132__img img:last-child { margin-right: 0px;}

.b133__para { margin-bottom: 10px; }
.b133__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b133__dl dd { margin-bottom: 15px; }
.b133__dl dd p { margin-bottom: 10px; }
.b133__dl dd ul { margin-bottom: 10px; }
.b133__dl dd ul li{background:url("../img/sub/ico_tit2.png") 0px 9px no-repeat; padding:0px 0px 0px 17px; margin:0px 0px 0px 0px;}
.b133__img { text-align: center; margin-top: 30px; }
.b133__img img { margin-right: 30px;}
.b133__img img:last-child { margin-right: 0px;}

.b134__top {font-weight: 600; }
.b134__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b134__dl dd { margin-bottom: 15px; }

.b121-1th__box { margin-bottom: 30px; }
.b121-1th__box:after { content: ''; display: block; clear: both; }
.b121-1th__box img { float: right; margin-left: 25px; }
.b121-1th__list li { line-height: 2; }

.b121-2th__box { margin-bottom: 30px; }
.b121-2th__box:after { content: ''; display: block; clear: both; }
.b121-2th__box img { float: right; margin-left: 25px; }
.b121-2th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b121-2th__dl dd { margin-bottom: 10px; }
.b121-2th__list li { line-height: 2; }

.b121-3th__top { margin-bottom: 10px; }
.b121-3th__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b121-3th__para { margin-bottom: 10px; }
.b121-3th__para strong { color: #6faf00; font-weight: 600; }
.b121-3th__dl dt { margin-bottom: 5px; }
.b121-3th__dl dt span { display: inline-block; background: #eab646; color: #fff; width: 100px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px; margin-right: 15px; }
.b121-3th__dl dd { margin-bottom: 20px; }
.b121-3th__dl dd span { display: block; }


.b121-4th__top { margin-bottom: 10px; }
.b121-4th__top strong { color: #6faf00; }
.b121-4th__para { margin-bottom: 10px; }
.b121-4th__img { margin-top: 30px; text-align: center; }
.b121-4th__img img { margin-right: 30px; }
.b121-4th__img img:last-child { margin-right: 0px; }

.b141__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b141__dl dt:first-child { margin-top: 0px;}
.b141__dl dd { margin-bottom: 15px; }
.b141__tit { font-size: 18px; font-weight: 600; color: #6faf00; margin-top: 40px; margin-bottom: 20px;}

.b142__top { margin-bottom: 40px; font-weight: 600; }
.b142__list li { text-indent:-44px; padding-left:44px; }

.b511__top { margin-bottom: 40px; font-weight: 600; }
.b511__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b511__dl dd { margin-bottom: 10px; }
.b511__dl dd p { margin-bottom: 10px; }
.b511__dl dd p .s_d { display: inline;}
.b511__dl dd p span span { display: inline-block; background: #eab646; color: #fff; width: 140px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px;margin-left: 5px;}

.b512-1th__top0 {text-align:right; margin-bottom: 10px;}
.b512-1th__top0 span { display: inline-block; background: #eab646; color: #fff; width: 115px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px; }
.b512-1th__top { margin-bottom: 40px; font-weight: 600; }
.b512-1th__para { margin-bottom: 10px; }
.b512-1th__tbl { position: relative; width: 100%; }
.b512-1th__tbl:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 2px; border-top: 1px solid #D2AA20; }
.b512-1th__tbl tbody th { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b512-1th__tbl th { padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: center; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.b512-1th__tbl th:first-child { border-left: 0; }
.b512-1th__tbl td { text-align:left; padding: 8px 15px; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b512-1th__tbl td + td { text-align:center;}
.b512-1th__tbl td + td + td { text-align:left;}
.b512-1th__tbl td span { display:block; }
.b512-1th__tbl td:last-child { border-right: 0; }
.b512-1th__tbl col:nth-child(1) { width: 15%; }
.b512-1th__tbl col:nth-child(2) { width: 15%; }
.b512-1th__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b512-1th__dl dd { margin-bottom: 10px; }
.b512-1th__dl dd > ul > li{background:url("../img/sub/ico_tit2.png") 0px 9px no-repeat; padding:0px 0px 0px 17px; margin:0px 0px 0px 0px;}
.b512-1th__dl dd ul ul { margin-left: 19px; }
.b512-1th__img { text-align: center; }
.b512-1th__img img { margin-right: 30px;  margin-top: 20px;}
.b512-1th__img img:last-child { margin-right: 0px;}


.b512-2th__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b512-2th__tbl { position: relative; width: 100%; }
.b512-2th__tbl:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 2px; border-top: 1px solid #D2AA20; }
.b512-2th__tbl tbody th { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b512-2th__tbl th { padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: center; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.b512-2th__tbl th{width:100px}
.b512-2th__tbl th:first-child { border-left: 0;}
.b512-2th__tbl td { padding: 8px 15px; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.b512-2th__tbl .tac { text-align:center;}
.b512-2th__tbl td:last-child { border-right: 0; }
.b512-2th__tbl td span { display: block; }
.b512-2th__tbl col:nth-child(1) { width: 20%; }
.b512-2th__tbl col:nth-child(2) { width: 20%; }

.b512-2th__tbl_mo {display:none;}

.b512-3th__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b512-3th__dl dt { font-weight: 600; margin-bottom: 5px; }
.b512-3th__dl dd { margin-bottom: 25px; }
.b512-3th__box { background:#F4F4F4; padding:10px; text-align:center;}

.b512__img {margin-top: 30px;text-align: center;}
.b512__img img:first-child { margin-right: 30px; }

.b521__top { font-weight: 600;}
.b521__dl { }
.b521__dl dt { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 40px; margin-bottom: 5px; }
.b521__dl dd { margin-bottom: 25px; }
.b521__dl dd ul li { margin-bottom: 25px; }
.b521__dl dd ul li span { font-weight: 600; }
.b521__dl dd ul li p span { display: inline-block; background: #eab646; color: #fff; width: 310px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px;  }

.b611:after { content: ''; display: block; clear: both; }
.b611__img { float: right; }
.b611__box { background: url(../img/sub/B611.png) no-repeat top right; }
.b611__para { margin-bottom: 30px; width: 700px;}
.b611__para span { display: block; }
.b611__para--1th { font-weight: 600; color: #6faf00; font-size: 20px; }
.b611__para--6th { color: #1c8772; font-size: 17px; font-weight: 600; }

.b621__tit { font-size: 50px; font-weight: 600; color: #6faf00; text-align: center; }
.b621__tit span { color: #666; font-weight: normal; }
.b621__box { padding: 30px 0; background: #ebebeb; text-align: center; margin: 40px 0 70px; }
.b621__box span { display: block; }
.b621__tit2 { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 20px; margin-top: 60px; }
.b621__future:after { content: ''; display: block; clear: both; }
.b621__future img { float: right; margin-left: 35px; }
.b621__area { float: left; width: 585px; padding-left: 25px; }
.b621__area span span { display: inline-block; background: #eab646; color: #fff; width: 100px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px; margin-left:20px; }
.b621__area ul li { border-bottom: 1px solid #ddd; line-height: 3.35; }
.b621__txt { display: block; color: #48821f; font-weight: 600; border-bottom: 1px solid #ddd; line-height: 3; margin-top: -15px; }

.b641__tit { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-bottom: 20px; }
.b641__tit--char { margin-top: 35px; }
.b641__box:after { content: ''; display: block; clear: both; }
.b641__box img { float: left; margin-right: 30px; }
.b641__con span { display: block; }
.b641__con strong { color: #37b551; font-size: 25px; }
.b641__txt { color: #ff0000; margin: 23px 0 23px; }
.b641__txt strong { color: #37b551; font-size: 15px;}

.b641__txt--char { margin-bottom: 98px; }

.b661__dl { width: 100%; display: table; font-size: 17px; }
.b661__dt { display: table-cell; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; width: 50px; }
.b661__dd { display: table-cell; }
.b661__item { margin-top: 20px; }
.b661__t-tit { display: block; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; }
.b661__t-con { display: block; }

.b651_t {font-size:22px; font-weight:600; }
.b651_t01 {font-size:20px; font-weight:600; margin-top:40px;}
.b651_t01_1 {font-size:18px; font-weight:600; margin-top:20px;}
.b651_t02 {font-size:16px;margin-top:20px;text-indent: -48px;; padding-left:48px;}
.b651_t02_1 {font-size:16px;margin-top:20px;text-indent: -57px;; padding-left:57px;}
.b651_t03 {text-indent:-17px; padding-left:17px;}
.b651_t03_1 {margin-top:20px;}
.b651_t03_2 {margin-top:40px;}
.b651_t04 {padding-left: 18px;}
.b651_t05 {}
.b651_c {font-weight: 600;}
.b651_c1 {}
.b651_c2 {margin-top: 30px; }
.b651_a {display: table-row; margin-top: 50px;}
.b651_a1 {display: table-cell; width: 800px; text-align: center; vertical-align: middle;margin-right:40px}
.b651_a2 {display: table-cell; width: 370px; text-align: center; vertical-align: middle;}

.b652_t { color: #6faf00; display: block; margin-top: 50px; margin-bottom: 10px; font-size: 20px; font-weight: 600;}
.b652_t:first-child {margin-top: 0px;}
.b652_t span { color: #333; font-size: 15px; font-weight: normal;}
.b652_t1 { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 30px; margin-bottom: 5px; }
.b652_t2 { font-size: 17px; font-weight: 600; text-align:center; margin-top: 20px;}
.b652_t3 { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 30px; margin-bottom: 50px; }
.b652_img {margin-top: 50px; text-align:center;}
.b652_a2_tbl tbody th { border: 1px solid #e9e9e9; padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: left;}
.b652_a2_tbl tbody td { padding: 8px 15px; border: 1px solid #e9e9e9; text-align: left;}
.b652 .b131-1th__tbl1_pc td { vertical-align: top;}
.b652_a2_tbl a { display: inline-block; background: #eab646; color: #fff; width: 115px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px; }

.b652_t1_1 { font-size: 16px; font-weight: 600; background: url(../img/sub/ico_tit2.png) no-repeat 0 center; padding-left: 16px; margin-top: 20px; margin-bottom: 5px; }


.b654_t { color: #6faf00; display: block; margin-top: 50px; margin-bottom: 10px; font-size: 20px; font-weight: 600;}
.b654_t:first-child {margin-top: 0px;}
.b654_t span { color: #333; font-size: 15px; font-weight: normal;}
.b654_t1 { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 30px; margin-bottom: 5px; }
.b654_t2 { font-size: 17px; font-weight: 600; text-align:center; margin-top: 20px;}
.b654_t3 { font-size: 17px; font-weight: 600; background: url(../img/sub/ico_tit1.png) no-repeat 0 center; padding-left: 24px; margin-top: 30px; margin-bottom: 50px; }
.b654_img {margin-top: 50px; text-align:center;}
.b654_a2_tbl tbody th { border: 1px solid #e9e9e9; padding: 8px 15px; background: #fafafa; font-weight: 600; text-align: left;}
.b654_a2_tbl tbody td { padding: 8px 15px; border: 1px solid #e9e9e9; text-align: left;}
.b654_a2_tbl a { display: inline-block; background: #eab646; color: #fff; width: 115px; font-size: 14px; font-weight: 600; text-align: center; line-height: 23px; height: 23px; border-radius: 5px; }
.b654_c1 ul { margin-bottom: 30px;}
.b654_c1 ul li{}
.b652_c1_1 ul { margin-bottom: 30px;}
.b652_c1_1 ul li{}

.b652_c1_2 {display: table;}
.l1{display: table-cell; width: 40px;}
.l2{display: table-cell;}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper { position: relative; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }

.bx-wrapper a {display:block; float:left}
.bx-wrapper img { max-width: 100%; display: inline-block; }

.bxslider { margin: 0; padding: 0; }

ul.bxslider { list-style: none; }

.bx-viewport { /*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: 70px; width: 100%; left: 25px; }

/* LOADER */
/* PAGER */
.bx-wrapper .bx-pager { font-size: .85em; font-family: Arial; font-weight: bold; color: #666; }

.bx-wrapper .bx-pager.bx-default-pager a { background: #fff; text-indent: -9999px; display: block; width: 13px; height: 13px; margin: 0 6px; outline: 0; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{ background: #000; box-sizing: border-box; border: 2px solid #fff; }

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; vertical-align: bottom; *zoom: 1; *display: inline; }

.bx-wrapper .bx-pager-item { font-size: 0; line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left: 10px; background: url("../img/bxslider/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus { background-position: 0 0; }

.bx-wrapper .bx-next { right: 10px; background: url("../img/bxslider/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus { background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled { display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url("../img/bxslider/controls.png") -86px -11px no-repeat; margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus { background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url("../img/bxslider/controls.png") -86px -44px no-repeat; margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus { background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: center; width: 100%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { left: 50%; bottom: 30px; width: 35px; margin-left: -100px; z-index: 99; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80, 80, 80, 0.75); width: 100%; }

.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }

/* ====================================================================== */
/* slick */
/* ====================================================================== */
/* ------------------------------------- */
/* slider */
/* ------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; margin: 0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* ====================================================================== */
/* slick-theme */
/* ====================================================================== */
/* ------------------------------------- */
/* slick-theme */
/* ------------------------------------- */
/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 50px; width: 50px; line-height: 0px; font-size: 0px; cursor: pointer; color: red; top: 50%; z-index: 2; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; }

.slick-prev { left: 25px; background: transparent url("../img/ico/prev.png") no-repeat left center; }

.slick-next { right: 25px; background: transparent url("../img/ico/next.png") no-repeat right center; }

/* Dots */
.slick-dots { position: absolute; z-index: 2; bottom: 15px; left: -280px; list-style: none; display: block; padding: 0; margin: 0; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li.slick-active button { background: #273e8e; color: #fff; }
.slick-dots li button { border: 0; background: #fff; display: block; height: 26px; line-height: 26px; width: 26px; outline: none; font-size: 16px; color: #273e8e; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; background: #273e8e; color: #fff; }

/* =============================================================== */
/* modifty */
/* =============================================================== */
/* ------------------------------------- */
/* gunuboard use setting */
/* ------------------------------------- */
/* color theme change */
.ms-confirm-submit { background: #37b551 !important; }

.mbskin .win_btn input { background: #37b551 !important; }

.mbskin .tbl_frm01 a { background: #37b551 !important; }

.bo_fx { margin-top: 10px !important; }

.btn_submit { background: #37b551 !important; }

.tbl_head01 thead th { border-top: 2px solid #b1b1b1 !important; }

/* 팝업레이어 */
#hd_pop { z-index: 10000; position: relative; margin: 0 auto; width: 1200px; height: 0; }

#hd_pop h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }

.hd_pops { position: absolute; border: 1px solid #e9e9e9; background: #fff; }

.hd_pops_footer { padding: 10px 0; background: #000; color: #fff; text-align: right; }

.hd_pops_footer button { margin-right: 5px; padding: 5px 10px; border: 0; background: #393939; color: #fff; }

/* 텍스트 크기 조절 */
#text_size { float: left; margin: 0 0 0 10px; letter-spacing: -3px; }

#text_size button { margin: 0; padding: 1px 2px; border: 1px solid #c3c6ca; background: transparent; vertical-align: middle; cursor: pointer; }

.ts_up { font-size: 1.167em !important; }

.ts_up2 { font-size: 1.3em !important; }

/* 게시물 선택복사 선택이동 */
.copymove_current { float: right; color: #ff3061; }

.copymove_currentbg { background: #f4f4f4; }

/* 화면낭독기 사용자용 */
#hd_login_msg { position: absolute; top: 0; left: 0; font-size: 0; line-height: 0; overflow: hidden; }

.msg_sound_only, .sound_only { display: inline-block !important; position: absolute; top: 0; left: 0; margin: 0 !important; padding: 0 !important; font-size: 0; line-height: 0; border: 0 !important; overflow: hidden !important; }

/* ie6 이미지 너비 지정 */
.img_fix { width: 100%; height: auto; }

/* 캡챠 자동등록(입력)방지 기본 */
#captcha { display: inline-block; position: relative; }

#captcha legend { position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden; }

#captcha #captcha_img { width: 100px; height: 41px; border: 1px solid #e9e9e9; }

#captcha #captcha_mp3 { position: absolute; top: 0; left: 101px; margin: 0; padding: 0; width: 23px; height: 22px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; }

#captcha #captcha_mp3 span { position: absolute; top: 0; left: 0; width: 23px; height: 22px; background: url("../../../plugin/kcaptcha/img/sound.gif"); }

#captcha #captcha_reload { position: absolute; top: 21px; left: 101px; margin: 0; padding: 0; width: 23px; height: 22px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; }

#captcha #captcha_reload span { position: absolute; top: 0; left: 0; width: 23px; height: 22px; background: url("../../../plugin/kcaptcha/img/reload.gif"); }

#captcha #captcha_key { margin: 0 0 0 25px; padding: 0 5px; width: 70px; height: 41px; border: 1px solid #b8c9c2; background: #f7f7f7; font-size: 1.333em; font-weight: bold; text-align: center; line-height: 2.8em; }

#captcha #captcha_info { display: block; margin: 5px 0 0; font-size: 0.95em; letter-spacing: -0.1em; }

/* ckeditor 단축키 */
.cke_sc { margin: 0 0 5px; text-align: right; }

.btn_cke_sc { display: none; padding: 0 10px; height: 23px; border: 1px solid #ccc; background: #fafafa; color: #000; text-decoration: none; line-height: 1.9em; vertical-align: middle; cursor: pointer; }

.cke_sc_def { margin: 0 0 5px; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; text-align: center; }

.cke_sc_def dl { margin: 0 0 5px; text-align: left; zoom: 1; }

.cke_sc_def dl:after { display: block; visibility: hidden; clear: both; content: ""; }

.cke_sc_def dt, .cke_sc_def dd { float: left; margin: 0; padding: 5px 0; border-bottom: 1px solid #e9e9e9; }

.cke_sc_def dt { width: 20%; font-weight: bold; }

.cke_sc_def dd { width: 30%; }

/* 버튼 */
.btn_bo_adm input { padding: 9px; border: 1px solid #e8180c; background: #e8180c; color: #fff; text-decoration: none; vertical-align: middle; font-size: 13px; border-radius: 5px; }

a.btn01 { display: inline-block; padding: 7px; border: 1px solid #ccc; background: #fafafa; color: #000; text-decoration: none; vertical-align: middle; }

a.btn01:focus, a.btn01:hover { text-decoration: none; }

button.btn01 { display: inline-block; margin: 0; padding: 7px; border: 1px solid #ccc; background: #fafafa; color: #000; text-decoration: none; }

a.btn02 { display: inline-block; padding: 7px; border: 1px solid #3b3c3f; background: #4b545e; color: #fff; text-decoration: none; vertical-align: middle; }

a.btn02:focus, .btn02:hover { text-decoration: none; }

button.btn02 { display: inline-block; margin: 0; padding: 7px; border: 1px solid #3b3c3f; background: #4b545e; color: #fff; text-decoration: none; }

.btn_confirm { text-align: center; margin-bottom: 30px; }

/* 서식단계 진행 */
.btn_submit { padding: 11px; border: 0; background: #ccc; color: #fff; cursor: pointer; font-weight: 600; border-radius: 5px; }

fieldset .btn_submit { padding: 0 7px; height: 26px; line-height: 1em; }

a.btn_cancel { display: inline-block; padding: 7px; border: 1px solid #ccc; background: #fafafa; color: #000; text-decoration: none; vertical-align: middle; font-weight: 600; border-radius: 5px; }

button.btn_cancel { display: inline-block; padding: 7px; border: 1px solid #ccc; background: #fafafa; color: #000; vertical-align: top; text-decoration: none; }

a.btn_frmline, button.btn_frmline { display: inline-block; padding: 0 5px; height: 24px; border: 0; background: #333; color: #fff; letter-spacing: -0.1em; text-decoration: none; vertical-align: top; }

/* 우편번호검색버튼 등 */
a.btn_frmline { line-height: 24px; }

button.btn_frmline { font-size: 1em; }

/* 게시판용 버튼 */
a.btn_b01 { display: inline-block; padding: 7px; border: 1px solid #d9ded9; background: #f2f5f9; color: #000; text-decoration: none; vertical-align: middle; font-size: 13px; font-weight: 600; border-radius: 5px; }

a.btn_b01:focus, .btn_b01:hover { text-decoration: none; }

a.btn_b02 { display: inline-block; padding: 7px 7px; border: 1px solid #0072BC; color: #0072BC; text-decoration: none; vertical-align: middle; font-size: 13px; font-weight: 600; border-radius: 5px; }

a.btn_b02:focus, .btn_b02:hover { text-decoration: none; background: #0072BC; color: #fff; }

a.btn_admin,button.btn_admin { display: inline-block; padding: 7px; border: 1px solid #e8180c; color: #e8180c; text-decoration: none; vertical-align: middle; font-size: 13px; font-weight: 600; border-radius: 5px; background:#fff;     box-sizing: border-box; height: 35px;}

/* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover { text-decoration: none; background: #e8180c; color: #fff; }

/* 댓글 스타일 */
.cnt_cmt { display: inline-block; margin: 0 0 0 3px; font-weight: bold; }

/* 기본테이블 */
.tbl_wrap table { width: 100%; border-collapse: collapse; border-spacing: 0; }

.tbl_wrap caption { padding: 10px 0; font-weight: bold; text-align: left; }

.tbl_head01 { margin: 0 0 10px; }

.tbl_head01 caption { padding: 0; font-size: 0; line-height: 0; overflow: hidden; }

.tbl_head01 thead th { padding: 9px 0; border-top: 2px solid #ccc; border-bottom: 1px solid #d1dee2; background: #F9F9F9 url("./img/ie/bg_f_f9.gif") repeat-x; background: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%); color: #383838; font-size: 0.95em; text-align: center; letter-spacing: -0.1em; }

.tbl_head01 thead a { color: #383838; }

.tbl_head01 thead th input { vertical-align: top; }

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td { padding: 10px 0; border-top: 1px solid #c1d1d5; border-bottom: 1px solid #c1d1d5; background: #d7e0e2; text-align: center; }

.tbl_head01 tbody th { padding: 8px 0; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }

.tbl_head01 td { padding: 8px 5px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; line-height: 1.5em; word-break: break-all; font-size: 14px; }

.tbl_head02 { margin: 0 0 10px; }

.tbl_head02 caption { padding: 0; font-size: 0; line-height: 0; overflow: hidden; }

.tbl_head02 thead th { padding: 5px 0; border-top: 1px solid #d1dee2; border-bottom: 1px solid #d1dee2; background: #e5ecef; color: #383838; font-size: 0.95em; text-align: center; letter-spacing: -0.1em; }

.tbl_head02 thead a { color: #383838; }

.tbl_head02 thead th input { vertical-align: top; }

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td { padding: 10px 0; border-top: 1px solid #c1d1d5; border-bottom: 1px solid #c1d1d5; background: #d7e0e2; text-align: center; }

.tbl_head02 tbody th { padding: 5px 0; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }

.tbl_head02 td { padding: 5px 3px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; line-height: 1.4em; word-break: break-all; }

.con_tbl { border: 1px solid #ffcc99; border-collapse: collapse; }

.con_tbl td { border: 1px solid #ffcc99; word-break: break-all; padding: 5px; }

/* 폼 테이블 */
.tbl_frm01 { margin: 0 0 20px; }

.tbl_frm01 table { width: 100%; border-collapse: collapse; border-spacing: 0; }

.tbl_frm01 th { width: 80px; padding: 7px 13px; border: 1px solid #e9e9e9; border-left: 0; background: #fafafa; text-align: left; }

.tbl_frm01 td { padding: 7px 10px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; background: transparent; }

.tbl_frm01 textarea, .frm_input { border: 1px solid #e4eaec; background: #f7f7f7; color: #000; vertical-align: middle; line-height: 2em; }

.tbl_frm01 textarea { padding: 2px 2px 3px; }

.frm_input { height: 26px; }

input[type=text], input[type=password] { border-radius: 5px; padding-left: 5px; }

input[type=file] { width: 100%; }

textarea { width: 100% !important; border-radius: 5px; }

.tbl_frm01 textarea { width: 100%; height: 100px; }

.tbl_frm01 a { text-decoration: none; }

.tbl_frm01 .frm_file { display: block; margin-bottom: 5px; }

.tbl_frm01 .frm_info { display: block; padding: 0 0 5px; line-height: 1.4em; }

/* 자료 없는 목록 */
.empty_table { padding: 50px 0 !important; text-align: center; }

.empty_list { padding: 20px 0 !important; text-align: center; }

/* 필수입력 */
/* 테이블 항목별 정의 */
.td_board { width: 120px; text-align: center; }

.td_category { width: 80px; text-align: center; }

.td_chk { width: 30px; text-align: center; }

.td_date { width: 60px; text-align: center; }

.td_datetime { width: 110px; text-align: center; }

.td_group { width: 100px; text-align: center; }

.td_mb_id { width: 100px; text-align: center; }

.td_mng { width: 80px; text-align: center; }

.td_name { width: 140px; text-align: left; }

.td_nick { width: 100px; text-align: center; }

.td_num { width: 50px; text-align: center; }

.td_numbig { width: 80px; text-align: center; }

.td_stat { width: 60px; text-align: center; }

.txt_active { color: #5d910b; }

.txt_done { color: #e8180c; }

.txt_expired { color: #ccc; }

.txt_rdy { color: #8abc2a; }

/* 새창 기본 스타일 */
.new_win .tbl_wrap { margin: 0 20px; }

.new_win #win_title { margin: 0 0 20px; padding: 20px; border-top: 3px solid #333; border-bottom: 1px solid #dde4e9; background: #fff; font-size: 1.2em; }

.new_win #win_title .sv { font-size: 0.75em; line-height: 1.2em; }

.new_win .win_ul { margin: -20px 0 20px 0; padding: 0 20px; border-bottom: 1px solid #455255; background: #484848; list-style: none; zoom: 1; }

.new_win .win_ul:after { display: block; visibility: hidden; clear: both; content: ""; }

.new_win .win_ul li { float: left; margin-left: -1px; }

.new_win .win_ul a { display: block; padding: 10px 10px 8px; border-right: 1px solid #455255; border-left: 1px solid #455255; color: #fff; font-weight: bold; text-decoration: none; }

.new_win .win_desc { padding: 20px; }

.new_win .win_btn { clear: both; padding: 20px; text-align: center; }

/* 새창용 */
.new_win .win_btn button { display: inline-block; padding: 0 10px; height: 30px; border: 0; background: #4b545e; color: #fff; line-height: 2em; cursor: pointer; }

.new_win .win_btn input { padding: 0 10px; height: 30px; line-height: 2em; }

.new_win .win_btn a { display: inline-block; padding: 0 10px; height: 30px; background: #4b545e; color: #fff; vertical-align: middle; line-height: 2.4em; }

.new_win .win_btn a:focus, .new_win .win_btn a:hover { text-decoration: none; }

/* 내용관리 */
.ctt_admin { text-align: right; }

#ctt header h1 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }

#ctt_con { padding: 10px 0; }

.ctt_img { text-align: center; }

/* 검색결과 색상 */
/* 자바스크립트 alert 대안 */
#validation_check { margin: 100px auto; width: 500px; }

#validation_check h1 { margin-bottom: 20px; font-size: 1.3em; }

#validation_check p { margin-bottom: 20px; padding: 30px 20px; border: 1px solid #e9e9e9; background: #fff; }

/* 사이드뷰 */
.sv_wrap { display: inline-block; position: relative; font-weight: normal; }

.sv_wrap .sv { z-index: 1000; display: none; margin: 5px 0 0; border: 1px solid #283646; }

.sv_wrap .sv a { display: inline-block; margin: 0; padding: 3px; width: 94px; border-bottom: 1px solid #283646; background: #111; color: #fff !important; }

.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active { text-decoration: none; }

.sv_on { display: block !important; position: absolute; top: 10px; left: 20px; width: auto; height: auto; }

.sv_nojs .sv { display: block; }

/* 페이징 */
.pg_wrap { clear: both; margin: 0 0 20px; padding: 20px 0 0; text-align: center; }

.pg_page, .pg_current { display: inline-block; padding: 0 8px; height: 25px; color: #000; letter-spacing: 0; line-height: 2.2em; vertical-align: middle; border-radius: 10px; line-height: 25px; }

.pg a:focus, .pg a:hover { text-decoration: none; background: #006B80; color: #fff; }

.pg_page { background: #e4eaec; text-decoration: none; }

.pg_start, .pg_prev { /* 이전 */ }

.pg_end, .pg_next { /* 다음 */ }

.pg_current { display: inline-block; margin: 0 4px 2px 0; background: #006B80; color: #fff; font-weight: normal; }

/* Mobile화면으로 */
#device_change { display: block; margin: 0.3em; padding: 0.5em 0; border: 1px solid #eee; border-radius: 2em; background: #fff; color: #000; font-size: 2em; text-decoration: none; text-align: center; }

#bo_cate {}

#bo_cate h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }

#bo_cate ul { margin-bottom: 30px;  padding-left: 0px; zoom: 1; height: 60px; border-bottom: 1px solid #ddd; }

#bo_cate ul:after { display: block; visibility: hidden; clear: both; content: ""; }

#bo_cate li { float: left; }

#bo_cate a { display: block; position: relative; background: #fff; color: #989898;padding:7px 20px; margin-right:10px; border:1px solid #ddd; text-align: center; letter-spacing: -0.1em; font-size: 13px;
cursor: pointer; height: 20px; line-height: 20px !important; border-radius:5px;}

#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active { text-decoration: none; }

#bo_cate #bo_cate_on { z-index: 2;background: #009999; color: #fff; font-weight: bold; }

#bo_cate a:hover {background: #009999; color: #fff; font-weight: bold;}

/* ------------------------------------- */
/* latest */
/* ------------------------------------- */
.latest-board { position: relative; padding-top: 15px; }
.latest-board__list { line-height: 2.3; }
.latest-board__no { color: #fff; text-align: center; }
.latest-board__link { position: relative; display: block; padding-right: 30px; font-size: 14px; color: #fff; }
.latest-board__link:after { content: ''; display: block; clear: both; }
.latest-board__txt { display: block; }
.latest-board__txt:hover, .latest-board__txt:focus { color: #D2AA20; }
.latest-board__date { position: absolute; right: 0; top: 0; color: #fff; }
.latest-board__more { position: absolute; right: 14px; top: -30px; }

.latest-info { background: #fff; position: relative; width: 655px; height: 398px; padding: 21px 25px; border: 1px solid #d7d8d8; /*border-top:6px solid #1f5d97;*/ }
.latest-info:before { content: ''; width: 707px; height: 6px; background: #1f5d97; position: absolute; left: -1px; top: -1px; }
.latest-info__tit { font-size: 20px; color: #484848; font-weight: 800; margin-bottom: 9px; }
.latest-info__list { line-height: 1.8; }
.latest-info__item { margin-top: 10px; }
.latest-info__item:first-child { margin-top: 0; }
.latest-info__link:after { content: ''; display: block; clear: both; }
.latest-info__dt { color: #1f5d97; }
.latest-info__date { font-weight: 700; font-size: 20px; margin-right: 10px; }
.latest-info__dt-txt { font-size: 16px; }
.latest-info__more { position: absolute; right: 25px; top: 21px; }

.latest-gallery { position: relative; }
.latest-gallery__tit { font-size: 30px; font-weight: 600; color: #1c8772; height: 57px; }
.latest-gallery__list:after { content: ''; display: block; clear: both; }
.latest-gallery__item { margin-bottom: 35px; }
.latest-gallery__item:after { content: ''; display: block; clear: both; }
.latest-gallery__link { float: right; }
.latest-gallery__con { float: left; width: 250px; }
.latest-gallery__title { display: block; font-size: 17px; font-weight: 600; margin-bottom: 10px; }
/*.latest-gallery__txt { display: block; line-height: 1.6; height: 80px; } 2024-06-19 수정*/
.latest-gallery__txt { display: block; line-height: 1.6; height: 70px; }
.latest-gallery__txt:hover, .latest-gallery__txt:focus { color: #37b551; }
.latest-gallery__date { display: block; }
.latest-gallery__more { position: absolute; right: 0; top: 0; }

.latest-gallery2 { position: relative; }
.latest-gallery2__tit { font-size: 30px; font-weight: 600; color: #fff; height: 55px; }
.latest-gallery2__list:after { content: ''; display: block; clear: both; }
.latest-gallery2__item { float: left; }
.latest-gallery2__item:nth-child(1) { margin-right: 10px; }
.latest-gallery2__link { display: block; width: 173px; }
.latest-gallery2__title { display: block; font-weight: 600; margin: 10px 0; }
.latest-gallery2__txt { display: block; height: 25px; color: #fff; }
.latest-gallery2__txt:hover, .latest-gallery2__txt:focus { color: #333; }
.latest-gallery2__date { display: block; color: #fff; }
.latest-gallery2__more { position: absolute; right: 0; top: 0; }
