1291 lines
107 KiB
CSS
1291 lines
107 KiB
CSS
/* 공통영역 */
|
|
.tooltip-wrap {position: relative; z-index: 100;}
|
|
.popup-com {display: none;position: fixed; border-radius: 10px;background-color: #fff;box-shadow: 5px 5px 15px rgba(0,0,0,0.5); overflow: hidden;opacity:0;transition:opacity 0.3s;}
|
|
.popup-com .popup_heading {background-color: #fbc72b; position: relative; padding: 15px 20px; }
|
|
.popup-com .popup_heading p {font-size: 22px; font-weight: 600;}
|
|
.popup-com .popup_heading button {position: absolute; top: 50%; transform: translateY(-50%); right: 20px;}
|
|
.popup-com .titBox>button {height: 36px;}
|
|
|
|
.popup-com {overflow-y:auto;max-height:calc(100% - 100px);}
|
|
.popup-com::-webkit-scrollbar {width:5px;}
|
|
.popup-com::-webkit-scrollbar-track {border-radius:3px;}
|
|
.popup-com::-webkit-scrollbar-thumb {background:#002c9a;border-radius:3px;}
|
|
|
|
.mask {left:-9999%;top:-9999%;}
|
|
.mask.on {overflow:hidden;position:fixed;left:0;top:0;width:100%;min-width:1920px;height:100%;background: rgba(0,0,0,0.5);z-index:99;}
|
|
|
|
/* 공통 */
|
|
.popup_search_wrap.type2{margin: 0 0 30px 0; padding: 15px 20px; border-radius: 5px;}
|
|
.popup_search_wrap.grayborder{border: 1px solid #d5d5d5;}
|
|
.popup_search_wrap.grayfill{background-color: #f2f2f2;}
|
|
|
|
.popup_button_type{height: 40px; padding: 0 15px; border-radius: 5px; font-size: 16px; color: #fff; background-color: #002c9a;}
|
|
.popup_search_wrap.type2 button{position: inherit; transform: none; margin: 0 4px;}
|
|
.popup_search_wrap.type2 button:first-child{margin-left: 0;}
|
|
.popup_search_wrap.type2 button:last-child{margin-right: 0;}
|
|
|
|
.popup_search_wrap input[type="text"].inputType{height: 40px; margin: 0 4px; padding: 0 15px; border: 0; border-radius: 5px; background-color: #fff; font-size: 16px; color: #222;}
|
|
.popup_search_wrap input[type="text"].inputType:first-child{margin-left: 0;}
|
|
.popup_search_wrap input[type="text"].inputType:last-child{margin-right: 0;}
|
|
|
|
.popup_search_wrap .popup_select_type{height: 40px; margin: 0 4px; padding: 0 15px; border: 0; border-radius: 5px; background: #fff url(/publish/images/popup/select2.png) no-repeat calc(100% - 15px) center; font-size: 16px; color: #222;}
|
|
.popup_search_wrap .popup_select_type:first-child{margin-left: 0;}
|
|
.popup_search_wrap .popup_select_type:last-child{margin-right: 0;}
|
|
|
|
.popup_title_18{font-size: 18px; font-weight: bold;}
|
|
|
|
.popup_table_type2{width: 100%; table-layout: fixed; border-top: 2px solid #000; margin: 15px 0 0 0;}
|
|
.popup_table_type2 tr{border-bottom: 1px solid #d5d5d5;}
|
|
.popup_table_type2 th{padding: 10px 0 0 0; text-align: left; font-weight: 500;}
|
|
.popup_table_type2 td{padding: 10px; text-align: right;}
|
|
|
|
/* 메인 팝업 */
|
|
/* .layer_popup_wrap{position: fixed; width: 100%; height: 100%; z-index: 999; background-color: rgba(0,0,0,0.5); left: 0; top: 0;} */
|
|
.layer_popup_wrap{position:fixed;left:50%;top:39%;margin:60px 0 0;z-index:999;transform:translate(-50%,-50%);}
|
|
.layer_popup_wrap .layer_popup{margin: 0 30px;box-shadow:5px 5px 15px rgba(0,0,0,0.5);}
|
|
.layer_popup_wrap .layer_popup:first-child{margin-left: 0;}
|
|
.layer_popup_wrap .layer_popup:last-child{margin-right: 0;}
|
|
.layer_popup_wrap .popup_inner{position: relative; display: flex; width: 100%; height: 100%; vertical-align: middle; justify-content: center; align-items: center;}
|
|
.layer_popup_wrap .popup_btm{background-color: #fff; padding: 17px 20px;}
|
|
.layer_popup_wrap .popup_close{float: right;}
|
|
.layer_popup_wrap input[type="checkbox"]{display: none;}
|
|
.layer_popup_wrap input[type="checkbox"]+label{border-radius: 5px;display: inline-block; position: relative; cursor: pointer; vertical-align: middle; margin: 5px 0 0 0; padding:0 0 0 30px; font-family: 'GmarketSansMedium';}
|
|
.layer_popup_wrap input[type="checkbox"]+label::after{position: absolute;content: "";display: inline-block;width:18px;height: 18px;background-color: #fff;background-repeat: no-repeat;top: -4px;left: 0;border-radius: 5px; border: 1px solid #000;}
|
|
.layer_popup_wrap input[type="checkbox"]:checked+label{position: relative;}
|
|
.layer_popup_wrap input[type="checkbox"]:checked+label::after{background-image: url(/publish/images/event/icon_checked01.png);background-position: center;background-color: #fbc72b;}
|
|
.layer_popup_wrap02{position:fixed;left:50%;top:50%;margin:60px 0 0;z-index:999;transform:translate(-50%,-50%);}
|
|
.layer_popup_wrap02 .layer_popup{margin: 0 30px;box-shadow:5px 5px 15px rgba(0,0,0,0.5);}
|
|
.layer_popup_wrap02 .layer_popup:first-child{margin-left: 0;}
|
|
.layer_popup_wrap02 .layer_popup:last-child{margin-right: 0;}
|
|
.layer_popup_wrap02 .popup_inner{position: relative; display: flex; width: 100%; height: 100%; vertical-align: middle; justify-content: center; align-items: center;}
|
|
.layer_popup_wrap .popup_range {display:flex; flex-direction:column;}
|
|
|
|
/* layer_tType1 */
|
|
.popTable_wrap {border: 1px solid #ccc; border-radius: 5px;}
|
|
.layer_tType2 {width: 100%; text-align: center;}
|
|
.layer_tType2 thead tr {background-color: #e8e8e8; height: 38px; line-height: 38px;}
|
|
.layer_tType2 thead tr th {font-size: 16px; border-bottom: 1px solid #a2a2a2; position: relative;}
|
|
.layer_tType2 thead tr th::after {content: ""; background-color: #d4d4d4; width: 1px; height: 14px; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
|
|
.layer_tType2 thead tr th:last-child::after {content: none;}
|
|
.layer_tType2 tbody tr td {font-size: 14px; color: #666; height: 30px; line-height: 30px; border-bottom: 1px solid #e5e6e7; background-color: #f2f2f2;}
|
|
.layer_tType2 tbody tr:last-child td {border-bottom: 0;}
|
|
.layer_tType2 tbody tr.error * {color: #e40000;}
|
|
.layer_tType2 tbody tr td .pop_select {font-size: 13px; font-weight: 300; background-color: #fff; width: 90%; border-radius: 3px; background-image: url(/publish/images/content/select_s.png);background-repeat: no-repeat;background-position: right 5px top 50%;font-family: 'Noto Sans KR', sans-serif; cursor: pointer; padding: 3px 5px;}
|
|
|
|
/* 팝업 table */
|
|
/* thead */
|
|
.adr_excel {border: 1px solid #ccc; border-radius: 5px;}
|
|
.adr_excel .adr_hd { display: inline-flex; height: 36px; line-height: 36px; font-size: 16px; box-sizing: border-box; position: relative; z-index: 0; background-color: #e8e8e8; text-align: center; border-radius: 3px 3px 0 0;}
|
|
.adr_excel .adr_hd>div {border-bottom: 1px solid #9fa0a0; position: relative;}
|
|
.adr_excel .adr_hd>div::after {content: ""; background-color: #d4d4d4; width: 1px; height: 14px; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
|
|
.adr_excel .adr_hd .group_input:after {content: none;}
|
|
.adr_excel .sort_wrap {display:inline-block;}
|
|
.adr_excel .sort_wrap img {margin-bottom: 5px;}
|
|
.adr_excel .sort_wrap button:nth-child(2) img {margin-left: -3px;}
|
|
|
|
/* 주소록 대량등록 colgruop */
|
|
/* .adr_excel .adr_hd>div:nth-child(1), .adr_excel .adr_bd>div:nth-child(1) {width: 40px;}
|
|
.adr_excel .adr_hd>div:nth-child(2), .adr_excel .adr_bd>div:nth-child(2) {width: 9%;}
|
|
.adr_excel .adr_hd>div:nth-child(3), .adr_excel .adr_bd>div:nth-child(3) {width: 10%;}
|
|
.adr_excel .adr_hd>div:nth-child(4), .adr_excel .adr_bd>div:nth-child(4) {width: 19%;}
|
|
.adr_excel .adr_hd>div:nth-child(5), .adr_excel .adr_bd>div:nth-child(5) {width: 12%;}
|
|
.adr_excel .adr_hd>div:nth-child(6), .adr_excel .adr_bd>div:nth-child(6) {width: 12%;}
|
|
.adr_excel .adr_hd>div:nth-child(7), .adr_excel .adr_bd>div:nth-child(7) {width: 12%;}
|
|
.adr_excel .adr_hd>div:nth-child(8), .adr_excel .adr_bd>div:nth-child(8) {width: 12%;}
|
|
.adr_excel .adr_hd>div:nth-child(9), .adr_excel .adr_bd>div:nth-child(9) {width: 10%;} */
|
|
.adr_excel .adr_hd>div,.adr_excel .adr_bd>div{width:calc((100% - 40px)/7);}
|
|
.adr_excel .adr_hd>div:nth-child(1),.adr_excel .adr_bd>div:nth-child(1){width:40px;}
|
|
.adr_excel .adr_hd.select_adr_hd{background:#e0e0e0;}
|
|
.adr_excel .adr_hd>div select{width:calc(100% - 8px);height:36px;background:transparent url(/publish/images/select_search.png) no-repeat 90% 15px;background-size:16px auto;margin:-8px 0 0 0;border:0;text-align:center;line-height:1.3;}
|
|
.adr_excel .adr_hd>div:last-child::after{display:none;}
|
|
.adr_excel .adr_hd.msg>div:first-child::after{display:none;}
|
|
|
|
/* 붙여넣기 colgroup */
|
|
/* .excel_paste .adr_hd>div:nth-child(1), .excel_paste .adr_bd>div:nth-child(1) {width: 40px;}
|
|
.excel_paste .adr_hd>div:nth-child(2), .excel_paste .adr_bd>div:nth-child(2) {width: 8%;}
|
|
.excel_paste .adr_hd>div:nth-child(3), .excel_paste .adr_bd>div:nth-child(3) {width: 10%;}
|
|
.excel_paste .adr_hd>div:nth-child(4), .excel_paste .adr_bd>div:nth-child(4) {width: 14%;}
|
|
.excel_paste .adr_hd>div:nth-child(5), .excel_paste .adr_bd>div:nth-child(5) {width: 11%;}
|
|
.excel_paste .adr_hd>div:nth-child(6), .excel_paste .adr_bd>div:nth-child(6) {width: 11%;}
|
|
.excel_paste .adr_hd>div:nth-child(7), .excel_paste .adr_bd>div:nth-child(7) {width: 11%;}
|
|
.excel_paste .adr_hd>div:nth-child(8), .excel_paste .adr_bd>div:nth-child(8) {width: 11%;}
|
|
.excel_paste .adr_hd>div:nth-child(9), .excel_paste .adr_bd>div:nth-child(9) {width: 10%;}
|
|
.excel_paste .adr_hd>div:nth-child(10), .excel_paste .adr_bd>div:nth-child(10) {width: 10%;} */
|
|
|
|
/* 주소록 불러오기 */
|
|
.adr_pop_list2 {width: 100%; margin: 10px 0 23px 0; float: left;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(1), .adr_pop_list2 .adr_bd>div:nth-child(1) {width: 40px;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(2), .adr_pop_list2 .adr_bd>div:nth-child(2) {width: 18%;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(3), .adr_pop_list2 .adr_bd>div:nth-child(3) {width: 16%;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(4), .adr_pop_list2 .adr_bd>div:nth-child(4) {width: 21%;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(5), .adr_pop_list2 .adr_bd>div:nth-child(5) {width: 10%;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(6), .adr_pop_list2 .adr_bd>div:nth-child(6) {width: 10%;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(7), .adr_pop_list2 .adr_bd>div:nth-child(7) {width: 10%;}
|
|
.adr_pop_list2 .adr_hd>div:nth-child(8), .adr_pop_list2 .adr_bd>div:nth-child(8) {width: 10%;}
|
|
.adr_pop_list2.adr_excel .adr_bd_wrap {height: 345px;}
|
|
|
|
/* tbody */
|
|
.adr_excel .adr_bd_wrap {background-color: #f2f2f2;}
|
|
/* .excel_paste .adr_bd_wrap {height: 169px;} */
|
|
.adr_excel .adr_bd { display: flex; height: 34px; line-height: 34px; font-size: 14px; box-sizing: border-box; text-align: center; color: #555; font-weight: 300;}
|
|
.adr_excel .adr_bd span {font-weight: 400;}
|
|
.adr_excel .adr_bd>div {height: 34px; padding: 0 5px; line-height: 34px; border-bottom: 1px solid #e5e5e5; text-align: center; color: #666; font-weight: 300; box-sizing: border-box;}
|
|
.adr_excel .adr_bd:last-child>div {border-bottom: 0;}
|
|
.adr_excel .adr_bd.error * {color: #e40000 !important; font-weight: 400;}
|
|
/* .excel_paste .adr_bd select {font-size: 13px; font-weight: 300; background-color: #fff; width: 100%; border-radius: 3px; background-image: url(/publish/images/content/select_s.png);background-repeat: no-repeat;background-position: right 5px top 50%;font-family: 'Noto Sans KR', sans-serif; cursor: pointer; padding: 0 5px;} */
|
|
|
|
/*// 팝업 table */
|
|
|
|
|
|
/* 맞춤제작 */
|
|
.custom_layer {width: 850px; }
|
|
.custom_layer .layer_in {display: flex; height: calc(100% - 52px);}
|
|
.custom_layer .layer_in .header_cont {width: 220px; background-color: #222; padding: 15px 20px 12px 20px; box-sizing: border-box;}
|
|
/* header cont */
|
|
.header_cont {color: #fff;box-sizing: border-box;line-height: 1.3;}
|
|
.header_cont h3 {font-size: 18px;font-weight: 500;padding-bottom: 6px;}
|
|
.contWrap_scroll {height: 330px;}
|
|
.header_cont .contWrap {display: flex;justify-content: space-between;flex-flow: wrap;}
|
|
.header_cont .contWrap li {width: calc(100%/2 - 7px);margin-bottom: 12px;}
|
|
.header_cont .contWrap li img {width: 100%; border-radius: 3px;}
|
|
.contWrap_scroll .mCSB_outside + .mCSB_scrollTools {right: -18px;}
|
|
.contWrap_scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color: #555;}
|
|
.contWrap_scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {background-color: rgba(255,255,255,0.5);}
|
|
.header_cont .search_box {margin: 0 0 10px 0;position: relative;}
|
|
.header_cont .search_box input[type="text"] {width: 100%;height: 34px;border-radius: 3px;margin-bottom: 5px;font-size: 14px;}
|
|
.header_cont .search_box button {position: absolute;top: 5px; right: 10px;}
|
|
.header_cont .search_box select {width: 100%;height: 34px;padding-left: 10px; border-radius: 3px; border: 1px solid #fbc72b; background-color: #434343;color: #fff;font-size: 14px;background-image: url(/publish/images/popup/select.png);background-repeat: no-repeat;background-position: 93% center;}
|
|
.header_cont.recomTem_cont .contWrap li img {width: 100%; border-radius: 3px;}
|
|
.header_cont .slectImg_cont {overflow:hidden;display:flex;height:270px;margin:0 0 10px;align-items:center;background:#fff;border-radius:5px;}
|
|
.header_cont .slectImg_cont img {width:100%;}
|
|
/* body cont */
|
|
.custom_layer .layer_in .body_cont {width:calc(100% - 220px); padding: 25px; box-sizing: border-box;}
|
|
.custom_layer .body_cont>p {font-size: 18px; font-weight: 500;}
|
|
.custom_layer .body_cont table {width: 100%; text-align: left; font-weight: 400; margin-top: 12px; table-layout: fixed;}
|
|
.custom_layer .body_cont table tr {border-bottom: 1px solid #e5e5e5;}
|
|
.custom_layer .body_cont table tr:first-child {border-top: 2px solid #000;}
|
|
.custom_layer .body_cont table tr th {padding: 13px 9px; vertical-align: top;text-align:left;}
|
|
.custom_layer .body_cont table tr td {padding: 10px 0; position: relative;}
|
|
.custom_layer .body_cont table tr td>span {font-size: 12px; font-weight: 500; color: #e40000; display: block; }
|
|
/* 제작형태 */
|
|
.custom_layer .body_cont table tr.custom_put1 td input[type="radio"]+label {font-size: 15px; color: #555; font-weight: 400;}
|
|
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_list {padding-bottom: 8px; border-bottom: 1px solid #d5d5d5; margin-bottom: 6px;}
|
|
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_list .price {position: absolute; right: 0px; color: #555; font-weight: 300;}
|
|
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_list .price span {font-weight: 500;}
|
|
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt {margin-top: 14px;}
|
|
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt p {font-size: 14px; color: #333; font-wieght: 300;}
|
|
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt p:first-child {margin-bottom: 10px;}
|
|
/* 제공방법 */
|
|
.custom_layer .body_cont table tr.custom_put2 th {vertical-align: middle;}
|
|
.custom_layer .body_cont table tr.custom_put2 td {vertical-align:middle; height: 50px; display: flex; align-items: center;}
|
|
.custom_layer .body_cont table tr.custom_put2 td input[type="checkbox"] {margin-right: 5px;}
|
|
.custom_layer .body_cont table tr.custom_put2 td input[type="checkbox"]+label {font-size: 15px; color: #555; font-weight: 400; margin-right: 12px;}
|
|
.custom_layer .body_cont table tr.custom_put2 td>div {display: inline-block; margin-bottom: 2px;}
|
|
.custom_layer .body_cont table tr.custom_put2 td input[type="radio"] {vertical-align: -1px;}
|
|
.custom_layer .body_cont table tr.custom_put2 td input[type="radio"]+label {font-size: 15px; color: #555; font-weight: 400; margin-right: 10px; vertical-align: 0px;}
|
|
.custom_layer .body_cont table tr.custom_put2 td>span {padding-top: 5px;}
|
|
.custom_layer .body_cont table tr.custom_put2 td .custom_provision {display:none;}
|
|
.custom_layer .body_cont table tr.custom_put2 td .custom_provision.active {display:inline-block;}
|
|
.custom_layer .body_cont table tr.custom_put2 td .radio12_input {display:none; width: 218px; height: 50px; margin-left: 6px; background-color: #f2f2f2; border-radius: 5px; color: #222;}
|
|
.custom_layer .body_cont table tr.custom_put2 td .radio12_input::placeholder {font-size: 14px; font-weight: 300; color: #a6a6a6;}
|
|
/* 연락처 */
|
|
.custom_layer .body_cont table tr.custom_put3 th {vertical-align: middle;}
|
|
.custom_layer .body_cont table tr.custom_put3 td input[type="text"] {width: 100%;height: 50px; background-color: #f2f2f2; border-radius: 5px; color: #222;}
|
|
.custom_layer .body_cont table tr.custom_put3 td input[type="text"]::placeholder {font-size: 14px; font-weight: 300; color: #a6a6a6;}
|
|
/* 요청사항 */
|
|
.custom_layer .body_cont table tr.custom_put4 td textarea {width: 100%;height: 113px; background-color: #f2f2f2; border-radius: 5px; border: none; color: #222; font-weight: 400;}
|
|
.custom_layer .body_cont table tr.custom_put4 td textarea::placeholder {font-size: 14px; color: #a6a6a6; font-weight: 300;}
|
|
/* 첨부 이미지 */
|
|
.custom_layer .body_cont table tr.custom_put5 div {margin-bottom: 5px; display: flex; justify-content: space-between;}
|
|
.custom_layer .body_cont table tr.custom_put5 div:last-child {margin-bottom: 0;}
|
|
.custom_layer .body_cont table tr.custom_put5 input[type="text"] {background-color: #f2f2f2; width: calc(100% - 102px); height: 40px; border-radius: 5px; font-size: 14px;}
|
|
.custom_layer .body_cont table tr.custom_put5 button {background-color: #6a6c72; width:92px; height: 40px; border-radius: 5px; color: #fff; font-size: 16px;}
|
|
/* 이미지 등록 */
|
|
/* .custom_layer .body_cont table tr.custom_put5 ul {display: flex; justify-content: space-between;}
|
|
.custom_layer .body_cont table tr.custom_put5 ul li {width: calc(100%/3 - 10px); height: 176px; box-sizing: border-box; position: relative; overflow: hidden; border-radius: 5px;}
|
|
.custom_layer .body_cont table tr.custom_put5 ul li img {height: 100%; width:100%}
|
|
.custom_layer .body_cont table tr.custom_put5 .no_img {background-color: #f2f2f2;height: 176px; box-sizing: border-box; position: relative; overflow: hidden;}
|
|
.custom_layer .body_cont table tr.custom_put5 .no_img button.img_add {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10}
|
|
.custom_layer .body_cont table tr.custom_put5 .no_img button.img_add i {background-image: url(/publish/images/popup/add_img2.png); background-repeat: no-repeat; width: 40px; height: 40px;}
|
|
.custom_layer .body_cont table tr.custom_put5 .no_img button.img_add:hover i {background-image: url(/publish/images/popup/add_img2_on.png);}
|
|
.custom_layer .body_cont table tr.custom_put5 button.img_close {position: absolute; top: 6px; right: 6px; z-index:10}
|
|
.custom_layer .body_cont table tr.custom_put5 button.img_close i {background-image: url(/publish/images/popup/preview_img_close_on.png); width: 20px; height: 20px;} */
|
|
|
|
.custom_layer .body_cont .custom_btn {width: 226px; display: flex; justify-content: space-between; margin: 18px auto 0 auto;}
|
|
.custom_layer .body_cont .custom_btn button {width: calc(100%/2 - 3px); height: 42px; color: #fff; font-size: 18px; border-radius: 5px;}
|
|
.custom_layer .body_cont .custom_btn button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
|
|
.custom_layer .body_cont .custom_btn button:first-child {background-color: #002c9a;}
|
|
.custom_layer .body_cont .custom_btn button:last-child {background-color: #999;}
|
|
/* //맞춤제작 */
|
|
|
|
/* 내보관함 상세보기 */
|
|
.custom_layer.customVeiw01 {width: 700px;}
|
|
.custom_layer.customVeiw01 .layer_in .body_cont {width: 100%;}
|
|
.custom_layer .body_cont table tr.custom_view1 th {padding: 18px 9px;}
|
|
.custom_layer .body_cont table tr.custom_view1 td {padding: 18px 0; box-sizing: border-box; font-weight: 300; vertical-align: middle;}
|
|
.custom_layer .body_cont table tr.custom_view1 td p {padding-bottom: 6px;}
|
|
.custom_layer .body_cont table tr.custom_view1 td p:last-child {padding-bottom: 0;}
|
|
.custom_layer .body_cont table tr.custom_view2 th {padding: 18px 9px;}
|
|
.custom_layer .body_cont table tr.custom_view2 td {padding: 18px 0;}
|
|
|
|
/* 임시 버튼 */
|
|
.popup_btn_wrap {height: 500px; margin: 50px;}
|
|
.popup_btn {display: flex; justify-content: center;}
|
|
.popup_btn button {height: 42px; padding: 0 28px; border-radius: 5px; background-color: #002c9a; font-size: 16px; color: #fff;}
|
|
.popup_btn button i {background-image: url(/publish/images/content/customReq.png); width: 22px; height: 18px; margin: 0 10px 3px 0 ;}
|
|
.popup_btn button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12); background-color: #002788;}
|
|
|
|
/* 불러오기 공통영역 */
|
|
.import_layer {width: 800px;}
|
|
.import_layer .layer_in {padding: 25px 20px;}
|
|
.import_layer .layer_in .titBox {margin: 15px 0;}
|
|
.import_layer .layer_in .titBox span {color: #222; font-weight: 500;}
|
|
.popup_btn_wrap2 {width: 226px; margin: 30px auto 0 auto; display: flex; justify-content: center;}
|
|
.popup_btn_wrap2 button {width: calc(100%/2 - 3.5px); height: 42px; border-radius: 5px;color: #fff; font-size: 18px; font-weight: 300;}
|
|
.popup_btn_wrap2 button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
|
|
.popup_btn_wrap2 button:first-child {background-color: #002c9a; margin-right: 6px}
|
|
.popup_btn_wrap2 button:first-child:only-child {margin-right:0}
|
|
.popup_btn_wrap2 button:nth-child(2) {background-color: #002c9a; margin-right: 6px}
|
|
.popup_btn_wrap2 button:last-child {background-color: #999;}
|
|
.popup_btn_wrap2 button.check_btn_pop {background-color: #002c9a;}
|
|
|
|
.popup_btn_wrap3 {text-align: center;}
|
|
.popup_btn_wrap3 button {width: 120px; height: 42px; font-size: 18px;}
|
|
|
|
|
|
|
|
/* 주소록 불러오기 */
|
|
.popup_search_wrap {margin: 10px 0;}
|
|
.popup_search_wrap .tab_depth1 {width: 140px; text-align: center; float: left;}
|
|
.popup_search_wrap .tab_depth1 a {width: 70px;}
|
|
.popup_search_wrap .tab_depth1 .on_active {width: 70px;}
|
|
.popup_search_wrap .group_input {float: right; position: relative;}
|
|
.popup_search_wrap input[type="text"] {width: 180px; height: 36px; border-radius: 3px; border: 1px solid #ccc;}
|
|
.popup_search_wrap button {position: absolute; top: 50%; transform: translateY(-50%); right: 10px;}
|
|
|
|
/* 엑셀파일 불러오기 */
|
|
.import_layer .excel_middle {padding: 9px 10px;}
|
|
.popup-com .titBox {font-size: 14px;}
|
|
.popup-com .titBox.titBox_pad {padding:20px;}
|
|
/* .import_layer .titBox>button {height: 30px; font-size: 14px;} */
|
|
.import_layer .titBox button.excel_btn i {background-image: url(/publish/images/content/excel_img.png); width: 17px; height: 15px; margin: 0 5px 2px 0;}
|
|
|
|
.execl_upload_layer .btn_list_detail{display:inline-flex;width:24px;height:24px;margin:-2px 0 0 0;border:1px solid #a5a5a5;border-radius:5px;justify-content:center;align-items:center;}
|
|
.execl_upload_layer .btn_list_detail img{width:calc(100% - 8px);}
|
|
.execl_upload_layer .file_add{height:55px;}
|
|
.execl_upload_layer .file_add img{width:23px;}
|
|
.execl_upload_layer .file_upload_wrap .btnType.c3{height:55px;}
|
|
.execl_upload_layer .popup_btn_wrap2{margin:0 auto !important;}
|
|
|
|
/* 주소록 상세 결과 */
|
|
.adr_layer.adr_popup14.adr_detail_result .table_top{display:flex;flex-wrap:wrap;flex-direction:column-reverse;align-items:flex-end;}
|
|
.adr_layer.adr_popup14.adr_detail_result .table_top p{width:100%;background:#f4f5f6;padding:8px;box-sizing:border-box;border-radius:5px;margin:10px 0 0 0;}
|
|
.adr_layer.adr_popup14.adr_detail_result .table_top p span{font-weight:bold;}
|
|
|
|
/* TXT파일 불러오기 */
|
|
.import_layer .txt_file_title p {font-size: 20px; text-align: center; margin: 30px 0;}
|
|
.import_layer .attachedFile {text-align: center; padding: 20px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
|
|
.import_layer .attachedFile input[type="text"] {width: 425px; height: 40px; border-radius: 5px; margin: 0 1px 0 11px; background-color: #f2f2f2;}
|
|
.import_layer .attachedFile .attachedFile_label {font-size: 20px; color: #222;}
|
|
.import_layer .attachedFile p {font-size: 14px; color: #555; padding-top: 9px; text-align: left; padding-left: 160px;}
|
|
|
|
/* 전송내역 */
|
|
.history_layer {width: 364px;}
|
|
.history_layer .layer_in {padding: 20px 15px 30px 15px;}
|
|
.histroy_trans {height: 309px; margin-bottom: -10px;}
|
|
.histroy_trans ul {background-color: #f5f5f5; padding: 0 20px; border: 1px solid #dadada; border-radius: 0 0 5px 5px; margin-top: -3px;}
|
|
.histroy_trans ul li {position: relative; height: 30px; line-height: 30px; border-bottom: 1px solid #e8e8e8;}
|
|
.histroy_trans ul li:only-child {border-bottom: 0;}
|
|
.histroy_trans ul li p {display: inline-block; color: #666; font-size: 14px; font-weight: 300; letter-spacing: 0.5px; text-align:center;}
|
|
.histroy_trans ul li button {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
|
|
.popup_btn_wrap2.hisroy_btn {width: 178px;}
|
|
.popup_btn_wrap2.hisroy_btn button {width: calc(100%/2 - 2.5px); height: 32px; font-size: 14px;}
|
|
|
|
/* 오류검사, 테스트 검사 */
|
|
.send_hover_cont {position: absolute; background-color: #fff; padding: 15px; border-radius: 5px; box-sizing: border-box ;box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15); z-index: 9; text-align: left;font-size: 14px; color: #222; display: none;}
|
|
.send_hover_cont.on {display: block;}
|
|
.send_hover_cont p { font-weight: 500; padding-bottom: 5px;}
|
|
.send_hover_cont span {font-weight: 300; display: inline-block; line-height: 1.4; letter-spacing: -0.5px;}
|
|
.error_hover_cont {top: 45px; right: -1px; width: 320px;line-height:1.4;}
|
|
.test_hover_cont {top: 54px; right: -1px; width: 220px;}
|
|
.addr_hover_cont {top:inherit;bottom:40px;}
|
|
.sub .election .list_bottom_right .send_hover_cont{width:270px;}
|
|
|
|
|
|
/* 통신사 고객센터 정보 */
|
|
.servInfo_cont {width: 680px;}
|
|
.servInfo_cont .layer_in {padding: 40px 30px;}
|
|
.servInfo_cont .layer_in li {width: 100%; height: 80px; padding: 0 30px; border-radius: 5px; border: 1px solid #d5d5d5; margin-bottom: 10px; box-sizing: border-box; display: table;}
|
|
.servInfo_cont .layer_in li:last-child {margin-bottom: 0;}
|
|
.servInfo_cont .layer_in li>div {display: table-cell; vertical-align: middle;}
|
|
.servInfo_cont .layer_in li>div>div {display: inline-block; width: 150px;}
|
|
.servInfo_cont .layer_in li p {display: inline-block; vertical-align: middle; width: calc(100% - 200px); font-size: 18px; color: #222;}
|
|
.servInfo_cont .layer_in li img {vertical-align: middle;}
|
|
|
|
/* 미니 팝업 */
|
|
.btn_popup_wrap {position: relative;}
|
|
/* .btn_popup_wrap.spc_wrap {z-index: 9;} */
|
|
.btn_popup_wrap.convers_wrap {z-index: 8;}
|
|
.send_miniPop {width: 220px; padding-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; position: absolute; top: 45px; left: 10px;box-sizing: border-box; display: none; background-color: #fff; box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12); text-align: center;}
|
|
.send_miniPop.on {display: block;}
|
|
|
|
/* 특수문자 */
|
|
.send_miniPop.spc_character{width: 260px;padding: 20px 5px; z-index: 9; text-align: center;}
|
|
.send_miniPop.spc_character .tab_character{display: flex; justify-content: space-between; padding-bottom: 0; border: 0; margin-bottom: 10px; width: calc(100% - 20px); margin: 0 auto 10px;}
|
|
.send_miniPop.spc_character .tab_character a{border: 0; font-size: 14px; letter-spacing: -1px; margin-right: 10px; width: auto; height: auto;}
|
|
.send_miniPop.spc_character .tab_character a:last-child{margin-right: 0;}
|
|
.send_miniPop.spc_character .tab_character a:nth-child(5n){margin-right: 10px;}
|
|
.send_miniPop.spc_character .tab_character a.on{color: #002c9a; font-weight: 600;}
|
|
|
|
.send_miniPop.spc_character .cnt_character {display: none;}
|
|
.send_miniPop.spc_character.kakao_emoticon .cnt_character {display: block; height: 200px; border: 1px solid #e5e5e5; border-radius: 5px;}
|
|
.send_miniPop.spc_character .cnt_character.on{display: block; border: 1px solid #e5e5e5; border-radius: 5px; width: calc(100% - 20px); margin: 0 auto; height: 200px;}
|
|
.send_miniPop.spc_character .cnt_character .box_character{display: flex; flex-flow: wrap; justify-content: flex-start; box-sizing: border-box;}
|
|
.send_miniPop.spc_character .cnt_character a {width: calc((100% - 7px)/7); border: 1px solid #e5e5e5; height: 30px; text-align: center; margin-left: -1px; margin-top: -1px; display: flex; align-items: center; justify-content: center; font-size: 15px; letter-spacing: -1px; font-weight: 500; font-family: 'Noto Sans KR', sans-serif;}
|
|
.send_miniPop.spc_character.kakao_emoticon a img{width: 60%;}
|
|
.send_miniPop.spc_character .cnt_character a:hover{background-color: #f5f5f5;}
|
|
.send_miniPop.spc_character .cnt_character.emt_character a{width: calc(100%/3.04); letter-spacing: 0; font-size: 13px; letter-spacing: -1px;}
|
|
.send_miniPop.spc_character .cnt_character.emt_character.emt_etc a{width: 49.5%;}
|
|
.tType1 tbody tr td.putText .put_right .btn_close,.tType1 tbody tr td.kakao_template_text .put_right .btn_close{width: calc(100% - 20px); background-color: #999; color: #fff; height: 36px; font-size: 15px; border-radius: 5px; margin-top: 5px;}
|
|
.tType1 tbody tr td.kakao_template_text .put_right .kakao_emoticon .btn_close{width: 100%; background-color: #999; color: #fff; height: 36px; font-size: 15px; border-radius: 5px; margin-top: 5px;}
|
|
|
|
/* 특수문자 일괄변환 */
|
|
.send_miniPop.convers>div {width: 100%;}
|
|
.send_miniPop.convers .convers_top {padding: 15px;box-sizing: border-box; text-align: center;}
|
|
.send_miniPop.convers .convers_top span {background-color: #2a57c8; color: #fff; border-radius: 12.5px; font-size: 15px; font-weight: 500; padding: 3px 9px; letter-spacing: -0.5px;}
|
|
.send_miniPop.convers .convers_top p {font-size: 14px; color: #555; font-weight: 300; line-height: 1.3; letter-spacing: -0.5px; padding-top: 10px; text-align: left;}
|
|
.send_miniPop.convers a {color: #222; font-weight: 300; padding: 12px 0; text-align: center;}
|
|
.send_miniPop.convers .convers_middle {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
|
|
.send_miniPop.convers .convers_bottom {display: flex; flex-wrap: wrap; position: relative;}
|
|
/* .send_miniPop.convers .convers_bottom::before {content: ""; position: absolute; width: 100%; height: 1px; background-color: #ccc; top: 50%;} */
|
|
.send_miniPop.convers .convers_bottom a {width: calc(100%/2); box-sizing: border-box; border-bottom: 1px solid #ccc;}
|
|
.send_miniPop.convers .convers_bottom a:nth-child(odd) {border-right: 1px solid #ccc;}
|
|
|
|
/* 충전하기 */
|
|
.charge01_layer{width: 540px;}
|
|
.charge01_layer .layer_in{padding: 20px; box-sizing: border-box;}
|
|
.charge01_layer .area_text{margin: 0 auto 20px auto; text-align: center; font-size: 20px; font-weight: 300; color: #222; line-height: 1.5;}
|
|
.charge01_layer .area_text span{font-weight: normal; color: #002c9a;}
|
|
.charge01_layer .popup_cont ul li{height: 105px; border: 1px solid #d5d5d5; border-radius: 5px; margin-bottom: 10px; box-sizing: border-box;}
|
|
.charge01_layer .popup_cont ul li button {width: 100%; padding: 18px 20px; display: flex; font-size: 17px; color: #555; letter-spacing: -0.5px; align-items: center; line-height: 1.3; font-weight: 300;box-sizing: border-box;}
|
|
.charge01_layer .popup_cont ul li:hover{border: 3px solid #fbc72b;}
|
|
.charge01_layer .popup_cont ul li i{width: 66px; height: 66px; background-color: #e8e9eb; border-radius: 100%; margin-right: 25px; background-position: center; z-index: -1;}
|
|
.charge01_layer .popup_cont ul li:hover i{background-color: #fbc72b;}
|
|
.charge01_layer .popup_cont ul li:nth-child(1) i{background-image: url(/publish/images/popup/icon_charge1.png);}
|
|
.charge01_layer .popup_cont ul li:nth-child(2) i{background-image: url(/publish/images/popup/icon_charge2.png);}
|
|
.charge01_layer .popup_cont ul li:nth-child(3) i{background-image: url(/publish/images/popup/icon_charge3.png);}
|
|
.charge01_layer .popup_cont ul li p {text-align: left; z-index: -1;}
|
|
.charge01_layer .popup_cont ul li span{display: block; margin-bottom: 5px; font-weight: bold; color: #222;}
|
|
|
|
/* 포인트 교환 */
|
|
.point_layer {width: 670px;}
|
|
.point_layer .layer_in {padding: 25px 40px 50px 40px; box-sizing: border-box;}
|
|
.point_layer .titBox {font-size: 14px; margin: 0 0 20px 0 ;}
|
|
.point_layer .titBox p {padding: 4px 0;}
|
|
|
|
.layer_tType1{width: 100%; text-align: left; font-size: 17px; vertical-align: middle; table-layout: fixed; margin-bottom: 30px;}
|
|
.layer_tType1 tr{border-bottom: 1px solid #d5d5d5;}
|
|
.layer_tType1 tr:first-child {border-top: 2px solid #000; }
|
|
.layer_tType1 th{vertical-align: middle; text-align: left;}
|
|
.layer_tType1 th span{display: block; font-size: 16px; color: #666666; font-weight: 300;}
|
|
.layer_tType1 td{vertical-align: middle; height: 60px; box-sizing: border-box; position: relative;}
|
|
.layer_tType1 td.remain_point {text-align: right;}
|
|
.layer_tType1 td.remain_point {font-weight: 300;}
|
|
.layer_tType1 td.remain_point span {font-size: 24px; font-weight: 500; color: #e40000;}
|
|
.layer_tType1 td *{display: inline-block;}
|
|
.layer_tType1 td input[type="text"],.layer_tType1 td select{background-color: #f2f2f2;height: 40px; border-radius: 5px; margin: 0 5px;}
|
|
.layer_tType1 td select{width: 220px; border: 0; padding-left: 15px; background-image: url(/publish/images/select_search.png); background-repeat: no-repeat; background-position: 90% center;}
|
|
.layer_tType1 td input[type="radio"]+label {font-weight: 300;}
|
|
.layer_tType1 td .input_in2 {position: absolute;top: 50%;right: 15px;transform: translateY(-50%);font-weight: 300;font-size: 18px;}
|
|
.layer_tType1 tr.moneyPoint {display: none;}
|
|
|
|
/* 회원가입 본인인증 */
|
|
.certify_layer .layer_in {padding: 40px; box-sizing: border-box;}
|
|
.certify_title {font-size: 20px; font-weight: 300; line-height: 1.5; text-align: center; margin-bottom: 30px;}
|
|
.certify_title span {color: #002788; font-weight: 500;}
|
|
|
|
/* 주소록 대량등록 */
|
|
.pop_more_cont .titBox {height: 64px; margin: 15px 0 30px 0; overflow: hidden;}
|
|
.pop_more_cont .titBox p:nth-child(3) {padding: 2px 0 10px 0;}
|
|
.pop_more_wrap {text-align: center;}
|
|
.pop_more i {background-image: url(/publish/images/select_search.png); background-repeat: no-repeat; width: 16px; height: 18px; margin-left: 8px; margin-top:4px; opacity: 0.7;}
|
|
.pop_more {background-image: url(/publish/images/pop_more.png); background-repeat: no-repeat; background-size: cover; width: 145px; height: 26px; font-size: 15px; color: #555; margin-top: -60px; background-color: #fff;position:relative;z-index:1;}
|
|
/* 더보기 클릭 시 */
|
|
.pop_more_cont.pop_more_click .titBox {height: 100%;}
|
|
.pop_more_cont.pop_more_click .titBox p:nth-child(3) {padding: 2px 0;}
|
|
.pop_more_cont.pop_more_click .pop_more i{background-image: url(/publish/images/pop_more_up.png);}
|
|
|
|
/* 주소록 관리 */
|
|
.adr_layer .layer_in {padding: 30px;}
|
|
.popCont {display: none;}
|
|
.popCont.current {display: block;}
|
|
.adr_layer .list_tab_wrap2 ul {width: calc(100% - 660px);}
|
|
.adr_layer .list_tab_wrap2 ul li {flex-basis: calc(100%/2);}
|
|
.adr_layer .list_tab_wrap2 ul::after {width: calc(100% + 660px);}
|
|
|
|
.adr_pop_title {font-size: 18px; text-align: center; padding-bottom: 20px; line-height: 1.5;}
|
|
.adr_pop_title span {font-weight: 500;}
|
|
|
|
.fax_adr_layer01 .adr_excel .adr_hd>div:nth-child(n+2),.fax_adr_layer01 .adr_excel .adr_bd>div:nth-child(n+2){width: calc((100% - 40px)/3);}
|
|
.fax_adr_layer01 .adr_excel{height: 255px;}
|
|
.fax_adr_layer01 .adr_excel .adr_bd_wrap{height: calc(100% - 36px);}
|
|
.fax_adr_layer01 .popup_btn_wrap2{margin: 30px auto;}
|
|
.fax_adr_layer01 .select_btnWrap>div button{margin: 0 2px;}
|
|
.fax_adr_layer01 .select_btnWrap>div button:first-child{margin: 0 2px 0 0;}
|
|
.fax_adr_layer01 .select_btnWrap>div button:last-child{margin: 0 0 0 2px;}
|
|
.fax_adr_layer01 .adr_excel .adr_hd>div:last-child::after{display: none;}
|
|
|
|
/* 엑셀입력 */
|
|
.excel_btn2 {height: 36px; padding: 0 15px; border-radius: 5px; position: absolute; right: 0; top: 11px; border: 1px solid #129738; color: #129738;}
|
|
.adr_layer .layer_tType1 td input[type="text"], .layer_tType1 td select {height: 40px;}
|
|
.file_add {background-color: #f2f2f2; height: 80px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 30px; display: flex; align-items: center; justify-content: center;}
|
|
.file_add p {color: #666; font-weight: 300; padding-top: 4px;}
|
|
.file_add img {margin-right: 8px;}
|
|
.table_info {font-weight: 300; margin: 30px 0 10px 0 ; font-size: 16px;}
|
|
.adr_excel_btn {background-color: #f2f2f2; height: 50px; padding: 0 10px; border-radius: 5px; margin-top: 10px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; position: relative;}
|
|
.adr_excel_btn button {font-size: 14px;}
|
|
.adr_excel_btn button:last-child {height: 32px; position: absolute; top: 9px; right: 10px;}
|
|
|
|
/* 붙여넣기 */
|
|
.req_area { margin-bottom: 15px; position: relative;}
|
|
.req_area textarea {background-color: #f2f2f2; height: 160px; padding: 25px 30px; border-radius: 5px; border: 1px solid transparent; box-sizing: border-box; font-size: 14px; color: #222; font-weight: 300; font-family: 'Noto Sans KR', sans-serif;}
|
|
.req_area .text_box {background-color: #f2f2f2; padding: 25px 30px; border-radius: 5px; border: 1px solid transparent; box-sizing: border-box; font-size: 14px; line-height:20px; color: #888; font-weight: 300; font-family: 'Noto Sans KR', sans-serif;}
|
|
.req_area.active p {display: none;}
|
|
.req_area p {width: 100%; padding: 0 30px; font-size: 14px; color: #888; line-height: 1.8; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); box-sizing: border-box; display: block;}
|
|
.adr_popup_btn {text-align: center;}
|
|
.adr_popup_btn button {width: 110px; height: 42px;}
|
|
|
|
/* 그룹 합치기 */
|
|
.select_group {background-color: #f2f2f2; padding: 20px; border-radius: 5px; box-sizing: border-box;}
|
|
.select_group p {font-size: 17px;}
|
|
.select_group ul {display: flex; margin-top: 12px; flex-flow: wrap;}
|
|
.select_group ul li { height: 34px; padding: 0 40px 0 15px; background-color: #fff; border-radius: 5px; margin-right: 5px; margin-top: 5px; font-size: 16px; font-weight: 300; line-height: 34px; position: relative; box-sizing: border-box;}
|
|
.select_group ul li:nth-child(3n) {margin-right: 0;}
|
|
.select_group ul li span {color: #002c9a; font-weight: 400;}
|
|
.select_group ul li button {position: absolute; right: 15px; top: 6px;}
|
|
|
|
.gorup_join_cont .group_input {background-color: #f2f2f2; padding: 15px 20px; border-radius: 5px; display: flex; box-sizing: border-box; margin-top: 15px;}
|
|
.gorup_join_cont .group_input .input_left {width: 90px; height: calc(100% + 10px); align-self: center;}
|
|
.gorup_join_cont .group_input .input_right {display: flex; align-self: center; border-left: 1px solid #ccc;}
|
|
.gorup_join_cont .group_input .input_right input[type="text"] {background-color: transparent;}
|
|
|
|
/* 그룹 내보내기 */
|
|
.select_group2 {background-color: #f2f2f2; padding: 20px; border-radius: 5px; box-sizing: border-box;}
|
|
.select_group2 ul li {height: 32px; padding: 0 40px 0 15px; background-color: #fff; border-radius: 5px; margin-top: 5px; font-size: 16px; font-weight: 300; line-height: 34px; position: relative; box-sizing: border-box;}
|
|
.select_group2 ul li:first-child {margin-top: 0;}
|
|
.select_group2 ul li span {color: #002c9a; font-weight: 400;}
|
|
.select_group2 ul li p {position: absolute; right: 15px; top: -1px; font-size: 16px; font-weight: 500; color: #002c9a;}
|
|
.select_group_info {font-size: 14px; color: #e40000; margin-top: 8px;}
|
|
.adr_popup08 .tb_wrap {min-height: auto;}
|
|
.adr_popup08 .tType4 tbody tr:last-child td {border-bottom: 0;}
|
|
|
|
/* 주소록 인쇄 */
|
|
.adr_print {background-color: #f2f2f2; padding: 20px 0 10px 20px; border-radius: 5px; box-sizing: border-box;}
|
|
.adr_print>div {display: flex; flex-flow: wrap;}
|
|
.adr_print>div {display: inline-block; margin-right: 20px; margin-bottom: 10px;}
|
|
.adr_print input[type="checkbox"]+label {font-size: 17px; font-weight: 300; margin-left: 3px; margin-top: 2px; vertical-align: bottom;}
|
|
|
|
/* 주소록 수신 */
|
|
.list_info2 {font-size: 15px; color: #555; margin-bottom: 8px;}
|
|
.list_info2>span {font-size: 17px; font-weight: 500; color: #e40000;}
|
|
.adr_popup05 .tb_wrap {min-height: inherit;}
|
|
|
|
/* 주소록 내보내기 관리 */
|
|
.adr_layer .search_group_middle2 {background-color: #f2f2f2; padding: 10px 20px; box-sizing: border-box; border-radius: 5px; margin-bottom: 20px;}
|
|
.adr_layer .search_group_middle2 button {height: 32px; background-color: #fff; font-size: 14px;}
|
|
.adr_layer .search_group_middle2 select {height: 32px; font-size: 14px;}
|
|
.adr_layer .search_group_middle2 .btnWrap_first button {border: 1px solid #b1b1b1; color: #555;}
|
|
.adr_layer .pagination {margin: 25px auto 0 auto;}
|
|
|
|
/* 수신거부 대량등록 */
|
|
.excel_btn_wrap {position: relative; height: 50px;}
|
|
.excel_btn_wrap .excel_btn2 {top: 0;}
|
|
|
|
/* 오류검사, 테스트 검사 */
|
|
.adr_hover_cont {position: absolute; background-color: #fff; width: 250px; padding: 10px 15px; border-radius: 5px; box-sizing: border-box ;box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15); z-index: 9; top: 35px; right: -1px; text-align: left;font-size: 14px; color: #222; display: none;}
|
|
.adr_hover_cont.on {display: block;}
|
|
.adr_hover_cont p { font-weight: 400; position: relative; padding-left: 18px; color: #555;}
|
|
.adr_hover_cont p::after {content: ""; position: absolute; top: 3.5px; left: 0; background-image: url(/publish/images/content/qmIcon_xs_b.png); width: 15px; height: 15px;}
|
|
|
|
/*// 주소록 관리 */
|
|
|
|
/* 예약관리 */
|
|
/* 예약관리 - 문자내용 */
|
|
.rev_pop_in input[type="text"] {background-color: #f2f2f2; width: 100%; height: 50px; border-radius: 5px;}
|
|
.rev_pop_in input[type="text"]::placeholder {font-size: 17px; color: #222; font-weight: 400;}
|
|
.rev_pop_in input[type="text"]-ms-input-placeholder {font-size: 17px; color: #222; font-weight: 400;}
|
|
.rev_pop_middle {margin:0 0 10px;}
|
|
.rev_pop_middle span:first-child {float: left; font-size: 16px; font-weight: 300; padding-top: 5px;}
|
|
.rev_pop_middle span:last-child {float: right;}
|
|
.rev_pop_txt {overflow:hidden;overflow-y:auto;max-height:500px;background-color: #f2f2f2; width: 100%; padding: 15px; border-radius: 5px; box-sizing: border-box;}
|
|
/* .rev_pop_txt ul {display: flex;}
|
|
.rev_pop_txt ul li {width: 80px; height: 80px; border-radius: 5px; margin-right: 10px; overflow: hidden;}
|
|
.rev_pop_txt ul li img {width: 100%;} */
|
|
.rev_pop_txt ul {margin:0 0 15px;}
|
|
.rev_pop_txt ul li {margin:15px 0 0;}
|
|
.rev_pop_txt ul li:first-child {margin:0;}
|
|
.rev_pop_txt ul li img {width:100%;max-width:100%;}
|
|
.rev_pop_txt p {font-size: 16px; font-weight: 300;word-break:break-all;}
|
|
.rev_pop_txt .rev_cont {line-height: 1.5;}
|
|
/* // 예약관리 */
|
|
|
|
/* 발송관리 */
|
|
/* .rev_popup02 .layer_in>div {background-color: #f2f2f2; border-radius: 5px; padding: 40px 0; text-align: center;}
|
|
.rev_popup02 .layer_in>div p {font-size: 18px; font-weight: 300; color: #666; line-height: 1.5;}
|
|
.rev_popup02 .layer_in>div button {width: 150px; height: 40px; border: 1px solid #ccc; border-radius: 5px; color: #555; font-weight: 300; background-color: #fff; margin-top: 15px;} */
|
|
|
|
/*// 발송관리 */
|
|
|
|
/* 메모 */
|
|
.memo_wrap {background-color: #f1f1f1; padding: 20px; border-radius: 5px; margin-bottom: -10px; box-sizing: border-box;}
|
|
.memo_wrap>p {font-size: 17px; font-weight: 400;}
|
|
.memo_wrap .memo {background-color: #fff; height: 150px; border: 0; border-radius: 5px; margin-top: 15px;}
|
|
|
|
/* 주소록 불러오기 */
|
|
/* 주소록 관리 - 주소록 관리 */
|
|
.titBox button.adr_admin {color: #002c9a; padding: 0 10px; border: 1px solid #002c9a;}
|
|
.adr_wrap {display: flex; justify-content: space-between;}
|
|
/* 왼쪽 */
|
|
.adr_pop_left {width: 220px;}
|
|
.adr_left_search {position: relative;}
|
|
.adr_left_search input[type="text"] { width: 100%; height: 36px; border-radius: 5px; border: 1px solid #ccc;}
|
|
.adr_left_search button {position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
|
|
|
|
.adr_pop_box {background-color: #f2f2f2; border: 1px solid #ccc; border-radius: 5px; margin: 10px 0 23px 0;}
|
|
.adr_pop_list {height: 340px;}
|
|
.adr_cb_wrap2 {border-bottom: 1px solid #e7e7e7; padding: 10px; box-sizing: border-box; display: flex;}
|
|
.adr_cb_wrap2 p {display: inline-block; cursor: pointer;}
|
|
.adr_cb_wrap2>p {line-height: 1.3; width: 100%; padding-left: 25px; position: relative; letter-spacing: -0.5px; font-size: 14px;}
|
|
.adr_cb_wrap2 p img {margin:0 4px 2px 2px; position: absolute; left: 0; top: 3px;}
|
|
.adr_cb_wrap2.active {background-color: #e8e8e8;}
|
|
.adr_cb_wrap2.active>p {color: #002c9a; font-weight: 500; cursor: default;}
|
|
.adr_cb_wrap2 span span {color: #002c9a; font-weight: 500;}
|
|
|
|
/* .adr_cb_wrap2.total_adr_cb_wrap{background:#e5e5e5;border-radius:5px 5px 0 0;font-size:15px;justify-content:space-between;align-items:center;} */
|
|
/* .adr_cb_wrap2.total_adr_cb_wrap p{color:#002c9a;font-weight:500;text-align:right;font-size:15px;} */
|
|
/* .adr_cb_wrap2.total_adr_cb_wrap span{color:#444;font-weight:300;} */
|
|
|
|
.adr_call_popup .popup_btn_wrap2 button{width:auto;min-width:100px;padding:0 10px;}
|
|
|
|
/* 오른쪽 */
|
|
.adr_pop_right {width: calc(100% - 220px - 20px);}
|
|
.adr_pop_right .btnWrap_last {float: right;}
|
|
.adr_pop_right .btnWrap_last input[type="text"] {width: 200px; height: 36px; border-radius: 3px; border: 1px solid #ccc;}
|
|
.adr_pop_right .btnWrap_last .btnType17 {width: 60px; height: 36px; font-weight: 400; font-size: 16px;}
|
|
.adr_pop_right .popup_btn_wrap2 {margin: 0 auto; }
|
|
/* 주소록 관리 - 수신거부 */
|
|
/* 주소록에서 수신거부번호 삭제 */
|
|
.adr_alram {background-color: #f1f1f1; border-radius: 5px; padding: 20px; box-sizing: border-box;}
|
|
.adr_alram>p {font-size: 17px; font-weight: 500;}
|
|
.adr_alram>div {background-color: #fff; padding: 20px 25px; border-radius: 5px; margin-top: 15px;}
|
|
.adr_alram>div p {font-size: 15px; line-height: 1.5; color: #555;}
|
|
/* 선택삭제 */
|
|
.adr_delet {padding: 20px; border: 3px solid #ddd; border-radius: 5px; margin-top: 10px; box-sizing: border-box;}
|
|
.adr_delet p {font-size: 16px; padding-bottom: 6px;}
|
|
.adr_delet span {font-size: 15px; color: #555; line-height: 1.5; padding-left: 20px; display: inline-block;}
|
|
|
|
|
|
/* 견적서 */
|
|
.estimate_wrap {width: 820px; border: 1px solid #ccc; margin: 30px auto; position: relative; color: #222; letter-spacing: -0.5px; box-sizing: border-box;}
|
|
.estimate_wrap::after {content: ""; background-color: #e5e5e5; width: 100%; height: 117px; position: absolute; top: 0; left: 0; z-index: -1;}
|
|
.estimate {height: 700px; padding: 0 67px; box-sizing: border-box;}
|
|
.stamp {position: absolute; top: 63px; right: 75px;}
|
|
/* 견적서 head */
|
|
.est_head {height: 117px; text-align: right;}
|
|
.est_head img {margin: 10px 0 5px 0;}
|
|
.est_head>div {background-color: #fff; height: 30px; padding: 0 10px; border-radius: 5px;line-height: 30px; box-sizing: border-box;}
|
|
.est_head p {font-size: 13px;}
|
|
.est_head p:first-child {float: left;}
|
|
.est_head p:last-child {float: right;}
|
|
/* 견적서 body */
|
|
.est_body {padding: 30px 0 25px 0; box-sizing: border-box;}
|
|
.est_body h2 {font-size: 35px; font-weight: 700; text-align: center;}
|
|
.est_body .cont1 {display: flex; justify-content: space-between; margin-top: 37px;}
|
|
.est_body .cont1>div {width: calc(100%/2 - 20px); position: relative;}
|
|
.est_body .cont1>div p {font-size: 15px; font-weight: 700;}
|
|
.est_table {font-size: 13px; text-align: left; width: 100%; margin-top: 10px;}
|
|
.est_table tr {border-bottom: 1px solid #d5d5d5; height: 30px; line-height: 30px;}
|
|
.est_table tr:first-child {border-top: 2px solid #000;}
|
|
.est_table th {font-weight: 500;}
|
|
.est_table td {font-weight: 300; padding: 0 30px;}
|
|
|
|
.est_body .cont2 {background-color: #f2f2f2; padding: 0 30px; border: 1px solid #ccc; border-radius: 5px; margin: 13px 0 20px 0; height: 50px; line-height: 50px; box-sizing: border-box;}
|
|
.est_body .cont2 p:first-child {float: left; font-size: 16px; font-weight: 500;}
|
|
.est_body .cont2 p:last-child {float: right; font-size: 13px; font-weight: 300;}
|
|
.est_body .cont2 p span {font-size: 20px; font-weight: 700;}
|
|
|
|
.est_body .cont3 p {text-align: right; font-size: 13px;}
|
|
.est_table2 {width: 100%; border-radius: 5px; border: 1px solid #ccc; margin-top: 5px;}
|
|
.est_table2 thead tr {background-color: #f2f2f2; border-bottom: 1px solid #ccc;}
|
|
.est_table2 thead th {height: 33px; line-height: 33px; font-size: 13px; border-left: 1px solid #ccc;}
|
|
.est_table2 thead th:first-child {border-left: 0;}
|
|
.est_table2 tbody tr {border-bottom: 1px solid #ccc; text-align: center;}
|
|
.est_table2 tbody th {font-size: 12px; height: 30px; line-height: 30px;}
|
|
.est_table2 tbody td {font-size: 12px; height: 30px; line-height: 30px; border-left: 1px solid #ccc;}
|
|
|
|
.est_body .cont4 {margin-top: 20px;}
|
|
.est_body .cont4 .est_table td {text-align: right; padding: 0;}
|
|
.est_body .cont4 .est_table td span {font-size: 15px; font-weight: 700;}
|
|
/* 견적서 footer */
|
|
.est_footer {background-color: #e5e5e5; padding: 25px; box-sizing: border-box;}
|
|
.est_footer span {font-size: 13px; color: #555; font-weight: 700; margin-bottom: 13px; display: inline-block;}
|
|
.est_footer p {font-size: 12px; color: #555; margin-bottom: 10px;}
|
|
.est_footer p:last-child {margin-bottom: 0;}
|
|
.est_footer p>span {font-weight: 500px; color: #222; font-size: 11px;}
|
|
|
|
.est_btn_wrap {margin: 30px auto 40px auto; text-align: center;}
|
|
.est_btn_wrap button {width: 120px; height: 42px; border-radius: 5px; border: 1px solid #ccc; font-size: 16px; color: #555;}
|
|
.est_btn_wrap button:nth-child(2) {margin: 0 3px 0 1px;}
|
|
.est_btn_wrap button:last-child {background-color: #999; color: #fff; border: 1px solid #999;}
|
|
.est_btn_wrap button i.pdf_img {margin: 0 3px 0 0;}
|
|
.est_btn_wrap button i.print_img {margin: 0 5px 1px 0;}
|
|
/*// 견적서 */
|
|
|
|
/* 후보자 등록 */
|
|
.candidate_layer .layer_in {padding: 40px;}
|
|
.candidate_table {margin-top: 10px;}
|
|
.candidate_table p {font-size: 18px; font-weight: 600; padding-bottom: 10px;}
|
|
.candidate_table table { width: 100%; table-layout: fixed;}
|
|
.candidate_table table tr {border-bottom: 1px solid #d5d5d5;}
|
|
.candidate_table table tr:first-child {border-top: 2px solid #000; }
|
|
.candidate_table table th {font-size: 17px; height: 60px; text-align: left; vertical-align: middle;}
|
|
.candidate_table table td {font-size: 17px; height: 60px; text-align: left; vertical-align: middle;}
|
|
.candidate_table table td input[type="text"],
|
|
.candidate_table table td input[type="password"] {background-color: #f2f2f2; width: 100%; height: 40px; border-radius: 5px; font-size: 16px;}
|
|
.candidate_table table tr.residentNum td span {padding: 10px; font-size: 16px;}
|
|
.candidate_table table tr.residentNum td {display: flex; align-items: center;}
|
|
.candidate_table table tr.emailWrap3 td {display: flex; align-items: center;}
|
|
.candidate_table table tr.emailWrap3 td span {padding: 5px; font-size: 16px;}
|
|
.candidate_table table tr.emailWrap3 td select {background-color: #f2f2f2; height: 40px; border-radius: 5px; margin-left: 5px; font-size: 16px; background-position:right 10px top 50% }
|
|
.candidate_table table tr.emailWrap3 .cb_wrap {display: flex; align-items: center; padding: 10px 0 0 0;}
|
|
.candidate_table table tr.emailWrap3 .cb_wrap_span {font-size: 14px; color: #e40000; font-weight: 300; padding: 10px 0; display:inline-block;}
|
|
/* 광고문자 관련법규 안내 */
|
|
.ad_layer .layer_in {padding: 30px 25px;}
|
|
.adpop_cont {display: none;}
|
|
.adpop_cont.current {display: block;}
|
|
.adpop1_top {background-image: url(/publish/images/content/adpop_top.png); background-repeat: no-repeat; height: 387px; border-radius: 5px; position: relative; margin-bottom: 20px;}
|
|
.adpop1_top>div {position: absolute; right: 20px; bottom: 20px; width: 355px; }
|
|
.adpop1_top>div>p {font-size: 34px; font-family: 'GmarketSansBold'; padding-bottom: 15px;}
|
|
.adpop1_top>div>div {background-color: #fff; padding: 20px; border-radius: 10px; box-sizing: border-box;}
|
|
.adpop1_top>div>div>p {font-size: 15px; position: relative; padding-left: 30px; margin-bottom: 15px; letter-spacing: -0.5px; line-height: 1.3; color: #333;}
|
|
.adpop1_top>div>div>p::after {font-family: 'GmarketSansBold'; font-size: 15px; color: #002c9a; position: absolute; left: 0; top: 2px;}
|
|
.adpop1_top>div>div>p:nth-child(1)::after {content: "01";}
|
|
.adpop1_top>div>div>p:nth-child(2)::after {content: "02";}
|
|
.adpop1_top>div>div>p:nth-child(3)::after {content: "03";}
|
|
.adpop1_top>div>div>p:nth-child(4)::after {content: "04";}
|
|
.adpop1_top>div>div>p:nth-child(5)::after {content: "05";}
|
|
.adpop1_top .info {color: #fff; font-size: 15px; width: 355px; height: 25px; line-height: 25px; background-color: #e40000; letter-spacing: -0.5px; border-radius: 12.5px; display: inline-block; text-align: center; margin-bottom: 10px;}
|
|
.adpop1_top>div>div>p span {color: #666; font-weight: 300; display: block; padding-top: 3px;}
|
|
.adpop1_top>div>div>p:last-child {margin-bottom: 0;}
|
|
.adpop1_middle {padding: 25px 30px; border: 3px solid #ddd; border-radius: 5px; margin: 0 0 30px 0; box-sizing: border-box; text-align: center;}
|
|
.adpop1_middle p {font-size: 16px; line-height: 1.5; letter-spacing: -0.5px;}
|
|
.adpop1_middle a,
|
|
.adpop1_middle button {height: 40px; padding: 0 44px 0 20px; border-radius: 5px; border: 1px solid #002c9a; margin: 15px 0 10px 0; color: #002c9a; font-size: 16px; background-image: url(/publish/images/content/adpop_arrow.png); background-repeat: no-repeat; background-position: right 20px top 50%;display:inline-block;line-height:38px;}
|
|
.adpop1_middle span {display: block; font-size: 14px; font-weight: 300; color: #666;}
|
|
.adpop1_bottom {border-top: 2px solid #000; border-bottom: 1px solid #d5d5d5;}
|
|
.adpop1_bottom>p {font-size: 18px; font-family: 'GmarketSansMedium'; position: relative; padding: 20px 0 20px 35px;}
|
|
.adpop1_bottom>p::after {content: "Q1.";font-size: 18px; font-family: 'GmarketSansMedium'; position: absolute; left: 0; top: 20px; color: #002c9a;}
|
|
.adpop1_bottom>div {background-color: #f5f5f5; padding: 25px 30px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px;}
|
|
.adpop1_bottom>div>div>p {padding-left: 15px;}
|
|
.adpop1_bottom>div>div>p:first-child {font-size: 18px; font-weight: 500; color: #002c9a; position: relative;}
|
|
.adpop1_bottom>div>div>p:first-child::after {content: ""; background-color: #002c9a; width: 5px; height: 5px; border-radius: 50%; position: absolute; top: 7px; left: 0;}
|
|
.adpop1_bottom>div>div>p:not(:first-child) {font-size: 16px; font-weight: 300; color: #666; line-height: 1.5; padding-top: 10px;}
|
|
.adpop1_bottom>div>div:nth-child(1) {margin-bottom: 20px;}
|
|
.adpop1_bottom>div>div:nth-child(2) {margin-bottom: 20px;}
|
|
.adpop1_bottom .adpop1_bottom_in {background-color: #fff; padding: 20px 15px; border-radius: 10px; box-sizing: border-box;}
|
|
.adpop1_bottom .adpop1_bottom_in>p {font-size: 16px !important; color: #222 !important; padding-bottom: 18px; font-weight: 500; position: relative;}
|
|
.adpop1_bottom .adpop1_bottom_in>div:not(.adpop1_bottom_req) {display: flex;}
|
|
.adpop1_bottom .adpop1_bottom_in span {height: 25px; padding: 0 11px; border-radius: 12.5px; border: 1px solid #002c9a; margin-right: 5px; color: #002c9a; font-size: 15px; background-color: #fff; line-height: 21px; box-sizing: border-box;}
|
|
.adpop1_bottom .adpop1_bottom_in div div { padding-top: 4px; margin-bottom: 15px;}
|
|
.adpop1_bottom .adpop1_bottom_in div p:first-child {font-size: 15px;}
|
|
.adpop1_bottom .adpop1_bottom_in div p:not(:first-child) {color: #666; font-size: 15px; font-weight: 300; font-size: 15px; line-height: 1.4; padding-top: 5px;}
|
|
.adpop1_bottom .adpop1_bottom_in .adpop1_bottom_req {padding: 15px 0; border: 3px solid #ddd; border-radius: 5px; box-sizing: border-box; text-align: center;}
|
|
.adpop1_bottom .adpop1_bottom_in .adpop1_bottom_req p {font-size: 15px; line-height: 1.5; letter-spacing: -0.5px;}
|
|
|
|
/* 광고문자 수신동의 안내 */
|
|
.adpop_cont.adpop2 .adpop1_top {background-image: url(/publish/images/content/adpop_top2.png); height: 330px;}
|
|
.adpop_cont.adpop2 .adpop1_bottom {border-top: 2px solid transparent; border-bottom: 1px solid #d5d5d5}
|
|
.adpop_cont.adpop2 .adpop1_bottom .adpop1_bottom_in {border: 3px solid #ddd; margin-bottom: 30px; position: relative;}
|
|
.adpop_cont.adpop2 .adpop1_bottom .adpop1_bottom_in>p {padding-left: 12px;}
|
|
.adpop_cont.adpop2 .adpop1_bottom>div>div>p:first-child {position: inherit; color: #222; font-weight: 400;}
|
|
.adpop_cont.adpop2 .adpop1_bottom>div>div>p:first-child::after {top: 31px; left: 14px;}
|
|
.adpop_cont.adpop2 .adpop1_bottom_req {background-color: #f5f5f5; border: 3px solid transparent;}
|
|
.adpop_cont.adpop2 .adpop1_bottom div p {font-size: 16px; color: #666; font-weight: 300; letter-spacing: -1px; line-height: 1.5;}
|
|
|
|
/* 선거문자 발송규정 */
|
|
.adpop_cont.adpop3 .adpop1_top {background-image: url(/publish/images/content/adpop_top3.png); height: 385px; border-radius: 5px 5px 0 0; margin-bottom: 0;}
|
|
.adpop_cont.adpop3 .adpop1_top>div>p {padding-bottom: 0px;}
|
|
.adpop_cont.adpop3 .adpop1_top>div>div>p {margin-bottom: 9px;}
|
|
.adpop_cont.adpop3 .adpop1_top>div>div>p:last-child {margin-bottom: 0;}
|
|
.adpop_cont.adpop3 .adpop1_top>div>p>span {font-weight: 100; font-size: 34px;}
|
|
.adpop_cont.adpop3 .adpop1_top>div>span {font-size: 15px; font-weight: 300; line-height: 1.3; padding-bottom: 15px; display: inline-block;}
|
|
.adpop2_middle {background-color: #ddd; padding: 20px; border-radius: 0 0 5px 5px; margin-bottom: 30px; box-sizing: border-box;font-size: 15px; font-weight: 400; letter-spacing: -0.75px; line-height: 1.4;}
|
|
.adpop2_middle p:first-child {font-weight: 600; color: #002c9a; padding-bottom: 3px;}
|
|
.adpop2_bottom .adpop2_title {font-size: 20px; font-weight: 500; font-family: 'GmarketSansMedium'; margin-bottom: 20px;}
|
|
.adpop2_bottom .adpop2_title i {background-image: url(/publish/images/content/adpop_icon.png); width: 19px; height: 23px; margin: 0 8px 3px 0;}
|
|
.adpop2_bottom>div>p:first-child {font-size: 18px; padding-bottom: 15px;}
|
|
.adpop2_bottom>div>p:last-child {background-color: #f5f5f5; border-radius: 5px; padding: 20px 25px; margin-bottom: 20px; font-size: 15px; font-weight: 400; line-height: 1.5; color: #555; letter-spacing: -0.5px;}
|
|
.election_btn {background-color: #002c9a; height: 42px; padding: 0 22px; border-radius: 5px; color: #fff; font-size: 18px;}
|
|
.election_btn i {background-image: url(/publish/images/content/election_btn.png); width: 20px; height: 20px; margin: 0 5px 4px 0;}
|
|
|
|
/* 선거문자 이용안내 */
|
|
.cdpop_cont {display: none;}
|
|
.cdpop_cont.current {display: block;}
|
|
.candidate_popup03 .list_tab_wrap2 {margin-bottom: 30px;}
|
|
.candidate_popup03 .candidate_banner {width: 100%; margin-bottom: 30px;}
|
|
.cdpop_cont .cdpop_title {position:relative;font-size: 20px; font-family: 'GmarketSansMedium'; padding-bottom: 20px;}
|
|
.cdpop_cont .cdpop_title .cdpop_title_icon1 {background-image: url(/publish/images/content/cdPop_title.png); width: 26px; height: 21px; margin: 0 5px 2px 10px;}
|
|
.cdpop_cont .cdpop_title span {color: #e40000; font-size: 17px; font-weight: 500; padding-left: 10px; vertical-align: top; display: inline-block;}
|
|
.cdpop_cont .cdpop_title .customReq {left:inherit;right:0;top:-10px;transform:translateY(0);}
|
|
.cdpop_info {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 30px;}
|
|
.cdpop_info li {width: calc(100%/3 - 5px);padding: 15px 20px; border: 1px solid #e5e5e5; border-radius: 5px; margin-bottom: 10px; align-self: center; display: flex; align-items: center; box-sizing: border-box; position: relative;}
|
|
.cdpop_info li i {width: 65px; height: 65px;}
|
|
.cdpop_info li i.info_step1 {background-image: url(/publish/images/content/cdPop_cont1_1.png);}
|
|
.cdpop_info li i.info_step2 {background-image: url(/publish/images/content/cdPop_cont1_2.png);}
|
|
.cdpop_info li i.info_step3 {background-image: url(/publish/images/content/cdPop_cont1_3.png);}
|
|
.cdpop_info li i.info_step4 {background-image: url(/publish/images/content/cdPop_cont1_4.png);}
|
|
.cdpop_info li i.info_step5 {background-image: url(/publish/images/content/cdPop_cont1_5.png);}
|
|
.cdpop_info li i.info_step6 {background-image: url(/publish/images/content/cdPop_cont1_6.png);}
|
|
.cdpop_info li>div {padding-left: 20px;}
|
|
.cdpop_info li p {font-size: 18px; font-weight: 500;}
|
|
.cdpop_info li button {width: 80px; height: 30px; border-radius: 5px; border: 1px solid #002c9a; color: #002c9a; font-size: 15px; }
|
|
.cdpop_info li:not(:nth-child(1),:nth-child(4)):after {content: ""; background-image: url(/publish/images/content/cdPop_info_arrow.png); position: absolute; top: 50%; left: -16px; transform: translateY(-50%); width: 22px; height: 22px;}
|
|
.cdpop_cont .cdpop_title .cdpop_title_icon2 {background-image: url(/publish/images/content/cdPop_title2.png); width: 21px; height: 19px; margin: 0 8px 0px 6px;}
|
|
.cdpop_benefit {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
|
|
.cdpop_benefit li {width: calc(100%/2 - 5px); height: 147px; padding: 25px 20px; border: 1px solid #e5e5e5; border-radius: 5px; margin-bottom: 10px; align-self: center; align-items: center; box-sizing: border-box; background-color: #f0f0f0;}
|
|
.cdpop_benefit li>div {display: flex; align-items: center;}
|
|
.cdpop_benefit li>div p {font-size: 16px; color: #999; width: calc(100% - 39px); padding-left: 7px;}
|
|
.cdpop_benefit li>div p span {font-size: 20px; font-weight: 600; color: #222; display: block; padding-top: 8px;}
|
|
.cdpop_benefit li i {width: 39px; height: 39px;}
|
|
.cdpop_benefit li i.benefit1 {background-image: url(/publish/images/content/cdPop_cont2_1.png);}
|
|
.cdpop_benefit li i.benefit2 {background-image: url(/publish/images/content/cdPop_cont2_2.png);}
|
|
.cdpop_benefit li i.benefit3 {background-image: url(/publish/images/content/cdPop_cont2_3.png);}
|
|
.cdpop_benefit li i.benefit4 {background-image: url(/publish/images/content/cdPop_cont2_4.png);}
|
|
.cdpop_benefit li i.benefit5 {background-image: url(/publish/images/content/cdPop_cont2_5.png);}
|
|
.cdpop_benefit li i.benefit6 {background-image: url(/publish/images/content/cdPop_cont2_6.png);}
|
|
.cdpop_benefit li i.benefit7 {background-image: url(/publish/images/content/cdPop_cont2_7.png);}
|
|
.cdpop_benefit li i.benefit8 {background-image: url(/publish/images/content/cdPop_cont2_8.png);}
|
|
.cdpop_benefit li>p {font-size: 16px; font-weight: 300; color: #666; letter-spacing: -1px;line-height: 1.4; padding-top: 15px;}
|
|
.cdpop_custom li {width: calc(100%/4 - 5px); text-align: right;}
|
|
.cdpop_custom {display: flex; flex-wrap: wrap; justify-content: space-between;}
|
|
.cdpop_custom li div {height: 260px; padding: 5px; border: 1px solid #d5d5d5; background-color: #f2f2f2; border-radius: 10px; box-sizing: border-box; text-align: center;}
|
|
.cdpop_custom li div img {height: 100%; border-radius: 5px;}
|
|
.cdpop_custom li button {width: 65px; height: 28px; border: 1px solid #ccc; border-radius: 5px; margin: 5px 0 20px 0; font-size: 14px; font-weight: 300; color: #555; background-color: #fff;}
|
|
.candidate_popup03 .layer_in .info_list {margin:0 0 30px;padding:11px 17px 12px;letter-spacing:-0.02em;border:3px solid #ddd;border-radius:5px;}
|
|
.candidate_popup03 .layer_in .info_list li {font-size:15px;font-weight:300;line-height:26px;color:#666;}
|
|
.candidate_popup03 .layer_in .info_list li strong {font-weight:400;color:#222;}
|
|
.candidate_popup03 .layer_in .info_list li span {font-weight:500;color:#e40000;}
|
|
|
|
|
|
/* 현금영수증 발행정보 */
|
|
.cashReceipt_td {font-size: 18px; color: #222; font-weight: 300;}
|
|
|
|
/* 세금계산서 발행정보 */
|
|
.cashReceipt_popup02 .layer_in {max-height:460px;padding:25px 40px;}
|
|
.cashReceipt_popup02 .layer_in .mCSB_outside + .mCSB_scrollTools {right:-3px;}
|
|
.cashReceipt_popup02 .tType1_title {height:auto;margin:30px 0 10px;}
|
|
|
|
/* 이통사 스팸차단 및 번호도용 방지 서비스 안내 팝업 */
|
|
.popupJunk .titBox .notibox {margin:16px 0;padding:15px 0;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-1px;text-align:center;color:#222;background:#f5f5f5;border-radius:5px;box-sizing:border-box}
|
|
.popupJunk .titBox + .adpop1_bottom {border-top:2px solid #000;}
|
|
.popupJunk .adpop1_bottom {border-top:0 none;}
|
|
.popupJunk .adpop1_bottom .title_box span {font-size:18px;font-family:'GmarketSansMedium';position:absolute;left:0;top:20px;color:#002c9a;}
|
|
.popupJunk .adpop1_bottom .title_box:after {display:none;}
|
|
.popupJunk .adpop1_bottom .view_button {position:absolute;top:12px;right:0;background-color:#fff;width:36px;height:36px;border:1px solid #d5d5d5;border-radius:5px;}
|
|
.popupJunk .adpop1_bottom .view_button i::after {content: "";background-image:url(/publish/images/mem/clause_close.png);width:17px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
|
|
.popupJunk .adpop1_bottom .view_button.active {background-color:#d7d7d9;border:1px solid #d7d7d9;}
|
|
.popupJunk .adpop1_bottom .view_button.active i::after {background-image:url(/publish/images/mem/clause_open.png);width:17px;height:17px;}
|
|
.popupJunk .adpop1_bottom .content_box .list > li {margin:0 0 20px;}
|
|
.popupJunk .adpop1_bottom .content_box .list > li:first-child {margin:0 0 30px;}
|
|
.popupJunk .adpop1_bottom .content_box .list > li:last-child {margin:0;}
|
|
.popupJunk .adpop1_bottom .content_box .list li ul {display:flex;margin:0 0 0 -25px;justify-content:space-between;}
|
|
.popupJunk .adpop1_bottom .content_box .list li ul:after {content:'';display:block;clear:both;}
|
|
.popupJunk .adpop1_bottom .content_box .list li ul li {width:calc(100%/3);padding:0 0 0 25px;box-sizing:border-box;}
|
|
.popupJunk .adpop1_bottom .content_box .list li ul li .img_box {text-align:center;background:#fff;border-radius:5px;}
|
|
.popupJunk .adpop1_bottom .content_box .list li ul li a {display:block;margin:10px 0 0;font-size:16px;line-height:30px;letter-spacing:-0.025em;text-align:center;color:#fff;background:#002c9a;border-radius:5px;}
|
|
.popupJunk .adpop1_bottom .content_box .list .tit ul li a{font-size: 15px;}
|
|
.popupJunk .adpop1_bottom .content_box .list li dl {display:flex;height:100px;background:#fff;border-radius:5px;}
|
|
.popupJunk .adpop1_bottom .content_box .list li dl dt {width:168px;}
|
|
.popupJunk .adpop1_bottom .content_box .list li dl dd {width:calc(100% - 168px);font-size:16px;font-weight:300;line-height:27px;letter-spacing:-0.05em;color:#666;}
|
|
.popupJunk .adpop1_bottom .content_box .list li dl dd p {position:relative;top:50%;transform:translateY(-50%);}
|
|
.popupJunk .adpop1_bottom .content_box .list li dl dd a {display:inline-block;color:#002c9a;}
|
|
.popupJunk .adpop1_bottom .content_box .list02 {display:flex;margin:0 0 0 -25px;justify-content:space-between;}
|
|
.popupJunk .adpop1_bottom .content_box .list02 li {width:calc(100%/3 - 25px);margin:0 0 0 25px;padding:0 0 20px;background:#fff;border-radius:5px;box-sizing:border-box;}
|
|
.popupJunk .adpop1_bottom .content_box .list02 li .img_box {text-align:center;}
|
|
.popupJunk .adpop1_bottom .content_box .list02 li dl {margin:7px 0 0;text-align:center;}
|
|
.popupJunk .adpop1_bottom .content_box .list02 li dl dt {font-size:16px;font-weight:500;line-height:27px;color:#002c9a;}
|
|
.popupJunk .adpop1_bottom .content_box .list02 li dl dd {margin:2px 0 0;font-size:16px;font-weight:300;line-height:24px;letter-spacing:-0.025em;color:#666;}
|
|
.popupJunk .adpop1_bottom .content_box .cscenter dt {font-size:16px;font-weight:500;line-height:27px;color:#002c9a;}
|
|
.popupJunk .adpop1_bottom .content_box .cscenter dd {margin:2px 0 0;font-size:16px;font-weight:300;line-height:24px;letter-spacing:-0.025em;color:#666;}
|
|
.popupJunk .mCSB_outside + .mCSB_scrollTools {right:2px;}
|
|
/* 휴대폰 결제완료 팝업 */
|
|
.ad_layer.popupPhone {display:block;width:372px;max-height: 100%;}
|
|
.ad_layer.popupPhone .layer_in {height:410px;}
|
|
.ad_layer.popupPhone .layer_in .img_box {margin:20px 0 0;text-align:center;}
|
|
.ad_layer.popupPhone .layer_in .text_box {padding:38px 0 0;text-align:center;}
|
|
.ad_layer.popupPhone .layer_in .text_box .title {font-family:'GmarketSansBold';font-size:30px;color:#222;}
|
|
.ad_layer.popupPhone .layer_in .text_box p {margin:18px 0 0;font-size:18px;font-weight:300;color:#666;}
|
|
.ad_layer.popupPhone .popup_btn button {margin:0 3px;font-size:18px;}
|
|
.ad_layer.popupPhone .popup_btn button:last-child {background-color:#999999;}
|
|
|
|
/* KISA 팝업 */
|
|
.kisa_popup .layer_in {width:680px;padding:25px;}
|
|
.kisa_popup .layer_in .mCustomScrollBox {z-index:2;}
|
|
.kisa_popup .layer_in .mCSB_outside + .mCSB_scrollTools {right:2px;}
|
|
.kisa_popup .popup_btn_wrap2 {margin:0 auto 30px;}
|
|
/* 광고법령 */
|
|
.kisa_popup .layer_law {position:relative;}
|
|
.kisa_popup .layer_law:before {content:'';position:absolute;left:25px;top:25px;width:calc(100% - 50px);height:calc(100% - 50px);border:3px solid #ddd;border-radius:5px;box-sizing:border-box;}
|
|
.kisa_popup .layer_law dl {margin:3px;padding:20px 25px;letter-spacing:-0.025em;}
|
|
.kisa_popup .layer_law dl dt {margin:0 0 6px;font-size:17px;font-weight:500;line-height:27px;}
|
|
.kisa_popup .layer_law dl dt:before {content:'';display:inline-block;width:5px;height:5px;margin:14px 9px 0 0;vertical-align:top;background:#002c9a;border-radius:5px;}
|
|
.kisa_popup .layer_law dl dd p {font-size:15px;font-weight:400;line-height:22px;color:#222;}
|
|
.kisa_popup .layer_law dl dd ol li {font-size:15px;font-weight:300;line-height:22px;color:#666;}
|
|
/* 신고내용 상세보기 */
|
|
.kisa_popup .layer_detail {width:830px;}
|
|
.kisa_popup .layer_detail .mCSB_container {padding:35px;background:#f2f2f2;border-radius:5px;}
|
|
.kisa_popup .layer_detail .layer_content {padding:26px 40px 40px;background:#fff;border-radius:5px;}
|
|
.kisa_popup .layer_detail .detail_info {overflow:hidden;}
|
|
.kisa_popup .layer_detail .detail_info dl {float:left;width:calc(100%/2);height:60px;letter-spacing:-0.025em;border-bottom:1px solid #e5e5e5;}
|
|
.kisa_popup .layer_detail .detail_info dl dt {float:left;width:110px;padding:0 0 0 5px;font-size:17px;line-height:60px;box-sizing:border-box;}
|
|
.kisa_popup .layer_detail .detail_info dl dd {float:left;width:calc(100% - 110px);font-size:17px;font-weight:300;line-height:60px;}
|
|
.kisa_popup .layer_detail .send_content {padding:0 5px;}
|
|
.kisa_popup .layer_detail .send_content dt {margin:19px 0 15px;font-size:17px;}
|
|
.kisa_popup .layer_detail .send_content dd {overflow:hidden;overflow-y:auto;height:150px;padding:24px 26px;background:#f2f2f2;border-radius:5px;box-sizing:border-box;}
|
|
.kisa_popup .layer_detail .img_box {padding:10px 5px 22px;border-bottom:1px solid #e5e5e5;}
|
|
.kisa_popup .layer_detail .img_box img {width:100%;}
|
|
.kisa_popup .layer_detail .regulation {overflow:hidden;padding:24px 0 20px;letter-spacing:-0.025em;border-bottom:1px solid #e5e5e5;}
|
|
.kisa_popup .layer_detail .regulation dt {float:left;width:110px;padding:0 0 0 5px;font-size:17px;line-height:24px;box-sizing:border-box;}
|
|
.kisa_popup .layer_detail .regulation dd {float:left;width:calc(100% - 110px);font-size:17px;font-weight:300;line-height:24px;}
|
|
.kisa_popup .layer_detail .noti {padding:17px 0 0;font-size:18px;line-height:26px;letter-spacing:-0.025em;text-align:center;color:#000;}
|
|
.kisa_popup .layer_detail .noti strong {font-weight:500;color:#e40000;}
|
|
.kisa_popup .layer_detail .tb_wrap {position:relative;min-height:auto;margin:30px 0 0;}
|
|
.kisa_popup .layer_detail .tb_wrap .tType4 {height:100%;}
|
|
.kisa_popup .layer_detail .tb_wrap .tType4 thead th,
|
|
.kisa_popup .layer_detail .tb_wrap .tType4 tbody td {border-right:0 none;}
|
|
.kisa_popup .layer_detail .tb_wrap .tType4 tbody td {padding:0;}
|
|
.kisa_popup .layer_detail .tb_wrap .tType4 tbody tr:last-child td {border-bottom:0 none;}
|
|
/* 소명자료 */
|
|
.kisa_popup .layer_explan {width:630px;}
|
|
.kisa_popup .layer_explan dl:first-child {margin:0 0 40px;}
|
|
.kisa_popup .layer_explan dl dt {margin:0 0 15px;font-size:18px;font-weight:500;letter-spacing:-0.025em;color:#222;}
|
|
/* 첨부파일 */
|
|
.kisa_popup .layer_attachfile {height:410px;}
|
|
.kisa_popup .layer_attachfile .tb_wrap {position:relative;min-height:265px;padding:0 0 36px;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 {height:100%;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 thead th,
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 tbody td {border-right:0 none;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 thead th:first-child + th,
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 tbody td:first-child + td {padding:0 0 0 10px;text-align:left;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 tbody td {padding:0;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 tbody tr:last-child td {border-bottom:0 none;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 tbody td .delete,
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 tbody td .delBtn {width:18px;height:18px;font-size:0;text-indent:-9999em;border:1px solid #ccc;background:url(/publish/images/content/kisa_layer_file_delete_icon.png) no-repeat center center;border-radius:3px;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .tType4 tbody td .file_add {height:230px;margin:0;border:0 none;border-radius:0;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .file_info {position:absolute;left:0;bottom:0;width:100%;height:36px;padding:0 11px;font-size:15px;font-weight:300;line-height:36px;text-align:right;border-top:1px solid #ccc;background:#ededed;box-sizing:border-box;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .file_info strong {font-weight:500;color:#002c9a;}
|
|
.kisa_popup .layer_attachfile .tb_wrap .file_info span {display:inline-block;width:1px;height:16px;margin:11px 18px 0;vertical-align:top;background:#666;}
|
|
.kisa_popup .layer_attachfile .button_box {display:flex;padding:9px 15px;justify-content:space-between;background:#f2f2f2;border-radius:5px;}
|
|
.kisa_popup .layer_attachfile .button_box button {width:85px;height:32px;font-size:14px;font-weight:300;text-align:center;color:#555;border:1px solid #b1b1b1;background:#fff;border-radius:3px;}
|
|
.kisa_popup .layer_attachfile .button_box .file_box {position:relative;width:70px;height:32px;}
|
|
.kisa_popup .layer_attachfile .button_box .file_box input[type=file] {width:100%;height:100%;opacity:0;}
|
|
.kisa_popup .layer_attachfile .button_box .file_box input[type=file] + label {position:absolute;left:0;top:0;width:100%;height:100%;font-size:14px;line-height:32px;text-align:center;color:#002c9a;border:1px solid #002c9a;background:#fff;border-radius:3px;cursor:pointer;}
|
|
/* KISA신고 알림 팝업 */
|
|
.kisa_popup .layer_notify {width:633px;height:262px;}
|
|
.kisa_popup.popup06 .popup_btn_wrap2 button {width:auto;min-width:110px;}
|
|
.kisa_popup.popup06 .popup_btn_wrap2 button:first-child {min-width:180px;}
|
|
.kisa_popup.send_number_popup .layer_attachfile .tb_wrap {}
|
|
|
|
/* 발신번호 등록 반려 팝업 */
|
|
.popup-com.number_return {width:480px;}
|
|
.popup-com.number_return .layer_in {padding:30px 20px;}
|
|
.popup-com.number_return .layer_in dl {display:flex;height:50px;padding:15px 0;font-size:17px;line-height:20px;background:#f2f2f2;border-radius:5px;box-sizing:border-box;}
|
|
.popup-com.number_return .layer_in dl dt {position:relative;width:111px;padding:0 0 0 20px;box-sizing:border-box;}
|
|
.popup-com.number_return .layer_in dl dt:after {content:'';position:absolute;right:0;top:0;width:1px;height:20px;background:#d5d5d5;}
|
|
.popup-com.number_return .layer_in dl dd {width:calc(100% - 111px);padding:0 0 0 30px;font-weight:300;box-sizing:border-box;}
|
|
.popup-com.number_return .layer_in .reason {margin:29px 0 0;}
|
|
.popup-com.number_return .layer_in .reason p {margin:0 0 15px;font-size:17px;}
|
|
.popup-com.number_return .layer_in .reason .content {padding:10px 20px;font-size:17px;font-weight:300;line-height:30px;background:#f2f2f2;border-radius:5px;box-sizing:border-box;}
|
|
.popup-com.number_return .layer_in .noti {margin:23px 0 0;font-size:18px;text-align:center;}
|
|
|
|
/* window popup 공통영역 */
|
|
.info_popup {overflow:hidden;background-color:#fff;}
|
|
.info_popup .popup_heading {background-color: #fbc72b; position: relative; padding:13px 20px 17px;}
|
|
.info_popup .popup_heading p {font-size: 22px; font-weight: 600;}
|
|
.info_popup .popup_heading button {position: absolute; top: 50%; transform: translateY(-50%); right: 20px;}
|
|
.info_popup .titBox>button {height: 36px;}
|
|
.info_popup .layer_in {height:auto;padding:30px 25px 50px;}
|
|
.info_popup .layer_in .info_list {margin:0 0 30px;padding:11px 17px 12px;letter-spacing:-0.02em;border:3px solid #ddd;border-radius:5px;}
|
|
.info_popup .layer_in .info_list li {position:relative;padding:0 0 0 10px;font-size:15px;font-weight:300;line-height:26px;color:#666;}
|
|
.info_popup .layer_in .info_list li:before {content:'-';position:absolute;left:0;top:0;font-size:15px;font-weight:300;line-height:26px;}
|
|
.info_popup .layer_in .info_list li strong {font-weight:400;color:#222;}
|
|
.info_popup .layer_in .info_list li span {font-weight:500;color:#e40000;}
|
|
.info_popup .layer_in.layer_info_wrap {padding-bottom:0;}
|
|
.info_popup .layer_in.layer_info_wrap .info_list {margin:0;}
|
|
.info_popup.addr_block_popup .layer_in.layer_info_wrap .info_list {display:none;}
|
|
.info_popup.addr_block_popup .layer_in.layer_info_wrap .info_list.current {display:block;}
|
|
.info_popup.addr_block_popup .layer_in.layer_info_wrap .info_button {margin:15px 0 0;text-align:right;}
|
|
.info_popup.addr_block_popup .layer_in.layer_info_wrap .info_button button {width:180px;margin:0 0 0 5px;padding:8px 0;font-size:16px;font-weight:400;border-radius:5px;}
|
|
|
|
/* 문자 발송완료 노출 팝업 */
|
|
.pop_msg_success .layer_in,
|
|
.pop_msg_fails .layer_in {padding:38px 100px 30px;}
|
|
.pop_msg_spam .layer_in {padding:38px 100px 30px;}
|
|
.pop_msg_success .layer_in .msg_text,
|
|
.pop_msg_fails .layer_in .msg_text {font-size:20px;line-height:28px;letter-spacing:-0.025em;text-align:center;}
|
|
.pop_msg_spam .layer_in .msg_text {font-size:20px;line-height:28px;letter-spacing:-0.025em;text-align:center;}
|
|
.pop_msg_success .layer_in .msg_text strong,
|
|
.pop_msg_fails .layer_in .msg_text strong {font-weight:500;color:#002c9a;}
|
|
.pop_msg_spam .layer_in .msg_text strong {font-weight:500;color:#002c9a;}
|
|
.pop_msg_success .layer_in .msg_text span,
|
|
.pop_msg_fails .layer_in .msg_text span {font-weight:500;color:#e40000;}
|
|
.pop_msg_spam .layer_in .msg_text span {font-weight:500;color:#e40000;}
|
|
.pop_msg_success .popup_btn,
|
|
.pop_msg_fails .popup_btn {margin:0 0 30px;}
|
|
.pop_msg_spam .popup_btn {margin:0 0 30px;}
|
|
.pop_msg_success .popup_btn button,
|
|
.pop_msg_fails .popup_btn button {margin:0 5px;}
|
|
.pop_msg_spam .popup_btn button {margin:0 5px;}
|
|
.pop_msg_success .popup_btn button.tooltip-close,
|
|
.pop_msg_fails .popup_btn button.tooltip-close {background:#999;}
|
|
.pop_msg_spam .popup_btn button.tooltip-close {background:#999;}
|
|
|
|
/* 내보관함 상세보기 팝업 */
|
|
.custom_layer.customVeiw01 .layer_in {display: block; height: 750px;}
|
|
.msgCtmViewCont:first-child {border-top: 2px solid #000;}
|
|
.msgCtmViewCont .msgCtmViewCont_head {position: relative; padding: 15px; border-bottom: 1px solid #d5d5d5; box-sizing: border-box; background-color: #f5f5f5;}
|
|
.msgCtmViewCont .msgCtmViewCont_head .msgCtmViewCont_head_left {display: flex; align-items: center;}
|
|
.msgCtmViewCont .msgCtmViewCont_head .msgCtmViewCont_head_left span {padding: 5.5px 12px; border-radius: 13px; margin-right: 12px; font-size: 14px; display: inline-block; }
|
|
.msgCtmViewCont .msgCtmViewCont_head .msgCtmViewCont_head_left span.span_1 {background-color: #2a57c8; color: #fff;}
|
|
.msgCtmViewCont .msgCtmViewCont_head .msgCtmViewCont_head_left span.span_2 {background-color: #fbc72b; color: #222;}
|
|
.msgCtmViewCont .msgCtmViewCont_head .msgCtmViewCont_head_left span.span_3 {background-color: #fff; border: 1px solid #999; color: #999;}
|
|
.msgCtmViewCont .msgCtmViewCont_head .msgCtmViewCont_head_left p {font-size: 17px; color: #222; display: inline-block;}
|
|
.msgCtmViewCont .msgCtmViewCont_head date {font-size: 16px; font-weight: 300; color: #666; position: absolute; top: 50%; right: 65px; transform: translateY(-50%);}
|
|
.msgCtmViewCont .msgCtmViewCont_head .view_button {position:absolute;right: 15px; top: 9px;width:36px;height:36px;border-radius:5px;background-color:#d7d7d9;border:1px solid #d7d7d9;}
|
|
.msgCtmViewCont .msgCtmViewCont_head .view_button i {position: relative;}
|
|
.msgCtmViewCont .msgCtmViewCont_head .view_button i::after {content: "";background-image:url(/publish/images/mem/clause_open.png);width:17px;height:17px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
|
|
.msgCtmViewCont.active .msgCtmViewCont_head .view_button {background-color:#fff;border:1px solid #d5d5d5;}
|
|
.msgCtmViewCont.active .msgCtmViewCont_head .view_button i::after {background-image:url(/publish/images/mem/clause_close.png);width:17px;height:2px;}
|
|
/* .msgCtmViewCont .msgCtmViewCont_body {display: none;}
|
|
.msgCtmViewCont.active .msgCtmViewCont_body {display: block;} */
|
|
.custom_layer .body_cont .msgCtmViewCont table {margin-top: 0;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr:first-child {border-top: 0;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr th {position: relative;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 th::after {position: absolute; content: ":"; display: inline-block; top: 50%; right:0; transform: translateY(-50%); font-size: 16px;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr td {height: 50px; padding: 0 16px;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr td.custom_view1_img {display: flex; align-items: center;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 td p {padding-bottom:0; padding-right: 30px; position: relative;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 td p::after {content: ""; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); width: 1px; height: 15px; background-color: #d5d5d5; display: inline-block;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 td p:last-child::after {display: none;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 td>span {font-size: 15px; text-align: center; width: 90px; padding: 9px 0; border-radius: 5px; margin-right: 5px; display: inline-block; font-weight: 400;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 td>span.span_2_1 {color: #002c9a; border: 1px solid #002c9a;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 td>span.span_2_2 {color: #fff; background-color: #002c9a;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view1 td>span.span_2_3 {color: #fff; background-color: #999;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view2 td {padding: 20px 16px;}
|
|
.custom_layer .body_cont .msgCtmViewCont table tr.custom_view2 td img {max-width:100%;}
|
|
|
|
/* 중복전화번호 팝업 */
|
|
.duplication_layer .layer_in .list_info p em {font-size:14px;font-weight:300;color:#999;}
|
|
.duplication_layer .layer_in .tb_wrap {min-height:auto;}
|
|
|
|
/* 테스트발송 팝업 */
|
|
.test_sendpop .info_popup .layer_in {padding-bottom:0;}
|
|
.test_sendpop .test_wrap {display:flex;padding:0 25px;justify-content:space-between;}
|
|
.test_sendpop .test_wrap .number {width:330px;margin:15px 0 0;border-top:2px solid #000;}
|
|
.test_sendpop .test_wrap .number dl {display:flex;border-bottom:1px solid #e5e5e5;}
|
|
.test_sendpop .test_wrap .number dl dt {width:85px;font-size:18px;line-height:72px;color:#222;}
|
|
.test_sendpop .test_wrap .number dl dd {width:calc(100% - 85px);padding:11px 0;}
|
|
.test_sendpop .test_wrap .number dl dd input[type=text] {width:100%;height:50px;padding:0 15px;font-size:16px;line-height:48px;background:#f2f2f2;border-radius:5px;}
|
|
.test_sendpop .test_wrap .number dl dd input[type=text]::placeholder {color:#a6a6a6;}
|
|
.test_sendpop .test_wrap .number dl.price dt {line-height:50px;}
|
|
.test_sendpop .test_wrap .number dl.price dd {padding:0;line-height:50px;text-align:right;}
|
|
.test_sendpop .test_wrap .number dl.price dd span {font-size:22px;font-weight:500;color:#e40000;}
|
|
.test_sendpop .test_wrap .number .text {margin:32px 0 0;font-size:20px;letter-spacing:-0.025em;color:#222;}
|
|
.test_sendpop .test_wrap .number .text span {display:block;margin:12px 0 0;font-size:15px;font-weight:300;color:#002c9a;}
|
|
.test_sendpop .test_wrap .number .btnType {width:100%;margin:18px 0 0;}
|
|
.test_sendpop .test_wrap .phone {width:350px;}
|
|
.test_sendpop .test_wrap .phone .phoneIn {background-image: url(/publish/images/content/phoneBg.png); height: 657px; background-size: 100% auto; background-repeat: no-repeat; }
|
|
.test_sendpop .test_wrap .phone .phoneIn>div {padding: 45px 25px 0 25px; position: relative; height: 100%; box-sizing: border-box;}
|
|
.test_sendpop .test_wrap .phone .prev_p {font-size: 20px;font-weight: 500;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;}
|
|
.test_sendpop .test_wrap .phone .text_length2 {padding: 12px 0;}
|
|
.test_sendpop .test_wrap .phone .text_length2>span {float: left;line-height: 27px;}
|
|
.test_sendpop .test_wrap .phone .text_length2>div {float: right;margin-top: 3px;}
|
|
.test_sendpop .test_wrap .phone .text_length2>div span {color: #002c9a;font-size: 15px;padding-right: 2px;}
|
|
.test_sendpop .test_wrap .phone .text_length2>div button {width: 24px;height: 24px; border: 1px solid #ccc;border-radius: 3px;}
|
|
.test_sendpop .test_wrap .phone .text_length2>div button:hover {border: 1px solid #a3a3a3;}
|
|
.test_sendpop .test_wrap .phone .text_length2>div button img {margin-bottom: 2px;}
|
|
.test_sendpop .test_wrap .phone .text_preview{position: relative; width: calc(100% + 10px);/* height: 502px; */ padding-right:7px; max-height: calc(100% - 110px); box-sizing: border-box;overflow-y:auto;}
|
|
.test_sendpop .test_wrap .phone .text_preview::-webkit-scrollbar {width:3px;}
|
|
.test_sendpop .test_wrap .phone .text_preview::-webkit-scrollbar-track {}
|
|
.test_sendpop .test_wrap .phone .text_preview::-webkit-scrollbar-thumb {width:3px;background:rgba(0,0,0,0.85);border-radius:3px;cursor:pointer;}
|
|
.test_sendpop .test_wrap .phone .text_preview .mCSB_scrollTools {display:none !important;}
|
|
.test_sendpop .test_wrap .phone .preview_auto {position: relative; width: 100%; background-color: #f2f2f2; border-radius: 10px; padding: 20px; box-sizing: border-box; line-height: 1.5; font-size: 15px; font-weight: 400; letter-spacing: -0.5px; margin: 0 0 20px 0;word-break: break-all; color: #555;}
|
|
.test_sendpop .test_wrap .preview_auto p {word-break: break-all;}
|
|
.test_sendpop .test_wrap .preview_auto .none_txt {color: #999; font-weight: 300;}
|
|
.test_sendpop .test_wrap .phone .addText {display:none;}
|
|
|
|
/* 그림 문자 */
|
|
.test_sendpop .test_wrap .phone .text_length2 .photo_msg_num {margin-left: 3px; float: left;}
|
|
.test_sendpop .test_wrap .phone .text_length2 .photo_msg_num li {display: inline-block; width: 28px; padding: 5px 0; border: 1px solid #ccc; border-radius: 5px; margin-right: 2px; background-color: #f5f5f5; color: #cf468d; text-align: center; box-sizing: border-box;}
|
|
.test_sendpop .test_wrap .phone .text_length2 .photo_msg_num li:hover {background-color: #f8f1f5; border: 1px solid #e26ba9;}
|
|
.test_sendpop .test_wrap .phone .text_preview .preiew_img .img_box {max-width: 308px; border-radius: 10px; overflow: hidden; margin-bottom: 10px;}
|
|
.test_sendpop .test_wrap .phone .text_preview .preiew_img .img_box img {width: 100%;}
|
|
|
|
/* 발신프로필 등록 */
|
|
.add_profile_popup01 .layer_tType1 .cf_text{display: block; font-size: 16px; font-weight: 300; color: #666; padding: 10px 0 0 0;}
|
|
.add_profile_popup01 .layer_tType1 td{padding: 10px 0 10px 10px;}
|
|
.add_profile_popup01 .layer_tType1 select{min-width: 200px;width:auto;}
|
|
.add_profile_popup01 .table_top{padding: 0 0 10px 0;}
|
|
.add_profile_popup01 .table_top p{font-size: 16px; color: #555;}
|
|
.add_profile_popup01 .kakaotalk_tag{position: absolute; left: 27px; top: 20px;}
|
|
.add_profile_popup01 .kakaotalk_input{padding: 0 0 0 30px;}
|
|
.add_profile_popup01 .text_link{margin-top: 8px; color: #002788; text-decoration: underline;}
|
|
|
|
/* 알림톡 템플릿 선택 */
|
|
.template_choice_popup .template_type{width: 180px;}
|
|
.template_choice_popup .emphasis_type{width: 180px;}
|
|
.template_choice_popup .popup_search_wrap .template_name{width: 300px;}
|
|
/* .template_choice_popup .kakao_template_list{margin: 20px 0 0 0;} */
|
|
.template_choice_popup .kakao_template_list{display:flex;flex-wrap:wrap;gap:30px 16px;margin:20px 0;}
|
|
/* .template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 11px 40px 0;} */
|
|
.template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px;}
|
|
.template_choice_popup .kakao_template_list li.template_none{width:100%;text-align:center;box-shadow:none;}
|
|
.template_choice_popup .kakao_template_list li.template_none::after{display:none;}
|
|
.template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;}
|
|
.template_choice_popup .kakao_template_list li::after{position: absolute; content: " "; width: 100%; height: 18px; background: url(/publish/images/kakao_template_cont.png) no-repeat top center; top: 8px;}
|
|
.template_choice_popup .kakao_template_list .kakao_template_wrap{width: 100%; height: 370px; padding: 30px 0 15px 0; border-radius: 22px 22px 0 0; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); background: #b6cddd; overflow-y: auto; box-sizing: border-box;}
|
|
.template_choice_popup .kakao_template_list .template_cont{background-color: #fff; width: calc(100% - 31px); margin: 0 0 10px 12px; border-radius: 15px;}
|
|
.template_choice_popup .kakao_template_list .template_cont .title{position: relative; height: 36px; background-color: #ffe400; border-radius: 15px 15px 0 0; text-align: center; line-height: 36px; font-size: 16px; color: #222;}
|
|
.template_choice_popup .kakao_template_list .template_cont .title .check{position: absolute; left: 15px; top: -2px;}
|
|
.template_choice_popup .kakao_template_list .template_cont .img_box img{width: 100%; height: auto;}
|
|
.template_choice_popup .kakao_template_list .template_cont .text_box{font-size: 14px; color: #555; line-height: 1.4; padding: 20px;}
|
|
.template_choice_popup .kakao_template_list .template_cont .text_box p{word-break:break-all;}
|
|
.template_choice_popup .kakao_template_list .kakao_template_info{ font-size: 14px; color: #555; padding: 10px 0 0 10px;}
|
|
.template_choice_popup .kakao_template_list .kakao_template_info dl{display: flex; padding: 6px 0;}
|
|
.template_choice_popup .kakao_template_list .kakao_template_info dt{position: relative; width: 76px; margin: 0 13px 0 0;}
|
|
.template_choice_popup .kakao_template_list .kakao_template_info dt::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #d5d5d5; right: 0; top: 2px;}
|
|
.template_choice_popup .kakao_template_list .kakao_template_info dd{width:calc(100% - 76px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
|
|
.template_choice_popup .kakao_template_list .kakao_template_info dd span{color: #002c9a; font-weight: bold;}
|
|
.template_choice_popup .kakao_template_list .cf_text{width: calc(100% - 31px); margin: 10px 0 30px 0; font-size: 14px; color: #666; text-align: right;}
|
|
|
|
/* 카카오톡 발송결과, 예약관리 문자내용 보기 */
|
|
.kakao_rev_popup .kakao_rev_tab ul{width: calc(100% - 100px); margin: 0 0 12px 0;}
|
|
.kakao_rev_popup .kakao_wrap .rev_pop_txt{min-height: 300px; max-height: 312px; background-color: #b2c7da; padding: 10px 20px 10px 20px;}
|
|
.kakao_rev_popup .replace_send_popup .rev_pop_txt{max-height: 400px;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_title{position: relative; width: calc(100% - 60px); background-color: #fae100; font-family: 'LotteMartDream'; font-size: 18px; padding: 12px 21px; margin: 20px 0 0 0; border-radius: 5px 5px 0 0; box-sizing: border-box;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_title::after{position: absolute; content: " "; width: 42px; height: 42px; background: url(/publish/images/content/icon_kakao01.png) no-repeat; right: -20px; top: -10px;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_title img{margin: 0 8px 0 0; vertical-align: bottom;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content{width: calc(100% - 60px);background-color: #fff; border-radius: 0 0 5px 5px; padding: 0 0 10px 0; margin: 0 0 20px 0;}
|
|
.kakao_rev_popup .kakao_wrap .friendtalk .allimtalk_content{margin:0;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .kakao_image img{width: 100%;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content p{width: calc(100% - 20px); white-space: normal; word-break: break-all; line-height: 1.4; padding: 0 10px; margin: 0 auto;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .template_text,.kakao_rev_popup .kakao_wrap .allimtalk_content .emphasis_title_text{font-size: 16px; font-weight: 500; color: #222;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .emphasis_side_text{padding: 15px 0 0 0;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .emphasis_title_text{padding: 0 0 15px 0; border-bottom: 1px solid #e5e5e5;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .emphasis_side_text,.kakao_rev_popup .kakao_wrap .allimtalk_content .side_info_text,.kakao_rev_popup .kakao_wrap .allimtalk_content .channel_info_text{font-size: 14px; color: #999; margin: 0 auto 6px auto; white-space: normal; word-break: break-all;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .template_text{padding: 15px 0 0 0;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .side_info_text{padding: 8px 0 0 0;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .channel_info_text{padding: 0 0 4px 0;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content button{margin: 0 0 8px 10px;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content button:last-child{margin-bottom: 0;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .template_text+.btn_kakao_type{margin-top: 8px;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .btn_kakao_channel{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ffea00;}
|
|
.kakao_rev_popup .kakao_wrap .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;}
|
|
.kakao_rev_popup .tab_phone .addText{margin:8px 0 0 0;color:#002c9a;font-size:14px;}
|
|
|
|
/* 카카오톡 발송결과, 예약관리 문자내용 보기 - 친구톡 */
|
|
.kakao_rev_popup .kakao_wrap .friendtalk .allimtalk_content{border-radius:5px;}
|
|
.kakao_rev_popup .kakao_wrap .friendtalk .kakao_image{border-radius:5px 5px 0 0;overflow:hidden;}
|
|
.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt{padding:20px;}
|
|
.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt p {margin:0 0 10px 0;font-size: 15px;color:#777;}
|
|
.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt .template_text{padding:10px 10px 0 10px;}
|
|
.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt p.kakao_block_text{width:calc(100% - 60px);text-align:right;font-size:13px;color:#555;font-weight:300;margin:10px 0 0 0;}
|
|
|
|
/* 카카오테스트발송 팝업 */
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn{height: 620px; background-image: url(/publish/images/content/kakaoBg.png);padding: 28px 19px 0 19px;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .prev_p{padding: 0 0 12px 15px;border-bottom: 0}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview{width: calc(100% - 10px); padding: 0 10px 20px 10px; margin: 15px 0 0 0; box-sizing: border-box;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_title{width: calc(100% - 20px);}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content{width: calc(100% - 20px);background-color: #fff; border-radius: 0 0 5px 5px; padding: 0 0 10px 0;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .kakao_image img{width: 100%;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content p{width: calc(100% - 20px); white-space: normal; word-break: break-all; line-height: 1.4; padding: 0 10px; margin: 0 auto;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .template_text,.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .emphasis_title_text{font-size: 16px; font-weight: 500; color: #222;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .emphasis_side_text{padding: 15px 0 0 0;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .emphasis_title_text{padding: 0 0 15px 0; border-bottom: 1px solid #e5e5e5;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .emphasis_side_text,.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .side_info_text,.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .channel_info_text{font-size: 14px; color: #999; margin: 0 auto 6px auto; white-space: normal; word-break: break-all;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .template_text{padding: 15px 0 0 0;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .side_info_text{padding: 8px 0 0 0;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .channel_info_text{padding: 0 0 4px 0;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content button{margin: 0 0 8px 10px;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content button:last-child{margin-bottom: 0;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .template_text+.btn_kakao_type{margin-top: 8px;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .btn_kakao_channel{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ffea00;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .text_preview .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .template_info_wrap{display: flex; width: calc(100% + 13px); height: auto; padding: 6px 15px 6px 23px; justify-content: space-between; align-items: center; background-color: #fae100; margin: -5px 0 0 -5.1px; border-radius: 0 0 25px 25px;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn .template_info_wrap .btn_template_choice{width: 120px; height: 36px; font-size: 16px; color: #fae100; background-color: #302218; border-radius: 5px;}
|
|
.test_sendpop.kakao_rev_popup .kakao_wrap .phone .addText{padding-top: 0; margin-top: -20px;}
|
|
|
|
/* 카카오 알림톡 개인회원일 경우 팝업창 뜸 */
|
|
.cvt_member_popup_wrap .cvt_member_layer .layer_in{padding: 50px 30px 40px 30px;font-size: 18px;line-height: 1.5;text-align: center;}
|
|
|
|
/* 팩스전송결과 상세 */
|
|
.fax_detail_popup{width: 900px; margin: 0 auto;}
|
|
.fax_detail_popup .popup_heading {background-color: #fbc72b; position: relative; padding: 15px 20px; }
|
|
.fax_detail_popup .popup_heading p {font-size: 22px; font-weight: 600;}
|
|
.fax_detail_popup .popup_heading button {position: absolute; top: 50%; transform: translateY(-50%); right: 20px;}
|
|
.fax_detail_popup .titBox>button {height: 36px;}
|
|
.fax_btn,.tip_btn{display: inline-block;font-size: 15px; padding: 0 5px; color: #444; margin: 0 2px;}
|
|
.fax_btn{border: 1px solid #e40000;}
|
|
.tip_btn{border: 1px solid #19b32b;}
|
|
|
|
/* 이용약관 다른버전 팝업 */
|
|
.clause_version_popup{width: 650px;}
|
|
.clause_version_popup .popup_heading {background-color: #fbc72b; position: relative; padding: 15px 20px; }
|
|
.clause_version_popup .popup_heading p {font-size: 22px; font-weight: 600;}
|
|
.clause_version_popup .popup_heading button {position: absolute; top: 50%; transform: translateY(-50%); right: 20px;}
|
|
.clause_version_popup .clause_list{width: calc(100% - 40px); margin: 0 auto;}
|
|
.clause_version_popup .clause_wrap{width: calc(100% - 20px); max-height: calc(100vh - 200px); overflow: auto; margin: 15px auto 0 auto; padding: 15px 0 30px 0;}
|
|
.clause_version_popup .btn_popup_wrap{width: 100%; margin: 0 auto; text-align: center;}
|
|
.clause_version_popup .btnType9{width: 300px;}
|
|
|
|
/* 이벤트 잔액 팝업 */
|
|
.event_cash_popup{width: 400px;}
|
|
.event_cash_popup .layer_in{padding: 40px 20px;}
|
|
.event_cash_popup .table_top{display: flex; justify-content: space-between; font-size: 18px;}
|
|
|
|
/* 결제완료 */
|
|
|
|
/* 누적결제액 세부내역 팝업 */
|
|
.level_popup .popup_heading p span{font-size: 18px; font-weight: 400;}
|
|
.level_popup .candidate_table .tb_wrap{min-height: auto;}
|
|
.level_popup .candidate_table table tr:first-child{border-top: 0;}
|
|
.level_popup .level_tx{margin: -20px 0 3px 0; font-size: 16px; font-weight: 300;}
|
|
.level_popup .layer_in .level_title th{ font-size: 15px; font-weight: 400; text-align: center;}
|
|
.level_popup .layer_in .level_text td{font-size: 15px; font-weight: 300; text-align: center; height: 40px;}
|
|
.level_popup .pagination{margin-top: 20px;}
|
|
|
|
/* toast popup */
|
|
.toast_popup{position:fixed;display:inline-flex;min-width:330px;height:50px;padding:10px 16px;border-radius:60px;background:#e5e5e5;justify-content:space-between;align-items:center;left:50%;bottom:-40px;transform:translateX(-50%);z-index:30;opacity:0;transition:all 0.3s;box-sizing:border-box;}
|
|
.toast_popup.active{opacity:1;bottom:40px;transition:all 0.3s;}
|
|
.toast_popup.success{background:#048848;}
|
|
.toast_popup.error{background:#e11900;}
|
|
.toast_popup i.icon.check{display:inline-block;width:28px;height:28px;margin:2px 4px 0 0;background:url(/publish/images/icon_toast_success.png) no-repeat center center;}
|
|
.toast_popup .title{font-size:16px;font-weight:500;color:#fff;line-height:1.5;}
|
|
.toast_popup .btn_close{display:inline-block;width:20px;height:20px;background:url(/publish/images/icon_toast_close.png) no-repeat center center;}
|
|
|
|
/*20건 문자(수동문자) 이용안내 팝업*/
|
|
.tw_wrap .con .tw_title{padding: 0 0 10px 0;}
|
|
.tw_wrap .tw_title01_icon{background-image: url(/publish/images/popup/tw_popup/title01_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;}
|
|
.tw_wrap .con .tw_title .tw_title02_icon{background-image: url(/publish/images/popup/tw_popup/title02_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;}
|
|
.tw_wrap .con .tw_title .tw_title03_icon{background-image: url(/publish/images/popup/tw_popup/title03_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;}
|
|
.tw_wrap .con .tw_title .tw_title04_icon{background-image: url(/publish/images/popup/tw_popup/title04_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;}
|
|
.tw_wrap .con .tw_title .tw_title05_icon{background-image: url(/publish/images/popup/tw_popup/title05_icon.png); width: 28px; height: 24px; margin: 2px 5px 0 0;}
|
|
.tw_wrap .con .tw_con ul li{font-size: 17px; color: #222; font-weight: 500; line-height: 1.8;}
|
|
.tw_wrap .con .tw_con ul .te{line-height: 1.4; text-indent: -10px; word-break: keep-all; margin: 0 0 10px 13px;}
|
|
.tw_wrap .con .tw_con ul .sub_te{font-size: 16px; color: #666; font-weight: 400; line-height: 1.5; margin: -5px 0 0 11px;}
|
|
.tw_wrap .con .tw_con .sub_li li{font-size: 16px; color: #666; font-weight: 400; line-height: 1.6; margin: 0 0 0 11px;}
|
|
.tw_wrap .con .tw_con .li_02{margin: 10px 0 0 0;}
|
|
.tw_wrap .con .tw_con img{width: 100%; margin: 22px 0 40px 0;}
|
|
|
|
/*발신번호 관리 수정*/
|
|
.sub .heading.call_numbe_con{display: flex; justify-content: space-between; align-items: center; margin: -10px 0 0 0;}
|
|
.sub .heading.call_numbe_con .btn{position: static; margin: 0 0 0 4px;}
|
|
.sub .heading.call_numbe_con .button.id_card:before{content: ''; display: inline-block; width: 20px; height: 21px; margin: 13px 7px 0 0; vertical-align: top; background: url(/publish/images/content/id_card_icon.png) no-repeat left top;}
|
|
.sub .heading.call_numbe_con .button.pro_ex{border-color: #ffcc33; background-color: #ffcc33;}
|
|
.sub .heading.call_numbe_con .button.pro_ex:before{content: ''; display: inline-block; width: 20px; height: 19px; margin: 14px 5px 0 0; vertical-align: top; background: url(/publish/images/content/icon_button_attorney.png) no-repeat left top;}
|
|
|
|
.call_number_pop{margin: 0 0 30px; padding: 11px 17px 17px; letter-spacing: -0.02em; border: 3px solid #ddd; border-radius: 5px;}
|
|
.call_number_pop .call_numbber_list li{height: auto; padding: 0 0 0 10px; margin: 0; border: none; text-indent: -8px; font-size: 15px; font-weight: 300; line-height: 26px; color: #666;}
|
|
.call_number_pop .call_numbber_list strong{font-weight: 400; color: #222;}
|
|
.call_number_pop .noted_items{background: #f5f5f5; padding: 20px; margin: 16px 0 0 0; border-radius: 5px; font-size: 14px;}
|
|
.call_number_pop .noted_items .title{display: flex; justify-content: center; width: 76px; margin: 0 0 6px 0; border-radius: 20px; border: 1px solid #002c9a; background: #fff; font-size: 15px; font-weight: 500; color: #002c9a; line-height: 24px;}
|
|
.call_number_pop .noted_items ul li{line-height: 24px;}
|
|
|
|
.ex_con_wrap{background: #f5f5f5; padding: 20px; border-radius: 5px; text-align: center;}
|
|
.ex_con_wrap .ex_con{background: #fff; padding: 34px; border-radius: 5px;}
|
|
.ex_con_wrap .ex_con .ex_con_tit{margin: 0 0 20px 0; font-family: 'GmarketSansMedium'; font-size: 22px; font-weight: 500;}
|
|
.ex_con_wrap .ex_con .ex_con_te{margin: 15px 0 0 0; font-size: 16px; color: #666; font-weight: 300;}
|
|
|
|
.servInfo_cont .layer_in.pro_layer_in{padding: 10px 30px 40px 30px;}
|
|
.pro_layer_in .call_number_pop{padding: 17px;}
|
|
.pro_btn_wrap{text-align: right; margin: 0 0 10px 0;}
|
|
.pro_btn_wrap .btn{padding: 0 17px; font-size: 16px; line-height: 46px; text-align: center; border: 1px solid #d5d5d5; border-radius: 5px; /* border-color: #ffcc33; background-color: #ffcc33;*/}
|
|
.pro_btn_wrap .btn:before{content: ''; display: inline-block; width: 15px; height: 19px; margin: 14px 8px 0 0; vertical-align: top; background: url(/publish/images/content/icon_button_attorney.png) no-repeat left top;}
|
|
.call_number_pop .pro_tit{background: #f5f5f5; padding: 10px; margin: 0 0 10px 0; border-radius: 5px; line-height: 24px; font-size: 17px; text-align: center;}
|
|
.call_number_pop .pro_tit span{font-weight: 700; color: #002c9a;}
|
|
|
|
.call_layer .info_tit{font-size: 20px; font-weight: 500; margin: 0 0 15px 0;}
|
|
.call_layer .call_new ul li {padding:0;}
|
|
.call_layer .call_new ul li .call_img {text-align: center; width:155px;}
|
|
.call_layer .call_new ul li p {font-size:16px; padding:0 0 0 10px;}
|
|
|
|
/* 발송결과 개선 : 진행현황 안내*/
|
|
.info_hover_cont {top: 40px; right: -1px; width: 320px; line-height:1.4;}
|
|
.info_hover_cont dl {padding:7px; }
|
|
.info_hover_cont dl dt {font-size:16px;}
|
|
.info_hover_cont dl dt span {font-weight: 600; }
|
|
.info_hover_cont dl dd {padding:5px 0 10px 0;}
|
|
|
|
/* 발송화면 개선 : 발송대상 리스트 팝업*/
|
|
.layer_in .popup_search_type1 { background-color: #f2f2f2; padding: 9px 20px; border-radius: 5px; margin: 10px 0 20px 0;}
|
|
.layer_in .popup_search_type1 .selType2.select_btn {width:166px;}
|
|
.layer_in .popup_search_type1 input.send_text {width:265px; border:solid 1px #ccc; height:36px;}
|
|
.layer_in .popup_search_type1 button { width:63px;}
|
|
.layer_in .gorup_join_cont .input_right.type1 {padding:0 0 0 30px; font-size:17px; font-weight:300;}
|
|
|
|
.layer_in .popup_search_type2 { background-color: #f2f2f2; padding: 9px 20px; border-radius: 5px; margin: 0 0 20px 0; display:flex; align-items:center;}
|
|
.layer_in .popup_search_type2 .title {margin:0 20px 0 10px;}
|
|
.layer_in .popup_search_type2 input.send_text {width:265px; border:solid 1px #ccc; height:36px;}
|
|
.layer_in .popup_search_type2 button { width:63px; margin:0 0 0 5px;}
|
|
|
|
/* 발송화면 개선 : 발송대상 리스트 팝업 : 주소록등록 */
|
|
.layer_in .layer_tType1.style1 select{width:155px;}
|
|
.layer_in .layer_tType1.style1 input{width:190px;}
|
|
|
|
|
|
/* 주소록 대량등록 */
|
|
.file_upload_wrap{position:relative;display:flex;justify-content:space-between;align-items:center;}
|
|
.file_upload_wrap .file_add.upload_area{display:flex;width:78%;margin:0;align-items:center;justify-content:center;}
|
|
.file_upload_wrap .file_add.upload_area p{display:block;}
|
|
.file_upload_wrap .btnType.c3{position:unset;height:82px;}
|
|
|
|
.file_upload_wrap .file_add.exel_upload_area{display:flex;width:78%;margin:0;align-items:center;justify-content:center;}
|
|
.file_upload_wrap .file_add.exel_upload_area p{display:block;}
|
|
|
|
.adr_layer.adr_popup01 .btn_list_detail {width:23px;height:23px;margin:-3px 0 0 5px;border:1px solid #d5d5d5;border-radius:5px;}
|
|
.adr_layer.adr_popup01 .btn_list_detail img{width:69%;height:auto;margin:-3.5px 0 0 0;}
|
|
.adr_layer.adr_popup14 .table_top{display:flex;align-items:center;justify-content:space-between;}
|
|
.adr_layer.adr_popup14 .table_top .excel_btn{height:30px;padding:0 10px;}
|
|
.adr_layer.adr_popup14 .tb_wrap.adr_list{min-height:320px;max-height:320px;overflow:auto;border-bottom:1px solid #d5d5d5;}
|
|
.adr_layer.adr_popup14 .tb_wrap.adr_list::after{display:none;}
|
|
.adr_layer.adr_popup14 .tb_wrap.adr_list td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
|
|
.adr_layer.adr_popup14 .cf_text_ul li{font-size:14px;color:#666;margin:0 0 5px 0;}
|
|
.adr_layer.adr_popup14 .cf_text_ul li:last-child{margin:0;}
|
|
|
|
/* 주소록 대량등록 팝업 헤더 수정 */
|
|
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{z-index: 1;}
|
|
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{z-index: 1;}
|
|
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{z-index: 1;}
|
|
.tabulator .tabulator-header .tabulator-col::after{position: absolute; content: " "; width: 100%; height: 14px; background-color: #e5e5e5; bottom: 0; left: 0; z-index: 0;}
|
|
.tabulator .tabulator-header .tabulator-col .tabulator-col-content{background-color: #ededed;}
|
|
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder .tabulator-col-title{position: relative; z-index: 1;}
|
|
|
|
/*문자전송_안심번호 안내 추가 팝업*/
|
|
.info_guide_popup .layer_in{padding: 30px 25px 36px;}
|
|
.info_guide_popup .layer_in .info_list .center{margin: 6px 0;}
|
|
.info_guide_popup .layer_in .info_list li:before{content: normal;}
|
|
.info_guide_popup .layer_in .info_list li .sub_te{margin: 0 0 0 8px;}
|
|
.info_guide_popup .layer_in .info_list li .sub_te li:before{content: '-'; position: absolute; left: 0; top: 0; font-size: 15px; font-weight: 300; line-height: 26px;}
|
|
.info_guide_popup .layer_in .info_guide_sub{margin: -20px 0 0 0; font-size: 14px; color: #666; font-weight: 300; line-height: 1.5;}
|
|
.info_guide_popup .layer_in .info_guide_sub span{color: #222; font-weight: 400;}
|
|
|
|
/* ie */
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
/* 특수문자 */
|
|
.send_miniPop.spc_character .cnt_character > a{width: calc((100% - 7px) / 7.02);}
|
|
.send_miniPop.spc_character .cnt_character.emt_character.emt_width a{width: calc(100%/3.05);}
|
|
/* 포인트 교환 */
|
|
.layer_tType1 td .input_in2 {transform: inherit;}
|
|
/* 그룹 내보내기 */
|
|
.select_group ul li button {top: 0;}
|
|
} |