@charset "utf-8";

/* 내용관리 */
#ctt {
  background: #fff;
  max-width: 1920px;
  margin: 100px auto;
}
#ctt .inner{
  padding: 108px 12.6%;
  color: rgb(102, 102, 102);
  line-height: 1.4;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
}

.ctt_admin {
  text-align: right;
}

#ctt .ctt_header {
  display: none;
  padding: 0 2%;
  border-bottom: 1px solid var(--man-color-02);
}
#ctt .ctt_header h1 {
  color: var(--man-color-02);
  padding: 12px 12px 12px;
  line-height: 1.2;
}
#ctt_con {
  /* padding: 10px 0; */
  /* line-height: 1.6em; */
}

#ctt_con img {
  max-width: 100%;
  height: auto;
}

.ctt_img {
  text-align: center;
}

.ctt_header .btn_box .btn_back {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/theme/momo/common/images/btn_back.png) center no-repeat;
  background-size: contain;
}
.terms_intro{margin-bottom: 28px;}
.terms_intro h1{
  font-size: 40px;
  margin-bottom: 70px;
  padding: 20px 0;
  border-bottom: 1px solid #1C3BA2;
}
.terms_intro .text_box .desc_text{
  font-size: 16px;
  color: #474A4D;
}
.terms_intro .text_box p{
  font-size: 28px;
}
.terms_box{width: 100%; height: 530px; padding: 32px 2%; box-sizing: border-box; background: #FFFFFF; overflow: hidden; 
    border: 1px solid #E0E0E0; border-radius: 8px; color: #6C6C6C; font-weight: 300; font-size: 16px; line-height: 22px; overflow-y: auto; line-height: 1.6em;}
@media screen and (max-width: 1024px){
  #ctt{margin: 94px auto 0;}
   #ctt .inner{padding: 40px 5%;}
.terms_intro h1{
    font-size: 28px;
    margin-bottom: 40px;
  }
.terms_intro .text_box p{font-size: 24px;}
.terms_intro .text_box .desc_text{font-size: 14px;}
}
@media screen and (max-width: 767px) {
  #headerAreaMobile {
    display: none;
  }
    .terms_intro h1{display: none;}
  .inner .btn_box {
    display: block;
    display: flex;
  }
  #ctt {
    margin: 0 auto;
    padding: 0;
  }
  #ctt .ctt_header {
    display: block;
  }
  #ctt_con {
    padding: 0 24px;
  }
  .ctt_policy1 #ctt_con,.ctt_policy2 #ctt_con,.ctt_policy3 #ctt_con{
    padding: 60px 24px;
}
}
