@charset "utf-8";


input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {display: none;}

.layout {max-width: 1560px;margin: 0 auto}

@media all and (max-width:1560px) {
    .layout {padding: 0 15px;}
}
#wrap {width: 100%;min-width: 360px}

#header {
    z-index: 110;
    position: relative;
    height: 140px;
    background-color: #ebebf0;
}

#header .layout {
    position: relative
}

#header .header_top {
    height: 50px;
    padding-top: 10px;
    background-color: #3E4056;
}

#header .header_top a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

#header .header_top .right_button > ul > li a {
    display: inline-block;
    position: relative;
}

#header .header_top .right_button > ul > li a::after {
    content: "";
    position: relative;
    display: block;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .4s;
    margin: 0 auto;
}

#header .header_top .right_button > ul > li a:hover::after {
    width: 100%;
}

.zoom-element a::after {
    content: none !important;
}

#header .header_top a > img {
    width: 75px;
}

#header .header_top .ut_top_btn {
    display: inline-block;
    position: relative;
    top: -2px
}

#header .header_top .right_button {
    position: absolute;
    right: 0;
    top: 1px;
}

#header .header_top .right_button ul {
    /*display: inline-block;*/

    /* 온라인 도움말 추가 */
    display: inline-flex;
    align-items: center;
}

#header .header_top .right_button > ul > li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    color: #fff;
}

#header .header_top .right_button > ul > li.s_size {
    font-size: 17px;
    font-weight: 500;
}

#header .header_top .right_button > ul > li.s_size > span:nth-child(1) {
    margin-right: 15px;
}

/* 온라인 도움말 추가 */
#header .header_top .right_button > ul > li.on_helf i {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.zoom-btn a {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    align-items: center;
    border: 1px solid #ddd;
}

.zoom-btn:nth-child(1) {
    margin: 0 3px;
}

.zoom-btn:nth-child(1) a {
    background-image: url(../images/common/subt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}

.zoom-btn:nth-child(1) a:hover {
    background: #5CD14A url(../images/common/subt.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #fff;
}

.zoom-btn:nth-child(3) a:hover {
    background: #5CD14A url(../images/common/s_plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #fff;
}

.zoom-num {
    margin: 0 10px;
}

.zoom-btn:nth-child(3) a {
    background-image: url(../images/common/s_plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}

.zoom-element a {
    background: transparent;
}

#header .header_top .right_button > ul > li:not(:nth-last-child(1))::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8px;
    height: 53%;
    background: #cacaca;
}

#header .logo {
    z-index: 10;
    position: relative;
    float: left;
    padding-top: 20px;
    margin-right: 50px;
}

#header .logo a {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

#header .logo a:first-child {
    margin-left: 0;
}

#header .logo a > img {
    width: 225px;
    position: relative;
}

#header .ssss_link {
    display: none;
    position: absolute;
    right: 340px;
    top: 13px
}

#header .util_fixed {
    z-index: 102;
    position: relative;
    right: 54px;
    max-width: 1400px;
    margin: 0 auto;
}

#header .util {
    z-index: 101;
    position: absolute;
    top: 35px;
    right: 10px;
}

#header .util > div {
    float: left
}

#header .util .util_new_forest a {
    position: relative;
    top: -5px;
    display: block;
}

#header .util .util_search {
    margin-right: 10px;
    top: -15px;
    position: relative;
}

#header .util .util_search button {
    width: 48px;
    height: 48px;
    vertical-align: top
}

#header .util .util_search button.search_close {
    display: none;
}

#header .util .util_sitemap {
    margin-left: 10px;
    position: relative;
    display: none;
}

@media(max-width:1430px) {
    #header .header_top {
        padding: 8px 10px 0
    }

    #header .logo {
        margin-left: 10px;
        margin-right: 25px
    }

    #header .ssss_link {
        right: 330px
    }

    #header .util {
        margin-right: 10px
    }
}

@media all and (max-width:1380px) {
    #header .ssss_link {
        right: 325px
    }
}

@media(max-width:1270px) {
    #header .logo {
        margin-right: 2%
    }
}

@media all and (max-width:1230px) {
    #header .logo {
        margin-right: 1%
    }
}

@media all and (max-width:1200px) {
    #header .logo {
        margin-right: 2%
    }

    #header .ssss_link {
        display: none !important
    }
}

@media(max-width:1600px) {
    #header .logo {
        margin-right: 20px;
    }

    .layout {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media(max-width:1160px) {
    #header {
        height: 90px;
    }

    #header .header_top {
        display: none
    }

    #header .util .util_sitemap {
        display: block;
    }
}

@media(max-width:767px) {
    #header {
        height: 70px
    }

    #header .logo {
        padding-top: 17px
    }

    #header .logo > a > img {
        width: 120px;
        top: 5px;
    }

    #header .logo > a + a > img {
        width: 70px;
    }

    #header .util_fixed {
        padding-top: 0;
        top: 0;
        right: 43px
    }

    #header .util {
        top: 15px
    }

    #header .util .util_search button,
    #header .util .util_sitemap {
        width: 38px;
        height: 38px
    }
}

.mCloseBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-indent: -9999px
}

.mCloseBtn > span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/common/layer_dupClose.png) no-repeat;
    transition: all .3s
}

.mCloseBtn:hover > span {
    transform: rotate(180deg)
}

.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 89px;
    width: 100%;
    border-top: 2px solid #03969b;
    background-color: #f2f5f8;
    z-index: 99
}

.submenu .layout {
    position: relative;
    padding: 38px 0
}

.submenu .subTit {
    text-align: center
}

.navWrap {
    display: none
}

.navWrap .menuBtn {
    display: block;
    width: 27px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 30px;
    text-indent: -9999px
}

.navWrap .menuBtn:after {
    content: "";
    display: block;
    width: 27px;
    height: 23px;
    background: url(../images/layout/icon_util.png) no-repeat;
    background-position: -60px 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px
}

.navWrap #mMenu {
    display: none;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff
}

.navWrap #mMenu .mMenu_top {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #ddd
}

.navWrap #mMenu .mMenu_top .mMenu_logo {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 155px
}

#mMenu .mMenu_mem {
    text-align: center;
    background-color: #656670
}

#mMenu .mMenu_mem > ul {
    display: inline-block;
    overflow: hidden
}

#mMenu .mMenu_mem > ul > li {
    float: left;
    padding: 13px 10px 13px 0;
    text-align: center;
    margin-right: 10px
}

#mMenu .mMenu_mem > ul > li:nth-last-child(1) {
    margin-right: 0;
}

#mMenu .mMenu_mem > ul > li > a {
    display: inline-block;
    font-weight: 100;
    font-size: 17px;
    color: #fff
}

#mMenu .mMenu_mem > ul li a img {
    max-width: 19%;
    margin-right: 7px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

#mMenu .mMenu_mem ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #ddd
}

#mMenu .mMenu_list {
    position: relative;
    height: calc(100% - 110px);
    overflow-y: auto;
    background: #ebebf0 url(../images/layout/bg_mMenu.gif) repeat-y;
    background-size: 145px;
}

#mMenu .mMenu_list > ul > li {
    overflow: hidden
}

#mMenu .mMenu_list > ul > li > a {
    position: absolute;
    left: 0;
    display: block;
    width: 145px;
    height: 51px;
    font-weight: 500;
    padding: 14px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff
}

#mMenu .mMenu_list > ul > li > a.on {
    font-weight: 500;
    color: #333;
    background: #fff
}

#mMenu .mMenu_list ul li a[target="_blank"] img {
    margin: 2px 0 0 5px
}

#mMenu .mMenu_list > ul > li.m1 > a {
    top: 0
}

#mMenu .mMenu_list > ul > li.m2 > a {
    top: 51px
}

#mMenu .mMenu_list > ul > li.m3 > a {
    top: 102px
}

#mMenu .mMenu_list > ul > li.m4 > a {
    top: 153px
}

#mMenu .mMenu_list > ul > li.m5 > a {
    top: 204px
}

#mMenu .mMenu_list > ul > li.m6 > a {
    top: 255px;
}

#mMenu .mMenu_list > ul > li.m7 > a {
    top: 307px
}

#mMenu .mMenu_list > ul > li > ul {
    display: none;
    margin-left: 145px;
    overflow: hidden;
    background: #f2f5f8
}

#mMenu .mMenu_list > ul > li:first-child > ul {
    display: block
}

#mMenu .mMenu_list > ul > li > ul > li {
    border-top: 1px solid #ddd
}

#mMenu .mMenu_list > ul > li > ul > li:first-child {
    border-top-width: 0
}

#mMenu .mMenu_list > ul > li > ul > li > a {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 40px 14px 20px;
    min-width: 120px;
    background-color: #fff;
    color: #333
}

#mMenu .mMenu_list > ul > li > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 16px;
    height: 9px;
    background: url(../images/layout/mo_menu_arr.png) no-repeat 0 0 / cover;
    transform-origin: 50% 50%;
    transition: transform 150ms ease-out
}

#mMenu .mMenu_list > ul > li > ul > li > a.on:after {
    transform: rotate(180deg)
}

#mMenu .mMenu_list > ul > li > ul > li > a.empty:after {
    display: none
}

#mMenu .mMenu_list > ul > li > ul > li > a.on {
    color: #333;
}

#mMenu .mMenu_list > ul > li > ul > li:first-child > a {
    padding-top: 15px
}

/*#mMenu .mMenu_list>ul>li>ul>li:last-child>a{padding-bottom:10px}*/
#mMenu .mMenu_list > ul > li > ul > li > ul {
    padding: 15px 0 15px 20px;
    display: none;
    overflow: hidden;
    background: #ebebf0
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li {
    margin-top: 10px
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li:first-child {
    margin-top: 0
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 0 40px 0 12px;
    color: #333;
    /*    background: url(../images/layout/mo_child_bul.png) no-repeat 0 9px;*/
    font-size: 17px;
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #B1B1CC;
    border-radius: 100%;
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 16px;
    height: 9px;
    background: url(../images/layout/mo_menu_arr.png) no-repeat 0 0 / cover;
    transform-origin: 50% 50%;
    transition: transform 150ms ease-out;
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > a.on {
    padding: 0 40px 10px 12px
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > a.on:after {
    transform: rotate(180deg)
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > a.empty:after {
    display: none
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul {
    display: none
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li {
    /* margin-top:7px */
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > a {
    display: block;
    position: relative;
    color: #007d7f;
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding: 5px 0 5px 20px;
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #03a2a4;
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > a:after {
    content: "+";
    display: block;
    position: absolute;
    right: 19px;
    top: 50%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > a.empty:after {
    display: none
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > a.on {
    padding-bottom: 0
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > a.on:after {
    content: '-'
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > ul {
    display: none;
    padding: 5px 0 5px 13px;
    margin: 5px 5px 5px 7px;
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > ul > li {}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    color: #666
}

#mMenu .mMenu_list > ul > li > ul > li > ul > li > ul > li > ul > li > a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 1px;
    background-color: #999
}

#mMenu .mMenu_close {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/layout/icon_mMenu_close.png) no-repeat;
    background-size: 23px;
    position: absolute;
    top: 24px;
    right: 15px;
    text-indent: -9999px
}

#mMenu .mo_aside {
    margin-left: 120px;
    width: calc(100% - 120px);
    display: table;
    margin-top: 15px;
    border: solid #d7d7d7;
    border-width: 0 1px;
    background-color: #fff
}

#mMenu .mo_aside a {
    height: 80px;
    float: left;
    width: 50%;
    padding: 13px 4px 5px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #333;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    line-height: 13px;
}

#mMenu .mo_aside a:nth-child(3),
#mMenu .mo_aside a:nth-child(4) {
    border-bottom: 0
}

#mMenu .mo_aside a:nth-child(2n) {
    border-right-width: 0
}

#mMenu .mo_aside a img {
    display: block;
    margin: 0 auto 6px !important;
    max-width: none;
    height: 30px;
}

#mMenu .mo_aside.type_1 {
    width: 100%;
    margin-left: 0
}

#mMenu .sns_group {
    padding: 20px 0;
    margin-left: 120px;
    text-align: center
}

#mMenu .sns_group a {
    display: inline-block;
    margin-left: 5px
}

#mMenu .sns_group a:first-child {
    margin-left: 0
}

#location_wrap {
    position: relative;
    background: #f6f9fa;
    border-bottom: 1px solid #d6dbdf;
    z-index: 10;
    clear: both
}

#location_wrap:after {
    content: "";
    display: block;
    clear: both
}

#location_wrap .layout {
    background: #f6f9fa;
}

#location_wrap .bgC:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    width: 30%;
    background: #f6f9fa;
    z-index: -1
}

#location_wrap .layout:after {
    content: "";
    display: block;
    clear: both
}

#location_wrap .home {
    float: left;
    width: 70px;
    height: 52px;
    text-indent: -9999px;
    background: #f6f9fa url(../images/layout/icon_home.png) center center no-repeat;
    border-left: 1px solid #d4d4d4;
}

#location_wrap .location_menu {
    float: left
}

#location_wrap .location_menu > li {
    position: relative;
    float: left;
    border-right: 1px solid #d6dbdf
}

#location_wrap .location_menu > li:first-child {
    border-left: 1px solid #e5eaee
}

#location_wrap .location_menu > li > a {
    position: relative;
    display: block;
    padding: 0 50px 0 17px;
    min-width: 250px;
    height: 52px;
    line-height: 52px;
    background-color: #f6f9fa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*
#location_wrap .location_menu > li:first-child > a {
    width: 184px
}
*/
#location_wrap .location_menu > li.last > a {}

#location_wrap .location_menu > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -6px;
    width: 20px;
    height: 12px;
    background: url(../images/layout/icon_location_arrow.png) no-repeat;
    transition: all .3s
}

#location_wrap .location_menu > li > a.on {
    background-color: #fff;
    color: #111
}

#location_wrap .location_menu > li > a.on:after {
    transform: rotate(180deg)
}

#location_wrap .location_menu > li > ul {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 52px;
    padding-top: 1px
}

#location_wrap .location_menu > li > ul > li {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d6dbdf
}

#location_wrap .location_menu > li > ul > li:first-child {}

#location_wrap .location_menu > li > ul > li > a {
    position: relative;
    display: block;
    padding: 11px 17px;
    background: #e5eaee;
    word-break: keep-all
}

#location_wrap .location_menu > li > ul > li > a:hover {
    color: #4652d1;
    background: #fff
}

#location_wrap .location_menu > li > ul > li > a:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #00a591;
}

/*
.sns_shareBox {
    display: none;
    padding: 30px 20px 20px;
    position: absolute;
    right: 0;
    top: 46px;
    width: 262px;
    background: #fff;
    border: 1px solid #505050
}
.sns_shareBox strong {
    color: #323232;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px
}
.sns_shareBox .snsBtn {
    margin-top: 30px;
    border-top: 1px solid #d2d2d2;
    padding-top: 24px;
    text-align: center
}
.sns_shareBox .snsBtn a {
    display: inline-block;
    margin: 0 3px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background: url(../images/layout/icon_sns.gif) no-repeat
}
.sns_shareBox .snsBtn a.twitter {
    background-position: 0 0
}
.sns_shareBox .snsBtn a.facebook {
    background-position: -45px 0
}
.sns_shareBox .snsBtn a.kakao {
    background-position: -90px 0
}
.sns_shareBox .snsBtn a.google {
    background-position: -135px 0
}
.sns_shareBox .l_Close {
    position: absolute;
    right: 30px;
    top: 18px
}
*/
#container {}

#container:after {
    content: '';
    display: block;
    clear: both
}

#lnb {
    position: relative;
    float: left;
    width: 310px;
    padding-top: 50px;
    right: 0px;
    overflow: hidden
}

#lnb #conLeft {
    position: relative
}

#lnb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 275px;
    height: 200%;
    width: 1px;
    background-color: #d4d4d4
}

#lnb nav {
    width: 240px;
}

#lnb h2 {
    padding: 0 0 30px 20px;
    font-size: 31px;
    color: #029982;
    font-family: 'Daum';
    font-weight: bold;
    line-height: 1.3;
}

#lnb a {
    display: block;
    font-size: 17px;
    word-break: keep-all;
    transition: none
}

#lnb a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url(../images/layout/icon_blank.png) no-repeat;
    vertical-align: middle;
    margin: -3px 0 0 5px
}

#lnb nav > ul {
    border: 1px solid #ddd;
}

/* 1뎁스 */
#lnb .lnb_depth_1 {
    border-bottom: 1px solid #ddd
}

#lnb .lnb_depth_1:nth-last-child(1) {
    border-bottom: none;
}

#lnb .lnb_depth_1 > a {
    padding: 20px 5px 20px 20px;
    line-height: 100%;
    font-weight: 500;
    font-size: 20px;
    word-break: break-all;
    position: relative;
}

#lnb .lnb_depth_1 > a:hover {
    /*color:#07ba79*/
}

#lnb .lnb_depth_1 > a.ov {
    padding: 20px 40px 20px 20px;
    background: #00a591;
    color: #fff
}

#lnb .lnb_depth_1 > a .arr::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 2px;
    margin: auto 0;
    background: #AAAAAA;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

#lnb .lnb_depth_1 > a .arr::before {
    content: "";
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 14px;
    margin: auto 0;
    background: #AAAAAA;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

#lnb .lnb_depth_1 > a.ov .arr:before {
    transform: rotate(90deg);
    background: #fff;
}

#lnb .lnb_depth_1 > a.ov .arr:after {
    display: none;
}

#lnb .lnb_depth_1 > a.ov.empty {
    background: #00a591
}

/* 2뎁스 */
#lnb .lnb_depth_2 {
    display: none;
    padding: 10px 20px 10px 20px;
    background-color: #f5f6f9;
}

#lnb .lnb_depth_2 > li > a {
    position: relative;
    padding: 5px 5px 5px 15px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #666;
    display: inline-block;
}

#lnb .lnb_depth_2 > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/common/depth_02.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#lnb .lnb_depth_2 > li > a.ov::before {
    background-image: url(..//images/common/depth_02_ov.png);
    background-size: 100% 100%;
}

#lnb .lnb_depth_2 > li > a:hover,
#lnb .lnb_depth_2 > li > a.ov {
    color: #4652d1;
}

#lnb .lnb_depth_2 > li > a:hover::after,
#lnb .lnb_depth_2 > li > a.ov::after {
    display: block;
}

#lnb .lnb_depth_2 > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 15px);
    height: 1.2px;
    background: #1168e2;
    display: none;
}

#lnb li a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url(../images/layout/icon_blank.png) no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -16px;
    top: 10px;
}

#lnb .lnb_depth_2 > li > a.ov #lnb .lnb_depth_2 > li > a.ov:before {
    background: #018679
}

/* 3뎁스 */
#lnb .lnb_depth_3 {
    display: none;
    background: #fff;
    padding: 12px 0;
    width: 100%;
    padding-left: 20px;
    margin: 5px 0;
}

#lnb .lnb_depth_3 > li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}

#lnb .lnb_depth_3 > li > a {
    position: relative;
    padding-left: 10px;
    font-size: 17px;
}

#lnb .lnb_depth_3 > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 2.5px;
    background: #26ae76;
}

#lnb .lnb_depth_3 > li > a:hover,
#lnb .lnb_depth_3 > li > a.ov {
    color: #249e6c;
    text-decoration: underline
}

/* 4뎁스 */
#lnb .lnb_depth_4 {
    display: none;
    margin: 5px 0 3px 10px;
}

#lnb .lnb_depth_4 > li {
    line-height: 23px;
}

#lnb .lnb_depth_4 > li > a {
    position: relative;
    padding-left: 10px;
    font-size: 16px
}

#lnb .lnb_depth_4 > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    border: solid #00c386;
    border-width: 0 0 1px 1px
}

#lnb .lnb_depth_4 > li > a:hover,
#lnb .lnb_depth_4 > li > a.ov {
    color: #007271;
    text-decoration: underline
}

.lm_bottom {
    width: 235px;
    margin-top: 35px
}

.lm_bottom > div {
    margin-bottom: 35px
}

.lm_bottom strong {
    position: relative;
    padding-left: 49px;
    font-size: 25px;
    color: #5271f4
}

.lm_bottom strong:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 0;
    overflow: hidden
}

.asideBox {
    margin-top: 20px;
    border: 1px solid #d4d4d4
}

#lnb.disibled:after {
    display: none;
}

.lnb_toggle {
    position: absolute;
    left: 236px;
    top: 37px;
    width: 40px;
    height: 52px;
    background: #fff;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #d4d4d4;
    text-indent: -9999px;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.lnb_open {
    position: absolute;
    left: 0;
    top: 220px;
    width: 40px;
    height: 52px;
    background: #fff;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d4d4d4;
    text-indent: -9999px;
    z-index: 1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.lnb_toggle:before,
.lnb_open:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -6px;
    width: 9px;
    height: 12px;
    background: url(../images/layout/icon_lnbSlide_arrow.png) no-repeat;
    transition: all .3s
}

.lnb_toggle.on {}

.lnb_toggle.on:before {
    transform: rotate(180deg)
}

#container_wrap {
    overflow: hidden;
    padding: 50px 0 50px 0;
    position: relative;
}

@media all and (min-width:1100px) {
    #container_wrap {
        min-height: 675px
    }
}

#navigation {
    padding: 0 0 15px 3px;
    margin-bottom: 35px;
    border-bottom: 2px solid #ccc;
    position: relative;
}

#navigation > h3 {
    font-size: 31px;
    color: #222;
    line-height: 36px;
    background: none;
    font-family: 'Daum';
    font-weight: bold;
}

#txt:after {
    content: "";
    display: block;
    clear: both
}

#footer {
    padding: 30px 0 40px;
    font-weight: normal;
    font-size: 16px;
    background-color: #3e4056;
    border-top: 1px solid #000000;
}

#footer .layout {
    position: relative
}

.ft_Link:after {
    content: '';
    display: block;
    clear: both
}

.ft_Link li {
    position: relative;
    float: left;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-flex;
    color: #fff;
}

.ft_Link li:not(:nth-last-child(1)):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #bfc0c3;
    transform: rotate(20deg)
}

.ft_Link li:last-child {
    padding-right: 0;
    margin-right: 0
}

#footer .ft_Link li:last-child:after {
    display: none
}

.ft_Link li a {
    display: block;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    font-family: 'Pretendard';
}

.ft_Link li a.point {
    text-decoration: underline;
    color: #321ef2;
}

.ft_Link li a span {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin-right: 10px;
    background-color: #97999f
}

.ft_Link li a.ft_tel {
    color: #008209;
    margin: 0 3px;
    font-weight: bold;
}

#footer address {
    font-weight: 300;
    text-align: left;

    font-family: 'Pretendard';
}

#footer address .ft_logo {
    margin-right: 30px;
    position: relative;
    top: 5px;
}

#footer address div:nth-child(2) {
    font-size: 15px;
    color: #505050;
    display: inline-block;
    margin-top: 10px;
}

#footer address div:nth-child(1) > p {}

#footer address div:first-child {
    margin-top: 0
}

#footer address div a {}

#footer address div a:link,
#footer address div a:visited {
    color: #505050
}

#footer address div a:hover {
    color: #505050
}

#footer address p {
    font-size: 17px;
}

#footer address p,
#footer address span {
    color: #b0b1b7;
    font-family: 'Pretendard';
    font-weight: 400;
}

#footer address p > a {
    color: #24ef7f !important;
    font-family: 'Pretendard';
}

#footer .copyright {
    display: inline-block;
    padding-top: 5px;
    color: #b0b1b7;
    font-size: 15px
}

#footer .ft_mark {
    position: absolute;
    right: 0;
    top: 25px;
    overflow: hidden
}

#footer .ft_mark li {
    float: left;
    margin-left: 10px
}

#footer .ft_mark li:first-child {
    margin-left: 0
}

#footer .ft_mark li:nth-child(2) {
    padding-top: 8px
}

#footer .ft_sns {
    position: absolute;
    right: 0;
    top: -16px
}

#footer .ft_sns:after {
    content: '';
    display: block;
    clear: both
}

#footer .ft_sns li {
    float: left;
    margin-left: 10px
}

#footer .ft_sns li:first-child {
    margin-left: 0
}

.ft_qr {
    position: relative;
    right: 0;
    top: -2px;
}

.ft_qr p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-bottom: 5px
}

.ft_info {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
}

.ft_info > .ft_service {
    margin-right: 70px;
    position: relative;
}

.ft_info > .ft_service::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #57596c;
    position: absolute;
    top: 0;
    right: 0;
}

.ft_info > .ft_service p {
    font-size: 19px;
    font-weight: bold;
    color: #c1c2c7;
}

.ft_info > .ft_service a {
    font-size: 40px;
    font-weight: bold;
    padding-top: 15px;
    display: inline-block;
    color: #24ef7f;
    width: 100%;
}

.ft_info > .ft_service span {
    display: inline-block;
    font-size: 16px;
    color: #c1c2c7;
    padding-top: 15px;
}

@media(max-width:1570px) {
    .ft_qr {
        right: 15px;
    }
}

/* footer 반응형*/
@media(max-width:1260px) {
    #footer address {
        width: 490px
    }

    #footer address div {
        line-height: 150%
    }

    #footer .ft_mark {
        top: 60px
    }

    #footer .ft_sns {
        top: -6px
    }
}

@media all and (max-width:1050px) {
    #footer .ft_mark {
        top: 60px
    }

    #footer .ft_sns {
        top: 50px
    }

    .ft_info > .ft_service {
        margin-right: 0;
    }

    .ft_info > .ft_service::after {
        right: 60px;
    }
}

@media(max-width:1000px) {
    #footer address {
        margin-top: 10px
    }

    #footer {}

    #footer .ft_Link,
    #footer address,
    #footer .copyright,
    #footer .ft_mark {
        position: static;
        display: block;
        width: auto;
        text-align: center
    }

    .ft_Link li {
        padding-right: 10px;
        margin-right: 4px
    }

    .ft_Link li,
    .ft_mark li {
        float: none;
    }

    #footer .ft_mark {
        margin-top: 20px
    }

    #footer .ft_mark li:nth-child(2) {
        padding-top: 0
    }

    #footer .ft_mark li:nth-child(2) {
        vertical-align: -9px
    }

    #footer .ft_sns {
        position: static;
        text-align: center;
        margin-top: 20px
    }

    #footer .ft_sns li {
        float: none;
        display: inline-block
    }

    #footer address div:first-child {
        margin: 0 auto;
    }
}

@media(max-width:640px) {
    #footer {
        padding: 20px 10px
    }

    .ft_Link {
        border: solid #a0a0a0;
        border-width: 1px 0 0 1px
    }

    .ft_Link li {
        float: left;
        width: 33.33%;
        padding: 0;
        margin: 0;
        border: solid #a0a0a0;
        border-width: 0 1px 1px 0
    }

    .ft_Link li:nth-last-child(1) {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        float: none;
        background: #fff;
        vertical-align: middle;
        align-items: center;
    }

   .ft_Link li:nth-last-child(1) a {
        width: auto;
        padding: 10px 0;
    }

     .ft_Link li:after {
        display: none
    }

     .ft_Link li a {
        display: block;
        padding: 10px;
        font-size: 14px;
        background-color: #fff;
        width: 100%;
    }

    .ft_Link li a:link,
     .ft_Link li a:active,
    .ft_Link li a:visited {
        color: #000!important
    }

    .ft_Link li a.point {
        color: #e56100 !important;
    }

    .ft_Link li:nth-child(1),
    .ft_Link li:nth-child(2),
    .ft_Link li:nth-child(3),
   .ft_Link li:nth-child(4) {
        width: 50%
    }

    #footer .ft_mark {
        width: 300px;
        margin: 10px auto 0
    }

    #footer .ft_mark li {
        margin-top: 10px
    }

    #footer address .ft_logo {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}

@media(max-width:450px) {
    .ft_info {
        width: 100%;
        justify-content: center;
    }

    .ft_info > .ft_service {
        text-align: center;
        margin-bottom: 20px;
    }

    .ft_info > .ft_service::after {
        content: none;
    }

    .ft_qr {
        right: 15px;
    }
}

@media all and (max-width:1480px) {
    .s1400 #navigation h3 {
        padding-left: 30px;
    }

    #footer address div:nth-child(2) {
        width: 100%;
        padding-bottom: 10px;
    }
}

@media all and (max-width:1400px) {
    #location_wrap .location_menu > li:first-child > a {
        width: 194px
    }

    #container.layout {
        padding: 0 15px;
    }

    .layout {
        padding: 0 15px;
    }
}

@media all and (max-width:1300px) {

    #lnb,
    .lnb_open {
        display: none !important
    }
}

@media(max-width:1160px) {
    .navWrap {
        display: block
    }
}

@media all and (max-width:1200px) {
    .submenu .layout {padding: 0 10px}
}

@media all and (min-width:1100px) {
    /*.blind{display:none !important}*/
    /*body{overflow:visible !important;position:static !important;width:auto !important;height:auto !important}*/
}

@media all and (max-width:1100px) {
    #navigation h3 {
        line-height: 36px
    }

    /*
    #container_wrap {
        padding: 30px 10px 50px
    }
*/
    .s1400 #navigation h3 {
        padding-left: 0
    }

    #container.layout {
        padding: 0
    }

    .layout {padding: 0 15px !important;}
}

@media all and (max-width:1000px) {
    #location_wrap .home {
        height: 46px
    }

    #location_wrap .location_menu > li:first-child > a {
        width: auto
    }

    #location_wrap .location_menu > li > a {
        width: auto;
        min-width: inherit;
        font-size: 14px;
        height: 46px;
        line-height: 46px;
        padding: 0 35px 0 10px
    }

    #location_wrap .location_menu > li > a:after {
        margin-top: -4px;
        right: 10px;
        width: 15px;
        height: 9px;
        background-size: 15px
    }

    /*#location_wrap .location_menu>li.last>a{width:auto}*/
    #location_wrap .location_menu > li > ul {
        top: 47px
    }

    #location_wrap .location_menu > li > ul > li > a {
        font-size: 14px;
        word-break: break-all
    }

    .loc_BtnArea li a {
        width: 36px;
        height: 36px
    }
}

@media all and (max-width:640px) {
    .navWrap .menuBtn {
        top: 17px
    }

    #container_wrap {
        padding-top: 15px;
    }

    #txt {
        padding: 0 10px
    }

    #location_wrap {
        border-bottom-width: 0
    }

    #location_wrap .bgC,
    #location_wrap .home,
    #location_wrap .location_menu,
    #location_wrap .loc_BtnArea li:nth-child(2) {
        display: none
    }

    #location_wrap .loc_BtnArea,
    #location_wrap .loc_BtnArea > li {
        margin: 0
    }

    #location_wrap .loc_BtnArea {
        position: absolute;
        bottom: -56px;
        right: 30px;
        width: 30px;
        height: 30px
    }

    #navigation {
        margin-bottom: 20px;
        padding: 0
    }

    #navigation h3 {
        padding: 15px 10px;
        font-size: 23px;
        line-height: 30px;
        /*
        background-color: #03a2a4;
        color: #fff
*/
    }

    #navigation .location_answer {
        margin: 10px
    }
}

#animate {
    z-index: 101;
    position: relative;
    height: 90px;
    overflow: hidden
}

#animate .gnb_close {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

#animate .gnb_close a {
    display: block;
    width: 130px;
    height: 56px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 3px solid #03a2a4;
    font-size: 16px;
    color: #333
}

#animate .gnb_close a span {
    display: block;
    height: 100%;
    padding-left: 20px;
    line-height: 50px;
    background: url(../images/layout/gnb_close.png) no-repeat 0 50%
}

#overflow {
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-bottom: 2px solid #03a2a4;
    background-color: #E8F4ED;
}

#gnb {
    height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #7f7f7f;
    position: relative;
}

#gnb .gnb_group {
    height: 100%;
    position: relative;
    max-width: 1300px;
    /*left: 50px;*/
    display: flex;
    flex-wrap: nowrap;
}

#gnb .gnb_group > li {
    width: calc(100% / 6);
    background: #fff;
    text-align: center;
}

#gnb .depth_1 {
    width: calc(100% / 6);
    height: 100%;
}

#gnb .depth_1 > a {
    position: relative;
    display: inline-block;
    height: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 27px;
    padding: 34px 0;
    color: #444;
    font-family: 'Pretendard';
}

.gr-gnb > .gr-wrap > ul {
    position: relative;
}

.gr-gnb > .gr-wrap > ul::after {
    content: '';
    display: none;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    border-width: 0 10px 13px;
    border-bottom-color: #404dc7;
}

.gr-gnb > .gr-wrap > ul:hover::after {
    display: block;
}

.gr-wrap::after {
    content: "";
    position: absolute;
    left: -270px;
    bottom: 30px;
    width: 210px;
    height: 210px;
    background-image: url(../images/layout/ico-Menu.png);
    background-repeat: no-repeat;
}


#gnb .depth_1 > a:hover,
#gnb .depth_1 > a.on {
    color: #22389a
}

#gnb .depth_1 > a.ov:after,
#gnb .depth_1 > a:hover:after {
    display: block
}

#gnb .depth_1 > a.on:after {
    display: none
}

#gnb .depth_1 > a.on.ov:after {
    display: block
}

@keyframes h_arr {
    0% {
        right: 0
    }

    50% {
        right: -5px
    }

    100% {
        right: 0
    }
}

#gnb .group {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 1300px;
    max-width: 83%;
    min-height: 310px;
    margin-left: 120px;
    left: 50%;
    transform: translateX(-50%);
}

#gnb .group .summary {
    position: absolute;
    top: 0;
    left: -80px;
    width: 320px;
    min-height: 310px;
    padding: 30px 35px 0;
    background: #dff3e6;
    background-image: url(../images/common/Menu-img.png);
    background-repeat: no-repeat;
    background-position: center 210px;
}

#gnb .group .summary .sumry_ti {
    display: block;
    line-height: 110%;
    font-size: 31px;
    color: #2d4da8;
    font-weight: 500;
    text-align: center
}

#gnb .group .summary .sumry_pt {
    margin-top: 20px;
    line-height: 150%;
    font-size: 16px;
    text-align: center
}

#gnb .depth_2 {
    padding-top: 10px;
    position: relative;
}

#gnb .depth_2 > li {
    /*    width: 220px;*/
    width: 100%;
}

#gnb .depth_2 > li:not(:nth-last-child(1)) {
    /*    margin-bottom: 10px;*/
}

#gnb .depth_2 > li:not(:nth-child(1)) {}

#gnb .depth_2 > li:nth-child(1),
#gnb .depth_2 > li:nth-child() {
    margin-left: 25px;
}

#gnb .depth_2 > li > a {
    display: block;
    padding: 15px 0;
    font-weight: 500;
    font-size: 20px;
    color: #444444;
    letter-spacing: -1.8px;
    background: #fff;
    padding-left: 13px;
}

#gnb .depth_2 > li > a:hover {
    background: #009671;
    color: #fff;
}

#gnb .depth_2 > li:not(:nth-last-child(1)) {
    margin-bottom: 7px;
}

#gnb .depth_2 > li > a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url(../images/layout/icon_blank.png) no-repeat;
    vertical-align: middle;
    margin: -3px 0 0 5px
}

#gnb .depth_2 > li > a:hover[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url(../images/layout/icon_blank.png) no-repeat;
    vertical-align: middle;
    margin: -3px 0 0 5px
}

#gnb .depth_2 li ul li a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url(../images/layout/icon_blank.png) no-repeat;
    vertical-align: middle;
    margin: -3px 0 0 5px
}

#gnb .depth_2 li ul li a:hover[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url(../images/layout/icon_blank_ov.png) no-repeat;
    vertical-align: middle;
    margin: -3px 0 0 5px
}

#gnb .depth_3 {}

#gnb .depth_3 > li {
    width: 100%;
    position: relative;
    display: block;
}

#gnb .depth_3 > li > a {
    display: block;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 13px 10px;
    padding-left: 20px;
    font-size: 18px;
    border-bottom: 1px solid #c7c7c7;
    color: #606060;
    position: relative;
    width: 95%;
    margin-left: 10px;
    padding-left: 16px;
}

#gnb .depth_3 > li > a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #c7c7c7;
}

#gnb .depth_3 > li > a:hover::before {
    background: #264bc0;
}

#gnb .depth_3 > li > a:hover {
    color: #264bc0;
    border-bottom: 1px solid #264bc0;
}

/*
#gnb .group_1 .summary {
    background-image: url(../images/layout/gnb_summary_1.png)
}
#gnb .group_2 .summary {
    background-image: url(../images/layout/gnb_summary_2.png)
}
#gnb .group_3 .summary {
    background-image: url(../images/layout/gnb_summary_3.png)
}
#gnb .group_4 .summary {
    background-image: url(../images/layout/gnb_summary_4.png)
}
#gnb .group_5 .summary {
    background-image: url(../images/layout/gnb_summary_5.png)
}
#gnb .group_6 .summary {
    background-image: url(../images/layout/gnb_summary_6.png)
}
*/
#gnb .group_2 .depth_2 > li:nth-child(5) {
    clear: both;
    margin-top: -240px
}

#gnb .group_3 .depth_2 > li:nth-child(5) {
    clear: both
}

#gnb .group_3 .depth_2 > li:nth-child(9) {
    clear: both
}

#gnb .group_4 .depth_2 > li:nth-child(6) {
    margin-top: -374px
}

#gnb .group_4 .depth_2 > li:nth-child(7) {
    margin: -374px 0 0 334px
}

#gnb .group_4 .depth_2 > li:nth-child(8) {
    margin: -374px 0 0 616px
}

/*
#gnb .group_5 .depth_2 > li:nth-child(4) {
    height: 375px
}
*/
#gnb .group_6 .depth_2 > li:nth-child(4) {
    height: 290px
}

#gnb .group_6 .depth_2 > li:nth-child(9),
#gnb .group_6 .depth_2 > li:nth-child(10) {
    margin-top: -200px
}

@media(max-width:1430px) {

    /*
    #gnb .depth_1 > a {
        padding: 32px 20px 0;
        font-size: 23px;
        top: 2px;
    }
*/
    #gnb .group_4 .depth_2 > li:nth-child(6) {
        margin-left: 3%
    }

    #gnb .group_4 .depth_2 > li:nth-child(7) {
        margin-left: 28%
    }

    #gnb .group_4 .depth_2 > li:nth-child(8) {
        margin-left: 53%
    }
}

@media all and (max-width:1390px) {
    #gnb .depth_1 > a {
        padding: 32px 28px 0
    }
}

@media(max-width:1370px) {
    #gnb .depth_1 > a {
        padding: 32px 10px 0
    }
}

@media(max-width:1350px) {
    #gnb .depth_1 > a {
        font-size: 22px
    }

    .gr-wrap::after {
        left: -23%;
        bottom: 20px;
        background-size: 90%;
    }
}

@media all and (max-width:1330px) {
    #gnb .depth_1 > a {
        padding: 32px 24px 0
    }
}

@media all and (max-width:1300px) {
    #gnb .depth_1 > a {
        padding: 32px 22px 0
    }
}

@media(max-width:1270px) {
    #gnb .depth_1 > a {
        padding: 32px 22px 0;
        font-size: 21px
    }
}

@media all and (max-width:1250px) {
    #gnb .depth_1 > a {
        padding: 32px 20px 0
    }
}

@media all and (max-width:1210px) {
    #gnb .depth_1 > a {
        padding: 32px 18px 0
    }
}

@media all and (max-width:1200px) {
    #gnb .depth_1 > a {padding: 32px 16px 0}
}

@media all and (max-width:1175px) {
    #gnb .depth_1 > a {padding: 32px 14px 0}
}

@media(max-width:1160px) {
    #animate {height: 100%;}
    #gnb {display: none;}
    .util_new_forest {display: none}
    #overflow {border-bottom: 0;background-color: #fff;}
    #animate {border-bottom: 1px solid #333;}
}

/* 통합검색 자동완성기능 */
.keyword {
    display: none;
    border: 1px solid #2f7abe;
    background: #fff;
    top: 50px;
    color: #cecece;
    position: absolute;
    z-index: 50;
    text-align: left;
    width: 100%
}

.keyword ul {
    padding: 15px 0 10px 0;
    float: left;
    border-right: 1px solid #ddd;
    /*margin-left:15px;*/
    margin-right: 15px;
    width: 100%
}

.keyword li {
    height: 30px;
    line-height: 30px;
    text-indent: 5px
}

.keyword li:hover {
    background: #eff6fa
}

.keyword li a {
    display: block;
    height: 23px;
    padding: 0 0 0 5px;
    font-size: 14px;
    color: #333;
    line-height: 23px;
}

.keyword li a:hover {
    text-decoration: none;
}

.keyword li a strong {
    color: #ff1400;
    font-weight: normal
}

.choose_word {
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    font-size: 11px;
    border-top: 1px solid #d7d7d7;
    clear: both;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.choose_word a {
    color: #959595;
    *display: inline-block
}

.choose_word a {
    display: inline-block
}

.choose_word a.selected,
.choose_word a:hover {
    color: #666666;
    text-decoration: underline
}

.choose_word .fl {
    margin-left: 9px;
    display: inline-block
}

.choose_word .fr {
    margin-right: 8px;
    float: right;
}

.choose_word {
    display: none
}

/* 푸터 하단 수정 */
#footInfo {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 74px;
    padding: 0;
    background-color: #3e3f4c;
    color: #fff
}

#footInfo .layout {
    position: relative;
    height: 100%
}

#footInfo .f_util {
    position: absolute;
    top: 17px;
    z-index: 9
}

#footInfo .f_util .util_item {
    float: left;
    margin-left: 13px
}

#footInfo .f_util .util_item:first-child {
    margin-left: 0
}

#footInfo .f_util .util_item a {
    display: block;
    padding: 13px 20px 13px 43px;
    line-height: 100%;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: no-repeat 20px 50%;
    color: #fff
}

#footInfo .f_util .util_item a span i {
    font-style: normal;
}

#footInfo .f_util .util_item.icon_1 a {
    background-image: url(../images/layout/f_utill_icon_1.png)
}

#footInfo .f_util .util_item.icon_2 a {
    background-image: url(../images/layout/f_utill_icon_2.png)
}

#footInfo .left_util {
    left: 20px
}

#footInfo .right_util {
    right: 20px
}

#footInfo .faivorit_service {
    z-index: 30;
    position: absolute;
    top: -50px;
    right: -80px
}

#footInfo .f_addr {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: -12px 0 0;
    top: 50%
}

#footInfo .f_addr p {
    font-weight: 300;
    font-family: 'NanumSquareRound', sans-serif;
    text-align: center;
    font-size: 13px;
    color: #dbdbde
}

#footInfo .f_addr.down {
    margin: 0
}

@media(max-width:1565px) {
    #footInfo .faivorit_service {
        display: none
    }
}

#fBttBar {
    position: fixed;
    top: auto;
    bottom: 0;
    /* transition:all 300ms; */
    z-index: 20;
    left: 50%;
    margin-top: -50px;
    transform: translateX(-50%);
    height: 104px;
}

#fBttBar > * {
    height: 100%
}

#fBttBar * {
    transition: all 300ms;
}

#fBttBar .round {
    position: absolute;
    top: 0;
    width: 45px;
    background: url(../images/main/fbttbar_round.png) no-repeat
}

#fBttBar .left_round {
    left: -45px;
    background-position: 0 0
}

#fBttBar .right_round {
    right: -45px;
    background-position: 100% 0
}

#fBttBar .button {
    overflow: hidden;
    width: 240px;
    padding: 13px 0 0;
    text-align: center;
    background: url(../images/main/fbttbar_linear.png) repeat-x;
    transition: none
}

#fBttBar .button > span {
    position: relative;
    display: block;
    width: auto;
    float: none;
    height: 70px;
    line-height: 100%
}

#fBttBar .button span a {
    display: block;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
}

#fBttBar .button span a span {
    display: inline-block;
    vertical-align: -5px;
    background: no-repeat 0 50%
}

#fBttBar .button span.s_1 {}

#fBttBar .button span.s_1 a {
    text-align: left;
}

#fBttBar .button span.s_1 a.ov {}

#fBttBar .button span.s_1 a span {
    width: 24px;
    height: 23px;
    margin-right: 5px;
    background-image: url(../images/main/fbttbar_icon_1.png)
}

#fBttBar .button span.s_1 a.ov span {
    background-image: url(../images/main/fbttbar_icon_1_ov.png)
}

#fBttBar .button span.s_2 {
    padding: 0 13px
}

#fBttBar .button span.s_2 a {
    background-position: 0 50%
}

#fBttBar .button span.s_2 a.ov {}

#fBttBar .button span.s_2 a span {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-image: url(../images/main/fbttbar_icon_2.png)
}

#fBttBar .button span.s_2 a.ov span {
    background-image: url(../images/main/fbttbar_icon_2_ov.png)
}

#fBttBar .button span.s_3 {
    text-align: center
}

#fBttBar .button span.s_3 a {
    background-position: 100% 50%
}

#fBttBar .button span.s_3 a.ov {}

#fBttBar .button span.s_3 a span {
    width: 22px;
    height: 24px;
    margin: 0 10px 0 0;
    background: url(../images/main/fbttbar_icon_3_ov.png)
}

/*#fBttBar .button span.s_3 a.ov span{background-image:url(../images/main/fbttbar_icon_3_ov.png);}*/
#fBttBar .button span.s_2 {}

#fBttBar .button span.s_2 a {
    margin: 0 20px
}

#fBttBar .button span.s_2:before,
#fBttBar .button span.s_2:after {
    content: '';
    position: absolute;
    top: 0;
    width: 13px;
    height: 100%;
    background: no-repeat 0 50%
}

#fBttBar .button span.s_2:before {
    left: 0;
    background-image: url(../images/main/fbttbar_left.png)
}

#fBttBar .button span.s_2:after {
    right: 0;
    background-image: url(../images/main/fbttbar_right.png)
}

#fBttBar:before,
#fBttBar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 45px;
    height: 104px;
    background: url(../images/main/fbttbar_round.png) no-repeat
}

#fBttBar:before {
    left: -45px;
    background-position: 0 0
}

#fBttBar:after {
    right: -45px;
    background-position: 100% 0
}

#fBttBar:hover .button {
    background: url(../images/main/fbttbar_linear_ov.png) repeat-x
}

#fBttBar:hover:before,
#fBttBar:hover:after {
    background: url(../images/main/fbttbar_round_ov.png) no-repeat
}

#fBttBar:hover:after {
    background-position: 100% 0
}

#fBttBar:hover .button span a.ov,
#fBttBar:hover .button span.s_3 a {
    color: #fff
}

#fBttBar:hover .button span.s_3 a span {
    background: url(../images/main/fbttbar_icon_3_ov1.png)
}

#fBttBar.flowing {
    position: absolute;
    top: 0;
    bottom: auto;
}

@media (max-width:768px) {
    #footInfo {
        height: auto;
        padding: 10px;
    }

    #footInfo .f_addr {
        position: static;
        top: 0;
        margin-top: 8px
    }

    #fBttBar {
        left: 0;
        right: 0;
        margin-top: 0;
        transform: none;
        height: 84px;
    }

    #fBttBar.flowing {
        top: auto;
        bottom: 117px;
    }

    #fBttBar .button {
        width: auto;
        padding: 13px 20px 0
    }

    #fBttBar:before,
    #fBttBar:after {
        display: none
    }
}

@media (max-width:500px) {
    #fBttBar .button span.s_3 {
        width: auto
    }
}

.util_item_target {
    display: none;
    z-index: 5;
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    padding-top: 50px;
    overflow: hidden
}

.util_item_target .target_wrap {
    position: relative;
    padding: 45px 0;
    border-top: 3px solid rgba(86, 112, 225, 0.9);
    background-color: rgba(228, 228, 242, 0.95)
}

.util_item_target .target_title {
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    font-family: 'NanumSquareRound', sans-serif;
    color: #111
}

.util_item_target .target_title span {
    color: #2d1eba
}

.util_item_target .target_body {
    max-width: 1400px;
    padding-top: 25px;
    margin: 25px auto 0;
    border-top: 2px solid #afafb6
}

.util_item_target .target_body ul {}

.util_item_target .target_body ul:after {
    content: '';
    display: block;
    clear: both
}

.util_item_target .target_body ul li {
    float: left;
    width: 16%;
    margin: 0 2% 9px
}

.util_item_target .target_body ul li a {
    display: block;
    height: 40px;
    padding: 8px 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #cfcdcd;
    background-color: #fff;
    color: #505050
}

.util_item_target .target_body ul li a:hover {
    background-color: #4c51bb;
    color: #fff
}

.util_item_target .target_close {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.util_item_target .target_close a {
    display: block;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 16px;
    border: 3px solid rgba(86, 112, 225, 0.9);
    border-radius: 50px;
    background-color: #fff;
    color: #333
}

.util_item_target .target_close a span {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 8px;
    margin-right: 3px;
    background: url(../images/main/util_item_target_close.png) no-repeat 0 0
}

/* 메인 푸터 반응형 */
@media all and (max-width:1580px) {
    #footInfo .faivorit_service {
        right: 0;
        top: -46px
    }

    #footInfo .faivorit_service img {
        width: 80px
    }
}

@media all and (max-width:1400px) {
    /*#footInfo .right_util{right:40px}*/
}

@media all and (max-width:1360px) {
    #footInfo .faivorit_service {
        right: 10px;
        top: -36px
    }
}

@media all and (max-width:1200px) {
    #footInfo .f_util .util_item a {
        background-image: none;
        padding: 13px 20px 13px 20px;
    }

    #footInfo .f_util .util_item a span i {
        display: none;
    }

    #footInfo .f_util .util_item.icon_1 a {
        background-image: none;
    }

    #footInfo .f_util .util_item.icon_2 a {
        background-image: none;
    }
}

@media all and (max-width:1180px) {
    .util_item_target .target_body ul li {
        width: 18%;
        margin: 0 1% 9px
    }

    .util_item_target .target_body ul li a {
        padding: 8px 0 0 9px;
        font-size: 14px
    }
}

@media all and (max-width:1000px) {
    #footInfo .left_util {
        left: 50%;
        margin-left: -350px
    }

    #footInfo .right_util {
        right: 50%;
        margin-right: -350px
    }

    #footInfo .f_util .util_item a {
        padding: 0;
        width: 35px;
        height: 35px;
        background-position: center
    }

    #footInfo .f_util .util_item a span {
        display: none
    }
}

@media all and (max-width:890px) {
    .util_item_target .target_body ul li a {
        font-size: 13px
    }
}

@media all and (max-width:800px) {

    /* 20190705_수정 */
    #footInfo {
        height: auto;
        padding: 10px
    }

    #footInfo .f_util {
        overflow: hidden
    }

    #footInfo .left_util {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    #footInfo .right_util {
        position: relative;
        left: 0;
        top: 0;
        margin-right: 0
    }

    #footInfo .f_util .util_item {
        width: 50%;
        margin-left: 0
    }

    #footInfo .f_util .util_item a {
        display: block;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 0;
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #fff;
        background-image: none;
        text-align: center;
        transition: all .3s
    }

    #footInfo .f_util .util_item a.on {
        background: #5e5f70
    }

    #footInfo .f_util .util_item.icon_1 a {
        background-image: none
    }

    #footInfo .f_util .util_item.icon_2 a {
        background-image: none
    }

    #footInfo .f_util .util_item a:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(../images/layout/f_utill_icon_1.png);
        vertical-align: -2px;
        margin-right: 5px
    }

    #footInfo .f_util .util_item.icon_2 a:before {
        background-image: url(../images/layout/f_utill_icon_2.png)
    }

    #footInfo .left_util .util_item a {
        border-top-width: 1px
    }

    #footInfo .f_util .util_item:first-child a {
        border-left-width: 1px
    }

    #footInfo .f_util .util_item a span {
        display: inline-block;
        font-weight: 300
    }

    #footInfo .f_addr {
        position: static;
        top: 0;
        margin-top: 8px
    }

    .util_item_target {
        bottom: 100%;
        padding-top: 20px;
        height: auto !important;
        z-index: 20
    }

    .util_item_target .target_wrap {
        padding: 35px 0 10px
    }

    .util_item_target .target_title {
        font-size: 20px
    }

    .util_item_target .target_body {
        margin-top: 10px;
        padding-top: 10px;
        height: 200px;
        overflow-y: scroll
    }

    .util_item_target .target_body ul li {
        width: 31.3%
    }

    .util_item_target .target_close a {
        padding: 10px 20px
    }
}

@media all and (max-width:470px) {
    .util_item_target .target_body ul li {
        width: 48%
    }
}

.loc_BtnArea {
    float: right
}

.loc_BtnArea > li {
    position: relative;
    float: left;
}

.loc_BtnArea > li > a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999px
}

.loc_BtnArea > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loc_BtnArea > li > a.share:after {
    width: 40px;
    height: 40px;
    background: url(../images/common/ico_share.png) no-repeat;
    background-position: center center;
}

/*
.loc_BtnArea > li > a.share.on {
    background: #5271f4;
}
.loc_BtnArea > li > a.share.on:after {
    background: url(../images/layout/icon_locBtn.png) 11px -18px no-repeat
}
*/
.loc_BtnArea > li > a.print:after {
    width: 30px;
    height: 30px;
    background: url(../images/common/ico_print.png) no-repeat;
    background-position: center center;
}

.sns_shareBox {
    display: none;
    padding: 30px 20px 20px;
    position: absolute;
    right: 0;
    top: 46px;
    width: 262px;
    background: #fff;
    border: 1px solid #505050
}

.sns_shareBox strong {
    color: #323232;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px
}

.sns_shareBox .snsBtn {
    margin-top: 30px;
    border-top: 1px solid #d2d2d2;
    padding-top: 24px;
    text-align: center
}

.sns_shareBox .snsBtn a {
    display: inline-block;
    margin: 0 3px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background: url(../images/layout/icon_sns.gif) no-repeat
}

.sns_shareBox .snsBtn a.twitter {
    background-position: 0 0
}

.sns_shareBox .snsBtn a.facebook {
    background-position: -45px 0
}

.sns_shareBox .snsBtn a.kakao {
    background-position: -90px 0
}

.sns_shareBox .snsBtn a.google {
    background-position: -135px 0
}

.sns_shareBox .l_Close {
    position: absolute;
    right: 30px;
    top: 18px
}

@media all and (max-width:1200px) {
    #header .logo {
        margin-right: 10px;
    }

    #header .util {
        top: 34px;
    }
}

@media all and (max-width:1000px) {
    .loc_BtnArea > li > a {
        height: 47px;
    }
}

/* 영림일지 작성 template */
.ylm-info-tit {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
    width: 58%;
    margin: 0 auto;
}

.ylm-info-tit > img {
    width: 80px;
    top: 15px;
    position: relative;
}

.ylm-tit-list {
    position: relative;
    padding: 20px 30px;
    width: calc(100% - 80px);
    margin-left: 40px;
    border: 3px solid #20cec8;
    border-radius: 21px;
}

.ylm-tit-list > ul > li {
    font-size: 17px;
    font-weight: 600;
    color: #444444;
}

.ylm-tit-list > ul > li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}

.ylm-cont-list {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.ylm-cont-list > ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

.ylm-cont-list > ul > li {
    width: calc((100% - 350px) / 2);
    position: relative;
    box-sizing: border-box;
}

.ylm-cont-list > ul > li:nth-child(3) {
    width: 350px;
}

.ylm-cont-list > ul > li:nth-child(3):hover {
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}

.ylm-cont-list > ul > li:nth-child(3):hover i {
    animation: arrows .9s infinite ease-in-out;
}

@keyframes arrows {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(10px);
    }
}

.ylm-cont-list > ul > li:nth-child(1) a,
.ylm-cont-list > ul > li:nth-child(2) a {
    cursor: default;
}

.ylm-cont-list > ul > li > a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
    padding: 22px 25px;
    border-radius: 10px;
    box-sizing: border-box;
    height: 100%;
}

.ylm-cont-list > ul > li > a i {
    width: 60px;
}

.ylm-cont-list > ul > li > a .ylm-cont-box {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.ylm-cont-list > ul > li > a .ylm-cont-box > strong {
    font-size: 26px;
    font-weight: 800;
    display: block;
    width: 100%;
    /*    padding: 10px 0;*/
    color: #333;
    line-height: 1.2;
    letter-spacing: 0px;
}

.ylm-cont-list > ul > li > a .ylm-cont-box strong > p {
    margin-left: 10px;
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
    color: #404dc7;
}

.ylm-cont-list > ul > li > a .ylm-cont-box strong p > b {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: inline-block;
}

.ylm-cont-box > p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 3px;
}

.ylm-cont-box > p span {
    margin: 0 3px;
}

.ylm-cont-list > ul > li:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.ylm-cont-list > ul > li > a.ylm-prod {
    background: #e3f2b0;
}

.ylm-cont-list > ul > li > a.ylm-fore {
    background: #cef4b7;
}

.ylm-cont-list > ul > li > a.ylm-gin {
    background: #bfedfc;
}

.ylm-cont-list > ul > li > a.ylm-eco {
    background: #cddafa;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
    text-align: center;
}

.table-condensed > thead > tr:nth-child(1) {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    vertical-align: middle;
    padding-left: 20px;
}

@media(max-width:1400px) {
    .ylm-info-tit {
        width: 70%;
        font-size: 15px;
    }

    .ylm-tit-list > ul > li {
        font-size: 16px;
    }

    #header .logo a > img {
        width: 175px;
        top: 3px;
    }
}

@media(max-width:800px) {
    .ylm-info-tit {
        width: 80%;
    }
}

@media(max-width:639px) {
    .ylm-info-tit {
        width: 100%;
        display: block;
    }

    .ylm-info-tit > img {
        display: block;
        margin: 0 auto;
    }

    .ylm-tit-list {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
        padding: 15px 20px;
        border-radius: 10px;
    }

    #header .logo {
        padding-top: 10px;
    }

    .general_search .search_keyword {
        margin-top: 20px !important;
    }

    #header .logo a > img {
        width: 150px;
    }
}

@media(max-width:1500px) {
    .ylm-cont-list > ul > li > a {
        padding: 20px;
    }

    .ylm-cont-list > ul > li > a i {
        width: 50px;
    }

    .ylm-cont-list > ul > li > a .ylm-cont-box {
        width: calc(100% - 50px);
    }

    .ylm-cont-list > ul > li > a .ylm-cont-box > strong {
        font-size: 21px;
        padding-bottom: 4px;
    }

    #gnb .group .summary {
        left: 0px;
        width: 270px;
        background-size: 73%;
        background-position: center 217px;
    }

    #gnb .group {
        max-width: 100%;
    }
}

@media(max-width:1024px) {

}

@media(max-width:900px) {
    .ylm-cont-list > ul > li > a {
        display: block;
        position: relative;
    }

    .ylm-cont-list > ul > li > a .ylm-cont-box {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .ylm-cont-list > ul > li > a i {
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-bottom: 15px;
        height: 60px;
        width: 50px;
        display: none;
    }

    .ylm-cont-list > ul > li:nth-child(3) > a .ylm-cont-box > strong {
        position: relative;
        top: 5px;
        text-align: start;
    }

    .ylm-cont-list > ul > li:nth-child(3) > a i {
        top: 25px;
        width: 30px;
        display: block;
        position: absolute;
        right: 30px;
    }

    .ylm-cont-list > ul > li > a i > img {
        object-fit: contain;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media(max-width:768px) {
    .ylm-cont-list > ul > li > a i {
        display: none;
    }

    .ylm-cont-list > ul > li > a .ylm-cont-box {
        font-size: 17px;
    }

    .ylm-cont-list > ul > li > a .ylm-cont-box strong > p,
    .ylm-cont-list > ul > li > a .ylm-cont-box strong p > b {
        font-size: 19px;
    }

    .ylm-cont-box > p {
        font-size: 18px;
    }

    .ylm-cont-list > ul > li:nth-child(3) {
        width: 180px;
    }

    .ylm-cont-list > ul > li {
        width: calc((100% - 180px) / 2);
    }
}

@media(max-width:1160px) {
    #header .util {
        top: 35px;
        right: 25px;
    }
}

/* 로그인 */
.login-wrap {
    width: 100%;
    position: relative;
    background: #f1f6fc;
    padding: 80px 0;
}

/* .login-box {padding: 0 200px;} 20240605 디지털원패스 삭제 */

.login-top-tit {
    text-align: center;
}

.login-top-tit > p {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    color: #42486d;
}

.login-box {
    position: relative;
    width: 100%;
}

.login-box > ul {
    /* display: flex;
    flex-wrap: nowrap; */
    width: 100%;
    padding: 75px 0;
    position: relative;
}

.login-box > ul > li {
    /* width: calc(100% / 2); */
    position: relative;
    padding: 35px 55px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 99;
    border-radius: 10px;
}

.login-box > ul > li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 345px;
    height: 145px;
    left: 10px;
    top: -137px;
    background-image: url(../images/layout/login-img01.png);
    background-repeat: no-repeat;
    z-index: 5;
}

.login-box > ul > li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 345px;
    height: 145px;
    right: 0px;
    top: -120px;
    background-image: url(../images/layout/login-img02.png);
    background-repeat: no-repeat;
    z-index: 5;
}

/* .login-box > ul > li:not(:nth-last-child(1)) {
    margin-right: 40px; 20240605 디지털원패스 로그인 삭제
} */

.login-box > ul > li > div > h3 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}

.login-ID {
    position: relative;
    width: 100%;
}

.login-ID > h3 {
    color: #006f54;
}

.login-digital > h3 {
    color: #1a2674;
}

.login-input {
    width: 100%;
    position: relative;
}

/*  2024 03 07 수정 */
.login-input input {
    width: 100%;
    position: relative;
    display: block;
    padding: 25px 10px;
    border-radius: 6px;
    color: #aaaaaa;
    margin-bottom: 10px;
    border-color: #aaaaaa;
    color: #333;
    font-size: 17px;
}

.password-wrap {
    position: relative;
    width: 100%;
}

.password-wrap > a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 25px;
    height: 25px;
}

.password-wrap > a input[type="checkbox"] {
    display: none;
}

.password-wrap label {
    display: block;
}

.password-wrap input[type=checkbox] + label:before {
    position: absolute;
    left: 0px;
    top: 5%;
    content: '';
    background: #ffffff;
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/layout/password-view.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.password-wrap input[type=checkbox]:checked + label:before {
    background-image: url(../images/layout/password-hide.png);
}

.login-digital p.onepass-tit {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    text-align: start;
    padding-top: 0;
}

.login-ID p {
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 1.6
}

.login-ID p:nth-child(2) {
    margin-bottom: 10px;
}

.login-info.digital-info {
    width: 95%;
    position: relative;
    padding-top: 10px;
}

.login-info.digital-info li {
    padding: 5px 0;
}

.login-info.digital-info > li a:after {
    height: 2px;
}

/*  2024 03 07 수정 */
.login-input > label {
    display: block;
}

.ID-save input[type=checkbox] + label:before {
    position: absolute;
    left: 0px;
    top: 9%;
    content: '';
    background: #ffffff;
    width: 17px;
    height: 17px;
    display: block;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
}

.ID-save input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ID-save input[type=checkbox] {
    display: none;
}

.ID-save input[type=checkbox]:checked + label:before {
    background: #01A17B;
    border: 0;
}

.ID-save {
    padding: 5px 0 15px 0;
    position: relative;
    display: block;
}

.ID-save > label {
    font-size: 17px;
    font-weight: 500;
    margin-left: 26px;
}

.login {
    width: 100%;
    position: relative;
    padding: 20px 23px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    background: #03a17b;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 15px;
}

.login:hover {
    outline: 3px solid #03a17b;
    color: #03a17b;
    background: #fff;
}

.login-info {
    display: flex;
    flex-wrap: nowrap;
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 18px 0;
}

.login-info > li {
    width: calc(100% / 3);
    position: relative;
    text-align: center;
    color: #555555;
    font-size: 17px;
    display: inline-block;
}

.login-info > li a {
    display: inline-block;
}

.login-info > li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1.5px;
    margin: 0 auto;
    background: #03a17b;
    top: 2px;
    position: relative;
    transition: all .3s;
}

.login-info > li a:hover:after {
    color: #d0d6da;
    width: 100%;
}

.login-info > li:not(:nth-last-child(1))::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    background: #c9c9c9;
}

.login-digital > img {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.digital-btn {
    background: #1a2674;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.dig_ov {
    display: none;
}

.digital-btn:hover {
    outline: 3px solid #1a2674;
    color: #1a2674;
    background: #fff;
}

.digital-btn:hover .dig-ico {
    display: none;
}

.digital-btn:hover .dig_ov {
    display: block;
}

.digital-btn img {
    margin-right: 15px;
    width: 28px;
}

.digital-btn > b {
    font-size: 16px;
}

.digital-btn > span {
    margin-left: 13px;
    font-size: 20px;
}

.login-digital > p {
    text-align: center;
    line-height: 1.4;
    padding: 15px 0 0px 0;
    color: #555555;
    font-size: 18px;
    margin-bottom: -3px;
}

.login-box > ul.find-id {
    justify-content: center;
    padding-top: 120px;
}

.login-box > ul.find-id > li:nth-child(1)::before {
    content: none;
}

/* 아이디,비밀번호 찾기 */
.find-id > li > .login-ID > h3 {
    font-size: 30px;
}

.find-id > li > div > p {
    line-height: 1.4;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #555555;
    padding-bottom: 25px;
}

.login-box > ul.find-id > li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 100px;
    background-image: url(../images/layout/find-id-img.png);
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: -95px;
}
.fi-alt {width: 580px;margin-bottom: 10px;}

@media(max-width:360px) {
    .fl_sitegroup .fs_ti {font-size: 16px;padding-left: 10px;}
    .fl_sitegroup .fs_list a {font-size: 15px;}
    .ft_info02 > p span {margin-left: 0;margin-top: 5px;font-size: 19px;}
}
@media (min-width:768px) {
    .login-wrap .layout{position:relative;width:700px;margin:0 auto;}
}
@media(max-width:1500px) {
    .login-box {padding: 0 50px;}
}

@media(min-width:1500px) {}

@media(max-width:1200px) {
    .login-wrap {padding: 70px 0;}
    .login-box {padding: 0;}
    .login-box > ul {padding: 60px 0;}
    .login-top-tit > p {font-size: 16px;}
    .login-box > ul > li:nth-child(1)::before {background-size: 260px;top: -112px;width: 270px;left: 10px;}
    .login-box > ul > li:nth-child(2)::before {background-size: 260px;top: -105px;right: 0;width: 290px;}
    .login {font-size: 20px;padding: 20px;}
    .login-info {width: 100%;}
    .login-box > ul.find-id {padding-top: 50px;}
    .login-box > ul.find-id > li:nth-child(1)::before {width: 340px;top: -78px;background-size: 330px;}
    /*    2024 03 07 */
    .login-box > ul > li {padding: 30px;}
    .login-ID p,
    .login-digital p.onepass-tit {font-size: 15px;}
    .login-info.digital-info {width: 100%;}
    .login-info.digital-info li a {font-size: 16px;letter-spacing: -1px;}
    /*    2024 03 07 */


}

@media(max-width:1000px) {
    #footer address div:first-child {
        margin-bottom: 10px;
        top: 5px;
    }

    #footer address .ft_logo > img {
        width: 100px;
    }

    .fi-alt {
        width: 100%;
    }
}

@media(max-width:1024px) {


}

@media(max-width:850px) {
    /* .login-box > ul {
        display: block;
    } 20240605 디지털원패스 로그인 삭제 */

    .login-box > ul > li {
        margin-right: 0;
        width: 100%;
    }

    .login-box > ul > li:not(:nth-last-child(1)) {
        margin-right: 0;
    }

    .login-box > ul > li:nth-child(1) {
        margin-bottom: 40px;
    }

    .find-id > li > div > p {
        font-size: 16px;
    }

    .login-box > ul.find-id > li:nth-child(1)::before {
        content: none;
    }

    .login-box > ul.find-id > li:nth-child(1) {
        margin-bottom: 0;
    }

    .login-box > ul.find-id {
        padding-top: 25px;
    }

    /*    2024 03 07 */
    .login-ID p,
    .login-digital p.onepass-tit {
        letter-spacing: -1.2px;
        font-size: 14px;
    }
}

@media(max-width:420px) {
    .login-top-tit > p {
        font-size: 15px;
        letter-spacing: -.8px;
    }

    .login-wrap {
        padding: 35px 0;
    }

    .login {
        font-size: 18px;
    }

    .digital-btn > span {
        font-size: 16px;
    }

    .digital-btn img {
        width: 26px;
    }

    /*    2024 03 07 */
    .login-digital > p {
        font-size: 16px;
    }

    .login-box > ul > li {
        padding: 20px;
    }

    /*    2024 03 07 */
    .find-id > li > div > p {
        font-size: 15px;
    }
}

@media all and (max-width:1480px) {
    #footer address .ft_logo {
        top: 0;
    }

    .ft_info{
        position: relative;
    }

    .ft_info02{
        right: 0!important;
    }

    .serv-tel{
        right: 0;
    }

}

.info-table tr th,
.info-table tr td {
    padding: 7px 10px;
}

input[disabled] {
    cursor: not-allowed;
}

input[disabled]:hover {
    outline: none !important;
}

/* html 윈도우 팝업창 */
.html-popup {
    position: relative;
    padding: 30px;
}

.page-loading > h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 15px;
}

/*페이지 로딩*/
.loader {
    width: 100px;
    margin: 0 auto;
}

.loader-wheel {
    animation: spin 1.7s infinite linear;
    /*
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
*/
    background-image: url(../images/layout/spin.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100px;
    width: 100px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.progress-bar {
    height: 25px;
    width: 100%;
    background-color: #eee;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 30px;
}

.bar {
    width: 0;
    height: 100%;
    background-color: #01a87f;
    background-size: 30px 30px;
    animation: move 2s linear infinite;
    box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
    transition: width 1.5s ease-out;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 30px;
    }
}

.perc {
    position: fixed;
    top: 68%;
    /*    left: 50%;*/
    right: 30px;
    transform: translateY(-70%);
    color: #333;
    font-weight: bold;
    font-size: 19px;
}

@media(max-width:780px) {
    .ylm-cont-list > ul {
        flex-wrap: wrap;
    }

    .ylm-cont-list > ul > li {
        width: calc((100% / 2) - 10px);
    }

    .ylm-cont-list > ul > li:nth-child(2) {
        margin-right: 0;
    }

    .ylm-cont-list > ul > li:nth-child(3) {
        margin-top: 15px;
        width: calc((100% / 2) - 10px);
    }

    .ylm-cont-list > ul > li:nth-child(3) > a .ylm-cont-box > strong {
        text-align: center;
    }

    .ylm-cont-list > ul > li:nth-child(3) > a i {
        display: none;
    }

    #header .util {
        right: 20px;
        top: 25px;
    }

    #header .util .util_search {
        top: -10px;
    }
}

@media(max-width:500px) {
    .ylm-cont-list > ul > li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .ylm-cont-list > ul > li:nth-child(3) {
        margin-top: 0;
    }
}

h4.per {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.widget-title {
    margin-top: 20px;
}

.No-page {
    position: relative;
}

.No-page > img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:637px) {
    #header .util {
        top: 25px !important;
        right: 20px !important;
    }

    #header .util .util_search {
        top: -6px;
    }
}

@media(min-width:1930px) {
    .No-page {
        height: 900px;
    }

    .No-page > img {
        top: 120px;
    }
}

/* 검색창 */
.general_search {
    display: none;
    z-index: 110;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 230px;
    background-color: #01a87f;
}

.general_search .layout {
    height: 100%;
    padding-top: 60px
}

.general_search .search_keyword {
    position: relative;
    max-width: 765px;
    ;
    margin: 0 auto;
}

.general_search .search_keyword:before {
    content: '';
    position: absolute;
    top: -18px;
    left: -150px;
    width: 122px;
    height: 149px;
    background: url(../images/layout/general_search_bg.png) no-repeat 0 0
}

.general_search .search_keyword input[type=search] {
    width: 100%;
    height: 60px;
    padding: 0 50px 0 10px;
    font-size: 22px;
    border: solid #fff;
    border-width: 0 0 3px;
    background-color: transparent;
    color: #fff;
}

.general_search .search_keyword input[type=search]::placeholder {
    color: #fff;
}

.general_search .search_keyword button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}

.general_search .search_keyword button[type=button] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}

.general_search .faivorit_keyword {
    margin-top: 25px;
    text-align: center
}

.general_search .faivorit_keyword span {
    display: inline-block;
    font-weight: 400;
    color: #fff;
}

.general_search .faivorit_keyword .label {}

.general_search .faivorit_keyword .mid {
    margin: 0 10px;
}

.general_search .faivorit_keyword .word {}

.general_search .faivorit_keyword .word a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

.general_search .faivorit_keyword .word a:first-child {
    margin-left: 0
}

.general_search_out_ground {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width:1200px) {
    .general_search {
        padding-left: 13%;
    }

    #footer {
        padding: 30px 15px 40px;
    }
}

@media (max-width:1160px) {
    .general_search {
        top: 91px;
    }
}

@media (max-width:1000px) {
    .general_search {
        padding-left: 15%;
    }

    .general_search .layout {
        max-width: 500px;
    }

    .general_search .faivorit_keyword {
        position: relative;
        padding-left: 100px;
        text-align: left
    }

    .general_search .faivorit_keyword .label {
        position: absolute;
        top: 0;
        left: 0;
    }

    .general_search .faivorit_keyword .mid {
        position: absolute;
        top: 1px;
        left: 72px;
    }
}

@media (max-width:767px) {
    .general_search {
        padding-top: 20px;
        top: 71px;
        height: 150px;
        padding-bottom: 30px;
    }

    .general_search .search_keyword {
        margin-top: 30px;
    }

    .general_search .layout {
        padding: 10px;
    }

    .general_search .search_keyword:before {
        top: -30px;
        left: -110px;
        width: 80px;
        height: 100px;
        background-size: 100% auto;
    }

    .general_search .search_keyword input[type=search] {
        height: 50px;
        font-size: 18px
    }

    .general_search .faivorit_keyword span {
        font-size: 14px;
        word-break: keep-all
    }

    .general_search .faivorit_keyword .word {
        vertical-align: top
    }

    .general_search .faivorit_keyword .word a {
        margin-bottom: 5px;
    }

    .general_search .layout {
        padding-top: 0 !important;
    }
}

@media (max-width:630px) {
    .general_search {
        padding-left: 0;
    }

    .general_search .search_keyword:before {
        display: none;
    }

    .general_search .faivorit_keyword {
        margin-left: 20px;
    }
}

/*2024 03 07*/
.login-session-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    transition: all 0.1s;
}

.login-session-wrapper.open {
    opacity: 1;
    display: block;
    z-index: 9999;
}

.login-session {
    width: 650px;
    padding: 40px 45px;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0;
    transition: all 0.1s;
}

.login-session-wrapper.open .login-session {
    opacity: 1;
}

.login-session-content {
    width: 100%;
    position: relative;
    display: block;
}

.login-session-content p {
    font-size: 24px;
    font-weight: bold;
}

.login-session-content > a {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.login-session-content strong {
    font-size: 26px;
    padding-top: 35px;
    display: block;
    letter-spacing: -1px;
}

.login-session-content strong p,
.login-session-content strong span {
    display: inline-block;
    font-size: 26px;
    color: #404dc7 !important;
}

.lg-session-txt {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.lg-session-txt p {
    font-size: 20px;
    line-height: 1.7;
    color: #1D1D1D;
    font-weight: 500;
}

.login-session-content ul {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: flex-end;
    padding-top: 30px;
}

.login-session-content > ul > li a {
    padding: 15px 20px 17px;
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.login-session-content > ul > li:nth-child(1) a {
    margin-right: 15px;
    border: 1px solid #d5d5db;
}

.login-session-content > ul > li:nth-child(1) a:hover {
    background: #029982;
    color: #fff;
    border: 1px solid #029982;
    transition: all .3s;
}

.login-session-content > ul > li:nth-child(2) a {
    position: relative;
    background: #029982;
    color: #fff;
    border: 1px solid #029982;
}

.login-session-content > ul > li:nth-child(2) a:hover {
    background: #fff;
    color: #333;
    border: 1px solid #d5d5db;
    transition: all .3s;
}

@media (max-width:700px) {
    .login-session {
        width: 95%;
        padding: 40px 30px;
    }
}

@media (max-width:450px) {
    .login-session {
        padding: 25px;
    }

    .login-session-content strong {
        padding-top: 15px;
        font-size: 22px;
    }

    .login-session-content strong p {
        margin-left: 5px;
    }

    .lg-session-txt {
        padding-top: 20px;
    }

    .lg-session-txt p {
        font-size: 18px;
    }

    .login-session-content ul {
        padding-top: 20px;
    }

    .login-session-content > a {
        width: 16px;
        height: 16px;
        top: 3px;
    }

    #footer address p,
    #footer address span {
        font-size: 15px
    }

    .ft_info > .ft_service a {
        font-size: 30px;
    }

    .ft_info {
        margin-top: 10px;
    }

    #footer {
        padding: 20px 0;
    }
}

.y-top {
    width: 100%;
    position: relative;
    background: #3E4056
}

.y-top .gov-info {
    margin-left: -10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #4f6280;
    padding: 5px 10px;
}

.y-top .gov-info li img {
    vertical-align: middle;
    margin-right: 10px;
}

.y-top .gov-info li {
    line-height: 27px;
    font-size: 15px;
    color: #fff;
}

/* 전체메뉴 추가 */
.sitemap-gnb {
    width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: 140px;
    display: none;
    z-index: 9999;
    overflow: hidden;
    border-bottom: 2px solid #03a2a4;
}

/*
.sitemap-gnb.on{
    display: block;
    animation: down1 ease-in-out .5s;
}
*/
@keyframes down1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0%);
    }
}

.site-wrap {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 30px;
}

.site-wrap > ul {
    padding: 15px 10px;
    width: calc(100% / 6);
    text-align: center;
    border-left: 1px solid #333;
}

.site-wrap > ul:nth-last-child(1) {
    border-right: 1px solid #333;
}

.site-wrap > ul > li a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.site-wrap > ul > li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

/**/
.gr-gnb > .gr-wrap {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.gr-gnb > .gr-wrap > ul {
    width: calc(100% / 6);
    padding: 0 15px;
    padding-bottom: 30px;
    /*    overflow: hidden;*/
}

.gr-gnb > .gr-wrap > ul > li a:hover {
    color: #fff;
}

@media (max-width:1600px) {
    #gnb .group {
        margin-left: 0;
        left: 100%;
        transform: translateX(-100%);
    }

    #gnb .depth_1 > a {
        font-size: 26px;
    }

    .ft_info02{
        right: 15px;
    }
}

@media (max-width:1500px) {
    #gnb .depth_1 > a {
        font-size: 24px;
    }

    #gnb .gnb_group {
        width: 80%;
    }

    #gnb .group {
        width: 84%;

    }

    #gnb .depth_2 > li > a {
        font-size: 18px;
        letter-spacing: -1.5px;
    }

    #gnb .depth_3 > li > a {
        font-size: 16px;
    }

    .gr-gnb > .gr-wrap > ul {
        padding: 0 10px;
    }

    .gr-gnb {
        display: block !important;
    }

    #gnb .depth_2 {
        padding-bottom: 15px;
    }
}

@media (max-width:1300px) {

    #gnb .depth_2 {
        padding: 15px 5px;
    }

    #gnb .depth_2 > li > a {
        font-size: 16px;
    }

    #gnb .depth_3 > li > a {
        font-size: 15px;
    }

    #gnb .depth_1 > a {
        font-size: 24px;
    }

    #gnb .gnb_group {
        left: 30px;
    }
}

@media(max-width:1160px) {
    #header .logo a > img {
        width: 200px;
        top: 0;
    }
}

@media(max-width:360px) {
    #header .logo a > img {
        width: 165px;
        top: 6px;
    }

    #header .util {
        right: 0 !important;
    }

    #header .util .util_search button,
    #header .util .util_sitemap {
        width: 25px;
    }
}

/* 모달창 추가*/
.al-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.al-modal-content {
    background-color: #fefefe;
    border-top: 3px solid #1ba492;
    width: 733px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out .3s;
    padding: 30px;
}

.al-tit {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.al-tit h3 {
    font-size: 31px;
    color: #222;
    line-height: 36px;
    background: none;
    font-family: 'Daum';
    font-weight: bold;
}

.al-close {
    width: 30px;
    height: 30px;
}

.al-close > img {
    width: 30px;
}

.al-cont {
    margin-top: 30px;
}

.al-login {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.al-login > li {
    width: calc((100% / 2) - 10px);
    background: #4e4ecc;
    border-radius: 13px;
}

.al-login > li a {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
    padding: 35px 30px;
}

.al-login > li a p {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1.6px;
}

.al-login > li a:hover {
    border-radius: 13px;
}

.al-login > li a i {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    border-radius: 100%;
}

.al-login > li:nth-child(1) a i {
    background: #00715d;
    background-image: url(../images/layout/ico-al-login01.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.al-login > li:nth-child(2) a i {
    background: #31318b;
    background-image: url(../images/layout/ico-al-login02.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}

.al-login > li:nth-child(3) a i {
    background: #00458b;
    background-image: url(../images/layout/ico-al-login03.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.al-login > li:nth-child(1) {
    margin-right: 20px;
    background: #00a080;
    width: 290px;
}
.modal-content .modal-body .al-login > li:nth-child(1){
    width: 360px;
    margin-right: 10px;
}
.modal-content .modal-body .al-login > li:nth-last-child(1){
    width: 360px;
}
.modal-content .modal-body .al-login > li:nth-child(1) {
    margin-top: 15px;
    background: #00a080;
}

.al-login > li:nth-child(2) {
    width: 360px;
}

.al-login > li:nth-last-child(1) {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    background: #207ad6;
}

.al-login > li:nth-child(1) a:hover {
    background: #fff;
    outline: 1px solid #00a080;
}

.al-login > li:nth-child(1) a:hover p {
    color: #00a080;
}

.al-login > li:nth-child(2) a:hover {
    background: #fff;
    outline: 1px solid #4e4ecc;
}

.al-login > li:nth-child(2) a:hover p {
    color: #4e4ecc;
}

.al-login > li:nth-child(3) a:hover {
    background: #fff;
    outline: 1px solid #207ad6;
}

.al-login > li:nth-child(3) a:hover p {
    color: #207ad6;
}

/*임업경영체 번호 확인*/

.al-check-box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.al-check-box > p {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    color: #444444;
    width: 140px;
    font-family: 'Pretendard';
}

.al-check-box > ul {
    width: calc(100% - 140px);
    position: relative;
    display: flex;
}

.al-check-box > ul > li:nth-child(1) {
    margin-right: 60px;
}

.al-check-box > ul > li > label {
    font-size: 23px;
    display: flex;
    align-items: center;
    font-family: 'Pretendard';
}

.al-check-box > ul > li input[type="radio"] {
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #c9c9c9;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.al-check-box > ul > li input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/layout/ico-chk.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
}

.al-check-box > ul > li input[type="radio"]:checked {
    background: #1179f4;
}

.al-chk02 {
    display: block
}

.al-chk02 > ul {
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.al-info {
    position: relative;
    margin-top: 25px;
}

.al-info-tbl {
    width: 100%;
    position: relative;
    border-top: 2px solid #1179f4;
    border-bottom: 2px solid #1179f4;
}

.al-info-tbl tr th {
    padding: 25px 10px;
}

.al-info-tbl tr td {
    padding: 15px 10px;
}

.al-info-tbl tr th {
    background: #f9f9f9;
    font-family: 'Pretendard';
    font-size: 22px;
}

.al-info-tbl tr:nth-last-child(1) td {
    border-bottom: 0;
}

.al-info-tbl tr:not(:nth-last-child(1)) th {
    border-bottom: 1px solid #ddd !important;
}

.al-info-tbl tr td input {
    width: 100%;
    position: relative;
    padding: 20px 10px;
    font-size: 19px;
    font-weight: 500;
}

.al-info-tbl tr td input.half {
    width: calc(100% / 2 - 15px);
}

.al-info-btn {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.al-info-btn > a {
    padding: 15px 35px;
    font-size: 20px;
    font-weight: bold;
}

.al-info-btn > a i {
    font-size: 22px;

}

.al-info-btn > a:not(:nth-last-child(1)) {
    margin-right: 10px;
}



@media(max-width:780px) {
    .al-modal-content {
        width: 95%;
        padding: 30px 20px;
    }

    .al-login > li:nth-child(1) {
        width: 280px;
    }

    .al-login > li:nth-child(2) {
        width: calc((100% - 280px) - 20px);
    }

    .al-login > li a {
        padding: 25px;
    }

    .al-login > li a p {
        font-size: 31px;
    }

    .al-tit h3 {
        font-size: 28px;
    }

    .al-cont {
        margin-top: 25px;
    }

    .al-login > li a i {
        width: 60px;
        height: 60px;
        background-size: 50%;
    }

    .al-login > li a i {
        background-size: 35px !important;
    }

    .al-login > li:nth-child(2) a i {
        background-position: 15px center;
    }
}

@media(max-width:639px) {
    .al-login > li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .al-login > li:nth-last-child(1) {
        margin-top: 0;
    }

    .al-login > li a {
        padding: 20px 15px;
    }

    .al-login > li a p {
        font-size: 25px;
        line-height: 1.2;
        width: calc(100% - 60px);
    }

    .al-login > li a i {
        height: 57px;
    }

    .al-check-box > p {
        font-size: 21px;
        width: 110px;
    }

    .al-check-box > ul > li > label {
        font-size: 20px;
    }

    .al-check-box > ul > li input[type="radio"] {
        width: 25px;
        height: 25px;
    }

    .al-check-box > ul > li:nth-child(1) {
        margin-right: 30px;
    }

    .al-info-tbl tr th {
        font-size: 19px;
        word-break: keep-all;
    }

    .al-info-tbl tr td input.half {
        width: 100%;
    }

}

@media(max-width:450px) {
    .al-chk02 > ul {
        display: block;
    }

    .al-chk02 > ul > li:not(:nth-last-child(1)) {
        margin-bottom: 20px;
    }

    .al-info-tbl > tbody,
    .al-info-tbl {
        display: block;
        width: 100%;
    }

    .al-info-tbl tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .al-info-tbl tr th,
    .al-info-tbl tr td {
        width: 100%;
        display: block;
    }

    .al-info-btn {
        margin-top: 20px;
    }

    .al-info-tbl tr th {
        border-bottom: 1px solid #ddd !important;
        padding: 15px;
    }
}

@media(max-width:360px) {
    .al-check-box {
        display: block;
    }

    .al-check-box > ul {
        width: 100%;
        padding-top: 15px;
    }
}


.serv-info {
    width: 100%;
    background: #fff;
    position: relative;
    border-top: 1px solid #8f91a8;
}

.serv-info > .layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.serv-tel {
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
}

.serv-info p {
    font-family: 'Pretendard';
    font-size: 18px;
    color: #444444;
    margin-right: 20px;
}

.ft_info02 > ul {
    display: flex;
    flex-wrap: nowrap;
}

.ft_info01 p {
    color: #fff;
    font-family: 'Pretendard';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.ft_info01 p span {
    font-size: 18px;
    font-weight: 400;
}


.ft_info02 > ul > li {
    font-size: 21px;
    font-family: 'Pretendard';
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
}

.serv-tel .ft_info02 > ul > li {
    color: #24ef7f;
}

.serv-tel .ft_info02 > ul > li b{
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

.ft_info02 > ul > li:not(:nth-last-child(1)) {
    margin-right: 25px;
}

.ft_info02 > ul > li span{
    padding: 8px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    width: 105px;
    text-align: center;
}


.ft_info02 > ul > li:nth-child(1) span {
    background: #5b9500;
}

.ft_info02 > ul > li:nth-child(2) span {
    background: #0d87d5;
}

.ft_info02 > ul > li:nth-child(3) span {
    background: #019671;
}

.ft_info02 {
    width: auto;
    position: relative;
}

.ft_info02 > p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
    font-family: 'Pretendard';
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.ft_info02 > p > span {
    display: block;
    padding-top: 5px;
    font-size: 20px;
    margin-bottom: 7px;
}

.ft_serv-tel > p span {
    font-size: 16px;
}

.ft_info02 > p b{
    background: #00952a;
    padding: 6px 15px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    margin-right: 5px;
}

.serv-tel > ul > li:not(:nth-last-child(1)) {
    margin-right: 20px;
}


/*바로가기*/

.sub-gov {
    display: flex;
}

.fl_sitegroup {
    position: relative;
    width: 245px;
    height: 100%;
    border-left: 1px solid #8f91a8;
}

.fl_sitegroup:nth-child(2) {
    border-right: 1px solid #8f91a8;
}

.fl_sitegroup .fs_ti {
    position: relative;
    display: block;
    padding: 20px 70px 20px 20px;
    font-weight: 400;
    color: #000
}

.fl_sitegroup .fs_ti .ft_mroe {
    position: absolute;
    top: 25px;
    right: 25px;
}

.fl_sitegroup .fs_list {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 10px 10px 20px;
    border: 1px solid #c6c6ce;
    background-color: #dedee6;
    z-index: 2;
}

.fl_sitegroup .fs_list a {
    display: block;
    padding: 10px;
    border-top: 1px solid #c6c6ce;
    color: #000
}

.fl_sitegroup .fs_list a:first-child {
    border-top-width: 0
}

.fl_sitegroup .fs_list a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #000
}
/* 202406056 원패스로그인삭제 신규 미디어쿼리 추가 */
@media(min-width:1024px){
    .login-wrap .layout{margin-top:50px;}
    .login-wrap .layout .login-top-tit{position:absolute;top:-30px;text-align:left;word-break:keep-all}
}
@media(min-width:1025px) and (max-width:1200px){
        .login-wrap .layout .login-top-tit{left:300px;}
}

@media(max-width:1300px) {
    .serv-tel > ul > li {
        font-size: 20px;
        margin-top: 5px;
    }

    .serv-tel > ul > li span {
        font-size: 14px;
    }

    .serv-info p {
        font-size: 17px;
    }

    .fl_sitegroup .fs_ti {
        height: 100%;
        font-size: 17px;
        display: flex;
        vertical-align: middle;
        align-items: center;
        padding-right: 30px;
        padding-left: 15px;
    }

    .fl_sitegroup .fs_ti .ft_mroe {
        top: 23px;
        right: 15px;
    }

    .fl_sitegroup {
        width: 210px;
    }

    .fl_sitegroup .fs_list a {
        font-size: 16px;
        letter-spacing: -1px;
    }

    .ft_info01,
    .ft_info02 > ul > li:not(:nth-last-child(1)) {
        margin-right: 12px;
    }

    .ft_info01 p {
        font-size: 18px;
    }

    .ft_info {
        position: relative;
    }

    .serv-tel .ft_info02 > ul > li b{
        font-size: 16px;
    }

    .ft_info02 > ul > li{
        font-size: 19px;
    }

}

@media(max-width:1100px){
    .ft_info02 > ul{
        display: block;
    }

    .ft_info01, .ft_info02 > ul > li:not(:nth-last-child(1)){
        margin-right: 0;
        margin-bottom: 10px;
    }

    #footer{
        padding-bottom: 30px;
    }
}

.mb_link{
    display: none;
}


@media(max-width:1024px) {
    .login-box > ul > li:nth-child(1)::before,
    .login-box > ul > li:nth-child(2)::before {content: none;}
    .login-box > ul {padding: 30px 0;}
    .login-wrap {padding: 50px 0;}
    .login-digital > p {font-size: 15px;}
    .login-box > ul > li {padding: 35px;}

    .serv-info > .layout {display: block;padding: 0 !important;}
    .fl_sitegroup {width: 50%;border: 1px solid #8f91a8;}
    .fl_sitegroup .fs_ti {padding: 15px;}
    .fl_sitegroup .fs_ti .ft_mroe {top: 20px;}
    .M-serv {display: none!important;}

    .ft_info02 > ul > li span,
    .ft_info01 > ul > li span {font-size: 14px;padding: 7px 12px;}
    .ft_info01 {margin-right: 0;}
    .ft_Link {justify-content: center;text-align: center;display: flex;}
    .ft_info01 {margin-top: 10px;}
    .ft_info02 > p {font-size: 17px;}
    .ft_info02 > p > span {font-size: 17px;}
    .ft_info{position: relative;}

    #footer{padding-bottom: 30px;}

    .mb_link{display: block;margin-bottom: 10px;}
    .ft_Link.mb_link li a{color: #fff;}
    .ft_Link.mb_link li a.point{color: #9cec30;}
    #footer{padding: 25px 0;}
    .ylm-cont-list > ul > li:nth-child(3) {width: 250px;}
    .ylm-cont-list > ul > li {width: calc((100% - 250px) / 2);}
    .ylm-cont-list > ul > li > a {padding: 20px;}
    .ylm-cont-list > ul > li > a .ylm-cont-box > strong {font-size: 19px;}
    .ylm-cont-box > p {font-size: 17px;margin-top: 0;}
    .ylm-cont-list > ul > li > a .ylm-cont-box strong > p {font-size: 25px;}
    .ylm-cont-list > ul > li > a i {width: 40px;}
}

@media(max-width:780px) {
    .serv-tel {
        display: block;
    }

    .serv-info p {
        font-size: 18px;
    }

    .serv-tel > ul > li:not(:nth-last-child(1)) {
        margin-right: 15px;
    }

    .serv-tel > ul > li {
        font-size: 18px;
    }

    .ft_serv-tel > p br {
        display: none;
    }

    .ft_serv-tel > p {
        text-align: center;
    }

    #footer {
        padding: 20px 0;
    }

    .ft_serv-tel {
        right: 0;
        margin-top: 0;
    }

    .serv-tel > ul > li:not(:nth-last-child(1)) {
        margin-right: 0;
    }

    .ft_info01 {
        margin-top: 10px;
        margin-right: 0;
    }

    .ft_info01 p {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .ft_info01 p span {
        font-size: 15px;
    }

    .ft_info02 > p {
        font-size: 18px;
        letter-spacing: -1.3px;
    }

    .ft_info02 > p span {
        display: block;
        margin-left: 0;
        padding-top: 10px;
        font-size: 19px;

    }

    .ft_Link {
        margin-bottom: 10px;
    }

    .ft_info02 {
        margin-right: 0;
    }

    .ft_info02 > ul > li {
        display: block;
        margin-right: 0 !important;
        padding: 2px 0;
    }

    .ft_info02 > ul > li span,
    .ft_info01 > ul > li span {
        width: 100px;
        display: inline-block;
        text-align: center;
    }
}

@media(max-width:639px) {
    .ft_info02 > ul {
        flex-wrap: wrap;
    }

    .ft_info02 > ul > li {
        width: 100%;
    }

    .ft_info02 > p,
    .ft_info02 > span {
        font-size: 16px;
    }
}

@media(max-width:500px) {
    .serv-tel > ul {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
    }

    .serv-tel > ul > li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    .ft_info01 p,
    .ft_info02 p {
        text-align: start;
        padding-right: 0;
        font-size: 16px;
        line-height: 1.7
    }

    .ft_info02 > p span {
        font-size: 18px;
        padding-top: 5px;
    }

    .ft_info02 > ul {
        padding-left: 0;
        width: 100%;
        text-align: start;
        margin-top: 15px;
    }
    .ft_info02 > ul > li span{
        width: 95px;
        display: block;
        margin-bottom: 10px;
    }
}


@media(max-width:1535px) {
    .gr-wrap::after {left: -210px;}
    #gnb .gnb_group {width: auto;left: 0px;}
}

@media(min-width:1930px) {
    #gnb .group {min-width: 1300px;}
}

@media (max-width:1100px) {
    .general_search .layout {padding-top: 50px !important;}
    .ft_info02 > ul > li{font-size: 18px;}
}

/* 20240605 신규 미디어쿼리추가 */
@media screen and (min-width:1201px) and (max-width:1199px) {}
@media screen and (min-width:1201px){
   .login-wrap .layout{width:850px;margin-top:75px;}
   .login-wrap .layout .login-top-tit{left:370px;}
   .login-box > ul > li:nth-child(1)::before{top:-121px;width:280px;background-size:100%;}
}
@media screen and (min-width:1501px){
    .login-wrap .layout .login-top-tit{left:325px;top:-8px;}
}

.oacx-ux-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    cursor: pointer;
    background-color: #128fb1;
    border-color: #128fb1;
}
.oacx-ux-btn .oacx-kakao{
    background: url('../images/layout/logo_kakao.png');
}
.oacx-ux-btn .oacx-naver{
    background: url('../images/layout/logo_naver.png');
}
.oacx-ux-btn .oacx-samsung{
    background: url('../images/layout/logo_samsung.png');
}
.oacx-ux-btn .oacx-pass{
    background: url('../images/layout/logo_pass.png');
}
.oacx-ux-btn .oacx-payco{
    background: url('../images/layout/logo_payco.png');
}
.oacx-ux-btn .oacx-toss{
    background: url('../images/layout/logo_toss.png');
    background-color:#fff;
}
.oacx-ux-btn .oacx-kb{
    background: url('../images/layout/logo_kb.png');
}
.oacx-ux-btn .oacx-shinhan{
    background: url('../images/layout/logo_shinhan.png');
}
.oacx-ux-btn .oacx-banksalad{
    background: url('../images/layout/logo_banksalad.png');
}
.oacx-ux-btn .oacx-hana{
    background: url('../images/layout/logo_hana.png');
}
.oacx-ux-btn .oacx-mdl{
    background: url('../images/layout/logo_mdl.png');
}
.oacx-ux-btn .oacx-dream{
    background: url('../images/layout/logo_dream.png');
}
.oacx-ux-btn .oacx-nh{
    background: url('../images/layout/logo_nh.png');
}

.oacx-ux-btn span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-top: 13px;
}

.oacx-ux-btn a, .oacx-ux-btn img {
    background-size: 30px !important;
    margin-right: 5px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 0;
    vertical-align: sub;
}

