﻿/**********************************************
note : design custom style page
**********************************************/

/* 기사면 링크 폰트컬러 */
.article-body .article-veiw-body a:link,.article-body .article-veiw-body a:visited {color:#226fd9 !important}

/* 기사변 부제목 간격 */
.row #article-view .subheading {font-size:1.067rem}

/* 모바일 배경색 */
.box-skin.cus-back01 {background-color:#fcfbe0}
.box-skin.cus-back02 {background-color:#e0edfc}

/**********************************************
광고안내
**********************************************/
/* 공통 */
.about-us.ad-info .content .titles {display:inline-block;margin-bottom:2rem;margin-top:5rem;font-size:2rem;font-weight:bolder}
.about-us.ad-info .content .sub-tit {display:block}
.about-us.ad-info .content p {font-size:16px;color:#000;line-height:32px;text-align:justify}
.about-us.ad-info .content table tbody td, .about-us.ad-info .content table tbody th {padding:1.1rem 1.5rem;font-size:16px}
.about-us.ad-info .content table tbody th {width:25%;border-right:1px solid rgba(0,0,0,.05)}
.about-us.ad-info .content table .b-color {background-color:#f0f0f045}

/* 소개 */
.about-us.ad-info .header .right{display:inline-block;width:320px;vertical-align: middle}
.about-us.ad-info .header .left{display:inline-block;width: calc(100% - 360px);margin-left:30px;vertical-align: middle}
.about-us.ad-info .header .titles {display:inline-block;margin-bottom:1rem;font-size:2rem;font-weight:bolder;text-align:center}

/* 광고 단가표 */
.about-us.ad-info .content .about-ad {display:block;margin-top:30px}
.about-us.ad-info .content .about-ad::after {content:'';display:table;clear:both}
.about-us.ad-info .content .about-ad .item {margin-top:50px;text-align:center}
.about-us.ad-info .content .about-ad .item:nth-child(1) {margin-top:0}
.about-us.ad-info .content .about-ad .item ul {margin:0}
.about-us.ad-info .content .about-ad .item img {display:block;margin:0 auto}
.about-us.ad-info .content .about-ad table {width:92%;margin:0 auto}
.about-us.ad-info .content .about-ad table tbody td, .about-us.ad-info .content .about-ad table tbody th {padding:.9rem .7rem;font-size:14px}
.about-us.ad-info .content .about-ad table tbody th {width:25%}
.about-us.ad-info .content .about-ad table tbody td {border-right:1px solid rgba(0,0,0,.05)}
.about-us.ad-info .content .about-ad table tbody td:last-child {border-right:0}

@media screen and (max-width:39.9375em) {
	.row .about-us.ad-info .header .right {display:block;width:70%;margin:0 auto}
	.row .about-us.ad-info .header .left {display:block;width:100%;margin-left:0}
	.row .about-us.ad-info .header .titles {display:block;margin-bottom:1rem;font-size:1.6rem;font-weight:bolder;text-align:center}
	.row .about-us.ad-info .content .titles {display:block;margin-bottom:1rem;font-size:1.6rem;font-weight:bolder;text-align:center}
}

/* 이승현 / 1071363 / 20210706 */
.about-us.ad-info .content .about-ad .s_title {font-size: 17px; letter-spacing: -.10rem; color: #0046a5 !important;}
@media screen and (max-width:39.9375em) {
.about-us.ad-info .content .about-ad .s_title {font-size: 14px; }
}


/* 임희은 / 1173526 / 20220615 */
#article-view.mobile .infomation {text-align:left;}
#article-view.mobile .article-view-header {border-bottom:0;margin-bottom:1rem;}
#article-view.mobile .quick-tool>.sns-share-btns {display: inline-block;width:36px;height:32px;font-size:.875rem;border-width:1px 0 1px 1px;border-style:solid;border-color:rgba(0,0,0,.12);text-align:center;vertical-align:middle;transition:border-color .3s ease-in-out,background-color .3s ease-in-out;}
#article-view.mobile .quick-tool>.sns-share-btns:nth-last-child(3) {border-right-width:1px;}

/* 임희은 / 1208952 / 20221021 */
.label.radius,.label[style*="background"] {border-radius:.2rem !important}

/* 유튜브 쇼츠 */
.simplebox.short-vid{display:flex;}
.simplebox.short-vid .simplebox-content{width: 400px;height: 714px !important;margin: 0 auto;}

@media screen and (max-width: 39.9375em) {
.simplebox.short-vid{display:block;}
.simplebox.short-vid .simplebox-content{width: 100%;height: auto;}
}


#user-section {max-width:1080px !important;} /* 기사목록 */
#article-view .wrapper {max-width:1080px !important;} /* 기사뷰 */