/*메인배경*/
.section { padding:0 20px;}
.footer_area.section { padding: 0;}
#section0 {
	background:url('/cubersc/templete/web/img/main_bg01.jpg') no-repeat; background-size: cover;
}
#section1 {
	background:url('/cubersc/templete/web/img/main_bg02.png') no-repeat; background-size: cover;
}
/*섹션별 타이틀*/
.section h2 { text-align: center; font-size: 55px; color: #fff; margin-bottom: 25px; }
#section2.section h2 ,#section4.section h2 {color:#000; }

/*anchor*/
  .main-anchor {
    position: fixed;
    left: 32px;
    top: 500px;
    z-index: 5;
	/* position: relative; */
  }
  .fp-viewing-2 .main-anchor li:last-child a{
		font-size: 21px;
		background: #686868;
		height: 64px;
		width: 64px;
  }
   .fp-viewing-2 .main-anchor li:last-child a span{
		font-size: 21px;
		text-align: center;
		display: block;
		padding-top: 17px;
		color: #fff;
		font-weight: 400;
   }
    .fp-viewing-2 .main-anchor li:first-child a{
		background: #686868;
	}
	.fp-viewing-2 .main-anchor #menu::before{
		background: #686868;
	}
  .main-anchor #menu::before{
	content: '';
	display: inline-block;
	width:1px;
	left: 50%;
	transform: translateX(-50%);
	height: 800px;
	top: -360px;
	background: #fff;
	position: absolute;
  }
  .main-anchor li {
    margin-bottom: 10px;
  }
.fp-viewing-main-section_2 .main-anchor  li.active a{
	background: #686868;
 }
 .fp-viewing-main-section_2 .main-anchor  li a{
	background: #686868;
 }
.fp-viewing-main-section_2 .main-anchor #menu::before{
	background: #686868;
}
 .fp-viewing-main-section_2 .main-anchor  li.active a span{
	color: #fff;
 }
  .main-anchor li a {
    position: relative;
    padding: 17px 22px;
    font-weight: 700;
    display: block;
  }
  .main-anchor li a span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }
   .main-anchor li a{width:9px; height:9px; background: #fff; padding:0;border-radius: 50%;margin:0 auto;}
  .main-anchor li.active a{
	background: #fff;
	width: 64px;
	border-radius: 50%;
	height: 64px;
	font-size: 21px;
  }
   .main-anchor li.active a span{font-size: 21px;text-align: center; display:block;padding-top: 17px;font-weight: 400;}
    .main-anchor li a span{font-size: 0;}
  .main-anchor li a span:before {
    border-color: #000;
    opacity: 1;
  }

@media screen and (max-width:1610px) {
  .main-anchor { display: none;}
}
@media screen and (max-width:768px) {
	.section { padding: 40px 20px;}
	.section h2 { font-size: 21px; padding:0; margin-bottom:25px;}
}
  /*//anchor*/

/*  Section01 */
.section  .subtext{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.section  .subtext p{
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
.section  .subtext a{
	font-size: 23px;
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
}
.section  .subtext a::after{
	content: '';
	display: block;
	max-width: 137px;
	height: 1px;
	background: #fff;
	margin: 10px auto 0;
}
.section  .subtext a span::after{
	content: '';
	background: url(/cubersc/templete/web/img/a_arrow.png) no-repeat;
	width: 7px;
	height: 13px;
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 2px;
}
.slick-slider .slick-prev{
	background: url(/cubersc/templete/web/img/main_slick_prev.png) no-repeat;
	left: -49px;
}
.slick-slider .slick-next{
	background: url(/cubersc/templete/web/img/main_slick_next.png) no-repeat;
	right: -49px;
}
.slick-slider .slick-arrow{
	color: transparent;
	width: 23px;
	height: 38px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap{
	background: #fff;
	margin: 0 20px;
	border-radius: 15px;
	text-align: center;
	padding: 20px 0px;
	min-height: 239px;
}
.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap img{
	margin:0 auto;
}
.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap p{
	font-size: 26px;
	font-weight: 600;
	margin: 15px auto 18px;
}
.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap a{
	background: #1c5097;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	display: block;
	max-width: 120px;
	border-radius: 20px;
	margin:0 auto;
}
.fp-tableCell .informWrap{
	margin-top: 35px;
}
.fp-tableCell .informWrap li{
	float: left;
	width: calc(100% / 3);
	border-left: 1px solid #fff;
	position: relative;
	min-height: 200px;
	padding: 10px 50px;
}
.fp-tableCell .informWrap li:last-child{
	border-right: 1px solid #fff;
}
.fp-tableCell .informWrap li .titleText{
	font-size: 30px;
	color: #fff;
	line-height:1;
	margin-bottom: 20px;
}
.fp-tableCell .informWrap li .subTitle{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.fp-tableCell .informWrap li a{
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,0.2);
	border-radius: 20px;
	min-width: 140px;
	padding: 10px 19px;
	position: absolute;
	left: 50px;
	bottom: 10px;
}
.fp-tableCell .informWrap li a span{
	position: relative;
}
.fp-tableCell .informWrap li a span::after{
	content: '';
	display: inline-block;
	background: url(/cubersc/templete/web/img/more_Btn.png) no-repeat;
	width: 6px;
	height: 11px;
	position: absolute;
	top: 9px;
	right: -15px;
}
.fp-tableCell .informWrap li img{
	position: absolute;
	right: 50px;
	bottom: 10px;
}
.fp-tableCell .visual_text_wrap{
	max-width: 1440px;
	width: 100%;
	margin:0 auto;
	margin-top: 150px;
}
@media screen and (max-width: 1350px){
	.fp-tableCell .informWrap li{
		padding: 10px;
	}
	.fp-tableCell .informWrap li img {
		right: 10px;
	}
	.fp-tableCell .informWrap li a{
		left: 10px;
	}
	.slick-slider .slick-next {
		right: -20px;
	}
	.slick-slider .slick-prev {
		left: -20px;
	}
}
@media screen and (max-width: 1250px){
	#section0{
		padding-bottom: 50px;
	}
	.fp-tableCell .informWrap li{
		width: 100%;
		border-top: 1px solid #fff;
		border-left: none;
		padding: 35px 10px;
	}
	.fp-tableCell .informWrap li:last-child {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.fp-tableCell .informWrap li a{
		bottom: 35px;
	}
	.fp-tableCell .informWrap li img{
		bottom: 35px;
	}
	.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap p{
		font-size: 22px;
	}
}
@media screen and (max-width: 1024px){
	.fp-tableCell .visual_text_wrap{
		margin-top: 125px;
		padding: 0;
	}
	.section h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.section .subtext p {
		font-size: 16px;
		line-height: 23px;
	}
	.section .subtext a {
		font-size: 19px;
		margin-top: 15px;
	}
	.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap{
		margin: 10px 5px 0;
		padding: 20px 0px 17px;
		min-height: 166px;
	}
	.fp-tableCell .visual_text_wrap .main-cont ul li:nth-of-type(2n) .innerWrap{
		margin: 0;
	}
	.section .subtext{
		margin-bottom: 18px;
	}
	.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap p {
		font-size: 16px;
	}
	.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap a {
		font-size: 14px;
		max-width: 80px;
	}
	.fp-tableCell .informWrap {
		margin-top: 45px;
	}
	.fp-tableCell .informWrap li .titleText {
		font-size: 22px;
	}
	.fp-tableCell .informWrap li .subTitle {
		font-size: 14px;
		line-height: 22px;
		padding-right: 30%;
	}
	.fp-tableCell .informWrap li a {
		font-size: 14px;
		min-width: 100px;
		padding: 7px 10px;
	}
	.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap p {
		font-size: 16px;
	}
	.fp-tableCell .informWrap li{
	    min-height: 218px;
	}
	.fp-tableCell .informWrap li img{
		max-width: 70px;
	}
	.fp-tableCell .visual_text_wrap .main-cont ul li .innerWrap img{
		max-width: 60px;
	}
}
@media screen and (max-width: 768px){
	#section0{
		height: auto !important;
	}
	.fp-tableCell .visual_text_wrap{margin-top: 0;}
}
/* Section02 */
.fp-tableCell .visual_text_wrap.type_sec02 .ShortcutsWrap{margin-top: 0;}
.fp-tableCell .menuList .ShortcutsWrap li{
	max-height: 100%;
	border-radius: 20px;
	width: calc((100% - 104px) / 3);
	margin-right: 52px;
	float:left;
	text-align: center;
	display: block;
	padding: 50px 0 26px;
	overflow: hidden;
	margin-bottom: 70px;
}
.fp-tableCell .visual_text_wrap.type_sec02{margin-top: 150px;}
.fp-tableCell .menuList .ShortcutsWrap li:nth-of-type(3n){
	margin-right: 0;
}
.fp-tableCell .menuList .ShortcutsWrap li:first-child{
	background: url(/cubersc/templete/web/img/sec02_bg01.jpg) no-repeat;
	background-size: cover;
}
.fp-tableCell .menuList .ShortcutsWrap li:nth-child(2){
	background: #4e78c8;
}
.fp-tableCell .menuList .ShortcutsWrap li:nth-child(3){
	background: url(/cubersc/templete/web/img/sec02_bg02.jpg) no-repeat;
	background-size: cover;
}
.fp-tableCell .menuList .ShortcutsWrap li:nth-child(4){
	background: #9561c5;
	margin-bottom: 0px;
}
.fp-tableCell .menuList .ShortcutsWrap li:nth-child(5){
	background: url(/cubersc/templete/web/img/sec02_bg03.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 0px;
}
.fp-tableCell .menuList .ShortcutsWrap li:last-child{
	background: #d19152;
	margin-bottom: 0px;
}
.fp-tableCell .menuList .ShortcutsWrap li .titleText{
	font-size: 33px;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
}
.fp-tableCell .menuList .ShortcutsWrap li a{
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	display: block;
	max-width: 141px;
	padding: 10px 0;
	margin:0 auto;
	margin-top: 25px;
}

@media screen and (max-width: 1250px){
	.fp-tableCell .visual_text_wrap.type_sec02 {
		margin-top: 0;
	}
}
@media screen and (max-width: 1024px){
	.fp-tableCell .menuList .ShortcutsWrap li:nth-of-type(2n){
		margin-right: 0;
	}
	.fp-tableCell .menuList .ShortcutsWrap li{
		width: calc((100% - 50px) / 2);
		margin-right: 50px;
		margin-bottom: 50px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li:nth-of-type(3n){
		margin-right: 50px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li:nth-child(5){
		margin-right: 50px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li:nth-child(6){
		margin-right: 0;
	}
	.fp-tableCell .visual_text_wrap.type_sec02 .ShortcutsWrap{
		padding: 50px 0;
	}
	.fp-tableCell .menuList .ShortcutsWrap li .titleText {
		font-size: 24px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.fp-tableCell .visual_text_wrap.type_sec02 .ShortcutsWrap{
		padding: 0;
	}
	.fp-tableCell .visual_text_wrap.type_sec02 {
		padding-top: 15px;
		padding-bottom: 26px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li{
		width: 100%;
		margin-bottom: 19px;
		float: none;
	    padding: 30px 0 22px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li:nth-child(4){
		margin-bottom: 19px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li:nth-child(5){
		margin-bottom: 19px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li .titleText {
		margin-top: 19px;
	}
	.fp-tableCell .menuList .ShortcutsWrap li a {
		max-width: 80px;
		padding: 7px 0;
		margin-top: 20px;
	}
	.fp-tableCell .visual_text_wrap.type_sec02 .ShortcutsWrap img{
		max-width: 50px;
	}
}

.fp-viewing-2 .main-anchor {
	display: none;
}