body{
	margin: 0;
	padding: 0;
	border: 0;
}
*{
	font-family: Arial, '微軟正黑體';
}
p{
	color: #000000;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Arial, '微軟正黑體';
}
span{
	color: #000000;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Arial, '微軟正黑體';
}
a{
	cursor: pointer;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, '微軟正黑體';
}
a:hover{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, '微軟正黑體';
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	display: block;
	font-weight: 700;
	font-family: Arial, '微軟正黑體';
}
h1 { 
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 { 
    font-size: 18px;
}
h4 { 
	font-size: 16px;
}
h5 { 
    font-size: 13px;
}
h6 { 
    font-size: 10px;
}
*{
	box-sizing: border-box;
}
input,select,a,button{
	outline: none;
}
.hidden {
	display: none !important;
}

/* hidden */
	.skl-not-pc-hidden {
		display: none;
	}
	@media screen and (max-width: 767px) {
		.skl-not-pc-hidden {
			display: block;
		}
	}

/* header */
	.header {
	    width: 100%;
	    height: 70px;
	    background-color: #e2231a;
	}
	.header .header-container {
    	max-width: 1200px;
	    margin: auto;
	    position: relative;
	    height: 100%;
	}
	.header .header-container .mobile-LR-btn {
	    display: none;
        font-size: 0;
	}
	.header .header-container .mobile-LR-btn .burgerbtn {
		display: inline-block;
		font-size: 0;
	}
	.header .header-container .mobile-LR-btn .burgerbtn img {
		display: inline-block;
		width: 24px;
	}
	.header .header-container .mobile-LR-btn .burgerbtn .close-img,
	.mobileMenu-open .header .header-container .mobile-LR-btn .burgerbtn img {
		display: none;
	}
	.mobileMenu-open .header .header-container .mobile-LR-btn .burgerbtn .close-img {
		display: inline-block;
	}
	.header .header-container .header-container-LOGO {
	    padding-top: 15px;
	}
	.header .header-container .header-container-LOGO .desk-logo img {
		display: inline-block;
		width: 180px;
	}
	.header .header-container .main-nav {
		display: none;
	}
	.main-nav-ul .main-nav-li .main-nav-link,
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li .main-nav-link,
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li:first-child {
		display: table;
	    width: 100%;
	}
	.main-nav-ul .main-nav-li .main-nav-link .img-block,
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li .main-nav-link .img-block {
		display: table-cell;
		width: 32px;
	}
	.main-nav-ul .main-nav-li .main-nav-link .img-block img,
	.mobileMenu-open .main-nav-ul .main-nav-li .main-nav-link .img-block .header-open-img {
		display: inline-block;
		width: 100%;
	}
	.main-nav-ul .main-nav-li .main-nav-link .img-block .header-open-img,
	.mobileMenu-open .main-nav-ul .main-nav-li .main-nav-link .img-block img {
		display: none;
	}
	.main-nav-ul .main-nav-li .main-nav-link .txt,
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li .main-nav-link .txt {
		display: table-cell;
		vertical-align: middle;
	}
	.mobileMenu-open .header .header-container .main-nav {
        position: absolute;
		top: 50px;
		display: block;
    	width: 100%;
	    height: calc(100vh - 50px);
	    background-color: #ffffff;
	    overflow-y: auto;
	    overflow-x: hidden;
	}
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li,
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li:first-child {
		width: 100%;
		padding: 0 60px;
	}
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li + .main-nav-li:before {
		display: none;
	}
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li .main-nav-link {
		position: relative;
		padding: 20px 70px 20px 30px;
		border-bottom: 1px dashed #9b9b9b;
	}
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li .main-nav-link:after {
		content: '';
		position: absolute;
		top: calc(50% - 15px);
		right: 40px;
		width: 30px;
		height: 30px;
		background-image: url('../img/skl-icon-09.png');
		background-size: 100%;
	}
	.mobileMenu-open .main-nav .main-nav-ul .main-nav-li .main-nav-link .txt p {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
	}
	@media screen and (max-width: 1199px) {
		.header .header-container .header-container-LOGO {
		    padding-left: 20px;
		}
	}
	@media screen and (max-width: 1023px) {
		.header {
			position: fixed;
			height: 50px;
		    z-index: 99;
		}
		.header .header-container .mobile-LR-btn {
		    display: block;
	        position: absolute;
    		top: calc(50% - 12px);
            right: 20px;
		}
		.header .header-container .header-container-LOGO {
			padding-top: 10px;
		}
		.header .header-container .header-container-LOGO .desk-logo img {
			width: 125px;
		}
		.header .header-container .main-nav {
			display: block;
		    width: 100%;
			position: fixed;
			bottom: 0;

		}
		.main-nav {
		    background-color: #e2231a;
		}
		.main-nav .main-nav-ul {
		    font-size: 0;
		    /*padding-top: 20px;*/
		}
		.main-nav .main-nav-ul .main-nav-li {
		    display: inline-block;
		    width: 25%;
		    padding: 6px 0;
		    position: relative;
		}
		.main-nav .main-nav-ul .main-nav-li + .main-nav-li:before {
			content: '';
			width: 2px;
			height: 30px;
			border: solid 1px #9b9b9b;
			opacity: 0.5;
			position: absolute;
			top: calc(50% - 15px);
		}
		.main-nav .main-nav-ul .main-nav-li:first-child {
			display: none;
		}
		.main-nav .main-nav-ul .main-nav-li .main-nav-link {
			display: block;
			width: 100%;
		}
		.main-nav .main-nav-ul .main-nav-li .main-nav-link .img-block {
		    display: block;
		    margin: 0 auto;
		}
		.main-nav .main-nav-ul .main-nav-li .main-nav-link .txt {
		    display: block;
		    text-align: center;
		}
		.main-nav .main-nav-ul .main-nav-li .main-nav-link .txt p {
			font-size: 12px;
			color: #ffffff;
		}
	}

/* footer */
	.footer .ga-scroll-top-btn {
	    display: inline-block;
	    right: 120px;
	    bottom: 30px;
	    width: 35px;
	    height: 35px;
	    background-color: transparent;
        border: 0;
    	box-shadow: none;
	}
	.footer .ga-scroll-top-btn:after {
		display: none;
	}
	.footer .ga-scroll-top-btn .btn {
	    position: relative;
	    width: 35px;
	    height: 35px;
	    padding: 0;
	    border: 0;
	    border-radius: 100%;
	    background-image: url('../img/skl-icon-08.png');
	    background-size: 35px;
	}
	.footer .footer-info .info-block {
		font-size: 0;
	}
	.footer .footer-info .info-block .info-block-L {
	    display: inline-block;
	    width: 100%;
	    background-color: #fff;
	    text-align: center;
	    font-size: 0;
	}
	.footer .footer-info .info-block .info-block-L .main-nav-ul {
	    max-width: 1200px;
	    margin: auto;
		font-size: 0;
	}
	.footer .footer-info .info-block .info-block-L .main-nav-ul .main-nav-li {
		display: inline-block;
		padding: 15px 20px;
	}
	.footer .footer-info .info-block .info-block-L .main-nav-ul .main-nav-li .main-nav-link .img-block {
		display: none;
	}
	.footer .footer-info .info-block .info-block-L .main-nav-ul .main-nav-li .main-nav-link .txt p {
		font-size: 16px;
	}
	.footer .footer-info .info-block .info-block-R {
	    display: inline-block;
	    width: 100%;
	    background-color: #e2231a;
	}
	.footer .footer-info .info-block .info-block-R .txt {
	    max-width: 1200px;
	    margin: auto;
	    padding: 12px 20px;
        text-align: center;
	}
	.footer .footer-info .info-block .info-block-R .txt p {
		font-size: 12px;
		color: #ffffff;
	}
	@media screen and (max-width: 1199px) {
		.footer .ga-scroll-top-btn {
		    right: 30px;
		}
	}
	@media screen and (max-width: 1023px) {
		.footer .ga-scroll-top-btn {
		    right: 30px;
		    bottom: 100px;
		}
		.footer .footer-info .info-block .info-block-L {
			display: none;
		}
		.footer .footer-info .info-block .info-block-R {
			padding-bottom: 60px;
		}
	}

/* content */
	.content {
		min-height: calc(100vh - 70px - 90px); /* view height - header - footer */
		background-color: #f6f6f6;
	}
	.content.index-content {
		background-color: #ffffff;
	}
	.skl-banner-container {
	    position: relative;
	}
	[class^="skl-comp-"] p.highlight {
		font-size: 26px;
		font-weight: bold;
	}
	@media screen and (max-width: 1023px) {
		.content {
			padding-top: 50px;
			min-height: calc(100vh - 50px - 40px); /* view height - header - footer */
		}
	}
	@media screen and (max-width: 767px) {
		.content {
			min-height: calc(100vh - 50px - 57px); /* view height - header - footer */
		}
		[class^="skl-comp-"] p {
			font-size: 14px;
		}
		[class^="skl-comp-"] p.highlight {
			font-size: 18px;
		}
	}
	.best-bgc{
		background: #f6f6f6; /* Old browsers */
		background: linear-gradient(172deg, #f6f6f6 30%,#f6f6f6 30%,#ffffff 30%,#ffffff 69%,#f6f6f6 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
/* index-main-nav */
	.index-main-nav {
	    display: block;
		position:absolute;
		right:0px;
		top:-75px;
		z-index: 1;
	}
.index-main-nav .main-nav-ul {
	display:flex;
}
	.index-main-nav .main-nav-ul .main-nav-li {
		padding: 0 5px;
	}
	.index-main-nav .main-nav-li:first-child {
		display: none;
	}
	.index-main-nav .main-nav-ul .main-nav-li .main-nav-link {
		/*border-bottom: 1px solid #9b9b9b;*/
		padding: 22px 5px;
	}
	.index-main-nav .main-nav-ul .main-nav-li .main-nav-link .txt {
		padding-left: 10px;
	}
	.index-main-nav .main-nav-ul .main-nav-li .main-nav-link .txt p {
		font-size: 16px;
		color: #ffffff;
	}
	.skl-max-1200{
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	.skl-max-1000{
		width: 100%;
		max-width: 1000px;
		margin: auto;
	}
	@media screen and (max-width: 1023px){
	.index-main-nav {
		display: none;
		}
	}
/* index-main-nav small */
	.index-main-nav.small { 
	    position: absolute;
	    width: 90px;
	    height: auto;
	    top: -10px;
	    /*transform: translateY(-50%);*/
	}
	.index-main-nav.small .main-nav-ul {
		position:absolute;
		padding-top: 0px;
		right:0px;
	}
	.index-main-nav.small .main-nav-ul .main-nav-li {
		padding: 0 5px;
		padding-top: 0px;
	}
		.index-main-nav.small .main-nav-ul .main-nav-li .main-nav-link {
			/*border-bottom: 1px solid #9b9b9b;*/
			padding: 27px 5px;
			display: flex;
		}
	.index-main-nav.small .main-nav-ul .main-nav-li:last-child .main-nav-link{
		border: none;
	}
	.index-main-nav.small .main-nav-ul .main-nav-li .main-nav-link .img-block,
	.index-main-nav.small .main-nav-ul .main-nav-li .main-nav-link .txt{
		display: block;
		margin: auto;
	}
/*	.index-main-nav.small .main-nav-ul .main-nav-li .main-nav-link .txt {
		padding-left: 10px;
	}*/
		.index-main-nav.small .main-nav-ul .main-nav-li .main-nav-link .txt p {
			white-space: nowrap;
			font-size: 16px;
			text-align: center;
		}
/* skl-banner-01 */
	.mobileMenu-open .carousel-indicators {
		z-index: 0;
	}
	.skl-banner-01-block .carousel-indicators li {
	    width: 15px;
	    height: 15px;
	    border-radius: 50%;
	    background-color: #ffffff;
        margin: 0 7px;
	}
	.skl-banner-01-block .carousel-indicators .active {
		background-color: #e2231a;
	}
	.skl-banner-01 {
	height: 600px;
	background-position: center;
	background-size: cover;
	position: relative;
	}
	.skl-banner-01 .title {
	    max-width: 1200px;
	    margin: 0 auto;
	    padding-top: 370px;
	    text-align: center;
	}
	.skl-banner-01 .title p {
		font-size: 50px;
		font-weight: bold;
		color: #ffffff;
	}
	.skl-banner-01 .text{
		display: inline-block;
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
	.skl-banner-01 .text p{
		display: inline-block;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: right;
		color: #717171;
	}
	.skl-banner-PC {
	height: 600px;
	background-position: center;
	background-size: cover;
	position: relative;
	background-repeat:no-repeat;
	}
	.skl-banner-img {
	display:flex;
	}
	.skl-banner-img-PC{
		width:100%;
	}

@media (min-width: 768px) and (max-width: 1024px) {
	.skl-banner-img {
		padding: 0px;
	}
	.skl-banner-img-PC{
		display:none;
	}
	.skl-banner-img-MB {
		width: 100%;
		margin-top: -5px;
	}
}
		@media (min-width: 481px) and (max-width: 767px){
			.skl-banner-img {
				padding: 0px;
			}
			.skl-banner-img-PC{
				display:none;
			}
			.skl-banner-img-MB {
				width: 100%;
				margin-top: -5px;
			}
		}
@media (max-width: 365px) {
	.skl-banner-img-PC {
		display: none;
	}
	.skl-banner-img-MB {
		width: 100%;
		margin-top: -5px;
	}
}

@media (min-width: 365px) and (max-width: 670px) {
	.skl-banner-img {
		margin-top: 0px;
	}

	.skl-banner-img-PC {
		display: none;
	}

	.skl-banner-img-MB {
		width: 100%;
		margin-top: -5px;
	}
}
	

	@media(min-width:1024px)and (max-width:2000px){
	.skl-banner-img{
			display: flex;
			padding:0px;
		}
	.skl-banner-img-MB{
		display:none;
	}
	}
		
	.skl-banner-MB {
	max-height: 770px;
	}
	@media screen and (min-width: 768px){
		.skl-banner-MB{
			display:none;
		}
	}
	@media screen and (max-width: 767px){
		.skl-banner-01-block .carousel-indicators li {
			width: 7px;
			height: 7px;
			margin: 0 3px;
		}
		.skl-banner-PC{
			display:none;
		}
		.skl-banner-01 {
			height: 700px;
		}
		.skl-banner-01 .title {
	    	padding-top: 160px;
		}
		.skl-banner-01 .title p {
			font-size: 32px;
		}
		.skl-banner-01 .text{
			display: none;
		}
	}

@media screen and (max-width: 767px){
	.skl-banner-MB {
		height: 380px;
		background-position: center;
		position: relative;
		background-repeat: no-repeat;
		background-size:cover;
		/*background-size:contain;*/
		padding: 22px 2px;
	}
}
/* skl-main-001 */
.skl-main-001 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 0 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, .6);
}
	@media screen and (max-width: 767px){
		.skl-main-001{
			margin-bottom: 10px;
		}
	}
/* skl-comp-001 */
	.skl-comp-001 {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 40px 0 50px;
	}
	.skl-comp-001 .title {
		position: relative;
	    padding-bottom: 14px;
		text-align: center;
	}
	.skl-comp-001 .title:after {
		content: '';
	    display: inline-block;
		width: 88px;
		height: 4px;
		background-color: #e2231a;
		position: absolute;
		left: calc(50% - 44px);
		bottom: 0;
	}
	.skl-comp-001 .title p {
		font-size: 32px;
		font-weight: bold;
	}
	@media screen and (max-width: 767px){
		.skl-comp-001 {
			padding: 20px 0;
		}
		.skl-comp-001 .title {
			padding-bottom: 12px;
		}
		.skl-comp-001 .title:after {
			width: 48px;
			height: 2px;
			left: calc(50% - 24px);
		}
		.skl-comp-001 .title p {
			font-size: 20px;
		}
	}

/* skl-comp-002 */
	.skl-comp-002 {
		padding-bottom: 50px;
	}
	.skl-comp-002 .ul-items {
	    font-size: 100%;
	    text-align: center;
		display:flex;
		flex-wrap:wrap;	
		justify-content:center;
	}
	.skl-comp-002 .li-items {
	    display: inline-block;
	    width: 25%;
	    padding: 0 50px;
	    position: relative;
	}
	.skl-comp-002 .li-items:nth-child(n+5) {
		padding-top: 20px;
	}
	.skl-comp-002 .li-items:before {
		content: '';
		width: 1px;
		height: 66px;
		border-left: 1px dashed #9b9b9b;
		position: absolute;
		top: calc(50% - 33px);
		left: 0;
	}
	.skl-comp-002 .li-items:nth-child(4n+1):before {
		display: none;
	}
	.skl-comp-002 .title ,
	.skl-comp-002 .desc {
	    display: block;
		text-align: left;
	}
	.skl-comp-002 .title p {
		font-weight: bold;
	}
	.skl-comp-002 .title + .desc {
		padding-top: 10px;
		white-space: nowrap;
	}
	.skl-comp-002 .desc:before{
		display: inline-block;
		content: '';
		width: 20px;
		height: 20px;
		background-image: url(../img/skl-icon-phone.png);
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-right: 5px;
	}
	.skl-comp-002 .desc p {
		display: inline-block;
		letter-spacing: 1px;
		vertical-align: middle;
	}
	@media screen and (max-width: 1250px){
		.skl-comp-002 .desc:before{
			width: 15px;
			height: 15px;
		}
		.skl-comp-002 .desc p {
			font-size: 100%;
		}
	}
	@media screen and (max-width: 1023px){
		.skl-comp-002 .li-items {
			width: 50%;
			padding-bottom: 10px;
		}
		.skl-comp-002 .li-items:nth-child(odd) {
			padding-left: 0;
			padding-right: 10px;
		}
		.skl-comp-002 .li-items:nth-child(even) {
			padding-left: 10px;
			padding-right: 0;
			border-left: 1px dashed #9b9b9b;
		}
		.skl-comp-002 .li-items:nth-child(n+3) {
			padding-top: 20px;
		}
		.skl-comp-002 .li-items:before {
			display: none;
		}
			.skl-comp-002 .li-items:nth-child(n+3):before {
				display: block;
				width: calc(100% - 20px);
				height: 1px;
				top: 0;
				left: 10px;
				border-left: 0;
				border-top: 1px dashed #9b9b9b;
			}
		.skl-comp-002 .title p {
			font-size: 100%;
		}
	}
	@media screen and (max-width: 767px){
		.skl-comp-002{
			padding-bottom: 20px;
		}
		.skl-comp-002 .li-items:nth-child(n+3):before {
			width: calc(100% - 10px);
			left: 0px;
		}
		.skl-comp-002 .li-items:nth-child(n+4):before {
			left: 10px;
		}
	}
	@media screen and (max-width: 364px){
		.skl-comp-002 .desc:before{
			width: 12px;
			height: 12px;
		}
		.skl-comp-002 .desc p {
			font-size: 15px;
		}
	}
/* skl-comp-003 */
	.skl-comp-003{
		padding-bottom: 30px;
	}
	.skl-comp-003 .ul-items{
		font-size: 0;
	}
	.skl-comp-003 .li-items,
	.skl-comp-003 .li-items-arraw{
		display: inline-block;
		vertical-align: middle;
	}
	.skl-comp-003 li:nth-child(n+2){
		margin-left: 60px;
	}
	.skl-comp-003 .icon{
		width: 85px;
		height: 85px;
		margin: auto;
		margin-bottom: 10px;
	}
	.skl-comp-003 .icon img{
		width: 100%;
	}
	.skl-comp-003 .title p{
		width: 120px;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.5px;
		text-align: center;
		color: #000000;
	}
	.skl-comp-003 .li-items-arraw{
		width: 15px;
		height: 36px;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(../img/skl-icon-triangle.png);
	}
	@media screen and (max-width: 999px){
		.skl-comp-003 li:nth-child(n+2){
			margin-left: 15px;
		}
	}
	@media screen and (max-width: 767px){
		.skl-comp-003 .icon{
			width: 59px;
			height: 59px;
			margin-bottom: 2px;
		}
		.skl-comp-003 .title p{
			width: 62px;
			font-size: 14px;
			letter-spacing: 1.2px;
		}
		.skl-comp-003 .li-items,
		.skl-comp-003 .li-items-arraw{
			vertical-align: top;
		}
		.skl-comp-003 .li-items-arraw{
			width: 7px;
			height: 17px;
			margin-top: 30px;
		}
		.skl-comp-003 li:nth-child(n+2){
			margin-left: 30px;
		}
	}
	@media screen and (max-width: 500px){
		.skl-comp-003 li:nth-child(n+2){
			margin-left: 10px;
		}
	}
	@media screen and (max-width: 374px){
		.skl-comp-003 .icon{
			width: 50px;
			height: 50px;
		}
		.skl-comp-003 .title p{
			width: 54px;
			font-size: 12px;
		}
		.skl-comp-003 .li-items-arraw{
			width: 3px;
			height: 11px;
		}
		.skl-comp-003 li:nth-child(n+2){
			margin-left: 7px;
		}
	}
/*skl-index-content*/
	.skl-index-content{
		padding-top: 40px;
		max-width: 1440px;
		margin: auto;
		overflow: hidden;	
	}
	@media screen and (max-width: 768px){
		.skl-index-content{
			padding-top: 10px;
		}
		
	}
/*skl-red-line-title*/
	.skl-red-line-title{
		font-size: 32px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.7px;
		text-align: center;
		color: #000000;
		margin-bottom: 50px;
	}
	.skl-red-line-title:after{
		display: block;
		content: '';
		width: 88px;
		height: 4px;
		background-color: #e2231a;
		margin: auto;
		margin-top: 10px;
	}
	@media screen and (max-width: 768px){
		.skl-red-line-title{
			max-width: 260px;
			font-size: 20px;
			letter-spacing: 1.7px;
			margin: auto;
			margin-bottom: 20px;
		}
		.skl-red-line-title:after{
			width: 48px;
		}
	}
/*btn*/
	.skl-btn-content{
		text-align: center;
	}
	.skl-btn{
		display: inline-block;
		width: 220px;
		height: 45px;
	}
	.btn-border a{
		display: inline-block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: solid 1px #dc0101;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2px;
		text-align: center;
		color: #dc0101;
		padding: 10px;
	}
	.btn-border:hover a{
		display: inline-block;
		background-color: #dc0101;
		color: #fff;
	}
/*skl-tab-01*/
	.skl-tab-01{

	}
	.skl-tab-01>.tab-btn-content{
		transform: skew(-17deg);
		max-width: 1200px;
		margin: auto;
		margin-bottom: -35px;
		position: relative;
		z-index: 4;
	}
	.skl-tab-01>.tab-btn-content li a{
		padding: 16px;
	}
	.skl-tab-01>.tab-btn-content li a,
	.skl-tab-01>.tab-btn-content li a:focus{
		background-color: #d6d6d6;
		border: solid 1px #bebec0;
		max-width: 600px;
	}
	.skl-tab-01>.tab-btn-content li.active a,
	.skl-tab-01>.tab-btn-content li a:hover{
		background-color: #d10900;
		border: solid 1px #d10900;
	}
	
	/**/
	.skl-tab-01>.tab-btn-content .info-contnet{
		transform: skew(17deg)
	}
	.skl-tab-01>.tab-btn-content .info-contnet .icon,
	.skl-tab-01>.tab-btn-content .info-contnet .text{
		display: inline-block;
		vertical-align: top;
	}
	.skl-tab-01>.tab-btn-content .info-contnet .icon{
		margin-right: 15px;
		width: 35px;
		height: 35px;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.skl-tab-01>.tab-btn-content .info-contnet .icon-1{
		background-image: url(../img/skl-icon-home-07.png);
	}
	.skl-tab-01>.tab-btn-content .info-contnet .icon-2{
		background-image: url(../img/skl-icon-home-08.png);
	}
	.skl-tab-01>.tab-btn-content .info-contnet .icon-3{
		background-image: url(../img/skl-icon-home-09.png);
	}
	.skl-tab-01>.tab-btn-content .active .info-contnet .icon-1,
	.skl-tab-01>.tab-btn-content a:hover .info-contnet .icon-1{
		background-image: url(../img/skl-icon-home-04.png);
	}
	.skl-tab-01>.tab-btn-content .active .info-contnet .icon-2,
	.skl-tab-01>.tab-btn-content a:hover .info-contnet .icon-2{
		background-image: url(../img/skl-icon-home-05.png);
	}
	.skl-tab-01>.tab-btn-content .active .info-contnet .icon-3,
	.skl-tab-01>.tab-btn-content a:hover .info-contnet .icon-3{
		background-image: url(../img/skl-icon-home-06.png);
	}
	.skl-tab-01>.tab-btn-content .info-contnet .text{
		font-size: 24px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.7px;
		text-align: center;
		color: #717171;
	}
	.skl-tab-01>.tab-btn-content .active .info-contnet .text,
	.skl-tab-01>.tab-btn-content  a:hover .info-contnet .text{
		color: #fff;
	}
	@media screen and (max-width: 768px){
		.skl-tab-01>.tab-btn-content{
			margin-bottom: -5px;
		}
		.skl-tab-01>.tab-btn-content li a{
			padding: 10px;
		}
		.skl-tab-01>.tab-btn-content .info-contnet .icon{
			display: none;
		}
		.skl-tab-01>.tab-btn-content .info-contnet .text{
			font-size: 16px;
			letter-spacing: 1.8px;
		}
	}
/**/
.hrec-comp-30-block{
	height: 771px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hrec-comp-30-block .section-block{
	position: relative;
	height: 100%;
	padding-top: 70px;
}
.hrec-comp-30-block .icon-text-content ul{
	font-size: 0;
	text-align: center;
}
.hrec-comp-30-block .icon-text-content li{
	display: inline-block;
	vertical-align: top;
}
.hrec-comp-30-block .icon-text-content li + li{
	margin-left: 120px;
}
.hrec-comp-30-block .icon-text-content .icon{
	width: 85px;
	height: 85px;
	margin-bottom: 10px;
}
.hrec-comp-30-block .icon-text-content .icon img{
	width: 100%;
}
.hrec-comp-30-block .icon-text-content .title{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #000000;
}
.hrec-comp-30{
	position: absolute;
	bottom: 90px;
	max-width: 1200px;
	left: 0;
    right: 0;
    margin: auto;
}
.hrec-comp-30 .ul-items{
	font-size: 0;
}
.hrec-comp-30 .ul-items .ul-li-items{
	display: inline-block;
	vertical-align: top;
	width: 22.5%;
	min-height: 230px;
	position: relative;
}
.hrec-comp-30 .ul-items .ul-li-items:before{
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	/*background-image: url('../img/hrec-073.png');*/
	width: 210px;
	height: 20px;
	position: absolute;
	top: -20px;
	right: 0;
}
.hrec-comp-30 .ul-items .ul-li-items:nth-child(1){
	background-color: rgba(255, 255, 255, 0.65);
}
.hrec-comp-30 .ul-items .ul-li-items:nth-child(2){
	background-color: rgba(255, 255, 255, 0.75);
	position: relative;
	bottom: 35px;
}
.hrec-comp-30 .ul-items .ul-li-items:nth-child(3){
	background-color: rgba(255, 255, 255, 0.85);
	position: relative;
	bottom: 70px;
}
.hrec-comp-30 .ul-items .ul-li-items:nth-child(4){
	background-color: rgba(255, 255, 255, 0.95);
	position: relative;
	bottom: 105px;
}
.hrec-comp-30 .ul-items .ul-li-items+.ul-li-items{
	margin-left: 3.3%;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in{
	padding: 24px 35px;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .title{
	padding-bottom: 20px;
	position: relative;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .title:after{
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 78px;
  	height: 1px;
  	background: #000000;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .title p{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2.7px;
	text-align: left;
	color: #000000;
	line-height: 42px;
	white-space:nowrap;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt{
	font-size: 0;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt p,
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt .star{
	display: inline-block;
	vertical-align: middle;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt p{
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 1px;
	text-align: left;
	color: #e2231a;
	font-weight: bold;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt .star{
	margin-left: 10px;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt .star ul{
	font-size: 0;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt .star li{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/skl-icon-star.png);
	margin-top: -2px;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt .star li+li{
	margin-left: 3px;
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .desc{
	
}
.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .desc p{
	font-size: 18px;
	line-height: 1.69;
	letter-spacing: 1.3px;
	text-align: left;
	color: #000000;
}
.hrec-comp-30-block .mix-comp-1-31{
	padding-top: 60px;
}
@media only screen and (min-width: 320px) and (max-width:1199px) {
	.hrec-comp-30-block .section-block{
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.hrec-comp-30{
		bottom: 50px;
	}
	.hrec-comp-30 .ul-items .ul-li-items:before{
		max-width: 180px;
	}
}
@media only screen and (min-width: 320px) and (max-width:1024px) {
	.hrec-comp-30-block .mix-comp-1-31 {
	    padding-top: 30px;
	}
	
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in{
		padding: 5px 5px 5px 5px;
	}
	
}
@media only screen and (min-width: 320px) and (max-width:768px) {
	.hrec-comp-30-block .section-block{
		padding-top: 30px;
	}
	.hrec-comp-30-block .icon-text-content li + li{
		margin-left: 50px;
	}
	.hrec-comp-30-block .icon-text-content .icon{
		width: 59px;
		height: 59px;
		margin-bottom: 0px;
	}
	.hrec-comp-30-block .icon-text-content .title{
		font-size: 14px;
		letter-spacing: 1.2px;
	}
	.hrec-comp-30 .ul-items .ul-li-items{
		width: 310px;
		min-height: 0;
		height: auto;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(1){
		left: 30px;
		bottom: 0;
		z-index: 4;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(2){
		bottom: 130px;
		left: 175px;
		z-index: 3;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(3){
		left: 321px;
    	bottom: 261px;
		z-index: 2;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(4){
		left: 468px;
		bottom: 393px;
		z-index: 1;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items+.ul-li-items{
		margin-left: 0;
	}
	.hrec-comp-30 .ul-items .ul-li-items:before{
		max-width: none;
	}
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .title{
		padding-bottom: 5px;
		display: inline-block;
		padding-right: 10px;
	}
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .title:after{
		display: none;
	}
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .title p{
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 2.7px;
		text-align: left;
		color: #000000;
		display: inline;
		line-height: 32px;
	}
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt{
		display: inline-block;
		position: relative;
		padding-left: 10px;
		vertical-align: top;
	}
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt:before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		width: 1px;
		height: 18px;
		background-color: #000;
	}
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .txt p{
		display: inline;
		font-weight: bold;
		line-height: 30px;
	}
	.hrec-comp-30 .ul-items .ul-li-items .ul-li-items-in .desc p {
	    font-size: 16px;
		line-height: 1.69;
		letter-spacing: 1.3px;
	}
}
@media only screen and (min-width: 320px) and (max-width:767px) {
	.hrec-comp-30-block .mix-comp-1-31{
		padding-top: 20px;
	}
	.hrec-comp-30-block{
		height: 760px;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(1){
		left: 0px;
		z-index: 4;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(2){
		left: calc(33% - 103px);
		z-index: 3;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(3){
		left: calc(66% - 206px);
		z-index: 2;
		position: absolute;
	}
	.hrec-comp-30 .ul-items .ul-li-items:nth-child(4){
		left: auto;
		right: 0;
		z-index: 1;
		position: absolute;
	}
}
/**/
	.hrec-comp-38-block{
	background-color: #ffffff;
	}
	.hrec-comp-38-block .hrec-comp-1{
		text-align: left;
		display: inline-block;
		margin-bottom: 70px;

	}
	.hrec-comp-38-block .hrec-comp-1:after {
	    content: '';
	    width: 88px;
	    height: 4px;
	    background-color: #e2231a;
	    display: inline-block;
	    text-align: center;
	    position: absolute;
	    bottom: -13px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.hrec-comp-38-block .hrec-comp-1 p{

	}
	.hrec-comp-38{
		font-size: 0;
		background-color: #f6f6f6;
		/*padding-top: 80px;*/
		/*padding-bottom: 83px;*/
	}
	.hrec-comp-38 .lefttitle,
	.hrec-comp-38 .rightcont{
		display: inline-block;
		vertical-align: top;
	}
	.hrec-comp-38 .lefttitle{
		display: inline-flex;
		flex-wrap: wrap;
		align-content: flex-end;
		width: 40%;
		position: relative;
		height: 689px;
		background-color: #fff;
	}
	.hrec-comp-38 .lefttitle .bgi-content{
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
	}
	.hrec-comp-38 .lefttitle .bgi-01{
		background-image: url(../img/ski-img-001-02.png);
	}
	.hrec-comp-38 .lefttitle .bgi-02{
		background-image: url(../img/ski-img-001-01.png);
	}
	.hrec-comp-38 .rightcont{
		width: 59.5%;
	}
	.hrec-comp-38 .lefttitle .top,
	.hrec-comp-38 .lefttitle .txt{
		position: relative;
	}
	.hrec-comp-38 .lefttitle .top{
		margin-left: 100px;
		margin-right: 50px;
	}
	.hrec-comp-38 .lefttitle .top .ttp{
		margin-bottom: 50px;
	}
	.hrec-comp-38 .lefttitle .top .ttp p{
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 2.7px;
		color: #000;
		line-height: 42px;
	}
	.hrec-comp-38 .lefttitle .top .ddn{
		margin-bottom: 50px;
	}
	.hrec-comp-38 .lefttitle .top .ddn p{
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 2.7px;
		text-align: left;
		color: #000;
		line-height: 42px;
		white-space:nowrap;
	}
	.hrec-comp-38 .lefttitle .top .ddn span.highlight{
		font-size: 120px;
		line-height: 96px;
		letter-spacing: 4.6px;
		text-align: left;
		color: #000;
		margin-right: 20px;
		font-family: Arial;
		font-weight: bold;
	}
	.hrec-comp-38 .lefttitle .info{
		/*display: flex;*/
		align-self: flex-end;
		width: 100%;
	}
	.hrec-comp-38 .lefttitle .txt p{
		width: 100%;
		font-size: 22px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.77;
		letter-spacing: 2.5px;
		text-align: center;
		color: #ffffff;
		padding: 30px;
		background-color: rgba(0,0,0,0.5);
	}
	.hrec-comp-38 .rightcont .hrec-comp-39{
		margin-left: 46px;
		margin-right: 15px;
		margin-top: 105px;
	}
	@media only screen and (min-width: 320px) and (max-width:1199px) {
		.hrec-comp-38 .lefttitle {
		    width: 100%;
		    padding-left: 0;
		    height: 400px;
		}
		.hrec-comp-38 .rightcont {
		    width: 100%;
		}
		.hrec-comp-38-block .hrec-comp-1{
			display: block;
			text-align: center;
		}
		.hrec-comp-38 .lefttitle .top{
			text-align: center;
			margin: 0;
			margin-bottom: 30px;
		}
		.hrec-comp-38 .lefttitle .top .ttp{
			display: inline;
		}
		.hrec-comp-38 .lefttitle .top .ttp p{
			display: inline;
		}
		.hrec-comp-38 .lefttitle .top .ddn{
			display: inline;
		}
		.hrec-comp-38 .lefttitle .top .ddn p{
			display: inline;
		}
		.hrec-comp-38 .lefttitle .top .ddn span.highlight{
			margin: 0 20px;
			display: inline-block;
		}
		.hrec-comp-38 .lefttitle .txt{
			margin: 0 87px 30px 87px;
		}
		.hrec-comp-38 .rightcont .hrec-comp-39{
			max-width: 768px;
			margin: 0;
			margin: auto;
			padding-bottom: 30px;
		} 

	}
	@media only screen and (min-width: 320px) and (max-width:767px) {
		.hrec-comp-38 .lefttitle{
			display: inline-flex;
			flex-wrap: wrap;
			align-content: flex-end;
			height: 212px;
			font-size: 0;
			-webkit-background-size: auto 100%;
			background-size: auto 100%;
		}
		.hrec-comp-38 .lefttitle .bgi-content,
		.hrec-comp-38 .lefttitle .info{
			display: inline-block;
			vertical-align: top;

		}
		.hrec-comp-38 .lefttitle .bgi-content{
			position: static;
			width: 49%;
			min-height: 212px;
		}
		.hrec-comp-38 .lefttitle .info{
			width: 50%;
			padding-left: 20px;
			padding-right: 20px;
			margin-bottom: 5px;
		}
		.hrec-comp-38 .lefttitle .top {
			margin: 0;
		}
		.hrec-comp-38 .lefttitle .top .ttp,
		.hrec-comp-38 .lefttitle .top .ddn,
		.hrec-comp-38 .lefttitle .top .ddn span.highlight{
			display: block;
			text-align: left;
		}
		.hrec-comp-38 .lefttitle .top .ttp{
			margin-bottom: 10px;
		}
		.hrec-comp-38 .lefttitle .top .ttp p{
			font-size: 16px;
			font-weight: bold;
			font-style: normal;
			font-stretch: normal;
			line-height: normal;
			letter-spacing: 1.4px;
			color: #000000;
		}
		.hrec-comp-38 .lefttitle .top .ddn{
			margin-bottom: 10px;
		}
		.hrec-comp-38 .lefttitle .top .ddn span.highlight{
			font-size: 40px;
			line-height: 40px;
			letter-spacing: 2.4px;
			margin: 0px;
			margin-bottom: 3px;
		}
		.hrec-comp-38 .lefttitle .top .ddn p{
			font-size: 18px;
			font-weight: bold;
			line-height: 18px;
			letter-spacing: 1px;
		}
		.hrec-comp-38 .lefttitle .txt {
		     margin: 0; 
		}
		.hrec-comp-38 .lefttitle .txt p{
			font-size: 14px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: normal;
			letter-spacing: 1.6px;
			color: #000000;
			padding: 0;
			text-align: left;
			background-color: transparent;
		}
		.hrec-comp-38 .rightcont .hrec-comp-39{
			margin-left: 20px;
			margin-right: 20px;
		} 
	}
/*39*/
	.hrec-comp-39-block{

	}
	.hrec-comp-39{
		position: relative;

	}
	.hrec-comp-39 .deco-plus:before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width:12px;
		height: 45px;
		background-color: #ccc; 
	}
	.hrec-comp-39 .deco-plus{
		width: 45px;
		height: 12px;
		background-color: #ccc; 
		position: absolute;
		top: 45%;
		left: 43%;
		transform: translate(-50%,-50%);
		right: 0;
		/*margin: auto;*/
		
	}
	.hrec-comp-39 .ul-items{
		font-size: 0;
	}
	.hrec-comp-39 .ul-items .ul-li-items{
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri{
		display: inline-block;
		vertical-align: top;
		width: 43%;
	}
	.hrec-comp-39 .ul-items .ul-li-items .left{
		margin-right: 4%; 
	}
	.hrec-comp-39 .ul-items .ul-li-items .right{
		margin-left: 6%;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri{
		position: relative;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .bignum{
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 20px;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .bignum p{
		font-size: 90px;
		letter-spacing: 7.6px;
		text-align: left;
		color: #ccc;
		line-height: 134px;
		font-family: Arial;
		font-weight: bold;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-ri{
		margin-left: 80px;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .title{
		padding-top: 38px;
		margin-bottom: 10px;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .title p{
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 2.7px;
		text-align: left;
		color: #000000;
		line-height: 42px;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .txt{
		max-width: 174px;
	}
	.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .txt p{
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: 1px;
		text-align: left;
		color: #000000;
	}
	@media only screen and (min-width: 320px) and (max-width:1199px) {
		
		.hrec-comp-39 .ul-items .ul-li-items .T-leri{
			width: 44%;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:1023px) {
		
		.hrec-comp-39 .deco-plus:before{
			width:10px;
			height: 60px;
		}
		.hrec-comp-39 .deco-plus{
			width: 60px;
			height: 10px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:767px) {
		.hrec-comp-39 .deco-plus{
			display: none;
		}
		.hrec-comp-39 .ul-items{
		}
		.hrec-comp-39 .ul-items .ul-li-items{
			margin-bottom: 0px;
		}
		
		.hrec-comp-39 .ul-items .ul-li-items .T-leri{
			width: 50%;
			margin-right: 0;
			margin-left: 0;
		}
		.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-ri {
		    margin-left: 34px;
		}
		.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .bignum p {
		    font-size: 36px;
	  		letter-spacing: 2.3px;
	  		line-height: 36px;
		}
		.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .title {
		    padding-top: 21px;
		    margin-bottom: 5px;
		}
		.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .title p{
			font-size: 18px;
			font-weight: bold;
			line-height: 1.67;
			letter-spacing: 1.1px;
		}
		.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .txt{

		}
		.hrec-comp-39 .ul-items .ul-li-items .T-leri .sub-T-leri .txt p{
			font-size: 14px;
			line-height: 1.5;
			letter-spacing: 0.9px;
		}
		
	}
/*40*/
	.hrec-comp-40{
		padding-top: 110px;
	}
	.hrec-comp-40 li{
		margin-bottom: 34px;
	}
	.hrec-comp-40 .title{
		margin-bottom: 6px;
		margin-left: -35px;
		position: relative;
	}
	.hrec-comp-40 .title .icon,
	.hrec-comp-40 .title .text{
		display: inline-block;
		vertical-align: middle;
	}
	.hrec-comp-40 .title .icon{
		width: 70px;
		height: 70px;
		margin-right: 30px;
	}
	.hrec-comp-40 .title .icon img{
		width: 100%;
	}
	.hrec-comp-40 .title .text{
		font-size: 32px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.7px;
		color: #000000;
	}
	.hrec-comp-40 .info{
		margin-left: 137px;
	}
	.hrec-comp-40 .info p{
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.67;
		letter-spacing: 1px;
		color: #000000;
		padding-bottom: 5px;
	}
	.hrec-comp-40 .info p.text-red{
		color: #e2231a;
	}
	@media only screen and (min-width: 320px) and (max-width:1199px){
		.hrec-comp-40{
			max-width: 768px;
			margin: auto;
			padding-top: 50px;
			padding-left: 20px;
			padding-right: 20px;
		}
		.hrec-comp-40 .title{
			margin-left: 0px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:500px){
		.hrec-comp-40{
			padding-top: 30px;
			padding-left: 10px;
			padding-right: 10px;
		}
		.hrec-comp-40 li{
			margin-bottom: 20px;
		}
		.hrec-comp-40 .title{
			margin-bottom: 10px;
		}
		.hrec-comp-40 .title .icon{
			width: 30px;
			height: 30px;
			margin-right: 20px;
		}
		.hrec-comp-40 .title .text{
			font-size: 18px;
			letter-spacing: 1.5px;
			color: #000000;
		}
		.hrec-comp-40 .info{
			margin-left: 50px;
		}
		.hrec-comp-40 .info p{
			font-size: 14px;
			line-height: 1.5;
			letter-spacing: 0.9px;
			color: #000000;
			padding-right: 10px;
		}
	}
/*skl-best-people-content*/
	.skl-best-people-content ul{
		font-size: 0;
	}
	.skl-best-people-content ul > li{
		display: inline-block;
		vertical-align: top;
		width: 280px;
	}
	.skl-best-people-content ul > li+li{
		margin-left: calc(33.3% - 373.5px);
	}
	.skl-best-people-content ul .name-content{
		height: 240px;
		position: relative;
	}
	.skl-best-people-content ul .name-content .picture{
		width: 216px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.skl-best-people-content ul .name-content .picture img{
		width: 100%;
	}
	.skl-best-people-content ul .name-content .name p{
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.5px;
		color: #000000;
		margin-bottom: 5px;
	}
	.skl-best-people-content ul .name-content .info{
		text-align: left;
		width: 100px;
		padding-top: 40px;
	}
	.skl-best-people-content ul .name-content .old-work:before{
		display: block;
		content: '前職';
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.2px;
		color: #717171;
		margin-bottom: 3px;
	}
	.skl-best-people-content ul .name-content .old-work p{
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.7px;
		color: #4a4a4a;
		margin-left: 5px;
	}
	.skl-best-people-content ul .year p{
		padding: 15px;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2px;
		text-align: center;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.skl-best-people-content ul .year .big{
		font-family: Arial;
  		font-size: 26px;
  		color: #ffffff;
	}
	.skl-best-people-content ul .now-content{
		text-align: center;
		padding: 20px 30px;
		background-color: #ffffff;
  		box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.17);
	}
	.skl-best-people-content ul .now-content .title{
		margin-bottom: 20px;

	}
	.skl-best-people-content ul .now-content .title p{
		display: inline-block;
		font-size: 28px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.4px;
		color: #e62816;
		padding-bottom: 10px;
		border-bottom: solid 1px #9b9b9b;
	}
	.skl-best-people-content ul .now-content .text{
		margin-bottom: 20px;
	}
	.skl-best-people-content ul .now-content .text p{
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.5px;
		text-align: center;
		color: #000000;
	}
	@media only screen and (min-width: 320px) and (max-width:1370px){
		.skl-best-people-content ul .year,
		.skl-best-people-content ul .now-content .title,
		.skl-best-people-content ul .now-content .text{
			display: none;
		}
		.skl-best-people-content ul .now-content{
			box-shadow: none;
			background-color: transparent;
		}
		.skl-best-people-content ul{
			text-align: center;
		}

		.skl-best-people-content ul > li{
			display: inline-block;
			vertical-align: top;
			width: 370px;
			margin-left: 40px;
			margin-right: 40px;
			margin-bottom: 30px;
		}
		.skl-best-people-content ul > li+li{
			margin-left: 55px;
		}

	}
	@media only screen and (min-width: 320px) and (max-width:929px){
		.skl-best-people-content ul > li{
			display: block;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
		}
		.skl-best-people-content ul > li+li{
			margin-left: auto;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:500px){
		.skl-best-people-content ul{
			padding-bottom: 20px;
		}
		.skl-best-people-content ul > li{
			width: 295px;
		}
		.skl-best-people-content ul .name-content{
			height: 160px;
		}
		.skl-best-people-content ul .name-content .picture{
			width: 138px;
			right: 18px;
		}
		.skl-best-people-content ul .name-content .name p{
			font-size: 24px;
			letter-spacing: 2px;
		}
		.skl-best-people-content ul .name-content .info{
			text-align: left;
			width: 100px;
			padding-top: 40px;
		}
		.skl-best-people-content ul .name-content .old-work p{
			font-size: 18px;
			letter-spacing: 1.5px;
		}
	}
/*skl-best-people-banner*/
	.skl-best-people-banner{
		width: 100%;
		height: 620px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		padding-top: 120px;
		position: relative;
	}
	.skl-best-people-banner .title{
		margin-bottom: 15px;
	}
	.skl-best-people-banner .title p{
		font-size: 24px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.7px;
		color: #ffffff;
		margin-bottom: 15px;
	}
	.skl-best-people-banner .title:after{
		display: block;
		content: '';
		width: 132px;
		height: 1px;
		background-color: #fff;
	}
	.skl-best-people-banner .text p{
		font-size: 48px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.46;
		letter-spacing: 3px;
		color: #ffffff;
	}
	.skl-best-people-banner .audio-control{
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 170px;
	}
	.skl-best-people-banner .audio-control a{
		display: inline-block;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.skl-best-people-banner .audio-control a[audioPlay='off']{
		background-image: url(../img/skl-play-button-2.png);
	}
	.skl-best-people-banner .audio-control a[audioPlay='on']{
		background-image: url(../img/skl-play-button-3.png);
	}
	@media only screen and (min-width: 320px) and (max-width:1180px){
		.skl-best-people-banner{
			padding-left: 120px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:1023px){
		.skl-best-people-banner{
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:767px){
		.skl-best-people-banner{
			height: 290px;
			padding-top: 40px;
			padding-left: 20px;
		}
		.skl-best-people-banner .title{
			margin-bottom: 10px;
		}
		.skl-best-people-banner .title p{
			font-size: 16px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: 1.69;
			letter-spacing: 1.3px;
			margin-bottom: 10px;
		}
		.skl-best-people-banner .title:after{
			width: 85px;
		}
		.skl-best-people-banner .text p{
			font-size: 24px;
			letter-spacing: 2.7px;
		}
		.skl-best-people-banner .audio-control{
			bottom: 50px;
		}
	}
/*skl-add-us-banner*/
	.skl-add-us-banner{
		width: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding: 50px 20px;
	}
	@media only screen and (min-width: 320px) and (max-width:767px){
		.skl-add-us-banner{
			padding: 20px 10px;
		}
	}
/*skl-best-text-content*/
	.skl-best-text-content{
		margin-top: -150px;
		padding-bottom: 50px;
		position: relative;
	}
	.skl-best-text-content .skl-max-1000{
		padding: 40px 50px;
		background-color: rgba(255,255,255,0.8);
	}
	.skl-best-text-content .title{
		margin-bottom: 20px;
	}
	.skl-best-text-content .title p{
		font-size: 32px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.7px;
		color: #000000;
		margin-bottom: 38px;
	}
	.skl-best-text-content .title:after{
		display: block;
		content: '';
		width: 241px;
		height: 1px;
		background-color:#9b9b9b;
	}
	.skl-best-text-content .text{
		margin-bottom: 30px;
	}
	.skl-best-text-content .text p{
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.67;
		letter-spacing: 1px;
		color: #000000;
		margin-bottom: 0;
	}
	.skl-best-text-content .title-level-2{
		margin-bottom: 12px;
	}
	.skl-best-text-content .title-level-2 p{
		font-size: 21px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 2.5px;
		color: #000000;
	}
	.skl-best-text-content *:last-child{
		margin-bottom: 0;
	}
	@media only screen and (min-width: 320px) and (max-width:1180px){
		.skl-best-text-content{
			padding-left: 120px;
			padding-right: 120px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:1023px){
		.skl-best-text-content{
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:767px){
		.skl-best-text-content{
			margin-top: -25px;
			padding-bottom: 50px;
			padding-left: 20px;
			padding-right: 20px;
		}
		.skl-best-text-content .skl-max-1000{
			padding: 30px 10px;
		}
		.skl-best-text-content .title{
			margin-bottom: 20px;
		}
		.skl-best-text-content .title p{
			font-size: 24px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: normal;
			letter-spacing: 2.7px;
			color: #000000;
			margin-bottom: 20px;
		}
		.skl-best-text-content .title:after{
			width: 140px;
		}
		.skl-best-text-content .text{
			margin-bottom: 20px;
		}
		.skl-best-text-content .title-level-2{
			margin-bottom: 10px;
		}
		.skl-best-text-content *:last-child{
			margin-bottom: 0;
		}
	}
/*skl-add-us-content*/
 	.skl-add-us-content{
 		padding: 30px 20px;
 	}
 	.skl-add-us-content .skl-btn-content{
 		margin-bottom: 30px;
 	}
 	.skl-add-us-content .text{
 		margin-bottom: 50px;
 		text-align: center;
 		padding-left: 80px;
 		padding-right: 80px;
 	}
 	@media only screen and (min-width: 320px) and (max-width:767px){
 		.skl-add-us-content{
	 		padding: 20px;
	 		padding-bottom: 50px;
	 	}
 		.skl-add-us-content .text{
 			margin-bottom: 30px;
	 		padding-left: 0px;
	 		padding-right: 0px;
	 	}
 	}
/*.skl-form-content*/
	.skl-form-content{
		width: 100%;
		max-width: 1200px;
		margin: auto;
		background-color: #fff;
		padding-bottom: 20px;
	}
	.skl-form-content .skl-comp-001{
		padding-top: 30px;
	}
	.skl-form-content form{
		display: block;
		max-width: 900px;
		margin: auto;
	}
	.skl-form-item-content{
		font-size: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.skl-form-item-content:last-child{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.skl-form-item-content input,
	.skl-form-item-content select{
		outline: none;
		height: 40px;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.67;
		letter-spacing: 1px;
		color: #9b9b9b;
		background-color: transparent;
		border: none;
		border-bottom: solid 1px #979797;
	}
	.skl-form-item-content .item.active .title{
		color: #e2231a;
	}
	.skl-form-item-content .item.active input,
	.skl-form-item-content .item.active select
	{
		border-bottom: solid 1px #e2231a;
	}
	.skl-form-item-content input{
		color: #000000;
	}
	.skl-form-item-content input[type="text"],
	.skl-form-item-content input[type="tel"],{
		width: 250px;
	}
	.skl-form-item-content .email-width input[type="text"]{
		width: 590px;
	}
	.skl-form-item-content .item{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	.skl-form-item-content .item+.item{
		margin-left: 70px;
	}
	.skl-form-item-content .title{
		display: block;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.67;
		letter-spacing: 1px;
		color: #000000;
		margin-bottom: 6px;
	}

	.skl-form-item-content .title.choose,
	.skl-form-item-content .title.choose p,
	.skl-form-item-content .title.checkbox,
	.skl-form-item-content .title.checkbox p{
		display: inline-block;
		vertical-align: middle;
	}
	.skl-form-item-content .title.choose:nth-child(3){
		margin-right: 60px;
	}
	.skl-form-item-content .title.choose:before,
	.skl-form-item-content .title.checkbox:before{
		display: inline-block;
		content: '';
		width: 30px;
		height: 30px;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(../img/skl-radio-02.png);
		vertical-align: middle;
		margin-right: 8px;
	}
	.skl-form-item-content .title.checkbox:before{
		background-image: url(../img/skl-check-02.png);
		
	}
	.skl-form-item-content input[type="radio"],
	.skl-form-item-content input[type="checkbox"]{
		width: 0;
		height: 0;
		opacity: 0;
	}
	.skl-form-item-content input[type="radio"]:checked+.title.choose:before{
		background-image: url(../img/skl-radio-01.png);
	}
	.skl-form-item-content input[type="checkbox"]:checked+.title.checkbox:before{
		background-image: url(../img/skl-check-01.png)
	}
	.skl-form-item-content select{
		width: 136px;
		border-radius: 0;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		background-repeat: no-repeat;
		background-position: calc(100% - 15px) 15px;
		-webkit-background-size: 16px 11px;
		background-size: 16px 11px;
		background-image: url(../img/skl-triangle-02.png);
	}
	.skl-form-item-content select::-ms-expand { 
		display: none; 
	}
	.skl-form-item-content select:nth-child(2){
		margin-right: 65px;
	}
	.skl-form-item-content .eoor-msg{
		display: none;
		font-size: 12px;
		color: #e2231a;
		margin-top: 2px;
	}
	.skl-form-item-content .active .eoor-msg{
		display: block;
	}
	@media only screen and (min-width: 320px) and (max-width:1100px){
		.skl-form-item-content .item+.item{
			margin-left: 40px;
		}
		.skl-form-item-content .email-width input[type="text"]{
			width: 560px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:850px){
		.skl-form-item-content .item+.item{
			margin-left: 10px;
		}
		.skl-form-item-content select:nth-child(2){
			margin-right: 25px;
		}
		.skl-form-item-content .email-width input[type="text"]{
			width: 490px;
		}
		.skl-form-item-content .title.choose:nth-child(3){
			margin-right: 30px;
		}
		.skl-form-item-content .title.choose{
			margin-right: 30px;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:767px){
		.skl-form-content{
			padding-bottom: 1px;
		}
		.skl-form-content .skl-btn-content{
	 		margin-top: 30px;
	 	}
		.skl-form-item-content{
			padding-left: 20px;
			padding-right: 20px;
			margin-bottom: 0;
		}

		.skl-form-item-content .item{
			width: 100%;
			margin-bottom: 20px;
		}
		
		.skl-form-item-content .item+.item{
			margin-left: 0px;
		}
		.skl-form-item-content .title{
			font-size: 14px;
			font-weight: bold;
			font-style: normal;
			font-stretch: normal;
			line-height: 2.14;
			letter-spacing: 0.8px;
			margin-bottom: 3px;
		}
		.skl-form-item-content .title.choose:nth-child(3){
			margin-right: 60px;
		}
		.skl-form-item-content .title.choose{
			margin-right: 0px;
		}
		.skl-form-item-content input,
		.skl-form-item-content select{
			font-size: 14px;
		}
		.skl-form-item-content input[type="text"],
		.skl-form-item-content input[type="tel"],
		.skl-form-item-content .email-width input[type="text"]{
			width: 100%;
		}
		.skl-form-item-content select{
			width: calc(50% - 15px);
		}
		.skl-form-item-content input[type="radio"]+label p,
		.skl-form-item-content input[type="checkbox"]+label p{
			font-size: 14px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: 2.14;
			letter-spacing: 0.8px;
			color: #000000;
		}
		
	}
/*popup*/
	

	#popup .modal-header{
		height: 50px;
		border: none;
		padding: 0;
		position: relative;
	}
	#popup .modal-header .close{
		width: 30px;
		height: 30px;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(../img/skl-icon-close.png);
		padding: 0;
		margin: 0;
		position: absolute;
		right: 20px;
		top: 20px;
	}
	#popup .modal-body{
		padding: 0 70px;
		border: 0;
	}
	#popup .modal-body .skl-comp-001{
		padding-top: 0;
	}
	#popup .modal-footer{
		display: block;
		padding: 0;
		border: 0;
	}
	#popup .modal-footer .skl-form-item-content{
		margin: auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.skl-info *{
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.67;
		letter-spacing: 1px;
		color: #000000;
		margin-bottom: 0;
	}
	.skl-info .skl-list > ul ul{
		padding-left: 35px;
	}
	@media (min-width: 576px){
		#popup .modal-dialog {
		    max-width: 900px;
		    margin: 1.75rem auto;
		}
	}
	@media only screen and (min-width: 320px) and (max-width:767px){
		#popup .modal-body{
			padding: 0 20px;
			border: 0;
		}
		#popup .modal-header{
			height: 30px;
		}
		#popup .modal-header .close{
			width: 16px;
			height: 16px;
			background-position: center center;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-image: url(../img/skl-icon-close.png);
			padding: 0;
			margin: 0;
			position: absolute;
			right: 15px;
			top: 15px;
		}
		#popup .modal-body .skl-comp-001 .title p{
			padding-left: 70px;
			padding-right: 70px;
		}
		#popup .modal-footer .skl-form-item-content{
			margin-top:10px;
			margin-bottom: 40px;
		}
		.skl-info *{
			font-size: 14px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: 1.5;
			letter-spacing: 0.9px;
			color: #000000;
		}
		.skl-info .skl-list > ul ul{
			padding-left: 20px;
		}


	}











