@charset "utf-8";
/* 내용관리 */
#container_title {
  text-align: center;
  font-size: 2em;
}
#ctt {
  margin: 10px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
	position: relative;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
	-webkit-backdrop-filter: saturate(180%) blur(15px);
	backdrop-filter: saturate(180%) blur(15px);
	box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	
	font-family: 'Nanum Myeongjo', serif;


}
.ctt_admin {
  text-align: right
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}
#ctt_con {
	
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.24);
	-webkit-backdrop-filter: saturate(180%) blur(15px);
	backdrop-filter: saturate(180%) blur(15px);
	
  padding: 50px 50px 250px 50px;
  line-height: 1.6em;
  font-size: 1.3em;
  width: calc(100% - 380px);
  float: right;
	margin-top: 250px;
	margin-right: 50px;
	margin-bottom: 100px;
	color: #6A6A6A;
}
#ctt_con img {
  max-width: 100%;
  height: auto
}
.ctt_img {
  float: left;
  width: 350px;
  padding: 25px;
  display: inline-block;
}
.ctt_img img {
  width: 300px;
  border-radius: 200px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);
}
.ctt_company {
  width: 100%;
}
.intro_left {
  float: left;
  width: 300px;
  display: inline-block;
	margin-top: 50px;
	margin-left: 25px;
}
.intro_left .ceo_img {
  width: 300px;
}
.intro_back {
	width: 100%;
	height: 300px;
	padding: 20px;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	
}

.intro_bottom {
	width: 250px;
	height: 250px;
	
	display: inline-block;
	padding: 25px;
	
	
	
	margin: 10px auto;
}
.intro_bottom img {
	width: 200px;
	height: 200px;
	 object-fit: cover;
	border-radius: 200px;
}

#sub_ex_top{
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	padding: 20px;
	width: 100%;
	display: inline-block;

}


.intro_sub_ex {
	width: 300px;
	float: left;
}

.intro_back img {
  width: 100%;
  height: 300px;
  object-fit: cover;
	
	border-radius: 10px;
}

.bottom_deco {
	width: 100%;
	clear: both;
	text-align: center;
}


.main_brand_ex {
	float: left;
	width: 300px;
	text-align: center;
	padding: 20px;
}

.main_brand_ex img {
	width: 180px;
	
}

.main_brand_ex p {
	width: 100%;
	margin-top: 20px;
	font-size: 1.5em;
	line-height: 30px;
	text-align: left;
	font-family: 'Malgun Gothic', dotum, sans-serif;
}

.main_brand_ex .sub_title{
	width: 100%;
	margin-top: 20px;
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
}

.main_brand_ex  #brand_title
{
	
	text-align: center;

	margin-bottom: 30px;
}

#ceo_ex {
	clear: both;
}