@charset "utf-8";

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;

  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
  unicode-range: U+0000-002F, U+003A-10FFFF;
}

@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Heavy.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
  unicode-range: U+0030-0039;
}

*{
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}
html{
  height: auto;
  font-family:  'Pretendard Variable', 'LatoWeb', sans-serif;
}

body {
  height: 100%;
  min-height: 100vh;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  
  min-width:320px;
  overflow-x: auto;
}
section, article, aside, details, figcaption, footer, header, hgroup, menu, nav {
  display: block;
}
h1, h2, h3, h4, h5, h6{
  /* margin: 0 auto; */
  font-weight: normal;
}
nav, ul, li{
  list-style: none;
}
dl, dt, dd {
  /* margin: 0 auto; */
  padding: 0;
}

input, button, textarea, select {
	font: inherit;
}

a{
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background-color: transparent;
}
a:hover, a:active, a:focus, a:visited, a:link{
  color: #000;
}
input{
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  vertical-align: top;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
input[type=number]{
  -moz-appearance:textfield;
}
input::placeholder{
  color: #c4c4c4;
}
input:focus, select:focus, textarea:focus{
  outline: none;
}
select{
  line-height: initial;
  cursor: pointer;
  border:none;
}
button{
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
img{
  vertical-align: middle;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
/* ./ reset style */

.mb15{margin-bottom: 15px;}
.mb8{margin-bottom: 8px !important;}

.disNone{
  display: none !important;
}

.black_but{
  height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  border-radius: 3px;
  background-color: #17191d;
}
.blue_but{
  height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  border-radius: 3px;
  background-color: #0077ff;
}
.gray_but{
  height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  border-radius: 3px;
  background-color: #9fa1a7;
}
/*레이어 팝업_취소*/
.gray_but_ee{
  height: 48px;
  color: #17191C;
  text-align: center;
  font-weight: 400;
  border-radius: 3px;
  background-color: #EEF1F6;
}
.black_but:hover,
.blue_but:hover,
.gray_but:hover{
  background-color: #3063ca;
}
.gray_but_ee:hover{
  color: #fff;
  background-color: #3063ca;
}
.security_wrap{
  position: relative;
  
  width: 100%;
  min-height: 100vh;
  font-family: inherit;
  color: #17181d;
  text-align: left;

  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
}
.security_wrap h2{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.54px;
}
.blueText{
  color: #0A74FF;
}
/*일반 input disabled 스타일*/
input:disabled{
  background-color: #ebeef1 !important;
}
/*셀러트 박스_아래와 같이 추가 하기*/
/*<summary class="input_disabled">+82</summary>*/
.input_disabled{
  background-color: #ebeef1 !important;
}


footer{
  position: absolute;
  bottom: 0;
  
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #e5e8eb;
  color: #9fa1a7;
  font-size: 10px;
  font-weight: 400;
}

/*** sd_main.html ***/
.white_body{
  width: 100%;
  max-width: 708px;
  padding: 80px 0 200px;
  font-family: inherit;
}

.white_body .sd_title{
  width: 100%;
  min-height: 120px;
  margin-bottom: 30px;
  background-image: url("../images/img_safety_device.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 200px 120px;
}
.white_body .sd_title dl{
  max-width: calc(100% - 300px);
  width: 100%;
  margin-left: 0;
}
.white_body .sd_title dt {
  margin-bottom: 20px;
  line-height: 1.7;
  letter-spacing: -0.98px;
  font-size: 28px;
  font-weight: bold;
}
.white_body .sd_title dd {
  font-size: 14px;
  line-height: 1.57;
  word-break: keep-all;
}
  html[lang="ja"] .sd_title dd,
  html[lang="en"] .sd_title dd{
    word-break: break-word;
  }

/*설정 상태*/
.sd_state{
  width: 100%;
  height: 100px;
  padding: 26px 30px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.sd_state button{
  height: 48px;
  position: absolute;
  right: 30px;
  top: 26px;
}

/*인증 휴대폰 번호 변경*/
.sd_state .sd_state_type01 dl{
  width: calc(100% - 210px);
  margin-left: 0;
}
.sd_state .sd_state_type01 dt{
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.sd_state .sd_state_type01 dd{
  padding-left: 20px;
  color: #9198a5;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  background-image: url("../images/icon_info_02.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.sd_state .sd_state_type01 button{
  width: 210px;
}
html[lang="en"] .sd_state .sd_state_type01 button {
  height: 56px;
}

.but_tooltip{
  width: max-content;
  min-width: 274px;
  max-width: 648px;
  padding: 5px 10px;
  text-align: center;
  color: #0077ff;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #0077ff;
  border-radius: 50px;
  position: absolute;
  right: 30px;
  top: -17px;
}
.but_tooltip::after{
  content: "";
  width: 9px;
  height: 7px;
  position: absolute;
  top: 32px;
  right: 20px;
  background: url("../images/icon_edge01@3x.png") 0 0 no-repeat;
  background-size: 9px 7px;
}

/*로그인*/
.sd_state .sd_state_type02 p{
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.48px;
}
.sd_state .sd_state_type02 button{
  width: 160px;
}
/*등록된 기기가 없습니다.*/
.sd_state .sd_state_type03{
  display: table;
}
.sd_state .sd_state_type03 p{
  width: 100%;
  height: calc(100px - 60px);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/*등록된 안심기기 없음*/
.sd_no_register{
  width: 100%;
  height: 90px;
  padding: 26px 30px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  /*margin-top: 60px;*/
}
.sd_no_register p{
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.48px;
}

/*등록된 안심기기*/
.sd_register{
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.sd_register h2 span{
  font-size: 14px;
  font-weight: 400;
}
.sd_register button{
  min-width: 100px;
  width: max-content;
  padding: 9px 8px;
  margin: 0 4px;
  border: 1px solid #dde1e5;
  border-radius: 3px;
  color: #636569;
  font-size: 14px;
  background-color: #f8f9fa;
}
.sd_register button:hover{
  color: #17191d;
  background-color: #e7e9ec;
}

/*기기목록*/
.sd_devices_bunch ul{
  width: 100%;
  height: 100%;
  padding: 25px 0;
  border-top: 1px solid #e8ebf2;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  position: relative;
}
.sd_devices_bunch ul:first-child{
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 25px 30px;
  border-top: 1px solid #d2d6e0;
}

.sd_devices_bunch ul dl:nth-child(1) dd{
  padding-left: 23px;
  color: #51555d;
  font-size: 14px;
}
.sd_devices_bunch ul dt{
  width: 100%;
  padding-left: 23px;
  margin-bottom: 4px;
  margin-left: 0;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.sd_devices_bunch ul dt span{
  margin-left: 10px;
  color: #9fa6b9;
  font-size: 12px;
  font-weight: 400;
}
.sd_devices_bunch dl:nth-child(1){
  width: calc(100% - 230px);
  position: relative;
  left: 0;
  margin-left: 0;
}

.sd_devices_bunch dl:nth-child(2){
  width: max-content;
  position: absolute;
  right: -4px;
  top: 30px;
}
.sd_devices_bunch ul:first-child dl:nth-child(2){
  width: max-content;
  right: 26px;
}
.sd_devices_bunch dl:nth-child(2) dd{
  float: left;
}

/*핸드폰 기기img*/
.sd_devices_bunch .sd_register_phone dt{
  background-image: url("../images/icon_phone.png");
}
/*pc기기img*/
.sd_devices_bunch .sd_register_pc dt{
  background-image: url("../images/icon_pc.png");
}

/*게임별 기기목록*/
.sd_register .sd_register_game_list:first-child{
  margin-top: 0;
}
.sd_register .sd_register_game_list{
  width: 100%;
  height: auto;
  min-height: 88px;
  margin-top: 10px;
  padding: 25px 30px 0;
  border-radius: 5px;
  outline: 1px solid #d2d6e0;
  background-color: #fff;
  position: relative;
}
.sd_register button.dropdown_but{
  width: calc(100% - 26px);/*양쪽 border값뺀 사이즈*/
  min-width: 24px;
  height: 86px;
  border: none;
  background-color: transparent;
  background-image: url("../images/slice_off.png");
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 1px;
  left: -1px;
}
.sd_register .sd_register_game_list:hover{
  background-color: transparent;
}
.sd_register .sd_register_game_list:hover .dropdown_but{
  border: none;
  background-color: transparent;
  background-image: url("../images/slice_on.png");
}

/*클릭 오픈 상태*/
.sd_register .sd_register_game_list.sd_open_line{
  outline: 2px solid #17191c;
}
button.dropdown_Open{
  width: calc(100% - 26px);
  height: 88px;
  border: none;
  transform: rotate(180deg);
  background-image: url("../images/slice_on.png");
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: -1px;
}
button.dropdown_Open:hover{
  border: none;
  background-color: transparent;
}

/*등록 기기없을 경우 disabled 처리*/
.sd_devices_disabled{
  cursor: none;
  pointer-events: none;
}

.sd_register .sd_game_list{
  width: 100%;
  height: 63px;
  min-height: calc(100% + 25px);
  cursor: pointer;
}
.sd_register .sd_game_list ul{
  display: flex;
  gap: 10px;
  align-items: center;
  width: calc(100% - 36px);
  height: 38px;
  margin-left: 0;
}
.sd_register .sd_game_list ul li{
  float: left;
  vertical-align: middle;
}
.sd_register .sd_game_list ul li:nth-child(1){
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin: 0;
}
.sd_register .sd_game_list ul li:nth-child(1) img{
  width: 100%;
}
.sd_register .sd_game_list ul li:nth-child(2){
  width: max-content;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sd_register .sd_game_list ul li:nth-child(3){
  min-width: 38px;
  padding: 0 8px;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.26px;
  border-radius: 50px;
  background-color: #17191c;
  vertical-align: middle;
}

/*등록된 기기가 없습니다.*/
.sd_register .sd_register_list li{
  width: 100%;
  min-height: 90px;
  padding: 20px 30px;
  margin-bottom: 10px;
  border: 1px solid #e0e3e5;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.sd_register .sd_register_list li:last-child{
  margin-bottom: 0;
}
.sd_register .sd_register_list dl:nth-child(1) dd{
  padding-left: 23px;
  color: #636569;
  font-size: 14px;
}
.sd_register .sd_register_list dt{
  width: calc(100% - 228px);
  padding-left: 23px;
  margin-bottom: 4px;
  margin-left: 0;
  word-break: break-all;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.sd_register .sd_register_list dt span{
  margin-left: 10px;
  color: #9fa6b9;
  font-size: 12px;
  font-weight: 400;
}
.sd_register .sd_register_list dl:nth-child(2){
  position: absolute;
  right: 25px;
  top: 25px;
}
.sd_register .sd_register_list dl:nth-child(2) dd{
  float: left;
}

/*이용 방법*/
.sd_way{
  width: 100%;
  margin-top: 60px;
}
.sd_way .way_contents{
  width: 100%;
  height: 180px;
  border: 1px solid #e0e3e5;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
}
.sd_way .way_contents ul{
  width: 100%;
}
.sd_way .way_contents li{
  float: left;
  height: 180px;
  text-align: center;
  background-repeat: no-repeat;
}
.sd_way .way_contents .way_list{
  vertical-align: top;
  width: calc(25.55% - 16px);
}
.sd_way .way_contents li:nth-child(2n){
  width: 16px;
  background-image: url("../images/icon_arrow.png");
  background-position: center center;
  background-size: 16px 16px;
}
.sd_way .way_contents li dt{
  width: 50px;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.sd_way .way_contents li:nth-child(1) dt{
  background-image: url("../images/icon_cursor.png");
}
.sd_way .way_contents li:nth-child(3) dt{
  background-image: url("../images/icon_phone_01.png");
}
.sd_way .way_contents li:nth-child(5) dt{
  background-image: url("../images/icon_phone_02.png");
}
.sd_way .way_contents li:nth-child(7) dt{
  background-image: url("../images/icon_phone_03.png");
}
.sd_way .way_contents li dd{
  width: 100%;
  padding: 0 14px;
  color: #51555d;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.48px;
}

/*잠깐만요*/
.sd_important{
  width: 100%;
  margin-top: 60px;
}
.sd_important .important_text{
  width: 100%;
  padding: 30px;
  border: 1px solid #e0e3e5;
  border-radius: 5px;
  background-color: #fff;
}
.sd_important .important_text p{
  width: 100%;
  padding-left: 21px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.3;
  
  font-size: 16px;
  font-weight: 500;
  background-image: url("../images/icon_info_01.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.sd_important .important_text p:last-child{
  margin-bottom: 0;
}

/*** 회색 바탕 부분 ***/
.gray_contents{
  margin-top: 60px;
}
/*한큐 해지*/
.secede_cancel{
  width: 100%;
}
.secede_cancel_text{
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  background-color: #f7f8fa;
  font-size: 16px;
}
.secede_cancel_text dd{
  color: #747a86;
  font-size: 16px;
  line-height: 1.7;
}
.secede_cancel_text button{
  /*width: 80px;*/
  margin-left: 10px;
  padding-right: 20px;
  text-align: right;
  color: #0c77ff;
  font-size: 14px;
  font-weight: 400;
  background-image: url("../images/icon_go_s.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

html[lang="zh"] .secede_cancel_text button{
  width: 50px;
}

/*** 팝업 ***/
.sd_pop_wrap{
  width: 100%;
  min-width: 360px;
  height: 100%;
  padding: 60px 0;
  background-color: #f8f9fa;
  color: #17181d;
}
.sd_pop_body{
  width: 100%;
  position: relative;
  /*display: table;*/
}
.sd_pop_body article{
  width: 100%;
  margin-top: 30px;
}

/*안심기기에서 비 노출*/
.sd_pop_wrap .close_but{
  width: 20px;
  height: 20px;
  background-image: url("../images/btn_x.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -43px;
  right: 16px;
}
.sd_pop_wrap .close_but:hover{
  background-image: url("../images/btn_x_press.png");
}

/*스탭 현재 위치*/
.step_location{
  background-color: #17191d !important;
}
/*스탭 체그 상태*/
.step_check{
  color: transparent !important;
  background-image: url("../images/icon_step_pass.png");
  background-repeat: no-repeat;
}
.step_check_line{
  background-color: #17191d !important;
}

.sd_pop_contents{
  width: 100%;
  max-width: 550px;
  height: 100%;
  /*display: table-cell;*/
  vertical-align: middle;
}

.sd_pop_contents_text{
  width: 520px;
  position: relative;
}

.sd_pop_contents::-webkit-scrollbar{
  width: 10px;
}
.sd_pop_contents::-webkit-scrollbar-track{
  background-color: transparent;
}
.sd_pop_contents::-webkit-scrollbar-thumb{
  border-radius: 100px;
  background-color: #d2d5d9;
}

.sd_pop_contents .pop_title{
  width: 100%;
}
.sd_pop_contents .pop_title h1{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.43px;
}
.sd_pop_contents .pop_title .step_list{
  position: absolute;
  top: 5px;
  right: 0;
}
.sd_pop_contents .pop_title .step_list li{
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color:#fff;
  text-align: center;
  background-color: #c5c9ce;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
}
.sd_pop_contents .pop_title .step_list li:nth-child(2n){
  width: 20px;
  height: 1px;
  margin-top: 11px;
  background-color: #c5c9ce;
}

.sd_pop_body h3{
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

/*개인정보 수집 및 이용 동의*/
.consent_body{
  width: 100%;
  background-color: #fff;
  border: 1px solid #cdd2d9;
  border-radius: 3px;
}
.consent_body .input_check{
  width: 100%;
  min-height: 60px;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #cdd2d9;
  position: relative;
}
.consent_body .input_check span{
  font-weight: 400;
}
.consent_body .input_check input[type=checkbox] {
  display:none;
}
.consent_body .input_check input[type=checkbox] + label {
  cursor: pointer;
  padding: 0px 20px 0px 35px;
  /* background-image: url("../images/icon_check_off.png"); */
  background-repeat: no-repeat;
  background-position: left 13px;
  position: relative;
  display: block;
  margin-top: 3px;
}
.consent_body .input_check input[type=checkbox] + label:before {
  content:"";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}
.consent_body .input_check input[type=checkbox] + label:after {
  content:"";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../images/icon_check_off.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -13px;
}
.consent_body .input_check input[type=checkbox]:checked + label::after {
  background-image: url("../images/icon_check_on.png");
}
.consent_body .input_check .drop_but{
  width: 16px;
  height: 10px;
  background-image: url("../images/icon_drop_gray.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.consent_body .input_check .drop_but:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
}
.drop_but_Click{
  transform: rotate(180deg);
}

.consent_body .cosent_text{
  width: 100%;
  padding: 20px;
  color: #6e788c;
  font-size: 16px;
  background-color: #fff;
}
.consent_body .cosent_text dt{
  font-weight: bold;
}
.consent_body .cosent_text .text_type01{
  margin-bottom: 15px;
  font-size: 17px;
  text-indent: -10px;
  padding-left: 10px;

}

/*본인 확인*/
.identify_select{
  margin-right: 10px;
}
.identify_select summary {
  width: 120px;
  height: 48px;
  margin: 0;
  padding: 13px 20px 12px;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #cdd2d9;
  border-radius: 3px;
}

.identify_select summary::-webkit-details-marker {
  display: none;
}
.identify_select summary::after {
  content: '';
  width: 12px;
  height: 8px;
  margin-top: 8px;
  display: inline-block;
  background-image: url("../images/icon_drop_black.png");
  background-repeat: no-repeat;
  float: right;
}

.identify_select summary:focus {
  outline: none;
}
.identify_select .selectList{
  width: 120px;
  height: auto;
  max-height: 140px;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #0c77ff;
  border-radius: 3px;
  position: absolute;
  z-index: 2;

}
.identify_select ul{
  height: 100%;
  max-height: 138px;
  width: calc(100% - 7px);
  margin-left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.identify_select .selectList li{
  width: 100%;
  height: 46px;
  padding: 12px 0 12px 21px;
  color: #767a81;
  font-size: 16px;
  cursor: pointer;
}

/*스크롤 hover 상태*/
.select_hover{
  width: 100%;
  height: 46px;
  background-color: #ecf2f9;
  position: absolute;
  z-index: 0;
  top: 0;
}
/*스크롤 selected 상태*/
.identify_select .selectList li:focus,
.select_focus{
  color: #3c6cf8 !important;
  font-weight: bold;
}

.identify_select ul::-webkit-scrollbar{
  width: 6px;
}
.identify_select ul::-webkit-scrollbar-track{
  background-color: transparent;
}
.identify_select ul::-webkit-scrollbar-thumb{
  border-radius: 3px;
  background-color: #c5ccd9;
}

/*다음 버튼*/
.next_but{
  width: 100%;
  padding: 13px 0 14px;
  font-size: 16px;
  font-weight: 500;
}

.sd_pop_identify h4{
  margin-bottom: 15px;
  color: #4a4e57;
  font-size: 16px;
  text-align: left;
}
.sd_pop_identify dd{
  float: left;
}
.sd_pop_identify .identify_step01{
  width: 100%;
  height: 50px;
}
.identify_step01 dd:nth-of-type(2) {
  width: calc(100% - 130px);
}
.sd_pop_identify .identify_step01 input[type="text"],
.sd_pop_identify .identify_step01 .inputPhone {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #cdd2d9;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}

.sd_pop_identify .identify_step01 input[type="number"]{
  width: 100%;
  
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #cdd2d9;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
.sd_pop_identify .next_but{
  margin-top: 20px;
  margin-bottom: 0;
}

.identify_step02{
  width: 100%;
}

.identify_step02.inputBox{
  height: 60px;
}
.identify_step02 .number_input{
  width: 420px;
  height: 48px;
  padding: 13px 20px 12px;
  margin-top: 10px;
  margin-right: 10px;
  line-height: 1;
  border: 1px solid #cdd2d9;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.identify_step02 .number_input input[type="text"]{
  width: 310px;
  height: 100%;
  border: none;
  color: #17191d;
  font-size: 16px;
}
.identify_step02 .number_input input[type="number"]{
  width: 310px;
  height: 100%;
  border: none;
  color: #17191d;
  font-size: 16px;
}
.identify_step02 .number_input span{
  margin-left: 5px;
  line-height: 0.9;
  color: #0077ff;
  font-weight: bold;
}
.identify_step02 .number_but {
  position: absolute;
  right: 0;
  margin-top: 10px;
}
.identify_step02 .number_but button{
  width: 90px;
  height: 48px;
  border-radius: 3px;
  border: 1px solid #17191d;
  background-color: #fff;
  color: #17191d;
  font-size: 16px;
  font-weight: 400;
}
.sd_pop_identify .identify_text{
  width: 100%;
  padding-left: 23px;
  margin-top: 86px;
  color: #4A4E57;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  background-image: url("../images/icon_Alert.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 15px 15px;
  position: absolute;
}

/*재발송 버튼 disabled 처리*/
.sms_disabled_but button{
  opacity: 0.2;
  color: #17191C !important;
  border: 1px solid #DDE1E5 !important;
  background-color: #B1B7C4 !important;
  pointer-events: none !important;
  font-size: 16px;
  font-weight: 400;
}

.number_text{
  width: 100%;
  margin-bottom: 15px;
  color: #4a4e57;
  font-size: 16px;
}
.time_check_text{
  width: max-content;
  position: absolute;
  right: 20px;
  top: 15px;
  background-image: url("../images/icon_time.png");
  background-repeat: no-repeat;
  background-position: 5px 0;
  background-size: 16px 16px;
}
.time_check_text span{
  font-size: 16px;
  padding-left: 21px;
}

/*기기 이름 등록*/
.setting_input{
  width: calc(100% - 40px);
  height: 48px;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #cdd2d9;
  background-color: #fff;
}
.error_text{
  margin: 5px 0 0;
  color: #ff7171;
  font-size: 14px;
  line-height: 1;
}
.phone_box{
  width: 100%;
  height: 50px;
  padding: 14px 0;
  border-radius: 3px;
  background-color: #ebeef1;
  color: #646870;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.phone_box span{
  margin-right: 6px;
}

/*말풍선*/
.tooltip_box{
  margin-top: 10px;
}
.tooltip_box dt{
  color: #4a4e57;
  text-align: right;
  font-size: 14px;
  cursor: pointer;
}
.tooltip_box dt img{
  vertical-align: inherit;
}
html[lang="en"] .tooltip_box dt img{
  transform: translateY(2px);
}
.tooltip_text.active  {
  display: block;
}

.tooltip_text {
  display: none;

  width: 325px;
  margin-top: 17px;
  margin-right: 0;
  padding: 8px 10px 10px;
  position: relative;
  background-color: #ecf5ff;
  border: 1px solid #dde5ee;
  color: #7c818e;
  font-size: 14px;
}
/* .tooltip_text::before{
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/icon_x_s.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
} */
.tooltip_text::after{
  content: "";
  width: 9px;
  height: 7px;
  position: absolute;
  top: -7px;
  right: 5px;
  background-image: url("../images/icon_edge.png");
  background-repeat: no-repeat;
}

/*안심기기 설정 목록*/
.sd_list_body{
  width: 100%;
}
.sd_list_body .black_but{
  width: 100%;
  height: 48px;
}
.sd_list_body dl{
  width: 100%;
  height: calc(48px + 10px);
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid #17191d;
  position: relative;
}
.sd_list_body dt{
  width: 340px;
  padding-top: 24px;
  margin-left: 0;
  text-align: left;
  font-size: 16px;
}
.sd_list_body dd > button{
  width: 180px;
  height: 48px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.sd_list_wrap .but_box button{
  width: 100%;
  height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  border-radius: 3px;
  background-color: #17191d;
}
.sd_list_wrap .but_box button:hover{
  background-color: #3063ca;
}
.sd_list_wrap .but_box{
  margin-top: 0;
}

.sd_list_contents{
  width: 100%;
}
.sd_list_contents li{
  position: relative;
  
  width: 100%;
  min-height: 50px;
  padding: 9px 10px 9px 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #fff;
}
.sd_list_contents li:last-child{
  margin-bottom: 20px;
}
.sd_list_contents li p{
  width: 320px;
  margin-left: 0;
  margin-top: 4px;
  padding-left: 23px;
  font-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  word-break: break-all;
}
.sd_list_contents li span{
  color: #636569;
  font-size: 14px;
  margin-left: 10px;
}
.phone_text{
  background-image: url("../images/icon_phone.png");
}
.pc_text{
  background-image: url("../images/icon_pc.png");
}

.sd_list_contents div{
  /*width: 165px;*/
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10px, -50%);
}
.sd_list_contents div button{
  min-width: 79px;
  height: 32px;
  padding: 0 8px;
  color: #636569;
  font-size: 12px;
  letter-spacing: -0.4px;
  font-weight: 400;
  border: 1px solid #dde1e5;
  background-color: #f8f9fa;
  border-radius: 3px;
  box-sizing: border-box;
}
.sd_list_contents div button:hover{
  color: #17191d;
  background-color: #e7e9ec;
}

/*인증 휴대폰 번호 변경*/
.number_identify{
  width: 100%;
}
.number_identify .number_identify_but{
  margin-top: 20px;
}
.number_identify .number_identify_but button{
  width: 255px;
}
.number_identify .number_identify_but .black_but{
  margin-left: 5px;
}
/* 레이어 팝업 */
.overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
.sd_popup_body{
  position: absolute;
  width: 100%;
  max-width: 360px;
  min-width: 320px;
  min-height: 200px;
  padding: 0 28px 24px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 400;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.sd_popup_body .sd_layer_contents{
  width: 100%;
  height: 100%;
  min-height: 128px;
  display: table;
}

/*안심기기 가입&등록하기*/
.sd_popup_body_sefety{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  width: 100%;
  max-width: 360px;
  min-width: 320px;
  height: 445px;
  padding: 32px 20px 24px;
  margin: auto;
  
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 400;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.sd_popup_body_sefety .sd_layer_contents{
  width: 100%;
  height: auto;
}
.sd_popup_body_sefety .safertTextImg{
  width: 320px;
  height: 200px;
  /*margin-left: -8px;*/
  margin-bottom: 15px;
  background-image: url("../images/pop_img_safety@2x.png");
  background-position: center center;
  background-size: 320px 100%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 22px;
}
.sd_popup_body_sefety dl{
  padding-bottom: 32px;
}
.sd_popup_body_sefety dt{
  margin-bottom: 20px;
  color: #17191d;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.sd_popup_body_sefety .black_but {
  margin: 0 auto;
  width: calc(100% - 16px);
}
/*레이어팝업 공통*/
.sd_popup_body dl{
  display: table-cell;
  vertical-align: middle;
  padding: 35px 0;
}
.sd_popup_body dt{
  margin-bottom: 20px;
  color: #17191d;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.sd_popup_body dd,
.sd_popup_body_sefety dd{
  width: 100%;
  line-height: 1.57;
  letter-spacing: -0.4px;
  word-break: break-word;
  text-align: center;
  color: #17191d;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}
html[lang="zh"] .sd_popup_body dd,
html[lang="ja"] .sd_popup_body dd {
  letter-spacing: 0;
}
.sd_popup_body span{
  color: #0A74FF;
  font-weight: bold;
}

.pop_but_box button{
  width: calc(50% - 5px);
  height: 48px;
  font-weight: bold;
}
.pop_but_box button:nth-child(1){
  color: #17191d;
  background-color: #e7e9ec;
}
.pop_but_box button:nth-child(2){
  margin-left: 4px;
}
/*안심기기 설정 목록 레이어 팝업*/
/*sd_setting_layer_pop.html에서만 layer_pop_text01 & p.sd_layer_text이 있다*/
.layer_pop_text01{
  text-align: left;
  font-size: 16px;
}
.layer_pop_text01 h3{
  padding-top: 30px;

  margin-bottom: 20px;
  color: #17191d;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.48px;
}

.layer_pop_text01 input[type="text"]{
  width: calc(100% - 42px);
  height: calc(50px - (28px + 2px));
  padding: 14px 20px;
  border-radius: 3px;
  border: 1px solid #cdd2d9;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
.layer_pop_text01 input[type="text"]:disabled{
  border: none !important;
  margin-bottom: 22px;
}
.layer_pop_text01.-change-device-name .black_but{
  margin-top: 23px;
}
.sd_layerInput{
  margin-bottom: 10px;
}
/*체크이미지 있는 레이아웃*/
.layer_pop_text01 .sd_layer_text{
  width: 320px;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0;
}

/*어느 페이지에 있는지 모름*/
.layer_pop_text01 .sd_layer_contents{
  padding: 30px 0;
}
.sd_layer_text{
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.sd_layer_text dd{
  padding-top: 75px;
  font-weight: 700;
}

.layer_pop_text01 .sd_layer_text li{
  padding-top: 15px;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 3px;
}

.layer_pop_text01 .sd_layer_text::before{
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_done.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: static;
  display: block;
  margin: 2px auto;
}

.close_but{
  width: 20px;
  height: 20px;
  background-image: url("../images/btn_x.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 16px;
}
.close_but:hover{
  background-image: url("../images/btn_x_press.png");
}
.check_but{
  width: 100%;
  font-size: 16px;
}
.but_box{
  margin-top: 20px;
  min-width: 360px;
}
/*기기리스트,튤팁페이 사용안함*/
.sd_but{
  width: 100%;
  max-width: 520px;
}
.sd_but2{
  width: 100%;
  max-width: 520px;
}
.sd_but2 button{
  width: calc(50% - 6px);
  font-size: 16px;
}
.sd_but2 button.black_but{
  margin-left: 6px;
}
.sdPopWrap{
  background-color: #f8f9fa;
}
.sd_list_body .but_box{
  padding-bottom: 15px;
}

.sd_popup_body_sefety .black_but,
.sd_popup_body_sefety .check_but,
.sd_popup_body .black_but,
.sd_popup_body .check_but {
  font-weight: bold;
}

@media all and (max-width: 1440px){
  .sd_title dt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    p, button {
      margin: 0;
    }

    button {
      width: 32px;
      height: 32px;
    }
  }

  .security_wrap h2{
    font-size: 18px;
  }
  .security_wrap h2 span{
    font-size: 12px;
    font-weight: 400;
  }
  .white_body{
    padding: 40px 0px 140px;
  }
  .white_body .sd_title{
    height: auto;
    background: none;
    margin-bottom: 30px;
  }
  .white_body .sd_title dl{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    word-break: break-all;
  }

  .white_body .sd_state{
    height: auto;
    padding: 20px;
  }
  .but_tooltip{
    display: none;
  }
  .sd_state .sd_state_type01 dl{
    width: 100%;
  }
  .sd_state .sd_state_type01 button,
  .sd_state .sd_state_type02 button{
    width: 100%;
    margin-top: 20px;
    position: initial;
  }
  html[lang="en"] .sd_state .sd_state_type01 button {
    height: 48px;
  }
  .sd_state .sd_state_type02 p{
    padding-top: 0;
    text-align: center;
  }
  .sd_state .sd_state_type03 p{
    padding-top: 0;
    margin-top: -4px;
  }

  .sd_no_register{
    margin-top: 30px;
  }
  .sd_register{
    margin-top: 30px;
  }

  /*23년_게임별기기 목록*/
  .sd_register .sd_register_game_list{
    min-height: 85px;
    padding: 22px 20px 0;
  }
  .sd_register .sd_game_list{
    height: 60px;
    min-height: calc(100% + 22px);
  }
  .sd_register .sd_register_game_list dl:nth-child(1){
    width: 100%;
  }
  .sd_devices_bunch ul:first-child{
    width: calc(100% + 40px);
    padding: 25px 20px;
    margin-left: -20px;
  }
  .sd_devices_bunch ul:first-child dl:nth-child(2){
    width: 100%;
  }
  .sd_register .sd_register_game_list dl:nth-child(2){
    width: 100%;
    height: 40px;
    margin-top: 20px;
    position: inherit;
  }
  .sd_register .sd_register_game_list dl:nth-child(2) dd{
    width: calc(50% - 4px);
  }
  .sd_register .sd_register_game_list dl:nth-child(2) dd:last-child{
    margin-left: 8px;
  }

  .sd_register .sd_register_game_list dd button{
    width: 100%;
    margin: 0;
  }
  .sd_register button.dropdown_but,
  button.dropdown_Open{
    width: calc(100% - 26px);
  }

  .sd_way{
    margin-top: 30px;
  }
  .sd_way .way_contents{
    height: 160px;
  }
  html[lang="ja"] .sd_way .way_contents,
  html[lang="zh"] .sd_way .way_contents {
    min-height: 180px;
    height: auto;
  }
  html[lang="en"] .sd_way .way_contents {
    min-height: 200px;
    height: auto;
  }
  
  .sd_way .way_contents li{
    height: 160px;
  }
  .sd_way .way_contents li dt{
    width: 38px;
    height: 38px;
    margin-top: 48px;
    background-size: 38px 38px;
  }
  .sd_way .way_contents li dd{
    padding: 0 10px;
    /*word-break: keep-all;*/
    font-size: 12px;
  }

  .sd_important{
    margin-top: 30px;
  }
  .sd_important .important_text{
    padding: 20px;
  }
  .sd_important .important_text p{
    font-size: 14px;
    margin-bottom: 10px;
    /*word-break: keep-all;*/
  }
  /*해지하기*/
  .gray_contents {
    margin-top: 30px;
  }

  .secede_cancel_text{
    padding: 20px;
  }
  .secede_cancel_text dd{
    font-size: 14px;
    /*word-break: keep-all;*/
  }
}

/************* media_otp페이지 코드 **************/
@media all and (max-width: 768px){
  .white_body{
    padding-bottom: 160px;
  }
  .gray_contents{
    margin-top: 30px;
  }

  .sd_way .way_contents {
    height: fit-content;

    ul {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

  .sd_way .way_contents .way_list{
    width: 100%;
  }

  .sd_way .way_contents li {
    height: 125px;
  }

  .sd_way .way_contents li:nth-child(2n) {
    margin: 0;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
  }

  .sd_way .way_contents li dt {
    margin-top: 30px;
  }

  /*팝업*/
  .sd_pop_contents{
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .sd_pop_wrap .close_but{
    display: block;
  }
  .consent_body .input_check .drop_but{
    right: 14px;
  }
}

/* 팝업 */
@media all and (max-width: 530px){
  /*** 팝업 ***/
  .but_box{
    width: 100%;
    position: absolute;
    padding-bottom: 15px;
    left: 0;
  }
  .sd_list_body .but_box{
    width: 100%;
    position: absolute;
    background-color: #f8f9fa;
    left: 0;
  }
  .next_but, .check_but{
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-bottom: 0;
  }
  .sd_list_body .but_box{
    height: 78px;
    margin-top: -25px;
    min-width: calc(360px - 32px);
  }
  .sd_list_body .but_box button{
    width: 100%;
    height: 48px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
    background-color: #17191d;
  }
  .sd_list_body .but_box button:hover{
    background-color: #3063ca;
  }
  .sd_pop_wrap .close_but{
    top: -24px;
    right: 16px;
  }
  .sd_popup_body .but_box .black_but{
    width: 100%;
    margin: 0;
  }
  /*변경페이지_튤팁존재*/
  .sd_but1 .check_but{
    margin-bottom: 14px;
  }
  .sd_but2{/*취소확인버튼*/
    width: calc(100% - 32px);
    min-width: 328px;
    margin-left: 16px;
    background-color: #f8f9fa;
  }

  /*팝업의 버튼*/
  /*레이어팝업*/
  .sd_popup_body .next_but, .sd_popup_body .check_but {
    width: 100%;
    margin-left: 0;
  }
  .sd_pop_wrap{
    height: calc(100vh - 140px);
    padding: 40px 0 0;
    margin-bottom: 0 !important;
    position: relative;
  }
  .sd_pop_body{
    position: relative;
  }
  .sd_pop_body article{
    margin-top: 90px;
    max-width: 520px;
    position: relative;
  }
  .sd_pop_contents{
    padding-bottom: 15px;
  }
  .sd_pop_contents_text{
    width: 100%;
    padding: 0 16px;
    background-color: #f8f9fa;
  }
  .sd_pop_contents .pop_title .step_list{
    position: static ;
    margin-top: 15px;
  }
  .sd_pop_contents_text .sd_list_but button{
    width: calc(100% - 32px);
    margin-left: 16px;
  }
  .pop_but_box button{
    font-weight: bold;
  }
  .sd_popup_body dt,
  .sd_popup_body dd{
    /*width: calc(100% + 36px);*/
    /*margin-left: -18px;*/
  }
  .identify_select summary{
    max-width: 100px;
    padding: 13px 15px 12px;
  }

  .sd_pop_identify .identify_step01 dd:nth-child(2){
    width: calc(100% - 110px);
  }
  .identify_step02 .number_input{
    width: calc(100% - 100px);
    padding: 13px 15px 12px;
  }
  .identify_step02 .number_input input[type="text"],
  .identify_step02 .number_input input[type="number"]{
    width: calc(100% - 70px);
  }
  /*개인 정보 수집 및 이용에 동의합니다.*/
  .consent_body .input_check{
    padding: 17px 15px;
  }
  .consent_body .input_check input[type=checkbox] + label{
    font-size: 14px;
  }
  .consent_body .cosent_text{
    padding: 20px 15px;
    font-size: 14px;
    max-height: calc(100svh - 370px);
    overflow: auto;
  }
  .consent_body .cosent_text .text_type01{
    font-size: 14px;
  }

  /*기기목록*/
  .sd_pop_body{
    min-height: 100%;
  }
  article.sd_list_body{
    margin-top: 55px;
  }
  .sd_list_body dl{
    height: auto;
  }
  .sd_list_body dt{
    padding-top: 0;
  }
  .sd_list_body dd{
    width: 100%;
    margin: 15px 0 20px;
  }
  .sd_list_body dd > button{
    width: 100%;
    position: static;
  }
  .sd_list_contents li{
    padding: 18px 15px;
  }
  .sd_list_contents li p{
    width: 100%;
    font-size: 14px;
  }
  .sd_list_contents div{
    width: 100%;
    margin-top: 15px;
    transform: none;
    position: static;
  }
  .sd_list_contents div button{
    width: calc(50% - 4px);
    height: 40px;
    font-size: 14px;
  }
  /*기기목록의 닫기버튼*/
  .sd_list_wrap .but_box {
    left: inherit;
    padding-bottom: 15px;
    width: calc(100% - 32px);
    min-width: 0px;
  }
  .sd_list_wrap .but_box button{
    /* width: calc(100% - 32px); */
  }

  /*셀럭트 박스*/
  .identify_select .selectList{
    width: 100px;
  }
  .identify_select .selectList li{
    padding: 12px 0 12px 15px;
  }
  .phone_box{
    height: 80px;
    line-height: 3;
  }
  .number_identify .number_identify_but button{
    width: calc(50% - 5px);
  }
  .number_identify .number_identify_but button:nth-child(2){
    margin-left: 4px;
  }
  .number_identify .but_box{
    width: 100%;
    padding: 15px 16px
  }
  .number_identify .number_identify_but .black_but{
    margin: 0;
  }
  .number_identify_but{
    padding-bottom: 32px;
  }
  .sd_pop_body article.phone_cancel_text{
    margin-top: 55px;
  }
  /*말풍선*/
  .tooltip_box{
    margin-right: 16px;
  }
  .number_identify_but .tooltip_box {
    margin-right: 0;
  }
}
@media all and (min-width: 359px) and (max-width: 450px){
  .fw700{
    font-weight: 700 !important;
  }
  .sd_layer_text dd{
    padding-top: 50px;
  }
  .white_body .sd_title dd br{
    display: none;
  }
  
  .sd_pop_wrap {
    height: 100vh;
    display: inline-block;
  }
  /*본인확인_휴대폰번호 입력*/
  .sd_pop_identify .identify_text{
    padding-bottom: 15px;
  }
}
@media all and (max-width: 382px){
  /*툴팁있는 레이아웃*/
  .number_identify_but.sd_but1{
    /* bottom: -170px; */
  }
  
  html[lang="ja"] .sd_way .way_contents,
  html[lang="en"] .sd_way .way_contents {
    min-height: 200px;
    height: auto;
  }
}
@media all and (max-width: 346px) {
  html[lang="ja"] .sd_way .way_contents {
    min-height: 220px;
    height: auto;
  }
  html[lang="zh"] .sd_way .way_contents,
  html[lang="en"] .sd_way .way_contents {
    min-height: 200px;
    height: auto;
  }
  
  html[lang="en"] .sd_state .sd_state_type01 button {
    height: 56px;
  }
}


/* @media query by height */
@media all and (max-height: 600px){
  .sd_pop_body{
    height: 100%;
  }
  /*다음 버튼*/
  .next_but{
    margin-bottom: 60px;
  }
  /*모바일 확인하고 삭제여부 보기*/
  /*툴팁있는 페이지*/
  .sd_numberText .sd_pop_body{
    height: calc(100vh + 80px);
  }
  .sd_list_wrap .sd_pop_body{
    height: auto;
  }
  .sd_numberText .sd_pop_contents_text{
    padding-bottom: 0;
  }
  .sd_pop_contents_text{
    padding-bottom: 20px;
  }
  .overlay{
    overflow-y: auto;
  }
  /*본인확인_휴대폰번호 입력*/
  .sd_pop_identify .identify_text{
    padding-bottom: 15px;
  }

}
@media all and (max-height: 450px){
  .overlay{
    overflow-y: auto;
  }
  .sd_popup_body_sefety{
    margin-top: inherit;
  }
  /*다음 버튼*/
  .next_but{
    margin-bottom: 0;
  }

}