@charset "utf-8";/*CSS Document*/
/*CSS Document*/
@import url(/adm/wiz_reset.css);
:root {
	--m-color: #223568;
	--m-color-transparent: rgba(0, 132, 221, 0.65);
	--m-color-strong: #0669a6;
	--m-error: #d43d60;
	--m-new: #fca604;
	--m-pop: #32c081;
	--m-rec: #fa647d;
	--m-sale:#ec3f3f;
	--m-ing: #00a4a2;
	--m-best: #00a4a2;
	--m-end: #8f8f99;
	--m-ready: #f58604;
}

.AW_bbs_table {border-top:1px solid #999; border-collapse:collapse;}
.AW_bbs_table tr {border-bottom:1px solid #ddd; box-sizing: border-box;}
.AW_bbs_table th, .AW_bbs_table td{font-size:15px; font-weight:500; line-height:31px; letter-spacing:-0.045rem; color:#333; padding:12px 0; vertical-align:middle;}
.AW_bbs_table tbody th {text-align:left; padding-left:10px; word-break:break-all;}
.AW_bbs_table tbody th a{color:#333; line-height:1.5;}
.AW_bbs_table tbody th a:hover{color:var(--m-color);}
.AW_bbs_table tbody td .m_ttl{display:none;}
.AW_bbs_table span.notice {color:#eb0808;}
.AW_bbs_table .lst_tit {padding-left:10px; word-break:break-all; box-sizing: border-box; font-size: 16px;}
.AW_bbs_table .tb-is-block {display: none;}
.AW_bbs_table td {}
.AW_bbs_table i.bar {width: 1px; height: 1.2rem; margin: 0 0.5rem; position: relative;}
.AW_bbs_table i.bar::after {content: ''; display: block; width: 100%; height: 100%; background: #ddd; position: absolute; top: 0.05rem;}
.AW_bbs_table .reply_img {display: inline-block; padding: 0 0 0 10px; box-sizing: border-box;}

@media all and (max-width: 900px) {
}
@media all and (max-width: 767px) {
	.AW_bbs_table thead {display: none;}
	.AW_bbs_table {width: 100%; display: block;}
	.AW_bbs_table tbody {width: 100%; display: block;}
	.AW_bbs_table tr {width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: flex-start; padding: 2rem 0.5rem;}
	.AW_bbs_table th, .AW_bbs_table td {vertical-align: initial; line-height: 1; height: auto;}
	.AW_bbs_table th {display: block; padding: 0;}
	.AW_bbs_table td {display: block; padding: 0;}
	.AW_bbs_table .lst_no {text-align: left; font-family: 'Lato', sans-serif; font-weight: 500; margin: 0 0 0.6rem 0.25rem;}
	.AW_bbs_table .lst_no font {font-weight: bold; font-family: 'NotoSans', sans-serif;}
	.AW_bbs_table .lst_chk .only_chk {margin: 0 0 0.6rem;}
	.AW_bbs_table .lst_tit {width: 100%; text-align: left; padding-left: 0; font-weight: 700; color: #222; margin: 0 0 1.2rem; font-size: 1.6rem;}
	.AW_bbs_table .lst_name {color: #444; font-weight: 300;}
	.AW_bbs_table .lst_date {font-family: 'Lato', sans-serif; font-weight: normal; color: #444; font-size: 1.4rem;}
	.AW_bbs_table .lst_count {font-family: 'Lato', sans-serif; font-weight: bold; color: #444; font-size: 1.4rem;}
	.AW_bbs_table .lst_recom {font-family: 'Lato', sans-serif; font-weight: bold; color: #444; font-size: 1.4rem;}
	.AW_bbs_table .lst_count span {font-family: 'NotoSans', sans-serif; font-weight: 500; margin: 0 0.2rem 0 0; font-size: 1.4rem;}
	.AW_bbs_table .lst_recom span {font-family: 'NotoSans', sans-serif; font-weight: 500; margin: 0 0.2rem 0 0; font-size: 1.4rem;}
	.AW_bbs_table .tb-is-block {display: inline-block;}

	.AW_bbs_table .reply_img {padding: 0 0 0 1rem;}

}
@media all and (max-width: 640px) {

}
@media all and (max-width: 480px) {
}

/***************************************************** 인풋 *****************************************************/
/* 게시판 input ------------------------------------------*/
.AWbbs_input_table{border-top:1px solid #333;}
.AWbbs_input_table th, .AWbbs_input_table td{text-align:left; padding-left:15px; border-bottom:1px solid #ddd;}
.AWbbs_input_table th{height:38px; background:#f7f7f7;}
.AWbbs_input_table td{}
	/* 체크박스 (HTML 비밀글 공지글) */
	.AW_bbs_input_checkbox{margin:0 0 10px;}
	.AW_bbs_input_checkbox input{vertical-align:middle;}
	.AW_bbs_input_checkbox label{vertical-align:middle; margin:0 10px 0 2px;}


/***************************************************** 상세 *****************************************************/



/***************************************************** 게시판 보기 페이지 *****************************************************/
.AWbbs_view_table { border-collapse:collapse;}
.AWbbs_view_table.border{border-top:1px solid #333;}
.AWbbs_view_table > tbody > tr {border-bottom:1px solid #ddd;}
.AWbbs_view_table > tbody > tr.no_line {border: 0;}
.AWbbs_view_table th, .AWbbs_view_table td{text-align:left; font-size:15px; font-weight:400; letter-spacing:-0.045rem; color:#666;
	vertical-align:middle; box-sizing:border-box; padding: 14px 0 14px 3%;}
.AWbbs_view_table th {padding: 0 0 0 3%; box-sizing: border-box; color: #000; font-weight: 500; height: 50px;}
.AWbbs_view_table th.head_line {font-size: 30px; line-height: 1.2; font-family: 'NotoSans', sans-serif; padding: 27px 0 14px 3%; box-sizing: border-box; color: #000; font-weight: bold;}
.AWbbs_view_table td.sub_line {font-family: 'NotoSans', sans-serif; padding: 14px 0 27px 3%; box-sizing: border-box; color: #000; font-size: 16px;}
.AWbbs_view_table td.sub_line span {display: inline-block; vertical-align: middle; margin: 0 14px 0 0;}
.AWbbs_view_table td.sub_line span em {font-weight: bold; font-family: 'Lato', sans-serif;}
.AWbbs_view_table td.sub_line span b {font-weight: bold; font-family: 'NotoSans', sans-serif;}
.AWbbs_view_table th .cat {color:var(--m-color);}
.AWbbs_view_table td{line-height: 1.6;}
.AWbbs_view_table td[align="right"] {text-align:right;}
.AWbbs_view_table a {color:#333;}
.AWbbs_view_table a:hover {color:var(--m-color);}
.AWbbs_view_table .contents { padding: 27px 3%; box-sizing: border-box; color: #000; font-size: 18px; line-height: 1.2; font-family: 'NotoSans', sans-serif; letter-spacing: -0.045rem;}
.AWbbs_view_table img {width:auto; height:auto; max-width:100%;}
/***************************************************** 게시판 테이블 안의 테이블 리셋 *****************************************************/
.AWbbs_view_table table{border:0 none;}
.AWbbs_view_table table th, .AWbbs_view_table table td{height:auto; padding:0; border:0 none;}

.poll_table {width: 100%; margin: 50px 0 0;}
.poll_head {font-size: 36px; font-weight: 700; color: #000; letter-spacing: -0.045em; margin: 0 0 24px;}
.poll_container { width: 100%;}
.poll_container li {display: flex; width: 100%; height: auto; justify-content: flex-start; align-items: center; margin: 0 0 24px;}
.poll_graph  {position: relative; height: 36px; z-index: 3; width: calc(100% - 420px); border-width: 0 1px 1px 0; border-color: #ddd; border-style: solid; box-sizing: border-box;}
.poll_graph .bg  { background:#f5f5f5; height: 100%; width: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 4;}
.poll_graph .stick { background:#286ed7; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: 5;}
.poll_chk  {width: 220px; padding: 0 12px 0 0; box-sizing: border-box;}
.poll_desc  {width: 180px; font-size: 15px; letter-spacing: -0.045rem; padding: 0 0 0 12px; box-sizing: border-box;}


@media all and (max-width: 767px) {
	.AWbbs_view_table td {padding: 1.4rem 0 1.4rem 3%; font-size: 1.5rem;}
	.AWbbs_view_table td.sub_line + td[align="right"] {padding: 1.4rem 3% 1.4rem 0;}
	.AWbbs_view_table th {padding: 1.4rem 0 1.4rem 3%; font-size: 1.5rem; height: 5rem;}
	.AWbbs_view_table th.head_line {padding: 2.7rem 0 1.4rem 3%; font-size: 2.8rem; height: auto; line-height: 1.4;}
	.AWbbs_view_table td.sub_line {padding: 0 0 1.4rem 3%; font-size: 1.6rem;}
	.AWbbs_view_table td.sub_line span {margin: 0 1.4rem 0 0;}
	.AWbbs_view_table .contents {padding: 2.7rem 3%; font-size: 1.8rem;}

	.poll_table {margin: 5rem 0 0;}
	.poll_head {font-size: 2.9rem; margin: 0 0 2.4rem;}
	.poll_container li {flex-wrap: wrap; margin: 0 0 2.4rem;}
	.poll_chk {width: calc(100% - 15rem); padding: 0; order: 0;}
	.poll_graph {width: 100%; margin: 0.4rem 0 0.8rem; height: 2.4rem; order: 2;}
	.poll_desc {width: 15rem; font-size: 1.5rem; order: 1; padding: 0; text-align: right;}

}
@media all and (max-width: 480px) {
	.AWbbs_view_table td {padding: 1.2rem 0 1.2rem 1.6rem; font-size: 1.4rem;}
	.AWbbs_view_table td.sub_line + td[align="right"] {padding: 1.2rem 1.6rem 1.2rem 0;}
	.AWbbs_view_table th {padding: 1.2rem 0 1.2rem 1.6rem; font-size: 1.4rem; height: 5rem; width: 25%;}
	.AWbbs_view_table th.head_line {padding: 1.6rem 0 1.2rem 1.6rem; font-size: 2.6rem; width: 100%;}
	.AWbbs_view_table td.sub_line {padding: 0 0 1.2rem 1.6rem; font-size: 1.5rem;}
	.AWbbs_view_table td.sub_line span {margin: 0 1.2rem 0 0;}
	.AWbbs_view_table .contents {padding: 1.6rem 1.6rem; font-size: 1.6rem;}

}
@media all and (max-width: 320px) {
	.poll_chk {width: 100%;}
	.poll_desc {width: 100%;}
}


/***************************************************** 코멘트 작성 *****************************************************/
.AWbbs_comment_id{ text-align:center; background:#f7f7f7; line-height:1.4;}
.AWbbs_comment_id p{font-weight:bold;}
.bbsComment { background: #fafafa; border-top: 1px solid #333; box-sizing: border-box; border-bottom: 1px solid #ddd; padding: 18px 14px; margin: 0 0 16px;}
.AWbbs_comment_input_info{font-size: 15px; width: 100%; text-align: left; display: block;}
.AWbbs_comment_input_info tbody {width: 100%; display: block; }
.AWbbs_comment_input_info tr {display: flex; justify-content: flex-start; align-items: center; }
.AWbbs_comment_input_info input {vertical-align: middle; font-family: inherit; display: inline-block; width: 200px; max-width: 100%; padding: 2px 12px; height: 36px; box-sizing: border-box; border: 1px solid #ddd; background: #fff; font-size: 14px; letter-spacing: -0.025rem;}
.AWbbs_comment_input_info th {width: 50px; display: block; padding: 0 0 0 12px; box-sizing: border-box;}
.AWbbs_comment_input_info th:first-of-type {width: 50px;}
.AWbbs_comment_input_info th:last-of-type {width: 70px;}
.AWbbs_comment_input_info td {padding: 10px 0; box-sizing: border-box; display: block; width: auto; max-width: calc((100% - 120px) / 2);}
.comment_textarea {width: 100%;}
.comment_textarea tbody {width: 100%;}
.comment_textarea tr {width: 100%;}
.comment_textarea td[colspan="2"] {padding: 20px 0 0; box-sizing: border-box;}
.comment_textarea {margin: 12px 0 0;}
.comment_textarea textarea {resize: none; font-family: inherit; display: inline-block; width: 100%; padding: 12px 12px; height: 80px; box-sizing: border-box; border: 1px solid #ddd; background: #fff; font-size: 14px; letter-spacing: -0.025rem;}
.comment_textarea button {display: block; width: 88px; height: 80px; text-align: center; background: #333; color: #fff; font-family: inherit; font-size: 14px;}
.comment_textarea .comment {font-size: 15px; word-break: keep-all; display: inline-block;}
.comment_textarea input[type=text] {vertical-align: middle; font-family: inherit; display: inline-block; width: 100%; max-width: 200px; padding: 2px 12px; height: 36px; box-sizing: border-box; border: 1px solid #ddd; background: #fff; font-size: 14px; letter-spacing: -0.025rem;}

@media screen and (max-width: 900px) {
	.bbsComment {padding: 1.8rem 1.4rem; margin: 0 0 1.6rem;}
	.AWbbs_comment_input_info{font-size: 1.5rem;}
	.AWbbs_comment_input_info input{width: 20rem; padding: 0.2rem 1.2rem; height: 3.6rem; font-size: 1.4rem;}
	.AWbbs_comment_input_info th {width: 5rem; padding: 0 0 0 1.2rem;}
	.AWbbs_comment_input_info th:first-of-type {width: 5rem;}
	.AWbbs_comment_input_info th:last-of-type {width: 7rem;}
	.AWbbs_comment_input_info td {padding: 1rem 0; max-width: calc((100% - 12rem) / 2);}
	.comment_textarea td[colspan="2"] {padding: 2rem 0 0;}
	.comment_textarea td[width="90"] {width: 9rem;}
	.comment_textarea {margin: 1.2rem 0 0;}
	.comment_textarea textarea {padding: 1.2rem; height: 8rem; font-size: 1.4rem;}
	.comment_textarea button{width: 8.8rem; height: 8rem; font-size: 1.4rem;}
	.comment_textarea .comment{font-size: 1.5rem; margin: 1rem 0 0 1rem;}
	.comment_textarea input[type=text]{max-width: 20rem; padding: 0.2rem 1.2rem; height: 3.6rem; font-size: 1.4rem;}
}
@media screen and (max-width: 480px) {
	.AWbbs_comment_input_info tr {flex-wrap: wrap;}
	.AWbbs_comment_input_info th {width: 7rem; padding: 0; text-align: left;}
	.AWbbs_comment_input_info td {max-width: calc(100% - 7rem); width: 100%; padding: 0.25rem 0;}
}




/******************************************************* 리스트 하단버튼 *******************************************************/
.bbs_btn { border: 1px solid #ddd;line-height: 31px;font-size: 14px;padding: 0 12px;box-sizing: border-box;display: inline-block;cursor: pointer;}
.bbs_btn.bg {background: #777; color: #fff;border-color: #777;}

@media all and (max-width: 900px) {
	.bbs_btn {font-size: 1.4rem; line-height: 3.1rem; padding: 0 1.2rem;}
}


.AWbbs_f_search {display: flex; justify-content: flex-end; align-items: center; width: 100%;}
.AWbbs_f_search table {flex: none;}
.AWbbs_f_search td { padding: 16px 2px; box-sizing: border-box; }
.AWbbs_f_search select { font-family: inherit; display: inline-block; width: auto; padding: 2px 30px 2px 12px; height: 42px; box-sizing: border-box; border: 1px solid #ddd; background: #fff url(/img/icon/sel_ico.png) calc(100% - 12px) 54% no-repeat; background-size: 13px auto; font-size: 14px; letter-spacing: -0.025rem; }
.AWbbs_f_search input { font-family: inherit; display: inline-block; width: 260px; padding: 2px 12px; height: 42px; box-sizing: border-box; border: 1px solid #ddd; background: #fff; font-size: 14px; letter-spacing: -0.025rem; }
.AWbbs_f_search button { font-family: inherit; display: inline-block; width: 80px; height: 42px; box-sizing: border-box; border: 1px solid #222; background: #222; color: #fff; font-size: 14px; letter-spacing: -0.025rem; }

@media all and (max-width: 900px) {
	.AWbbs_f_search {}
	.AWbbs_f_search table {width: 100%; display: block;}
	.AWbbs_f_search tbody {width: 100%; display: block;}
	.AWbbs_f_search tr {width: 100%; display: flex; justify-content: flex-end; align-items: center;}
	.AWbbs_f_search td {display: block; flex: none;}
	.AWbbs_f_search td:first-of-type {width: 109px;}
	.AWbbs_f_search td:nth-of-type(2) {width: 260px; padding: 0 0.25rem; box-sizing: border-box;}
	.AWbbs_f_search td:nth-of-type(3) {width: 80px;}
	.AWbbs_f_search select {width: 100%; font-size: 1.5rem; height: 37px;}
	.AWbbs_f_search button {width: 100%; font-size: 1.5rem; height: 37px;}
	.AWbbs_f_search input {width: 100%; font-size: 1.5rem; height: 37px;}
}

@media all and (max-width: 767px) {
	.AWbbs_f_search {margin: 0 0 1rem;}
	.AWbbs_f_search tr {flex-wrap: wrap;}
	.AWbbs_f_search td:first-of-type {width: 100%; text-align: left; padding: 0.5rem 0;}
	.AWbbs_f_search td:nth-of-type(2) {width: 70%; padding: 0.5rem 0;}
	.AWbbs_f_search td:nth-of-type(3) {width: 30%; padding: 0.5rem 0 0.5rem 0.5rem;}
	.AWbbs_f_search select {height: 4.3rem;}
	.AWbbs_f_search button {height: 4.3rem;}
	.AWbbs_f_search input {height: 4.3rem;}
}
@media all and (max-width: 420px) {


}
@media all and (max-width: 375px) {
}

/******************************************************* 게시판 페이징처리 *******************************************************/
.bbs_paging { margin: 20px auto 30px; }
.bbs_paging tr td { width: 30px; height: 30px; text-align: center; vertical-align: middle; padding-left: 3px; }
.bbs_paging tr td:first-of-type { padding: 0; }
.bbs_paging tr td a { display: block; width: 100%; height: 100%; line-height: 30px; font-size: 14px;}
.bbs_paging tr td b { display: block; width: 100%; height: 100%; line-height: 30px; background: #223568; color: #fff; font-weight: bold; font-size: 14px;}
.bbs_paging tr td img { display: block; max-width: 100%; max-height: 100%; }


@media all and (max-width: 900px) {
	.bbs_paging {margin: 2rem auto 3rem;}
	.bbs_paging tr td {width: 3rem; height: 3rem; padding: 0 0 0 0.3rem; }
	.bbs_paging tr td:first-of-type {}
	.bbs_paging tr td a {line-height: 3rem; font-size: 1.4rem;}
	.bbs_paging tr td b {line-height: 3rem; font-size: 1.4rem;}
	.bbs_paging tr td img {}
}


/***************************************************** 라디오박스 커스텀 *****************************************************/
.only_chk {}
.only_chk.flex_center_only_chk {display: flex; justify-content: center; align-items: center;}
.only_chk input[type=radio] {appearance: none !important; border: 0;}
.only_chk input[type=radio] + label::before {font-size: 0;  border-radius: 4px; display: block; width: 18px; height: 18px; background: #fff url(/img/icon/chk_off.png) 50% 50% no-repeat; background-size: 72.22% auto; border: 1px solid #ddd; box-sizing: border-box;}
.only_chk input[type=radio]:checked + label {background: var(--m-color) url(/img/icon/chk_on.png) 50% 50% no-repeat; background-size: 72.22% auto; border-color: var(--m-color); }
.only_chk.font {display: flex; justify-content: flex-start; align-items: flex-start;}
.only_chk.font input[type=radio] + label { text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 32px;
	line-height: 1.2;
	margin: 0; font-size: 15px; width: auto; position: relative; padding: 0 0 0 30px; box-sizing: border-box; border: 0; background: transparent;}
.only_chk.font input[type=radio] + label::before {border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); content: ''; display: block; width: 18px; height: 18px; background: #fff url(/img/icon/chk_off.png) 50% 50% no-repeat; background-size: 72.22% auto; border: 1px solid #ddd; box-sizing: border-box;}
.only_chk.font input[type=radio]:checked + label::before {background: var(--m-color) url(/img/icon/chk_on.png) 50% 50% no-repeat; background-size: 72.22% auto; border-color: var(--m-color);}


@media screen and (max-width: 767px) {
	.only_chk.font input[type=radio] + label {font-size: 1.5rem; max-height: 3.2rem; padding: 0 0 0 2.4rem; letter-spacing: -0.045rem;}
	.only_chk.font input[type=radio] + label::before {width: 1.8rem; height: 1.8rem;}
}

/***************************************************** 게시판 글쓰기 *****************************************************/
.AWbbs_input_table{ border-top:1px solid #333; width: 100%;}
.AWbbs_input_table th, .AWbbs_input_table td{text-align:left; padding: 12px 20px; box-sizing: border-box; border-bottom:1px solid #ddd; font-size: 15px;}
.AWbbs_input_table th  input, .AWbbs_input_table td input {vertical-align: middle; font-family: inherit; display: inline-block; width: 260px; padding: 2px 12px; height: 36px; box-sizing: border-box; border: 1px solid #ddd; background: #fff; font-size: 14px; letter-spacing: -0.025rem;}
.AWbbs_input_table th  input[name=subject], .AWbbs_input_table td input[name=subject] {width: 460px;}
.AWbbs_input_table th  select, .AWbbs_input_table td select {vertical-align: middle; font-family: inherit; display: inline-block; width: auto; padding: 2px 40px 2px 12px; height: 36px; box-sizing: border-box; border: 1px solid #ddd; background: #fff url(/img/icon/sel_ico.png) calc(100% - 12px) 54% no-repeat; background-size: 13px auto; font-size: 14px; letter-spacing: -0.025rem;}
.AWbbs_input_table th{background: #fafafa;}
.AWbbs_input_table th input[type=checkbox], .AWbbs_input_table td input[type=checkbox] {appearance: none; width: 0; height: 0; margin: 0; padding: 0;}
.AWbbs_input_table th input[type=checkbox]:checked + label, .AWbbs_input_table td input[type=checkbox] + label {font-size: 14px; font-family: inherit; display: inline-block; position: relative; padding: 0 0 0 26px; box-sizing: border-box;}
.AWbbs_input_table th input[type=checkbox] + label::before, .AWbbs_input_table td input[type=checkbox] + label::before {content: ''; display: block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border-radius: 4px; width: 18px; height: 18px; background: #fff url(/img/icon/chk_off.png) 50% 50% no-repeat; background-size: 72.22% auto; border: 1px solid #ddd; box-sizing: border-box;}
.AWbbs_input_table th input[type=checkbox]:checked + label::before, .AWbbs_input_table td input[type=checkbox]:checked + label::before {background: var(--m-color) url(/img/icon/chk_on.png) 50% 50% no-repeat; background-size: 72.22% auto; border-color: var(--m-color); }

.AWbbs_input_table th input[type=radio], .AWbbs_input_table td input[type=radio] {appearance: none; width: 0; height: 0; margin: 0; padding: 0;}
.AWbbs_input_table th input[type=radio]:checked + label, .AWbbs_input_table td input[type=radio] + label {font-size: 14px; font-family: inherit; display: block; position: relative; padding: 0 0 0 26px; box-sizing: border-box;}
.AWbbs_input_table th input[type=radio] + label::before, .AWbbs_input_table td input[type=radio] + label::before {content: ''; display: block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border-radius: 50%; width: 18px; height: 18px; background: #fff url(/img/icon/chk_off.png) 50% 50% no-repeat; background-size: 72.22% auto; border: 1px solid #ddd; box-sizing: border-box;}
.AWbbs_input_table th input[type=radio]:checked + label::before, .AWbbs_input_table td input[type=radio]:checked + label::before {background: var(--m-color) url(/img/icon/chk_on.png) 50% 50% no-repeat; background-size: 72.22% auto; border-color: var(--m-color); }
.AWbbs_input_table .ess {font-size: 13px; color: #ff0000; display: inline-block; vertical-align: middle;}
.AWbbs_input_table textarea {font: inherit; width: 100%; display: block; resize: none; border: 1px solid #ddd; background: #fff; padding: 12px 20px; box-sizing: border-box; font-size: 16px;}

.AW_bbs_input_checkbox{ margin:0 0 10px;}
.AW_bbs_input_checkbox input{vertical-align:middle;}
.AW_bbs_input_checkbox label{vertical-align:middle; margin:0 10px 0 2px;}

.AWbbs_input_table .comment {display: block; margin: 10px 0 0;}
.ess {font-size: 15px; word-break: keep-all; line-height: 1.2;}

.AWbbs_input_table th input[type=checkbox], .AWbbs_input_table td input[type=checkbox],.AWbbs_input_table th input[type=radio], .AWbbs_input_table td input[type=radio] {display: none;}


@media all and (max-width: 900px) {
	.AWbbs_input_table {display: block; width: 100%;}
	.AWbbs_input_table tbody {display: block; width: 100%;}
	.AWbbs_input_table tr {display: flex; width: 100%; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
	.AWbbs_input_table th {display: flex; justify-content: flex-start; align-items: center; width: 30%; padding: 1rem; font-size: 1.6rem;}
	.AWbbs_input_table td {display: block; width: 100%; padding: 1rem; font-size: 1.6rem;}
	.AWbbs_input_table th + td {width: 70%;}
	.AWbbs_input_table th input[name=subject], .AWbbs_input_table td input[name=subject] {max-width: 100%; font-size: 1.6rem;}
	.AWbbs_input_table th input, .AWbbs_input_table td input {max-width: 100%; font-size: 1.6rem;}
	.ess {font-size: 1.5rem;}
}

@media all and (max-width: 480px) {
	.AWbbs_input_table th {width: 100px;}
	.AWbbs_input_table th + td {width: calc(100% - 100px);}
}
