.text_box{
    background: #F0F2F5;
    border-radius: 15px;
    padding: 16px;
    text-align: left;
}
.text_box dt{
    font-size: 12px;
    font-weight: bold;
    color: #165FFF;
    margin-bottom: 8px;
}
.text_box div{
    font-size: 12px;
    font-weight: 500;
    color: #272A31;
    margin-bottom: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.text_box div span{
    width: 67px;
    color: #7D7F83;
}

/* visual */
.visual{
    width: calc(100% - 54px);
    height: 120px;
    background: linear-gradient(-45deg, #FFF6FB 40%, #FDEDF5 40%);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 27px;
    margin-bottom: 48px;
    position: relative;
}
.visual .title_wrap{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.visual .img_wrap img{
    margin-right: -48px;
}
.visual .img_wrap a{
    cursor:default;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 6px 11px;
    background: #E44494;
    border-radius: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* s1 */
.section1{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.section1 > div{
    background: #F0F2F5;
    border-radius: 15px;
    padding: 16px;
}
.section1 > div > dt{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}
.section1 > div > div{
    font-size: 12px;
    font-weight: 500;
    color: #272A31;
    margin-bottom: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/* s2 */
.section2{
    max-width: 460px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.section2 .input_wrap{
    font-size: 14px;
    font-weight: 500;
    color: #686A6F;
    margin-bottom: 24px;
}
.section2 .input_wrap > div.focus{
    color: #165FFF;
}
.section2 .input_wrap input{
    margin: 4px 0 16px;
}
.section2 .chk_wrap{
    margin-bottom: 24px;
}
.section2 .chk_wrap > div{
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
}
.section2 .chk_wrap > div.all_agree{
    font-size: 14px;
    margin-bottom: 18px;
}
.section2 .chk_wrap span{
    font-size: 11px;
    color: #165FFF;
    padding-left: 4px;
}
.section2 .chk_wrap > div div{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #7D7F83;
    text-decoration: underline;
}
.section2 .inquiry{
    cursor: pointer;
}

/* s3 */
.section3{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.section3 > img{
    margin-bottom: 16px;
}
.section3 > h1{
    margin-bottom: 4px;
}
.section3 > p{
    font-weight: 500;
    text-align: center;
    color: #7D7F83;
    margin-bottom: 24px;
}
.section3 .text_box div:nth-child(3){
    margin-bottom: 16px;
}

/* s4 */
.section4{
    font-size: 12px;
    font-weight: 500;
    color: #7D7F83;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section4 p{
    margin-bottom: 4px;
}
.section4 div{
    font-size: 11px;
    margin-top: 16px;
}

/* modal */
.page_modal .modal_inner{
    max-width: 234px;
    width: calc(100% - 32px);
}
.page_modal .modal_inner .modal_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.page_modal .modal_inner .modal_btn > div{
    width: calc(50% - 5px);
    height: 42px;
    background: #E9EAEA;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.page_modal .modal_inner .modal_btn > div a{
    background: #165FFF;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert_modal .modal_inner{
    max-width: 234px;
    width: calc(100% - 32px);
}
.alert_modal .modal_inner .modal_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.alert_modal .modal_inner .modal_btn > div{
    width: calc(100% - 5px);
    height: 42px;
    background: #E9EAEA;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.alert_modal .modal_inner .modal_btn > div a{
    background: #165FFF;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* popup */
.pop-bot{
    background: #EBEDF2;
    box-shadow: none;
    color: #272A31;
}
.pop-bot span{
    color: #165FFF;
}
.pop-bot > div:nth-child(2){
    display: flex;
}
.pop-bot > div > div{
    font-size: 14px;
    width: 80px;
    height: 34px;
    color: #3D3F46;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pop-bot > div > div:last-child{
    margin-left: 8px;
    background: #0D3999;
    color: #fff;
}
.pop-bot a{
    background: #0D3999;
    color: #fff;
}

/* below 720 */
@media screen and (max-width: 720px){

    .visual .img_wrap img{
        width: 100%;
    }

}

/* below 540 */
@media screen and (max-width: 540px){

    .text_box div span{
        width: 56px;
    }
    .visual{
        width: calc(100% - 28px);
        padding: 0 14px;
        height: 64px;
        margin-bottom: 32px;
    }
    .section2 .chk_wrap > div.all_agree{
        margin-bottom: 12px;
    }
    .section2 .chk_wrap > div{
        margin-bottom: 4px;
    }
    .pop-bot > div > div{
        font-size: 14px;
    }

}