#content{
  max-width: 1920px;
  margin: 100px auto 0;
}
#content .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;
}

#terms_area h1 {
  font-size: 40px;
  margin-bottom: 70px;
  padding: 20px 0;
  border-bottom: 1px solid #1C3BA2;
}
#terms_area .text_box{
 margin-bottom: 28px; 
}
#terms_area .text_box .desc_text{
  font-size: 16px;
  color: #474A4D;
}
#terms_area .text_box p{
  font-size: 28px;
}
#terms_area .content_box p {
  padding-top: 10px;
  font-size: 16px;
  color: #111111;
}

#terms_area a {
  color: rgb(102, 102, 102);
}

.privacy_content {
  font-size: 16px;
  margin: 10px 0px;
}

.privacy_list {
  margin-bottom: 30px;
}

ul.privacy_list > li {
  padding-left: 20px;
  padding-bottom: 20px;
}

ul.privacy_list > li > ul > li {
  padding-left: 20px;
}

ul.privacy_list > li > ul > li > ul > li {
  padding-left: 20px;
}

ul.privacy_list > li > ul > li > ul > li > ul > li {
  padding-left: 20px;
}

.privacy_table,
tr,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

.privacy_table td {
  padding: 0 5px 0 5px;
}
.content_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: scroll;} 
.ctt_header {
  display: none;
  padding: 0 2%;
  border-bottom: 1px solid var(--man-color-02);
}
.ctt_header h1 {
  color: var(--man-color-02);
  padding: 12px 12px 12px;
  line-height: 1.2;
  font-size:  18px;
}

.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;
}
@media screen and (max-width: 1024px){
  #content .inner{padding: 40px 5%;}
  #terms_area h1{
    font-size: 28px;
    margin-bottom: 40px;
  }
  #terms_area .text_box p{font-size: 24px;}
  #terms_area .text_box .desc_text{font-size: 14px;}
}
@media screen and (max-width: 767px) {
  #content{margin-top: 0 !important;}
  #headerAreaMobile {
    display: none;
  }
    #terms_area h1{display: none;}
  .inner .btn_box {
    display: block;
    display: flex;
  }
  #ctt {
    margin: 0 auto;
    padding: 0;
  }
  #privacy_content h1{
    font-size: 24px;
    text-align: left;
  }
  
  .privacy_content,.content_box{font-size: 14px}
  .content_box{padding: 16px 2%;}
  #privacy_content p{font-size: 16px;}
  #ctt .ctt_header {
    display: block;
  }
  #ctt_con {
    padding: 0 24px;
  }
  .ctt_policy1 #ctt_con {
    padding: 60px 24px;
  }
.ctt_header {
    display: block;
  }
  #privacy_content{
    margin: 40px 0;
    padding: 0 20px;
  }
}
