.mypage {
    gap: 40px;
}
.mypage .grid_box {
    gap: 20px;
}
.mypage .grid_box > div.item {
    flex: 1;
}
.mypage .grid_box > div h4 {
    width: 100%;
    height: 64px;
    font-size: 20px;
    justify-content: center;
}
.mypage .grid_box .item {
    border-radius: 10px;
    border: 2px solid #D3D3D3;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
.mypage .grid_box .item .box {
    height: 307px;
    padding: 20px 0;
    gap: 20px;
    box-sizing: border-box;
}
.mypage .grid_box .item .box .cont {
    flex: 1;
    font-size: 20px;
    line-height: 1.2;
    justify-content: center;
}
.mypage .grid_box .item .box a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
.mypage .grid_box .profile {
    width: 305px;
}
.mypage .grid_box .profile h4 {
    gap: 4px;
    justify-content: start;
}
.mypage .grid_box .profile h4 p {
    font-weight: 500;
    letter-spacing: 0.5px;
}
.mypage .grid_box .profile h4 p strong {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.mypage .grid_box .profile .char_box {
    position: relative;
    width: 100%;
    height: 311px;
    border-radius: 10px;
    border: 2px solid #D3D3D3;
    overflow: hidden;
    box-sizing: border-box;
}
.mypage .grid_box .profile .char_box button {
    width: 100%;
    height: 100%;
    background: #EFEFEF url("../images/ic_add.svg")no-repeat 50% 40%;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.mypage .grid_box .profile .char_box button span {
    padding-top: 50px;
}
.mypage .grid_box .profile .char_box .char_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mypage .grid_box .profile .char_box .char_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mypage .notice_box .tit {
    min-height: 66px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    text-align: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.mypage .notice_box .list_table thead th {
    background: var(--white);
    color: #323232;
}
#char_select_pop .modal_cont {
    max-width: 1777px;
}
#char_select_pop .list {
    gap: 32px 43px;
}
#char_select_pop .list button {
    width: calc(20% - 35px);
}
#char_select_pop .list button .img {
    border: 2px solid var(--white);
    border-radius: 25px;
    box-sizing: border-box;
    overflow: hidden;
}
#char_select_pop .list button.active .img {
    border: 2px solid var(--key-color);
}
#char_select_pop .list button .img img {
    width: 100%;
}
#char_select_pop .list button p {
    margin-top: 15px;
}
#char_select_pop .danger {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin: 40px 0 14px;
}



.account {
    gap: 10px;
}
.account .item {
    border-radius: 10px;
    border: 2px solid #D3D3D3;
    overflow: hidden;
    box-sizing: border-box;
}
.account .item .tit {
    width: 200px;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    box-sizing: border-box;
}
.account .item .txt {
    flex: 1;
    width: calc(100% - 200px);
    padding: 0 20px;
    font-size: 20px;
    box-sizing: border-box;
}
.account .item .txt p {
    flex: 1;
}
.account .item .txt a {
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 16px;
    border-radius: 5px;
    box-sizing: border-box;
}
.account .item.addr .tit {
    justify-content: center;
}
.account .item.addr .txt {
    padding: 0;
}
.account .item.addr .txt > div {
    min-height: 64px;
    padding: 0 20px;
    box-sizing: border-box;
}
.account .item.addr .txt > div:first-child {
    border-bottom: 2px solid #D3D3D3;
}
#change_pw .form {
    gap: 32px;
}
#change_pw .form .item {
    gap: 10px;
}
#change_pw .form .item > p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#change_pw .form .item input {
    width: 100%;
    height: 51px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    font-size: 16px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
#addr_pop .input_box {
    position: relative;
    margin-top: 10px;
}
#addr_pop .input_box input {
    width: 100%;
    height: 51px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    font-size: 16px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
#addr_pop .input_box.grid2 button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px 10px;
    border-radius: 5px;
}
#addr_pop .input_box.grid2 input {
    padding-right: 110px;
    box-sizing: border-box;
}
#addr_pop .btn_area {
    margin-top: 32px;
}
#layer {
    z-index: 10001!important;
}


.security {
    gap: 40px;
}
.security .grid_box {
    gap: 20px;
}
.security .grid_box > div {
    border-radius: 10px;
    border: 2px solid #D3D3D3;
    overflow: hidden;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}
.security .grid_box > div h4 {
    height: 64px;
    justify-content: center;
    font-size: 20px;
}
.security .grid_box > div .box {
    position: relative;
    height: 307px;
    padding: 20px 0;
    font-size: 20px;
    box-sizing: border-box;
}
.security .grid_box > div .box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.security .grid_box > div .box input + label {
    position: relative;
}
.security .grid_box > div .box input + label .img {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    text-align: center;
    justify-content: center;
}
.security .grid_box > div .box input + label .circle {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 20px auto 0;
    border-radius: 50%;
    border: 2px solid #323232;
    box-sizing: border-box;
}
.security .grid_box > div .box input:checked + label .circle {
    border-color: var(--key-color);
}
.security .grid_box > div .box input:checked + label .circle:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 12px;
    height: 12px;
    background: var(--key-color);
    border-radius: 50%;
    box-sizing: border-box;
}
.security .grid_box > div .box input:disabled + label .circle {
    display: none;
}
.security .grid_box .mobile {
    flex: 1;
}
.security .grid_box .simple {
    width: 66.666%;
}
.security .grid_box .simple .grid2 > div {
    flex: 1;
    box-sizing: border-box;
}
.security .grid_box .simple .grid2 > div:first-child {
    border-right: 2px solid #D3D3D3;
}
.security .btn_area {
    justify-content: center;
}
.security .btn_area button {
    height: 61px;
    padding: 0 40px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    box-sizing: border-box;
}
.security .txt_box {
    padding: 30px;
    gap: 14px;
    border-radius: 10px;
    background: #EFEFEF;
    box-sizing: border-box;
}
.security .txt_box p {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding-left: 20px;
    box-sizing: border-box;
}
.security .txt_box p:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #323232;
}
.security .txt_box ul {
    gap: 5px;
    font-size: 16px;
    letter-spacing: 0.4px;
}




.referral {
    gap: 20px;
}
.referral .line_box {
    border-radius: 25px;
    border: 2px solid #D3D3D3;
    box-sizing: border-box;
}
.referral .top {
    gap: 20px;
}
.referral .top .info {
    flex: 1;
    width: 100%;
    gap: 20px;
}
.referral .top .info > div {
    overflow: hidden;
}
.referral .top .info > div .tit {
    padding: 50px 35px;
    width: 216px;
    font-size: 18px;
    box-sizing: border-box;
}
.referral .top .info > div .txt {
    flex: 1;
    width: calc(100% - 216px);
    padding: 0 43px;
    font-size: 25px;
    font-weight: 700;
    box-sizing: border-box;
}
.referral .top .info > div .txt button {
    margin-left: 20px;
}
.referral .top .info > div .txt a {
    word-break: break-all;
}
.referral .top .qr {
    width: 286px;
    padding: 25px 40px;
    gap: 10px;
    box-sizing: border-box;
}
.referral .top .qr .img {
    width: 156px;
    margin: 0 auto;
}
.referral .top .qr .img img {
    width: 100%;
}
.referral .top .qr a {
    color: #323232;
    font-weight: 600;
    border-radius: 10px;
    background: #F8C808;
    padding: 16px 0;
}
.referral .bottom {
    gap: 20px;
}
.referral .bottom > div {
    overflow: hidden;
}
.referral .bottom > div .tit {
    height: 66px;
    justify-content: center;
    gap: 14px;
    font-size: 18px;
    letter-spacing: 0.45px;
}
.referral .bottom .friends {
    width: 547px;
}
.referral .bottom .friends .grid > div {
    flex: 1;
    height: 300px;
    padding: 24px 0;
    justify-content: center;
    box-sizing: border-box;
}
.referral .bottom .friends .grid > div:first-child {
    border-right: 1px solid #D3D3D3;
}
.referral .bottom .friends .grid > div strong {
    color: #323232;
    font-size: 18px;
    letter-spacing: 0.45px;
}
.referral .bottom .friends .grid > div h2 {
    flex: 1;
    font-size: 65px;
    letter-spacing: 1.625px;
    justify-content: center;
}
.referral .bottom .list {
    flex: 1;
}
.referral .bottom .list .table_list {
    padding: 20px 30px 0;
    box-sizing: border-box;
}
.referral .bottom .list .table_list .head {
    margin-bottom: 20px;
}
.referral .bottom .list .table_list .head > div {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 1.2;
}
.referral .bottom .list .table_list .scroll {
    overflow-y: auto;
    max-height: 238px;
}
.referral .bottom .list .table_list .scroll .item {
    border-bottom: 2px solid #d3d3d3;
    padding: 18px 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
.referral .bottom .list .table_list .scroll .item:first-child {
    padding-top: 0;
}
.referral .bottom .list .table_list .scroll .item:last-child {
    border-bottom: 0;
}
.referral .bottom .list .table_list .date {
    width: 200px;
}
.referral .bottom .list .table_list .r_id {
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
}
.referral .bottom .list .table_list .f_id {
    width: 226px;
}



.notifications .list_table tr.read td {
    opacity: 0.5;
}



.checkin .tit {
    gap: 16px;
    margin-bottom: 40px;
}
.checkin .tit h2 {
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 1.6px;
}
.checkin .tit div {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.9px;
}
.checkin .tit p {
    font-size: 16px;
    letter-spacing: 0.4px;
}
.attend {
    gap: 20px;
    align-items: start;
}
.attend .attend_info {
    width: 170px;
    box-sizing: border-box;
}
.attend .attend_info h4 {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 10px 10px 0 0;
}
.attend .attend_info > div {
    gap: 10px;
    padding: 30px 5px;
    border: 2px solid #D3D3D3;
    box-sizing: border-box;
}
.attend .attend_info > div:nth-child(2) {
    border-top: 0!important;
    border-bottom: 0;
}
.attend .attend_info > div:last-child {
    border-radius: 0 0 10px 10px;
}
.attend .attend_info > div p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
}
.attend .attend_info > div strong {
    font-size: 65px;
    font-weight: 400;
    letter-spacing: 1.625px;
}
.attend .calendar {
	position: relative;
    width: calc(100% - 190px);
}
.attend .calendar .date-month {
	justify-content: center;
	margin-bottom: 15px;
}
.attend .calendar .year-month {
	font-size: 20px;
    letter-spacing: -1px;
}
.attend .calendar .cal_wrap .days {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background: #323232;
    color: var(--white);
    border-radius: 10px 10px 0 0;
}
.attend .calendar .cal_wrap .days .day {
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
}
.attend .calendar .cal_wrap .days .day:nth-child(7) {
    color: var(--key-color);
}
.attend .calendar .cal_wrap .days .day:nth-child(1) {
    color: #F00;
}
.attend .calendar .cal_wrap .dates {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-left: 2px solid #D3D3D3;
}
.attend .calendar .cal_wrap .dates > div {
    position: relative;
    min-height: 120px;
	padding: 10px 10px 16px;
	font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    border-right: 2px solid #D3D3D3;
    border-bottom: 2px solid #D3D3D3;
	box-sizing: border-box;
}
.attend .calendar .cal_wrap .dates > div .box {
    position: relative;
    top: 35px;
    background: url("../images/ic_location.svg")no-repeat 0 50%;
    padding-left: 37px;
    gap: 5px;
    color: #323232!important;
    font-size: 16px;
    word-break: break-word;
    box-sizing: border-box;
}
.attend .calendar .cal_wrap .dates > div .box strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.attend .calendar .cal_wrap .dates > div:nth-child(7n) {
    color: var(--key-color);
}
.attend .calendar .cal_wrap .dates > div:nth-child(1),
.attend .calendar .cal_wrap .dates > div:nth-child(7n + 1) {
    color: #F00;
}
.attend .calendar .cal_wrap .dates > div.prev,
.attend .calendar .cal_wrap .dates > div.next {
	color: rgba(50, 50, 50, 0.50);
}
.attend .calendar .cal_wrap .dates > div.prev span,
.attend .calendar .cal_wrap .dates > div.next span {
    display: none;
}
.attend .calendar .cal_wrap .dates > div.today {
    color: var(--key-color);
}




@media screen and (max-width: 1520px) {
    .referral .bottom .friends {
        width: 480px;
    }
}
@media screen and (max-width: 1440px) {
    .mypage .grid_box .item .box {
        height: 260px;
    }
    .mypage .grid_box .profile .char_box {
        height: 264px;
    }


    .referral .bottom .friends {
        width: 400px;
    }


    .attend .calendar .cal_wrap .dates > div .box {
        padding-left: 28px;
        background-size: 26px;
    }
}
@media screen and (max-width: 1280px) {
    .mypage .grid_box .profile {
        width: 200px;
    }
    .mypage .grid_box > div h4 {
        height: 52px;
        font-size: 18px;
    }
    .mypage .grid_box .item .box {
        height: 196px;
    }
    .mypage .grid_box .item .box .cont {
        font-size: 16px;
    }
    .mypage .grid_box .item .box a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .mypage .grid_box .profile h4 p strong {
        font-size: 20px;
    }
    .mypage .grid_box .profile .char_box {
        height: 200px;
    }
    .mypage .grid_box .profile .char_box button {
        font-size: 16px;
        background-size: 38px;
    }
    #char_select_pop .list {
        gap: 22px 33px;
    }
    #char_select_pop .list button {
        width: calc(20% - 27px);
    }


    .security .grid_box > div .box {
        height: 265px;
        font-size: 18px;
    }
    .security .grid_box > div .box input + label .img {
        height: 125px;
    }


    .referral .top .info > div .tit {
        padding: 30px 26px;
        width: 190px;
    }
    .referral .top .info > div .txt {
        font-size: 22px;
        padding: 0 25px;
    }
    .referral .top .qr {
        width: 100%;
    }
    .referral .top .qr a {
        max-width: 260px;
        margin: 0 auto;
    }
    .referral .bottom .list .table_list .date {
        width: auto;
        flex: 1;
    }
    .referral .bottom .friends {
        width: 100%;
    }
    .referral .bottom .friends .grid > div {
        height: 220px;
    }
    .referral .bottom .friends .grid > div h2 {
        font-size: 50px;
    }
    .referral .bottom .list {
        width: 100%;
    }


    .checkin .tit h2 {
        font-size: 48px;
    }
    .checkin .tit div {
        font-size: 26px;
    }
    .attend .attend_info {
        width: 130px;
    }
    .attend .attend_info h4 {
        font-size: 18px;
    }
    .attend .attend_info > div strong {
        font-size: 50px;
    }
    .attend .calendar {
        width: calc(100% - 150px);
    }
    .attend .calendar .cal_wrap .days .day {
        font-size: 18px;
    }
    .attend .calendar .cal_wrap .dates > div {
        font-size: 18px;
    }
    .attend .calendar .cal_wrap .dates > div .box {
        top: 15px;
        background-position: 0 0;
        font-size: 13px;
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .mypage .grid_box > div {
        width: calc(50% - 10px);
    }
    .mypage .grid_box > div h4 {
        height: 46px;
        font-size: 16px;
    }
    .mypage .grid_box .profile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 170px;
        gap: 20px;
    }
    .mypage .grid_box .profile h4 {
        width: auto;
    }
    .mypage .grid_box .profile h4 > img {
        width: 30px;
    }
    .mypage .grid_box .profile h4 p strong {
        font-size: 18px;
    }
    .mypage .grid_box .profile .char_box {
        height: 180px;
    }
    .mypage .notice_box .tit {
        margin-bottom: 10px;
    }
    #char_select_pop .list {
        gap: 12px 23px;
    }
    #char_select_pop .list button {
        width: calc(33.333% - 16px);
    }
    #char_select_pop .danger {
        font-size: 20px;
    }
    #change_pw .form .item > p {
        font-size: 16px;
    }
    #change_pw .form .item input {
        height: 46px;
    }
    #addr_pop .input_box input {
        height: 46px;
    }


    .account .item .tit {
        width: 150px;
        font-size: 16px;
        padding: 15px 10px;
    }
    .account .item .txt {
        font-size: 16px;
    }
    .account .item .txt a {
        font-size: 14px;
    }
    .account .item.addr .txt > div {
        min-height: 50px;
    }


    .security .grid_box > div h4 {
        height: 54px;
        font-size: 18px;
    }
    .security .grid_box > div .box {
        height: 220px;
        font-size: 16px;
    }
    .security .grid_box > div .box input + label .img {
        height: 85px;
    }
    .security .grid_box > div .box input + label .circle {
        width: 20px;
        height: 20px;
    }
    .security .grid_box > div .box input:checked + label .circle:before {
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
    }
    .security .btn_area button {
        height: 54px;
        padding: 0 30px;
        font-size: 20px;
    }


    .referral .line_box {
        border-radius: 10px;
    }
    .referral .top .info > div .tit {
        padding: 24px 20px;
        width: 150px;
        font-size: 15px;
    }
    .referral .top .info > div .txt {
        font-size: 18px;
        padding: 0 18px;
    }
    .referral .top .info > div .txt button {
        margin-left: 12px;
    }
    .referral .top .info > div .txt button img {
        width: 20px;
    }
    .referral .bottom > div .tit {
        font-size: 15px;
        gap: 5px;
    }
    .referral .bottom > div .tit img {
        width: 20px;
    }
    .referral .bottom .friends .grid > div strong {
        font-size: 15px;
    }
    .referral .bottom .friends .grid > div {
        height: 120px;
        padding: 15px 0;
    }
    .referral .bottom .friends .grid > div h2 {
        font-size: 35px;
    }
    .referral .bottom .list .table_list {
        overflow: auto;
        max-height: 258px;
        padding: 20px 10px 0;
    }
    .referral .bottom .list .table_list .head {
        min-width: 600px;
    }
    .referral .bottom .list .table_list .head > div {
        font-size: 15px;
        letter-spacing: 0.375px;
    }
    .referral .bottom .list .table_list .scroll {
        overflow: hidden;
        max-height: none;
        min-width: 600px;
    }
    .referral .bottom .list .table_list .scroll .item {
        font-size: 15px;
        letter-spacing: 0.375px;
    }

    .attend .attend_info > div strong {
        font-size: 38px;
    }

    #addr_pop .input_box.grid2 button {
        top: 7px;
    }
}
@media screen and (max-width: 768px) {
    .mypage .grid_box {
        gap: 20px 10px;
    }
    .mypage .grid_box > div {
        width: 100%;
    }
    .mypage .grid_box .item .box {
        height: 170px;
    }
    .mypage .grid_box .profile {
        width: 100%;
        gap: 5px;
        justify-content: center;
    }
    .mypage .grid_box .profile h4 {
        width: 100%;
        justify-content: center;
    }
    .mypage .grid_box .profile .char_box {
        width: 170px;
        height: 180px;
    }
    #char_select_pop .list {
        gap: 12px 6px;
    }
    #char_select_pop .list button {
        width: calc(50%  - 3px);
    }
    #char_select_pop .list button p {
        margin-top: 10px;
    }
    #char_select_pop .list button p svg {
        height: 20px;
    }
    #char_select_pop .danger {
        font-size: 18px;
    }


    .account .item .tit {
		width: 100%;
	}
    .account .item .txt {
        padding: 15px;
    }
    .account .item .txt a {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .account .item.addr .txt > div {
        min-height: auto;
        padding: 15px;
    }


    .security .grid_box .mobile {
        flex: none;
        width: 100%;
    }
    .security .grid_box .simple {
        width: 100%;
    }
    .security .grid_box .simple .grid2 > div {
        flex: none;
        width: 100%;
    }
    .security .grid_box .simple .grid2 > div:first-child {
        border-right: 0;
        border-bottom: 2px solid #D3D3D3;
    }
    .security .btn_area button {
        height: 48px;
        font-size: 18px;
    }


    .referral .top .info > div .tit {
        width: 100%;
        text-align: center;
        padding: 16px 20px;
    }
    .referral .top .info > div .txt {
        padding: 25px 8px;
        text-align: center;
    }


    .attend .attend_info {
        width: 100%;
        flex-direction: row;
        border-radius: 10px;
    }
    .attend .attend_info > div {
        flex: 1;
        padding: 20px 5px;
    }
    .attend .attend_info > div p {
        font-size: 16px;
    }
    .attend .attend_info > div strong {
        font-size: 24px;
    }
    .attend .calendar {
        width: 100%;
    }
    .attend .calendar .cal_wrap .days .day {
        font-size: 14px;
    }
    .attend .calendar .cal_wrap .dates > div {
        font-size: 14px;
    }
    .attend .attend_info > div:nth-child(2) {
        border-bottom: 2px solid #D3D3D3;
        border-right: 0;
        border-radius: 0 0 0 10px;
    }
    .attend .attend_info > div:last-child {
        border-top: 0;
        border-radius: 0 0 10px 0;;
    }
    .attend .calendar .cal_wrap .dates > div {
        padding: 10px 5px 16px;
    }
}
@media screen and (max-width: 480px) {
    .mypage .grid_box > div.item {
        flex: none;
        width: 100%;
    }
    .mypage .grid_box .item .box {
        height: auto;
    }
}
@media screen and (max-width: 380px) {
    .attend .calendar {
        overflow-x: auto;
    }
    .attend .calendar .cal_wrap {
        min-width: 400px;
    }
}