@charset "utf-8";
/* Top Header */
header {
	position: relative;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.header-lang {
	position: absolute;
	top: 125px;
	right: 0;
	z-index: 1;
}
.header-lang-item {
	margin-bottom: 10px;
}

/* Content */
.content-type-1 {
	padding: 53px 0 34px 0;
}
.content-wrap-type-1 {
	display: flex;
}
.content-wrap-item {
	max-width: 237px;
	width: 100%;
}
.content-wrap-item {
	margin-right: 19px;
}
.content-wrap-item:last-child {
	margin-right: 0;
}
.content-wrap-item .content-wrap-item-img
img {
	width: 237px;
	height: 158px;
	object-fit: cover;
	object-position: center;
}
/* Object Fix on IE */
.image-container.compat-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 158px;
}
.image-container.compat-object-fit:hover {
	opacity: 0.7;
}
.image-container.compat-object-fit .image-object-fit {
	display: none;
}
/* End Object Fix on IE */

.content-wrap-item-txt-title {
	color: #3085BC;
	margin: 14px 0 8px 0px;
}
.content-wrap-item-txt-desc {
	color: #6D6E71;
	line-height: 171%;
}
.content-btn {
	text-align: center;
	margin-top: 20px;
}

.content-type-2 {
	padding: 53px 0 34px 0;
	background-color: #E6E7E8;
}

.content-wrap-type-2 {
	display: flex;
	justify-content: space-between;
}
.content-wrap-type-2:last-child {
	margin-top: 55px;
}
.content-type-2-part {
	max-width: 490px;
	width: 100%;
}

.content-type-3 {
	padding: 30px 0 30px 0;
	background-color: #F9C0C7;
}
.content-type-3-title {
	margin-bottom: 25px;
	background-image: url(../../img/index/bg-title.png);
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 25px;
    padding: 9px 0 6px 0;
}
@media all and (-ms-high-contrast:none) {
	.content-type-3-title {
    	padding: 10px 0 6px 0;
	}
}
.content-type-3-wrap-item-txt {
	margin-top: 15px;
	margin-left: 0px;
	color: #231F20;
}
.content-type-3-title .eng {
	font-family: "Lemon Tuesday";
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 15px;
}
.content-type-3-wrap-item {
	max-width: 237px;
	width: 100%;
}
#owlslider2 {
	position: relative;
}
#owlslider2 .owl-nav {
    display: block;
}
#owlslider2 .owl-nav .owl-next {
	background: url(../../img/index/slide-btn.png);
	width: 64px;
	height: 63px;
	position: absolute;
	right: -40px;
	top: 17%;
}
#owlslider2 .owl-nav .owl-next:hover {
	opacity: 0.7;
}
#owlslider2 .owl-nav .owl-prev:hover {
	opacity: 0.7;
}
#owlslider2 .owl-nav .owl-prev {
	background: url(../../img/index/slide-btn-2.png);
	width: 64px;
	height: 63px;
	position: absolute;
	left: -40px;
	top: 17%;
}
#owlslider2 .owl-nav .owl-prev span {
	display: none;
}
#owlslider2 .owl-nav .owl-next span {
	display: none;
}
.content-type-4 {
	padding-bottom: 20px;
}
.content-type-4-wrap {
	display: flex;
}
.content-type-4-wrap-map {
	max-width: 804px;
	width: 100%;
	margin-left: -75px;
	position: relative;
}
.content-type-4-wrap-map-btn {
	position: absolute;
	/* 
	bottom: 7%;
	right: 245px;*/
	
	bottom: 3%;
	/* right: 167px; */
	
	right: -30px;
  	top: 240px;
}
.content-type-4-wrap-list {
	text-align: right;
}
.content-type-4-wrap-list > div {
	max-width: 268px;
	text-align: left;
}
.content-type-4-wrap-list-title {
	font-size: 24px;
	font-family: "Lemon Tuesday";
	color: #3085BC;
	margin: 12px 0 5px 0;
}
.content-type-4-wrap-list-title-qr {
	font-size: 24px;
	font-family: "Lemon Tuesday";
	color: #3085BC;
	margin: 12px 0 5px 120px;
}
.content-type-4-wrap-list {
	margin-left: auto;
}
.content-type-4-wrap-2-item {
	display: flex;
	flex-direction: row-reverse;
}
.content-type-4-wrap-2-item > div {
	text-align: left;
}
.content-type-4-wrap-2-item > div:last-child {
	margin-right: 20px;
	z-index: 99;
}
.content-type-4-wrap-list-item-qr {
	margin: 0 0 0 120px;
}
.content-type-4-wrap-list-item-qr img{ 
	max-height: 111px;
}
.content-type-4-wrap-2-item .qr img {
	max-height: 111px;
}
.content-type-4-wrap-list-item img {
	max-width: 270px;
}
/* Responsive */
@media all and (max-width: 1200px) {
	#owlslider2 .owl-nav .owl-next {
		right: 0;
	}
	#owlslider2 .owl-nav .owl-prev {
		left: 0;
	}
}
@media all and (max-width: 1023px) {
	.content-wrap-type-1 {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.content-wrap-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.content-wrap-type-2 {
		flex-wrap: wrap;
	}
	.content-type-2-part {
		max-width: 100%;
		margin-bottom: 35px;
	}
	.content-type-4-wrap {
		flex-wrap: wrap;
	}
	.content-type-4-wrap-map {
		max-width: 100%;
		margin-left: 0;
	}
	.content-type-4-wrap-map-btn {
		bottom: 0;
	}
	.content-type-4-wrap-list {
		margin-left: 0;
		width: 100%;
		padding: 0 15px;
	}
	.content-type-4-wrap-2-item > div:last-child {
		margin-right: 0;
	}
	.content-type-4-wrap-list-title {
		text-align: center;
	}
	.content-type-4-wrap-list-title-qr { 
		text-align: center;
		margin: 12px 0 5px 0;
	}
	.content-type-4-wrap-list-item {
		text-align: center;
	}
	.content-type-4-wrap-list > div {
		max-width: 100%;
	}
	.content-type-4-wrap-2-item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.content-type-4-wrap-2-item > div {
		width: 100%;
	}
	#owlslider2 .owl-nav {
		top: 11%;
	}
}
@media all and (max-width: 640px) {
	.content-wrap-item {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.content-wrap-item:last-child {
		margin-bottom: 0;
	}
	.content-wrap-item-img {
		text-align: center;
	}
	.content-wrap-item-img img {
		width: 100%;
	}
	.content-wrap-type-2:last-child {
		margin-top: 20px;
	}
	.content-type-2-part:last-child {
		margin-bottom: 0;
	}
	.content-btn {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.content-type-1 {
		padding: 40px 0;
	}
	.content-type-3-wrap-item {
		max-width: 100%;
	}
    .content-type-4-wrap-list-item-qr {
        margin: 0;
        text-align: center;
    }
	.content-type-4-wrap-map-btn {
		bottom: -25%;
		right: 30px;
	}
	.content-type-4-wrap-map-btn img{
		width: 80%;
	}
	.content-type-4-wrap-list {
		margin-top: 50px;
	}
	#owlslider2 .owl-nav {
		top: 10%;
	}
	.content-type-3-title {
		text-align: center;
		font-size: 24px;
		background-image: url(../../common/img/nav-bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 25px 0;
		color: #fff;
	}
	.content-type-3-title-txt {
		display: block;
	}
	.content-type-3-wrap-item-txt {
		padding-left: 10px;
	}
	.content-type-3-title img {
		display: none;
	}
	.header-lang {
		top: 0;
	}
	.header-logo img {
    	max-width: 150px;
	}
	.owl-carousel img {
	/*	height: 300px; */
		object-fit: cover;
	}
	#owlslider2 .owl-nav .owl-prev, #owlslider2 .owl-nav .owl-next {
		top: 44%;
		transform: translateY(-50%);
	}
	.content-type-4-wrap-2-item {
		flex-wrap: wrap;
	}
	.content-type-4-wrap-2-item > div:last-child {
		margin-right: 0;
	}
}
