
/* ´º µðÀÚÀÎ */
.common_title_text>span{
  font-size: 24px;
  color: rgb(168, 168, 168);
}
.common_title{
	font-size: 2.857rem;
	line-height: 1.6;
	font-weight: 100 !important;
	text-align: center;
	color: #333;
	padding: 80px 0px 40px 0px;
	position: relative;
}
.common_title_line{
	width: 1200px;
	margin: 0 auto;
	border-bottom: #bbbbbb 1px solid;
}
.common_title_text{
	background-color: #fff;
	width: max-content;
	margin: 0 auto;
	position: absolute;
	top: 40px;
	left: 0; right: 0;
	padding: 0 30px;
}

@media (max-width: 1200px) {
	.common_title_text{
		width: 100%;
	}
}

@media (max-width: 400px) {
	.common_title_line{
		width: 100%;
	}
}
	.common_title_bar{
		margin: 80px 0;
		text-align:center;
		
	}
	.common_title_bar>div{
		height:1px;
		background: rgba(0, 0, 0, 0.3);
		font-size:0;
		line-height:0;
		padding:0;
		margin:0;
	}

	.common_title_bar h1{
		font-size: 40px;
    background: #fff;
    display: block;
    line-height: 1.3;
    padding: 0 2% ;
    color: #444;
		font-weight: 100 !important;
		margin: -30px;
		

	}

	.common_title_bar h1>strong{
		font-weight: 100 !important;
		top: -20px;
	}


	.member_box{

		text-align:center;
		padding:20px;
		width:460px;
		border:1px solid #bbbbbb;

	}

	.member_box h3{

		font-weight:bold;

	}




.basic_btn{
  border-radius: .2rem;
  color:#268e6c;
  background-color: transparent;
  background-image: none;
  border: 2px solid;
  border-color: #1ABC9C ;
  padding: 5px 10px;
  display: inline-block;
}
.basic_btn:hover{
  background-color:#268e6c;
  color: #fff;
}

.active{
  background-color:#082953;
	color: #fff;
	height: 100%;
}



/* È­¸é ³Êºñ 0~1720px */

