@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;}

/* header */
#header {position:relative; width:100%; z-index:100; top: 0; height: 100px; background: #fff;}
#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;}

.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%; }
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position: relative; padding: 0 68px; }
#gnb>ul>li::after { content: ""; position: absolute; left: 0; width: 0; height: 3px; bottom: -2px; background: #ba1c24; transition: .2s;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing: -.03em; transition: none;}
#gnb>ul>li.active>a { width: 100%; }
#gnb>ul>li:last-child .submenu { border-right: 1px solid #ddd;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; border-left: 1px solid #ddd;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#454545; font-size:15px; line-height:1.33em; letter-spacing: -.03em; font-weight: 300; }

#header.header-hover #gnb>ul>li.active::after { opacity: 1; width: 100%; }
#header.header-hover #gnb>ul>li.active>a { color: #ba1c24;}
#header.header-hover #gnb>ul>li.active .submenu {background: #fafafa; border-left: none;}
#header.header-hover #gnb>ul>li.active + li .submenu { border: none;}
#header.header-hover #gnb>ul>li.active .submenu>ul>li>a { color: #898989;}
#header.header-hover #gnb>ul>li.active .submenu>ul>li>a:hover{ color: #ba1c24; font-weight: 600; }
#header.header-hover #gnb>ul>li:first-child.active + li .submenu { border-left: 1px solid #ddd;}
#header.header-hover #gnb>ul>li:nth-child(4).active + li .submenu { border-right: 1px solid #ddd;}
#header.header-hover #gnb>ul>li:last-child.active .submenu { border: none;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff;border-top: 1px solid #ddd; z-index: -1;}

#header.move { background: #fff; position: sticky; top: 0; box-shadow: 0 0 10px rgba(0,0,0,0.2);}  

.hd-right { display: flex; gap: 20px; align-items: center;}
.hd-sch { max-width: 300px; width: 100%; height: 44px; position: relative; display: flex; align-items: center;}
.hd-sch::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #242424;}
.hd-sch strong { display: inline-block; width: 73px; line-height: 1em; font-size: 18px; font-weight: 700; letter-spacing: -.03em; color: #242424; border-right: 1px solid #ddd; }
.hd-schbox { flex: 1 1 auto; min-width: 0; width: 1%; position: relative;}
.hd-sch .input { font-size: 14px; padding: 6px 10px; height: 44px; border: none; padding-right: 28px;}
.hd-sch .input:focus { outline: none;}
.hd-sch .input::placeholder { font-size: 15px; font-weight: 300; letter-spacing: -.03em; line-height: 1.2em; color: #ababab;}
.hd-sch .hd-btn { width: 20px; height: 44px; border: none; background: transparent url(../images/common/hd-sch.png) 20% center no-repeat; background-size: 20px; position: absolute; right: 0; top: 0; text-indent: -9999em;}

.list-icon { width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative; }
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#242424; content: "only"; left: -10px;}
.list-icon span:after {bottom:-11px; 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; display: block;}
.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:#ba1c24}
.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:16px; 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.pd { padding: 0 !important;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#ba1c24;}
.mobile-navigation .nav-menu .submenu3 { display: none;}
.mobile-navigation .nav-menu .submenu .submenu-left{ display: none;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.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: #000; }
.main-visual .contain {position: relative; height: 100%; }
.main-visual .item {position:relative; height:42vw; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.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;}

.pagi { position: absolute; display: flex; gap: 30px; right: 0; bottom: 60px; align-items: center; left: 0; margin: auto; justify-content: center;}
.main-visual .slick-dots {position:relative; text-align:center; line-height:0; z-index:50; margin: auto; }
.main-visual .slick-dots li {display:inline-block; margin:0 8px; position: relative;}
.main-visual .slick-dots li button {position:relative; display:block; width:6px; height:6px; overflow:hidden; text-indent:-9999em; transition:.2s;  border: none; border-radius: 100%; background: #fff;}
.main-visual .slick-dots li::after { content: ""; position: absolute; left: -7px; top: -7px; border-radius: 100%; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,0.6); display: none;}
.main-visual .slick-dots .slick-active::after { display: block;}
.main-visual .slick-dots .slick-active button { background: #fff;}
.main-visual .slick-arrow { z-index:50; opacity:1; overflow:hidden; transition: .3s; cursor: pointer; width: 21px; height: 12px; background-size: contain; background-repeat: no-repeat; background-position: center center; position: relative;}
.main-visual .slick-prev { background-image: url(../images/main/main-leftbt.png); }
.main-visual .slick-next { background-image: url(../images/main/main-rightbt.png); }

/* main 공통 */
.main-pd { padding: 130px 0;}
.main-subtit { line-height: 1em; font-size: 20px; font-weight: 700; letter-spacing: -.03em; color: #ba1c24; margin-bottom: 20px;}
.main-tit { margin-bottom: 50px; line-height: 1.2em; font-size: 60px; font-weight: 800; letter-spacing: -.03em; color: #242424; }
.main-view { position: absolute; right: 20px; top: 20px; display: inline-block; width: 60px; height: 60px; background: url(../images/main/sec1-view.png) center no-repeat; background-size: contain;}
.main-btbox { display: flex; position: absolute; right: 30px; top: 40px; gap: 10px; }
.main-swiper-button-prev::after , .main-swiper-button-next::after { display: none;}
.main-swiper-button-prev, .main-swiper-button-next { width: 60px; height: 60px; border-radius: 100%; border: 1px solid #ddd; position: relative; top: auto; margin-top: 0; transition: .2s; background-repeat: no-repeat; background-position: center; background-size: 7px; opacity: 1 !important;}
.main-swiper-button-prev { left: auto; background-image: url(../images/main/sec1-leftbt.png);}
.main-swiper-button-prev:hover { background-color: #000; border: 1px solid #000; background-image: url(../images/main/sec1-leftbt-w.png);}
.main-swiper-button-next { right: auto; background-image: url(../images/main/sec1-rightbt.png);}
.main-swiper-button-next:hover { background-color: #000; border: 1px solid #000; background-image: url(../images/main/sec1-rightbt-w.png);}

/* main */
.sec1 .contain { position: relative; }
.sec1-swiper { width: 112%; position: relative; overflow: hidden; margin-right: -12%;}
.sec1-swiper-slide a { display: block; width: 100%; position: relative; }
.sec1-swiper-slide .thumb {position:relative; padding-bottom:140%;overflow:hidden;}
.sec1-swiper-slide .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;}
.sec1-swiper-slide .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid #ddd;}
.sec1-swiper-slide .thumb .tit { font-size: 24px; font-weight: 700; line-height: 1.2em; color: #242424; letter-spacing: -.03em; position: absolute; left: 0; right: 0; margin: auto; bottom: 60px; text-align: center;}
.sec1-swiper-slide .thumb .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(186, 28, 36,0.9); color: #fff; display: flex; align-items: center; justify-content: center; text-align:center; opacity: 0; transition: .3s;}
.sec1-swiper-slide .thumb .abbox .title { font-size: 24px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; margin-top: 13px;}
.sec1-swiper-slide a:hover .thumb .tit { display: none;}
.sec1-swiper-slide a:hover .abbox { opacity: 1; }

.sec2 { background: #fafafa; }
.sec2 .contain { position: relative;}
.sec2 .contain .main-btbox { top: 110px;}
.sec2-box { display: flex; align-items: center; }
.sec2-left { width: 28%;}
.sec2-tab li { margin-bottom: 15px; }
.sec2-tab li:last-child { margin-bottom: 0; }
.sec2-tab li a { position: relative; padding-left: 15px; font-size: 20px; display: block; font-weight: 600; letter-spacing: -.03em; line-height: 1.4em; color: #ababab; }
.sec2-tab li a::before {content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 7px; height: 10px; background: url(../images/main/tab-bf.png) center no-repeat; background-size: contain; opacity: 0;}
.sec2-tab li.active a { color: #242424;}
.sec2-tab li.active a::before { opacity: 1;}
.sec2-right { width: 100%; margin-right: -28%;}
.sec2-swiper { width: 100%; position: relative; overflow: hidden;}
.sec2-swiper-slide a { position: relative; overflow: hidden; width: 100%; }
.sec2-swiper-slide .thumb {position:relative; padding-bottom:56.25%;overflow:hidden;}
.sec2-swiper-slide .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;}
.sec2-swiper-slide .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ddd;}
.sec2-swiper-slide .txtbox {border: 1px solid #ddd; border-top: none; background: #fff; padding: 25px 20px;}
.sec2-swiper-slide .txtbox .tit { line-height: 1.5em; font-size: 18px; font-weight: 700; letter-spacing: -.03em; 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-bottom: 20px; }
.sec2-swiper-slide .txtbox .txt { line-height: 1.556em; font-size: 15px; font-weight: 400; letter-spacing: -.03em; color: #454545; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover;}
.sec3 .contain { display: flex; align-items: flex-start; }
.sec3 .contain::after { content: none; }
.sec3-left { width: 57%; padding-right: 25px; }
.sec3-left .main-subtit { color: #fff; }
.sec3-left .main-tit { color: #fff; font-weight: 400; margin-bottom: 25px; }
.sec3-left .main-tit strong { font-weight: 700; }
.sec3-left p { line-height: 1.6em; letter-spacing: -.03em; color: #fff; font-weight: 300; font-size: 18px; margin-bottom: 55px; }
.sec3-bt { display: flex; width: 200px; height: 60px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.6); align-items: center; justify-content: center; line-height: 1em; font-size: 16px; font-weight: 600; letter-spacing: -.03em; color: #fff; transition: .2s;}
.sec3-bt:hover { background: #fff; color: #ba1c24;}
.sec3-right { width: 43%; display: flex; justify-content: flex-end; flex-wrap: wrap;}
.sec3-right .box { width: 50%; height: 300px; }
.sec3-right .box a { width: 100%; height: 100%; background: rgba(0,0,0,0.6); color: #fff; display: flex; align-items: flex-end; padding-left: 40px; padding-bottom: 50px; transition: .2s; position: relative;}
.sec3-right .box .tit { line-height: 1em; font-size: 24px; font-weight: 700; letter-spacing: -.03em; margin-bottom: 22px;}
.sec3-right .box .txt { font-weight: 300; color: #fff; }
.sec3-right .box .main-view { opacity: 0; transition: .2s;}
.sec3-right .box a:hover { background: #ba1c24;}
.sec3-right .box a:hover .main-view { opacity: 1;}
.sec3-fx {display: flex; width: 100%; flex-wrap: wrap;}

/* 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 .cell {display:table-cell; vertical-align:middle; text-align:center; }
.sub-visual h2 {font-size:70px; line-height:1em; display: inline-block; font-weight: 700; letter-spacing: -.03em; }
.sub-visual p { font-size: 18px; font-weight: 600; letter-spacing: -.03em; line-height: 1.3em; margin-top: 24px; }
.sub-visual-wrap .sub-visual { display: none;}
.sub-visual-wrap .sub-visual.active { display: table;}


.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}

.path-wrap {position:relative; border-bottom:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1200px; margin:0 auto; display: flex; align-items: center; }
.path-wrap .inner {display:flex; flex: 1 1 auto; min-width: 0; width: 1%; }
.path-wrap .home a {display:block; width:52px; height:70px; background:url("../images/sub/home.png")0 50% no-repeat; background-size:20px; text-indent:-999em; overflow:hidden; position: relative; }
.path-wrap .home a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 15px;}
.path-wrap .part {position:relative; min-width:245px; z-index:50;}
.path-wrap .part::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 15px;}
.path-wrap .part::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 100%; display: none;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:70px; color:#242424; font-size:18px; font-weight:600; line-height:1.3em; padding:0 60px 0 35px; letter-spacing: -.03em; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:35px; margin-top:-4px; width:10px; height:8px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:0; right:0; background:#fff; border:1px solid #ddd; z-index:50; padding: 20px 0; border-top: 1px solid #fff;}
.path-wrap .part ul li {color:#454545; line-height:1.3em; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:8px 35px;}
.path-wrap .part.active::after { height: 100%;}
.path-wrap .part.active::before { display: block;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#ba1c24; text-decoration: underline; text-underline-position: under;}
.path-ctr {display: flex; align-items: center; gap: 10px;}
.path-ctr span { display: inline-block; font-weight: 600; letter-spacing: -.03em; line-height: 1em; color: #898989; position: relative;}
.path-ctr span.first::before { content: ""; position: absolute; width: 15px; height: 14px; background-size: contain; background: url(../images/sub/home-c.png) center no-repeat; left: -23px;}

.lnb {margin:40px auto 0; max-width:1200px; overflow: hidden;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; position: relative; }
.lnb ul li a { border-radius: 20px; color: #ababab; padding: 27px 5px; display: block; transition: .2s;}
.lnb ul li a .txt { margin-top: 10px; font-size: 15px; font-weight: 600; line-height: 1.5em; letter-spacing: -.03em; }
.lnb ul li.active a { border: 1px solid #ba1c24; color: #ba1c24;}
.lnb ul li:hover a { color: #ba1c24;}

#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: 80px 0 60px; text-align: center;}
.sub-title h1 { font-size: 40px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; color: #242424;}
.sub-title h1::after { content: ""; display: block; width: 30px; height: 10px; margin: 35px auto 0; background: url(../images/sub/tit-af.png) center no-repeat; background-size: cover;}

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #000; padding: 75px 0 90px;}
#footer .contain { position:relative; display: flex; justify-content: space-between; }
#footer .contain::after { content: none;} 
.ft-text { margin: 45px 0 50px;}
.ft-text span { display: inline-block; line-height: 1.7em; letter-spacing: -.02em; color: rgba(255,255,255,0.6); padding-right: 28px; font-size: 15px; font-weight: 300;}
.ft-text span.fw { font-weight: 400; font-size: 16px; width: 105px; color: #fff; }
.ft-text span.pd { padding: 0;}
.cpr { font-size: 14px; letter-spacing: -.02em; line-height: 1.3em; color: #fff; font-weight: 400; }
.cpr span { display: inline-block;}
.cpr a { display: inline-block;}
.ft-right { text-align: right; }
.policy a { display: inline-block; font-weight: 700; letter-spacing: -.02em; line-height: 1.2em; padding-right: 40px; font-size: 16px; color: #fff;}
.policy a:last-child { padding-right: 0;}
.scroll-top { display: inline-block; width: 70px; height: 70px; border-radius: 100%; margin-top: 150px; text-align: center; background: #fff; line-height: 1em; font-size: 14px; font-weight: 500; color: #454545; padding-top: 37px; position: relative;}
.scroll-top::before { content: ""; position: absolute; left: 0; right: 0; top: 20px; width: 12px; height: 8px; background: url(../images/common/top.png) center no-repeat; background-size: contain; margin: auto;}



