@font-face {
    font-family: 'LINESeedKR-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}

body,html {
	background:#fff;
	font-family:"LINESeedKR-Bd";
	font-size:15px;
	min-width:320px
}
body {
	height:auto;
	overflow-x:hidden;
	overflow-y:scroll
}
.adoverlay{
	position:absolute;
	cursor:pointer;
	width: 100%;
	height: 100%;
	z-index:999;
}
.adoverlay img{
	width: 100%;
	height: 100%;
}
a:hover {
	text-decoration:none
}
label,p,ul {
	margin-bottom:0
}
button,input,textarea {
	font-family:"LINESeedKR-Bd"
}
input.form-control::-moz-placeholder,textarea::-moz-placeholder {
	color:#878787;
	font-size:1.1rem
}
input.form-control:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#878787;
	font-size:1.1rem
}
input.form-control::placeholder,textarea::placeholder {
	color:#878787;
	font-size:1.1rem
}
input[type=password] {
    font-family: "LINESeedKR-Bd";
}
.popup_wrap {
	position: absolute;
	top: 150px;
	width: 80%;
	left: 20%;
	z-index: 99;
}

.popup {
	position: relative;
	width: 400px;
	display: none;
}

.popup img {
	width: 100% !important;
	height: auto !important;
}

.popup .close {
	position: relative;
    width: 100%;
    height: 35px;
    background: #fff;
    color: #000;
    opacity: 1;
    padding-top: 5px;
	border: 1px #000 solid;
}
.popup .close span {
	padding-left: 20px;
	font-size:14px;
    font-family: 'Noto Sans KR', sans-serif;
}
.top_arrow{
	display:none;
	z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #7b7b7b;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
}
.video_list_line{
	margin-top:3rem !important;
}
.video_line{
	margin-top:4rem !important;
}
@media(min-width:1200px) {
	.video_list_line{
		margin-top:1rem !important;
		padding-top:5rem !important;
	}
	.video_line{
		margin-top:1rem !important;
		padding-top:5rem !important;
	}

	.main_content{
		padding-top:3rem !important;
	}
}
@media(max-width:991px){
	.top_arrow{
		bottom: 80px;
		right: 10px;
	}
}
.top_arrow img{
	width: 50px;
    padding: 10px;
}
.search_banner{
	padding: 0;
}
.ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.m_menu{
	width: 100%;
	height: 50px;
    text-align: left;
	background: #ffffff;
    border-bottom: 1px #000 solid;
	margin-top: 50px;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    white-space: nowrap;
	padding-left: 5px;
    padding-right: 5px;
}

.m_menu .btns{
    color: #000;
    margin-top: 5px;
    font-size: 1.0em;
	padding:5px;
}
.m_menu .btns.activity{
    color: #eb3131;
	background: #fff;
	border:1px #fff solid !important;
}
.m_menu .btns:hover{
    color: #eb3131;
	background: #fff;
	border:1px #fff solid !important;
}

@media(min-width:1200px){
	.m_menu{
		display:none;
	}
	.content, .max_content {
		margin-top: 0px;
	}
}
@media(max-width:1200px){
	.content, .max_content {
		margin-top: 1rem;
	}
}
.m_menu .depth_01{
	display: none;
	position: fixed;
	background: #fff;
    border: 1px #fb3c3c solid;
	width:95%;
}

.m_menu .depth_01 .area_1{
	width: auto;
    display: flex;
}


.m_menu .depth_01 li{
	width: auto;
    height: 30px;
    margin: 10px;
    line-height: 30px;
    font-size: 15px;
    display: block;
    text-align: center;
    float: left;
	/*height: 30px;
    width: 100px;
    margin: 5px auto;
    line-height: 30px;
    font-size: 14px;
	display: block;
	text-align: center;*/
}
.m_menu .depth_01 li:hover{
	color:#eb3131;
}
.m_menu .depth_01 li a:hover{
	color:#eb3131;
}
.m_menu .depth_01 .activity{
    background: #fff;
	color:#eb3131;
    border-bottom: 1px #eb3131 solid;
	margin-left: 5px;
    margin-right: 5px;
}
.m_menu .depth_01 .activity a{
	color:#eb3131;
}
.m_menu .depth_01 li a{
	color:#000;
}


.m_menu .depth_02{
	display: none;
}


.m_menu .depth_02 li{
	height: 30px;
    width: 85px;
    margin: 5px auto;
    line-height: 30px;
    font-size: 11px;
	display: block;
	text-align: center;
}

.m_menu .depth_02 li:hover{
    background: #a9a9a9;
	color:#fff;
}
.m_menu .depth_02 li a:hover{
	color:#fff;
}
.m_menu .depth_02 .activity{
    background: #ffffff;
	color:#fff;
}
.m_menu .depth_02 .activity a{
	color:#fff;
}
.m_menu .depth_02 li a{
	color:#000;
    margin-left: 5px;
}

.m_menu .depth_03{
    width: auto !important;
    margin: 50px 30px 15px 15px;
    position: fixed;
    overflow: scroll;
    height: 234px;
}
.m_menu .depth_03 .activity{
    background: #ffffff;
}

.m_menu .depth_03 ul{
	border-top:1px black solid;
}

.m_menu .depth_03 li{
	margin-left: 0px !important;
    width: auto !important;
    margin: 10px !important;
}

.m_menu .btn_sub_menu_area{
	max-height:300px;
}

.m_menu .sub_menu_areas li{
	height: 30px;
    width: 85px;
    margin: 5px auto;
    line-height: 30px;
    font-size: 11px;
	display: block;
	text-align: center;
    margin-left: 15px;
}

.m_menu .sub_menu_areas li span{
    font-size: 14px;
    color: #000;
}
.del_btn{
	width:20px !important;
	cursor:pointer;
}
.del_comment_btn{
	width:20px !important;
	cursor:pointer;
}

.del_detail_comment_btn{
	width:20px !important;
	cursor:pointer;
}

.del_review_btn{
	width:20px !important;
	cursor:pointer;
}

.del_review_detail_btn{
	width:20px !important;
	cursor:pointer;
}
.icon_reply{
	width:15px !important;
}
.scroll::-webkit-scrollbar {
	width:5px;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
.scroll::-webkit-scrollbar-track {
    background-color: grey;
}
.scroll::-webkit-scrollbar {
    display: none;
 }
.scroll {
	white-space: nowrap; 
	overflow-x: auto; 
	-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.check_pop{
	display:none;
	width: 600px;
    border-radius: 5px;
    padding: 5px;
}

.upchae_pop{
	display:none;
	width: 900px;
	max-width: 900px;
	margin: 0 auto;
    border-radius: 5px;
    padding: 5px;
   -webkit-overflow-scrolling: touch;
}

.upchae_pop .upchae_data{
	width:100%;
	height:auto;
	word-break: break-word;
}
.upchae_pop .upchae_data img{
	width:100%;
} 

.upchae_pop .close_upchae{
	position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
	z-index:1;
}

.upchae_pop .close_upchae img{
	width:40px;
}

.upchae_comment_popup{
	display:none;
	width: 900px;
	max-width: 900px;
	margin: 0 auto;
    border-radius: 5px;
    padding: 5px;
   -webkit-overflow-scrolling: touch;
}

.upchae_comment_popup .upchae_data{
	width:100%;
	height:auto;
	word-break: break-word;
	overflow-y: scroll;
    overflow-x: hidden;
}
.upchae_comment_popup .upchae_data img{
	width:100%;
} 

.upchae_comment_popup .close_upchae{
	position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
	z-index:1;
}

.upchae_comment_popup .close_upchae img{
	width:40px;
}

.upchae_review_popup{
	display:none;
	width: 900px;
	max-width: 900px;
	margin: 0 auto;
    border-radius: 5px;
    padding: 5px;
   -webkit-overflow-scrolling: touch;
}

.upchae_review_popup .upchae_data{
	width:100%;
	height:auto;
	word-break: break-word;
    overflow-y: scroll;
    overflow-x: hidden;
}
.upchae_review_popup .upchae_data img{
	width:100%;
} 

.upchae_review_popup .close_upchae{
	position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
	z-index:1;
}

.upchae_review_popup .close_upchae img{
	width:40px;
}


@media(max-width:720px){
	.check_pop{
		width: 300px;
	}

	.upchae_pop{
		width: 300px;
	}
	
	.upchae_comment_popup{
		width: 300px;
	}
	
	.upchae_review_popup{
		width: 300px;
	}
}
.check_pop .btns{
	display: flex;
}

.check_pop .btn{
	border-radius: 5px;
    width: 100%;
    height: 45px;
    line-height: 35px;
	cursor:pointer;
}

.wd100{
	width:100%;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-white{
	color:#fff;
}

.text-black{
	color:#000;
}

.text-gray{
	color:#858585;
}

.text-red{
	color:red;
}

.bg-green{
	background:green;
}
.bg-black{
	background:black;
}
.bg-white{
	background:white;
}
.bg-gray{
	background:#858585;
}
.font-size-10{
	font-size:10px;
}
.font-size-11{
	font-size:11px;
}
.font-size-12{
	font-size:12px;
}
.font-size-13{
	font-size:13px;
}
.font-size-14{
	font-size:14px;
}
.font-size-15{
	font-size:15px;
}
.font-size-16{
	font-size:16px;
}
.font-size-17{
	font-size:17px;
}
.font-size-18{
	font-size:18px;
}
.font-size-19{
	font-size:19px;
}
.font-size-20{
	font-size:20px;
}
.mg-5{
	margin:5px;
}
.mg-10{
	margin:10px;
}
.mg-5{
	margin:15px;
}
.mt-5{
	margin-top:5px;
}
.mt-10{
	margin-top:10px;
}
.mt-15{
	margin-top:15px;
}
.mb-5{
	margin-bottom:5px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-15{
	margin-bottom:15px;
}
.ml-5{
	margin-left:5px;
}
.ml-10{
	margin-left:10px;
}
.ml-15{
	margin-left:15px;
}
.mr-5{
	margin-right:5px;
}
.mr-10{
	margin-right:10px;
}
.mr-15{
	margin-right:15px;
}

.download{
	border: 1px solid #4e4e4e;
    padding: 13px;
    display: inline-block;
	color: red;
}
.download:link, .download:visited {
    color: red;
    text-decoration: none;
}
.download:hover{
	background:#83b0f3;
	color:#fff;
}
.main_top_txt{
	background: linear-gradient(#000000, #434343);
	text-align: center;
	margin-top:50px;
}
@media(min-width:1200px){
	.main_top_txt{
		margin-top:0px;
	}
}
.main_top_txt .top_line{
	width: 100%;
    line-height: 17px;
    text-align: center;
    margin: 0 auto;
	padding: 5px;
}

.main_top_txt .top_line a{
	color:#fff;
	font-weight: bold;
	font-size: 18px;
}

#float {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #181818;
	z-index: 1;
}

#float ul {
}

#float ul li {
    display: block;
    float: left;
    width: 16.5%;
}

#float ul li a {
    display: block;
    text-align: center;
    color: #999;
}

#float ul li a .icon {
    font-size: 20px;
}

#float ul li .active{
	color:#ffcae1 !important;
}

@media(max-width:991px){
	.main_top_txt .top_line{
		width: 100%;
		line-height: 17px;
		text-align: center;
		margin: 0 auto;
		padding: 5px;
	}
	.main_top_txt .top_line a{
		color:#fff;
		font-weight: bold;
		font-size: 13px;
	}

	#float {
		display: block;
	}

}

.keyword_type{
    background:#000000;
	border: none;
	color:#ffffff;
	font-size: 11px;
}
.keyword_type option{
	color:#ffffff;
	background:#000000;
	font-size: 11px;
}
.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.small {
	font-size:inherit
}
.pc {
	display:none
}
.btn {
	font-size:1.1rem
}
.border_top {
	border-top:1px solid #3b3e48
}
.border_left {
	border-left:1px solid #3b3e48
}
.border_right {
	border-right:1px solid #3b3e48
}
.border_bottom {
	border-bottom:1px solid #3b3e48;
	padding-bottom:.75rem
}
.form_control {
	background-clip:padding-box;
	background-color:#212121;
	border:1px solid #212121;
	border-radius:.25rem;
	color:#fff;
	display:block;
	font-size:1.1rem;
	font-weight:400;
	line-height:1.5;
	padding:.8rem 1rem;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width:100%
}
input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus {
	-webkit-text-fill-color:#000;
	caret-color:#000;
	-webkit-transition:background-color 5000s ease-in-out 0s;
	transition:background-color 5000s ease-in-out 0s
}
input:-webkit-autofill:first-line {
	font-family:"LINESeedKR-Bd";
	font-size:16.5px!important
}
input {
	filter:none
}
.hover_main:hover {
	color:#ff153c!important
}
.text_normal {
	color:#d4d4d4
}
.text_sub {
	color:#878787
}
.text_danger {
	color:#ff607a
}
.text_info {
	color:#606060
}
.page_title_h2 {
	font-size:2rem;
	color:#000;
}
.btn_main {
	background:#ff153c;
	border:1px solid #ff153c;
	color:#fff
}
.btn_main:focus,.btn_main:hover {
	background:#ff153c;
	border:1px solid #ff153c!important;
	color:#fff
}
.btn_sub,.btn_sub:hover {
	background:#393939;
	border:1px solid #393939;
	color:#fff
}
.btn_tag,.btn_tag:hover {
	background:transparent;
	border:1px solid transparent;
	color:#3b83ff
}
.btn_text_highlight,.btn_text_highlight:hover {
	background:none;
	border:none;
	color:#ff153c
}
.btn_large {
	height:62px;
	padding:1.1rem 1rem
}
.btn_bg_black{
	background:#000;
}
.header_m {
	background:#fff;
	display:flex;
	height:50px;
	justify-content:space-between;
	position:fixed;
	width:100%;
	z-index:1050
}
.header_m .open_gnb {
	align-items:center;
	color:#000;
	display:flex;
	font-size:1.2rem;
	height:100%;
	justify-content:center;
	width:50px
}
.gnb_m {
	margin-top:100px;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:1050
}
.gnb_m.right_to_left {
	margin-left:auto;
	max-width:300px;
	right:-60vw;
	transition:right .2s linear;
	width:60vw
}
.gnb_m.right_to_left.show {
	right:0
}
.gnb_m.left_to_right {
	left:-70vw;
	max-width:300px;
	transition:left .2s linear;
	width:70vw
}
.gnb_m.left_to_right.show {
	left:0
}
.gnb_m.top_to_bottom {
	top:-100vh;
	transition:top .2s linear;
	width:100%
}
.gnb_m.top_to_bottom.show {
	top:0
}
.gnb_m .gnb_inner {
	-ms-overflow-style:none;
	background:#fff;
	height:calc(100vh - 50px);
	overflow:auto;
	position:relative;
	scrollbar-width:none;
	z-index:1050
}
.gnb_m .gnb_inner::-webkit-scrollbar {
	display:none!important
}
.gnb_m .btn_wrap_auth {
	background-color:#212121;
	display:flex;
	padding:14px 20px;
	text-align:center
}
.gnb_m .btn_wrap_auth .btn {
	border-radius:15px;
	display:block;
	font-size:.9rem;
	width:100%
}
.gnb_m .btn_warp_mypage {
	background-color:#fff;
}
.gnb_m .btn_warp_mypage .user_name {
	width:calc(100% - 47.5px)
}
.gnb_m .btn_warp_mypage .user_name .name {
	width:calc(100% - 54px)
}
.gnb_m .btn_warp_mypage .user_name .logout:hover {
	color:inherit
}
.gnb_m .btn_warp_mypage .user_link {
	box-shadow:inset 0 1px 0 #000
}
.gnb_m .btn_warp_mypage .user_link .mypage {
	box-shadow:1px 0 0 #000
}
.gnb_m .btn_warp_mypage .user_link img {
	width:25px
}
.gnb_m .depth_1>li {
	border-bottom:1px solid #373737;
	margin:0 15px
}
.gnb_m .depth_1>li.hidden_menu .gnb_title {
	color:#ffdf61
}
.gnb_m .depth_1 .gnb_title {
	color:#ff153c;
	cursor:pointer;
	display:block;
	padding:10px 0;
	position:relative
}
.gnb_m .depth_1 .gnb_title.collapsed {
	background:transparent;
	color:#000
}
.gnb_m .depth_1>li:hover .gnb_title {
	color:#ff153c
}
.gnb_m .depth_1 svg {
	color:#878787;
	position:absolute;
	right:0;
	top:12px;
	transform:rotate(180deg);
	transition:transform .3s linear
}
.gnb_m .depth_1 .gnb_title.collapsed svg {
	float:right;
	transform:rotate(0deg);
	transform-origin:center
}
.gnb_m .depth_2 {
	padding:0 0 10px
}
.gnb_m .depth_2>li {
	padding:5px 10px 5px 15px
}
.gnb_m .depth_2>li a {
	color:#9b9b9b;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.gnb_m .depth_2>li a:hover{
	color:#ef4141;
}
.emergency {
	background:#cc2944;
	color:#fff
}
.emergency a,.emergency a:hover {
	color:#ffd36b;
	text-decoration:underline
}
.show_video div div{
	overflow: visible !important;
}

.show_video video{
	background:#000000;
}

@media(min-width:1751px){
	.show_video{
		/*padding-top:calc(100vw - 69vw) !important;*/
		position: relative;
	}
}

@media(min-width:1700px) and (max-width:1751px){
	.show_video{
		/*padding-top:calc(100vw - 67vw) !important;*/
		position: relative;
	}
}

@media(min-width:1625px) and (max-width:1700px){
.show_video{
		/*padding-top:calc(100vw - 66vw) !important;*/
		position: relative;
	}
}
@media(min-width:1500px) and (max-width:1625px){
	.show_video{
		/*padding-top:calc(100vw - 65vw) !important;*/
		position: relative;
	}
}
@media(min-width:992px) and (max-width:1500px){
	.show_video{
		padding-top:calc(100vw - 62vw) !important;
		position: relative;
	}
}

@media(max-width:991px){
	.show_video{
		padding-top:calc(100vw - 45vw) !important;
		position: relative;
	}

	.banner_controller{
		display:none !important;
	}
}
@media(min-width:992px) {
	#header {
		background:#fff;
		border-bottom:1px solid #1d1d1d;
		position:sticky;
		top:0;
		z-index:1050
	}
	#header .header_pc {
		height:80px
	}
	#header .header_pc .btn_wrap_auth {
		display:flex
	}
	#header .header_pc .btn_wrap_auth .btn {
		border-radius:20px;
		display:block;
		font-size:.9rem;
		min-width:90px;
		padding:.592rem .75rem;
		width:100%
	}
	#header .header_pc .btn_wrap_mypage .dropdown_menu {
		background-color:#212121;
		border-color:#373737;
		border-radius:10px;
		color:#d4d4d4;
		width:200px
	}
	#header .header_pc .btn_wrap_mypage .dropdown_menu .user_name {
		width:123px
	}
	#header .header_pc .btn_wrap_mypage .dropdown_item {
		color:#d4d4d4;
		display:block;
		padding:.25rem 1rem
	}
	#header .btn_search {
		color:#878787
	}
	#header .btn_search:hover {
		color:#ff153c
	}
	.gnb_pc .depth_1>li {
		float:left;
		position:relative;
		z-index:1
	}
	.gnb_pc .depth_1 .gnb_title {
		color: #000;
		cursor: pointer;
		display: block;
		padding: 10px 10px;
		text-align: center;
		font-size: 1.4rem;
	}
	.gnb_pc .depth_1 svg {
		margin-top:-5px
	}
	.gnb_pc .depth_1>li.hidden_menu .gnb_title {
		color:#ffdf61
	}
	.gnb_pc .depth_2 {
		background:#e5e9f0;
		border-radius:5px;
		display:none;
		left:0;
		padding:5px 0;
		position:absolute;
		top:100%;
		width: 120px;
		text-align: center;
	}
	.gnb_pc .depth_2>li a {
		color:#0a0a14;
		display:block;
		font-size:14px;
		font-weight:500;
		padding:5px;
	}
	.gnb_pc .depth_1>li:hover .gnb_title {
		color:#ff153c
	}
	.gnb_pc .depth_1>li:hover .depth_2 {
		display:block
	}
	.gnb_pc .depth_2>li:hover>a {
		background-color:#d8dee9
	}
	.gnb_pc #gnb_category.grid_align .depth_1 {
		display:grid;
		grid-template-columns:repeat(auto-fit,minmax(0,auto))
	}
}
.header_search_modal .modal-dialog {
	margin-top:10vh
}
#navigation {
	background:#1d1d1d
}
#navigation ul li .current,#navigation ul li a {
	font-size:14px
}
#navigation ul li .current {
	color:#ff153c
}
#navigation ul li .fas,#navigation ul li a {
	color:#bec7d4
}
#navigation ul li .fas {
	font-size:17px
}

.clash_top{
    position: absolute;
    width: 250px;
    height: 70px;
    top: 15px;
    right: 15px;
    display: flex;
    align-content: center;
    z-index: 1;
}

.clash_bottom{
    position: absolute;
    width: 250px;
    height: 70px;
    bottom: 10%;
    right: 20px;
    display: flex;
    align-content: center;
    z-index: 1;
}

.clash_top .banner_item{
	max-width:100% !important;
	display:none;
}
.clash_top .banner_item:first-child{
	display:block;
}
.clash_bottom .banner_item{
	max-width:100% !important;
	display:none;
}
.clash_bottom .banner_item:first-child{
	display:block;
}
.banner_list>.long {
    max-width: 100% !important;
}
.banner_list>.middle {
	max-width: 49.9% !important;
}
.close_btn_top{
	position: absolute;
    right: 5px;
    top: -5px;
    cursor: pointer;
    z-index: 2;
}
.close_btn_bottom{
	position: absolute;
    right: 5px;
    top: -10px;
    cursor: pointer;
    z-index: 2;
}

.detail_tab{
	width: 100%;
}
.detail_tab .activie{
	background:red;
	color: #fff;
	border: 1px #dbdbdb solid;
}
.comment_tab{
    width: 100px;
    height: 50px;
    line-height: 50px;
    border-left: 1px #dbdbdb solid;
	border-top: 1px #dbdbdb solid;
	color: #000;
}

.review_tab{
	width: 100px;
    height: 50px;
    line-height: 50px;
	border-top: 1px #dbdbdb solid;
	border-right: 1px #dbdbdb solid;
	color: #000;
}

.detail_comment{
	display:none;
}

.detail_review{
	display:none;
}
@media(max-width:992px) {
	.long .img-fluid {
		aspect-ratio: 13/2.15;
		height: auto;
		max-width: 100%
	}
	.clash_top{
		position: absolute;
		width: 130px;
		height: 40px;
		top: 20px;
		right: 30px;
		display: flex;
		align-content: center;
		z-index: 1;
	}

	.clash_bottom{
		position: absolute;
		width: 130px;
		height: 40px;
		bottom: 25px;
		right: 30px;
		display: flex;
		align-content: center;
		z-index: 1;
	}

	.clash_top .banner_item{
		max-width:100% !important;
		display:none;
	}
	.clash_top .banner_item:first-child{
		display:block;
	}
	.clash_bottom .banner_item{
		max-width:100% !important;
		display:none;
	}
	.clash_bottom .banner_item:first-child{
		display:block;
	}
	.close_btn_top{
		position: absolute;
		right: 0px;
		top: -10px;
		cursor: pointer;
		z-index: 2;
	}
	.close_btn_bottom{
		position: absolute;
		right: 0px;
		top: -10px;
		cursor: pointer;
		z-index: 2;
	}

	.popup_wrap {position: absolute;top: 0;width: 100%;left: 0;z-index: 9999999;}
	.popup {position: absolute;top: 100px;width: 100%;z-index: 9999999;}
	.popup img {width:100% !important;height:auto !important;}
	.popup .close {position:relative; width:100%; height:35px; background:#fff; color:#000; opacity: 1;padding-top: 5px}
	.popup .close span {padding-left:20px;}
	
	.area_menu{
		padding: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.area_sub_menu{
		padding: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.area_menu span{
		margin:0 !important;
	}
	.area_sub_menu span{
		margin:0 !important;
	}
	
	.m_borad_free{
		display:block;
	}
	#gnb_category{
		max-height: 450px;
		overflow: auto;
	}
	
	.upchae_detail_list .upchae_data{
		width:100%;
		height:auto;
		word-break: break-word;
	}
	.upchae_detail_list .upchae_data img{
		width:100%;
	}

}
.player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 56.25% !important;
}
.common_list .img_centered .befer{
	display: none;
}
.video_list .img_centered .befer{
	display: none;
}
.play_list .thumbnail,.video_list .thumbnail {
	background-color:#101010;
	overflow:hidden;
	position:relative;
    border-radius: 8px;
}
.play_list .thumbnail .img_centered,.video_list .thumbnail .img_centered {
	padding-top:65%;
	position:relative
}
.play_list .thumbnail .img_centered_allance,.video_list .thumbnail .img_centered_allance {
	padding-top:65%;
	position:static
}
.play_list .thumbnail .centered,.video_list .thumbnail .centered {
	height:100%;
	left:0%;
	position:absolute;
	top:0%;
	width:100%
}
.play_list .thumbnail img,.video_list .thumbnail img {
	width:100%;
	height:100%;
	max-height:100%;
	transform:translate(0%,0%);
	border-radius: 8px;
}
.play_list .thumbnail .list_new,.video_list .thumbnail .list_new {
	top: 5px;
    position: absolute;
    right: 5px;
	margin: 0 5px 0 7px;
    z-index: 1;
    background: #000;
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
    color: #fff;
	transform:translate(0,0);
}
.play_list .thumbnail .list_category,.video_list .thumbnail .list_category {
	bottom: 5px;
    position: absolute;
    right: 0px;
	margin: 0 7px 0 5px;
    z-index: 1;
    background: #59595975;
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
    color: #fff;
	transform:translate(0,0);
}
.play_list .thumbnail .thumb_over,.video_list .thumbnail .thumb_over {
	border:1px solid #ff153c;
	border-radius:6px;
	height:100%;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	transition:all .2s linear;
	width:100%
}
.play_list .thumbnail .icon,.video_list .thumbnail .icon {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.play_list .thumbnail .icon .count,.video_list .thumbnail .icon .count {
	background:rgba(0,0,0,.5);
	border-radius:3px;
	color:#fff;
	font-size:1rem;
	left:3%;
	overflow:hidden;
	padding:0 6px;
	position:absolute;
	top:7%;
	transform:scale(.8) translate(-4px,-2px);
	transition:all .3s linear;
	white-space:nowrap;
	width:50px
}
.play_list .thumbnail .icon .count .fas,.video_list .thumbnail .icon .count .fas {
	font-size:.6rem;
	margin-right:5px
}
.play_list .thumbnail .icon .count .fas:before,.video_list .thumbnail .icon .count .fas:before {
	display:inline-block;
	height:18px;
	vertical-align:middle
}
.play_list .thumbnail .icon .hd,.video_list .thumbnail .icon .hd {
	background:rgba(0,0,0,.5);
	border-radius:3px;
	color:#fff;
	font-size:.9rem;
	font-style:italic;
	font-weight:900;
	line-height:1;
	padding:5px 2px 5px 0;
	position:absolute;
	right:3%;
	text-align:center;
	top:7%;
	transition:all .3s linear;
	width:30px
}
.play_list .video_title,.video_list .video_title {
	color:#000;
	margin-top:10px
}
.play_list li:hover .thumbnail .thumb_over,.video_list li:hover .thumbnail .thumb_over {
	border-width:2px;
	opacity:1
}
.play_list li:hover .thumbnail .icon .count,.play_list li:hover .thumbnail .icon .hd,.video_list li:hover .thumbnail .icon .count,.video_list li:hover .thumbnail .icon .hd {
	background:#ff153c
}
.play_list li:hover .video_title,.video_list li:hover .video_title {
	color:#ff153c;
	transition:all .2s linear
}

.upchae_list .thumbnail .list_up{
	top: 5px;
    position: absolute;
    left: -5px;
	margin: 0 5px 0 7px;
    z-index: 1;
    padding: 5px;
    color: #fff;
	transform:translate(0,0);
	background: unset;
}

.upchae_hol_list .thumbnail .list_up{
	top: 5px;
    position: absolute;
    left: -5px;
	margin: 0 5px 0 7px;
    z-index: 1;
    padding: 5px;
    color: #fff;
	transform:translate(0,0);
	background: unset;
}

.upchae_list .thumbnail .list_up img, .upchae_hol_list .thumbnail .list_up img{
	width:70px;
	border-radius: 0;
}

.upchae_list .thumbnail .list_new{
    top: 5px;
    position: absolute;
    right: 5px;
    margin: 0 5px 0 7px;
    z-index: 1;
    padding: 5px;
    transform: translate(0,0);
    background: unset;
}

.upchae_hol_list .thumbnail .list_new{
    top: 5px;
    position: absolute;
    right: 5px;
    margin: 0 5px 0 7px;
    z-index: 1;
    padding: 5px;
    transform: translate(0,0);
    background: unset;
}

.upchae_list .thumbnail .list_new img, .upchae_hol_list .thumbnail .list_new img{
	width:70px;
	border-radius: 0;
}

.upchae_list .thumbnail .list_hot{
	bottom: 5px;
    position: absolute;
    left: -5px;
	margin: 0 5px 0 7px;
    z-index: 1;
    padding: 5px;
	transform:translate(0,0);
	background: unset;
}

.upchae_hol_list .thumbnail .list_hot{
	bottom: 5px;
    position: absolute;
    left: -5px;
	margin: 0 5px 0 7px;
    z-index: 1;
    padding: 5px;
	transform:translate(0,0);
	background: unset;
}

.upchae_list .thumbnail .list_hot img, .upchae_hol_list .thumbnail .list_hot img{
	width:70px;
	border-radius: 0;
}

.upchae_list .video_title{
	font-size: 1.75em;
	color: #000;
}
.upchae_list .video_title2{
	font-size: 1.4em;
	color: #6f6f6f;
}

.upchae_list li:hover{
	color: #000 !important;
}

.upchae_list li:hover .video_title{
	color: #000 !important;
}

.upchae_list .video_sub_title{
	color: #000;
	font-size: .9em;
}


.upchae_hol_list .video_title{
	font-size: 1.75em;
	color: #000;
}
.upchae_hol_list .video_title2{
	font-size: 1.4em;
	color: #6f6f6f;
}

.upchae_hol_list li:hover{
	color: #000 !important;
}

.upchae_hol_list li:hover .video_title{
	color: #000 !important;
}

.upchae_hol_list .video_sub_title{
	color: #000;
	font-size: .9em;
}

@media (max-width: 450px) {
	.upchae_list .video_sub_title{
		font-size: .6em;
		line-height:0;
	}
	
	.upchae_hol_list .video_sub_title{
		font-size: .6em;
		line-height:normal;
	}
}

.upchae_list .video_sub_title p{
    margin: 5px 5px 5px 0;
}

.upchae_list .video_sub_title .round_btn span{
    background: #919191;
    border-radius: 10px;
    font-size: .8em;
    padding: 3px 10px;
    
}
.upchae_list .video_sub_title .round_btn img{
	width:20px;
}
.upchae_list.btn:hover{
	background:#000;
}

.upchae_list .btns {
	background:#ff153c;
	border:1px solid #ff153c;
	color:#fff
}
.upchae_list .btns:focus,.btns:hover {
	background:#797979;
	border:1px solid #797979!important;
	color:#fff
}

.upchae_list .btn_profile {
	background:#ff153c;
	border:1px solid #ff153c;
	color:#fff;
    font-size: .9rem;
	padding: 5px;
    width: 100%;
	margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}

.upchae_list .btn_tel {
	background:#50cd89;
	border:1px solid #50cd89;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: 100%;
	margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}

.upchae_list .btn_telegram {
	background:#00b2ff;
	border:1px solid #00b2ff;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: 100%;
    margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}

.upchae_detail_list .btn_tel {
	background:#50cd89;
	border:1px solid #50cd89;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: 100%;
	margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}

.upchae_detail_list .btn_telegram {
	background:#00b2ff;
	border:1px solid #00b2ff;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: 100%;
    margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}



.upchae_btns .btn_tel {
	background:#50cd89;
	border:1px solid #50cd89;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: 100%;
	margin-left: 1px;
    margin-right: 1px;
}

.upchae_btns .btn_telegram {
	background:#00b2ff;
	border:1px solid #00b2ff;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: 100%;
    margin-left: 1px;
    margin-right: 1px;
}


.upchae_hol_list .video_sub_title p{
    margin: 3px 5px 3px 0;
}

.upchae_hol_list .video_sub_title .round_btn span{
    background: #919191;
    border-radius: 10px;
    font-size: .8em;
    padding: 3px 10px;
    
}
.upchae_hol_list .video_sub_title .round_btn img{
	width:20px;
}
.upchae_hol_list.btn:hover{
	background:#000;
}

.upchae_hol_list .btns {
	background:#ff153c;
	border:1px solid #ff153c;
	color:#fff
}
.upchae_hol_list .btns:focus,.btns:hover {
	background:#797979;
	border:1px solid #797979!important;
	color:#fff
}

.upchae_hol_list .btn_profile {
	background:#ff153c;
	border:1px solid #ff153c;
	color:#fff;
    font-size: .9rem;
	padding: 5px;
    width: auto;
	margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}

.upchae_hol_list .btn_tel {
	background:#50cd89;
	border:1px solid #50cd89;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: auto;
	margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}

.upchae_hol_list .btn_telegram {
	background:#00b2ff;
	border:1px solid #00b2ff;
	color:#fff;
	font-size: .9rem;
    padding: 5px;
	width: auto;
    margin-left: 1px;
    margin-right: 1px;
	border-radius: 10px;
}

@media(max-width:992px) {
	.upchae_list .thumbnail .list_up img, .upchae_hol_list .thumbnail .list_up img{
		width:35px;
	}
	
	.upchae_list .video_title{
		font-size: 1.1em;
		color: #000;
	}
	.upchae_list .video_title2{
		font-size: 1.0em;
		color: #6f6f6f;
	}
	.upchae_list .video_sub_title .round_btn span{
		font-size: .6rem;
		padding: 3px 5px;
	}

	.upchae_list .video_sub_title p{
		font-size: .8rem;
	}

	.upchae_list .btn_profile {
		font-size: .9rem;
		width: 100%;
		height: 30px;
		line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}

	.upchae_list .btn_tel {
		font-size: .9rem;
		width: 100%;
		height: 30px;
		line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}

	.upchae_list .btn_telegram {
		font-size: .9rem;
		width: 100%;
		height: 30px;
		line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}
	
	.upchae_detail_list .btn_tel {
		font-size: .9rem;
		width: 100%;
		height: 30px;
		line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}

	.upchae_detail_list .btn_telegram {
		font-size: .9rem;
		width: 100%;
		height: 30px;
		line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}
	
	.upchae_list .video_sub_title .round_btn img{
		width:10px;
	}
	
	
	
	.upchae_hol_list .video_title{
		font-size: .9em;
		color: #000;
	}
	.upchae_hol_list .video_title2{
		font-size: .8em;
		color: #6f6f6f;
	}
	.upchae_hol_list .video_sub_title .round_btn span{
		font-size: .6rem;
		padding: 3px 5px;
	}

	.upchae_hol_list .video_sub_title p{
		font-size: .8rem;
	}

	.upchae_hol_list .btn_profile {
	    font-size: .9rem;
		width: 100%;
		height: 30px;
	    line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}

	.upchae_hol_list .btn_tel {
	    font-size: .9rem;
		width: 100%;
		height: 30px;
	    line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}

	.upchae_hol_list .btn_telegram {
	    font-size: .9rem;
		width: 100%;
		height: 30px;
	    line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}
	
	.upchae_detail_list .btn_tel {
	    font-size: .9rem;
		width: 100%;
		height: 30px;
	    line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}

	.upchae_detail_list .btn_telegram {
	    font-size: .9rem;
		width: 100%;
		height: 30px;
	    line-height: 25px;
		padding: 1px;
		margin-left:1px;
		margin-right:1px;
	}
	
	.upchae_list .thumbnail .list_up{
		top: -5px;
		position: absolute;
		left: -10px;
		margin: 0 5px 0 7px;
		z-index: 1;
		padding: 5px;
		color: #fff;
		transform:translate(0,0);
		background: unset;
	}

	.upchae_list .thumbnail .list_new{
		top: 0;
		position: absolute;
		right: 0;
		margin: 0 5px 0 7px;
		z-index: 1;
		padding: 5px;
		transform: translate(0,0);
		background: unset;
	}

	.upchae_list .thumbnail .list_hot{
		bottom: -5px;
		position: absolute;
		left: -10px;
		margin: 0 5px 0 7px;
		z-index: 1;
		padding: 5px;
		transform:translate(0,0);
		background: unset;
	}

	.upchae_hol_list .video_sub_title .round_btn img{
		width:10px;
	}
	
	.upchae_list .thumbnail .list_up img{
		width:40px;
	}
	
	..upchae_hol_list .thumbnail .list_up img{
		width:50px;
	}
	
	.upchae_list .thumbnail .list_new img{
		width:50px;
	}
	
	.upchae_hol_list .thumbnail .list_new img{
		width:60px;
	}
	
	.upchae_list .thumbnail .list_hot img{
		width:40px;
	}
	
	.upchae_hol_list .thumbnail .list_hot img{
		width:50px;
	}
}

.series_btn .series_btn_data.open{
	display:flex;
}
.series_btn .series_btn_data{
	display:none;
}
.series_btn button{
	width:60px;
}
.series_btn button.active{
	border: 1px #b3b3b3 solid;
    background: #737373;
}
body::-webkit-scrollbar {
	width:5px;
}
body::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
body::-webkit-scrollbar-track {
    background-color: grey;
}

#series_video::-webkit-scrollbar {
	width:5px;
}series_video
#series_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#series_video::-webkit-scrollbar-track {
    background-color: grey;
}

#recommend_video::-webkit-scrollbar {
	width:5px;
}
#recommend_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#recommend_video::-webkit-scrollbar-track {
    background-color: grey;
}

#japan_video::-webkit-scrollbar {
	width:5px;
}
#japan_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#japan_video::-webkit-scrollbar-track {
    background-color: grey;
}

#korea_video::-webkit-scrollbar {
	width:5px;
}
#korea_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#korea_video::-webkit-scrollbar-track {
    background-color: grey;
}

#english_video::-webkit-scrollbar {
	width:5px;
}
#english_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#english_video::-webkit-scrollbar-track {
    background-color: grey;
}

#xvideo_video::-webkit-scrollbar {
	width:5px;
}
#xvideo_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#xvideo_video::-webkit-scrollbar-track {
    background-color: grey;
}

#twitter_video::-webkit-scrollbar {
	width:5px;
}
#twitter_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#twitter_video::-webkit-scrollbar-track {
    background-color: grey;
}

#ani_video::-webkit-scrollbar {
	width:5px;
}
#ani_video::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#ani_video::-webkit-scrollbar-track {
    background-color: grey;
}

.play_list::-webkit-scrollbar {
	width:5px;
}
.play_list::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
.play_list::-webkit-scrollbar-track {
    background-color: grey;
}

.video_list>li {
	flex:0 0 50%;
	max-width:50%
}

.upchae_list>li {
	flex:0 0 49.3%;
	max-width:49.3%;
    margin: 1px;
    border: 3px #000 solid;
    border-radius: 25px;
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
.upchae_list>li:hover {
	border: 3px #898989 solid;
}

.upchae_hol_list>li {
	flex:0 0 100%;
	max-width:100%;
    margin: 1px;
    border: 3px #000 solid;
    border-radius: 25px;
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
.upchae_hol_list>li:hover {
	border: 3px #898989 solid;
}

.video_list .ellipsis_multiLine {
	-webkit-line-clamp:2;
	height:2.7rem
}
.ellipsis_txt {
	-webkit-box-orient:vertical;
	display:block;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
}
.play_list .ellipsis_multiLine,.video_list .ellipsis_multiLine {
	-webkit-box-orient:vertical;
	display:block;
	display:-webkit-box;
	font-size:.9rem;
	line-height:1.5;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all
}
.play_list .ellipsis_multiLine {
	-webkit-line-clamp:3;
	height:4.05rem
}
.video {
	padding-top:calc(100vw - 66vw);
	position:relative
}
.video>.col {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}

.video>#player {
	max-height: 573.8px;
}

.video>.col video {
	height:100% !important;
}
.video .video-js {
	background-color:#252525
}

.video_info {
	color:#fff
}
.video_info .title {
	font-size:1.2rem;
	font-weight:700;
	margin-bottom:0;
	padding:6px 15px;
	position:relative
}
.video_info .video_intro {
	overflow:hidden
}
.video_info .video_intro .board_content {
	color:#d4d4d4;
	display:none
}
.video_info .video_intro.open .btn_more {
	display:none
}
.video_info .video_intro.open .board_content {
	display:block
}
.video_info .rating {
	text-align:center
}
.video_info .rating.btn-group {
	align-items:center;
	background-color:#1d1d1d;
	border-radius:23px;
	height:40px;
	width:200px
}
.video_info .rating button {
	align-items:center;
	color:#fff;
	display:flex;
	justify-content:center;
	padding:0
}
.video_info .rating button svg {
	color:#fff
}
.video_info .rating button.active svg,.video_info .rating button:hover svg {
	color:#ff153c
}
.video_info .rating .divider {
	background-color:#696e7a;
	display:block;
	height:24px;
	width:1px
}
.right_content_col .play_list_top {
	border-bottom:1px solid #373737
}
.right_content_col .play_list_top>li {
	margin-top:-1px
}
.right_content_col .play_list_top>li .nav-link {
	background-color:transparent;
	border:none;
	border-bottom:2px solid transparent;
	color:#9b9b9b;
	padding:5px;
}
.right_content_col .play_list_top>li .nav-link.active {
	background-color:transparent;
	border-color:#fff;
	color:#fff
}
.right_content_col .play_list_top .title {
	color:#fff;
	font-size:1.5rem
}
.right_content_col .tab-content {
	background-color:#101010;
	height:auto;
	/*height:1a4vw;*/
	max-height:100%;
}
.right_content_col .tab-pane {
	height:100%;
	overflow:auto
}
.right_content_col .play_list {
	height:100%;
	overflow-y:auto
}
.right_content_col .play_list>.row {
	padding:.5rem 0
}
.right_content_col .play_list .number {
	font-size:1.1rem;
	max-width:37px;
	text-align:center
}
.right_content_col .play_list .thumbnail {
	max-width:170px
}
.right_content_col .play_list .thumbnail .img_centered {
	padding-top:56%
}
.right_content_col .play_list .thumbnail .img_centered_allance {
	padding-top:56%
}
.right_content_col .play_list .title {
	color:#fff
}
.right_content_col .play_list .sub {
	color:#878787
}
.right_content_col .play_list>.row.active {
	background-color:#1d1d1d
}
.right_content_col .video_list>li {
	flex:0 0 33.3%;
	max-width:33.3%
}
.dot-line{
	border: none;
	  border-top: 2px dotted #4f4f4f;
	  color: #fff;
	  background-color: #717171;
	  height: 1px;
	  width: 100%;
}
.upchae_content{
	width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    word-break: break-word;
}
.upchae_banner{
	width: 100%;
    height: auto;
}
.upchae_banner>div{
	margin-left:0;
	margin-right:0;
}
.upchae_list>li .thumbnail{
	border-radius: 22px 22px 0 0;
}
.upchae_list>li .thumbnail img{
	border-radius: 22px 22px 0 0;
}
.upchae_hol_list>li .thumbnail{
	border-radius: 22px 0 0 22px;
}
.upchae_hol_list>li .thumbnail img{
	border-radius: 22px 0 0 22px;
}

.upchae_list>li .list_info{
	padding-left:10px;
	padding-right:10px;
}
@media(min-width:992px) {
	.video_list>li {
		flex:0 0 16%;
		max-width:16%
	}
	.upchae_list>li{
		flex:0 0 24.8%;
		max-width:24.8%;
	}
	.upchae_hol_list>li{
		flex:0 0 100%;
		max-width:100%;
		display:flex;
	}
	.upchae_hol_list>li .thumbnail{
		width:24%;
	}
	.upchae_hol_list>li .list_info{
		width:75%;
		margin-left:20px;
	}
	
	.right_content_col .tab-content {
		height:49vw;
		max-height:800px
	}
	.right_content_col .video_list .thumbnail {
		flex:0 0 51.67%
	}
	.right_content_col .video_list .video_title {
		flex:1 1 auto;
		margin-top:0;
		padding-left:.5rem;
		padding-right:.5rem
	}
	
}
.notice_list li {
	background-color:#1e242d
}
.notice_list li .card-title {
	color:#fff
}
.notice_list li .ellipsis_multiLine {
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	display:block;
	display:-webkit-box;
	font-size:1.1rem;
	height:4.95rem;
	line-height:1.5;
	overflow:hidden;
	text-overflow:ellipsis
}
.notice_list li .card-footer small,.notice_list li .card-text {
	color:#8b939f
}
.notice_list li:hover .card-title {
	color:#ff153c
}
@media(min-width:992px) {
	.notice_list .col_img {
		max-width:400px
	}
}
.notice_view .notice_footer .prev_next,.notice_view .notice_header {
	background-color:#1e242d;
	border-bottom: 1px solid #3b3e48;
}
.notice_view .notice_body .notice_text {
	min-height:250px
}
@media(min-width:992px) {
	.notice_view .notice_body .notice_text {
		min-height:500px
	}
}
.contents_pagination .page-link {
	background-color:#1a1b25;
	border:none;
	border-radius:17px;
	color:#fff;
	font-size:.9rem;
	margin:0 3px;
	padding:.65rem .965rem
}
.contents_pagination .page-link:hover {
	background-color:#ff153c;
	border:none
}
.contents_pagination .page-item.disabled .page-link {
	background-color:#2c3542;
	border:none;
	border-radius:17px;
	color:#6a7079
}
.contents_pagination .fas {
	font-size:.9rem;
	line-height:.9rem
}
.contents_pagination .page-item.active .page-link {
	background-color:#ff153c;
	border:none;
	color:#fff
}
@media(min-width:992px) {
	.contents_pagination .page-link {
		border-radius:25px;
		font-size:1.1rem;
		margin:0 5px;
		padding:.913rem 1.297rem
	}
	.contents_pagination .page-item.disabled .page-link {
		border-radius:25px
	}
	.contents_pagination .fas {
		font-size:1.1rem;
		line-height:1.1rem
	}
}
.footer_swiper_wrap {
	background-color:#000000;
	font-size:1.1rem
}
.footer_swiper_wrap .title {
	color:#fff
}
.footer_swiper_wrap .footer_swiper {
	color:#d4d4d4;
	max-width:calc(100% - 100px);
	width:100%;
}
#footer .footer_inner {
	max-width:1000px;
	padding:27px 0
}
#footer .footer_link li {
	display:inline-block;
	font-size:0
}
#footer .footer_link li:not(:first-child):before {
	background:#8b939f;
	content:"";
	display:inline-block;
	height:10px;
	width:1px
}
#footer .footer_link li a {
	color:#878787;
	font-size:16px
}
#footer .copyright {
	color:#878787
}
.container-fluid.content {
	padding-left:30px;
	padding-right:30px
}
#app.non_scroll {
	height:100vh;
	overflow:hidden
}
.header_height {
	padding-top:50px
}
.content,.max_content {
	max-width:1600px
}
.content_col,.right_content_col {
	padding-left:15px;
	padding-right:15px;
	position:relative;
	width:100%
}
.right_content_col .banner_list {
	text-align:left!important
}
.main_top_banner {
	position:relative;
	width:100%
}
.main_top_banner>img {
	width:100%
}
.searchbar {
	background:#000;
	border:1px solid #878787;
	border-radius:5px
}
.searchbar>input {
	background-color:transparent;
	border:none;
	border-radius:0;
	color:#fff
}
.searchbar .form-control {
	height:38px
}
.searchbar .form-control:focus {
	background-color:transparent;
	color:#fff
}
.ad_banner,.common_list {
	position:relative
}
.banner_controller {
	display:flex;
	height:0;
	position:absolute;
	top:50%;
	width:100%;
	z-index:2
}
.banner_controller .banner_btn_next,.banner_controller .banner_btn_prev {
	color:#fff;
	cursor:pointer;
	height:30px;
	margin-top:-17px;
	position:absolute;
	text-align:center;
	top:50%;
	width:30px
}
.banner_controller .banner_btn_next svg,.banner_controller .banner_btn_prev svg {
	width:15px
}
.banner_controller .banner_btn_prev {
	left:0
}
.banner_controller .banner_btn_next {
	right:0
}
.main_title {
	color:#000;
	font-size:26px;
	word-break:break-all
}
.main_title .btn:hover {
	color:#000
}
.btn_wrap .btn_filter {
	white-space:nowrap
}
.btn_wrap .btn_filter svg {
	margin-top:-5px
}
.btn_wrap.show .btn_filter {
	color:#ff153c
}
.filter_menu {
	background:#e5e9f0;
	border:none;
	border-radius:5px;
	min-width:0;
	overflow:hidden;
	padding:0;
	width:100px
}
.filter_menu .dropdown-item {
	border-bottom:1px solid rgba(255,255,255,.1);
	color:#0a0a14;
	font-weight:100;
	padding:.5rem 1rem
}
.filter_menu .dropdown-item:focus,.filter_menu .dropdown-item:hover {
	background:#d8dee9;
	outline:none
}
.banner_list {
	display:flex;
	flex:0 0 93.3333333333%;
	flex-wrap:wrap;
	justify-content:center;
	max-width:100%
	max-width:93.3333333333%
}
.banner_list>.banner_item,.swiper-wrapper>.banner_item {
	max-width:50%;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	text-align:center
}
.login_wrap .form_control {
	height:62px
}
.login_wrap .password_eye {
	position:relative
}
.login_wrap .password_eye>.form-control {
	padding:1.1rem 3.5rem 1.1rem 1rem
}
.login_wrap .password_eye>i {
	color:#878787;
	position:absolute;
	right:17px;
	top:24px
}
.login_wrap .verifing_email>.form-control {
	padding:1.1rem 5rem 1.1rem 1rem
}
.login_wrap .verifing_email>.btn_verify {
	font-size:.9rem;
	height:42px;
	position:absolute;
	right:25px;
	top:13px
}
.login_wrap .input_check>input:first-child {
	margin:0;
	opacity:0;
	position:absolute!important
}
.login_wrap .input_check>label {
	color:#878787;
	cursor:pointer;
	display:inline-block;
	font-size:1.1rem;
	font-weight:400;
	line-height:20px;
	margin-bottom:0;
	min-height:20px;
	padding-left:29px!important;
	position:relative;
	vertical-align:top
}
.login_wrap .input_check>input:first-child+input[type=hidden]+label:before,.login_wrap .input_check>input:first-child+label:before {
	background-color:#535353;
	border-radius:50%;
	content:"";
	display:inline-block;
	height:20px;
	margin-left:-29px;
	position:absolute;
	width:20px
}
.login_wrap .input_check>input:first-child:checked+label:after {
	border:2px solid #fff;
	border-left:none;
	border-top:none;
	content:"";
	display:inline-block;
	height:10px;
	left:0;
	position:absolute;
	top:0;
	transform:translate(6.65px,4px) rotate(45deg);
	-ms-transform:translate(7.75px,4.5px) rotate(45deg);
	width:7px
}
.login_wrap .input_check>input:first-child:checked+label:before {
	background-color:#ff153c
}
.login_wrap .btn_link {
	color:#878787
}
.login_wrap .btn_link:hover {
	color:#878787;
	text-decoration:none
}
.login_wrap .btn_link.join:hover {
	color:#878787;
	text-decoration:none
}
.login_wrap .user_info {
	background-color:#212121;
	min-height:230px
}
.nav_pills {
	justify-content:center;
	margin-left:-10px
}
.nav_pills .nav_item {
	margin-left:10px
}
.nav_pills.item_2 .nav_item {
	max-width:180px;
	width:calc(50% - 10px)
}
.nav_pills.item_3 .nav_item {
	max-width:130px;
	width:calc(33.3% - 10px)
}
.nav_pills .nav-link {
	background-color:#393939;
	border:none;
	border-radius:3px;
	color:#fff;
	height:54px;
	width:100%
}
.nav_pills .nav-link.active,.nav_pills .show>.nav-link {
	background-color:#ff153c;
	color:#fff
}
.nav_tabs {
	border-bottom:1px solid #373737
}
.nav_tabs .nav-link {
	background-color:transparent;
	border:none;
	border-bottom:2px solid transparent;
	color:#9b9b9b;
	font-size:1rem
}
.nav_tabs .nav-link.active,.nav_tabs .nav_item.show .nav-link {
	border-color:#000;
	color:#000
}
.table_stripes>.col {
	border-top:1px solid #373737
}
.table_stripes>.col>.row {
	font-size:.9rem;
	padding:.6rem 0
}
.table_stripes .form_control {
	min-height:50.75px
}
.accordion {
	border-top:1px solid #373737
}
.accordion .item_category {
	background-color:#1d1d1d;
	color:#fff;
	padding:.4em 0
}
.accordion .collapse_item,.accordion .item_category {
	border-bottom:1px solid #373737
}
.accordion .collapse_item .item_header {
	color:#000;
	cursor:pointer;
	padding:.4rem 0
}
.accordion .collapse_item .item_header .date>i {
	transition:transform .2s linear
}
.accordion .collapse_item .item_header.collapsed .date>i {
	transform:rotate(180deg)
}
.accordion .collapse_item .item_body {
	border-top:1px solid #373737;
	color:#fff;
	padding:1.3rem 0
}
.accordion .collapse_item .item_answer {
	background-color:#1d1d1d;
	color:#d4d4d4;
	min-height:150px;
	padding:1.3rem 0
}
.accordion .collapse_item .item_answer .author {
	background-color:#277de2;
	border-radius:15px;
	color:#fff;
	display:inline-block;
	padding:.2rem .7rem
}
@media(min-width:992px) {
	.pc {
		display:block
	}
	.mobile {
		display:none
	}
	.float-right{
		float:right;
	}
	.page_title_h2 {
		font-size:2.7rem;
		font-weight:700
	}
	.page_title_h3 {
		font-size:1.7rem;
		font-weight:700
	}
	.content_col {
		flex-basis:0;
		flex-grow:1
	}
	.content_col.small {
		max-width:65%
	}
	.right_content_col {
		width:35%
	}
	.main_top_banner {
		height:500px;
		text-align:center
	}
	.main_top_banner>img {
		left:50%;
		margin-left:-960px;
		position:absolute;
		width:auto
	}
	.filter_menu {
		width:180px
	}
	.banner_list {
		flex-direction:row
	}
	.banner_list>.banner_item {
		max-width:20%
	}
	.banner_list>.long {
		max-width:100%
	}
	.banner_rolling {
		height: 130px;
		display: block;
		overflow: hidden;
	}
	.common_list .swiper {
		overflow:hidden
	}
	.nav_tabs .nav-link {
		font-size:1.5rem
	}
	.table_stripes>.col {
		border-top:1px solid #373737
	}
	.table_stripes>.col>.row {
		font-size:1.1rem;
		padding:1.5rem 0
	}
	.accordion,.accordion .collapse_item .item_body {
		border-top:none
	}
}
.board_content p {
	padding:.5rem 0
}
.text_main {
	color:#ff153c
}
.text_gray {
	color:gray
}
.pd-0 {
	padding:0;
}
.p-l0 {
	padding-left:0;
}
.p-r0 {
	padding-right: 0;
}

.p-b0 {
	padding-bottom: 0;
}

.p-t0 {
	padding-top: 0;
}

.p-t1 {
	padding-top: 1px;
}

.p-t2 {
	padding-top: 2px;
}

.p-t3 {
	padding-top: 3px;
}

.p-t4 {
	padding-top: 4px;
}

.p-t5 {
	padding-top: 5px;
}

.p-t6 {
	padding-top: 6px;
}

.p-t7 {
	padding-top: 7px;
}

.p-t8 {
	padding-top: 8px;
}

.p-t9 {
	padding-top: 9px;
}

.p-t1 {
	padding-top: 10px;
}

.wp-100{
	width:100px;
}
.color-white{
	color:white;
}
.color-black{
	color:black;
}
.color-yellow{
	color: #ffe03f;
}
.color-red{
	color: #ff3434;
}
.font_10px{
	font-size:10px;
}
.font_11px{
	font-size:11px;
}
.font_12px{
	font-size:12px;
}
.sub_category{
	margin:5px auto;
}
.category_btn{
	background: #A55EDB;
    border-radius: 5px;
    margin: 2px auto;
    color: #fff;
    font-size: 10px;
    font-family: "LINESeedKR-Bd";
    width: 5.5%;
    height: 30px;
}
.m-view_info{
	display:flex;
	align-items: center;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
	flex: 0 0 33%;
    max-width: 33%;
}
@media(max-width:992px) {
	.category_btn{
		width: 15.5%;
		height: 30px;
		padding:5px;
	}
	.area_menu a {
		width:46.5%;
	}
	.area_sub_menu a {
		width:46.5%;
	}
	
	.upchae_hol_list>li{
		flex:0 0 100%;
		max-width:100%;
		display:flex;
	}
	
	.upchae_hol_list>li .thumbnail{
		width:50%;
	    border-radius: 22px 0 0 22px;
	}
	.upchae_hol_list>li .thumbnail img{
	    border-radius: 22px 0 0 22px;
	}
	
	.upchae_hol_list>li .list_info{
		width:50%;
	    padding: 5px;
	}
	
	.m-none{
		display:none;
	}
	
	.m-view{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.m-view_info{
		display:flex;
	    align-items: center;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.m-view_info>div{
		flex: unset;
		max-width: unset;
		padding-left: 5px;
		padding-right: 5px;
		width: auto;
	}
	.m-view_info>div.td_name:before {
		content: " ";
	    margin-left: -13px;
	}
	.m-view_info>div:before {
		content: " / ";
		color: #ddd;
		padding-right: 5px;
	}
}

.area_menu{
	display: block;
	padding:5px;
	background: #2b2b2b;
	background: #ffffff;
    border: 1px #cfcfcf solid;
}

.area_menu span{
	margin:5px;
    line-height: 25px;
	color: #818181;
}
.area_menu span.active{
	color:#ff2e2e;
}

.area_menu span:hover{
	color:#fb6f6f;
}
.area2{
	display:none;
}
.sub_area{
	display:none;
}
.area_sub_menu{
	display: none;
	padding: 5px;
    background: #ffffff;
    border: 1px #cfcfcf solid;
}

.area_sub_menu span{
	margin:5px;
    line-height: 25px;
	color: #818181;
}

.area_sub_menu span.active{
	color:#ff2e2e;
}

.area_sub_menu span:hover{
	color:#fb6f6f;
}


@media(max-width:992px) {
	.banner_list>.middle {
		max-width: 100% !important;
	}
	.floating_banner{
		display:none;
	}
}
.profile iframe{
	background:#fff;
}

.floating_banner{
	width: 100%;
	z-index:0;
}
.left_banner{
    float:left;
	margin-left: -400px;
    margin-top: 10px;
}

.right_banner{
    float:right;
	margin-right: -400px;
    margin-top: 10px;
}
.banner_data{
	margin-bottom:1px;
}

.board_free_sub_menu_btn{
    background: #e3e3e3;
    font-size: .9rem;
}
@media(max-width:992px) {
	.board_free_sub_menu_btn{
		background: #e3e3e3;
		font-size: .8rem;
		padding: 5px;
	}
	.baord_view_free img{
		width: -webkit-fill-available;
	}
	.board_free_write_btn{
		font-size: .8em;
	}
}
.bg-white{
	background:#fff;
}
.review_info{
	display:flex;
	flex-direction: column;
	padding:0;
}
.align-items-center{
	align-items:center;
}

.boardfree .add_btn{
	height: 55px;
	font-size: .9em;
}
.upchae_comment_popup .add_btn {
    height: 55px;
	font-size: .9em;
}

.upchae_review_popup .add_btn{
	height: 100px;
	font-size: .9em;
}

.upchae_detail_list .add_btn {
    height: 55px;
	font-size: .9em;
}

.w100{
	width:100%;
}

.review_btn .btn{
	margin:2px auto;
}
.review_btn .btn a{
	color:#fff;
}