@charset "UTF-8";

/*
.modules_fmcs_lecture	{ font-size: 13px; line-height: 1.7em; word-spacing: 0.1em; font-weight: normal; }
*/
.modules_fmcs_lecture	{ font-size: 16px; color: #333; }

.modules_fmcs_lecture input[type="text"],
.modules_fmcs_lecture input[type="password"],
.modules_fmcs_lecture select	{ height: 2em; padding: 0 2em 0 1em; font-size: inherit; }
.modules_fmcs_lecture .button	{ min-width: 150px; height: 50px; line-height: 47px; padding: 0 30px; border-radius: 3px; box-sizing: border-box; font-size: inherit; }
.modules_fmcs_lecture .button.small	{ min-width: 0; height: 2em; line-height: 2em; padding: 0 0.5em; }
.modules_fmcs_lecture .button span	{ display: inline; vertical-align: baseline; }

.modules_fmcs_lecture .process_gov_discount	{ border-color: #104790; background-color: #104790; color: #fff; }

.modules_fmcs_lecture .action_receipt_print	{ min-width: 100px; max-width: 100%; }


.modules_fmcs_lecture input[type="checkbox"][name="agree_refund"]	{ width: 20px; height: 20px; }
.modules_fmcs_lecture label[for="agree_refund"]	{ font-size: 1.2em; font-weight: 500; }


.modules_fmcs_lecture h2	{ clear: both; padding: 0; margin: 30px 0 20px 0; background: none; font-size: 30px; font-weight: bold; color: #000; }
.modules_fmcs_lecture h3	{ clear: both; padding: 0; margin: 30px 0 20px 0; background: none; font-size: 26px; font-weight: bold; color: #323232; }
.modules_fmcs_lecture h4	{ clear: both; padding: 0; margin: 30px 0 20px 0; background: none; font-size: 24px; font-weight: bold; color: #323232; }


.modules_fmcs_lecture table	{ border-width: 1px 0 0 0 !important; border-color: #707070 !important; }
.modules_fmcs_lecture table thead tr th	{ height: 60px; border: 0 none !important; border-bottom: 1px solid #bbb !important; box-sizing: border-box; background-color: #e0e4e8; color: #222; font-weight: 600; text-align: center; vertical-align: middle; }
.modules_fmcs_lecture table thead tr th + th	{ border-left: 1px solid #bbb !important; }
.modules_fmcs_lecture table tbody tr th,
.modules_fmcs_lecture table tbody tr td	{ height: 60px; padding: 5px; border: 0 none !important; border-bottom: 1px solid #bbb !important; box-sizing: border-box; vertical-align: middle; }
.modules_fmcs_lecture table tbody tr th	{ background-color: #e0e4e8; text-align: center; font-weight: 600; color: #222; }
.modules_fmcs_lecture table tbody tr th + th,
.modules_fmcs_lecture table tbody tr th + td,
.modules_fmcs_lecture table tbody tr td + th,
.modules_fmcs_lecture table tbody tr td + td	{ border-left: 1px solid #bbb !important; }
.modules_fmcs_lecture table tbody tr th[rowspan],
.modules_fmcs_lecture table tbody tr td[rowspan]	{  border-right: 1px solid #bbb !important; }
.modules_fmcs_lecture table tbody tr th[rowspan]:last-child,
.modules_fmcs_lecture table tbody tr td[rowspan]:last-child	{  border-right: 0 none !important; }
.modules_fmcs_lecture table tfoot tr th,
.modules_fmcs_lecture table tfoot tr td	{ height: 60px; padding: 5px; border: 0 none !important; border-bottom: 1px solid #bbb !important; background: #f0f0f0; box-sizing: border-box; vertical-align: middle; }
.modules_fmcs_lecture table tfoot tr th + th,
.modules_fmcs_lecture table tfoot tr th + td,
.modules_fmcs_lecture table tfoot tr td + th,
.modules_fmcs_lecture table tfoot tr td + td	{ border-left: 1px solid #bbb !important; }



.font-small	{ font-size: 0.9em; letter-spacing: -1px; }

.order_r	{ margin: 50px 0; text-align: right; }
.order_r > *:last-child	{ margin-right: 0; }


.pattern_box	{ padding: 5px; margin: 0 0 40px 0; background: url(../image/pattern_box_border.png) repeat 0 0; }
.pattern_box > div	{ padding: 40px; margin: 0; background-color: #fff; }
.pattern_box > div:after	{ display: block; clear: both; content: ""; }


.description_box	{ line-height: 30px; padding: 40px; margin: 0 0 40px 0; border: 1px solid #cdcdcd; background: #fafafa; text-align: left; }
.description_box > div:after	{ display: block; clear: both; content: ""; }




.proc_list	{ margin-bottom: 30px; }

.proc_list .search	{ padding: 0; margin-bottom: 40px; background-color: #f2f3f8; }
.proc_list .search form	{ padding: 30px 75px; margin: 0; background-color: transparent; box-shadow: none; }
.proc_list .search form fieldset	{ display: flex; flex-wrap: wrap; gap: 15px 25px; }
.proc_list .search form fieldset select,
.proc_list .search form fieldset input[type="text"]	{ display: block; width: 100%; height: 50px; padding-left: 25px; margin: 0; border: 1px solid #bdc4c4; border-radius: 9px; background-color: #fff; color: #373737; font-weight: 500; }
.proc_list .search form fieldset input[type="radio"],
.proc_list .search form fieldset input[type="checkbox"]	{ width: 20px; height: 20px; padding: 0; margin: 0; vertical-align: middle; }
.proc_list .search form fieldset .category	{}
.proc_list .search form fieldset .category h3,
.proc_list .search form fieldset .category .category_more	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_list .search form fieldset .category .group_list	{}
.proc_list .search form fieldset .category .group_list ul	{ display: flex; gap: 25px; }
.proc_list .search form fieldset .category .group_list ul li	{ flex: 1; }
.proc_list .search form fieldset .category .group_list ul li label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_list .search form fieldset .category .group_list ul li .alert_err	{ display: none !important; }
.proc_list .search form fieldset .category .group_list p	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_list .search form fieldset .lecture_name	{ flex: 1 1 40%; }
.proc_list .search form fieldset .lecture_name label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_list .search form fieldset .lerturer_name	{ flex: 1 1 40%; }
.proc_list .search form fieldset .lerturer_name label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }

.proc_list .search form fieldset .lecture_target	{ display: none !important; }
.proc_list .search form fieldset .lecture_target	{ flex: 1 1 100%; display: flex; align-items: center; gap: 10px; height: 50px; padding: 0 25px; border: 1px solid #bdc4c4; border-radius: 9px; background-color: #fff; }
.proc_list .search form fieldset .lecture_target strong.label	{ flex: 0 1 100px; color: #373737; font-weight: 500; }
.proc_list .search form fieldset .lecture_target .input_boxs	{ flex: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.proc_list .search form fieldset .lecture_target .input_boxs .input_box	{ display: inline-flex; align-items: center; gap: 5px; }
.proc_list .search form fieldset .lecture_target .input_boxs .input_box label	{ position: static; width: auto; height: auto; line-height: 1; color: #373737; font-size: inherit; vertical-align: middle; }

.proc_list .search form fieldset .lecture_weekdays	{ flex: 1 1 100%; display: flex; align-items: center; gap: 10px; height: 50px; padding: 0 25px; border: 1px solid #bdc4c4; border-radius: 9px; background-color: #fff; }
.proc_list .search form fieldset .lecture_weekdays strong.label	{ flex: 0 1 100px; color: #373737; font-weight: 500; }
.proc_list .search form fieldset .lecture_weekdays .input_boxs	{ flex: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.proc_list .search form fieldset .lecture_weekdays .input_boxs .input_box	{ display: inline-flex; align-items: center; gap: 5px; }
.proc_list .search form fieldset .lecture_weekdays .input_boxs .input_box label	{ position: static; width: auto; height: auto; line-height: 1; color: #373737; font-size: inherit; vertical-align: middle; }

.proc_list .search form fieldset .lecture_submit	{ flex: 1 1 100%; display: flex; justify-content: center; gap: 15px; padding-top: 20px; }
.proc_list .search form fieldset .lecture_submit > *	{ flex: 0 1 228px; display: flex; align-items: center; justify-content: center; max-width: calc((100% - 15px) / 2); line-height: 1; border: 2px solid #1d56bc; border-radius: 9px; background-color: #fff; color: #393939; font-weight: 600; font-size: inherit; }
.proc_list .search form fieldset .lecture_submit > *:before	{ content: none !important; }
.proc_list .search form fieldset .lecture_submit > *:focus, .proc_list .search form fieldset .lecture_submit > *:hover, .proc_list .search form fieldset .lecture_submit > *:active	{ border-color: #333; background-color: #333; color: #fff; }
.proc_list .search form fieldset .lecture_submit > button	{ padding: 0; margin: 0; border-width: 0; background-color: #1d56bc; color: #fff; }
.proc_list .search form fieldset .lecture_submit > a	{ padding: 0; margin: 0; border-width: 0; background-color: #666; color: #fff; }




.proc_list .list_title	{ margin: 50px 0; }
.proc_list .list_title h2	{ display: flex; justify-content: center; gap: 15px; line-height: 1.2; font-size: 30px; color: #373737; }
.proc_list .list_title h2 span + span	{ position: relative; padding-left: 15px; }
.proc_list .list_title h2 span + span:after	{ position: absolute; left: -15px; top: 50%; width: 15px; height: 15px; border-width: 2px 2px 0 0; border-style: solid; border-color: #666; transform: rotate(45deg) translate(0, -50%); content: ""; }
.proc_list .list_title h2 .center	{ color: #1d56bc; }




.proc_list .list_tab	{  margin-bottom: 40px; }
.proc_list .list_tab ul	{ position: relative; display: flex; align-items: flex-end; gap: 3px; }
.proc_list .list_tab ul:before	{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #c0c7cf; content: ""; }
.proc_list .list_tab ul li	{ flex: 0 1 200px; }
.proc_list .list_tab ul li a	{ display: flex; align-items: center; justify-content: center; height: 48px; border-width: 1px 1px 0 1px; border-style: solid; border-color: #c0c7cf; border-radius: 9px 9px 0 0; background-color: #ecf2f7; color: #7f7e7e; font-weight: 600; }
.proc_list .list_tab ul li a:focus, .proc_list .list_tab ul li a:hover, .proc_list .list_tab ul li a:active	{ border-color: #666; background-color: #666; color: #fff; }
.proc_list .list_tab ul li a.active	{ height: 54px; border-color: #1e196b; background-color: #1e196b; color: #fff; }


.proc_list .list	{ margin-bottom: 40px; }
.proc_list .list table	{ margin: 0; border-width: 1px 0; }
.proc_list .list table thead tr th	{ height: 60px; background-color: #e0e4e8; color: #222; text-align: center; vertical-align: middle; }
.proc_list .list table tbody tr th,
.proc_list .list table tbody tr td	{ height: 60px; line-height: 1.4em; padding: 5px; vertical-align: middle; text-align: center; }
.proc_list .list table tbody tr td a	{ font-weight: normal; }
.proc_list .list td.nowrap	{ /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/ }


.proc_list .list a.regist	{ display: inline-block; width: 100%; line-height: 43px; padding: 0; border: 1px solid #195c7d; border-radius: 3px; box-sizing: border-box; background-color: #195c7d; text-align: center; color: #fff; transition: all .3s; }
.proc_list .list a.regist:focus, .proc_list .list a.regist:hover, .proc_list .list a.regist:active	{ border-color: #1160a9; background-color: #1160a9; }
.proc_list .list a.wait	{ display: inline-block; width: 100%; line-height: 43px; padding: 0; border: 1px solid #cdcdcd; border-radius: 3px; box-sizing: border-box; background-color: #eee; text-align: center; color: #222; transition: all .3s; }
.proc_list .list a.end	{ display: inline-block; width: 100%; line-height: 43px; padding: 0; border: 1px solid #cdcdcd; border-radius: 3px; box-sizing: border-box; background-color: #eee; text-align: center; color: #222; transition: all .3s; }




.proc_list .list ul	{ margin: 40px 0; border-width: 2px 0; border-style: solid; border-color: #c0c7cf; }
.proc_list .list ul li + li	{ border-top: 1px solid #c0c7cf; }
.proc_list .list ul li.empty	{ display: flex; align-items: center;  justify-content: center; height: 200px; font-size: 1.2em; }
.proc_list .list ul li a	{ display: block; padding: 20px; color: #3a3a3a; }
.proc_list .list ul li a:focus, .proc_list .list ul li a:hover, .proc_list .list ul li a:active	{ background-color: #fafafa; }
.proc_list .list ul li dl	{ display: flex; flex-wrap: wrap; gap: 20px 12px; position: relative; padding: 0 170px 0 85px; }
.proc_list .list ul li dl dt	{ font-weight: 600; }
.proc_list .list ul li dl dd + dt	{ position: relative; padding-left: 20px; }
.proc_list .list ul li dl dd + dt:before	{ position: absolute; left: 5px; top: 50%; width: 2px; height: 14px; margin-top: -7px; background-color: #6f6f6f; content: ""; }
.proc_list .list ul li dl dd.subject + dt	{ padding-left: 0; }
.proc_list .list ul li dl dd.subject + dt:before	{ content: none; }
.proc_list .list ul li dl dt.no	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_list .list ul li dl dd.no	{ display: flex; align-items: center; position: absolute; left: 0; top: 0; width: 85px; height: 100%; }
.proc_list .list ul li dl dt.center,
.proc_list .list ul li dl dd.center,
.proc_list .list ul li dl dt.reg_person,
.proc_list .list ul li dl dd.reg_person,
.proc_list .list ul li dl dt.target_age,
.proc_list .list ul li dl dd.target_age	{ display: none; }
.proc_list .list ul li dl dt.subject	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_list .list ul li dl dd.subject	{ flex: 1 1 100%; line-height: 1.2; font-weight: bold; }
.proc_list .list ul li dl dd.subject .target_age	{ display: inline-flex; align-items: center; justify-content: center; min-width: 80px; height: 26px; padding: 0 15px; margin-left: 15px; border: 1px solid #102cba; border-radius: 12px; background-color: #fff; color: #102cba; }

.proc_list .list ul li dl dt.center,
.proc_list .list ul li dl dt.event,
.proc_list .list ul li dl dt.class,
.proc_list .list ul li dl dt.status	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_list .list ul li dl dd.status	{ display: flex; align-items: center; position: absolute; right: 0; top: 0; width: 160px; height: 100%; }
.proc_list .list ul li dl dd.status span	{ display: flex; align-items: center;  justify-content: center; width: 100%; height: 38px; border-radius: 19px; background-color: #b6b6b6; color: #fff; font-weight: 600; }
.proc_list .list ul li dl dd.status span.regist	{ background-color: #2830bf; color: #fff; }

.proc_list .list ul li dl dd.class	{ position: relative; padding-left: 20px; }
.proc_list .list ul li dl dd.class:before	{ position: absolute; left: 5px; top: 50%; width: 2px; height: 14px; margin-top: -7px; background-color: #6f6f6f; content: ""; }





.pagejump	{ display: flex; gap: 2px; margin: 3em 0; font-size: inherit; }
.pagejump a	{ position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em !important; padding: 0; margin: 0 2px; border: 0 none; border-radius: 100%; box-sizing: border-box; text-align: center; font-size: initial; vertical-align: top; }
.pagejump a.now	{ border-color: #347cc0 !important; background-color: #1e196b !important; color: #fff !important; }
.pagejump a.first,
.pagejump a.prev,
.pagejump a.next,
.pagejump a.end	{ text-align: left; text-indent: -999px; overflow: hidden; font-size: inherit; }
.pagejump a.first:after,
.pagejump a.prev:after,
.pagejump a.next:after,
.pagejump a.end:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; text-indent: 0; font-size: 0.8em; content: ""; }
.pagejump a.first:after	{ content: "◀◀"; letter-spacing: -0.5em; text-indent: -0.5em; }
.pagejump a.prev:after	{ content: "◀"; }
.pagejump a.next:after	{ content: "▶"; }
.pagejump a.end:after	{ content: "▶▶"; letter-spacing: -0.5em; text-indent: -0.5em; }
.pagejump a:focus, .pagejump a:hover, .pagejump a:active	{ background-color: #999 !important; color: #fff !important; }



.modules_fmcs_lecture .proc_reg_list .list table tbody tr td a.button	{ min-width: 100%; max-width: 100%; }




@media all and (max-width: 768px)
{
	.proc_list .search form	{ padding: 10px; }
	.proc_list .search form fieldset	{ gap: 10px; }
	.proc_list .search form fieldset .category	{ flex: 1 1 100%; }	
	.proc_list .search form fieldset .category .group_list ul	{ flex-wrap: wrap; gap: 10px; }
	.proc_list .search form fieldset .category .group_list ul li	{ flex: 1 1 100%; }
	.proc_list .search form fieldset .lecture_name	{ flex: 1 1 100%; }
	.proc_list .search form fieldset .lerturer_name	{ flex: 1 1 100%; }
	.proc_list .search form fieldset .lecture_weekdays	{ height: auto; min-height: 50px; }
	.proc_list .search form fieldset .lecture_weekdays .input_boxs	{ padding: 14px 0; }
	.proc_list .search form fieldset .lecture_weekdays .input_boxs .input_box + .input_box	{ margin: 0; }
	
	
	.proc_list .list ul	{ border-top-width: 1px; }
	.proc_list .list ul li + li	{  }
	.proc_list .list ul li a	{ padding: 0; }
	.proc_list .list ul li dl	{ gap: 0; padding: 0; }
	.proc_list .list ul li dl dt,
	.proc_list .list ul li dl dd	{ border-top: 1px solid #c0c7cf; position: static !important; width: auto !important; height: auto !important; font-size: inherit !important; overflow: visible !important; }

	.proc_list .list ul li dl dt	{ flex: 0 1 30% !important; display: flex; align-items: center; justify-content: center; min-height: 45px; background-color: #fafafa; }
	.proc_list .list ul li dl dt:before	{ content: none !important; }
	.proc_list .list ul li dl dd	{ flex: 0 1 70% !important; display: flex; align-items: center; padding: 5px 10px; }
	.proc_list .list ul li dl dd.status span	{ max-width: 200px; height: 35px; padding: 0; margin: 0; }
	.proc_list .list ul li dl dd.subject .target_age	{ display: none; }
	.proc_list .list ul li dl dt.target_age,
	.proc_list .list ul li dl dd.target_age	{ display: flex; }
	
	
	
	
	.proc_list .list	{ width: 100%; overflow-x: auto; }
	.proc_list .list table	{ display: block; width: 100%; border: 0 none; }
	.proc_list .list table colgroup,
	.proc_list .list table colgroup col	{ display: none; }
	.proc_list .list table thead	{ display: none; }
	.proc_list .list table tbody	{ display: block; }
	.proc_list .list table tbody:after	{ display: block; clear: both; content: ""; }
	.proc_list .list table tbody tr	{ float: left; display: block; width: 49%; margin: 0 0 2% 2%; border: 1px solid #c8c8c8; border-radius: 3px; box-sizing: border-box; }
	.proc_list .list table tbody tr:nth-child(2n+1)	{ clear: both; margin-left: 0; }
	.proc_list .list table tbody tr:after	{ display: block; clear: both; content: ""; }
	.proc_list .list table tbody tr td	{ position: relative; display: block; height: auto; line-height: 1.3em; padding: 2px 0 2px 5.5em; border: 0 none !important; border-bottom: 1px solid #e0e0e0 !important; text-align: left; }
	.proc_list .list table tbody tr td:before	{ position: absolute; left: 0; top: 0; width: 5em; height: 100%; background-color: #fafafa; text-align: center; content: attr(data-title); }
	.proc_list .list table tbody tr td:before	{ display: flex; align-items: center; justify-content: center; }
	.proc_list .list table tbody tr td:after	{ position: absolute; left: 5em; top: 0; width: 1px; height: 100%; background-color: #e0e0e0; content: ""; }
	.proc_list .list table tbody tr td:last-child	{ border-bottom: 0 none !important; }
	.proc_list .list table tbody tr td:nth-child(1)	{ display: none; }
	.proc_list .list table tbody tr td:nth-child(3)	{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.proc_list .list table tbody tr td:nth-child(8)	{ padding: 5px; text-align: center; }
	.proc_list .list table tbody tr td:nth-child(8):before,
	.proc_list .list table tbody tr td:nth-child(8):after	{ content: none; }
	
	
	
	
	
	.contents .pagejump	{ display: block; text-align: center; }
	.pagejump a	{ width: 2em; height: 2em; line-height: calc(2em - 2px) !important; margin: 0 1px 0 0; }
	.contents .pagejump a.first,
	.contents .pagejump a.prev	{ margin: 0 1px 0 0; }
	.contents .pagejump a.end,
	.contents .pagejump a.next	{ margin: 0 1px 0 0; }
	.contents .pagejump a:last-child	{ margin-right: 0 !important; }
	
	
	
	.proc_reg_list .list,
	.proc_reg_list .list .table_box	{ overflow: visible !important; }
	.proc_reg_list .list:before,
	.proc_reg_list .list .table_box:before	{ content: none !important; }
	.proc_reg_list .list table	{ display: block; width: 100% !important; min-width: 0 !important; margin: 0 !important; border: 0 none !important; }
	.proc_reg_list .list table colgroup,
	.proc_reg_list .list table colgroup col	{ display: none; }
	.proc_reg_list .list table thead	{ display: none; }
	.proc_reg_list .list table tbody	{ display: block; text-align: left !important; }
	.proc_reg_list .list table tbody tr	{ display: block; margin: 10px 0; border: 1px solid #c8c8c8; border-radius: 10px; overflow: hidden; }
	.proc_reg_list .list table tbody tr:after	{ display: block; clear: both; content: ""; }
	.proc_reg_list .list table tbody tr td	{ position: relative; display: block; height: auto; min-height: calc(1.5em + 10px); line-height: 1.5em; padding: 5px 5px 5px calc(32% + 10px); border: 0 none !important; border-bottom: 1px solid #eee !important; font-size: 1em !important; letter-spacing: 0 !important; text-align: left !important; }
	.proc_reg_list .list table tbody tr td:before	{ position: absolute; left: 0; top: 0; width: 32%; height: 100%; background-color: #fafafa; content: attr(data-title); }
	.proc_reg_list .list table tbody tr td:before	{ display: flex; align-items: center; justify-content: center; }
	.proc_reg_list .list table tbody tr td:last-child	{ border-bottom: none !important; }
	.proc_reg_list .list table tbody tr td br	{ display: none; }
	.proc_reg_list .list table tbody tr td a.button	{ font-weight: normal; }
	
	.proc_reg_list .list table tbody tr td.empty	{ padding-left: 0; text-align: center !important; }
	.proc_reg_list .list table tbody tr td.empty:before	{ content: none; }
	
	
	
	.order_r	{ display: flex !important; }
	.order_r > *	{ flex: 1 !important; min-width: 0 !important; padding-left: 0 !important; padding-right: 0 !important; margin: 0 !important; }
	.order_r > * + *	{ margin-left: 5px !important; }
}

@media all and (max-width: 425px)
{
	.proc_list .list table tbody tr	{ clear: both; width: 100%; margin-left: 0; }
}

@media all and (max-width: 425px)
{
	.proc_reg_list .search	{ padding-left: 0 !important; padding-right: 0 !important; }
	.proc_reg_list .search label	{ font-size: 1em !important; }
	.proc_reg_list .search select	{ width: 150px !important; }
}









.proc_read	{ margin-bottom: 30px; }



.proc_read fieldset	{ display: flex; flex-wrap: wrap; align-items: flex-start; gap: 50px 60px; }
.proc_read fieldset > *	{ flex: 1 1 100%; }

.proc_read fieldset h2.class_nm	{ display: flex; align-items: center; gap: 16px; line-height: 1.1; margin: 0 0 20px 0; font-size: 30px; color: #373737; font-weight: 600; }
.proc_read fieldset h2.class_nm .status	{ display: inline-block; min-width: 80px; line-height: 24px; padding: 0 20px; border: 1px solid #555; border-radius: 24px; background-color: #fff; color: #555; font-size: 16px; font-weight: 400; }
.proc_read fieldset h2.class_nm .status.status_R	{ border-color: #102cba; color: #102cba; }

.proc_read fieldset .top_area	{ flex: 1; }
.proc_read fieldset .top_area .status	{ padding: 15px 40px; margin: 0 0 12px 0; background-color: #f2f3f8; color: #3a3a3a; font-weight: 500; }
.proc_read fieldset .top_area .info_box table	{ margin: 0; border-width: 2px 0 !important; border-style: solid !important; border-color: #c0c7cf !important; }
.proc_read fieldset .top_area .info_box table tbody tr + tr	{ border-top: 1px solid #c0c7cf; }
.proc_read fieldset .top_area .info_box table tbody tr th	{ position: relative; height: 56px; border: 0 none !important; background-color: transparent; }
.proc_read fieldset .top_area .info_box table tbody tr th:after	{ position: absolute; top: 50%; right: 0; width: 2px; height: 14px; margin-top: -7px; background-color: #6f6f6f; content: ""; }
.proc_read fieldset .top_area .info_box table tbody tr td	{ height: 56px; padding-left: 30px; border: 0 none !important; background-color: transparent; text-align: left; }
.proc_read fieldset .top_area .info_box table tbody tr:first-child td	{ font-weight: 600; color: #173b92; } 

.proc_read fieldset .top_area .picture	{ margin-top: 25px; }
.proc_read fieldset .top_area .picture img	{ display: block; width: auto; max-width: 100%; max-height: 400px; margin: 0 auto; border: 0 none; border-radius: 10px; object-fit: cover; }


.proc_read fieldset .select_area	{ flex: 1; }
.proc_read fieldset .select_area h4	{ line-height: 1.1; margin: 0; font-size: 24px; }
.proc_read fieldset .select_area ul	{ display: flex; flex-direction: column; gap: 14px; margin: 25px 0; }
.proc_read fieldset .select_area ul li	{}
.proc_read fieldset .select_area ul li input[type="radio"]	{ position: absolute; width: 0; height: 0; border: 0 none; font-size: 0; overflow: hidden; outline: 0 none; }
.proc_read fieldset .select_area ul li label	{ display: block; padding: 1px; margin: 0; border: 1px solid #c0c7cf; border-radius: 9px; background-color: #fff; font-weight: 400; }
.proc_read fieldset .select_area ul li input[type="radio"]:checked + label	{ padding: 0; border-width: 2px; border-color: #1e196b; }
.proc_read fieldset .select_area ul li label:focus, .proc_read fieldset .select_area ul li label:hover, .proc_read fieldset .select_area ul li label:active	{ border-color: #666; background-color: #fafafa; }
.proc_read fieldset .select_area ul li dl	{ display: flex; flex-wrap: wrap; gap: 10px 0; line-height: 1.1; padding: 15px 45px; }
.proc_read fieldset .select_area ul li dl dt	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_read fieldset .select_area ul li dl dd	{ flex: 1 1 100%; }

.proc_read fieldset .select_area ul.fee_list	{ margin-bottom: 70px; }
.proc_read fieldset .select_area ul.fee_list li dl dd.item_name	{ font-weight: 600; }
.proc_read fieldset .select_area ul.fee_list li dl dt.item_dates	{ flex: none; position: static; width: auto; height: auto; font-size: inherit; }
.proc_read fieldset .select_area ul.fee_list li dl dt.item_dates:after	{ display: inline-block; padding: 0 0.3em; content: ":"; }
.proc_read fieldset .select_area ul.fee_list li dl dd.item_dates	{ flex: 1; }
.proc_read fieldset .select_area ul.fee_list li dl dd.item_amount	{ text-align: right; font-size: 1.2em; font-weight: 600; }

.proc_read fieldset .select_area ul.family_list li dl dd.item_name	{ flex: none; font-weight: 600; }
.proc_read fieldset .select_area ul.family_list li dl dd.item_relation	{ flex: none; font-weight: 600; }
.proc_read fieldset .select_area ul.family_list li dl dd.item_relation:before	{ content: "("; }
.proc_read fieldset .select_area ul.family_list li dl dd.item_relation:after	{ content: ")"; }
.proc_read fieldset .select_area ul.family_list li dl dd.item_birthday	{ flex: none; margin-left: 30px; font-weight: 600; }
.proc_read fieldset .select_area ul.family_list li dl dd.item_status	{ text-align: right; font-size: 1.2em; font-weight: 600; }
.proc_read fieldset .select_area ul.family_list li dl dd.item_status strong	{ font-weight: 600; color: #1e196b; }
.proc_read fieldset .select_area ul.family_list li dl dd.item_status em	{ font-weight: 600; color: #313131; }

.proc_read fieldset .order_r .button	{ flex: 0 1 230px; min-width: 0; height: 50px; border-radius: 9px; }
.proc_read fieldset .order_r .button:focus, .proc_read fieldset .order_r .button:hover, .proc_read fieldset .order_r .button:active	{ border-color: #333; background-color: #333; color: #fff; }

@media all and (max-width: 768px)
{
	.proc_read fieldset	{ gap: 30px; }
	.proc_read fieldset .top_area	{ flex: 1 1 100%; }
	.proc_read fieldset .top_area .picture img	{ width: auto; max-width: 100%; max-height: 400px; }
	.proc_read fieldset .select_area	{ flex: 1 1 100%; }
}






.proc_payment .payment_check	{ padding: 0 20px 20px 20px; border: 1px solid #c8c8c8; background-color: #fafafa; }
.proc_payment .payment_check > div	{ padding-top: 10px; margin-top: 10px; }
.proc_payment .payment_check > div + div	{ border-top: 1px solid #eee; }
.proc_payment .payment_check p	{ margin: 0; font-size: 1.2em; font-weight: 600; }
.proc_payment .payment_check .reason	{ margin: 10px 0 0 0; font-size: 1.1em; }


.gov_discount	{ line-height: 30px; font-size: 17px; }
.gov_discount h3	{ margin: 1em 0 5px 0; font-size: 1.2em; font-weight: 500; }
.gov_discount table	{ table-layout: fixed; clear: both; width: 100%; border-collapse: collapse; border-width: 2px 0 0 0; border-style: solid; border-color: #0b4da1; text-align: left; }
.gov_discount table caption	{ width: 0; height: 0; line-height: 0; overflow: hidden; font-size: 0; }
.gov_discount table tbody tr	{ border-bottom: 1px solid #dedede; }
.gov_discount table tbody tr th	{ background-color: #fafafa; color: #4e4e4e; text-align: center; }
.gov_discount table tbody tr td	{ line-height: 35px; padding: 5px; font-size: 1em; }
.gov_discount table tbody tr td input	{ float: left; height: 35px; box-sizing: border-box; }
.gov_discount table tbody tr td input[name="person_name"]	{ width: 100%; }
.gov_discount table tbody tr td input[name="person_no_1"],
.gov_discount table tbody tr td input[name="person_no_2"]	{ width: 45%; }
.gov_discount table tbody tr td span.split	{ float: left; display: inline-block; width: 10%; text-align: center; }
.gov_discount ul	{ padding: 10px; margin: 0; list-style: none; border: 1px solid #c8c8c8; background-color: #fafafa; font-size: 0.9em; }
.gov_discount ul li	{ position: relative; line-height: 1.6em; padding: 0 0 0 10px; margin: 0; list-style: none; }
.gov_discount ul li:before	{ position: absolute; left: 0; top: 0.8em; width: 3px; height: 3px; margin-top: -2px; background-color: #0b4da1; content: ""; }
.gov_discount p	{ margin: 0; }
.gov_discount em	{ color: #f00; font-style: normal; }
.gov_discount input[type="checkbox"]{ width: 20px; height: 20px; }
.gov_discount label	{ font-weight: bold; font-size: 1.1em; }
.gov_discount .order_r	{ margin-top: 2em; margin-bottom: 0; }
.gov_discount .button	{ width: 150px; height: 55px; line-height: 55px; border: 0 none; border-radius: 0; font-size: 1em; }



@media all and (max-width: 768px)
{
	.gov_discount .order_r	{ text-align: center; }
	.gov_discount .button	{ width: 45%; margin: 0; }
}





.result_box	{ background: none !important; }


.proc_write	{ margin-bottom: 30px; }
.proc_write .result_box	{}
.proc_write .result_box strong	{ display: block; line-height: 80px; text-align: center; color: #112c4e; font-size: 25px; font-weight: bold; background-color: #e6f0f9; }
.proc_write .result_box .pattern_box	{ line-height: 2em; text-align: center; font-size: 1.2em; }
.proc_write .result_box .pattern_box span	{ font-size: 1.1em; font-weight: 600; }




.proc_payment table.no_thead tbody tr th,
.proc_payment table.no_thead tbody tr td	{ line-height: 40px; }







.proc_reg_list .search form fieldset	{ display: flex; justify-content: center; }
.proc_reg_list .search label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.proc_reg_list .search select	{ flex: 0 1 250px; height: 50px; }
.proc_reg_list .search button	{ flex: 0 1 100px; }
.proc_reg_list .search button:before	{ content: none !important; }


.proc_reg_list .residence_gbn	{ line-height: 2.5em; padding: 20px; margin: 0 0 40px 0; border: 1px solid #c1c1c1; text-align: center; background-color: #fafafa; }
.proc_reg_list .residence_gbn p	{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; position: relative; min-height: 60px; padding: 0; margin: 0; font-size: 18px; }
.proc_reg_list .residence_gbn p.in_button	{ padding-right: 150px; }
.proc_reg_list .residence_gbn p button	{ position: absolute; right: 0; top: 0; width: 140px; height: 100%; padding: 0; margin: 0; border: 0 none; border-radius: 5px; background-color: #104790; color: #fff; font-size: 1em; font-weight: normal; }



.proc_reg_list .list_tab	{ margin-bottom: 30px; }
.proc_reg_list .list_tab ul	{ padding: 0; margin: 0; list-style: none; border-bottom: 1px solid #333; }
.proc_reg_list .list_tab ul:after	{ display: block; clear: both; content: ""; }
.proc_reg_list .list_tab ul li	{ float: left; padding: 0; margin: 0 5px 0 0; list-style: none; background: none; }
.proc_reg_list .list_tab ul li a	{ display: block; width: 188px; line-height: 3em; border-width: 1px 1px 0 1px; border-style: solid; border-color: #d9d9d9; color: #666; font-size: 1em; font-weight: 600; text-align: center; background-color: #fff; }
.proc_reg_list .list_tab ul li a:focus, .proc_reg_list .list_tab ul li a:hover, .proc_reg_list .list_tab ul li a:active, .proc_reg_list .list_tab ul li a.active	{ position: relative; z-index: 2; line-height: 3em; margin-bottom: -1px; border-width: 2px 1px 0 1px; border-color: #333; color: #333; }


.proc_reg_list .list a.regist	{ display: inline-block; line-height: 30px; padding: 0 5px; color: #fff; background-color: #0095d1; }
.proc_reg_list .list a.regist:focus, .proc_reg_list .list a.regist:hover, .proc_reg_list .list a.regist:active	{ background-color: #000; }


.proc_reg_list .list table td input[type="checkbox"]	{ width: 20px; height: 20px; margin: 0; }
.proc_reg_list .list table td input[type="checkbox"] + label	{ margin-left: 50px; }





.proc_reg_read .top_area	{ position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; }
.proc_reg_read .top_area .picture	{ position: relative; width: 100%; padding: 0 10px 0 0; box-sizing: border-box; }
.proc_reg_read .top_area .picture .pic_box	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #dfdfdf; box-sizing: border-box; background-color: #fafafa; overflow: hidden; }
.proc_reg_read .top_area .picture .pic_box img	{ position: absolute; left: 50%; top: 50%; display: block; width: auto; height: auto; min-width: 1000%; min-height: 1000%; max-width: none; max-height: none; transform: translate(-50%, -50%) scale(0.1); padding: 0; margin: 0; border: 0 none; }
.proc_reg_read .top_area .picture .pic_box .status	{ position: absolute; right: 0; top: 0; line-height: 17px; padding: 10px 20px; color: #fbff8c; background-color: #000; background-color: rgba(0, 0, 0, 0.8); }
.proc_reg_read .top_area .info_box	{ position: relative; width: 100%; padding: 0 0 0 10px; box-sizing: border-box; }
.proc_reg_read .top_area .info_box p.receive_type	{ position: absolute; right: 0; top: -27px; line-height: 25px; padding: 0 20px 0 20px; margin: 0; background-color: rgba(0, 0, 0, 0.6); color: #fff; font-size: 13px; }
.proc_reg_read .top_area .info_box p.receive_type strong	{ color: #fff; font-weight: normal; }
.proc_reg_read .top_area .info_box table	{ margin: 0; border-top-color: #bbb; }


.proc_reg_read h4	{ margin-left: 0; }

.proc_reg_read .course_plan_path	{}
.proc_reg_read .course_plan_path a	{ display: inline-block; line-height: 35px; padding: 0 70px 0 25px; color: #fff; background: #0090c9 url(../image/file_download.png) no-repeat 90% center; }
.proc_reg_read .course_plan_path a:focus, .proc_reg_read .course_plan_path a:hover, .proc_reg_read .course_plan_path a:active	{ background-color: #333; }

.proc_reg_read .trainer	{}
.proc_reg_read .trainer:after	{ display: block; clear: both; content: ""; }
.proc_reg_read .trainer .picture	{ float: left; width: 30%; }
.proc_reg_read .trainer .picture img	{ display: block; border: 1px solid #d9d9d9; }
.proc_reg_read .trainer .info	{ float: left; width: 65%; }
.proc_reg_read .trainer .info strong	{ display: inline-block; line-height: 32px; min-width: 230px; padding: 0 30px; margin: 10px 0 0 0; color: #fff; background-color: #458dca; font-size: 16px; }
.proc_reg_read .trainer .info em	{ display: inline-block; padding: 10px 0 0 27px; color: #23406f; font-size: 16px; font-weight: bold; }
.proc_reg_read .trainer .info > div	{ padding: 5px 0 0 27px; }
.proc_reg_read .trainer table	{ margin: 0; }


.proc_reg_read .table_box	{ overflow: visible !important; }
.proc_reg_read .table_box:before	{ content: none !important; }
.proc_reg_read .table_box table	{ width: 100% !important; min-width: 0 !important; }



@media all and (max-width:1023px)
{
	.proc_read .top_area	{ position: relative; display: block; }
	.proc_read .top_area .picture	{ float: none; width: auto; padding: 0; margin-bottom: 20px; }
	.proc_read .top_area .picture .pic_box	{ position: static; }
	.proc_read .top_area .picture .pic_box img	{ position: static; max-width: 100%; max-height: 100%; min-width: 0; min-width: 0; margin: 0 auto; transform: none; }
	.proc_read .top_area .info_box	{ position: static; float: none; width: auto; padding: 0; }
	.proc_read .top_area .info_box p.receive_type	{ top: -13px; right: 5px; }
	.proc_read .top_area .info_box table	{ margin: 0; border-top: 1px solid #4d4d4d; }
	.proc_read .trainer .info strong	{ min-width: 100px; }
	.proc_read table select	{ max-width: 100%; }
	.proc_read table.fee_list colgroup col:nth-child(2)	{ width: auto !important; }
	.proc_read table.fee_list colgroup col:nth-child(3)	{ width: 25% !important; }
	.proc_read table.fee_list colgroup col:nth-child(4)	{ width: 20% !important; }
	.proc_read table#family_list colgroup col:nth-child(2)	{ width: auto !important; }
	.proc_read table#family_list colgroup col:nth-child(3)	{ width: 17% !important; }
	.proc_read table#family_list colgroup col:nth-child(4)	{ width: 17% !important; }
	.proc_read table#family_list colgroup col:nth-child(5)	{ width: 25% !important; }
	
	.proc_reg_list .list_tab ul li	{ width: 30%; margin-right: 1%; }
	.proc_reg_list .list_tab ul li a	{ width: auto; }
	
	
	.proc_reg_list .list	{ overflow: auto; }
	.proc_reg_list .list:before	{ display: block; line-height: 30px; content: "* 좌우로 이동하여 표 내용을 보실 수 있습니다."; color: #3f97d0; }
	.proc_reg_list .list table	{ width: 1100px; }
	.proc_reg_list .list .table_box:before	{ content: none !important; }
	.proc_reg_list .list .table_box table	{ margin-top: 0; }
	
	/*
	.proc_reg_list .list table	{ table-layout: auto; }
	.proc_reg_list .list table.type_R colgroup col:nth-child(1),
	.proc_reg_list .list table.type_R colgroup col:nth-child(4),
	.proc_reg_list .list table.type_R colgroup col:nth-child(6),
	.proc_reg_list .list table.type_R colgroup col:nth-child(7),
	.proc_reg_list .list table.type_R colgroup col:nth-child(8)	{ display: none; }
	.proc_reg_list .list table.type_R thead tr th:nth-child(1),
	.proc_reg_list .list table.type_R thead tr th:nth-child(4),
	.proc_reg_list .list table.type_R thead tr th:nth-child(6),
	.proc_reg_list .list table.type_R thead tr th:nth-child(7),
	.proc_reg_list .list table.type_R thead tr th:nth-child(8)	{ display: none; }
	.proc_reg_list .list table.type_R tbody tr td:nth-child(1),
	.proc_reg_list .list table.type_R tbody tr td:nth-child(4),
	.proc_reg_list .list table.type_R tbody tr td:nth-child(6),
	.proc_reg_list .list table.type_R tbody tr td:nth-child(7),
	.proc_reg_list .list table.type_R tbody tr td:nth-child(8)	{ display: none; }
	.proc_reg_list .list table.type_R tbody tr td.empty	{ display: table-cell; }
	
	.proc_reg_list .list table.type_H colgroup col:nth-child(1),
	.proc_reg_list .list table.type_H colgroup col:nth-child(3),
	.proc_reg_list .list table.type_H colgroup col:nth-child(5),
	.proc_reg_list .list table.type_H colgroup col:nth-child(6),
	.proc_reg_list .list table.type_H colgroup col:nth-child(7)	{ display: none; }
	.proc_reg_list .list table.type_H thead tr th:nth-child(1),
	.proc_reg_list .list table.type_H thead tr th:nth-child(3),
	.proc_reg_list .list table.type_H thead tr th:nth-child(5),
	.proc_reg_list .list table.type_H thead tr th:nth-child(6),
	.proc_reg_list .list table.type_H thead tr th:nth-child(7)	{ display: none; }
	.proc_reg_list .list table.type_H tbody tr td:nth-child(1),
	.proc_reg_list .list table.type_H tbody tr td:nth-child(3),
	.proc_reg_list .list table.type_H tbody tr td:nth-child(5),
	.proc_reg_list .list table.type_H tbody tr td:nth-child(6),
	.proc_reg_list .list table.type_H tbody tr td:nth-child(7)	{ display: none; }
	.proc_reg_list .list table.type_H tbody tr td.empty	{ display: table-cell; }
	.proc_reg_list .list table.type_H colgroup col:nth-child(4)	{ width: 90px !important; }
	.proc_reg_list .list table.type_H colgroup col:nth-child(7)	{ width: 60px !important; }
	
	.proc_reg_list .list table.type_RR colgroup col:nth-child(1),
	.proc_reg_list .list table.type_RR colgroup col:nth-child(3),
	.proc_reg_list .list table.type_RR colgroup col:nth-child(5),
	.proc_reg_list .list table.type_RR colgroup col:nth-child(6),
	.proc_reg_list .list table.type_RR colgroup col:nth-child(7)	{ display: none; }
	.proc_reg_list .list table.type_RR thead tr th:nth-child(1),
	.proc_reg_list .list table.type_RR thead tr th:nth-child(3),
	.proc_reg_list .list table.type_RR thead tr th:nth-child(5),
	.proc_reg_list .list table.type_RR thead tr th:nth-child(6),
	.proc_reg_list .list table.type_RR thead tr th:nth-child(7)	{ display: none; }
	.proc_reg_list .list table.type_RR tbody tr td:nth-child(1),
	.proc_reg_list .list table.type_RR tbody tr td:nth-child(3),
	.proc_reg_list .list table.type_RR tbody tr td:nth-child(5),
	.proc_reg_list .list table.type_RR tbody tr td:nth-child(6),
	.proc_reg_list .list table.type_RR tbody tr td:nth-child(7)	{ display: none; }
	.proc_reg_list .list table.type_RR tbody tr td.empty	{ display: table-cell; }
	*/
	
	.proc_payment .table_box	{ overflow: visible !important; }
	.proc_payment .table_box:before	{ content: none !important; }
	
	
	.proc_payment table.lecture_list	{ display: block; min-width: 100% !important; margin: 0; }
	.proc_payment table.lecture_list:before	{ display: block; line-height: 25px; margin-top: -25px; text-align: right; content: "(금액 단위 : 원)"; }
	.proc_payment table.lecture_list colgroup	{ display: none; }
	.proc_payment table.lecture_list thead	{ display: none; }
	.proc_payment table.lecture_list tbody	{ display: block; text-align: left; }
	.proc_payment table.lecture_list tbody tr	{ display: block; border-bottom: 0 none; }
	.proc_payment table.lecture_list tbody tr td	{ position: relative; display: block; padding-left: calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #bbb !important; text-align: left !important; }
	.proc_payment table.lecture_list tbody tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 33%; height: 100%; line-height: 31px; border-right: 1px solid #bbb; color: #4e4e4e; font-weight: bold; background-color: #fafafa; text-align: center; }
	.proc_payment table.lecture_list tbody tr td:nth-child(1):before	{ content: "센터명"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(2):before	{ content: "강좌명"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(3):before	{ content: "수강기간"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(4):before	{ content: "개월"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(5):before	{ content: "실수강자"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(6):before	{ content: "강좌단가"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(7):before	{ content: "전체금액"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(8):before	{ content: "할인금액"; }
	.proc_payment table.lecture_list tbody tr td:nth-child(9):before	{ content: "결제금액"; }
	.proc_payment table.lecture_list tbody tr td br	{ display: none; }
	
	.proc_payment table.lecture_list tfoot	{ display: block; text-align: left; }
	.proc_payment table.lecture_list tfoot tr	{ display: block; border-bottom: 0 none; }
	.proc_payment table.lecture_list tfoot tr th	{ display: block; border: 0 none !important; border-bottom: 1px solid #bbb !important; text-align: center; }
	.proc_payment table.lecture_list tfoot tr td	{ position: relative; display: block; padding: 5px 2px 5px calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #bbb !important; background-color: #fff; text-align: left !important; }
	.proc_payment table.lecture_list tfoot tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 33%; height: 100%; line-height: 31px; border-right: 1px solid #bbb; color: #4e4e4e; font-weight: bold; background-color: #fafafa; text-align: center; }
	.proc_payment table.lecture_list tfoot tr td:nth-child(2):before	{ content: "전체금액"; }
	.proc_payment table.lecture_list tfoot tr td:nth-child(3):before	{ content: "할인금액"; }
	.proc_payment table.lecture_list tfoot tr td:nth-child(4):before	{ content: "결제금액"; }
	

	.proc_payment table.discount_list	{ display: block; min-width: 100% !important; margin: 0; }
	.proc_payment table.discount_list:before	{ display: block; line-height: 25px; margin-top: -25px; text-align: right; content: "(금액 단위 : 원)"; }
	.proc_payment table.discount_list colgroup	{ display: none; }
	.proc_payment table.discount_list thead	{ display: none; }
	.proc_payment table.discount_list tbody	{ display: block; text-align: left; }
	.proc_payment table.discount_list tbody tr	{ display: block; border-bottom: 0 none; }
	.proc_payment table.discount_list tbody tr td	{ position: relative; display: block; padding-left: calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #bbb !important; text-align: left !important; }
	.proc_payment table.discount_list tbody tr td.empty	{ height: auto; padding-left: 0; text-align: center !important; }
	.proc_payment table.discount_list tbody tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 33%; height: 100%; line-height: 31px; border-right: 1px solid #bbb; color: #4e4e4e; font-weight: bold; background-color: #fafafa; text-align: center; }
	.proc_payment table.discount_list tbody tr td.empty:before	{ content: none !important; }
	.proc_payment table.discount_list tbody tr td:nth-child(1):before	{ content: "센터명"; }
	.proc_payment table.discount_list tbody tr td:nth-child(2):before	{ content: "강좌명"; }
	.proc_payment table.discount_list tbody tr td:nth-child(3):before	{ content: "실수강자"; }
	.proc_payment table.discount_list tbody tr td:nth-child(4):before	{ content: "할인사유"; }
	.proc_payment table.discount_list tbody tr td:nth-child(5):before	{ content: "할인대상금액"; }
	.proc_payment table.discount_list tbody tr td:nth-child(6):before	{ content: "할인률"; }
	.proc_payment table.discount_list tbody tr td:nth-child(7):before	{ content: "할인금액"; }
	.proc_payment table.discount_list tfoot	{ display: block; text-align: left; }
	.proc_payment table.discount_list tfoot tr	{ display: block; }
	.proc_payment table.discount_list tfoot tr th	{ display: block; text-align: center; }
	.proc_payment table.discount_list tfoot tr td	{ position: relative; display: block; padding-left: 110px; text-align: left !important; }
	.proc_payment table.discount_list tfoot tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 100px; height: 100%; line-height: 31px; background-color: #f0f0f0; text-align: center; }
	.proc_payment table.discount_list tfoot tr td:nth-child(2):before	{ content: "할인금액"; }
	
	
	.proc_payment table.payment input[type="text"]	{ width: 100%; }
	.proc_payment table.payment colgroup col:nth-child(1)	{ width: 100px !important; }
	
	
	
	.proc_payment form .table_box table.no_thead	{ min-width: 100% !important; }
	.proc_payment form .table_box table.no_thead colgroup col:first-child	{ width: 33% !important; }
	.proc_payment form .table_box table.no_thead tbody tr th,
	.proc_payment form .table_box table.no_thead tbody tr td	{ height: auto; line-height: 25px; padding: 5px 2px 5px 10px; }
	.proc_payment form .table_box table.no_thead tbody tr td input	{ max-width: 100%; box-sizing: border-box; }
	.proc_payment form .table_box table.no_thead tbody tr td input[type="text"]	{ width: 100% !important; max-width: 100% !important; }
	
	
	
	
	
	/*
	.proc_payment_detail .payment_detail	{ display: block; }
	.proc_payment_detail .payment_detail colgroup	{ display: none; }
	.proc_payment_detail .payment_detail thead	{ display: none; }
	.proc_payment_detail .payment_detail tbody	{ display: block; text-align: left; }
	.proc_payment_detail .payment_detail tbody tr	{ display: block; }
	.proc_payment_detail .payment_detail tbody tr td	{ position: relative; display: block; padding-left: 160px; text-align: left !important; }
	.proc_payment_detail .payment_detail tbody tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 150px; height: 100%; line-height: 31px; color: #fff; font-weight: bold; background-color: #636a7d; text-align: center; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(1):before	{ content: "번호"; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(2):before	{ content: "강습반"; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(3):before	{ content: "강습월"; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(4):before	{ content: "판매금액"; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(5):before	{ content: "회원감면할인금액"; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(6):before	{ content: "다강좌할인금액"; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(7):before	{ content: "중복할인금액"; }
	.proc_payment_detail .payment_detail tbody tr td:nth-child(8):before	{ content: "결제금액"; }
	*/
	
	
	
	
	.proc_reg_read .reg_member	{ display: block; border-top: 1px solid #4d4d4d; border-bottom: 0 none; }
	.proc_reg_read .reg_member colgroup	{ display: none; }
	.proc_reg_read .reg_member thead	{ display: none; }
	.proc_reg_read .reg_member tbody	{ display: block; text-align: left; }
	.proc_reg_read .reg_member tbody tr	{ display: block; border-bottom: 0 none; }
	.proc_reg_read .reg_member tbody tr td	{ position: relative; display: block; padding-left: calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #bbb !important; text-align: left !important; }
	.proc_reg_read .reg_member tbody tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 33%; height: 100%; line-height: 31px; border-right: 1px solid #bbb; color: #4e4e4e; font-weight: bold; background-color: #fafafa; text-align: center; }
	.proc_reg_read .reg_member tbody tr td:after	{ display: inline-block; width: 1px; content: "※"; text-indent: -999px; overflow: hidden; }
	.proc_reg_read .reg_member tbody tr td:nth-child(1):before	{ content: "상태"; }
	.proc_reg_read .reg_member tbody tr td:nth-child(2):before	{ content: "수강자명"; }
	.proc_reg_read .reg_member tbody tr td:nth-child(3):before	{ content: "가족관계"; }
	.proc_reg_read .reg_member tbody tr td:nth-child(4):before	{ content: "성별"; }
	.proc_reg_read .reg_member tbody tr td:nth-child(5):before	{ content: "생년월일"; }
	.proc_reg_read .reg_member tbody tr td:nth-child(6):before	{ content: "접수일자"; }


	.proc_reg_read .payment	{ display: block; border-top: 1px solid #4d4d4d; border-bottom: 0 none; }
	.proc_reg_read .payment colgroup	{ display: none; }
	.proc_reg_read .payment thead	{ display: none; }
	.proc_reg_read .payment tbody	{ display: block; text-align: left; }
	.proc_reg_read .payment tbody tr	{ display: block; border-bottom: 0 none; }
	.proc_reg_read .payment tbody tr td	{ position: relative; display: block; padding-left: calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #bbb !important; text-align: left !important; }
	.proc_reg_read .payment tbody tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 33%; height: 100%; line-height: 31px; border-right: 1px solid #bbb; color: #4e4e4e; font-weight: bold; background-color: #fafafa; text-align: center; }
	.proc_reg_read .payment tbody tr td:after	{ display: inline-block; width: 1px; content: "※"; text-indent: -999px; overflow: hidden; }
	.proc_reg_read .payment tbody tr td:nth-child(1):before	{ content: "결제상태"; }
	.proc_reg_read .payment tbody tr td:nth-child(2):before	{ content: "승인일시"; }
	.proc_reg_read .payment tbody tr td:nth-child(3):before	{ content: "승인번호"; }
	.proc_reg_read .payment tbody tr td:nth-child(4):before	{ content: "지불수단"; }
	.proc_reg_read .payment tbody tr td:nth-child(5):before	{ content: "구분"; }
	.proc_reg_read .payment tbody tr td:nth-child(6):before	{ content: "결제금액"; }
	.proc_reg_read .payment tbody tr td:nth-child(7):before	{ content: "영수증"; }
	.proc_reg_read .payment tbody tr td a.button	{ margin-top: -2px; }




	.proc_reg_read .lecture_info	{ display: block; }
	.proc_reg_read .lecture_info colgroup	{ display: none; }
	.proc_reg_read .lecture_info thead	{ display: none; }
	.proc_reg_read .lecture_info tbody	{ display: block; text-align: left; }
	.proc_reg_read .lecture_info tbody tr	{ display: block; border-bottom: 0 none; }
	.proc_reg_read .lecture_info tbody tr td	{ position: relative; display: block; padding-left: calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #bbb !important; text-align: left !important; }
	.proc_reg_read .lecture_info tbody tr td:before	{ position: absolute; left: 0; top: 0;  display: block; width: 33%; height: 100%; line-height: 31px; border-right: 1px solid #bbb; color: #4e4e4e; font-weight: bold; background-color: #fafafa; text-align: center; }
	.proc_reg_read .lecture_info tbody tr td:after	{ display: inline-block; width: 1px; content: "※"; text-indent: -999px; overflow: hidden; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(1):before	{ content: "센터명"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(2):before	{ content: "강좌명"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(3):before	{ content: "수강기간"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(4):before	{ content: "개월"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(5):before	{ content: "실수강자"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(6):before	{ content: "회원할인"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(7):before	{ content: "금액(원)"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(8):before	{ content: "할인금액(원)"; }
	.proc_reg_read .lecture_info tbody tr td:nth-child(9):before	{ content: "결제금액(원)"; }

	.proc_reg_read .lecture_info tbody tr td br	{ display: none; }

	.proc_payment table input[type="text"]	{ max-width: 100%; }


	.proc_reg_read form#refundForm table.refund_form colgroup col:first-child	{ width: 33% !important; }
	
}

@media all and ( max-width: 768px )
{
	.proc_reg_list .search	{ padding: 10px; }
	.proc_reg_list .search label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
	.proc_reg_list .search select	{ flex: 1 1 100%; height: 45px; margin: 0; }
	.proc_reg_list .search button	{ flex: 1 1 100%; height: 45px; padding: 0; margin: 0; }	
}

@media all and ( max-width: 650px )
{
	#_lguplus_popup_	{}
	#_lguplus_popup__div	{}
	#_lguplus_popup__div div:last-child	{ left: 0 !important; top: 0 !important; width: 100% !important; height: 100% !important; margin-left: 0 !important; margin-top: 0 !important; }
	
	
	
	.proc_reg_list .residence_gbn p	{ display: block; }
	.proc_reg_list .residence_gbn p.in_button	{ padding-right: 0; }
	.proc_reg_list .residence_gbn p.in_button em	{ display: block; }
	.proc_reg_list .residence_gbn p button	{ position: static; display: block; width: 100%; height: 50px; margin: 10px 0 0 0; }
}

@media all and ( max-width: 375px )
{
	.proc_payment form .table_box table.no_thead tbody tr td input[type="radio"]	{ float: left; clear: both; width: 20px; height: 20px; margin-left: 0; margin-top: 2px; }
	.proc_payment form .table_box table.no_thead tbody tr td input[type="radio"] + label	{ float: left; }
}








/* 강사 목록 */
.proc_teacher_list	{ font-size: 17px; font-weight: 400; }
.proc_teacher_list .search	{ padding: 40px 0; margin-bottom: 40px; border: 1px solid #cdcdcd; background-color: #f9f9f9; text-align: center; }
.proc_teacher_list .search label	{ line-height: 2.5em; font-size: 1.2em; color: #000; }
.proc_teacher_list .search label strong	{ font-weight: 700; color: #274081; }
.proc_teacher_list .search select,
.proc_teacher_list .search input	{ width: 10em; height: 2.5em; border: 1px solid #c8c8c8; box-sizing: border-box; }
.proc_teacher_list .search select + label,
.proc_teacher_list .search input + label	{ display: inline-block; margin-left: 1em; }
.proc_teacher_list .search button	{ height: 2.5em; margin: 0 0 0 1em; line-height: unset; box-sizing: border-box; background-color: #195c7d; color: #fff; }

.proc_teacher_list .list	{}
.proc_teacher_list .list > ul	{ position: relative; padding: 0; margin: 0 -15px; list-style: none; }
.proc_teacher_list .list > ul:after	{ display: block; clear: both; content: ""; }
.proc_teacher_list .list > ul > li	{ float: left; width: 50%; box-sizing: border-box; background: none; }
.proc_teacher_list .list > ul > li:nth-child(2n + 1){ clear: left; }
.proc_teacher_list .list > ul > li.empty	{ float: none !important; position: static !important; width: auto !important; line-height: 10em; text-align: center; }
.proc_teacher_list .list > ul > li .teacher_box	{ margin: 0 15px 30px 15px; border: 1px solid #e1e1e1; border-top: 2px solid #274081; }
.proc_teacher_list .list > ul > li .teacher_box .info_box	{ display: table; width: 100%; padding: 20px 30px 30px 30px; box-sizing: border-box; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .picture	{ display: table-cell; width: 168px; padding-top: 10px; vertical-align: top; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .picture img	{ display: block; width: 100%; height: auto; border: 0 none; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info	{ display: table-cell; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl	{ padding: 0 0 0 30px; margin: 0; list-style: none; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dt.name	{ position: absolute; width: 0; height: 0; margin: 0; font-size: 0; overflow: hidden; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.name	{ line-height: 49px; padding: 0; margin: 0 0 15px 0; border-bottom: 1px solid #e1e1e1; font-size: 20px; font-weight: 700; color: #000; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dt.career	{ position: absolute; width: 0; height: 0; margin: 0; list-style: none; font-size: 0; overflow: hidden; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.career	{ padding: 0; margin: 0; list-style: none; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.career ul	{ padding: 0; margin: 0; list-style: none; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.career ul li	{ position: relative; line-height: 26px; padding: 0 0 0 10px; margin: 0; list-style: none; color: #666; font-size: 15px; }
.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.career ul li:before	{ position: absolute; left: 0; top: 12px; width: 5px; height: 1px; background-color: #666; content: ""; }
.proc_teacher_list .list > ul > li .teacher_box .class_box	{}
.proc_teacher_list .list > ul > li .teacher_box .class_box table	{ margin: 0; border-top: 1px solid #e1e1e1; border-bottom: 0 none; }
.proc_teacher_list .list > ul > li .teacher_box .class_box table tbody tr:last-child,
.proc_teacher_list .list > ul > li .teacher_box .class_box table tbody tr:last-child > *	{ border-bottom: 0 none !important; }
.proc_teacher_list .list > ul > li .teacher_box .class_box .table_box	{ overflow: visible !important; }
.proc_teacher_list .list > ul > li .teacher_box .class_box .table_box:before	{ content: none !important; }
.proc_teacher_list .list > ul > li .teacher_box .class_box .table_box table	{ min-width: 0 !important; }


@media all and ( max-width: 1200px )
{
	.proc_teacher_list	{ font-size: 14px; }
	
	.proc_teacher_list .search	{ padding: 20px 15px; margin-bottom: 15px; }
	.proc_teacher_list .search:after	{ display: block; clear: both; content: ""; }
	.proc_teacher_list .search label	{ float: left !important; clear: left !important; display: block !important; width: 25%; margin: 0 0 0.5em 0 !important; text-align: center; }
	.proc_teacher_list .search select,
	.proc_teacher_list .search input	{ float: left; display: block; width: 75%; height: 2.5em; margin: 0; font-size: 16px; }
	.proc_teacher_list .search button	{ float: right; clear: both; display: block; width: 75% !important; height: 2.5em !important; margin: 0; font-size: 16px; }
	
	.proc_teacher_list .list > ul	{ height: auto !important; }
	.proc_teacher_list .list > ul > li	{ float: none !important; position: static !important; width: auto !important; }
	.proc_teacher_list .list > ul > li .teacher_box .info_box	{ padding: 10px 15px 20px 15px; }
	.proc_teacher_list .list > ul > li .teacher_box .info_box .picture	{ width: 120px; }
	.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl	{ padding-left: 20px; }
	.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.name	{ line-height: 34px; font-size: 16px; }
	.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.career ul li	{ line-height: 20px; font-size: 13px; }
	.proc_teacher_list .list > ul > li .teacher_box .info_box .info dl dd.career ul li:before	{ top: 9px; }
	
	.proc_teacher_list .list > ul > li .teacher_box .class_box table colgroup col:nth-child(2)	{ width: 30% !important; }
	.proc_teacher_list .list > ul > li .teacher_box .class_box table colgroup col:nth-child(3)	{ width: 30% !important; }
	.proc_teacher_list .list > ul > li .teacher_box .class_box table tr th	{ padding: 10px 5px; font-size: 14px; }
	.proc_teacher_list .list > ul > li .teacher_box .class_box table tr td	{ padding: 10px 5px; font-size: 13px; }
}

@media all and ( max-width: 768px )
{
	.proc_teacher_list .list > ul > li .teacher_box .class_box table tr th,
	.proc_teacher_list .list > ul > li .teacher_box .class_box table tr td	{ height: auto; line-height: 1.2em; padding: 5px; }
}




















p#family_list_guide	{ margin: 20px 0; }




@media all and ( max-width: 1200px )
{
	table.refund_form tbody tr td	{ line-height: 30px !important; }
	table.refund_form tbody tr td select,
	table.refund_form tbody tr td input,
	table.refund_form tbody tr td textarea	{ width: 100%; }
}



/* 결제 : 퍼스트데이터 결제 창 */
.fdLayer {display:none; position: absolute; top: 50%; left: 50%; width: 566px; height:auto;  background-color:#fff; border: 5px solid rgb(0, 66, 101); z-index: 9999999;}	
.fdLayer .fdContainer {padding: 3px;}
.fdLayer .fdBtn {width: 100%; margin:10px 0 0; padding-top: 10px; border-top: 1px solid #DDD; text-align:right;}
a.closeBtn {display:inline-block; height:25px; padding:0 14px 0; border:1px solid #304a8a; background-color:rgb(0, 32, 61); font-size:13px; color:#fff; line-height:25px;}	
a.closeBtn:hover {border: 1px solid #091940; background-color:#1f326a; color:#fff;}
#mask { position:absolute; left:0; top:0; z-index:9999990; background-color:#000; display:none;}






.modules_fmcs_lecture .captcha	{ margin: 30px 0; text-align: right; }
.modules_fmcs_lecture .captcha:after	{ display: block; clear: both; content: ""; }
.modules_fmcs_lecture td.captcha	{ margin: 0; text-align: left; }
.modules_fmcs_lecture .captcha .captcha_print	{ float: right; width: 50%; padding: 0 0 0 10px; margin: 0 0 40px 0; box-sizing: border-box; }
.modules_fmcs_lecture .captcha .captcha_print:after	{ display: block; clear: both; content: ""; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_image	{ float: left; margin: 0; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_image img	{ display: block; border: 0 none; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_button1	{ float: left; width: calc(100% - 150px - 150px - 10px) !important; padding: 0; margin: 0 0 0 5px; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_button1 button	{ float: left; display: block; width: calc(50% - 2.5px) !important; height: 50px; padding: 0; margin: 0; border-radius: 0; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_button1 button:last-child	{ margin-left: 5px; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_input	{ float: left; clear: both; width: calc(100% - 150px - 5px); margin: 5px 0 0 0; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_input input	{ display: block; width: 100%; height: 50px; padding: 0 20px; margin: 0; box-sizing: border-box; font-size: 16px; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_button2	{ margin: 5px 0 0 5px; }
.modules_fmcs_lecture .captcha .captcha_print .captcha_print_button2 button	{ width: 150px !important; height: 50px; line-height: 50px; padding: 0; border-radius: 0; }
.modules_fmcs_lecture .captcha .captcha_print_button3	{ clear: both; margin: 20px 0 0 0; }
.modules_fmcs_lecture .captcha .captcha_print_button3 button	{ width: 150px; height: 50px; }

@media all and (max-width:1024px)
{
	.modules_fmcs_lecture .captcha .captcha_print	{ float: none; width: 100%; max-width: 500px; padding: 0; margin: 0 auto; }
}

@media all and (max-width:500px)
{
	.modules_fmcs_lecture .captcha .captcha_print .captcha_print_button1	{ width: calc(100% - 150px - 5px) !important; }
	.modules_fmcs_lecture .captcha .captcha_print .captcha_print_input	{ width: calc(100% - 100px - 5px) !important; }
	.modules_fmcs_lecture .captcha .captcha_print .captcha_print_button2 button	{ width: 100px !important; }
}


















.modules_fmcs_lecture .proc_teacher_attendance .table_box	{ overflow: visible !important; }
.modules_fmcs_lecture .proc_teacher_attendance .table_box:before	{ content: none !important; }
.modules_fmcs_lecture .proc_teacher_attendance .table_box table	{ min-width: 0 !important; margin: 0 !important; }
.modules_fmcs_lecture .proc_teacher_attendance .table_box table tbody tr td a.button	{ width: 100%; min-width: 0; max-width: 100%; padding: 0; font-weight: normal; }


.modules_fmcs_lecture .proc_teacher_info .table_box	{ overflow: visible !important; }
.modules_fmcs_lecture .proc_teacher_info .table_box:before	{ content: none !important; }
.modules_fmcs_lecture .proc_teacher_info .table_box table	{ min-width: 0 !important; margin: 0 !important; }

@media all and (max-width:768px)
{
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table	{ display: block; width: 100%; border-bottom: 1px solid #aaa !important; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table colgroup	{ display: none; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table thead	{ display: none; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table tbody	{ display: block; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table tbody tr	{ display: block; border: 0 none; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table tbody tr td	{ position: relative; display: block; height: auto; line-height: 1.2em; padding: 5px 5px 5px calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #ddd !important; box-sizing: border-box; text-align: left; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table tbody tr:last-child td:last-child	{ border-bottom: 0 none !important; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table tbody tr td:before	{ position: absolute; left: 0; top: 0; width: 33%; height: 100%; border-right: 1px solid #ddd; background-color: #fafafa; content: ""; display: flex; justify-content: center; align-items: center; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table tbody tr td a.button	{ display: inline-block; height: 2em; line-height: calc(2em - 2px); padding: 0; }

	
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.todayLectureInfo tbody tr td:nth-child(1):before	{ content: "날짜"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.todayLectureInfo tbody tr td:nth-child(2):before	{ content: "센터정보"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.todayLectureInfo tbody tr td:nth-child(3):before	{ content: "강사명"; }
	
	
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr	{ border-bottom: 1px solid #aaa !important; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:last-child	{ border-bottom: 0 none !important; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:nth-child(1):before	{ content: "번호"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:nth-child(2):before	{ content: "강습반명"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:nth-child(3):before	{ content: "요일"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:nth-child(4):before	{ content: "시작시간"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:nth-child(5):before	{ content: "종료시간"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:nth-child(6):before	{ content: "출석/정원"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classList tbody tr td:nth-child(7):before	{ content: "보기"; }
	

	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classAttendance tbody tr	{ border-bottom: 1px solid #aaa !important; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classAttendance tbody tr td:last-child	{ border-bottom: 0 none !important; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classAttendance tbody tr td:nth-child(1):before	{ content: "회원번호"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classAttendance tbody tr td:nth-child(2):before	{ content: "회원명"; }
	.modules_fmcs_lecture .proc_teacher_attendance .table_box table.classAttendance tbody tr td:nth-child(3):before	{ content: "출석여부"; }
	
	
	
	
	.modules_fmcs_lecture .proc_teacher_info .table_box table.teacherInfo colgroup col:first-child	{ width: 33% !important; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.teacherInfo tbody tr td	{ height: auto; line-height: 1.2em; padding: 5px 5px 5px 10px; }
	
	
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo	{ display: block; width: 100%; border-bottom: 1px solid #aaa !important; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo colgroup	{ display: none; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo thead	{ display: none; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody	{ display: block; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr	{ display: block; border: 0 none; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr td	{ position: relative; display: block; height: auto; line-height: 1.2em; padding: 5px 5px 5px calc(33% + 10px); border: 0 none !important; border-bottom: 1px solid #ddd !important; box-sizing: border-box; text-align: left; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr:last-child td:last-child	{ border-bottom: 0 none !important; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr td:before	{ position: absolute; left: 0; top: 0; width: 33%; height: 100%; border-right: 1px solid #ddd; background-color: #fafafa; content: ""; display: flex; justify-content: center; align-items: center; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr td a.button	{ display: inline-block; height: 2em; line-height: calc(2em - 2px); padding: 0; }
	
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr	{ border-bottom: 1px solid #aaa !important; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr td:last-child	{ border-bottom: 0 none !important; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr td:nth-child(1):before	{ content: "번호"; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr td:nth-child(2):before	{ content: "강습반 분류"; }
	.modules_fmcs_lecture .proc_teacher_info .table_box table.classInfo tbody tr td:nth-child(3):before	{ content: "강습반명"; }

}





/*
강습반 평가
*/
.modules_fmcs_lecture .proc_eval	{}
.modules_fmcs_lecture .proc_eval .eval_question	{ font-size: 1rem; }
.modules_fmcs_lecture .proc_eval .eval_question li	{ padding: 20px 0; }
.modules_fmcs_lecture .proc_eval .eval_question li + li	{ border-top: 1px solid #eee; }
.modules_fmcs_lecture .proc_eval .eval_question li dl	{}
.modules_fmcs_lecture .proc_eval .eval_question li dl dt	{ padding-bottom: 0.5rem; font-size: 1.2rem; font-weight: 500; }
.modules_fmcs_lecture .proc_eval .eval_question li dl dt strong	{ font-weight: 600; }
.modules_fmcs_lecture .proc_eval .eval_question li dl dd	{ padding-left: 1rem; }
.modules_fmcs_lecture .proc_eval .eval_question li dl dd textarea	{ display: block; width: 100%; height: 5rem; padding: 10px; }
.modules_fmcs_lecture .proc_eval .eval_question li dl dd .textarea_state	{ display: block; line-height: 1.5; text-align: right; }
