@charset "utf-8";

/* page 1 ---------------------------------------- */
.sw1 .swiper-wrapper {
    position: relative;
}

.sw1 .swiper-wrapper .swiper-slide img {
    vertical-align: top;
    width: 100%;
}

.main_box {
    width: 500px;
    position: absolute;
    top: 20%;
    right: 16%;
    z-index: 10;
    box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.5);
}

.main_box .text_en {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 40px;
    padding-bottom: 10px;
}

.main_box .text_en p {
    text-indent: 50px;
    font-family: Castoro, sans-serif;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-text-stroke: 1.5px #262262;
}

.main_box .text_en p.t_1 {
    font-size: 60px;
    color: #262262;
}

.main_box .text_ko {
    text-indent: 50px;
    background: #262262;
    padding-top: 20px;
    padding-bottom: 40px;
}

.main_box .text_ko p {
    font-size: 22px;
    font-family: "noto serif kr", sans-serif;
    color: #fff;
}

.main_box .text_ko p.t_2 {
    text-indent: 65px;
}

.sw1 .sl_btn {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 200px;
}

.sw1 .swiper-button-next,
.sw1 .swiper-button-prev {
    top: -16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;

}

.sw1 .swiper-button-prev {
    left: 50px;
}

.sw1 .swiper-button-next {
    right: auto;
    left: 90px;
}

.sw1 .swiper-pagination.sw1_p {
    text-align: left !important;
}

.sw1 .swiper-pagination-current {
    /* 현재 페이지 번호 */
    color: #fff;
    font-size: 24px;

}

.sw1 .swiper-pagination-fraction {
    color: #fff !important;
    font-size: 16px;
    font-family: Castoro, sans-serif;
}

.sw1 .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.scroll_btn {
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 10;
}

.scroll_btn .btn_bg {
    position: relative;
    padding: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
}

.scroll_btn .btn_bg img {
    max-width: 90px;
    line-height: 100px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    animation: scroll 10s linear infinite;
}

.scroll_btn .btn_bg span {
    color: #262262;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes scroll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* page 2 ---------------------------------------- */

#page2 {
    background: #FFF9EE;

}

.contents {
    width: 100%;
    z-index: 0;
    background: #FFF9EE;
}

.contents.active {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    padding-bottom: 300px;
    overflow: hidden;
}

.contents_wrap {
    position: relative;
    padding-bottom: 200px;
}

.contents_wrap .title_2 {
    transform: translateY(100px);
    opacity: 0;
    padding-top: 150px;
    padding-left: 30px;
}

.contents_wrap .title_2 img {
    max-width: 760px;
    width: 100%;
}

.contents_wrap .sub_title {
    width: 45%;
    margin-top: 75px;
}

.contents_wrap .c_2_text {
    display: flex;
    justify-content: end;
    align-items: center;
    opacity: 0;
    transform: translateY(300px);
}

.contents_wrap .c_2_text h2 {
    color: #262262;
    font-size: 38px;
    font-weight: 500;
}

.c_2_text img {
    max-width: 60px;
    width: 100%;
}
.c_2_text img.m_l{
    display: none;
}

.c_copy {
    margin-left: 50px;
    margin-top: 45px;
    opacity: 0;
    transform: translateY(300px);
}

.c_copy p {
    color: #000;
    font-size: 20px;

}
.c_copy img{
    display: none;
}
/* active 영역 */
.contents.active .contents_wrap .title_2 {
    opacity: 1;
    transition: 0.7s ease-out;
    transform: translateY(0);
}

.contents.active .contents_wrap .img_list {
    opacity: 1;
    transition: 1.8s ease-in-out;
    transform: translateY(-20px);
}

.contents.active .c_2_text {
    opacity: 1;
    transition: 4s ease;
    transform: translateY(0);
}

.contents.active .c_copy {
    opacity: 1;
    transition: 4s ease;
    transform: translateY(0);
}


.img_list {
    position: absolute;
    top: 40%;
    width: 46%;
    margin-left: 54%;
    display: flex;
    justify-content: end;

}

.img_list div {
    width: 33%;
    position: relative;
}

.img_list {
    transform: translateY(250px);
    opacity: 0;
}

.img_list img {
    max-width: 320px;
    width: 100%;
    transform: scale(1.5);
    transform-origin: 100% 0;
}



.list_1,
.list_3 {
    display: flex;
    flex-direction: column;
}

.list_1 figure {
    z-index: 10;
}

.list_1 span {
    position: absolute;
    bottom: -55%;
    left: -50%;
}

.list_2 figure {
    position: absolute;
    top: -30%;
    left: 0;
    z-index: 9;
}

.list_3 figure {
    position: absolute;
    bottom: -35%;
    left: 0;
    z-index: 8;
}

.list_3 span {
    position: absolute;
    top: -23px;
    right: 0;
}


/* page 2-2 */
.contents_wrap_2 {
    padding-bottom: 200px;
    padding-top: 150px;
    background: #FFF9EE;
    margin-top: calc(100vh + 350px);
    overflow: hidden;
    transition: 0.5s;
}

.contents_wrap_2 figure {
    max-width: 1300px;
    margin: 0 auto;
}

.contents_wrap_2 figure ul {
    display: flex;
    justify-content: center;
}

.contents_wrap_2 figure ul li {
    width: 17%;
    margin: 0 1.5%;
    text-align: center;
}

.contents_wrap_2 figure ul li img {
    vertical-align: top;
    width: 100%;
}

.c_copy_2 div p {
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
}

.c_copy_2 .p_1 {
    margin: 100px 0 50px;
}

.c_copy_2 .p_1 strong {
    font-size: 26px;
    font-weight: 600;
}

.c_copy_2 .p_2 strong {
    font-size: 30px;
    font-weight: 700;
    color: #262262;
}

/* page 3 ----------------------------------------- */
.gallery ul {
    display: flex;
    flex-wrap: wrap;
}

.gallery ul li {
    flex: 1;
    overflow: hidden;
    transition: flex 0.5s ease-in-out;
    width: 20%;
    overflow: hidden;
    position: relative;
}

.gallery ul li img{
    width: 100%;
    height: 600px;
    vertical-align: top;
    object-fit: cover;
    display: block;
}



.gallery ul li .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 1;
    transition: 0.4s ease-in-out;

}

.gallery ul li .overlay div {
    display: inline-block;
    writing-mode: vertical-rl;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    color: #333;
}

.gallery ul li .overlay div .title span {
    writing-mode: horizontal-tb;
}

.gallery ul li .overlay .title {
    font: 20px "Noto Serif KR", sans-serif;
}

.gallery ul li .overlay .title.en {
    font-family: Castoro, sans-serif;
    text-orientation: upright;
}

.gallery ul li .overlay p {
    font-size: 18px;
    display: none;
}



/* page 4------------------------------------------ */
#page4 {
    background: #262262;
    padding: 100px 0;
}

.news .n_title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 30px 50px;
}

.news .n_title h2 {
    color: #fff;
    font-size: 35px;
}

.news .n_title h3 a {
    color: #fff;
    font-size: 20px;
}

/* 스와이퍼 */
.swiper.sw4 {
    padding-bottom: 60px;
}

.sw4 .swiper-wrapper .swiper-slide .news_c {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    overflow: hidden;
}

.sw4 .swiper-wrapper .swiper-slide .news_line_1 {
    border-top: 1px solid #fff;
    width: 0;
}

.sw4 .swiper-wrapper .swiper-slide .news_c::before {
    /* 2번째 */
    content: '';
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    height: 0;
    right: 0;
}

.sw4 .swiper-wrapper .swiper-slide .news_line_3 {
    text-align: right;
    height: 0;

}

.sw4 .swiper-wrapper .swiper-slide .news_line_3 div {
    border-bottom: 1px solid #fff;
    width: 0;
    display: inline-block;
    transform: translateY(-15px);
}

.sw4 .swiper-wrapper .swiper-slide .news_c::after {
    /* 4번째 */
    content: '';
    border-right: 1px solid #fff;
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
}

.sw4 .swiper-wrapper .swiper-slide:hover .news_line_1 {
    width: 100%;
    transition: 0.4s;
}

.sw4 .swiper-wrapper .swiper-slide:hover .news_c::before {
    height: 100%;
    transition: 0.4s 0.4s;
}

.sw4 .swiper-wrapper .swiper-slide:hover .news_line_3 div {
    width: 100%;
    transition: 0.4s 0.8s;
}

.sw4 .swiper-wrapper .swiper-slide:hover .news_c::after {
    height: 100%;
    transition: 0.4s 1.2s;
}

.sw4 .swiper-wrapper .swiper-slide .news_c figure {
    width: 30%;
    margin-right: 30px;
}

.sw4 .swiper-wrapper .swiper-slide .news_c figure img {
    max-width: 200px;
    min-width: 160px;
    width: 100%;
    vertical-align: top;
}

.sw4 .swiper-wrapper .swiper-slide .news_c .news_text {
    width: 65%;
    font-family: "noto sans kr", sans-serif;
    padding-left: 35px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.sw4 .swiper-wrapper .swiper-slide .news_c .news_text h2 {
    color: #83DAF2;
    font-weight: 500;
    font-size: 18px;
}

.sw4 .swiper-wrapper .swiper-slide .news_c .news_text h3 {
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

.sw4 .swiper-wrapper .swiper-slide .news_c .news_text p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* page 5------------------------------------------ */

#page5 {
    background: #FFF9EE;
    padding: 100px 0 180px;
}

#page5 .row {
    position: relative;
}

.p5_title {
    padding: 30px 0;
    margin-left: -15px;
}

.p5_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p5_title img {
    width: 60px;
}

.p5_title h2 {
    margin-left: 10px;
}

.insta_post {
    max-width: 1000px;
    margin: 0 auto;
}

.insta_post ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.insta_post ul li {
    width: 30%;
    margin: 1.5%;
    overflow: hidden;
}

.insta_post ul li a {
    position: relative;
    display: block;
}


.insta_post ul li a img {
    width: 100%;
    transition: 0.5s;
    vertical-align: top;
}

.insta_post ul li a div {
    font: 18px "noto sans kr", sans-serif;
    color: #fff;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    display: none;
}

.insta_post ul li a div span {
    display: block;
}

.bnt_insta {
    margin-top: 50px;
}

.bnt_insta a {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 50px;
    justify-content: flex-end;
}

.bnt_insta a span:nth-child(1),
.bnt_insta a span:nth-child(2) {
    color: #262262;
    font-size: 20px;
    font-weight: bold;
}

.bnt_insta a span:nth-child(2) {
    margin-right: 8px;
}

.bnt_insta a span:nth-child(3) {
    font-size: 30px;
    color: #262262;
    background: #fff;
    border-radius: 50%;
}


@media screen and (max-width:1300px) {
    .main_box {
        width: 280px;
        top: 25%;
        right: 10%;
    }

    .main_box .text_en {
        padding: 20px 0 15px;
    }

    .main_box .text_en p.t_1 {
        font-size: 27px;
        font-family: "noto serif kr", sans-serif;
        font-weight: normal;
    }

    .main_box .text_en p {
        text-indent: 35px;
        font-size: 30px;
        font-family: "noto serif kr", sans-serif;
        font-weight: normal;
    }

    .main_box .text_ko {
        text-indent: 35px;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .main_box .text_ko p {
        font-size: 14px;
    }

    .main_box .text_ko p.t_2 {
        text-indent: 40px;
    }

}

@media screen and (max-width:1200px) {
    .c_2_text img {
        display: none;
    }

    .contents_wrap .c_2_text {
        justify-content: center;
        margin-left: 50px;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c .news_text {
        border-left: none;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c .news_text h2 {
        font-size: 15px;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c .news_text h3 {
        font-size: 15px;
    }

}

@media screen and (max-width:968px) {
    .main_box {
        box-shadow: 2px 5px 12px rgba(51, 51, 51, 0.5)
    }

    .main_box .text_ko {
        display: none;
    }

    .main_box .text_en {
        padding: 20px 0;
        text-align: center;

    }

    .main_box .text_en p {
        display: inline-block;
        -webkit-text-stroke: 0;
        color: #262262;

    }

    .main_box .text_en p,
    .main_box .text_en p.t_1 {
        font-size: 22px;
        text-indent: 0;
        font-weight: bold;
    }

    .bnt_insta a {
        justify-content: center;
        margin-right: 0;
    }

}


@media screen and (max-width:768px) {


    /* page 1 */
    .sw1 .swiper-wrapper .swiper-slide img {
        min-height: 400px;
        object-fit: cover;
    }

    .sw1 .sl_btn .swiper-button-next,
    .sw1 .sl_btn .swiper-button-prev {
        display: none;
    }

    .main_box {
        width: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main_box .text_en {
        padding: 5px 0 7px;
    }

    .main_box .text_en p,
    .main_box .text_en p.t_1 {
        font-size: 17px;
        font-weight: 600;
    }

    .sw1 .sl_btn {
        bottom: 4%;
    }

    .scroll_btn {
        bottom: 5%;
    }

    .scroll_btn .btn_bg img {
        max-width: 30px;
    }

    .scroll_btn .btn_bg span {
        font-size: 12px;
    }

    /* page 2 */

    .contents.active {
        position: static;
        padding-bottom: 0;
    }

    .contents_wrap {
        padding-bottom: 0;
    }

    .contents_wrap .title_2 {
        padding: 80px 30px 0;
    }
    .contents_wrap .c_2_text h2 {
        color: #fff;
        font-size: 18px;
        background: #846d6d;
        padding: 10px 20px;
        border-radius: 30px;
    }

    .contents_wrap .sub_title {
        margin-top: 67%;
        width: 100%;
        overflow: hidden;
    }

    .contents_wrap .c_2_text {
        margin-left: 20px;
        margin-top: 20px;
        position: relative;
    }
    .contents_wrap .c_2_text img.m_l{
        display: block;
        max-width: 20px;
        position: absolute;
        bottom: 0;
        left: -4px;
    }

    .contents.active .c_2_text {
        transition: 3.3s ease;
        justify-content: left;
    }

    .c_copy {
        max-width: 400px;
        background: #262262;
        padding: 10px 15px;
        transition: 3.5s ease;
        border-radius: 25px;
        position: relative;
        text-align: center;
        margin: 40px 20px;
        float: right;
    }

    .contents.active .c_copy {
        transition: 3.5s ease;
    }

    .c_copy p {
        color: #fff;
        font-size: 15px;
    }
    .c_copy img{
        display: block;
        position: absolute;
        bottom: 0;
        right: -7px;
    }
    .img_list {
        top: 0;
        width: 100%;
        margin-left: 0;
        justify-content: center;
        transform: translateY(150%);
    }

    .contents.active .contents_wrap .img_list {
        transform: translateY(80%);
    }

    .img_list div {
        width: 30%;
        margin: 1.5%;
    }

    .img_list .list_2 figure,
    .img_list .list_3 figure {
        top: 0;
        bottom: 0;
    }

    .img_list img {
        transform: scale(1);
        border-radius: 140px;
    }

    .list_1 span {
        width: 110px;
        bottom: -12%;
        left: 10px;
        font-size: 13px;
    }

    .list_3 span {
        font-size: 13px;

    }

    /* page 2-2 */

    .contents_wrap_2 {
        margin-top: 0;
        padding-bottom: 100px;
    }

    .contents_wrap_2 figure ul li {
        width: 25%;
        margin: 1.5%;
    }

    .contents_wrap_2 figure ul li:nth-child(4),
    .contents_wrap_2 figure ul li:nth-child(5) {
        display: none;
    }


    .c_copy_2 {
        padding: 0 20px;
    }

    .c_copy_2 div p {
        font-size: 15px;
    }

    .c_copy_2 .p_1 {
        margin-top: 50px;
    }

    .c_copy_2 .p_1 strong {
        display: block;
        font-size: 18px;
    }

    .c_copy_2 .p_2 strong {
        font-size: 27px;
    }

    /* page3 */

    .gallery ul {
        flex-direction: column;
    }

    .gallery ul li {
        width: 100%;

    }

    .gallery ul li img {
        height: auto;
        min-height: 300px;
        object-fit: cover;
    }

    .gallery ul li .overlay div {
        writing-mode: horizontal-tb;
        background: rgba(255, 255, 255, 0.7);
    }

    .gallery ul li .overlay .title {
        font-size: 17px;
        font-weight: 500;
    }

    .gallery ul li .overlay p {
        display: block;
        transform: translateY(0);
        font-size: 14px;
    }


    /* page4 */
    #page4 {
        padding: 50px 0;
    }

    .news .n_title {
        padding: 0 20px 30px 20px;
    }

    .news .n_title h2 {
        font-size: 25px;
    }

    .news .n_title h3 {}

    .news .n_title h3 a {
        text-align: center;
        font-size: 17px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 20px;
        padding: 0 8px 3px;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c figure {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c figure img {
        width: 150px;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c::before,
    .sw4 .swiper-wrapper .swiper-slide .news_c::after,
    .sw4 .swiper-wrapper .swiper-slide .news_line_1,
    .sw4 .swiper-wrapper .swiper-slide .news_line_3 {
        display: none;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c {
        flex-direction: column;
        align-items: center;
    }

    .sw4 .swiper-wrapper .swiper-slide .news_c .news_text {
        border-left: none;
        border-top: 1px solid #fff;
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .swiper.sw4 {
        padding-bottom: 35px;
    }

    /* page 5 */

    #page5 {
        padding: 50px 0 80px;
    }

    .insta_post ul li {
        width: 45%;
    }


}

@media screen and (max-width:500px) {
    .img_list {
        transform: translateY(150%);
    }

    .contents.active .contents_wrap .img_list {
        transform: translateY(113%);
    }

    .contents_wrap .sub_title {
        margin-top: 77%;
    }

    .contents_wrap_2 {
        padding-top: 80px;
    }

    .bnt_insta a span:nth-child(1),
    .bnt_insta a span:nth-child(2) {
        font-size: 16px;
    }

    .bnt_insta a span:nth-child(3) {
        font-size: 24px;
    }

    .bnt_insta a span:nth-child(4) {
        width: 24px;
        height: 24px;
    }

}







@media screen and (min-width:768px) {

    /* navi */

    .sub_navi ul li a:hover,
    .main_navi>li:hover>a,
    .main_navi>li>a.on {
        color: #ffbe1b;
    }

    /* page3 ------------------------- */

    .gallery ul li:hover {
        flex-grow: 5.9;
        /* 마우스 오버한 요소는 59% */
    }

    .gallery ul li:not(:hover) {
        flex-grow: 1.1;
        /* 나머지 요소는 11% */
    }

    .gallery ul li:hover .overlay {
        opacity: 1;
        top: 10px;
        left: 10px;
    }

    .gallery ul li:hover .title {
        /* writing-mode: horizontal-tb; */
        top: auto;
        /* 중앙 정렬 */
        left: auto;
        position: relative;
        font-size: 28px;
        /* 제목 크기 약간 키움 */
        display: block;
    }

    .gallery ul li:hover .overlay div {
        writing-mode: horizontal-tb;
        width: 250px;
    }


    /* 마우스 오버 시 내용 나타나기 */
    .gallery ul li:hover .overlay p {
        display: block;
        transform: translateY(0);
    }

    /* page 4 ------------------------ */
    .news .n_title h3 a:hover {
        text-decoration: underline 1px;
        text-underline-offset: 3px;
    }

    /* page 5 ----------------------- */

    .insta_post ul li:hover a img {
        filter: brightness(0.4);
        transform: scale(1.3);
    }

    .insta_post ul li a:hover div {
        display: block;
    }

    .bnt_insta a:hover span:nth-child(2),.insta_post ul li a:hover div {
        text-decoration: underline 1px;
        text-underline-offset: 3px;
    }

}