.attend_con {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .attend_box {
    width: 100%;
    height: 1241px;
    position: relative;
    background-image: url(/theme/basic/skin/board/attendance/attend_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding-top: 258px;
    padding-left: 42px;
    padding-right: 42px;
}

.attend_con .attend_box .attend_cal {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.attend_con .attend_box .attend_cal > p {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.5px;
    color: #fff;
}

.attend_con .attend_box .attend_cal > p > span {
    color: #d99f3a;
    font-weight: 700;
}

.attend_con .attend_box .attend_table {
    width: 95%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.attend_con .attend_box .attend_table > table {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #323232;
}

.attend_con .attend_box .attend_table > table th {
    padding: 10px 5px;
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
    background-color: #e1dcd4;
    color: #1b1b1b;
    font-size: 1rem;
    font-weight: 700;
}

.attend_con .attend_box .attend_table > table th:last-of-type {
    border-right: 0;
}

.attend_con .attend_box .attend_table > table th.sun {
    color: #c01212;
}

.attend_con .attend_box .attend_table > table th.sat {
    color: #c01212;
}

.attend_con .attend_box .attend_table > table td {
    height: 102px;
    vertical-align: top;
    padding: 10px;
    text-align: right;
    border: 1px solid #323232;
    background-color:rgb(255, 255, 255);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    font-size: 0.875rem;
    font-weight: 700;
}

.attend_con .attend_box .attend_table > table td.sun {
    color: #c01212;
}

.attend_con .attend_box .attend_table > table td.sat {
    color: #c01212;
}

.attend_con .attend_box .attend_table > table td.on {
    background-image: url(/theme/basic/skin/board/attendance/attend_on.png);
}

.attend_con .attend_box .attend_table > table td.off {
    background-image: url(/theme/basic/skin/board/attendance/attend_off.png);
}

.attend_con .attend_box .attend_infobox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
}

.attend_con .attend_box .attend_infobox .att_infoitem {
    width: auto;
    height: auto;
    position: relative;
    padding: 0 25px;
}

.attend_con .attend_box .attend_infobox .att_infoitem::after {
    content: '';
    width: 1px;
    height: 128px;
    border-right: 2px dashed #000;
    position: absolute;
    right: 0;
    top: 48px;
}

.attend_con .attend_box .attend_infobox .att_infoitem:last-of-type:after {
    content: none;
}

.attend_con .attend_box .attend_infobox .att_infoitem_01 {
    width: 290px;
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_infobox .att_infoitem_02 {
    width: 340px;
}

.attend_con .attend_box .attend_infobox .att_infoitem_03 {
    width: -webkit-calc((100% - 340px) - 290px);
    width: -moz-calc((100% - 340px) - 290px);
    width: calc((100% - 340px) - 290px);
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_infotit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_infotit > p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    border: 2px solid #000;
    padding: 5px 8px;
    gap: 10px;
    position: relative;
}

.attend_con .attend_box .attend_infobox .att_infoitem_01 .att_infotit > p {
    background-color: #d94c2b;
}

.attend_con .attend_box .attend_infobox .att_infoitem_01 .att_infotit > p::after {
    content: '';
    width: 25px;
    height: 31px;
    background-image: url(/theme/basic/skin/board/attendance/att_icon_02.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: -9px;
    right: -18px;
}

.attend_con .attend_box .attend_infobox .att_infoitem_02 .att_infotit > p {
    background-color: #10a1d1;
}

.attend_con .attend_box .attend_infobox .att_infoitem_03 .att_infotit > p {
    background-color: #83b02d;
}

.attend_con .attend_box .attend_infobox .att_infoitem_03 .att_infotit > p::after {
    content: '';
    width: 25px;
    height: 31px;
    background-image: url(/theme/basic/skin/board/attendance/att_icon_02.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -23px;
    right: -23px;
}

.attend_con .attend_box .attend_infobox .att_infoitem_03 .att_infotit > p::before {
    content: '';
    width: 32px;
    height: 28px;
    background-image: url(/theme/basic/skin/board/attendance/att_icon_03.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_infotit > p > span {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 5rem;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_01,
.attend_con .attend_box .attend_infobox .att_infoitem .att_list_02,
.attend_con .attend_box .attend_infobox .att_infoitem .att_list_03 {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_01 > li {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_01 > li:last-of-type {
    margin-bottom: 0;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_01 > li > span {
    width: 19px;
    height: 24px;
    position: relative;
    background-image: url(../../img/att_icon_04.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_01 > li > p {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000;
    line-height: 1;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_01 > li > p > span {
    color: #c24021;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_02 {
    padding-top: 12px;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_02 > li {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_02 > li:last-of-type {
    margin-bottom: 0;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_02 > li > span {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    border-radius: 5rem;
    letter-spacing: -.5px;
    line-height: 1;
    background-color: #b1862c;
    padding: 6px 10px;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_02 > li > p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    letter-spacing: -.5px;
    line-height: 1;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_02 > li > p > span {
    font-weight: 700;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_03 .rank_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4.5px;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_03 .rank_item:last-of-type {
    margin-bottom: 0;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_03 .rank_item .rank_name {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_03 .rank_item .rank_name > span {
    width: 22px;
    height: 22px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: #fbeb16;
    color: #000;
    border-radius: 5rem;
    border: 2px solid #000;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_03 .rank_item .rank_name > p {
    font-size: 1rem;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #1d5e60;
}

.attend_con .attend_box .attend_infobox .att_infoitem .att_list_03 .rank_item > p {
    font-size: 1rem;
    letter-spacing: -.5px;
    font-weight: 400;
    color: #1b1b1b;
}

.attend_con .comt_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
}

.attend_con .comt_wrap .comt_txt {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.attend_con .comt_wrap .comt_txt .comt_textarea {
    width: 100%;
    height: 64px;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_textarea > textarea {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 15px;
}

.attend_con .comt_wrap .comt_txt .comt_button {
    width: 107px;
    height: 64px;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_button > button {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    background-color: #f37c87;
    border: 1px solid #484848;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

.attend_con .comt_wrap .comt_txt .comt_button > button:hover {
    background-color: #fbae1a;
}

.attend_con .comt_wrap .comt_list {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile {
    width: 55px;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile .profile_img {
    display: block;
    width: 100%;
    height: 55px;
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile .profile_img > img {
    width: 100%;
    height: 100%;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile > p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ccc;
    text-align: center;
    margin-top: 6px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt {
    width: -webkit-calc((100% - 30px) - 55px);
    width: -moz-calc((100% - 30px) - 55px);
    width: calc((100% - 30px) - 55px);
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 15px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt::after,
.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt::before {
    content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    display: block;
    top: 14px;
    left: -16px;
    border-width: 15px 16px 15px 0px;
    border-style: solid;
    border-color: transparent #1b1b1b;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt::before {
    border-width: 17px 18px 17px 0;
    border-color: transparent #484848;
    left: -18px;
    top: 12px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}


.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat > li {
    width: auto;
    height: auto;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #ccc;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat > li::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -8px;
    background-color: #777;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat > li:last-of-type::after {
    content: none;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .attend_num {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #f37c87;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .attend_txt {
    width: 100%;
    padding: 10px 15px;
    background-color: #2e2e2e;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .attend_txt > p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ccc;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.my_rank .profile_txt {
    background-color: #c89337;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.my_rank .profile_txt::after {
    border-color: transparent #c89337;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.my_rank .profile_txt .nikname_con .niknmame .stat > li {
    color: #2e2e2e;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.my_rank .profile_txt .nikname_con .attend_num {
    color: #000;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.my_rank .profile_txt .attend_txt {
    background-color: #ae7c26;
}