.event-badge {
    /*padding: 5px 15px;*/
    border-radius: 30px;
    background: transparent;
    color: #0882d6 ;
    border: 1px solid #0882d6;
    width: 90px;
    height: 40px;
}

.event-badge-expired {
    padding: 5px 15px;
    border-radius: 30px;
    background: unset;
    color: grey;
    border: 1px solid grey;
    width: 90px;
    height: 40px;
}

.event-badge-coming {
    padding: 5px 15px;
    border-radius: 30px;
    background: unset;
    color: #005A9C;
    border: 1px solid #005A9C;
}

.event-list .pl-4.pt-4 {
    padding: 10px 0 0 0 !important
}

.event-list .col-lg-4.pb-4 {
    padding: 10px 0 !important
}

.event-list {
    padding: 0 !important
}

.event-list .h4.mb-3.mt-1 {
    margin: 5px 0 !important
}

.sect2 {
    margin-top: 70px;
}

.pb-4 .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.h4 {
    font-size: 22px;
}

.text-muted {
    color: #636363 !important;
}

.h6 {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

.title-event {
    font-family: "Noto Sans";
    font-weight: 200;
    font-size: 20px;
    font-style: normal;
    margin-top: 15px;
    letter-spacing: -.04em;
}

.event-title-inline {
    display: block;
    /*width: 60px;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    /*height: 25px;*/
    margin: 0;
}

.text-2-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.text-calculator {
    color: #6A6A6A;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0px;
}

.calculator-image,
.calculator-image-second {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.calculator-image-second {
    margin-left: 32px;
}

.div-total {
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
    box-shadow: 20px 20px 50px 22px #F5F5F5;
}

.image-event {
    width: 100%;
    height: 370px;
}

.content-img-index {
    margin-bottom: 50px;
}

.icon-face {
    width: 47px;
    height: 44px;
    background-image: url('/img/icon/icon_facebook.png');
}

.icon-twiter {
    width: 47px;
    height: 44px;
    background-image: url('/img/icon/icon_twiter.png');
}

.icon-url {
    width: 47px;
    height: 44px;
    background-image: url('/img/icon/icon_url.png');
}

.icon-talk {
    width: 47px;
    height: 44px;
    background-image: url('/img/icon/icon_kakaotalk.png');
}

[class^=icon-] {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    vertical-align: middle;
    text-indent: -1000em;
}

.container .btm-list {
    position: relative;
    padding: 35px 30px;
}

.container .btm-list>div:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 42px;
    border-right: 1px solid #ccc;
}

.flex-justify-space {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.bg-muted {
    background-color: #f7f7f7 !important;
    display: flex;
}

.lst-split>li+li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.8em;
    margin: 0 10px;
    border-left: 1px solid #9b9fa8;
    opacity: .5;
}

.container .ellipsis {
    width: 24vw;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.container .post-list-btn {
    height: 70px;
    width: 212px;
    padding: 20px;
    margin: 0 auto;
}

.btn-outline-primary {
    border-color: #0882d6 !important;
    background: transparent !important;
    color: #0882d6 !important;
}

.content-img {
    padding: 20px;
}

.btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
}

.top-title {
    padding: 30px;
    margin-top: 100px;
}

.bg-muted {
    background-color: #f7f7f7 !important;
}

.container .post-list-title {
    width: 80%;
    margin: 0 auto;
}

.font-weight-bolder {
    font-weight: 500 !important;
}

.h3-1 {
    font-size: 26px;
}

.container .mr-4 {
    margin-right: 2rem !important;
}

.container .ml-4 {
    margin-left: 2rem !important;
}

.container .content img {
    max-width: 100% !important;
}

.sub-nav {
    height: 261px;
    background: no-repeat;
    background-size: cover;
}

.sub-nav .h1 {
    font-size: 50px;
}

.font-weight-bolder {
    font-weight: 500 !important;
}

.sub-nav>div {
    align-items: center;
    height: 261px;
    color: #fff;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.pagination {
    justify-content: center;
    padding-bottom: 10px;
}

.pagination .paginate_button .page-link {
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: #F3F3F3;
    border-radius: 5px;
    border: none;
    outline: none;
}

.pagination .page-item.active .page-link {
    background: #005A9C;
    color: white;
}

.pagination .page-item+.page-item {
    margin-left: 10px;
}

.pagination .page-item:last-child {
    margin-left: 10px;
}

.pagination .previous .page-link,
.pagination .next .page-link {
    border: none;
    background: #FFFFFF;
}


.title-image {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    /* or 116% */

    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;

    color: #FFFFFF;
}

@media (max-width: 991px) {
    .container .btm-list {
        padding: 20px 0;
    }

    .container .post-list-btn {
        width: 113px;
        height: 50px;
        padding: 16px;
    }

    .container .post-list-btn {
        margin-top: 30px !important;
    }

    .h5 {
        font-size: 12px;
    }

    .container .post-list-btn {
        height: 40px;
        padding: 10px;
        margin-top: 30px !important;
        width: 113px;
    }

    .h3,
    .h3-1 {
        font-size: 13px;
    }

    .h6 {
        font-size: 12px;
    }

    .container .d-flex>a.mr-5 {
        margin-right: 5px !important;
    }

    .container p.notice-badge {
        height: 30px;
        padding: 6px 17px !important;
    }

    .btn {
        font-size: 13px;
    }

    .container .d-flex>a>img {
        width: 8px;
        margin: 0 !important;
    }

    .icon-group>a {
        width: 30px;
        background-size: contain;
    }

    .d-flex>a.me-5 {
        margin-right: 5px !important;
    }

    .d-flex>a.ms-5 {
        margin-left: 5px !important;
    }

    .container .btm-list>div:first-child:before {
        height: 20px;
    }

}

@media only screen and (max-width: 600px) {
    .event-wrapper {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .title-event {
		font-size: 15px;
		font-weight: 300;
}
	.text-2-line-ellipsis {
		height: 20px;
	}
	.event-badge {
		font-size: 13px;
	    width: 70px;
    	height: 35px;
	}
	.event-title-inline {
		font-size: 13px;
	}
	.content-img {
		text-align: center;
	}
	.image-event {
		height: auto;
	}
}