.my_page2 {
    margin-top: 140px;
}
.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media(max-width:1024px){
    .content{
        flex-direction: column;
    }
}
.board_content .my_page_com{
    width: 100%;
}
.my_menu {
    width: 200px;
}
.my_menu li{
    padding: 20px 0;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top :none;
}
.my_menu li:first-of-type {
    border-top:2px solid #0973dc;
}
.my_menu li p, .my_menu li dt, .my_menu li>a {
    font-size: .938em;
    font-weight: 500;
}
.my_menu li dt {
    margin-bottom: 20px;
}
.my_menu li dd a {
    display: block;
    padding-left: 10px;
    font-size: .813em;
    font-weight: 300;
    color: #666;
    line-height: 2em;
}
.my_menu li>a.on, .my_menu li dd a.on {
    color: #0973dc;
}
.my_con {
    width: 1068px;
}
.my_con h3 {
    font-size: 1.5em;
    font-weight: 300;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 10px;
}
.mar {
    margin-bottom: 50px !important;
}
.my_con .notice_state{
    margin: 0 0 0 5%;
}
.my_con .notice_state .smb_my_more{
    text-align: center;
    margin: 50px 0 0;
}
.my_con .notice_state .form_box li{
    display: flex;
    align-items: stretch;
    border-radius: 4px;
    border: solid 1px #CBCBCB;
    min-height: 56px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.my_con .notice_state .form_box li:last-child{
    margin: 0;
}
.my_con .notice_state .form_box li .shop{
    width: 23%;
    background: #F5F5F5;
    padding: 20px;
    margin: 0;
    color: #252D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.8px;
}
.my_con .notice_state .form_box li .normal-shop-cont{
    width: calc(100% - 230px);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.8px;
}
.my_con .notice_state .form_box li .normal-shop-cont .number_box input{
    width: 30%;
}
.my_con .notice_state .smb_my_submit{
    background: #0973dc;
    color: #fff;
    padding: 13px 0;
    border: 0;
    outline: 0;
    text-align: center;
    display: block;
    width: 130px;
    margin: 50px auto 0;
    font-family: 'Noto Sans KR', sans-serif;
}
.my_con .notice_state .form_box li .normal-shop-cont input{
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 180px;
    height: 36px;
    padding: 0 10px;
    color: #252D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.8px;
    font-family: 'Noto Sans KR', sans-serif;
}
.my_con .notice_state .form_box li .normal-shop-cont #mb_img{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.my_con .notice_state .form_box li .normal-shop-cont label[for=mb_img]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 112px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    color: #252D32;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.7px;
    cursor: pointer;
}
.my_con .notice_state .smb_my_more a{
    background: #0973dc;
    color: #fff;
    padding: 13px 50px;
    display: inline-block;
}
.my_con .notice_state h3{
    font-weight: 500!important;
    padding: 30px 0;
}
.my_con .notice_state .thead{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #000;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.my_con .notice_state .thead li{
    text-align:center;
    font-weight: 600;
}
.my_con .notice_state .thead .d01{
    width: 35%;

}
.my_con .notice_state .thead .d02{
    width: 15%;
}
.my_con .notice_state .thead .d03{
    width: 15%;
}
.my_con .notice_state .thead .d04{
    width: 15%;
}
.my_con .notice_state .thead .d05{
    width: 20%;
}

.my_con .notice_state .thead .b01{
    width: 30%;

}
.my_con .notice_state .thead .b02{
    width: 20%;
}
.my_con .notice_state .thead .b03{
    width: 15%;
}
.my_con .notice_state .thead .b04{
    width: 10%;
}
.my_con .notice_state .thead .b05{
    width: 15%;
}
.my_con .notice_state .thead .b06{
    width: 15%;
}
.my_con .notice_state .tbody  ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.my_con .notice_state .tbody li{
    text-align:center;

}
.my_con .notice_state .tbody li.d01{
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}
.my_con .notice_state .tbody li.d02{
    width: 15%;
}
.my_con .notice_state .tbody li.d03{
    width: 15%;
}
.my_con .notice_state .tbody li.d03 a{
    display: inline-block;
    padding: 5px 10px;
}
.my_con .notice_state .tbody li.d04{
    width: 15%;
}
.my_con .notice_state .tbody li.d05{
    width: 20%;
}


.my_con .notice_state .tbody li.b01{
    width: 30%;
    
}
.my_con .notice_state .tbody li.b01 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
}
.my_con .notice_state .tbody li.b02{
    width: 20%;
}
.my_con .notice_state .tbody li.b03{
    width: 15%;
}
.my_con .notice_state .tbody li.b03 a{
    display: inline-block;
    padding: 5px 10px;
}
.my_con .notice_state .tbody li.b04{
    width: 10%;
}
.my_con .notice_state .tbody li.b05{
    width: 15%;
}
.my_con .notice_state .tbody li.b06{
    width: 15%;
}
.my_con .notice_state .tbody li.d05 a{
    border: 1px solid #ddd;
    padding: 5px 10px;
    transition: all 300ms ease;
    display: inline-block;

}
.my_con .notice_state .tbody li.d05 a:hover{
    background: #625c51;
    color: #fff;
}
.my_con .notice_state .tbody li.d05 a.modify_btn{
    margin: 0 10px 0 0;
}

.my_con .notice_state .tbody li.d05 a.delete_btn{

}


.send_confirm {
    position: fixed;
    left: 50%;
    margin-left: -225px;
    top: 20%;
    width: 450px;
    display: flex;
    background: #fff;
    padding-top: 55px;
    flex-direction: column;
    display: none;
    z-index: 60;
}
.send_confirm::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../img/send_confirm.png) no-repeat center #0973dc;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
}
.send_confirm .tit {
    text-align: center;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 40px;
}
.send_confirm .con {
    font-size: .938em;
    font-weight: 300;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 30px;
}
.send_confirm .con span {
    display: block;
    color: #ff1b1b;
}
.send_confirm .send_form {
    width: 370px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.send_confirm .send_form li {
    margin-bottom: 6px;
}
.send_confirm .send_form li:last-of-type {
    margin-bottom: 0;
}
.send_confirm .send_form li input {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: none;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
}
.send_confirm .send_form li input::placeholder {
    font-size: .938em;
    font-weight: 500;
    color: #aaa;
}
/* IE10 이상을 위한 css */
.send_confirm .send_form li input::placeholder {
    opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
    font-size: .938em;
    font-weight: 500;
    color: #aaa;
}
.send_confirm .send_form li input::-webkit-input-placeholder {
    font-size: .938em;
    font-weight: 500;
    color: #aaa;
}
/* IE */
.send_confirm .send_form li input:-ms-input-placeholder {
    font-size: .938em;
    font-weight: 500;
    color: #aaa;
}
/* Firefox */
.send_confirm .send_form li input:-mos-input-placeholder {
    font-size: .938em;
    font-weight: 500;
    color: #aaa;
}
.send_confirm .btn_box {
    display: flex;
}
.send_confirm .btn_box a {
    display: block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #878787;
    color: #fff;
    font-size: .938em;
    font-weight: 700;
}
.send_confirm .btn_box button {
    display: block;
    width: 330px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #0973dc;
    color: #fff;
    font: 700 .938em 'Noto Sans KR', sans-serif;
    cursor: pointer;
    border: none;
}
.drop_box {
    width: 450px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -225px;
    z-index: 60;
    display: none;
}
.drop_box::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/drop.png) no-repeat center #0973dc;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
}
.drop_box p {
    text-align: center;
    font-size: 1.375em;
    font-weight: 500;
    padding: 85px 0 60px 0;
    background: #fff;
}
.drop_box ul {
    display: flex;
}
.drop_box li:first-of-type {
    width: 30%;
}
.drop_box li:last-of-type {
    width: 70%;
}
.drop_box a {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: .938em;
    font-weight: 500;
    color: #fff;
}
.drop_box .drop_close {
    background: #878787;
}
.drop_box .drop_btn {
    background: #0973dc;
}

@media screen and (max-width:1280px) {
    .my_menu {
        width: 200px;
    }
    .my_con {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .my_menu {
        width: 200px;
    }
    .board_content{
        flex-direction: column;
    }
    .board_content .my_menu ul{
        display: flex;
    }
    .board_content .my_menu ul li{
        width: 20%;
        padding: 20px 10px;
        text-align: center;
        border-top: 2px solid #0973dc;
    }
    
    .board_content .my_menu li dd a{
        padding: 0;
    }
    .board_content .my_menu{
        width: 100%;
    }
    .my_con .notice_state{
        margin: 0;
    }
}



@media screen and (max-width:768px) {
    .my_con .notice_state .thead{
        display: none;
    }
    .my_con .notice_state .tbody {
        border-top:2px solid #000;
    }
    .my_con .notice_state .tbody ul{
        display: block;
    }
    
    .my_con .notice_state .tbody li.d01{
        width: auto;
        margin: 0 0 10px 0;
    }
    .my_con .notice_state .tbody li.d02,
    .my_con .notice_state .tbody li.d03,
    .my_con .notice_state .tbody li.d04{
        margin: 0 10px 0 0;
    }
    .my_con .notice_state .tbody li.d02,
    .my_con .notice_state .tbody li.d03,
    .my_con .notice_state .tbody li.d04,
    .my_con .notice_state .tbody li.d05{
        display: inline-block;
        width: auto;
    }
    .my_con .notice_state .tbody li.d05{

    }

    .my_con .notice_state .tbody li.b01{
        width: auto;
        margin: 0 0 10px 0;
    }
    .my_con .notice_state .tbody li.b01 a{
        text-align: left;
    }
    .my_con .notice_state .tbody li.b02,
    .my_con .notice_state .tbody li.b03,
    .my_con .notice_state .tbody li.b04,
    .my_con .notice_state .tbody li.b05{
        margin: 0 10px 0 0;
    }
    .my_con .notice_state .tbody li.b02,
    .my_con .notice_state .tbody li.b03,
    .my_con .notice_state .tbody li.b04,
    .my_con .notice_state .tbody li.b05,
    .my_con .notice_state .tbody li.b06{
        display: inline-block;
        line-height: 1.5;
        width: auto;
    }
    .my_con .notice_state .tbody li.b06 span{
        line-height: 1;
        padding: 5px;
    }

    .board_content .my_menu ul{
        flex-wrap: wrap;
    }
    .board_content .my_menu ul li{
        width: 33.33%;
    }
    .my_con .notice_state .form_box li{
        flex-direction: column;
    }
    .my_con .notice_state .form_box li .shop{
        width: 100%;
    }
    .my_con .notice_state .form_box li .normal-shop-cont{
        width: 100%;
    }
}


@media screen and (max-width:375px) {
    .my_con .notice_state .tbody li.d05{
        margin: 10px 0 0;
    }
}