@charset "UTF-8";

/* 
dermapen
------------------------ 
*/

#dp .top {
    position: relative;
}

#dp .top .mov {
    bottom: 4%;
}

/* section01 */

#dp .sec01 {
    background: #c9eef9;
}

#dp .sec01 .inner {
    padding-top: 5%;
    padding-bottom: 8%;
}

#dp .sec01 .mov_area {
    width: 100%;
    margin-bottom: 6%;
}

#dp .sec01 .mov_area .mov {
    position: static;
    width: 95%;
    transform: none;
    margin: 0 auto;
    padding: 2% 0;
}

#dp .sec01 .ba_area .ba_ttl {
    position: relative;
    margin-bottom: 3%;
}

#dp .sec01 .ba_area .ba_ttl figure {
    margin: 0 auto;
    width: 90%;
}

#dp .sec01 .ba_area .ba_ttl h3 {
    color: #fff;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    letter-spacing: 0.1em;
}

#dp .sec01 .ba_area .ba_img {
    margin: 0 auto;
}

/* section02 */

#dp .sec02 .sec02_top {
    background: url("../images/menu/dermapen/sec2_bg.jpg") no-repeat;
    background-size: cover;
}

#dp .sec02 .sec02_top .inner {
    padding-top: 4%;
}

#dp .sec02 .img_area {
    margin: 6% 0 0;
    align-items: flex-end;
}

#dp .sec02 .img_area figure {
    width: 34%;
}

#dp .sec02 .img_area .txt_wrap {
    width: 62%;
}

#dp .sec02 .img_area .txt_wrap .img_desc {
    position: relative;
}

#dp .sec02 .img_area .txt_wrap .img_desc dt {
    padding: 1% 0;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    background: #71c8e3;
}

#dp .sec02 .img_area .txt_wrap .img_desc dd {
    padding: 4% 6%;
    background: #c6e9f4;
}

#dp .sec02 .img_area .txt_wrap .img_desc dd span {
    margin-bottom: 3%;
    display: block;
    font-size: 2.8rem;
    font-feature-settings: "palt";
    letter-spacing: -0.01px;
    width: 92%;
    margin: 0 auto 2%;
}

#dp .sec02 .img_area .txt_wrap .img_desc1 {
    margin-bottom: 6%;
}

#dp .sec02 .img_area .txt_wrap .img_desc1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 5%;
    height: 4px;
    background: #71c8e3;
}

#dp .sec02 .img_area .txt_wrap .img_desc1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 5%;
    height: 4px;
    background: #c6e9f4;
}

#dp .sec02 .img_area .txt_wrap .img_desc2 dt {
    background: #65a2e7;
}

#dp .sec02 .img_area .txt_wrap .img_desc2 dd {
    background: #d8e8f9;
}

#dp .sec02 .img_area .txt_wrap .img_desc2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 5%;
    height: 4px;
    background: #65a2e7;
}

#dp .sec02 .img_area .txt_wrap .img_desc2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 5%;
    height: 4px;
    background: #d8e8f9;
}

@media screen and (max-width: 749px) {
    #dp .sec02 .img_area .txt_wrap .img_desc dt {
        font-size: 4vw;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd span {
        font-size: 3.6vw;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc .p_txt {
        font-size: 3.6vw;
    }
}

@media screen and (max-width: 550px) {
    #dp .sec02 .img_area figure {
        width: 32%;
    }

    #dp .sec02 .img_area .txt_wrap {
        width: 63%;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc dd span {
        width: 81%;
    }
}

@media screen and (max-width: 450px) {
    #dp .sec02 .img_area .txt_wrap .img_desc1::before {
        height: 3px;
    }
    
    #dp .sec02 .img_area .txt_wrap .img_desc1::after {
        height: 3px;
    }

    #dp .sec02 .img_area .txt_wrap .img_desc2::before {
        height: 3px;
    }
    
    #dp .sec02 .img_area .txt_wrap .img_desc2::after {
        height: 3px;
    }
}

#dp .sec02 .sec02_bottom {
    /* background: #d9f2f9; */
    position: relative;
    padding-top: 48%;
    padding-bottom: 0;
}

#dp .sec02 .sec02_bottom .inner_3 {
    padding-bottom: 4%;
}

#dp .sec02 .sec02_bottom h4 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

/* section03 */

#dp .sec03 {
    background: #d0edf6;
}

#dp .sec03 .inner {
    padding-top: 9%;
    padding-bottom: 9%;
}

#dp .sec03 ul li {
    position: relative;
    margin-bottom: 12%;
}

#dp .sec03 ul li:last-child {
    margin-bottom: 0;
}

#dp .sec03 ul li::before {
    content: '';
    position: absolute;
    top: 1%;
    left: 1%;
    width: 100%;
    height: 100%;
    background: #a0daec;
}

#dp .sec03 ul li .border_area {
    position: relative;
    z-index: 3;
    background: #fff;
    border: 2px solid #71c8e3;
}

#dp .sec03 ul li .border_area h4 {
    position: absolute;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

#dp .sec03 ul li .border_area .shape {
    position: absolute;
    top: 5%;
    right: 6%;
    width: 10%;
}

#dp .sec03 ul li .border_area .sec3_img {
    margin: 3% auto 5%;
    width: 70%;
}

#dp .sec03 ul li .border_area .bg_txt {
    background: #6cbed8;
    color: #fff;
}

#dp .sec03 ul li .p_txt {
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: .16em;
}

/* section04 */

/* #dp .sec04 {
    background: #eaf5fb;
} */

#dp .sec04 .sec04_top .inner {
    padding-bottom: 0;
}

#dp .sec04 .txt_wrap p {
    font-size: 3.3rem;
}

#dp .sec04 .txt_wrap .txt1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#dp .sec04 .txt_wrap .txt1::before {
    content: '';
    display: inline-block;
    width: 4%;
    aspect-ratio: 31 / 52;
    background: url("../images/menu/dermapen/sec4_shape2.png") no-repeat;
    background-size: contain;
    margin-right: 1.5%;
}

#dp .sec04 .txt_wrap .txt1::after {
    content: '';
    display: inline-block;
    width: 4%;
    aspect-ratio: 31 / 52;
    background: url("../images/menu/dermapen/sec4_shape1.png") no-repeat;
    background-size: contain;
    margin-left: 1.5%;
}

#dp .sec04 .txt_wrap .txt1 {
    margin-bottom: 4%;
}

#dp .sec04 .txt_wrap .pkbg {
    background: #E37192;
    padding: 3% 3%;
    color: #fff;
    text-align: center;
    margin-right: 2.5%;
    position: relative;
}

#dp .sec04 .txt_wrap .pkbg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #E37192;
    top: 4%;
    left: 1.5%;
}

#dp .sec04 .flex_wrap {
    margin: 0 auto;
    width: 75%;
    transform: translateX(12%);
}

#dp .sec04 .velvet {
    background: url("../images/menu/dermapen/sec4_vs_bg.png") no-repeat;
    background-size: cover;
    padding-top: 8%;
    overflow: hidden;
}

#dp .sec04 .velvet .inner {
    padding-top: 0;
}

#dp .sec04 .velvet .txt_top {
    font-size: 3.6rem;
    margin-bottom: 2%;
}

#dp .sec04 .velvet .vs_list li {
    position: relative;
    margin-bottom: 3%;
}

#dp .sec04 .velvet .vs_list .flex {
    justify-content: center;
}

#dp .sec04 .velvet .vs_list .h5_txt  {
    color: #5c9be4;
    font-size: 4.2rem;
    text-align: center;
    margin: 5% 0 2%;
    line-height: 1.1;
    text-shadow: 
        2px 2px 2px rgba(255, 255, 255, 0.9),
        -2px 2px 2px rgba(255, 255, 255, 0.9),
        2px -2px 2px rgba(255, 255, 255, 0.9),
        -2px -2px 2px rgba(255, 255, 255, 0.9);
}

#dp .sec04 .velvet .vs_list .h5_txt span {
    color: #5c9be4;
    font-size: 3.6rem;
}

#dp .sec04 .velvet .vs_list .mas_txt {
    margin-left: -2%;
}

#dp .sec04 .velvet .vs_list .vs_list1 .flex {
    margin-right: -2%;
}

#dp .sec04 .velvet .vs_list .exo_txt {
    margin-left: -8%;
}

#dp .sec04 .velvet .vs_list .vs_list2 .flex {
    margin-right: -8%;
}

#dp .sec04 .velvet .vs_list figure {
    margin-bottom: 4%;
}

#dp .sec04 .velvet .vs_list .border_area {
    border: 2px solid;
    border-image: linear-gradient(to right bottom, #4d94eb, #eb4d7b);
    border-image-slice: 1;
    padding: 5% 4%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* section05 */

#dp .sec05 {
    background: #e3f4f9;
}

#dp .sec05 .p_txt {
    padding: 0 3%;
}

/* section06 */

#dp .sec06 {
    background: url("../images/menu/dermapen/sec6_bg.jpg")no-repeat;
    background-size: cover;
    margin-bottom: 8%;
}

#dp .sec06 h3 {
    font-size: 5.5rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 5%;
}

#dp .sec06 .bg_txt {
    background: #f2ea79;
}

#dp .sec06 h3 .bg_txt {
    padding: 0 2%;
}

#dp .sec06 .txt_area {
    position: relative;
}

#dp .sec06 .txt_area::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #E37192;
    top: 2%;
    left: 1.5%;
}

#dp .sec06 .border_area {
    position: relative;
    z-index: 3;
    border: 2px solid #181818;
}

#dp .sec06 .border_area.inner_3 {
    padding: 5% 4% 6%;
}

/* section07 */

#dp .sec07 .fee_list .mb_8 {
    margin-bottom: 10%;
}

#dp .sec07 .fee_list h4 {
    font-size: 4.4rem;
    margin-bottom: 4%;
    letter-spacing: .5rem;
    color: #6bbed8;
    line-height: 1;
}

/* #dp .sec07 .fee_list .list2 h4 {
    color: #4d94eb;
} */

#dp .sec07 .fee_list h4 span {
    font-size: 3rem;
}

#dp .sec07 .fee_list .border_area {
    margin-bottom: 4%;
    text-align: center;
    border: 3px solid #aadeee;
}

@media screen and (max-width: 450px) {
    #dp .sec07 .fee_list .border_area {
        border: 2px solid #aadeee;
    }
}

/* #dp .sec07 .fee_list .list2 .border_area {
    border: 3px solid #a6c9f5;
} */

#dp .sec07 .fee_list .border_area dt {
    background: #d4eef7;
    font-size: 3.7rem;
    font-weight: 700;
    padding: 1.5% 0;
    letter-spacing: .5rem;
}

/* #dp .sec07 .fee_list .list2 .border_area dt {
    background: #c9dff9;
} */

#dp .sec07 .fee_list .border_area dt .p_txt {
    font-weight: 400;
    font-size: 2.4rem;
}

#dp .sec07 .fee_list .border_area dd {
    font-size: 3rem;
    padding: 2% 0 1%;
    letter-spacing: .2rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#dp .sec07 .fee_list .border_area dd .pk_txt {
    font-size: 5.5rem;
    font-feature-settings: "palt";

}

#dp .sec07 .fee_list .border_area dd .txt_s {
    font-size: 4rem;
    margin-left: -3.5%;
    margin-right: -3%;
}

#dp .sec07 .bottom_wrap {
    margin-bottom: 10%;
    margin-top: 4%;
}

#dp .sec07 .bottom_wrap .bottom_txt {
    width: 65%;
}

#dp .sec07 .bottom_wrap .bottom_img {
    width: 35%;
    padding-top: 4%;
}

#dp .bottom_info .flow .inner {
    padding-top: 3%;
}

/* renewal 2411 */
#dp .pk_txt {
    color: #E37192;
}

#dp .bottom_info .pk_txt {
    color: #4fb0dd;
}

#dp .approval .pk_txt {
    color: #4fb0dd;
}