* {box-sizing:border-box;}
.hidden {
    overflow: hidden;
}
.inner {
	width:1200px;
	margin:0 auto;
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
  
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.pd30 {
    padding:30px 0;
}
.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.arrow-right,
.long-arrow-right{
 transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: black;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

#wrap {}
#ip {
    padding: 5px 0;
    font-size: 13px;
}
#header {}

#header_top {
    border-bottom: 1px solid #dcdcdc;
}
#header_top .inner {
	display: flex;
    color:#a2a2a2;
	justify-content: space-between;
	padding: 5px 0;
}
#header_top .ht_left {
    color:#000;
}
#header_top ul {
    display: flex;
    align-items: center;
}
#header_top ul li {
    padding: 0 0 0 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size:14px;
    color: #a2a2a2;
}
#header_top ul li:nth-child(2),#header_top ul li:nth-child(4) {
	opacity: 0.5;
}
#header_top ul li a {color: #a2a2a2;font-size:14px;}
#header_top ul li span {
    background: #fff;
    color: #a2a2a2;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    font-size: 21px;
    font-weight: 700;
    cursor:pointer;
    border: 1px solid #a2a2a2;
}
#header_top ul li span:last-child {
    margin-right:0;
}

#nav {
    display: flex;
    align-items: center;
    position:relative;
    padding:10px 0;
}
#nav .inner {
	display:flex;
	align-items: center;
	justify-content: space-between;
}
#nav .inner #logo {}
#nav .inner #logo img {
    width: 300px;
}

#nav .inner .header_menu {
    display: flex;
}
#nav .inner .header_menu > li {
    position: relative;
}
#nav .inner .header_menu > li > a {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 38px;
    display: block;
}
#nav .inner .header_menu > li > a:hover {
    color:#00398c;
}
#nav .inner .header_menu > li:last-child > a {
    
}
/*
#nav .inner .header_menu > li:last-child {}
#nav .inner .header_menu > li:last-child > a {
    border: 1px solid #033074;
    color: #033074;
    border-radius: 6px;
}
#nav .inner .header_menu > li:last-child > a:hover {
    border: 1px solid #033074;
    color: #fff;
    background: #033074;
}
*/
#nav .inner .header_menu > li > ul {
    visibility: hidden;
    opacity:0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 9;
    background: #fff;
    border: 1px solid #dcdcdc;
    width: 100%;
}
#nav .inner .header_menu > li > ul li {
    
}
#nav .inner .header_menu > li > ul li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
    transition:all .25s;
}
#nav .inner .header_menu > li > ul li:hover a {
    background:#033074;
    color:#fff;
}
#nav .inner .header_menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#nav #allmenu {
    position: absolute;
    right: 2%;
    top: calc(50% - 2px);
    transform: translate(0, -50%);
}
#nav #allmenu span {
    display: block;
}
#nav #allmenu span:not(:first-child) {width: 43px;height: 2px;background: #2b2e37;}
#nav #allmenu span:first-child {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
#nav #allmenu span:nth-child(2) {}
#nav #allmenu span:nth-child(3) {
    margin: 7px 0;
    width: 32px;
}
#nav #allmenu span:nth-child(4) {}

#nav #m_menu {
    display: none;
    width: 40px;
    position: absolute;
    right: 2%;
    top: calc(50% - 0px);
    transform: translate(0, -50%);
    height: 22px;
}
#nav #m_menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav #m_menu span:first-child {
    top: 0px;
}
#nav #m_menu span:nth-child(2),#nav #m_menu span:nth-child(3) {
    top: 9px;
    width: 70%;
}

#nav #m_menu span:nth-child(4) {
    top: 18px;
}
#nav #m_menu.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}
  
#nav #m_menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav #m_menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav #m_menu.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}
#m_allmenu {
    background: #fff;
    border-top: 1px solid #000;
    position:fixed;
    left: -100%;
    z-index: 9999;
    width: 100%;
    overflow-y:scroll;
    top: 56px;
    right: 0;
    bottom: 0
}
#m_allmenu.dp {
    left: 0;
}
#m_allmenu > ul {
    padding: 0 6% 30px;
}

#m_allmenu > ul > li {
    text-align: left;
    padding: 25px 0 5px;
    border-bottom: 1px solid #ccc;
}
#m_allmenu > ul > li > a {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
#m_allmenu > ul > li > ul {
    display:flex;
    flex-wrap: wrap;
}
#m_allmenu > ul > li > ul > li {
    margin-right: 10%;
    margin-bottom: 20px;
}
#m_allmenu > ul > li > ul > li > a {
    color: #6f6f6f;
    font-size: 17px;
    font-weight: 600;
}

#dropdown {
    display:none;
    position:absolute;
    background: #fff;
    border: 1px solid #b4b4b4;
    z-index: 9;
    width: 100%;
    padding: 30px 0;
    top: 82px;
}
#dropdown > div {
    display:flex;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    padding-left: 456px;
} 
#dropdown > div ul {margin-right: 37px;}
#dropdown > div ul li {
    padding: 10px 0;
}
#dropdown > div ul li a {
    display:block;
    padding:5px 10px;
}
#dropdown > div ul li:hover a {
    background:#1b458f;
    color:#fff;
}

#quick {
    position: fixed;
    right: 5%;
    top: 12%;
    border-radius: 4px;
    width: 96px;
    z-index: 99;
}
#quick.on {
    position:absolute;
    top:auto;
    bottom:420px;
}
#quick ul {
    border: 1px solid #959595;
    background: #fff;
}
#quick ul li {
    padding: 15px 0;
}
#quick ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#quick ul li a div {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 3px solid #e9e9e9;
    border-radius: 100%;
    transition: all .5s;
}
#quick ul li a div img {
    max-width: 55%;
    max-height: 50%;
}
#quick ul li a span {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #646464;
}
#quick ul li a:hover div {
    border: 3px solid #000;
}

.quick_btn {
    width: 100%;
    background: #000;
    margin-top: 10px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    cursor:pointer;
}
.quick_btn img {
    width: 16px;
}
.quick_btn span {
    color: #fff;
    font-size: 12px;
}

#quick_m {
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 99999;
    width: 35px;
}
.quick_m {
    background: #1B2539;
    border-radius: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    box-shadow: 2px 2px 5px 0px #000000;
    cursor: pointer;
}
.quick_m svg {
    width: 100%;
    height: 100%;
    max-height: 70%;
    max-width: 70%;
}
.quick_m:nth-child(2) svg {
    max-width:60%;
}
.quick_m:nth-child(3) svg {
    max-width:60%;
}
.quick_m:nth-child(5) svg {
    max-width:50%;
}
.quick_m svg path {
    fill:#fff;
}
.quick_m svg polygon {
    fill:#fff;
}
.quick_m.quick_up {

}
.quick_m.quick_m_call svg {
    max-width:100%;
    max-height:100%;
}
.quick_m_h {
    display:none;
}
.quick_m_up {
    background:#fff;
}
.quick_m_up svg polygon {
    fill:#000;
}
.quick_more {
    background: #00398c;
}
.quick_more div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quick_more div span {
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 100%;
}
.quick_more div span:nth-child(1) {}
.quick_more div span:nth-child(2) {
    margin: 3px 0;
}
.quick_more div span:nth-child(3) {}

.quick_visible {
    display:flex;
}
/*main*/
#main {
	width:100%;  
	margin:0 auto;
	position:relative;
}
#main .visual {
	background:#fff;
	overflow:hidden;
	position:relative;
    height:620px;
}
#amin .visual .main-pc {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}
#main .visual_m {
	background:#fff;
	overflow:hidden;
	position:relative;
	display:none;
}

.main_wrap {display: flex;align-items: stretch;justify-content: space-between;width:100%;max-width: 1200px;margin: 0 auto;padding: 30px 0;}

.board_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 70%;
}
.board_list .board_box {
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
    width: 48%;
}
.board_list .board_box .board_box_name {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #c2c2c2;
    align-items: center;
    justify-content: space-between;
}
.board_list .board_box .board_box_name h1 {
    color: #004197;
    font-size: 24px;
    font-weight: 800;
}
.board_list .board_box .board_box_name .board_box_more {
    background: #2a2f35;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border:1px solid #2a2f35;
}
.board_list .board_box .board_box_name .board_box_more:hover {
    color:#2a2f35;
    background:#fff;
    cursor:pointer;
}
.board_list .board_box .board_box_name .board_box_more span:first-child {}
.board_list .board_box .board_box_name .board_box_more span:last-child {
    margin-left:5px;
    font-weight:700;
}
.board_list .board_box ul {
    text-align: left;
    padding: 10px 0;
}
.board_list .board_box ul li {
    padding: 9px 0;;
}
.board_list .board_box ul li a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    width: 100%;
}
.board_list:not(.board_list_g) .board_box ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    padding-left: 15px;
    position: relative;
}
.board_list:not(.board_list_g) .board_box ul li a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    top: calc(50% + -2px);
    left: 3px;
    transform: translate(0, -50%);
}
.board_list .board_box ul li a:hover {
    text-decoration: underline;
}
.board_list .board_box ul.mg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.board_list .board_box ul.mg li {
    width: 48%;
}
.board_list .board_box ul.mg li a {
    
}
.board_list .board_box ul.mg li a div {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.board_list .board_box ul.mg li a span {
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 38px;
    line-height: 1.3;
}
.board_list.board_list_g {
    padding: 0 0 60px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.board_list.board_list_g .board_box {
    width:100%;
}
.board_list.board_list_g .board_box ul.mg li {
    width: 15%;
}

.main_info {
    display: flex;
    flex-direction: column;
    border: 3px solid #29403a;
    width: 27%;
    border-radius: 12px;
    text-align: left;
    padding: 2%;
    justify-content: space-between;
}
.main_info div {}
.main_info div:first-child {}
.main_info div:last-child {}
.main_info div h1 {
    background: #29403a;
    color: #fff;
    border-radius: 30px;
    width: fit-content;
    padding: 8px 15px;
}
.main_info div h2 {
    font-weight: 800;
    font-size: 28px;
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.main_info div h2 svg {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    margin-top: -3px;
}
.main_info div h3 {
    padding: 15px 0 0 0;
    color: #666666;
}
.main_info div h3 span {
    display: block;
}
.main_info div h3 b {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    padding: 5px 0;
    display: block;
}

#main_service {
    background: #f7f7f7;
    padding: 40px 0;
}
#main_service h1 {
    font-size: 26px;
}
#main_service h2 {
    font-size: 18px;
    letter-spacing: 5px;
    color: #ababab;
    font-weight: 500;
    padding: 10px 0;
}
#main_service h3 {
    font-size: 24px;
    font-weight: 400;
}
#main_service ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1100px;
    margin: 50px auto 0;
    width: 100%;
}
#main_service ul li {
    width: 14%;
}
#main_service ul li a {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#main_service ul li a > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 100%;
    border-radius: 100%;
    background: #fff;
    position: relative;
    transition:all .5s;
}
#main_service ul li a > div::before {
	/* display:block; */
	/* content: ''; */
	width: 100%;
	padding-bottom: 100%;
	border-radius: 100%;
	position: absolute;
	background: #fff;
}

#main_service ul li a > div img {
    width: 35%;
    z-index: 9;
    max-height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main_service ul li a > div svg {width: 35%;z-index: 9;max-height: 48px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#main_service ul li a span {
    color: #717171;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
#main_service ul li:hover a > div {
    background:#21be68;
}
#main_service ul li:hover a > div svg path {
    fill:#fff !important;
}
/*Swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
    padding:0 0 50px 0;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
    overflow:hidden;
}
.swiper-slide > img {width:100%;height:100%;}
.swiper-slide .main-pc {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position:relative;
}

.play-stop {
  position: absolute;
  z-index: 999;
  bottom: 195px;
  cursor:pointer;
}
.swiper-button-play {
  right:135px;
  display:none;
  opacity:.5;
}
.swiper-button-play:hover {
  opacity:1;
}
.swiper-button-pause {
  right:140px;
  opacity:.5;
}
.swiper-button-pause:hover {
  opacity:1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: center;
  width: 100%;
  left: unset;
  right: unset;
  bottom: unset;
  position: static;
}
.swiper-pagination-bullet {
  width:10px;
  height:10px;
  background:#000;
  opacity:.3;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  opacity:.6;
  background:#000;
}
.swiper-button-next, .swiper-button-prev {
  
}
#main .swiper-pagination1 {
    margin:15px auto;
    position: relative;
}
#main .swiper-pagination1 .swiper-pagination-bullet {width: 50px;height: 5px;background: #fff;opacity: 1;border-radius: 0;margin: 0 2px;border: 1px solid #ccc;}
#main .swiper-pagination1 .swiper-pagination-bullet-active {background: #000;border: 1px solid #000;}

#main .swiper-pagination2 {
    margin:15px auto;
    position: relative;
}
#main .swiper-pagination2 .swiper-pagination-bullet {width: 50px;height: 5px;background: #fff;opacity: 1;border-radius: 0;margin: 0 2px;border: 2px solid #ccc;}
#main .swiper-pagination2 .swiper-pagination-bullet-active {background: #000;border: 2px solid #000;}

#main .swiper-button-prev {
  left:40px;
}
#main .swiper-button-next {
    right:40px;
}
/*footer*/
#banner {
    position: relative;
    margin-top:20px;
}
#banner .inner {
    padding: 20px 0;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column; 
    width:78%;
}
.footer_banner {
    border: 1px solid #ccc;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_banner img {
    max-width: 100%;
    max-height: 100%;
}
.view_banner {
    display:flex;
    border:1px solid #000;
    border-radius: 20px;
    width: 160px;
    height: 36px;
    align-items: center;
    justify-content: center;
}
.view_banner img {
    margin-right:5px;
}
.view_banner span {
    color: #0950b8;
    font-weight: 800;
}
#banner .swiper3 {
    margin: 20px auto 0;
}
#banner .banner_arrow {
    position: absolute;
    width: 84%;
    top: 45%;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#banner .banner_arrow .swiper-button-next3 {right:0;}
#banner .banner_arrow .swiper-button-prev3 {left:0;}
#banner .banner_arrow .swiper-button-next3,#banner .banner_arrow .swiper-button-prev3 {
    background: none;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    position: absolute;
}
#banner .banner_arrow .swiper-button-next3 img,#banner .banner_arrow .swiper-button-prev3 img {
    width:40px;
}

#footer {}

#footer .footer1 {
    border-top: 2px solid #8794a4;
    padding: 20px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .footer1 > img {
    max-width:270px;
}
#footer .footer1 > div {
    display: flex;
    align-items: center;
    visibility: hidden;
} 
#footer .footer1 > div span {}
#footer .footer1 > div span:first-child {
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
}
#footer .footer1 > div span:last-child {
    font-size: 32px;
    font-weight: 800;
}

#footer .footer2 {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 8%;
}
#footer .footer2 > div {}

#footer .footer2 > div:first-child {
    display: flex;
}
#footer .footer2 > div:first-child
#footer .footer2 > div:first-child > div {}
#footer .footer2 > div:first-child > div span {
    font-weight: 600;
    font-size: 18px;
    margin-right: 30px;
}

#footer .footer2 > div:last-child {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#footer .footer2 > div:last-child p {
    padding: 8px 0;
}
#footer .footer2 > div:last-child p span {
    font-size: 16px;
}

#footer .footer3 {
    padding: 20px 8%;
    display: flex;
    justify-content: space-between;
}
#footer .footer3 span {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
#footer .footer3 ul {
    display: flex;
}
#footer .footer3 ul li {
    margin-left: 30px;
}
#footer .footer3 ul li a {
    color: #000;
    font-weight: 600;
}

#footer .footer4 {
    background: #403e41;
    padding: 10px 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .footer4 > span {
    color: #acacac;
    margin-right: 10px;
}
#footer .footer4 ul {
    display: flex;
}
#footer .footer4 ul li {}
#footer .footer4 ul li a {}
#footer .footer4 ul li a svg {
    width: 36px;
    fill: #acacac;
    background: #4c4a4c;
    border-radius: 100%;
    padding: 8px;
    margin: 0 5px;
}

/*sub*/
.sub {
    padding:30px 0 100px;
}

#combobox {background: #6d7996;color: #fff;display: flex;align-items: center;width: 1200px;margin: 0 auto 20px;height: 45px;}
#combobox > a {
    display: flex;
    border-right: 1px solid #576178;
    height: 100%;
    align-items: center;
    color: #fff;
    padding: 0 25px;
    position:relative;
    font-size:15px;
}
#combobox > a::before {
    display:block;
    content:'';
    position:absolute;
    border-left: 8px solid #576178;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 50%;
    right: -8px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
}
#combobox .depth {
    position:relative;
    border-right: 1px solid #576178;
    height: 100%;
    display: flex;
    padding: 0 20px 0 20px;
    align-items: center;
    width: fit-content;
    min-width:200px;
    justify-content: space-between;
}
#combobox .depth::before {
    display:block;
    content:'';
    position:absolute;
}
#combobox .depth > span {font-size:15px;}
#combobox .depth > span:first-child {
    margin-right:15px;
}
#combobox .depth > span:nth-child(2) {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    margin-top: -5px;
}
#combobox .depth ul {
    display:none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #373737;
    z-index: 999;
}
#combobox .depth ul li {}
#combobox .depth ul li a {
    color: #fff;
    padding: 12px 0 12px 20px;
    display: block;
    text-align: left;
}
#combobox .depth1 {
}
#combobox .depth2 {
    display: flex;
}

#sub_tab {
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#sub_tab li {
    width: calc(100% / 6);
    border: 1px solid #e2e2e2;
    margin-left: -1px;
}
#sub_tab.li2 li {
    width: calc(100% / 2); 
}
#sub_tab.li3 li {
    width: calc(100% / 3); 
}
#sub_tab.li4 li {
    width: calc(100% / 4); 
}

#sub_tab li a {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-weight: 700;
    font-size: 15px;
    background: #fdfdfd;
    color: #636363;
}
#sub_tab li.active {
    border: 1px solid #84cdf8;
}
#sub_tab li.active a {
    background:#84cdf8;
    color:#fff;
}
.sub_title {
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    color: #033074;
}
/*sub 1_1*/
.sub1_1 {
    display: flex;
}
.sub1_1 > div {}
.sub1_1 > div:first-child {
    text-align: left;
    width: 70%;
    padding: 0 2% 0 0;
}
.sub1_1 > div:last-child {
    width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.sub1_1 > div h1 {
    color: #4a7caf;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}
.sub1_1 > div p {
    padding: 15px 0;
    line-height: 1.8;
    font-size: 17px;
    word-break: keep-all;
    color: #000;
    font-weight: 600;
}

/*sub 1_2*/
.sub1_2 {}
.sub1_2_tit {
    width: fit-content;
    /* margin: 0 auto 30px; */
    display: flex;
    align-items: flex-end;
}
.sub1_2_tit h1 {
    color: #033074;
    font-size: 24px;
    font-weight: 800;
}
.sub1_2_tit > div {
    background: #d9291c;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    display: none;
}
.sub1_2_tit h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}
.sub1_2 p {
    color: #555;
    font-weight: 700;
    max-width: 560px;
    line-height: 1.8;
    font-size: 17px;
    word-break: keep-all;
    margin: 20px 0 60px;
    width: fit-content;
    text-align: left;
}
.vision {
    font-size: 21px;
    width: fit-content;
    margin: 20px 0 0 0;
    font-weight: 800;
    color: #555;
}
/*sub 1_3*/
.y_bt{
    width: 16%;
    height: 35px;
    border: 1px solid #a4a4a4;
    background: none;
    font-weight: bold;
    color: #626262;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: .667%;
}
.y_bt:hover{background:#626262;color:white}
.y_bt:nth-child(8),.y_bt:nth-child(14) {
    margin-right:0;
} 
#year_div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#year_div form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#year_div #on{background:#626262;color:white}

#y_tb{
    border-top: 2px solid #7f7f7f;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
#Y_title{font-size:25px;font-weight:800;text-align:center;color:black;width:165px;border-right:1px solid #e0e0e0;padding-top:30px;vertical-align: top;}
#month_td{width:105px;color:#8a8a8a;font-weight:800;font-size:17px;text-align:center;vertical-align: top;}
/*sub 1_4*/

.sub1_4_con_1 {
    display: table;
    margin: 30px auto;
    border: 1px solid #cbd5de;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
}
.sub1_4_con_1 > div {
    display: table-cell;
    padding: 30px 10px;
    width: 50%;
}

.sub1_4_con_1 > div:first-child {}
.sub1_4_con_1 > div:first-child > div:first-child {}
.sub1_4_con_1 > div:first-child > div:first-child img:first-child {
    max-width:80px;
}
.sub1_4_con_1 > div:first-child > div:first-child img:last-child {
    max-width:320px;
}
.sub1_4_con_1 > div:first-child > div:last-child {
    margin-top:20px;
}
.sub1_4_con_1 > div:first-child > div:last-child {}
.sub1_4_con_1 > div:first-child > div:last-child img {
    max-width: 55px;
}
.sub1_4_con_1 > div:first-child > div:last-child span {
    font-weight:800;
    color:#000;
    font-size: 15px;
    margin-left: 10px;
}
.sub1_4_con_1 > div:last-child {
    border-left: 1px solid #cbd5de;
}

.sub1_4_con_2 {}
.sub1_4_con_2 h1 {
    font-size: 32px;
    font-weight: 700;
    color: #033074;
}
.sub1_4_con_2 h1 img {
    max-width:500px;
}
.sub1_4_con_2 p {
    font-size: 17px;
    line-height: 1.4;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 35px;
    background: #dfe9f2;
    border: 1px solid #cbd5de;
    font-weight: 600;
}

.sub1_4_con_3 {}
.sub1_4_con_3 table {}
.sub1_4_con_3 table th {
    background: #eaeaea;
    padding: 10px 0;
    border: 1px solid #d7d7d7;
    font-size: 18px;
    font-weight: 800;
}
.sub1_4_con_3 table td {
    padding: 10px;
    border: 1px solid #d7d7d7;
    text-align: left;
    line-height: 1.5;
}

.sub1_4_con_4 {}
.sub1_4_con_4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sub1_4_con_4 ul li {
    width: 49.5%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 5px 0;
}
.sub1_4_con_4 ul li img {
    max-height: 100%;
}

.sub1_4_con_5 {}
.sub1_4_con_5 table {}
.sub1_4_con_5 table th {
    background: #eaeaea;
    padding: 10px 0;
    border: 1px solid #d7d7d7;
    font-size: 18px;
    font-weight: 800;
}
.sub1_4_con_5 table th:first-child {
    width:15%;
}
.sub1_4_con_5 table td {
    padding: 10px;
    border: 1px solid #d7d7d7;
    text-align: left;
    line-height: 1.5;
}
.sub1_4_con_5 table td:first-child,.sub1_4_con_5 table td:nth-child(2) {text-align: center;}
.sub1_4_con_5 table td:last-child {text-align:left;}

.sub1_4_con_6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.sub1_4_con_6 table {
    width: 100%;
}
.sub1_4_con_6 table th {
    background: #eaeaea;
    padding: 10px 0;
    border: 1px solid #d7d7d7;
    font-size: 18px;
    font-weight: 800;
}
.sub1_4_con_6 table td {
    border: 1px solid #d7d7d7;
    padding:15px
}
.sub1_4_con_6 table tr:nth-child(2n-1) td:first-child,.sub1_4_con_6 table tr:nth-child(2n-1) td:nth-child(2) {text-align:center;}

/*sub1_6*/
.sub1_6 {}

.sub1_6_top {}
.sub1_6_top img {
    max-width: 300px;
}
.sub1_6_top .sub1_6_address {
    max-width: 1000px;
    margin: 20px auto;
    border-top: 1px solid #8f8f8f;
    padding: 20px 0;
    display: flex;
}
.sub1_6_top .sub1_6_address > div {
    width: 50%;
    text-align: left;
}
.sub1_6_top .sub1_6_address > div p {
    font-size: 21px;
    padding: 5px 0;
}

.sub1_6_top .sub1_6_address > div:first-child {color:#434343;}
.sub1_6_top .sub1_6_address > div:first-child p {}

.sub1_6_top .sub1_6_address > div:last-child {display: flex;flex-direction: column;justify-content: flex-end;}
.sub1_6_top .sub1_6_address > div:last-child p {
    display: flex;
    justify-content: space-between;
}
.sub1_6_top .sub1_6_address > div:last-child p span {
    color: #1d4290;
    font-weight: 800;
}

.sub1_6 iframe {
    width: 100%;
    height:500px;
}

.way_wrap {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.way_wrap > div {
}
.way_wrap > div span {
    display: block;
    background: #000;
    color: #fff;
    font-weight: 800;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 40px;
    margin: 0 auto;
}

.way {
    text-align: left;
    font-size: 18px;
    width: 100%;
}
.way li {
    display: flex;
    padding: 20px 0;
    line-height: 1.4;
    border-bottom: 1px solid #000;
    font-weight: 600;
    flex-direction: column;
}
.way li div {}
.way li div:first-child {
    width: 30%;
    font-weight: 800;
    margin-bottom: 10px;
}
.way li div:last-child {
    word-break: keep-all;
    line-height: 1.8;
    color:#6f6f6f;
    font-size:16px;
    max-width: 810px;
}

.sub4_1 {}
.sub4_1 table {
    width:100%;
}
.sub4_1 table th {
    background:#d7e3f1;
    color:#000;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    border-left:1px solid #cecece;
    border-right:1px solid #cecece;
    padding:10px;
    font-size:17px;
}

.sub4_1 table td {
    border:1px solid #cecece;
    padding:10px;
    line-height:1.6;
    font-size:14px;
}
.sub4_1 table td:first-child {
    font-weight:800;
    font-size:16px;
}
.baro {
    display: inline-flex;
    width: 110px;
    height: 30px;
    margin: 0 0 0 10px;
    border: 1px solid #2e62c7;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}
.baro span {
    color: #2e62c7;
    margin-right: 5px;
    font-size: 15px;
}
.baro .long-arrow-right {
    transform: rotate(90deg);
    width: 8px;
    height: 8px;
    margin: -3px 0 0 3px;
    border-top: 2px solid #2e62c7;
    border-left: 2px solid #2e62c7;
}
.baro .long-arrow-right::after, .baro .long-arrow-left::after {
    width: 2px;
    height: 10px;
    background-color: #2e62c7;
    transform: rotate(-45deg) translate(3px, 1px);
}

/*tab css*/
tab{/* float:left; */width: 100%;/* height:290px; */}
.tabnav{font-size:0;width: 100%;border:1px solid #ddd;text-align: left;}
.tabnav li{display: inline-block;height: 60px;text-align:center;border-right:1px solid #ddd;width: 50%;}
.tabnav li a:before{content:""; position:absolute; left:0; top:0px; width:100%; height:3px; }
.tabnav li a.active:before{background:#b1c9e5;}
.tabnav li a.active{border-bottom:1px solid #fff;}
.tabnav li a{
    position: relative;
    display: flex;
    background: #fdfdfd;
    color: #b8b8b8;
    padding: 0 30px;
    line-height: 1.3;
    text-decoration: none;
    font-size: 21px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.tabnav li a:hover,
.tabnav li a.active{background:#fff; color:#7dc6f1; }
.tabcontent{padding: 20px;/* height:244px; */border:1px solid #ddd;border-top:none;}


.sub2 {}
.tabcontent table {
    width: 100%;
    line-height: 1.4;
}
.tabcontent table th {
    border: 1px solid #b1c9e5;
    border-top: 2px solid #b1c9e5;
    padding: 15px;
    background: #ecf3fb;
    color: #888;
    font-weight: 800;
    white-space: nowrap;
}
.tabcontent table td {
    border: 1px solid #b1c9e5;
    padding: 15px;
    vertical-align: top;
}
.tabcontent table td > ul {
    display: flex;
    flex-direction: column;
}
.tabcontent table td > ul > li {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.5;
    list-style: disc;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 700;
}
.tabcontent table td > ul > li::marker {
    color: #c1c1c1;
}
.tabcontent table td > ul > li > ul {}
.tabcontent table td > ul > li > ul > li {
    font-size:15px;
    line-height: 1.8;
}
.tab_con {
    margin-bottom: 40px;
}
.tab_con h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    color: #4d6999;
    margin-bottom: 15px;
}
.tab_con p {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.tab_con > ul.sub2_gal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab_con > ul.sub2_gal li {
    width: 27%;
    margin-bottom: 20px;
}
.tab_con > ul.sub2_gal.li4 li {
    width:22%;
}
.tab_con > ul.sub2_gal li > div {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56.25%;
    width:100%;
}
.tab_con > ul.sub2_gal li img {
    height: 386px;
    width: 100%;
    border: 6px solid #fff;
}
.tab_con > ul.sub2_gal.li4 li img {
    height:290px;
}
.tab_con > ul.sub2_gal li span {
    margin-top: 15px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
}

.system_diagram {
    width: 240px;
    margin: 0 auto;
}
.system_diagram > li {
    background: #898989;
    color: #fff;
    padding: 20px 0;
}
.system_diagram > li:first-child {background: none;padding: 0;}
.system_diagram > li:nth-child(2n) {
    background: none;
    padding: 10px 0;
}
.system_diagram li h2 {
    background: #b3dbff;
    color: #fff;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 21px;
}
.system_diagram li ul {padding: 15px;background: #fff;border: 1px solid #ccc;margin: 10px 0 0 0;}
.system_diagram li ul li {
    background: #fff;
    text-align: left;
    color: #494949;
    list-style: disc;
    margin-left: 12px;
    line-height: 1.5;
    font-size: 14px;
}
.system_diagram li .arrow {}

.munui {
    line-height:1.4;
}

.sub4_2 {}
.sub4_2 table {
    width:100%;
}
.sub4_2 table th {
    background:#f8f8f8;
    color:#b3b3b3;
    border-top:2px solid #000;
    border-bottom:1px solid #cecece;
    border-left:1px solid #cecece;
    border-right:1px solid #cecece;
    padding:10px;
    font-size:17px;
}
.sub4_2 table td {
    border:1px solid #cecece;
    padding:10px;
    line-height:1.6;
    font-size:17px;
    text-align:center;
}
.sub4_2 table td:first-child {
    font-weight:800;
}
.sub4_2 table td:nth-child(2) {
    font-weight:700;
}
.rb_btn {
    border-radius: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 17px;
}
.rb_btn span {
    color: #fff;
    font-weight: 800;
}
.rb_btn img {
    width: 24px;
}
.rb_center {
    background: #15a5c8;
    color: #fff;
}
.rb_site {
    background: #a8bfa3;
    max-width: 240px;
    justify-content: space-evenly;
}
.rb_map {
    background: #9fc163;
    justify-content: space-evenly;
    max-width: 240px;
}
/*board*/
.icon_notice {
    width: 60px;
    border: 1px solid #7592bc;
    padding: 2px 0;
    border-radius: 12px;
    color: #7592bc;
    font-size: 14px;
}
.table_basic {
	width:100%;font-size:17px;color:#676767;border-left:1px solid #f2f0f0;border-right:1px solid #f2f0f0;margin:15px auto;
}
.table_basic th:first-child {}
.table_basic th:nth-child(2) {
    width:60%;
}
.table_basic th:nth-child(3) {}
.table_basic th:last-child {}
.td_tit {
    text-align: left;
    padding:5px;
}
.board_tit {
    display: -webkit-box;
    color: #000;
    font-weight: 600;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}
.input {}

#gallery_gg {
    display:flex;
    flex-wrap: wrap;
    margin: 30px auto;
}
#gallery_gg li {
    width: 24%;
    margin-right: 1.3333%;
    margin-bottom: 20px;
}
#gallery_gg li:nth-child(4n) {
    margin-right:0;
}
#gallery_gg li a {}
#gallery_gg li a .gg_img {
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
#gallery_gg li a .gg_txt {
    color:#000;
    font-size:17px;
    font-weight: 700;
    padding:10px 7px;
    text-align: left;
    line-height: 1.4;
}

.terms1_index {
    display: table;
    margin: 0 auto;
    background: #f4f4f4;
    padding: 10px 50px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
    color: #6e6e6e;
  }
  .terms1_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    align-items: flex-start;
    width: 50%;
  }
  .terms1_list li {
      padding: 10px 0;
  }
  .terms1_list li a {
    font-size: 13px;
    color:#6f6f6f;
  }
  .terms1_list li a:hover {
    text-decoration: underline;
  }
  .terms1_div {
    color: #7789b9;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 30px 0;
  }
  .terms1_top {
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    padding: 20px;
    font-size: 13px;
    color: #787878;
    line-height: 1.5;
  }
  .terms1_con {
    padding: 10px 0;
    white-space: pre-line;
    line-height: 1.5;
    font-size: 12px;
    color: #464646;
  }

.company {
    text-align: left;
}
.company.inner {
    padding:20px 0;
}
.company > p {
    line-height:1.4;
    font-weight:700;
    max-width:800px;
    margin:60px auto;
}
.policy_wrap {
    display: flex;
    padding: 0 15%;
}


#sitemap {
    display:none;
}
#sitemap.open {
    display: block;
    position: fixed;
    z-index: 99999999;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1% 0;
    overflow-y: scroll;
}
.company #sitemap.open {
    position: relative;
    overflow: auto;
    z-index: 1;
}
#sitemap > h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.sitemap_close {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto 20px;
    cursor:pointer;
}
.sitemap_close span {
    width: 100%;
    display: block;
    height: 3px;
    background: #959595;
    position: absolute;
    top: 50%;
    left: 0;
    transition:all .25s;
}
.sitemap_close:hover span {
    background:#000;
}
.sitemap_close span:first-child {
    transform: rotate(45deg);
}
.sitemap_close span:last-child {
    transform: rotate(315deg);
}
#sitemap #sitemap_cate {
    display: flex;
    justify-content: space-between;
}
#sitemap #sitemap_cate > li {
    /* text-align: center; */
    width: 100%;
}
#sitemap #sitemap_cate > li > a {
    color: #000;
    font-size: 17px;
    font-weight: 800;
    display: block;
    width: 100%;
    border-bottom: 1px solid #8f8f8f;
    padding: 20px 10%; 
}
#sitemap #sitemap_cate > li > .sub_drop {}
#sitemap #sitemap_cate > li > .sub_drop li {margin: 8px 0;}
#sitemap #sitemap_cate > li > .sub_drop li a {color: #101010;display: block;padding: 0 calc(10% - 10px);font-size:15px;}
#sitemap #sitemap_cate > li > .sub_drop li a span {display: block;width: fit-content;padding: 10px;border-radius: 30px;transition:all .3s;}
#sitemap #sitemap_cate > li > .sub_drop > li > a  > span {
    font-weight:700;
}
#sitemap #sitemap_cate > li > .sub_drop li:hover > a  > span {
    background:#000;
    color:#fff;
}
#sitemap #sitemap_cate > li > .sub_drop li > ul {
    padding-left: 10%;
    margin-bottom: 30px;
}
#sitemap #sitemap_cate > li > .sub_drop li > ul li {
    margin: 15px 0;
}
#sitemap #sitemap_cate > li > .sub_drop li > ul li a {
    white-space: nowrap;
    transition:all .5s;
    padding: 0;
}
#sitemap #sitemap_menu {}
#sitemap #sitemap_menu > li {}
#sitemap #sitemap_menu > li > a {}
#sitemap #sitemap_menu > li > a {}

.sub_vol {}
.sub_vol .sub_title {
    color:#1d98dd;
}
.vol_top {
    border: 1px solid #ddd;
    max-width: 800px;
    width: 96%;
    margin: 0 auto 30px;
    padding: 3%;
}
.vol_top h1 {
    font-size: 24px;
    font-weight: 800;
    color:#004d9f;
}
.vol_top h1 b {
    color: #004c9d;
    vertical-align: bottom;
    font-weight: 800;
    font-size: 30px;
}
.vol_top p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.6;
    word-break: keep-all;
    color: #545454;
}
.vol_procedure {}
.vol_procedure ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    flex-wrap: wrap;
}
.vol_procedure ul li:nth-child(2n-1) {
    border-radius: 10px;
    background: #29518e;
    color: #fff;
    width: 15%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 700;
    margin: 20px 0;
    font-size: 16px;
}
.vol_procedure ul li:nth-child(2n) {margin: 0 20px;border: 1px solid #ccc;border-radius: 100%;width: 30px;height: 30px;}
.vol_procedure ul li:nth-child(2n) span {
    padding: 3px;
    margin-left: -2px;
    margin-top: 9px;
    border: solid #356db8;
    border-width: 0 2px 2px 0;
}
.vol_box {
    padding: 30px 0;
    color: #696969;
}
.vol_box p {
    text-align: left;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
.vol_box p::before {
    display: block;
    content: '-';
    position: absolute;
    top: 0;
    left: 3px;
}
.vol {
    text-align: left;
    padding: 20px 0;
    margin-top: 20px;
    color: #696969;
}
.vol h1 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2b518f;
}
.vol > div {
    padding: 10px 0 5px;
}
.vol > div h2 {
    font-size: 17px;
    color: #4b4b4b;
    line-height: 1.4;
}
.vol > div p {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #565656;
    line-height: 1.4;
    padding-left: 38px;
    position:relative;
}
.vol > div p::before {
    display: block;
    content: '-';
    position: absolute;
    top: 0;
    left: 24px;
}
.vol > div.vol_line {
    height: 1px;
    background: #6b6b6b;
    padding: 0;
    margin: 20px 0;
}

.board_flex {
    width: 100%;
    margin: 30px auto;
    border: 1px solid #aaa;
}
.board_flex .bf_row {display: flex;border-bottom: 1px solid #ddd;}
.board_flex .bf_row .bf_h {
    border-right: 1px solid #ddd;
    padding: 10px 0;
}
.board_flex .bf_row .bf_h:nth-child(1) {
    width: 10%;
}
.board_flex .bf_row .bf_h:nth-child(2) {
    width: 60%;
}
.board_flex .bf_row .bf_h:nth-child(3) {
    width: 15%;
}
.board_flex .bf_row .bf_h:nth-child(4) {
    width: 15%;
    border-right: 0;
}
.board_flex .bf_row .bf_h:nth-child(5) {}
.board_flex .bf_row .bf_h:nth-child(6) {}

.board_flex .bf_row .bf_div {
    padding: 20px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.board_flex .bf_row .bf_div:nth-child(1) {
    width: 10%;
    border-right: 1px solid #ddd;
    font-size:14px;
}
.board_flex .bf_row .bf_div:nth-child(2) {
    width: 60%;
    border-right: 1px solid #ddd;
    justify-content: flex-start;
}
.board_flex .bf_row .bf_div:nth-child(3) {
    width: 15%;
    border-right: 1px solid #ddd;
}
.board_flex .bf_row .bf_div:nth-child(4) {
    width: 15%;
}
.board_flex .bf_row .bf_div:nth-child(5) {}
.board_flex .bf_row .bf_div:nth-child(6) {}

.history_wrap {
    text-align: left;
    margin-bottom: 30px;
}
.history_year {
    border-top: 2px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    font-size: 21px;
    font-weight: 800;
    color: #033074;
}
.history_box {
    padding: 10px 0;
}
.history_div {
    display: flex;
    padding: 10px 0;
    line-height: 1.6;
    font-size: 17px;
}
.history_div > div {}
.history_div > div:first-child {
    font-weight: 700;
}
.history_div > div:last-child {}
.history_div > div:last-child p {
    margin-left: 10px;
    position: relative;
    padding-left: 10px;
}
.history_div > div:last-child p::before {
    display:block;
    content:'-';
    position: absolute;
    left: 0;
}

.jibu_wrap {
    text-align: left;
    margin-bottom: 30px;
    width: 48%;
    line-height: 1.4;
}
.jibu {
    border-top: 2px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    font-size: 21px;
    font-weight: 800;
    color: #033074;
}
.jibu_box {
    padding: 10px 0;
}
.jibu_box > div {
    padding: 5px 0;
}
.jibu_box > div:first-child {}
.jibu_box > div:nth-child(2) {}
.jibu_box > div:last-child {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
}
.jibu_box > div:last-child > div:first-child {}
.jibu_box > div:last-child > div:last-child {}

.organ_m {
    display:none;
}
.organ {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
.organ_ul {
    display: flex;
    justify-content: center;
}
.organ_ul > li {
    position: relative;
    width: 23%;
}

.organ_box {
    position: relative;
    display: flex;
    padding: 24px 0;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 26px;
    height: 90px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.organ_center {
    margin-left: 26px;
}

.organ_depth2 {
    position: relative;
    display: flex;
}
.organ_depth2::before {
    display: block;
    content: '';
    height: 282px;
    width: 1px;
    background: #a7a7a7;
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: -1;
}

.organ_depth4 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    position:relative;
}
.organ_depth4::before {
    display: block;
    content: '';
    height: 1px;
    width: 809px;
    background: #a7a7a7;
    position: absolute;
    top: -50px;
    left: 119px;
    z-index: -1
}

.organ_ul2 {}
.organ_ul2 > li {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.organ_ul2 > li:not(:last-child)::after {
    display: block;
    content: '';
    width: 1px;
    height: 113px;
    background: #a7a7a7;
    position: absolute;
    top: 89%;
    left: 50%;
    z-index: -1;
}
.organ_ul2_name {
    background: #4f6560;
    color: #fff;
    padding: 10px 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:65px;
}
.organ_ul2_name img {
    width: 20px;
    margin-right: 5px;
}
.organ_ul2_work {
    display: flex;
    flex-direction: column;
    border: 1px solid #4f6560;
    text-align: left;
    padding: 10px;
    line-height: 1.5;
    font-size: 15px;
    z-index: 9;
    position: relative;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.organ_ul2_work > li {}
.organ_ul2_work > li > ul {}
.organ_ul2_work > li > ul > li {
    font-size: 13px;
}


.organ_depth1 > li:nth-child(1) {
    
}
.organ_depth1 > li:nth-child(2) {
    display:none;
}
.organ_depth1 > li:nth-child(2) .organ_box {
    margin-left: 20%;
    background:#ffab47;
}
.organ_depth1 > li:nth-child(2)::before {
    display: block;
    content: '';
    height: 1px;
    width: 84px;
    background: #a7a7a7;
    position: absolute;
    top: 35%;
    left: -33px;
    z-index: -1;
}

.organ_depth3 > li:nth-child(1) {
    m
}
.organ_depth3 > li:nth-child(2) {
    display:none;
}
.organ_depth3 > li:nth-child(2) .organ_box {
    margin-left: 20%;
    background:#91c172;
}
.organ_depth3 > li:nth-child(2)::before {
    display: block;
    content: '';
    height: 1px;
    width: 84px;
    background: #a7a7a7;
    position: absolute;
    top: 35%;
    left: -33px;
    z-index: -1;
}

.organ_depth4 > li {}
.organ_depth4 > li .organ_box {}
.organ_depth4 > li .organ_box::before {
    display: block;
    content: '';
    width: 1px;
    height: 160px;
    background: #a7a7a7;
    position: absolute;
    top: -49px;
    left: 119px;
    z-index: -1;
}
.organ_depth4 > li:nth-child(1) {}
.organ_depth4 > li:nth-child(1) .organ_box {}
.organ_depth4 > li:nth-child(1) .organ_box::before {}
.organ_depth4 > li:nth-child(2) {}
.organ_depth4 > li:nth-child(3) {}
.organ_depth4 > li:nth-child(4) {}

.organ_depth1 .organ_box {
    width: 190px;
    /* margin-bottom: 26px; */
    background-color: #898995;
}
.organ_depth2 .organ_box {
    background: #a4a49c;
    margin-left: 0;
    width: 200px;
}
.organ_depth2 .organ_box::before {
    display: block;
    content: '';
    height: 1px;
    width: 175%;
    background: #a7a7a7;
    position: absolute;
    top: 50%;
    z-index: -1;
    margin-left: 250%;
}
.organ_depth2 .organ_box span {
    font-size:15px;
}
.organ_depth3 .organ_box {
    background: #85947d;
    width: 190px;
}
.organ_depth3 .organ_box img {
    width: 20px;
    margin-right: 5px;
}
.organ_depth4 .organ_box {
    background: #4c897a;
    font-size: 17px;
    width: 100%;
}