@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	width: 100%;
	border: none;
}
a {
	text-decoration: none;
}

#al {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;	
}
.section {
	position: relative;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 5% auto;
}
.section .img {
	line-height: 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.section .inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items:flex-end;
	justify-content: center;
}
.section .main_img {
	position: relative;
	width: 55%;
	box-sizing: border-box;
	padding:0 50px;
	overflow: hidden;
}
.section .main_img img {
	transition: 0.6s all 0s ease;
}
.section .main_img:hover img {
	transform: scale(1.04)
}
.section .main_img .tip {
	position: absolute;
	top: 0;
	left: 0;
}
.section .main_img .tip span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background: #000;
	margin-bottom: 15px;
}
.section:nth-of-type(1) .main_img .tip span:nth-of-type(1) {
	background: url("../img/color-01.jpg") no-repeat;
	background-size: 100%;
}
.section:nth-of-type(1) .main_img .tip span:nth-of-type(2) {
	background: #396799;	
}
.section:nth-of-type(2) .main_img .tip span:nth-of-type(1) {
	background: url("../img/color-02.jpg") no-repeat;
	background-size: 100%;
}
.section:nth-of-type(2) .main_img .tip span:nth-of-type(2) {
	background: #fcf4d4;	
}
.section:nth-of-type(2) .main_img .tip span:nth-of-type(3) {
	background: #54616d;	
}
.section:nth-of-type(3) .main_img .tip span:nth-of-type(1) {
	background: #b0c5e4;
}
.section:nth-of-type(3) .main_img .tip span:nth-of-type(2) {
	background: #5f6c79;	
}
.section:nth-of-type(3) .main_img .tip span:nth-of-type(3) {
	background: #ebe5d4;	
}
.section:nth-of-type(4) .main_img .tip span:nth-of-type(1) {
	background: #f8e1f5;	
}
.section:nth-of-type(4) .main_img .tip span:nth-of-type(2) {
	background: #3b2825;	
}
.section:nth-of-type(4) .main_img .tip span:nth-of-type(3) {
	background: url("../img/color-03.jpg") no-repeat;
	background-size: 100%;
}
.section .detail_img {
	width: 45%;
}
.section .detail_img .title {
	position: relative;
}
.section .detail_img .no {
	background: #000;
	border-radius: 100px;
	color: #FFF;
	width: 35px;
	height: 35px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
}
.section .detail_img .no span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
}
.section .detail_img .title p {
	font-size: 34px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0 0 4%;
	position: relative;
}
.section .detail_img .title p span {
	display: block;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 24%;
	z-index: 10;
	letter-spacing: -0.4px;
	transform: rotate(-4deg)
}
.section:nth-of-type(2) .detail_img .title p span {
	color: #f2e8c4;
}
.section:nth-of-type(4) .detail_img .title p span {
	color: #564240;
}
.section .detail_img ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 25px
}
.section .detail_img li {
	box-sizing: border-box;
	margin:0 0 25px;
	overflow: hidden;
}
.section .detail_img li .img {
	border: 1px solid #000;
	border-radius: 5px;
}
.section .detail_img li .img img:hover {
	transform: scale(1.05)
}
.section .detail_img .btn a {
	background: #000;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	display: block;
	border-radius: 5px;
	transition: 0.4s all 0s ease;
}
.section .detail_img .btn a:hover {
	opacity: 0.8;
}

.txt_1{
	width: 100%;
	max-width: 500px;
	margin: 3% auto;
}
@media only screen and (max-width: 768px)  {
	.section {
		margin: 15% auto;
	}
	.section .inner {
		position: relative;
		display: block;
	}
	.section .main_img {
		position: relative;
		width: 95%;
		box-sizing: border-box;
		padding:0 40px 0 0;
		overflow: hidden;
		margin: 0;
	}
	.section .main_img .tip {
		left: auto;
		right: 0
	}
	.section .detail_img {
		width: 90%;
		margin: 5% ;
	}
	.section .detail_img .no {
		background: #000;
		border-radius: 100px;
		color: #FFF;
		width: 40px;
		height: 40px;
		position: relative;
		font-size: 20px;
		font-weight: 500;
	}
	.section .detail_img .title p {
		font-size: 38px;
		padding: 0 0 5%;
	}
	.section .detail_img .title p span {
		bottom: 0;
		left: 34%;
		z-index: 10;
		transform: rotate(-4deg)
	}
}


.anim {
	opacity: 0;
	transition: 0.6s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
.section .main_img .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: 0.8s all 0s ease;
}
.section .main_img .img.ac::before {
	left: -100%;
}
.section .detail_img .title p span {
	opacity: 0;
	transition: 0.8s all 0.4s ease;
}
.section .detail_img .title.ac p span {
	opacity: 1;
}



