@charset "utf-8";
.sec_price{
    background: #CDE7EB;
}
.sec_price .inner{
    position: relative;
    background: #EBF9F8;
    top: -20px;
    padding: 70px 0 90px;
}
.sec_price .inner::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: #EBF9F8;
    left: 0;
    bottom: -40px;
}
.price_content{
    position: relative;
    width: 1122px;
    margin: 0 auto;
}
.img_price_part{
    position: absolute;
    width: 150px;
    top: 10px;
    right: 80px;
}
.price_about{
    padding: 0 25px;
    margin-bottom: 40px;
}
.price_about h2{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #326E88;
    line-height: 1.5;
}
.price_about h3{
    font-size: 24px;
    color: #326E88;
    line-height: 1.7;
    margin-bottom: 25px;
}
.price_about .txt_mod{
    color: #326E88;
}
.price_description{
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(71,142,135,0.16);
    padding: 40px 20px 50px;
    margin-bottom: 37px;
}
.price_description h3{
    font-size: 27px;
    color: #0C5171;
    line-height: 1.5;
    border-bottom: 2px solid #75B7DF;
    padding-bottom: 8px;
    margin-bottom: 35px;
}
.price_wrap{
    margin-bottom: 40px;
}
.price_wrap:last-child{
    margin-bottom: 0;
}
.price_wrap h4{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 20px;
    color: #103C50;
    line-height: 1.3;
    margin-bottom: 15px;
}
.price_wrap h4 img{
    margin-right: 25px;
}
.master_wrap h4 img{
    width: 34px;
}
.setting_wrap h4 img{
    width: 47px;
}
.price_wrap table{
    width: 100%;
    background: #9EC9D9;
    border-collapse: separate;
    border-spacing: 1px;
}
.price_wrap table thead tr{
    background: #DCF2EF;
}
.price_wrap table tbody tr{
    background: #FFFFFF;
}
.price_wrap table .col_01{
    width: 250px;
}
.price_wrap table .col_02{
    width: 415px;
}
.price_wrap table .col_03{
    width: 415px;
}
.price_wrap table th{
    font-size: 20px;
    color: #0F290B;
    line-height: 1.2;
    vertical-align: middle;
    padding: 19px 10px;
}
.price_wrap table td{
    vertical-align: middle;
    padding: 12px 20px;
}
.txt_data{
    font-size: 20px;
    color: #484F61;
    line-height: 1.2;
    text-align: center;
}
.txt_data.txt_pink{
    color: #F64AB7;
}
.bg_pink{
    background: #FFECFB;
}
.app_data{
    align-items: center;
}
.app_data img{
    width: 60px;
    margin-right: 20px;
}
.app_data .txt_data{
    width: calc(100% - 80px);
    color: #326E88;
    text-align: left;
}
.price_note_content{
    padding: 0 25px;
    margin-bottom: 50px;
}
.price_note_content li{
    font-size: 16px;
    line-height: 1.7;
    color: #608787;
}

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1368px) {
    .sec_price .inner{
        top: -1.462vw;
        padding: 5.117vw 0 6.579vw;
    }
    .sec_price .inner::after{
        height: 2.924vw;
        bottom: -2.924vw;
    }
    .price_content{
        width: 82.018vw;
    }
    .img_price_part{
        width: 10.965vw;
        top: 0.731vw;
        right: 5.848vw;
    }
    .price_about{
        padding: 0 1.827vw;
        margin-bottom: 2.924vw;
    }
    .price_about h2{
        font-size: 2.924vw;
    }
    .price_about h3{
        font-size: 1.754vw;
        margin-bottom: 1.827vw;
    }
    .price_description{
        border-radius: 1.462vw;
        box-shadow: 0px 0.292vw 0.585vw rgba(71,142,135,0.16);
        padding: 2.924vw 1.462vw 3.655vw;
        margin-bottom: 2.705vw;
    }
    .price_description h3{
        font-size: 1.974vw;
        border-bottom: 0.146vw solid #75B7DF;
        padding-bottom: 0.585vw;
        margin-bottom: 2.558vw;
    }
    .price_wrap{
        margin-bottom: 2.924vw;
    }
    .price_wrap h4{
        font-size: 1.462vw;
        margin-bottom: 1.096vw;
    }
    .price_wrap h4 img{
        margin-right: 1.827vw;
    }
    .master_wrap h4 img{
        width: 2.485vw;
    }
    .setting_wrap h4 img{
        width: 3.436vw;
    }
    /* .price_wrap table{
        border-spacing: 0.073vw;
    } */
    .price_wrap table .col_01{
        width: 18.275vw;
    }
    .price_wrap table .col_02{
        width: 30.336vw;
    }
    .price_wrap table .col_03{
        width: 30.336vw;
    }
    .price_wrap table th{
        font-size: 1.462vw;
        padding: 1.389vw 0.731vw;
    }
    .price_wrap table td{
        padding: 0.877vw 1.462vw;
    }
    .txt_data{
        font-size: 1.462vw;
    }
    .app_data img{
        width: 4.386vw;
        margin-right: 1.462vw;
    }
    .app_data .txt_data{
        width: calc(100% - 5.848vw);
    }
    .price_note_content{
        padding: 0 1.827vw;
        margin-bottom: 3.655vw;
    }
    .price_note_content li{
        font-size: 1.170vw;
    }
}

/*For SP*/
@media only screen and (max-width: 767px) {
    .sec_price{
        background: transparent;
    }
    .sec_price .inner{
        top: 0;
        padding: 0.60rem 0 0.40rem;
    }
    .sec_price .inner::after{
        content: none;
    }
    .price_content{
        width: 3.64rem;
    }
    .img_price_part{
        width: 1.14rem;
        top: -0.45rem;
        right: 0.30rem;
    }
    .price_about{
        padding: 0 0.20rem;
        margin-bottom: 0.25rem;
    }
    .price_about h2{
        font-size: 0.40rem;
    }
    .price_about h3{
        font-size: 0.24rem;
        margin-bottom: 0.40rem;
    }
    .price_description{
        border-radius: 0.20rem;
        box-shadow: 0px 0.04rem 0.08rem rgba(71,142,135,0.16);
        padding: 0.40rem 0;
        margin-bottom: 0.25rem;
    }
    .price_description h3{
        width: 3.24rem;
        font-size: 0.20rem;
        border-bottom: 0.02rem solid #75B7DF;
        padding-bottom: 0.08rem;
        margin: 0 auto 0.30rem;
    }
    .price_wrap{
        margin-bottom: 0.24rem;
    }
    .price_wrap h4{
        font-size: 0.18rem;
        margin-bottom: 0.15rem;
        padding: 0 0.20rem;
    }
    .price_wrap h4 img{
        margin-right: 0.18rem;
    }
    .master_wrap h4 img{
        width: 0.34rem;
    }
    .setting_wrap h4 img{
        width: 0.47rem;
    }
    /* .price_wrap table{
        border-spacing: 0.01rem;
    } */
    .price_wrap table .col_01{
        width: 0.92rem;
    }
    .price_wrap table .col_02{
        width: 1.36rem;
    }
    .price_wrap table .col_03{
        width: 1.36rem;
    }
    .price_wrap table th{
        font-size: 0.18rem;
        padding: 0.12rem 0.09rem;
    }
    .price_wrap table td{
        padding: 0.14rem 0.10rem;
    }
    .txt_data{
        font-size: 0.18rem;
    }
    .bg_pink .txt_data{
        text-align: left;
    }
    .app_data img{
        display: none;
    }
    .app_data .txt_data{
        width: 100%;
    }
    .price_note_content{
        padding: 0 0.08rem;
        margin-bottom: 0.58rem;
    }
    .price_note_content li{
        font-size: 0.16rem;
    }
}