.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: 800px; */
    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{
    /* 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;
    left: 160px;
    top: -78px;
    /* 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;
}

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


.productCenter{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productCenter > .table{
    width: 980px;
    height: 506px;
    background-color: #f8f8f8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.productCenter > .table > p{
    font-size: 24px;
    color:#2b3d36;
    font-weight: 700;
    width: 821px;
    padding-bottom: 21px;
}

.tableContent > table > tbody > tr td,
.tableContent > table > tbody > tr th{
    color:#1A202C;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 33px;
    background-color: white;
}
.now{
    color:#003D94 !important;
    font-weight: 700 !important;
}
.line01{
    border-top: 2px solid #003D94;
    border-left: 2px solid #003D94;
}
.line02{
    border-top: 2px solid #003D94;
    border-right: 2px solid #003D94;
}
.line03{
    border-left: 2px solid #003D94;
    border-bottom: 2px solid #003D94;
}
.line04{
    border-bottom: 2px solid #003D94;
    border-right: 2px solid #003D94;
}
/* .tableContent::before{ */
.popup::after{
    position: relative;
    top: 280px;
    left: 20px;
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 95px;
    height: 51px;
    vertical-align: middle;
    background: url(../img/05-02/now.png) no-repeat;
    /* border: 1px solid red; */
}
.popupeng::after{
    background: url(../img/05-02/nowENG.png) no-repeat !important;

}

.tableContent > table > tbody > tr th{
    background-color: #3182F6;
    color:white;
}

.theng01{
    width: 811px !important;
}
.theng02{
    width: 130px !important;
}

.tableContent > table > tbody > tr th:first-child{
    width: 542px;
    height: 36px;
    border-radius: 8px 0 0 0 ;
}
.tableContent > table > tbody > tr th:last-child{
    width: 279px;
    height: 36px;
    border-radius: 0 8px  0 0 ;
}
.tableContent > table > tbody > tr:last-child >  td:first-child{
    border-radius: 0 0 0 8px;
}
.tableContent > table > tbody > tr:last-child >  td:last-child{
    border-radius: 0 0 8px 0;
}
tr > th:first-child{
    border-right: 2px solid white; 

}
tr > td:first-child{
    border-right: 2px solid #EDF2F7; 
}
tr > td{
    border-bottom: 2px solid #EDF2F7; 
}
tr:last-child > td{
    border-bottom: none;
}
.productImg01, .productImg02, .productImg03, .productImg04, .productImg05, .table{
    width:988px;
    height:auto;
    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 td{
    width: 414px;
    height: 266px;

    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    border: 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%;
    display: none;

}
#pagewrap.mobile .productMainWrap::after{
    position: relative;
    top: 90px;
    left: 122px;
    content: "";
    display: block;
    width: 70%;
    height: 600px;

    background-image: url(../img/05-02/00M.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#pagewrap.mobile .productMainWrap0501::after{
    background-image: url(../img/05-01/00M.png);

}


#pagewrap.mobile .productPsmWrap > .productMain > .productM > .productMainImg > img{
    width: 90%;
}
#pagewrap.mobile  .productPsmWrap > .productMain > .productM > .productMainWrap > .productMaiText > p:first-child{
    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 .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 .productName{
    font-size: 46px;
    padding-bottom: 80px;
}
#pagewrap.mobile .productTitleText > p:first-child,
#pagewrap.mobile .productText > p:first-child{
    width: 90%;
    font-size: 75px;
    /* color:red; */
    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), .cont02 > p{
    font-size: 40px;
    line-height: 60px;
    padding-top: 40px;
    width: 80%;
}
#pagewrap.mobile .productImg01, 
#pagewrap.mobile .productImg03,
#pagewrap.mobile .productImg04,
#pagewrap.mobile .productImg02{
    width: 100%;
    height: auto;
    margin-top: 100px;
}

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



#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 .productPsmWrap > .productLink > p {
    font-size: 70px;
}

#pagewrap.mobile .productLinkTable a > p:first-child{
    padding: 30px 0;
}
