@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#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;outline-color:#f37736;}
a:focus {outline:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1500px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:sticky; top:0; width:100%; background:#fff; z-index:100;}
#main #header {position: fixed;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1500px; height:var(--header-height); z-index:10;}
.sitelogo img {max-height: clamp(40px, calc(64 / var(--inner) * 100vw), 64px);}
#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 clamp(20px, calc(60 / var(--inner) * 100vw), 60px);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:var(--dark-color); font-size:var(--font-size-20); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after, .submenu-bg > ul > li > a:after {content:""; position:absolute; top: 30%; left:7px; width:0; height:4px; background:var(--primary-color); border-radius: 100%; transition:.2s;}
#gnb>ul>li.active>a:after, .submenu-bg > ul > li.active > a:after {width:4px;}
#gnb .submenu {display:none}
.submenu-bg {display:none; position:absolute; top:100%; left:0; width:100%; height:0; overflow:hidden; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee; z-index:99;}
.submenu-bg > ul {display: flex; max-width: 1500px; margin:0 auto; padding:0 var(--container-space);}
.submenu-bg > ul > li {flex:1; padding: var(--space-45) var(--space-40) var(--space-60);}
.submenu-bg > ul > li.active {background: #FFF3E8;}
.submenu-bg > ul > li > a {position: relative;display: block; margin-bottom: var(--space-30); font-size: var(--font-size-20); font-weight: 600; line-height: 1.7em; color: var(--dark-color);}
.submenu-bg > ul > li > a:after {top: -5px;}
.submenu-bg .submenu a {display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; line-height: 1.5em;}
.submenu-bg .submenu a:hover {color: var(--primary-color); font-weight: 600;}
.submenu-bg .submenu a:after {content: '→'; display: block; font-weight: 600; transform: translateX(-15px); opacity: 0; transition: .2s;}
.submenu-bg .submenu a:hover:after {transform: translateX(0); opacity: 1;}

#header.transparent {background-color: transparent;}
#header.transparent .sitelogo img,
#header.transparent #language span:before,
#header.transparent #language span:after {filter: grayscale(1) brightness(0) invert(1);}
#header.transparent #gnb > ul > li > a {color: #fff;}
#header.transparent #language span {color: #fff;}
#header.transparent .btn-m-menu span,
#header.transparent .btn-m-menu span:before,
#header.transparent .btn-m-menu span:after {background: #fff;}

#language {position: relative;}
#language span {display: flex; align-items: center; gap: 10px; padding: 10px 0; cursor: pointer;}
#language span:before {content: ''; display: block; width: 16px; height: 16px; background: url('/images/common/icon-language-global.png') no-repeat center center / contain;}
#language span:after {content: ''; display: block; width: 10px; height: 10px; margin-left: var(--space-15); background: url('/images/common/icon-language-arrow.png') no-repeat center center / contain;}
#language.active span:after {transform: scaleY(-1);}
#language .submenu {display: none; position: absolute; left: 0; width: 100%;}
#language .submenu li.active {display: none;}
#language .submenu li {padding: 4px 0;}
#language .submenu a {display: block; padding: 6px calc(10px + var(--space-15)) 5px 26px; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08); color: #999; font-weight: 600;}
#language .submenu a:hover {background: var(--primary-color); color: #fff;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; 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:var(--header-height); 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:19px; 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(--primary-color)}
.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:hover {color:var(--primary-color);}
.mobile-navigation .close {position:absolute; top:0; right:15px; width:26px; height:var(--header-height); text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:50%; 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 */
.main-visual {position:relative; overflow:hidden;}
.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; top: 50%; left: 0; transform:translateY(-50%); width:100%; padding: 0 15px; text-align:center; color:#fff;}
.main-visual .caption p {opacity: 0; transition: .5s linear; transform:translateY(15px);}
.main-visual .caption .txt1 {font-size: var(--font-size-64); font-weight: 700; line-height: 1em;}
.main-visual .caption .txt2 {margin-top: var(--space-30); font-size: var(--font-size-24); font-weight: 500; line-height: 1.5833em;}
.main-visual .active .caption p {opacity: 1; transform:translateY(0);}
.main-visual .slick-dots {position:absolute; bottom:clamp(20px, calc(80 / var(--inner) * 100vw), 80px); left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 9px;}
.main-visual .slick-dots li button {position:relative; display:block; width:8px; height:8px; background: #fff; border: 0; opacity: .64; border-radius:100px; overflow:hidden; text-indent:-9999em; transition:.5s;}
.main-visual .slick-dots .slick-active button {opacity: 1; width: clamp(30px, calc(64 / var(--inner) * 100vw), 64px);}
.visual-scroll {position:absolute; bottom:clamp(20px, calc(80 / var(--inner) * 100vw), 80px); left:var(--container-space); }
.visual-scroll img {width: clamp(24px, calc(32 / var(--inner) * 100vw), 32px); animation: scroll 1s linear infinite alternate;}
@keyframes scroll {
	0% {transform: translateY(0);}
	100% {transform: translateY(30px);}
}

@media (min-aspect-ratio: 16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

.main-section {position: relative;}
.main-section .contain {padding-top: var(--header-height);}
.btn-detail {display: flex; align-items: center; width: fit-content; padding: 8px 10px 8px 20px; border: 1px solid #ddd; border-radius: 100px; font-weight: 500; color: #999; transition: .2s;}
.btn-detail:hover, .main-technology-item:hover .btn-detail {border-color: var(--primary-color); color: var(--primary-color);}
.btn-detail:after {content: '→'; display: flex; align-items: center; justify-content: center; width: clamp(30px, calc(40 / var(--inner) * 100vw), 40px); height: clamp(30px, calc(40 / var(--inner) * 100vw), 40px); background: #F1F1F1; border-radius: 100%; margin-left: var(--space-15);}
.btn-detail:hover:after, .main-technology-item:hover .btn-detail:after {background: #FFF3E8;}

.main-business-img img {position: absolute; top: 0; bottom: 0; right: 0; width: 50%; height: 100%; object-fit: cover;}
.main-business-cnt {position: relative; width: 50%; padding-right: 35px;}
.main-business-cnt:before {content: ''; position: absolute; right: 35px; bottom: 0; width: 240px; height: 240px; background: url('/images/main/business-logo.png') no-repeat center center / contain;}
.main-business-item {display: block; padding-left: 20px; transition: .3s linear;}
.main-business-item:not(:last-child) {margin-bottom: var(--space-60);}
.main-business-item h3 {position: relative; line-height: unset; transition: .3s;}
.main-business-item h3:before {content: '•'; position: absolute; left: calc(var(--space-20) * -1); color: #ddd; transition: .3s;}
.main-business-item h3:after {content: '→'; margin-left: var(--space-15); opacity: 0; transition: .3s; }
.main-business-item:hover h3:before {color: var(--primary-color);}
.main-business-item:hover h3 {color: var(--primary-color); font-size: var(--font-size-40);}
.main-business-item:hover h3:after {padding-left: var(--space-25); opacity:1}

.main-technology-list {position: relative; margin: 0 calc((clamp(44px, calc(64 / var(--inner) * 100vw), 64px) + clamp(20px, calc(55 / var(--inner) * 100vw), 55px)) * -1); padding:0 calc(clamp(44px, calc(64 / var(--inner) * 100vw), 64px) + clamp(20px, calc(55 / var(--inner) * 100vw), 55px)) ;}
.main-technology-list .slick-arrow {display: flex; align-items: center; justify-content:center; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: clamp(44px, calc(64 / var(--inner) * 100vw), 64px); height: clamp(44px, calc(64 / var(--inner) * 100vw), 64px); background: #fff; border-radius: 100%; box-shadow:  0 0 8px 0 rgba(0, 0, 0, 0.08); border: 0; overflow: hidden; text-indent: -9999em; z-index: 10; transition: .2s;}
.main-technology-list .slick-arrow:hover {background: var(--primary-color);}
.main-technology-list .slick-arrow:hover:after {filter: brightness(0) invert(1);}
.main-technology-list .slick-arrow:after {content: ''; display: block; width: 10px; height: 16px; background: url('/images/main/slick-arrow.png') no-repeat center center / contain;}
.main-technology-list .slick-arrow.slick-prev {right: auto; left: 0;}
.main-technology-list .slick-arrow.slick-prev:after {transform: scaleX(-1);}

.main-technology-list .slick-list {margin:0 calc(clamp(5px, calc(12 / var(--inner) * 100vw), 12px) * -1);}
.main-technology-list .slick-track {display: flex;}
.main-technology-list .slick-slide {height: auto;padding: 0 clamp(5px, calc(12 / var(--inner) * 100vw), 12px);}
.main-technology-list .slick-slide > div {height: 100%;}
.main-technology-item {height: 100%; display: flex !important; flex-direction: column;}
.main-technology-thumb {position: relative; width: 100%; padding-bottom: 75.431%; overflow: hidden;}
.main-technology-thumb img {position: absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.main-technology-thumb:after {content: ''; position: absolute; top:0; left:0; width:100%; height:100%; border: 1px solid #ddd; z-index:1; transition: .2s;}
.main-technology-item:hover .main-technology-thumb:after {border-color: var(--primary-color);}
.main-technology-txt {flex:1; display: flex; flex-direction: column;}
.main-technology-txt h3 {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.main-technology-txt .txt {flex: 1; margin-bottom: var(--space-20); overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all;}

.main-contact {background: url('/images/main/bg-contact.jpg') no-repeat center center / cover;}
.main-contact .contain {gap: 40px var(--space-60);}
.main-inquiry-form {height: 100%; padding: var(--space-45);  background: rgba(255, 255, 255, 0.88); box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08); backdrop-filter: blur(2px);}
.main-inquiry-form .row {display: flex; align-items: center; margin-bottom: var(--space-20);}
.main-inquiry-form .form-cnt label {width: 90px; color: var(--dark-color); font-weight: 600;}
.main-inquiry-form .input {flex:1; min-width: 1%;}
.main-inquiry-form .form-agree {display: flex; align-items: center; justify-content: space-between; gap: 20px 35px; margin: var(--space-25) 0 0;}
.main-inquiry-form .form-agree .check {margin: 0; text-align: left;}
.main-map {height: clamp(270px, calc(410 / var(--inner) * 100vw), 410px); margin-bottom: var(--space-30);}
.main-map iframe {width: 100% !important; height: 100% !important;}
.root_daum_roughmap .wrap_map, .root_daum_roughmap {width: 100% !important; height: 100% !important;}
.root_daum_roughmap .cont {display: none;}

.main-location-items {gap: var(--space-20) clamp(30px, calc(120 / var(--inner) * 100vw), 120px);}
.main-location-item {gap: var(--space-25)}
.main-location-item .icon {height: fit-content; background: rgba(255, 255, 255, 0.48); border-radius: 100%; padding: clamp(7px, calc(14 / var(--inner) * 100vw), 14px); line-height: 0;}
.main-location-item.type2 {padding-left: calc((clamp(7px, calc(14 / var(--inner) * 100vw), 14px)) * 2 + 20px + var(--space-25));}
.main-location-item strong {margin-right: var(--space-25); min-width: max-content;}
[lang="en"] .main-location-info .txt {flex-direction: column; line-height: 1.3em;}

/* sub */
.page-title {padding:var(--space-120) var(--container-space) var(--space-100); max-width:1500px; margin:0 auto; text-align: center;}
.page-title h2 {font-size: clamp(30px, calc(56 / var(--inner) * 100vw), 56px); line-height: 1em; color: var(--dark-color);}

.lnb-wrap {position:relative; margin: var(--space-60) 0;}
.lnb-wrap {margin-bottom: 0;}
.lnb {margin:0 auto; max-width:1440px;}
.lnb ul {display:flex; width: max-content; margin:0 auto;}
.lnb ul li {flex:1 1 auto; text-align:center;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; min-width: max-content; padding:0 var(--space-30); color:#999; font-size:var(--font-size-24); font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {color:var(--primary-color);}

.third-menu {margin: var(--space-60) -4px 0;}
.third-menu ul {display: flex; width: max-content;}
.third-menu li {flex: 1 1 auto; width: auto; padding: 0 4px;}
.third-menu a {display: block; padding: 6px var(--space-25); background: #F5F5F5; border-radius: 100px; font-size: var(--font-size-18); line-height: 1.7778em; color: #999; font-weight: 600;}
.third-menu .active a {background: var(--primary-color); color: #fff;}

.sub-visual {position:relative; overflow:hidden; height:clamp(200px, calc(320 / var(--inner) * 100vw), 320px); background:#333; color:#fff; text-align:center;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:52px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("/images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("/images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("/images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("/images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("/images/common/sv5.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.path-wrap {margin-bottom: var(--space-20);}
.path-wrap .wrap {display: flex; align-items: center; color: #999; font-weight: 600;}
.path-wrap .home {width: 16px; height: 16px; background: url('/images/common/home.svg') no-repeat center center / contain; overflow:hidden; text-indent:-999em;}
.path-wrap .part {display: flex; align-items: center;}
.path-wrap .part:before {content: '•'; display: block; margin: 0 10px; color: #999;}
.path-wrap .part ul {display: none;}
.path-wrap .part:last-child {color: var(--primary-color);}

.sub-title {padding-top: var(--space-100); padding-bottom:var(--space-100); max-width:1500px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
#contArea.wide .sec .sub-title {padding: 0; width: 100%;}
.sub-title.type2 {padding-top: 0;}
.sub-title h2 {font-size:clamp(30px, calc(40 / var(--inner) * 100vw), 40px); line-height:1.3em; color:var(--dark-color);}
.sub-title p {margin-top: var(--space-30); font-size: var(--font-size-18); line-height: 1.7778em;}
.sub-title.type3 {max-width: 100%; padding: var(--space-100) 0 var(--space-40); background: var(--secondary-color);}

#contArea {max-width:1500px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left: 0; padding-right: 0;}

.real-cont {padding-bottom:clamp(40px, calc( 120 / var(--inner) * 100vw ), 120px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.77778em;}
.border-box {position: relative;}
.border-box:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd;}
.margin-auto {margin-left: auto; margin-right: auto;}

.flex-wrap {display: flex;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-end {display: flex; justify-content: flex-end;}
.flex-mid {display: flex; align-items: center;}
.flex-bottom {display: flex; align-items: flex-end;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1; min-width: 1%;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

.fz16 {font-size: var(--font-size-16);}
.fz18 {font-size: var(--font-size-18); line-height: 1.7778em;}
.fz20 {font-size: var(--font-size-20); line-height: 1.5em;}
.fz24 {font-size: var(--font-size-24); line-height: 1.5833em;}
.fz28 {font-size: var(--font-size-28); line-height: 1.5em;}
.fz32 {font-size: var(--font-size-32); line-height: 1.4375em;}
.fz36 {font-size: var(--font-size-36); line-height: 1.3889em;}
.fz40 {font-size: var(--font-size-40); line-height: 1.35em;}
.fz48 {font-size: var(--font-size-48); line-height: 1.3em;}
.fz56 {font-size: var(--font-size-56);}
.fz64 {font-size: var(--font-size-64);}

.mb15 {margin-bottom: var(--space-15);}
.mb20 {margin-bottom: var(--space-20);}
.mb25 {margin-bottom: var(--space-25);}
.mb30 {margin-bottom: var(--space-30);}
.mb40 {margin-bottom: var(--space-40);}
.mb60 {margin-bottom: var(--space-60);}
.mb90 {margin-bottom: var(--space-90);}
.mb100 {margin-bottom: var(--space-100);}

/* footer */
#footer {background:var(--dark-color);}
#footer .contain {max-width: 1500px; gap: 20px 25px;}
[lang="en"] .f-body .contain {flex-direction: column;}
.f-head {padding: var(--space-30) 0; border-bottom: 1px solid rgba(255,255,255,.48);}
.f-nav .submenu {display: none;}
.f-nav ul {display: flex; gap: var(--space-60);}
.f-link {gap: var(--space-60);}
.f-link a {gap: 10px;}
.f-body {padding: var(--space-40) 0;}
.f-cnt {gap: var(--space-40)}
[lang="en"] .f-func {display: flex; flex-direction: row-reverse; align-items: flex-end;}
.f-info address ul {display: flex; gap: 5px var(--space-20); font-style: normal;}
.f-info address ul:not(:last-child) {margin-bottom: 5px;}
.f-info address li {display: flex;}
.f-info address strong {display: flex; align-items:center; min-width: max-content}
.f-info address strong:after {content: ''; display: block; width: 1px; height: 10px; background: #fff; margin: 0 10px;}
.scroll-top {display:flex; justify-content:center; align-items:center; margin-left: auto; width:clamp(44px, calc(56 / var(--inner) * 100vw), 56px); height:clamp(44px, calc(56 / var(--inner) * 100vw), 56px); border-radius: 100%; background: var(--primary-color);}
.scroll-top:after {content: ''; display: block; width: 16px; height: 16px; background: url('/images/common/scroll-top.png') no-repeat center center / contain;}
.copyright {margin-top: 15px;; opacity: .48; text-align: right;}
.copyright div:before {content: '|'; margin: 0 10px;}
[lang="en"] .copyright {text-align: left;}
[lang="en"] .copyright div:before {margin-left: 0;}