




@charset "utf-8";

/*슬라이더상자에 포커스발생시 점선테두리 생기는걸 막아줌*/
@media only screen and (max-width:1500px) {
  .quick_wrap {
    display: none;
  }

  .m_quick_wrap {
    display: block;
  }
  
}

@media only screen and (max-width:1200px) {
  header {
    width: 100%;
  }

  section {
    width: 100%;
  }

  footer {
    width: 100%;
  }

  .main_wrap>div {
    width: calc(100% - 20px);
  }

  .sub_warp>div {
    width: calc(100% - 20px);
  }	

  .main_slider .slider_wrap {
    width: 100%;
    overflow: hidden;
  }

  .top_wrap {
    max-width: 100%;
  }

  .shot_wrap {
    width: calc(100% - 20px);
  }

  .sub_tab_wrap ul {
    width: 100%;
  }

  .message_wrap {
    width: calc(100% - 20px);
  }

  .footer_wrap {
    width: calc(100% - 20px);
  }

  .main_slider .bx-prev {
    left: 10px;
  }

  .main_slider .bx-next {
    right: 10px;
  }

  .main_slider .bx-pager {
    left: auto;
    right: 20px;
  }


  /* 모바일 퀵메뉴 */
  /* 2022-12-22 수정 */
  .m_quick_wrap .m_quick {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
  }

  .m_quick_wrap .m_quick .m_customer {
      font-size: 12px;
  }

  .m_quick_wrap .m_quick .m_customer .customer_num {
      font-size: 14px;
      margin-right: 5px;
  }

  .m_quick_wrap .m_quick .m_quickmenu {
      font-size: 12px;
  }
  /* 모바일 퀵메뉴 종료 */


  .gift_wrap {
    width: calc(100% - 20px);
  }

  .contents_wrap .link_box {
    padding: 0 20px 20px;
  }

  .link_box .box_text {
    margin-top: 20px;
  }

  .sub_box {
    width: 100%;
    margin-top: 20px;
  }

  .sub_box_full {
    margin-left: 0;
  }

  .send_btn.send_btn_center {
	width: auto;
	float: none;
  }

  .function_pop>div {
    width: calc(64% - 47px);
  }

  .function_pop>div {
    top: 95px;
  }

  .function_pop .save_box {
    top: 225px;
  }

  .shotimg_wrap>div {
    width: 100%;
  }

  .charge_select>div {
    width: calc(50% - 20px);
  }

  .charge_select>div:last-child {
    margin-right: 0;
  }

  .kakao_rbox {
    height: 425px;
    transition: 0.5s;
  }

  .step_rbox {
    height: 260px;
    transition: 0.5s;
  }

  .company_iconwrap .contents_wrap ul li {
    width: 33%;
    display: inline-block;
  }

  .add_listnum {
    width: 100%;
    position: static;
    left: auto;
    transform: none;
    margin-top: 20px;
    margin-bottom:20px;
  }
  
  
  /* 소개페이지 컨텐츠 1200 */

.int_sms_cont ul li {
    width: 33%;
    display: inline-block;
}

/* 소개페이지 컨텐츠 종료*/



/* 기능소개 컨텐츠 1200 */

.skill_warps_text {
    padding: 40px;
}

.skill_warps_text .sk_tx1 {
    font-size: 24px;
}

.skill_warps_text .sk_tx2 {
    font-size: 18px;
}

.skill_warps_text .sk_tx3 {
    font-size: 16px;
}

.skill_warps_text .sk_tx4 button {
    font-size: 16px;
}
/* 기능소개 컨텐츠 종료 1200 */
 
}




@media only screen and (max-width:960px) {

  .middle_wrap .main_event {
    width: 100% !important;
    display: block;
    margin: 30px auto 0;
    height: 100%;
  }

  .top_wrap {
    overflow-x: hidden;
  }

  .momenu_sub {
  	height: 100%;
  }

  .top_wrap .login_wrap {
    display: none;
    transition: 0.5s;
  }

  .m_customer {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .service_box>ul>li {
    width: 50%;
    height: 300px;
    transition: all 0.5s;
  }

  .sub_tab_wrap {
    display: none;
  }

  .contents_wrap ul {
    display: inline-block;
    width: 100%;
  }

  .contents_wrap ul li {
    width: 50%;
    transition: all 0.5s;
    display: inline-block;
    height: auto;
  }

  .service_box .service_contents {
    width: 100% !important;
  }

  .contents_wrap .contents_box {
    width: 95%;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
  }

  /* 모바일 퀵메뉴 */
  /* 2022-12-22 수정 */
  .m_quick_wrap {
      background: #444;
      color: #fff;
      border-top: none;
  }

  .m_quick_wrap .m_quick {
      flex-direction: column;
  }

  .m_quick_wrap .m_quick .m_customer {
      font-size: 16px;
      justify-content: center;
      margin-bottom: 20px;
  }

  .m_quick_wrap .m_quick .m_customer .customer_num {
      font-size: 18px;
      margin-right: 20px;
  }

  .m_quick_wrap .m_quick .m_quickmenu {
      font-size: 14px;
  }

  .m_quick_wrap .m_quick .m_quickmenu a {
      color: #fff;
  }

  .m_quick_wrap .m_quick .m_quickmenu div::after {
      color: #fff;
  }
  /* 모바일 퀵메뉴 종료 */

  .menu_wrap {
    display: none;
  }

  .mobile_btn {
    opacity: 1;
    transition: all 0.5s;
    z-index: 999;
    position: relative;
  }

  .top_wrap.active .mobile_btn span:first-child {
    margin-top: 24px;
    transform: rotate(45deg);
    transition: all 0.5s;
  }

  .top_wrap.active .mobile_btn span:nth-child(2) {
    margin-top: -8px;
    transform: translate(60px, 0);
    transition: all 0.5s;
  }

  .top_wrap.active .mobile_btn span:last-child {
    margin-top: 0px;
    transform: rotate(-45deg);
    transition: all 0.5s;
  }

  .shot_wrap {
    margin-top: 65px;
  }

  .company_wrap>div {
    width: 100% !important;
  }

  .company_wrap>div>p {
    text-align: center;
    margin: 0 auto;
  }

  .company_wrap .com_right {
    margin-top: 30px;
  }

  .function_wrap .company_wrap>div {
    text-align: center !important;
  }

  .function_wrap .company_wrap>div:last-child {
    margin-top: 30px;
  }

  .link_box span {
    background-size: 80%;
    height: 15vw;
  }

  .link_left {
    width: 100%;
  }

  .link_right {
    width: 100%;
  }

  .link_left div ul li {
    width: 32%;
    margin-left: 2%;
  }

  .link_agent>div {
    padding: 0 10px;
  }

  .link_right .link_agent>div {
    width: 100%;
  }

  .link_table table td {
    padding: 0 20px;
  }

  .contents_wrap ul.link_step {
    width: 100%;
  }

  .contents_wrap .link_box {
    width: calc(100% - 72px) !important;
    height: 180px;
    padding: 0 10px 10px;
    margin-bottom: 0;
  }

  .contents_wrap .link_box .small_text {
    line-height: 24px;
  }

  .full_textbox {
    width: 100%;
    margin-top: 5px;
  }

  .sel_box .selbox_tit>span:first-child {
    width: 100%;
    line-height: 25px;
  }

  .dbtn_textbox {
    width: calc(100% - 226px);
  }

  .dbtn_wrap {
    margin-top: 4.5px;
  }

  .empty {
    display: none !important;
  }

  .text_box .text_wrap {
    height: 690px;
  }

  .test_btn_wrap .test_detail p {
    font-size: 14px;
  }

  .btn_textbox {
    width: calc(100% - 86px);
  }

  .function_pop>div {
    width: calc(64% - 27px);
    top: 170px;
  }

  .function_pop .save_box {
    top: 385px;
  }

  .my_box, .pic_box {
    top: 245px !important;
  }

  .test_result {
    width: calc(100% - 40px);
    height: auto;
  }

  .add_popup, .msg20_popup {
    width: calc(100vw - 40px);
    height: auto;
  }

  .sel_box .selbox_tit {
    margin-bottom: 15px;
  }

  .drop_btn {
    margin-left: 0;
  }

  .member_wrap {
    padding-top: 15px;
  }

  .add_search_wrap {
    width: 100%;
    margin-top: 10px;
  }

 .add_group_searchw {
 	/* width: inherit; */
 	margin-left: 20px;
 }

  .rcs_list_btn {
  	width: 100%;
  }


  .kakao_search {
    margin-top: 10px;
  }

  .rcs_search {
	width: 30%;
  }

  .search_wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .sel_search .search_wrap {
    width: calc(100% - 68px);
  }

  .reserve_detail .search_wrap {
    margin-bottom: 0;
  }

  .gift_box .add_search_wrap {
    float: none;
  }

  .gift_box .search_wrap {
    width: 100%;
  }

  .gift_search_wrap .search_wrap {
    width: calc(100% - 125px);
  }

  .send_detail {
    width: calc(100% - 40px);
    height: auto;
    left: 0 !important;
  }

  .group_detail, .add_file, .block_file {
    height: auto !important;
    left: 0 !important;
  }

  .group_detail .add_select {
    margin-top: 10px;
  }

  .gift_wrap .add_search_wrap {
    margin: 0;
    width: calc(100% - 290px);
  }

  .gift_wrap .add_search_wrap .search_wrap {
    width: 100%;
  }

  .send_detail .send_list_table .add_search_wrap {
    margin: 0;
    width: auto;
  }

  .event_slide ul li>div {
    max-width: 415px;
    max-height: 100%;
  }

  .table_wrap table {
    width: 930px;
  }

  .kakao_wrap .contents_wrap ul {
    justify-content: space-between;
  }

  .detail_text {
    margin-top: 40px !important;
  }

  .kakao_rbox {
    height: 450px;
    transition: 0.5s;
  }

  .step_rbox {
    height: 260px;
    transition: 0.5s;
  }

  .kakao_search .search_wrap {
    width: 100%;
  }

  .tem_btn>div {
    width: 100%;
  }
  
  .tem_btn2>div { /* 2022-04 */
    width: 100%;
  }  

  .comment_box .inquiry_btn {
    width: calc(100% - 4px);
    margin-right: 14px;
  }

  .text_box .kakao_phone {
    height: 690px;
  }

  .kakao_text {
    height: 585px;
  }

  .popup_sel {
    position: inherit;
  }

  .return_pop table {
    width: 100%;
  }

  .cover_table {
    overflow-x: scroll;
  }

  .cover_table::-webkit-scrollbar {
    display: none;
  }

  .sel_search {
    width: calc(100% - 80px);
    margin: 0;
  }

  .sel_box {
    margin-left: 20px;
    width: calc(64% - 25px);
  }


  .tab_file {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .tab_file .selbox_tit {
    width: 100%;
  }

  .tab_file .selbox_detail {
    position: absolute;
    top:0;
    left: auto;
    right: 0;
  }

  .sheet_sel {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .sheet_sel span>span {
    width: calc(20% - 5px);
    display: inline-block;
  }


  /* 회신번호 파일에서 선택하기 */
  
  .replynumber_txt {
  	width: 45%;
  }
  
  .replynumber_sel {
  	width: 100%;
  }


  .add_file .selbox_tit {
    display: inherit;
  }

  .send_detail .sel_search .grey_rbtn {
    float: right;
  }

  .msg20_popup .table_wrap table {
    width: auto;
  }


   /* 내문자함 */
  
  .msg_after_date {
    justify-content: right;
  }
  
  .msgdatebox {
  	font-size: 13px;
  }
  
  .faverite_btn {
    margin-left: 0;
    display:block;
  }


  /* 요금안내 레이어팝업 */

	.rate_information {
	 width: calc(100% - 40px);
	}
	
	.rate_fail {
	  font-size: 16px;
	}
	
	.rate_munja_text {
	  width: 100%;
	}
	
	.rate_kakao .rate_munja_imbg {
	  padding: 10px;
	}

  /* 요금안내 레이어팝업 종료 */


 

/* 기능소개 컨텐츠 1200 */

.skill_warps_text .sk_tx3 {
    line-height: 22px;
}

/* 기능소개 컨텐츠 종료 1200 */


/* 소개페이지 컨텐츠 960 */
.int_first_cont1 {
    height: 500px;
    background-position: 50% 0px;
}

.int_sms_cont ul {
    display: inline-block;
    width: 100%;
}

.int_sms_cont ul li {
    margin-top: 20px;
    transition: all 0.5s;
    display: inline-block;
    height: auto;
}

.int_first_cont1 .first_co_logo img {
    width: 200px;
}

.int_first_cont1 .first_co_text {
    font-size: 18px;
    word-break: break-all;
}

.int_first_img {
    width: 50%;
}

.int_cont_text {
    font-size: 22px;
    line-height: 38px;
    width: 80%;
}

.introduce_footer {
    height: 100%;
}

.introduce_foo_cont p {
    font-size: 18px;
}

.int_footer_subtitle {
    font-size: 18px;
    line-height: 30px;
}

.introduce_foo_cont {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: inherit;
}

/* 소개페이지 컨텐츠 종료 */


/* 알림톡 가이드 960 */
.alimtok_prent ul {
    width: 100%;
}

.alimtok_prent ul li {
    font-size: inherit;
}

.alimtok_cont1 {
    display: block;
}

.alimtok_cont1>div {
    width: 100%;
}

.alim_cont_text {
    margin: 0;
}
/* 알림톡 가이드 960 종료 */



}



@media only screen and (max-width:800px) {
  .kakao_wrap .contents_wrap .kakao_advan {
    display: block;
  }

  .kakao_advan li {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .kakao_rbox {
    height: auto;
    transition: 0.5s;
  }

  .kakao_rbox .detail_text {
    text-align: center;
  }

  .kakao_step {
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
  }

  .step_rbox {
    margin-top: 10px;
    padding-top: 20px;
  }

  .kakao_wrap .contents_wrap .kakao_allstep:last-child {
    margin-top: 0;
  }

  .step_btn {
    position: static;
    left: auto;
    transform: translate(0);
    margin-top: 20px;
  }

  .tem_btn>div {
    overflow-x: auto;
  }

  .tem_btn2>div {
    overflow-x: auto;
  }
  
  .five_btn>span {
    transition: 0.5s;
    margin-bottom: 5px;
  }
  
   /* 내문자함 */
   .msgdatebox {
    font-size: 12px;
	}
  
  
  /* 주소록 불러오기 - 목록확인 */
  
  .addret-width-800 {
  	min-width: 800px;
  }
  
  .addretcont-width-800 {
  	min-width: 800px;
  }
  

}


@media only screen and (max-width:760px) {
	
	/* 신용카드 결제안내 시작 */
	.card_cell_wr ul {
		width: 100%;
	}
	
	.card_cell_wr ul li {
		padding: 10px 0;
		font-size: 10px;
	}
	
	.card_cell_wr ul.cr_cell_tit li {
		font-size: 10px;
	}
	/* 신용카드 결제안내 종료 */
	
	
	
  /* 메인 이미지 시작 */

  .point-text ul li {
    width: 100%;
  }

  .main_slider .slider_text {
    padding: 10%;
  }

  /* 메인슬라이드 버튼 */
  .bx-controls-direction {
    display: none;
  }

  /* 메인 이미지 종료 */	
	
	
  .contents_wrap .link_box {
    width: calc(100% - 4px) !important;
    height: 180px;
  }

  .contents_wrap .link_box::after {
    content: '';
    right: -28px;
    top: 25px;
  }

  .text_box {
    width: 100%;
  }

  .sel_box {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .test_btn_wrap .test_detail {
    display: none;
  }

  .receive {
    margin-top: 0;
  }

  .receive .sub_tit {
    display: none;
  }

  .text_box .text_wrap {
    height: 60vh;
  }

  .sub_tit {
    width: 100%;
    margin-bottom: 20px;
  }

  .sub_box {
    margin-top: 0;
  }

  .function_pop>div {
    top: calc(60vh + 140px);
    width: calc(100% - 20px);
    right: auto;
  }

  .function_pop .save_box {
    top: calc(60vh + 160px);
  }

  .my_box, .pic_box {
    top: calc(60vh + 140px) !important;
  }

  .url_wrap>div {
    width: 100%;
  }

  .url_wrap>div:first-child {
    margin-bottom: 10px;
  }

  .shotimg_half {
    display: block;
  }

  .shotimg_half>div {
    width: 100% !important;
  }

  .shotimg_half .shot_text p {
    margin-left: -240px;
    text-align: center;
  }

  .shotimg_half .shot_text .shot_big {
    left: 45%;
  }

  .date_check .term {
    margin-left: 0;
  }

  .check_right>span {
    margin-top: 0px;
  }

  .add_agency {
    left: auto;
    position: inherit;
  }

  .charge_box {
    width: 100%;
  }

  .charge_box:last-child {
    margin-top: 20px;
  }

  .charge_select span {
    width: 100%;
  }

  .charge_select span select, .charge_select span input {
    width: 100%;
  }

  .user_info .info_price {
    display: block;
    margin-left: 0;
  }

  .user_info div {
  	font-size: 14px;
  }

  .user_info .info_price span:first-child {
    margin-left: 0;
  }

  .m_sel .sel_radio {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .join_tab {
    margin-bottom: 10px;
    border-top: 1px solid #888;
    border-bottom: none;
  }

  .join_tab .join_tit {
    width: 100%;
    display: block;
  }

  .join_tab .join_text {
    width: 100%;
    display: block;
    padding: 5px 0;
  }

  .join_tab .join_text span>input {
    width: calc(100% - 114px);
    min-width: 0;
  }

  .service_popup {
    height: auto;
  }

  .company_info .join_tab .join_text span {
    margin-left: 0;
  }

  .company_info .join_tab .join_text span>input {
    width: 100%;
  }

  .reply_regi .company_info .join_tab:first-child .join_text span>input {
    width: calc(100% - 80px);
  }

  .sms_service .join_tab .join_text span {
    margin-left: 0;
  }

  .sms_service .join_tab .join_text span>input {
    width: 100%;
  }

  .join_height {
    line-height: normal !important;
  }

  .company_info .join_text .short_info {
    width: calc(100% - 110px)!important;
  }

  .company_info .join_text button {
    top: 5px;
    right: 0px;
  }

  .join_text span.move_select {
    width: 100%;
  }

  .join_text .down_icon {
    top: 13px;
    right: 5px;
  }

  .join_text textarea {
    width: 100%;
  }

  .order_wrap {
    height: 100vh;
    overflow-y: auto;
  }

  .kakao_wrap .contents_wrap ul {
    width: 100%;
  }

  .kakao_box {
    width: 140px;
    height: 140px;
    padding: 20px 10px;
    transition: all 0.5s;
  }

  .comment_box .tem_con {
    width: 100%;
  }

  .send_num ul {
    display: block;
  }

  .send_num ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .send_num ul li>div {
    margin-left: 0;
  }

  .kakao_text {
    height: calc(60vh - 105px);
  }

  .send_revise .join_text>div {
    width: 100%;
  }

  .send_revise .add_select span select {
    width: calc(100% - 2px);
  }

  .send_revise .four_btn .reserv_time {
    width: calc(30% - 5px);
  }

  .add_modify .four_btn .reserv_time {
    width: calc(50% - 3px);
    margin-top: 5px;
  }

  .reply_popup {
    width: calc(100% - 20px);
    height: auto;
    box-sizing: border-box;
  }

  .reply_regi .company_info .join_text button {
    top: 8px;
    right: 0;
  }

  .msg_popup {
    height: auto;
  }

  .msg_popup .join_text {
    text-align: center;
  }

  .join_tab .join_text .join_btn {
    width: calc(100% - 100px);
    display: inline-block;
  }

  .join_tab .join_text span {
    width: 100%;
    margin-left: 0 !important;
  }

  .join_tab .join_text span>input {
    width: 100%;
  }

  .add_modify, .group_add, .move_number, .copy_number, .add_number, .modify_number, .add_groupnum {
    width: calc(100% - 40px);
    height: auto;
  }

  .token_select span>select {
    width: calc(100% - 2px);
  }

  .token_select .down_icon {
    top: 9px;
  }

  .company_info .join_tab .btn_text span>input {
    width: calc(100% - 115px);
  }

  .tab_file {
    margin-top: 0;
  }

  .selbox_wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .five_btn {
    flex-wrap: wrap;
  }

  .five_btn>span select {
    min-width: 120px;
  }

  .add_file .five_btn>span select {
    min-width: 50px;
  }

  .event_wrap .gift_img {
    height: 70vw;
    max-height: 520px;
  }

  .goods_wrap .gift_goods {
    width: calc(50% - 14px);
  }

  .goods_wrap .gift_goods:nth-child(4n) {
    margin-right: 20px;
  }

  .goods_wrap .gift_goods:nth-child(2n) {
    margin-right: 0px;
  }

  .msg20_popup .popadd_tab>div {
    width: 100%;
    display: block;
  }

  .send_detail .send_btn, .reply_popup .send_btn {
    margin-top: 10px;
  }  
  
  #join .short_info {
    width: calc(100% - 80px);
  }

  #join .pink_rbtn, #join .grey_rbtn {
    margin: 0;
  }

   /* 모바일 퀵메뉴 */
   .m_quick_wrap .m_quick .m_customer {
       flex-direction: column;
   }

   .m_quick_wrap .m_quick .m_customer .customer_num {
       margin-right: 0;
       margin-bottom: 20px;
   }

   .m_quick_wrap .m_quick .m_quickmenu {
       font-size: 12px;
   }
   /* 모바일 퀵메뉴 종료 */


	/* 내문자함 */
	
	.faverite_btn {
	    margin-left: 5px;
	   	display: inline-block;
	}

	.msg_after_date {
	    justify-content: center;
	}



	/* rcs 내문자함 버튼 */
	
	
	.mymsg_boxx_wrap .msgbtn_option {
		padding: 0;
		flex: 1;
		text-align: center;
		font-size: 10px;
	}


	/* 요금안내 레이어팝업 */
	/* 06/14 작업*/

	.rate_munja>ul {
	    display: block;
	}
	
	
	.rate_fail>ul {
	    display: block;
	}
	
	.rate_munja_text {
	    width: 100%;
	}
	
	.rate_munja_imbg {
	    padding: 30px;
	}
	
	.rate_munja_imbg img {
	    width: 100%;
	}
	
	.rate_kakao>ul>li {
	    display: flex;
	}
	
	.rate_munja_text2 {
	    width: 100%;
	}
	
	.rate_kakao .rate_munja_imbg {
	    padding: 20px;
	}
	
	.rate_price_las .price_las_fir {
	    font-size: 16px;
	}

	/* 요금안내 레이어팝업 종료 */
	
	
	
	/* 06.15 추가*/
	/* 카카오알림톡 모바일 가이드 시작*/
	
	.alimtok_guide {
	    font-size: 14px;
	}
	
	.alimtok_prent ul {
	    width: 100%;
	}
	
	.alimtok_prent ul li {
	    font-size: 10px;
	    padding: 4px;
	}
	
	.alimtok_prent ul p {
    font-size: 8px;
    margin: 0 4px;
	}
	
	.alim_cont_text > ul {
	    padding: 20px 20px;
	    height: 100%;
	}
	
	.alim_cont_text ul h3 {
	    font-size: 18px;
	}
	
	.alim_cont_text ul .alim_ctex1 {
	    font-size: 16px;
	}
	
	.alim_cont_text ul .alim_sub_tex h4 {
	    font-size: 16px;
	}
	
	.alim_sub_tex .alim_small_tex {
	    font-size: 12px;
	    padding-top: 10px;
	}
	
	.alimtok_cont1 {
	    margin: 50px 0;
	}
	
	.profile_key_button {
	    margin-left: 0;
	} 
	
	/* 카카오알림톡 가이드 종료 */
	


/* 기능소개 컨텐츠 1200 */

.skill_warps {
    margin-top: 20px;
}

.skill_warps_img {
    background-size: contain;
    height: 100%;
}



.skill_warps_text {
    width: 100%;
    top:200px;
    right: 0;
    padding: 20px;
}

.skill_warps_text .sk_tx1 {
    font-size: 20px;
}

.skill_warps_text .sk_tx2 {
    font-size: 16px;
}

.skill_warps_text .sk_tx3 {
    font-size: 14px;
    line-height: 20px;
}

.skill_warps_text .sk_tx3 {
    margin: 20px 0;
}

.skill_warps_text .sk_tx4 button {
    font-size: 14px;
}

.skill_warps_text .sk_tx4 {
    margin: 20px 0;
}

/* 기능소개 컨텐츠 종료 1200 */


.rcs_list_btn {
	display: block;
}

.rcs_list_btn > div {
	margin-bottom: 10px;
}

.rcs_search {
	width: 100%;
}

.rcstoken_select {
	width: 75%;
}	

.brand_idcont .join_tit {
	width: 25%;
}
	
.rcstoken_select .down_icon {
	right: 15px !important;
}	
	
	
}



@media only screen and (max-width:640px) {
	
  /* 메인이미지 시작 */

  .point-text ul li {
      width: 100% !important;
  }

  /* 메인이미지 종료 */  
	
  .full_btn>button {
    width: calc(25% - 3.2px);
  }

  .full_btn button.group_send {
    width: 100%;
    margin-top: 10px;
  }

  .block_search_wrap {
    width: 100%;
    margin-top: 10px;
  }

  .block_search_wrap .search_wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .block_search_wrap .add_select {
    float: right;
  }

  .kakao_wrap .contents_wrap ul {
    display: inline-block;
    justify-content: center;
  }

  .kakao_wrap .contents_wrap ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .kakao_box {
    display: inline-block;
    text-align: center;
  }

  .phone_kakao img {
    width: 90%;
  }

  .notice_detail .detail_wrap .detail_box p {
    display: block;
    margin-left: 0;
  }

  .oneto_btn {
    margin-left: 0;
  }

  .oneto_btn button {
    margin-left: 0;
    margin-right: 5px;
  }

  .oneto_detail .detail_wrap .detail_contents {
    margin-top: 110px;
  }


  /* 템플릿 관리 */


  .shot_tit p {
    line-height: 22px;
    font-size: 12px;
	word-break: break-all;
  }


  /* 20건 수동발송 소제목 */
  
  .shot_tit h1 {
  	flex-wrap: wrap;
  }

  .shot_tit h1>em {
    display: block;
    width: 100%;
    margin: 5px 0 0 10px;
  }
  
  #noticebrd .add_all_list ul li {
  	flex: 1;
  }
  
  #noticebrd .add_all_list ul li:nth-child(1) {
    flex: none;
    width: 40px!important;
  }
  
  #noticebrd .add_all_list ul li:nth-child(4) {
    flex: none;
    width: 120px!important;
  }  
  
  #noticebrd .add_all_list ul li:nth-child(3), #noticebrd .add_all_list ul li:nth-child(5) {
    display: none; 
  }
  
  /* qna 모바일 영역일 경우 넓이값 640px */
  .qna_min_width {
  	min-width: 640px;
  }
  
}


@media only screen and (max-width:550px) {
	
   .send_detail {
   	width: calc(100% - 40px) !important;
    height: auto;
    left: 0 !important;
   }
	
  /* 헤더 로고 사이즈 */
  .top_wrap .main_logo img {
    width: 120px;
    transition: all 0.5s;
  }
	
	
  /* 메인이미지 시작 */

  .main_slider {
    height: 380px;
  }
  
  .main_slider .slider_wrap {
    height: 380px;
  }

  .main_slider .slider_text .slider_t01 {
    font-size: 14px;
  }

  .main_slider .slider_text .slider_t02 {
    font-size: 22px;
  }

  .point-text {
   padding-top: 10px;
  }

  .point-text ul li {
    font-size: 12px;
  }

  .point-subtitle span img {
    width: 16px;
  }



  /* 메인이미지 종료 */
	
	
  .footer_logo, .footer_text {
    display: block !important;
    width: 100% !important;
    margin-left: 0;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }


  .middle_wrap .check_wrap .notice {
    height: 220px;
  }


  /* 푸터 영역 */
  /* 체크 */
  .m_quick_wrap {
    height: 100%;
    padding: 10px 0 20px 0;
  }

  footer {
    padding-bottom: 30px;
  }

  .footer_text .claus li {
    margin-right: 5px;
  }

  .footer_text .claus li::after {
    margin-left: 5px;
  }

  .footer_text .claus ul {
    padding: 0 10px 10px;
    overflow: hidden;
  }

  .footer_text>div:first-child {
    margin-top: 25px !important;
  }

  .com_hexa_wrap {
    background-size: 80%;
    height: 85vw;
  }

  .link_wrap .link_con>ul>li {
    width: 50%;
    margin-bottom: 20px;
  }

  .link_box span {
    background-size: 60%;
    height: 35vw;
  }

  .link_box .box_text {
    margin-top: 10px;
  }

  .link_left div ul li {
    width: 100% !important;
    margin-left: 0;
    height: auto;
    margin-bottom: 0;
  }

  .link_agent>div {
    width: 100%;
  }

  .link_right div ul li {
    width: 100%;
  }


  .box_text {
    margin-top: 0;
  }

  .service_box .link_step>li {
    height: auto;
    margin-bottom: 0;
  }

  .imo_box .pop_contents ul li, .col_box .pop_contents ul li {
    width: calc(50% - 10px);
  }

  .fileshot_box .service_contents>span {
    background-size: 90% !important;
  }

  .user_info .info_price span {
    width: calc(50% - 8px);
    display: inline-block;
    margin-left: 0 !important;
  }

  .m_sel .sel_radio:first-child {
    margin-bottom: 10px;
  }

  .popup_contents .m_sel .sel_radio:first-child {
    margin-bottom: 0;
  }

  .send_detail .add_search_wrap {
    width: 100%;
  }

  .send_detail .sel_search {
    width: calc(100% - 80px);
  }

  .gift_select {
    margin-bottom: 10px;
  }

  .gift_wrap .add_search_wrap {
    width: calc(100% - 140px);
  }

  .detail_btn {
    width: 100%;
  }
  
  .block_file .add_list_btn .trisection button {
    width: 100%;
  }

  .add_list_btn .trisection {
    width: 100%;
  }

  .add_list_btn .trisection button {
    width: calc(50% - 4px);
    margin-bottom: 5px; 
  }

  .add_list_btn .trisection .excel_icon_select {
  	width: calc(50% - 4px);
  }

  .add_wrap .add_list_btn .downbtn_full {
    width: 100%;
    margin: 10px 0;
  }

  .function_tab>div {
    width: calc(50% - 24px);
    margin-bottom: 10px;
  }

  .notice_detail .detail_wrap .detail_btn {
    float: none;
  }

  .company_iconwrap {
    margin-top: 60px !important;
  }

  .company_iconwrap .contents_wrap ul li {
    width: 50%;
  }

  .company_iconwrap .contents_wrap .kakao_box img {
    width: 60px;
  }

  .kakao_box .detail_text {
    margin-top: 5px !important;
  }

  .check_right {
    float: none;
    margin-top: 10px;
  }
  
  .tem_pro .four_btn>span {
    width: 100%;
    margin-top: 5px;
  }

  .tem_pro .dbtn_wrap {
    width: 100%;
  }
  
  .company_wrap .main_text {
    font-size: 24px;
  }
  
  .com_bg {
    padding: 50px 0;
  }
  
  
	/* 모바일 퀵메뉴 */
	.m_quick_wrap .m_quick {
	    padding-top: 30px;
	}
	
	.m_quick_wrap .m_quick .m_customer {
	    font-size: 14px;
	}
	
	.m_quick_wrap .m_quick .m_quickmenu {
	    flex-wrap: wrap;
	    justify-content: center;
	}
	
	.m_quick_wrap .m_quick .m_quickmenu div {
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	/* 모바일 퀵메뉴 종료 */  
  
  
  
/* 400,404,500 에러 페이지 */
  
      .error_404pg .er-title {
        font-size: 80px;
        padding-bottom: 20px;
    }

    .error_404pg .er-text {
        font-size: 20px;
        padding-bottom: 40px;
    }

    .error_404pg .er-line {
        border-top: 1px solid #191919;
        width: 20%;
        padding-bottom: 30px;
    }


    .error_404pg .er-juso {
        font-size: 12px;
        padding-bottom: 40px;
    }


    .error_404pg .er-home a {
        font-size: 12px;
        padding: 10px 20px;
    }
  
  
  
  
    /* 소개페이지 컨텐츠 550 */

    .int_first_cont1 {
        display: block;
        background-position: right 40% top 10%;
        background-size: cover;
        height: 440px;
    }

    .int_first_cont1 ul {
        width: 100%;
        height: 100%;
        justify-content: space-around;
    }

    .int_first_cont1 .first_co_logo img {
        width: 140px;
    }

    .int_first_cont1 .first_co_text {
        font-size: 14px;
        line-height: 24px;
        background: rgb(219 219 219 / 61%);
        padding: 10px;
    }

    .int_background_cont {
        align-items: flex-end;
		height: 300px;
    }

    .int_cout_tex1 {
        text-align: left;
    }

    .int_first_cont2 {
        background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0) 25%, 
        rgba(255, 255, 255, 1) 70%,
        rgba(255, 255, 255, 1) 100%),
        url(../../../images/web/introduce/int-1.jpg?2.003) no-repeat;
        background-position: left 20% top 20%;
    }

    .int_first_cont3 {
        background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0) 25%, 
        rgba(255, 255, 255, 1) 70%,
        rgba(255, 255, 255, 1) 100%),
        url(../../../images/web/introduce/int-2.jpg?2.003) no-repeat;
        background-position: right 10% bottom 60%;
    }

    .int_first_cont4 {
        background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 25%,
        rgba(255, 255, 255, 1) 70%,
        rgba(255, 255, 255, 1) 100%),
        url(../../../images/web/introduce/int-3.jpg?2.003) no-repeat;
        background-position: left 30% top 20%;
    }

    .int_cont_text {
        width: 90%;
        margin: 0 auto;
    }

    .int_onshot_dill h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .int_sms_service {
        margin-top: 20px;
    }

    .int_sms_cont ul li {
        width: 50%;
    }
    
    .int_sms_cont .int_sms_icon {
        height: auto;
    }

    .int_sms_cont .int_sms_icon img {
        width: 60px;
    }

    .int_sms_cont .int_sms_icon .sms_icon_text strong {
        font-size: 16px;
    }

    .int_sms_cont .int_sms_icon .sms_icon_text {
        margin-top: 5px !important;
        font-size: 12px;
    }

    .int_footer_title h3 {
        font-size: 30px;
    }

    .introduce_foo_cont p {
        font-size: 16px;
        line-height: 24px;
        width: 80%;
        margin: 0 auto;
    }

    .int_footer_subtitle {
        font-size: 16px;
        line-height: 24px;
    }

	/* 내문자함 */


	.msg_after_date {
	    justify-content: right;
	}

	.msgdatebox {
	    font-size: 10px;
	    letter-spacing: -0.05em;
	}

    /* 소개페이지 컨텐츠 550 */
  
  
  	/* 수신거부 목록페이지 버튼*/
  	
  	.add_list_soosin_btn button {
  		width: calc(30% - 4px);
  	}
  
  
  
}






@media only screen and (max-width:420px) {
  .login_box, .pw_box {
    width: calc(100% - 40px);
    height: auto;
  }

  .top_wrap.active .mologin_box {
    margin-right: 5px;
    font-size: 12px;
  }

  .myinfo_wrap>div:first-child, .myinfo_wrap>div:last-child {
    padding: 0 5px 0 0;
  }

  .check .check_list li>span {
    font-size: 16px;
    padding: 15px 8px;
  }

  .middle_wrap .check_wrap .check .service_tit>span {
    width: 240px;
  }

  .service_tit>span {
    margin-top: 20px;
  }

  .contents_wrap .contents_box>span {
    background-size: 100% !important;
    background-position: center !important;
    width: 80px;
    height: 87px;
  }

  .contents_wrap .contents_box {
    height: 180px;
  }

  .contents_wrap .contents_box .box_text {
    font-size: 15px;
    line-height: 24px;
  }

  .contents_wrap .contents_box .move_text {
    font-size: 12px;
    margin-top: 0;
  }

  .contents_wrap .contents_box .move_text::after {
    width: 6px;
      height: 6px;
      top: 12px;
  }

  .contents_wrap .contents_box>span { 
    margin-top: 10px;
  }

  .small_text {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
  }	


	/* 문자보내기 */

  .shot_wrap {
  	margin-bottom: 0;
  }

  .message_box_second {
   	padding: 20px 20px !important;
  }
   
  .footer_text>div:last-child li::after {
    content: '';
  }

  .footer_text>div:last-child li {
    float: none;
    text-align: left;
  }

  .link_table table {
    font-size: 14px;
  }

  .link_table table td {
    padding: 0 10px;
  }

  .contents_wrap .link_box::after {
    content: '';
    display: none;
  }

  .function_wrap .company_wrap>div>img {
    width: 80%;
  }

  /*
  .sel_box .selbox_tit:nth-child(8) .four_btn>span:first-child {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }

  .sel_box .selbox_tit:nth-child(8) .four_btn>span {
    width: 32%;
  }

  .sel_box .selbox_tit:nth-child(9) .four_btn>span:first-child {
    display: none;
  }

  .sel_box .selbox_tit:nth-child(9) .four_btn>span {
    width: 32%;
  }
  */

  .sel_box .selbox_tit:nth-child(7) .four_btn>span {
    /* width: 32%; */
  }

  .sel_box .selbox_tit .four_btn>span {
    width: calc(50% - 4px);
  }

  .sel_box .selbox_tit .four_btn>span:nth-child(1), .sel_box .selbox_tit .four_btn>span:nth-child(2) {
    margin-bottom: 5px;
  }

  .function_pop>div {
    top: 0 !important;
    width: calc(100% - 20px);
    height: auto !important;
    right: auto;
    z-index: 999;
    position: fixed;
  }

	/* 문자보내기 버튼 수정 */
	
	.sel_radio .grey_rbtn {
		margin: 0;
	}
	
	.dbtn_textbox {
	  width: 100%;
	}
	
	.dbtn_wrap {
		width: 100%;
		display: flex;
	}
	
	.dbtn_wrap>button {
		flex-grow: 1;
		margin-right: 5px;
		width: auto;
	}
	
	.dbtn_wrap>button:last-child {
		margin-right: 0;
	}
	
	/* 문자보내기 - 받는사람 */
	.del_btn button {
		font-size: 14px;
	}

	/* 문자테스트 버튼 */
	
	.test_btn_wrap>button:first-child {
		width: 100%;
		margin-bottom: 10px;
	}

	.test_btn_wrap .msgtest_sendwrap {
		width: 100%;
		margin-bottom: 10px;
	}

	.test_txt_rcont span {
		font-size: 12px;
		margin-bottom: 5px;
	}




 /* 내문자함 */
  
  .msg_after_date .favedate_btn {
    left: 0;
  }

  .pop_listnum {
    width: 100%;
    bottom: 10px !important;
  }

  .file_plus .file_box span {
    width: calc(100% - 57px);
    display: inline-block;
  }

  .test_btn_wrap>button {
    height: 50px;
    word-break: keep-all;
    white-space: inherit;
    width: calc(50% - 3px);
    font-size: 13px;
  }

  .test_btn_wrap>button:first-child {
  	margin-right: 0;
  }

  .fileshot_box .service_contents>span {
    width: 40%;
    height: 140px;
    margin-top: 10px;
  }

  .fileshot_box>ul>li {
    width: 100% !important;
  }

  .fileshot_box .contents_box .box_text {
    height: auto;
    margin-top: 0;
  }

  .shotimg_pre {
    padding-top: 50px;
  }

  .shotimg_half .shot_text {
    font-size: 32px;
  }

  .shotimg_half .shot_text p {
    margin-left: -180px;
  }

  .shotimg_half .shot_text .shot_big {
    font-size: 185px;
    left: 40%;
  }

  .goods_wrap .gift_goods {
    width: calc(50% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .join_divide button {
    width: 100%;
    margin-bottom: 10px;
  }

  .popup_contents .m_sel .sel_radio {
    width: 100%;
  }

  .charge_select>div {
    width: 100%;
    margin-bottom: 20px;
  }

  .charge_select>div:last-child {
	margin-bottom: 0;	
  }

  .charge_text {
	font-size: 14px;
	line-height: 1.3;
  }
	
  .charge_text p {
	margin-bottom: 10px;
  }

  .link_box .box_text>p {
    font-size: 16px;
    letter-spacing: -1px;
  }

  .date_check>span:first-child {
    display: block;
  }

  .check_right>span:first-child {
    display: inline-block;
  }

  .date_check>span:first-child {
  	font-size: 15px;
  	margin-right: 5px;
  }


  .date_check>button {
    margin: 5px 0;
  }

  .check_right>button {
    margin: 0;
  }

  .regi_num>span {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .regi_num>span>input {
    width: 100%;
    margin: 0;
  }

  .regi_num .grey_btn {
    width: 100%;
    margin-top: 5px;
    padding: 5px 0;
  }

  .comlogo img {
    width: 90%;
  }

  .company_wrap .com_box img {
    width: 95%;
  }

  .cover_table, .cover_poptable {
    display: none;
  }

  .tab_file .selbox_detail {
    display: none;
  }

  .five_btn>span {
    transition: 0.5s;
  }

  .five_btn>span select {
    min-width: 50px;
  }

  .sheet_sel span>select {
    width: auto;
  }

  .sheet_sel span>span {
    width: 70px;
  }

  /* 회신번호 파일에서 선택하기 */
  
  .replynumber_select {
	justify-content: space-between;
  }

  .replynumber_txt {
	 width: auto;
	 font-size: 15px;
  }

  .replynumber_sel {
  	width: auto;
  }

  .group_return>span {
    width: 190px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .footer_wrap {
   /*  display: none; */
  }

}

@media only screen and (max-width:360px) {
  .full_btn>button {
    width: calc(50% - 2.5px);
    margin: 5px 0;
  }
  .dbtn_textbox {
    width: 100%;
  }
}
