@charset "utf-8";



/* 신문사 소개 */
#company{position:relative;width:100%;padding:1.2em}
#company .tit{font-size: 18px; font-weight: 500; color: #666; margin-bottom: 50px; line-height: 1.5; word-break: keep-all;}
#company .tit b{font-family: 'SUITE', sans-serif; display: block; font-size: 24px; font-weight: 600; letter-spacing: -0.02em; color: #161616; margin-bottom: 30px; margin-top: 50px;}
.company_info{margin-top:1.5em;}

/* 지도 */
.map_box {margin-top: 50px;}
.root_daum_roughmap{width:100% !important;}
.root_daum_roughmap .wrap_map{height:400px !important;border-bottom:1px solid #ccc;}
.root_daum_roughmap .wrap_controllers,.root_daum_roughmap .cont{display:none}
.map_box section{display:grid;grid-template-columns:repeat(4, 1fr);border:1px solid #CCC;border-top:none;}
.map_box dl{display:flex;flex-direction:column;gap:10px;padding:1em;}
.map_box dl + dl{border-left:1px solid #ccc;}
.map_box dl *{line-height:1.4;font-size:0.95rem;font-weight:400;color:#666;}
.map_box dl dt{display:flex;align-items:center;gap:10px;font-size:1.1rem;color:#111;font-weight:800;}
.map_box dl dt path{color:#888 !important;}

.policy_tit{word-break:break-all !important;text-align:justify !important}

.policy{position:relative;width:100%;padding:1.2em}
.policy *{line-height:1.4;}

.news_form .inputs input:first-child{width:90px !important;}
.news_form .file_wrap .row > input[type="file"]{width:180px !important;}





/*@media*/
@media screen and (max-width:768px) {
	#company .tit{font-size: 14px;margin-bottom: 2em;}
	#company .tit b{font-size:18px; margin:0 0 0.5em 0;}
	.company_info{margin-top:1.5em;}
	.root_daum_roughmap .wrap_map{height:300px !important;border-bottom:1px solid #ccc;border-bottom:none;}
	.map_box section{grid-template-columns:repeat(2, 1fr);}
	.map_box dl{border-top:1px solid #ccc !important;}
	.map_box dl:nth-child(3){border-left:none;}
}

@media screen and (max-width:360px) {
	.map_box section{grid-template-columns:repeat(1, 1fr);}
	.map_box dl{border-left:none !important;}
}



#news_article .box p{margin:0 !important;padding:0 !important;}
