.sub_visual04 {
    background-image: url(../../img/sub/sub04_img/background.jpg);
    background-size: cover;
}

.sub04 > .sub_tab > .cb li {
    width: 33%;
}

.sub04_01_title {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 700;
    color: #111;
    text-align: center;
    padding-bottom: 55px;
    border-bottom: 1px solid #101022;
    box-sizing: border-box;
}

.aditor_b {
    text-align: center;
    background: #333;
    color: #fff;
}

.sub04_wrap {
    float: left;
    width: 100%;
    overflow: hidden;
}

.sub04_wrap li {
    display: flex;
    width: 100%;
    height: 115px;
    align-items: center;
    border-bottom: 1px solid #cecece;
    border-style: dashed;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.sub04_date {
    float: left;
    display: flex;
    width: 60px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

.sub04_date_day {
    font-size: 36px;
    font-family: 'Play', sans-serif;
}

.sub04_date_month {
    font-size: 16px;
    line-height: 24px;
    color: #c7c7c7;
}

.sub04_notice_cate {
    float: left;
    width: 65px;
    height: 30px;
    background: #101022;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-right: 26px;
}

.sub04_notice_txt {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    line-height: 30px;
}

.sub04_wrap li:first-child .sub04_notice_txt ::after {
    content: "new";
    font-family: 'Play', sans-serif;
    font-weight: 700;
    line-height: 30px;
    font-size: 15px;
    color: #00a9da;
}

.sub04_notice_btn {
    float: right;
    width: 55px;
    height: 55px;
    margin: 0 27px 0 auto;
    filter: brightness(0.7);
    -ms-filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}

.sub04_notice_btn img {
    width: 100%;
}

.notice_btns + label {
    float: right;
    width: 115px;
    height: 50px;
    text-align: center;
    background: #333;
    line-height: 50px;
    margin: 30px 15px 170px 0;
    cursor: pointer;
}

.notice_btns + label a {
    font-size: 17px;
    color: #fff;
}

.aditor_wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
}

.aditor_wrap li {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    padding: 25px 0 15px 0;
}

.aditor_li_last {
    padding-top: 10px !important;
}

.aditor_li_txt {
    float: left;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #111;
}

.aditor_textarea {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-width: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.list_img {
    float: left;
    width: 25%;
    overflow: hidden;
    padding-left: 23px;
}

.list_img li {
    float: left;
    display: flex;
    width: 25%;
    align-items: center;
    padding: 0 !important;
}

.list_img li img {
    float: left;
    width: 17px;
    margin-right: 15px;
}

.aditor_textarea2 {
    float: left;
    width: 100%;
    height: 610px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.aditor_btn_wrap {
	margin-top: 50px;
	text-align: center;
    padding: 30px 0 150px 0;
	border-top: 1px solid #ddd;
}

.aditor_end + label {
    float: left;
    width: 115px;
    height: 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
    color: #111;
    margin-right: 20px;
}

.aditor_end2 {
    margin-right: 0 !important;
    background: #333;
    color: #fff !important;
}
/*
@media all and (max-width:1500px) {
    .sub04 > .sub_tab > .cb li {
        width: 33.33%;
    }
}

@media all and (max-width:1400px) {
    .list_img {
        width: 40%;
    }
}

@media all and (max-width:1023px){
    .sub04_03_left{
        margin-right: 0 !important;
        margin-bottom: 50px;
    }
    
    .sub04_03_ins1{
        flex-direction: column;
    }
    
    .sub04_03_right{
        width: 100% !important;
        padding: 0 !important;
    }
    
    .privacy{
        padding-bottom: 35px !important;
    }
    
    .privacy_txt{
        width: 73.3% !important;
    }
    
    .submit_wrap{
        padding: 60px 0 !important;
    }
    
    .sub04_wrap li{
        flex-direction: column;
        height: auto;
        padding: 30px 0;
    }
    
    .sub04_date{
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .sub04_notice_txt{
        margin:30px 0;
        font-size: 16px;
    }
    
    .sub04_notice_btn{
        display: none;
    }
    
    .sub04_notice_cate{
        margin-right: 0;
    }
}
*/