@charset "utf-8"; /* Header */
/******************** HEADER ********************/
header {
    padding-top: 45px;
    background: #FFF;
    z-index: 11;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.wrap-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1640px;
    margin: 0 auto;
}

.head-logo {
    padding-left: 20px;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.head-logo a {
    display: flex;
    align-items: center;
}

.head-logo img {
    max-width: 40px;
    display: inline-block;
    margin-right: 20px;
}

.head-logo span {
    font-size: 37px;
    color: #28a444;
    font-family: 'NH Medium';
    line-height: 1.3;
    display: inline-block;
}

.head-navi {
}

.head-m-top, .btn-mgnb-close {
    display: none;
}

.head-util {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-top {
    padding: 0 20px;
    width: 100%;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1640px;
    transform: translateX(-50%);
}

.head-top:after {
    content: "";
    display: block;
    background-color: #1ead4c;
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 50%;
    /* transform: translateX(-50%); */
    left: -50%;
    right: -50%;
}

.head-top #_globalUl {
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.sub .head-top #_globalUl {
    padding-top: 0;
}

.head-top #_globalUl li {
    background: none !important;
    float: unset !important;
    display: flex;
    align-items: center;
}

.head-top #_globalUl li::before {
    width: 1px;
    height: 10px;
    background: url('../../images/common/top-dot.png') no-repeat center;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.head-top #_globalUl li:nth-child(1)::before {
    display: none;
}

.head-top #_globalUl a {
    font-size: 14px;
    color: #FFF;
    font-family: 'Dream Regular';
    line-height: 1.2;
    display: block;
}

.head-top #_globalUl .goToHome::before {
    display: none;
}

.head-top #_globalUl .goToHome a {
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background: url(../../images/common/home_1_w.png) no-repeat center;
}

.head-top #_globalUl .sign a {
    padding-left: 20px;
}

.head-top #_globalUl .membership a {
    background: url(../../images/common/join_1_w.png) no-repeat left center;
}

.head-links {
    display: flex;
    align-items: center;
}

.head-links a {
    display: block;
    margin-right: 20px;
    line-height: 1;
}

.head-links a span {
    font-size: 16px;
    color: #fff;
    font-family: 'Dream Light';
    display: flex;
    align-items: center;
    height: 45px;
    background: #085e24;
    padding: 0 15px;
}

.head-sitemap {
    width: 100px;
    height: 100px;
    border-left: 1px solid rgba(255,255,255,0.4);
}

.head-sitemap a {
    background: url(../../images/common/sitemap.png) no-repeat center;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    display: block;
}

.btn-mgnb {
    display: none;
}

.fix header {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
}

header {
    /*position:fixed;top: 0;*/
}

.main header {
    animation-name: head_text_1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.main #contentsEditHtml {
    padding-top: 145px;
    animation-name: head_text_2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes head_text_1 {
    0% {
        top: -145px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes head_text_2 {
    0% {
        padding-top: 290px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        /*padding-top:145px;*/
        opacity: 1;
        padding-top: 0
    }
}

/******************** MAIN NAVIGATION ********************/
@media all and (min-width: 1024px) {
    .menuUItop {
    }

    .menuUItop .div_1 {
    }

    .menuUItop .ul_1 {
        display: flex;
    }

    .menuUItop .li_1 {
        width: 100%;
        position: relative;
    }

    .menuUItop .li_1:last-child, .menuUItop .li_1:nth-last-child(2) {
        display: none;
    }

    .menuUItop .li_1 a.top_k2wiz_GNB_3934 {
        color: #009e75;
        font-weight: bold;
    }

    .menuUItop .a_1 {
        width: 100%;
        height: 100px;
        font-size: 20px;
        color: #222;
        line-height: 1;
        font-family: 'Dream Regular';
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .menuUItop .a_1 .inner {
        padding: 0 !important
    }

    .menuUItop .div_2 {
        background: #005470;
        padding: 20px;
        margin-top: -20px;
        width: 100%;
        position: absolute;
        min-width: 190px;
        display: none;
    }

    .menuUItop .div_2.on {
        display: block;
    }

    .menuUItop .ul_2 {
    }

    .menuUItop .li_2 {
    }

    .menuUItop .a_2 {
        font-size: 17px;
        color: rgb(255,255,255,1);
        line-height: 1;
        font-family: 'Noto Regular';
        padding: 3px 0;
        display: inline-block;
    }

    .menuUItop .a_2 .inner {
        padding: 0 !important
    }

    .menuUItop .a_2::after {
        width: 0;
        height: 2px;
        margin-top: 5px;
        background: rgb(255,255,255,0.5);
        transition: 0.5s;
        content: "";
        display: block;
    }

    .menuUItop .a_2:hover, .menuUItop .a_2._active {
        color: rgb(255,255,255,0.7);
    }

    .menuUItop .a_2:hover::after, .menuUItop .a_2._active::after {
        width: 100%;
    }

    .menuUItop .div_3 {
        display: none;
    }
}

@media all and (min-width: 1024px) and (max-width:1440px) {
    .head-logo img {
        max-width:30px;
        margin-right: 10px;
    }

    .head-logo span {
        font-size: 30px;
    }

    .menuUItop .a_1 {
        font-size: 18px;
        padding: 0 20px;
    }
}

@media all and (max-width: 1023px) {
    header {
        padding-top:0;
    }

    .main #contentsEditHtml {
        padding-top: 85px;
    }

    @keyframes head_text_2 {
        0% {
            padding-top: 170px;
            opacity: 0;
        }

        100% {
            opacity: 1;
            padding-top: 0;
            opacity: 1;
        }
    }

    .head-logo img {
        max-width: 30px;
        margin-right: 10px;
    }

    .head-logo span {
        font-size: 30px;
    }

    .head-util {
        width: unset;
    }

    .head-top, .head-sitemap {
        display: none;
    }

    .btn-mgnb {
        display: block;
        text-indent: -9999px;
        width: 80px;
        height: 80px;
        background: url(../../images/common/m_sitemap.png) no-repeat center;
    }

    .btn-mgnb button {
        display: block;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
    }

    .head-navi {
        display: none;
        position: fixed;
        top: 0;
        top: 0;
        width: 50%;
        height: 100vh;
        background: #666;
    }

    .head-navi.on {
        display: block;
    }

    .head-navi::before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgb(0,0,0,0.7);
        content: "";
        display: none;
    }

    .head-m-top, #_globalNavi, .btn-mgnb {
        position: relative;
    }

    .wrap-top {
        display: none;
    }

    .wrap-header.on .logo_w {
        display: none;
    }

    .wrap-header.on .logo_y {
        display: inline-block;
    }

    .wrap-header .head-logo img {
        width: 25px;
    }

    .wrap-header.on .head-logo span {
        color: #1ead4c;
    }

    .wrap-header .head-logo span {
        font-size: 28px;
        line-height: 1.5;
    }

    .head-m-top {
        display: block;
        background: #023894;
    }

    .head-m-top .gnb-top-sns {
        float: right;
        padding-right: 20px;
        margin-top: 7px;
    }

    .btn-mgnb-close {
        display: block;
    }

    .wrap-header .btn-mgnb-close.on {
        display: block;
        position: absolute;
        right: 20px;
        top: 25px;
        width: 19px;
        height: 19px;
        background: url('../../images/common/ic-navi-close.png') no-repeat center center;
    }

    .wrap-header .btn-mgnb-close button {
        text-indent: -9999px;
        display: block;
        width: 100%;
        height: 100%;
    }

    .wrap-header .mobile-global.on {
        display: block;
        position: absolute;
        left: 0px;
        top: 40%;
    }

    .wrap-header .mobile-global a {
        display: block;
        text-align: left;
        font-size: 14px;
        color: #a6acbd;
        padding: 0 0 0 20px;
        margin: 0 0 10px 0
    }

    .wrap-header .head-logo {
        margin-top: 0;
        z-index: 1000;
        width: auto;
    }

    .wrap-header .head-logo a {
        width: auto;
        height: auto;
        background: url("../../images/common/logo_m.png") no-repeat center;
        transition: background 0.5s;
        display: flex;
    }

    .wrap-header.animated .head-logo a, .wrap-header.on .head-logo a {
        background: url("../../images/common/logo_m_on.png") no-repeat center;
    }

    .wrap-header .head-navi {
        position: fixed;
        top: 0px;
        right: -100%;
        z-index: 100;
        width: 100%;
        height: 100%;
        padding: 0;
        padding-top: 70px;
        background: #fff;
        opacity: 0;
        transition: right 0.55s cubic-bezier(0.7, 0, 0.3, 1) , opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }

    .wrap-header .head-navi.on {
        right: 0;
        opacity: 1;
    }

    .wrap-header .head-navi .menuUItop {
        position: relative;
        height: 100%;
    }

    .wrap-header .head-navi .menuUItop::before {
        content: "";
        position: absolute;
        width: 34%;
        height: 100%;
        left: 0;
        top: 0;
        background: #133063;
    }

    .wrap-header .head-navi .logo-mobile {
        display: block;
        padding: 20px 0 0 20px;
        text-align: left;
    }

    .wrap-header .head-navi .div_1 {
    }

    .wrap-header .head-navi .li_1 {
        position: static;
        display: block;
        width: 100%;
        padding: 0px;
        float: left;
    }

    .wrap-header .head-navi .a_1 {
        display: block;
        line-height: 1.5;
        width: 34%;
        height: auto;
        padding: 12px 0 12px 15px;
        text-align: left;
        font-size: 16px;
        color: #fff;
        font-family: 'Noto Regular',sans-serif;
    }

    .wrap-header .head-navi .a_1 span {
        position: relative;
    }

    .wrap-header .head-navi .a_1:after {
        display: none;
    }

    .wrap-header .head-navi .a_1:hover {
        color: #fff;
    }

    .wrap-header .head-navi .a_1.on span:after {
        display: none;
    }

    .wrap-header .head-navi .a_1.on span:before {
        display: none;
    }

    .wrap-header .head-navi .a_1.on {
        color: #ffc012;
    }

    .wrap-header .head-navi .ul_2 {
        border: 0;
        padding: 0;
    }

    .wrap-header .head-navi .li_2 {
        display: block;
        border: 0px;
        padding: 0px;
    }

    .wrap-header .head-navi .li_2 .a_2:after {
        display: none;
    }

    .wrap-header .head-navi .a_2 {
        display: block;
        padding: 10px 15px 10px 20px;
        margin: 0;
        font-size: 16px;
        color: #000000;
        font-family: 'Noto Regular',sans-serif;
        transition: none;
        position: relative;
    }

    .wrap-header .head-navi .a_2.plus {
        position: relative;
        background: url('../../images/common/arrow_a2.png') no-repeat 94% center
    }

    .wrap-header .head-navi .a_2.plus.on {
        background: #709EED;
        color: #fff;
    }

    .wrap-header .head-navi .a_2[target=_blank] span:before {
        top: 6px;
    }

    .wrap-header .head-navi .a_2:hover span:after {
        display: none;
    }

    .wrap-header .head-navi .div_2 {
        width: 66% !important;
        right: 0px;
        left: auto;
        transition-property: none;
        transform: none;
        min-width: auto;
        overflow: hidden;
        z-index: 100;
        text-align: left;
        /* transition: all .75s cubic-bezier(0.7, 0, 0.3, 1); */
        position: absolute;
        display: none;
    }

    .wrap-header .head-navi .div_2.on {
        top: 0px;
        max-height: none;
        height: 100%;
        background: #fff;
        transition-property: none;
        z-index: 101;
        padding-top: 10px;
        display: block;
    }

    .wrap-header .head-navi .div_2 .container {
        padding: 0px;
    }

    .wrap-header .head-navi .ul_3 {
        padding: 5px 0;
        border-bottom: 1px solid #DDDDDD;
    }

    .wrap-header .head-navi .li_3 {
        position: relative;
        margin: 0px;
    }

    .wrap-header .head-navi .a_3 {
        color: #666666;
        display: block;
        padding: 6px 0 6px 20px;
        font-size: 14px;
        font-family: 'Noto Regular',sans-serif;
    }

    .wrap-header .head-navi .a_3[target=_blank] {
        position: relative;
    }

    .wrap-header .head-navi .a_3[target=_blank]:before {
        content: '';
        position: absolute;
        left: 110%;
        top: 10px;
        width: 10px;
        height: 10px;
        background: url('../../images/common/ico_blank.png') no-repeat center center;
    }

    .wrap-header .head-navi .a_3:hover {
        color: #2462cb;
    }

    .wrap-header .head-navi .a_3._active {
        color: #2462cb;
    }

    .wrap-header .head-navi .div_3 {
        display: block;
        overflow: hidden;
        max-height: 0px;
        transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        background: #F5F5F5;
    }

    .wrap-header .head-navi .div_3.on {
        max-height: 500px;
        transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    }

    .wrap-header .head-navi .title {
        display: none;
    }

    .wrap-header .head-navi .close {
        display: none
    }

    .wrap-header .head-util .btn-share {
        display: none;
    }

    .black-bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: rgba(0,0,0,0.6);
        z-index: 998;
    }

    .black-bg.on {
        display: none;
    }

    #_globalNavi #_globalUl {
        padding: 10px 30px;
    }

    #_globalNavi #_globalUl a {
        color: #fff;
        font-family: 'Noto Regular';
        font-size: 14px;
    }
}


@media all and (max-width: 768px) {
    .wrap-header .head-navi .a_1 {
        font-size: 18px
    }

    .wrap-header .head-navi .a_2 {
        font-size: 18px
    }
}

.wrap-sub-navi {
    position: relative;
    z-index: 9;
    max-width: 1640px;
    margin: 0 auto 0;
    padding: 0 20px;
}

.wrap-sub-navi .container {
    position: relative;
    margin: 0 auto;
    height: 70px;
}

.sub-navi > ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-navi > ul > li {
    display: none;
    position: relative;
    padding: 0 35px 0 20px;
}

.sub-navi > ul > li.home, .sub-navi > ul > li.on {
    display: block;
}

.sub-navi > ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 6px;
    height: 9px;
    background: url('./../../images/common/top-header-ic.png') no-repeat center;
}

.sub-navi .home {
    padding-left: 25px !important;
}

.sub-navi .home::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('./../../images/common/home-ic.png') no-repeat center / contain;
}

.sub-navi a, .sub-navi .inner button {
    display: block;
    color: #555;
    font-size: 15px;
    line-height: 80px;
    font-family: 'Dream Medium';
    text-decoration: none;
    transition: 0.2s;
}

.sub-navi .inner button {
    position: relative;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding-right: 25px;
    text-align: left;
    max-width: 200px;
    line-height: 1.2;
}

.sub-navi a:hover, .sub-navi .inner button:hover {
    color: #0146b9;
}

.sub-navi .navUl {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    min-width: 200px;
    background: #fff;
    border: 1px solid #3e454c;
    border-top: 4px solid #0146b9;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.sub-navi .navUl.on {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.sub-navi .navUl a {
    line-height: 1.5;
    padding: 12px 15px;
    color: #555;
    font-size: 14px;
    position: relative;
}

.sub-navi .navUl a.plus:after {
    content: '';
    width: 11px;
    height: 7px;
    background: url('../../images/common/top-header-ic.png') no-repeat center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3.5px;
}

.sub-navi .navUl a._active ,.sub-navi .navUl a:hover {
    background: #f5f5f5;
    color: #0146b9;
}

@media all and (max-width: 1600px) {

}

@media all and (max-width: 1440px) {

}

@media all and (max-width: 1023px) {
    .wrap-sub-navi .sub-navi .home {
        /* padding-right: 0; */
    }

    .wrap-sub-navi .sub-navi .home::after {
      
    }

    .wrap-sub-navi .sub-navi .home a {
        /* font-size: 0; */
    }
}

@media all and (max-width: 768px) {
    .wrap-sub-navi {
	background-color: #f5f5f5;
	padding: 6px 20px;
    }
    .wrap-sub-navi .sub-navi .home{
    /* width: 35px; */
    margin-right: 10px;
}
       .wrap-sub-navi .sub-navi .home a {
        font-size: 0; 
    }
    .wrap-sub-navi .sub-navi .home::after {
      right: -9px;
    }
    .wrap-sub-navi .container {
        height: auto;
    }

    .wrap-sub-navi .sub-navi {
        width: auto;
    }

    .wrap-sub-navi .sub-navi > ul::after {
        content: "";
        display: block;
        clear: both;
    }

    .wrap-sub-navi .sub-navi > ul > li {
        padding: 0 0 0 17px;
        width: auto;
    }

    .wrap-sub-navi .sub-navi > ul > li:nth-child(2) {
        background: url('../../images/common/sub-navi-home.png') no-repeat left center;
        background-size: auto 11px;
    }

    .wrap-sub-navi .sub-navi > ul > li > a, .wrap-sub-navi .sub-navi > ul > li > .inner > button {
        /* height: 40px; */
         font-size: 16px; 
        line-height: 20px;
        min-width: auto;
    }

    .wrap-sub-navi .sub-navi > ul > li > .inner {
        overflow: hidden;
    }

    .wrap-sub-navi .sub-navi > ul > li > .inner > button {
        padding: 0;
        padding-right: 20px;
        min-width: 110px;
        max-width: 200px;
    }

    .wrap-sub-navi .sub-navi > ul > li > .inner > button:hover {
        /* color: #13ca4e; */
        font-weight: bold;
    }

    .wrap-sub-navi .sub-navi > ul > li > .inner > button::after {
        right: 0;
    }

    .wrap-sub-navi .sub-navi > ul > li > .inner > button span {
        width: 100%;
        height: 40px;
        vertical-align: middle;
        overflow: hidden;
        line-height: 40px;
    }

    .wrap-sub-navi .sub-navi .navUl {
        top: 100%;
        z-index: 10;
        min-width: auto;
    }

    .wrap-sub-navi .sub-navi .navUl a {
        padding: 6px 10px;
    }

    .wrap-sub-navi .sub-util {
        right: 10px;
    }

    .wrap-sub-navi .sub-util > ul > li::after {
        height: 15px;
        margin-top: -7.5px;
    }

    .wrap-sub-navi .sub-util > ul > li:last-child {
        display: none;
    }

    .wrap-sub-navi .sub-util > ul > li > button {
        width: 45px;
        height: 40px;
        display: none;
    }

    .wrap-sub-navi .sub-util .sub-share {
        background-size: auto 20px;
    }

    .wrap-sub-navi .sub-util .sub-favo, .wrap-sub-navi .sub-util .sub-favo:hover, .wrap-sub-navi .sub-util .sub-favo.on {
        background-size: auto 20px;
    }

    .wrap-sub-navi .sub-util .box-sub-favo {
        right: 0;
    }

    .wrap-sub-navi .sub-util .box-sub-share {
        top: 100%;
    }
}

.wrap-contents {
    padding: 20px 0 100px;
    min-height: 500px;
}

.wrap-contents .container {
    max-width: 1640px;
    margin: 0 auto;
}

/* Footer */
footer {
    background-color: #151515;
    margin: 0 auto;
}

footer .inner {
    padding: 34px 0 48px;
    max-width: 1600px;
    margin: 0 auto;
}

.sub footer .inner {
    padding: 50px 0 48px;
}

footer .bottom-menu {
    position: relative;
    margin: 3px 0 70px;
}

footer .bottom-menu::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -33px;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    background-color: #fff;
}

footer .bottom-menu ul::after {
    content: "";
    display: block;
    clear: both;
}

footer .bottom-menu li {
    float: left;
    position: relative;
}

footer .bottom-menu ul li::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -5.5px;
    width: 2px;
    height: 11px;
    background-image: url("../../images/main/footer-dot.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

footer .bottom-menu ul li:last-child::after {
    display: none;
}

footer .bottom-menu li {
    margin-right: 40px;
}

footer .bottom-menu li:nth-child(2) a {
    color: #1ead4c;
}

footer .bottom-menu li a {
    display: block;
    letter-spacing: -0.03em;
    line-height: 1.5;
    color: #fff;
    transition: 0.2s;
    font-family: "Dream Regular";
}

footer .bottom-menu li:hover a {
    color: #1ead4c;
}

footer .footer-info {
}

footer .footer-info .footer-logo {
    margin: 0 50px 0 9px;
    float: left;
    display: flex;
    align-items: center;
}

footer .footer-info .footer-logo img {
    margin-right: 10px;
}

footer .footer-info .footer-logo span {
    font-size: 40px;
    color: #828282;
    font-family: 'NH Medium';
    line-height: 38px;
    display: inline-block;
}

footer .footer-info .address span {
    margin-right: 20px;
    letter-spacing: -0.03em;
    line-height: 1.5;
    color: #fff;
    font-family: "Dream Regular";
}

footer .footer-info .copy p {
    margin-top: 7px;
    color: #fff;
    opacity: 0.2;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    footer .footer-info .footer-logo {
        margin: 0 0 20px 0;
        float: unset;
    }

    footer .footer-info .footer-logo img {
    }

    footer .footer-info .footer-logo span {
        ;}
}

@media (max-width: 768px) {
    footer .bottom-menu {
        text-align: center;
    }

    footer .bottom-menu ul {
        display: inline-block;
    }

    footer .bottom-menu li {
        margin-right: 30px;
    }

    footer .bottom-menu ul li::after {
        right: -16px;
    }

    footer .bottom-menu li a {
        font-size: 15px;
    }

    footer .bottom-menu li:nth-child(3) {
        margin-right: 0;
    }

    footer .bottom-menu li:nth-child(3)::after {
        display: none;
    }

    footer .bottom-menu li:nth-child(4) {
        clear: both;
        margin-left: 100px;
    }

    footer .bottom-menu li:last-child {
        margin-left: 30px;
    }

    footer .bottom-menu li:nth-last-child(-n + 2) {
        margin-right: 0;
        margin-top: 10px;
    }

    footer .footer-info {
        text-align: center;
    }

    footer .footer-info .address span {
        display: block;
        font-size: 15px;
        margin-right: 0;
    }

    footer .footer-info .copy p {
        font-size: 14px;
    }

    footer .footer-info .footer-logo {
        justify-content: center;
    }

    footer .footer-info .footer-logo img {
        width: 30px;
    }

    footer .footer-info .footer-logo span {
        font-size: 30px;
    }
}

@media all and (max-width: 640px) {
    footer .bottom-menu li {
        margin-right: 20px;
    }

    footer .bottom-menu ul li::after {
        right: -10px;
    }
}

@media all and (max-width: 420px) {
    footer .bottom-menu ul {
        width: 300px;
    }

    footer .bottom-menu ul li::after {
        right: -8px;
    }

    footer .bottom-menu ul li {
        margin-right: 12px;
        float: unset;
        display: inline-block;
    }

    footer .bottom-menu ul li:nth-child(2) {
        margin-right: 0
    }

    footer .bottom-menu ul li:nth-child(2)::after {
        display: none;
    }

    footer .bottom-menu ul li:nth-child(3) {
        margin-right: 0
    }

    footer .bottom-menu ul li:nth-child(3)::after {
        display: block ;
    }

    footer .bottom-menu ul li:nth-child(4) {
        clear: unset;
        margin: 0 0 0 12px;
    }

    footer .bottom-menu ul li:nth-child(4)::after {
    }

    footer .bottom-menu ul li:nth-last-child(-n + 2) {
        margin-top: 0
    }

    footer .bottom-menu ul li:last-child {
        margin-left: 12px;
    }

    : footer .bottom-menu ul li:last-child {
        margin-left: 12px;
    }
}

.top-button {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #084f51 url(../../images/common/goTop.png) no-repeat center;
    right: 15px;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    position: fixed;
    display: block;
    text-indent: -9999px;
}

.top-button.fix {
    bottom: 100px;
    opacity: 1;
}

@media all and (min-width: 1024px) {
    .top-button:hover {
        box-shadow:3px 3px 5px rgba(0,0,0,0.2);
    }
}
