input[type=text]::-ms-clear {
    display:none
}

@media screen and (max-width: 470px) {
    .popup [class*="btn_c"] { min-width: 130px; }
}

@media screen and (max-width: 767px) {
    #detail-post .btn_area[data-number="2"] > div {
        width: inherit;
        min-width: 0;
        float: none;
    }
}

@media screen and (max-width: 340px) {
    #detail-post .btn_area[data-number="2"] > div > a {
        min-width: 110px;
    }
}



.index-landing-page .infor_list02 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.index-landing-page .infor_list02 > .step1 > dl:before {
  background: url("https://d3s9xxce58xg55.cloudfront.net/2019_0328/bg_atc_join.png") no-repeat center 0;
  background-size: 91px auto;
  top: 35px;
  height: 81px;
  margin-left: 6px;
  background-position: center 0;
}

.index-landing-page .infor_list02 > .step2 > dl:before {
  background: url("https://d3s9xxce58xg55.cloudfront.net/2019_0328/bg_atc_join.png") no-repeat center 0;
  background-size: 91px auto;
  background-position: center;
  top: 49px;
  height: 75px;
  margin-left: 8px;
  background-position: center -86px;
}

.index-landing-page .infor_list02 > .step3 > dl:before {
  background: url("https://d3s9xxce58xg55.cloudfront.net/2019_0328/bg_atc_join.png") no-repeat center 0;
  background-size: 91px auto;
  background-position: center;

  top: 33px;
  height: 80px;
  margin-left: 6px;
  background-position: center -166px;
}

/* Survey css changes from Samsung */

/* common.css 에 inline-block 으로 되어있으나 라디오도 한줄씩 처리하기 위하여 추가함 */
.surveyContent .chkrdo{
    display: block;
}
/* common.css 에 라디오 뒤에 텍스트박스를 추가하기 위하여 추가 (input 속성은 abolute, opacity:0 으로 되어있음)  */
.surveyContent .chkrdo input[type="text"] {
    position: relative;
    opacity: 1;
    padding: 4px 20px;
    margin-bottom:2px;
    /* 라디오 뒤의 텍스트 박스를 화면 100%에 맞추가 위하여 추가 */
    width : calc(100% - 120px);
    width : -webkit-calc(100% - 120px);
    width : -moz-calc(100% - 120px);
}
/* 라디오 뒤의 텍스트 박스 마진 */
.surveyContent .chkrdo label + input[type="text"]{
    margin-left:15px;
    display: none;
}

/* 타이틀의 폰트사이즈가 12로 되어있어 16으로 변경 */
.surveyContent .dl_item01 dt { line-height: 22px; font-size: 16px;}
/* 타이틀의 서브 스크립트 출력용으로 추가  */
.surveyContent .dl_item01 dt sub { display : block; color : #666;}

.surveyContent .chkrdo input {
    top: initial !important;
}
