@charset "utf-8";

.mainTitBox.lazyloaded{
    background: url(../img/technology_insulation/titBox01.jpg) center top / cover no-repeat;
}
.mainTitBox{
    height: 800px;
}
.mainTitBox .textBox{
    padding-top: 119px;
}
.mainTitBox .topTit{
    font-size: 18px;
    font-weight: 700;
}
.mainTitBox .boxTit{
    font-size: 45px;
    font-weight: 700;
    margin-top: 16px;
    position: relative;
    letter-spacing: 1.5px;
}
.mainTitBox .icon{
    font-size: 23px;
    color: #333333;
    background: #e2e400;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.304;
    text-align: center;
    position: absolute;
    top: 212px;
    left: calc(50% - 110px);
    font-weight: 700;
}
.mainTitBox .bandTit{
    font-size: 24px;
    background: #243037 ;
    width: 514px;
    margin-top: 28px;
    padding: 13px;
    letter-spacing: 2px;
}
.mainTitBox .tit{
    font-size: 25px;
    margin-top: 50px;
}
.mainTitBox .text{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 18px;
    letter-spacing: 0.5px;
}
.mainTitBox .spanColor{
    background:#e2e400;
    color: #000000;
}

@media only screen and (max-width:767px){
    .mainTitBox.lazyloaded{
        background: url(../img/technology_insulation/titBox01_sp.jpg) center top / cover no-repeat;
    }
    .mainTitBox{
        height: 350px;
    }
    .mainTitBox .textBox{
        padding-top: 0px;
        color: #000000;
    }
    .mainTitBox .boxTit{
        font-size: 23px;
        margin-top: -165px;
        color: #000000;
        letter-spacing: 1px;
        padding-top: 42px;
    }
    .mainTitBox .icon{
        font-size: 11px;
        width: 70px;
        height: 70px;
        line-height: 1.363;
        top: 130px;
        left: 20px;
    }
    .mainTitBox .bandTit{
        width: 265px;
        font-size: 13px;
        margin-top: 15px;
        height: 23px;
        padding: 0px;
        color: #fff;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        padding-left: 5px;
    }
    .spBox .tit{
        font-size: 16px;
        margin-top: 20px;
    }
    .spBox .text{
        font-size: 11px;
        line-height: 2;
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .spBox .spanColor{
        background:#e2e400;
        color: #000000;
    }
}
@media only screen and (max-width:359px){
    .spBox .text{
        font-size: 10px;
    }
}
/* secList */

.secList.lazyloaded{
    background: url(../img/technology_insulation/bgList01.jpg) top center / cover no-repeat;
}
.secList{
    height: 705px;
}
.secList .tit{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding-top: 51px;
    color: #ffffff;
    letter-spacing: 2px;
}
.secList .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
    width: 1048px;
    margin: 39px auto 0;
}
.secList .item{
    width:315px;
    margin-right: 40px;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    padding: 10px 0 20px;
    text-align: center;
    border-radius: 5px
}
.secList .txt {
    font-size: 17px;
    line-height: 1.764;
    padding-top: 10px;
    font-weight: 700;
}
.secList .item:nth-child(3n){
    margin-right: 0;
}
.secList .item:nth-child(4){
    margin-left: 175px;
}
.secList .item:nth-child(n+4){
    margin-top: 40px;
}

@media only screen and (max-width:767px){
    .secList.lazyloaded{
        background: url(../img/technology_insulation/bgList01_sp.jpg) center bottom no-repeat;
        background-size: 100% auto;
        padding-bottom: 48px;
    }
    .secList{
        height: auto;
    }
    .secList .tit{
        font-size: 22px;
        padding-top: 50px;
    }
    .secList .list{
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 89.334%;
    }
    .secList .txt {
        font-size: 14px;
        line-height: 1.428;
        padding-top: 10px;
    }
    .secList .itemImg{
        width: 100%;
        margin: 0 auto;
    }
    .secList .item{
        background: #ffffff;
        padding: 10px 10px 14px;
        width: 47.762%;
        margin-right: 4.476%;
        box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
    }
    .secList .item:nth-child(3n){
        margin-right: 4.476%;
    }
    .secList .item:nth-child(2n){
        margin-right: 0;
    }
    .secList .item:nth-child(4){
        margin-left:0 ;
    }
    .secList .item:nth-child(4){
        margin-left:0px;
    }
    .secList .item:nth-child(n+4){
        margin-top: 40px;
    }
    .secList .item:nth-child(n+3){
        margin-top: 10px;
    }
    .secListBox .txt {
        font-size: 14px;
        line-height: 1.428;
        padding-top: 8px;
        line-height: 1.428;
    }
}
@media only screen and (max-width:359px){
       .secList .txt {
        font-size: 12px;
    }
}

/* secUa */

.secUa{
    margin-top: 100px;
}
.secUa .uaList{
    position: relative;
}
.secUa .uaItem{
    height: 550px;
    display: flex;
    position: relative;
    justify-content: flex-end;
}
.secUa .textBox{
    width: 600px;
    color: #333333;
    padding-left: 10px;
}
.secUa .imgBox{
    width: 960px;
    position: absolute;
    top: 0;
    right: auto;
    left: calc(50% - 960px);
}
.secUa .mainTit{
    font-size: 33px;
    font-weight: 700;
    margin-top: 27px;
}
.secUa .textImg{
    margin-top: 19px;
}
.secUa .bandTit{
    font-size: 21px;
    background: #243037;
    width: 555px;
    padding: 12px;
    color: #ffffff;
    margin-top: 28px;
    letter-spacing: 1.5px;
    font-weight: 700;
}
.secUa .text{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 32px;
    letter-spacing: 0.5px;
}
.secUa .text .textMin{
    font-size: 12px;
    display: inline;
}

@media only screen and (max-width:767px){
    .secUa{
        margin-top: 40px;
    }
    .secUa .uaItem{
        height: auto;
        display: block;
    }
    .secUa .textBox{
        width: 100%;
        color: #333333;
       margin-top: -9px;
    }
    .secUa .spanLine{
        background: #ffffff;
    }
    .secUa .imgBox{
        position: static;
        width: 86.667%;
        margin: 0 auto 0 0;
        
    }
    .secUa .mainTit{
        font-size: 16px;
        margin-top: 1px;
        padding-left: 11px;
    }
    .secUa .textImg{
        margin-top: 9px;
        margin-left: 10px;
        width: 78.873%;
    }
    .secUa .bandTit{
        font-size: 12px;
        width: 300px;
        max-width: 90%;
        padding: 7px;
        color: #ffffff;
        margin-top: 9px;
        margin-left: 10px;
        letter-spacing: 0px;
    }
    .secUa .text{
        font-size: 13px;
        line-height:1.923;
        margin-top: 9px;
    }
    .secUa .text .textMin{
        font-size: 11px;
    }
}
@media only screen and (max-width:359px){
    .secUa .text{
        font-size: 11px;
    }
    .secUa .bandTit{
        font-size: 11px;
    }
}
/* secVoice */

.secVoice{
    margin-top: 97px;
}
.secVoice .tit{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}
.secVoice .tit::before{
    position: absolute;
    content: "";
    background: #6eb82b;
    width: 10px;
    height: 3px;
    left: calc(50% - 45px);
    top: 10px;
}
.secVoice .mainTit{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-top: 18px;
    letter-spacing: 1px;
}
.secVoice .secBnrSlider{
    margin-top: 50px;
}

/* * secBnrSlider */

.secBnrSlider .boxSlider{
    position: relative;
    overflow: hidden;
}
.secBnrSlider .swiper-container{
    width: 780px;
    margin: 0 auto;
    overflow: visible;
}
.secBnrSlider .imgSlider{
    display: block;
    height: 0;
    padding-top: 40%;
    position: relative;
}
@media only screen and (max-width:767px){
    .secVoice{
        margin-top: 30px;
    }
    .secVoice .tit{
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    .secVoice .mainTit{
        font-size: 22px;
        margin-top: 12px;
    }
    .secVoice .secBnrSlider{
        margin-top: 25px;
    }
    .secBnrSlider .swiper-container{
        width: 85vw;
    }
}

/* secHome */

.secHome{
    margin-top: 146px;
}
.secHome img{
    max-width: 100%;
    height: auto;
}
.secHome .tit{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
}
.secHome .text{
    font-size: 16px;
    line-height: 2.125;
    text-align: center;
    margin-top: 19px;
    letter-spacing: 1px;
}
.secHome .text.ls0{
    letter-spacing: 0px;
    margin-top: 22px;
    letter-spacing: 0.5px;
}
.secHome .homeImg{
    margin-top:22px ;
}
.secHome .homeImg.mt{
    margin-top:26px;
}
@media only screen and (max-width:767px){
    .secHome{
        margin-top: 79px;
    }
    .secHome.mt72{
        margin-top: 21px;
    }
    .secHome .tit{
        font-size: 22px;
        line-height: 1.545;
    }
    .secHome .text{
        font-size: 13px;
        line-height: 1.923;
        margin-top: 8px;
    }
    .secHome .homeImg{
        margin-top:23px;
        margin-left: 6%;
    }
    .secHome .text.ls0{
        letter-spacing: 0px;
        margin-top: 6px;
    }
    .secHome .homeImg.mt{
        margin-top:14px;
    }
    .secHome .scrollBox img{
        width: 810px;
    }
}
@media only screen and (max-width:359px){
    .secHome .tit{
        font-size: 21px;
    }
    .secHome .text{
        font-size: 12px;
    }
}


/* secPoint */

.secPoint{
    margin-top: 50px;
}
.secPoint .title{
    font-size: 28px;
    font-weight: 700;
    background: #243037;
    color: #ffffff;
    padding-left: 115px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 0.5px;
    border-radius: 5px 5px 0 0 ;
}
.secPoint .pointItem{
    border: 1px solid #d9e2e3;
    border-top: none;
    padding-bottom: 20px;
    border-radius: 0 0 5px 5px;
}
.secPoint .pointItem:nth-child(n+2){
    margin-top: 50px;
}
.secPoint .pointItem.mt59{
    margin-top: 40px;
}
.secPoint .pointItem.mt95{
    margin-top: 50px;
}
.secPoint .title::before{
    position: absolute;
    content: "";
    background: url(../img/technology_insulation/iconPoint01.png)center / cover;
    width: 70px;
    height: 70px;
    left: 30px;
    top: -20px;
}
.secPoint .title.tit02::before{
    background: url(../img/technology_insulation/iconPoint02.png)center / cover;
}
.secPoint .title.tit03::before{
    background: url(../img/technology_insulation/iconPoint03.png)center / cover;
}
.secPoint .title.tit04::before{
    background: url(../img/technology_insulation/iconPoint04.png)center / cover;
}
.secPoint .title.tit05::before{
    background: url(../img/technology_insulation/iconPoint05.png)center / cover;
}
.secPoint .text{
    font-size: 16px;
    margin-top:24px ;
    line-height:2.125 ;
    padding: 0 25px;
    letter-spacing: 0.5px;
}
.secPoint .pointImg{
    text-align: center;
    margin-top: 6px;
}
.secPoint img{
    max-width: 100%;
    height: auto;
}
.secPoint .pointImg.mt36{
    margin-top: 36px;
}
.secPoint .pointImg.mt20{
    margin-top: 0px;
}
@media only screen and (max-width:767px){
    .secPoint{
        margin-top: px;
    }
    .secPoint .title{
        font-size: 15px;
        padding-left: 70px;
        margin-top: 10px;
        line-height: 1.467;
        border-radius: 5px;
    }
    .secPoint .title.tit05{
        letter-spacing: 0;
    }
    .secPoint .title::before{
        width: 50px;
        height: 50px;
        left: 10px;
        top: 12px;
    }
    .secPoint .text{
        font-size: 12px;
        margin-top:7px ;
        line-height:1.667;
        padding-left: 0px;
    }
    .secPoint .pointItem:nth-child(n+2){
        margin-top: 0px;
    }
    .secPoint .pointItem.mt59{
        margin-top: 20px;
    }
    .secPoint .pointItem.mt95{
        margin-top: 20px;
    }
    .secPoint .pointImg.mt36{
        margin-top: 10px;
    }
    .secPoint .pointImg.mt20{
        margin-top: 0px;
    }
    .secPoint .pointImg.point02{
        padding: 0 4vw;
    }
    .secPoint .pointItem{
        border: none;
    }
    .secPoint .scrollItem img{
        max-width: none;
        width: 620px;
    }
    .secPoint .pointImgGr img{
        max-width: none;
        width: 466px;
    }
}
@media only screen and (max-width:359px){
    .secPoint .text{
        font-size: 10px;
    }
      .secPoint .title{
        font-size: 13px;
    }
}
/* <scroll >*/
@-webkit-keyframes sideItem {
	0%     { transform:translateX(0); }
	25%     { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
@keyframes sideItem {
	0%     { transform:translateX(0); }
	25%     { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
@media only screen and (min-width:992px){
	.scrollItem::before{
		display: none;
	}
}
@media only screen and (max-width:767px){
    .cmnTit{
        font-size: 20px;
        padding: 15px 0;
        letter-spacing: 1.5px;
    }
    .cmnTxt{
        font-size: 18px;
        margin-top: 20px;
        letter-spacing: 1px;
    }
    .scrollItem{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem.on::before {
        opacity: 1;
    }
    .scrollItem::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/technology_insulation/iconScroll.png) center center / 155px 103px no-repeat;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s;
        -webkit-animation: sideItem 1s linear infinite;
        animation: sideItem 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
}


/* secPerformance */


.secPerformance.lazyloaded{
    background: url(../img/technology_insulation/performanceImg.jpg) top center / cover no-repeat;
}
.secPerformance{
    height: 600px;
    margin-top: 145px;
}
.secPerformance .topTit{
    font-size: 20px;
    font-weight: 700;
    padding-top: 160px;
}
.secPerformance .bandTit{
    font-size: 24px;
    background: #243037;
    width: 460px;
    color: #ffffff;
    margin-top: 17px;
    padding: 12px;
    letter-spacing: 0.5px;
}
.secPerformance .tit{
    font-size: 45px;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 2px;
}
.secPerformance .text{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 28px;
    letter-spacing: 0.5px;
}
.secPerformance .textBox{
    padding-top: 165px;
}
@media only screen and (max-width:767px){
    .secPerformance.lazyloaded{
        background: url(../img/technology_insulation/performanceImg_sp.jpg) top center / cover no-repeat;
    }
    .secPerformance{
        height: 310px;
        margin-top: 35px;
    }
    .secPerformance .topTit{
        font-size: 12px;
        padding-top: 25px;
        padding-left: 18px;
    }
    .secPerformance .bandTit{
        font-size: 15px;
        width: 278px;
        margin-top: 10px;
        padding: 5px 0 5px 3px;
        margin-left: 20px;
    }
    .secPerformance .tit{
        font-size: 18px;
        margin-top: 13px;
        margin-left: 18px;
        letter-spacing: 0.5px;
    }
    .secPerformance .text{
        font-size: 11px;
        line-height: 1.818;
        margin-top: 15px;
        margin-top: 11px;
        margin-left: 20px;
    }
    .secPerformance .btnItem{
        width: 150px;
        margin-top: 10px;
        margin-left: 20px;
    }
    .secPerformance .btnInner{
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 12px;
        background: #243037;
        color: #ffffff;
        height: 36px;
        border-radius: 18px;
    }
    .secPerformance img{
        width: 26.376%;
        margin-left: 20px;
    }
    .secPerformance .textBox{
        padding-top: 25px;
    }
}
@media only screen and (max-width:359px){
    .secPerformance{
        height: 265px;
    }
    .secPerformance .bandTit{
        font-size: 13px;
        width: 250px;
    }
    .secPerformance .tit{
        font-size: 16px;
        
    }
}
/* secLink */

.secLink{
    margin-top:97px ;
}
.secLink .tit{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.5px;
}
.secLink .spanBig{
    font-size: 35px;
}
.secLink .linkList{
    display: flex;
    margin-top: 24px;
}
.secLink .linkItem{
    width:24.687% ;
    margin-right: 0.417%;
    position: relative;
}
.secLink .linkTxt{
    font-size: 13px;
    color: #eeeeee;
    width: 220px;
    height: 50px;
    border: 1px solid #cdd3d7;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 19px;
    position: relative;
}
.secLink .linkTxt::before{
	right: 14px;
    top: 25px;
    width: 25px;
    height: 1px;
	background: #fff;
    position: absolute;
    content: "";
}
.secLink .linkTxt::after{
	right: 12px;
    width: 10px;
    top: 22px;
    height: 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    content: "";
}
.secLink .linkItem:nth-child(4){
    margin-right: 0;
}
.secLink .linkInner{
    display: block;
}
.secLink .textBox{
    position: absolute;
    bottom: 45px;
    left: 35px;
    color: #ffffff;
}
.secLink .ptit{
    font-size: 14px;
    font-weight: 700;
}
.secLink .mainTit{
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}
@media only screen and (max-width:1600px){
    .secLink .mainTit{
        font-size: 23px;
        
    }
}
@media only screen and (max-width:767px){
    .secLink{
        margin-top:43px ;
    }
    .secLink .tit{
        font-size: 16px;
        line-height: 1.545;
    }
    .secLink .spanBig{
        font-size: 22px;
    }
    .secLink .linkList{
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .secLink .linkItem{
        width:49.334% ;
        margin-right: 1.332%;
    }
    .secLink .linkItem:nth-child(2n){
        margin-right: 0;
    }
    .secLink .linkItem:nth-child(n+3){
        margin-top: 5px;
    }
    .secLink .textBox{
        bottom: 20px;
        left: 20px;
    }
    .secLink .ptit{
        font-size: 10px;
    }
    .secLink .mainTit{
        font-size: 15px;
        margin-top: 2px;
        line-height: 1.467;
        letter-spacing: 1px;
    }
    .secLink .linkTxt{
        font-size: 11px;
        width: 130px;
        height: 30px;
        padding-left: 8px;
        margin-top: 12px;
        position: relative;
    }
    .secLink .linkTxt::before{
        right: 10px;
        top: 16px;
        width: 25px;
    }
    .secLink .linkTxt::after{
        right: 9px;
        width: 9px;
        top: 13px;
    }
}
@media only screen and (max-width:359px){
    .secLink .mainTit{
        font-size: 13px;
    }
}


/* .bnrPlanList */

.bnrPlanList img {
    max-width: 100%;
    height: auto;
}
.bnrPlanList{
    margin: 150px 0 1px;
}
.secPerformance .peImg{
    margin-left: 10px;
}
.performanceList .performanceItem:nth-child(2n) .peImg{
    margin-left: 0px;
}
.secPerformance .nmbImg{
    margin-top: 21px;
    margin-left: 8px;
}
.performanceList .performanceItem:nth-child(2n) .nmbImg{
    margin-left: 0px;
}

@media only screen and (max-width:767px){
    .bnrPlanList {
        margin: 65px 0 1px;
    }
    .secPerformance .text{
        font-size: 11px;
    }
    .secPerformance .link{
        width: 290px;
        padding-right: 28px;
    }
    .secPerformance .mainTit{
        font-size: 25px;
    }
    .secLink .imgPe{
        width:50% ;
    }
}