@charset "UTF-8";
* {
    box-sizing: border-box;
    font-family: 'notokr', sans-serif;
}

/* *:focus {
    border: none;
    outline: none;
} */

body {
    position: relative;
    overflow-x: hidden
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 62.5%;
    letter-spacing: -0.25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    resize: none;
    outline: none
}

.wrap {
    overflow: hidden;
    position: relative;
}

.inner {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.hidden {
    position: absolute;
    top: -9999px !important;
    left: -9999px !important;
}

select {
    background: url(/inc/user/resource/image/sub/icon/icon_clampDown.png) no-repeat 94% center;
}

.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid #e03710
}

.underline2 {
    padding-bottom: 0;
    border-bottom: 1px solid #000
}

.content>.inner {
    margin-bottom: 100px
}

.font_k {
    font-family: "gyeonggi";
    font-weight: 100;
}

/* parts:skipNav */

#skip_nav {
    position: relative;
}

#skip_nav dt {
    display: none
}

#skip_nav dd.on {
    height: 40px;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

#skip_nav dd a {
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #e7e7e7;
    line-height: 14px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
}

#skip_nav dd a:active,
#skip_nav dd a:focus {
    top: 0;
}

/* parts:display*/

.inline-block {
    display: inline-block !important;
}

/* parts:row */

.row {
    -ms-display: flexbox;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_center,
.align-center {
    align-items: center !important;
}

.align_end,
.align-end {
    align-items: flex-end !important;
}

.justify-start,
.justify_start {
    justify-content: flex-start !important;
}

.justify-end,
.justify_end {
    justify-content: flex-end !important;
}

.justify-center,
.justify_center {
    justify-content: center !important;
}

.justify-between,
.justify_between {
    justify-content: space-between !important
}

/* parts:width */

.w_100 {
    width: 100% !important
}

.w_75 {
    width: 75% !important
}

.w_50 {
    width: 50% !important
}

.w_45 {
    width: 45% !important
}

.w_25 {
    width: 25% !important
}

.w_auto {
    width: auto !important
}

.w_titan {
    width: 800px !important
}

.w_xlarge {
    width: 680px !important
}

.w_wide {
    width: 550px !important
}

.w_slarge {
    width: 400px !important
}

.w_large {
    width: 330px !important
}

.w_fit {
    width: 220px !important
}

.w_medium {
    width: 150px !important
}

.w_normal {
    width: 140px !important
}

.w_small {
    width: 90px !important
}

.w_xsmall {}

.w_tiny {
    width: 50px !important
}

/* parts:border */

.border1 {
    border: 1px solid #dddddd !important
}

.border2 {
    border: 2px solid #dddddd !important
}

.borderB {
    border: 1px solid #000 !important
}

.borderW {
    border: 1px solid #fff !important
}

.border_cyan {
    border: 1px solid #e03710 !important
}

/* parts:font-weight */

.fw_200 {
    font-weight: 200 !important
}

.fw_300 {
    font-weight: 300 !important
}

.fw_400 {
    font-weight: 400 !important
}

.fw_500 {
    font-weight: 500 !important
}

.fw_600 {
    font-weight: 600 !important
}

.fw_700 {
    font-weight: 700 !important
}

.f_bold {
    font-weight: bold !important
}

.f_normal {
    font-weight: normal !important
}

/* parts:font-color */

.f_red {
    color: red !important
}

.f_cyan {
    color: #e03710 !important
}

.f_orange {
    color: orange !important
}

.f_yellow {
    color: yellow !important
}

.f_green {
    color: green !important
}

.f_blue {
    color: blue !important
}

.f_navy {
    color: navy !important
}

.f_purple {
    color: purple !important
}

.f_gray {
    color: rgb(175, 175, 175) !important
}

.f_white {
    color: #fff !important
}

.f_black {
    color: #000 !important
}

.f_555 {
    color: #555 !important
}

/* parts:background-color */

.bg_none {
    background-color: transparent !important
}

.bg_red {
    background-color: red !important
}

.bg_cyan {
    background-color: #e03710 !important
}

.bg_orange {
    background-color: orange !important
}

.bg_citrus {
    background-color: #ff7f01 !important
}

.bg_lightOrange {
    background-color: #ffb218 !important
}

.bg_yellow {
    background-color: yellow !important
}

.bg_gold {
    background-color: #c6a25a !important
}

.bg_green {
    background-color: green !important
}

.bg_lightGreen {
    background-color: #94cb42 !important
}

.bg_blue {
    background-color: blue !important
}

.bg_navy {
    background-color: navy !important
}

.bg_purple {
    background-color: purple !important
}

.bg_lightGray {
    background-color: #f8f8f8 !important
}

.bg_darkGray {
    background-color: #737173 !important
}

.bg_gray {
    background-color: gray !important
}

.bg_silver {
    background-color: #bdc3ce !important
}

.bg_white {
    background-color: #fff !important
}

.bg_lightBlack {
    background-color: #313636 !important
}

.bg_black {
    background-color: #000 !important
}

/* parts:padding */

.p_1 {
    padding: 10px !important;
    box-sizing: border-box
}

.p_2 {
    padding: 20px !important;
    box-sizing: border-box
}

.p_3 {
    padding: 30px !important;
    box-sizing: border-box
}

.p_4 {
    padding: 40px !important;
    box-sizing: border-box
}

.p_5 {
    padding: 50px !important;
    box-sizing: border-box
}

.px_0 {
    padding: 0 auto !important
}

.px_1 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px_2 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.px_3 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.py_0 {
    padding: auto 0 !important
}

.py_1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.py_2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py_3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.pd_0 {
    padding: 0 !important
}

.pt_1 {
    padding-top: 10px !important
}

.pt_2 {
    padding-top: 20px !important
}

.pt_3 {
    padding-top: 30px !important
}

.pt_4 {
    padding-top: 40px !important
}

.pt_5 {
    padding-top: 50px !important
}

.pt_6 {
    padding-top: 60px !important
}

.pl_1 {
    padding-left: 10px !important
}

.pl_2 {
    padding-left: 20px !important
}

.pl_3 {
    padding-left: 30px !important
}

.pl_4 {
    padding-left: 40px !important
}

.pl_5 {
    padding-left: 50px !important
}

.pr_1 {
    padding-right: 10px !important
}

.pr_2 {
    padding-right: 20px !important
}

.pr_3 {
    padding-right: 30px !important
}

.pr_4 {
    padding-right: 40px !important
}

.pr_5 {
    padding-right: 50px !important
}

.pb_1 {
    padding-bottom: 10px !important
}

.pb_2 {
    padding-bottom: 20px !important
}

.pb_3 {
    padding-bottom: 30px !important
}

.pb_4 {
    padding-bottom: 40px !important
}

.pb_5 {
    padding-bottom: 50px !important
}

/* parts:margin */

.mg_0 {
    margin: 0 !important
}

.my_0 {
    margin: 0 auto !important
}

.mx_0 {
    margin: auto 0 !important
}

.mt_0 {
    margin-top: 0 !important
}

.mx_1 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mx_2 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mx_3 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mx_4 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.my_1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.my_2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my_3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.my_4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.mt_1 {
    margin-top: 10px !important
}

.mt_2 {
    margin-top: 20px !important
}

.mt_3 {
    margin-top: 30px !important
}

.mt_4 {
    margin-top: 40px !important
}

.mt_5 {
    margin-top: 50px !important
}

.mt_6 {
    margin-top: 60px !important
}

.mt_7 {
    margin-top: 70px !important
}

.mt_9 {
    margin-top: 90px !important
}

.mt_10 {
    margin-top: 100px !important
}

.ml_1 {
    margin-left: 10px !important
}

.ml_2 {
    margin-left: 20px !important
}

.ml_3 {
    margin-left: 30px !important
}

.ml_4 {
    margin-left: 40px !important
}

.ml_5 {
    margin-left: 50px !important
}

.mr_1 {
    margin-right: 10px !important
}

.mr_2 {
    margin-right: 20px !important
}

.mr_3 {
    margin-right: 30px !important
}

.mr_4 {
    margin-right: 40px !important
}

.mr_5 {
    margin-right: 50px !important
}

.mb_1 {
    margin-bottom: 10px !important
}

.mb_2 {
    margin-bottom: 20px !important
}

.mb_3 {
    margin-bottom: 30px !important
}

.mb_4 {
    margin-bottom: 40px !important
}

.mb_5 {
    margin-bottom: 50px !important
}

/* parts:text-align */

.ta_c {
    text-align: center !important
}

.ta_l {
    text-align: left !important
}

.ta_r {
    text-align: right !important
}

/* parts:pagination */

.paination,
.pagination,
.board_paging {
    justify-content: center;
    height: 45px;
    box-sizing: border-box;
    -ms-display: flexbox;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.paination a,
.pagination a,
.board_paging a,
.board_paging strong {
    -ms-display: flexbox;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 100%;
    font-size: 14px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.paination a+a,
.pagination a+a,
.board_paging a+a {
    border-left: none;
}

.paination a.on,
.pagination a.on,
.board_paging strong {
    background-color: #e03710;
    color: #fff;
}

.board_paging strong {
    border: 1px solid #e03710;
}

.paination a.first,
.pagination a.first,
.board_paging a.p_first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: url('/inc/user/resource/image/sub/icon/icon_clampFirst.png') no-repeat center center
}

.paination a.prev,
.pagination a.prev,
.board_paging a.p_pri {
    background: url('/inc/user/resource/image/sub/icon/icon_clampPrev.png') no-repeat center center
}

.paination a.next,
.pagination a.next,
.board_paging a.p_next {
    background: url('/inc/user/resource/image/sub/icon/icon_clampNext.png') no-repeat center center
}

.paination a.last,
.pagination a.last,
.board_paging a.p_last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: url('/inc/user/resource/image/sub/icon/icon_clampLast.png') no-repeat center center
}

/* parts:lists */

.lists li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.7em;
}

.lists li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.lists.bar>li:before {
    content: "-"
}

.lists.dot>li:before {
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #000;
    content: ""
}

.lists.cir>li:before {
    top: 13px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    border: 2px solid #555;
    background-color: #fff;
}

.lists.num {
    counter-reset: num;
}

.lists.num>li {
    padding-left: 25px;
}

.lists.num>li:before {
    counter-increment: num;
    content: counter(num)
}

.lists.num.comma>li:before {
    content: counter(num) '. '
}

.lists.num.cir>li:before {
    -ms-display: flexbox;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 15px;
    border: 1px solid #555;
}

.lists.num.paren>li {
    padding-left: 25px;
}

.lists.num.paren>li:before {
    content: counter(num) ') '
}

/* parts:text-overflow */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 3em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

/* parts:button */

.btn {
    display: block;
    -ms-display: flexbox;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 16px;
    background: none;
    box-sizing: border-box;
    border: none;
}

/* header */
header {
    position: absolute;
    width: 100%;
    height: 9rem;
    z-index: 2;
}
.header {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,8%);
}
.header_inner {
    max-width: 140rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.logo_top {
    width: 27.3rem;
}
.logo_top > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.logo_top > a img {
    width: 100%;
    height: 100%;
}
/* .gnb > div {
    position: relative;
    padding: 0 3rem;
    box-sizing: border-box;
}
.gnb > div .depth_1 {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
}
.gnb > div .depth_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem 5.2rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
}
.gnb > div .depth_2 li {
    text-align: center;
}
.gnb > div .depth_2 li > a {
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #1D1D1D;
    font-weight: 400;
} */
.gnb {
    display: flex;
    flex-direction: row;
    height: 100%;
}
.gnb > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
}
.gnb > li:hover::after {
    content: '';
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    width: .6rem;
    height: .6rem;
    background: #FF2C5E;
    border-radius: 100%;
}
.gnb > li > .depth_1 {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
}
.gnb .depth_2 {
    display: none;
    position: absolute;
    top: 7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 17rem;
    padding: 3rem 5rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
}
.gnb > li.on .depth_2 {display: inline-block;}
.gnb .depth_2 > li {
    text-align: center;
}
.gnb .depth_2 > li > a {
    display: inline-block;
    padding: .9rem 0;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 400;
    color: #1D1D1D;
}
.gnb .depth_2 > li:hover a {
    font-weight: 500;
    color: #FF2C5E;
    text-decoration: underline;
}
.menu_btn {
    width: 3.2rem;
}
.menu_btn button {
    width: 100%;
}
.menu_btn button img {
    max-width: 100%;
}
/* site map */
.sitemap-bg {
    display: none;
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,30%);
}
.sitemap-bg.open {
    display: inline-block;
}
.sitemap-cont {
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60rem;
    background: #fff url(/inc/user/resource/image/common_/bg-menu.png) no-repeat center bottom;
    background-size: contain;
}
.sitemap-inner {
    position: relative;
    max-width: 140rem;
    height: 100%;
    margin: 0 auto;
}
.sitemap-cont .sitemap_btn {
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: 3.2rem;
    height: 3.2rem;
}
.sitemap-cont .sitemap_btn button {
    width: 100%;
    height: 100%;
}
.sitemap-cont .sitemap_btn button img {
    width: 100%;
    height: 100%;
}
.list-unstyled {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 8.8rem;
}
.list-unstyled .menu-item {
    text-align: center;
}
.list-unstyled .menu-item > p {
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 150%;
    color: #1D1D1D;
    font-weight: bold;
}
.list-unstyled .sub-menu li {
    text-align: center;
}
.list-unstyled .sub-menu li > a {
    display: inline-block;
    padding: 1.1rem 10rem;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 150%;
    color: #555555;
    font-weight: 400;
}
.list-unstyled .sub-menu li:hover > a {
    color: #FF2C5E;
    font-weight: 500;
    text-decoration: underline;
}
.list-unstyled li:hover p::after {
    content: '';
    position: absolute;
    top: -0.5rem;
    right: -2rem;
    width: .6rem;
    height: .6rem;
    background: #FF2C5E;
    border-radius: 100%;
}

/* content */

/* footer */
footer {
    height: 21rem;
    border-top: 5px solid #233762;
    background: #ebebeb;
}
footer .img_wrap {
    width: 27.4rem;
    height: auto;
    margin: 5rem auto 2.8rem;
    text-align: center;
}

footer .img_wrap img {
    width: 100%
}
footer > p {
    font-size: 1.6rem;
    text-align: center;
    opacity: 0.8;
    line-height: 2.4rem;
}
footer > p > span {
    font-size: 1.6rem;
    font-weight: 600;
}
footer p span br {
    display: none;
}
footer p span:nth-of-type(n+2) {
    margin-left: 1rem;
}
footer p .copyright {
    font-weight: 400;
}

/* ===================================================== responsive ===================================================== */

@media (max-width:1400px) {
    .header_inner {
        padding: 0 1.4rem;
        box-sizing: border-box;
    }
}

@media (max-width:1024px) {
    .gnb {
        display: none;
    }
}
@media screen and (max-width:720px) {
    /* header */
    header {
        height: 7rem;
    }
    .logo_top {
        width: 16rem;
        height: 2rem;
    }
    .menu_btn {
        width: 2.6rem;
    }
    /* gnb */
    .sitemap-bg {
        height: 100vh;
    }
    .sitemap-cont {
        left: auto;
        right: 0;
        width: 83.3%;
        height: 100vh;
        z-index: 3;
        background: #fff;
    }
    .sitemap-cont .sitemap_btn {
        right: 1.9rem;
        width: 1.8rem;
        height: 1.8rem;
        z-index: 2;
    }
    .list-unstyled {
        position: relative;
        padding-top: 5.4rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .list-unstyled::before {
        content: '';
        position: absolute;
        top: 5.2rem;
        right: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #E4E6F2;
    }
    .list-unstyled .menu-item {
        width: 100%;
        text-align: left;
    }
    .list-unstyled .menu-item > p {
        width: 100%;
        padding: 2rem 1.8rem;
        margin-bottom: 0;
        background: url(/inc/user/resource/image/common_/icon-menu--arrowDown.png) no-repeat center right 2.5rem;
        text-align: left;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .list-unstyled .menu-item.on > p {
        padding: 2rem 1.8rem;
        margin-bottom: 0;
        background: url(/inc/user/resource/image/common_/icon-menu--arrowDown.png) no-repeat center right 2.5rem;
    }
    .list-unstyled li:hover p::after {
        display: none;
    }
    .list-unstyled .sub-menu {
        display: none;
        padding: .9rem 0;
        border-top: 1px solid #E4E6F2;
        border-bottom: 1px solid #E4E6F2;
        background: #F6F5FF;
    }
    .list-unstyled .menu-item.on .sub-menu {
        display: inline-block;
    }
    .list-unstyled .sub-menu li {
        text-align: left;
    }
    .list-unstyled .sub-menu li > a {
        width: 100%;
        padding: .9rem 1.8rem;
        font-size: 1.4rem;
    }
    /* footer */
    footer {
        height: 14.6rem;
    }
    footer .img_wrap {
        width: 14.2rem;
        margin: 2.1rem auto 1.5rem;
    }
    footer > p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    footer > p > span {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    footer p span br {
        display: inline-block;
    }
    footer p .copyright {
        display: inline-block;
        margin-top: 1rem;
    }
}

/** 반응형 테블릿 **/
@media (max-width: 1200px) {
    html, body {
      font-size: 52.0833333333%;
    }
  }
  @media (max-width: 1024px) {
    html, body {
      font-size: 44.6428571429%;
    }
  }
  @media (max-width: 900px) {
    html, body {
      font-size: 39.0625%;
    }
  }

/** 반응형 모바일 **/
@media (max-width: 720px) {
    html, body {
      font-size: 62.5%;
    }
  }