﻿.maindesign h1 span{
		position: initial;
	}
.maindesign .title_container {
	position: relative;
	height: 300px;
}
.maindesign .title_logo {
	position: absolute;
	width: 250px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.maindesign .title_content {
	position: relative;
	
}
.maindesign .title_img {
	position: absolute;
	opacity: 0;
	animation: change-img-anim 40s infinite;
	width: 100%;
}
.title_img:nth-of-type(1) {
  	animation: change-img-anim-first 40s infinite;
	animation-delay: 0s;
}
.title_img:nth-of-type(2) {
	animation-delay: 10s;
}
.title_img:nth-of-type(3) {
	animation-delay: 20s;
}
.title_img:nth-of-type(4) {
	animation-delay: 30s;
}

@keyframes change-img-anim-first {
  0%{ opacity: 1;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}


.maindesign .dogcol2 {
	align-items: center;
}
.maindesign .dogcol2 li:last-child {
	display: flex;
	align-items: center;
}

@media screen and (max-width:767px) {
	.maindesign .title_container {
		height: 200px;
	}
	.maindesign .title_content {
		height: 100%;
	}
	.maindesign .title_img {
		object-fit: cover;
		height: 100%;
	}
	.maindesign .title_logo {
		width: 150px;
	}
}

.maindesign .mail-btn li {
	width: 90% !important;
	min-height: 70px !important;
}
.maindesign .mail-btn li a {
	justify-content: center !important;
	color: #fff !important;
}
.maindesign .facebook_li > div{
	display: flex;
	justify-content: center;
	height: 100%;
}


@media screen and (max-width:767px) {
	.maindesign .mail-btn li {
		width: 100% !important;
		min-height: 50px !important;
	}
	.maindesign .mail-btn li a {
		border-radius: 50px !important;
	}
}

/*#u_0_1b_3E {
	min-height: 300px;
}*/
.maindesign .fo_bo {
	font-weight: bold;
}
.maindesign .entrance {
	margin: 50px 0 15px;
}


@media screen and (max-width:767px) {
	.maindesign .entrance {
		margin : 30px 0 15px;
	}
}


.maindesign .entrance li a {
	align-items: center;
}

@media screen and (min-width:767px) {
.global-contents__container .maindesign .title_container {
	height: 210px;
}
.global-contents__container .maindesign .title_logo {
    width: 185px;
}
}
