<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.global-banner {
    background: url("../../img/faq/main-banner.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-banner .global-banner-text {
    max-width: 336px;
    width: 100%;
}

.global-banner .global-banner-text img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .global-banner {
        height: 260px;
    }
    .global-banner .global-banner-text h1 img {
        height: 25px;
    }
}

/* anchor link offset */


#anchor1,
#anchor2,
#anchor3 {
    margin-top: -100px;
    padding-top: 100px;
}


@media screen and (max-width:767px){
    #anchor1,
    #anchor2,
    #anchor3 {
        margin-top: -50px;
        padding-top: 50px;
    }
}

/* anchor-container */

#anchor-container {
    margin-bottom: 120px;
}

#anchor-container .anchor-flex {
    display: flex;
    justify-content: space-between;
}

#anchor-container .anchor-flex a {
    width: 31%;
    height: 100px;
    background: #7B5B06;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
}

#anchor-container .anchor-flex a:hover {
    opacity: .75;
}

#anchor-container .anchor-flex a span {
    font-family: var(--Pr6N);
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-align: left;
    color: #fff;
    padding-left: 38px;
}

#anchor-container .anchor-flex a img {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px){
    #anchor-container .anchor-flex a {
        width: 32%;
    }
    #anchor-container .anchor-flex a span {
        font-size: 18px;
        line-height: 1;
        padding-left: 20px;
    }
    #anchor-container .anchor-flex a img {
        width: 24px;
        right: 20px;
    }
}

@media screen and (max-width:767px){
    #anchor-container .anchor-flex {
        flex-direction: column;
    }
    #anchor-container .anchor-flex a {
        width: 100%;
        margin-bottom: 10px;
        height: 70px;
    }
    #anchor-container {
        margin-bottom: 60px;
    }
}

/* faq */

#faq {
    padding-top: 103px;
    padding-bottom: 118px;
}

#faq .faq-header {
    font-family: var(--Pr6N);
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #1c2438;
    margin-bottom: 44px;
    position: relative;
    padding-left: 18px;
}

#faq .faq-header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 32px;
    background: #7B5B06;
}

#faq .faq-block-modal {
    line-height: 1;
}

#faq .faq-box-content {
    margin-bottom: 150px;
    padding-bottom: 20px;
    border-bottom: #C5C5C5 1px solid;
}

#faq .faq-box-content:last-child {
    margin-bottom: 0;
}

#faq .q-content {
    padding-top: 20px;
    margin-top: 20px;
}

#faq .a-content {
    margin-top: 20px;
    align-items: flex-start;
}

#faq .q-content,
#faq .a-content {
    display: flex;
    width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 105px;
    box-sizing: border-box;

}

#faq .q-content {
    cursor: pointer;
    position: relative;
    border-top: #C5C5C5 1px solid;
    align-items: center;
}

#faq .q-content::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 68%;
    transform: translateY(-50%);
    background: #007031;
    height: 3px;
    width: 26px;
}

#faq .q-content::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 68%;
    transform: translateY(-50%) rotate(90deg);
    background: #007031;
    height: 3px;
    width: 26px;
}

#faq .q-content.open {
    transition: all .3s ease-in;
}

#faq .q-content.open::after {
    transform: translateY(-50%) rotate(0deg);
    transition: all .3s ease-in-out;

}


.a_modal {
    display: none;
}

#faq .a-content {
    /* display: none; */
    align-items: top;
    box-sizing: border-box;
}


#faq .q-content .q-icon,
#faq .a-content .a-icon {
    margin-right: 17px;
}

#faq .q-content .q-icon img,
#faq .a-content .a-icon img {
    line-height: 1;
}


#faq .q-content .q-text {
    font-family: var(--Pr6N);
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 45.5px;
    text-align: left;
    color: #000;
}

#faq .a-content .a-text {
    font-family: var(--Pr6N);
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: left;
    color: #000;
}

@media screen and (max-width: 767px) {
    #faq {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    #faq .q-content,
    #faq .a-content {
        padding-right: 0;
        padding-left: 0;
    }
    #faq .a-content {
        margin-top: 10px;
    }
    #faq .q-content .q-text {
        padding-right: 40px;
        font-size: 14px !important;
        line-height: 1.6;
    }
    #faq .a-content .a-text {
        font-size: 14px !important;
        line-height: 1.6;
    }
    #faq .q-content .q-icon, #faq .a-content .a-icon {
        margin-right: 10px;
    }
    #faq .q-content::before {
        height: 3px;
        width: 20px;
        right: 0;
    }
    #faq .q-content::after {
        height: 3px;
        width: 20px;
        right: 0;
    }
    #faq .faq-header {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    #faq .faq-header::after {
        width: 3px;
        height: 24px;
    }
    #faq .faq-box-content {
        margin-bottom: 60px;
    }
    #faq .q-content .q-icon img, #faq .a-content .a-icon img {
        width: 36px;
    }
    #faq .q-content {
        padding-top: 10px;
        margin-top: 10px;
    }
    #faq .faq-box-content {
        padding-bottom: 10px;
    }
    #faq .q-content::after {
        top: 58%;
    }
    #faq .q-content::before {
        top: 58%;
    }
}



</pre></body></html>