/* main_info */
.main_info {
    background-image: url(../img/main_info_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 118px 0px 92px;
    color: #fff;
}
.main_info_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 66px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.main_info_left h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 41px;
}
.main_info_left h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 54px;
    color: #ddebff;
}
.main_info_left h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.main_info_left p {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 34px;
}
.main_info_address {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 22px;
}
.main_info_address h5 {
    font-size: 28px;
    font-weight: 700;
    color: #ddebff;
}
.main_info_address01 {
    margin-right: 15px;
    margin-left: 26px;
}
.main_info_address a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    width: 166px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 0px 25px;
    transition: all 0.2s;
    color: #fff;
}
.main_info_address a:hover {
    background-color: #333;
}
.main_info_bot {
    padding-top: 66px;
}
.main_info_bot h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 43px;
}

/* footer */
.footer {
    background-color: #242b36;
    padding: 68px 0px 100px;
}
.footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer p {
    font-size: 15px;
    font-weight: 700;
    color: #f4f4f4;
    margin: 30px 0px;
    line-height: 160%;
    letter-spacing: -0.037px;
}
.footer small {
    font-size: 14px;
    font-weight: 700;
    color: #b7b7b7;
    letter-spacing: -0.037px;
}
.ft_link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft_link a {
    border-radius: 20px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100px;
}
.ft_link a img {
    margin-bottom: 10px;
}
.ft_link02 {
    margin: 0px 13px;
}
.ft_link01,
.ft_link02 {
    border: 1px solid #22ff00;
}
.ft_link01:hover,
.ft_link02:hover {
    border: 1px solid #08a80b;
    background-color: #08a80b;
}
.ft_link03 {
    border: 1px solid #ffcd00;
}
.ft_link03:hover {
    border: 1px solid #ffc300;
    background-color: #ffc300;
    color: #000;
}

/* quick_menu */
.quick_menu {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    background-color: #fff;
    border-radius: 30px 0px 0px 0px;
    overflow: hidden;
}
.quick_menu_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0px 22px;
    text-align: center;
}
.quick_menu_con h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: #617ca5;
    margin-top: 10px;
}
.quick_menu_con a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: all 0.2s;
}
.quick_menu_con a:hover {
    opacity: 0.7;
}
.quick_menu_con a img {
    margin-bottom: 4px;
}
.quick_menu_con a:last-of-type img {
    margin-bottom: 10px;
}
.quick_menu_line {
    height: 1px;
    max-width: 67px;
    width: 100%;
    margin: 16px 0px;
    background-color: #b7b7b7;
}

/* main_form */
.main_form {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    max-width: 1480px;
    width: 100%;
    z-index: 102;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: #000;
    height: 80px;
    color: #fff;
    padding-left: 33px;
}
.main_form_title {
    display: flex;
    align-items: center;
}

.main_form h2 {
    font-size: 26px;
    font-weight: 700;
    margin-left: 9px;
    margin-right: 5px;
}
.main_form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
}
.main_form_btn {
    width: 202px;
    height: 100%;
    background-color: #4f6586;
    color: #fff;
    border: none;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}
.main_form_btn:hover {
    color: #222;
    background-color: #fff;
}
input[type='text']:focus,
input[type='select']:focus,
input[type='select']:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}
.mf_category {
    background-color: #fff;
    width: 184px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.mf_category select {
    border: none !important;
    width: 100%;
    height: 100%;
    line-height: 44px;
    padding: 0px 21px;
    /* font-size: 18px; */
    font-weight: 400;
    font-family: 'Pretendard', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mf_category select:focus {
    border: none !important;
}
.mf_category::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 30px;
    height: 26px;
    pointer-events: none; /* 클릭 이벤트가 select로 넘어가도록 */
    background: url(../img/arrow-down.svg) no-repeat center;
    background-size: contain;
}
.mf_name {
    background-color: #fff;
    width: 196px;
    border-radius: 10px;
    overflow: hidden;
}
.mf_name input {
    border: none !important;
    width: 100%;
    height: 100%;
    line-height: 44px;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Pretendard', sans-serif;
}
.mf_tel {
    background-color: #fff;
    width: 365px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0px 18px;
    height: 44px;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
}
.mf_tel input {
    border: none !important;
    width: 18%;
    height: 100%;
    line-height: 44px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Pretendard', sans-serif;
}
.mf_tel .mf_tel01 {
    width: 14%;
}
.mf_agree {
    display: flex;
    align-items: center;
}
.mf_agree span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    border-bottom: 1px solid #fff;
}
/* 1) 기본 체크박스 숨기기 */
.mf_agree input[type='checkbox'] {
    /* 모든 브라우저에서 기본 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 크기 조절 */
    width: 30px;
    height: 26px;
    margin: 0; /* 필요에 따라 조정 */

    /* 배경이미지(언체크드) */
    background: url(../img/checkbox-unchecked.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

/* 2) 체크된 상태일 때 */
.mf_agree input[type='checkbox']:checked {
    background: url(../img/checkbox-checked.svg) no-repeat center;
    background-size: contain;
}

/* 3) 포커스 아웃라인 제거 (선택사항) */
.mf_agree input[type='checkbox']:focus {
    outline: none;
}

/* ===== 추가 Directions 영역 ===== */
.main_info_bot {
    padding: 60px 0;
}

.main_info_bot h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.info_bot_con {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* 3컬럼 */
.info_bot_left,
.info_bot_center,
.info_bot_right {
    flex: 1;
}

.info_bot_left h5,
.info_bot_center h5,
.info_bot_right h5{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

/* 태그 뱃지 */
.info_bot_tag {
    margin-bottom: 10px;
}

.info_bot_tag span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.tag_subway  { background-color: rgba(255,255,255,0.15); }
.tag_bus     { background-color: rgba(255,255,255,0.15); }
.tag_car     { background-color: rgba(255,255,255,0.15); }
.tag_restrict{ background-color: rgba(220, 60, 60, 0.35); }
.tag_night   { background-color: rgba(255,255,255,0.15); }

/* 본문 텍스트 */
.info_bot_con p {
    font-size: 20px;
    line-height: 1.9;
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
}

/* 버스번호 뱃지 */
.tag_busnum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1a6fc4;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 2px;
    vertical-align: middle;
}

/* 경고 아이콘 */
.tag_warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f0a500;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 4px;
    vertical-align: middle;
}

/* 주차장 이미지 */
.info_bot_imgs {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.info_bot_imgs img {
    width: calc(50% - 5px);
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 4/3;
}

/* 이미지 캡션 */
.info_bot_caption {
    font-size: 18px !important;
    color: rgba(255,255,255,0.55) !important;
    text-align: center;
    margin-bottom: 0 !important;
}