@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:1500px; 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;}

/* header */
#header {position:sticky; width:100%; z-index:101; top: 0; height: 160px; transition: .2s; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.15);}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain::after { content: none;} 
.hd-top { height: 70px; border-bottom: 1px solid #ddd;} 
.hd-top .util { display: flex; align-items: center; justify-content: flex-end; gap: 30px; width: 100%; }
.hd-top .util a { display: flex; align-items: center; justify-content: center; width: 90px; height: 40px; border-radius: 8px; border: 1px solid var(--color-primary); font-size: 16px; line-height: 1em; letter-spacing: -.03em; font-weight: 500; color: var(--color-primary );}
.hd-top .util a:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary);}
.hd-top .util strong { font-size: 32px; line-height: 1.2em; letter-spacing: -.03em; font-weight: 700; color: var(--color-primary);}
.hd-btm { height: 90px; }

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.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%; margin-right: -50px; }
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:90px; color:#222; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover>a { color: var(--color-primary); }

#gnb .submenu {display:none; position:absolute; left:50%; width:140px; transform:translateX(-50%); background:#fff; text-align:center; border-radius: 0 0 16px 16px; }
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#484848; font-size:16px; line-height:1.33em;font-weight: 400;}
#gnb .submenu>ul>li>a:hover { color: var(--color-primary); font-weight: 600; }

#header.hover { background: #fff; }
#header.hover .hd-top { border-bottom: 1px solid #ddd;}
#header.hover .hd-top .util a { color: var(--color-primary); border-color: var(--color-primary);}
#header.hover .hd-top .util strong { color: var(--color-primary);}
#header.hover .sitelogo { background-image: url('../images/common/logo.png');}
#header.hover #gnb>ul>li>a { color: #222; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-primary); }

#header.move { background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.15);}
#header.move .hd-top { border-bottom: 1px solid #ddd;}
#header.move .hd-top .util a { color: var(--color-primary); border-color: var(--color-primary);}
#header.move .hd-top .util strong { color: var(--color-primary);}
#header.move .sitelogo { background-image: url('../images/common/logo.png');}
#header.move #gnb>ul>li>a { color: #222; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary); }
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span:before { background: #242424; }
#header.move .list-icon span:after { background: #242424; }

.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:#242424; 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:#242424; content: "only"; }
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#242424; }


.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: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; 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:var(--color-primary);}
.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; overflow: hidden; width: 100%; height: 100vh;}
.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; right: 0; text-align: left; width: 100%; left: 0; top: calc(50% + 80px); transform: translateY(-50%);}
.main-visual .caption .contain { display: flex; height: 100%; align-items: flex-start;}
.main-visual .caption .contain::after { content: none;}
.main-visual .caption .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 25px; color: #fff; padding-top: 160px; }
.main-visual .caption h2 { font-size: 80px; line-height:0; font-weight: 700; letter-spacing: -.03em; margin-bottom: 20px; }
.main-visual .caption h4 { font-size: 50px; line-height: 1.2em; font-weight: 400; letter-spacing: -.03em;}
.main-visual .caption .vs-ct { width: 480px; background: #fff; box-shadow: 0 0 16px rgba(0,0,0,0.08); border-radius: 32px; padding: 60px; }
.vs-form-tit { font-size: 32px; font-weight: 700; line-height: 1em; letter-spacing: -.03em; color: var(--color-primary); margin-bottom: 50px; text-align: center; }
.vs-form dl { margin-bottom: 30px; }
.vs-form dl dt { margin-bottom: 15px; line-height: 1em; font-size: 18px; font-weight: 600; color: #000; letter-spacing: -.03em;}
.vs-form dl dt .required { width: 8px; height: 8px; border-radius: 100%; margin-left: 10px; background: var(--color-secondary); display: inline-block; position: relative; top: -2px; }
.vs-form dl dd .input { height: 56px; border-radius: 8px; }
.vs-form-wrap .check {text-align:left; color:#484848; font-size:16px; line-height:1.5em; font-weight: 400; margin-bottom: 50px; }
.vs-form-wrap .check a {display:inline-block; background:#fff; margin-left:6px; padding:0 10px; font-size:12px; line-height:26px; letter-spacing:-.05em; border:1px solid #ddd; top: -2px; position: relative; border-radius: 4px; }
.vs-form-wrap .checkbox label:before {content:""; display:inline-block; vertical-align:middle; margin:-.2em 8px 0 0; width:20px; height:20px; border:1px solid #ddd; border-radius: 5px; background: transparent;}
.vs-form-wrap .checkbox input:checked + label:before {background:url("/images/bbs/chk.png") 50% 50% no-repeat; border: 1px solid #ddd;}
.vs-form-wrap .buttons { margin-bottom: 0; }
.vs-form-wrap .submit-btns { border: none; background: var(--color-primary); color: #fff; width: 100%; height: 60px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; letter-spacing: -.03em; }

/* main 공통 */
.main-pd { padding: 160px 0;}
.bg-pd { background: #f7fbfc;}
.main-tit { font-size: 48px; line-height: 1.3em; letter-spacing: -.03em; color: #222; font-weight: 700; text-align: center; margin-bottom: 20px; }
.main-tit.tl { text-align: left; }
.main-tit span { color: var(--color-primary); }
.main-tit.mg { margin-bottom: 80px; }
.main-txt { text-align: center; color: #484848;}
.main-txt.tl { text-align: left; }
.main-txt.clr { font-weight:400; color: #999; }
.main-view { width: 150px; height: 60px; border-radius: 8px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 500; letter-spacing: -.05em; line-height: 1em; color: #999; background: #fff; margin-top: 50px; }
.main-view:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }

/* main */
.sec1 .contain { display: flex; align-items: flex-start;}
.sec1 .contain::after { content: none;}
.sec1 .left { width: 42%; }
.sec1 .left .main-tit { text-align: left; margin-top: 60px; }
.sec1 .right { width: 58%; text-align: center; }
.sec1 .right h3 { line-height: 1em; letter-spacing: -.03em; font-size: 36px; font-weight: 700; color: #222; margin-bottom: 50px; }
.sec1-swp { border-radius: 24px; border: 1px solid #ddd; text-align: center; overflow: hidden;}
.sec1-swp .tit-fx { display: flex; text-align: center; background: var(--color-primary); color: #fff; font-weight: 600; line-height: 1em; }
.sec1-swp .tit-fx .tit { width: calc(100%/3); padding: 22px 10px;}
.sec1-swiper { width: 100%; position: relative; overflow: hidden; height: 480px;}
.sec1-swiper .item {display: flex; line-height: 1em; padding: 22px 0; border-top: 1px solid #ddd; height: 60px !important; }
.sec1-swiper .item:last-child { margin-bottom: 0; }
.sec1-swiper .item>div { width: calc(100%/3 );}


.sec2-link { display: flex; justify-content: center; gap: 20px; margin-bottom:100px;} 
.sec2 .contain { max-width: 1300px;}
.pay-list { display: flex; flex-wrap: wrap; gap: 39px; }
.pay-list li { width: calc(100%/3 - 26px); border-radius: 24px; border: 1px solid #ddd; text-align: center; padding: 45px 50px; background: #fff; }
.pay-list li .tit { font-size: 20px; font-weight: 600; letter-spacing: -.03em; color: var(--color-secondary); padding: 14px 15px; border-radius: 16px; background: #f7fbfc; margin: 30px 0;}
.pay-list li .fx { display: flex; justify-content: center; position: relative; gap: 45px; }
.pay-list li .fx::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 42px; width: 16px; height: 17px; background: url(../images/sub/plus.png) center no-repeat; background-size: contain;}
.pay-list li .fx .group { width: 110px; text-align: center; }
.pay-list li .fx .group strong { color: var(--color-primary); display: block; font-size: 16px; font-weight: 500; letter-spacing: -.03em; line-height: 1.2em; margin-top: 25px; }
.pay-list li .fx .group strong.fw { color: #484848; font-size: 20px; font-weight: 600; margin-top: 22px; position: relative;}
.pay-list li .fx .group strong.fw::after { content: ""; width: 100%; height: 2px; background: #d0421d; top: 0; bottom: 0; left: 0; margin: auto; z-index: 1; position: absolute; }
.pay-list li .total { padding: 30px 10px; border-radius: 16px; background: #fef8f4; margin-top:27px; }
.pay-list li .total .txt { font-size: 18px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; margin-bottom: 20px; color: #484848; }
.pay-list li .total .txt span { color: #f46f1b;}
.pay-list li .total strong { display: flex; font-size: 20px; font-weight: 600; line-height: 1em; letter-spacing: -.03em; color: #484848; align-items: center; justify-content: center; gap: 8px; }
.pay-list li .total strong span { color: #f46f1b; font-weight: 700; font-size: 36px; }
.pay-list li.kt .total { background: #fef4f5;}
.pay-list li.kt .total .txt span { color: #ed1c24; }
.pay-list li.kt .total strong span { color: #ed1c24; }
.pay-list li.lg .total { background: #fcf4f6;}
.pay-list li.lg .total .txt span { color: #c00c3f; }
.pay-list li.lg .total strong span { color: #c00c3f; }

.pay-list li .tit.skt { background: #fef8f4;}
.pay-list li .tit.kt { background: #f5f5f5;}
.pay-list li .tit.lg { background: #fcf4f6;}
.pay-list.bd li { border: none; box-shadow: 0 0 8px rgba(0,0,0,0.04); padding: 40px;}
.pay-list li .text { margin-bottom: 24px; }
.pay-list.bd li .fx { justify-content: center; gap: 45px; }
.pay-list.bd li .fx::before { top: 50px; }
.pay-list li .total.flex { border-radius: 0; background: transparent; justify-content: space-between; margin-top: 5px;}
.pay-list li .total.flex .month { color: #999; font-size: 20px; font-weight: 600; position: relative; display: inline-block; }
.pay-list li .total.flex .month::after {content: ""; width: 100%; height: 2px; background: #d0421d; top: 0; bottom: 0; left: 0; margin: auto; z-index: 1; position: absolute; }
.pay-list li .link { display: flex; gap: 10px; justify-content: center; margin-top: 13px; }
.pay-list li .link .main-view { margin-top: 0; }

.sec3-list { display: flex; flex-wrap: wrap; gap: 24px;}
.sec3-list li { width: calc(100%/3 - 16px); text-align: center; }
.sec3-list li .num { text-align: left; padding-left: 30px; padding-bottom: 20px; line-height: 1em; color: var(--color-secondary); opacity: 0.32; font-size: 80px; font-weight: 700; letter-spacing: -.03em; }
.sec3-list li .in { box-shadow: 0 4px 16px rgba(0,0,0,0.08); border-radius: 32px; padding: 55px 10px; }
.sec3-list li .in .tit { font-size: 36px; line-height: 1.2em; color: #222; font-weight: 700; margin-bottom: 17px; }
.sec3-list li .in .txt { margin-bottom: 32px; }
.sec3-list li .in .tit2 { line-height: 1.2em; color: var(--color-secondary); font-size: 28px; font-weight: 600; margin-top: 35px; }
.sec3-list li.clr1 .num { color: #258aa6; }
.sec3-list li.clr1 .in .tit2 { color: #258aa6; }
.sec3-list li.clr2 .num { color: var(--color-primary);}
.sec3-list li.clr2 .in .tit2 { color: var(--color-primary)}

.sec4-list { display: flex; gap: 24px; flex-wrap: wrap;}
.sec4-list li { width: calc(100%/3 - 16px); text-align: center; background: #fff; border-radius: 32px; padding: 60px 15px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.sec4-list li .tit { font-size: 28px; font-weight: 600; line-height: 1.5em; color: #222; margin: 32px 0 20px;}
.sec4-list li .tit span { color: var(--color-secondary);}
.sec4-list li .tit span.clr1 { color: #258AA6;}
.sec4-list li .tit span.clr2 { color: var(--color-primary);}
.sec4-list li .txt { line-height: 1.8em; font-weight: 400; }

.sec5 .contain { max-width: 1550px;}
.sec5-img { text-align: center; margin-top: 100px; }

.sec6 .main-tit { text-align: left; }
.sec6-swp { position: relative; }
.sec6-btbox { max-width: 1500px; position: absolute; left: 50%; top: 50%; width: 100%; transform: translate(-50%, -50%); z-index: 99; }
.sec6-prev::after, .sec6-next::after { display: none; }
.sec6-prev, .sec6-next { width: 80px; height: 80px; margin-top: -40px; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 23px; border: 1px solid var(--color-primary); transition: .2s;border-radius: 100%; }
.sec6-prev { background-image: url(../images/main/main-prev.png); left: -10px;}
.sec6-prev:hover { background-color: var(--color-primary); background-image: url(../images/main/main-prev-w.png);}
.sec6-next { background-image: url(../images/main/main-next.png); right: -10px;}
.sec6-next:hover { background-color: var(--color-primary); background-image: url(../images/main/main-next-w.png);}
.sec6-swiper { width: 100%; position: relative; overflow: hidden;}
.sec6-swiper .item { display: flex; max-width: 1440px; padding: 60px; background: #fff; border: 1px solid #ddd; border-radius: 32px; align-items: center; }
.sec6-swiper .item .thumb { width: 500px; margin-right: 60px; }
.sec6-swiper .item .thumb>div {position:relative; padding-bottom:75%; overflow:hidden; border-radius: 16px; }
.sec6-swiper .item .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.sec6-swiper .item .thumb>div::after { content: ""; position: absolute; left: 0; right: 0;  top: 0; bottom: 0; margin: auto; border: 1px solid #ddd;}
.sec6-swiper .item .info { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec6-swiper .item .info .tit { font-size: 32px; font-weight: 600; line-height: 1em; color: #222; padding-bottom: 35px; border-bottom: 1px solid #ddd; margin-bottom: 35px; }
.sec6-swiper .item .info .txt { line-height: 1.8em; margin-bottom: 20px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;}
.sec6-swiper .item .info .date { line-height: 1em; font-size: 16px; color: #999; }

/* sub */ 
#contArea {max-width:1500px; padding-left:30px; padding-right:30px; margin:0 auto;}  
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-flex { display: flex; align-items: flex-end; justify-content: space-between; padding: 120px 40px; gap: 15px; }  
.sub-flex .menu-wrap { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.sub-flex .menu-ctr { display: flex; align-items: center; gap: 24px; }
.sub-flex .menu-ctr .home { display: inline-block; width: 16px; height: 16px; background: url(../images/sub/home.png) center no-repeat; background-size: contain; text-indent: -9999em;}
.sub-flex .menu-ctr span { display: inline-block; font-size: 16px; font-weight: 500; color: #999; position: relative; }
.sub-flex .menu-ctr span::before { content: ""; position: absolute; left: -14px; width: 4px; height: 4px; top: 0; bottom: 0; margin: auto; border-radius: 4px; background: #999;}
.sub-flex .menu-ctr span.active { color: #484848; }

.sub-title { margin-top: 25px; }
.sub-title h1 { font-size: 56px; font-weight: 700; line-height: 1em; color: #222; letter-spacing: -.03em; }
.sub-title h1.clr1 { color: #f46f1b;}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; color:#fff; background: #222;} 
.ft-top { padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,0.48); }
.policy a { display: inline-block; position: relative; font-size: 16px; letter-spacing: -.03em; color: #fff;font-weight: 500; position: relative; padding-left: 26px; }
.policy a:last-child { margin-left: 60px; } 
.policy a::before { content: ""; position: absolute; left: 0; top: 2px; width: 16px; height: 17px; background: url(../images/common/policy.png) center no-repeat; background-size: contain;}
.ft-btm { padding: 40px 0;}
.ft-btm .contain { display: flex; }
.ft-btm .contain::after { content: none;}
.ft-btm .left { width: 62%; padding-right: 25px; }
.ft-btm .right { width: 38%; }
.ft-btm h3 { line-height: 1em; font-weight: 600; font-size: 20px; margin-bottom: 20px; }
.ft-text { line-height: 1.9em; font-size: 16px; }
.ft-text span { display: inline-block; padding-right: 20px; font-weight: 300; line-height: 1.9em;}
.ft-text span:last-child { padding-right: 0; }
.ft-text span strong { color: #fff; font-weight: 500; display: inline-block; position: relative; padding-right: 20px; }
.ft-text span strong::after { content: ""; position: absolute; right: 7px; top: 0px; bottom: 0; margin: auto; width: 1px; height: 10px; background: #fff; }
.cpr { margin-top: 20px; font-size: 16px; font-weight: 300; }
.cpr span { display: inline-block; color: #8c8c8c;}
.cpr a { display: inline-block; color: #8c8c8c; position: relative;  padding-left: 20px; }
.cpr a::before { content: ""; position: absolute; left: 7px; top:0px; bottom: 0; margin: auto; width: 1px; height: 10px; background: #8c8c8c; }
.ft-btm .right a { position: relative; padding-left: 76px; line-height: 1em; color: var(--color-secondary); font-size: 48px; font-weight: 700; letter-spacing: -.03em; display: block; margin: 30px 0 20px; }
.ft-btm .right a::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 56px; height: 56px; background: url(../images/common/ft-tel.png) center no-repeat; background-size: contain;}

/* quick */
.quick { position: fixed; right: 15px; bottom: 15px; z-index: 99; display: none; }
.quick a { display: flex; align-items: center; justify-content: center; font-size: 12px; width: 50px; height: 50px; line-height: 1.2em; color: #fff; background: var(--color-secondary); border-radius: 100%; text-align: center; margin-bottom: 0; margin-bottom: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.2); font-weight: 600; }
.quick a:hover { background: var(--color-primary);}
.quick a:last-child { margin-bottom: 0; }