@charset "UTF-8";
[v-cloak]>* {
    display: none
}

[v-cloak]::before {
    content: ""
}

.popup-mobile {
    position: absolute;
    top: 460px;
    left: 50px;
}

.popup-pc {
    position: absolute;
    top: 430px;
    left: 25px;
    /* left: 270px; */
}

.popup-mobile2 {
    position: absolute;
    top: 740px;
    /* + 280px */
    left: 50px;
}

.popup-pc2 {
    position: absolute;
    top: 430px;
    /* left: 600px; */
    left: 355px;
}

.popup-mobile3 {
    position: absolute;
    top: 1020px;
    left: 50px;
}

.popup-pc3 {
    position: absolute;
    top: 430px;
    /* left: 930px; */
    left: 685px;
}

.popup-mobile4 {
    position: absolute;
    top: 1300px;
    left: 50px;
}

.popup-pc4 {
    position: absolute;
    top: 715px;
    left: 25px;
}

.popup-mobile5 {
    position: absolute;
    top: 1580px;
    left: 50px;
}

.popup-pc5 {
    position: absolute;
    top: 715px;
    left: 355px;
}

.popup-mobile6 {
	position: absolute;
	top: 1860px;
	left: 50px;
}

.popup-pc6 {
	position: absolute;
	top: 715px;
	left: 685px;
}

.text-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-one-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-color-cyan {
    background-color: #10111d;
}

.bg-color-cyan2 {
    background-color: #0b0a11;
}

.text-color-for-wide {
    /* color : #ab50ff; */
    color: white;
}

.text-color-for-front {
    /* color : #ab50ff; */
    color: #0b0a11;
}

.text-color-red {
    color: #C70039;
}

.border-color-red-2 {
    border-bottom-width: 2px;
    border-color: #C70039;
}

.border-color-red-4 {
    border-bottom-width: 4px;
    border-color: #C70039;
}

.border-color-red-1 {
    border-bottom-width: 1px;
    border-color: #C70039;
}

.search-enter-active,
.search-leave-active {
    /* transition: all 0.6s; */
    transition: 0.5s;
}

.search-enter {
    transform: translate(0, -100%);
}

.search-leave-to {
    transform: translate( 0, -100%);
}


/* .fade-enter,
.fade-leave-to {
    opacity: 0;
} */

.bg-semi-75 {
    background-color: rgba(0, 0, 0, 0.75);
}

.bg-modal-foreground {
    background-color: #111111;
}

.bg-modal-gray-2 {
    background-color: #333333;
}

.fade-enter-active,
.fade-leave-active {
    /* transition: all 0.6s; */
    transition: 0.5s;
}

.fade-enter {
    transform: translate(-100%, 0);
}

.fade-leave-to {
    transform: translate(-100%, 0);
}


/* .fade-enter,
.fade-leave-to {
    opacity: 0;
} */

body {
    font-family: 'Noto Sans KR', sans-serif;
}

.top-menu-color {
    background-color: #337ab7;
    color: white;
}

.top-menu-color-dark {
    background-color: #1a598f;
    color: white;
}

.font-500 {
    font-weight: 500;
}

.font-700 {
    font-weight: 700;
}

.size-10 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}

.size-20 {
    font-size: 20px;
}

.f-color-green {
    background-color: #8cc346;
}

.f-color-red {
    background-color: #E91B23;
}

.color-red {
    /* background-color: #d6131b; */
    background-color: #d1181e;
    /* background-color: #d71921; */
    /* background-color: white; */
}


/* for iframe  */

.aspect-16x9 {
    padding-bottom: 56.25%;
    /* // (9 / 16 = 0.5625) */
}

.aspect-video {
    aspect-ratio: 16 / 9 !important;
}

/* for image  */

.label-cap {
    z-index: 2;
    /* overflow: hidden; */
    font-family: tahoma;
    top: -11px;
    letter-spacing: 1px;
    width: 140px;
    padding: 20px 0px 3px;
    right: -60px;
    position: absolute;
    text-align: center;
    font-weight: normal;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.grid {
    display: grid !important;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.gap-1 {
    gap: 0.25rem/* 4px */ !important;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


.page-box {
    font-family: Helvetica, Sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
}

.page-box-not-selected {
    width: 28px;
    height: 28px;
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #888;
    font-size: 12px;
    line-height: 28px;
}

.page-box-selected {
    width: 30px;
    height: 30px;
    border: none;
    background: #4886cf;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.page-first{
    font-family: Helvetica, Sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    /* font-size: 0; */
    color: #888;
    width: 30px;
    height: 30px;
    border: none;
    margin-right: 5px;
    text-indent: -50000em;
    background: url('/assets/images/page_first_2x.png') no-repeat 0 0;
    background-size: 30px 30px;
}

.page-left{
    font-family: Helvetica, Sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    /* font-size: 0; */
    color: #888;
    width: 30px;
    height: 30px;
    border: none;
    margin-right: 5px;
    text-indent: -50000em;
    background: url('/assets/images/page_prev_2x.png') no-repeat 0 0;
    background-size: 30px 30px;
}
.page-right {
    font-family: Helvetica, Sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    /* font-size: 0; */
    color: #888;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: -50000em;
    margin-right: 2px;
    background: url('/assets/images/page_next_2x.png') no-repeat 0 0;
    background-size: 30px 30px;
}


.bg-main-mobile {
    /* background-image: url(https://placekitten.com/1400) !important; */
    background: url("/images/main/bg-mobile.png") no-repeat;
}

.bg-main-wide {
    /* background-image: url(https://placekitten.com/1400) !important; */
    background: url("/images/main/bg-wide.png") no-repeat;
}


.object-fill {
    object-fit: fill !important;
}

.object-cover {
    object-fit: cover !important;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}


.bg-body {
    background-image: linear-gradient(to right, #c026d3, #87d300, #6b46c1);
}

.grid {
    display: grid !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.gap-1 {
    gap: 0.25rem/* 4px */ !important;
}

.mb-12 {
    margin-bottom: 3rem/* 48px */ !important;
}
.mb-16 {
    margin-bottom: 4rem/* 80px */ !important;
}
.mb-20 {
    margin-bottom: 5rem/* 80px */ !important;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mb-8 {
    margin-bottom: 2rem/* 32px */ !important;
}

.gap-0 {
    gap: 0px !important;
}

@media (min-width: 768px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .md\:mb-16 {
        margin-bottom: 4rem/* 64px */ !important;
    }
    .md\:p-0 {
        padding: 0px !important;
    }
}

.p-2 {
    padding: 0.5rem/* 8px */ !important;
}

@media (min-width: 640px) {
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}


.left-1\/2 {
    left: 50% !important;
}

.top-1\/2 {
    top: 50% !important;
}

.bg-green-500 {
    background-color: rgb(34 197 94);
}

.w-80 {
    width: 20rem; /* 320px */
}

.top-2\/3{
    top: 66.666667%;
}

.top-7\/12{
    top: 60%;
}


.top-000{
    top: 10%;
}



.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.duration-300 {
    transition-duration: 300ms !important;
}
.duration-300 {
    transition-duration: 300ms !important;
}
.duration-200 {
    transition-duration: 200ms !important;
}
.duration-50 {
    transition-duration: 50ms !important;
}
.duration-0 {
    transition-duration: 0s !important;
}
.opacity-0 {
    opacity: 0 !important;
}



.border-t-4 {
    border-top-width: 4px !important;
}
.border-t-black{
    border-top-color: #000000 !important;
}
.border-t-white {
    border-top-color: #FFFFFF !important;
}
.p-0\.5 {
    padding: 0.125rem /* 2px */ !important;
} 

.border-t-red-500 {
    border-top-color: rgb(239 68 68);
}













