#main_slides {
	height: 700px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	/*background-size: contain;*/
}

#to_top {
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 9999;
}

section {
	position: relative;
}


/**************************************S:nav**************************************************************/

#r_nav {
	position: fixed;
	z-index: 99999;
	right: 40px;
	top: 50%;
	margin-top: -153px;
}

#r_nav ul li {
	height: 34px;
	width: 10px;
}

#r_nav ul li .r-tooltip {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	top: 7px;
	height: 20px;
	position: absolute;
	right: 27px;
	text-align: right;
	white-space: nowrap;
	display: none;
	letter-spacing: 0;
}

#r_nav.dauk ul li .r-tooltip {
	color: #898989;
}

#r_nav ul li a:hover {
	width: 110px;
}

#r_nav ul li a:hover .r-tooltip,
#r_nav ul li.active .r-tooltip {
	color: #FFF;
	display: block;
}

#r_nav.dauk ul li a:hover .r-tooltip,
#r_nav.dauk ul li.active .r-tooltip {
	color: #898989;
	display: block;
}

#r_nav ul li {
	height: 34px;
	width: 10px;
}

#r_nav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	width: 10px;
	float: right;
}

#r_nav ul li:last-child:after {
	display: none;
}

#r_nav ul li a:after {
	content: '';
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #b1b2b3;
	right: 3px;
	top: 50%;
	margin-top: -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
}

#r_nav.dauk ul li a:after {
	background: #000000;
}

#r_nav ul li a:hover:after,
#r_nav ul li.active a:after {
	background: #FFF;
}

#r_nav.dauk ul li a:hover:after,
#r_nav.dauk ul li.active a:after {
	background: #898989;
}

#r_nav ul li a:hover:before,
#r_nav ul li.active a:before {
	content: '';
	height: 18px;
	width: 18px;
	display: block;
	position: absolute;
	margin-top: -9px;
	top: 50%;
	right: -4px;
	border: 1px solid #FFF;
	background-color: transparent;
	border-radius: 50%;
}

#r_nav.dauk ul li a:hover:before,
#r_nav.dauk ul li.active a:before {
	border: 1px solid #898989;
}


/************************************************E:nav*********************************************************/

.down_btn {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
}

.popup {
	position: absolute;
	top: 80px;
	/*left: 50px;*/
	z-index: 100000;
	box-shadow: 0 0 15px #474747;
	display: none;
}

.popup .image_arrea {
	background-color: #FFF;
	padding: 1px;
	padding-bottom: 0;
}

.popup .ctrl_area {
	height: 40px;
	background-color: #333333;
	position: relative;
}

.popup .ctrl_area>* {
	display: block;
}

.popup .ctrl_area a {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -12px;
}

.popup .ctrl_area label {
	position: absolute;
	right: 57px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
}

.popup .ctrl_area label>* {
	vertical-align: middle;
	margin-top: -2px;
}

.popup .image_arrea a img {
	max-width: 500px;
	min-width: 200px;
}

html,
body {
	height: 100%;
}

#s_01,
#Main,
#s_02,
#TotalSolution,
#s_03,
#Business,
#Informaion,
#s_07 {
	height: 100%;
}

#s_01 .row {
	/*height: 100%;*/
}

#s_01 .bn_video {
	height: 100%;
	position: relative;
}

#s_01 div.section_in {
	height: 100%;
}

#s_01 .bn_video .video_box {
	height: 100%;
	position: relative;
	overflow: hidden;
}

#s_01 .scroll_down {
	position: absolute;
	z-index: 99;
	left: 50%;
	bottom: 40px;
	margin-left: -37px;
	width: 74px;
}

#s_01 .scroll_down li {
	text-align: center;
	height: 6px;
}

#s_01 .scroll_down li:last-child {
	height: 16px;
	padding-top: 10px;
}

#s_01 .bn_video .video_box video {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-image: /* our video */
	;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

#s_01 .bn_text {
	position: absolute;
	z-index: 999;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -120px;
}

#s_01 .bn_text .m_t {
	font-size: 65px;
	color: #FFFFFF;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	display: block;
	line-height: 80px;
}

#s_01 .bn_text .s_t {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-bottom: 36px;
}

#s_01 .bn_text a {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #3ea6b2;
}

#s_01 .bn_text a * {
	color: #FFFFFF;
	display: block;
	letter-spacing: 0;
}

#s_01 .bn_text a span {
	font-size: 14px;
	padding-left: 40px;
	text-align: left;
	padding-top: 20px;
	line-height: 30px;
}

#s_01 .bn_text a strong {
	font-size: 16px;
	font-weight: 800;
	padding-left: 40px;
	text-align: left;
	line-height: 20px;
	padding-bottom: 10px;
}

#s_01 .bn_text a i {
	border-bottom: #FFF 1px solid;
	width: 80px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	position: relative;
	line-height: 22px;
	padding-right: 6px;
}

#s_01 .bn_text a i::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #FFF;
	width: 10px;
	position: absolute;
	transform: rotate(55deg);
	right: -2px;
	bottom: 3px;
}

h2 {
	display: block;
	text-align: center;
	padding-top: 160px;
	padding-bottom: 45px;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0;
}

#Partners h2 {
	font-family: 'Exo 2';
}

h2 img {
	display: none;
}


/*
 *   <div
    data-aos="fade-up"
    data-aos-offset="200"
    data-aos-delay="50"
    data-aos-duration="1000"
    data-aos-easing="ease-in-out"
    data-aos-mirror="true"
    data-aos-once="false"
    data-aos-anchor-placement="top-center"
  >
  </div>
 */


/**************************/

#s_02 {
	width: 100%;
	height: 100%;
	background: url(../images/main/bg_s2.png);
	/*padding-bottom: 125px;*/
	border-bottom: #e1e1e1 1px solid;
	display: table;
}

#s_02 #TotalSolution {
	display: table-cell;
	vertical-align: middle;
}

#s_02 h2 {
	padding-bottom: 0;
}

#s_02 .sub_t {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #231815;
	padding: 10px 0 65px 0;
}

#s_02 .img_box {
	padding: 0 70px;
}

#s_02 .img_box>div {
	position: relative;
	max-width: 1766px;
	margin: 0 auto;
	/*border: 1px solid #c9c9c9;*/
}

#s_02 .sub_t {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #231815;
	top: 32px;
}

#s_02 .img_box>div>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background-color: rgba(255,0,0,0.4); */
}

#s_02 .img_box>div>div>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#s_02 .img_box>div>div li {
	position: absolute;
	display: block;
}

#s_02 .img_box>div>div li img {
	width: 100%;
}

#s_02 .img_box>div>div li.l1_1 {
	width: 17.79%;
	left: 9.4%;
	top: 27.8%;
}

#s_02 .img_box>div>div li.l1_2 {
	width: 19.49%;
	left: 20.32%;
	top: 45%;
}

#s_02 .img_box>div>div li.l2_1 {
	width: 15.92%;
	left: 36.63%;
	top: 19.4%;
}

#s_02 .img_box>div>div li.l2_2 {
	width: 19.38%;
	left: 45.74%;
	top: 52.56%;
}

#s_02 .img_box>div>div li.l3_1 {
	width: 15.92%;
	left: 61.79%;
	top: 17.58%;
}

#s_02 .img_box>div>div li.l3_2 {
	width: 19.38%;
	left: 70.99%;
	top: 53.33%;
}

#s_02 .img_box img {
	width: 100%;
	text-align: center;
}


/****************************************************/

#s_03 {
	height: 100%;
	width: 100%;
	background-image: url(../images/main/l_03_bg_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: table;
}

#s_03 #Business {
	display: table-cell;
	vertical-align: middle;
}

#s_03 .row {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	height: 560px;
}

#s_03 .cnt_area {
	display: table;
	margin: 0 auto;
	width: 100%;
}

#s_03 .cnt_area:after {
	content: '';
	display: block;
	clear: both;
}

#s_03 .cnt_area>div {
	display: table-cell;
	border-right: 1px solid #FFF;
	width: 33.33%;
}

#s_03 .cnt_area>div:last-child {
	border-right: none;
}

#s_03 .cnt_area .icon {
	text-align: center;
	padding-top: 15px;
}

#s_03 .cnt_area .icon span {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #5ae1f1;
	display: block;
	letter-spacing: 0;
	line-height: 26px;
	padding-top: 20px;
}

#s_03 .cnt_area .number_area {
	height: 195px;
	font-size: 78px;
	font-family: 'Play';
	font-weight: bold;
	color: #5ae1f1;
	text-align: center;
	padding-top: 60px;
}

#s_03 .bot_text {
	padding-top: 85px;
	border-top: 1px solid #FFF;
	margin-top: 50px;
	margin-left: 45px;
	margin-right: 45px;
}

.flip-clock-wrapper .flip {
	box-shadow: none;
}

.flip-clock-wrapper ul {
	width: 72px;
	height: 134px;
	margin: 1px;
	background: transparent;
}

.flip-clock-wrapper ul li a div.up,
.flip-clock-wrapper ul li a div.down {
	background-color: #FFF;
}

.flip-clock-wrapper ul li a div.up {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
	font-size: 78px;
	line-height: 134px;
	font-family: 'Exo 2';
	color: #24c3f7;
	text-shadow: none;
	z-index: 20;
	background-color: transparent;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	/*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.37) 0%, black 100%);*/
	/*background: linear, top, rgba(255, 255, 255, 0.37) 0%, white 100%;*/
	/*background: -o-linear-gradient(top, rgba(255, 255, 255, 0.37) 0%, black 100%);*/
	/*background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.37) 0%, black 100%);*/
	/*background: linear, to bottom, rgba(255, 255, 255, 0.37) 0%, white 100%;*/
}

.flip-clock-wrapper ul li a div.up:after {
	background-color: #a4aebe;
	top: 65px;
	height: 2px;
}

#s_03 .bot_text span,
#s_03 .bot_text strong {
	font-size: 24px;
	text-align: center;
	display: block;
	color: #5ae1f1;
	line-height: 28px;
	letter-spacing: 0;
}

#s_04 {
	background-image: url(../images/main/bg_s3.gif);
}

#s_04 .left {
	width: 43%;
	position: absolute;
	height: 100%;
}

#s_04 .left .bt {
	position: absolute;
	top: 40%;
	right: 50%;
	margin-right: -398px;
	margin-top: -133px;
}

#s_04 .left .tt {
	font-size: 92px;
	font-weight: bold;
	color: #FFF;
	font-family: 'Play';
	line-height: 102px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -298px;
	margin-top: -102px;
}

#s_04 .left .tt,
#s_04 .left .tt span {
	text-shadow: 3px 4px 8px rgba(186, 186, 186, 0.38);
}

#s_04 .left .tt .bl {
	color: #3ea6b2;
}

#s_04 .left .tt .gr {
	color: #298948;
}

#s_04 .right {
	float: right;
	width: 57%;
}

#s_04 .right img {
	width: 100%;
}

#s_04 .right div div {
	float: left;
	width: 50%;
}

#s_04 .right .company,
#s_04 .right .product,
#s_04 .right .contact,
#s_04 .right .company *,
#s_04 .right .product *,
#s_04 .right .contact * {
	transition: all 0.5s;
}

#s_04 .right .company,
#s_04 .right .product,
#s_04 .right .contact {
	position: relative;
}

#s_04 .right div dl {
	position: absolute;
	bottom: 0;
	padding: 30px 40px;
	left: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

#s_04 .right div dl dt {
	font-size: 30px;
	position: absolute;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	display: block;
	bottom: 130px;
	left: 40px;
}

#s_04 .right div dl dt:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
}

#s_04 .right div dl dd {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	bottom: 30px;
	left: 40px;
	position: absolute;
	padding-bottom: 30px;
	visibility: hidden;
}

#s_04 .right div dl dd i {
	display: block;
	height: 1px;
	width: 22px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

#s_04 .right div dl dd i:after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	transform: rotate(45deg);
	height: 1px;
	background-color: #FFFFFF;
	right: -1px;
	bottom: 4px;
}

#s_04 .right div:hover dl:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	mix-blend-mode: overlay;
}

#s_04 .right div.b_1:hover dl:after {
	background-color: #405866;
}

#s_04 .right div.b_2:hover dl:after {
	background-color: #506f82;
}

#s_04 .right div.b_3:hover dl:after {
	background-color: #345347;
}

#s_04 .right div.b_1:hover dl.ie:after {
	background-color: rgba(64, 88, 102, 0.3);
}

#s_04 .right div.b_2:hover dl.ie:after {
	background-color: rgba(80, 111, 130, 0.3);
}

#s_04 .right div.b_3:hover dl.ie:after {
	background-color: rgba(52, 83, 71, 0.3);
}


#s_04 .right div.b_1:hover dl dt,
#s_04 .right div.b_2:hover dl dt,
#s_04 .right div.b_3:hover dl dt {
	bottom: 290px;
}

#s_04 .right div.b_1:hover dl dd,
#s_04 .right div.b_2:hover dl dd,
#s_04 .right div.b_3:hover dl dd {
	visibility: visible;
	bottom: 140px;
}

#s_04 .right div.b_1:hover dl dt:after,
#s_04 .right div.b_2:hover dl dt:after,
#s_04 .right div.b_3:hover dl dt:after {
	width: 300px;
}


/*****************************************/

#s_05 {
	background-color: #FFF;
}

#s_05 #len91 .st_01 {
	font-size: 24px;
	text-align: center;
	display: block;
	padding-top: 12px;
}

#s_05 #len91 .st_02 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #3ea6b2;
	text-align: center;
	line-height: 20px;
	padding-top: 15px;
}

#s_05 #len91 .st_03 {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}

#s_05 .tb_01 {
	position: relative;
	padding-top: 170px;
}

#s_05 .box_v {
	position: absolute;
	width: 1404px;
	left: 50%;
	margin-left: -702px;
	top: 67px;
}

#s_05 .box_v li {
	display: table;
	width: 333px;
	height: 199px;
	position: absolute;
	background-color: #FFF;
	left: 50%;
	-webkit-box-shadow: 8px 8px 43px -10px rgba(189, 189, 189, 0.5);
	-moz-box-shadow: 8px 8px 43px -10px rgba(189, 189, 189, 0.5);
	box-shadow: 8px 8px 43px -10px rgba(189, 189, 189, 0.5);
	color: #3ea6b2;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding-left: 25px;
	padding-right: 25px;
	top: 0;
}

#s_05 .box_v li span {
	display: table-cell;
	vertical-align: middle;
}

#s_05 .box_v li:nth-child(1) {
	right: 50%;
	left: auto;
	margin-right: 369px;
}

#s_05 .box_v li:nth-child(2) {
	right: 50%;
	left: auto;
	margin-right: 12px;
}

#s_05 .box_v li:nth-child(3) {
	margin-left: 12px;
}

#s_05 .box_v li:nth-child(4) {
	margin-left: 369px;
}

#s_05 .list {
	height: 514px;
	background-image: url(../images/main/s5_b_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 215px;
}

#s_05 #len91 .list>span {
	font-size: 22px;
	display: block;
	text-align: center;
	color: #FFF;
}

#s_05 #len91 .list ul {
	width: 660px;
	margin: 0 auto;
	padding-top: 17px;
}

#s_05 #len91 .list ul li {
	height: 45px;
	border-bottom: #e1e1e1 1px solid;
	text-align: left;
	padding-left: 165px;
}

#s_05 #len91 .list ul li span {
	font-size: 18px;
	line-height: 44px;
	color: #FFF;
	background-image: url(../images/company/icon_07.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#s_05 #len92 {
	position: relative;
}

#s_05 #len92>.img img {
	visibility: hidden;
}

#s_05 #len92 .bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 33.13%;
	background-color: #dfe4e0;
}

#s_05 #len92 .img {
	padding: 142px 0 142px 100px;
}

#s_05 #len92 .content {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

#s_05 #len92 .content .img {
	padding: 0;
	position: absolute;
	top: 142px;
	right: 43.9%;
	text-align: right;
}

#s_05 #len92 .content .img span {
	position: absolute;
	display: block;
	font-family: 'Play';
	font-size: 22px;
	line-height: 28px;
	color: #FFF;
	font-weight: bold;
	right: 35px;
	bottom: 25px;
}

#s_05 #len92 .content .tt {
	position: absolute;
	width: 43.9%;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 145px;
	overflow: hidden;
}

#s_05 #len92 .content .tt h4 {
	font-size: 105px;
	font-family: 'Play';
	color: #f3f3f3;
	font-weight: bold;
	padding-left: 43px;
	display: block;
	white-space: nowrap;
	height: 124px;
	letter-spacing: -5px;
}

#s_05 #len92 .content .tt dl {
	border-bottom: 1px solid #e1e1e1;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 45px;
	padding-bottom: 75px;
}

#s_05 #len92 .content .tt dl:last-child {
	border-bottom: none;
}

#s_05 #len92 .content .tt dl dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#s_05 #len92 .content .tt dl dd {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}


/*****************************************/

#s_06 {
	background-color: #f6f6f6;
}

#s_06 h2 {
	font-size: 30px;
	padding-top: 160px;
}

#s_06 #len01 {
	text-align: center;
	position: relative;
}

#s_06 #len01 .left_img {
	position: absolute;
	top: 40px;
	margin-right: 140px;
	right: 50%;
}

#s_06 #len01 .left_img.fix {
	position: fixed;
	top: 278px;
}

#s_06 #len01 .hlen {
	position: absolute;
	width: 1px;
	/*height: 100%;*/
	background-color: #a6a6a6;
	left: 50%;
	top: 10px;
	margin-left: 72px;
	bottom: 150px;
}

#s_06 #len01 .row .right {
	float: right;
	text-align: left;
	padding-left: 110px;
}

#s_06 #len01 .row dl {
	position: relative;
	padding-bottom: 70px;
}

#s_06 #len01 .row dl dt {
	font-size: 30px;
	font-family: 'Play';
	font-weight: normal;
	position: absolute;
	color: #222222;
	right: 100%;
	margin-right: 90px;
	text-align: right;
}

#s_06 #len01 .row dl dd {
	font-size: 13px;
	line-height: 25px;
	font-weight: 500;
}

#s_06 #len01 .row dl dt .red_dot {
	width: 14px;
	height: 14px;
	background-color: #35a6b2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	position: absolute;
	top: 9px;
	right: -60px;
}

#s_06 #len01 .row>div {
	margin-top: -10px;
}

#s_06 #len01 .header_mark {
	padding-bottom: 40px;
}

#s_06 #len01 .header_mark>div {
	margin-top: 0 !important;
}


/**************************************/

#s_07 {
	width: 100%;
	height: 100%;
}

#Slogan {
	height: 100%;
	vertical-align: middle;
	background-image: url(../images/main/s7_b_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#Slogan .bz,
#Slogan .bz2 {
	display: block;
	content: '';
	height: 1px;
	width: 180px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-45deg);
}

#Slogan .bz {
	margin-top: 152px;
	margin-left: -206px;
}

#Slogan .bz2 {
	margin-top: -155px;
	margin-left: 93px;
}

#Slogan .tt {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -77px;
	margin-top: -271px;
}

#Slogan .tt p.l1,
#Slogan .tt p.l1 * {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color: #FFF;
	letter-spacing: 0;
}

#Slogan .tt p.l1 .bl {
	color: #3ea6b2;
}

#Slogan .tt p.l1 .gr {
	color: #298948;
}

#Slogan .tt p.l1 .bn {
	font-weight: normal;
}

#Slogan .tt p.l2 {
	font-size: 85px;
	color: #FFF;
	font-family: 'Play';
	padding-top: 20px;
}

#Slogan .tt p.l2 span {
	font-size: 120px;
	font-weight: bold;
	line-height: 95px;
}

#Slogan .tt p.l2 .bl {
	color: #3ea6b2;
}

#Slogan .tt p.l2 .gr {
	color: #298948;
}

#Slogan .tt_b {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: 120px;
}

#Slogan .tt_b p {
	color: #FFF;
	font-size: 24px;
	line-height: 36px;
}

#Slogan .tt_b p span {
	font-weight: bold;
}

#Slogan .rpat {
	position: absolute;
	font-size: 250px;
	line-height: 200px;
	color: rgba(149, 149, 149, 0.47);
	mix-blend-mode: multiply;
	font-family: 'Play';
	font-weight: bold;
	letter-spacing: -5px;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	right: 50px;
	text-align: right;
	bottom: 60px;
}
#Slogan .rpat.ie{
	color: rgba(0,0,0,0.3);
}

/**********************************/

#s_08 {
	background-color: #FFF;
}

#s_08 h2 {
	font-family: 'Play';
	font-size: 30px;
	font-weight: bold;
	padding-top: 160px;
}

#s_08 .len01 {
	margin-left: 100px;
	margin-right: 100px;
}

#s_08 .len01 .len01_1 {
	border-bottom: #e7e7e7 1px solid;
	padding-top: 45px;
}

#s_08 .len01 .len01_1>div {
	display: table;
}

#s_08 .len01 .len01_1:after {
	height: 1px;
	border-bottom: #efefef 1px solid;
	padding-bottom: 38px;
}

#s_08 .len01 .len01_1>div>div {
	border-left: #d7d7d7 1px solid;
	padding: 40px 50px 30px 50px;
	display: table-cell;
	vertical-align: middle;
	width: 33.33%;
}

#s_08 .len01 .len01_1>div>div:first-child {
	border-left: none;
	text-align: center;
}

#s_08 .len01 .len01_1>div>div dl {
	padding-top: 30px;
}

#s_08 .len01 .len01_1>div>div img {
	max-width: 100%;
}

#s_08 .len01 .len01_1>div>div dl dt {
	font-size: 20px;
	font-weight: bold;
}

#s_08 .len01 .len01_1>div>div dl dd {
	font-weight: 14px;
	line-height: 24px;
	padding-top: 13px;
}

#s_08 .len01 .len01_2 {
	padding-top: 37px;
	padding-bottom: 50px;
}

#s_08 .len01 .len01_2>div {
	float: left;
	width: 50%;
}

#s_08 .len01 .len01_2>div>div {
	float: left;
}

#s_08 .len01 .len01_2>div>div:first-child {
	width: 210px;
	padding-top: 50px;
}

#s_08 .len01 .len01_2>div:last-child>div:first-child {
	width: 320px;
	padding-left: 70px;
}

#s_08 .len01 .len01_2>div:last-child>div:last-child {
	padding-left: 80px;
}

#s_08 .len01 .len01_2>div>div h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
}

#s_08 .len01 .len01_2>div>div span {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}

#s_08 .len01 .len01_2>div>div img {
	max-width: 100%;
}

#s_08 .len02 {
	background-color: #f5f5f5;
	padding-bottom: 60px;
}

#s_08 .len02 .len02_1 {
	display: table;
	width: 100%;
}

#s_08 .len02 .len02_1>div {
	width: 50%;
	display: table-cell;
}

#s_08 .len02 .len02_1 .left {
	position: relative;
}

#s_08 .len02 .len02_1 .left>div {
	position: absolute;
	background-color: #FFF;
	left: 0;
	height: 100%;
	right: 47px;
	min-height: 306px;
}

#s_08 .len02 .len02_1 .left>div img {
	position: absolute;
	top: 50%;
	right: 140px;
	margin-top: -27.5px;
}

#s_08 .len02 .len02_1 .right {
	padding: 65px 0 45px 35px;
}

#s_08 .len02 .len02_1 .right h3 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}

#s_08 .len02 .len02_1 .right p {
	font-size: 14px;
	line-height: 20px;
	max-width: 495px;
	font-weight: 600;
}

#s_08 .len03 {
	background-color: #fdfdfd;
	padding-top: 95px;
	position: relative;
}

#s_08 .len03 h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 176px;
	padding-top: 0;
}

#s_08 .len03 .row>div {
	height: 360px;
	position: relative;
}

#s_08 .len03 .row:last-child>div {
	height: 200px;
}

#s_08 .len03 .row>div strong {
	display: block;
	position: absolute;
	left: 0;
	font-size: 72px;
	color: #dceef0;
	font-family: Roboto;
	font-weight: bold;
	top: -155px;
}

#s_08 .len03 .row>div dl dt {
	color: #8c9090;
	font-size: 26px;
	display: block;
	font-family: Roboto;
	position: absolute;
	left: 0;
	font-weight: 300;
	top: -60px;
}

#s_08 .len03 .row>div dl {
	width: 33.333%;
	float: left;
	position: relative;
}

#s_08 .len03 .row>div dl::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #3ea6b2;
	position: absolute;
	left: 0;
	top: -25px;
}

#s_08 .len03 .row>div dl dd {
	padding-top: 25px;
	text-align: left;
}

#s_08 .len03 i {
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	background: #d7d7d7;
	left: 0;
}

#s_08 .len03 i.el_1990 {
	top: 304px;
}

#s_08 .len03 i.el_2000 {
	top: 664px;
}

#s_08 .len03 i.el_2010 {
	top: 1024px;
}


/***********************************/


@font-face {
  font-family: 'JejuHallasan';
  src: url('fonts/JejuHallasan.woff2') format('woff2'),
       url('fonts/JejuHallasan.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#s_09 {
	background-color: #FFF;
	text-align: center;
}
#s_09 h2 {
	font-family: 'Play';
	font-size: 30px;
	font-weight: bold;
	padding-top: 160px;
}

.miss_title { position:relative; max-width:330px; font-size:50px; font-weight:800; margin:0 auto 40px auto;}
.blue_color::first-letter { color:#00e6ff;}
.green_color::first-letter { color:#268949;}
.white_color_text { color:#fff;}

.miss_title img { position:absolute;}
.miss_title img:nth-child(1) { left:0; top:-5px;}
.miss_title img:nth-child(2) { right:0; bottom:-10px;}

.miss_top { min-width:1500px; padding:100px 0; background:url(../images/main/miss_top_bg.jpg) center center fixed no-repeat; background-size:cover; text-align:center;}
.miss_top .miss_top_text { font-size:20px; line-height:1.7; color:#fff;}
.miss_top .miss_top_text p { font-family: 'JejuHallasan', sans-serif; font-size:35px; color:#fff; line-height:1.4;}
.miss_top .miss_top_bar { width:60px; height:1px; background:#fff; margin:20px auto;}

.miss_box { min-width:1500px; padding:80px 0; margin:0; text-align:center; background:#fff;}
.gray_box { background:#f6f6f6;}

.miss_vision { position:relative; max-width:1000px; margin:0 auto; background:url(../images/main/miss_vision_bg.jpg) center center no-repeat; border-radius:100px; padding:60px 0;}
.miss_vision p { font-size:50px; font-weight:600; color:#fff;}
.triangle { position:absolute; top:-18px; left:50%; margin-left:-12px; border-left:12px solid transparent; border-right:12px solid transparent; border-bottom:20px solid #268949;}

.miss_ul { position:relative; font-size:0; max-width:1400px; margin:0 auto; padding-top:60px;}
.miss_ul li { position:relative; display:inline-block; vertical-align:top; width:25%;}
.miss_ul li .miss_ul_box { background: linear-gradient(to top, #268a7d, #36a6b1); padding:20px; margin:0 10px;}
.miss_ul li .miss_ul_box img { margin:20px 0;}
.miss_ul li .miss_ul_box .miss_ul_box_text { font-size:16px; color:#fff; font-weight:100; padding:20px 0; border-top:rgba(255,255,255,0.5) solid 1px;}
.miss_ul li .miss_ul_box .miss_ul_box_text h1 { font-size:25px; font-weight:bold;}

.miss_circle { position:absolute; z-index:2; width:14px; height:14px; border-radius:50%; background:#fff; border:#bbb solid 1px; left:50%; margin-left:-7px; top:-7px;}
.miss_vertical_line { position:absolute; z-index:1; width:1px; height:60px; background:#bbb; left:50%; top:-60px;}
.miss_horizontal_line { position:absolute; height:1px; background:#bbb; width:1050px; left:50%; margin-left:-525px; top:0;}
.miss_vertical_line_top { width:1px; height:60px; background:#bbb; margin:0 auto;}



/**************************/

@media (min-width:768px) {
	#s_10 .container {
		width: 750px;
	}
	.c_inner01 {
		width: 350px;
		height: 350px;
		margin: auto;
		border: 2px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
		box-sizing: border-box;
		border-radius: 999px;
		animation-duration: 6s;
		animation-iteration-count: infinite;
		animation-name: c_inner01;
		animation-timing-function: linear;
		animation-direction: alternate;
	}
	.c_inner02 {
		width: 452px;
		height: 452px;
		margin: auto;
		border: 2px solid rgba(255, 255, 255, 0.6);
		position: absolute;
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
		box-sizing: border-box;
		border-radius: 999px;
		animation-duration: 6s;
		animation-iteration-count: infinite;
		animation-name: c_inner02;
		animation-timing-function: ease-in-out;
		animation-direction: alternate;
	}
}

#s_10 {
	background-color: #FFF;
}

#s_10 h2 {
	font-size: 30px;
	/*font-size: 24px;*/
	/*color: #111111;*/
	display: block;
	text-align: center;
	/*font-weight: 600;*/
	font-weight: bold;
	padding: 170px 0 50px 0;
}

#s_10 .container {
	width: 1506px;
}

#s_10 {
	padding-bottom: 0;
}

#s_10 .container .row {
	height: 1020px;
	position: relative;
}

#s_10 .bg_area {
	background-color: #eef3f6;
	height: 100%;
}

#s_10 .container .row .logos_img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
}

#s_10 .container .row .sejong_logo {
	position: absolute;
	background-color: #FFF;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	left: 50%;
	margin-left: -80px;
	top: 416px;
}

#s_10 .container .row .sejong_logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -59px;
	margin-top: -15px;
}

#s_10 .container .row .logos_img img {
	max-width: 100%;
}

#s_10 .len01 {
	height: 100%;
	position: relative;
}

#s_10 .len01>div {
	/* position: absolute; */
	/* top: 253px; */
	left: 0;
	bottom: 0;
	right: 0;
}


/*****************************/

.c_inner01 {
	width: 750px;
	height: 750px;
	margin: auto;
	border: 2px solid rgba(172, 232, 239, 0.8);
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	box-sizing: border-box;
	border-radius: 999px;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-name: c_inner01;
	animation-timing-function: linear;
	animation-direction: alternate;
}

.c_inner02 {
	width: 852px;
	height: 852px;
	margin: auto;
	border: 2px solid rgba(172, 232, 239, 0.8);
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	box-sizing: border-box;
	border-radius: 999px;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-name: c_inner02;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}

@keyframes c_inner01 {
	0% {
		left: 0%;
		top: 0%;
	}
	35% {
		left: 6%;
		top: 1%;
	}
	70% {
		left: 3%;
		top: -3%;
	}
	100% {
		left: 1%;
		top: 6%;
	}
}

@keyframes c_inner02 {
	0% {
		left: 0%;
		top: 0%;
	}
	35% {
		left: -6%;
		top: 1%;
	}
	70% {
		left: 3%;
		top: 3%;
	}
	100% {
		left: 1%;
		top: -6%;
	}
}


/**************************/

.renewal_popup {
	position: absolute;
	z-index: 99999;
	top: 260px;
	display: none;
}

.renewal_popup .b-close {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0;
	top: -60px;
	line-height: 1000px;
	overflow: hidden;
	/* background-color: #F00; */
}

.renewal_popup .b-close:after,
.renewal_popup .b-close:before {
	display: block;
	height: 1px;
	width: 55px;
	content: '';
	background-color: #fff;
	position: absolute;
}

.renewal_popup .b-close:after {
	transform: rotate(45deg);
	left: -5px;
	top: 21px;
}

.renewal_popup .b-close:before {
	transform: rotate(135deg);
	left: -6px;
	top: 22px;
}


/*header .top_sub_menu .menu_area ul li a {
	color: #FFF;
}*/

@media screen and (max-width: 767px) {
	#product_list h2 {
		padding-top: 40px;
		padding-bottom: 20px;
		font-size: 25px;
	}
	#supports {
		padding-bottom: 100px;
	}
	#supports h2 {
		padding-top: 40px;
		padding-bottom: 20px;
		font-size: 25px;
	}
	#news h2 {
		padding-top: 40px;
		padding-bottom: 20px;
		font-size: 25px;
	}
}

@media (min-width: 768px) {
	#product_list .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	#supports .container {
		padding-left: 5px;
		padding-right: 5px;
	}
	#supports .container {
		padding-left: 5px;
		padding-right: 5px;
	}
	#supports .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	#supports .row .support_content li {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#news .row {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
	#news .news_unit .news_title {
		width: 280px;
	}
	#news .news_unit .news_content {
		width: 300px;
	}
}