@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
    text-decoration: none;
}

html,
body,
div,
span,
applet,
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,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background-color: #f9bb00;
    color: #fff;
}

::selection {
    background-color: #f9bb00;
    color: #fff;
}

@font-face {
    font-family: "Noto Sans KR", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
    font-weight: normal;
    font-style: normal;
}

/* Paperlogy */
/* 2025-09-10 [개선] 앱 메인 타이틀 폰트 변경 :: 폰트 추가 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.ttf') format('truetype');
}

.mainBannerView {
    -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    max-width: 1440px;
    max-height: 495.72px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

.subWrap {
    width: 100%;
}

.mainContents {
    width: 100%;
}

.viewContentsWrap {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList .mainBanner {
        overflow: hidden;
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        max-width: 1328px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        height: 32.36vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        width: 100%;
        cursor: pointer;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        -webkit-transition: 0.7s;
        transition: 0.7s;
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1440px) {
    .mainBannerView {
        width: 94vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
        width: 100%;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        width: 100%;
        max-width: 1088px;
        min-height: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
    }
    .viewContentsWrap .sectionName {
        font-size: 38px !important;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        padding-top: 170px;
        padding-bottom: 334px;
    }
    .viewHeaderWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 32px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        max-width: 704px;
        min-height: 100%;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 16px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        min-height: 100%;
        width: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
}

html {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-overflow: clip;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    background-color: #f9fafb;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-behavior: smooth;
}

body .background {
    position: absolute;
    z-index: -1;
    width: 597px;
    right: 0px;
    top: -159px;
    position: fixed;
    opacity: 0.2;
    -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
    filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
}

body .background img {
    width: 100%;
}

body .background ::-moz-selection {
    background-color: rgba(255, 255, 255, 0);
}

body .background ::selection {
    background-color: rgba(255, 255, 255, 0);
}

section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
    text-decoration: none;
}

html,
body,
div,
span,
applet,
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,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background-color: #f9bb00;
    color: #fff;
}

::selection {
    background-color: #f9bb00;
    color: #fff;
}

@font-face {
    font-family: "Noto Sans KR", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
    font-weight: normal;
    font-style: normal;
}

.mainBannerView {
    -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    max-width: 1440px;
    max-height: 495.72px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

.subWrap {
    width: 100%;
}

.mainContents {
    width: 100%;
}

.viewContentsWrap {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList .mainBanner {
        overflow: hidden;
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        max-width: 1328px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        height: 32.36vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        width: 100%;
        cursor: pointer;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        -webkit-transition: 0.7s;
        transition: 0.7s;
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1440px) {
    .mainBannerView {
        width: 94vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
        width: 100%;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        width: 100%;
        max-width: 1088px;
        min-height: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
    }
    .viewContentsWrap .sectionName {
        font-size: 38px !important;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        padding-top: 170px;
        padding-bottom: 334px;
    }
    .viewHeaderWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 32px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        max-width: 704px;
        min-height: 100%;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 16px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        min-height: 100%;
        width: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
}

html {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-overflow: clip;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    background-color: #f9fafb;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-behavior: smooth;
}

body .background {
    position: absolute;
    z-index: -1;
    width: 597px;
    right: 0px;
    top: -159px;
    position: fixed;
    opacity: 0.2;
    -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
    filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
}

body .background img {
    width: 100%;
}

body .background ::-moz-selection {
    background-color: rgba(255, 255, 255, 0);
}

body .background ::selection {
    background-color: rgba(255, 255, 255, 0);
}

section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header {
    background-color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 99999999;
}

@media (min-width: 360px) and (max-width: 744px) {
    header {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
    }
}

header .topSubHeader {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    right: 24px;
    padding: 8px 24px 8px 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topSubHeader {
        min-height: 44px;
        display: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topSubHeader {
        min-height: 44px;
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topSubHeader .snbWrap {
        display: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topSubHeader .snbWrap {
        display: none;
    }
}

header .topSubHeader .snbWrap .snb {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.025rem;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
}

header .topSubHeader .snbWrap .snb .snbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topSubHeader .snbWrap .snb .snbMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

header .topSubHeader .snbWrap .snb .snbMenu .icon img {
    width: 100%;
}

header .topSubHeader .snbWrap .snb .snbMenu :hover {
    color: #f9bb00;
}

header .topSubHeader .snbWrap .snb .focus {
    color: #f9bb00;
}

header .topHeader {
    height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 14px 0px 14px;
        padding-bottom: 19px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 14px 0px 14px;
        padding-bottom: 19px;
    }
}

header .topHeader .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .left {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .left {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

header .topHeader .left .mainLogo {
    max-width: 113px;
    cursor: pointer;
    max-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .topHeader .left .mainLogo img {
    width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .left .mainLogo {
        max-width: 98px;
        max-height: 18px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .left .mainLogo {
        max-width: 98px;
        max-height: 18px;
    }
}

header .topHeader .left .gnbWrap .gnb {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Paperlogy', sans-serif;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu :hover {
    color: #f9bb00;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu .icon img {
    width: 100%;
}

header .topHeader .center {
    margin: 0 auto;
}

header .topHeader .center .gnb {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Paperlogy', sans-serif;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 88px;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 17.6px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        font-size: 17.6px;
    }
}

@media (max-width: 1440px) {
    header .topHeader .center .gnb {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Paperlogy', sans-serif;
        gap: 56px;
    }
}

@media (max-width: 1440px) and (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (max-width: 1440px) and (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Paperlogy', sans-serif;
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        display: none;
    }
}

header .topHeader .center .gnb .gnbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topHeader .center .gnb .gnbMenu .textWrap span {
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

header .topHeader .center .gnb :hover .textWrap span {
    color: #f9bb00;
}

header .topHeader .center .gnb .focus {
    color: #f9bb00;
}

header .topHeader .center .gnb .lnbWrap {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 114px;
    z-index: 99999999;
    background: #4e5059dd;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

header .topHeader .center .lnb {
    cursor: default;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    gap: 16px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    height: 164px;
    z-index: 99999999;
    color: #ebebeb;
    top: 142px;
}

header .topHeader .center .lnb li {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Paperlogy', sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    font-weight: 400;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1440px) {
    header .topHeader .center .lnb li {
        font-weight: 300;
    }
}

header .topHeader .center .lnb li:hover {
    color: #f9bb00;
}

header .topHeader .center :hover .lnbWrap {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(97%);
    transform: scale(97%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999999;
    height: 0px;
    position: absolute;
    background: #4e5059dd;
    height: 228px;
    top: 118px;
}

header .topHeader .center :hover .lnb {
    opacity: 1;
    max-height: 164px;
    overflow: visible;
    bottom: -188px;
}

header .topHeader .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    right: 24px;
    cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .right {
        width: 24px;
        height: 24px;
        right: 14px;
        background: url("/assets/assets/imgs/menuBar.png");
        background-size: 100%;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .right {
        width: 24px;
        height: 24px;
        right: 14px;
        background: url("/assets/assets/imgs/menuBar.png");
        background-size: 100%;
    }
}

header .topHeader .right .snbWrap .snb {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.025rem;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

header .topHeader .right .snbWrap .snb .snbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topHeader .right .snbWrap .snb .snbMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

header .topHeader .right .snbWrap .snb .snbMenu .icon img {
    width: 100%;
}

header .topHeader .right .snbWrap .snb .snbMenu :hover {
    color: #f9bb00;
}

header .topHeader .right .snbWrap .snb .focus {
    color: #f9bb00;
}

header .topHeader .right:active {
    -webkit-transform: scale(97%);
    transform: scale(97%);
}

header .topHeader .right.open {
    background: url("/assets/assets/imgs/mobGnbIcon/whiteClose.png") center
        no-repeat;
    background-size: 100%;
}

header .bottomHeader {
    width: 100%;
    background-color: #4e5059;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    gap: 8px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader {
        max-height: 32px;
        -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        width: calc(100vw - 40px);
        margin: 8px 14px;
        border-radius: 8px;
    }
    header .bottomHeader .viewHeaderWrap {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader {
        max-height: 32px;
        -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        width: calc(100vw - 40px);
        margin: 8px 14px;
        border-radius: 8px;
    }
    header .bottomHeader .viewHeaderWrap {
        padding-left: 4px;
        padding-right: 4px;
    }
}

header .bottomHeader .bottomHeaderContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

header .bottomHeader .bottomHeaderContents .curMenu {
    position: relative;
    font-size: 15px;
    letter-spacing: -0.025rem;
    font-weight: 500;
    font-family: "Noto Sans KR", sans-serif;
    min-width: 98px;
    color: #fff;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .curMenu {
        font-size: 15px;
        font-size: 1px;
        display: none;
        color: #333333;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .curMenu {
        font-size: 1px;
        display: none;
        color: #333333;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap {
    font-size: 15px;
    letter-spacing: -0.025rem;
    font-weight: 500;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap {
        font-size: 12px;
        width: 100%;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap {
        width: 100%;
        font-size: 10px;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
        gap: 15px;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 4px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 4px;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
    cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        min-height: 32px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        min-height: 32px;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
    width: 100%;
    height: 40px;
    min-width: 56px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #999999;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
        height: 24px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
        height: 24px;
    }
}

@media (min-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu :hover {
        color: #f9bb00;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
    color: #f9bb00;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
        width: 100%;
        height: 24px;
        min-width: 56px;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f9bb00;
        color: #333333;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
        width: 100%;
        height: 28px;
        min-width: 56px;
        border-radius: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f9bb00;
        color: #333333;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap::-webkit-scrollbar {
    display: none;
}

header .mobGnbWrap {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    right: -100vw;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 28px;
    padding-top: 62px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

header .mobGnbWrap .mobGnbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

header .mobGnbWrap .mobGnbs .mobGnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap {
    width: 45px;
    height: 38px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap img {
    width: 100%;
    height: 100%;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap img {
    width: 100%;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 14px;
    margin-right: 14px;
    border-radius: 16px;
    border: 0px solid #ffedc3;
    background-color: #fff7e5;
    gap: 24px;
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap .twodepthName {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap.open {
    max-height: none;
    padding: 16px 24px;
    border: 1px solid #ffedc3;
}

header .mobGnbWrap .mobTopMenus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
}

header .mobGnbWrap .mobTopMenus .mobTopMenu {
    padding: 16px 32px;
    border: 0.5px solid #ebebeb;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .topMenuName {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    line-height: 1;
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .dropIconWrap img {
    width: 100%;
}

header .mobGnbWrap.gnbOpen {
    overflow: scroll;
    right: 0vw;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 28px;
    padding-top: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

header .mobGnbWrap.gnbOpen .mobGnbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap {
    width: 45px;
    height: 38px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap img {
    width: 100%;
    height: 100%;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName.open {
    color: #f9bb00;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap img {
    width: 100%;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap {
    margin-top: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 14px;
    margin-right: 14px;
    border-radius: 16px;
    border: 0px solid #ffedc3;
    background-color: #fff7e5;
    gap: 24px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap .twodepthName {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap.open {
    margin-top: 8px;
    opacity: 1;
    max-height: none;
    padding: 16px 24px;
    border: 1px solid #ffedc3;
}

header .mobGnbWrap.gnbOpen .mobTopMenus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu {
    padding: 16px 32px;
    border: 0.5px solid #ebebeb;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .topMenuName {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Paperlogy', sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    line-height: 1;
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .dropIconWrap img {
    width: 100%;
}

header .headerThemaChange.open {
    position: fixed;
    width: 100vw;
    height: 62px;
    top: 28px;
}

header .headerThemaChange.open .firstBack {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9bb00;
    opacity: 1;
    border-radius: 0 0 0 0px;
}

header .headerThemaChange.open .seconBack {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9bb00;
    opacity: 0.5;
    border-radius: 0 0 0 0px;
}

header .headerThemaChange.open .thrdBack {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9bb00;
    opacity: 0.1;
    border-radius: 0 0 0 0px;
}

header .headerThemaChange {
    position: absolute;
    width: 100vw;
    height: 62px;
    top: 0;
}

header .headerThemaChange .firstBack {
    position: absolute;
    left: 100vw;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    background-color: #f9bb00;
    opacity: 1;
    border-radius: 0 0 0 96px;
}

header .headerThemaChange .seconBack {
    left: 100vw;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #f9bb00;
    opacity: 0.5;
    border-radius: 0 0 0 96px;
}

header .headerThemaChange .thrdBack {
    left: 100vw;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #f9bb00;
    opacity: 0.1;
    border-radius: 0 0 0 96px;
}

section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
    text-decoration: none;
}

html,
body,
div,
span,
applet,
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,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background-color: #f9bb00;
    color: #fff;
}

::selection {
    background-color: #f9bb00;
    color: #fff;
}

@font-face {
    font-family: "Noto Sans KR", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
    font-weight: normal;
    font-style: normal;
}

.mainBannerView {
    -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    max-width: 1440px;
    max-height: 495.72px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

.subWrap {
    width: 100%;
}

.mainContents {
    width: 100%;
}

.viewContentsWrap {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList .mainBanner {
        overflow: hidden;
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        max-width: 1328px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        height: 32.36vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        width: 100%;
        cursor: pointer;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        -webkit-transition: 0.7s;
        transition: 0.7s;
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1440px) {
    .mainBannerView {
        width: 94vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
        width: 100%;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        width: 100%;
        max-width: 1088px;
        min-height: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
    }
    .viewContentsWrap .sectionName {
        font-size: 38px !important;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        padding-top: 170px;
        padding-bottom: 334px;
    }
    .viewHeaderWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 32px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        max-width: 704px;
        min-height: 100%;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 16px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        min-height: 100%;
        width: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
}

html {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-overflow: clip;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    background-color: #f9fafb;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-behavior: smooth;
}

body .background {
    position: absolute;
    z-index: -1;
    width: 597px;
    right: 0px;
    top: -159px;
    position: fixed;
    opacity: 0.2;
    -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
    filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
}

body .background img {
    width: 100%;
}

body .background ::-moz-selection {
    background-color: rgba(255, 255, 255, 0);
}

body .background ::selection {
    background-color: rgba(255, 255, 255, 0);
}

section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 334px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer {
        height: 473px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer {
        height: 473px;
    }
}

footer .fnbWrap {
    margin-top: 64px;
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.025rem;
    font-family: "Noto Sans KR", sans-serif;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .fnbWrap .fnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .fnb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .fnb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
    }
}

footer .fnbWrap .fnb .fnbMenu {
    cursor: pointer;
}

footer .fnbWrap .fnb .fnbMenu:hover {
    color: #f9bb00;
}

footer .fnbWrap .fnbMenu::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    max-height: 8px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    border-right: 1px solid #999999;
    margin: 12px;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .fnbMenu::after {
        display: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .fnbMenu::after {
        display: none;
    }
}

footer .fnbWrap .fnbMenu:last-child::after {
    opacity: 0;
}

footer .fnbWrap .familySite .famMenu {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4px;
    position: relative;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .familySite .famMenu {
        margin-top: 4px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .familySite .famMenu {
        margin-top: 4px;
    }
}

footer .fnbWrap .familySite .famMenu .textWrap .text {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

footer .fnbWrap .familySite .famMenu .textWrap input {
    width: 0px;
    height: 0px;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
    background-color: #fff;
    border: 0px solid #ebebeb;
    position: absolute;
    max-height: 30vh;
    overflow-y: scroll;
    width: 172px;
    height: 0;
    bottom: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
        max-height: 30vh;
        overflow-y: scroll;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
        max-height: 30vh;
        overflow-y: scroll;
    }
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li {
    padding: 16px 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    height: 14px;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li:hover {
    background-color: #f4f4f4;
}

footer .fnbWrap .familySite .famMenu input[type="checkbox"]:checked + label .familySiteList {
    height: auto;
    padding: 8px 0;
    border: 0.5px solid #ebebeb;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

footer .fnbWrap .familySite .famMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

footer .fnbWrap .familySite .famMenu .icon img {
    width: 100%;
}

footer .fnbWrap .familySite .famMenu:hover .text {
    color: #f9bb00;
}

footer .fnbWrap .familySite .famMenu:hover .icon {
    color: #f9bb00;
}

footer .footerContentsWrap {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footerContentsWrap .companyInfoWrap .titleWrap {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.025rem;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 36px;
}

footer .footerContentsWrap .companyInfoWrap .infoWrap {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.025rem;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999;
}

footer .footerContentsWrap .snsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.025rem;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .footerContentsWrap .snsWrap div {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .footerContentsWrap .snsWrap div {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

footer .footerContentsWrap .snsWrap .youtubeIcon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 1px;
    background-color: #fff;
    border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .youtubeIcon img {
    width: 100%;
}

footer .footerContentsWrap .snsWrap .instaIcon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 1px;
    background-color: #fff;
    border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .instaIcon img {
    width: 100%;
}

footer .footerContentsWrap .snsWrap .facebookIcon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 1px;
    background-color: #fff;
    border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .facebookIcon img {
    width: 100%;
}

@media (min-width: 744px) {
    footer .footerContentsWrap .snsWrap > div:hover {
        border: 1px solid #f9bb00;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }
}

.srOnly {
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    white-space: nowrap;
}

body {
    padding-top: 196px;
}

@media (min-width: 360px) and (max-width: 744px) {
    body {
        padding-top: 212px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    body {
        padding-top: 212px;
    }
}

body section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

body section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.background {
    position: absolute;
    right: 0;
}

header .bottomHeader {
    margin-bottom: 0;
}

.mainContents {
    max-width: 1040px;
    overflow: hidden;
    margin: 0 0;
}

.mainContents .contentHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-top: 56px;
    padding-bottom: 56px;
    margin-bottom: 16px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
        gap: 16px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader {
        padding-top: 36px;
        padding-bottom: 36px;
        gap: 16px;
    }
}

.mainContents .contentHeader .tabTitle {
    font-size: 48px;
    font-weight: 700;
    font-family: "Noto Sans KR", sans-serif;
    color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 32.64px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 18.24px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 20px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 20px;
    }
}

.mainContents .contentHeader p {
    font-size: 20px;
    word-spacing: -0.5%;
    font-weight: 500;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999 !important;
    font-weight: 400;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader p {
        font-size: 17.6px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader p {
        font-size: 17.6px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader p {
        font-size: 16px !important;
        line-height: 1.75;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader p {
        font-size: 16px !important;
        line-height: 1.75;
    }
}

.mainContents .contentHeader .tabDescription {
    font-size: 20px;
    word-spacing: -0.5%;
    font-weight: 500;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999 !important;
    font-weight: 400;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader .tabDescription {
        font-size: 17.6px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader .tabDescription {
        font-size: 17.6px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader .tabDescription {
        font-size: 15px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif;
        line-height: 1.75;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader .tabDescription {
        font-size: 15px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif;
        line-height: 1.75;
    }
}

.mainContents .startupSec {
    margin-bottom: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mainContents .startupSec .TitleWrap {
    line-height: 1;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 56px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .TitleWrap {
        margin-bottom: 24px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .TitleWrap {
        margin-bottom: 24px;
    }
}

.mainContents .startupSec .TitleWrap h4 {
    color: #333;
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .TitleWrap h4 {
        font-size: 24.64px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .TitleWrap h4 {
        font-size: 24.64px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .TitleWrap h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .TitleWrap h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.mainContents .startupSec .TitleWrap p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    font-family: "Noto Sans KR", sans-serif;
    color: #999999;
    padding-bottom: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .TitleWrap p {
        font-size: 14.96px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .TitleWrap p {
        font-size: 14.96px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .TitleWrap p {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .TitleWrap p {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

.mainContents .startupSec .startProcess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    color: #333333;
    row-gap: 64px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .startProcess {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .startProcess {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
    }
}

.mainContents .startupSec .startProcess .startWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.mainContents .startupSec .startProcess .startWrap .startCircle {
    max-width: 248px;
    margin: 0 0px 24px 0;
    text-align: center;
}

.mainContents .startupSec .startProcess .startWrap .startCircle img {
    width: 100%;
}

.mainContents .startupSec .startProcess .startWrap .startArrow {
    display: block;
    width: 40px;
    height: 248px;
    background-image: url("/assets/assets/imgs/processArrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .startProcess .startWrap .startArrow {
        height: 50%;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .startProcess .startWrap .startArrow {
        display: none;
    }
}

.mainContents .startupSec .startProcess .startWrap .startTxt {
    text-align: center;
}

.mainContents .startupSec .startProcess .startWrap .startTxt span {
    display: block;
    line-height: 1;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
}

.mainContents .startupSec .startProcess .startWrap .startTxt h5 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.45;
}

.mainContents .startupSec .startProcess .startWrap .startTxt a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 38px;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 38px;
    border-radius: 8px;
    background-color: #f9bb00;
}

.mainContents .startupSec .startProcess .startWrap .startTxt a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
    background-image: url("/assets/assets/imgs/arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .startProcess .startWrap .startTxt h5 {
        font-size: 21.12px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .startProcess .startWrap .startTxt h5 {
        font-size: 21.12px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startupSec .startProcess .startWrap .startTxt h5 {
        font-size: 15px;
    }
    .mainContents .startupSec .startProcess .startWrap .startTxt a {
        max-width: 98px;
        max-height: 30px;
        line-height: 30px;
        margin-top: 8px;
    }
    .mainContents .startupSec .startProcess .startWrap .startTxt a::before {
        right: 12px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startupSec .startProcess .startWrap .startTxt h5 {
        font-size: 15px;
    }
    .mainContents .startupSec .startProcess .startWrap .startTxt a {
        max-width: 98px;
        max-height: 30px;
        line-height: 30px;
        margin-top: 8px;
        overflow: hidden;
    }
    .mainContents .startupSec .startProcess .startWrap .startTxt a::before {
        right: 12px;
    }
}

.mainContents .startLearn {
    margin-bottom: 160px;
}

.mainContents .startLearn .TitleWrap {
    line-height: 1;
    margin-bottom: 56px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startLearn .TitleWrap {
        margin-bottom: 24px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startLearn .TitleWrap {
        margin-bottom: 24px;
    }
}

.mainContents .startLearn .TitleWrap h4 {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.5;
    padding-bottom: 24px;
    margin-bottom: 56px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 16px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startLearn .TitleWrap h4 {
        font-size: 24.64px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startLearn .TitleWrap h4 {
        font-size: 24.64px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startLearn .TitleWrap h4 {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startLearn .TitleWrap h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.mainContents .startLearn .learnStartup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

.mainContents .startLearn .learnStartup img {
    max-height: 424px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(50% - 16px);
    border-radius: 32px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startLearn .learnStartup img {
        border-radius: 16px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startLearn .learnStartup img {
        border-radius: 16px;
    }
}

.mainContents .startLearn p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    line-height: 1.5;
    padding: 24px;
    color: #333333;
    background: #ffffff;
    border: 0.5px solid #ebebeb;
    border-radius: 32px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .startLearn p {
        border-radius: 16px;
        padding: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .startLearn p {
        border-radius: 16px;
        padding: 14px;
    }
}

/* 2025-09-15 [개선] BIS 변경에 따른 홈페이지 개선 건 :: 로고 애니메이션 */
.flip_wrap {
    width: 104px;
    height: 38px;
    position: relative;
    transform-style: preserve-3d;
    animation: flip-up 5s ease-in-out infinite;
}

.flip_front,
.flip_back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip_front img,
.flip_back img {
    width: 100%;
    height: 100%;
}

.flip_back {
    transform: rotateX(-180deg);
}

@keyframes flip-up {
    0% { transform: rotateX(0deg); }
    50% { transform: rotateX(180deg); }
    100% { transform: rotateX(360deg); }
}

@media (max-width: 744px) {
    .flip_wrap {
        max-width: 88px;
        max-height: 32px;
    }
}

.only_mo {
    display: none !important;
}

.only_pc {
    display: block !important;
}

@media (max-width: 750px) {
    .only_mo {
        display: block !important;
    }

    .only_pc {
        display: none !important;
    }
}
/*# sourceMappingURL=style.css.map */