




@charset "utf-8";


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background:rgba(0,0,0,.2);
  border-radius: 5px;
  cursor: pointer;
}

* {
	accent-color: #ef5f4b;
	}


.color_red {
	color: #e20001;
}


/* 구글아이콘 적용 */
/* 이모티콘 아이콘 */
.material-symbols-outlined.mso_iconall {
  margin-right: 5px;
  font-size: 19px;
  color: #cb4445;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

/* 삭제 아이콘 */
.material-symbols-outlined.del_iconall {
  margin-right: 5px;
  font-size: 20px;
  color: #fff;
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24  
}



/* 추가 아이콘 */
.material-symbols-outlined.add_iconall {
  margin-right: 5px;
  font-size: 22px;
  color: #fff;
  font-variation-settings:
    'FILL' 1,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24
}


/* 파일샷 보내기 아이콘 */

.send_fileshot {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}






select {
  appearance: none;
  padding-right: 25px;
  padding-left: 10px;
}

select::-ms-expand {
  display: none;
}

p {
  margin:0;
}

button {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#addressManager .add_list_btn button {
	color: #fff;
}

/*문자보내기*/
.sub_tab_wrap {
  background: #f4f4f4;
  width: 100%;
  height: 40px;
  margin-top: 120px;
}

.sub_tab_wrap ul {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.sub_tab_wrap ul li {
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  float: left;
}

.sub_tab_wrap ul li:hover a {
  color: #e20001;
}

.sub_tab_wrap ul li .on {
  color: #e20001;
}

.sub_tab_wrap ul li a {
  padding: 0 5px;
  font-size: 16px;
}

.add_list_table .table-data-content {
	height: 30px;
}

.add_list_table .table-data-content .pink_btn,
.add_list_table .table-data-content .grey_btn {
	padding: 2px 6px;
}

.message_wrap {
  margin: 0px auto 100px;
  overflow: hidden;
  position: relative;
  padding: 4px 80px 14px 20px;
  max-width: 1400px;
  box-sizing: border-box;
}

#messageSend .message_wrap > .vue-wrapper,
#rcsSend .message_wrap > .vue-wrapper,
#fileShot .message_wrap > .vue-wrapper {
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
}

#messageSend .sheet_sel,
#altalkSend .sheet_sel,
#frtalkSend .sheet_sel,
#fileShot .sheet_sel {
	margin: 0;
}

.fail_message_bg {
	background: rgba(0,0,0,.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.message_wrap .message_box {
    border-bottom: 1px solid #ddd;
    padding: 0 20px 20px 20px;
    margin: 0;
}

/*
#fileShot .message_wrap .message_box>div:first-child {
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 30px;
	box-sizing: border-box;
}
*/

#profile .message_wrap .message_box,
#template .message_wrap .message_box,
#rcscallbackno .message_wrap .message_box,
#rcsbrand .message_wrap .message_box,
#msgReserved .message_wrap .message_box,
#msgResult .message_wrap .message_box,
#msgStatistic .message_wrap .message_box,
#pointLog .message_wrap .message_box,
#addressManager .message_wrap .message_box,
#userspamno .message_wrap .message_box,
#qna .message_wrap .message_box,
#tax .message_wrap .message_box,
#paymentLog .message_wrap .message_box{
    width: calc(100% - 40px);
    border: 1px solid #ddd;
    padding: 20px 20px 50px !important;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto 20px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
}


/* 06.08 추가 시작*/

.message_box_first {
  margin: 0 20px;
}

.message_box_second {
  padding: 30px 0 !important;
}

.message_box_second .sub_tit {
	display: none;
}

.message_box_third {
  padding: 50px 20px !important;
}

.message_wrap .last_box {
    border-bottom: none;
}

#payment .message_wrap .last_box {
    background: #eee;
    border-radius: 10px;
    padding: 20px 30px;
}

.last_bottom {
  margin-bottom: 0 !important;
}

.sub_tit {
	display: inline-block;
    width: auto;
    min-width: 140px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    line-height: 28px;
}

.sub_box {
  display: inline-block;
  width: calc(100% - 145px);
}

.sub_tit>p {
  display: inline-block;
}

.sub_box_full {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.sub_box_full .tab_selbox {
  width: 100%;
  margin-left: 0;
}

.sub_box_full .tab_selbox:nth-child(3) .text_box {
  width: 100%;
}

.m_sel .sel_radio {
  display: inline-block;
  margin-right: 20px;
}

.m_sel .sel_radio span {
  font-size: 16px;
  line-height: 28px;
}

.m_sel .sel_radio input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
}

.grey_rbtn {
	margin: 0 10px;
    background: #ddd;
    padding: 0px 10px;
    border-radius: 5px;
    height: 30px;
    transition: all 0.2s ease-in;
}

.grey_rbtn:hover {
  background: #5f7ea3;
  color: #fff;
}

.pink_rbtn {
  margin: 0 10px;
  background: #fce5e5;
  padding: 0px 10px;
  border-radius: 5px;
  height: 30px;
}

.text_box {
  width: 27%;
  max-width: 364px;
  display: inline-block;
}

.message_box_second .sub_box {
	width: 100%;
}

.message_box_second .sub_box .text_box {
	min-width: 280px;
}

.message_box .text_box_bubblecont, 
.message_box .text_box_kakao, 
.fail_message .text_box {
	border-radius: 30px 30px 40px 40px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
    box-sizing: border-box;
}

.fail_message .text_box, .message_box .text_box_bubblecont {
    background: url(../../../images/web/sevenMunja/msg/msg_box_left.png?2.003)no-repeat left,
    			url(../../../images/web/sevenMunja/msg/msg_box_right.png?2.003)no-repeat right,
    			url(../../../images/web/sevenMunja/msg/msg_box_bg2.png?2.003);
    padding: 76px 0 100px;
}

.message_box .text_box_kakao {
    background: url(../../../images/web/sevenMunja/msg/kakao_box_left.png?2.003)no-repeat left,
    			url(../../../images/web/sevenMunja/msg/kakao_box_right.png?2.003)no-repeat right,
    			url(../../../images/web/sevenMunja/msg/kakao_box_bg2.png?2.003);
    padding: 22px 2px 59px;
}

.message_box .text_box_bubblecont .text_wrap,
.fail_message .text_wrap {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: -34px 0 -51px;
}

.fail_message .text_box .text_wrap .text_tit, .message_box .text_box_bubblecont .text_wrap .text_tit {
    margin: -34px auto 0;
    color: #000 !important;
    background: #fff;
    width: 90%;
    padding: 5px 0;
    border-radius: 20px;
    line-height: 24px;
    height: 24px;
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .1);
}

.message_box .text_box_bubblecont .text_wrap .view_wrap textarea {
	line-height: 24px;
  width: calc(100% - 10px);
  padding-right: 10px;
}

.message_box .text_box_bubblecont .text_wrap .text_tit:nth-child(4),
.fail_message .text_wrap .text_tit:nth-child(4) {
    margin: 44px auto 0;
    background: none;
    box-shadow: none;
}

.message_box .text_box_bubblecont .text_wrap .view_wrap,
.fail_message .text_wrap .view_wrap {
    background: none;
    width: calc(100% - 30px);
    border-radius: unset;
    border: 0;
    margin: 0 10px 0 20px;
    box-sizing: border-box;
}

.rcs_ad.message_box .text_box_bubblecont .text_wrap .view_wrap {
	padding: 24px 0 6px;
}

.message_box .text_box_bubblecont .text_wrap .view_wrap ul {
	height:100%;
}

.message_box .text_box_bubblecont .text_wrap .view_wrap ul li {
	margin-top:5px;
}

.message_box .text_box_bubblecont .text_wrap .basic_text {
	font-size: 16px;	
}

.text_box .text_wrap,
.fail_message  {
  margin-right: 20px;
  width: 100%;
  height: 520px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}


.text_box .text_wrap .adv_tit { /* 2022-04 */
  font-size: 16px;
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 3px;
  display: block;
}

.frtalk_wrap .text_box .text_wrap .adv_tit {
    padding-top: 10px;
    margin-bottom: 0;
}

.text_box .text_wrap .text_tit {
  font-size: 16px;
  margin: 10px auto;
  text-align: center;
  display: block;
  color: #333;
}

.msg20_text .text_box .text_wrap .text_tit {
	margin: 5px auto;
}

/* RCS 상단 광고표기 */
.text_box .text_wrap .text_tit.rcs_advertisement {
	position: relative;
}

.text_box .text_wrap .text_tit.rcs_advertisement div {
    position: absolute;
    top: 40px;
    left: 10px;
    color: #191919;
    font-weight: 500;
    font-family: 'S-CoreDream-3Light';
}

/* RCS 하단 무료거부표기 */
.text_box .text_wrap .text_tit.rcs_freerefusal {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.text_box .text_wrap .text_tit.rcs_freerefusal div {
	position: absolute;
    top: -46px;
    left: 10px;
    color: #191919;
    font-family: 'S-CoreDream-3Light';
    font-size: 16px;
    line-height: 1.1;
}

.text_box .text_wrap textarea {
  resize: none;
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  font-size: 16px;
}

.text_box .text_wrap .basic_text {
  position: absolute;
  top: 44%;
  text-align: center;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  color: #bebebe;
}

.text_box table {
  font-size: 14px;
}

.sel_box {
  display: inline-block;
  font-size: 18px;
  float: right;
}

.message_box_first .sub_tit {
	line-height: 30px;
}

.message_box_first .sub_box .m_sel .sel_radio label {
	vertical-align: middle;
} 

.message_box_first .sub_box .m_sel .sel_radio button {
	color: #fff;
	background: #444;
	padding: 0 20px;
	border-radius: 20px;	
} 

.message_box_first .sub_box .m_sel .sel_radio button:hover {
    background: #ef5f4b;
}

.message_wrap .message_box_second {
	border: 0;	
}

.altalk_wrap,
.frtalk_wrap {
    padding: 4px 20px 14px 20px !important;
}

.message_box_second .sel_box {
  width: calc(73% - 30px);
}

.message_box_second .sel_box .input_tit .dbtn_wrap button:nth-child(1),
.message_box_second .sel_box .input_tit .dbtn_wrap button:nth-child(2),
.message_box_second .sel_box .input_tit .dbtn_wrap button:nth-child(3) {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
}

.message_box_second .sel_box .input_tit .dbtn_wrap button:nth-child(1) {
    background: #ffc85a !important;
}

.message_box_second .sel_box .input_tit .dbtn_wrap button:nth-child(2) {
	background: #565656;
}

.message_box_second .sel_box .input_tit .dbtn_wrap button:nth-child(3) {
	background: #ef5f4b;
}

.message_box_second .sel_box .input_tit,
.message_box_second .sel_box .input_text,
.message_box_second .sel_box .input_category,
.message_box_second .sel_box .input_replace,
.message_box_second .sel_box .input_button,
.message_box_second .sel_box .input_option,
.message_box_second .sel_box .test_btn_wrap,
.message_wrap .message_box_third,
.message_box_second .sel_box .input_contents .twenty_notice,
.fail_message .sel_box .input_tit,
.fail_message .input_text,
#fileShot .message_open .last_box {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
}

.message_box_second .sel_box .input_contents .twenty_notice {
	background: #fff;
	color: #ef5f4b;
	font-weight: 500;
}

.message_box_second .sel_box input,
.message_box_second .sel_box select {
	border-radius: 5px;
}

.message_box_second .sel_box .input_tit,
.message_box_second .sel_box .ad_box {
	margin-bottom: 20px;
}

.message_box_second .sel_box .number_box {
	margin-bottom: 10px;
}

.fail_message .sel_box .input_tit {
	margin-bottom: 10px;
}

.message_box_second .sel_box .input_tit .selbox_tit > span, 
.message_box_second .sel_box .input_replace .selbox_tit > span, 
.input_contents .input_button .selbox_tit > span {
    width: 90px;
    padding-left: 10px;
    font-weight: 600;
    box-sizing: border-box;
}

.fail_message .sel_box .input_tit .selbox_tit > span {
    width: 70px;
    font-weight: 600;
}

.message_box_second .sel_box .input_text {
	display: inline-block;
	width: 30%;
	margin-right: 10px;
}

.message_box_second .sel_box .input_contents {
	display: inline-block;
	width: calc(70% - 15px);
}

.sel_box .input_text .selbox_tit > span {
	font-weight: 600;
    padding-left: 43px;
    line-height: 34px !important;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.sel_box .input_text .selbox_tit {
	margin-bottom: 20px;
}

.sel_box .input_text .selbox_tit:nth-child(2) {
	margin-bottom: 10px;
}

.sel_box .input_text .selbox_tit:nth-child(1){
	padding-bottom: 20px;
    border-bottom: 1px dashed #999;
}

#frtalkSend .sel_box .input_text .selbox_tit:nth-child(1),
#altalkSend .sel_box .input_text .selbox_tit:nth-child(1) {
	border: 0;
	padding: 0;
	margin: 0 !important;
}

#rcsSend .sel_box .input_text .selbox_tit:nth-child(1) {
	padding-bottom: 12px;
	margin-bottom: 14px;
}
#rcsSend .sel_box .input_text .selbox_tit:nth-child(2) {
	margin-bottom: 0;
}

.sel_box .input_text .selbox_tit:nth-child(1) > span {
	background: url(../../../images/web/sevenMunja/msg/icon_send_special.png?2.003)no-repeat;
}

.sel_box .input_text .selbox_tit:nth-child(2) > span {
	background: url(../../../images/web/sevenMunja/msg/icon_send_select.png?2.003)no-repeat;
}

#frtalkSend .sel_box .input_text .selbox_tit:nth-child(1) > span,
#altalkSend .sel_box .input_text .selbox_tit:nth-child(1) > span {
	background: url(../../../images/web/sevenMunja/msg/icon_send_add.png?2.003)no-repeat;
}

.input_text .selbox_tit .full_textbox { 
	width: 100%;
}

.input_text .selbox_tit .full_textbox > span {
	width: calc(50% - 7px);
    margin: 5px 2px;
}

#messageSend .four_btn > span > button,
#frtalkSend .four_btn > span > button,
#altalkSend .four_btn > span > button,
#rcsSend .four_btn > span > button,
#fileShot .four_btn > span > button {
    background: #f4f4f4;
}

#messageSend .four_btn > span > button:hover,
#frtalkSend .four_btn > span > button:hover,
#altalkSend .four_btn > span > button:hover,
#rcsSend .four_btn > span > button:hover,
#fileShot .four_btn > span > button:hover {
    background: #ef5f4b;
    color: #fff;
}

.sel_box .input_category,
.sel_box .input_option,
.sel_box .input_replace,
.sel_box .input_button {
	margin-bottom: 10px;
}

.sel_box .input_button .selbox_tit {
	margin: 0;	
}

#frtalkSed .sel_box .input_replace {
	margin-bottom: 20px;
}

.sel_box .input_category .selbox_tit {
	display: inline-block;
	width: calc(100% - 245px);
	margin: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#frtalkSend .sel_box .input_category .selbox_tit {
    width: 100%;
    margin-bottom: 5px
}

.sel_box .input_category .selbox_tit:nth-child(1) {
	width: 240px;
	line-height: 32px;
	border-right: 1px dashed #999;
}

#frtalkSend .sel_box .input_category .selbox_tit:nth-child(1) {
	width: 100%;
    margin-bottom: 10px;
    border: 0;
}

.sel_box .input_category .selbox_tit > span,
.sel_box .input_option .selbox_tit > span {
	display:none;
}

.sel_box .input_category .selbox_tit .full_textbox {
	width: 100%;
}

.sel_box .input_category .selbox_tit:nth-child(1) .full_textbox span {
	width: calc(50% - 4px);
}

#frtalkSend .sel_box .input_category .selbox_tit:nth-child(1) .full_textbox span {
    width: calc(29% - 4px);
}

.sel_box .input_option .selbox_tit {
	margin-bottom: 9px;
	padding-left: 20px;
}

.sel_box .input_option .selbox_tit:nth-child(2) {
	margin-bottom: 0;
}

.sel_box .input_option .selbox_tit .full_textbox {
	width: 100%;
}

.sel_box .input_option .selbox_tit .full_textbox span:nth-child(3),
.sel_box .input_option .selbox_tit .full_textbox span:nth-child(4) {
	max-width: 155px;
	width: 18%;
}

.sel_box .input_option .selbox_tit .full_textbox span:nth-child(2) {
    border-left: 1px dashed #999;
    padding-left: 20px;
    width: calc(20% - 4px);
    min-width: 90px;
}

.input_replace .selbox_tit > span, .input_replace .full_textbox {
    display: inline-block;
}

.message_box_second .sel_box .input_replace .selbox_tit {
    margin: 0;
}

.input_replace .full_textbox {
    margin-left: -1px;
    width: calc(100% - 94px);
}

.sel_box .test_btn_wrap {
	display: table;
	border: 2px solid #ef5f4b;
}

.sel_box .test_btn_wrap .test_detail {
	background: none;
    margin: 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 63%;
    padding: 0 10px 0 0;
}

.sel_box .test_btn_wrap .test_detail p {
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
}

.sel_box .test_btn_wrap .test_detail p strong {
	color: #ff5a00;
	display: block;
	padding: 0;
	font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.sel_box .test_btn_wrap .test_btn {
	width: calc(37% - 6px);
	display: table-cell;
	vertical-align: middle;
}

.sel_box .test_btn_wrap .test_btn .pink_btn {
    background: #ef5f4b !important;
    padding: 9px 20px;
    border-radius: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.sel_box .test_btn_wrap .test_btn .grey_btn {
    background: #fff;
    border: 1px solid #b2b2b2;
    padding: 9px 20px;
    border-radius: 18px;
    width: 100%;
}

#messageSend .message_wrap .last_box,
#altalkSend .message_wrap .last_box,
#frtalkSend .message_wrap .last_box,
#rcsSend .message_wrap .last_box,
#fileShot .message_open .last_box {
    position: relative;
    width: calc(73% - 60px);
    max-width: 958px;
    top: -202px;
    right: 20px;
    float: right;
    padding: 30px 20px !important;
    background: #fff;
}

#messageSend .message_wrap .last_box {
    margin-bottom: -190px;
}

#fileShot .message_open .last_box {
    margin-bottom: -150px;
}

#altalkSend .message_wrap .last_box {
	top: -360px;
    margin-bottom: -360px;	
}

#frtalkSend .message_wrap .last_box {
	top: -314px;
    margin-bottom: -322px;	
}

#rcsSend .message_wrap .last_box {
    top: -54px;
    margin-bottom: -60px;
}

.last_box .sub_tit {
	display: none;
}

.message_box_third .sub_box .m_sel:before,
#fileShot .last_box .sub_box .m_sel:before {
    content: '받는사람';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 50px;
}

.message_box_third .sub_box,
#fileShot .last_box .sub_box {
	width: 100%;
}

.message_box_third .sub_box .m_sel,
#fileShot .last_box .sub_box .m_sel {
	padding-left: 10px;
	padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

#altalkSend .message_box_third .sub_box .m_sel {
	padding-bottom:10px;
}

.message_box_third .sub_box .sel_box .text_box,
#fileShot .last_box .sub_box .sel_box .text_box {
	width: 50%;
	max-width: unset;
}

.message_box_third .sub_box .sel_box .text_box.w100,
#fileShot .last_box .sub_box .sel_box .text_box.w100
 {
	width: 100%;
}

.message_box_third .sub_box .sel_box .selbox_wrap,
#fileShot .last_box .sub_box .sel_box .selbox_wrap  {
	width: calc(50% - 26px);
    margin-left: 20px;
}

.selbox_tit {
  margin-bottom: 10px;
}

.input_tit .selbox_tit {
    display: inline-block;
    width: calc(50% - 4px);
    margin: 0;
}

#frtalkSend .input_tit .selbox_tit:first-child {
	border-right: 1px dashed #999;
}

/*
.input_tit .selbox_tit:nth-child(2) {
	width: 456px;
}
*/

.sel_box .selbox_tit:nth-child(6) {
  margin-bottom: 10px;
}

.sel_box .selbox_tit:nth-child(8) {
  margin-bottom: 10px;
}

.sel_box .selbox_tit>span:first-child {
  width: 120px;
  line-height: 30px;
}

.message_box_second .sel_box .input_button .selbox_tit>span:first-child {
	width: 90px;
}

.message_box_second .sel_box .input_button .selbox_tit .full_textbox {
	width: calc(100% - 95px);
}

.full_textbox {
  width: calc(100% - 126px);
  display: inline-block;
}

.rcs_btn_plus {
	width: calc(100% - 100px);
}

#messageSend .full_textbox,
#altalkSend .full_textbox,
#frtalkSend .full_textbox,
#rcsSend .full_textbox {
    margin-left: -1px;
}

#altalkSend .message_box_third .full_textbox {
    float: none;
}

.selbox_tit>div>input {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  height: 30px!important;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fff;
}

.dbtn_textbox {
  width: calc(100% - 260px);
  min-width: 100px;
  max-width: 163px;
}

.dbtn_wrap {
  display: inline-block;
}

.dbtn_wrap>button {
  width: 50px;
  height: 30px;
  vertical-align: middle;
}

.pink_btn {
  background: #ef5f4b !important;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
}

.test_btn_wrap {
  margin-bottom: 20px;
}


/* 스팸테스트버튼 아이콘 */

.test_btn_wrap .pink_btn::before {
  content: "\f3ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
}

.test_btn_wrap .grey_btn::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
}

.test_btn_wrap>button {
  width: calc(50% - 8px);
  height: 30px;
  vertical-align: middle;
  font-size: 16px;
}

.test_btn_wrap>button:first-child {
  margin-right: 10px;
}

.test_btn_wrap .test_detail {
  background: #5f7ea3;
  /* background: linear-gradient(135deg, #466e9f 0%, #e42d7f 100%); */
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
}

.test_btn_wrap .test_detail>span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translate(-50%);
}

.test_btn_wrap .test_detail p {
  color: #fff;
}

.test_btn_wrap .test_detail p>strong {
  background: #fff;
  color: #E20001;
  padding: 0px 10px;
  line-height: 32px;
}

.four_btn>span {
  width: calc(30% - 4px);
  min-width: 52px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.four_btn50>span { /* 2022-04 */
  width: calc(50% - 4px);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.four_btn50>span input { /* 2022-04 */
  border: 1px solid #ddd;
  height: 30px;
  padding-left: 10px;
  width: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}

.four_btn > span > button {
  width: 100%;
  height: 30px;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid #ef5f4b;
}

.message_wrap .four_btn > span > button > span {
	color: #666666;
	pointer-events: none;
}

.message_wrap .four_btn>span>button:hover span {
    color: #fff;
}

.full_textbox>span .send_radio {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  margin-left: 0;
  margin-top: 4px;
}

.four_btn>span select, .full_textbox>span select {
    border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    margin-right: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background: transparent;
    border-radius: 5px;
}

.full_textbox>span select:disabled {
    background: #fff;
}

.four_btn>span input {
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}

.four_btn>span .datesel { /* 2022-04 */
  font-size: 14px;
  cursor: pointer;
  letter-spacing: -1px;
}

.four_btn>span {
  position: relative;
}

span.double_span {
  width: calc(50% - 4px);
}

span.double_span>select {
  width: 100%;
}

.sub_box .receive_all {
  border: 1px solid #ddd;
  position: relative;
  box-sizing: border-box;
}

.all_count {
  text-align: center;
  width: 100%;
  height: 30px;
  background: #f4f4f4;
  font-size: 16px;
  line-height: 30px;
}

/*
.receive_count {
  height: 268px;
  overflow-y: auto;
}
*/

.receive_count table {
  text-align: center;
  width: 100%;
}

.receive_count tr {
  height: 25px;
  line-height: 25px;
}

.receive_count tr:first-child {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.receive_count tr:first-child {
  background: #f4f4f4!important;
}

.receive_count tr:nth-child(odd) {
  background: #fafafa;
}

.del_btn {
  margin-top: 10px;
  display: flex;
}

.del_btn button {
  width: calc(50% - 5px);
  height: 30px;
  color: #fff;
  background: #565656;
  border-radius: 7px;
}

.del_btn button:nth-child(1) {
  margin-right: 10px;
}

.del_btn button:nth-child(2) {
  margin-right: 10px;
}

.del_btn button:last-child {
  margin-right: 0px!important;
}

.btn_textbox {
  width: 200px;
}

.send_btn {
  text-align: center;
  margin: 20px 0 10px;
}

.send_btn button {
    background: #ef5f4b;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
    transition: all 0.2s ease-in;
    padding: 20px;
    border-radius: 32px;
    width: calc(50% - 8px);
    max-width: 200px;
}

.send_btn .send_fileshot,
#link .send_btn button,
.send_btn #msg20pop_save,
#payment #ok,
#join #ok {
    width: 100%;
    max-width: 300px;
}

/* 충전하기아이콘 */
.quick_wrap .charge > a::before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #fff;
}


/* 수신거부목록 아이콘 */

#del_checklist::before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
  color: #fff;
}


/* 파일등록 아이콘 */
.add_list_btn .soosin_Input::before {
	content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
    color: #fff;
} 

/* 개별등록 아이콘 */
.add_list_btn .soosin_DirectInput::before {
	content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
    color: #fff;
}



.add_list_btn .paste_Input::before {
	content: "\f24d";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
    color: #fff;
}


/* 그룹추가 아이콘 */

.add_list_btn #add::before {
  content: "\f234";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #fff;
}

.add_list_btn #groupMultiDel::before {
  content: "\f503";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #fff;
}


/* 삭제아이콘 */
.add_list_btn #del::before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
  color: #fff;
}

/* 엑셀저장아이콘 */
.add_list_btn #excelSave::before, .add_list_btn #chkDetail::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
  color: #fff;
}

/* 예약취소 아이콘 */
.add_list_btn #reservedCancel::before {
  content: "\f011";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #fff;
}

/* 사업자입력 아이콘 */
.tax_write #busiInfoRegister::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #fff;
}

/* 결제버튼 아이콘 */
.send_btn #ok::before {
    content: "\f09d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
}


#dataReg {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}


.first .selbox_tit {
  margin-bottom: 10px;
}

.tab_file {
  width: 100%!important;
  margin-left: 0!important;
}

.sample_down {
  margin-left: 10px;
  background: #ddd;
  padding: 2px 10px;
  border-radius: 5px;
}

.tab_file .selbox_tit:first-child, .tab_file .sheet_sel {
    margin-bottom: 10px;
    display: inline-block;
}

.tab_file .selbox_tit:first-child {
    width: 330px;
}

.tab_file .sheet_sel {
    width: calc(100% - 367px);
    max-width: 300px;
    float: right;
    font-size: 16px;
    position: relative;
}

#rcsSend .tab_file .sheet_sel {
	margin:0;
}

.replynumber_select {
	margin-bottom: 15px;
}

.replynumber_select .replynumber_check input {
	width: 18px;
    height: 18px;
}

.replynumber_select .replynumber_txt {
	font-size: 16px;
	line-height: 24px;
}

.tab_file .file_table {
  border:1px solid #ddd;
  box-sizing: border-box;
}

.tab_file .file_table .table_wrap {
  /*height: 228px;*/
  border: none;
}

.tab_file .file_table table {
  font-size: 14px!important;
}

.sheet_sel span {
  line-height: 32px;
}

.sheet_sel span span {
	width: 60px;
	display: inline-block;
}

.sheet_sel span>select {
  width: calc(100% - 70px);
  max-width: 300px;
  min-width: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 32px;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 14px;
  background: transparent;
}

.sheet_sel .down_icon {
  top: calc(50% - 3px);
  transform: translateY(-50%);
}

.five_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.five_btn>span {
  display: inline-block;
  transition: 0.5s;
}

.five_btn>span>span { 

/* 2022-04 */

  display: inline-block;
  line-height: 30px;
  text-align: left;
  min-width: 45px;
}

.five_btn>span select { 

/* 2022-04 */

    width: 45px;
    padding-right: 20px;
    margin-right: 0;
    background: transparent;
}


/*문자보내기 팝업*/
.function_pop>div {
	width: 100%;
    padding: 20px 20px 40px;
    background: #fff;
    box-sizing: border-box;
    border: 5px solid #ef5f4b;
    border-radius: 15px;
    position: fixed;
    right: 3px;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 2px 3px 4px 0 #aaa;
    display: none;
    z-index: 99999;
}

#talkImageAttachBox,
#replaceCharBox,
#rcsbutton-test,
#specialCharBox,
#emoticonBox,
#colorticonBox,
#imageAttachBox {
	max-width: 600px;
	width: calc(100% - 20px);
}

.function_pop>#mymsgBox {
    max-width: 600px;
}

.function_pop .pop_tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 10px;  
}

.function_pop .pop_sel {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.function_pop .pop_sel input {
  width: 20px;
  height: 20px;
}

.close_btn {
  cursor: pointer;
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#mymsgBox .pop_contents ul {
    overflow: hidden;
    margin-top: 5px;
    height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 50px;
}

.spe_box .pop_contents ul li {
  float: left;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 5px;
  box-sizing: border-box;
}

.spe_box .pop_contents ul li:hover, .chan_box .pop_contents ul li:hover {
  background: #f4f4f4;
}

.pop_contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.pop_sel span {
  padding: 5px 0;
  border: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}

.pop_sel select {
  height: 23px;
}

.imo_box .pop_contents ul li, .col_box .pop_contents ul li {
  width: calc(25% - 10px);
  margin: 5px;
  float: left;
}

.imo_box .pop_contents ul li div, .col_box .pop_contents ul li div {
  min-width: 100px;
  height: 110px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  overflow-y: auto;
}

.imo_box .pop_contents ul li > div.mymessage_after:hover, .col_box .pop_contents ul li > div.mymessage_after:hover, .my_box .pop_contents ul li > div.mymessage_after:hover {
  border: 1px solid #191919;
  box-sizing: border-box;
}

.pop_listnum {
  font-size: 14px !important;
  bottom: 7px !important;
  margin-top: 0 !important;
}

.col_box .pop_contents ul li a img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.chan_box .pop_contents ul {
  height: auto;
}

.chan_box .pop_contents ul li {
  float: left;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: calc(20% - 12px);
  line-height: 30px;
  text-align: center;
  margin: 5px;
  box-sizing: border-box;
}

.chan_box .chan_detail {
  margin: 5px;
  margin-top: 10px;
}

.chan_box .chan_detail p {
  margin-top: 10px;
  line-height: 22px;
}

.chan_box .chan_detail p strong {
  background: #f4f4f4;
  padding: 5px 10px;
}

.my_box .pop_contents ul li {
  width: calc(33.3% - 10px);
  min-width: 150px;
  height: calc(100% - 70px);
  min-height: 180px;
  margin: 5px;
  float: left;
}

.my_box .pop_contents ul li > div {
  min-width: 100px;
  height: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
}

.my_box .pop_contents ul li > div.mymessage_after:hover::after {
  content: '삭제';
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ddd;
  padding: 5px 10px;
  cursor: pointer;
}

.my_box .pop_contents ul li div.rcs_after {
	text-align: center;
}

.my_box .pop_contents ul li div.rcs_after a {
	text-align: left;
	height: auto;
}

.my_box .pop_contents ul li div.rcs_after button {
	color: #3287f7; 
	margin-top: 20px;
}

.my_box .pop_contents ul li div .rcs_after_button {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* rcs 소스수정 추가 */
.rcs_after .rcs_messagewrap {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
}

.rcs_btn_popup .send_btn button {
    width: calc(40% - 4px);
    max-width: 200px;
    min-width: 108px;
    display: inline-block;
}

.rcs_after:hover  {
	border: 1px solid #191919 !important;
    box-sizing: border-box;
}

.rcs_after:hover .rcs_afterdelbtn {
	display: block;
}

.rcs_after .rcs_afterdelbtn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.rcs_after .rcs_afterdelbtn a {
	background: #ddd;
    padding: 5px 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.sms_search {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px 3px 4px;
  line-height: 24px;
  box-sizing: border-box;
  margin-left: 5px;
}

#mymsgBox .sms_search input {
	width: calc(100% - 200px);
    max-width: 200px;
}

.sms_search button img {
  width: 80%;
}

.function_pop .save_box {
  height: 210px;
  top: 130px;
}

.save_box .pop_contents {
  margin-top: 20px;
  font-size: 16px;
}

.folder_sel>span {
  display: block;
  margin-bottom: 20px;
}

.folder_sel .pop_sel span select {
  margin-left: 0;
  line-height: 20px;
}

.folder_sel>span>input {
  width: 20px;
  height: 20px;
}

.folder_sel>span>span>input {
  border: 1px solid #ddd;
  padding: 0 5px;
  line-height: 25px;
  width: calc(100% - 34px);
  box-sizing: border-box;
}

.save_box .grey_btn {
  font-size: 16px;
  width: 100%;
}

.file_plus {
  margin-top: 10px;
}

.file_plus .file_box {
    line-height: 24px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 0;
}

.file_plus .file_box span {
  margin-left: 10px;
}

.file_plus .file_box button {
  float: right;
}

.file_check {
  margin: 10px 0;
  font-size: 16px;
  margin-left: 10px;
}

.file_check input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  margin-left: 0;
  margin-top: 2px;
}

.file_check span {
  display: block;
}

.file_check span>input {
  border: 1px solid #ddd;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pic_detail {
  margin-top: 20px;
}

.pic_detail p {
  line-height: 22px;
}

.file_plus .pic_btn {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.file_plus .pic_btn button {
  font-size: 15px;
}

.msg_popup .join_tab .join_text {
  padding: 10px 0;
}

/*
.msg_popup .send_btn button {
  border-radius: 5px;
}
*/
.send_btn .grey_btn {
  background: #565656;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 20px;
}

/*사진첨부시 문자발송*/
.view_wrap {
  width: calc(100% - 20px);
  height: calc(100% - 85px);
  margin:0 auto;
  overflow-y: scroll;
}

.msg20_popup .msg20_text .view_wrap {
	height: calc(100% - 60px);
	background: #fff;
    border-radius: 10px;
    padding: 0 10px;
    overflow-y: auto;
    box-sizing: border-box;
} 

#rcsSend .view_wrap {
	height: calc(100% - 90px)
}
.view_wrap ul {
  padding-right: 5px;
}

.view_wrap ul li {
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
}

.view_wrap ul li img {
  width: 100%;
}

.view_wrap .mbox {
  overflow-y: hidden;
}

.view_wrap .close_btn {
  position: absolute;
  right: 0px;
  top:0px;
  background: #fff;
  padding: 5px;
  opacity: 0.8;
}


/* RCS 디스플레이 버튼생성 */

/* rcs 버튼 칼라 */

.rcs_buttons_depv {
	text-align: center;
	margin-top: 20px;
}

.rcs_buttons_depv a {
	color: #3287f7;
	font-size: 14px;
	font-weight: 600;
	display: block;
	height: 30px;
    line-height: 26px;
    padding: 5px 0;
}

.rcs_veiw_button {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95%;
}


.msgbox-wrapper {
	border-radius: 20px;
}

/*문자_팝업*/
.reply_popup {
  width: 460px;
  background: #fff;
  padding: 20px;
  border: 5px solid #ef5f4b;
  border-radius: 20px;
  box-sizing: border-box;
  display: none;
}
.reply_popup .re_compa_txt01 span {
	display: block;
}
.reply_popup .re_compa_document {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}
.reply_popup .re_compa_document > p {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.reply_popup .re_compa_document .compa_doccont {
	margin:5px 0 0;
	line-height: 20px;
}
.reply_popup .re_compa_document .compa_corporation {
    margin: 10px 0 0;
}

.reply_popup .re_compa_document p {
    font-weight: 600;
}

.popup_tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.popup_tit .b-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  line-height: 24px;
  cursor: pointer;
}

.reply_regi .company_info .join_tab:first-child .join_text span>input {
  width: calc(100% - 100px);
}

.reply_regi .company_info .join_text button {
  top: 11px;
}

.reply_regi .send_btn>p {
  margin-top: 20px;
}

.regi_num {
  margin-bottom: 10px;
  line-height: 30px;
}

.regi_num span:first-child {
  width: 16%;
  display: inline-block;
}

.regi_num span:nth-child(2) {
  width: calc(80% - 130px);
}

.regi_num span input {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 160px;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 5px;
  margin-right: 5px;
}

.regi_num button {
  width: 70px;
  height: 28px;
}

.save_sms {
  position: relative;
  display: inline-block;
  width: 90px;
}

.save_sms span {
  position: absolute;
  z-index: 9;
}

.save_sms .down_icon {
  z-index: 1;
  top: 8px;
  right: 0;
}

.test_result {
  width: 800px;
  height: 450px;
  background: #fff;
  padding: 20px;
  display: none;
  border-radius: 20px;
  box-sizing: border-box;
}

.test_result .spam_result {
  overflow-y: auto;
  height: 300px !important;
}

.test_result .regi_num span:nth-child(1) {
  width: 70px;
}

.test_result .regi_num span:nth-child(2) {
  width: 120px;
}

.test_result .popup_contents>div {
  height: auto;
  margin: 20px 0;
}

.test_result .popup_contents .spam_result ul li {
  width: 10%;
}

.test_result .popup_contents .spam_result ul li:nth-child(1) {
  width: 18%;
}

.test_result .popup_contents .spam_result ul li:nth-child(4) {
  width: 30%;
}

.test_result .popup_contents .spam_result ul li:nth-child(5) {
  width: 22%;
}

.test_result .popup_contents .spam_result .text_short {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.full_textbox textarea {
  resize: none;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 14px;
  height: 178px;
  padding: 10px;
  overflow-y: auto;
  border-radius: 5px;
  box-sizing: border-box;
}

/* 체크4 */
.full_textbox input::placeholder {
  color: #dbdbdb;
}

/* 문자보내기 아이콘 */



.send_btn > #sendMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}


 
/* 추가 아이콘 */

#add_d_input {
  display: flex;
  align-items: center;
  justify-content: center;
}




#del_d_input {
    display: flex;
    align-items: center;
    justify-content: center;
}



#addAll_d_input {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ef5f4b;
  }

.full_textbox>span {
  position: relative;
  font-size: 15px;
  line-height: 30px;
}

.full_textbox .kakao_fail {
    font-size: 15px;
    height: 30px;
    width: 240px;
    overflow: hidden;
}

.full_textbox .kakao_fail label {
	margin-right:11px;
}

.full_textbox .kakao_fail.selected{
	width: 380px;
}

.full_textbox>span select:disabled + .down_icon {
  opacity: .5;
}

.drop_btn {
  display: block;
  margin-left: 125px;
  margin-top: 5px;
}

.drop_btn>button {
  width: 100% !important;
  margin-left: 0;
}

.selbox_detail {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.selbox_detail p {
  margin-top: 5px;
  padding-left: 12px;
  word-break: keep-all;
}

.selbox_detail p span {
  margin-left: -11px;
  margin-right: 5px;
}

.color_red p span {
    margin-left: -17px;
}
.color_red p {
    padding-left: 20px;
}

.twenty_notice .selbox_detail p {
	padding-left: 17px;
	margin-top: 11px;
}

.twenty_notice .selbox_detail p span {
	margin-left: -17px;
}

.selbox_tit>div .selbox_file {
  padding: 2px;
  height: auto;
  border: none;
}

.selbox_wrap {
  width: calc(64% - 46px);
  display: inline-block;
  margin-left: 40px;
}

.add_popup {
  width: 800px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  display: none;
}

.add_popup .add_wrap {
  font-size: 14px !important;
  margin-top: 20px;
}

.add_popup .add_list_btn {
  margin-top: 2px;
}

.add_popup .add_list_ko {
  margin-bottom: 10px;
}

.add_popup .add_list_wrap .add_list_table {
  height: 406px;
}

.addplus_btn {
  margin-top: 20px;
  text-align: center;
}

.addplus_btn button {
  font-size: 16px;
  padding: 10px 20px;
  background: #ef5f4b;
  border-radius: 10px;
  color: #fff;
}

.add_popup {
  position: relative;
}

.add_popup .add_select {
  float: right;
  margin-top: 6px;
}

.add_all_list {
  position: relative;
}

.popup_sel {
  position: absolute;
  left: 0;
  top: 0;
}

.group_call {
  display: none;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 99;
  width: 100%;
  background: #fff;
}

.group_return {
  width: 70px;
  position: absolute;
}

.group_return .grey_btn {
  padding: 7px 10px;
}

.group_return>span {
  margin-left: 10px;
  line-height: 24px;
}

/* 파일샷 보내기 시작 - 고연우 */
.fileshot_cont {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1200px;
    box-sizing: border-box;
}

.fileshot_intro {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 150px 0;
}

.fileshot_title {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
}

.fileshot_img_title {
    width: 100%;
    background: url(/resources/images/web/sevenMunja/msg/file_shot_img01.png?2.003) no-repeat bottom right/contain;
    padding: 24% 0;
}

.fileshot_txt_title {
    position: absolute;
    top: 24px;
    left: 0;
}

.fileshot_title p {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 14px;
}

.fileshot_title p:nth-child(2) {
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 20px;
}


.blue {
    color: #214dbe;
}

.fileshot_txt_title>span {
    display: inline-block;
    width: 46%;
    font-size: 20px;
    word-break: keep-all;
    line-height: 32px;
}

.fileshot_example .swiper-container {
    padding: 0 0 30px 0;
}
.fileshot_example .swiper-pagination-custom,
.fileshot_example .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}

.fileshot_example .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #9a9a9a;
    opacity: 1;
}

.fileshot_example .swiper-pagination-bullet-active {
    background: #214dbe;
}




.fileshot_example .swiper-button-prev,
.fileshot_example .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    background-size: 50%;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.fileshot_example .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
}

.fileshot_example .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.fileshot_example .swiper-button-prev,
.fileshot_example .swiper-container-rtl .swiper-button-next {
    background-image: url(/resources/images/web/sevenMunja/msg/angle-left.png?2.003);
    left: 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    right: auto;
}
.fileshot_example .swiper-button-next,
.fileshot_example .swiper-container-rtl .swiper-button-prev {
    background-image: url(/resources/images/web/sevenMunja/msg/angle-right.png?2.003);
    right: 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    left: auto;
}




.fileshot_feature {
    width: 100%;
    max-width: 1200px;
    margin: 95px auto 115px;
    text-align: center;
}

.fileshot_example, .fileshot_feature{
	padding-right: 70px;
    box-sizing: border-box;
}
.fileshot_example img {
    width: 100%;
}

.fileshot_feat_list {
    display: flex;
}

.fileshot_feat_list .cha_num {
    margin-bottom: 0;
    font-size: 60px;
}

.fileshot_feat_list .cha_title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.fileshot_feat_list02 {
    margin: 0 40px;
}

.fileshot_feat_list li {
    flex: 1;
    border: 1px solid #a5a5a5;
    border-radius: 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    word-break: keep-all;
}

.fileshot_feat_img {
    padding: 10px 0px;
    width: 43%;
    margin: 0 auto
}

.fileshot_feat_img img {
    width: 100%;
}

#fileShot .message_box_first {
	padding-top: 20px;
}



/* 파일샷 보내기 종료 */


/*파일샷*/
.wrap_bottom {
  margin-bottom: 0 !important;
}

.shot_wrap {
  margin: 20px auto;
  max-width: 1400px;
  box-sizing: border-box;
  padding: 0 90px 0 30px;
}

.shot_wrap .shot_mtit {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 20px;
}

.shot_tit {
  position: relative;
}

.shot_tit h1 {
  margin-top: 5px;
  line-height: 40px;
  font-size: 24px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 20px;
}

.shot_tit h1 span {
  background: #e20001;
  height: 23px;
  width: 6px;
  display: inline-block;
  margin-top: 8px;
  margin-right: 12px;
}

.shot_tit h1>em {
  font-size: 14px;
  display: contents;
  vertical-align: bottom;
  line-height: 24px;
}

.shot_tit p {
  line-height: 24px;
  font-size: 15px;
  padding: 0 80px 0 30px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.shot_tit p span {
    margin-left: -18px;
    margin-right: 5px;
}

.shot_wrap .quantity_cell {
    display: flex;
    font-size: 15px;
    justify-content: flex-end;
    padding-right: 10px;
    margin-top: -40px;
    margin-bottom: -10px;
}

.shot_wrap .quantity_cell_title {
    min-width: 90px;
    text-align: center;
    padding: 5px 15px 5px 20px;
    background: #666;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    border: 5px solid #eee;
    margin-right: -135px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.shot_wrap .quantity_cell_number {
    padding: 10px 20px 10px 140px;
    background: #eee;
    border-radius: 20px;
}

.url_wrap {
  margin-top: 20px;
}

.url_wrap>div {
  display: inline-block;
  width: calc(50% - 10px);
}

.url_wrap>div:first-child {
  margin-right: 15px;
}

.fileshot_wrap, .url_t {
  width: calc(100% - 140px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fileshot_wrap {
  border: 1px solid #ddd;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
}

.fileshot_wrap>span {
  padding-left: 10px;
  line-height: 28px;
}

.fileshot_wrap .fileshot_down {
  opacity: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.fileshot_wrap .fileshot_down>input {
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.add_url {
  margin-left: 10px;
  font-weight: 500;
  background: #ffc85a;
  color: #fff;
  padding: 7px 0;
  width: 125px;
  border-radius: 5px;
}

.url_t {
  border-bottom: 1px solid #ddd;
  height: 30px;
}

.url_t>span {
  line-height: 30px;
  padding-left: 10px;
}

.pre_url {
  background: #ddd;
  color: #191919;
}

.url_wrap>p {
  margin-top: 10px;
  word-break: keep-all;
}

.message_open {
  display: none;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 0;
}

.link_agent_api_wrap:nth-child(2){
  margin-bottom: 80px;
}

.fileshot_box>ul>li {
  width: 32% !important;
  margin-left: 2%;
  border-right: none;
}

.fileshot_box>ul>li:hover .service_contents>span {
  transform: none;
}

.fileshot_box ul li:hover .contents_box {
  cursor: auto;
}

.fileshot_box>ul>li:first-child {
  margin-left: 0;
}

.fileshot_box .service_contents>span {
  width: 100%;
  height: 140px;
  background-position: center !important;
}

.fileshot_box .service_contents .fileser_01 {
  background: url(../../../images/web/fileser_01.png?2.003)no-repeat;
}

.fileshot_box .service_contents .fileser_02 {
  background: url(../../../images/web/fileser_02.png?2.003)no-repeat;
}

.fileshot_box .service_contents .fileser_03 {
  background: url(../../../images/web/fileser_03.png?2.003)no-repeat;
}

.shotimg_wrap {
  background: #f7f3ea;
  width: 100%;
  padding-top: 120px;
}

.shotimg_half {
  width: 1180px;
  margin: 0 auto;
  display: flex;
}

.shotimg_half>div {
  display: inline-block;
}

.shotimg_half .phone_url {
  background: url(../../../images/web/shot_phone.png?2.003) no-repeat;
  height: 400px;
  background-position-x: center;
  width: 50%;
}

.shotimg_half .shot_text {
  font-size: 48px;
  font-family: 'S-CoreDream-6Bold';
  position: relative;
  margin-top: 60px;
}

.shotimg_half .shot_text p {
  width: auto;
  letter-spacing: 5px;
  text-align: left;
}

.shotimg_half .shot_text .shot_big {
  font-family: 'S-CoreDream-7ExtraBold';
  position: absolute;
  left: 150px;
  top: -50px;
  font-size: 260px;
}

.shotimg_pre {
  padding-top: 100px;
  width: 1180px;
  margin: 0 auto;
  display: flex;
}

.shotimg_pre>div {
  display: inline-block;
  width: 32%;
  margin-left: 2%;
}

.shotimg_pre>div:first-child {
  margin-left: 0;
}

.shotimg_pre>div {
  background-position-x: center !important;
  height: 32vw;
  background-size: 80% !important;
  max-height: 370px;
}

.shotimg_pre .filepre_01 {
  background: url(../../../images/web/fileshot_01.png?2.003) no-repeat;
}

.shotimg_pre .filepre_02 {
  background: url(../../../images/web/fileshot_02.png?2.003) no-repeat;
}

.shotimg_pre .filepre_03 {
  background: url(../../../images/web/fileshot_03.png?2.003) no-repeat;
}

/*애드샷*/
.message_wrap .service_box>ul>li {
  border-right: none;
}

.adser_01, .adser_02, .adser_03, .adser_04 {
  width: 152px !important;
  height: 152px !important;
  transform: scale(1) !important;
}

.adser_01 {
  background: url(../../../images/web/adser_01.png?2.003) no-repeat;
}

.adser_02 {
  background: url(../../../images/web/adser_02.png?2.003) no-repeat;
}

.adser_03 {
  background: url(../../../images/web/adser_03.png?2.003) no-repeat;
}

.adser_04 {
  background: url(../../../images/web/adser_04.png?2.003) no-repeat;
}

.shotimg_half .adshot_text .shot_big {
  left: 200px;
}

.shotimg_pre .adpre_01 {
  background: url(../../../images/web/adshot_01.png?2.003) no-repeat;
}

.shotimg_pre .adpre_02 {
  background: url(../../../images/web/adshot_02.png?2.003) no-repeat;
}

.shotimg_pre .adpre_03 {
  background: url(../../../images/web/adshot_03.png?2.003) no-repeat;
}

/*회사소개*/
.company_wrap {
  margin-top: 0px !important;
}

.comlogo {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.comlogo .comlogo_text {
  font-size: 16px;
  line-height: 34px;
  word-break: keep-all;
  margin-top: 20px;
}

.com_bg {
  padding: 80px 0;
}

.com_bg01 {
  background: #fafafa;
}

.com_bg02 .company_wrap .com_right {
  margin-top: 0;
}

.com_bg03 {
  background: #fafafa;
}

.company_wrap .com_box {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
}

.main_text {
  font-size: 34px;
  font-family: 'S-CoreDream-5Medium';
  word-break: keep-all;
}

.company_iconwrap {
  margin-top: 100px !important;
  margin-bottom: 40px;
}

.company_iconwrap .contents_wrap ul li {
  margin-top: 20px;
  width: 16%;
}

.company_iconwrap .contents_wrap .kakao_box {
  padding: 20px 10px;
  width: 90%;
  height: 220px;
  display: inline-block;
  border-radius: 20px;
}

.company_iconwrap .contents_wrap .kakao_box img {
  width: 80px;
}

.hexa_text {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  line-height: 28px;
  word-break: keep-all;
}

/*기능소개*/
.function_tab>div {
  width: calc(25% - 24px);
  word-break: keep-all;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0 10px;
}

.function_tab>div.on {
  border-bottom: none;
}

.function_tab>div.on p {
  border-top: 3px solid #444;
  display: inline-block;
  padding-top: 5px;
  color: #191919;
}

.function_tab>div p {
  padding-top: 8px;
  color: #a5a5a5;
  font-size: 16px;
}

.function_wrap {
  padding: 40px 0;
}

.company_wrap .fun_text {
  text-align: center;
  margin-top: 40px;
}

.company_wrap .fun_text p>strong {
  font-size: 24px;
  line-height: 28px;
}

.company_wrap .fun_text button {
  margin-top: 40px;
  background: #444;
  color: #fff;
  padding: 10px 40px 10px 30px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
}

.company_wrap .fun_text button::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
}

.company_wrap .fun_text button:hover {
  background: #f4f4f4;
  color: #191919;
  transition: 0.5s;
}

.company_wrap .fun_text button:hover::after {
  content: '';
  border-right: 2px solid #191919;
  border-bottom: 2px solid #191919;
  transition: 0.5s;
}

.fun_text>p {
  text-align: center !important;
}

.sub_text {
   
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
  word-break: keep-all;
  line-height: 34px;
}

.detail_text {
   
  font-size: 16px;
  margin-top: 40px;
  line-height: 26px;
  text-align: center;
  word-break: keep-all;
}

/*주소록*/
.add_agency {
  position: absolute;
  left: 565px;
  bottom: 2px;
  margin:0;
}

.add_wrap {
  position: relative;
  padding: 0 !important;
}

.add_tab .add_group_wrap {
  width: calc(100% - 200px);
  height: 50px;
  display: inline-block;
  overflow: hidden;
}

.slick-prev, .slick-next {
  width: 20px;
  height: 40px;
  overflow: hidden;
  background: url(../../../images/web/btn_slidenav.png?2.003) no-repeat;
  z-index: 99;
  background-size: 40px auto;
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.8s;
  position: absolute;
  right: 0;
  top: 5px;
}

.slick-prev {
  right: 30px;
}

.slick-next {
  background-position-x: -25px;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 1;
  transition: 0.8s;
}

.add_tab .add_all {
  display: inline-block;
  font-size: 16px;
  font-family: 'S-CoreDream-5Medium';
  width: 120px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 40px;
  background: #fce5e5 !important;
  border: none !important;
}

.add_tab .add_group {
  width: 100%;
  height: 50px;
  display: inline-block;
  overflow: hidden;
}

.add_tab .add_group .slick-slide {
  float: left;
  font-size: 16px;
  font-family: 'S-CoreDream-5Medium';
  width: 156px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 40px;
  position: relative;
  margin-right: 5px;
}

.slick-slide h3 {
  font-weight: normal;
}

.add_close {
  font-size: 26px;
  font-family: 'S-CoreDream-3Light';
  position: absolute;
  right: 2px;
  top: -12px;
}



.rcs_list_btn {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 77%;
}

.brand_idcont {
	display: flex;
	align-items: center;
}

.brand_idcont .join_tit {
	padding-right: 10px;
	font-size: 16px;
}

.rcs_idbtns > button {
	width: 120px;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
}

.rcstoken_select {
	position: relative;
    width: 240px;
    margin-top: 0 !important;
}










.add_list_btn {
  margin: 10px 0;
  min-height: 30px;
  overflow: hidden;
  position: relative;
}

.add_list_btn > button {
    background: #ef5f4b;
    color: #fff;
    width: 120px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 5px;
}
.add_list_btn button#refresh {
	background: #ffc85a;
}


.add_list_btn .trisection {
  display: inline-block;
}

.add_list_btn .trisection button {
  background: #999;
  width: 120px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
}

.add_list_btn .trisection .excel_icon_select {
	width: 160px;
}



.add_list_btn>button.group_send {
  background: #e20001;
  color: #fff;
  width: 180px;
}




.add_list_btn > .result_bottombtn {
	float: right;
}


.add_list_btn > .result_bottombtn > button.add_download {
  background: #ddd;
  width: 170px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 5px;
}











.add_search_wrap {
  float: right;
  width: calc(100% - 75px);
  max-width: 200px;
}

.search_wrap {
  border: 1px solid #ddd;
  padding: 6px 10px;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}

.search_wrap>input {
  width: calc(100% - 30px);
}

.search_wrap button {
  position: absolute;
  right: 10px;
  top: 5px;
}

.search_wrap button img {
  height: 20px;
}

.add_select {
  display: inline-block;
  margin: 6px 0;
  position: relative;
  line-height: normal;
}

.add_select span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 0px 5px 0px;
  box-sizing: border-box;
  z-index: 9;
}

.table_wrap {
  /*overflow-x: auto;
  overflow-y: scroll;*/
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.return_pop {
  overflow-y: inherit;
  height: auto;
}

.add_list_table {
  position: relative;
  width: 100%;
}

.add_list_table table {
  width: 100%;
  font-size: 14px;
}

.add_list_table .table .table-data-container {
	height: 435px;
}

.file_table .table-data-container {
    height: auto !important;
}

.add_list_table table th {
  text-align: center;
  background: #f4f4f4;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}

.add_list_table table td {
  text-align: center;
  padding: 5px 0;
}

.add_list_table table tbody tr:nth-child(even) {
  background: #fafafa;
}

.grey_btn {
  background: #ddd;
  padding: 4px 10px;
  border-radius: 5px;
}

.add_list_ko {
  display: block;
  margin: 10px 0;
}

.add_list_ko ul {
  overflow: hidden;
}

.add_list_ko ul li {
  float: left;
}

.add_list_ko ul li::after {
  content: '｜';
}

.add_list_ko ul li span {
  cursor: pointer;
  padding: 0 5px;
}

.add_list_ko ul li .on {
  background: #ddd;
}

.down_icon {
  background: url(../../../images/web/down.png?2.003)no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  pointer-events: none;
  z-index: 0;
}

.pop_down {
	right: 26px;
}

.group_name {
  border-bottom: 1px solid #191919;
  padding: 0px 2px;
}

.group_detail, 
.add_file, 
.block_file {
  /*height: 640px !important;*/
}

.group_detail .add_select {
  float: right;
}

.group_detail .add_search_wrap {
  float: none;
  width: 100%;
  display: inline-block;
}

.sample_down {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}

.add_list_btn .selbox_tit {
  margin-bottom: 10px;
}

.add_list_btn .selbox_tit:last-child {
  margin-bottom: 0;
}

.add_file .five_btn>span {
  display: inline-block;
  transition: 0.5s;
}

.add_file .selbox_tit {
  display: inline-block;
}

.add_file .five_btn>span .down_icon {
  left: calc(40% + 45px);
}

.w_100 {
  width: 100%;
}

.selbox_grey {
  background: #f4f4f4;
  padding: 10px;
}

.add_cover .join_tab p {
  font-size: 14px;
  padding: 10px;
  line-height: 24px;
}

.add_cover .cover_text {
  font-size: 16px;
  font-weight: bold;
}

/* 주소록 관리 */

.add_list_btn .addmng_total {
	font-size: 16px;
	line-height: 30px;
    margin-left: 20px;
}

.add_list_btn .addmng_total em {
	margin-right: 2px;
}

/*수신거부*/
.block_search_wrap {
  float: right;
}

.block_search_wrap .search_wrap {
  width: 240px;
  margin-right:0;
}

.block_file .five_btn>span {
  display: inline-block;
  transition: 0.5s;
}

.block_file .selbox_tit {
  display: block;
}

.sheet_sel {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	margin-right: 50px;
}

.block_file .add_list_btn>div:nth-child(3) {
	display: inline-block;
    width: calc(100% - 300px);
    min-width: 145px;
}

/*문자연동*/
.connect_service {
    position: relative;
    width: 100%;
}

.connect_service>div {
    width: 100%;
    padding: 60px calc(50vw - 640px);
    margin: 0 auto;
    box-sizing: border-box;
}


.connect_service .link_wrap,
.connect_service .link_table,
.connect_service .service_flow {
    width: calc(100% - 40px) !important;
    text-align: center;
}

.link_wrap {
    text-align: center;
    margin: 60px auto 0;
}

.link_main_tit {
    width: 100%;
    text-align: left;
}
.connect_wrap > div {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.link_main_tit p:nth-child(1) {
    font-size: 38px;
}

.link_main_tit h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 12px 0 56px;
}

.link_main_tit p:nth-child(3),
.link_main_tit p:nth-child(4) {
    font-size: 16px;
    margin: 0 0 15px;
    padding-left: 20px;
    word-break: keep-all;
}

.link_contents {
    width: 100%;
    margin: 50px auto 100px !important;
}

.link_contents ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.connect_wrap .link_contents>ul>li {
    width: calc(100% / 5 - 40px);
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 26px 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.connect_wrap .link_cont span {
    height: 124px;
    display: block;
}

.link_cont_01 {
    background: url(../../../images/web/sevenMunja/company/link_img01.png?2.003) center/contain no-repeat;
}

.link_cont_02 {
    background: url(../../../images/web/sevenMunja/company/link_img02.png?2.003) center/contain no-repeat;
}

.link_cont_03 {
    background: url(../../../images/web/sevenMunja/company/link_img03.png?2.003) center/contain no-repeat;
}

.link_cont_04 {
    background: url(../../../images/web/sevenMunja/company/link_img04.png?2.003) center/contain no-repeat;
}

.link_cont_05 {
    background: url(../../../images/web/sevenMunja/company/link_img05.png?2.003) center/contain no-repeat;
}

.link_cont .link_cont_box {
    font-size: 20px;
}

.link_cont .link_cont_text {
    font-size: 16px !important;
    margin-top: 24px;
    text-align: center;
}

.link_cont .link_cont_box>p {
    font-size: 28px;
}

.title_text {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.link_title .title_text {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
}



.link_title .detail_text {
    margin: 16px 0 32px !important;
    font-size: 20px;
    text-align: left;
}

.link_title>span {
    width: 260px;
    background: none;
}

.link_agent p {
    display: inline-block;
    word-break: keep-all;
    font-size: 20px;
    font-weight: 500;
    line-height: 84px;
    padding-left: 50px;
}

.link_agent>div {
    width: 100%;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: 1s;
}

.link_agent_api {
    background-color: #f5f5f5;
    padding: 100px 0 !important;
}

.link_agent_api_wrap {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}


.link_right {
    margin-top: 80px;
}

.agent_num {
    display: inline-block;
    font-size: 70px;
    font-weight: 700;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 13px;
}


.link_agent2 {
    margin: 32px 0;
}

.connect_service .link_table {
    margin-top: 50px;
}


.connect_service .send_btn {
    margin: 50px auto;
}

.link_table table {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    word-break: keep-all;
    box-sizing: border-box;
    margin-top: 50px;
}

.link_table table thead tr {
    border-top: 3px solid #252525;
    border-bottom: 3px solid #252525;
    height: 60px;
}

.link_table table th {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #888;
}

.link_table table td {
    vertical-align: middle;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    text-align: center;
    font-size: 16px;
}

.link_table table tr {
    height: 60px;
}

.link_table table tr:last-child {
    border-bottom: 3px solid;
}

.contents_wrap .link_box {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 56px 0;
    width: 100%;
}


.contents_wrap .link_box p {
    font-size: 20px;
}

.contents_wrap .link_box .small_text {
    margin-top: 20px;
    font-weight: 600;
    color: #525252;
    font-size: 20px;
}

.contents_wrap .link_box .bold_txt {
    font-weight: 700;
    font-size: 48px;
}

.contents_wrap ul.link_step {
    display: flex;
    margin-top: 50px;
}

.contents_wrap ul.link_step>li {
    justify-content: space-between;
    width: calc(100% / 4 - 30px);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

/* 문자연동서비스 종료 */

.service_popup {
  height: 450px;
}

.join_tab .join_text .checkbox {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 2px;
  padding: 0;
  min-width: 0;
}

.popup_contents .m_sel {
  margin-bottom: 0;
}

.popup_contents .m_sel .sel_radio {
  width: calc(50% - 4px);
  margin-bottom: 0;
  margin-right: 0;
}

.popup_contents .m_sel .sel_check {
  width: auto;
}

.popup_contents .m_sel .sel_check span {
  width: auto !important;
}

.popup_contents .m_sel .sel_radio span {
  width: calc(100% - 50px);
  margin-left: 0;
}

.popup_contents .sel_radio span {
  width: 80%;
}

.sms_service .join_tab .join_text span>input {
  width: calc(100% - 30px);
}

.popup_contents .send_btn {
  margin-top: 0;
}

.jump_box {
  position: relative;
}

.jump_text {
  position: absolute;
  top: 1px;
  right: 10px;
  width: auto !important;
}












/*기프티샷*/
.message_wrap .gift_box {
  padding: 0;
}

.gift_tab>div {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}

.gift_tab>div.on {
  border-bottom: 2px solid #e20001;
  color: #e20001;
}

.gift_tab p {
  margin-top: 5px;
  font-size: 16px;
}

.gift_select {
  float: none;
  display: inline-block;
}

.gift_search_wrap {
  float: none;
  width: calc(100% - 150px);
  display: inline-block;
}

.giftlist_select {
  float: right;
}

.goods_wrap {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}

.goods_wrap .gift_goods {
  width: calc(25% - 19px);
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

.goods_wrap .gift_goods:nth-child(4n) {
  margin-right: 0;
}

.goods_wrap .gift_goods .goods {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
}

.goods_wrap .gift_goods .goods:hover {
  box-shadow: 5px 5px 10px grey;
  transition: 0.4s;
}

.goods_wrap .gift_goods .gift_img img {
  width: 80%;
}

.goods_wrap .gift_goods .gift_text {
  margin-top: 10px;
  font-size: 16px;
}

.gift_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods_wrap .gift_goods .gift_price {
  font-weight: bold;
  color: #e20001;
}

.gift_listnum {
  position: inherit;
  left: auto;
  transform: none;
  margin-top: 20px;
}

.event_wrap .gift_img {
  height: 33vw;
  max-height: 428px;
}

/*충전하기*/
.user_info {
  padding: 10px 20px;
  background: #f4f4f4;
  border-radius: 10px;
  margin-bottom: 20px;
}

.user_info div {
  display: inline-block;
  font-size: 16px;
}

.user_info div:first-child {
  font-weight: bold;
}

.user_info .info_price span {
  margin-left: 5px;
}

.user_info .info_price span:nth-child(2) {
  margin-left: 20px;
}

.user_info .info_price span strong {
  color: #e20001;
}

.charge_select span {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 200px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
}

.charge_box {
    display: block;
    width: calc(50% - 2.5px);
    padding: 0 20px 20px 0;
}

.charge_box:last-child {
	padding-bottom: 0;
}
	
.charge_select div {
  display: inline-block;
  margin-right: 30px;
}

.charge_select div>p {
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  font-size: 16px;
}

.charge_text {
  font-size: 16px;
  line-height: 32px;
  word-break: keep-all;
}

/* 신용카드 결제안내 시작 */
.cardcharge_box .cdchg_b01 h3 {
    color: #e20001;
    font-size: 18px;
    margin-bottom: 10px;
}

.cardcharge_box .cdchg_b01 p {
    font-size: 16px;
    margin-bottom: 20px;
}

.card_cell_wr ul {
    display: flex;
    align-items: center;
    width: 85%;
    border-bottom: 2px solid #f5f5f5;
}

.card_cell_wr ul li {
    padding: 12px;
    background: #ebf0f6;
    text-align: center;
}

.card_cell_wr ul.cr_cell_tit li {
    background: #6b7e97;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.card_cell_wr ul li:nth-child(odd){
    flex: 1;
}

.card_cell_wr ul li:nth-child(even) {
    flex: 2;
}
/* 신용카드 결제안내 종료 */

/*공지사항*/
.notice_table {
  width: 100%;
  font-size: 16px;
}

.notice_table thead {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #f4f4f4;
}

.notice_table thead th {
  padding: 10px 0;
}

.notice_table tbody td {
  padding: 12px 0;
  text-align: center;
}

.notice_table tbody tr {
  border-bottom: 1px solid #ddd;
}

.notice_table tbody tr:hover {
  background: #f9f9f9;
}

.notice_table tbody td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}

.notice_table tbody td a {
  display: block;
}

.notice_table .title_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice_detail {
  padding: 20px 0;
  display: none;
}

.notice_detail>div {
  border-bottom: 1px solid #ddd;
}

.notice_detail .detail_tit {
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.notice_detail .detail_tit p {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.notice_detail .detail_wrap {
  padding: 20px;
}

.notice_detail .detail_wrap .detail_box {
  float: right;
}

.notice_detail .detail_wrap .detail_box p {
  display: inline-block;
  margin-left: 20px;
  line-height: 24px;
}

.notice_detail .detail_wrap .detail_contents {
  margin-top: 60px;
  font-size: 15px;
  line-height: 28px;
}

.detail_btn {
  margin-top: 20px;
  float: right;
  border-bottom: none !important;
}

.gift_box .search_wrap {
  margin-right: 0;
}

.oneto_btn {
  display: inline-block;
  margin-left: 10px;
}

.oneto_btn button {
  margin-left: 5px;
}

.notice_point {
  color: #e20001;
  word-break: keep-all;
}

.notice_table tbody tr:nth-child(1) td>a {
  color: #e20001;
}

.notice_table tbody tr:nth-child(2) td>a {
  color: #e20001;
}

.pw_box {
  width: 360px;
  height: 160px;
  text-align: center;
}

.pw_box .login_input {
  border-bottom: none;
}

.pw_box .login_input div {
  margin-top: 20px;
}

.pwnum_btn>button {
  width: calc(50% - 4px);
  height: 30px;
  border-radius: 0!important;
}

.red_btn {
  background: #e20001;
  color: #fff;
}

/*회원가입*/
.member_wrap {
  padding-top: 175px;
}

.agree_wrap:last-child {
  margin-top: 30px;
}

.agree_wrap p {
  font-size: 18px;
}

.agree_box {
  border: 1px solid #ddd;
  padding: 20px;
  height: 200px;
  overflow-y: auto;
  margin-top: 10px;
  box-sizing: border-box;
}

#join .agree label {
  cursor: pointer;
}

.agree {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.agree span input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}

.join_divide {
  text-align: center;
  margin-top: 60px;
}

.join_divide button {
  padding: 10px 40px;
  font-size: 20px;
  font-family: 'S-CoreDream-5Medium';
  border: 1px solid #888;
  border-radius: 10px;
  transition: 0.6s;
  margin: 0 5px;
  box-sizing: border-box;
}

.join_divide button:hover {
  background: #888;
  color: #fff;
  transition: 0.6s;
}

.join_tab {
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 16px;
}

.join_tab .join_tit {
  display: inline-block;
  width: 30%;
  background: #f4f4f4;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
  vertical-align: middle;
}

.join_tab:first-child {
  border-top: 1px solid #888;
}

.join_tab .join_text {
    display: inline-block;
    width: calc(70% - 5px);
    padding-top: 7px;
    margin-bottom: 0;
}

.join_tab .join_text span:first-child {
    margin-left: 15px;
}

.join_tab .join_text .short_info {
    width: calc(100% - 115px);
}

.join_tab .join_text span>input {
	border: 1px solid #ddd;
    width: calc(100% - 27px);
    padding: 0 10px;
    height: 30px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.join_tab .join_text span button {
	width: 74px;
}

.member_join {
  display: none;
}

.member_busi .join_write:nth-child(2) {
  margin-top: 30px;
}


/*발송내역*/
.date_check {
  line-height: 30px;
}

.date_check>span:first-child {
  vertical-align: middle;
  font-size: 16px;
  margin-right: 20px;
}

.date_check .term {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}

.date_check .term a {
  border: 1px solid #ddd;
  height: 30px;
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
}

.date_check button {
  vertical-align: middle;
}


/* 조회버튼 아이콘 */
.term #search::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
}

.date_check #search::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
}

.date_check button.pink_btn {
  margin-left: 5px;
  font-size: 16px;
  /* width: 70px; */
  height: 30px;
}

.send_num ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.send_num ul li {
  width: 33%;
  text-align: center;
}

.send_num ul li>div {
  margin-left: 10px;
}

.send_num ul li:first-child>div {
  margin-left: 0;
}

.send_num ul li table {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border: 2px solid #ddd;
}

.send_num ul li table thead th {
  background: #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.send_num ul li table th {
  background: #f4f4f4;
  border: 1px solid #ddd;
}

.send_num ul li table tr {
  line-height: 36px;
  border: 1px solid #ddd;
}

.send_list_table table tr td {
  position: relative;
}

.send_list_table table tr td span {
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.send_list_table table tr td span:hover {
  overflow: visible;
  background: #fff;
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  line-height: 24px;
}

.send_detail {
  width: 900px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: none;
}

.group_detail .send_list_table {
  margin-top: 0px;
}

.send_detail .send_list_table .add_select {
  float: none;
  display: inline-block;
}

.send_detail .send_list_table .add_search_wrap {
  margin-left: 10px;
}

.send_detail .send_list_table .add_search_wrap .search_wrap {
  width: 240px;
}

.send_detail .send_list_table .add_list_btn>span {
  line-height: 30px;
}

.send_detail .search_wrap {
  margin-right: 0;
}

.send_revise {
  width: 600px;
}

.send_revise .add_select span {
  padding: 2.5px 0;
}

.send_revise .join_tab .join_text {
  padding-top: 6px;
}

.send_revise .four_btn>span {
  width: 40%;
}

.send_revise .join_text .four_btn .down_icon {
  top: 10px;
}

.send_revise .company_info .join_text span>input {
  width: 100%;
}

.send_revise .four_btn .reserv_time {
  width: calc(30% - 13.5px);
}

.send_revise .join_tab .join_text span>input {
  min-width: 0;
}

.send_revise .join_text>div {
  margin: 0;
  width: calc(100% - 15px);
}

.send_revise .join_text .down_icon {
  top: 5px;
  right: 12px;
}

.send_revise .join_text .add_select {
  margin-top: 5px;
}

.send_revise .add_select span select {
  width: calc(100% - 17px);
}

.sel_search .search_text {
  line-height: 32px;
  margin-right: 10px;
}

.send_detail .sel_search .grey_rbtn {
  margin-right: 0;
}

























/*발송통계*/
.date_check button.grey_rbtn {
  margin-right: 0px;
  font-size: 16px;
  width: 100px;
  height: 30px;
}

/*엑셀저장*/

.date_check .exel_save_icon {
	width: 120px !important;
}










.line_h thead tr:first-child th:first-child {
  line-height: 60px;
}

.date_tab_wrap {
  display: inline-block;
}

.date_tab {
  display: inline-block;
  margin-right: 20px;
}

.date_tab:nth-child(3) {
	margin: 0;
}

.date_tab input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 5px;
}

.date_tab span {
  font-size: 15px;
  line-height: 32px;
}

.check_right {
  float: right;
  line-height: normal;
}

.color_minus {
  color: red;
}

/*이벤트*/
.eventbox {
  padding: 0 !important;
  border: none !important;
  position: relative;
}

.eventbox .gift_img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.eventbox .state {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fce5e5;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #191919;
}

.eventbox .event_end {
  background: #444;
  color: #fff;
}

.event_detail .detail_contents p>img {
  width: 100%;
}

/*FAQ*/
.list_wrap .faq_wrap {
  font-size: 16px;
}

.list_wrap .faq_wrap>div:first-child {
  border-top: 1px solid #ddd;
}

.list_wrap .faq_wrap>div>div {
  padding: 20px 40px 20px 20px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.f_box {
  cursor: pointer;
  position: relative;
}

.f_box::before {
  content: 'Q';
  font-weight: bold;
  margin-right: 10px;
}

.f_box::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 22px;
  border-right: 2px solid #191919;
  border-bottom: 2px solid #191919;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.f_box:hover {
  background: #f4f4f4;
}

.f_box.on {
  background: #f4f4f4;
}

.f_box.on::after {
  content: '';
  transform: rotate(-135deg);
  transition: all 0.5s;
}

.q_box::before {
  content: 'A';
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

.faq_tab {
  display: inline-block;
}

/*1:1 문의*/
.lock_img {
  width: 22px;
  display: inline-block;
  margin-right: 5px;
}

.lock_img img {
  width: 100%;
}

.answer_img {
  margin-right: 0;
  margin-left: 10px;
}

.detail_answer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.detail_answer>span {
  width: 50px;
  display: inline-block;
  text-align: center;
}

.detail_answer p {
  width: calc(100% - 80px);
  display: inline-block;
  margin-left: 25px;
}

.oneto_write {
  display: inline-block;
}

.darkgrey_btn {
  background: #444;
  color: #fff;
  width: 140px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
}

.selbox_tit>span {
  width: 120px;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
}

.oneto_tit {
  margin: 10px 0;
}

.short_textbox {
  width: 160px;
}

.secret_check {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
  margin-left: 0;
  margin-top: 4px;
}

.month_tax {
  margin-bottom: 5px;
  font-size: 16px;
}

.month_tax input {
  width: 18px;
  height: 18px;
}

.company_detail {
  width: 600px;
  height: 660px;
}

.company_info {
  margin-top: 20px;
}

.company_info .join_text span>input {
  border-radius: 5px;
}

.company_info .join_text {
  position: relative;
  word-break: keep-all;
}

.company_info .join_text button {
	height: 32px;
	margin: 0;
}

.company_info .join_text .short_info {
  width: calc(100% - 130px) !important;
  min-width: 0;
  margin-bottom: 6px;
}

.company_info .detail_text {
  margin-top: 20px;
  text-align: left;
}

.join_height {
  line-height: 65px;
}

.join_adress {
  line-height: 95px;
}

.send_detail .join_tab {
	display: table;
}
.send_detail .join_tab > div {
    display: table-cell;
}
.send_detail .join_tab .join_text {
	padding-top: 7px;
}
.send_detail .join_tab .join_text span>input {
    width: calc(100% - 20px);
}
.send_detail .join_tab .join_text .move_select {
    line-height: 24px;
    border-radius: 5px;
}

.add_modify, .group_add, .move_number, .copy_number, .file_save {
  width: 600px;
}

.add_number, .modify_number, .add_groupnum, .add_paste, .add_cover {
  width: 600px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: none;
}

.send_btn .ok_btn {
  background: #e20001;
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
  padding: 10px 40px;
}

/*
.send_btn #save {
  padding : 5px 40px;
  font-size : 16px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
*/

.send_btn .cancle_btn {
  background: #ddd;
  font-size: 16px;
  border-radius: 20px;
  color: #191919;
  padding: 10px 40px;
  margin-left: 10px;
}

.join_text span.move_select {
  border: 1px solid #ddd;
  padding: 2px 0px;
  display: block;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

.join_text .move_select select {
  width: 100%;
  padding: 0 10px;
}

.join_text .down_icon {
  top: 50%;
  transform: translateY(-50%);
}

.order_wrap {
  width: 640px;
}

.join_paste .join_height {
  line-height: 120px;
}

.join_paste .join_text textarea {
  height: 120px;
}

.oneto_table tbody td>a {
  color: #191919!important;
}



/* 요금안내 레이어팝업 */
/* 06/14 작업*/

.rate_information {
    width: 900px;
}

.rate_list_wrap {
    border-top: 1px solid #888;
    margin-top: 10px;
    height: 80vh;
    overflow: hidden scroll;
}

.rate_fail {
    font-size: 18px;
     
    margin-top: 15px;
}

.rate_fail > ul {
    display: flex;
    justify-content: space-between;
}

.rate_fail .rate_fail_tit_color {
    color: #e20001;
}

.rate_munja {
    margin-top: 20px;
}

.rate_munja > p {
    font-size: 18px;
    font-family: 'S-CoreDream-6Bold';
}

.rate_munja > p > span {
    font-size: 12px;
     
    vertical-align: baseline;
    color: #888;
}

.rate_munja > p::before {
    content: '';
    border-left: 4px solid #e20001;
    padding-right: 10px;
} 

.rate_munja > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.rate_munja > ul > li {
    display: flex;
    border: 1px solid #dbdbdb;
    align-items: center;
    width: 31.5%;
}

.rate_munja_imbg {
    background: #e3eef5;
    padding: 5px;
}

.rate_munja_text {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.rate_munja_imbg img {
    width: 80px;
}

.rate_first_name {
    font-size: 16px;
    font-family: 'S-CoreDream-6Bold';
}

.rate_sec_name {
    font-size: 11px;
    color: #888;
}

.rate_sec_price {
    padding-top: 8px;
    font-size: 22px;
    font-family: 'S-CoreDream-7ExtraBold';
}

.rate_kakao > ul > li {
    display: block;
    width: 23%;
}

.rate_rcsmessage > ul > li {
    display: block;
    width: 31.5%;
    text-align: center;
}

.rate_rcsmessage .rate_munja_text {
	width:100%;
}

.rate_rcsmessage .rate_munja_text ul {
	margin: 10px 0;
}

.rate_munja_text2 {
    text-align: center;
}

.rate_munja_text2 ul {
    margin: 10px 0;
}

.rate_kakao .rate_munja_imbg {
    padding: 0 30px;
    text-align: center;
}

.rate_kakao img {
    width: 120px;
}

.rate_price_las {
    text-align: center;
    margin-top: 15px;
}

.rate_price_las .price_las_fir {
    font-size: 16px;
    font-family: 'S-CoreDream-5Medium';
}

.rate_price_las .price_las_last {
    font-size: 13px;
    margin-top: 10px;
}


/* 요금안내 레이어팝업 종료 */




@media only screen and (max-width:760px) {
	
	.rate_munja > ul > li {
	  width: 100%;
	}
	
	.rate_rcsmessage > ul > li {
	  width: 100%;	
	}
	
}
























/*카카오톡*/
/*
.kakao_main {
  background: #ffcd00;
  width: calc(100% - 80px);
  padding: 40px;
  word-break: keep-all;
}
*/

.kakao_main h2 {
  font-size: 32px;
  font-family: 'S-CoreDream-2ExtraLight';
  margin-top: 10px;
}

.kakao_main h2 strong {
  font-family: 'S-CoreDream-5Medium';
}

/*
.kakao_main p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 26px;
}
*/

.kakao_wrap .contents_wrap ul {
  width: 720px;
  margin: 0 auto;
  display: flex;
  transition: 0.5s;
  justify-content: space-between;
}

.kakao_box {
  border: 1px solid #888;
  width: 160px;
  height: 160px;
  border-radius: 200px;
  padding: 30px 25px;
  display: table;
  box-sizing: border-box;
  transition: all 0.5s;
  transition: 0.5s;
}

.kakao_box .detail_text {
  margin-top: 10px !important;
}

.kakao_box .detail_text strong {
  display: inline-block;
  margin-bottom: 5px;
}

.phone_kakao {
  margin-top: 60px;
}

.kakao_tit .main_text {
  text-align: center;
}

.kakao_tit .sub_text>strong {
  color: #e20001;
  font-weight: normal;
}

.kakao_center>div {
  display: inline-block;
}

.kakao_rbox {
  border: 1px solid #888;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  display: inline-table;
  height: 405px;
  box-sizing: border-box;
  transition: 0.5s;
}

.contents_wrap .kakao_advan li {
  width: 32%;
}

.contents_wrap .kakao_allstep li {
  width: 49%;
}

.kakao_wrap .contents_wrap .kakao_allstep:last-child {
  margin-top: 30px;
}

.kakao_wrap .contents_wrap .kakao_advan {
  width: 100%;
  margin-top: 40px;
}

.kakao_advan img {
  margin: 25px 0;
}

.kakao_rbox .sub_text {
  font-family: 'S-CoreDream-5Medium';
}

.kakao_rbox .detail_text {
  text-align: left;
  margin-top: 5px !important;
}

.kakao_rbox .detail_text>strong {
  color: #e20001;
  font-weight: normal;
}

.step_back {
  background: #444;
  color: #fff;
}

/*
.kakao_step {
  background: #ffcd00;
  text-align: center;
  border: none;
  padding: 25px 15px;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 9;
}
*/

.kakao_step .sub_text {
  line-height: 26px;
  font-size: 18px;
}

.kakao_step .sub_text strong {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}

.step_rbox {
  margin-top: 60px;
  padding-top: 90px;
  height: 220px;
  position: relative;
  transition: 0.5s;
}

.step_btn {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10px;
}

.step_btn a {
  position: relative;
  background: #444;
  color: #fff;
  padding: 5px 40px 5px 20px;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}

.step_btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
}

.kakao_wrap .link_table {
  margin-top: 40px;
}

.kakao_wrap .list_wrap {
  margin-top: 40px !important;
}

.kakao_search {
  float: none;
  display: inline-block;
}

.id_text {
  line-height: 30px;
  margin-left: 5px;
  display: inline-block;
}











.guide_btn {
  background: #444;
  text-align: center;
  cursor: pointer;
  float: right;
  padding: 0px 40px 0px 20px;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  height: 30px;
  line-height: 30px;
}


/* 등록가이드 아이콘 */
.guide_btn::before {
  content: "\f02d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #fff;
}



.guide_btn a {
  color: #fff;
}

.guide_btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 10px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.template_wrap {
  height: 330px;
}

#template .send_btn #tmpReg,
#template .send_btn #inspReq,
#template .send_btn #tmpDel {
	padding: 8px;
	font-size: 16px;
}

.add_all_list {
  position: relative;
}

.add_list_table .cover_table {
  height: auto;
  width: calc(100% - 17px);
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-bottom: none;
}

.template_box input {
  background: none !important;
}

.template_box>div {
  width: 100%;
}

.template_box .shot_tit {
  margin-top: 20px;
  float: right;
}

.template_box .shot_tit p {
    padding: 0 20px;
}

.tem_pro:first-child .four_btn>span {
  width: 100%;
}

.tem_pro .four_btn button {
  border: none;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tem_pro .four_btn>span {
  width: calc(25% - 22px);
}

.tem_pro span>strong {
  color: #e20001;
}

.tem_tem .four_btn>span:last-child {
  width: 70%;
}

.tem_con>div>span {
  width: 100%;
}

.tem_con .text_count {
  float: right;
  margin-right: 4px;
}

.tem_btn {
  margin-bottom: 10px;
}

.tem_btn>div {
  width: calc(100% - 126px);
  display: inline-block;
}

.tem_btn>div>div {
  min-width: 670px;
}

.button_wrap {
  overflow: auto hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.tem_btn .four_btn {
  margin-bottom: -1px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
}

.tem_btn .four_btn:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 0;
}

.tem_btn .four_btn:nth-child(6) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tem_btn .four_btn>span {
  vertical-align: top;
  font-size: 15px;
  word-break: keep-all;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  border-right: 0;
  padding: 4px;
}

.tem_btn .four_btn>span:nth-child(1) {
  width: 5%;
}

.tem_btn .four_btn>span:nth-child(2) {
  width: 20%;
}

.tem_btn .four_btn>span:nth-child(3) {
  width: 20%;
}

.tem_btn .four_btn>span:nth-child(4) {
  width: 30%;
}

.tem_btn .four_btn>span:nth-child(5) {
  width: 30%;
}

.tem_btn .four_btn>span:nth-child(6) {
  width: 5%;
}

.tem_btn .four_btn>span>button:hover {
  background: #ddd;  
}

.tem_btn2 { /* 2022-04 */
  margin-bottom: 10px;
}

.tem_btn2>div { /* 2022-04 */
  width: calc(100% - 126px);
  display: inline-block;
}

.tem_btn2>div>div { /* 2022-04 */
  min-width: 760px;
}

.tem_btn2 .four_btn { /* 2022-04 */
  margin-bottom: 5px;
  width: 100%;
}

.tem_btn2 .four_btn>span { /* 2022-04 */
  vertical-align: top;
  font-size: 15px;
  word-break: keep-all;
  text-align: center;
}

.tem_btn2 .four_btn>span:nth-child(1) { /* 2022-04 */
  width: calc(17% - 22px);
}

.tem_btn2 .four_btn>span:nth-child(2) { /* 2022-04 */
  width: 23%;
}

.tem_btn2 .four_btn>span:nth-child(3) { /* 2022-04 */
  width: 25%;
}

.tem_btn2 .four_btn>span:nth-child(4) { /* 2022-04 */
  width: 25%; 
}

.tem_btn2 .four_btn>span:nth-child(5) { /* 2022-04 */
  width: 10%;
}

.tem_btn2 .four_btn>span>button:hover { /* 2022-04 */
  background: #ddd;
}
.token_popup {
  /* height: 295px; */
}

.token_select span {
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    width: calc(100% - 27px);
    height: 30px;
    display: inline-block;
    border-radius: 5px;
}

.token_select span>select {
  width: 100%;
  height: 100%;
}

.company_info .join_tab .btn_text span>input {
  width: calc(100% - 126px);
}

.comment_box {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.comment_box .tem_con {
  width: 100%;
  display: inline-block;
}

.comment_box .tem_con:first-child {
  margin-right: 35px;
}

.comment_box .inquiry_btn {
  width: calc(100% - 130px);
  float: right;
  margin-right: 16px;
}

.comment_box .inquiry_btn>button {
  width: 100%;
}

.kakao_num ul li {
  width: 49%;
}

.kakao_talk>div {
  display: inline-block;
  margin-top: 5px;
}

.kakao_pro {
  margin: 0 10px;
}

.kakao_text {
  background: #fff;
  border-radius: 20px;
  width: calc(100% - 110px);
  height: 440px;
  padding: 10px
}

.kakao_text .view_wrap {
  width: 100%;
  height: calc(100% - 30px);
}

.kakao_sel {
  margin-bottom: 20px!important;
}

.kakao_line {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#frtalkSend .fail_message .input_text .selbox_tit .full_textbox {
    width: 100%;
}
#frtalkSend .fail_message .sel_box .input_text .selbox_tit:nth-child(1),
#altalkSend .fail_message .sel_box .input_text .selbox_tit:nth-child(1),
#rcsSend .fail_message .sel_box .input_text .selbox_tit:nth-child(1) {
    border-right: 1px dashed #999;
    padding-right: 20px;
    margin-right: 20px !important;
}

.red_text {
  color: #e20001;
  font-weight: bold;
}

/*페이징*/
.add_listnum {
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%);
  width: auto;
  z-index: 999;
}

.add_listnum>div {
  display: inline-block;
}

.add_listnum>div>span {
  cursor: pointer;
}

.add_listnum .add_num span {
  margin: 0 10px;
  color: #a5a5a5;
}

.add_listnum .add_num span.on {
  border-bottom: 1px solid #191919;
  color: #191919;
}

.add_listnum .numpre_prev, .num_prev, .numne_next, .num_next {
  background: url(../../../images/web/num_arrow.png?2.003) no-repeat;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 5px 5px 0;
  cursor: pointer;
}

.add_listnum .num_prev {
  background-position: -12px;
}

.add_listnum .num_next {
  background-position: -24px;
}

.add_listnum .numne_next {
  background-position: -36px;
}

.gift_listnum {
  position: inherit;
  left: auto;
  transform: none;
  margin-top: 40px;
}

.event_wrap .gift_listnum {
  margin-top: 20px;
  padding-bottom: 2px;
}

.result_listnum {
  bottom: 0px;
}

.statis_listnum {
  margin-top: 20px;
  bottom: 0;
}

/*20건 수동발송*/
.msg20_popup {
  position: fixed;
  width: 800px;
  background: #fff;
  padding: 20px;
  display: none;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 20px;
  box-sizing: border-box;
}

.msg20_popup .add_wrap {
  font-size:14px!important;
  margin-top: 20px;
  height: calc(100% - 40px);
  overflow: hidden auto;
}

.msg20_popup .add_list_table {
  width: 50%;
  display: inline-block;
}

.msg20_text {
  display: inline-block;
  margin-left: 10px;
  width: calc(50% - 20px);
}

.msg20_text .add_search_wrap {
  width: 100%;
  max-width: unset;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  float: none;
}

.msg20_text .add_search_wrap > div {
  display: inline-block;
}

.msg20_text .add_search_wrap > div:nth-child(1):after, 
.msg20_text .add_search_wrap > div:nth-child(2):after {
    content: '/';
    margin: 0 1px 0 4px;
    color: #999;
    font-weight: normal;
}

.msg20_text>div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.msg20_text>div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.msg20_text>div:last-child>p {
  font-size: 16px;
  font-weight: bold;
}

.msg20_text .add_search_wrap>div:last-child span {
  color: #e20001;
}

.msg20_text .text_box {
  width: 100%;
  margin-top: 10px;;
}

.msg20_text .text_box .text_wrap {
  border:1px solid #ddd;
  height: 216px;
  background: #f4f4f4;
}

.msg20_text .send_btn {
  margin-top: 20px;
}

.msg20_popup table tr td span {
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.msg20_textbox {
  margin-top: 10px;
}

.msg20_textbox p {
  line-height: 24px;
  margin-top: 5px;
}

.drag_check ul {
  overflow: hidden;
}

.drag_check ul:first-child {
  background: #f4f4f4;
}

.drag_check ul:first-child li {
  background: #f4f4f4;
  font-weight: 600;
}

.drag_check ul li {
  float: left;
  text-align: center;
  padding: 5px 0;
  vertical-align: middle;
}

.drag_check ul li:nth-child(1) {
  width: 15%;
}

.drag_check ul li:nth-child(2) {
  width: 85%;
}

.drag_check ul li span {
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


/* 프로필키 버튼 */

.profile_key_button {
  padding: 4px 20px;
  background: #444;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: -4px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.profile_key_button::before {
  content: '';
  background: url(../../../images/web/kakao_chanel_s.png?2.003)no-repeat;
  background-size: 20px;
  margin-right: 5px;
  display: block;
  width: 20px;
  height: 20px;
}



/* 06.15 추가*/
/* 카카오알림톡 가이드 시작*/

/* 알림톡 진행순서 */
.alimtok_guide {
    margin-top: 10px;
    font-size: 16px;
     
    color: rgb(26, 26, 26);
    letter-spacing: -0.3px;
}

.alimtok_prent ul {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alimtok_prent ul li {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #5f7ea3;
    color: #fff;
    display: inline-flex;
    align-items: center;
}


.alimtok_prent ul p {
    color: #5f7ea3;
    font-size: 22px;
}


/* 알림톡 컨텐츠 */

.alimtok_contents {
    margin-top: 50px;
}

.alimtok_cont1 {
    display: flex;
    margin: 100px 0;
    background-color: #eef0f7;
}

.alimtok_cont1 > div {
    width: 50%;
}

.alimtok_cont1 .alim_cont_img img {
    width: 100%;
    border-radius: 75px;
}

.alim_cont_text {   
    margin: 20px;
    border-radius: 8px;
}

.alim_cont_text > ul {
    padding: 30px;
    height: 480px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 8px;
    box-sizing: border-box;
}

.alim_cont_text > ul > li {
    padding-bottom: 20px;
}

.alim_cont_text ul h3 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #000;
}

.alim_cont_text ul .alim_ctex1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.alim_cont_text ul .alim_ctex1 a {
    color: #3173d9;
    padding: 0 4px;
}

.alim_cont_text ul .alim_ctex1 a:hover {
    color: #000;
    text-decoration: underline;
}

.alim_cont_text ul .alim_sub_tex h4 {
    color: #3173d9;
    font-size: 18px;
    padding-bottom: 10px;
}

.alim_sub_tex .alim_small_tex {
    font-size: 14px;
    padding-top: 20px;
    color: #888;
}

.alim_small_tex li {
    margin: 6px 0;
}

/* 카카오알림톡 가이드 종료 */



/* 기능소개 컨텐츠 */

.skill_warps {
    position: relative;
    height: 700px;
    margin-top: 50px;
}

.skill_warps_img {
    
    background-size: 100%;
    height: 533px;
    border-radius: 10px;
}

.wpcont_1 {
    background: url(../../../images/web/introduce/skill_img1.jpg?2.003)no-repeat;
}

.wpcont_2 {
    background: url(../../../images/web/introduce/skill_img2.jpg?2.003)no-repeat;
}

.wpcont_3 {
    background: url(../../../images/web/introduce/skill_img3.jpg?2.003)no-repeat;
}

.wpcont_4 {
    background: url(../../../images/web/introduce/skill_img4.jpg?2.003)no-repeat;
}

.skill_warps_text {
    background-color: #fff;
    width: 50%;
    padding: 50px;
    position: absolute;
    right: 10px;
    top: 100px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 8%);
    box-shadow: 1px 1px 25px 5px rgb(0 0 0 / 8%);
}

.skill_warps_text .sk_tx1 {
    font-size: 32px;
}

.skill_warps_text .sk_tx1::after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    background-color: #5f7ea3;
    margin-top: 10px;
    margin-bottom: 20px;
}


.skill_warps_text .sk_tx2 {
    font-size: 22px;
    color: #888;
    margin-top: 10px;
}

.skill_warps_text .sk_tx3 {
    font-size: 18px;
    color: #444;
    margin: 40px 0;
    word-wrap: break-word;
    line-height: 28px;
}

.skill_warps_text .sk_tx3 li {
    margin-top: 10px;
}

.skill_warps_text .sk_tx3 .balson_text {
    color: #ffffff;
    
   padding: 2px 10px;
    margin: 0 4px;
    background-image: linear-gradient(90deg, #3d6aff, #8981ff);
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.skill_warps_text .sk_tx4 {
    margin-top: 40px;
}

.skill_warps_text .sk_tx4 button {
    background: #444;
    font-size: 18px;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    position: relative;
}

/* 기능소개 컨텐츠 종료 */

/* 소개페이지 컨텐츠 */

.introduce_cont {
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 100px 0 40px;
    max-width: 1400px;
    box-sizing: border-box;
}

.company_tit_sub {
    font-size: 20px;
}

.company_tit {
    font-size: 68px;
    font-family: century gothic;
}

.company_tit span {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin: 10px 6px 0;
}

.introduce_cont > div {
    margin-bottom: 100px;
}

.int_first_cont1 {
	background: url(../../../images/web/sevenMunja/company_img.png?2.003)no-repeat right;
    background-size: 40%;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.int_first_cont1 p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	width: 50%;
}

.int_first_cont1 ul {
	display: flex;
    height: 40%;
    width: 60%;
    margin-top: 50px;
    align-items: center;
    justify-content: space-between;
}

.int_first_cont1 ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 120px;
    border-left: 1px solid #999;
    padding-left: 18px;
    margin-right: 36px;
}

.int_first_cont1 .first_co_logo img {
    width: 240px;
}

.int_first_cont1 .first_co_text {
    font-size: 20px;
    line-height: 34px;
    word-break: keep-all;
    margin-top: 40px;
}

/* 백그라운드 공통 */
.int_movie_cont {
	width: 100%;
    border-radius: 20px;
}

.int_movie_cont > p {
    text-align: right;
    font-size: 30px;
    font-family: century gothic;
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
}

/* 백그라운드 이미지 1 */
.int_first_cont2 {

}

/* 백그라운드 이미지 2 */
.int_first_cont3 {

}

.int_first_cont3 .int_cont_text h2 {
	font-size: 70px;
    font-weight: 600;
    font-family: century gothic;
    margin-bottom: 20px;
}
.int_first_cont3 .int_cont_text h3 {
	font-size: 26px;
}
.int_first_cont3 .int_cont_text p.int_cont_text_sub {
	margin-bottom: 30px;
}
.int_first_cont3 .int_cont_text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

/* 백그라운드 이미지 3 */
.int_first_cont4 {
    background: linear-gradient(to right, 
    rgba(255, 255, 255, 0) 25%, 
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 1) 100%),
    url(../../../images/web/introduce/int-3.jpg?2.003) no-repeat;
}

/* 백그라운드 텍스트 공통 */
.int_background_cont .int_cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.int_background_cont .int_cont_tit {
    margin-bottom: 50px;
}

.int_background_cont .int_cont_img {
	width: 50%;
    height: 40vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.int_background_cont .int_cont:nth-child(4) .int_cont_img {
    background-image: url(/resources/images/web/sevenMunja/special_function03.png?2.003);
}

.int_background_cont .int_cont:nth-child(3) .int_cont_img {
    background-image: url(/resources/images/web/sevenMunja/special_function02.png?2.003);
}

.int_background_cont .int_cont:nth-child(2) .int_cont_img {
    background-image: url(/resources/images/web/sevenMunja/special_function01.png?2.003);
}

.int_background_cont .int_cont_text {
    font-size: 30px;
    line-height: 50px;
    width: 50%;
    max-width: 520px;
    word-break: keep-all;
}

.int_background_cont .int_cont:nth-child(3) .int_cont_text {
	text-align: right;
}

.int_first_cont2 .int_cout_tex1 {
	display: inline-block;
	width: 30%;
}

.int_first_cont2 .int_cout_tex2 {
	display: inline-block;
}

.int_cout_tex1 h2 {
	font-size: 30px;
	font-weight: 800;
}

.int_cout_tex1 p {
	font-size: 14px;
	line-height: 20px;
}


.int_cout_tex2 {
    text-align: left;
}

.int_cont_text b {
    color: #e20001;
}



/* 회사소개 - 7원문자 소개(7원문자는 약 2,500여개) - 230404_고연우 시작*/

.introduce_footer {
    width: 100%;
    height: 650px;
}

.introduce_foo_cont {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 0;
    border-top: 1px solid #353535;
    word-break: keep-all;
}

.int_footer_title {
    color: #333;
    text-align: left;
    font-size: 24px;
    padding: 0 20px;
    font-family: 'Pretendard';
}

.int_footer_title h3 {
    font-size: 44px;
    margin-bottom: 20px;
}

.int_footer_title p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
}

.int_footer_subtitle {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
    max-width: 1260px;
    margin: 0 auto;
    word-break: keep-all;
}


/* sms서비스 제공 아이콘 */

.int_sms_service {
    margin: 40px 0;
}

.int_sms_cont ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.int_sms_cont ul li {
    float: left;
    text-align: center;
    position: relative;
    width: 16%;
}

.int_sms_cont .int_sms_icon {
    padding: 20px 10px;
    box-sizing: border-box;
}

.int_sms_cont .int_sms_icon img {
	width: 88%;
    margin: 0 auto;
}

.int_sms_cont .int_sms_icon .sms_icon_text {
    margin-top: 15px;
    font-family: 'Pretendard';
    font-size: 16px;
    line-height: 22px;
    word-break: keep-all;
    color: #333;
}

.int_sms_cont .int_sms_icon .sms_icon_text .sms_ic_title {
    font-size: 20px;
    padding-bottom: 6px;
    font-family: 'Pretendard';
    font-weight: 700;
    color: #333;
}


/* 소개페이지 컨텐츠 종료 */
/* 회사소개 - 7원문자 소개 - 230404_고연우 종료 */



/* 메시지 말풍선 */

.text_box_bubblecont {
    position: relative;
}

.message_bubble_text {
    z-index: 99;
    position: absolute;
    background: rgba(87, 87, 87, 1);
    border-radius: 20px;
    width: 200px;
    padding: 10px 20px;
    margin: 1em 0;
    color: #ffffff;
    font-size: 14px;
    right: -36px;
    top: -40px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s ease-in;
}


.message_bubble_text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.66);
    border-bottom: 0;
    border-left: 0;
    margin-left: -80px;
    margin-bottom: -17px;
}

/* 메시지 말풍선 종료*/




/* 2022-10-06 */
/* 청구서 페이지*/

/* 공통 */

#billRegion {
	margin: auto 2mm;
}

.corpbill_a4page {
    max-width: 210mm;
    min-height: 250mm;
    margin: 10mm auto;
}

/* @corpbill_a4page {
    size: A4;
    margin: 0;
} */

.corpbill .corpbillview_cell {
    width: 100%;
    height: 100%;
}


/* 사업자 등록번호 */

.corpbuisness_contents {
    max-width: 210mm;
    margin: 10mm auto 0 auto;
}

.corpbuisness_number {
    display: flex;
    align-items: center;
    align-items: center;
    background: #f5f5f5;
    padding: 20px;
    border-top: 1px solid #afafaf;
}

.corpbuisness_number .corpbuisness_title {
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
}

.corpbuisness_number .corpbuisness_inputbox {
    margin-right: 10px;
}

.corpbuisness_number .corpbuisness_inputbox input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 24px;
    padding: 5px 30px;
    box-sizing: border-box;
}

.corpbuisness_number .corpbuisness_btn button {
    background: #000;
    line-height: 24px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

/* 업체별 청구내역 타이틀 */

.shot_h1title {
    position: relative;
    margin-bottom: 30px;
}

.shot_h1title h1.corpbill_title {
    font-size: 22px;
    font-family: 'S-CoreDream-6Bold';
}

.shot_h1title h1.corpbill_title em {
    background: #e20001 !important;
    height: 20px;
    width: 6px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 6px;
}

.shot_h1title h1 strong.shot_titlecont {
    margin-right: 3px;
}

.corpbill .corpbillview_cell h2 {
    font-size: 15px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}


/* 부가세 */
.abbreviation {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.abbreviation span.vat_allcont {
    font-size: 10px;
    font-weight: 400;
    margin-left: 4px;
}

/* corpcell_01 */

.corpcell_price span {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 금액 오른쪽 정렬 공통 클래스*/
.corptext_right span {
	text-align: right;
}


/* corpbill_wrap01 */
/* 1.문자 서비스 사용내역 헤더 */

.corpbill_wrap {
    width: 100%;
    margin-bottom: 30px;
}

.corpbill_wrap .corpbill_header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
}

.corpbill_wrap .corpbill_header ul li {
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 700;
    padding: 6px 0;
    border-right: 1px solid #ddd;
}

.corpbill_wrap .corpbill_header ul li:last-child {
    border-right: none;
}

.corpbill_wrap01 li.corpcell_01 {
    width: 30%;
}

.corpbill_wrap01 li.corpcell_02 {
    width: 20%;
}

.corpbill_wrap01 li.corpcell_03 {
    width: 20%;
}

.corpbill_wrap01 li.corpcell_04 {
    width: 30%;
}

.corpbill_wrap .corpbill_contents ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.corpbill_wrap .corpbill_contents ul li {
    /* height: 36px; */
    box-sizing: border-box;
    font-size: 12px;
    /* letter-spacing: -0.5px; */
    font-weight: bold;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corpbill_wrap .corpbill_contents ul li:last-child {
    border-right: none;
}


/* corpbill_wrap02 */
/* 1.문자 서비스 사용내역 컨텐츠 */

.corpbill_wrap.corpbill_wrap02 .corpbill_header ul {
    background-color: #f5f5f5;
}

.corpbill_wrap.corpbill_wrap02 .corpbill_contents ul:nth-child(even) {
    background-color: #fafafa;
}

.corpbill_wrap02 li.corpcell_01 {
    width: 25%;
}

.corpbill_wrap02 li.corpcell_02 {
    width: 13%;
}

.corpbill_wrap02 li.corpcell_03 {
    width: 12%;
}

.corpbill_wrap02 li.corpcell_04 {
    width: 17%;
}

.corpbill_wrap02 li.corpcell_05 {
    width: 15%;
}

.corpbill_wrap02 li.corpcell_06 {
    width: 18%;
}

/* 토탈 */
.corpbill_wrap .corpbill_tatal ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
}

.corpbill_wrap .corpbill_tatal ul li {
 /*   box-sizing: border-box; */
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    border-right: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.corpbill_wrap .corpbill_tatal ul li:last-child {
    border-right: none;
}

.corpbill_tatal li.corpcell_01 {
    width: 50%;
}

.corpbill_tatal li.corpcell_02 {
    width: 50% !important;
    background: #fff;
}


/* corpbill_wrap03 */
/* 2.부가 서비스 사용내역 */

.corpbill_wrap.corpbill_wrap03 {
    margin-top: 20px;
}

.corpbill_wrap.corpbill_wrap03 .corpbill_header ul {
    background-color: #f5f5f5;
}

.corpbill_wrap.corpbill_wrap03 .corpbill_contents ul:nth-child(even) {
    background-color: #fafafa;
}

.corpbill_wrap03 li.corpcell_01 {
    width: 50%;
}

.corpbill_wrap03 li.corpcell_02 {
    width: 20%;
}

.corpbill_wrap03 li.corpcell_03 {
    width: 15%;
}

.corpbill_wrap03 li.corpcell_04 {
    width: 15%;
}

/* corpbill_wrap04 */
/* 3.사이트 유지 보수 */

.corpbill_wrap.corpbill_wrap04 {
    margin-top: 20px;
}

.corpbill_wrap.corpbill_wrap04 .corpbill_header ul {
    background-color: #f5f5f5;
}

.corpbill_wrap.corpbill_wrap04 .corpbill_contents ul:nth-child(even) {
    background-color: #fafafa;
}

.corpbill_wrap04 li.corpcell_01 {
    width: 30%;
}

.corpbill_wrap04 li.corpcell_02 {
    width: 20%;
}

.corpbill_wrap04 li.corpcell_03 {
    width: 20%;
}

.corpbill_wrap04 li.corpcell_04 {
    width: 30%;
}


/* non_payment */

#payment .message_wrap .message_box {
    border: 0;
}

.message_area {
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
}



/* 미납요금 */

.corpbill_wrap.corpbill_wrap05 .corpbill_header ul {
    background-color:transparent;
}

.corpbill_wrap05 li.corpcell_01 {
    width: 50%;
    background-color: #ffc7b9;
}

.corpbill_wrap05 li.corpcell_02 {
    width: 50%;
    background-color: #fffab9;
}

.corpbill_wrap.corpbill_wrap05 .corpbill_tatal ul li.corpcell_01 {
    background-color: #fff4f1;
}

.corpbill_wrap.corpbill_wrap05 .corpbill_tatal ul li.corpcell_02 {
    background-color: #fffef1;
}


.account_number {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 25px;
    margin: 20px auto 0 auto;
}

.account_number div {
    padding: 8px 0;
    margin-right: 30px;
}

.account_number div span {
    margin-right: 10px;
}

.account_number div span:first-child {
    font-weight: 700;
}



/* 계정별 상세 내역 */

.corpbilldetail {
    padding: 40px 0;
}

.corpbilldetail .corp_det_title {
    margin-bottom: 30px;
}

.corpbilldetail .corp_det_title h3 {
    font-size: 22px;
    font-family: 'S-CoreDream-6Bold';
}

.corpbilldetail .corp_det_wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
}

.corpbilldetail .corp_det_wrap ul li {
    /* box-sizing: border-box; */
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 700;
    padding: 6px 0;
    border-right: 1px solid #ddd;
}

.corpbilldetail .corp_det_wrap ul li:last-child {
    border-right: 0;
}

.corpbilldetail li.corpcell_01 {
    width: 22%;
    font-weight: 700 !important;
    color: #000 !important;
}

.corpbilldetail li.corpcell_02 {
    width: 26%;
}

.corpbilldetail li.corpcell_03 {
    width: 17%;
}

.corpbilldetail li.corpcell_04 {
    width: 15%;
}

.corpbilldetail li.corpcell_05 {
    width: 20%;
}

.corpbilldetail li.libcell_01 {
    width: 25%;
    font-weight: 700 !important;
    color: #000 !important;
}

.corpbilldetail li.libcell_02 {
    width: 20%;
}

.corpbilldetail li.libcell_03 {
    width: 13%;
}

.corpbilldetail li.libcell_04 {
    width: 13%;
}

.corpbilldetail li.libcell_05 {
    width: 13%;
}

.corpbilldetail li.libcell_06 {
    width: 16%;
}

.corpbilldetail .corp_det_cont ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.corpbilldetail .corp_det_cont ul:nth-child(odd) {
    background-color: #f5f5f5;
}

.corpbilldetail .corp_det_cont ul li {
/* box-sizing: border-box; */
    font-size: 12px;
    font-weight: normal;
/*  padding: 6px 10px;  */  
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.corpbilldetail .corp_det_cont ul li.crop_tree {
    flex-direction: column;
    justify-content: space-between;
}

.corpbilldetail .corp_det_cont ul li:last-child {
	border-right: none;
}

.corpbilldetail .corp_det_cont ul li:nth-child(2) {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.corpbilldetail .corp_det_cont ul li:nth-child(4) {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.corpbilldetail .corp_det_cont ul li:nth-child(5) {
	border-right: 1px solid #ddd;
}

.corpbilldetail .corp_det_cont ul li.crop_tree div {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box; 
    font-weight: 700;
}

.fail_message {
    max-width: 620px;
    width: calc(100% - 40px);
    min-height: 770px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px 10px !important;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
    z-index: -1;
}

.fail_message .sub_box:nth-child(2) .sub_tit {
	display: none;
}

.fail_message h2 {
	font-size: 20px;
	font-weight: 600;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.fail_message h2:before {
    content: '';
    width: 5px;
    height: 21px;
    background: #e20001;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.fail_message .sub_box:nth-child(1) {
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}

.failmsg_hide {
	opacity: 0 !important;
	z-index: -1 !important;
	pointer-events: none !important;
}

.fail_message .btn_failmsg_close {	
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.fail_message .btn_failmsg_close:before,
.fail_message .btn_failmsg_close:after {
	position: absolute;
	top: -4px;
	left: 12px;
  	content: ' ';
  	height: 34px;
  	width: 2px;
  	background-color: #000;
}

.fail_message .btn_failmsg_close:before {
  transform: rotate(45deg);
}

.fail_message .btn_failmsg_close:after {
  transform: rotate(-45deg);
}

.full_textbox .btn_failmsg_view {
	display: none;
	color: #fff;
    width: 80px;
    height: 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background: #ef5f4b !important;
    padding: 7px 18px;
    cursor: pointer;
    line-height: 16px;
}

.selected .full_textbox .btn_failmsg_view {
	display: inline-block;
}

.fail_message .text_box {
    width: 27%;
    max-width: 364px;
    display: inline-block;
    min-width: 280px;
}

.fail_message .sub_tit {
	min-width: 90px;
	width: 90px;
	margin-bottom: 0;
}

.fail_message .sel_box {
	width: calc(100% - 300px);
}

.fail_message .sub_box:nth-child(2) .sub_box {
	width: calc(100% - 20px);
    max-height: 610px;
    padding: 10px;
}

.fail_message .sel_box .test_btn_wrap {
	display: block;
	padding: 17px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
}

.fail_message .sel_box .test_btn_wrap .test_detail {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.fail_message .input_text .selbox_tit .full_textbox > span {
	width:100%;
}

.fail_message .input_text {
    padding: 17px 20px;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.fail_message .sel_box .input_text .selbox_tit {
    display: inline-block;
    width: calc(50% - 22px);
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.fail_message .dbtn_wrap {
	margin-left:74px;
}

.fail_message .full_textbox {
	width: calc(100% - 74px);
}

.fail_message .dbtn_textbox {
	margin-bottom: 10px;	
}

#rcsSend .fail_message .dbtn_textbox {
	margin-bottom: 0;	
}

#rcsSend .full_textbox p {
    line-height: 24px;
}

.fail_message .input_tit .selbox_tit {
	display: block;
	width: 100%;
}

.fail_message .sel_box .input_tit {
	padding: 17px 20px;
}

.fail_message .input_tit .selbox_tit:nth-child(1) {
	margin-bottom: 10px;
	border: 0 !important;
}

#frtalkSend .fail_message .m_sel .sel_radio,
#altalkSend .fail_message .m_sel .sel_radio,
#rcsSend .fail_message .m_sel .sel_radio {
    width: 100%;
    margin: 0;
}

.reference_wrap { 
    position: relative;
    max-width: 1400px;
    height: 550px;
    margin: 0 auto;
}
.reference_wrap .reference_movie:after {
    content: '';
    width: 100%;
    height: 80%;
    background: #ebebeb;
    position: absolute;
    z-index: -1;
    right: 230px;
    bottom: -50px;
}
.int_cont_tit {
    display: inline-block;
}
.int_cont_tit h2 {
    font-size: 30px;
    font-weight: 800;
}
.int_cont_tit p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.reference_wrap .reference_movie { 
    position: relative;
    width: calc(100% - 370px);
    float: right;
    right: 2vw;
}
.reference_wrap .reference_movie #a_video {
    width: 100%;
}
.reference_wrap .reference_movie .video_mute {
    position: absolute;
    left: -150px;
    bottom: 10px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    cursor: pointer;
    filter: brightness(0.4);
}
.reference_wrap .reference_movie .video_mute:before {
    content: 'Sound Off';
    color: #fff;
    padding: 25px 50px 2px 0;
    background: url(../../../images/web/sevenMunja/sound_bar_off.gif?2.003)no-repeat right bottom;
    background-size: contain;
}
.reference_wrap .reference_movie .video_mute.on:before {
    content: 'Sound On';
    background: url(../../../images/web/sevenMunja/sound_bar.gif?2.003)no-repeat right bottom;
    background-size: contain;
}
.reference_wrap ul {
    position: absolute;
    top: 50%;
    right: -2vw;
    transform: translateY(-50%);
}
.reference_wrap ul li {
    list-style: none;
}
.reference_wrap ul li span {
    display: inline-block;
    width: 4vw;
    height: 4vw;
    color: #fff;
    background: #333;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 4vw;
    cursor: pointer;
}
.reference_wrap .movie01 li:nth-child(1) {
    display:none;
}
.reference_wrap .movie02 li:nth-child(2) {
    display:none;
}

/* build_form css 시작 */

.build_form .popup_tit p {
	font-size: 0;
}
.estimate_item .m_sel .sel_radio:nth-child(4),
.estimate_item .m_sel .sel_radio:nth-child(5),
.estimate_item .m_sel .sel_radio:nth-child(6) {
  display: none;
}

.build_form .popup_tit p:after {
	content:'문자발송 사이트 구축문의';	
	font-size: 20px;	
}

.build_form .sel_radio:nth-child(1),
.build_form .sel_radio:nth-child(2),
.build_form .sel_radio:nth-child(3),
.build_form .join_tab:nth-child(2),
.build_form .join_tab:nth-child(3),
.build_form .join_tab:nth-child(4) {
	display: none;
}
.build_form .sel_radio:nth-child(4),
.build_form .sel_radio:nth-child(5),
.build_form .sel_radio:nth-child(6){
	display: inline-block;
}
.build_form .join_tab:nth-child(1) .join_height {
    line-height: 30px;
}

/* 20건발송 발송창 수정 */
#msg20Popup .table-data-container {
    height: 80vh !important;
}
#msg20Popup .table-vertical-scrollbar {
    height: calc(80vh - 15px) !important;
}
#msg20Popup .add_list_table .table-data-content {
	display: flex;	
	justify-content: center;
	align-items: center;
}

/* 결과조회 상세보기 수정 */
.result_detail .add_search_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 400px;
}
.result_detail .search_wrap {
    width: calc(100% - 170px);
}

@media only screen and (max-width:800px) {

	.corpbill {
        padding: 0 10px;
	}

	.corpbill_wrap {
        overflow-x: auto;
	}

	.corpbilldetail {
        padding: 40px 10px;
        overflow-x: auto;
    }

	.corp_mobilewarp {
        padding: 0px;
        overflow: hidden;
        vertical-align: top;
        width: 210mm;
    }

}
