@charset "UTF-8";
@import url(../cross/css/reset.css);

body {
    font-size: 18px;
    font-family: 'NanumSquare', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NanumSquare';
    font-weight: 800;
}

input[type=date]::-webkit-inner-spin-button,
.top_wrap .input_wrap input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type="submit"],
input[type="button"] {
    border: none;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus {
    border-color: #fafafa;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.color_W {
    color: #fff;
}

.hidden {
    overflow-y: hidden;
}

.blind {
    font-size: 0;
}

.flex {
    display: flex;
}

.flex_c {
    display: flex;
    justify-content: center;
}

.flex__c {
    display: flex;
    align-items: center;
}

.flex_c_c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_b_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_b_st {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.flex_b {
    display: flex;
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#header,
#container,
#footer {
    position: relative;
}

.inner1200 {
    max-width: 1200px;
}

.inner {
    width: 100%;
}

.inner1400 {
    max-width: 1400px;
}

[class^="inner"] {
    position: relative;
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 auto;
}

.only_web {
    display: block !important;
}

.only_mo {
    display: none !important;
}

.only_360 {
    display: none !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

#header .pc-menu {
    height: 5.5555em;
}

#header.on {
    background-color: #fff;
    box-shadow: 0 3px 32px rgba(0, 0, 0, 0.05);
}

.logo {
    width: 11vw;
    max-width: 155px;
    min-width: 118px;
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
    width: 100%;
}

.logo img {
    width: 100%;
    height: auto;
}

#gnb nav {
    padding-left: clamp(15px, 2vw, 24px);
}

#gnb nav a {
    display: inline-block;
    margin: 0 clamp(8px, 0.7vw, 10px);
    font-weight: 600;
    font-size: clamp(14px, 0.95vw, 18px);
    white-space: nowrap;
    color: #252525;
    transition: color 0.3s;
}

#gnb nav a:hover {
    color: #ff5656;
}

small {
    width: 1px;
    height: 0.8em;
    display: inline-block;
    margin: 0 0.625em;
    background-color: #dbdbdb;
    margin-top: -0.1em;
    vertical-align: middle;
}

.user_btn a {
    font-size: 0.833em;
    color: #999;
}

.contact_btn {
    margin-left: clamp(10px, 1vw, 15px);
}

.contact_btn a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    color: #fff;
    background-color: #ff5656;
    border-radius: 25px;
    font-size: clamp(13px, 0.85vw, 16px);
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    transition: background-color 0.3s;
}

.contact_btn a:hover {
    background-color: #e04444;
}

.mo_ham {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 26px;
    height: 18px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    z-index: 9999;
}

.mo_ham span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #454545;
    transition: all 0.3s ease-in-out;
}

#mnb {
    position: fixed;
    left: 100%;
    width: 290px;
    max-width: 80%;
    top: 0 !important;
    bottom: 0;
    background: #fff !important;
    transition: left .3s ease-in-out;
    overflow-y: auto;
    z-index: 99999 !important;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}

#mnb .mnb_top {
    padding: 30px 15px 20px !important;
    border-bottom: 1px solid #eeeeee;
}

#mnb .gnb_list>li.mobile_link {
    display: block;
    padding: 30px 22px 20px;
    text-align: center;
    border-bottom: 0 none;
}

#mnb .gnb_list>li.mobile_link ul li {
    display: block;
    float: left;
    width: 25%;
    margin: 0%;
}

#mnb .sns_link li a img {
    width: 70%;
}

#mnb .level_wrap i {
    display: flex;
    margin-right: 8px;
}

#mnb .level_wrap i img {
    width: 100%;
    max-width: 20px;
}

#mnb .level_wrap span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.mnb_list {
    border-top: none;
}

.mnb_list li {
    border-bottom: solid 1px #eeeeee;
}

.mnb_list li a {
    display: block;
    font-weight: 500;
    color: #252525;
    font-size: 1.1666em;
    padding: 1.2em 1em;
    background-color: #fafafa;
}

.mgt01 {
    text-align: center;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.mgt01 a {
    display: block;
    flex: 1;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: solid 1px #ff5656;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ff5656;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.mgt01 a.login_link {
    border-color: #ff5656;
    background-color: #ff5656;
    color: #fff;
}

.mgt01 a.join_link {
    border-color: #454545;
    color: #454545;
    background-color: #fff;
}

.mgt01 a+a {
    margin-left: 0;
}

#footer {
    padding: 45px 0 40px;
    background-color: #262626;
}

#footer .logo {
    margin-right: 40px;
}

#footer .infomation {
    color: #757575;
    margin-bottom: 15px;
}

#footer .infomation span {
    display: inline-block;
    font-size: 0.8333em;
    margin-right: 22px;
}

#footer .copy {
    color: #999999;
    font-size: 0.8333em;
}

.top_btn {
    position: fixed;
    width: 3.7777em;
    height: 3.7777em;
    right: 2%;
    bottom: 3%;
    z-index: 999;
}

.top_btn a {
    display: block;
}

.top_btn a img {
    width: 100%;
}

.agree_popup_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}

.agree_popup_wrap .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.agree_popup_wrap .agree_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    max-width: 640px;
    max-height: 640px;
    z-index: 2;
}

.agree_popup_wrap .agree_popup .top {
    height: 60px;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #2ce0e7;
    padding: 12px 20px;
    box-sizing: border-box;
}

.agree_popup_wrap .agree_popup .top a {
    display: inline-block;
    background: url(../cross/img/btn/w_close_19.png) no-repeat center / cover;
    width: 19px;
    height: 19px;
}

.agree_popup_wrap .agree_popup .page-content {
    height: 590px;
    background: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}

.agree_popup_wrap .agree_popup .page-content .desc {
    height: 100%;
    overflow-y: auto;
}

.page-content {
    line-height: 1.333;
}

.page-content .article-title {
    color: #0083B9;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}

.page-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.page-content ol {
    margin-top: 0;
    margin-bottom: 0;
}

.page-content ol>li>ol>li {
    list-style: disc;
    text-indent: -1.2em;
}

.page-content p {
    margin: 0 0 15px;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    body {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    body {
        font-size: 15px;
    }
}

@media screen and (max-width: 890px) {

    body {
        font-size: 14px;
    }

    .contact_btn,
    .only_web {
        display: none !important;
    }

    .only_mo,
    .mo_ham {
        display: flex !important;
    }

    .logo {
        width: 38vw;
        min-width: 115px;
        max-width: 145px;
    }

    .logo img {
        width: 100%;
        height: auto;
        margin-top: -0.6rem;
    }

    html.gnbOpen .mo_ham span:nth-of-type(1) {
        transform: translateY(7px) rotate(45deg);
    }

    html.gnbOpen .mo_ham span:nth-of-type(2) {
        opacity: 0;
    }

    html.gnbOpen .mo_ham span:nth-of-type(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    html.gnbOpen {
        /* position: fixed; */
        left: 0;
        width: 100%;
        height: auto;
        important;
        overflow: visible !important;
    }

    html.gnbOpen #mnb {
        left: auto !important;
        right: 0 !important;
    }

    @media screen and (max-width: 360px) {
        html.gnbOpen #mnb {
            left: 20%;
            width: 80%;
        }
    }

    html.gnbOpen .gnb_bg {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) !important;
        z-index: 88888 !important;
    }

    html.gnbOpen #header {
        background-color: #fff;
    }

    html.gnbOpen #header .inner1200 {
        z-index: 60;
    }

    .top_btn {
        width: 4.25em;
        height: 4.25em;
        bottom: 15px;
        right: 10px;
    }

    #footer .inner1200 {
        display: block;
    }

    #footer .logo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #footer .infomation {
        color: #757575;
        margin-bottom: 10px;
    }

    #footer .infomation span,
    #footer .copy {
        font-size: 1em;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 470px) {
    body {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    body {
        font-size: 12px;
    }

    .only_360 {
        display: block !important;
    }
}

#mnb .gnb_top {
    padding: 30px 15px 10px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px !important;
}

.contact_btn_mo {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.contact_btn_mo a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff !important;
    background-color: #ff5656;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 4px 10px rgba(255, 86, 86, 0.2);
    transition: background-color 0.2s;
}

html.gnbOpen .buttonss.ct,
html.gnbOpen .buttonss.ct img,
html.gnbOpen .main-button,
html.gnbOpen .main-button img {
    z-index: 100 !important;
    opacity: 0.1 !important;
    pointer-events: none !important;
}