@charset 'utf-8';
@import url('notosanskr/NotoSansKR.css');
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');
@import url('GmarketSans.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline-style: none; */
}

a {
    color: #333;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

html {
    font-size: 10px;
    overflow-x: hidden;
}

body {
    font-family: 'Spoqa Han Sans Neo', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Gulim', '굴림', sans-serif;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.4px;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
}
/* 모달창 */
.modal-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 500px;
    height: 350px;
    background-color: #fff;
    border-radius: 20px;
}

.modal button {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    font-size: 20px;
    border: 0;
    cursor: pointer;
    background-color: #fff;
}

.m-warning {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    font-size: 50px;
    border: 0;
}

.modal-tit {
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.modal-desc {
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

/* 공통요소 */
.ml-37 {
    margin-left: 37px !important;
}

.mr-auto {
    margin-right: auto;
}

.clearfix::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

.container {
    position: relative;
    display: block;
    width: 1430px;
    margin: 0 auto;
}

/* 패밀리사이트 */
.family-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

.family-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 85%;
    max-width: 1600px;
    background-color: #fff;
    border-radius: 18px;

    overflow: hidden;
}

.family-box::after {
    content: '';
    position: absolute;
    right: 60px;
    bottom: 0;
    background: url('../images/logo.png') no-repeat center;
    display: block;
    width: 284px;
    height: 154px;
    opacity: 0.1;
}

.family-title {
    position: relative;
    display: block;
    height: 145px;
    background: #3179ce url('../images/family_bg.png') no-repeat left;

    padding-top: 31px;
    padding-bottom: 31px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}

.family-title span {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Gmarket Sans', sans-serif;
    word-break: keep-all;
}

.family-list {
    position: relative;
    display: flex;
    justify-content: space-between;

    padding: 35px 85px;
}

.family-list>li {
    position: relative;
    display: block;
    width: 15%;
}

.family-list>li>span {
    position: relative;
    display: block;
    height: 50px;
    border: 1px solid #29a0e1;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(79 143 231 / 15%);
    color: #0071b0;
    font-size: 17px;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
}

.family-list>li>ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.family-list>li>ul li {
    position: relative;
    display: block;
    padding: 0 20px;
}

.family-list>li>ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #979797;
}


.family-list>li>ul li a {
    position: relative;
    display: inline-block;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 29px;
    word-break: keep-all;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 200;
    white-space: nowrap;
}

.family-list>li>ul li a:hover {
    color: #444;
    text-decoration: underline;
}

.family-wrap .i-pop-sm {
    opacity: 0.6;
    top: 5px;
}

.family-hide {
    position: absolute;
    right: 85px;
    top: 50px;
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
}

.family-hide::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url('../images/allmn_close.png') no-repeat center;
    background-size: cover;
}


.wrap {
    position: relative;
    display: block;
}

/* 상단 */
.header {
    position: relative;
    display: block;
    z-index: 999;
}

.header-top {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

/* 반응형 상단 */
.m-header-top {
    position: relative;
    display: none;
    background-color: #f8f9fb;
}
.m-header-bt {
    position: relative;
    display: block;
    width: 50%;
    height: 40px;
    border: 0;
    background-color: transparent;
    float: left;
    cursor: pointer;

    font-size: 16px;
    font-weight: 600;
    font-family: 'Gmarket Sans', sans-serif;
    padding: 0 20px;
    text-align: left;
}

.m-header-bt::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 8px;
    background: url('../images/family_arrow.png') no-repeat center;
}


.m-header-bt:first-child {
    color: #299a44;
}

.m-header-bt:last-child {
    padding-left: 0 !important;
    color: rgb(58, 111, 180);;
}

.header-top .container {    
    height: 110px;
}

.logo {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.logo img {
    width: 124px;
    height: 77px;
}

.link {
    position: absolute;
    left: 190px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.link-list {
    position: relative;
    display: block;

    float: left;
}

.link-list li {
    position: relative;
    display: block;
    float: left;
    padding: 0 15px;
}

.link-list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    background-color: #c4c6ca;
}

.link-list li:first-child {
    padding-left: 0;
}

.link-list li:last-child {
    padding-right: 0;
}

.link-list li:last-child::after {
    content: none;
}

.link-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 31px;
    color: #444;
}

.link-list a b {
    font-weight: 600;
    color: #145ba2;
}

.family {
    position: relative;
    display: block;

    border: 0;
    background: #f8f9fb url('../images/family_arrow.png') no-repeat;
    background-position: calc(100% - 15px) center;

    color: #145ba2;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 31px;

    padding-left: 15px;
    padding-right: 35px;
    border-radius: 15px;

    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.help {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.help-list {
    position: relative;
    display: block;
}

.help-list>li {
    position: relative;
    display: block;
    float: left;
    margin-left: 25px;
}

.help-list>li:first-child {
    margin-left: 0;
}

.help-list>li>a {
    position: relative;
    display: block;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0;

    padding-top: 20px;

    text-align: center;
    white-space: nowrap;
}

.help-list>li>a:hover {
    color: #0b3d6e;
}

.help-list>li>a>b {
    font-weight: 600;
    color: #3a6fb4;
}

.help-list>li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;

    width: 18px;
    height: 18px;
    background: url('../images/gnb_sprite.png') no-repeat;
}

.help-list>li:nth-child(1) a::before {
    background-position: 0px 0px;
}

.help-list>li:nth-child(1) a:hover:before {
    background-position: 0px -28px;
}

.help-list>li:nth-child(2) a::before {
    background-position: 0px -114px;
}

.help-list>li:nth-child(2) a:hover:before {
    background-position: 0px -142px;
}

.help-list>li:nth-child(3) a::before {
    background-position: 0px -170px;
}

.help-list>li:nth-child(3) a:hover:before {
    background-position: 0px -198px;
}

.help-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.help-icon button {
    position: relative;
    display: block;

    float: left;
    border: 0;
    cursor: pointer;
    font-size: 0;
    margin-left: 20px;
}

.help-icon-map {
    width: 24px;
    height: 23px;
    background: url('../images/gnb_tour_tablet.png') no-repeat center;
}
.help-icon-mall {
    width: 26px;
    height: 23px;
    background: url('../images/gnb_mall_tablet.png') no-repeat center;
}
.help-icon-search {
    width: 24px;
    height: 24px;
    background: url('../images/m_search_sprite.png') no-repeat;
    background-position: 0px 0px;
}
.help-icon-menu {
    width: 24px;
    height: 24px;
    background: url('../images/m_mn_sprite.png') no-repeat;
    background-position: 0px 0px;
}


.header-bottom {
    position: relative;
    display: block;
    height: 70px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.header-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    transition: background-color 0.3s;
}

.header-bottom .container:hover+.header-line {
    background-color: #0081c9;
}

.header-line-focus {
    background-color: #0081c9 !important;
}

.header-bottom>.container {
    height: 100%;
}

.nav {
    position: relative;
    display: block;
}

.gnb {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.gnb>li {
    position: relative;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    text-align: center;
}

.gnb>li::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

    display: block;
    width: 0;
    height: 2px;
    background-color: #145ba1;

    transition: width 0.3s;
}

.gnb>li:hover::after {
    width: 38px;
}

.gnb-li-focus::after {
    width: 38px !important;
}


.gnb>li>a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: -0.55px;

    transition: color 0.3s;
    white-space: nowrap;

}

.gnb>li:hover>a:hover {
    color: #0082ca;
}

.gnb-focus {
    color: #0082ca !important;
}


/* 서브메뉴 */

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 180px;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.header-focus::after {
    opacity: 1;
    visibility: visible;
}

.submenu-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    background-color: #fff;
    transition: height 0.3s;
    z-index: 1;

    overflow: hidden;

    /* padding: 35px 0; */
}


.submenu-left {
    position: relative;
    display: block;
    width: 260px;
    float: left;
}

.submenu-tit {
    position: absolute;
    left: 0;
    top: 35px;

    display: none;
    width: 145px;
    height: 145px;
    padding-top: 30px;
}

.submenu-tit h2 {
    position: relative;
    color: #145ba2;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 34px;
    word-break: keep-all;
}

.submenu-tit p {
    display: block;
    margin-top: 20px;
    color: #666;
    font-size: 15px;
    line-height: 22px;
}


.submenu-tit::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 59px;
    height: 57px;
    background: url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px 0px;
    z-index: -1;

}

.submenu-tit-img {
    position: absolute;
    left: -40px;
    top: 220px;

    display: none;
    width: 223px;
    height: 200px;

    background: url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px -67px;
}

.submenu-tit-icon-1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    height: 120px;
    background: url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px -290px;

}

.submenu-tit-icon-2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    height: 120px;
    background: url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px calc(-290px - 120px);

}

.submenu-tit-icon-3::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    height: 120px;
    background: url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px calc(-290px - 240px);

}

.submenu-tit-icon-4::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    height: 120px;
    background: url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px calc(-290px - 370px);

}

.submenu-tit-icon-5::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    height: 120px;
    background: url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px calc(-290px - 510px);

}

.submenu-right {
    position: relative;
    display: block;
    width: calc(100% - 260px);
    float: right;
}

.submenu-list-box {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
}

.submenu-list-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 35px;
}

.submenu-box {
    position: relative;
    display: block;
    width: calc(20% - 30px);
    margin-bottom: 40px;
}

.submenu-box-2x {
    width: calc(40% - 30px);
}

.submenu-box-tit {
    position: relative;
    display: block;
    width: 100%;
    height: 47px;
    color: #282828;
    font-size: 17px;
    text-align: center;
    line-height: 47px;
    letter-spacing: -0.425px;
    padding: 0 5px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    background-color: #f8f9fb;
    word-break: break-all;
    transition: all 0.3s;
}

.submenu-box-tit:hover {
    background-color: #3179cf;
    color: #fff;
    box-shadow: rgba(0, 51, 192, 0.2) 0 5px 20px;
    border-color: #f8f9fb;
}

.i-pop-big {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../images/blank_sprite.png') no-repeat;
    background-position: 0px -54px;
    margin-left: 5px;
    vertical-align: 0px;

    transition: background-position 0s ease 0.06s;
}

.submenu-box-tit:hover .i-pop-big {
    background-position: 0px -108px;
}


.submenu-list {
    position: relative;
    display: block;
    margin-top: 10px;
}

.submenu-list li {
    position: relative;
    display: block;
}

.submenu-list-2x {
    overflow: hidden;
    column-count: 2;
}


.submenu-list li a {
    position: relative;
    display: inline-block;
    color: #5b5b5b;

    line-height: 22px;

    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-left: 8px;

    padding-left: 18px;
}

.submenu-list li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;

    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid #949494;
    border-radius: 50%;
    margin-right: 10px;
}

.submenu-list li a:hover {
    color: #5172a8;
    font-weight: 600;
}

.submenu-list li a:hover::after {
    content: '';
    position: absolute;
    left: 18px;
    bottom: -2px;
    display: block;
    width: calc(100% - 18px);
    height: 1px;
    border-bottom: 1px dotted #147fc3;
}

.submenu-list li a:hover::before {
    border-color: #147fc3;
}

.i-pop-sm {
    position: absolute;
    right: -23px;
    top: 1px;
    display: block;
    width: 17px;
    height: 17px;
    background: url('../images/blank_sprite.png') no-repeat;
    background-position: 0px 0px;
}

.submenu-list li a:hover .i-pop-sm {
    background-position: 0px -27px;
}

.submenu-part-box {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
}

.submenu-part-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;

    padding: 35px 0;

    background-color: #fff;
}


.submenu-part-link a {
    position: relative;
    display: block;

    width: 120px;

    padding-top: 140px;

    text-align: center;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.submenu-part-link a:hover {
    font-size: 16px;
    font-weight: 600;
    color: #145ba1;
}

.submenu-part-link a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;

    border-radius: 5px;

    background: #fff url('../images/lnb_sprite.png') no-repeat;
    background-position: 0px -1724px;
    opacity: 0;
    transition: all 0.5s;
}

.submenu-part-link a:hover::before {
    opacity: 1;
    box-shadow: rgba(0, 51, 192, 0.2) 0 5px 20px;
}

.submenu-part-link a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-sizing: border-box;
}

.submenu-part-link a:hover::after {
    border: 0;
}

.submenu-part-link a span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 29px;
    display: block;
    width: 64px;
    height: 64px;
    background: url('../images/lnb_sprite.png') no-repeat;
}

.submenu-part-link a:nth-child(1) span {
    background-position: 0px -927px !important;
}

.submenu-part-link a:nth-child(2) span {
    background-position: 0px -1001px !important;
}

.submenu-part-link a:nth-child(3) span {
    background-position: 0px -1075px !important;
}

.submenu-part-link a:nth-child(4) span {
    background-position: 0px -1148px !important;
}

.submenu-part-link a:nth-child(5) span {
    background-position: 0px -1223px !important;
}

.submenu-part-link a:nth-child(6) span {
    background-position: 0px -1297px !important;
}

.submenu-part-link a:nth-child(7) span {
    background-position: 0px -1370px !important;
}

.submenu-part-link a:nth-child(8) span {
    background-position: 0px -1444px !important;
}

.submenu-part-link a:nth-child(9) span {
    background-position: 0px -1515px !important;
}

.submenu-part-link a:nth-child(10) span {
    background-position: 0px -1591px !important;
}

@media all and (max-width: 1430px) {    
    .header .container {
        width: 1200px;
    }

}
@media all and (max-width: 1200px) {  
    .header .container {
        width: 1000px;
    } 
    .link {
        left: 160px;
    }
    .link-list li {
        padding: 0 10px;
    }
}

@media all and (max-width: 1000px) {   
    .header .container {
        width: 100%;
    } 

    .m-header-top {
        display: block;
    }

    
    .header-top .container {    
        height: 80px;
    }

    .logo {
        left: 20px;
    }
    
    .logo img {
        width: auto;
        height: 64px;
    }

    .link {
        display: none;
    }
    
    .help {
        display: none;
    }

    .help-icon {
        display: block;
    }

    .header-bottom {
        display: none;
    }
}


/* 메인 */
.main {
    position: relative;
    display: block;
}

/* 비주얼 */
.visual {
    position: relative;
    display: block;
    background: url('../images/container_bg.png') no-repeat;
    background-position: calc(50% - 570px) top;
    /* transform: translateX(-570px); */
}

.visual .container {    
    padding-bottom: 50px;
}

.visual-top {
    position: relative;
    display: block;

    height: 181px;
}

.weather-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: table;
    width: 305px;
    margin-left: -30px;
}

.weather-wrap>span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.weather-icon {
    width: 125px;
    height: 104px;
    background: url('../images/weather_sprite.png') no-repeat;
    background-position: 0px 0px;

    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    padding-left: 80px;
}

.weather-txt {
    width: 180px;
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #282828;
    padding-left: 15px;
}

.weather-txt i {
    margin-left: 10px;
}

.weather-txt em {
    margin-left: 5px;
    color: #008c6f;
}

.weather-txt img {
    margin-left: 8px;
    vertical-align: -2px;
}

.search-wrap {
    position: absolute;
    
    left: 360px;

    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 448px;    
    padding: 2px;
    border: 1px solid #5179e0;
    border-radius: 15px;
    background-color: #fff;
}

.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.search-label {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);

    display: block;

    color: #6688f5;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Gmarket Sans', sans-serif;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    line-height: 24px;
    text-transform: capitalize;

    z-index: 1;
}

.search-txt {
    position: relative;
    display: block;
    width: 100%;

    border: 0;
    color: #515151;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;

    background-color: #fff;


    padding: 20px;
    padding-left: 70px;
    padding-right: 25px;
    border-radius: 15px;
}

.search-bt {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);

    display: block;
    width: 26px;
    height: 26px;
    border: 0;
    background: url('../images/search_icon.png') no-repeat center;
    cursor: pointer;
}

.sns-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 524px;
}

.sns-icon {
    vertical-align: middle;
}

.sns-wrap span {
    position: relative;
    color: #1e1e1e;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 20px;
    margin-right: 10px;
}

.sns-wrap span b {
    color: #145ba2;
    font-weight: 600;
    font-family: 'Gmarket Sans', sans-serif;
    vertical-align: middle;
}

.sns-txt {
    vertical-align: 0;
}

.sns-list {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-40%);
    display: block;
    font-size: 0;
}

.sns-list a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    margin-left: 4px;
}

.sns-list a:first-child {
    margin-left: 0;
}

.sns-list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 28px;
    height: 28px;
    background: url('../images/sns_sprite.png') no-repeat;
    background-position: 0px 0px;
}

.sns-blog {
    border: 1px solid #28a528;
    background: #28a528;
}

.sns-blog::before {
    background-position: 0px -39px !important;
}

.sns-blog:hover {
    background-color: #fff;
}

.sns-blog:hover::before {
    background-position: -38px -38px !important;
}

.sns-fb {
    border: 1px solid #395798;
    background: #395798;
}

.sns-fb::before {
    background-position: 0px 0px !important;
}

.sns-fb:hover {
    background-color: #fff;
}

.sns-fb:hover::before {
    background-position: -38px 0px !important;
}

.sns-yt {
    border: 1px solid #e7161b;
    background: #e7161b;
}

.sns-yt::before {
    background-position: 0px -77px !important;
}

.sns-yt:hover {
    background-color: #fff;
}

.sns-yt:hover::before {
    background-position: -38px -76px !important;
}

.sns-insta {
    border: 1px solid #e7161b;
    background: url('../images/sns_bg.jpg') no-repeat center;
}

.sns-insta::before {
    background-position: -1px -115px !important;
}

.sns-insta:hover {
    background: #fff;
}

.sns-insta:hover::before {
    background-position: -39px -114px !important;
}


.visual-main {
    position: relative;
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-between;
}


.visual-left {
    position: relative;
    display: block;
    width: 805px;
}

.visual-right {
    position: relative;
    display: block;
    width: 570px;
}


.visual-slide {
    position: relative;
    display: block;
    /* max-height: 400px; */
    min-height: 190px;
}

.visual-slide-top {
    position: relative;
    display: block;
    height: 31px;

    margin-bottom: 25px;
}

.visual-slide h2 {
    position: relative;
    display: block;
    height: 31px;
    color: #1e1e1e;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 37px;
}


.link-vi {
    position: absolute;
    left: -140%;
    top: 0;
    display: block;
    width: 220px;

    color: #3a3a3a;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 31px;
}

.link-vi::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 42px;
    height: 36px;
    background: url('../images/covid_icon.png') no-repeat center;
    vertical-align: -10px;
    margin-right: 10px;
}

.link-vi b {
    color: #e7161b;
}

.link-vi::after {
    content: '';
    position: absolute;
    left: 42px;
    right: -10px;
    bottom: 0;
    z-index: -1;
    height: 14px;
    background-color: #f9f9f9;
}


.sw-visual-control {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}


.sw-visual-pg {
    position: relative;
    display: block;
    width: 50px;
    float: left;
}

.sw-visual-control .swiper-pagination-fraction {
    bottom: -9px;
    color: #868686;
    font-size: 12px;
    font-family: 'Gmarket Sans', sans-serif;
    margin-left: 10px;
}

.sw-visual-control .swiper-pagination-fraction .swiper-pagination-current {
    color: #000;
    font-weight: 600;
}


.sw-visual-prev {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    float: left;
    background: url('../images/control_sprite.png') no-repeat;
    background-position: 0px 0px;
    border: 0;
    cursor: pointer;

    transform: rotate(180deg);
    margin-top: 4px;
    margin-left: 4px;
}

.sw-visual-next {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    float: left;
    background: url('../images/control_sprite.png') no-repeat;
    background-position: 0px 0px;
    border: 0;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 4px;
}

.sw-visual-pause {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    float: left;
    background: url('../images/control_sprite.png') no-repeat;
    background-position: 0px -124px;
    border: 0;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 4px;
}

.sw-visual-pause-active {
    background-position: 0px -83px;
}

.sw-visual {
    overflow: visible;
}

.sw-visual .swiper-slide {
    text-align: center;
}

.sw-visual .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 12px 0 12px 12px;
}

.visual-link {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    height: 53px;
    padding-right: 70px;
    padding-left: 35px;
    border-radius: 27px;
    background-color: #0b3d6e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 53px;
}

.visual-link::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 31px;
    height: 31px;
    background: url('../images/control_sprite.png') no-repeat;
    background-position: 0px -41px;

    transition: right 0.5s;
}

.visual-link:hover::after {
    right: 15px;
}

.group {
    position: relative;
    display: block;
    width: 100%;

    background-color: #f8f9fb;
    border-radius: 18px;
    padding: 30px;
}

.group-nav {
    position: relative;
    display: table;
    table-layout: fixed;

    width: 100%;
}

.group-nav li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.group-nav a {
    position: relative;
    display: inline-block;
    min-width: 80px;
    padding-top: 80px;

    font-family: 'Noto Sans KR', sans-serif;
    color: #252525;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

.group-nav a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;

    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 15px;
}

.group-nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotateY(0deg);
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/shortcut_sprite.png') no-repeat;
    background-position: 0px 0px;


}

.group-nav li a:hover::after {
    transition: transform 0.6s;
    transform: translateX(-50%) rotateY(360deg);
}

.group-nav li:nth-child(1) a::after {
    background-position: 0px 0px;
}

.group-nav li:nth-child(2) a::after {
    background-position: 0px -70px;
}

.group-nav li:nth-child(3) a::after {
    background-position: 0px -140px;
}

.mayor {
    position: relative;
    display: block;

    background: linear-gradient(-30deg, #f0fbf3 0, #f1f6fc 100%);
    border-radius: 18px;

    padding: 20px 40px;
    padding-bottom: 30px;

    margin-top: 25px;
}

.mayor>a {
    position: relative;
    display: block;
    color: #0b3d6e;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 28px;
}

.mayor>a>span {
    display: block;
}

.mayor>a>strong {
    font-weight: 600;
}


.mayor-link {
    position: relative;
    display: block;
    width: 55%;
}

.mayor-link a {
    position: relative;
    display: inline-block;
    height: 36px;

    font-family: 'Noto Sans KR', sans-serif;

    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s;

    border-radius: 18px;
    color: #0b3d6e;
    font-size: 16px;

    line-height: 32px;

    letter-spacing: -0.4px;

    padding-left: 40px;
    padding-right: 20px;

    margin-top: 15px;
    margin-right: 10px;

}

.mayor-link a:hover {
    background-color: rgba(255, 255, 255, 1.0);
    color: #3272ca;
    font-weight: 600;
    line-height: 34px;
}

.mayor-link a::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);

    display: block;
    width: 18px;
    height: 18px;
    background: url('../images/mayor_sprite.png') no-repeat;
    background-position: 0px 0px;
}

.mayor-link a:hover::before {
    background-position: 0px -27px;
}

.mayor-img {
    position: absolute;
    right: 10px;
    bottom: 0;
    display: block;
}

@media all and (max-width: 1430px) { 
    .visual .container {
        width: 1200px;
    }
    
    .search-wrap {
        width: 365px;
    }

    .sns-wrap {
        width: 398px;
    }
    .sns-icon {
        width: 64px;
        height: 64px;
    }
    .sns-wrap span {
        margin-left: 0;
    }
    .sns-list {
        right: 0;
        transform: translateY(-50%);
    }

    .visual-right {
        width: 370px;
    }

    .group {   
        padding: 25px;     
    }

    .mayor {
        overflow: hidden;
        padding: 20px 20px;
        margin-top: 35px;
    }

    .mayor > a {
        font-size: 24px;
    }
    .mayor > a > span{
        font-size: 18px;
    }

    .mayor-link  {
        width: 90%;
    }

    .mayor-img {
        height: 180px;
        width: auto;
        right: -20px;
    }

}

@media all and (max-width: 1200px) {  
    .visual .container {
        width: 1000px;
    }  

    .sns-wrap {
        width: 315px;
    }
    
    .sns-wrap span {
        margin-left: 65px;
    }
    .sns-icon {
        display: none;
    }
    .sns-txt {
        display: none;
    }
    .sns-list {
        transform: translateY(-42%);
    }

    .visual-left {
        width: 660px;
    }

    .visual-right {
        width: 320px;
    }
    
    .group {   
        padding: 20px 10px;     
    }

    .mayor {
        overflow: hidden;
        padding: 20px 20px;
        margin-top: 20px;
    }
    .mayor a {
        font-size: 18px;
        margin-right: 0;
    }

    .mayor-link a {
        margin-top: 5px;
        font-size: 16px;
        height: 30px;
        padding-right: 12px;
        padding-left: 32px;
        line-height: 26px;
    }

    .mayor-link a:hover {
        line-height: 28px;
    }

    .mayor-img {
        height: 150px;
        width: auto;
        right: -20px;
    }

}



@media all and (max-width: 1000px) {    
    .visual .container {
        width: 100%;
    } 

    .weather-wrap {
        left: 20px;
    }

    .search-wrap {
        display: none;
    }
    
    .sns-wrap {
        right: 20px;
        width: 398px;
    }
    
    .sns-wrap span {
        margin-left: 0px;
    }
    .sns-icon {
        display: inline-block;
    }
    .sns-txt {
        display:  inline-block;
    }
    .sns-list {
        transform: translateY(-50%);
    }

    
    .visual-left {
        width: 100%;
        padding: 0 20px;
    }

    .visual-right {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }


    .group {                
    }
    .group-nav {
        display: flex;
        justify-content: center;
    }
    .group-nav > li {
        display: block;
        width: 20%;
    }

    
    .mayor {
        overflow: visible;
        padding: 40px 35px;
        margin-top: 30px;
    }

    .mayor > a {
        font-size: 24px;
    }

    .mayor>a>span {
        display: inline;
        font-size: 22px;
    }

    .mayor-link {
        margin-top: 20px;
    }

    .mayor-link a {
        height: 36px;
        line-height: 32px;
        margin-right: 10px;
        padding-right: 21px;
    }

    .mayor-link a:hover {        
        line-height: 34px;
    }

    .mayor-img {
        height: 265px;
        right: 45px;
    }
}


@media all and (max-width: 800px) { 

    .weather-wrap {
        left: 50%;
        top: 45px;
        transform: translate(-50%, -50%);
    }

    .sns-wrap {
        right: 50%;
        top: 115px;
        transform: translate(50%, -50%);
    }


    .mayor {
        padding: 50px 35px;
    }
    
    .mayor>a>span {
        display: block;
    }


    .mayor-link {
        width: 60%;
    }
    .mayor-link a:last-child {
        margin-top: 20px;
    }
}

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

    .weather-wrap {
        top: 35px;
    }

    .sns-wrap {
        top: 90px;
        width: 300px;
    }
    
    .sns-icon {
        display: none;
    } 
    .sns-wrap span {
       font-size: 18px;
    }
    .sns-txt {
        width: 66px;
    }

    .visual-top {
        height: 150px;
    }

    .visual-slide h2 {
        font-size: 20px;
    }

    .visual-slide-top {
        padding-top: 10px;
    }
    .sw-visual-control  {
        top: 5px
    }

    .visual-link {
        width: 110px;
        height: 37px;
        line-height: 37px;
        font-size: 12px;
        padding-right: 37px;
        padding-left: 17px;
        font-weight: 400;
    }

    .visual-link::after {
        right: 4px;
        transform: scale(0.8) translateY(-60%) ;
    }
    .visual-link:hover::after {
        right: 0;
    }

    .link-vi {
        top: -35px;
        left: -110%;
    }   

    
    .group-nav > li > a {
        height: 92px;
        padding-top: 60px;
    }
    .group-nav > li > a::before {
        width: 52px;
        height: 52px;
    }

    
    .mayor {
        padding: 10px 25px;
        margin-top: 20px;
    }

    .mayor > a {
        font-size: 18px;
    }
    
    .mayor>a>span {
        display: inline;
        font-size: 16px;
    }


    .mayor-link {
        width: 70%;
        margin-top: 0;
    }
    .mayor-link a:last-child {  
        margin-top: 10px;      
    }

    .mayor-img {
        height: 170px;
        right: 0px;
    }
}

/* 소식 */
.notice {
    position: relative;
    display: block;
}

.notice .container {
    position: relative;
    display: block;
    padding-bottom: 70px;
}

.notice-left {
    position: relative;
    display: block;
    width: 783px;
    float: left;
}

.notice-top {
    position: relative;
    display: block;
}

.notice-list {
    position: relative;
    display: block;
}

.notice-list li {
    position: relative;
    display: block;
    float: left;
    padding: 0 15px;
}

.notice-list li:first-child {
    padding-left: 0;
}

.notice-list li:last-child {
    padding-right: 0;
}

.notice-list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 4px;
    background-color: #c5c9d6;
    border-radius: 2px;
}

.notice-list li:last-child::after {
    content: none;
}

.notice-list li a {
    position: relative;
    display: block;
    color: #454545;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
}



/* 클릭시 적용할 클래스 */
.notice-list-focus {
    color: #145ba2 !important;
    font-weight: 500 !important;
    font-size: 23px !important;
}

.notice-list-focus::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #145ba2;
}

.notice-list-focus::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    bottom: -14px;

    display: block;
    width: 1px;
    height: 1px;
    /* background-color: #145ba2; */

    border-top: 7px solid #145ba2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.notice-more {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);

    display: block;

    border: 1px solid #ededed;
    border-radius: 16px;
    background-color: #fff;
    color: #303030;
    font-size: 15px;
    line-height: 29px;

    padding: 0 12px;
}

.notice-more::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/board_sprite.png') no-repeat;
    background-position: 0px -25px;

    vertical-align: -1px;
    margin-right: 5px;
}

.notice-main {
    position: relative;    
    display: block;
    padding-top: 40px;
}
.notice-box {
    position: relative;
    display: block;    
    /* 일단 모두 숨긴다. */
    display: none !important;
}

/* 하나만 보여주는 클래스 */
.notice-box-focus {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notice-link {
    position: relative;
    display:block;
    width: 29.5%;
}

.notice-link:hover p {
    text-decoration: underline;
}

.notice-cate {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;

    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;


    margin-bottom: 25px;
}

.notice-cate-1 {
    background-color: #0082ca;
}

.notice-cate-2 {
    background-color: #09a07e;
}

.notice-cate-3 {
    background-color: #d75f60;
    line-height: 12px !important;
    padding-top: 12px;
}


.notice-cate-4 {
    background-color: #c47a2d;
}

.notice-cate-5 {}

.notice-cate-6 {
    background-color: #6d7996;
    line-height: 16px !important;
    padding-top: 16px;
}

.notice-cate-7 {
    background-color: #cc2a67;
    line-height: 12px !important;
    padding-top: 12px;
}

.notice-tit {
    position: relative;
    display: block;

    height: 44px;

    color: #010101;
    font-size: 18px;
    line-height: 22px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;

    margin-bottom: 25px;
}

.notice-box-info {
    display: block;
    overflow: hidden;
}

.notice-box-info .notice-link {
    display: block;    
    width: 29.5%;
}

.notice-box-info .notice-tit {
    height: 22px;
    -webkit-line-clamp: 1;
}

.notice-box-info .notice-date {
    padding-bottom: 25px;
}

.notice-box-info .notice-link:nth-child(1) .notice-date,
.notice-box-info .notice-link:nth-child(2) .notice-date,
.notice-box-info .notice-link:nth-child(3) .notice-date {
    border-bottom: 1px dotted #cbcbcb;
    margin-bottom: 25px;
}

.notice-txt {
    position: relative;
    display: block;
    height: 66px;

    color: #565656;
    font-size: 16px;
    line-height: 22px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;

    margin-bottom: 35px;
}

.notice-date {
    position: relative;
    display: block;

    color: #1c1c1c;
    font-size: 15px;
    line-height: 15px;

    padding-bottom: 35px;
    border-bottom: 1px solid #000;
}

.notice-date i {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/board_sprite.png') no-repeat;
    background-position: 0px 0px;

    vertical-align: -2px;
    margin-right: 5px;
}


.notice-right {
    position: relative;
    display: block;
    width: 570px;
    height: 420px;
    float: right;

    padding-top: 40px;
    padding-left: 35px;
}

.notice-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 395px;
    background-color: #daf0fe;
    border-radius: 18px 0px 0px 18px;
}

.notice-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 420px;
    /* overflow: hidden; */

    /* background-color: skyblue; */
}

.notice-slide-top {
    position: relative;
    display: block;
}

.notice-slide-top h2 {
    position: relative;
    display: block;
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
}

.sw-notice-control {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.sw-notice-pg {
    position: relative;
    display: block;
    width: 50px;

    float: left;
}

.sw-notice-control .swiper-pagination-fraction {
    bottom: -4px;
    color: #868686;
    font-size: 12px;
    font-family: 'Gmarket Sans', sans-serif;
    margin-left: 10px;
}

.sw-notice-control .swiper-pagination-fraction .swiper-pagination-current {
    color: #000;
    font-weight: 600;
}

.sw-notice-prev {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;

    background: #fff url('../images/control_sprite.png') no-repeat;
    background-position: 0px 0px;
    border-radius: 11px;

    float: left;
    border: 0;
    cursor: pointer;
    transform: rotate(180deg);

    margin-left: 8px;
}

.sw-notice-next {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;

    background: #fff url('../images/control_sprite.png') no-repeat;
    background-position: 0px 0px;
    border-radius: 11px;

    float: left;
    border: 0;
    cursor: pointer;
    margin-left: 8px;
}

.sw-notice-pause {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;

    background: #fff url('../images/control_sprite.png') no-repeat;
    background-position: 0px -124px;
    border-radius: 11px;

    float: left;
    border: 0;
    cursor: pointer;
    margin-left: 8px;
}

.sw-notice-pause-active {
    background-position: 0px -83px;
}

.sw-notice {
    margin-top: 25px;
    width: 563px !important;
    margin-left: -15px;
}

.sw-notice .swiper-slide {
    text-align: center;
}

.sw-notice-link {
    border-radius: 17px;
    box-shadow: 0 20px 20px rgb(48 101 134 / 12%);
}

@media all and (max-width: 1430px) {    
    .notice .container {
        width: 1200px;
    }

    .notice-left {

    }
    .notice-right {
        width: 370px;
    }
}

@media all and (max-width: 1200px) {    
    .notice .container {
        width: 1000px;
    } 
    
    .notice-left {
        width: 660px;
    }

    .notice-list li {
        padding: 0 10px;
    }
    .notice-list li::after {
        right: -2px;
    }
    .notice-list li a {
        font-size: 18px;
    }
    .notice-list-focus {
        font-size: 22px !important;
    }


    .notice-right {
        width: 320px;
    }
}

@media all and (max-width: 1000px) {  
    .notice .container {
        width: 100%;
    }  
    .notice-left {
        width: 100%;
        padding: 0 3%;
    }

    .notice-list li {
        padding: 0 17px;
    }
    .notice-list li::after {
        right: -2px;
    }
    .notice-list li a {
        font-size: 20px;
    }
    .notice-list-focus {
        font-size: 23px !important;
    }


    .notice-right {
        width: 100%;
        margin-top: 50px;
        transform: translateX(40px) !important;
    } 

    .sw-notice {
        width: 1100px !important;
    }
}


@media all and (max-width: 820px) {   
    
    .notice-list li {
        padding: 0 10px;
    }
    .notice-list li::after {
        right: -2px;
    }
    .notice-list li a {
        font-size: 18px;
    }
    .notice-list-focus {
        font-size: 20px !important;
    } 
}

@media all and (max-width: 700px) {
    .notice-list li {
        padding: 0 10px;
    }
    .notice-list li::after {
        right: -2px;
    }
    .notice-list li a {
        font-size: 15px;
        line-height: 30px;
    }
    .notice-list-focus {
        font-size: 16px !important;
    } 
    .notice-list-focus::after{
        height: 2px;
    }
}

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

    .notice-more {
        font-size: 0;
        width: 27px;
        height: 27px;
        border-radius: 10px;      
    }
    .notice-more::before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .notice-link {
        width: 100% !important;        
    }
    .notice-cate {
        float: left;
        margin-right: 20px;
    }

    .notice-tit {
        display:block;
        float: left;
        font-size: 15px;
        margin-top: 25px;
        margin-bottom: 0px;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .notice-txt {
        display: none;
    }
    .notice-date {
        display: none;
    }
    .notice-link:nth-child(3) {
        display: none;
    }
    .notice-box-info .notice-link:nth-child(3),
    .notice-box-info .notice-link:nth-child(4),
    .notice-box-info .notice-link:nth-child(5),
    .notice-box-info .notice-link:nth-child(6){
        display: none;
    }

    .notice-right {
        margin-top: 20px;
    }
    
    .sw-notice {
        width: 1100px !important;
        height: 390px !important;
    }
}

@media all and (max-width: 540px) {
    .notice-list li {
        padding: 0 5px;
    }
}

/* 서비스 */
.service {
    position: relative;
    display: block;
    background-color: #effaff;
}

.service .container {
    padding-top: 70px;
    padding-bottom: 120px;
}

.service h2 {
    position: relative;
    display: block;

    color: #1e1e1e;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 34px;

    text-align: center;
    margin-bottom: 48px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.service-slide .swiper-container {
    width: 95%;
    height: 180px;
}

.service-slide .swiper-slide a {
    position: relative;
    display: block;
    width: 113px;

    text-align: center;
    padding-top: 150px;
    color: #313131;
    font-size: 17px;
    line-height: 23px;

    margin: 0 auto;
}

.service-slide .swiper-slide a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 113px;
    background-color: #fff;
    border-radius: 30px;
}

.service-slide .swiper-slide a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;
    width: 100%;
    height: 113px;
    background: url('../images/service_sprite.png') no-repeat;

    transition: transform 0.3s;

}

.service-1::after {
    background-position: 0px 0px !important;
}

.service-2::after {
    background-position: 0px 8.33% !important;
}

.service-3::after {
    background-position: 0px 16.66% !important;
}

.service-4::after {
    background-position: 0px 24.99% !important;
}

.service-5::after {
    background-position: 0px 33.32% !important;
}

.service-6::after {
    background-position: 0px 41.65% !important;
}

.service-7::after {
    background-position: 0px 49.98% !important;
}

.service-8::after {
    background-position: 0px 58.31% !important;
}

.service-9::after {
    background-position: 0px 66.64% !important;
}

.service-10::after {
    background-position: 0px 74.97% !important;
}

.service-11::after {
    background-position: 0px 83.3% !important;
}

.service-12::after {
    background-position: 0px 99.96% !important;
}

.service-13::after {
    background-position: 0px 91.63% !important;
}

.service-14::after {
    background: url('../images/service_icon_add01.png') no-repeat !important;
    background-position: 0px 0px !important;
}

.service-slide .swiper-slide a:hover {
    font-weight: 600;
    line-height: 24px;
}

.service-slide .swiper-slide a:hover::before {
    background: linear-gradient(-30deg, #adc8f1 0, #def4ff 100%);
    box-shadow: 0 10px 16px rgba(64, 124, 206, 0.1);
}

.service-slide .swiper-slide a:hover::after {
    transform: translate(-50%, -7px);
}

.sw-service-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 31px;
    height: 31px;
    border: 0;
    background: url('../images/service_arrow.png') no-repeat center;
    z-index: 999;
    cursor: pointer;
}

.sw-service-prev {

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1.0);
    display: block;
    width: 31px;
    height: 31px;
    border: 0;

    background-image: url('../images/service_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;

    z-index: 999;
    cursor: pointer;
}

@media all and (max-width: 1430px) {    
    .service .container {
        width: 1200px;
    }
}

@media all and (max-width: 1200px) {  
    .service .container {
        width: 1000px;
    }  
}

@media all and (max-width: 1000px) {  
    .service .container {
        width: 100%;
    }  
}

@media all and (max-width: 800px) {    
}

@media all and (max-width: 770px) {    
}

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

/* 퀵메뉴 */
.quick {
    position: relative;
    display: block;
    background-color: #effaff;
}

.quick .container {
    padding-bottom: 45px;
}

.quick-wrap {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 15px;
}

.quick-menu {
    position: relative;
    display: block;
}

.quick-menu-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;

    display: block;
    white-space: nowrap;
    font-size: 0;

    z-index: 1;
}

.quick-menu-list li {
    position: relative;
    display: inline-block;
    /* float: left; */
    margin-left: 20px;
}

.quick-menu-list li:first-child {
    margin-left: 0;
}

.quick-menu-list li a {
    position: relative;
    display: block;
    width: 266px;
    height: 71px;

    border-radius: 13px;
    background-color: #0b3d6e;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 71px;

    text-align: center;

    transition: background-color 0.3s;
}

.quick-menu-list li a::after {
    content: '';
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 33px;
    height: 30px;
    background: url('../images/info_icon_w.png') no-repeat center;

    opacity: 0;

    transition: right 0.3s, opacity 0.3s;
}

.blank {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 10px;
    /* background-color: yellow; */
    transition: width 0.3s;
}


.quick-menu-focus {
    background-color: #4688e3 !important;
}

.quick-menu-focus .blank {
    width: 55px !important;
}

.quick-menu-focus-icon-1::after {
    right: 25% !important;
    opacity: 1 !important;
}

.quick-menu-focus-icon-2::after {
    right: 23.5% !important;
    opacity: 1 !important;
}

.quick-menu-focus-icon-3::after {
    right: 22.5% !important;
    opacity: 1 !important;
}



.quick-main {
    position: relative;
    display: block;
}

.quick-main h2 {
    position: relative;
    display: block;

    color: #1e1e1e;
    font-size: 28px;
    line-height: 38px;
    font-family: 'Gmarket Sans', sans-serif;
    text-align: center;

    padding-top: 85px;
}

.quick-desc {
    position: relative;
    display: block;
}

.quick-desc span {
    position: relative;
    display: none;
    color: #646464;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 32px;
    text-align: center;
}

.quick-desc-focus {
    display: block !important;
}

.quick-list-wrap {
    position: relative;
    display: block;

    margin-top: 45px;
    padding-bottom: 70px;
}

.quick-list {
    position: relative;
    display: none;
    width: 948px;

    overflow: hidden;
    text-align: center;

    margin: 0 auto;
    /* white-space: nowrap; */
    font-size: 0;
}

.quick-list-focus {
    display: block !important;
}

.quick-link {
    position: relative;
    display: inline-block;
    width: 164px;
    height: 159px;
    /* float: left; */
    border: 1px solid #eaeaea;
    border-radius: 7px;
    margin-right: 32px;
    margin-bottom: 20px;

    color: #313131;
    font-size: 16px;
    line-height: 24px;

    padding-top: 115px;

    transition: color 0.3s, border-color 0.3s;
}

.quick-link:hover {
    border-color: #527ae2;
    color: #2a70cf;
}

.quick-link:hover::after {
    transform: translateX(-50%) rotateY(360deg);
}

.quick-link::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;

    display: block;
    width: 73px;
    height: 73px;
    background-color: #f3f5f9;
    border-radius: 50%;
}

.no-mr {
    margin-right: 0 !important;
}

.quick-link::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;

    display: block;
    width: 73px;
    height: 73px;

    transition: transform 0.3s;
}

.quick-icon-1::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px 0px;
}

.quick-icon-2::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 1);
}

.quick-icon-3::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 2);
}

.quick-icon-4::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 3);
}

.quick-icon-5::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 4);
}

.quick-icon-6::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 5);
}

.quick-icon-7::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 6);
}

.quick-icon-8::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 7);
}

.quick-icon-9::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 8);
}

.quick-icon-10::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 9);
}

.quick-icon-11::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 10);
}

.quick-icon-12::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 11);
}

.quick-icon-13::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 12);
}

.quick-icon-14::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 13);
}

.quick-icon-15::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 14);
}

.quick-icon-16::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 15);
}

.quick-icon-17::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 16);
}

.quick-icon-18::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 17);
}

.quick-icon-19::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 18);
}

.quick-icon-20::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 19);
}

.quick-icon-21::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 20);
}

.quick-icon-22::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 21);
}

.quick-icon-23::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 22);
}

.quick-icon-24::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 23);
}

.quick-icon-25::after {
    background: url('../images/info_sprite.png') no-repeat;
    background-position: 0px calc(-83px * 24);
}


@media all and (max-width: 1430px) {
    .quick .container {
        width: 1200px;
    } 
}

@media all and (max-width: 1200px) { 
    .quick .container {
        width: 1000px;
    }    
}

@media all and (max-width: 1000px) { 
    .quick .container {
        width: 100%;
    }    
}

@media all and (max-width: 800px) {    
}

@media all and (max-width: 770px) {    
}

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

/* 여행 */
.tour {
    position: relative;
    display: block;
    background-color: #effaff;
}

.tour .container {
    height: 740px;
}

.tour .container::after {
    content: '';
    position: absolute;
    right: calc(100% - 575px);
    top: 0;
    display: block;
    width: 100vw;
    height: 638px;

    background: url('../images/rowgroup6_after2.png') no-repeat, url('../images/rowgroup6_after1.png') no-repeat;
    background-position: right bottom -10px, right 20px top 98px;
    background-color: #546ca3;

    border-radius: 0 48px 48px 0;
}

.tour .container::before {
    content: '';
    position: absolute;

    left: -85px;

    top: calc(100% - 694px);
    display: block;
    width: 100vw;
    height: 694px;
    background: url('../images/rowgroup6_bg.jpg') no-repeat;
    background-size: cover;

    border-radius: 24px;
}

.tour-text {
    position: absolute;
    left: 0;
    bottom: 45px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;

    padding-left: 25px;
    background: url('../images/rowgroup6_bg_icon.png') no-repeat left center;
}

.tour-left {
    position: relative;
    display: block;
    width: 270px;
    height: 100%;
    float: left;
    padding-top: 75px;
    z-index: 99;
}

.tour-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.tour-title span {
    position: relative;
    display: block;
    color: #c4ddff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Gmarket Sans', sans-serif;
    line-height: 40px;
}

.tour-title h2 {
    position: relative;
    display: block;
    margin-top: 5px;
    color: #feffd6;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Gmarket Sans', sans-serif;

}

.tour-title img {
    position: absolute;
    left: 145px;
    top: 41px;
}

.tour-menu {
    position: relative;
    display: block;

    margin-bottom: 50px;
}

.tour-menu-list {
    position: relative;
    display: block;
}

.tour-menu-list li {
    position: relative;
    display: block;
}

.tour-menu-list a {
    position: relative;
    display: block;

    border-bottom: 1px solid #7689b5;
    color: #fff;
    font-size: 18px;
    line-height: 61px;

    padding-left: 0;
    transition: padding-left 0.3s, border-bottom 0.3s;
}


.tour-menu-focus {
    padding-left: 20px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #fff !important;
}

.tour-menu-list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;

    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;

    opacity: 0;
    transition: opacity 0.3s;
}

.tour-menu-focus::before {
    opacity: 1 !important;
}

.tour-menu-list a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

    display: block;
    width: 21px;
    height: 12px;
    background: url('../images/tour_sprite.png') no-repeat;
    background-position: 0px 0px;

    opacity: 0;
    transition: opacity 0.3s, right 0.3s;
}

.tour-menu-focus::after {
    opacity: 1.0 !important;
    right: 0 !important;
}

.tour-help {
    position: relative;
    display: block;

    white-space: nowrap;
    font-size: 0;
}

.tour-help a {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 125px;
    margin-right: 20px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    text-align: center;

    padding-top: 85px;
    transition: border 0.3s;
}

.tour-help a:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 600;
}

.tour-help a:active {
    text-decoration: underline;
}

.tour-help a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotateY(0deg);
    top: 25px;

    display: block;
    width: 43px;
    height: 43px;
    background: url('../images/tour_sprite.png') no-repeat;
    background-position: 0px 0px;

    transition: transform 0.3s;
}

.tour-help a:first-child::before {
    background-position: 0px -22px;
}

.tour-help a:last-child::before {
    background-position: 0px -75px;
}

.tour-help a:hover::before {
    transform: translateX(-50%) rotateY(360deg);
}

.tour-slide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 90%;
    height: 100%;
    /* padding-top: 170px; */
}

.tour-box {
    position: relative;
    display: block;
    width: 330px;
    height: 370px;
    transition: transform 0.3s, opacity 0.3s;
}

.tour-box-link {
    position: relative;
    display: block;
}

.tour-box-img {
    position: relative;
    display: block;
    width: 100%;
    height: 333px;
    border-radius: 26px 0 26px 26px;
    box-shadow: 0 20px 30px rgb(17 50 96 / 25%);

    overflow: hidden;
}

.tour-box-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    transition: transform 0.3s;
}

.tour-box-link:hover .tour-box-img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.tour-box-title {
    position: absolute;
    right: 0;
    bottom: -35px;
    display: block;
    width: 220px;
    height: 75px;

    color: #60687a;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.54px;

    border: 3px solid #fff;
    border-radius: 28px;
    background-color: #fff;
    box-shadow: 0 20px 30px rgb(17 50 96 / 25%);
    padding: 12px 50px 12px 25px;

    transition: border 0.3s;
}

.tour-box-title::after {
    content: '';
    position: absolute;
    right: 20px;

    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #fff url('../images/control_sprite.png') no-repeat;
    background-position: 0px 0px;

    transition: background-color 0.3s;
}


.tour-box-link:hover .tour-box-title {
    border: 3px solid #4687e2;
}

.tour-box-link:hover .tour-box-title::after {
    background: #4687e2 url('../images/control_sprite.png') no-repeat;
    background-position: 0px -41px;
}


.tour-box-title b {
    position: relative;
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

.tour-slide .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    width: calc(100% - 160px);
    overflow: visible;
    transform: translateX(340px);

}

.sw-tour-control {
    position: absolute;
    right: 0;
    top: 150px;
    display: block;
}

.tour-slide .swiper-container .swiper-slide .tour-box {
    padding-top: 30px;
    opacity: 0;
    transform: translateY(calc(50% - 50px));
}

.tour-slide .swiper-container .swiper-slide-active {}


.tour-slide .swiper-container .swiper-slide-active .tour-box {
    opacity: 1;
    transform: translateY(50%);
}

.tour-slide .swiper-container .swiper-slide-next {}


.tour-slide .swiper-container .swiper-slide-next .tour-box {
    opacity: 1;
    transform: translateY(calc(50% - 50px));
}

.tour-slide .swiper-container .swiper-slide-next+div .tour-box {
    opacity: 1;
    transform: translateY(calc(50% + 50px));
}

.sw-tour-prev {
    position: absolute;
    right: 70px;
    top: 0;
    display: block;
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    z-index: 999;
    cursor: pointer;
}

.sw-tour-prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scaleX(-1);
    display: block;
    width: 31px;
    height: 31px;
    background: url('../images/control_sprite.png') no-repeat;
    background-position: 0px 0px;
}

.sw-tour-next {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    z-index: 999;
    cursor: pointer;
}

.sw-tour-next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 31px;
    height: 31px;
    background: url('../images/control_sprite.png') no-repeat;
    background-position: 0px 0px;
}

.swiper-button-disabled::after {
    opacity: 0.4;
}


@media all and (max-width: 1430px) {       
    .tour .container {
        width: 1200px;
    }  
}

@media all and (max-width: 1200px) {       
    .tour .container {
        width: 1000px;
    }     
}

@media all and (max-width: 1000px) {         
    .tour .container {
        width: 100%;
    }   
}

@media all and (max-width: 800px) {    
}

@media all and (max-width: 770px) {    
}

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

/* 하단 */
.footer {
    position: relative;
    display: block;
}

.footer-top {
    position: relative;
    display: block;
    height: 90px;
    border-bottom: 1px solid #e5e5e5;
}

.footer-top .container {
    padding: 30px 0;
}

.banner-control {
    position: relative;
    display: block;
    width: 250px;
    float: left;

    font-size: 0;
    white-space: nowrap;
}

.banner-title {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin-right: 20px;
}

.sw-banner-prev {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff url('../images/banner_sprite.png') no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    margin-right: 4px;
    vertical-align: -7px;
}

.sw-banner-pause {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff url('../images/banner_sprite.png') no-repeat;
    background-position: 0px -80px;
    cursor: pointer;
    margin-right: 4px;
    vertical-align: -7px;
}

.sw-banner-next {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff url('../images/banner_sprite.png') no-repeat;
    background-position: 0px -120px;
    cursor: pointer;

    margin-right: 4px;
    vertical-align: -7px;
}

.sw-banner-link {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff url('../images/banner_sprite.png') no-repeat;
    background-position: 0px -160px;
    vertical-align: -7px;
}

.banner-main {
    position: relative;
    display: block;
    width: calc(100% - 250px);
    float: right;
}

.banner-main .swiper-container {}

.banner-link {
    position: relative;
    display: block;
    color: #555;
    font-size: 15px;
    line-height: 32px;
    white-space: nowrap;
    text-align: center;

    padding: 0 25px;
}


.banner-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: block;
    width: 1px;
    height: 9px;
    border-right: 1px dotted #848484;
}

.sw-banner .swiper-slide {
    width: calc(100% / 7);
    width: 145px;
}

.banner-width-195 {
    width: 195px !important;
}

.banner-width-250 {
    width: 250px !important;
}

.footer-main {
    position: relative;
    display: block;
}

.footer-main .container {
    padding-top: 25px;
    padding-bottom: 70px;
}

.site-link {
    position: relative;

    display: table;
    table-layout: fixed;

    height: 50px;
    margin-bottom: 40px;
}

.site-box {
    position: relative;
    display: table-cell;

    width: 275px;
    height: 50px;

    /* padding-right: 10px; */
}

.site-bt {
    position: relative;
    display: block;
    width: 98%;
    height: 50px;

    background-color: #f8f9fb;
    border-radius: 10px;
    font-size: 15px;

    text-align: left;
    padding: 0px 20px;

    line-height: 17px;
    letter-spacing: -0.375px;
    color: #2b2b2b;
    border: 0;
    cursor: pointer;
}

.site-bt::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 8px;
    background: url('../images/site_sprite.png') no-repeat;
    background-position: 0px 0px;
}

.site-bt-focus::after {
    background-position: 0px -18px;
}


.site-link-wrap {
    position: absolute;
    left: 0;
    bottom: 50px;

    display: block;
    width: 98%;

    padding: 20px 15px;

    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 7%);
    border-radius: 7px;

    z-index: 999;


    visibility: hidden;
    opacity: 0;

    transition: opacity 0.4s, visibility 0.4s, bottom 0.4s;
}

.site-link-wrap-focus {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 60px !important;
}

.site-link-box {
    position: relative;
    display: block;

    max-height: 460px;
    overflow-x: hidden;
    overflow-y: auto;

    margin-right: -10px;
    padding-right: 20px;
}




.site-link-box p {
    position: relative;
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.site-link-list {
    position: relative;
    display: block;

    padding-bottom: 20px;

}

.site-link-dot {
    border-bottom: 1px dotted #7f7f7f;
    margin-bottom: 20px;
}

.site-link-list li {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.site-link-2 li {
    width: 50%;
}

.site-link-list li a {
    position: relative;
    display: block;
    color: #464646;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;

    white-space: nowrap;
}

.site-link-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    display: block;
    width: 4px;
    height: 2px;
    background-color: #81b0d5;
}


.site-info {
    position: relative;
    display: block;
}

.site-info-menu-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.site-info-menu-list li {
    position: relative;
    display: block;
    float: left;

    padding: 0 18px;
}

.site-info-menu-list strong {
    position: relative;
    display: block;
    color: #145ba2;
}

.site-info-menu-list li:first-child {
    padding-left: 0;
}

.site-info-menu-list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    display: block;
    width: 3px;
    height: 3px;
    background-color: #959595;
    border-radius: 1px;
}

.site-info-menu-list li:last-child::after {
    content: none;
}

.site-info-menu-list li a {
    position: relative;
    display: block;

    color: #2a2a2a;
    font-size: 16px;
    line-height: 23px;
}

.site-info-address {
    position: relative;
    display: block;

    margin-top: 25px;
}

.address-wrap {
    position: relative;
    display: block;
}

.address-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.address-list li {
    position: relative;
    display: block;

    color: #3e3e3e;
    font-size: 15px;
    line-height: 28px;

    float: left;
    margin-right: 20px;
}

.address-list li span {
    position: relative;
    display: inline-block;

    font-weight: 600;
}

.address-list li a {
    position: relative;
    display: inline-block;
}

.address {
    position: relative;
    display: inline-block;

    margin-right: 8px;
}

.copy {
    position: relative;
    display: block;

    color: #3e3e3e;
    line-height: 28px;
    font-size: 15px;
}

.site-info-img {
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;
}

@media all and (max-width: 1430px) {          
    .footer .container {
        width: 1200px;
    }  
}

@media all and (max-width: 1200px) {         
    .footer .container {
        width: 1000px;
    }    
}

@media all and (max-width: 1000px) {         
    .footer .container {
        width: 100%;
    }    
}

@media all and (max-width: 800px) {    
}

@media all and (max-width: 770px) {    
}

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