@charset "UTF-8";
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Thin"), url("./../fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src: local("Pretendard ExtraLight"), url("./../fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Light"), url("./../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard Regular"), url("./../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Medium"), url("./../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"), url("./../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard Bold"), url("./../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard ExtraBold"), url("./../fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src: local("Pretendard Black"), url("./../fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Black.woff") format("woff");
}
@font-face {
    font-family: "DM Sans";
    font-weight: 400;
    src: local("DM Sans Regular"), url("./../fonts/DMSans/DMSans-Regular.woff2") format("woff2"), url("./../fonts/DMSans/DMSans-Regular.woff") format("woff");
}
@font-face {
    font-family: "DM Sans";
    font-weight: 500;
    src: local("DM Sans Medium"), url("./../fonts/DMSans/DMSans-Medium.woff2") format("woff2"), url("./../fonts/DMSans/DMSans-Medium.woff") format("woff");
}
@font-face {
    font-family: "DM Sans";
    font-weight: 600;
    src: local("DM Sans SemiBold"), url("./../fonts/DMSans/DMSans-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: "DM Sans";
    font-weight: 700;
    src: local("DM Sans Bold"), url("./../fonts/DMSans/DMSans-Bold.woff2") format("woff2"), url("./../fonts/DMSans/DMSans-Bold.woff") format("woff");
}
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: #000000;
    font-family: "DM Sans", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: break-word;
}

html, body {
    height: 100%;
    overscroll-behavior: none;
}

.wrap {
    height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

blockquote {
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl, dd {
    margin: 0;
}

figure {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

button, input, select, textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}

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

th, td {
    padding: 0;
}

.visually-hidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
}

:focus-visible {
    outline: none;
    outline-color: rgb(255, 0, 0);
    outline-style: solid;
    outline-width: 4px;
}

.form-checkbox input[type=checkbox]:focus-visible + label {
    outline: none;
    outline-color: rgb(255, 0, 0);
    outline-style: solid;
    outline-width: 4px;
}

/* BUTTON */
.btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 0 0 50px;
    border-radius: 50px;
    border: 1px solid #000000;
    background-color: #000000;
    background-image: url(./../images/common/icon/icon-btn_white.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 56px auto;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.btn.-sm {
    height: 60px;
    padding: 0 0 0 30px;
    border-radius: 30px;
    background-size: 40px auto;
    font-size: 18px;
}
.btn.-md {
    height: 60px;
    padding: 0 0 0 20px;
    border-radius: 30px;
    background-size: 40px auto;
    font-size: 18px;
}
.btn.-line {
    background-color: #ffffff;
    background-image: url(./../images/common/icon/icon-btn.svg);
    background-size: 40px auto;
    color: #000000;
}
.btn.-close {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background-color: #fff;
    background-image: url(./../images/common/icon/icon-close.svg);
    background-position: center;
    background-size: 28px auto;
    text-indent: 100%;
    white-space: nowrap;
}

.download {
    display: flex;
    align-items: center;
    height: 60px;
    margin-left: auto;
    padding: 0 66px 0 20px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 0 1px #f68b1f;
    background: url(./../images/common/icon/icon-download_orange.svg) no-repeat right 10px center/40px auto;
    color: #ffffff;
    font-family: "DM Sans", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.download.-dark {
    box-shadow: 0 0 0 1px #000000;
    background-color: #000000;
    background-image: url(./../images/common/icon/icon-download_white.svg);
}

/* ********************** button_반응형 ********************** */
@media (max-width: 1024px) {
    .btn {
        height: 56px;
        padding: 0 0 0 24px;
        background-position: right 6px center;
        background-size: 44px auto;
        font-size: 16px;
        line-height: 24px;
    }
    .btn.-md {
        height: 40px;
        padding: 0 0 0 14px;
        font-size: 16px;
    }
    .btn.-line {
        background-size: 28px auto;
        background-position: right 6px center;
    }
    .download {
        height: 56px;
        margin-left: 0;
        padding: 0 56px 0 24px;
        background: url(./../images/common/icon/icon-download_orange.svg) no-repeat right 6px center/44px auto;
        font-size: 16px;
    }
}
/* INPUT */
input,
textarea {
    padding: 20px 20px;
    border-radius: 0;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
input::placeholder,
textarea::placeholder {
    color: #767676;
}
input:focus,
textarea:focus {
    border-color: #000000;
    outline: none;
}
input.error,
textarea.error {
    border-color: #ff0000;
}

textarea {
    height: 240px;
    resize: none;
}

label {
    display: inline-block;
    width: 130px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
label > span {
    color: #ff0000;
}

.error-guide {
    display: none;
    margin-top: 10px;
    color: #ff0000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

/* CHECKBOX */
.form-checkbox label {
    display: flex;
    width: 100%;
    cursor: pointer;
}
.form-checkbox label::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(./../images/common/icon/icon-check_off.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.form-checkbox label span {
    padding: 2px 0 0 8px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    user-select: none;
}
.form-checkbox input:checked + label::before {
    background-image: url(./../images/common/icon/icon-check_on.svg);
}

@media (max-width: 1024px) {
    input,
    textarea {
        padding: 15px 15px;
        font-size: 14px;
        line-height: 21px;
    }
    textarea {
        height: 280px;
    }
    label {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .error-guide {
        margin-top: 5px;
        font-size: 14px;
        line-height: 21px;
    }
    .form-checkbox label::before {
        width: 24px;
        height: 24px;
    }
    .form-checkbox label span {
        padding: 0 0 0 10px;
        font-size: 16px;
        line-height: 25.6px;
    }
}
/* ********************** HEADER ********************** */
#skip-nav {
    position: fixed;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 0;
    font-size: 0px;
    z-index: 1000;
}
#skip-nav a {
    display: block;
    width: 100%;
    text-align: center;
}
#skip-nav a:focus, #skip-nav a:active {
    position: absolute;
    transform: translateY(0);
    left: 0px;
    height: 46px;
    padding: 8px 0;
    background: #333;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s, background-color 0.5s;
    z-index: 2;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 0 40px;
}
.header-inner > nav > ul {
    display: flex;
}
.header-inner > nav > ul li a {
    display: block;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    transition: color 0.6s;
}
.header-inner > nav > ul li a:focus, .header-inner > nav > ul li a:hover, .header-inner > nav > ul li a:active, .header-inner > nav > ul li a.is-on {
    border-bottom: 2px solid #000000;
}
.header-inner > nav > ul li + li {
    padding-left: 48px;
}
.header-inner > .link {
    display: flex;
    align-items: center;
    position: relative;
    height: 42px;
    padding: 0 43px 0 14px;
    border-radius: 21px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 600;
    transition: border-color 0.6s, color 0.6s;
}
.header-inner > .link::before, .header-inner > .link::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    transition: opacity 0.6s;
}
.header-inner > .link::before {
    background: url(./../images/common/header-link.svg) no-repeat 0 0/28px auto;
}
.header-inner > .link::after {
    background: url(./../images/common/header-link_white.svg) no-repeat 0 0/28px auto;
    opacity: 0;
}
.header-inner .mobile-menu-open {
    display: none;
    overflow: hidden;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    mask: url(./../images/common/icon/icon-menu.svg) no-repeat center/100% auto;
    background-color: #000;
    text-indent: -9999px;
    white-space: nowrap;
    transition: background-color 0.6s;
}
.header-inner .mobile-menu-container {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    transform: translateX(0);
    transition: all 0.6s;
    pointer-events: auto;
    z-index: 1;
}
.header-inner .mobile-menu-container .inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px 24px;
}
.header-inner .mobile-menu-container .inner nav {
    margin-top: 48px;
}
.header-inner .mobile-menu-container .inner nav ul li a {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}
.header-inner .mobile-menu-container .inner nav ul li + li {
    margin-top: 40px;
}
.header-inner .mobile-menu-container .inner > .link {
    display: flex;
    align-items: center;
    height: 56px;
    margin-top: auto;
    padding: 0 42px 0 24px;
    border-radius: 30px;
    box-shadow: 0 0 0 1px #000000;
    background: url(./../images/common/header-link.svg) no-repeat right 6px center/44px auto;
    font-size: 18px;
    font-weight: 600;
}
.header-inner .mobile-menu-container .inner .copyright {
    margin-top: 48px;
    color: #767676;
    font-size: 12px;
    line-height: 18px;
}
.header-inner .mobile-menu-container[hidden] {
    pointer-events: none;
    transform: translateX(100%);
}
.header-inner .mobile-menu-dim {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s, visibility 0.6s;
    z-index: 0;
}
.header-inner .mobile-menu-dim.is-on {
    opacity: 1;
    visibility: visible;
}
.header-inner .mobile-menu-close {
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: url(./../images/common/icon/icon-close.svg) no-repeat center/100% auto;
    text-indent: -9999px;
    white-space: nowrap;
}
.header-inner .logo > a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 141px;
    height: 24px;
    text-indent: -9999px;
    white-space: nowrap;
}
.header-inner .logo > a::before, .header-inner .logo > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.6s;
}
.header-inner .logo > a::before {
    background: url(./../images/common/header-logo.png) no-repeat center/100% 100%;
}
.header-inner .logo > a::after {
    background: url(./../images/common/header-logo_orange.png) no-repeat center/100% 100%;
    opacity: 0;
}
.header.-white .header-inner > .logo > a::before {
    opacity: 0;
}
.header.-white .header-inner > .logo > a::after {
    opacity: 1;
}
.header.-white .header-inner > nav > ul li a {
    color: #fff;
}
.header.-white .header-inner > .link {
    border-color: #fff;
    color: #fff;
}
.header.-white .header-inner > .link::before {
    opacity: 0;
}
.header.-white .header-inner > .link::after {
    opacity: 1;
}
.header.-white .header-inner .mobile-menu-open {
    background-color: #fff;
}

/* ********************** header_반응형 ********************** */
@media (max-width: 1024px) {
    .header .header-inner {
        height: 60px;
        padding: 0 24px;
    }
    .header .header-inner .logo > a {
        width: 118px;
        height: 20px;
        background-size: auto 20px !important;
    }
    .header .header-inner .menu,
    .header .header-inner .menu + .link {
        display: none;
    }
    .header .header-inner .mobile-menu-open,
    .header .header-inner .mobile-menu-container,
    .header .header-inner .mobile-menu-dim {
        display: block;
    }
}
/* ********************** FOOTER ********************** */
.footer {
    position: relative;
    padding: 100px 10px;
    background: #000000;
}
.footer > .info {
    max-width: 1280px;
    margin: 0 auto;
}
.footer-inner {
    display: flex;
}
.footer-inner + .footer-inner {
    margin-top: 100px;
    padding-top: 32px;
    border-top: 1px solid #767676;
}
.footer-inner > div + div {
    margin-left: 14.4791%;
}
.footer-inner > div > .tit {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
}
.footer-inner > div > .tit + address {
    margin-top: 20px;
}
.footer-inner > div > .tit + address > p {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}
.footer-inner > div > .tit + address > .email {
    padding-top: 24px;
}
.footer-inner > div > .tit + address > .email > a {
    color: #ffffff;
    font-weight: 500;
}
.footer-inner > .terms {
    display: flex;
    width: 100%;
}
.footer-inner > .terms ul {
    display: flex;
}
.footer-inner > .terms ul li + li {
    padding-left: 68px;
}
.footer-inner > .terms ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.footer-inner > .terms .copyright {
    margin-left: auto;
    color: #767676;
    font-size: 16px;
    line-height: 24px;
}

/* ********************** FOOTER_반응형 ********************** */
/* tab */
@media (max-width: 1320px) {
    .footer {
        padding: 100px 40px;
    }
}
/* mo */
@media (max-width: 1024px) {
    .footer {
        padding: 40px 24px 24px;
    }
    .footer-inner {
        flex-direction: column;
    }
    .footer-inner + .footer-inner {
        margin-top: 60px;
        padding-top: 30px;
    }
    .footer-inner .download {
        order: 1;
        margin-bottom: 60px;
    }
    .footer-inner > div:nth-child(1) {
        order: 2;
    }
    .footer-inner > div:nth-child(2) {
        order: 3;
    }
    .footer-inner > div + div {
        margin: 40px 0 0 0;
    }
    .footer-inner > div > .tit {
        font-size: 18px;
        line-height: 27px;
    }
    .footer-inner > div > .tit + address > p {
        font-size: 14px;
        line-height: 21px;
    }
    .footer-inner > div > .tit + address {
        margin-top: 10px;
    }
    .footer-inner > div > .tit + address > .email {
        padding-top: 20px;
    }
    .footer-inner > div > .tit + address > .email > a {
        font-size: 16px;
    }
    .footer-inner > .terms,
    .footer-inner > .terms ul {
        display: block;
    }
    .footer-inner > .terms ul li + li {
        padding: 24px 0 0 0;
    }
    .footer-inner > .terms .copyright {
        margin: 110px 0 0 0;
        font-size: 12px;
        line-height: 18px;
    }
}
/* ********************** COMMON ********************** */
/* 줄바꿈 */
.br_desk {
    display: block;
    font-size: 0;
}

/* 전체 레이아웃 */
.wrap.scrollDown .header {
    top: -81px;
}
.wrap.not-top .header {
    background-color: #fff;
}
.wrap.not-top .header .header-inner > .logo > a::before {
    opacity: 1;
}
.wrap.not-top .header .header-inner > .logo > a::after {
    opacity: 0;
}
.wrap.not-top .header .header-inner > nav > ul li a {
    color: #000000;
}
.wrap.not-top .header .header-inner > .link {
    border-color: #000;
    color: #000;
}
.wrap.not-top .header .header-inner > .link::before {
    opacity: 1;
}
.wrap.not-top .header .header-inner > .link::after {
    opacity: 0;
}
.wrap.not-top .header .header-inner .mobile-menu-open {
    background-color: #000;
}

.main {
    min-height: 100%;
    margin-bottom: -509px;
    overflow: hidden;
}
.main::after {
    content: "";
    display: block;
    height: 509px;
}

.container {
    padding: 200px 0 250px;
}
.container.-detail {
    padding: 200px 0 0;
}

/* 페이지 인트로 모션(animation) */
.intro_motion {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s;
    animation: scale 36s cubic-bezier(0.76, 0, 0.36, 1) infinite;
}
.intro_motion.is-order {
    /* z-index 순서 조절 */
    z-index: -1;
}
.intro_motion .dot {
    position: absolute;
    top: 0;
    left: 0;
}
.intro_motion .dot::after {
    content: "";
    display: block;
    border-radius: 50%;
    background: #F68B1F;
}
.intro_motion .dot.dot01 {
    margin: -360px 0 0 360px;
    transform-origin: -360px 360px;
    animation: rotate 24s 0.3s cubic-bezier(0.76, 0, 0.36, 1) infinite;
}
.intro_motion .dot.dot01::after {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}
.intro_motion .dot.dot02 {
    margin: 360px 0 0 -360px;
    transform-origin: 360px -360px;
    animation: rotate 24s cubic-bezier(0.76, 0, 0.36, 1) infinite;
}
.intro_motion .dot.dot02::after {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
}
.intro_motion .dot.dot03 {
    margin: -360px 0 0 -360px;
    transform-origin: 360px 360px;
    animation: rotate 24s 0.6s cubic-bezier(0.76, 0, 0.36, 1) infinite;
}
.intro_motion .dot.dot03::after {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
}
@keyframes scale {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 페이지 인트로 모션(스크롤) */
.scroll_down {
    position: absolute;
    bottom: 78px;
    left: 50%;
    z-index: 1;
    padding-right: 30px;
    background: url(./../images/common/icon/icon-down.svg) no-repeat right center/20px auto;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(-50%);
    transition: color 0.5s, background-image 0.5s, opacity 0.5s;
    opacity: 1;
}
.scroll_down.is-light {
    /* 흰색으로 */
    color: #fff;
    background-image: url(./../images/common/icon/icon-down_white.svg);
}
.scroll_down.is-fade {
    /* 사라지게 */
    opacity: 0;
}
.scroll_down.is-sub {
    z-index: 0;
}

/* 페이지 상단으로 이동 */
.scroll_up {
    overflow: hidden;
    position: fixed;
    right: 40px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    border: none;
    background: url(./../images/common/btn-top.svg) no-repeat center/100% auto;
    text-indent: -9999px;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}
.scroll_up.is-visible {
    opacity: 1;
}

/* 글머리표 */
.disc {
    position: relative;
    padding-left: 16px;
}
.disc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f68b1f;
}
.disc.-bk {
    padding-left: 12px;
}
.disc.-bk::before {
    top: 10px;
    margin-top: 0;
    width: 4px;
    height: 4px;
    background-color: #000000;
}
.disc.-sm {
    padding-left: 12px;
}
.disc.-sm::before {
    top: 11px;
    margin-top: 0;
    width: 2px;
    height: 2px;
    background-color: #666666;
}

/* 글 색 채우기 */
.effect {
    display: inline-block;
    position: relative;
    background: linear-gradient(to right, #ffffff, #ffffff, #F68B1F, #F68B1F);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 300%;
    background-position: 0 0;
    transition: background-position 0.5s;
}
.effect.is-on {
    /* 글자 색 칠해지게 */
    background-position: -50% 0;
    transition-delay: 1.2s;
}

/* iframe에서 lenis 스크롤 중첩 */
.lenis-scrolling iframe {
    pointer-events: none;
}

/* pc/mo 컨텐츠 구분 */
.conts_pc {
    display: block !important;
}

.conts_mo {
    display: none !important;
}

/* ********************** COMMON_반응형 ********************** */
/* tab */
@media (max-width: 1320px) {
    .br_desk {
        display: inline;
        font-size: inherit;
    }
    .br_tab {
        display: block;
        font-size: 0;
    }
    .scroll_down {
        bottom: 60px;
    }
    .intro_motion .dot.dot01 {
        margin: -280px 0 0 280px;
        transform-origin: -280px 280px;
    }
    .intro_motion .dot.dot02 {
        margin: 280px 0 0 -280px;
        transform-origin: 280px -280px;
    }
    .intro_motion .dot.dot03 {
        margin: -280px 0 0 -280px;
        transform-origin: 280px 280px;
    }
}
/* mo */
@media (max-width: 1024px) {
    .br_tab {
        display: inline;
        font-size: inherit;
    }
    .scroll_down {
        bottom: 48px;
        padding-right: 23px;
        background-size: 18px auto;
    }
    .scroll_up {
        right: 20px;
        bottom: 30px;
        width: 40px;
        height: 40px;
    }
    .wrap.scrollUp .header.-main .header-inner > .logo > a,
    .wrap.scrollDown .header.-main .header-inner > .logo > a {
        background-size: auto 20px;
    }
    .main {
        min-height: auto;
        margin-bottom: 0;
    }
    .main::after {
        content: "";
        display: none;
    }
    .container {
        padding: 110px 0;
    }
    .container.-detail {
        padding: 110px 0 0;
    }
    .intro_motion .dot.dot01::after {
        width: 24px;
        height: 24px;
    }
    .intro_motion .dot.dot02::after {
        width: 14px;
        height: 14px;
    }
    .intro_motion .dot.dot03::after {
        width: 30px;
        height: 30px;
    }
    .disc {
        padding-left: 13px;
    }
}
@media (max-width: 750px) {
    .br_mo {
        display: block;
        font-size: 0;
    }
    .intro_motion .dot.dot01 {
        margin: -240px 0 0 100px;
        transform-origin: -100px 240px;
    }
    .intro_motion .dot.dot02 {
        margin: 240px 0 0 -100px;
        transform-origin: 100px -240px;
    }
    .intro_motion .dot.dot03 {
        margin: -240px 0 0 -100px;
        transform-origin: 100px 240px;
    }
    .conts_pc {
        display: none !important;
    }
    .conts_mo {
        display: block !important;
    }
}
@media (max-width: 512px) {
    .effect_mo {
        display: inline-block;
        position: relative;
        background: linear-gradient(to right, #ffffff, #ffffff, #F68B1F, #F68B1F);
        -webkit-background-clip: text;
        color: transparent;
        background-size: 300%;
        background-position: 0 0;
        transition: background-position 1s;
    }
    .effect_mo.is-on {
        background-position: -50% 0;
        transition-delay: 1.2s;
    }
}