@charset "UTF-8";
/* CSS Document */


#event{
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
#event{
    margin-bottom: 20px;
    width: 100%;
}
}


.eventlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 35px;
    width: 100%;
    border-top: 1px solid #4d5355;
    padding-top: 60px;
}
.eventlist a {
    text-decoration: none;
}
.eventlist a:hover {
    opacity: 0.8;
}
.eventlist li {
    list-style: none;
    padding: 0 0 0 0;
    margin-bottom: 30px;
    width: 380px;
    height: 445px;
    transition: 0.2s ease;
    position: relative;
}
.eventlist .shop-img {
    height: 240px;
    text-align: center;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eventlist .shop-img img {
    width: 380px;
    height: 240px;
    object-fit: contain;
    border-radius: 20px;
}
.eventlist .shop-title {
    font-size: 18px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 700;
    height: 2em;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 30px;
}
.eventlist .date {
    font-size: 18px;
    color: #009bdd;
    line-height: 1.4em;
    font-weight: 700;
    height: 3em;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 0;
}
.eventlist .shop-txt {
    margin: 0;
    padding: 0;
    background: #eefcfe;
    border-radius: 15px;
}
.eventlist .shop-txt p {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
.eventlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6%;
    margin: 0 auto 0px;
    width: 90%;
    border-top: 1px solid #4d5355;
    padding-top: 35px;
}
.eventlist a {
    text-decoration: none;
}
.eventlist a:hover {
    opacity: 1.0;
}
.eventlist li {
    list-style: none;
    padding: 0 0 0 0;
    width: 47%;
    height: auto;
    transition: 0.2s ease; 
    margin-bottom: 10px;
    position: relative;
}
.eventlist .shop-img {
    height: 110px;
    text-align: center;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eventlist .shop-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}
.eventlist .shop-title {
    font-size: 13px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 700;
    height: 2em;
    word-break: normal;
    overflow-wrap: break-word;
}
.eventlist .date {
    margin: 0 0 0 0;
    padding: 0;
    height: 4em;
    font-size: 13px;
    color: #009bdd;
    line-height: 1.3em;
    font-weight: 600;
}
.eventlist .shop-txt {
    margin: 0;
    padding: 0;
    background: #eefcfe;
    border-radius: 10px;
}
.eventlist .shop-txt p {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    color: #4d5355;
    line-height: 1.3em;
    font-weight: 500;
}
}



#event-detail {
    border-top: 1px solid #4d5355;
    width: 1250px;
    padding: 60px 0 0 0;
    margin: 0 auto 85px;
}
@media only screen and (max-width: 768px) {
#event-detail {
    border-top: 1px solid #4d5355;
    width: 90%;
    padding: 35px 0 0 0;
    margin: 0 auto 35px;
}
}


#event-detail .contents {
    width: 1100px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#event-detail .contents {
    width: 100%;
    margin: 0 auto;
}
}



#event-detail .contents .date {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 17px;
    color: #254195;
    line-height: 1.8em;;
    font-weight: 600;
}
#event-detail .contents .maintitle {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 30px;
    color: #254195;
    line-height: 1.8em;;
    font-weight: 800;
}
#event-detail .contents .news {
    margin: 0 0 40px 0;
    padding: 1px 15px;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: 500;
    border: 1px solid #4d5355;
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
#event-detail .contents .date {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 17px;
    color: #254195;
    line-height: 1.8em;;
    font-weight: 700;
}
#event-detail .contents .maintitle {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 22px;
    color: #254195;
    line-height: 1.4em;;
    font-weight: 800;
}
#event-detail .contents .news {
    margin: 0 0 30px 0;
    padding: 5px 12px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.4em;;
    font-weight: 500;
    border: 1px solid #4d5355;
    border-radius: 8px;
}
}




#event-detail .contents .news-info {
    margin: 0 0 90px 0;
    padding: 0;
    display: flex;
    gap: 45px;
}
#event-detail .contents .news-info .info {
    margin: 0;
    padding: 0;
    width: 360px;
    flex-shrink: 0;
}
#event-detail .contents .news-info .info ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#event-detail .contents .news-info .info li {
    list-style: none;
    margin: 0 0 7px 0;
    padding: 10px 23px;
    width: calc(100% - 46px);
    border-radius: 20px;
    background-color: #f7f7f7;
    display: flex;
    gap: 5px;
    align-items: center;
}
#event-detail .contents .news-info .info li .art {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
    flex-shrink: 0;
    width: 3em;
}
#event-detail .contents .news-info .info li p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    flex: 1;
}
#event-detail .contents .news-info .text {
    margin: 0;
    padding: 0;
    flex: 1;
}
#event-detail .contents .news-info .text p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 1.8em;
}


#event-detail .contents .news-info .info .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 5px;
    padding: 5px 25px 6px 10px;
    margin-left: 0;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
#event-detail .contents .news-info .info .btn-floorguide:hover {
    background: #009bdd;
}

#event-detail .contents .news-info .info .btn-floorguide::before,
#event-detail .contents .news-info .info .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
#event-detail .contents .news-info {
    margin: 0 0 50px 0;
    padding: 0;
    display: block;
}
#event-detail .contents .news-info .info {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#event-detail .contents .news-info .info ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#event-detail .contents .news-info .info li {
    list-style: none;
    margin: 0 0 7px 0;
    padding: 10px 23px;
    width: calc(100% - 46px);
    border-radius: 20px;
    background-color: #f7f7f7;
    display: flex;
    gap: 5px;
    align-items: center;
}
#event-detail .contents .news-info .info li .art {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 700;
    flex-shrink: 0;
    width: 3em;
}
#event-detail .contents .news-info .info li p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 500;
    flex: 1;
}
#event-detail .contents .news-info .text {
    margin: 0;
    padding: 0;
}
#event-detail .contents .news-info .text p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.8em;
    font-weight: 500;
}
#event-detail .contents .news-info .info .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 5px;
    padding: 5px 25px 6px 10px;
    margin-left: 0;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
#event-detail .contents .news-info .info .btn-floorguide:hover {
    background: #009bdd;
}

#event-detail .contents .news-info .info .btn-floorguide::before,
#event-detail .contents .news-info .info .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
}



#event-detail .event-shopnews {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#event-detail .event-shopnews .news-title {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
#event-detail .event-shopnews .news-title img {
    margin-bottom: -16px;
    width: 257px;
    background: #fff;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
#event-detail .event-shopnews {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#event-detail .event-shopnews .news-title {
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
}
#event-detail .event-shopnews .news-title img {
    margin-bottom: -16px;
    width: 257px;
    background: #fff;
    padding: 0 15px;
}
}
#event-detail .event-shopnews .eventlist {
    width: 100%;
}




.eventlist .today {
    padding: 4px 0 5px 0;
    margin: 0;
    background: #ff0000;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 5.5em;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 768px) {
.eventlist .today {
    padding: 4px 0 5px 0;
    margin: 0;
    background: #ff0000;
    border-radius: 30px;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 5.5em;
    position: absolute;
    top: 0;
    left: 0;
}
}

.eventlist .today-b {
    padding: 4px 0 5px 0;
    margin: 0;
    background: #2f8ef7;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 5.5em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
.eventlist .today-b {
    padding: 4px 0 5px 0;
    margin: 0;
    background: #2f8ef7;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 5.5em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
}


#event-detail .today {
    padding: 1px 15px 2px 15px;
    margin: 0 0 0 30px;
    background: #ff0000;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width: 768px) {
#event-detail .today {
    padding: 1px 10px 2px 10px;
    margin: 0 0 0 20px;
    background: #ff0000;
    border-radius: 30px;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
}