.tbl_fixed {table-layout: fixed;}

#Board .bd_info {display: flex; margin-top: 6px; font-size: 0.846rem; color: #999;}
#Board .bd_info span::before {content: ''; display: inline-block; width: 1px; height: 10px; margin: -2px 8px 0; background: #ddd; vertical-align: middle;}
#Board .bd_info span:first-child::before {display: none;}
#Board .bd_info .ship_from b {font-weight: 300; color: #555;}
#Board .new {color: #00b6f0; font-size: 0.769rem; font-weight: 600;}

#Board .file_list li {margin-top: 3px; font-size: 0.846rem;}
#Board .file_list li:first-child {margin-top: 0;}
#Board .file_list a {display: inline-block; padding-left: 15px; background: url('/img/mobile/rn201/icon/icon_file.png') no-repeat left center; background-size: 10px; vertical-align: top;}

/* list */
.board_list {margin-top: -10px;}
.board_list .bd_list {position: relative; border-bottom: 1px solid #eee;}
.board_list .bd_list > a {display: block; padding: 20px 0;}

.board_list .icon_notice {position: relative; display: inline-block; width: 15px; height: 15px; margin-bottom: 10px; background: url('/img/mobile/rn201/icon/icon_notice02.png') no-repeat center center; background-size: 100%; font-size: 0; line-height: 0; text-indent: -9999px; vertical-align: top;}
.board_list .icon_notice::after {content: ''; position: absolute; top: 50%; left: 20px; width: 40px; height: 2px; margin-top: -1px; background: #00b6f0; border-radius: 5px;}

.board_list .bd_status {display: flex; align-items: center; margin-bottom: 6px;}
.board_list .bd_status .icon_status {display: inline-block; padding: 0 8px; margin-right: 5px; background: #999; font-size: 0.769rem; font-weight: 500; color: #fff; border-radius: 25px; line-height: 1.385rem;}
.board_list .bd_status .icon_status.answer {background: #00b6f0;}
.board_list .bd_status .category {font-weight: 400;}
.board_list .subject {display: block; font-weight: 300;}

.board_list .bd_con {display: none; width: calc(100% + 24px); margin-left: -12px; padding: 20px 12px; background: #f6f7f8; box-sizing: border-box;}
.board_list .bd_con .scroll_area {overflow-x: auto;}

.board_list .bd_list.active::before {content: ''; position: absolute; top: -1px; left: -12px; width: 100vw; height: 1px; background: #000; z-index: 1;}
.board_list .bd_list.active::after {content: ''; position: absolute; bottom: -1px; left: -12px; width: 100vw; height: 1px; background: #000; z-index: 1;}
.board_list .bd_list.active .subject {font-weight: 400; color: #00b6f0;}

.board_list .bd_list .file_list {border-top: 1px dashed #ddd; padding-top: 20px; margin-top: 20px;}
.board_list .bd_list .file_list .tit {display: block; padding-bottom: 8px; font-size: 0.923rem;}

.bd_top_area {display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.bd_top_area .num_area {font-size: 0.923rem;}
.bd_top_area .search_area {position: relative;}
.bd_top_area .search_area .selected_tt {font-size: 0.923rem; font-weight: 400;}
.bd_top_area .search_area .selected_tt::after {content: ''; display: inline-block; width: 14px; height: 14px; margin-left: 8px; margin-top: -2px; background: url('/img/mobile/rn201/icon/icon_filter.png') no-repeat center center; background-size: 100%; vertical-align: middle;}
.bd_top_area .search_area .selected_tt.active::after {background-image: url('/img/mobile/rn201/icon/icon_filter_on.png');}
.bd_top_area .search_area .search_con {display: none; position: absolute; top: 25px; right: 0; width: 260px; padding: 20px; border: 1px solid #000; background: #fff; z-index: 10; box-sizing: border-box;}
.bd_top_area .search_area .search_con .button_wrap {display: flex; flex-wrap: wrap;}
.bd_top_area .search_area .search_con .button_wrap button {width: calc(50% - 2px); height: 30px; line-height: 30px; margin-left: 4px; margin-top: 4px; border: 1px solid #ccc; background: #fff; font-size: 0.923rem; font-weight: 400; color: #555;}
.bd_top_area .search_area .search_con .button_wrap button.on {border-color: #00b6f0; background: #00b6f0; color: #fff;}
.bd_top_area .search_area .search_con .button_wrap button:nth-child(2n-1) {margin-left: 0;}
.bd_top_area .search_area .search_con .button_wrap button:nth-child(-n+2) {margin-top: 0;}
.bd_top_area .search_area .search_con .date_sch_wrap {margin-top: 5px;}
.bd_top_area .search_area .search_con .input_wrap {display: flex; align-items: center; justify-content: space-between; background: #f1f3f5; border-radius: 3px;}
.bd_top_area .search_area .search_con .input_wrap input {width: calc(50% - 8px); height: 32px; padding: 0 10px; background: none; font-size: 0.923rem; color: #555; text-align: center;}
.bd_top_area .search_area .search_con .btn_search {width: 100%; height: 32px; line-height: 32px; border: none; padding: 0; margin-top: 5px; background: #000; font-size: 0.923rem; font-weight: 400; color: #fff; text-align: center; border-radius: 3px; cursor: pointer;}

.list_empty {display: flex; height: calc(var(--vh, 1vh) * 100 - 185px); align-items: center; justify-content: center;}
.list_empty p {padding-top: 60px; background: url('/img/mobile/rn201/icon/icon_empty.png') no-repeat center top; background-size: 50px; color: #888; font-weight: 600;}

.btn_bd_write {position: fixed; right: 12px; bottom: 60px; width: 50px; height: 50px; background: #00b6f0 url('/img/mobile/rn201/icon/icon_write.png') no-repeat center center; background-size: 40%; z-index: 301; border-radius: 100%; font-size: 0; line-height: 0; text-indent: -9999px;}

.list_tbl_wrap {position: relative; max-height: 300px; overflow-y: auto;}
.list_tbl {width: 100%; border-collapse: separate; border-spacing: 0; border-top: 1px solid #eee;}
.list_tbl tbody td {padding: 10px 5px; border-bottom: 1px solid #eee;}
.list_tbl tbody td .location {margin-bottom: 5px;}
.list_tbl tbody td .user_info {display: flex; justify-content: space-between;}
.list_tbl tbody td .status {display: flex; justify-content: flex-end; margin-top: 8px;}
.list_tbl tbody td .status .button {width: 80px; height: 26px; line-height: 26px;}

/* view */
.board_view_tbl dl {margin-top: 15px; line-height: 1.4;}
.board_view_tbl dl:first-child {margin-top: 0;}
.board_view_tbl dl dt {padding-bottom: 4px; font-weight: 400; color: #999;}
.board_view_tbl dl dd .red {display: block; padding-top: 2px; font-size: 0.846rem;}

.board_view_tbl_02 table {width: 100%; border-top: 1px solid #000;}
.board_view_tbl_02 table thead th {padding: 8px 4px; border-bottom: 1px solid #ddd; background: #f6f7f8; color: #555; text-align: center; line-height: 1.4;}
.board_view_tbl_02 table tbody th {padding: 8px 4px; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; background: #f6f7f8; text-align: center; color: #555; line-height: 1.4;}
.board_view_tbl_02 table tbody td {padding: 8px; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; color: #555;}
.board_view_tbl_02 table .bd_l_n {border-left: none !important;}

.board_view .bd_title_area {padding-bottom: 20px; border-bottom: 1px solid #eee;}
.board_view .bd_title_area .subject {display: block; font-weight: 400;}
.board_view .bd_title_area .file_list {margin-top: 10px;}

.board_view .bd_con {padding: 30px 0; border-bottom: 1px solid #eee; line-height: 1.4;}
.board_view .bd_con .scroll_area {overflow-x: auto;}

/* form */
.board_form table {width: 100%;}
.board_form tbody th {padding-top: 20px; padding-bottom: 10px; text-align: left; color: #555; font-weight: 400;}
.board_form tbody tr:first-child th {padding-top: 0;}
.board_form tbody th .require {color: #e00000;}
.board_form tbody td input.text {width: 100%; background: #eff4f9;}
.board_form tbody td input.text::placeholder {font-size: 0.846rem;}
.board_form tbody td select {width: 100%;}
.board_form tbody td .caution {padding-top: 5px; font-size: 0.923rem; color: #e00000; line-height: 1.4;}
.board_form tbody td .info_txt {padding-top: 5px; font-size: 0.923rem; color: #999; line-height: 1.4; word-break: keep-all;}
.board_form tbody td select {background: #eff4f9 url('/img/mobile/rn201/icon/icon_arrow01.png') no-repeat calc(100% - 12px) center; background-size: 8px; padding: 0 12px; border: none; border-radius: 5px; -o-appearance: none;-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer;}
.board_form tbody td .phone_area {display: flex; flex-wrap: wrap;}
.board_form tbody td .phone_area select {margin-bottom: 6px;}
.board_form tbody td .phone_area input.num1 {width: 80px;}
.board_form tbody td .phone_area input.num2 {width: calc(100% - 86px); margin-left: 6px;}
.board_form tbody td .sns_area input.text {margin-top: 6px;}
.board_form tbody td.label_area label {margin-right: 30px;}
.board_form tbody td.address_area input + input {margin-top: 6px;}
.board_form tbody td.address_area .caution + input {margin-top: 12px;}
.board_form tbody td .flex_box {display: flex; justify-content: space-between; align-items: center;}
.board_form tbody td .check_area {margin-top: 10px; font-size: 0.923rem;}
.board_form tbody td .check_area p {margin-bottom: 10px;}
.board_form tbody td .check_area label {margin-left: 20px;}
.board_form tbody td .check_area p + label,
.board_form tbody td .check_area label:first-child {margin-left: 0;}

.board_form tbody td .bg_gray {background-color: #f1f3f5 !important;}
.board_form tbody td .select_flex {display: flex;}
.board_form tbody td .select_flex select {flex: 1; margin-left: 5px;}
.board_form tbody td .select_flex select:first-child {margin-left: 0;}
.board_form tbody td .caution_txt {padding-top: 10px; font-size: 0.923rem; color: #999;}
.board_form tbody td .textarea {width: 100%; height: 180px; padding: 12px; border: none; background: #eff4f9; border-radius: 3px; resize:none;}

.board_form tbody td .file_modify {margin: 5px 0 15px; padding-left: 40px; font-size: 0.923rem;}
.board_form tbody td .file_modify .checkLabel {margin-right: 15px;}
.board_form tbody td .file_modify .checkLabel .icon {width: 14px; height: 14px; margin-right: 6px;}
.board_form tbody td .file_modify .icon_download {display: inline-block; padding-left: 18px; background: url('/img/mobile/rn201/icon/icon_download.png') no-repeat left center; background-size: 12px;}

/* qna */
.order_info_box {padding: 20px 12px; background: #f6f7f8;}
.order_info_box dl {margin-top: 15px; font-size: 0.923rem;}
.order_info_box dl:first-child {margin-top: 0;}
.order_info_box dl dt {margin-bottom: 3px; font-weight: 400; color: #999;}

.faq_answer_box {position: relative; margin-top: -1px; margin-bottom: 60px; border: 1px solid #000; z-index: 5;}
.faq_answer_box::after {content: ''; position: absolute; left: 0; bottom: -31px; width: 100%; height: 1px; background: #eee;}
.faq_answer_box .title_area {padding: 14px 12px;}
.faq_answer_box .title_area .tt {font-size: 1.154rem;}
.faq_answer_box .title_area .date {margin-top: 5px; font-size: 0.769rem; color: #999;}
.faq_answer_box .title_area .date span {color: #555;}
.faq_answer_box .faq_contents {padding: 20px 12px; background: #f6f7f8; line-height: 1.4;}
.faq_answer_box .faq_contents dl {margin-top: 25px;}
.faq_answer_box .faq_contents dl:first-child {margin-top: 0;}
.faq_answer_box .faq_contents dl dt {margin-bottom: 5px; font-weight: 400;}

/* 첨부파일 커스텀 */
.filebox {position: relative; display: flex; width: 100%; margin-top: 5px; justify-content: space-between;}
.filebox:first-child {margin-top: 0;}
.filebox .upload-name {flex:1; padding-right: 35px; margin-left: 4px; background: #f1f3f5 !important; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.filebox .btn_find {display: block; width: 35px; height: 35px; line-height: 50px; background: #fff url('/img/mobile/rn201/icon/icon_add.png') no-repeat center center; background-size: 16px; border: 1px solid #ccc; border-radius: 3px; text-decoration: none !important; box-sizing: border-box; font-size: 0; line-height: 0; text-indent: -9999px;}
.filebox input[type="file"] {position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0;}
.filebox .btn_file_delete {display: none; position: absolute; top: 50%; right: 10px; width: 16px; height: 16px; padding: 0; margin-top: -8px; border: none; background: url('/img/mobile/rn201/icon/icon_delete02.png') no-repeat center center; background-size: 100%; font-size: 0; line-height: 0; text-indent: -9999px;}

/* 검색 */
#searchArea {position: relative; display: flex; justify-content: space-between; align-items: center;}
#searchArea select {width: auto; height: auto; padding-right: 15px; background: url('/img/mobile/rn201/icon/icon_arrow01.png') no-repeat right center; background-size: 8px; border: none; text-align: right; font-size: 0.923rem; font-weight: 400; direction:rtl !important;}
#searchArea select + .btn_t_search::before {content: ''; display: inline-block; width: 1px; height: 10px; background: #ddd; margin: -2px 12px 0; vertical-align: middle;}
#searchArea .btn_t_search {position: relative; padding-right: 22px; background: url('/img/mobile/rn201/icon/icon_search02.png') no-repeat right center; background-size: 14px; font-size: 0.923rem; font-weight: 400;}
#searchArea .btn_t_search.on {background-image: url('/img/mobile/rn201/icon/icon_search02_on.png');} 

#searchArea .sch_con {display: none; position: absolute; top: 35px; right: 0; width: 260px; padding: 20px; border: 1px solid #000; background: #fff; box-sizing: border-box; z-index: 10;}
#searchArea .sch_con input.text {width: 100%; height: 32px; padding: 0 10px; background: #f1f3f5; font-size: 0.923rem;}
#searchArea .sch_con .btn_search {width: 100%; height: 32px; line-height: 32px; border: none; padding: 0; margin-top: 5px; background: #000; font-size: 0.923rem; font-weight: 400; color: #fff; text-align: center; border-radius: 3px; cursor: pointer;}

/* 페이징 */
#pagenation {display: flex; margin: 30px 0 20px; font-size: 1.077rem; text-align: center; font-weight: 400; align-items: center; justify-content: space-between;}
#pagenation a {padding:0 10px; margin: 0 3px; color: #bbb;}
#pagenation a.current,
#pagenation a:hover {color: #000;}
#pagenation .pg_prev,
#pagenation .pg_next {width: 11px; height: 19px; margin: 0; background-repeat: no-repeat; background-position: center center; background-size: 10px; font-size: 0; line-height: 0; text-indent: -9999px;}
#pagenation .pg_prev { background-image: url('/img/mobile/rn201/icon/icon_page_prev.png');}
#pagenation .pg_next { background-image: url('/img/mobile/rn201/icon/icon_page_next.png');}