@charset "utf-8";

@media screen and (max-width: 1850px) {
    /* hd{ */
    .hd_wrapper_ {
        padding: 0 15px;
    }
    .hd_right {
        right: 15px;
    }
    /* }hd */

    /* main1{ */
    .main1_mobile_title {
        display: block;
    }
    .main1_left {
        left: 15px;
    }
    .main1_bottom {
        display: none;
    }
    /* }main1 */

    /* ft{ */
    #ft_wr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft_copyright {
        left: 15px;
    }
    #top_btn {
        right: 15px;
    }
    /* }ft */

    .main3_title_{
        left: 20px;
    }
    .main3_slide_white_left {
        left: 20px;
    }
    
}

@media screen and (max-width: 1600px) {
    .main4_left {
        width: 100%;
        padding-left: 15px;
        padding-right: 0;
        /* margin-top: 120px; */
    }
    .insta_button_wrap {
        right: 70px;
    }
    .main4_right {
        display: none;
    }
    .main4_insta_wrap {
        /* height: calc(calc(var(--vh, 1vh) * 100) - 239px); */
    }
    .main_nav_line {
        display: none;
    }
    .main_nav>ul>li.swiper-pagination-bullet-active::before {
        display: none;
    }
    .main_nav {
        display: block;
        width: auto;
        height: auto;
        top: 120px;
        right: 20px;
    }
    .main_nav>ul {
        display: block;
    }
    .main_nav>ul>li {
        width: 5px !important;
        height: 5px !important;
        font-size: 0;
        background: #000 !important;
        padding-left: 0;
        margin-bottom: 30px;
        opacity: 0.1 !important;
    }
    .main_nav>ul>li.swiper-pagination-bullet-active {
        opacity: 1 !important;
    }
}

@media screen and (max-width: 1520px) {
    .hd_sch_wr a {
        width: 70px;
        padding: 22px 0;
    }
    #gnb_all {
        overflow-y: scroll;
    }
    #gnb_all::-webkit-scrollbar {
        display: none;
    }
    /* hd{ */
    .hd_right {
        top: 27px;
    }
    .gnb_wrap {
        display: none;
    }
    .tnb {
        display: none;
    }
    .sch_mobile svg g, .sch_mobile svg line {
        transition: .5s;
    }
    #hd_wrapper {
        height: 80px;
    }
    .hd_wrapper_ {
        height: 80px;
    }
    .hd_wrapper_.black .sch_mobile svg g {
        stroke: #232323;
    }
    .hd_wrapper_.black .sch_mobile svg line {
        stroke: #232323;
    }
    .search_btn {
        margin-left: 30px;
    }
    .search_btn > span {
        display: none;
    }
    .sch_mobile {
        display: block;
    }
    .gnb_menu_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        background: none;
        border: 0;
        box-shadow: none;
    }
    .hd_wrapper_.black .gnb_menu_btn span {
        background: #232323;
    }
    .hd_wrapper_.black .gnb_menu_btn span:before {
        background: #232323;
    }
    .hd_wrapper_.black .gnb_menu_btn span:after {
        background: #232323;
    }
    .gnb_menu_btn span {
        display: block;
        height: 2px;
        width: 25px;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -11px;
        transition: all 0.5s;
    }
    .gnb_menu_btn span:before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        top: -10px;
        transform: rotate(0deg);
        transition: all 0.5s;
    }
    .gnb_menu_btn span:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 10px;
        transform: rotate(0deg);
        transition: all 0.5s;
    }

    #gnb_all {
        display:none;
        position: fixed;
        width: calc(100% - 30px);
        background:#fff;
        z-index:1000;
        /* height: 100vh; */
        height: calc(var(--vh, 1vh) * 100);
        top: 0;
    }
    .gnb_all {
        right: calc(-1 * calc(100% - 30px));
        transition: 1s;
    }
    .gnb_all.active {
        right: 0;
    }
    .tnb_m {
        border-bottom: 1px solid rgba(35,35,35,0.15);
        background: #fff;
    }
    .tnb_top_m {
        margin: 27px 0;
        margin-left: 30px;
        display: inline-block;
        cursor: pointer;
    }
    .tnb_top_m span:last-child::before {
        content: '';
        width: 8px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 50%;
        right: -15px;
        transform: rotate(45deg);
        transition: .5s;
    }
    .tnb_top_m span:last-child::after {
        content: '';
        width: 8px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: rotate(-45deg);
        transition: .5s;
    }
    .tnb_m>ul {
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 1;
        top: 79px;
        left: 0;
    }
    .tnb_top_m span {
        color: #020202;
        font-size: 22px;
        display: inline-block;
        vertical-align: bottom;
    }
    .tnb_top_m span:last-child {
        margin-left: 8px;
        position: relative;
    }
    .tnb_m>ul>li {
        border-bottom: 1px solid #F7F7F7;
    }
    .tnb_m>ul>li>a {
        font-size: 22px;
        color: #020202;
        padding: 20px 0;
        display: block;
        padding-left: 30px;
    }
    .tnb_m>ul>li>a>span {
        display: inline-block;
        vertical-align: bottom;
    }
    .tnb_m>ul>li>a>span:last-child {
        margin-left: 8px;
    }
    .tnb_m_bg {
        position: fixed;
        top: 0;
        right: 0;
        width: calc(100% - 30px);
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }
    .gnb_close_btn {
        width: 27px;
        height: 27px;
        position: absolute;
        top: 27px;
        right: 15px;
        border: 0;
        background: none;
        box-shadow: none;
    }
    .gnb_close_btn span:before {
        content: '';
        width: 27px;
        height: 2px;
        background: #666666;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(45deg);
    }
    .gnb_close_btn span::after {
        content: '';
        width: 27px;
        height: 2px;
        background: #666666;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(-45deg);
    }
    #gnb_all_bg {
        display:none;
        background:rgba(0,0,0,0.5);
        width:100%;
        height:100%;
        position:fixed;
        left:0;
        top:0;
        z-index:999;
    }
    .gnb_al_li {
        position: relative;
        border-bottom: 1px solid rgba(35,35,35,0.05);
        cursor: pointer;
        background: #fff;
    }
    .gnb_al_li>ul {
        display: none;
    }
    .gnb_al_li > a {
        font-size: 20px;
        color: #000000;
        padding: 17px 0;
        display: block;
        padding-left: 9px;
    }
    .gnb_al_ul {
        position: relative;
        z-index: -2;
        padding: 0 30px;
    }
    .gnb_al_li>ul>li>a {
        font-size: 14px;
        color: #888888;
        padding-left: 9px;
        padding-bottom: 20px;
        display: block;
    }
    .gnb_al_li.plus::before {
        content: '';
        width: 17px;
        height: 1px;
        background: #000000;
        position: absolute;
        top: 27px;
        right: 0;
    }
    .gnb_al_li.plus::after {
        content: '';
        width: 17px;
        height: 1px;
        background: #000000;
        position: absolute;
        top: 27px;
        right: 0;
        transform: rotate(-90deg);
        transition: .3s;
    }
    .gnb_al_li.plus.gnb_li_active::after {
        transform: rotate(0deg);
    }
    .hd_sch_logo {
        display: none;
    }
    .hd_sch_wr {
        width: 100%;
    }
    .hd_sch_wrapper {
        height: 80px;
    }
    .hd_sch_wr button {
        width: 70px;
    }
    .hd_sch_wr input {
        width: calc(100% - 140px);
    }
    #logo {
        margin-top: 15px;
        float: left;
    }
    .m_menu_logo_wrap {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: -3;
    }
    .m_menu_copyright {
        font-size: 10px;
        color: #232323;
        opacity: 0.5;
        margin-top: 10px;
    }
    /* }hd */

    /* main2{ */
    .main2_content {
        height: calc(calc(var(--vh, 1vh) * 100) - 80px);
    }
    /* }main2 */

    /* ft{ */
    .ft_left {
        float: none;
        display: block;
    }
    .ft_right {
        float: none;
        width: 100%;
    }
    .ft_search {
        display: none;
    }
    .ft_address {
        width: 100%;
        position: static;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }
    .ft_sns {
        float: none;
        margin-top: 20px;
    }
    .ft_links>ul {
        z-index: 2;
    }
    #ft_wr {
        padding-top: 100px;
        padding-bottom: 0;
    }
    #top_btn {
        bottom: 20px;
        right: 15px;
    }
    .ft_copyright {
        left: 15px;
        bottom: 20px;
    }
    .ft_sns {
        height: 50px;
        margin-bottom: 40px;
    }
    .ft_lang {
        width: 155px;
        position: relative;
        border: 0;
    }
    .ft_lang>ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        border: 1px solid #E4E4E4;
        border-radius: 3px;
    }
    /* }ft */
}
@media screen and (max-width: 1000px) {
    .main4_insta_wrap>ul>li {
        width: 33%;
    }
    .main_product.swiper-button-prev {
        left: 50px !important;
    }
    .main_product.swiper-button-next {
        right: 50px !important;
    }
}

@media screen and (max-width: 900px) {
    .main3_left_title {
        font-size: 16px;
    }
    .main3_left_title > span {
        font-size: 14px;
    }
    .main3_left_txt {
        color: #666666;
        font-size: 14px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .ft_address_wrap>p:first-child {
        font-size: 11px;
    }

    /* hd{ */
    #hd_wrapper {
        height: 80px;
    }
    .hd_wrapper_ {
        height: 80px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .hd_wrapper_.black {
        border-bottom: 1px solid rgba(35,35,35,0.15);
    }
    #logo {
        margin-top: 17px;
    }
    #logo svg {
        height: 35px;
        width: 136px;
    }
    .hd_wrapper.border_white {
        border: 0;
    }
    .hd_wrapper.border_black {
        border: 0;
    }
    .mute_btn {
        float: none;
        position: absolute;
        top: 80px;
        right: -1px;
    }
    .hd_sch_wr input {
        padding-left: 15px;
        font-size: 16px;
    }
    /* }hd */
    /* main1{ */
    .main1_left {
        top: 160px;
    }
    p.main1_txt {
        font-size: 14px;
    }
    p.main1_ico img {
        width: 17px;
        height: 17px;
    }
    .main1_round img {
        width: 154px;
        height: 153px;
    }
    .main1_left.active {
        transform: translate3D(0, 0, 0);
    }
    .main1_arrows img {
        width: 21px;
        height: 21px;
    }
    .main1_right {
        right: -75px;
        top: auto;
        bottom: 67px;
        transform: translate(130px, 0);
    }
    /* }main1 */
    /* main2{ */
    .main2_table {
        margin-top: 80px;
        height: calc(calc(var(--vh, 1vh) * 100) - 80px);
    }
    .main2_title {
        font-size: 22px;
    }
    .main2_ico {
        margin-top: 12px;
        margin-bottom: 9px;
    }
    .main2_ico img {
        width: 17px;
        height: 17px;
    }
    .main2_txt {
        font-size: 12px;
        line-height: 1.5;
        word-break: keep-all;
    }
    .main2_link {
        position: relative;
        z-index: 1;
        width: max-content;
        margin: 0 auto;
        margin-top: 25px;
    }
    .main2_link>a {
        font-size: 14px;
    }
    .main2_img {
        margin-top: 37px;
    }
    .main_wrap.main2 {
        position: relative;
        padding: 0 15px;
    }
    .main2_img img {
        width: 100%;
    }
    br.delete {
        display: none;
    }
    .second {
        display: none;
    }
    .third {
        display: none;
    }
    .first {
        top: -30px;
        left: -40px;
    }
    .fourth {
        top: 130px;
        right: -10px;
    }
    .confetti.first img.hov-anim {
        width: 90px;
    }
    .confetti.fourth img.hov-anim {
        width: 90px;
    }
    .confetti__image {
        width: 450px;
        height: 450px;
    }
    /* }main2 */
    .product_img_m img {
        width: 119px;
    }
    /* main4{ */
    .main4_insta_wrap>ul {
        /* margin-right: -10px; */
    }
    .main4_insta_wrap>ul>li {
        width: 45%;
        /* padding-right: 10px; */
        /* margin-bottom: 10px; */
    }
    .main4_left {
        /* margin-top: 120px; */
    }
    .main4_ico img {
        width: 17px;
        height: 17px;
    }
    .main4_insta {
        font-size: 26px;
        margin-top: 15px;
    }
    .main4_insta_wrap {
        /* height: calc(calc(var(--vh, 1vh) * 100) - 227px); */
    }
    .insta_left.swiper-button-prev img {
        width: 40px;
    }
    .insta_right.swiper-button-next img {
        width: 40px;
    }
    .insta_left.swiper-button-prev {
        left: -55px;
    }
    .insta_button_wrap {
        right: 55px;
    }
    /* }main4 */

    /* footer{ */
    #ft {
        height: auto;
    }
    #ft_wr {
        padding-bottom: 90px;
    }
    body.home #ft #ft_wr {
        padding-bottom: 0;
    }
    body.home #ft {
        /* height: 100vh; */
        height: calc(var(--vh, 1vh) * 100);
        background: #fff;
        z-index: 9;
    }
    #ft_wr {
        padding-top: 50px;
    }
    .ft_address>ul>li {
        position: relative;
        display: block;
        width: 100%;
        padding-right: 0;
        border-bottom: 1px solid rgba(35,35,35,0.15);
        padding: 15px 0;
        cursor: pointer;
    }
    .ft_address_wrap {
        display: none;
        padding: 16px;
        background: #F7F7F8;
        border-radius: 5px;
        margin-top: 10px;
    }
    .ft_links {
        width: 100%;
        margin-top: 25px;
    }
    .ft_logo img {
        width: 95px;
        height: 24px;
        margin-left: 0;
    }
    .ft_sns_list {
        margin-left: 0;
        float: right;
    }
    .ft_office {
        font-size: 18px;
        margin-bottom: 0;
    }
    .ft_address_wrap>p {
        font-size: 14px;
        color: #666666;
    }
    .ft_address>ul>li:before {
        content: '';
        width: 17px;
        height: 1px;
        background: #000000;
        position: absolute;
        top: 25px;
        right: 0;
    }
    .ft_address>ul>li:after {
        content: '';
        width: 17px;
        height: 1px;
        background: #000000;
        position: absolute;
        top: 25px;
        right: 0;
        transform: rotate(-90deg);
        transition: .5s;
    }
    .ft_address>ul {
        margin-right: 0;
    }
    .ft_address>ul>li.active::after {
        transform: rotate(0);
    }
    .ft_links>ul {
        z-index: 2;
    }
    br.insert {
        display: block;
    }
    .ft_copyright {
        display: none;
    }
    /* }footer */

    .main3_slide_video {
        height: 59.375%;
    }
    .main3_slide_white {
        height: 40.625%;
    }
    .main3_title {
        display: none;
    }
    .main3_center_title {
        display: none;
    }
    /* .product_img img {
        width: 100%;
    } */
    .main3_left_ico {
        display: none;
    }
    .main3_left_title {
        text-align: center;
        margin-top: 0;
        margin-bottom: 5px;
        white-space: nowrap;
    }
    .main3_left_txt {
        text-align: center;
        white-space: nowrap;
    }
    .main3_center_link {
        margin-top: 0;
    }
    .main3_slide_white_center {
        top: auto;
        transform: translate(-50%, 0);
        bottom: 45px;
    }
    .main3_slide_white_left {
        left: 50%;
        transform: translate(-50%, 0);
        top: auto;
        bottom: 110px;
    }
    .main3_center_link > a {
        font-size: 14px;
        width: 120px;
        height: 35px;
        padding: 6px 0;
    }
    .main_btn_wrap_ img {
        width: 30px;
    }
    .main_product.swiper-button-prev {
        left: 45px !important;
    }
    .main_product.swiper-button-next {
        right: 45px !important;
    }
    .main3_slide_product {
        display: none;
    }
    .main3_slide_product_m {
        display: block;
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; */
    }
    .m_product_title {
        color: rgba(255,255,255,0.6);
        font-size: 30px;
        text-align: center;
    }
    .m_product_name {
        color: #BABABA;
        font-size: 10px;
        text-align: center;
        white-space: nowrap;
    }
}

@media screen and (max-width: 375px) {
    .ft_sns {
        margin-bottom: 0;
    }
    .ft_address {
        margin-top: 10px;
    }
    .main3_slide_product_m {
        top: 45%;
    }
    .m_product_title {
        font-size: 24px;
        margin-bottom: -10px;
    }

    .main2_link {
        margin-top: 15px;
    }
    .main2_img {
        margin-top: 23px;
    }
}

@media screen and (max-width: 320px) {
    .main1_right {
        bottom: 40px;
    }
    .main2_link {
        margin-top: 15px;
    }
    .main2_img {
        margin-top: 25px;
    }
    .ft_address {
        margin-top: 10px;
    }
    .ft_sns {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    #ft_wr {
        padding-top: 30px;
    }
    .ft_links {
        margin-top: 15px;
    }
    .ft_links_ {
        font-size: 16px;
    }
    .ft_links>ul>li>a {
        font-size: 16px;
        padding: 13px 10px;
    }
    .ft_address>ul>li {
        padding: 10px 0;
    }
    .ft_address>ul>li:before, .ft_address>ul>li:after {
        top: 18px;
    }
    .ft_address_wrap>p:first-child {
        margin-bottom: 7px;
        font-size: 12px;
    }
    .ft_address_wrap {
        padding: 10px;
    }
    .m_menu_logo_wrap {
        bottom: 20px;
    }
    .m_menu_logo img {
        width: 90px;
    }

    .main3_slide_white_center {
        bottom: 20px;
    }
    .main3_slide_white_left {
        bottom: 80px;
    }
    .m_product_title {
        display: none;
    }
}