#content {
	overflow: hidden;
}
.mo {
	display: none;
}
.mo2 {
	display: none;
}
.container {
  display: block;
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto; 
 }

.container-fluid {
  display: block;
  width: 100%;
  max-width: 1750px;
  padding: 0 15px; 
  margin: 0 auto;
}

h3 {
  font-family: 'yg-jalnan';
}

/* common */

/* section-header - btn */
section {padding-bottom: 210px;}

.section-header {
    position: relative;
    padding-top: 110px;
}
.section-content {
    width:100%;
    border-top: 1px solid #ddd;
}
.section-header .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-header .tit  > h3 {
    font-size: 55px;
    color: #111;
}
.section-header ul.path {
    display: flex; margin-bottom: 35px;
}
.section-header ul.path > li {
    position: relative;
    padding: 0 18px 0 10px;
    font-size: 16px;
    color: #666;
}
.section-header ul.path > li:first-child {
    padding-left: 0;
}
.section-header ul.path > li:last-child {
    padding-right: 0;
}
.section-header ul.path > li::after {
    position: absolute;
    top: 1px;
    right: 0;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url(../images/sub/ico_arrow_right.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}
.section-header ul.path > li:last-child:after {
    display: none;
}
.board_s8 .section-header ul.path > li:last-child {display: none;}
.board_s8 .section-header ul.path > li:nth-child(2):after {display: none;}
/* tab-list */
.tab-list {
    padding-top: 70px;
    padding-bottom: 80px;
}
.tab-list > ul {
    display: flex;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.tab-list > ul > li {
    padding: 0 5px;
}
.tab-list > ul > li > a {
    display: block;
    text-align: center;
    width: 195px;
    padding: 30px 0;
    font-size: 20px;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 5px;
	transition: all .2s;
}
.tab-list > ul > li > a.on {
    background-color: #00a88e;
    color: #fff;
}
.tab-list > ul > li > a:hover {
	background-color: #00a88e;
	color: #fff;
}

.tab-list.mb_tab {
	display: none;
}


/* banner */
.banner {
    margin-top: 100px;
    width: 100%;
    height: 350px;
    background-image: url(../images/sub/bg_banner03.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 105px;
	border-radius: 20px;
}
.banner > b {
    font-family: 'yg-jalnan';
    font-size: 45px;
    color: #111;
    display: block;
    text-align: center;
}
.banner > p {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    text-align: center;
    line-height: 35px;
    padding: 30px 15px 0 15px;
}


/* article-header */
.article-header {
    padding-top: 140px;
}
.article-header > h4 {
    position: relative;
    padding-top: 30px;
    font-size: 50px;
    font-weight: bold;
    color: #111;
    letter-spacing: -1px;
}
.article-header > h4::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 43px;
    height: 4px;
    background-color: #00a88e;
}
.article-header > h4 span {display: inline-block; font-size: 22px; color: #00a88e;}
.article-header > p {
    font-size: 20px;
    color: #666;
    padding-top: 30px;
}

/* btn-banner */
.btn-banner {
    padding-top: 60px;
}
.btn-banner > ul {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.btn-banner > ul > li {
    padding: 0 20px;
    width: 50%;
}
.btn-banner > ul > li > a {
    display: block;
    width: 100%;
	height: 100%;
    padding: 55px 40px 55px 60px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-banner > ul > li.btn-left > a {
    background-color: #034ea2;
}
.btn-banner > ul > li.btn-right > a {
    background-color: #fdb913;
}
.btn-banner > ul > li > a > b {
    color: #fff;
    font-size: 32px;
    display: block;
    line-height: 45px;
}
.btn-banner > ul > li > a > span {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}
.btn-banner > ul > li > a > span > img {
	transition: all .3s;
}
.btn-banner > ul > li > a:hover > span > img {
	transform: rotate(90deg);
}

/* summary */
.summary {
    margin-top: 140px;
    width: 100%;
    /* height: 1247px; */
    background-image: url(../images/sub/bg_summary01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 140px;
	border-radius: 0 200px 0 0;
}
.summary .container .summary-list {
    padding-top: 60px;
}
.summary .container .summary-list > ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.summary .container .summary-list > ul > li {
    padding: 0 20px;
    width: 33.333333%;
    height: 370px;
}
.summary .container .summary-list > ul > li:nth-of-type(3) ~ li {
    margin-top: 40px;
}
.summary .container .summary-list > ul > li > dl {
    position: relative;
    padding-top: 60px;
    padding-left: 60px;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
}
.summary .container .summary-list > ul > li > dl::after {
    position: absolute;
    bottom: 40px;
    right: 40px;
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    width: 70px;
    height: 77px;
}
.summary .container .summary-list > ul > li:nth-of-type(1) > dl::after {
    background-image: url(../images/sub/ico_summary01.png);
} 
.summary .container .summary-list > ul > li:nth-of-type(2) > dl::after {
    background-image: url(../images/sub/ico_summary02.png);
} 
.summary .container .summary-list > ul > li:nth-of-type(3) > dl::after {
    background-image: url(../images/sub/ico_summary03.png);
} 
.summary .container .summary-list > ul > li:nth-of-type(4) > dl::after {
    background-image: url(../images/sub/ico_summary04.png);
} 
.summary .container .summary-list > ul > li:nth-of-type(5) > dl::after {
    background-image: url(../images/sub/ico_summary05.png);
} 

.summary.type03 .summary-list > ul > li:nth-child(1) .inner:after {background-image: url(../images/sub/ico_summary01.png);} 
.summary.type03 .summary-list > ul > li:nth-child(2) .inner:after {background-image: url(../images/sub/ico_summary02.png);} 
.summary.type03 .summary-list > ul > li:nth-child(3) .inner:after {background-image: url(../images/sub/ico_summary03.png);} 
.summary.type03 .summary-list > ul > li:nth-child(4) .inner:after {background-image: url(../images/sub/ico_summary04.png);} 
.summary.type03 .summary-list > ul > li:nth-child(5) .inner:after {background-image: url(../images/sub/ico_summary05.png);} 

.summary .container .summary-list > ul > li > dl > dt {
    font-size: 28px;
    font-weight: bold;
    color: #111;
}
.summary .container .summary-list > ul > li > dl > dd {
    font-size: 20px;
    color: #666;
    line-height: 35px;
    padding-top: 30px;
}

.summary.type03 .summary-list > ul {display: flex; flex-wrap: wrap; margin: -20px;}
.summary.type03 .summary-list > ul > li {width: 50%; height: auto; padding: 20px;}
.summary.type03 .summary-list > ul > li:nth-of-type(3) ~ li {margin-top: 0;}
.summary.type03 .summary-list > ul > li .inner {position: relative; min-height: 390px; height: 100%; background: #fff; border-radius: 20px; padding: 52px 60px 65px 60px;}
.summary.type03 .summary-list > ul > li .inner:after {position: absolute; bottom: 40px; right: 40px; content: ''; background-repeat: no-repeat; background-position: 50% 50%; background-size: auto; width: 77px; height: 77px;}
.bf .summary.type03 .summary-list > ul > li:nth-child(1) .inner:after { background-image: url(../images/sub/s403_ico_summary01.png);}
.bf .summary.type03 .summary-list > ul > li:nth-child(2) .inner:after { background-image: url(../images/sub/s403_ico_summary02.png);}
.bf .summary.type03 .summary-list > ul > li:nth-child(3) .inner:after { background-image: url(../images/sub/s403_ico_summary03.png);}
.bf .summary.type03 .summary-list > ul > li:nth-child(4) .inner:after { background-image: url(../images/sub/s403_ico_summary04.png);}
.summary.type03 .summary-list .title {font-size: 32px; font-weight: bold; line-height: 1.4em; color: #111; margin-bottom: 24px;}
.summary.type03 .summary-list .dot-list li {position: relative; font-size: 20px; line-height: 1.75em; color: #666; padding-left: 14px;}
.summary.type03 .summary-list .dot-list li:before {position: absolute; top: 14px; left: 0; content: ''; width: 4px; height: 4px; background: #00a88e; border-radius: 50%;}
.summary.type03 .summary-list .gray-box {background: #f6f6f6; border-radius: 20px; padding: 25px 40px; margin: 8px 0 20px;}
.summary.type03 .summary-list .gray-box p {position: relative; font-size: 20px; line-height: 1.75em; color: #666; padding-left: 16px;}
.summary.type03 .summary-list .gray-box p:before {position: absolute; top: 16px; left: 0; content: ''; width: 7px; height: 2px; background: #00a88e;}

.company .summary.type03 .summary-list > ul {margin: -15px;}
.company .summary.type03 .summary-list > ul > li {width: 20%; height: auto; padding: 15px;}
.company .summary.type03 .summary-list > ul > li .inner {padding: 52px 25px 65px 25px;}
.company .summary.type03 .summary-list .title {font-size: 28px;  margin-bottom: 24px;}
.company .summary.type03 .summary-list .dot-list li {font-size: 16px;}
.company .summary.type03 .summary-list .dot-list li:before {top: 10px;}
.company .summary.type03 .summary-list .gray-box {padding: 20px 15px;}
.company .summary.type03 .summary-list .gray-box p {font-size: 16px;}
.company .summary.type03 .summary-list .gray-box p:before {top: 12px;}

/* list */
.list {
    padding-top: 60px;
}
.list > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #111;
}
.list > ul > li {
    width: 50%;
    display: flex;
    padding:50px 0 50px 60px;
    border-bottom: 1px solid #ddd;
}
.list > ul > li > dl {
    display: inline-block;
    width: 220px;
}
.list > ul > li > dl > dt {
    font-size: 32px;
    font-weight: bold;
    color: #111;
    line-height: 42px;
	letter-spacing: -1px;
}
.list > ul > li > dl > dd {
    padding-top: 25px;
}
.list > ul > li > dl > dd > a {
    display: block;
    width: 105px;
    padding: 13px 0;
    background-color: #ded9d6;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #666;
    transition: all .2s;
}
.list > ul > li > dl > dd > a:hover {
    background-color: #00a88e;
    color: #fff;
}
.list > ul > li > p {
    font-size: 20px;
    color: #666;
    line-height: 35px;
}

/* list type02 */
.type02 {
    padding-top: 160px;
}
.type02 > ul > li {
    padding-left: 40px;
}
.type02 > ul > li > dl {
    width: 260px;
}
.type02 > ul > li > dl > dt {
    font-size: 25px;
	line-height: 35px;
	letter-spacing: -1px;
}
.type02 > ul > li > dl > dd > span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #00a88e;
    border-radius: 20px;
    line-height: 35px;
    width: 90px;
    margin-right: 10px;
    text-align: center;
}
.type02 > ul > li > dl > dd > small {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}


/* table */
table {
    max-width: 100%;
    table-layout: fixed;
}
thead {
    background-color: #e5f6f3;
}
thead th {
    border-top: 1px solid #00a88e;
    padding: 25px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
thead th:last-child {
    border-right: none;
}
tbody td {
    padding: 25px 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 18px;
    color: #666;
    text-align: center;
}
tbody td.tit {
    font-weight: 600;
    color: #333;
    background-color: #f6f6f6;
}
tbody td:last-child {
    border-right: none;
}

.bf-rule .table-type02 {margin-top: 50px;}
.table-type02 {border-top: 2px solid #00a88e;}
.table-type02 tbody th {font-size: 18px; font-weight: 500; line-height: 1.94em; color: #111; background: #e5f6f3; border-bottom: 1px solid #ddd; align-content: center;}
.table-type02 tbody td {height: 110px; line-height: 1.94em; color: #666; text-align: left; padding: 20px 40px; align-content: center;}
.table-type02 tbody td.bg-gray {font-size: 22px; font-weight: 700; line-height: 1.59em; color: #111; background: #f6f6f6; text-align: center; align-content: center; padding: 13px 20px;}
.table-type02 tbody td.border-dashed {border-bottom: 1px dashed #ddd;}
.table-type02 tbody td b {color: #111; font-weight: 600;}
.table-type02 tbody td .color-green {color: #00a88e; font-weight: 600;}
.table-type02 tbody td ul li {position: relative; font-size: 18px; line-height: 1.94em; color: #666; padding-left: 14px;}
.table-type02 tbody td ul li:before {position: absolute; top: 14px; left: 0; content: ''; width: 4px; height: 4px; background: #00a88e; border-radius: 50%;}
.table-type02 tbody td ol li {position: relative; padding-left: 24px;}
.table-type02 tbody td ol li:before {position: absolute; top: 0; left: 0;}
.table-type02 tbody td ol li:nth-child(1):before {content: '1.';}
.table-type02 tbody td ol li:nth-child(2):before {content: '2.';}
.table-type02 tbody td ol li:nth-child(3):before {content: '3.';}
.table-type02 tbody td ol li:nth-child(4):before {content: '4.';}
.table-type02 tbody td ol li:nth-child(5):before {content: '5.';}
.table-type02 tbody td ol li:nth-child(6):before {content: '6.';}
.table-type02 tbody td ol li:nth-child(7):before {content: '7.';}
.table-type02 tbody td ol li:nth-child(8):before {content: '8.';}
.table-type02 tbody td .gray-box {display: flex; padding: 40px 50px; background: #f6f6f6; border-radius: 20px; }
.table-type02 tbody td .gray-box > div {width: 50%;}
.table-type02 tbody td .gray-box .box-left {border-right: 1px solid #ddd;}
.table-type02 tbody td .gray-box .box-right {padding-left: 40px;}
.table-type02 tbody td .gray-box .title {width: 80px; height: 35px; font-size: 16px; line-height: 35px; color: #fff; background: #00a88e; border-radius: 18px; text-align: center;}
.table-type02 tbody td .gray-box .box-left .title {margin-bottom: 12px;}
.table-type02 tbody td .gray-box .box-right .title {margin-bottom: 30px;}
.table-type02 tbody td .gray-box dl {display: flex;}
.table-type02 tbody td .gray-box dt {font-size: 18px; font-weight: 700; line-height: 1.94em; color: #111;}
.table-type02 tbody td .gray-box .box-left dt {max-width: 64px; width: 100%;}
.table-type02 tbody td .gray-box dd {font-size: 18px; line-height: 1.94em; color: #666;}
.table-type02 tbody td .gray-box .box-left dd {width: 1%; flex: 1 1 auto;}
.table-type02 tbody td .gray-box .box-right .info-wrap {display: flex;}
.table-type02 tbody td .gray-box .box-right .info-left {width: 55%; margin-right: 40px;}
.table-type02 tbody td .gray-box .box-right .info-left dt {max-width: 108px; width: 100%;}
.table-type02 tbody td .gray-box .box-right .info-right {width: 45%;}
.table-type02 tbody td .gray-box .box-right .info-right dt {max-width: 65px; width: 100%;}
.table-type02 tbody td .gray-box .box-right .info dd {max-width: 100px; width: 100%; height: 1.5em; border-bottom: 1px dotted #999;}
.table-type02 tbody td .list-box {padding: 20px 40px; background: #f6f6f6; border-radius: 20px; margin-top: 10px;}

.btn-download {display: block; width: 250px; height: 70px; font-size: 20px; font-weight: 700; line-height: 70px; color: #fff; background: #00a88e; border: 1px solid #00a88e; text-align: center; border-radius: 5px; margin: 60px auto 0; transition: all 0.5s;}
.btn-download:hover {background: #fff; color: #00a88e;}

/* s1_1 */
.economy {
    padding-bottom: 0;
}
.economy .banner {
    padding: 105px 100px 0 100px;
    height: 560px;
    background-image: url(../images/sub/bg_banner01.png);
}
.economy .banner > ul {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-top: 40px;
}
.economy .banner > ul > li {
    width: 20%;
    height: 270px;
}
.economy .banner > ul > li ~ li {
    border-left: 1px solid #ddd;
}
.economy .banner > ul > li > dl {
    padding: 50px 0 50px 30px;
    background-color: rgba(255,255,255, .8);
    height: 100%;
}
.economy .banner > ul > li:nth-of-type(1) > dl {
    border-radius: 15px 0 0 15px;
}
.economy .banner > ul > li:last-child > dl {
    border-radius: 0 15px 15px 0;
}
.economy .banner > ul > li > dl > dt {
    font-family: 'yg-jalnan';
    font-size: 16px;
    color: #00a88e;
}
.economy .banner > ul > li > dl > dd {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
    padding-top: 25px;
}
.economy .summary {
    background-image: url(../images/sub/bg_summary03.png);
    height: 900px;
    padding-top: 80px;
}
.economy .summary .container .summary-list > ul {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.economy .summary .container .summary-list > ul > li {
    padding: 0 20px;
    width: 25%;
    height: 550px;
}
.economy .summary .container .summary-list > ul > li:nth-of-type(4) {
    margin-top: 0;
}
.economy .summary .container .summary-list > ul > li .content-box {
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
}
.economy .summary .container .summary-list > ul > li .content-box > figure {
    padding: 60px 30px 30px 30px;
    text-align: center;
}
.economy .summary .container .summary-list > ul > li .content-box > figure > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.economy .summary .container .summary-list > ul > li .content-box > figure > figcaption {
    padding-top: 40px;
    text-align: center;
}
.economy .summary .container .summary-list > ul > li .content-box > figure > figcaption > b {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: bold;
}
.economy .summary .container .summary-list > ul > li .content-box > figure > figcaption > small {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: #999;
    letter-spacing: -1px;
}
.economy .summary .container .summary-list > ul > li .content-box > p {
    font-size: 20px;
    color: #666;
    line-height: 40px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

/* s1_2 */
.company .banner {
    background-image: url(../images/sub/bg_banner02.png);
}
.company .btn-banner > ul > li.btn-left > a {
    background-color: #00a88e;
}
.company .btn-banner > ul > li.btn-center > a {
    background-color: #e40a69;
}
.company .btn-banner > ul > li.btn-right > a {
    background-color: #034ea2;
}
/* .company .summary.type03 .summary-list > ul > li {width: 20%;} */

/* s1_3 */
.reserve {padding-bottom: 0;}
.reserve .summary {
    background-image: url(../images/sub/bg_summary02.png);
    height: 837px;
}
.reserve .summary .container .summary-list > ul > li {
    width: 50%;
}
.reserve .summary .container .summary-list > ul > li > dl > dd > p {
    font-size: 18px;
    color: #999;
    padding-top: 15px;
    line-height: 30px;
}
.reserve .summary .container .summary-list > ul > li > dl > dd > p:nth-of-type(1) {
    padding-top: 20px;
}
.reserve .summary .container .summary-list > ul > li:nth-of-type(1) > dl::after {
    background-image: url(../images/sub/ico_summary04.png);
} 
.reserve .summary .container .summary-list > ul > li:nth-of-type(2) > dl::after {
    background-image: url(../images/sub/ico_summary05.png);
} 


/* s1_4 */
.town .banner {
    background-image: url(../images/sub/bg_banner04.png);
}
.town .btn-banner > ul > li {
    width: 33.333333%;
}
.town .btn-banner > ul > li.btn-left > a {
    background-color: #00a88e;
}
.town .btn-banner > ul > li.btn-center > a {
    background-color: #e40a69;
}
.town .btn-banner > ul > li.btn-right > a {
    background-color: #034ea2;
    padding: 35px 40px 35px 50px;
}
.town .table-wrap {
    padding-top: 60px;
}
.town table tbody td.tit {
    vertical-align: middle;
}
.town table tbody td:last-child {
    padding: 10px 0;
}
.town table tbody td > a {
    display: block;
    padding: 12px 0;
    width: 120px;
    background-color: #ded9d6;
    color: #666;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 auto;
    transition: all .15s;
}
.town table tbody td > a:hover {
    background-color: #00a88e;
    color: #fff;
}


/* s1_5 */
.cooperation {
    padding-bottom: 0;
}
.cooperation .banner {
    background-image: url(../images/sub/bg_banner05.png);
}
.cooperation .btn-banner > ul > li {
    width: 33.33333%;
}
.cooperation .btn-banner > ul > .btn-left > a {
    background-color: #00a88e;
}
.cooperation .btn-banner > ul > .btn-center > a {
    background-color: #e40a69;
}
.cooperation .btn-banner > ul > .btn-right > a{
    background-color: #034ea2;
}
.cooperation .summary .container .summary-list > ul > li {width: 25%; height: auto;}
.cooperation .summary .container .summary-list > ul > li:nth-of-type(3) ~ li {margin-top: 0;}
.cooperation .summary .container .summary-list > ul > li > dl {padding: 60px 40px 100px 50px; }
.cooperation .summary .container .summary-list > ul > li > dl > dt {word-break: break-all;}
.cooperation .summary .container .summary-list > ul > li:nth-of-type(1) > dl::after {
    width: 77px;
    background-image: url(../images/sub/ico_summary06.png);
}
.cooperation .summary .container .summary-list > ul > li:nth-of-type(4) > dl::after {
    background-image: url(../images/sub/ico_summary07.png);
}
.cooperation .plus-list .list-content {
    background-image: url(../images/sub/bg_summary04.png);
    margin-top: 60px;
}
.cooperation .plus-list .list-content .container > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 140px 0 210px;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.cooperation .plus-list .container > ul > li {
    width: 33.3333%;
    padding: 0 20px;
	position: relative;
    
}
.cooperation .plus-list .container > ul > li:nth-of-type(3) ~ li {
    margin-top: 40px;
}
.cooperation .plus-list .container > ul > li > a {
    display: block;
    font-size: 0;
	width: 100%;
}
.cooperation .plus-list .container > ul > li > a > figure {
	background-color: #fff;
    border-radius: 15px;
    padding: 30px 0 30px 40px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.cooperation .plus-list .container > ul > li > a > figure > img {
    display: inline-block;
    vertical-align: middle;
}
.cooperation .plus-list .container > ul > li > a > figure > figcaption {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
}
.cooperation .plus-list .container > ul > li > a > span {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
    display: block;
    width: 60px;
    height: 156px;
    background-color: #ded9d6;
    text-align: center;
    transition: all .2s;
    background-image: url(../images/sub/ico_plus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    border-radius: 0 15px 15px 0;
}
.cooperation .plus-list .container > ul > li > a:hover > span{
    background-color: #00a88e;
    background-image: url(../images/sub/ico_plus_w.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}


/* s1_6 */
/* .social {
    padding-bottom: 0;
} */

.social .banner {
    background-image: url(../images/sub/bg_banner06.png);
}

.social .table-wrap {
    padding-top: 60px;
}

.social .btn-banner > ul > .btn-left > a {
    background-color: #00a88e;
}
.social .btn-banner > ul > .btn-center > a {
    background-color: #e40a69;
}
.social .btn-banner > ul > .btn-right > a{
    background-color: #034ea2;
}
.social .plus-list .list-content {
    background-image: url(../images/sub/bg_summary04.png);
    margin-top: 60px;
}
.social .plus-list .list-content .container > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 140px 0 210px;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.social .plus-list .container > ul > li {
    width: 33.3333%;
    padding: 0 20px;
	position: relative;
    
}
.social .plus-list .container > ul > li:nth-of-type(3) ~ li {
    margin-top: 40px;
}
.social .plus-list .container > ul > li > a {
    display: block;
    font-size: 0;
	width: 100%;
}
.social .plus-list .container > ul > li > a > figure {
	background-color: #fff;
    border-radius: 15px;
    padding: 30px 0 30px 40px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.social .plus-list .container > ul > li > a > figure > img {
    display: inline-block;
    vertical-align: middle;
}
.social .plus-list .container > ul > li > a > figure > figcaption {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
}
.social .plus-list .container > ul > li > a > span {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
    display: block;
    width: 60px;
    height: 156px;
    background-color: #ded9d6;
    text-align: center;
    transition: all .2s;
    background-image: url(../images/sub/ico_plus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    border-radius: 0 15px 15px 0;
}
.social .plus-list .container > ul > li > a:hover > span{
    background-color: #00a88e;
    background-image: url(../images/sub/ico_plus_w.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}

/* s1_7 */
.self-support .banner {
    background-image: url(../images/sub/bg_banner07.png);
}
.self-support .summary .container .summary-list > ul > li {
    padding: 0 20px;
    width: 50%;
    height: 310px;
}
.self-support .summary {
    height: 777px;
    background-image: url(../images/sub/bg_summary05.png);
}
.self-support .summary .container .summary-list > ul > li:nth-of-type(1) > dl::after {
    background-image: url(../images/sub/ico_summary04.png);
    background-position: 100% 100%;
}
.self-support .summary .container .summary-list > ul > li:nth-of-type(2) > dl::after {
    background-image: url(../images/sub/ico_summary05.png);
    background-position: 100% 100%;
}
.self-support .list > ul > li {
    width: auto;
}
.self-support .list > ul > li:nth-of-type(2) {
    padding-left: 75px;
    padding-right: 60px;
}
.self-support .list > ul > li > dl {
    width: 160px;
}


/* s3_1 */
.education .banner {
    background-image: url(../images/sub/bg_banner08.png);
}

/* s3_2 */

.network .banner {
	background-image: url(../images/sub/bg_banner12.png);
}

/* s3_3 */
.promote .banner {
    background-image: url(../images/sub/bg_banner09.png);
}
.promote .type02 > ul > li {
    width: 25%;
}

/* s3_4*/
.purchase .banner {
    background-image: url(../images/sub/bg_banner10.png);
}

.purchase .container .article-header > h4 {
    line-height: 65px;
}

.purchase .container .purchase-way {
    padding-top: 60px;
}
.purchase .container .purchase-way > ul {
    width: 100%;
}
.purchase .container .purchase-way > ul > li ~ li {
    margin-top: 10px;
}
.purchase .container .purchase-way > ul > li > dl {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.purchase .container .purchase-way > ul > li > dl > dt {
    display: inline-block;
    width: 250px;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.purchase .container .purchase-way > ul > li:nth-of-type(1) > dl > dt {
    background-color: #00a88e;
}
.purchase .container .purchase-way > ul > li:nth-of-type(2) > dl > dt {
    background-color: #e40a69;
}
.purchase .container .purchase-way > ul > li:nth-of-type(3) > dl > dt {
    background-color: #034ea2;
}
.purchase .container .purchase-way > ul > li > dl > dd {
    display: block;
    font-size: 20px;
    width: 1190px;
    color: #666;
    text-align: center;
}
.purchase .container .purchase-way > ul > li > dl > dd > a {
    display: inline-block;
    font-size: 20px;
    color: #666;
    text-align: center;
	transition: all .2s;
}
.purchase .container .purchase-way > ul > li > dl > dd > a:hover {
	color: #00a88e;
}
.purchase .summary {
    height: 740px;
    background-image: url(../images/sub/bg_summary06.png);
}
.purchase .summary .summary-list > ul > li {
    width: 33.33333%;
    height: 320px;
}
.purchase .summary .container .summary-list > ul > li:nth-of-type(1) > dl::after {
    background-image: url(../images/sub/ico_summary08.png);
    background-position: 100% 100%;
}
.purchase .summary .container .summary-list > ul > li:nth-of-type(2) > dl::after {
    background-image: url(../images/sub/ico_summary09.png);
    background-position: 100% 100%;
}
.purchase .summary .container .summary-list > ul > li:nth-of-type(3) > dl::after {
    background-image: url(../images/sub/ico_summary10.png);
    background-position: 100% 100%;
}
.purchase .table-wrap {
    padding-top: 60px;
}
.purchase .table-wrap table tbody tr:nth-of-type(1) > td {
    border-top: 2px solid #00a88e;
}
.purchase .table-wrap table tbody tr > td {
    text-align: left;
    border-right: none;
    padding: 30px 0 30px 40px;
}
.purchase .table-wrap table tbody tr > td:nth-of-type(1) {
    background-color: #e5f6f3;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

/* s4_3 */
.bf {padding-bottom: 0;}
.bf .banner {background-image: url(../images/sub/bg_banner13.png);}
.bf .summary {height: auto; padding-bottom: 200px;}

/* s4_5 */
.bf-guidance .row {display: flex; padding: 75px 0; border-bottom: 1px solid #ddd;}
.bf-guidance .row.border-none {border-bottom: none;}
.bf-guidance .arti02 .row04 {padding-bottom: 0;}
.bf-guidance .row > .title {max-width: 220px; width: 100%;}
.bf-guidance .row > .title h5 {font-size: 38px; font-weight: 700; line-height: 1.3em; color: #111;}
.bf-guidance .row .details {width: 1%; flex: 1 1 auto;}
.bf-guidance .row .details ul li {position: relative; font-size: 20px; line-height: 1.75em; color: #666; padding-left: 14px;}
.bf-guidance .row .details ul li:before {position: absolute; top: 14px; left: 0; content: ''; width: 4px; height: 4px; background: #00a88e; border-radius: 50%;}
.bf-guidance .row .details ul li b {color: #111;}
.bf-guidance .row .details .color-green {color: #00a88e;}
.bf-guidance .row .details .gray-box {background: #f6f6f6; border-radius: 20px; padding: 40px 50px; margin-top: 10px;}
.bf-guidance .row .details .gray-box.mb-30 {margin-bottom: 30px;}
.bf-guidance .row .details .gray-box .title {width: 90px; height: 35px; font-size: 16px; line-height: 35px; color: #fff; background: #00a88e; border-radius: 18px; text-align: center; margin-bottom: 10px;}
.bf-guidance .row .details .gray-box ol li {position: relative; font-size: 20px; line-height: 1.75em; color: #666; padding-left: 24px;}
.bf-guidance .row .details .gray-box ol li:before {position: absolute; top: 0; left: 0;}
.bf-guidance .row .details .gray-box ol li:nth-child(1):before {content: '1.';}
.bf-guidance .row .details .gray-box ol li:nth-child(2):before {content: '2.';}
.bf-guidance .row .details .gray-box ol li:nth-child(3):before {content: '3.';}
.bf-guidance .row .details dl {display: flex; width: 100%; border-radius: 20px; border: 1px solid #ddd; overflow: hidden;}
.bf-guidance .row .details dl:not(:last-child) {margin-bottom: 20px;}
.bf-guidance .row .details dt {max-width: 250px; width: 100%; font-size: 20px; font-weight: 700; line-height: 1.4em; color: #fff; text-align: center; padding: 26px 10px;}
.bf-guidance .arti02 .row04 .details dt {max-width: 300px;}
.bf-guidance .row .details dl:nth-child(1) dt {background: #00a88e;}
.bf-guidance .row .details dl:nth-child(2) dt {background: #e40a69;}
.bf-guidance .row .details dd {width: 1%; flex: 1 1 auto; font-size: 20px; line-height: 1.4em; color: #666; text-align: center; align-content: center;}
.bf-guidance .row .details dd b {font-weight: 600; color: #111;}
.bf-guidance .row .details .star-list {position: relative; padding-left: 14px;}
.bf-guidance .row .details .star-list:before {position: absolute; top: 0; left: 0;content: '*'; color: #00a88e;}
.bf-guidance .row .details .notice-list {position: relative; font-size: 20px; line-height: 1.75em; color: #666; padding-left: 17px;}
.bf-guidance .row .details .notice-list:before {position: absolute; top: -2px; left: 0;content: '※'; color: #00a88e;}
.bf-guidance .row .details .line-list {position: relative; font-size: 20px; line-height: 1.75em; color: #666; padding-left: 17px;}
.bf-guidance .row .details .line-list:before {position: absolute; top: 16px; left: 0; content: ''; width: 7px; height: 2px; background: #797979;}
.bf-guidance .row .details .line-list b {color: #111;}
.bf-guidance .row .details .box-wrap {display: flex; flex-wrap: wrap; margin: -20px;}
.bf-guidance .row .details .box-wrap .box {width: 33.33333%; padding: 20px;}
.bf-guidance .row .details .box-wrap .box .inner {height: 100%; background: #f6f6f6; border-radius: 20px; padding: 60px 20px 55px; text-align: center;}
.bf-guidance .row .details .box-wrap .box .icon {width: 135px; height: 135px; background-repeat: no-repeat; background-position: center center; margin: 0 auto 42px;}
.bf-guidance .row .details .box-wrap .box:nth-child(1) .icon {background-image: url('../images/sub/s405_icon01.png');}
.bf-guidance .row .details .box-wrap .box:nth-child(2) .icon {background-image: url('../images/sub/s405_icon02.png');}
.bf-guidance .row .details .box-wrap .box:nth-child(3) .icon {background-image: url('../images/sub/s405_icon03.png');}
.bf-guidance .row .details .box-wrap .box:nth-child(4) .icon {background-image: url('../images/sub/s405_icon04.png');}
.bf-guidance .row .details .box-wrap .box:nth-child(5) .icon {background-image: url('../images/sub/s405_icon05.png');}
.bf-guidance .row .details .box-wrap .box b {display: block; font-size: 20px; font-weight: 700; line-height: 1em; color: #111; margin-bottom: 18px;}
.bf-guidance .row .details .box-wrap .box p {font-size: 22px; line-height: 1.8em; color: #666;}
.bf-guidance .arti02 .row01 p {margin-top: 30px;}
.bf-guidance .arti02 .row04 .icon {display: inline-block; width: 16px; height: 16px; background: url('../images/sub/s405_icon_tel.png') no-repeat left center; margin-right: 10px;}

/* s4_6 */
.bf-facility .article-header {margin-bottom: 56px;}
.bf-facility .img-wrap {display: flex; flex-wrap: wrap; margin: -20px;}
.bf-facility .img-wrap figure {width: 25%; padding: 20px;}
.bf-facility .img-wrap figure img {width: 100%; border-radius: 20px; overflow: hidden; margin-bottom: 15px;}
.bf-facility .img-wrap figure figcaption {font-size: 18px; font-weight: 500; line-height: 1.3em; color: #666; text-align: center;}
.bf-facility .table-wrap {margin-top: 70px;}
.bf-facility .table-wrap table {width: 100%;}
/* s7_1 */
/* .center-intro {
    padding-bottom: 0;
} */
.center-intro .section-content .container .vision {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 60px;
}
.center-intro .section-content .container .vision > div {
    width: 50%;
}
.center-intro .section-content .container .vision > div.left {
    height: 410px;
    background-color: #f6f6f6;
    background-image: url(../images/sub/center_logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}
.center-intro .section-content .container .vision > div.right {
    height: 410px;
    background-image: url(../images/sub/img_center01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    padding-top: 170px;
}
.center-intro .section-content .container .vision > div.right > b {
    font-size: 30px;
    color: #231f20;
    font-family: 'yg-jalnan';
    display: block;
    text-align: center;
}
.center-intro .section-content .container .vision > div.right > p {
    font-size: 20px;
    color: #111;
    text-align: center;
    margin-top: 30px;
}
.center-intro .section-content .container .role {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 60px;
    align-items: center;
}
.center-intro .section-content .container .role > div {
    width: 50%;
}
.center-intro .section-content .container .role > div.left {
    height: 410px;
    background-image: url(../images/sub/img_center02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}
.center-intro .section-content .container .role > div.right {
    height: 410px;
    background-color: #f6f6f6;
}
.center-intro .section-content .container .role > div.right > p {
    font-size: 20px;
    color: #666;
    padding: 90px 0 0 60px;
    line-height: 35px;
    font-weight: 500;
}
.center-intro .section-content .container .role > div.right > p > b {
	font-size: 32px;
	display: block;
	line-height: 45px;
	color: #111;
}
.center-intro .summary {
    background-image: url(../images/sub/bg_summary07.png);
    height: 900px;

}
.center-intro .summary .container .summary-list > ul > li {
    height: 410px;
}
.center-intro .summary .container .summary-list > ul > li:nth-of-type(1) > dl::after {
    background-image: url(../images/sub/ico_summary11.png);
    background-position: 100% 100%;
}
.center-intro .summary .container .summary-list > ul > li:nth-of-type(2) > dl::after {
    background-image: url(../images/sub/ico_summary12.png);
    background-position: 100% 100%;
}
.center-intro .summary .container .summary-list > ul > li:nth-of-type(3) > dl::after {
    background-image: url(../images/sub/ico_summary13.png);
    background-position: 100% 100%;
}

/* s7_2 */
.history .banner {
    background-image: url(../images/sub/bg_banner11.png);
}
.history .history-content {
    position: relative;
    margin-top: 100px;
    border-top: 2px solid #00a88e;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 40px 0 60px 350px;
}
.history .history-content .year {
    font-size: 55px;
    font-family: 'yg-jalnan';
    color: #00a88e;
    position: absolute;
    display: block;
    left: 130px;
    top: 50px;
}
.history .history-content > ol > li {
    padding-top: 20px;
}
.history .history-content > ol > li > dl {
    display: flex;
}
.history .history-content > ol > li > dl > dt {
    display: inline-block;
    width: 55px;
    font-size: 20px;
    color: #000;
    line-height: 40px;
    font-family: 'yg-jalnan';
}
.history .history-content ol > li > dl > dd {
    font-size: 20px;
    color: #666;
    line-height: 40px;
}
.history .history-content > ol > li > dl > dd > ul > li.detail-list {
	font-size: 18px; 
	line-height: 35px;
}
	

/* s7_3 */
.chart .chart-box {
    margin-top: 100px;
    text-align: center;
}
.chart .chart-box > img {
	max-width: 100%;
}
.chart .container .table-wrap {
    padding-top: 100px;
}
.chart .table-wrap table tbody tr:nth-of-type(1) > td {
    border-top: 2px solid #00a88e;
}
.chart .table-wrap table tbody tr > td {
    text-align: left;
    border-right: none;
    padding: 30px 0 30px 40px;
    vertical-align: middle;
    line-height: 30px;
}
.chart .table-wrap table tbody tr > td:nth-of-type(1) {
    background-color: #e5f6f3;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.chart .info-wrap {display: flex; margin: 60px -20px 20px;}
.chart .info-wrap .info {width: 50%; padding: 20px;}
.chart .info-wrap .info dl {display: flex; width: 100%; border-radius: 20px; border: 1px solid #ddd; overflow: hidden;}
.chart .info-wrap .info dt {max-width: 250px; width: 100%; font-size: 20px; font-weight: 700; line-height: 1.4em; color: #fff; text-align: center; padding: 26px 10px;}
.chart .info-wrap .info:nth-child(1) dl dt {background: #00a88e;}
.chart .info-wrap .info:nth-child(2) dl dt {background: #e40a69;}
.chart .info-wrap .info dd {width: 1%; flex: 1 1 auto; text-align: center; align-content: center;}
.chart .info-wrap .info dd a {font-size: 20px; line-height: 1.4em; color: #666;}

/* s7_4 */
.ci-bi .article-content {
    margin-top: 60px;
}
.ci-bi .section-content .container .article-content {
	display: flex;
	width: 100%;
	align-items: center;
	overflow: hidden;
}
.ci-bi .section-content .container .article-content > div {
    width: 50%;
}
.ci-bi .section-content .container .article-content > div.left {
    height: 410px;
    background-image: url(../images/sub/img_ci_bi.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 15px 0 0 15px; 
	padding-top: 145px;
}
.ci-bi .section-content .container .article-content > div.right {
    height: 410px;
	background-color: #f6f6f6;
    padding-top: 145px;
	padding-left: 65px;
	border-radius: 0 15px 15px 0;
}
.ci-bi .section-content .container article:nth-of-type(2) .article-content:nth-of-type(2) > div.right {
    padding-top: 130px;
}
.ci-bi .section-content .container article:nth-of-type(2) .article-content > div.right > p {
	letter-spacing: -1px;
}
.ci-bi .section-content .container .article-content > div.right > p {
    font-size: 20px;
    color: #111;
	line-height: 40px;
	font-weight: 500;
}
.ci-bi .section-content .container .article-content > div.left > img {
	display: block;
    max-width: 100%;
	margin: 0 auto;
}
.ci-bi .section-content .container article:nth-of-type(2) .article-content > div.left {
	padding-top: 90px;
}
.ci-bi .btn-area > a {
    display: block;
    width: 160px;
    border: 1px solid #00a88e;
    line-height: 60px;
    font-size: 20px;
    color: #00a88e;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
    transition: all .2s;
    text-align: center;
}
.ci-bi .btn-area > a:hover {
    background-color: #00a88e;
    color: #fff;
}


/* s7_5 */
.location .container .location-content {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.location .container .location-content .map {
    width: 900px;
    height: 550px;
    overflow: hidden;
    border-radius: 20px;
}
.location .container .location-content .map iframe {
    width: 100%;
    height: 550px;
}
.location .container .location-content .info > ul > li {
    border-top: 1px solid #ddd;
    padding: 50px 0;
}
.location .container .location-content .info > ul > li:last-child {
    border-bottom: 1px solid #ddd;
    padding: 80px 0;
}
.location .container .location-content .info > ul > li > b {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.location .container .location-content .info > ul > li > dl {
    display: flex;
}
.location .container .location-content .info > ul > li > dl ~ dl {
    padding-top: 30px;
}
.location .container .location-content .info > ul > li > dl > dt {
    font-size: 18px;
    color: #fff;
    background-color: #49a24b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}
.location .container .location-content .info > ul > li > dl > dd {
    padding-left: 15px;
    font-size: 18px;
	font-weight: 500;
    color: #666;
}
.location .container .location-content .info > ul > li > dl > dd > p {
   font-size: 20px;
   font-weight: 500;
   color: #111;
   padding-top: 15px;
}
.location .container .location-content .info > ul > li > address {
    font-style: normal;
    font-size: 20px;
    color: #666;
    line-height: 35px;
}
.location .container .location-content .info .transit-list li {position: relative; font-size: 18px; line-height: 1.94em; padding-left: 14px; letter-spacing: -0.04em;}
.location .container .location-content .info .transit-list li:before {position: absolute; top: 13px; left: 0; content: ''; width: 4px; height: 4px; background: #00a88e; border-radius: 50%;}
.location .container .location-content .info .transit-list li span {font-weight: 600; color: #00a88e;}
.location .container .contact {
    margin-top: 100px;
}
.location .container .contact > ul {
    display: flex;
    align-items: center;
    width: 100%;
}
.location .container .contact > ul > li {
    width: 33.33333%;
    border-right: 1px dashed #ddd;
}
.location .container .contact > ul > li:last-child {
    border-right: none;
}
.location .container .contact > ul > li > figure {
    text-align: center;
}
.location .container .contact > ul > li > figure > figcaption {
    padding-top: 25px;
    font-size: 20px;
    color: #666;
    font-weight: 500;
    text-align: center;
}
.location .container .contact > ul > li > figure > figcaption > a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-top: 20px;
}
.location .container .photo {
    width: calc(100% + 40px);
    display: flex;
	margin: 0 -20px;
    padding-top: 60px;
}
.location .container .photo figure {
	overflow: hidden;
	padding: 0 20px;
}
.location .container .photo figure img {
	border-radius: 20px;
	max-width: 100%;
}

/* s7_6 */
.business {padding-bottom: 0;}
.business .summary {height: auto; padding-bottom: 210px;}
.business .summary.type03 .summary-list > ul > li {width: 33.3333%;}
.business .summary.type03 .summary-list > ul > li .inner:after {width: 78px; height: 78px;}
.business .summary.type03 .summary-list > ul > li:nth-child(1) .inner:after { background-image: url(../images/sub/s706_ico_summary01.png);}
.business .summary.type03 .summary-list > ul > li:nth-child(2) .inner:after { background-image: url(../images/sub/s706_ico_summary02.png);}
.business .summary.type03 .summary-list > ul > li:nth-child(3) .inner:after { background-image: url(../images/sub/s706_ico_summary03.png);}

/* s2_1 */
.introduce .section-header .tit {
    justify-content: center;
}
.introduce .section-header .tab-list {
    padding-bottom: 30px;
}
.introduce .section-header .tab-list > ul {
    flex-wrap: wrap;
}
.introduce .section-header .tab-list > ul > li {
    width: 14.28%;
}
/* .introduce .section-header .tab-list > ul > li:nth-of-type(6) ~ li {
    margin-top: 10px;
} */
.introduce .section-header .tab-list > ul > li > a {
    display: block;
    width: 100%;
}

.search .data-group {padding-top: 35px; border-top: 1px solid #ddd;}
.search .data-total {font-size: 20px; font-weight: 700; line-height: 1.3em; color: #111; margin-bottom: 15px;}
.search .data-total .data {position: relative;}	
.search .data-total span {color: #00a88e;}
.search .data-checkbox {display: flex; flex-wrap: wrap; margin-bottom: 32px;}
.search .data-checkbox > div {width: 210px;}
.search .data-checkbox input[type="checkbox"] {display: none;}
.search .data-checkbox .label-box {position: relative; }
.search .data-checkbox .check-icon {position: absolute; top: 50%; margin-top: -7px; left: 0; width: 15px; height: 15px; border: 1px solid #ddd;}
.search .data-checkbox .check-icon:before {opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); content: ''; width: 11px; height: 7px; background: url('../images/sub/ico_checkbox_checked.png') no-repeat center center; z-index: 10;}
.search .data-checkbox .label-box label {padding-left: 25px; position: relative; cursor: pointer; font-size: 20px; font-weight: 500; line-height: 1.3em; color: #666;}
.search .data-checkbox input[type="checkbox"]:checked + .label-box .check-icon {border: 1px solid #00a88e;}
.search .data-checkbox input[type="checkbox"]:checked + .label-box .check-icon::before {opacity: 1;	}
.search .data-select {display: flex; margin-bottom: 36px;}
.search .data-select select {width: 340px; height: 50px; padding: 0 30px; font-size: 20px; font-weight: 500; color: #111; border: 1px solid #ddd; border-radius: 5px; -webkit-appearance:none; -moz-appearance:none; appearance:none; background: url('../images/sub/icon_arrow_selectbox.png') no-repeat right 20px center;}
.search .data-select .select01 {margin-right: 20px;}

.search .form-group {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 45px 60px 45px 65px;
	border: 1px solid #ddd;
    border-radius: 5px;
}
.search .form-group .search-area {position: relative; display: flex; justify-content: space-between; align-items: center; width: 1%; flex: 1 1 auto;}
.search .form-group .search-area span {
    display: block;
    font-size: 20px;
    color: #333;
    margin-right: 60px;
}
.search .form-group .search-area .form-control {
    background-color: #f6f6f6;
    border-radius: 5px;
    width: calc(100% - 130px);
    line-height: 50px;
    padding: 0 50px;
    border: none;
    font-size: 18px;
}
.search .form-group .search-area .btn-search {
    /* position: absolute;
    top: 45px;
    right: 60px; */
    width: 70px;
    height: 50px;
    background-color: #113044;
    border-radius: 0 5px 5px 0;
    background-image: url(../images/sub/ico_search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}
.search .form-group .btn-excel-download {width: 300px; height: 50px; border-radius: 5px; background: #00a88e; border: 1px solid #00a88e; font-size: 20px; font-weight: 700; line-height: 50px; color: #fff; text-align: center; margin-left: 20px; transition: all 0.5s;}
.search .form-group .btn-excel-download:hover {background: #fff; color: #00a88e;}
.introduce .section-content {
    border-top: 0;
}
.introduce .section-content .container .article-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.hashtag > ul {
    display: flex;
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding-top: 10px;
}
.hashtag > ul > li {
    padding: 0 5px;
}
.hashtag > ul > li > a {
    display: block;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    padding: 0 13px;
}
.hashtag > ul > li.tag-company > a {
    background-color: #e40a69;
	border: 1px solid #e40a69;
	transition: all .2s;
}
.hashtag > ul > li.tag-company > a:hover {
	background-color: #fff;
	color: #e40a69;
}
.hashtag > ul > li.tag-reserve > a {
    background-color: #e85695;
	border: 1px solid #e85695;
	transition: all .2s;
}
.hashtag > ul > li.tag-reserve > a:hover {
	background-color: #fff;
	color: #e85695;
}
.hashtag > ul > li.tag-town > a {
    background-color: #00a88e;
	border: 1px solid #00a88e;
	transition: all .2s;
}
.hashtag > ul > li.tag-town > a:hover {
	background-color: #fff;
	color: #00a88e;
}
.hashtag > ul > li.tag-cooperation > a {
    background-color: #034ea2;
	border: 1px solid #034ea2;
	transition: all .2s;
}
.hashtag > ul > li.tag-cooperation > a:hover {
	background-color: #fff;
	color: #034ea2;
}
.hashtag > ul > li.tag-social > a {
    background-color: #2c6eb8;
	border: 1px solid #2c6eb8;
	transition: all .2s;
}
.hashtag > ul > li.tag-social > a:hover {
	background-color: #fff;
	color: #2c6eb8;
}
.hashtag > ul > li.tag-self > a {
    background-color: #fdb913;
	border: 1px solid #fdb913;
	transition: all .2s;
}
.hashtag > ul > li.tag-self > a:hover {
	background-color: #fff;
	color: #fdb913;
}
.company-list {
    padding-top: 60px;
}
.company-list > ul {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
    flex-wrap: wrap;
}
.company-list > ul > li {
    position: relative;
    padding: 0 20px;
    width: 33.3333%;
}
.company-list > ul > li:nth-of-type(3) ~ li {
    margin-top: 40px;
}
.company-list > ul > li > a {
    display: block;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.company-list > ul > li > a > figure {
	overflow: hidden;
	border-radius: 20px;
}
.company-list > ul > li > a > figure > img {
	transition: all .3s;
	display: block;
	width: 100%;
}
.company-list > ul > li > a:hover > figure > img {
    transform: scale(1.1);
}
.company-list > ul > li > a > .list-info {
    padding-top: 40px;
}
.company-list > ul > li > a > .list-info > b {
    display: block;
    font-size: 28px;
    color: #111;
    text-align: center;
    font-weight: bold;
}
.company-list > ul > li > a > .list-info > small {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #666;
    padding-top: 25px;
}
.company-list > ul > li > .tags {
    position: absolute;
    top: 15px;
    right: 35px;
}

.tags > ul {
    text-align: right;
}
.tags > ul > li > span {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    padding: 0 13px;
}
.company-list > ul > li > .tags > ul > li ~ li{
    margin-top: 5px;
}
.tags > ul > li.tag-company > span {
    background-color: #e40a69;
}
.tags > ul > li.tag-reserve > span {
    background-color: #e85695;
}
.tags > ul > li.tag-town > span {
    background-color: #00a88e;
}
.tags > ul > li.tag-cooperation > span {
    background-color: #034ea2;
}
.tags > ul > li.tag-social > span {
    background-color: #2c6eb8;
}
.tags > ul > li.tag-self > span {
    background-color: #fdb913;
}
.pagination {
    width: 705px;
    margin: 50px auto 0;
}
.pagination > ol {
    display: flex;
    width: calc(100% + 10px);
    margin: 0 -5px;
    justify-content: center;
    align-items: center;
}
.pagination > ol > li {
    padding: 0 5px;
}
.pagination > ol > li > a {
    display: block;
    width: 45px;
    font-size:16px;
    line-height: 43px;
    border: 1px solid #ddd;
    color: #333;
    text-align: center;
}
.pagination > ol > li.first > a {
    width: 14px;
    height: 11px;
    background-image: url(../images/sub/ico_first.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    padding: 21.5px;
	transition: all .2s;
}
.pagination > ol > li.last > a {
    width: 14px;
    height: 11px;
    background-image: url(../images/sub/ico_last.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    padding: 21.5px;
	transition: all .2s;
}
.pagination > ol > li.next > a {
    width: 8px;
    height: 11px;
    background-image: url(../images/sub/ico_next.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    padding: 21.5px;
	transition: all .2s;
}
.pagination > ol > li.prev > a {
    width: 8px;
    height: 11px;
    background-image: url(../images/sub/ico_prev.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    padding: 21.5px;
	transition: all .2s;
}
.pagination > ol > li.active > a {
    background-color: #00a88e;
    color: #fff;
    border-color: #00a88e;
}
.pagination > ol > li:hover > a {
    background-color: #00a88e;
    color: #fff;
    border-color: #00a88e;
}
.pagination > ol > li.first:hover > a {
	background-image: url(../images/sub/ico_first_w.png);
}
.pagination > ol > li.prev:hover > a {
	background-image: url(../images/sub/ico_prev_w.png);
}
.pagination > ol > li.next:hover > a {
	background-image: url(../images/sub/ico_next_w.png);
}
.pagination > ol > li.last:hover > a {
	background-image: url(../images/sub/ico_last_w.png);
}


/* s2_detail */
.detail .section-header .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.detail-slide {
    width: 720px;
    position: relative;
}
.detail-slide .detail02 {
	text-align: center;
}
.detail-slide .detail02 .swiper-wrapper .swiper-slide > a {
	display: block;
	width: 100%;
}
.detail-slide .detail02 .swiper-wrapper .swiper-slide > a > img {
	border-radius: 20px;
	width: 100%;
}
.detail-slide .detail01 {
    text-align: center;
    margin-top: 20px;
    width: 100%;
	position: relative;
}
.detail-slide .detail01 > .swiper-wrapper > .swiper-slide > img {
    cursor: pointer;
}
.detail-slide .detail01 > .swiper-wrapper > .swiper-slide > a {
	display: block;
	width: 135px;
	height: 95px;
	margin: 0 auto;
}
.detail-slide .detail01 > .swiper-wrapper > .swiper-slide > a > img {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 100%;
} 
.detail-slide .detail-btn-next {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 13px;
    height: 100%;
    background-image: url(../images/sub/slide_arrow_next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: 5;
    margin-left: 35px;
    cursor: pointer;
	transition: all .3s;
}
.detail-slide .detail-btn-next:hover {
	right: 5px;
}
.detail-slide .detail-btn-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 100%;
    background-image: url(../images/sub/slide_arrow_prev.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    z-index: 5;
    margin-right: 35px;
    cursor: pointer;
	transition: all .3s;
}
.detail-slide .detail-btn-prev:hover {
	left: 5px;
}
.detail-info {
    width: 600px;
	margin-left: 40px;
}
.detail-info > h4 {
    font-size: 45px;
    color: #111;
    font-weight: bold;
    padding: 30px 0 15px;
    border-bottom: 1px solid #ddd;
	/* 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.detail-info .info-content {
    margin-top: 35px;
}
.detail-info .info-content > ul > li ~ li {
    margin-top: 10px;
}
.detail-info .info-content > ul > li > dl {
    display: flex;
}
.detail-info .info-content > ul > li > dl > dt {
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    max-width: 270px;
    width: 100%;
	color: #111;
	position: relative;
	line-height: 30px;
}
.detail-info .info-content > ul > li > dl > dt:after {
	/* position: absolute;
	top: 4px;
	right: 0;
	content: '';
	width: 2px;
	height: 24px;
	background-color: #ddd; */
}
.detail-info .info-content > ul > li > dl > dd {
	width: 1%; 
	flex: 1 1 auto;
    font-size: 19px;
    color: #666;
	line-height: 30px;
}
.detail-info .info-content > ul > li > dl > dd > a {
    display: block;
    font-size: 23px;
    color: #666;
}
.detail-info .info-content > ul > li > dl > dd > address {
    font-style: normal;
}
.detail .youtube {
    margin-top: 140px;
    background-color: #f6f6f6;
    padding: 140px 0;
    text-align: center;
}
.detail .section-content {
    border: 0;
    padding: 140px 0;
    background-color: #f6f6f6;
    margin-top: 140px;
}
.detail > .section-content > .container.type02 {
    padding: 0 230px;
}
.detail .section-content .container .embed-reponsive {
    position: relative;
    overflow: hidden;
}
.detail .section-content .container .embed-reponsive:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}
.detail .section-content .container .embed-reponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail .view {
    padding-top: 100px;
}
.detail .view .container .view-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
/* .detail .view .container .view-content .bg-box {
	background-color: #f2f1f0;
	width: 100%;
	height: 295px;
	padding-top: 115px;
} */
.detail .view .container .view-content .bg-box > p {
	font-size: 23px;
	color: #666;
	text-align: center;
	line-height: 35px;
}
.detail .view .container .view-content .bg-box > p > a {
	display: block;
	margin-top: 30px;
	cursor: default;
}

.detail .view .view-btn {
    margin-top: 30px;
}
.detail .view .container .view-btn > ul {
    display: flex;
}
.detail .view .container .view-btn > ul > li:nth-of-type(1) {
    padding-right: 10px;
}
.detail .view .container .view-btn > ul > li > a {
    display: block;
    width: 120px;
    line-height: 55px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}
.detail .view .container .view-btn > ul > li.btn-list {
    margin-left: auto;
}
.detail .view .container .view-btn > ul > li.btn-list > a {
    background-color: #00a88e;
    color: #fff;
	border-color: #00a88e;
	transition: all .2s;
}
.detail .view .container .view-btn > ul > li.btn-prev > a {
	transition: all .2s;
}
.detail .view .container .view-btn > ul > li.btn-next > a {
	transition: all .2s;
}
.detail .view .container .view-btn > ul > li.btn-list:hover > a {
	background-color: #fff;
	color: #00a88e;
}
.detail .view .container .view-btn > ul > li.btn-prev:hover > a,
.detail .view .container .view-btn > ul > li.btn-next:hover > a {
	background-color: #00a88e;
	border-color: #00a88e;
	color: #fff;
}







/* board */

section.board-list {
	padding-bottom: 100px;
}
.table-wrap .table {
	width: 100%;
}
.table-wrap .table thead tr th {
	border-right: 0;
}
.table-wrap .table thead tr th:last-child {
	border-right: 0;
}
.table-wrap .table tbody td {
	border-right: 0;
}
.table-wrap .table tbody td:last-child {
	border-right: 0;
}
.table-wrap .table tbody td > a {
	display: block;
	text-align: left;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-wrap .table tbody td.d-block {
	display: table-cell !important;
}

#bo_v > .article-header {
	padding: 0;
}

#bo_v_con {
	min-height: 300px;
}
#bo_v_info ul {
	margin-top: 20px;
}

.btn_area > div > a {
	border-radius: 5px;
}
.btn_area .right > a {
	background-color: #00a88e;
}
.btn_area .left > a {
	background-color: #fff; 
	border: 1px solid #ddd; 
	color: #666;
}
.respon_l {
	padding-bottom: 100px;
}

/* gallery */
section.gallery {
	padding-bottom: 100px;
}
#bo_v .btn_area .right > a {
	background-color: #00a88e;
}
#bo_v .btn_area .left > a {
	background-color: #fff; 
	border: 1px solid #ddd; 
	color: #666;
}
section.gallery .container .section-content > div > form > ul {
	display: flex; 
	width: calc(100% + 54px); 
	margin: 0 -27px; 
	flex-wrap: wrap;
}
section.gallery .container .section-content > div > form > ul > .empty_list {
	margin: 0 auto;
}
section.gallery .container .section-content > div > form > ul > .gall_li {
	text-align: center; 
	width: 25%; 
	padding: 0 27px;
}
section.gallery .container .section-content > div > form > ul > .gall_li:nth-of-type(4) ~ .gall_li {
	margin-top: 30px;
}
section.gallery .container .section-content > div > form > ul > .gall_li > .details {
	padding: 10px; 
	border-bottom: 1px solid #ddd;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	margin-top: 20px;
}
section.gallery .container .section-content > div > form > ul > .gall_li > a > .figure > img {
	border-radius: 20px;
}



/* write-form */
.table-wrap.write-form .table {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #00a88e; 
}
.table-wrap.write-form .table tbody tr th {
    width: 240px;
    font-size: 18px;
    line-height: 26px;
    color: #111;
    text-align: left;
    font-weight: 600;
    padding: 10px 20px;
    vertical-align: middle;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd; 
}
.table-wrap.write-form .table tbody tr th.v-top {
    vertical-align: top; 
}
.table-wrap.write-form .table tbody tr td {
    height: 70px;
	text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd; 
}
input, select, textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.table-wrap.write-form .table tbody tr td .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    outline: none;
    color: #000;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 0 15px;
	border-radius: 5px;
}
.table-wrap.write-form .table tbody tr td .form-group .form-control::placeholder {
    color: #999;
    opacity: 1; 
}
.table-wrap.write-form .table tbody tr td .form-group .form-control:-ms-input-placeholder {
    color: #999; 
}
.table-wrap.write-form .table tbody tr td .form-group .form-control::-ms-input-placeholder {
    color: #999; 
}
.table-wrap.write-form .table tbody tr td .form-group #wr_3,
.table-wrap.write-form .table tbody tr td .form-group #wr_4{
	width: 120px;
	display: inline-block;
}
.table-wrap.write-form .table tbody tr td .form-group #wr_6 {
	width: 300px;
}
#bo_w #wr_subject {
	width: 500px;
}
.table-wrap.write-form .table tbody tr td .form-group #wr_5 {
	width: 120px;
	display: inline-block;
}
.table-wrap.write-form .table tbody tr td .form-group textarea.form-control {
    height: 210px;
    resize: none;
    padding: 15px; 
}
.table-wrap.write-form .table tbody tr td .form-group input[type="password"].form-control {
    width: 300px; 
}
.table-wrap.write-form .table tbody tr td .contact {
    font-size: 0; 
}
.table-wrap.write-form .table tbody tr td .contact > div {
    display: inline-block;
    vertical-align: top;
    width: 100px; 
}
.table-wrap.write-form .table tbody tr td .contact > div .form-group .form-control {
    font-size: 18px; 
}
.table-wrap.write-form .table tbody tr td .form-group .form-control.date-select {
	max-width: 300px;
}
.table-wrap.write-form .table tbody tr td .form-group .form-control.datepicker {
	max-width: 300px;
	/* padding-right: 50px; */
	/* background-image: url(../images/sub/ico_calendar.png); */
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: calc(100% - 10px) 50%;
}


.table-wrap.write-form .table tbody tr td .contact span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 18px;
    line-height: 50px;
    color: #aaa;
    text-align: center; 
}
.table-wrap.write-form .table tbody tr td .mail {
    font-size: 0; 
}
.table-wrap.write-form .table tbody tr td .mail > div {
    display: inline-block;
    vertical-align: top; 
}
.table-wrap.write-form .table tbody tr td .mail > div .form-group .form-control {
    display: inline-block;
    vertical-align: top;
    font-size: 18px; 
}
.table-wrap.write-form .table tbody tr td .mail > div:nth-of-type(1) {
    width: 250px; 
}
.table-wrap.write-form .table tbody tr td .mail > div:nth-of-type(2) .form-group .form-control {
    width: 180px;
    margin-right: 10px; 
}
.table-wrap.write-form .table tbody tr td .mail > div:nth-of-type(2) .form-group .form-control:last-child {
    margin-right: 0; 
}
.table-wrap.write-form .table tbody tr td .mail span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 26px;
    line-height: 50px;
    color: #aaa;
    text-align: center; 
}
.table-wrap.write-form .table tbody tr td .usr-date li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.table-wrap.write-form .table tbody tr td .usr-date li:last-child {
	margin-right: 0;
}
.table-wrap.write-form .table tbody tr td .usr-date li > label {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
.table-wrap.write-form .table ~ .table {
    margin-top: 50px; 
}
.table-wrap.write-form .btn-area {
    margin-top: 50px; 
}
.table-wrap.write-form .btn-area .btn-submit {
    display: block;
    width: 200px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-weight: 600;
    margin: 0 auto;
    background-color: #00a88e;
	border-radius: 5px;
	border: 1px solid #00a88e;
	transition: all .2s;
}
.table-wrap.write-form .btn-area .btn-submit:hover {
	background-color: #fff;
	color: #00a88e;
}
.table-wrap.write-form .table tbody tr td .inline-list > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.table-wrap.write-form .table tbody tr td .inline-list > li:last-child {
	margin-right: 0;
}
.table-wrap.write-form .table tbody tr td .inline-list > li > label {
	font-size: 18px;
	color: #666;
}

.table-wrap.write-form .table tbody tr td .reserve-date > ul {font-size: 0; width: calc(100% + 10px);}
.table-wrap.write-form .table tbody tr td .reserve-date > ul > li {display: inline-block; vertical-align: middle; padding: 0 5px;}
.table-wrap.write-form .table tbody tr td .reserve-date > ul > li input[type="radio"] {display: none;}
.table-wrap.write-form .table tbody tr td .reserve-date > ul > li input[type="radio"] + label {
	cursor: pointer;
	display: block; width: 80px; 
	font-size: 16px; color: #000; 
	text-align: center; line-height: 40px; 
	border-radius: 100px; background-color: #ececec; 
	-webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.table-wrap.write-form .table tbody tr td .reserve-date > ul > li input[type="radio"]:checked + label {
	color: #fff;
	background-color: #70c6cc;
}
.table-wrap.write-form .table tbody tr td .reserve-date > ul > li input[type="radio"]:disabled + label {
	color: #aaa;
	background-color: #ececec;
}

.table-wrap.write-form .table.hidden-form {
	display: none;
}
.table-wrap.write-form .table.active {
	display: block;
}




.calendar {
    padding-bottom: 150px;
}
.calendar .section-content .container .calendar-title {
    display: flex;
    margin: 60px 0 40px;
    align-items: center;
    justify-content: center;
}
.calendar .section-content .container .calendar-title > a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.calendar .section-content .container .calendar-title > h4 {
    font-size: 40px;
    color: #111;
    padding: 0 15px;
}
.calendar .section-content .container .calendar-title > h4 > span {
    display: inline-block;
    font-size: 40px;
    color: #111;
}
.calendar .section-content .container .calendar-wrap table {
    border-spacing:3px;
    border-collapse:separate;
    max-width: 100%;
    table-layout: fixed;
}
.calendar .section-content .container .calendar-wrap > table > thead {
	background-color: transparent;
}
.calendar .section-content .container .calendar-wrap > table > thead > tr > th {
    border-radius:5px;
    font-size: 20px;
    color: #333;
    line-height: 50px;
	padding: 0;
	border: 1px solid #ddd;
}
.calendar .section-content .container .calendar-wrap tr > td {
	position: relative;
    height: 150px;
	font-size: 18px;
    color: #666;
	text-align: center;
    vertical-align: middle;
    padding: 15px;
	border: 1px solid #ddd;
    border-radius:5px;
}
.calendar .section-content .container .calendar-wrap tr > td .btn-area > .btn-poss {
	display: inline-block;
	font-size: 18px;
	color: #fff; 
	font-weight: 500;
	line-height: 26px;
	padding: 5px 15px;
	background-color: #0100ff;
	border-radius: 5px;
}
.calendar .section-content .container .calendar-wrap tr > td .btn-area > .btn-poss.disabled {
	cursor: default;
	background-color: #e40a69;
}
.calendar .section-content .container .calendar-wrap tr > td > p {
	position: absolute;
	top: 15px;
	right: 15px;
    text-align: right;
}
.calendar .section-content .container .calendar-wrap tr > td .date-sat {
    color: #0100ff;
}
.calendar .section-content .container .calendar-wrap tr > td .date-sun {
    color: #ff0000;
}
.calendar .section-content .container .calendar-wrap tr > td > ul {
    padding-top: 10px;
}
.calendar .section-content .container .calendar-wrap tr > td > ul > li > a {
    position: relative;
    display: block;
    padding-left: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.calendar .section-content .container .calendar-wrap tr > td > ul > li > a:before{
    position: absolute;
    content:'-';
    width: 10px;
    height: 1px;
    left: 0;
    top: 0;
}
.calendar .section-content .container .calendar-wrap tr .sun{
    background: #e40a69;
    color: #fff;
}
.calendar .section-content .container .calendar-wrap tr .sat{
    background:#00a88e ;
    color: #fff;
}


/* gallery */

section.gallery {
	padding-bottom: 100px;
}
section.gallery .section-content {
	border-top: 0;
}
#bo_v .btn_area > div > a {
	width: 120px;
}
#bo_v .btn_area .right > a {
	background-color: #00a88e;
	transition: all .2s;
	border:1px solid #00a88e;
	line-height: 55px;
}
#bo_v .btn_area .right > a:hover {
	background-color: #fff;
	color: #00a88e;
}
#bo_v .btn_area .left > a:hover {
	background-color: #00a88e;
	color: #fff;
	border-color: #00a88e;
}
#bo_v .btn_area .left > a {
	background-color: #fff; 
	border: 1px solid #ddd; 
	color: #666;
	transition: all .2s;
	line-height: 55px;
}
section.gallery .container .section-content > div > form > ul {
	display: flex; 
	width: calc(100% + 54px); 
	margin: 0 -27px; 
	flex-wrap: wrap;
	padding-top: 60px;
}
section.gallery .container .section-content > div > form > ul > .empty_list {
	margin: 0 auto;
}
section.gallery .container .section-content > div > form > ul > .gall_li {
	text-align: center; 
	width: 25%; 
	padding: 0 27px;
}
section.gallery .container .section-content > div > form > ul > .gall_li:nth-of-type(4) ~ .gall_li {
	margin-top: 30px;
}
section.gallery .container .section-content > div > form > ul > .gall_li > a > .details {
	padding: 10px; 
	border-bottom: 1px solid #ddd;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	margin-top: 20px;
}



/* gallery-tab */
.section-header .gallery-tab > ul {
    display: flex;
}
.section-header .gallery-tab > ul > li {
    position: relative;
    padding: 0 20px;
}
.section-header .gallery-tab > ul > li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.section-header .gallery-tab > ul > li:first-child {
    padding-left: 0;
}
.section-header .gallery-tab > ul > li:last-child {
    padding-right: 0;
}
.section-header .gallery-tab > ul > li:last-child::after {
    display: none;
}
.section-header .gallery-tab > ul > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #666;
    padding-bottom: 10px;
    transition: all .2s;
}
.section-header .gallery-tab > ul > li > a::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #00a88e;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.section-header .gallery-tab > ul > li.active > a {
    color: #00a88e;
}
.section-header .gallery-tab > ul > li.active > a::after {
    display: block;
}



/* password */

.mbskin .section-content .container > p {
	padding-top: 60px;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
}
.mbskin .section-content .container > p > strong {
	font-size: 20px;
	color: #111;
	font-weight: 600;
}

#pw_confirm fieldset {
	padding: 30px 0; 
}

#pw_wr_password {
	width: 300px;
	height: 55px;
	border-radius: 5px;
}
#pw_wr_password::placeholder {
	font-size: 16px;
}
#pw_confirm fieldset {
	text-align: center;
}

#pw_confirm .btn_submit {
	width: 300px;
	font-size: 18px;
	font-weight: 500;
	margin: 20px auto;
	background-color: #00a88e;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #00a88e;
	display: block;
	height: 55px;
	cursor: pointer;
	transition: all .2s;
}
#pw_confirm .btn_submit:hover {
	background-color: #fff;
	color: #00a88e;
}



/* site-banner */
.calendar .section-header .container {
	position: relative;
}
.site-banner {
	position: absolute;
	bottom: 40px;
	right: 15px;
}
.site-banner > ul {
	display: flex;
	align-items: center;
}
.site-banner > ul > li {
	margin-right: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	transition: all .2s;
}
.site-banner > ul > li:last-child {
	margin-right: 0;
}
.site-banner > ul > li:nth-of-type(1) > a {
	padding-top: 19px;
}
.site-banner > ul > li > a {
	display: block;
	width: 185px;
	height: 58px;
	line-height: 58px;
	padding-top: 15px;
	font-size: 0;
	text-align: center;
}
.site-banner > ul > li > a > img {
	display: block;
	margin: 0 auto;
}
.site-banner > ul > li:hover {
	border: 1px solid #00a88e;
}
.site-banner-mb {
	display: none;
	margin-bottom: 20px;
	position: relative;
}
.site-banner-mb .btn-drop {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	text-align: left;
	color: #666;
	position: relative;
	line-height: 25px;
}
.site-banner-mb .btn-drop:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content:'▼';
	font-size: 14px;
}
.site-banner-mb > ul {
	width: 100%;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ddd;
	border-top: none;
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.site-banner-mb > ul > li {
	width: 100%;
	padding: 10px;
	background-color: #fff;
}
.site-banner-mb > ul > li ~ li {
	border-top: 1px solid #ddd;
}
.site-banner-mb > ul > li > a {
	display: block;
	width: 100%;
}
.site-banner-mb > ul > li > a > img {
	display: block;
	margin: 0 auto;
}
.site-banner-mb.show > ul {
	display: block;
}