@charset "utf-8";

@import url("common.css");

.wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 1540px;
	margin:0 auto;
}

.section_nav {
	position:fixed;
	top:50%;
	right:15%;
/*	right:320px;*/
	width:10px;
	margin-top:-65px;
}

.quick_top {
	position:fixed;
	bottom:15%;
	right:14%;
	width:80px;
	height:80px;
	margin-left:-40px;
}
.quick_top a {
	display:block;
	width:80px;
	height:80px;
	font-size:0;
	background:url('../images/btn_top.png') 0 0 no-repeat;
	background-size:80px;
}

.section_nav li { margin:10px 0; }
.section_nav .pages {
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#ccc;
	cursor:pointer;
}
.section_nav .pages:hover {
	background:#0094FF;
}

.section_nav .pages.on {
	height:30px;
	background:#0094FF;
	border-radius:5px 5px;
	cursor:default;
}

.intro_01_wrap {
	background:url('../images/img_section_01.png') no-repeat #F0F0F0;
	background-size:1982px 652px;
	background-position:307px 382px;
}

.intro_01 {
	max-width:1920px;
	height:900px;
	padding-top:110px;
	margin:0 auto;
}
.util_menu_wrap {
	display:none;
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	max-width:1920px;
	padding:30px;
}
.util_menu_wrap.active {
	display:block;
	background:#fff;
}
.util_menu_wrap.stage_01 {
	display:block;
	position: absolute;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	max-width:1920px;
	padding:30px;
}

.util_menu_wrap:after {
	display: block;
	content: '';
	clear: both;
}
.util_menu_wrap .util_logo,
.util_menu_wrap .util_con { width:50%; }

.util_menu_wrap .util_logo {
	float:left;
	font-size:0;
}
.util_menu_wrap .util_logo.on {
	height:50px;
	background:url('../images/img_logo.png') 0 center no-repeat;
	background-size:116px;
}

.util_menu_wrap .util_con {
	float:right;
	text-align:right;
}
.util_menu_wrap .util_con .txt_link {
	font-size:16px;
	color:#000;
}
.util_menu_wrap .util_con .txt_link:hover { text-decoration: underline; }
.util_menu_wrap .util_con .util_bar {
	display:inline-block;
	position:relative;
	width:10px;
	height:15px;
	font-size:0;
}
.util_menu_wrap .util_con .util_bar:after {
	position:absolute;
	display: inline-block;
	top:-13px;
	left:5px;
	content: '';
	width:1px;
	height:15px;
	background:#BDBDBD;
}

.btn_login {
	display:inline-block;
	height:50px;
	line-height:50px;
	color:#000;
	font-size: 14px;
	border-radius: 25px 25px;
	border:1px solid #BCBCBC;
	padding:0 70px;
}
.btn_login:hover {
	color:#fff;
	border:1px solid #0094FF;
	background:#0094FF;

	transition-property: background-color, border-color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
	-webkit-transition-property: background-color, border-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
}

/* Motion **************************************************/
.motion_r {
	opacity: 0;
	transition-property: all;
	transition-duration: 0.8s; 
}

.motion_r.active {
	opacity: 1;
	transform: translateX(100px);
}
.motion_r2 {
	opacity: 0;
	transition-property: all;
	transition-duration: 0.8s; 
	transform: translateX(-100px);
}

.motion_r2.active {
	opacity: 1;
	transform: translateX(0);
}
.motion_l {
	opacity: 0;
	transition-property: all;
	transition-duration: 0.8s; 
	transform: translateX(100px);
}

.motion_l.active {
	opacity: 1;
	transform: translateX(0);
}
.motion_t {
	opacity:0;
	transition-property:all;
	transform:translateY(100px);
	transition-duration:0.8s;
}

.motion_t.active{
	opacity:1;
	transform: translateY(0);
}

.m_delay1 { transition-delay: 0.1s; }
.m_delay2 { transition-delay: 0.2s; }
.m_delay3 { transition-delay: 0.3s; }
.m_delay4 { transition-delay: 0.4s; }
.m_delay5 { transition-delay: 0.5s; }
.m_delay6 { transition-delay: 0.6s; }
.m_delay7 { transition-delay: 0.7s; }
.m_delay8 { transition-delay: 0.8s; }
.m_delay9 { transition-delay: 0.9s; }
.m_delay10 { transition-delay: 1s; }
/* Motion **************************************************/


.intro01_con_wrap {
	display:inline-block;
	width:750px;
	margin:86px 0 0 280px;
}
.intro01_con_wrap .logo_block { margin-left:2px; }
.intro01_con_wrap .main_type {
	font-size:74px;
	line-height:76px;
	font-weight:800;
	letter-spacing: -1px;
}
.intro01_con_wrap .s_type {
	font-size:18px;
	line-height:30px;
	font-weight:400;
}
.intro01_con_wrap .btn_more {
	display:inline-block;
	width:180px;
	height:50px;
	line-height:50px;
	color:000;
	font-size: 14px;
	text-align:center;
	border-radius: 25px 25px;
	border:1px solid #BCBCBC;
}
.intro01_con_wrap .btn_more:hover {
	color:#fff;
	border:1px solid #0094FF;
	background:#0094FF;

	transition-property: background-color, border-color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
	-webkit-transition-property: background-color, border-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
}


.intro_02 {
	width:100%;
	height:900px;
	position: relative;
	background:url('../images/img_line_none.png') center 502px no-repeat #fff;
	background-size:4000px 130px;
}

.intro_02 .text_block {
	width:952px;
	margin:110px auto;
}
.intro_02 .text_block div { text-align: center; }
.intro_02 .text_block .main_type {
	font-size:34px;
	line-height:40px;
	font-weight:700;
}
.intro_02 .text_block .s_type {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
	margin-top: 15px;
}
.intro_02 .dot{
	width:7px; height:7px; 
	border-radius:50%; position:absolute; left:50%; top:50%;
}
.intro_02 .dot.blue_dot{
	background:#0094ff;
	animation:blue_dot 0.4s infinite alternate;
}
.intro_02 .dot.red_dot{
	background:#f5a623;
	animation:red_dot 0.7s infinite alternate;
}
.intro_02 .dot.red_dot.dot1{
	margin-left:700px; margin-top:125px;
}
.intro_02 .dot.red_dot.dot2{
	margin-left:830px; margin-top:136px;
	animation-duration:0.5s;
}
.intro_02 .dot.blue_dot.dot1{
	margin-left:500px; margin-top:74px;
}
.intro_02 .dot.blue_dot.dot2{
	margin-left:-700px; margin-top:58px;
	animation-duration:0.5s;
}
@keyframes blue_dot{
	from{opacity:0.5; box-shadow:0 0 0 #6a89e0;}
	to{opacity:1; box-shadow:0 0 5px #6a89e0;}
}
@keyframes red_dot{
	from{opacity:0.5; box-shadow:0 0 0 #f5a623;}
	to{opacity:1; box-shadow:0 0 5px #f5a623;}
}

.ico_block {
	width:678px;
	margin:80px auto 0;
	
}
.ico_block:after {
	display:block;
	clear: both;
	content:'';
}
.ico_block li {
	float:left;
	width:33.333%;
}
.ico_block li p {
	text-align: center;
	font-size: 18px;
}
.ico_block li .ico_txt { margin-top:15px; }

.img_laptop {
	width:952px;
	margin:60px auto 0;
}


.intro_03 .chart_block {
	width:1160px;
	margin:220px auto;
}
.intro_03 .chart_block:after {
	display:block;
	clear: both;
	content:'';
}
.intro_03 .chart_block .chart_text_block {
	width:462px;
	float:left;
	margin-top:14px;
}
.intro_03 .chart_block .chart_text_block .main_type {
	font-size:34px;
	line-height: 47px;
	font-weight:700;
}
.intro_03 .chart_block .chart_text_block .s_type {
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
}
.intro_03 .chart_block .right_chart {
	width:664px;
	float:left;
	height:309px;
}
.intro_03 .chart_block .right_chart ul:after{content:""; clear: both;}
.intro_03 .chart_block .right_chart li{float:left; position: relative; width:270px;}
.intro_03 .chart_block .right_chart li .label{line-height:22px; padding-top:10px; display: block; text-align: center; }
.intro_03 .chart_block .right_chart li.vs{width:123px; }
.intro_03 .chart_block .right_chart li.vs span{text-align: center; width:100%; height:100%; display:table; vertical-align: middle; min-height:270px; font-size:14px;}
.intro_03 .chart_block .right_chart li.vs strong{font-size:30px; font-weight: normal; }
.intro_03 .chart_block .right_chart li.vs span em{display: table-cell; vertical-align: middle; }
.intro_03 .chart_block .right_chart .chart canvas{position: absolute; left:0; top:0; }
.intro_03 .chart_block .right_chart .chart div{text-align: center; font-size:60px; width:100%; }
.intro_03 .chart_block .right_chart .chart span.txt{}
.intro_03 .chart_block .right_chart .chart span.sub{font-size:28px; }

.intro_04 {}
.intro_04 .matrix_img {
	height:500px;
	text-align: center;

	background:url('../images/img_matrix.png') 0 center no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
    padding: 0;
    position: relative;
}
.intro_04 .matrix_img p {
	font-size: 32px;
	color:#fff;
	line-height: 1.38;
}
.intro_04 .matrix_img .main_type {
	margin-top:194px;
	font-weight:700;
}
.intro_04 .matrix_img .sub_type {
	font-weight:300;
}


.intro_05 {
	width:1190px;
	margin: 250px auto 260px;
}
.indicator_wrap,
.visual_wrap {
	position:relative;
}
.indicator_text {
	position:absolute;
	top:0;
	left:0;
	width:530px;
	margin-top:105px;
}
.indicator_text .main_type,
.visual_text .main_type {
	font-size:34px;
	line-height:46px;
	font-weight:700;
}
.indicator_text .s_type,
.visual_text .s_type {
	font-size:18px;
	line-height:26px;
	margin-top:20px;
}
.visual_wrap { margin-top:185px; }
.visual_text {
	position:absolute;
	top:85px;
	right:50px;
	width:390px;
}
.visual_text .main_type,
.visual_text .s_type { text-align: right; }


.intro_06 {
	display:inline-block;
	position:relative;
	width:100%;
	height:780px;
}
.intro_06:before {
	display:inline-block;
	content: '';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	z-index:-1;

	background: rgba(75,172,233,1);
	background: -moz-linear-gradient(122deg, rgba(75,172,233,1) 0%, rgba(137,103,215,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(75,172,233,1)), color-stop(100%, rgba(137,103,215,1)));
	background: -webkit-linear-gradient(122deg, rgba(75,172,233,1) 0%, rgba(137,103,215,1) 100%);
	background: -o-linear-gradient(122deg, rgba(75,172,233,1) 0%, rgba(137,103,215,1) 100%);
	background: -ms-linear-gradient(122deg, rgba(75,172,233,1) 0%, rgba(137,103,215,1) 100%);
	background: linear-gradient(122deg, rgba(75,172,233,1) 0%, rgba(137,103,215,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bace9', endColorstr='#8967d7', GradientType=1 );
}
.intro_06_waterdrop {
	height:500px;
	background:url('../images/bg_intro06.png') no-repeat;
	background-size:1982px 652px;
	background-position:307px 40px;
}
.intro_06 .intro_06_waterdrop .intro_06_txt_block {
	position:absolute;
	top:0;
	left:50%;
	width:790px;
	margin-left:-395px;
}
.intro_06 .intro_06_waterdrop .intro_06_txt_block .main_type {
	font-size:34px;
	color:#fff;
	line-height:47px;
	text-align: center;
	font-weight:700;
	padding-top:80px;
}
.intro_06 .intro_06_waterdrop .intro_06_txt_block .s_type {
	font-size:18px;
	color:#fff;
	line-height:26px;
	text-align: center;
	font-weight:300;
	margin-top:20px;
}
.intro_06 .intro_06_txt_block .s_type .underline { text-decoration:underline;}

.intro_06 .intro_06_waterdrop .benefit_con_wrap {
	position:absolute;
	top:290px;
	left:50%;
	width:1060px;
	margin-left:-530px;
/*	margin:75px auto;*/
}
.intro_06 .intro_06_waterdrop .benefit_con_wrap:after {
	display:block;
	clear: both;
	content:'';
}
.intro_06 .intro_06_waterdrop .benefit_con_wrap li {
	float:left;
	width: 320px;
	height: 480px;
	border-radius: 6px;
	margin-right:50px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
}
.intro_06 .intro_06_waterdrop .benefit_con_wrap li:last-child { margin-right:0; }

.intro_06 .intro_06_waterdrop .benefit_con_wrap li .benefit_con_top {
	border-radius:6px 6px 0 0 ;
	height:261px;
}
.intro_06 .intro_06_waterdrop .benefit_con_wrap li .txt_box { padding:40px 30px; }
.intro_06 .intro_06_waterdrop .benefit_con_wrap li .txt_box .title {
	height: 34px;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
}
.intro_06 .intro_06_waterdrop .benefit_con_wrap li .txt_box .con_txt {
	font-size: 14px;
	line-height: 28px;
	background:url('../images/ico_check.png') 0 8px no-repeat;
	background-size:13px 11px;
	padding-left:20px;
}

footer {
	width:1160px;
	margin:0 auto;
	margin-top:180px;
	padding-bottom:60px;
}

.link_wrap {
	border-bottom:1px solid #E1E1E1;
}

.link_wrap:after,
.adress_logo:after {
	display:block;
	content: '';
	clear:both;
}
.link_wrap .link_block {
	float:left;
	width:50%;
	padding:10px 0;
}
.link_wrap .link_block.l_link a {
	font-size:16px;
	margin-right:30px;
}
.link_wrap .link_block.l_link a:hover { text-decoration: underline; }
.link_wrap .link_block.r_link {
	font-size:14px;
	text-align: right;
}
.link_wrap .link_block.r_link .intro_down02 {
	margin-right:30px;
	background:url('../images/ico_intro_down.png') 0 0 no-repeat;
	background-size:17px 14px;
	padding-left:25px;
}

.adress_block,
.logo_box {
	float:left;
	width:50%;
}
.adress_block { font-size:14px; }
.adress_block p { margin-top:15px; line-height:20px; }
.adress_block .tel_num { font-size:12px; }

.logo_box { text-align: right; }
.logo_box span {
	display:inline-block;
	font-size:0;
}
.logo_box .logo_rubixbrain {
	width:93px;
	height:31px;
	background:url('../images/img_logo.png') 0 center no-repeat;
	background-size:93px;
	margin-right:25px;
}
.logo_skplanet {
	width:67px;
	height:31px;
	background:url('../images/logo_skp.png') 0 0 no-repeat;
	background-size:67px;
}
.bottom_link { line-height:32px; }
.bottom_link a { font-size:12px; }
.bottom_link a:hover { text-decoration: underline;}

.bottom_link .bar {
	position: relative;
	display:inline-block;
	width:21px;
	height:32px;
	font-size:0px;
}
.bottom_link .bar:after {
	position:absolute;
	display:block;
	top:7px;
	left:10px;
	content: '';
	width:1px;
	height:11px;
	background:#979797;
}

.copy_txt {
	font-size: 10px;
	color: #7d7d7d;
	line-height:32px;
}


.popupwrap{position:fixed; width:100%; height:100%; left:0; top:0; display:none; z-index:1001}
.popupwrap.on{display: block; }
.popupwrap .popup{position: absolute; left:50%; margin-left:-300px; width:600px; height:370px; top:50%; margin-top:-185px;  box-shadow: 0 0 20px rgba(0,0,0,0.3); background:#fff; border-radius: 10px 10px 5px 5px;}
.popupwrap .popup h1{font-size:18px; color:#fff; line-height:37px; height:77px; padding:20px 40px; box-sizing: border-box; background:#40454e; border-radius: 5px 5px 0 0; font-weight: normal; }
.popupwrap .popup .center{text-align: center; }
.popupwrap .popup .article{padding:35px 30px; height:calc(100% - 77px); box-sizing: border-box; position: relative; }
.popupwrap .popup .article p{font-size:16px; line-height:24px; }
.popupwrap .popup .article p+p{margin-top:10px;}
.popupwrap .popup .article .sub{font-size:14px;}
.popupwrap .popup .btnX{position: absolute; right:20px; top:20px; width:32px; height:32px; background:url('../images/x_btn.png') center no-repeat; cursor: pointer; text-indent: -1000px; overflow: hidden; background-size:12px;}
.popupwrap .popup .btns{margin-top:30px; padding-top:30px; border-top:solid 1px rgba(120, 131, 156,0.3); text-align: center;}
.popupwrap .popup .btn{display:inline-block; width:160px; height:50px; border:1px solid #0094ff; box-sizing: border-box; font-size:16px; text-align: center; border-radius: 25px; line-height:50px;}
.popupwrap .popup .btn:hover{background:#0094ff; color:#fff;}
.popupwrap .popup .scrollbar-inner{height:100%;}
.popupwrap .popup .textwrap{ height:100%; overflow:hidden; position: relative; }
.popupwrap .popup textarea{width:100%; border:0; font-size:12px; line-height:30px; padding:0 30px; overflow:hidden; }
/* for IE Hack **************************************************/
@media screen and (min-width:0\0){
	.bottom_link .bar:after {
		position:absolute;
		display:block;
		top:-8px;
		left:10px;
		content: '';
		width:1px;
		height:11px;
		background:#979797;
	}	
}

.popupwrap .history_wrapper h5{
	font-size:18px; font-weight:bold;
}

.popupwrap .history_wrapper ul li{
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
}
