@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 
html {scroll-behavior: smooth;}

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-tablet-mobile {display:none;}
.only-mobile {display:none;}

#container {min-height: auto !important;}
.contain {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; transition:.2s; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1460px; z-index:2;}
#header .sitelogo {padding: 15px 0;}
#header .sitelogo a {display: flex; align-items: center;}
#header .sitelogo img {max-height: 70px;}
#header.active .sitelogo a, #header.header-fixed .sitelogo a {width: 293px; height: 69px; background: url('../images/common/logo_b.png') no-repeat center center; background-size: contain; transition: 0s}
#header.active .sitelogo a img, #header.header-fixed .sitelogo a img {display: none;}

#header.active, #header.header-fixed {background-color: #fff;}
#header.active #gnb > ul > li > a, #header.header-fixed #gnb > ul > li > a {color: #2c2c2c;}

#gnb {flex:1 1 auto; min-width:0; width:1%;}
#gnb > ul {display:flex; justify-content:flex-end; margin: 0 -65px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:99px; padding:0 65px; color:#fff; font-size:22px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu ul {padding-top: 22px; padding-bottom: 27px;}
#gnb .submenu ul li {padding:8px 0;}
#gnb .submenu ul li a {position: relative;display:block; line-height:1.5em; letter-spacing:-.03em; font-size: 16px;}
#gnb .submenu ul li a:hover {color:#bc3b2b; text-decoration: underline; text-underline-offset: 5px;}
#header.active #gnb > ul > li.active > a, #header.header-fixed #gnb > ul > li.active > a {color: #bc3b2b;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fafafa; border-bottom:1px solid #ddd;}

#header.header-white #gnb > ul > li > a {color:#fff;}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#fff;}

#header.header-white:hover {background:#fff;}
#header.header-white:hover #gnb > ul > li > a {color:#242424;}
#header.header-white:hover .btn-m-menu span,
#header.header-white:hover .btn-m-menu span:before,
#header.header-white:hover .btn-m-menu span:after {background:#242424;}

#header.header-white.header-fixed {background:#fff;}
#header.header-white.header-fixed #gnb > ul > li > a {color:#242424;}
#header.header-white.header-fixed .btn-m-menu span,
#header.header-white.header-fixed .btn-m-menu span:before,
#header.header-white.header-fixed .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#242424;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:25px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:20px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-78%) rotate(45deg); width:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#bc3b2b;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fafafa; color:#454545; font-size:18px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li {padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#bc3b2b;}
.mobile-navigation .close {position:absolute; top:25px; right:18px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#454545; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-banner {z-index:100;position: fixed; left: 0; bottom: 0; width: 100%; background: url('../images/main/bg_banner.jpg') no-repeat center center; background-size: cover;}
.main-banner .contain {display: flex; justify-content: space-between; align-items: center; padding: 30px;}
.main-banner .left h2 {font-size: 60px; font-weight: 800; line-height: 1em; color: #fff; margin-top: 20px;}
.main-banner .top {display: flex; align-items: center; gap: 9px; margin-bottom: 9px;}
.main-banner .item {position: relative;}
.main-banner .tit {position: absolute; left: 20px; top: 0; line-height: 50px; font-weight: 500; font-family: "noto-sans-cjk-kr", sans-serif; font-size: 16px; color: #878787;}
.main-banner .tit:before {position: absolute; content: '*'; right: -8px; top: 50%;transform: translateY(-50%); color: #bc3b2b; font-weight: 500;}
.main-banner .inquiry-input:focus ~ .tit {display: none;}
.main-banner .inquiry-input {border-radius: 5px; padding: 10px 15px; resize: none; height: 50px; border: none; outline: none}
.main-banner .right form {display: flex; gap: 18px;}
.main-banner .btn-sumit {background: #282828; border: none; font-family: "noto-sans-cjk-kr", sans-serif; width: 100%; height: 130px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 700;}
.main-banner .check {color: #fff; font-size: 14px; letter-spacing: -.04em; font-family: "noto-sans-cjk-kr", sans-serif;}
.main-banner .checkbox label:before {width: 16px; height: 16px; margin-right: 4px;}

.main-visual {position:relative; overflow:hidden; text-align:center; color:#fff;}
.main-visual .item {position:relative; overflow:hidden; height:100vh; max-height: 980px;}
.main-visual .item img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transition:5s; transform:scale(1.1);}
.main-visual .caption {position:absolute;  bottom:50%; left:0; width:100%; line-height:1.3em; letter-spacing:-.03em; transition:1.4s; transform:translateY(50%); font-size: 32px; text-shadow: 1px 1px 5px rgba(0,0,0,.5);}
.main-visual .caption h2 {font-size: 70px; margin-top: 50px;}
.main-visual .slick-arrow {position:absolute; display:flex; align-items:center; top:50%; color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;  width:70px; height:70px;}
.main-visual .slick-prev {left:100px; background:url("../images/main/slide_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-prev:hover {background:url("../images/main/slide_prev_on.png") 50% 50% no-repeat; background-size: contain; transition: .3s;}
.main-visual .slick-next {right:100px; background:url("../images/main/slide_next.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next:hover {background:url("../images/main/slide_next_on.png") 50% 50% no-repeat; background-size: contain; transition: .3s;}
.main-visual .slick-dots {position:absolute; bottom:60px; left:0; width:100%; text-align:center; line-height:0;}
.main-visual .slick-dots li {display:inline-block; margin:0 8px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:15px; height:15px; opacity: 40%; color:#fff; font-size:14px; font-weight:700; background:transparent; transition:.2s; border: none; border-radius:100%; text-indent: -9999em; background-color: #fff;}
.main-visual .slick-dots li.slick-active button {position: relative; opacity: 100%;}
.main-visual .scroll {position:absolute; bottom: 7%; left:50%; transform: translateX(-50%); margin-top:25px; z-index:50; display: flex; flex-direction: column;}
.main-visual .scroll span {font-size: 15px; margin-bottom: 5px; font-weight: 200; letter-spacing: .1em;}
.main-visual .scroll .img {animation:1.5s scrollUpDown linear infinite;}
.main-visual .active .item img {transform:scale(1);}

section {padding: 100px 0; overflow: hidden;}
.section-tit {position: relative; text-align: center; font-size: 50px; font-weight: 600; padding-top: 50px; padding-bottom: 60px; color: #242424;}
.section-tit:before {position: absolute; content: ''; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 33px; background: url('../images/main/ico_title.png') no-repeat center center; background-size: contain;}
section:nth-child(odd) .section-tit {color:#fff; text-shadow: 0 0 10px rgba(0,0,0,.3)}
section:nth-child(odd) .section-tit:before {background: url('../images/main/ico_title_w.png') no-repeat center center; background-size: contain;}
section .item-tit {font-weight: 600; font-size: 20px; color: #333;}
.point {color: #bc3b2b;}
.main-tit h2 {font-size: 40px; line-height: 1em; display: inline-block; position: relative;}
.section .contain {max-width: 1260px;}

.section01 {padding-bottom: 0; color: #fff; text-align: center;}
.section01 .sec-cnt {padding-top: 150px; padding-bottom: 100px; position: relative; background: url('../images/main/bg_section01.jpg') no-repeat center right; background-size: cover;margin-top: 100px;}
.section01 .sec-cnt:before {position: absolute; content: ''; background: url('../images/main/section01_food.png') no-repeat center center; background-size: contain; width: 100%; height: 236px; top: -100px; left: 0;}
.section01 .main-tit {font-size: 24px; position: relative; padding-bottom: 60px;}
.section01 .main-tit:before {position: absolute; content: ''; width: 1px; height: 40px; background: #bc3b2b; left: 50%; bottom: 0; transform: translateX(-50%);}
.section01 .main-tit strong {font-weight: 600;}

.section01 .main-tit h2 {margin-top: 13px; position: relative;}
.section01 .main-tit h2:before {position: absolute; content:''; width: 25px; height: 21px; top: 0; left: -40px; background: url('../images/main/tit_left.png') no-repeat center center; background-size: contain;}
.section01 .main-tit h2:after {position: absolute; content:''; width: 25px; height: 21px; top: 0; right: -40px; background: url('../images/main/tit_right.png') no-repeat center center; background-size: contain;}
.section01 .main-cnt {padding-top: 20px;}
.section01 .main-cnt p {font-size: 18px; line-height: 1.667em; margin-bottom: 32px;}
.section01 .main-cnt .txt-large {font-size: 22px; font-weight: 500;}
.section01 .main-cnt .txt-large.point {font-weight: 700;}
.section01 .main-cnt .sign {display: flex; align-items: center; justify-content: center; gap: 15px;}


.section02, .section05 {background: url('../images/main/bg_section02.jpg') no-repeat top center; background-size: cover;}
.section02 .main-tit h2 {padding-bottom: 30px; margin-bottom: 30px;}
.section02 .main-tit h2:before {position: absolute; content: ''; bottom: 0;width: 50px; height: 3px; background: rgba(255,255,255,.6); left: 50%; transform: translateX(-50%);}
.section02 .main-tit span {font-weight: 400;}
.section02 .item {position: relative; color: #fff; width: calc((100% - 60px) / 2); max-width: fit-content; text-align: center;}
.section02 .item .img {border-radius: 15px; overflow: hidden; box-shadow: 0 3px 12px rgba(0,0,0,.7)}
.section02 .item .txt {opacity: 0; transform: translateY(-10px); position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); left: 50%; top: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,.6); border-radius: 10px; font-size: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1.5em;}
.section02 .item:hover .txt {opacity: 1; transition: .3s;}
.section02 .contain {display: flex; align-items: center; justify-content:center; gap: 60px; flex-wrap: wrap;}

.section03 .contain {display: flex; align-items: center; justify-content: center; gap: 20px;}
.section03 .item {position: relative; border-radius: 25px; width: calc((100% - 60px) / 4); max-width: 285px }
.section03 .img {position: relative; width: 100%; padding-bottom: 71.175%; overflow: hidden; border-radius: 25px 25px 0 0; display: block; border: 2px solid #bc3b2b; border-bottom: none;}
.section03 .img img {position: absolute; width: 100%; height: auto; min-height: 100%; max-width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.section03 .txt {padding: 35px 0; text-align: center; border: 2px solid #bc3b2b; border-top: none; border-radius: 0 0 25px 25px;}
.section03 .num {position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); width: 52px; height: 52px; color: #fff; font-size: 24px; font-weight: 700; border-radius: 100%; background: #bc3b2b; display: flex; align-items: center; justify-content: center;}

.section04 {background: url('../images/main/bg_section04.jpg') no-repeat center center; background-size: cover;}
.section04 table {width: 100%; border-collapse: collapse; position: relative;}
.section04 table:before {position: absolute; content: '(VAT별도)'; font-size: 16px; color: #fff; right: 0; top: -32px;}
.section04 th {color: #fff; background: #282828; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 17px 15px; font-weight: 600; font-size: 20px;}
.section04 th:first-child, .section04 td:first-child {border-left: none;}
.section04 td {background: #fff; text-align: center;border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 17px 15px;}
.section04 td:nth-child(3) {font-weight: 500; color: #242424;}
.section04 tr:last-child th {background: #bc3b2b; border-bottom: none;}
.section04 .caption {color: #fff; margin-top: 15px;}

.section05 {position: relative; z-index: -1;}
.section05 .items {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 70px 158px;}
.section05 .item {width: 16%;text-align: center;}
.section05 .item .ico {position: relative; background: #fff; margin: 0 auto 15px; width: 175px; height: 175px; border-radius: 100%; border: 10px solid #f2d8d5; box-shadow: 3px 0 7px rgba(0,0,0,.2); display: flex; align-items: center; justify-content: center;}
.section05 .item .ico:before {position: absolute; content: ''; background: #bc3b2b; height: 60px; width: 200px; right: 0; transform: translateX(100%); z-index: -1;}
.section05 .item:nth-child(3) .ico:before {width: 60px; height: 60px; right: 50%; bottom: -140px; transform: translateX(50%);}
.section05 .item:nth-child(6) .ico:before,
.section05 .item:nth-child(5) .ico:before {right: auto; left:0; transform: translateX(-100%)}
.section05 .item:nth-child(4) .ico:before {right: auto; left:0; transform: translateX(-100%); width: 85px;}
.section05 .item:nth-child(4) .ico:after {position: absolute; content: ''; left: -70px; transform: translateX(-100%); background: url('../images/main/ico_arrow.png') no-repeat center center; width: 61px; height: 90px;}
.section05 .item .ico .num {position: absolute; left: 0; top: 0; color: #fff; background: #bc3b2b; font-size: 20px; font-weight: 700; color: #fff; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 100%; }

.section06 {position: relative;}
.section06 .section-tit {z-index: 3;}
.section06 .map-bg {height: 100vh; position:absolute; top:0; left:0; width:100%; height:100%; max-height: 1348px;}
.section06 .map-bg img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.section06 .contain .img {text-align: center;}
.section06 .slick-list, .section06 .slick-track {height: 100%;}

@keyframes scrollUpDown{
	0%,100% {transform:translateY(-5px);}
	50% {transform:translateY(10px);}
}

.m-head h2 {font-size:44px; line-height:1.3em; letter-spacing:-.03em;}
.m-head .en {color:#bc3b2b; font-weight:700; line-height:1.3em; letter-spacing:.1em; margin-bottom:5px;}
.m-head .txt {color:#686868; font-size:17px; line-height:1.765em; letter-spacing:-.03em; margin-top:15px;}


/* sub */
.sub-visual {position:relative; height:576px; color:#fff; text-align:center; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:58%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:52px; font-weight:700; line-height:1.3em; letter-spacing:-.03em; text-align: left;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg2-2 {background-image:url("../images/common/sv2_2.jpg");}
.sub-visual .bg2-3 {background-image:url("../images/common/sv2_3.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; border-bottom:1px solid #ddd; text-align:center; background-color: #f4f4f4; padding: 0 15px;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb .swiper-container {margin-bottom:-2px;}
.lnb .swiper-wrapper, .sub-tab .swiper-wrapper {transform: translate3d(0px, 0px, 0px);}
.lnb .swiper-wrapper {margin-left: -15px;}
.lnb ul {justify-content:flex-start;}
.lnb ul li {text-align:center; width: max-content; min-width: 80px;}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:64px; padding:0 15px; color:#878787; font-size:18px; font-weight:300; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {font-weight:500; color: #0a6a7e; }
.lnb ul li.active a:before {position: absolute; content: ''; width: 20px; height: 3px; background-color: #0a6a7e; left: 50%; bottom: 0; transform: translateX(-50%);}

.sub-title {padding-top: 100px; padding-bottom: 80px; max-width: 1260px; margin: 0 auto; display: flex;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title > * {flex: 1;}
.sub-title h2 {font-size: 42px; line-height: 1.3em; color: #2c2c2c;}
.sub-title .doc-tit {margin-bottom: 22px;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:123px;}

/* footer */
#footer {background-color: #282828; padding: 40px 0; font-size: 14px; margin-bottom: 227px; }
#footer .contain {display: flex; justify-content: space-between;}
#footer .ico {display: inline; margin-right: 10px;}
#footer .ico img {vertical-align: middle;}
/* ############################################### */
#footer .logo {margin-bottom: 20px;}
.f-link a {margin-right: 35px; color: #ccc; font-weight: 16; font-weight: 500;}
#footer address {font-style: normal; margin-bottom: -2px;}
#footer address span {padding-right: 30px; color: #c8c8c8; font-weight: 300; position: relative;}
#footer address span:not(:last-child):before {position: absolute; content: ''; right: 13px; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; background: rgba(255,255,255,.3);}
#footer .copyright {color: #959595; font-size: 14px; font-weight: 300; margin-top: 10px;}
#footer .copyright span {color: #787878; font-weight: 300;}
#footer .copyright a {font-weight: 500;}
#footer .copyright a:hover {text-decoration: underline; transition: 0.2s;}

#footer .right {display: flex; align-items: center;}
/* ############################################### */

.foot-wrap {display:flex; justify-content:space-between; padding:70px 0;}
.foot-wrap .f-nav {width:58%; max-width:800px;}
.foot-wrap .f-nav > ul {display:flex;}
.foot-wrap .f-nav > ul > li {width:25%;}
.foot-wrap .f-nav > ul > li > a {display:block; font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:19px;}
.foot-wrap .f-nav .submenu ul li {margin-bottom:18px;}
.foot-wrap .f-nav .submenu ul li:last-child {margin-bottom:0;}
.foot-wrap .f-nav .submenu ul li a {color:#909090;}
.foot-wrap .f-nav .submenu ul li a:hover {color:#fff;}
.foot-wrap .f-contact {width:38%; max-width:510px;}
.foot-wrap .f-contact .item {margin-bottom:30px;}
.foot-wrap .f-contact .item:last-child {margin-bottom:0;}
.foot-wrap .f-contact .item.flex {display:flex; align-items:center;}
.foot-wrap .f-contact dt {font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:16px;}
.foot-wrap .f-contact dd {color:#909090;}
.foot-wrap .f-contact .tel {display:inline-flex; align-items:center; padding:0 33px; margin-left:40px; height:69px; font-size:28px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; background:#ab8000; border-radius:70px;}
.foot-wrap .f-contact .tel:before {content:""; margin-right:20px; width:22px; height:22px; background:url("../images/common/tel.png") 50% 50% no-repeat; background-size:contain;}

.footer {display:flex; justify-content:space-between; align-items:center; padding:28px 0; border-top:1px solid rgba(255,255,255,.3);}
.footer .copyright {color:#909090;}
.footer .copyright > span:nth-child(1) {margin-right:48px;}
.footer .links {text-align:right;}
.footer .links a {margin-left:44px; display:inline-block;}
.footer a:hover {text-decoration:underline;}

.scroll-top {position:fixed; bottom:300px; right:60px; width:60px; height:60px;line-height:1em; text-align:center; display:flex; justify-content:center; align-items:center; z-index:80;}
.scroll-top span:before {content:""; display:block; margin:0 auto 10px; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:7px solid #fff;}