@charset "utf-8";

/* section01  */
#section01{position:relative;}
#section01 .top_con { margin: 0 auto; padding: 12px 0; max-width: 1300px; display: flex; align-items: stretch; gap: 12px; }
#section01 .top_con > div{position: relative;}

#section01 .top_con > div .text {
    position: absolute;
    top: 0;left: 0;
    padding: 46px 42px;
    width: 100%;height: 100%;
    color: #fff;    
    z-index: 8;
}
#section01 .top_con > div .text .tit {
    padding: 0 0 clamp(25px,2vw,18px);
    font-family: 'SDSwagger';
    font-size: clamp(24px,2vw,50px);
    letter-spacing: 1px;
}
#section01 .top_con > div .text .txt {font-size: clamp(12px,2vw,18px);font-weight: 400;}

#section01 .top_con .left_con {width: calc(60% - 6px);overflow: hidden;}
#section01 .top_con .left_con img {height: 100%;width: 100%;object-fit: cover;border-radius: 20px;}
#section01 .top_con .left_con .slide-wr{position: relative;height: 100%;}
#section01 .top_con .left_con .slide-wr .abt{position: absolute;}
#section01 .top_con .left_con .slide-wr .visual-slide{overflow:hidden;position: relative;}
#section01 .top_con .left_con .slick-slide{display:block;float:left;}
#section01 .top_con .left_con .slide-wr .prevArrow {left: 0;}
#section01 .top_con .left_con .slide-wr .nextArrow {right: 0;}
#section01 .top_con .left_con .slide-wr > img {
    position: absolute;
    top: 50%;
    width: 100%; max-width: 60px;
    height: 100%;
    object-fit: contain;
    transform: translateY(-50%);
    z-index: 9;
}

#section01 .top_con .right_con {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: calc(40% - 6px);
}
#section01 .top_con .right_con .three {
    display: flex;
    flex-direction: column;
    padding: 18px 32px 28px 30px;
    width: 100%;
    height: calc(100% / 3 - 5px);
    color: #fff;
    border-radius: 20px;
}
#section01 .top_con .right_con .three:nth-child(1){background: url(../img/section01_img02.jpg)no-repeat center;transition: all 0.5s;background-size: cover;}
#section01 .top_con .right_con .three:nth-child(2){background: url(../img/section01_img03.jpg)no-repeat center;transition: all 0.5s;background-size: cover;}
#section01 .top_con .right_con .three:nth-child(3){background: url(../img/section01_img04.jpg)no-repeat center;transition: all 0.5s;background-size: cover;}

#section01 .top_con .right_con .three .pro {
    padding: 2px 10px;
    width: fit-content;
    font-size:1rem;
    border-radius: 14px;
}

#section01 .top_con .right_con .three .link .tit {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: 100%;
    font-size: clamp(1.25rem,2vw,1.875rem);
}

#section01 .top_con .right_con .three a .pro {background: #dc4613;}

#section01 .top_con .right_con .three > .df {height: 100%;flex-direction: column;align-items: flex-start;}

#section01 .btm_con {background: #dae1ee;padding: 12px 0;}
#section01 .btm_con .dwrap {
    margin: 0 auto;
    padding: 26px 0;
    width: 100%;
    max-width: 1300px;
    height: 240px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
#section01 .btm_con .dwrap .three {
    display: block;
    width: 100%;
    max-width: 425px;
    height: 100%;
    max-height: 215px;
    color: #fff;
    border-radius: 16px;
}

#section01 .btm_con .dwrap .bx_1 { background: url('../img/section01_img05.png') no-repeat center; }
#section01 .btm_con .dwrap .bx_2 { background: url('../img/section01_img06.png') no-repeat center; }
#section01 .btm_con .dwrap .bx_3 { background: url('../img/section01_img07.png') no-repeat center; }


#section01 .btm_con .dwrap .three .img_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 425px;
    height: 100%;
    max-height: 215px;
}
#section01 .btm_con .dwrap .three .img_box > img {width: 100%;}
#section01 .btm_con .dwrap .three .img_box .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0 40px;
    height: 200px;
}
#section01 .btm_con .dwrap .three .img_box .text .tit {
    font-size: clamp(22px,2vw,30px);font-weight: 700;
}
#section01 .btm_con .dwrap .three .img_box .text .tif a {
    color: #fff;
    font-size: clamp(12px,2vw,18px);
    font-weight: 600;
    line-height: 1.125rem;
}
#section01 .btm_con .dwrap .three .img_box .text .tif a img {margin-left: 6px;}

@media screen and (max-width:1300px) {
	#section01 .top_con {padding: 0 20px;}
	#section01 .btm_con {padding: 10px 20px;}
}

@media screen and (max-width:980px) {
    #section01 .top_con .right_con .three .link .tit { height: auto; }
}

@media screen and (max-width:746px) {
	#section01 .top_con {flex-direction: column; margin-bottom: 20px;}
	#section01 .top_con > div {width: 100% !important;}
    #section01 .btm_con > div {width: 100% !important;}
	#section01 .top_con .right_con { display: flex; flex-wrap: wrap; flex-direction: column; }
	#section01 .top_con .right_con .three { padding: 20px; height: auto; font-size: 13px; }
	#section01 .top_con .right_con .three > img {width: 10%;}
    #section01 .btm_con .dwrap { height: fit-content; }
    #section01 .btm_con .dwrap .three { padding: 10px 0; }
    #section01 .btm_con .dwrap .three .img_box { height: 180px; }
    #section01 .btm_con .dwrap .three .img_box .text { margin: 20px 0; height: fit-content; }
}

@media screen and (max-width:688px) {
	#section01 .top_con{flex-direction: column;}
	#section01 .btm_con .dwrap .three .img_box .btm > img {display: none;}
}

@media screen and (max-width:430px) {
	#section01 .btm_con .dwrap .three .img_box .text{ display: flex; flex-direction: row; align-content: center; justify-content: flex-start; gap:8px; }
    #section01 .btm_con .dwrap { flex-direction: column; }
    #section01 .btm_con .dwrap .three { margin: 0 auto; }
    #section01 .btm_con .dwrap .three .img_box {padding: 0 20px; height: 150px;justify-content: space-between; }
    #section01 .btm_con .dwrap .three .img_box .text{
        padding: 0 20px;
        flex-direction: column;
    }
    #section01 .btm_con .dwrap .three .img_box .btm > img {
        display: block;
    }
}

@media screen and (max-width:360px) {
    #section01 .top_con > div .text { padding: 20px 40px; }
	#section01 .btm_con .dwrap .three .img_box .text{gap:10px;}



}