.bold{
	font-weight: bold;
}

.s1-top-definition{
	padding-top: 30px;
	padding-bottom: 50px;
}
.s1-top-definition p {
	font-size: 24px;
	line-height: 170%;
	text-align: center;
}
.s1-top-definition{
	font-size: 24px;
	line-height: 150%;
	text-align: center;
}
.service-top-imgbox{
	padding-bottom: 50px;
}
.service-top-imgbox img{
	width: 100%;
}
/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid rgb(162, 208, 252);
	background-color:  rgb(162, 208, 252);
  }
  
  /* Style the buttons inside the tab */
  .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 50%;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: rgb(162, 208, 252);
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	background-color: rgb(111, 184, 252);
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	border-top: none;
  }
  .first-tabcontent{
	  display: block;
  }
  .tab-title{
	  padding: 100px 0 70px;
	  font-size: 35px;
	  font-weight: bold;
  }
  .service-list{
	  padding-bottom: 30px;
	  padding-left: 15px;
	  padding-right: 15px;
  }
  .service-list-title p{
	  font-size: 24px;
  }
  .service-list-title p i{
	  padding-right: 15px;
	  color: #A1C9EC;
	  font-weight: bold;
  }
  .service-ex li{
	  font-size: 18px;
	  position: relative;
	  padding-left: 15px;
	  margin: 5px 0;
	  line-height: 160%;
	  word-break: keep-all;
  }
 .service-ex li .service-ex-space{
	 position: absolute;
	 top: 0;
	 left: 0;
 }
 /* 서비스이용 탭 */



 /* 서비스내용 탭 */

 .service-table-wrap{
	 width: 100%;
	 height: auto;
 }
 .service-table-top{
	 background: #f8f5f3;
	 border-top: 2px solid #000;
 }
 .service-table-wrap tr td{
	 text-align: center;
	 font-size: 18px;
	 border: 1px solid #e0e0e0;
	 padding: 10px 0;
 }
.service-table-wrap tr td:first-child{
	width: 20%;
	border-left: none;
}
.service-table-wrap tr td:nth-child(2){
	width: 20%;
}
.service-table-wrap tr td:last-child{
	width: 60%;
	border-right: none;
	text-align: left;
	padding: 10px 15px;
}

.service-table-wrap tr td p{
	position: relative;
	padding-left: 10px;
}
.service-table-wrap tr td p span{
	position: absolute;
	top: 0;
	left: 0;
}

/* 다른표 */

.service-table-wrap02 tr td:first-child{
	width: 15%;
}
.service-table-wrap02 tr td:nth-child(2){
	width: 15%;
}
.service-table-wrap02 tr td:nth-child(3){
	width: 20%;
}
.service-table-wrap02 tr td:last-child{
	width: 50%;
}

.service-table-half-wrap .col-xs-6{
	padding: 0 !important;
}
 /* 서비스내용 탭 */


 /* .service01-top-imgbox{
	 width: 100%;
	 height: 500px;
	 background: url(../img/service01-top-img01_f.jpg);
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 margin-bottom: 15px;
 }
 .service02-top-imgbox{
	width: 100%;
	height: 500px;
	background: url(../img/service02-top-img01_f.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom: 15px;
} */
  @media(min-width:1025px){

	  .service-list-title{
		  float: left;
		  width: 20%;
	  }
	  .service-ex{
		  float: left;
		  width: 80%;
	  }
	  .mo-br{
		  display: none;
	  }

  }
  @media(max-width:1025px){
	.service-list-title{
		padding-bottom: 15px;
	}
  }
  @media(max-width:768px){
	.s1-top-definition{
		font-size: 21px;
	}
	  .s1-top-definition br{
		  display: none;
	  }
	.service-table-wrap tr td{
		font-size: 14px;
	}

  }

  @media(max-width:360px){
	.service-table-wrap tr td{
		font-size: 10px;
	}
  }