.section1{
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
}
/* .section1 .main-filter{
    position: absolute; top:0; left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.3);  
    z-index: 50;
} */
.section1 .img-box{
    width: 100%;
    height: calc(100vh - 171px);
    padding-right: 0;
    padding-left: 0;
}
.section1 .box{   
    width: 100%;
    color:white;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);  
    left:0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 55;
}
.section1 .box .sub-title{
    font-size: 18px;
    /* letter-spacing: .5px; */
    font-weight: 300;
}


.text-shad{
    text-shadow: 0px 0px 11px rgba(28, 28, 28, 0.7); 
}
.text-shad-blue{
    text-shadow: 0px 0px 11px rgba(0, 77, 111, 0.7); 
}
.text-shad-brown{
    text-shadow: 0px 0px 11px rgba(69, 41, 32, 0.7); 
}
.text-shad-viol{
    text-shadow: 0px 0px 11px rgba(244, 223, 255, 0.7); 
}
.text-shad-oran{
    text-shadow: 0px 0px 11px rgba(254, 161, 22, 0.7);
}


.section1 .box h1{  
    top: 100px;
    opacity: 0;    
}
.section1 .box h1 span{
    font-size: 5rem;     
    font-weight: 300;
    color: #fff;
}


.btn-main::before {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    background: #f5f5f5;
    height: .5px;
    right: 20%;
    /* top: 100px; */
    top: -.5px;
    transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1); 
    /* opacity: 0;  */
}
.btn-main::after {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    background: #f5f5f5;
    height: .5px;
    left: 20%; 
    bottom: .2px;
    transform: skewX(45deg);
    -webkit-transintion: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);    
}


.section1 img{width: 100%; height: 100%; object-fit: cover;}
.section1 .sub-orange{
    display: flex;
    margin-bottom: 5px;
    top: 100px;
    opacity: 0;  
}
.section1 .box .line{    
    width: 62px;
    height: 1px;
    background-color: rgba(255,255,255,.8);
    margin: 15px 25px;  
}
/* .section1 .box {  transition: all 0.6s ease;}   */


.section1 .owl-item.active .box .sub-orange{
    opacity: 1;
    top: 0px;
    transition: all 0.6s ease-in-out;
}
.section1 .owl-item.active .box h1{
    opacity: 1;
    top: 0px;  
    transition:  0.9s  ease-in-out;
}
.section1 .owl-item.active .box .eltdf-btn{
    opacity: 1;
    top: 0px;  
    transition:  1.2s  ease-in-out;
}
@font-face {
    font-family: 'SDSwagger';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.ttf') format("truetype");
    font-display: swap;
}
.fontstr{
    font-family: 'SDSwagger';
}



/* NEW BUTTON */
.eltdf-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-top: 13px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: .05em;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
    /* transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out; */
    padding: 10px 43px 10px 40px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    color: #f5f5f5;
    background-color: transparent;
    border: 0px solid transparent!important;   
    opacity: 0;
    top: 100px;   
}
.eltdf-btn.eltdf-btn-outline-slit {
    color: #f5f5f5;
    /* background-color: transparent;
    border: 1px solid #fea116;
    border: 1px solid transparent!important;    */
}
.eltdf-btn.eltdf-btn-outline-slit svg {
    position: absolute;
    top: 0;
    left: 0;
}
.eltdf-btn.eltdf-btn-outline-slit svg rect {
    /* fill: transparent; */
    fill:rgba(30, 27, 28, 0.5);
    stroke: #fea116;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s; 
    stroke-width: 2px;
    stroke-dashoffset: 240%;
    stroke-dasharray: 330% 25;
}
.eltdf-btn303.eltdf-btn-outline-slit svg rect {
    fill:rgba(148, 138, 181, 0.7);
}
.eltdf-btn.eltdf-btn-outline-slit:not(.eltdf-btn-custom-border-hover):hover {
    border-color: transparent!important;
}
.eltdf-btn.eltdf-btn-outline-slit:hover svg rect {
    stroke-dashoffset: -113%!important;
}





/* owl-SLIDE */
.slide-1{
    /* border:10px solid pink; */
} 
.slide-1 .img-box{
    /* border:10px solid green; */
    width: 100%;   
    height: 100vh;
}
.slide-1 img{width:100%; height: 100%; object-fit: cover;}
.slide-1 .owl-dots{
    /* border:1px solid red; */
    position: absolute;
    bottom:10px;
    left:0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.slide-1 .owl-dot{
    /* border:1px solid blue; */
    width: 18px;
    height: 3px;
    margin: 3px; 
    background-color: rgba(238, 238, 238, .5) !important;
}
.slide-1 .owl-dot.active{
    background-color: #fea116 !important;
}


/* next, prev btn */
.slide-1 .owl-nav{
    position: absolute;
    top: 42.5%;
    width: 100%;
}
.slide-1 .owl-nav button{
    width:50px;
    height: 50px;
    border-radius: 50%;           
    /* border:1px solid black !important; */
    position: absolute;
}
.slide-1 .owl-nav button.owl-prev{
    background-image: url(../../img/index/arrow-lef.png) !important;            
    background-size: contain !important;    
    background-position: -1px 2.5px;         
    left: 145px;   
}
.slide-1 .owl-nav button.owl-next{    
    background-image: url(../../img/index/arrow-rig.png) !important;
    background-size: contain !important; 
    background-position: 2px 2.5px;   
    right: 145px;
}
.slide-1 .owl-nav span{
    display: none;
}
.slide-1 .owl-nav button.owl-prev:hover{
    border: .3px solid white;
    border-radius: 50%;
}
.slide-1 .owl-nav button.owl-next:hover{
    border: .3px solid white;
    border-radius: 50%;
}


@keyframes fadeOut {
    from {      
        opacity: 1;
        transform: scale(1.05);
      }
      to {   
        opacity: 0;    
        transform: scale(1);
      }
  }
  @keyframes fadeIn {
    from {     
        opacity: 0; 
        transform: scale(1);
      }
      to {   
        opacity: 1;  
        transform: scale(1.05);
      }
  }
  .slide-1 .owl-item img{
    transform: scale(1);  
    opacity: 0;
    transition: transform 5s ease;
  }
  .slide-1 .owl-item.active img{ 
    opacity: 1;
    transform: scale(1.05);
  }
  .slide-1 .owl-item.active.animateOut {
    animation: fadeOut 2.5s;
  }
  .slide-1 .owl-item.animateIn {
    animation: fadeIn 2.5s;
  }







@media(max-width:1000px){  
    .slide-1 .owl-nav button{display: none;} 
    #right_quick{bottom: 62%;}
    .slide-1 .box h1 span{font-size: 4rem;}
    .section1 .img-box{    height: 700px; }
    .section1 .box{top:47%;}
}


@media(max-width: 770px){
    .section1 .img-box{    height: 600px;}
    .slide-1 .box h1 span{font-size: 3rem;}
    .slide-1 .box .sub-title{font-size: 16px;}
    .section1 .box .line {
        width: 38px;    
        margin: 15px 15px;
    }
}


@media(max-width:475px){     
    .section1{    height: 600px;}  
    .section1 .img-box{overflow: hidden;}
    .slide-1 .owl-dot{    
        width: 20px !important; 
        height: 3px !important;  
    }
    .slide-1 .owl-dots{
        height: 30px; 
        bottom: -67% !important;           
    }
    .slide-1{height: 350px !important;}   
    /* .owl-carousel .owl-item img{padding-bottom: 60px;} */
    .slide-1 .box {top: 41%}
    /* .slide-1 .box .eltdf-btn{display: none;} */


    .btn-top{    bottom: 84px !important;
        right: 8px !important;}    
}
@media(max-width: 370px){   
    .slide-1 .box h1 span{font-size: 2.4rem;}
}
@media(max-width:326px){    
    .slide-1 .box .line{width: 10px;}  
}


/* sec-res */
.sec_res{   
    /* background-color: #f5f3ee;   */
    z-index: 1;
}
.sec_res .res-bg{
    position: absolute; top:0; left: 0;
    width: 100%; 
    height: 90%;
    opacity: 0.08;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1; 
    background-image: url(../../img/index/bg-res2.png);  
}
.sec_res .container{
    padding-top: 70px;       
    padding-bottom: 70px;       
}
.sec_res .res-btns{  
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_res .res-btn{    
    background-color: #e48a03;
    color: #fff;
    padding: 24px 150px 31px 20px;
    font-size: 18px;   
    font-weight: 400;
    margin-right: 51px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);   
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    overflow: hidden;
}


.sec_res .res-btn:hover {
    background-color: #1c1c1c;
    box-shadow: 0px 15px 20px rgba(10, 12, 27, 0.4);
    transform: translateY(-7px);
}


.sec_res .res-btn::after{
    content: "";   
    width: 10rem;
    height: 10.9rem;
    position: absolute;
    top: -2rem;
    right: -2rem;
    opacity: .9;
}
/* .sec_res .res-btn1::after{background: url(../../img/index/res_button/res-bg-sushi2.png) no-repeat 50% 50% / contain;}
.sec_res .res-btn2::after{background: url(../../img/index/res_button/res-bg-kim2.png) no-repeat 50% 50% / contain;}
.sec_res .res-btn3::after{background: url(../../img/index/res_button/res-bg-ddog2.png) no-repeat 50% 50% / contain;}
.sec_res .res-btn4::after{background: url(../../img/index/res_button/res-bg-kim2.png) no-repeat 50% 50% / contain;} */


.sec_res .res-btn::before{
    content: "";  
    background: url(../../img/index/res-arrow.png) no-repeat 50% 50% / contain;
    width: 36%;
    height: 23px;
    position: absolute;
    top: 43px; 
}
.sec_res .res-btns2{display: none;}


@media(max-width: 994px){
    .sec_res .row{
        align-items: center;
        justify-content: center;
    }
    .sec_res .res-btn{
        margin-right: 20px;
    }
}
@media(max-width: 939px){
    .sec_res .res-btn{
        padding: 13px 92px 30px 19px;
   margin-bottom: 15px;
}

    .sec_res .res-btn::after{
        width: 8rem;
        right: -2.5rem;
    }
}
@media(max-width: 649px){
    .sec_res .res-btns2{display: flex; margin-top: 20px;}
    .sec_res .res-btn::after{width: 9rem;}
    .sec_res .res-btn4{margin-right: 0; padding: 24px 412px 31px 20px !important; }
    .sec_res .res-btn4::after{width: 18.5rem; right: -1.5rem; top: -1rem;}  
    .sec_res .res-btn4::before{width: 19%; }  
    .sec_res .res-btn2{display: none;}
    .sec_res .res-btn{padding: 24px 150px 31px 20px;}
}
@media(max-width:527px){    
    .sec_res .res-btns2{display: none;}
    .sec_res .res-btn2{display: block;}
    .sec_res .res-btns{flex-direction: column;}
    .sec_res .res-btn{margin-right: 0;}
    .sec_res .res-btn2, .sec_res .res-btn3{margin-top: 18px;}
    .sec_res .res-bg{background-position: 8% 57% !important;}    
}



/* section3 = flex4ºÎºÐ */
.section3{     background-color: #eeece7;}
.section3 .container{padding: 5rem 0;}


.section3 .cat{   
    border-radius: 5px;  
    background-color: #fff;  
    /* background-color: rgb(54 54 54 / 92%); */
    padding: 30px 29px 24px; 
    transition: .5s;
    box-shadow: 4px 6px 0px rgba(255, 155, 4, 0.89);
    /* box-shadow: 2px 2px 3px rgba(255, 155, 4, 0.89);  */
    height: 100%;
}
.section3 .cat i{
    font-size: 41px;
    margin-bottom: 17px;
}
.section3 .cat:before{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 158px;
    background: -moz-linear-gradient(left, rgba(125,185,232,0) 0%,rgb(255 209 187 / 25%) 100%);
    background: -webkit-linear-gradient(left, rgba(125,185,232,0) 0%,rgb(255 209 187 / 25%) 100%);
    background: linear-gradient(to right, rgba(125,185,232,0) 0%,rgb(255 209 187 / 25%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f6eafd',GradientType=1 );
    content: "";
}
.section3 .cat .name{
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -1px;  
    /* color: #f5f5f5; */
    color: #fea116;
    /* color: #1c1c1c; */
}
.section3 .cat .name span{color: #1c1c1c;    font-weight: 400;    font-size: 18px;} 
.section3 .icons{
    transition: .5s;
}
.section3 .icons img{
    width: 80px;    
    margin-bottom: 11px;
    margin-top: 5px;
    filter: brightness(1.1) hue-rotate(341deg);
}
.section3 .desc{
    font-size: 14px; 
    font-weight: 400; 
    line-height: 25px; 
    margin-top: 15px; 
    width: 95%;
    word-break: break-all; 
}


@media(max-width: 1481px){
    .section3 .cat .name{font-size: 24.8px;}     
}
@media(max-width: 1349px){   
    .section3 .container{padding: 5rem 20px}
}
@media(max-width: 1202px){
    .section3 .cat .name{font-size: 22px;}  
    .section3 .cat i {font-size: 31px;}
}
@media(max-width: 1198px){
    .section3 .container{padding: 5rem 30px}
}
@media(max-width: 1148px){
    .section3 .container{padding: 5rem 70px}
    .section3 .cat .name{font-size: 18px;}    
    .section3 .cat .name span{font-size: 16px;}    
}
@media (max-width: 1100px) and (min-width: 574px){
    .section3 .icons {
        flex: 0 0 auto;
        width: 50%;
    }
    .section3 .cat .name{font-size: 27px;}
    .section3 .cat .name span{font-size: 18px;}   
    .section3 .cat i{font-size: 38px;}
}
@media(max-width: 644px) and (min-width: 574px){
    .section3 .cat .name{font-size: 24px;}
    .section3 .cat{padding: 30px 20px 24px;}
}
@media(max-width:573px){
    .section3 .cat .name{font-size: 27px;}  
    .section3 .cat .name span{font-size: 18px;}    
    .section3 .container { padding: 5rem 20px;} 
}
@media(max-width:500px){
    .section3 .cat{
        padding: 20px 14px 14px;
    }
    .section3 .desc{
        margin-top: 5px;
    }
    .section3 .cat i{margin-bottom: 5px;}
}
@media(max-width: 286px){   
    .section3 .cat .name{font-size: 24px;}  
}



/* sec_about */
.sec_about .container{margin-top: 90px;}
.sec_about .text-start2 img{margin-top: 25%;} 
.sec_about .text-end1{display: flex; justify-content: flex-end; height: 75%;}
.sec_about .sub-title::after, .slider-section .sub-title:after, 
        .bg-light .sub-title::after, .gap .sub-title::after, 
        .family .sub-title:after, .news .sub-title::after, .about-three .sub-title:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;     
    margin-top: -1px;
    background: #fea116;
}
.sec_about .sub-title::after{
    left: 95px;
}
.about-three .sub-title::after{
    left: 160px;
}
.border-primary{border-color: #fea116 !important;}
.sec_about .flex-shrink-0{   
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    top: -7px;
}
.sec_about .number .px-3{
    padding-right: 0 !important;
}
.sec_about .ps-3{
    letter-spacing: -1px;
}
.sec_about .ps-3 p{
    font-size: 15px;
}
.sec_about .ps-3 h6{
    color: #1C1C1C;
    letter-spacing: 0;
}
.sec_about .about-tit, .about-three .about-tit{  
    color: #1c1c1c; 
    /* font-family: 'establishRetrosansOTF'; */
    /* font-family: 'Hahmlet', serif; */
    /* font-family: 'Noto Serif KR', serif; */
    letter-spacing: -0.6px;
    font-size: 40px;}
.btn-primary{background-color: #fea116; border: 0; border-radius: 3px;}
.sec_about .pp{font-size: 15px; word-break: break-all;}
.sec_about .img-fluid {  
    border-radius: 2px;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: zoomIn;
} 
.sec_about .number .d-flex{height: 100%;}
.sec_about .number .num1{width: 105px;}
.sec_about .number .num2{width: 81px;}


@media (max-width: 1347px) and (min-width: 992px){
    .sec_about .ps-4 {
        padding-left: 0.5rem !important;
    }
    .sec_about .about-tit, .about-three .about-tit{    font-size: 35px;}
}
@media (max-width: 1184px) and (min-width: 992px){
    .sec_about .pp{padding-right: 7%;}
}
@media (max-width: 1134px) and (min-width: 992px){
    .sec_about .pp{padding-right: 11%;}
    .sec_about .about-tit{font-size: 27px;}
    .sec_about .number{padding-right: 0;}
    .sec_about .number .num2{width: 68px;}
    .sec_about .number .num1{width: 91px;}
    .sec_about .flex-shrink-0{font-size: 2.5rem;}
    .sec_about .px-3{padding-right: 0 !important;}
    .sec_about .number-row{width: 90%;}
}
@media (max-width: 1083px) and (min-width: 992px){
    .sec_about .pp{padding-right: 24%;}
}
@media (max-width: 991px){
    .sec_about .container, .section3 .container {
        max-width: 720px;
    }
    .sec_about .container{padding: 0 28px;}
}
@media (max-width: 620px){
    .sec_about .about-tit, .about-three .about-tit{
        font-size: 34px;
    }
}
@media (max-width: 576px){
    .sec_about .number .flex-shrink-0 {
        width: 83px;
    }
    .sec_about .number .num2 {
        width: 67px;
    }
}
@media (max-width: 536px){
    .sec_about .about-tit, .about-three .about-tit{
        font-size: 31px;
    }
    .sec_about .container{padding: 0 15px;} 
}
@media (max-width: 498px){
    .sec_about .about-tit, .about-three .about-tit{
        font-size: 25px;
    }
    .sec_about .pp{word-break: keep-all;}
}
@media (min-width: 456px){
    .sec_about .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    } 
}
@media (max-width: 456px){
    .sec_about .number .num2 {
        width: 83px;
    }
}
@media (max-width: 326px){
    .sec_about .number .flex-shrink-0 {
        width: 70px;
    }
}





/* button css */
.btn-all{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    background-color: #fea116;
    color: #FFF;
    border: none;
    z-index: 1;  
    transition: all .5s ease;      
}
.btn-all:hover{background-color: #fea116; color: #fff;  border-radius: 3px;}
.btn-all:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
    background: linear-gradient(109.6deg, rgba(28, 28, 28, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
    transition: all .5s ease;
}
.btn-all:hover:after{
    /* left: 0; */
    width: 100%;
}
/* news btn */
.section5 .btn-all:after, .news .btn-all:after{
    background: #f5f5f5 !important;   
}
.section5 .btn-all:hover, .news .btn-all:hover{
    color: #ff9900 !important;
}


/* µ¹ÀÜÄ¡ slider-section */
.slider-section {
    /* background-color: #f5f5f5; */
    background-color: rgba(255, 243, 234, 0.8);
    margin: 0 auto;
    padding-block: 5rem; 
    margin-top: 90px;
    /* background: radial-gradient(circle, rgba(32,126,224,1) 0%, rgba(31,57,130,1) 12%, rgba(15,23,43,1) 100%); */
}  


.title-wrap:not(.section5 .title-wrap){
    display: flex;
    justify-content: center; align-items: center;
    flex-direction: column;
}


.slider-section h1, .bg-light h1, .family h1, .news h1{
    color: #1c1c1c; 
    /* font-family: 'establishRetrosansOTF'; */
    /* font-family: 'Hahmlet', serif; */
    /* font-family: 'Noto Serif KR', serif; */
    letter-spacing: -0.6px;
}


.title-wrap h1{font-size: 43px;}


.slider-section .sub-title:after, .bg-light .sub-title:after, 
.family .sub-title:after, .news .sub-title:after  {      
    right: -65px;
}
.slider-section .sub-title:before, .bg-light .sub-title:before, 
.family .sub-title::before, .news .sub-title:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;     
    margin-top: -1px;
    background: #fea116;   
    /* left: 19px; */
    left: -65px;
}
.slider-section .tit-bday{margin-bottom: 4rem;}
.slider-section .swiper-slide{object-fit: cover; border-radius: 5px;}


.slider-section .container-fluid {  
    height: auto;
    margin-inline: auto;
    /* padding-inline: 1.25rem; */
}  


.slider-section .swiper{perspective: 1200px;}
.slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
    left: 42%;  
}
.slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
    right: 42%;   
}
.slider-section .swiper-button-next, .slider-section .swiper-button-prev{
    top: 95.4%;
}
.slider-section .swiper-button-next::after, .slider-section .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: #f5f5f5;
    background: rgba(63, 63, 63, 0.7);
}
.slider-section .swiper-pagination-bullet-active {
    background-color: #f5f5f5 !important;
}
.slider-section .btn-all, .bg-light .btn-all{
    margin-top: 4rem;
}
.family .btn-all{margin-top: 2rem;}
.slider-section .swiper{height: 457px;}
.slider-section .bday-name{
    /* background-color: #f5f5f5; */
    background-color: rgb(255, 243, 234);
    position: absolute;
    top:0; 
    right: -1px;
    padding: 0.2% 0.8% 0.7% 3.5%;
    z-index: 888;
    border-bottom-left-radius: 20px;
}
.slider-section .bday-eng{font-family: 'Pacifico', cursive; font-size: .865rem;}
.slider-section .bday-tit{color: #1c1c1c; font-size: .875rem;}
.slider-section .bday-tit1{font-size: 1.2rem; font-weight: 500;} 
/* .slider-section .btn-all{    background-color: #1c1c1c;    }
.slider-section .btn-all:hover{    
    background-color: #fea116 !important;  
    color: #f5f5f5 !important; 
}
.slider-section .btn-all:after{    background-color: #fea116 !important;    } */




/* .slider-section .btn-all:hover{    
    background-color: #1c1c1c !important;   
    color: #fff !important; 
}
.slider-section .btn-all:after{    background-color: #1c1c1c !important;    } */



@media(max-width:1394px){
    .slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
        left: 39%;
    }
    .slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
        right: 39%;
    }    
}
@media(max-width:1320px){
    .slider-section .swiper{height: auto;}
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 94%;
    }
    .slider-section .bday-tit1 {
        font-size: 1.2rem;
    }
}
@media(max-width:1145px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 93%;
    }
}
@media(max-width:1023px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 95.4%;
    }
    .slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
        left: 36%;
    }
    .slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
        right: 36%;
    }
}
@media(max-width: 900px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 95%;
    }
}
@media(max-width: 851px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 94.4%;
    }
}
@media(max-width: 790px){
    .slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
        left: 32%;
    }
    .slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
        right: 32%;
    }
}
@media(max-width: 760px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 93.7%;
    }
}
@media(max-width:640px){
    .slider-section .bday-name{right: 0;}  
    .slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
        left: 26%;
    }
    .slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
        right: 26%;
    }
    .slider-section .bday-name{       
        padding: 0 1.2% 0.7% 3%;     
    }
}
@media(max-width: 531px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 93%;
    }
    .slider-section .bday-name .seat{display: none;}
    .slider-section .bday-name{       
        padding: 0.5% 2% 2% 4%;     
    }
}
@media(max-width: 520px){
    .slider-section .bday-name {    
        width: auto;       
    }
    .slider-section .bday-tit{ font-size: 13px;} 
    .slider-section .bday-tit1 {
        font-size: 20px;
        line-height: 24px;
    }
    .slider-section .bday-eng{font-size: 11px;}
}
@media(max-width: 485px){
    .slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
        left: 22%;
    }
    .slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
        right: 22%;
    }
}
@media(max-width: 450px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev{
        top: 92%;
    }
    .slider-section .bday-name{
        border-bottom-left-radius:10px;
    }
}
@media(max-width: 420px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev {
        top: 91%;
    }
    .slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
        left: 18%;
    }
    .slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
        right: 18%;
    }
}
@media(max-width: 378px){
    .slider-section .tit-bday span{ opacity: 0;}
}


@media(max-width: 368px){
    .slider-section .swiper-button-next, .slider-section .swiper-button-prev {
        top: 90%;
    }
    .slider-section .swiper-button-prev, .slider-section .swiper-rtl .swiper-button-next {
        left: 3%;
    }
    .slider-section .swiper-button-next, .slider-section .swiper-rtl .swiper-button-prev {
        right: 3%;
    }   
}


/* family restaurant */
.bg-light, .family, .news{padding-block: 5rem;}
.bg-light{
    width: 100%;
    height: 1000px;
    overflow: hidden;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}
.bg-light .middle-banner{
    width: 100%;
    height: 100%;
    background: url(../../img/index/bg-shape7.png) fixed no-repeat;
    opacity: .8;
    background-size: cover;
}
.bg-light .fam{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    display: block;
    padding: 60px 0;
}


.retro-layout .v-height {    height: 300px; }


@media (max-width: 1170px){
    .bg-light .container{
        width: 1000px;
    }
}
@media (max-width: 1114px){
    .bg-light .container{
        width: 900px;
    }
}
@media (max-width: 880px){
    .bg-light .container{
        width: 800px;
    }
}
@media (max-width: 800px){
    .bg-light .container{
        width: 750px;
    }
}


@media (max-width: 767.98px) {
    .retro-layout .img {
    height: 250px; }  
    .bg-light, .bg-light .fam{height: 2089px;}
    .bg-light .fam .row .col-md-4:nth-child(2){
        margin-top: 30px;
    }
    .retro-layout .v-height{
        height: 400px;      
    }
    .bg-light .container{
        width: 100%;
    }
}
@media (max-width: 615px) {
    .title-wrap h1{
        font-size: 29px;
    }
    .retro-layout .v-height{
        height: 300px;      
    }
    .bg-light, .bg-light .fam{height: 1662px;}
}
@media (max-width: 615px){
    .section5 .title-wrap{
        padding: 0 0px;
    }
}
@media (max-width: 439px) {
    .retro-layout .v-height{
        height: 250px;      
    }
    .bg-light, .bg-light .fam{height: 1462px;}
}
@media (max-width: 359px) {
    .retro-layout .v-height{
        height: 193px;
    }
    .bg-light, .bg-light .fam{height: 1262px;}
    .gap .section5 .text2{font-size: 15px;}
}
@media (max-width: 320px) {
    .retro-layout .v-height{
        height: 200px;      
    }   
}





.retro-layout .h-entry {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;     
    /* box-shadow: rgba(254, 161, 22, 0.4) 5px 5px, rgba(254, 161, 22, 0.3) 10px 10px, rgba(254, 161, 22, 0.2) 15px 15px, rgba(254, 161, 22, 0.1) 20px 20px, rgba(254, 161, 22, 0.05) 25px 25px; */
}
.retro-layout .h-entry .post-category {
    color: #fff; }
.retro-layout .h-entry .featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  
    transform: scale(1);
    transition: .3s all ease; }
.retro-layout .h-entry:hover .featured-img {
    transform: scale(1.05); }
.retro-layout .h-entry.mb-30 {
    margin-bottom: 30px; }
.retro-layout .h-entry .date {
    font-size: 14px; 
    font-weight: 300;  
    color: rgb(197 197 197); 
    display: block;
    margin-bottom: 5px;}


.retro-layout .h-entry.gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;     
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}  
.retro-layout .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px;
    word-break: keep-all;
}
.retro-layout .text h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: -2px;
}


@media (max-width: 999px) and (min-width: 767px) {
    .retro-layout .text .date{font-size: 13px;}
    .retro-layout .text h2{font-size: 14px;}
    }






/* menu */
.gap{
    /* border:2px solid red; */
    width: 100%; 
    height: 700px;
    overflow: hidden;
    z-index: 1;
    padding-top: 0; padding-bottom: 0;
}
.gap .sec5-filter{
    background-color:rgba(3, 3, 3, 0.8);
    width:100%;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;     
}
.gap .middle-banner{
    /* border:1px solid cornflowerblue; */
    width: 100%; 
    height: 100vh;
    background: url(../../img/index/steak_bg2.jpg) fixed no-repeat;
    background-size: cover;
    /* background-position: 50% 25.5682px; */    
}
.section5{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 700px;
    display: flex; 
    justify-content: center; 
    align-items: center;     
    /* border:2px solid rgb(0, 255, 221); */
}
.section5 .sec5-wrap{
    /* border:2px solid red; */ 
    height: 100%;
}
.gap .sub-title::after {
    left: 229px;
}
.gap .section5 .txt-group{
    word-break: keep-all;
}
.section5 h1{color:#f5f5f5; font-size: 40px;
    /* font-family: 'establishRetrosansOTF'; */
    /* font-family: 'Hahmlet', serif; */
    /* font-family: 'Noto Serif KR', serif; */
    letter-spacing: -0.6px;
    text-shadow: 1px 1px 5px rgba(3, 3, 3, 0.5);}


.section5 .text2{
    font-size: 17px; color:#f5f5f5; 
    text-shadow: 1px 1px 5px rgba(3, 3, 3, 0.5);  
    margin-bottom: 0.38rem;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.section5 .text2-last{margin-bottom: 0;}
.section5 .text2 i{font-size: 15px; margin-right: 10px;}
.section5 .btn-all{margin-top: 3rem;}
.section5 .row{
    /* width: 100%;  */
    height: 100%;
}
.section5 .row .col-lg-5{
    padding-left: 13%; 
}
.section5 .row .col-lg-7{
    padding-left: 9%;
}
.section5 .row .col-lg-5, .section5 .row .col-lg-7{    display: flex; 
    justify-content: center; 
    align-items: flex-start; flex-direction:column; height: 100%; } 
.section5 .img-rotate-wrap{  
    width: 70%;



}
.section5 .img-rotate{
    animation: imgRotate 50s linear infinite;
    width: 100%; height: 100%; object-fit: cover;
}
/* .shad{border: 1px solid red;
    width: 200px; height: 200px;
    border-radius: 50%;
} */
@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}



@media (max-width: 1744px){
    .section5 h1{font-size: 32px;}
}
@media (max-width: 1347px){
    .gap .section5 .text2{
        font-size: 20px;
    }
}
@media (max-width: 1347px){
    .section5 .row .col-lg-5{
        padding-left: 8%;
    }
}
@media (max-width: 1147px){
    .section5 .row .col-lg-5{
        padding-left: 7%;
    }
}
@media (max-width: 1103px){
    .gap .section5 .text2{
        font-size: 17px;
    }
}


@media (max-width: 991px){
    .gap .section5 .txt-group{padding: 14% 14% 0;}
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1400px;}  
    .gap .section5 .row{
        height: auto;
    }
    .gap .section5 .row .steak{flex-direction: row;}
    .gap .steak{padding: 8% 0;}
    .section5 .row .col-lg-5,     .section5 .row .col-lg-7{
        padding-left: 0;
    }
}
@media (max-width: 896px){
    .gap .section5 .txt-group {
        padding: 6% 14% 0;
    }
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1275px;}
}
@media (max-width: 840px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1200px;} 
}
@media (max-width: 796px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1139px;} 
}
@media (max-width: 700px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1090px;} 
    .gap .section5 .txt-group {
        padding: 17% 0% 0 14%;
    }
}
@media (max-width: 590px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1000px;} 
}
@media (max-width: 555px){
    .gap .img-rotate-wrap {
        width: 87%;
    }
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1030px;} 
}
@media (max-width: 515px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1014px;} 
}
@media (max-width: 418px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 938px;} 
    .gap .section5 .text2 {
        font-size: 17px;
    }
    .gap .txt-group h1, .about-three .about-three__right h1{
        font-size: 25px;
    }
    .section5 .text2 i {
        font-size: 17px;        
    }    
}
@media (max-width: 387px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 853px;} 
}
@media (max-width: 351px){
    .gap .section5 .text2 {
        font-size: 15px;
    }
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 863px;} 
    .retro-layout .h-entry .date{font-size: 13px;}
}
@media (max-width: 332px){
    .gap .section5 .text2 {
        font-size: 14px;
    }   
    .section5 .text2 i {
        font-size: 14px;       
    }   
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 900px;} 
}
@media (max-width: 292px){     
    .section5 .text2 i {
        font-size: 13px;        
    }  
    .family .title-wrap h5 {
        font-size: 16px;
    } 
    .gap .sub-title{font-size: 16px;}
    .gap .sub-title::after {  left: 183px;    }
}





/* Event, instagram */
.title-wrap{word-break: keep-all;}
.family .title-wrap{z-index: 20;}
.family .title-wrap h1 span{
    font-family: 'Noto Sans KR', sans-serif; 
    color: #0F172B; font-size: 30px; font-weight: 900; top: 2px; 
}


.family #tranding {
    /* padding-top: 4rem;
    padding-bottom: 4rem; */   
    
}
.family .insta{
    font-size: 62.5%;
    visibility: inherit;
}
@media (min-width: 1440px) {
    .family .insta {
        zoom: .7; 
    }
}  
@media (max-width: 1439px) {
    .family .insta {
        zoom: .7; 
    } 
}
@media (max-width: 500px) {
    .family .title-wrap h1 span{       
        font-size: 19px; font-weight: 400; top: 0;
    }    
    .family .title-wrap h1{font-size: 30px;}
}



.insta *::before, .insta *::after, .insta {
    /* margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none; */
}
.family #tranding .container{
    max-width: 124rem;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}    
.family #tranding .tranding-slider {
    height: 44rem;
    padding: 1rem 0;  
}  


.family #tranding .tranding-slide {
    width: 37rem;
    height: 37rem;    
} 
.family #tranding .tranding-slide .tranding-slide-img img {
    width: 37rem;
    height: 37rem;
    border-radius: .81rem;
    object-fit: cover;
}  
#tranding .swiper-slide-shadow-left,
#tranding .swiper-slide-shadow-right {
    display: none;
}  
#tranding  .tranding-slider-control {
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}  
#tranding  .tranding-slider-control .swiper-button-next {
    left: 58% !important;
    transform: translateX(-58%) !important;
}  
@media (max-width:1366px) {
    #tranding .tranding-slider-control .slider-arrow{left: 39% !important;}
    #tranding .tranding-slider-control .swiper-button-next{left: 61% !important;}
}
@media (max-width:990px) {
    #tranding .tranding-slider-control .swiper-button-next {
        left: 70% !important;
        transform: translateX(-70%) !important;
    }
    #tranding .tranding-slider-control .swiper-button-prev {
        left: 30% !important;
        transform: translateX(-30%) !important;
    }
}  
@media (max-width:800px) {
    .family .insta {zoom: .8;}
}
@media (max-width:500px) {
    .family #tranding .tranding-slider {
        height: 34rem;
    }
    .title-wrap {
        padding: 0 12px;
    }
    .title-wrap h1{font-size: 25px;}
    .family #tranding .tranding-slide {
        width: 28rem !important;
        height: 28rem !important;
    }
    .family #tranding .tranding-slide .tranding-slide-img img {
        width: 28rem !important;
        height: 28rem !important;
    }
} 
@media (max-width:450px) {
    #tranding .tranding-slider-control .swiper-button-next {
        left: 83% !important;
        transform: translateX(-80%) !important;
    }
    #tranding .tranding-slider-control .swiper-button-prev {
        left: 17% !important;
        transform: translateX(-20%) !important;
    }
}  
@media (max-width:419px){
    .family .insta {zoom: .7;}
}
@media (max-width:349px){
    .family .title-wrap h5{font-size: 16px;}
    .family .insta {zoom: .6;}
    #tranding .tranding-slider-control .swiper-button-prev {
        left: 18% !important;    
    }
}


#tranding  .tranding-slider-control .slider-arrow {
    background: #ebebeb;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1)); 
    color: gray;
}  
#tranding  .tranding-slider-control .slider-arrow ion-icon {
    font-size: 2rem;    
}  
#tranding  .tranding-slider-control .slider-arrow::after {
    content: '';   
}  
#tranding  .tranding-slider-control .swiper-pagination {
    position: relative;
    width: 10rem;
    bottom: -8px !important;
}  
#tranding  .tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}  
#tranding  .tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
    background: #fea116;
}  
#tranding .swiper-slide,
#tranding .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
/* #tranding .swiper-slide{width: 300px; height: 300px;} */


/* news */
.news {
    background-color: #f5f5f5;
    /* background: linear-gradient(90deg, rgb(27 42 58) 0%, rgb(27 41 76) 0%, rgba(15,23,43,1) 100%); */


}
.news .gif-icon{
    display: flex; justify-content: center; align-items: center;
    margin-bottom: 1rem;
}
.news .news-desc{
    background-color: #1c1c1c;
    /* height: 550px; */
}
.news .border-news-left{
    position: absolute; 
    top: 3%;
    left: 5%;
    width: 95%;
    height: 94%;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
}
.news .border-news-left2{   
    border-right: 2px solid #f5f5f5;
    border-left: 0px solid #f5f5f5;
    left: 0.1%;
}
.news .subject-cater{  
    border-top: 18px solid #fea116;
    border-bottom: 18px solid #fea116;
    border-right: 17px solid #fea116;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0.937rem;
    color: #f5f5f5;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.news .subject-cater p{
    color: #f5f5f5;
}
.news .left-news .col-6{padding: 0;}
.news .left-left{height: 550px;}
.news .img-fluid{
    height: 100%; 
    object-fit: cover;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}
.news .btn-all{
    z-index: 48;    
}
.news .news-desc .p1{ font-size: 14px; word-break: keep-all;}
.news .news-desc .p2{ font-size: 14px; color:#ffe5bd; word-break: keep-all;}
.news .news-desc i{font-size: 16px;}
.news .news-desc h2{
    font-size: 25px; 
    margin-bottom: 1.5rem; 
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}
.news .left-news .row, .news .left-news .col-sm-6{
    padding-left:0; 
    padding-right:0; 
}
.news .news-desc .gif-icon1{
    margin-bottom: 10px;
}
.news .left-left .img-small{display: none;}


@media (max-width:1199px){
    .news .border-news-left{
        top: 2%;
        left: 4%;
        width: 96%;
        height: 96%;
    }
    .news .border-news-left2{
        left:0;
    }
    .news .subject-cater{
        border-top: 13px solid #fea116;
        border-bottom: 13px solid #fea116;
        border-right: 10px solid #fea116;
    }
}
@media (max-width:1176px){
    .news .container, .gap .section5 .container {
        max-width: 979px;
    }
}
@media (max-width:1094px){
    .news .right-video{
        padding-left: 0;
    }
    .news .right-video .video-desc{
        padding-right: 12%;
    }
}   
@media (max-width:991px){    
    .news .border-news-left{
        top: 4%;
        left: 3%;
        width: 97%;
        height: 92%;
    }
    .news .border-news-left2{
        left: 0%;
        width: 98%;  
    }
    .news .subject-cater{
        border-top: 23px solid #fea116;
        border-bottom: 23px solid #fea116;
    }
    .news .bread {padding-left: 0 !important;}
    .news .left-news, .news .right-video{
        padding: 0 10%;
    }
    .news .img-fluid{
        height: 112%;
    }
    .news .left-left{overflow: hidden;}
}
@media (max-width:766px){       
    .news .left-left {height: 31.5rem;}
    .news .border-news-left2{ width: 97%;    }
    .news .subject-cater{    border-right: 17px solid #fea116;}
}
@media (max-width:766px){
    /* .news .left-news .row{
        padding-left: 1rem;
        padding-right: 1rem;    } */
    .news .right-video .video-desc {
        padding-right: 0;
    }
    .news .border-news-left2 {
        width: 95%;
    }
}
@media (max-width:694px){
    .news .btn-all{
        margin-top: 0 !important;
    }    
}
@media (max-width:614px){   
    .news .gif-icon{display: none;}
}
@media (max-width:575px){
    .news .left-left .img-long{display: none;}
    .news .left-left .img-small{display: block;} 
    .news .gif-icon{display: block;}
    .news .img-fluid{
        height: 100%; 
    }
    .news .news-desc {       
        height: 550px; 
    }
    .news .border-news-left2 {
        width: 97%;
    }
}
@media (max-width:542px){
    .news .left-left, .news .news-desc{
        height: 30.5rem;
    }
}
@media (max-width:516px){
    .news .left-left{
        height: 23.5rem;
    }
    .news .news-desc{
        height: 25.5rem;
    }
    .news .subject-cater{    
        border-top: 18px solid #fea116;
        border-bottom: 18px solid #fea116;}
}
@media (max-width: 500px){
    .news .right-video .bread{display: block;}
    .news .right-video .bread img{margin: 0 auto; width: 66%;}
    .news .right-video .video-desc {margin-top: 26px; padding-left: 0;}
    .news .border-news-left2{width: 96%;    }
    .news .title-wrap h1{font-size: 29px;}
}
@media (max-width: 414px){
    /* .news .left-news .row{
        padding-left: .5rem;
        padding-right: .5rem;
    } */
    .news .left-left{
        height: 19.5rem;
    }   
    .news .subject-cater {
        border-right: 12px solid #fea116;
    }
    .news .gif-icon{margin-bottom: 0.3rem;}
    .news .news-desc .btn-all{margin-top: 0 !important;} 
    /* .news .subject-cater{
        top: 5%;
        left: 4%;
        width: 96%;
        height: 91%;
    } */
    .news .border-news-left2{
        width: 97%;      
        top: 3%;
        height: 94%;
    }
    .news .subject-cater{
        border-top: 12px solid #fea116;
        border-bottom: 12px solid #fea116;
    }    
}
@media (max-width: 336px){
    .news .left-left{
        height: 16.5rem;
    }   
    .news .subject-cater {
        border-right: 9px solid #fea116;
    }
    .news .gif-icon{margin-bottom: 0;}
}
@media (max-width: 328px){
    .news .news-desc i {font-size: 0.875rem; }
    .news .news-desc h2{font-size: 1.25rem;}
    .news .subject-cater .btn-all{font-size: 14px; margin-top: 5px !important;}
    .news .subject-cater .py-3{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .news .gif-icon {   margin-bottom: 1rem;    }
}
@media (max-width: 323px){
    .news .subject-cater .dosh {display: none;}
}
@media (max-width: 321px){
    .news .gif-icon {
        margin-bottom: 0;
    }
    .news .news-desc .p2{margin-bottom: 0;}
}



/* video part */
.news .right-video{
    /* height: 550px; */
}
.news .bread{
    display: flex;
    align-items:center;
    height: 50%;    
    padding-left: 1.4rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}
/* .news .bread1{
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}
.news .bread2{
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
} */
.news .bread-wrap{
    width: 42%; cursor: pointer; border-radius: .375rem;
    overflow: hidden;
}


.news .right-video img{width: 100%; height: 100%; transition: transform .5s ease;}
.news .bread-wrap img:hover {
    transform: scale(1.1);   
}
/* .news .bread-wrap:hover .videohover{opacity: 1;}
.news .bread .videohover{    
    position: absolute;
    bottom: 6%;
    left: 22%;
    color: #ffffff;
    width: 39%;
    height: 25px;
    font-size: 13px;
    opacity: 0;
    transition: opacity .5s ease;
} */


.news .video-desc{
    padding-left: 1.2rem;
    width: 58%;
}
.news .video-desc a{
    color: #fea116;
    font-size: 12px;
    font-weight: 200;    
}
.news .video-desc .subject{
    font-size: 1.375rem;
    font-weight: 500;
    color: #1c1c1c;
    word-break: keep-all;
    letter-spacing: -1px;
    margin-top: 12px;
    /* font-family: 'AppleSDGothicNeo', sans-serif; */
}
.news .video-desc .desc{
    font-size: .9375rem;
    margin-top: 4px;   
    word-break: keep-all;
}
.news .video-desc .date{
    font-size: .6875rem;
    margin-top: 15px;  
}
.news .utube{   
    position: absolute;
    top: 26%;
    right: 20%;
    z-index: 50;
    display: none;    
}
.news .utube .x-btn{ 
    position: absolute;
    top: 0px; 
    left: 102%;
    width: 60px;
    height: 60px;     
    cursor: pointer; 
    z-index: 50;   
}
.news .x-btn .line{
    background-color:white !important;
    z-index: 50;
    height: 1px;
}
.news .x-btn .line1{
    transform: rotate(-45deg) translate(-18px, 24px);  
    width: 50px;       
}
.news .x-btn .line2{
    transform: scaleY(0);
}
.news .x-btn .line3{
    transform: rotate(45deg) translate(23px, 16px);
    width: 50px;
}
/* .news .right-video iframe{
    width: 62.5rem;
    height: 35.1rem;
} */
.news video{
    width: 62.5rem;
    height: 35.1rem;
} 
.news .cook-filter{   
    position: fixed;
    top:0; left:0;
    width: 100vw; height: 100vh;   
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
@media (max-width: 1265px){
    .news .utube video{   
        width: 800px;
        height: 450px;
    }
}
@media (max-width: 1053px){
    .news .utube video{      
        width: 700px;
        height: 394px;
    }
}
@media (max-width: 991px){   
    .news .utube{
        top: 57%;       
    }
}
@media (max-width: 941px){    
    .news .utube video{      
        width: 630px;
        height: 354px;
    }
}
@media (max-width: 832px){  
    .news .utube video{      
        width: 600px;
        height: 338px; 
    } 
}
@media (max-width: 777px){
    .news .utube{
        right: 15%;
    }
}
@media (max-width: 737px){
    .news .utube video{      
        width: 600px;
        height: 338px; 
    }  
}
@media (max-width: 723px){
    .news .utube video{      
        width: 550px;
        height: 310px; 
    }  
}
@media (max-width: 671px){
    .news .utube video{      
        width: 450px;
        height: 253px; 
    }  
    .news .x-btn .line3, .news .x-btn .line1{
        width: 30px;
    }
    .news .utube .x-btn{
        top: -18px;
    }
}
@media (max-width: 575px){   
    .news .utube{
        top: 67%;
    }
}
@media (max-width: 551px){   
    .news .utube video{      
        width: 400px;
        height: 225px; 
    } 
}
@media (max-width: 536px){   
    .news .utube .utube .x-btn{
        top: 100%;
        left: 87%;
    }
}
@media (max-width: 500px){
    .news .bread-wrap{width: 100%;}
    .news .video-desc{width: 100%;}
    .news .bread-wrap img{border-radius: 4px;}
}
@media (max-width: 495px){
    .news .utube video{      
        width: 350px;
        height: 197px; 
    }  
}
@media (max-width: 437px){
    .news .utube .x-btn{
        top: -49px;
        left: 89%;
    }
    .news .utube{
        right: 12%;
    }
}
@media (max-width: 415px){
    .news .utube{
        right: 6%;
    }
}
@media (max-width: 387px){
    .news .utube video{      
        width: 330px;
        height: 186px; 
    } 
}
@media (max-width: 367px){
    .news .utube video{      
        width: 300px;
        height: 169px; 
    } 
}
@media (max-width: 333px){
    .news .utube video{      
        width: 280px;
        height: 158px; 
    } 
}
@media (max-width: 317px){
    .news .utube video{      
        width: 250px;
        height: 141px; 
    } 
    .news .bread2{
        padding-top: 1.6rem;
    }
}


 /* new section - ¿ì¼ö, KCIA  */
.newsection {
    background-color: #fff9ef;
    /* height: 600px;   */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    color: #545353;
    overflow: hidden;
}
.newsection .row{
    margin: 80px;
    z-index: 5;
}
.newsection .img-wrap-sand{
    width: 100%;   
    box-shadow: 0 5px 10px 3px rgba(31, 31, 31, 0.2);
    border-radius: 16px;
    overflow: hidden; 
    height: 330px;
    transition: 0.5s;
}
.newsection .img-wrap-sand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.newsection .txt-wrap-sand{
    text-align: center;
    padding-top: 34px;
    height: 53px;
    margin-bottom: 53px;
}
.newsection .ticket{width: 90%; font-size: 20px;}


.newsection .good64, .newsection .good63{
    width: 100%;
    height: 100%;
}


.newsection .good64_desc, .newsection .good63_desc{
    display: none;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    transition: 0.5s;
}


.newsection:before, .newsection:after{
    position: absolute;
    background-image: url(../../img/index/ring-circle101.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    -webkit-animation: fa-spin 25s infinite alternate;
    -moz-animation: fa-spin 25s infinite alternate;
    -ms-animation: fa-spin 25s infinite alternate;
    -o-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
    opacity: 0.9;
}
.newsection:before{   
    left: -350px;
    top: -6%;    
}
.newsection:after{
    right: -417px;
    top: 48%; 
    z-index: 1;
}



@media (max-width: 991px){
    .newsection .row{
        margin-bottom: 36px;
    }
}
@media (max-width: 800px){  
    .newsection .ticket{
        width: 100%;
    }
}
@media (max-width: 674px){ 
    .newsection .row{
        margin: 30px 10px;
    }
    .newsection .ticket{
        font-size: 17px;
    }
}
@media (max-width: 520px){
    .newsection:before{   
        left: -350px;
        top: -6%;    
    }
    .newsection:after{
        right: -554px;
    }
}
@media (max-width: 482px){
    .newsection .img-wrap-sand{
        height: 230px;
    }
}
@media (max-width: 345px){
    .newsection .img-wrap-sand{
        height: 154px;
    }
    .newsection .ticket{
        font-size: 16px;
    }
}






/* location */
.about-three {
    position: relative;
    display: block;
    padding: 150px 0 0;  
}  
.about-three__left {
    position: relative;
    display: block;
    margin-right: 0px; 
    margin-left: 320px;
    margin-top: -42px; 
}  
/* .about-three .col-xl-6{padding-right: 1%;} */
.about-three__img-box-1 {
    position: relative;
    display: block;
}  
.about-three__img-1 {
    position: relative;
    display: block;
    clip-path: polygon(0 0, 0 100%, 100% 49%);
    background-color: rgb(15, 15, 15);
}


.about-three__img-1 img {
    width: 100%;
    /* mix-blend-mode: luminosity; */
}


.about-three__img-box-2 {
    position: absolute;
    left: -365px;
    top: 158px;
    width: 107%;  
}


.about-three__img-2 {
    position: relative;
    display: block;
    clip-path: polygon(100% 0, 0 48%, 100% 100%);
    background-color: rgb(26, 26, 26);
}


.about-three__img-2 img {
    width: 100%;
    /* mix-blend-mode: luminosity; */
}


.about-three__shape-1 {
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-top: 113px solid transparent;
    border-left: 197px solid #fea116;
    border-bottom: 113px solid transparent;
    mix-blend-mode: multiply;
    z-index: 1;
}
.about-three__shape-2 {
    position: absolute;
    top: -35px;
    right: 124px;
    border-top: 49px solid transparent;
    border-left: 85px solid #fea116;
    border-bottom: 49px solid transparent;
}
.about-three__shape-3 {
    position: absolute;
    right: -93px;
    bottom: -135px;
    z-index: -1;
}  
.about-three__shape-3 img {
    width: auto;
}  
.about-three__shape-4 {
    position: absolute;
    right: 223px;
    top: -58px;
    z-index: -1;
}  
.about-three__shape-4 img {
    width: auto;
}


.about-three__right {
    position: relative;
    display: block;
}


.about-three__right .section-title {
    margin-bottom: 17px;
}
.about-three__text{
    display: flex;
}
.about-three__text p:first-child{margin-right: 10px;}


.about-three__points-and-happy-clients {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}  
.about-three__points {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}  
.about-three__points li {
    position: relative;
    display: flex;
    margin-right: 22px;
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #e2ded6; */
}  
.about-three__points li:first-child {
    border-bottom: 1px solid #e2ded6;
    padding-bottom: 16px;
}
.about-three__points li+li {
    margin-top: 24px;
}  


  .about-three__points li .icon {
    /* position: relative;
    display: inline-block; */
    top: 3px;
    /* width: 83px;
    height: 83px; */
  }  
  .about-three__points li .icon img {
    /* transition: all 500ms linear;  
    transition-delay: 0.1s; */
    width: 83px;
    height: 83px;
    object-fit: cover;
  }  
  /* .about-three__points li:hover .icon img {
    transform: scale(.9);
  }   */
  .about-three h3{font-family: 'Noto Sans KR', sans-serif; }
  .about-three__points li .content {
    position: relative;
    display: block;
    margin-left: 20px;
  }  
  .about-three__points li .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;    
  }  
  .about-three__points li .content p {
    position: relative;
    display: block;
  }  
  .about-three__happy-clients {
    position: relative;
    display: block;
    max-width: 220px;
    width: 100%;
    text-align: center;
    background-color: #eeeeee;
    padding: 27px 3px 10px;
    top: -10px;
    border-radius: 5px;
  }
  
  .about-three__happy-clients-icon {
    position: relative;
    display: inline-block;
  }


.about-three__happy-clients-icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;    
    background-color: #fea116;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-three__happy-clients-icon span h5{
    color: #0F172B; margin-bottom: 0; top: 3px;
    font-size: 16px;
    font-weight: 600;
}  
.about-three__happy-clients-icon span:hover {
    color: white;
    background: linear-gradient(183deg, rgba(252,192,101,1) 0%, rgba(254,161,22,1) 100%);
}  
.about-three__happy-clients-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 14px;
}  
/* .about-three .btn-all{bottom: 35px;} */
.about-three p {word-break: keep-all; font-size: 15px;}


@media (max-width: 1474px) {
    .about-three__img-box-2{    left: -305px;}
}
@media (max-width: 1347px) {
    .about-three__left{
        margin-left: 51%;
        margin-top: 6%;
    }
}
@media (max-width: 1199px) {
    .about-three__left{
        margin-left: 60%;
        margin-top: -6%;
        margin-right: 9%;
        right: 9%;
    }
    .about-three__img-box-2 {
        left: -115%;
        top: 11%;
    }  
    .about-three{padding: 140px 0 0;} 
    .section0{margin-top: 0; padding-top: 0;}
}
@media (max-width: 774px){
    .about-three__points {      
        display: block;      
        max-width: 688px;        
    }
    .about-three__shape-1 {     
        bottom: -17px;
        right: 10px;
        border-top: 51px solid transparent;
        border-left: 84px solid #fea116;
        border-bottom: 56px solid transparent;     
    }
    .about-three {
        padding: 28% 0px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .about-three__right {
        max-width: 600px;
        margin: 60px auto 0;
    }
}
@media only screen and (max-width: 767px){
    .about-three__right {margin-top: 26%;   }
    .about-three__points{    max-width: 370px; margin-right: 20px;}
    .about-three__points-and-happy-clients{justify-content: center;}
}
@media (max-width: 552px){
    .about-three__left{
        margin-left: 40%;     
        margin-right: 4%;
        right: 5%;
    }
}
@media (max-width: 527px){
    .about-three__happy-clients{
        margin: 45px 0 45px -21px;
    } 
    .about-three__points-and-happy-clients{  
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;    
        margin-top: 45px;
    }
    .about-three .btn-all {
        bottom: 0; 
    }
    .about-three__right .title-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-three__left{  right: -7%;    }
    .about-three__right{padding-left: 6%;}
    .about-three__points .title-wrap {width: 100%;}
    .about-three__points li:last-child{
        margin-right: 0;
    }
}


@media (max-width: 358px){
    .about-three__points{margin-right: 0;} 
    .about-three__left{margin-left: 28%;}
    .about-three__img-box-2{
        left: -80%;
        top: 41%;
        width: 76%;
    }
    .about-three__shape-2{
        top: -107px;
        right: 26px;
    }    
    .about-three__points li{padding-bottom: 5px;}
    .about-three__right h1{font-size: 30px !important;}
}






.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInOut {
    0% {
      -webkit-transform: rotate(0deg) scale(0.7);
      transform: rotate(0deg) scale(0.7);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: rotate(180deg) scale(1);
      transform: rotate(180deg) scale(1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: rotate(360deg) scale(0.7);
      transform: rotate(360deg) scale(0.7);
      opacity: 0;
    }
}
.about-three .img-bounce {   
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
@keyframes ImgBounce {
    0% {      
      transform: translateY(0);
    }  
    100% {     
      transform: translateY(-30px);
    }
}
  
.float-bob-x {   
    animation-name: float-bob-x;  
    animation-duration: 2s; 
    animation-iteration-count: infinite;  
    animation-timing-function: linear;
}
@keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }


.about-three .section0{
    height: 34rem;
    width: 100%;    
    margin-top: 18px;
}
.about-three .section0 iframe{
    /* position: absolute; top:0; left:0; */
    height: 100%;
    width: 100%;
    filter: grayscale(.2);
    /* opacity: 0.9; */
}
.about-three .section0 .gm-style .review-box{display: none !important;}


/* #map{display: none;} */
.map-img img{
    width: 100%;
}


/* popup */
.popup{
    position: fixed;
    width: 20%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    top: 16%;
    z-index: 1000; 
    display: none;
    border-radius: 5px;
}


@media (max-width: 575px)
{
    .popup_mobile
    {   
        left:0% !important;
        right:0% !important;
        margin: auto !important;
    }
}



/* .popup4{   
    left: 6%;
}
.popup2{   
    left: 27%;
}
.popup3{   
    left: 48%;
}
.popup1{    
    left: 69%;
} */
/* .popup .img_wrap{height: 600px;} */
.swiper-card{
    width: 100%;  
}


.blackall{
    position: absolute;
    top:0;
    left:0;
    width: 0;
    height: 100%;
    background-color: #00000080;
    z-index: 1004;
}
/* .popup .img_wrap1, .popup .img_wrap2{
    margin-right: 20px;
} */
.popSwiper .swiper-button-prev{
    left: 15px;
}
.popSwiper .swiper-button-next{
    right: 15px;
}
.popSwiper .swiper-button-prev, .popSwiper .swiper-button-next{
    /* top: 30%; */
}
.popSwiper .swiper-pagination{
    width: 100%;
    height: 20px;
    bottom: 30px !important;
    /* position: absolute;
    bottom: 30px;
    left: 0; */
    z-index: 50;
    background-color: #1C1C1C;
}


.popSwiper .swiper-pagination .swiper-pagination-bullet{
    background: #ffffff;
}
.popSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fea116;
} 


.popSwiper .swiper-button-next::after, .popSwiper .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: #f5f5f5;
    background: rgba(63, 63, 63, 0.7);
}



.popup .img_wrap{  
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;  
    background-color: #1c1c1c;
}
.popup img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.popup .swiper, .popup .swiper-wrapper, .popup .swiper-slide, .popup .swiper-card{ 
    background-color: #000000;
    border-radius: 5px;
    overflow: hidden;
}


.popup .btn_wrap{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    font-size: 13px;
    font-weight: 300;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    /* margin-top: 10px; */
}
.popup .btn_wrap div, .popup .btn_wrap div button{ 
    color: #ffffff;    
    height: 100%;   
    transition: all ease .2s;
}
.popup .btn_wrap button{
    background-color: transparent;
}
.popup .close24{
    background: #1c1c1c;
    width: 100%; 
    text-align: left; 
    display: flex;
    justify-content: start;
    align-items: center; 
}
.popup .btn_close24{
    padding: 0 12px;
}
.popup .close { 
    width: 20%;
    background: #555555;  
    display: flex;
    justify-content: center;
    align-items: center; 
    cursor: pointer;
}
.popup.on {
    display: block;  
}
.blackall.on {
    width: 100%; 
}


.popup .close:hover{
    background: #ffffff;
    color: #1c1c1c !important;
    background: #9b8880;
}
.popup .btn_close24:hover{
    background: #9b8880;
}


@media (max-width: 575px){
    .popup{
        width: 68%;
        /* right: 12px; */
        left: 16%;
    }
    .popup .btn_wrap{
        height: 55px;
    }
    .popSwiper .swiper-pagination{
        bottom: 53px !important;
    }
}