
body {
    margin: 0;
    width: 100vw;
    height: calc(100vh - 95px);
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: scroll;
    min-width: 1200px;
}

header {
    width: 100%;
    height: 95px;
    min-width: 1200px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: white;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}

main {
    margin-top: 90px;
}

.title_logo {
    width: 142px;
    height: 63px;
    background-image: url('/images/home/title.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.menu {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

#menu_order_method {
    width: 106px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    cursor: pointer;
}

#menu_sample_exp {
    width: 106px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    cursor: pointer;
}

#menu_faq {
    width: 142px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    cursor: pointer;
}

.page {
    width: 100vw;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-width: 1200px;
    margin-top: 75px;
}

.view_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_menu_box {
    column-gap: 16px;
    align-items: center;
    justify-content: center;
}

.faq_menu {
    width: 180px;
    height: 52px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    text-align: center;
    line-height: 52px;
    box-sizing: border-box;
    cursor: pointer;
}

.faq_menu.selected {
    background-color: #293989;
    color: white;
}

.btn_order_page {
    width: 165px;
    height: 40px;
    border-radius: 8px;
    background-color: #293989;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
}

.page_logo_box {
    width: 100vw;
    height: 352px;
    background-color: #293989;
    margin-bottom: 67px;
    min-width: 1200px;
}

.page_logo {
    content: url('/images/faq/faq.png');
    width: 352px;
    height: 296px;
    margin-left: 386px;
}

.faq_content {
    width: 1168px;
    margin: 20px auto !important;
}

.faq_content span.ui-icon {
    float: right;
    margin-top: 5px;
}

footer {
    width: 1200px;
    margin: 0 auto;
}

.use_term, .private_term {
    cursor: pointer;
}