@charset "utf-8";

body,
html {}

body {}

header {
    z-index: 999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all 0.15s ease-in-out
}

header.scroll,
header.fade {
    background: #fff;
    border-bottom: 1px solid #eee;
    transition: all 0.15s ease-in-out
}

header.fade {
    border-bottom: none;
}

header.scroll h1 a,
header.fade h1 a {
    background: url(../images/logo2_b.png) no-repeat ;
}

header.scroll #gnbMenu .depth1>a,
header.fade #gnbMenu .depth1>a {
    color: #333;
}

header.scroll .btn_search,
header.fade .btn_search {
    background: url(../images/ic_topSearch_b.png) no-repeat 0 0;
}

header.scroll .btn_allMenu span,
header.scroll .btn_allMenu:before,
header.scroll .btn_allMenu:after,
header.fade .btn_allMenu span,
header.fade .btn_allMenu:before,
header.fade .btn_allMenu:after {
    background: #000;
}

header.scroll .btn_search:after,
header.fade .btn_search:after {
    background: #000;
}

header:before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all 0.2s ease-in-out
}

header:after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/bg_gnb.png) no-repeat 0 bottom;
    transition: all 0.2s ease-in-out
}

header h1 {
    z-index: 1;
    position: absolute;
    top: 35px;
    left: 0;
}

header h1 a {
    width: 200px;
    height: 54px;
    display: block;
    font-size: 0 ! important;
    background: url(../images/logo2_b.png) no-repeat 0 0;
}

header .header {
    position: relative;
    max-width: 1396px;
    height: 100px;
    margin: 0 auto;
}

header #gnbMenu>ul {
    position: relative;
    left: 296px;
    top: 34px;
    font-size: 0;
}

header #gnbMenu .depth1 {
    position: relative;
    display: inline-block;
    padding-right: 70px
}

header #gnbMenu .depth1:last-child {
    padding-right: 0
}

header #gnbMenu .depth1>a {
    position: relative;
    display: block;
    height: 59px;
    color: #333;
    font-weight: 500 !important;
    font-size: 20px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

header #gnbMenu .depth1>a:before {
    content: "";
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -16px;
    width: 12px;
    height: 13px;
    background: url(../images/ic_gnb.png) no-repeat 0 0;
    transition: all 0.2s ease-in-out
}

header #gnbMenu .depth1.over>a:before {
    opacity: 1;
    top: -14px;
}

header #gnbMenu .depth1.over>a {
    color: #3171b9 ! important
}

header #gnbMenu .depth2 {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    width: 138px;
    padding-top: 44px;
    height: 0;
    text-align: left;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out
}

header #gnbMenu .depth2 li~li {
    margin-top: 19px
}

header #gnbMenu .depth2 a {
    position: relative;
    display: inline-block;
    line-height: 21px;
    font-size: 18px;
    color: #555;
}

header #gnbMenu .depth2 a:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    margin: 0 auto;
    background: #3171b9;
    transition: all 0.2s ease-in-out;
}

header #gnbMenu .depth2 a:hover:before {
    width: 100%;
}

header #gnbMenu .depth2 span {
    position: relative;
    top: -1px;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    padding: 0 7px;
    margin-right: 5px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    background: #000
}

header #gnbMenu .depth2.show {
    height: 420px
}

header.gnb_open {
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #eee
}

header.gnb_open h1 a {
    background: url(../images/logo2_b.png) no-repeat 0 0;
}

header.gnb_open #gnbMenu .depth1>a {
    color: #333
}

header.gnb_open:before {
    height: 420px;
    box-shadow: 0 3px 3px rgba(00, 00, 00, .05)
}

header.gnb_open:after {
    opacity: 1;
    height: 420px;
}

header.gnb_open .top_had a {
    color: #000;
}

header.gnb_open .btn_search {
    background: url(../images/ic_topSearch_b.png) no-repeat 0 0;
}

header.gnb_open .btn_allMenu span,
header.gnb_open .btn_allMenu:before,
header.gnb_open .btn_allMenu:after {
    background: #000;
}

header.gnb_open .btn_search:after {
    background: #000;
}

header.gnb_open .btn_log,
header.scroll .btn_log {
    color: #000 !important;
    border-color: #000;
}

header.gnb_open .btn_log:before,
header.scroll .btn_log:before {
    background: #000;
}

.allMenu {
    display: none
}

header.fixed {
    background: #fff;
    border-bottom: 1px solid #ccc
}

header.fixed .top_had a {
    color: #000;
}

header.fixed .btn_allMenu span,
header.fixed .btn_allMenu:before,
header.fixed .btn_allMenu:after {
    background: #000
}

header.fixed .btn_allMenu span,
header.fixed .btn_allMenu:before,
header.fixed .btn_allMenu:after {
    background: #000
}

header.fixed h1 a {
    background: url(../images/logo2_b.png) no-repeat 0 0;
}

header.fixed .btn_search {
    background: url(../images/ic_topSearch_b.png) no-repeat 0 0;
}

header.fixed #gnbMenu .depth1>a {
    color: #333
}

header.fixed .btn_search:after {
    background: #333
}

.btn_search {
    z-index: 10;
    position: absolute;
    top: 41px;
    right: 198px;
    width: 20px;
    height: 18px;
    font-size: 0;
    background: url(../images/ic_topSearch_b.png) no-repeat 0 0;
}

.btn_search:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -20px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, .5)
}

.totalSearch {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 50px 20px;
    /* border-top: 1px solid #bbb; */
    transition: all 0.1s ease-in-out;
}

.totalSearch label {
    font-size: 0;
    position: absolute;
    left: -10000px;
}

.totalSearch .form_wrap {
    position: relative;
    max-width: 570px;
    width: 100%;
    height: 70px;
    border-radius: 35px;
    background: #f5f5f5;
    border: 0;
    margin: 0 auto;
}

.totalSearch input[type=search] {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background: none;
    border: 0;
    padding-left: 30px;
    box-sizing: border-box;
}

.totalSearch button {
    position: absolute;
    right: 30px;
    top: 20px;
}

.totalSearch button img.mo {
    display: none;
}

header.search_open {
    z-index: 9;
    background: #fff !important;
}

header.search_open:before {
    height: 160px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

header.search_open .top_had {
    background: transparent
}

header.search_open .top_had a {
    color: #666
}

header.search_open .totalSearch {
    display: block
}

header.search_open.fade .totalSearch {
    z-index: 99;
    opacity: 1;
}

header.search_open.fade .totalSearch:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 100px;
    background: #f60
}

header.search_open.fade:before {
    opacity: 1;
}

.btn_allMenu {
    z-index: 10;
    position: absolute;
    top: 41px;
    right: 135px;
    width: 20px;
    height: 18px;
    font-size: 0;
}

.btn_allMenu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #333
}

.btn_allMenu:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #333
}

.btn_allMenu span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #333
}

.btn_log {
    z-index: 10;
    position: absolute;
    top: 41px;
    right: 0;
    display: block;
    width: 95px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    color: #000 !important;
    font-size: 12px !important;
}

.btn_log:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, .5);
}

header.fixed .btn_log {
    color: #000 !important;
    border-color: #000;
}

header.fixed .btn_log:before {
    background-color: #000;
}

.allMenu_open .allMenu {
    display: block
}

.allMenu {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg_all.png) no-repeat right bottom #fff
}

.allMenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: #1fac4c
}

.allMenu .btn_close {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 20px;
    height: 20px;
    font-size: 0
}

.allMenu .btn_close:after,
.allMenu .btn_close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    background: #333
}

.allMenu .btn_close:before {
    transform: rotate(-45deg);
}

.allMenu .menu_box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1396px;
    height: 100%;
    margin: 0 auto
}

.allMenu .menu_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 452px;
    height: 100%;
    background: #1fac4c
}

.allMenu ul {
    position: relative;
}

.allMenu .dep1~.dep1 {
    margin-top: 70px
}

.allMenu .dep1>a {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.allMenu .dep2 {
    display: none;
    position: absolute;
    width: 100%;
    left: 585px;
    top: 0;
    font-size: 26px;
}

.allMenu .dep2>li {
    position: relative;
    min-width: 182px;
    white-space: nowrap;
}

.allMenu .dep2>li~li {
    margin-top: 40px
}

.allMenu .dep2>li a {
    position: relative;
    display: inline-block;
}

.allMenu .dep2>li a~a {
    margin-left: 30px;
}

.allMenu .dep2>li>a:hover {
    color: #1fac4c
}

.allMenu .dep3 {
    position: absolute;
    top: 0;
    left: 124px;
    width: 600px
}

.allMenu .dep3.comp {
    left: 168px;
}

.allMenu .dep3.mycons {
    left: 188px;
}

.allMenu .dep3 li {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #777
}

.allMenu .dep3 a:hover {
    color: #3171b9
}

.allMenu .dep3 li~li {
    margin-left: 25px;
    padding-left: 25px;
}

.allMenu .dep3 li~li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #777
}

.allMenu .dp24 {
    bottom: 0;
}

.allMenu .dp25 {
    bottom: 0;
}

.allMenu .dp26 {
    bottom: 0;
}

.allMenu .selected.dep1>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 13px;
    top: -20px;
    right: -20px;
    background: url(../images/ic_allm.png) no-repeat 0 0
}

.allMenu .selected .dep2 {
    display: block;
}

.allMenu .first.dep1>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 13px;
    top: -20px;
    right: -20px;
    background: url(../images/ic_allm.png) no-repeat 0 0
}

.allMenu .first .dep2 {
    display: block;
}

.dBody .h1tit {
    height: 498px;
    background-size: cover ! important
}

.dBody .h1tit h1 {
    max-width: 1396px;
    margin: 0 auto;
    padding-top: 260px;
    color: #fff;
    font-size: 50px;
    font-weight: 700
}

.dBody .h1tit.sub1 {
    background: url(../images/bg_sub1.jpg) no-repeat 0 0;
}

.dBody .h1tit.sub2 {
    background: url(../images/bg_sub2.jpg) no-repeat 0 0;
}

.dBody .h1tit.sub3 {
    background: url(../images/bg_sub3.jpg) no-repeat 0 0;
}

.dBody .h1tit.sub4 {
    background: url(../images/bg_sub4.jpg) no-repeat 0 0;
}

.dBody .h1tit.sub5 {
    background: url(../images/bg_sub5.png) no-repeat 0 0;
}

.dBody .h1tit.sub6 {
    background: url(../images/bg_sub6.jpg) no-repeat 0 0;
}

.dBody .h1tit.sub7 {
    background: url(../images/bg_sub7.jpg) no-repeat 0 0;
}

.navi_list {
    border-bottom: 1px solid #e5e5e5
}

.navi_list ul {
    display: flex;
    max-width: 1396px;
    height: 80px;
    margin: 0 auto;
}

.navi_list ul li~li {
    margin-left: 28px
}

.navi_list ul li a {
    position: relative;
    display: block;
    padding-top: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #777;
}

.navi_list ul .current a {
    display: block;
    color: #3171b9;
}

.navi_list ul .current a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -26px;
    width: 100%;
    height: 2px;
    background: #3171b9
}

.navi_list .swiper-wrapper {
    max-width: 1396px;
    margin: 0 auto
}

.navi_list .swiper-slide {
    width: auto ! important;
}

.dBody section {
    max-width: 1396px;
    margin: 0 auto;
    padding-bottom: 170px;
}

.dBody section.overview {
    max-width: 100%;
}

.loaction {
    margin: 25px 0 96px 0;
    font-size: 16px;
    color: #555
}

.overview .loaction {
    max-width: 1396px;
    margin: 25px auto 96px auto;
    font-size: 16px;
    color: #555
}

.loaction .home {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    font-size: 0;
    background: url(../images/ic_home.png) no-repeat 0 0;
}

.loaction span,
.loaction strong {
    position: relative;
    margin-left: 24px;
}

.loaction span:before,
.loaction strong:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -14px;
    width: 3px;
    height: 3px;
    background: #555;
    border-radius: 100%;
}

footer {
    position: relative;
    background: #222
}

footer .footer {
    position: relative;
    max-width: 1396px;
    margin: 0 auto;
    padding: 66px 0 51px 262px;
    color: #888;
    box-sizing: border-box;
    background: url(../images/logo2_b.png) no-repeat 0 70px
}

footer .sns_g {
    position: absolute;
    top: 130px;
    left: 0;
    font-size: 0
}

footer .sns_g li {
    display: inline-block;
}

footer .sns_g li~li {
    margin-left: 11px
}

footer .sns_g a {
    display: block;
    width: 43px;
    height: 43px;
    font-size: 0
}

footer .sns_g .btn_face {
    background: url(../images/ic_f_face.png) no-repeat 0 0
}

footer .sns_g .btn_blog {
    background: url(../images/ic_f_blog.png) no-repeat 0 0
}

footer .sns_g .btn_kakao {
    background: url(../images/ic_f_kakao.png) no-repeat 0 0
}

footer .sns_g .btn_ytb {
    background: url(../images/ic_f_ytb.png) no-repeat 0 0
}

footer .f_menu li {
    display: inline-block;
}

footer .f_menu li~li {
    margin-left: 28px;
}

footer .f_menu strong {
    color: #fff
}

footer .site_g {
    position: absolute;
    top: 62px;
    right: 0;
    z-index: 9;
}

footer .select_box {
    z-index: 1;
    position: relative;
    width: 192px;
    height: 40px;
    margin-bottom: 18px;
}

footer .select_box p a {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 40px;
    border-bottom: 1px solid #888
}

footer .select_box p i {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 8px;
    margin: auto 0 auto 30px;
    transition: all 0.2s ease-in-out;
    transform: rotate(90deg);
}

footer .select_box p i:before,
footer .select_box p i:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 10px;
    height: 2px;
    right: 10px;
    background: #888
}

footer .select_box p i:before {
    transform: rotate(135deg);
    top: 7px
}

footer .select_box p i:after {
    transform: rotate(-135deg);
    top: -7px
}

footer .select_box .option {
    display: none;
    position: absolute;
    bottom: 40px;
    left: -1px;
    width: 192px;
    max-height: 250px;
    border: 1px solid #888;
    background: #222;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
}

footer .select_box .option li {
    height: 38px;
}

footer .select_box .option a {
    display: block;
    line-height: 38px;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
}

footer .select_box .option a:hover {
    background: #333
}

footer .select_box.open p i {
    transform: rotate(-90deg);
}

footer .select_box.open .option {
    display: block
}

footer .select_box .option::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border: 6px solid #424457;
}
/* 
footer .select_box .option::-webkit-scrollbar-button:start:decrement,
footer .select_box .option::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
    background: #424457
} */

footer .select_box .option::-webkit-scrollbar-track {
    background: #424457;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

footer .select_box .option::-webkit-scrollbar-thumb {
    height: 50px;
    width: 6px;
    background: #000;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1)
}

footer .address {
    margin-top: 21px;
    line-height: 26px;
}

footer .address span~span {
    position: relative;
    padding-left: 11px;
    margin-left: 13px
}

footer .address span~span:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 16px;
    background: #888
}

footer .copy {
    margin-top: 50px;
    color: #fff
}

/* 230725 sns 신규 */
footer .sns_g .btn_face {
    background: url(../images/ic_facebook.png) no-repeat 0 0
}

footer .sns_g .btn_blog {
    background: url(../images/ic_blog.png) no-repeat 0 0
}

footer .sns_g .btn_insta {
    background: url(../images/ic_insta.png) no-repeat 0 0
}

footer .sns_g .btn_ytb {
    background: url(../images/ic_ytb.png) no-repeat 0 0
}

/* 230725 sns 신규 */
.snsMenu {
    position: fixed;
    right: 36px;
    bottom: 131px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.snsMenu.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.snsMenu li {
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.snsMenu li~li {
    margin-top: 14px;
}

.snsMenu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.snsMenu li .btn_ytb {
    background: url(../images/ic_ytb.png) 0 0 / cover no-repeat;
}

.snsMenu li .btn_insta {
    background: url(../images/ic_insta.png) 0 0 / cover no-repeat;
}

.snsMenu li .btn_face {
    background: url(../images/ic_facebook.png) 0 0 / cover no-repeat;
}

.snsMenu li .btn_blog {
    background: url(../images/ic_blog.png) 0 0 / cover no-repeat;
}

footer .sns_g a {
    width: 30px;
    height: 30px;
    background-size: contain ! important
}


/* 230725 sns 신규 끝 */

@media (max-width: 1396px) {

    header .header {
        margin: 0 16px
    }

    header #gnbMenu>ul {
        left: 270px
    }

    header #gnbMenu .depth1 {
        padding-right: 35px
    }

    header #gnbMenu .depth1>a {
        font-size: 17px
    }

    header #gnbMenu .depth2 a {
        font-size: 15px
    }

    .btn_allMenu {
        right: 0;
    }

    .btn_search {
        right: 48px;
    }

    .allMenu .menu_box {
        max-width: 720px
    }

    .allMenu .menu_box:before {
        width: 280px
    }

    .allMenu .dep1~.dep1 {
        margin-top: 45px
    }

    .allMenu .dep1>a {
        font-size: 28px
    }

    .allMenu .dep2 {
        left: 320px;
        width: 300px;
        font-size: 22px
    }

    .allMenu .dep2>li~li {
        margin-top: 30px
    }

    .allMenu .dep3 li {
        font-size: 14px
    }

    .btn_log {
        display: none;
    }

    .dBody .h1tit h1 {
        margin: 0 16px
    }

    .dBody section {
        margin: 0 16px
    }

    .navi_list .swiper-wrapper {
        margin-left: 16px;
        margin-right: 16px
    }

    footer .footer {
        margin: 0 16px;
        font-size: 16px
    }

    footer .site_g {
        right: 8px;
    }
}

@media (max-width: 1024px) {
    #gnbMenu {
        display: none
    }

    .allMenu .had {
        display: block;
    }

    .allMenu_open.fade:before {
        z-index: 9;
        top: 0;
        left: 0;
        height: 100vh;
        background: rgba(00, 00, 0, .65);
    }

    .allMenu .menu_box>ul {
        display: block;
        ;
        margin: 0;
    }

    .allMenu_open .allMenu {
        right: 0;
    }

    .allMenu {
        display: none;
    }

    .allMenu .btn_close {
        position: absolute;
        top: 45px;
        right: 0;
        width: 54px;
        height: 54px;
        font-size: 0;
    }

    .allMenu .btn_close:before,
    .allMenu .btn_close:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
        height: 2px;
        border-radius: 10px;
        background: #2c3149
    }

    .allMenu .btn_close:before {
        transform: rotate(45deg);
    }

    .allMenu .btn_close:after {
        transform: rotate(-45deg);
    }

    .allMenu {
        z-index: 999;
        display: block;
        position: fixed;
        left: auto;
        top: 0;
        width: 50%;
        right: -50%;
        height: 100vh;
        border-top: 0;
        background: #fff;
        opacity: 1 ! important;
        transition: all .2s ease-in;
        overflow: scroll;
    }

    .allMenu:before,
    .allMenu .menu_box:before {
        display: none;
    }

    .allMenu .menu_box {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        padding: 45px;
        overflow-y: auto;
        box-sizing: border-box;
        transition: all .2s ease-in;
    }

    .allMenu .btn_close {
        position: absolute;
        top: 25px;
        right: 15px;
        width: 33px;
        height: 33px;
        font-size: 0;
        background-size: 24px auto
    }

    .allMenu .menu_box {
        display: block;
        overflow: scroll;
    }

    .allMenu .menu_box a {
        position: relative;
        font-weight: 600;
        font-size: 20px;
        color: #000;
    }

    .allMenu .menu_box .dep2 {
        margin-top: 35px;
        text-align: left
    }

    .allMenu .menu_box .dep2>li {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .allMenu .menu_box .dep2>li~li {
        margin: 0
    }

    .allMenu .menu_box .dep2>li>a {
        height: 35px;
        line-height: 35px;
        padding-left: 0;
        font-weight: 400
    }

    .allMenu .menu_box ul ul {
        padding: 0;
    }

    .allMenu .menu_box .dep2 {
        position: static;
        width: auto;
        padding: 0;
        margin: 12px 0 0 0
    }

    .allMenu .menu_box .dep2 li~li {
        margin-top: 4px
    }

    .allMenu .menu_box .dep2 a {
        font-size: 18px;
        color: #333;
    }

    .allMenu .menu_box .dep2 span {
        position: relative;
        top: -2px;
        display: inline-block;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
        margin-right: 2px;
        vertical-align: middle;
        color: #fff;
        font-size: 11px;
        border-radius: 4px;
        background: #999999
    }

    .allMenu .menu_box .dep3 {
        margin: 12px 0
    }

    .allMenu .menu_box .dep3 li a {
        color: #666;
        font-size: 14px
    }

    .allMenu .menu_box .dep3 li~li {
        margin-top: 12px
    }

    .allMenu .menu_box .dep3 {
        position: static;
        width: auto;
        margin-bottom: 12px;
    }

    .allMenu .menu_box .dep3 li {
        display: block;
        padding-left: 12px;
        margin-left: 12px
    }

    .allMenu .dep3 li {
        margin-left: 25px;
        padding-left: 25px;
    }

    .allMenu .dep3 li:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background: #777
    }

    .allMenu .selected .has_child {
        color: #1fac4c
    }

    .allMenu .first.dep1>a:before {
        display: none
    }

    .allMenu .first .dep2 {
        display: none;
    }


    footer .footer {
        padding-left: 240px;
        font-size: 14px;
    }

    footer .select_box {
        width: 160px
    }
}

@media (max-width: 900px) {
    header:before {
        top: 0
    }

    header .header {
        height: 60px
    }

    header h1 {
        top: 15px;
    }

    header h1 a {
        width: 138px;
        height: 29px;
        background: url(../images/logo2_b.png) no-repeat 0 0;
        background-size: contain ! important
    }

    .btn_search {
        top: 23px;
        background: url(../images/mo/ic_topSearch.png) no-repeat 50% 50%;
        background-size: 14px auto ! important
    }

    .btn_search:after {
        right: -14px;
        background: #fff;
    }

    .btn_allMenu {
        top: 23px;
    }

    .btn_allMenu span {
        width: 14px;
        background: #fff;
    }

    .btn_allMenu:before {
        width: 14px;
        bottom: 2px;
        background: #fff;
    }

    .btn_allMenu:after {
        width: 14px;
        top: 2px;
        background: #fff;
    }

    .totalSearch {
        top: 0;
        padding: 10px 0;
        border: 0;
        text-align: center;
        background: #fff;
    }

    .totalSearch .box {
        width: 100%;
        padding-right: 85px
    }

    header.search_open:before {
        top: 0;
        height: 60px
    }

    .totalSearch input[type=text] {
        width: 100%;
        height: 38px;
        padding-left: 8px;
        font-size: 14px
    }

    .totalSearch .btn_totalSearch {
        right: 42px;
        width: 38px;
        height: 38px;
    }

    .totalSearch .btn_totalSearch:before {
        width: 10px;
        height: 8px;
        background-size: contain
    }

    .totalSearch .btn_close {
        right: 0;
        width: 38px;
        height: 38px;
    }

    .totalSearch .search_form {
        padding: 95px 0 43px 0;
    }

    .totalSearch .form_wrap {
        max-width: 326px;
        width: 100%;
        height: 40px;
    }

    .totalSearch .form_wrap button {
        top: 13px;
        right: 15px;
        width: 14px;
        height: 14px;
    }

    .totalSearch .form_wrap button img.mo {
        display: block;
        width: 100%;
        height: 100%;
    }

    .totalSearch .form_wrap button img.pc {
        display: none;
    }

    .btn_log {
        display: none;
    }

    .btn_log:before {
        display: none;
    }

    .allMenu .dep1~.dep1 {
        margin-top: 30px;
    }
    
    footer .footer {
        height: 442px;
        padding: 0;
        margin: 0;
        font-size: 11px;
        background-position: 16px 72px;
        background-size: 125px auto
    }

    footer .footer .f_menu {
        padding: 17px 16px;
        border-bottom: 1px solid #444
    }

    footer .f_menu li~li {
        margin-left: 12px
    }

    footer .sns_g {
        top: 70px;
        right: 16px;
        left: auto
    }

    footer .sns_g a {
        width: 26px;
        height: 26px;
        background-size: contain ! important
    }

    footer .address {
        line-height: 16px;
        margin: 64px 16px 0
    }

    footer .address span {
        display: inline-block;
    }

    footer .address span~span {
        padding-left: 5px;
        margin-left: 5px;
    }

    footer .address span~span:before {
        height: 8px;
        top: 4px;
    }

    footer .copy {
        margin: 16px 16px 0
    }

    footer .site_g {
        position: relative;
        margin: 16px 0 0 16px;
        padding: 16px 16px;
        border-top: 1px solid #444;
        z-index: 99;
    }

    footer .select_box {
        height: 36px;
        width: 100%;
    }

    footer .select_box .option {
        width: 100%;
        height: auto;
    }

    footer .select_box .option {
        overflow-y: hidden !important;
    }

    footer .select_box .option li {
        width: 33.333%;
        text-align: center;
        float: left;
        font-size: 10px;
    }

    .snsMenu {
        right: 30px;
        bottom: 101px;
    }

    .snsMenu li {
        width: 30px;
        height: 30px;
    }

    .snsMenu li~li {
        margin-top: 10px;
    }

    .dBody section {
        padding-bottom: 80px;
    }

    .dBody section.overview {
        padding-bottom: 160px;
    }

    .dBody .h1tit {
        height: 250px
    }

    .dBody .h1tit h1 {
        padding-top: 120px;
        text-align: center;
        font-size: 30px
    }

    .dBody .h1tit.sub1 {
        background: url(../images/mo/bg_sub1.png) no-repeat 0 0;
    }

    .dBody .h1tit.sub2 {}

    .dBody .h1tit.sub3 {}

    .dBody .h1tit.sub4 {
        background: url(../images/mo/bg_sub4.jpg) no-repeat 0 0;
    }

    .dBody .h1tit.sub5 {
        background: url(../images/mo/bg_sub5.png) no-repeat 0 0;
    }

    .dBody .h1tit.sub6 {
        background: url(../images/mo/bg_sub6.jpg) no-repeat 0 0;
    }

    .navi_list {
        width: 100%
    }

    .navi_list ul {
        height: 50px;
    }

    .navi_list ul li a {
        padding-top: 15px;
        font-size: 15px
    }

    .navi_list ul .current a:before {
        bottom: -13px;
    }

    .loaction {
        margin: 12px 0 36px 0
    }

    .loaction span,
    .loaction strong {
        font-size: 12px
    }

    .loaction span:before,
    .loaction strong:before {
        top: 8px
    }

    .loaction .home {
        top: 0;
        width: 11px;
        height: 11px;
        background-size: contain
    }
}

@media (max-width: 540px) {
    .allMenu {
        width: 100%;
        right: -100%;
    }
}

@media (max-width: 330px) {
    body {
        font-size: 13px;
    }
}