@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* -------------------------
	root
--------------------------- */
:root {
    --color-black: #000;
    --color-black2: #1A1A1A;
    --color-black3: #323232;
    --color-black4: #383B45;
    --color-white: #fff;
    --color-white2: #f8f8f8;
    --color-white3: #f1f1f1;
    --color-white4: #fafafa;
    --color-white5: #eee;
    --color-grey1: #666;
    --color-grey2: #999;
    --color-grey3: #444;
    --color-grey4: #aaa;
    /*--color-grey5: #f3f6f8;*/
    --color-grey5: #F3F7FE;
    --color-grey6: #898b8e;
    --color-blue: #0072B8;
    --brand-color-main: #0072B8;
    --brand-color-sub: rgb(0 114 184 / 60%);
    --border-color: #ddd;
    --border-color2: #a3dcff;
    --border-color3: rgba(255, 255, 255, 0.4);
    --azure: #1aaee8;
    --spacing: 1rem;
    --spacing-1: 1.25rem;
    --spacing-2: 1.563rem;
    --spacing-3: 1.875rem;
    --spacing-4: 2.5rem;
    --spacing-5: 3.125rem;
    --spacing-6: 3.75rem;
    --spacing-7: 6.25rem;
    --spacing-8: 0.625rem;
    --spacing-9: 0.313rem;
    --padding: 3.125rem;
    --padding1: 0.75rem;
    --padding2: 0.938rem;
    --padding3: 6.25rem;
    --padding4: 2.5rem;
    --padding5: 5rem;
    --padding6: 4.375rem;
    --header-hei: 5.625rem;
    --header-hei2: 5rem;
    --header-hei3: 3.75rem;
    --dep2-hei: 17.625rem;
    --width-wrap: 93.125rem;
    --width-wrap1: 74.375rem;
    --cont_tit: 2.63em;
    --cont_tit2: 2em;
    --cont_tit3: 1.6em;
    --cont_txt: 1.5em;
    /*--cont_txt2: 1.13em;*/
    --cont_txt2: 1.0625em;
    --radius-md: 0.625em;
    --radius-lg: 1.25rem;
}


/* -------------------------
	BASIC CSS
--------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}

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

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #222;
}

/* change colours to suit your needs */
ins {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    font-style: italic;
    line-height: initial;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 0.063rem dotted;
    cursor: help;
}

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

td,
th {
    background-clip: padding-box;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 0.063rem;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 0;
    padding: 0;
}

input,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input,
select {
    vertical-align: middle;
}

select {
    font-family: 'Pretendard', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    &::-ms-expand {
        display: none;
    }
}

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

input {
    font-family: 'Pretendard', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    font-family: 'Pretendard', sans-serif;
}

input[type=button],
input[type=submit],
button {
    font-family: 'Pretendard', sans-serif;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    color: inherit;
    font-size: 1em;
}

button:active,
button:focus {
    outline: none;
}

img {
    -ms-interpolation-mode: bicubic !important;
}

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

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

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    line-height: 1.25;
    font-weight: 400;
    font-size: 100%;
    color: var(--color-black);
}

h1,
.h1 {
    font-family: 'Pretendard', sans-serif;
    font-weight: normal;
}

body {
    line-height: 2;
    color: var(--color-black);
}

/*a {
    color: var(--color-black);
    transition: color .2s;
}*/

blockquote {
    padding: 0.063rem 1.25rem 0.25rem;
    margin: 1.25rem 0 1.25rem 1.875rem;
    font-size: inherit;
    border-left: 0.188rem solid #eaeaea;
}

p:empty {
    margin: 0;
}

iframe {
    max-width: 100%;
}

textarea {
    width: 100%;
    padding: 0.625rem;
    resize: none;
}

::selection {
    background: var(--brand-color-main);
    color: var(--color-white);
}


/* -------------------------
	MARGIN CSS
--------------------------- */
.mb0 {
    margin-bottom: 0 !important;
}

.mb3 {
    margin-bottom: 0.188rem !important;
}

.mb5 {
    margin-bottom: 0.313rem !important;
}

.mb10 {
    margin-bottom: 0.625rem !important;
}

.mb15 {
    margin-bottom: 0.938rem !important;
}

.mb20 {
    margin-bottom: 1.25rem !important;
}

.mb25 {
    margin-bottom: 1.563rem !important;
}

.mb30 {
    margin-bottom: 1.875rem !important;
}

.mb40 {
    margin-bottom: 2.5rem !important;
}

.mb50 {
    margin-bottom: 3.125rem !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt3 {
    margin-top: 0.188rem !important;
}

.mt5 {
    margin-top: 0.313rem !important;
}

.mt10 {
    margin-top: 0.625rem !important;
}

.mt15 {
    margin-top: 0.938rem !important;
}

.mt20 {
    margin-top: 1.25rem !important;
}

.mt30 {
    margin-top: 1.875rem !important;
}

.mt40 {
    margin-top: 2.5rem !important;
}

.mt50 {
    margin-top: 3.125rem !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr1 {
    margin-right: 0.063rem !important;
}

.mr3 {
    margin-right: 0.188rem !important;
}

.mr5 {
    margin-right: 0.313rem !important;
}

.mr10 {
    margin-right: 0.625rem !important;
}

.mr15 {
    margin-right: 0.938rem !important;
}

.mr20 {
    margin-right: 1.25rem !important;
}

.mr30 {
    margin-right: 1.875rem !important;
}

.mr40 {
    margin-right: 2.5rem !important;
}

.mr50 {
    margin-right: 3.125rem !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml3 {
    margin-left: 0.188rem !important;
}

.ml5 {
    margin-left: 0.313rem !important;
}

.ml10 {
    margin-left: 0.625rem !important;
}

.ml15 {
    margin-left: 0.938rem !important;
}

.ml20 {
    margin-left: 1.25rem !important;
}

.ml30 {
    margin-left: 1.875rem !important;
}

.ml40 {
    margin-left: 2.5rem !important;
}

.ml50 {
    margin-left: 3.125rem !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb3 {
    padding-bottom: 0.188rem !important;
}

.pb5 {
    padding-bottom: 0.313rem !important;
}

.pb10 {
    padding-bottom: 0.625rem !important;
}

.pb15 {
    padding-bottom: 0.938rem !important;
}

.pb20 {
    padding-bottom: 1.25rem !important;
}

.pb30 {
    padding-bottom: 1.875rem !important;
}

.pb40 {
    padding-bottom: 2.5rem !important;
}

.pb50 {
    padding-bottom: 3.125rem !important;
}

.pb100 {
    padding-bottom: 6.25rem !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl3 {
    padding-left: 0.188rem !important;
}

.pl5 {
    padding-left: 0.313rem !important;
}

.pl10 {
    padding-left: 0.625rem !important;
}

.pl15 {
    padding-left: 0.938rem !important;
}

.pl20 {
    padding-left: 1.25rem !important;
}

.pl30 {
    padding-left: 1.875rem !important;
}

.pl40 {
    padding-left: 2.5rem !important;
}

.pl50 {
    padding-left: 3.125rem !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr3 {
    padding-right: 0.188rem !important;
}

.pr5 {
    padding-right: 0.313rem !important;
}

.pr10 {
    padding-right: 0.625rem !important;
}

.pr15 {
    padding-right: 0.938rem !important;
}

.pr20 {
    padding-right: 1.25rem !important;
}

.pr25 {
    padding-right: 1.563rem !important;
}

.pr30 {
    padding-right: 1.875rem !important;
}

.pr40 {
    padding-right: 2.5rem !important;
}

.pr50 {
    padding-right: 3.125rem !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt3 {
    padding-top: 0.188rem !important;
}

.pt5 {
    padding-top: 0.313rem !important;
}

.pt7 {
    padding-top: 0.438rem !important;
}

.pt10 {
    padding-top: 0.625rem !important;
}

.pt15 {
    padding-top: 0.938rem !important;
}

.pt20 {
    padding-top: 1.25rem !important;
}

.pt30 {
    padding-top: 1.875rem !important;
}

.pt40 {
    padding-top: 2.5rem !important;
}

.pt50 {
    padding-top: 3.125rem !important;
}

.pd0 {
    padding: 0 !important;
}

.pd10 {
    padding: 0.625rem !important;
}

.pd15 {
    padding: 0.938rem !important;
}

.pd20 {
    padding: 1.25rem !important;
}

.pd30 {
    padding: 1.875rem !important;
}

.pd40 {
    padding: 2.5rem !important;
}

.pd50 {
    padding: 3.125rem !important;
}

.mg0 {
    margin: 0 !important;
}

.mg10 {
    margin: 0.625rem !important;
}

.mg15 {
    margin: 0.938rem !important;
}

.mg20 {
    margin: 1.25rem !important;
}

.mg30 {
    margin: 1.875rem !important;
}

.mg40 {
    margin: 2.5rem !important;
}

.mg50 {
    margin: 3.125rem !important;
}

/* -------------------------
	FONT CSS
--------------------------- */

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fs12 {
    font-size: 0.75em !important;
}

.fs13 {
    font-size: 0.81em !important;
}

.fs14 {
    font-size: 0.88em !important;
}

.fs15 {
    font-size: 0.94em !important;
}


/* -------------------------
	OPACITY CSS
--------------------------- */

.op-9 {
    opacity: 0.9;
}

.op-8 {
    opacity: 0.8;
}

.op-7 {
    opacity: 0.7;
}

.op-6 {
    opacity: 0.6;
}

.op-5 {
    opacity: 0.5;
}

.op-4 {
    opacity: 0.4;
}

.op-3 {
    opacity: 0.3;
}


/* -------------------------
	COLOR CSS
--------------------------- */
.bg-blue {
    background-color: var(--brand-color-main) !important;
}

.bg-gray {
    background-color: var(--color-white2) !important;
}

.bg-gray1 {
    background-color: var(--color-grey5) !important;
}

.bg-gray2 {
    background-color: #f3f7fe;
}

/* -------------------------
	SINGLE CLASS CSS
--------------------------- */
.hr {
    border: 0;
    border-top: 1px solid #eee;
}

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

.clr {
    clear: both;
}

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

.skip {
    position: fixed;
    top: -10000px;
    z-index: 100;
    padding: 1.25rem 0;
    width: 100%;
    height: 3.125rem;
    text-align: center;
    color: var(--color-black);
    background: #ccc;
}

.skip:focus {
    top: 0;
}

.blind {
    position: absolute;
    top: -62.5rem;
    text-indent: -9999px;
    font-size: 0 !important;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

.abbr {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.taL {
    text-align: left !important;
}

.taR {
    text-align: right !important;
}

.taC {
    text-align: center !important;
}

.onlyWeb {
    display: block;
}

.onlyMob {
    display: none;
}

.block {
    display: block;
}

.in-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.prevent-scroll,
.prevent-scroll > body {
    overflow-x: hidden !important;
}

.pointer {
    cursor: pointer;
}

.m-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: var(--padding4) 0;
    background-color: #D8D8D8;
}

.s-block {
    display: block;
    width: 100%;
    height: 1px;
    margin: var(--spacing-9) 0;
}

.m-block {
    display: block;
    width: 100%;
    height: 1px;
    margin: var(--spacing) 0;
}

.sound-only {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    color: transparent;
    opacity: 0;
    border: 0;
    overflow: hidden;
}

.only-mobile,
.only-mobile-view {
    display: none;
}

@media screen and (max-width: 980px) {
    .m-line {
        margin: var(--padding2) 0;
    }

    .m-block {
        margin: var(--spacing-8) 0;
    }
}


/* -------------------------
	INPUT CSS
--------------------------- */

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    padding: 0.625rem;
    border: 1px solid #cccfd8;
    border-radius: 0;
    line-height: normal !important;
    color: #444;
    background: var(--color-white);
}

input[type="submit"],
label {
    cursor: pointer;
}

/* -------------------------
	HTML CSS
--------------------------- */

#wrap {
    position: relative;
    width: 100%;
}

#wrap.main {
    position: relative;
    width: 100%;
    height: 100%;
}

#content {
    position: relative;
}


#row {
    *zoom: 1;
    margin: 0 0 0 -2.5rem;
}

#row:after {
    content: '';
    display: block;
    clear: both;
}

.blackBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none
}

.blackBg.on {
    z-index: 10
}


/* -------------------------
	HEADER CSS
--------------------------- */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 5005;
    font-size: 1.125rem;
    background: var(--color-white);
    color: var(--color-black);
    transition: all 0.4s;
    border-bottom: 1px solid var(--border-color);
}

#header.down {
    transform: translate(0, -100%);
}

#header::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    pointer-events: none;
    border-bottom: 1px solid var(--border-color);
    opacity: 0;
}

#header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc(var(--header-hei) + var(--dep2-hei));
    background-color: var(--color-white);
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}


#header #logo {
    position: absolute;
    left: var(--padding2);
    top: 0;
    z-index: 1;
    width: 6.875rem;
    height: 100%;
}

#header #logo h1 {
    width: 80%;
    height: 100%;
    background: url(../../assets/images/main/logo.svg) no-repeat 0;
    transition: all .4s ease;
}

#header #logo a {
    display: block;
}

#header #logo img {
    height: 2.2em;
}

#header #logo .hov {
    display: none;
}

#header #logo .on {
    display: block;
}

#header .h_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--width-wrap);
    padding-left: var(--padding2);
    padding-right: var(--padding2);
    position: relative;
    z-index: 8;
}

#header .h_util {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: absolute;
    top: 50%;
    right: var(--padding2);
    transform: translateY(-50%);
    font-size: 1.125rem;
}

#header.on #logo .hov,
#header.scroll #logo .hov {
    display: block;
}

#header.on #logo .on,
#header.scroll #logo .on {
    display: none;
}

#header.on .h_inner,
#header.scroll .h_inner {
    background-color: var(--color-white);
}

#header.on::before {
    opacity: 1;
}

#header.on::after {
    height: calc(var(--dep2-hei) + 0.063rem);
    top: 100%;
    transform: translateY(0);
    border-bottom: 1px solid var(--border-color);
}

#header.on .dep2 {
    visibility: visible;
}

#header.on #logo h1 {
    background: url(../../assets/images/main/logo.svg) no-repeat 0;
}

#header .h_util .contact_box > a {
    border: 1px solid var(--color-black);
    padding: 0.5em 1em;
    font-size: 0.9em;
    border-radius: 1.25em;
}

#header .h_util .contact_box > a:hover {
    background-color: var(--brand-color-main);
    border-color: var(--brand-color-main);
    color: var(--color-white);
}

#header.on .h_util .contact_box > a {
    border-color: var(--color-black);
}

#header .h_util .lang_box {
    display: flex;
    align-items: stretch;
    font-size: 1em;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

#header .h_util .lang_box button {
    font-size: 1.38em;
}

#header .h_util .lang_box .lang_item {
    display: none;
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    padding: 0.5em;
    border-radius: 1em;
    line-height: 1.2;
    color: var(--color-grey3);
    font-size: 0.88em;
    font-weight: 400;
    position: absolute;
    width: 7.25em;
    text-align: center;
    top: 2.38em;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0.063rem 0.063rem 0.313rem rgb(0 0 0 / 20%);
}

#header .h_util .lang_box .lang_item.show {
    display: block;
}

#header .h_util .lang_box .Languages_links li {
    padding: 0.25em 0;
}

#header .h_util .lang_box .Languages_links li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

#header .h_util .lang_box .Languages_links li:hover a {
    color: var(--brand-color-main);
    font-weight: 500;
}

#header .h_util .lang_box .Languages_links li a img {
    width: 24px;
}

#gnb {
    display: flex;
    justify-content: center;
    max-width: 75%;
    margin-left: 150px;
}

#gnb .nav {
    display: flex;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    width: 30rem;
    max-width: 100%;
    height: var(--header-hei);
    transition: width 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}

#gnb .dep1_tit {
    white-space: nowrap;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#gnb._load:hover .nav {
    width: 37rem;
}

#gnb._load:hover .dep1_tit {
    position: relative;
    z-index: 5;
    background-color: var(--color-white);
    justify-content: flex-start;
}

#gnb._load:hover .dep1 {
    flex: 1 1;
}

#gnb._load:hover .dep1:last-child .dep2 {
    border-right: 1px solid var(--border-color);
}

#gnb._load:hover .dep2 {
    visibility: visible;
    z-index: 3;
    border-left: 1px solid var(--border-color);
    transform: translateY(0);
    transition: transform 0.65s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0.1s, border-color 0.35s ease-out 0.1s, background 0.4s;
}

#gnb._load .dep1:hover .dep1_tit {
    color: var(--brand-color-main);
}

#gnb._load .dep1:hover .dep1_tit::after {
    opacity: 1;
}

#gnb .dep1 {
    max-width: 33.33%;
    height: 100%;
    position: relative;
    flex: 1 1 auto;
}

#gnb .dep1:last-child .dep2 {
    border-right: 1px solid rgba(255, 255, 255, 0);
}

#gnb .dep1_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-size: 1em;
}

#gnb .dep1_tit:hover,
#gnb .dep1_tit:focus {
    background-color: #fff;
}

#gnb .dep1_tit::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.25rem solid var(--brand-color-main);
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

#gnb .dep2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    font-size: 0.84em;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    padding-right: 0;
    visibility: hidden;
    transform: translateY(-35%);
    transition: background 0.4s, transform 0.65s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-left: 1px solid rgba(255, 255, 255, 0);
    letter-spacing: -0.7px;
}

#gnb .dep2 li {
    text-align: left;
    width: 100%;
}

#gnb .dep2:hover {
    background-color: var(--color-white4);
}

#gnb .dep2 > li:hover .dep2_tit {
    color: var(--brand-color-main);
    font-weight: 500;
}

#gnb .dep2_tit.child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.31em;
}

/*#gnb .dep2_tit.child::after {*/
/*    content: "\F4FE";*/
/*    font-family: bootstrap-icons !important;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex: 0 0 auto;*/
/*    font-weight: bold;*/
/*    color: var(--color-grey2)*/
/*}*/

#gnb .dep2_tit.child.on::after {
    content: "";
}

#gnb .dep2_tit.child.on + .dep3 {
    display: block;
}

#gnb .dep3 {
    display: none;
    font-size: 0.9em;
    color: var(--color-grey2);
    font-weight: 300;
    letter-spacing: -0.025em;
}

#gnb .dep3 > li {
    display: block;
    margin-top: 0.75em;
    line-height: 1.2;
}

#header.up {
    color: var(--color-black);
    background-color: var(--color-white);
    border-bottom: 1px solid var(--border-color);
}

/*#header.up #logo h1 {
	background: url(../../assets/images/main/logo.svg) no-repeat 0;
}*/

#header.up .h_util .contact_box > a {
    border-color: var(--color-black);
}

#header.up .h_util .contact_box > a:hover {
    background-color: var(--brand-color-main);
    border-color: var(--brand-color-main);
    color: var(--color-white);
}


@media all and (max-width: 1480px) {

    #header .h_util .contact_box > a {
        padding: 0.4rem var(--spacing-8);
        font-size: 0.8em;
    }

}


@media screen and (max-width: 1280px) {
    #header {
        height: 4.219rem;
        /*border-bottom: 1px solid transparent;*/
    }

    #header #logo h1 {
        width: 100%;
        background-size: 4.188rem 2.563rem;
    }

    #header #logo {
        width: 5rem;
    }

    /*
    #header .h_util {
        transform: none;
        top: auto;
    }
    */
    #gnb {
        display: none;
    }
}


@media all and (max-width: 980px) {

}


@media screen and (max-width: 768px) {
    #header {
        height: 3.516rem
    }

    #header #logo h1 {
        background-size: 3.5rem 2.125rem;
    }

    #header .h_util {
        font-size: 1rem;
        gap: 0.5rem;
    }


    #header .h_util {
        font-size: 0.9rem;
    }

    #header .h_util .contact_box > a {
        padding: 0.3rem var(--spacing-8);
        /*display: block;*/
        line-height: 1.2;
    }
}


@media screen and (max-width: 480px) {
    #header .h_inner {
        padding: 0 0.938rem;
    }

    #header #logo {
        left: 0.938rem;
    }

    #header .h_util {
        right: 0.938rem;
    }

    #header .h_util .contact_box > a {
        font-size: 0.8em;
    }
}


/* -------------------------
	MOBILE-HEADER CSS
--------------------------- */
.mobile-menu {
    display: none;
}

#main-navbar {
    display: none;
}

div.toggle-sidebar {
    position: absolute;
    top: 0.938rem;
    left: 0.938rem;
    cursor: pointer;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
}

div.toggle-sidebar span {
    display: block;
    color: var(--color-white);
    font-size: 1.75em;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.toggle-sidebar span i {
    margin-left: -0.063rem;
}

#main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--color-white);
}

#main-sidebar .global {
    display: table;
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    margin: 0;
}

#main-sidebar .global a {
    display: table-cell;
    padding: 0.938rem 0.313rem;
    text-align: center;
    border-left: 1px solid #4b4b4b;
    border-top: 1px solid #4b4b4b;
    color: var(--color-white);
    vertical-align: middle;
    font-size: 0.9em;
    float: left;
    width: 50%;
}

#main-sidebar .global a:first-child {
    border: 0;
}

#main-sidebar .global a:hover {
    text-decoration: underline;
}

#main-sidebar ul {
    padding: 0;
}

#main-sidebar ul.sub {
    padding-left: 1.25rem;
}

#main-sidebar ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.035);
    clear: both;
}

#main-sidebar ul li > a {
    display: block;
    padding: 0.938rem 1.25rem;
    color: var(--color-black);
    font-size: 1em;
    line-height: 1.2;
}

#main-sidebar ul li.show > a {
    color: var(--brand-color-main);
    font-weight: 600;
}

#main-sidebar ul li li > a {
    display: block;
    padding: 0.625rem 1.25rem;
    color: #666 !important;
    font-size: 0.88em;
}

#main-sidebar ul li > a span:after {
    float: right;
    content: "\F282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

#main-sidebar ul li.show > a span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#main-sidebar a.sidr-class-toggle-sidr-close {
    position: relative;
    display: block;
    width: 3.755rem;
    height: 3.755rem;
    line-height: 3.755rem;
    font-size: 1.13em;
    color: var(--color-black);
    padding: 0 0 0 1.25rem;
    text-align: left;

}

#main-sidebar a.sidr-class-toggle-sidr-close i {
    font-size: 1.63em;
}

#main-sidebar a.sidr-class-toggle-sidr-close i::before {
    font-weight: 900 !important;
}


/* ---------------------------
	ALLMENU SITEMAP
------------------------------ */
.all_menu_btn {
    font-size: 2em;
}

.all_menu_btn .line {
    transition: d 0.35s ease-out;
}

#allMenuWrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 1em;
    transform: translateX(100%);
    z-index: 10001;
    --allmenu-wrap: calc(100% - var(--padding));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

#allMenuWrap::-webkit-scrollbar {
    display: none;
    height: 0;
    background-color: transparent;
}

#allMenuWrap.on {
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: auto;
    transform: translateX(0);
}

#allMenuWrap .allmenu_head,
#allMenuWrap .allmenu_wrap {
    max-width: var(--allmenu-wrap);
    width: 100%;
    margin: 0 auto;
}

#allMenuWrap .allmenu_head {
    max-width: 109.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em;
    position: relative;
}

#allMenuWrap .allmenu_head .logo_wrap {
    width: 5.625rem;
}

#allMenuWrap .allmenu_head .lang_box {
    display: none;
}

#allMenuWrap .allmenu_wrap {
    border-top: 1px solid var(--border-color);
}

#allMenuWrap .h_util .lang_box {
    display: none;
}

#allMenuWrap .nav {
    display: flex;
    flex-direction: column;
    font-size: 1.25em;
}

#allMenuWrap .nav .dep1 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-bottom: 1px solid var(--border-color);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

#allMenuWrap .nav .dep1_tit {
    font-size: 1.5em;
    font-weight: 600;
    max-width: 25em;
    width: 40%;
    padding-right: 1em;
    color: var(--brand-color-main);
}

#allMenuWrap .nav .dep2 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
    row-gap: 1.5em;
    line-height: 1.2;
}

#allMenuWrap .nav .dep2 > li {
    width: 25%;
    padding-left: 0.6em;
}

#allMenuWrap .nav .dep2_tit {
    display: block;
    color: var(--color-black);
    font-size: 1em;
    font-weight: 400;
    position: relative;
}

#allMenuWrap .nav .dep2_tit::before {
    content: "";
    display: block;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--brand-color-main);
    position: absolute;
    top: 50%;
    left: -0.6em;
    border-radius: 50%;
    transform: translateY(-50%);
}

#allMenuWrap .nav .dep3 {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    font-size: 0.8em;
    margin-top: 1em;
    font-weight: 300;
    color: var(--color-grey2);
    line-height: 1.2;
}

#allMenuWrap .nav .dep3_tit:hover {
    font-weight: 400;
}

#allMenuWrap .all_menu_btn {
    position: absolute;
    right: calc(var(--padding) - 0.88em);
    width: 1.5em;
    height: 1.5em;
}

#allMenuWrap .all_menu_btn i {
    display: flex;
    align-items: center;
}

#allMenuWrap .all_menu_btn.on {
    font-size: 1.5em;
}

#allMenuWrap .all_menu_btn.on i::before {
    content: "\F659";
    font-weight: 600 !important;
}

#allMenuWrap .all_menu_btn .line {
    fill: #121212;
}

#allMenuWrap .all_menu_btn1 {
    display: none;
}

.modal-shadow {
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 1480px) {
    .all_menu_btn {
        font-size: 1.75em;
    }
}

@media screen and (min-width: 1280px) {
    .close-side {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        z-index: 9;
        top: 25px;
    }


    #allMenuWrap {
        justify-content: right;
        z-index: 10001;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        transform: translateX(100%);
        --allmenu-wrap: calc(100% - var(--padding));
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        max-height: calc(var(--vh, 1vh) * 100);
        overflow-y: auto;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        background-color: rgb(255 255 255 / 0%);
        padding: 0;
    }

    #allMenuWrap .allmenu_head {
        display: none;
    }

    #allMenuWrap .allmenu_head2 {
        display: flex;
        align-items: center;
        height: 3.125em;
        min-height: 3.125em;
        justify-content: space-between;
        margin-bottom: 1.25rem;
    }

    #allMenuWrap .allmenu_head2 .logo_wrap {
        width: 5.625rem;
    }

    #allMenuWrap .allmenu_head2 .logo_wrap img {
        height: 2.88em;
    }

    #allMenuWrap .allmenu_wrap {
        width: 400px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: var(--padding2) var(--padding4);
        background-color: var(--color-white);
        margin: 0;
        position: relative;
        overflow-y: auto;
    }

    #allMenuWrap .allmenu_wrap::-webkit-scrollbar {
        width: 0.625rem;
        height: 0.5rem;
        background-color: #F5F5F9;
        border-radius: 0.313rem;
    }

    #allMenuWrap .allmenu_wrap::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        border-radius: 0.313rem;
        background-clip: padding-box;
    }

    #allMenuWrap .nav .dep1 {
        flex-flow: column;
        padding-bottom: 1.5em;
        gap: var(--spacing-8);
    }

    #allMenuWrap .nav .dep1:first-child {
        padding-top: 0;
    }

    #allMenuWrap .nav .dep1:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    #allMenuWrap .nav .dep1_tit {
        padding: 0;
        width: auto;
        display: block;
        font-size: 1.2em;
        line-height: 1.2;
    }

    #allMenuWrap .nav .dep2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--spacing-8);
    }

    #allMenuWrap .nav .dep2 > li {
        width: 100%;
        padding-left: 0;
    }

    #allMenuWrap .nav .dep2_tit {
        font-size: 0.9em;
        color: var(--color-grey2);
        font-weight: 300;
    }

    #allMenuWrap .nav .dep2 > li:hover .dep2_tit {
        font-weight: 600;
    }

    #allMenuWrap .nav .dep1_tit:hover {
        background-color: #fff;
    }

    #allMenuWrap .nav .dep2_tit::before {
        display: none;
    }


}

@media screen and (max-width: 1280px) {
    #allMenuWrap {
        font-size: 1.35rem;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #allMenuWrap .logo_wrap img {
        height: 1.88em;
    }

    #allMenuWrap .allmenu_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 3.125em;
        margin-bottom: 0;
        padding-left: var(--padding2);
        padding-right: var(--padding2);
    }

    #allMenuWrap .allmenu_head2 {
        display: none;
    }

    #allMenuWrap .allmenu_wrap {
        max-width: 100%;
        padding-left: var(--padding2);
        padding-right: var(--padding2);
        padding-bottom: var(--padding2);
    }

    #allMenuWrap .all_menu_btn.on {
        font-size: 1em;
    }

    #allMenuWrap .nav {
        font-size: 1em;
    }

    #allMenuWrap .nav .dep1 {
        padding: 0;
        display: block;
    }

    #allMenuWrap .nav .dep1_tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        font-size: 1em;
        padding: 0.75em 0;
        color: var(--color-black);
        line-height: 1.2;
        font-weight: 500;
    }

    #allMenuWrap .nav .dep1:hover .dep1_tit,
    #allMenuWrap .nav .dep1:focus .dep1_tit {
        background-color: var(--color-white);
    }

    #allMenuWrap .nav .dep1_tit.on {
        color: var(--brand-color-main);
    }

    #allMenuWrap .nav .dep1_tit::after {
        content: "";
        font-family: bootstrap-icons !important;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        font-weight: 700;
    }

    #allMenuWrap .nav .dep1_tit.on::after {
        content: "";

    }

    #allMenuWrap .nav .dep1_tit.on + .dep2 {
        display: flex;
    }

    #allMenuWrap .nav .dep2 {
        display: none;
        gap: 0.94em;
        background-color: var(--color-white2);
        font-size: 0.88em;
        padding: 1em;
    }

    #allMenuWrap .nav .dep2 > li {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    #allMenuWrap .nav .dep2_tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.9em;
        margin-bottom: 0;
        font-weight: 300;
    }

    #allMenuWrap .nav .dep2_tit.on {
        color: var(--brand-color-main);
        font-weight: 400;
    }

    #allMenuWrap .nav .dep2_tit::before {
        display: none;
    }

    #allMenuWrap .nav .dep2_tit.child::after {
        content: "\F4FE";
        font-family: bootstrap-icons !important;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        font-weight: 700;
        color: var(--color-grey2);
    }

    #allMenuWrap .nav .dep2_tit.child.on::after {
        content: "\F2EA";
        color: var(--brand-color-main);
    }

    #allMenuWrap .nav .dep2_tit.child.on + .dep3 {
        display: flex;
    }

    #allMenuWrap .nav .dep3 {
        display: none;
        gap: 0.63em;
        font-size: 0.8em;
    }

    #allMenuWrap .all_menu_btn {
        position: static;
    }
}

@media screen and (max-width: 768px) {
    #allMenuWrap {
        font-size: 1.125rem;
    }
}


/* -------------------------
	SUB CSS
--------------------------- */
.container {
    max-width: var(--width-wrap);
    padding-left: var(--padding2);
    padding-right: var(--padding2);
    margin: 0 auto;
    position: relative;
}

.container1 {
    max-width: var(--width-wrap1);
}

.subCon {
    position: relative;
    padding: 0 0 8.75rem;
    background: var(--color-white);
}

.subCon:before {
    content: '';
    display: block;
    background: var(--color-white);
}

.subCon .contentD {
    position: relative;
}

.subTitD {
    position: relative;
}

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

.subTitD .title {
    padding-bottom: 1.25rem;
    font-family: 'Pretendard', sans-serif;
    font-weight: 900;
    font-size: 1.88em;
    color: #222;
}

.infoTxt {
    padding-bottom: 1.25rem;
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #666;
    text-align: right;
}

/* -------------------------
	BUTTON CSS
--------------------------- */
.btn {
    position: relative;
    overflow: visible;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0.125rem 0.063rem;
    line-height: 1.3em;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    background: #777;
    color: var(--color-white);
    border: none;
    cursor: pointer;
}

.btn,
.btn * {
    font-family: 'Pretendard', sans-serif;
}

.btn input {
    margin: 0;
    padding: 0;
    color: var(--color-white);
    background: none;
}

.btn {
    display: block;
    width: 6.25rem;
    height: 2.5rem;
    border-radius: 1.875rem;
    background-color: var(--color-white);
    color: var(--color-white);
    font-size: 0.94em;
    font-weight: 500;
    line-height: 2.5rem;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: all .2s ease;
}

.btn:hover,
.btn:focus {
    background-color: var(--color-black);
    color: var(--color-white);
    border: 0;
    outline: none !important;
}

.btn_gray {
    background-color: #999999;
}

.btn_black {
    background-color: var(--color-black);
}

.btn_yellow {
    background-color: #F8B41C;
}

.btn_red {
    background-color: #ff0000;
}

.btn_green {
    background-color: #7da84c;
}

.btn_blue {
    background-color: var(--brand-color-main);
}

.btn_gray:focus,
.btn_gray:hover {
    background-color: #999999;
}

.btn_black:focus,
.btn_black:hover {
    background-color: var(--color-black);
}

.btn_yellow:focus,
.btn_yellow:hover {
    background-color: #F8B41C;
}

.btn_red:focus,
.btn_red:hover {
    background-color: #ff0000;
}

.btn_green:focus,
.btn_green:hover {
    background-color: #7da84c;
}

.btn_blue:focus,
.btn_blue:hover {
    background-color: var(--brand-color-main);
}

/* -------------------------
	PAGINATION CSS
--------------------------- */

.pagination_wrap {
    margin-top: var(--spacing-6);
}

.pagination {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.438rem;
}

.pagination > li > a,
.pagination > a,
.pagination > li > span {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    border-radius: 1.25rem;
    text-decoration: none;
    margin: 0;
    color: #000;
    background-color: var(--color-white);
    padding: 0;
    font-size: 1em;
    display: block;
    text-align: center;
    border: 1px solid var(--border-color);
}


.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    background: 0;
    border: 0;
    border-radius: 1.25rem;
}

.pagination > li.active > a {
    font-weight: 600;
    background-color: var(--brand-color-main);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-left: 0;
    color: var(--color-white);
}

.pagination > a:hover {
    background-color: var(--color-white2);
}

@media screen and (max-width: 980px) {
    .pagination_wrap {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 768px) {
    .pagination_wrap {
        margin-top: var(--spacing-2);
        font-size: 0.8rem;
    }

    .pagination {
        gap: 0.313rem;
    }

    .pagination > li > a,
    .pagination > a,
    .pagination > li > span {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
    }

}

/* -------------------------
	CHECKBOX CSS
--------------------------- */
.checkBox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.checkBox .control {
    /* display: block; */
    position: relative;
    padding-top: 0;
    padding-left: 1.563rem;
    cursor: pointer;
    font-size: 0.94em;
    font-weight: 300;
    margin: 0;
}

.checkBox .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkBox .check-ico {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: #e6e6e6;
    border-radius: 0.188rem;
}

.radio-inline .check-ico {
    border-radius: 50%;
}

.control:hover input ~ .check-ico,
.control input:focus ~ .check-ico {
    background: #e6e6e6;
}

.control input:checked ~ .check-ico {
    background: var(--brand-color-main);
}

.control:hover input:not([disabled]):checked ~ .check-ico,
.control input:checked:focus ~ .check-ico {
    background: var(--brand-color-main);
}

.control input:disabled ~ .check-ico {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.check-ico:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .check-ico:after {
    display: block;
}

.checkbox-inline .check-ico:after {
    position: absolute;
    content: "\F272";
    font-family: bootstrap-icons !important;
    left: 0.2rem;
    top: 0.063rem;
    font-size: 0.94em;
    color: var(--color-white);
}

.checkbox-inline .check-ico2:after {
    left: 0.1875rem;
}

.checkbox-inline input:disabled ~ .check-ico:after {
    border-color: #7b7b7b;
}

.radio-inline .check-ico:after {
    left: 0.375rem;
    top: 0.375rem;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background: var(--color-white);
}

.radio-inline input:disabled ~ .check-ico:after {
    background: #7b7b7b;
}

@media screen and (max-width: 1280px) {

    .checkbox-inline .check-ico:after {
        left: 0.16rem;
    }
}

@media screen and (max-width: 768px) {
    .checkBox {
        justify-content: center;
    }

    .checkBox .control {
        font-size: 0.88em;
    }

    .checkbox-inline .check-ico:after {
        left: 0.28rem;
    }
}

/* -------------------------
	VIDEO CSS
--------------------------- */
.controlBtn {
    position: relative;
    cursor: pointer
}

.controlBtn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.5);
    opacity: 1;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.controlBtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.813rem 0 0 -2.813rem;
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 100%;
    transition: background 0.4s ease, opacity 0.6s ease;
    z-index: 1
}

.controlBtn.on:before {
    opacity: 0
}

.controlBtn.on:after {
    opacity: 0
}

.controlBtn:hover:after {
}

/* -------------------------
	SLIDER CSS
--------------------------- */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border-radius: 50%;
    padding: var(--padding2) !important;
    border: 1px solid #D9D9D9 !important;
    width: 3.375rem;
    height: 3.375rem;
    margin: 0 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -4%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -4%;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: block;
    width: 2.125rem;
    height: 2.125rem;
    margin: 0 auto;
}

.owl-carousel .owl-nav button.owl-next span {
    background: url(../../assets/images/main/arrow-right.svg) no-repeat;
    background-size: cover;
}

.owl-carousel .owl-nav button.owl-prev span {
    background: url(../../assets/images/main/arrow-left.svg) no-repeat;
    background-size: cover;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #000 !important;
    border: 1px solid #D9D9D9 !important;
}

@media all and (max-width: 1600px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -0.938rem;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -0.938rem;
    }
}

@media all and (max-width: 980px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 2.813rem;
        height: 2.813rem;
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media all and (max-width: 640px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        /*position: relative;*/
        width: 2.188rem;
        height: 2.188rem;
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        width: 1.25rem;
        height: 1.25rem;
    }
}


/* -------------------------
	FOOTER CSS
--------------------------- */
footer {
    clear: both;
}

footer .nm_foot_wrap {
    background: var(--color-grey6);
    color: var(--color-white);
    padding: 2.5rem 0;
}

.nm_ftcon .ft_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nm_ftcon .ft_box .f_logo img {
    width: 5.5rem;
}

.nm_ftcon .ft_box .box {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.nm_ftcon .ft_box .box .txt {
    font-size: 1em;
    font-weight: 400;
    color: var(--color-white);
}

.nm_ftcon .ft_box .box a:first-child {
    color: --color-white;
    font-weight: 600;
}

footer .nm_foot_wrap .nm_fbcon {
    padding-top: 1.5em;
}

.nm_fbcon .fb_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nm_fbcon .fb_wrap .fb_box .txt {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.nm_fbcon .fb_wrap .fb_box .txt1 {
    margin: 0.625rem 0;
}

.nm_fbcon .fb_wrap .fb_box .txt p {
    font-size: 0.88em;
    margin-bottom: 0;
    letter-spacing: 0;
}

.nm_fbcon .fb_wrap .sns_box ul {
    display: flex;
    align-items: center;
    gap: 0.938rem;
}

.nm_fbcon .fb_wrap .sns_box ul li {
    flex: 1 1 auto;
}

.nm_fbcon .fb_wrap .sns_box ul li .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.63em;
    font-weight: 800;
}

@media screen and (max-width: 980px) {

    footer .nm_foot_wrap {
        padding: var(--padding2) 0;
    }

    footer .nm_foot_wrap .nm_fbcon {
        padding: 0.938rem 0 0;
    }

    .nm_ftcon .ft_box {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .nm_ftcon .ft_box .f_logo img {
        width: 3.75rem;
    }

    .nm_ftcon .ft_box .box {
        width: 100%;
        gap: 1.25rem;
        row-gap: 0.313rem;
        flex-wrap: wrap;
    }

    .nm_ftcon .ft_box .box .txt {
        font-size: 0.88em;
        line-height: 1.2;
    }

    .nm_fbcon .fb_wrap .fb_box .txt p {
        font-size: 0.81em;
    }

    .nm_fbcon .fb_wrap .fb_box .txt1 {
        margin: 0.313rem 0;
    }

    .nm_ftcon .ft_box .sns_box ul li .ico {
        width: 1.25rem;
    }

    .nm_fbcon .fb_wrap .fb_box .txt {
        flex-wrap: wrap;
        row-gap: 0.313rem;
    }

    .nm_fbcon .fb_wrap {
        flex-flow: column;
        text-align: left;
        justify-content: start;
        align-items: flex-start;
    }

    .nm_fbcon .fb_wrap .sns_box {
        padding-top: 1rem;
    }

    .nm_fbcon .fb_wrap .sns_box ul {
        gap: 0.313rem;
    }

    .nm_fbcon .fb_wrap .sns_box ul li .ico {
        font-size: 1.25em;
    }
}


/* -------------------------
	RESPONSIVE CSS
--------------------------- */
@media screen and (max-width: 768px) {

    /* device display */
    .only-mobile {
        display: block !important
    }

    /* mobile 에서만 보임 */
    .only-mobile-view {
        display: block !important
    }

    /* mobile 에서만 보임 */
    .only-pc {
        display: none !important
    }

    /* pc, tablet 에서만 보임 */
    .only-pc-view {
        display: none !important
    }
}


/* -------------------------
	DROPDOWN CSS
--------------------------- */

.dropdown {
    display: none;
    width: 100%;
}

.dropdown .dropdown-toggle {
    width: 100%;
    height: 2.5rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    outline: none;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    font-size: 1em;
}

.dropdown .dropdown-toggle::after {
    content: "\F282";
    font-family: bootstrap-icons !important;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    position: absolute;
    right: var(--padding2);
    font-weight: 700;
    font-size: 0.9em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.dropdown.on .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#dropdown-menu {
    width: 100%;
    overflow: hidden;
    transition: .2s;
    border-radius: var(--radius-md);
    background-color: var(--color-white);
    box-shadow: 0.063rem 0.063rem 0.313rem rgb(0 0 0 / 20%);
}

.dropdown.on .dropdown-toggle {
    border: 1px solid var(--brand-color-main);
}

.dropdown.on #dropdown-menu {
    margin-top: 0.25rem;
}

#dropdown-menu .child {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--color-grey1);
    line-height: 1.2;
}

#dropdown-menu .child a {
    display: block;
    width: 100%;
    padding: var(--spacing-8);
}

#dropdown-menu .child:hover {
    background-color: var(--color-white2);
}

@media (max-width: 980px) {
    .dropdown {
        font-size: 0.9rem;
    }

    .dropdown-tab {
        display: block;
    }
}


/*페이지 준비중*/
.ready {
    font-size: 1rem;
    text-align: center;
    line-height: 1.4;
    padding: 0 1rem;
}

.ready p {
    font-size: 2.29em;
    margin: 1rem 0;
}

.ready span {
    font-size: 1.29em;
    font-weight: 300;
}

.ready .r_logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3rem;
}

@media (max-width: 980px) {
    .ready {
        font-size: 0.7rem;
    }

    .ready img {
        width: 260px;
        max-width: 80%;
    }

    .ready .r_logo {
        width: 120px;
        padding-bottom: 1.5rem;
    }
}