@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
/* regular-400, medium-500, semibold-600, bold-700 */

/* ========================== 초기화 [s] */
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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-family: 'Helvetica', sans-serif
}

ol,
ul,
dl,
dt,
dd {
    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
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', sans-serif
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Helvetica', sans-serif
}

select {
    margin: 0
}

a {
    color: #222;
    text-decoration: none
}

label,
input,
button,
select,
img {
    vertical-align: middle
}

body {
    font-size: 0.81em
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    -webkit-text-size-adjust: none
}

.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica', sans-serif
}

/* ========================== 초기화 [e] */

:root {
    --primary: RGB(173, 216, 230)
}

.dft_btn {
    border: none;
    background: none;
    font-family: 'Helvetica', sans-serif
}

/* =========================== HEADER */
#sh_hd {
    position: fixed;
    z-index: 15;
    width: 100%;
    font-size: 15px;
    font-family: 'Helvetica', sans-serif
}

#shGnb {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 90px;
    padding: 0 6.5%
}

#shGnb.blur {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, .5);
    transition: background .2s
}

#shGnb.blur.on {
    backdrop-filter: blur(0);
    background-color: transparent
}

#shGnb.sub {
    background: #fff
}

.sh_lnb_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background-color: #fff
}

/* 반응형메뉴 */
#topmenuM {
    display: none;
    position: relative;
    width: 100%;
    padding: 20px 15px;
    line-height: 1.8;
    background-color: #fff;
    font-family: 'Helvetica', sans-serif
}

/* 로고 */
#shGnb ._logo {
    position: relative;
    z-index: 20
}

/* 대분류  */
#shGnb .sh_nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content
}

#shGnb .sh_nav>li {
    float: left;
    position: relative;
    padding: 0 40px;
    line-height: 70px
}

#shGnb .sh_nav>li>a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: black;
    transition: all .2s
}

#shGnb.on .sh_nav>li>a {
    color: #222
}

#shGnb.sub .sh_nav>li>a {
    color: #222
}

/* 소분류 */
#shGnb .sh_lnb_s {
    display: none;
    position: absolute;
    /* left: 50%;
    transform: translateX(-50%); */
    left: 28%;
    /* 왼쪽 정렬을 위해 변경 */
    transform: none;
    /* 기존의 translateX를 제거 */
    min-width: 100%;
    width: max-content;
    min-height: 145px
}

#shGnb .sh_lnb_s li a {
    display: block;
    line-height: 1.8;
    /* text-align: center; */
    text-align: left;
    /* 텍스트를 왼쪽 정렬 */
    color: #999;
    transition: all .2s
}

#shGnb .sh_lnb_s li a:hover {
    color: var(--primary)
}

/* sns */
#shGnb .sh_tip {
    margin-left: auto
}

#shGnb .sh_tip {
    display: flex;
    align-items: center
}

#shGnb .sh_tip li+li {
    margin-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, .4);
    line-height: 10px
}

#shGnb .sh_tip li a {
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
    font-family: 'Helvetica', sans-serif
}

#shGnb.on .sh_tip li a {
    color: #222
}

#shGnb.sub .sh_tip li a {
    color: #222
}

/* =========================== MAIN */
#sh_section {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    color: #777;
    font-family: 'Helvetica', sans-serif
}

.sh_cont_box .s_tit {
    width: max-content;
    padding-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    font-family: 'Helvetica', sans-serif;
    border-bottom: 5px solid var(--primary)
}

.sh_cont_box .txt_group {
    position: relative;
    font-size: 17px;
    color: #888
}

.sh_cont_box .txt_group p {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    color: #111
}

.sh_cont_box .more_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 186px;
    height: 60px;
    padding: 0 28px 0 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    background: var(--primary);
    transition: all .2s
}

.sh_cont_box .more_btn:hover {
    color: #fff;
    background: var(--primary)
}

/* =========================== SNB */
#sh_aside {
    position: relative;
    width: 1320px;
    margin: 0 auto;
    z-index: 25;
    font-family: 'Helvetica', sans-serif
}

/* =========================== NAV */
#navbar {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 40px;
    transform: translateY(-50%)
}

#navbar.mainbanner {
    opacity: 0
}

#navbar li {
    position: relative;
    transition: all .3s
}

#navbar li+li {
    margin-top: 25px
}

#navbar li:before {
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    transition: all .3s
}

#navbar li a {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    transition: all .3s;
    font-family: 'Helvetica', sans-serif
}

#navbar li.active:before {
    opacity: 1
}

#navbar li.active a {
    color: var(--primary) !important
}

#navbar.section02 li a {
    color: #fff
}

/* =========================== CONTAINER */
#sh_container {
    position: relative;
    z-index: 10;
    min-width: 1320px;
    width: 100%
}

#sh_container_wrapper.sub {
    padding-top: 160px;

}

#sh_content {
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    min-height: 550px;
    padding: 70px 0;
    margin: 0 auto;
    background: #fff
}

/* =========================== FOOTER */
#toTop {
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 10%;
    z-index: 101;
    display: flex;
    width: 65px;
    height: 65px;
    margin-bottom: -50px;
    border-radius: 100%;
    background: #fff;
    transition: all .2s;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, .1)
}

#toTop svg {
    margin: auto;
    color: #000
}

#toTop.on {
    pointer-events: auto;
    opacity: 1;
    margin-bottom: 0
}

#toTop:hover {
    box-shadow: 4px 4px 18px rgba(0, 0, 0, .15)
}

#sh_ft {
    position: relative;
    min-width: 1320px;
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    line-height: 2;
    background: #121614;
    font-family: 'Helvetica', sans-serif
}

#sh_ft .ft_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    height: 105px
}

#sh_ft .ft_nav>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 260px;
    font-size: 18px;
    font-weight: 600;
    color: RGB(54, 69, 79);
    background-color: var(--primary)
}

#sh_ft .ft_nav>a svg {
    width: 20px;
    height: 20px;
    margin-left: 8px
}

#sh_ft .ft_nav ul {
    display: flex
}

#sh_ft .ft_nav li+li:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 12px;
    margin: 0 25px;
    background: rgba(255, 255, 255, .2)
}

#sh_ft .ft_nav li a {
    opacity: .4;
    font-size: 16px;
    color: #fff;
    transition: all .2s
}

#sh_ft .ft_nav li a:hover {
    opacity: 1
}

#sh_ft .inner {
    display: flex;
    align-items: flex-start;
    padding: 90px calc((100% - 1320px) / 2);
    border-top: 1px solid rgba(255, 255, 255, .15)
}

#sh_ft .ft_logo {
    margin-top: 10px;
    opacity: .4
}

#sh_ft .info {
    margin-left: 80px;
    text-align: left;
}

#sh_ft .info p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica', sans-serif
}

#sh_ft .cs {
    margin-left: auto;
    font-family: 'Helvetica', sans-serif
}

#sh_ft .cs span {
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

#sh_ft .cs p {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    color: var(--primary)
}

#sh_ft .copy {
    display: flex;
    padding: 10px calc((100% - 1320px) / 2);
    background-color: rgba(0, 0, 0, .3)
}

#sh_ft .copy .links {
    margin-left: auto
}

#sh_ft .copy .links a {
    font-weight: 500;
    color: rgba(255, 255, 255, .4)
}

#sh_ft .copy .links a+a {
    margin-left: 30px
}