@import "./colors.css";

.btn_icon {
    width: 1.4rem;
    height: 1.4rem;
}
.single_article__fixed {
    width: 100%;
    max-width: 1080px;
    display: flex;
    align-items: center;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    overflow: hidden;
}

.single_article_tgb__fixed {
    text-align: center;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: unset;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.tgb_text_area p {
    width: 84%;
    font-size: clamp(13px, 3.6vw, 32px) !important;
}
.tab-4 .future_checked, .tab-4 .future_checked label:not(.past_checked) {
    cursor: pointer !important;
}

.tab-4 .future_checked .past_checked {
    cursor: not-allowed !important;
}
.flex .action_button {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 1.3rem 0.65rem;
    gap: 0.2rem;
    border-radius: 0.625rem;
    @media only screen and (max-width: 1024px) {
        font-size: 0.5rem;
    }
}

.footer_bottom {
    height: 90px;
}

.footer_bottom_button .w-full {
    font-size: 1.675rem !important;
    @media only screen and (max-width: 1024px) {
        font-size: 1.25rem !important;
    }
}

.flex .button_accept {
    padding-right: 1.5rem;
    @media only screen and (max-width: 1024px) {
         padding-right: 0.5rem;
    }
}

.footer_bottom_button button.button_shadow_outline_default {
    color: var(--color-red);
    border: 1px solid var(--color-red);
    box-shadow: 0px 3px 0px var(--color-pink-shadow);
}

.footer_bottom_button button.button_shadow_outline_pink {
    color: var(--color-pink);
    border: 1px solid var(--color-pink);
    box-shadow: 0px 3px 0px var(--color-pink-shadow);
}

.single_article .single_article__header {
    padding: 12px 16px;
}

.single_article .single_article__header .single_article__title {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.single_article .single_article__header .single_article__name {
    font-size: 18px;
    font-weight: 900;
}

.single_article .single_article__header .single_article__job_name {
    font-size: 12px;
    color: #E62E81;
    font-weight: 500;
}

.single_article .single_article__body {

}

.single_article .single_article__body .single_article__tabGroup {
    display: flex;
    margin: 10px auto 0;
    gap: 2px;
    height: 47px;
    @media only screen and (max-width: 1024px) {
        height: 27px;
    }
}

.single_article .single_article__body .single_article__tabGroup .single_article__tab {
    background-color: #EFB7CD;
    font-size: 10px;
    font-weight: 500;
    padding: 8px 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    flex: 1;
    color: #FFF;
    border-radius: 8px 8px 0 0;
}

.single_article .single_article__body .single_article__tabGroup .single_article__tab.is_active {
    color: #E62E81;
    background-color: #FBEBF4;
    height: 47px;
    margin-top: 2px;
    @media only screen and (max-width: 1024px) {
        height: 25px;
    }
}

.single_article .single_article__body .single_article__tabGroup .single_article__tab svg {
    margin-right: 2px;
    margin-top: 2px;
}

.single_article .single_article__body .single_article__tabGroup .single_article__tab svg path {
    stroke: #FFF;
}

.single_article .single_article__body .single_article__tabGroup .single_article__tab.is_active svg path {
    stroke: #E62E81;
}

/*tab 1*/
.single-tab-1 {
    padding: 24px 0px;
    background-color: #FBEBF4;
}

.gallery {
    padding: 0 1rem;
    margin: auto;
}

.main-swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-swiper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.thumb-swiper .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.5;
    cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #0d6efd;
    border-radius: 6px;
}

.thumb-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.thumb-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.thumb-swiper {
    flex: 1;
    height: 80px;
    max-width: calc(100% - 2rem);
}

.thumb-prev img , .thumb-next img {
    width: 0.75rem !important;
}

.thumb-prev.swiper-button-disabled , .thumb-next.swiper-button-disabled {
    display: none;
}

.thumb-prev {
    position: absolute;
    cursor: pointer;
    transform: rotate(90deg);
    left: 0.25rem;
    top: 32px;
}

.thumb-next {
    position: absolute;
    cursor: pointer;
    transform: rotate(-90deg);
    right: 0.25rem;
    top: 32px;
}

.tab-1-information {
    display: flex;
    background-color: #FFF;
    border-radius: 8px;
    padding: 16px 10px;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.tab-1-information .tab-1-information-component {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tab-1-information-block {
    display: flex;
    gap: 8px;
}

.tab-1-information-block label {
    background-color: #EFB7CD;
    color: #FFF;
    font-size: 9px;
    padding: 4px;
    font-weight: 500;
    width: 56px;
    text-align: center;
    border-radius: 4px;
    height: 20px;
}

.tab-1-information-block p {
    font-size: 12px;
    font-weight: 500;
}
.hands-on-information .tab-1-information-block p {
    white-space: pre-line;
}

.tab-1-information-block p a {
    text-decoration: underline;
}

.tab-1-apply {
    padding: 0.5rem 1rem;
    text-align: center;
}

.tab-1-apply h4 {
    color: #E62E81;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 6px;
}

.tab-1-apply button {
    width: -webkit-fill-available;
    height: 46px;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 8px;
}

.tab-1-apply button span {
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #E62E81;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 8px;
}

.tab-1-apply button.button_shadow_filled.button_shadow_filled_default span {
    border: 1px solid #FFF;
}
.tab-1-apply .tab-1-apply-text {
    display: flex;
    gap: 10px;
}

.tab-1-apply .tab-1-apply-text button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    height: 50px;
    padding-top: 8px;
    gap: 4px;
}

button.button_line {
    background-color: #5BBB61;
    box-shadow: 0 3px 0 #A4DCB0;
    gap: 4px;
}

.button_favorite {
    border: 1px solid #E62E81;
    border-radius: 50%;
    color: #E62E81;
    font-size: 8px !important;
    width: 50px !important;
    min-width: 50px;
    display: flex;
    gap: 0 ;
    padding-bottom: 5px;
}

button.button_favorite svg {
    margin: auto;
}

button.button_favorite.is_active svg {
    fill: #E62E81;
}
.tab-1-uniform {
    padding: 0 1rem;
}
.tab-1-uniform .tab-1-uniform-img {
    display: flex;
    gap: 12px;
}

.tab-1-uniform .tab-1-uniform-img img {
    border-radius: 4px;
    width: 50%;
    height: 210px;
    margin: 0 auto;
}

.tab-1-employment {
    margin-top: 8px;
    padding: 0 1rem;
}

.tab-1-employment .hands-on-information {
    padding: 0 24px;
    border-bottom: 1px solid #EFB7CD;
}

.tab-1-employment .hands-on-information h4 {
    text-align: center;
    color: #E62E81;
    font-size: 16px;
    padding-top: 36px;
    font-weight: 500;
}

.tab-1-employment .hands-on-information h4::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #E62E81;
    margin: 6px auto 0;
}

.tab-1-employment .hands-on-information .tab-1-information-block {
    padding: 12px 4px;
    border-bottom: 2px dotted #EFB7CD;
}

.tab-1-employment .hands-on-information .tab-1-information-block:last-child {
    border-bottom: none;
}

.tab-1-employment .hands-on-information .tab-1-information-block label {
    width: 70px;
    min-width: 70px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-1-benefits {
    padding: 0 1rem;
}

.tab-1-benefits .tab-1-benefits-component {
    padding: 16px 0;
    border-bottom: 2px dotted #EFB7CD;
}

.tab-1-benefits .tab-1-benefits-component .tab-1-benefits-component-header {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.tab-1-benefits .tab-1-benefits-component .single_article_info__tagGroup {
    display: flex;
    gap: 6px;
}

.tab-1-benefits .tab-1-benefits-component .single_article_info__tagGroup .tag {
    background-color: #EFB7CD;
    color: #FFF;
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 16px;
}

.tab-1-benefits .tab-1-benefits-component .single_article_info__tagGroup .tag.-gray {
    background-color: #EDEDED;
    color: #BDBDBD;
}

.tab-1-benefits .whiteboard_pink {
    padding: 0 16px 40px 16px;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 10px 0;
}

.steps::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 50px;
    right: 50px;
    height: 1px;
    background: #B3B3B3;
    z-index: 1;
}

.step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto;
}

.step.completed .circle {
    background: #E62E81;
}

.label {
    margin-top: 8px;
    font-size: 12px !important;
    color: #B3B3B3;
    max-width: 80px;
    @media screen and (max-width: 1023px) {
        font-size: 8px !important;
    }

}

.step.completed .label {
    color: #E62E81;
}


.tab-1-work-environment-component {
    border-radius: 8px;
    border: 1px solid #EFB7CD;
    padding: 16px;
}

.whiteboard_pink h4 {
    text-align: center;
    color: #E62E81;
    font-size: 16px;
}

.whiteboard_pink h4::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #E62E81;
    margin: 6px auto 0;
}

.tab-1-work-environment-component .single_step {
    border-bottom: 2px dotted #EFB7CD;
    padding: 16px 0 6px;
    display: flex;
    flex-direction: column;
}

.tab-1-work-environment-component .single_step h5 {
    width: 108px;
    height: 18px;
    background-color: #EFB7CD;
    font-size: 11px;
    color: white;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}

.tab-1-work-environment-component .single_step .steps span {
    width: 36px;
    min-width: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.tab-1-work-environment-component .single_step .steps .step {
    width: 20%;
}

.single_article_movie__inner {
    width: -webkit-fill-available;
    height: auto;
}

.single_article_movie__inner iframe {
    width: 100%;
    height: 198px !important;
    @media screen and (min-width: 768px) {
        height: 351px !important;
    }
}

.tab-1-pr-video {
    margin-top: 24px;
}

.tab-1-pr-video h4 {
    padding-bottom: 16px;
}

.single_article_cast__inner {
    width: 100%;
}

.single_article_cast__imageWrap img {
    border-radius: 8px;
}


.single-tab-no-background {
    padding-top: 32px;
}

.single-tab-address .tab-1-employment .hands-on-information {
    border-bottom: none;
}

.single-tab-address .whiteboard_pink {
    margin: 0 16px 16px;
    padding: 20px 16px;
    text-align: center;
    @media only screen and (max-width: 1024px) {
        padding: 6px 16px;
    }
}

.single-tab-address .whiteboard_pink .whiteboard_pink_inner {
    border-bottom: 2px dotted #EFB7CD;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-tab-address .whiteboard_pink .whiteboard_pink_inner:last-child {
    border-bottom: none;
}

.single-tab-address .whiteboard_pink .whiteboard_pink_inner h5 {
    text-align: center;
    color: #EB92B9;
    font-size: 10px;
    margin-bottom: 6px;
}

.single-tab-address .whiteboard_pink .whiteboard_pink_inner h5::after {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background-color: #EB92B9;
    margin: 2px auto 0;
}

.font-12 {
    font-size: 12px;
}

.font-11 {
    font-size: 11px;
}

.font-10 {
    font-size: 10px;
}

.single-tab-address {
    position: relative;
    padding: 0;
}

.single-tab-address .hands-on-information {
   border-bottom: 0;
}

.single-tab-address .store__review_notice {
    position: absolute;
    right: 16px;
    bottom: -18px;
    color: #E62E81;
    font-size: 8px;
}

.single-tab-address .sub-content {
    text-align: center;
}

.single-tab-address form {
    background: #FBEBF4;
    margin: 16px;
    padding: 20px;
    border-radius: 8px;
}

.single-tab-address form .entry_section__list {
    margin-top: 0;
}

.single-tab-address form .entry_section__list .entry_section__itemTitle {
    font-size: 12px;
    font-weight: 500;
}

.single-tab-address form .entry_section__list .entry_section__itemTitle .entry_section__require {
    background-color: #E62E81;
    font-size: 8px;
    width: 24px;
    height: 8px;
    border-radius: 16px;
    padding: 2px 6px;
}

.entry_section__itemData {
    display: flex;
    gap: 12px;
    margin-top: 0.3125rem;
}

.entry_section__buttonWrap {
    flex-direction: column;
}

.entry_section__buttonWrap button {
    padding: 8px 54px;
    margin-bottom: 12px;
    width: 305px;
    @media only screen and (max-width: 1024px) {
        width: 234px;
        padding: 8px 50px;
    }
}

.entry_section__buttonWrap p {
        font-size: 13px;
    @media only screen and (max-width: 1024px) {
        font-size: 10px;
    }
}

.tab-1-social {
    text-align: center;
    padding-top: 1.75rem;
    @media screen and (max-width: 1023px) {
        padding-top: 1rem;
    }
}

.tab-1-social .tab-1-social-icon {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.tab-1-social .tab-1-social-icon img {
    width: 2.8rem;
    height: 2.8rem;
    @media screen and (max-width: 1023px) {
        width: 1.675rem;
        height: 1.675rem;
    }
}

.tab-1-social p {
    font-size: 12px;
    font-weight: 400;
    color: #B3B3B3;
    margin-top: 6px;
    @media screen and (max-width: 1023px) {
        font-size: 8px;
    }
}

.tab-2 {
    position: relative;
}

.review__list {
    background-color: #FBEBF4;
    padding-top: 16px;
}

.tab-2 .review__list {
    background-color: white;
    padding: 0;
}

.tab-2 .review__list #review__list_table {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 20px;
    background-color: #FBEBF4;
    
}

.review__list .store__review-list {
    margin-top: 4px;
} 

.tab-2 .review__list .store__review-list{
    padding-top: 1rem;
    margin-top: 0;
    padding-bottom: 1.2rem;
    background-color: #FBEBF4;
}

.review__list .store__review-list .store__application_item.d-flex {
    display: flex;
    padding: 24px 16px 16px 0;
}

.review__list .store__review-list .store__application_item.d-flex .store__application_item-image {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review__list .store__review-list .store__application_item .store__application_item-content {
    padding: 0;
}

.review__list .store__review-list .store__application_item-content-group {
    padding: 10px 6px;
    gap: 20px
}
.review__list .store__review-list .store__application_item-flex-box {
    width: unset;
}


.review__list .store__review-list .store__application_item-content-group:last-child {
    border-bottom: none;
}

.review__list .store__tweet-list-table .store__tweet-list-component, .review__list .store__application_item {
    border: 2px solid #E62E81;
    border-radius: 16px;
    box-shadow: 0 4px 0 #EFB7CD;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.tab-4 h5 {
    text-align: center;
    color: #E62E81;
    font-size: 15px;
    font-weight: 700;
}

.tab-4 h5::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #E62E81;
    margin: 6px auto 0;
}

.smart-experience-steps {
    display: flex;
    gap: 8px;
    margin: 12px 0 10px;
    justify-content: center;
}

.smart-experience-step {
    padding: 10px 4px 10px 4px;
    min-width: 82px;
    position: relative;
}

.smart-experience-step.pinkboard_white {
    min-width: 70px;
    background: #EB92B9;
    color: #FFF;
    border: 1px solid #FFF;
}

.smart-experience-step.pinkboard_white .smart_experience_header p {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.smart-experience-step.pinkboard_white .smart_experience_body p {
    color: #FFF;
}

.smart-experience-step .smart_experience_header p {
    color: #EB92B9;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    border-bottom: 1px solid #EB92B9;
}

.smart-experience-step .smart_experience_body {
    padding: 8px 4px;
}

.smart-experience-step .smart_experience_body p {
    font-size: 7px;
}
.smart-experience-step .smart_experience_arrow {
    position: absolute;
    bottom: 10px;
    right: -6px;
    background: #EB92B9;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
}

.smart-experience-step .smart_experience_arrow img {
    width: 5px;
    margin: auto auto auto 6px;
}


.tab-4 .sub-title {
    text-align: center;
    font-size: 8px;
}

.modal-apply h2 {
    font-size: 15px;
}

.modal-apply .-type1 {
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 1px solid #EFB7CD;
}

.modal-apply .-type2 {
    font-size: 12px;
    font-weight: 500;
}

.modal-apply .content {
    padding: 20px 16px 0;
}

.modal-apply .content .button_shadow_filled.button_shadow_filled_pink a p {
    color: #FFF;
}

.modal-apply .content .button_shadow_filled.button_shadow_filled_pink a p:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
}
.modal-apply .content .button_shadow_filled {
    width: -webkit-fill-available;
    margin-top: 4px;
    margin-bottom: 8px;
}


.modal-apply .content .button_shadow_filled.button_shadow_filled_pink a p:last-child {
    font-size: 11px;
}

.modal-apply .content .button_shadow_filled.button_shadow_filled_white {
    height: auto;
}

.modal-apply .content .button_shadow_filled.button_shadow_filled_white a {
    font-size: 12px;
}

.modal-apply .text-note {
    font-size: 8px;
    font-weight: 400;
}

.modal-apply .message {
    background-color: #FBEBF4;
    padding: 20px;
    font-size: 10px;
    border-radius: 8px;
    text-align: left;
    margin-top: 4px;
}

.modal-apply .copy-message {
    border: 1px solid #EB92B9;
    width: 108px;
    color: #EB92B9;
    font-size: 8px;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    gap: 2px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 16px;
}

#line_modal .modal-content {
    border: 1px solid #5BBB61;
}

#line_modal .modal-content {
    border: 1px solid #5BBB61;
}

#line_modal.modal-apply .content .button_shadow_filled.button_shadow_filled_pink {
    background-color: #5BBB61;
    box-shadow: 0 3px 0 #A4DCB0;
    height: 40px;
}

#line_modal.modal-apply .content .button_shadow_filled.button_shadow_filled_white {
    box-shadow: 0 3px 0 #A4DCB0;
    border: 1px solid #5BBB61;
    color: #5BBB61;
}

#line_modal.modal-apply .content .button_shadow_filled.button_shadow_filled_pink a p:last-child {
    font-size: 15px;
}

#line_modal.modal-apply .-type1 {
    border-bottom: 2px dotted #5BBB61;
}

#login_modal .modal-text.-type1 {
    color: #E62E81;
    font-size: 12px;
    margin-bottom: 4px;
}

#login_modal .button_shadow_filled_default, #login_modal .button_filled {
    width: -webkit-fill-available;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
}

#login_modal .whiteboard_pink {
    border: 1px solid #E62E81;
    margin-top: 12px;
    padding: 20px 12px;
}

#login_modal .whiteboard_pink h5 {
    color: #E62E81;
    font-size: 14px;
    font-weight: 700;
}

#login_modal .whiteboard_pink .form_section__input {
    text-align: left;
}

#login_modal #password_eye, #login_modal #password_eye_slash {
    width: unset;
}

.content-wrapper {
    position: relative;
    padding: 2rem 1.375rem;
}

.content-wrapper a {
    color: #0782C1 !important;
    text-decoration: underline !important;
}

.content-box {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.content-box.is-open {
    max-height: 9999px !important; /* mở full */
}

.btn-more {
    position: absolute;
    font-size: 9px !important;
    bottom: -12px;
    left: calc(50% - 46px);
    z-index: 2;
    width: 7.25rem;
    padding: 0.25rem 1.35rem 0.25rem 0.75rem !important;
    @media screen and (max-width: 1023px) {
        width: 5.25rem;
    }
}

.btn-more.is-active {
    background-color: #FFF;
    color: #E62E81;
    border: 1px solid #E62E81;
}

.btn-more::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 8px;
    width: 0.625rem;
    height: 0.625rem;
    background-color: currentColor;
    -webkit-mask: url(../../icon/arrow_down_transparent.svg) no-repeat center /
        contain;
    mask: url(../../icon/arrow_down_transparent.svg) no-repeat center / contain;
    transition: transform 0.25s ease; 
    @media screen and (max-width: 1023px) {
        top: 7px;
    }
}

.btn-more.is-active::after {
    transform: rotate(180deg);
    top: 9px;
    right: 15px;
    @media screen and (max-width: 1023px) {
        top: 5px;
    }
}

.tab-2 .need-login {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 300px) !important;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.tab-2 .need-login p {
    font-size: 12px;
    text-align: center;
}

.tab-2 .need-login .button_shadow_filled.button_shadow_filled_default {
    width: 160px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.tab-2 .need-login .whiteboard_pink {
    width: 160px;
    border: 2px solid #E62E81;
    padding: 20px 10px;
}

.tab-2 .need-login .whiteboard_pink h5 {
    color: #E62E81;
    font-size: 12px;
    text-align: center;
}
.tab-2 .need-login .whiteboard_pink button {
    width: -webkit-fill-available;
    font-size: 0.75rem;
}

.tab-2 .need-login .whiteboard_pink #password_review_eye, .tab-2 .need-login .whiteboard_pink #password_review_eye_slash {
    width: 7px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 24px;
    color: #eb92b9;
}

h2.acceptTitle {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.button_more img {
    width: 0.4rem;
    margin-top: 1px;
    @media screen and (max-width: 1023px) {
        width: 0.3rem;
    }
}
.store__application_item-footer button{
    gap: 10px;
    @media screen and (max-width: 1023px) {
        gap: 7px;
    }
}

.store__calendar .past_checked{
    pointer-events: none;
    cursor: not-allowed;
}

.store__calendar .today_disable {
    pointer-events: none;
    cursor: not-allowed;
}

@media screen and (max-width: 1023px) {
    .tab-2 .need-login .whiteboard_pink .form_section__input {
        font-size: 7px;
    }

    .tab-2 .need-login .whiteboard_pink #password_review_eye, .tab-2 .need-login .whiteboard_pink #password_review_eye_slash {
        width: 7px;
        top: 50%;
        position: absolute;
        right: 16px;
        color: #eb92b9;
    }

    .tab-2 .need-login .whiteboard_pink #password_review_eye svg, .tab-2 .need-login .whiteboard_pink #password_review_eye_slash svg {
        width: 10px;
    }

    .tab-2 .need-login .single_article_question__error {
        font-size: 8px;
    }
    .single_article__fixed {
        border: 1px solid #EB92B9;
        border-radius: 8px 8px 0 0;
        border-bottom: none;
        margin: 0 12px;
        width: calc(100% - 24px);
        padding: 16px 0 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        left: 0;
        transform: unset;
    }
}

.single_article__flex {
    display: flex;
    gap: 8px;
    width: -webkit-fill-available;
    padding: 0 12px 12px 12px;
}

.single_article__flex button a, .single_article__flex button {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 12px;
    height: 50px;
    gap: 0;
}

.register_section__itemData {
    margin-top: 2px;
    display: flex;
    gap: 16px;
    @media screen and (max-width: 1023px) {
        gap: 6px;
    }
}

#smart_experience_form, #smart_experience_confirm_form {
    text-align: left;
}

#smart_experience_form .validation__error {
    color: #E62E81;
    font-size: 12px;
    @media screen and (max-width: 1023px) {
        font-size: 8px;
    }
}

#smart_experience_form .register_section__itemTitle {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    @media screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.smart_experience_time {
    border-bottom: 1px solid var(--color-rose);
}

.common_confirmPage__item {
    border-bottom: 1px solid #FA8DBA;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    min-height: 50px;
}

.common_confirmPage__item:last-child {
    border-bottom: none;
}

.common_confirmPage__item dt {
    padding-left: 8px;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #FA8DBA;
    position: relative;
    @media screen and (max-width: 1023px) {
        font-size: 10px;
    }
}

.common_confirmPage__item:not(:first-of-type):has(dd:not(:empty)) dt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: radial-gradient(
        circle,
        var(--color-pink) 30%,
        transparent 31%
    );
    background-size: 6px 3px;
    background-repeat: repeat-x;
}

.common_confirmPage__item dd {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 12px;
    }
}
.common_confirmPage__list dd{
    padding: 6px 0 0 8px !important;
}
.prevIcon, .nextIcon {
    display: flex !important;
    justify-content: center;
}
.previewModal img {
    border-radius: 0.5rem;
}

.common_confirmPage__list dt{
    border-bottom: none !important
}

.modal-h3{
    color: var(--color-black);
    font-size: 0.625rem;
    font-weight: 500;
}
.modal-imgWrap {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}
.modal-img {
    width: 139px;
    height: 155px;
}

.confirm_item dt {
    color: var(--color-pink);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.375rem 0.5rem 0.375rem 2rem;
    position: relative;
    @media screen and (max-width: 1023px) {
        font-size: 0.625rem;
        padding: 0.375rem 0.5rem;
    }
}
.confirm_item:has(dd:not(:empty)) dt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        var(--color-pink-shadow),
        var(--color-pink-shadow) 2px,
        transparent 2px,
        transparent 7px
    );
}
.confirm_item dd {
    padding: 0.5rem;
    padding-left: 2rem;
    font-size: 1rem;
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
        padding: 0.5rem;
    }
}
.confirm_item:not(:last-child) dd {
    border-bottom: 1px solid var(--color-soft-pink);
}

.store__review-list{
    padding: 0 16px;
}

.store__review_action{
    margin-top: 1.25rem !important;
    padding-top: 1.125rem;
    background-color: white;
}

.action_link{
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: underline;
    @media screen and (max-width: 1023px) {
        font-size: 0.625rem;
    }
}

@media only screen and (max-width: 768px) {
    .prevIcon, .nextIcon {
        padding: 0 !important;
    }
    .previewModal img {
        max-width: 84% !important;
    }
    .prevIcon img, .nextIcon img {
        width: 24px !important;
        height: 24px !important;
    }
}

.tab-1-work-environment-component .single_step .steps::before {
    width: calc(100% - 20% - 72px);
    margin: auto;
}

.options-list{
    @media screen and (min-width: 1024px) {
        max-height: 185px !important;
    }
    @media screen and (max-width: 375px) {
        max-height: 135px !important;
    }
}

/* responsive pc */
@media screen and (min-width: 768px) {
    .single_article .single_article__body .single_article__tabGroup .single_article__tab {
        border-radius: 12px 12px 0 0;
        padding: 14px 0;
        font-size: 18px;
    }

    .single_article .single_article__body .single_article__tabGroup .single_article__tab svg {
        width: 17px;
        height: 17px;
    }

    .single-tab-1 {
        padding: 61px 30px 127px 30px;
    }

    .single_article .gallery {
        width: 100%;
    }

    .single_article .main-swiper {
        margin-bottom: 18px;
        max-width: 655px;
        height: 491px;
    }

    .single_article .main-swiper img {
        aspect-ratio: 4/3 !important;
    }

    .single_article .thumb-swiper {
        margin: 0 70px !important;
        max-width: 100%;
    }

    .tab-1-information {
        margin: 25px auto 22px auto;
        max-width: 896px;
        border-radius: 12px;
        flex-direction: column;
        gap: 12px;
        padding-top: 23px;
        padding-bottom: 25px;
        padding-left: 8.65%;
        padding-right: 7.65%;
    }

    .tab-1-information .tab-1-information-component {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }

    .tab-1-information .tab-1-information-component .tab-1-information-block {
        gap: 20px;
    }

    .tab-1-information-block label {
        font-size: 10px;
        width: 80px;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tab-1-apply {
        text-align: left;
        padding: 0;
        max-width: 896px;
        margin: auto;
    }

    .tab-1-apply h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .tab-1-apply button {
        margin-bottom: 0;
        height: 58px;
    }

    .tab-1-apply .tab-1-apply-text {
        display: none;
    }

    .single_article .button_favorite {
        width: 76px !important;
        height: 76px !important;
        font-size: 13px !important;
        padding-bottom: 0 !important;
        text-align: center;
    }

    .single_article button.button_favorite svg {
        width: 36px;
        height: 32px;
    }

    .tab-1-uniform .tab-1-uniform-img {
        max-width: 655px;
        margin: auto;
        height: 445px;
        margin-bottom: 18px !important;
        margin-top: 8px !important;
    }

    .tab-1-uniform .tab-1-uniform-img img {
        height: 100%;
        border-radius: 12px;
    }

    .tab-1-employment .whiteboard_pink {
        max-width: 655px;
        margin-top: 8px !important;
        margin: auto;
        margin-bottom: 38px;
    }

    .tab-1-employment .hands-on-information h4 {
        font-size: 20px;
        padding-top: 31px;
    }

    .tab-1-employment .hands-on-information .tab-1-information-block {
        max-width: 515px;
        margin: auto;
        padding-left: 56px;
        padding-right: 42px;
        display: flex;
        gap: 40px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .tab-1-employment .hands-on-information .tab-1-information-block label {
        font-size: 15px;
        width: 132px;
        min-width: 132px;
        height: 25px;
        border-radius: 8px;
    }

    .single_article .content-wrapper {
        max-width: 655px;
        margin: auto;
        margin-bottom: 48px !important;
        margin-top: 8px;
    }

    .single_article .content-box {
        padding-top: 44px;
        padding-bottom: 60px;
        max-width: 464px;
        margin: auto;
        max-height: 379px;
    }

    .tab-1-benefits .whiteboard_pink {
        max-width: 655px;
        margin: auto;
        margin-top: 12px;
    }
    .tab-1-benefits .whiteboard_pink .tab-1-benefits-component {
        max-width: 515px;
        margin: auto;
        padding: 24px 0;
    }

    .tab-1-benefits .tab-1-benefits-component .tab-1-benefits-component-header {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        margin-bottom: 14px;
        font-size: 20px;
    }

    .tab-1-benefits .tab-1-benefits-component .tab-1-benefits-component-header svg {
        width: 21px !important;
        height: 21px !important;
    }

    .tab-1-benefits .tab-1-benefits-component .single_article_info__tagGroup {
        margin-top: 0;
        gap: 12px;
    }

    .tab-1-benefits .tab-1-benefits-component .single_article_info__tagGroup .single_article_info__tagWrap {
        margin: 0 !important;
    }

    .tab-1-benefits .tab-1-benefits-component .single_article_info__tagGroup .tag {
        font-size: 14px;
    }

    .tab-1-work-environment-component {
        max-width: 515px;
        margin: auto;
        margin-top: 26px;
        padding: 34px 31px;
        font-size: 20px;
    }

    .tab-1-work-environment-component h4 {
        font-weight: 500;
        font-size: 20px;
    }

    .tab-1-work-environment-component .single_step {
        padding: 24px 15px 15px 15px;
    }

    .tab-1-work-environment-component .single_step h5 {
        font-size: 15px;
        width: 152px;
        height: 25px;
    }

    .tab-1-work-environment-component .single_step .steps {
        padding-top: 15px
    }

    .tab-1-work-environment-component .single_step .steps::before {
        top: 24px;
        width: calc(100% - 16% - 100px);
        margin: auto;
    }

    .tab-1-work-environment-component .single_step .steps span {
        font-size: 16px;
        height: 20px;
        width: auto !important;
        min-width: 50px !important;
    }

    .step .circle {
        margin-top: 2.5px;
    }

    .step.completed .circle {
        margin-top: 0;
        width: 19px;
        height: 19px;   
    }

    .tab-1-pr-video {
        margin-top: 35px !important;
        max-width: 515px;
        margin: auto;
    }

    .tab-1-pr-video h4 {
        font-size: 20px;
        font-weight: 500;
    }

    .single_article .single-tab-no-background {
        padding-top: 66px;
    }

    .single_article .single-tab-no-background .tab-1-employment .hands-on-information {
        max-width: 925px;
        padding: 0;
        margin: auto;
        border: none;
    }

    .single_article .single-tab-no-background .tab-1-employment .hands-on-information .tab-1-information-block {
        max-width: none;
        width: 100%;
        gap: 24px;
        padding: 24px 26%;
    }

    .single_article .single_article_workplace__mapWrap {
        margin-top: 20px !important;
        max-width: 609px;
        margin-bottom: 40px;
    }

    .single_article .single-tab-address .whiteboard_pink {
        max-width: 609px;
        margin: auto;
        margin-top: 12px !important;
        padding: 0 22px;
        border-radius: 12px;
    }

    .single_article .single-tab-address .whiteboard_pink.content-wrapper .content-box {
        max-height: 80px;
    }

    .single_article .single-tab-address .whiteboard_pink.content-wrapper .content-box.is-open {
        max-height: 9999px;
    }

    .single_article .single-tab-address .whiteboard_pink:last-child {
        margin-bottom: 36px;
    }

    .single_article .single-tab-address .whiteboard_pink .whiteboard_pink_inner {
        padding: 15px 0;
    }

    .single_article .single-tab-address .whiteboard_pink .whiteboard_pink_inner h5 {
        font-size: 13px;
        margin-bottom: 8px;
        font-weight: 500;
    }

    .single_article .single-tab-address .whiteboard_pink .whiteboard_pink_inner p {
        font-weight: 500;
        font-size: 15px !important;
    }
    
    .single_article .single-tab-address .store__review_notice {
        right: calc(100% - (609px + (100% - 609px)/2));
        font-size: 14px;
        bottom: -24px;
    }

    .single_article .single-tab-address .store__review_notice svg {
        height: 14px;
        width: 14px;
    }

    .single_article .btn-more {
        font-size: 14px !important;
        left: calc(50% - 59px) !important;
    }

    .single_article .single-tab-address .sub-content {
        margin-top: 23px;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single_article .single-tab-address form {
        border-radius: 12px;
        margin: 0 auto;
        max-width: 609px;
        padding: 24px 90px;
    }

    .single_article .single-tab-address form .entry_section__list .entry_section__itemTitle {
        font-size: 16px;
    }

    .single_article .single-tab-address form .entry_section__list .entry_section__itemTitle .entry_section__require {
        font-size: 10px;
        width: 32px;
        line-height: 12px;
        height: 12px;
    }

    .single_article .single-tab-address form .entry_section__list .entry_section__itemData .input_white {
        border-radius: 10px;
        padding: 8px 18px;
        font-size: 16px;
    }

    .single_article .single-tab-address .entry_section__buttonWrap {
        margin-top: 24px !important;
    }

    .single_article .single-tab-address .entry_section__buttonWrap button {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .single_article .single-tab-address .entry_section__buttonWrap p {
        font-size: 13px;
    }

    .single_article .single-tab-no-background .tab-1-social {
        padding: 26px 0;
    }

    .single_article .single-tab-no-background .tab-1-social p {
        margin-top: 9px;
    }

    .single_article .single-tab-no-background .tab-1-social .tab-1-social-icon img {
        width: 30px;
        height: 30px;
    }
    
    .divider h4 {
        font-size: 20px !important;
    }

    /* tab2 */
 
    .tab-2 {
        min-height: calc(100vh - 200px);
    }

    .tab-2 .need-login p  {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .tab-2 .need-login .button_shadow_filled.button_shadow_filled_default {
        margin-top: 0;
        width: 240px;
        font-size: 20px !important;
    }

    .tab-2 .need-login .whiteboard_pink {
        max-width: 350px;
        margin: 0 auto;
        width: 100%;
        padding: 24px;
    }

    .tab-2 .need-login .whiteboard_pink h5 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .tab-2 .need-login .whiteboard_pink button {
        width: 70%;
        font-size: 1rem;
    }

    .tab-2 .need-login .whiteboard_pink .login_section__buttonGroup {
        margin-top: 16px;
        width: 100%;
    }

    .tab-2 .need-login .whiteboard_pink .login_section__list .login_section__item {
        width: 100%;
    }

    .tab-2 .need-login .whiteboard_pink .login_section__list .login_section__item:nth-child(n+2) {
        margin-top: 20px;
    }

    .tab-2 .need-login .whiteboard_pink .login_section__list .login_section__item .login_section__itemData input {
        padding: 8px 12px;
    }

    .tab-2 .review__list #review__list_table, .tab-2 #review__detail .store__review-list {
        margin: 0 auto;
        padding: 2.25rem 7rem;
        border-radius: 0 0 20px 20px;
        background-color: #FBEBF4;
    }

    .tab-2 #review__detail .store__review-list .store__review_qna {
        margin-top: 40px;
    }

    .tab-2 #review__detail .store__review-list .store__review_qna .store__review_qna-group {
        margin-top: 30px
    }

    .tab-2 #review__detail .store__review-list .store__review_qna .store__review_qna-question {
        font-size: 16px;
        font-weight: 500;
    }

    .tab-2 #review__detail .store__review-list .store__review_qna .store__review_qna-answer {
        font-size: 16px;
        font-weight: 500;
    }

    .tab-2 #review__detail .store__review-list .store__review_qna .store__review_qna-answer .steps::before {
        top: 19px;
    }

    .tab-2 .store__application_item .store__application_item-header, .tab-2 #review__detail .store__application_item-image {
        border: none;
        flex-direction: column;
        align-items: center;
        margin-right: 30px;
        padding: 0;
    }

    .tab-2 #review__detail .store__application_item-image {
        min-width: 91px;
    }

    .tab-2 #review__detail .store__application_item-image p {
        font-size: 14px;
    }

    .tab-2 .store__application_item .store__application_item-content-group {
        padding: 12px 20px !important;
        gap: 16px;
    }

    .tab-2 .store__application_item .store__application_item-content-group .store__application_item-flex-box {
        width: fit-content;
    }

    .tab-2 .store__application_item .store__application_item-content-group .store__application_item-tag {
        height: 20px;
        font-size: 13px;
        width: 130px;
        min-width: auto !important;
    }

    .tab-2 .store__application_item .store__application_item-header img, .tab-2 #review__detail .store__application_item-image img {
        width: 91px;
        height: 91px;
        min-width: 91px;
    }

    .tab-2 .store__application_item-footer {
        padding: 0;
    }

    .tab-2 .pagination_common .pagination ul li span,  .tab-2 .pagination_common .pagination ul li a {
        font-size: 20px !important;
    }

    .tab-2 .pagination_common .page_range {
        font-size: 20px;
    }

    .review__list #review__list_table .store__application_item {
        padding: 12px 24px !important;
    }

    .review__list .store__review-list .store__application_item-content-group:last-child {
        border-bottom: 2px dotted #EFB7CD;border-bottom: 2px dotted #EFB7CD;
    }


    /* tab3 */

    .tweet__list {
        padding-top: 43px;
    }

    .tweet__list .store__tweet-list-component {
        padding: 23px 62px 30px 62px !important;
        max-width: 857px;
        margin: auto;
    }
    
    .tweet__list .store__tweet-list-component {
        margin-bottom: 32px !important;
    }

    .tweet__list .store__tweet-list-component .store__tweet-list-component-header {
        padding: 0 20px;
    }

    .tweet__list .store__tweet-list-component .store__tweet-list-component-header .store__tweet-list-component-title {
        font-size: 20px;
    }

    .tweet__list .store__tweet-list-component .store__tweet-list-component-header .store__tweet-list-component-date {
        font-size: 13px;
        width: auto;
    } 

    .tweet__list .store__tweet-list-component .store__tweet-list-component-content {
        font-size: 16px;
        padding: 0 20px;
    }

    .tweet__list .store__tweet-list-component .store__tweet-list-component-images {
        padding: 0 20px;
        padding-top: 12px;
    }

    .tweet__list .store__tweet-list-component .store__tweet-list-component-images img {
        height: 174px;
    }

    .tweet__list .store__tweet-list-table .store__review_notice {
        margin-right: calc(100% - (857px + (100% - 857px)/2)) !important;
        margin-top: -20px;
        font-size: 12px;
        font-weight: 500;
    }

    .tweet__list .store__tweet-list-table .store__review_notice svg {
        width: 14px;
        height: 14px;
    }

    .tweet__list .pagination_common .pagination ul li span,  .tweet__list .pagination_common .pagination ul li a {
        font-size: 20px !important;
    }

    .tweet__list .pagination_common .page_range {
        font-size: 20px;
    }

    /* tab4 */
    .tab-4 .review__list h5 {
        font-size: 25px;
    }

    .tab-4 .review__list .smart-experience-steps {
        margin-top: 25px;
        margin-bottom: 14px;
        gap: 21px;
    }

    .tab-4 .review__list .smart-experience-steps .smart-experience-step.whiteboard_pink {
        max-width: 176px;
        width: 100%;
        padding: 21px 14px !important;
    }

    .tab-4 .review__list .smart-experience-steps .smart-experience-step .smart_experience_header p {
        font-size: 20px;
        font-weight: 700;
    }

    .tab-4 .review__list .smart-experience-steps .smart-experience-step .smart_experience_body {
        padding-top: 14px;
    }

    .tab-4 .review__list .smart-experience-steps .smart-experience-step .smart_experience_body p {
        font-size: 14px !important;
    }

    .tab-4 .smart-experience-step .smart_experience_arrow {
        width: 26px;
        height: 26px;
        justify-content: center;
        align-items: center;
        right: -13px;
    }

    .tab-4 .smart-experience-step .smart_experience_arrow img {
        width: 6px;
        height: 13px;
        margin: 0;
    }

    .tab-4 .sub-title {
        font-size: 13px;
        font-weight: 500;
    }

    .tab-4 .smart_experience_calendar_header {
        font-size: 24px !important;
        padding: 0 !important;
    }

    .tab-4 .store__calendar th {
        font-size: 11px !important;
    }

    .tab-4 .store__calendar tbody tr td {
        height: 66px;
        padding: 4px;
    }

    .tab-4 .store__calendar tbody tr td label {
        font-size: 11px;
        line-height: 11px;
    }

    .tab-4 .store__calendar tbody tr td label p {
        font-size: 9px !important;
    }

    .tab-4 .store__calendar tbody tr td label span {
        font-size: 8px !important;
    }

}

@media screen and (min-width: 1024px) {
    .tab-1-information-block p {
        font-size: 16px;
    }

    .tab-1-apply button {
        font-size: 24px;
    }

    .tab-1-apply button span {
        font-size: 16px;
    }

    .tab-4 .smart_experience_calendar_container {
        flex-direction: row !important;
        max-width: 857px;
        margin: 0 auto;
        margin-top: 6px !important;
    }

    .review__list #review__list_table .store__application_item, .tab-2 .store__review-list .store__application_item {
        padding: 24px 60px !important;
    }


    .store__application_item-content {
        padding: 0 !important;
    }

    .modal-content{
        padding: 45px 30px 28px !important;
    }
    .select-wrap{
        max-width: 6.5rem !important;
    }
    .button_size_large {
        width: 100%;
        max-width: 22rem;
        padding: 0.5rem 1.25rem !important;
    }
}

@media screen and (min-width: 1280px) {
    .tab-1-information-block label {
        width: 100px;
        font-size: 12px;
    }
}

#smart_modal .modal-apply .-type1 {
    @media screen and (min-width: 1024px) {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1023px) {
    .content-box p {
        font-size: 12px !important;
    }
}