@charset "utf-8";

/* Contents Style Sheet
 * Design by DESIGNHARU 2016.04.25
 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body{margin:0;padding:0;font-family:'Nanum Gothic','Dotum',sans-serif;font-size:14px;color:#333;line-height:1.42857143}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#337ab7;text-decoration:none;background-color:transparent}
a:active,a:hover{outline:0}
a:focus,a:hover{color:#2462a8;text-decoration:none}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
a,a:visited{text-decoration:none}

.board_table {width:100%; margin:0px auto;}
.board_table table{width:100%;border-collapse:collapse;}
.board_table caption{ text-indent:-2000px; height:0; margin:0; padding:0;	font-size:0; line-height:0;	overflow:hidden; }
.board_table ul{margin-top:0;margin-bottom:10px;padding-left:0;list-style:none}
.board_table ul ul{margin-bottom:0}

/* 2018-05-11 ¼ÅÆ²¾È³» ³ì»ö Å×ÀÌºí Ãß°¡ 
.board_table {width:100%; margin:0px auto;}
.board_table table{width:100%;border-collapse:collapse;}
.board_table caption{ text-indent:-2000px; height:0; margin:0; padding:0;	font-size:0; line-height:0;	overflow:hidden; }
.board_table ul{margin-top:0;margin-bottom:10px;padding-left:0;list-style:none}
.board_table ul ul{margin-bottom:0} */


/* ---------- list page ---------- */
.bbs_list{	border-top:2px solid #006ac6; }
.bbs_list th { background-color: #f0f5f9; border-bottom:1px solid #e3e4e5; color:#2e77b7; font-weight:bold; letter-spacing:-0.07em; padding:14px 0; text-align:center; font-size:0.9em; }
.bbs_list td { border-bottom:1px solid #e3e4e5; color:#454545; padding:12px; text-align:center; font-size:0.90em; }
.bbs_list .img{ border-radius:15px 0 15px 0px;}
.bbs_list .subject{ font-size:16px; text-align:left; }
.bbs_list .subject p{ font-size:18px; color:#450000; font-weight:700; margin-left:-12px;}
.bbs_list .subject span{ color:#000000; font-weight:700; line-height:25px; }
.bbs_list a { color: #111; text-decoration: none; }
.bbs_list a:hover { color: #337ab7; }



.bbs_list2{clear:both;	border-top:2px solid #006ac6; }
.bbs_list2 th { background-color: #f0f5f9; border-bottom:1px solid #e3e4e5; color:#2e77b7; font-weight:bold; letter-spacing:-0.07em; padding:14px 0; text-align:center; font-size:0.9em; }
.bbs_list2 td { border-bottom:1px solid #e3e4e5; color:#575757; padding:12px; text-align:center; font-size:0.90em; }
.bbs_list2 .subject{ font-size:16px; text-align:left; line-height:1.6em; font-weight:bold }
.bbs_list2 a { color: #111; text-decoration: none; }
.bbs_list2 a:hover { color: #337ab7; }

.bbs_list2 .meminfo{ clear:both;font-size:16px; text-align:left; line-height:1.8em }


/* Pagenation */
.list_paging { overflow:hidden;	clear:both;	margin:40px 0 30px; text-align: center; }
.list_paging li { display: inline; vertical-align: top; }
.list_paging li a { border: 1px solid #e3e3e3; color: #666; display: inline-block; font-size: 13px; height: 34px; position: relative; width: 34px; background-color: #fff; }
.list_paging li a:hover { background-color: #f5f5f5; }
.list_paging li.on a { background-color:#1c80d2; border:1px solid #1c80d2; color:#fff; }
.list_paging li a span { height:34px; left:0; line-height:34px; position:absolute; text-align:center; top:0; width: 34px; }
.list_paging .li_prev a span, .list_paging .li_next a span { height:10px; left:15px; top:12px; width:7px; background-image: url("../images/board/paging_arrow.gif"); }
.list_paging .li_prev10 a span, .list_paging .li_next10 a span { height: 10px; left: 12px; top: 12px; width: 12px; background-image: url("../images/board/paging_arrow.gif"); }
.list_paging .li_prev10 a span { background-position: 0 0; }
.list_paging .li_prev a span { background-position: -6px 0; }
.list_paging .li_next a span { background-position: -26px 0; }
.list_paging .li_next10 a span { background-position: 100% 0; }
.list_paging span.sp, .sp1 { display: block; font-size: 0; height: 0; line-height: 100px; overflow: hidden; text-indent: -10000px; }
.sp, .sp1 { background-position: 50% 50%; background-repeat: no-repeat; }

/* Search */
.search_box fieldset legend{text-indent:-2000px; height:0; margin:0; padding:0; font-size:0; line-height:0; overflow:hidden; border-bottom: 0px; }
.search_box { border:1px solid #eee; background:#fafafa; padding:15px 0px; }
.search_box form { width:70%; margin:0 auto; }
.search_box form,.search_box fieldset{border:0}
.search_box select { min-width:100px; height:29px; padding-left:5px; border:1px solid #ccc;}
.search_box .inputTxt { min-width:350px; height:29px; padding-left:7px; padding-right:7px; border:1px solid #ccc; }
.search_box .btn_search { display:inline-block; padding:4px 20px 4px; border-radius:5px; color:#fff; font-weight:700; vertical-align:middle; background:#32333a; text-align:center; vertical-align:top; cursor:pointer; font-size:0.95em; }
.search_box .btn_search:hover { background:#337ab7; color:#fff; text-decoration: none; }

/* ---------- view page ---------- */
.bbs_view { border-top:2px solid #006ac6; }
.bbs_view th { text-align:center; color:#333; border-bottom:1px solid #e2e4e5; background:#f0f5f9; min-height:40px; padding:20px; font-size:1em;}
.bbs_view td {border-bottom:1px solid #e2e4e5; text-align:left; padding-left:20px; min-height:30px;}
.bbs_view .view_info {font-size:12px;text-align:right !important; padding-right:10px;}
.bbs_view .view_info strong,.bbs_view .view_file strong{padding-left:20px;}
.bbs_view .view_file {font-size:12px;text-align:left !important;}
.bbs_view .view_cont {padding:20px; line-height:1.7}

/* Other Post View */
.list_other { margin-top:40px; border-top:1px solid #e2e4e5; border-bottom:1px solid #e2e4e5; text-align:center; font-size:0.85em; }
.list_other tbody th{height:30px; color: #333; text-align:center; font-weight: normal; border-top:1px solid #e2e4e5; background:#f7f7f7;}
.list_other tbody td{height:30px; text-indent:25px; text-align:left; border-top:1px solid #e2e4e5; background:#fff;}

/* Button Area */
.btnbox{margin:20px 0 30px 0; text-align:center;}
.btnbox_right{margin:10px 0; text-align:right}
.btnbox .btn,.btnbox_right .btn{display:inline-block; padding:0px 20px; height:30px; line-height:30px; margin:0; background:#3a7ab8; border:0 none; border-top-right-radius:5px; border-bottom-left-radius:5px; box-shadow: 1px 1px 3px #999; font-size:1em; color:#fff; vertical-align:middle;}
.btnbox .btn + .btn{margin-left:3px;background:#4d4d4d;}

.btnbox .edit,.btnbox_right .btn{display:inline-block; padding:0px 20px; height:30px; line-height:30px; margin:0; background:#3a7ab8; border:0 none; border-top-right-radius:5px; border-bottom-left-radius:5px; box-shadow: 1px 1px 3px #999; font-size:1em; color:#fff; vertical-align:middle;}
.btnbox .edit + .btn{margin-left:3px;background:#4d4d4d;}



/* ---------- write page ---------- */
.bbs_write { width:100%; border-collapse:collapse; border-top:2px solid #006ac6; }
.bbs_write th { color:#333; border-bottom:1px solid #e2e4e5; background:#f0f5f9; text-align:center; }
.bbs_write td { border-bottom:1px solid #e2e4e5; text-align:left; padding:10px 0 10px 20px;}
.bbs_write .inputSubject { width:95%; padding:7px; border:1px solid #ccc; }
.bbs_write .textareaWrite{ width:95%; padding:7px; border:1px solid #ccc; resize:none; }

/* ---------- gallery page ---------- */
/*.gallery_list { border-top:2px solid #006ac6; border-bottom:1px solid #cccccc; display:inline-block; } */
.gallery_list { display:inline-block; }
.gallery_list ul{margin:20px 0 10px}
.gallery_list li { float:left; width:23%; height:230px; margin:10px 1%; padding:0;}
.gallery_list img { width:184px; height:122px; border:1px solid #ccc }
.gallery_list span{font-size:12px;color:#888}
.gallery_list .subject { display: block;width:184px; line-height:24px; text-align:left; padding:7px 0px 0px; word-wrap:break-word; text-overflow: ellipsis; overflow: hidden; }

.gallery_list2 { display:inline-block; }
.gallery_list2 ul{margin:20px 0 10px 0}
.gallery_list2 li { float:left; width:31%; height:350px; margin:10px 1%; padding:0 210px 0 0;}
.gallery_list2 img { width:263px; height:200px; border:1px solid #ccc}
.gallery_list2 span{font-size:12px;color:#888}
.gallery_list2 .subject { display: block;width:263px; line-height:20px; text-align:left; padding:7px 0px 0px; word-wrap:break-word; text-overflow: ellipsis; overflow: hidden; }
.gallery_list2 .subject2 { display: block;width:263px; line-height:10px; text-align:left; padding:1px 0px 0px; word-wrap:break-word; text-overflow: ellipsis; }
.gallery_list2 .img2 { width:70px; height:20px; border:0px}




.board_table2 {width:97%; margin:0px auto;}
.board_table2 table{width:100%;border-collapse:collapse;}
.board_table2 caption{ text-indent:-2000px; height:0; margin:0; padding:0;	font-size:0; line-height:0;	overflow:hidden; }
.board_table2 ul{margin-top:0;margin-bottom:10px;padding-left:0;list-style:none}
.board_table2 ul ul{margin-bottom:0}


#board-box {position:relative; width:100%; overflow:hidden; display:inline-block;}


/* ---------- 2020-05-08 ---------- */
.board_table3 {width:97%; margin:0px auto;}
.board_table3 table{width:100%;border-collapse:collapse;}
.board_table3 caption{ text-indent:-2000px; height:0; margin:0; padding:0;	font-size:0; line-height:0;	overflow:hidden; }
.board_table3 ul{margin-top:0;margin-bottom:10px;padding-left:0;list-style:none}
.board_table3 ul ul{margin-bottom:0}
/* ---------- 2020-05-08 ---------- */

.scroll-guide{ display:none}

.table01{width:97%; border-top:2px solid #437c92;}
.table01 thead th{font-size:15px; color:#01417f; background:#f3f3f3; padding:15px;  text-align:center;}
.table01 thead th.textB{font-size:18px; color:#222222; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table01 thead th:first-child{border-left:none;}
.table01 thead th:last-child{border-right:none;}
.table01 thead td.content{font-size:14px; color:#000; text-align:left; padding:10px 0 10px 15px}


.table01 tbody th{font-size:15px; color:#3d627b; padding:15px; border:1px solid #dedede; text-align:center;}
.table01 tbody th.textB{font-size:14px; color:#01417f; padding:15px; border:1px solid #dedede; background:#f6f6f6}
.table01 tbody th:first-child{border-left:none;}
.table01 tbody th:last-child{border-right:none;}
.table01 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}
.table01 tbody td{font-size:14px; color:#000; padding:15px; text-align:center; border:1px solid #dedede;line-height:21px}
.table01 tbody td input{border:1px solid #dedede; padding:5px; }
.table01 tbody td select{border:1px solid #dedede; padding:5px; }

.table01 .info {text-align:left; }

.table01 tbody td:first-child{border-left:none;}
.table01 tbody td:last-child{border-right:none;}
.table01 tbody td a{color:#555555;}
.table01 tbody td a:hover{color:#01417f;}
.table01 tbody td h5{font-weight:700;font-size:16px}

.table01 tbody tr th.back{background:#f6f6f6}
.table01 tbody td.content{text-align:left;}
.table01 tbody td.content span{font-size:0.90em;color:#3d627b}

.table01 tbody tr td.content2 p{color:#39007a;font-size:22px; text-align:center;font-weight:800;}
.table01 tbody tr td.content2 span{color:#555555;font-size:14px;line-height:22px; text-align:left;font-weight:600;}

/* 2018-05-11 ¼ÅÆ²¾È³» ³ì»ö Å×ÀÌºí Ãß°¡ */

.table02{width:100%; border-top:3px solid #31b002;}

.table02 thead th{font-size:15px; color:#1f7200; background:#ebf8e6; padding:15px; border:1px solid #dedede; text-align:center;}
.table02 thead th.textB{font-size:18px; color:#154f00; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table02 thead th:first-child{border-left:none;}
.table02 thead th:last-child{border-right:none;}
.table02 thead td.content{text-align:left; padding:10px 0 10px 15px}

.table02 tbody th{font-size:15px; color:#154f00; padding:15px; border:1px solid #dedede; text-align:center;}
.table02 tbody th.textB{font-size:14px; color:#154f00; padding:15px; border:1px solid #dedede; background:#f3f3f3}
.table02 tbody th:first-child{border-left:none;}
.table02 tbody th:last-child{border-right:none;}
.table02 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}
.table02 tbody td{font-size:13px; color:#555555; padding:15px; text-align:center; border:1px solid #dedede;line-height:21px}
.table02 tbody td input{border:1px solid #dedede; padding:5px; }
.table02 tbody td select{border:1px solid #dedede; padding:5px; }

.table02 .info {text-align:left; }

.table02 tbody td:first-child{border-left:none;}
.table02 tbody td:last-child{border-right:none;}
.table02 tbody td a{color:#154f00;}
.table02 tbody td a:hover{color:#154f00;}
.table02 tbody td h5{font-weight:700;font-size:16px}
.table02 tbody tr th.back{background:#ebf8e6;color:#1f7200}
.table02 tbody td.content{text-align:left}

.table02 tbody tr td.content2 p{color:#186002;font-size:20px; text-align:center;font-weight:800;line-height:30px;padding-top:15px;}
.table02 tbody tr td.content2 span{color:#555555;font-size:14px;line-height:22px; text-align:left;font-weight:600;}


/* 2018-05-15 »ç¾÷¾È³» ÁÖÈ²»ö Å×ÀÌºí Ãß°¡ */

.table03{width:100%; border-top:3px solid #ff7c29;}

.table03 thead th{font-size:15px; color:#f46a13; background:#ffeee4; padding:15px; border:1px solid #dedede; text-align:center;}
.table03 thead th.textB{font-size:18px; color:#154f00; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table03 thead th:first-child{border-left:none;}
.table03 thead th:last-child{border-right:none;}
.table03 thead td.content{text-align:left; padding:10px 0 10px 15px}

.table03 tbody th{font-size:15px; color:#154f00; padding:15px; border:1px solid #dedede; text-align:center;}
.table03 tbody th.textB{font-size:14px; color:#154f00; padding:15px; border:1px solid #dedede; background:#f3f3f3}
.table03 tbody th:first-child{border-left:none;}
.table03 tbody th:last-child{border-right:none;}
.table03 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}
.table03 tbody td{font-size:13px; color:#555555; padding:15px; text-align:center; border:1px solid #dedede;line-height:21px}
.table03 tbody td input{border:1px solid #dedede; padding:5px; }
.table03 tbody td select{border:1px solid #dedede; padding:5px; }

.table03 .info {text-align:left; }

.table03 tbody td:first-child{border-left:none;}
.table03 tbody td:last-child{border-right:none;}
.table03 tbody td a{color:#154f00;}
.table03 tbody td a:hover{color:#154f00;}
.table03 tbody td h5{font-weight:700;font-size:16px}
.table03 tbody tr th.back{background:#ffeee4;color:#f46a13}
.table03 tbody td.content{text-align:left}

.table03 tbody tr td table{width:100%;}


/* 2018-05-15 »ç¾÷¾È³» ÁÖÈ²»ö Å×ÀÌºí Ãß°¡ */

.table04{width:97%; background:#f6fbed;}
.table04 thead th{font-size:15px; color:#01417f; background:#f3f3f3; padding:15px; border:1px solid #dedede; text-align:center;}
.table04 thead th.textB{font-size:18px; color:#222222; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table04 thead th:first-child{border-left:none;}
.table04 thead th:last-child{border-right:none;}
.table04 thead td.content{text-align:left; padding:10px 0 10px 15px}


.table04 tbody th{font-size:15px; color:#01417f; padding:15px; }
.table04 tbody th.textB{font-size:14px; color:#01417f; padding:15px;  background:#f3f3f3}
.table04 tbody th img {border-radius:10px 20px 20px 10px;}
.table04 tbody th:first-child{border-left:none;}
.table04 tbody th:last-child{border-right:none;}
.table04 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}


.table04 tbody td{font-size:13px; color:#39007a; line-height:21px; }
.table04 .info {text-align:left; }

.table04 tbody td:first-child{border-left:none;}
.table04 tbody td:last-child{border-right:none;}
.table04 tbody td a{color:#555555;}
.table04 tbody td a:hover{color:#01417f;}
.table04 tbody td h5{font-weight:700;font-size:16px}
.table04 tbody tr th.back{background:#f3f3f3}
.table04 tbody td.content{text-align:left;font-weight:600;font-size:18px;line-height:30px;color:#525252;padding:30px 50px 15px; }
.table04 tbody td.content p{color:#124c00;font-size:22px;}
.table04 tbody td.content span{color:#088f92;font-size:22px;}

.table04 tbody td.img {color:#a50046; padding:0px 10px 50px 10px;}
.table04 tbody td img {border-radius:40px 0px 40px 0px; border:5px solid #fff;box-shadow:-1px 2px 8px 1px #ededed;}
.table04 tbody td img #icon{}

.table04 tbody tr td.content2 {color:#124c00;font-size:13px; text-align:left; padding:0px 10px 20px 50px;}
.table04 tbody tr td.content2 span{color:#a50046;font-size:14px;line-height:30px; text-align:left}



/* 2018-05-16 »ç¾÷¾È³» °ËÁ¤»ö Å×ÀÌºí Ãß°¡ */

.table05{width:97%; background:#f6f6f6;}
.table05 thead th{font-size:15px; color:#01417f; background:#f3f3f3; padding:15px; border:1px solid #dedede; text-align:center;}
.table05 thead th.textB{font-size:18px; color:#222222; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table05 thead th:first-child{border-left:none;}
.table05 thead th:last-child{border-right:none;}
.table05 thead td.content{text-align:left; padding:10px 0 10px 15px}


.table05 tbody th{font-size:15px; color:#01417f; padding:15px; }
.table05 tbody th.textB{font-size:14px; color:#01417f; padding:15px;  background:#f3f3f3}
.table05 tbody th img {border-radius:10px 20px 20px 10px;}
.table05 tbody th:first-child{border-left:none;}
.table05 tbody th:last-child{border-right:none;}
.table05 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}


.table05 tbody td{font-size:13px; color:#39007a; text-align:center; line-height:21px; }
.table05 .info {text-align:left; }

.table05 tbody td:first-child{border-left:none;}
.table05 tbody td:last-child{border-right:none;}
.table05 tbody td a{color:#555555;}
.table05 tbody td a:hover{color:#01417f;}
.table05 tbody td h5{font-weight:700;font-size:16px}
.table05 tbody tr th.back{background:#f3f3f3}
.table05 tbody td.content{text-align:left;font-weight:600;font-size:18px;line-height:30px;color:#525252;padding:30px 50px; }
.table05 tbody td.content p{color:#124c00;font-size:20px;}
.table05 tbody td.content span{color:#a50046}

.table05 tbody td.img {color:#a50046; padding:0px 10px 50px 10px;}
.table05 tbody td img {border-radius:40px 0px 40px 0px; border:5px solid #fff;box-shadow:-1px 2px 8px 1px #ededed;}

.table05 tbody tr td.content2 p{color:#124c00;font-size:20px; text-align:left;}
.table05 tbody tr td.content2 span{color:#a50046;font-size:14px;line-height:30px; text-align:left}


/* 2018-05-16 ºÀ»ç °ËÁ¤»ö Å×ÀÌºí Ãß°¡ */

.table06{width:97%; background:#fffcee;}
.table06 thead th{font-size:15px; color:#01417f; background:#f3f3f3; padding:15px; border:1px solid #dedede; text-align:center;}
.table06 thead th.textB{font-size:18px; color:#222222; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table06 thead th:first-child{border-left:none;}
.table06 thead th:last-child{border-right:none;}
.table06 thead td.content{text-align:left; padding:10px 0 10px 15px}


.table06 tbody th{font-size:15px; color:#01417f; padding:15px; }
.table06 tbody th.textB{font-size:14px; color:#01417f; padding:15px;  background:#f3f3f3}
.table06 tbody th img {border-radius:10px 20px 20px 10px;}
.table06 tbody th:first-child{border-left:none;}
.table06 tbody th:last-child{border-right:none;}
.table06 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}


.table06 tbody td{font-size:13px; color:#39007a; text-align:center; line-height:21px; }
.table06 .info {text-align:left; }

.table06 tbody td:first-child{border-left:none;}
.table06 tbody td:last-child{border-right:none;}
.table06 tbody td a{color:#555555;}
.table06 tbody td a:hover{color:#01417f;}
.table06 tbody td h5{font-weight:700;font-size:16px}
.table06 tbody tr th.back{background:#f3f3f3}
.table06 tbody td.content{text-align:left;font-weight:600;font-size:20px;line-height:30px;color:#cf0f41;padding:30px 50px; }
.table06 tbody td.content p{color:#ba143f;font-size:20px;}
.table06 tbody td.content span{color:#a50046}

.table06 tbody td.img {color:#a50046; padding:0px 10px 50px 10px;}
.table06 tbody td img {border-radius:40px 0px 40px 0px; border:5px solid #fff;box-shadow:-1px 2px 8px 1px #ededed;}

.table06 .info2 img{border-radius:0px 0px 0px 0px; padding:0 0; border:0px;box-shadow:0 0 0 0;}



.table06 tbody tr td.content2 p{color:#124c00;font-size:20px; text-align:left;}
.table06 tbody tr td.content2 span{color:#a50046;font-size:14px;line-height:30px; text-align:left}



/* 2018-06-14 ¼³¸³¸ñÀû¹×¿¬Çõ */

.table07{width:100%; border-top:3px solid #39007a;}
.table07 thead th{font-size:18px; color:#01417f; background:#f3f3f3; padding:10px; border:1px solid #dedede; text-align:center;}
.table07 thead th.textB{font-size:18px; color:#222222; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table07 thead th:first-child{border-left:none;}
.table07 thead th:last-child{border-right:none;}
.table07 thead td.content{font-weight:600;font-size:14px;line-height:22px;text-align:left; padding:10px 0 10px 15px}

.table07 tbody th{font-size:15px; color:#01417f; padding:15px; border:1px solid #dedede; text-align:center;}
.table07 tbody th.textB{font-size:14px; color:#01417f; padding:15px; border:1px solid #dedede; background:#f3f3f3}
.table07 tbody th img {border-radius:10px 20px 20px 10px;}
.table07 tbody th:first-child{border-left:none;}
.table07 tbody th:last-child{border-right:none;}
.table07 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}
.table07 tbody td{font-size:15px; color:#000000; padding:15px; text-align:center; border:1px solid #dedede;line-height:16px; }
.table07 .info {text-align:left; }

.table07 tbody td:first-child{border-left:none;}
.table07 tbody td:last-child{border-right:none;}
.table07 tbody td a{color:#555555;}
.table07 tbody td a:hover{color:#01417f;}
.table07 tbody td h5{font-weight:700;font-size:16px}
.table07 tbody tr th.back{font-size:22px;background:#f3f3f3}
.table07 tbody td.content{text-align:left;font-weight:600;font-size:14px;line-height:22px;}
.table07 tbody td.content p{color:#124c00;font-size:20px;}
.table07 tbody td.content span{color:#a50046}

.table07 tbody tr td.content2 p{color:#39007a;font-size:22px; text-align:left;font-weight:800;}
.table07 tbody tr td.content2 span{color:#ffffff;font-size:14px;line-height:22px; text-align:left;font-weight:600;}


/* 2020-05-01 ³ëÀÎÀÏÀÚ¸® ¹× »çÈ¸È°µ¿Áö¿ø»ç¾÷ */

.table08{width:100%; border-top:3px solid #39007a;}
.table08 thead th{font-size:16px; color:#01417f; background:#f3f3f3; padding:10px; border:1px solid #dedede; text-align:center;}
.table08 thead th.textB{font-size:18px; color:#222222; background:#f3f3f3; padding:15px; border:1px solid #dedede;}
.table08 thead th:first-child{border-left:none;}
.table08 thead th:last-child{border-right:none;}
.table08 thead td.content{font-size:15px; color:#000000; padding:15px; text-align:left; line-height:16px;line-height:28px; }

.table08 tbody th{font-size:16px; color:#01417f; background:#f3f3f3; padding:10px; border:1px solid #dedede; text-align:center;}
.table08 tbody th.textB{font-size:14px; color:#01417f; padding:15px; border:1px solid #dedede; background:#f3f3f3}
.table08 tbody th img {border-radius:10px 20px 20px 10px;}
.table08 tbody th:first-child{border-left:none;}
.table08 tbody th:last-child{border-right:none;}
.table08 tbody th span{font-size:10px;vertical-align: top;margin-left:2px;}
.table08 tbody td{font-size:15px; color:#000000; padding:15px; text-align:center; border:1px solid #dedede;line-height:28px; }
.table08 .info {text-align:left; }

.table08 tbody td:first-child{border-left:none;}
.table08 tbody td:last-child{border-right:none;}
.table08 tbody td a{color:#555555;}
.table08 tbody td a:hover{color:#01417f;}
.table08 tbody td h5{font-weight:700;font-size:16px}
.table08 tbody tr th.back{font-size:22px;background:#f3f3f3}
.table08 tbody td.content{text-align:left;font-weight:600;font-size:14px;line-height:22px;}
.table08 tbody td.content p{color:#124c00;font-size:20px;}
.table08 tbody td.content span{color:#a50046}

.table08 tbody tr td.content2 p{color:#39007a;font-size:22px; text-align:left;font-weight:800;}
.table08 tbody tr td.content2 span{color:#ffffff;font-size:14px;line-height:22px; text-align:left;font-weight:600;}
