header,
footer,
.top_btn {display: none;}
.sns_login {display: none !important;}
.section_wrap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 70vh;
    margin: 20px auto 80px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 1px #c9441840;
}
.order_section01 {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    padding: 40px 0;
}
.order_visual_tit {
    color: white;
}
.login_btn {
    width: 100%;
    height: 40px;
}
.login_btn a {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.login_btn a:hover {
    color: white;
    height: 40px;
}
.login_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.login_logo img {
    width: 280px;
    object-fit: contain;
}
.order_section01 {
    width: 50%;
    background-color: var(--primary-orange);
    height: initial;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}
.login_bg {
  position: absolute;
  bottom: 0;
  right: 5px;
  height: 500px;
  width: 300px;
  opacity: 0.2;
  background: white;
  -webkit-mask: url("../public/images/logo/login_cha.svg") center/contain no-repeat;
          mask: url("../public/images/logo/login_cha.svg") center/contain no-repeat;
}

.order_visual_tit h1 {color: white;}
/****** 주문하기 입력창 section02 ******/
.section02 {
    background-color: white;
    padding: 60px;
    padding-bottom: 100px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.infomation_wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.info_left {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info_right {
    width: 65%;
}
.info_load {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}
.info_title {
    font-family: var(--font-pretendard-jp);
    font-weight: 700;
    font-size: 2.4rem;
    margin-top: 20px;
}
.info_sub_title {
    font-family: var(--font-pretendard-jp);
    font-weight: 900px;
    font-size: 2rem;
}

/* 입력창 */
.input_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
}
.input_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.input_tit {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-left: 10px;
}
.input_tit h3 {
    font-weight: 600;
}
.input_tit span {
    background-color: rgba(255, 81, 23, 0.1);
    padding: 4px 10px;
    border-radius: 24px;
    color: var(--primary-orange);
    font-size: 14px;
    font-weight: 600;
}
.input_tit p {
    font-size: 1.4rem;
    color: var(--label-alternative);
}
.input_tit p>span {
    color: var(--primary-orange);
    font-size: 1.4rem;
    border-radius: 0;
    font-weight: 300;
    padding: 0;
    background-color: rgba(255, 81, 23, 0);
}
/* 입력창-플레이스홀더 */
.input_form {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.input_con {
    width: 100%;
    background-color: var(--background-light);
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 1.8rem;
}
.address_btn a {
    padding: 14px;
    border: 1px solid var(--line-normal);
    box-sizing: border-box;
    border-radius: 4px;
}
.input_form label {
    display: flex;
    gap: 8px;
    margin-left: 10px;
}
/* 기본 비활성화 css */
/* 영역 배경 및 레이아웃 */
.form_week {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 81, 23, 0.1);
  padding: 20px 40px;
}
/* 기본 라벨/텍스트 스타일 */
.form_week label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transform: translateX(-10px);
}
/* 네이티브 라디오 숨기기 (디자인 커스텀 시) */
.form_week input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* 커스텀 텍스트(또는 버튼모양) */
.form_week label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #bbb;
  border-radius: 20px;
  color: #000;
  transition: .2s ease;
}

/* 선택됨(checked) 상태 */
.form_week input:checked + span {
  border-color: #ff5117;
  background: #ff5117;
  color: #fff;
}

/* ⛔ 비활성화 상태: input을 기준으로 형제 span 스타일링 */
.form_week input:disabled + span {
  color: #aaa;
  border-color: #ddd;
  background: #f5f5f5;
  filter: grayscale(40%);
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

/* 힌트 */
#pwHint {
    color: var(--primary-orange);
    margin-left: 10px;
    font-weight: 600;
}
/* 회원가입 및 찾기 버튼 */
.join_find_action ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.join_find_action li {
    border-right: 2px solid var(--line-normal);
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
.join_find_action li a {
    color: var(--background-unable-text);
}
.join_find_action .join_btn a {
    color: var(--primary-orange);
    font-weight: 600;
}
.join_find_action li:last-child {
    border: initial;
}
/* 로그인 버튼 */
.section02 .login_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
/* .line-cut {
  position: relative;
  height: 1.4em;
  line-height: 1.4em;
  color: var(--line-normal);
  background: linear-gradient(currentColor, currentColor) center/100% 1px no-repeat;
  text-align: center;
  margin: 20px 0;
}
.line-cut::before {
  content: "또는";
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  background: #fff;
  color: #969696;
  font-size: 12px;
  letter-spacing: .02em;
} */

/* 간편로그인 버튼 */
.sns_login {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.sns_login .login_btn a {
    position: relative;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    border: 1px solid var(--line-normal);
    color: #424242;
    font-weight: 600;
}
.sns_login .login_btn a:hover {
    background-color: var(--background-light);
    color: black;
    box-sizing: border-box;
}
.sns_login .login_btn a ul {
    margin: 0; padding: 0; list-style: none;
}

.sns_login .login_btn a li:nth-child(1) {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex; align-items: center; justify-content: center;
}
.sns_login .login_btn li:nth-child(2) {
    line-height: 1;
    white-space: nowrap;
}
.sns_login .login_btn img{
    width: 24px;
    height: 20px;
    object-fit: contain;
    display: block;
}
.kakao_login {
    border: 1px solid var(--primary-orange);
    background-color: #FFD900 !important;
    border: transparent !important;
    color: black !important;
}
.naver_login {
    border: 1px solid var(--primary-orange);
    background-color: #0CC954 !important;
    border: transparent !important;
    color: white !important;
}

.kakao_login:hover {
    background-color: #ffbb00 !important;
}
.naver_login:hover {
    background-color: #009b3b !important;
}

@media (max-width: 1080px) {
    .section_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60%;
        height: auto;
        margin: 20px auto 80px auto;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 5px 20px 1px #c9441840;
    }
    .order_section01 {
        width: 100%;
        min-height: 200px;
        background-color: var(--primary-orange);
        height: initial;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: relative;
    }
    .login_bg {
        position: absolute;
        bottom: 0;
        right: 5px;
        height: 280px;
        width: 300px;
        opacity: 0.2;
        background: white;
        -webkit-mask: url(../public/images/logo/login_cha.svg) center / contain no-repeat;
        mask: url(../public/images/logo/login_cha.svg) center / contain no-repeat;
    }
    .order_visual_tit {
        margin-top: 20px;
    }
    .order_visual_tit h1 {
        color: white !important;
        text-align: center;
        font-size: 40px;
        font-weight: 900;
        line-height: 60px;
        font-family: var(--font-malang-kr);
    }
    .section02 {
        width: 100%;
        min-height: initial;
        height: 50%;
        background-color: white;
        padding: 60px;
        padding-bottom: 50px !important;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .input_group {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 40px 10px 40px;
    }
    .info_load {
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 40px 40px 40px;
    }
    .input_group {
        padding: 10px 40px 10px 40px !important;
    }
}
@media (max-width: 680px) {
    .section_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        height: auto;
        margin: 20px auto 80px auto;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 5px 20px 1px #c9441840;
    }
}
@media (max-width: 450px) {
    .section02{
        padding: 60px 30px;
    }
    .input_group{
        padding: 10px 20px !important;
    }
    .order_visual_tit {
        padding: 0 60px;
    }
    .section_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        height: auto;
        margin: 20px auto 80px auto;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 5px 20px 1px #c9441840;
    }
}
@media (max-width: 390px) {
    .input_group{
        padding: 10px 20px !important;
    }
    .order_visual_title {
        position: relative;
        overflow: hidden;
        z-index: 10;
        height: 160px !important;
    }
    .section02 {
        width: 100%;
        min-height: initial;
        height: 50%;
        background-color: white;
        padding: 40px 10px !important;
        padding-bottom: 50px !important;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .input_group {
        padding: 10px;
    }
    .info_load {
        padding: 10px 10px 30px 10px;
    }
}   