/*
Cascading Style Sheet Name: bizalimtalk login
Author: KIM MIN SOO

Colors:
	basic yellow 	: #ffdc00
	screen yellow 	: #FAE100
	dark yellow 	: #FFCC00

Fonts:
	font-family: 'NanumSquare','Spoqa Han Sans','Kakao', 'Noto Sans KR', 'sans-serif';
	font-family: 'Font Awesome\ 5 Free','Material Icons';
	font-family: "Material-Design-Iconic-Font";
*/

@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
/* @import url('http://meta-kage.kakaocdn.net/dn/osa/blog/assets/fonts/Kakao.css'); */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700'); */

@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Noto+Sans+KR:100,300,400,500,700,900&subset=korean');

@import url('https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/* @import url('../css/icon-font.css'); */
@import url('../views/_layout/bootstrap/css/fonts.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css');
@font-face {
    font-family: 'KohiLearn';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
/* @font-face {
    font-family:'GmarketSansMedium';
    src:url('/views/_layout/fonts/GmarketSansMedium.otf') format('woff');
    font-weight:normal;
    font-style:normal;
} */
/* @font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2') format('woff2');
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
} */


/* 올지니 버전 */
:root{
    --color_primary:#ffe451;
    --color_primary2:#601986;

    --color_secondary:#f1cc00;
    --color_secondary2:#9546be;
    --color_secondary3:#f3f3f3;
    --color_secondary4:#ff0090;
    --color_secondary5:#4c9df8;
    --color_secondary6:#19a647;

    --color_price:#cf0000;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          outline: none;
}
em, i {font-style: normal;}
::selection {
    background:#FAE100;
    text-shadow: none;
}

.modal_position{width: 400px;position: fixed; top:200px; right: 200px;}
.company_lists_textarea{height: 350px;}

.exists_box{height: 350px; overflow: scroll;}
::-moz-selection {
    background:#FAE100;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background:#FAE100;
    color: #FFF;
    text-shadow: none;
}

.animated_bg {
	background: #ef008c;
	color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family:'Noto Sans KR', 'Spoqa Han Sans', 'kakao', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}
button{font-family:'Noto Sans KR', 'Spoqa Han Sans', 'kakao', sans-serif; border-radius: 2px;}
a {
	color: inherit;
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
*:focus {
    outline: none;
}
.checked:before {
	line-height: 1.5;
}

textarea[readonly] {
    background-color: #fff;
    cursor: default;
}
select::-ms-expand {
  display: none;
}
select {
  background-image: url("../img/select_arrow.png");
  background-repeat:no-repeat;
  background-position: right 10px top 12px;
  background-size: 9px 9px;
  background-color: #fff;
  padding:0 35px 0 10px;
  font-size:13px;
  font-weight: 400;
  color:#000;
  border:1px solid #dddfe3;
  border-radius:0;
  -webkit-appearance: none;
  outline:0;
  cursor: pointer;
}
select.account_link {
	height: 28px !important;
	line-height: 28px;
	background-color: #37404d;
    border: 1px solid #646d7b;
    color: #cdced1;
    background-image: none;
    padding: 0 15px;
}
#search_box .search_position1{position: relative; top:45px; right: 271px;}
#search_box .search_position2{position: relative; right:745px;}
#search_box .search_position3{position: relative; top:11px;right: 0}
#search_box .search_box1234{margin-bottom: 70px;}

select.account_link:hover {
	background: transparent;
	border: 1px solid #646d7b;
}
.account_link_admin {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
	background-color: #37404d;
    border: 1px solid #646d7b;
    color: #cdced1;
    padding: 0 15px;
}
.account_link_admin:hover {
	background: transparent;
	border: 1px solid #646d7b;
}
select.lg {
	width: 380px;
}
select.md {
	width: 240px;
}
select.sm {
	width: 80px;
}
textarea:focus {
	box-shadow: none !important;
}
input::placeholder, textarea::placeholder {
	color: #878787;
	font-weight: 300;
	font-size: 13px;
}

img {
	vertical-align: middle;
}
.selectpicker {
}


/* 충전 라디오 버튼 */
.charging_checks {
	display: inline-flex;
	overflow: hidden;
	vertical-align: middle;
  border-right: 1px solid #47b5e5;
}
.charging_checks input[type="radio"] {
  border: 1px solid #47b5e5 !important;
	overflow: hidden;
}
.charging_checks label:before{}
.charging_checks label {
	text-align: center;
	padding: 0 15px  !important;
	margin: 0 -1px 0 0  !important;
	border: 1px solid #47b5e5;
  box-sizing: border-box;
	white-space: nowrap;
	background: #ecf7fc;
}
.charging_checks label:hover {
	cursor: pointer;
}
.charging_checks input[type="radio"]:checked + label {
	background-color: #ffd600;
	color: #000;
	margin-bottom: 0;
}
.charging_checks label:first-of-type {
	border-radius: 3px 0 0 3px;
}
.charging_checks label:last-of-type {
	border-radius: 0 3px 3px 0;
	margin-right: 0;
}

/* 라디오 버튼 */
.checks {position: relative;}
.checks input[type="radio"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.checks input[type="radio"] + label {display: inline-block; position: relative; padding-left: 24px; margin-right:10px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0px; top:0; width: 18px; height: 18px; text-align: center; background: #fff; border: 1px solid #e4e4e4; border-radius: 100%;}
.checks input[type="radio"]:checked + label:before { background: #fff; }
.checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top:0; left: 0px; width: 18px; height: 18px; border:5px solid var(--color_primary); border-radius: 100%; }

/* 체크박스 그룹 */
.form_check {position: relative;}
.form_check input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.form_check input[type="checkbox"] + label { display: inline-block; position: relative; padding-left: 24px; margin-right: 15px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-bottom: 0;}
.form_check input[type="checkbox"] + label:before { content: ''; position: absolute; left: 0px; top: 0px; width: 18px; height: 18px; text-align: center; background: #fff; border: 1px solid #e4e4e4;}
.form_check input[type="checkbox"]:checked + label:before { content: '\e876'; font-family: 'Material Icons'; font-size: 13px; font-weight: bold; line-height: 18px; color: #000; background: var(--color_primary); }

/* Dropdown style */
.dropdown_btn {
	position: relative;
	display: block;
	height: 42px;
	line-height: 42px;
	width: 100%;
	padding: 0px 30px 0px 15px;
	border: 1px solid #dedede;
	text-align: left;
	cursor: pointer;
	background-color: #f8f8f8;
}
.dropdown_btn:after {
	content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999 transparent transparent;
}
.dropdown_panel {
	position: relative;
	z-index: 1000;
}
.dropdown_link {
	display: none;
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	border: 1px solid #dedede;
	background-color: #f8f8f8;
	text-align: left;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.dropdown_link li {
	display: block;
	padding: 10px;
}
.dropdown_link li:hover {
	color: #ff6f00;
	cursor: pointer;
}


/* 기본 체크박스
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-right: 7px;
	vertical-align:middle;
}
input[type="checkbox"]:checked + label span {
	content: "";
	position: relative;
	color: #000;
	background: var(--color_primary);
	border: 1px solid #ffd900;
}
input[type="checkbox"]:checked + label span:after {
	content: '\e876';
	font-family: 'Material Icons';
	font-size: 13px;
	font-weight: bold;
}
 기본 체크박스 */

label {
	font-weight: 400;
}
/*  파일업로드 스타일  */
label.file input {position:relative; display: none;}

label.file {
	position: relative;
	width:100%;
	padding: 0;
	margin: 0;
	cursor:pointer;
}
label.file:after {
	content:"선택된 파일이 없습니다.";
	display:block;
	line-height: 38px;
	background-color:#f0f1f3;
	padding: 0 15px;
	overflow: hidden;
	font-size: 12px;
	border: 1px solid #d4d8e1;
	height: 38px;
}
label.file[title]:not([title=""]):after{
	content:attr(title);
}
label.file:before {
	content:"파일선택";
	float: right;
	height: 38px;
	padding: 0 15px;
	line-height: 38px;
	background-color: #666;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin-left: -1px;
}
input.var {
	width: 60px;
	height: 18px !important;
	border: 0;
	background: var(--color_primary);
	vertical-align: middle;
	border-radius: 0px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px;
}
input.var:focus {
	outline: none;
}

.flex {
	display: flex;
}
.flex.jc-sb {
	justify-content: space-between;
}
.tl {
	text-align: left !important;
}
.tc {
	text-align: center !important;
}
.tr {
	text-align: right !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.h200 {
	height: 200px;
	overflow-y: auto;
}
textarea.memo {
	width: 900px;
	height: 100px;
	resize: vertical;
}

.test:before {
	content: "\E853";
	font-family: 'Material Icons';
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 7px;
}

.card_list {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
	/**/
}

.card_list .card_item {
	flex:1;
	position: relative;
	background: #fff;
	padding: 15px;
	margin: 0 10px 20px 10px;
	border: 1px solid #dedede;
}
.card_item.at {
	background: linear-gradient(135deg, #6aedd9, #37a0e4);
}
.card_item.ft {
	    background: linear-gradient(135deg, #dd78e3, #7e66f1);
}
.card_item.sms {
	background: linear-gradient(135deg, #ee8d67, #ee4495);
}
.card_list .card_item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: all .25s ease;
	z-index: 10;
}
.card_item .card-head {
	display: block;
	font-size: 16px;
	font-weight: 500;

	vertical-align: middle;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.card_item .card-head.line {
	border-bottom: 1px solid #e2e6ee;
}
.card_item .card-head i {
	vertical-align: middle;
}
.card_item .card-body {
	display: block;

}
dl.main_rank {
	padding: 5px 0;
}
dl.main_rank:after {
	content: "";
	display: block;
	clear: both;
}
.main_rank dt {
	float: left;
}
.main_rank dd {
	float: right;
}
.rank_num {
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	border-radius: 3px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #dedede;
}
.card_info {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1;
}
.card_info.at {
	background:  url('../img/main/icon_at.png')no-repeat left center;
	background-size: 50px;
}
.card_info.ft {
	background: url('../img/main/icon_ft.png')no-repeat left center;
	background-size: 50px;
}
.card_info.sms {
	background: url('../img/main/icon_sms.png')no-repeat left center;
	background-size: 50px;
}
 .card_info.total:after {
	content: "건";
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
}
.card_info.total {
	font-size: 36px;
	text-align: right;
	padding: 25px 0;
}
.card_info.total h4 {
	font-size: 14px;
	font-weight: 100;

}
.card_info.detail {
	border-top: 1px solid #dedede;
	padding-top: 10px;
	font-size: 15px;
    font-weight: 300;
}
.card_info.detail li {
	line-height: 2;
}
.card_info.detail li:after {
	content: "";
	display: block;
	clear: both;
}
.card_info.detail .info_title {
	float: left;
}
.card_info.detail .data_area {
	float: right;
}
.card_info.detail .data_area:after {
	content: "건";
	display: inline-block;
	color: #000;
}
.card_info.detail .data_area.success {
	color: #11b3ff;
}
.card_info.detail .data_area.fail {
	color: #fb5300;
}

@media screen and (max-width: 768px) {
	.card_list {
		flex-direction: column;
	}
	.card_list .card_item {

	}
}
a.more_info {
	position: absolute;
	top: 15px;
	right: 15px;
	text-decoration: underline;
}
.card_info.acount:after {
	content: "건";
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
}
.icon_more {
	transform: rotate(0);
	transition: all .3s ease;
	cursor: pointer;
	text-align: center;
	padding: 5px;
}
.icon_more:hover {
	transform: rotate(180deg);
	transition: all .3s ease;
}
.dashboard_notice {
	display: table;
	table-layout: fixed;
	font-size: 12px;
	width: 100%;
	margin-bottom: 7px;
}
.dashboard_notice .tit {
	display: table-cell;
}
.dashboard_notice .tit p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dashboard_notice .date {
	display: table-cell;
	width: 80px;
	text-align: right;
}
.guide_box {
	border: 4px solid #ebeef2;
	background: #fff;
	padding: 25px;
	line-height: 1.8;
}
.guide_box ul li {
	list-style: disc;
	margin-left: 20px;
}
.search_box {
	margin-bottom: 15px;
}
.search_box input {
	background: #fff;
  display: inline-block;
}
/*************** 2019.01.25 history/friend/talk/lms 페이지 수정 ******************/
/* 기본 레이아웃 */
#dhnWrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-content: stretch;
	align-items: stretch;
}
header {
	display: flex;
    width: 100%;
    height: 70px;
    line-height: 70px;
	background: #2d3539;
	color: #fff;
	padding: 0 20px;
}
main {
	flex: 1;
	display: flex;
}
aside {
    width: 220px;
    min-width: 220px;
}
article {
	flex: 1;
	background-color: #f2f2f2;
}
#side {
    width: 100%;
    min-height: 100%;
	border-right: 1px solid #ced7eb;
}
#mContent {
	width: 100%;
}
#mArticle {
	position: relative;
	width: 100%;
	padding: 25px;
}

/* 기본 버튼 스타일 */
.btn.yellow {
	background: var(--color_primary);
	color: #000;
}
.btn.black {
	background: #404040;
	color: #fff;
  border:solid 1px #404040 !important;
}
.btn.red {
	background: #ff2c2c;
	color: #fff;
}
.btn.blue {
	background: #60a7e5;
	color: #fff;
}
.btn.lg {
	min-width: 120px;
	height: 46px;
	line-height: 34px;
	font-size: 14px;
}
.btn.sm {
	font-size: 11px;
	height:28px !important;
	line-height: 100%;
}
.btn.intitle {
	min-width: 80px;
	height: 38px;
	line-height: 24px;
	margin-top: 12px;
}
.btn.plus {
	border: none;
	border-radius: 3px;
}
.btn.plus:before {
	content: "\e146";
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 18px;
	vertical-align: middle;
	margin-right: 7px;

}
.btn.del {
	color: #ff0000;
	border-radius: 3px;
}
.btn.add {
	color: #fff;
	background: #60a7e5;
	border-radius: 3px;
}
.btn.dark {
	background-color: #666;
	color: #fff;
	border: none;
}
.btn_period.active {
	border-color: rgba(0,0,0,0.05);
    background-color: var(--color_primary);
    color: #000;
}
.btn_period {
	display: inline-block;
    width: 70px;
    height: 32px;
    border: 1px solid rgb(216,216,216);
    font-size: 14px;
    line-height: 27px;
    color: rgb(51,51,51);
    text-align: center;
    margin-left: -1px;
}
.btn.link {
	display: block;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: left;

}
.btn.link:hover {
	background: var(--color_primary);
}
.btn.help {
	height: 32px;
	padding: 0 20px;
	border-radius: 32px;
}
.btn.help:before {
	content: "?";
	display: inline-block;
	margin-right: 7px;
}
.btn.mini {
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	padding: 0 10px;
	border-radius: 3px;e
}
/* 스위치 버튼 스타일 */
.switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.switch i {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #666;
  border-radius: 13px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.2s linear;
}
.switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch input:checked + i {
  background-color: #4BD763;
}
.switch input:checked + i::before {
  transform: translate3d(12px, 2px, 0) scale3d(0, 0, 0);
}
.switch input:checked + i::after {
  transform: translate3d(12px, 2px, 0);
}

.form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-right:10px;
  height: 34px;
  vertical-align: middle;
}
.form-switch i {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
  background-color: #999;
  border-radius: 17px;
  transition: all 0.1s linear;
  box-shadow: inset 2px 2px 1px rgba(0,0,0,0.2);
}
.form-switch i::before {
  content: "설정안함";
  font-style: normal;
  position: absolute;
  font-weight: 400;
  color: white;
  font-size: 11px;
  line-height: 32px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  text-align: right;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.1s ease;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.1s linear;
}
.form-switch:active i::after {
  width: 30px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(17px, 2px, 0);
}
.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-switch input:checked + i {
  background-color: var(--color_primary);
  box-shadow: inset 2px 2px 1px rgba(0,0,0,0.1);
}
.form-switch input:checked + i::before {
	content: "설정함";
	font-style: normal;
	position: absolute;
	left:0;
	top:0;
	padding-left: 15px;
	text-align: left;
	color: #000;
	font-weight: 400;
	transition: all 0.1s ease;
}
.form-switch input:checked + i::after {
  transform: translate3d(58px, 2px, 0);
}
.form-search {
	width: 920px;
	border: none;
	display: inline-block;
	color: #fff;
	background-color: transparent;
	font-size: 1.5em;
	outline: none;
}

#upload, #db, #private, #fr {
    display: none;
}
input[value="upload"]:checked ~ #upload {
    display: block;
}
input[value="db"]:checked ~ #db {
    display: block;
}
input[value="private"]:checked ~ #private {
    display: block;
}
input[value="fr"]:checked ~ #fr {
    display: block;
}
#db label {
	margin-right: 10px;
}
.switch_radio label {
  float: left;
}

.switch_radio label {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #dddfe3;
}

.switch_radio label:hover {
	cursor: pointer;
}

.switch_radio input:checked + label {
  background-color: var(--color_primary);
  border: 1px solid #e6c400;
  color: #000;
}
.group_all {
	border-bottom: 1px solid #dddfe3;
	margin-bottom: 10px;
}
.switch_content {
	position: relative;
	margin: 15px 0;
}
.clearfix {
	clear: both;
}

/* 기본 테이블 스타일 */
table input[type=checkbox] {
	display: block;
}

table {
	width: 100%;
  background-color: #fff;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #d3d8e1;
}
th, td {
	font-size: 13px;
	/* font-weight: 300; */
	text-align: center;
}
thead tr {
	border-bottom: 1px solid #d3d8e1;
}
th{
	height: 40px;
	line-height: 40px;
    border-left: 1px solid #d3d8e1;
	background: #f8f9fd;
	color: #555;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;

}
tbody tr {
	border-bottom: 1px solid #e9ebf0;
}
tbody tr:last-of-type {

}
td{
	position: relative;
	padding:10px 15px;
	vertical-align:middle;
	border-left: 1px solid #e9ebf0;
	word-wrap: break-word;
}
td:first-of-type {
	border-left: none;
}

/* 목록 테이블 스타일 */
.table_list input[type=checkbox] {
	display: inline-block;
}
.table_list.board td {
	text-align: left;
}
.table_list {
	background: #fff;
  margin-bottom:20px;
}
.table_list table {
	width: 100%;
}
.table_list th, .table_list td {
	text-align: center;
	table-layout: fixed;
}
.table_list th:first-child{border-left:none;}
.table_list thead tr {
	border-bottom: 1px solid #d3d8e1;
}
.table_list thead th{
	height: 40px;
	line-height: 1.2;
    border-left: 1px solid #d3d8e1;
	background: #f8f9fd;
	color: #555;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
}
.table_list tbody tr {
	border-bottom: 1px solid #e9ebf0;
}
.table_list tbody tr:last-of-type {

}
.table_list tbody tr:hover {
	background: #fafafa;
}
.table_list td{
	position: relative;
	padding:7px 10px;
	vertical-align:middle;
	border-left: 1px solid #e9ebf0;
	word-break: keep-all;
	word-wrap: break-word;
}
.table_list .td_msg{height:52px; text-overflow: ellipsis;}
.table_list td:first-of-type {
	/* border-left: none; */
}
.table_list tr.reserve td {
	background-color: #edf0f5;
	    border-bottom: 1px solid #d3d8e1;
    border-left: 1px solid #d3d8e1;
}
.table_list tr.reserve:hover {
	box-shadow: none;
}
.lf {
	white-space: nowrap;
}
/* 상태 테이블 스타일 */
.table_stat input[type=checkbox] {
	display: inline-block;
}
.table_stat {
	position: relative;
	margin: 15px 0;
	background: #fff;
  float:left;
  margin-right:10px;
  display: inline-block;
}
.table_stat .input_w130{width:130px;}
.table_stat_header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	background-color: #86919d;
	box-shadow: 0px 3px 4.6px 0.5px rgba(0, 0, 0, 0.23);
    z-index: 1;
}
.table_stat_body {
/*	max-height: 600px;
	overflow-y: auto;
*/
	margin-top: -1px;
	margin-right: -17px;
	padding-right: 17px;
}
.table_stat table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table_stat th, .table_stat td {
	font-size: 12px;
	border: 1px solid #7a848f;
	table-layout: fixed;
}
.table_stat thead tr {

}
.table_stat thead th{
	line-height: 1;
	background: #858f9a;
    border: 1px solid #778597;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	word-wrap: break-word;
}
.table_stat thead th > p {
	font-weight: 100;
}
.table_stat tbody td{
	position: relative;
	padding:10px 5px;
	border: 1px solid #cdcdcd;
}

.table_stat th.tit_succ, .table_stat th.tit_fail {
	font-size: 12px;
	font-weight: 300;
	background: #7d8491;
}
.table_stat tbody tr:hover {
	background: #fafafa;
}
.table_stat td.name {
	word-break: break-word;
}
.table_stat td.succ, .table_stat td.fail {
	font-weight: 300;
}
.table_stat td.succ, .table_stat td.fail, .table_stat td.total {
	text-align: right;
}
.table_stat td.succ {
	color: #14a0fa;
	border-right: none;
}
.table_stat td.fail {
	color: #ff3c4c;
}
.table_stat tr.total {
	background: #e6e8ef;
	height: 50px;
}
.table_stat tr.total:hover {
	background: #e6e8ef;
}
.table_stat .total_all {
	background: var(--color_primary);
}
.table_stat .total_all:hover {
	background: var(--color_primary);
}
/* 단가표 테이블 스타일 1 */
.price_table {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0;
}
.price_table table {
	table-layout: fixed;
    width: 100%;
    border: none;
    border-top: -1px;
    border-bottom: -1px;
}
.price_table table tr th {
	border: none;
	border-top: 1px solid #ddd;
	background-color: #f8f8f8;
    padding: 30px;
    font-size: 16px;
    color: #222;
}
.price_table table tr th strong {
	font-size: 24px;
    font-weight: 900;
}
.price_table table tr td {
	border: none;
	border-top: 1px solid #eee;
    padding: 15px 20px;
    font-size: 16px;
    color: #666;
    text-align: left;
    vertical-align: middle;
}
.price_table table tr:hover {
	background: #f8f8f8;
}
.price_table table tr td+td {
	text-align: right;
	color: #333;
}
/* 단가표 테이블 스타일 2 */
.price_list {
	margin-top: 20px;
}
.price_list .table_top {
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
}
.table_top .notice {
	color: crimson;
}
.table_top {
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
}
.table_top .guide {
    padding: 10px 20px;
    background-color: #e8f6ed;
    border: 1px solid #b9d4c4;
    border-radius: 10px;
    margin: 10px 0 20px;
}
.table_top .alert {
    padding: 10px 20px;
    background-color: #e6e6e6;
    color: #ff563f;
    border: 1px solid #b2ccdc;
    border-radius: 10px;
    margin: 10px 0 20px;
}
.price_list table {
	table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}
.price_list table tr th {
	background-color: #f8f8f8;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.price_list table tr.kakao th {
	background: #feefb9;
}
.price_list table tr th strong {
	font-size: 18px;
    font-weight: 900;
}
.price_list table tr td {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    vertical-align: middle;
}
.telecom {
	padding-bottom: 8px;
}
.telecom:last-child {
	padding-top: 8px;
	padding-bottom: 0;
	border-top: 1px solid #dedede;
}
/* 통계 테이블 스타일 */
.table_graph {
	width: 1050px;
	display: block;
}
/* 통계 테이블 스타일 */
.txt_guide {
	color: #828282;
	font-size: 1.3rem;
	font-weight: 300;
	margin-left: 10px;
}

.nopadding {
	padding: 0 !important;
}
.info_img {
	float: left;
	width: 300px;
	margin-right: 25px;
	position: relative;
	padding: 0;

}
.info_img img {
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	cursor: pointer;
}


.poster {
	width: 100%;
	height: 450px;
	color: #727272;
	font-weight: 100;
	border: 2px solid #ddd;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s;
	margin-right: 40px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.img_upload {
	text-align: center;
}
.img_upload label {
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;

}
.img_upload.left {
	float: left;
	margin-right: 40px;
	width:300px;
}
.img_upload.right {
	overflow: hidden;
}
.poster:hover {
	color: #000;
	border: 2px solid rgba(255, 223, 43, 1);
	background-color: rgba(255, 223, 43,0.1);
}
.img_upload_info {
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding: 20px;
}
.img_upload_info.uploaded {
	display: none;
}
.poster .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.poster .img_upload_info > i {
	font-size: 40px;
	opacity: 0.5;
	margin-bottom: 10px;
}
.poster h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.poster p {
	font-size: 14px;
}
.poster input[type="file"] {
	width: 100%;
	height: 100% !important;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.info_contents_wrap {
	overflow: hidden;
}
.info_contents_wrap li {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #dedede;
	vertical-align: middle;
}
.info_contents_label {
	float: left;
    width: 200px;
    font-weight: 400;
    color: #767a83;
    word-break: break-all;
    line-height: 32px;
}
.info_contents {
	display: inline-block;
	color: #000;
	vertical-align: top;
}
.info_contents .notice {
	color: #f57f17;
}
.info_contents .alert {
	color: #d50000;
}
.info_contents input, .info_contents select {
	height: 32px !important;
}
.label_red {
	color: #fd6464;
    border: 1px solid #fd6464;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
}

.account_tab {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
	margin-bottom: 0px;
	padding-left: 50px;
}
.account_tab ul {
	display: inline-block;
	width: 1200px;
	text-align: left;
}
.account_tab ul li {
	position: relative;
	display: inline-block;
    font-size: 13px;
    color: #A6A6A6;
    margin-right: 80px;
    padding: 15px 0;
    cursor: pointer;
}
.account_tab ul:last-child {
	margin-right: 0;
}
.account_tab .selected {
	font-weight: 700;
	color: #000;
	position: relative;
}
.account_tab ul li.selected:after  {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--color_primary);
	position: absolute;
	bottom: 0;
}
.account_tab ul li:hover {
	font-weight: 500;
	color: #000;
}
.icon_wide {
	/* background: rgba(0,115,233,0.7); */
	background: rgba(255,223,43,0.8);
	color: #000;
	position: absolute;
	bottom: 10px;
  left:50px;
	padding: 5px 0;
  width:100px;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;
	z-index: 100;
	border-radius: 30px;
	border: 2px solid #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.icon_nopost {
	font-size: 2rem;
}
.icon_nopost:before {
	content: "\e14b";
	display: block;
	font-family: 'Material Icons';
	font-size: 5rem;
	color: #828282;
}

.toggle_layer_wrap {
	display: none;
	width: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
	border: 0px solid #dedede;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	margin-top: 10px;
	background: #fff;
	border: 1px solid #d4d8e1;
	z-index: 100;
}
.toggle_layer_wrap h3 {
	display: block;
	height: 40px;
	line-height: 40px !important;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 300;
	background: #ffd900;
	color: #000;
}
.layer_content {
	padding: 15px;
}
.icon_close {
	line-height: 40px;
	cursor: pointer;
	z-index: 1;
  margin:7px 8px 0 0 !important;
}
.material-icons.info {
	font-size: 18px;
	color: #ff9a00;
	vertical-align: middle;
}
.btn.icon_resend:before {
	content: "\f122";
	display: inline-block;
	font-family: 'Font Awesome\ 5 Free';
	font-size: 16px;
	font-weight: bold;
	margin-right: 7px;
	color: #ff9a00;
}
.emoticon_wrap {
	background: #f8f8f8;
}
.emoticon_wrap img{max-width: 100%;}
.emoticon_wrap.emoticon ul {
	display: flex;
	flex-wrap: wrap;
}
.emoticon_wrap.emoticon ul li {
	width: 40px;
	height: 40px;
	padding:5px;
}
.emoticon_wrap ul li {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.emoticon_wrap ul li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	cursor: pointer;
	border-radius: 5px;
	background: #fff;
	transition: all .2s ease;
}
.emoticon_wrap_multi ul li {
    float: left;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.emoticon_wrap_multi ul li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    transition: all .2s ease;
}
.send_list {
	padding: 15px;
	background: #fff;
}
/* .send_list ul{
  max-height:500px;
  overflow-y: auto;
} */

.send_list ul::-webkit-scrollbar{
    width:10px;
  }
.send_list ul::-webkit-scrollbar-thumb{
    background-color:#607d8b;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
  }
.send_list ul::-webkit-scrollbar-track{
    background-color:#fff;
    border-radius: 10px;
  }

.send_num_add input {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
}
.send_list label {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.send_list ul li {
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 300;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #f8f8f8;
}
.send_list ul li.check_all {
	position: relative;
	border-bottom: 1px solid #ddd;
}
.send_amount {
	margin-left: 0px;

	color: #666;
}
.inbox {
	border: 1px solid #dbdde2;
}
.inbox .head {
	padding: 15px;
	border-bottom: 1px solid #dbdde2;
}
.reserve_time {
	display: inline-block;
	border: 1px solid red;
}

/* 상단 스타일 */
.home_mobile {
		display: none;
	}
.ham {
	display: none;
	padding:20px 0;
	cursor: pointer;
}
.ham span {
	display: block;
	background: #fff;
	width: 32px;
	height: 4px;
	border-radius: 3px;
	transition: margin 0.25s 0.25s, transform 0.25s;
}
.ham .bar1 {margin-bottom: 8px;}
.ham .bar3 {margin-top: 8px;}

.ham.active span {
	transition: margin 0.25s , transform 0.25s 0.25s;
}

.ham.active .bar1 {
	margin-top: 8px;
	margin-bottom: -4px;
	transform: rotate(45deg);
}
.ham.active .bar2 {
	transform: rotate(45deg);
}
.ham.active .bar3 {
	margin-top: -4px;
	transform: rotate(135deg);
}
.head_logo a {
	font-size: 24px;
	font-weight: 100;
	padding-top: 3px;
	white-space: nowrap;
}
.head_logo strong {
	margin-right: 7px;
}
.head_logo img {
	height: 36px;
	margin-right: 7px;
	margin-top: -5px;
}
.head_loginInfo {
	margin-left: auto;
}
.head_loginInfo ul {
	font-size: 12px;
}
.head_loginInfo ul:after {
	content: "";
	display: block;
	clear: both;
}
.head_loginInfo ul li {
	float: left;
	margin-right: 8px;
}
.head_loginInfo ul li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-bottom: -2px;
	margin-left: 7px;
	border-right: 1px solid #fff;
}
.head_loginInfo .account {
	border: 1px solid #fff;
	text-align: center;
	border-radius: 9px;
	padding: 2px 5px;
	font-size: 10px;
	margin-left: 5px;
}
.logout {
	position: relative;
}

/* 사이드메뉴 스타일 */
.snb_mart {
	padding: 30px 15px 15px;
	text-align: center;
}
.profile {
	display: block;
	width: 68px;
	height: 68px;
	background: url('../img/logo/logo_dhn.png') no-repeat center center;
	background-size: contain;
	border-radius: 5px;
	margin: 0 auto;
}
.profile_name {
	margin: 10px;
}
.deposit {
	font-size: 12px;
	border-top: 1px solid #dbdde2;
	margin-bottom: 15px;
}
.deposit_total {
	display: block;
	padding: 10px;
}
.deposit_total:after {
	content: "";
	display: block;
	clear: both;
}
.deposit_panel {
	position: relative;
	background: #f2f2f2;
	padding: 10px;
	color: #999;
}
.deposit_panel:before {
	content: "";
	background: #f2f2f2;
	display: block;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	position: absolute;
	top: -6px;
	left: 20px;
}
.deposit_panel ul li:after {
	content: "";
	display: block;
	clear: both;
}
.deposit_panel ul li {
	line-height: 2;
	position: relative;
}
.deposit_tit {
	float: left;
}
.deposit_tit em {
	font-size: 10px;
}
.deposit_total_num {
	float: right;
	color: #ff563f;
}
.deposit_total_num:after {
	content: "원";
	display: inline-block;
	color: #999;
}
.deposit_num {
	float: right;
	color: #ff563f;
	margin-right: 15px;
}
.deposit_num:after {
	content: "건";
	display: inline-block;
	color: #999;
}
.notice_box {
	background: rgb(252,252,252);
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
	margin-top: 15px;
}
.link_info_wrap {
	margin-top: 10px;
	padding: 15px;
	background: rgb(252,252,252);
	border: 1px solid rgba(0,0,0,0.1);
}
.link_info_wrap > label {
	font-weight: bold;
	color: #fff;
	width: 100%;
  display:inline-block;
	text-align: center;
	background: #494949;
	padding: 5px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.btn.charge_top {
	display: none;
}
.btn.charge {
	display: block;
	width: 100%;
	padding: 7px 0;
	margin-bottom: 10px;
	font-size: 13px;
	/*background: url('../img/icon/icon_refill.png')no-repeat left 15px center;
	background-size: 24px;*/
	background-color: var(--color_primary);
}
.btn.charge:before {
	content: "￦";
	display: inline-block;
	margin-right: 5px;
	color: #000;
	background: url('../img/icon/icon_won.png')no-repeat center center;
	background-size: 24px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.btn.charge:hover {
	background-color: var(--color_primary);
}
.btn-order {
	min-width: 120px;
	height: 46px;
	line-height: 34px;
	font-size:20px;
	background: #404040;
	color: #fff;
	margin: 15px 0;
  border:none;
  border-radius: 5px;
}
.btn-order:hover {
	background: var(--color_primary);
}
.btn_group {
	width: 100%;
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}
.btn_group:first-child {
	margin-left: 0;
}
.btn_group:last-child {
	margin-right: 0;
	border-right: none;
}
.btn.excel, .btn.txt {

}
.btn.excel:before {
	content: "\f1c3";
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	color: #08743b;
	/*
	background: url('../images/2019/icon_excel.svg')no-repeat center center;
	background-size: 100%;*/
	margin-right: 10px;
}
.btn.txt:before {
	content: "TXT";
	font-family: 'Roboto';
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	background: #777;
	padding: 0 5px;
	/*
	background: url('../images/2019/icon_excel.svg')no-repeat center center;
	background-size: 100%;*/
	margin-right: 10px;
}
.btn_file {
	margin-left: -1px;
	height: 36px;
	background-color: #666;
	color: #fff;
	padding: 0 10px;
	border: 1px solid #dbdde2;
}
.btn_minus {
	width: 34px;
	height: 34px;
	background: #d4d8e1;
}
.btn_minus:before {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 1em;
	color: white;
	display: inline-block;
	transform: rotate(45deg);
}
.input_link_wrap {
    position: relative;
	margin-bottom: 10px !important;
}
.input_link_wrap button.btn.md[data-clipboard-action="copy"]{
	min-width: 55px;
}
/* .input_link_wrap:last-of-type {
	margin-bottom: 0;
} */
.btn_add {
	position: relative;
	border: 1px solid #d4d8e1;
	padding-right: 15px;
    vertical-align: middle;
    line-height: 32px;
    text-align: left;
    box-sizing: border-box;
}
.btn_add:hover {
	background: #fff;
}
.btn_add:before {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 1em;
	line-height: 32px;
	color: #000;
	display: inline-block;
	margin-right: 10px;
    float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	border-right: 1px solid #dddfe3;
	background: var(--color_primary);

}

.nav_hide {
	position: absolute;
    top: 0;
    left: 260px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    background-color: #fff;
    border-right: 1px solid #dbdde2;
    border-bottom: 1px solid #dbdde2;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}
.nav_hide::before {
	content: "\f0c9";
	display: block;
	position: absolute;
	top:7px;
	left: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 24px;
}
.panel_info {
	background: #FDEDEC;
	padding: 15px;
	margin-bottom: 15px;
}
.panel_info p {
	color: deeppink;
	line-height: 2;
}
.panel_info ul li {
	position: relative;
    padding: 0 0 5px 8px;
    color: #767a83;
}
.panel_info ul li:before {
	display: inline-block;
	position: absolute;
    top: 9px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #767a83;
    content: "";
}
/* TAB MENU 스타일 */
.tab_menu {
	font-size: 18px;
	border-bottom: 1px solid #e2e6ee;
	padding: 0;
	height: 70px;
	line-height: 68px;
	background: #fff;
}
.tab_menu ul:after {
	content: "";
	display: block;
	clear: both;
}
.tab_menu ul li {
	display: inline-block;
	position: relative;
	margin:0 30px;

}
.tab_menu ul li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #dedede;
	transform: translateX(30px);
}

.tab_menu .on {
	border-bottom: 2px solid #2dacbd;
	color: #2dacbd;
}

/* CONTENTS 공통 스타일 */
.tit_wrap {
	display: block;
	width: 100%;
	height:65px;
	line-height: 65px;
	border-bottom: 1px solid #dbdde2;
  border-top: 1px solid #dbdde2;
	background: #fff;
	padding-left: 30px;
	font-size: 20px;
	font-weight: 400;
	color: #000;
  position: relative;
}
.tit_wrap h2 {
	font-size: 28px;
	font-weight: 400;
	color: #000;
	border: 1px solid red;
}
.tit_notice {
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dbdde2;
	background: #fff;
	padding-left: 50px;
	line-height: 50px;
}
.tit_notice h2 {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	margin-right: 10px;
}
.tit_notice h2:before {
	content: "\f0a1";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 18px;
	color: hotpink;
	margin-right: 7px;
}
.tit_notice span {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #909090;
}
.form_section {
	margin:0 50px;
}
/* 모바일 */
@media (max-width:480px) {
  .form_section {margin:0;}
  .form_section .inner_tit{line-height:1 !important;}
  .form_section .inner_tit h3 {font-size: 20px !important; margin:0 0 10px 0 !important;}
}
.form_section:last-child  {
	margin-bottom: 0;
}
.form_section.col {
	width: 33%;
}
.form_section .inner_tit {
    padding:0;
    line-height: 60px;
}
.form_section .inner_tit.tit_flex {
    display: flex;
    align-items: center;
    gap:20px;
}
.form_section .inner_tit h3 {
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin:10px 0 20px 0;
    font-weight: normal;
}
.preview_info{
  background-color: #fff;
  border-radius: 30px;
}
.inner_notice {

}
.list_total {
	display: inline-block;
	color: #e19242;
}
.form_section .inner_content {
	padding:20px 40px 40px 40px;
}
.form_section .inner_content.white{
  background-color: #fff;
}
.h34{height:34px !important; display: inline-block; line-height: 34px; margin-left:5px; font-size: 13px !important;}
.inner_notice {
	position: relative;
    padding: 15px 25px;
    border: 1px solid #dbdde2;
    background-color: #fffff7;
    margin-bottom: 35px;
    border-left: 3px solid var(--color_primary);
}
.white_box{background-color: #fff; padding:30px; width:100%; border:solid 1px #ddd;}
.inner_notice h3 {
	font-size: 18px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}
.inner_notice ul li {
	list-style: disc;
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.8;
}

.group_container {
	display: flex;
}
.group_wrap {
    max-height: 800px;
    height: 799px;
    overflow-y: auto;
    border: 1px solid #e7e7e7;
}
.group_wrap:not(first-child) {
	margin-left: -1px;
}
.group_search {
	width: 100%;
}
table.group_table {
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border: none;
}

table.group_table thead th{
	line-height: 1;
	background: #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
    border-left: none;
    border-right: none;
	font-size: 12px;
	height: 48px;
	padding: 0 10px;
	word-wrap: break-word;
}
table.group_table tbody td {
	position: relative;
	padding: 0 10px;
	border-bottom: 1px solid #e7e7e7;
    border-left: none;
    border-right: none;
	word-break: break-all;
	text-align: left;
	height: 42px;
}
table.group_table tbody tr:hover {
	background: #fafafa;
	cursor: pointer;
}
table.group_table tbody tr.active td {
	color: #337ab7;
    font-weight: 700;
}
.group_wrap .title {
	background-color: #f5f5f5;
    width: 100%;
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.group_wrap .title dl {
    text-align: center;
    font-weight: bold;
    border: 0px;
}
.group_wrap .title dl:after {
	content: '';
	display: block;
	clear: both;
}
.group_wrap .title dl dt {
	width: 250px;
	float: left;
}
.group_wrap .title dl dd {
	width: 260px;
}
.group_wrap dl dt, .group_wrap dl dd {
    float: left;
}
.group_wrap ul li {
	display: block;
	border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    line-height: 1;
}
.group_wrap ul li.active {
    color: #337ab7;
    font-weight: bolder;
}
.group_wrap ul li dl {
	vertical-align: middle;
}
.group_wrap ul li dl:after {
	content: '';
	display: block;
	clear: both;
}
.group_wrap ul li dl dt {
	width: 240px;
}
.group_wrap ul li dl dd {
	font-size: 8pt;
}
 .inner_content.detail_info {
	width: 400px;
}
.deposit_wrap {
display: inline-block;
width:100%;
padding:30px;
background-color: #fff;
}
.deposit_wrap .deposit_box{width:25%; height:100px; float:left; text-align: center; font-size: 1.5rem; border-right:solid 1px var(--color_primary2);}
.deposit_wrap .deposit_box:last-child{border-right:none;}
.deposit_wrap .deposit_box .d_number{margin-top: 10px; font-size: 2.8rem; color:var(--color_primary2); font-weight: 700; font-family: 'Spoqa Han Sans';}
.deposit_wrap .deposit_box .d_number span{font-size: 1.5rem;}
.deposit_wrap .deposit_box .precharge{font-size:1.5rem; opacity: 0.7;}
.deposit_wrap .deposit_box .precharge span{font-size: 1.2rem;}
.deposit_wrap h4 {
	font-family: 'Spoqa Han Sans';
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
  color: #404040;
  font-weight: normal;
}
.white_box .deposit_wrap h4 p {
	font-size: 2.3rem;
	font-weight: 700;
	color: var(--color_primary2);
}
/* 모바일 */
@media (max-width:480px) {
    .form_section{width:100%;}
    .contents_wrap{width:100% !important;}
    .deposit_wrap{width:100%;}
    .deposit_wrap .deposit_box{width:100%; border-right:none; margin-bottom:10px;}
}
.rows {
	display: block;
	margin-top: 30px;
}
.stat_date_wrap {
	font-size: 28px;
	line-height: 34px;
}
.stat_date_wrap i {
	font-size: 38px;
}
input.stat_date {
	cursor: pointer;
	background: transparent;
	border: none;
	text-align: center;
	width: 200px;
	font-size: 28px;
}
input.stat_date:focus {
	border: none !important;
	outline: none !important;
}
.detail_msg_wrap {
	width: 300px;
	margin: 25px;
	border: 1px solid #dedede;
}
.detail_msg_wrap .tit {
	border-bottom: 1px solid #dedede;
	padding: 15px;
}
.detail_msg_wrap .content {
	height: 300px;
	padding: 15px;
	line-height: 1.8;
	overflow-y: scroll;
}
.inner_content.preview_info {
  position:relative;
	width: 630px;
  border: 1px solid #dedede;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}
/* 모바일 */
@media (max-width:480px) {
  .inner_content.preview_info {width:100%;}
  .form_section .inner_content {padding:0 5%;}
  .btn_send_cen {width:100%; margin: 20px 0 30px 0; text-align:center; }
  .editor_box{display: block; margin-top:50px;}
  .white_box{overflow-x: auto; width:100%; position: relative;}
  .white_box .search_wrap{width:100%; display: inline-block; margin-bottom:0 !important;}
  .white_box .search_wrap .search_period{width:100%;}
  .white_box .search_wrap .search_period li{width:20%;}
  .white_box .search_wrap select{float:left; width:100%; margin:5px 0;}
  .white_box .search_wrap #searchStr{float:left; width:150px !important;}
  .white_box .search_wrap #check{float:left;}
  .charging_checks{display: none;}
  .label_notice{clear: left; width:100%; display: block; margin-top:10px;}
  footer .footer_info {margin:0 15px 10px 15px;}
  .s_txt{clear: left; width:100%;  display: inline-block; line-height:150%;}
  .list_myinfo .mi_lbox{width:100%;}
  .list_myinfo .mi_rbox{width:100%; margin-left:0 !important;}
  #div_preview_shop img{height:100%;}
  .mi_rbox dl{width:100%; display: inline-block;}
  .mi_rbox dl:first-child{margin-top:10px;}
  .mi_rbox dl dt{width:100%; display: inline-block;}
  .mi_rbox dl dd{width:100%; display: inline-block; padding-left:0 !important; border-left: none;}
  .mi_rbox dl dd input{width:100%;}
}
.info_detail {

}
.info_detail_msg {
  position: absolute;
  /* left:750px; */
  left:660px;
  top:0;
  /* width:650px; */
  width:920px;
}
.info_detail_msg .mobile_preview{
}
.content_container {
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgb(233,233,233);
    margin-bottom: 15px;
}

.content_container:last-of-type {
	margin-bottom: 0;
}

.info_text {
	position: relative;
}
.info_text2 {
	position: relative;
  clear: left;
  display: inline-block;
  margin-top:10px;
  color:#f00;
}

/* HISTORY(발신목록) 스타일 */

.search_wrap {
	display: block;
	margin-bottom: 10px;
}
.search_wrap .align-right{float:right; padding:5px 0 0 0;}

ul.search_period {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
ul.search_period li {
	float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border: 1px solid rgb(216,216,216);
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: -1px;
    cursor: pointer;
}
ul.search_period li.active {
	border-color: rgba(0,0,0,0.05);
    background-color: var(--color_primary);
    color: #000;
}

.info_detail{background-color: #fff; padding:30px 0 40px 0; border-radius: 30px; width:100%;}
.inner_tit .excel{margin:40px 0 0 0;}
.help_wrap {
    overflow: hidden;
    margin-top: 46px;
    padding: 20px;
    border: 1px solid rgb(233,233,233);
}
.sending_stat_now {
	display: inline-block;
	width: 100px;
	padding-left:15px;
	padding-right:15px;
	height: 26px;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 15px;
}
/* .sending_stat_now:first-of-type:after {
	content: "";
	display: block;
	border-bottom: 1px solid #ddd;
	padding-top: 7px;
} */
.sending_stat_now:last-of-type {
	margin-bottom: 0;
}
.sending_stat_now.send {
	color: #fff;
	background: #11b3ff;
}
.sending_stat_now.send:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon/icon_check.svg')no-repeat center center;
	background-size: auto 14px;
	margin-right: 5px;
	margin-bottom: -5px;
}
.sending_stat_now.request {
	color: #fff;
	background: orange;
}
.sending_stat_now.request:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon/icon_request.svg')no-repeat center center;
	background-size: auto 14px;
	margin-right: 5px;
	margin-bottom: -5px;
}
.sending_stat_now.end {
	background: #00c73c;
}
.sending_stat_now.end:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon/icon_request.svg')no-repeat center center;
	background-size: auto 14px;
	margin-right: 5px;
	margin-bottom: -5px;
}
.sending_stat {
	display: inline-block;
	width: 100px;
	padding:0 15px;
	height: 38px;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 38px;
}
.sending_stat.reserve {
	background: var(--color_secondary2);
}
.stb {
	font-size: 12px;
	font-weight: 300;
	color: #000;
}
.sending_stat.reserve:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon/icon_time.svg')no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
	margin-bottom: -5px;
}
.sending_stat.send {
	color: #fff;
	background: #11b3ff;
}
.sending_stat.send:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon/icon_check.svg')no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
	margin-bottom: -5px;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sending_stat.end {
	background: #607d8b;
}
.sending_stat.end:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon/icon_request.svg')no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
	margin-bottom: -5px;
}
.num_total {
	font-family: 'Roboto';
	font-size: 28px !important;
	font-weight: 100 !important;
	letter-spacing: -1px;
	white-space: nowrap;
	text-align: right !important;
}
.num_total:after {
	content: "건";
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	margin-left: 3px;
}
.num_wrap {
	display: flex;
	font-family: 'Roboto';
	white-space: nowrap;
}
.num_wrap:not(:first-of-type) {
	margin-top: 5px;
	padding-top: 7px;
	border-top: 1px solid #e9ebf0;
}
.num_wrap > span {
	flex: 1;
	text-align: left;
}
.num_wrap:before {
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	height: 24px;
	width: 50px;
	line-height: 24px;
	margin-right: 10px;
}
.num_wrap.fir:before {
	content: "1차발송";
	/*background: #5DADE2;*/
}
.num_wrap.sec:before {
	content: "2차발송";
	/*background: #AED6F1;*/
}
.num_wrap.thi:before {
	content: "3차발송";
	/*background: #AED6F1;*/
}
.send_type {
	display: block;
}
.send_type:not(:last-child) {
	margin-bottom: 7px;
}
.send_type.fir:before {
	content: "1차발송";
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	height: 24px;
	width: 50px;
	line-height: 24px;
	margin-right: 10px;
	text-align: center;
	background: #f8f8f8;
}
.send_type.sec:before {
	content: "2차발송";
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	height: 24px;
	width: 50px;
	line-height: 24px;
	margin-right: 10px;
	text-align: center;
	/*background: #AED6F1;*/
}
.send_type.thi:before {
	content: "3차발송";
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	height: 24px;
	width: 50px;
	line-height: 24px;
	margin-right: 10px;
	text-align: center;
	/*background: #AED6F1;*/
}
.num_sucess {
	font-size: 18px;
	font-weight: 300;
	color: #11b3ff;
	margin-right: 20px;
	text-align: right;
}
.num_sucess:before {
	content: "성공";
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	color: #666;
	margin-right: 5px;
	vertical-align: middle;
}
.num_fail {
	font-size: 18px;
	font-weight: 300;
	color: #fb5300;
	text-align: right;
}
.num_fail:before {
	content: "실패";
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	color: #666;
	margin-right: 5px;
	vertical-align: middle;
}
.noted {
	display: block;
	color: #ff9a00;
	padding:7px;
  width:100%;
  clear: left;
}
.info_desc {
	display: inline-block;
	font-size: 12px;
	color: #000;
	margin: 0 5px 0 0;
}
/* TALK(친구톡보내기) 스타일 */

.input_content_wrap {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e3e7ee;
}

.input_tit {
	position: absolute;
    /* top:5px; */
    top:15px;
    left:0;
	width: 150px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	clear: left;
	word-break: break-all;
}
.input_content {
	padding-left: 150px;
	min-height: 25px;
	word-break: break-all;
}

.send_view {
	border: 1px solid #dedede;
	margin-right: 25px;
	width: 400px;
	margin-right: 25px;
	padding: 15px;
}
.send_view:last-of-type {
	margin-right: 0;

}
.preview_wrap {
	position: relative;
}
.mobile_templet {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 15px;
	background: #fff;
}
.mobile_preview {
	position: absolute;
	top: -20px;
	left: 650px;
	width: 300px;
	border-radius: 30px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
/*	background: url('../images/2019/mobile_preview.png')no-repeat center top;
	background-size: contain;
	width: 300px;
	height: 800px;
	padding: 110px 40px;
	margin-left: 50px;
*/
}
.sms_preview {
	position: absolute;
	top:-20px;
	left: 650px;
	width: 300px;
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
/*	background: url('../images/2019/mobile_preview.png')no-repeat center top;
	background-size: contain;
	width: 300px;
	height: 800px;
	padding: 110px 40px;
	margin-left: 50px;
*/
}

.mobile_preview.detail {
  position: relative;
  top: 0;
  left: 0;
  float:left;
  margin-right:10px;
}
.sms_preview.detail {
  position: relative;
	top: 0;
	left: 0;
    float:left;
    /* margin-left: 30px; */
}
.sms_preview.toggle {
	position: absolute;
	top: 0;
	left: 500px;
}
/* 텍스트알림톡/ 오른쪽 미리보기 */
.input_content_wrap[style="display:none;"]:has(label[id="id_STEP3"]) ~ .input_content_wrap.planB .sms_preview.toggle {top: 220px;}

/* 친구톡/ 2차/ 알림톡/ +3차 문자/ 오른쪽 미리보기 */
#send_friend_content #hidden_fields_talk[style="display: block;"] .sms_preview.toggle {top: -92px;}

.msg_type_txt {
	border: 1px solid #dedede;
	margin-right: 5px;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	border-radius: 5px;
}
.msg_type_txt.sms {
	border: 1px solid #ff9a00;
	color: #ff9a00;
}
.msg_type_txt.lms {
	border: 1px solid #00a7ff;
	color: #00a7ff;
}
.msg_type_txt.mms {
	border: 1px solid #c800ff;
	color: #c800ff;
}
/* .msg_type_txt.sms:before {
	content: "SMS";
	display: inline-block;
	color: #ff9a00;
}
.msg_type_txt.lms:before {
	content: "LMS";
	display: inline-block;
	color: #00a7ff;
}
.msg_type_txt.mms:before {
	content: "MMS";
	display: inline-block;
	color: #c800ff;
} */

.msg_type {
	position: absolute;
	top: 40%;
	right: 0;
  left:0;
	width: 100%;
  z-index: 1000;
	border-radius: 100%;
	border: none;
	font-size: 50px;
	line-height: 80px;
  color: #ddd;
  opacity: 0.5;
	text-align: center;
	font-weight: normal;
  font-family: 'Montserrat';

}
.msg_type.sms {

}
.msg_type.lms {

}
.msg_type.mms {

}
.msg_type.sms:before {
	content: "SMS";
	display: inline-block;
  color: #ff9a00;
}
.msg_type.lms:before {
	content: "LMS";
	display: inline-block;
  color:#00a7ff;
}
.msg_type.mms:before {
	content: "MMS";
	display: inline-block;
}


.msg_type_txt2 {
	border: 1px solid #dedede;
	margin-right: 5px;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	border-radius: 5px;
}
.msg_type_txt2.sms {
	border: 1px solid #ff9a00;
	color: #ff9a00;
}
.msg_type_txt2.lms {
	border: 1px solid #00a7ff;
	color: #00a7ff;
}
.msg_type_txt2.mms {
	border: 1px solid #c800ff;
	color: #c800ff;
}
/* .msg_type_txt.sms:before {
	content: "SMS";
	display: inline-block;
	color: #ff9a00;
}
.msg_type_txt.lms:before {
	content: "LMS";
	display: inline-block;
	color: #00a7ff;
}
.msg_type_txt.mms:before {
	content: "MMS";
	display: inline-block;
	color: #c800ff;
} */

.msg_type2 {
	position: absolute;
	top: 40%;
	right: 0;
  left:0;
	width: 100%;
  z-index: 1000;
	border-radius: 100%;
	border: none;
	font-size: 50px;
	line-height: 80px;
  color: #ddd;
  opacity: 0.5;
	text-align: center;
	font-weight: normal;
  font-family: 'Montserrat';

}
.msg_type2.sms {

}
.msg_type2.lms {

}
.msg_type2.mms {

}
.msg_type2.sms:before {
	content: "SMS";
	display: inline-block;
  color: #ff9a00;
}
.msg_type2.lms:before {
	content: "LMS";
	display: inline-block;
  color:#00a7ff;
}
.msg_type2.mms:before {
	content: "MMS";
	display: inline-block;
}

.preview_tit {
	border: 1px solid #ddd;
	margin-bottom: -1px;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
}
.preview_circle {
	/*display: block;
    width: 9px;
    height: 9px;
    margin: 23px auto 12px;
    border-radius: 100%;
    background-color: rgb(237,237,237);*/
    display: block;
    width: 60px;
    height: 9px;
    margin: 23px auto 12px;
    border-radius: 5px;
    background-color: rgb(237,237,237);
}
.preview_round {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.preview_round span{background-color: #11b3ff; color:#fff; padding:2px 7px; font-size: 12px; border-radius:3px; margin-right:5px;}
.preview_msg_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}
.preview_msg_window {
	position: relative;
	width: 100%;
	height: 490px;
	overflow-y: auto;
  background-color:#abc1d1;
  border-radius:20px 20px 0 0;
}
.mobile_msg_window {
	height: 300px;
	overflow-y: auto;
	border: none;
  border-radius: 2px;
  background-color: rgb(199,224,228);
}
.preview_msg_window.sms {
	font-size: 12px;
	border: 1px solid #dedede;
	padding: 15px;
	overflow-y: auto;
  border-radius:20px 20px 0 0;
  background:#fff url('/dhn/images/character.png') no-repeat 65px 280px;
}
.preview_msg_window.lms {
	font-size: 12px;
	background: #fff;
	padding: 10px;
	overflow-y: auto;
  border-radius:20px;
}
.preview_box_profile {
	padding: 10px;
}
.preview_box_profile .profile_thumb {

}
.preview_box_profile .profile_thumb img {
	width: 24px;
	height: 24px;
	border-radius: 25%;
	background: #000;
}
.preview_box_profile .profile_text {
	font-size: 10px;
	vertical-align: top;
	margin-left: 2px;
}
.preview_box_msg {
	width: 210px;
	background: #fff;
	font-size: 12px;
	border: 1px solid #b2ccdc;
    border-radius: 10px;
    margin: -10px 0px 0px 30px;
    padding: 10px;
    overflow: hidden;
    line-height: 150%;
}
.preview_msg_window.rcs{
    /* width: 100%; */
	/* height: 450px; */
	/* height: 490px;
	overflow-y: auto; */
    background-color:#fff;
    /* border-radius: 20px; */
    /* border: 1px solid #dbdde2; */
}
.preview_msg_window.rcs .preview_box_msg{
	width: 260px;
	background: #f5f5f5;
	font-size: 12px;
	border:none;
    border-radius: 10px;
    margin:0 0 0 10px;
    padding: 10px;
    overflow: hidden;
    line-height: 150%;
}
/* .preview_box_msg div[id^="btn_preview_div"], */
.preview_msg_window.rcs .preview_box_msg div[id^="btn_preview_div"]{
    line-height: 30px;
    margin-top:8px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 15px;
}

.rcs_top_date{width:100%; text-align: center; display: inline-block; margin:10px 0 10px 0; opacity: 0.5; font-size: 0.7em;}

.rcs_msg_type {
	position: absolute;
	top: 40%;
	right: 0;
  left:0;
	width: 100%;
  z-index: 1000;
	border-radius: 100%;
	border: none;
	font-size: 40px;
	line-height: 80px;
  color: #ddd;
  opacity: 0.5;
	text-align: center;
	font-weight: normal;
  font-family: 'Montserrat';
  letter-spacing : -1px;

}

.rcs_msg_type.sms {

}
.rcs_msg_type.lms {

}
.rcs_msg_type.mms {

}
.rcs_msg_type.tem {

}
.rcs_msg_type.sms:before {
	content: "RCS SMS";
	display: inline-block;
    /* white-space:pre; */
    /* line-height:50px; */
    color: #ff9a00;
}
.rcs_msg_type.lms:before {
	content: "RCS LMS";
	display: inline-block;
    color:#00a7ff;
}
.rcs_msg_type.mms:before {
	content: "RCS MMS";
	display: inline-block;
}
.rcs_msg_type.tem:before {
	content: "RCS\ATemplate";
	display: inline-block;
    white-space:pre;
    line-height:40px;
}
.preview_box_msg.wide {
	width: 260px;
	margin: -15px 10px 10px 32px;
}
.icon_share {
  display: none;
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    padding: 5px;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background: #e6eff1 url('../img/icon_share.png') no-repeat center center;
    background-size: 13px;
}
.preview_option {
	position: relative;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #fff;
}
.btn_preview_option {
	width: 50%;
  padding:12px 0;
	float: left;
	text-align: center;
	white-space: nowrap;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  border-radius:0 0 20px 0;
}
.btn_preview_option:hover {
	background: #f8f8f8;
}
.btn_preview_option:first-child {
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-radius:0 0 0 20px;
}
.preview_option:last-child {
  border-right: solid 1px #ddd;
  border-radius:0 0 20px 20px;
}
.preview_home {
    width: 38px;
    height: 38px;
    margin: 11px auto 0;
    border-radius: 48px;
    margin-bottom: 20px;
}

.templet_check > input[type="radio"] {
	display: none;
}
.templet_check > input[type="radio"] + label {
    display: block;
    width: 48px;
    height: 48px;
    margin: 11px auto 0;
    border: 1px solid rgb(197,197,197);
    border-radius: 48px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 46px;
    color: #828282;
}
.templet_check > input[type="radio"]:checked + label {
	background: var(--color_primary);
	color: #000;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.15);
}

.preview_msg {
	width: 100%;
	height: 360px;
	padding: 15px;
	overflow-y: auto;
	border: 1px solid rgb(175,203,207);
    border-radius: 2px;
    background-color: rgb(199,224,228);
}
.preview_msg.sms {

    background-color: white;
}
.preview_msg:before {
	content: "";
	display: inline-block;
	position: absolute;
	top:12px;
	left: -6px;
	width: 12px;
	height: 12px;
	background: #fff;
	transform: rotate(45deg);
}
.preview_msg textarea {
	width: 100%;
	background: #fff;
	border: none;
	resize: none;
	overflow-y: scroll;
	cursor: default;
}
.txt_ad {
	padding: 10px;
	background-color:#f8f8f8;
    color: #000;
}
.msg_box {
	border: 1px solid #dbdde2;
	margin-bottom:10px;
	line-height: 1.6;
	font-size: 12px;
}

.msg_box.wrap_send_list{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f8f9fd;
}
.msg_box.wrap_send_list .send_list{
    width:750px;
    padding: 15px 20px;
    background: none;
}
.msg_box.wrap_send_list .send_list .form-control[readonly]{
    background-color: #fff;
}
.msg_box.wrap_send_list .send_list_txt{
    margin:10px 0 10px 20px;
    line-height: 1.7;
    font-size: 13px;
    color:#1091d0;
}

.msg_box .bottom {
	background: #f8f8f8;
	border-top: 1px solid #dddfe3;
	padding: 10px;
}
.msg_box .bottom .num {
	font-size: 18px;
	color: #ff9a00;
	margin-left: 10px;
}
.send_total_num {
	font-size: 18px;
	color: #ff9a00;
	margin-left: 10px;
}
.input_msg {
	border: none;
	width: 100%;
	height: 335px;
	resize: none;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	padding: 12px;
	line-height: 1.5;
	overflow-y: auto;
  letter-spacing: -0.1em;
}
.input_msg p{height:5px;}
.input_content .planB {
	background: #efefef;
}
.txt_byte {
	display: block;
	padding: 5px 0;
  margin:0 15px;
}
.form_group {

}
.form_group label {
	line-height: 36px;
	margin-right: -1px;
	font-size: 16x;
	padding: 0 15px;
	background: #f6f6f6;
	border: 1px solid #dedede;
	float: left;
	width: 100px;
	text-align: center;
}
.current_time {
	font-family: 'Roboto';
	padding: 15px;
	font-size: 18px;
	font-weight: 300;
	color: #212121;
	letter-spacing: 0px;
	border: 1px solid #d9d9d9;
	text-align: center;
	border-radius: 7px;
	margin-bottom: 15px;
}
.current_time:before {
	content: "현재시간";
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: #878787;
}
.realdate {
	margin-right: 10px;
}
.realtime {
	font-family: 'Roboto';
	font-size: 14px;
	padding: 3px;
	border-radius: 2px;
	color: #fff;
	background: rgba(0,0,0,0.3);
}
.msg_inner {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
.msg_main {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}
.msg_main_box {
	border: 1px solid #dedede;
	padding: 15px;
	width: 300px;
	height: 500px;
	margin-right: 20px;
}
.msg_main_box h3 {
	font-size: 16px;
	font-weight: 300;
}
.msg_banner {
	background: url('../img/msg_title_img_01.png') no-repeat center right, url('../img/msg_title_bg_01.png') center center;
	background-size: contain, contain;
	margin-bottom: 20px;
	display: block;
	height: 140px;
	margin: 15px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	padding-top: 30px;
	font-size: 2.5rem;
}
.msg_banner strong {
	font-weight: 900;
}
.msg_banner p {
	font-weight: 300;
}
.msg_select {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 240px;
	margin: 0 15px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #dedede;
	padding: 25px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: right 25px bottom;
	cursor: pointer;
	transition: all .15s ease;
}
.msg_select:hover{
	/*background-color: #fae02a;*/
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	transition: all .15s ease;
}
.type_info {
	width: 200px;
	float: left;
}

.msg_select h3 {
	margin: 0;
	padding: 0;
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
	color: #000;
}
.msg_select p {
    font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
}
.msg_select.alimtalk {
	background-image: url('../img/msg_main_bg_003.png');
}
.msg_select.friendtalk {
	background-image: url('../img/msg_main_bg_001.png');
}
.msg_select.friendtalk_w {
	background-image: url('../img/msg_main_bg_002.png');
}
.msg_select.sms {
	background-image: url('../img/msg_main_bg_004.png');
	background-size: 220px;
}
.msg_coupon {
	padding: 25px;
	text-align: left;
	background: #7493f8 url('../img/msg_main_bg_006.png')no-repeat;
	background-size: 160px;
	background-position: left 20px bottom 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-family: 'Spoqa Han Sans';
	color: #fff;
}
.collect_select {
	padding: 25px;
	text-align: left;
	background: #87c0e7 url('../img/collect_bg.png')no-repeat center bottom;
	background-size: 500px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-family: 'Spoqa Han Sans';
	color: #fff;
}
.collect_select h3 {
	font-size: 16px;
	font-weight: 700;
}
.collect_select p {
	font-size: 12px;
	font-weight: 400;
}
.delivery_msg h3 {
	font-size: 16px;
	font-weight: 700;
}
.delivery_msg p {
	font-size: 12px;
	font-weight: 400;
}
.delivery_msg {
	position: relative;
	display: block;
	clear: left;
	padding: 25px;
	text-align: left;
	background: #95ccda;
	border-radius: 5px;
	font-family: 'Spoqa Han Sans';
	color: #fff;
}
.delivery_msg:hover .ani_car {
	transform: translateX(-340px);
	transition: all 1.2s ease-in;
}
.ani_car {
	width: 150px;
	display: block;
	position: absolute;
	right: -30px;
	bottom: -5px;
}

.delivery_txt {
	position: absolute;
	top: 25px;
	right: 180px;
	font-family: 'Kakao';
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.3);
}
.btn.btn_msg_select {
	position: absolute;
	top: 160px;
	left: 20px;
	margin-top: 15px;
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 3px;
	background-color: rgb(255,223,44);
}
.btn.btn_msg_select:after {
	content: "\f2fb";
	display: inline-block;
	margin-left: 15px;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.btn.btn_msg_select:hover {
	background-color: rgb(231,200,26);
}
.btn.btn_collect_select:hover {
	background-color: rgb(231,200,26);
}
.banner_section {
	margin-top: 0px;
}
.banner_wrap {
	border: 1px solid #dedede;
	padding: 15px;
	border-radius: 5px;
	margin: 0 auto;
}

/* CS(고객지원) 스타일 */
.cs_info {
	display: flex;
	justify-content: left;
	background-color: #f8f9fd;
	border: 1px solid #dbdde2;
	padding: 20px;
	margin-bottom: 25px;
}
.cs_wrap {
	width: 400px;
}
.cs_call {
	margin-right: 50px;
}
.cs_call span {
	font-family: 'Roboto';
	font-size: 34px;
	font-weight: 300;
	line-height: 100%;
	color: #1091d0;
}
.cs_call:before {
	content: "고객센터";
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
.cs_call:after {
	content: "(평일 09:00~18:00)";
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #828282;
}
.cs_support {
	font-size: 18px;
	padding-top: 20px;
}
.cs_support .icon_cs {
	margin-left: 30px;
}
.cs_support .icon_cs:before {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #9eb8c9;
	text-align: center;
	line-height: 50px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}
.cs_support .request:before {
	content: "\f590";
}
.cs_support .remote:before {
	content: "\f108";
}

/* footer 스타일 */
.footer_wrap {
	width: 100%;
	padding: 25px;
}
.footer {
	font-size: 12px;
	color: #767a83;
}
.footer .info {
	border-top: 1px solid #dddfe0;
	padding-top: 25px;
	margin-top: 25px;
}
.footer ul {

}
.footer ul li {
	display: inline-block;
}
.footer ul li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-right: 8px;
	padding-right: 10px;
	border-right: 1px solid #dbdde2;
}
.footer .copyright {
	margin: 20px 0 0;
    font-size: 11px;
    font-family: 'Roboto' ,sans-serif;
}
.footer .paragraph {
	display: block;
    margin: 2px 0 14px;
}

/****************** tool tip *****************/
.icon_tooltip {
	color: #555;
	font-size: 18px;
	position: relative;
	text-align: center;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.icon_tooltip.unit {
	position: absolute;
	top: -2px;
	right: -10px;
	font-size: 14px;
}

.icon_tooltip_wrap {
	position: absolute;
	top: 40px;
	left: -45px;
	width: 120px;
	font-size: 12px;
	background: #ffe239;
	color: #666;
	opacity: 0;
	padding: 15px;
	border-radius: 5px;
	pointer-events: none;
    transition: all .25s ease-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10;
}

.icon_tooltip_wrap:before {
	border-left: solid transparent 16px;
	border-right: solid transparent 16px;
	border-bottom: solid var(--color_primary) 16px;
	top: -8px;
	content: " ";
	height: 0;
	left: 40px;
	position: absolute;
	width: 0;
}

.icon_tooltip:hover .icon_tooltip_wrap {
	opacity: 1;
	pointer-events: none;
    transform: translateY(0px);
}
.btn_group_lg {

}
.btn_group_lg button {
	margin:30px 50px;
}
.table_btn_group {
	display: block;
	width: 100%;
}

/* IE can just show/hide with no transition */
.lte8 .icon_tooltip .icon_tooltip_wrap {
	display: none;
}

.lte8 .icon_tooltip:hover .icon_tooltip_wrap {
	display: block;
}

.tab_group {
    position: relative;
    width: 100%;
    padding: 20px 29px 20px 30px;
    border-bottom: 1px solid #d9e3e5;
    background-color: #f8f9fd;
    display: flex;
    justify-content: space-between
}
.tab_group button {
	flex: 1;
	padding: 10px;
	margin-right: 10px;
}
.tab_group i {
	font-size: 21px;
	vertical-align: middle;
}
.nodata {
	text-align: center;
	padding: 50px 0;
}
.nodata > p {
	margin: 15px 0;
}
.material-icons.icon_error {
	font-size: 100px;
}

.icon_success {
	color: #00c73c;
	font-size: 16px;
	font-weight: 500;
	margin-right: 7px;
}
.icon_success:before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f058";
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	margin-right: 7px;
}
.icon_fail {
	color: #ff3c4c;
	font-size: 16px;
	margin-right: 7px;
}
.icon_fail:before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f057";
	display: inline-block;
	font-size: 18px;
	margin-right: 7px;
}
.fail_note {
	color: #000;
}
.btn_link {
	display: block;
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	background: #f8f8f8;
	color: #222;
	border-radius: 3px;
}
.btn_link {
	margin-top: 10px;
}
.btn_link:hover {
	background: inherit;
}
.btn_link_box {
	display: inline-block;
	border: 1px solid #dddfe3;
	height: 38px;
	line-height: 38px;
}
.btn_link_box > span {
	display: inline-block;
	height: 100%;
	padding: 0 25px;
	border-right: 1px solid #dddfe3;
	overflow: hidden;
}
.btn_link_box > span:first-of-type {
	background: #f8f8f8;
}
.btn_link_box > span:last-of-type {
	border-right: none;
}
.link_name {
	background: #f8f8f8;
}
.link_url {

}
.btn.img_plus {
	background: none;

}
/*************** 2020.05.20 Modal 버튼스타일 수정 ******************/
.btn.round {
	border-radius: 30px;
}
.modal .btn.enter, .modal .btn.test-send, .modal .btn.all, .modal .btn.selDel, .modal .btn.del, .modal .btn.select-send, .modal .btn.temp, .modal .btn.up, .modal .btn.down, .modal .btn.submit, .modal .btn.filter_all, .modal .btn.customer_save, .modal .btn-custom {
	border-radius: 50px;
	background: var(--color_primary);
	color: #000;
	font-weight: 700;
	border: none;
	width: 100px;
}
.modal .btn.include_phns {
	border-radius: 50px;
	background: var(--color_primary);
	color: #000;
	font-weight: 700;
	border: none;
	width: 100px;
	margin: 0 10px;
}
.btn.modal {
	border-radius: 50px;
	background: #fff;
	color: #000;
	font-weight: 700;
	border: 1px solid #dedede;
	width: 100px;
}
.btn.modal_cancel, .btn.dismiss {
	border-radius: 50px;
	border: none;
	background: #ededed;
	color: #666;
	font-weight: 700;
	width: 100px;
	margin: 0 10px;
}
.btn.modal_confirm {
	border-radius: 50px;
	background: var(--color_primary);
	color: #000;
	font-weight: 700;
	border: none;
	width: 100px;
}
.btn.include_phns.modal_del {
	background: #ff563f;
	color: #fff;
}
/*************** 2020.05.20 Modal 레이아웃스타일 수정 ******************/

.modal-body {
	padding:50px 50px 0 50px !important;
	font-size: 18px;
	font-weight: 700;
	color: #222;
}
.modal-new {
	padding:20px 0 0 0 !important;
	font-size: 18px;
	font-weight: 700;
	color: #222;
}
.modal-bottom {
	display: block;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background: #fff;
	z-index: 100;
}
.modal_info_row {
	position: relative;
	border-bottom: 1px solid #dedede;
	padding: 10px 10px 10px 190px;
	text-align: left;
	color: #12b4ff;
}
.modal_info_row:first-child {
	border-top: 2px solid #222;
}
.modal_info_row > label {
	position: absolute;
	top: 10px;
	left: 0;
	color: #222;
}
.modal_info_confirm {
	margin: 25px 0;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	color: #222;
}
.modal_info_box {
	background: #f8f8f8;
	padding: 25px;
	border-radius: 5px;
	margin-top: 15px;
}
.modal_num_sucess:before {
    content: "성공";
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-right: 5px;
    vertical-align: middle;
}
.modal_num_sucess {
    font-size: 18px;
    font-weight: 700;
    color: #11b3ff;
    margin-right: 50px;
    text-align: right;
}
.modal_num_fail:before {
    content: "실패";
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-right: 5px;
    vertical-align: middle;
}
.modal_num_fail {
	font-size: 18px;
    font-weight: 700;
    color: #fb5300;
    text-align: right;
}
.modal_clear {
	position: absolute;
	top: -40px;
	right: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	font-size: 24px;
	font-weight: 900;
	cursor: pointer;
}
.modal_icon {
	width: 100px;
	height: 100px;
	margin: 50px auto;
}
.modal_icon.bell:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/modal_bell.png')no-repeat center center;
	background-size: contain;
}
.modal-content h2 {color:#222; font-size:32px; font-weight:700; margin-bottom: 30px;}
.modal-content h3 {color:#222; font-size:23px; font-weight:700;}
.modal-content h4 {color:#222; font-size:18px; font-weight:700;}
.modal-content h5 {color:#222; font-size:15px; font-weight:700;}

.modal_icon_alarm:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	margin: 25px auto;
	background: url('../img/modal_bell.png')no-repeat center center;
	background-size: contain;
}
.modal-body.icon_alarm:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	margin: 25px auto;
	background: url('../img/modal_bell.png')no-repeat center center;
	background-size: contain;
}


.modal-content .modal_title {
	position: relative;
	height: 60px;
	line-height: 60px;
	padding-left: 35px;
	border-bottom: 0px solid #d8d8d8;
	background: var(--color_primary);
	color: #000;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
}
.modal-content .modal_title h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
}
.modal_close {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	color: #000;padding: 5px;
	text-align: center;
}

.modal_body {
	width: 100%;
	padding: 20px;
	overflow-y: auto;
	margin-top: 30px;
}
.modal_bottom {
	display: block;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background: #fff;
	z-index: 100;
}
.modal_paging {
	width: 100%;
	text-align: center;
}

/* 알림톡템플릿 선택 카드 스타일  */
.temp_card_wrap {
	display: flex;
	flex-wrap: wrap;
}
.temp_card_wrap .temp_card {
	position: relative;
    width: 30%;
    margin: 0 5% 5% 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
}
.temp_card_wrap .temp_card:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.temp_card_wrap .temp_card:nth-of-type(3n) {
	margin-right: 0;
}
.temp_card_wrap .temp_card .icon_circle {
	background: #3c1e1e;
    color: #fae100;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    line-height: 47px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10;
    word-break: normal;
   word-wrap: break-word;
   white-space: nowrap;
}
.temp_card_wrap .temp_card .icon_circle.off {
	background: #ff1f00;
	color: #fff;
}
.temp_card_wrap .temp_card .card_top {
	background: #fae100;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    border-radius: 10px 10px 0 0;
}
.temp_card_wrap .temp_card .card_contents {
	padding: 15px;
	height: 200px;
	overflow-y: auto;
	text-align: left;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.temp_card_wrap .temp_card .card_contents::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.temp_card_wrap .temp_card .card_bottom {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	border-top: 1px solid #dedede;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.temp_card_wrap .temp_card .card_bottom.temp_ok:hover {
	background: rgba(250, 225, 0, 0.5);
	cursor: pointer;
}
.modal-content.alim_templet {
    background: #abc1d1;
    height: 800px;
    padding: 30px 30px 0px 30px;
    border-radius: 30px;
}
/* 알림톡템플릿 선택 카드 스타일 끝  */

/**/
.temp_card_wrap .temp_card2 {
	position: relative;
    width: 30%;
    margin: 0 5% 5% 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
}
.temp_card_wrap .temp_card2:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.temp_card_wrap .temp_card2:nth-of-type(3n) {
	margin-right: 0;
}
.temp_card_wrap .temp_card2 .icon_circle {
	background: #3c1e1e;
    color: #fae100;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    line-height: 47px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10;
    word-break: normal;
   word-wrap: break-word;
   white-space: nowrap;
}
.temp_card_wrap .temp_card2 .icon_circle.off {
	background: #ff1f00;
	color: #fff;
}
.temp_card_wrap .temp_card2 .card_top {
	background: #fae100;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #222;
    border-radius: 10px 10px 0 0;
}
.temp_card_wrap .temp_card2 .card_contents {
	padding: 15px;
	height: 200px;
	overflow-y:auto;
	text-align: left;
}
.temp_card_wrap .temp_card2 .card_contents img{width:100%; margin-bottom:10px;}
/*.temp_card_wrap .temp_card2 .card_contents::-webkit-scrollbar {
    display: none;
}*/
.temp_card_wrap .temp_card2 .card_bottom {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	border-top: 1px solid #dedede;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.temp_card_wrap .temp_card2 .card_bottom.temp_ok:hover {
	background: rgba(250, 225, 0, 0.5);
	cursor: pointer;
}
.temp_card_wrap .card_btn{width:100%; border-top:solid 1px #ddd;}
.temp_card_wrap .card_btn span{width:50%; float:left;}
.temp_card_wrap .card_btn span button{width:100%; padding:10px 0;}
.temp_card_wrap .card_btn span button i{font-size: 20px; vertical-align: middle;}
.temp_card_wrap .card_btn span:nth-child(1) button{width:100%; border-right:solid 1px #ddd; background-color:#f1f1f1; border-radius: 0 0 0 10px !important;}
.temp_card_wrap .card_btn span:nth-child(2) button{ border-radius: 0 0 10px 0; background-color:#f1f1f1;}

.temp_card_wrap .temp_card2:nth-child(4), .temp_card_wrap .temp_card2:nth-child(5), .temp_card_wrap .temp_card2:nth-child(6){
  margin-bottom:0 !important;
}

/* 모달탭메뉴  */
.temp_type_wrap {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: left;
}
.temp_type_wrap ul li {
	display: inline-block;
    text-align: center;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    background: rgba(255,255,255,.5);
    margin-right: 15px;
    border-radius: 10px;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.temp_type_wrap ul li:hover {
	box-shadow: 0 0 10px 2px rgba(51, 51, 51, 0.3);
	transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.temp_type_wrap ul li a {
	display: inline-block;
	padding: 10px 20px;
}
.temp_type_wrap ul li.personal:before {

}
.temp_type_wrap ul li.public:before {

}
.temp_type_wrap ul li.active {
	box-shadow: 0 0 10px 2px rgba(51, 51, 51, 0.3);
    background: #fae100;
}
.sticky_bottom {
	position: sticky;
	bottom: 0;
	background: #abc1d1;
	z-index: 100;
}
.sticky_top {
	position: sticky;
	top: 0;
	background: #abc1d1;
	z-index: 100;
}
/* 모달탭메뉴 끝 */
.modal_alim_cate {
	margin-top: -10px;
	margin-bottom: 35px;
	text-align: left;
	white-space: nowrap;
}
.modal_alim_cate > select {
	border: none;
	border-radius: 3px;
}
/* 알림톡분류 라디오 버튼 */
.alim_checks {
	display: inline-flex;
}
.alim_checks input[type="radio"] {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.alim_checks label {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 12px;
	border-right: 1px solid rgb(216,216,216);
	white-space: nowrap;
	background: #fff;
	color: #222;
}
.alim_checks label:hover {
	cursor: pointer;
}
.alim_checks input[type="radio"]:checked + label {
	background-color: #ffd600;
	color: #000;
}
.alim_checks label:first-of-type {
	border-radius: 3px 0 0 3px;
}
.alim_checks label:last-of-type {
	border-radius: 0 3px 3px 0;
	border-right:none;
}
/* 이미지 관리 페이지 스타일 */
 #myModal {

}
.modal_bg {
	background: #535659;
	padding: 0;
}
.modal_top {
	background: #333639;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.modal_top h3 {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
}
.modal_top i {
	vertical-align: middle;
	color: #fff;
	font-size: 3rem;
	cursor: pointer;
	line-height: 50px;
}
.modal_contents {
	padding: 15px;
	text-align: center;
	overflow-y: auto;
}
.modal_contents img {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.modal-content {

	text-align: center;
	overflow-y: auto;
	background: #fff;
	border-radius: 30px;
	border: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.modal-content {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.modal-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.width_200 {
	width: 200px;
}
.width_300 {
	width: 300px;
}
.width_400 {
	width: 400px;
}
.width_500 {
	width: 500px;
}
.width_600 {
	width: 600px;
}
.width_700 {
	width: 700px;
}
.width_800 {
	width: 800px;
}
.width_900 {
	width: 900px;
}
.modal_text_notice {
	font-size: 18px;
	color: #222;
}
.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.modal_img {

}
.modal_img > h2 {
	position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 0px solid #d8d8d8;
    background: var(--color_primary);
    color: #000;
}
.modal_img_list {
	padding: 0;
	overflow-y: auto;
}
.modal_img_bottom {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	background: #fff;
	border-top: 1px solid #dedede;
	z-index: 100;
}


.thumblist {
	padding: 0;
	margin: 0;
	list-style: none;
}
.thumblist li {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	/* max-height: fit-content; */
	margin: 10px 15px 70px 15px;
}
.thumblist li > .checker {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	margin: 0;
}
.thumblist li > .checker > span > input {
	position: relative;
	width: 100%;
	height: 100% !important;
	cursor: pointer;
}
.thumblist li > .checker > span {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.thumblist li > .checker > span:before {
    content: "\e5ca";
    font-family: "Material Icons";
    font-size: 18px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #dedede;
    background: #fff;
    color: #dedede;
    line-height: 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.thumblist li > .checker > span.checked {
	position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: none;
    background: rgba(0,0,0,0.3);
}
.thumblist li > .checker > span.checked:before {
    content: "\e5ca";
    font-family: "Material Icons";
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 15px !important;
    right: 15px !important;
    width: 30px;
    height: 30px;
    background: #ffd900;
    border: 1px solid #fff;
    color: #fff;
    line-height: 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.thumb_box {
	position: relative;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	border: 1px solid #dedede;
	cursor: pointer;
	margin-bottom: 15px;
}
.thumblist img {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	-ms-interpolation-mode: bicubic; /* Better image scaling in IE */
}
.thumb_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #dedede;
	transition: all .25s ease;
}
.img_detail {
	text-align: center;
	margin: 10px 0;
}
.btn_detail {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #dedede;
	font-size: 15px;
	cursor: pointer;
  border-radius:3px;
}
.btn_detail:before {
    content: "\e8ff";
    font-family: "Material Icons";
    font-size: 25px;
    margin-right: 5px;
    line-height: 18px;
    vertical-align: middle;
}
/* 이미지 선택하기 */
.library_append_list{width:100%; height:470px; overflow-y: auto; display: inline-block;}
.library_append_list li{float:left;}
li.img_select {
	position: relative;
	width: 150px !important;
	height: 190px !important;
	margin: 10px 10px 20px 10px !important;
}
li.img_select .thumb_img{
  width: 150px !important;
	height: 150px !important;
}
li.img_select input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	opacity: 0;
}
li.img_select input + label {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	cursor: pointer;
}
li.img_select input + label:before {
    content: "\e5ca";
    font-family: "Material Icons";
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 5px;
  	left: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #dedede;
    background: #fff;
    color: #dedede;
    line-height: 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
li.img_select input:checked + label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
}
li.img_select input:checked + label:before {
    content: "\e5ca";
    font-family: "Material Icons";
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 15px !important;
    right: 15px !important;
    width: 30px;
    height: 30px;
    background: #ffd900;
    border: 1px solid #fff;
    color: #fff;
    line-height: 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.slick_templet {
	border: 1px solid red;
}
.slick_templet > div {
	padding: 20px;
}

#private_m {
	display: block;
}
.delivery_tit {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 7px;
	border: 1px solid #dfdfdf;
	background: #fff;
	text-align: center;
}
.templet_tit {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.5rem;
}
/*
.circle_graph {
	width: 100px;
	height: 100px;
	border: 5px solid #dedede;
	border-radius: 100%;
}
.circle_graph p {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 90px;
}
*/
.circle-graph p {
	text-align: center;
	line-height: 100px;
  z-index: 100;
}

canvas {
  position: absolute;
  top: 120px;
}

.circle-graph {
	margin: 20px;
  float: left;
}
/*************** 2019.02.19 Modal 수정 ******************/
.modal_content {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}
.modal-title {
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border-bottom: 0px solid #d8d8d8;
	color: #000;
}
.modal_content .modal_title {
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border-bottom: 0px solid #d8d8d8;
	background: var(--color_primary);
	color: #000;
}
.modal_content .modal_title h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
}
.modal_body {
	width: 100%;
	padding: 20px;
	overflow-y: auto;
}
.notice_wrap {
	color: #1091d0;
	border: 4px solid #ebeef2;
	padding: 15px;
	margin-bottom: 15px;
}
.notice_wrap p {
	margin-bottom: 10px;
}

ul.paging {
	text-align: center;
	display: inline-block;
}
ul.paging li {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dedede;
	margin-left: -1px;
}
ul.paging li.active {
	background: #fae100;
}
ul.paging:after {
	content: "";
	display: block;
	clear: both;
}
/*************** 2019.01.25 history/friend/talk/lms 페이지 수정 END ******************/
/* feathericon setting */
.feather {
	vertical-align: middle;
	margin-right: 10px;
	color: #000;
}
.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px;
    height: 24px;
}

.feather-32{
    width: 32px;
    height: 32px;
}

/*************** 2019.07.25 수정  ******************/
#span_ft_adv, #span_adv, #span_unsubscribe {
	vertical-align: middle;
}
input.input_option {
	height: 24px !important;
	background: transparent;
	padding-left: 5px;
	border: none;
	outline: none;
	vertical-align: middle;
}
input.input_option:focus {
	border: none;
}

/*************** 2019.05.30 미디어쿼리 내용 **************
	.m_menu {
		position: fixed;
		width: 100%;
		height: 100%;
		left: -100%;
		background: rgba(0,0,0,0.9);
		color: #fff;
		z-index: 100;
		overflow: auto;
		transition: all .25s ease;
	}
	.m_menu ul {
		margin: 100px 0;
		padding: 0 50px;
	}
	.m_menu ul li {
		font-size: 1.5em;
		line-height: 3;
	}
	.m_menu .line {
		height: 1px;
		background: yellow;
		margin: 10px 0;
	}

*/
/*메인페이지 스타일 */
@media screen and (max-width: 768px) {
	aside {
		transform: translateX(-100px;)
	}
	.cs_support {display: none;}
	.preview_box_msg {font-size: 1.5rem;}
	.delivery_txt {display: none;}
	.footer_wrap .info {display: none;}
	/*.msg_select {
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
		min-width: 240px;
		height: auto;
		background-image: none !important;
		background-color: gold !important;
	}*/
	.msg_select p {

	}
	.btn_msg_select {
		display: none;
	}
	.msg_main {
		text-align: center;
	}

	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}
	main {
		margin-top: 70px;
	}
	.ham {
	display: inline-block;
	z-index: 200;
	}
	.home_mobile {
		display: inline-block;
		margin-left: 10px;
	}
	.head_logo {
		display: none;
	}
	.head_loginInfo {
		display: none;
	}
	.logout {
		margin-left: auto;
	}
	.m_menu.show {
		left: 0;
		transition: all .25s ease;
	}
	.msg_banner {
		display: none;
	}
	.inner {
		width: 100%;
	}
	.msg_main {
		position: relative;
		display: inline-block;
		margin: 0 auto;
	}
	aside {
		display: none;
	}
	.msg_inner {
		width: 100%;
	}
	.msg_select {
		position: relative;
		display: block;
		width: 100%;
		text-align: left;
		border: 1px solid #dedede;
		padding: 25px;
		margin: 0;
		margin-bottom: 15px;
	}
	.msg_select.friendtalk  {
		margin-left: 0;
		margin-right: 0;
	}
	.collect_select {
		height: auto;
	}
	.cs_info {
		display: none !important;
	}
	.mobile_preview {
		display: none;
	}
	.input_tit {
		display: block;
		width: 100%;
		float: none;
	}
	.input_content {
		padding: 0;
	}
	.link_btn_name {
		margin-left: 0;
	}
	.input_content_wrap.planB {
		display: none;
	}
	.mobile_templet {
		width: 70%;
		margin: 0 15px;
		border: 1px solid #d9d9d9;
		border-radius: 15px;
		background: #fff;
		counter-increment: mobile_templet;
	}
	.carousel {
		margin-left: -25px;
		margin-right: -25px;
	}
	.preview_home {
		text-align: center;
		line-height: 45px;
	}
	.delivery_txt {
		display: none;
	}
	.msg_main button {
		display: none;
	}
	.msg_main > div {
		height: 180px;
		padding: 15px;
		background-size: auto 80%;
		background-position: right -60px bottom ;
	}
	.msg_main > div > h3 {
		font-size: 1.8rem;
		font-weight: 500;
		margin: 0;
	}
	.msg_main > div > p {
		font-size: 1.2rem;
		font-weight: 400;
	}
	.msg_select.sms {
		background-size: auto 80%;
	}
	.msg_select.msg_coupon {
		background-size: 50%;
		background-position: center bottom;
	}
	.msg_select.collect_select {
		background-size: 100%;
		background-position: center bottom;
	}
}

/* 우편번호 스타일 */
.d_form.mini {
    width: 100px;
}
.d_form.std {
    width: 25em;
}
.d_form.large {
    width: 300px;
}
.d_form {
    margin: .2em 0;
    font-size: 1em;
    padding: .5em 1em;
    border: 1px solid #ccc;
    border-color: #dbdbdb #d2d2d2 #d0d0d0 #d2d2d3;
    vertical-align: middle;
    outline: 0;
    width: 200px;
}

.d_btn {
    display: inline-block;
    padding: .5em 1em;
    margin: .2em 0;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #464646;
    vertical-align: middle;
    font-size: 1em;
	line-height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
}

.guide_down{
	position: absolute;
  top:0;
  right:20px;
}
.guide_down a{
	margin-left:15px;
	color:#404040;
  font-size: 15px;
}
.guide_down .material-icons{
  line-height: 100%;
  vertical-align:middle;
}


.sidebar {
  width: 240px;
  float: left;
  position:relative;
  transition: 0.5s;
  padding: 25px 0 100px 0;
  box-sizing: border-box;
}
.sidebar .snb_menu{padding:0 25px !important;}
.sidebar .nickname{padding:0 25px !important;}
.sidebar .deposit_info{margin:15px 25px !important;}
.sidebar .menu_dashboard{margin:0 25px 15px 25px !important;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  body{background-image:url(/images/body_bg.jpg); background-repeat: no-repeat; background-position: top left;}
  .genie_container{width:100%; clear:left; min-height:100%; display:inline-block !important;}
  .sidebar{
    min-height:1200px;
    height:auto;
    padding: 25px 0 150px 0;
    float:left;
  }
  .sidebar .snb_menu{padding:0 25px !important;}
  .sidebar .nickname{padding:0 25px !important;}
  .sidebar .deposit_info{margin:15px 25px !important;}
  .sidebar .menu_dashboard{margin:0 25px 15px 25px !important; z-index: 1;}
  .genie_container .contents_wrap{width:calc(100% - 240px); z-index:2; display: inline-block !important; float:left;}
  footer{display:; }
  .btn_preview_option{padding:0;}
  .wrap_leaflets{display: inline-block !important;}
  .modal-backdrop.in{opacity:0;}
  .modal-backdrop.fade{opacity:0;}
  .modal-backdrop{z-index: 10000;}
}

.sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  margin-left: 50px;
  color:#fff;
}

#main {
  transition: margin-left .5s;
}

.inline{display:inline !important;}
.btn_testsend{height: 34px; border:solid 1px #666; padding:0 10px; background-color:var(--color_primary);}

/** loading **/
.actionCon {
    position:fixed !important;
    width:100%;
    height:100%;
    background-color:#404040;
    text-align:center;
    overflow:hidden;
    z-index: 99999 !important;
}
.actionType4_1,
.actionType4_2{
	 position:relative;
	 margin: 350px auto 80px;
	 width:100px;
	 height:100px;
	 z-index: 10000;
}
.actionType4_2 {
	 margin:95px 280px 95px 104px;
}
.actionType4_1 div,
.actionType4_2 div{
	box-sizing: border-box;
	 border-radius: 50%;
	 padding: 10px;
	border: 2px solid transparent;
	border-top-color:#fff;
	border-bottom-color:#3d84a8;
}
.actionType4_1 div {
	transform:rotateZ(0deg);
	-webkit-transform:rotateZ(0deg);
	-moz-transform:rotateZ(0deg);
	animation: circleRotate1 linear 4s infinite;
	-webkit-animation: circleRotate1 linear 4s infinite;
	-moz-animation: circleRotate1 linear 4s infinite;
}
.actionType4_1 div:hover,
.actionType4_2 div:hover {
	 -webkit-animation-play-state: paused;
	 animation-play-state: paused;
}
@-webkit-keyframes circleRotate1 {
	 0% {
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
50% {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
100% {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}}
@keyframes circleRotate1 {
0% {
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
50% {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
100% {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}}
.actionType4_2 div {
	position:absolute;
	top:50%;
	 left:50%;
	width:100px;
	 height:100px;
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	animation: circleRotate2 linear 3s infinite;
	-webkit-animation: circleRotate2 linear 3s infinite;
	-moz-animation: circleRotate2 linear 3s infinite;
}
.actionType4_2 div.circle1 {
	top:0;
	 left:0;
	width:100px;
	 height:100px;
	animation-delay:-.5s;
	-webkit-animation-delay:-.5s;
	-moz-animation-delay:-.5s;
}
.actionType4_2 div.circle2 {
	width:80px;
	 height:80px;
	margin-top:-40px;
	margin-left:-40px;
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
	-moz-animation-delay:-1s;
}
.actionType4_2 div.circle3 {
	width:60px;
	 height:60px;
	margin-top:-30px;
	margin-left:-30px;
	animation-delay:-1.5s;
	-webkit-animation-delay:-1.5s;
	-moz-animation-delay:-1.5s;
}
.actionType4_2 div.circle4 {
	width:40px;
	 height:40px;
	margin-top:-20px;
	margin-left:-20px;
	animation-delay:-2s;
	-webkit-animation-delay:-2s;
	-moz-animation-delay:-2s;
}
@keyframes circleRotate2 {
0% {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
50% {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
100% {
	transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
}}
@-webkit-keyframes circleRotate2 {
0% {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
50% {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
100% {
	transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
}}
.loading_text{font-size: 20px; opacity: 0.5; color:#fff;}
#id_loading_mask2{z-index: 10000;}

.btn_st_search{background-color: #404040;color: #fff; display: inline-block; vertical-align: middle; padding: 8px 20px;}

.dh_modal_pop{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top:100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.dh_modal_pop .modal-content {
  position: relative;
  background-color: #fefefe;
  padding:50px;
  border: 1px solid #888;
  width:800px;
  height:340px;
  margin: 0 auto;
  line-height:200%;
}

.dh_modal_pop .modal-content .modal-tit{width:100%; font-size:25px; border-bottom:solid 1px #ddd; padding-bottom:10px; font-weight: bold; text-align: left;}

.dh_modal_pop .dh_close{
  z-index:10000;
  color: #aaaaaa;
  top:37px;
  right:45px;
  font-size:40px;
  font-weight: bold;
  position:absolute;
}
.dh_modal_pop .dh_close:hover,
.dh_modal_pop .dh_close:focus,
.dh_modal_pop .dh_close2:hover,
.dh_modal_pop .dh_close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.pop_message{font-size: 20px; color:#f00;}

#div_smart, #div_editor, #div_coupon, #div_order{margin-top: 10px; padding: 10px; border:solid 1px #ddd;}
#div_order input{width:160px;}
#div_smart .btn_add, #div_coupon .btn_add{width:160px;}
.smart_home_btn{width:105px; height:34px; text-align: center; padding-top: 6px; vertical-align: middle; display: inline-block; border:solid 1px #ddd; background-color: var(--color_primary);}
.btn_homelink{width:102px; height:34px; float: right; background-color:#fff; text-align: center; vertical-align: middle; display: inline-block; border:solid 1px #ddd;}

#hidden_fields_rcs .mobile_preview{top: 0; left: 500px;}
#hidden_fields_rcs .mobile_preview #rcs_mms_img{width: 100%; margin-bottom:10px;}


/* 모먼트 참여 동의서 약관 모달 */
.dh_modal_pop.modal_moment_join {}
.dh_modal_pop.modal_moment_join .modal-content {
    height: 600px;
}
.dh_modal_pop.modal_moment_join textarea{
    height:400px;
    margin-bottom:25px;
    padding:10px !important;
    border-top: 0;
}
.dh_modal_pop.modal_moment_join .wrap_btn{
    display: flex;
    text-align: center;
    justify-content: center;
    gap:8px;
    line-height: 34px;
    font-size:16px;
}
.dh_modal_pop.modal_moment_join .wrap_btn input[type="text"]{
    width:150px;
    font-size:16px;
}
.dh_modal_pop.modal_moment_join .wrap_btn input[type="checkbox"]:checked + label:before {
    top:8px;
}
.dh_modal_pop.modal_moment_join .wrap_btn button.btn_save{
    padding:0 10px;
    border:1px solid #cdcdcd;
    border-radius: 2px;
    font-size:14px;
}

/* 투게더스 연동 */
.modal-content:has(ul[id$="pos_append_list"]){
    width: 1100px;
}
.modal-content:has(ul[id$="pos_append_list"]) .dh_close {
    top: 25px;
}
.modal-content:has(ul[id$="pos_append_list"]) .modal-tit{
    display: flex;
    justify-content: space-between;
    padding: 0 60px 10px 0;
}
.modal-content:has(ul[id$="pos_append_list"]) .modal-tit .pos_btn_group button{
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.modal-content:has(ul[id$="pos_append_list"]) .search_input{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    position: relative;
    margin-bottom:0px;
    padding: 15px 0;
    gap: 5px;
}

/* 분류 셀렉트 스타일 */
.modal-content:has(ul[id$="pos_append_list"]) .search_input .select2-container {
    min-width: 180px;
}
.modal-content:has(ul[id$="pos_append_list"]) .search_input .select2-container .select2-selection--single {
    height: 40px;
}
.modal-content:has(ul[id$="pos_append_list"]) .search_input .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0;
}
.modal-content:has(ul[id$="pos_append_list"]) .search_input .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #444;
    text-align: left;
}

.modal-content:has(ul[id$="pos_append_list"]) .search_input .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
    font-size: 20px;
    color: #bbb;
}
.modal-content:has(ul[id$="pos_append_list"]) .search_input .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 38px;
    background: #f9f9f9;
    border-left: 1px solid #f5f5f5;
}

/* 검색 라이브러리 */
:has(ul[id$="pos_append_list"]) .select2-container--default .select2-search--dropdown {
    padding: 0px;
}
:has(ul[id$="pos_append_list"]) .select2-container--default .select2-search--dropdown .select2-search__field,
:has(ul[id$="pos_append_list"]) .select2-container--default .select2-search--dropdown input.select2-search__field:focus {
    border: 1px solid #ffffff !important;
}
:has(ul[id$="pos_append_list"]) .select2-results {
    border-top: 1px solid #eee;
}


/* 검색 스타일 */
.modal-content:has(ul[id$="pos_append_list"]) .search_input .btn_posgoods{
    position: absolute;
    right:0;
    min-width: 140px;
    width: fit-content;
    margin-left: 6px;
    padding:0 15px;
    background: #fff;
    border: 1px solid #dddddd;
}
.modal-content:has(ul[id$="pos_append_list"]) .btn_posgoods2{
    position: absolute;
    top: 370px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 140px;
    height:40px; */
    min-width: 160px;
    width: fit-content;
    height: 44px;
    padding:0 15px;
    background: #fff;
    border: 1px solid #dddddd;
}
.modal-content:has(ul[id$="pos_append_list"]) .search_input .btn_posgoods span,
.modal-content:has(ul[id$="pos_append_list"]) .btn_posgoods2 span{
    margin-right: 3px;
    color: var(--color_secondary4);
    /* font-weight: 600; */
}

.modal-content:has(ul[id$="pos_append_list"]) .checkmark {
    border-radius: 0;
}
.modal-content:has(ul[id$="pos_append_list"]) .checkbox_container .checkmark:after {
    top: 3px;
}
.modal-content:has(ul[id$="pos_append_list"]) .wrap_search_input{
    display: flex;
    position: relative;
}
.modal-content:has(ul[id$="pos_append_list"]) .btn_reset_search{
    position: absolute;
    top:3px;
    right:52px;
    width: 36px;
    height: 36px;
    color: #aaa;
    background: #fff;
}
.modal-content:has(ul[id$="pos_append_list"]) .btn_reset_search:hover{
    color: #333;
}
.modal-content:has(ul[id$="pos_append_list"]) .btn_search_pos{
    margin-left: -5px;
    border: 1px solid #ddd;
}
.modal-content:has(ul[id$="pos_append_list"]) .btn_search_pos:hover{
    /* color: var(--color_secondary); */
}
.pos_append_list_tit{
    display: flex;
    padding: 8px 15px 8px 0;
    background: #f9f9f9;
    border-bottom: 1px dotted #eee;
}
ul[id$="pos_append_list"]{
    display: flex;
    width: 100%;
    height:400px;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    overflow-y: auto;
}
ul[id$="pos_append_list"] > li{
    display: flex;
    align-items: center;
    padding:10px 0;
    border-bottom: 1px dotted #eee;
}
ul[id$="pos_append_list"] > li:hover{
    background-color: #f5f5f5;
}
.pos_append_list_tit li,
ul[id$="pos_append_list"] > li > div{
    flex:1;
}
.pos_append_list_tit li:first-child,
ul[id$="pos_append_list"] > li > div:first-child{
    flex: 0 0 25px;
}
.pos_append_list_tit li:nth-child(3),
ul[id$="pos_append_list"] > li > div:nth-child(3){
    flex: 0 0 160px;
    text-align: left;
}
.pos_append_list_tit li:nth-child(5),
ul[id$="pos_append_list"] > li > div:nth-child(5){
    flex: 0 0 100px;
}
.pos_append_list_tit li:nth-child(4),
.pos_append_list_tit li:nth-child(6),
.pos_append_list_tit li:nth-child(7),
ul[id$="pos_append_list"] > li > div:nth-child(4),
ul[id$="pos_append_list"] > li > div:nth-child(6),
ul[id$="pos_append_list"] > li > div:nth-child(7){
    flex: 0 0 80px;
}
.pos_append_list_tit li:nth-child(2),
.pos_append_list_tit li:nth-child(8),
.pos_append_list_tit li:nth-child(9),
ul[id$="pos_append_list"] > li > div:nth-child(2),
ul[id$="pos_append_list"] > li > div:nth-child(8),
ul[id$="pos_append_list"] > li > div:nth-child(9){
    flex: 0 0 70px;
}
.pos_append_list_tit li:last-child,
ul[id$="pos_append_list"] > li > div:last-child{
    /* flex: 0 0 140px; */
    text-align: left;
}
.pos_append_list_tit li{text-align: center !important;}

.modal-content:has(ul[id$="pos_append_list"]) .wrap_pos_btns{
    margin-top: 5px;
}
.modal-content:has(ul[id$="pos_append_list"]) #pos_page:empty + .wrap_pos_btns{
    margin-top: 40px;
}
.modal-content:has(ul[id$="pos_append_list"]) .wrap_pos_btns button{
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #ddd;
}
.modal-content:has(ul[id$="pos_append_list"]) #id_add_Btn{
    margin-right:10px;
    /* color: #fff; */
    background: var(--color_primary);
}

/* 토마토 포스 연동일때 추가 */
.modal-content:has(ul[id$="tom_pos_append_list"]) .pos_append_list_tit li:nth-child(2),
.modal-content:has(ul[id$="tom_pos_append_list"]) .pos_append_list_tit li:nth-child(4),
.modal-content:has(ul[id$="tom_pos_append_list"]) ul[id$="tom_pos_append_list"] > li > div:nth-child(2),
.modal-content:has(ul[id$="tom_pos_append_list"]) ul[id$="tom_pos_append_list"] > li > div:nth-child(4){
    flex: 0 0 120px;
    text-align: center;
}
.modal-content:has(ul[id$="tom_pos_append_list"]) .pos_append_list_tit li:nth-child(5),
.modal-content:has(ul[id$="tom_pos_append_list"]) .pos_append_list_tit li:nth-child(6),
.modal-content:has(ul[id$="tom_pos_append_list"]) ul[id$="tom_pos_append_list"] > li > div:nth-child(5),
.modal-content:has(ul[id$="tom_pos_append_list"]) ul[id$="tom_pos_append_list"] > li > div:nth-child(6){
    flex: 0 0 80px;
}
.modal-content:has(ul[id$="tom_pos_append_list"]) .pos_append_list_tit li:nth-child(7),
.modal-content:has(ul[id$="tom_pos_append_list"]) ul[id$="tom_pos_append_list"] > li > div:nth-child(7){
    flex: 0 0 80px;
}
.modal-content:has(ul[id$="tom_pos_append_list"]) .pos_append_list_tit li:last-child,
.modal-content:has(ul[id$="tom_pos_append_list"]) ul[id$="tom_pos_append_list"] > li > div:last-child{
    flex: 1;
}


/* 알림톡 차단해제 RCS 작성하기 */
.wrap_rcsunb{}
.wrap_rcsunb .modal-content{
    position: relative;
}
.wrap_rcsunb .modal-content:before {
    content: "RCS SMS";
    display: inline-block;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%);
    font-size: 90px;
    color: #ff9a00;
    opacity: 0.1;
}
.wrap_rcsunb .modal-content #id_unb_list{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.wrap_rcsunb .modal-content #id_unb_list li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:0;
    padding:15px 18px 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    text-align: left;
    overflow-y: auto;
    box-shadow: 0 0 6px #ddd;
}
.wrap_rcsunb .modal-content #id_unb_list li:hover{
    box-shadow: 0 0 8px #aaa;
    cursor: pointer;
}
.wrap_rcsunb .modal-content #id_unb_list li .wrap_rcsunb_btn{
    margin-top: 10px;
}
.wrap_rcsunb .modal-content #id_unb_list li .wrap_rcsunb_btn p{
    margin-top: 10px;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 30px;
}

/* 차단해제 스마트쿠폰 목록 */
.wrap_rcsunb .modal-content .tem_img {
    height: 395px;
}
.wrap_rcsunb .modal-content .tem_img .preview_bg {
    height: 100%;
}
.wrap_rcsunb .modal-content .tem_text {
    margin-top: 15px;
}

/* 카카오 비지니스 아이콘 모음 */
.ico_pocket {
    display: inline-block;
    color: transparent;
    overflow: hidden;
    line-height: 0;
    background-image: url('/img/icon/ico_pocket.png');
    background-repeat: no-repeat;
    vertical-align: top;
    background-size: 800px 950px;
}
.sel_box_msg_wrap .ico_pocket {
    display: block;
    width: 11px;
    height: 20px;
    margin: 0 auto;
    opacity: 0.5;
}
.sel_box_msg_wrap .ico_pocket.ico_prev {
    background-position: -140px -655px;
}
.sel_box_msg_wrap .ico_pocket.ico_next {
    background-position: -155px -655px;
}


/* 스마트홈 버튼 그룹 추가 2022.08 */
#div_smart, #div_editor, #div_coupon, #div_order{width:100%; margin-top: 10px; padding: 10px; border:solid 1px #ddd;}
#div_smart .btn_add, #div_coupon .btn_add{width:160px;}
.smart_home_btn{width:105px; height:34px; text-align: center; padding-top: 6px; vertical-align: top; display: inline-block; border:solid 1px #ddd; background-color: #ffdf2b;}
.btn_homelink{width:98px; height:34px; float: right; background-color:#fff; text-align: center; vertical-align: middle; display: inline-block; border:solid 1px #ddd;}
.btn_homelink .material-icons{vertical-align: middle;}
.smart_btn_box{padding-left: 170px; word-break: break-all; display: inline-block;}
.smart_btn_box{padding-left: 0px;}
.smart_contents{display: inline-block; width:100%;}
.smart_link_wrap{}
.smart_home_select{width: 100%; display: inline-block; margin-top: 10px;}
.smart_home_select li{float: left;}
.smart_link_wrap{display: inline-block;}
.smart_link_wrap div{float: left;}
.smart_link_wrap .send_select{margin-right:3px;}
div[id^="selectIn"] .send_select{margin-right: 3px;}
.smart_pick_info{width:450px; display: inline-block; float:left;}
.smart_txt{font-size:12px; margin-left:20px; color:#e25856;}
.smart_link_wrap div:has(input#btn_url) { width: 174px;}

.smart_check {position: relative;}
.smart_check input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.smart_check input[type="checkbox"] + label { display: inline-block; position: relative; padding-left: 24px; margin-right: 20px; line-height: 18px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-bottom: 0;}
.smart_check input[type="checkbox"] + label:before { content: ''; position: absolute; left: 0px; top: 0px; width: 18px; height: 18px; text-align: center; background: #fff; border: 1px solid #e4e4e4;}
.smart_check input[type="checkbox"]:checked + label:before { content: '\e876'; font-family: 'Material Icons'; font-size: 13px; font-weight: bold; line-height: 18px; color: #000; background: #ffdf2b; }

.smarthome_type{float:left; width:450px;}
.smarthome_type dl{float: left; width:30%; margin-right: 5%; position: relative; border:solid 1px #ddd;}
.smarthome_type dl:nth-of-type(3){margin-right: 0 !important;}
.smarthome_type dl dt{position: absolute; bottom:0; left:0; right:0; text-align: center; background-color: #404040; color:#fff;}
.smarthome_type dl dt label{ vertical-align: middle;}
.smarthome_type dl dt  input{height:27px; vertical-align: middle; line-height: 27px;}
.smarthome_type dl dd{width:100%; height: 290px; display: inline-block;}
.smarthome_type dl dd img{width: 100%; height: auto;}
.smarthome_type_txt{width:100%; display: inline-block; border-bottom: solid 1px #ddd; margin-top:10px; font-size: 15px; color:#404040; position: relative; padding:0 0 10px 60px;}
.smarthome_type_txt span{background-color: #f4c900; color:#404040; border-radius:3px; font-size: 12px; position: absolute; top:0; bottom:10px; left:0; padding: 0 10px;}

.myinfo_lbox{width:480px; float:left; display: inline-block; margin-right:30px; border-right: dotted 1px #ddd; padding-right:30px;}
.myinfo_lbox .smarthome_type{margin-bottom: 30px;}


/* 브랜드 메시지 추가 업데이트 _ 2025.12.24 */
/* 모달_알림톡버튼 목록 */
#modal_templet .temp_type_wrap{position: absolute; top:35px; left:50%; transform: translateX(-11%); width:fit-content; display: inline-block; text-align: left;}
#modal_templet .temp_type_wrap span{ display: inline-block; float:left; cursor: pointer; font-size:15px; margin-right:20px; border-radius:30px; border:solid 1px #7341c0; padding:0px 0 1px;
}
#modal_templet .temp_type_wrap span label{display: block; padding:5px 25px;}
#modal_templet .temp_type_wrap span:hover,
#modal_templet .temp_type_wrap span.type_on,
#modal_templet .temp_type_wrap span:has(input[checked]){background-image: linear-gradient(to right, #bc67d4 0%, #2a1bad 100%); color:#fff;}

#modal_templet .temp_type_wrap span input,
#modal_templet .temp_type_wrap span label{cursor: pointer;}
#modal_templet .temp_type_wrap span input{display: none;}


/* 브랜드메시지 추가 */
.btn_template{width:100%; line-height:200%; position: relative; font-size:15px; background-color: #ffdf2b; padding:10px 0; border-radius:5px; border: solid 1px #f1d901;}
.btn_template span{vertical-align: middle;}

/* 쿠폰강조버튼 */
.coupon_info_wrap .link_info_wrap {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
.coupon_info_wrap .link_info_wrap .input_link_wrap{
   --link_tit:68px;
   --select:110px;
   display: flex;
   position: relative;
   margin-bottom: 0px !important;

}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_tit{
   width: var(--link_tit);
   line-height: 36px;
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript{
   display: flex;
   gap:3px;
   width: calc(100% - var(--link_tit));
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript select ~ div {
   width: calc(100%  - var(--select));
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript select ~ div > input,
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript > input {
   width: 100%;
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript:has(#find_url){
   gap:0;
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript:has(#find_url) > input {
   flex:1;
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript:has(#find_url) > input + #find_url{
   margin-left:-1px;
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript select ~ div > input + span{
   position: absolute;
   right:0;
   z-index:;
}
.coupon_info_wrap .link_info_wrap .input_link_wrap > .link_discript select ~ div > input + span{
   right:10px;
   top:50%;
   transform: translateY(-50%);
}


/* 브랜드메시지 */
/* 발신 타입 선택 */
.wrap_brand_msg.itemList_wrap .input_content_wrap .input_content{
    position: initial;
}
.wrap_brand_msg button[onclick="add_info('')"] ~ #field:has([id^="field-data"]){
    padding-left:0;
}
.wrap_brand_msg #field .input_link_wrap:has([id^="btn_name2"]),
.wrap_brand_msg button[onclick="add_info('')"] ~ #field:has([id^="field-data"]) .input_link_wrap:has([id^="btn_web_like"]){
    display: flex;
    flex-wrap: wrap;
}
.input_content_wrap:has(#bmtype_B1) {height: 52px; padding: 5px 0;}
.input_content_wrap:has(#bmtype_B1) .input_tit { top: 0;}
.input_content_wrap:has(#bmtype_B1) .checks{
    display: flex;
    gap: 5px;
    position: absolute;
    top: -2px;
    width:780px;
    height:70px;
}
.input_content_wrap:has(#bmtype_B1) .checks input,
.input_content_wrap:has(#bmtype_B1) .checks label::before,
.input_content_wrap:has(#bmtype_B1) .checks label::after{
    display: none;
}
.input_content_wrap:has(#bmtype_B1) .checks label{
    min-width: 38px;
    height: 38px;
    line-height: 35px;
    margin: 0 !important;
    padding: 0 10px;
    font-size: 13px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.input_content_wrap:has(#bmtype_B1) .checks input + label:hover{
    border: solid 1px #000;
}
.input_content_wrap:has(#bmtype_B1) .checks input:checked + label{
    color:#000;
    background-color: #ffdf2b;
    /* border: solid 1px #f1d901; */
    border: solid 1px #000;
}

/* 발신 타입 선택 */
.input_content_wrap.wrap_bmkind {}
.input_content_wrap:has(#bmkind_M) {height: 86px; padding: 5px 0;}
.input_content_wrap:has(#bmkind_M) .input_tit { top: 15px;}
.input_content_wrap:has(#bmkind_M) .checks{
    display: flex;
    gap: 5px;
    position: absolute;
    top: 16px;
    width:780px;
    height:auto;
}
.input_content_wrap:has(#bmkind_M) .checks input{
    display: none;
}
.input_content_wrap:has(#bmkind_M) .checks label{
    min-width: 38px;
    height: auto;
    line-height: 1.3;
    margin: 0 !important;
    padding: 8px 12px 10px;
    font-size: 13px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.input_content_wrap:has(#bmkind_M) .checks input:checked + label{
    color:#000;
    background-color: #ffdf2b;
    /* border: solid 1px #f1d901; */
    border: solid 1px #000;
}
.input_content_wrap:has(#bmkind_M) .checks input.blind + label{
    color:#bbb;
    background-color: #f5f5f5;
    border: solid 1px #eee;
}
.input_content_wrap:has(#bmkind_M) .checks input + label::before{
    position: absolute;
    top: 0px;
    width: max-content;
    height: auto;
    letter-spacing: -0.5px;
    border: 0;
    border-radius: 0;
}
.input_content_wrap:has(#bmkind_M) .checks input:checked + label:hover,
.input_content_wrap:has(#bmkind_M) .checks input + label:hover{
    color: #fff;
    background: #191919;
    border: solid 1px #191919;
}
.input_content_wrap:has(#bmkind_M) .checks input + label:hover::before{
    content:'';
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 460px;
    height: 340px;
    padding:265px 15px 10px;
    color: #1091d0;
    letter-spacing: -0.5px;
    border: solid 2px #191919;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    z-index: 9;
}
.input_content_wrap:has(#bmkind_M) .checks input:checked + label::after{
    --left_space: 280px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    text-align: left;
    white-space: pre-line;
    position: absolute;
    top: 0px;
    width: max-content;
    height: 53px;
    color: #ffa018;
    letter-spacing: -0.5px;
    border: 0;
    border-radius: 0;
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_M"]:checked + label::after{
    content: '카카오톡 수신 동의 고객';
    left: var(--left_space);
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_N"]:checked + label::after{
    content: '채널 친구가 아닌\A카카오톡 수신 동의 고객';
    left: calc(var(--left_space) - 65px);
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_I"]:checked + label::after{
    content: '채널 친구인 카카오톡\A수신 동의 고객';
    left: calc(var(--left_space) - 130px);
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_F"]:checked + label::after{
    content: '채널 친구인 고객';
    left: calc(var(--left_space) - 180px);
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_M"] + label:hover::before{
    /* content: '카카오톡 수신 동의한 광수동 전체에게 메시지를 발송하고 싶을 때'; */
    /* background: #fff url('/images/brd_req/info_03.png') no-repeat center 5px / 80%; */
    content: '';
    background: #fff url('/images/brd_req/info_03_2.jpg') no-repeat center 5px / 100%;
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_N"] + label:hover::before{
    /* content: '채널 친구가 아닌 광수동 고객에게 메시지를 발송하고 싶을 때'; */
     /* background: #fff url('/images/brd_req/info_04.png') no-repeat center 5px / 80%; */
    content: '';
    background: #fff url('/images/brd_req/info_04_2.jpg') no-repeat center 5px / 100%;
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_I"] + label:hover::before{
    /* content: '광수동 고객이면서 채널 친구인 고객에게만 메시지를 발송하고 싶을 때'; */
     /* background: #fff url('/images/brd_req/info_05.png') no-repeat center 5px / 80%; */
    content: '';
    background: #fff url('/images/brd_req/info_05_2.jpg') no-repeat center 5px / 100%;
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_F"] + label:hover::before{
    content: '채널 친구에게만 메시지를 발송하고 싶을 때 ';
    background: #fff url('/images/brd_req/info_06.png') no-repeat center 5px / 80%;
    height: 310px;
    /* content: '';
    background: #fff url('/images/brd_req/info_06_2.jpg') no-repeat center 5px / 100%; */
}

/* 알림톡 상단 노란색 알림 */
.preview_box_msg.alimtalk_top {}
.preview_box_msg.alimtalk_top::before {
	content: '알림톡 도착';
    display: flex;
    position: relative;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    background: #fde500;
}

/* 모바일 미리보기 상단 이미지 */
img.img_preview_top {
    --img_wrap_padding: 10px;
    display: block;
    position: relative;
    top: calc(-1 * var(--img_wrap_padding));
    left: calc(-1 * var(--img_wrap_padding));
    width: calc(100% + var(--img_wrap_padding) * 2);
    max-width: max-content;
}
/* 모바일 미리보기 기본버튼 회색 */
p.btn_preview_default{
    margin-top: 5px;
    padding: 8px 0;
    color: #171717;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 5px;
}
div:nth-of-type(1) > p.btn_preview_default{
    margin-top: 10px;
}
/* 모달_알림톡버튼 목록 */
div:has(p.btn_preview_add_ch) > p.btn_preview_default{
    margin-top: 5px;
}

/* 모바일 미리보기 채널추가 버튼 */
/* .preview_box_msg p.add_ch, */
p.btn_preview_add_ch{
    position: relative;
    margin-top: 10px !important;
    padding:8px 0;
    color: transparent;
    background-color: #fde500 !important;
    border-radius:5px;
}
/* .preview_box_msg p.add_ch::before, */
p.btn_preview_add_ch::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    background: url(/images/biz/sender_btn_02.png) no-repeat center / contain;
}


/* 쿠폰 강조 버튼 */
.btn_pre_att_coupon{
    --coupon_img_width :45px;
    position: relative;
    height: 46px;
    margin-top: 10px;
    border:1px solid #e0e0e0 !important;
    border-radius: 6px;
    overflow:hidden;
}
.btn_pre_att_coupon::after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    right:0;
    width:var(--coupon_img_width);
    height:100%;
    background: url('/images/biz/sender_btn_01.png') no-repeat center / contain;
}
.btn_pre_att_coupon p{width: calc(100% - var(--coupon_img_width) - 10px); line-height: 1.3; margin: 7px;}
.btn_pre_att_coupon span[id^="att_coupon_title"]{display: block; font-size: 13px; color: #191919; letter-spacing: -0.2px;}
.btn_pre_att_coupon span[id^="att_coupon_discript"]{display: block; font-size: 11px; color: #999;}

.carousel_wrap .preview_box_msg > .btn_pre_att_coupon {margin:0 10px 10px;}
.carousel_wrap [id^="pre_att_coupon_"] {padding: 0 8px 8px;}
.carousel_wrap .p_btn + [id^="pre_att_coupon_"] .btn_pre_att_coupon{margin-top:0;}

.att_coupon_bg{
    position: relative;
    height: 46px;
    line-height: 1.3;
    margin-top: 10px;
    padding:7px
    border:1px solid #e8e8e8 !important;
}
.att_coupon_bg::after{
    content:'';
    position: absolute;
    right:-1px;
    top:-1px;
    width:46px;
    height:46px;
    background: url('/images/biz/sender_btn_01_bg.png') no-repeat center / cover;
}
.att_coupon_bg span{
    display: block;
}

/* 알림톡 버튼 목록 모달 */
.dh_modal .modal-content:has(.al_talk_box){
    padding: 40px 50px;
}
.modal-content .al_talk_box{width:250px; float:left; margin-top:30px;}
.modal-content .talk_box{width:100%; max-height:520px; overflow-y: auto; border-radius:10px;}
.modal-content .talk_info{width:100%; text-align:left; margin-top:10px; color:#f00; font-size:15px; }
.modal-content .al_talk_box .talk_box_top{background-color: #ffdf2b; color:#404040; font-size:18px; padding:8px 0 6px; border-radius:8px 8px 0 0;}
.modal-content .al_talk_box .talk_box_con{text-align: left; padding:15px;background-color: #fff; border-left:solid 1px #ddd; border-right:solid 1px #ddd;}
.modal-content .al_talk_box .talk_box_btn{padding:0 15px 15px 15px; border-radius:0 0 8px 8px; border-left:solid 1px #ddd; border-right:solid 1px #ddd; border-bottom:solid 1px #ddd;}
/* .modal-content .al_talk_box .talk_box_btn p{background-color:#f1f1f1; border-radius:5px; padding:8px 0;} */
.modal-content .al_talk_box .talk_box_btn p.btn_preview_add_ch{}
.modal-content .al_talk_box .talk_box_btn p.btn_preview_add_ch::before{
    width: 75px;
    height: 20px;
}
.modal-content .al_talk_box .talk_box_btn p:nth-child(2), .modal-content .al_talk_box .talk_box_btn p:nth-child(3){margin-top:5px;}
.modal-content .al_talk_list{width:calc(100% - 280px); position: relative; box-sizing: border-box; background-color:#d3e6f1; float:left; border-radius:10px; margin:30px 0 0 30px;}
.modal-content .al_talk_list .tit{ border-radius:8px 8px 0 0; font-size:20px; background-color:#29323c; color:#fff; padding:10px 0;}
.modal-content .al_talk_list .list{
  width:100%;
  padding-top:10px;
  height:480px;
  overflow-y: auto;
}

.modal-content .search_input{width:100%; text-align: center; margin-bottom:20px; padding:10px 0; border-bottom:solid 1px #ddd;}
.modal-content .search_input select{height:40px; vertical-align:top;}
.modal-content .search_input input{width:60%; height:40px;}
.modal-content .search_input button{width:50px; height:40px;}

.modal-content .al_talk_list .al_talk_cate{width:588px; z-index: 100; top:245px; border-radius:15px 15px 0 0; background-color: #29323c; padding:12px 0 5px 0;}
.al_talk_cate_box1{width:calc(100% - 20px); display: inline-block; padding-bottom:5px; border-bottom:dotted 1px #485563;}
.al_talk_cate_box2{width:calc(100% - 20px); display: inline-block; margin:0 10px 0 10px; font-size: 20px; color:#fff;}
.al_talk_cate_box2 span{font-size: 13px; color:#404040; vertical-align: middle;}
.modal-content .al_talk_list .al_talk_cate .cate_all{float:left; margin-right:5px; text-align: left; width:110px; padding:5px 0 5px 10px; cursor: pointer; background-color: #fff; display: inline-block; border-radius:5px;}
.modal-content .al_talk_list .al_talk_cate ul{display: inline-block; float:left; width:calc(100% - 120px); max-height: 80px; margin:0; overflow: auto;}
.modal-content .al_talk_list .al_talk_cate .al_talk_cate_box1 li{float:left; width: auto; height: auto; margin:0 5px 3px 0 !important; border-radius: 3px;}
.modal-content .al_talk_list .al_talk_cate .al_talk_cate_box2 li{float:left; width: auto; height: auto; margin:0 5px 0 0; border-radius: 3px;}
.modal-content .al_talk_list .al_talk_cate li span{padding:5px 10px; cursor: pointer; background-color: #fff; display: inline-block; border-radius:5px;}

.modal-content .al_talk_list .al_talk_cate li span:hover{box-shadow:none !important;}
.modal-content .al_talk_list .al_talk_cate li span:hover i{color:#404040;}
.modal-content .al_talk_list .al_talk_cate .cate_all:hover i{color:#404040;}

.modal-content .al_talk_list .al_talk_cate li span i{color:#ddd;}
.modal-content .al_talk_list .al_talk_cate .cate_all i{color:#ddd;}
.modal-content .al_talk_list .al_talk_cate .cate_on{background-color: #ffdf2b;}
.modal-content .al_talk_list .al_talk_cate .cate_on i{color:#404040;}

.modal-content:has(.al_talk_box) .tab_tit{width:100%; display: inline-block; }
.modal-content:has(.al_talk_box) .tab_tit button{width:50%; border:none; float:left; text-align: center; padding:10px 0;font-size: 20px;}
.modal-content:has(.al_talk_box) .tab_tit button:first-child{border-radius: 8px 0 0 0;}
.modal-content:has(.al_talk_box) .tab_tit button:last-child{border-radius:0 8px 0 0;}
.modal-content:has(.al_talk_box) .tab_tit .tab_tit_on{background-color: #29323c; color: #fff;}
.modal-content:has(.al_talk_box) .tab_tit .tab_tit_off{background-color: #f1f1f1;}

.modal-content .al_talk_list .list ul{
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 5px 0 15px 20px;
}
.modal-content .al_talk_list  .list ul li{
    flex: 29%;
    position: relative;
    max-width: 30%;
    margin:0;
    padding:10px 10px 40px 10px;
    border-radius:10px;
    background-color:#fff;
    overflow: hidden;
}
.modal-content .al_talk_list  .list ul li.li_templet_list img{
    display: block; position: relative; top: -10px; left: -10px; width:calc(100% + 20px) !important; max-width: max-content; margin-bottom: 0 !important;
}
.modal-content .al_talk_list ul li p{margin-bottom:5px; padding:6px 0; font-size:11px; border-radius:5px; background-color:#f1f1f1;}
.modal-content .al_talk_list ul li .badge_pre{position: absolute; top:-15px; right:-15px; line-height:120%; font-size:11px; box-sizing: border-box; padding-top:7px; width:40px; height:40px; background-color: #2a1bad; color:#fff; border-radius:30px;}
.modal-content .al_talk_list ul li .badge_sta{position: absolute; top:-15px; right:-15px; line-height:120%; font-size:11px; box-sizing: border-box; padding-top:7px; width:40px; height:40px; background-color: #bc67d4; color:#fff; border-radius:30px;}
.modal-content .al_talk_list .type_btn{background-color:#485563; border-radius:0 0 10px 10px; padding:5px 0; display: inline-block; width:100%; position: absolute; bottom:0; left:0;}
.modal-content .al_talk_list .type_btn button{width:50%; border:none; float: left; padding:5px 0;  letter-spacing: -0.1em; background-color:#485563; color:#fff;}
.modal-content .al_talk_list .type_btn button:nth-child(1){border-radius:0 0 0 10px;}
.modal-content .al_talk_list .type_btn button:nth-child(2){border-radius:0 0 10px 0; border-left:dotted 1px #aaa;}
.modal-content .al_talk_list .type_btn button:hover{color:#ffdf2b;}
.modal-content .al_talk_list ul li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
.li_templet_list_box{width:100%; height:100%; cursor: pointer; display: inline-block;}

.al_talk_box .talk_box{width:250px; max-height:520px; overflow-y: auto;}
.al_talk_box .talk_info{width:100%; text-align:left; margin-top:10px; color:#f00; font-size:15px; }
.al_talk_box .talk_box_top{background-color: #ffdf2b; color:#404040; font-size:20px; padding:10px 0;}
.al_talk_box .talk_box_con{text-align: left; padding:15px;background-color: #fff;}
.al_talk_box .talk_box_con img{display: block; position: relative; top: -15px; left: -15px; width:calc(100% + 30px); max-width: max-content;}
.al_talk_box .talk_box_btn{padding:0 15px 15px 15px;}
.al_talk_box .talk_box_btn p{background-color:#f1f1f1; border-radius:5px; padding:10px 0;}
.al_talk_box .talk_box_btn p:nth-child(2), .modal-content .al_talk_box .talk_box_btn p:nth-child(3){margin-top:5px;}


/* 알림톡 상단 노란색 알림 */
.preview_box_msg.alimtalk_top {}
.preview_box_msg.alimtalk_top::before {
	content: '알림톡 도착';
    display: flex;
    position: relative;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    background: #fde500;
}

/* 모바일 미리보기 상단 이미지 */
img.img_preview_top {
    --img_wrap_padding: 10px;
    display: block;
    position: relative;
    top: calc(-1 * var(--img_wrap_padding));
    left: calc(-1 * var(--img_wrap_padding));
    width: calc(100% + var(--img_wrap_padding) * 2);
    max-width: max-content;
}
/* 모바일 미리보기 기본버튼 회색 */
p.btn_preview_default{
    margin-top: 5px;
    padding: 8px 0;
    color: #171717;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 5px;
}
div:nth-of-type(1) > p.btn_preview_default{
    margin-top: 10px;
}
/* 모달_알림톡버튼 목록 */
div:has(p.btn_preview_add_ch) > p.btn_preview_default{
    margin-top: 5px;
}

/* 모바일 미리보기 채널추가 버튼 */
/* .preview_box_msg p.add_ch, */
p.btn_preview_add_ch{
    position: relative;
    margin-top: 10px !important;
    padding:8px 0;
    color: transparent;
    background-color: #fde500 !important;
    border-radius:5px;
}
/* .preview_box_msg p.add_ch::before, */
p.btn_preview_add_ch::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    background: url(/images/biz/sender_btn_02.png) no-repeat center / contain;
}

/* 쿠폰 강조 버튼 */
.btn_pre_att_coupon{
    --coupon_img_width :45px;
    position: relative;
    height: 46px;
    margin-top: 10px;
    border:1px solid #e0e0e0 !important;
    border-radius: 6px;
    overflow:hidden;
}
.btn_pre_att_coupon::after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    right:0;
    width:var(--coupon_img_width);
    height:100%;
    background: url('/images/biz/sender_btn_01.png') no-repeat center / contain;
}
.btn_pre_att_coupon p{width: calc(100% - var(--coupon_img_width) - 10px); line-height: 1.3; margin: 7px;}
.btn_pre_att_coupon span[id^="att_coupon_title"]{display: block; font-size: 13px; color: #191919; letter-spacing: -0.2px;}
.btn_pre_att_coupon span[id^="att_coupon_discript"]{display: block; font-size: 11px; color: #999;}

.carousel_wrap .preview_box_msg > .btn_pre_att_coupon {margin:0 10px 10px;}
.carousel_wrap [id^="pre_att_coupon_"] {padding: 0 8px 8px;}
.carousel_wrap .p_btn + [id^="pre_att_coupon_"] .btn_pre_att_coupon{margin-top:0;}

/* 브랜드 이미지 선택 팝업창 */
.modal_img_title {
    position: relative;
    padding: 10px;
    border-bottom: 0px solid #d8d8d8;
    background: #f4c900;
    color: #000;
}
.modal_img_title h3 {
    font-size: 18px;
    font-weight: 500;
}
.modal_img_title + .inner_box {
    background-color: #f8f9fd;
    padding: 15px 25px;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
}
.modal_img .btn.md {
    min-width: 80px;
    height: 38px;
    line-height: 24px;
}

/* 카카오톡 발신계정 관리페이지/ 광수동 토글 버튼 */
label:has(> .toggle_switch.bmkind_on) {
    position: relative;
    width: max-content;
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    user-select: none;
}
.toggle_switch.bmkind_on {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 2.2em;
    height: 1.25em;
    border-radius: 99em;
    background-color: #cacaca;
    width: auto;
    height: 22px;
    padding: 0 10px 0 25px;
    font-size: 12px;
}
.toggle_switch.bmkind_on::after {
    --10%: 0.125em;
    content: '';
    position: absolute;
    right: calc(100% - 0.125em);
    height: calc(100% - 0.25em);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background-color: white;
    transition: all 200ms;
    transition-property: right, transform;
    transform: translateX(100%);
}
input:checked + .toggle_switch.bmkind_on {
    padding: 0 25px 0 10px;
    background-color: #f1cc00;
}
input:checked + .toggle_switch.bmkind_on::after {
    right: 0.125em;
    transform: translateX(0);
}

/* 무통장입금통계 해당 업체 리스트 모달창 */
.bank_stat_wrap{}
.bank_stat_wrap .dh_modal.stat_detail_list_wrap .modal-content .modal-tit {
    border-bottom: none;
}
.bank_stat_wrap .dh_modal.stat_detail_list_wrap .stat_detail{
    height: 600px;
    overflow: auto;
}

/* 제재목록 */
.wrap_sanction_lists ul.search_box {display: flex; align-items: center; gap:15px;}
