.quick_menu_cont {
    color: #111;
}
.header .header_wrap .header_box .header_logo {
    display: none;
}
.header .header_wrap .header_box .gnb_btn_box .gnb_open_box span {
    background-color: #111;
}
.header .header_wrap .header_box .tnb_group .h_insta_btn::before {
    background-image: url(../img/icon/insta_b_ico.svg);
}
.header .header_wrap .header_box .tnb_group .lang::before {
    background-image: url(../img/icon/lang_b_ico.svg);
}
.quick_menu_cont ul li a {
    border: 1px solid #111;
}
.quick_menu_cont ul li.qmc_contact:hover a {
    border: 1px solid var(--mainred);
}
.header .header_wrap .header_box .gnb_btn_box .gnb_open_box span {
    background-color: #111;
}

.section01 {
    padding-top: 110px;
    color: #111111;
    line-height: 1.6;
    letter-spacing: -0.5px;
}
.section01 .title {
    margin-bottom: 80px;
}
.section01 .title h2 {
    font-size: 48px;
    padding-bottom: 80px;
    border-bottom: 3px solid #cccccc;
    margin-bottom: 80px;
}
.privacy_wrap {
    margin-bottom: 80px;
}
/* .section01 .list > ul .list_inner {
    font-size: 16px;
    margin-bottom: 80px;
} */
/* .section01 .list > ul .list_inner h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section01 .list > ul .list_inner.list_01 p {
    font-weight: 400;
}
.section01 .list > ul .list_inner p {
    font-size: 16px;
    font-weight: 500;
}
.section01 .list > ul .list_inner > span {
    display: block;
    padding-left: 20px;
    margin: 25px 0;
}
.section01 .list > ul .list_inner > span em {
    font-weight: 700;
}
.section01 .list > ul .list_inner > strong {
    display: block;
    font-weight: 700;
    padding-left: 20px;
    margin: 25px 0;
}
.section01 .list > ul .list_inner .list_detail_wrap {
    font-size: 16px;
    margin-top: 45px;
    padding-left: 20px;
}
.section01 .list > ul .list_inner .list_detail_wrap li {
    margin-bottom: 25px;
}
.section01 .list > ul .list_inner .list_detail_wrap li span {
    display: inline-block;
    font-weight: 700;
}
.section01 .list > ul .list_inner .list_detail_wrap li strong {
    display: inline-block;
    padding-left: 20px;
}
.section01 .list > ul .list_inner.list_12 p {
    font-weight: 700;
} */
@media screen and (max-width: 1280px) {
    .section01 .wrapper {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .header .header_wrap .header_box .header_logo {
        display: none;
    }
    .header.open .header_wrap .header_box .header_logo {
        display: block;
    }
    .header.open .header_wrap .header_box .logo {
        display: none;
    }
    .section01 {
        padding-top: 67px;
    }
    .section01 .title {
        margin-bottom: 80px;
    }
    .section01 .title h2 {
        font-size: 36px;
        padding: 80px 0;
    }
    .privacy_wrap {
        zoom: 0.8;
    }
    /* .section01 .title p {
        font-size: 13px;
    }
    .section01 .list > ul .list_inner {
        font-size: 13px;
    }
    .section01 .list > ul .list_inner h3 {
        font-size: 20px;
    }
    .section01 .list > ul .list_inner p {
       font-size: 13px;
    }
    .section01 .list > ul .list_inner .list_detail_wrap {
        font-size: 13px;
        margin-top: 25px;
    }
    .section01 .list > ul .list_inner .list_detail_wrap li {
        margin-bottom: 25px;
    } */
}