@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://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&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: 'Noto Sans KR'
}

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: 'Noto Sans KR'
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Noto Sans KR'
}

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
}

/* ========================== 초기화 [e] */

:root {
    --primary: #2949b2;
    --black: #121420;
    --kr-font: 'Pretendard';
    --eng-font: 'Inter'
}

#sh_wrapper {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

/* ========================== HEADER */
#sh_hd {
    position: relative;
    z-index: 15;
    width: 100%;
    font-family: var(--kr-font)
}

#topNavWrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 0 80px;
    transition: all .3s
}

#topNavWrap.sub {
    position: absolute
}

#topNavWrap.blur {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, .5);
    transition: background .2s
}

/* 마우스온 */
#topNavWrap.on {
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff
}

#topNavWrap.on #topNav>li>a {
    color: #111
}

#topNavWrap.on #allBtn p span.open {
    color: #111
}

#topNavWrap.on #allBtn .dot {
    background-color: #111
}

#topNavWrap.on #allBtn .dot:after,
#topNavWrap.on #allBtn .dot:before {
    background-color: #111
}

#topNavWrap.on #menuLine {
    background-color: #666
}

/* 로고 */
#top_logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

/* 대분류  */
#topNav {
    position: absolute;
    z-index: 1;
    height: 96px;
    left: 50%;
    transform: translateX(-50%)
}

#topNav:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

#topNav>li {
    float: left;
    position: relative;
    padding: 0 25px;
    line-height: 100px
}

#topNav>li>a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all .2s
}

#menuLine {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: transparent;
    transition: all 0.5s ease-in-out
}

/* 소분류 */
.top_nav_s {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 165px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px
}

.top_nav_s li a {
    display: block;
    margin: 0px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #666;
    transition: color .2s
}

.top_nav_s li a:hover {
    color: #999
}

/* 전체메뉴배경 */
.top_nav_bg {
    position: fixed;
    width: 100%;
    display: none;
    top: 100px;
    height: 155px;
    background: #fff;
    box-shadow: 0px 12px 12px -17px rgba(0, 0, 0, 0.25)
}

/* 메뉴버튼 */
#allBtn {
    float: right;
    position: relative;
    top: 50%;
    z-index: 101;
    transform: translateY(-50%);
    cursor: pointer
}

#allBtn #nav_btn {
    display: flex;
    align-items: center;
    column-gap: 40px
}

#allBtn p {
    overflow: hidden;
    position: relative;
    width: 77px;
    height: 19px;
    font-size: 15px;
    text-align: right;
    font-weight: 500;
    color: #fff;
    font-family: var(--eng-font)
}

#allBtn p span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%) translateY(var(--translate-y));
    transition: transform 150ms ease;
    text-transform: uppercase
}

#allBtn p span.open {
    --translate-y: 0;
    color: #fff
}

#allBtn p span.close {
    --translate-y: 150%;
    color: #111
}

#allBtn .dot {
    display: block;
    position: relative;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
    transition: all .2s
}

#allBtn .dot:after,
#allBtn .dot:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    transition: all .2s;
    background-color: #fff
}

#allBtn .dot:after {
    top: -6px
}

#allBtn .dot:before {
    bottom: -6px
}

#allBtn.active {
    z-index: 200
}

#allBtn.active p span.open {
    --translate-y: -150%
}

#allBtn.active p span.close {
    --translate-y: 0
}

#allBtn.active .dot {
    background-color: #111
}

#allBtn.active .dot:after,
#allBtn.active .dot:before {
    background-color: #111
}

/* 메뉴오픈 */
#allWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    padding: 0 80px 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    transform: translateY(50px);
    background-color: #fff;
    transition: transform .6s
}

#allWrap.active {
    transform: translateY(0)
}

#allWrap .inner {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

#allWrap .ci {
    position: absolute;
    top: 40px;
    left: 0
}

#allWrap .cs {
    width: 50%;
    height: max-content;
    margin-top: auto;
    font-weight: 500
}

#allWrap .cs .tit {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: var(--eng-font)
}

#allWrap .cs .add {
    margin-bottom: 25px
}

#allWrap .cs .tel {
    font-family: var(--eng-font)
}

#allWrap .cs .tel i {
    width: 15px;
    margin-right: 13px;
    text-align: center
}

#allWrap .cont {
    display: flex;
    align-items: center;
    width: 50%
}

#allWrap .cont ul>li {
    opacity: 0;
    margin-left: 120px;
    transition: all 1.2s
}

#allWrap .cont ul>li+li {
    margin-top: 15px
}

#allWrap .cont ul>li>a {
    font-size: 55px;
    font-weight: 700;
    transition: all .2s
}

#allWrap .cont ul>li>a:hover {
    color: var(--primary)
}

#allWrap .cont ul>li div {
    display: flex;
    column-gap: 20px
}

#allWrap .cont ul>li div a {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #888;
    transition: all .2s
}

#allWrap .cont ul>li div a:hover {
    border-bottom: 1px solid #333;
    font-weight: 500;
    color: #333
}

#allWrap.active .cont ul>li {
    opacity: 1;
    ;
    margin-left: 0
}

#allWrap.active .cont ul>li:nth-child(1) {
    transition-delay: .3s
}

#allWrap.active .cont ul>li:nth-child(2) {
    transition-delay: .4s
}

#allWrap.active .cont ul>li:nth-child(3) {
    transition-delay: .5s
}

#allWrap.active .cont ul>li:nth-child(4) {
    transition-delay: .6s
}

#allWrap.active .cont ul>li:nth-child(5) {
    transition-delay: .7s
}

#allWrap .sns {
    position: absolute;
    bottom: 0;
    right: 0
}

#allWrap .sns li+li {
    margin-top: 5px
}

#allWrap .sns a {
    color: #888;
    transition: all .2s
}

#allWrap .sns a:hover {
    color: var(--primary)
}

/* 반응형 메뉴 [s] */
#topmenuM {
    display: none;
    position: relative;
    width: 100%;
    padding: 20px 15px;
    line-height: 1.8;
    font-family: 'Noto Sans KR'
}

/* 로고 */
#m_logo {
    position: relative
}

#m_logo a {
    display: inline-block
}

#m_logo img {
    max-height: 23px
}

/* 상단 버튼 및 오픈메뉴 */
#m_navBtn {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 5;
    width: 30px;
    height: 30px
}

#m_navBtn span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px
}

#m_navBtn span:before,
#m_navBtn span:after {
    display: block;
    content: "";
    position: absolute;
    top: -6px;
    width: 30px;
    height: 2px;
    background-color: #222;
    -webkit-transition: all .1s;
    transition: all .1s
}

#m_navBtn span:after {
    top: 6px;
    width: 16px;
    right: 0;
    background-color: var(--primary)
}

#m_navBtn.on {
    position: fixed
}

#m_navBtn.on span:before {
    top: 0;
    right: -4px;
    transform: rotate(45deg)
}

#m_navBtn.on span:after {
    top: 0;
    right: -4px;
    width: 30px;
    transform: rotate(-45deg);
    background-color: #222
}

#m_navWrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

#m_navWrap .inner {
    overflow-y: scroll;
    opacity: 0;
    position: fixed;
    right: -40px;
    top: 0;
    z-index: 6;
    min-width: 300px;
    width: 75%;
    height: 100%;
    padding: 60px 0;
    background-color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s
}

#m_navWrap.on .inner {
    opacity: 1;
    right: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

#m_navWrap .inner:before,
#navWrap .inner:after {
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    right: -40px;
    z-index: 1;
    content: "";
    min-width: 300px;
    width: 70%;
    height: 60px;
    background-color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s
}

#m_navWrap .inner:after {
    top: auto;
    bottom: 0
}

#m_navWrap.on .inner:before,
#m_navWrap.on .inner:after {
    opacity: 1;
    right: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

#m_navWrap .inner .mo_hd_copy {
    position: fixed;
    right: 0;
    bottom: 15px;
    z-index: 2;
    min-width: 300px;
    width: 70%;
    font-size: 12px;
    text-align: center;
    color: #888
}

/* 대분류 */
#topmenuM .m_lnb .m_bmenu {
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: none;
    font-size: 16px;
    line-height: 52px;
    color: #222;
    text-align: left;
    font-weight: 500
}

#topmenuM .m_lnb .m_bmenu:after {
    float: right;
    content: "\f107";
    font-family: 'fontawesome'
}

#topmenuM .m_lnb .m_bmenu.on:after {
    content: "\f106"
}

/* 소분류 */
#topmenuM .m_smenu {
    display: none;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    background-color: #f2f3f5
}

#topmenuM .m_smenu li a {
    font-size: 14px;
    color: #777
}

@media (max-width:1500px) {
    #topNavWrap {
        padding: 0 50px
    }

    #allWrap {
        padding: 0 50px 40px
    }

    #allWrap .cs {
        width: 40%
    }

    #allWrap .cont {
        width: 60%
    }

    #allWrap .cont ul>li>a {
        font-size: 50px
    }

    #allWrap .cont ul>li div a {
        font-size: 17px
    }
}

@media (max-width:1230px) {
    #topNavWrap {
        padding: 0 30px
    }

    #topNav>li {
        padding: 0 20px
    }

    #allWrap {
        padding: 0 30px 40px;
        font-size: 15px
    }

    #allWrap .cs {
        width: 35%
    }

    #allWrap .cont {
        width: 65%
    }

    #allWrap .cont ul>li>a {
        font-size: 45px
    }

    #allWrap .cont ul>li div a {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    #topNavWrap {
        display: none
    }

    #topmenuM {
        display: block
    }
}

/* 반응형 메뉴 [e] */

/* ========================== SNB */
#sh_aside {
    position: relative;
    z-index: 15;
    width: 100%
}

#sh_aside:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1
}

#sh_aside_wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    zoom: 1
}

/* ========================== CONTAINER */
#sh_container {
    position: relative;
    width: 100%;
    z-index: 0
}

#sh_container_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    background-color: #fff;
    z-index: 99
}

#sh_container_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sh_content {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1200px;
    min-height: 580px;
    margin: 0 auto;
    padding: 70px 90px
}

#sh_content:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

/* ========================== MAIN  */
#main_banner {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

#sh_section {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    font-family: var(--kr-font)
}

/* ========================== FOOTER  */
#sh_ft {
    position: relative;
    z-index: 10;
    width: 100%;
    line-height: 1.8;
    font-family: var(--kr-font)
}

#sh_ft_wrapper {
    position: relative;
    padding: 0 80px;
    font-size: 15px;
    color: rgba(255, 255, 255, .65);
    background-color: var(--black)
}

#sh_ft_wrapper .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 86px 0 82px
}

#sh_ft_wrapper .ft_contact {
    display: flex;
    column-gap: 30px;
    margin: 30px 0 36px;
    font-family: var(--eng-font)
}

#sh_ft_wrapper .ft_contact li {
    font-weight: 500
}

#sh_ft_wrapper .ft_contact li span {
    margin-right: 10px;
    font-weight: 600;
    color: #fff
}

#sh_ft .copy {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

#sh_ft .copy .copy_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    height: 70px;
    margin: 0 auto
}

/* 반응형 하단 버튼 공통 */
#fix_tel {
    opacity: 0;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 101;
    width: 65px;
    height: 65px;
    margin-right: -10px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    background-color: var(--primary);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s;
    transition: all .2s
}



#fix_kakao {
    opacity: 0;
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 101;
    width: 65px;
    height: 65px;
    margin-right: -10px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    color: #402325;
    background-color: #ffe500;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s;
    transition: all .2s
}

#fix_kakao.active {
    opacity: 1;
    margin-right: 0;
}

#sh_ft_btns {
    display: none;
    padding: 15px
}

#sh_ft_btns .btns {
    overflow: hidden
}

#sh_ft_btns .row2 a {
    width: 50%
}

#sh_ft_btns a {
    float: left;
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background: var(--primary);
    font-weight: 700
}

#sh_ft_btns a.tel {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Poppins'
}

#sh_ft_btns a i {
    padding-right: 5px;
    font-size: 18px
}

#sh_ft_btns a.kakao {
    font-weight: normal;
    color: #402325;
    background-color: #ffe500
}

/* 반응형 [s] */
@media (max-width:1500px) {
    #sh_ft_wrapper {
        padding: 0 50px
    }

    #sh_ft_wrapper .inner {
        max-width: none
    }
}

@media (max-width:1230px) {
    #sh_content {
        max-width: none;
        padding: 70px 50px
    }

    #sh_ft_wrapper {
        padding: 0 30px
    }
}

@media (max-width:1024px) {
    #sh_section {
        font-size: 15px
    }

    #sh_content {
        padding: 70px 30px
    }
}

@media (max-width:768px) {
    #sh_aside {
        display: none
    }

    #sh_ft_wrapper {
        font-size: 14px
    }

    #sh_ft_wrapper .ft_contact li span {
        display: block
    }

    #sh_ft_wrapper .ft_txt {
        word-break: keep-all
    }
}

@media (max-width:480px) {
    #sh_section {
        font-size: 14px
    }

    #sh_content {
        padding: 40px 15px
    }

    #fix_tel {
        display: block
    }

    #fix_kakao {
        display: block
    }

    #sh_ft_btns {
        display: block
    }

    #sh_ft_wrapper {
        padding: 0 15px;
        font-size: 13px
    }

    #sh_ft_wrapper .inner {
        padding: 70px 0 60px
    }

    #sh_ft_wrapper .ft_contact {
        display: block;
        margin: 25px 0 30px
    }

    #sh_ft_wrapper .ft_contact li span {
        display: inline-block
    }
}

@media (max-width:380px) {
    #sh_ft_wrapper .inner {
        padding: 60px 0 40px
    }

    #sh_ft .copy .copy_inner {
        display: block;
        height: auto;
        padding: 10px 0;
        text-align: center
    }

    #sh_ft .copy ul {
        justify-content: center
    }
}

/* 반응형 [e] */