@charset "utf-8";

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    color: #333333;
    -webkit-text-size-adjust : none;
    -ms-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -o-text-size-adjust : none;
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

input[type="button"],
button,
input[type="checkbox"],
input[type="radio"],
.text_label span
{
    cursor: pointer;
}

#gnb_wrap{
    max-width:800px !important;
}


#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.container_wrap {
    width: 800px;
    /*
    max-width:750px;
    */
    margin: auto;
    text-align: center;
    position:relative;
}
.hidden{
    display:none;
}
.section{
    position:relative;
    text-align: center;
}

button{
    cursor: pointer;
}

.request{
    padding:0px;
    box-sizing: border-box;
    position: relative;
}

.request .input_container .action_btn{
    margin-top:86.27px;
    background: transparent;
}

.input_container {
    padding:0 60px;
    background-color:#B742E5;
}

.radio_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 30px;
    margin-bottom:20px;
}

.radio_area input[type='radio']{
    width:30px;
    height:30px;
    vertical-align: -4px;
}

.result_btn {
    position: absolute;
    background: transparent;
    text-align: center;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%);
    /*width: 480px;*/
    height: 162px;
}

.modalBtn {
    position: absolute;
    background: transparent;
    text-align: center;
    bottom: 704px;
    left: 50%;
    transform: translate(-50%);
    width: 365px;
    height: 300px;
    /* background-color: #000; */
}

.bg-black {
    background: #000000cf;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}


.action_btn {
    width: 100%;
    max-width: 750px;
    background: transparent;
    background: #1D688D;
    color: #fff;
    height: 174px;
    line-height: 174px;
    font-size: 48px;
    position:relative;
    z-index: 1;
}

.result_btn::after {
    content: "";
    position: absolute;
    right: 30px;
    font-size: 25px;
}


.action_btn.bot_btn {
    width: 100%;
    max-width: 800px;
    position:sticky;
    bottom:0;
    background:#1D688D;
    display:none;
}
.action_btn.bot_btn span {
    color:#FFFFFF;
}
.action_btn.bot_btn.view{
    display:block;
}


.before {
    background:url(/landing_s/20241230/images/ba_bg.jpg?ver=7) no-repeat 0 0;
    width:100%;
    height:1456px;
    position:relative;
    text-align: center;
}

.before .main_slide{
    padding-top:304px;
    position:relative;
    overflow: hidden;
    box-sizing: border-box;

}
.before02{
    background:url(/landing_s/20240109_01/images/fo_bg.png?ver=2) no-repeat 0 0;
    width:100%;
    height:1400px;
    position:relative;
    text-align: center;
}

.before02 .main_slide02{
    padding-top:410px;
    position:relative;
    overflow: hidden;
    box-sizing: border-box;

}

#applicant_frm input[type='text']:focus,
#applicant_frm input[type='number']:focus {
    border:2px solid #F65627;
    outline: transparent;
}

#applicant_frm input[type='checkbox']:checked{background-color: #8E84FF;border: 2px solid #8E84FF;}
.radio_list input[type='radio']:checked{accent-color:#4F24C7;}

.aasas {
    position: absolute;
    bottom: 78px;
    right: 149px;
}

.sub_btn {
    margin: 10px 0 25px;
    background: transparent;
}

.discount {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 230px;
}

.vector1 {
    position: absolute;
    top: 508px;
    left: 85px;
}

.vector2 {
    position: absolute;
    top: 290px;
    right: 69px;
}

.vector3 {
    position: absolute;
    top: 90px;
    lefet: 93px;
}



/**
 rmsidtest 20250219
 해당 랜딩에서 이용하는 스타일 추가
 */

.cu-title {
    color:#fff;
    font-size:62px;
    padding-top:80px;
    padding-bottom:30px;
    letter-spacing:-5px;
}

/* 전체 컨테이너 */
.cu-form-container {
    width: 320px;
    margin: 40px auto;
    background-color: #ff6fa5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* 제목 */
.cu-form-title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

/* 폼 그룹 */
.cu-form-group {
    margin-bottom: 16px;
}

/* 라벨 */
.cu-form-label {
    /**display: block;*/
    display: none;
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #ffffff;
}

/* 인풋 필드 */
.cu-input {
    width: 100%;
    border:1px solid #B742E5 !important;
}

/* 셀렉트 필드 */
.cu-select {
    width: 100%;
    padding: 12px;
    font-size: 0.9rem;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#applicant_frm select.cu-select {
    border:1px solid #B742E5;
    background-color: #fff; /* 배경색 흰색 */
    /* 기본 드롭다운 화살표 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 화살표 아이콘 (SVG) 삽입 */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23B742E5' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15% auto; /* 화살표 크기를 select의 15%로 지정 (너비의 15%) */
    padding-right: 15%;
}



/* placeholder 스타일 */
::placeholder {
    color: #999999;
}

/* 버튼 */
.cu-btn {
    width: 100%;
    padding: 14px;
    border: none;
    cursor: pointer;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 100px;
    background-color:#000;
    margin: 50px auto;
    color:#fff;
}


/* 연령과 성별 row */
.cu-form-row {
    display: flex;
    justify-content: space-between;
}

/* 50% 너비 */
.cu-half {
    width: 48%;
}