<style type="text/css">
/* ===== Base ===== */
.txt_sub{
  font-size: 20px;
  line-height: 20px;
  font-weight: bolder;
  padding-top: 10px;
  margin-top: 4%;
}

p{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  unicode-bidi: isolate;
}

.name02{
  font-size: 11pt;
  line-height: 20pt;
  font-weight: bolder;
  color: #333;
  margin: 0 0 1% 0;
  padding: 0;
}

ul.ulpoint{
  display: block;
  list-style-type: disc;
  list-style-position: outside;
  unicode-bidi: isolate;
  margin: 1em 0;
  padding-left: 60px;
}

.lipoint{
  display: list-item;
  unicode-bidi: isolate;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


/* ===== Header ===== */
.header_logo{
  width: 225px;
}

.header_logo > img{
  width: 225px;
}

.header.is-top .header_logo{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease;
}

.header .header_logo{
  transition: opacity .25s ease;
}


/* ===== Footer ===== */
.footer{
  border-top: 4px solid #ff6100;
}

.footer_info{
  padding: 24px 0 0;
  overflow: hidden;
}

.footer_info_head{
  margin-bottom: 12px;
}

.footer_info_address{
  margin: 0 0 6px;
}

.footer_info > img{
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.footer_info_head img{
  width: 400px;
}


/* ===== Register Layout ===== */
.register-title{
  border-bottom: 2px solid #DB9065;
  padding: 15px;
  font-size: 1.8rem;
  margin-left: -20px;
  margin-right: -20px;
}

.register-card{
  background: #fff;
  border: 2px solid #FF6100;
  border-radius: 18px;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.btn-center{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.register-form-group{
  margin: 0 !important;
  padding: 10px 0 !important;
}

.register-form-group:nth-child(even){
  background-color: #FFF3EE;
}

.register-form-group.row,
.register-form-group .row{
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.col-form-label{
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  line-height: 1.2;
}


/* ===== Form Controls ===== */
.form-control,
.register-select{
  display: block;
  width: 42%;
  height: 44px;
  min-height: 44px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 22px;
  box-sizing: border-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.register-select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
}

textarea{
  width: 100%;
  height: 150px;
  overflow-y: auto;
  resize: none;
  border: 1px solid #ccc;
  padding: 10px;
}


/* ===== Policy Box ===== */
.policy-box{
  border: 1px solid #333;
  border-radius: 6px;
  background: #fff;
  padding: 12px;
}

.policy-title{
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.policy-version{
  text-align: right;
  color: #555;
  margin-top: 4px;
  margin-bottom: 8px;
}

.policy-body{
  max-height: 320px;
  overflow: auto;
  line-height: 1.6;
}

.policy-body .li{
  padding-left: 2em;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}


/* ===== Inline Register Fields ===== */
.register-inline{
  display: flex;
  align-items: center;
}

.register-inline > .col-form-label{
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  padding-right: 14px;
  margin-bottom: 0;
}

.register-inline > .col-12.col-md-10,
.register-inline > .col-12.col-md-9,
.register-inline > .col-12.col-md-6{
  flex: 1 1 auto;
  max-width: calc(100% - 160px);
}

.register-inline input[type="radio"]{
  margin-right: 4px;
}

.register-inline .col-12.col-md-10 label{
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  margin-right: 10px !important;
  margin-bottom: 0;
}


/* ===== Name Row ===== */
.row.align-items-center > .col-3.col-form-label{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  padding-right: 14px;
  margin-bottom: 0;
}

@media (min-width: 769px){
  .name-row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .name-row > .name-col{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .name-row > .name-col > .row{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
  }

  .name-row > .name-col .col-3{
    flex: 0 0 auto;
    width: 42px;
    max-width: none;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .name-row > .name-col .col-9,
  .name-row > .name-col .col-4{
    flex: 0 0 auto;
    width: 260px;
    max-width: none;
    padding: 0;
  }

  .name-row > .name-col .form-control{
    width: 100%;
  }
}


/* ===== Submit Button ===== */
.submit-btn{
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.submit-btn img{
  display: block;
  width: 180px;
  height: auto;
}


/* ===== Consent / Agree ===== */
.agree-wrap{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  text-align: center;
}

.agree-check{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

.agree-check input[type="checkbox"]{
  margin: 0;
  flex: 0 0 auto;
}

.agree-check span{
  display: inline-block;
  line-height: 1.5;
}

.is-hidden{
  display: none !important;
}


/* ===== Radio / Checkbox Options ===== */
.register-form-group input[type="checkbox"]{
  margin-right: 8px;
}

.allow-options{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.allow-item{
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.allow-item input[type="radio"]{
  margin-right: 6px;
}


/* ===== Session Accordion ===== */
.session-accordion{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.session-item{
  border: 1px solid #222;
  background: #fff;
  overflow: hidden;
}

.session-trigger{
  width: 100%;
  border: 0;
  background: #FF6100;
  color: #fff;
  text-align: left;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.session-trigger:hover{
  background: #FF8033;
}

.session-trigger_icon{
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 12px;
}

.session-trigger_icon::before,
.session-trigger_icon::after{
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .2s ease;
}

.session-trigger_icon::before{
  width: 14px;
  height: 2px;
}

.session-trigger_icon::after{
  width: 2px;
  height: 14px;
}

.session-item.is-open .session-trigger_icon::after{
  opacity: 0;
}

.session-panel{
  padding: 14px 18px 18px;
  background: #fff;
}

.session-option{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.session-option:last-child{
  margin-bottom: 0;
}

.session-option input[type="checkbox"]{
  margin: 4px 0 0;
  flex: 0 0 auto;
}

.session-option span{
  display: block;
  flex: 1 1 auto;
}

.session-link{
  text-decoration: none;
  display: flex;
}

.session-link:visited,
.session-link:hover,
.session-link:active{
  color: #fff;
  text-decoration: none;
}

.session-link_icon{
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 12px;
}

.session-link_icon::before,
.session-link_icon::after{
  content: "";
  position: absolute;
  background: #fff;
  transition: .2s ease;
}

.session-link_icon::before{
  width: 12px;
  height: 2px;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

.session-link_icon::after{
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}


/* ===== Registration Link Box ===== */
.reg-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 20px 34px;
  background: white;
  border: 5px solid #ef5a1f;
  border-radius: 42px;
  box-sizing: border-box;
}

.reg-title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #4c4c4c;
  margin-bottom: 34px;
}

.reg-pill-group{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.reg-pill{
  flex: 1 1 0;
  max-width: 520px;
  min-height: 51px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 34px;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  box-sizing: border-box;
}

.reg-pill span:first-child{
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 16px;
  line-height: 1.3;
}

.reg-pill-arrow{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 74px;
  font-size: 42px;
  line-height: 1;
}


/* ===== Tablet / Small Desktop ===== */
@media (max-width: 991px){
  .main_content{
    position: relative;
    z-index: 2;
  }
}


/* ===== Mobile ===== */
@media (max-width: 768px){
  .header .header_logo{
    width: 220px !important;
    max-width: calc(100% - 90px);
  }

  .header .header_logo > img{
    width: 100% !important;
    height: auto !important;
  }

  .footer_info{
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .footer_info_head img{
    width: 300px;
  }

  .register-form-group{
    padding: 12px 10px !important;
  }

  .community-sec_title .title{
    font-size: 42px;
    line-height: 1.1;
  }

  .register-inline,
  .register-form-group .row.align-items-center,
  .name-row{
    display: block !important;
  }

  .register-inline > .col-form-label,
  .row.align-items-center > .col-3.col-form-label,
  .name-row .col-form-label{
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 0 8px 0 !important;
    margin: 0 !important;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    font-size: 15px;
    line-height: 1.35;
    word-break: break-word;
  }

  .register-inline > .col-12.col-md-10,
  .register-inline > .col-12.col-md-9,
  .register-inline > .col-12.col-md-6,
  .register-form-group .row.align-items-center > .col-9,
  .name-row > .name-col,
  .name-row > .name-col .col-4,
  .name-row > .name-col .col-9{
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
  }

  .name-row > .name-col{
    margin-bottom: 14px;
  }

  .name-col > .row{
    display: flex;
    flex-wrap: wrap;
  }

  .name-col > .row > label,
  .name-col > .row > div{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .name-col > .row > label{
    text-align: left !important;
    padding: 0 0 8px 0 !important;
  }

  .name-col > .row > div{
    padding: 0 0 14px 0 !important;
  }

  .form-control,
  .register-select{
    width: 100% !important;
    height: 44px;
    min-height: 44px;
    line-height: 44px;
    font-size: 15px;
    border-radius: 22px;
  }

  .register-inline .col-12 label,
  .register-form-group .col-12 label{
    font-size: 15px;
    line-height: 1.45;
  }

  .register-inline input[type="radio"],
  .register-inline input[type="checkbox"]{
    transform: scale(1.05);
    margin-right: 6px;
  }

  .register-form-group .col-12{
    font-size: 15px;
    line-height: 1.5;
  }

  .allow-options{
    flex-direction: column;
    gap: 10px;
  }

  .allow-item{
    display: flex;
    align-items: center;
  }

  .session-accordion{
    gap: 10px;
  }

  .session-trigger{
    padding: 14px 14px;
    font-size: 16px;
    line-height: 1.45;
  }

  .session-panel{
    padding: 12px 14px 14px;
  }

  .session-option{
    gap: 8px;
    font-size: 15px;
    line-height: 1.55;
  }

  .session-option input[type="checkbox"]{
    margin-top: 3px;
    transform: scale(1.02);
  }

  .submit-btn img{
    width: 180px;
    max-width: 70vw;
    height: auto;
  }

  .reg-box{
    padding: 20px 14px 24px;
    border-radius: 28px;
  }

  .reg-title{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .reg-pill-group{
    flex-direction: column;
    gap: 16px;
  }

  .reg-pill{
    width: 100%;
    max-width: none;
    min-height: 51px;
    padding-left: 18px;
    font-size: 18px;
  }

  .reg-pill-arrow{
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    font-size: 30px;
  }
}


/* ===== Desktop ===== */
@media (min-width: 992px){
  .footer_info > img{
    margin-top: -90px;
  }
}
</style>