/* page_list */
.apply .page_list .apply_list{
    max-width: 620px;
    margin: 0 auto;
}
.apply .page_list .apply_item{
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid var(--color-gray-3);
    border-radius: 6px;
}
.apply .page_list .apply_item:last-child{
    margin-bottom: 0;
}
.apply .page_list .apply_item .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apply .page_list .apply_item .info{
    padding: 20px 20px 30px;
}

/* ¼öÁ¤ */
/* .apply .page_list .apply_item .info .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.04em;
} 
.apply .page_list .apply_item .info .price{
    margin-top: 4px;

    color: var(--color-gray-6);    
    line-height: 1.55;
}
.apply .page_list .apply_item .info .price .num{
    margin-right: 2px;
    color: var(--color-normal-9);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
} 
.apply .page_list .apply_item .info .description{
    margin-top: 16px;
    color: var(--color-gray-9);
    font-size: 16px;
    line-height: 1.5;
} */

.apply .page_list .apply_item .info .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.apply .page_list .apply_item .info .price{
    margin: 8px 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;


    color: var(--color-gray-6);    
}
.apply .page_list .apply_item .info .price .price_sale{
    display: flex;
    margin-bottom: 4px;
    color: var(--color-gray-10);

    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
}
.apply .page_list .apply_item .info .price .price_sale .num_default{
    margin-left: 4px;

    color: var(--color-gray-7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: line-through;
}
.apply .page_list .apply_item .info .price .num{
    margin-right: 2px;
    color: var(--color-normal-9);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.apply .page_list .apply_item .info .price .comment{
    margin-top: 4px;

    color: var(--color-gray-5);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.apply .page_list .apply_item .info .description{
    margin-top: 16px;
    color: var(--color-gray-9);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
/* end - ¼öÁ¤ */

.apply .page_list .apply_item .info .description.type-2{
    margin-top: 6px;
    color: var(--color-gray-7);
    font-size: 14px;
    line-height: 1.55;
}
.apply .page_list .apply_item .info .tags{
    margin-top: 16px;
}
.apply .page_list .apply_item .info .btns{
    display: flex;
    margin-top: 20px;
    gap: 20px;
}
.apply .page_list .apply_item .info .btns a{
    max-width: 100%;
    flex: 1;
}

@media (min-width: 1025px) {
    .apply .page_list .apply_item .info{
        padding: 30px;
    }
    .apply .page_list .apply_item .info .title{
        font-size: 20px;
        line-height: 1.2;
    }
    .apply .page_list .apply_item{
        border-radius: 8px;
    }
    
    /* ¼öÁ¤ */
    /* .apply .page_list .apply_item .info .price{
        font-size: 16px;
    } 
    .apply .page_list .apply_item .info .price .num{
        font-size: 28px;
    } */
    .apply .page_list .apply_item .info .price{
        margin: 12px 0 24px;
        padding-bottom: 24px;

        font-size: 16px;
    } 
    .apply .page_list .apply_item .info .price .price_sale{
        display: flex;
        margin-bottom: 6px;
    
        font-size: 16px;
        line-height: 1.4;
    }
    .apply .page_list .apply_item .info .price .price_sale .num_default{
        font-size: 16px;
    }
    .apply .page_list .apply_item .info .price .num{
        font-size: 28px;
        line-height: 1;
    }
    .apply .page_list .apply_item .info .price .comment {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.55;
    }
    /* end - ¼öÁ¤ */

    .apply .page_list .apply_item .info .description{
        margin-top: 24px;
    
        font-size: 18px;
        line-height: 1.5;
    }

    /* ¼öÁ¤ */
    /* .apply .page_list .apply_item .info .description.type-2{
        margin-top: 8px;
        font-size: 16px;
    } */
    .apply .page_list .apply_item .info .description.type-2{
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.5;
    }
    /* end - ¼öÁ¤ */

    .apply .page_list .apply_item .info .tags{
        margin-top: 24px;
        gap: 8px;
    }

    /* ¼öÁ¤ */
    .apply .page_list .apply_item .info .tags span{
        padding: 2px 4px;
        font-size: 16px;
    }
    .apply .page_list .apply_item .info .btns{
        margin-top: 30px;
    }
    /* end - ¼öÁ¤ */
}

/* page_detail */
.apply .page_detail .detail_thumb{
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    max-width: 1920px;
    margin: 0 auto;
}
.apply .page_detail .detail_info{
    max-width: 620px;
    margin: 0 auto;
}
.apply .page_detail .detail_header{
    padding-top: 24px;
    margin-bottom: 0;
    text-align: left;
}
.apply .page_detail .detail_header .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

/* ¼öÁ¤ */
/* .apply .page_detail .detail_header .price{
    margin-top: 4px;
        
    line-height: 1.55;
} */
.apply .page_detail .detail_header .price{
    margin-top: 16px;
    color: var(--color-gray-6);
    line-height: 1.55;
}
.apply .page_detail .detail_header .price .price_sale{
    margin-right: 6px;
    color: var(--color-gray-10);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.apply .page_detail .detail_header .price .num{
    margin-right: 2px;
    color: var(--color-normal-9);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.apply .page_detail .detail_header .price .num_default{
    margin-left: 6px;

    color: var(--color-gray-7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.02em;
    text-decoration: line-through;
}
.apply .page_detail .detail_header .price .comment{
    margin-top: 4px;
    
    color: var(--color-gray-5);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
/* end - ¼öÁ¤ */

.apply .page_detail .detail_header .description{
    margin-top: 10px;

    color: var(--color-gray-7);
    line-height: 1.55;
}
/* ¼öÁ¤ */
/* .apply .page_detail .detail_header .tags{
    display: flex;
    margin-top: 10px;
    gap: 4px;
} */
.apply .page_detail .detail_header .tags{
    display: flex;
    margin-top: 16px;
    gap: 4px;
}
/* end - ¼öÁ¤ */
.apply .page_detail .detail_header .tags span{
    padding: 2px 4px;
    background: var(--color-normal-1);
    border-radius: 4px;

    color: var(--color-normal-3);

    font-size: 12px;
    font-weight: 500;
}

.apply .page_detail .detail_body{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--color-gray-3);
}

.apply .page_detail .detail_body .article .title{    
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.apply .page_detail .detail_body .article_list{
    margin-top: 12px;
}
.apply .page_detail .detail_body .article_item{
    margin-bottom: 40px;
}
.apply .page_detail .detail_body .article .thumb{
    overflow: hidden;
    background: var(--color-normal-1);
    border: 1px solid var(--color-normal-2);
    border-radius: 6px;
}
.apply .page_detail .detail_body .article .thumb img{
    width: 100%;
}
.apply .page_detail .detail_body .article .info{
    margin-top: 15px;
}
.apply .page_detail .detail_body .article .info em{
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.apply .page_detail .detail_body .article .info p{
    margin-top: 6px;
    color: var(--color-gray-7);
    line-height: 1.55;
    word-break: break-all;
}

.apply .page_detail .btn_apply{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}
.caution .btn-type-download{
    margin-top: 6px;
}
@media (min-width: 769px) {
    .apply .page_detail .detail_body .article_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .apply .page_detail .detail_body .article_item{
        width: calc(50% - 10px);
    }    
}
@media (min-width: 769px) {    
    .apply .page_detail .detail_thumb img {
        width: auto;
        max-width: none;
        height: 100%;
    }
}
@media (min-width: 1025px) {    
    .apply .page_detail .detail_info{
        max-width: 620px;
        margin: 0 auto;
    }
    .apply .page_detail .detail_header{
        padding-top: 50px;
    }
    .apply .page_detail .detail_header .title{
        font-size: 24px;
        line-height: 1.2;
    }
    .apply .page_detail .detail_header .price{
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.4;
    }

    /* ¼öÁ¤ */
    .apply .page_detail .detail_header .price .num{
        font-size: 18px;
    }    
    .apply .page_detail .detail_header .price .price_sale {
        margin-right: 8px;
        font-size: 18px;
        line-height: 1.45;
        letter-spacing: -0.04em;
    }
    .apply .page_detail .detail_header .price .num_default {
        margin-left: 8px;
        font-size: 16px;
        line-height: 1.5;
    }
    .apply .page_detail .detail_header .price .comment{
        font-size: 14px;
        line-height: 1.55;
    }
    /* end - ¼öÁ¤ */
    
    .apply .page_detail .detail_header .description{
        margin-top: 16px;
        font-size: 18px;
        line-height: 1.5;
    }
    .apply .page_detail .detail_header .tags{
        margin-top: 24px;
        gap: 6px;
    }
    .apply .page_detail .detail_header .tags span{
        font-size: 16px;
    }
    
    .apply .page_detail .detail_body{
        padding-top: 50px;
    }
    
    .apply .page_detail .detail_body .article .title{    
        font-size: 20px;
        line-height: 1.3;
    }
    .apply .page_detail .detail_body .article_list{
        margin-top: 24px;
    }
    .apply .page_detail .detail_body .article .info em{
        font-size: 18px;
        line-height: 1.45;

    }
    .apply .page_detail .detail_body .article .info p{
        font-size: 16px;
        line-height: 1.5;
    }    
    .caution .btn-type-download{
        margin-top: 10px;
    }
    .apply .page_detail .btn_apply{
        bottom: 60px;
    }
}

/* dropwon_list */
.dropwon_list{
    border-top: 1px solid var(--color-gray-3);
}
.dropdown_item{
    border-bottom: 1px solid var(--color-gray-3);
}
.dropdown_item .btn{
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0;
    
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
}
.dropdown_item .btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 9px;
    margin-top: -5px;
    background: url(../../../img/ico/ico_arw-select.png) no-repeat center / cover;
}
.dropdown_item.show .btn::after{
    transform: rotate(180deg);
}
.dropdown_item .cont{
    display: none;
    padding-bottom: 15px;
    
    color: var(--color-gray-7);
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.dropdown_item.show .cont{
    display: block;
}
@media (min-width: 1025px) {    
    .dropdown_item .btn{
        padding: 16px 0;
        
        font-size: 16px;
        line-height: 1.4;
    }
    .dropdown_item .cont{
        padding-bottom: 16px;
        line-height: 1.55;
    }
}