@charset "utf-8";

/* ===============================
Footer
=============================== */

.inBox {
    text-align: center;
}

.inBox ul {
    text-align: center;
}

.footer-sec {
    background: #333333;
}

.copy-txt {
    font-family: "Acumin Pro";
    color: #8d8d8d;
    text-align: center;
    padding: 32px 0;
}

#onetrust-pc-sdk.otRelFont {
    font-size: 1.6rem !important;
}

#footer {
    background: #333;
}

.contact-link {
    font-weight: bold;
    color: #fff !important;
}

.contact-link:hover {
    cursor: pointer;
}

.contact-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(102, 102, 102, 0.8);
    width: 100vw;
    height: 100vh;
    padding: 50px 20px;
    z-index: 1000;
    display: none;
    overflow-y: auto;
}

.contact-modal-box.modal-box-active {
    display: block;
}

#contact-box .modal-box-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 32px 0 22px 0;
    background-color: #ffffff;
    position: relative;
    font-weight: 300;
}

#contact-box .modal-flyout-menu {
    position: absolute;
    max-width: 24px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#contact-box .modal-txt-box {
    padding: 0 42px 0 40px;
    text-align: left;
}

#contact-box p {
    margin: 0;
    font-size: 16px;
}

#contact-box .contact-ttl,
#contact-box .contact-no {
    color: #e2001a;
    -webkit-text-fill-color: rgba(226, 0, 26, 1);
    font-size: 24px !important;
    font-weight: 400;
}

#contact-box .contact-ttl {
    line-height: 1.4;
}

#contact-box .sub-ttl {
    font-size: 20px !important;
    color: #000;
    line-height: 1.4;
}

.mb-30 {
    margin-bottom: 30px !important;
}

#contact-box .sm-gray {
    color: #666;
    margin: 10px 0;
    margin-top: 7px;
}

#contact-box .sm-gray span {
    margin-top: 7px;
    display: block;
}

#contact-box .contact-txt {
    color: #e2001a;
    margin: 5px 0;
    font-size: 18px;
}

#contact-box .contact-no {
    margin: 5px 0;
}

#assets-footer {
    text-align: center !important;
    padding: 20px 0 !important;
}

#assets-footer #ot-sdk-btn {
    margin: 10px 0;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    cursor: pointer;
}

#assets-footer a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

#assets-footer ul {
    padding-inline-start: 0px;
    margin: 20px 0 30px;
}

#assets-footer ul li {
    display: inline-block;
    font-size: 11px !important;
    padding: 0 10px !important;
}

#assets-footer .copyright {
    text-align: center !important;
    font-size: 11px !important;
    padding: 0 10px !important;
    color: #767676;
}

#onetrust-banner-sdk {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: #333 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    color: #333 !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
}

/* #onetrust-banner-sdk */
@media screen and (max-width: 768px) {
    #contact-box .modal-box-container {
        padding-top: 45px;
    }

    #contact-box .modal-txt-box {
        padding: 0 25px 0 25px;
    }

    #contact-box .contact-ttl,
    #contact-box .contact-no {
        font-size: 22px !important;
    }

    #contact-box .sub-ttl {
        font-size: 18px !important;
    }

    #contact-box .contact-txt {
        font-size: 17px !important;
    }
}
