@charset "utf-8";
#content {
	margin: 0;
	padding: 0;
}

.main_shortcut_wrap {
	margin: -60px 0 0 0;
	padding: 0;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.main_shortcut_item {
	box-shadow: var(--oday_listShadowR); 
	background-color: var(--oday_listBgColorDown2); 
	border: var(--oday_listBorderDown);
	text-align:center;
	padding: 15px;
	min-width: 25%;
}

.main_shortcut_item span {
	font-size: 16px;
	font-family: "Montserrat Alternates","Noto Sans KR";
	color: #2c5e9e;
	font-weight: 800;
}

.wrap_main_widget {
	margin-top: 50px;
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
}

.warp_main_widget.item {
	max-width: 100%;
	min-width: 10%;
}

.warp_main_widget.item.notice {
	max-width: 100%;
	min-width: 35%;
}

.greeting_cont {
	margin-left: 200px !important;
	padding: 30px;
	background-color: #ffffff;
	text-align: justify;
}

.greeting_cont.top {
	border-top: 3px solid #0093ff;
}

.greeting_photo {
	float: left !important;
	margin: 0 25px 20px 0 !important;
}

.greeting_photo img {
    max-width: 100%;
    border-radius: 15px 0 35px 0;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, .1);
}

.issue_paper_cont {
	margin-left: 260px !important;
	text-align: justify !important;
	padding: 25px;	
	background-color: #ffffff;	
	border-top: 3px solid #0093ff;"
}

.issue_paper_photo {
	float: left !important;
	margin: 60px 25px 20px 0 !important;
	border: 1px solid #ffffff;
}

.issue_paper_title {
	padding: 15px 0;
	text-align: center;
}

.ip_sg_table {
	margin: 0;
	border-top: 2px solid #0093ff;
	border-bottom: 1px solid #0093ff;
	padding: 0;
	width: 100%;
}

.ip_sg_table th, .ip_sg_table td {
	padding: 10px;
	font-size: 15px;
	border-bottom: 1px solid #0093ff;
}

.ip_sg_table th {
	text-align: center;
}

.khus_address address {
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 200%;
	font-style: normal;
}

.guide_top_desc {
	margin: 30px 30px; 
	padding: 20px; 
	background-color: #fff; 
	border: 3px solid #0093ff; 
	font-size: 15px;
	text-align: justify;"
}

.articles_wrap {
	padding: 10px;
	text-align: justify;
}

.privacy_wrap {
	padding: 10px;
	text-align: justify;
}

.privacy {
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
}

.privacy th, .privacy td {
	padding: 3px;
	border: 1px solid #666;
	border-collapse: collapse;
	text-align: center;
}

.greeting_cont.top.mission {
	margin-left: 200px !important;
}

.greeting_cont.top.mission ul li {
	padding: 15px !important; 
	word-spacing: nowrap;
}

.aff_seq {
  margin-top: 15px 0 !important;
  padding: 0 !important;
  max-width: 100%;
}

.aff_seq > li {
  list-style-type: none !important;
  background-color: #ffffff !important;
  padding: 15px !important;
  margin-bottom: 5px !important;
  border-radius: 5px !important;
  font-size: 1.2em;
  font-weight: bold;
  color: #444;  
}
.soc_aff {
  margin: 20px;
  text-align: center;
}
.aff_seq li span {
  font-size: 1.2em;
  font-weight: bold;
  color: #444;
}

.aff_seq li:before {
  content: '\2713';
  color: #009688;
  font-weight: bold;
  margin-right: 10px;
  padding: 0 0 0 15px;
}

@media screen and (max-width:768px){
	.main_shortcut_item {
		min-width: 24%;
	}
	
	.main_shortcut_item a span {
		font-size: 1.0em !important;
	}

	.wrap_main_widget {
		margin-top: 15px;
		display: block;
	}
	
	.warp_main_widget.item {
		margin: 0;
		width: 100%;
	}

	.warp_main_widget.item.notice {
		padding-bottom: 30px;
		width: 100%;
	}
	
	.index_title {
		margin-top: 0 !important;
	}
	
	.greeting_cont {
		margin: 0 !important;
		padding: 5px 10px !important;
	}

	.greeting_cont.top.mission {
		margin-left: 0 !important;
	}
	
	.issue_paper_cont {
		margin: 0 !important;
		padding: 5px 10px !important;
	}
	.issue_paper_photo {
		float: none !important;
		margin: 0 0 0 10px !important;
		border: 0;
		text-align: center;
	}
	.guide_top_desc {
		margin: 15px 15px; 
		padding: 10px; 
		background-color: #fff; 
		border: 3px solid #0093ff; 
		font-size: 1.0em;
		text-align: justify;
		max-height: 150px !important;
		overflow-y: auto !important;
	}
	.privacy_wrap {
		border: 3px solid #0093ff;
		padding: 10px;
		max-height: 300px;
		overflow-y: scroll;		
	}
}
