/* common */
.subpage { overflow: hidden; position:relative; text-align: center;}
.top_sec {padding: 50px 0; position: relative;}
.subpage br:not(.space) {display: none;}
.subpage > section {padding:50px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.subpage img {max-width: 100%;}
.sub_inner { padding: 0 20px; margin: 0 auto; max-width: 1400px; width: 100%; }
.c_tit em {font-style: normal; line-height: 1.1; font-weight: 700; color:#ffa41f; text-transform: uppercase; display: block; margin-bottom: 10px; font-size: 15px;}

.img_box {display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; }

.left_line {position: relative; padding-left:15px;text-align: left;}
.left_line::before {content: ''; display: block; width: 3px; height: 85%; background-color: #ffa92b;  left: 0; top: 8%; position: absolute; }

/* col_list */
.col2_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col2_list > li {width: calc(50% - 15px);}
.col2_list > li:nth-child(n+3) {margin-top:20px;}

.col3_list {display: flex; flex-wrap: wrap; }
.col3_list > li {width:100%;  }
.col3_list > li:nth-child(n+2) {margin-top: 20px;}

.col4_list {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.col4_list > li {width: calc(25% - 15px); margin-right: 20px; }
.col4_list > li:nth-child(4n) {margin-right: 0;}
.col4_list > li:nth-child(n+5) {margin-top: 20px;}

/* font size */
.fs_80 {font-size: 30px; font-weight :800; line-height: 1.29; }
.fs_65 {font-size: 28px; font-weight :800; line-height: 1.06; }
.fs_60 {font-size: 27px; font-weight :800; line-height: 1.06; }
.fs_50 {font-size: 25px; font-weight :700; line-height: 1.5; }
.fs_49 {font-size: 25px; font-weight :700; line-height: 1.5; }
.fs_45 {font-size: 24px; font-weight :700; line-height: 1.2;  }
.fs_40 {font-size: 24px; font-weight :700; line-height: 1.2;  }
.fs_35 {font-size: 22px; font-weight :700; line-height: 1.39; }
.fs_34 {font-size: 22px; font-weight:500; line-height: 1.3; }
.fs_33 {font-size: 22px; font-weight:700; line-height: 1.3; }
.fs_32 {font-size: 20px; font-weight:700; line-height: 1.3; }
.fs_30 {font-size: 20px; font-weight:700; line-height: 1.3;}
.fs_28 {font-size: 19px; font-weight:700; line-height: 1.3; }
.fs_27 {font-size: 19px; font-weight:700; line-height: 1.3; }
.fs_26 {font-size: 19px; font-weight:700; line-height: 1.3;  }
.fs_25 {font-size: 18px; font-weight:700; line-height: 1.3; }
.fs_24 {font-size: 18px; font-weight:700; line-height: 1.4;}
.fs_23 {font-size: 17px; font-weight:700; line-height: 1.4;}
.fs_22 {font-size: 17px; font-weight:600; line-height: 1.4; }
.fs_21 {font-size: 16px; font-weight:600; line-height: 1.67; }
.fs_20 {font-size: 15px; font-weight:400; line-height: 1.67; }
.fs_19 {font-size: 15px; font-weight: 400; line-height: 1.67; }
.fs_18 {font-size: 14px; font-weight: 400;  line-height: 1.83; color:#333; }
.fs_17 {font-size: 14px; font-weight: 400; line-height: 1.72; }
.fs_16 {font-size: 13px; font-weight: 400;  line-height: 1.72; }
.fs_15 {font-size: 12px; font-weight: 400;  line-height: 1.72; }

/*Content CSS*/
#sec1 {position: relative; z-index: 1; }
#sec1 .c_tit {margin-bottom:80px; }
#sec1 .c_tit h2 {font-size: 22px;}
#sec1 .c_tit h2 span {color:#ffa41f; }

.cont {position: relative; }
.cont + .cont {margin-top: 50px;  }
.cont + .cont::before {content: ''; display: block; width: calc(100% - 40px); height: 1px; max-width: 1180px; margin: 0 0 50px auto; background: #ddd;}

.cont .hexagon {width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; background:url("../img/loc_hexa.png") 50%/contain no-repeat;
flex-direction: column; position: absolute; right:-15px; top:-55px; z-index: 3;}
.cont .hexagon h3 {font-weight: 800; color:#fff; margin-top: 10px; font-size: 16px;}
.cont .hexagon i img {max-height:35px;}

.cont1 .map_wr {height:250px; overflow: hidden; border: 1px solid #ddd; border-radius: 10px; position: relative; z-index: 2;}
.cont1 .map_wr .wrap_map {height: 100%;}
.cont1 .map_wr .map_border {display: none;}
.cont1 .info_box {position: relative; z-index: 2; width: 100%; max-width: 1187px; border-radius: 10px; background: #58585a; padding: 20px; margin: 15px auto 0; }
/* .cont1 .info {display: flex ; justify-content: center; flex-wrap: wrap; text-align: left; } */
/* .cont1 .info > li {display: flex; justify-content: center; align-items: center; } */
.cont1 .info > li + li {margin-top: 15px; }
.cont1 .info > li h3 {color:#ffb344; font-weight: 700;  }
.cont1 .info > li h3 i { position: relative; margin-right: 10px; position: relative; top:-1px; }
.cont1 .info > li .desc p {font-weight: 400; color:#fff; margin-top: 5px;}


.cont2 .hexagon {right: auto; top:-20px; left: -15px; }
.cont2 .hexagon i img {max-height: 25px;}
.cont2 .col3_list > li {border-radius:10px; background: #f7f7f7;text-align: center;}
.cont2 .col3_list a {display: block; padding: 30px 20px; }
.cont2 .col3_list h4 {font-weight: 800; color:#000; }
.cont2 .col3_list h4::after {content: ''; display: block; width: 35px; height: 3px; background: #ffa41f; margin: 20px auto 20px; }
.cont2 .col3_list .icon {display: flex; align-items: center; justify-content: center; width:80px; height: 80px; border-radius: 50%; background: #58585a; margin:0 auto 15px; }
.cont2 .col3_list .icon img {max-height: 40px;}
.cont2 .col3_list p {font-weight: 600; color:#333; }
.cont2 .col3_list > li:nth-child(even) h4::after {background-color: #58585a; }
.cont2 .col3_list > li:nth-child(even) .icon {background-color: #ffa41f; }



@media screen and (max-width:1400px) {
    /* common */
    /* .subpage br:not(.space) {display: none;}
    .subpage img {max-width: 100%;} */

    /* content */

}
