




@charset "utf-8";

/* 클리어픽스 */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}


/* 구글아이콘 적용 */
/* 이모티콘 아이콘 */
.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: #444;
  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: 30px;
  padding-left: 10px;
}

select::-ms-expand {
  display: none;
}

p {
  margin:0;
}

button {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*문자보내기*/
.sub_tab_wrap {
  background: #f4f4f4;
  width: 100%;
  height: 40px;
  margin-top: 120px;
}

.sub_tab_wrap ul {
  width: 1180px;
  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: 14px;
}

.message_wrap {
  margin: 0px auto 100px;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  max-width: 1200px;
}

.message_wrap .message_box {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}


/* 06.08 추가 시작*/

.message_box_first {
  padding: 5px 20px 15px 20px !important;
}

.message_box_second {
  padding: 40px 20px !important;
}

.message_box_third {
  padding: 40px 20px 0 20px !important;
}

.message_wrap .last_box {
  border-bottom: none;
}

.last_bottom {
  margin-bottom: 0 !important;
}

.sub_tit {
  display: inline-block;
  width: auto;
  min-width: 140px;
  font-size: 20px;
  font-family: 'S-CoreDream-5Medium';
  position: relative;
}

.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 {
	display: flex;
	flex-wrap: wrap;
}

.m_sel .sel_radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
}

.m_sel .radio_tab {
	margin-right: 10px;
}

.m_sel .sel_radio_free {
	line-height: 30px;
	color: #e20001;
}

.m_sel .sel_radio_free span {
	line-height: 30px !important;
}

.m_sel .sel_radio_free span:first-child {
	margin-right: 10px;
}

.m_sel .sel_radio:last-child {
	margin-right: 0;
}

.m_sel .sel_radio label {
	display: flex;
	align-items: center;
}

.fileshot_btncont .grey_btn {
	margin-left: 10px;
	padding: 5px 10px;
}


.m_sel .sel_radio span {
  font-size: 16px;
  line-height: 28px;
}

.m_sel .sel_radio input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.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: 36%;
  display: inline-block;
}

.text_box .text_wrap {
  margin-right: 20px;
  width: 100%;
  height: 520px;
  border-radius: 20px;
  border: 5px solid #ddd;
  box-sizing: border-box;
  position: relative;
  background: #5f7ea3;
  box-shadow: 2px 2px 2px rgba(235, 235, 235, 0.5);
}


.text_box .text_wrap .adv_tit { /* 2022-04 */
  font-size: 16px;
  font-family: 'S-CoreDream-5Medium';
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 3px;
  display: block;
}

.text_box .text_wrap .text_tit {
  font-size: 16px;
  font-family: 'S-CoreDream-5Medium';
  margin: 10px auto;
  text-align: center;
  display: block;
  color: #fff;
}

/* RCS 상단 광고표기 */
.text_box .text_wrap .text_tit.rcs_advertisement {
	position: relative;
}

.text_box .text_wrap .text_tit.rcs_advertisement div {
    position: absolute;
    top: 0;
    left: 5%;
    color: #ddd;
    font-weight: 200 !important;
}

/* 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;
    right: 5%;
    color: #ddd;
    font-family: 'S-CoreDream-3Light';
    font-size: 12px;
    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: 18px;
  width: 100%;
  margin: 0 auto;
  color: #bebebe;
}

.text_box table {
  font-size: 14px;
}

.sel_box {
  display: inline-block;
  width: calc(64% - 45px);
  font-size: 18px;
  margin-left: 40px;
}

.selbox_tit {
  margin-bottom: 20px;
}

/* 메시지발송 셀박스 간격조정 */
.sel_box.msg_selboxtit .selbox_tit:nth-child(4) {
  margin-bottom: 10px;
}

.sel_box.msg_selboxtit .selbox_tit:nth-child(6) {
  margin-bottom: 10px;
}

.sel_box.msg_selboxtit .selbox_tit:nth-child(8) {
  margin-bottom: 10px;
}

/* 20건발송 셀박스 간격 */
.sel_box.msg20_selboxtit .selbox_tit:nth-child(4) {
  margin-bottom: 10px;
}

/* RCS발송 셀박스 간격 */
.sel_box.rcsmsg_selboxtit .selbox_tit {
	margin-bottom: 15px;
}

.sel_box.rcsmsg_selboxtit .selbox_tit.sb_bt_c {
	margin-bottom: 10px;
}



/* 대체문자발송 간격 */
.sel_box.resend_selboxtit .selbox_tit:nth-child(4) {
  margin-bottom: 10px;
}

/* 알림톡&친구톡 발송 간격 */
.sel_box.alt_selboxtit .selbox_tit:nth-child(4) {
  margin-bottom: 10px;
}

.sel_box .selbox_tit>span:first-child {
  width: 120px;
  display: inline-block;
  line-height: 30px;
}

.full_textbox {
  width: calc(100% - 126px);
  display: inline-block;
}

.selbox_tit>div>input {
  border: 1px solid #ddd;
  width: 100%;
  padding: 0 10px;
  height: 30px!important;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fff;
}

.dbtn_textbox {
  width: calc(100% - 352px);
}

.dbtn_wrap {
  display: inline-block;
}

.dbtn_wrap>button {
  width: 70px;
  height: 30px;
  vertical-align: middle;
  font-size: 16px;
}

.pink_btn {
  background: #5f7ea3 !important;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
}

.rcs_btn_plus {
    /*height: 32px;*/
    vertical-align: middle;
    font-size: 14px;
}

.test_btn_wrap {
  margin-bottom: 20px;
}


/* 발송전 rcs 테스트 */

.test_btn_wrap.rcs_test_btn_wrap {
	margin-bottom: 10px;
}

.test_txt_rcont {
    padding: 10px 20px;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #111;
    letter-spacing: -0.025em;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* 문자테스트 버튼 */
/* 발송하기 버튼 */

.test_btn_wrap .msgtest_sendwrap {
	width: 47%;
	display: flex;
	justify-content: space-between;
}

.test_btn_wrap .msgtest_sendwrap input {
	border: 1px solid #ddd;
    width: 68%;
    padding: 0 10px;
    height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    background: #fff;
}

.test_btn_wrap .msgtest_sendwrap button {
	background: #cb4445;
	width: 30%;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
}


/* 스팸테스트버튼 아이콘 */

.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;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
}

.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(25% - 4px);
  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 {
  border: 1px solid #c1c1c1;
/*   background-color: #eff2f6;   */
  width: 100%;
  height: 30px;
  vertical-align: middle;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four_btn>span>button:hover {
  background: #fff;
  color: #cb4445;
  border: 1px solid #cb4445;
  box-shadow: 1px 1px 2px #dbdbdb;
}

.full_textbox>span .send_radio {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  margin-left: 0;
  margin-top: 2px;
}

.four_btn>span select, .full_textbox>span select, .rcs_mmsselect_btn>span select {
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  margin-right: 5px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  /* background: #fff; */
}

.four_btn>span input {
  border: 1px solid #ddd;
  height: 30px;
  padding-left: 10px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.four_btn>span .datesel { /* 2022-04 */
  font-size: 14px;
  cursor: pointer;
  letter-spacing: -1px;
}

.four_btn>span {
  position: relative;
}

.full_textbox>span select:enabled + .down_icon {
  top: 9px;
  z-index: 1;
}

.full_textbox>span select:enabled + .rcsdown_icon {
	top: 4px;
}

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;
  font-family: 'S-CoreDream-5Medium';
  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;
  background: #ddd;
  font-size: 16px;
}

.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;
}

.del_btn button.pink_btn {
  border-radius: 0;
}

.btn_textbox {
  width: 300px;
  padding-top: 3px;
}

.send_btn {
  text-align: center;
  margin-top: 30px;
}

.send_btn.send_btn_center {
  width: calc(100% - 145px);
  float: right;
}

.send_btn button {
  padding: 10px 40px;
  background: #e20001;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'S-CoreDream-6Bold';
  transition: all 0.2s ease-in;
}

/* 충전하기아이콘 */
.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: #191919;
}


/* 파일등록 아이콘 */
.add_list_btn .soosin_Input::before {
	content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
    color: #191919;
} 

/* 개별등록 아이콘 */
.add_list_btn .soosin_DirectInput::before {
	content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
    color: #191919;
}



.add_list_btn .paste_Input::before {
	content: "\f24d";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
    color: #191919;
}


/* 그룹추가 아이콘 */

.add_list_btn #add::before {
  content: "\f234";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #191919;
}

.add_list_btn #groupMultiDel::before {
  content: "\f503";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #191919;
}


/* 삭제아이콘 */
.add_list_btn #del::before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
  color: #191919;
}

/* 엑셀저장아이콘 */
.add_list_btn #excelSave::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
  color: #191919;
}

/* 예약취소 아이콘 */
.add_list_btn #reservedCancel::before {
  content: "\f011";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #191919;
}

/* 사업자입력 아이콘 */
.tax_write #busiInfoRegister::before {
  content: "\f1ad";
  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;
}

.first .selbox_tit {
  margin-bottom: 10px;
}

.tab_file {
  width: 100%!important;
  height: auto;  /* 샌드버튼 영역 안보이는 문제 auto */
  margin-left: 0!important;
}

.tab_file .selbox_tit:first-child {
  display: inline-block;
}

.sample_down {
  margin-left: 10px;
  background: #ddd;
  padding: 2px 10px;
  border-radius: 5px;
}

.tab_file .selbox_tit {
  margin-bottom: 10px;
}

.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 {
  font-size: 16px;
  width: 360px;
  float: right;
  position: relative;
}

.sheet_sel span {
  line-height: 30px;
}

.sheet_sel span>select {
  width:80%;
  min-width: 50px;
  border: 1px solid #ddd;
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
  float: right;
}

.sheet_sel .down_icon {
  top: 8px;
}

.five_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.five_btn>span {
  display: inline-block;
  transition: 0.5s;
}

.five_btn>span>span { /* 2022-04 */
  min-width: 60px;
  display: inline-block;
  line-height: 30px;
  text-align: left;
}

.five_btn>span select { /* 2022-04 */
  width: 30px;
  min-width: 50px;
  padding-right: 20px;
  margin-right: 0;
}


/*문자보내기 팝업*/
.function_pop>div {
  width: calc(64% - 138px);
  height: auto;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #aaa;
  position: absolute;
  right: 3px;
  top: 0;
  box-shadow: 2px 3px 4px 0 #aaa;
  display: none;
  z-index: 2;
}

.function_pop .pop_tit {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 0 5px 5px;
}

.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;
}

.pop_contents {
	padding: 10px 0;
}


.pop_contents ul {
  overflow: hidden;
  margin-top: 5px;
  height: auto;
  overflow-y: auto;
}

.spe_box .pop_contents ul li {
  float: left;
  font-size: 20px;
  border: 1px solid #ddd;
  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: 2px 0 2px 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
}

.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: 120px;
  border: 1px solid #ddd;
  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;
  margin: 10px 0;
}

.col_box .pop_contents ul li a img {
  width: 100%;
  height: 100%;
}

.chan_box .pop_contents ul li {
  float: left;
  border: 1px solid #ddd;
  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);
  margin: 5px;
  float: left;
}

.my_box .pop_contents ul li > div {
  min-width: 100px;
  height: 250px;
  border: 1px solid #ddd;
  padding: 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_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;
}



/* rcs 마이 메시지박스 버튼 */

.rcs_number_btncont {
    position: sticky;
    bottom: -5px;
    background: #f5f5f5;
}






.mymsg_boxx_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0;
}

.mymsg_boxx_wrap .msgbtn_option {
    padding: 1px 4px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    color: #000;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
    margin: 0 2px;
    cursor: pointer;
}

.mymsg_boxx_wrap .msgbtn_option:last-child {
    margin-right: 0;
}

.mymsg_boxx_wrap input[type="radio"] {
    display: none;
}

#mssas01:checked:checked~.mssas01,
#mssas02:checked:checked~.mssas02,
#mssas03:checked:checked~.mssas03,
#mssas04:checked:checked~.mssas04,
#mssas05:checked:checked~.mssas05,
#mssas06:checked:checked~.mssas06 {
    background: #5f7ea3;
}

#mssas01:checked:checked~.mssas01 span,
#mssas02:checked:checked~.mssas02 span,
#mssas03:checked:checked~.mssas03 span,
#mssas04:checked:checked~.mssas04 span,
#mssas05:checked:checked~.mssas05 span,
#mssas06:checked:checked~.mssas06 span {
    color: #fff;
}


/* 마이 메시지박스 버튼 종료 */

.sms_search {
  border: 1px solid #ddd;
  padding: 0 5px;
  line-height: 24px;
  box-sizing: border-box;
  margin-left: 5px;
}

.sms_search button img {
  width: 80%;
}

/* 내문자함 즐겨찾기 버튼 */

.faverite_btn {
	line-height: 24px;
	margin-left: 10px;
}

.faverite_btn input[type="checkbox"] {
  display: none;
}

.faverite_btn label {
  cursor: pointer;
}

.faverite_btn label input[type="checkbox"]+span {
	font-size: 15px;
}

.faverite_btn label input[type="checkbox"]+span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 14px;
  margin-right: 5px;
  vertical-align: inherit;
  box-sizing: border-box;
  padding: 5px;
}

.faverite_btn label input[type="checkbox"]:checked+span:before {
  color: #1c77f1;
  font-weight: 900;
}

.faverite_btn label input[type="checkbox"]+span:hover:before {
	background: #f5f5f5;
	border-radius: 5px;
}

.msg_after_date {
	width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 20px;
}

.msg_after_date .favedate_btn {
    position: absolute;
    left: 5px;
}

.favedate_btn input[type="checkbox"] {
    display: none;
}

.favedate_btn label {
    cursor: pointer;
}

.favedate_btn label input[type="checkbox"]+span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
}

.favedate_btn label input[type="checkbox"]:checked+span:before {
  color: #1c77f1;
  font-weight: 900;
}

.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;
}

.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: #ddd;
  padding: 5px 40px;
  font-size: 16px;
  border-radius: 5px;
}

/*사진첨부시 문자발송*/
.view_wrap {
  width: calc(100% - 20px);
  height: calc(100% - 85px);
  margin:0 auto;
  overflow-y: scroll;
  background: #fafafa;
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #f4f4f4;
}

.view_wrap ul {
  padding-right: 5px;
}

.view_wrap ul li {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}

.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%;
}


/* rcs 포토 */

/* sns형 */ /* 클래스 rcs_stsns 추가 */

.view_wrap ul.rcs_stsns li.message_photo {
	order: 2;
}
.view_wrap ul.rcs_stsns li.rcs_mmsct_box {
	order: 1;
}
.view_wrap ul.rcs_stsns li.rcs_buttons_depv {
	order: 3;
}


/* sns형 */ /* 클래스 rcs_stsns_bt 추가 */

.view_wrap ul.rcs_stsns_bt li.message_photo {
	order: 2;
}
.view_wrap ul.rcs_stsns_bt li.rcs_mmsct_box {
	order: 1;
}
.view_wrap ul.rcs_stsns_bt li.rcs_buttons_depv {
	order: 3;
}


/* sns형(중간버튼) */ /* 클래스 rcs_stsns_ct 추가 */

.view_wrap ul.rcs_stsns_ct li.message_photo {
	order: 3;
}
.view_wrap ul.rcs_stsns_ct li.rcs_mmsct_box {
	order: 1;
}
.view_wrap ul.rcs_stsns_ct li.rcs_buttons_depv {
	order: 2;
}







/* rcs  공통 */

.rcs_veiw_button .rcs_mmstitle_box textarea {
	font-weight: 600;
}

.rcs_thumnail_box {
	display: flex;
	justify-content: space-between;
	padding: 0 2%;
}

.rcs_thumnail_box .thum_vhphoto {
    height: 9vh;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.rcs_thumnail_box .thum_vhphoto::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
}

.rcs_thumnail_box.rcs_hzt > div,
.rcs_thumnail_box.rcs_vtc > div > .thum_vhphoto {
	width: calc( 100% / 3 - 2% );
	flex-shrink: 0;
}


/* thumnail형(세로형) */
.rcs_thumnail_box.rcs_vtc {
	flex-direction: column;
}
.rcs_thumnail_box.rcs_vtc > div {
	display: flex;
	align-items: center;
	margin-bottom: 2%;
}
.rcs_thumnail_box.rcs_vtc > div:last-child {
	margin-bottom: 0;
}
.rcs_thumnail_box.rcs_vtc > div > .thum_vhphoto {
	margin-right: 2%;
}

/* thumnail형(가로형) */
.rcs_thumnail_box.rcs_hzt div:last-child > div.thum_vhphoto {
	margin-right: 0;
}
.rcs_thumnail_box div.thum_vhphoto > img {
	height: 100%;
	object-fit: cover;
}

.rcs_thumnail_box div.thum_vhtxt {
	flex-grow: 1;
}

/* 0.이미지 & 타이틀 강조형 */
.rcs_tmp00 .rcs_thumnail_box.rcs_vtc > div > span:first-child {
	margin-right: 5%;
	flex-shrink: 0;
}

.rcs_tmp00 .rcs_thumnail_box.rcs_vtc > div > span:last-child {
	font-weight: 400;
	flex-grow: 1;
}

















/* rcs 포토 비디오 플레이버튼 추가 */

.rcs_video_play {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../../../images/web/icon/rcs_movie_play.svg) no-repeat center/contain;
    width: 70px;
    height: 70px;
}

/*문자_팝업*/
.reply_popup {
  width: 460px;
  background: #fff;
  padding: 20px;
  display: none;
}

.popup_tit {
  text-align: center;
  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;
}

.join_tab .join_text span {
  width: calc(100% - 30px);
}

.reply_regi .company_info .join_tab:first-child .join_text span>input {
  width: calc(100% - 100px);
}

.reply_regi .company_info .join_text button {
  height: 30px;
}

.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;
  width: 160px;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 5px;
  margin-right: 5px;
}

.regi_num button {
  width: 70px;
  height: 30px;
}

.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: 400px;
  background: #fff;
  padding: 20px;
  display: none;
}

.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;
  box-sizing: border-box;
}

/* 체크4 */
.full_textbox input::placeholder {
  color: #dbdbdb;
}

/* 문자보내기 아이콘 */



#sendMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


 
/* 추가 아이콘 */

#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;
  }



.full_textbox>span {
  position: relative;
  font-size: 16px;
  line-height: 30px;
}

.full_textbox>span select:disabled + .down_icon {
  top: 9px;
}

.drop_btn {
  display: block;
  margin-left: 125px;
  margin-top: 15px;
}

.drop_btn>button {
  width: 100%;
  margin-left: 0;
}

.selbox_detail {
  font-size: 14px;
  margin-bottom: 10px;
}

.selbox_detail p {
  margin-top: 5px;
}

.selbox_tit>div .selbox_file {
  padding: 0;
  height: auto;
  border: none;
}

.selbox_wrap {
  width: calc(64% - 46px);
  display: inline-block;
  margin-left: 40px;
}

.add_popup {
  width: 800px;
  background: #fff;
  padding: 20px;
  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: #e00001;
  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;
}

/* 주소록 불러오기 - 목록확인 */

.add_list_retbtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.addretcont-width-800 .table-data {
	height: 30px;
}


/*파일샷*/
.wrap_bottom {
  margin-bottom: 0 !important;
}

.shot_wrap {
  margin: 20px auto 20px auto;
/*   padding: 15px 10px; */
  max-width: 1200px;
  position: relative;
}

.shot_wrap .shot_mtit {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 20px;
}

.shot_tit {
  position: relative;
}

.shot_tit h1 {
  font-family: 'S-CoreDream-6Bold';
  font-size: 22px;
  line-height: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.shot_tit span {
  background: #e20001;
  height: 22px;
  width: 6px;
  margin-right: 10px;
}

.shot_tit h1>em {
  font-family: 'S-CoreDream-3Light';
  font-size: 14px;
  margin-left: 10px;
}

.shot_tit p {
  line-height: 34px;
  font-size: 16px;
  word-break: keep-all;
}

.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;
}

.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;
  background: #fce5e5;
  padding: 5px 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;
}

.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;
}

.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: 220px;
}

.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 {
	margin-top: 40px;
}

.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-family: 'S-CoreDream-4Regular';
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
  word-break: keep-all;
  line-height: 34px;
}

.detail_text {
  font-family: 'S-CoreDream-4Regular';
  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;
}

.rcstoken_select .down_icon {
	top: 3px !important;
	right: 26px !important;
}

.add_list_btn {
  margin: 10px 0;
  min-height: 30px;
  overflow: hidden;
  position: relative;
}

.add_list_btn>button {
  background: #ddd;
  width: 120px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 5px;
}


.add_list_btn .trisection {
  display: inline-block;
}

.add_list_btn .trisection button {
  background: #ddd;
  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;
}

.search_wrap {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 240px;
  display: inline-block;
  position: relative;
  margin-right: 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 {
  border: 1px solid #ddd;
  padding: 5px 0px 5px 0px;
  box-sizing: border-box;
}

.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 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: 2px 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: 4px;
  width: 12px;
  height: 12px;
  z-index: -99;
}

.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: inline-block;
}

.block_file .add_list_btn>div:nth-child(3) {
  display : block;
}

/*문자연동*/
.link_wrap {
  text-align: center;
  margin-top: 30px;
}

.link_wrap .link_con>ul>li {
  float: left;
  width: 20%;
}

.link_box span {
  width: auto;
  height: 150px;
  background-position: center;
  display: block;
}

.link_box_01 {
  background: url(../../../images/web/link_01.png?2.003) no-repeat;
}

.link_box_02 {
  background: url(../../../images/web/link_02.png?2.003) no-repeat;
}

.link_box_03 {
  background: url(../../../images/web/link_03.png?2.003) no-repeat;
}

.link_box_04 {
  background: url(../../../images/web/link_04.png?2.003) no-repeat;
}

.link_box_05 {
  background: url(../../../images/web/link_05.png?2.003) no-repeat;
}

.link_box .box_text {
  margin-top: 30px;
  font-size: 16px;
}

.link_tit .main_text {
  text-align: center;
}

.link_tit .detail_text {
  margin-top: 10px !important;
}

.link_tit>span {
  width: 260px;
  background: none;
}

.link_agent p {
  word-break: keep-all;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
  display: table-cell;
}

.link_agent>div {
  border: 1px solid #888;
  padding: 0 30px;
  height: 160px;
  border-radius: 20px;
  display: table;
  box-sizing: border-box;
}

.link_left {
  width: calc(68% - 36px);
  display: inline-block;
  margin-right: 15px;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.link_right {
  width: 32%;
  display: inline-block;
}

.link_table {
  margin-top: 60px;
}

.link_table table {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  border: 1px solid #888;
  word-break: keep-all;
  box-sizing: border-box;
}

.link_table table thead tr {
  height: 45px;
}

.link_table table th {
  background: #f4f4f4;
  vertical-align: middle;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  font-size: 17px;
}

.link_table table td {
  vertical-align: middle;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  text-align: center;
  font-size: 16px;
}

.link_table table tr {
  height: 60px;
}

.contents_wrap .link_box {
  border: 1px solid #888;
  border-radius: 20px;
  height: 180px;
  padding: 0 40px 30px;
  width: calc(100% - 72px);
  position: relative;
}

.contents_wrap .link_box::after {
  content: attr(data-descr);
  background: url(../../../images/web/arrow_right.png?2.003) no-repeat;
  width: 44px;
  height: 40px;
  display: block;
  position: absolute;
  right: -60px;
  top: 60px;
  z-index: 9;
}

.contents_wrap li:last-child .link_box::after {
  content: '';
  display: none;
  width: 0;
}

.contents_wrap .link_box .small_text {
  margin-top: 20px;
}

.contents_wrap ul.link_step {
  display: inline-flex;
  width: calc(100% + 72px);
}

.contents_wrap ul.link_step>li {
  justify-content: space-between;
}

.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;
}

.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: 10px;
}

.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;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.charge_select span select {
	height: 32px;
}

.charge_select span input {
	height: 32px;
	padding: 0 10px;
}


.charge_select span .down_icon {
  top: 8px;
}

.charge_box {
  display: inline-block;
  width: calc(50% - 2.5px);
}

.charge_box .sub_tit p {
	line-height: 32px;
}

.charge_select div {
  display: inline-block;
  margin-right: 30px;
}

.charge_select div>p {
  display: inline-block;
  line-height: 32px;
  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;
}

.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: #e20001;
  color: #fff;
  transition: 0.3s;
}

.join_tab {
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 16px;
}

.join_tab .join_tit {
  width: 30%;
  display: inline-block;
  background: #f4f4f4;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  font-family: 'S-CoreDream-5Medium';
  margin-bottom: 0;
}

.join_tab:first-child {
  border-top: 1px solid #888;
}

.join_tab .join_text {
  display: inline-block;
  width: calc(70% - 5px);
  padding-top: 8px;
  margin-bottom: 0;
}

.join_tab .join_text span:first-child {
  margin-left: 15px;
}

.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 .short_info {
  width: calc(100% - 115px);
}

.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;
}

.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;
  border-radius: 20px;
  padding: 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;
}


/* RCS 이미지 관리 팝업 */

.shot_tit ul.shot_ul_cont {
	padding: 5px 15px 5px 15px;
}
.shot_tit ul.shot_ul_cont li {
	margin-bottom: 5px;
	color: #7a7a7a;
}

.rcs_images_regpop .company_info .join_text span:first-child label{
	margin-left: 0;
}

.rcs_images_regpop .company_info .join_text span > input {
    width: calc(100% - 150px);
}

.rcs_images_regpop .company_info .join_text span em {
	font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}


.rcs_images_regpop .full_textbox {
	width: calc(100% - 150px);
}



/*  */

.shot_tit ul.shot_tit_titleul {
	padding: 5px 15px;
	font-size: 15px;
	color: #787878;
}

.rcsimg_list_btn {
	display: flex;
	align-items: center;
}

.rcs_token_select {
    border: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
    box-sizing: border-box;
    font-size: 14px;
}

.rcsimg_list_btn .block_search_wrap {
	flex-grow: 1;
    text-align: right;
}

.rcsimg_list_btn > div {
	margin-left: 20px;
}

.rcsimg_list_btn .date_tab {
	margin-right: 0;
}

.rcsimg_list_btn .date_tab span {
	margin-right: 10px;
}

.rcsimg_list_btn .date_tab span input {
	margin-top: 0px;
}

.rcsimg_list_btn #add::before {
	color: #fff;
}


#rcsImages .shot_tit p {
	line-height: 28px;
	
}












/*발송통계*/
.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 input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 5px;
}

.date_tab span {
  font-size: 16px;
  line-height: 32px;
}

.check_right {
  float: right;
}

.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;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 20px;
}

.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 {
  width: calc(100% - 20px);
}

.company_info .join_text {
  position: relative;
  word-break: keep-all;
}

.company_info .join_text button {
  position: absolute;
  top: 8px;
  right: 5px;
  margin: 0;
}

.company_info .join_text .short_info {
  width: calc(100% - 130px);
  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;
}

.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;
  display: none;
}

.send_btn .ok_btn {
  background: #e20001;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  padding: 5px 40px;
}

.send_btn #save {
  padding : 5px 40px;
  border-radius : 5px;
  font-size : 16px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}

.send_btn .cancle_btn {
  background: #ddd;
  font-size: 16px;
  border-radius: 5px;
  color: #191919;
  padding: 5px 40px;
}

.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: 15px;
  right: 20px;
}

.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;
}



/* 요금안내 레이어팝업 */
/* 12/20 수정 */

.rate_information {
    width: 900px;
}

.rate_list_wrap {
    border-top: 1px solid #888;
    margin-top: 10px;
}

.rate_fail {
    font-size: 18px;
    font-family: 'S-CoreDream-4Regular';
    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;
    font-family: 'S-CoreDream-4Regular';
    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: 16px;
  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;
}

.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-bottom: 20px;
}

.tem_pro:first-child .four_btn>span {
  width: calc(100% - 4px);
}

.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 .four_btn>span>button:hover {
  background: #ddd;
}

.tem_pro span>strong {
  color: #e20001;
}

.tem_tem .four_btn>span:last-child {
  width: calc(75% - 4px);
}

.tem_con>div>span {
  width: calc(100% - 4px);
}

.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: 760px;
}

.tem_btn .four_btn {
  margin-bottom: 5px;
  width: 100%;
}

.tem_btn .four_btn>span {
  vertical-align: top;
  font-size: 15px;
  word-break: keep-all;
  text-align: center;
}

.tem_btn .four_btn>span:nth-child(1) {
  width: calc(10% - 22px);
}

.tem_btn .four_btn>span:nth-child(2) {
  width: 15%;
}

.tem_btn .four_btn>span:nth-child(3) {
  width: 15%;
}

.tem_btn .four_btn>span:nth-child(4) {
  width: 25%;
}

.tem_btn .four_btn>span:nth-child(5) {
  width: 25%;
}

.tem_btn .four_btn>span:nth-child(6) {
  width: 10%;
}

.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 {
  margin-top: 5px;
}

.token_select span {
  border: 1px solid #ddd;
  padding: 5px 0px 5px 0px;
  box-sizing: border-box;
  font-size: 14px;
}

.token_select span>select {
  width: calc(100% - 22px);
}

.token_select .down_icon {
  top: 12px;
}

.company_info .join_tab .btn_text span>input {
  width: calc(100% - 142px);
  min-width: 0 !important;
}

.comment_box {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.comment_box .tem_con {
  width: calc(50% - 20px);
  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_phone {
  background: #aac8dc !important;
}

.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: 420px;
  padding: 10px
}

.kakao_text .view_wrap {
  width: calc(100% - 10px);
  height: calc(100% - 36px);
  background: none;
  border: none;
}

.kakao_sel {
  margin-bottom: 20px!important;
}

.kakao_line {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.fail_message {
  display: none;
}

.red_text {
  color: #e20001;
  font-weight: bold;
}

/*페이징*/
.add_listnum {
  text-align: center;
  font-size: 16px;
  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 {
  width: 800px;
  background: #fff;
  padding: 20px;
  display: none;
}

.msg20_popup .add_wrap {
  font-size:14px!important;
  margin-top: 20px;
}

.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%;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  float: none;
}

.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: 260px;
}

.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;
}

/* RCS 20건 수동발송*/
.rcs_msg20_popup {
  width: 1000px;
}

/* 프로필키 버튼 */

.profile_key_button {
  padding: 0 20px;
  background: #444;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 14px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profile_key_button::before {
  content: '';
  background: url(../../../images/web/kakao_chanel.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;
    font-family: 'S-CoreDream-4Regular';
    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%;
}

.alim_cont_text {   
    margin: 20px;
    border-radius: 8px;
}

.alim_cont_text > ul {
    /* padding-left: 40px;
    padding-top: 40px; */
    padding: 30px;
    background: #fff;
    /* height: 100%; */
    height: 480px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #c3c3c3;
}

.alim_cont_text > ul > li {
    padding-bottom: 20px;
}

.alim_cont_text ul h3 {
    font-size: 24px;
    padding-bottom: 20px;
    font-family: 'S-CoreDream-5Medium';
    color: #000;
}

.alim_cont_text ul .alim_ctex1 {
    font-size: 18px;
    font-family: 'S-CoreDream-5Medium';
    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;
    font-family: 'S-CoreDream-6Bold';
}

.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;
    font-family: 'S-CoreDream-4Regular';
    color: #888;
    margin-top: 10px;
}

.skill_warps_text .sk_tx3 {
    font-size: 18px;
    font-family: 'S-CoreDream-4Regular';
    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 10px;
    max-width: 1160px;
}

.introduce_cont > div {
    margin-bottom: 100px;
}

.int_first_cont1 {
    background: url(../../../images/web/introduce/int-main.png?2.003)no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
}

.int_first_cont1 ul {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    height: 80%;
    width: 50%;
}

.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;
    font-family: 'S-CoreDream-4Regular';
}

/* 백그라운드 공통 */
.int_background_cont {
    background-size: conctain;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

/* 백그라운드 이미지 1 */
.int_first_cont2 {
    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-1.jpg?2.003) no-repeat;
}

/* 백그라운드 이미지 2 */
.int_first_cont3 {
    background: linear-gradient(to left, 
    rgba(255, 255, 255, 0) 25%, 
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 1) 100%),
    url(../../../images/web/introduce/int-2.jpg?2.003) no-repeat;
    background-position: right;
}

/* 백그라운드 이미지 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_cont_text {
    width: 800px;
    margin: 0 auto 100px auto;
    font-size: 30px;
    line-height: 50px;
    font-family: 'S-CoreDream-4Regular';
}

.int_cout_tex1 {
    text-align: right;
}

.int_cout_tex2 {
    text-align: left;
}

.int_cont_text b {
    color: #e20001;
}


/* 원샷은 약 2,500여개 */

.introduce_footer {
    width: 100%;
    height: 800px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../../images/web/introduce/int-footer.jpg?2.003) center no-repeat;
    background-size: cover;
}

.introduce_foo_cont {
    max-width: 1160px;
    margin: 0 auto;
    padding: 60px 0;
}

.int_footer_title {
    color: #fff;
    text-align: center;
}

.int_footer_title h3 {
    font-size: 44px;
    font-family: 'S-CoreDream-6Bold';
    margin-bottom: 20px;
}

.int_footer_title p {
    font-size: 24px;
    font-family: 'S-CoreDream-3Light';
    
}

/* sms서비스 제공 아이콘 */

.int_sms_service {
    margin: 60px 0;
}

.int_sms_cont ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.int_sms_cont ul li {
    float: left;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    width: 16%;
}

.int_sms_cont .int_sms_icon {
    padding: 20px 10px;
    width: 95%;
    height: 230px;
    display: inline-block;
    border: 1px solid rgba(106, 106, 106, 0.4);
    transition: 0.5s;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.22);
}

.int_sms_cont .int_sms_icon img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.in_icons_all {
    height: 80px;
    position: relative;
}

.in_sms_hover {
    opacity: 0;
}

.int_sms_cont .int_sms_icon:hover .in_sms_on {
    opacity: 0;
}
.int_sms_cont .int_sms_icon:hover .in_sms_hover {
    opacity: 1;
}

.int_sms_cont .int_sms_icon:hover {
    background: #5f7ea3;
}

.int_sms_cont .int_sms_icon .sms_icon_text {
    margin-top: 15px;
    font-family: 'S-CoreDream-3Light';
    font-size: 16px;
    line-height: 24px;
    
    word-break: keep-all;
    color: #dbdbdb;
}

.int_sms_cont .int_sms_icon .sms_icon_text .sms_ic_title {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'S-CoreDream-5Medium';
    color: #fff;
}

.int_footer_subtitle {
    font-size: 20px;
    color: #dbdbdb;
    font-family: 'S-CoreDream-3Light';
    line-height: 34px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

/* 소개페이지 컨텐츠 종료 */



/* 메시지 말풍선 */

.text_box_bubblecont {
    position: relative;
}

.message_bubble_text {
    z-index: 99;
    position: absolute;
    background: rgba(0, 0, 0, 0.66);
    border-radius: 20px;
    width: 200px;
    padding: 10px 20px;
    margin: 1em 0;
    color: #ffffff;
    font-size: 14px;
    right: -10px;
    top: -73px;
    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 */
/* 미납요금 */

.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;
}



@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;
    }

}


/* build swiper css 시작 */
   .build_contents .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .build_contents .swiper-wrapper {
      height:245px;
    }
    .build_contents .gallery-thumbs .swiper-wrapper {
      height: 416px;
    }
    .build_contents .gallery-thumbs .swiper-slide {
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;    
    }
    .build_contents .gallery-thumbs .swiper-slide-active {
      background-position: bottom;
      transition: background-position 5s;
      transition-delay: 1s;
    }
    .build_contents .gallery-top {
      height: 380px;
      width: 100%;
      margin-top: 150px;
    }
    .build_contents .gallery-thumbs .swiper-slide {
      height: 100%;
    }
    .build_contents .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    .build_contents .thumb_bg {
      max-width: 788px;
      width: calc(88% - 43px);
      max-height: 680px;
      margin: 0 auto;
      padding: 30px 27px 235px;
      position: relative;
      background: url(/resources/images/web/img_slide_pc.png?2.003)no-repeat;
      background-size: contain;
      box-sizing: border-box;
      margin-top: -500px;      
      pointer-events: none;
      z-index: 9;
    }
    .build_contents .swiper-slide {
      box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 10%);
      background-repeat: no-repeat;
	}

/* build swiper css 종료 */

/* 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;
}


/* 알림톡&친구톡 잔여 수량 */

.quantity_cell {
  display: flex;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 20px;
  transition: all 0.4s;
  transform: translate(0, -50%);
}

.quantity_cell .quantity_cell_title {
  font-family: 'S-CoreDream-6Bold';
  background: #e9edf4;
  padding: 10px 20px;
  border-radius: 10px 0  0 10px;
}

.quantity_cell .quantity_cell_number {
  padding: 10px 40px;
  background: #f5f5f5;
  border-radius: 0 10px 10px 0;
}

.quantity_cell .quantity_cell_number span {
  margin-right: 30px;
}

.quantity_cell .quantity_cell_number span:last-child {
  margin-right: 0;
}

@media only screen and (max-width:1200px) {
.quantity_cell {
  transform: none;
}
}

@media only screen and (max-width:960px) {
	
.quantity_cell {
  position: static;
}

.quantity_cell .quantity_cell_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity_cell .quantity_cell_number {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}


}


@media only screen and (max-width:640px) {
	
.quantity_cell .quantity_cell_title {
  padding: 5px 10px;
}


}
/* 알림톡&친구톡 잔여 수량 영역종료 */


/* 문자보내기 셀렉트 박스 화살표 수정 */
select {  
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 11px) calc(50% + 0px), calc(100% - 6px) calc(50% + 0px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.down_icon{
	width: 0px;
	height: 0px;
}


/* 회신번호 파일에서 선택하기 */
.replynumber_select {
  font-size: 16px;
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  line-height: 30px;
}

.replynumber_check {
  margin-right: 8px;
  display: flex;
}

.replynumber_check input {
  width: 20px;
  height: 20px;
}

.replynumber_txt {
  margin-right: 20px;
}

.replynumber_sel {
  width: 15%;
  position: relative;
}

.replynumber_select .replynumber_sel > select {
  width: 100%;
  min-width: 50px;
  border: 1px solid #ddd;
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
}

.replynumber_select .down_icon {
  top: 8px;
}

