@charset "utf-8";

/* 내용관리 */
#ctt {background:#fff;max-width: 1580px;margin: 120px auto; }
.ctt_admin {text-align:right; display:none;}
#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}


/* .pryvacyWrap{
    margin:0 auto;    
    max-width: 1580px;
    width: 100%;
    display: block;
    padding: 30px 40px 60px;
    border: 1px solid #ddd;
    font-size: 1em;
    line-height:3px;
} */

.sub_nav .inner ul > li:nth-child(2){display: none;}
.sub_top {transform: translate(0px, 21px);}


/* 내용관리 버튼 스타일 시작 */

/* CSS */
.button-35 {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
  box-sizing: border-box;
  color: #12121;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  font-family: Inter,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-35:hover {
  box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}

