@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:1660px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1460px; 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: 114px; transition: .2s; left: 0; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 100%; padding-left: 40px; padding-right: 40px; }
#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 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:114px; color:#2c2c2c; font-size:var(--font-size20); font-weight:700; line-height:1.3em; overflow: hidden;}
#gnb>ul>li:hover>a { color: var(--color-primary);}
#gnb>ul>li>a::before { content: ""; position: absolute; left: 0; bottom: -10px; right: 0; margin: auto; width: 38px; height: 27px; background: url(../images/common/hd-poly.png) center no-repeat; background-size: contain; transition: .3s; opacity: 0; }
#gnb>ul>li:hover>a::before { opacity: 1; }
#gnb>ul>li.af>a::before { display: none; }

#gnb .submenu {display:none; position:absolute; left:50%; width:160px; transform:translateX(-50%); background:var(--color-primary); text-align:center; border-radius: 24px; }
#gnb .submenu>ul {padding:10px 0;}
#gnb .submenu>ul>li>a {display:block; padding:15px 0 12px; color:#fff; font-size:var(--font-size18); font-weight: 700;   line-height:1.33em; border-bottom: 1px dashed rgba(255,255,255,0.4);}
#gnb .submenu>ul>li>a:hover { color: rgba(255,255,255,0.5);}
#gnb .submenu>ul>li:last-child>a { border-bottom: none; }

.util { display: flex; align-items: center; gap: 10px; }
.hd-contact { width: 150px; height: 54px; border-radius: 27px; display: flex; align-items: center; justify-content: center; color: #fff; background: #121212; font-size: var(--font-size18); font-weight: 800; line-height: 1.5em; }
.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#2c2c2c; 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:-8px; transition-property:top, transform; background:#2c2c2c; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#2c2c2c; }

#header.main { position: fixed; }
#header.main .sitelogo { background-image: url(../images/common/logo-w.png);}
#header.main #gnb>ul>li>a { color: #fff; }
#header.main .hd-contact { background: rgba(255,255,255,0.16); color: rgba(255,255,255,0.5);}
#header.main .list-icon span { background: #fff;}
#header.main .list-icon span::after, 
#header.main .list-icon span::before { background: #fff;}
#header.main.hover { background: #fff; }
#header.main.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.main.hover #gnb>ul>li>a { color: #2c2c2c; }
#header.main.hover #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.main.hover .hd-contact { background: #121212; color: #fff; }

#header.move { background: #fff; }
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #2c2c2c; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .hd-contact { background: #121212; color: #fff; }
#header.move .list-icon span { background: #2c2c2c; }
#header.move .list-icon span::before, 
#header.move .list-icon span::after { background: #2c2c2c; }

.mobile-navigation {display:block; 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: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: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:15px; 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 br { display: none;}
.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:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .items { overflow: hidden; height: 100vh; }
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden; }
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; }
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item 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; text-align: center; width: 100%; top: 45%; transform: translateY(-50%); }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; position: relative; z-index: 2; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h2 { font-size: 52px; font-weight: 800; line-height: 1.57em; position: relative; }
.main-visual .caption p { font-size: var(--font-size24); font-weight: 700; line-height: 1.66em; color: #e7e7e7; margin-top: 30px; }

.main-visual .slick-dots { max-width: 1460px; padding-left: 30px; padding-right: 30px; position: absolute; z-index: 50; left: 0; bottom: 30%; margin: auto; right: 0;text-align: center;  }
.main-visual .slick-dots li { display: inline-block; margin: 0 5px; }
.main-visual .slick-dots li button { width: 24px; height: 10px; border-radius: 5px; padding: 0; margin: 0; cursor: pointer; text-indent: -9999px; overflow: hidden; border: none; transition: .3s; background: rgba(255,255,255,0.24);}
.main-visual .slick-dots li.slick-active button { background: #fff; }

.vs-links { position: absolute; left: 0; right: 0; margin: auto; bottom: 120px; display: flex; align-items: center; justify-content: center; gap: 16px; z-index: 3; }
.vs-links a { width: 260px; height: 76px; border-radius: 40px; display: flex; align-items: center; justify-content: center; font-size: var(--font-size22); font-weight: 800; color: #2c2c2c; line-height: 1.5em; background: #fff; gap: 5px; box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset; }
.vs-links a span { color: var(--color-primary);}
.vs-links a.bg2 { background: var(--color-primary); color: #fff; }

.main-visual .coin1 { position: absolute; left: -2%; top: 19%; }
.main-visual .coin2 { position: absolute; right: 16%; top: 9%; }
.main-visual .coin3 { position: absolute; right: -2%; top: 50%; }
.main-visual-wrap .coin4 { position: absolute; left: 16%; bottom: -5%; }
.main-visual-wrap .ufo { position: absolute; right: 0; bottom: -15%; z-index: 1;}

.scroll-down { position: absolute; left: 0; right: 0; margin: auto; bottom: 50px; animation: scrollDown 1.5s ease-in-out infinite; }
@keyframes scrollDown {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(20px); opacity: 0; }
} 

/* main 공통 */
.main-tit { font-size: var(--font-size46); font-weight: 800; color: #2c2c2c; line-height: 1.65em; }
.main-tit span { color: var(--color-primary); }
.main-tit.tc { text-align: center; }
.main-txt { font-size: var(--font-size22); font-weight: 700; line-height: 1.63em; } 
.main-txt.tc { text-align: center; }
.main-txt.fx { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.main-txt.fx.fx0 { gap: 0; }
.main-titbox { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; flex-wrap: wrap; gap: 15px; }
.main-titbox.db { display: block; }
.main-titbox a { display: flex; align-items: center; justify-content: center; padding: 20px 40px; border-radius: 38px; background: #e6f6f7; color: var(--color-primary); font-size: var(--font-size22); font-weight: 800; line-height: 1.5em; }
.main-titbox a:hover { background: var(--color-primary); color: #fff; box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset; }

/* 교구재 리스트 공통 */
.book-thumb { position: relative; padding-bottom: 128%; border-radius: 32px; overflow: hidden; display: block; }
.book-thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.book-thumb .view { position: absolute; width: 80px; height: 80px; right: 24px; bottom: 24px; background: url(../images/main/sec3-view.png) center no-repeat; background-size: contain; transition: .3s; opacity: 0; }
.book-tit { margin: 34px 0 20px; font-size: var(--font-size32); line-height: 1.43em; font-weight: 800; color: #2c2c2c; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.book-txt { font-size: var(--font-size18); font-weight: 700; line-height: 1.77em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
 
/* main */
.sec1 { padding: 140px 0 160px;}
.sec1 .main-txt { margin: 40px 0 80px;}
.sec1-wrap { display: flex; flex-wrap: wrap; gap: 21px; }
.sec1-wrap .col { width: calc(100%/3 - 14px); border-radius: 32px; overflow: hidden; background: #fee652; }
.sec1-wrap .col.bg2 { background: #ffd0da; }
.sec1-wrap .col.bg3 { background: #B3E9DC; }
.sec1-wrap .col a { display: block; padding: 50px; position: relative; }
.sec1-wrap .col a img { position: absolute; right: 0; bottom: 0; }
.sec1-wrap .col .tt { font-size: var(--font-size32); font-weight: 800; color: #2c2c2c; line-height: 1.43em; position: relative; z-index: 1;}
.sec1-wrap .col .txt { font-size: var(--font-size18); line-height: 1.77em; font-weight: 700; margin: 20px 0 100px; position: relative; z-index: 1; }
.sec1-wrap .col .view { width: 113px; height: 54px; border-radius: 27px; background: #fff; display: flex; align-items: center; justify-content: center; line-height: 1.5em; font-size: var(--font-size18); color: #a8a8a8; font-weight: 800; transition: .2s; position: relative; z-index: 1;}
.sec1-wrap .col a:hover .view { background: var(--color-primary); color: #fff; box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset; }

.sec2 { background: url(../images/main/sec2-bg.png) center no-repeat; background-size: 100% 100%; padding: 140px 0 180px;}
.sec2-wrap { display: flex; gap: 32px; }
.sec2-wrap .col { flex: 0 0 540px; width: 540px; min-width: 540px;text-align: center; }
.sec2-wrap .col:nth-of-type(even) { margin-top: 80px; }
.sec2-wrap .col a { display: block; border-radius: 32px; background: #faebea; padding: 40px; }
.sec2-wrap .col .thumb { position: relative; padding-bottom: 65%; border-radius: 24px; overflow: hidden; display: block; }
.sec2-wrap .col .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sec2-wrap .col .thumb .ctr { position: absolute; padding: 10px 16px; left: 16px; top: 16px; border-radius: 12px; background: rgba(0, 0, 0, 0.30); backdrop-filter: blur(12px); line-height: 1.5em; font-size: var(--font-size20); font-weight: 800; color: #fff; }
.sec2-wrap .col .tit { margin: 30px 0; font-size: var(--font-size32); line-height: 1.43em; color: #2c2c2c; font-weight: 800; }
.sec2-wrap .col .view { width: 113px; height: 54px; border-radius: 27px; display: flex; align-items: center; justify-content: center; background: #fff; line-height: 1.5em; font-size: var(--font-size18); color: #a8a8a8; font-weight: 800; transition: .3s; margin: auto; }
.sec2-wrap .col:hover .view { background: var(--color-primary); color: #fff; box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset; }

.sec3 { padding: 100px 0 180px;}
.sec3-swiper .item a { display: block; }
.sec3-swiper .item a:hover .book-thumb .view { opacity: 1; }

.sec4 { padding-bottom: 160px; overflow: unset !important;}
.sec4 .contain { display: flex; gap: 80px; }
.sec4 .contain::after { content: none; }
.sec4 .contain>div { width: calc(100%/2 - 40px); }
.sec4 .left { position: relative; z-index: 1; }
.sec4 .right { position: relative; z-index: 0; }
.sec4 .main-titbox a { padding: 13px 24px 12px; font-size: var(--font-size18); }
.main-cal { position: relative; z-index: 1; }
.main-cal table {width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0px; border-top: 1px solid #2c2c2c; border-bottom: 1px solid #dfdfdf;}
.main-cal table tr { border-bottom: 1px dashed #dfdfdf;}
.main-cal table tr.bd { border-bottom: 1px solid #dfdfdf;}
.main-cal table th {padding:14px 4px; text-align:center; color:#676767; font-size:16px; line-height:1.5em; font-weight: 700; }
.main-cal table td { padding:20px 10px 19px; color:#454545; font-size:14px; line-height:1.4em; letter-spacing:-.03em; font-weight: 600; color: #2c2c2c; text-align: center; position: relative; }
.main-cal table tr th:first-child,
.main-cal table tr td:first-child {color:#F33A3A;}
.main-cal table tr th:last-child,
.main-cal table tr td:last-child {color:#2C80FF;}
.main-cal table td .cal-link { width: 28px; height: 28px; border-radius: 28px; display: flex; align-items: center; justify-content: center; line-height: 1em; margin: auto; pointer-events: none;}
.main-cal table td.on .cal-link { background: #eee; pointer-events: visible;}
.main-cal table td.on .cal-link.active { background: var(--color-primary); color: #fff; }
.main-cal ul { position: absolute; left: 50%; transform: translateX(-50%); border-radius: 24px; padding: 4px 0; background: #e6f6f7; width: 150px; z-index: 111; top: 70px; display: none; }
.main-cal ul::before { content: ""; position: absolute; left: 0; right: 0; width: 38px; height: 27px; background: url(../images/main/cal-poly.png) center no-repeat; background-size: contain; top: -17px; margin: auto; }
.main-cal ul li { border-bottom: 1px dashed rgba(139, 195, 74, 0.40); }
.main-cal ul li:last-child { border: none; }
.main-cal ul li a { display: block; padding: 12px 16px; text-align: left; }
.main-cal ul li .tt {line-height:1.37em; color: #2c2c2c; font-weight: 700; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: .3s;}
.main-cal ul li .date { line-height: 1.33em; color: #676767; font-size: 12px; font-weight: 700; margin-top: 6px; }
.main-cal ul li a:hover .tt { color: var(--color-primary);}
.main-cal .blank { color: #ccc !important;}
.main-cal .holiday {color:#F33A3A !important;}
.sec4-wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.sec4-wrap .item { width: calc(100%/2 - 10px); }
.sec4-wrap .item a { display: block; padding: 50px; border-radius: 32px; background: #f4f4f4; position: relative; }
.sec4-wrap .item .tit { margin: 12px 0 20px; line-height: 1.43em; font-size: var(--font-size32); font-weight: 800; color: #2c2c2c; }
.sec4-wrap .item .txt { font-size: var(--font-size18); line-height: 1.77em; font-weight: 700; margin-bottom: 60px; }
.sec4-wrap .item .view { width: 113px; height: 54px; border-radius: 27px; display: flex; align-items: center; justify-content: center; background: #fff; line-height: 1.5em; font-size: var(--font-size18); color: #a8a8a8; font-weight: 800; transition: .3s; }
.sec4-wrap .item a:hover .view { background: var(--color-primary); color: #fff; box-shadow: -4px -4px 0 0 rgba(0, 0, 0, 0.20) inset; }
.sec4-wrap .item .ch-img { position: absolute; right: 20px; bottom: 0; }
.sec4-wrap .item .ch-img.ab1 { bottom: -10px; }

/* sub */ 
.sub-visual-wrap { position: relative; overflow: unset !important ;}
.sub-visual {position:relative; height:480px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; text-align: center; justify-content: center; overflow: hidden;}
.sub-visual h2 { font-size: 52px; font-weight: 800; line-height: 1.55em; margin-bottom: 60px; }
.sub-visual h2.mg { margin-bottom: 0; }

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg1 .coin1 { position: absolute; left: 18%; top: -20px; }
.sub-visual.bg1 .coin2 { position: absolute; right: -15px; top: 35px; }
.sub-visual-wrap .coin3 { position: absolute; left:40px; bottom: -30px; }
.sub-visual-wrap .ufo { position: absolute; right:8%; bottom: -40px; }
.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");} 

.lnb { position: absolute; bottom: 40px; left: 50%; display: inline-block; transform: translateX(-50%); z-index: 1; }
.lnb.com { position: relative; bottom: auto; left: auto; transform: none;}
.lnb ul {display:inline-flex; padding: 8px; border-radius: 50px; background: rgba(255,255,255,0.4); backdrop-filter: blur(12px); width: auto;}
.lnb ul li { width: auto;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; width:160px; height:58px; border-radius: 30px; align-items: center; font-weight: 800; color: #fff; font-size: var(--font-size18);}
.lnb ul li.active a {background:#121212; color: #fff; }

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; padding: 70px 0;}
.sub-title.pd { padding: 50px 0;}

.real-cont {min-height:300px; padding-bottom: 160px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: url(../images/common/footer-bg.jpg) center no-repeat; padding: 120px 0 50px; background-size: cover;}
#footer .contain { display: flex; align-items: flex-end; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-text { margin: 40px 0 28px; }
.ft-text span { display: inline-block; padding-right: 16px; margin-bottom: 8px; font-size: 14px; font-weight: 400; line-height: 1.42em; }
.ft-text span:last-child { padding-right: 0; }
.cpr { color: #878787; font-size: 14px; font-weight: 400; line-height: 1.42em; }
.ft-right { text-align: right; }
.policy a { display: inline-block; font-weight: 600; padding-right: 30px; color: #2c2c2c; }
.policy a:last-child { padding-right: 0; }
.ft-sns { margin-top: 60px; display: flex; gap: 6px; justify-content: flex-end;}
.ft-sns a { display: inline-flex; padding: 10px; align-items: center; justify-content: center; background: #fff; border-radius: 8px; border: 1px solid #eee; gap: 10px; }
.ft-sns a span { font-weight: 700; color: #505050; }
.footer-txt { text-align: center; margin-top: 190px; font-size: 14px; color: #878787; font-weight: 700; line-height: 1.42em; }