@charset "utf-8";

.cont * {
	word-break: keep-all;
}

.cont .img img {
	max-width: 100%;
	width: auto;
}

/* 인사말 */
.greeting {
	
}

.greeting .greeting_tit {
	font-size: 20px;
	font-weight: bold;
	padding: 40px 0px 20px;
	display: block;
	color: #009751;
}

.greeting p {
	font-size: 16px;
	line-height: 1.7;
}

.greeting .name {
	text-align: right;
	padding: 40px 0px 0;
}

.greeting .name span {
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
}

.greeting .name b {
	font-size: 26px;
	font-weight: 800;
}

/* 학회연혁 */
.history {
	
}

.history dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.history dl::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 150px;
	top: 0;
	bottom: 0;
}
.reset * {
	margin:initial;
	padding:initial;
	line-height: 1.6;
	min-height: 1em;
}

.history dl::after {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	left: 141px;
	top: 25px;
	border-radius: 50%;
	border: solid 5px #ddd;
	background: #fff;
}

.history dl:first-child {
	border-top: dashed 2px #ddd;
}

.history dl dt {
	order: 1;
	line-height: 1;
	width: 160px;
	padding: 20px;
	font-size: 26px;
	font-weight: 900;
	color: #009751;
	text-align: center;
}

.history dl dd {
	order: 2;
	font-size: 14px;
	width: calc(100% - 200px);
	text-align: left;
	padding: 20px;
}

.history dl dd ul {
	
}

.history dl dd ul li {
	margin-bottom: 15px;
}

.history dl dd ul li span {
	padding: 5px 10px;
	border: solid 2px #ccc;
	color: #999;
	line-height: 1;
	font-size: 12px;
	border-radius: 50px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

.history dl dd ul li p {
	font-size: 16px;
	line-height: 1.6;
}

/*조직도 및 임원현황*/
.organ {
	
}

.board_member {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 3px #198754;
}

.board_member dt {
	width: 130px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 25px;
	padding-left: 20px;
	background: #efefef;
	border-bottom: solid 1px #ddd;
}

.board_member dd {
	width: calc(100% - 130px);
	padding: 20px;
	border-bottom: solid 1px #ddd;
}

.board_member dd:last-child {
	margin: 0;
}

.board_member dd .box {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 5px;
	margin: 6px 0px;
}

.board_member dd .box span {
	display: inline-block;
	word-break: break-all;
	line-height: 1.3;
	padding: 6px 0px;
}

.board_member dd .box .name {
	width: 35%;
	font-weight: Bold;
	font-size: 16px;
}

.board_member dd .belong {
	width: 30%;
	color: #666666;
	font-size: 14px;
}

.board_member dd .email {
	width: 35%;
	font-size: 14px;
	color: #666666;
}

.x_pres {
	
}

.x_pres .card {
	margin-bottom: 25px;
}

.x_pres .card .line01 {
	font-size: 14px;
}

.x_pres .card .line02 {
	font-size: 12px;
	color: #666;
	width: 100%;
}

.x_pres .card .line03 {
	margin-top: 10px;
	font-size: 16px;
	color: #198754;
	font-weight: bold;
}

.x_pres .card .card-text {
	display: flex;
	flex-direction: column;
}

.x_member table tr:first-child th {
	width: 80px;
}

.yearWrap .year {
	margin-bottom: 30px;
}

.year_table tr:first-child th {
	width: 100px;
}

.year_table td {
	text-align: center;
}

.art_asso .tab .tab_tit2 ul li a {
	font-size: 13px;
}

.art_asso .rule p {
	font-size: 14px;
	margin-bottom: 30px;
}

.art_asso .rule ol {
	font-size: 14px;
	margin-bottom: 30px;
}

.art_asso h4 {
	background: #198754;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 20px;
}

.art_asso .rule h5 {
	font-size: 16px;
	border: none;
	padding: 0;
	margin-bottom: 10px;
	padding-left: 7px;
	position: relative;
}

.art_asso .rule h5::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0px;
	background: #198754;
}

.art_asso h6 {
	
}

.art_asso .rule h6::before {
	display: none;
}

.award table tr td {
	text-align: center;
	word-break: break-all;
}

.award table {
	margin-bottom: 30px;
}

.award table.table tr td:last-child {
	text-align: left;
	word-break: keep-all;
}

.map_wrap iframe {
	width: 100%;
	display: block;
	height: 400px;
}

.map_wrap .hide {
	display: none;
}

.map_wrap .root_daum_roughmap {
	border-bottom: solid 1px #ddd;
	width: 100%;
}

.information dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.information dl dt {
	border: solid 2px #198754;
	width: 100px;
	font-weight: bold;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
	height: 44px;
	color: #198754;
	font-size: 16px;
}

.information dl dd {
	margin-bottom: 10px;
	padding-left: 10px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ddd;
	width: 100%;
	word-break: keep-all;
}

.information dl dd span {
	display: block;
	padding-top: 10px;
}

.member_info h2 {
	font-size: 20px;
}

.left-box {
	background: #f5f5f5;
	border-left: solid 5px #ccc;
	padding: 15px;
	margin-bottom: 25px;
}

.member_info .d-flex .card {
	width: calc(33.33333% - 20px);
	margin: 0px 10px 30px;
}

.sign_wrap .signup_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sign_wrap .signup_box .box {
	width: calc(50% - 10px);
	color: #fff;
	padding: 30px;
	border-radius: 0px 20px;
	font-size: 20px;
	background: url(../images/member_bg.png) no-repeat right bottom #198754;
	background-size: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.5s;
}

.sign_wrap .signup_box .box:hover {
	background: url(../images/member_bg.png) no-repeat right bottom #115f3b;
	background-size: 90px;
}

.conf_intro .line b {
	font-size: 14px;
	padding: 10px;
	background: green;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
	text-align:center;
	display: inline-block;
	min-width: 100px;
}

.conf_intro .attendence li {
	margin: 3px 0;
}

.fs-7 {
	font-size: 0.85em;
}

.table .time {
	background: #eeeeee;
	text-align: center;
	word-break: keep-all;
	vertical-align: middle;
}

.table .day {
	background: #c5ece6;
	text-align: center;
}

.table .room {
	background: #e9f9f7;
	text-align: center;
}

.table .lecture {
	background: #f9f6e9;
}

.program table tr td {
	word-break: break-all;
}

.pre_assign_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pre_assign_btns button {
	display: flex;
	width: calc(50% - 10px);
	background: url(../images/member_bg.png) right bottom no-repeat #385019;
	padding: 30px 0px;
	border-radius: 0px 20px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	flex-direction: column;
}

.pre_assign_btns button:last-child {
	background: url(../images/member_bg.png) right bottom no-repeat #1c5160;
}

.abstract_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.abstract_btns button {
	display: flex;
	width: calc(50% - 10px);
	background: url(../images/member_bg.png) right bottom no-repeat #173563;
	padding: 30px 0px;
	border-radius: 0px 20px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	flex-direction: column;
}

.abstract_btns button:last-child {
	background: url(../images/member_bg.png) right bottom no-repeat #0d5359;
}

.border-top {
	border-top: solid 1px #ccc;
}

.login_box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.login_box .login_wrap {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	background: #fff;
	max-width: 340px;
	width: 98%;
	padding: 20px;
	border-radius: 0px 30px;
	border-top: solid 5px #017f42;
	border-right: solid 5px #017f42;
}

.login_box .login_wrap .top {
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login_box .login_wrap .top h3 {
	font-size: 24px;
	font-weight: bold;
}

.login_box .login_wrap .top .close_login {
	width: 20px;
	height: 20px;
	background: url(/images/btn_close.png) no-repeat center center;
	display: block;
	background-size: 10px;
	text-indent: -9999px;
}

.login_box .login_wrap .cont {
	padding-top: 80px;
	background: url(/images/icon/logo_green.png) no-repeat center top;
	background-size: 70px;
}

.login_box .login_wrap .cont ul {
	
}

.login_box .login_wrap .cont ul li {
	margin-bottom: 10px;
}

.login_box .login_wrap .cont ul li span {
	
}

.login_box .login_wrap .cont ul li input {
	width: 100%;
	display: block;
	background: none !important;
	padding: 7px;
	font-size: 16px;
	border: none;
	border-bottom: solid 2px #ddd;
	line-height: 1;
}

.login_box .login_wrap .cont .keep_login {
	margin-bottom: 10px;
}

.login_box .login_wrap .cont .keep_login label {
	
}

.login_box .login_wrap .cont .btn_login {
	display: block;
	padding: 5px 0px;
	text-align: center;
	border-radius: 50px;
	background: #186b37;
	font-size: 18px;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}

.login_box .login_wrap .cont .btn_signin {
	display: block;
	padding: 5px 0px;
	text-align: center;
	width: 100%;
	border-radius: 50px;
	font-weight: bold;
	font-size: 18px;
	background: #f18859;
	color: #fff;
}

.login_box .login_wrap .cont .btm {
	margin-top: 10px;
}

.login_box .login_wrap .cont .btm a {
	font-size: 14px;
	padding-left: 20px;
	background: url(/images/icon_pw.png) no-repeat left center;
	background-size: 14px;
	display: inline-block;
	color: #1a6a37;
}

#loginReslut {
	font-size: 14px;
	color: #f18859;
	padding: 5px;
}

.wide_container {
	padding: 40px 0px;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	width: 100%;
}

.term {
	width: 100%;
	margin-bottom: 10px;
}

.term h5 {
	
}

.term h5+div {
	max-height: 200px;
	overflow-y: auto;
	padding: 10px;
	border: solid 1px #ddd;
}

.check {
	margin-bottom: 40px;
}

.agreement_btn {
	
}

.agreement_btn button {
	
}

.member-type {
	display: flex;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	justify-content: space-between;
}

.member-type button {
	width: calc(25% - 20px);
	margin: 0 10px 10px;
	font-size: 20px;
	padding: 30px 0px;
}

.member-type button i {
	font-size: 30px;
}

.member-type button span {
	display: block;
	margin-top: 10px;
}

.btn-primary {
	background: #1a2d54;
	border: #1a2d54;
}

.btn-primary:hover {
	background: #142546;
}

.find {
	width: 100%;
}

.find #search {
	display: flex;
	width: 100%;
}

.find #search li {
	padding: 10px 0px;
	width: 50%;
	color: #222222;
	text-align: center;
	font-size: 18px;
	border-bottom: solid 1px #ddd;
}

.find #search li.on {
	border: solid 1px #1a6a35;
	border-top:solid 3px #1a6a35;
	border-bottom:solid 1px #fff;
	font-weight: bold;
	color: #1a6a35;
}

#idArea {
	padding: 20px 0; 
}

#idArea p {
	padding:10px;
	background:#1a6a35;
	color:#fff;
	word-break:keep-all;
	margin-top:10px;
	display:block;
	border-radius:10px;
}
#idArea table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px;
	border-top: solid 2px #000;
}

#idArea table tr {
	
}

#idArea table tr th {
	border: Solid 1px #ddd;
	background: #efefef;
	width:15%;
	text-align:center;
	padding: 5px;
}

#idArea table tr td {
	padding: 5px;
	border: solid 1px #ddd;
}

#idArea button {
	
}

#passArea {
	padding: 20px 0; 
}

#passArea p {
	padding:10px;
	background:#1a6a35;
	display:block;
	margin-top:10px;
	color:#fff;
	word-break:keep-all;
	border-radius:10px;
}
#passArea table {
	margin-top: 30px; border-collapse : collapse;
	border-spacing: 0;
	border-collapse: collapse; border-spacing : 0;
	border-top: solid 2px #000;
}

#passArea table tr {
	
}

#passArea table tr th {
	border: Solid 1px #ddd;
	padding: 5px;
	text-align:center;
	background: #efefef;
	width:15%;
}

#passArea table tr td {
	border: solid 1px #ddd;
	padding: 5px;
}


#passArea {
	padding: 20px 0; 
}

.insertTable p {
	padding:10px;
	background:#1a6a35;
	display:block;
	margin-top:10px;
	color:#fff;
	word-break:keep-all;
	border-radius:10px;
}
.insertTable table {
	margin-top: 30px; border-collapse : collapse;
	border-spacing: 0;
	border-collapse: collapse; border-spacing : 0;
	border-top: solid 2px #000;
}

.insertTable table tr th {
	border: Solid 1px #ddd;
	padding: 5px;
	text-align:center;
	background: #efefef;
	width:15%;
}

.insertTable table tr td {
	border: solid 1px #ddd;
	padding: 5px;
}
.insertTable button {
	
}
.numbering li{
	padding-left:30px;
	position:relative;
	line-height:1.4;
	margin-bottom:5px;	
}
.numbering li span {
	width:20px;
	color:#fff;
	position:absolute;
	top:3px;
	left:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:3px;
	height:20px;
	background:green;
}
.pop_cont {
	width:90%;
	margin:0 auto;
}
.pop_cont .tbl_wrap .write {
	display:table;
}
.program_table .bg-success {
	background:#ceebd7 !important;
}
.program_table .bg-danger {
	
background: #f0e4d3 !important;
}
.program_table .bg-warning {
	background:#f8f8db !important;
}
.program_table .bg-gray {
	background:#eeeeee !important;
}
table tr th i {
	font-size:0.8em;
	font-style:normal;
	font-weight:normal;
	display:block;
	color:green;
}

.thumb {
	height:280px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
/* 반응형 */
@media all and (max-width:1200px) {
	.member_info .d-flex .card {
		width: 100%;
	}
	.thumb {
		height:200px;
	}
}

@media all and (max-width:960px) {
}

@media all and (max-width:768px) {
	.history dl:first-child {
		border-top: none;
	}
	.history dl dt {
		text-align: center;
		width: 100%;
		order: 1;
		margin-top: 10px;
	}
	.history dl dd {
		text-align: center;
		width: 100%;
		order: 2;
		padding-top: 0;
	}
	.history dl::before {
		width: 100%;
		height: 1px;
		background: #fff;
		border-top: dashed 2px #ddd;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		bottom: 0;
	}
	.history dl::after {
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
		border: solid 5px #ddd;
		background: #fff;
	}
	.board_member dt {
		width: 100%;
		padding: 10px 20px;
	}
	.board_member dd {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.board_member dd .box {
		margin: 0;
		margin-bottom: 20px;
		width: 50%;
	}
	.board_member dd .box span {
		padding: 0;
		font-size: 14px;
		width: 100%;
	}
	.board_member dd .box .name {
		width: 100%;
		font-weight: normal;
	}
}

@media all and (max-width:640px) {
	

.insertTable table tr th,
.insertTable table tr td {
	font-size:13px;
}
	#passArea table tr th,#passArea table tr th
	{
		font-size:13px;
	}
	.find #search li{
		font-size:16px;
	}
	.board_member dd .box span {
		font-size: 12px;
		color: #999999;
	}
	.board_member dd .box .name {
		margin-bottom: 10px;
		font-size: 12px;
		color: #111111;
	}
	article .cont .yearWrap table tr th {
		font-size: 12px;
	}
	article .cont .yearWrap table tr td {
		text-align: center;
		font-size: 12px;
	}
	.sign_wrap .signup_box .box {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media all and (max-width:480px) {
	.greeting .name span {
		padding-right: 0px;
	}
	.greeting .name b {
		display: block;
	}
}

@media all and (max-width:360px) {
}