@charset "UTF-8";
/* CSS Document */

#cnt-all{
	width: 100%;
}
.cnt1{
	display: flex;
	width: 80%;
	min-width: 1300px;
	margin: -52px auto 0;
	color: #fff;
	transform: translate(0);
}
.cnt1 .cap-box{
	width: 50%;
}
.cnt1 .cap-box:nth-child(1){
	background: #00b0db;
}
.cnt1 .cap-box:nth-child(2){
	background: #00bd6d;
}
.cnt1 .cap-box .text-in{
	width: 90%;
	min-width: 600px;
	box-sizing: border-box;
	padding: 110px 50px 110px;
	display: flex;
}
.cnt1 .cap-box .text-in .cap{
	min-width: 150px;
	max-width: 200px;
    width: 38%;
    margin-right: 40px;
}
.cnt1 .cap-box:nth-child(1) .text-in{
	margin-left: auto;
}
.cnt1 .cap-box .text-in .text-box{
	min-width: 300px;
    width: 62%;
}
.cnt1 .cap-box .text-in .text-box h2{
	font-size: 1.5em;
	font-weight: 700;
}
.cnt1 .cap-box .text-in .text-box p{
	margin-top: 30px;
	font-size: 1.1em;
}
.cnt1 .cap-box .text-in .text-box .link{
    margin-top: 30px;
    font-weight: 700;
    padding: 15px;
    display: inline-block;
    border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
}
.cnt1 .cap-box .text-in .text-box .link:hover{
	background: #fff;
	color: #00b0db;
}
.cnt1 .cap-box .text-in .text-box .link a{
	position: relative;
    color: #fff;
    padding-left: 15px;
    margin: 0;
    display: block;
    line-height: 1;
}
.cnt1 .cap-box:nth-child(1) .text-in .text-box .link:hover a{
	color: #00b0db;
}
.cnt1 .cap-box:nth-child(2) .text-in .text-box .link:hover a{
	color: #00bd6d;
}
.cnt1 .cap-box .text-in .text-box .link a:before{
	content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
}
.cnt1 .cap-box:nth-child(1) .text-in .text-box .link:hover a:before{
	border-left: 7px solid #00b0db;
}
.cnt1 .cap-box:nth-child(2) .text-in .text-box .link:hover a:before{
	border-left: 7px solid #00bd6d;
}
.cnt1 .cap-box .text-in .text-box .link:hover a:before{
	left: 2px;
}
.cnt2{
	position: relative;
	display: flex;
	width: 1200px;
	margin: -50px auto;
	color: #fff;
}
.cnt2 .left-box,
.cnt2 .right-box{
	width: 50%;
}
.item{
	position: relative;
	display: flex;
    align-items: center;
    height: 243px;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
	cursor: pointer;
}
.item:hover{
	transform:scale(1.02);
	z-index: 1;
	box-shadow: 0 0 10px 4px #ddd;
}
.item a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cnt2 .item .text-box{
	width: 50%;
    display: block;
    box-sizing: border-box;
    padding: 0 30px;
}
.cnt2 .item .text-box h3{
	position: relative;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: 700;
}
.cnt2 .item .text-box h3:before{
	content: "";
    position: absolute;
    left: 0;
    top: 7px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
}
.cnt2 .item .text-box p{
	margin-top: 20px;
}
.cnt2 .left-box .item:nth-child(1),
.cnt2 .right-box .item:nth-child(3){
	background: #e49215;
}
.cnt2 .left-box .item:nth-child(2){
	background: #25af69;
}
.cnt2 .left-box .item:nth-child(3),
.cnt2 .right-box .item:nth-child(2){
	background: #12a4cc;
}
.cnt2 .right-box .item:nth-child(1){
	background: #6b4096;
}
.cnt2 .item .image{
	width:50%;
	height: 100%;
}
.cnt2 .left-box .item:nth-child(1) .image{
	background: url("../img/index/c_boat1.jpg") no-repeat center;
	background-size: cover;
}
.cnt2 .left-box .item:nth-child(2) .image{
	background: url("../img/index/c_boat2.jpg") no-repeat center;
	background-size: cover;
}
.cnt2 .left-box .item:nth-child(3) .image{
	background: url("../img/index/c_boat3.jpg") no-repeat center;
	background-size: cover;
}
.cnt2 .right-box .item:nth-child(1) .image{
	background: url("../img/index/c_beach1.jpg") no-repeat center;
	background-size: cover;
}
.cnt2 .right-box .item:nth-child(2) .image{
	background: url("../img/index/c_beach2.jpg") no-repeat center;
	background-size: cover;
}
.cnt2 .right-box .item:nth-child(3) .image{
	background: url("../img/index/c_beach3.jpg") no-repeat center;
	background-size: cover;
}
.news-box{
	width: 80%;
	min-width: 1300px;
	margin: 0 auto;
	padding: 110px 0 80px;
	background: #fff;
}
.news-box h2{
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	text-align: center;
	font-size: 3em;
	letter-spacing: .1em;
}
.news-box .news{
	width: 1200px;
	display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 10px auto 0;
	padding: 0 30px;
    box-sizing: border-box;
}
.news-box .news li{
	display: flex;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
	cursor: pointer;
	align-items: center;
}
.news-box .news li:hover{
	transform:scale(1);
	box-shadow: 0 0 10px 4px #ddd;
}
.news-box .news li .text-box{
	padding-left: 15px;
}
.news-box .news li .text-box .day{
	font-size: .9em;
}
.news-box .news li .text-box h3{
	color:#12a4cc;
	font-size: 1.1em;
}
.news-box .news li .text-box p{
	margin-top:15px;
}
.news-box .news li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-box .link{
    margin: 30px auto 0;
    font-weight: 700;
    padding: 15px;
    display: table;
    background: #00b0db;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
}
.news-box .link a{
	position: relative;
    color: #fff;
    padding-left: 15px;
    margin: 0;
    display: block;
    line-height: 1;
}
.news-box .link:hover{
	background: #00bd6d;
}
.news-box .link a:before{
	content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
}
.news-box .link:hover a:before{
	left: 2px;
}
@media screen and (max-width: 1380px) {
	.cnt1,
	.news-box{
		min-width: 1200px;
	}
}
@media screen and (max-width: 1200px) {
	.cnt1{
		display: block;
		min-width: 100%;
	}
	.cnt1 .cap-box {
		width: 100%;
	}
	.cnt1 .cap-box .text-in {
    	width: 80%;
		min-width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 120px 50px 70px;
	}
	.cnt1 .cap-box .text-in .cap {
		width: 200px;
		max-width: 200px;
	}
	.cnt1 .cap-box .text-in .text-box {
		min-width: calc(100% - 240px);
		width: calc(100% - 240px);
	}
	.cnt1 .cap-box:nth-child(2) .text-in{
		padding: 70px 50px 90px;
	}
	.cnt2 {
		display: block;
		width: 80%;
		margin: -30px auto;
	}
	.cnt2 .left-box,
	.cnt2 .right-box {
		width: 100%;
	}
	.news-box{
		padding: 90px 0 60px;
		min-width: 100%;
	}
	.news-box .news{
		width: 80%;
		padding: 0;
	}
	
}
@media screen and (max-width: 920px) {
	.news-box .news{
		display: block;
	}
	.news-box .news li{
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.cnt1 .cap-box .text-in {
		width: 100%;
		min-width: 100%;
		position: relative;
		padding: 120px 50px 70px;
	}
	.cnt1 .cap-box .text-in .cap {
		width: 70px;
		max-width: 70px;
		min-width: 70px;
		position: absolute;
		left: 50px;
		top: 120px;
	}
	.cnt1 .cap-box:nth-child(2) .text-in .cap{
		top: 70px;
	}
	.cnt1 .cap-box .text-in .text-box {
		min-width: 100%;
		width:100%;
	}
	.cnt1 .cap-box .text-in .text-box h2{
		position: absolute;
		top: 120px;
		left: 150px;
    	width: calc(100% - 200px);
	}
	.cnt1 .cap-box:nth-child(2) .text-in .text-box h2{
		top: 70px;
	}
	.cnt1 .cap-box .text-in .text-box p{
		margin-top: 100px;
	}
	.cnt1 .cap-box:nth-child(2) .text-in .text-box p{
		margin-top: 71px;
	}
	.cnt2{
		width: 100%;
	}
}
@media screen and (max-width: 630px) {
	.cnt1 .cap-box .text-in {
		display: block;
		padding: 90px 1em 30px;
	}
	.cnt1 .cap-box .text-in .cap{
	    left: 1em;
		top: 90px;
		margin-right: 20px;
	}
	.cnt1 .cap-box .text-in .text-box {
		min-width: 100%;
		width: 100%;
	}
	.cnt1 .cap-box .text-in .text-box h2 {
		top: 90px;
    	font-size: 1.3em;
	    left: calc(1em + 90px);
    	width: calc(100% - 2em - 90px);
	}
	.cnt1 .cap-box:nth-child(2) .text-in .cap,
	.cnt1 .cap-box:nth-child(2) .text-in .text-box h2{
		top: 30px;
	}
	.cnt1 .cap-box:nth-child(2) .text-in .text-box p{
		
	}
	.cnt1 .cap-box:nth-child(2) .text-in{
		padding: 30px 1em;
	}
	.cnt2{
		margin: 0 auto;
	}
	.item {
    	display: block;
		height: auto;
		margin-bottom: 10px;
	}
	.cnt2 .item .text-box{
		width: 100%;
		padding: 30px 1em;
	}
	.cnt2 .item .image {
		width: 100%;
		height: 200px;
	}
	.news-box{
		padding: 30px 0;
	}
	.news-box h2{
		font-size: 2em;
	}
	.news-box .news{
		width: 100%;
	}
	.news-box .news li{
		padding: 20px 1em;
		align-items: flex-start;
	}
	.news-box .news li img{
		width: 80px;
		height: 80px;
	}
	.news-box .link{
		margin: 20px auto 0;
	}
}