::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #602a19;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background-color: rgba(96, 42, 25, 0.1);
}

/* 공통 */

.container {
    width: 1360px;
    margin: 0 auto;
    padding: 100px 0;
}

.more__btn {width: 100px;}
.more__btn::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #222;
}
.more__btn:hover::after {
    background-color: #602a19;
} 
.more__btn a:hover {
    color: #602a19;
}
.title {
    font-size: 2.7em;
    font-weight: 600;
}
.title__box {
    color: #222222;
    text-align: center;
}
.title__box p {
    margin-top: 30px;
    opacity: 0.7;
    font-size: 1em;
}
#mobile__header {display: none;}
#desktop__header .mobile__btn {
    display: none;
}
#header {
    width: 100%;
    left: 0;
    position: fixed;
    z-index: 100;
}

#header .header__scroll {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ddd;
    width: 100%;
}
#desktop__header {
    justify-content: space-around;
    transition: all 0.3s ease-in-out;
    display: flex;
}
#desktop__header .logo__box {
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 5;
    height: 100px;
}
#desktop__header .logo__box a {
    display: block;
}
#desktop__header .logo__box a img {
    width: 145px;
    height: 45px;
}
#desktop__header .menu__box {display: block;}
#desktop__header .menu__box .list::after {
    
}
#desktop__header .menu__box .list {
    text-align: center;
    display: flex;
    justify-content: center;
}
#desktop__header .menu__box .list > li {
    font-size: 1.125em;
}
#desktop__header .menu__box .list h2 {
    height: 100px;
    line-height: 100px;
}
#desktop__header .menu__box .list h2 {
    display: flex;
    justify-content: center;
    padding: 0 1.6em;
    position: relative;
    
}
#desktop__header .menu__box a:hover {
    color: #602a19;
}

#desktop__header .menu__box h2::after {
    z-index: 100;
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    bottom: 0;
    width: 0;
    background-color: #602a19;
    border-bottom: 1px solid #602a19;
    transition: all 0.3s ease-in-out;
}
#desktop__header .menu__box h2.on::after,
#desktop__header .menu__box h2:hover::after{
    width: 100%;
}
#desktop__header .header .menu__box {
    transition: all 0.3s ease-in-out;
} 

#desktop__header .nav__list__item {
    margin: auto;
}
#desktop__header .nav__list .nav__btn {
    flex-direction: column;
    background-color: rgb(255, 255, 255, 0.8);
    height: 230px;
    display: none;
}

#desktop__header .nav__list .nav__btn:hover::before{
    width: 100%;
}
#desktop__header .nav__list .nav__btn a {
    font-size: 0.8em;
    padding: 15px 10px;
    display: block;
}



#desktop__header .search__box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
    line-height: 100px;
    z-index: 5;
}
#desktop__header .search__box .wish a {
    display: block;
}
#desktop__header .search__box .wish a i {
    font-size: 1.125em;
}
#desktop__header .search__box .search input {
    margin: 0 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    height: 45px;
    font-size: 0.75em;
    outline: none;
    padding-top: 5px;
    background-color: transparent;
}

/*  visual */
.visual article .title {
    font-size: 4.375em;
    margin-bottom: 30px;
    text-align: left;
}
.visual article .text {
    font-size: 1.75em;
}
.visual article .tag {
    margin-top: 20px;
}

.visual {
    position: relative;
    padding-top: 98px;
    height: 900px;
    transition: all 0.2s;
}
.visual__bg {
    position: absolute;
    top: 0;
    width: 65vw;
    height: 100%;
    background-color: #EEEBE4;
    z-index: -5;
}
.visual__container {
    height: 100%;
    position: relative;
}
.visual article {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    }
.visual .swiper-slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.visual .swiper-slide-active {
    opacity: 1;
}
.visual article .text__box {
    width: 25%;
}
.visual article .img__box {
    width: 75%;
}
.visual .side__text p {
    position: absolute;
    z-index: 1000;
    right: 130px;
    top: 45%;
    transform: translateY(-45%);
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    word-spacing: 5px;
    font-weight: 550;
    color: #ddd;
    margin-left: 10px;
    z-index: 5;
}
.visual .swiper {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: absolute;
    top: 100px;
}
.visual .swiper .content__01 .img__box {
    height: 100%;
    background: url(./images/visual_01.jpg) no-repeat center center / cover;
}
.visual .swiper .content__02 .img__box {
    height: 100%;
    background: url(./images/visual_02.jpg) no-repeat center center / cover;
}
.visual .swiper .content__03 .img__box {
    height: 100%;
    background: url(./images/visual_03.jpg) no-repeat center center / cover;
}
.visual .swiper .content__04 .img__box {
    height: 100%;
    background: url(./images/visual_04.jpg) no-repeat center center / cover;
}
.visual .swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.visual {
    position: relative;
}
.visual .swiper-button-prev,
.visual .swiper-button-next {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 850px;
    left: 40%;
    transform: translateX(-40%);
    bottom: 0;
    overflow: hidden;
    font-size: 22px;
    width: 44px;
    height: 44px;
    transition: all 0.2s;
    opacity: 0.7;
}
.visual .swiper-button-prev:hover,
.visual .swiper-button-next:hover {
    opacity: 0.9;
    color: #999;
    border-color:#999;
}
.visual .swiper-button-next {
    margin-left: 20%;
}
.swiper .swiper-pagination {
    position: absolute;
    color: #efefef;
    font-size: 20px;
    margin-bottom: 30px;
}
.swiper-cube-shadow {
    display: none;
}
/* main content */

/* content01 */
.paper__box .itemBg01 {background: url(../images/product_option/2094-5.jpg)no-repeat;}
.paper__box .itemBg02 {background: url(../images/product_option/2097-1.jpg)no-repeat;}
.paper__box .itemBg03 {background: url(../images/product_option/2107-8.jpg)no-repeat;}
.paper__box .itemBg04 {background: url(../images/product_option/3009-25.jpg)no-repeat;}
.paper__box .itemBg05 {background: url(../images/product_option/3009-5.jpg)no-repeat;}
.paper__box .itemBg06 {background: url(../images/product_option/3035-4.jpg)no-repeat;}
.paper__box .itemBg07 {background: url(../images/product_option/3037-2.jpg)no-repeat;}
.paper__box .itemBg08 {background: url(../images/product_option/3049-1.jpg)no-repeat;}
.paper__box .itemBg09 {background: url(../images/product_option/3051-5.jpg)no-repeat;}
.paper__box .itemBg010 {background: url(../images/product_option/3051-6.jpg)no-repeat;}
.paper__box .itemBg011 {background: url(../images/product_option/5402-3.jpg)no-repeat;}
.paper__box .itemBg012 {background: url(../images/product_option/5402-4.jpg)no-repeat;}
.paper__box .itemBg013 {background: url(../images/product_option/5409-2.jpg)no-repeat;}
.paper__box .itemBg014 {background: url(../images/product_option/9022-4.jpg)no-repeat;}
.paper__box .itemBg015 {background: url(../images/product_option/9023-6.jpg)no-repeat;}
.paper__box .itemBg016 {background: url(../images/product_option/9026-3.jpg)no-repeat;}
.paper__box .itemBg {
    width: 130px;
    height: 130px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}

.main__01 .title {
    display: flex;
    justify-content: center;
}
.main__01 .content .img__box {
    display: flex;
}
.main__01 .brand__box {
    font-size: 1.5em;
    position: relative;
    color: #aaa;
    cursor: pointer;
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 20px;
}
.main__01 .brand {
    width: 50%;
    padding: 40px;
}
.main__01 .brand.on {
    color: #602a19;
}

.main__01 .brand::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #aaa;
}
.main__01 .brand.on::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #602a19;
    width: 50%;
    z-index: 1;
}

.main__01 .brand__02.on::after {left: 50%;}
.main__01 .btn__container {
    display: flex;
    justify-content: space-evenly;
}
.main__01 .btn__container .btn__box  {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.main__01 .vue__btn03 {
    margin-right: 150px;
}
.main__01 .vue__btn {
    display: block;
    font-size: 1em;
    color: #aaa;
    font-weight: lighter;
    padding: 10px 20px;
}
.main__01 .vue__btn.on {
    color: #602a19;
    font-weight: normal;
}
.main__01 .content {
    display: none;
}
.main__01 .content.on {
    display: block;
}

.content__box {
    position: relative;
    /* right__box position용 */
}
.main__01 .left__img,
.main__01 .right__text {
    width: calc(100% / 2 - 20px);
    margin-top: 50px;
}
.main__01 .right__text {
    position: absolute;
    top: 240px;
    right: 0;
    padding-bottom: 30px;
    padding-left: 30px;
}
.main__01 .right__text h4 {
    margin-bottom: 40px;
    font-size: 2.3em;
    color: #555;
}
.main__01 .right__text h4 span {
    font-size: 0.7em;
    line-height: 2.5;
    font-weight: 300;
}
.main__01 .content__02 .right__text h4 {
    margin-bottom: 20px;
} 
.main__01 .right__text p {
    font-size: 1.2em;
    font-weight: lighter;
    padding-bottom: 30px;
    line-height: 1.4;
}
.main__01 .paper__box {
    display: flex;
}
.main__01 .paper__box p {
    font-weight: lighter;
    font-size: 1.1em;
    margin-top: 135px;
}
.main__01 .more__btn {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.main__01 .more__btn a {
    display: block;
    color: #222;
}
.main__01 .more__btn a:hover {
    color: #602a19;
}
/* content__box swiper */
.main__01 .content .swiper-slide {
    width: 600px;
        height: 100%;
    position: relative;
}
.main__01 .content .swiper-slide img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    margin: 0;
    padding: 0;
    display: block;
}
.main__01 .content .swiper-button-next {
    background-color: rgba(96, 42, 25, 0.7);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translateY(50%);
}
.main__01 .content .swiper-button-next:hover {
    opacity: 0.8;
}

.main__01 .content .swiper-button-next img {
    display: block;
}

/* content02 */
.main__02 {
    background-color: #eee;
}
.main__02 .container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.main__02 .more__btn {
    position: absolute;
    right: 0;
    top: 160px;
}


.main__02 .left__news,
.main__02 .right__news {
    width: calc(100% / 2 - 15px);
    height: 500px;
    margin-top: 60px;
}
.main__02 .news__box {
    display: flex;
}
.main__02 .left__news {
    justify-content: space-between;
    margin-right: 30px;
}
.main__02 .left__news .item a {
    display: flex;
    flex-direction: row;
}
.main__02 .left__news .item img {
    max-width: 10em;
}
.main__02 .left__news .text {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.main__02 .text h3 {
    font-size: 1.2em;
}
.main__02 .text p {
    font-size: 1em;
    opacity: 0.7;
    letter-spacing: -1px;
    word-spacing: 0.5px;
    margin-top: 20px;
}
.main__02 .text .date {
    font-size: 0.9em;
}
.main__02 .left__news .item:not(:first-child) {
    margin-top: 10px;
}
.main__02 .right__news img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.main__02 .right__news h3 {
    margin-top: 20px;
}
.main__02 .right__news p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}
.main__02 img {
    transition: all 0.1s ease-in-out;
}
.main__02 a:hover img {
    transform: scale(1.015);
}
.main__03 .sns__box {
    margin: 30px 0 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 17px;
    line-height: 17px;
}
.main__03 .sns__id {
    margin: 0 10px;
}
.main__03 .sns__btn a {
    color: #333;
    border: 1px solid #333;
    padding: 6px 14px;
    border-radius: 20px;
}
.main__03 .sns__btn a:hover {
    color: #602a19;
    border-color: #602a19;
}
.main__03 .content__box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
.main__03 .item {
    width: calc(100% / 4 - 10px);
    margin: 5px;
    position: relative;
}
.main__03 .item img {
    width: 100%;
}
.main__03 .item .hover__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    text-align: center;
}
.main__03 .item .hover__box p {
    line-height: 1.4;
}
.main__03 .item .hover__box:hover {
    opacity: 1;
}

/* footer */
#footer {
    border-top: 1px solid #ddd;
    position: relative;
}
#footer .container {
    display: flex;
}
#footer .logo__box {
    width: 120px;
}
#footer .logo__box img {
    width: 120px;
    display: block;
}
#footer .text__box {
    width: calc(100% - 20% - 120px);
    margin-left: 50px;
}
#footer .text__box .list {
    display: flex;
    flex-direction: row;
}
#footer .text__box .list a {
    display: block;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin-right: 14px;
    position: relative;
    color: #777;
}
#footer .text__box .list li:not(:first-child) a::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 2px;
    bottom: 0;
    background-color: #aaa;
    height: 14px;
    width: 1px;
}
#footer .text__box .list li:first-child a {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

#footer .text__box .text {
    margin: 20px 0;
}
#footer .text__box .text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
    color: #777;
}
#footer .text__box .copyright {
    color: #777;
    font-size: 15px;
}
#footer .family__box {
    display: flex;
    justify-content: end;
    width: 200px;
    height: 40px;
    font-size: 0.9em;
}
#footer .family__btn.on,
#footer .family__btn {
    cursor: pointer;
    width: 200px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #222;
    color: #fff;
    padding: 20px 28px;
    border-radius: 50px;
    position: relative;
}
#footer .family__btn::before,
#footer .family__btn.on::before {
    content: "";
    position: absolute;
    width: 16px;
    right: 19px;
    top: 20px;
    height: 2px;
    background-color: #eee;
}
#footer .family__btn::after {
    content: "";
    position: absolute;
    width: 14px;
    right: 20px;
    top: 20px;
    height: 2px;
    background-color: #eee;
    transform: rotate(90deg);
    transition: all 0.3s;
}
#footer .family__btn.on::after {
    transform: rotate(0deg);
    opacity: 0;
}
#footer .family__site.on {
    position: absolute;
    top: -180px;
    border: 1px solid #222;
    padding: 30px;
    width: 450px;
    background-color: #fff;
    display: block;
}
#footer .family__site.on .family__btn::after {
    color: #000;
}


#footer .family__site {display: none;}
#footer .family__site .family__title {
    font-size: 1.3em;
    color: #222;
}
#footer .family__site .family__text {
    margin: 20px 0;
    font-size: 16px;
    color: #555;
    line-height: 1.3;
}
#footer .family__site .family__link ul.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer .family__site .family__link ul.list li {
    width: calc(40% - 10px);
    margin: 10px 0;
}
#footer .family__site .family__link ul.list li a {
    color: #222;
    font-size: 15px;
    position: relative;
}
#footer .family__site .family__link ul.list li a:hover {
    opacity: 0.7;
}
#footer .family__site .family__link ul.list li a::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -4px;
    height: 1px;
    background-color: #777;
}
#footer .family__site .family__close__btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 24px;
    background-color: #222;
    color: #fff;
    cursor: pointer;
}
.scroll__up__btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #602a19;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    font-size: 18px;
    cursor: pointer;
}
.scroll__up__btn:hover {
    opacity: 0.9;
}
.scroll__up__btn::before,
.scroll__up__btn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff;
}

.scroll__up__btn::before {
    right: 11px;
    transform: rotate(35deg);
}
.scroll__up__btn::after {
    left: 11px;
    transform: rotate(-35deg);
}
/* 반응형 */
@media screen and (max-width: 1610px) and (min-width: 1441px) {
    #desktop__header .header__container {
    width: 96%;
    margin: 0 auto;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1201px) {
    .container {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    #desktop__header .header__container {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .visual article {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .scroll__up__btn {
        bottom: 30px;
        right: 30px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    ::-webkit-scrollbar {
        width: 6px;
    }
    .title {
        font-size: 2em;
    }
    .container {
        padding: 50px 0;
    }
    .visual__bg {
        width: 100%;
    }
    #header {
        height: 60px;
    }
    #mobile__header {display: flex;}
    #desktop__header {display: none;}
    #header .logo__box a img {
        height: 40px;
        margin: 10px 0;
    }
    #mobile__header {
        height: 60px;
        width: 100%;
        padding: 0 10px;
    }

    #mobile__header .menu__box h2 a::after {
        background-color: #aaa;
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 12px;
        height: 1px;
        transform: rotate(35deg);
        transition: all 0.2s ease-in-out;
    }
    #mobile__header .menu__box h2 a::before {
        background-color: #aaa;
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 12px;
        height: 1px;
        transform: rotate(-35deg);
        transition: all 0.2s ease-in-out;
    }
    #mobile__header .menu__box h2.on a::before {
        background-color: #777;
        transform: rotate(35deg);
    }
    #mobile__header .menu__box h2.on a::after {
        background-color: #777;
        transform: rotate(-35deg);
    }    
    #mobile__header .nav__list h2.on a {
        background-color: #6029195d;
    }
    #mobile__header .nav__list h2 {
        height: 100%;
        position: relative;
    }
    #mobile__header .nav__list h2 a {
        display: block;
        height: 55px;
        padding: 20px;
    }

    #mobile__header .menu__box {
        justify-content: start;
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #mobile__header .menu__box .nav__list__item {
        border-bottom: 1px solid #ddd;
        }
    

    #mobile__header .nav__list .nav__btn {
        display: flex;
        flex-direction: column;
    }
    
    
    #mobile__header .nav__list .nav__btn a {
        color: #222;
        padding: 15px 30px;
        background-color: #efefef;
        display: none;
    }
    #mobile__header .mobile__btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        padding: 10px;
        margin-right: 10px;
        display: block;
    }
    #mobile__header .menu__btn {
        display: block;
        cursor: pointer;
    }
    #mobile__header .close__btn {
        display: none;
        cursor: pointer;
    }
    #mobile__header .search__box {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px 0;
        width: 100%;
        margin-left: 20px;
    }
    #mobile__header .search__box .search input {
        height: 30px;
        font-size: 0.7em;
        width: 200px;
        padding-top: 5px;
        background-color: transparent;
        margin: 0 30px;
    }
    .container {
        width: 96%;
        margin: 0 auto
    }
    .main__01 .content .swiper-slide img {
        object-fit: cover;
    }
    .main__01 .vue__btn03 {
        margin-right: 20px;
    }
    .main__01 .vue__btn {
        padding: 10px;
    }
    .main__02 .more__btn {
        top: 110px;
    }
    .scroll__up__btn {
        bottom: 20px;
        right: 20px;
    }
    #footer .family__site.on {
        top: -230px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    ::-webkit-scrollbar {
        width: 6px;
    }
    .title {
        font-size: 2em;
    }
    .container {
        padding: 50px 0;
    }
    .visual__bg {
        width: 100%;
    }
    #header {
        height: 60px;
    }
    #mobile__header {display: flex;}
    #desktop__header {display: none;}
    #header .logo__box a img {
        height: 40px;
        margin: 10px 0;
    }
    #mobile__header {
        height: 60px;
        width: 100%;
        padding: 0 10px;
    }

    #mobile__header .menu__box h2 a::after {
        background-color: #aaa;
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 12px;
        height: 1px;
        transform: rotate(35deg);
        transition: all 0.2s ease-in-out;
    }
    #mobile__header .menu__box h2 a::before {
        background-color: #aaa;
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 12px;
        height: 1px;
        transform: rotate(-35deg);
        transition: all 0.2s ease-in-out;
    }
    #mobile__header .menu__box h2.on a::before {
        background-color: #777;
        transform: rotate(35deg);
    }
    #mobile__header .menu__box h2.on a::after {
        background-color: #777;
        transform: rotate(-35deg);
    }    
    #mobile__header .nav__list h2.on a {
        background-color: #6029195d;
    }
    #mobile__header .nav__list h2 {
        height: 100%;
        position: relative;
    }
    #mobile__header .nav__list h2 a {
        display: block;
        height: 55px;
        padding: 20px;
    }

    #mobile__header .menu__box {
        justify-content: start;
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #mobile__header .menu__box .nav__list__item {
        border-bottom: 1px solid #ddd;
        }
    

    #mobile__header .nav__list .nav__btn {
        display: flex;
        flex-direction: column;
    }
    
    
    #mobile__header .nav__list .nav__btn a {
        color: #222;
        padding: 15px 30px;
        background-color: #efefef;
        display: none;
    }
    #mobile__header .mobile__btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        padding: 10px;
        margin-right: 10px;
        display: block;
    }
    #mobile__header .menu__btn {
        display: block;
        cursor: pointer;
    }
    #mobile__header .close__btn {
        display: none;
        cursor: pointer;
    }
    #mobile__header .search__box {
        display: flex;
        align-items: center;
        padding: 10px 0;
        width: 100%;
        margin-left: 20px;
    }
    #mobile__header .search__box .search input {
        height: 30px;
        font-size: 0.7em;
        width: 200px;
        padding-top: 5px;
        background-color: transparent;
        margin: 0 30px;
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .visual article .title {
        font-size: 2.5em;
    }
    .visual article .text {
        font-size: 1.5em;
    }
    .visual article .tag {
        font-size: 0.85em;
    }

    .visual {
        height: 700px;
        padding-top: 10px;
    }
    .visual article {
        width: calc(100% - 40px);
        margin: 0 auto;
        height: 700px;
    }
    .visual article .text__box {
        width: 100%;
    }
    .visual article .img__box {
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        width: 100%;
        top: 60px;
    }
    .visual .side__text p {
        right: 10px;
    }
    .visual .swiper {
        width: 100%;
        height: 700px;
        overflow: hidden;
        position: absolute;
        top: 0;
    }
    .visual .swiper-button-prev,
    .visual .swiper-button-next {
        display: none;
    }
    .main__01 .content .swiper-slide img {
        object-fit: cover;
        height: 550px;
    }
    .main__01 .vue__btn03 {
        margin-right: 20px;
    }
    .main__01 .vue__btn {
        padding: 10px;
    }
    .main__01 .right__text {
        top: 150px;
    }
    .main__01 .content .swiper-button-next {display: none;}
    .paper__box .itemBg {
        width: 100px;
        height: 100px;
    }
    .main__01 .paper__box p {
        margin-top: 110px;
    }
    .main__02 .text h3 {
        font-size: 1.1em;
    }
    .main__02 .left__news .item img {
        width: 170px;
        height: 170px;
    }
    .main__02 .text p {
        font-size: 0.9em;
        line-height: 1.3;
        margin-top: 8px;
    }
    .main__02 .more__btn {
        top: 110px;
    }
    .main__03 .item {
        width: calc(100% / 2 - 10px);
        margin: 5px auto;
        position: relative;
    }
    #footer .family__site.on {
        top: -230px;
    }
    .scroll__up__btn {
        bottom: 20px;
        right: 20px;
    }
}


/* mobile max-width 767 */
@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 6px;
    }
    .title {
        font-size: 2em;
    }
    .container {
        padding: 50px 0;
    }
    .visual__bg {
        width: 100%;
    }
    #header {
        height: 60px;
    }
    #mobile__header {display: flex;}
    #desktop__header {display: none;}
    #header .logo__box a img {
        height: 40px;
        margin: 10px 0;
    }
    #mobile__header {
        height: 60px;
        width: 100%;
        padding: 0 10px;
    }

    #mobile__header .menu__box h2 a::after {
        background-color: #aaa;
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 12px;
        height: 1px;
        transform: rotate(35deg);
        transition: all 0.2s ease-in-out;
    }
    #mobile__header .menu__box h2 a::before {
        background-color: #aaa;
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 12px;
        height: 1px;
        transform: rotate(-35deg);
        transition: all 0.2s ease-in-out;
    }
    #mobile__header .menu__box h2.on a::before {
        background-color: #777;
        transform: rotate(35deg);
    }
    #mobile__header .menu__box h2.on a::after {
        background-color: #777;
        transform: rotate(-35deg);
    }    
    #mobile__header .nav__list h2.on a {
        background-color: #6029195d;
    }
    #mobile__header .nav__list h2 {
        height: 100%;
        position: relative;
    }
    #mobile__header .nav__list h2 a {
        display: block;
        height: 55px;
        padding: 20px;
    }

    #mobile__header .menu__box {
        justify-content: start;
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #mobile__header .menu__box .nav__list__item {
        border-bottom: 1px solid #ddd;
        }
    

    #mobile__header .nav__list .nav__btn {
        display: flex;
        flex-direction: column;
    }
    
    
    #mobile__header .nav__list .nav__btn a {
        color: #222;
        padding: 15px 30px;
        background-color: #efefef;
        display: none;
    }
    #mobile__header .mobile__btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        padding: 10px;
        margin-right: 10px;
        display: block;
    }
    #mobile__header .menu__btn {
        display: block;
        cursor: pointer;
    }
    #mobile__header .close__btn {
        display: none;
        cursor: pointer;
    }
    #mobile__header .search__box {
        display: flex;
        align-items: center;
        padding: 10px 0;
        width: 100%;
        margin-left: 20px;
    }
    #mobile__header .search__box .search input {
        height: 30px;
        font-size: 0.7em;
        width: 200px;
        padding-top: 5px;
        background-color: transparent;
        margin: 0 30px;
    }
    .container {
        width: 96%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .visual article .title {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .visual article .text {
        font-size: 1em;
    }
    .visual article .tag {
        font-size: 0.7em;
        margin-top: 10px;
    }

    .visual {
        height: 600px;
    }
    .visual article {
        width: calc(100% - 40px);
        margin: 0 auto;
        height: 300px;
    }
    .visual article .text__box {
        width: 100%;
        position: absolute;
        top: -40px;
    }
    .visual article .img__box {
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        width: 100%;
        top: 60px;
    }
    .visual .side__text p {
        display: none;
    }
    .visual .swiper {
        padding-top: 120px;
        width: 100%;
        height: 600px;
        overflow: hidden;
        position: absolute;
        top: 0;
    }
    .visual .swiper-button-prev,
    .visual .swiper-button-next {
        display: none;
    }
    .swiper .swiper-pagination {
        color: #fff;
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .main__01 .brand__box {
        font-size: 18px;
    }
    .main__01 .btn__box {
        flex-wrap: wrap;
        text-align: center;
        height: 50px;
        line-height: 1.4;
    }
    .main__01 .vue__btn {
        font-size: 14px;
        padding: 5px;
        width: calc(100% / 3 - 5px);
    }
    .main__01 .vue__btn03 {
        margin-right: 0;
    }
    .main__01 .sub__title {
        text-align: center;
        width: 96%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .main__01 .left__img,
    .main__01 .right__text {
        padding: 50px 0;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main__01 .content .swiper-slide {
        width: 85%;
    }
    .main__01 .content .swiper-slide img {
        height: 450px;
        object-fit: cover;
    }
    .main__01 .right__text {
        top: 0;
        padding: 0;
    }
    .main__01 .right__text h4 {
        font-size: 1.8em;
    }
    .main__01 .right__text p {
        font-size: 1em;
    }
    .paper__box .itemBg {
        width: 100px;
        height: 100px;
    }
    .main__01 .paper__box p {
        margin-top: 110px;
        font-size: 0.85em;
    }
    .more__btn {
        width: 80px;
        font-size: 0.8em;
    }

    .main__01 .content .swiper-button-next {
        display: none;
    }
    .main__01 .container {
        padding-bottom: 100px;
    }
    .main__02 .left__news,
    .main__02 .right__news {
        width: 98%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .main__02 .left__news .item img {
        width: 150px;
        height: 150px;
    }
    .main__02 .right__news {
        margin-top: 80px;
    }
    .main__02 .news__box {
        margin-top: 30px;
        display: flex;
        flex-direction: column-reverse;
    }
    .main__02 .text h3 {
        font-size: 1em;
    }
    .main__02 .text p {
        line-height: 1.4;
        font-weight: 400;
        font-size: 0.8em;
    }
    .main__03 .sns__box {
        font-size: 0.8em;
        margin: 50px 0 30px;
    }
    .main__03 .sns__btn a {
        padding: 4px 10px;
    }
    .main__03 .item {
        width: calc(100% / 2 - 10px);
        margin: 5px auto;
        position: relative;
    }
    #footer .container {
        flex-direction: column;
        width: 96%;
        margin: 0 auto;
    }
    #footer .text__box {
        margin: 0;
        margin-top: 20px;
        width: 100%;
    }
    #footer .text__box .list li:first-child a {
        font-size: 14px;
    }
    #footer .text__box .list a,
    #footer .text__box .text p,
    #footer .text__box .copyright {
        font-size: 13px;
    }
    #footer .family__box {
        margin-top: 50px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: end;
    }
    #footer .family__site.on {
        top: -20px;
    }
    #footer .family__btn.on,
    #footer .family__btn {
        width: 200px;
        padding: 12px 20px;
        position: absolute;
        top: 30px;
    }
    #footer .family__site.on {
        position: absolute;
        top: -260px;
        border: 1px solid #222;
        padding: 30px;
        width: 96%;
        background-color: #fff;
        display: block;
    }
    .scroll__up__btn {
        bottom: 50px;
        right: 10px;
        width: 36px;
        height: 36px;
    }
    .scroll__up__btn::after,
    .scroll__up__btn::before {
        width: 8px;
    }

    
}

.w3c {
    position: absolute;
    bottom: 33px;
}