/***************** gen *****************/

.sec_tit {width: 100%;margin-bottom:30px;text-align: center;position: relative;}
.sec_tit h1 {font-size: 48px;font-weight: 800;color: #333;word-break: keep-all;text-align: center;transition-duration: 0.4s;font-family: 'GmarketSans';display: inline-block;background: #fafafa;padding: 0 30px;position: relative;z-index:2;}
.sec_tit:before {content: '';width: 100%;height: 1px;background: #000;position: absolute;top: 40%;left: 0;z-index: 1;}

.sub_sec .sec_tit h1{background:#fff;}
.sub_sec .sec_tit:before{display:none;}


.sec_btn {width: 100%;max-width: 220px;display: inline-flex;background: #fff;align-items: center;justify-content: space-between;margin: 0 auto;height: 45px;border-radius: 10px;box-shadow: 0 4px 40px rgb(203 209 220 / 20%);font-weight:800;color:#555;font-size: 13px;padding: 10px 20px;position: relative;left: 50%;transform: translateX(-50%);margin-top: 30px;margin-bottom: 30px;transition:0.3s;}
.sec_btn:hover{background:#bf0e3a;color:#fff;}

@media(max-width:800px) {
    .sec_tit h1{font-size:42px;}
}
@media(max-width:550px) {
    .sec_tit{margin-bottom:10px;}
    .sec_tit h1{font-size:34px;}
}

/***************** sec01 *****************/

#sec01 {width: 100%;height:100%;overflow: hidden;}
#sec01 .sub_con{height:100%;}

.sec01_wrap{width: 100%;position: relative;height: 100%;}
.sec01_img_wrap {width: 100%;height: 100%;}
#sec01_sli {width: 100%;height:100%;}

#sec01_sli a {width:100%;height: 100%;display: flex;align-items: center;justify-content: center;}
#sec01_sli img {object-fit: cover;width:100%;height:100%;display: block;}

.sec01_nav {z-index: 10;position: absolute;top: 50%;transform: translateY(-50%);width: 70px;height: 70px;background: rgba(255,255,255,0.6);border-radius: 50px;display: flex;align-items: center;justify-content: center;font-size: 30px;cursor: pointer;}
#sec01_prev{left:50px;}
#sec01_next{right:50px;}

#sec01_page {bottom:20px;left: 50%;transform: translateX(-50%);}
#sec01_page .swiper-pagination-bullet{width:12px;height:12px;border-radius:50px;margin:0 4px;}
#sec01_page .swiper-pagination-bullet-active{background:#000;}


#sec01_m{display:none;}

#sec01_sli_m {width: 100%;height:100%;}

#sec01_page_m {bottom:20px;left: 50%;transform: translateX(-50%);}
#sec01_page_m .swiper-pagination-bullet{width:9px;height:9px;}
#sec01_page_m .swiper-pagination-bullet-active{background:#000;}

#sec01_sli_m a {width:100%;height: 100%;display: flex;align-items: center;justify-content: center;}
#sec01_sli_m img {object-fit: cover;width:100%;height:100%;display: block;}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles goes underneath */
}

@media(max-width:950px) {
    #sec01{display:none;}
    #sec01_m{display:block;position: relative;}

    #sec01_sli_m{min-height:64.4688vw;}
    .sec01_nav{width: 40px;height: 40px;font-size: 20px;}
    #sec01_next_m{right:20px;}
    #sec01_prev_m{left:20px;}
}
@media(max-width:470px) {
    .sec01_nav{display:none;}
}


/***************** sec02 *****************/

#sec02{padding:90px 20px 100px; overflow: hidden;}

@media(max-width:750px) {

}

/***************** sec03 *****************/
#sec03{display:none; position: relative;overflow: hidden;padding:0 20px 30px;}
.sec03_pt_wrap{display:flex; margin:0 -12.5px;}
.sec03_pt{width:50%; padding:0 12.5px;}
.sec03_pt .pt_img{border-radius:20px;overflow: hidden;display: flex;align-items: center;justify-content: center;}

@media(max-width:800px) {
    .sec03_pt_wrap{margin:0 auto;flex-flow: column;}
    .sec03_pt{width:100%;padding:0;display: flex;align-items: center;justify-content: center;}
    .sec03_pt:first-child{margin-bottom:20px;}
}


/***************** sec04 *****************/
#sec04{position: relative;overflow: hidden;padding-top: 40px;}
#sec04 #sub_item .item_tab{border-bottom:none !important;margin: 0 auto 15px;}
@media(max-width:750px) {

}

/***************** sec05 *****************/

#sec05{width:100%;height:100%;overflow: hidden;}
#sec05 .sec_con{}

#sec05_sli {width: 100%;height: 100%;}
.sec05_wrap {max-width: 900px;padding:0 10px;margin: 0 auto;width: 100%;height: 100%;display: flex;position: relative;}
.sec05_sli{border-radius:10px;overflow: hidden;}
#sec05_sli .swiper-slide a {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}

#sec05 img{margin:0 auto;}

.sec05_nav {z-index: 10;position: absolute;top: 50%;transform: translateY(-50%);font-size: 30px;cursor: pointer;}
#sec05_prev{left:-40px;}
#sec05_next{right:-40px;}

.sec05_sli_txt {background: rgba(0,0,0,0.6);padding:12px 20px;position: absolute;bottom: 0;left: 0;width: 100%;}
.sec05_sli_txt p{font-size:16px;font-weight:600;text-align: center; word-break: keep-all;color:#fff;}


@media(max-width:990px) {
    #sec05_prev{left:0;}
    #sec05_next{right:0;}
    .sec05_wrap{max-width:100%;}
    .sec05_nav{background: rgba(0,0,0,0.6);color: #fff;display:flex;align-items: center;justify-content: center;padding:10px 5px;}
    .sec05_nav i{font-size:16px;}
}
@media(max-width:690px) {
    .sec05_sli_txt{position: relative;background:none;padding:10px 0;}
    .sec05_sli_txt p{color:#333;font-size:15px;}
    .sec05_sli{border-radius: 0;}
    #sec05 img{border-radius:10px;}
}



/***************** sec06 *****************/
#sec06{padding:70px 0;position: relative;overflow: hidden;}
.sec06_wrap{position: relative;}

/*
#sec06_sli .swiper-slide{height: 100%;min-height: 524px;border-radius: 10px;display: flex;flex-flow: column;justify-content: flex-end;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;}
 */

#sec06_sli .swiper-slide{height: 100%;min-height: 184px;border-radius: 10px;display: flex;flex-flow: column;justify-content: flex-end;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;}
#sec06_sli .sec06_sli_txt{display:none;}

#sec06_sli .swiper-slide a{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;}

#sec06_sli .sli_01{background-image: url("../img/main/06-01.jpg");}
#sec06_sli .sli_02{background-image: url("../img/main/06-02.jpg");}
#sec06_sli .sli_03{background-image: url("../img/main/06-03.jpg");}

.sec06_nav {z-index: 10;position: absolute;top: 50%;transform: translateY(-50%);font-size: 30px;cursor: pointer;}
#sec06_prev{left:0;}
#sec06_next{right:0;}

#sec06_page{margin-top: 15px;left: 50%;transform: translateX(-50%);}

@media (max-width:990px) {
    .sec06_wrap{padding:0 10px;}
    .sec06_nav{background: rgba(0,0,0,0.6);color: #fff;display:flex;align-items: center;justify-content: center;padding:10px 5px;}
    .sec06_nav i{font-size:16px;}
}


/***************** sec07 *****************/

#sec07 {overflow: hidden;position: relative;padding:0 10px;}
#sec07 iframe {height: 100% !important;min-height: 350px;}

.sec07_pt_wrap{display:flex;align-items: center;}
.sec07_pt{width:33.33333333333333%;position: relative;padding:30px;}
.sec07_pt.pt01 {background:#bf1e4b;color:#fff;}
.sec07_pt.pt02 {background:#463d3d;color:#fff;}
.sec07_pt.pt03 {background:#494949;color:#fff;}

.sec07_pt_txt h4{color:#dfdfdf;font-size:15px;font-weight:300;text-align:left; word-break: keep-all;margin-bottom:15px;}
.sec07_pt_txt h2{color:#fff;font-size:26px;font-weight:500;text-align:left; word-break: keep-all;margin-bottom:10px;}
.sec07_pt_txt p{color:#fff;font-size:15px;font-weight:300;text-align:left; word-break: keep-all;}
.sec07_pt_txt a{color:#fff;font-size:15px;font-weight:300;text-align:left; word-break: keep-all;display:flex;align-items: center;transition-duration:0.4s;}
.sec07_pt_txt a:hover{color:#ffff00;}
.sec07_pt_txt a i{font-size:14px;margin-left:5px;}

.sec07_img {position: absolute;bottom:30px;right:30px;}

.sec07_link {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}

@media(max-width:890px) {
    .sec07_pt {display: flex;flex-flow: column;align-items: center;justify-content: center;padding: 20px;}
    .sec07_pt_txt h2{text-align: center;font-size:20px;margin-top:14px;margin-bottom:0;}
    .sec07_pt_txt h4{display:none;}
    .sec07_pt_txt a{display:none;}
    .sec07_pt_txt p{display:none;}

    .sec07_img {position: relative;bottom: 0;left: 0;right: 0;top: 0;display: flex;align-items: center;justify-content: center;order: -1;}
}
@media(max-width:540px) {
    .sec07_pt{min-height: 130px;padding:15px;}
    .sec07_pt .sec07_pt_txt h2{font-size:16px;}
    .sec07_img{width:40%;}
}

@media screen and (min-width:890px) {
    a[href^='tel:'] {
        display: none;
    }
}


/***************** sec08 *****************/
#sec08{padding:50px 10px 0;position: relative;overflow: hidden;}
#icon_sli.disable .slick-track{display: flex;justify-content: center;}

.icon_tab{width:100%;position: relative;}
.icon_tab li {margin: 0 8px;}
.icon_tab li a{font-size:14px;text-align: center;color:#333;display: flex;justify-content: center;align-items: center;flex-flow: column;}
.icon_tab li span{overflow: hidden;width:100%;}
.icon_tab li img{border: 1px solid #eee;margin-bottom: 5px;border-radius: 10px;width:100%;}

@media(max-width:600px) {
    #sec08{padding: 30px 10px 0;}
    #sec08 ul {transform: none !important;display: flex;flex-flow: row wrap;justify-content:flex-start;}
    #sec08 ul li{margin-right:0 !important;padding: 0 5px 5px;width: 20% !important;}
    #sec08 .slick-track {transform: translateX(-42%) !important;display: flex;flex-flow: row wrap;width: 100% !important;margin: 0 auto;left: 50%;position: relative;}
    #sec08 #pager{display:none;}
    #sec08 .slick-cloned{display:none;}
    .icon_tab li{margin:0 4px;}
}


/***************** sec09 *****************/

#sec09{padding:60px 10px 90px;overflow: hidden;}
.sec09_pt_wrap{display:flex;margin:0 -10px;}
.sec09_pt{width:25%;padding:0 10px;position: relative;}

.sec09_pt.pt01:after {content: '';width:80px;height:80px;background-image: url('../img/main/09-01.png');background-position: right bottom;background-repeat: no-repeat;position: absolute;right:20px;bottom:20px;display: flex;align-items: center;justify-content: cecnter;}
.sec09_pt.pt02:after {content: '';width:80px;height:80px;background-image: url('../img/main/09-02.png');background-position: right bottom;background-repeat: no-repeat;position: absolute;right:20px;bottom:20px;display: flex;align-items: center;justify-content: cecnter;}
.sec09_pt.pt03:after {content: '';width:80px;height:80px;background-image: url('../img/main/09-03.png');background-position: right bottom;background-repeat: no-repeat;position: absolute;right:20px;bottom:20px;display: flex;align-items: center;justify-content: cecnter;}
.sec09_pt.pt04:after {content: '';width:80px;height:80px;background-image: url('../img/main/09-04.png');background-position: right bottom;background-repeat: no-repeat;position: absolute;right:20px;bottom:20px;display: flex;align-items: center;justify-content: cecnter;}

.sec09_pt_txt{padding:20px;background:#f8eeee;border-radius:10px;overflow: hidden;}
.sec09_pt_txt h4{color:#bf0e3a;font-size:18px;font-weight:600;text-align:left; word-break: keep-all;margin-bottom:10px;}
.sec09_pt_txt p{color:#777;font-size:15px;font-weight:400;text-align:left; word-break: keep-all;position: relative;z-index:2;}

@media(max-width:1020px) {
    .sec09_pt_wrap{flex-flow: row wrap;}
    .sec09_pt{width:50%;padding:0 10px 10px;}
}
@media(max-width:500px) {
    .sec09_pt:after{display:none !important;}
}