@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;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}

.privacy_wrap{
    width: 100%;
    padding-bottom: 150px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 개인정보처리방침 */
.privacy_wrap span.name_color {font-size:1em; font-weight:700; color:rgb(0, 0, 255);}
/* .pri_link {display: inline-block; padding: 0 10px;  background: #1e713c;  border-radius: 10px; margin-left: 10px; color: #fff;}
.pri_link:hover {background:#0b4721;}
.privacy_link {color:#6199ef;}
.privacy_link:hover {text-decoration:underline;} */
.privacy_box {width:100%; border:1px solid #ddd; background:#f7f7f7; padding:30px;margin-bottom: 30px;}
.privacy_text {font-size:1.1em; margin-bottom:30px; word-break:keep-all;}
.privacy_text.last {margin-bottom:0;}

/* 이용약관 */
.provision_title{
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 40px;

}
.co_btn_box{
    display: flex;
    margin-bottom: 20px;
}
.co_btn_box .on{
    background-color: #ddd;
}
.co_btn{
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
}

.content_box{
    border-top: thick double #32a1ce;
    padding-top: 20px;
}

/****************** 서비스_무단이메일수집금지 ******************/
.service_email {
    width: 100%;
    padding-bottom: 150px;
    /* max-width:1200px; */
    margin: 0 auto;
}
.email_box {width:100%; border:1px solid #ddd; background:#f7f7f7; padding:30px;}
.email_text {font-size:1.1em; word-break:keep-all;}
.email_text span {display:block; margin-top:15px; color:#888; font-size:0.8em;}
.email_list {margin-top:50px;}
.email_tit {font-size:1.6em; font-weight:700; position:relative; padding-left:25px; margin-bottom:20px;}
.email_tit:before {position:absolute; left:0; top:3px; display:block; content:""; width: 20px; height: 26px; box-sizing: content-box;  background: #565656;}
.email_tit:after {content: "";   position: absolute;   left: 0;   top: 21px;   width: 0;   height: 0;   border-bottom: 8px solid #fff;   border-left: 10px solid transparent;  border-right: 10px solid transparent;}
.email_ul {width:100%; padding-left:23px;}
.email_ul li {font-size:1.05em; padding-left:12px; position:relative; margin-bottom:7px;  word-break:keep-all;}
.email_ul li:before {position: absolute; left: 0px; top: 10px; content: ""; display: block;  width: 6px;  height: 6px;  border-top: 1px solid #666;  border-right: 1px solid #666;
  transform: rotate(45deg); -webkit-transform : rotate(45deg);  -moz-transform :rotate(45deg);  -ms-transform : rotate(45deg); -o-transform : rotate(45deg);}


  #ctt{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    cursor: default;
}

.privacy_wrap{
    max-width: none;

}
.ctt_admin{
    max-width: 1440px;
    margin: 0 auto;
}
.btn_admin {
    margin-left: auto;
}