@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}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* intro */
#intro {overflow:hidden; height: 100vh;}
.intro-wrap {position:relative; width:100%; height:100%; display:table; table-layout:fixed;} 
.intro-wrap .cell {width:100%; height:100%; display:table-cell; vertical-align:middle;}

.intro-bg {position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/common/intro-bg.jpg)  center no-repeat; background-size: cover; z-index:-5}
.intro-wrap h4 { text-align: center; font-size: 22px; font-weight: 600; letter-spacing: -.03em ; line-height: 1em; color: rgba(255,255,255,0.6); margin-bottom: 15px; }
.intro-wrap h2 { font-size: 48px; text-align: center; color: #fff; letter-spacing: -.03em; line-height: 1.2em; font-weight: 700; margin-bottom: 50px; }
.intro-box .row {display:flex; align-items: center; justify-content: center; gap: 30px;}
.intro-box .col {position:relative; width:calc(100%/2 - 15px); text-align:center; display:table; transition: all 0.25s ease-in-out; }
.intro-box .col a {position:relative; width:100%; height:100%; display:block; vertical-align:middle; z-index:2; border-radius: 40px; overflow: hidden; padding: 160px 0; text-align: center; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: .2s;}
.intro-box .col a:after {content:"";position:absolute; top:0; left:0; width:100%; height:100%; border:2px solid #eba23a; z-index:0; border-radius: 40px; opacity: 0; }
.intro-box .col .tit { font-size: 48px; font-weight: 700; line-height: 1em; transition: .2s; color: #242424; font-family: 'GmarketSans';}
.intro-box .col .main-link {border-color: #242424; color: #242424; margin-top: 60px; transition: .2s;}
.intro-sb { position: absolute; left: 0; bottom: 0; transition: .2s; opacity: 0; }
.intro-box .col a:hover {background:#fff;}
.intro-box .col a:hover:after { opacity: 1; }
.intro-box .col:hover .tit {color:#eba23a}
.intro-box .col:hover .main-link { background-color: #eba23a; border-color: #eba23a; color: #fff; }
.intro-box .col:hover .main-link::before { opacity: 1; }
.intro-box .col:hover .intro-sb { opacity: 1; }

/* header */
#header {position:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}
.hd-right { display: flex; align-items: center;} 
.hd-icon { display: flex; gap: 10px; align-items: center; margin-left: 100px; }
.hd-icon a { display: inline-block; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: contain;}
.hd-icon a.kakao { background-image: url("../images/common/hd-icon1.png"); }
.hd-icon a.insta { background-image: url("../images/common/hd-icon2.png"); }
.hd-icon a.youtube { background-image: url("../images/common/hd-icon3.png"); }

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb>ul {display:flex; justify-content:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 58px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#fff; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing: -.03em;}
#gnb>ul>li.active>a { color: #71b447; }
#gnb>ul>li>a.clr { color: #ff0000;}
#gnb>ul>li>a.clr sup { font-size: 20px; position: relative; top: -4px; padding-left: 0px; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:30px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:7px 0; color:#454545; font-size:16px; line-height:1.33em; letter-spacing: -.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under; font-weight: 500; color: #71b447; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; border-top:1px solid #ddd; background: #fff; border-bottom: 1px solid #ddd;}

.language {position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; gap:10px; padding:6px; background:none; border:0; color:#fff; font-weight:400; text-align:left;}
.language .toggle-button .txt {width:30px;}
.language .toggle-button .chevron {width:11px; margin-top:1px;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#fff;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; padding:6px 22px 4px; background:#71b447; text-align:center;}
.language .toggle-layer ul {display:grid; gap:2px;}
.language .toggle-layer a {display:block; color:#fff; font-weight:400; line-height:1em; font-size: 15px; }
.language.active .toggle-button .chevron {transform:scaleY(-1);}

#header.header-hover { background: #fff; }
#header.header-hover .sitelogo { background-image:url("../images/common/logo.png"); }
#header.header-hover #gnb>ul>li>a { color: #242424; }
#header.header-hover #gnb>ul>li>a.clr { color: #ff0000; }
#header.header-hover #gnb>ul>li.active>a { color: #71b447; }
#header.header-hover .list-icon span { background: #242424; }
#header.header-hover .list-icon span:before,
#header.header-hover .list-icon span:after { background: #242424; }
#header.header-hover .language .toggle-button { color: #454545; }
#header.header-hover .language .toggle-button path {fill:#454545;}
#header.header-hover .hd-icon a.kakao { background-image: url("../images/common/hd-icon1-c.png"); }
#header.header-hover .hd-icon a.insta { background-image: url("../images/common/hd-icon2-c.png"); }
#header.header-hover .hd-icon a.youtube { background-image: url("../images/common/hd-icon3-c.png"); }

#header.move { border-bottom: 1px solid #ddd; background: #fff; }
#header.move .sitelogo { background-image:url("../images/common/logo.png"); }
#header.move #gnb>ul>li>a { color: #242424; }
#header.move #gnb>ul>li>a.clr { color: #ff0000;}
#header.move #gnb>ul>li.active>a { color: #71b447; }
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span:before,
#header.move .list-icon span:after { background: #454545; }
#header.move .language .toggle-button { color: #454545; }
#header.move .language .toggle-button path {fill:#454545;}
#header.move .hd-icon a.kakao { background-image: url("../images/common/hd-icon1-c.png"); }
#header.move .hd-icon a.insta { background-image: url("../images/common/hd-icon2-c.png"); }
#header.move .hd-icon a.youtube { background-image: url("../images/common/hd-icon3-c.png"); }

.list-icon { width:28px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-10px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#fff; }

.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:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.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:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; 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:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#71b447;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:14px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#71b447;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; 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:#242424; 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-visual {position:relative; background: #fff;}
.main-visual .contain {position: relative; height: 100%;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1); transition: 4s;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; left: 0; width: 100%; text-align: center; color: #fff; top: 50%; transform: translateY(-50%);}
.main-visual .caption h2 { line-height: 1.2em; font-size: 72px; font-weight: 600; letter-spacing: -.03em; }

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

.main-visual .scroll { position: absolute; bottom: 95px; right: -45px; margin: auto; text-align: center; display: flex; align-items: center; transform: rotate(90deg);}
.main-visual .scroll>p { font-size: 14px; letter-spacing: -.03em; color: #fff; font-weight: 700; animation: fadeIn 1.5s infinite; position: relative; padding-right: 30px;}
.main-visual .scroll>p::after { content: ""; position: absolute; right: 13px; top: 0; bottom: 0; margin: auto; width: 4px; height: 4px; border-radius: 100%; background: #fff;}
.main-visual .scroll-line { width: 90px; height: 2px; background: rgba(255,255,255,0.5); position: relative;}
.main-visual .scroll-move { position: absolute; width: 50px; height: 2px; background: #fff; left: 0; animation: scrollDisappear 1.5s infinite;}
@keyframes fadeIn {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateX(40px);
    }
}

/* main 공통 */
.main-pd { padding: 150px 0;}
.main-tit { font-size: 60px; font-weight: 700; line-height: 1em; letter-spacing: -.03em; color: #242424; margin-bottom: 55px; }
.main-tit.tc { text-align: center; }
.main-tit.white { color: #fff; }
.main-tit-fx { display: flex; border-bottom: 1px solid #ddd; margin-bottom: 60px; align-items: center; padding-bottom: 24px; flex-wrap: wrap;}
.main-tit-fx .main-tit { margin-bottom: 0; }
.main-link { padding: 23px 35px; display: inline-block; color: #fff; line-height: 1em; font-size: 18px; font-weight: 600; letter-spacing: -.03em; border-radius: 35px; position: relative; border: 1px solid rgba(255,255,255,0.4); }
.main-link::before { content: ""; position: absolute; left: -1px; top: -1px; width: 64px; height: 64px; border-radius: 100%; background: rgba(255,255,255,0.2); opacity: 0; transition: .2s;}
.main-link span { padding-left: 10px; }
.main-link:hover { color: #fff; background: #71b447; border-color: #71b447; }
.main-link:hover::before { opacity: 1; }

/* main */
.sec1-list { display: flex; }
.sec1-list li { width: calc(100%/5); text-align: center; }
.sec1-list li a { display: block; width: 100%; }
.sec1-list li .iconbox { display: flex; align-items: center; justify-content: center; width: 180px; height: 180px; background: #f8f8f8; border-radius: 100%; margin: 0 auto 20px; }
.sec1-list li .tit { font-size: 24px; font-weight: 600; line-height: 1.4em; color: #242424; letter-spacing: -.03em;}

.sec2 { color: #fff; background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover; }
.sec2 .contain { display: flex; }
.sec2 .contain::after { content: none; }
.sec2 .left { width: 51%; padding-right: 20px; }
.sec2 .left h4 { font-size: 24px; font-weight: 600; line-height: 1.4em; letter-spacing: -.03em; margin-bottom: 25px; }
.sec2 .left p { margin-bottom: 65px; }
.sec2 .right { width: 49%; border-radius: 16px; overflow: hidden;}

.sec3 .contain { position: relative; }
.sec3-tab { display: flex; flex: 1 1 auto; min-width: 0; width: 1%; margin-left: 75px; padding-top: 12px; gap: 40px; }
.sec3-tab li { width: auto; }
.sec3-tab li a { position: relative; padding: 20px 10px 38px; line-height: 1em; font-size: 20px; font-weight: 600; letter-spacing: -.03em; color: #a8a8a8;}
.sec3-tab li a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #71b447; transition: .3s;border-radius: 3px; }
.sec3-tab li a:hover { color: #71b447; }
.sec3-tab li a:hover::after { width: 100%; }
.sec3-tab li.active a { color: #71b447; }
.sec3-tab li.active a::after { width: 100%; }
.sec3-swiper-wrap { position: relative; }
.sec3-prev::after , .sec3-next::after { display: none; }
.sec3-prev, .sec3-next { width: 50px; height: 50px; border-radius: 50px; border: 1px solid #ddd; background-repeat: no-repeat; background-position: center; background-size: 23px; background-color: #fff; transition: .2s; margin-top: -25px; }
.sec3-prev { background-image: url("../images/main/sec3-prev.png"); left: -100px; }
.sec3-prev:hover { background-image: url(../images/main/sec3-prev-w.png); background-color: #71b447; border-color: #71b447;}
.sec3-next { background-image: url("../images/main/sec3-next.png"); right: -100px; left: auto; }
.sec3-next:hover { background-image: url(../images/main/sec3-next-w.png); background-color: #71b447; border-color: #71b447;}
.sec3-swiper { width: 100%; position: relative; overflow: hidden; }
.sec3-swiper-slide a { display: block; position: relative; padding: 50px; border-radius: 24px; border: 1px solid #ddd;}
.sec3-swiper-slide .ctr { line-height: 1em; display: inline-block; font-size: 15px; color: #fff; letter-spacing: -.03em ; padding: 5px 10px 4px; border-radius: 5px; }
.sec3-swiper-slide .ctr.notice { background: #d75e38; }
.sec3-swiper-slide .ctr.reference { background: #eba23a; }
.sec3-swiper-slide .ctr.review { background: #71b447; }
.sec3-swiper-slide .tit { line-height: 1.5em; font-size: 22px; font-weight: 600; color: #242424; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin: 12px 0 20px;}
.sec3-swiper-slide .txt { overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.sec3-swiper-slide .date { margin-top: 80px; line-height: 1em; font-size: 15px; font-weight: 300; color: #b1b1b1; letter-spacing: -.03em; }
.sec3-more { position: absolute; width: 35px; height: 35px; right: 30px; top: 15px; border-radius: 100%; border: 1px solid #ddd; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 16px; background-image: url(../images/main/sec3-view.png); text-indent: -9999em; }
.sec3-more:hover { background-color: #71b447; border-color: #71b447; background-image: url(../images/main/sec3-view-w.png);}

.sec4-bg { background: url(../images/main/sec4-bg.jpg) center no-repeat; background-size: cover; border-radius: 24px; text-align: center; padding: 100px 0; color: #fff; }
.sec4-bg h2 { font-size: 40px; font-weight: 700; line-height: 1.4em; letter-spacing: -.03em; margin-bottom: 15px; }
.sec4-bg p { margin-bottom: 40px; }

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:500px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: center; }
.sub-visual .contain2 { height: 100%; }
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:left; position: relative; padding-top: 180px; }
.sub-visual h2 {font-size:64px; line-height:1em; display: inline-block; font-weight: 700; letter-spacing: -.03em; position: relative; margin-bottom: 25px; }
.sub-visual h4 { font-size: 24px; font-weight: 500; line-height: 1.4em;}

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg"); background-position:86% 50%;}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}

.menu-wrap { display: flex; justify-content: space-between; align-items: center; margin-top: 60px; flex-wrap: wrap; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 20px; }

.menu-ctr { display: flex; align-items: center; gap: 10px; color: #fff; }
.menu-ctr span { display: inline-block; font-size: 15px; font-weight: 500; line-height: 1em; }
.menu-ctr span.home { width: 12px; height: 12px; background: url("../images/sub/home.png") 50% 50% no-repeat; background-size: contain; }

.path-wrap {position:relative; z-index:50; width: 530px; }
.path-wrap .inner {display:flex; justify-content: flex-end; gap: 20px; }
.path-wrap .part {position:relative; width:calc(100%/2 - 10px); z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#fff; font-size:18px; font-weight:600; line-height:1.3em; border-radius: 30px; padding-left: 30px; background: rgba(0,0,0,0.4);}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right: 30px; width:12px; height:7px; background:url("../images/sub/path-down.png") 50% 50% no-repeat; transform: translateY(-50%);}
.path-wrap .part ul {display:none; position:absolute; z-index:50; background: #71b447; border-radius: 0 0 30px 30px; left: 0; right: 0; padding-bottom: 20px; }
.path-wrap .part ul li {color:#fff; line-height:1.3em; font-weight: 300; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:7px 30px; font-size: 16px; text-align: left;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a { text-decoration: underline; text-underline-position: under;}
.path-wrap .part.active>a{ background: #71b447; border-radius: 30px 30px 0 0;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 100px 0 60px; text-align: center;}
.sub-title h1 { font-size: 40px; font-weight: 700; line-height: 1em; color: #242424; letter-spacing: -.03em; }

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; color: #c8c8c8; background: #070707; }
.ft-top { padding: 45px 0 35px; display: flex; align-items: center; justify-content: flex-start; border-bottom: 1px solid rgba(255,255,255,0.2);}
.ft-text { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 40px; line-height: 1.6em;}
.ft-text span { display: inline-block; font-size: 14px; font-weight: 200; line-height: 1.6em; padding-right: 35px; }
.ft-text span:last-child { padding-right: 0; }
.ft-btm { padding: 40px 0; display: flex; align-items: center; justify-content: space-between;}
.policy { line-height: 1.2em; }
.policy a { position: relative; padding-left: 26px; font-size: 15px; font-weight: 300; }
.policy a::before { content: ""; position: absolute; left: 0; width: 17px; height: 17px; background: url("../images/common/policy.png") center no-repeat; background-size: contain; top: 1px;}
.policy a:last-child { margin-left: 30px; }
.cpr span { font-size: 14px; display: inline-block; line-height: 1.3em; font-weight: 300;}
.cpr a { display: inline-block; color: #5a5a5a; font-weight: 300; font-size: 12px; }
.scroll-top { position: fixed; right: 20px; bottom: 20px; width: 60px; height: 60px; border-radius: 100%; background: #71b447 url(../images/common/top.png) center no-repeat; background-size: 18px; z-index: 999;}

