/**********************************************
note : 소개페이지
name : 강혜리
**********************************************/
.com-about {letter-spacing:-0.05em}
.com-about::after {content:'';display:table;clear:both}
.com-about table {border-collapse:collapse}
.com-about table th,.com-about table td {font-size:15px}
.com-about table tbody th {background-color:rgba(0,0,0,.025);border-right:1px solid rgba(0,0,0,.05);text-align:center}
.com-about table tbody td {color:rgba(0,0,0,.65);border-left:1px solid rgba(0,0,0,.05)}
.com-about .about-group:not(:first-child) {margin-top:2rem}
.com-about .about-group::after {content:'';display:table;clear:both}
.com-about .com-titles {display:block;overflow:hidden;margin:3rem 0 1rem;font-size:2.5rem;font-weight:700;font-weight:var(--wgt700,700);font-style:normal;line-height:1.375;letter-spacing:-.025em;color:rgba(0,0,0,.95);text-overflow:ellipsis;white-space:nowrap}
.com-about .sub-titles {margin-bottom:30px;font-size:15px;font-weight:300;line-height:1.67}

/* 광고문의 */
.com-about.list-ad .about-group .ad-title {display:block;margin-bottom:10px;font-size:20px;color:rgba(0,0,0,.85)}
.com-about.list-ad table {border-top:2px solid #222;border-bottom:1px solid #222}
.com-about.list-ad table td span {display:inline-block;padding-right:20px;letter-spacing:-.03em}
.com-about.list-ad .about-group table td ul {float:left;padding-right:50px}
.com-about.list-ad .about-group table td ul li, .com-about.list-ad .about-group table td ul li a {padding:2px 0;color:rgba(0,0,0,.5)}
.com-about.list-ad .about-group table td ul li > strong {font-weight:400;color:rgba(0,0,0,.8)}
.com-about.list-ad table td.ex dl dt {color:#2f9742}

/**********************************************
note : 기사리스트 태그
name : 강혜리
**********************************************/
#user-section .hash_tag {margin:20px 0 30px 0}
#user-section .hash_tag .tit_hot_issue {display: inline-block; font-size:13px; vertical-align:top; padding-top:2px; font-weight:bold}
#user-section .hash_tag .tit_hot_issue:after {content:"\e93e";display:inline-block;font:14px/1 fontello;margin-right:5px; vertical-align: middle;}
#user-section .hash_tag .key_item {display:inline-block;margin:0 6px 6px 0;background:#eaeaea;border:1px solid #eaeaea;box-sizing:border-box;border-radius:50px;transition: opacity .25s ease-in}
#user-section .hash_tag .key_item a {display:inline-block;font-size: 14px;padding:1px 15px 0 15px;color: #777;word-break:keep-all;text-decoration:none}
#user-section .hash_tag .key_item:hover,
#user-section .hash_tag .key_item.select {background:#fff;border:1px solid #3aa658;box-sizing:border-box}

/**********************************************
note : 메인
name : 강혜리
**********************************************/
/* cover */
#wingBanner .cover {margin-bottom:20px;padding:20px 30px;width:300px;border:1px solid rgba(0,0,0,.1)}
#wingBanner .cover-text {display:inline-block;margin:20px 0 0;width:100%;list-style:none}
#wingBanner .cover-text > li {float:left;width:50%;font-size:15px;color:rgba(0,0,0,.75);line-height:1}
#wingBanner .cover-text > li:nth-child(2) {text-align:right}
#wingBanner .cover-text > li.subcribe > a {font-size:20px;font-weight:700;font-weight:var(--wgt700);color:#F8CFD3}
#wingBanner .cover-image {max-width:100px}

/* 날개배너 관련 */
#wingBanner .wing-banner-left {position:absolute;right:calc(100% + 15px)}
#wingBanner .wing-banner-right {position:absolute;left:calc(100% + 15px)}

/* 홍경아 / 1184440 / 20220726 */
#wingBanner .cover {padding: 20px 30px 10px;}
#wingBanner .cover-text {margin:10px 0 0;}

/* 임희은 / 1185560 / 20220729 */
#wingBanner .cover-text > li {float:left;width:100%;font-size:15px;color:rgba(0,0,0,.75);line-height:1;text-align:center;}

/* 강수현 / 1272572 / 20230523 */
#wingBanner .wing-banner-right .wing-banner {position:relative;z-index:1000}

/* naver toolbar */
.wt-forms .cke_button .cke_button__highlight_label,
.wt-forms .cke_button .cke_button__heading_label,
.wt-forms .cke_button .cke_button__quote_label,
.wt-forms .cke_button .cke_button__quoteleft_label {display:inline-block;}

/* naver 강조 */
.navernews_end_em {
	font-style: normal;
	background-color: #e3eeff;
}

/* naver 소제목 */
.navernews_end_title {
	display: block;
    margin-bottom: 2rem;
	padding: .5rem 0;
	font-weight: 600;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ddd;
}

/* naver 인용구(가운데정렬) */
.navernews_end_blockquote_center {
    margin-bottom: 2rem;
	padding: 1rem 0;
	font-style: italic;
	font-weight: 400;
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.navernews_end_blockquote_center::before {
	content: url("/news/editor/plugins/navertools/images/quote_center.png");
}

/* naver 인용구(왼쪽정렬) */
.navernews_end_blockquote_left {
    margin-bottom: 2rem;
	padding: 1rem 0 1rem 3rem;
    font-style: normal;
    background-image: url("/news/editor/plugins/navertools/images/quote_left.png");
    background-repeat: no-repeat;
    background-position: 0 0.75rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.navernews_end_blockquote_center blockquote,
.navernews_end_blockquote_left blockquote {
	margin: 0 !important;
    padding: 0 !important;
    font-family: inherit;
    font-style: inherit;
    border: none !important;
}

.navernews_end_blockquote_center blockquote,
.navernews_end_blockquote_center blockquote p,
.navernews_end_blockquote_left blockquote,
.navernews_end_blockquote_left blockquote p {
    color: currentColor;
}

.navernews_end_blockquote_center blockquote > :first-child,
.navernews_end_blockquote_left blockquote > :first-child {
    margin-top: 0;
}

.navernews_end_blockquote_center blockquote > :last-child,
.navernews_end_blockquote_left blockquote > :last-child {
    margin-bottom: 0;
}