/* 공통 */
body {font-family: 'Noto Sans KR', sans-serif;}
:root {
    --main-color: #b790d1;
    --sub-color: #8a6c9e;
  }
.hd-notice-mo{display: none;}
/* input:number 화살표 없애기 */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
/* Firefox  */
input[type='number'] {-moz-appearance: textfield;}

.dpnone{display: none !important;}
.new_icon{background-color: var(--main-color) !important; color: #fff !important;}

#gnb .gnb_menu_btn{display: none;}

/* 헤더 */
#logo{width: 200px;}
#logo img{width: 100%;}
#hd_wrapper{display: flex; justify-content: space-between; align-items: center;}

/* 푸터 */
#ftLogo{width: 150px; margin-bottom: 30px;}
#ftLogo img{width: 100%;}

/* 메인 */
#aside{display: none;}
.latest_wr{display: flex; justify-content: center; margin-top: 80px;}
.latest_wr .main-view-board{width: 40%; min-width: 260px; padding: 20px; border: 2px solid var(--main-color); border-radius: 10px;}

/* 게시판 공통 */
.pg_wrap{width: 100%; text-align: center;}

/* TODO */
.todo-list-chk-area .lt_info,
.todo-list-chk-area .lt_more,
.todo-list-chk-area .new_icon,
.todo-list-chk-area .lat_title,
.todo-save-list h2{display: none !important;}
.todo-save-list .lt_more{top: -28px; right: 5px; color: var(--sub-color);}
.todo_write .bo_w_link,
.todo_write .file_wr,
.todo_write .btn_cancel,
.todo_write .todo-hidden{display: none;}
#listCheckedArea,#listSavedArea{display: none;}

.todo-listpage-button-area{display: flex; justify-content: end; gap: 10px; height: 35px; margin-bottom: 15px;}
.todo-listpage-button-area button,
.todo-listpage-button-area a span{display: inline-block; width: auto; height: 35px; line-height: 35px; padding:0 10px; background-color: var(--sub-color); border-radius: 5px; color: #fff; font-size: 1em; font-weight: 400;}
.todo-listpage-button-area button:hover,
.todo-listpage-button-area a span:hover{background-color: #5b4967;}
.todo-list-page-td-button{text-align: center;}
.todo-list-page-td-button a{display: inline-block; padding: 5px 10px; border-radius: 5px; background-color: var(--main-color); color: #fff;}

.todo-btn-wrap{display: flex; justify-content: end; gap: 15px; margin-bottom: 30px;}

.todo-list-chk-area li input,
.todo-list-chk-area li label{cursor: pointer;}

#saveListPopup{position: fixed; display: none; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; width: 30%; min-width: 300px; height: 50vh; padding: 30px 30px 60px; border: 1px solid var(--main-color); border-radius: 10px; background-color: #fff;}
#saveListPopup .lat{position: relative; margin-bottom:0;}
#saveListPopup .lat ul{padding: 10px 0 10px 10px; border: 1px solid var(--main-color); border-radius: 5px; height: calc(50vh - 90px); overflow-y: scroll;}
#saveListPopup .lat ul::-webkit-scrollbar {width: 10px;}
#saveListPopup .lat ul::-webkit-scrollbar-thumb {background-color: #2f3542;border-radius: 10px;background-clip: padding-box;border: 2px solid transparent;}
#saveListPopup .lat ul::-webkit-scrollbar-track {background-color: transparent;border-radius: 10px;}
#saveListPopup .lat ul li{padding: 15px 10px; margin-bottom: 0;}
#saveListPopup .lat ul li input{width: 20px; height: 20px; margin-right: 10px;}
#saveListPopup .lat ul li label{font-size: 18px;}
.btnTodoClose{position: absolute; padding: 3px; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 18px; width: 60px; height: 35px; line-height: 30px; display: flex; justify-content: center; border: 0; border-radius: 5px; background-color: var(--main-color); color: #fff;}
#btnTodoPopup{background-color: #eee; border-radius: 5px;}

.todo-list-chk-area li{padding: 20px 15px; font-size: 24px; border-bottom:1px solid #ccc;}
.todo-list-chk-area li:hover{background-color: var(--main-color);}
.todo-list-chk-area input{width: 20px; height: 20px; margin-right: 15px;}

.todo-list-tit{display: block; font-size: 20px; margin-top: 30px;}
.todo-list-view{margin: 5px 0; line-height: 1.6em; font-size: 16px;}

.todo_write .wr_content{font-size: 18px;}

#wr_subject{border: 0; font-weight: bold; font-size: 35px; -webkit-box-shadow:unset; box-shadow:unset; margin-bottom: 50px;}

/* 일반게시판 */
#bo_v_img a.view_image{text-align: center;}
.td_name.sv_use{text-align: center !important;}
#bo_v_con{font-size: 16px;}
.cmt_btn span.total{color: var(--main-color);}
.cmt_btn span.total:after{background-color: var(--main-color);}

/* 타이핑 게시판 */
.typing-add-field-cont h3{margin:20px 0 10px; font-size: 20px;}
.typing-grid-cont{display: grid; grid-template-columns: 1fr 1fr; gap: 5px; width: 200px; font-size: 18px;}
.typing-grid-cont input{width: 100px; padding: 0 5px;}
.typing-grid-cont input:focus{outline: none;}

/* 비율 계산기 */
.calc-result{background-color: #f4f4f4; border: 1px solid #444; border-radius: 2px;}
.ratio-cont{display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 50px;}
.ratio-cont span{font-size: 20px;}
.ratio-cont .calc-num-input{width: 25%; max-width: 200px; padding: 5px; border: 1px solid #000; border-radius: 3px; text-align: center; font-size: 20px;}

/* gallery_mom */
#gridImg{position: relative; height: 90vh; max-width: 1200px; margin: auto; background-repeat: no-repeat; background-position: center; background-size: cover;}
#gridImg .grid-test {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%; max-width: 1200px; background-image: linear-gradient(to right, rgba(0,0,0,1) 1px, transparent 1px),linear-gradient(to bottom, rgba(0,0,0,1) 1px, transparent 1px);background-size: calc(25% - 0.2px) calc(25% - 0.2px); z-index: 1;}

/* hdNotice */
#hdNotice{display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; line-height: 1em; background-color: #deb3ff; font-size: 12px; font-weight: 700;}
#hdNotice .notice-close-area{display: flex; justify-content: space-between; gap: 5px; font-weight: 400;}
.label-with-check, #closeNotice{cursor: pointer;}