
.title_img {
	margin-top: 90px;
	margin-bottom: 10px;
}
.mainBox {
	position: relative;
}
.subBox {
	position: absolute;
	bottom: 0;
	right: 0;
}
#search_result_space {
    display: none;
    margin-top: 70px;
}

#voting_top_md_es {
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(0, 110, 255);
}
#voting_top_md_js {
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(0, 231, 123);
}
#voting_top_md_kg {
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(255, 96, 202);
}

#voting_top_sm_es {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(0, 110, 255);
}
#voting_top_sm_js {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(0, 231, 123);
}
#voting_top_sm_kg {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(255, 96, 202);
}

#search_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: lightgray;
}
#voting_period {
    font-size: 18px;
    font-weight: bold;
}
#voting_timer {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: rgb(15, 150, 255);
}
#CDT {
    text-align: center;
    font-weight: bold;
    color: black;
}
.timer {
    background: yellow;
    margin: 5px auto;
    padding: 5px;
}
#timer-container {
    background-color: rgb(15, 150, 255);
}
#comment-container {
    background-color: rgb(125, 220, 255);
}
#header_comment {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:rgb(125, 220, 255);
}
#header_comment_sub {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
    color: rgb(0, 68, 255);
    background-color:rgb(125, 220, 255);
}
#header_comment_sub_small {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
    color: rgb(0, 68, 255);
    background-color:rgb(125, 220, 255);
}
#search_notfound_txt {
    display: none;
    margin-top: 10px;
	margin-bottom: 10px;
}
#search_reset_button {
    display: none;
}
#after_voting_comment {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}
#after_voting_comment_sub {
    font-size: 18px;
    margin-bottom: 30px;
}
#other_movie_comment {
    font-size: 20px;
    margin-top: 20px;
    color: white;
    background-color: rgb(15, 150, 255);
}
#pagetop {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 6.5rem;
}
body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
main {
    flex: 1;
}
.container img:hover {
    cursor: pointer;
    opacity: 0.6;
}
.container-fluid img:hover {
    cursor: pointer;
    opacity: 0.8;
}
.movie-title {
    font-size: 16px;
    font-weight: bold;
	margin-top: 5px;
}
.copyright {
	font-size: 12px;
	margin-top: 10px;
}
.text14px {
	font-size: 14px;
}
.text16px {
	font-size: 16px;
}
.text18px {
	font-size: 18px;
}
.text18px_white {
	font-size: 18px;
	color: white;
}
.text20px {
	font-size: 20px;
}
.alert-text {
    color: rgba(255, 0, 0, 0.8);
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .for_pc {
        display: inline;
    }
    .for_mobile {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .for_pc {
        display: none;
    }
    .for_mobile {
        display: inline;
    }
}
#voting_btns_container {
    background-color: rgb(15, 150, 255);
}
#fixed_bottom_margin {
    background-color: rgb(15, 150, 255);
    margin-bottom: 0.25rem !important;
}
#fixed_bottom_margin_pc {
    background-color: rgb(15, 150, 255);
    margin-top: 0.25rem !important;
}
footer {
	background-color: #333333;
	padding-top: 25px;
	padding-bottom: 20px;
	color: white;
}
footer #bottom_margin {
    background-color: #333333;
    margin-bottom: 8vw !important;
}
footer #bottom_margin_mobile {
    background-color: #333333;
    margin-bottom: 30vw !important;
}

#spacer {
	padding-top: 25px;
	padding-bottom: 20px;
}
#spacer #bottom_margin {
    margin-bottom: 8vw !important;
}
#spacer #bottom_margin_mobile {
    margin-bottom: 30vw !important;
}