@charset "utf-8";

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

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

@media(max-width: 1024px) {
    body.on #wrap {
        position: fixed;
    }
}

#header {
    height: 136px;
}

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

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

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

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

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

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

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

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

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

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

#header .logo {
    float: left;
    margin: 16px 0 0 25px;
    background: url(../images/logo.png) no-repeat;
    width: 252px;
    height: 53px;
    position: relative;
    z-index: 99;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#gnb_wrap.active {
    border-bottom: 3px solid #00A9ED;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.gnbSubM .gnbSub>.Gn1 strong:after {
    content: "";
    display: block;
    margin: 23px auto 0;
    background: url(../images/layout/icon_gnbSub1.png) no-repeat;
    position: absolute;
    width: 195px;
    height: 170px;
}

.gnbSubM .gnbSub>.Gn2 strong:after {
    top: 50px;
    content: "";
    display: block;
    margin: 23px auto 0;
    background: url(../images/layout/icon_gnbSub2.png) no-repeat;
    position: absolute;
    bottom: 5px;
    width: 215px;
    height: 170px;
    right: -30px;
}

.gnbSubM .gnbSub>.Gn3 strong:after {
    left: 10px;
    content: "";
    display: block;
    margin: 23px auto 0;
    background: url(../images/layout/icon_gnbSub3.png) no-repeat;
    position: relative;
    right: 40px;
    bottom: 10px;
    width: 235px;
    height: 175px;
}

.gnbSubM .gnbSub>.Gn4 strong:after {
    top: 60px;
    content: "";
    display: block;
    margin: 23px auto 0;
    background: url(../images/layout/icon_gnbSub4.png) no-repeat;
    position: absolute;
    bottom: 0px;
    width: 190px;
    height: 165px;
    right: -20px;
}

.gnbSubM .gnbSub>.Gn5 strong:after {
    content: "";
    display: block;
    margin: 23px auto 0;
    background: url(../images/layout/icon_gnbSub5.png) no-repeat;
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 200px;
    height: 165px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

#mMenu .mMenu_top .mMenu_logo {
    width: 180px;
    height: 65px;
    background-size: 180px;
}

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

#mMenu .mMenu_mem ul {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #header .hr_util>a {
        width: 76px;
    }
}

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

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

    #gnb .tm {
        width: 100%
    }

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

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

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

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

    #siteMap {
        display: none !important
    }
}

@media (min-width: 1025px) {

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

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

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

    #header .logo {
        margin: 10px 0 0 10px;
    }

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

    #gnb {
        display: none
    }

    #header .ht_util {
        display: none;
    }

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

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

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

@media all and (max-width:380px) {
    #header .logo {
        width: 50%;
        height: 55px;
    }
}


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

#siteMap .layout {
    position: relative
}

.sitemap_list {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sitemap_close {
        top: 6px
    }
}

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

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

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

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

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

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

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



/***footer***/
#footer {
    position: relative;
    background: #fff;
}

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

.ft_top {
    height: 50px;
    background: #5b6077;
}

#footer .ft_top .foot_list {
    overflow: hidden;
    padding: 15px 0;
}

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

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

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

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

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

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

#footer .ft_top .dropdown .dropdown-menu {
    bottom: 40px;
    top: auto;
    position: absolute;
}

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


#footer .foot_right .f_addr {
    width: 95%;
}

#footer .foot_right .f_addr p {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

#footer .foot_right .f_addr p a {
    color: #000;
}

#footer .foot_right .f_addr .fa_addr {
    width: 100%;
}

#footer .foot_right .f_addr .fa_addr span {
    display: inline-block;
    margin: 0 5px;
    color: #c8c8c8;
}

#footer .foot_right .f_addr .fa_copy {}




#footer .layout {
    display: flex;
}



#footer .foot_right {
    display: flex;
    height: 150px;
}

.foot_right .layout {
    width: 100%;
    display: flex;
    padding: 20px 0;
}


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



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

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

#footer .foot_right address>* {
    margin-top: 5px;
    display: block;
    float: left;
    color: grey;
    font-weight: 100;
}

#footer .foot_right .sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

#footer .foot_right .sns li {
    float: left;
}





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

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

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

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

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

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

#footer .foot_right .sns a.modoo {
    background: url(../images/layout/foot-sns06.png) no-repeat;
    background-position: center center;
}

#footer .foot_left {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 85%;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:640px) and (max-width:1199px) {
    #footer .ft_top .foot_list {
        overflow: hidden;
        padding: 15px 10px;
    }

    #footer .foot_right .f_addr {
        width: 95%;
        padding-left: 10px;
    }

    #footer .foot_left {
        display: flex;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        width: 85%;
    }
}


@media screen and (max-width:639px) {
    .ft_top {
        height: 200px;
        background: #5b6077;
    }

    .ft_top>.layout {
        display: block !important;
        float: left;
        width: 100%;
    }

    #footer .ft_top .foot_list {
        overflow: visible;
        padding: 0px 0;
        display: block;
        position: relative;
        top: 0px;
        width: 90%;
        margin: 0 auto;
    }

    #footer .ft_top .foot_list li {
        padding: 0px;
        width: 100%;
        margin: 0 auto;
        height: 30px;
        text-align: center;
        display: block;
        position: relative;
        font-size: 13px;
        margin-top: 10px;
    }

    #footer .ft_top .foot_list li a {}

    #footer .ft_top .foot_list li:nth-child(3)::after {
        display: none;
    }



    #footer .ft_top .dropdown {
        border: 1px solid #fff;
        text-align: left;
        width: 90%;
        height: 25%;
        margin-bottom: 0;
        margin: 0 auto;
        top: 135px;
        background: #5b6077;
        position: relative;
    }

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

    #footer .ft_top .dropdown .dropdown-menu {
        bottom: 40px;
        top: auto;
        position: absolute;
    }

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

    #footer .foot_right {
        height: 200px !important;
    }

    #footer .foot_right .layout {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #footer .foot_right .f_addr {
        width: 100%;
        padding: 10px;
    }

    #footer .foot_right .f_addr p {
        font-weight: 400;
        font-size: 14px;
        color: #000;
        text-align: center;
        width: 100%;
        padding-left: 5px;
    }

    #footer .foot_right .f_addr p a {
        color: #000;
    }

    #footer .foot_right .f_addr .fa_addr {
        width: 100%;
    }

    #footer .foot_right .f_addr .fa_addr span {
        display: inline-block;
        margin: 0 5px;
        color: #c8c8c8;
    }

    #footer .foot_right .f_addr .fa_copy {}



    #footer .foot_right {
        display: flex;
        height: 100px;
    }

    .foot_right .layout {
        width: 100%;
        display: block;
        float: left;
        padding: 20px 0;
    }


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



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

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

    #footer .foot_right address>* {
        margin-top: 5px;
        display: block;
        float: left;
        color: grey;
        font-weight: 100;
    }

    #footer .foot_right .sns {
        display: flex;
        margin: 0 auto;
    }

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

    #footer .foot_right .sns li {
        float: left;
    }





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

    #footer .foot_left {
        display: block;
        border-right: 0;
        width: 100%;
        float: left;
    }

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




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

#navigator .layout {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 1024px) {

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

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

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

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

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

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

/*이용요금안내*/

.subtitle {
    width: 100%;
    height: 65px;
}

.subtitle2 {
    width: 100%;
    height: 65px;
}



.subtitle .navi {
    float: right;
}

.subtitle .navi li {
    float: left;
    padding-left: 14px;
    background: url(../images/common/dot_navi_arrow.gif) no-repeat 4px center;
    color: #777;
    font-size: 1.1em;
    color: #777;
}



.subtitle .navi li>* {
    font-size: 1.1em;
    color: #777;
}

.subtitle .navi li.home {
    background: url(../images/common/dot_navi_home.gif) no-repeat 0 3px;
    width: 14px;
    height: 22px;
    padding-left: 0;
    font-size: 0px;
    color: transparent;
}

.realcon {
    clear: both;
    width: 100%;
}

.realcon>p {
    padding-bottom: 30px;
    word-break: keep-all;
}

.realcon>.nopadding {
    padding-bottom: 10px;
}

@media screen and (min-width:769px) and (max-width:1024px) {

    /* pc, 태블릿 769 ~ 1024 */
    .subtitle h3 {
        font-size: 2.25em;
    }

    .subtitle2 h3 {
        font-size: 2.25em;
    }
}

@media screen and (min-width:641px) and (max-width:768px) {

    /* 태블릿, 모바일 641 ~ 768 */
    .subtitle h3 {
        font-size: 2em;
    }

    .subtitle2 h3 {
        font-size: 2em;
    }
}

@media screen and (max-width:640px) {

    /* 모바일 640이하 */
    .subtitle {
        padding-top: 0;
        height: auto;
        min-height: 50px;
    }

    .subtitle .navi {
        display: none
    }

    .subtitle h3 {
        font-size: 1.9em;
        padding-top: 10px;
    }

    .subtitle2 {
        padding-top: 0;
        height: auto;
        min-height: 50px;
    }

    .subtitle2 .navi {
        display: none
    }

    .subtitle2 h3 {
        font-size: 1.9em;
        padding-top: 10px;
        width: 100%;
        position: relative;
        top: -10px;
    }
}


/*이용약관*/

.h4area .nopadding {
    padding-bottom: 10px;
}

.h4area {
    padding-left: 15px;
    padding-bottom: 15px;
}

.h4area>p {
    padding-bottom: 10px;
    word-break: keep-all;
}

.h4area>.left_line {
    padding-left: 25px;
}

.h4area .nopadding {
    padding-bottom: 10px;
}

.h4area .nopadding2 {
    padding-bottom: 0;
}

.h4area .inpadding {
    padding-left: 20px;
    padding-bottom: 10px;
}

.h4area .depadding {
    padding-bottom: 20px;
}

.listtype_none {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-left: 20px;
}

.listtype_none li {
    padding: 5px 0;
    line-height: 1.8em;
    padding-left: 20px;
}

.listtype_none li>ul,
.listtype_none li>ol {
    margin-left: 15px;
}

.listtype_none li>ul li,
.listtype_none li>ol li {
    font-size: 0.95em;
}

.listtype_none li > .table_refuse {
    margin-left: -15px;	
}

.listtype01 {
    width: 100%;
    padding-left: 10px;
}

.listtype01 li {
    padding: 5px 0;
    line-height: 1.25em;
    padding-left: 20px;
}

.listtype01 li::before {
    content: "·";
    display: block;
    float: left;
    color: #666;
    font-weight: 700;
    width: 10px;
    margin-left: -10px;
    text-align: left;
}

.listtype02 {
    width: 100%;
    margin-left: -10px;
    margin-top: 5px;
}

.listtype02 li {
    padding-top: 3px;
    font-size: 1em;
    line-height: 1.3;
}

.listtype02 li::before {
    content: "-";
    display: inline-block;
    color: #14A049;
    font-weight: 700;
    width: 10px;
    margin-left: -10px;
    text-align: left;
}

.listtype03 {
    width: 100%;
    padding-left: 10px;
}

.listtype03 li {
    padding: 5px 0;
    line-height: 1.25em;
    padding-left: 25px;
}

.listtype03 > li::before {
    content: "·";
    display: block;
    float: left;
    color: #666;
    font-weight: 700;
    width: 10px;
    margin-left: -10px;
    text-align: left;
}

h5.h5_normal {
    clear: both;
    font-size: 1.15em;
    font-weight: 700;
}

.mt20 {
    margin-top: 40px;
}

/*마이페이지*/

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

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

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

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

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

.myPage .my_list {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .myPage .my_list {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .myPage .my_list {}

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

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

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

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

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

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

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

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

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

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

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

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

    .listtype_none li {
        margin-left: 5px;
    }

    .listtype_none li > .table_refuse {
        margin-left: -35px;
    }
    
    .listtype01 li {
        padding-left: 10px;
    }

    .listtype03 li {
        padding-left: 10px;
    }

}

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

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

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

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

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


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


/*마이페이지*/

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

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

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

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

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

.myPage .my_list {}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

    .myPage .my_list {}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

    .myPage .my_list {}

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

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

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

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

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


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

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

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

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

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

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

    .myPage .my_list>li>a.ov .arr {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
}
/* 이용요금 */

.mob_tbl thead th:last-of-type {border-left: 1px solid #ddd;}
.mob_tbl td:last-child {border-left: 1px solid #ddd;}  
.mob_tbl thead tr:nth-child(2) th:nth-child(2) {border-right: 1px solid #ddd;}
.mob_tbl td {line-height: 23px;}
.law {padding-left: 0px; font-size:17px; color: #004fb0;} 
.mob_scroll .ntc {padding: 10px 0 0;} 
@media(max-width:639px){
     .mob_scroll{overflow-x: scroll;}
     .mob_scroll .mob_tbl{width: 800px;}
   }
   .law {font-size:16px;} 
.linkTab.tab-col-5.linkType2>ul>li{width:49.8%;}
/* 이용요금 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .input {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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