/*
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('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.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://fonts.googleapis.com/icon?family=Material+Icons');
/* @import url('//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css'); */
/* @import url('https://cdn.jsdelivr.net/npm/@xpressengine/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('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          outline: none;
}
::selection {
    background:#FAE100;
    text-shadow: none;
}
::-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-size:15px;
  font-family: "NanumSquareRound" , "Malgun Gothic", "맑은 고딕", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  --bs-border-radius:0.375rem;
}
a {
	color: inherit;
    text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:link {
	color: inherit;
	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;
}
input[type=checkbox],
label{margin:0;}
input[type=checkbox] {margin-right:3px;}
input {
    vertical-align: middle;
    background: #fff;
    /* height: 38px !important; */
    border-radius: none !important;
    border: 1px solid #dedede;
    outline: none;
    padding:0 10px;
}
input[type="text"] {height: 38px;}

input:focus {
    box-shadow: none !important;
    border: 1px solid #dedede !important;
}
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;
  height: 38px;
  border:1px solid #dddfe3;
  border-radius:0;
  -webkit-appearance: none;
  outline:0;
}
select.account_link {
	height: 28px !important;
	line-height: 28px;
	background-color: #37404d;
    border: 1px solid #646d7b;
    color: #cdced1;
    background-image: none;
    padding: 0 15px;
}
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: 14px;
}

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

.var.single {
	width: 150px;
    height: 25px !important;
    border: 0;
    overflow: hidden;
    background: rgba(255, 223, 43, 0.2);
    vertical-align: middle;
    border-radius: 0px;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding: 0 5px;
    resize: none;
    margin: 5px 5px 5px 0;
}
.var.single::placeholder {
	line-height: 1 !important;
}
.var.multi {
	width: 100%;
	height: 160px;
    border: 0;
    background: rgba(255, 223, 43, 0.2);
    color: #000;
    font-size: 12px;
    line-height:1.6;
    padding: 5px;
    resize: none;
}
.var.multi::selection {
    background:#494949;
    color: #fff;
    text-shadow: none;
}
.var.multi::-moz-selection {
    background:#494949;
    color: #fff;
    text-shadow: none;
}
.var.multi::-webkit-selection {
    background:#494949;
    color: #fff;
    text-shadow: none;
}
/* 충전 라디오 버튼 */
.charging_checks {
	display: inline-flex;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 10px;
}
.charging_checks input[type="radio"] {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 0;
	width: 0;
	border: 0;
	overflow: hidden;
}
.charging_checks label {
	text-align: center;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	margin-right: -1px;
	border: 1px solid rgb(216,216,216);
	white-space: nowrap;
	margin-bottom: 0;
	background: #f9f9f9;
}
.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: 20px; 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: 0px; 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 #ffdf2b; 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: 20px; 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: 14px; font-weight: bold; line-height: 18px; color: #000; background: #ffdf2b; }

/* 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: #ffdf2b;
	border: 1px solid #ffd900;
}
input[type="checkbox"]:checked + label span:after {
	content: '\e876';
	font-family: 'Material Icons';
	font-size: 14px;
	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: #ffdf2b;
	vertical-align: middle;
	border-radius: 0px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px;
}
input.var:focus {
	outline: none;
}
button {
	background: #fff;
	border: 1px solid #dfdfdf;
}
button:hover {
	background: #ffffff;
	border: 1px solid #dfdfdf;
}
.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;
	/*font-family: 'NanumSquare';*/
}

.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;
	font-family: 'NanumSquare';
	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;
	font-family: 'NanumSquare';
}
.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: 10px;
}
.search_box input {
	background: #fff;
}
/*************** 2019.01.25 history/friend/talk/lms 페이지 수정 ******************/
/* 기본 레이아웃 */
#dhnWrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-content: stretch;
	align-items: stretch;
    min-width:1200px;
}
header {
	display: flex;
    position: fixed;
    width: 100%;
    height: 70px;
    line-height: 70px;
	background: #fff;
	color: #111;
	padding: 0 20px;
    z-index:999;
    border-bottom: 10px solid #eee;
}
main {
	flex: 1;
	display: flex;
    margin-top:80px;
}
aside {
    flex: none;
    width: 250px;
    padding: 40px 20px;
}
article {
	flex: 1;
	/* background-color: #edf0f5; */
}
#side {
    width: 100%;
    min-height: 100%;
	/* border-right: 1px solid #ced7eb; */
}
#mContent {
	width: 100%;
    padding: 40px 40px;
}
#mArticle {
	position: relative;
	width: 100%;
	height: 100%;
    min-height: 40vh;
	padding: 25px;
}

/* 기본 버튼 스타일 */
.btn {
	background-color: #fff;
    border-radius: 4px;

}
.btn:hover {

}
.btn.yellow {
	background: #f4c900;
	color: #000;
    border-color:transparent;
}
.btn.red {
	background: #ff2c2c;
	color: #fff;
    border-color:transparent;
}
.btn.blue {
	background: #60a7e5;
	color: #fff;
    border-color:transparent;
}
.btn.lg {
	min-width: 120px;
	height: 46px;
	line-height: 34px;
	font-size: 14px;
    border-color:transparent;
}
.btn.md {
	min-width: 60px;
	height: 38px;
	line-height: 24px;
}
.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: #ffdf2b;
    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: 12px 20px;
	margin-bottom: 10px;
    font-size: 14px;
	text-align: ;
    border-radius: 10px;

}
.btn.link:hover {
	background: #ffdf2b;
}
.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
}

.rounded{border-radius:var(--bs-border-radius)!important}
.rounded-0{border-radius:0!important}
.rounded-1{border-radius:var(--bs-border-radius-sm)!important}
.rounded-2{border-radius:var(--bs-border-radius)!important}
.rounded-3{border-radius:var(--bs-border-radius-lg)!important}
.rounded-4{border-radius:var(--bs-border-radius-xl)!important}
.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}
.lh-1{line-height:1!important}
.lh-sm{line-height:1.25!important}
.lh-base{line-height:1.5!important}
.lh-lg{line-height:2!important}

/* 스위치 버튼 스타일 */
.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: #ffdf2b;
  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: 14px;
  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: #ffdf2b;
  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%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #d3d8e1;
}
th, td {
	font-size: 14px;
	font-weight: 400;
	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 {
	border-bottom: none;
}
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 {
    margin: 10px 0;
	background: #fff;
}
.table_list table {
	width: 100%;
}
.table_list th, .table_list td {
	font-weight: 300;
	text-align: center;
	table-layout: fixed;
}
.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 {
	border-bottom: none;
}
.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: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;
/*	min-width: 1620px; */
}
.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.bg_on {
	background: #edf0f5;
}
.table_stat tbody tr.bg_on td{
    font-weight: 600;
}
.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: #ffdf2b;
}
.table_stat .total_all:hover {
	background: #ffdf2b;
}
/* 단가표 테이블 스타일 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: 14px;
}
.table_top .notice {
	color: crimson;
}
.table_top {
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
}
.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;
}
.poster .name{position: absolute; bottom:0; left:0; right:0; background-color: #404040; color:#fff; opacity: 0.5; padding:10px 0;}
.al_h34{line-height: 34px; font-size: 20px;}
.img_upload {
	text-align: center;
}
.img_upload label {
	font-size: 14px;
	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: 20px; /* 32px -> 20px로 수정(파트너 수정 -> 문자 발송 활성화 부분이 튀어나가서 디자인 깨짐) 26.01.27 윤준서) */
}
.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;
}
 /* input[type=password]{font-family:'Spoqa Han Sans','kakao', 'Roboto', 'sans-serif';} */
 input[type=password]{font-family:'Spoqa Han Sans', 'Roboto', 'sans-serif';}
.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: 10px 0;
	/* padding-left: 10px; */
}
.account_tab ul {
	display: inline-block;
	/* width: 1200px; */
    width: calc(1200px - 250px);
	text-align: left;
}
.account_tab ul li {
	position: relative;
	display: inline-block;
    font-size: 18px;
    color: #A6A6A6;
    /* margin-right: 80px; */
    padding: 15px 30px;
    cursor: pointer;
}
.account_tab ul li a{
	display: block;
    width:100%;
    height:100%;
    text-align: left;
}
.account_tab ul li a i{
    padding-right:1px;
    vertical-align: text-bottom;
    font-size: 17px;
}
.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;
    position: absolute;
    left:50%;
    transform: translateX(calc(-50% + 2px));
	bottom: 0;
	width: calc(100% - 58px);
	width: calc(100% - 38px);
	height: 3px;
	background-color: #ffdf2b;
}
.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;
	top: 10px;
	left: 10px;
	display: inline-block;
	padding: 5px 25px;
	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;
}
.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.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:has(ul#test_num_list){
    background: #f8f8f8;
}
.send_list:has(ul#test_num_list) ~ .bottom{
    background: #fff;
} */
/* .send_list:has(ul#test_num_list) ~ .bottom ul.test_send li{
    display: flex;
    gap: 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_list .group-span-filestyle.input-group-btn label{
    min-width: 80px;
    height: 38px;
    line-height: 24px;
}
.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 {
    font-family: 'Pretendard';
    font-weight: 700;
	margin-right: 7px;
}
.head_logo img {
	height: 36px;
    /* aspect-ratio: 179 / 26; */
    object-fit: contain;
	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 {
    padding: 5px 10px;
    background: #333;
    font-size: 14px;
    color: #fff;
    border-radius: 999px;
}
.logout {
	position: relative;
}

/* 사이드메뉴 스타일 */
.snb_mart {
    margin-bottom: 30px;
	/* padding: 10px 15px 5px; */
    color: #111;
	text-align: center;
    /* background: #f5f5f5; */
    /* border-radius: 10px;
    border: 1px solid #dfdfdf; */
}
.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 {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    margin: 10px 0 15px;
}
.deposit {
	font-size: 12px;
	/* border-top: 1px solid #dbdde2; */
    border-radius: 10px;
    border: 1px solid #dfdfdf;
	/* margin-bottom: 15px; */
}
.deposit_total {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    padding: 13px 20px 15px;
    text-align: ;
    /* background-color: #fff;
    border-radius: 5px; */
}
.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 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.deposit_tit::after {
    content: '\ef63';
    position: relative;
    top:5px; left:5px;
    font-size:24px;
    color:#1093d0cc;
    font-family: 'Material Icons';
}
.deposit_tit em {
	font-size: 10px;
}
.deposit_total_num {
	float: right;
    font-size: 30px;
	/* color: #ff563f; */
	color: red;
}
.deposit_total_num:after {
	content: "원";
	display: inline-block;
    font-size: 0.7em;
    color: #333;
}
.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%;
	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: 14px;
	/*background: url('../img/icon/icon_refill.png')no-repeat left 15px center;
	background-size: 24px;*/
	background-color: #ffdf2b;
}
.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: #ffdf2b;
}
.btn-order {
	min-width: 120px;
	height: 46px;
	line-height: 34px;
	font-size: 14px;
	background: #f4c900;
	color: #000;
	margin: 15px 0;
}
.btn-order:hover {
	background: #f4c900;
}
.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: 38px;
	height: 38px;
	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 input{
    background-color: #fff;
}
.input_link_wrap .btn.md {
	min-width: 54px;
}
.input_link_wrap:last-of-type {
	margin-bottom: 0;
}
/* .input_content:has(.input_link_wrap) {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
}
.input_content_wrap #field{
    padding-left: 150px;
} */
.input_content:has(.input_link_wrap) button.btn.md.link_name.fl[onclick]{border-right:0;}
.input_link_wrap div[style*="hidden"] input{margin-left: 0px !important; background-color: #fff;}
.input_link_wrap div[style*="hidden"] input:nth-of-type(2) {margin-top:-1px;}

.input_link_wrap > div[id^="selectIn_"]:has(input[value="addchanel"]){
    float: left;
}


.btn_add {
	position: relative;
	border: 1px solid #d4d8e1;
	height: 38px;
	line-height: 34px;
	padding-right: 15px;
}
.btn_add:hover {
	background: #fff;
}
.btn_add:before {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 1em;
	line-height: 38px;
	color: #000;
	display: inline-block;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	text-align: center;
	border-right: 1px solid #dddfe3;
	background: #ffdf2b;

}
/******* 사이드 메뉴 *******/
.snb_link {
	/* padding: 0 25px; */
}
.snb_link a[href="http://367.co.kr"] button{
    position: relative;
    padding-left:37px;
}
.snb_link a[href="http://367.co.kr"] button::before{
    content: '\f0e2';
    position: absolute;
    top: 3px;
    left: 56px;
    font-family: 'Material Icons';
    font-size:25px;
    color:#333;
}

.snb_menu {
    flex:1;
}
.snb_menu ul{
    display: flex;
    justify-content: center;
}
.snb_menu ul li {
    position: relative;
}

/* .snb_menu li > h3[class^="icon_"]:before {
    content: '' !important;
} */
/* .snb_menu li > h3 > i {
    display: none;
}
.snb_menu .icon_friend:before {
	content: '\ea17';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_coupon:before {
	content: '\ea03';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
	overflow-y: visible
}
.snb_menu .icon_sendnum:before {
	content: '\e9d4';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_customer:before {
	content: '\e9f3';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_template:before {
	content: '\e998';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_stat:before {
	content: '\eb04';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_profile:before {
	content: '\e9f4';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_partner:before {
	content: '\eb99';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_notice:before {
	content: '\e99d';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_cs:before {
	content: '\ea64';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_admin:before {
	content: '\e966';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_mypage:before {
	content: '\e9d8';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.snb_menu .icon_balance:before {
	content: '\ea7e';
	font-family : 'xeicon';
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
} */
.snb_menu > ul {
	clear: both;
	cursor: pointer;
}
.snb_menu > ul > li:hover{
	color:#ff9a00;
	color:#1091d0;
}
.snb_menu ul li h3 {
    padding: 16px 30px 14px;
    position: relative;
	font-size: 18px;
	font-weight: 600;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.snb_menu ul:has(> li:nth-child(10)) li h3 {
	padding: 15px 22px;
}
.snb_menu ul:has(> li:nth-child(12)) li h3 {
	padding: 15px 16px;
}
.snb_menu ul li[onclick="location.href='/deposit'"] h3{
    color:#1091d0;
}
.snb_menu ul li:has(a[title="알림톡"]) h3{
    display: flex;
    align-items: center;
}
.snb_menu ul li:has(a[title="알림톡"]) h3::after{
    content: '';
    display: inline-block;
    width:20px;
    height:20px;
    margin:-2px 0 0 3px;
    background: yellow url('/images/main/icon_kakao.png') no-repeat center / contain;
}
.snb_menu ul li:has(a[title="스마트문자"]) h3:before{
    content: 'RCS';
    position: absolute;
    top:1px;
    left:50%;
    transform: translateX(-50%);
    font-size: 12.5px;
    color: red;
}
.snb_menu ul li:has(a[title="템플릿 목록"]) h3:before{
    content: '알림톡';
    position: absolute;
    top:1px;
    left:50%;
    transform: translateX(-50%);
    font-size: 12px;
    color:#1091d0;
}
.snb_menu ul li ul li {
	font-size: 15px;
	color: #555;
	font-weight: 400;
	line-height: 30px;
    text-align: center;
}
.snb_menu ul li ul li:hover {
	color: #1091d0;
	color: #ff9a00;
}
.snb_menu ul ul {
	display: none;
    position: absolute;
    top:50px;
    left: 50%;
    transform: translateX(-50%);
	background: #fff;
	padding: 5px 20px 15px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.snb_menu li.active > ul {
	display: block;
    width: max-content;
}
.snb_menu i {
    display: none;
	/* float: right;
	transform: rotate(0deg);
	transition: all .15s ease; */
}
/* .snb_menu .active i {
	transform: rotate(180deg);
} */

.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%;
    padding:20px 10px 20px 32px;
	/* border-bottom: 1px solid #dbdde2; */
	/* background: #fff; */
	font-size: 28px;
	font-weight: 400;
	color: #000;
  position: relative;
  position: relative;
background: #f9f9f9;
border-radius: 20px;
}
.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 {
	/* background-color: #fff; */
    /* border: 1px solid #e3e7ee; */
    margin-bottom: 25px;
}
.form_section:last-child  {
	margin-bottom: 0;
}
.form_section.col {
	width: 33%;
}
.form_section .inner_tit {
    margin-bottom:20px;
	/* background: #fff; */
    /* padding: 0 25px; */
    height: 60px;
    line-height: 60px;
    /* border-bottom: 1px solid #e2e6ee; */
    /* font-family: 'NanumSquare'; */
    font-size:20px;
}
.form_section .inner_tit h3 {
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	/* font-family: 'NanumSquare'; */
}
.inner_notice {

}
.list_total {
	display: inline-block;
	color: #e19242;
}
.form_section .inner_content {
	/* padding:25px; */
}
.inner_notice {
	position: relative;
    padding: 15px 25px;
    border: 1px solid #dbdde2;
    background-color: #fffff7;
    margin-bottom: 35px;
    border-left: 3px solid #ffdf2b;
}
.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: 14px;
	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;
}
.inner_content .deposit_wrap {

}
.inner_content .deposit_wrap:before {
	content: "\e870";
	display: inline-block;
	font-family: "Material Icons";
	font-size: 7rem;
	color: #ddd;
	line-height: 1;
	margin-right: 5px;
	vertical-align: middle;
}
.inner_content .deposit_wrap h4 {
	/* font-family: 'Spoqa Han Sans'; */
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}
.inner_content .deposit_wrap h4 p {
	font-size: 2.3rem;
	font-weight: 700;
	color: #000;
}
.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 {
	width: 600px;
}
.info_detail {
	width: 460px;
}
.info_detail_msg {
	margin-left: 30px;
}
.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;
    font-size: 11px;
    color: #FF9800;
}


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

.search_wrap {
	display: block;
	margin-bottom: 10px;
}
ul.search_period {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
ul.search_period li {
	float: left;
    width: 80px;
    height: 38px;
    line-height: 38px;
    border: 1px solid rgb(216,216,216);
    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: #ffdf2b;
    color: #000;
}



.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: #7e57c2;
}
.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 #f5f5f5;
}
.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-of-type) {
	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;
}
.info_desc {
	display: inline-block;
	font-size: 12px;
	color: #000;
	margin: 0 15px;
}
/* TALK(친구톡보내기) 스타일 */

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

.input_tit {
	float: left;
	width: 150px;
	font-size: 16px;
	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: -70px;
	left: 670px;
	width: 320px;
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	background: #fff;
/*	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:0px;
	left: 670px;
	width: 300px;
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	background: #434145;
/*	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;
}
.sms_preview.detail {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 30px;
}
.sms_preview.toggle {
	position: absolute;
	top: 30px;
	left: 520px;
    width: 320px;
}
.msg_type_txt {
	border: 1px solid #dedede;
	margin-right: 10px;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
	border-radius: 9px;
}
.msg_type_txt.sms {
	border: 1px solid #ff9a00;
	color: #fff;
}
.msg_type_txt.lms {
	border: 1px solid #00a7ff;
	color: #fff;
}
.msg_type_txt.mms {
	border: 1px solid #c800ff;
	color: #fff;
}
.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: -20px;
	left: -20px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: none;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	font-weight: 600;
	background: #fff;
}
.msg_type.sms {
	background: #ff9a00;
	color: #fff;
}
.msg_type.lms {
	background: #00a7ff;
	color: #fff;
}
.msg_type.mms {
	background: #c800ff;
	color: #fff;
}
.msg_type.sms:before {
	content: "SMS";
	display: inline-block;
}
.msg_type.lms:before {
	content: "LMS";
	display: inline-block;
}
.msg_type.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: #ff9a00;
}
.preview_msg_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
}
.preview_msg_window {
	position: relative;
	width: 100%;
	height: 450px;
	overflow-y: auto;
	border: 1px solid #dedede;
    border-radius: 10px;
    background-color: rgb(199,224,228);
}
/* .preview_msg_window:has(~preview_option flex" style="display:none;") */
.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;
	background: #fff;
	padding: 15px;
	overflow-y: auto;
}
.preview_msg_window.lms {
	font-size: 12px;
	background: #fff;
	padding: 10px;
	overflow-y: auto;
}
.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_tab {
	display: flex;
}
.preview_tab .btn_tab {
	flex: 1;
	position: relative;
	background-color: rgba(0,0,0,.5);
    color: rgb(179,183,184);
    border: none;
    height: 42px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.preview_tab .btn_tab.active {
	color: #fff;
}
.preview_tab .btn_tab.active:after {
	content: '';
	display: inline-block;
	width: 80%;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.preview_btn_group {
	margin: 15px 0;
}
.preview_title {
	text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: rgb(136,136,136);
}
.preview_date {
	text-align: center;
	color: rgb(46,172,188);
    -webkit-font-smoothing: antialiased;
}
.preview_text {
	margin-top: 15px;
}
.preview_img_box {
    background-color: #fff;
    display: inline-block;
    width:100%;
    max-height:500px;
    overflow-y: auto;
}
.btn_pf {
	display: block;
    width: 100%;
    height: 36px;
    margin: 4px auto 0;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    background-color: #f1f2f4;
    text-align: center;
    margin-bottom: 10px;
}
.btn_staff {
	display: block;
    width: 100%;
    height: 36px;
    margin: 4px auto 0;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    background-color: rgb(255,223,44);
    text-align: center;
    margin-bottom: 10px;
}
.btn_staff2 {
    width: 200px;
    margin: 0 auto;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background-color: rgb(255,223,44);
    text-align: center;
    margin-bottom: 10px;
}
.btn_guide a{font-size:15px; background-color: #fff; padding:10px 15px; border-radius:5px; line-height:100%; border:solid 1px #404040;}
.btn_guide .material-icons{vertical-align: middle;}

.gn_tooltip {
    position: relative;
    display: inline-block;
  }

  .gn_tooltip .gn_tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color:#607d8b;
    color: #fff;
    text-align:left;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    z-index: 2;
    top: -5px;
    left: 110%;
  }

  .gn_tooltip .gn_tooltiptext::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #607d8b transparent transparent;
  }
  .gn_tooltip:hover .gn_tooltiptext {
    visibility: visible;
  }

.preview_img {
	position: relative;
	width: 90%;
    min-height: 250px;
    margin: 0 auto;
    margin-top: 25px;
    border: 1px solid rgb(179,204,220);
    border-bottom: 0 none;
    border-radius: 4px 4px 0 0;
    background-color: rgb(238,238,238);
}
.preview_img:after {
	content: '\e3f4';
	display: inline-block;
	font-family: 'Material Icons';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.5;
	font-size: 28px;
}
.preview_text_box {
	width: 90%;
    min-height: 100px;
	padding: 15px;
    margin: 0 auto;
    margin-bottom: 25px;
    border: 1px solid rgb(179,204,220);
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
    background-color: rgb(255,255,255);
}
.calendar {
	padding-right: 30px;
	position: relative;
	background: url('/img/icon/icon_calendar.png')no-repeat center right 10px !important;
	background-size: 18px !important;
}
.preview_box_msg {
	width: 210px;
	background: #fff;
	font-size: 12px;
	border: 1px solid #b2ccdc;
    border-radius: 10px;
    margin: -15px 0px 0px 38px;
    padding: 10px;
    overflow: hidden;
}
.preview_box_msg.wide {
	width: 260px;
	margin: -15px 10px 10px 32px;
}

.icon_share {
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    display: inline-block;
    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%;
	float: left;
	text-align: center;
	white-space: nowrap;
}
.btn_preview_option:hover {
	background: #f8f8f8;
}
.btn_preview_option:first-child {

}
.preview_option:last-child {

}
.preview_home {
    display: block;
    width: 48px;
    height: 5px;
    /* margin: 11px auto 0;
    border: 1px solid rgb(197,197,197);
    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: #ffdf2b;
	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-top: 0px;
	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: 14px;
    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: 150px;
	resize: none;
	font-size: 14px;
	font-weight: 300;
	background: #fff;
	padding: 12px;
	line-height: 1.5;
	overflow-y: auto;
}
.input_content .planB {
	background: #efefef;
}
.txt_byte {
	display: block;
	padding: 5px;
	text-align: right;
}
.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;
}
/***** 메시지 메인 디자인 *****/
.msg_box_wrap {
	display: flex;
	width: 900px;
	margin: 50px auto 0;
	flex-wrap: wrap;
	justify-content: center;
}
.msg_box2 {
	position: relative;
	width: 240px;
	height: 280px;
	padding: 25px;
	margin: 25px;
	border: 4px solid #333;
	border-radius: 25px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	background: #fff;
	margin-bottom: 5%;
	transition: 0.3s cubic-bezier(.12,.62,.53,.91);
}
.msg_box2.alim {
	background: #abc0d1;
	color: #fff;
}
.msg_box2.alim:after {
	content: '알림톡';
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	background: #3a1e1e;
	color: #fbef50;
	border-radius: 100%;
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	line-height: 40px;
}
.msg_box2.friend:after {
	content: '친구톡';
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	font-weight: 700;
	background: #fbef50;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	color: #3a1e1e;
	border-radius: 100%;
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	line-height: 40px;
}
.msg_box2.friend {
	background: #343f5a;
	color: #fff;
}
.msg_box2.lms {
	background: #6c6c6a;
	color: #fff;
}
.msg_box2:hover {
	box-shadow: 0 5px 25px rgba(0,0,0,0.5);
	transform: translateY(-15px);
	transition: 0.15s cubic-bezier(.12,.62,.53,.91);
	cursor: pointer;
}
/*
	yellow #fbef50
	darkbroun #3a1e1e
	light bg #abc0d1
	dark bg #30384e
*/
.msg_box2 .msg_icon {
	display: block;
	width: 100%;
	text-align: center;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.msg_box2 .circle {
	width: 100px;
	height: 100px;
	border: 3px solid #fbef50;
	border-radius: 100%;
	margin: 15px 0;
	display: inline-block;
}
.msg_icon h3 {
	font-size: 18px;
	font-weight: 700;
}
.msg_icon p {
	font-size: 14px;
	word-break: keep-all;
}
.circle.alim {
	background: url(/img/icon/icon_alimtalk.png)no-repeat center center;
	background-size: 50%;
}
.circle.adv {
	background: url(/img/icon/icon_alimtalk.png)no-repeat center center;
	background-size: 50%;
}
.circle.nft {
	background: url(/img/icon/icon_nft.png)no-repeat center center;
	background-size: 50%;
}
.circle.friend {
	background: url(/img/icon/icon_friendtalk.png)no-repeat center center;
	background-size: 50%;
}
.circle.wide {
	background: url(/img/icon/icon_ch.png)no-repeat center center;
	background-size: 50%;
}
.circle.lms {
	background: url(/img/icon/icon_sms.png)no-repeat center center;
	background-size: 50%;
}
/***** 메시지 메인 디자인 끝 *****/
.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 40px;
	margin-bottom: 25px;
    border-radius: 20px;
}
.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 0;
}
.footer {
	font-size: 12px;
	color: #767a83;
}
.footer .info {
	/* border-top: 1px solid #dddfe0; */
	/* padding-top: 25px; */
    padding-left:30px;
	/* 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 30px 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 #ffdf2b 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 {
    width:600px;
    text-align: center;
	/* margin:15px 15px 30px; */
}
.btn_group_lg button {
	/* margin: 0 10px; */
}
.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;
	border: 1px solid #dedede;
}
.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: #f4c900;
	color: #000;
	font-weight: 700;
	border: none;
	width: 100px;
}
.modal_bottom:has(button.btn.md.btn-primary) button.btn.md.btn-default{border-radius: 50px;}

.modal .btn.include_phns {
	border-radius: 50px;
	background: #f4c900;
	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: #f4c900;
	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 25px 50px;
	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 150px;
	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: 14px;
    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: 14px;
    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: #f4c900;
	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;
}

/* 알림톡템플릿 선택 카드 스타일  */
#template_select .temp_card_wrap {
	display: flex;
	flex-wrap: wrap;
    gap: 30px;
}
#template_select .btn_group {
    margin-top:10px;
	padding: 0px;
}
#template_select .btn_group .pagination {
    margin: 0px 0;
}
.temp_card_wrap .temp_card {
	position: relative;
    width: 30%;
    /* margin: 0 5% 5% 0; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 1px 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 10px rgba(0, 0, 0, 0.4);
}
.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: 14px;
    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: 14px;
	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 {
    height: 800px;
    padding: 40px 40px 20px;
    background: #fff;
    border-radius: 30px;
}
/* 알림톡템플릿 선택 카드 스타일 끝  */

/* 모달탭메뉴  */
.temp_type_wrap {
    display: flex;
	/* margin-bottom: 25px; */
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: left;
}
.temp_type_wrap ul {
	display: inline-block;
}
.temp_type_wrap ul li {
	display: inline-block;
    text-align: center;
    position: relative;
    font-size: 14px;
    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 a {
    display: inline-block;
    float: left;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 400;
    background: #eee;
}
.temp_type_wrap ul li.personal:before {

}
.temp_type_wrap ul li.public:before {

}
.temp_type_wrap ul li a:hover,
.temp_type_wrap ul li.active a{
    background: #fae100;
    color: #111;
}

.tmp_type_sort_wrap {
	display: inline-block;
    margin-left:20px;
}
.tmp_type_sort_wrap input[type=radio] {
    margin:0;
}
.tmp_type_sort_wrap label{
	width:fit-content;
    margin: 0;
    padding:2px 5px;
    font-size: 14px;
    cursor: pointer;
}
.tmp_type_sort_wrap label:not(last-child){
    margin-right:15px;
}
.tmp_type_sort_wrap input:checked + label{
    color: #111;
}
.tmp_type_sort_wrap label:hover{
    color: #17549d;
}


.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;
	text-align: left;
	white-space: nowrap;
    width: 100%;
    z-index: 100;
    top: 245px;
    border-radius: 15px 15px 0 0;
    background-color: #29323c;
    padding: 12px 15px 6px;
}
.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: 14px;
	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 {
	/* font-family: 'NanumSquare'; */
	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: #f4c900;
    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: 0 15px 70px 15px;
	cursor: pointer;
}
.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;../views/biz/sender/send/bootstrap/lms_20190726.php
    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;
	cursor: pointer;
	transition: all .25s ease;
}
.img_detail {
	text-align: center;
	margin: 10px 0;
}
.btn_detail {
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #dedede;
	font-size: 12px;
	cursor: pointer;
}
.btn_detail:before {
    content: "\e8ff";
    font-family: "Material Icons";
    font-size: 18px;
    margin-right: 5px;
    line-height: 18px;
    vertical-align: middle;
}
/* 이미지 선택하기 */
li.img_select {
	position: relative;
	width: 150px;
	height: 150px !important;
	margin: 10px !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: 0;
	left: 0;
	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;
    bottom: 15px;
    right: 15px;
    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: #f4c900;
	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;
}

.message_wrap{width:100%; display: inline-block; letter-spacing: -0.1em; padding: 100px 0;}
.message_box{width:1090px; margin: 0 auto;}
.message_tit{width:100%; text-align: center; padding-bottom:30px; font-size:40px;}
.message_tit span{font-weight: 600;}

.message_box [class^="message_box"]{float:left; width:350px; height:259px; margin:0 20px 20px 0; border-radius: 20px; box-shadow: 0 2px 20px rgba(31,31,31,.1); cursor: pointer;}
.message_box [class^="message_box"]:nth-of-type(3n+3){margin-right:0;}

.message_box .message_box1{background:#fff url('/img/main/icon_msg01.png') no-repeat 230px 130px;}
.message_box .message_box1:hover{background:#ffdf2b url('/img/main/icon_msg01_ov.png') no-repeat 230px 130px;}
.message_box .message_box2{background:#fff url('/img/main/icon_msg02.png') no-repeat 230px 130px;}
.message_box .message_box2:hover{background:#ffdf2b url('/img/main/icon_msg02_ov.png') no-repeat 230px 130px;}
.message_box .message_box3{background:#fff url('/img/main/icon_msg03.png') no-repeat 230px 130px;}
.message_box .message_box3:hover{background:#ffdf2b url('/img/main/icon_msg03_ov.png') no-repeat 230px 130px;}
.message_box .message_box4{background:#fff url('/img/main/icon_msg04.png') no-repeat 230px 130px;}
.message_box .message_box4:hover{background:#ffdf2b url('/img/main/icon_msg04_ov.png') no-repeat 230px 130px;}
.message_box .message_box5{background:#fff url('/img/main/icon_msg05.png') no-repeat 230px 130px;}
.message_box .message_box5:hover{background:#ffdf2b url('/img/main/icon_msg05_ov.png') no-repeat 230px 130px;}
.message_box .message_box6{background:#fff url('/img/main/icon_msg06.png') no-repeat 230px 130px;}
.message_box .message_box6:hover{background:#ffdf2b url('/img/main/icon_msg06_ov.png') no-repeat 230px 130px;}
.message_box .message_box7{background:#fff url('/img/main/icon_msg07.png') no-repeat 230px 130px;}
.message_box .message_box7:hover{background:#ffdf2b url('/img/main/icon_msg07_ov.png') no-repeat 230px 130px;}
.message_box .message_box8{background:#fff url('/img/main/icon_msg07.png') no-repeat 230px 130px;}
.message_box .message_box8:hover{background:#ffdf2b url('/img/main/icon_msg07_ov.png') no-repeat 230px 130px;}
.message_box .message_box9{background:#fff url('/img/main/icon_msg09.png') no-repeat 230px 130px;}
.message_box .message_box9:hover{background:#ffdf2b url('/img/main/icon_msg09_ov.png') no-repeat 230px 130px;}

.message_box .msg_tit{font-size: 20px; padding:40px 0 0 40px; font-weight: 600; }
.message_box .msg_tit span{border-bottom:1px solid #404040; padding-bottom:10px; color:#000;}
.message_box .msg_text{font-size: 15px; opacity: 0.5; padding:20px 0 0 40px; line-height:150%; font-family: 'SpoqaHanSans'}


.terms_wrap {
	width: 100%;
	padding: 25px;
	background: #f8f8f8;
}
.terms_contents {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.5;
	color: #555;
}
.terms_wrap .terms_notice {
	padding: 15px 25px;
	background: #fae100;
	border-radius: 10px;
	margin: 25px 0;
	color: #000;
}
.terms_wrap .terms_intro {
	color: #000;
}
.terms_wrap h1 {
	color: #000;
	line-height: 1;
}
.terms_wrap h2 {
	color: #000;
	font-weight: 400;
	margin-top: 25px;
	border-top: 1px solid #dedede;
	padding-top: 25px;
}
.terms_wrap p {
	color: #555;
}

.bank_content{width:100%; margin-top:15px;}
.bank_num{font-size: 20px; padding-bottom:20px; border-bottom:dotted 1px #ddd;}
.bank_num span{font-size:32px; color:#000; font-weight: 600;}
.bank_info1{padding:20px 0 0 0; font-size: 20px; width:100%; display: inline-block;}
.bank_info2{padding:10px 0 20px 30px; font-size: 15px; width:100%; display: inline-block;}
.bank_info1 span{font-size:25px; color:#ff0008;}
.bank_img{width:100%; display: inline-block; margin-left:10px; text-align: center;}
.bank_img .bank_img_box img{width:100%; border:solid 1px #ddd;}
.bank_img .bank_img_box{width:450px; float:left; margin:0 10px;}
.bank_img .bank_img_box .bank1_img, .bank_img .bank_img_box .bank2_img{width:100%;}
.bank_img .bank_img_box .bank1_name{width:100%; background-color:#4c9df8; color:#fff; text-align: center; font-size:15px; margin:10px 0; padding:10px 0;}
.bank_img .bank_img_box .bank2_name{width:100%; background-color:#19a647; color:#fff; text-align: center; font-size:15px; margin:10px 0; padding:10px 0;}
.fc_red{color:#f00; font-weight: bold;}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  border-radius:10px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 25px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  top: 40%;
  font-size: 17px;
  opacity: 0.8;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* 알림톡발송 발신번호 추가 */
#hidden_fields_sms #sms_sender {margin:-10px 0 5px -70px;}

/* 메세지 수동문자메세지 작성 */
#db .bottom.tr .btn.md.yellow.fl {height: 38px; margin-left: -5px; margin-top: -5px;}
#customList .msg_box.form_check{border:0;  text-align: center;}
#customList .msg_box.form_check .send_list{padding-top:0; text-align: left;}
#customList .pagination{margin-bottom:0;}
#customList .btn_send_wrap{margin-top:15px;}
#customList .btn_send_wrap button::before{
    content: '\ea0b';
    font-family: 'xeicon';
    font-size: 16px;
    font-weight: 100;
    margin-right: 5px;
    line-height: 1;
    vertical-align: text-bottom;
}
#numberDirList li{margin:0; padding:0; border:0;}


/* 파트너관리 모달창 */
.happycall_wrap{width: 100%;height: 2000px;position: absolute;top:0;left:0;background-color: #00000073;;z-index: 100000}
.happycall_wrap .modal_white_box{width: 900px; height: 600px;border: 1px solid #ddd;background-color: #fff;position: fixed;top: 20%;left:30%; ;z-index: 1000000;border-radius: 25px;}
.happycall_wrap .modal_white_box{padding: 25px;overflow: hidden;}
.happycall_wrap .modal_textarea input{margin-bottom: 10px}
.happycall_wrap .modal_white_box textarea{
    border: 1px solid #dedede;
    resize: none;
    width: 100%;
    height: 100px;
    padding: 15px;
    font-size: 1em;
}
.happycall_wrap .modal_white_box button{float: right;padding: 8px 20px;margin-top: 5px;background-color: #fff;border: 1px solid #ddd}
.happycall_wrap .modal_list{height: 100%;float: left;position: relative;padding: 10px 3px;border-top: 1px solid #7d7d7d;margin: 0 5px;}
.happycall_wrap .modal_list_box{;height: 330px;margin-top: 50px;overflow: auto;}
.happycall_wrap .modal_list_box button{padding: 5px 12px;margin-top: 0px;float: none;}
.happycall_wrap .modal_close{float: right;position: absolute;top: 7px;right: 30px;padding: 0 !important;border:0px !important}
.happycall_wrap .modal_textarea{display: flex;}
.happycall_wrap .modal_textarea label{padding: 5px}
.happycall_wrap .modal_textarea input{margin-right: 10px;}
.happycall_wrap .modal_textarea select{margin-right: 3px}
.happycall_wrap .modal_list_box table th{padding: 5px 11px;}
.happycall_wrap .modal_list_box table td:last-child{padding: 6px 15px !important }
.modal_textarea .margin_select{margin-right: 10px;}
.happycall_wrap .modal_list_name{padding:5px 5px}
/* .happycall_wrap .modal_list_name{width: 250px;display: inline-block;font-size: 15px;font-weight: bold;}
.happycall_wrap .modal_list_date{width: 250px !important;color: #ababab}
.happycall_wrap .modal_list_text{margin-top: 5px;width: 100% !important;display: block;}
.happycall_wrap .modal_list_btn{position: absolute;top: 10px;right: 10px} */
.happycall_wrap .search_box select{margin-right: 10px;}
.happycall_wrap td button{padding: 0px 5px}
.happycall_wrap .search_box button{width: 80px;height: 35px; border: 1px solid #ddd;background-color: #fff;position: relative;top: 1px;}
.happycall_wrap .table_list table td button{padding: 5px 12px;background-color: #fff;border: 1px solid #ddd}
.happycall_wrap .search_box .happycall_btn1{float: right;margin-left: 5px}



/* 한국방송통신대학교 정산 페이지 */
.settlement_knou_neo_wrap{}
.settlement_knou_neo_wrap .btn.fr{}
.settlement_knou_neo_wrap #mainForm {display: inline-block; line-height: 32px; margin-left:40px;}
.settlement_knou_neo_wrap #mainForm .btn-group.btn-group-sm{padding-top: 4px;}
.settlement_knou_neo_wrap #mainForm .btn-group.btn-group-sm input,
.settlement_knou_neo_wrap #mainForm .btn-group.btn-group-sm button {height:32px !important; line-height: 20px;}
.settlement_knou_neo_wrap .form_section .inner_content {padding: 5px 25px 25px;}

.settlement_knou_neo_wrap .inner_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
}
.settlement_knou_neo_wrap .inner_tit h3 {
	flex-shrink: 0;
	width: 100px;
}
.settlement_knou_neo_wrap .inner_tit div:nth-of-type(1) {
	flex-grow: 1;
    display: flex;
    gap:4px;
}

.settlement_knou_neo_wrap .inner_tit select,
.settlement_knou_neo_wrap .inner_tit input{
    height: 32px !important;
}
.settlement_knou_neo_wrap .inner_tit #btn_search {background-color: #ffdf2b;}
.settlement_knou_neo_wrap .inner_tit #btn_search,
.settlement_knou_neo_wrap .inner_tit #btn_cancel{
    height: 32px !important;
    line-height: inherit;
}
.settlement_knou_neo_wrap .form_section .inner_tit {
    height: 60px;
    line-height: inherit;
}


/* 한국방송통신대학교 정산 페이지 모달_이메일수정 */
/* #myEmailModal{width: 700px;} */
#myEmailModal #email_modal{width:720px;}
#myEmailModal h4{
    margin-bottom: 0px;
    padding: 35px 0 0px;
    font-size: 24px;
    color: #111;
    text-align: center;
    /* border-bottom:1px solid #e2e6ee; */
}
#myEmailModal .modal-body{
    padding: 20px 50px 25px;
}
#myEmailModal .modal-body textarea#email_info {width:100%; line-height: 1.7; padding:15px !important; font-size: 15px; border:1px solid #eee;}
#myEmailModal .modal-body .btn_wrap {margin:20px auto 10px; text-align: center;}
#myEmailModal .modal-body .btn_wrap .yellow {margin-right:10px}


/* 한국방송통신대학교 정산 페이지 모달_리스트내용 수정 */
.modal-settlement_knou_neo{width: 800px;}
.modal-settlement_knou_neo .modal-body {padding: 20px 50px 25px 50px; font-size:12px;  text-align: left;}
.modal-settlement_knou_neo h4 {
    padding: 25px 0 15px;
    font-size: 24px;
    color: #111;
    text-align: center;
    border-bottom:1px solid #e2e6ee;
    /* padding: 10px;
    font-size: 18px;
    background-color: #f4c900;;
    border-bottom:1px solid rgba(0, 0, 0, 0.13);
    border-radius: 3px; */
}
.modal-settlement_knou_neo .modal-body input {height: 28px !important;}
.modal-settlement_knou_neo .modal-body div[id*="_div"] {margin-bottom:20px; padding:5px 0 0;}
.modal-settlement_knou_neo .modal-body h5 {padding:5px 10px; color: #111; background-color:#f3f4f5; border-bottom:1px solid #ddd; border-radius: 3px 3px 0 0;}
.modal-settlement_knou_neo .modal-body h5 .chk_same_wrap {
    display: inline-block;
    margin-left: 30px;
    font-size:11px;
    color:#777;
}
.modal-settlement_knou_neo .modal-body h5 .chk_same_wrap #uniform-chk_same{
    margin-top:-3px;
}

.modal-settlement_knou_neo .modal-body ul {display: flex; flex-wrap: wrap; justify-content: space-between; padding:3px 0; border-bottom:1px solid #f5f5f5;}
.modal-settlement_knou_neo .modal-body ul li {display: inline-block; width:50%; padding:10px 20px 10px 10px;}
.modal-settlement_knou_neo .modal-body ul li:nth-child(2n) {padding-right:10px;}
.modal-settlement_knou_neo .modal-body ul li span {display: inline-block; width:40%; line-height: 28px; color:#777;}
.modal-settlement_knou_neo .modal-body ul li span + input{width:60%;}
.modal-settlement_knou_neo .modal-body .btn_wrap {margin:30px auto 10px; text-align: center;}
.modal-settlement_knou_neo .modal-body .btn_wrap .yellow {margin-right:10px}


/* 카카오 비지니스 아이콘 모음 */
.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;
}

/* 브랜드 메시지 추가 업데이트 _ 2025.12.24 */
.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;}

/* dh 모둘 추가 */
.dh_modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.dh_modal .dh_close {
  z-index:10000;
  color: #aaaaaa;
  top:0px;
  right:30px;
  font-size:60px;
  font-weight: bold;
  position:absolute;
}

.dh_modal .dh_close:hover,
.dh_modal .dh_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* 알림톡 버튼 목록 모달 */
.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:#; 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%;
  /* margin:10px 0; */
  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; padding:12px 0 0 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: 14px; 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; margin:0 5px 3px 0; border-radius: 3px;}
.modal-content .al_talk_list .al_talk_cate .al_talk_cate_box2 li{float:left; 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;}

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

.modal-content .al_talk_list .list ul{
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0 15px 20px;
}
.modal-content .al_talk_list  .list ul li{
    flex: 29%;
    position: relative;
    max-width: 30%;
    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;}


/* .input_link_wrap:has([id^="link_type"]),
.input_link_wrap:has(#div_smart) {
	display: flex;
	flex-wrap: wrap;
	position: relative;
} */

/*스마트홈 추가 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;}
#div_smart input, #div_editor input, #div_order input{width:188px;}
.smart_home_btn{width:105px; height:38px; text-align: center; padding-top: 8px; vertical-align: top; display: inline-block; border:solid 1px #ddd; background-color: #ffdf2b;}
.btn_homelink{width:98px; height:38px; 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_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_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: 14px; 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;}


/* 쿠폰강조버튼 */
.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;
}

.txt_st_eng{margin-top:-5px; font-weight: bold; font-family:'Montserrat'; font-size: 20px; opacity:;}

.input_content_wrap:has(.txt_st_eng) {min-height: 80px;}
.input_content_wrap .txt_st_eng + p {margin-top: -3px;}
.input_content_wrap:has(#bmtype_B1) {height: 80px;}
.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 15px;
    font-size: 14px;
    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;}
.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 #000;
    /* border: solid 1px #f1d901; */
}
.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:has(#bmtype_B2) label[for^="bmtype_B"]{
    position: relative;
}
.input_content:has(#bmtype_B2) label[for^="bmtype_B"]:hover::before{
    content:'';
    display: block;
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    width: 251px;
    min-height: 461px;
    background: #abc0d1;
    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:has(#bmtype_B2) label[for="bmtype_B2"]:hover::before{
    background: #abc0d1 url('/images/brd_req/bmtype_02.jpg') no-repeat center top / 100%;
}
.input_content:has(#bmtype_B2) label[for="bmtype_B1"]:hover::before{
    background: #abc0d1 url('/images/brd_req/bmtype_01.jpg') no-repeat center top / 100%;
}
.input_content:has(#bmtype_B2) label[for="bmtype_B3"]:hover::before{
    background: #abc0d1 url('/images/brd_req/bmtype_03.jpg') no-repeat center top / 100%;
}
.input_content:has(#bmtype_B2) label[for="bmtype_B4"]:hover::before{
    background: #abc0d1 url('/images/brd_req/bmtype_04.jpg') no-repeat center top / 100%;
}
.input_content:has(#bmtype_B2) label[for="bmtype_B5"]:hover::before{
    background: #abc0d1 url('/images/brd_req/bmtype_05.jpg') no-repeat center top / 100%;
}


.input_content:has(#bmkind_M) .checks input:checked + label::after{
    --left_space: 280px;
    position: absolute;
    top: 15px;
    width: max-content;
    height: auto;
    color: #ffa018;
    letter-spacing: -0.5px;
    border: 0;
    border-radius: 0;
}
/* .input_content_wrap.wrap_bmkind {}
.input_content_wrap:has(#bmkind_M) {
    height: 70px;
}
.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: 38px;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px;
    font-size: 14px;
    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 #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: 45px;
    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: 190px;
    position: absolute;
    top: 0px;
    width: max-content;
    height: auto;
    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: '채널 친구가 아닌 카카오톡 수신 동의 고객';
    left: calc(var(--left_space) - 42px);
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_I"]:checked + label::after{
    content: '채널 친구인 카카오톡 수신 동의 고객';
    left: calc(var(--left_space) - 84px);
}
.input_content_wrap:has(#bmkind_M) .checks input[id="bmkind_F"]:checked + label::after{
    content: '채널 친구인 고객';
    left: calc(var(--left_space) - 126px);
} */
.input_content:has(#bmkind_M) .checks input + label:hover::before{
    content:'';
    display: block;
    position: absolute;
    top: 57px;
    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: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_3.jpg') no-repeat center 5px / 100%;
}
.input_content: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_3.jpg') no-repeat center 5px / 100%;
}
.input_content: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_3.jpg') no-repeat center 5px / 100%;
}
.input_content:has(#bmkind_M) .checks input[id="bmkind_F"] + label:hover::before{

    /* content: '채널 친구에게만 메시지를 발송하고 싶을 때 '; */
    content: '';
    background: #fff url('/images/brd_req/info_06_3.jpg') no-repeat center 5px / 100%;
    /* height: 310px; */
    /* content: '';
    background: #fff url('/images/brd_req/info_06_2.jpg') no-repeat center 5px / 100%; */
}

.wrap_brand_msg .input_content:has(button[id="btn_add"]){
    position: relative;
}
.wrap_brand_msg .input_content:has(button[id="btn_add"])::after{
    content: url('/images/tip_text_01.png');
    display: block;
    position: absolute;
    top: -4px;
    left: -188px;
}


/* 알림톡 상단 노란색 알림 */
.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: 14px; 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;}
.preview_msg_window.carousel_wrap.itemList_wrap .preview_box_msg > .btn_pre_att_coupon {
    margin: 10px 0 0;
}
.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;
}

/* 브랜드메시지 템플릿 선택하기 모달 */
body:has(#modal_templet[style*="display: block"]){height:100vh !important; overflow:hidden;}

.friend_new_am3.wrap_brand_msg #modal_templet{padding:0;}
.friend_new_am3.wrap_brand_msg #modal_templet .modal-content {
    top: 50%;
    transform: translateY(-50%);
    height: 800px;
    padding: 40px 40px 20px;
}
.friend_new_am3.wrap_brand_msg #modal_templet .modal-content .al_talk_list {
    width: 100%;
    height: calc(100% - 50px);
    margin: 0 0 0px;
}
.friend_new_am3.wrap_brand_msg #modal_templet .modal-content .al_talk_list .al_talk_cate {
    width: 100%;
}
.friend_new_am3.wrap_brand_msg #modal_templet .temp_card_wrap {
    padding: 30px 20px 20px;
    background: #cbdceb;
    border-radius: 0 0 10px 10px;
}
.friend_new_am3.wrap_brand_msg #modal_templet .temp_type_wrap {
    position: relative;
    top: 20px;
    left: 0;
    transform: inherit;
    width: 100%;
    margin-bottom: 10px;
    padding:0;
}
/* .friend_new_am3.wrap_brand_msg #modal_templet .modal_alim_cate {
    margin: 0px 0 0 15px;
} */
.friend_new_am3.wrap_brand_msg #modal_templet .temp_card_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.friend_new_am3.wrap_brand_msg #modal_templet .temp_card_wrap .temp_card {
    width: calc(100% / 3 - 20px);
    margin: 0;
}
.friend_new_am3.wrap_brand_msg #modal_templet .btn_group{
    margin-top:20px;
    /* position: absolute;
    left: 0;
    bottom: 0px; */
    padding:0;
}
.friend_new_am3.wrap_brand_msg #modal_templet .btn_group .pagination{
    margin: 0px 0;
}

/* 브랜드 이미지 선택 팝업창 */
.modal_img_title {
    position: relative;
    padding: 12px;
    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);
}


/* 캐러셀 보내기 */
.carousel_wrap .input_content_wrap.snb_nav{padding:15px 0 0; min-height:50px; margin-bottom:0; border-bottom:1px solid #cfcfcf;}
.carousel_wrap .input_content_wrap .link_info_wrap{padding-top:20px;}
/* .carousel_wrap .input_content_wrap .link_info_wrap{display:inline-block; padding-top:20px;} */
.carousel_wrap .tab_border{margin-left:-1px; margin-bottom:10px; padding:20px; border:1px solid #cfcfcf; border-top:0; border-radius:0 0 10px 10px;}

.carousel_wrap #send_friend_content #main_button,
.carousel_wrap .tab_border #header_0,
.carousel_wrap .tab_border #header_1,
.carousel_wrap .tab_border #header_2,
.carousel_wrap .tab_border #header_3,
.carousel_wrap .tab_border #header_4,
.carousel_wrap .tab_border #header_5,
.carousel_wrap .tab_border #button_0,
.carousel_wrap .tab_border #button_1,
.carousel_wrap .tab_border #button_2,
.carousel_wrap .tab_border #button_3,
.carousel_wrap .tab_border #button_4,
.carousel_wrap .tab_border #button_5{border-bottom:0; padding-bottom:0;}

.carousel_wrap .tab_border .form_check input[type="checkbox"] + label {margin-right:5px; line-height:36px;}
.carousel_wrap .tab_border .form_check input[type="checkbox"] + label:before {top:9px;}
.carousel_wrap .tab_border .form_check .msg_box button .btn_emoticon{margin-left:5px;}

.carousel_wrap .snb_nav ul{float:left; width:auto; height:auto;}
.carousel_wrap .snb_nav ul li{position: relative; float:left; margin-left:-1px; min-width:40px; height:34px; padding:0 28px; border:1px solid #cfcfcf; border-bottom:0 none; background:#f9f9f9; font-size:14px; line-height:34px; font-weight:bold; color:#676767; text-align:center; display:inline-block; cursor:pointer;}
.carousel_wrap .snb_nav ul li:hover{background:#eee;}
.carousel_wrap .snb_nav ul li.active{height:38px;margin-top:-3px; border-top:3px solid #fae100; background:#fff; color:#333;}
.carousel_wrap #add_con{padding:5px 0px 0 3px; font-size:12px;}
.carousel_wrap #add_con i{}
.carousel_wrap i.nav_close{position:absolute; top:9px; right:7px; padding:2px; font-size:13px; background-color:#ccc; color:#fff; border-radius:20px; display:block; cursor:pointer;}
.carousel_wrap i.nav_close:hover{background-color:#FF9800;}

.carousel_wrap .input_content .msg_box input.input_option{width:100%; height:38px !important;}
/* .carousel_wrap .input_content .input_link_wrap{display:inherit; width:100%;} */
.carousel_wrap .input_content .input_link_wrap:nth-last-of-type(4){margin-bottom:0;}
.carousel_wrap .input_content .input_link_wrap .btn_myModal{float:left;}
/* .carousel_wrap .input_content .input_link_wrap > div:nth-child(2){float:left;} */
.carousel_wrap .input_content .input_link_wrap .delete_box button.btn_minus{padding:0;}

.info_detail_msg:has(.carousel_wrap) .preview_msg_window{
    /* height:550px;  */
    overflow-x:hidden
}
.carousel_wrap .preview_msg_window{
    /* height:480px;  */
    overflow-x:hidden;
}
.carousel_wrap .p_preview_box_msg{min-width:440px; min-height:calc(100% - 80px); margin:-10px 0 0; padding-left:30px; overflow:hidden; font-size:11px; font-family:'dotum'; letter-spacing:-1;}
.carousel_wrap .preview_box_msg{
    float:left; width:220px;
     /* min-height:400px;  */
     background:#fff; border:1px solid #b2ccdc; border-radius:10px; margin:0px 10px 0px 0; padding:0px; display:flex; flex-direction:column;
}
.carousel_wrap #text_second {min-height:auto;}
.carousel_wrap .preview_box_msg img{max-height:290px;}

.carousel_wrap .preview_contents_wrap{flex-grow:1; margin:0 8px;}
.carousel_wrap .preview_title{padding:6px 0; font-size:11px; font-weight:600; color:#333; text-align:left; border-bottom:1px solid #f3f3f3;}
.carousel_wrap .preview_contents{padding:10px 0; font-size:11px; display:inline-block; word-break:break-all;}

.carousel_wrap .preview_box_msg .p_btn{display:flex; margin:8px; font-size:11px;}
.carousel_wrap .preview_box_msg .per_btn{width:100%; margin-bottom:0px; padding:8px 0px; color:#666; background-color:#f4f4f4; border:1px solid #f1f1f1; border-radius:5px; text-align:center; display:flex; align-items:center; justify-content:center;}
.carousel_wrap .preview_box_msg .per_btn:nth-child(2){margin-left:4%;}
.wrap_brand_msg .mobile_preview{left: 670px;}


.sel_box_msg_wrap{position:sticky; left:0; bottom:0; width:100%; height:40px; overflow:hidden; text-align:center; clear:both;}
.sel_box_msg_wrap .sel_box_msg{position:relative; width:100%; height:100%; text-align:center; clear:both;}
.sel_box_msg_wrap button{position:absolute; bottom:10px; width:28px; height:28px; padding:0; border:0 none; cursor:pointer; overflow:hidden; background-color:rgba(0,0,0,0.15);}
/* .sel_box_msg_wrap button i{padding:0; color:#fff; font-size:18px; line-height:1.4;} */
.sel_box_msg_wrap .btn_prev{left:0;}
.sel_box_msg_wrap .btn_next{right:0;}
.sel_box_msg_wrap .ico_pocket {
    display: block;
    width: 11px;
    height: 20px;
    margin: 0 auto;
    opacity: 0.5;
}
.sel_box_msg_wrap .ico_prev {
    background-position: -140px -655px;
}
.sel_box_msg_wrap .ico_next {
    background-position: -155px -655px;
}
.sel_box_msg_wrap .box_now{position:absolute; width:0; height:0; line-height:0; overflow:hidden; text-indent:-9999px;}
.sel_box_msg_wrap .sel_num_wrap{margin:12px 46px 0; padding:0 10px; display:inline-block; }
.sel_box_msg_wrap .sel_num_wrap .sel_num{float:left; width:7px; height:7px; margin:1px 3px 0 3px; background-color:rgba(0,0,0,0.15); font-size:0; line-height:0; border:0; display:inline; border-radius:6px; text-indent:-9999px;}
.sel_box_msg_wrap .sel_num_wrap .sel_num.on{background-color:white;}


/* 카카오톡 발신계정 관리페이지/ 광수동 토글 버튼 */
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);
}
/* 아이템리스트 보내기 */
.itemList_wrap .input_content_wrap .input_content {position: relative;}
.itemList_wrap .tab_border .input_content_wrap.div_content{border-bottom:0; padding-bottom:0;}
.itemList_wrap .tab_border .input_content_wrap .btn_add.btn_myModal{margin:0 0 15px 170px;}
.itemList_wrap .tab_border .input_content_wrap .btn_add.btn_myModal{margin:0 0 15px 170px;}
.itemList_wrap .tab_border .input_content .msg_box .input_msg{height:60px;}

.itemList_wrap .preview_msg_window{height:470px;}
.itemList_wrap .p_preview_box_msg{width:calc(100% - 30px); min-height:280px; overflow:hidden;}
.itemList_wrap .preview_box_msg{width:262px; min-height:280px; padding:5px 10px 10px;}
.itemList_wrap .preview_title{padding:3px 0; border-bottom:0; text-align:center;}
.itemList_wrap .preview_box_msg .p_btn{margin:0px;}

.preview_itemList{margin-top:5px}
.preview_itemList li{margin-bottom:8px; display:flex; align-items:center; line-height:1.3;}
.preview_itemList li img{width:40px; height:40px; margin:0 0px;}
.preview_itemList li span{margin-left:5px; max-height:36px; line-height:1.2; overflow:hidden;}
.preview_itemList li:first-child{width:100%; height:120px; margin-bottom:12px; position:relative; justify-content: center; background-color:#ededed;}
.preview_itemList li:first-child img{width:auto; max-height:100%; height:100%;}
.preview_itemList li:first-child span{width:calc(100% - 2px); margin-bottom:8px; position:absolute; left:0px; bottom:1px; line-height:1.2; padding:0 8px; font-size:14px; font-family:'Noto Sans KR','Spoqa Han Sans','kakao', 'Roboto', sans-serif; font-weight:600; color:#fff; text-shadow:0 0 1px #000000b5;}


/* 발송내역 미리보기 rcs 일때 */
.mobile_preview.wrap_preview_rcs {}
.mobile_preview.wrap_preview_rcs .preview_box_msg > img{
    /* position: relative;
    top: -10px;
    left: -10px;
    max-width: calc(100% + 20px); */
    margin-bottom: 5px;
}
.mobile_preview.wrap_preview_rcs .preview_msg_window{background:#fff;border: 1px solid #eee;}
.mobile_preview.wrap_preview_rcs .preview_box_msg{background:#F2F2F2; margin-bottom:10px; border:none; border-radius: 15px}
.mobile_preview.wrap_preview_rcs .preview_box_msg p.btn_preview_default {background-color: #ebebeb; border-radius: 20px; font-weight: 600;}

/* rcs mms 이미지 크기 조정하기 */
.mobile_preview .preview_msg_window.rcs .preview_box_msg .wrap_rcs_img,
.mobile_preview.wrap_preview_rcs .preview_box_msg .wrap_rcs_img{
    position: relative;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: 196px;
    overflow: hidden;
}
.mobile_preview .preview_msg_window.rcs .preview_box_msg  .wrap_rcs_img img,
.mobile_preview.wrap_preview_rcs .preview_box_msg .wrap_rcs_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: max-content;
    height: max-content;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

/* 로그인 후 대시보드 */
#dhnWrap > header{
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 1;
    padding-top: 5px;
    border-bottom:10px solid #eee;
    /* box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.05); */
}
/* #dhnWrap:has(.dashboard_wrap) > header{
    border-bottom:10px solid #eee;
} */
#dhnWrap:has(.dashboard_wrap) #mContent {
    padding: 0px;
}
main:has(.dashboard_wrap) aside{display: none;}
main:has(.dashboard_wrap) article{background: #fff;}

/* 하단 수정 /css/common.css 파일에 있는 것과 종일함 수정시 복사 */
footer {
    margin-top:80px;
    font-size: 14px;
	color: #111;
    background: #fff;
}
.wrap_footer {
    position: relative;
    width: 1200px;
}
.wrap_footer .wrap_terms{
    display: flex;
    gap: 70px;
    margin: 20px 0 30px;
    font-size: 16px;
    font-weight: 600;
}
.wrap_footer .footer_box{
    display: flex;
    align-items: flex-end;
}
.wrap_footer .corp_box{
    width:58%;
}
.wrap_footer .corp_box img[src^="/img/logo/logo"] {
    width:200px;
}
.wrap_footer .corp_txt{
    line-height: 1.8;
    margin:25px 0 10px;
    /* font-size: 11px; */
    color:#777;
}
.wrap_footer .wrap_cs{
    flex:1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* gap:30px; */
    gap:20px;
    position: relative;
    /* top:-75px; */
    top:-25px;
    /* font-size: 13px; */
}
.wrap_footer .cs_box{
    display: flex;
    gap:20px;
}
.wrap_footer .cs_box strong.em{
    font-size: 1.5rem;
}
.wrap_footer .cs_box1{
    display: flex;
    align-items: center;
    gap:60px;
    /* font-size: 14px; */
    font-weight: 500;
    color:#333;
}
.wrap_footer .cs_box1 a[data-icon] {
    display: flex;
    align-items: center;
    gap:3px;
    font-size:1.2rem;
}
.wrap_footer .cs_box1 a[data-icon]::before {
    content: attr(data-icon);
    font-family: 'Material Icons';
    font-size:30px;
    color:#333;
}
.wrap_footer .cs_box2{
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
}
.wrap_footer .cs_box2 .cs_boxin{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.wrap_footer .cs_box2 .boxin_1{
    gap:5px;
    color:#777;
}
.wrap_footer .cs_box2 .boxin_2{
    gap:20px;
    font-size:1.2em;
    color:#888;
}
.wrap_footer .cs_box2 strong{
    font-size: 18px;
}
.wrap_footer .cs_box2 strong.em{
    margin:-10px 0 0;
    font-size: 2rem;
    color:#000;
}
.wrap_footer .cs_box2 .boxin_2 strong{
    margin-top:-20px;
    color:#000;
}
.wrap_footer .cs_box2 .btn{
    width:fit-content;
    padding: 4px 10px;
    font-weight: 600;
    background-color: #eee;
    border:none;
}
.wrap_footer .cs_box2 .btn {
    margin-top: 10px;
}
.wrap_footer .logo_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:20px 0 10px;
}
.wrap_footer .logo_box img{
    max-width: 80px;
    max-height: 45px;
}

/* 알림톡 보내기 템플릿 선택모달 */
#template_select .modal-dialog {
    width: 970px;
    padding:0;
}
#template_select .temp_type_wrap {
    display: flex;
}
#template_select .temp_type_wrap ul li {
    margin-right: 5px;
}
#template_select .material-icons.modal_close {
    z-index: 10000;
    color: #aaaaaa;
    top: 20px;
    right: 30px;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
}
#template_select .temp_card_wrap {
    padding: 30px 20px 20px;
    background: #cbdceb;
    border-radius: 0 0 10px 10px;
}

/* 선거문자 발송 페이지 */
/* #election_grid_box .tabulator {
    background-color: #fff;
    border: 1px solid #ddd;
} */

/* 발신번호 등록 */
.sendphnmng_wrap{}
.sendphnmng_wrap .btn_group_lg{
    width:100%;
    margin:30px 0;
}

/* 충전 */
#virtualView .amount-box {
    display: flex;
    align-items: center;
    gap: 8px;
}
#virtualView .amount-box > button{
    padding:4px 15px;
    height:38px;
    line-height: 1;
    background: #ffe258;
    border-color: #ffe258;
    border-radius: 5px;
}
#virtualView .amount-box > button:hover{
    color:#000;
    background: #fff;
}
#virtualView button[data-amount="custom"]{
    margin-left:20px;
}
#virtualView #payment-method,
#virtualView #agreement{
    position: relative;
    top:-30px;
    padding-left: 120px;
}
#virtualView .btn.lg.yellow{
    line-height: 1;
    margin-top:30px;
    padding: 6px 56px 5px;
    background: #f4c900;
}
#virtualView .btn.lg.yellow .amount {
    padding-top: 0px;
}
.toss_wrap .tpl_ver_form td{
    text-align: left;
    padding-left:20px;
}
.toss_wrap .panel_info{
    font-size: 16px;
    border-radius: 4px;
    padding: 25px 40px;
}
.toss_wrap .tpl_ver_form td > #amount{
    margin: 0 10px 0 5px;
 }
.toss_wrap .tpl_ver_form td > #amount + button{
    padding:5px 10px;
    background: #f5f5f5;
    border-radius: 4px;
 }
 .toss_wrap .guide_box h3{
    margin-bottom:10px;
    padding-bottom:5px;
    font-weight: 600;
    border-bottom:1px solid #ddd;
}
 .toss_wrap .guide_box{
}
 .toss_wrap .btn-group{
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin:30px 0 50px;
}
 .toss_wrap .btn-group > a{
     padding:8px 20px;
     font-size: 14px;
     /* background: #f5f5f5; */
     border-radius: 3px !important;
}
.payment_view div:has(#payment-button){
    text-align: center;
}
.payment_view #payment-button{
    font-size: 16px;
}

/* 문자 발송 불러오기 모달 */
#modal_user_msg_list .temp_card_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding:20px;
    background: #abc1d1;
    border-radius: 10px;
}

@media screen and (max-width: 1600px) {
    html, body,
    .snb_menu ul li h3 {
        font-size: 14px;
    }
    .head_logo img {
        height: 30px;
    }
    .snb_menu ul:has(> li:nth-child(12)) li h3 {
        padding: 15px 10px;
    }
}
@media screen and (max-width: 1200px) {
    html, body {
        font-size: 13px;
    }
    .head_logo img {
        height: 26px;
    }
    .snb_menu ul:has(> li:nth-child(12)) li h3 {
        padding: 15px 8px;
    }
    .snb_menu ul li h3 {
        font-size: 13px;
    }
}


/* 메인 팝업 순서 지정 */
#popup_layer_22{z-index: 1000001}
