
/*원본 CSS */

.productPsmWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 267px; */
    width: 100%;
    /* background-color: rgb(77, 69, 192); */
}

/* productMain / 상단 ---------------------------------------------------------------------------- */
.productPsmWrap > .productMain{
    width: 100%;
    height: 540px;
    background-color:#191F28;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.productPsmWrap > .productMain >.productM{
    background-color:#191F28;
    width: 1100px;
    position: relative;
}


.productPsmWrap > .productMain > .productM > .productMainWrap > .productMaiText{
    padding-bottom: 37px;
}

.productPsmWrap > .productMain > .productM > .productMainWrap > .productMaiText > p:first-child,
h1{
    /* text-align: center; */
    font-size: 52px;
    line-height: 72px;
    font-weight: 700;
    color:white;
}
.productPsmWrap > .productMain > .productM > .productMainWrap > .productMaiText > p:last-child{
    color: #B0B8C1;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding-top: 20px;
}
.productPsmWrap > .productMain > .productM > .productMainWrap > .product01Btn > button{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 48px;
    border-radius: 8px;
}
.productPsmWrap > .productMain > .productM > .productMainWrap > .product01Btn > .productBtn01{
    background: rgba(107, 118, 132, 0.09);
    color: white;
    width: 135px;
    margin-right: 8px;
}
.productPsmWrap > .productMain > .productM > .productMainWrap > .product01Btn > .productBtn02{
    background-color: #3182F6;
    color: white;
    width: 170px;
}
.productPsmWrap > .productMain > .productM > .productMainImg{
    /* width: 700px; */
    /* position: relative;
    left:-10px; */
    position: absolute;
    right: 0;
    top:-95px;

} 


/* productContent / 중간내용 ---------------------------------------------------------------------------- */

.productPsmWrap > .productContent{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.productPsmWrap > .productContent > section{
    width: 100%;
    /* background-color: #8E8E8E; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productPsmWrap > .productContent > section > .productContent01{
    width: 1280px;
    /* background-color: #bdb5b5; */
}
/* .productPsmWrap > .productContent > section > .productContent01 > .cont{
    padding-bottom: 300px;
} */
.productPsmWrap > .productContent > section > .productContent01 > .cont{
    /* padding-bottom: 300px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    height: 726px;
    margin-bottom: 28px;

}

.scroll-container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh; /* 전체 화면 기준으로 */
  }
  .scroll-container::-webkit-scrollbar {
    width: 0px;
  }
  
  .scroll-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  
  .scroll-container::-webkit-scrollbar-track {
    background: transparent;
  }
  .cont {
    /* scroll-snap-align: start; */
    /* min-height: 726px; 한 화면씩 보이게 설정 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 2rem; */
    /* box-sizing: border-box; */
  }

.productName{
    color: #1e90ff;
    text-align: center;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 20px;
}
/* .productTitleText > p:first-child,
.productText > p:first-child{
    color: #111111;
    text-align: center;
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
} */
.productTitleText-01{
    color: #111111;
    text-align: center;
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;

}
/* .productTitleText > p:nth-child(2), */
.productTitleText-02{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color:#89919C;
    text-align: center;
    padding-top: 16px;
}

.productText > p:nth-child(2),
.cont02 > p{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color:#89919C;
    text-align: center;
    padding-top: 16px;
}
/* .productText > p:first-child{
    color: #111111;
    text-align: center;
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    padding-bottom: 20px;
} */
/* .productText > p:nth-child(2){
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color:#89919C;
    text-align: center;
} */

.productCenter{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productImg01, .productImg03, .productImg04, .productImg05, .productImg07{
    width:988px;
    height:414px;
    margin-top: 40px;
}
.productImg02{
    /* width:643.83px; */
    width: auto;
    height:113.55px;
    /* background: url(../img/product/02-ims/ims02.png) no-repeat center / contain; */
    margin-top: 40px;
}

.productImg06, .productImg08{
    width:480px;
    height:414px;
    margin-top: 40px;
}

.cont02{
    display: flex;
    /* margin-top: 33px; */
    align-items: center;
    width: 988px;
    justify-content: space-between;
}





/* productLink / 하단부  ---------------------------------------------------------------------------- */

.productPsmWrap > .productLink{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8F8;
}

.productPsmWrap > .productLink > p{
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color:#111111;
    padding:150px 0 48px 0;
}
.productPsmWrap > .productLink > .productLinkTable{
    padding-bottom: 150px;
}
.productPsmWrap > .productLink > .productLinkTable > table{
    border-style: hidden;
}
.productPsmWrap > .productLink > .productLinkTable tbody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productPsmWrap > .productLink > .productLinkTable td{
    width: 414px;
    height: 266px;

    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}
.productPsmWrap > .productLink > .productLinkTable >table > tbody> tr:first-child{  
    border-bottom: 1px solid #DDDDDD;
}
.productPsmWrap > .productLink > .productLinkTable >table > tbody> tr:first-child > td:nth-child(2){  
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.productPsmWrap > .productLink > .productLinkTable >table > tbody> tr:last-child > td:first-child{  
    border-right: 1px solid #DDDDDD;
}

.tdd{
    font-weight: 500;
}
.productLinkTable a{
    color:#393939;
}

.productPsmWrap > .productLink > .productLinkTable td img{
    width: 60px;
    height: 60px;
}


/* 반응형------------------------------------------------ */

#pagewrap.mobile #pageTitleWrap {
    margin-top: 320px;
}


#pagewrap.mobile .productPsmWrap > .productMain {
    height: 1960px;
}

#pagewrap.mobile .productPsmWrap > .productMain >.productM{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#pagewrap.mobile .productPsmWrap > .productMain > .productM > .productMainImg{
    position: static;
    width: 100%;
}
#pagewrap.mobile .productPsmWrap > .productMain > .productM > .productMainImg > img{
    width: 90%;
}
#pagewrap.mobile  .productPsmWrap > .productMain > .productM > .productMainWrap > .productMaiText > p:first-child,
#pagewrap.mobile h1{
    text-align: center;
    font-size: 75px;
    line-height: 130px;
}
#pagewrap.mobile .productPsmWrap > .productMain > .productM > .productMainWrap > .productMaiText > p:last-child{
    text-align: center;
    font-size: 45px;
    line-height: 80px;
    padding: 20px 0 40px 0;
}

#pagewrap.mobile .product01Btn{
    display: flex;
    justify-content: center;
}


#pagewrap.mobile .productPsmWrap > .productMain > .productM > .productMainWrap > .product01Btn > button {
    height: 130px;
    width: 430px;
    /* width: 100%; */
    font-size: 45px;
}

#pagewrap.mobile .productPsmWrap > .productMain > .productM > .productMainWrap > .product01Btn > .productBtn01 {
    margin-right: 40px;
}


#pagewrap.mobile .floating-menu ul{
    width: 100%;
    justify-content: center;
}
#pagewrap.mobile .floating-menu li{
    width: 30%;
    /* background-color: #3182F6; */
}

#pagewrap.mobile .floating-menu a {
    font-size: 50px;
}

#pagewrap.mobile .floating-menu li a span{
    padding: 40px 0;
}

/* #pagewrap.mobile .productTitleText > p:first-child,  */
#pagewrap.mobile .productText > p:first-child{
    width: 90%;
    font-size: 75px;
    line-height: 100px;
}

#pagewrap.mobile .productTitleText-01{
    width: 90%;
    font-size: 75px;
    line-height: 100px;
}


#pagewrap.mobile .productContent01,
#pagewrap.mobile .cont{
    width: 100%;
    height: auto;
}
#pagewrap.mobile .cont{
    margin-bottom: 300px;
}

#pagewrap.mobile .productCenter{
    width: 90%;
    /* background-color: #3182F6; */
}

#pagewrap.mobile .productTitleText,
#pagewrap.mobile .productText{
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background-color: #d2d7df; */
    width: 90%;
}

/* #pagewrap.mobile .productTitleText > p:nth-child(2),  */
#pagewrap.mobile .productText > p:nth-child(2), 
#pagewrap.mobile .cont02 > p{
    font-size: 40px;
    line-height: 60px;
    padding-top: 40px;
}

#pagewrap.mobile .productTitleText-02{
    font-size: 40px;
    line-height: 60px;
    padding-top: 40px;
}

#pagewrap.mobile .cont02{
    flex-direction: column-reverse;
    width: 100%;
}

#pagewrap.mobile .productImg01, 
#pagewrap.mobile .productImg03, 
#pagewrap.mobile .productImg04, 
#pagewrap.mobile .productImg05,
#pagewrap.mobile .productImg07{
    width: 100%;
    height: auto;
    margin-top: 100px;
}

#pagewrap.mobile .productImg06,
#pagewrap.mobile .productImg08{
    width: 100%;
    height: auto;
}
#pagewrap.mobile .reverse{
    flex-direction: column;
}

#pagewrap.mobile .productLinkTable{
    width: 100%;
}

#pagewrap.mobile .productLinkTable table tbody tr{
    display: flex;
    flex-direction: column;
}

#pagewrap.mobile .productPsmWrap > .productLink > .productLinkTable td{
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-size:60px;
    line-height: 80px;
}

#pagewrap.mobile .productPsmWrap > .productLink > .productLinkTable > table,
#pagewrap.mobile .productPsmWrap > .productLink > .productLinkTable td{
    width: 100%;
}
#pagewrap.mobile .productPsmWrap > .productLink > .productLinkTable td{
    height: 630px;
}
#pagewrap.mobile .tdd{
    font-size: 50px;
    line-height: 50px;
}

#pagewrap.mobile .productPsmWrap > .productLink > .productLinkTable td img{
    width: 150px;
    height: 150px;
    padding-bottom: 30px;
}


#pagewrap.mobile .productName{
    font-size: 46px;
    padding-bottom: 80px;
}

#pagewrap.mobile .productPsmWrap > .productLink > p {
    font-size: 70px;
}

#pagewrap.mobile .productLinkTable a > p:first-child{
    padding: 30px 0;
}
h2{
    font-size: 24px;
    font-weight: 700;
    color:#1D1D1F;
}