@charset "utf-8";

/* tb_normal */
.tb_normal{width:100%; table-layout: fixed;}
.tb_normal tbody th, .tb_normal tbody td{padding:18px; border:1px solid #ddd; vertical-align: middle;}
.tb_normal tbody th{min-width:160px; background:#f9f9f9; font-weight:600; text-align:center;}
.tb_normal tbody td{width:calc(100% - 160px);}

/* 메일 */
.mail{max-width:768px;}
.mail, .phone_num{display:flex; align-items: center;}
.mail input{max-width: calc(100% - 100px); width:100%;}

/* 생년월일 항목 */
.input_field > .datepicker_wrap{width:calc(100% - 140px); border:none; padding:0 min(40px, 10%);}

/* input_group control */
.input_group + .input_group{margin-top:20px}
.input_group .input_field{display:flex; align-items: center; background:#f9f9f9; padding:10px; border-radius:5px;}
.input_group .input_field .field_title{min-height:40px; flex: 1 1 160px; font-weight:600; margin:0; padding:10px;}
.input_group .input_field .field_con{display:flex; justify-content: space-between; align-items: center; flex: 0 0 calc(100% - 165px); min-height:40px;}
.input_group .input_field .field_con input{border:0; background:transparent; flex:1 1 100%;}
.input_group .input_field .field_con button{height:40px; line-height:40px; flex:0 0 100px}
.input_group .input_field .field_con button span{}
.input_group .input_field .field_con textarea{width:100%; min-height:240px;}

.form_exp_bg{background:#f9f9f9; border-radius:15px;}
.form_exp{margin-top:10px; color:#999;}
.form_exp + .form_exp{margin-top:0;}

.form_exp.point{color:var(--sub_color);}
.form_exp.red{color:var(--user_danger);}

.form_exp .exp_title{font-weight:600; color:#222;}
.form_exp .exp_title + .list_st_dash{margin-top:20px;}

/* info_box */
.info_box{margin-top:10px; background:#fff; border:1px solid #ddd; border-radius:10px; padding:20px;}
.info_box .period,
.info_box li{display:flex;}
.info_box .period +.period,
.info_box li + li{margin-top:10px}
.info_box .period b,
.info_box li b{position:relative; padding-left:10px; flex:0 0 80px;}
.info_box .period b:before,
.info_box li b:before{content:'·'; position:absolute; left:0;}
.info_box .period span,
.info_box li span{position:relative; padding-left:10px; flex:1 1 calc(100% - 80px);}
.info_box .period span:before,
.info_box li span:before{content:':'; position:absolute; left:0px;}

/* bbsList common : 리스트 */
/* table scroll */
.scrollTable {overflow-y: auto; overflow-x: auto;}
.scrollTable .bbsList td,
.scrollTable .bbsList th {white-space: nowrap;}
.tbFixed{table-layout: fixed; }

.bbsList {width: 100%; border-top: 1px solid #ddd; font-size:15px;}
.bbsList th:first-child:before {content: none;}
.bbsList th,.bbsList td {padding: 16px 16px; border-bottom: 1px solid #eee; word-break: break-all; text-align: center; vertical-align: middle; color:#666; background:#fff;}

.bbsList thead th {position: relative; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; white-space: nowrap; font-weight: 600; color: #222;}
.bbsList tbody th, .bbsList tfoot th{font-weight: 600; color: #222;}

.bbsList td {padding: 16px 16px; border-bottom: 1px solid #eee; word-break: break-all; text-align: center; vertical-align: middle; color:#666;}

.bbsList td a * {display: inline-block; vertical-align: middle;}
.bbsList td[data-tbl="subject"]{text-align: left;}
.bbsList td[data-tbl="subject"] a{display:block; width:fit-content; max-width:100%; padding-right:20px; position:relative;}
.bbsList td[data-tbl="subject"] a > span.had_file{position:absolute; right:0; display:inline-block; vertical-align: middle; transform: rotate(-45deg);}
.bbsList td[data-tbl="subject"] .ellip{color:#222;}

.bbsList .period{white-space: nowrap;}

.no_list {width:calc(100% - 40px); text-align:center; background:#f9f9f9; border-radius:15px; margin:20px; padding:20px 10px;}
.no_list i.bx{font-size:40px; color:#999;}
.no_list p{color:#666; font-weight:500; color:#999;}

.border_l{border-left:1px solid #ddd !important;}

/* 일반게시판 상세보기 */
.bbsView {}
.bbsView_header {border-bottom: 1px solid #eee;}
.bbsView_tit {padding: 0 20px 30px; border-bottom: 1px solid #ddd; text-align:center; position:relative;}
.bbsView_tit .state{background:#999; color:#fff; width:65px; height:26px; line-height:26px; border-radius:8px; padding:0; font-size:14px; display:inline-block; margin-bottom: 5px;}
.bbsView_tit .state.ing{background:var(--sub_color);}
.bbsView_tit .cate {margin-right: 10px;}
.bbsView_tit .tit {display:block; font-family:var(--tit_font); font-size: 26px; font-weight: 700; color:#222; line-height:125%;}
.bbsView_info {overflow: hidden; padding: 20px 20px;}
.bbsView_info dl {float: left; font-size: 0;}
.bbsView_info dl:last-child {float: right;}
.bbsView_info dl * {font-size: 1rem; display: inline-block;}
.bbsView_info dl dt {position: relative; color: #666; padding-right: 10px;}
.bbsView_info dl dt:after {content: ''; position: absolute; top: 50%; right: 0; margin-top: -6px; width: 1px; height: 12px; background-color: #eee;}
.bbsView_info dl dd {padding-left: 10px;}
.bbsView_info dl:last-child dt {margin-left: 20px;}
.bbsView_body {border-bottom: 1px solid #eee;}
.bbsView_contents {padding: 50px 20px; border-bottom: 1px solid #eee;}

/* 첨부파일 */
.bbsView_file > b {display:block; padding:15px; font-size:18px; font-weight:500; background:#f9f9f9;}
.bbsView_file .file_list{margin-top:0; padding-bottom:10px;}

/* 댓글 */
.commentArea {margin-top: 20px; font-size:16px;}
.commentArea .comment_list {border-top: 1px solid #eee; margin-top: 10px;}
.commentArea .comment_list li {position: relative; display: block; padding: 24px 24px; font-size: 1rem; border-bottom: 1px solid #eee;}
.commentArea .comment_list li .btn_wrap {position: absolute; top: 0; right: 24px;}
.commentArea .comment_list li dl * {display: inline-block; font-size: 1rem;}
.commentArea .comment_list li dl dt {position: relative; padding-right: 10px; font-weight: 700; color:#222;}
.commentArea .comment_list li dl dt:after {content: ''; position: absolute; top: 50%; right: 0; margin-top: -2.5px; margin-right: -2.5px; width: 5px; height: 5px; border-radius: 50%; background-color: #ddd;}
.commentArea .comment_list li dl dd {padding-left: 10px; color: #999;}
.commentArea .comment_list li p {margin-top: 12px; color: #333; font-size: 1rem; font-weight: 400;}
.commentArea .comment_list li .replyArea {background-color: #f9f9f9; margin-top: 24px;}
.commentArea .comment_list .replyArea li{padding-left:44px;}
.commentArea .comment_list .replyArea li:before{content:"\f5e0"; font-family: boxicons !important; transform: scale(-1); font-size:1.2rem; position:absolute; left:20px;}
.commentArea .comment_box {position: relative; margin-top: 24px; padding-right: 100px;}
.commentArea .comment_box textarea {border-radius: 4px 0 0 4px; margin: 0; width: 100%;}
.commentArea .comment_box .btn_submit {position: absolute; top: 0; right: 0; display: table; width: 100px; height: 100%; background-color: #27272f; border-radius: 0 4px 4px 0;}
.commentArea .comment_box .btn_submit span {text-align: center; font-weight: 600; color: #fff;}

/* icons button */
.action_icon {display: inline-block; font-size:0; padding: 0 3px; color: #666; background-color: transparent;}
.action_icon .bx{vertical-align: middle; font-size: 1.2rem;}
.action_icon.del {color: #e82c27;}
.action_icon.reply{transform: scale(-1);}

/* view paging */
.view_paging {margin-top: 50px; text-align: center; display:flex; justify-content: space-between; align-items: center;}
.view_ctrl {position: relative;}
.view_ctrl:before { content: ''; display: inline-block; width: 60px; height: 60px; line-height:60px; font-size: 18px; border: 1px solid #eaeaea; border-radius: 50%; vertical-align: middle;  font-family: boxicons !important; margin:auto; transition: border .3s; position:absolute; top:0; bottom:0; margin:auto;}
.view_ctrl:hover:before, .view_ctrl:hover:after {border-color: #999;}
.view_ctrl.prev_btn {padding-left:60px;}
.view_ctrl.next_btn {padding-right:60px;}
.view_ctrl.prev_btn:before {content:"\f17e"; left:0;}
.view_ctrl.next_btn:before {content:"\f1a1"; right:0;}
.view_ctrl .txt {display: inline-block; vertical-align: middle; color: #666; margin: 0 10px;}
.view_ctrl .txt > b { display: block; color: #333;}

/* dl_tb */
.dl_tb_group{border-top:1px solid #ddd; border-bottom:1px solid #ddd;}

.dl_tb_head{text-align:center; background:#F5F7FA; padding:8px; font-size:16px; font-weight:bold; border-bottom:1px solid #ddd;}

.dl_tb_row{display:table; table-layout:fixed; width:100%;}
.dl_tb_row + .dl_tb_row{border-top:1px solid #ddd;}
.dl_tb{display:table-row; vertical-align: middle; width:100%;}

.dl_tb > dt, .dl_tb > dd{display:table-cell; vertical-align:middle; font-size:15px; padding:10px 15px;}
.dl_tb > dt{width:160px; font-weight:600; color:#222; font-size:15px;}
.dl_tb > dt > span{display:block; width:100%; line-height:125%; word-break: keep-all;}
.dl_tb > dt > small{display:block;}
.dl_tb > dd{width:calc(100% - 160px); font-weight:400;}
.dl_tb > dd > div{position:relative;}
.dl_tb.dl_tb_twin{position:relative;}
.dl_tb.dl_tb_twin > dt{width:160px;}
.dl_tb.dl_tb_twin > dd:not(.certify_wrap);{width:calc(50% - 160px);}
.dl_tb.dl_tb_twin > dd + dt{}

.dl_tb_group .dl_tb_row .dl_tb dd .tit{margin-right:10px;}
.dl_tb_group .dl_tb_row .dl_tb dd .designRadio label:not(.txt_hidden),
.dl_tb_group .dl_tb_row .dl_tb dd .designChk label:not(.txt_hidden){margin: 3px 18px 3px 0;}

.dl_tb.dl_tb_5x5 dt,
.dl_tb.dl_tb_5x5 dd{width:50%;}
.dl_tb.dl_tb_25x75 dt{width:25%;}
.dl_tb.dl_tb_25x75 dd{width:75%;}

.inner_dl_tb{border:1px solid #ddd; display:flex;}
.inner_dl_tb dt.scr_tlt{padding:10px 15px; background:#f9f9f9; display:flex; align-items: center; border-right:1px solid #ddd;}
.inner_dl_tb dt > span{display:block; width:100%;}
.inner_dl_tb dd{padding:10px 15px;}
.inner_dl_tb dd + dt{border-left:1px solid #ddd;}

.certify_wrap{display:none; padding-top:15px; margin-top:15px; border-top:1px dashed #ddd;}
.certify_wrap .ctf_box{display:flex; align-items: center;}

.address input.inputFull{margin:2px 0;}

.addr_view{display:flex; align-items: baseline;}
.dd_sm_tlt{display:inline-block; padding:0 12px; background:#fff; color:var(--main_color); border-radius:5px; border:2px solid var(--main_color); margin: 3px 5px 7px 3px; font-size:14px; font-weight: 500; min-width: 40px; text-align:center;}
.opt_wrap{padding:10px 10px 0; margin-top:10px; border-top:1px dashed #ddd;}

/* 클릭시 보이는 시크릿창 */
.scr_con{*display:none; margin-top:10px; padding-top:10px; border-top:1px dashed #ddd;}

/* my_info */
.tb_exp_wrap{background:#f9f9f9; padding:15px; border-radius:10px; margin-top:10px;}
.tb_exp_con{font-size:15px; color:#666; margin-top:10px;}
.exp_mark{position:relative; font-size:15px; color:#666; padding-left: 15px;}
.exp_mark:before{content:'※'; position:absolute; left:0;}

/* 첨부파일 */
/* now_up_file */
.now_up_file{color:var(--sub_color);}
.now_up_file .file_list{border:2px dashed rgba(var(--user-primary-rgb),0.2); border-radius:3px;}
.now_up_file .file_list li:before{content:'\f155';}

/* upload_wrap ~ view_txt */
.upload_wrap {border: 1px solid #ddd; width:100%; height:120px; text-align: center; position: relative; cursor: pointer; border-radius:5px; overflow:hidden;}
.upload_wrap.file_on {border-color: #00b894; background-color: #f0fff0;}
.upload_wrap.thumb_preview {height: 180px;}

.drop_zone{width:100%; height:100%; padding:20px;}
.drop_zone > input[type="file"]{display:none;}
.drop_zone > img {width:100%; height:100%; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; object-fit: contain; background:#f9f9f9;}

.view_txt {position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; text-align: center; height:fit-content;}
.view_txt > img {width:40px;}
.view_txt > b{font-size:15px; color:#666; font-weight: 400; display:block;}
.view_txt > span {font-size: 13px; color:#999; font-weight: 400; display:block; word-break: keep-all;}

/* file upload */
.designFile {position:relative; display: inline-block;}
.designFile input[type="file"] {overflow:hidden; position:absolute; margin:-1px; width:1px; height:1px; clip:rect(0,0,0,0);}
.designFile input[type="text"] {margin-left: 0; margin-right: 0;}

.designFileImg label {border: 1px solid #eee; width: 140px; height: 45px; text-align: center; margin: 2px 3px; transition: all .3s;}
.designFileImg label span {line-height: 43px; color: #666;}
.designFileImg label:hover {box-shadow: 2px 2px 2px 0 rgba(0,0,0,.05);}
.designFileImg input[type="file"] {overflow:hidden; position:absolute; margin:-1px; width:1px; height:1px; clip:rect(0,0,0,0);}
.designFileImg input[readonly],
.designFileImg input[disabled] {background: transparent !important;}

/* 파일 리스트 */
.file_list{padding:5px;}
.file_list > b{padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #ddd; display:block; color:#222;}
.file_list li {display: flex; padding-left:20px; position:relative; color: #666; justify-content: space-between; align-items: center;}
.file_list li:before{content:'\f1a7'; display:inline-block; position:absolute; top:2px; left:0; font-family: boxicons !important; font-weight: 400; font-style: normal; color:var(--main_color);}
.file_list li + li{margin-top:5px;}
.file_list li * {display: inline-block; vertical-align: middle;}
.file_list li a {word-break:break-all; width:100%; max-width:calc(100% - 25px);}
.file_list li.nodata{color:#999; text-align: center; width:100%; padding:10px; border-radius:10px; background:#f9f9f9;}
.file_list li.nodata:before{display:none;}

.file_list .del{width:16px; height:16px; font-size:15px; border-radius:50%; background:transparent; color:#999; vertical-align: middle; text-align:center; font-size:0; position:relative;}
.file_list .del > .bx{font-size:16px; position:absolute; top:0; left:0; right:0; bottom:0; margin: auto;}
.file_list .del:hover{color:var(--user-danger);}

/* thumb_wrap */
.thumb_wrap {width: 100%; border: 1px solid #eee; border-radius: 5px;  overflow-y:auto; padding:10px; max-height:180px; background: #F9F9F9; margin-top: 10px;}

.thumb_wrap ul {display: flex; flex-wrap: wrap; height:100%; gap: 2% 2%;}
.thumb_wrap ul li { display: flex; flex-direction: column; align-items: center; width: calc((100% / 6) - 2%);}
.thumb_wrap ul li:nth-child(6n){margin-right:0;}
.thumb_wrap ul li .thumb_img{width: 100%; height:0; padding-top:100%; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;  background-color: #fff; position: relative;}
.thumb_wrap ul li .thumb_img img {width:100%; height:100%; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); object-fit: cover;}
.thumb_wrap ul li .thumb_name {font-size: 14px; color: #333; text-align: center; padding: 5px 0; word-break: break-all;}
.thumb_wrap ul li.nodata {width: 100%;}
.thumb_wrap ul li.nodata span {text-align: center; color: #999;}

/* file drag zone */
.dropzone {display: block; border: 1px dashed #eee; padding: 20px 20px; text-align: center; transition: all .3s; border-radius: 10px;}
.dropzone * {color: #666;}
.dropzone strong {text-decoration: underline;  text-underline-position: under;}
.dropzone img.drag_icon {width:24px; height:24px;}
.dropzone i {font-size: 24px;}
.dropzone.dragging {border: 1px solid #ddd;}
.file_box .file_preview {max-height: 120px; background-color: #F9FAFB; overflow-y: auto; margin-top: 10px;}

.file_preview ul {display: flex; flex-wrap: wrap;}
.file_preview ul li {position: relative; display: flex; align-items: center; width: 50%; border-bottom: 1px solid #eee; padding: 20px 20px; margin-bottom: 20px;}
.file_preview ul li .img {position: relative; display: table; width: 80px; height: 80px; overflow: hidden; background-color: #fff; text-align: center; border: 1px solid #eee;}
.file_preview ul li .img:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/images/cms/common/icon_file.png') no-repeat 50% 50%; opacity: .3;}
.file_preview ul li .img > img {position: absolute; top:0; bottom:0; right:0; left:0; margin:auto; width: 100%; height: 100%; object-fit:scale-down; z-index: 1;}
.file_preview ul li .txt {width: calc(100% - 80px); padding-left: 20px; font-size: 1rem;}
.file_preview ul li .txt strong{font-weight:400;}
.file_preview ul li .txt p {color: #666;}

.file_preview .btn-icon {width:15px; height:15px; display:inline-block; border:none; padding:0; border:none; background:none; margin-left:5px;}
.file_preview .close_icon{position:relative; width:100%; height:100%; display:block;}
.file_preview .btn-icon .close_icon:before,.file_preview .btn-icon .close_icon:after{content:''; width:10px; height:2px; border-radius:1px; background:#dc4252; display:block; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto;}
.file_preview .close_icon:before{ transform:rotate(45deg);}
.file_preview .close_icon:after{transform:rotate(-45deg);}

/* 이전글 & 목록 & 다음글 */
.bbsView_btn{display:flex; justify-content: space-between; align-items: center; margin-top:50px;}
.bbsView_btn .remote{display:flex; flex-direction: column; justify-content: center; align-items: center; border:1px solid #ddd; border-radius:50%; width:80px; height:80px; text-align:center; background:#fff; color:#999; transition:all 0.4s;}
.bbsView_btn .remote:hover,
.bbsView_btn .remote:focus{background:#222; color:#fff;}
.bbsView_btn .remote i.bx{font-size:24px;}
.bbsView_btn .remote span{font-size:14px; display: block; margin-top:5px;}
.bbsView_btn .remote + div{text-align: center; max-width:calc(100% - 160px);}

/* 날짜 */
/* datepicker */
.date_form {display: inline-block; vertical-align: middle;}
.date_form > div {position: relative; display: inline-block; max-width: 150px;}
.date_form > div .action_icon {position: absolute; top: 0; right: 0; width: 40px; height: 40px; color: var(--user-primary); text-align: center; line-height: 40px;}
.date_form input {margin: 0; background:transparent !important; position: relative; z-index: 3;}
.date_form input:focus {border:1px solid #E6EBF1 !important}
.ui-widget.ui-widget-content {border: 1px solid #dadada;}
.ui-widget-header {border: none; background: transparent;}
.ui-datepicker-title select {padding: 0 10px; height: 30px; margin: 0 2px !important; background-position: calc(100% - 10px) center;}
.ui-datepicker .ui-icon {background-size: auto 12px;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {background-repeat:no-repeat; background-position:center; background-size: 100%; top: 0; bottom:0; margin:auto;}
.ui-datepicker .ui-datepicker-prev {background-image: url('/images/page/common/icon_bbs_prev.svg');}
.ui-datepicker .ui-datepicker-next {background-image: url('/images/page/common/icon_bbs_next.svg');}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {display: none;}

.ui-datepicker thead tr > th.ui-datepicker-week-end:first-child {color: #f1266a;}
.ui-datepicker thead tr > th.ui-datepicker-week-end:last-child {color: #284fda;}
.ui-datepicker tbody tr > td.ui-datepicker-week-end:first-child a {color: #f1266a;}
.ui-datepicker tbody tr > td.ui-datepicker-week-end:last-child a {color: #284fda;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {display: inline-block; width: 30px; height: 30px; line-height: 27px; background: transparent; border: 0 !important; text-align: center; font-size: 14px; color: #666;}

.ui-datepicker-trigger {display:none;}
.date:before{content:"\f264"; position:absolute; font-family: boxicons !important; width:40px; height:40px; text-align: center; line-height: 40px; display:block; top:0; bottom:0; right:0; color:#969696; z-index: 0;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{border: 1px solid #eee; border-radius: 4px; padding-right:19px; font-family: 'Titillium', 'NotoSansKR', sans-serif; min-width:unset;}
input + .ui-datepicker-trigger{border-left:0;}

/* datepicker hover & active */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {background: rgba(var(--user-primary-rgb), .3); color: #fff; border-radius: 3px;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {background: var(--user-primary); color: #fff !important; border-radius: 3px;}

/* pagination nomarl  */
.pagination {text-align: center; font-size: 0; margin-top: 30px;}
.pagination .page_item {display: inline-block; width: 40px; height: 40px; line-height: 42px; border: 1px solid transparent; font-size: 0.875rem; color: #222; margin: 0 3px;}
.pagination .page_item.on {color: #fff; background:var(--main_color); border:1px solid var(--main_color); border-radius:5px;}
.pagination .page_control {display: inline-block; vertical-align: top;}
.pagination .page_control:first-child {margin-right: 10px;}
.pagination .page_control:last-child {margin-left: 10px;}
.pagination .page_control .page_item {background: no-repeat 50% 50%; background-size: auto; opacity: .5; border-color: #222; border-radius:5px;}

/* Q&A 상세 답변박스 */

.reply_qna{background:#f9f9f9; border-radius:15px; margin-top: 30px;}
.reply_tit{padding:10px; border-bottom:1px solid #ddd; padding:15px;}
.reply_qna > div{width:100%; padding:15px;}
.reply_qna > div textarea{width:100%;}

@media (max-width: 1440px) {

	/* dl_tb */
	.dl_tb{display:flex; flex-wrap: wrap;}
	.dl_tb > dd:not(.dd_flex_ect){display:flex; align-items: center;}

	.dl_tb.dl_tb_twin > dt,
	.dl_tb.dl_tb_twin > dd{display:block;}
	.dl_tb > dt,
	.dl_tb.dl_tb_twin > dt{width:160px;}
	.dl_tb > dd,
	.dl_tb.dl_tb_twin > dd{width:calc(100% - 160px);}
	.dl_tb.dl_tb_twin > dd + dt{border-left:0; border-top:1px solid #ddd;}
	.dl_tb.dl_tb_twin > dd + dt + dd{border-top:1px solid #ddd;}

}

@media (max-width: 1280px) {

	/* dl_tb */
	.dl_tb > dt{width:160px;}
	.dl_tb > dd{width:calc(100% - 160px);}	
	.dl_tb.dl_tb_5x5 dt, .dl_tb.dl_tb_25x75 dt{width:100%; border-right:none; border-bottom:1px solid #ddd;}
	.dl_tb.dl_tb_5x5 dd, .dl_tb.dl_tb_25x75 dd{width:100%;}

	.dl_tb_group .dl_tb_row .dl_tb dd .tit{width:100%; white-space: nowrap;}
	.dl_tb_group .dl_tb_row .dl_tb.dl_tb_5x5 dd {flex-wrap:wrap;}
	.dl_tb_group .dl_tb_row .dl_tb.dl_tb_5x5 dd > .date_wrap{display:flex; justify-content: space-between; align-items: center;}
	.dl_tb_group .dl_tb_row .dl_tb.dl_tb_5x5 dd > .date_wrap input{min-width:unset;}
	
}

@media (max-width: 1024px) {

	.input300,
	.input400,
	.input500{width:100% !important;}

	/* dl_tb */
	.dl_tb{flex-wrap:wrap;}
	.dl_tb > dt,
	.dl_tb.dl_tb_twin > dt{width:100%; border-right:none; border-bottom:1px solid #ddd;}
	.dl_tb > dd, .dl_tb.dl_tb_twin > dd{width:100%;}
	.dl_tb.dl_tb_twin > dt + dd + dt + dd{border-top:none;}
	.dl_tb .dd_flex_ect .input200,
	.dl_tb .input500,
	.dl_tb .input400 {width: 100% !important;}

	.dl_tb > dt, .dl_tb.dl_tb_twin > dt{background:#f9f9f9;}
	.policy .dl_tb > dt, .dl_tb > dd{padding:15px;}

}

@media (max-width: 768px) {	

	/* common */
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=password],
	input[type=url],
	input[type=submit],
	input[type=button],
	select{height: 40px;}

	/* 일반게시판 상세보기 */
	.bbsView_tit .tit {display: block; font-size: 34px;}
	.bbsView_tit .cate {margin-right: 0; margin-bottom: 10px;}
	.bbsView_info {display: flex; padding: 10px 10px; justify-content: center;}
	.bbsView_info dl,
	.bbsView_info dl:last-child {float: none;}
	.bbsView_info dl * {font-size: 14px;}
	.bbsView_contents {padding: 30px 10px;}
	
	.bbsView_page strong {width: 70px;}
	.bbsView_page .tit {padding-left: 30px;}

	/* 첨부파일 */
	.bbsView_file > .file_list{padding:10px;}
	.bbsView_file > b{font-size:16px;}	

	/* mail */
	.mail{justify-content: space-between;}
	.mail label, .phone_num label{width:100%;}
	.mail .input200:not(select){max-width:45% !important;}
	.mail .input_unit{width:calc(5% - 5px); text-align:center; display:block;}

	/* input_group */
	.input_group + .input_group{margin-top:15px;}
	.input_group .input_field{display:block; background:none; padding:0;}
	.input_group .input_field .field_title{padding:10px 0;}
	.input_group .input_field .field_con input{border:1px solid #ddd;}

	/* file list */
	.file_list li a:not(.del) {width: calc(100% - 30px);}

	/* file drag zone */
	.file_preview ul {display: block;}
	.file_preview ul li {width: 100%;}	

}

@media (max-width: 640px) {	

	/* info_box */
	.info_box .period,
	.info_box li {flex-direction: column;}
	.info_box .period b, .info_box li b{flex:0 0 auto;}
	.info_box .period span:before,
	.info_box li span:before{display:none;}

	/* tb_normal + tb_m_block */
	.tb_normal.tb_m_block thead{display:none;}
	.tb_normal.tb_m_block,
	.tb_normal.tb_m_block tbody,
	.tb_normal.tb_m_block tbody tr,
	.tb_normal.tb_m_block tbody th,
	.tb_normal.tb_m_block tbody td{display:block; width:100%;}
	.tb_normal.tb_m_block tbody th,
	.tb_normal.tb_m_block tbody td{border-width:0 1px 1px; text-align:center;}
	.tb_normal.tb_m_block tbody tr:first-child th{border-top:1px solid #ddd;}
	.tb_normal.tb_m_block tbody th {padding:8px;}
	.tb_normal.tb_m_block tbody td {padding:12px 8px;}

	/* bbsList */
	.bbsList th, .bbsList td{padding:12px 6px;}

}

@media (max-width: 576px) {

	input:first-child, select:first-child{margin-left:3px;}	

	/* mail */
	.mail{flex-wrap:wrap;}
	.mail .btn{width:100%;}

	/* 첨부파일 */
	.thumb_wrap ul li {width: calc((100% / 4) - 2%);}

	/* view_paging */
	.view_paging{margin-top:30px;}
	.view_ctrl.prev_btn{padding-left:0; padding-top:50px;}
	.view_ctrl.next_btn{padding-right:0; padding-top:50px;}
	.view_ctrl:before{right:0; left:0; bottom:unset; width:45px; height:45px; line-height:45px;}
	.view_ctrl .txt{font-size:14px;}
	.view_ctrl .txt > *{display:block; line-height:100%; text-align:center;}
	.view_ctrl .txt > span{display:none;}

}

@media (max-width:425px){

	.bbsView_info dl dt{padding-right:5px;}
	.bbsView_info dl dd{padding-left:5px;}
	.bbsView_info dl:last-child dt{margin-left:12px;}

	/* mail */
	.mail .input200:not(select){max-width:calc(45% - 6px) !important;}
	.mail .input_unit{width:calc(10% - 10px);}

	/* address */
	.address > .input200{width:calc(100% - 175px) !important;}

	/* input_group */
	.input_group .input_field .field_con{flex-wrap: wrap;}
	.input_group .input_field .field_con input{flex:0 0 100%;}
	.input_group .input_field .field_con button:not(.file_uploader button){flex:0 0 100%; margin:0;}
	.input_group .input_field .field_con:not(.twin_btns) input + button{margin-top:6px;}
	.input_group .input_field .field_con.twin_btns input{margin-bottom:6px;}
	.input_group .input_field .field_con.twin_btns button{flex:0 0 calc(50% - 2px);}
	
	/* pagination */
	.pagination{padding:10px 0; margin:30px auto;}
	.pagination .page_item {width: 28px; height: 28px; line-height: 28px; margin:0 2px;}

	/* 첨부파일 */
	.thumb_wrap ul li {width: calc((100% / 2) - 2%);}

	/* pagination */
	.pagination{padding:10px 0; margin:30px auto;}
	.pagination .page_item {width: 28px; height: 28px; line-height: 28px; margin:0 2px;}

}