* {
    font-family: 'Nanum Barun Gothic', 나눔 바른 고딕, 나눔바른고딕, 'Roboto', 나눔고딕, "NanumGothic", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Ngothic, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    font-size: 62.5%;
    /*-webkit-tap-highlight-color: rgba(249, 207, 0, 0.2);*/
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    width: 100%;
    /*추후삭제*/
    font-size: 1rem;
}

img {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}

img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
    outline-style: none;
    -moz-appearance: none;
    appearance: none;
}

:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
::placeholder {
    color: #a0a0a0;
}

:placeholder-shown {
    color: rgba(51, 51, 51, 0.74);
}

input[type=text]::-webkit-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]:-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]::-moz-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]::-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]::placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]:focus::-webkit-input-placeholder {
    color: #a0a0a0;
}

input[type=text]:focus:-ms-input-placeholder {
    color: #a0a0a0;
}

input[type=text]:focus::-moz-input-placeholder {
    color: #a0a0a0;
}

input[type=text]:focus::placeholder {
    color: #a0a0a0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.contents {
    width: 100%;
    flex: 1;
    height: 100%;
    overflow-y: auto;
}

/*.contents:before, .sub-contents:before, .content:before {*/
    /*content: '';*/
    /*height: 48px;*/
    /*width: 100%;*/
    /*background-color: white;*/
    /*display: block;*/
    /*transition: 0.3s all ease-in-out;*/
/*}*/

/*.contents.folded:before, .sub-contents.folded:before, .content.folded:before {*/
    /*height: 0;*/
/*}*/

/* @@ 푸터 @@ */
.fa-site {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;

    font-size: 1.4rem;
    color: #656565;
    border: solid 1px #eee;
}

.fa-site-list {
    position: absolute;
    box-sizing: border-box;
    color: #656565;
    background: #fff;
    z-index: 1001;
}

.fa-site-list li a {
    display: block;
    color: #a0a0a0;
}

.fa-site-open {
    display: none;
}

.fa-site-open.click {
    display: block;
}

.app-down-wrap span {
    background: #f6f6f6;
    display: inline-block;

    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition-delay: 0.1s;
}

.app-down-wrap span a {
    width: 100%;
    height: 100%;
    display: block;

    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}

.app-down-wrap span:hover {
    background: #f9cf00;
}

.yellow {
    color: #f9cf00;
}

.tb_btn {
    display: none;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    background: #f9cf00;
}

.tb_btn:hover {
    background: #333;
}

.tb_btn span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bar-wrap {
    position: absolute;
    cursor: pointer;
    right: -1.5rem;
    padding: 1.5rem;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 21px;
    z-index: 3;
}

.bar-wrap--close {
    right: 0;
}

.bar-wrap--menu {
    margin-top: 2px;
    margin-bottom: -2px;
}


#mobile-header-wrapper.folded {
    /*transform: translateY(-48px);*/
    margin-top:-50px;
    padding-bottom:2.2rem;
}

#mobile-header-wrapper .mobile-inner{
    transition: all 0.3s ease-in-out;
}

#mobile-header-wrapper.folded .mobile-inner{
    transform: translateY(-10px);
    padding-bottom:1.7rem;
}




/*.header-background-shape.folded {*/
/*transform: scaleY(1.8);*/
/*border-radius: 0;*/
/*}*/

@media all and (min-width: 1024px) {

    .web-none {
        /*display: none !important;*/
    }

    body {
        min-width: 120rem;
    }

    .h_gruop {
        width: 100%;
        max-width: 120rem;
        padding: 0;
        margin: 0;
    }

    .logo_member {
        position: relative;
        margin: 0 auto;
        width: 120rem;
        height: 6rem;
    }

    .logo {
        position: absolute;
        left: 0;
        height: 100%;
    }

    .logo,
    .logo > a,
    .logo > img {
        display: inline-block;
    }

    .logo > a {
        width: 8.7rem;
        height: 1.9rem;
        padding: 2.05rem 0;
    }

    .logo > img {
        vertical-align: middle;
        width: 100%;
    }

    .member {
        position: absolute;
        right: 0;
        height: 100%;
    }

    .member ul {
        padding: 0;
        margin: 0;
        height: 100%;
    }

    .member ul::after {
        clear: both;
        content: '';
        display: block;
    }

    .member ul li {
        float: left;
        line-height: 6rem;
        margin-right: 2.5rem;
    }

    .member ul li > strong {
        color: #333;
    }

    .member ul li,
    .member ul li a {
        font-size: 1.4rem;
        color: #656565;
    }

    .member ul li:last-child {
        margin-right: 0;
    }

    .h_group > h1 {
        margin: 3rem auto 2rem;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .local_store_search {
        text-align: center;
        margin: 0 auto;
    }

    .local-s-box {
        /*display: none;*/
        position: absolute;
        top: 4.2rem;
        left: -.1rem;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 29.4rem;
        font-size: 1.4rem;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff;
        z-index: 999;
        color: #656565;
        text-align: left;
    }

    .local_store_search input {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #2e2e2e;
        padding: 1rem;
        height: 4.2rem;
        width: 100%;
        display: inline-block;
    }

    .local_store_search input + div {
        position: absolute;
    }

    .local-s-wrap,
    .store-s-wrap {
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        margin-right: .6rem;
        font-size: 1.4rem;
        width: 29.4rem;
        height: 4.4rem;
        border: 1px solid #eee;
        border-radius: 0.2rem;
    }

    .local-s-wrap::after {
        content: '';
        clear: both;
        display: block;
    }

    .local-s-wrap .local_s {
        float: left;
        display: block;
        width: 23rem;
        height: 100%;
    }

    .current-location {
        display: block;
        float: right;
        cursor: pointer;
        width: 4.2rem;
        height: 100%;
        background: url('/img/v2/loca.png') center center no-repeat;
    }

    .local-s-box.show {
        display: block;
    }

    .local-s-box-list ul {
        list-style: none;
    }

    .local-s-box-list ul li {
        padding: .6rem 1rem;
    }

    .local-s-box-list ul li:hover {
        background: #f6f6f6;
    }

    .local_s {
        margin-right: 1.2rem;
    }

    .store_s {
        margin-right: 0.6rem;
    }

    .store_s_btn {
        cursor: pointer;
        background: #f9cf00;
        color: #2e2e2e;
        border-radius: 0.2rem;
        font-size: 1.4rem;
        padding: 0 4rem;
        height: 4.4rem;
    }

    .menu {
        border-top: 1px solid #eee;
        border-bottom: 2px solid #333;
        width: 100%;
        margin: 4rem auto;
    }

    .nav-wrap {
        height: 100%;
    }

    .all-menu-view02 > div::after,
    .nav-wrap::after {
        clear: both;
        content: '';
        display: block;
    }

    .nav-wrap {
        height: 5.6rem;
        width: 118rem;
        margin: 0 auto;
        border-left: solid 1px #eee;
        border-right: solid 1px #eee;
    }

    .all-menu-view01,
    .all-menu-view02 {
        float: left;
    }

    .all-menu-view01 {
        width: 10.7rem;
    }

    .all-menu-view02 {
        width: 107.3rem;
    }

    #w-mmenu {
        width: 107.3rem;
        padding: 0 3rem;
    }

    .mmenu {
        z-index: 999;
        line-height: 5.6rem;
        float: left;
    }

    .mmenu a {
        display: block;
        transition: 0.15s ease-in-out;
        -ms-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        -webkit-transition: 0.15s ease-in-out;
        -moz-transition: 0.15s ease-in-out;
    }

    .mmenu:hover a,
    .mmenu.on a {
        color: #f9cf00;
    }

    .mmenu > a {
        font-weight: 400;
        color: #333;
        font-size: 1.4rem;
        padding: 0 1.43rem;
        position: relative;
    }

    .mmenu > a::before,
    .mmenu.on a::before {
        z-index: 999;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -3px;
        height: 4px;
        background: transparent;
        z-index: 1000;
        width: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transition: 0.25s linear;
        -webkit-transition: 0.25s linear;
        -moz-transition: 0.25s linear;
        -ms-transition: 0.25s linear;
    }

    .mmenu > a:hover::before,
    .mmenu:hover a::before,
    .mmenu.on a::before {
        background: #f9cf00;
        width: 100%;
    }

    .mmenu > a.w_all_menu {
        z-index: 999;
        font-weight: 700;
        width: 4.6rem;
        padding: 0 0 0 6rem;
        border-right: solid 1px #eee;
        background: url("/img/v2/wmenu.png") 2rem center no-repeat;
    }

    .mmenu a.w_all_menu:hover {
        background: url("/img/v2/wmenu_on.png") 2rem center no-repeat;
    }

    /*슬라이더 시작*/
    #w-mmenu .slick-slide {
        height: 61px;
    }

    #w-mmenu .slick-next,
    #w-mmenu .slick-prev {
        font-size: 0;
        line-height: 0;
        z-index: 9;
        position: absolute;
        top: 50%;

        display: block;
        visibility: visible;

        width: 30px;
        height: 50px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);

        cursor: pointer;
        background: #fff;
        color: transparent;
        border: none;
        outline: none;
    }

    #w-mmenu .slick-next:focus,
    #w-mmenu .slick-next:hover,
    #w-mmenu .slick-prev:focus,
    #w-mmenu .slick-prev:hover {
        color: transparent;
        outline: none;
    }

    #w-mmenu .slick-prev:focus:before,
    #w-mmenu .slick-prev:hover:before {
        opacity: 1;
        background: url("/img/v2/scr-l-on.png") center center no-repeat;
    }

    #w-mmenu .slick-next:focus:before,
    #w-mmenu .slick-next:hover:before {
        opacity: 1;
        background: url("/img/v2/scr-r-on.png") center center no-repeat;
    }

    #w-mmenu .slick-next.slick-disabled:before,
    #w-mmenu .slick-prev.slick-disabled:before {
        opacity: 1;
    }

    #w-mmenu .slick-next:before,
    #w-mmenu .slick-prev:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;

        opacity: 1;
        color: #000;
        height: 18px;

        width: 26px;
        position: absolute;
        left: 0;
        top: 11px;
        padding: 2px;

        display: block;
        visibility: visible;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
    }

    #w-mmenu .slick-prev {
        left: 0;
    }

    [dir='rtl'] #w-mmenu .slick-prev {
        right: 0;
        left: auto;
    }

    #w-mmenu .slick-prev:before {
        content: '';
        background: url("/img/v2/scr-l.png") center center no-repeat;

    }

    [dir='rtl'] #w-mmenu .slick-prev:before {
        content: '';
        background: url("/img/v2/scr-r.png") center center no-repeat;
    }

    #w-mmenu .slick-next {
        right: 0;
    }

    #w-mmenu [dir='rtl'] .slick-next {
        right: auto;
        left: 0;
    }

    #w-mmenu .slick-next:before {
        right: 0;
        content: '';
        background: url("/img/v2/scr-r.png") center center no-repeat;
    }

    #w-mmenu [dir='rtl'] .slick-next:before {
        content: '';
        background: url("/img/v2/scr-l.png") center center no-repeat;
    }

    /* @@@@@@@@@@@@@@@ 전체메뉴 @@@@@@@@@@@@@@@@*/
    .all-mmenu {
        position: absolute;
        overflow-y: auto;
        height: 80%;
        top: 10%;
        bottom: 10%;
    }

    .cate-list {
        min-height: 681px;
        height: 100%;
    }

    .all-mmenu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        min-width: 120rem;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: transparent;
    }

    .all-mmenu-overlay.open {
        display: block;
        background: url("/img/v2/open-bg.png") left top repeat;
    }

    .all-mmenu-overlay.open + div.wrap {
        height: 100%;
        overflow: hidden;
    }

    .all-mmenu-overlay .wrap {
        height: 100%;
        overflow: scroll;
    }

    .all-mmenu {
        display: none;
        position: fixed;
        top: 10%;
        left: 50%;
        margin-left: -60rem;
        z-index: 10000;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 3px solid #333;
        background: #fff;
        width: 120rem;
        min-width: 120rem;
    }

    .all-mmenu.open {
        display: block;
    }

    .all-mmenu-wrap {
        position: relative;
    }

    .all-mmenu-header {
        border-bottom: solid 1px #d9d9d9;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 11rem;
        padding: 2.2rem 0;
        line-height: 1.6;
        text-transform: uppercase;
    }

    .all-mmenu-header > h2,
    .all-mmenu-header > p {
        text-align: center;
    }

    .all-mmenu-header > h2 {
        font-size: 2.5rem;
        color: #2e2e2e;
    }

    .all-mmenu-header > p {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .all-mmenu-close {
        cursor: pointer;
        position: absolute;
        right: 3rem;
        top: 2.8rem;
        width: 5.4rem;
        height: 5.4rem;
        background: #f9cf00;
    }

    .all-mmenu-close span {
        background: #fff;
        position: absolute;
        display: inline-block;
        width: 2.6rem;
        height: 0.3rem;
        left: 1.4rem;

        transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
        -ms-transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
        -moz-transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
        -webkit-transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    .close1,
    .close2 {
        top: 2.45rem;
    }

    .all-mmenu-close:hover .close1 {
        transform: rotate(45deg);
    }

    .all-mmenu-close:hover .close2 {
        transform: rotate(-45deg);
    }

    .cate-list {
        margin: 0;
        padding: 0;
        background: #fff;
    }

    .cate-list ul {
        margin: 0;
        padding: 0;
    }

    .cate-list ul::after {
        clear: both;
        content: '';
        display: block;
    }

    .cate-list ul li {
        float: left;
        height: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 19.5rem;
        border-right: solid 1px #d9d9d9;

        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
    }

    .cate-list ul li:last-child {
        border-right: none;
    }

    .cate-list ul > li {
        background-position: 9rem bottom;
        background-repeat: no-repeat;
    }

    .cate-list-top li.cate1 {
        background-image: url("/img/v2/cate1.png");
    }

    .cate-list-top li.cate2 {
        background-image: url("/img/v2/cate2.png");
    }

    .cate-list-top li.cate3 {
        background-image: url("/img/v2/cate3.png");
    }

    .cate-list-top li.cate4 {
        background-image: url("/img/v2/cate4.png");
    }

    .cate-list-top li.cate5 {
        background-image: url("/img/v2/cate5.png");
    }

    .cate-list-top li.cate6 {
        background-image: url("/img/v2/cate6.png");
    }

    .cate-list-bottom li.cate7 {
        background-image: url("/img/v2/cate7.png");
    }

    .cate-list-bottom li.cate8 {
        background-image: url("/img/v2/cate8.png");
    }

    .cate-list-bottom li.cate9 {
        background-image: url("/img/v2/cate9.png");
    }

    .cate-list-bottom li.cate10 {
        background-image: url("/img/v2/cate10.png");
    }

    .cate-list-bottom li.cate11 {
        background-image: url("/img/v2/cate11.png");
    }

    .cate-list-bottom li.cate12 {
        background-image: url("/img/v2/cate12.png");
    }

    .cate-list-top li.cate1:hover {
        background-image: url("/img/v2/cate1on.png");
    }

    .cate-list-top li.cate2:hover {
        background-image: url("/img/v2/cate2on.png");
    }

    .cate-list-top li.cate3:hover {
        background-image: url("/img/v2/cate3on.png");
    }

    .cate-list-top li.cate4:hover {
        background-image: url("/img/v2/cate4on.png");
    }

    .cate-list-top li.cate5:hover {
        background-image: url("/img/v2/cate5on.png");
    }

    .cate-list-top li.cate6:hover {
        background-image: url("/img/v2/cate6on.png");
    }

    .cate-list-bottom li.cate7:hover {
        background-image: url("/img/v2/cate7on.png");
    }

    .cate-list-bottom li.cate8:hover {
        background-image: url("/img/v2/cate8on.png");
    }

    .cate-list-bottom li.cate9:hover {
        background-image: url("/img/v2/cate9on.png");
    }

    .cate-list-bottom li.cate10:hover {
        background-image: url("/img/v2/cate10on.png");
    }

    .cate-list-bottom li.cate11:hover {
        background-image: url("/img/v2/cate11on.png");
    }

    .cate-list-bottom li.cate12:hover {
        background-image: url("/img/v2/cate12on.png");
    }

    .cate-list-top {
        height: 32.3rem;
    }

    .cate-list-bottom {
        border-top: solid 1px #d9d9d9;
        height: 35.7rem;
    }

    .cate-list ul li div {
        padding: 1.6rem;
    }

    .cate-list ul li div h4 {
        cursor: pointer;
        font-weight: 700;
        color: #f9cf00;
        font-size: 1.5rem;
        margin-bottom: 1.3rem;
    }

    .cate-list ul li div span {
        display: block;
    }

    .cate-list ul li div span > a {
        font-weight: 400;
        display: inline-block;
        padding: 0.5rem;
        font-size: 1.2rem;
        color: #656565;
    }

    .cate-list ul li div span > a:hover {
        color: #f9cf00;
        font-weight: 700;
        text-decoration: underline;
    }

    /* @@ 푸터 @@ */
    .fa-site {
        width: 28rem;
        height: 3.8rem;
        line-height: 3.8rem;
        padding: 0 1.6rem;
        background: url("/img/v2/fa-btn.png") 24.5rem center no-repeat;
    }

    .fa-site-list {
        font-size: 1.2rem;
        top: -11.4rem;
        width: 28rem;
        box-shadow: 0 -1rem 3rem #eee;
    }

    .fa-site-list li a {
        padding: 1.2rem 1.6rem;
    }

    .app-down-wrap span {
        width: 6rem;
        height: 6rem;
        margin-right: 0.6rem;
    }

    .app-down-wrap span.app-down1 a {
        background: url("/img/v2/and.png") center center no-repeat;
    }

    .app-down-wrap span.app-down2 a {
        background: url("/img/v2/apple.png") center center no-repeat;
    }

    .app-down-wrap span.app-down1:hover a {
        background: url("/img/v2/andon.png") center center no-repeat;
    }

    .app-down-wrap span.app-down2:hover a {
        background: url("/img/v2/appleon.png") center center no-repeat;
    }

}

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

    html {
        /*font-size: 66.6%;*/
    }

    body {
        /* position: relative;
        width: 100%;
        height: auto;
        min-height: 100%; */

        min-width: 320px;
    }

    .mobile-none {
        display: none !important;
    }

    .fa-site {
        font-size: 1.1rem;
        width: 100%;
        margin: 0 auto;
        height: 3.4rem;
        line-height: 3.4rem;
        padding: 0 1rem;
        background: url("/img/v2/arrow.png") 17.5rem center no-repeat;
        background-size: 1rem auto;
    }

    .fa-site-list {
        top: 3.4rem;
        width: 20rem;
        box-shadow: 0 1rem 3rem #eee;
    }

    .fa-site-list li a {
        padding: 1.2rem 1.6rem;
    }

    .app-down-wrap span.app-down1 a {
        background: url("/img/v2/andm.png") center center no-repeat;
    }

    .app-down-wrap span.app-down2 a {
        background: url("/img/v2/apple.png") center center no-repeat;
    }

    .app-down-wrap span.app-down1:hover a {
        background: url("/img/v2/andonmm.png") center center no-repeat;
    }

    .app-down-wrap span.app-down2:hover a {
        background: url("/img/v2/appleonm.png") center center no-repeat;
    }

    .tb_btn {
        right: 1rem;
        width: 3.4rem;
        height: 3.4rem;
    }

    .tb_btn01 > span {
        background: url("/img/v2/topm.png") center center no-repeat;
        background-size: .8rem auto;
    }

    .tb_btn02 > span {
        background: url("/img/v2/bottomm.png") center center no-repeat;
        background-size: .8rem auto;
    }

    .tb_btn01 {
        bottom: 4.8rem;
    }

    .tb_btn02 {
        bottom: 1rem;
    }

    .section-06 {
        width: 100%;
        margin-top: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-top: solid 6px #f6f6f6;
    }

    .section-h2 {
        color: #333;
        width: 92%;
        margin: 0 auto;
        font-size: 2.1rem;
    }

    .mobile-appdown::after {
        content: '';
        display: block;
        clear: both;
    }

    .mobile-appdown {
        position: relative;
        width: 92%;
        margin: 2rem auto 0;
    }

    .mapp-img {
        width: 80%;
    }

    .mapp-img > img {
        width: 100%;
    }

    .mapp-ins-wrap {
        width: 18.8%;
        right: 0;
        position: absolute;
        height: 100%;
    }

    .mapp-ins-wrap > div {
        height: 49%;
        background: #f6f6f6;
    }

    .mapp-ins-wrap > div.mapp-ins1 {
        margin-bottom: 4%;
    }

    .mapp-ins-wrap > div > a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mapp-ins-wrap > div.mapp-ins1 > a {
        background: url('/img/v2/andm.png') no-repeat center center;
        background-size: 1.4rem auto;
    }

    .mapp-ins-wrap > div.mapp-ins2 > a {
        background: url('/img/v2/applem.png') no-repeat center center;
        background-size: 1.4rem auto;
    }

    .all-mmenu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: transparent;
    }

    .all-mmenu-overlay.open {
        display: block;
        background: url("/img/v2/open-bg.png") left top repeat;
    }

    .all-mmenu-overlay.open + div.wrap {
        height: 100%;
        overflow: hidden;
    }

    .all-mmenu-overlay .wrap {
        height: 100%;
        overflow: scroll;
    }

    #mobile-header-container {

    }

    #mobile-header-wrapper {
        width: 100%;
        /*background: linear-gradient(to right, #e86532 30%, #e03b37);*/
        background-color: white;
        color: black;
        padding: 2.2rem 2rem;
        padding-top:1.7rem;
        box-sizing: border-box;
        /*max-width: 680px;*/
        margin: 0 auto;
        margin-top:0px;
        display: flex;
        flex-direction: column;
        position: relative;
        /*z-index: 2;*/
        z-index: 102;
        transition: 0.3s margin-top ease-in-out, 0.3s padding-top ease-in-out;
    }

    /*.header-background-shape {*/
    /*border-radius: 0px 0px 20px 20px;*/
    /*background-color: rgb(226,63,54);*/
    /*position: absolute;*/
    /*height: 130%;*/
    /*width: 100%;*/
    /*top: 0;*/
    /*left:0;*/
    /*!*left: -2%;*!*/
    /*transition:0.3s all ease-in-out;*/
    /*}*/
    #mobile-header {
        width: 100%;
        margin-bottom:15px;
    }

    .back_button {
        display: block;
        font-size: 23px;
        margin-top: -5px;
        margin-bottom: -5px;
        margin-right: 3px;
    }

    .crt-location {
        height: 16px;
        margin-right: 4px;
        color: #e03b37;
        color: #e03b37;
        margin-bottom:2px;
    }

    .mobile-inner {
        width: 100%;
        /*height: 100%;*/
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .back_button {
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    /*.bar-wrap > span {*/
    /*position: absolute;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*left: 1.5rem;*/
    /*background: white;*/
    /*}*/
    /*.bar-wrap > span.bar01 {*/
    /*top: 1.7rem;*/
    /*}*/
    /*.bar-wrap > span.bar02 {*/
    /*top: 2.2rem;*/
    /*}*/
    /*.bar-wrap > span.bar03 {*/
    /*top: 2.7rem;*/
    /*}*/
    .m-location {
        width: calc(100% - 5rem);
        display:flex;
        align-items: end;
    }

    .weather{
        display:flex;
        flex: 1;
        margin-left:0.5em;
        white-space: nowrap;
        font-size: 1.2rem;
    }

    .weather-icon img{
        width:1.7rem;
    }

    #weather-text{
        color: #a39d9d;
        padding-top:0.2rem;
        margin-left:0.2rem;
    }

    .m-location .loca-location {
        white-space: nowrap;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.5rem;
    }

    #mobile-cate-sch {
        width: 100%;
        /*padding-top: 1.6rem;*/
        /*height: 4rem;*/
        /*background-color:white;*/
    }

    .mobile-cate-sch {
        border-radius: 50px;
        padding: 0.3rem;
        position: relative;
        background-color: white;
        display: flex;
        align-items: center;
        padding-right: 1rem;
        border: 4px solid #e03b37;
        box-shadow: #0000001f 0px 0px 5px 0px;
        /*margin-bottom: -25px;*/
        /*transform: translateY(22px);*/
    }

    .mobile-cate-sch input,
    .mobile-cate-sch button {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 2rem;
        /*padding: .6rem 1rem;*/
        background-color: transparent;
        width: 3rem;
    }

    .mobile-cate-sch button:nth-child(n+1) {
        margin-left: -0.7rem;
    }

    .mobile-cate-sch input {
        flex: 1;
        border: none;
        font-size: 16px;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        font-weight:bold;
    }

    .mobile-cate-sch input::placeholder {
        font-weight:normal;
    }

    .mobile-cate-sch button {
        color: #e03b37;
    }

    .mobile-cate-sch .xi-close-circle {
        color: #e5e3e3;
    }

}

.mobile-cate-sch {
    transition: 0.3s all ease-in-out;
}

.mobile-cate-sch-logo {
    width: 24px;
    padding-left:1.5rem;
    padding-right: 1.5rem;
}

.mobile-cate-sch button:active {
    /*background-color: #e1bc04;*/
}

#searchCompanyByVoiceButton {
    text-align: center;
    background-color: transparent;
    display: none;
    width: 4rem;
}

#searchInputClear {
    width: 4rem;
}

#searchCompanyByVoiceButton i {
    font-size: 2.2rem;
}

div[class*=msection] {
    border-bottom: solid 6px #f6f6f6;
}

#mmenu-open {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999;
    overflow-y: auto;
    top: 0;
    left: 0;
    /*display: none;*/
    transform: translate(+100%, 0);
transition-timing-function(ease-in);
    transition: all 0.3s;
}

#mmenu-open.on {
    /*display: block;*/
    transform: translate(0, 0);
transition-timing-function(ease-out);
}

.msection01 {
    background: #fff;
    height: 9rem;
}

.logo-close {
    position: relative;
    height: 5rem;
    width: 100%;
}

.m-logo {
    position: absolute;
    top: 1.5rem;
    left: 1.8rem;
}

.m-logo img {
    width: 8rem;
}

.mmenu-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    /*z-index: 3;*/
}

.m-member {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;

    text-align: center;
    color: #333;
    overflow: hidden;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;

    font-size: 1.2rem;
    height: 4rem;
    line-height: 4rem;
}

.m-member > span {
    width: 33.33%;
    float: left;
}

.m-member a {
    font-size: 1.3rem;
    display: block;
    color: #656565;
}

.m-member a > img {
    display: inline-block;
    margin-top: -.2rem;
    margin-right: .4rem;
    width: 1.4rem;
    vertical-align: middle;
}

.msection02 {
    position: relative;
    width: 100%;
}

.msection02::after {
    content: '';
    clear: both;
    display: block;
}

.msection02 .mcate-img {
    width: 100%;
    position: relative;
    text-align: center;
    background-position: center 1.4rem;
    background-repeat: no-repeat;
    background-size: 5.2rem auto;
    height: 9rem;
}

.mcate-list ul li:first-child .mcate-img {
    margin-left: -1px;
}

.mcate-img p {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 1.4rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #656565;
}

.mcate1 .mcate-img {
    background-image: url('/img/v2/mc01.png');
}

.mcate2 .mcate-img {
    background-image: url('/img/v2/mc02.png');
}

.mcate3 .mcate-img {
    background-image: url('/img/v2/mc03.png');
}

.mcate4 .mcate-img {
    background-image: url('/img/v2/mc04.png');
}

.mcate5 .mcate-img {
    background-image: url('/img/v2/mc05.png');
}

.mcate6 .mcate-img {
    background-image: url('/img/v2/mc06.png');
}

.mcate7 .mcate-img {
    background-image: url('/img/v2/mc07.png');
}

.mcate8 .mcate-img {
    background-image: url('/img/v2/mc08.png');
}

.mcate9 .mcate-img {
    background-image: url('/img/v2/mc09.png');
}

.mcate10 .mcate-img {
    background-image: url('/img/v2/mc10.png');
}

.mcate11 .mcate-img {
    background-image: url('/img/v2/mc11.png');
}

.mcate12 .mcate-img {
    background-image: url('/img/v2/mc12.png');
}

.mcate1.on .mcate-img {
    background-image: url('/img/v2/mc13.png');
}

.mcate2.on .mcate-img {
    background-image: url('/img/v2/mc14.png');
}

.mcate3.on .mcate-img {
    background-image: url('/img/v2/mc15.png');
}

.mcate4.on .mcate-img {
    background-image: url('/img/v2/mc16.png');
}

.mcate5.on .mcate-img {
    background-image: url('/img/v2/mc17.png');
}

.mcate6.on .mcate-img {
    background-image: url('/img/v2/mc18.png');
}

.mcate7.on .mcate-img {
    background-image: url('/img/v2/mc19.png');
}

.mcate8.on .mcate-img {
    background-image: url('/img/v2/mc20.png');
}

.mcate9.on .mcate-img {
    background-image: url('/img/v2/mc21.png');
}

.mcate10.on .mcate-img {
    background-image: url('/img/v2/mc22.png');
}

.mcate11.on .mcate-img {
    background-image: url('/img/v2/mc23.png');
}

.mcate12.on .mcate-img {
    background-image: url('/img/v2/mc24.png');
}

.mcate-list {
    width: 100%;
}

.mcate-list ul::after {
    content: '';
    clear: both;
    display: block;
}

.mcate-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mcate-list ul {
    margin-bottom: -1px;

}

.mcate-sub-list .mcate-sub-list-wrap {
    border-bottom: 1px solid #d9d9d9;
}

.mcate-list > ul > li {
    float: left;
    width: 25%;
    background: #fff;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;

    margin-top: -1px;

}

.mcate-list > ul > li.on {
    border-bottom: none;
}

.mcate-wrap li .mcate-sub-list {
    display: none;
}

.mcate-wrap li.on .mcate-sub-list {
    display: block !important;
}

.mcate-wrap li:nth-child(4n+1) {
    clear: both;
}

.mcate-sub-list {
    position: absolute;
    margin-top: .1rem;
    left: 0;
    width: 100%;
    background: #f6f6f6;

    border-bottom: 1px solid #d9d9d9;
}

.mcate-sub-list .mcate-sub-list-wrap {
    position: relative;
    overflow: hidden;
}

.mcate-sub-list::after {
    display: block;
    content: '';
    clear: both;
}

.mcate1 .mcate-sub-list-wrap li:last-child div,
.mcate6 .mcate-sub-list-wrap li:last-child div,
.mcate10 .mcate-sub-list-wrap li:last-child div,
.mcate11 .mcate-sub-list-wrap li:last-child div,
.mcate12 .mcate-sub-list-wrap li:last-child div {
    border-bottom: 0;
}

.mcate-sub-list-wrap div {
    width: 50%;
    float: left;
    font-size: 1.3rem;
    border-bottom: solid 1px #eee;
}

.mcate-sub-list-wrap div > a {
    display: block;
    background: url('/img/v2/msub-arrow.png') no-repeat 96% center;
    background-size: .6rem auto;
    color: #656565;
    padding: .1rem 1.2rem 0;
    height: 3.2rem;
    line-height: 3.2rem;
}

.mcate-sub-list-wrap div > a:active {
    /*background-color:#f9cf00;*/
}

.mcate1.on {
    padding-bottom: 19.5rem;
}

.mcate2.on {
    padding-bottom: 13.2rem;
}

.mcate3.on {
    padding-bottom: 20.0rem;
}

.mcate4.on {
    padding-bottom: 10.3rem;
}

.mcate5.on {
    padding-bottom: 10.4rem;
}

.mcate6.on {
    padding-bottom: 17.2rem;
}

.mcate7.on {
    padding-bottom: 10.4rem;
}

.mcate8.on {
    padding-bottom: 13.7rem;
}

.mcate9.on {
    padding-bottom: 9.8rem;
}

.mcate10.on {
    padding-bottom: 10.1rem;
}

.mcate11.on {
    padding-bottom: 6.7rem;
}

.mcate12.on {
    padding-bottom: 13.6rem;
}

.msection03 {
    width: 100%;
    overflow: hidden;
}

.msection03 > * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.msection03 > div {
    width: 100%;
    line-height: 1.6;

    background-size: 6rem;
    padding: 2rem 2rem 2rem 10rem;
}

div.ms3-02 a {
    color: #656565;
    border-bottom: dotted 1px #ddd;
}

.msection03 > div h4, .msection05 > h4 {
    color: #333;
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 700;
}

.msection03 > div p {
    color: #656565;
    font-size: 1.3rem;
}

.msection03 > div span {
    color: #a0a0a0;
    font-size: 1.2rem;
    margin-left: 1rem;
}

.msection03 > div strong a {
    display: block;
    font-weight: 700;
    line-height: 1;
    color: #f9cf00;
    font-weight: 700;
    font-size: 2.8rem;
}

.msection03 > div.ms3-01 {
    border-bottom: solid 1px #d9d9d9;

    background-image: url('/img/v2/amcs.png');
    background-position: 2rem center;
    background-repeat: no-repeat;
}

.msection03 > div.ms3-02 {
    border-top: solid 6px #f6f6f6;
    border-bottom: solid 1px #d9d9d9;

    background-image: url('/img/v2/amka.png');
    background-position: 2rem center;
    background-repeat: no-repeat;
}

div.msection04 {
    text-align: center;
    padding-bottom: 2rem;
}

.msection04 p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #656565;
}

.msection04 span {
    margin-top: 1rem;
    display: inline-block;
}

.msection04 span > img {
    display: block;
    width: 10rem;
}

.sns-ms4 {
    width: 100%;
    margin: 2rem auto 2rem;
}

ul.ms4 li {
    display: inline-block;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0 .3rem;
    border-radius: 100%;
}

ul.ms4 li > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    border-radius: 100%;
}

ul.ms4 li > a > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

ul.ms4 li > a > div.sns1 {
    background-image: url('/img/v2/sns1m.png');
    background-size: 2.5rem auto;
}

ul.ms4 li > a > div.sns2 {
    background-image: url('/img/v2/sns2m.png');
    background-size: auto 1.6rem;
}

ul.ms4 li > a > div.sns3 {
    background-image: url('/img/v2/sns3m.png');
    background-size: 2rem;
}

ul.ms4 li > a > div.sns4 {
    background-image: url('/img/v2/sns4m.png');
    background-size: 1.8rem auto;
}

ul.ms4 li > a > div.sns5 {
    background-image: url('/img/v2/sns5m.png');
    background-size: 2rem auto;
}

div.msection05 {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 0;
}

.msection05 p {
    text-align: center;
    font-size: 1.4rem;
    color: #a0a0a0;
    line-height: 1.6;
    letter-spacing: -.1px;
}

.msection05 > div {
    width: 90%;
    margin: 2rem auto 0;
}

.ms5-wrap::after {
    content: '';
    clear: both;
    display: block;
}

.ms5-wrap > div {
    text-align: center;
    float: left;
    width: 48%;
    margin: 0 1%;
    background: #f9cf00;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ms5-wrap > div a {
    padding: 1.3rem 0;
    display: block;
    color: #2b2b2b;
    font-size: 1.5rem;
}

.ms5-wrap > div img {
    vertical-align: middle;
    display: inline-block;
    width: 1.3rem;
    margin-right: 1rem;
}


@media all and (min-width: 1279px) {

    .tb_btn {
        right: 2rem;
        width: 6rem;
        height: 6rem;
    }

    .tb_btn01 > span {
        background: url("/img/v2/top.png") center center no-repeat;
    }

    .tb_btn02 > span {
        background: url("/img/v2/bottom.png") center center no-repeat;
    }

    .tb_btn01 {
        bottom: 18rem;
    }

    .tb_btn02 {
        bottom: 10rem;
    }
}

@media all and (max-width: 320px) {
    html {
        font-size: 62.5% !important;
    }

}

/*2019-06-13 추가*/
.remove_text {
    position: absolute;
    right: 0rem;
    top: 0rem;
    height: 100%;
    width: 4rem;
    padding: 0;
    display: none;
}

.remove_text__icon {
    font-size: 2rem;
    top: 1rem;
    position: absolute;
    right: 1.4rem;
}

/*마이크로 모달*/

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.modal__container {
    background-color: #fff;
    padding: 3px;
    padding-bottom: 0;
    max-width: 95%;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__container img {
    width: 100%
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__footer {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    /*margin-top: 1rem;*/
    /*margin-bottom: 2rem;*/

    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
    font-size: 2rem;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.micromodal-custom-button {
    display: inline-block;
    cursor: pointer;
    background: #f9cf00;
    color: #2e2e2e;
    border-radius: 0.2rem;
    font-size: 1.4rem;
    padding: 0 4rem;
    height: 4.4rem;
}

/*.section-1__video{*/
/*margin-top:1rem;*/
/*}*/

.modal__button-group {
    text-align: center;
}

.modal__button-group > label {
    margin-right: 50px;
    padding-right: 5px;
    font-size: 1.3rem;
}

.modal__button-group > label {
    margin-right: 50px;
    padding-right: 5px;
    font-size: 1.3rem;
}

.modal__button-group input {
    font-size: 2rem;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.modal__button-group span {
    padding-left: 5px;
    vertical-align: middle;
    display: inline-block;
    padding-top: 2px;
}

.micromodal-custom-button {
    vertical-align: middle;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 4px;
    background: #fff;
    animation: lds-facebook 1.0s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.36s;
}

.lds-facebook div:nth-child(2) {
    left: 16px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(3) {
    left: 24px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(4) {
    left: 32px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 32px;
        width: 5px;
    }
    50%, 100% {
        top: 16px;
        height: 14px;
    }
}

.footer {
    display: inline-block;
    padding: 25px;
    color: #6f6f6f;
    font-size: 10px;
    background-color: #f3f2f2;
    width: 100%;
    box-sizing: border-box;
}

.footer a {
    color: inherit;
}

.terms--divider, .footer--divider {
    margin-left: 3px;
    width: 1px;
    height: 8px;
    background-color: #cccccc;
    margin-right: 3px;
    display: inline-block;
}

.footer-txt {
    margin-top: 20px;
    margin-bottom:10px;
}

.footer-txt > div {
    margin-top: 3px;
}
.footer-content-title{
    color:black;
}

.footer-terms{
    line-height:1.8;
}

.footer-content{
    max-height:0;
    line-height:1.6;
    overflow: hidden;
    transition:0.3s max-height ease-in-out;
}

.footer-content.open{
    max-height:500px;
}

.footer-copy {
    margin-top: 10px !important;
}

.new-category {
    margin: 10px 8px;
}

.new-category__item {
    display: inline-block;
    font-size: 0;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 13px;
}

.new-category__item:nth-child(-n + 5) {
    margin-top: 0;
}

.new-category__item-img {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.8rem;
}

.new-category__item-img-area {
    position: relative;
    /*padding-top: 100%;*/
    padding-top: 82%;
}

.new-category__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px;
    box-sizing: border-box;

}

.new-category__item-bg-inner {
    border-radius: 50%;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
}

.new-category__item-text {
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}