/* 공통속성 */
body{
  background-color: #f7f7f7;
  color:#2e3949;
}

.subpage-wrap {
  max-width:1280px; 
  width:100%; 
  margin:77px auto;
}

.title h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.new_title_0928{
  font-size:48px;
  font-weight: bold;
  color: #242b45;
  line-height:135%;
  text-align: center;
  padding-bottom:3.5%;
}
.new_subtit_0928{
  font-size:20px;
  color: #242b45;
  line-height:135%;
  text-align: center;
  margin-top: -3.5%;
  font-weight:300;
  padding-bottom:3.5%;
}
/* form_adm */
.mypage-content{
  background-color: #fff;
  margin: 0 0 77px;
  box-shadow: 0px 0px 20px 0px #dadada;
  padding: 30px 30px;
}

.register{
  margin-bottom: 30px;
}

.register:nth-last-child(1){
  margin-bottom: 0;
}

.mypage-content .register .register_form_inner > table {
  width :100%; 
  border:none; 
  border-collapse:collapse; 
  height:150px;
}

.mypage-content .register .register_form_inner > table td {
  border:1px solid #cccaca;
}

.mypage-content .register .register_form_inner > table td:nth-child(2n) {
  background-color: #f5f5f5;
}

.mypage-content .register .register_form_inner > table td > img{
  width:100%;
  height:100%;
}

.mypage-content .register .register_form_inner > table .text_name_none{
  display: none;
}

.mypage-content .register .register_form_inner > table .text_cont{
  font-size: 14px;
  padding: 5px 10px;
  background-color: #fff;
}

.mypage-content .register .register_form_inner > table .text_name{
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
}

/* input */
.mypage-content .register .register_form_inner > table td .form_view{
  width:100%;
  height:100%;
  margin:0 auto; 
  display:inline-block; 
  border:0; 
  color: #fff; 
  font-size: 20px; 
  font-weight:bold; 
  background-color: #093687;    
}

.mypage-content .register .register_form_inner > table td .form_cancel{
  width:100%;
  height:100%;
  margin:0 auto; 
  display:inline-block; 
  border:0; 
  color: #000; 
  font-size: 20px; 
  font-weight:bold; 
  background-color: #e9e9e9;
}

/* 하단 버튼 */
.btn_confirm{
  margin: 0 auto;
  height: 77px;
  text-align: center;
  max-width: 1280px;
}

.btn_close{
  height: 80px !important;
  width: 45%;
  font-weight: bold;
  line-height: 80px;
  color: #093687;
}

.text-center-img{
  height: 200px;
  width: 300px;
}

.text-center-img01{
  width:33.33%;
}

.text-center-img01 img{
  width:418px;
  height: 320px;
}


/* form_adm */

/* order_form_skin */
.title {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 77px;
}

.title h1 {
  text-align: center;
  font-size: 2.3em;
  line-height: 2em;
  font-weight: bold;
}

.register {
  max-width: 1280px;
}

.register {
  background-color: #fff;
}

.register:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.register_form_inner {
  background: #fff;
}

/* .register_form_inner ul {
  padding: 20px;
} */
.order-progress label{
  font-size: 20px;
}
.order-progress label:first-child{
  margin-top:0;
}

.register_form_inner label {
  display: block;
  margin-bottom: 17px;
  line-height: 135%;
  font-size: 20px;
  font-weight: bold; 
  margin-top:36px;
  color: #242b45;
}
.register_form_inner > ul > li >label{
  font-size: 20px;
  color: #242b45;
  font-weight: bold;
  line-height:135% !important;
}
.register_form_inner > ul > li >label span{
  font-size: 20px;
}
.register_form_inner label.inline {
  display: inline
}

#fregisterform .reg_mb_img_file{
  float:left;
  width:50%;
  height:100%;
}

#fregisterform .reg_mb_img_file img {
  max-width: 100%;
  height: auto
}

.company_text_half{
  float: right;
  width:48%;
}

.full_input {
  width: 100%
}

.frm_input {
  border: 1px solid #777;
  /* background: #eee; */
  color: #8d8d8d;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
  box-shadow: none;
  height: 40px;
  /* font-size:16px;
  font-weight: 300; */
  color:#777;
}
#orderDate_1::-webkit-calendar-picker-indicator {
  padding: 10px 0 10px 40%;
  color: transparent;
  cursor: pointer;
}
#orderDate_2::-webkit-calendar-picker-indicator {
  padding: 10px 0 10px 40%;
  color: transparent;
  cursor: pointer;
}

@media (max-width:520px){
  #orderDate_1::-webkit-calendar-picker-indicator{
    padding: 10px 0 10px 40%;
  }
  #orderDate_2::-webkit-calendar-picker-indicator{
    padding: 10px 0 10px 40%;
  }
  .new_title_0928{
    font-size:30px;
  }


}






.company-open .frm_radio {
  width: 48%;
  margin-right: 4% !important;
}


.company-open .frm_radio:last-child {
  margin-right: 0 !important;
}

.frm_radio {
  margin: 0 !important;
  padding: 0 !important;
}

.frm_radio input[type="radio"] {
  display: none;
}

.frm_radio input[type="radio"]+label {
  /* border: 1px solid #eee; */
  font-size: 20px;
  text-align: center;
  margin: 0;
  width: 100%;
  /* height: 100%; */
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
}

.frm_radio input[type="radio"]:checked+label {
  background-color: #093687;
  color: #fff;
  height:100%;
}

.frm_radio input[type="checkbox"] {
  display: none;
}

.frm_radio input[type="checkbox"]+label {
  cursor: pointer;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  border-radius: 3px;
}

.frm_radio input[type="checkbox"]:checked+label {
  background-color: #093687;
  color: #fff;
}
/* .form_01 li {
  margin-bottom: 20px;
} */

li.full_input.left_input > .textCount{
  font-size: 1.33em;
  font-weight: 300;
}

.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.form_01 .left_input {
  float: left
}

.form_01 .margin_input {
  margin-right: 1%
}

.form_01 textarea {
  height: 238px;
  width: 100%;
  padding: 1rem;
  font-size: 1.4em;
}

.form_01 .frm_label {
  display: inline-block;
  width: 130px;

}

.order-progress .frm_radio {
  width: 215px;
  height:50px;
  margin-right: 1% !important;
}
.order-progress label{
  line-height:45px !important;
}

.order-progress .frm_radio:last-child {
  margin-right: 0 !important;
}

.legal-field .frm_radio {
  width: 216px;
  height:50px;
  margin-right: 1% !important;
}
.legal-field label{
  line-height:45px !important;
}

.legal-field .frm_radio:last-child {
  margin-right: 0 !important;
}

.order_price_wrap p {
  display: block;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}

.order_price {
  padding: 0 !important;
}

.order_price li {
  display: inline-block;
  margin-left: 1.3%;
}

.order_price li:first-child {
  margin-left: 0;
}

/* .order_price input {
  text-align: right;
} */

.half_input {
  width: 49.5%
}

.order_price .hope_area{
  width: 100%;
}

.hope_area input {
  margin-right: 0.7% !important;
}

.hope_area input:last-child {
  margin-right: 0 !important;
}

.btn_confirm .btn_submit,
.btn_confirm .btn_close {
  float: left;
  height: 60px !important;
  width: 47%;
  font-weight: bold;
  line-height: 60px;
  font-size: 20px;
}

.btn_confirm {
  text-align: left;
  margin-top:77px;
}

.btn_confirm .btn_submit {
  margin-left: 1%
}

.btn_close {
  margin-left: 4.5%;
  color: #093687;
}

.btn-primary {
  background-color: #093687;
}

@media screen and (max-width:991px) {
  .btn_confirm .btn_submit{
    clear: both;
    width:100%;
  }

  .btn_confirm .btn_submit, 
  .btn_confirm .btn_close{
    width:100%;
    margin:0 auto;
  }

  .btn_confirm .btn_submit{
    margin-bottom: 20px;
  }

  /* .btn_confirm{
    margin: 20px 20px;
  } */

  .btn_confirm{
    margin: 77px 20px 160px 20px;
  }

  .btn_confirm .btn_close,
  .btn_confirm .btn_submit{
    font-size: 16.8px;
    border: none;
  }

  .btn_confirm .btn_close{
    margin-bottom: 10px;
  }
}


/*jeahi*/
.ind_matching_tit {
  width: 100%;
  padding: 1% 0;
}
.ind_matching_tit h3 {
  font-size: 2.3em;
  line-height: 2em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.ind_matching_tit h4 {
  font-size: 1.3em;
  width: 100%;
  text-align: center;
  padding: 1% 0;
  font-weight: 300;
}
/**sojin**/
.announBtnWrap{
  text-align: right;
}
.announBtn{
  text-align: right;  
}
.announBtnWrap button{
  display: inline-block;
  width: 216px;
  height:50px;
  line-height: 45px;
  text-align: center;
  margin-left: 1%;
  background-color: #242B45;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  border: 0;
}
.announBtnWrap button a{
  color: #fff;
  display: inline-block;
  width:100%;
}
.announBtnWrap button a:hover{
  color: inherit;
}
.announWrap{
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  margin-top: 2%;
  padding: 3%;
  background-color: #fff;
}
.announWrap .titlewrap { position:relative; width:100%; }
.announWrap p.titlewrap {
  text-align: center;
  font-size: 2.3em;
  line-height: 2em;
  padding: 2% 0;
  font-weight: bold;
}
.announWrap p.titlewrap2 {
  font-size: 1.8em;
  font-weight: 600;
}
.announWrap p.titlewrap span.alm { font-size:0.5em; color:#888888; font-weight: 300;}
.announ_sec_wrap{
  margin-left: -2%;
} 
.announSec{
  padding: 2% 0 0 2%;
  width: 50%;
  float: left;
}
.announSec .sm_ac_wrap{
  border: 2px solid #777;
  padding: 4%;
  border-radius: 10px;
  /* min-height: 203px; */
}
.announSec:hover .sm_ac_wrap{ border:2px solid #695f92; }

.announTop{
  margin-bottom: 3%;
  font-size: 1.2em;
}

.announTop .dday{
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  width: 20%;
  padding: 1%;
  text-align: center;
}

.dday_red{
  background-color: #173582;
}
.dday_complete{
  background-color: #333;
}
.dday_end{
  background-color: #cacaca;
}
.announTop p{
  display: inline-block;
  padding: 0 2%;
}
.announTitle{
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2em;
}
.more_announ{
  float: right;
  /* margin-top: 2%; */
}
.announBtm .in_charge:hover,
.more_announ:hover{
  text-decoration: underline;
}
.announMid .how_to_p::after,
.more_announ::after{
  content: " > ";
}

.announMid span{
  color: gray;
  font-size: 1.3em;
  font-weight: 300;
}


.announBtm{
  margin-top: 3%;
}
.announBtm ul{
  
  margin-left: 0%;
}
.announBtm ul li{
  float: left;
  font-size: 1.3em;
  box-sizing: border-box;
  /* width: 30%; */
  text-align: center;
  margin-right: 2%;
  font-weight: 300;
}
.announBtm ul li .ann_li_box{
  /* border: 1px solid #cacaca; */
  /* padding: 2% 0; */
}
.announBtm .in_charge{
  border: none;
  padding: 1% 0;
  text-align: left;
  display: none;
}
.announBtm .in_charge a{
  color: midnightblue;
}
.announBtm ul li:last-child{
  margin-right: 0;
}
.deadline_appro{
  color: #B92A17;
  /* box-shadow: 0 0 0 0.5px #B92A17 inset  !important; */
}

.in_charge .imsi{
  display: inline-block; 
  width: 20px; 
  height: 20px; 
  background-image: url(/img/default_img.gif); 
  background-size:100%;
  vertical-align: middle; 
  margin-right: 2%;
}


/**sojin2**/
.announContent{
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  margin-top: 2%;
  padding: 2% 0;
}

.announContent h3{
  font-size: 1.78em;
  font-weight: bold;
  margin-bottom: 4%;
}

.announContent ul li{
  float: left;
  width: 33%;
  margin-bottom: 2%;
  color: #3a3a3a;
  font-size: 1.6em;
}

.announContent ul li p{
  display: inline-block;
}

.announContent ul li:last-child{
  width: 100% !important;
}
.announContent ul li:last-child p{
  display: block;
}
.ac_con_text{
  width: 100% !important;
  background-color: #F7F6F6;
  margin-top: 1%;
  padding: 2%;
  box-sizing: border-box;
  line-height: 1.5em;
  font-weight:600;
}

/**sojin2**/
.announ_lawyerWrap h4{
  font-weight: bold;
}

.announBtm_btnWrap{
  text-align: center;
  margin-top: 2%;
}
.announBtm_btnWrap .announBtm_btn{
  width: 20%;
  border: none;
  outline: none;
  padding: 1%;
  box-sizing: border-box;
  font-size: 1.33em;
  font-family: 'Noto Sans KR', sans-serif;
}

.announBtm_btnWrap .request_cancel{
  background-color: #cacaca;
  margin-right: 2%;
  color: #3a3a3a;
}

.announBtm_btnWrap .lawyer_choice{
  background-color: midnightblue;
  color: #fff;
}

.announ_lawyerWrap{
  margin-top: 5%;
}

.imsi2{
  background-color: #A6A3B8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.announ_lawyer{
  margin-top: 2%;
  width: 33%;
  display: inline-block;
  padding: 0 1%;
  box-sizing: border-box;
}
.announ_lawyer ul{
  border: 1px solid #A6A3B8;
  padding: 5%;
  font-size: 1.2em;

}
.announ_lawyer_profile{
  margin-bottom: 5%;
}
.announ_lawyer_profile p{
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  margin-left: 2%;
}

.ac_size{
  margin-bottom: 5%;
}
.ac_size .ac_con_text{
  padding-bottom: 2%;
  font-size: 0.9em;
  font-weight:900;
}
li .acTitle, li .ac_con{
  display: inline-block;
  font-weight:600;
}
li .acTitle{
  width: 40%;
  margin-bottom: 2%;
  font-weight:300;
}

.announ_lawyer_full{ position:relative; margin-top: 2%; width: 100%; /*min-height:220px;*/ padding: 0; box-sizing: border-box; border: 1px solid #A6A3B8; overflow:hidden; }
.announ_lawyer_full ul{ margin:0; padding: 2%;  }
.announ_lawyer_full li { float:left; display:inline; width:100%; font-size: 1.2em; }
.announ_lawyer_full li.half { width:50%; }
.announ_lawyer_profile2 { margin-bottom: 1%; }
.announ_lawyer_profile2 p{
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
}
.ac_con_text2 { 
  width: 100% !important;
  background-color: #F7F6F6;
  margin-top: 1%;
  padding: 2%;
  box-sizing: border-box;
  line-height: 1.5em;
  font-weight:900;
}
li .acTitle2{
  width: 30%;
  margin-bottom: 2%;
  font-weight:400;
}

/**20221011 ayeon**/

.checkbox-flex input[type="checkbox"]{
  width:16px;
  height:16px;
}
@media screen and (min-width:900px){
  .checkbox-flex{
    display: flex;
    align-items: baseline;
    justify-content: flex-start !important;
  }

}
@media screen and (max-width:991px){
  .checkbox-flex input[type="checkbox"]{
    width:16px !important;
    height:16px !important;
    
  }
  
}
/**20221011 ayeon**/
/**221121 심아연 시작*/
/**무료상담신청 버튼추가*/
.pst_price{
  position: relative;
}
.free_cns_btn{
  display:block;
  width:25%;
  font-size: 20px;
  text-align: center;
  margin: 0;
  line-height: 38px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #242b45;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
.bg_navy{
  background-color: #093687;
  color: #fff;
}
#blue_subTxt{
  display: none;
  font-size:18px;
  margin: 0 !important;
  color: #093687;
  width:100%;
}
.blue_subTxt_dsp{
  display: block !important;
}
.dsp_none{
  display: none;
}
.young_won{
  background-color:#fff;
  transition: all 0.1s;
}
.young_won_grey{
  background-color: rgb(204, 204, 204);
  transition: all 0.1s;
}
.rcm_prc_btn{
  line-height: 38px !important;
}
.B_H_btn{
  background-color: rgb(204, 204, 204);
}

@media screen and (max-width:991px){
  .free_cns_btn{
    top: 45px;
    width: 50%;
  }
}
/**221121 심아연 끝*/
/***sub/serviceinfo***/
.si_wrap{
  background-color: #fff;
  text-align: center;
  font-size: 16px;
}
.si_bg{
  width: 100%;
  height: 100vh;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: 284px;
  background-image: url(/sub/img/serviceinfoback.png);
}
.si_bg > *{
  max-width: 1260px;
  margin: 0 auto;
}
.si_tit{
  padding-top: 15%;
  font-weight: 600;
}
.si_tit h1{
  font-size: 36px;
}
.si_tit h2{
  font-size: 32px;
}
.si_btn_wrap{
  margin-top: 3.5%;
}

.si_si_txt_wrap,
.si_pride{
  margin-top: 2%;
}




#checkBox_inner-txt_1, 
#checkBox_inner-txt_2{
  padding-top:20px; 
  padding-left:5px; 
  font-size:21px; 
  line-height:135%; 
  color:#242b45;
  margin-top: 0;
  font-weight:400;
  margin-bottom:0;
  max-width:95%;
}
.checkbox-flex{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.input-width{
  width:20px;
}


.rgs_small-br-txt{
  font-weight: 300;
  font-size: 16px !important;
}

span.middot{
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(-3px);
}

.order_continfo{
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 17px;
}
.margin-bottom{
  margin-bottom:0 !important;
}
/***sub/serviceinfo***/


@media screen and (max-width:1779px){
  .announBtm ul li{
    /* width: 32%; */
    margin-right: 3%;
  }
}
@media screen and (max-width:1399px) {
  /* .register, */
  .title h1 {
    margin: 20px 20px;
  }

  .mypage-content{
    margin: 0 20px;
  }
}

@media screen and (max-width:1199px) {
  .order_price li{
    width:32.2%;
  }
}

@media screen and (max-width:991px){
  .form_01 li,
  .form_01 .margin_input,
  .form_01 .left_input,
  #fregisterform .reg_mb_img_file
  {
    width:100%;
  }
  .btn-newWid{
    width:50% !important;
  }
  #fregisterform .company_list{
    clear: both;
    width:100%;
  }

  .company_text_half{
    width:100%;
  }

  .order_price li{
    width:100%;
    margin-left: 0;
  }

  #hope_area,
  #com_geoyackgum{
    margin-bottom: 5px;
  }
  #checkBox_inner-txt_1{
    text-align:left;
    font-size:16px !important;
  }
  #checkBox_inner-txt_2{
    text-align:left;
    font-size:16px !important;
  }
  .checkbox-flex{
    display: flex;
    align-items: baseline;
  }
}
/*
@media (max-width:500px) {
  #checkBox_inner-txt_1{
    max-width: 360px;
  }
}
@media (max-width:500px) {
  #checkBox_inner-txt_1{
    max-width: 360px;
  }
}
@media screen and (max-width:478px){
  #checkBox_inner-txt_1{
    max-width: 330px;
  }
}
@media screen and (max-width:445px){
  #checkBox_inner-txt_1{
    max-width: 300px;
  }
}
@media screen and (max-width:415px){
  #checkBox_inner-txt_1{
    max-width: 275px;
  }
}

@media screen and (max-width:390px){
  #checkBox_inner-txt_1{
    max-width: 260px;
  }
} 
@media screen and (max-width:375px) {
  #checkBox_inner-txt_1{
    max-width: 250px;
  }
@media screen and (max-width:365px) {
  #checkBox_inner-txt_1{
    max-width: 230px;
  }
}
@media screen and (max-width:346px) {
  #checkBox_inner-txt_1{
    max-width: 200px;
  }
}
@media screen and (max-width:315px) {
  #checkBox_inner-txt_1{
    max-width: 180px;
  }
}
*/
/* order_form_skin */




  .mypage-btn > button {
      /* width :49.4%;  */
      margin:0 auto; 
      display:inline-block; 
      height :80px; 
      border:0; 
      color: #fff; 
      font-size: 20px; 
      font-weight:bold; 
      background-color: #093687;
    }

  .mypage-btn > button:nth-child(2) {
      margin-left:10px; 
      color: #093687; 
      background-color: #eee;
    }

    .mypage-content .register .register_form_inner > table .text-center{
      font-size: 16px;
      font-weight: 500;
    }

    .mypage-content .register .register_form_inner > table .support{
      text-align: center;
      font-size:25px;
      font-weight: bold;
    }

    .order-label {
      padding: 10px;
	  width:100%;
    }

    .order-label:hover {
      border: 2px solid #093687;
    }
    
    :checked + .order-label{
      background-color: rgb(236, 235, 235);
      border: 3px solid #093687;
    }

    @media screen and (max-width:1400px){
      .profile-detail{
        width:80%;
      }
    }


/**sojin**/
@media (max-width:1124px) and (min-width:770px){
  .announBtm ul li:first-child{
    width: 100%;
    margin-bottom: 2%;
  }
  .announBtm ul li:nth-child(2){
    width: 20%;
    margin: 0;
  }
  .announBtm ul li:nth-child(3),
  .announBtm ul li:nth-child(4){
    width: 40%;
    margin: 0;
  }
}

@media (max-width:780px) {
  .announContent ul li{
    font-size: 1.4em;
    width: 50%;
  }
	.announ_lawyer{
    width: 100%;
    padding: 0;  
  }
  .announ_lawyer ul{
    padding: 2%;
  }
  .announ_lawyer_profile,
  .ac_size,li .acTitle{
    margin-bottom: 2%;
  }
  .announ_lawyer_full ul li{
    font-size: 0.8em;
  }

}

@media (max-width:768px) {

  .announSec{
    width: 100%;
  }
  .announSec .sm_ac_wrap{
    min-height: initial;
  }
  .announBtnWrap button{
    padding: 1.5%;
    font-size: 1em;
    width: 48%;
  }
	
}

@media (max-width:520px) {

  .announBtm ul li:first-child{
    width: 100%;
    margin-bottom: 2%;
  }
  .announBtm ul li:nth-child(2){
    width: 20%;
    margin: 0;
  }
  .announBtm ul li:nth-child(3),
  .announBtm ul li:nth-child(4){
    width: 40%;
    margin: 0;
  }
  .announTop,.announMid{
    font-size: 0.9em;
  }
  .announWrap h2{
    font-size: 1.4em;
	font-weight:600;
  }
  .announContent h3{
    font-size: 1.5em;
  }
  .announContent ul li{
    width: 100%;
  }
  .announBtm_btnWrap .announBtm_btn{
    width: 30%;
  }
  .announWrap p.titlewrap span.alm{
    display: block;
  }
	.subpage-wrap{
    margin-top: 7%;
  }
  .announBtnWrap{
    padding-right: 3%;
  }
}



/***sojin 0901***/
@media screen and (max-width:500px){
  /***sub/serviceinfo***/
  .si_btn_wrap{
    margin-top: 64px;
  }
  .si_btn_wrap a{
    padding: 2% 0;
  }
  .si_si_txt_wrap, .si_pride{
    margin-top: 64px;
  }
  .si_tit{
    padding-top: 48%;
  }
  .announBtm ul li {
    font-size: 1em;
  }
}

.jw_hn_ypos {
  transform: translateY(-3px);
  display: inline-block;
}