@charset "UTF-8";

ul, p, li{margin:0; padding:0; list-style:none;}

.blind{position: absolute; left: -9999px; width: 0.01px; height: 0.01px; font-size: 0.1px; line-height: 0.01px; overflow: hidden;}
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}

/* 타이틀 */
.bbs_headline{font-size: 30px !important; line-height: 1.6 !important; color: #333 !important; font-weight: bold !important; text-align:center; margin-bottom:50px;}
.bbs_title{font-size: 16px !important; line-height: 1.6 !important; color: #555 !important; font-weight: 500 !important; word-break:keep-all; margin-top:30px !important;; margin-bottom:10px !important;}
.fs20, .fs20 *{font-size: 20px !important}
.bbs_title02{font-size: 16px !important; line-height: 1.6 !important; color: #777 !important; font-weight: 500 !important;word-break:keep-all; margin-top:20px !important;}

/* 강조 컬러 */
.bbs_blue{color:rgb(0, 117, 200) !important;}
.bbs_red{color: red !important;}

/* 일반 텍스트 */
.bbs_text,
.bbs_text *{color: #777; font-size: 16px !important; line-height: 1.6 !important;}
.bbs_text02,
.bbs_text02 *{color: #777; font-size: 14px !important; line-height: 1.6 !important;}

/* 들여쓰기 */
.bbs_indent07{text-indent:-7px; padding-left:7px;}
.bbs_indent10{text-indent:-10px; padding-left:10px;}
.bbs_indent20{text-indent:-20px; padding-left:20px;}

.bbs_in07{text-indent:7px;}
.bbs_in10{text-indent:10px;}
.bbs_in20{text-indent:20px;}

.bbs_ml07{margin-left:7px;}
.bbs_ml10{margin-left:10px;}
.bbs_ml20{margin-left:20px;}
.bbs_ml40{margin-left:40px;}

.bbs_pl07{padding-left:7px;}
.bbs_pl10{padding-left:10px;}
.bbs_pl20{padding-left:20px;}
.bbs_pl40{padding-left:40px;}

/* 회색 bg 박스 */
.bbs_bgbox{color:#333; padding:15px 20px; background-color:#f2f2f2; border:1px solid #ddd; text-align:center; margin-bottom:30px; font-size:18px; line-height:160%;}
.bbs_bgbox *{color:#333 !important;}

* + .bbs_bgbox{margin-top:10px;}
.bbs_bgbox + *{margin-top:10px;}

/* 테이블 */
.bbs_table{position:relative;}
.bbs_table:not(.step)::before{content:''; position: absolute; display:block; width:100%; height:1px; background:#212121; top:0px;}
.bbs_table table{width:100%; border-collapse:collapse; table-layout:fixed;}
.bbs_table table th{height:60px; padding:15px 20px; border:1px solid #D9D9D9; text-align:center; vertical-align:middle; background:#EEEEEE; }
.bbs_table table th,
.bbs_table table th *{color:#555; font-size:16px; line-height:1.6; font-weight:500; word-break:keep-all; word-wrap:break-word;}
.bbs_table table th strong{font-weight:bold;}
.bbs_table table td{height:60px; padding:15px 20px; border:1px solid #D9D9D9; vertical-align:middle;}
.bbs_table table td strong{font-weight:bold;}
.bbs_table table td,
.bbs_table table td *{color:#777; font-size:16px; line-height:1.6; word-break:keep-all; word-wrap:break-word;}
.bbs_table table img{display:inline-block;max-width:100%;}
.bbs_table.td_center td{text-align:center;}
.bbs_table.td_center td.tal,
.bbs_table.td_center td.tal *{text-align:left;}

/* 테이블 - 스크롤 필요한 경우 */
.bbs_table.scroll{overflow:auto;}
.bbs_table.scroll table{min-width:1000px;}
.bbs_table:not(.step).scroll::before{min-width:1000px}

/* 테이블 - 스텝 */
.bbs_table.step .next{border:0 none; width:5%; padding:0;}
.bbs_table.step .next .bbs_next{font-style:normal;}
.bbs_table.step .next .bbs_next::before{content:'→'; display:block;}
.bbs_table.step th,
.bbs_table.step td{text-align:center;}

* + .bbs_table{margin-top:10px;}
.bbs_table + *{margin-top: 20px !important;}


@media screen and (max-width: 768px){
	.bbs_table.mob_block table,
	.bbs_table.mob_block table tr{display:block; height:auto; width:100%;}
	.bbs_table.mob_block table th,
	.bbs_table.mob_block table td{display:block; height:auto; width:100%; padding:0; padding-top:20px;}
	.bbs_table.mob_block table th:last-child,
	.bbs_table.mob_block table td:last-child{padding-bottom:20px;}
	.bbs_table.mob_block table colgroup col{width:100% !important;}
}

@media screen and (max-width: 640px){
	/* 회색 bg 박스 */
	.bbs_bgbox{font-size:14px;}

	/* 타이틀 */
	.bbs_headline{font-size:20px !important; margin-bottom:25px !important;}
	.bbs_title{font-size:14px !important; margin-top:15px !important; margin-bottom:5px !important;}
	.fs20, .fs20 *{font-size: 15px !important;}
	.bbs_title02{font-size:12px !important; margin-top:10px !important;}

	/* 일반 텍스트 */
	.bbs_text,
	.bbs_text *{font-size:12px !important; line-height:1.6 !important;}
	.bbs_text02,
	.bbs_text02 *{font-size:10px !important; line-height:1.6 !important

	/* 들여쓰기 */
	.bbs_indent07{text-indent:-5px; padding-left:5px;}
	.bbs_indent10{text-indent:-7px; padding-left:7px;}
	.bbs_indent20{text-indent:-15px; padding-left:15px;}
		
	.bbs_in07{text-indent:5px;}
	.bbs_in10{text-indent:7px;}
	.bbs_in20{text-indent:15px;}
	
	.bbs_ml07{margin-left:5px;}
	.bbs_ml10{margin-left:7px;}
	.bbs_ml20{margin-left:15px;}
	.bbs_ml40{margin-left:30px;}

	.bbs_pl07{padding-left:5px;}
	.bbs_pl10{padding-left:7px;}
	.bbs_pl20{padding-left:15px;}
	.bbs_pl40{padding-left:30px;}

	/* 테이블 */
	.bbs_table.scroll table{min-width:800px;}
	.bbs_table:not(.step).scroll::before{min-width:800px}
	.bbs_table.step table th{width: 80px;}
	.bbs_table table{table-layout:auto;}
	.bbs_table table col{width:auto !important;}
	.bbs_table table th,
	.bbs_table table td{height: 40px;padding: 8px 5px;}
	.bbs_table table th,
	.bbs_table table td,
	.bbs_table table th *,
	.bbs_table table td *{font-size:12px !important; line-height:1.6 !important;}

	* + .bbs_table{margin-top:5px !important;}
	.bbs_table + *{margin-top:10px !important;}
	
	* + .bbs_bgbox,
	.bbs_bgbox + *{margin-top:5px !important;}

	.bbs_table.mob_block table th,
	.bbs_table.mob_block table td{padding-top:10px;}
	.bbs_table.mob_block table th:last-child,
	.bbs_table.mob_block table td:last-child{padding-bottom:10px;}

}


.video_wrap{padding-top:56.25%; position:relative;}
.video_wrap video{position:absolute; top:0; left:0; width:100%; height:100%;}


.img_list{display:flex; margin:-5px; align-items:center;}
.img_list > li{padding:5px; width:100%;}
.img_list > li img{display:block; width:100%; margin:0 auto;}

@media screen and (max-width: 750px){
	.img_list{flex-wrap:wrap;}
}

