@charset "utf-8";
.banner {
	background-image: url(../images/contact/banner.jpg);
}

.banner .sub_menu li {
	width: 33.3333%;
}

.banner .sub_menu li:last-child a,
.banner .sub_menu li:nth-child(4) a {
	letter-spacing: 0;
}


/****************** S : business******************/

#contact_business #len01 {
	padding-top: 100px;
}

#contact_business #len01 .container {
	position: relative;
}

#contact_business #len01 .container img {}

#contact_business #len01 .w_map {
	position: relative;
}

#contact_business #len01 .w_map .area_unit,
#contact_business #len01 .w_map .area_unit_n {
	position: absolute;
}

#contact_business #len01 .w_map .area_unit *,
#contact_business #len01 .w_map .area_unit_n * {
	transition: all 1s;
}

@-webkit-keyframes a {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes a {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	to {
		opacity: 1
	}
}

@-o-keyframes a {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	to {
		opacity: 1
	}
}

@keyframes a {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	to {
		opacity: 1
	}
}

#contact_business #len01 .w_map .area_unit i {
	display: block;
	width: 26px;
	height: 26px;
	background-color: rgba(151, 131, 181, 0.5);
	border-radius: 50%;
	position: absolute;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: a;
	-moz-animation-name: a;
	-o-animation-name: a;
	animation-name: a;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	top: -13px;
	left: -13px;
	cursor: pointer;
}

#contact_business #len01 .w_map .area_unit i:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: #9985b6 2px solid;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 8px;
}

#contact_business #len01 .w_map .area_unit .main_lb {
	position: absolute;
	background-color: #7dbcc3;
	left: -30px;
	top: -53px;
}

#contact_business #len01 .w_map .area_unit .main_lb span {
	display: block;
	line-height: 28px;
	padding: 0 8px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: bold;
}

#contact_business #len01 .w_map .area_unit .main_lb:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #7dbcc3;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -5px;
}

#contact_business #len01 .w_map .area_unit.open i {
	background-color: rgba(151, 131, 181, 0.29);
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}

#contact_business #len01 .w_map .area_unit.open i:after {
	/*border: #FFF 1px solid;*/
	background-color: #9985b6;
}

#contact_business #len01 .w_map .area_unit.open i:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border: #9985b6 6px solid;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

#contact_business #len01 .w_map .area_unit .main_lb ul {
	padding: 5px 13px;
	display: none;
	height: 0;
	overflow: hidden;
}

#contact_business #len01 .w_map .area_unit .main_lb ul li {
	color: #FFF;
	text-align: left;
	letter-spacing: 0;
	line-height: 24px;
}

#contact_business #len01 .w_map .area_unit.open .main_lb {
	width: 120px;
}

#contact_business #len01 .w_map .area_unit.open .main_lb span {
	text-align: left;
}

#contact_business #len01 .w_map .area_unit.open .main_lb ul {
	display: block;
	height: auto;
}

#contact_business #len01 .w_map .area_unit.open .main_lb {
	left: -59px;
	top: -86px;
}

#contact_business #len01 .w_map .korea {
	top: 50%;
	left: 50%;
	margin-left: -97px;
	margin-top: -53px;
}
#contact_business #len01 .w_map .area_unit,
#contact_business #len01 .w_map .area_unit_n{
	cursor:pointer;
}
#contact_business #len01 .w_map .area_unit_n i {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	top: -19px;
	left: -19px;
}

#contact_business #len01 .w_map .area_unit_n i:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: #9985b6 2px solid;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 13px;
}

#contact_business #len01 .w_map .area_unit_n .main_lb {
	position: absolute;
	background-color: #7dbcc3;
	left: 100%;
	top: -14px;
	margin-left: 15px;
}

#contact_business #len01 .w_map .area_unit_n .main_lb span {
	display: block;
	line-height: 30px;
	padding: 0 8px;
	color: #FFF;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: bold;
	word-break: keep-all;
	white-space: nowrap;
}

#contact_business #len01 .w_map .area_unit .main_lb>a,
#contact_business #len01 .w_map .area_unit_n .main_lb>a  {
	position: absolute;
	right: 7px;
	top: 7px;
	display: none;
}

#contact_business #len01 .w_map .area_unit_n .main_lb:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 7px solid #7dbcc3;
	position: absolute;
	left: -7px;
	top: 9px;
}

#contact_business #len01 .w_map .area_unit_n .main_lb ul {
	display: none;
	height: 0;
	overflow: hidden;
	min-width: 145px;
	float: left;
}
#contact_business #len01 .w_map .area_unit_n.europe .main_lb ul{
	
	min-width: 110px;
}

#contact_business #len01 .w_map .area_unit_n.europe.open .main_lb{
	width: 220px;
}

#contact_business #len01 .w_map .area_unit_n .main_lb:after{
	content: '';
	display: block;
	clear: both;
}

#contact_business #len01 .w_map .area_unit_n .main_lb ul li {
	color: #FFF;
	padding: 0 8px;
	font-size: 14px;
	line-height: 24px;
}

#contact_business #len01 .w_map .area_unit_n .main_lb ul li:first-child {
	padding-top: 5px;
}

#contact_business #len01 .w_map .area_unit_n .main_lb ul li:last-child {
	padding-bottom: 15px;
}


#contact_business #len01 .w_map .area_unit.open .main_lb>a,
#contact_business #len01 .w_map .area_unit_n.open .main_lb>a  {
	
	display: block;
}

/*#contact_business #len01 .w_map .area_unit_n.open i {
	background-color: rgba(131, 151, 181, 0.5);
}*/

#contact_business #len01 .w_map .area_unit_n.open .main_lb,
#contact_business #len01 .w_map .area_unit.open .main_lb {
	background-color: #3ea6b2;
}

#contact_business #len01 .w_map .area_unit_n.open .main_lb:after {
	border-right: 7px solid #3ea6b2;
}

#contact_business #len01 .w_map .area_unit_n.open i:after {
	background-color: #9985b6;
}

#contact_business #len01 .w_map .area_unit_n.open .main_lb ul {
	display: block;
	/*height: auto;*/
}

#contact_business #len01 .w_map .europe {
	top: 254px;
	left: 90px;
	z-index: 992;
}

#contact_business #len01 .w_map .africa {
	top: 357px;
	left: 58px;
}

#contact_business #len01 .w_map .middle_east {
	top: 304px;
	left: 220px;
	z-index: 991;
}

#contact_business #len01 .w_map .asia {
	top: 334px;
	left: 362px;
	z-index: 990;
}

#contact_business #len01 .w_map .oceania {
	top: 50%;
	left: 50%;
	margin-top: 188px;
	margin-left: -101px;
}

#contact_business #len01 .w_map .america {
	top: 50%;
	left: 50%;
	margin-top: -97px;
	margin-left: 268px;
}

#contact_business #len01 .ct_area h3 {
	height: 62px;
	font-size: 20px;
	line-height: 60px;
	border-top: #595757 1px solid;
	border-bottom: #595757 1px solid;
	display: block;
	padding: 0 28px;
	font-weight: bold;
}

#contact_business #len01 .ct_area>div:first-child h3 {
	color: #208e9b;
}

#contact_business #len01 .ct_area>div:last-child h3 {
	color: #298948;
}

#contact_business #len01 .ct_area>div {
	padding-left: 10px;
	padding-right: 10px;
}

#contact_business #len01 .ct_area {
	margin-left: -25px;
	margin-right: -25px;
	padding-top: 70px;
}

#contact_business #len01 .ct_area>div>div {
	border-bottom: #595757 1px solid;
	padding: 20px 27px;
	min-height: 156px;
}

#contact_business #len01 .ct_area dl {
	width: 50%;
	float: left;
}

#contact_business #len01 .ct_area dl dt {
	font-size: 16px;
	line-height: 26px;
	color: #595757;
}

#contact_business #len01 .ct_area dl dd {
	font-size: 16px;
	line-height: 26px;
	padding-top: 6px;
}

#contact_business #len01 .ct_area dl dd strong {
	display: block;
}


/****************** E : business******************/


/****************** S : location******************/

#contact_location #len01 .content {
	padding-top: 100px;
	text-align: center;
}

#contact_location #len01 .title h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#contact_location #len01 .title p.contact {
	font-size: 14px;
	line-height: 20px;
	padding-top: 15px;
}

#contact_location #len01 .maparea {
	padding-top: 30px;
}

#contact_location #len01 #map {
	width: 100%;
	height: 580px;
	border: #dddddd 1px solid;
}


/****************** E : location******************/


/****************** S : ct******************/

#contact_ct {
	padding-bottom: 0;
	background-color: #FFF;
}

#contact_ct #len01 {
	padding-top: 100px;
	padding-bottom: 60px;
}

#contact_ct #len01 .row>div img {
	width: 100%;
}

#contact_ct #len01 .row>div:last-child img {
	visibility: hidden;
}

#contact_ct #len01 .row>div:last-child>div {
	position: relative;
}

#contact_ct #len01 .row>div:last-child dl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#contact_ct #len01 .row>div:last-child dl>* {
	padding-left: 75px;
	padding-right: 70px;
}

#contact_ct #len01 .row>div:last-child dl dt {
	border-bottom: #acacac 1px solid;
	color: #3ea6b2;
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	padding-top: 155px;
	padding-bottom: 35px;
}

#contact_ct #len01 .row>div:last-child dl dd {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
}

#contact_ct #len02 {
	padding-bottom: 85px;
}

#contact_ct #len02 .container {
	border-top: 2px #c2c2c2 solid;
}

#contact_ct #len02 .m_box>div:last-child {
	border-left: 1px #c2c2c2 solid;
}

#contact_ct #len02 .m_box>div h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 70px;
	color: #3ea6b2;
	border-bottom: 1px #c2c2c2 solid;
}

#contact_ct #len02 .m_box>div:last-child h4 {
	color: #298948;
}

#contact_ct #len02 .m_box>div:last-child div {
	border-left: 0;
}

#contact_ct #len02 .m_box>div div dl {
	border-bottom: 1px #c2c2c2 solid;
	height: 195px;
	padding: 50px 65px 50px 170px;
	position: relative;
}

#contact_ct #len02 .m_box>div div dl * {
	letter-spacing: 0;
}

#contact_ct #len02 .m_box>div div dl dt {
	position: absolute;
	display: block;
	left: 65px;
	top: 50px;
	font-size: 18px;
	font-weight: bolder;
	line-height: 32px;
	color: #898989;
}

#contact_ct #len02 .m_box>div div dl dd {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
}

#contact_ct #len02 .m_box>div div dl dd strong {
	display: block;
	font-weight: bolder;
}

#contact_ct #len02 .m_sv {
	text-align: center;
}

#contact_ct #len02 .m_sv>span {
	font-size: 20px;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 45px 0 30px 0;
	font-weight: bold;
}

#contact_ct #len02 .m_sv ul {
	display: table;
}

#contact_ct #len02 .m_sv ul li {
	display: table-cell;
	width: 640px;
	margin: 0 auto;
	text-align: center;
}

#contact_ct #len02 .m_sv ul li span {
	display: block;
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	padding-top: 15px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	#contact_ct #len02 .m_box>div div dl {
		height: 195px;
		border-bottom: 1px #c2c2c2 solid;
		padding: 50px 65px 50px 120px;
		position: relative;
	}
	#contact_ct #len02 .m_box>div div dl dt {
		position: absolute;
		display: block;
		left: 45px;
		top: 50px;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px;
	}
	#contact_ct #len02 .m_box>div div dl dd {
		font-size: 18px;
		line-height: 32px;
	}
}

@media (min-width: 1200px) {
	#contact_ct #len02 .m_box>div div dl {
		padding: 50px 65px 50px 170px;
	}
	#contact_ct #len02 .m_box>div div dl dt {
		left: 65px;
	}
	#contact_ct #len02 .m_box>div div dl dd {
		font-size: ] + px;
		line-height: 32px;
	}
}


/****************** E : ct******************/