@charset "UTF-8";

html, body {
	font-family: 'Nanum Gothic', 'Apple SD Gothic Neo';
	margin: 3px;
}

a {
	text-decoration: none;
}

/* bootstrap init */
.container {
	width: 100%;
	height: 100%;
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}

/* bootstrap init */
.row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}

header {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: white;
}

/* header image */
header > a > img {
	border: none;
	width: 432px;
	position: relative;
	/*top: 0px;*/
	left: 0px;
	z-index: -1; /* IE에서 height를 안주면 메뉴를 가려서... */
}

.button {
	background-color:#f9f9f9;
	border: 1px solid #ccc;
	color: black;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	width: 50px;
}

#btn_close {
	text-align: center;
}

article {
	float: none;
	width: 100%;
}

button {
	margin-left: 3px;
}

.logo {
	background: url("https://groupdev.imun.or.kr/contents/images/common/main_imun_l.png") no-repeat;
	font-size: 1.6rem;
	display: inline-block;
}

/* 조건, 버튼 */
#article1 {
	padding: 0px;
}

/* 콘텐츠 영역 */
#article2 {
	padding: 0px;
}

/* fa-dot-circle-o */
.content-title:before {
	content: "\f518";
	padding-right: 5px;
	display: inline-block;

	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.table {
	margin-bottom: 0px;
}
.table > tbody, .table > thead, .table > tbody > tr:last-child {
	border-top: 1px solid #000000;
}
.table > thead {
	border-bottom: 1px solid #000000;
	background-color: #f1f1f1;
}
.table > tbody > tr:last-child {
	border-bottom: 1px solid #000000;
}
.table > tbody > td {
	border-bottom: 1px solid #000000;
}
.table-sm > :not(caption) > * > * {
	padding: 0.1rem 0.1rem;
	vertical-align: middle;
	text-align: center;
	box-shadow: none;
}
.table-bordered>:not(caption)>*>*:first-child {
	border-left: none;
}
.table-bordered>:not(caption)>*>*:last-child {
	border-right: none;
}

tbody tr:nth-child(odd){
	background: #ffffff;
}
tbody tr:nth-child(even){
	background: #f1f1f1;
}

tbody:nth-child(odd)  td[rowspan]{
	background: #ffffff;
}
tbody:nth-child(even)  td[rowspan]{
	background: #f1f1f1;
}

#toTop {
	z-index:10;
	width: 50px;
	border: 2px solid #b3b3b3;
	background-color: #eeeeee;
	text-align: center;
	position: fixed;
	bottom: 7px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333333;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 10px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	padding: 5px;
}

#toTop:hover {
	background-color: #b3b3b3;
	border: 2px solid #b3b3b3;
}

/* Large Devices, Wide Screens : ~ 1200px */
@media only screen and (max-width : 1200px) {

}
/* Medium Devices, Desktops : ~ 992px */
@media only screen and (max-width : 992px) {

}
/* Small Devices, Tablets : ~ 768px */
@media only screen and (max-width : 768px) {

	header > a > img {
		width: 380px;
	}

	.logo {
		background: url("https://groupdev.imun.or.kr/contents/images/common/main_imun_m.png") no-repeat;
		font-size: 1.4rem;
	}

}
/* Extra Small Devices, Phones : ~ 480px */
@media only screen and (max-width : 480px) {

	header > a > img {
		width: 280px;
	}

	.logo {
		background: url("https://groupdev.imun.or.kr/contents/images/common/main_imun_s.png") no-repeat;
		font-size: 1.2rem;
	}

}
/* Custom, iPhone Retina : ~ 320px */
@media only screen and (max-width : 320px) {

}

/* view */
#p_count {
	width: 50px;
	text-align: right;

}

#bas_dt {
	width: 100px;
}

/* newfriend */
#selectpage {
	width: 100%;
	height: 30px;
	border: 0px;
}