#commonArea {
    position: relative;
    width: 970px;
    margin: 0 auto 15px;
    min-height: 700px;
    word-wrap: break-word;
    word-break: keep-all;
}

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: 0;
}
.calendar_item{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.calendar_wrap{
    width: 640px;
    margin: 0 auto;
}

.attend_wrap{
    width: 970px;
    padding: 0 48px 30px 48px;
    /* overflow: hidden; */
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
}

.attend_from{
    text-align: center;
    width: 100%;
    margin: 50px auto 20px auto;
}

.attend_complete_txt2{
    background: #F5F9FF;
    border-radius: 10px;
    text-align: center;
    padding: 24px;
    font-size: 16px;
    line-height: 26px;
}

.attend_complete_txt2 p:first-child{
    font-weight: 700;
}

.attend_complete_txt2 p span{
    font-weight: 700;
    color: #4294FF;
}

.attend_complete_txt2 .attend_mission_btn{
    margin-top: 12px;
}

.attend_fromBg{
    /*background: #F47955CC;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    margin: 0 auto;

}

.attend_from_inner .btnAddAttend{
    width: 70px;
}

.attend_from_inner{
    width: 640px;
    margin: 0 auto;
}

.attend_from_inner input[type="text"]{
    width: 100%;
}

.attend_from_inner .common_input_txt{
    width: calc(100% - 74px );
    display: inline-flex;
}


.attend_wrap .calendar_title {
   display: block;
    width: 640px;
    height: 50px;
    margin: 0 auto;
}


.attend_contents{
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    width: 640px;
    margin: 30px auto;
}

.attend_contents img{
    max-width: 100%;
    display: inline-block;
}

.attend_mylist_title{
    line-height: 30px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin:20px auto;
    background: linear-gradient(to top, #C0E3F0 30%, transparent 30%);
}

/*.attend_mylist_title::before{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 8px;*/
/*    background: #C0E3F0;*/

/*}*/

/*테이블 공통*/
.attend_common_size{
    width: 640px;
    margin: 0 auto 0 auto;
    text-align: center;
}
.attend_table_wrap table{
    width: 100%;
    text-align: center;
    color: #767676;
}

.attend_table_wrap table th{
    background: #F5F5F7;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
.attend_table_wrap table th:first-child{
    width: 40px;
    max-width: 40px;
    padding: 0;
}


.attend_table_wrap table td{
    padding: 10px;
    word-break: keep-all;
    border-bottom: 1px solid #DBDBDB;
    vertical-align: top;
    line-height: 19px;
    vertical-align: middle;
}

.attend_table_wrap table td:first-child img{
    /*margin-top:5px;*/
    vertical-align: middle;
}

.attend_table_wrap table td:last-child{
    vertical-align: middle;
}

.attend_table_wrap .attend_mytxt{
   background: #F5F9FF;
    color: #4294FF;
}

/*테이블 공통 end*/

.attend_table_wrap .attend_my_table td{
    padding: 10px;
    width: 213px;
}

.attend_ranking_table{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 0px;
}

.attend_table_wrap{
    text-align: center;
    margin-bottom: 50px;
}

.attend_ranking_table table{
    table-layout:fixed;
}

.attend_ranking_table .attend_table_wrap{
    margin-right: 34px;
}

.attend_ranking_table .attend_table_wrap:last-child{
    margin-right: 0;
}
.attend_ranking_table table tr th:nth-child(2),
.attend_ranking_table table tr td:nth-child(2){
    text-align: left;
    width: 116px;
    padding-left: 0;
}

.attend_ranking_table table tr td{
    padding: 9px 0;
    height: 40px;
}


.attend_list th:nth-child(3),
.attend_list th:nth-child(4),
.attend_list td:nth-child(3),
.attend_list td:nth-child(4){
    text-align: left;
}

.date_top_image img {
    width: 23px;
    height: 21px;
    cursor: pointer;
}














