<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qr_code_wrap {padding: 20px 0;}
.access_store {padding: 10px 15px;border-radius: 10px;background: #FAFAFA;margin-top: 20px;}
.access_store .storage_status {display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;}
.access_store .storage_status:last-child {margin-bottom: 0;}
.storage_status .storage_left {font-size: 14px;font-weight: 500;color: #8A8A8A;}
.storage_status .storage_right {font-size: 14px;font-weight: 500;}
.storage_status .storage_right.storage_right_blue {color: #1C72E9;}

.qr_codes {display: flex;align-items: center;justify-content: center;flex-direction: column;text-align: center;}
.qr_codes_send_btn {padding: 90px 0;}
.qr_codes .qr_codes_send_btn a img {width: 52px;}
.qr_codes .qr_title {font-size: 15px;font-weight: 700;margin-top: 15px;}

.qr_samples {padding: 30px 0;display: none;}
.qr_times {font-size: 15px;font-weight: 700;margin-top: 20px;text-align: center;min-height: 15px;}

.ptitles2 {padding-bottom: 15px;}

.mypage_cont {max-width: inherit;}

.mb_container {padding: 0px 20px;}

@media(max-width:767px){
    .ptitles2 {padding-bottom: 0;}

    #mypage_wrapper {padding: 50px 0 50px;}

    .code_container {padding: 0;}

    .store_list_wrap {margin: 0 -20px;}
}

@media(max-width:340px){
    .st_list_box_top {flex-direction: column;align-items: flex-start;}
    .st_list_box_left {width: 100%;margin-bottom: 10px;}
    .st_list_box_top .st_list_box_right {width: 100%;}
}</pre></body></html>