/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* #Site Styles
================================================== */

/* ### general ### */
html,
body { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.9; color: #000; }
body { background: #fff; }
input,
select,
textarea { font-family: 'Montserrat', sans-serif; font-size: 16px; color: #000; }
img { display: block; max-width: 100%; height: auto; border: 0; }
:focus { outline: none; }
a { transition: all 0.3s ease-in-out; }
h1 { font-size: 90px; }
h1,
h2,
h3,
h4,
h5,
h6 { word-break: break-word; }

.grecaptcha-badge {opacity: 0;pointer-events: none}

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.container { padding-right: 40px; padding-left: 40px; max-width: 1500px; }
.flex-wrap { flex-wrap: wrap; }
.body-hidden { overflow: hidden; }
.btn { padding: 0 18px; display: inline-flex; align-items: center; min-height: 48px; font-weight: 700; letter-spacing: -0.4px; color: #fff; border: 2px solid #fff; }
.btn:hover { color: #000; background: #fff; }
.btn.btn-black { color: #000; border-color: #000; }
.btn.btn-black:hover { color: #fff; background: #000; }


/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; }

/* ### header container ### */
#headerCntr { padding: 40px 0; position: absolute; top: 0; left: 0; z-index: 5; width: 100%; }
#headerCntr .logo { position: relative; z-index: 1; display: inline-block; }
#headerCntr .tel { padding-top: 1px; position: relative; z-index: 1; font-weight: 700; color: #fff; pointer-events: none }
#headerCntr .tel a { margin-left: 5px; text-decoration: none; color: #fff; pointer-events: all }
#headerCntr .tel a:hover { color: #00b358; }
#headerCntr .mobileMenu { margin: -1px -1px 0 29px; position: relative; z-index: 15; width: 26px; height: 26px; background: url('../images/menu.png') no-repeat; transition: 0.2s; cursor: pointer; overflow: hidden; }
#headerCntr .mobileMenu.is-active { background: url('../images/close.png') no-repeat; }
#headerCntr .main-menu { position: relative; }

/* ### menu box ### */
.menuBox { padding: 95px 54px 20px 30px; position: absolute; top: 0; right: 0; opacity: 0; visibility: hidden; width: 320px; transition: all 0.3s ease-in-out; }
.menuBox.open { opacity: 1; visibility: visible; }
.menuBox:before,
.menuBox:after { position: absolute; left: 0; z-index: -1; content: ''; }
.menuBox:before { top: -40px; width: 100vw; height: calc(100vh + 40px); background: rgba(0, 179, 88, 0.97); }
.menuBox:after { top: 90px; opacity: 0.1; width: 100vw; height: 551px; background: url('../images/header-line.png') no-repeat; background-size: cover; }
.menuBox > ul { margin: 0; padding: 0; width: 100%; height: calc(100vh - 115px); list-style: none; overflow-y: auto; }
.menuBox > ul > li { margin-bottom: 33px; width: 100%; text-align: right; }
.menuBox > ul > li > a { font-size: 18px; font-weight: 700; text-decoration: none; color: #fff; }
.menuBox > ul > li > a:hover { color: #000; }
.menuBox > ul > li > ul { margin: 0; padding: 0; display: none; list-style: none; }
.menuBox > ul > li > ul > li { width: 100%; }
.menuBox > ul > li > ul > li > a { font-size: 18px; font-weight: 700; text-decoration: none; color: #fff; }
.menuBox > ul > li > ul > li > a:hover { color: #000; }
.menuBox .arrow { margin-left: 5px; display: inline-block; cursor: pointer; width: 14px; height: 8px; background: url('../images/menu-arrow.png') no-repeat; }


/* ### content container ### */
#contentCntr { width: 100%; }

/* ### hero box ### */
.heroBox { position: relative; width: 100%; }
.heroBox .block { position: relative; width: 100%; height: 975px; }
.heroBox .text { margin-left: auto; padding-bottom: 298px; position: relative; z-index: 2; width: 100%; max-width: 855px; }
.heroBox .text h1 { line-height: 1; color: #fff; }
.heroBox .herobg { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; }
.heroBox .herobg img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.heroBox .shape { position: absolute; bottom: 0; left: 379px; width: 100vw; height: 383px; }
.heroBox .shape img { height: 100%; }
.heroBox .mouse { position: absolute; right: 2px; bottom: 221px; z-index: 3; }

/* ### intro box ### */
.introBox { margin-bottom: 316px; width: 100%; }
.introBox.m-sm { margin-bottom: 120px; }
.introBox .block { margin-top: -174px; padding: 25px 80px 0; position: relative; z-index: 1; width: 100%; max-width: 748px; line-height: 1.9; color: #fff; }
.introBox .block:before,
.introBox .block:after { position: absolute; z-index: -2; width: 747px; height: 551px; content: ''; }
.introBox .block:before { top: -242px; left: -149px; opacity: 0.1; width: 750px; background: url('../images/intro-line1.svg') no-repeat; }
.introBox .block:after { top: -17px; right: -95px; background: url('../images/intro-line.png') no-repeat; }
.introBox p { margin-bottom: 28px; }
.introBox h1 { margin-bottom: 28px; font-size: 36px; }
.introBox .bg { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-color: rgba(0, 179, 88, 0.97); }
.introBox .bg:before,
.introBox .bg:after { position: absolute; left: 0; z-index: -1; width: 100%; height: 170px; background-size: cover; content: ''; }
.introBox .bg:before { top: -170px; background: url('../images/intro-top.svg') left top no-repeat; }
.introBox .bg:after { bottom: -170px; background: url('../images/intro-bottom.svg') left bottom no-repeat; }
.introBox.intro-white .block { padding-bottom: 130px; color: #000; }
.introBox.intro-white .block:after { bottom: -85px; }
.introBox.intro-white .block:before { display: none; }
.introBox.intro-white .bg { background-color: rgba(255, 255, 255, 0.97); }
.introBox.intro-white .bg:before { background: url('../images/intro-top-w.svg') left top no-repeat; }
.introBox.intro-white .bg:after { background: url('../images/intro-bottom-w.svg') left top no-repeat; }
.introBox .list { margin: 0 0 28px; padding: 0; list-style: none; }
.introBox .list li { padding-left: 17px; position: relative; width: 100%; line-height: 1.9; }
.introBox .list li:before { position: absolute; top: 7px; left: 0; width: 7px; height: 13px; background: url('../images/arrow.png') no-repeat; content: ''; }
.introBox + .routeBox { margin-top: -227px; }

/* ### remediation box ### */
.remediationBox { margin-bottom: 200px; width: 100%; }
.remediationBox .block { margin-left: auto; width: 100%; max-width: 1030px; }
.remediationBox .text { position: relative; z-index: 1; width: 100%; max-width: 700px; margin-left: -100px }
.remediationBox h2 { margin-bottom: 26px; font-size: 72px; line-height: 1.1; }
.remediationBox .image { margin-top: -391px; margin-left: 283px; position: relative; width: 100%; max-width: 748px; }
.remediationBox .image:before { position: absolute; top: -91px; right: -152px; z-index: -1; width: 750px; height: 553px; background: url('../images/remediation-line.svg') no-repeat; content: ''; }

/* ### usp box ### */
.uspBox { width: 100%; }
.uspBox .container { position: relative; }
.uspBox .block { margin-left: 80px; display: flex; flex-wrap: wrap; width: 100%; max-width: 620px; }
.uspBox .item { margin-bottom: 88px; padding: 0 20px; width: 50%; font-size: 20px; font-weight: 700; line-height: 1.55; text-align: center; }
.uspBox .icon { margin-bottom: 31px; display: flex; flex-wrap: wrap; justify-content: center; height: 100px; }
.uspBox .bg { position: absolute; top: -344px; left: -126px; z-index: -1; width: 1600px; }
.uspBox + .routeBox { margin-top: -330px; }

/* ### route box ### */
.routeBox { width: 100%; }
.routeBox .block { margin-left: auto; padding: 196px 0 0 80px; position: relative; z-index: 1; width: 100%; max-width: 497px; }
.routeBox .block:before { position: absolute; top: 0; left: 0; z-index: -1; width: 747px; height: 551px; background: url('../images/intro-bg.svg') no-repeat; content: ''; }
.routeBox address { margin-bottom: 30px; font-style: normal; line-height: 1.9; color: #fff; }
.routeBox .tel { line-height: 1.6; color: #fff; }
.routeBox .tel img { margin-right: 10px; }
.routeBox .tel a { display: inline-flex; align-items: center; text-decoration: none; color: #fff; }
.routeBox .tel a:hover { color: #000; }
.routeBox .button { margin-top: 24px; width: 100%; }

/* ### banner box ### */
.bannerBox { position: relative; width: 100%; }
.bannerBox .block { position: relative; z-index: 1; width: 100%; height: 495px; }
.bannerBox .bannerbg { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; }
.bannerBox .bannerbg img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.bannerBox .shape { position: absolute; bottom: 0; left: 379px; z-index: -1; width: 100vw; height: 383px; }
.bannerBox .shape img { height: 100%; }
.bannerBox .mouse { position: absolute; right: 2px; bottom: 221px; }

/* ### special box ### */
.specialBox { width: 100%; }
.specialBox .heading { margin-top: 107px; position: relative; }
.specialBox .heading:before { position: absolute; top: -91px; left: -526px; z-index: -1; width: 750px; height: 553px; background: url('../images/remediation-line.svg') no-repeat; content: ''; }
.specialBox .heading h2 { font-size: 72px; line-height: 1.1; word-break: break-word; }
.specialBox .text { margin: -224px 0 170px -50px; padding: 0 100px 0 80px; position: relative; z-index: 1; width: calc(100% + 50px); max-width: 748px; line-height: 1.9; }
.specialBox .textbg { position: absolute; top: 0; left: 0; z-index: -1; width: 748px; height: 100%; background: rgba(218, 244, 231, 0.97); }
.specialBox .textbg:before,
.specialBox .textbg:after { position: absolute; left: 0; z-index: -1; width: 100%; height: 170px; content: ''; }
.specialBox .textbg:before { top: -170px; background: url('../images/special-top.svg') left top no-repeat; }
.specialBox .textbg:after { bottom: -170px; background: url('../images/special-bottom.svg') left bottom no-repeat; }
.specialBox .text h3 { margin-bottom: 22px; font-size: 36px; }
.specialBox .text p { margin-bottom: 28px; }
.specialBox .image { margin-left: -194px; position: relative; }
.specialBox .image:before { position: absolute; top: -91px; left: -152px; z-index: -1; width: 750px; height: 553px; background: url('../images/remediation-line.svg') no-repeat; content: ''; }
.specialBox .form { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.specialBox .form-block { margin-bottom: 40px; width: 100%; }
.specialBox .left { width: 45%; }
.specialBox .right { width: 45%; }
.specialBox h6 { font-size: 16px; font-weight: 700; }
.specialBox .input { margin-bottom: 10px; width: 100%; }
.specialBox .input + .input-check { margin-top: 32px; }
.specialBox .form-control { padding: 8px 20px; height: 48px; border: 0; border-radius: 5px; background: #fff; }
.specialBox .form-control::placeholder { color: rgba(0, 0, 0, 0.5); }
.specialBox .form-control:focus { box-shadow: none; }
.specialBox select.form-control { background-image: url('../images/arrow-down.png'); background-repeat: no-repeat; background-position: right 20px center; appearance: none; }
.specialBox select.small { margin: -8px 0 0 12px; width: 130px; }
.specialBox textarea.form-control { height: 144px; }
.input-check { margin-bottom: 10px; display: flex; flex-wrap: wrap; }
.input-check input { margin-bottom: 0; padding: 0; display: none; width: initial; height: initial; cursor: pointer; }
.input-check label { padding-left: 40px; position: relative; cursor: pointer; }
.input-check label:before { position: absolute; top: 2px; left: 0; display: inline-block; width: 24px; height: 24px; vertical-align: middle; border-radius: 5px; background-color: #fff; -webkit-appearance: none; content: ''; cursor: pointer; }
.input-check input:checked + label:after { position: absolute; top: 8px; left: 6px; display: block; width: 12px; height: 12px; background: #00b358; content: ''; }
.specialBox .button { width: 100%; }
.specialBox .btn + .btn { margin-left: 20px; }

/* ### image box ### */
.imageBox { margin-bottom: 53px; width: 100%; position: relative; z-index: 10 }
.imageBox .slider { margin: -7px auto 0; display: flex; flex-wrap: wrap; width: 100%; max-width: 1160px; }
.imageBox .item { margin-right: 20px; margin-bottom: 20px; }
.imageBox .item:first-child { margin-left: 318px; }
.imageBox .item:nth-child(even) { margin-top: -90px; }
.imageBox .item:nth-child(5) { margin-top: -210px; margin-left: 657px; }
.imageBox .image { position: relative; }
.imageBox .btn { position: absolute; bottom: 90px; left: 30px; }
.imageBox .slick-list { overflow: visible; }
.imageBox .slick-dots { margin: 0; padding: 0; position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: flex-end; width: 100%; list-style: none; }
.imageBox .slick-dots li { margin: 0 0 0 10px; }
.imageBox .slick-dots li button { margin: 0; padding: 0; display: block; width: 6px; height: 6px; text-indent: -9999px; border: 0; border-radius: 50%; background: #dbf4e8; cursor: pointer; }
.imageBox .slick-dots li.slick-active button { background: #00b358; }

.imageBox .item:nth-child(6)
{
	margin-top: -199px;
	margin-left: 98px;
}

/* ### quality box ### */
.qualityBox { width: 100%; }
.qualityBox .block { padding: 0 0 0 84px; line-height: 1.9; }
.qualityBox h3 { margin-bottom: 21px; font-size: 36px; }
.qualityBox p { margin-bottom: 28px; }
.list-styles { margin: 0; padding: 0; list-style: none; }
.list-styles li { padding-left: 17px; position: relative; width: 100%; line-height: 1.9; }
.list-styles li:before { position: absolute; top: 7px; left: 0; width: 7px; height: 13px; background: url('../images/arrow.png') no-repeat; content: ''; }
.qualityBox + .routeBox { margin-top: -307px; }

/* ### footer container ### */
#footerCntr { overflow: hidden; width: 100%; }

/* ### footer box ### */
.footerBox { padding: 72px 0 76px; width: 100%; background: #000; }
.footerBox .list { margin-left: 80px; padding: 0 10px 0 0; width: 42.98%; }
.footerBox .list + .list { margin-left: 0; }
.footerBox .list ul { margin: 0; padding: 0; list-style: none; }
.footerBox .list li { width: 100%; line-height: 1.9; }
.footerBox .list li a { text-decoration: none; color: #fff; }
.footerBox .list li a:hover { color: #00b358; }
.footerBox .link { margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; list-style: none; font-size: 14px; }
.footerBox .link li { margin: 0 15px 0 20px; }
.footerBox .link li a { text-decoration: none; color: rgba(255, 255, 255, 1.0); }
.footerBox .link li a:hover { color: #fff; }

/* ### copyright box ### */
.copyrightBox { padding: 35px 0; width: 100%; }
.copyrightBox .copy { margin-left: 80px; font-size: 14px; color: rgba(0, 0, 0, 0.3); }
.copyrightBox .detail { width: 100%; font-size: 14px; text-align: right; color: rgba(0, 0, 0, 0.3); }
.copyrightBox .detail a { text-decoration: none; color: rgba(0, 0, 0, 0.3); }
.copyrightBox .detail a:hover { text-decoration: none; color: #000; }

.specialBox-2 {margin-top: 280px;margin-bottom: -150px;}

ul li a {color: #000; text-decoration: none}
ul li a:hover {color: #00b358;}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1300px) {
	.bannerBox .mouse { bottom: 190px; }
	.specialBox .image { margin-left: -184px; width: 600px; }
	.specialBox .image:before { left: -270px; }
	.specialBox .image svg { width: 100%; height: auto; }
	.specialBox .text { padding-right: 0; }
	.specialBox .right { width: 49%; }
	.imageBox .item:first-child { margin-left: 278px; }
	.qualityBox .block { padding-left: 0; }
	.footerBox .list { margin-left: 0; }
}

@media only screen and (max-width: 1199px) {
	.heroBox .block { height: 925px; }
	.heroBox .shape { height: 300px; }
	.heroBox .text { padding-bottom: 298px; max-width: 740px; }
	.heroBox .mouse { right: -1px; bottom: 189px; }
	.introBox { margin-bottom: 407px; }
	.introBox .block:after { top: 25px; right: -92px; }
	.introBox + .routeBox { margin-top: -277px; }
	.remediationBox { margin-bottom: 239px; }
	.remediationBox .block { margin-right: -118px; }
	.uspBox .block { margin-left: 0; width: 55.358%; max-width: unset; }
	.uspBox .bg { top: -383px; left: -280px; }
	.uspBox + .routeBox { margin-top: -356px; }
	.imageBox .slider { width: calc(100% + 208px); }
	.routeBox .block { max-width: 383px; }
	.bannerBox .shape { height: 300px; }
	.specialBox .text { padding-right: 0; }
	.specialBox .image { margin-left: -185px; width: 600px; }
	.specialBox .image:before { top: -74px; left: -270px; }
	.specialBox .image svg { width: 100%; height: auto; }
	.qualityBox .block { padding-left: 0; }
	.footerBox .list { margin-left: 0; width: 50%; }
	.footerBox .link li { margin: 0 0 0 42px; }
	.footerBox .link li:first-child { margin-left: 0; }
	.copyrightBox .copy { margin-left: 0; }
}

@media only screen and (max-width: 991px) {
	.remediationBox .text {
		margin-left: 0;
	}

	.imageBox .item:nth-child(6) {
		margin-top: -78px;
		margin-left: 124px;
	}

	.container { padding: 0 30px; }
	h1 { font-size: 80px; }
	.heroBox .block { height: 835px; }
	.heroBox .text { padding-bottom: 213px; max-width: 538px; }
	.heroBox .shape { left: 230px; height: 190px; }
	.introBox { margin-bottom: 414px; }
	.introBox.m-sm {margin-bottom: 50px;}
	.introBox .block { margin-top: -114px; margin-left: -70px; }
	.introBox + .routeBox { margin-top: -337px; }
	.remediationBox { margin-bottom: 192px; }
	.remediationBox h2 { font-size: 60px; }
	.remediationBox .block { margin-right: 0; }
	.remediationBox .image { margin-top: -335px; margin-left: 330px; width: 530px; }
	.remediationBox .image svg { width: 100%; height: auto; }
	.remediationBox .image:before { top: -150px; right: -380px; }
	.uspBox .bg { top: -208px; left: -440px; }
	.uspBox .block { width: 58%; }
	.uspBox .item { font-size: 18px; }
	.uspBox .icon { margin-bottom: 23px; height: 76px; }
	.uspBox .icon img { height: 100%; }
	.uspBox + .routeBox { margin-top: -417px; }
	.routeBox .block { max-width: 342px; }
	.bannerBox .shape { left: 230px; height: 190px; }
	.specialBox { margin-bottom: 79px; }
	.specialBox-2 {margin-bottom: 0;}
	.specialBox .heading h2 { font-size: 48px; }
	.specialBox .text { margin-left: 0; padding-top: 30px; padding-left: 75px; width: 100%; }
	.imageBox .slider { max-width: 780px; }
	.imageBox .item { width: 362px; }
	.imageBox .item svg { width: 100%; height: auto; }
	.imageBox .item:first-child { margin-left: 227px; }
	.imageBox .item:nth-child(2) { margin-top: 0; margin-left: -60px; }
	.imageBox .item:nth-child(3) { margin-top: -75px; }
	.imageBox .item:nth-child(4) { margin-top: -80px; margin-left: 34px; }
	.imageBox .item:nth-child(5) { margin-top: -158px; margin-right: -80px; margin-left: 0; }
	.footerBox .list { width: 100%; }
	.footerBox .link li { margin-left: 30px; }
}

@media only screen and (max-width: 767px) {
	.imageBox .item:nth-child(6) {
		margin-top: 0;
		margin-left: 0;
	}

	#headerCntr { padding: 30px 0; }
	.heroBox .block { height: 828px; }
	.heroBox .text { padding-bottom: 186px; max-width: 528px; }
	.heroBox .shape { left: 150px; }
	.introBox .block { margin-top: -150px; margin-left: -70px; }
	.introBox .block:after { right: -126px; bottom: -3px; }
	.introBox + .routeBox { margin-top: -259px; }
	.remediationBox .block { margin-right: 0; }
	.remediationBox .image { margin-left: 320px; }
	.remediationBox .image:before { right: -456px; }
	.routeBox .block { max-width: 317px; }
	.specialBox { margin-bottom: 115px; }
	.specialBox-2 {margin-bottom: 0;}
	.specialBox .text { margin-top: -180px; margin-bottom: 120px; padding: 0; }
	.specialBox .textbg { left: -30px; }
	.specialBox h3 { word-break: break-word; }
	.specialBox .image { margin: 0 0 0 325px; }
	.specialBox .image:before { top: -263px; left: -121px; }
	.specialBox .left { width: 100%; }
	.specialBox .right { width: 100%; }
	.imageBox .slider { width: 100%; max-width: unset; }
	.imageBox .item { margin: 0 10px 0 0; width: 362px; }
	.imageBox .item svg { width: 100%; height: auto; }
	.imageBox .item:first-child { margin-left: 0; }
	.imageBox .item:nth-child(2) { margin-top: 0; margin-left: 0; }
	.imageBox .item:nth-child(3) { margin-top: 0; }
	.imageBox .item:nth-child(4) { margin-top: 0; margin-left: 0; }
	.imageBox .item:nth-child(5) { margin-top: 0; margin-right: 10px; margin-left: 0; }
	.uspBox .item { margin-bottom: 40px; width: 100%; }
	.uspBox + .routeBox { margin-top: -67px; }
	.bannerBox .shape { left: 150px; }
	.footerBox { padding: 40px 0; }
	.footerBox .list { width: 100%; }
}

@media only screen and (max-width: 575px) {
	h1 { font-size: 48px; }
	.logo { width: 180px; }
	.menuBox { padding-right: 0; width: 300px; }
	.heroBox .block { height: 607px; }
	.heroBox .text { padding-bottom: 100px; }
	.heroBox h1 { word-break: break-word; }
	.introBox { margin-bottom: 225px; }
	.introBox .block { margin: -42px 0 0 -30px; padding: 0 30px; width: calc(100% + 60px); }
	.introBox .bg img { height: 100%; object-fit: cover; object-position: center center; }
	.introBox .bg:after { bottom: -100px; height: 100px; }
	.introBox .block:after { top: unset; right: 0; bottom: -284px; }
	.remediationBox { margin-bottom: 80px; }
	.remediationBox .block { display: flex; flex-wrap: wrap; }
	.remediationBox .text { margin-top: 60px; order: 1; }
	.remediationBox h2 { font-size: 36px; word-break: break-word; }
	.remediationBox .image { margin: 0 0 0 -58px; }
	.remediationBox .image svg { width: 420px; height: auto; }
	.uspBox .block { width: 100%; }
	.uspBox .item { margin-bottom: 40px; width: 100%; }
	.uspBox .icon { height: 60px; }
	.uspBox .bg { top: -219px; left: -250px; }
	.uspBox + .routeBox { margin-top: -67px; }
	.routeBox .block { padding-left: 50px; }
	.bannerBox .block { height: 324px; }
	.specialBox .image { margin: 0 0 70px -30px; }
	.specialBox .image:before { top: unset; bottom: -45px; left: 65px; }
	.qualityBox + .routeBox { margin-top: 0; }
	.footerBox { padding: 182px 0 55px; }
	.footerBox .link { margin-top: 30px; justify-content: flex-start; }
	.footerBox .link li { margin: 0 0 6px; width: 100%; }
	.copyrightBox { padding: 25px 0; }
	.copyrightBox .copy { margin-bottom: 9px; width: 100%; text-align: center; }
	.copyrightBox .detail { width: 100%; text-align: center; }
}

ul {
	padding-left: 18px;
}
