@charset "utf-8";

.tb_txt, .tb_txt2 {position: relative; font-size: 14px; color: #666; word-break: keep-all; padding: 3px 0; padding-left: 15px;}
.tb_txt:before {content: '※'; font-size: inherit; position: absolute; left: 0; color: var(--ad-danger);}
.tb_txt2:before {content: '※'; font-size: inherit; position: absolute; left: 0; color: var(--ad-primary);}

/* 검색 테이블 */
.searchTbView {width: 100%;}
.searchTbView th {width: 12%; padding: 10px 0; font-weight: 600; padding-left: 10px;}
.searchTbView th:first-child {border-left-width: 0; padding-left: 0;}
.searchTbView th ~ td {padding: 5px 15px;}
.searchTbView td {max-width: 88%; padding: 5px 0;}
.searchTbView tbody td .designChk label, 
.searchTbView tbody td .designRadio label{margin-right: 18px;}
.searchTbView .btn:first-child {margin-left: 0;}

.date_form ~ .tab_input_box {margin-left: 10px;}

.searchTbView .tag_object {display: inline-block;}

/* 검색 input */
.search_box {display: flex; align-items: center; justify-content: center;}
.search_box .search_input {position: relative; display: flex; align-items: center; flex-wrap: wrap; align-items: stretch; width: 500px;}
.search_box .search_input input {margin: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; width: 1%; flex: 1 1 auto; min-width: 0; padding-right: 40px;}
.search_box select:focus,
.search_box input:focus {box-shadow: none;}
.search_box .search_input button {margin: 0; width: 40px; min-width: auto; height: 40px; border-top-left-radius: 0; border-bottom-left-radius: 0; font-size: 20px; color: var(--ad-dark); text-align: center; padding: 0; border-left: 0;}
.search_box .search_input button.search_reset {position: absolute; top: 0; right: 40px; background: url('/images/cms/common/icon_reset.png') no-repeat 50% 50%; background-size: auto 14px;}
.search_box .search_input button.search_reset2 {position: absolute; top: 0; right: 40px; background: url('/images/cms/common/icon_reset.png') no-repeat 50% 50%; background-size: auto 14px;}
/* .search_input > button {width: ;} */

/* search tab */
.tab_input_box {display: inline-block; width: fit-content; background: #F5F7FA; font-size: 0; vertical-align: middle; border-radius: 4px;}
.tab_input_box .input_tab {display: inline-block; font-size: 0;}
.tab_input_box input[type=radio] {display: none;}
.tab_input_box label {border: 1px solid #F5F7FA; color: #999; cursor: pointer; display: inline-block; font-size: 14px; line-height: 38px; min-width: 60px; margin: 0; border-radius: 4px; text-align: center;}
.tab_input_box input[type=radio]:checked+label {border-color: var(--ad-primary); background-color: #fff; color: var(--ad-primary);}
.tab_input_box.sm label {height: 30px; line-height: 28px;}

.divider_title ~ .tab_input_box {margin-left: 20px;}


/* table common */
.total {display: inline-block;}
.total > b {color: var(--ad-danger);}

.subject .ellip {display: inline-block; max-width: calc(100% - 30px); width: auto; vertical-align: middle;}

/* table scroll */
.scrollTable {overflow-x: auto; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.fixedY > table {/* table-layout: fixed; */ white-space: nowrap; border-top: 0; border-collapse: separate;}
.fixedY > table thead {position: sticky; top: 0; z-index: 10;}
.fixedY > table thead:before,
.fixedY > table thead:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #333; z-index: 2;}
.tbFixed {table-layout: fixed;}

/* bbs list */
.bbsList {width: 100%; vertical-align: top; border-top: 2px solid var(--ad-dark);}
.bbsList th {padding: 10px 12px; font-size: 1rem; font-weight: 600; border-bottom: 1px solid #eee; background-color: #F6F8FA; text-align: center; vertical-align: middle; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
.bbsList thead th {position: relative; white-space: nowrap;}
.bbsList td {padding: 10px 10px; font-size: 1rem; font-weight: 400; border-bottom: 1px solid #eee; text-align: center; vertical-align: middle; word-break: break-all; border-bottom: 1px solid #eee; border-right: 1px solid #eee; /*max-width: 600px;*/}
/* .bbsList td[data-tbl="제목"] {text-align: left;} */
.bbsList td[rowspan],
.bbsList th[rowspan] {border-left: 1px solid #eee;}
.responsive .bbsList tbody td[data-tbl="nodata"] {text-align: center;}
.bbsList th:first-child,
.bbsList td:first-child {border-left: 0;}
.bbsList th:last-child,
.bbsList td:last-child {border-right: 0;}
.bbsList tr:last-child .dropdown_btn .dropdown_box {top: auto !important; bottom: 100%;}
.bbsList tr:last-child .dropdown_btn.on .dropdown_box {animation: dropup .5s ease forwards;}
.bbsList .txt_box {padding: 15px 20px;}
.bbsList ~ .bbsList {border-top: 0;}
.bbsList a:not(.btn):hover {text-decoration: underline;}

/* rank list */
.rankList {min-width: 320px !important;}

/* table filter */
.dropdown_filter {position: absolute; top: 50%; right: 5px; margin-top: -9px; display: block; width: 18px; height: 18px; background: #CED4DA; border-radius: 4px; color: #fff;}
.dropdown_filter > i {vertical-align: top;}
.dropdown_filter.on {background: #4e73df;}
.filter_box {position: absolute; top: 100%; display: none; z-index: 500; width: 240px; padding: 10px 0px; text-align: left; background: #fff; border-radius: 4px; border: 1px solid #E6EBF1; box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);}
.filter_desc li {padding: 5px 20px;}
.filter_desc li:hover {background: #F8F9FC;}
.filter_desc li:hover .filter_btn {color: #333;}
.filter_desc .filter_btn {background: transparent; font-weight: 500; color: #6c757d;}
.filter_desc .filter_btn > i {color: #4e73df; margin-right: 10px;}
.filter_box .searchBar {position: relative; padding: 5px 10px 0; overflow: hidden; border: 0 !important;}
.filter_box .searchBar:after {content: ''; position: absolute;top: 50%; right: 20px; margin-top: -5px; display: block; width: 20px; height: 20px; /*background: url("/images/cms/icon_search.svg") no-repeat 50% 50%;*/ background-size: cover;}
.filter_box .searchBar input {padding-right: 35px;}
.filter_box .filter_list {padding: 5px 10px; border: 1px solid #E6EBF1; border-radius: 4px; margin: 0 10px; width: auto; max-height: 138px; overflow: auto;}

.filter_box .filter_list > li {color: #333; font-weight: 400; padding: 6px 0;}
.filter_box .filter_list .checkbox label {word-break: break-all;}
.filter_box .btn_wrap {margin-top: 20px;}

/* bbs write */
.bbsWrite {width: 100%; vertical-align: top; border-top: 2px solid var(--ad-dark);}
.bbsWrite th {padding: 10px 15px; font-size: 1rem; font-weight: 600; min-width: 15%; border-bottom: 1px solid #eee; border-right: 1px solid #eee; background-color: #F6F8FA; vertical-align: middle;}
.bbsWrite td {padding: 10px 10px; font-size: 1rem; font-weight: 400; min-width: 85%; border-bottom: 1px solid #eee; vertical-align: middle;}
.bbsWrite td .inputFull {margin-left: 0; margin-right: 0;}

/* bbs write2 */
.bbsForm {width: 100%; border-top: 2px solid #111; border-bottom: 1px solid #eee; padding: 30px 0;}
.bbsForm .form_group {font-size: 0;}
.bbsForm .form_group .form_label {display: inline-block; width: 240px; font-size: 17px; font-weight: 600; vertical-align: top;}
.bbsForm .form_group .form_field {display: inline-block; width: calc(100% - 240px); font-size: 1rem;}

/* bbs view */
.bbsView {border-top: 2px solid var(--ad-dark);}
.bbsView .bbsView_header {padding: 20px 12px;}
.bbsView .bbsView_header * {display: inline-block; vertical-align: middle;}
.bbsView .bbsView_header h3 {font-size: 20px; font-weight: 600;}
.bbsView .bbsView_header .badge ~ h3 {padding-left: 10px;}
.bbsView .bbsView_header ~ .bbsWrite {border-top: 1px solid #eee;}
.bbsView .bbsView_content {padding: 12px 12px;}

.bbsView ~ .bbsWrite {border-top: 1px solid #eee;}


/* 댓글 */
.commentArea {margin-top: 20px;}
.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: 800;}
.commentArea .comment_list li dl dt:after {content: ''; position: absolute; top: 50%; right: 0; margin-top: -2.5px; margin-right: -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: #F6F8FA; margin-top: 24px;}
.commentArea .comment_box {position: relative; margin-top: 24px; padding-right: 100px;}
.commentArea .comment_box textarea {border-radius: 4px 0 0 4px;}
.commentArea .comment_box .btn_submit {position: absolute; top: 0; right: 0; display: table; width: 100px; height: 100%; background-color: var(--ad-dark); border-radius: 0 4px 4px 0;}
.commentArea .comment_box .btn_submit span {text-align: center; font-weight: 600; color: #fff;}
.commentArea .comment_list li .replyArea .comment_box {margin-top: 0;}


/* faq list */
.faqList{border-top:2px solid var(--ad-dark);}
.faqList .state{display:inline-block; position:absolute; top:50%; left:32px; transform:translateY(-50%); min-width: auto; width:32px; height:32px; line-height:30px; background:#ddd; border-radius:50%; font-weight:400; text-align:center; color:#fff; vertical-align: middle; padding: 0; transition:background .3s;}
.faqList dt{display:block; position:relative; padding: 20px 74px; border-bottom:1px solid #ddd; cursor:pointer;}
.faqList dt .action_icon{display:block; position:absolute; right:20px; top:50%; transform:translateY(-50%); transition: all .3s;}
.faqList dd{overflow:hidden; background-color:#ffffff; border-bottom:1px solid transparent; transition:border .3s;}
.faqList dd .text:first-child{margin-top:0;}
.faqList dd .desc{display:none; position:relative; padding:20px 74px;}
.faqList dt.active p{color:#27272f; font-weight:600;}
.faqList dt.active .action_icon {transform: translateY(-50%) rotate(180deg);}
.faqList dd.active {border-color:#ddd; background-color:var(--ad-light);}
.faqList dt.active .state{background-color:var(--ad-primary);}
.faqList dd.active .state{background-color:var(--ad-secondary);}


/* photo list */
.photoList {display: flex; flex-wrap: wrap; gap: 40px 20px;}
.photoList li {display: inline-block; width: calc(20% - 16px); transition: all .3s;}
.photoList li .d_day {position: absolute; top: 20px; right: 20px; display: inline-block; min-width: 60px; color: #fff; font-size: 15px; font-weight: 800; font-family: 'Play'; padding: 3px 0; border-radius: 5px; text-align: center; z-index: 10;}
.photoList li .d_day.state01 {background-color: #111;}
.photoList li .d_day.state02 {background-color: #666;}
.photoList li .img_box {position: relative; width: 100%; height: 0; padding-top: 145%; border-radius: 10px;}
.photoList li .img_box.sm {padding-top: 80%;}
.photoList li .img_box img {position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;}
.photoList li .img_box.noimg {background: url('/images/cms/common/no_img.jpg') no-repeat 50% 50%; background-size: cover;}
.photoList li .txt_box {margin-top: 20px; background-color: transparent; border-radius: 0; padding: 0;}
.photoList li .txt_box dl * {display: inline-block; font-size: 1rem;}
.photoList li .txt_box dl dt {position: relative; padding-right: 10px; font-weight: 600;}
.photoList li .txt_box 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;}
.photoList li .txt_box dl dd {padding-left: 10px; color: #999;}
.photoList li .txt_box .tit {font-size: 18px; font-weight: 700; margin-top: 20px; word-break: keep-all;}
.photoList li .txt_box p {font-size: 1rem; color: #999; margin-top: 10px;}
.photoList li.none {display: block; width: 100%; text-align: center;}
.photoList li.none strong {display: block; color: #ddd; font-size: 60px; font-weight: 700; line-height: 90px; width: 100px; height: 100px; border: 5px solid #eee; border-radius: 50%; margin: 0 auto 20px;}
.photoList li.none span {color: #999; font-size: 20px; font-weight: 600;}


/* 페이징 */
.pagination {text-align: center; font-size: 0; padding-top: 30px;}
.pagination .page_item {display: inline-block; width: 32px; height: 32px; line-height: 30px; font-size: 14px; color: #999; margin: 0 2px; border-radius: 3px; transition: all .3s;}
.pagination .page_item.on {font-weight: 600; color: var(--ad-primary); background-color: transparent; border: 1px solid var(--ad-primary); box-shadow: 0 5px 10px 0 rgba(var(--ad-primary-rgb), .15);}
.page_control {display: inline-block; vertical-align: top;}
.page_control .page_item {background: no-repeat 50% 50%; border: 1px solid #ddd; background-size: auto 18px;}
.page_control .page_item.page_first {background-image: url('/images/cms/common/icon_bbs_first.png');}
.page_control .page_item.page_prev {background-image: url('/images/cms/common/icon_bbs_prev.png');}
.page_control .page_item.page_next {background-image: url('/images/cms/common/icon_bbs_next.png');}
.page_control .page_item.page_end {background-image: url('/images/cms/common/icon_bbs_last.png');}



/* 날짜 */
/* 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(--ad-primary); text-align: center; line-height: 40px;}
.date_form input {margin: 0;}
.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:50% 50%; background-size: auto 18px; top: auto;}
.ui-datepicker .ui-datepicker-prev {background-image: url('/images/cms/common/icon_bbs_prev.png');}
.ui-datepicker .ui-datepicker-next {background-image: url('/images/cms/common/icon_bbs_next.png');}
.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 !important; position: relative; z-index:10; width:40px; height:40px; background: url('/images/cms/common/icon_calendar.svg') no-repeat 50%; background-size:14px 14px; font-size:0px; text-indent:-999em; vertical-align:middle;}
.ui-datepicker-trigger {position: absolute; top: 0; right: 0;}
/* .ui-datepicker-trigger:hover,
.ui-datepicker-trigger:focus{-webkit-box-shadow:inset 0 0 0 1px #666; box-shadow:inset 0 0 0 1px #666;} */
.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;}
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(--ad-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(--ad-primary); color: #fff !important; border-radius: 3px;}

/* timepicker */
.ui-timepicker-standard {border: 1px solid #eee; border-radius: 4px;}
.ui-timepicker-standard a {color: #666;}
.ui-timepicker-standard .ui-state-hover {background-color: var(--ad-primary); border-color: #F6F9F2; color: #fff;}

/* yearpicker */
.yearpicker-container {width: 250px; box-shadow: none; border-color: #dadada;}
.yearpicker-items {padding: 5px 10px;}
.yearpicker-items.selected,
.yearpicker-items:hover {background-color: var(--ad-primary); border-radius: 3px;}
.yearpicker-items.selected,
.yearpicker-items:hover {color: #fff;}

/* timer 타이머 */
.timer_form {position: relative; display: inline-block;}
.timer_form .timer {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); font-size: 1rem; color: var(--ad-primary);}
.timer_form .form_control {padding-right: 60px;}

/* 첨부파일 */
/* 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 */
/* .file_list {} */
.file_list li {display: block;}
.file_list li * {display: inline-block; vertical-align: middle;}
.file_list li + li {margin-top: 5px;}
.file_list li a:not(.del) {display: inline-block; width: 100%; max-width: 500px;}
.file_list li a:not(.del) i {margin-right: 5px;}
.file_list li .ellip {width: calc(100% - 30px);}
b ~ .file_list {padding-top: 10px; margin-top: 10px; border-top: 1px solid #eee;}

.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 */
.file_box {margin: 2px 3px;}
.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);}

/* mail 메일폼 */
.mail_form {display: inline-block;}

/* address 주소폼 */
.address_form .form_control.inputFull {margin-left: 0; margin-right: 0;}


/* 240619 추가 */
.photoSlide {overflow: hidden; margin: 0 -5px;}
.photoSlide li {margin: 0 5px; width: 240px;}

.toggle_box {display: none;}
.toggle_box.active {display: block;}
.toggle_box .bbsWrite {border-top: 0;}


/* 240913 달력 추가 */
/* 달력 */
.cal_box {width: 420px; margin: 0 auto;}
.calendar {width: 100%; min-width: 280px; padding: 40px 20px; margin: 0 auto; border: 1px solid #ddd;}
.calendar .cal_top {position: relative;}
.calendar .cal_nav {display: flex; justify-content: center; align-items: center;}
.calendar .cal_nav .nav_btn {display: flex; justify-content: center; align-items: center; font-size: 0; width: 50px; height: 50px;}
.calendar .cal_nav .nav_btn:before {content: ''; display: block; width: 10px; height: 10px; border: 3px solid #111; border-width: 3px 3px 0 0;}
.calendar .cal_nav .nav_btn.prev:before {transform: rotate(-135deg);}
.calendar .cal_nav .nav_btn.next:before {transform: rotate(45deg);}

.calendar .cal_state {position: relative; display: block; text-align: center; margin-top: 10px;}
.calendar .cal_state{font-size: 0;}
.calendar .cal_state *{display: inline-block; line-height:1; vertical-align: middle;}
.calendar .cal_state > span{margin-right:10px; font-size: 1rem; color:#666;}
.calendar .cal_state .state{min-width: auto; width: 11px; height: 11px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:2px solid transparent; border-radius:50%; margin-right:6px;}
.calendar .cal_state .state.cal_slt{border:2px solid #2664d6;}
.calendar .cal_state .state.cal_today{background-color: #2664d6;}
.calendar .cal_state .state.cal_end{background-color: #eee;}
.calendar .cal_state .state.cal_dont{background-color: var(--ad-danger);}

.calendar .year-month {font-size: 28px; font-weight: 600;}

.calendar .cal_wrap {padding-top: 40px; position: relative; margin: 0 auto;}
.calendar .cal_wrap .day {display: flex; align-items: center; justify-content: center; width: calc(100% / 7); text-align: center; color: #666; font-size: 18px;}
.calendar .cal_wrap .days {display: flex; padding: 20px 0; border-bottom: 1px solid #eee;} 
.calendar .cal_wrap .day:first-child {color: #e82c27;}
.calendar .cal_wrap .day:last-child {color: #2664d6;}
.calendar .cal_wrap .days .day {color: #111; font-weight: 600;}
.calendar .dates .cal_day {display: flex; align-items: center;}
.calendar .dates .cal_day .day {position: relative;}
.calendar .dates .cal_day .day span {position: relative; z-index: 1;}
.calendar .dates .cal_day .day:before {content: ''; display: block; height: 0px; padding-top: 100%;}
.calendar .dates .cal_day .day:after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70%; height: 70%; border-radius: 50%; z-index: 0;}

.calendar .dates .cal_day .day.start,
.calendar .dates .cal_day .day.end {color: #fff;}
.calendar .dates .cal_day .day.start:after{background-color: #2664d6;}
.calendar .dates .cal_day .day.end:after {background-color: var(--ad-danger); opacity:0.8;}
.calendar .dates .cal_day .day.start {border-radius: 50% 0 0 50%;}
.calendar .dates .cal_day .day.end {border-radius: 0 50% 50% 0;}
.calendar .dates .cal_day .day.day_ing {background-color: rgba(38, 100, 214, .1);}

.calendar .dates .cal_day .day.today:after {border: 3px solid #2664d6;}
.calendar .dates .cal_day .day.disable {color: #ccc;}
.calendar .dates .cal_day .day.disable:after{background:var(--ad-light);}

/* 20240926 배너추가 */
.banner_box {width: 210px; height: 60px; border: 1px solid #eee; overflow: hidden; margin: 0 auto;}
.banner_box img {width: 100%; height: 100%;}

/* 20250108 서명란추가 */
.name_box {margin-top: 30px; text-align: right;}
.name_box .tb_txt {float: right;}
.name_box .form_group {clear: both;}
.name_box .sign_form {position: relative; display: inline-block; width: 310px; height: 120px; border: 1px solid #eee; margin-left: 10px; vertical-align: bottom;}
.name_box .sign_form:before {content: 'Sign Here'; position: absolute; bottom: 10px; right: 10px; color: #ddd;}
.name_box .sign_form canvas {position: relative; width: 100%; height: 100%; overflow: hidden; cursor: crosshair;}
.name_box .clear_btn {background-color: transparent; color: #005aab; text-decoration: underline;}

@media (max-width: 1440px) {
    /* 주소 입력 */
    /*.address_form .form_control {width: 100% !important;}*/
}

@media (max-width: 1200px) {
    /* 검색 테이블 */
    .searchTbView,
    .searchTbView tbody,
    .searchTbView tr,
    .searchTbView th,
    .searchTbView td {display: block; width: 100%; max-width: none;}
    .searchTbView th ~ td {padding: 5px 0;}
    .searchTbView th {padding-left: 0; padding-right: 0;}

    
}

@media (max-width: 1120px) {
    /* table scroll */
    .tbFixed {table-layout: auto;}

    /* photo list */
    .photoList li {width: calc(33.3% - 16px);}

}

@media (max-width: 1024px) {
     /* search tab */
    .tab_input_box {display: block;}

    .date_form ~ .tab_input_box {margin-left: 0; margin-top: 10px;}

    /* bbs write2 */
	.bbsForm .form_group + .form_group {margin-top: 20px;}
	.bbsForm .form_group .form_label {width: 180px;}
	.bbsForm .form_group .form_field {width: calc(100% - 180px);}

}

@media (max-width: 992px) {
    /* .input_group {display: block;} */

    /* 검색 테이블 */
    .searchTbView select,
    .searchTbView input {width: 100%; margin-left: 0; margin-right: 0;}

    /* table scroll */
    .scrollTable .bbsList {white-space: nowrap;}
    .scrollTable .bbsList th {min-width: 80px;}

    /* bbs write2 */
	.bbsForm .form_group .form_label {display: block; font-size: 16px; margin-bottom: 5px;}
	.bbsForm .form_group .form_field {width: 100%;}

    /* 첨부파일 */
    /* .designFile {width: 100%;} */
    .designFile input {width: calc(100% - 90px) !important;}

    /* photo List */
    .photoList li {width: calc(50% - 10px);}
	.photoList li .txt_box .tit {font-size: 16px;}
}

@media (max-width: 768px) {

    /* 검색 테이블 */
    .searchTbView .tab_input_box {margin-top: 5px;}
    .searchTbView .tab_input_box .input_tab {width: 33.3%;}

    .searchTbView .form_control ~ .btn {width: 100%; margin-left: 0; margin-right: 0;}

    /* 검색 input */
    .search_box {display: block;}
    .search_box .form_select {width: 100%;}
    .search_box .search_input button {width: 36px !important; height: 36px !important;}
    .search_box .search_input {width: 100%;}

    /* search tab */
    /* .tab_input_box .input_tab {width: 33.3%;} */
    .tab_input_box {width: 100%;}
    .tab_input_box label {width: 100%; height: 36px; line-height: 34px;}
    .tab_input_box.sm label {height: 26px; line-height: 24px;}
    
    /* table common */
    .bbsList colgroup {display: none;}
    .scrollTable .bbsList {min-width: 768px;}

    /* .scrollTable .bbsList tbody td .ellip {width: 100%; white-space: normal; text-overflow: unset;} */

    /* table list */
    .responsive .bbsList thead {display: none;}
    .responsive .bbsList tbody,
    .responsive .bbsList tr,
    .responsive .bbsList th,
    .responsive .bbsList td {display: block; text-align: left; white-space: normal; border-right: 0;}
    .responsive .bbsList tr {position: relative; margin-bottom: 10px; border: 1px solid #eee;}
    .responsive .bbsList td:last-child {border-bottom: 0;}

    .responsive .bbsList tbody td[data-tbl="선택"] {background-color: var(--ad-light);}
    .responsive .bbsList tbody td[data-tbl="선택"] ~ td[data-tbl="번호"] {position: absolute; top: 0; right: 0; border-bottom: 0;}
    .responsive .bbsList tbody td[data-tbl="번호"],
    .responsive .bbsList tbody td[data-tbl="순번"] {background-color: var(--ad-light); text-align: right;}
    .responsive .bbsList tbody td[data-tbl]:before {content: attr(data-tbl); display: block; color: #111; font-weight: 800; margin-bottom: 5px;}
    .responsive .bbsList tbody td[data-tbl="nodata"]:before,
    .responsive .bbsList tbody td[data-tbl="선택"]:before,
    .responsive .bbsList tbody td[data-tbl="번호"]:before,
    .responsive .bbsList tbody td[data-tbl="순번"]:before,
    .responsive .bbsList tbody td[data-tbl="관리"]:before,
    .responsive .bbsList tbody td[data-tbl="관리아이콘"]:before {content: none;}
    .responsive .bbsList tbody td[data-tbl="관리아이콘"] {position: absolute; right: 0; bottom: 0;}
    .responsive .bbsList tbody td.subject .ellip {width: 100%; white-space: normal; text-overflow: unset;}
   
    /* bbs write */
    .bbsWrite,
    .bbsWrite thead,
    .bbsWrite tbody,
    .bbsWrite tr,
    .bbsWrite th,
    .bbsWrite td {display: block;}
    .bbsWrite td {padding: 10px 0;}

    /* .bbsWrite th[rowspan] {background-color: #EAF0F8; text-align: center;} */

    /* 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%;}

    .mail_form {display: flex; flex-wrap: wrap; align-items: center;}
    .mail_form .form_control {width: calc(50% - 9px) !important; margin: 2px 0;}
    .mail_form .form_select {width: 100% !important; margin: 2px 0;}


    /* 댓글 */
    .commentArea .comment_list li {padding: 20px 20px;}

    /* 날짜 */
    .date_form {display: flex; align-items: center;}
    .date_form > div {width: calc(50% - 2px); max-width: none; margin: 2px 0;}
    .date_form > div ~ div {margin-left: 4px;}
    .date_form > div .action_icon {width: 36px; height: 36px; line-height: 36px;}
    .date_form .input_unit {display: block;}

    /* faq list */
    .faqList dt {padding: 16px 60px;}
    .faqList .state {left: 20px;}
    .faqList dd .desc {padding: 16px 60px;}
    

}

@media(max-width: 576px) {
    /* input common */
    /*.form_control {min-height: 36px;}*/

    /* bbs write */
    .bbsWrite .designChk label,
    .bbsWrite .designRadio label {margin: 2px 15px 2px 0;}

    /* photo List */
    .photoList li {width: 100%;}
	.photoList li .txt_box p {margin-top: 10px;}

    /* 페이징 */
    .pagination .page_item {width: 28px; height: 28px; line-height: 26px;}

    /* 날짜 */
    /* .date_form > div {width: 100%;} */

    /* 첨부파일 */
    .thumb_wrap ul li {width: calc((100% / 4) - 2%);}
}

@media (max-width: 420px) {
    .bbsForm .form_group .form_field .designChk label {margin-top: 2px; margin-bottom: 2px;}

    /* 파일 업로더 2 */
    .thumb_wrap ul li {width: calc((100% / 2) - 2%);}

    .cal_box {width: auto;}
}
