body {
}

._angular {
    padding-bottom: 0 !important;
}
.metching__aligner {
    margin: 0 auto;
}
@media (min-width:1060px) {
    .metching__aligner {
        max-width: 1340px;
        padding: 0 40px;
    }
}
/* 경고문구 */
#search_error .search__error .error_icon {
    background: url(/pages/header/images/search__message-m.svg) no-repeat center center !important;
    background-size: 40px !important;
}
#search_error .search__error .search__message {
    font-size: 13px;
    color: var(--color-main) !important;
    text-align: center;
}
/* // 경고문구 */

.mobile_price_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 50px;
    background: var(--color-main);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
}

.sec_header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1060px) {
    .sec_header {
        min-width: 1340px;
        height: 300px;
        margin: 0 auto;
    }
}

.sec_header:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/images/min—home241112.jpeg);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0.2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sec_header_info {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    top: 50%;

    /* background-color: #0000001c; */

    
    margin-top: 250px;
    z-index: 100;
    background: #ffffff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
@media (min-width:1060px) {
    .sec_header_info {
        margin-top: 0;
        z-index: 100;
        background: transparent;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}
@media (min-width: 1060px) {
    .sec_header_info {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        width: 1340px;
        height: 269px;
        margin: 0 auto;
        padding: 0 40px;
    }
}
.sec_header_info_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 10px;
}
@media (min-width: 1060px) {
    .sec_header_info_box {
        width: 800px;
    }
}
.sec_header_info_box_info {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

[_sec-header-info-box-info] .__info_header {
    display: flex;
    justify-content: space-between;
}
[_sec-header-info-box-info] .dirtitle {
    display: flex;
    align-items: center;
    gap: 5px;
}
[_sec-header-info-box-info] .dirtitle a, [_sec-header-info-box-info] .dirtitle svg {
    color: rgb(85 89 105 / 1);
}
[_sec-header-info-box-info] .dirshare {
    display: flex;
    align-items: center;
    gap: 10px;
}
[_sec-header-info-box-info] .dirshare button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 3px;
}
[_sec-header-info-box-info] .dirshare button span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: rgb(48 52 65 / 1);
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
[_sec-header-info-box-info] .dirshare button span svg {
    width: 25px;
    height: 25px;
    fill: #555;
}
[_sec-header-info-box-info] .dirshare button img {
    width: 25px;
}
[_sec-header-info-box-info] .__info_txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_sec-header-info-box-info] .__info_desc {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_sec-header-info-box-info] .__info_deadline {
    margin-top: auto;
    font-size: 12px;
    color: #555;
    font-weight: 400;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_sec-header-info-box-info] .__info_live {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
[_sec-header-info-box-info] .__info_live_star_ratings {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
[_sec-header-info-box-info] .__info_live span {
    color: rgb(33 34 36 / 1);
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
}
[_sec-header-info-box-info] .__info_live span.b {
    color: rgb(33 34 36 / 1);
    font-weight: 700;
    margin-left: 5px;
    font-size: 13px;
}


[_sec-header-info-box-user] .__user_user {

    padding: 12px 0;
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 5px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    
}
@media (max-width:1060px) {
    [_sec-header-info-box-user] .__user_user {
        flex-direction: column;
    }
}
@media (min-width:1060px) {
    [_sec-header-info-box-user] .__user_user {
        padding: 12px 20px;
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
[_sec-header-info-box-user].sec_header_info_box_user {
    margin-top: 10px;
}
@media (min-width:1060px) {
    [_sec-header-info-box-user].sec_header_info_box_user {
        margin-top: 0;
    }
}
[_sec-header-info-box-user] .__user_button {
    color: rgb(33 34 36 / 1);
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #c8cad2;
    width: 100px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:1060px) {
    [_sec-header-info-box-user] .__user_button {
        width: 100%;
        height: 40px;
    }
}
[_sec-header-info-box-user] .__user_info {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
[_sec-header-info-box-user] .__user_info_link {
    
}
[_sec-header-info-box-user] .__user_info_link_box {
    width: 48px;
    height: 48px;
    /* background-color: #e4e5ed; */
    position: relative;
    outline: none;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%);
    border-radius: 50%;
}
[_sec-header-info-box-user] .__user_info_link_box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
    border-radius: 50%;
    opacity: 1;
}
[_sec-header-info-box-user] .__user_info_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
[_sec-header-info-box-user] .__user_info_txt a span {
    display: flex;
    align-items: center;
    gap: 3px;
}
[_sec-header-info-box-user] .__user_info_desc {
    display: block;
    flex-direction: column;
    cursor: default;
    line-height: 1.57;

    margin: 0;
    color: #555969;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
}
@media (min-width:1060px) {
    [_sec-header-info-box-user] .__user_info_desc {
        display: flex;
        flex-direction: column;
        cursor: default;
        line-height: 1.57;
    
        margin: 0;
        color: #555969;
        font-size: 11px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0;
    }
}
@media (max-width:1060px) {
    [_sec-header-info-box-user] .__user_info_desc span:last-child:after {
        display: none;    
    }
    [_sec-header-info-box-user] .__user_info_desc span:after {
        content: ",";
        display: inline-block;
        width: 1px;
    }
}
@media (min-width:1060px) {
    [_sec-header-info-box-user] .__user_info_desc {
        flex-direction: row;
    }
    [_sec-header-info-box-user] .__user_info_desc span:first-child:before {
        display: none;    
    }
    [_sec-header-info-box-user] .__user_info_desc span:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 12px;
        vertical-align: middle;
        margin: 0 12px;
        background: #d9dbe1;
    }
}

@media (min-width:1060px) {
    [_sec-header-info-images].sec_header_img {
        left: calc(50% + 600px - 340px - 16px);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1000;
    }
    [_sec-header-info-images] .swiperimages {
        width: 748px;
        height: 269px;
        opacity: 1;
        transition: opacity 0.3s;
    }
    [_sec-header-info-images] .swiperimages_button:before {
        content: "";
    }
    [_sec-header-info-images] .swiperimages_button.-prev {
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 0px;
        border: 0px;
        outline: none;
        width: 32px;
        height: 32px;
        transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 50%;
        transform: translateY(-50%);
        box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 2px 4px;
        z-index: 2;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.76);
        left: -16px;
    }
    [_sec-header-info-images] .swiperimages_button.-next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 0;
        border: 0;
        outline: none;
        width: 32px;
        height: 32px;
        -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 2px 4px rgba(0 0 0 / 18%);
        z-index: 2;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.76);
        left: 343px;
    }
    [_sec-header-info-images] .swiperimages_button.swiper-button-disabled, [_sec-header-info-images] .swiperimages_button.swiper-button-lock {
        opacity: .3;
    }
    [_sec-header-info-images] .swiperimages_button.-prev.swiper-button-disabled {
        opacity: 0;
    }


    
    [_sec-header-info-images] .swiperimages_list {
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        align-content: flex-start;
        display: flex;
        /* overflow: hidden; */
        position: relative;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -khtml-user-select: none;
        width: 100%;

        margin: 0;
        padding: 0;
        cursor: pointer;
    }
    [_sec-header-info-images] .swiperimages_list li {
        width: 374px;
        height: 269px;

        min-height: 100%;
        overflow: hidden;
        position: relative;

    }
    [_sec-header-info-images] .swiperimages_list li .swiperimg {
        position: relative;
        height: 269px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #e4e5ed;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        border-radius: 8px;
        width: 100%;
        height: 269px;
        overflow: hidden;
    }
    [_sec-header-info-images] .swiperimages_list li .swiperimg img {
        object-fit: cover;
        border-radius: 8px;
        width: 100%;
        height: 269px;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;

        vertical-align: top;
        transition: all .4s;
        object-fit: cover;
        
        transform: scale(1);
    }
    [_sec-header-info-images] .swiperimages_list li .swiperimg img:hover {
        /* width: 116%;
        height: 116%;
        margin: -8% 0 0 -8%; */
        transform: scale(1.1);
    }
    
}
@media (max-width:1060px) {
    [_sec-header-info-images].sec_header_img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 270px;
        z-index: 1;
    }
    [_sec-header-info-images] .swiperimages {
        width: 100%;
        height: 270px;
        opacity: 1;
        transition: opacity 0.3s;
    }
    [_sec-header-info-images] .swiperimages_button.-prev {
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 0px;
        border: 0px;
        outline: none;
        width: 25px;
        height: 45px;
        transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: flex-start;
        border-radius: 0 50px 50px 0;
        transform: translateY(-50%);
        box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 2px 4px;
        z-index: 2;
        opacity: .8;
        background-color: rgba(255, 255, 255, 0.76);
        left: 0px;
    }
    [_sec-header-info-images] .swiperimages_button.-next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 0;
        border: 0;
        outline: none;
        width: 25px;
        height: 45px;
        -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: flex-end;
        border-radius: 50px 0 0 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 2px 4px rgba(0 0 0 / 18%);
        z-index: 2;
        opacity: .8;
        background-color: rgba(255, 255, 255, 0.76);
        right: 0;
    }
    [_sec-header-info-images] .swiperimages_button.swiper-button-disabled, [_sec-header-info-images] .swiperimages_button.swiper-button-lock {
        opacity: .3;
    }
    .swiperimages_swiper {
        width: 100%;
        height: 100%;
    }
    .swiperservicelink {
        width: 100%;
        height: 100%;
    }
    .swiperimg {
        width: 100%;
        height: 100%;
    }
    .swiperimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* [_sec-header-info-box-info] .__info_header {
        position: absolute;
        top: -200px;
        left: 0;
        right: 0;
        background-color: #ffffffc9;
    } */
    .sec_header_info {
        padding: 15px 20px;
    }
    
}































/* imgmodal */

.images_modals {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25252580;
    z-index: 3000000;
    border: 0;
    padding: 0;
}
.images_modals.-active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.images_modals__content {
    display: inline-block;
    width: 400px;
    min-width: 400px;
    max-width: 90%;
    min-height: 700px;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    outline: 0;
    background-color: #fff;
    border-radius: 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: #767676 transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:1060px) {
    .images_modals__content {
        width: 100%;
        min-width:100%;
        max-width:100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border-radius: 0;
        padding: 0;

        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.images_modals__close {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 10px;
    background: #00000080 url(/pages/header/images/dialog__close-w.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
    z-index: 100;
    box-shadow: 0 0 5px #0000001a;
    /* border: 1px solid #eee */
    opacity: 1;
    transition: all .4s;
}
.images_modals__close.-active {
    opacity: 0;
    transition: all .4s;
}






/* images_inner */
.space_images.swiper {
    width: 100%;
    height: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.space_images_list {
    width: 100%;
    height: 100%;
}
.space_images_item {
    width: 100%;
    min-height: 100% !important;
    height: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;

}
/* .__images_inner {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
} */
.space_images_item img {
    max-width: 100%;
    max-height: 100%;
}


.space_images__pagination {
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px !important;
    width: 80px !important;
    height: 30px;
    padding: 0 5px;
    border-radius: 50px 0 0 50px;
    background-color: #0009;
    color: #fff !important;
    font-size: 13px;
    left: auto !important;
    right: 0 !important;
    z-index: 10;
}

.images_modals .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid var(--color-main) !important;
}
.images_modals .swiper-pagination-bullet-active {
    width: 23px !important;
    border-radius: 50px !important;
    background: var(--color-main) !important;
    box-shadow: 0 0 2px #0000001a;
}


.images_modals .__box_ctrl__button {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60px !important;
    height: 60px !important;
    border: 0;
    border-radius: 0 10px 10px 0;
    background-color: #00000080;
    box-shadow: 0 0 .8rem #0003;
    font-size: 0 !important;
    color: transparent !important;
    cursor: pointer;
    overflow: hidden;
}
.images_modals .__box_ctrl__button:after {
    display: block;
    width: 60px;
    height: 60px;
    content: "";
    background: url(/pages/header/images/icon-mris-arrow.svg) no-repeat center center;
    background-size: 25px;
}
.images_modals .__box_ctrl__button[disabled], .images_modals .__box_ctrl__button.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .5;
    display: none;
}
.images_modals .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
.images_modals .swiper-button-next {
    left: auto;
    right: 0;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    transition: all .4s;
}
.images_modals .images_modals__content .swiper-button-prev.-active {
    transform: translate(-100%, -50%);
    transition: all .4s;
}
.images_modals .images_modals__content .swiper-button-next.-active {
    transform:  rotate(180deg) translate(-100%, 50%);
    transition: all .4s;
}






.metching__aligner {
    margin: 0 auto;
}
@media (min-width: 1060px) {
    .metching__aligner {
        max-width: 1340px;
        padding: 0 40px;
    }
}
[_section-middle-box] .middle_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin: 0 0 80px;
    gap: 0;
}
@media (min-width: 1060px) {
    [_section-middle-box] .middle_box {
        flex-direction: row;
        gap: 75px;
    }
}
[_section-middle-box] .middle_box_main {
    margin-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}
@media (min-width: 1060px) {
    [_section-middle-box] .middle_box_main {
        width: 800px;
        min-width: 800px;
        margin-top: 0;
    }
}


/* nav */
[_matching-tabs-nav].matching_tabs {
    width: 100%;
    background-color: var(--color-white);
    position: sticky;
    top: 0;
    z-index: 150000;
}
@media (min-width: 1060px) {
    [_matching-tabs-nav].matching_tabs {
        position: sticky;
        top: 101px;
        z-index: 1000;
    }
}
html[data-current-page-index="0"] .matching_tabs {
    transform: translateY(0);
}
[_matching-tabs-nav] .matching_tab_list {
    position: relative;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgb(228, 229, 237);
    overflow: auto;
    padding: 0 20px;
}
@media (min-width: 1060px) {
    [_matching-tabs-nav] .matching_tab_list {
        padding: 0 0px;
    }
}
[_matching-tabs-nav] .matching_tab_list::-webkit-scrollbar {
    display: none;
}
[_matching-tabs-nav] .matching_tab_item {
    position: relative;
    padding: 0 15px;
    text-align: center;
}
[_matching-tabs-nav] .matching_tab_item.-active {
    font-weight: 700;
}
[_matching-tabs-nav] .matching_tab_item.-active:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0;
    bottom: 0px;
    /* width: 69px; */
    height: 3px;
    background: rgb(33, 34, 36);
    transform: translateX(0px);
    transition: transform 300ms;
    border-radius: 50px;
}
[_matching-tabs-nav] .matching_tab_list_link {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: max-content;
}
/* // nav */
/* contents */
[_matching-content-wrap] .matching_content {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    /* max-height: 800px; */
}
@media (min-width: 1060px) {
    [_matching-content-wrap] .matching_content {
        padding: 0 0;
    }
}
[_matching-content-wrap] .matching_content_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    color: #212224;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
[_matching-content-wrap] .matching_content_title .matching_content_title_txt {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
}
[_matching-content-wrap] .matching_content_title .matching_content_title_txt:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 8%;
    margin-top: 0;
    width: 100%;
    height: 7px;
    border-radius: 2px;
    background: linear-gradient(310deg, #002c572e, #d6ecfa66 95%);
}
[_matching-content-wrap] .matching_content_inner {
    min-height: 300px;
    padding-bottom: 60px;
}
[_matching-content-wrap] .content-Inner-Html {
    max-height: 500px;
}
[_matching-content-wrap] .content-Inner-Html.-plan {
    max-height: 900px;
}
[_matching-content-wrap] .-active .content-Inner-Html {
    max-height: 100%;
}
[_matching-content-wrap] .matching_content_inner * img {
    width: 100%;
    background: var(--color-back);
}


/* more_btn */
.detail_wrap_more {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
}
@media (min-width: 1060px) {
    .detail_wrap_more {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
._wrap_more_back {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 240px;
    background: linear-gradient(360deg, var(--color-white), rgba(255, 255, 255, 0) 100%, rgba(217, 217, 217, 0) 100%);
}
.detail_wrap_more_box {
    background-color: var(--color-white);
    display: flex;
    align-items: flex-end;
}
.detail_wrap_more_box button {
    outline: none;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s, border-color 0.3s;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    user-select: none;
    white-space: nowrap;
    max-width: 100%;
    font-size: 15px;
    padding: 0px 20px;
    line-height: 16px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(200, 202, 210);
    color: rgb(33, 34, 36);

    margin: 0 auto;
    width: 100%;
    height: 42px;
}
@media (min-width:1060px) {
    .detail_wrap_more_box button {
        width: 250px;
        height: 50px;
    }
}
.detail_wrap_more_box button span + span {
    margin-left: 5px;
}
.detail_wrap_more_box button svg {
    width: 15px;
    height: 15px;
}
/* // more_btn */


/* // contents */











[_section-middle-box] .middle_box_side {
    padding-top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    position: -webkit-sticky;
}
@media (min-width: 1060px) {
    [_section-middle-box] .middle_box_side {
        position: sticky;
        top: 100px;
        width: 390px;
        min-width: 359px;
        padding-top: 32px;
    }
}