@charset "utf-8";

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard GOV Bold"),
        url("font/PretendardGOV-Bold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard GOV SemiBold"),
        url("font/PretendardGOV-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard GOV Medium"),
        url("font/PretendardGOV-Medium.woff") format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard GOV Regular"),
        url("font/PretendardGOV-Regular.woff") format("woff");
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

button {
    border: 0;
}


button,
input,
textarea,
select {
	text-align: center; font-family: "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#wrap {
    overflow: hidden;
}

#wrap input[type=radio]+label,
#wrap input[type=checkbox]+label {
    margin: 0;
}

.section {
    padding: 186px 0;
}

.section .s-inner {
 
    max-width: 1160px;
    margin: 0 auto;
}

.swiper-wrapper {
	height:60% !important;
}


.section .section-tit strong {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: #333;
    display: block;
    width: 100%;
    margin-bottom: 80px;
}

.section .start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.section .start-btn a {
    font-size: 24px;
    color: #0070c9;
    font-weight: 400;
}

.tooltip-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 103px;
}

.tooltip-wrap .tooltip-tit {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip-wrap .tooltip-tit>span {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.025em;
    margin-right: 6px;
}

.tooltip-wrap .tool-box {
    position: relative;
}

.tooltip-wrap .tool-box>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #bbbbbb;
}

.tooltip-wrap .tool-box>a:hover,
.tooltip-wrap .tool-box>a.active {
    background-color: #0071e3;
}

.tooltip-wrap .tool-box>a i {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-style: normal;
}

.tooltip-wrap .tool-box .tool-info-box {
    position: absolute;
    top: 44px;
    left: -13px;
    width: 420px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.tooltip-wrap .tool-box>a.active+.tool-info-box {
    opacity: 1;
    visibility: visible;
}

.tooltip-wrap .tool-box .tool-info-box::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 22px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    transform: rotate(-135deg);
}

.tooltip-wrap .tool-box .tool-info-box .t-inner {
    padding: 15px 12px 15px 22px;
}

.tooltip-wrap .tool-box .tool-info-box .t-inner .tip-tit {
    font-size: 24px;
    color: #333333;
    letter-spacing: -0.025em;
    text-align: left;
    margin-bottom: 18px;
}

.tooltip-wrap .tool-box .tool-info-box .t-inner ul li {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -0.025em;
    line-height: 1.4;
}

.tooltip-wrap .tool-box .tool-info-box .t-inner ul li::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 10px;
    width: 2px;
    height: 2px;
    background-color: #333;
}

.tooltip-wrap .tool-box .tool-info-box .t-inner ul li span {
    font-size: 18px;
    font-weight: 300;
    color: #777;
    display: block;
    text-align: left;
}

.tooltip-wrap .tool-box .tool-info-box .close-btn {
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 36px;
    line-height: 1;
    color: #555555;
    font-weight: 100;
}

.mobile-popup {
    display: none;
}

.section1 {
    padding-top: 360px;
}

.section1 .tit {
    text-align: center;
    color: #333;
}

.section1 .tit p {
    font-size: 60px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 45px;
}

.section1 .tit strong {
    font-size: 60px;
    font-weight: 600;
    color: #333;
}

.section1 .tit span {
    font-size: 36px;
    font-weight: 200;
    color: #333;
}

.section1 .arrow-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 300px;
}

.section1 .arrow-btn span {
    font-size: 24px;
    font-weight: 400;
    color: #0070c9;
    margin-bottom: 23px;
    display: block;
    text-align: center;
}

.section1 .arrow-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 10px;
    margin: 0 auto;
}


.section2 .category-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.section2 .category-box .radio-item {
    position: relative;
    width: calc(100% / 3 - 16.6666px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.section2 .category-box .radio-item input[type="radio"] {
    display: none;
}

.section2 .category-box .radio-item label {
    cursor: pointer;
    border: 1px solid #717171;
    border-radius: 20px;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.section2 .category-box .radio-item img {
    margin: 0 auto;
}

.section2 .category-box .radio-item .title {
    font-size: 30px;
    font-weight: 400;
    color: #111;
    letter-spacing: -0.05em;
}

.section2 .category-box .radio-item input[type="radio"]:checked+label {
    border: 3px solid #0071e3;
}


.section3 .polaroid-size-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.section3 .polaroid-size-box .radio-item {
    position: relative;
    width: calc(100% / 3 - 16.6666px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.section3 .polaroid-size-box .radio-item input[type="radio"] {
    display: none;
}

.section3 .polaroid-size-box .radio-item label {
    cursor: pointer;
    border: 1px solid #717171;
    border-radius: 20px;
    height: 530px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.section3 .polaroid-size-box .radio-item img {
    margin: 0 auto;
}

.section3 .polaroid-size-box .radio-item .title {
    font-size: 30px;
    font-weight: 400;
    color: #111;
    letter-spacing: -0.05em;
}

.section3 .polaroid-size-box .radio-item input[type="radio"]:checked+label {
    border: 3px solid #0071e3;
}

.section5 .polaroid-num-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2024-12-11 추가 */
.section5 .polaroid-num-box img {
    border-radius: 33px;
    max-height: 500px;
    max-width: 500px;
}

.section5 .polaroid-num-box>div {
    position: relative;
    cursor: pointer;
}

.section5 .polaroid-num-box>div .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.section5 .polaroid-num-box>div:hover .hover {
    opacity: 1;
}

.section5 .polaroid-num-box>div .select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    /* border: 3px solid #0071e3; */
    outline: 3px solid #0071e3;
    border-radius: 33px;
    overflow: hidden;
}

.section5 .polaroid-num-box>div .select.on {
    opacity: 1;
}

.input-box {
    margin-top: 19px;
}

.input-box div {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.input-box div input {
    width: 100%;
    height: 40px;
    border: 1px solid #bebebe;
    padding: 0 35px 0 9px;
    text-align: right;
    border-radius: 5px;
}

.input-box div input::-webkit-outer-spin-button,
.input-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box input[type=number] {
    -moz-appearance: textfield;
}

.input-box div input:focus,
.input-box select:focus,
.contact-form-box input:not([type="checkbox"]):focus,
.contact-form-box textarea:focus {
    outline: none;
    border: 1px solid #0071e3 !important;
    box-shadow: 0px 0px 0px 3px #90c0f0;
    appearance: none;
}

.input-box div .unit {
    position: absolute;
    top: 50%;
    right: 9px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    transform: translateY(-50%);
}

.input-box .error p {
    font-size: 18px;
    color: #eb0000;
    letter-spacing: -0.025em;
    margin-top: 18px;
}

.address .error p,
.form-box .error p {
    font-size: 18px;
    color: #eb0000;
    letter-spacing: -0.025em;
    margin: 16px 0 0 0;
}



#QuikError p {
    font-size: 18px;
    color: #eb0000;
    letter-spacing: -0.025em;
    text-align: center;
    margin: 16px 0 0 0;
}

#chk2Error p {
    font-size: 18px;
    color: #eb0000;
    letter-spacing: -0.025em;
    text-align: center;
    margin: 0;
}

.form-box .error,
.address .error {
    display: none;
}

.input-box .error p.center {
    text-align: center;
}

.input-box #rentalError.error {
    display: none;
}

.input-box #rentalError.error.on {
    display: block;
}

#QuikError {
    display: none;
}

#QuikError.error.on {
    display: block;
}


#chk2Error {
    display: none;
}

#chk2Error.error.on {
    display: block;
}

.input-box #timeError.error {
    display: none;
}

.input-box #timeError.error.on {
    display: block;
}

.camera-day {
    position: relative;
}

.camera-day .option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.camera-day .option input {
    display: none;
}

.camera-day .option label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.camera-day .option img {
    width: 25.5363vw;
}

.camera-day .option label .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    outline: 1px solid #717171;
    outline-offset: -1px;
    border-radius: 30px;
}

.camera-day .option:hover label .hover {
    opacity: 1;
}

.camera-day .option.active label .hover {
    opacity: 1;
    border: 3px solid #0071e3;
}

.camera-day .option input:checked+label .hover {
    opacity: 1;
    outline: 3px solid #0071e3;
    outline-offset: -3px;
}

.camera-day .camera-swiper {
    overflow-x: hidden;
}

.camera-day .camera-swiper .swiper-scrollbar {
    position: relative;
    width: 550px;
    margin: 78px auto 100px;
    background-color: #d6d6d6;
    height: 2px;
}

.camera-day .camera-swiper .swiper-scrollbar-drag {
    background-color: #0071e3;
}

.camera-day .flex-input-box {
    margin: 40px 0 0 0;
}

.camera-day .flex-input-box .s-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.camera-day .flex-input-box .s-inner .tooltip-wrap {
    margin-top: 0;
}

select {
    width: 320px;
    height: 40px;
    border: 1px solid #bebebe;
    padding: 0 35px 0 9px;
    border-radius: 5px;
    font-size: 24px;
    background: none;
    appearance: none;
}

.calendar {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url('https://renthingkorea.cafe24.com/contact/calendar-ico.png') no-repeat center center / 25px 25px;
    z-index: 1;
}

#startRent,
#endRent {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    background-color: #fff;
}

/*.ui-datepicker .ui-datepicker-header{background: none; border: none;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border: none !important; background: none !important; text-align: center; width: 36px; height: 36px; line-height: 32px;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{background-color: #0071e3 !important; border-radius: 50%;} */
#rentalTime {
    text-align: center;
}

#cameraCount,
#filmCount {
    font-size: 24px;
}

.rental-day-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.delivery-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.delivery-wrapper>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delivery-wrapper .tooltip-wrap {
    margin-top: 42px;
}

.contact-form-box {
    max-width: 845px;
    margin: 0 auto;
}

.contact-form-box .flex-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.contact-form-box .form-box {
    width: calc((100% / 2) - 10px);
}

.contact-form-box .form-box.address {
    width: 100%;
}

.contact-form-box input:not([type="checkbox"]) {
    width: 100%;
    height: 40px;
    border: 1px solid #bebebe;
    padding: 0 35px 0 9px;
    border-radius: 5px;
    font-size: 24px;
    background: none;
    appearance: none;
}

.contact-form-box .required {
    font-size: 30px;
    color: #ff0000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0 4px;
}

.contact-form-box .label {
    margin-bottom: 8px;
}

.contact-form-box .label span {
    font-size: 30px;
    font-weight: 300;
    color: #333;
}

.contact-form-box .flex-box .tooltip-wrap {
    margin-top: 0;
    justify-content: flex-start;
}

.contact-form-box .flex-box .tooltip-wrap .tooltip-tit {
    align-items: baseline;
    margin-bottom: 8px;
}

.contact-form-box #companyAddress,
.contact-form-box #deliveryAddress {
    width: 180px;
    margin-right: 6px;
}

.contact-form-box .address .top {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.contact-form-box .address .bottom {
    display: flex;
    align-items: center;
    margin-top: 6px;
    gap: 10px;
}

.contact-form-box #companyAddress+button,
.contact-form-box #deliveryAddress+button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #555555;
    background-color: #e6e6e6;
    border-radius: 5px;
    width: 120px;
    height: 40px;
}

.contact-form-box #companyAddressDetail,
.contact-form-box #companyAddressDetail2,
.contact-form-box #deliveryAddressDetail,
.contact-form-box #deliveryAddressDetail2 {
    width: calc((100% / 2) - 10px);
}

.contact-form-box #companyAddressDetail2::placeholder,
.contact-form-box #deliveryAddressDetail2::placeholder {
    font-size: 18px;
    color: #999;
    font-weight: 300;
}

.contact-form-box .address+.chk {
    margin: 97px 0 14px;
}

.chk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.chk input {
    display: none;
}

.chk label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.chk label::before {
    background: url(https://renthingkorea.cafe24.com/contact/check_box_01.png);
    background-size: cover;
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
}

.chk input:checked+label::before {
    background: url(https://renthingkorea.cafe24.com/contact/check_box_02.png);
    background-size: cover;
}

.chk.error input+label::before {
    background: url(https://renthingkorea.cafe24.com/contact/check_box_03.png);
    background-size: cover;
}

.contact-form-box .chk label span {
    font-size: 18px;
    color: #555;
}

.contact-form-box .chk .tooltip-wrap {
    margin-top: 0;
}

.contact-form-box .textarea {
    margin: 30px 0 130px;
}

.contact-form-box .textarea textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #bebebe;
    padding: 10px;
    border-radius: 5px;
    font-size: 24px;
    background: none;
    appearance: none;
    resize: none;
}

.privacy-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.privacy-wrap strong {
    padding: 0 0 10px 10px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-top: 34px;
}

.privacy-wrap .scroll-box {
    border: 1px solid #bebebe;
}

.privacy-wrap .scroll-box .scroll-inner {
    overflow: hidden;
    overflow: auto;
    padding: 10px;
    height: 120px;
    font-size: 14px;
    color: #333333;
}

.section8 .privacy-wrap+.chk {
    max-width: 960px;
    margin: 15px auto 126px;
    display: flex;
    align-items: start;
}

.section8 .privacy-wrap+.chk label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.section8 .privacy-wrap+.chk label span {
    font-size: 18px;
    color: #555555;
}

.section8 .privacy-wrap+.chk label .tooltip-wrap {
    margin-top: 0;
}

.confirm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background-color: #0071e3;
    border: 1px solid #004f9e;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.contact-form-box .address+.chk,
.section8 .privacy-wrap+.chk {
    gap: 6px;
}

#rentalPeriod {
    padding-right: 5px;
    width: 340px;
}




@media screen and (max-width : 2022px) {
	.swiper-wrapper {
		height:45% !important;
	}

    .camera-day .option img {
        width: 24.7280vw;
    }
}

@media screen and (max-width:1600px) {
    .camera-day .option img {
        width: 32.7500vw;
    }
}

@media screen and (max-width:1580px) {

    .rental-day-wrap>div:last-child .tool-info-box,
    .delivery-wrapper>div:last-child .tool-info-box,
    .contact-form-box>div:first-child .form-box:last-child .tool-info-box {
        left: auto;
        right: -20px;
    }

    .rental-day-wrap>div:last-child .tool-info-box::after,
    .delivery-wrapper>div:last-child .tool-info-box::after,
    .contact-form-box>div:first-child .form-box:last-child .tool-info-box::after {
        left: auto;
        right: 26px;
    }
}

@media screen and (max-width : 1543px) {
    .camera-day .option img {
        width: 32.4044vw;
    }
}

@media screen and (max-width: 1108px) {
    .rental-day-wrap {
        gap: 24px;
    }

    .delivery-wrapper {
        gap: 40px;
    }
}

@media screen and (max-width: 1160px) {
    .section .s-inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1080px) {
	.swiper-wrapper {
		height:40% !important;
	}


    .section .s-inner {
        padding: 0 4.6296vw;
    }

    .section1 {
        padding-top: 35.7407vw;
        padding-bottom: 10.4630vw;
    }

    .section1 .tit strong {
        font-size: 8.3333vw;
        display: block;
    }

    .section1 .tit p {
        font-size: 8.3333vw;
        margin-bottom: 6.9444vw;
    }

    .section1 .tit span {
        font-size: 4.4444vw;
    }

    .section1 .arrow-btn {
        margin-top: 27.7778vw;
    }

    .section1 .arrow-btn span {
        font-size: 3.3333vw;
        margin-bottom: 3.0556vw;
    }

    .section {
        padding: 23.1481vw 0;
    }

    .section .section-tit strong {
        font-size: 6.6667vw;
        margin-bottom: 11.2963vw;
        word-break: keep-all;
    }

    .section2 .category-box {
        gap: 2.4074vw;
    }

    .section2 .category-box .radio-item {
        width: calc(100% / 3 - 1.6049vw);
    }

    .section2 .category-box .radio-item label {
        height: 37.0370vw;
        padding: 1.8519vw 0;
        gap: 4.5370vw;
    }

    .section2 .category-box .radio-item img {
        height: 21.2963vw;
        max-width: 80%;
    }

    .section2 .category-box .radio-item .title {
        font-size: 3.3333vw;
    }

    .section .start-btn {
        margin-top: 12.5000vw;
    }

    .section .start-btn a {
        font-size: 3.3333vw;
    }

    .section3 .polaroid-size-box {
        gap: 2.3148vw;
    }

    .section3 .polaroid-size-box .radio-item {
        width: calc(100% / 3 - 1.6049vw);
    }

    .section3 .polaroid-size-box .radio-item label {
        height: 47.2222vw;
        padding: 1.8519vw 0;
        gap: 2.2222vw;
    }

    .section3 .polaroid-size-box .radio-item img {
        height: 37.3148vw;
        max-width: 90%;
    }

    .section3 .polaroid-size-box .radio-item .title {
        font-size: 3.3333vw;
    }

    .camera-day .camera-swiper .swiper-scrollbar {
        width: calc(100% - 9.2593vw);
        margin: 11.1111vw auto 7.5926vw;
    }

    .camera-day .flex-input-box .s-inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        gap: 6.2963vw;
    }

    .camera-day .flex-input-box .s-inner>div {
        width: 100%;
    }

    .tooltip-wrap {
        justify-content: flex-start;
    }

    .tooltip-wrap .tooltip-tit>span {
        font-size: 3.3333vw;
    }

    .tooltip-wrap .tool-box>a {
        width: 3.7037vw;
        height: 3.7037vw;
    }

    .tooltip-wrap .tool-box>a i {
        font-size: 2.7778vw;
    }

    select,
    #rentalTime,
    #quik,
    #storeQuik,
    #postOffice,
    .input-box div input,
    .contact-form-box input:not([type="checkbox"]) {
        width: 100%;
        height: 60px;
        font-size: 2.7778vw;
    }

    .input-box {
        margin-top: 12px;
    }

    .input-box div {
        width: 100%;
    }

    .input-box div .unit {
        font-size: 2.7778vw;
    }

    .tooltip-wrap {
        margin-top: 6.8519vw;
    }

    #cameraCount,
    #filmCount {
        font-size: 2.7778vw;
    }

    #rentalPeriod {
        width: 100%;
    }

    .rental-day-wrap {
        flex-direction: column;
        gap: 0;
    }

    .rental-day-wrap>div {
        width: 100%;
    }

    .rental-day-wrap>div:first-child .tooltip-wrap {
        margin-top: 0;
    }

    .delivery-wrapper {
        gap: 0;
        flex-direction: column;
    }

    .delivery-wrapper>div {
        width: 100%;
        align-items: flex-start;
    }

    .delivery-wrapper>div>i {
        display: none;
    }

    .delivery-wrapper>div:first-child .tooltip-wrap {
        margin-top: 0;
    }

    .input-box {
        width: 100%;
    }

    .delivery-wrapper .tooltip-wrap {
        margin-top: 7.9630vw;
    }

    .contact-form-box .flex-box {
        flex-direction: column;
        gap: 5.3704vw;
        align-items: flex-start;
        margin-bottom: 5.3704vw;
    }

    .contact-form-box .form-box {
        width: 100%;
    }

    .contact-form-box .label {
        margin-bottom: 12px;
    }

    .contact-form-box #companyAddress,
    .contact-form-box #deliveryAddress {
        width: 33.3333vw;
    }

    .tooltip-wrap .tooltip-tit>span,
    .contact-form-box .label span {
        font-size: 2.7778vw;
    }

    .contact-form-box #companyAddress+button,
    .contact-form-box #deliveryAddress+button {
        font-size: 2.7778vw;
        width: 22.2222vw;
        height: 60px;
    }

    .contact-form-box .address .bottom {
        flex-direction: column;
        width: 100%;
    }

    .contact-form-box #companyAddressDetail,
    .contact-form-box #companyAddressDetail2,
    .contact-form-box #deliveryAddressDetail,
    .contact-form-box #deliveryAddressDetail2 {
        width: 100%;
    }

    .contact-form-box .address .bottom {
        gap: 6px;
    }

    .contact-form-box .address+.chk {
        margin-top: 13.5185vw;
    }

    .contact-form-box .textarea textarea {
        height: 180px;
    }

    .contact-form-box .textarea {
        margin: 5.8333vw 0 11.4815vw;
    }

    .privacy-wrap strong {
        font-size: 2.7778vw;
        padding: 0 0 10px 10px;
        margin-top: 3.6111vw;
    }

    .section8 .privacy-wrap+.chk label span {
        font-size: 2.5926vw;
    }

    .confirm-btn a {
        font-size: 36px;
        width: 200px;
        height: 70px;
    }

    .section8 .privacy-wrap+.chk {
        margin-bottom: 85px;
    }
}

@media screen and (max-width:765px) {
    .camera-day .option img {
        width: 49.2810vw;
    }
}

@media screen and (max-width: 600px) {
	.swiper-wrapper {
		height:40% !important;
	}

    .section1 .arrow-btn span {
        font-size: 16px;
    }

    .section .start-btn a {
        font-size: 16px;
    }

    .tooltip-wrap .tooltip-tit>span {
        font-size: 20px;
    }

    .tooltip-wrap .tool-box>a {
        width: 20px;
        height: 20px;
    }

    .tooltip-wrap .tool-box>a i {
        font-size: 16px;
    }

    select,
    #rentalTime,
    #quik,
    #storeQuik,
    #postOffice,
    .input-box div input,
    .contact-form-box input:not([type="checkbox"]) {
        height: 36px;
        font-size: 24px;
    }

    .input-box div .unit {
        font-size: 16px;
    }

    .tooltip-wrap .tooltip-tit>span,
    .contact-form-box .label span {
        font-size: 20px;
    }

    .contact-form-box #companyAddress+button,
    .contact-form-box #deliveryAddress+button {
        font-size: 14px;
        width: 120px;
        height: 36px;
    }

    .privacy-wrap strong {
        font-size: 16px;
    }

    .section8 .privacy-wrap+.chk label span {
        font-size: 14px;
    }

    .confirm-btn a {
        font-size: 20px;
        width: 140px;
        height: 50px;
    }

    .section8 .privacy-wrap+.chk {
        margin-bottom: 60px;
    }

    .section5 .polaroid-num-box>div img {
        display: block;
        width: 100%;
    }

    #cameraCount,
    #filmCount {
        font-size: 16px;
    }

}

@media screen and (max-width:500px) {
    .section5 .polaroid-num-box>div .select {
        border-radius: 25px;
    }
}

@media screen and (max-width:480px) {
    .camera-day .swiper-slide {
        width: 100%;
    }

    .camera-day .option img {
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    .section5 .polaroid-num-box>div .select {
        border-radius: 23px;
    }
}




/* 모바일 툴팁 */
.tooltip-dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
}

@media screen and (max-width: 768px) {
    .tool-info-box {
        display: none;
    }

    .mobile-popup {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90% !important;
        max-width: 360px;
        background: #fff;
        border-radius: 10px;
        z-index: 9999 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        opacity: 0;
        visibility: hidden;
    }

    .mobile-popup.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-popup .tip-tit {
        padding: 24px 20px;
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        border-bottom: 1px solid #999999;
        box-sizing: border-box;
    }

    .mobile-popup ul {
        padding: 24px 20px;
        text-align: left;
    }

    .mobile-popup ul li {
        padding-left: 10px;
        font-size: 15px;
        line-height: 1.5;
        position: relative;
    }

    .mobile-popup ul li::after {
        content: '';
        position: absolute;
        top: 10px;
        left: -3px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #333;
    }

    .mobile-popup ul li span {
        display: block;
        color: #777777;
        font-size: 15px !important;
    }

    .mobile-popup .close-btn {
        position: absolute;
        top: 2px;
        right: 2px;
        width: 30px;
        height: 30px;
        font-size: 24px;
        text-align: center;
        line-height: 30px;
        color: #333;
        text-decoration: none;
        font-weight: 400;
    }


}

@media screen and (max-width: 500px) {

    .mobile-popup .tip-tit {
        padding: 2.7778vw 3.7037vw 2.2222vw;
        text-align: left;
        font-size: 4.4444vw;
    }

    .mobile-popup ul {
        padding: 2.7778vw 4.6296vw 2.9630vw;
    }

    .mobile-popup ul li {
        font-size: 13px;
    }

    .mobile-popup ul li span {
        font-size: 13px !important;
    }

}
