@charset "utf-8";
/* PC CSS SET [D.G.] */

/* ----------------------------------------------------------- *\
    @base 
\* ----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Oswald:300,400');


body {
	padding-top: 80px;
  font-size: 18px;
  word-wrap: break-word;
  font-family: "Lato", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 400;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

a { text-decoration: underline; }
a:link { color: #03C; }
a:visited { color: #03C; }
a:hover { color: #69F; }
strong { font-weight: bold; }

main {
  width: 100%;
  overflow: hidden;
}

/* ----------------------------------------------------------- *\
    @footer
\* ----------------------------------------------------------- */
footer {
  overflow: hidden;
	width: 100%;
	background-color: #363636;
	color: white;
}

footer > .wrapper {
	display: table;
	table-layout: fixed;
	padding-top: 50px;
	width: 1200px;
	margin: auto;
	font-size: 14px;
	line-height: 1.4;
}

footer > .wrapper > div h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

footer > .wrapper > .about {
	display: table-cell;
	padding: 20px 0 0 100px;
	border-right: 1px solid white;
}

footer > .wrapper > .about a {
	color: white;
}

footer > .wrapper > .about a:hover {
	color: #999;
}

footer > .wrapper > .about td {
	padding: 5px 20px 5px 0;
}

footer > .wrapper > .contact {
	display: table-cell;
	padding: 20px 0 20px 20px;
	text-align: center;
}

footer > .wrapper > .contact p {
	margin-bottom: 30px;
}

footer > .wrapper > .contact a {
	display: inline-block;
	padding: 13px 30px 13px 90px;
	background: url(../img/com_icon_contact.svg) no-repeat left 30px center #13AE7B;
	background-size: 40px;
	border: 1px solid #13AE7B;
	border-radius: 99px;
	font-size: 26px;
	font-weight: 400;
	color: white;
	text-decoration: none;
	transition: .3s;
}

footer > .copy {
	width: 1200px;
	margin: auto;
	padding: 30px 0;
	font-size: 10px;
	text-align: center;
}


/* ----------------------------------------------------------- *\
    @nav.global
\* ----------------------------------------------------------- */
nav.global {
	z-index: 999;
	position: fixed;
	top: 0;
	overflow: hidden;
	min-width: 1200px;
	width: 100%;
	height: 80px;
	min-width: 1200px;
	background-color: #111111;
	color: #B1B1B1;
	text-align: center;
	line-height: 1;
}

nav.global > ul li {
	display: inline-block;
	margin: 10px 20px;
	vertical-align: middle;
}

nav.global > ul li svg.logo {
	fill: #B1B1B1;
	width: 160px;
}

nav.global > ul li a {
	display: block;
	padding: 20px 15px;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	transition: .3s;
}

nav.global > ul li a:link,
nav.global > ul li a:visited {
	color: #B1B1B1;
	text-decoration: none;
}

nav.global > ul li a:hover {
	color: #13AE7B;
}

nav.global > ul li a.active:link,
nav.global > ul li a.active:visited {
	color: #13AE7B;
	text-decoration: none;
}

nav.navchange {
	animation: navbgchange 1s forwards;
}

@keyframes navbgchange {
	0% { background-color: #111111; }
	100% { background-color: rgba(16,166,117,0.95); }
}

nav.navchange > ul li a.active:link,
nav.navchange > ul li a.active:visited {
	color: #111;
}

nav.navchange > ul li a:hover {
	color: #111!important;
}

nav.navchange > ul li a:link,
nav.navchange > ul li a:visited,
nav.navchange > ul li svg.logo {
	color: white;
	fill: white;
}


/* ----------------------------------------------------------- *\
    @main-ctl
\* ----------------------------------------------------------- */
.main-ctl {
	text-align: center;
	color: #7D7D7D;
}

.main-ctl a:link,
.main-ctl a:visited {
	color: #7D7D7D;
}

.main-ctl .btn-back {
	position: relative;
	font-size: 23px;
	font-weight: 300;
	text-decoration: none;
}

.main-ctl .btn-back:hover {
	color: #13AE7B;
}

.main-ctl .btn-back::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	left: -15px;
	top: 50%;
}

.main-ctl .btn-back:hover::before {
	border-top: 1px solid #13AE7B;
	border-left: 1px solid #13AE7B;
}

/* ----------------------------------------------------------- *\
    @main-pager
\* ----------------------------------------------------------- */
.main-pager {
	clear: both;
	margin: 30px;
	text-align: center;
	color: #7D7D7D;
}

.main-pager a:link,
.main-pager a:visited {
	color: #7D7D7D;
}

.main-pager ul {

	vertical-align: middle;
}

.main-pager ul li {
	display: inline-block;
	vertical-align: middle;
}

.main-pager ul li:first-child svg,
.main-pager ul li:last-child svg {
	width: 8px;
	line-height: 1;
	stroke: #7d7d7d;
}

.main-pager ul li a {
	padding: 5px 10px;
	font-size: 23px;
	font-weight: 300;
	text-decoration: none;
}

.main-pager ul li a:hover {
	color: #13AE7B;
}


.main-pager ul li svg:hover {
	stroke: #13AE7B;
}


/* ----------------------------------------------------------- *\
    @motion-header
\* ----------------------------------------------------------- */
.motion-header {
  position: relative;
  overflow: hidden;
  width: 100%;
	min-width: 1200px;
	height: 500px;
	font-size: 0;
}

.motion-header .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.motion-header .title {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
	width: 100%;
	padding: 60px 0;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}

.motion-header .title > .content-title {
	padding: 0;
	font-size: 80px;
  font-family: "Oswald", sans-serif;
	font-weight: 400;
  color: #ffffff;
	line-height: 1;
  letter-spacing: 1px;
}

.motion-header .title > h1 {
	padding-top: 10px;
	font-size: 16px;
  color: #ffffff;
	line-height: 1;
}



/* ----------------------------------------------------------- *\
    @station
\* ----------------------------------------------------------- */
.station {
	padding: 100px 0;
	background-color: #F3F3F3;
}

.station ul {
	text-align: center;
}

.station ul li {
	display: inline-block;
	margin: 0 30px;
}

.station ul li a {
	position: relative;
	display: block;
	min-width: 160px;
	padding: 20px 80px;
  background: url("../img/com_station_arrow_right.svg") no-repeat right 20px center;
	background-size: 20px;
	border: 4px solid #13AE7B;
	color: #13AE7B;
	text-decoration: none;
	font-size: 25px;
	font-weight: 700;
}

.station ul li a:before {
	background-color: #13AE7B!important;
}


