html {
  overflow-x: hidden;
}

body {
  font-family: "Kozuka Gothic Pr6N R";
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  margin: 0;
}

/***** fonts *****/
@font-face {
  font-family: "Kozuka Gothic Pr6N R";
  font-style: normal;
  font-weight: normal;
  src: url("../font/KozGoPr6NRegular.woff");
}
@font-face {
  font-family: "Kozuka Gothic Pr6N B";
  font-style: normal;
  font-weight: normal;
  src: url("../font/KozGoPr6N-Bold.otf");
}

@font-face {
    font-family: "Kozuka Gothic Pr6N M";
    font-style: normal;
    font-weight: normal;
    src: url("../font/KozGoPr6N-Medium.otf");
}

img {
  max-width: 100%;
}

.cbn-inner {
  max-width: 797px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-register__logo {
  text-align: center;
  margin-top: 83px;
}
.p-register__slogan h3 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-family: "Kozuka Gothic Pr6N B";
  margin-top: 24px;
}
.p-register__main {
  margin-top: 24px;
}
.p-register__form-label h3 {
  color: #BC4E25;
  font-size: 16px;
  line-height: 19px;
  font-family: "Kozuka Gothic Pr6N B";
  margin-block: 0;
  margin-bottom: 7px;
}
.p-register__form-label--ex {
  font-size: 16px;
  line-height: 19px;
  color: #969696;
  font-family: "Kozuka Gothic Pr6N B";
  margin-block: 0;
  margin-bottom: 15px;
}
.p-register__form-input {
  /*margin-bottom: 16px;*/
  position: relative;
}
.p-register__form-input input {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 12px;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B;
  padding: 0 13px;
}
.p-register__form-input input:hover, .p-register__form-input input:focus, .p-register__form-input input:focus-visible {
  background: #FFFAF8;
  outline: none;
  border: 2px solid #BC4E25;
  padding: 0 12px;
}
.p-register__form-input input[type=password] {
  font-size: xx-large !important;
}
.p-register__form-input h5 {
  font-size: 16px;
  line-height: 19px;
  color: #BC4E25;
  font-family: "Kozuka Gothic Pr6N R";
  margin-bottom: 8px;
}
.p-register__form-input__show-pass {
  cursor: pointer;
  position: absolute;
  bottom: 9px;
  right: 13px;
  z-index: 5;
}
.p-register__form-input__show-pass .icn-show {
  display: none;
}
.p-register__form-input__show-pass.show .icn-hide {
  display: none;
}
.p-register__form-input__show-pass.show .icn-show {
  display: block;
}
.p-register__form-group-hanlde {
  margin-top: 40px;
}
.p-register__form-group-hanlde button {
  width: 100%;
  padding: 12px 0 17px;
  background: #BC4E25;
  border-radius: 16px;
  color: #fff;
  font-family: "Kozuka Gothic Pr6N B";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.p-register__form-group-hanlde button:hover {
  background: #000;
}
.p-register__form-group-hanlde button:focus, .p-register__form-group-hanlde button:focus-visible {
  outline: none;
}
.p-register__img {
  margin-top: 26px;
  text-align: center;
}

.layout-footer__btn-login {
  height: 58px;
  background-color: #FFD0C0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-footer__btn-login a {
  text-decoration: none;
}
.layout-footer__btn-login a span {
  color: #BC4E25;
  font-family: "Kozuka Gothic Pr6N R";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.layout-footer__btn-login a:hover span {
  color: #000;
}
.layout-footer__copyright {
  background: #BC4E25;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.layout-footer__copyright p {
  font-family: "Kozuka Gothic Pr6N B";
  color: #fff;
  font-size: 8px;
  line-height: 10px;
}

.cbn-back {
  margin-top: 24px;
}
.cbn-back a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cbn-back a span {
  font-size: 16px;
  line-height: 22px;
  font-family: "Kozuka Gothic Pr6N B";
  color: #BC4E25;
  margin-top: -5px;
}
.cbn-back a:hover {
  margin-left: -5px;
}

.p-register-comfirm .p-register__logo {
  margin-top: 23px;
}
.p-register-comfirm__icn-mail {
  text-align: center;
  margin-top: 34px;
}
.p-register-comfirm__icn-mail p {
  font-size: 16px;
  line-height: 19px;
  color: #BC4E25;
  font-family: "Kozuka Gothic Pr6N B";
}
.p-register-comfirm__alert {
  margin-top: 66px;
}
.p-register-comfirm__alert h3 {
  font-family: "Kozuka Gothic Pr6N B";
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 26px;
}
.p-register-comfirm__alert p {
  text-align: center;
  font-size: 18px;
  font-family: "Kozuka Gothic Pr6N R";
  line-height: 32px;
}
.p-register-comfirm + .layout-footer {
  margin-top: 100px;
}

.p-register-option .p-register__slogan h3 {
  margin-top: 100px;
}
.p-register-option .p-register__main {
  margin-top: 28px;
}
.p-register-option__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
}
.p-register-option__events a {
  text-decoration: none;
  width: 50%;
  min-width: 162px;
  max-width: 162px;
  max-height: 104px;
  text-align: center;
}
.p-register-option__events label.radio-card {
  cursor: pointer;
  position: relative;
}
.p-register-option__events label.radio-card .card-content-wrapper {
  background: #BC4E25;
  border-radius: 5px;
  height: 104px;
  padding: 18px;
  display: -ms-grid;
  display: grid;
  -webkit-box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
          box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  border: 1px solid #BC4E25;
  border-radius: 6px;
  text-align: center;
}
.p-register-option__events label.radio-card:hover .card-content-wrapper {
  background: #000;
  border: 1px solid #000;
}
.p-register-option__events label.radio-card p {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.p-register-option__events .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-register-password .p-register__logo {
  margin-top: 23px;
}
.p-register-password .p-register__main {
  margin-top: 24px;
}
.p-register-password .p-register__form-group-hanlde {
  margin-top: 76px;
}

.mt-16 {
    margin-top: 16px;
}

/*style driver test*/
.p-test__btn-back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.p-test__btn-back a span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #BC4E25;
    font-family: "Kozuka Gothic Pr6N B";
    /*margin-top: -6px;*/
}
.p-test__btn-back a img {
    margin-right: 15px;
}
.p-test__btn-back a:hover {
    margin-left: -5px;
}
.p-test__main {
    margin-top: 16px;
}
.p-test__main__box {
    position: relative;
    margin-bottom: 4px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 0;
}
.p-test__main__box-number {
    position: absolute;
    left: 16px;
    top: 8px;
}
.p-test__main__box-number span {
    width: 26px;
    height: 26px;
    background-color: #BC4E25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
    font-family: "Kozuka Gothic Pr6N B";
    color: #fff;
}
.p-test__main__box-content {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 144px);
    max-width: 100%;
}
.p-test__main__box-image {
    text-align: center;
}
.p-test__main__box-desc {
    margin-top: 9px;
}
.p-test__main__box-desc p {
    font-size: 12px;
    line-height: 20px;
    font-family: "Kozuka Gothic Pr6N R";
}
.p-test__main__box-groud__handle {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 7px;
}
.p-test__main__box-groud__handle input[type=radio] {
    display: none;
}
.p-test__main__box-groud__handle label {
    -webkit-box-flex: calc(50% - 3.5px);
    -ms-flex: calc(50% - 3.5px);
    flex: calc(50% - 3.5px);
    max-width: calc(50% - 3.5px);
    border: 1px solid #BC4E25;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px !important;
    font-family: "Kozuka Gothic Pr6N B";
    padding-left: 0 !important;
    text-align: center;
    border-radius: 8px;
    padding: 8px 0 !important;
    margin-bottom: 0 !important;
}
.p-test__main__box-groud__handle .blank-label {
    display: none;
}
.p-test__main__box-groud__handle input[type=radio]:checked + label {
    background: #BC4E25;
}
.p-test__main__box-groud__handle input[type=radio]:checked + label svg path{
    fill: #fff;
}
.p-test__main__box-groud__handle input[type=radio]:checked + label svg path {
    stroke: #fff;
}
.p-test__main__box-groud__handle input[type=radio]:checked + label:before, .p-test__main__box-groud__handle input[type=radio]:not(:checked) + label:before, .p-test__main__box-groud__handle input[type=radio]:checked + label:after, .p-test__main__box-groud__handle input[type=radio]:not(:checked) + label:after {
    display: none;
}
.p-test__main__box:nth-child(odd) {
    background-color: #FFF2EE;
}
.p-test__main__box:last-of-type {
    margin-bottom: 0;
}
.p-test__main__box-alert {
    margin-top: 8px;
    width: calc(100% - 72px);
    padding-right: 16px;
    margin-left: auto;
}
.p-test__main__box-alert input[type=radio] {
    display: none;
}
.p-test__main__box-alert label {
    text-align: left !important;
    padding: 12px 74px 12px 12px !important;
    border: 1px solid #BC4E25;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px !important;
    font-family: "Kozuka Gothic Pr6N M";
    text-align: center;
    border-radius: 8px;
    padding: 8px 0;
    border-radius: 4px;
    margin-bottom: 8px !important;
    width: 100%;
}
.p-test__main__box-alert .blank-label {
    display: none;
}
.p-test__main__box-alert input[type=radio]:checked + label {
    background: #BC4E25;
    color: #fff;
}
.p-test__main__box-alert input[type=radio]:checked + label:before, .p-test__main__box-alert input[type=radio]:not(:checked) + label:before, .p-test__main__box-alert input[type=radio]:checked + label:after, .p-test__main__box-alert input[type=radio]:not(:checked) + label:after {
    display: none;
}
.p-test__main__btn-submit {
    margin: 26px 0;
}
.p-test__main__btn-submit button {
    background-color: #BC4E25;
    border: none;
    text-align: center;
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.p-test__main__btn-submit button span {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-family: "Kozuka Gothic Pr6N B";
}
.p-test__main__btn-submit button:hover {
    background-color: #000;
}

.p-confirm-test__main {
    text-align: center;
}
.p-confirm-test__main-image {
    margin-top: 138px;
}
.p-confirm-test__main-image p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 19px;
    color: #BC4E25;
    font-family: "Kozuka Gothic Pr6N B";
}
.p-confirm-test__main-desc p {
    margin-top: 36px;
    font-size: 16px;
    line-height: 19px;
    font-family: "Kozuka Gothic Pr6N B";
}
.p-confirm-test__main__group-hanlde {
    margin-top: 98px;
}
.p-confirm-test__main__group-hanlde .hanlde {
    background-color: #BC4E25;
    border-radius: 16px;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
}
.p-confirm-test__main__group-hanlde .hanlde span {
    font-size: 16px;
    line-height: 19px;
    font-family: "Kozuka Gothic Pr6N B";
    color: #fff;
}
.p-confirm-test__main__group-hanlde .hanlde:hover {
    background-color: #000;
}
.p-confirm-test__main__group-hanlde .hanlde--white {
    border: 1px solid #BC4E25;
    background-color: #fff;
}
.p-confirm-test__main__group-hanlde .hanlde--white span {
    color: #BC4E25;
}
.p-confirm-test__main__group-hanlde .hanlde--white:hover {
    background-color: #BC4E25;
}
.p-confirm-test__main__group-hanlde .hanlde--white:hover span {
    color: #fff;
}
.p-test__main__box-image img {
    height: 120px !important;
}

.p-test__main__btn-submit a {
    background-color: #BC4E25;
    border: none;
    text-align: center;
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #FFFFFF !important;
}

@media (min-width: 599px) {
    .p-test__main__result {
        padding: 0 44%;
        margin-top: 32px;
    }
}

@media (max-width: 599px) {
    .p-test__main__result {
        padding: 0 38%;
        margin-top: 32px;
    }
}

