img {
    width: 100%;
}

/* 버튼 */
.result_btn,
.action_btn {
    /*background: #e6e6e6 !important;*/
}

.result_btn div,
.action_btn div {
    /*background: #ff6958;*/
    letter-spacing: -2.4px;
    /*background: none;*/
    /*background-image: url(/landing_s/20250214/images/btn.png?v=20241129-1);*/
    background-size: cover;
    background-position-y: center;
}

/* 여기에만 쓰는 style */
.container_wrap {
    padding-bottom: 90px;
}

.cont1 {
    position: relative;
}

/* page2 */
.page2 {
    position: fixed;
    /* top: 50%; */
    left: 50%;
    z-index: 7;
    width: 100%;
    max-width: 720px;
    background: rgb(255, 255, 255);
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    bottom: 0;
    transform: translate(-50%);
}

.register_wrap {
    padding: 43px 57px 164px;
}
.register_wrap .title {
    font-size: 50px !important;
    font-weight: 600;
    line-height: 30.38px;
    margin-bottom: 25px;
    letter-spacing: -0.07em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.register_wrap .title span {
    display: block;
    margin:0 auto;
}
.register_wrap .title span.b {
    font-weight: 500;
}
/* page2 */

.result_btn {
    width: 100%;
    max-width: 800px;
    height: 135px !important;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    padding: 0 !important;
    box-sizing: border-box;
    cursor: pointer;
}

/*.action_btn {*/
/*    padding: 0 !important;*/
/*    bottom: 0 !important;*/
/*    height: 91px !important;*/
/*}*/

.input_wrap {
    margin-bottom: 0 !important;
}

input[type='text'],
input[type='number'] {
    width: 100%;
    height: 90px !important;
    border-radius: 10px;
    border: 1px solid #cacaca;
    background: #fff !important;
    padding: 0;
    margin: 0;
    font-size: 30px !important;
    font-weight: 500;
    letter-spacing: -1.1px;
    text-align: center;
}

.page2 .landing_foot_lt {
    display: none;
}

.input_wrap ul li {
    margin-bottom: 15px !important;
    width: 99% !important;
    height: 99px !important;
}

/*
  전체적인 폰트나 배경은 제외하고,
  오직 input_wrap 내부의 레이아웃만 피그마와 똑같이
*/


.input_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}


.input_wrap li {
    display: flex;
    align-items: center;
}

/* 첫 번째 li가 아닌 모든 li에 상단 구분선 추가 */
.input_wrap li + li {
    /*border-top: 1px dotted #ccc; !* 이미지의 점선 구분선 *!*/
}

/* 라벨 ("이름", "나이", "연락처") 텍스트 스타일 */
.input_wrap label {
    width: 132px;
    flex-shrink: 0;
    /*padding: 20px;*/
    font-size: 34px;
    font-weight: bold;
    color: #333;
    /*text-align: center;*/
    box-sizing: border-box;
}

/* 입력창(input) 스타일 */
.input_wrap input {
    flex-grow: 1;          /* 라벨을 제외한 나머지 공간을 모두 차지 */
    width: 100%;           /* flex-grow와 함께 사용 */
    height: 70px;
    padding: 0 20px;
    font-size: 18px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-left: 1px dotted #ccc;
}

/* 입력창 placeholder 스타일 */
.input_wrap input::placeholder {
    color: #aaa;
}

.privacy_wrap input[type='checkbox']:checked,
.privacy_wrap_single input[type='checkbox']:checked{background-color:#65083D !important;}

input[type='text']:focus, input[type='number']:focus {
    border:2px solid #65083D !important;
    outline: transparent;
}


.page.page1 {

    box-sizing: border-box;  /* 패딩이 레이아웃을 밀어내는 것을 방지 */
}

/* 2. 화면 하단에 고정된 버튼 */
.action_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 !important;
    bottom: 0 !important;
    height: 168px !important;
}


/* 사업자 정보 텍스트 영역 */
.common_info_text {
    position: relative;
    padding: 77px;
    /*background-color: #f0f0f0;*/
    text-align: center;
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}

.landing_foot_lt {
    max-width: 800px !important;
    position: absolute;
    bottom: 79px;
    left: 50%;
    transform: translateX(-50%);
}

/* 버튼 이미지 스타일 */
.action_btn img {
    display: block; /* 이미지 아래 불필요한 여백 제거 */
    width: 100%;
    height: 100%;
    object-fit: cover;
}