@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.df .text .abt > img  {width: 65px;  display:flex; }
#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: #333366;
    z-index: 8;
}
#section01 .top_con > div .text .tit {
    padding: 0 0 clamp(18px,2vw,24px);
    font-family: 'EnvironmentB', sans-serif;
    font-size: clamp(18px,6vw,50px);
    letter-spacing: 1px;
}

#section01 .top_con .left_con {width: calc(60% - 6px);overflow: hidden;}
#section01 .top_con .left_con img {width: 100%;height: 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 .link .prod {
    padding: 2px 10px;
    width: fit-content;
    font-size:1rem;
    border-radius: 14px;
}
#section01 .top_con .right_con .three a .prod {background: #602e8e;}
#section01 .top_con .right_con .three a:hover .prod {background: #3cb149;}

#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 p {font-family: 'EnvironmentB';}
#section01 .btm_con {background: #dae1ee;}

#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, #section01 .btm_con .dwrap .bx_2,
#section01 .btm_con .dwrap .bx_3 {transition: all 0.5s; background-size: cover;}

#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;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0 40px;
    height: 200px;
}

#section01 .btm_con .dwrap .three .img_box .tit {
    font-family: 'EnvironmentB';
    font-size: clamp(20px,2vw,30px);
}
#section01 .btm_con .dwrap .three .img_box p a {
    color: #fff;
    font-size: clamp(12px,2vw,18px);
    font-weight: 600;
    line-height: 1.125rem;
}
#section01 .btm_con .dwrap .three .img_box p 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:767px) {
	#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;
    }
}

@media screen and (max-width:688px) {
	#section01 .top_con{flex-direction: column;}
	#section01 .btm_con .dwrap .three .img_box .btm > img {display: none;}
	#section01 .btm_con .dwrap .three {margin:14px auto;}

    #section01 .btm_con .dwrap .three .img_box {
        padding: 0 10px;
    }    
}

@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;
    }   

}

@media screen and (max-width:360px) {
    #section01 .top_con > div .text {
        padding: 20px 40px;
    }

	#section01 .btm_con .dwrap .three .img_box .text{gap:10px;}
}