@charset "utf-8";

#bo_cate {margin-bottom:28px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}

#faq_wrap {margin:10px 0 30px}
#faq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.faq_admin {text-align:right}
#faq_wrap ol {margin:0;padding:0;list-style:none}
#faq_wrap li {border-bottom:1px solid #ececec;background:#fff;position:relative}
#faq_wrap li:first-child {border-top:1px solid #ececec}
#faq_wrap li h3 {min-height:50px;line-height:30px;padding:15px;padding-left:50px;position:relative}
#faq_wrap li h3 .tit_btn {position:absolute;right:15px;top:15px;border:0;width:30px;height:30px;background:#fff;color:#c5cdd8;font-size:1.2em}
#faq_wrap li h3 .tit_bg {display:inline-block;position:absolute;top:15px;left:15px;text-align:center;color:#000;font-size:1.6em}
#faq_wrap li h3.faq_li_open a {color:#3a8afd}

#faq_con .con_inner {display:none;padding:5px 5px 20px 50px}
#faq_con .con_inner .tit_bg {display:inline-block;position:absolute;top:10px;left:10px;text-align:center;background:#777;color:#fff;border-radius:50%;width:30px;line-height:30px;height:30px}
#faq_con .con_inner .closer_btn {position:absolute;right:15px;top:15px;border:0;width:30px;height:30px;background:#fff;color:#3a8afd;font-size:1.2em}

#faq_sch {background:#f7f7f7;padding:30px;text-align:center;margin:0 0 10px}
#faq_sch .sch_tit {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#faq_sch .frm_input {border:1px solid #d0d3db;width:300px;height:45px;border-radius:0;border-radius:3px}
#faq_sch .btn_submit {padding:0 10px;height:45px;width:88px;font-size:1.083em;font-weight:bold;color:#fff;background:#434a54}

/* 먹튀폴리스 FAQ center */
#container_title {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.mt-faq-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 24px 58px;
    color: #172033;
}

.mt-faq-page a {
    text-decoration: none;
}

.mt-faq-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: end;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 42px;
    border: 1px solid rgba(94, 234, 212, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(7, 19, 29, 0.98) 0%, rgba(12, 27, 41, 0.94) 55%, rgba(15, 118, 110, 0.86) 100%),
        #07131d;
    box-shadow: 0 24px 60px rgba(10, 27, 40, 0.18);
}

.mt-faq-kicker {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-bottom: 16px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(94, 234, 212, 0.13);
    color: #5eead4;
    font-size: 12px;
    font-weight: 800;
}

.mt-faq-hero h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.18;
    letter-spacing: 0;
}

.mt-faq-hero p {
    max-width: 620px;
    margin: 16px 0 0;
    color: #d3e0e7;
    font-size: 16px;
    line-height: 1.75;
}

.mt-faq-summary {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #d3e0e7;
}

.mt-faq-summary strong {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.mt-faq-summary span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.mt-faq-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.mt-faq-actions a {
    display: grid;
    gap: 8px;
    min-height: 150px;
    padding: 22px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    box-shadow: 0 14px 34px rgba(10, 27, 40, 0.08);
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.mt-faq-actions a:hover {
    border-color: #14b8a6;
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(10, 27, 40, 0.12);
}

.mt-faq-actions i {
    color: #0f766e;
    font-size: 25px;
}

.mt-faq-actions strong {
    color: #10202d;
    font-size: 17px;
}

.mt-faq-actions span {
    color: #637282;
    font-size: 14px;
    line-height: 1.55;
}

#faq_sch {
    margin: 0 0 20px;
    padding: 8px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(10, 27, 40, 0.08);
}

#faq_sch form {
    display: grid;
    grid-template-columns: 1fr 112px;
    gap: 8px;
}

#faq_sch .frm_input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #cfdbe3;
    border-radius: 6px;
    color: #10202d;
    font-size: 16px;
    outline: 0;
}

#faq_sch .frm_input:focus {
    border-color: #14b8a6;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
}

#faq_sch .btn_submit {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: #0f766e;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

#faq_sch .btn_submit:hover {
    background: #0b5f59;
}

#bo_cate {
    margin: 0 0 20px;
}

#bo_cate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#bo_cate li {
    padding: 0;
}

#bo_cate a {
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #dce5ea;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-weight: 800;
    line-height: 20px;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active,
#bo_cate #bo_cate_on {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
    box-shadow: none;
}

#faq_wrap {
    margin: 0 0 28px;
}

#faq_wrap ol {
    display: grid;
    gap: 10px;
}

#faq_wrap li,
#faq_wrap li:first-child {
    overflow: hidden;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(10, 27, 40, 0.06);
}

#faq_wrap li h3 {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: center;
    min-height: 66px;
    padding: 16px 18px;
    line-height: 1.45;
}

#faq_wrap li h3 .tit_bg {
    position: static;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #e7f8f5;
    color: #0f766e;
    font-size: 18px;
    font-weight: 800;
}

#faq_wrap li h3 a {
    min-width: 0;
    color: #10202d;
    font-size: 16px;
    font-weight: 800;
}

#faq_wrap li h3 .tit_btn {
    position: static;
    width: 34px;
    height: 34px;
    border: 1px solid #dce5ea;
    border-radius: 6px;
    background: #fff;
    color: #0f766e;
}

#faq_wrap li h3.faq_li_open {
    border-bottom: 1px solid #dce5ea;
    background: #f7fafb;
}

#faq_wrap li h3.faq_li_open a {
    color: #0f766e;
}

#faq_con .con_inner {
    display: none;
    position: relative;
    padding: 22px 58px 24px 66px;
    color: #334155;
    font-size: 15px;
    line-height: 1.8;
}

#faq_con .con_inner:before {
    position: absolute;
    top: 22px;
    left: 22px;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #fff3d8;
    color: #9a5a00;
    font-weight: 800;
    content: "A";
}

#faq_con .con_inner .closer_btn {
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 1px solid #dce5ea;
    border-radius: 6px;
    background: #fff;
    color: #9a5a00;
}

.empty_list {
    padding: 32px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    color: #637282;
    text-align: center;
}

.faq_admin {
    max-width: 1120px;
    margin: -42px auto 28px;
    padding: 0 24px;
}

@media (max-width: 900px) {
    .mt-faq-hero,
    .mt-faq-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .mt-faq-page {
        padding: 22px 16px 42px;
    }

    .mt-faq-hero,
    .mt-faq-actions,
    #faq_sch form {
        grid-template-columns: 1fr;
    }

    .mt-faq-hero {
        padding: 28px 22px;
    }

    .mt-faq-hero h2 {
        font-size: 32px;
    }

    .mt-faq-actions a {
        min-height: 126px;
    }

    #faq_wrap li h3 {
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        gap: 10px;
        padding: 14px;
    }

    #faq_wrap li h3 .tit_bg {
        width: 32px;
        height: 32px;
    }

    #faq_con .con_inner {
        padding: 20px 16px 22px 56px;
    }

    #faq_con .con_inner .closer_btn {
        position: static;
        margin-top: 14px;
    }
}
