/* SEO 설정 @seo-modify (추후 admin.style.css에 추가분) */
.seo-guide {display:block;font-size:.875rem;line-height:1.5;color:#000}
.seo-guide:not(:only-child) {margin-top:.5rem}
.seo-guide-title {display:block;margin-bottom:.5em;color:#f44e5c}
.seo-guide-list {font-size:.9em}
.seo-guide-list small {font-weight:light;font-weight:var(--wgt300, 300);color:#777}
.seo-guide-point {font-weight:bold;font-weight:var(--wgt500, 500);color:#5684ff;text-decoration:underline}
.seo-guide-more {margin:.5em 0 0;font-size:.8em;font-weight:light;font-weight:var(--wgt300, 300);color:#777}
.seo-guide-link {color:#222 !important;text-decoration:underline}

/**********************************************
note : box-skin
**********************************************/
.user-bg2 {background-color:#f2f6fa}
.user-bg3 {background-color:#0d345e}
.user-point01 {color:#3d92f5}
.user-point02 {color:#c93093}
.user-point03 {color:#fb9730}
.user-point04 {color:#17a317}
.box-skin.title-line > .header {padding-top:0.9rem;border-top:2px solid rgba(0,0,0,1)}
.box-skin.title-line.user-point01 > .header {border-top-color:#3d92f5}
.box-skin.title-line.user-point02 > .header {border-top-color:#c93093}
.box-skin.title-line.user-point03 > .header {border-top-color:#fb9730}
.box-skin.title-line.user-point04 > .header {border-top-color:#17a317}
.box-skin.user-point01 .header > strong, .box-skin.user-point01 .header > a {color:#3d92f5}
.box-skin.user-point02 .header > strong, .box-skin.user-point02 .header > a {color:#c93093}
.box-skin.user-point03 .header > strong, .box-skin.user-point03 .header > a {color:#fb9730}
.box-skin.user-point04 .header > strong, .box-skin.user-point04 .header > a {color:#17a317}
.box-skin.tit-radius {padding:23px 20px 31px}
.box-skin.tit-radius > .header span {display:inline-block;padding:6px 15px;border-radius:20px}
.box-skin.tit-radius > .header span.tit01 {border:1px solid #11489b;color:#11489b}
.box-skin.tit-radius > .header span.tit02 {border:1px solid #fff;color:#fff}
.box-skin.tit-radius .header > strong, .box-skin.tit-radius .header > a {font-size:1rem}
.box-skin.m-pad {margin-left:-1.25rem;margin-right:-1.25rem}

/**********************************************
note : 소개 페이지
**********************************************/
/* 공통 */
.about-us .cont_title {position:relative;font-size:20px;color:#333333;padding-left:18px;font-weight:500;margin-bottom:20px}
.about-us .cont_title::before {content:"";position:absolute;top:50%;transform:translateY(-50%);display:block;height:12px;width:12px;border:3px solid #04509e}
.about-us .table-wrap {margin-top:1rem}
.about-us .table-wrap table {margin-bottom:0;border-right:1px solid #e1e1e1}
.about-us .table-wrap table thead {border-top-color:#00245a}
.about-us .table-wrap,
.about-us .table-wrap th {background-color:#47699b;border-bottom:1px solid #e1e1e1;color:#fff;text-align:center}
.about-us .table-wrap th, .table-wrap td {border-left:1px solid #e1e1e1}
.about-us .table-wrap th.bor-btm {border-bottom:1px solid #e1e1e1}
.about-us .table-wrap tbody tr {border-bottom:1px solid #e1e1e1 !important}
.about-us .table-wrap tbody tr:nth-child(even) {background-color:#fff}
.about-us .table-wrap tbody .date {font-weight:600}
.about-us .table-wrap tbody .point-bg {background-color:#ecf1f7}
.about-us .table-wrap table ul {margin-bottom:0}
.about-us .table-wrap table ul li {margin-bottom:0.7rem;line-height:1.25;color:rgba(0,0,0,.5)}
.about-us .table-wrap table ul li:last-child {margin-bottom:0}
@media screen and (max-width: 39.9375em) {
	.about-us .table-wrap {width:100%;overflow:auto}
	.about-us .table-wrap > table {white-space:nowrap;border-collapse:collapse}
}

/* 조직도/소개 */
.about-us.com-1 .con-box {padding:40px 15px;background-color:#fff;border-top:3px solid #afc3d7;border-bottom:3px solid #afc3d7;margin-top:1rem}
.about-us.com-1 .con-box p {font-size:.9rem;line-height:1.65;color:rgba(0,0,0,.5)}

/* 방송 편성 안내 */
.about-us.com-4 .table-wrap td {text-align:left}
.about-us.com-4 .table-wrap {margin-bottom:2rem}
.about-us.com-4  .table-wrap tbody th {background-color:#ecf1f7;color:#333}