/* header start */
/* top */
.top{position:fixed; top:0px; left:0; z-index:997; width:100%; height:80px; background-color: #fff;}
.top.on{background:#fff; border-bottom:1px solid #ccc;}
.top .menubtn{position:relative; float:right; width:63px; margin-top:16px;}
.top .menubtn ul{position:absolute; top:0; left:0; width:63px; height:50px; padding:4px 16px;}
.top .menubtn ul li{height:1px; margin:10px 0; background:#333; transition:all 0.5s; transform-origin: left center;}
.top .menubtn ul li:nth-child(2){width:50%;}
.top .menubtn.on ul .bar_t{transform:rotate(45deg);}
.top .menubtn.on ul .bar_m{width:0;}
.top .menubtn.on ul .bar_b{transform:rotate(-45deg);}
.top .logo{padding-left:15px; padding-top:15px;}
.top .logo img{height:50px;}

/* sidemenu */
.menubox{position:fixed; top:0; left:-100%; z-index:998; width:100%; height:100%; transition:all 0.3s; background:#fff; overflow:auto;}
.menubox .logo{position: absolute; padding-left:15px; padding-top:15px; z-index: 999;}
.menubox .logo a{display: block; width:100%;}
.menubox .logo img{height:50px;}
.menubox.on{left:0;}
.sidemenu_head{position:relative; padding:40px 16px 40px; margin-bottom:10px; background-color: #800501;}
.sidemenu_head ul{position:absolute; top:15px; right:0; width:63px; height:50px; padding:4px 16px;}
.sidemenu_head ul li{height:1px; margin:10px 0; background:#fff; transition:all 0.5s; transform-origin: left center;}
.sidemenu_head ul .bar_t{transform:rotate(45deg);}
.sidemenu_head ul .bar_m{width:0;}
.sidemenu_head ul .bar_b{transform:rotate(-45deg);}
.sidemenu_head p:nth-of-type(1){font-size:30px; color:#000;}
.sidemenu_head p:nth-of-type(2){margin-top:10px; font-size:16px; color:#000;}
.sidemenu_body{padding:0 10px;}
.sidemenu_body .sidemenu{margin-bottom:5px;}
.sidemenu_body .sidemenu p{position:relative; padding:20px; font-size:16px; font-weight:700; color:#fff; background:#fff; border-bottom:1px solid #ccc;transition:all 0.5s;}
.sidemenu_body .sidemenu p:hover{opacity:1;}
.sidemenu_body .sidemenu p .arrow{position:absolute; top:19px; right:15px; width:15px; height:15px; background:url('../img/mplus.png') no-repeat center; transition:all 0.3s;}
.sidemenu_body .sidemenu p.open .arrow{transform:rotate(135deg);}
.sidemenu_body .sidemenu p a{color:#800501; display: block;}
.sidemenu_body .sidemenu ul{display:none; padding:5px 0 20px; background:#fff;}
.sidemenu_body .sidemenu ul li{margin-bottom:5px;}
.sidemenu_body .sidemenu ul li a{display:block; padding:15px 35px; font-size:14px; font-weight:400; color:#333; border-bottom:1px solid #ddd;}
/* header end */



/* visual swiper start */
.visual{
    width:100%;
    height:100%;
    margin-top:80px;
    position: relative;
}

.typo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    z-index: 99;
    text-align: left;
}

/* .typo > span.up{opacity:1; transform:translate(0,0);} */

.typo span{
    display:block;
    color: #fff;
    transition:all 1s ease-in-out;
    text-align: center;
    font-family: 'Shilla_CultureB-Bold';
}
.typo span:first-child{
    font-size:32px;
    transition-delay:0s;
}
.typo span:nth-child(2){
    font-size:52px;
    transition-delay:0.5s;
    margin-top:10px;
    text-shadow: 2px 2px 4px rgba(160, 0, 0, 0.5);
}

.visual .swiper-slide > img{width:100%; transform:scale(1.2); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}

/* .visual .swiper-slide.swiper-slide-active .typo > span.up{opacity:1; transform:translate(0,0);} */

.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:first-child{animation:bounceInLeft 1s .2s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-child(2){animation:bounceInLeft 1s .4s both;}

.visual .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.visual .swiper-slide {
    width:100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visual .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual .swiper .swiper-pagination span{margin:0 3px;}
.visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    background: none;
    border-radius: 100%;
}
.visual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #800501
}
.visual .swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left:50%;
    bottom:30px;
    transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    width:20px;
    color:#fff
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    width:20px;
    color:#fff
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

.visual .swiper-button-next,
.visual .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 40px;
    background-position: center;
    background-repeat: no-repeat
}
/* visual swiper end */



/* image_show_wrap 공통 */
section .image_show_wrap,
section .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
section .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
section .image_show_wrap2{animation-duration: 1.4s;}

section .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
section .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* image 확대 공통 */
.clip-animation {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    animation: clipExpand 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
}
@keyframes clipExpand {
    from {
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
/* image 확대 공통 */


/* 마우스 스크롤 이벤트 */
/* 초기 상태 */
.title_motion,
.text_motion,
.img_motion {
    opacity: 0;
    transition: all 0.7s ease-out;
}

/* 등장 애니메이션 (각자 다르게) */
.title_motion {
    transform: translateY(40px);
}
.title_motion.active {
    opacity: 1;
    transform: translateY(0);
}

.text_motion {
    transform: translateY(80px);
    transition-delay: 0.1s;
}
.text_motion.active {
    opacity: 1;
    transform: translateY(0);
}

.img_motion {
    transform: scale(0.8);
    transition-delay: 0.2s;
}
.img_motion.active {
    opacity: 1;
    transform: scale(1);
}

/* .reveal 해당 클래스 스크롤 감지 */

/* 마우스 스크롤 이벤트 */
/* ------------------------------------- section ------------------------------------- */
/* 공통 */
.sec_title_main {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.sec_title_main .title_wrap {
    text-align: center;
}
.sec_title_main .title_wrap .txt {
    margin: 0;
    font-size: 72px;
    font-weight: 800;
    color:#ce020f;
    text-shadow: 0 0.05em 0 #240000, 0 0.1em 0.1em rgba(70, 0, 35, 0.3), 0 0.4em 0.3em rgba(70, 0, 35, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    animation: txt-bounce 2s ease-in-out infinite alternate;
}
@keyframes txt-bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);  /* 원하는 크기로 조절 */
    }
    100% {
        transform: scale(1);
    }
}

.sec_title_main .title_wrap .txt .char {
    display: inline-block;           /* ★ 이거 반드시! */
    vertical-align: middle;          /* 또는 baseline */
    will-change: transform, font-weight, font-stretch;
    text-align: center;
    font-size: 32px;
}

/* 커서 손바닥 */
.sec_title_main .title_wrap .txt,
.sec_title_main .title_wrap .txt .char {cursor: grab;}
.sec_title_main .title_wrap .txt:active,
.sec_title_main .title_wrap .txt .char:active {cursor: grabbing;}
/* 커서 손바닥 */

.title_wrap .line_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    left: -30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* transform: translateX(-50%); */
    opacity: 0;
    transition: all 1s ease-out;
}
.title_wrap .line_left.active{
    opacity: 1;
    transform: translateX(0%);
}

.title_wrap .line_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    right: -30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* transform: translateX(50%); */
    opacity: 0;
    transition: all 1s ease-out;
}
.title_wrap .line_right.active{
    opacity: 1;
    transform: translateX(0%);
}

.title_wrap .line{
    background-color: #9f0503;
    height: 0.1vw;
    width: 100%;
    margin: 0% 0% 1.5% 0%;
}

.sec_title_sub{
    transform: translateY(50%);
    opacity: 0;
    transition: all .5s ease-out;
}
.sec_title_sub.active{
    opacity: 1;
    transform: translateX(0%);
}

.sec_title_sub p{
    font-size:16px;
    color:#333;
    text-align: center;
    line-height:30px;
    font-weight: 400;
    margin-top:30px;
}
/* 공통 */
/****************************************************************************** section ******************************************************************************/
/* section1 */
#section1 .brand_story{
    padding:60px 0;
    background:url(../../img/section1/section1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#section1 .brand_story_contant .story{margin-top:60px;}
#section1 .brand_story_contant .story ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
#section1 .brand_story_contant .story ul li{width:100%;}

#section1 .brand_story_contant .story .img{
    overflow: hidden;
    border-radius: 20px 0 20px 0;
}

#section1 .brand_story_contant .story .tit p{
    font-size:16px;
    color:#333;
    text-align: center;
    line-height:30px;
    padding:10px 0;
}

#section1 .signature{
    margin-top:60px;
    position: relative;
    z-index: 0;
}
#section1 .signature::before{
    content: '';
    background: url(../../img/section1/signature_bg.png) no-repeat 50% 50%;
    background-size: cover;
    width:960px;
    height:1193px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .03;
}
#section1 .signature ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
#section1 .signature ul li{width:100%;}
#section1 .signature ul li .img{
    overflow: hidden;
    border-radius: 20px 0 20px 0;
}

#section1 .signature .tit .title{margin-bottom:30px;}
#section1 .signature .tit .title h3{
    font-size:32px;
    color:#dd0212;
    text-align: center;
    margin-bottom:20px;
    font-family: 'Shilla_CultureB-Bold';
}
#section1 .signature .tit .title span{
    display: block;
    font-size:22px;
    color:#333;
    text-align: center;
    font-family: 'Shilla_CultureB-Bold';
}

#section1 .signature .tit .list{
    padding:30px 0;
    position: relative;
}
#section1 .signature .tit .list::before{
    content: '';
    position: absolute;
    bottom:0;
    left:0px;
    height:1px;
    width:100%;
    border-bottom:1px solid #ccc;
}

#section1 .signature .tit .list h4{
    font-size:24px;
    color:#800501;
    text-align: center;
    margin-bottom:10px;
    font-family: 'Shilla_CultureB-Bold';
    animation: blink 1.5s linear infinite;
}
@keyframes blink {
	0%, 80%, 100% { opacity: 1; }
    40%, 60%      { opacity: 0.1; }
}

#section1 .signature .tit .list p{
    font-size:16px;
    color:#333;
    text-align: center;
    line-height:30px;
    font-weight: 200;
}


#section1 .youtube{
    margin-top:30px;
    background: url(../../img/section1/youtube_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding:60px 0;
    position: relative;
}

#section1 .youtube .clone{
    font-size:32px;
    color:#fff;
    text-align: center;
    font-family: 'Shilla_CultureB-Bold';
}


#section1 .youtube .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top:30px;
}
#section1 .youtube .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #3f2c24;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section1 .youtube .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section1 .youtube .swiper-button-prev,
#section1 .youtube .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    width:20px;
    color:#fff;
    background-color: transparent;
    border:1px solid #fff;
}
#section1 .youtube .swiper-button-next,
#section1 .youtube .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    width:20px;
    color:#fff;
    background-color: transparent;
    border:1px solid #fff;
}
#section1 .youtube .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
#section1 .youtube .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

#section1 .youtube .swiper-button-next,
#section1 .youtube .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 40px;
    background-position: center;
    background-repeat: no-repeat
}
#section1 .youtube .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .tit h3{animation:bounceInRight 1s .2s both;}
#section1 .youtube .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .tit p{animation:bounceInRight 1s .4s both;}
#section1 .youtube .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .tit a{animation:bounceInRight 1s .6s both;}

#section1 .youtube .swiper-slide .tit{
    width:100%;
    text-align: center;
    padding:20px 0;
}
#section1 .youtube .swiper-slide .tit h3{
    font-size:20px;
    color:#fff;
    font-family: 'Noto Serif KR', serif;
}
#section1 .youtube .swiper-slide .tit p{
    font-size:14px;
    color:#fff;
    padding:10px 0;
}
#section1 .youtube .swiper-slide .tit a{
    display: block;
    width:150px;
    padding:10px 0;
    background-color: #be1e2d;
    color:#fff;
    text-align: center;
    margin:30px auto 0 auto;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    z-index: 0;
}
#section1 .youtube .swiper-slide .tit a::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background-color: #1b75bc;
    transition: all .3s ease-in-out;
    z-index: -1;
}
#section1 .youtube .swiper-slide .tit a:hover::before{width:100%;}

#section1 .swiper-slide .video{
    width:100%;
    position: relative;
    height:0;
    padding-top:56.25%;
    overflow: hidden;
}
#section1 .swiper-slide .video iframe{
    position: absolute;
    top:-60px;
    left:0;
    width:100%;
    height:calc(100% + 120px);
    pointer-events: none;
}


/* 공통 */
.logo_banner{
    background-color: #800501;
    padding:10px 0;
}
.logo_banner .swiper-wrapper {transition-timing-function: linear;}
.logo_banner .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.logo_banner .swiper-slide {
    width:100%;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}
.logo_banner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
/* 공통 */
/* section1 */



/* section2 */
#section2 .main_menu {
    padding: 60px 0;
    background: url(../../img/section2/section2_bg1.jpg) no-repeat 50% fixed;
    background-size: cover;
}
.main_menu_contant .menu-gallery{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px auto;
}
.main_menu_contant .menu-gallery ul li{width:50%;}

.main_menu_contant .menu-text .wrapper.text {
    font-size: clamp(4rem, 7.5vw, 8rem);
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    margin-top:60px;
    text-align: center;
    color:#fff;
    text-shadow: -3px -3px 0 #800501, 3px -3px 0 #800501, -3px 3px 0 #800501, 3px 3px 0 #800501;
    font-family: 'Shilla_CultureB-Bold';
}

.main_menu_contant .menu-gallery ul.wrapper {
    display: flex;
}
.main_menu_contant .menu-gallery li {
    flex-shrink: 0;
    width: clamp(500px, 60vw, 800px);
    padding-right: 1rem;
    list-style: none;
}
.main_menu_contant .menu-gallery img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s ease-in-out;
}

.main_menu_contant .menu-gallery .box{
    position: relative;
    overflow: hidden;
    border-radius:10px;
    cursor: pointer;
}
.main_menu_contant .menu-gallery .box::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.main_menu_contant .menu-gallery .box .tit{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 2;
}
.main_menu_contant .menu-gallery .box .tit p{
    font-size:32px;
    color:#fff;
    text-align: center;
}
.main_menu_contant .menu-gallery .box:hover img{transform: scale(1.1);}
.main_menu_contant .menu-gallery .box:hover .tit{opacity: 1;}
.main_menu_contant .menu-gallery .box:hover::before{opacity: 1;}
/* section2 */



/* section3 */
#section3 .comp{
    padding:60px 0;
    background: url(../../img/section3/section3_bg.jpg) no-repeat 50% fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}


#section3 .comp .sec_title_main .title_wrap .txt{color:#fff;}
#section3 .comp .sec_title_sub p{color:#fff;}
#section3 .comp .title_wrap .line{background-color: #fff;}


#section3 .comp .slide_wrap{position: relative;}

#section3 .comp .slide_wrap .text{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:65vw;
    z-index: 9;
}
#section3 .comp .slide_wrap .text img{
animation: t_turn 30s linear infinite;
}

@keyframes t_turn {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(-360deg);}
}

#section3 .comp .slide_wrap .food_slide{
    width:85vw;
    margin:0px auto;
    position: relative;
    z-index: 1;
}
#section3 .comp .slide_wrap .food_slide .swiper {
    width: 100%;
    height: 100%;
}
#section3 .comp .slide_wrap .food_slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#section3 .comp .slide_wrap .food_slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: turn 15s linear infinite;
}

@keyframes turn {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


#section3 .comp .slide_wrap .list_slide{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    z-index: 2;
}

#section3 .comp .slide_wrap .list_slide .swiper {
    width: 100%;
    height: 100%;
}
#section3 .comp .slide_wrap .list_slide .swiper-slide {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
}
#section3 .comp .slide_wrap .list_slide .swiper-slide::before{
    content: '';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:90%;
    height:90%;
    border-radius: 50%;
    border:5px solid #333;
}
#section3 .comp .slide_wrap .list_slide .swiper-slide.swiper-slide-active::before{border:5px solid #800501;}

#section3 .comp .slide_wrap .list_slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#section3 .comp .slide_wrap .list_slide .swiper-slide .tit{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    text-align: center;
}
#section3 .comp .slide_wrap .list_slide .swiper-slide .tit h4{
    font-size:18px;
    line-height:32px;
    color:#000;
    margin-bottom:10px;
    font-family: 'Shilla_CultureB-Bold';
    font-weight: 800;
}
#section3 .comp .slide_wrap .list_slide .swiper-slide .tit p{
    font-size:14px;
    color:#333;
}
#section3 .comp .slide_wrap .list_slide .swiper-slide.swiper-slide-active .tit h4{
    color:#800501;
    animation: blink 1.5s linear infinite;
}


#section3 .comp .ver_banner{margin-top:30px;}
#section3 .comp .ver_banner ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:10px;
}
#section3 .comp .ver_banner ul li{width:33.333%;}

#section3 .comp .ver_banner ul li:nth-of-type(1){
    animation: updown1 2s alternate ease-in-out infinite;
}
@keyframes updown1 {
	0% {transform: translateY(0);}
	100% {transform: translateY(-60px);}
}

#section3 .comp .ver_banner ul li:nth-of-type(2){
    transform: translateY(60px);
    animation: updown2 3s alternate ease-in-out infinite;
}
@keyframes updown2 {
	0% {transform: translateY(60px);}
	100% {transform: translateY(0px);}
}

#section3 .comp .ver_banner ul li:nth-of-type(3){
    transform: translateY(60px);
    animation: updown3 2s alternate ease-in-out infinite;
}
@keyframes updown3 {
	0% {transform: translateY(0);}
	100% {transform: translateY(-60px);}
}
/* section3 */




/* section4 */
#section4 .success {
    padding: 60px 0;
    background: #1a1721;
    position: relative;
    /* z-index: auto; (음수 금지) */
    position: relative;
    /* z-index: -2; */
}


#section4 .success .sec_title_main .title_wrap .txt{color:#fff;}
#section4 .success .sec_title_sub p{color:#fff;}
#section4 .success .title_wrap .line{background-color: #fff;}


#section4 .success_contant .text {
    position: fixed;
    top: 50vh;
    left: 0;
    font-family: termina, sans-serif;
    font-weight: 900;
    font-size: 7vw;
    text-align: center;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transform: scale(1.2) translateY(-100%);
    transition:
        opacity 0.6s cubic-bezier(0.77,0,0.18,1),
        transform 0.6s cubic-bezier(0.77,0,0.18,1);
    /* z-index: -1; */
    /* color: #fff; blending 효과 */
    color: transparent; /* blending 효과 */
}

#section4 .success_contant .outline-text {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    font-family: termina, sans-serif;
    font-weight: 900;
    font-size: 7vw;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: scale(1.2) translateY(-100%);
    transition:
        opacity 0.6s cubic-bezier(0.77,0,0.18,1),
        transform 0.6s cubic-bezier(0.77,0,0.18,1);
    color: transparent !important;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: white;
    /* z-index: 2; */
    /* z-index: -1; */
}

#section4 .success_contant .filter-text {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    font-family: termina, sans-serif;
    font-weight: 900;
    font-size: 7vw;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: scale(1.2) translateY(-100%);
    transition:
        opacity 0.6s cubic-bezier(0.77,0,0.18,1),
        transform 0.6s cubic-bezier(0.77,0,0.18,1);
    /* color: #804691; */
    color: #800501;
    mix-blend-mode: screen;
    /* z-index: 2; */
    /* z-index: -1; */
}

#section4 .success_contant .show {
    opacity: 1 !important;
    transform: scale(1) translateY(-100%) !important;
}


#section4 .success_contant .box{margin-top:100px;}
#section4 .success_contant .box_list {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    padding-top: 10vh;
    position: relative;
    z-index: 0;
}

#section4 .success_contant .box_list li {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    width:100%;
    height: 150px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.14);
    position: relative;
    z-index: 1;
    border:3px solid #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#section4 .success_contant .box_list li::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: all .3s ease-in-out;
}

#section4 .success_contant .box_list li:nth-of-type(1){background: url(../../img/section4/img1.jpg) no-repeat 50% 50%; background-size: cover;}
#section4 .success_contant .box_list li:nth-of-type(2){background: url(../../img/section4/img2.jpg) no-repeat 50% 50%; background-size: cover;}
#section4 .success_contant .box_list li:nth-of-type(3){background: url(../../img/section4/img3.jpg) no-repeat 50% 50%; background-size: cover;}
#section4 .success_contant .box_list li:nth-of-type(4){background: url(../../img/section4/img4.jpg) no-repeat 50% 50%; background-size: cover;}
#section4 .success_contant .box_list li:nth-of-type(5){background: url(../../img/section4/img5.jpg) no-repeat 50% 50%; background-size: cover;}
#section4 .success_contant .box_list li:nth-of-type(6){background: url(../../img/section4/img6.jpg) no-repeat 50% 50%; background-size: cover;}
#section4 .success_contant .box_list li:nth-of-type(7){background: url(../../img/section4/img7.jpg) no-repeat 50% 50%; background-size: cover;}
#section4 .success_contant .box_list li:nth-of-type(8){background: url(../../img/section4/img8.jpg) no-repeat 50% 50%; background-size: cover;}


#section4 .success_contant .box_list li .tit{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    z-index: 3;
}

#section4 .success_contant .box_list li .tit h3{
    font-size:32px;
    color:#fff;
    text-align: center;
    margin-bottom:10px;
    font-weight: 200;
    font-family: 'PartialSansKR-Regular';
}

#section4 .success_contant .box_list li .tit p{
    font-size:16px;
    color:#fff;
    text-align: center;
    line-height:32px;
    font-weight: 200;
}

#section4 .success_contant .box_list li:hover::before{background-color: rgba(0, 0, 0, 0.6);}
#section4 .success_contant .box_list li:hover{border:3px solid #800501;}
/* section4 */




/* section5 */
#section5 .interior{
    padding:60px 0;
    background: url(../../img/section5/section5_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

/* interior_slide */
#section5 .interior .interior_slide .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top:60px;
}

#section5 .interior .interior_slide .swiper-slide {
    background-size: cover;
    background-position: center;
}

#section5 .interior .interior_slide .mySwiper2 {
    height: 80%;
    width: 100%;
}

#section5 .interior .interior_slide .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top:10px;
}

#section5 .interior .interior_slide .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border:1px solid #fff;
}

#section5 .interior .interior_slide .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border:3px solid #fff;
}

#section5 .interior .interior_slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section5 .interior .swiper-button-prev,
#section5 .interior .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    width:20px;
    color:#fff
}
#section5 .interior .swiper-button-next,
#section5 .interior .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    width:20px;
    color:#fff
}

#section5 .interior .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
#section5 .interior .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

#section5 .interior .swiper-button-next,
#section5 .interior .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 40px;
    background-position: center;
    background-repeat: no-repeat
}
/* interior_slide */
/* section5 */




/* section6 */
#section6 .founded{
    padding:60px 0;
    background: url(../../img/section6/section6_bg2.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}


#section6 .founded .sec_title_main .title_wrap .txt{color:#fff;}
#section6 .founded .sec_title_sub p{
    color:#fff;
    text-shadow: 0 0.05em 0 #240000, 0 0.1em 0.1em rgba(70, 0, 35, 0.3), 0 0.4em 0.3em rgba(70, 0, 35, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#section6 .founded .title_wrap .line{background-color: #fff;}

#section6 .founded .top_line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    top:15%;
    left:0
}
#section6 .founded .meddle_line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0
}

#section6 .founded .bottom_line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom:5%;
    left:0
}
#section6 .founded .line > img{
    animation: marqueeXup linear 20s infinite;
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeXdown {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}


#section6 .founded .founded_list{margin-top:60px}
#section6 .founded .founded_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}
#section6 .founded .founded_list ul li{width:100%;}

#section6 .founded .founded_list .tit > h3{
    font-size: 32px;
    color:#fff;
    text-align: center;
    margin-bottom:30px;
}
#section6 .founded .founded_list .tit > h3 img{width:100px; vertical-align: middle; margin-right:20px;}
#section6 .founded .founded_list .tit > h2{
    font-size: 42px;
    color: #dd0212;
    text-align: center;
    font-family: 'Shilla_CultureB-Bold';
}
#section6 .founded .founded_list .tit .txt{margin-top:30px;}
#section6 .founded .founded_list .tit .txt p{
    font-size: 16px;
    line-height:30px;
    color:#fff;
    text-align: left;
    font-weight: 600;
    font-family: 'Noto Sans KR', serif; 
}
#section6 .founded .founded_list .tit .img{
    margin-top:30px;
    border-radius: 10px;
    background-color: #fff;
    padding:20px;
}

#section6 .founded .founded_list .tit .royalty{
    margin-top:25px;
    padding:15px 20px;
    border-radius: 5px;
    background-color: #dd0212;
    transition: all .3s ease-in-out;
    animation:royaltyblink 1s ease-in-out infinite alternate;
}
@keyframes royaltyblink{
    0% {opacity:0}
    100% {opacity:1}
}

#section6 .founded .founded_list .tit .royalty h3{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color:#fff;
}
#section6 .founded .founded_list .tit .royalty h3 span{
    font-size: 24px;
    color:#fff;
}


#section6 .founded .founded_list ul li h4{
    font-size: 16px;
    color:#dd0212;
    text-align: right;
}
#section6 .founded .founded_list .chart{
    margin:10px 0;
    padding:20px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: translateX(200px);
}
#section6 .founded .founded_list .chart.active{
    opacity: 1;
    transform: translateX(0%);
}


#section6 .founded .founded_list .chart h3{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color:#000;
}
#section6 .founded .founded_list .chart h3 span{
    font-size: 24px;
    color:#dd0212;
    font-weight: 800;
}
#section6 .founded .founded_list .chart p{
    font-size: 16px;
    color:#000;
    text-align: left;
    line-height:30px;
    margin-top:20px;
}



#section6 .founded_botton{
    background-color: #000;
    overflow: hidden;
    width:100%;
    height:350px;
}
#section6 .founded_botton_wrap {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translate(0px, 0px)!important;
}
#section6 .founded_botton_wrap.grid, .founded_botton_wrap.columns {
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

#section6 .founded_botton_wrap .letter {
    text-align: center;
    color: black;
    font-size: 10vmax;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    position: relative;
}
#section6 .founded_botton_wrap .letter > img{
    width:120px;
    vertical-align: middle;
}
#section6 .founded_botton_wrap.grid .letter {
    flex-basis: 50%;
}
#section6 .founded_botton_wrap.columns .letter {
    flex-basis: 25%;
}
#section6 .founded_botton_wrap.for, .gsap {
    font-size: 5vmax;
    color: var(--color-surface-white);
}
#section6 .founded_botton_wrap .for {
    padding: 2px 1.6vmax;
    font-weight: 300;
    display: none;
    margin-top:60px;
}
#section6 .founded_botton_wrap .for img{width:250px; vertical-align: middle;}
#section6 .founded_botton_wrap .gsap {
    padding: 2px 0;
    font-weight: 600;
    display: none;
    color:#fff;
    margin-top:60px;
}
#section6 .founded_botton_wrap.final .for, .founded_botton_wrap.final .gsap {
    display: block;
}
#section6 .founded_botton .text1 {
    background: #e00012;
}
#section6 .founded_botton .text2 {
    background: #9e0503;
}
#section6 .founded_botton .text3 {
    background: #330000;
}
#section6 .founded_botton .text4 {
    background: #170000;
}
#section6 .founded_botton_wrap.plain .letter {
    background: transparent;
    color: var(--color-surface-white);
    padding: 0;
}
/* section6 */



/* section7 */
#section7 .procedure{
    padding:60px 0;
    background: url(../../img/section7/section7_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

#section7 .procedure .sec_title_main .title_wrap .txt{color:#fff;}
#section7 .procedure .sec_title_sub p{color:#fff;}
#section7 .procedure .title_wrap .line{background-color: #fff;}

#section7 .procedure .procedure_contant{margin-top:30px; position: relative; z-index: 1;}
#section7 .procedure .procedure_contant .inner_80{width:90%; margin:0 auto}
#section7 .procedure .procedure_contant ul{
    display: flex;
    flex-direction: column; /* 세로 정렬 */
    justify-content: center; /* 세로 중앙 */
}
#section7 .procedure .procedure_contant ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    width:100%;
    background-color: #e33b3c;
    margin:10px 0;
    border-radius: 5px;
    padding:15px 10px;
    gap:10px;
}

#section7 .procedure .procedure_contant .num{
    width:60px;
    height:60px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
#section7 .procedure .procedure_contant .num span{
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:18px;
    color:#e33b3c;
    text-align: center;
}
#section7 .procedure .procedure_contant .tit h3{
    font-size:24px;
    color:#fff;
    text-align: left;
    font-family: 'Noto Sans KR', serif; 
}
#section7 .procedure .procedure_contant .tit p{
    font-size:14px;
    color:#fff;
    text-align: left;
    font-family: 'Noto Sans KR', serif; 
    letter-spacing: -1px;
}

#section7 .procedure .procedure_contant ul .open{
    animation: blinkBg 1s infinite;
}
@keyframes blinkBg {
    0%, 100% {
        background-color: #dd0212;
    }
    50% {
        background-color: #333;
    }
}



#section7 .procedure .signboard_top{
    width:70%;
    margin:30px auto;
    position: relative;
}

#section7 .procedure .signboard_top .section_img1_ab{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    transition: all .3s ease-in-out;
    animation: scaleOpa 2s infinite;
}

@keyframes scaleOpa {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

#section7 .procedure .signboard_middle{
    width:70%;
    margin:30px auto;
    position: relative;
}

#section7 .procedure .signboard_middle .section_img2_ab{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    transition: all .3s ease-in-out;
    animation: scaleOpa 2s infinite;
}

@keyframes scaleOpa {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
#section7 .procedure .procedure_bottom{
    position: absolute;
    bottom:-90px;
    left:0;
    width:100%;
    z-index: -1;
}
#section7 .procedure .procedure_bottom img{width:100%;}

/* section7 */



/* section8 */
/* ================================
    section8 : 창업문의 (FULL CSS)
   ================================ */

/* 섹션 루트 */
#section8 .inquiry {
    padding: 60px 0;
    position: relative;
    background: url(../../img/section8/section8_bg.jpg) no-repeat 50% / cover;
    z-index: 0;
    isolation: isolate; /* 이 섹션만의 스택 컨텍스트 */
}

/* (옵션) 진짜 고정배경 느낌 필요 시 사용: 위 background 대신 아래 의사요소를 켭니다.
#section8 .inquiry::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url(../img/section8/section8_bg.jpg) no-repeat 50% / cover;
    z-index: -1; 
}
*/

/* 타이틀/서브텍스트 컬러 */
#section8 .inquiry .sec_title_main .title_wrap .txt { color: #fff; }
#section8 .inquiry .sec_title_sub p { color: #fff; }

/* 타이틀 라인 컬러 */
#section8 .inquiry .title_wrap .line { background-color: #fff; }

/* 본문 컨텐츠 레이어: 마키보다 위 */
#section8 .inquiry .sec_title_main,
#section8 .inquiry .sec_title_sub,
#section8 .inquiry .inquiry_contant {
    position: relative;
    z-index: 2;
}

/* 리스트 박스 */
#section8 .inquiry .inquiry_contant .list_box {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

/* 리스트 카드 */
#section8 .inquiry .inquiry_contant .list_box .list_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #800501;
    padding: 20px;
    border-radius: 20px;
    width:70%;
    border: 3px solid #fff;
}
#section8 .inquiry .inquiry_contant .list_box .list_text h2 { text-align: center; }
#section8 .inquiry .inquiry_contant .list_box .list_text h2 img { width: 140px; }

/* 리스트 카드 본문 */
#section8 .inquiry .inquiry_contant .list_box .list_text p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin: 15px 0 30px 0;
    position: relative;
}
#section8 .inquiry .inquiry_contant .list_box .list_text p::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

/* 리스트 카드 하단 라벨 */
#section8 .inquiry .inquiry_contant .list_box .list_text span {
    display: block;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: 'Shilla_CultureB-Bold';
}
#section8 .inquiry .inquiry_contant .list_box .list_text span strong {
    font-size: 30px;
    color: #800501;
    font-family: 'Shilla_CultureB-Bold';
    padding: 10px 18px;
    background-color: #fff;
    border-radius: 10px;
    animation: Sparkle 2s infinite;
}

/* 반짝임 */
@keyframes Sparkle {
    0%   { background-color: #800501; color: #fff; opacity: 0; }
    100% { background-color: #fff;    color: #800501; opacity: 1; }
}

/* ================================
    좌/우 세로 마키 (장식요소)
   ================================ */

/* 마키 래퍼: 섹션 위를 덮되, 스크롤/클릭 방해 금지 */
#section8 .inquiry .text_wrap_left,
#section8 .inquiry .text_wrap_right {
    position: absolute;
    top: 220px;
    height: 100vh;         /* 뷰포트 기준 높이 */
    overflow: hidden;
    pointer-events: none;  /* 이벤트 통과 */
    z-index: 1;            /* 본문(2)보단 낮고, 섹션 배경(0)보단 높게 */
}

/* 위치 */
#section8 .inquiry .text_wrap_left  { left: 5%; }
#section8 .inquiry .text_wrap_right { right: 5%; }

/* 트랙 */
#section8 .inquiry .marquee-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 20s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
}
#section8 .inquiry .marquee-track.reverse {
    animation-name: scrollDown;
}

/* 아이템 이미지 */
#section8 .inquiry .text_wrap_left img,
#section8 .inquiry .text_wrap_right img {
    width: 20px;      /* 필요 시 조정 */
    height: 100%;      /* 래퍼 높이에 맞춤 */
    display: block;
    object-fit: cover;
    margin: 10px 0;
}

/* 무한 루프 키프레임 (동일 세트를 2번 넣었으므로 -50% 이동) */
@keyframes scrollUp   { from { transform: translateY(0);    } to { transform: translateY(-50%); } }
@keyframes scrollDown { from { transform: translateY(-50%); } to { transform: translateY(0);    } }

/* section8 */



/* store */
.store{
    padding:60px 0;
    background: url(../../img/store_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}
/* 타이틀/서브텍스트 컬러 */
.store .sec_title_main .title_wrap .txt { color: #fff; }
.store .title_wrap .line { background-color: #fff; }

.store .list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:10px;
    margin-top:30px;
}
.store .list li{width:50%;}
.store .list li a{display: block;}
.store .list li a .img{background-color: #000; overflow: hidden; border-radius: 5px;}
.store .list li a .img img{transition: all .3s ease-in-out;}
.store .list li a .tit p{
    font-size:13px;
    color:#fff;
    text-align: center;
    padding:10px 0;
    line-height:28px;
    transition: all .3s ease-in-out
}
.store .list li a .tit p strong{
    font-size: 18px;
}

.store .list li a:hover .img img{transform: scale(1.1); opacity: .8;}
.store .list li a:hover .tit p{color:#cc0000;}
/* store */





/* section9 */
#section9 .map{
    padding:60px 0;
    background: url(../../img/section9/section9_bg.png) no-repeat 50% 50%;
    background-size: cover;
}

#section9 .map .map_contant{margin-top:60px; position: relative;}
#section9 .map .map_contant .cont{display: none;}

#section9 .map .map_contant .tit{margin-top:30px;}
#section9 .map .map_contant .tit p{
    font-size:16px;
    color:#333;
    text-align: left;
    font-family: 'Noto Sans KR', serif;
    font-weight: 800;
    padding:5px 0;
}

#section9 .map .map_contant .signboard{
    position: relative;
    width:65%;
    margin:30px auto 0 auto;
    height:100%;
}

#section9 .map .map_contant .signboard .signboard2{
    position: absolute;
    top:0;
    left:0px;
    z-index: 9;
    animation: scaleOpa3 2s infinite;
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

/****************************************************************************** section ******************************************************************************/
/* footer */
.footer{
    padding:30px 0 160px 0;
    background-color: #3f3f3f;
}
.footer p{
    font-size:13px;
    line-height:26px;
    color:#ccc;
    text-align: center;
    font-weight: 400;
    font-family: 'Noto Sans KR', serif; 
}
.footer span{
    display: block;
    font-size:12px;
    color:#fff;
    text-align: center;
    margin-top:10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', serif; 
}
/* footer */
/* ------------------------------------- section ------------------------------------- */
/* form*/
.consult_btn {position: fixed; bottom: 65px; left: 10px; background: #800501; z-index: 99; text-align: center; border-radius: 10px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);}
.consult_btn > div {display: block; height: 100%; padding: 15px 20px; position:relative; z-index: 9;}
.consult_btn > div h2 {font-size: 18px;}
.consult_btn div:before {position: absolute; content: ''; width: 95%; height: 78%; border-radius: 6px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; z-index: -1;}
.consult_btn > div h3 {font-size: 18px; color: #333;}
.consult_btn > div h3 i {padding-left: 5px;}
.consult_btn div img {position: absolute; width: 100px; left: 50%; transform: translateX(-50%); top: -55px; z-index: -99; animation: goat 1s infinite alternate ease-in-out;}

.consult_form {position: fixed; bottom: 65px; right: -200%; z-index: 99; border-radius: 15px; padding: 15px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); transition: .5s; width: 95%; background: #fff;}
.consult_form.on {left: 50%; transform: translateX(-50%); right: auto;}
.consult_form .form_close_btn {position: absolute; width: 20px; height: 20px; right: 30px; top: 30px; cursor: pointer; z-index: 999;}
.consult_form .form_close_btn div {transform-origin: center;}
.consult_form .form_close_btn div:nth-of-type(1) {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-45deg); width: 2px; height: 100%; background: #333;}
.consult_form .form_close_btn div:nth-of-type(2) {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-45deg); width: 100%; height: 2px; background: #333;}
.consult_form .consult_box {padding: 15px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); background: rgba(255,255,255,0.9); border-radius: 15px; text-align: center;}
.consult_form .consult_box h2 {color: #333; font-size: 24px; text-align: center; padding: 10px 0;}
.consult_form .consult_box h2 strong {color: #800501; font-size: 24px;}
.consult_form .consult_box li {padding: 10px 0; border-bottom: 1px solid #ddd;}
.consult_form .consult_box li:last-of-type {border-bottom: none; display: flex; align-items: center;}
.consult_form .consult_box li h3 {display: inline-block; color: #333; vertical-align: top; font-size: 14px; width: 25%;}
.consult_form .consult_box li h3 span {display: none;}
.consult_form .consult_box li:nth-of-type(3) h3 {font-size: 12px;}
.consult_form .consult_box li div {display: inline-block; width: 70%; text-align: left;}
.consult_form .consult_box li div input,
.consult_form .consult_box li div textarea {width: 100%;}
.consult_form .consult_box li div .phone_0,
.consult_form .consult_box li div .phone_1,
.consult_form .consult_box li div .phone_2 {display: inline-block; width: 28%;}
.consult_form .consult_box li div input[type="text"] {height: 28px;}
.consult_form .consult_box li div select {height: 28px; padding: 5px;}
.consult_form .consult_box .agree_btn {display: inline-block; padding: 20px 0;}
.consult_form .consult_box .AW-mem-btn {margin-top: 15px;}
.consult_form .consult_box .AW-mem-btn button {width: 100%; border-radius: 20px; background: #333; color: #fff; text-align: center; height: 40px; line-height: 40px;}



/* top_btn */
.topbtn{
    position: fixed;
    bottom:70px;
    right:20px;
    z-index:999;
    width:30px;
    height:30px;
    border-radius: 40px;
    background-color:  #800501;
    transition: all 0.5s ease;
    opacity: 0;
}
.topbtn.on{opacity: 1;}

.topbtn img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:20px;
}

.topbtn:active,
.topbtn:hover
{color:#fff; transition:all 0.5s ease; background-color: #151515;}
/* top_btn */

/* m_phone */
.m_phone{
    width:100%;
    max-width:800px;
    min-width:300px;
    position: fixed;
    bottom:0;
    z-index: 999;
    text-align: center;
}