@charset "utf-8";

#wrap {
    width: 100%;
    overflow: hidden
}

.layout {
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* .layout_t1 { height: auto; max-width:1400px; margin:0 auto; } */
@media(max-width: 1024px) {
    body.on #wrap {
        position: fixed;
    }
}

#header {
    border-bottom: 1px solid #c1c3c6;
    height: 136px;
}

#header .ht_util {
    height: 100%;
    position: relative;
    height: 44px;
    border-bottom: 1px solid #dedede;
}

#header .ht_util .link-item {
    height: 100%;
    border-left: 1px solid #e0e6f0;
    padding: 11px 15px;
    float: left;
    position: relative;
}

#header .ht_util .link-item:hover,
#header .ht_util .link-item:focus {
    background: #fafafa;
}

#header .ht_util .link-item a,
#header .ht_util .link-item button {
    font-size: 15px;
    color: #515151;
}

#header .ht_util .link-item a:hover,
#header .ht_util .link-item a:focus,
#header .ht_util .link-item button:hover,
#header .ht_util .link-item button:focus {
    text-decoration: underline;
}

#header .ht_util .link-item .logo-img {
    display: inline-block;
    width: 29px;
    height: 16px;
    background: url(/images/common/layout/ht_util_logo.png) no-repeat;
    margin-right: 7px;
}

#header .ht_util .link-item .icon-arr {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(/images/common/layout/ht_util_arr.png) no-repeat;
    margin-left: 5px;
}

#header .ht_util .util_group {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #dedede;
}

#header .ht_util .util_group .arrow {
    vertical-align: -13px;
    margin-left: 5px;
    border: 5px solid transparent;
    border-top-color: #dadada
}

#header .ht_util .util_group .dropdown-menu {
    z-index: 9999;
}

#header .logo {
    float: left;
    margin: 19px 0 0 25px;
    width: 150px;
    height: 53px;
    position: relative;
    z-index: 99;
}

#header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#header .hr_util {
    float: right;
    margin: 14px 25px 0 0;
    position: relative;
    z-index: 99;
}

#header .hr_util > a {
    width: 94px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 600px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-weight: 300;
    margin-left: 4px;
}

#header .hr_util .login_btn {
    background: #164b9e;
}

#header .hr_util .join_btn {
    background: #4175c7;
}

#header .hr_util .btn:hover,
#header .hr_util .btn:focus {
    background: #04a676;
}

#header .hr_util .btn1:hover,
#header .hr_util .btn1:focus {
    background: #164B9E;
}

#header .hr_util .btn2:hover,
#header .hr_util .btn2:focus {
    background: #04a676;
}

#header .hr_util .sitemap_btn {
    width: 57px;
    height: 57px;
    background: #72787b;
    position: relative;
}

#header .hr_util .search_btn {
    width: 57px;
    height: 57px;
    background: #4877cd;
    position: relative;
}

#header .hr_util .number_info {
	display: inline-block;
	margin-right: 7px;
}

#header .hr_util .Mypage_btn1 {
    width: 57px;
    height: 57px;
    background: #04a676;
    position: relative;
}

#header .hr_util .sitemap_btn .icon {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -10px;
    background: url(/images/common/layout/sitemap.png) no-repeat;
    width: 20px;
    height: 20px;
}

#header .hr_util .Mypage_btn1 .icon1 {
    position: absolute;
    top: 40%;
    margin-top: -7px;
    left: 50%;
    margin-left: -10px;
    background: url(/images/common/layout/Mypage.png) no-repeat;
    width: 30px;
    height: 30px;
}

#header .hr_util .icon2 {
    position: absolute;
    top: 45%;
    margin-top: -7px;
    left: 50%;
    margin-left: -10px;
    background: url(/images/common/layout/search.png) no-repeat;
    width: 30px;
    height: 30px;
}

/* GNB메뉴 */
#gnb_wrap {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 9;
}

#gnb_wrap.active {
    border-bottom: 3px solid #04a264;
}

#gnb {
    overflow: hidden;
    height: 88px;
    text-align: center
}

#gnb .tm {
    display: inline-block;
    height: 100%;
    text-align: center
}

#gnb .tm > li {
    height: 100%;
    float: left;
}

#gnb .tm > li > a {
    position: relative;
    height: 100%;
    display: block;
    padding: 0 50px
}

#gnb .tm > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
    background: #b5b5b5;
    width: 1px;
    height: 19px;
    transform: rotate(31deg);
}

#gnb .tm > li:first-child > a:before {
    display: none
}

#gnb .tm > li:first-child > a .sprity-gnb {
    display: none
}

#gnb .tm .depth_1 {
    padding-top: 29px;
    font-weight: 900;
    font-size: 24px;
    color: #000;
    position: relative;
    letter-spacing: -1px;
}

#gnb .tm .depth_1.active {
    text-decoration: underline;
}

#gnb_wrap.active #gnb .tm .depth_1.current:after {
    content: '';
    display: block;
    border: 11px solid transparent;
    border-bottom-color: #04a264;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}

#gnb .tm .depth_1 .sprity-gnb {
    vertical-align: -6px;
    margin: 0 20px 0 25px
}

#gnb .tm .depth_2 {
    text-align: left
}


/* GNB 서브메뉴 */
.gnbSubM {
    display: none;
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    z-index: 9998;
    text-align: left;
    /*border-top: 3px solid #04a264; */
    background: #fff;
}

.gnbSubM:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #04a264;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .gnbSubM:after {
        height: 3.5px;
    }
}

.gnbSubM .gnbSub {
    position: relative;
    padding: 26px 20px 26px 300px;
    background: #fff;
}

.gnbSubM .gnbSub > .gnbS_tit {
    position: absolute;
    width: 190px;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 26px;
    text-align: center;
}

.gnbSubM .gnbSub > .gnbS_tit strong {
    display: block;
    font-family: "NanumSquareRound", sans-serif;
    font-size: 30px;
    color: #555;
    line-height: 34px;
    font-weight: 600;
}

.gnbSubM .gnbSub > .gnbS_tit strong:after {
    content: "";
    display: block;
    margin: 23px auto 0;
    background: url(/images/common/layout/icon_gnbSub.png) no-repeat;
    position: absolute;
    bottom: 2px;
    width: 140px;
    height: 134px;
    left: 25px;
}

.gnbSubM .gnbSub > ul {
    background: #fff;
    width: 102%;
    overflow: hidden;
    min-height: 180px
}

.gnbSubM .gnbSub > ul > li {
    float: left;
    width: calc((100% - 85px) / 4);
    margin: 0 1.5% 16px 0;
}

.gnbSubM .gnbSub > ul > li:first-child {
    margin-left: 0
}

.gnbSubM .gnbSub > ul > li > a {
    display: block;
    padding: 14px 7px 14px 23px;
    font-size: 16px;
    color: #606060;
    letter-spacing: 0.02em;
    background: #fff;
    border: 1px solid #e3e3e3;
    font-weight: 500;
    position: relative;
}

.gnbSubM .gnbSub > ul > li > a:after,
.gnbSubM .gnbSub > ul > li > ul > li > a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -2px;
}

.gnbSubM .gnbSub > ul > li > a:after {
    background: #d1d1d1;
}

.gnbSubM .gnbSub > ul > li > a:focus,
.gnbSubM .gnbSub > ul > li > a:hover,
.gnbSubM .gnbSub > ul > li > a.ov {
    color: #fff;
    background: #04a264;
}

.gnbSubM .gnbSub > ul > li > a:focus:after,
.gnbSubM .gnbSub > ul > li > a:hover:after,
.gnbSubM .gnbSub > ul > li > a.ov:after {
    background: #fff;
}

.gnbSubM .gnbSub > ul > li > ul {
    margin-top: 3px;
}

.gnbSubM .gnbSub > ul > li > ul > li > a {
    display: block;
    font-size: 15px;
    color: #606060;
    letter-spacing: -0.01em;
    padding: 4px 0 4px 27px;
    border: 1px solid transparent;
    position: relative;
    font-weight: 500;
}

.gnbSubM .gnbSub > ul > li > ul > li > a:after {
    border: 1px solid #c6c6c6;
}

.gnbSubM .gnbSub > ul > li > ul > li > a.on,
.gnbSubM .gnbSub > ul > li > ul > li > a:hover,
.gnbSubM .gnbSub > ul > li > ul > li > a:focus {
    text-decoration: underline;
    color: #007b4b;
}

.gnbSubM .gnbSub > ul > li > ul > li > a.on:after,
.gnbSubM .gnbSub > ul > li > ul > li > a:hover:after,
.gnbSubM .gnbSub > ul > li > ul > li > a:focus:after {
    background: #007b4b;
    border: 1px solid #007b4b;
}

@media(min-width:1025px) and (max-width:1119px) {
    .gnbSubM .gnbSub > ul > li > a {
        padding: 10px 7px 10px 23px;
        font-size: 15px;
        letter-spacing: 0.1px;
    }
}




/* 모바일메뉴 */
.mMenu_btn {
    width: 56px;
    height: 56px;
    background: url(/images/common/layout/huyang-head.png);
    background-position: -0px -286px
}

#mMenu {
    display: none;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 280px;
    z-index: 999;
    background: #fff
}

#mMenu .mMenu_top {
    position: relative;
    width: 100%;
    height: 70px
}

#mMenu .mMenu_top .mMenu_logo {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -19px;
    display: block;
    width: 118px
}

#mMenu .mMenu_top .mMenu_logo {
    width: 110px;
    height: 39px;
}

#mMenu .mMenu_mem {
    background: #3a4ca6;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

#mMenu .mMenu_mem ul {
    overflow: hidden
}

#mMenu .mMenu_mem ul li {
    float: left;
    width: 50%;
    text-align: center;
    border-left: 1px solid #6170b9
}

#mMenu .mMenu_mem ul li:first-child {
    border-left: 0
}

#mMenu .mMenu_mem ul li a {
    display: block;
    padding: 13px 0;
    color: #fff
}

#mMenu .mMenu_list {
    height: calc(100% - 119px);
    overflow-y: auto;
    background: #fff
}

#mMenu .mMenu_list > li {
    border-bottom: 1px solid #e2e2e2
}

#mMenu .mMenu_list > li > a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    font-size: 17px
}

#mMenu .mMenu_list > li > a.on {
    color: #293b96
}

#mMenu .mMenu_list > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 18px;
    height: 9px;
    background: url(/images/common/layout/bul_menu_arrow.png) no-repeat;
    background-size: 18px 9px;
    transition: all .3s
}

#mMenu .mMenu_list > li > a.on:after {
    transform: rotate(180deg)
}

#mMenu .mMenu_list > li > ul {
    display: none;
    background: #eef1fb;
    padding: 0;
    border-top: 1px solid #e2e2e2
}

#mMenu .mMenu_list > li > ul > li {}

#mMenu .mMenu_list > li > ul > li:first-child {
    margin-top: 0
}

#mMenu .mMenu_list > li > ul > li > a {
    position: relative;
    padding: 10px 30px 10px 27px;
    font-size: 16px;
    display: block;
    background: url(/images/common/layout/bg_allM_plus.png) right 15px center no-repeat;
    background-size: 10px;
    transition: none;
    border-top: 1px solid #ddd
}

#mMenu .mMenu_list > li > ul > li:first-child > a {
    border-top: 0
}

#mMenu .mMenu_list > li > ul > li > a.on {
    color: #293b96;
    background: url(/images/common/layout/bg_allM_min.png) right 15px center no-repeat;
    background-size: 10px
}

#mMenu .mMenu_list > li > ul > li > a.empty,
#mMenu .mMenu_list > li > ul > li > a.on.empty {
    background: none
}

#mMenu .mMenu_list > li > ul > li > a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 15px;
    top: 18px;
    background: url(/images/common/layout/bul_allm_sub.png) center center no-repeat
}

#mMenu .mMenu_list > li > ul > li > ul {
    display: none;
    background: #fff;
    padding: 7px 0 7px 20px;
    border-top: 1px solid #ddd
}

#mMenu .mMenu_list > li > ul > li > ul > li {}

#mMenu .mMenu_list > li > ul > li > ul > li:first-child {}

#mMenu .mMenu_list > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 6px 0 6px 12px;
    font-size: 15px
}

#mMenu .mMenu_list > li > ul > li > ul > li > a.on {
    color: #586dc4;
    text-decoration: underline
}

#mMenu .mMenu_list > li > ul > li > ul > li > a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-left: 1px solid #6170b9;
    border-bottom: 1px solid #6170b9
}

#mMenu .mMenu_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/common/layout/btn_menu_close.png) no-repeat;
    background-size: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    text-indent: -9999px
}

#mMenu .util_group:after {
    content: "";
    display: block;
    clear: both;
}

#mMenu .util_group > li {
    border: 1px solid #ddd;
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    border-right: 0;
    border-bottom: 0;
}

#mMenu .util_group > li > a,
#mMenu .util_group > li > button {
    display: block;
    width: 100%;
    line-height: inherit;
    padding: 5px 0;
}

#mMenu .util_group > li:last-of-type {
    width: 100%;
}

#mMenu .link-item.dropdown:nth-last-child(2) .dropdown-menu {
    width: 200%;
    left: -140px;
}

#mMenu .ht_util .link-item .icon-arr {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(/images/common/layout/ht_util_arr.png) no-repeat;
    margin-left: 5px;
}

@media all and (max-width:1500px) {
    #gnb .tm > li > a {
        padding: 0 20px
    }
}

@media all and (max-width:1200px) {
    #header .logo {
        background-size: 100%;
        margin-top: 18px;
    }

    #gnb .tm .depth_1 {
        font-size: 20px;
        padding-right: 12px;
        padding-left: 12px;
    }

    #header .hr_util > a {
        width: 76px;
    }
    
    #header .hr_util .number_info {
        width: 180px;
        margin-top: 5px;
        margin-right: 0;
    }
}

@media all and (max-width:1024px) {
    #gnb_wrap {
        display: none;
    }

    #gnb .tm > li > a {
        padding: 0 15px
    }

    #gnb .tm {
        width: 100%
    }

    #gnb .tm > li {
        width: 33.3%;
        margin-left: 0
    }

    #gnb .tm > li > a {
        padding: 31px 0 0
    }

    #gnb .tm .depth_1 {
        padding-top: 31px;
        font-size: 19px
    }

    #gnb .tm > li > a:before {
        left: -8px;
        margin-top: -15px
    }

    #siteMap {
        display: none !important
    }
}

@media (min-width: 1025px) {

    #mMenu,
    .blind {
        display: none !important;
    }
}

@media all and (max-width:780px) {
    #header {
        height: auto;
    }

    #header:after {
        content: "";
        display: block;
        clear: both;
    }

    #header .logo {
        width: 110px;
        height: 39px;
        margin: 10px 0 10px 10px;
    }

    #header .hr_util {
        margin: 10px 10px 0 0
    }

    #header .hr_util {
        margin: 10px 10px 0 0
    }
    
    #header .hr_util .number_info {
        margin-top: 0;
        width: 140px;
    }
    
    #gnb {
        display: none
    }

    #header .ht_util {
        display: none;
    }

    #header .hr_util > a {
        width: 37px !important;
        height: 37px !important;
    }

    .mMenu_btn {
        display: inline-block;
        background-position: 0 -441px
    }

    #header .hr_util .login_btn,
    #header .hr_util .join_btn {
        display: none;
    }
}

@media all and (max-width:400px) {
	#header .hr_util .number_info {
        display: none;
    }
}

/*** 사이트맵 ***/
#siteMap {
    display: none;
    position: absolute;
    left: 0;
    top: 132px;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff url(/images/common/layout/bg_menu.gif) center center repeat-y;
    z-index: 999;
}

#siteMap .layout {
    position: relative
}

.sitemap_list {}

.sitemap_list > li {
    position: relative;
    padding: 0 0 0 17.5%;
    background: #fff;
    min-height: 40px
}

.sitemap_list > li > .sitem_tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 14.5%;
    height: 100%;
    background: #f9f9fb;
    padding-top: 8px
}

.sitemap_list > li > .sitem_tit > strong {
    display: block;
    font-size: 18px;
    color: #444;
    padding: 7px 5px 7px 39px;
    margin-left: 12px;
    font-weight: normal
}

.sitemap_list > li > .sitem_tit.t01 > strong {
    background: url(/images/common/layout/icon_allm_01.png) 5px 5px no-repeat
}

.sitemap_list > li > .sitem_tit.t02 > strong {
    background: url(/images/common/layout/icon_allm_02.png) left 7px no-repeat
}

.sitemap_list > li > .sitem_tit.t03 > strong {
    background: url(/images/common/layout/icon_allm_03.png) 4px 7px no-repeat
}

.sitemap_list > li > .sitem_tit.t04 > strong {
    background: url(/images/common/layout/icon_allm_04.png) left 7px no-repeat
}

.sitemap_list > li > .sitem_tit.t05 > strong {
    background: url(/images/common/layout/icon_allm_05.png) 2px 7px no-repeat
}

.sitemap_list > li > ul {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #d5d5db
}

.sitemap_list > li > ul > li {
    float: left;
    width: 13%;
    margin-left: 1.28571428571429%
}

.sitemap_list > li > ul > li:first-child {
    margin-left: 0
}

.sitemap_list > li > ul > li > a {
    display: block;
    padding: 6px;
    font-size: 16px;
    color: #444;
    letter-spacing: 0.02em;
    border: 1px solid transparent
}

.sitemap_list > li > ul > li > a:hover,
.sitemap_list > li > ul > li > a.ov {
    border: 1px solid #586dc4;
    color: #2c37a4
}

.sitemap_list > li > ul > li > ul {
    margin-left: 9px
}

.sitemap_list > li > ul > li > ul > li {
    margin-top: 4px;
    padding-left: 10px;
    background: url(/images/common/layout/bul_allm_sub.png) left 8px no-repeat
}

.sitemap_list > li > ul > li > ul > li:first-child {
    margin-top: 2px
}

.sitemap_list > li > ul > li > ul > li > a {
    display: block;
    font-size: 15px;
    color: #606060;
    letter-spacing: -0.01em
}

.sitemap_list > li > ul > li > ul > li > a.on,
.sitemap_list > li > ul > li > ul > li > a:hover {
    color: #586dc4
}

.sitemap_close {
    position: absolute;
    right: 6px;
    top: 20px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background: none
}

.sitemap_close:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    background: url(/images/common/layout/icon_allm_close.png) center center no-repeat;
    background-size: 24px;
    transition: all .3s
}

.sitemap_close:hover:before {
    transform: rotate(180deg)
}

@media all and (max-width:1100px) {
    .sitemap_list > li {
        padding: 0 0 0 177px
    }

    .sitemap_list > li > .sitem_tit {
        width: 157px
    }
}

@media all and (max-width:1000px) {
    .sitemap_list {
        padding-right: 42px
    }

    .sitemap_list > li > ul > li {
        width: 23%;
        margin-left: 2%;
        margin-bottom: 10px
    }

    .sitemap_list > li > ul > li:first-child {
        margin-left: 0
    }

    f .sitemap_list > li > ul > li:first-child + li + li + li + li {
        clear: both;
        margin-left: 0
    }

    .sitemap_list > li > ul > li > a {
        letter-spacing: -0.05em
    }
}

@media all and (max-width:880px) {
    #siteMap {
        top: 120px
    }
}

@media all and (max-width:740px) {
    .sitemap_list > li > ul > li {
        width: 100%;
        margin: 5px 0 0
    }

    .sitemap_list > li > ul > li:first-child {
        margin-top: 0
    }

    .sitemap_list > li > ul > li > ul {
        display: none;
        padding: 5px 0;
        overflow: hidden
    }

    .sitemap_list > li > ul > li > a {
        padding: 7px 27px 7px 7px;
        background: url(/images/common/layout/bg_allM_plus.png) right 7px center no-repeat;
        transition: none;
        border: 1px solid #fff
    }

    .sitemap_list > li > ul > li > a.on {
        background: url(/images/common/layout/bg_allM_min.png) right 7px center no-repeat
    }

    .sitemap_list > li > ul > li > a.empty {
        background: none
    }

    .sitemap_list > li > ul > li > ul > li {
        float: left;
        width: 50%
    }

    .sitemap_list > li > ul > li > ul > li > a {
        font-size: 14px
    }

    .sitemap_close {
        top: 6px
    }
}

@media all and (min-width:741px) {
    .sitemap_list > li > ul > li > ul {
        display: block !important
    }
}

@media all and (max-width:640px) {
    #siteMap {
        top: 69px
    }
}

@media all and (max-width:580px) {
    .sitemap_list > li > ul > li > ul > li {
        width: 100%
    }
}

@media all and (max-width:450px) {
    .sitemap_list > li {
        padding: 0 0 0 120px
    }

    .sitemap_list > li > .sitem_tit {
        width: 110px
    }

    .sitemap_list > li > .sitem_tit > strong {
        padding: 7px 5px;
        margin-left: 10px
    }

    .sitemap_list > li > .sitem_tit.t01 > strong,
    .sitemap_list > li > .sitem_tit.t02 > strong,
    .sitemap_list > li > .sitem_tit.t03 > strong,
    .sitemap_list > li > .sitem_tit.t04 > strong,
    .sitemap_list > li > .sitem_tit.t05 > strong {
        background: none
    }
}



/***footer***/
#footer {
    position: relative;
    background: #3f4658;
    padding: 58px 0;
}

#footer * {
    color: #fff;
    font-weight: normal;
}

#footer .layout {
    display: flex;
    justify-content: center;
}

#footer .foot_right {
    display: flex;
}

#footer .foot_right .inner {
    width: 477px;
}

#footer .foot_right * {
    font-size: 14px;
}

#footer .foot_right .foot_list {
    overflow: hidden;
    padding-bottom: 14px;
}

#footer .foot_right .foot_list li {
    float: left;
    padding: 0 13px;
    position: relative;
}

#footer .foot_right .foot_list li:not(:first-of-type):after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    background: #9a9a9a;
    top: 5px;
    left: 0px;
    transform: rotate(29deg);
}

#footer .foot_right .foot_list li:first-child {
    padding-left: 0;
    background: none
}

#footer .foot_right .foot_list li a:hover {
    text-decoration: underline
}

#footer .foot_right address .mail {
    padding: 0 10px;
}

#footer .foot_right address .addr2 {
    padding-left: 0;
    background: none;
    display: block;
}

#footer .foot_right address > * {
    margin-top: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 100;
}

#footer .foot_right .sns {
    display: flex;
}

#footer .foot_right .sns:after {
    content: "";
    display: block;
    clear: both;
}

#footer .foot_right .sns li {
    float: left;
    margin-right: 5px;
}

#footer .foot_right .sns li:nth-child(-n+2) {
    margin-bottom: 4px;
}

#footer .foot_right .sns a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

#footer .foot_right .sns a.blog {
    background: url(/images/common/layout/foot-sns01.png) no-repeat;
}

#footer .foot_right .sns a.facebook {
    background: url(/images/common/layout/foot-sns02.png) no-repeat;
}

#footer .foot_right .sns a.youtube {
    background: url(/images/common/layout/foot-sns03.png) no-repeat;
}

#footer .foot_right .sns a.instagram {
    background: url(/images/common/layout/foot-sns04.png) no-repeat;
}

#footer .foot_right .sns a.kakao {
    background: url(/images/common/layout/foot-sns05.png) no-repeat;
}

#footer .foot_right .dropdown {
    border: 1px solid #797e8a;
    text-align: left;
    width: 216px;
    margin-bottom: 25px;
}

#footer .foot_right .dropdown > .btn {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 17px 16px;
    background: url(/images/common/layout/footer_dropdown.png) no-repeat 92% center;
}

#footer .foot_right .dropdown .dropdown-menu {
    bottom: 40px;
    top: auto;
}

#footer .foot_right .dropdown .dropdown-menu a {
    color: #000;
}

#footer .foot_left {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 74px;
    margin-right: 74px;
}

#footer .foot_left > *:not(:first-child) {
    margin-left: 40px;
}

#footer .foot_left .qna {
    display: flex;
}

#footer .foot_left .qna li {
    position: relative;
    padding-top: 59px;
}

#footer .foot_left .qna li:first-of-type {
    margin-right: 36px;
}

#footer .foot_left .qna li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#footer .foot_left .qna li:first-of-type:after {
    background: url(/images/common/layout/foot-ico01.png) no-repeat;
    width: 135px;
    height: 103px;
    top: -30px;
    left: 65px;
}

#footer .foot_left .qna li:nth-child(2):after {
    background: url(/images/common/layout/foot-ico02.png) no-repeat;
    width: 120px;
    height: 83px;
    top: -23.4px;
    left: 44px;
}

#footer .foot_left .qna li a {
    border: 1px solid rgba(255, 255, 255, 0.47);
    border-radius: 600px;
    padding: 10px 18px;
    display: inline-block;
    /* min-width: 148px; */
}

#footer .foot_left .qna li a i {
    display: inline-block;
    background: url(/images/common/layout/foot-arr.png) no-repeat;
    width: 7px;
    height: 14px;
    margin-left: 12px;
    vertical-align: middle;
}

#footer .foot_left .tel a {
    color: #27ec80;
    font-size: 33px;
    font-weight: 600;
    display: block;
    padding: 15px 0;
}


@media all and (max-width:1500px) {
    #footer .foot_left {
        padding-right: 15px;
        margin-right: 15px;
    }
}

@media all and (max-width:1200px) {
    #footer {
        padding: 15px 25px;
    }

    #footer .layout {
        display: block;
        padding: 0;
    }

    #footer .foot_left {
        margin: 30px 0 14px 0;
        border-right: 0;
    }

    #footer .foot_right .inner {
        width: 88%;
    }

    #footer .foot_right .dropdown {
        position: absolute;
        top: 40px;
    }
}

@media all and (max-width:780px) {
    #footer .foot_left {
        display: block;
        justify-content: center;
        margin-top: 38px;
        text-align: center;
        padding-right: 0;
        width: 100%;
    }

    #footer .foot_left > *:not(:first-child) {
        margin-left: 0;
    }

    #footer .foot_left .qna {
        margin-bottom: 20px;
        justify-content: center;
    }

    #footer .foot_left .tel,
    #footer .foot_right .sns {
        display: inline-block;
        vertical-align: middle;
    }

    #footer .foot_left .tel {
        margin-left: 0;
    }

    #footer .foot_right {
        width: 100%;
        border: 0;
        align-items: center;
    }

    #footer .foot_right .sns {
        margin-top: 15px;
    }

    #footer .foot_right .inner {
        text-align: center;
        width: 100%;
    }

    #footer .foot_right .foot_list {
        display: inline-block;
        padding-left: 0;
        padding-bottom: 3px;
    }

    #footer .foot_right .foot_list li a {
        font-size: 13px
    }

    #footer .foot_right {
        text-align: center;
        display: block;
    }

    #footer .foot_right address {
        font-size: 13px;
        text-align: center;
        padding-left: 0
    }

    #footer .foot_right address .copyright {
        font-size: 13px;
        text-align: center
    }

    #footer .foot_right address b.footer_logo {
        position: static;
        margin-top: 10px;
        display: block
    }

    #footer .foot_right .dropdown {
        position: relative;
        width: 100%;
        margin-top: -14px;
        margin-bottom: 50px;
    }
}

@media all and (max-width:480px) {
    #footer .foot_right .tel {
        display: block;
        width: 100%;
    }

    #footer .foot_right .sns {
        margin: 0;
        margin-top: 23px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #footer .foot_right .foot_list li {
        float: none;
    }

    #footer .foot_right .foot_list li:not(:first-of-type):after {
        display: none;
    }
}

/***navigator***/
#navigator {
    clear: both;
    position: relative;
    height: 50px;
    background-color: #f1f4f7;
    border-bottom: 1px solid #d6dbdf;
    z-index: 8;
}

#navigator .layout {
    position: relative
}

#navigator .layout:after {
    content: "";
    display: block;
    clear: both
}

#navigator .location {
    display: flex;
    height: 100%;
    border-right: 1px solid #d6dbdf;
}

#navigator .location:after {
    content: '';
    display: block;
    clear: both
}

#navigator .location li {
    font-weight: 100;
    height: 100%;
    font-size: 16px;
    border-right: 1px solid #d6dbdf;
    position: relative;
}

#navigator .location li .btn {
    min-width: 200px;
    display: block;
    height: 100%;
    padding: 0 50px 0 20px;
    text-align: left;
    line-height: 49px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.57);
    font-weight: 400;
}

#navigator .location li.dropdown .btn {
    min-width: 240px;
}

#navigator .location .arr-icon {
    background: url(/images/common/layout/location_arr.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}

#navigator .location .locate_home {
    text-align: center;
    background-color: #fff;
}

#navigator .location .locate_home .btn {
    padding: 0;
    width: 64px;
    border-left: 1px solid #d6dbdf;
}

#navigator .location .locate_home .icon {
    background: url(/images/common/layout/location_home.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -12px;
}


#navigator .location .locate_share {
    position: absolute;
    right: 0;
    right: 59px;
}

#navigator .location .locate_share .btn {
    min-width: 57px;
    border-left: 1px solid #d6dbdf;
}

#navigator .location .locate_share .icon {
    background: url(/images/common/layout/location_share.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    text-indent: 999999px;
}

#navigator .location .locate_share .share_close {
    background: url(/images/common/layout/share_close.png) no-repeat;
    background-size: 90% 90%;
    background-position: center center;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    text-indent: 999999px;
    display: none;
}


#navigator .location .locate_home .btn,
#navigator .location .locate_print .btn,
#navigator .location .locate_print .btn {
    min-width: inherit;
    padding: 0;
}

.share_open > a {
    position: absolute;
    width: 120px;
    height: 50px;
    float: left;
    left: -120px;
    top: 0px;
    padding: 11px;
    background: #fff;
    border: 1px solid #5468c7;
    display: none;
}

.share_open > a > img {
    float: left;
}

.share_open > a > p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #5468c7;
}






#navigator .location .locate_print {
    position: absolute;
    right: 0;
}

#navigator .location .locate_print .btn {
    width: 57px;
}

#navigator .location .locate_print .icon {
    background: url(/images/common/layout/location_print.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    text-indent: 999999px;
}

#navigator .location .locate_home .btn,
#navigator .location .locate_print .btn {
    min-width: inherit;
    padding: 0;
}

#navigator .location li .btn:hover {
    background: #dfe9f4;
}

#navigator .location li.locate_home .btn:hover {
    background: #04a676;
}

#navigator .location .locate_home .btn:hover .icon {
    background-position: 0px -28px;
}

@media(max-width: 1024px) {

    #navigator .location li .btn,
    #navigator .location li.dropdown .btn {
        min-width: auto;
        width: 100%;
        font-size: 14px;
    }

    #navigator {
        display: none;
    }
}

@media(max-width: 780px) {
    #navigator .location li:not(:first-of-type) {
        width: 27%;
    }

    #navigator .location li .btn {
        padding: 0px 24px 0 12px;
    }

    #navigator .location .arr-icon {
        right: 9px;
    }

    #navigator .location .locate_home {
        display: none;
    }

    #navigator .location .locate_print .btn {
        display: none;
    }

    #navigator {
        display: none;
    }
}


/*마이페이지*/

.myPage {
    display: none;
    position: absolute;
    top: 70px;
    right: 36px;
    width: 280px;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #04A676;
}

.myPage:after {
    content: '';
    position: absolute;
    top: -10.8px;
    left: 80%;
    margin-left: -7px;
    width: 15px;
    height: 10px;
    background: url(/images/common/layout/ut_top_menu_tarr.png)
}

.myPage .myPageTi {
    display: block;
    margin-left: 10px;
    margin-bottom: 15px
}

.myPage .myPageTi img {
    vertical-align: -7px;
    margin-right: 5px
}

.myPage .close_box {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(/images/common/layout/ut_top_menu_close.png)
}

.myPage .my_list {}

.myPage .my_list > li {
    margin-top: 5px;
}

.myPage .my_list > li:first-child {
    margin-top: 0
}

.myPage .my_list > li > a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    line-height: .7;
    background-color: #f2f5f8;
    color: #555d67;
}

.myPage .my_list > li > a.ov,
.myPage .my_list > li > a:hover {
    color: #0f52a6;
}

.myPage .my_list > li > a.ov {
    font-weight: 500
}


.myPage .my_list ul {
    display: none;
    margin-left: 10px;
    padding: 13px 15px;
    border-top: 1px solid #a1bae0;
    background-color: #e4eaf4
}

.myPage .my_list ul > li {
    padding-left: 10px;
}

.myPage .my_list ul > li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 5px;
    height: 2px;
    margin: 0 5px 0 -10px;
    background-color: #919db0;
}

.myPage .my_list ul > li > a {
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    color: #224895;
    height: 30px;
    line-height: 1.7;
    text-align: start;
    border-radius: 0;
    width: 96%;
}

.myPage .my_list ul > li > a:hover {
    color: #00A9ED;
}

.myPage .my_list .arr {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 11px;
    height: 6px;
    background: url(/images/common/layout/ut_top_menu_arr.png);
    transition: transform 300ms;
    -webkit-transition: transform 300ms;
}

.myPage .my_list > li > a.ov .arr {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .myPage {
        display: none;
        position: absolute;
        top: 120%;
        right: 36px;
        width: 280px;
        padding: 20px;
        background-color: #fff;
    }

    .myPage:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 80%;
        margin-left: -7px;
        width: 15px;
        height: 10px;
        background: url(/images/common/layout/ut_top_menu_tarr.png)
    }

    .myPage .myPageTi {
        display: block;
        margin-left: 10px;
        margin-bottom: 15px
    }

    .myPage .myPageTi img {
        vertical-align: -7px;
        margin-right: 5px
    }

    .myPage .close_box {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 30px;
        height: 30px;
        background: url(/images/common/layout/ut_top_menu_close.png)
    }

    .myPage .my_list {}

    .myPage .my_list > li {
        margin-top: 5px;
    }

    .myPage .my_list > li:first-child {
        margin-top: 0;
    }

    .myPage .my_list > li > a {
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 15px;
        padding: 15px;
        width: 100%;
        border-radius: 0;
        line-height: .7;
        background-color: #f2f5f8;
        color: #555d67;
    }

    .myPage .my_list > li > a.ov,
    .myPage .my_list > li > a:hover {
        color: #0f52a6
    }

    .myPage .my_list > li > a.ov {
        font-weight: 500
    }


    .myPage .my_list ul {
        display: none;
        margin-left: 10px;
        padding: 13px 15px;
        border-top: 1px solid #a1bae0;
        background-color: #e4eaf4
    }

    .myPage .my_list ul > li {
        padding-left: 10px;
        /* width: 100%!important; */
    }

    .myPage .my_list ul > li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        width: 5px;
        height: 2px;
        margin: 0 5px 0 -10px;
        background-color: #919db0;
    }

    .myPage .my_list ul > li > a {
        padding: 0;
        font-weight: 400;
        font-size: 15px;
        color: #224895;
        height: 30px;
        line-height: 1.7;
        text-align: start;
        border-radius: 0;
        width: 96% !important;
        ;
    }

    .myPage .my_list ul > li > a:hover {
        color: #00A9ED;
    }

    .myPage .my_list .arr {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 11px;
        height: 6px;
        background: url(/images/common/layout/ut_top_menu_arr.png);
        transition: transform 300ms;
        -webkit-transition: transform 300ms;
    }

    .myPage .my_list > li > a.ov .arr {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
}

@media screen and (min-width:641px) and (max-width:768px) {
    .myPage {
        display: none;
        position: absolute;
        top: 130%;
        right: 6px;
        width: 280px;
        padding: 20px;
        background-color: #fff;
    }
}

@media screen and (max-width:639px) {
    .myPage {
        display: none;
        position: absolute;
        top: 50px;
        right: 6px;
        width: 280px;
        padding: 20px;
        background-color: #fff;
    }

    .myPage:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 80%;
        margin-left: -7px;
        width: 15px;
        height: 10px;
        background: url(/images/common/layout/ut_top_menu_tarr.png)
    }

    .myPage .myPageTi {
        display: block;
        margin-left: 10px;
        margin-bottom: 15px
    }

    .myPage .myPageTi img {
        vertical-align: -7px;
        margin-right: 5px
    }

    .myPage .close_box {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 30px;
        height: 30px;
        background: url(/images/common/layout/ut_top_menu_close.png)
    }

    .myPage .my_list {}

    .myPage .my_list > li {
        margin-top: 5px;
    }

    .myPage .my_list > li:first-child {
        margin-top: 0;
    }

    .myPage .my_list > li > a {
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 15px;
        padding: 15px;
        width: 100%;
        border-radius: 0;
        line-height: .7;
        background-color: #f2f5f8;
        color: #555d67;
    }

    .myPage .my_list > li > a.ov,
    .myPage .my_list > li > a:hover {
        color: #0f52a6
    }

    .myPage .my_list > li > a.ov {
        font-weight: 500
    }


    .myPage .my_list ul {
        display: none;
        margin-left: 10px;
        padding: 13px 15px;
        border-top: 1px solid #a1bae0;
        background-color: #e4eaf4
    }

    .myPage .my_list ul > li {
        padding-left: 10px;
        /* width: 100%!important; */
    }

    .myPage .my_list ul > li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        width: 5px;
        height: 2px;
        margin: 0 5px 0 -10px;
        background-color: #919db0;
    }

    .myPage .my_list ul > li > a {
        padding: 0;
        font-weight: 400;
        font-size: 15px;
        color: #224895;
        height: 30px;
        line-height: 1.7;
        text-align: start;
        border-radius: 0;
        width: 96% !important;
        ;
    }

    .myPage .my_list ul > li > a:hover {
        color: #00A9ED;
    }

    .myPage .my_list .arr {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 11px;
        height: 6px;
        background: url(/images/common/layout/ut_top_menu_arr.png);
        transition: transform 300ms;
        -webkit-transition: transform 300ms;
    }

    .myPage .my_list > li > a.ov .arr {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
}

.util_group_right {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    padding-top: 3px;
    display: block;
}

.util_group_right > li {
    margin-right: 20px;
    float: left;
    height: 100%;
    line-height: 2.5;
    position: relative;
}

.util_group_right > li a {
    font-family: 'Noto Sans';
    font-size: 15px;
    color: #444444;
    font-weight: 600;
    padding-top: 10px;
    width: 100%;
}

/*
.util_group_right > li a:hover { text-decoration: underline; text-underline-position: under; text-decoration-color: red; } 
*/

.util_group_right > li a:hover::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    position: absolute;
    bottom: 9px;
    left: 23px;
    background: red;
}


.login_img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

/* 검색창 */
.top_search_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.top_search {
    display: none;
    width: 100%;
    height: 370px;
    top: 130px;
    z-index: 9999999;
    background: #4877cd;
    position: absolute;
}

.top_search_inner {
    position: relative;
    width: 70%;
    height: 370px;
    margin: 0 auto;
}

.top_search_inner > h3 {
    color: #fff;
    height: 160px;
    font-size: 34px;
    line-height: 4;
    text-align: center;
}

.top_search_inner > h3::after {
    background-image: url(/images/common/main/top_search01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    content: "";
    float: right;
    right: 23%;
    top: 30px;
    z-index: 999999999;
    width: 130px;
    height: 90px;
    display: block;
    position: absolute;
}

.input {
    position: relative;
    height: 80px;
    border-radius: 60px;
    width: 800px;
    background: #fff;
}

.input > label {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    line-height: 78px;
    font-weight: 500;
    font-size: 23px;
    font-weight: 600;
    padding-left: 15px;
    border-radius: 60px;
}

.input > input {
    width: 100%;
    height: 100%;
    text-indent: 0;
    padding-left: 40px;
    border-radius: 60px;
}

.input > button {
    position: absolute;
    top: 20px;
    right: 35px;
}

.top_search_close {
    position: absolute;
    top: 35px;
    right: 170px;
    width: 30px;
    height: 30px;
    background-image: url(/images/common/main/top_search_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .top_search {
        height: 320px;
        top: 63px;
    }

    .top_search_inner {
        position: relative;
        width: 75%;
        height: 300px;
        margin: 0 auto;
    }

    .top_search_inner > h3 {
        font-size: 34px;
        line-height: 3;
        height: 130px;
        margin-left: -20px;
    }

    .top_search_inner > h3::after {
        right: 7%;
        top: 5px;
    }

    .input {
        width: 100%;
    }

    .top_search_close {
        top: 25px;
        right: 50px;
    }
}

@media screen and (max-width:639px) {
    .top_search_wrap {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 999999;
        background: rgba(0, 0, 0, 0.3);
        display: none;
    }

    .top_search {
        display: none;
        width: 100%;
        height: 340px;
        top: 63px;
        z-index: 9999999;
        background: #4877cd;
        position: absolute;
    }

    .top_search_inner {
        position: relative;
        width: 90%;
        height: 300px;
        margin: 0 auto;
    }

    .top_search_inner > h3 {
        color: #fff;
        height: 160px;
        font-size: 25px;
        line-height: 9.5;
        text-align: center;
    }

    .top_search_inner > h3::after {
        background-image: url(/images/common/main/top_search01.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        content: "";
        float: right;
        right: 35%;
        top: 0px;
        z-index: 999999999;
        width: 130px;
        height: 90px;
        display: block;
        position: absolute;
    }

    .input {
        position: relative;
        height: 65px;
        border-radius: 60px;
        width: 100%;
        background: #fff;
    }

    .input > label {
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        line-height: 65px;
        font-weight: 500;
        font-size: 18px;
        font-weight: 600;
        padding-left: 15px;
        border-radius: 60px;
    }

    .input > input {
        width: 100%;
        height: 100%;
        text-indent: 0;
        padding-left: 40px;
        border-radius: 60px;
    }

    .input > button {
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .input > button > img {
        width: 25px;
        height: 25px;
    }

    .top_search_close {
        position: absolute;
        top: 85%;
        right: 45%;
        -webkit-transform: translateX(-40%);
        width: 30px;
        height: 30px;
        background-image: url(/images/common/main/top_search_close.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
}