@charset "utf-8";

@import url("common.css");

/*********************************************
    헤더
*********************************************/
body.nav-open{ overflow: hidden; }
.temp_header_skin1{z-index: 1000; position: fixed; top: 0; left: 0; width: 100%; height: 120px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.30); 
    transition: all 0.5s;}
.temp_header_skin1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.0) 100%
    );
}
.temp_header_skin1 .header_con{width: 100%; margin: auto;}
.temp_header_skin1 .header_inner{height: 120px; position: relative;}
.temp_header_skin1 .header_inner .logo{position: absolute; height: 49.6px; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.temp_header_skin1 .header_inner .logo svg {height: 100%;}
.temp_header_skin1 .header_inner .logo svg *{transition: all 1s;}
.temp_header_skin1 .header_inner #gnb_btn{width: 90px; height: 30px; position: absolute; top: 50%; left: 170px; transform: translateY(-50%); cursor: pointer; z-index: 100;}
.temp_header_skin1 .header_inner #gnb_btn .hamburger_rolling{width: 90px; height: 30px; overflow: hidden;}
.temp_header_skin1 .header_inner #gnb_btn .hamburger_wrap{display: flex; align-items: center; gap: 10px; transition: all 0.3s cubic-bezier(.165, .84, .44, 1); height: 30px;}
.temp_header_skin1 .header_inner #gnb_btn .hamburger_rolling:hover .hamburger_wrap{transform: translateY(-30px);}
.temp_header_skin1 .header_inner #gnb_btn .hamburger_icon{width: 20px; height: 5px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.temp_header_skin1 .header_inner #gnb_btn .hamburger_icon i{display: block; width: 100%; height: 1px; background: #353F49; position: absolute; transition: all 1s;}
.temp_header_skin1 .header_inner #gnb_btn .hamburger_icon i:nth-child(1){top: 0; animation: burgerLineTopClose 0.6s forwards;}
.temp_header_skin1 .header_inner #gnb_btn .hamburger_icon i:nth-child(2){top: 5px; animation: burgerLineBottomClose 0.6s forwards;}
.temp_header_skin1 .header_inner #gnb_btn span{color: #353F49; font-family: 'Outfit'; font-size: 24px; font-weight: 400; line-height: 120%; transition: all 1s;}
.temp_header_skin1 .header_inner .header_utll{position: absolute; right: 170px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 17px;}
.temp_header_skin1 .header_inner .open_date{color: #FFF; font-family: 'Pretendard'; font-size: 18px; font-weight: 700; line-height: normal; width: 155px; height: 38px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); border-radius: 5px; border: 1px solid rgba(255, 255, 255, 0.10); box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);}
.temp_header_skin1 .header_inner .open_date span{font-family: 'Outfit'; font-weight: 800;}
.temp_header_skin1 .header_inner .top_tel{display: flex; align-items: center; gap: 7px;}
.temp_header_skin1 .header_inner .top_tel span{color: #FFF; font-family: 'Outfit'; font-size: 28px; font-weight: 400; line-height: 120%; letter-spacing: -0.28px;}

.header_gnb{position: fixed; left: 0; background: #353F49; width: 100%; height: 100vh; padding-top: 220px; clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);}
.header_gnb_bg.top{position: fixed; top: 0; left: 0; width: 100vw; height: 220px; background: #353F49; clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%); transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);}
.header_gnb_bg.bottom{position: fixed; bottom: 0; left: 0; width: 100vw; height: 100px; background: #353F49; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);}
.header_gnb a{color: #fff;}

.nav-open .header_inner #gnb_btn .hamburger_icon i:nth-child(1){animation: burgerLineTopOpen 0.6s forwards;}
.nav-open .header_inner #gnb_btn .hamburger_icon i:nth-child(2){animation: burgerLineBottomOpen 0.6s forwards;}
.nav-open .header_inner #gnb_btn .hamburger_icon i{background: #fff;}
.nav-open .header_inner #gnb_btn span{color: #fff;}
.nav-open .header_inner .logo svg *{fill: #fff;}
.nav-open .header_gnb{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
.nav-open .header_gnb_bg.top{clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
.nav-open .header_gnb_bg.bottom{clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);}

.main_wrap .header_inner #gnb_btn .hamburger_icon i{background: #fff;}
.main_wrap .header_inner #gnb_btn span{color: #fff;}
.main_wrap .header_inner .logo svg *{fill: #fff;}

@keyframes burgerLineTopClose {
    0% {transform: translateY(2.5px) rotate(0deg);}
    50% {transform: translateY(2.5px) rotate(0deg);}
    100% {transform: translateY(0px) rotate(0deg);}
}
@keyframes burgerLineTopOpen {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(2.5px) rotate(0deg);}
    100% {transform: translateY(2.5px) rotate(45deg);}
}

@keyframes burgerLineBottomClose {
    0% {transform: translateY(-2.5px) rotate(0deg);}
    50% {transform: translateY(-2.5px) rotate(0deg);}
    100% {transform: translateY(0px) rotate(0deg);}
}
@keyframes burgerLineBottomOpen {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(-2.5px) rotate(0deg);}
    100% {transform: translateY(-2.5px) rotate(-45deg);}
}

.gnb_depth_1{width: 100%; margin: auto; display: flex; flex-direction: column; gap: 50px; padding-left: 170px;}
.gnb_depth_1 > li{position: relative; overflow: hidden;}
.gnb_depth_1 > li > a{color: #FFF; font-family: 'Outfit'; font-size: 36px; font-weight: 500; line-height: normal; transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 1; display: block; transform: translateY(45px);}
.gnb_depth_1 > li.motion > a{transform: translateY(0);}
.gnb_depth_1 > li:hover ~ li > a{opacity: 0.3;}
.gnb_depth_1 > li:has(~ li:hover) > a{opacity: 0.3;}
.gnb_depth_1 > li > a:hover{opacity: 1;}

.gnb_depth_2{display: none; padding-top: 16px;}
.gnb_depth_2 ul{display: flex; flex-direction: column; gap: 14px;}
.gnb_depth_2 a{color: #FFF; font-family: 'Pretendard'; font-size: 18px; font-style: normal; font-weight: 500; position: relative;}
.gnb_depth_2 a::after{content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: #FFF; transition: all 0.3s;}
.gnb_depth_2 a:hover::after{width: 100%;}

.sns_btn_wrap{display: flex; gap: 8px; position: absolute; left: 170px; bottom: 104px;}
.sns_btn_wrap .sns_btn{width: 34px; height: 34px; border-radius: 34px; background: #4C5864; display: flex; align-items: center; justify-content: center; transition: all 0.3s;}
.sns_btn_wrap .sns_btn img{display: block; filter: grayscale(1) brightness(0.6); transition: all 0.3s;}
.sns_btn_wrap .sns_btn:hover{background: #69A9C5;}
.sns_btn_wrap .sns_btn:hover img{filter: grayscale(0) brightness(1);}


.allmenu_con{display: none;}
.temp_header_skin1.scrollDown{transform: translateY(-100%);}
.temp_header_skin1.scrollTop{transform: translateY(0);}
.temp_header_skin1.on{backdrop-filter: blur(30px);}

@media screen and (max-width: 900px) {
    .temp_header_skin1{height: 70px; border-bottom: 1px solid rgba(255, 255, 255, 0.30);}
    .temp_header_skin1 .header_inner{height: 70px;}
    .header_gnb_bg.top{display: none;}
    .header_gnb_bg.bottom{display: none;}
    .temp_header_skin1 .header_inner #gnb_btn{left: 20px; height: 17px;}
    .temp_header_skin1 .header_inner #gnb_btn span{font-size: 14px;}
    .temp_header_skin1 .header_inner #gnb_btn .hamburger_icon{width: 12px;}
    .temp_header_skin1 .header_inner #gnb_btn .hamburger_rolling{height: 17px;}
    .temp_header_skin1 .header_inner #gnb_btn .hamburger_wrap{gap: 5px; height: 17px;}
    .temp_header_skin1 .header_inner #gnb_btn .hamburger_wrap:last-child{display: none;}
    .temp_header_skin1 .header_inner #gnb_btn .hamburger_rolling:hover .hamburger_wrap {transform: unset;}
    .temp_header_skin1 .header_inner .logo{height: 35px;display: flex;align-items: center;}
    .temp_header_skin1 .header_inner .logo svg{height: 100%;}
    .header_gnb{padding-top: 130px;}
    .gnb_depth_1{padding: 0 20px; text-align: center; gap: 40px;}
    .sns_btn_wrap{left: 0; right: 0; bottom: 92px; justify-content: center;}
    .temp_header_skin1::before {display: none;}
}
/*********************************************
    푸터
*********************************************/


/********************************************* 
    서브 비주얼
*********************************************/
/* .sub_wrap{overflow: hidden;}
.sub_top_visual{width: 100%; height: 485px; position: relative; padding: 182px 0 0; z-index: 20; max-width: 1500px; margin: auto;}

.sub_top_visual .bg_motion{position: absolute; top: 0; right: 50%; transform: translateX(50%); width: 100vw; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; transition: all 1s; z-index:1000;}
.sub_top_visual .bg_motion .bkbg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; z-index: 1; transition: all 1s;}
.sub_top_visual .bg_motion::after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000;}
.sub_top_visual .bg_motion h2{color: #FFF; font-family: 'Outfit'; font-size: 100px; position: relative; z-index: 2; opacity: 0; filter: blur(10px); transition: 1s; letter-spacing: 20px;}
.sub_top_visual .bg_motion h2 strong{font-weight: 500;}

.sub_top_visual.ani1 .bg_motion h2{opacity: 1; filter: blur(0); letter-spacing: 0;}

.sub_top_visual.ani2 .bg_motion{width: 720px; height: 360px; border-radius: 20px; top: 182px; right: 0; transform: translateX(0%);}
.sub_top_visual.ani2 .bg_motion .bkbg{opacity: 1;}
.sub_top_visual.ani2 .bg_motion h2{opacity: 0; filter: blur(10px); transform: translateX(-100%);}  */

.sub_top_visual {
    position: relative;
    max-width: 1580px;
    margin:0 auto;
    padding-top:180px;
    height:230px;
    transition: all .3s;
    box-sizing: content-box;
}
.sub_top_bg {width: 50%; height: 470px; display: block; position: relative; margin: auto; opacity: 0; animation: sub_top_bg 2s both ease-in-out; will-change: width;}
.sub_top_bg::after{content: ""; position: absolute; top: -55px; left: 0; right: 0; margin: auto; width: 1px; height: 0; background: #353F49; animation: sub_top_line 1s 1.5s both ease-in-out;}
@keyframes sub_top_bg {
    0%{width: 70%; opacity: 0;}
    100%{width: 100%; opacity: 1;}
}
@keyframes sub_top_line {
    0%{height: 0;}
    100%{height: 110px;}
}

.sub_top_visual h2 {position: relative; color:#353F49; font-size:110px; font-weight: 500; line-height:80px; font-family: 'Outfit'; text-align: center; margin-bottom: 30px;}
.sub_top_visual p{text-align: center; font-size: 30px; color: #353F49; font-weight: 500; font-family: 'SUIT';}
.sub_top_visual .sub_visual_title {color: #fff; position: relative; z-index: 20; text-align: center;}
.sub_top_visual .sub_visual_title strong {
    font-weight: 500;
}

.sub_overview .sub_top_bg{background: url('/resources/img/sub/sub_overview.jpg') center center/cover no-repeat;}
.sub_brand .sub_top_bg{background: url('/resources/img/sub/sub_brand.jpg') center center/cover no-repeat;}
.sub_location .sub_top_bg{background: url('/resources/img/sub/sub_location.jpg') center center/cover no-repeat;}
.sub_premium .sub_top_bg{background: url('/resources/img/sub/sub_premium.jpg') center center/cover no-repeat;}
.sub_contact .sub_top_bg{background: url('/resources/img/sub/sub_contact.jpg') center center/cover no-repeat;}
.sub_regist .sub_top_bg{background: url('/resources/img/sub/sub_regist.jpg') center center/cover no-repeat;}
.sub_news .sub_top_bg{background: url('/resources/img/sub/sub_news.jpg') center center/cover no-repeat;}
.sub_event .sub_top_bg{background: url('/resources/img/sub/sub_event.jpg') center center/cover no-repeat;}

@media screen and (max-width: 1650px){
    .sub_top_visual{padding: 200px 30px 0;}
}

@media screen and (max-width: 1024px) {
    .sub_top_bg{height: 230px;}
    .sub_top_visual {height: 250px; padding:140px 20px 0;}
    .sub_top_visual h2 {padding: 0; font-size:40px; line-height: 50px; margin-bottom: 10px;}
    .sub_top_visual #page_location{justify-content: center;}
}
@media screen and (max-width: 480px) {
    /* .sub_top_visual {height: 200px;} */
}

/* .sub_overview .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_overview.jpg') center center/cover no-repeat;}
.sub_brand .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_brand.jpg') center center/cover no-repeat;}
.sub_location .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_location.jpg') center center/cover no-repeat;}
.sub_premium .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_premium.jpg') center center/cover no-repeat;}
.sub_contact .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_contact.jpg') center center/cover no-repeat;}
.sub_regist .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_regist.jpg') center center/cover no-repeat;}
.sub_news .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_news.jpg') center center/cover no-repeat;}
.sub_event .sub_top_visual .bg_motion .bkbg{background: url('/resources/img/sub/sub_event.jpg') center center/cover no-repeat;} */
/* @media screen and (max-width: 1260px) {
    .sub_top_visual {padding-top: 140px; height:580px;}
    .sub_top_visual .bg_motion h2 {font-size:40px;}
    .sub_top_visual.ani2 .bg_motion{width: calc(100% - 32px); height: 310px; top: 270px; right: 16px;}
} */


/*********************************************
    브레드크럼 (Breadcrumbs) 네비게이션
    사용자의 현재위치 / 사이트 이동경로
*********************************************/
/* .page_location_nav {position: relative; width: 100%; opacity: 0; filter: blur(10px); transition: 1s 0.3s;}
.page_location_nav nav{display: flex; align-items: center; gap: 12px;}
.page_location_nav nav .home,
.page_location_nav nav .home a,
.page_location_nav nav .home a svg{display: block;}
.page_location_nav nav .line{width: 28px; height: 1px; background: #353F49;}
.page_location_nav nav .line:last-child{display: none;}
.page_location_nav dt{color: #353F49; font-family: 'Outfit'; font-size: 16px; font-weight: 400; position: relative; padding-right: 20px;}
.page_location_nav dd{color: #353F49; font-family: 'Outfit'; font-size: 16px; font-weight: 400; padding: 20px; position: absolute; background: #fff; transform: translateX(-20px) translateY(20px); border: 1px solid #353F49; display: none;}
.page_location_nav dd ul{display: flex; flex-direction: column; gap: 10px;}
.page_location_nav button{background: transparent; border: 0; position: absolute; top: 0; right: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-end; cursor: pointer;}
.page_location_nav button svg{position: relative; right: 0; top: 0;}
.page_location_nav .path-item.active button svg{transform: rotate(180deg);}
.page_location_nav h2{margin-top: 20px; color: #353F49; font-family: 'Outfit'; font-size: 100px;}
.page_location_nav h2 strong{font-weight: 500;}

@media screen and (max-width: 1260px) {
    .page_location_nav {padding:0 16px; z-index: 1001;}
    .page_location_nav h2 {font-size:40px;}
}


.sub_top_visual.ani2 .page_location_nav{opacity: 1; filter: blur(0);} */
.sub_top_visual #page_location{display: flex; align-items: center; justify-content: flex-end; gap: 10px; position: relative; top: 26px;}
.sub_top_visual #page_location span{width: 2px; height: 2px; border-radius: 2px; background: #353F49; display: block;}
.sub_top_visual #page_location li{font-size: 16px; letter-spacing: -0.5px; color: #353F49; font-weight: 300; font-family: 'pretendard';}




/* 푸터SNS */
#footer .f-inner .r-box .sns-utils ul li a {
    border-radius: 15px;
}
#footer .f-inner .r-box .sns-utils ul li a.b-btn {
    background-image: url(/resources/img/common/blog.jpg);
    background-size: contain;
}

#footer .f-inner .r-box .sns-utils ul li a.b-btn:hover {
    background-image: url(/resources/img/common/blog_on.jpg);
    background-size: contain;
}

#footer .f-inner .r-box .sns-utils ul li a.y-btn {
    background-image: url(/resources/img/common/youtube.jpg);
    background-size: contain;
}

#footer .f-inner .r-box .sns-utils ul li a.y-btn:hover {
    background-image: url(/resources/img/common/youtube_on.jpg);
    background-size: contain;
}

#footer .f-inner .r-box .sns-utils ul li a.i-btn {
    background-image: url(/resources/img/common/insta.jpg);
    background-size: contain;
}

#footer .f-inner .r-box .sns-utils ul li a.i-btn:hover {
    background-image: url(/resources/img/common/insta_on.jpg);
    background-size: contain;
}

#footer .f-inner .r-box .sns-utils ul li a.p-btn {
    background-image: url(/resources/img/common/plus.jpg);
    background-size: contain;
}

#footer .f-inner .r-box .sns-utils ul li a.p-btn:hover {
    background-image: url(/resources/img/common/plus_on.jpg);
    background-size: contain;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #353F49;
    transform: translateY(100%);
    transition: transform 0.8s;
    z-index: 999;
    /* margin-top:-4.8px; */
}
.sub #footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: unset; */
    height: 420px;
    overflow: hidden;
    background: #353F49;
    transition: all 0.8s;
    z-index: 999;
    transform: translateY(0);
    /* margin-top:-4.8px; */
}
#footer.on {
    transform: translateY(0);
    transition: all 0.8s;
}


#footer .f_inner_top {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 9% 2% 17%;
}
#footer .f_inner_top .f_inner_top_left {
    display: flex;
    flex-wrap: wrap;
}
#footer .f_inner_top .f_inner_top_left p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    font-family: 'Pretendard';
}
#footer .f_inner_top .f_inner_top_left p:last-child {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
#footer .f_inner_top .f_inner_top_left p:last-child img {
    width: auto;
    height: 16px;
    margin-left: 5px;
}
#footer .f_inner_top .f_inner_top_right p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Pretendard';
}
#footer .f_inner_top .f_inner_top_right p b {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: 'Outfit';
}

#footer .f-inner {
    /* width: 1140px; */
    margin: 0 auto;
    padding: 55px 9% 37px;
}

#footer .f-inner:after {
    display: block;
    content: '';
    clear: both;
}

#footer .f-inner .r-box {
    float: right;
    text-align: right;
}


#footer .f-inner .r-box .sns-utils {
    margin: 0;
}

#footer .f-inner .r-box .sns-utils ul {
    display: inline-block;
}

#footer .f-inner .r-box .sns-utils ul li {
    float: left;
    margin: 0 0 0 8px;
}

#footer .f-inner .r-box .sns-utils ul li:first-child {
    margin: 0;
}

#footer .f-inner .r-box .sns-utils ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    text-indent: -9999em;
    transition: background .3s;
}

#footer .f-inner .r-box .kolong-logo {
    margin: 58px 0 0;
    text-align: right;
}

#footer .f-inner .r-box .kolong-logo a {
    display: inline-block;
}

#footer .f-inner .r-box .kolong-logo a img {
    width: 90px;
}

#footer .f-inner .l-box {
    float: left;
    width: 80%;
}

#footer .f-inner .l-box .f-menu {padding-left: 12%;}

#footer .f-inner .l-box .f-menu ul {
    overflow: hidden;
}

#footer .f-inner .l-box .f-menu ul li {
    float: left;
    position: relative;
    margin: 0 0 0 40px;
}

#footer .f-inner .l-box .f-menu ul li:first-child {
    margin: 0;
}

#footer .f-inner .l-box .f-menu ul li:before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: -21px;
    width: 1px;
    height: 13px;
    background: #4e5a65;
}

#footer .f-inner .l-box .f-menu ul li:first-child:before {
    display: none;
}

#footer .f-inner .l-box .f-menu ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #dddddd;
}

#footer .f-inner .l-box .f-info {
    position: relative;
    margin: 12px 0 0;
    padding: 0 0 0 12%;
}

#footer .f-inner .l-box .f-info .f-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 83px;
    margin: -25px 0 0;
}

#footer .f-inner .l-box .f-info .f-logo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

#footer .f-inner .l-box .f-info .info-box {}

#footer .f-inner .l-box .f-info .info-box>div {
    font-family: 'Pretendard';
    font-size: 14px;
    line-height: 20px;
    color: #D0D0D0;
}

#footer .f-inner .l-box .f-info .info-box>div .br {
    display: none;
}
#footer .f-inner .l-box .f-info .info-box .ori {
    margin-top: 12px;
}

#footer .top-trg {
    position: fixed;
    bottom: -9999px;
    right: 50%;
    z-index: 99;
    width: 50px;
    height: 50px;
    margin: 0 -655px 0 0;
    opacity: 0;
    transition: opacity .3s;
}

#footer .top-trg.on {
    bottom: 79px;
    opacity: 1;
}

#footer .top-trg.fixed {
    position: absolute;
    top: -85px;
}

#footer .top-trg>img {
    width: 100%;
    height: 100%;
}
#footer .f-logo.mo_only {
    display: none;
}
@media screen and (max-width: 1390px) {
    #footer .f-inner {
        padding: 29px 9% 37px;
    }
    #footer {
        height: 425px;
    }
}
@media screen and (max-width: 834px) {

    #footer {
        position: fixed;
        left: 0;
        /* bottom: -105vw; */
        bottom: 0;
        width: 100%;
        height: 90vw;
        transform: translateY(100%);
        overflow: hidden;
        background: #353F49;
        transition: all 0.8s;
        z-index: 999;
        /* margin-top:-4.8px; */
    }
    .sub #footer {
        position: absolute;
        left: 0;
        bottom: auto !important;
        width: 100%;
        height: 90vw;
        /* height: unset; */
        overflow: hidden;
        background: #353F49;
        transition: all 0.8s;
        z-index: 999;
        /* margin-top:-4.8px; */
    }
    #footer .f-inner {
        /* width: 750px; */
        width: 100%;
        padding: 30px 20px;
        margin-top: -9px;
    }

    #footer .f-inner .r-box {
        overflow: hidden;
        float: none;
        display: flex;
        justify-content: center;
    }
    #footer .f-inner .r-box .cs-trg {
        float: left;
        padding: 0 0 0 40px;
        background-size: 29px;
        font-size: 30px;
        line-height: 45px;
    }
    #footer .f-inner .r-box .sns-utils {
        margin: 0;
        width: 31%;
    }
    #footer .f-inner .r-box .sns-utils ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #footer .f-inner .r-box .sns-utils ul li {
        margin: 0 0 0 2vw;
    }
    #footer .f-inner .r-box .sns-utils ul li a {
        width: 4vw;
        height: 4vw;
        border-radius: 45%;
    }
    #footer .f-inner .r-box .kolong-logo {
        float: right;
        margin: 0;
    }
    #footer .f-inner .r-box .kolong-logo a {
        padding: 16px 0;
    }
    #footer .f-inner .r-box .kolong-logo a img {
        width: 135px;
    }
    #footer .f-inner .l-box {
        float: none;
        margin: 10px 0 0;
        padding: 10px 0 0;
        width: 100%;
    }
    #footer .f-inner .l-box .f-menu {
        text-align: center;
        padding-left: 0;
    }
    #footer .f-inner .l-box .f-menu ul {
        display: inline-block;
    }
    #footer .f-inner .l-box .f-menu ul li {
        margin: 0 0 0 20px;
    }
    #footer .f-inner .l-box .f-menu ul li a {
        font-size: 2vw;
        line-height: 35px;
        font-weight: bold;
    }
    #footer .f-inner .l-box .f-menu ul li:before {
        width: 2px;
        height: 15px;
        background: #4e5a66;
        left: -10px;
    }
    #footer .f-inner .l-box .f-info {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
    }
    /* #footer .f-inner .l-box .f-info .f-logo {
            width: 12vw;
            height: 12vw;
            margin: -8vw 0 0;
            top:70%;
        } */
    #footer .f-inner .l-box .f-info .f-logo {
        display: none;
    }
    #footer .f-inner .l-box .f-info .info-box>div {
        font-size: 2vw;
        line-height: 3vw;
        letter-spacing: -1px;
        font-weight: 500;
        word-break: keep-all;
    }
    #footer .f-inner .l-box .f-info .info-box>.ori {
        margin-top: 3vw;
    }
    #footer .f-inner .l-box .f-info .info-box>div .br {
        display: block;
    }
    #footer .f-inner .l-box .f-info .info-box>div img {
        width: 16vw;
    }
    #footer .top-trg {
        right: 0;
        width: 100px;
        height: 100px;
        margin: 0;
    }
    #footer .top-trg.fixed {
        position: absolute;
        top: -100px;
    }
    #footer .f-logo.mo_only {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6% 0;
    }
    #footer .f-logo.mo_only img {
        width: 7%;
    }
    #footer .f_inner_top {
        flex-direction: column;
        align-items: center;
        padding: 0;
        border-bottom: none;
    }
    #footer .f_inner_top .f_inner_top_left {
        width: 60%;
        justify-content: center;
        text-align: center;
        word-break: keep-all;
    }
    #footer .f_inner_top .f_inner_top_left img {
        width: 100%;
    }
    #footer .f_inner_top .f_inner_top_right {
        width: 65%;
        text-align: center;
        padding: 2% 0;
    }
    #footer .f_inner_top .f_inner_top_right p,
    #footer .f_inner_top .f_inner_top_right p b {
        font-size: min(18px,4vw);
    }
}

@media screen and (max-height: 700px) {
    #footer,
    .sub #footer {
        margin-top: -10px;
    }
}
@media screen and (max-width: 674px) {
    #footer,
    .sub #footer {
        height: 120vw;
    }
    #footer .f-inner {
        padding: 10px 20px;
    }
    #footer .f-logo.mo_only img {
        width: 11%;
    }
    #footer .f-inner .l-box {
        padding: 20px 0 0;
    }
    #footer .f-inner .l-box .f-menu ul li a {
        font-size: 2.5vw;
    }
    #footer .f_inner_top .f_inner_top_left {
        width: 90%;
    }
    #footer .f_inner_top .f_inner_top_right p,
    #footer .f_inner_top .f_inner_top_right p b {
        font-size: min(19px, 4vw);
    }
    #footer .f-inner .r-box .sns-utils {
        width: 45%;
    }
    #footer .f-inner .r-box .sns-utils ul li a {
        width: 8vw;
        height: 8vw;
    }
    #footer .f-inner .l-box .f-info {
        margin: 0;
    }
    #footer .f-inner .l-box .f-info .info-box>div {
        font-size: 3vw;
        line-height: 4.5vw;
        font-weight: 300;
    }
}
@media screen and (max-width: 500px) {
    #footer,
    .sub #footer {
        height: 140vw;
    }
    #footer .f_inner_top .f_inner_top_left p {
        font-size: 15px;
    }
}


