/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: none;
    font-family: 'Noto Sans KR', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
    word-wrap: unset;
    word-break: keep-all;
    font-family: 'Noto Sans KR', sans-serif;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: normal;
    color: var(--gray900);
    letter-spacing: normal;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

img {
    vertical-align: top;
    outline: none !important;
    border: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

html > /**/ body {
}

html, body {
    height: 100%;
    position: relative
}

html {
    font-size: 16px;
}

.login-container input:-webkit-autofill,
.login-container input:-webkit-autofill:hover,
.login-container input:-webkit-autofill:focus,
.login-container input:-webkit-autofill:active {
    -webkit-transition: background-color 1000s ease-in-out 0s !important;
    -webkit-text-fill-color: var(--gray900) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 1000s ease-in-out 0s !important;
    -webkit-text-fill-color: var(--gray900) !important;
}

input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #EFF2F7 inset;
    box-shadow: 0 0 0 1000px #EFF2F7 inset;
    transition: background-color 100s ease-in-out 0s;
    -webkit-transition: background-color 100s ease-in-out 0s !important;
    -webkit-text-fill-color: var(--gray900) !important;
}

input[type="text"] {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    appearance: none;
    color: var(--gray900);
    border-radius: 0;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=email]::-ms-clear {
    display: none;
}

input[type=tel]::-ms-clear {
    display: none;
}

input[type=password]::-ms-clear {
    display: none;
}

input[type=file]::-ms-clear {
    display: none;
}

input {
    border: 0;
    outline: none;
    vertical-align: bottom;
}

input[type="password"], input[type="email"] {
    font-family: 'Noto Sans KR', sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
}

select {
    text-indent: 0;
    padding: 0;
}

textarea, input:focus {
    outline: none
}

input[type="button"] {
    cursor: pointer
}

input::placeholder {
    color: var(--placeholder);
    font-family: 'Noto Sans KR', sans-serif;
}

textarea {
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border: 1px solid #E9ECEF;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

textarea::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #797979;
}

legend {
    position: absolute;
    left: -100000px;
}

article {
    clear: both;
}

button {
    cursor: pointer;
}

.hidden {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

pre {
    white-space: pre-wrap;
}

body.scroll-lock {
    overflow: hidden;
}

h1, h2, h3 {
    cursor: default;
}

.bold {
    font-weight: 500;
}

.highlight {
    color: #0094FF;
    margin-top: -6px;
    display: inline-block;
}

.main-contents {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.title-copy {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    word-break: break-all;
}

.title-copy .highlight {
    margin-top: -4px;
}

.guide_container .highlight {
    margin-top: -4px;
}

.flx-wrap-6 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.flx-wrap-10 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-info-container {
    width: 100%;
    max-width: 1280px;
    padding: 40px 24px;
    margin: 64px auto 0 auto;
}

.site-info-container .section-title-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.txt-r {
    text-align: right !important;
}

.mobile_modal.login {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    place-items: end;
}

.mobile_modal {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    place-items: end;
}

.mobile_modal .mobile_modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

.mobile_modal .mobile_modal-container {
    z-index: 99999;
    width: calc(100vw - 20px);
    height: auto;
    left: -10px;
    bottom: 30px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.30);
    border: 1.5px solid #202020;
}

.mobile_modal .mobile_modal-container .li_name-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile_modal .mobile_modal-container .inner-container {
    height: 100%;
}

.mobile_modal .mobile_modal-container .header.mobile {
    flex-direction: column;
    height: auto;
}

.mobile_modal .mobile_modal-container .header {
    height: 42px;
    padding: 10px 12px 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: unset;
    background: unset;
}

.mobile_modal .mobile_modal-container .header-tip {
    display: inline-block;
    width: 60px;
    height: 4px;
    border-radius: 20px;
    background: #C7C7C7;
    margin: 0 auto;
}

.mobile_modal .mobile_modal-container .header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.mobile_modal .mobile_modal-container .header-wrap .title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.mobile_modal .mobile_modal-container .header .icon-back,
.mobile_modal .mobile_modal-container .header .icon-back img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.mobile_modal .mobile_modal-container .body {
    height: auto;
    max-height: 308px;
    overflow: auto;
    padding: 2px 6px;
}

.mobile_modal .mobile_modal-container .body li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.1s linear;
    padding: 10px 14px;
    height: 52px;
}

.mobile_modal .mobile_modal-container .body li:hover {
    border-radius: 8px;
    background: rgba(32, 32, 32, 0.05)
}

.mobile_modal .mobile_modal-container .body li.on .select-icon {
    display: inline-block;
}

.mobile_modal .mobile_modal-container .body li .select-icon {
    display: none;
    width: 32px;
    height: 32px;
}

.mobile_modal .mobile_modal-container .body li .select-icon img {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.mobile_modal .mobile_modal-container .body .li_name {
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.mobile_modal .mobile_modal-container .body .li_name.type-s {
    color: #0094FF;
}

.mobile_modal .mobile_modal-container .body .li_name.type-h {
    color: #AA00D4;
}

.mobile_modal .mobile_modal-container .body .li_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.mobile_modal .mobile_modal-container .footer {
    padding: 16px;
}

.mobile_modal .mobile_modal-container .footer .button {
    height: 54px;
    transition: all 0.1s linear;
    border-radius: 8px;
    border: 1px solid #0094FF;
    background: #0094FF;
    box-shadow: 0 2px 1px 0 rgba(45, 45, 60, 0.20), 0 2.5px 1px 0 rgba(255, 255, 255, 0.20) inset, 0 -3px 1px 0 rgba(0, 0, 0, 0.10) inset;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
}

.mobile_modal .mobile_modal-container .footer .button:hover {
    background: #0086E6;
}

.mobile_modal {
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    place-items: end;
}

.mobile_modal .mobile_modal-container {
    display: block;
    height: 100vh;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 12px 12px 0 0;
    padding: 10px 6px 20px 6px;
}

.mobile_modal .mobile_modal-container .body {
    max-height: unset;
}

.mobile_modal .mobile_modal-container .inner-body-wrap {
    padding: 0 10px;
}

.mobile_modal .login-wrapper {
    border-top: 1px solid #EFEFEF;
    padding: 0 8px;
}

.mobile_modal .login-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile_modal .input-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}

.mobile_modal .input-area .wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 0 1px #BCBCBC, 0 0 20px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 16px 14px;
    position: relative;
}

.mobile_modal .input-area .wrapper input {
    border-radius: unset;
    box-shadow: unset;
    width: 100%;
    padding: 0;
    position: unset;
}

.mobile_modal .input-area label {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.mobile_modal .input-area .ipt-box input.alert {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 2px solid #DD3E1B;
    padding: 15px 13px;
}

.mobile_modal .input-area .ipt-box input.alert:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 2px solid #DD3E1B;
    padding: 15px 13px 15px 13px;
}

.mobile_modal .input-area .ipt-box input.alert:focus {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 2px solid #DD3E1B;
    padding: 15px 13px 15px 13px;
}

.mobile_modal .input-area .ipt-box input {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    position: relative;
    border: 1px solid #BCBCBC;
    line-height: 49px;
    padding: 2px 14px 0 14px;
    box-sizing: border-box;
    height: 49px;
}

.mobile_modal .input-area .ipt-box input div {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 16px 14px;
    position: relative;
    border: 1px solid #BCBCBC;
}

.mobile_modal .input-area .ipt-box input:hover {
    border: 1px solid #BCBCBC;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.mobile_modal .input-area .ipt-box input:focus {
    border: 2px solid #0094FF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    padding: 16px 13px 15px 13px;
}

.mobile_modal .input-area .ipt-box input::placeholder {
    color: rgba(32, 32, 32, 0.60);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.15px;
}

.mobile_modal .input-area .wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 0 1px #BCBCBC, 0 0 20px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 16px 14px;
    position: relative;
    margin-bottom: 20px;
}

.mobile_modal .input-area .ipt-box .wrapper input {
    border-radius: unset;
    box-shadow: unset;
    width: 100%;
    padding: 0;
    position: unset;
}

.mobile_modal .input-area .ipt-box .wrapper.alert {
    box-shadow: 0 0 0 1px #DD3E1B
}

.mobile_modal .input-area .ipt-box .wrapper.alert:hover {
    box-shadow: 0 0 0 1px #DD3E1B
}

.mobile_modal .input-area .ipt-box .wrapper:hover input {
    box-shadow: unset;
}

.mobile_modal .input-area .ipt-box .wrapper .resend-code {
    color: #0094FF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
}

.mobile_modal .input-area .ipt-box .wrapper .countDown {
    color: #0094FF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    cursor: default;
}

.mobile_modal .input-area .ipt-box .wrapper .countDown.off {
    color: rgba(32, 32, 32, 0.30);
}

.mobile_modal .button-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.mobile_modal .button-area button {
    padding-top: 1px;
    height: 54px;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 rgba(45, 45, 60, 0.20), 0 2.5px 1px 0 rgba(255, 255, 255, 0.20) inset, 0 -3px 1px 0 rgba(0, 0, 0, 0.10) inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_modal .button-area button a {
    padding-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.mobile_modal .button_login {
    border: 1px solid #0094FF;
    background: #0094FF;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.mobile_modal .button_login:hover {
    background: #0086E6;
}

.mobile_modal .button_signup {
    background: #202020;
}

.mobile_modal .close-button {
    transition: all 0.1s linear;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(32, 32, 32, 0.30);
}

.mobile_modal .close-button:hover {
    background: #F4F4F4;
}

.mobile_modal .link-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mobile_modal .link-area button {
    padding: 8px;
    cursor: pointer;
}

.mobile_modal .link-area button a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.mobile_modal .link-area .divider {
    width: 1px;
    height: 14px;
    background: #DEE5EE;
}

.mobile_modal.scroll .mobile_modal-container .body {
    max-height: 312px;
    border: none;
}

.mobile_modal.epc .mobile_modal-container .body {
    height: auto;
    border: none;
}

.mobile_modal.region,
.mobile_modal.gongjong,
.mobile_modal.epc,
.mobile_modal.site-region,
.mobile_modal.archStage,
.mobile_modal.mainPurps {
    display: none;
}
.mobile_modal.site-region .mobile_modal-container,
.mobile_modal.archStage .mobile_modal-container,
.mobile_modal.mainPurps .mobile_modal-container,
.mobile_modal.region .mobile_modal-container,
.mobile_modal.gongjong .mobile_modal-container,
.mobile_modal.epc .mobile_modal-container {
    z-index: 99999;
    width: calc(100vw - 20px);
    height: fit-content;
    padding: 0;
    left: -10px;
    bottom: 10px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.30);
    border: 1.5px solid #202020;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.5s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%), opacity 0.3s ease-in-out;
}

.mobile_modal.region.show,
.mobile_modal.gongjong.show,
.mobile_modal.epc.show,
.mobile_modal.site-region.show,
.mobile_modal.archStage.show,
.mobile_modal.mainPurps.show {
    display: grid;
}

.mobile_modal.region,
.mobile_modal.gongjong,
.mobile_modal.epc,
.mobile_modal.site-region,
.mobile_modal.archStage,
.mobile_modal.mainPurps {
    display: none;
}

.mobile_modal.region.show .mobile_modal-container,
.mobile_modal.gongjong.show .mobile_modal-container,
.mobile_modal.epc.show .mobile_modal-container,
.mobile_modal.site-region.show .mobile_modal-container,
.mobile_modal.archStage.show .mobile_modal-container,
.mobile_modal.mainPurps.show .mobile_modal-container {
    transform: translateY(0);
    opacity: 1;
}

.mobile_modal.login .mobile_modal-container {
    top: 64px;
}

.mobile_modal.login .mobile_modal-container .body {
    max-height: calc(100% - 42px);
    border: none;
}

.mobile_modal .button-wrap .button.main,
.web_modal .button-wrap .button.main {
    width: 100%;
    height: 54px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    border-radius: 8px;
    border: 1px solid #0094FF;
    background: #0094FF;
    box-shadow: 0 2px 1px 0 rgba(45, 45, 60, 0.20), 0 2.5px 1px 0 rgba(255, 255, 255, 0.20) inset, 0 -3px 1px 0 rgba(0, 0, 0, 0.10) inset;
}

.mobile_modal .button-wrap .button.main:hover,
.web_modal .button-wrap .button.main:hover {
    background: #0086E6;
}

.mobile_modal.withdrawal .mobile_modal-container,
.mobile_modal.security-protocols .mobile_modal-container,
.mobile_modal.dormant-account .mobile_modal-container {
    top: 40px;
}

.mobile_modal.security-protocols .input-area .ipt-box input:focus {
    box-shadow: unset;
}

form#mobileLoginForm {
    width: 100%;
}

.dormant-account .info-box {
    margin: 20px 0 30px 0;
}

.withdrawal .info-box {
    margin: 10px 0 20px 0;
}

.phone-auth-container .input-area {
    width: 100%;
    padding: 20px 0;
}

.phone-auth-container .input-area .message {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    cursor: default;
}

.phone-auth-container .input-area .message.pass {
    color: #0094ff;
}

.phone-auth-container .input-area .message.alert {
    color: #DD3E1B;
}

.mobile_modal .phone-auth-container .input-area {
    margin: 0;
    display: inline-block;
}

.mobile_modal .phone-auth-container .input-area .wrapper {
    margin-bottom: 10px;
}







/* web modal */
.web_modal.login {
    z-index: 5;
}

.web_modal.dormant-account,
.web_modal.withdrawal,
.web_modal.security-protocols {
    z-index: 6
}

.web_modal {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
}

.web_modal .web_modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

.web_modal .web_modal-container {
    z-index: 99999;
    padding: 20px;
    width: 420px;
    height: auto;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.30);
    border: 1.5px solid #202020;
}

.web_modal .web_modal-container .inner-container {
    padding: 0 6px 20px 6px;
}

.web_modal .web_modal-container .header {
    height: 42px;
    margin-bottom: 10px;
    padding: 10px 12px 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: unset;
    background: unset;
}

.web_modal .web_modal-container .header-tip {
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background: #C7C7C7;
    margin: 0 auto;
}

.web_modal .web_modal-container .header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.web_modal .web_modal-container .header-wrap .title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    cursor: default;
}

.web_modal .web_modal-container .header .icon-back,
.web_modal .web_modal-container .header .icon-back img {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.web_modal .web_modal-container .body {
    height: auto;
    max-height: 308px;
    overflow: auto;
    border-top: 1px solid #EFEFEF;
}

.web_modal .web_modal-container .body .inner-body-wrap {
    padding: 0 10px;
}

.web_modal .web_modal-container .footer {
    padding: 16px 24px;
    border-top: 1px solid #DEE5EE;
}

.web_modal .web_modal-container .footer .button.main {
    border-radius: 6px;
    background: #0094FF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.web_modal .web_modal-container .body {
    max-height: unset;
}

.web_modal .web_modal-container {
    display: block;
    width: 420px;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    padding: 20px;
}

.web_modal .login-wrapper {
    padding: 0 10px;
}

.web_modal .input-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}

.web_modal .input-area .wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 0 1px #BCBCBC, 0 0 20px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 16px 14px;
    position: relative;
    margin-bottom: 20px;
}

.web_modal .input-area .ipt-box input.alert {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 2px solid #DD3E1B;
    padding: 16px 13px 15px 13px;
}

.web_modal .input-area .ipt-box input.alert:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 2px solid #DD3E1B;
    padding: 16px 13px 15px 13px;
}

.web_modal .input-area .ipt-box input.alert:focus {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 2px solid #DD3E1B;
    padding: 16px 13px 15px 13px;
}

.web_modal .input-area .ipt-box .wrapper input {
    border-radius: unset;
    box-shadow: unset;
    width: 100%;
    padding: 0;
    position: unset;
    border: none;
}

.web_modal .input-area .ipt-box .wrapper.alert {
    box-shadow: 0 0 0 1px #DD3E1B
}

.web_modal .input-area .ipt-box .wrapper.alert:hover {
    border: 2px solid #DD3E1B;
    padding: 15px 13px;
}

.web_modal .input-area .ipt-box .wrapper:hover input {
    box-shadow: unset;
}

.web_modal .input-area .ipt-box .wrapper .resend-code {
    color: #0094FF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
}

.web_modal .input-area .ipt-box .wrapper .countDown {
    color: #0094FF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    cursor: default;
}

.web_modal .input-area .ipt-box .wrapper .countDown.off {
    color: rgba(32, 32, 32, 0.30);
}

.phone-auth-container .input-area {
    width: 100%;
    padding: 20px 0;
}

.phone-auth-container .input-area .message {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    cursor: default;
}

.phone-auth-container .input-area .message.pass {
    color: #0094ff;
}

.phone-auth-container .input-area .message.alert {
    color: #DD3E1B;
}

.web_modal .phone-auth-container .input-area {
    margin: 0;
    display: inline-block;
}

.web_modal .phone-auth-container .input-area .wrapper {
    margin: 0 0 10px 0;
}

.web_modal .input-area label {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.web_modal .input-area .ipt-box {
    position: relative;
}

.web_modal .input-area .ipt-box input {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 2px 14px 0 14px;
    box-sizing: border-box;
    height: 49px;
    position: relative;
    border: 1px solid #BCBCBC;
}

.web_modal .input-area .ipt-box input div {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 16px 14px;
    position: relative;
    border: 1px solid #BCBCBC;
}

.web_modal .input-area .ipt-box input:hover {
    border: 1px solid #80C9FF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.web_modal .input-area .ipt-box input:focus {
    border: 2px solid #0094FF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    padding: 17px 13px 15px 13px;
}

.web_modal .input-area .ipt-box input::placeholder {
    color: rgba(32, 32, 32, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.web_modal .input-area .ipt-box .icon-cancel {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 42px;
    right: 14px;
}

.web_modal .button-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.web_modal .button-area button {
    padding-top: 1px;
    height: 54px;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 rgba(45, 45, 60, 0.20), 0 2.5px 1px 0 rgba(255, 255, 255, 0.20) inset, 0 -3px 1px 0 rgba(0, 0, 0, 0.10) inset;
    transition: all 0.1s linear;
}

.web_modal .button-area button a {
    padding-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.web_modal .button_login {
    border: 1px solid #0094FF;
    background: #0094FF;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 54px;
}

.web_modal .button_login:hover {
    background: #0086E6;
}

.web_modal .button_signup {
    background: #202020;
}

.web_modal .button_signup:hover {
    background: #4c4c4c;
}

.web_modal .close-button {
    transition: all 0.1s linear;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(32, 32, 32, 0.30);
}

.web_modal .close-button:hover {
    background: #F4F4F4;
}

.web_modal .link-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.web_modal .link-area button {
    padding: 8px;
    cursor: pointer;
}

.web_modal .link-area button a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.web_modal .link-area .divider {
    width: 1px;
    height: 14px;
    background: #DEE5EE;
}

.web_modal.security-protocols .input-area .ipt-box .wrapper input {
    height: 19px;
    line-height: normal;
}

.web_modal.security-protocols .input-area .ipt-box .wrapper input:hover {
    border: none;
    padding: 0;
}

.web_modal.security-protocols .input-area .ipt-box .wrapper input:focus {
    border: none;
    padding: 0;
}

.web_modal.security-protocols .input-area .ipt-box .wrapper:hover {
    box-shadow: 0 0 0 1px rgba(0, 148, 255, 0.50), 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.web_modal.security-protocols .input-area .ipt-box .wrapper.alert:hover {
    box-shadow: 0 0 0 1px #DD3E1B, 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.web_modal.security-protocols .input-area .ipt-box .wrapper.focus {
    box-shadow: 0 0 0 1.5px #0094FF, 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.web_modal.security-protocols .button-wrap {
    margin: 0;
}

.mobile_modal.security-protocols .input-area .ipt-box .wrapper input {
    height: 19px;
    line-height: normal;
    border: none;
}

.mobile_modal.security-protocols .input-area .ipt-box .wrapper input:hover {
    border: none;
    padding: 0;
}

.mobile_modal.security-protocols .input-area .ipt-box .wrapper input:focus {
    border: none;
    padding: 0;
}

.mobile_modal.security-protocols .input-area .ipt-box .wrapper:hover {
    box-shadow: 0 0 0 1px rgba(0, 148, 255, 0.50), 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.mobile_modal.security-protocols .input-area .ipt-box .wrapper.alert:hover {
    box-shadow: 0 0 0 1px #DD3E1B, 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.mobile_modal.security-protocols .input-area .ipt-box .wrapper.focus {
    box-shadow: 0 0 0 1.5px #0094FF, 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.mobile_modal.security-protocols .phone-auth-container .input-area .wrapper {
    margin: 0 0 10px 0;
}

.common_tooltip-box {
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    margin-top: 20px;
}

.common_tooltip-box.type-alert {
    background: #FFF4E5;
}

.common_tooltip-box.type-notice {
    background: #E5F6FD;
}

.common_tooltip-box .tooltip-message {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px 0;
}

.common_tooltip-box .tooltip-message .main {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    word-break: break-all;
    cursor: default;
}

.common_tooltip-box .tooltip-message .sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    word-break: break-all;
    cursor: default;
}

.common_tooltip-box.type-alert .tooltip-message .main {
    color: #663C00;
}

.common_tooltip-box.type-alert .tooltip-message .sub {
    color: #663C00;
}

.common_tooltip-box.type-notice .tooltip-message .main {
    color: #014361;
}

.common_tooltip-box.type-notice .tooltip-message .sub {
    color: #014361;
}

.common_tooltip-box .icon {
    margin: 7px 10px 7px 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.common_tooltip-box .icon img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.info-box {
    border-radius: 8px;
    background: #F7F7F7;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.info-box .list {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

.info-box .list span {
    display: inline-block;
}

.info-box .divider {
    width: 1px;
    height: 10px;
    background: #E0E0E0;
}

.info-box .key {
    color: rgba(32, 32, 32, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 100px;
    text-align: left;
    cursor: default;
}

.info-box .value {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 80px;
    cursor: default;
}

.info-box .value.bold {
    font-weight: 500;
    width: auto;
}

/* landing-header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #000000;
    z-index: 10;
}

.header .header-inner {
    position: relative;
    background-color: transparent;
    width: 100%;
    height: 64px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-inner > div {
    display: flex;
    align-items: center;
}

.back-btn {
    display: none;
    position: absolute;
    top: 22px;
    left: 16px;
    width: 20px;
    height: 20px;
}

.header.active .back-btn {
    display: block;
}

.header.on .logo .type-01 {
    display: none;
}

.header.on .logo .type-02 {
    display: block;
}

.logo {
    display: inline-block;
    width: 117px;
    height: 24px;
    margin-right: 30px;
}

.logo.on {
    display: none;
}

.logo .sankun-logo {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
}

.logo .sankun-logo img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
}

.lnb-list-wrap .lnb-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lnb-list-wrap .lnb-list > li:first-child {
    padding: 8px 10px 8px 12px;
}

.lnb-list-wrap .lnb-list > li {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
}

.lnb-list-wrap .lnb-list > li .lnb-li {
    position: relative;
    display: inline-block;
    min-width: 45px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.15s ease-in-out;
}

.lnb-list-wrap .lnb-list > li:hover {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
}

.lnb-list-wrap .lnb-list .sub-lnb {
    transition: opacity 0.1s;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 140px;
    padding: 4px;
    border-radius: 6px;
    background: #202020;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.30);
}

.lnb-list-wrap .lnb-list .sub-lnb:before {
    position: absolute;
    content: '';
    top: -15px;
    left: 0;
    width: 100%;
    height: 20px;
}

.lnb-list-wrap .lnb-list li.lnb-wt-sub {
    position: relative;
}

.lnb-list-wrap .lnb-list > li.new {
    position: relative;
}

.lnb-wt-sub .icon-arrow {
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 4px;
    flex-shrink: 0;
}

.lnb-wt-sub .icon-arrow img {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.lnb-wt-sub:hover > .sub-lnb {
    opacity: 1;
    pointer-events: auto;
}

.sub-lnb .sub-lnb-li li:hover {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
}

.sub-lnb .sub-lnb-li li span {
    cursor: pointer;
    display: flex;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
}

.landing-login-btn {
    display: flex;
    align-items: center;
}

.landing-login-btn li {
    border-radius: 6px;
    transition: all 0.15s ease-in-out
}

.landing-login-btn .btn-01 a {
    color: #FFFFFF;
}

.landing-login-btn .btn-01:hover {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
}

.landing-login-btn .btn-02 {
    background-color: #0094FF;
    margin-left: 10px;
}

.landing-login-btn .btn-02:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #0094FF;
}

.landing-login-btn .btn-02 a {
    color: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 12px;
}

.landing-login-btn .btn-03 {
    background: #0094ff;
    margin-left: 10px;
}

.landing-login-btn .btn-03:hover {
    background: #0182E0;
}

.landing-login-btn .btn-03 a {
    color: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 12px;
}

.landing-login-btn li a {
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.nav-btn {
    display: none;
    width: 20px;
    height: 20px;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
}

.nav-btn.main-mobile {
    position: absolute;
    top: 22px;
    right: 16px;
}

.item {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: center;
    box-sizing: border-box;
    counter-increment: item;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    border: none;
    position: relative;
    width: 20px;
    height: 16px;
    background: none;
    appearance: none;
    cursor: pointer;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 7px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span {
    background-color: #FFFFFF;
}

#hbgMenu.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
}

#hbgMenu.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: close .8s forwards;
}

#hbgMenu.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
}

.nav-menu.on {
    background: #EFF2F7;
    border-radius: 6px;
}

.nav-list {
    background-color: #000000;
    width: 100%;
    height: calc(100vh - 60px);
    display: none;
    padding: 10px 20px;
    overflow: auto;
}

.nav-sub-list {
    background-color: #000000;
    width: 100%;
    height: calc(100vh - 60px);
    display: none;
    padding: 0 16px;
    overflow: auto;
    position: absolute;
    top: 64px;
}

.nav-li .nav-li-title {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: normal;
    padding: 12px 24px;
    display: block;
}

.nav-li.on .nav-li-title {
    color: #0094ff;
}

.nav-li.on img {
    display: none;
}

.nav-list-bottom .nav-btn {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-list-bottom .nav-btn li {
    border-radius: 6px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.nav-list-bottom .nav-btn li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 14px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.nav-list-bottom .nav-btn .btn-01 {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
}

.nav-list-bottom .nav-btn .btn-01:hover {
    border: 1px solid #0094FF;
}

.nav-list-bottom .nav-btn .btn-01:hover a {
    color: #0094FF;
}

.nav-list-bottom .nav-btn .btn-02 {
    background-color: #0094ff;
}

.nav-list-bottom .nav-btn .btn-02:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #0094FF;
}

.nav-list-bottom .nav-btn .btn-02 .icon-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list-bottom .btn-03 {
    background: #2EC147;
}

.nav-list-bottom .btn-03:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #2EC147;
}

.nav-list-bottom .btn-03 a {
    height: 54px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    padding: 8px 12px;
}

.nav-li-sub li {
    height: 50px;
    display: flex;
    align-items: center;
}

.nav-li-sub li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    padding: 14px 24px;
    width: 100%;
    height: 100%;
}

.nav-li .nav-li-sub {
    display: none;
}

/* nt-box */
.nt-box {
    z-index: 1000001;
    padding: 6px 16px;
    min-height: 52px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    border-radius: 8px;
    background-color: #3E3E3E;
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nt-box .notice-icon {
    flex-shrink: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.nt-box .notice-icon img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nt-box .notice-text {
    word-break: break-all;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    display: inline-block;
    cursor: default;
}

/*  info-banner */
.info-banner.common.beta-pro {
    margin-top: -6px;
}

.info-banner.common {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #E5F6FD;
}

.info-banner.common .info-text {
    color: #014361;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 0;
    word-break: break-all;
}

.info-banner.common .info-icon {
    width: 22px;
    height: 22px;
}

/* insight list */
.insight-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.insight-area .insight-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.insight-area .insight-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.1s linear;
    background: #F7F7F7;
}

.insight-area .insight-list li a:hover {
    background: #ECECEC;
}

.insight-area .insight-list li .thumbnail {
    flex-shrink: 0;
    width: 72px;
    height: 60px;
    border-radius: 8px;
    border: 0.6px solid #E0E0E0;
    overflow: hidden;
}

.insight-area .insight-list li .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.insight-area .insight-list li .link {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.insight-area .insight-list li:hover .link .link_headline {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.insight-area .insight-list li .link .link_headline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.insight-area .insight-list li .link .link_source {
    color: #798089;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.insight-area .button_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.1s linear;
    padding: 10px 24px;
    border-radius: 8px;
    background: rgba(32, 32, 32, 0.05);
    margin-top: 10px;
}

.insight-area .button_more:hover {
    background: #ECECEC;
}

.insight-area .button_more .button_name {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.insight-area .button_more .button_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*  guide_container  */
.guide_container {
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    background: #F7F7F7;
}

.guide_container .title {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.guide_container ul {
    display: flex;
    flex-direction: column;
}

.guide_container ul li {
    list-style: disc;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 20px;
    cursor: default;
}

/* section-filter */
.SEO.filter-area {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.1s linear;
    width: 100%;
    margin-bottom: 16px;
}

.SEO.filter-area .filter_name {
    cursor: pointer;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.SEO.filter-area .filter_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.1s linear;
    margin-right: -4px;
}

.SEO.filter-area .filter.open .filter_icon {
    transform: rotate(180deg);
}

.SEO.filter-area .filter {
    position: relative;
    border-radius: 8px;
    background: #F7F7F7;
    display: flex;
    padding: 8px 16px;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.SEO.filter-area .filter.open {
    background: #ECECEC;
}

.SEO.filter-area .filter:hover {
    background: #ECECEC;
}

.SEO.filter-area .filter.open .sub-filter {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    transition: transform 200ms ease;
}

.SEO.filter-area .sub-filter {
    opacity: 0;
    transform: scale(0.5);
    transform-origin: top left;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    transition-property: opacity, transform, visibility;
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 0;
    border-radius: 8px;
    border: 1px solid #202020;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.30);
}

.SEO.filter-area .sub-filter.s-s {
    width: 124px;
}

.SEO.filter-area .sub-filter.s-m {
    width: 240px;
}

.SEO.filter-area .sub-filter ul {
    max-height: 190px;
    overflow: auto;
    padding: 4px;
}

.SEO.filter-area .sub-filter li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 10px 10px 10px 12px;
    border-radius: 6px;
    transition: all 0.1s linear;
}

.SEO.filter-area .sub-filter li:hover {
    background: rgba(32, 32, 32, 0.05);
}

.SEO.filter-area .sub-filter .li_name-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.SEO.filter-area .sub-filter .li_name {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.SEO.filter-area .sub-filter .li_name.type-s {
    color: #0094FF;
}

.SEO.filter-area .sub-filter .li_name.type-h {
    color: #AA00D4;
}

.SEO.filter-area .sub-filter .li_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.SEO.filter-area .sub-filter .select-icon {
    display: none;
}

.SEO.filter-area .sub-filter li.on .select-icon {
    display: inline-block;
}

/*  gnb  */
.tabs.gnb {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.tabs.gnb .gnb__item {
    padding: 8px 16px;
    cursor: pointer;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    display: flex;
}

.tabs.gnb .gnb__item.gnb__item--active {
    position: relative;
}

.tabs.gnb .gnb__item.gnb__item--active:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: '';
}

/* box */
section .box-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section .box-area .box-wrap {
    display: flex;
    gap: 10px;
}

section .box-area .box-wrap .box {
    cursor: pointer;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px;
    border-radius: 8px;
    background: #F7F7F7;
    transition: all 0.1s linear;
}

section .box-area .box-wrap .box:hover {
    background: linear-gradient(0deg, rgba(32, 32, 32, 0.05) 0%, rgba(32, 32, 32, 0.05) 100%), #F7F7F7;
}

section .box-area .box-wrap .box-title {
    cursor: pointer;
    color: rgba(32, 32, 32, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 120.018%;
}

section .box-area .box-wrap .box-data {
    cursor: pointer;
    color: #202020;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

section .box-area .box-wrap .box-data.checking {
    color: #B9C2CE;
}

section .box-wrap .text {
    position: relative;
    z-index: 1;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    cursor: pointer;
}

section .box-wrap .box-txt {
    position: absolute;
    right: -10px;
    bottom: -10px;
    text-align: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    cursor: pointer;
}

section .box-wrap .box-txt.region-01 {
    color: #E4E4F7;
}

section .box-wrap .box-txt.region-02 {
    color: #FBE3C1;
}

section .box-wrap .box-txt.region-03 {
    color: #C7EBD1;
}

section .box-wrap .box-txt.region-04 {
    color: #FCE6E2;
}

section .box-wrap .box-txt.region-05 {
    color: #D2EAFD;
}

section .box-wrap .box-txt.region-06 {
    color: #EEF0BA;
}

section .box-wrap .box-txt.region-07 {
    color: #F7E4F5;
}

section .box-wrap .box-txt.region-08 {
    color: #D1F7B9;
}

section .box-area.default {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

section .box-area.default .box {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px;
    border-radius: 8px;
    background: #F7F7F7;
}

section .box-area.default .box:hover {
    background: linear-gradient(0deg, rgba(32, 32, 32, 0.05) 0%, rgba(32, 32, 32, 0.05) 100%), #F7F7F7;
}

section .box-area.default .box-title {
    color: rgba(32, 32, 32, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 120.018%;
}

section .box-area.default .box-data {
    color: #202020;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

section .box-area.default .box-data.checking {
    color: #B9C2CE;
}

section .box-area .box.unclickable:hover {
    background: #F7F7F7;
}

section .box-area .box.unclickable,
section .box-area .box.unclickable .box-title,
section .box-area .box.unclickable .box-data {
    cursor: default
}

/* banner */
.main-wrapper .banner.shortcut {
    height: 160px;
    border-radius: 8px;
    background: #F7F7F7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.main-wrapper .banner.shortcut .banner-icon {
    width: 160px;
    height: 160px;
}

.main-wrapper .banner.shortcut .banner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-wrapper .banner.shortcut .banner-text .banner_main-title {
    color: #004080;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
}

.main-wrapper .banner.shortcut .banner-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.main-wrapper .banner.shortcut .banner-link .link_name {
    cursor: pointer;
    color: #004080;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.main-wrapper .banner.shortcut .banner-link .link_name:hover {
    text-decoration: underline
}

.main-wrapper .banner.shortcut .banner-link .link_icon {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.main-wrapper .banner.shortcut:hover .link_name {
    text-decoration: underline
}

/*pagination*/
.main-wrapper .pagination .paging-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 32px auto 0 auto;
    width: fit-content;
}

.main-wrapper .pagination .paging-item {
    transition: all 0.1s linear;
    border-radius: 8px;
    border: 1px solid rgba(32, 32, 32, 0.30);
    display: flex;
    min-width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main-wrapper .pagination .paging-item a {
    cursor: pointer;
    color: #202020;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 9px 10px;
    height: 100%;
    transition: all 0.1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-wrapper .pagination .paging-item:hover {
    background: #F4F4F4;
}

.main-wrapper .pagination .paging-item.active {
    background: #202020;
}

.main-wrapper .pagination .paging-item.active a {
    color: #FFF;
}

/*table*/
.table-area {
    overflow-x: auto;
    width: 100%;
}

.table-area.cpn-capacity .table {
    min-width: unset;
}

.table-area .table {
    min-width: 600px;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.table-area .th-wrap .tr,
.table-area .td-wrap .tr {
    display: table-row;
    width: auto;
}

.table-area .th-wrap .th,
.table-area .td-wrap .td {
    display: table-cell;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: default;
}

.table-area .th-wrap .th {
    color: rgba(32, 32, 32, 0.60);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

.table-area .tr .td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table-area .tr .td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-area .td-wrap .tr:nth-child(odd) {
    background: #F7F7F7;
}

.table-area .td-wrap .td .td-text {
    cursor: default;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

.table-area .td-wrap .td .td-sub-text {
    cursor: default;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 2px;
}

/*filter_no-match*/
.table-area .filter-no-match {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.table-area .filter-no-match.table .title-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px;
}

.table-area .filter-no-match.table .title-wrap .title:nth-child(1) {
    width: 50.59%;
}

.table-area .filter-no-match.table .title-wrap .title:nth-child(2) {
    width: 16.3%;
}

.table-area .filter-no-match.table .title-wrap .title:nth-child(3) {
    width: 16.3%;
}

.table-area .filter-no-match.table .title-wrap .title:nth-child(4) {
    width: 16.3%;
}

.filter-no-match img {
    display: inline-block;
    width: 100%;
    object-fit: cover
}

.filter-no-match .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.filter-no-match .title {
    color: rgba(32, 32, 32, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

/*thumbnail이 있는 content-list*/
.content-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-list ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.1s linear;
    background: #F7F7F7;
}

.content-list ul li a:hover {
    background: #ECECEC;
}

.content-list ul li .thumbnail {
    flex-shrink: 0;
    width: 72px;
    height: 60px;
    border-radius: 8px;
    border: 0.6px solid #E0E0E0;
    overflow: hidden;
}

.content-list ul li .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-list ul li .link {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-list ul li:hover .link .link_headline {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.content-list ul li .link .link_headline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.content-list ul li .link .link_source {
    color: #798089;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}


@keyframes close {
    100% {
        height: 0;
    }
}

@media (min-width: 745px) and (max-width: 983px) {
    .nav-btn {
        opacity: 1;
        visibility: visible;
        width: 24px;
        display: flex;
    }

    .lnb-list-wrap {
        display: none;
    }

    .landing-login-btn {
        display: none;
    }

    .header .header-inner > div {
        width: 100%;
        justify-content: space-between;
    }

    .header .header-inner {
        padding: 16px 22px 16px 16px;
    }

    .nav-list {
        padding: 10px 24px 20px;
    }
}

@media (max-width: 768px) {
    .landing-banner .only-mobile {
        display: flex;
    }

    .landing-banner a .only-mobile .inner-wrap {
        display: flex;
        gap: unset;
    }

    .landing-banner a .inner-wrap {
        display: none;
    }

    .landing_main-container .button-wrap .cta-btn.details {
        flex-direction: column;
    }

    section .box-area.default .box {
        width: 100%;
    }

    .main-wrapper .banner.shortcut {
        flex-direction: column;
        height: auto;
        padding: 0 24px 24px 24px;
    }

    .main-wrapper .banner.shortcut .banner-icon {
        width: 100px;
        height: 100px;
    }

    .main-wrapper .banner.shortcut .banner-text .banner_main-title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        display: inline-block;
    }
}

@media (min-width: 431px) and (max-width: 744px) {
    .header .header-inner > div {
        width: 100%;
        justify-content: space-between;
    }

    .landing-login-btn {
        display: none;
    }

    .lnb-list-wrap {
        display: none;
    }

    .nav-btn {
        opacity: 1;
        visibility: visible;
        width: 24px;
        display: flex;
    }

    .nav-list {
        padding: 10px 24px 20px;
    }
}

@media (min-width: 250px) and (max-width: 430px) {
    .header .header-inner {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .header .header-inner > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }

    .landing-login-btn {
        display: none !important;
    }

    .lnb-list-wrap {
        display: none !important;
    }

    .nav-btn {
        display: flex !important;
        opacity: 1;
        visibility: visible;
        align-items: center;
        justify-content: center;
    }

    .nav-list {
        padding: 0 16px;
        box-sizing: border-box;
    }
}
