@charset "utf-8";

/* 내용관리 */
#ctt {margin:0 0 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:0 0 10px 0;line-height:1.6em}
#ctt_con .hadow_gray_half {
    position: relative;
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
	}
#ctt_con .point_top {
    position: relative;
    padding: 10px 0;
    margin: 0 0 30px 0;
    overflow: visible;
		line-height: 1.8;
	}
#ctt_con .point_top .title {
    position: relative;
    left: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 4px 20px;
    border-radius: 0 0px 15px 15px;
    background: #db3232;
    word-break: break-all;
    width: 200px;
    text-align: center;
	}
#ctt_con .point_top .con {
    position: relative;
    padding: 8px 10px 0;
    z-index: 1;
	}
#ctt_con .point_content {
    text-align: center;
    margin-top: 40px;
	}
#ctt_con .point_content .title {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -0.08rem;
	}
#ctt_con .point_content .tbl_wrap {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
	}

#ctt_con .point_content .tbl_wrap table {
    width: 100%;
    border-spacing: 0;
    padding: 0;
	}
#ctt_con .point_content .tbl_wrap table tr th {
    background: #f0f0f0;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.02rem;
    padding: 10px 0;
	}
#ctt_con .point_content .tbl_wrap table tr td {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #e8e9eb;
    letter-spacing: -0.02rem;
    padding: 10px 0;
	}
#ctt_con .point_content .tbl_wrap table tr.start_line {
    border-top: 2px solid #f00;
	}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

