@charset "utf-8";
@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');

body {
    overflow-y: unset !important;
    background: #333;
    font-size: 0.81em;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

:root {
    --primary: #449bff;
    --black: #111;
    --white: #fff;
    --background-color: #1b2d41; 
}

[data-aos=fade-blur] {
    opacity: 0;
    filter: blur(10px);
    transition-property: opacity, filter !important
}

[data-aos=fade-blur].aos-animate {
    opacity: 1;
    filter: blur(0)
}

[data-aos=fade-blur-right] {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(-50px);
    transition-property: opacity, filter, transform !important
}

[data-aos=fade-blur-right].aos-animate {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0)
}

/* HEADER */
#sh_wrapper {
    position: relative;
    color: #333;
    background-color: var(--black)
}

#sh_wrapper:after {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 285px;
    height: 100%;
    background-color: var(--black)
}

#sh_wrapper.sub {
    background-color: #fff
}

#sh_hd {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    width: 285px;
    
    background-color: var(--black)
}

/* MAIN */
#sh_section {
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    color: rgb(255, 255, 255, 0.5);
    font-family: var(--font)
}

#sh_section * {
    word-break: keep-all
}

#sh_section h2:not(.inc04_h2) {
    margin-bottom: 60px;
    padding: 6px 15px;
    border-radius: 5px;
    width: max-content;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    background-color: var(--background-color)
}

#sh_section h3 {
    white-space: pre-line;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

#sh_section .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 700;
    transition: all .3s;
    color: #fff;
    background-color: rgb(255, 255, 255, 0.1)
}

/* CONTAINER */
#sh_container {
    overflow: hidden;
    position: relative;
    z-index: 7;
    margin-left: auto;
    width: calc(100% - 285px);
    line-height: 1.5
}

#sh_content {
    overflow: hidden;
    position: relative;
    z-index: 7;
    width: 100%;
    max-width: 1200px;
    min-height: 550px;
    padding: 70px 0;
    margin: 0 auto;
    background: #fff
}

/* FOOTER */
#sh_ft {
    position: fixed;
    left: 0;
    bottom: 30px;
    z-index: 6;
    padding-left: 40px;
    width: 234px;
    line-height: 1.8;
    font-size: 11px;
    font-weight: 400;
    
    color: rgb(255, 255, 255, 0.6);
    background-color: var(--black)
}

#sh_ft .top h2 {
    font-weight: 400
}

#sh_ft .top .address {
    margin-top: 5px
}

#sh_ft .top ul li span {
    margin-right: 5px
}

#sh_ft .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 95%
}

#sh_ft .bottom a {
    color: rgb(255, 255, 255, 0.6)
}

#sh_ft .bottom ul {
    display: flex;
    gap: 10px
}

#sh_ft .copy {
    font-weight: 400
}

/* 반응형 하단 버튼 공통 */
#fix_tel {
    opacity: 0;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 3%;
    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: var(--primary);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s;
    transition: all .2s
}

#fix_tel.active {
    opacity: 1;
    margin-right: 0
}

#sh_ft_btns {
    display: none;
    padding: 15px
}

#sh_ft_btns .btns {
    overflow: hidden
}

#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 (hover:hover) {
    #sh_section .link:hover {
        background-color: var(--primary)
    }
}

@media (max-width:1380px) {
    #sh_section h2:not(.inc04_h2) {
        margin-bottom: 50px;
        font-size: 14px
    }

    #sh_section h3 {
        font-size: 35px
    }

    #sh_section .link {
        width: 140px;
        height: 55px;
        font-size: 16px
    }
}

@media (max-width:1024px) {
    #sh_content {
        padding: 60px 0
    }

    #sh_wrapper:after {
        display: none
    }

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

    #sh_container {
        width: 100%
    }

    #sh_ft {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
        position: relative;
        bottom: 0px;
        padding: 100px 2.5% 20px;
        width: 100%;
        font-size: 13px
    }

    #sh_ft .top {
        text-align: center
    }

    #sh_ft .top h2 {
        font-size: 20px
    }

    #sh_ft .top .address {
        margin-top: 20px
    }

    #sh_ft .top ul {
        margin-top: 10px
    }

    #sh_ft .bottom {
        margin-top: 50px;
        width: 100%;
    justify-content: center;
    }

    #sh_section h2:not(.inc04_h2) {
        margin-bottom: 40px
    }

    #sh_section h3 {
        font-size: 30px
    }

    #sh_section .link {
        width: 135px;
        height: 52px;
        font-size: 15px
    }
}

@media (max-width:768px) {

    #m_logo img {
        height: 35px;
    }
    .m_lnb_wrap {
        position: relative;
        height: 100%;
    }
    .m_lnb {
        position:absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .m_lnb li a {
        font-size: 1.125rem;
        padding: 1rem;
        display: block;
        margin: 0 0 1rem 0;
        text-align: center;
    }
    #sh_content {
        padding: 40px 0
    }

    #sh_section h2:not(.inc04_h2) {
        margin-bottom: 35px
    }

    #sh_section h3 {
        font-size: 25px
    }

    #sh_section .link {
        width: 130px;
        height: 50px
    }
}

@media (max-width:480px) {
    #sh_content {
        padding: 0px
    }

    #sh_section h2:not(.inc04_h2) {
        padding: 5px 12px;
        font-size: 13px;
        margin-bottom: 25px
    }

    #sh_section h3 {
        font-size: 23px
    }

    #sh_section .link {
        width: 125px;
        height: 45px;
        font-size: 14px
    }

    #sh_ft {
        padding-top: 70px
    }

    #fix_tel {
        display: block
    }

    #sh_ft_btns {
        display: block
    }

    #sh_ft dl dt {
        font-size: 16px
    }
}

@media (max-width:390px) {
    #sh_section h2:not(.inc04_h2) {
        padding: 4px 10px;
        font-size: 12px;
        margin-bottom: 20px
    }

    #sh_section h3 {
        font-size: 21px
    }

    #sh_section .link {
        width: 115px;
        height: 42px;
        font-size: 13px
    }
}

/* 반응형 [e] */