@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0; padding:0px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


#container_title span {
    margin: 40px auto 0px;  font-size: 32px;   font-family: "Montserrat", sans-serif; text-align:center; font-weight:700;
    display: block; 
    line-height: 30px;
}

#container_title {
    margin: 40px auto 0px;  font-size: 32px;   font-family: "Montserrat", sans-serif; text-align:center; font-weight:700;
    display: block; 
    line-height: 30px;
}


 .container {
  font-family: "Montserrat", sans-serif;
  width: 1300px;
  margin: 40px auto;
  display: flex;
  background-color: #f4f4f4;
  border-radius: 16px;
  overflow: hidden;
}

.text-section {
  width: 780px;
  padding: 30px;
  box-sizing: border-box;
}

.text-section h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-section p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.text-section p strong {
  display: inline-block;
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
}

.image-section {
  width: 520px;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.image-section img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}