/* @import url("/static/fonts/nanum_myeongjo/NanumMyeongjo.css");@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");html {
    font-size: 12px
} */






@media screen and (min-width: 360px) {
    html {
        font-size:14px
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size:16px
    }
}

@media screen and (min-width: 430px) {
    html {
        font-size:16px
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size:16px
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size:16px
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size:16px
    }
}

::-webkit-scrollbar {
    width: rem(6px);
    height: rem(6px)
}

@media screen and (min-width: 1200px) {
    ::-webkit-scrollbar {
        width:10px;
        height: 10px
    }
}

::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background: #888888
}

::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 0
}

html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    height: 100%;
    min-height: 1080px;
    margin: 0;
    padding: 0
}

body.overflow {
    overflow: hidden
}

body.overflow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1
}

body.overflow header .gnb {
    overflow: overlay
}

header {
    position: fixed;
    width: 100%;
    height: 4.1666666667rem;
    left: 0;
    top: 0;
    padding: .9583333333rem 2.3958333333rem 0 .9583333333rem;
    z-index: 101;
    transition: all .15s ease-in;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media screen and (min-width: 4310px) {
    header {
        height: 70px !important;
        padding:.9583333333rem 3.9166666667rem 0 .9583333333rem
        
    }
    
}
@media screen and (max-width: 430px) {
    header {
        height: 70px !important;
        background: #fff!important;
    }
    h1 a.white svg .h1_logo_path, .footer_h2 a.white svg .h1_logo_path {
        fill: #1c2c4e !important;
    }
    header .utile li:nth-child(3) .btn .user svg .user_path {
        stroke: #1c2c4e !important;
    }
    header #toggle-menu div span { background: #1c2c4e !important; }
    header #toggle-menu {
        right: 0.3666666667rem !important;
    }
    #index-visual {
        height: 55vh;
        padding-bottom: 0px;
    }
}

header h1 {
    position: relative;
    width: 4.4166666667rem;
    height: 1.5rem;
    margin-top: .5208333333rem;
    z-index: 4
}

header h1 img {
    height: 100%
}

@media screen and (min-width: 380px) {
    header h1 {
        width:10rem;
        height: 1.875rem;
        margin-top: .1875rem
    }
}

header .gnb {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .25s ease-in;
    pointer-events: none
}

header .gnb .inner {
    position: relative;
    width: 100%;
    padding-top: 4.1666666667rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap
}

header .gnb .inner .mypage_wrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
    flex-flow: wrap;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 2.5rem 1.6666666667rem;
    z-index: 2;
    border-bottom: .0625rem solid #eee;
    transition: all .25s ease-in;
    transition-delay: .25s;
    opacity: 0
}

header .gnb .inner .mypage_wrap .mypage_icon {
    margin-bottom: 20px
}

header .gnb .inner .mypage_wrap .mypage_icon i.user2 {
    width: 2.6666666667rem;
    height: 2.6666666667rem
}

header .gnb .inner .mypage_wrap .mypage_icon .login_msg {
    color: #222;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 500
}

header .gnb .inner .mypage_wrap .mypage_icon .login_msg strong {
    color: #222;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700
}

@media screen and (min-width: 1200px) {
    header .gnb .inner .mypage_wrap .mypage_icon .login_msg {
        padding-right:20px;
        color: #222;
        font-size: 20px;
        line-height: 20px;
        font-weight: 500
    }

    header .gnb .inner .mypage_wrap .mypage_icon .login_msg strong {
        color: #222;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700
    }
}

header .gnb .inner .mypage_wrap .name {
    color: #222;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

header .gnb .inner .mypage_wrap .name strong {
    font-weight: 800
}

header .gnb .inner .mypage_wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

header .gnb .inner .mypage_wrap ul li {
    margin-right: 15px
}

header .gnb .inner .mypage_wrap ul li a {
    color: #888;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.18s ease-in-out
}

header .gnb .inner .mypage_wrap ul li a:hover {
    color: #798CD1
}

header .gnb .inner .oneDepth {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    width: 100%;
    height: auto
}

header .gnb .inner .oneDepth li {
    transition: all .25s ease-in;
    transition-delay: .25s;
    opacity: 0
}

header .gnb .inner .oneDepth>li {
    position: relative;
    width: 100%;
    height: 3.8333333333rem
}

header .gnb .inner .oneDepth>li>a {
    position: relative;
    color: #888;
    font-size: 1.0833333333rem;
    line-height: 1.0833333333rem;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 40.625%;
    transition: color 0.18s ease-in-out;
    padding: 0 0 0 1.6666666667rem;
    letter-spacing: -.0325rem
}

header .gnb .inner .oneDepth>li .twoDepth {
    display: none;
    position: absolute;
    left: 40.625%;
    width: 59.375%;
    opacity: 1;
    padding: 0;
    top: 0;
    overflow: hidden;
    pointer-events: all;
    margin-top: 0;
    padding: 0;
    min-height: 30.6666666667rem
}

header .gnb .inner .oneDepth>li .twoDepth>li {
    width: 100%;
    padding: 0;
    height: auto
}

header .gnb .inner .oneDepth>li .twoDepth>li>a {
    width: 100%;
    height: 3.8333333333rem;
    padding: 0 0 0 1.6666666667rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    padding: 0 0 0 1.6666666667rem
}

header .gnb .inner .oneDepth>li .twoDepth>li>a .arrow1 {
    transition: all .18s ease-in;
    display: flex;
    margin-right: 1.6666666667rem
}

header .gnb .inner .oneDepth>li .twoDepth>li>a .arrow1 svg {
    width: 8px
}

header .gnb .inner .oneDepth>li .twoDepth>li>a .arrow1 svg .arrow1_path {
    stroke: #555
}

header .gnb .inner .oneDepth>li .twoDepth>li .threeDepth {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    margin-top: 0;
    display: none
}

header .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li {
    padding: 0;
    width: 100%
}

header .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #888;
    font-size: .85rem;
    line-height: .9583333333rem;
    font-weight: 600;
    height: 2.9166666667rem;
    padding: 0 0 0 1.6666666667rem
}

header .gnb .inner .oneDepth>li .twoDepth>li.menu_inside.on>a .arrow1 {
    transform: rotate(90deg)
}

header .gnb .inner .oneDepth>li .twoDepth>li.menu_inside.on .threeDepth {
    display: flex
}

header .gnb .inner .oneDepth>li.on {
    z-index: 2
}

header .gnb .inner .oneDepth>li.on>a {
    color: #798CD1;
    font-weight: 700
}

header .gnb .inner .oneDepth>li.on .twoDepth {
    display: block
}

header .gnb .inner .oneDepth .line_common {
    display: none
}

header .gnb .inner .oneDepth .link-row {
    display: block;
    height: auto;
    padding: 1.6666666667rem;
    transition: all .25s ease-in;
    transition-delay: .25s;
    opacity: 0
}

header .gnb .inner .oneDepth .link-row .btn_wrap {
    margin-bottom: 1.6666666667rem
}

header .gnb .inner .oneDepth .link-row .btn_wrap .btn {
    display: block;
    height: auto;
    padding: .8333333333rem 0;
    justify-content: flex-start;
    color: #888;
    font-size: .9166666667rem;
    line-height: 1rem;
    font-weight: 500;
    letter-spacing: -.5px
}

header .gnb .inner .oneDepth .link-row .btn_wrap .btn:last-child {
    margin-bottom: 0
}

header .gnb .inner .oneDepth .link-row .btn_wrap .btn:last-child i.arrow2 svg .arrow2_path {
    stroke: #888
}

header .gnb .inner .oneDepth .link-row .btn_wrap .btn:hover {
    color: #798CD1
}

header .gnb .inner .oneDepth .link-row .btn_wrap .btn:hover.line {
    border: 1px solid #798CD1
}

header .gnb .inner .oneDepth .link-row .btn_wrap .btn:hover:last-child {
    margin-bottom: 0
}

header .gnb .inner .oneDepth .link-row .btn_wrap .btn:hover:last-child i.arrow2 svg .arrow2_path {
    stroke: #798CD1
}

header .gnb .hidden {
    display: none !important
}

header .utile {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 9.7083333333rem;
    z-index: 4
}

header .utile li:nth-child(1) {
    width: 5.2083333333rem;
    height: 1.875rem
}

header .utile li:nth-child(1) .btn {
    width: 100%;
    height: 100%;
    padding: .4583333333rem .9583333333rem;
    color: #fff;
    font-size: .9583333333rem;
    line-height: .9583333333rem;
    font-weight: 400
}

header .utile li:nth-child(1) .btn.plane {
    background: #798CD1
}

header .utile li:nth-child(1) .btn.round {
    border-radius: .9375rem
}

header .utile li:nth-child(1) .btn:hover.plane {
    background: #6293FF
}

header .utile li:nth-child(2) .btn,header .utile li:nth-child(3) .btn {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0
}

header .utile li:nth-child(2) .btn .alarm svg .alarm_path {
    stroke: #fff
}

header .utile li:nth-child(2) .btn:hover .alarm svg .alarm_path {
    stroke: #6293FF
}

header .utile li:nth-child(2) .btn.disable {
    pointer-events: none;
    opacity: .4
}

header .utile li:nth-child(2) .btn.disable i:before {
    display: none
}

header .utile li:nth-child(3) .btn .user svg .user_path {
    stroke: #fff
}

header .utile li:nth-child(3) .btn:hover .user svg .user_path {
    stroke: #6293FF
}

@media screen and (min-width: 380px) {
    header .utile {
        width:10.7083333333rem
    }
}

header .header_line {
    position: absolute;
    top: -100px
}

header #toggle-menu {
    display: inline-block;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    transition: all .1s ease-in;
    width: 2.25rem;
    height: 2.25rem;
    right: .7291666667rem;
    top: .9583333333rem
}

@media screen and (min-width: 380px) {
    header #toggle-menu {
        right:0rem
    }
}

header #toggle-menu div {
    position: relative;
    width: 1.125rem;
    height: 1rem;
    margin: .625rem 0 0 .5625rem
}

header #toggle-menu div span {
    width: 1.125rem;
    height: .125rem;
    display: block;
    background-color: #fff;
    position: absolute;
    transition: transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -moz-transition: -moz-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    border-radius: 0;
    overflow: hidden
}

header #toggle-menu div span.top {
    top: 0
}

header #toggle-menu div span.middle {
    top: .3333333333rem
}

header #toggle-menu div span.bottom {
    top: .75rem
}

header #toggle-menu.menu-is-active {
    position: absolute
}

header #toggle-menu.menu-is-active:before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

header #toggle-menu.menu-is-active span {
    transition: transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px #93DEFF;
    box-shadow: 0px 0px 0px 0px #93DEFF
}

header #toggle-menu.menu-is-active span.top {
    top: .3125rem;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg)
}

header #toggle-menu.menu-is-active span.middle {
    top: .3125rem;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    opacity: 0
}

header #toggle-menu.menu-is-active span.bottom {
    top: .3125rem;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg)
}

header.on #toggle-menu div span {
    background-color: red
}

header.bdline {
    background: #fff !important;
    border-bottom: 1px solid #ddd
}

header.black h1 a svg .h1_logo_path {
    fill: #798CD1
}

header.black .gnb .inner .oneDepth>li>a {
    color: #000
}

header.black .utile li:nth-child(2) .btn .alarm svg .alarm_path {
    stroke: #000
}

header.black .utile li:nth-child(3) .btn .user svg .user_path {
    stroke: #000
}

header.black #toggle-menu div span {
    background-color: #000
}

header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.1666666667rem;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: all .15s ease-in;
    background-size: cover
}

header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.1666666667rem;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: all .15s ease-in;
    background-size: cover
}

header.mobile-menu-open {
    height: 100%
}

header.mobile-menu-open:before {
    opacity: 1;
    height: 100%
}

header.mobile-menu-open .gnb {
    pointer-events: all;
    z-index: 3;
    opacity: 1;
    top: 0;
    background: #fff
}

header.mobile-menu-open .gnb .inner {
    padding-top: 0
}

header.mobile-menu-open .gnb .inner .mypage_wrap {
    display: flex;
    opacity: 1;
    padding-top: 4.5833333333rem
}

header.mobile-menu-open .gnb .inner .mypage_wrap .mypage_icon {
    width: 100%
}

header.mobile-menu-open .gnb .inner .mypage_wrap .name {
    width: 100%
}

header.mobile-menu-open .gnb .inner .oneDepth li {
    opacity: 1
}

header.mobile-menu-open .gnb .inner .oneDepth>li>a {
    border-right: .0625rem solid #eee
}

header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth {
    margin-left: -.0625rem
}

header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li {
    border-left: .0625rem solid #eee
}

header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li.menu_inside.on>a {
    color: #798CD1
}

header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li.menu_inside.on>a .arrow1 {
    transform: rotate(90deg)
}

header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li.menu_inside.on .threeDepth {
    display: flex
}

header.mobile-menu-open .gnb .inner .oneDepth>li.on {
    z-index: 2
}

header.mobile-menu-open .gnb .inner .oneDepth>li.on>a {
    color: #798CD1
}

header.mobile-menu-open .gnb .inner .oneDepth>li.on .twoDepth {
    display: block
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(2) .twoDepth {
    top: -3.8333333333rem
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(3) .twoDepth {
    top: -7.6666666667rem
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(4) .twoDepth {
    top: -11.5rem
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(5) .twoDepth {
    top: -15.3333333333rem
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(6) .twoDepth {
    top: -19.1666666667rem
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(7) .twoDepth {
    top: -23rem
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(7) .twoDepth>li a {
    justify-content: flex-start
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(7) .twoDepth>li a i.arrow2 svg .arrow2_path {
    stroke: #555
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(7) .twoDepth>li a:hover i.arrow2 svg .arrow2_path {
    stroke: #798CD1
}

header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(8) .twoDepth {
    top: -26.8333333333rem
}

header.mobile-menu-open .gnb .inner .oneDepth .link-row {
    display: block;
    border-top: .0625rem solid #eee
}

header.mobile-menu-open h1 {
    display: none
}

header.mobile-menu-open .utile {
    position: absolute;
    right: 2.5rem
}

@media screen and (min-width: 380px) {
    header.mobile-menu-open .utile {
        right:4.0625rem
    }
}

@media screen and (min-width: 1200px) {
    header.mobile-menu-open .utile {
        right:0
    }
}

header.mobile-menu-open .utile li:nth-child(2) .btn .alarm svg .alarm_path {
    stroke: #000
}

header.mobile-menu-open .utile li:nth-child(3) .btn .user svg .user_path {
    stroke: #000
}

header.mobile-menu-open #toggle-menu div span {
    background-color: #222
}

header.scroll_up {
    top: -4.1666666667rem
}

@media screen and (min-width: 1200px) {
    header {
        height:100px;
        padding: 0
    }

    header:before {
        height: 100px
    }

    header:after {
        height: 100px
    }

    header.over_open {
        height: 330px
    }

    header .header_line {
        position: absolute;
        width: 1%;
        height: 1px;
        left: 50%;
        top: -100px;
        opacity: 0;
        background: #eee;
        transition: all .15s ease-in;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    header .header_line.on {
        width: 100%;
        top: 100px;
        opacity: 1
        
    }

    header h1 {
        width: 11.83333333333%;
        height: 100px;
        margin-top: 3px;
        min-width: 88px;
        padding-left: 1.25%;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    header h1 a {
        width: 180px;
        height: 30px
    }

    header .gnb {
        position: relative;
        width: 64.41666666667%;
        height: 100%;
        opacity: 1;
        top: 0;
        pointer-events: all;
        opacity: 1;
        transition: none;
        transition-delay: 0
    }

    header .gnb .inner {
        margin: auto;
        padding-top: 0;
        height: 100%
    }

    header .gnb .inner .img-row {
        position: fixed;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        opacity: 0;
        transition: all .28s ease-in
    }

    header .gnb .inner .mypage_wrap {
        display: none
    }

    header .gnb .inner .oneDepth {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: nowrap;
        height: 100%
    }

    header .gnb .inner .oneDepth li {
        opacity: 1;
        transition: none;
        transition-delay: 0
    }

    header .gnb .inner .oneDepth>li {
        position: unset;
        width: 100%;
        height: 100px;
        letter-spacing: -0.360px
    }

    header .gnb .inner .oneDepth>li>a {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        padding: 0 2.481371280725%;
        background: transparent
    }

    header .gnb .inner .oneDepth>li>a:before {
        display: none
    }

    header .gnb .inner .oneDepth>li .twoDepth {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 0;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        top: 100px;
        max-width: 900px;
        height: 230px;
        min-height: 230px;
        padding: 0;
        transition: all .1s ease-in;
        width: max-content;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 52%;
        transform: translate(-49%, 0%)
    }

    header .gnb .inner .oneDepth>li .twoDepth:before {
        display: none
    }

    header .gnb .inner .oneDepth>li .twoDepth>li {
        position: relative;
        height: 100%;
        padding: 36px 0 0 28px
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 230px;
        opacity: 0;
        background: #eee;
        transition: all .2s ease-in
    }

    header .gnb .inner .oneDepth>li .twoDepth>li>a {
        height: auto;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600
    }

    header .gnb .inner .oneDepth>li .twoDepth>li>a:hover {
        color: #798CD1
    }

    header .gnb .inner .oneDepth>li .twoDepth>li>a .arrow1 {
        display: none
    }

    header .gnb .inner .oneDepth>li .twoDepth>li .threeDepth {
        margin-top: 12px;
        display: flex
    }

    header .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-right: 20px;
        height: 30px;
        width: auto
    }

    header .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li a {
        color: #888;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding: 12px 0
    }

    header .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li a:hover {
        color: #798CD1
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:hover:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 230px;
        background: rgba(0,149,169,0.03);
        pointer-events: none
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:nth-child(n+6) {
        padding-top: 28px
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:nth-child(n+6):before {
        display: none
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:nth-child(n+6):hover:after {
        top: -54px
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:nth-child(n+11) {
        padding-top: 28px
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:nth-child(n+11):before {
        display: none
    }

    header .gnb .inner .oneDepth>li .twoDepth>li:nth-child(n+11):hover:after {
        top: -104px
    }

    header .gnb .inner .oneDepth>li:nth-child(2) .twoDepth>li:before {
        height: 280px
    }

    header .gnb .inner .oneDepth>li:nth-child(2) .twoDepth>li .threeDepth li {
        width: 100%
    }

    header .gnb .inner .oneDepth>li:nth-child(2) .twoDepth>li:hover:after {
        height: 280px
    }

    header .gnb .inner .oneDepth>li:nth-child(7) .twoDepth>li a i.arrow2 svg .arrow2_path {
        stroke: #555
    }

    header .gnb .inner .oneDepth>li:nth-child(7) .twoDepth>li a:hover i.arrow2 svg .arrow2_path {
        stroke: #798CD1
    }

    header .gnb .inner .oneDepth>li.hover>a {
        color: #798CD1 !important
    }

    header .gnb .inner .oneDepth>li.hover .twoDepth {
        height: 230px;
        min-height: 230px;
        pointer-events: all;
        opacity: 1;
        visibility: visible;
        left: 50%;
        transform: translate(-50%, 0%)
    }

    header .gnb .inner .oneDepth>li.hover .twoDepth li:before {
        opacity: 1
    }

    header .gnb .inner .oneDepth>li.hover:nth-child(2) .twoDepth {
        height: 280px;
        min-height: 280px
    }

    header .gnb .inner .oneDepth>li.hover:nth-child(2) .twoDepth>li .threeDepth li {
        width: 100%
    }

    header .gnb .inner .oneDepth>li.hover:nth-child(2) .twoDepth>li:hover:after {
        height: 280px
    }

    header .gnb .inner .oneDepth .link-row {
        pointer-events: none;
        position: absolute
    }

    header .gnb .inner .oneDepth .line_common {
        position: absolute !important;
        width: 1px !important;
        height: 100% !important;
        padding: 0 !important;
        top: 0;
        background: #eee;
        left: -500%;
        opacity: 0;
        display: block;
        transition: all .3s ease-in
    }

    header .gnb .inner .mypage_bottom_wrap {
        display: none
    }

    header .utile {
        width: 23.75%;
        height: 100px;
        padding-right: 61px;
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    header .utile li {
        margin-right: 10px
    }

    header .utile li:nth-child(1) {
        width: 100px;
        height: 36px
    }

    header .utile li:nth-child(1) .btn {
        width: 100%;
        height: 36px;
        padding: 10px 23px;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400
    }

    header .utile li:nth-child(1) .btn.plane {
        background: #798CD1
    }

    header .utile li:nth-child(1) .btn.round {
        border-radius: 18px
    }

    header .utile li:nth-child(1) .btn:hover.plane {
        background: #6293FF
    }

    header .utile li:nth-child(2) .btn {
        width: 36px;
        height: 36px;
        padding: 0
    }

    header .utile li:nth-child(2) .btn .alarm svg .alarm_path {
        stroke: #fff
    }

    header .utile li:nth-child(2) .btn:hover .alarm svg .alarm_path {
        stroke: #6293FF
    }

    header .utile li:nth-child(2) .btn.disable {
        pointer-events: none;
        opacity: .4
    }

    header .utile li:nth-child(2) .btn.disable i:before {
        background: #555
    }

    header .utile li:nth-child(3) {
        margin-right: 0
    }

    header .utile li:nth-child(3) .btn {
        width: 36px;
        height: 36px;
        padding: 0
    }

    header .utile li:nth-child(3) .btn .user svg .user_path {
        stroke: #fff
    }

    header .utile li:nth-child(3) .btn:hover .user svg .user_path {
        stroke: #6293FF
    }

    header #toggle-menu {
        width: 36px;
        height: 36px;
        top: 32px;
        right: 15px
    }

    header #toggle-menu div {
        width: 18px;
        height: 16px;
        margin: 10px 0 0 9px
    }

    header #toggle-menu div span {
        width: 18px;
        height: 2px
    }

    header #toggle-menu div span.top {
        top: 0
    }

    header #toggle-menu div span.middle {
        top: 7px
    }

    header #toggle-menu div span.bottom {
        top: 14px
    }

    header #toggle-menu.menu-is-active span.top {
        top: 7px
    }

    header #toggle-menu.menu-is-active span.middle {
        top: 7px
    }

    header #toggle-menu.menu-is-active span.bottom {
        top: 7px
    }

    header.mobile-menu-open h1 a {
        display: none
    }

    header.mobile-menu-open .gnb {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        opacity: 1;
        max-width: 100%
    }

    header.mobile-menu-open .gnb .inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start
    }

    header.mobile-menu-open .gnb .inner .img-row {
        width: 25%;
        height: 100%;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url("/assets/img/bg_gnb_left.jpg") 50% 50% no-repeat;
        background-size: cover
    }

    header.mobile-menu-open .gnb .inner .img-row a {
        width: 141px;
        height: 48px
    }

    header.mobile-menu-open .gnb .inner .img-row a svg {
        fill: #fff
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap {
        position: absolute;
        left: 25%;
        top: 0;
        width: 75%;
        height: 100px;
        padding: 30px 0 30px 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: space-between;
        flex-flow: nowrap;
        z-index: 2
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .mypage_icon {
        width: auto;
        margin-bottom: 0;
        margin-right: 16px
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .mypage_icon i.user2 {
        width: 41px;
        height: 41px
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .name {
        color: #222;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        width: auto;
        margin-bottom: 0;
        margin-right: 64px
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .name strong {
        font-weight: 800
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap ul {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap ul li {
        margin-right: 15px
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap ul li a {
        color: #888;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        text-decoration: underline;
        transition: color 0.18s ease-in-out
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap ul li a:hover {
        color: #798CD1
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom {
        width: 100%
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap {
        margin-bottom: 60px
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn {
        width: 225px;
        margin-bottom: 24px;
        color: #fff;
        justify-content: center;
        font-weight: 500
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn.line {
        border: 1px solid #fff
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn:last-child {
        margin-bottom: 0
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn:last-child i.arrow2 svg .arrow2_path {
        stroke: #fff
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn:hover {
        color: #798CD1
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn:hover.line {
        border: 1px solid #798CD1
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn:hover:last-child {
        margin-bottom: 0
    }

    header.mobile-menu-open .gnb .inner .mypage_wrap .bottom .btn_wrap .btn:hover:last-child i.arrow2 svg .arrow2_path {
        stroke: #798CD1
    }

    header.mobile-menu-open .gnb .inner .menu-row {
        position: relative;
        width: 75%;
        left: 25%;
        overflow: hidden;
        overflow-y: overlay;
        height: calc(100% - 100px);
        margin-top: 100px;
        max-width: 1440px;
        min-width: 890px
    }

    header.mobile-menu-open .gnb .inner .oneDepth {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: wrap;
        align-content: flex-start
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li {
        position: relative;
        padding: 64px 0 0 0;
        width: calc(100% / 3);
        height: auto
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li>a {
        color: #798CD1;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-right: none;
        letter-spacing: -0.24px;
        padding: 0 0 16px 64px;
        height: auto
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li>a:hover {
        color: #798CD1
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-flow: wrap;
        height: auto;
        position: relative;
        opacity: 1;
        border-top: 0;
        background: transparent;
        padding: 0;
        left: 0;
        top: 0;
        width: unset;
        overflow: hidden;
        pointer-events: all;
        transition: unset;
        margin-top: 0;
        padding: 0 0 0 64px;
        border-top: none;
        transform: none;
        visibility: visible
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li {
        width: 100%;
        padding: 12px 0;
        border-left: none
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li:before {
        opacity: 0
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li>a {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #555;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: -0.2px
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li>a:hover {
        color: #798CD1
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li .threeDepth {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: wrap;
        margin-top: 12px
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li {
        padding: 8px 10px 8px 0
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li a {
        color: #888;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        letter-spacing: -0.16px
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li .threeDepth li a:hover {
        color: #6293FF
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth>li:hover:after {
        display: none !important
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li>a:hover+.twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li .twoDepth:hover {
        height: auto;
        min-height: auto;
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        left: 0;
        transform: none
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(1) .twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(2) .twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(3) .twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(4) .twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(5) .twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(6) .twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(7) .twoDepth,header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(8) .twoDepth {
        top: 0
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(2) .twoDepth>li a i.arrow2 svg .arrow2_path {
        stroke: #888
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li:nth-child(2) .twoDepth>li a:hover i.arrow2 svg .arrow2_path {
        stroke: #798CD1
    }

    header.mobile-menu-open .gnb .inner .oneDepth .line_common {
        opacity: 1
    }

    header.mobile-menu-open .gnb .inner .oneDepth .line1,header.mobile-menu-open .gnb .inner .oneDepth .line2 {
        opacity: 1
    }

    header.mobile-menu-open .gnb .inner .oneDepth .link-row {
        pointer-events: all;
        display: block;
        width: 200px;
        margin-left: 64px;
        position: relative;
        border-top: none
    }

    header.mobile-menu-open .utile li:nth-child(2) {
        display: none
    }

    header.mobile-menu-open .utile li:nth-child(3) {
        display: none
    }

    header.hover h1 a svg .h1_logo_path {
        fill: #798CD1
    }

    header.hover:after {
        opacity: 1;
        height: 100%
        
    }

    header.hover #toggle-menu div span {
        background-color: #000
    }

    header.hover .utile li:nth-child(2) .btn .alarm svg .alarm_path {
        stroke: #000
    }

    header.hover .utile li:nth-child(3) .btn .user svg .user_path {
        stroke: #000
    }

    header.hover .gnb .inner .oneDepth>li>a {
        color: #222
    }

    header.hover .gnb .inner .oneDepth>li>a:hover {
        color: #798CD1
    }

    header.hover .gnb .inner .oneDepth>li .twoDepth>li>a {
        color: #555
    }

    header.hover .gnb .inner .oneDepth>li .twoDepth>li>a:hover {
        color: #798CD1
    }

    header.hover .gnb .inner .oneDepth>li .twoDepth>li .threeDepth {
        max-width: 180px
    }

    header.hover .gnb .inner .oneDepth>li .twoDepth>li .threeDepth>li>a {
        color: #888
    }

    header.hover .gnb .inner .oneDepth>li .twoDepth>li .threeDepth>li>a:hover {
        color: #798CD1
    }

    header.hover .gnb .inner .oneDepth>li:nth-child(2) .twoDepth>li a i.arrow2 svg .arrow2_path {
        stroke: #888
    }

    header.hover .gnb .inner .oneDepth>li:nth-child(2) .twoDepth>li a:hover i.arrow2 svg .arrow2_path {
        stroke: #798CD1
    }

    header.hover .gnb .inner .mypage_bottom_wrap {
        display: none
    }

    header.scroll_up {
        top: -100px
    }
}

@media screen and (min-width: 1600px) {
    header h1 {
        width:15.8125%;
        padding-left: 3.75%
    }

    header .gnb {
        width: 57.4375%
    }

    header.mobile-menu-open .gnb .inner .oneDepth>li {
        width: calc(100% / 4)
    }

    header.mobile-menu-open .gnb .inner .oneDepth .line3 {
        display: block
    }
}

@media screen and (min-width: 1920px) {
    header h1 {
        width:26.04166666667%;
        padding-left: 65px
    }

    header .gnb {
        width: 47.86458333333%;
        max-width: 919px
    }

    header .utile {
        width: 26.09375%;
        padding-right: 138px
    }

    header #toggle-menu {
        right: 86px
    }
}

header .sns,footer .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap
}

header .sns .btn,footer .sns .btn {
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin-right: .6666666667rem;
    border-radius: 1.25rem !important
}

header .sns .btn.plane,footer .sns .btn.plane {
    background: #444
}

header .sns .btn i.insta,footer .sns .btn i.insta {
    width: 1.4166666667rem;
    height: 1.4166666667rem
}

header .sns .btn i.insta svg .insta_path,footer .sns .btn i.insta svg .insta_path {
    fill: #DDDDDD
}

header .sns .btn i.blog,footer .sns .btn i.blog {
    width: 1.5625rem;
    height: 1.2916666667rem
}

header .sns .btn i.blog svg .blog_path1,footer .sns .btn i.blog svg .blog_path1 {
    fill: #ddd
}

header .sns .btn i.blog svg .blog_path2,footer .sns .btn i.blog svg .blog_path2 {
    fill: #444
}

header .sns .btn i.youtube,footer .sns .btn i.youtube {
    width: 1.4583333333rem;
    height: .9791666667rem
}

header .sns .btn i.youtube svg .youtube_path1,footer .sns .btn i.youtube svg .youtube_path1 {
    fill: #DDDDDD
}

header .sns .btn i.youtube svg .youtube_path2,footer .sns .btn i.youtube svg .youtube_path2 {
    fill: #444444
}

@media screen and (min-width: 1200px) {
    header .sns .btn,footer .sns .btn {
        width:42px !important;
        height: 42px !important;
        margin-right: 12px;
        border-radius: 21px !important
    }

    header .sns .btn i.insta,footer .sns .btn i.insta {
        width: 24px;
        height: 24px
    }

    header .sns .btn i.blog,footer .sns .btn i.blog {
        width: 26px;
        height: 22px
    }

    header .sns .btn i.youtube,footer .sns .btn i.youtube {
        width: 25px;
        height: 16px
    }
}

footer {
    position: relative;
    width: 100%;
    padding: 3.3333333333rem 0 0 0;
    background: #fff;
    z-index: 100;
    margin-top: 6.6666666667rem;
    border-top: 1px solid #ddd
}

footer>.btn {
    position: absolute;
    width: 3.125rem !important;
    height: 3.125rem !important;
    right: .8333333333rem;
    top: -30px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2)
}

@media screen and (min-width: 1200px) {
    footer>.btn {
        width:64px !important;
        height: 64px !important;
        right: 40px
    }
}

footer>.btn.round {
    border-radius: 2.0833333333rem
}

@media screen and (min-width: 1200px) {
    footer>.btn.round {
        border-radius:32px
    }
}

footer>.btn.plane {
    background: #fff
}

footer>.btn i.arrow4 {
    width: 100%;
    height: 100%
}

footer>.btn i.arrow4 svg {
    width: 1.5625rem;
    height: 1.5625rem
}

@media screen and (min-width: 1200px) {
    footer>.btn i.arrow4 svg {
        width:32px;
        height: 32px
    }
}

footer>.btn i.arrow4 svg .arrow4_path {
    stroke: #6293FF
}

footer>.btn:hover.plane {
    background: #6293FF
}

footer>.btn:hover i.arrow4 svg .arrow4_path {
    stroke: #fff
}

footer .line {
    width: 100%;
    height: .0416666667rem;
    background: #222;
    display: none
}

footer .footer,footer .footer-bottom ul {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap
}

footer .footer-left {
    width: 100%;
    padding: 0 1.6666666667rem
}

footer .footer-left .footer_h2 {
    width: 7.3333333333rem;
    height: 2.5rem;
    margin-bottom: 2.0833333333rem
}

footer .footer-left .footer_h2 a svg .h1_logo_path {
    fill: #798CD1 !important
}

footer .footer-left ul li {
    margin-bottom: .3125rem;
    color: #aaa;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500
}

footer .footer-left ul:nth-child(2) {
    margin-bottom: 1.9166666667rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap
}

footer .footer-left ul:nth-child(2) li {
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

footer .footer-left ul:nth-child(2) li strong {
    display: block;
    margin-right: .25rem;
    color: #555;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700
}

footer .footer-left ul:nth-child(2) li span {
    color: #888;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500
}

footer .footer-left ul:nth-child(2) li:first-child {
    margin-bottom: 1rem
}

footer .footer-left ul:nth-child(2) li:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: .0833333333rem;
    width: .0416666667rem;
    height: .8333333333rem;
    background: #ccc
}

footer .footer-left ul:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    margin-bottom: 2.5rem
}

footer .footer-left ul:nth-child(3) li {
    position: relative
}

footer .footer-left ul:nth-child(3) li:first-child {
    margin-right: .7708333333rem;
    padding-right: .8333333333rem
}

footer .footer-left ul:nth-child(3) li:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: .2083333333rem;
    width: .0625rem;
    height: .8333333333rem;
    background: #ccc
}

footer .footer-left ul:nth-child(3) li:nth-child(3),footer .footer-left ul:nth-child(3) li:nth-child(4),footer .footer-left ul:nth-child(3) li:nth-child(5) {
    width: 100%
}

footer .footer-right {
    width: 100%;
    padding: 0 1.6666666667rem
}

footer .footer-right>ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap
}

footer .footer-right>ul li {
    width: 100%;
    color: #555;
    font-size: 1.7083333333rem;
    line-height: 1.7083333333rem;
    font-weight: 500
}

footer .footer-right>ul li p {
    width: 100%;
    text-align: left;
    margin-bottom: .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #798CD1;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700
}

footer .footer-right>ul li strong {
    padding-right: .5rem;
    color: #555;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700
}

footer .footer-right>ul li span {
    color: #888;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500
}

footer .footer-right>ul:nth-child(1) {
    margin-bottom: 1.3333333333rem
}

footer .footer-right>ul:nth-child(2) {
    margin-bottom: 2.0833333333rem
}

footer .footer-right>ul:nth-child(2) p {
    color: #65B3B1
}

footer .footer-right>ul:nth-child(3) {
    margin-bottom: 3.3333333333rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap
}

footer .footer-right>ul:nth-child(3) li {
    width: auto
}

footer .footer-right>ul:nth-child(3) li:first-child {
    padding-right: 1.3333333333rem
}

footer .footer-right>ul:nth-child(3) li:first-child img {
    width: 7.6666666667rem
}

footer .footer-right>ul:nth-child(3) li:last-child .btn {
    width: 11.4583333333rem;
    background: #65B3B1;
    color: #fff
}

footer .footer-right>ul:nth-child(3) li:last-child .btn i svg .arrow2_path {
    stroke: #fff
}

footer .footer-right>ul:nth-child(3) li:last-child .btn:hover {
    background: #6293FF
}

footer .footer-bottom {
    background: #007F90;
    padding: 2.0833333333rem 1.6666666667rem 2.5rem 1.6666666667rem
}

footer .footer-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    flex-direction: column-reverse
}

footer .footer-bottom ul li:nth-child(1) {
    width: 100%;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    font-size: .9583333333rem;
    line-height: .9583333333rem;
    font-weight: 400
}

footer .footer-bottom ul li:nth-child(1) span {
    font-family: 'Pretendard', Malgun Gothic, 돋움, DotumChe, Dotum, sans-serif;
    color: #fff;
    font-size: .9583333333rem;
    line-height: .9583333333rem;
    font-weight: 400
}

footer .footer-bottom ul li:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse
}

footer .footer-bottom ul li:nth-child(2) .fmenu {
    margin: 1rem 0 1.3333333333rem 0
}

footer .footer-bottom ul li:nth-child(2) .fmenu a {
    position: relative;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500
}

footer .footer-bottom ul li:nth-child(2) .fmenu a:first-child {
    padding-right: .6666666667rem
}

footer .footer-bottom ul li:nth-child(2) .fmenu a:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: .0833333333rem;
    width: .0416666667rem;
    height: .8333333333rem;
    background: #fff;
    opacity: .8
}

footer .footer-bottom ul li:nth-child(2) .fmenu a:last-child {
    padding-left: .6666666667rem;
    opacity: .8
}

footer .footer-bottom ul li:nth-child(2) .sns a {
    background: #007F90
}

footer .footer-bottom ul li:nth-child(2) .sns a i svg .insta_path,footer .footer-bottom ul li:nth-child(2) .sns a i svg .blog_path1,footer .footer-bottom ul li:nth-child(2) .sns a i svg .youtube_path1 {
    fill: #fff
}

footer .footer-bottom ul li:nth-child(2) .sns a i svg .blog_path2,footer .footer-bottom ul li:nth-child(2) .sns a i svg .youtube_path2 {
    fill: #007F90
}

@media screen and (min-width: 1024px) {
    footer .footer,footer .footer-bottom ul {
        width:90%
    }

    footer .footer {
        justify-content: space-between
    }

    footer .footer-left {
        width: 50%;
        padding: 0
    }

    footer .footer-right {
        width: 400px;
        padding: 0;
        text-align: right
    }

    footer .footer-bottom {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1200px) {
    footer {
        padding:64px 0 0 0;
        margin-top: 200px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: wrap
    }

    footer .footer,footer .footer-bottom ul {
        width: 83.33333333333%;
        max-width: 1440px
    }

    footer .footer-left {
        width: calc(100% - 446px);
        padding: 0
    }

    footer .footer-left .footer_h2 {
        width: 123px;
        height: 42px;
        margin-bottom: 40px
    }

    footer .footer-left ul li {
        color: #aaa;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500
    }

    footer .footer-left ul:nth-child(2) {
        margin-bottom: 24px;
        flex-flow: nowrap
    }

    footer .footer-left ul:nth-child(2) li {
        width: auto
    }

    footer .footer-left ul:nth-child(2) li strong {
        margin-right: 12px;
        color: #555;
        font-size: 18px;
        line-height: 18px;
        font-weight: 700
    }

    footer .footer-left ul:nth-child(2) li span {
        color: #888;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500
    }

    footer .footer-left ul:nth-child(2) li:first-child {
        padding-right: 17px;
        margin-bottom: 0
    }

    footer .footer-left ul:nth-child(2) li:first-child:before {
        top: 3px;
        width: 1px;
        height: 12px
    }

    footer .footer-left ul:nth-child(2) li:last-child {
        padding-left: 16px
    }

    footer .footer-left ul:nth-child(3) {
        margin-bottom: 64px
    }

    footer .footer-left ul:nth-child(3) li {
        width: auto;
        padding-right: 16px;
        margin-right: 16px;
        margin-bottom: 16px
    }

    footer .footer-left ul:nth-child(3) li:before {
        content: "";
        position: absolute;
        right: 0;
        top: 3px;
        width: 1px;
        height: 12px;
        background: #ccc
    }

    footer .footer-left ul:nth-child(3) li:nth-child(3) {
        width: auto
    }

    footer .footer-left ul:nth-child(3) li:nth-child(4) {
        width: 100%
    }

    footer .footer-left ul:nth-child(3) li:nth-child(3):before,footer .footer-left ul:nth-child(3) li:nth-child(4):before,footer .footer-left ul:nth-child(3) li:nth-child(5):before {
        display: none
    }

    footer .footer-left ul:nth-child(3) li:nth-child(5) {
        margin-bottom: 0
    }

    footer .footer-right {
        width: 400px;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: wrap
    }

    footer .footer-right>ul {
        justify-content: space-between;
        flex-flow: nowrap
    }

    footer .footer-right>ul li {
        width: 175px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #555;
        font-size: 32px;
        line-height: 1;
        font-weight: 500
    }

    footer .footer-right>ul li p {
        width: 176px;
        height: 36px;
        border-radius: 36px;
        margin-right: 32px;
        margin-bottom: 0;
        color: #798CD1;
        font-size: 18px;
        line-height: 1;
        font-weight: 700
    }

    footer .footer-right>ul li strong {
        padding-right: 10px;
        color: #555;
        font-size: 18px;
        line-height: 1;
        font-weight: 700
    }

    footer .footer-right>ul li span {
        color: #888;
        font-size: 18px;
        line-height: 1;
        font-weight: 500
    }

    footer .footer-right>ul li:nth-child(2) {
        width: 223px;
        text-align: right
    }

    footer .footer-right>ul:nth-child(1) {
        width: 100%;
        margin-bottom: 15px
    }

    footer .footer-right>ul:nth-child(2) {
        width: 100%;
        margin-bottom: 35px
    }

    footer .footer-right>ul:nth-child(3) {
        width: 400px;
        justify-content: space-between;
        margin-bottom: 64px
    }

    footer .footer-right>ul:nth-child(3) li:first-child {
        padding-right: 32px
    }

    footer .footer-right>ul:nth-child(3) li:first-child img {
        width: 150px
    }

    footer .footer-right>ul:nth-child(3) li:last-child .btn {
        width: 218px
    }

    footer .footer-bottom {
        width: 100%;
        padding: 19px 0
    }

    footer .footer-bottom ul {
        width: 83.33333333333%;
        max-width: 1440px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: nowrap;
        flex-direction: row
    }

    footer .footer-bottom ul li:nth-child(1) {
        width: 50%;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400
    }

    footer .footer-bottom ul li:nth-child(1) span {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400
    }

    footer .footer-bottom ul li:nth-child(2) {
        flex-flow: nowrap;
        justify-content: flex-end;
        width: 50%;
        text-align: right;
        margin-bottom: 0
    }

    footer .footer-bottom ul li:nth-child(2) .fmenu {
        margin: 0 48px 0 0;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    footer .footer-bottom ul li:nth-child(2) .fmenu a {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500
    }

    footer .footer-bottom ul li:nth-child(2) .fmenu a:first-child {
        padding-right: 17px
    }

    footer .footer-bottom ul li:nth-child(2) .fmenu a:first-child:before {
        top: 2px;
        width: 1px;
        height: 12px
    }

    footer .footer-bottom ul li:nth-child(2) .fmenu a:last-child {
        padding-left: 16px
    }
}

@media screen and (min-width: 1600px) {
    footer .footer-left ul:nth-child(3) {
        margin-bottom:2.5rem
    }

    footer .footer-left ul:nth-child(3) li:nth-child(3) {
        margin-right: 40%
    }

    footer .footer-left ul:nth-child(3) li:nth-child(3):before {
        display: none
    }

    footer .footer-left ul:nth-child(3) li:nth-child(4) {
        width: auto
    }

    footer .footer-left ul:nth-child(3) li:nth-child(4):before {
        display: block
    }

    footer .footer-left ul:nth-child(3) li:nth-child(5) {
        width: auto
    }

    footer .footer-left ul:nth-child(3) li:nth-child(5):before {
        display: none
    }
}

.quick {
    position: fixed;
    right: .8333333333rem;
    bottom: 2.7083333333rem;
    width: 3.125rem;
    height: 7.0833333333rem;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
    flex-flow: wrap;
    transition: all .21s ease-in-out
}

.quick>.btn {
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    transition: all .2s ease-in-out
}

.quick>.btn img {
    width: 100%
}

.quick>.btn.chat {
    background: #88a3e5;
    border-radius: 3.125rem;
    justify-content: center
}

.quick>.btn.chat img {
    width: 80%
}

.quick ul {
    position: relative;
    width: 100%;
    height: 3.125rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
    flex-flow: wrap;
    overflow: hidden;
    transition: all .2s ease-in
}

.quick ul li {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
    transition: all .3s ease-in-out
}

.quick ul li .btn {
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0px 4.8px 10px 0px rgba(0,0,0,0.15)
}

.quick ul li .btn.round {
    border-radius: 2.0833333333rem
}

@media screen and (min-width: 1200px) {
    .quick ul li .btn.round {
        border-radius:32px
    }
}

.quick ul li .btn.plane {
    background: #6293FF
}

.quick ul li .btn i.inquiry {
    width: 100%;
    height: 100%
}

.quick ul li .btn i.inquiry svg {
    width: 2.5416666667rem;
    height: 2.5416666667rem
}

@media screen and (min-width: 1200px) {
    .quick ul li .btn i.inquiry svg {
        width:41px;
        height: 41px
    }
}

.quick ul li .btn i.inquiry svg .inquiry_path {
    stroke: #fff
}

.quick ul li .btn i.map {
    width: 100%;
    height: 100%
}

.quick ul li .btn i.map svg {
    width: 1.1875rem;
    height: 1.375rem
}

@media screen and (min-width: 1200px) {
    .quick ul li .btn i.map svg {
        width:24px;
        height: 28px
    }
}

.quick ul li .btn i.map svg .map_path {
    stroke: #fff
}

.quick ul li .btn i.close {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transition: all .3s ease-in-out
}

.quick ul li .btn i.close svg {
    width: 1.5625rem;
    height: 1.5625rem
}

@media screen and (min-width: 1200px) {
    .quick ul li .btn i.close svg {
        width:32px;
        height: 32px
    }
}

.quick ul li .btn i.close svg .plus_path {
    stroke: #fff
}

.quick ul li:nth-child(1),.quick ul li:nth-child(2) {
    opacity: 0
}

.quick ul li:nth-child(3) .gotoTop {
    background: #fff
}

.quick ul li:nth-child(3) .gotoTop i svg .arrow4_path {
    stroke: #6293FF
}

.quick ul li.sales .btn {
    position: relative;
    overflow: hidden;
    transition: all .15s ease-in
}

.quick ul li.sales .btn.plane {
    background: #798CD1
}

.quick ul li.sales .btn span {
    display: none
}

.quick ul li.sales .btn i.counsel svg {
    width: 1.4583333333rem;
    height: 1.4583333333rem
}

@media screen and (min-width: 1200px) {
    .quick ul li.sales .btn i.counsel svg {
        width:30px;
        height: 30px
    }
}

.quick ul li.sales .btn i.counsel svg .counsel_path1,.quick ul li.sales .btn i.counsel svg .counsel_path2 {
    stroke: #fff
}

.quick.expansion {
    height: 18.9583333333rem
}

.quick.expansion ul {
    height: 15rem
}

.quick.expansion ul li:nth-child(1) {
    top: 0;
    bottom: auto;
    opacity: 1
}

.quick.expansion ul li:nth-child(2) {
    top: 5.5208333333rem;
    bottom: auto;
    opacity: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quick.expansion ul li:nth-child(3) {
    top: 7.9166666667rem;
    bottom: auto
}

.quick.expansion ul li:nth-child(3) i {
    width: 2.5rem;
    height: 2.0416666667rem
}

.quick.expansion ul li:nth-child(3) i svg {
    width: 100%;
    height: 100%
}

.quick.expansion ul li:nth-child(3) i svg .blog2_path1 {
    stroke: #fff;
    stroke-linejoin: round
}

.quick.expansion ul li:nth-child(3) i svg .blog2_path2 {
    fill: #fff;
    stroke: #fff
}

.quick.expansion ul li:nth-child(4) {
    bottom: 0
}

.quick.expansion ul li:nth-child(4) .btn i.close {
    transform: rotate(225deg)
}

@media screen and (min-width: 480px) {
    .quick {
        right:.8333333333rem
    }
}

@media screen and (min-width: 1200px) {
    .quick {
        right:40px;
        bottom: 80px;
        width: 64px;
        height: 144px
    }

    .quick>.btn {
        width: 64px;
        height: 64px
    }

    .quick>.btn.chat {
        border-radius: 32px
    }

    .quick ul {
        height: 64px;
        overflow: visible
    }

    .quick ul li {
        height: 64px
    }

    .quick ul li.sales .btn {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .quick ul li.sales .btn span {
        display: block;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: none;
        opacity: 0;
        right: 62px;
        transition: all .15s .15s ease-in;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600
    }

    .quick ul li.sales .btn i {
        width: 64px
    }

    .quick ul li.sales:hover,.quick ul li.sales.on {
        margin-left: -112px;
        width: 176px
    }

    .quick ul li.sales:hover .btn,.quick ul li.sales.on .btn {
        width: 100%
    }

    .quick ul li.sales:hover .btn span,.quick ul li.sales.on .btn span {
        opacity: 1
    }

    .quick.expansion {
        height: 368px
    }

    .quick.expansion ul {
        height: 304px
    }

    .quick.expansion ul li:nth-child(2) {
        top: 112px
    }

    .quick.expansion ul li:nth-child(3) {
        top: 160px
    }

    .quick.expansion ul li:nth-child(3) i {
        width: 45px;
        height: 37px
    }
}

.container {
    position: relative;
    width: 100%;
    /* min-height: 1080px  20260307수정*/
}

body:not(.index) header {
    background: #fff
}

body.index header,body.sub header {
    background: transparent
}

body.index header.on,body.sub header.on {
    background: #fff;
    border-bottom: 1px solid #eee
}

body.ft-mt0 footer {
    margin-top: 0 !important
}

.page-tab-row {
    transition: all .15s ease-in
}

.page-tab-row.scroll_up {
    top: 0 !important
}

