:root {
  --vh: 100vh;
}

.qna_main_title {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translate(-50%);
    top: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qna_main_title h3 {
    font-family: 'Paperlogy';
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}

.qna_main_title p {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
}

.qna_main_title img {
    width: 57px;
    height: 65px;
}

.cat_pin_wrap {
    position: relative;
    height: 120svh;
    margin-top: -120svh;
    top: 4svh;
    margin-bottom: 0;
    z-index: 5;
}

.cat_pin_wrap.is-fixed {
    position: fixed;
    inset: 0;
    height: 100vh;
    z-index: 50;
}

.cat_section {
    position: absolute;
    inset: 0;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 200px;
    pointer-events: none;
}

.cat_track {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
}

.cat_track img {
    position: absolute;
    top: 0;
}

.cat_scroll_img1 {
    z-index: 4 !important;
}

.cat_scroll_img2 {
    z-index: 5 !important;
}

.cat_scroll_img8 {
    z-index: 9 !important;
}

.qna_file_wrap {
    position: relative;
    margin-top: -21.2%;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    z-index: 5;
}

.qna_file {
    position: relative;
    display: block;
    overflow: visible;
    text-decoration: none;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.qna_file_wrap:hover .qna_file {
    opacity: 0.35;
}

.qna_file_wrap:hover .qna_file:hover {
    opacity: 1;
}

.cat_hand1 {
    left: 53%;
    top: -35%;
}

.cat_hand2 {
    left: 47%;
    top: -32%;
}

.cat_hand3 {
    left: 17%;
    top: -60%;
}

.cat_hand4 {
    left: 26%;
    top: -77%;
}

.cat_hand5 {
    left: 37%;
    top: -110%;
}

.cat_hand6 {
    left: 27%;
    top: -125%;
}

.qna_file::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-color);
    background-size: cover;
    background-position: top center;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.qna_file::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-gray);
    background-size: cover;
    background-position: top center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.qna_file_wrap:hover .qna_file::before {
    opacity: 0;
}

.qna_file1,
.qna_file5 {
    --pColor: rgba(255,255,255,0.7);
    --h3Color: #fff;
}

.qna_file2,
.qna_file3,
.qna_file4,
.qna_file6 {
    --pColor: rgba(44,44,44,0.7);
    --h3Color: #2C2C2C;
}

.qna_file_wrap:hover .qna_file p,
.qna_file_wrap:hover .qna_file h3 {
    color: #ACAAAA;
}

.qna_file_wrap:hover .qna_file:hover p {
    color: var(--pColor);
}

.qna_file_wrap:hover .qna_file:hover h3 {
    color: var(--h3Color);
}

.qna_file_wrap:hover .qna_file::after {
  opacity: 1;
}

.qna_file_wrap:hover .qna_file:hover::before {
  opacity: 1;
}

.qna_file_wrap:hover .qna_file:hover::after {
  opacity: 0;
}

.qna_file_wrap:hover .qna_file4:hover::before{
  background-image: var(--bg-color-hover);
}

.qna_file_wrap:hover .qna_file4:hover p{
  color: var(--pColor-hover);
}

.qna_file_wrap:hover .qna_file4:hover h3{
  color: var(--h3Color-hover);
}

.qna_file p,
.qna_file h3 {
    position: relative;
    z-index: 3;
}

.cat_hand {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 145px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.18s ease, transform 0.35s cubic-bezier(.22,1,.36,1);
    will-change: transform, opacity;
}

.qna_file:hover .cat_hand {
    opacity: 1;
    transform: translateY(0);
}

.qna_file1 {
    width: 50%;
    height: 403px;
    --bg-color: url('/images/qna_file1.png');
    --bg-gray: url('/images/qna_file1_gray.png');
}

.qna_file2 {
    width: 50%;
    height: 403px;
    --bg-color: url('/images/qna_file2.png');
    --bg-gray: url('/images/qna_file2_gray.png');
}

.qna_file3 {
    width: 50%;
    height: 278px;
    --bg-color: url('/images/qna_file3.png');
    --bg-gray: url('/images/qna_file3_gray.png');
    position: absolute;
    top: 30%;
}

.qna_file4 {
    width: 61.7%;
    height: 278px;
    --bg-color: url('/images/qna_file4.png');
    --bg-gray: url('/images/qna_file4_gray.png');
    --bg-color-hover: url("/images/qna_file4_active.png");
    --pColor-hover: rgba(255, 255, 255, 0.7);
    --h3Color-hover: #ffffff;
    position: absolute;
    top: 30%;
    right: 0;
}

.qna_file5 {
    width: 50%;
    height: 157px;
    --bg-color: url('/images/qna_file5.png');
    --bg-gray: url('/images/qna_file5_gray.png');
    position: absolute;
    top: 62%;
}

.qna_file6 {
    width: 50%;
    height: 157px;
    --bg-color: url('/images/qna_file6.png');
    --bg-gray: url('/images/qna_file6_gray.png');
    position: absolute;
    top: 62%;
    right: 0;
}

.qna_file1 p,
.qna_file5 p {
    font-size: 15px;
    font-weight: 500;
    color: var(--pColor);
    margin: 24px 0 7px 24px;
    opacity: 1;
}

.qna_file1 h3,
.qna_file5 h3 {
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 600;
    color: var(--h3Color);
    margin-left: 24px;
}

.qna_file2 p,
.qna_file3 p,
.qna_file4 p,
.qna_file6 p {
    font-size: 15px;
    font-weight: 500;
    color: var(--pColor);
    margin: 24px 0 7px 24px;
    opacity: 1;
}

.qna_file2 h3,
.qna_file3 h3,
.qna_file4 h3,
.qna_file6 h3 {
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 600;
    color: var(--h3Color);
    margin-left: 24px;
}

.qna_detail_wrap {
    padding: 208px 90px 0;
    display: flex;
}

.qna_detail_left {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.qna_detail_left_btn {
    width: 147px;
}

.qna_detail_right {
    width: 100%;
}

.qna_list_top {
    flex: 0;
    height: 158px;
    width: 100%;
    background-image: url('/images/qna_detail_top.png');
    background-size: cover;
}

.qna_list_top p {
    font-size: 15px;
    font-weight: 500;
    color: #2C2C2C;
    opacity: 0.7;
    padding: 24px 0 9px 20px;
}

.qna_list_top h3 {
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 600;
    color: #2C2C2C;
    padding-left: 20px;
}

.qna_list_top_line {
    width: calc(100% - 40px);
    background-color: #B8B8B8;
    height: 1px;
    margin: 37px 0 0 20px;
}

.qna_list {
    background-color: #D9D9D9;
    margin-top: -1px;
    padding: 37px 20px 0;
}

.qna_item {
    padding-top: 60px;
    border-top: 1px solid #B8B8B8;
}

.qna_item:first-child {
    padding-top: 0;
    border-top: none;
}

.qna_q {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 67px;
    cursor: pointer;
}

.qna_item.active .qna_q {
    padding-bottom: 0;
}

.qna_q_text{
    transition: color 0.2s ease;
}

.qna_list:has(.qna_item.active) .qna_item .qna_q_text{
    color: #ACAAAA;
}

.qna_list:has(.qna_item.active) .qna_item.active .qna_q_text{
    color: #2C2C2C;
}

.qna_list_active_cat {
    display: none;
}

.qna_list_minus {
    display: none;
}

.qna_list_none_cat {
    display: block;
}

.qna_list_plus {
    display: block;
}

.qna_item.active .qna_list_active_cat {
    display: block;
}

.qna_item.active .qna_list_none_cat {
    display: none;
}

.qna_item.active .qna_list_minus {
    display: block;
}

.qna_item.active .qna_list_plus {
    display: none;
}

.qna_q_left {
    display: flex;
    align-items: center;
    gap: 7px;
}

.qna_q_right {
    display: flex;
    align-items: center;
}

.qna_q_left img {
    width: 42px;
    height: 42px;
}

.qna_q_right img {
    width: 13px;
}

.qna_q_text {
    font-size: 30px;
    font-weight: 500;
    color: #2C2C2C;
}

.qna_a {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: height 0.55s cubic-bezier(.22,1,.36,1), opacity 0.25s cubic-bezier(.22,1,.36,1), transform 0.55s cubic-bezier(.22,1,.36,1);
}

.qna_a_text {
    font-size: 17px;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 33px;
    margin: 20px 0 0 49px;
    padding-bottom: 67px;
}

.qna_item.active .qna_a {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1921px) {
    .cat_pin_wrap {
        position: relative;
        height: 110vh;
        margin-top: -125vh;
        margin-bottom: 0;
        z-index: 5;
    }
}

@media (min-aspect-ratio: 19/10) {
    .qna_main_title {
        top: 13%;
    }

    .cat_pin_wrap {
        top: -24svh;
    }
}

@media (min-aspect-ratio: 21/10) {
    .qna_main_title {
        top: 13%;
    }

    .cat_pin_wrap {
        top: -40svh;
    }
}

@media (max-width: 767px) {
    .main_background_img {
        content: url("/images/qna_main_mo.png");
        width: 100%;
        height: auto;
    }

    .qna_main_title {
        top: 117px;
        width: 100%;
    }

    .qna_main_title h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .qna_main_title p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 0;
        width: 183px;
    }

    .qna_main_title img {
        width: 36px;
        height: auto;
        margin-top: 12px;
    }

    .cat_scroll_img1 {
        width: 130px !important;
        height: 134px !important;
    }

    .cat_scroll_img2 {
        width: 114px !important;
        height: 118px !important;
    }

    .cat_scroll_img3 {
        width: 213px !important;
        height: 193px !important;
        z-index: 4 !important;
    }

    .cat_scroll_img4 {
        width: 106px !important;
        height: 136px !important;
    }

    .cat_scroll_img5 {
        width: 176px !important;
        height: 268px !important;
    }

    .cat_scroll_img6 {
        width: 192px !important;
        height: 129px !important;
    }

    .cat_scroll_img7 {
        width: 121px !important;
        height: 141px !important;
        z-index: 4 !important;
    }

    .cat_scroll_img8 {
        width: 134px !important;
        height: 190px !important;
    }

    .cat_scroll_img9 {
        width: 173px !important;
        height: 126px !important;
    }

    .cat_scroll_img10 {
        width: 154px !important;
        height: 215px !important;
    }

    .cat_scroll_img11 {
        width: 180px !important;
        height: 238px !important;
    }

    .cat_pin_wrap {
        height: 120vh;
        margin-top: -130vh;
        top: 40%;
    }

    .qna_file_wrap {
        margin-top: -66%;
    }

    .qna_file1 p,
    .qna_file2 p,
    .qna_file3 p,
    .qna_file4 p,
    .qna_file5 p,
    .qna_file6 p {
        font-size: 11px;
        margin: 17px 0 6px 14px;
    }

    .qna_file1 h3,
    .qna_file2 h3,
    .qna_file3 h3,
    .qna_file4 h3,
    .qna_file5 h3,
    .qna_file6 h3 {
        font-size: 17px;
        margin-left: 14px;
    }

    .qna_file1 {
        width: 50%;
        height: 241px;
        --bg-color: url(/images/qna_file1_mo.png);
        --bg-gray: url('/images/qna_file1_gray_mo.png');
    }

    .qna_file2 {
        width: 50%;
        height: 241px;
        --bg-color: url(/images/qna_file2_mo.png);
        --bg-gray: url('/images/qna_file2_gray_mo.png');
    }

    .qna_file3 {
        width: 50%;
        height: 161px;
        --bg-color: url(/images/qna_file3_mo.png);
        --bg-gray: url('/images/qna_file3_gray_mo.png');
        top: 33%;
    }

    .qna_file4 {
        width: 61.7%;
        height: 161px;
        --bg-color: url(/images/qna_file4_mo.png);
        --bg-gray: url('/images/qna_file4_gray_mo.png');
        --bg-color-hover: url("/images/qna_file4_active_mo.png");
        top: 33%;
    }

    .qna_file5 {
        width: 50%;
        height: 82px;
        --bg-color: url(/images/qna_file5_mo.png);
        --bg-gray: url('/images/qna_file5_gray_mo.png');
        top: 66%;
    }

    .qna_file6 {
        width: 50%;
        height: 82px;
        --bg-color: url(/images/qna_file6_mo.png);
        --bg-gray: url('/images/qna_file6_gray_mo.png');
        top: 66%;
    }

    .qna_file5::before {
        top: 1px;
    }

    .gnb {
        background-color: rgba(8, 151, 93, 0.7);
    }

    .header_shop_btn img {
        content: url("/images/header_shop_btn_mo_white.png");
    }

    .mobile_menu_btn.active span {
        background-color: #fff !important;
    }

    .depth_toggle::before,
    .depth_toggle::after {
        background-color: #fff !important;
    }
    
    .gnb_1depth > a,
    .gnb .gnb_1depth a {
        color: #FFF !important;
    }

    .qna_detail_wrap {
        padding: 103px 0 0;
        display: flex;
    }

    .qna_detail_left {
        display: none;
    }

    .qna_list_top {
        height: 77px;
        background-image: url(/images/qna_detail_top_mo.png);
    }

    .qna_list_top p {
        font-size: 12px;
        line-height: 14px;
        padding: 20px 0 5px 30px;
    }

    .qna_list_top h3 {
        padding-left: 30px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .qna_list_top_line {
        width: calc(100% - 60px);
        margin: 12px 0 0 30px;
        background-color: #CCCCCC;
    }

    .qna_list {
        padding: 15px 30px 124px;
    }

    .qna_q {
        padding-bottom: 15px;
    }

    .qna_item {
        padding-top: 15px;
        border-top: 1px solid #CCCCCC;
    }

    .qna_item:last-child {
        border-bottom: 1px solid #CCCCCC;
    }

    .qna_item.active {
        border-bottom: none;
    }

    .qna_q_left {
        align-items: flex-start;
    }

    .qna_q_left img {
        width: 24px;
        height: 24px;
    }

    .qna_q_text {
        font-size: 15px;
        line-height: 23px;
        max-width: 60%;
        text-align: left;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    
    .qna_a_text {
        margin: 10px 0 0 32px;
        padding-bottom: 17px;
        font-size: 13px;
        line-height: 22px;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .cat_hand {
        display: none;
    }

    .cat_hand1 {
        left: 40%;
        top: -64%;
    }

    .cat_hand3 {
        top: -100%;
    }

    .cat_hand4 {
        left: 30%;
        top: -87%;
    }

    .cat_hand6 {
        left: 36%;
        top: -192%;
    }

    .qna_file_wrap:hover .qna_file::before {
        opacity: 1;
    }
}

@media (hover: none) and (pointer: coarse) {
    .cat_hand {
        opacity: 0;
        transform: translateY(18px);
    }

    .cat.is-hover .cat_hand {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}


@supports (height: 100svh) {
    :root {
        --vh: 100svh;
    }
}