@charset "utf-8";

/* 내용관리 */
.ctt_admin {text-align:right}
.ctt_img {text-align:center}

#co_greet {margin:0 0 30px 10px;padding:10px 0 10px 30px;border-left:10px solid rgba(0,0,0,.05); height:510px;}
#co_greet p {line-height:1.5em; color:#333;}
#co_greet p+p {margin-top:10px;}
#co_greet h3 {font-weight:500; font-size:20px; line-height:1.8em; color:#888}
#co_greet .sign {margin-top:30px; font-weight:400; color:#747474; font-size:20px; font-family:"Noto Sans KR","Nanum Gothic","나눔고딕","돋움" }
#co_greet .sign b {font-size:70px;  font-family:'SangSangShin'; padding-left:440px; transform:translateY(20px)}

#co_map {position:relative;margin-bottom:10px; overflow:hidden }
#co_map #info {position:absolute;left:0;top:0;bottom:0;list-style:none;min-width:420px; width:30%;margin:0;padding:25px 40px 0 25px;border-radius:20px 0 0 0;border-color:transparent;
background:rgba(15,55,90,.65);background:linear-gradient(to right,rgba(10,30,90, .95), rgba(24,100,200, .80),rgba(100,180,220,.01));z-index:3;}
#co_map #info li {margin-bottom:15px;color:#fff;line-height:1.3em;}
#co_map #info li:before {margin-right:7px;content:"\f0c8";font-family:"FontAwesome";font-size:.6em;line-height:.5em;vertical-align:middle;}
#co_map #comp_map {position:relative;height:470px;border-radius:25px 0 0 0;border-color:transparent;}
#co_map .map {border-radius:25px 0 0 0 ; overflow:hidden;}

#priv {padding:35px;border:1px solid #f1f1f1;border-radius:7px;background:#fff;box-shadow: 6px 0 15px -10px rgba(50, 50, 50, 0.45), -6px 0 15px -10px rgba(50, 50, 50, 0.45);}
#priv * {line-height:1.4em;}
#priv section {display:block;}
#priv section:after {display:block;content:"";margin:30px 0;border-top:1px solid #efefef;}
#priv section:last-child:after {margin:0;border:none;}
#priv section h2.tit {margin-bottom:20px;font-size:1.2em;font-weight:500;color:#0669c0;}
#priv section h3 {display:inline-block;margin:30px 0 10px;padding:3px 10px;border-radius:30px;font-weight:400;color:#fff;background:#629ac1;}
#priv section p {font-size:.9em;color:#333;}
#priv section ul {list-style:square;}
#priv section ul li {font-size:.9em;color:#333;}
