@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}

#wrapper {position:relative; overflow:hidden;}

#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}

.contain {position:relative; width:100%; max-width:1260px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header  {position:absolute; width:100%; left:0; top:0; z-index:99;}

#header .contain {position:relative; max-width:1780px; padding-left:30px; padding-right:30px; z-index:20;}
.sitelogo {position:absolute; left:30px; top:50%; margin-top:-28px; z-index:10;}
.sitelogo a {display:block; width:193px; height:56px; background-repeat:no-repeat; background-position:50% 50%; background-size:contain; text-indent:-999em; overflow:hidden; background-image:url("../images/common/logo2.png");}

#gnb {padding-right:216px;}
#gnb > ul {position:relative; display:flex; justify-content:flex-end;}
#gnb > ul > li {position:relative;text-align:center; padding:0 49px;}
#gnb > ul > li > a {display:flex; font-size:20px; font-weight:500; height:100px; line-height:1.4em; letter-spacing:-0.03em; color:#fff; position:relative; align-items: center; justify-content: center;}
#gnb > ul > li.active > a {color:#3b35ae !important;}

#gnb .submenu {position:absolute; display:none; left:50%; min-width:160px; transform:translateX(-50%); margin-top:-3px; text-align:center; z-index:21; background:#fff; border-top:2px solid #3b35ae;}
#gnb .submenu ul li {line-height:1.4em; transition:0.2s all ease;border-top:1px solid #ddd;}
#gnb .submenu ul li a {position:relative; display:block; font-size:16px; font-weight:400; color:#454545; line-height:1.2em; transition:0.2s all ease; background:#fff; padding:13px 20px; }
#gnb .submenu ul li:hover a {color:#3b35ae; font-weight:500; background:#f1f1f9;} 

#header.header-hover {background:#fff;}
#header.header-hover .sitelogo a {background-image:url("../images/common/logo.png");}
#header.header-hover #gnb > ul > li > a {color:#242424;}
#header.header-hover .btn-all-menu span,
#header.header-hover .btn-all-menu span:before,
#header.header-hover .btn-all-menu span:after {background:#242424;}


/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-12px; right:30px; width:27px; height:24px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; left:0; top:10px; height:2px; width:27px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:101;}
.mobile-navigation .home {padding-bottom:20px; padding-left:15px;}
.mobile-navigation .home img {height:34px; width:auto;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#2c2c2c; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#005aab;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #005aab; border-bottom:2px solid #005aab;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #005aab;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#005aab; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:14px; left:15px; width:4px; height:4px; border-radius:100%; background:#fff; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#fff}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#fff}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#005aab;}
.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:.76; z-index:98;} 

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 전체메뉴 */
.all-navigation .bg-wrap {}
.only-all-menu {display:none;}
.btn-all-menu {position:absolute; top:50%; transform:translateY(-50%); width:28px; height:26px; right:30px; text-align:center; transition: all 0.5s ease-in-out; text-indent:-9999em; }

.btn-all-menu span {position:absolute; display:block; right:0; margin-left:-13px; top:50%; height:2px; width:17px; background:#fff;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; right:0; width:26px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-all-menu span:before {top:-12px; transition-property:top, transform;}
.btn-all-menu span:after {bottom:-12px; transition-property:bottom, transform;}

.all-navigation {position:fixed; left:0; top:0; transform:translateY(-100%); width:100%; overflow:auto; transition:.3s ease-in-out;background:rgba(0,0,0,0.85); z-index:20; }
.all-navigation .contain {height:100vh; padding-top:30px; display:flex; align-items:center; justify-content:center;}
.all-navigation .all-nav-menu {width:100%;}
.all-navigation .all-nav-menu>ul {display:flex;}
.all-navigation .all-nav-menu>ul>li {position:relative;transition:0.2s all ease; width:20%; padding:0 20px;}
.all-navigation .all-nav-menu>ul>li>a {display:block; position:relative; color:#fff; font-size:32px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; transition: all 0.2s ease-in; margin-bottom:25px; padding-bottom:25px; border-bottom:1px solid #fff;}
.all-navigation .all-nav-menu .submenu {display:block !important; position:relative; bottom:auto; transform:translateX(0); left:auto; top:auto;}
.all-navigation .all-nav-menu .submenu {}
.all-navigation .all-nav-menu .submenu>ul {display:block;}
.all-navigation .all-nav-menu .submenu>ul>li {line-height:1.2em; transition:0.2s all ease; margin-bottom:36px;}
.all-navigation .all-nav-menu .submenu>ul>li:last-child {margin-bottom:0;}
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; font-size:18px; font-weight:400; color:#fff; line-height:1.2em; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul>li>a:hover  {color:#4db848 !important; font-weight:500;} 

.all-navigation .all-nav-menu>ul>li.active {}
.all-navigation .all-nav-menu>ul>li.active>a {border-color:#4db848; color:#4db848;}

html.menu-all-opened #sub #header {background:0;}
html.menu-all-opened #header .contain {height:100px;}
html.menu-all-opened #gnb,
html.menu-all-opened .sitelogo {display:none;}
html.menu-all-opened #gnb .submenu  {display:none !important;}
html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .btn-all-menu span {background:0 !important;}
html.menu-all-opened .btn-all-menu span:before,
html.menu-all-opened .btn-all-menu span:after {transition-delay:0s, 0.3s; background:#fff !important;}
html.menu-all-opened .btn-all-menu span:before {top:0; transform:rotate(45deg);}
html.menu-all-opened .btn-all-menu span:after  {bottom:0; transform:rotate(-45deg);}
html.menu-all-opened .all-navigation {transform:translateY(0);}
html.menu-all-opened .all-navigation .only-all-menu {display:block;}


/* main */ 
.mv-video  {position:relative;/*  padding-bottom: 56.25% !important; */ width:auto !important; height:100vh !important; overflow:hidden; background:#000;}
.mv-video video {max-height:100vh; object-fit:cover;}
.main-visual .mv {height:100vh; position:relative; width:100%;}
.main-visual .mv 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;}

.main-visual {position:relative;}
.main-visual .main-ctrl {display:flex; position:absolute; bottom:23%; z-index:1; width:100%; padding:0 15px; max-width:1230px; left:50%; transform:translateX(-50%)}
.main-visual .slick-arrow {display:block; width:50px; height:50px; background-repeat:no-repeat; background-size:contain; text-indent:-999em; overflow:hidden; border:0; background-color:transparent;}
.main-visual .slick-prev {background-image:url("../images/main/mv_prev.png"); margin-right:20px;}
.main-visual .slick-next {background-image:url("../images/main/mv_next.png");}
.main-visual .scroll {position:absolute; display:flex; flex-direction:column; align-items:center; z-index:1; left:50%; bottom:40px; transform:translateX(-50%); text-align:center; font-size:12px; font-weight:400; line-height:1.2em; letter-spacing:0; color:rgba(255,255,255,0.6);}
.main-visual .scroll .triangle {border-left:4px solid #9fa6b0; border-top:3px solid transparent; border-bottom:3px solid transparent; transform:rotate(90deg); margin-top:10px;}

.triangle{position:relative;  display: inline-block; animation:bgcolor 1s infinite; -webkit-animation:bgcolor 1s infinite;  -ms-animation:bgcolor 1s infinite;   -moz-animation: bgcolor 1s infinite; }
.triangle:nth-of-type(1){animation-delay:0.3s;}
.triangle:nth-of-type(2){animation-delay:0.6s;}
.triangle:nth-of-type(3){animation-delay:0.9s;}

@-webkit-keyframes bgcolor {
    30%{border-left:4px solid #9fa6b0;}
    60% {border-left:4px solid #fff;}
    100% {border-left:4px solid #9fa6b0;}
}
@keyframes bgcolor {
    30% {border-left:4px solid #9fa6b0;}
    60% {border-left:4px solid #fff;}
    100% {border-left:4px solid #9fa6b0;}
}

.main-sec {position:relative; padding:100px 0; background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.main-about {background:url("../images/main/about_bg.jpg") no-repeat 50% 50%; background-size:cover; padding:77px 0;}
.main-about .contain {display:flex; align-items:center; justify-content:space-between; color:#fff;}
.main-about .txt-wrap {flex: 1 1 auto; min-width: 0; width: 1%;}
.main-about .txt-wrap h2 {font-size:32px; font-weight:400; line-height:1.4em; letter-spacing:-0.03em; margin-bottom:16px;}
.main-about .txt-wrap p {font-size:16px; font-weight:300; line-height:1.2em; letter-spacing:-0.03em;}
.main-about .more a {display:inline-block; font-size:16px; font-weight:500; line-height:1em; letter-spacing:-0.03em; padding:18px 40px; border-radius:50px; border:1px solid rgba(255,255,255,0.6);}
.main-about .more a:hover {background:#fff; border-color:#fff; color:#005aab; box-shadow:10px 10px 10px rgba(0,0,0,0.2);}

.main-banner .contain {display:flex;}
.main-banner .icon {width:60px; height:60px; margin:0 auto 25px auto; background-repeat:no-repeat; background-position:50% 50%;}
.main-banner .box {width:25%; border:1px solid #ddd; position:relative; margin-left:-1px; transition:0.2s all ease;}
.main-banner .box:nth-child(even) {background:#e5eef6;}
.main-banner a {position:relative; display:block;  padding-bottom:100%; text-align:center;}
.main-banner .box:nth-child(1) .icon {background-image:url("../images/main/banner_icon1.png")}
.main-banner .box:nth-child(2) .icon {background-image:url("../images/main/banner_icon2.png")}
.main-banner .box:nth-child(3) .icon {background-image:url("../images/main/banner_icon3.png")}
.main-banner .box:nth-child(4) .icon {background-image:url("../images/main/banner_icon4.png")}
.main-banner .wrap {position:absolute; width:100%; height:100%; left:0; top:0; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.main-banner .tit {font-size:20px; font-weight:700; letter-spacing:-0.03em; line-height:1.2em; margin-bottom:10px;}
.main-banner .txt {font-size:16px; font-weight:400; line-height:1.5em; letter-spacing:-0.03em; color:#454545;}
.main-banner .box:hover {background:#005aab !important; z-index:1; border-color:#005aab; box-shadow:0 0 10px 0 rgba(0,0,0,0.2);}
.main-banner .box:hover:nth-child(1) .icon {background-image:url("../images/main/banner_icon1_w.png")}
.main-banner .box:hover:nth-child(2) .icon {background-image:url("../images/main/banner_icon2_w.png")}
.main-banner .box:hover:nth-child(3) .icon {background-image:url("../images/main/banner_icon3_w.png")}
.main-banner .box:hover:nth-child(4) .icon {background-image:url("../images/main/banner_icon4_w.png")}
.main-banner .box:hover .tit,
.main-banner .box:hover .txt {color:#fff;}

.main-tit {position:relative; font-size:40px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#000; padding-left:24px; margin-bottom:40px;}
.main-tit:before {content:""; position:absolute; width:5px; height:40px; background:#4db848; left:0; top:50%; margin-top:-20px;}

.main-business {background-image:url("../images/main/business_bg.jpg");} 
.main-business .wrap {background:url("../images/main/business_bg2.png") no-repeat right center; padding:95px 0; background-size:contain;}
.main-business .cnt {width:100%; max-width:340px; text-align:center; position:relative; padding:40px; background:#4db848; border-radius:10px;}
.main-business .biz-ctrl {position:absolute; bottom:50px; width:100%; left:0;}
.main-business .biz-ctrl .slick-dots {display:flex; justify-content:center; margin:0 -5px;}
.main-business .biz-ctrl .slick-dots li {padding:0 5px;}
.main-business .biz-ctrl .slick-dots li.slick-active button {opacity:1;}
.main-business .biz-ctrl .slick-dots li button {display:block; border:0; background:#fff; opacity:0.6; width:12px; height:12px; border-radius:100%; text-indent:-999em; overflow:hidden;}
.main-business .cnt .tit {font-size:30px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#fff; margin-bottom:20px;}
.main-business .cnt .txt {font-size:16px; font-weight:400; line-height:1.5em; letter-spacing:-0.03em; color:#fff; margin-bottom:34px; word-break:break-all;}
.main-business .cnt .more  {margin-bottom:80px;;}
.main-business .cnt .more a {display:inline-block; font-size:16px; font-weight:500; line-height:1em; letter-spacing:0; color:#fff; border:1px solid rgba(255,255,255,0.6); border-radius:50px; padding:15px 30px;}
.main-business .cnt .more a:hover {background:#fff; border-color:#fff; color:#4db848; box-shadow:10px 10px 10px rgba(0,0,0,0.2);}


.main-employment {background-image:url("../images/main/employ_bg.jpg");}
.main-employment:before {content:""; position:absolute; width:70%; height:59%; right:0; bottom:100px; background:rgba(255,255,255,0.95);}
.main-employment .tit-wrap {position:relative; width:90%; max-width:860px; background:#005aab; margin:0 0 0 auto; color:#fff; padding:55px 60px 55px 35px; border-radius:12px; box-shadow:10px 0 15px rgba(0,0,0,0.2); margin-bottom:60px;}
.main-employment .tit-wrap h2 {font-size:40px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#fff; margin-bottom:35px; position:relative; overflow:hidden;}
.main-employment .tit-wrap h2:before {content:""; position:absolute; right:-200px; background:#7ca9d2; height:1px; width:100%; bottom:7px;}
.main-employment .tit-wrap p {font-size:18px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#fff;}
.main-employment .employ-menu {max-width:860px; margin:0 0 0 auto; padding-bottom:60px;}
.main-employment ul {display:flex;}
.main-employment ul li {border-right:1px solid #ddd; width:33.333%;}
.main-employment ul li:first-child {border-left:1px solid #ddd;}
.main-employment ul li a {display:block; padding:0 40px 65px 40px; position:relative;}
.main-employment .icon {margin-bottom:38px;}
.main-employment .tit {font-size:24px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:12px;}
.main-employment .txt {font-size:16px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#454545;}
.main-employment .more {position:absolute; left:40px; bottom:0; font-size:15px; font-weight:400; line-height:1em; letter-spacing:0; color:#686868;}
.main-employment ul li a:hover .more {color:#005aab;}

.main-notice {background-image:url("../images/main/notice_bg.jpg");}
.notice-tab {position:absolute; right:30px; top:0;}
.notice-tab .tabs {display:flex; border:1px solid #ddd; border-radius:50px; overflow:hidden;}
.notice-tab .tabs li a {display:block; width:130px; font-size:16px; font-weight:500; line-height:1em; letter-spacing:-0.03em; color:#a8a8a8; text-align:center; padding:10px;}
.notice-tab .tabs li:nth-child(1).active a {color:#fff; background:#4db848;}
.notice-tab .tabs li:nth-child(2).active a {color:#fff; background:#005aab;}

.main-notice .tab-content ul {display:flex; margin:0 -30px;}
.main-notice .tab-content ul li {width:33.333%; padding:0 30px;}
.main-notice .tab-content ul li a {position:relative; display:block; padding:45px; background:#fff url("../images/main/notice_bg3.png") no-repeat 50% 50%; box-shadow:10px 10px 10px rgba(0,0,0,0.2);}
.main-notice .tab-content .cate {font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; margin-bottom:12px; transition:0.2s all ease;}
.main-notice #notice1 .cate {color:#4db848;}
.main-notice #notice2 .cate {color:#005aab;}
.main-notice .tab-content .tit {font-size:20px; font-weight:700; line-height:1.5em; letter-spacing:-0.03em; color:#000; margin-bottom:30px; min-height:60px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal;  display:-webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient:vertical; transition:0.2s all ease;}
.main-notice .tab-content .txt {font-size:16px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#454545; margin-bottom:50px; min-height:103px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal;  display:-webkit-box;  -webkit-line-clamp: 4; -webkit-box-orient:vertical; transition:0.2s all ease;}
.main-notice .tab-content .date {font-size:15px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#686868; transition:0.2s all ease;}
.main-notice .tab-content .more {width:50px; height:50px; background:#a8a8a8 url("../images/main/more_icon_w.png") no-repeat 50% 50%; position:absolute; right:0; bottom:0; transition:0.2s all ease;}

.main-notice .tab-content ul li a:hover .cate,
.main-notice .tab-content ul li a:hover .tit,
.main-notice .tab-content ul li a:hover .txt,
.main-notice .tab-content ul li a:hover .date {color:#fff !important;}

.main-notice #notice1 ul li a:hover {background:#4db848 url("../images/main/notice_bg2.png") no-repeat 50% 50%;;}
.main-notice #notice1 ul li a:hover .more {background:url("../images/main/more_icon1.png") no-repeat 50% 50% #fff;}
.main-notice #notice2 ul li a:hover {background:#005aab url("../images/main/notice_bg2.png") no-repeat 50% 50%;;}
.main-notice #notice2 ul li a:hover .more {background:url("../images/main/more_icon2.png") no-repeat 50% 50% #fff;}



/* sub page */ 
#sub #wrapper {padding-top:100px;}
.sub-visual {position:relative; width:100%; height:350px; padding-bottom:60px; display:flex; align-items:center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-visual .content {position:relative; z-index:1; max-width:1260px; padding:0 30px; width:100%; margin:0 auto; color:#fff; text-align:center;}
.sub-visual .content h2 {font-size:40px; font-weight:700; line-height:1em; letter-spacing:-0.03em;}
.sub-visual .content p {font-size:18px; font-weight:400; line-height:1.5em; letter-spacing:-0.03em; margin-top:20px;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}


.sub-title {margin:60px 0; text-align:center;}
.sub-title h2 {position:relative; color:#242424; font-size:30px; line-height:1.2em; font-weight:700; letter-spacing:-0.03em; padding-top:34px; background:url("../images/common/bullet01.png") no-repeat top center;}

#lnb {position:relative; margin-top:-60px;}
.lnb {position:relative; max-width:1200px; margin:0 auto; }
.lnb ul {display:flex; width:100%; justify-content: center}
.lnb ul li {position:relative; width:auto; text-align:center; letter-spacing:-.04em; flex:1; border-right:1px solid #858687;}
.lnb ul li:last-child {border-right:0;}
.lnb ul li a {position:relative; font-family:'Pretendard',sans-serif; display:flex; align-items:center; justify-content:center; height:60px; color:#fff; font-weight:500; font-size:20px; line-height:1.4em; padding:0 20px; background:rgba(0,0,0,0.6);}

.lnb ul li.active a {background:#005aab; z-index:1;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}



/* footer */
#footer {position:relative; color:#bfbfbf; background:#262626; font-size:15px; line-height:1.4em; padding:25px 0 35px;}
#footer address {flex: 1 1 auto; min-width: 0; width: 1%; font-style:normal; font-weight:300; letter-spacing:-0.03em; line-height:1.8em;}
#footer address span {display:inline-block; margin-right:30px;}
#footer .copyright a {font-size:13px; color:#5a5a5a;}

.f-menu {padding-bottom:20px; margin-bottom:35px; border-bottom:1px solid #7d7d7d;}
.f-menu ul {display:flex; margin:0 -22px;}
.f-menu ul li {padding:0 22px; font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:0; color:#bfbfbf; position:relative;}
.f-menu ul li:before {content:""; position:absolute; width:2px; height:2px; background:#bfbfbf; border-radius:100%; right:-1px; top:50%; margin-top:-1px;}
.f-menu ul li:last-child:before {display:none;}
.f-cnt {display:flex; align-items:center;}
.f-logo {margin-right:35px;}

.scroll-top {display:block; position:absolute; text-align:center; right:20px; top:-38px; padding-top:40px; width:54px; height:74px; background: #fff; border:1px solid #ddd; border-radius:650px; opacity:0; z-index:70; font-size:12px; font-weight:700; line-height:1em; letter-spacing:-0.06em; color:#505050;}
.scroll-top:before {content:""; position:absolute;border-left:8px solid #3b35ae; border-top:6px solid transparent; border-bottom:6px solid transparent; top:24px; left:50%; margin-left:-4px; transform:rotate(-90deg)} 
.scroll-top.active {opacity:1;}