/* mobile.jsp */







@charset "utf-8";

/*슬라이더상자에 포커스발생시 점선테두리 생기는걸 막아줌*/
@media only screen and (max-width:1600px) {
	header.scroll_down.active {
 	   height: 380px;
	}
	header.scroll_down {
  	  height: 89px;
	}
	header {
    	background: linear-gradient(rgba(256,256,256,1) 88px, transparent 88px);
	}
	header.scroll_down.active {
    	background: linear-gradient(rgba(256,256,256,1) 88px, transparent 88px);
	}
	.top_wrap .main_logo img {
	    width: 160px;
	    height: 66px;
	}
	.top_wrap .login_wrap {
	    margin: 149px 0 0;
	}
	.scroll_down .top_wrap .login_wrap {
		margin:0;
	}
	.top_wrap .login_wrap .myinfo_wrap {
		float: left;
		margin-top: 0;
		margin-right: 10px;
	}
	.menu_wrap {
	    text-align: -webkit-right;
	}	
	#menu-d {
		top: -120px;
	}
	.menu_wrap ul {
		left: 0;
	}
	.menu_wrap>ul>li a {
	    padding: 15px 0 27px 10px;
	}
	.scroll_down .menu_wrap>ul>li a {
		padding: 0 0 15px 10px;
	}
	.top_wrap .login_wrap.mem_ok {
	    margin: 150px 0 0;
	}
	.scroll_down .top_wrap .login_wrap,.scroll_down .top_wrap .login_wrap.mem_ok {
    	margin: 135px 0 10px;
	}
}
@media only screen and (max-width:1500px) {
	.middle_wrap {
		margin-bottom: -62px;
	}
	.m_quickmenu div {
		font-size: 14px;
	}

}

@media only screen and (max-width:1400px) {
	.connect_service > div {
		padding-right: 70px !important;
		box-sizing: border-box;
	}
	/*
	.fileshot_cont>div {
        padding-right: 70px !important;
        box-sizing: border-box;
    }
    */
}

@media only screen and (max-width:1220px) {

	.date_tab_wrap {
	    display: block;
	    margin-bottom: 10px;
	}
	
}

@media only screen and (max-width:1200px) {
  section {
    width: 100%;
  }

  footer {
    width: 100%;
  }

  .main_wrap>div {
    width: calc(100% - 20px);
  }

  .sub_warp>div {
    width: calc(100% - 20px);
  }	

  .top_wrap {
    max-width: 100%;
  }

  .footer_wrap {
    width: calc(100% - 40px);
    gap: 20px;
  }

  .main_slider .bx-prev {
    left: 10px;
  }

  .main_slider .bx-next {
    right: 10px;
  }

  .main_slider .bx-pager {
    left: auto;
    right: 20px;
  }

  .m_quick {
    width: 100%;
  }

  .gift_wrap {
    width: calc(100% - 20px);
  }

  .contents_wrap .link_box {
    padding: 0 20px 20px;
  }

  .link_box .box_text {
    margin-top: 20px;
  }

  .sub_box_full {
    margin-left: 0;
  }

	.connect_wrap .link_contents>ul>li {
	  width: calc(100% / 4 - 20px);
	}
	

  .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;
  }
  
  /* 소개페이지 컨텐츠 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 */
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	/* 문자연동서비스 1200 고연우 */

	.link_con ul{
	  	justify-content: center;
	  	flex-wrap: wrap;
	 	gap: 20px;
	}

	.link_wrap .link_con>ul>li {
		  width: calc(100% / 4 - 20px);
	}

	/* 문자연동서비스 종료 1200 고연우 */
	
	
	/* 파일샷 보내기 시작 1200 고연우 */
	

    .fileshot_title p {
        font-size: 36px;
    }

	
	/* 파일샷 보내기 종료 1200 고연우 */
	  
	.m_customer .customer_num {
	    font-size: 14px;
   		color: #ff6c00;
	}
	  
	.customer_time {
	    font-size: 14px;
	}
	
	.m_quickmenu div {
		font-size: 12px;
	}

	#altalkSend .message_wrap .last_box,
	#frtalkSend .message_wrap .last_box,
	#rcsSend .message_wrap .last_box {
	    width: calc(100% - 350px);	
	}
  .copyright {
    width: calc(100% - 40px);
    padding-left: 178px;
  }
}

@media only screen and (max-width:1100px) {
  header {
    height: 90px;
  }
  .top_wrap .main_logo {
    top: 132px;
  }  
  .quick_wrap {
    display: none;
  }
  .menu_wrap {
    display: none;
  }
  
  .scroll_down .top_wrap .login_wrap {
    margin: 0 !important;
  }
  
  .top_wrap .vue-wrapper {
    display: block;
  }
  .mologin_box {
    text-align: left;
    position: absolute;
    bottom: 20px;
  }
  .top_wrap .login_wrap {
    margin: 20px 0 0 !important;
    padding-left: 20px;
  }
  .top_wrap .login_wrap .myinfo_wrap {
    float: none;
  }
  .top_wrap .login_wrap .myinfo_wrap div {
  	display:block;
  }
  .top_wrap > .login_wrap {
    display: none;
    transition: 0.5s;
  }
  .mobile_btn {
    top: 45px;
    opacity: 1;
    transition: all 0.5s;
    z-index: 999999;
    position: relative;
  }
  
  .top_end.scroll_up .mobile_btn {
    top: 40px;
  }
  
  .main_slider .slider_wrap {
  	width:90%;
  }
  .top_wrap.active .mobile_btn span:first-child {
  	width: 40px;
    margin-top: 24px;
    transform: rotate(45deg);
    transition: all 0.5s;
  }

  .top_wrap.active .mobile_btn span:nth-child(2) {
    margin-top: -8px;
    transform: translate(20px, 0);
    opacity: 0;
    transition: all 0.5s;
  }

  .top_wrap.active .mobile_btn span:last-child {
    margin-top: 0px;
    transform: rotate(-45deg);
    transition: all 0.5s;
  }
  
	.build_pricing .pricing_cont > ul > li {
		width: 30%;
	}
    
	.m_quick_wrap {
		display: block;
	}
	.message_wrap {
		width: calc(100% - 20px);
		padding: 0;
	}
	.shot_wrap {
		padding: 0 20px;
	}
	.shot_tit p {
	    padding: 0 20px 0 34px;
	}
	.introduce_cont {
		padding: 0 40px;
	}
		.link_agent_api_wrap {
	    padding-right: 0;
	}
	.connect_service > div {
		padding-right: 0 !important;
	}
	fileshot_cont>div {
       padding-right: 0 !important;
    }
    
    .fileshot_example, .fileshot_feature{
    padding-right: 0 !important;
    }
    .footer_wrap {
      margin-bottom: 20px;
    }
    .footer_wrap .footer_logo img:nth-child(2) {
      width: 80px !important;
      height: 80px !important;
      margin-bottom: 10px;
    }
}

@media only screen and (max-width:1024px) {

    /* 파일샷 보내기 시작 고연우 */


    .fileshot_cont {
        width: calc(100% - 40px);
    }



    .fileshot_title>span {
        width: 32%;
    }

    .fileshot_feat_list {
        flex-direction: column;
    }

    .fileshot_feat_list li {
        padding: 40px 20px;
        width: 100%;
        margin: 0 0 20px 0;
    }


    .fileshot_feat_list02 {
        margin: 0;
    }


    .fileshot_feat_img img {
        width: 40%;
    }


    /* 파일샷 보내기 종료 고연우 */

	/* 연동서비스 시작 고연우 */

	.link_contents ul{
	    justify-content: space-evenly;
  	    flex-wrap: wrap;
	}

	.connect_wrap .link_contents>ul>li {
 	   margin: 10px 0;
	}


	/* 연동서비스 종료 고연우 */

}



@media only screen and (max-width:990px) {
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: 3%;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    	right: 3%;
	}
	
}

@media only screen and (max-width:960px) {

  #profile .message_wrap .message_box, 
  #template .message_wrap .message_box, 
  #rcscallbackno .message_wrap .message_box, 
  #rcsbrand .message_wrap .message_box {
    width: calc(100% - 20px);	
  }
  
  #messageSend .message_wrap > .vue-wrapper, 
  #rcsSend .message_wrap > .vue-wrapper {
   	padding: 0 10px;
  }
  .message_wrap .message_box {
	padding-left: 10px;  
  }
  
  .middle_wrap .main_event {
    width: 100% !important;
    display: block;
    margin: 30px auto 0;
    height: 100%;
  }

  .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;
  }

  .m_quick_wrap {
    background: #333;
    color: #fff;
    border-top: none;
    height: 100px;
  }

  .m_quickmenu {
    width: 100%;
    text-align: center;
    float: none;
  }

  .m_quickmenu a {
    color: #fff;
  }


  .shot_wrap {
    margin-top: 130px;
  }

  .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%;
    flex-direction: column;
  }

  .contents_wrap .link_box {
    height: 180px;
    padding: 0 10px 10px;
    margin-bottom: 0;
  }

  .contents_wrap .link_box .small_text {
    line-height: 24px;
    font-size: 16px;
  }
  
  
  .contents_wrap .link_box .small_text br{
    display: none;
  }

	.link_agent_api {
	    padding: 60px 0 !important;
	}

  .empty {
    display: none !important;
  }
  
  .message_box .text_box_bubblecont .text_wrap {
  	height: 520px;
  }

  .test_btn_wrap .test_detail p {
    font-size: 14px;
  }

  .btn_textbox {
    width: calc(100% - 86px);
  }

  .function_pop>div {
    top: 170px;
  }
  .function_pop .msg_after_date {
    margin-bottom: 50px;
  }
  .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(100% - 20px);
    height: 665px;
    left: 10px !important;
  }

  .drop_btn {
    margin-left: 0;
  }

  .member_wrap {
    padding-top: 15px;
  }

  .search_wrap {
    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;
    box-sizing: border-box;
  }

  .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;
  }

  .tem_btn>div {
    width: 100%;
  }
  
  .tem_btn2>div { /* 2022-04 */
    width: 100%;
  }  

  .comment_box .inquiry_btn {
    width: calc(100% - 4px);
    margin-right: 14px;
  }

  #messageSend .text_box .kakao_phone {
    height: 690px;
  }

  .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;
  }

  .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;
  }

  .tab_file .sheet_sel {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .add_file .selbox_tit {
    display: inherit;
  }

  .send_detail .sel_search .grey_rbtn {
    float: right;
  }

  .msg20_popup .table_wrap table {
    width: auto;
  }


	/* 요금안내 레이어팝업 */

	.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 */
	
	
	/* 230404 고연우 수정 */

    .int_first_cont1 {
        display: block;
        background-position: right 50% top 10%;
        background-size: 60%;
        padding-top: 60vw;
    }

	.int_first_cont1 p {
		width: 100%;
	}
	
	.company_tit {
	    font-size: 40px;
	}
	
	.company_tit span {
	    display: inline-block;
	    vertical-align: -webkit-baseline-middle;
	    margin: 10px 6px 0;
	}
	
	.company_tit span img{
		width: 60%;
	}
	
	.int_first_cont1 ul {
	    width: 100%;
	}
		
	.int_first_cont1 ul li {
	    width: 120px;
	    border-left: 1px solid #999;
	    padding-left: 18px;
	    margin-right: 18px;
	    word-break: keep-all;
	}
	
	.int_cont_tit {
	    display: block;
	}
	
	.int_cont_tit h2 {
		width: 100%;
	    font-size: 26px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	
	.int_cont_tit p {
	    font-size: 15px;
	    line-height: 20px;
	    font-weight: 500;
	    text-align: center;
	}

	.int_background_cont .int_cont {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    margin-top: 50px;
	}
	
	.int_background_cont .int_cont_img {
		width: 100%;
	    height: 34vh;
	}
	
	.int_background_cont .int_cont_text {
	    font-size: 24px;
	    line-height: 32px;
	    width: 100%;
	}
	
	.int_first_cont3 .int_cont_text h2 {
		font-size: 46px;
	}
	
	.int_first_cont3 .int_cont_text h3 {
		font-size: 22px;
	    margin-bottom: 20px;
	}

	.int_first_cont3 .int_cont_text p {
	    font-size: 14px;
	}
	
	.int_first_cont3 .int_cont_text p.int_cont_text_sub {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.int_background_cont .int_cont:nth-child(3) .int_cont_text {
		text-align: right;
		order:2;
	}
	    
    .int_sms_cont .int_sms_icon {
        height: auto;
    }

    .int_sms_cont .int_sms_icon .sms_icon_text strong {
        font-size: 16px;
    }

    .int_sms_cont .int_sms_icon .sms_icon_text {
        margin-top: 10px !important;
        font-size: 14px;
    }

	.int_footer_title {
	    padding: 0;
        text-align: center;
	}

    .int_footer_title h3 {
        font-size: 30px;
    }

    .introduce_foo_cont p {
        width: 100%;
        font-size: 20px;
        line-height: 28px
    }

    .int_footer_subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .int_sms_cont .int_sms_icon img {
		width: 60%;
	}
	
	.int_sms_cont .int_sms_icon .sms_icon_text .sms_ic_title {
	    font-size: 16px;
	}
	
	
    /* 230404 고연우 수정 완료 */
	
	
	.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 ul {
	    width: 100%;
	    justify-content: space-evenly;
	}
	
	.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%;
	}
		
	.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;
	}
		.int_footer_subtitle {
	    font-size: 16px;
	    line-height: 26px;
	}

	
	/* 소개페이지 컨텐츠 종료 */
	
	
	
	/* 문자연동 서비스 시작 고연우*/
	
	.link_main_tit p:nth-child(1){
		font-size: 32px;
	}
	
	.link_main_tit h2{
		font-size: 48px;
		margin: 12px 0 42px;
	}
	
	.link_main_tit p:nth-child(3), .link_main_tit p:nth-child(4){
		font-size: 16px;
		padding-left: 5px;
	}
	
	.link_contents{
		width: 100%;
		margin: 20px 0;
	}
	
	.connect_wrap{
	  max-width: 1200px;
  	  width: calc(100% - 40px);
  	  margin: 0 auto;
	}


	.contents_wrap .link_box{
	    padding: 34px 0;
	}
	
	.link_box .link_text{
      margin-top: 0;
	}
	
	.link_box .box_text>p{
	  font-size: 22px;
	}
	
	.main_text {
	  font-size: 28px;
	}
	
	.link_tit .detail_text {
	  font-size: 16px;
	}
	
	.agent_num{
	    font-size: 36px;
	    padding-bottom: 0;
	    padding: 30px 30px 0 !important;
	    line-height: 66px;
	    text-align: center;
	}

	.link_agent p {
	  font-size: 15px;
	  padding-left: 0;
	  line-height: 18px;
	  width: 100%;
	}
	
	.fileshot_box ul li:nth-child(2){
		margin: 14px 0;
	}
	
	
	.link_agent_api{
		padding: 70px 0 80px;
	}
	
	.link_table {
	  margin-top: 70px;
	}
	
	.link_table table th {
	    font-size: 16px;
	}
		
	.contents_wrap ul.link_step>li {
	  width: 100%;
	  margin-bottom: 20px;
	}
		
	.message_wrap .send_btn{
		margin: 50px 0 60px;
	}
	
	#template .message_wrap .send_btn,
	#rcsSend .message_wrap .send_btn {
		margin: 20px 0 10px;
	}
	.link_title .detail_text{
		font-size: 16px;
	}
	
	
		/* 문자연동 서비스 종료 고연우 */


	/* 파일샷 보내기 시작 960 고연우 */

    .fileshot_img_title {
        background: url(/resources/images/web/sevenMunja/msg/file_shot_img01.png?2.003) no-repeat center/contain;
        padding: 35% 0;
    }

    .fileshot_txt_title {
        position: static;
        margin: 50px;
    }

    .fileshot_title p {
        width: 100%;
        font-size: 40px;
        text-align: center;
    }

    .fileshot_title p:nth-child(2) {
        width: 100%;
        font-size: 68px;
        margin: 24px 0 40px;
    }

    .fileshot_txt_title>span {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        width: 100%;
    }    
    
	/* 파일샷 보내기 종료 960 고연우 */

	
	
	
	/* 알림톡 가이드 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 종료 */
	
	.build_tit {
	    padding: 360px calc(50% - 220px) 100px;
	    background-position-x: calc(50% + 40px);
	    background-size: 450px;
	}
	  
	.build_tit h2 {
	    font-size: 40px;
	    line-height: 44px;
	}
	.message_box_third .sub_box .sel_box .text_box,
	.message_box_third .sub_box .sel_box .selbox_wrap,
	#fileShot .last_box .sub_box .sel_box .text_box,
	#fileShot .last_box .sub_box .sel_box .selbox_wrap {
		width: 100%;
		margin: 20px 0;
	}
	#altalkSend .drop_btn {
		margin-top: 10px;
	}
	.altalk_wrap, .frtalk_wrap {
	    padding: 4px 10px 14px 10px !important;
	}

}

@media only screen and (max-width:800px) {
	
  #messageSend .message_wrap > .vue-wrapper, #rcsSend .message_wrap > .vue-wrapper {
	padding: 0 10px;
  }
  .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;
  }
  
  .build_pricing .pricing_cont > ul > li > ul {
    padding: 0 10px;
  }
  
  .sub_box {
    width: 100%;
    margin-top: 20px;
  }
  
  #altalkSend .sub_box,
  #frtalkSend .sub_box {
  	margin: 0;
  }
  
  #frtalkSend .shot_wrap .quantity_cell {
    margin-top: -10px;
    justify-content: flex-start;
  }
  
  .fail_message .sub_box {
  	margin-top: 0;
  }
  .fail_message .sub_box > .sub_box {
    width: calc(100% - 94px);
  	margin-top: 0;
  }
  #frtalkSend .quantity_cell {
  	justify-content: flex-start;
  }
  
}

@media only screen and (max-width:780px) {
	.message_box_third .sub_box .m_sel:before {
		display: block;
	}

}
	
	@media only screen and (max-width:768px) {
	/* 파일샷 보내기 시작 768 고연우 */


    .fileshot_intro {
        padding: 60px 0;
    }

    .fileshot_title p {
        font-size: 32px;
    }

    .fileshot_title p:nth-child(2) {
        font-size: 54px;
        margin: 24px 0 40px;
    }

    .fileshot_feature {
        margin: 60px auto;
    }

	/* 파일샷 보내기 종료 768 고연우 */





}	
	
	
@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%;
  }

  /* 메인슬라이드 버튼 */

  /* 메인 이미지 종료 */	
	
	
  .contents_wrap .link_box {
    height: 160px;
  }

  .text_box {
    width: 100%;
    max-width: 100%;
  }

  .contents_wrap .link_box .bold_txt{
    font-size: 28px;
  }
  

  .message_box_second .sel_box {
    width: 100% !important;
    margin-left: 0;
    margin-top: 20px;
  }

  .test_btn_wrap .test_detail {
    display: none;
  }

  .receive {
    margin-top: 0;
  }

  .receive .sub_tit {
    display: none;
  }

  .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: 50% !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 .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 !important;
  }

  .join_tab .join_text {
    width: 100%;
    display: block !important;
    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%;
  }

  .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 {
    right: 5px;
  }

  .join_text textarea {
    width: 100%;
  }

  .order_wrap {
    height: calc(80vh + 110px);
  }

  .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;
  }

  .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% - 40px);
  }

  .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;
  }


	/* 요금안내 레이어팝업 */
	/* 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 */
	.build_function .function_cont ul {
	    display: block;
	}
		
	.build_function .function_cont ul li {
	    width: calc(50% - 4px);
	    display: inline-block;
	    padding-top: 25%;
	    padding-bottom: 5%;
	}

	.message_box_third .sub_box .m_sel {
		padding-bottom: 0;
	}




}

@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%;
  }

  .m_quickmenu div {
    font-size: 14px;
    font-family: 'S-CoreDream-4Regular';
    transition: 0.5s;
  }

  .m_quickmenu div::after {
    padding: 0 5px;
  }

  .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 h1>em {
    display: block;
  }
  
  #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; 
  }
  .message_box_third .sub_box .sel_box .text_box {
  	width:100%;
  }
  .message_box_third .sub_box .sel_box .selbox_wrap {
	width: 100%;
	margin-left: 0;	
  }
  .message_box_third .sub_box .m_sel:before {
    display: block;
    margin-bottom: 10px;
  }
  .kakao_search .search_wrap {
    width: 100%;
  }
  .add_list_btn .kakao_search>button {
  	width: calc(50% - 2px);
  	margin-bottom: 20px;
  }
  .five_btn>span select {
    min-width: 86px;
  }
  .m_sel .sel_radio {
    width: calc(50% - 6px);
  }
  #fileShot .m_sel .sel_radio {
    width: auto;
  }
  .fail_message .sub_box > .sub_box {
    width: 100%;
  }


}



@media only screen and (max-width:600px) {
/* 파일샷 보내기 시작 600 고연우 */
    
    .fileshot_feat_list li {
        padding: 20px;
    }

    .fileshot_feat_img img {
        width: 50%;
    }

    .fileshot_txt_title {
        margin: 20px 0;
    }

    .fileshot_title p {
        font-size: 26px;
    }

    .fileshot_title p:nth-child(2) {
        font-size: 44px;
        margin: 18px 0 26px;
    }

    .fileshot_feat_list .cha_num {
        margin-bottom: 0;
        font-size: 40px;
    }

    .fileshot_feat_list .cha_title {
        font-size: 14px;
        line-height: 22px;
    }
/* 파일샷 보내기 종료 600 고연우 */


	/* 문자연동 서비스 시작 고연우*/
	

	.connect_wrap .link_contents>ul>li {
	  width: calc(100% / 3 - 20px);
	}
	
	
	/* 문자연동 서비스 종료 고연우 */






}



@media only screen and (max-width:550px) {
	

  /* 헤더 로고 사이즈 */
	
  /* 메인이미지 시작 */
  
  .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 {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  /* 푸터 영역 */
  /* 체크 */
  .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 {
    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_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;
  }

  .reply_popup {
    width: calc(100vw - 40px);
  }

  .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;
  }
  
  
/* 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 */
    /* 230404 고연우 수정 */
    .int_first_cont1 {
        background-size: 90%;
        padding-top: 90vw;
    }
    
    
    .int_sms_cont .int_sms_icon img {
		width: 80%;
	}
    
    .int_sms_cont ul li {
	    width: 50%;
	}
    
    /* 소개페이지 컨텐츠 550 */
  
  
  	/* 수신거부 목록페이지 버튼*/
  	
  	.add_list_soosin_btn button {
  		width: calc(30% - 4px);
  	}
  	.message_box_second .sel_box .input_tit .dbtn_textbox {
	    width: calc(100% - 94px);
	    max-width: calc(100% - 126px);
		margin-bottom: 8px;
	}
	#rcsSend .message_box_second .sel_box .input_tit .dbtn_textbox {
		width: calc(100% - 150px);
	}
	#rcsSend .input_tit .dbtn_wrap {
		width: auto;
    	margin: 0;
	}
	.input_tit .selbox_tit:nth-child(2) {
		margin-bottom: 0;
	}
	.input_tit .dbtn_wrap {
	    margin-left: 95px;
	}
  	.sel_box .input_text .selbox_tit > span {
  		margin-bottom: 0;
  	}
  	.message_box_third .sub_box .m_sel {
  		padding: 0;
  	}
  	.sel_box .input_contents .input_option .selbox_tit {
  		padding-left: 0;
  	}
    .input_text .selbox_tit .full_textbox > span {
	    width: 100%;
    }
    .sel_box .input_contents .test_btn_wrap .test_detail,
    .sel_box .input_contents .test_btn_wrap .test_btn {
    	width: 100%;
    	display: block;
    }
    .sel_box .input_contents .test_btn_wrap .test_detail {
    	margin-bottom: 10px;
    }
    
}

@media only screen and (max-width:500px) {
	/* 문자연동 서비스 시작 고연우*/
	
	
	.link_main_tit p:nth-child(1) {
    	font-size: 28px;
	}
	
	.link_main_tit h2{
		font-size: 42px;
		margin: 12px 0 28px;
	}
	
	.connect_wrap .link_contents>ul>li {
	  width: calc(100% - 20px);
	}
	

	/* 문자연동 서비스 종료 고연우 */
}


@media only screen and (max-width:450px) {

  .input_tit .selbox_tit:nth-child(2) {
    width: 100% !important;
  }
  .input_option .full_textbox>span:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .sel_box .input_contents .input_option .selbox_tit .full_textbox span:nth-child(2) {
  	border: 0;
  	padding-left: 0;
  }
  .sel_box .input_contents .input_option .selbox_tit .full_textbox span:nth-child(3),
  .sel_box .input_contents .input_option .selbox_tit .full_textbox span:nth-child(4) {
    width: 30%;
  }
  .sel_box .input_contents .input_option .last_bottom .four_btn span:nth-child(1) {
  	display: none;
  }
  #messageSend .message_box_second .sel_box .input_tit .full_textbox {
    width: calc(100% - 96px);
    max-width: unset;
  }
  .input_tit .dbtn_wrap {
    margin: 5px auto 0;
    width: 100%;
    text-align: center;
  }
  
 
}

@media only screen and (max-width:420px) {
  .login_box, .pw_box {
    width: calc(100% - 60px);
    height: auto;
    border-radius: 20px;
  }

  .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 .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;
  }
  
  #altalkSend .shot_wrap,
  #frtalkSend .shot_wrap {
  	margin-bottom: 20px;
  }
   
  .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;
  }


  .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) {
    margin-bottom: 0;
  }

  .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:nth-child(1), 
  .sel_box .selbox_tit .four_btn>span:nth-child(2),
  .sel_box .selbox_tit .four_btn>span:nth-child(3) {
    margin-bottom: 5px;
  }
*/
  .pop_contents ul {
    height: auto;
  }

  .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;
  }

  .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%;
  }

  .date_check>span:first-child {
    display: block;
  }

  .check_right>span:first-child {
    display: inline-block;
  }

  .date_check>button {
    margin: 5px 0;
  }

  .check_right>button {
    margin: 0;
  }

  .reply_popup {
    height: auto;
  }

  .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;
    position: relative;
    z-index: 1;
  }

  .sheet_sel span>select {
    width: auto;
  }

  .sheet_sel span>span {
    width: 70px;
  }

  .group_return>span {
    width: 190px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .footer_wrap {
   /*  display: none; */
  }
  
  .build_function .function_cont ul li {
	width: calc(100% - 4px);
	padding-top: 45%;
	padding-bottom: 15%;
	background-size: 50%;
  }
  .sheet_sel span>select {
	width: calc(100% - 74px);
	position: relative;
    z-index: 1;
  }
  .m_sel .sel_radio {
  	width: auto;
  }
  .my_box .pop_contents ul li > div {
    min-width: 100px;
    height: calc(100% - 20px);
  }
}

@media only screen and (max-width:400px) {
/* 파일샷 보내기 시작 400 고연우 */

    .fileshot_title p:nth-child(2) {
        font-size: 38px;
    }
    .fileshot_title p {
        font-size: 22px;
    }
    .fileshot_feat_img img {
        width: 80%;
    }

    .fileshot_feat_list .cha_title {
        font-size: 14px;
    }

/* 파일샷 보내기 종료 400 고연우 */
}


@media only screen and (max-width:360px) {
  .full_btn>button {
    width: calc(50% - 2.5px);
    margin: 5px 0;
  }
  .dbtn_textbox {
    width: 100%;
  }
}
