/* 공통 추측 스타일 */
.mobile{
    display: none;
}
@media screen and ( max-width: 767px ) {
    .mobile_none {
        display: none !important;
    }
}
/* 춘천교구 사제단에서만 적용하는 board_count start */
.board_count {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;
}
#dead_list .search_wrap{
	margin-top: 60px;
}

@media screen and ( max-width: 767px ) {
    #dead_list .search_wrap{
        margin-top: 30px;
    }
}

/* 춘천교구 사제단에서만 적용하는 board_count end */





/* 사제단 공통 table start */
.priest.list table.basic colgroup col.col_05{
    width: 18%;
}
.priest.list table.basic thead tr th{
    padding: 16px 10px;
    letter-spacing: -0.75px;
    color: #231915;
    border-top: 1px solid #1E1E1E;
    font-weight: 600;
    line-height: normal;
}
.priest.list table.basic tbody tr th{
    padding: 16px 10px;
    line-height: normal;
}
.priest.list table.basic tbody tr td{
    padding: 16px 10px;
    line-height: normal;
    color: #666;
}

.priest.list table.basic tbody tr:first-child th,
.priest.list table.basic tbody tr:first-child td{
    border-top: 1px solid #ddd;
}

.priest.list table.basic tbody tr th{
    text-align: center;
    font-weight: 500;
}
.priest.list table.basic tbody tr .bold_text{
    font-weight: 700;
    font-size: 16px;
    color: #231915;
}
.priest.list table.basic tbody tr .under_line{
    text-decoration: underline;
    text-underline-position: under;

}
.priest.list table.basic tbody tr .a_link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.priest.list table.basic tbody tr .a_link i{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    margin-top: 2.5px;
}
.priest.list table.basic tbody tr .type_d .a_link{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.priest.list table.basic tbody tr .type_d .a_link i{
    margin-top: 0.5px;
}
.priest.list table.basic tbody tr .type_d .a_link > div:nth-of-type(1){
    display: flex;
    align-items: center;
    font-weight: 700;
}
.priest.list table.basic tbody tr .type_d .a_link > div:nth-of-type(2){
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    word-break: keep-all;
}
.priest.list table.basic tbody tr .type_d .a_link > div:nth-of-type(3){
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 250px;
    padding: 0px 10px 2px;
}

.priest.list table.basic tbody tr td:not(.left){
    text-align: center;
}
.priest.list table.basic tbody tr th,
.priest.list table.basic tbody tr td{
    font-size: 15px;
}

.priest.list table.basic tbody tr td.left.padding{
    padding-left: 5%;
}
.priest.list table.basic tbody tr .img_wrap_b{
    padding: 9px;
    box-shadow: inset 1px 1px 0px #FFFFFF80;
    border: 1px solid #0000001A;
    background: #FAF7F2;
    max-width: 135px;
    margin: 0 auto;
}
.priest.list table.basic tbody tr .img_wrap_b img{
    width: 100%;
    height: 100%;
    aspect-ratio: 110 / 145;
    object-fit: cover;
}
/* 사제단 공통 table end */





/* 교구사제 전용 스타일 start */
@media screen and ( max-width: 767px ){
    #priest_list .search_wrap{
        margin-top: 30px;
    }
    .priest.list table.basic tbody tr .a_link i{
        margin-top: 0.5px;
    }
}
/* 교구사제 전용 스타일 end */






/* 선종사제(sj) 전용 스타일 start */
.priest.list.sj table.basic colgroup col.col_01{
    width: 145px;
}
@media screen and ( max-width: 767px) {
    .priest.list.sj table.basic tbody tr th{
        display: flex;
        gap: 15px;
    }
    .priest.list.sj table.basic tbody tr th a ul.sub_text{
        margin-top: 15px;
    }
    .priest.list table.basic tbody tr .type_d .a_link > div:nth-of-type(2){
        font-size: 14px;
    }
    .priest.list table.basic tbody tr .type_d .a_link > div:nth-of-type(3){
        font-size: 13px;
    }
}
@media screen and ( max-width: 500px) {
    .priest.list.sj table.basic tbody tr th{
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .priest.list table.basic tbody th ul.sub_text.sub_img .img_li {
        display: flex;
        justify-content: center;
    }
    .priest.list.sj table.basic tbody tr .a_link{
        text-align: center;
        justify-content: center;
    }
    .priest.list.sj table.basic tbody tr th a{
        padding-bottom: 0;
    }
    .priest.list table.basic tbody tr .type_d .a_link{
        align-items: center;
    }
}
/* 선종사제 전용 스타일 end */















@media screen and ( max-width: 1023px ) {
    .priest.list table.basic tbody th,
    .priest.list table.basic tbody td{
        padding: 15px 10px;
    }

    .priest.list table.basic tbody tr th a{
        font-size: 15px;
        line-height: 19px;
    }

    .priest.list table.basic tbody tr td.left.padding{
        padding-left: 3%;
    }

    .priest.list table.basic colgroup col.col_05{
        width: 16%;
    }
}
@media screen and ( max-width: 767px ) {
    .priest.list table.basic tbody tr th {
        /* padding-bottom: 18px; */
    }
    .priest.list table.basic tbody tr .a_link{
        justify-content: flex-start;
        flex-direction: row;
    }
    .priest.list table.basic tbody tr .a_link{
        justify-content: flex-start;
    }
    .priest.list table.basic tbody th ul.sub_text li:last-of-type{
        padding-bottom: 0;
    }
    .priest.list table.basic tbody tr th a.type_d{
        padding-bottom: 0;
    }
}
@media screen and ( max-width: 570px ) {

}




.priest.list .board_count > span span{
    font-size: 18px;
    letter-spacing: -0.9px;
}

.priest.list .board_count select{
    position: relative;
    display: block;
    max-width: 242px;
    width: 100%;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 250px;
    padding: 0 20px;
    padding-bottom: 4.4px;
    font-size: 15px;
    color: rgb(87, 87, 87);
    background: url(/assets/ccd01/image/icon_arrow_black_bottom.svg) no-repeat right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and ( max-width: 1023px ) {
    .priest.list .board_count select{
        padding: 10px 16px;
        font-size: 14px;
        line-height: 22px;
    }

    .priest.list table.basic tbody th,
    .priest.list table.basic tbody td{
        font-size: 15px;
    }

    .priest.list table.basic thead tr:first-child th{
        font-size: 16px;
        padding: 16px 10px;
    }
}

@media screen and ( max-width: 767px ) {
    .priest.list table.basic tbody tr{
        border-bottom: 0;
    }
    .priest.list table.basic colgroup col.col_01{
        width: 100%;
    }

    .priest.list table.basic colgroup col.col_05{
        width: 0;
    }
    .priest.list table.basic tbody tr th{
        border-bottom: 1px solid #e5e5e5;
    }
    .priest.list table.basic tbody tr:last-of-type th{
        border-bottom: 0;
    }
    .priest.list table.basic tbody tr th,
    .priest.list table.basic tbody tr th *{
        text-align: left;
        font-size: 15px;
        font-weight: 400;
    }
    .priest.list table.basic tbody tr th a{
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
    }

    .priest.list table.basic tbody tr th a small{
        display: inline;
        padding-left: 0px;
        font-size: 15px;
    }

    .priest.list table.basic tbody th ul.sub_text{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 5px;
    }
    .priest.list table.basic tbody th ul.sub_text.sub_img{
        justify-content: flex-start;

    }
    .priest.list table.basic tbody th ul.sub_text li.picture{
        display: none;
    }
    .priest.list table.basic tbody th ul.sub_text li.img_li span:last-of-type{
        padding: 9px;
        box-shadow: inset 1px 1px 0px #FFFFFF80;
        border: 1px solid #0000001A;
        background: #FAF7F2;
        display: flex;
    }
    .priest.list table.basic tbody th ul.sub_text li{
        align-items: flex-start;
    }
    .priest.list table.basic tbody th ul.sub_text li:not(:last-child){
        padding-right: 20px;
    }
    .priest.list table.basic tbody th ul.sub_text li.img_li img{
        width: 100%;
        height: 100%;
        max-width: 110px;
        aspect-ratio: 110 / 145;
    }
    .priest.list table.basic tbody th ul.sub_text li.img_li .title{
        display: none;
    }

    .priest.list table.basic tbody th ul.sub_text .title{
        margin-right: 5px;
        padding: 2px 10px;
        font-size: 13px;
        color: #D66F50;
        border: 1px solid #D66F50;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 70px;
    }
    .priest.list table.basic tbody th .type_d ul.sub_text .title{
        border: 0;
        color: #666;
        text-align: left;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
        width: 40px;
        font-size: 14px;
    }
    .priest.list table.basic tbody th .type_d ul.sub_text span{
        font-size: 14px;
    }

}

@media screen and ( max-width: 570px) {
    .priest.list .board_count{
        padding-bottom: 12px;
    }

    .priest.list .board_count select{
        padding: 7px 15px;
        max-width: 110px;
        font-size: 15px;
        padding-bottom: 8.5px;
    }

    .priest.list table.basic tbody th ul.sub_text{
        display: block;
    }

    .priest.list table.basic tbody th ul.sub_text li{
        display: flex;
    }

    .priest.list table.basic tbody th ul.sub_text li:not(:last-child){
        padding: 0 0 5px;
    }
    
    .priest.list table.basic tbody th ul.sub_text li span{
        line-height: 24px;
    }

    .priest.list table.basic tbody th ul.sub_text .title{
        width: 70px;
        text-align: center;
        line-height: initial;
        border-radius: 13.5px;
    }
}
/* list end */

















/* view */
#priest_view .part{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    padding-top: 0;
}

#priest_view .part > .visual_con{
    width: 240px;
    padding-right: 60px;
}
#priest_view .part > .text_wrap{
    width: calc(100% - 240px);
    position: relative;
    flex: 1;
}
#priest_view .part > .text_wrap .top_name{
    display: flex;
    justify-content: space-between;
}
#priest_view .part > .text_wrap .top_name .left{
    letter-spacing: -0.72px;
    color: #231915;
    font-size: 24px;
    font-weight: 700;
}
#priest_view .part .visual_con .img_wrap{
    position: relative;
}

#priest_view .border_box .shadow{
    position: relative;
    width: 100%;
    font-size: 0;
    padding: 15px;
    background-color: #F6F4F1;
    border: 1px solid #E5E5E5;
}

#priest_view .part .visual_con .church_img .img_wrap{
    max-height: 492px;
    height: 34.2vw;
    background-color: #F6F4F1;
}

#priest_view .part .visual_con .church_img .img_wrap.no_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

#priest_view .part .visual_con .church_img .button_wrap{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 142px;
    left: calc(50% - 71px);
    bottom: 0;
}
.priest_info_wrap{
    position: relative;
    background-color: #F9F5F2;
    padding: 20px 40px;
    padding-bottom: 65px;
    border-radius: 20px;
    margin-top: 30px;
}
.priest_info_wrap::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    aspect-ratio: 1 / 0.75;
    background: url(/assets/ccd01/image/priest_bg.svg) center center no-repeat;
    background-size: contain;
}
.priest_info caption{
    display: none;
}
.priest_info th{
    letter-spacing: -0.8px;
    color: #D66F50;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0;
    width: 95px;
    text-align: left;
    border-bottom: 1px dashed #DFDAD6;
    line-height: 1.3;
}
.priest_info td{
    letter-spacing: -0.48px;
    color: #231915;
    font-weight: 400;
    font-size: 16px;
    padding: 14px 0;
    width: calc(100% - 95px);
    border-bottom: 1px dashed #DFDAD6;
    line-height: 1.3;
}
.priest_info tr:last-of-type th,
.priest_info tr:last-of-type td{
    border-bottom: 0;
}
.visual_con .church_img .swiper-button-next,
.visual_con .church_img .swiper-button-prev,
.visual_con .church_img .swiper-pagination{
    position: relative;
    margin-top: 0;
    top: auto;
    width: 30px;
    height: 21px;
}

.visual_con .church_img .swiper-pagination{
    width: auto;
}

.visual_con .church_img .swiper-button-prev{
    background-image: url('../../../images/pages/board/church_slide_prev.svg');
}
.visual_con .church_img .swiper-button-next{
    background-image: url('../../../images/pages/board/church_slide_next.svg');
}
.visual_con .church_img .swiper-pagination-progressbar{
    background-color: #fff;
}
.visual_con .church_img .swiper-pagination-fraction{
    bottom: 0;
}

.visual_con .church_img .swiper-pagination span{
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.3px;
    color: #1E1E1E;
}
.visual_con .church_img .swiper-pagination span.swiper-pagination-current{
    color: #FE493C;
}


#priest_view .part .visual_con > h6,
#priest_view .part .text_wrap > h6{
    padding-bottom: 22px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1.82px;
    line-height: 38px;
}

#priest_view .part .visual_con > h6 span,
#priest_view .part .text_wrap > h6 span{
    margin-left: 9px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.26px;
    color: #888;
}
#priest_view .common_btns_center{
	display: flex;
	justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}
#priest_view .common_btns_center > * {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.9px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #DBD9D3;
    transform: translateY(calc(-50% - -4px));
}
/* view end */

@media screen and ( max-width: 1279px ) {
    #priest_view .part > .visual_con{
        width: 240px;
        padding-right: 40px;
    }
    #priest_view .part > .text_wrap{
        width: calc(100% - 240px);
    }

    #priest_view .border_box .shadow{
        
    }

    #priest_view .part > h5{
        padding-bottom: 33px;
        font-size: 44px;
        line-height: 55px;
    }
}
@media screen and ( max-width: 767px ) {
    #priest_view .part{
        padding-top: 0;
    }
}

@media screen and ( max-width: 615px ) {

    #priest_view .part{
        justify-content: center;
    }

    #priest_view .part > h5{
        padding-top: 20px;
    }
    
    #priest_view .part > div:first-of-type,
    #priest_view .part > div:last-of-type{
        width: 100%;
        padding: 0;
    }

    #priest_view .part > div:last-of-type{
        padding-top: 20px;
    }

    #priest_view .part .visual_con .img_wrap{
        margin: 0 auto;
        max-width: 41vw;
        min-width: 170px;
        text-align: center;
    }

    #priest_view .part .visual_con .img_wrap img{
        max-width: 340px;
    }

    #priest_view .part .visual_con .no_img img{
        object-fit: contain;
        max-height: 100%;
    }
    #priest_view .common_btns_center{
        position: relative;
        justify-content: center;
        margin-top: 30px;
    }
    #priest_view .common_btns_center > *{
        transform: translateY(0);
    }
    #priest_view .part > .text_wrap .top_name{
        justify-content: center;
        text-align: center;
    }
    .priest_info_wrap{
        padding: 20px 30px;
        margin-top: 40px;
    }
}





.slider_set{
    position: relative;

}
.slider_set .slider_wrap{
    position: relative;
    display: flex;
    padding: 0px 60px;
    padding-right: 50px;
    background: transparent linear-gradient(296deg, #EACAB1 0%, #FCF3EF 100%);
    border-radius: 20px;
    min-height: 328px;
}
.slider_set .left_area{
    width: 185px;
    min-width: 185px;
    padding-right: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slider_set .left_area .text_a{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -3px;
    font-family: "Noto Serif KR";
    line-height: 1.25;
}
.slider_set .left_area .text_a .color{
    color: #855021;

}
.slider_set .left_area .btn_a{
    display: flex;
    gap: 11px;
    margin-top: 30px;
}
.slider_set .left_area .btn_a button{

}
.slider_set .left_area .btn_a button img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider_set .right_area{
    width: calc(100% - 185px);
    overflow: hidden;
    padding: 60px 0;
}
.slider_set .right_area .priest_swiper{
    width: 100%;
    height: 100%;
    padding-right: 10px;
}
.slider_set .right_area .priest_swiper .swiper-slide{
    width: auto;
}
.slider_set .right_area .priest_swiper .swiper-slide .in{
    background-color: #FAF7F2;
    box-shadow: inset 1px 1px 0px #FFFFFF80, 1px 3px 6px #00000029;
    border: 1px solid #0000000D;
    padding: 10px 11px;
}
.slider_set .right_area .priest_swiper .swiper-slide .in .img{
    width: 100%;
    aspect-ratio: 110 / 145;
    max-width: 110px;
    max-height: 145px;
}
.slider_set .right_area .priest_swiper .swiper-slide .in .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider_set .right_area .priest_swiper .swiper-slide .in .info{
    text-align: center;
    margin-top: 9px;
}
.slider_set .right_area .priest_swiper .swiper-slide .in .info .name{
    letter-spacing: -0.96px;
    color: #231915;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.slider_set .right_area .priest_swiper .swiper-slide .in .info .year{
    letter-spacing: 0.6px;
    color: #6A646A;
    font-size: 12px;
    font-weight: 400;
}
.slider_set .right_area .no_data_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 185px;
}
.slider_set .right_area .no_data_area .mark{

}
.slider_set .right_area .no_data_area p{
    text-align: center;
    margin-top: 17px;
    letter-spacing: -0.8px;
    color: #B29F92;
    font-size: 16px;
    font-weight: 500;
}
.slider_set .deco_sct{
    position: absolute;
    top: 0;
    left: 3%;
    transform: translateY(-24%);
}
.slider_set .deco_sct img{
    width: 100%;
    height: 100%;
}
@media screen and ( max-width: 1300px ) {
    .slider_set{
        margin-left: -40px;
        width: calc(100% + 80px);
        padding-left: 40px;
        margin-top: 20px;
    }
    .slider_set .slider_wrap{
        width: calc(100% - 40px);
        flex-direction: column;
        padding: 40px 40px;
        min-height: auto;
    }

    .slider_set .left_area{
        width: 100%;
        padding-right: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .slider_set .left_area .text_a{

    }
    .slider_set .left_area .text_a br{
        display: none;
    }
    .slider_set .right_area{
        width: 100%;
        padding: 0;
        width: calc(100% + 160px);
        margin-left: -80px;
        padding-left: 80px;
        /* padding-right: 40px; */
    }
    .slider_set .left_area .btn_a{
        justify-content: flex-end;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .slider_set .deco_sct{
        width: 135px;
    }
    .slider_set .right_area .no_data_area{
        padding-right: 0;
        padding-bottom: 30px;
    }
    .slider_set .right_area .priest_swiper{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .slider_set .right_area .priest_swiper .swiper-slide .in .img{
   
    }
}
@media screen and ( max-width: 1024px ) {
    .slider_set .left_area .text_a{
        font-size: 25px;
    }
}
@media screen and ( max-width: 767px ) {
    .slider_set{
        margin-left: -15px;
        width: calc(100% + 30px);
        padding-left: 15px;
    }
    .slider_set .slider_wrap{
        width: calc(100% - 15px);
        flex-direction: column;
        padding: 15px 15px;
        min-height: auto;
        padding-bottom: 30px;
    }
    .slider_set .left_area{
        margin-bottom: 10px;
        align-items: flex-end;
        margin-top: 50px;
    }
    .slider_set .left_area .text_a{
        font-size: 24px;
        padding-right: 30px;
        padding-left: 10px;
    }
    .slider_set .right_area{
        width: 100%;
        padding: 0;
        width: calc(100% + 60px);
        margin-left: -30px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .slider_set .right_area .priest_swiper .swiper-slide .in{
        max-width: 115px;
    }
    .slider_set .left_area .btn_a{
        padding-right: 5px;
    }
    .slider_set .left_area .text_a .color{
        display: block;
        display: inline-block;
    }
    .slider_set .left_area .btn_a button{
        width: 25px;
        height: 25px;
    }
}
@media screen and ( max-width: 460px ) {
    .slider_set .deco_sct{
        left: 50%;
        transform: translateX(-50%) translateY(-23% );
    }
    .slider_set .left_area{
        margin-top: 20px;
    }
    .slider_set .left_area .text_a .color{
        display: block;
    }
}








.btn_set{
    margin-top: 40px;
}
.btn_set ul{
    display: flex;
}
.btn_set ul li{
    flex: 1;
    border-right: 1px solid transparent;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FAF7F2;
}
.btn_set ul li:first-of-type{
    border-radius: 800px 0px 0px 800px;
    padding-left: 10px;
}
.btn_set ul li:last-of-type{
    border-radius: 0px 800px 800px 0px;
    border-right: 1px solid #E5E5E5;
    padding-right: 10px;
}
.btn_set ul li button{
    width: 100%;
    height: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: -0.96px;
    color: #807980;
}
.btn_set ul li.active{
    background-color: #D66F50;
    border: 1px solid #AE593F;
}
.btn_set ul li.active button{
    color: #fff;
}
@media screen and ( max-width: 1300px ) {
    .btn_set_scroll{
        width: calc(100% + 80px);
        margin-left: -40px;
        padding-left: 40px;
        overflow-x: auto;
    }
    .btn_set{
        width: 100%;
    }
    .btn_set ul{
        min-width: 720px;
        padding-left: 0px;
        padding-right: 40px;
    }
    .btn_set ul li button{
        font-size: 15px;
    }
}
@media screen and ( max-width: 767px ) {
    .btn_set_scroll{
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        overflow: auto;
    } 
    .btn_set ul{
        padding-left: 0px;
        padding-right: 15px;
    }
    .btn_set ul li button{
        padding-top: 8px;
        padding-bottom: 9px;
    }
}
@media screen and ( max-width: 720px ) {
    .btn_set_scroll{
        padding-right: 15px;
    } 
}








.high_light{
    position: relative;
    display: flex;
    padding: 55px 60px;
    background: transparent linear-gradient(296deg, #EACAB1 0%, #FCF3EF 100%);
    border-radius: 20px;
}
.high_light .left_area{
    width: 135px;
}
.high_light .left_area .img_wrap{
    width: 100%;
    padding: 9px;
    box-shadow: inset 1px 1px 0px #FFFFFF80;
    border: 1px solid #0000001A;
    background: #FAF7F2;
    aspect-ratio: 110 / 145;
}
.high_light .left_area .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.high_light .right_area{
    width: calc(100% - 135px);
    padding-left: 30px;
}
.high_light .right_area .top_tag{
    border: 1px solid #D66F50;
    border-radius: 800px;
    letter-spacing: -1.3px;
    color: #D66F50;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 11px 5px;
    background-color: #fff;
}
.high_light .right_area .name{
    letter-spacing: -0.96px;
    color: #231915;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.high_light .right_area .info{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px 0;
}
.high_light .right_area .info dl{
    width: 50%;
    display: flex;
    line-height: 1.4;
}
.high_light .right_area .info dl dt{
    letter-spacing: -0.8px;
    color: #6A646A;
    font-size: 16px;
    font-weight: 500;
    width: 145px;
}
.high_light .right_area .info dl dd{
    letter-spacing: -0.48px;
    color: #231915;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 145px);
}
@media screen and ( max-width: 1300px ){

    .high_light .right_area .info dl{
        flex-direction: column;
        gap: 5px;
    }
    .high_light .right_area .info dl dt{
        width: 100%;
    }
    .high_light .right_area .info dl dd{
        width: 100%;
    }
}
@media screen and ( max-width: 1024px ){
    .high_light{
        padding: 30px;
    }
    .high_light .right_area .info{
        gap: 13px 13px;
    }
    .high_light .right_area .info dl{
        width: calc(50% - 6.5px);
    }
}
@media screen and ( max-width: 767px ){
    .high_light .left_area .img_wrap{
        padding: 15px;
    }
    .high_light .right_area .top_tag{
        padding: 4px 11px 5px;
    }
}
@media screen and ( max-width: 500px ){
    .high_light{
        flex-direction: column;
    }
    .high_light .left_area{
        width: 100%;
        margin: 0 auto;
    }
    .high_light .right_area{
        padding-left: 0;
        width: 100%;
        padding-top: 25px;
    }
    .high_light .right_area .info {
        gap: 13px 13px;
        margin-top: 15px;
        padding-left: 2px;
    }
}





