html {
  font-size: 100%;
  font-family: 'Paperlogy', Arial, sans-serif !important;
}

.headcenter {
  align-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

/* Paperlogy 폰트 적용 */
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-4Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-5Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-6SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-7Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 0.9em;
  }
}

html,
body {
  height: auto;
}

body {
  background: #fff;
  font-size: 1em;
  line-height: 1.6;
  color: #000;
  margin: 0;
  align-content: center;
}

.content {
  padding: 0 10px;
}

#red {
  color: #B00A07;
}

/* ------------------------------------------------------------------- 
     * Links
     * ------------------------------------------------------------------- */

a,
a:visited {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #B00A07;
}

/* -------------------------------------------------------------------
     *  Headers
     * ------------------------------------------------------------------- */

h1 {
  font-size: 1.8em;
  font-style: normal;
  margin-bottom: 1em;
  color: #B00A07;
}

h2 {
  font-size: 1.8em;
  font-style: normal;
  margin-bottom: 1em;
  color: #5A6b7C;
}


/* ===================================================================
     *  Fields
     * ------------------------------------------------------------------- */

fieldset {
  border: none;
}


input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 2em;
  padding: 0 0.5em;
  border: none;
  border-bottom: 1.5px solid #dadfe2;
  outline: none;
  color: #000;
  font-size: 1em;
  line-height: 2em;
  background-color: transparent;
  margin-bottom: 8px;
  width: 93%;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Paperlogy', Arial, sans-serif !important;
}


.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3em;
  vertical-align: middle;
  font-family: 'Paperlogy', Arial, sans-serif !important;
}

.ss-custom-select select option {
  padding-left: 2em;
  padding-right: 2em;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  content: '\f0d7';

  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1em;
  text-align: center;
  pointer-events: none;
  color: #252525;
}


/* IE9 and below */

.tx_center {
  text-align: center;
}

.word_Line {
  word-break: keep-all;
  word-wrap: break-word;
}

.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  font-family: 'Paperlogy', Arial, sans-serif !important;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-bottom: 2px solid #5A6b7C;
  color: #000;
  background: transparent;
}

label,
legend {
  text-align: left;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  color: #000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-text {
  display: inline-block;
  margin-left: 1em;
  line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15em;
}


.path-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.path-wrap>label {
  cursor: pointer;
  width: calc(50% - 10px);
  font-size: 1em;
  padding-left: 10px;
}

.path-wrap>label input {
  cursor: pointer
}

.path-input {
  margin-right: 3px !important;
}




/* ------------------------------------------------------------------- 
     * Style Placeholder Text - (_forms.scss)
     * ------------------------------------------------------------------- */

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #838383;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #838383;
}

.placeholder {
  color: #838383 !important;
}


/* ------------------------------------------------------------------- 
     * Change Autocomplete styles in Chrome - (_forms.scss)
     * ------------------------------------------------------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #57ca67;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
     *  Form Border
     * ------------------------------------------------------------------- */
.sec-dark {
  margin: 0;
  position: center;
  clear: both;
  background-color: #5A6b7C;
  color: #FFFFFF;
  font-size: 1em;
  padding: 6px 12px;
  font-weight: bold;

}

.formborder {
  margin: auto;
  max-width: 500px;
  padding: 0 2em;
  background: #fff;
  border: 1px solid #c4cbd0;
  border-radius: 5px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
}

/* ===================================================================
     *  loader
     * ------------------------------------------------------------------- */
.loader_bg {
  background-color: rgba(255, 255, 255, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
}

.loader_bg .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
.chk_captcha strong {
  display: block;
  padding: 20px 0 10px;
}

#captcha {
  display: flex;
  position: relative;
  width: 100%;
  gap: 10px;
  padding: 0;
}

#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden
}

#captcha #captcha_img {
  display: block;
  height: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  vertical-align: top;
  padding: 0;
  margin: 0 0 5px;
}

#captcha #captcha_info {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em
}

#captcha #captcha_key {
  display: inline-block;
  padding: 0 5px;
  width: 150px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  border-radius: 6px;
  vertical-align: top;
  box-sizing: border-box;
}

#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../../../img/captcha2.png') no-repeat;
  text-indent: -999px;
  border-radius: 6px;
}

#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #4893cc;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../../../img/captcha2.png') no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 6px;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: none;
  margin: 0 0 5px;
  width: 187px
}

#captcha.m_captcha #captcha_img {
  height: 50px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block
}

#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../../../img/captcha2.png') no-repeat 0 -40px;
  text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
  display: none
}

#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 120px;
  height: 40px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
}

#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url('../../../img/captcha2.png') no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none
}

label {
  display: block;
  margin-bottom: 5px;
  margin-top: 0px;
}

label.first {
  margin-top: 15px
}

/* jump-form 전체 래퍼 */
.jump-form-wrap {
    max-width: 660px;
    margin: 40px auto;
    padding: 0 0 32px 0;
}

.jump-form-header {
    padding: 32px 24px 0 24px;
    text-align: left;
}
.jump-form-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.jump-form-desc {
    font-size: 0.98rem;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.6;
}

.card {
    padding: 30px 45px;
    background: #f5f6f0;
    border-radius: 16px;
    /* box-shadow: 0 2px 16px rgba(0,0,0,0.06); */
    /* border: 1px solid #e0e0e0; */
    margin-bottom: 60px;
}

.jump-form-section {
    margin-bottom: 24px;
}

.jump-form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.jump-label {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #000;
}
.jump-label.required:after {
    content: '*';
    color: #4893cc;
    margin-left: 4px;
    font-size: 1.1em;
}
.jump-input,
.jump-textarea {
    border: none;
    border-bottom: 1.5px solid #dadfe2;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 12px 0 8px 0;
    font-size: 1rem;
    color: #000;
    outline: none;
    transition: border-bottom 0.2s;
    font-family: 'Paperlogy', Arial, sans-serif !important;
}
.jump-input:focus,
.jump-textarea:focus {
    border-bottom: 2px solid #5A6b7C;
    background: transparent;
}
.jump-textarea {
    min-height: 90px;
    resize: vertical;
}

.jump-radio-group {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: flex-start;
    margin-bottom: 0;
}
.jump-radio-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border: 2px solid #bdbdbd;
    border-radius: 16px;
    background: #fafaf6;
    color: #000;
    font-size: 1.08rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.18s;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.jump-radio-group input[type="radio"] {
    display: none;
}
.jump-radio-group input[type="radio"]:checked + .jump-radio-btn {
    background: #fff;
    color: #000;
    border-color: #bdbdbd;
    font-weight: 500;
}
.jump-radio-btn:hover {
    border-color: #5A6b7C;
    background: #f7f7f2;
}

.jump-form-info-box {
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 0;
    font-size: 0.97rem;
    color: #000;
}
.jump-form-info-title {
    font-weight: 600;
    color: black;
    margin-bottom: 6px;
}
.jump-form-info-desc {
    color: #000;
    font-size: 0.96rem;
}

/* 개인정보 안내문 스크롤 박스 바깥 래퍼 */
.scroll_box_outer {
    border-radius: 12px;
    overflow: hidden;
    background: #e8eae7;
    border: 2px solid #bdbdbd;
    margin-bottom: 26px;
}
/* 개인정보 안내문 스크롤 박스 내부 */
.scroll_box_inner {
    font-weight: 300;
    max-height: 206px;
    overflow-y: auto;
    padding: 12px 25px;
    font-size: 0.97rem;
    color: #000;
    line-height: 1.7;
    background: transparent;
}
.scroll_box_inner::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}
.scroll_box_inner::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 12px;
}
.scroll_box_inner::-webkit-scrollbar-track {
    background: transparent;
}
.scroll_box_inner::-webkit-scrollbar-button,
.scroll_box_inner::-webkit-scrollbar-button:single-button {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    background: transparent !important;
}
/* Firefox */
.scroll_box_inner {
    scrollbar-width: thin;
    scrollbar-color: #cccccc transparent;
}
/* IE, Edge */
.scroll_box_inner {
    -ms-overflow-style: auto;
}

/* 구분 안내문구 */
.jump-form-guide {
    font-size: 1.08rem;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: 500;
}

/* 신청경로 라디오 버튼 3x2 그리드 */
.jump-radio-group.path {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 18px;
    margin-bottom: 0;
    margin-top: 8px;
}
.jump-radio-group.path .jump-radio-btn {
    min-width: 0;
    width: 100%;
    height: 54px;
    border: 2px solid #bdbdbd;
    border-radius: 16px;
    background: #fafaf6;
    color: #000;
    font-size: 1.08rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.18s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.jump-radio-group.path input[type="radio"]:checked + .jump-radio-btn {
    background: #fff;
    color: #000;
    border-color: #bdbdbd;
    font-weight: 500;
}
.jump-radio-group.path .jump-radio-btn:hover {
    border-color: #5A6b7C;
    background: #f7f7f2;
}
@media (max-width: 768px) {
    .jump-radio-group.path {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 12px;
    }
    .jump-radio-group.path .jump-radio-btn {
        height: 44px;
        font-size: 1rem;
        border-radius: 12px;
    }
}

.jump-form-privacy-box .scroll_box::-webkit-scrollbar-button,
.jump-form-privacy-box .scroll_box::-webkit-scrollbar-button:single-button {
    display: none !important;
}

.agree-strong {
    color: #535f99;
}

.jump-checkbox-label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #3c4891;
    /* margin-right: 6px; */
}

.jump-form-btn {
    background: #535f99;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 44px;
    height: 44px;
    min-width: 160px;
    box-shadow: none;
    cursor: pointer;
    transition: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.jump-form-btn:hover {
    background: #5666a4;
}

.jump-form-btn-wrap{
    text-align: center;
} 

span.blue{
    color: #4893cc;
}

.jump-form-privacy-title{
    font-weight: 500;
    margin-left: 25px;
    margin-bottom: 10px;
}

.jump-form-checkbox-group{
    margin-left: 25px;
    font-weight: 500;
}
.chk_captcha{
    margin-left: 25px;
    margin-bottom: 20px;
}

/* 반응형 스타일 - 768px 이하 */
@media (max-width: 768px) {
    html{
        width: 100%;
    }
    .jump-form-wrap {
        max-width: 100%;
        margin: 20px 0;
        padding: 0 10px 20px 10px;
    }
    
    .jump-form-header {
        padding: 20px 16px 0 16px;
    }
    
    .card {
        padding: 20px 16px;
        margin-bottom: 40px;
        border-radius: 12px;
    }
    
    .jump-form-privacy-title {
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    .jump-form-checkbox-group {
        margin-left: 0;
    }
    
    .chk_captcha {
        margin-left: 0;
        margin-bottom: 20px;
    }
    
    .jump-radio-group.path {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 12px;
    }
    .jump-radio-group.path .jump-radio-btn {
        height: 44px;
        font-size: 1rem;
        border-radius: 12px;
    }
    /* 캡챠 영역 세로 정렬 - width 100% 제거 */
    #captcha {
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    #captcha > * {
        display: block;
        margin: 0 0 8px 0;
        box-sizing: border-box;
        width: auto !important;
        max-width: 100%;
    }
    #captcha #captcha_img,
    #captcha #captcha_key,
    #captcha #captcha_mp3,
    #captcha #captcha_reload {
        /* margin: 0 0 8px 0; */
        /* height: 44px; */
        /* min-width: 140px; */
        max-width: 200px;
        /* display: block; */
        /* width: auto !important; */
    }
    #captcha #captcha_reload{width: 39px !important;min-width: 0;}

    #captcha #captcha_info {
        margin: 0 0 8px 0;
        display: block;
        width: auto !important;
    }
    #captcha audio {
        margin-bottom: 8px;
        width: 400px !important;
        max-width: 100%;
    }
}