
.section2 .theme-title{
  font-weight: 100;
  text-align: center;
  line-height: 1.6;
  animation: type 1.5s steps(10, end);
  overflow: hidden;
  white-space: nowrap;
	font-size: 40px;
	margin: 0 auto;
}
.section2 .theme-title span{
  color: #000;
  background-color: #56a6c2;
}
@keyframes type{
	0%{
    width: 0;
  }
	50%{
    width: 0;
  }
	100%{
    width: 100;
  } 
} 

/* tab 버튼 */
.section2 .tab-wrap{
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}
.section2 .tab-wrap::after{
  content: '';
  display: block;
  clear: both;
}
.section2 .tab-wrap a{
  display: inline-block;
  transition: all .25s ease;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 30px;
	background-color: transparent;
	color: #979797;
	width: 140px;
	margin: 0 15px;
	padding: .5rem 1rem;
}
.section2 .tab-wrap a.active{
	color: #56a6c2;
	border: 1px solid #56a6c2;
	background-color: transparent;
}
.section2 .tab-wrap a:hover{
	border: 1px solid #56a6c2;
	background-color: transparent;
	color: #56a6c2;
}

/* tab-content 공통 */
.section2 .tab-content{
  display: none;
}
.section2 .tab-content.active{
  display: block;
}

/* 회사연혁 - 비주얼1 */
.section2 .tab-content .swiper-visual{
	width: 100%;
	margin: 60px 0;
}
.section2 .tab-content .swiper-visual .swiper-wrapper{
	width: 100%;
	display: flex;
}
.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide{
	width: 100%;
	position: relative;
}
.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide .visual-img1{
	background: url(../img/company-visual.png) 50% 50% / cover no-repeat;
	width: 100%;
	height: 500px;
}
.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide .visual-txt{
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translateX(-50%);
}
.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide .visual-txt .main-txt{
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 22px;
}
.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide .visual-txt .main-txt span{
	color: #56a6c2;
}
.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide .visual-txt .sub-txt{
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #ccc;
	font-weight: 300;
	text-align: center;
	line-height: 2;
}

/* 회사연혁 - 플레이포인트랩 설명 */
.section2 .tab-content .explain{
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.section2 .tab-content .explain h3{
	font-weight: 500;
}
.section2 .tab-content .explain > p{
	font-weight: 300;
	line-height: 1.8;
}

/* 회사연혁 - 플레이포인트랩 영상 */
.section2 .tab-content .youtube{
	position: relative;
	max-width: 1200px;
	margin: 60px auto;
	border-radius: 30px;
}
.section2 .tab-content .youtube iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

/* 회사연혁 - 역사 */
.section2 .tab-content .history{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #1f1f1f;
}
.section2 .tab-content .history::after{
	content: '';
	display: block;
	clear: both;
}
.section2 .tab-content .history h3{
	font-weight: 500;
	text-align: center;
}
.section2 .tab-content .history h3 span{
	color: #56a6c2;
}

.section2 .tab-content .history .history-box{
	text-align: left;
	position: relative;
	float: left;
}
.section2 .tab-content .history .history-box > li{
	font-weight: 400;
	margin-bottom: 40px;
	margin-left: 30px;
}
.section2 .tab-content .history .history-box > li > span{
	display: block;
	margin-bottom: 20px;
	color: #56a6c2;
	font-size: 20px;
}
.section2 .tab-content .history .history-box > li > span::before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #56a6c2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	margin-top: 8px;
}
.section2 .tab-content .history .history-box > li > ul{
	font-weight: 100;
	font-size: 15px;
}
.section2 .tab-content .history .history-box > li > ul > li{
	margin-bottom: 10px;
}
.section2 .tab-content .history .history-box > li > ul > li > span{
	display: inline-block;
	/* padding-left: 40px; */
}

/* 오시는길 - 비주얼 */
.section2 .tab-content .map-visual{
	width: 100%;
	display: flex;
	margin: 60px 0;
}
.section2 .tab-content .map-visual .swiper-slide{
	position: relative;
	cursor: pointer;
}
.section2 .tab-content .map-visual .swiper-slide .visual-img1{
	background: url(../img/visual1.png) 50% 50% / cover no-repeat;
	width: 100%;
}
.section2 .tab-content .map-visual .swiper-slide .visual-img2{
	background: url(../img/visual2.png) 50% 50% / cover no-repeat;
	width: 100%;
}
.section2 .tab-content .map-visual .swiper-slide .visual-img3{
	background: url(../img/visual15.jpg) 50% 50% / cover no-repeat;
	width: 100%;
}

.section2 .tab-content .map-visual .swiper-slide .visual-txt{
	position: absolute;
	top: 40%;
	transition: all 0.5s 0s ease-in-out;
}
.section2 .tab-content .map-visual .swiper-slide .visual-txt1{
	left: 0;
	text-align: left;
}
.section2 .tab-content .map-visual .swiper-slide .visual-txt2{
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.section2 .tab-content .map-visual .swiper-slide .visual-txt3{
	right: 0;
	text-align: right;
}
.section2 .tab-content .map-visual .swiper-slide .visual-txt .main-txt{
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-weight: 500;
}
.section2 .tab-content .map-visual .swiper-slide .visual-txt .main-txt span{
	color: #56a6c2;
}
.section2 .tab-content .map-visual .swiper-slide .visual-txt .sub-txt{
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #ccc;
	font-weight: 500;
}

/* 오시는길 - 지도 */
.section2 .tab-content .map-box{
	max-width: 1200px;
	margin: 0 auto;
}
.section2 .tab-content .map-box #map{
	width: 100%;
	height: 500px;
}
.section2 .tab-content .map-box .icon{
	margin-top: 20px;
}
.section2 .tab-content .map-box .icon-title{
	font-weight: 300;
	color: #fff;
	font-size: 18px;
}
.section2 .tab-content .map-box .icon-img{
	font-weight: 100;
	color: #979797;
	font-size: 14px;
	line-height: 2;
}
.section2 .tab-content .map-box .icon-img img{
	width: 15px;
	margin-right: 10px;
}
.section2 .tab-content .map-box #map .gm-style-iw-d > div .txt{
	color: #000 !important;
}


/* pc */
@media (min-width: 1025px) {

	.section2{
		padding: 200px 20px;
	}
	.section2 .theme-title{
		font-size: 40px;
		padding-bottom: 80px;
		width: 520px;
	}

	/* tab 버튼 */
	.section2 .tab-wrap{
    max-width: 1200px;
  }
	.section2 .tab-wrap a{
    font-size: 18px;
  }

	/* 회사연혁 - 비주얼1 */
	.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide .visual-txt{
		font-size: 18px;
		width: 600px;
	}

	/* 회사연혁 - 플레이포인트랩 설명 */
	.section2 .tab-content .explain h3{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.section2 .tab-content .explain > p{
		font-size: 20px;
	}

	/* 회사연혁 - 플레이포인트랩 영상 */
	.section2 .tab-content .youtube{
		padding-bottom: 30%;
	}

	/* 회사연혁 - 역사 */
	.section2 .tab-content .history{
		padding: 60px 20px;
		border-radius: 30px;
	}
	.section2 .tab-content .history h3{
		font-size: 40px;
		margin-bottom: 60px;
	}
	.section2 .tab-content .pic{
		float: left;
		width: 450px;
	}
	.section2 .tab-content .history .history-box{
		width: 430px;
	}
	.section2 .tab-content .history .history-box > li{
		font-size: 17px;
	}
	.section2 .tab-content .history .history-box > li > ul > li > span{
		padding-left: 40px;
	}

	/* 오시는길 - 비주얼 */
	.section2 .tab-content .map-visual{
		flex-direction: row;
	}
	.section2 .tab-content .map-visual .swiper-slide{
		width: 33.333%;
	}
	.section2 .tab-content .map-visual .swiper-slide > p{
		height: 300px;
	}
	.section2 .tab-content .map-visual .swiper-slide .visual-txt{
		font-size: 18px;
	}

	/* 오시는길 - 지도 */
	.section2 .tab-content .map-box{
		padding: 60px 20px 0 20px;
	}
}

/* mobile */
@media (max-width: 1024px) {

	.section2{
		padding: 150px 20px 80px 20px;
	}
	.section2 .theme-title{
		font-size: 25px;
		padding-bottom: 30px;
		width: 330px;
	}

	/* tab 버튼 */
	.section2 .tab-wrap{
    width: 100%;
  }
	.section2 .tab-wrap a{
    font-size: 16px;
  }

	/* 회사연혁 - 비주얼1 */
	.section2 .tab-content .swiper-visual .swiper-wrapper .swiper-slide .visual-txt{
		font-size: 14px;
		width: 91%;
		padding: 0 20px;
	}

	/* 회사연혁 - 플레이포인트랩 설명 */
	.section2 .tab-content .explain h3{
		font-size: 25px;
		margin-bottom: 20px;
	}
	.section2 .tab-content .explain > p{
		font-size: 16px;
	}

	/* 회사연혁 - 플레이포인트랩 영상 */
	.section2 .tab-content .youtube{
		padding-bottom: 56.25%;
	}

	/* 회사연혁 - 역사 */
	.section2 .tab-content .history{
		padding: 30px 20px;
		border-radius: 0px;
	}
	.section2 .tab-content .history h3{
		font-size: 25px;
		margin-bottom: 30px;
	}
	.section2 .tab-content .pic{
		display: none;
	}
	.section2 .tab-content .history .history-box{
		width: 91%;
	}
	.section2 .tab-content .history .history-box > li{
		font-size: 14px;
	}
	.section2 .tab-content .history .history-box > li > ul > li > span{
		padding-left: 10px;
	}

	/* 오시는길 - 비주얼 */
	.section2 .tab-content .map-visual{
		flex-direction: column;
	}
	.section2 .tab-content .map-visual .swiper-slide{
		width: 100%;
	}
	.section2 .tab-content .map-visual .swiper-slide > p{
		height: 200px;
	}
	.section2 .tab-content .map-visual .swiper-slide .visual-txt{
		font-size: 14px;
	}

	/* 오시는길 - 지도 */
	.section2 .tab-content .map-box{
		padding: 30px 20px 0 20px;
	}
}
