@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1260px; padding-left:var(--padding-contain); padding-right:var(--padding-contain); margin:0 auto;}

/* header */
#header {position:sticky; top:0; left:0; width:100%; height:var(--header-height); background:#fff; transition:.2s; z-index:100;}
#header .contain {position:relative; display:flex; justify-content:space-between; align-items:center; width:100%; max-width:1780px; height:100%; z-index:2;}

.sitelogo img {height:55px;}

#gnb > ul {display:flex;}
#gnb > ul > li {position:relative; padding:0 55px;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#242424; font-size:20px; font-weight:700; line-height:1.2em; letter-spacing:-.03em;}
#gnb > ul > li.active .submenu {background:#fb9400;}
#gnb > ul > li.active .submenu * {color:#fff;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#454545; font-size:16px; font-weight:400; line-height:1.33em; transition:none;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset:0.25em;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd; overflow:hidden;}
.submenu-bg:before {content:""; position:absolute; bottom:-20px; left:50%; width:90%; max-width:1200px; height:220px; transform:translateX(-50%); background:url('../images/common/sm_bg.png') 100% 100% no-repeat;}

.header-fixed {box-shadow:0 0 3px rgba(0,0,0,.15);}

.pull-right {display:flex; align-items:center;}

.top-links {margin-left:40px; font-weight:500; line-height:1.5em; letter-spacing:-.03em;}
.top-links:first-child {margin-left:0;}
.top-links ul {display:flex;}
.top-links ul li {display:flex; align-items:center;}
.top-links ul li:before {content:''; width:1px; height:13px; margin:-.1em 10px 0; background:#6f6f6f;}
.top-links ul li:first-child::before {display:none;}
.top-links ul li a:hover {text-decoration:underline; text-underline-offset:0.25em;}
/* .top-links ul li i {display:block; width:24px; height:24px; margin:0 10px; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;} */
.top-links .icon-login {background-image:url('../images/common/icon-login.png');}
.top-links .icon-join {background-image:url('../images/common/icon-join.png');}

.top-btn-donate {display:inline-flex; align-items:center; height:50px; padding:0 20px; margin-left:40px; border-radius:50px; background:var(--color-primary); color:#fff; font-size:var(--font-size-20); font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.top-btn-donate svg {overflow:visible; margin-right:10px;}

#moveHeart {animation:1.4s heartUpDown linear infinite;}

@keyframes heartUpDown{
	0%,100% {transform:translateY(0);}
	50% {transform:translateY(-5px);}
}

/* for mobile */
.btn-m-menu {display:none; flex-direction:column; align-items:flex-end; color:#505050; font-size:12px; line-height:1em; letter-spacing:-.06em; }
.btn-m-menu span {display:flex; flex-direction:column; align-items:flex-end; }
.btn-m-menu span:before,
.btn-m-menu span:after {content:''; display:block; height:2px; margin-bottom:7px; background:#2c2c2c;}
.btn-m-menu span:before {width:26px;}
.btn-m-menu span:after {width:16px;}

.mobile-navigation {position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:var(--header-height); padding:10px 20px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) 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:var(--color-primary);}
.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:#f8f8f8; color:#2c2c2c; font-size:15px; font-weight:500; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:6px 0;}
.mobile-navigation .nav-menu .submenu > ul > li br {display:none;}
.mobile-navigation .close {position:absolute; top:20px; 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:#2c2c2c; 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;}

.mobile-navigation .top-links {display: none;}

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 #container .contain {max-width:1460px;}

.main-visual {position:relative; height:calc(100vh - (var(--header-height))); max-height:980px; background:#000; overflow:hidden; color:#fff;}
.main-visual .item {position:relative; height:calc(100vh - (var(--header-height))); max-height:980px; overflow:hidden;}
.main-visual .contain {width:90%; height:100%;}
.main-visual .wrap {display:flex; flex-direction:column; justify-content:center; position:relative; height:100%;}
.main-visual .video-container {padding-bottom: 0; height: 100%; background: #fff;}
.main-visual .video-container > div {width: 100%; height: 100%;}
.main-visual .bg {background:url('../images/main/mv1-bg.jpg') 50% 50% no-repeat; background-size:cover;}
.main-visual .ani {transition:.9s; transform:translate(100px,0); opacity:0;}
.main-visual .obj {position:absolute; bottom:-78px; right:0;}
.main-visual .caption .txt1 {display:inline-block; padding:20px 40px; border-radius:50px; background:#0069e9; color:#fff; font-size:30px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.main-visual .caption .txt2 {margin-top:65px;}
.main-visual .caption .txt3 {margin-top:50px; color:#fff; font-size:45px; font-weight:600; line-height:1.33em;}
.main-visual .caption .txt4 {margin-top:35px; color:#ffff00; font-size:30px; font-weight:500; line-height:1.4em;}
.main-visual .caption .btn {display:inline-flex; align-items:center; margin-top:55px; padding:20px 50px; background:var(--color-primary); color:#fff; font-size:20px; font-weight:700; line-height:1.3em; border-radius:50px;}
.main-visual .caption .btn:after {content:'→'; display:inline-block; margin-left:10px; transition:.2s;}
.main-visual .caption .btn:hover {background:#fb9400;}
.main-visual .caption .btn:hover::after {transform:translate(10px,0);}
.main-visual .slick-arrow {position:absolute; top:50%; z-index:50; overflow:hidden; filter: brightness(0.5); width:var(--slide-arrow); height:var(--slide-arrow); margin-top:calc(0px - (var(--slide-arrow) / 2)); background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; border:0; font-size:0; text-indent:-9999em; opacity:.6;}
.main-visual .slick-arrow:hover {opacity:1;}
.main-visual .slick-prev {left:2%; background-image:url("../images/main/slide-prev.svg");}
.main-visual .slick-next {right:2%; background-image:url("../images/main/slide-next.svg");}
.main-visual .slick-dots {position:absolute; bottom:50px; left:0; z-index:50; width:100%; line-height:0; text-align:center;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {display:block; overflow:hidden; width:15px; height:15px; background:#fff; border:0; border-radius:100px; opacity:.3; text-indent:-999em;}
.main-visual .slick-dots li.slick-active button {opacity:1;}
.main-visual .active .ani {transform:translate(0,0); opacity:1;}
.main-visual .active .delay-1 {transition-delay:.2s;}
.main-visual .active .delay-2 {transition-delay:.3s;}
.main-visual .active .delay-3 {transition-delay:.4s;}
.main-visual .active .delay-4 {transition-delay:.5s;}
.main-visual .active .delay-5 {transition-delay:.6s;}

.main-visual .video-js {background: #fff;}
.main-visual [data-slick-index="2"] .video-js {background: linear-gradient(to right, #d1d5e0, #c9ccd3);}

.m-head {margin-bottom:40px; text-align:center;}
.m-head h2 {font-size:var(--font-size-50); font-weight:600; line-height:1.3em; letter-spacing:-.03em;}
.m-head h2 strong {color:var(--color-primary);}
.m-head p {margin-top:12px; font-size:var(--font-size-18); line-height:1.5em; letter-spacing:-.03em;}

.main-gallery .slider a {position: relative;}
.main-gallery .caption {pointer-events: none; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: absolute; background: rgba(0,0,0,.9); top: 0; left: 0; width: 100%; height: 100%; color: #fff; gap: 25px; opacity: 0; transition: .2s;}
.main-gallery .slider a:hover .caption {opacity: 1;}

.main-gallery {overflow:hidden; padding:var(--main-section-padding); background:#f3f3f3 url('../images/main/gallery-bg.png') 50% 50% no-repeat; background-size:cover;}
.main-gallery .wrap {position:relative;}
.main-gallery .m-head {text-align:left;}
.main-gallery .swiper-container {overflow:visible;}
.main-gallery .swiper-slide:nth-child(odd) {padding-top:30px;}
.main-gallery .item {padding:20px; background:#fff;}
.main-gallery .item .thumb {position:relative; padding-bottom:80%; margin-bottom:24px; overflow:hidden;}
.main-gallery .item .thumb img {position:absolute; top:50%; left:0; transition:.7s; transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-gallery .item .tit {overflow:hidden; word-break:break-all; white-space:nowrap; text-overflow:ellipsis; font-size:var(--font-size-24); font-weight:600; line-height:1.33em; letter-spacing:-.03em;}
.main-gallery .item .date {margin-top:15px; font-family:'Montserrat',sans-serif; color:#515151; font-weight:500; line-height:1.3em; letter-spacing:0;}
.main-gallery a:hover .item .thumb img {transform:scale(1.05) translateY(-50%); -webkit-transform:scale(1.05) translateY(-50%);}
.main-gallery .arrows {position:absolute; top:0; right:0; display:flex;}
.main-gallery .slide-btn {display:flex; justify-content:center; align-items:center; width:50px; height:50px; margin-left:10px; background:#fff; border:1px solid #ddd; border-radius:100%;}
.main-gallery .slide-btn:hover {background:var(--color-primary); border-color:var(--color-primary);}
.main-gallery .slide-btn:hover path {fill:#fff;}

.main-greetings {padding:var(--main-section-padding); overflow: hidden; background: #ebebf3 url('../images/main/greeting-bg.jpg') 50% 50% no-repeat; background-size: cover;}
.main-greetings .wrap {position: relative;}
.main-greetings h2 {font-size: var(--font-size-40); line-height: 1.25em;}
.main-greetings .txt {position: relative; z-index: 1; width: fit-content;}
.main-greetings .desc {color:#454545;}
.main-greetings .name {width: fit-content; margin-left: auto; padding-right: 80px;}
.main-greetings .chairman {position: absolute; right: 0;top: 0;}

.main-banner {position: relative; padding:var(--main-section-padding);}
.main-banner:before {position: absolute; content: ''; top: 245px; left: 0; width: 100%; height: calc(100% - 365px); background: #fe4101; opacity: .85; z-index: -1;}
.main-banner .wrap {position: relative; padding-top: 125px; color :#fff;}
.main-banner .wrap .img {position: absolute; left: 0; top: 0;}
.main-banner .txt {padding: 75px 110px; width: fit-content; margin-left: auto;}
.main-banner h2 {font-size: var(--font-size-50); line-height: 1em;}
.main-banner .flex-wrap {display: flex; justify-content: space-between; align-items: flex-end;}
.main-banner .desc {font-size: var(--font-size-24); line-height: 1.5em;}
.btn-detail {border: 1px solid rgba(255,255,255,.6); border-radius: 6px; padding: 10px 29px; width: fit-content;}
.btn-detail:hover {background: #fff; color: #fb9400;}

.main-business {position: relative; padding:var(--main-section-padding);}
.main-business:before {position: absolute; content: ''; z-index: -2; top: 0; right: 0; height: 100%; width: calc(50% + 860px); border-radius: 100px 0 0 0; background: #f8f8f8;}
.main-business .wrap {display: flex; justify-content: space-between; gap: 100px;}
.main-business h2 {font-size: var(--font-size-26);}
.main-business h2 span {font-size: var(--font-size-22);;}
.mb-menu {width: 32.15%; max-width: 450px;}
.mb-menu ul {flex-direction: column; max-width: 100%;}
.mb-menu li {position: relative; border-bottom: 1px solid #ddd;}
.mb-menu li.active {border-bottom: 0; color:#fff;}
.mb-menu li:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border-radius: 20px; background: #f8f8f8;}
.mb-menu li.active:before { background: #fe4101;}
.mb-menu li.active .icon img {filter: grayscale(1) brightness(10)}
.mb-menu a {position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; height: 130px; padding: 15px 30px;}
.mb-menu p {margin-top: 10px;}
.business-cnt {flex: 1; display: flex; align-items: flex-end;}
.business-cnt .tab-content {width: 100%;}
.business-cnt .wrap {gap: 0; align-items: flex-end;}
.business-cnt .txt {width: 45.89%; max-width: 390px; padding: 50px 38px; border-radius: 30px; background: #fb9400; color: #fff}
.business-cnt .txt .tag {font-size: var(--font-size-18);}
.business-cnt .photo {flex: 1; margin-left: -60px; overflow: hidden; border-radius: 30px; position: relative; z-index: -1; margin-bottom: 60px; padding-bottom: 50.942%;}
.business-cnt .photo img {position: absolute; width: 100%; height: 100%; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}


.main-support {position: relative; padding:var(--main-section-padding); text-align: center;}
.main-support:before {position: absolute; content: ''; z-index: -2; left: 0; top: -290px; width: 385px; height: 496px; background: url('../images/main/support-bg.png') no-repeat center center; background-size: contain;}
.main-tit {font-size: var(--font-size-50); line-height: 1em; text-align: center;}
.main-support h3 {font-size: var(--font-size-28);}
.main-support p {font-size: var(--font-size-18);}
.main-support .items {display: flex; gap: 48px;}
.main-support .item {flex: 1; border-radius:20px; padding: 60px 15px 50px; box-shadow: 5px 5px 20px rgba(0,0,0,.1);}
.main-support .item:hover {color: #fff; background: #fb9400;}
.main-support .item:hover .icon img {filter: grayscale(1) brightness(10)}

.main-video .swiper-slide {width:58.572%; padding: 20px 0;}
.main-video {padding:var(--main-section-padding); text-align: center; background: rgba(251,148,0,.05);}
.main-video .items {margin: -20px 0;}
.main-video .mv-arrows>div {position:absolute; top:50%; z-index:50; overflow:hidden; width:27px; height:51px; margin-top:-25px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; border:0; font-size:0; text-indent:-9999em;}
.main-video .swiper-button-prev {left:16%; background-image:url("../images/main/slide-prev.svg");}
.main-video .swiper-button-next {right:16%; background-image:url("../images/main/slide-next.svg");}
.main-video .video-container {width:fit-content; overflow:hidden; position:relative; margin:0 auto; padding-bottom:62.197%; width:100%;}
.main-video .video-container img {position:absolute; width:100%; height:auto; max-width:100%; min-height:100%; object-fit:cover; left:0; top:50%; transform:translateY(-50%);}
.main-video .video-container:before {position:absolute; content:''; z-index: 1; pointer-events: none; top:0; bottom:0; left:0; right:0; background:rgba(0,0,0,.2);}
.main-video .swiper-slide-active .video-container {box-shadow: 3px 3px 20px rgba(0,0,0,.4);}
.main-video .swiper-slide-active .video-container:before {opacity:0;}
.main-video .swiper-slide-active .video-controls {opacity: 1;}
.video-controls {position: absolute; z-index: 2; pointer-events: none; top: 50%; left: 50%; margin-top: -50px; margin-left: -50px; width: 100px; height: 100px; border: 0; background: url('../images/main/video-play.png') no-repeat center center; background-size: contain; opacity: 0;}
.main-video .swiper-slide-active .video-controls.active {opacity: 0;}

.main-news {padding:var(--main-section-padding);}
.main-news .wrap {position: relative;}
.mn-menu {position: absolute; right: 0; top: 20px; font-size: var(--font-size-18);}
.mn-menu ul {display: flex; font-weight: 500;}
.mn-menu li:first-child {padding-right: 12px; margin-right: 12px; position: relative;}
.mn-menu li:first-child:before {position: absolute; content: ''; top: 50%; right: 0; width: 1px; height: 9px; margin-top: -4px; background: #b0b0b0;}
.mn-menu li.active a{color:#fb9400; font-weight: 700;}
.news-cnt ul {display: flex; flex-wrap: wrap; gap: 25px 0; margin: 0 -10px;}
.news-cnt ul li {width: 50%; padding: 0 10px;}
.news-cnt ul li a {display: flex; padding: 30px; border: 1px solid #454545;}
.news-cnt h3 {flex: 1; padding-right: 20px; font-size: var(--font-size-22); font-weight: 500; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.news-cnt .date {color: #686868;}
.news-cnt .btn-plus {margin-left: 35px;}
.news-cnt .btn-plus img {filter: grayscale(1) brightness(1.7); vertical-align: middle; margin-top: -.02em;}
.news-cnt a:hover .btn-plus img {filter: none;}

.main-partner {padding:30px 0; background: #f2f2f2;}
.main-partner .items {margin:0 -9px;}
.main-partner .item {padding:0 9px;}

/* sub */
.sub-visual {position:relative; text-align:center; height:500px; margin:0 auto; color:#fff; overflow:hidden; background:#eee;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.05); background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.sub-visual p {margin-top:13px; font-weight:500; line-height:1.33em; letter-spacing:0;}
.sub-visual h2 {position: relative; width: fit-content; margin: 0 auto; padding-left: 47px; font-size:var(--font-size-45); line-height:1.33em; letter-spacing:-.03em;}
.sub-visual h2:before {position: absolute; content: ''; left: 0; top: 50%; margin-top: -22px; width: 42px;height: 45px;background: url('../images/common/sv-logo.png') no-repeat center center; background-size: contain;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg"); background-position: bottom center;}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg"); background-size: center right;}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg"); background-size: center right;}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg"); background-size: center left;}
.sub-visual.my {height:280px;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

#contArea {max-width:1260px; padding-left:var(--padding-contain); padding-right:var(--padding-contain); margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.lnb-wrap {position:relative; margin-top:calc(0px - (var(--lnb-height) / 2));}
.lnb {margin:0 auto; max-width:1200px; background:#fff; box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.2);}
.lnb ul {display:flex; width: max-content; min-width: 100%;}
.lnb ul li {position:relative; flex:1; text-align:center;}
.lnb ul li:before {content:""; position:absolute; top:50%; left:0; transform:translateY(-50%); width:1px; height:15px; background:#ddd;}
.lnb ul li:first-child::before {display:none;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; color:#454545; font-size:var(--font-size-18); font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--color-primary);}
.lnb ul li.active:before {display:none;}
.lnb ul li.active a {color:#fff;}
.lnb ul li.active + li:before {display:none;}

.dotate-menu .swiper-container {overflow: visible; margin-bottom: 50px;}
.dotate-menu ul {display: flex; justify-content: center;}
.dotate-menu ul li {width: fit-content; padding: 0 5px;}
.dotate-menu ul li a {font-weight: 500; font-size: 18px; color: #454545; border: 1px solid #ddd; border-radius: 8px; padding: 11px 35px;}
.dotate-menu ul li.active a {background: #fe4101; color: #fff; border-color: #fe4101;}

.sub-title {text-align:center; padding:80px 0 50px;}
.sub-title h1 {color:#242424; font-size:var(--font-size-35); line-height:1.33em; letter-spacing:-.03em;}

.real-cont {min-height:400px; padding-bottom:120px;}
.icon img {vertical-align: middle; margin-top: -.02em;}
.font-n {font-family: 'Sungsil';}

.txt-center {text-align: center;}

.fw500 {font-weight: 500 !important;}
.fw600 {font-weight: 600 !important;}
.fw700 {font-weight: 700 !important;}
.fw800 {font-weight: 800 !important;}

.c1 {color: #fe4101 !important;}
.c2 {color: #fb9400 !important;}
.c3 {color: #454545 !important;}
.c4 {color: #242424 !important;}
.c5 {color: #fe4101 !important;}

.bgc1 {background: rgba(254,65,1,.05);}

.fz18 {font-size: var(--font-size-18);}
.fz20 {font-size: var(--font-size-20); line-height: 1.8em;}
.fz22 {font-size: var(--font-size-22);}
.fz24 {font-size: var(--font-size-24);}
.fz26 {font-size: var(--font-size-26);}
.fz35 {font-size: var(--font-size-35);}
.fz40 {font-size: var(--font-size-40);}
.fz42 {font-size: var(--font-size-42); line-height: 1.2381em;}
.fz45 {font-size: var(--font-size-45);}
.fz50 {font-size: var(--font-size-50); line-height: 1em;}



/* footer */
#footer {background:#2b2b2b; font-weight:300; line-height:1.5em; letter-spacing:-.01em; color:#e5e5e5;}
#footer .contain {max-width:1780px;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline; text-underline-offset:0.25em;}
#footer span {display:inline-block;}
#footer h4 {margin-bottom:10px; font-size:17px; font-weight:500; line-height:1.3em;}

.foot-links {padding:23px 0; font-weight:400; border-bottom:1px solid rgba(255,255,255,.3);}
.foot-links .contain {display:flex; justify-content:space-between;}
.foot-links ul {display:flex;}
.foot-links ul li {display:flex; align-items:center;}
.foot-links ul li:before {content:'ㆍ'; margin:0 6px;}
.foot-links ul li:first-child::before {display:none;}
.foot-links .scroll-top {display:flex; align-items:center; font-size:0.94em; font-weight:500;}
.foot-links .scroll-top:after {content:''; margin-left:10px; border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #e5e5e5;}

.foot-wrap {padding:45px 0;}
.foot-wrap .contain {display:flex; align-items:flex-start;}

.foot-comp {flex:1 1 auto; min-width:0; width:1%; font-size:0.94em; line-height:1.5em;}
.foot-comp .comp {font-size:var(--font-size-20); font-weight:500; color:#eee; margin-bottom:12px;}
.foot-comp address span {margin:0 30px 7px 0;}
.foot-comp .copyright {margin-top:15px;}
.foot-comp .copyright .designed {color:#a4a4a4;}

.foot-sns .icons {display:flex; flex-wrap:wrap;}
.foot-sns .icons a {margin:0 10px 4px 0;}

.foot-bank {position:relative; margin-left:50px; padding-left:50px;}
.foot-bank:before {content:''; position:absolute; top:5px; bottom:5px; left:0; width:1px; background:#fff; opacity:.3;}
.foot-bank .bank {margin:13px 0 10px; font-size:var(--font-size-20); font-weight:700; line-height:1.2em;}
.foot-bank .bank strong {font-size:1.6em; line-height:1.2em; letter-spacing:-.02em;}