<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.map_inner {padding: 40px 0;}
#map {width:100%;height:720px;}
.sch_wrap {display: flex;align-items: center;justify-content: space-between;gap:20px;margin-top: 30px;}
.sch_box {width: 100%;background: #F9F9F9;position: relative;border-radius: 10px;}
.sch_box input {width: 100%;height: 40px;padding: 0 20px;border-radius: 10px;background: transparent;border: none;font-size: 15px;}
.sch_box button {width: 50px;height: 40px;position: absolute;top:0;right: 0;}
.sch_box button img {width: 20px;height: auto;}

.map_box_wrap {border-radius: 10px;overflow: hidden;margin-top: 40px;position: relative;}

#customWindow {cursor: pointer;}

.nowAreaBox {position: absolute;bottom:30px;left: 30px;z-index: 99;}
.nowAreaBox button {width: 37px;height: 37px;border-radius: 37px;background: #fff;display: flex;align-items: center;justify-content: center;box-shadow: 0 2px 15px rgba(0,0,0,0.16);}
.nowAreaBox img {width: 23px;height: auto;}

.map_cont_box_wrap {position: absolute;bottom:30px;left: 50%;transform:translateX(-50%);z-index: 1000;width: 100%;max-width: 516px;border-radius: 10px;overflow: hidden;box-shadow: 0 3px 12px rgba(0,0,0,0.16);display: none;max-height: 126px;}
.map_cont_inner {display: flex;}
.map_cont_inner .map_cont_thumb {width: 35%;max-width: 180px;}
.map_cont_inner .map_cont_thumb img {width: 100%;height: 100%;object-fit:cover;}
.map_cont_inner .map_cont_box {width: 65%;background: #fff;padding: 20px;}
.map_cont_label {font-size: 18px;font-weight: 700;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.map_cont_addr {display: flex;align-items: center;margin: 15px 0;;gap: 5px;}
.map_cont_addr i {display: inline-block;width: 11px;position: relative;top:-1px}
.map_cont_addr i img {max-width: 100%;height: auto;}
.map_cont_addr .map_cont_addr_info {width: calc(100% - 15px);font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.map_cont_price_box {display: flex;align-items: center;}
.map_cont_price_box .map_cont_price_label {padding: 5px 7px;border-radius: 5px;background: rgba(132, 76, 207, 0.17);margin-right: 15px;font-size: 16px;color: #844CCF;font-weight: 700;}
.map_cont_price_box .map_cont_price {font-size: 22px;font-weight: 700;color: #FF5555;}

.loding_box {width: 100%;height: 100%;background: rgba(0,0,0,0.7);display: flex;align-items: center;justify-content: center;font-size: 22px;font-weight: 500;color: #fff;position: absolute;top:0;left: 0;z-index: 1001;}


/* ���꾩뒪�좊━吏� �곸꽭 */
.storage_view_btn_wrap {display: flex;gap: 10px;position: fixed;z-index: 99;bottom:20px;width: 100%;max-width: 1070px;left: 50%;transform: translateX(-50%);min-width: 280px;}
.storage_view_btn_wrap.none_fixed {position: relative;padding:10px 0;}
.storage_view_btn_nf {position: static;transform:none;}
.storage_view_btn_wrap .storage_view_btn_box {width: 70%;}
.storage_view_btn_wrap .storage_view_btn_box button:disabled {background: #ebebeb;color: #999;}
.storage_view_btn_wrap .storage_view_btn_box:first-child {width: 30%;}
.storage_view_btn_box a i {width: 20px;height: 20px;display: inline-block;margin-right: 10px;}
.storage_view_btn_box a i img {max-width: 100%;}

.storage_view_btn_wrap2 .storage_view_btn_box {width: 60%;}
.storage_view_btn_wrap2 .storage_view_btn_box:first-child {width: 20%;}
.storage_view_btn_wrap2 .storage_view_btn_box:nth-child(2) {width: 20%;}

.tab_conatiner &gt; div * {white-space: pre-wrap !important;}

.storage_top {padding: 35px 0;}
.st_title_box {display: flex;gap:10px;align-items: center;}
.st_title_box .st_title {font-size: 30px;font-weight: 700;}
.st_title_box button {padding: 5px 10px;border-radius: 12px;display: flex;align-items: center;justify-content: center;background: #EDEDED;font-size: 14px;color: #A4A4A4;transition: 0.3s;}
.st_title_box button.active {background: rgba(132, 76, 207, 0.17);color: #844CCF;transition: 0.3s;}
.st_addr_box {display: flex;align-items: center;gap: 5px;margin-top: 20px;}
.st_addr_box i {width: 11px;}
.st_addr_box i img {max-width: 100%;}
.st_addr_info {font-size: 16px;}

.st_tab_list li {float: left;width: 20%;cursor: pointer;text-align: center;padding: 20px 0;position: relative;}
.st_tab_list li.on::after {content:"";width: 100%;height:4px;background: #000;position: absolute;bottom:0;left: 0;}
.st_tab_list li .st_tab_icon i {width: 30px;height: 30px;display: inline-block;}
.st_tab_list li:first-child .st_tab_icon i {background: url("/images/st_tab_off1.png") no-repeat 100% 100% / 100%;}
.st_tab_list li.on:first-child .st_tab_icon i {background: url("/images/st_tab_on1.png") no-repeat 100% 100% / 100%;}
.st_tab_list li:nth-child(2) .st_tab_icon i {background: url("/images/st_tab_off2.png") no-repeat 100% 100% / 100%;}
.st_tab_list li.on:nth-child(2) .st_tab_icon i {background: url("/images/st_tab_on2.png") no-repeat 100% 100% / 100%;}
.st_tab_list li:nth-child(3) .st_tab_icon i {background: url("/images/st_tab_off3.png") no-repeat 100% 100% / 100%;}
.st_tab_list li.on:nth-child(3) .st_tab_icon i {background: url("/images/st_tab_on3.png") no-repeat 100% 100% / 100%;}
.st_tab_list li:nth-child(4) .st_tab_icon i {background: url("/images/st_tab_off4.png") no-repeat 100% 100% / 100%;}
.st_tab_list li.on:nth-child(4) .st_tab_icon i {background: url("/images/st_tab_on4.png") no-repeat 100% 100% / 100%;}
.st_tab_list li:nth-child(5) .st_tab_icon i {background: url("/images/st_tab_off5.png") no-repeat 100% 100% / 100%;}
.st_tab_list li.on:nth-child(5) .st_tab_icon i {background: url("/images/st_tab_on5.png") no-repeat 100% 100% / 100%;}
.st_tab_list li .st_tab_txt {font-size: 16px;font-weight: 500;color: #bababa;margin-top: 10px;}
.st_tab_list li.on .st_tab_txt {color: #000;}

.st_cont01 {padding: 35px 0;font-size: 20px;font-weight: 500;}

.st_inner {padding: 35px 0;}
.event_banner_wrap {padding: 35px 0;}
.st_label {font-size: 22px;font-weight: 700;}
.st_label span {font-size: 16px;color: #999;font-weight: 500;}
.event_banner {margin-top: 20px;}
.event_banner img {max-width: 100%;}
.event_banner_mob {display: none;}

.st_space_wrap {padding: 35px 0 70px;position: relative;min-height: 504px;}
.size_tab_list {display: flex;}
.size_tab_list .size_tab_box {width: 15%;height: 50px;border-radius: 5px;border: 2px solid #844CCF;background: #fff;display: flex;align-items: center;justify-content: center;font-size: 16px;font-weight: 700;color: #844CCF;cursor: pointer;margin-right: 1.11%;}
.size_tab_list .size_tab_box:nth-child(10) {margin-right: 0;}
.size_tab_list .size_tab_box.on {background: #844CCF;color: #fff;}
.st_info_title {font-size: 20px;font-weight: 700;}
.st_info {font-size: 17px;font-weight: 500;margin-top: 20px;}
.st_space_size_tab {margin: 45px 0 55px;width: 69%;}
.st_space_img {position: absolute;top:50%;right: 0;width: 30%;transform: translateY(-30%);}
/* .st_space_img img {max-width: 210px;} */

.st_store_wrap {padding: 35px 0;}
.st_store_ps_wrapper {padding: 20px 0;}
/* .st_store_box {background: #ededed;border-radius: 10px;width: 100%;height: 800px;margin-top: 20px;display: flex;align-items: center;justify-content: center;text-align: center;font-size: 22px;font-weight: 500;} */
/* .st_store_box {border-radius: 10px;width: 100%;height: 800px;margin-top: 20px;display: flex;align-items: center;justify-content: center;text-align: center;font-size: 22px;font-weight: 500;} */
.st_store_box {border-radius: 10px;width: 100%;margin-top: 20px;display: flex;align-items: center;justify-content: center;text-align: center;font-size: 22px;font-weight: 500;flex-wrap: wrap;gap:20px 0;}
.st_store_box img {max-width: 100%;height: auto;}

.st_addr_wrap {padding: 35px 0;}
.st_addr_box {border-radius: 10px;overflow: hidden;}

.st_addr_info_wrap .st_addr_info_box {display: flex;gap: 10px;margin-top: 20px;}
.st_addr_info_box i {width: 14px;}
.st_addr_info_box i img {max-width: 100%;height: auto;}

#st_map {width:100%;height:600px;}

.st_faq_inner {margin-top: 20px;}
.st_faq_box {border-bottom: 1px solid #F1F1F1;}
.st_faq_on {border-bottom: none;}
.st_faq_box .st_faq_q {padding: 25px 60px 25px 20px;font-size: 16px;font-weight: 500;cursor: pointer;background: url("/images/down_arr.png") no-repeat 97% 50% / 10px;}
.st_faq_on .st_faq_q {background: url("/images/up_arr.png") no-repeat 97% 50% / 10px;}
.st_faq_a_inner {padding: 0 20px;display: none;}
.st_faq_a {padding: 20px;border-radius: 10px;background: #f9f9f9;line-height: 28px;font-size: 16px;}
/* .st_faq_on .st_faq_a_inner {display: block;} */

.storage_banner .swiper-pagination {bottom:20px !important;}
.storage_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius:10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
}

.storage_banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}

/* self storage 寃곗젣 */
.st_container2 {max-width: 900px;margin: 0 auto;}
.st_order_select {font-size: 16px;margin-top: 40px;}
.st_form_box_inner .st_form_box {display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.st_form_box_inner .st_form_box:last-child {margin-bottom: 0;}
.st_form_box .st_form_label {width: 25%;font-size: 16px;font-weight: 700;}
.st_form_box .st_form_input {width: 75%;}
.st_form_input2 {display: flex;gap: 10px;}
.st_form_input select {
    -webkit-appearance:none; /* �щ＼ �붿궡�� �놁븷湲� */
    -moz-appearance:none; /* �뚯씠�댄룺�� �붿궡�� �놁븷湲� */
    appearance:none; /* �붿궡�� �놁븷湲� */
    background: url("/images/down_arr.png") no-repeat 97% 50% / 10px #F8F8F8;
}

.st_order_info_box {border-top: 1px solid #dfdfdf;margin-top: 30px;}
.st_od_box {display: flex;align-items: center;justify-content: space-between;gap:10px;}
.st_order_info_label {font-size: 20px;font-weight: 700;}
.st_od_pd_box {padding: 20px 0;border-bottom: 1px dashed #DFDFDF;}
.st_od_label {font-size: 16px;color: #8A8A8A;font-weight: 500;width: 20%;}
.st_od_infos {font-size: 16px;color: #000;font-weight: 500;width: 80%;text-align: right;word-break: keep-all;}
.st_od_box_mid {padding: 20px 0;border-bottom: 1px solid #DFDFDF;}
.st_od_box_mid .st_od_box {margin-bottom: 20px;}
.st_od_box_mid .st_od_box:last-child {margin-bottom: 0;}
.st_od_price_box {display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}
.st_od_price_label {font-size: 18px;font-weight: 500;}
.st_od_price_infos {font-size: 20px;font-weight: 700;}
.st_od_price_infos span {color: #FF5555;}

.st_od_btn_wrap {margin-top: 80px;}
/* .st_od_btn_wrap2 {display: none;} */

/* �ㅻЦ議곗궗 */
.st_research_form_wrap {margin-top: 35px;}
.st_research_label2 {font-size: 16px;font-weight: 700;}
.st_research_label2 span {width: 4px;height: 4px;border-radius: 1px;overflow: hidden;background: #FD5858;display: inline-block;vertical-align: top;margin-left: 3px;}

.st_research_form_inner .st_reseach_form_box {margin-top: 35px;}
.st_research_form_inner .st_reseach_form_box:first-child {margin-top: 0px;}
.st_research_input_box {display: flex;flex-wrap:wrap}
.st_research_input_box .st_research_input_chk_box {position: relative;width: 24%;margin-right: 1.33%;margin-top: 15px;}
.st_research_input_box2 .st_research_input_chk_box {width: 15.5%;margin-right: 1.38%;}
.st_research_input_box .st_research_input_chk_box:nth-child(4n) {margin-right: 0;}
.st_research_input_box2 .st_research_input_chk_box:nth-child(4n) {margin-right: 1.38%;}
.st_research_input_box2 .st_research_input_chk_box:nth-child(6n) {margin-right: 0;}
.st_research_input_box3 .st_research_input_chk_box {width: 49.5%;margin-right: 1.5%;}
.st_research_input_box3 .st_research_input_chk_box:nth-child(2n) {width: 49%;margin-right: 0;}

.st_research_input_box .st_research_input_chk_box2 {width: 74.6%;margin-right: 0;} 

.st_research_input_chk_box input[type="radio"] {position: absolute;bottom:0;left: 0;width: 0;height: 0;}
.st_research_input_chk_box input[type="radio"] + label {width: 100%;height: 50px;border-radius: 10px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 16px;font-weight: 500;color: #A4A4A4;}
.st_research_input_chk_box input[type="radio"]:checked + label {background: #844CCF;color: #fff;}
.st_research_input_box select {
    -webkit-appearance:none; /* �щ＼ �붿궡�� �놁븷湲� */
    -moz-appearance:none; /* �뚯씠�댄룺�� �붿궡�� �놁븷湲� */
    appearance:none; /* �붿궡�� �놁븷湲� */
    background: url("/images/down_arr.png") no-repeat 97% 50% / 10px #F8F8F8;
    margin-top: 15px;
    font-size: 16px;
}
.st_research_input_box select:required:invalid {
    color: #a4a4a4;
 }

.st_form_input select:required:invalid {
color: #a4a4a4;
}

.storage_od_wrap {padding: 0 0 65px;}

/* �댁슜媛��μ떆 �뚮┝諛쏄린 */
#view_notification_pop {position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 999;display: none;}
.view_notification_inner {position: absolute;width: 100%;height: 100%;top:0;left: 0;background: rgba(0,0,0,0.5);}
.view_notification_pop_box {position: absolute;top:50%;left: 50%;transform:translate(-50%, -50%);background: #fff;border-radius: 20px;overflow: hidden;max-width: 350px;width: 100%;min-width: 260px;}
.notification_pop_title {padding:30px 0 0;text-align: center;font-size: 18px;font-weight: 700;margin-bottom: 30px;}
.notification_input_wrapper {padding: 0 20px;}
.notification_input_wrapper &gt; div {margin-top: 20px;}
.notification_input_wrapper &gt; div:first-child {margin-top: 0;}
.notification_input_wrap .notification_label {font-size: 14px;font-weight: 500;margin-bottom: 10px;}
.notification_input_box select {font-size: 15px;-webkit-appearance: none;-moz-appearance: none;
appearance: none;background: url(/images/down_arr.png) no-repeat 95% 50% / 10px #F8F8F8;}
.notification_input_box input {font-size: 15px;}
.notification_alert_text {margin-top: 12px;padding: 0 20px;}
.notification_alert_text p {font-size: 11px;color: #FF3736;position: relative;padding-left: 10px;margin-top: 5px;}
.notification_alert_text p:first-child {margin-top: 0;}
.notification_alert_text p::before {content:"*";position: absolute;top:0;left: 0;}
.notification_btn_wrap {display: flex;margin-top: 24px;}
.notification_btn_wrap a {width: 50%;border-radius: 0;}


/* �댁슜�섍린 �숈쓽 */
.st_agree_wrap {margin-top: 80px;}
.st_note_agree_wrap {position: relative;}
.st_note_agree_wrap input {position: absolute;bottom:0;left: 0;width: 1px;height: 1px;opacity: 0;}
.st_note_agree_wrap input + label {width: 100%;height: 61px;background: #C8C8C8 url('/images/note_chk.png') no-repeat 2% 50% / 22px;display: flex;align-items: center;justify-content: center;font-size: 16px;font-weight: 700;color: #fff;border-radius: 10px;cursor: pointer;}
.st_note_agree_wrap input:checked + label {background: #844CCF url('/images/note_chk_on.png') no-repeat 2% 50% / 22px;}

.st_agree_box_wrapper {margin-bottom:30px;}
.st_all_agree_wrap {position: relative;}
.st_all_agree_wrap input {position: absolute;bottom:0;left: 0;width: 1px;height: 1px;opacity: 0;}
.st_all_agree_wrap input + label {width: 100%;height: 61px;background: #F8F8F8 url('/images/move_chkbox.png') no-repeat 2% 50% / 22px;display: flex;align-items: center;font-size: 16px;font-weight: 700;color: #000;border-radius: 10px;cursor: pointer;padding-left: 6%;}
.st_all_agree_wrap input:checked + label {background: #F8F8F8 url('/images/move_chkbox_on.png') no-repeat 2% 50% / 22px}

.st_agree_box_wrap {margin-top: 22px;}
.st_agree_box_wrap .st_agree_box {display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}
.st_agree_box_wrap .st_agree_box:first-child {margin-top: 0;}
.st_agree_box .st_agree_box_left {position: relative;width: 90%;}
.st_agree_box .st_agree_box_left input {position: absolute;bottom:0;left: 0;width: 1px;height: 1px;opacity: 0;}
.st_agree_box .st_agree_box_left input + label {position: relative;padding-left: 53px;display: flex;cursor: pointer;font-size: 14px;font-weight: 500;color: #000;}
.st_agree_box .st_agree_box_left input + label span {margin-right: 5px;display: inline-block;}
.st_agree_box .st_agree_box_left input + label span.select_agree {color: #999;}
.st_agree_box .st_agree_box_left input + label::before {content:"";width: 20px;height: 20px;background:url('/images/move_chkbox.png') no-repeat 100% / 100%;position: absolute;left: 20px;top:50%;transform:translateY(-50%);}
.st_agree_box .st_agree_box_left input:checked + label::before {background:url('/images/move_chkbox_on.png') no-repeat 100% / 100%;}
.st_agree_box .st_agree_box_right {width: 10%;display: flex;align-items: flex-end;justify-content: flex-end;}
.st_agree_box .st_agree_box_right a {width: 40px;display: flex;align-items: center;justify-content: flex-end;padding-right: 20px;}
.st_agree_box .st_agree_box_right a img {width: 10px;height: auto;}

.swiper-slide img {width: 100%;}

.use_possible_space_wrap {display: flex;gap:  9.9px;width: 100%;flex-wrap: wrap;}
.use_possible_space_wrap &gt; div {width: calc((100% / 10) - 9px);background: #EBEBEB;display: flex;align-items: center;justify-content: center;flex-direction: column;gap:4px 0;border-radius: 6px;padding: 7px 0;}
.use_possible_space_wrap &gt; div.ups_box_y {background: #29D63A;}
.use_possible_space_wrap &gt; div.ups_box_n {background: #FF3736;}
.use_possible_space_wrap &gt; div &gt; div {font-size: 16px;color: #999;}
.use_possible_space_wrap &gt; div.ups_box_y &gt; div {color: #fff;}
.use_possible_space_wrap &gt; div.ups_box_n &gt; div {color: #fff;}

.nowAreaListContentBox {position: absolute;top:20px;right: 20px;z-index: 1000;background: #fff;height: calc(100% - 96px);width: 100%;max-width: 390px;padding: 0 20px;border-radius: 16px;box-shadow: 0 4px 18px rgba(0,0,0,0.2);display: none;}

.nowAreaContBoxInner {overflow: auto;max-height: 100%; -ms-overflow-style: none;width: 100%;}
.nowAreaContBoxInner::-webkit-scrollbar {display: none;}
.nowAreaContBoxInner &gt; a {margin-bottom: 15px;display: block;}
.nowAreaContBoxInner &gt; a:last-child {margin-bottom: 20px;}
.nowAreaContBoxInner &gt; a:first-child {margin-top: 20px;}
.nowAreaContBoxInner .nowAreaContBox {display: flex;border:1px solid #EDEDED;border-radius: 10px;overflow: hidden;}
.nowAreaContBox .map_cont_thumb {width: 31%;}
.nowAreaContBox .map_cont_thumb img {width: 100%;height: 100%;object-fit: cover;}
.nowAreaContBox .area_cont_box {width: 69%;padding: 15px;}
.area_cont_box .map_cont_label2 {font-size: 16px;font-weight: 700;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.area_cont_box .map_cont_addr .map_cont_addr_info2 {font-size: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.area_cont_box .map_cont_price_box .map_cont_price_label {font-size: 14px;}
.area_cont_box .map_cont_price_box .map_cont_price2 {font-size: 20px;font-weight: 700;color: #FF5555;}

.nowAreaListBox {position: absolute;bottom:30px;right: 20px;z-index: 1000;display: flex;align-items: flex-end;flex-direction: column;}
.nowAreaListBox button.arealistBtn {padding: 0 20px;border-radius: 40px;font-size: 16px;height: 40px;display: none;}
.nowAreaListBox button.arealistBtnClose {border-radius: 40px;width: 40px;height: 40px;display: none;}
.nowAreaListBox button.arealistBtnClose img {width: 10px;}

.nowAreaEmpty {display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;font-size: 18px;font-weight: 500;flex-direction: column;}
.nowAreaEmpty img {width: 60px;height: auto;margin-bottom: 20px;}

/*�ъ쭊 �뺣� �앹뾽*/
.add_price_photo_box {cursor:pointer;}
#big_size_pop  {position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 9999;display:none;min-width: 280px;}
#big_size_pop .od_cancel_cont {width: 100%;height: 100%;padding:0;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;padding: 0 20px;background: rgba(0,0,0,0.5);}
#big_size_pop .od_cancel_cont img {max-width:100%;max-height:100%;width:auto;height:auto;}
.big_size_pop_x {width:40px;height:40px;position:absolute;top:10px;right:10px;background:#844CCF;border:none;border-radius:10px;}
.big_size_pop_x span {display:block;width:80%;height:2px;background:#fff;border-radius:10px;position:absolute;}
.big_size_pop_x span:first-child {left:4px;top:20px;transform:rotate(45deg);}
.big_size_pop_x span:last-child {right:4px;top:20px;transform:rotate(-45deg);}

.checkbox_wrapper {display: none;}
.checkbox_wrap {padding: 20px;}
.checkbox_wrap &gt; div {margin-bottom: 15px;}
.checkbox_wrap &gt; div:last-child {margin-bottom: 0;}
.st_agree7_box {position: relative;}
.st_agree7_box input {position: absolute;bottom:0;left: 0;width: 1px;height: 1px;opacity: 0;}
.st_agree7_box input + label {position: relative;padding-left: 30px;display: flex;cursor: pointer;font-size: 16px;font-weight: 500;color: #000;}
.st_agree7_box input + label span {margin-right: 5px;display: inline-block;}
.st_agree7_box input + label span.select_agree {color: #999;}
.st_agree7_box input + label::before {content:"";width: 20px;height: 20px;background:url('/images/move_chkbox.png') no-repeat 100% / 100%;position: absolute;left: 0;top:50%;transform:translateY(-50%);}
.st_agree7_box input:checked + label::before {background:url('/images/move_chkbox_on.png') no-repeat 100% / 100%;}
.check_submit {padding: 0 20px 20px;}

@media(max-width:1080px) {
    .storage_view_btn_wrap {padding: 0 20px;}
}

@media(max-width:960px){
    .map_cont_label {font-size: 16px;}
    .map_cont_addr .map_cont_addr_info {font-size: 14px;}
    .map_cont_price_box .map_cont_price {font-size: 20px;}
    .map_cont_price_box .map_cont_price_label {font-size: 14px;}

    .st_label {font-size: 20px;}
    .st_cont01 {font-size: 18px;}
    .st_space_img {width: 32%;}
    
    .st_tab_list li .st_tab_icon i {width: 26px;height: 26px;}

    .st_title_box .st_title {font-size: 26px;}

    .st_store_box {font-size: 20px;}

    .storage_view_btn_wrap2 .storage_view_btn_box {width: 50%;}
    .storage_view_btn_wrap2 .storage_view_btn_box:first-child {width: 25%;}
    .storage_view_btn_wrap2 .storage_view_btn_box:nth-child(2) {width: 25%;}
}


@media(max-width:760px){
    .container {padding: 0;}
    .map_inner {padding: 0;}
    .map_title {display: none;}
    .map_box_wrap {margin-top: 0;border-radius: 0;}
    .sch_wrap {position: absolute;width: 100%;top:30px;left: 50%;transform:translateX(-50%);z-index: 100;margin: 0;padding: 0 20px;}
    .sch_box {background: #F9F9F9;}
    #map {width: 100%;height: calc(100vh - 80px);}
    .map_cont_box_wrap {width: 94%;}

    
    .storage_wrap {padding-bottom: 0;}
    .event_banner_pc {display: none;}
    .event_banner_mob {display: block;}
    .st_container {padding: 0 20px;}
    .storage_top {padding: 20px;}
    .st_cont01 {font-size: 16px;} 
    .st_title_box .st_title {font-size: 22px;}
    .st_space_wrap {padding: 35px 0;min-height: inherit;}
    .st_label {font-size: 18px;}
    .st_space_size_tab {margin: 20px 0;width: 100%;}
    .st_space_img {position: static;transform:none;width: 100%;margin-top: 20px;text-align: center;}
    .st_space_img img {max-width: inherit;max-width: 80%;}
    .size_tab_list {flex-wrap: wrap;}
    .size_tab_list .size_tab_box {width: 19%;margin-right: 1.25%;margin-top: 10px;}
    .size_tab_list .size_tab_box:nth-child(5n) {margin-right: 0;}
    .st_info {font-size: 15px;}
    .size_tab_list .size_tab_box {font-size: 15px;}
    .st_info_title {font-size: 18px;}

    .st_tab_list li .st_tab_icon i {width: 22px;height: 22px;}

    .st_title_box button {font-size: 12px;}

    

    #st_map {height:400px;}

    .st_faq_box .st_faq_q {font-size: 14px;padding: 25px 30px 25px 0;word-break: keep-all;line-height: 1.2;}
    .st_faq_a_inner {padding: 0;}
    .st_faq_a {font-size: 14px;line-height: 21px;padding: 20px 15px;word-break: keep-all;}

    .st_store_box {font-size: 18px;}

    .storage_view_btn_wrap {bottom:0;padding: 0;gap: 0;transform: none;left: 0;}
    .storage_view_btn_wrap a {border-radius: 0;font-size: 14px;}
    .storage_view_btn_wrap button {border-radius: 0;font-size: 14px;}
    .storage_view_btn_wrap button.payBtn {border-radius: 10px;}

    .storage_view_btn_nf {gap: 10px;}
    .storage_view_btn_nf a {border-radius: 10px;}

    .storage_od_wrap {padding: 50px 0;}
    .st_od_top_wrapper {display: none;}
    .st_form_box_inner .st_form_box {flex-direction: column;gap:15px;}
    .st_form_box .st_form_label {width: 100%;}
    .st_form_box .st_form_input {width: 100%;}
    .st_order_info_label {font-size: 18px;}
    .st_od_btn_wrap {margin-top: 40px;}
    .st_od_price_label {font-size: 16px;}
    .st_od_price_infos {font-size: 18px;}

    .st_od_box {gap:10px;}
    .st_od_infos {font-size: 14px;}

    .st_research_label {display: none;}
    .st_research_form_wrap {margin-top: 0;}

    .st_research_input_box .st_research_input_chk_box {width: 49%;margin-right: 2%;}
    .st_research_input_box .st_research_input_chk_box:nth-child(4n) {margin-right: 2%;}
    .st_research_input_box .st_research_input_chk_box:nth-child(2n) {margin-right: 0;}
    .st_research_input_box2 .st_research_input_chk_box {width: 24%;}
    .st_research_input_box2 .st_research_input_chk_box {margin-right: 1.33%;}
    .st_research_input_box2 .st_research_input_chk_box:nth-child(2n) {margin-right: 1.33%;}
    .st_research_input_box2 .st_research_input_chk_box:nth-child(4n) {margin-right: 0;}

    .st_research_input_chk_box input[type="radio"] + label {font-size: 15px;}
    .st_research_input_box select {font-size: 15px;}

    .st_research_label2 {font-size: 15px;}

    .st_all_agree_wrap input + label {padding-left: 55px;}


    .st_research_input_box .st_research_input_chk_box2 {width: 100%;}
    .st_research_input_box .st_research_input_chk_box2 input {font-size: 15px;}

    .use_possible_space_wrap &gt; div {width: calc(100% / 5 - 8px);}


    .nowAreaListContentBox {position: absolute;
        top: 83px;
        height: calc(100% - 160px);
        width: calc(100% - 40px);
        max-width: none;
    }

    .area_cont_box .map_cont_price_box .map_cont_price2 {font-size: 18px;}
    .nowAreaListBox button.arealistBtn {font-size: 15px;}

   
    .storage_view_btn_wrap.none_fixed {padding: 0;}
}

@media(max-width:580px){
    .map_cont_label {font-size: 14px;}
    .map_cont_addr .map_cont_addr_info {font-size: 12px;}
    .map_cont_price_box .map_cont_price {font-size: 18px;}
    .map_cont_price_box .map_cont_price_label {font-size: 12px;}

    .st_title_box .st_title {font-size: 18px;} 
    .st_cont01 {font-size: 14px;} 
    .st_label {font-size: 16px;}
    .st_label span {font-size: 14px;}
    .st_info {font-size: 14px;}
    .size_tab_list .size_tab_box {font-size: 14px;}
    .st_info_title {font-size: 16px;}
    .st_tab_list li .st_tab_txt {font-size: 14px;}

    .st_title_box button {font-size: 10px;}
    .st_addr_info {font-size: 14px;}

    #st_map {height:200px;}

    .st_store_box {font-size: 16px;word-break: keep-all;}

    .st_order_info_label {font-size: 16px;}
    .st_od_label {font-size: 14px;}
    .st_od_price_label {font-size: 14px;}
    .st_od_price_infos {font-size: 16px;}

    .st_research_input_chk_box input[type="radio"] + label {font-size: 13px;}
    .st_research_input_box select {font-size: 13px;}

    .st_research_label2 {font-size: 14px;}

    .storage_view_btn_wrap2 {flex-wrap: wrap;}
    .storage_view_btn_wrap2 .storage_view_btn_box {width: 100%;}
    .storage_view_btn_wrap2 .storage_view_btn_box:first-child {width: 35%;}
    .storage_view_btn_wrap2 .storage_view_btn_box:nth-child(2) {width: 65%;}

    .view_notification_pop_box {width: calc(100% - 40px);min-width: 260px;}

    .st_agree_box .st_agree_box_left input + label {padding-left: 33px;}
    .st_agree_box .st_agree_box_left input + label::before {left: 0;}
    .st_agree_box .st_agree_box_right a {padding-right: 0;}

    .st_note_agree_wrap input + label {background: #C8C8C8 url(/images/note_chk.png) no-repeat 5% 50% / 22px;}
    .st_all_agree_wrap input + label {background: #F8F8F8 url(/images/move_chkbox.png) no-repeat 5% 50% / 22px;}

    /* .use_possible_space_wrap &gt; div {width: calc(100% / 5 - 8px);} */
    .use_possible_space_wrap &gt; div &gt; div {font-size: 14px;}

    .area_cont_box .map_cont_label2 {font-size: 14px;}
    .area_cont_box .map_cont_addr .map_cont_addr_info2 {font-size: 13px;}
    .area_cont_box .map_cont_addr {margin: 10px 0;}
    .area_cont_box .map_cont_price_box .map_cont_price_label {margin-right: 7px;font-size: 12px;}
    .area_cont_box .map_cont_price_box .map_cont_price2 {font-size: 15px;letter-spacing: -0.5px;}

    .nowAreaContBox .area_cont_box {padding: 10px 15px;}

    .nowAreaListContentBox {height: calc(100% - 235px);}
 
    #map {height: calc(var(--vh, 1vh) * 100);}
    .nowAreaBox {bottom:100px;}
    .nowAreaListBox {bottom:100px;z-index: 1000;}
}

@media(max-width:340px){
    .map_cont_inner .map_cont_box {padding: 20px 10px;}
    .map_cont_price_box .map_cont_price_label {margin-right: 5px;}
    .map_cont_price_box .map_cont_price {font-size: 15px;}

    .st_tab_list li .st_tab_txt {font-size: 12px;}

    .storage_view_btn_wrap .storage_view_btn_box:first-child {width: 40%;}
    .storage_view_btn_wrap .storage_view_btn_box {width: 60%;}

    .storage_view_btn_wrap2 .storage_view_btn_box {width: 100%;}
    .storage_view_btn_wrap2 .storage_view_btn_box:first-child {width: 40%;}
    .storage_view_btn_wrap2 .storage_view_btn_box:nth-child(2) {width: 60%;}
   
    .st_od_label {width: 25%;}
    .st_od_infos {width: 75%;}

    .storage_view_btn_nf {min-width: auto;}

    .st_research_input_chk_box input[type="radio"] + label {font-size: 12px;padding: 0 10px;word-break: keep-all;text-align: center;}
    .st_research_input_box select {font-size: 12px;}

    .st_agree_box_wrapper {margin-top: 15px;}
    .st_note_agree_wrap input + label {font-size: 15px;}
    .st_all_agree_wrap input + label {font-size: 15px;}
    .st_agree_box .st_agree_box_left input + label {font-size: 13px;}
    .st_agree_box .st_agree_box_right a img {width: 7px;}


    .nowAreaContBoxInner .nowAreaContBox {flex-direction: column;}
    .nowAreaContBox .map_cont_thumb {width: 100%;}
    .nowAreaContBox .area_cont_box {width: 100%;}
}

@media(max-width:330px){
    .st_form_input2 {flex-wrap:wrap;align-items: center;justify-content: space-between;}
    .st_form_input2 input {width: calc(50% - 5px);}

    .st_agree_box .st_agree_box_left input + label {padding-left: 25px;font-size: 12px;letter-spacing: -0.5px;}
    .st_agree_box .st_agree_box_left input + label::before {width: 16px;height: 16px;}
    
}</pre></body></html>