@charset "utf-8";

/* 공통 */
#other_list {
	margin-top:80px;
}
#other_list ul li {
	border-bottom:1px solid #000;
}
#other_list ul li:first-child {
	border-top:1px solid #000;
}
#other_list ul li dl {
	display: flex;
	align-items: center;
}
#other_list ul li dl dt,
#other_list ul li dl dd {
	padding:20px;
}
#other_list ul li dl dt {
	width:120px;
	font-weight: 600;
}
#other_list ul li dl dd,
#other_list ul li dl dd a {
	font-size:1.6rem;
	font-weight: 500;
	color:#5a5a5a;
	transition: all 0.4s ease;
}
#other_list ul li dl dd a:hover {
	color:#000;
}

/* box */
.border-box {
	border:2px solid #000;
	padding:30px;
}
.black-box {
	color:#fff;
	background:#000;
	padding:20px;
}

/* 공연 일정 */
.black-box.sch {
	margin-bottom:60px;
	position:relative;
}
.black-box.sch .kind {
	width:75px;
	height:75px;
	font-size: 1.6rem;
	color:#000;
	font-weight: 600;
	background-size: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	top:0;
	right:20px;
	transform: translateY(-50%);
}
.black-box.sch .kind.yellow {
	background:url('/share/images/main/concert_yellow.svg') no-repeat;
}
.black-box.sch .kind.green {
	background:url('/share/images/main/concert_green.svg') no-repeat;
}
.black-box.sch .kind.blue {
	background:url('/share/images/main/concert_blue.svg') no-repeat;
}
.black-box.sch .kind.gray {
	background:url('/share/images/main/concert_gray.svg') no-repeat;
}

.black-box.place ul,
.black-box.sch ul {
	font-size:1.6rem;
	display:flex;
	flex-wrap:wrap;
}
.black-box.place ul li,
.black-box.sch ul li {
	width:50%;
	padding-left:10px;
	position:relative;
}
.black-box.place ul li::before,
.black-box.sch ul li::before {
	content:'';
	width:3px;
	height:3px;
	background:#fff;
	display:block;
	position:absolute;
	top:12px;
	left:0;
}
.black-box.place ul li span,
.black-box.sch ul li span {
	font-weight:700;
	margin-right:10px;
	display:inline-block;
}
.black-box.place a {
	font-size: 1.6rem;
	font-weight: 600;
	color:#fff;
	margin-bottom:10px;
}

.black-box.sch ul li a {
	color:#fff;
}

	/* 마지막문장 */
span.ghcf {
	width:14px;
	height:17px;
	background:url('/share/images/sub/common/ghcf.svg') no-repeat;
	margin-top:3px;
	margin-left:5px;
	display:inline-block;
}

/* 각주 */
sup {
	font-size: 1.2rem;
	vertical-align: revert;
	line-height: 100%;
	margin-left: 2px;
	display: inline-block;
}
.footnote-wrap {
	border-top: 1px dashed #000;
	padding-top: 30px;
	margin: 30px 0;
}

.footnote-wrap dl {
	margin-bottom: 30px;
}

.footnote-wrap dl dt,
.footnote-wrap dl dd {
	font-size: 1.3rem;
}

.footnote-wrap dl dd {
	font-family: "NotoSansLight", sans-serif;
	line-height: 130%;
	margin-left: 10px;
}

.footnote-wrap1 {
	border-top: 1px dashed #000;
	padding-top: 30px;
	margin: 30px 0;
}

.footnote-wrap1 dl {
  margin-bottom: 30px;
  width: 196px;
  /*display: inline-flex;*/
  flex-wrap: wrap;
  float: left;
}

.footnote-wrap1 dt{font-weight: bold; color: #ed6e0a; }
.footnote-wrap1 dl dt,
.footnote-wrap1 dl dd {
	font-size: 1.3rem;
}

.footnote-wrap1 dl dd {
	font-family: "NotoSansLight", sans-serif;
	line-height: 130%;
	margin-left: 10px;
}

/* 예전 */
#journalist {
	font-size:1.6rem;
	font-weight: 600;
	margin: 2em 0;
}
#journalist span.post {
	color: #a41318;
}
#hash {
	margin-bottom: 2em;
}
#hash span.hash_title {
	font-family: "RobotoLight";
	font-size: .8em;
	color: #fff;
	line-height: 100%;
	background: #383256;
	padding: 1px 10px 4px 10px;
	display: block;
	float: left;
}
#hash span.triangle {
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #383256;
	display: block;
	float: left;
}

/* 글쓴이, 사진 */
.writer-wrap {
	color:#7c7c7c;
	margin-bottom:60px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.writer-wrap::before {
	content:'';
	width:19px;
	height:18px;
	background:url('/share/images/sub/common/writer.svg') no-repeat;
	background-size: 100%;
	display:block;
}
.writer-wrap span {
	margin:0 5px 0 10px;
	display:block;
}

/* 타이틀이미지 */
.title-img {
	text-align: center;
	margin-bottom:60px;
}

/* 헤드라인 기사 */
.headline {
	font-family: 'NanumMyeongjoBold', sans-serif;
	font-size: 2rem;
	font-style: italic;
	color:#000;
	line-height: 160%;
	text-align: center;
	word-break: keep-all;
	border:1px solid #000;
	border-width:0 2px;
	background:#f3f3f3;
	padding:40px;
	margin-bottom:60px;
}

/* 본문 */
.post_view {
	line-height: 150%;
	border-top:2px solid #000;
	padding-top:6%;
}
.post_view .view_h1,
.post_view .view_h2 {
	word-break: keep-all;
	text-align: center;
	line-height: 120%;
}
.post_view .view_h1 {
	font-size: 2.4rem;
	font-weight:500;
	margin-bottom:20px;
}
.post_view .view_h2 {
	font-size: 4.2rem;
	font-weight:600;
	margin-bottom:30px;
}
.post_view .fontsize_c3 {
	font-size: 2.4rem;
	font-weight:600;
	word-break: keep-all;
	position: relative;
}
.post_view .fontsize_c3::after {
	content:'';
	width:100%;
	height:50%;
	background:#dfdaf6;
	display:block;
	position: absolute;
	bottom:0;
	left:0;
	z-index: -1;
}

.medium-insert-images figure img,
.mediumInsert figure img {
	width:auto !important;
}


@media (max-width:700px) {
	.black-box.sch ul,
	.black-box.place ul {
		display:block;
	}
	.black-box.sch ul li,
	.black-box.place ul li {
		width:100%;
	}
}

@media (max-width:640px) {
	.post_view .view_h1 {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.post_view .view_h2 {
		font-size: 3rem;
	}
	.headline {
		padding:20px;
	}

	.post_view .fontsize_c3 {
		line-height: 140%;
		background:#dfdaf6;
		padding: 0 5px;
	}
	.post_view .fontsize_c3::after {
		display:none;
	}
}