@charset "utf-8";

.main-visual {
	width: 100vw;
}
.main-visual > video {
	width: 100%;
}
.main-visual_img {
	position: relative;
	width: 100vw;
}
.main-visual_img > img {
	width: 100%;
}
.main-visual_img .btn_main_temp {
	display: block;
	position: absolute;
	top: 58%;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 40px;
	border-radius: 40px;
	background: #0366c1;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}
.indexNotice {
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	padding:0 5%;
}
.indexNoticePadding{
	padding: 5%;
	background-color: rgba(0, 0, 0, 0.6);
}

.indexNotice_title {
	display: flex;
	align-items: center;
	width: 100%;
}
.indexNotice_title > div {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	border-radius: 50%;
	background: #d8d8d8;
}
.indexNotice_title > div > .noticeImg {
	display: block;
	width: 25px;
	height: 25px;
	margin: 5px auto 0;
	border-radius: 50%;
	background: url('/mobile/images/main/notice_img.png') no-repeat, #d8d8d8;
	background-size: contain;
	background-position: 50% 50%;
}
.indexNotice_title > p {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
} 
.indexNotice ul {
	width: 100%;
	margin-top: 15px;
}
.indexNotice ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
.indexNotice ul li:last-of-type a {
	border-bottom: none;
}
.indexNotice ul li a .noticeTitle{
	display: block;
	overflow: hidden;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.indexNotice ul li a .noticeIcon {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url('/mobile/images/main/icon/icon_go.png') no-repeat, transparent;
	background-size: contain;
	background-position: 50% 50%;
}

/*   이미지 배너   */
.indexNotice_dark {
	position: absolute;
	top: 56%;
	left: 0;
	width: 100%;
	padding:0 5%;
}
.indexNotice_title_dark {
	display: flex;
	align-items: center;
	width: 100%;
}
.indexNotice_title_dark > div {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	border-radius: 50%;
	background: #d8d8d8;
}
.indexNotice_title_dark > div > .noticeImg {
	display: block;
	width: 25px;
	height: 25px;
	margin: 5px auto 0;
	border-radius: 50%;
	background: url('/mobile/images/main/notice_img.png') no-repeat, #d8d8d8;
	background-size: contain;
	background-position: 50% 50%;
}
.indexNotice_title_dark > p {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
} 
.indexNotice_dark ul {
	width: 100%;
	margin-top: 15px;
}
.indexNotice_dark ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #000000;
	color: #000000;
}
.indexNotice_dark ul li:last-of-type a {
	border-bottom: none;
}
.indexNotice_dark ul li a .noticeTitle{
	display: block;
	overflow: hidden;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.indexNotice_dark ul li a .noticeIcon {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url('/mobile/images/main/icon/icon_go_dark.png') no-repeat, transparent;
	background-size: contain;
	background-position: 50% 50%;
}

/*   광고배너   */
.sponsorBannerArea {
	width: 100%;
}
.sponsor_banner_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
}
.btn_ad_prev {
	width: 40px;
	height: 40px;
	background: url('/images/button/btn_ad_prev.png') no-repeat 20% 0;
}
.btn_ad_next {
	width: 40px;
	height: 40px;
	background: url('/images/button/btn_ad_next.png') no-repeat 80% 0;
}
.ad_slide_wrap {
	position: relative;
	width: calc( 100vw - 200px );
	overflow-x: hidden;
}
.ad_slide_ul {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
.ad_slide {
	width: calc( 100vw - 200px );
}