.theme_1 {
  --primary: #358DFF;
}

.theme_2 {
  --primary: #25552E;
}

.theme_3 {
  --primary: #F17551;
}

.stt {
  margin-top: 54px;
  border-top: 0.33px solid rgba(0, 0, 0, 0.3);
}
.header_container:has(.gnb) + .stt {
  margin-bottom: 85px;
}
.header_container:has(.gnb) + .stt .fixed_bottom {
  bottom: 85px;
}
.stt:has(.fixed_bottom) {
  padding-bottom: 40px;
}

.stt .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  border-bottom: 1px solid #E2E2E2;
  background-color: #fff;
}
.stt .tab li a {
  border-bottom: 4px solid transparent;
  display: block;
  width: 86px;
  box-sizing: border-box;
  padding: 12px 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.stt .tab li a.active {
  font-weight: 700;
  border-color: var(--primary);
}

.stt .fixed_bottom {
  display: flex;
  bottom: 86px;
  width: 100%;
}
.stt .fixed_bottom button {
  flex: 1;
  border: 0 none;
  height: 50px;
  color: #fff;
  background-color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}

.stt {
  font-size: 14px;
}
.stt .check_switch {
  display: block;
  height: 26px;
  width: 52px;
  border-radius: 16px;
  border: 3px solid #ccc;
  background-color: #ccc;
}
.stt .check_switch:has(input[type=checkbox]:checked) {
  background-color: #D9AB2E;
  border-color: #D9AB2E;
}
.stt .check_switch:has(input[type=checkbox]:checked) .toggle {
  left: 26px;
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2);
}
.stt .check_switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.stt .check_switch .toggle {
  display: block;
  position: relative;
  left: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: 0.1s ease-in-out;
  background-color: #fff;
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.2);
}
.stt .btn_base {
  display: inline-block;
  min-width: 10px;
  height: 30px;
  border-radius: 16px;
  border: 1px solid #1F1F1F;
  padding: 0 20px;
  line-height: 30px;
  font-weight: 700;
  background-color: #fff;
}
.stt .alarm_info {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 125px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 40px 20px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #777;
}
.sttmenu h3 {
  padding: 10px 20px;
  background-color: #F5F5F5;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.25px;
}
.sttmenu_box {
  padding: 30px 40px;
  background: #dbac2e url("../images/bg_my_zone.png") right bottom/auto 240px no-repeat;
  text-align: center;
}
.sttmenu_box .mileage {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.sttmenu_box .mileage p {
  margin-left: 8px;
}
.sttmenu_box .mileage p a {
  border-bottom: 1px solid #1f1f1f;
  line-height: 0.8;
  font-size: 20px;
  font-weight: 800;
}
.sttmenu_box .mileage::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background: url("../images/ico_stt_mileage.png") center/contain no-repeat;
}
.sttmenu_box .state ul {
  margin-top: 17px;
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.sttmenu_box .state li {
  flex: 1;
}
.sttmenu_box .state li:first-child {
  flex-basis: 35%;
}
.sttmenu_box .state li:nth-child(2) {
  flex-basis: 22%;
}
.sttmenu_box .state li:last-child {
  flex-basis: 43%;
}
.sttmenu_box .state li a {
  text-decoration: none;
  display: block;
  border: 1px solid #C19726;
  border-radius: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #444;
}
.sttmenu_box .state li strong {
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  color: #444;
}
.sttmenu_all {
  padding: 0 30px 66px;
}
.sttmenu_all h3 {
  margin: 0 -30px 30px;
}
.sttmenu_all ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 30px;
  align-items: center;
}
.sttmenu_all ul + ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E2E2E2;
}
.sttmenu_all li {
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.sttmenu_all li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E2E2E2;
}
.sttmenu_all li:nth-child(3n) {
  -moz-column-gap: 0;
       column-gap: 0;
}
.sttmenu_all li:nth-child(3n)::after {
  display: none;
}
.sttmenu_foot {
  background-color: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  padding: 22px;
  line-height: 1.3;
}
.sttmenu_foot strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}
.sttmenu_foot p {
  margin: 4px 0;
}
.sttmenu_foot address {
  margin-top: 20px;
}
.sttmenu_foot cite {
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
}
.sttsub h2, .sttsub h3 {
  padding: 10px 20px;
  background-color: #F5F5F5;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.25px;
}
.sttsub > section + section h2,
.sttsub > section + section h3 {
  border-top: 1px solid #E2E2E2;
}
.sttsub:not(:has(.alarm_info)) .stt_list:first-of-type {
  border-top: 6px solid #F5F5F5;
}
.stt_list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
}
.stt_list a.label {
  flex: 1;
  position: relative;
  padding: 20px 40px 20px 20px;
  font-weight: 700;
}
.stt_list a.label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  top: calc(50% - 9px);
  background: url("../images/btn_right_01.png") center/contain no-repeat;
}
.stt_list a.label strong {
  float: right;
  font-weight: 700;
}
.stt_list a.label strong .id {
  font-weight: 400;
}
.stt_list .box {
  padding: 20px;
}
.stt_list .box:only-of-type {
  flex: 1;
}
.stt_list .box p {
  font-size: 12px;
  color: #777777;
  line-height: 18px;
}
.stt_list .box_only {
  flex: 1;
  display: flex;
  align-items: center;
}
.stt_list .box_only p {
  margin-left: auto;
}
.stt_list .box_rt {
  margin-right: 20px;
  margin-left: auto;
}
.stt_list .box_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.stt_list .box_head .label {
  margin-right: auto;
}
.stt_list .box_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 8px;
}
.stt_list .info {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
}
.stt_basic .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 17px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
}
.stt_basic .thumb_wrap {
  position: relative;
  width: 100px;
  margin: auto;
}
.stt_basic .thumb img {
  width: 100%;
}
.stt_basic .thumb_edit {
  position: absolute;
  right: 0;
  bottom: 0;
}
.stt_basic .thumb_edit .btn {
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/ico_stt_camera.png") center/contain no-repeat;
}
.stt_basic .thumb_edit .layer {
  position: absolute;
  left: -86px;
  margin-top: 8px;
  width: 200px;
  border-radius: 4px;
  background-color: var(--primary);
  color: #fff;
}
.stt_basic .thumb_edit .layer::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -5px;
  border-width: 6px 5px;
  border-style: solid;
  border-color: transparent transparent var(--primary);
}
.stt_basic .thumb_edit .layer .box {
  position: relative;
  overflow: hidden;
}
.stt_basic .thumb_edit .layer .box + .box {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.stt_basic .thumb_edit .layer label {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 18px;
}
.stt_basic .thumb_edit .layer label::after {
  content: "";
  float: right;
  width: 18px;
  height: 18px;
  background: url("../images/btn_right_01.png") center/18px no-repeat;
  filter: contrast(1.5) invert(1);
}
.stt_basic .thumb_edit .layer input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.stt_basic .id {
  padding-bottom: 30px;
  text-align: center;
}
.stt_basic .id strong {
  margin-right: 6px;
  font-size: 16px;
}
.stt_basic .form {
  padding: 13px 23px 0;
  border-top: 1px solid #E2E2E2;
}
.stt_basic .form .field input {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  text-align: center;
  font-weight: 700;
  border: 0 none;
  border-radius: 4px;
}
.stt_basic .form .field_check {
  margin: 12px 0;
  text-align: center;
}
.stt_basic .form .field_check p {
  margin-top: 20px;
  color: var(--primary);
  font-weight: 700;
}
.stt_basic .form .field_check p.error {
  color: #D72F20;
}
.stt_basic .form .field .input_pw {
  margin-top: 6px;
  position: relative;
}
.stt_basic .form .field .input_pw .btn_pwhide,
.stt_basic .form .field .input_pw .btn_pwshow {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 0 none;
}

.stt_basic .form .field .input_pw .btn_pwhide {
  background-image: url("../images/ico_pwhide.png");
}

.stt_basic .form .field .input_pw .btn_pwshow {
  background-image: url("../images/ico_pwshow.png");
}
.stt_basic .form .info {
  margin: 28px -23px 0;
  padding: 20px 45px;
  border-top: 1px solid #E2E2E2;
  background-color: #F5F5F5;
  font-size: 12px;
  line-height: 16px;
}
.stt_basic .desc {
  padding: 20px;
  color: #000;
  font-weight: 700;
  line-height: 20px;
}
.stt_round dl {
  margin: 18px 20px;
}
.stt_round dl > dd {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 4px;
  margin-top: 2px;
}
.stt_round dl > dd + dt {
  margin-top: 16px;
}
.stt_round dt {
  font-weight: 700;
  line-height: 20px;
}
.stt_round label {
  display: block;
  /* overflow: hidden; */
  position: relative;
}
.stt_round label span {
  display: block;
  padding: 0 15px;
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  height: 28px;
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  text-align: center;
  white-space: nowrap;
}
.stt_round label input:checked + span {
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
  font-weight: 800;
}
.stt_round .group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 18px 20px 0;
}
.stt_round .group_flex label {
  width: fit-content;
}
.stt_round .indiv {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px 4px;
  margin: 10px 20px 18px;
}
.stt_round .indiv_flex {
  display: block;
}
.stt_round .indiv_flex li {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px 4px;
  margin-bottom: 10px;
}
.stt_round .indiv label span {
  padding: 0 10px;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.stt_round .indiv label input:checked + span {
  border-color: #F5F5F5;
  font-weight: 800;
}
.stt_round .set_col {
  display: flex;
  align-items: center;
  margin: -18px -20px 0;
  padding: 5px 20px;
}
.stt_round .set_col + .set_col {
  margin-top: 0;
  margin-bottom: -18px;
  border-top: 1px solid #E2E2E2;
}
.stt_round .set_col dd {
  margin-left: auto;
}
.stt_round .selectbox select {
  width: 180px;
  height: 38px;
  border-radius: 4px;
  padding: 0 20px;
  margin: 3px 0; 
  box-sizing: border-box;
  border: 0 none;
  text-align: left;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F5F5F5 url("../images/ico_arrow_04_down.png") center right 10px/18px no-repeat;
}
.stt_round .selectbox select + select {
  margin-left: 10px;
}
.stt [class$=_popup] {
  width: 320px;
}
.stt [class$=_popup] .inner {
  background-color: #fff;
}
.stt [class$=_popup] .inner > h2 {
  padding: 16px 0 12px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  border-bottom: 1px solid #E2E2E2;
  outline: 0;
  background-color: #fff;
}
.stt [class$=_popup] .content {
  margin: 40px 30px;
}
.stt [class$=_popup] .content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.stt [class$=_popup] .btn_close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("../images/btn_close_01.png") 0 0/24px no-repeat;
  border: 0;
}
.stt [class$=_popup] .buttons {
  display: flex;
  margin-top: 20px;
}
.stt [class$=_popup] .buttons button {
  flex: 1;
  height: 44px;
  border: 0 none;
  background-color: #A99362;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.stt [class$=_popup] .buttons button.btn_blue {
  background-color: var(--primary);
}

@media screen and (max-width: 380px) {
  .stt_round .indiv label span {
    font-size: 12px;
  }
}