@charset "UTF-8";

/* common */
html {
    overflow-y: scroll;
}

html:has(body.is-scroll-lock),
body.is-scroll-lock {
    overflow: hidden;
}

body * {
    font-family: Pretendard;
    box-sizing: border-box;
}

a {
    text-decoration: unset;
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
}

.content_inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.pc_only {
    display: block !important;
}

.sp_only {
    display: none !important;
}

.hide_txt {
    font-size: 0;
}

.flex_row_pc {
    display: flex;
    flex-direction: row;
}

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

.dim,
.header_dim {
    position: fixed;
    display: none;
    height: 100%;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.dim.is-open,
.header_dim.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
@media (max-width:1069px) {
    body:has(.header_hover_menu_wrap.is-open) .dim.is-open {
        display: none;
        opacity: 0;
    }
}

@media (max-width:1299px) {
    .content_inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 799px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }

    .flex_row_sp {
        display: flex;
        flex-direction: row;
    }

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

/* header */
.header {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    z-index: 99;
    transition: transform 0.3s ease;
}

.header.is-hide {
    transform: translateY(-100%);
}

.header .content_inner {
    max-width: unset;
}

.header .content_inner .header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    height: 112px;
    margin: 0 auto;
}

.header .content_inner .header_left {
    display: flex;
}

.header .content_inner .header_left .logo {
    width: 246px;
}

.header .content_inner .header_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .content_inner .header_right .menu_wrap {
    display: flex;
    align-items: center;
}

.header .content_inner .header_right .menu_wrap ul {
    display: flex;
    gap: 40px;
}

.header .content_inner .header_right .menu_wrap ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .content_inner .header_right .menu_wrap ul li a {
    font-size: 17.5px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
}

.header .content_inner .header_right .header_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.header .content_inner .header_right .header_btn_wrap .search_btn {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/images/header/icon_search.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

body:has(.search_wrap._on) .header .content_inner .header_right .header_btn_wrap .search_btn {
    background-image: url(/images/header/icon_menu_close.png);
}

.header .content_inner .header_right .header_btn_wrap .sitemap_btn {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(/images/header/icon_sitemap.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header .content_inner .header_right .header_btn_wrap .sitemap_btn._on {
    background-image: url(/images/header/icon_sitemap_close_btn.png);
}

.sitemap_wrap {
    position: relative;
    display: none;
}

.sitemap_wrap._on {
    position: absolute;
    display: block;
    left: 50%;
    top: 112px;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100vh - 112px);
    background-color: #ffffff;
    z-index: 99;
}

body:has(.sitemap_wrap._on) .header {
    position: absolute;
}

body:has(.sitemap_wrap._on) .main {
    display: none;
}

.sitemap_wrap .content_inner {
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
}

.sitemap_wrap .content_inner .sitemap_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 109px;
    border-bottom: 1px solid #1F1F1F;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.94px;
    color: #1F1F1F;
}

.sitemap_wrap .content_inner .sitemap_list {
    display: flex;
    gap: 30px;
    margin-top: 32px;
}

.sitemap_wrap .content_inner .sitemap_list > li {
    display: flex;
    flex-direction: column;
    width: 240px;
}

.sitemap_wrap .content_inner .sitemap_list > li .depth_01 {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #081E4E;
}

.sitemap_wrap .content_inner .sitemap_list > li .depth_02 {
    display: flex;
    flex-direction: column;
}

.sitemap_wrap .content_inner .sitemap_list > li .depth_02 > li > .depth_02_txt {
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #DDDDDD;
}

.sitemap_wrap .content_inner .sitemap_list > li .depth_02 > li > .depth_02_txt a {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.8px;
    word-break: keep-all;
    color: #1F1F1F;
}

.sitemap_wrap .content_inner .sitemap_list > li .depth_02 > li > .depth_02_txt._02 a {
    letter-spacing: -1.4px;
}

.sitemap_wrap .content_inner .sitemap_list > li .depth_02 > li .depth_03 {
    display: flex;
    flex-direction: column;
    padding: 14px 16px 14px 24px;
    list-style: disc;
    background-color: #F3F6FB;
}

.sitemap_wrap .content_inner .sitemap_list > li .depth_02 > li .depth_03 > li > a {
    font-size: 15px;
    font-weight: 400;
    line-height: 156%;
    letter-spacing: -0.8px;
    word-break: keep-all;
    color: #1F1F1F;
}

.header .content_inner .header_right .header_btn_wrap .sp_menu_btn {
    display: none;
}

body:has(.sitemap_wrap._on) .header .content_inner .header_right .menu_wrap,
body:has(.sitemap_wrap._on) .header .content_inner .header_right .search_btn {
    display: none;
}

@media (max-width:1369px) {
    .header .content_inner .header_flex,
    .sitemap_wrap .content_inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width:1299px) {
    .header .content_inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sitemap_wrap .content_inner .sitemap_list > li .depth_01 {
        font-size: 22px;
    }
}

@media (max-width:1069px) {
    body:has(.sitemap_wrap._on) .header {
        position: fixed;
    }

    body:has(.sitemap_wrap._on) .main {
        display: block;
    }

    .header .content_inner .header_flex {
        height: 56px;
    }

    .header .content_inner .header_left .logo {
        width: 184px;
        opacity: 1;
    }

    .header .content_inner .header_right {
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
    }

    .header .content_inner .header_right .menu_wrap {
        display: none;
    }

    .header .content_inner .header_right .header_btn_wrap {
        gap: 10px;
    }

    .header .content_inner .header_right .header_btn_wrap .sitemap_btn {
        display: none;
    }

    .sitemap_wrap._on {
        display: none;
    }
}

.header_hover_menu_wrap {
    position: absolute;
    width: 100%;
    margin-top: -1px;
    top: 113px;
    left: 50%;
    border-top: 1px solid #1F1F1F;
    background: #ffffff;
    z-index: 1001;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
}

.header_hover_menu_wrap.is-open {
    opacity: 1;
    transform: translateX(-50%);
    visibility: visible;
    pointer-events: auto;
}

.header_hover_menu_wrap .content_inner {
    max-width: 1320px;
}

.header_hover_menu_wrap .header_hover_menu_list {
    display: flex;
}

.header_hover_menu_wrap .header_hover_menu_list > li {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 20%;
    padding: 40px 20px 56px;
    border-left: 1px solid #DDDDDD;
}

.header_hover_menu_wrap .header_hover_menu_list > li:last-of-type {
    border-right: 1px solid #DDDDDD;
}

.header_hover_menu_wrap .header_hover_menu_list > li p {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #0041CA;
}

.header_hover_menu_wrap .header_hover_menu_list > li > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header_hover_menu_wrap .header_hover_menu_list > li > ul > li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header_hover_menu_wrap .header_hover_menu_list > li > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
}

.header_hover_menu_wrap .header_hover_menu_list > li > ul > li a:hover {
    text-decoration: underline;
}

.header_hover_menu_wrap .header_hover_menu_list > li > ul > li > ul {
    display: flex;
    flex-direction: column;
    padding-left: 1em;
}

.header_hover_menu_wrap .header_hover_menu_list > li > ul > li > ul > li {
    list-style: disc;
}

.header_hover_menu_wrap .header_hover_menu_list > li > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 148%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
}

@media (max-width:1069px) {
    .header .content_inner .header_right .header_btn_wrap .sp_menu_btn {
        display: block;
        width: 28px;
        height: 28px;
        background-image: url(/images/header/icon_menu.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-tap-highlight-color: transparent;
    }

    .header .content_inner .header_right .header_btn_wrap .sp_menu_btn._on {
        background-image: url(/images/header/icon_menu_close.png);
    }

    .header_hover_menu_wrap {
        margin-top: unset;
        top: 56px;
        left: unset;
        right: 0;
        border-top: unset;
        transform: unset;
    }

    .header_hover_menu_wrap.is-open {
        transform: unset;
        height: calc(100vh - 56px);
        overflow-y: scroll;
        scrollbar-width: none;
    }

    .header_hover_menu_wrap .content_inner {
        max-width: unset;
    }

    .header_hover_menu_wrap .header_hover_menu_list {
        flex-direction: column;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li {
        gap: unset;
        width: 100%;
        padding: unset;
        border-left: unset;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li:last-of-type {
        margin-bottom: 56px;
        border-right: unset;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > p {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        font-size: 20px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.8px;
        color: #1F1F1F;
        z-index: 2;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > p::after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(/images/header/header_acc_arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > p._on::after {
        transform: rotate(180deg);
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > ul.depth_02 {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: unset;
        height: 0;
        padding: 12px 0;
        background-color: #F3F6FB;
        opacity: 0;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > ul.depth_02._on {
        height: 100%;
        opacity: 1;
        z-index: 2;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > ul.depth_02 > li {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 16.5px 32px;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > ul.depth_02 > li a:hover {
        text-decoration: unset;
    }

    .header_hover_menu_wrap .header_hover_menu_list > li > ul.depth_02 > li > ul > li > a {
        line-height: 156%;
    }

    @media (max-width:799px) {
        .header:has(.sp_menu_btn._on) .logo,
        .header:has(.sp_menu_btn._on) .search_btn {
            opacity: 0 !important;
            pointer-events: none !important;
        }
    }
}

/* content */
.main {
    position: relative;
    min-width: 1000px;
    margin-top: 196px;
}

.main#main,
.main#report,
.main#defamation_content,
.main#fake_content,
.main#fake_content_report_result,
.main#fake_content_report,
.main#harmful_content,
.main#search_keyword,
.main#report_privacy {
    margin-top: 112px;
}

@media (max-width:1369px) {
    .main .content_inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width:1069px) {
    .main {
        margin-top: 56px !important;
    }
}

@media (max-width:799px) {
    .main {
        min-width: unset;
    }

    .main#main,
    .main#report,
    .main#defamation_content,
    .main#fake_content,
    .main#fake_content_report_result,
    .main#fake_content_report,
    .main#harmful_content,
    .main#search_keyword,
    .main#report_privacy {
        margin-top: 56px;
    }
}

/* footer */
.footer {
    display: flex;
    flex-direction: column;
    min-width: 1000px;
    border-top: 0.6px solid #C8CCD3;
}

.main#report .footer,
.main#fake_content .footer,
.main#fake_content_report .footer,
.main#fake_content_report_result .footer,
.main#harmful_content .footer,
.main#defamation_content .footer,
.main#search_keyword .footer {
    border-top: unset;
}

.footer .privacy_policy {
    display: none;
    align-items: center;
    padding: 12px 0;
    background-color: #363C59;
}

.main#report + .footer .privacy_policy,
.main#fake_content + .footer .privacy_policy,
.main#fake_content_report + .footer .privacy_policy,
.main#fake_content_report_result + .footer .privacy_policy,
.main#harmful_content + .footer .privacy_policy,
.main#defamation_content + .footer .privacy_policy,
.main#search_keyword + .footer .privacy_policy {
    display: flex;
}

.footer .privacy_policy .content_inner {
    display: flex;
    gap: 24px;
}

.footer .privacy_policy a {
    font-size: 14px;
    font-weight: 500;
    line-height: 144%;
    letter-spacing: -0.56px;
    color: #CCCCCC;
}

.footer .privacy_policy a:nth-of-type(1) {
    color: #FFAB04;
}

.footer .footer_wrap {
    padding: 60px 0 80px;
}

.footer .footer_wrap .content_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;;
    gap: 80px;
}

.footer .footer_wrap .logo {
    width: 196px;
    opacity: 1;
    transition: opacity 0.1s;
}

.footer .footer_wrap .footer_right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer .footer_wrap .footer_right ul li {
    display: inline-block;
    font-size: 0;
}

.footer .footer_wrap .footer_right ul li p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.56px;
    word-break: keep-all;
    color: #555555;
}

.footer .footer_wrap .footer_right ul li.company p {
    font-weight: 400;
}

.footer .footer_wrap .footer_right ul li p span {
    font-weight: 400;
    color: #999999;
}

.footer .footer_wrap .footer_right ul li.business_number {
    display: block;
    margin-top: 4px;
}

.footer .footer_wrap .footer_right ul li.company::after,
.footer .footer_wrap .footer_right ul li.ceo::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #555555;
}

.footer .footer_wrap .footer_right .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.48px;
    color: #999999;
}

@media (max-width:1369px) {
    .footer .footer_wrap .content_inner,
    .footer .privacy_policy .content_inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width:999px) {
    .footer .footer_wrap .footer_right ul li.address {
        display: block;
        margin-top: 4px;
    }

    .footer .footer_wrap .footer_right ul li.ceo::after {
        display: none;
    }
}

@media (max-width:799px) {
    .footer {
        min-width: unset;
    }

    .footer .privacy_policy .content_inner {
        display: flex;
        justify-content: center;
        gap: 16px;
    }

    .footer .footer_wrap {
        padding: 40px 0 60px;
    }

    .footer .footer_wrap .content_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .footer .footer_wrap .logo {
        width: 164px;
    }
}

@media (max-width:389px) {
    /* .footer .privacy_policy .content_inner {
        justify-content: flex-start;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .footer .privacy_policy .content_inner::-webkit-scrollbar {
        display: none;
    }

    .footer .privacy_policy a {
        word-break: keep-all;
    } */

    .footer .footer_wrap .footer_right ul li.address p {
        line-height: 120%;
    }
}

/* btn_top */
.btn_top {
    position: fixed;
    right: 208px;
    bottom: 37px;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    background-image: url(/images/content/btn_top.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    border: none;
    border-radius: 99px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
    z-index: 1;
}
.btn_top.show {
    opacity: 1;
    transition: opacity .3s;
    cursor: pointer;
    pointer-events: unset;
}

.btn_top.is-abs {
    position: absolute;
    bottom: 37px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

@media (max-width:1759px) {
    .btn_top {
        right: 20px;
    }
}

@media (max-width:1549px) {
    .btn_top {
        bottom: 10px !important;
    }
}

/* util, font */
ul li.is-disc {
    list-style: none !important;
    position: relative;
    text-indent: 1em;
}

ul li.is-disc::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1F1F1F;
    transform: translateY(-50%);
}

ul.li_disc {
    list-style: none !important;
}

ul.li_disc li {
    position: relative;
}

ul.li_disc li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1F1F1F;
}

.fw_300 {
    font-weight: 300 !important;
}

.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600 !important;
}

.fw_700 {
    font-weight: 700 !important;
}

.fw_800 {
    font-weight: 800 !important;
}

.fs_15 {
    font-size: 15px !important;
}

.fs_16 {
    font-size: 16px !important;
}

.fs_20 {
    font-size: 20px !important;
}

.lh_100 {
    line-height: 100% !important;
}

.lh_140 {
    line-height: 140% !important;
}

.txt_ind_0em {
    text-indent: 0 !important;
}

.txt_ind_m06em {
    text-indent: -0.6em !important;
}

.txt_ind_m07em {
    text-indent: -0.7em !important;
}

.txt_ind_m1em {
    text-indent: -1em !important;
}

.txt_pl_06em {
    padding-left: 0.6em !important;
}

.txt_pl_07em {
    padding-left: 0.7em !important;
}

.txt_pl_1em {
    padding-left: 1em !important;
}

.txt_pl_2em {
    padding-left: 2em !important;
}

@media (max-width:799px) {
    .mo_fs_14 {
        font-size: 14px !important;
    }

    .mo_fs_15 {
        font-size: 15px !important;
    }

    .mo_fs_16 {
        font-size: 16px !important;
    }

    .mo_fs_20 {
        font-size: 20px !important;
    }

    .mo_txt_ind_0em {
        text-indent: 0 !important;
    }

    .mo_txt_ind_m07em {
        text-indent: -0.7em !important;
    }

    .mo_txt_pl_0em {
        padding-left: 0em !important;
    }

    .mo_txt_pl_2em {
        padding-left: 2em !important;
    }
}

/* header_gnb */
.header .header_gnb {
    position: relative;
    display: block;
    width: 100%;
    background-color: #F3F6FB;
    transition: opacity 0.3s ease;
}

.header .header_gnb.is-hide {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header .header_gnb .content_inner {
    max-width: 1320px;
    margin: 0 auto;
}

.header .header_gnb .content_inner .header_gnb_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.header .header_gnb.is-hide .content_inner .header_gnb_list {
    opacity: 0;
    height: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.header .header_gnb .content_inner .header_gnb_list > li {
    position: relative;
    display: flex;
}

.header .header_gnb .content_inner .header_gnb_list > li::before {
    content: '';
    display: block;
    width: 1px;
    height: 56px;
    background-color: #D6DDED;
}

.header .header_gnb .content_inner .header_gnb_list > li:last-of-type:after {
    content: '';
    display: block;
    width: 1px;
    height: 56px;
    background-color: #D6DDED;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_01 {
    display: block;
    width: 56px;
    height: 56px;
    background-image: url(/images/header/depth_01_ico.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02_active,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03_active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    min-width: 240px;
    height: 56px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02_active::after,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03_active::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/images/header/depth_arrow_ico.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03 {
    position: absolute;
    display: none;
    min-width: 240px;
    top: 56px;
    left: 0;
    padding-top: 8px;
    background-color: transparent;
    backdrop-filter: blur(3px);
    filter: drop-shadow(0 8px 12px rgba(109, 127, 145, 0.24));
}

.header .header_gnb .content_inner .header_gnb_list > li:has(.depth_01:hover),
.header .header_gnb .content_inner .header_gnb_list > li:has(.depth_02_active:hover),
.header .header_gnb .content_inner .header_gnb_list > li:has(.depth_03_active:hover) {
    background-color: #EBF0F9;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02.is-open,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03.is-open {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02 li,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03 li {
    height: 54px;
    background-color: #ffffff;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02 li:hover,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03 li:hover {
    background-color: #F3F6FB;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02 li a,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #1D1D1F;
}

.header .header_gnb .content_inner .header_gnb_list > li .depth_02 li:hover a,
.header .header_gnb .content_inner .header_gnb_list > li .depth_03 li:hover a {
    color: #0041CA;
}

@media (max-width: 1369px) {
    .header .header_gnb .content_inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 1069px) {
    .header .header_gnb {
        display: none;
    }
}

body:has(.main#main) .header_gnb,
body:has(.main#report) .header_gnb,
body:has(.main#defamation_content) .header_gnb,
body:has(.main#fake_content) .header_gnb,
body:has(.main#fake_content_report_result) .header_gnb,
body:has(.main#fake_content_report) .header_gnb,
body:has(.main#harmful_content) .header_gnb,
body:has(.main#search_keyword) .header_gnb,
body:has(.main#report_privacy) .header_gnb {
    display: none;
}

/* 검색창 */
.search_wrap {
    display: none;
}

.search_wrap._on {
    position: fixed;
    display: flex;
    top: 112px;
    width: 100%;
    height: 180px;
    border-top: 1px solid #CCCCCC;
    background-color: #ffffff;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.search_dim {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 98;
}

.search_dim.is-open {
    opacity: 1;
    visibility: visible;
}

.search_wrap._on .search_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 640px;
    border-bottom: 1.4px solid #1F1F1F;
}

.search_wrap._on .search_form input {
    width: 100%;
    padding: 20px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
}

.search_wrap._on .search_form input:focus {
    outline: unset;
}

.search_wrap._on .search_form input::placeholder {
    color: #888888;
}

.search_wrap._on .search_form button {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url(/images/header/search_wrap_ico.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1069px) {
    .search_wrap._on {
        top: 56px;
        height: 136px;
    }

    .search_wrap._on .search_form {
        gap: 8px;
        width: 350px;
    }

    .search_wrap._on .search_form input {
        font-size: 14px;
    }
}

@media (max-width: 389px) {
    .search_wrap._on .search_form {
        width: 100%;
    }
}

/* popup */
.popup {
    display: none;
}

.popup.is-open {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50px;
    left: 50px;
    z-index: 99999999;
    filter: drop-shadow(0 6px 1px rgba(0, 0, 0, 0.16));
}

.popup_img {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.popup_img_inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.popup_img picture {
    display: flex;
    width: 100%;
    height: 100%;
}

.popup_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 32px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #1F1F1F;
    background-color: #FFFFFF;
    white-space: pre-line;
}

.popup_btn_wrap {
    display: flex;
    user-select: none;
    background-color: #ffffff;
}

.popup_btn_wrap .check_box,
.popup_btn_wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 50%;
    padding: 17px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
    background-color: #FFFFFF;
    transition: background-color 0.1s;
    cursor: pointer;
}

.popup_btn_wrap .check_box:hover,
.popup_btn_wrap button:hover {
    background-color: #DDDDDD;
}

.popup_btn_wrap .check_box:focus,
.popup_btn_wrap button:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.popup_btn_wrap .check_box input {
    position: absolute;
    opacity: 0;
}

.popup_btn_wrap .check_icon {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
    background-color: var(--popup-control-bg, #FFFFFF);
    flex-shrink: 0;
}

.popup_btn_wrap .check_box input:checked + .check_icon,
.popup_btn_wrap .check_box.is-checked .check_icon {
    background-color: var(--popup-control-bg, #FFFFFF);
}

.popup_btn_wrap .check_box input:checked + .check_icon::after,
.popup_btn_wrap .check_box.is-checked .check_icon::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.popup_btn_wrap button::before {
    content: '';
    width: 16px;
    height: 16px;
    background:
        linear-gradient(45deg, transparent calc(50% - 1px), currentColor calc(50% - 1px), currentColor calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(-45deg, transparent calc(50% - 1px), currentColor calc(50% - 1px), currentColor calc(50% + 1px), transparent calc(50% + 1px)),
        var(--popup-control-bg, #FFFFFF);
    flex-shrink: 0;
}

body:has(.popup.is-open) .popup_dim,
.popup_dim.is-open {
    opacity: 1;
    visibility: visible;
}

.popup_dim {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 10000;
}

@media (max-width: 789px) {
    .popup.is-open {
        top: 8% !important;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 99999999;
    }

    .popup_img img {
        width: 100% !important;
        height: 100% !important;
        background-color: #BBBBBB;
    }

    .popup_text {
        width: 100%;
        min-height: 240px;
    }

    .popup_btn_wrap {
        display: flex;
        user-select: none;
    }

    .popup_btn_wrap .check_box,
    .popup_btn_wrap button {
        padding: 17.5px 0;
        font-size: 15px;
    }

    .popup_btn_wrap .check_box:hover,
    .popup_btn_wrap button:hover {
        background-color: #ffffff;
    }
}
