@charset "utf-8";

/* loading{ */
    .loading {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background-color: white;
        opacity: 0;
        transition: 0.5s;
    }
    .before-load .loading {
        opacity: 1;
    }
    @keyframes loading-spin {
        100% {
            transform: rotate(360deg);
        }
    }
    @keyframes loading-circle-ani {
        0% {
            stroke-dashoffset: 0;
        }
    
        75% {
            stroke-dashoffset: -147;
        }
    
        100% {
            stroke-dashoffset: -157;
        }
    }
    .loading-circle {
        width: 54px;
        height: 54px;
        animation: loading-spin 3s infinite;
    }
    
    .loading-circle circle {
        stroke: #F99398;
        stroke-width: 4px;
        stroke-dasharray: 157;
        stroke-dashoffset: 0;
        fill: transparent;
        animation: loading-circle-ani 1s infinite;
    }
    /* }loading */ 


body.home.main_footer_view #hd_wrapper {
    display: none;
}


input{
/*ios대응*/
/*     appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0; */
}

/* hd{ */
.hd.black .depth1 > li.active2.white .gnb_1da span::after {
    background: #232323;
}
.hd.black .hd_wrapper_ .gnb_1da{
    color: #000;
}
.hd.black .hd_wrapper_ .gnb_1da::after {
    background: #000;
}
.hd.black .hd_wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.hd.black .hd_wrapper_ #logo svg path {
    fill: #000;
}
.hd.black .hd_wrapper_ #logo svg rect {
    fill: #000;
}
.hd.black .hd_wrapper_ .search_btn {
    color: #232323;
}
.hd.black .tnb_top {
    color: #020202;
}
.hd.black .tnb_top span::before, .hd.black .tnb_top span::after {
    background: #000000;
}
#hd_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 105px;
}
.hd_wrapper_ {
    max-width: 1800px;
    margin: 0 auto;
    height: 105px;
}
.hd_wrapper.border_white {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.hd_wrapper.border_black {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#logo {
    margin-top: 25px;
    float: left;
}
.hd_wrapper_ #logo svg path {
    transition: .5s;
}
.hd_wrapper_ #logo svg rect {
    transition: .5s;
}
.hd_wrapper_.black #logo svg path {
    fill: #000;
}
.hd_wrapper_.black #logo svg rect {
    fill: #000;
}
#gnb {
    float: left;
    margin-left: 278px;
    padding-top: 45px;
}
.depth1 > li{
    float: left;
}
.hd_wrapper_.black .gnb_1da {
    color: #000000;
}
.gnb_1da {
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    transition: .5s;
}
.gnb_1da::after {
    content: '';
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: .5s;
}
.hd_wrapper_.black .gnb_1da::after {
    background: #000;
}
.depth1 >li:last-child .gnb_1da::after {
    display: none;
}
.depth2 {
    display: none;
    position: absolute;
    top: 105px;
    height: auto;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
}
.depth2 > li {
    display: inline-block;
    vertical-align: top;
    padding: 20px 21px;
    padding-bottom: 14px;
    border-right: 1px solid #F7F7F7;
}
.depth2 > li:last-child {
    border-right: 0;
}
.depth2 > li > a:hover .menu_img {
    opacity: 0.5;
}
.depth2 > li > a:hover .menu_txt {
    opacity: 0.6;
}
.gnb_1da span {
    position: relative;
}
.depth1 > li .gnb_1da span::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -33px;
    left: 0;
    background: #232323;
    transition: .4s ease-out;
}
.depth1 > li.active2.white .gnb_1da span::after {
    background: #fff;
}
.depth1 > li.active .gnb_1da span::after {
    width: 100%;
}
.depth1 > li.active2 .gnb_1da span::after {
    width: 100%;
}
.hd_right {
    position: absolute;
    right: 45px;
    top: 41px;
}
.mute_btn {
    cursor: pointer;
    float: left;
    display: block;
}
.mute_btn.active {
    display: none;
}
.mute_btn div {
    width: 30px;
    height: 30px;
    background: url(../img/main/mute.svg) no-repeat;
    background-position: bottom;
}
.mute_btn.volume div {
    background-position: top;
}
.hd_wrapper_.black .search_btn {
    color: #232323;
}
.search_btn {
    float: left;
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
    margin-right: 30px;
    margin-left: 40px;
    cursor: pointer;
    transition: .5s;
}
.sch_mobile {
    display: none;
}
.tnb {
    position: relative;
    float: left;
    margin-top: 4px;
    cursor: pointer;
    width: 70px;
    text-align: center;
}
.tnb_top {
    font-size: 20px;
    color: #fff;
    transition: .5s;
}
.hd_wrapper_.black .tnb_top {
    color: #020202;
}
.tnb_top span {
    position: relative;
    padding-right: 25px;
}
.tnb_top span::before {
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: rotate(45deg);
    transition: .5s;
}
.tnb_top span::after {
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: rotate(-45deg);
    transition: .5s;
}
.tnb.active .tnb_top span::before {
    transform: rotate(-45deg);
}
.tnb.active .tnb_top span::after {
    transform: rotate(45deg);
}
.hd_wrapper_.black .tnb_top span::before, .hd_wrapper_.black .tnb_top span::after {
    background: #000000;
}
.tnb>ul {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%);
}
.tnb>ul>li {
    padding: 0 10px;
}
.tnb>ul>li>a {
    font-size: 20px;
    color: #232323;
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid #F7F7F7;
}
.gnb_menu_btn {
    display: none;
}
.topMenu-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 1px 3px 6px rgb(0 0 0 / 5%);
    z-index: 2;
    height: 105px;
}
.topMenu-bg p {
    height: 335px;
}

.menu_img {
    width: 147px;
    height: 147px;
    background-repeat: no-repeat;
    background: no-repeat center center;
    background-size: cover;
}
.menu_txt {
    font-size: 18px;
    color: #232323;
    margin-top: 20px;
    width: 147px;
}
/* menu img{ */
.menu0 .menu_img_0 {
    display: none;
    /* background-image: url(../img/menu/0.png); */
}
.menu0 .menu_img_1 {
    display: none;
    /* background-image: url(../img/menu/1.png); */
}
.menu0 .menu_img_2 {
    display: none;
    /* background-image: url(../img/menu/2.png); */
}

.menu0 .menu_txt_0,.menu0 .menu_txt_1,.menu0 .menu_txt_2,
.menu5 .menu_txt_0, .menu5 .menu_txt_1, .menu5 .menu_txt_2, .menu5 .menu_txt_3, .menu5 .menu_txt_4, .menu5 .menu_txt_5, .menu5 .menu_txt_6,
.menu6 .menu_txt_0 {margin-top: 0;}


.menu1 .menu_img_0 {
    background-image: url(../img/menu/3.png);
}
.menu1 .menu_img_1 {
    background-image: url(../img/menu/4.png);
}
.menu1 .menu_img_2 {
    background-image: url(../img/menu/5.png);
}
.menu1 .menu_img_3 {
    background-image: url(../img/menu/6-ver2.png);
}
.menu1 .menu_img_4 {
    background-image: url(../img/menu/7.png);
}
.menu1 .menu_img_5 {
    background-image: url(../img/menu/8.png);
}
.menu1 .menu_img_6 {
    background-image: url(../img/menu/9.png);
}


.menu2 .menu_img_0 {
    background-image: url(../img/menu/10.png);
}
.menu2 .menu_img_1 {
    background-image: url(../img/menu/11.png);
}
.menu2 .menu_img_2 {
    background-image: url(../img/menu/12.png);
}


.menu3 .menu_img_0 {
    background-image: url(../img/menu/13.png);
}
.menu3 .menu_img_1 {
    background-image: url(../img/menu/14.png);
}
.menu3 .menu_img_2 {
    background-image: url(../img/menu/15.png);
}

.menu4 .menu_img_0 {
    background-image: url(../img/menu/16.png);
}
.menu4 .menu_img_1 {
    background-image: url(../img/menu/17.png);
}
.menu4 .menu_img_2 {
    background-image: url(../img/menu/18.png);
}
.menu4 .menu_img_3 {
    background-image: url(../img/menu/19.png);
}
.menu4 .menu_img_4 {
    background-image: url(../img/menu/20.png);
}
.menu4 .menu_img_5 {
    background-image: url(../img/menu/21.png);
}

.menu5 .menu_img_0 {
    display: none;
    /* background-image: url(../img/menu/22.png); */
}
.menu5 .menu_img_1 {
    display: none;
    /* background-image: url(../img/menu/23.png); */
}
.menu5 .menu_img_2 {
    display: none;
    /* background-image: url(../img/menu/24.png); */
}
.menu5 .menu_img_3 {
    display: none;
    /* background-image: url(../img/menu/25.png); */
}
.menu5 .menu_img_4 {
    display: none;
    /* background-image: url(../img/menu/26.png); */
}
.menu5 .menu_img_5 {
    display: none;
    /* background-image: url(../img/menu/27.png); */
}
.menu5 .menu_img_6 {
    display: none;
    /* background-image: url(../img/menu/28.png); */
}


.menu6 .menu_img_0 {
    display: none;
    /* background-image: url(../img/menu/100.png); */
}

/* }menu img */
#gnb_all {
    display: none;
}
.hd_sch_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: #fff;
    font-size: 0;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%);
}
.hd_sch_logo {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    padding-top: 25px;
    padding-left: 60px;
}
.hd_sch_wr {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: top;
    height: 100%;
}
.hd_sch_wr input {
    font-size: 22px;
    border: 0;
    background: none;
    box-shadow: none;
    height: 100%;
    width: calc(100% - 300px);
    border-left: 1px solid rgba(0,0,0,0.15);
    padding-left: 65px;
}
.hd_sch_wr input::placeholder {
    color: #D0D0D0;
}
.hd_sch_wr button {
    font-size: 20px;
    color: #232323;
    border: 0;
    background: none;
    box-shadow: none;
    height: 100%;
    width: 150px;
}
.hd_sch_wr a {
    font-size: 20px;
    color: #232323;
    border: 0;
    background: none;
    box-shadow: none;
    height: 100%;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    padding: 35px 0px;
}
.hd_sch_wr a {
    border-left: 1px solid rgba(0,0,0,0.15);
}
.sch_mobile_btn {
    width: 35px;
    height: 35px;
    margin: 0 auto;
}
.sch_mobile_btn img {
    width: 29px;
    height: 100%;
}
.hd_sch_wr input:focus {
    box-shadow: none;
    border: 0 !important;
    border-left: 1px solid rgba(0,0,0,0.15) !important;
}
fieldset#hd_sch {
    height: 100%;
}
fieldset#hd_sch form {
    height: 100%;
}
.hd_sch_clx {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0 auto;
}
.hd_sch_clx:before {
    content: '';
    width: 35px;
    height: 2px;
    background: #D0D0D0;
    position: absolute;
    top: 49%;
    left: 0;
    transform: rotate(45deg);
}
.hd_sch_clx:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #D0D0D0;
    position: absolute;
    top: 49%;
    left: 0;
    transform: rotate(-45deg);
}
/* .hd_sch_wr button:last-child {
    border-left: 1px solid rgba(0,0,0,0.15);
} */
/* }hd */
/* main 공통{ */
.main_slide {
    position: fixed !important;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    user-select: none;
    /* height: 100vh; */
}
.main_slider {
    position: relative;
    overflow: hidden;
}
.main_section_parallax {
    width: 100%;
    height: 100%;
    position: relative;
}
.main {
    position: relative;
    /* height: 100vh; */
    height: calc(var(--vh, 1vh) * 100);
}
.main_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
/* }main 공통 */
/* main first{ */
.main_wrap_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_con {
    overflow: hidden;
}
.main_con_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video.main_video {
    width: 101%;
    height: 101%;
    object-fit: cover;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1;
    transition: opacity .8s ease;
}
.main_video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(35,35,35,0.2);
}
.main1_mobile_title {
    display: none;
    color: rgba(255,255,255,0.3);
    font-size: 30px;
    margin-bottom: 14px;
}
.main1_wrap {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}
.main1_left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3D(0, -30%, 0);
    z-index: 3;
    opacity: 0;
    transition: 1s;
}
.main1_left.active {
    transform: translate3D(0, -50%, 0);
    opacity: 1;
}
p.main1_ico {
    margin-bottom: 15px;
    opacity: 0.6;
}
p.main1_txt {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    opacity: 0.6;
}
.main1_bottom {
    color: rgba(255,255,255,0.1);
    font-size: 205px;
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    white-space: nowrap;
    opacity: 0;
}
.main1_right {
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translate(130px, -50%);
    z-index: 3;
}
.main1_right_wrap {
    position: relative;
}
.main1_arrows {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
}
@keyframes round {
    to {
        transform: rotate(360deg);
    }
}
@keyframes moveRight {
    to {
        transform: translate(10px, -50%);
    }
}
.main1_round {
    animation: round 15s infinite linear;
}
.main1_right_wrap:hover .main1_arrows {
    animation: moveRight .7s infinite alternate linear;
}

/* }main first */
/* main second{ */
.main2_animation {
    visibility: hidden;
}
.main2_title {
    font-size: 40px;
    color: #000;
    visibility: hidden;
}
    
.main_wrap.main2 {
    background-image: url(../img/main/main2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
}
.main2_table {
    display: table;
    width: 100%;
    height: calc(calc(var(--vh, 1vh) * 100) - 105px);
    margin-top: 105px;
}
.main2_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* opacity: 0; */
    /* transform: translate3d(0, 30px, 0); */
}

.main2_ico {
    margin-top: 20px;
    margin-bottom: 15px;
    opacity: 0;
}
.main2_txt {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
    word-break: break-word;
}
.main2_link {
    margin-top: 45px;
}
.main2_link>a {
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}
.main2_img {
    margin-top: 40px;
    opacity: 0;
}


.main2_i_wrap {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
}
.confetti {
    position: absolute;
    cursor: pointer;
}


.first {
    top: 0;
    left: -200px;
}
.second {
    bottom: -420px;
    left: -230px;
}
.third {
    bottom: -60px;
    right: -240px;
}
.fourth {
    top: 210px;
    right: -60px;
}
.confetti.first img.hov-anim {
    width: 140px;
}
.confetti.second img.hov-anim {
    width: 110px;
    transform: rotate(105deg);
}
.confetti.third img.hov-anim {
    width: 110px;
    transform: rotate(50deg);
}
.confetti.fourth img.hov-anim {
    width: 130px;
    transform: rotate(-10deg);
}

.confetti__image {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.confetti.active {
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    display:block;
    -webkit-animation-name:f;
    animation-name:f;
    -webkit-animation-duration:.82s;
    animation-duration:.82s;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-timing-function:cubic-bezier(.36,.07,.19,.97);
    animation-timing-function:cubic-bezier(.36,.07,.19,.97);
    -webkit-animation-direction:both;
    animation-direction:both;
    -webkit-transform-origin:center;
    -ms-transform-origin:center;
    transform-origin:center
}
@-webkit-keyframes f {
    10%,90%{
        -webkit-transform:translate3d(-1px,0,0);
        transform:translate3d(-1px,0,0)
    }
    20%,80%{
        -webkit-transform:translate3d(2px,0,0);
        transform:translate3d(2px,0,0)
    }
    30%,50%,70%{
        -webkit-transform:translate3d(-4px,0,0);
        transform:translate3d(-4px,0,0)
    }
    40%,60%{
        -webkit-transform:translate3d(4px,0,0);
        transform:translate3d(4px,0,0)
    }
}
@keyframes f {
    10%,90%{
        -webkit-transform:translate3d(-1px,0,0);
        transform:translate3d(-1px,0,0)
    }
    20%,80%{
        -webkit-transform:translate3d(2px,0,0);
        transform:translate3d(2px,0,0)
    }
    30%,50%,70%{
        -webkit-transform:translate3d(-4px,0,0);
        transform:translate3d(-4px,0,0)
    }
    40%,60%{
        -webkit-transform:translate3d(4px,0,0);
        transform:translate3d(4px,0,0)
    }
}
/* }main second */

/* main third{ */
.product_img {
    text-align: center;
}
.product_img_m {
    text-align: center;
}
.product_img img {
    transform-origin: center bottom 0px;
}
/* .product_img img {
    width: 520px;
} */
.main3_slide__ {
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
}
.main3_slide_video {
    position: relative;
    height: 68%;
}
.main3_title {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.main3_title_ {
    position: absolute;
    font-size: 80px;
    color: rgba(255,255,255,0.5);
    bottom: -18px;
    left: 0;
    z-index: 1;
}
.main3_slide_white {
    height: 32%;
    background: #fff;
}
.main3_slide_white_ {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    height: 100%;
}
.main3_slide_white_left {
    position: absolute;
    top: 40px;
    left: 0;
}
.main3_left_title {
    font-size: 30px;
    color: #232323;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main3_left_txt {
    color: #404040;
    font-size: 14px;
    line-height: 1.6;
}
.main3_slide_white_center {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main3_center_title {
    color: #BABABA;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.main3_center_link {
    margin-top: 30px;
}
.main3_center_link > a {
    font-size: 20px;
    color: #FFFFFF;
    background: #232323;
    width: 150px;
    height: 45px;
    display: block;
    text-align: center;
    padding: 7px 0;
    margin: 0 auto;
}
/* .main3_slide_product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
} */
.main_nav {
    position: fixed;
    width: 300px;
    height: calc(var(--vh, 1vh) * 100);
    right: 0;
    top: 0;
    z-index: 2;
    display: table;
}
.main_nav_line {
    width: 300px;
    border-left: 1px solid rgba(0,0,0,0.15);
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.main_nav>ul {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}
.main_nav>ul>li {
    position: relative;
    margin-bottom: 57px;
    padding-left: 65px;
    width: auto !important;
    height: auto !important;
    color: #888888;
    font-size: 20px;
    display: block !important;
    background: none !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    cursor: pointer;
}
.main_nav>ul>li.swiper-pagination-bullet-active {
    color: #000 !important;
    text-decoration: underline;
}
.main_nav>ul>li.swiper-pagination-bullet-active::before {
    content: '';
    width: 7px;
    height: 30px;
    background: #232323;
    position: absolute;
    top: -4px;
    left: -3px;
    transition: .5s;
}
.main_btn_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.main_btn_wrap_ {
    position: relative;
    max-width: 792px;
    margin: 0 auto;
    /* display: none; */
}
.main_product.swiper-button-prev::after {
    display: none;
}
.main_product.swiper-button-next::after {
    display: none;
}
.main3_slide_product {
    text-align: center;
}
.main3_slide_product_m {
    display: none;
}
.main3_product_slide_ {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
/* }main third */

/* main fourth{ */
.insta_left.swiper-button-prev::after, .insta_right.swiper-button-next::after {
    font-size: 0;
}
.insta_button_wrap {
    position: absolute;
    top: 35px;
    right: 115px;
}
.insta_left.swiper-button-prev {
    top: auto;
    left: -75px;
    right: auto;
    width: auto;
    height: auto;
    display: block;
    margin-top: 0;
}
.insta_right.swiper-button-next {
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    display: block;
    margin-top: 0;
}

.main4_content {
    font-size: 0;
}
.main4_left {
    position: relative;
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: top;
    padding: 0 60px;
    /* padding-left: 60px; */
    margin-top: 210px;
}
.main4_insta {
    font-size: 30px;
    color: #232323;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main4_insta_link>a {
    color: #232323;
    font-size: 16px;
}
.main4_insta_link>a>span {
    text-decoration: underline;
}
.main4_insta_wrap {
    margin-top: 20px;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    /* height: calc(calc(var(--vh, 1vh) * 100) - 329px); */
}
.main4_insta_wrap>ul {
    font-size: 0;
    /* margin-right: -20px; */
}
.main4_insta_wrap>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 25%; */
    /* padding-right: 20px; */
    /* margin-bottom: 20px; */
}
.main4_insta_wrap>ul>li>a {
    width: 100%;
    display: block;
    padding-top: 100%;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}
.main4_right {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid rgba(0,0,0,0.15);
    /* height: 100vh; */
    height: calc(var(--vh, 1vh) * 100);
}
.main4_right_wrap {
    margin-top: 210px;
}
.main4_right_top {
    text-align: center;
    margin-bottom: 21px;
}
.main4_shop {
    color: #232323;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main4_shop_link a {
    color: #232323;
    font-size: 16px;
    text-decoration: underline;
}
.main4_shop_list {
    overflow-y: scroll;
    height: calc(calc(var(--vh, 1vh) * 100) - 330px);
    width: 180px;
    margin: 0 auto;
    overflow-x: hidden;
}
.main4_shop_list>ul {
    font-size: 0;
}
.main4_shop_list>ul>li {
    display: block;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}
.main4_shop_img {
    border: 1px solid #E4E4E4;
    background: #fff;
}
.main4_shop_img img {
    width: 100%;
    height: 100%;
}
.main4_insta_wrap::-webkit-scrollbar {
    display: none;
}
.main4_shop_list::-webkit-scrollbar {
    display: none;
}

/* }main fourth */
/* ft{ */
body.home #ft {
    position: fixed;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 3;
}
#ft {
    width: 100%;
    overflow: hidden;
    height: 530px;
    border-top: 1px solid #E4E4E4;
}
#ft_wr {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    height: 100%;
    padding-top: 87px;
    padding-bottom: 60px;
}
.ft_left {
    float: left;
}
.ft_logo {
    display: inline-block;
}
.ft_logo img {
    margin-left: -16px;
}
.ft_links {
    position: relative;
    width: 240px;
    margin-top: 30px;
}
.ft_links_ {
    position: relative;
    color: #232323;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    cursor: pointer;
}
.ft_links_::before {
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 10px;
    right: 15px;
    transform: rotate(40deg);
    transition: .5s;
}
.ft_links_::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 10px;
    right: 8px;
    transform: rotate(-40deg);
    transition: .5s;
}
.ft_links.active .ft_links_::before {
    transform: rotate(-40deg);
}
.ft_links.active .ft_links_::after {
    transform: rotate(40deg);
}
.ft_links>ul {
    display: none;
    font-size: 0;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ft_links>ul>li:last-child>a {
    border-bottom: 1px solid #E4E4E4;
}
.ft_links>ul>li>a {
    font-size: 20px;
    color: #888888;
    border: 1px solid #E4E4E4;
    display: block;
    padding: 15px 20px;
    border-bottom: 0;
    background: #fff;
}
.ft_right {
    position: relative;
    float: right;
    width: 1060px;
    height: 100%;
}
.ft_search {
    border-bottom: 2px solid #000;
    padding-bottom: 12px;
}
fieldset#ft_sch {
    border-left: 5px solid #000;
}
fieldset#ft_sch form {
    font-size: 0;
}
.ft_search input#sch_str {
    border: 0;
    font-size: 36px;
    padding-left: 10px;
    width: calc(100% - 40px);
}
.ft_search input#sch_str::placeholder {
    color: #BABABA;
}
.ft_search button {
    background: none;
    border: 0;
    width: 40px;
    height: 40px;
}
.ft_search input[type=text]:focus, .ft_search input[type=password]:focus, .ft_search textarea:focus, .ft_search select:focus {
    box-shadow: none;
    border: 0 !important;
}
.ft_sns {
    float: right;
    margin-top: 30px;
}
.ft_lang span {
    font-size: 18px;
    color: #232323;
    vertical-align: middle;
}
.ft_lang {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    background: #fff;
    width: 148px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.ft_lang>ul {
    font-size: 0;
}
.ft_lang>ul>li {
    padding: 0 10px;
}
.ft_lang>ul>li:nth-child(2), .ft_lang>ul>li:nth-child(3) {
    display: none;
}
.ft_lang>ul>li>a {
    padding: 15px 0;
    display: block;
    border-top: 1px solid #F7F7F7;
}
.ft_lang>ul>li:first-child>a {
    position: relative;
    border-top: 0;
}
.ft_lang>ul>li:first-child>a:before {
    content: '';
    width: 8px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: rotate(45deg);
    transition: .5s;
}
.ft_lang>ul>li:first-child>a:after {
    content: '';
    width: 8px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: rotate(-45deg);
    transition: .5s;
}
.ft_lang.active>ul>li:first-child>a:before {
    transform: rotate(-45deg);
}
.ft_lang.active>ul>li:first-child>a:after {
    transform: rotate(45deg);
}
.ft_lang>ul>li>a>span {
    font-size: 18px;
    color: #232323;
    vertical-align: middle;
}
.ft_sns_list {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.ft_sns_list>ul {
    font-size: 0;
}
.ft_sns_list>ul>li {
    display: inline-block;
    vertical-align: top;
}
.ft_sns_list>ul>li:last-child {
    padding-left: 12px;
}
.ft_sns_list>ul>li>a {
    border: 1px solid #E4E4E4;
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    border-radius: 100%;
}
.ft_sns_list>ul>li:hover>a {
    border: 1px solid transparent;
    background: #232323;
}
.ft_sns_list>ul>li>a img.hover {
    display: none;
}
.ft_sns_list>ul>li:hover>a img.normal {
    display: none;
}
.ft_sns_list>ul>li:hover>a img.hover {
    display: block;
}
.ft_sns_list>ul>li>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.ft_address {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 970px;
}
.ft_address>ul {
    font-size: 0;
    margin-right: -35px;
}
.ft_address>ul>li {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 35px;
    width: 25%;
}
.ft_office {
    font-size: 14px;
    color: #232323;
    margin-bottom: 10px;
}
.ft_address_wrap>p {
    font-size: 12px;
    color: #232323;
    line-height: 1.5;
}
.ft_address_wrap>p:first-child {
    margin-bottom: 14px;
    /* font-family: 'Noto Sans SC', sans-serif !important; */
    /* font-size: 14px; */
}
.ft_copyright {
    position: absolute;
    left: 0;
    bottom: 60px;
    color: #232323;
    opacity: 0.5;
    font-size: 12px;
}
.ft_copyright > a {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 5px;
}
#top_btn {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #232323;
    z-index: 1;
    background: #fff;
    text-align: center;
    line-height: 58px;
}
br.insert {
    display: none;
}
/* }ft */



input:-webkit-autofill,
input:-internal-autofill-selected{
	-webkit-box-shadow:0 0 0 30px #f4f4f4 inset;
	-webkit-text-fill-color:#000000;
}