/* Main */

/* main visual text */
.content-title1 {
  font-family: Open Sans;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 160%;
  color: #fec708;
}
.content-title2 {
  font-family: Open Sans;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 160%;
  color: #00daff;
}
.content-title3 {
  font-family: Open Sans;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 160%;
  color: #ccff00;
}
.content-title4 {
  font-family: Open Sans;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 160%;
  color: #333;
}
.content-title5 {
  font-family: Open Sans;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 160%;
  color: #333;
}
.content-subtitle1 {
  width: 39.5%;
  margin: 0 auto;
  font-family: "NanumGothic";
  font-size: 1.4em;
  line-height: 160%;
  color: #fec708;
}
.content-subtitle2 {
  width: 41%;
  margin: 0 auto;
  font-family: "NanumGothic";
  font-size: 1.4em;
  line-height: 160%;
  color: #00daff;
}
.content-subtitle3 {
  width: 45%;
  margin: 0 auto;
  font-family: "NanumGothic";
  font-size: 1.4em;
  line-height: 160%;
  color: #ccff00;
}
.content-subtitle4 {
  width: 100%;
  font-family: "NanumGothic";
  font-size: 1.4em;
  line-height: 160%;
  color: #333;
}
.content-subtitle5 {
  width: 100%;
  font-family: "NanumGothic";
  font-size: 1.4em;
  line-height: 160%;
  color: #333;
}
.content-btn-area {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}
.content-subtxt {
	font-family: "NanumGothic";
    font-size: 1.2em;
    line-height: 160%;
    color: #333;
}
	
	

/* Button Ani */
.box1 {
  position:relative;
  vertical-align: middle;
  color: #fec708;
  display: inline-block;
  padding: 15px 50px;
  font-family: "NanumGothic";
  font-size: 1.2em;
  line-height: 140%;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid #fec708;
  -webkit-transition:0.5s;
}
.box1:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #fff;
  text-decoration: none;
}
.box1::before, .box1::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.box2 {
  position:relative;
  vertical-align: middle;
  color: #00daff;
  display: inline-block;
  padding: 15px 50px;
  font-family: "NanumGothic";
  font-size: 1.2em;
  line-height: 140%;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid #00daff;
  -webkit-transition:0.5s;
}
.box2:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #fff;
  text-decoration: none;
}
.box2::before, .box2::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.box3 {
  position:relative;
  vertical-align: middle;
  color: #ccff00;
  display: inline-block;
  padding: 15px 50px;
  font-family: "NanumGothic";
  font-size: 1.2em;
  line-height: 140%;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid #ccff00;
  -webkit-transition:0.5s;
}
.box3:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #fff;
  text-decoration: none;
}
.box3::before, .box3::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.foo::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: 0 100%;
}
.foo::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: 100% 0%;
}
.box1:hover::after, .box1:hover::before {
  -webkit-transform: scale(1);
}
.box2:hover::after, .box2:hover::before {
  -webkit-transform: scale(1);
}
.box3:hover::after, .box3:hover::before {
  -webkit-transform: scale(1);
}


/* service img */
.contact-section .service-box {
	margin : 0 7.5%; 
	width: 245px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	float: left;
	clear: both;
	}
.contact-section .service-icon {
	margin-bottom: 10%;	
	}	
.contact-section .service-icon img {
	width: 245px;
	height: 245px;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%;
	}
.contact-section .service-txt {
	width: 180px;
	margin: 0 auto;
	font-family: "NanumGothic";
    font-size: 1em;
    line-height: 160%;
    color: #333;	
}
.contact-section .service-btn-area {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}
.contact-section .service-btn {
	border: 1px solid #000;
	border-radius: 2px; 
	padding: 15px 20px;
	font-family: "NanumGothic";
	font-size: 1em;
    line-height: 140%;
    color: #000;
	max-width: 135px;
	margin: 0 auto;
	margin-top: 20px;
}
.contact-section .service-btn > a {color: #000; text-decoration: none;}


/* 파트너 */
.partner-list {
	text-align: center;
}
.partner-list li {
	list-style: none;
	float: left;
	margin: 20px 25px;
}
.partner-list li img {
	width: auto;
	max-width: 100%; 
}




/* media query */
@media all and (min-width:1201px){
	.content-subtitle1 {width: 39.5%; }
	.content-subtitle2 {width: 41%;	}
	.content-subtitle3 {width: 45%;	}
}
@media all and (min-width:768px) and (max-width:1200px) {
	.content-subtitle1 {width: 62%;	}
	.content-subtitle2 {width: 65%;	}
	.content-subtitle3 {width: 69%;	}
	.contact-section .service-box {
		margin : 0 7.5%; 
		width: 245px;
		margin-top: 50px;
		margin-bottom: 50px;
		position: relative;
		float: left;
	}	
	.partner-list {text-align: center;	}
	.partner-list li {
		list-style: none;
		float: left;
		margin: 20px 20px;
	}
	.partner-list li img {
		width: auto;
		max-width: 100%; 
	}
}

@media all and (max-width:767px) {	
	.contact-section .service-box {
		margin : 0 40px; 
		width: 245px;
		margin-top: 50px;
		margin-bottom: 50px;
		position: relative;
		float: left;
	}
	.partner-list {
		text-align: left;
		width: 100%;
	}
	.partner-list li {
		list-style: none;
		float: left;
		margin: 10px 0px;
		margin-right: -5px;
	}
	.partner-list li img {
		width: auto;
		max-width: 65%; 
	}
}
@media all and (max-width:680px) {
	.content-title1 {font-size: 2.4em; }
	.content-title2 {font-size: 2.4em; }
	.content-title3 {font-size: 2.4em; }
	.content-title4 {
		font-size: 2em;
		padding:0 1%;
	}
	.content-title5 {font-size: 2em; }
	.content-subtitle1 {
		width: 88%;
		font-size: 1.3em;
	}
	.content-subtitle2 {
		width: 88%;
		font-size: 1.3em;
	}
	.content-subtitle3 {
		width: 88%;
		font-size: 1.3em;
	}
	.content-subtitle4 {
		width: 85%;
		font-size: 1.3em;
		margin: 0 auto;
	}
	.content-subtitle5 {
		width: 85%;
		font-size: 1.3em;
		margin: 0 auto;
	}
	.content-subtxt {
		font-size: 1.1em;
		margin-top: 3%; 
	}
	.contact-section .service-box {
		margin : 0 13%; 
		margin-top: 2%;
		margin-bottom: 10%;
		position: relative;
		clear: both;
	}
	.partner-list li img {
		width: auto;
		max-width: 300px; 
	}
	
}
