﻿@charset "utf-8";

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* fade 효과 */
.fade {
	opacity: 0;
    transform: translateY(50px);
	transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
}
.fade.active {
	opacity: 1;
    transform: translateY(0);
}
.fade.d100 {
   transition-delay: .1s !important;
}
.fade.d200 {
   transition-delay: .2s !important;
}
.fade.d300 {
   transition-delay: .3s !important;
}
.fade.d400 {
   transition-delay: .4s !important;
}
.fade.d500 {
   transition-delay: .5s !important;
}
.fade.d600 {
   transition-delay: .6s !important;
}
.fade.d700 {
   transition-delay: .7s !important;
}
.fade.d800 {
   transition-delay: .8s !important;
}
.fade.d900 {
   transition-delay: .9s !important;
}
.fade.d1000 {
   transition-delay: 1.0s !important;
}


/* header */
.lang {
    position: absolute;
    right: 0;
    top: 0;
}
.lang > button {
    background: url('../image/lang.png') no-repeat center right ;
    margin: 0 !important;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 25px;
    color: #fff;
}
.langShow {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.langShow.on {
	display: block;
}
.langShow li a {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #666;
}
.langShow li a:hover {
	color: #5d8ee6;
}

.mv {
	background: url('../image/mv_bg.jpg') no-repeat center / cover;
	height: 900px;
	position: relative;
	color: #fff;
}
.mv_img {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1920px;
    margin: 0 auto;
	padding-left: 20px;
	transform: translateX(-80px);
}
.mv_txt {
	position: absolute;
	right: 50%;
	top: 220px;
    margin-right: -530px;
	z-index: 999;
}
.mv_img.active {
	transform: translateX(0);
}
.mv_txt {
	position: absolute;
	right: 50%;
	top: 220px;
    margin-right: -530px;
}
.mv_txt .tit {
	font-family: 'yg-jalnan';
	font-weight: bold;
	font-size: 66px;
	line-height: 1.2em;
}
.mv_txt .sub {
	font-size: 32px;
	line-height: 1.3em;
	margin-top: 30px;
}
.mv_btn {
	margin-top: 135px;
}

.main_wrap {
	padding-top: 100px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.section01 {
	background: #f1f5fe url('../image/section01.jpg') no-repeat bottom;
	height: 900px;
}
.section01 .small_tit {
	color: #7186a6;
}
.section01 .section_img {
	margin-top: 0;
	position: absolute;
	left:0; right: 0;
	bottom: 0;
}
.small_tit {
	font-size: 20px;
	font-weight: 500;
	color: #367de9;
}
.main_tit {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 40px 0 30px;
}
.main_sub {
	font-size: 18px;
	line-height: 1.7em;
}
.section_img {
	text-align: center;
	position: relative;
	margin-top: 60px;
}
.section02 .section_img .txt {
	position: absolute;
	bottom: 30px;
	left: 0; right: 0;
	font-size: 14px;
}
.section03 {
	background: #f5f5fd;
}

.section04 {
	background: url('../image/section04.jpg') no-repeat center / cover;
}
.section04_list_wrap {
	width: 1230px;
	margin: 75px auto 0;
}
.section04_list {
	margin: 0 -15px;
}
.section04_list li {
	background: #fff;
	border-radius: 20px 20px 0 0;
	margin: 0 15px;
	padding: 50px 10px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
    width: 33.333%;
	height: 560px;
}
.section04_list li .num {
	position: absolute;
	top: -30px;
	left: 0; right: 0;
	margin: 0 auto;
	width: 55px;
	line-height: 55px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'yg-jalnan';
	color: #fff;
	text-align: center;
	background: #629bf1;
	border-radius: 100%;
}
.section04_list li .tit {
	font-sizE: 22px;
	line-height: 1.6em;
}
.section04_list li .tit b {
	display: block;
}
.section04_list li .sub {
	font-size: 16px;
	color: #333;
	margin: 30px 0 40px;
}
.section05 {
	background: url('../image/section05.jpg') no-repeat center / cover;
	padding: 200px 0;
}
.section05 .main_tit {
	margin-top: 0;
}

.section06 .section_img {
	margin-top: -60px;
}

.section07 {
	background: #f5f7fb;
	padding-bottom: 110px;
}

.section07_list_wrap {
	width: 1230px;
	margin: 75px auto 0;
}
.section07_list {
	margin: 0 -25px;
}
.section07_list li {
	background: #fff;
	text-align: center;
	position: relative;
	box-sizing: border-box;
    width: 33.333%;
	height: 440px;
	border-radius: 20px;
	box-shadow: 0 0 10px 3px rgba(134,158,205,0.1);
	margin: 0 25px;
	padding: 60px 10px;
}
.section07_list li .icon {
	margin-bottom: 40px;
}
.section07_list li .tit {
	font-sizE: 22px;
	line-height: 1.6em;
}
.section07_list li .sub {
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}

.section08 {
	background: url('../image/section08.jpg') no-repeat center / cover;
	padding-bottom: 95px;
}
.contact {
	width: 730px;
	margin: 55px auto 0;
}
.contact li {
	margin-bottom: 20px;
}
.contact li.flex {
	margin: 0 -10px 20px;
}
.contact li.flex > div {
	width: 50%;
	margin: 0 10px;
}
.contact li input {
	background: #fff;
	height: 50px;
	padding: 0 20px;
	border-radius: 8px;
	width: 100%;
	box-sizing: border-box;
}
.contact li textarea {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	resize: none;
	width: 100%;
	box-sizing: border-box;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {color: #c5c5c5; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #c5c5c5; } 

input::-moz-placeholder,
textarea::-moz-placeholder { color: #c5c5c5; }

.contact_btn a {
	display: block;
	width: 250px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #629bf1;
	margin-top: 40px;
	border-radius: 8px;
	font-size: 15px;
}

/* footer */
#footer {
	padding: 80px 0;
	text-align: center;
}
.f_txt {
	color: #999;
	margin: 35px 0;
}