/* 팝업 공통 */
.popups_area {/*overflow: hidden;*/ position: absolute; top:0; left:0; max-width: 1920px; width: 100%; height: 100%; margin: 0 auto; box-sizing: border-box; font-family: 'NotoSansKR',inherit;}
/*.popups_tit {display: inline-block;}
.popups_tit .link {display: block; height: 80px; color: #333; line-height: 90px; font-size: 3rem; font-weight: 600;}*/
.popups_tbl {width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0px; font-size: 1.4rem;}
.popups_area .ipt_txt {height: 34px; padding: 0em 0.8em; font-size: 1.4rem; color: #333; border: 1px solid #ddd; border-radius: 0.4em; box-sizing: border-box; vertical-align: middle;}
.popups_area .ipt_txt:focus {-webkit-tap-highlight-color: transparent; outline: none; -ms-touch-action: manipulation; touch-action: manipulation; border: 1px solid #f46f21;}
.popups_area .ipt_slct {height: 34px; padding: 0em 0.8em; font-size: 1.4rem; color: #333; border: 1px solid #ddd; border-radius: 0.4em; box-sizing: border-box; vertical-align: middle;}
.popups_area .ipt_slct:focus {-webkit-tap-highlight-color: transparent; outline: none; -ms-touch-action: manipulation; touch-action: manipulation; border: 1px solid #f46f21;}
.popups_area .ipt_txa {width: 100%; height: 10em; padding: 0.8em 1em; font-size: 1.4rem; color: #333; border: 1px solid #ddd; border-radius: 0.4em; box-sizing: border-box;}
.popups_area .ipt_txa:focus {-webkit-tap-highlight-color: transparent; outline: none; -ms-touch-action: manipulation; touch-action: manipulation; border: 1px solid #f46f21;}
.popups_area .ipt_file {width: 75px;}
.popups_area .ipt_chk {vertical-align: middle;}
.popups_area .ipt_label {vertical-align: middle; cursor: pointer;}
.popups_area .c_red {color:red; font-size:1.3rem;}
.popups_area .c_gray {color:#999;}

.popups_btn {display: inline-block; padding: 0.7em 0.8em; margin: 0 auto; color:#808080; font-weight: 400; background-color: #fff; border: 1px solid #b7b7b7; border-radius: 0.2em; transition: 0.2s; vertical-align: middle; font-family: inherit; line-height: 1; font-size: 1.4rem; text-align: center;}
.popups_btn:hover {color: #fff; background-color: #3c528c; border: 1px solid #3c528c;}

/* 개별 팝업 */
.popups_item {display: none; position: absolute; top: 0; left: 0; max-width: 100%; box-shadow: 1px 1px 3px rgba(0,0,0,0.7); background-color: #fff; box-sizing: border-box; overflow: hidden; border-radius: 3px; z-index:999999999;}
.popups_item.show {display: block;}
.popups_item.max_h {height: 100vh !important; width: auto !important;}
.popups_item.max_w {height: auto !important; width: 100% !important;}
.popups_item_cont {overflow: hidden; width: 100%; height: calc(100% - 35px);}
.popups_item_link {overflow: hidden; display: block; width: 100%; height: 100%;}
/*.popups_item_tit {padding:0.2em 0; text-align:center; font-weight:600; font-size:1.3rem;} 22.01.27 66,68과 달라 아래줄로 변경*/
.popups_item_tit {padding:10px 0; text-align:center; font-weight:600; font-size:13px;}
.popups_item_img {display: block; max-width: 100%; max-height: 100%; margin: 0;}
.popups_item_editor_cont {display:none; overflow-x:hidden; overflow-y:auto; height:calc(100% - 30px); width:100%; padding:15px; box-sizing:border-box;}
.popups_item_editor_cont::-webkit-scrollbar {
  width: 8px;
}
.popups_item_editor_cont::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
}
.popups_item_editor_cont::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}
.popups_item_editor_cont.show {display:block;}
.popups_item_editor_cont img {max-width:100%; height: auto !important;}
.popups_item_foot {display: flex; height: 35px; box-sizing: border-box; justify-content: space-between;}
.popups_item_foot button{display: block; position: relative; overflow: hidden; flex: 1; padding: 0; background-color: #fff; border: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-family: 'NotoSansKR'; font-size: 12px; transition-duration: .3s;}
.popups_item_foot button::before{position: absolute; top: -100%; transition:top .3s; color: #fff; transform: translateY(-50%);}
.popups_item_foot .popups_btn_today::before{content: '1일 동안 보지 않음';}
.popups_item_foot .popups_btn_cls::before{content: '닫기';}
.popups_item_foot .popups_btn_today{border-right: 1px solid #ddd;}
.popups_item_foot button:hover{background-color: #157cbc; color: transparent; border-color: #157cbc;}
.popups_item_foot button:hover::before{top:50%;}



@media screen and (max-width:1020px) {
	.popups_item {top:0 !important; left:0 !important;}
	.popups_item_cont video {width: 100%;}
	.popups_item_cont iframe {width: 100%;}
}

/* 팝업 등록 */
.popups_tbl_write {overflow: hidden; width: 100%; margin-bottom: 2%; border-top: 1px solid #ccc; border-radius: 10px; box-shadow: 1px 1px 3px rgba(0,0,0,0.5); box-sizing: border-box; font-size: 1.4rem;}
.popups_tbl_write th {width: 20%; padding: 0.8em 0.2em; border-bottom: 1px solid #9ab0cb; background-color: #5b799e; text-align: center; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); line-height: 2;}
.popups_tbl_write tr:last-of-type th {border-bottom: 0;}
.popups_tbl_write td {width: 85%; padding: 0.8em 1.2em; color: #333; border-bottom: 1px solid #ddd; line-height: 2;}
.popups_tbl_write tr:last-of-type td {border-bottom: 0;}
.popups_tbl_write td * {vertical-align: middle;}
.popups_tbl_write td.efct {position: relative;}
.popups_tbl_write .ipt_txt {width: 100px;}
.popups_tbl_write .ipt_txt.sbj {width: 100%;}
.popups_tbl_write .ipt_txt.px {width: 60px; text-align: right;}
.popups_tbl_write .ipt_txt.date {width: 105px; text-align: right;}
.popups_tbl_write .ipt_txt.link {width:100%;}
.popups_tbl_write .item {margin-bottom: 3px;}
.popups_tbl_write td .txt {display: inline-block; margin-right: 0.6em;}
.popups_tbl_write .ipt_file {display:block; width:100%;}

.popups_tbl_efct_area {position: absolute; top: 50%; right: 40%; max-height:450px; transform: translate(50%,-50%);}
.popups_tbl_efct_area .cont {overflow: hidden; border-radius: 3px;}

.popups_submit_btn_area {display: flex; justify-content: center;}
.popups_submit_btn_area .popups_btn {flex: 0 0 10%; margin: 0 5px; color: #333;}
.popups_submit_btn_area .popups_btn:hover {color: #fff;}

@media screen and (max-width:768px) {
	.popups_tbl_write td .item {display: block;}
	.popups_tbl_efct_area { transform: translate(60%,-50%);}
	
	.popups_submit_btn_area .popups_btn {flex: 0 0 20%;}
}

/* 리스트 */
.popups_btn.reg {position:absolute; top:30px; right:10px;}
.popups_tbl_list {overflow: hidden; width: 100%; margin-bottom: 2%; border-top: 1px solid #ccc; border-radius: 0.2em; box-shadow: 1px 1px 3px rgba(0,0,0,0.5); box-sizing: border-box; font-size: 1.4rem;}
.popups_tbl_list tr.bg_gray {background-color:#ccc;}
.popups_tbl_list th {padding: 0.8em 0; border-bottom: 1px solid #9ab0cb; background-color: #5b799e; text-align: center; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); line-height: 1.5;}
.popups_tbl_list td {padding: 0.8em 0.3em; color: #333; border-bottom: 1px solid #ddd; line-height: 1.5; text-align: center;}
.popups_tbl_list .col01 {width: 50px;}
.popups_tbl_list .col02 {}
.popups_tbl_list .col03 {width: 40px;}
.popups_tbl_list .col04 {width: 40px;}
.popups_tbl_list .col05 {width: 100px;}
.popups_tbl_list .col06 {width: 100px;}
.popups_tbl_list .col07 {width: 100px;}
.popups_tbl_list .col08 {width: 100px;}
.popups_tbl_list .col09 {width: 150px;}
.popups_tbl_list .icon_mobi {display: none;}

@media screen and (max-width:768px) {
	.popups_tbl_list {display: block;}
	.popups_tbl_list thead {display: none;}
	.popups_tbl_list tbody {display: block;}
	.popups_tbl_list tr {display: flex; flex-wrap: wrap; align-items: center; border-bottom: 3px solid #ccc;}
	.popups_tbl_list td {display: block;}
	.popups_tbl_list .col01 {flex: 0 0 30px; width: 30px; font-weight: 600; color: #fff; background-color: #5b799e;}
	.popups_tbl_list .col02 {flex: 1 1 calc(100% - 30px); font-weight: 600; color: #fff; background-color: #5b799e;}
	.popups_tbl_list .col03 {flex: 1 1 auto; height: 46px;}
	.popups_tbl_list .col04 {flex: 1 1 auto; height: 46px;}
	.popups_tbl_list .col05 {flex: 1 1 auto; height: 46px;}
	.popups_tbl_list .col06 {flex: 1 1 auto; height: 46px;}
	.popups_tbl_list .col07 {flex: 1 1 auto; height: 46px;}
	.popups_tbl_list .col08 {flex: 1 1 auto; height: 46px;}
	.popups_tbl_list .popups_btn {padding: 0.5em 0.8em;}
	.popups_tbl_list .icon_mobi {display: inline-block; margin-right: 5px; color: #bbb; font-size: 15px;}
}

.popups_icon_btn {width: 25px; height: 25px; border: 1px solid #ddd; background-color: #fff; border-radius: 100%; line-height: 22px; text-align: center; color: #3c528c;}
.popups_icon_btn:hover {background-color: #3c528c; border: 1px solid #3c528c; color: #fff;}
.popups_icon_btn.disabled {color:#ddd; cursor:default;}
.popups_icon_btn.disabled:hover {color:#ddd; background:none; border:1px solid #ddd;}










