@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#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-mobile {display:none;}

#main #container {overflow: hidden;}

.contain {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#main #container .contain {max-width: 1260px;}

/* header */
#header {position:fixed; top: 0; width:100%; z-index:100; background: #fff;}
#header .contain { display:flex; align-items:center; justify-content:space-between; max-width: 1780px; height:var(--header-height); z-index:10;}

#header.scroll_on {background: none;}
#header.scroll_on .bt-lang {border-color: #fff; color: #fff; background: unset;}
#header.scroll_on .sitelogo img {filter: grayscale(1) brightness(50);}
#header.scroll_on #gnb>ul>li>a {color: #fff;}
#header.scroll_on .btn-m-menu span:before,
#header.scroll_on .btn-m-menu span:after,
#header.scroll_on .btn-m-menu span:last-child:before,
#header.scroll_on .btn-m-menu span:last-child:after {background: #fff;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:center;}
#gnb>ul>li {position:relative; padding:0 var(--gnb-indent);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:18px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #0081cc;}
#gnb>ul>li:first-child .submenu {width: 1000px;}
#gnb .submenu {display:none; position:absolute; text-align: left; left:0; width:335px; background:#fff; padding: 25px var(--gnb-indent) 65px;}
#gnb .submenu>ul {display: flex; flex-wrap: wrap; gap: 6px 0;}
#gnb .submenu>ul>li {width: 50%;}
#gnb .submenu>ul>li>a {display:block; color:#2c2c2c; font-weight: 600; font-size:16px; line-height:2em; padding-right: 60px;}
#gnb .submenu>ul>li>a:hover {color: #0081cc;}
.submenu-tit {color: #a8a8a8; font-size: 14px; margin-bottom: 12px;}

.h-right {display: flex; gap: 30px; align-items: center; justify-content: flex-end; width: 300px;}

.global {position: relative; width:auto; display: flex; align-items: center; justify-content: center; z-index:51;}
.global.active .bt-lang:before {transform:rotate(180deg);}
.bt-lang {position:relative; display:block; line-height:1.2em; font-size:12px; font-weight:500;  width:fit-content; color: #2c2c2c; border: 1px solid #2c2c2c; border-radius: 13px; padding: 4px 13px;}
.bt-lang.on {color: #fff; background: #121212;}
.global .lst {display:none; text-align:center; position:absolute; top: 30px; left: 0; width: 100%; border:1px solid #ddd; border-radius:2px; background:#fff; z-index:55;}
.global .lst li { text-align:center; }
.global .lst li a {display:block; font-weight:400; line-height:1.4em; color:#333;text-decoration:none; font-size: 14px; padding: 2px 0;}
.global .lst li a:hover {color:#fff; background: #ddd;}

.submenu-bg {display:none; position:absolute; z-index: -1; width:100%; top: var(--header-height); left:0; background:#fff;}

/* for mobile */
.btn-m-menu {display:flex; justify-content: space-between; position:relative; width:17px; height:17px;}
.btn-m-menu span {position: relative;}
.btn-m-menu span:before, .btn-m-menu span:after {position: absolute; content: ''; width: 5px; height: 5px; border-radius: 100%; background: #403a3a;}
.btn-m-menu span:before {top: 0;}
.btn-m-menu span:after {bottom: 0;}
.btn-m-menu span:last-child:before,
.btn-m-menu span:last-child:after {right: 0;}
.btn-m-menu span:last-child:before {background: #0081cc;}

.mobile-navigation {display:block; visibility:hidden; opacity: 0; z-index:102; position:fixed; top:0; right:0; overflow:auto; width:100%; height:100vh; transition:all 0.5s; background:#fff;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .close {position:relative; width:20px; height:20px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; content:""; top:8px; left:0; width:100%; height:3px; background:#121212; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; z-index:100; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6;}
.mobile-navigation .submenu-tit {display: none;}

.mobile-navigation .menu-top .contain {display: flex; justify-content: space-between; align-items: center; height: var(--header-height); max-width: 1780px;}
.btn-global {display: flex; gap: 6px;}
.menu-cnt .contain {display: flex; max-width: 1780px;}
.menu-cnt .menu-txt {display: flex; width: 38.3725%; padding-left: 160px; flex-direction: column; justify-content: space-between;  height: calc(100vh - var(--header-height)); padding-top: var(--mo-menu-top); padding-bottom: var(--mo-menu-bot);}
.menu-cnt .nav-menu {flex: 1; height: calc(100vh - var(--header-height) - var(--mo-menu-bot)); overflow-y: scroll; padding-top: var(--mo-menu-top);}
.nav-menu>ul>li:not(:last-child) {margin-bottom: 90px;}
.nav-menu>ul>li>a {font-weight: 600; font-size: 32px;}
.nav-menu .submenu {margin-top: 40px;}
.nav-menu .submenu ul {display: flex; flex-wrap: wrap; gap: 25px 0;}
.nav-menu .submenu li {width: 20%;}
.nav-menu .submenu a {font-weight: 600; font-size: 20px; padding-right: 50px; line-height: 1.4em;}
.nav-menu .submenu a:hover {color: #0081cc;}

.nav-menu::-webkit-scrollbar {width: 4px;}
.nav-menu::-webkit-scrollbar-thumb {background: #2c2c2c;}
.nav-menu::-webkit-scrollbar-track {background: #f1f1f1;}

html.menu-opened {overflow:hidden; }
html.menu-opened .mobile-navigation {visibility:visible;opacity: 1;}

/* main */
.s-inner {width:1400px; position:relative; margin-left:auto; margin-right:auto;}
html.no_scroll {position:fixed; left:0; top:0; right:0; bottom:0;}

#mVisu .flex-wrap {width:100%; position:relative; max-width: 1280px; margin: 0 auto 125px; padding: 0 30px; display: flex; justify-content: space-between; align-items: center;}
#mVisu .tit {opacity:0; transform:translateY(70px); animation:mVisu_tit 0.5s linear forwards 1.5s}
#mVisu .flex-wrap .scroll-down {text-align: center;}
#mVisu .flex-wrap .scroll-down .txt {writing-mode: tb; margin-bottom: 15px; font-size: 17px; font-weight: 500;}
#mVisu .flex-wrap .scroll-down span {display: inline-block; width: 10px; height: 11px; background: url('../images/main/scroll-down.png') no-repeat center center; background-size: contain; animation:scrollDown .7s linear infinite alternate;}

@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

#mVisu {display:flex; justify-content:center; align-items:center; flex-direction:column; width:100%; height:100vh; background:#fff; padding-top:var(--header-height); position:relative; overflow:hidden; z-index:30 !important;}
#mVisu .mVisu_slide_wrap {height:300px; margin:0 auto;}
#mVisu .mVisu_slide_box {width:0; height:300px; border-radius:150px; box-shadow:0 40px 40px rgba(12,17,27,0.15); position:absolute; left:50%; top:0; z-index:5; margin:0 auto; transform:translateX(-50%); /*position:absolute; left:50%; top:63vh; transform:translateX(-50%);*/ transition:width 0.4s 0.4s, height 0.4s, top 0.4s, left 0.4s 0.4s, transform 0.4s 0.4s, border-radius 0.2s, box-shadow 0.2s; overflow:hidden;}
#mVisu.active .mVisu_slide_box {width:100%; /* transition:width 0.8s 1s, height 1s, top 1s, left 0.8s 1s, transform 0.8s 1s, border-radius 0.5s, box-shadow 0.5s;*/}
/*#mVisu .mVisu_slide_box.on {width:100vw; height:100vh; top:0; border-radius:0; box-shadow:none; position:absolute; left:50%; top:0; transform:translateX(-50%); transition:width 0.8s, height 1s 0.8s, top 1s 0.8s, border-radius 0.5s 0.8s, box-shadow 0.5s 0.8s, position 0s 0.8s;}*/
#mVisu .mVisu_slide_box.on {width:100vw !important; height:100vh; left:50%; top:0; border-radius:0; transform:translateX(-50%); margin:0; transition:width 0.4s, height 0.4s 0.4s, top 0.4s 0.4s, border-radius 0.2s 0.8s, box-shadow 0.2s 0.4s, position 0s 0.4s; transition-timing-function:ease-in-out;}
#mVisu .mVisu_slide_box.stop {transition:all 0s; transition-timing-function:ease-in-out;}

#mVisu .mVisu_slide {width:100vw; height:100vh; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); overflow:hidden; background:#000;}
#mVisu .mVisu_slide .swiper-slide {height:100%; position:relative; opacity:0 !important;}
#mVisu .mVisu_slide .swiper-slide-active {opacity:1 !important}
#mVisu .mVisu_slide video {min-width:125vw; min-height:125vh; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%)}
#mVisu .mVisu_slide .img_box {width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; position:absolute; left:0; top:0; opacity:0; transition:opacity 0.4s}
#mVisu .mVisu_slide .swiper-slide-active .img_box {opacity:1;}
#mVisu .mVisu_slide .swiper-button-next, #mVisu .mVisu_slide .swiper-button-prev {display:block; width:70px; line-height:44px; opacity:0; font-size:14px; font-weight: 500; color:#fff; background-image: none; z-index: 10; pointer-events: all; cursor:pointer;}
#mVisu .mVisu_slide .swiper-button-next {right:115px; text-align:right; padding-right:20px;}
#mVisu .mVisu_slide .swiper-button-prev {left:85px; text-align:left; padding-left:20px;}
#mVisu .mVisu_slide .swiper-button-next:after, #mVisu .mVisu_slide .swiper-button-prev:after {content:''; width:0; height:2px; background:#fff; position:absolute;  top:50%; margin-top:-1px; transition:all 0.5s}
#mVisu .mVisu_slide .swiper-button-next:after {right:6px;}
#mVisu .mVisu_slide .swiper-button-prev:after {left:6px;}
#mVisu .mVisu_slide .swiper-button-next:before, #mVisu .mVisu_slide .swiper-button-prev:before {width:20px; height:20px; background-repeat:no-repeat; background-position:center center; background-size:8px 13px; position:absolute; top:50%; margin-top:-10px; transition:all 0.5s}
#mVisu .mVisu_slide .swiper-button-next:before {content:''; background-image:url('../images/main/icon_arrow_next_w.png'); right:0;}
#mVisu .mVisu_slide .swiper-button-prev:before {content:''; background-image:url('../images/main/icon_arrow_prev_w.png'); left:0;}
#mVisu .mVisu_slide .swiper-button-next:hover:after {width:20px; right:-13px}
#mVisu .mVisu_slide .swiper-button-prev:hover:after {width:20px; left:-13px;}
#mVisu .mVisu_slide .swiper-button-next:hover:before {right:-20px;}
#mVisu .mVisu_slide .swiper-button-prev:hover:before {left:-20px;}
#mVisu .mVisu_slide .swiper-pagination {opacity:0; transition:opacity 0.5s; height: auto; top: auto; background: none;}
#mVisu .mVisu_slide.swiper-container-horizontal>.swiper-pagination-bullets {bottom:240px;}
#mVisu .mVisu_slide.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 14px;}
#mVisu .mVisu_slide .swiper-pagination-bullet {width:167px; height:auto; border-radius:0; background:none; font-size:14px; color:#fff; padding-bottom:15px; position:relative; opacity:0.5; font-weight: 500;}
#mVisu .mVisu_slide .swiper-pagination-bullet .num {display:inline-block; margin-right:8px;}
#mVisu .mVisu_slide .swiper-pagination-bullet .num:after {content:''; display:block; width:100%; height:2px; background:rgba(255,255,255,0.4); position:absolute; left:0; bottom:0;}
#mVisu .mVisu_slide .swiper-pagination-bullet .num .progress {content:''; display:block; width:0; height:2px; background:#fff; position:absolute; left:0; bottom:0; z-index:2;}
#mVisu .mVisu_slide .swiper-pagination-bullet-active .num .progress:before {position: absolute; content: ''; right: 0; top: 50%; margin-top: -2px; width: 5px; height: 5px; border-radius: 100%; background: #fff;}
#mVisu .mVisu_slide .swiper-pagination-bullet a {display:none; width:100%; font-size:0.81em; color:#fff; text-align:center; position:absolute; left:0; top:100%; margin-top:15px;}
#mVisu .mVisu_slide .swiper-pagination-bullet a:after {content:''; display:inline-block; width:9px; height:9px; background:url(../images/mVisu_icon.svg) no-repeat center center; background-size:9px 9px; margin-left:2px; position:relative; top:1px;}
#mVisu .mVisu_slide .swiper-pagination-bullet-active {opacity:1;}
#mVisu .mVisu_slide .swiper-pagination-bullet-active .num .progress {animation:mVisu_bullet 11000ms forwards linear;}
#mVisu .mVisu_slide .swiper-pagination-bullet-active a {display:block;}
#mVisu .stop .mVisu_slide .swiper-button-next, #mVisu .stop .mVisu_slide .swiper-button-prev, #mVisu .stop .mVisu_slide .swiper-pagination {opacity:1;}
#mVisu .mVisu_slide .swiper-pagination-bullet:hover {opacity:1;}

@keyframes mVisu_tit {
	0% {opacity:0; transform:translateY(70px);}
	100% {opacity:1; transform:translateY(0px);}
}

@keyframes mVisu_bar {
	0% {top:-10px; transform:scale(0.5)}
	100% {top:90%; transform:scale(1)}
}

@keyframes mVisu_bullet {
	0% {width:0%;}
	100% {width:100%;}
}

@media screen and (min-height:1080px){

	#mVisu .mVisu_slide_wrap {height:300px;}
	#mVisu .mVisu_slide_box {height:300px;}
}

.main-solution {padding: var(--main-padding) 0 var(--main-logn-padding);}
.solution-items {display: flex; justify-content: space-between; gap: 50px;}
.solution-items h3 {margin-top: 60px;}
.solution-items .item:hover img {animation:SolutionIcon 1s ease-in-out infinite}

@keyframes SolutionIcon {
		0% {transform: rotate(0);}
		100% {transform: rotate(.5turn);}
}

.main-since {padding: 0 0 var(--main-logn-padding);}
.main-since .tag {width: fit-content; margin-left: auto; margin-right: auto; padding: 0 15px; border-radius: 30px;}
.main-since .fz38 {line-height: 1.421em;}

.main-product {padding-bottom: var(--main-logn-padding);}
.main-slider {padding-top: var(--main-padding);}
.main-slider .btn-more {position: relative; height: fit-content; background: url('../images/main/more-arrow.png') no-repeat center right; background-size: 7px 11px; padding-right: 18px; font-size: 16px; font-weight: 500; color: #2c2c2c; margin-top: 20px;}
.main-slider .flex-tit {display: flex; justify-content: space-between; position: relative; margin-bottom: 80px;}
.main-slider .swiper-container {max-width: calc(50% + 600px); margin-right: 0; padding-bottom: 105px;}
.main-slider .swiper-wrapper {margin: 0 -25px;}
.main-slider .swiper-slide {}
.main-slider .item {display: block; padding: 0 25px; transition: all .5s;}
.main-slider .thumb {position: relative; width: 100%; padding-bottom: 90.4255%; margin-bottom: 35px; overflow: hidden; border-radius: var(--products-gallery-radius);}
.main-slider .thumb:after {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 4px solid #0081cc; border-radius: var(--products-gallery-radius); opacity: 0;}
.main-slider .thumb img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.main-slider .sort {font-weight: 500; font-size: 16px; color: #a8a8a8; margin-bottom: 10px;}
.main-slider .tit {font-weight: 600; font-size: 26px; color: #121212;}

.main-slider .item:hover .thumb:after {opacity: 1;}
.main-slider .item:hover .sort,
.main-slider .item:hover .tit {color: #0081cc;}
.swiper-function {display: flex; justify-content: space-between; align-items: center; gap: 70px; position: absolute; bottom: 1px; width: 100%;}
.swiper-function .arrows {flex: 1; display: flex; justify-content: space-between; align-items: center; height: 25px;}
.swiper-function .swiper-button-prev,
.swiper-function .swiper-button-next {position: relative; width: 15px; height: 100%; overflow: hidden; text-indent: -9999em;}
.swiper-function .swiper-button-prev {background: url('../images/main/ms-prev.png') no-repeat center center; background-size: contain;}
.swiper-function .swiper-button-next {background: url('../images/main/ms-next.png') no-repeat center center; background-size: contain;}

.swiper-function .swiper-pagination-progressbar {position: relative; width: calc(100% - 140px); right: 0; height: 4px; border-radius: 2px 0 0 2px; background: #dfdfdf;}
.swiper-function .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #121212; border-radius: 2px;}

.main-why {padding-bottom: var(--main-padding);}
.main-why .sec-tit h2 {position: absolute;}
.why-items .item {width: 50%; padding-right: var(--why-indent);}
.why-items .img {margin-bottom: 40px; border-radius: var(--products-gallery-radius); overflow: hidden; width: fit-content; height: fit-content;}
.why-items .item .desc {position: absolute;}
.why-items .item:last-child .desc {position: relative;}
.why-items .item .desc p:not(:last-child) {margin-bottom: 20px;}
.why-items .item:nth-child(odd) {padding-right: 0; padding-left: var(--why-indent); margin-left: auto;}

.main-partners {position:relative; width:100%; padding: var(--main-padding) 0;}
.main-partners .swiper-container {position:relative; margin-top: 50px;height: 195px;}
.main-partners .swiper-wrapper {transition-timing-function: linear !important; width: max-content; margin: 0 auto;}
.main-partners .swiper-slide a {position: relative; display: block; padding: 0 15px; width: 100%; height: 100%;}
.main-partners a img {position: absolute; width: auto; height: auto; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}

.main-inquiry {padding-bottom: var(--main-padding);}
.main-inquiry .inquiry-form .form .row {flex-wrap: nowrap; margin: 0;}
.main-inquiry .inquiry-form .form .col {padding: 5px;}
.main-inquiry .inquiry-form {background: #fff;}
.main-inquiry .inquiry-form .submit-area {margin-top: 40px;}
.main-inquiry .inquiry-form .form .input {height: 54px; font-size: 18px; padding: 15px 20px;}
.main-inquiry .inquiry-form .form textarea.input {height:160px;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:576px; background:#333; color:#fff; text-align:center;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.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;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.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; margin-bottom: 70px; padding: 0 30px;}
.lnb {margin:0 auto; max-width:1200px; }
.lnb ul {display:flex; border-bottom: 1px solid #ddd; margin: 0 -20px;}
.lnb ul li {text-align:center; width: auto; padding: 0 20px;}
.lnb ul li:first-child {borderleft:1px solid #ddd;}
.lnb ul li a {position: relative; display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:50px; color:#a8a8a8; font-size:28px; font-weight:700; line-height:1em;}
.lnb ul li.active a {color:#2c2c2c;}
.lnb ul li.active a:before {position: absolute; content: ''; bottom: -1px; left: 0; right: 0; border-bottom: 1px solid #2c2c2c;}

.path-wrap {margin-bottom: 35px;}
.path-wrap .inner {display: flex; color: #a8a8a8; font-size: 15px;}
.path-wrap .part {position: relative; padding-left: 45px;}
.path-wrap .part:before {position: absolute; content: ''; top: 50%; left: 15px; width: 15px; height: 1px; background: #ccc;}
.path-wrap .part ul {display: none;}
.path-wrap .part:last-child {color: #0081cc;}

.sub-title {max-width:1460px; margin:0 auto;}
.sub-title h1 {font-size:24px; color:#0081cc; margin-bottom: 20px; font-weight: 600;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}
#contArea.short .contain {max-width: 1260px;}

.real-cont {padding-bottom:175px; padding-top: calc(120px + var(--header-height));}

.txt-center {text-align: center;}
.icon img {vertical-align: middle; margin-top: -.02em;}

.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}

.c1 {color: #121212 !important;}
.c2 {color: #0081cc !important;}
.c3 {color: #a8a8a8 !important;}
.c4 {color: #fff !important;}

.bgc1 {background: #0081cc;}

.fz14 {font-size: 14px !important;}
.fz15 {font-size: 15px !important;}
.fz16 {font-size: 16px !important; line-height: 1.75em;}
.fz17 {font-size: 17px !important; line-height: 1.6470588em;}
.fz18 {font-size: 18px !important; line-height: 1.66667em;}
.fz20 {font-size: 20px !important; line-height: 1.6em;}
.fz22 {font-size: 22px !important;}
.fz24 {font-size: 24px !important;}
.fz26 {font-size: 26px !important;}
.fz30 {font-size: 30px !important; line-height: 1.46666em;}
.fz32 {font-size: 32px !important; line-height: 1.2em;}
.fz38 {font-size: 38px !important;}
.fz42 {font-size: 42px !important; line-height: 1.38095em;}
.fz48 {font-size: 48px !important; line-height: 1.33333em;}

/* footer */
.quick-menu {position: fixed; right: 30px; bottom: 30px; z-index: 120; text-align: center;}
.catalog-link {background: #0081cc; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 25px 0; border-radius: 24px; margin-bottom: 10px;}
.catalog-link .txt {writing-mode: tb; color: #fff; font-weight: 600; font-size: 15px;}
.scroll-top {display: block;width:48px; height:48px; background: url('../images/common/scroll-top.png') no-repeat center center; background-size: contain;}


#footer {padding: 80px 0 85px; background: #f1f1f1; color: #2c2c2c;}
#footer .contain {display: flex; justify-content: space-between; max-width: 1780px !important; gap: 50px;}
#footer .sitelogo {display: inline-block;margin-bottom: 60px;}
.f-loca {display: flex; gap: 60px; margin-bottom: 30px;}
.f-loca strong {font-size: 14px; margin-bottom: 5px; display: block;}
#footer address span {font-style: normal; font-size: 15px;}
#footer address {display: flex; gap:0 45px; flex-wrap: wrap;}
#footer address span.fw700 {margin-right: 10px;}

.f-right {text-align: right; display: flex; flex-direction: column; justify-content: space-between;}
.sns-links {display: flex; gap: 7px; justify-content: flex-end;}
.copyright {font-size: 11px;width: max-content; display: flex; justify-content: flex-end;}
.copyright span {padding-left: 5px;}
.f-link {font-size: 13px; padding-top: 10px; margin-bottom: 40px;}
.f-link a {display: block; line-height: 2em;}












