.event .list {
    gap: 38px 24px;
    margin-top: 40px;
}
.event .list .item {
    width: calc(33.333% - 16px);
}
.event .list .item .thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    border-radius: 10px;
    overflow: hidden;
}
.event .list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event .list .item .info {
    padding: 20px 0 0;
    gap: 12px;
}
.event .list .item .info h4 {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.event .list .item .info .date {
    color: #404040;
}


.event .read {
    max-width: 1080px;
    margin: 0 auto;
}
.event .read .title {
    padding: 0 0 30px;
    font-size: 36px;
    border-bottom: 1px dashed #e4e4e4;
    gap: 16px;
    box-sizing: border-box;
}
.event .read .title .date {
    font-size: 16px;
    color: #404040;
}
.event .read .visual {
    position: relative;
    padding: 80px;
    gap: 240px;
    margin-top: 20px;
    box-sizing: border-box;
}
.event .read .visual .tit {
    gap: 18px;
}
.event .read .visual .tit h2 {
    font-size: 96px;
    font-weight: 900;
    text-transform: capitalize;
}
.event .read .visual .tit p {
    font-size: 48px;
    letter-spacing: -2.4px;
}
.event .read .visual .info {
    gap: 20px;
    font-size: 32px;
    letter-spacing: -1.6px;
}
.event .read .visual .info p {
    font-size: 24px;
    letter-spacing: -1.2px;
}
.event .read .cont {
    line-height: 1.4;
    padding: 100px 80px;
    gap: 60px;
    box-sizing: border-box;
}
.event .read .cont .box {
    gap: 20px;
    font-size: 24px;
}
.event .read .cont .box h4 {
    font-size: 32px;
}
.event .read .cont .box h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url("../images/gift_img.png")no-repeat 50% 50%;
    margin-right: 6px;
}
.event .read .cont .box p {
    padding: 0 20px;
    text-transform: capitalize;
    box-sizing: border-box;
}
.event .read .cont .box .step strong {
    padding: 0 20px;
    box-sizing: border-box;
}
.event .read .cont .box .step span {
    padding: 0 20px;
    font-size: 16px;
    margin-top: 16px;
    box-sizing: border-box;
}
.event .read .cont .box ul {
    padding: 0 20px;
    font-size: 16px;
}
.event .read .btn_area {
    margin-top: 16px;
}
.event .read .btn_area a {
    padding: 20px 40px;
    border-radius: 5px;
}
.event1 .read .visual {
    background: #D9F0FC url("../images/event_icon1.png")no-repeat 95% 60%;
    color: var(--key-color);
}
.event1 .read .visual .tit h2 {
    letter-spacing: -4.8px;
}
.event2 .read .visual {
    background: #FFEBEB url("../images/event_icon2.png")no-repeat 95% 60%;
    color: #F50004;
}
.event3 .read .visual {
    background: #D9F0FC url("../images/event_icon3_1.svg")no-repeat 95% 80%;
    color: #1045D2;
    padding-bottom: 465px;
}
.event3 .read .visual:before {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 80px;
    display: block;
    width: 460px;
    height: 265px;
    background: url("../images/event_icon3_2.svg")no-repeat 0 0 / 100%;
}




@media screen and (max-width: 1240px) {
    .event .read .visual {
        padding: 60px;
    }
    .event .read .visual .tit h2 {
        font-size: 78px;
    }
    .event .read .cont {
        padding: 80px 60px;
    }
    .event3 .read .visual {
        padding-bottom: 430px;
    }
    .event3 .read .visual:before {
        left: 45px;
    }
}
@media screen and (max-width: 1024px) {
    .event .list .item .info h4 {
        font-size: 20px;
    }

    .event .read .title {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .event .read .title .date {
        font-size: 14px;
    }
    .event .read .visual {
        padding: 40px;
        background-size: 260px;
        gap: 140px;
    }
    .event .read .visual .tit {
        gap: 10px;
    }
    .event .read .visual .tit h2 {
        font-size: 48px;
    }
    .event .read .visual .tit p {
        font-size: 26px;
        letter-spacing: -1.4px;
    }
    .event .read .visual .info {
        font-size: 20px;
        letter-spacing: -1px;
        gap: 10px;
    }
    .event .read .visual .info p {
        font-size: 16px;
        letter-spacing: 0;
    }
    .event .read .cont {
        padding: 60px 35px;
        gap: 40px;
    }
    .event .read .cont .box {
        font-size: 16px;
        gap: 15px;
    }
    .event .read .cont .box h4 {
        font-size: 20px;
    }
    .event .read .cont .box .step span {
        font-size: 14px;
    }
    .event .read .cont .box ul {
        font-size: 14px;
    }
    .event .read .btn_area a {
        padding: 10px 25px;
        font-size: 14px;
    }
    .event1 .read .visual .tit h2 {
        letter-spacing: -1.8px;
    }
    .event3 .read .visual {
        padding-bottom: 310px;
    }
    .event3 .read .visual:before {
        bottom: 30px;
        left: 30px;
        width: 320px;
        height: 190px;
    }
}
@media screen and (max-width: 768px) {
    .event .list {
        gap: 38px 16px;
    }
    .event .list .item {
        width: calc(50% - 12px);
    }

    .event .read .visual {
        padding: 25px;
        background-size: 165px;
    }
    .event .read .visual .tit h2 {
        font-size: 32px;
    }
    .event .read .visual .tit p {
        font-size: 20px;
        letter-spacing: 0;
    }
    .event .read .visual .info {
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    .event .read .visual .info p {
        font-size: 14px;
    }
    .event .read .cont {
        padding: 40px 20px;
        gap: 30px;
    }
    .event .read .cont .box {
        font-size: 14px;
        gap: 7px;
    }
    .event .read .cont .box h4 {
        font-size: 18px;
    }
    .event .read .cont .box h4:before {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
    .event .read .cont .box .step span {
        font-size: 12px;
    }
    .event .read .cont .box ul {
        font-size: 12px;
    }
    .event1 .read .visual .tit h2 {
        letter-spacing: 0;
    }
    .event3 .read .visual {
        padding-bottom: 200px;
    }
    .event3 .read .visual:before {
        left: 20px;
        width: 195px;
        height: 115px;
    }
}
@media screen and (max-width: 480px) {
    .event .list .item {
        width: 100%;
    }
    .event .list .item .info {
        gap: 8px;
    }
    .event .list .item .info h4 {
        font-size: 16px;
    }
    .event .list .item .info .date {
        font-size: 14px;
    }

    .event .read .title .date {
        width: 100%;
        text-align: right;
    }
    
}
@media screen and (max-width: 380px) {
}