.seminar_wrap {
    max-width: 1335px;
    width: 100%;
    margin: 30px auto 0;
    border-radius: 20px;
    background-color: white;
    box-shadow: 6px 6px 10px rgba(138, 163, 212, 0.6);
    padding: 100px 0 80px;
}

.seminar_block {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.ttl_block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 25px;
    position: relative;
}

.ttl_block .status {
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 26px;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
}

.ttl_block .status.s01 {
    background-color: #007260;
}
.ttl_block .status.s02 {
    background-color: #ff8c00;
}
.ttl_block .status.s03 {
    background-color: #c72b68;
}
.ttl_block .status.s04 {
    background-color: #3C3736;
}
.ttl_block .status.s05 {
    background-color: #0A32AA;
}
.ttl_block .status.s05 {
    background-color: #0A32AA;
}

.ttl_block h1 {
    width: calc(100% - 130px);
    font-size: 30px;
    line-height: 40px;
    min-height: 110px;
    display: flex;
    align-items: center;
}

.ttl_block .ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background-color: #d9d9d9; */
    background-color: #007260;
}

.ttl_block .ul::before {
    content: "";
    /* width: 20.625%; */
    width: 165px;
    height: 2px;
    background-color: #007260;
    position: absolute;
    top: 0;
    left: 0;
}

.img_block {
    width: 100%;
    max-height: 800px;
    margin: 35px auto 0;
}

.img_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.info_block {
    width: 100%;
    margin: 30px auto 0;
    border-radius: 8px;
    border: solid 1.5px #007260;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_block .info01 .date_time {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.info_block .info01 .date_time .date {
    font-size: 18px;
}

.info_block .info01 .date_time .date span {
    font-size: 35px;
}

.info_block .info01 .date_time .time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info_block .info01 .date_time .time img {
    width: 18px;
}

.info_block .info01 .date_time .time p {
    font-size: 18px;
    line-height: 1;
}

.info_block .info01 .place {
    display: none;
    align-items: flex-start;
    gap: 5px;
}

.info_block .info01 .place img {
    width: 16px;
}

.info_block .info01 .place p {
    font-size: 16px;
    line-height: 21px;
}

.info_block .info01 .genre {
    display: flex;
    margin-top: 15px;
    gap: 9px;
}

.info_block .info01 .genre p {
    padding: 0 10px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #c4d1ea;
}

.info_block .info02 p {
    font-size: 18px;
    line-height: 24px;
}

.info_block .info02 .place {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.info_block .info02 .place img {
    width: 16px;
}

.info_block .info02 .capacity {
    text-align: right;
}

.apply_btn {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    height: 85px;
    border-radius: 15px;
    border: solid 3px white;
    display: flex;
    overflow: hidden;
    background-image: url(../img/seminar_apply_bg_anm.png);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: center right;
    box-shadow: 5px 5px 6px rgba(138, 163, 212, 0.6);
    transition: all 0.6s;
}

.apply_btn.rdy {
    background-position: center left;
}

.apply_btn.rdy:hover {
    background-position: center right;
}

.apply_btn.ab01 {
    margin-top: 55px;
}

.apply_btn.ab02 {
    margin-top: 95px;
}

.apply_btn .btn_text {
    width: calc(100% - 58px);
    /* background: #10ac44;
    background: linear-gradient(
        12deg,
        rgba(16, 172, 68, 1) 0%,
        rgba(138, 163, 212, 1) 100%
    ); */
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0 25px;
}

.apply_btn .btn_text img {
    width: 31px;
    min-width: 31px;
}

.apply_btn .btn_text p {
    font-size: 22px;
    line-height: 1;
    color: white;
}

.apply_btn .btn_arrow {
    width: 58px;
    /* background-color: #8aa3d4; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: solid 3px white;
}

.apply_btn .btn_arrow img {
    width: 14px;
}

.detail_block {
    margin-top: 100px;
}

.special_notes {
    width: 100%;
    padding: 20px 25px;
    border-radius: 0 8px 8px 8px;
    border: solid 3px #ed81a5;
    position: relative;
}

.special_notes h2 {
    width: 110px;
    height: 30px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    background-color: #ed81a5;
    position: absolute;
    bottom: calc(100% + 3px);
    left: -3px;
}

.special_notes p {
    font-size: 16px;
    line-height: 35px;
}

.detail_item {
    margin-top: 40px;
}

.detail_item + .detail_item {
    margin-top: 50px;
}

.detail_item .item_head {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #007260;
}

.detail_item .item_head h2 {
    font-size: 20px;
    line-height: 1;
    color: white;
    padding: 0 25px;
}

.detail_item .item_content01 {
    width: calc(100% - 50px);
    margin: 30px auto 0;
}

.detail_item .item_content01 h3 {
    font-size: 20px;
    line-height: 30px;
    color: #007260;
}

.detail_item .item_content01 p {
    font-size: 16px;
    line-height: 35px;
}

/* .detail_item .item_content01 p span {
    color: #ff3d7e;
} */

.detail_item .item_content01 p a {
    color: #55b2e9;
}

.detail_item .item_content01 h3 + p {
    margin-top: 10px;
}

.detail_item .item_content01 p + h3 {
    margin-top: 20px;
}

.detail_item .item_content02 {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.detail_item .item_content02 img {
    width: 160px;
    border-radius: 8px;
}

.detail_item .item_content02 .text_wrap {
    width: calc(100% - 195px);
}

.detail_item .item_content02 .text_wrap .lecturer {
    font-size: 18px;
    line-height: 35px;
}

.detail_item .item_content02 .text_wrap .lct_text {
    font-size: 16px;
    line-height: 35px;
    margin-top: 15px;
}

.schedule_btn {
    max-width: 450px;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px auto 0;
    padding: 0 23px;
    background-color: #f1f5ff;
    box-shadow: 5px 5px 6px rgba(138, 163, 212, 0.6);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.schedule_btn:hover {
    box-shadow: none;
}

.schedule_btn .icon {
    width: 40px;
}

.schedule_btn p {
    font-size: 22px;
    line-height: 1;
    color: #007260;
}

.schedule_btn .arrow {
    position: absolute;
    right: 20px;
}

.schedule_btn .arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transition: all 0.3s;
}
.schedule_btn:hover .arrow {
    right: 5px;
}

.schedule_btn .arrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.back_btn {
    max-width: 350px;
    width: 90%;
    height: 80px;
    margin: 70px auto 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding-left: 130px;
    background-color: #f1f5ff;
    box-shadow: 5px 5px 6px rgba(138, 163, 212, 0.6);
    position: relative;
    transition: all 0.3s;
}

.back_btn:hover {
    box-shadow: none;
}

.back_btn img {
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    transition: all 0.3s;
    margin: auto;
}

.back_btn:hover img {
    left: 5px;
}

.back_btn p {
    font-size: 22px;
    line-height: 1;
    color: #007260;
}

.sp_menu {
    display: none;
}

@media screen and (max-width: 700px) {
    .seminar_wrap {
        background-color: transparent;
        box-shadow: none;
        margin-top: 45px;
        padding: 0;
    }

    .seminar_block {
        width: 100%;
    }

    .ttl_block {
        gap: 8px;
        width: 90%;
        margin: 0 auto;
    }

    .ttl_block .status {
        width: 80px;
        min-width: 80px;
        height: 80px;
        font-size: 16px;
        line-height: 22px;
    }

    .ttl_block h1 {
        width: calc(100% - 88px);
        font-size: 20px;
        line-height: 26px;
        min-height: 80px;
    }

    .ttl_block .ul::before {
        width: 90px;
    }

    .img_block {
        width: 90%;
    }

    .img_block img {
        border-radius: 12px;
    }

    .info_block {
        background-color: rgba(255, 255, 255, 0.44);
        margin-top: 22px;
        padding: 30px 25px;
        width: 90%;
    }

    .info_block .info01 .place {
        display: flex;
        margin-top: 20px;
    }

    .info_block .info02 {
        display: none;
    }

    .apply_btn {
        display: none;
    }

    .detail_block {
        margin-top: 35px;
        padding: 65px 5% 55px;
        background-color: white;
        border-radius: 20px;
        box-shadow: 3px 3px 6px rgba(138, 163, 212, 0.6);
    }

    .special_notes p {
        line-height: 25px;
    }

    .detail_item {
        padding-top: 100px;
        margin-top: -60px;
    }

    .detail_item + .detail_item {
        margin-top: -30px;
    }

    .detail_item .item_head {
        height: 45px;
    }

    .detail_item .item_head h2 {
        font-size: 16px;
    }

    .detail_item .item_content01 {
        width: 100%;
        margin-top: 20px;
    }

    .detail_item .item_content01 h3 {
        font-size: 18px;
    }

    .detail_item .item_content01 p {
        line-height: 25px;
    }

    .detail_item .item_content02 {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .detail_item .item_content02 .text_wrap {
        width: 100%;
    }

    .detail_item .item_content02 .text_wrap .lecturer {
        display: flex;
        justify-content: center;
        font-size: 16px;
        line-height: 25px;
    }

    .detail_item .item_content02 .text_wrap .lct_text {
        font-size: 16px;
        line-height: 25px;
    }

    .schedule_btn {
        max-width: 320px;
        height: 55px;
        border-radius: 27.5px;
        gap: 15px;
        padding: 0 30px;
        margin-top: 45px;
    }

    .schedule_btn .icon {
        width: 30px;
    }

    .schedule_btn p {
        font-size: 14px;
    }

    .schedule_btn .arrow {
        width: 40px;
        height: 40px;
        right: 12px;
    }

    .back_btn {
        width: 320px;
        height: 55px;
        border-radius: 27.5px;
        padding: 0;
        justify-content: center;
        margin-top: 50px;
    }

    .back_btn img {
        width: 42px;
        left: 12px;
    }

    .back_btn p {
        font-size: 16px;
    }

    body {
        padding-bottom: 105px;
    }

    main {
        z-index: 15;
    }

    .sp_menu {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin-top: 90px;
    }

    .sp_menu .anchor_menu {
        width: 100%;
        height: 45px;
        background-color: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .sp_menu .anchor_menu a {
        font-size: 14px;
    }

    .sp_menu .anchor_menu a.active {
        color: #007260;
    }

    .sp_menu .apply {
        width: 100%;
        height: 60px;
        background-image: url(../img/seminar_apply_bg.png);
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .sp_menu .apply img {
        width: 31px;
    }

    .sp_menu .apply p {
        font-size: 16px;
        color: white;
    }
}
