@charset "UTF-8";
html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "Pretendard-R", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
	color: #0B0B0B;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

img {
	border: 0;
	vertical-align: top;
}

.blind {
	overflow: hidden !important;
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
}

textarea {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	resize: none;
}

ul, ol {
	list-style: none;
}

em, address {
	font-style: normal;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

table {
	width: 100%;
	table-layout: fixed;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	text-decoration: none;
}

hr, legend {
	display: none;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

strong {
	font-weight: normal;
}

@font-face {
	font-family: "Pretendard-Black";
	src: url("../webfont/Pretendard/Pretendard-Black.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-Black.woff") format("woff"), url("../webfont/Pretendard/Pretendard-Black.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-EB";
	src: url("../webfont/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../webfont/Pretendard/Pretendard-ExtraBold.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-B";
	src: url("../webfont/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-Bold.woff") format("woff"), url("../webfont/Pretendard/Pretendard-Bold.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-SB";
	src: url("../webfont/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-SemiBold.woff") format("woff"), url("../webfont/Pretendard/Pretendard-SemiBold.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-M";
	src: url("../webfont/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-Medium.woff") format("woff"), url("../webfont/Pretendard/Pretendard-Medium.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-R";
	src: url("../webfont/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-Regular.woff") format("woff"), url("../webfont/Pretendard/Pretendard-Regular.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-L";
	src: url("../webfont/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-Light.woff") format("woff"), url("../webfont/Pretendard/Pretendard-Light.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-EL";
	src: url("../webfont/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-ExtraLight.woff") format("woff"), url("../webfont/Pretendard/Pretendard-ExtraLight.otf") format("opentype");
}
@font-face {
	font-family: "Pretendard-T";
	src: url("../webfont/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../webfont/Pretendard/Pretendard-Thin.woff") format("woff"), url("../webfont/Pretendard/Pretendard-Thin.otf") format("opentype");
}
body {
	background-color: #fff;
	min-width: 370px;
}

.wrap {
	background-color: #fff;
}
.wrap.inapp {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}
.wrap.inapp .header {
	max-width: 720px;
	margin: 0 auto;
}
.wrap.inapp .gnb_wrap {
	max-width: 720px;
	margin: 0 auto;
}
.wrap.inapp .gnb_wrap .gnb_header {
	max-width: 720px;
}
.wrap.inapp .spot .bg_video {
	max-width: 720px;
}
.wrap.type_dark_browser .spot.home .inner .text_area h2 {
	color: #000;
}
.wrap.type_dark_browser .spot.home .inner .text_area .subtitle {
	color: rgba(0, 0, 0, 0.8);
}

.inner {
	width: 335px;
	margin: 0 auto;
}

.banner_area {
	height: 75px;
    display: none;

}

.banner_area .inner {
	width: 375px;
	height: 75px;
	margin: 0 auto;
    position: relative;
}
.banner_area .inner img {
    position: absolute;
    top: 0;
    height: 75px;
    left: 50%;
    transform: translate(-50%);
    max-height: 75px;
    max-width: 100%;
}
.banner_area + .spot .header.scroll {
	top: -1px;
}

.header {
	position: fixed;
	top: -1px;
	left: 0;
	right: 0;
	height: 58px;
	z-index: 10000;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.header .header_inner {
	position: relative;
	width: auto;
}
.header .logo {
	padding: 18px 0 0 25px;
	overflow: hidden;
}
.header .logo a {
	display: block;
	width: 148px;
	height: 21px;
	background: url(../im/header_logo.svg) 0 0 no-repeat;
	color: transparent;
}
.header .gnb_btn {
	display: block;
	position: absolute;
	top: 13px;
	right: 17px;
	width: 29px;
	height: 29px;
	background: url(../im/gnb_hamburger_btn.svg) 0 0 no-repeat;
}
.header.none {
	display: none;
}
.header.scroll {
	background-color: #fff;
	top: -1px;
}

.gnb_wrap {
	display: none;
	position: fixed;
	top: -1px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10000;
	overflow-y: scroll;
}
.gnb_wrap .gnb_header {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 58px;
	background-color: #fff;
	z-index: 100;
}
.gnb_wrap .gnb_header .logo {
	padding: 18px 0 0 25px;
}
.gnb_wrap .gnb_header .logo a {
	display: block;
	width: 160px;
	height: 25px;
	background: url(../im/header_logo.svg) 0 0 no-repeat;
	color: transparent;
}
.gnb_wrap .gnb_header .close {
	display: block;
	position: absolute;
	top: 1px;
	right: 4px;
	width: 55px;
	height: 55px;
	background: url(../im/gnb_close_btn.svg) center center no-repeat;
}
.gnb_wrap .gnb_inner {
	position: relative;
	width: auto;
	height: 100%;
	min-height: 630px;
	margin: 5px 25px 0 25px;
	padding-top: 56px;
}
.gnb_wrap .menu_area .menu_list > li + li {
	border-top: 1px solid rgba(52, 52, 52, 0.1);
}
.gnb_wrap .menu_area .menu_list > li:last-of-type {
	border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}
.gnb_wrap .menu_list li.gnb .title_area::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 16px;
	height: 16px;
	background-image: url(../im/sp-mo_ico.png#header_menu_btn_arr);
	background-repeat: no-repeat;
	background-position: -354px -85px;
	background-size: 375px auto;
	content: "";
}
.gnb_wrap .menu_list li.gnb.open .title_area::after {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.gnb_wrap .menu_list li.gnb.open .submenu_area {
	display: block;
}
.gnb_wrap .menu_list li .title_area {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	padding: 20px 0;
}
.gnb_wrap .menu_list li .title_area .title {
	font-family: "Pretendard-B", sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
}
.gnb_wrap .menu_list li .submenu_area {
	display: none;
	padding-bottom: 35px;
}
.gnb_wrap .menu_list li .submenu_area .sub_content + .sub_content {
	margin-top: 35px;
}
.gnb_wrap .menu_list li .submenu_area .category_live {
	display: block;
	width: 101px;
	height: 15px;
	margin-bottom: 15px;
	background: url(../im/gnb_prism_livestudio.svg);
}
.gnb_wrap .menu_list li .submenu_area .category_lens {
	display: block;
	width: 66px;
	height: 15px;
	margin-bottom: 15px;
	background: url(../im/gnb_prism_lens.svg);
}
.gnb_wrap .menu_list li .submenu_area .sub_list li a {
	display: block;
	padding: 5px 0;
	font-size: 19px;
	line-height: 22px;
}
.gnb_wrap .menu_list li .submenu_area .sub_list li + li {
	margin-top: 10px;
}
.gnb_wrap .lang_select {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 25px;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}
.gnb_wrap .lang_select .select_btn {
	position: relative;
}
.gnb_wrap .lang_select .select_btn .lang {
	display: block;
	width: 100%;
	padding: 0 0 0 15px;
	height: 51px;
	line-height: 51px;
}
.gnb_wrap .lang_select .select_btn .lang[aria-selected=false] {
	display: none;
}
.gnb_wrap .lang_select .arr_btn {
	position: absolute;
	padding: 20px;
	top: 5px;
	right: 10px;
}
.gnb_wrap .lang_select .arr_btn::before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background-image: url(../im/sp-mo_ico.png#header_menu_btn_arr);
	background-repeat: no-repeat;
	background-position: -354px -85px;
	background-size: 375px auto;
	content: "";
}
.gnb_wrap .lang_select.open .select_btn .lang[aria-selected=false] {
	display: block;
}

.spot {
	height: 530px;
	overflow: hidden;
}
.spot .bg_video {
	overflow: hidden;
	position: absolute;
	height: 530px;
	width: 100%;
}
.spot .inner {
	position: relative;
}
.spot .spot_video {
	width: 100%;
	min-height: 530px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	-o-object-fit: cover;
	   object-fit: cover;
}
.spot .contents_area {
	padding: 85px 0 0 0;
}
.spot .contents_area .top_text {
	display: block;
	margin-bottom: 5px;
	color: transparent;
}
.spot .contents_area .title {
	font-family: "Pretendard-B", sans-serif;
	font-size: 40px;
	line-height: 47px;
	color: #000;
	font-weight: normal;
}
.spot .contents_area .subtitle {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	opacity: 0.8;
}
.spot .btn_area {
	text-align: center;
	width: 325px;
	height: 63px;
	margin: 0 auto;
	color: #fff;
}
.spot .btn_area .download_btn {
	display: block;
	font-size: 0;
	height: 100%;
	background: url(../im/spot_app_down_btn.png) 0 0 no-repeat;
	background-size: 325px 63px;
}
.spot .info {
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #555;
}
.spot.home {
	position: relative;
}
.spot.home .header {
	position: absolute;
}
.spot.home .header.scroll {
	position: fixed;
}
.spot.home .spot_video {
	position: absolute;
	top: 50%;
	left: 0;
	min-width: 100%;
	height: 100%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -10;
}
.spot.home .inner {
	text-align: left;
	padding: 85px 0 0;
}
.spot.home .inner .text_area {
	padding: 0 0 0 5px;
	color: #000;
}
.spot.home .inner .text_area h2 {
	font-family: "Pretendard-B", sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 47px;
	opacity: 0;
}
.spot.home .inner .text_area .subtitle {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	opacity: 0;
}
.spot.home .btn_area {
	position: absolute;
	top: 424px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1000;
	border-radius: 999px;
	overflow: hidden;
	background-color: transparent;
}
.spot.home .btn_area .download_btn {
	font-size: 0;
	width: 325px;
	height: 63px;
	background: url(../im/spot_home_download_btn.png) 0 0 no-repeat #fff;
	background-size: 325px 63px;
}
.spot.home .swiper-pagination {
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 220px;
	height: 30px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-size: 0;
}
.spot.home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.spot.home .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 63px;
	cursor: pointer;
	margin: 0;
	background-color: transparent;
	opacity: 1;
}
.spot.home .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 1px;
}
.spot.home .swiper-pagination-bullet::after {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	height: 3px;
	width: 63px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.3);
	content: "";
}
.spot.home .swiper-pagination-bullet.active {
	background-color: transparent;
}
.spot.home .swiper-pagination-bullet.active::after {
	background-color: #fff;
	opacity: 1;
}
.spot.home .swiper-slide .title {
	opacity: 0;
}
.spot.home .swiper-slide .subtitle {
	opacity: 0;
}
.spot.home .swiper-slide-active .title {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.6s 0.15s forwards;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.6s 0.15s forwards;
}
.spot.home .swiper-slide-active .subtitle {
	opacity: 0.8;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.8s 0.15s forwards;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.8s 0.15s forwards;
}
.spot.lens {
	height: 697px;
}
.spot.lens .inner {
	position: relative;
}
.spot.lens .inner::after {
	display: block;
	position: absolute;
	top: 200px;
	left: -8px;
	width: 363px;
	height: 404px;
	background: url(../im/lens_spot.png) 0 0 no-repeat;
	background-size: 363px 404px;
	content: "";
}
.spot.lens .contents_area {
	padding: 91px 0 0 5px;
}
.spot.lens .contents_area .top_text {
	width: 78px;
	height: 17px;
	background: url(../im/top_text_lens.svg) 0 0 no-repeat;
}
.spot.lens .contents_area .title {
	font-size: 35px;
	line-height: 41px;
}
.spot.lens .btn_area {
	margin-top: 391px;
}
.spot.lens .btn_area .download_btn {
	background: url(../im/spot_app_down_btn2_v2.png) 0 0 no-repeat;
	background-size: 325px 63px;
}
.spot.desktop {
	height: 657px;
}
.spot.desktop .inner {
	position: relative;
}
.spot.desktop .inner::after {
	display: block;
	position: absolute;
	top: 216px;
	left: 17px;
	width: 337px;
	height: 282px;
	background: url(../im/desktop_spot.png) 0 0 no-repeat;
	background-size: 337px 282px;
	content: "";
}
.spot.desktop .contents_area {
	padding: 91px 0 0 5px;
}
.spot.desktop .contents_area .top_text {
	width: 84px;
	height: 17px;
	background: url(../im/top_text_desktop.svg) 0 0 no-repeat;
}
.spot.desktop .contents_area .title {
	font-size: 35px;
	line-height: 41px;
}
.spot.desktop .btn_area {
	margin-top: 345px;
}
.spot.desktop .btn_area .download_btn {
	background: url(../im/spot_app_down_btn2_v2.png) 0 0 no-repeat;
	background-size: 325px 63px;
}
.spot.mobile {
	height: 611px;
}
.spot.mobile .inner {
	position: relative;
}
.spot.mobile .contents_area {
	padding: 91px 0 0 10px;
}
.spot.mobile .contents_area .top_text {
	width: 75px;
	height: 17px;
	background: url(../im/top_text_mobileapp.svg) 0 0 no-repeat;
}
.spot.mobile .contents_area .title {
	font-size: 35px;
	line-height: 41px;
}
.spot.mobile .img_area {
	width: 343px;
	height: 275px;
	margin: 8px 0 0 17px;
}
.spot.mobile .img_area img {
	width: 100%;
	height: auto;
}
.spot.mobile .logo_if_design_award_2020 {
	position: absolute;
	top: 460px;
	right: 21px;
}
.spot.mobile .logo_if_design_award_2020 img {
	width: 125px;
	height: 25px;
}
.spot.mobile .btn_area {
	margin-top: 62px;
}

/* Home */
.main_text_area {
	overflow: hidden;
	word-break: keep-all;
}
.main_text_area .subtitle {
	display: block;
	margin-bottom: 5px;
	color: transparent;
}
.main_text_area .title {
	display: block;
	font-family: "Pretendard-B", sans-serif;
	font-size: 29px;
	line-height: 38px;
	color: #0B0B0B;
}
.main_text_area .text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 23px;
	color: #555;
}
.main_text_area .more_btn {
	display: inline-block;
	margin-top: 10px;
	font-family: "Pretendard-B", sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.main_text_area .more_btn::after {
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 0 -2px;
	width: 20px;
	height: 20px;
	background-image: url(../im/sp-mo_ico.png#arrow_up_right);
	background-repeat: no-repeat;
	background-position: -329px -85px;
	background-size: 375px auto;
	content: "";
}

[lang=en] .product_wrap .product_list .product_area.mobile .go_btn {
	background: url(../im/product_btn_PRISM_Live_Studio_en.png);
	background-size: 396px 160px;
}
[lang=en] .product_wrap .product_list .product_area.desktop .go_btn {
	background: url(../im/product_btn_PRISM_Live_Studio_02_en.png);
	background-size: 396px 160px;
}
[lang=en] .product_wrap .product_list .product_area.lens .go_btn {
	background: url(../im/product_btn_PRISM_Live_Studio_03_en.png);
	background-size: 396px 160px;
}

.product_wrap {
	padding: 50px 0 0;
}
.product_wrap .main_text_area .text {
	margin-top: 15px;
}
.product_wrap .product_list {
	height: 517px;
}
.product_wrap .product_list .slick-track .slick-slide .btn_area {
	display: none;
}
.product_wrap .product_list .slick-track .slick-slide.slick-current .btn_area {
	display: block;
}
.product_wrap .product_list .product_area {
	position: relative;
	width: 100%;
	height: 517px;
	max-width: 1200px;
}
.product_wrap .product_list .product_area img {
	margin: 0 auto;
}
.product_wrap .product_list .product_area.mobile .img_area {
	position: relative;
	width: 420px;
	height: 337px;
	margin: 12px auto 0;
}
.product_wrap .product_list .product_area.mobile .img_area .bg {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 354px;
}
.product_wrap .product_list .product_area.mobile .img_area .image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 354px;
}
.product_wrap .product_list .product_area.mobile .go_btn {
	background: url(../im/product_btn_PRISM_Live_Studio.png);
	background-size: 396px 160px;
}
.product_wrap .product_list .product_area.desktop .img_area {
	position: relative;
	width: 420px;
	height: 283px;
	margin: 16px auto 0;
}
.product_wrap .product_list .product_area.desktop .img_area .bg {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 354px;
}
.product_wrap .product_list .product_area.desktop .img_area .image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 354px;
}
.product_wrap .product_list .product_area.desktop .go_btn {
	background: url(../im/product_btn_PRISM_Live_Studio_02.png);
	background-size: 396px 160px;
}
.product_wrap .product_list .product_area.lens .img_area {
	position: relative;
	width: 420px;
	height: 283px;
	margin: 14px auto 0;
}
.product_wrap .product_list .product_area.lens .img_area .bg {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 354px;
}
.product_wrap .product_list .product_area.lens .img_area .image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 354px;
}
.product_wrap .product_list .product_area.lens .go_btn {
	background: url(../im/product_btn_PRISM_Live_Studio_03.png);
	background-size: 396px 160px;
}
.product_wrap .product_list .product_area .btn_area {
	position: absolute;
	left: 50%;
	bottom: 71px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.product_wrap .product_list .product_area .btn_area.show_up {
	-webkit-animation: show_up 0.3s linear forwards;
	        animation: show_up 0.3s linear forwards;
}
.product_wrap .product_list .product_area .btn_area.hide_up {
	-webkit-animation: hide_up 0.3s linear forwards;
	        animation: hide_up 0.3s linear forwards;
}
.product_wrap .product_list .product_area .go_btn {
	display: block;
	position: relative;
	width: 396px;
	height: 160px;
	margin: 0 auto;
}
@-webkit-keyframes show_up {
	0% {
		-webkit-transform: translate(-50%, 60px);
		        transform: translate(-50%, 60px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		opacity: 1;
	}
}
@keyframes show_up {
	0% {
		-webkit-transform: translate(-50%, 60px);
		        transform: translate(-50%, 60px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		opacity: 1;
	}
}
@-webkit-keyframes hide_up {
	0% {
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -60px);
		        transform: translate(-50%, -60px);
		opacity: 0;
	}
}
@keyframes hide_up {
	0% {
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -60px);
		        transform: translate(-50%, -60px);
		opacity: 0;
	}
}

.live_wrap {
	padding: 90px 0 0;
}
.live_wrap .content_area {
	margin-top: 40px;
}
.live_wrap .content_area > div a {
	display: block;
	height: 100%;
}
.live_wrap .content_area .text {
	text-align: center;
	font-family: "Pretendard-B", sans-serif;
	font-size: 25px;
	line-height: 32px;
}
.live_wrap .box_wrap {
	width: 335px;
	height: 335px;
	margin-top: 15px;
	font-size: 0;
}
.live_wrap .box1 {
	width: 335px;
	height: 335px;
	background: url(../im/home_live_bg1.png) 0 0 no-repeat;
	background-size: 335px 335px;
}
.live_wrap .box1 .text {
	padding-top: 40px;
	color: #fff;
}
.live_wrap .box2 {
	width: 335px;
	height: 335px;
	margin-top: 15px;
	background: url(../im/home_live_bg2.png) 0 0 no-repeat;
	background-size: 335px 335px;
}
.live_wrap .box2 .text {
	padding-top: 40px;
}
.live_wrap .box3 {
	width: 335px;
	height: 335px;
	margin-top: 15px;
	background: url(../im/home_live_bg3.png) 0 0 no-repeat;
	background-size: 335px 335px;
}
.live_wrap .box4 {
	display: inline-block;
	width: 160px;
	height: 160px;
	background: url(../im/home_live_bg4.png) 0 0 no-repeat;
	background-size: 160px 160px;
}
.live_wrap .box5 {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin-left: 15px;
	background: url(../im/home_live_bg5.png) 0 0 no-repeat;
	background-size: 160px 160px;
}
.live_wrap .box6 {
	width: 335px;
	height: 157px;
	margin-top: 15px;
	background: url(../im/home_live_bg6.png) 0 0 no-repeat;
	background-size: 335px 157px;
}
.live_wrap .box7 {
	width: 335px;
	height: 335px;
	margin-top: 15px;
	background: url(../im/home_live_bg7.png) 0 0 no-repeat;
	background-size: 335px 335px;
}
.live_wrap .box7 .text {
	padding-top: 150px;
}
.live_wrap .box8 {
	width: 335px;
	height: 335px;
	margin-top: 15px;
	background: url(../im/home_live_bg8.png) 0 0 no-repeat;
	background-size: 335px 335px;
}

.filters_wrap {
	padding-top: 90px;
}
.filters_wrap .filter_area {
	left: 0;
	right: 0;
	overflow: hidden;
	margin-top: 40px;
	white-space: nowrap;
	font-size: 0;
}
.filters_wrap .filter_area.reverse {
	margin-top: 15px;
}
.filters_wrap .filter_area.reverse .roller {
	animation-direction: reverse;
}
.filters_wrap .roller {
	min-width: 100%;
	font-size: 0;
	display: inline-block;
	padding-left: 20px;
}
.filters_wrap .roller.original {
	-webkit-animation: rollingleft1 125s linear infinite;
	        animation: rollingleft1 125s linear infinite;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
.filters_wrap .roller.clone {
	-webkit-animation: rollingleft2 125s linear infinite;
	        animation: rollingleft2 125s linear infinite;
}
.filters_wrap .roller > div {
	display: inline-block;
	width: 150px;
	height: 225px;
}
.filters_wrap .roller > div + div {
	margin-left: 20px;
}
.filters_wrap .roller .item1 {
	background: url(../im/home_effect_img01.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.filters_wrap .roller .item2 {
	background: url(../im/home_effect_img02.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.filters_wrap .roller .item3 {
	background: url(../im/home_effect_img03.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.filters_wrap .roller .item4 {
	background: url(../im/home_effect_img04.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.filters_wrap .roller .item5 {
	background: url(../im/home_effect_img05.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.filters_wrap .roller .item6 {
	background: url(../im/home_effect_img06.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.filters_wrap .roller .item7 {
	background: url(../im/home_effect_img07.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.filters_wrap .roller .item8 {
	background: url(../im/home_effect_img08.png) 0 0 no-repeat;
	background-size: 150px 225px;
}

.update_wrap {
	padding-top: 90px;
}
.update_wrap .update_list {
	margin-top: 35px;
}
.update_wrap .update_list li {
	width: 325px;
}
.update_wrap .update_list li.default_news {
    height: 224px;
    background: url(../im/img_pc_news_bg_error.png) 0 0 no-repeat;
    background-size: cover;
}
.update_wrap .update_list li + li {
	margin-top: 36px;
}
.update_wrap .update_list li .img_area {
	position: relative;
	width: 325px;
	height: 224px;
}
.update_wrap .update_list li .img_area .bg {
	width: 100%;
	height: 100%;
}
.update_wrap .update_list li .img_area .ico {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
}
.update_wrap .update_list li .img_area .error {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 325px;
	height: 224px;
	z-index: 100;
}
.update_wrap .update_list li:nth-child(1) .img_area .bg {
	background: url(../im/update_bg1.png) 0 0 no-repeat;
	background-size: 325px 224px;
}
.update_wrap .update_list li:nth-child(2) .img_area .bg {
	background: url(../im/update_bg2.png) 0 0 no-repeat;
	background-size: 325px 224px;
}
.update_wrap .update_list li:nth-child(3) .img_area .bg {
	background: url(../im/update_bg3.png) 0 0 no-repeat;
	background-size: 325px 224px;
}
.update_wrap .update_list li a {
	display: block;
}
.update_wrap .update_list li .info_area {
	padding-top: 15px;
	font-family: "Pretendard-B", sans-serif;
}
.update_wrap .update_list li .info_area .title {
	font-size: 18px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.update_wrap .update_list li .info_area .more_btn {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 16px;
}
.update_wrap .update_list li .info_area .more_btn::after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../im/sp-mo_ico.png#arrow_up_right);
	background-repeat: no-repeat;
	background-position: -329px -85px;
	background-size: 375px auto;
	vertical-align: top;
	margin: -3px 0 0 0;
}

.review_wrap {
	padding: 90px 0;
}
.review_wrap .review_list {
	width: 335px;
	height: 395px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #F9F9F9;
}
.review_wrap .review_list .item {
	text-align: center;
	padding: 87px 20px 0;
}
.review_wrap .review_list .item .text {
	font-family: "Pretendard-SB", sans-serif;
	font-size: 20px;
	line-height: 27px;
	color: #000;
}
.review_wrap .review_list .item .user_profile {
	display: inline-block;
	margin-top: 35px;
	text-align: center;
}
.review_wrap .review_list .item .user_profile::after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 11px;
	background-image: url(../im/sp-mo_ico.png#review_profile_arr);
	background-repeat: no-repeat;
	background-position: -109px -143px;
	background-size: 375px auto;
	vertical-align: top;
	margin: 20px 0 0 4px;
}
.review_wrap .review_list .item .thumb {
	position: relative;
	display: block;
	overflow: hidden;
	width: 44px;
	height: 44px;
	margin: 0 auto;
}
.review_wrap .review_list .item .thumb img {
	width: 44px;
	height: 44px;
}
.review_wrap .review_list .item .thumb::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	content: "";
}
.review_wrap .review_list .item .user_id {
	display: inline-block;
	vertical-align: top;
	padding: 17px 0 0 0;
	font-family: "Pretendard-M", sans-serif;
	font-size: 14px;
	line-height: 16px;
}

/* Effect */
.effect_wrap {
	padding: 70px 0 0;
}
.effect_wrap .subtitle {
	width: 76px;
	height: 16px;
	background: url(../im/top_text_mask_effects.svg) 0 0 no-repeat;
}
.effect_wrap .ani_area {
	margin-top: 36px;
}
.effect_wrap .filter_area {
	left: 0;
	right: 0;
	overflow: hidden;
	margin-top: 40px;
	white-space: nowrap;
	font-size: 0;
}
.effect_wrap .filter_area.reverse {
	margin-top: 15px;
}
.effect_wrap .filter_area.reverse .roller {
	animation-direction: reverse;
}
.effect_wrap .roller {
	min-width: 100%;
	font-size: 0;
	display: inline-block;
	padding-left: 20px;
}
.effect_wrap .roller.original {
	-webkit-animation: rollingleft1 125s linear infinite;
	        animation: rollingleft1 125s linear infinite;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
.effect_wrap .roller.clone {
	-webkit-animation: rollingleft2 125s linear infinite;
	        animation: rollingleft2 125s linear infinite;
}
.effect_wrap .roller > div {
	display: inline-block;
	width: 150px;
	height: 225px;
}
.effect_wrap .roller > div + div {
	margin-left: 20px;
}
.effect_wrap .roller .item1 {
	background: url(../im/effect_img_01.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.effect_wrap .roller .item2 {
	background: url(../im/effect_img_02.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.effect_wrap .roller .item3 {
	background: url(../im/effect_img_03.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.effect_wrap .roller .item4 {
	background: url(../im/effect_img_04.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.effect_wrap .roller .item5 {
	background: url(../im/effect_img_05.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.effect_wrap .roller .item6 {
	background: url(../im/effect_img_06.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.effect_wrap .roller .item7 {
	background: url(../im/effect_img_07.png) 0 0 no-repeat;
	background-size: 150px 225px;
}
.effect_wrap .roller .item8 {
	background: url(../im/effect_img_08.png) 0 0 no-repeat;
	background-size: 150px 225px;
}

.sticker_wrap {
	padding: 90px 0 18px;
}
.sticker_wrap .subtitle {
	width: 47px;
	height: 16px;
	background: url(../im/top_text_stickers.svg) 0 0 no-repeat;
}
.sticker_wrap .video_area {
	margin: 41px auto 0;
	width: 335px;
	height: 335px;
	border-radius: 20px;
	overflow: hidden;
	background: url(../im/sticker_bg.png) 0 0 no-repeat;
	background-size: 335px 335px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.sticker_wrap .video_area .video {
	width: 335px;
	height: 335px;
}

.beauty_wrap {
	position: relative;
	height: 545px;
	padding: 90px 0 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
.beauty_wrap::after {
	display: block;
	position: absolute;
	top: 268px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 375px;
	height: 367px;
	background: url(../im/beauty_img.png) 0 0 no-repeat;
	background-size: 375px 367px;
	content: "";
}
.beauty_wrap .subtitle {
	width: 87px;
	height: 16px;
	background: url(../im/top_text_beauty_effects.svg) 0 0 no-repeat;
}

.avarta_wrap {
	position: relative;
	height: 690px;
	overflow: hidden;
	margin: 90px 0 0;
	padding: 70px 0 0;
}
.avarta_wrap .inner {
	position: relative;
}
.avarta_wrap .subtitle {
	width: 84px;
	height: 16px;
	background: url(../im/top_text_virtual_avarta.svg) 0 0 no-repeat;
}
.avarta_wrap .bg_area {
	width: 100%;
	min-width: 667px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.avarta_wrap .bg_area .bg {
	width: 100%;
	min-width: 667px;
	min-height: 690px;
}
.avarta_wrap .video_area img {
	width: 342px;
	height: auto;
}

.filter_wrap {
	position: relative;
	height: 523px;
	padding: 90px 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.filter_wrap::after {
	display: block;
	position: absolute;
	top: 295px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 375px;
	height: 318px;
	background: url(../im/filter_img.png) 0 0 no-repeat;
	background-size: 375px 318px;
	content: "";
}
.filter_wrap .subtitle {
	width: 36px;
	height: 16px;
	background: url(../im/top_text_filters.svg) 0 0 no-repeat;
}

.new_effect_wrap {
    display: none;
	padding: 0 0 90px 0;
}
.new_effect_wrap .effect_list {
	margin-top: 30px;
}
.new_effect_wrap .effect_list li {
	width: 335px;
	height: 124px;
}
.new_effect_wrap .effect_list li a {
	display: block;
	height: 100%;
}
.new_effect_wrap .effect_list li + li {
	margin-top: 15px;
}
.new_effect_wrap .effect_list li img {
	width: 335px;
	height: auto;
}

.section {
	padding-top: 70px;
	overflow: hidden;
}
.section .inner {
	position: relative;
}
.section .inner::after {
	display: block;
	position: absolute;
	content: "";
}
.section.type_gray {
	background-color: #F9F9F9;
}

/* Lens */
.lens_section_wrap .section .subtitle, .lens_section_wrap .section .title, .lens_section_wrap .section .text, .lens_section_wrap .section .dsc_ex,
.lens_section_wrap .section img {
	opacity: 0;
}
.lens_section_wrap .section.one {
	height: 592px;
}
.lens_section_wrap .section.one .subtitle {
	width: 116px;
	height: 16px;
	background: url(../im/top_text_virtual_background.svg) 0 0 no-repeat;
}
.lens_section_wrap .section.one .img_area {
	position: relative;
	width: 430px;
	height: 280px;
}
.lens_section_wrap .section.one .img_area .img1 {
	position: absolute;
	top: 0;
	left: -105px;
	width: 421px;
	height: 275px;
}
.lens_section_wrap .section.one .img_area .img2 {
	position: absolute;
	top: 204px;
	left: -22px;
	width: 348px;
	height: 77px;
}
.lens_section_wrap .section.one.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.lens_section_wrap .section.one.ani_effect01 .img2 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.lens_section_wrap .section.two {
	height: 630px;
}
.lens_section_wrap .section.two .subtitle {
	width: 87px;
	height: 16px;
	background: url(../im/top_text_beauty_effects.svg) 0 0 no-repeat;
}
.lens_section_wrap .section.two .img_area {
	position: relative;
	width: 417px;
	height: 297px;
}
.lens_section_wrap .section.two .img_area .img1 {
	position: absolute;
	top: 38px;
	left: 28px;
	width: 385px;
	height: 288px;
}
.lens_section_wrap .section.two .img_area .img2 {
	position: absolute;
	top: 70px;
	left: -7px;
	width: 150px;
	height: 265px;
}
.lens_section_wrap .section.two.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_05 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_05 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.lens_section_wrap .section.two.ani_effect01 .img2 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.lens_section_wrap .section.three {
	height: 645px;
}
.lens_section_wrap .section.three .subtitle {
	width: 58px;
	height: 16px;
	background: url(../im/top_text_web_cam.svg) 0 0 no-repeat;
}
.lens_section_wrap .section.three .img_area {
	position: relative;
	width: 506px;
	height: 330px;
}
.lens_section_wrap .section.three .img_area .img1 {
	position: absolute;
	top: 10px;
	left: -165px;
	width: 506px;
	height: 330px;
}
.lens_section_wrap .section.three .img_area .img2 {
	position: absolute;
	top: 248px;
	left: -95px;
	width: 399px;
	height: 106px;
}
.lens_section_wrap .section.three .img_area .img3 {
	position: absolute;
	top: 187px;
	left: 114px;
	width: 244px;
	height: 105px;
}
.lens_section_wrap .section.three.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.lens_section_wrap .section.three.ani_effect01 .img2 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.lens_section_wrap .section.three.ani_effect01 .img3 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.lens_section_wrap .section.four {
	height: 643px;
}
.lens_section_wrap .section.four .subtitle {
	width: 84px;
	height: 16px;
	background: url(../im/top_text_prism_mobile.svg) 0 0 no-repeat;
}
.lens_section_wrap .section.four .img_area {
	position: relative;
	width: 455px;
	height: 348px;
}
.lens_section_wrap .section.four .img_area .img1 {
	position: absolute;
	top: 0;
	left: 6px;
	width: 453px;
	height: 296px;
}
.lens_section_wrap .section.four .img_area .img2 {
	position: absolute;
	top: 59px;
	left: 5px;
	width: 161px;
	height: 289px;
}
.lens_section_wrap .section.four.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_05 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_05 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.lens_section_wrap .section.four.ani_effect01 .img2 {
	opacity: 1;
	-webkit-animation: ani_05 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_05 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.lens_section_wrap .section.ani_effect01 .subtitle {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.lens_section_wrap .section.ani_effect01 .title {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.lens_section_wrap .section.ani_effect01 .text {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.lens_section_wrap .section.ani_effect01 .dsc_ex {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.lens_section_wrap .section.ani_effect01 .more_btn {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}

/* Desktop */
.desktop_section_wrap .section {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
.desktop_section_wrap .section .subtitle, .desktop_section_wrap .section .title, .desktop_section_wrap .section .text, .desktop_section_wrap .section .dsc_ex,
.desktop_section_wrap .section img {
	opacity: 0;
}
.desktop_section_wrap .section.one {
	height: 566px;
}
.desktop_section_wrap .section.one .subtitle {
	width: 54px;
	height: 16px;
	background: url(../im/top_text_interface.svg) 0 0 no-repeat;
}
.desktop_section_wrap .section.one img {
	opacity: 1;
}
.desktop_section_wrap .section.two {
	height: 590px;
}
.desktop_section_wrap .section.two .subtitle {
	width: 72px;
	height: 16px;
	background: url(../im/top_text_multistream.svg) 0 0 no-repeat;
}
.desktop_section_wrap .section.two .img_area {
	position: relative;
	width: 429px;
	height: 247px;
	margin-top: 24px;
}
.desktop_section_wrap .section.two .img_area .img1 {
	position: absolute;
	top: 0;
	left: -92px;
	width: 390px;
}
.desktop_section_wrap .section.two .img_area .img2 {
	position: absolute;
	top: 33px;
	left: -114px;
	width: 429px;
}
.desktop_section_wrap .section.two .dsc_ex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 34px;
}
.desktop_section_wrap .section.two .dsc_ex li {
	text-align: center;
}
.desktop_section_wrap .section.two .dsc_ex li + li {
	margin-left: 70px;
}
.desktop_section_wrap .section.two .dsc_ex li em {
	font-size: 35px;
	line-height: 41px;
	font-family: "Pretendard-B", sans-serif;
}
.desktop_section_wrap .section.two .dsc_ex li span {
	display: block;
	font-size: 13px;
	color: #555;
	opacity: 0.7;
}
.desktop_section_wrap .section.two.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.desktop_section_wrap .section.two.ani_effect01 .img2 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.desktop_section_wrap .section.three {
	height: 630px;
	padding-bottom: 80px;
}
.desktop_section_wrap .section.three .subtitle {
	width: 107px;
	height: 16px;
	background: url(../im/top_text_variety_of_sources.svg) 0 0 no-repeat;
}
.desktop_section_wrap .section.three .img_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1706px;
	height: auto;
	margin-top: 33px;
	opacity: 1;
}
.desktop_section_wrap .section.three .img_area img {
	width: 1706px;
	height: auto;
	opacity: 1;
}
.desktop_section_wrap .section.three .img_area img + img {
	margin-left: 10px;
}
.desktop_section_wrap .section.three .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.desktop_section_wrap .section.three .swiper-slide:first-child {
	-webkit-animation: rolling_back_ta 30s linear infinite !important;
	animation: rolling_back_ta 30s linear infinite !important;
}
.desktop_section_wrap .section.three .swiper-slide + .swiper-slide {
	margin-left: 10px;
}
@-webkit-keyframes rolling_back_ta {
	100% {
		margin-left: -1706px;
	}
}
@keyframes rolling_back_ta {
	100% {
		margin-left: -1706px;
	}
}
.desktop_section_wrap .section.four {
	height: 460px;
	padding-bottom: 80px;
}
.desktop_section_wrap .section.four .subtitle {
	width: 50px;
	height: 16px;
	background: url(../im/top_text_stability.svg) 0 0 no-repeat;
}
.desktop_section_wrap .section.four .img_area {
	position: relative;
	margin-top: 12px;
}
.desktop_section_wrap .section.four .img_area .img1 {
	position: absolute;
	top: 171px;
	left: 24px;
	width: 131px;
}
.desktop_section_wrap .section.four .img_area .img2 {
	position: absolute;
	top: 0;
	left: -77px;
	width: 378px;
}
.desktop_section_wrap .section.four .img_area .img3 {
	position: absolute;
	top: 100px;
	left: 131px;
	width: 205px;
}
.desktop_section_wrap .section.four .img_area .img4 {
	position: absolute;
	top: 172px;
	left: 74px;
	width: 282px;
}
.desktop_section_wrap .section.four.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.desktop_section_wrap .section.four.ani_effect01 .img2 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.desktop_section_wrap .section.four.ani_effect01 .img3 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.desktop_section_wrap .section.four.ani_effect01 .img4 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.desktop_section_wrap .section.five {
	height: 450px;
	padding-bottom: 80px;
}
.desktop_section_wrap .section.five .subtitle {
	width: 87px;
	height: 16px;
	background: url(../im/top_text_prism_widget.svg) 0 0 no-repeat;
}
.desktop_section_wrap .section.five .img_area {
	position: relative;
}
.desktop_section_wrap .section.five .img_area .img1 {
	position: absolute;
	top: 3px;
	left: 8px;
	width: 413px;
}
.desktop_section_wrap .section.five.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.desktop_section_wrap .section.six {
	height: 480px;
	padding-bottom: 60px;
}
.desktop_section_wrap .section.six .subtitle {
	width: 89px;
	height: 16px;
	background: url(../im/top_text_drawing_mode.svg) 0 0 no-repeat;
}
.desktop_section_wrap .section.six .img_area {
	position: relative;
}
.desktop_section_wrap .section.six .img_area .img1 {
	position: absolute;
	top: 43px;
	left: -50px;
	width: 341px;
}
.desktop_section_wrap .section.six .img_area .img2 {
	position: absolute;
	top: 119px;
	left: 81px;
	width: 256px;
}
.desktop_section_wrap .section.six .img_area .img3 {
	position: absolute;
	top: 244px;
	left: -8px;
	width: 340px;
}
.desktop_section_wrap .section.six.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.desktop_section_wrap .section.six.ani_effect01 .img2 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.desktop_section_wrap .section.six.ani_effect01 .img3 {
	opacity: 1;
	-webkit-animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_04 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.desktop_section_wrap .section.seven {
	height: 600px;
}
.desktop_section_wrap .section.seven .subtitle {
	width: 58px;
	height: 16px;
	background: url(../im/top_text_live_chat.svg) 0 0 no-repeat;
}
.desktop_section_wrap .section.seven .img_area {
	position: relative;
}
.desktop_section_wrap .section.seven .img_area .img1 {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 263px;
}
.desktop_section_wrap .section.seven.ani_effect01 .img1 {
	opacity: 1;
	-webkit-animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
	        animation: ani_09 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.desktop_section_wrap .section.ani_effect01 .subtitle {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.desktop_section_wrap .section.ani_effect01 .title {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.desktop_section_wrap .section.ani_effect01 .text {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.desktop_section_wrap .section.ani_effect01 .dsc_ex {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.desktop_section_wrap .section.ani_effect01 .more_btn {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.desktop_section_wrap .live_list {
	width: 370px;
	margin: 0 auto;
	padding-top: 20px;
}
.desktop_section_wrap .live_list .item .img_area {
	width: 370px;
	height: 255px;
}
.desktop_section_wrap .live_list .item .img_area img {
	width: 100%;
	height: auto;
}

/* Mobile_app */
.mobile_section_wrap .function_wrap {
	padding: 70px 0 0;
}
.mobile_section_wrap .function_wrap .main_text_area {
	height: 176px;
	margin: 0 auto;
}
.mobile_section_wrap .function_wrap .function_list {
	height: 690px;
}
.mobile_section_wrap .function_wrap .item .img_area {
	width: 335px;
	margin: 0 auto;
	margin-top: 35px;
}
.mobile_section_wrap .function_wrap .item .img_area img {
	width: 100%;
	height: auto;
}
.mobile_section_wrap .function_wrap .item.one .subtitle {
	width: 72px;
	height: 16px;
	background: url(../im/top_text_multistream.svg) 0 0 no-repeat;
}
.mobile_section_wrap .function_wrap .item.two .subtitle {
	width: 66px;
	height: 16px;
	background: url(../im/top_text_screencast.svg) 0 0 no-repeat;
}
.mobile_section_wrap .function_wrap .item.three .subtitle {
	width: 41px;
	height: 16px;
	background: url(../im/top_text_vtuber.svg) 0 0 no-repeat;
}
.mobile_section_wrap .function_wrap .item.three .img_area {
	margin-top: -3px;
}
.mobile_section_wrap .function_wrap .item.four .subtitle {
	width: 58px;
	height: 16px;
	background: url(../im/top_text_live_chat.svg) 0 0 no-repeat;
}
.mobile_section_wrap .function_wrap .info_area {
	margin-top: 35px;
}
.mobile_section_wrap .function_wrap .info_area .info_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.mobile_section_wrap .function_wrap .info_area .info_list li + li {
	margin-top: 25px;
}
.mobile_section_wrap .function_wrap .info_area .info_list li .title {
	display: block;
	font-family: "Pretendard-B", sans-serif;
	font-size: 16px;
	line-height: 19px;
}
.mobile_section_wrap .function_wrap .info_area .info_list li .title .num {
	font-size: 30px;
	line-height: 35px;
}
.mobile_section_wrap .function_wrap .info_area .info_list li .title .num + .num::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: top;
	margin: 17px 10px 0 6px;
	border-radius: 50%;
	background-color: #0B0B0B;
	opacity: 0.2;
	content: "";
}
.mobile_section_wrap .function_wrap .info_area .info_list li .text {
	display: block;
	white-space: nowrap;
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #A5A5A5;
}
.mobile_section_wrap .section {
	padding-bottom: 80px;
}
.mobile_section_wrap .section.one .subtitle {
	width: 93px;
	height: 16px;
	background: url(../im/top_text_camera_modes.svg) 0 0 no-repeat;
}
.mobile_section_wrap .section.two .subtitle {
	width: 93px;
	height: 16px;
	background: url(../im/top_text_camera_effects.svg) 0 0 no-repeat;
}
.mobile_section_wrap .section.three .subtitle {
	width: 87px;
	height: 16px;
	background: url(../im/top_text_animated_text.svg) 0 0 no-repeat;
}
.mobile_section_wrap .section.four .subtitle {
	width: 59px;
	height: 16px;
	background: url(../im/top_text_mystudio.svg) 0 0 no-repeat;
}
.mobile_section_wrap .section.five .subtitle {
	width: 51px;
	height: 16px;
	background: url(../im/top_text_connect.svg) 0 0 no-repeat;
}
.mobile_section_wrap .section.five .img_area {
	width: 310px;
}
.mobile_section_wrap .section.six .subtitle {
	width: 81px;
	height: 16px;
	background: url(../im/top_text_video_editing.svg) 0 0 no-repeat;
}
.mobile_section_wrap .section .more_btn {
	margin-top: 20px;
}
.mobile_section_wrap .section .more_btn::after {
	margin: 2px 0 0 3px;
	width: 12px;
	height: 11px;
	background-image: url(../im/sp-mo_ico.png#go_arrow);
	background-repeat: no-repeat;
	background-position: -92px -143px;
	background-size: 375px auto;
}
.mobile_section_wrap .section .subtitle, .mobile_section_wrap .section .title, .mobile_section_wrap .section .text, .mobile_section_wrap .section .dsc_ex, .mobile_section_wrap .section .more_btn,
.mobile_section_wrap .section img {
	opacity: 0;
}
.mobile_section_wrap .section .img_area {
	width: 190px;
	height: 405px;
	margin: 30px auto 0;
}
.mobile_section_wrap .section .img_area img {
	width: 100%;
	height: auto;
	opacity: 0;
}
.mobile_section_wrap .section.ani_effect01 .subtitle {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.mobile_section_wrap .section.ani_effect01 .title {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.mobile_section_wrap .section.ani_effect01 .text {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.mobile_section_wrap .section.ani_effect01 .dsc_ex {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.mobile_section_wrap .section.ani_effect01 .more_btn {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.mobile_section_wrap .section.ani_effect01 img {
	opacity: 1;
	-webkit-animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
	        animation: ani_01 cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}

.faq_wrap {
	padding: 80px 0;
}
.faq_wrap .main_text_area .text {
	margin-top: 15px;
}
.faq_wrap .faq_area {
	margin-top: 50px;
}
.faq_wrap .faq_list li {
	border-bottom: 1px solid #ccc;
}
.faq_wrap .faq_list li.open .question_area::after {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.faq_wrap .faq_list li.open .question_area .title {
	font-family: "Pretendard-SB";
	text-indent: -10px;
}
.faq_wrap .faq_list li.open .question_area .title::before {
	display: inline-block;
	width: 3px;
	height: 3px;
	vertical-align: top;
	margin: 8px 7px 0 0;
	border-radius: 50%;
	background-color: #000;
	content: "";
}
.faq_wrap .faq_list li.open .answer_area {
	display: block;
}
.faq_wrap .faq_list li.open .answer_area .faq-link {
	text-decoration: underline;
}
.faq_wrap .faq_list li.open .answer_area em {
	font-family: "Pretendard-B";
}
.faq_wrap .faq_list li:first-of-type {
	border-top: 1px solid #ccc;
}
.faq_wrap .faq_list li .question_area {
	position: relative;
	display: block;
	width: 100%;
	padding: 23px 0 20px 0;
	text-align: left;
}
.faq_wrap .faq_list li .question_area::after {
	display: block;
	position: absolute;
	top: 23px;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url(../im/sp-mo_ico.png#faq_btn_arr);
	background-repeat: no-repeat;
	background-position: -279px -85px;
	background-size: 375px auto;
	content: "";
}
.faq_wrap .faq_list li .title {
	display: block;
	margin-right: 28px;
	padding-left: 10px;
	text-indent: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #0b0b0b;
}
.faq_wrap .faq_list li .answer_area {
	display: none;
	position: relative;
	margin: 0 0 30px 10px;
	padding: 0 0 0 22px;
}
.faq_wrap .faq_list li .answer_area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #f1f97a;
}
.faq_wrap .faq_list li .text {
	font-size: 14px;
	line-height: 20px;
}

.footer {
	padding: 40px 0 0;
	background-color: #0D0D0D;
	color: #F9F9F9;
}
.footer .top_area {
	position: relative;
	height: 33px;
	padding: 9px 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer .logo {
	display: block;
	width: 145px;
	height: 15px;
	background-image: url(../im/sp-mo_ico.png#footer_logo);
	background-repeat: no-repeat;
	background-position: -165px -61px;
	background-size: 375px auto;
	color: transparent;
}
.footer .lang_select_wrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.footer .lang_select_wrap.open .lang_select {
	height: auto;
}
.footer .lang_select_wrap.open .lang_select .selected_btn::after {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.footer .lang_select_wrap.open .lang_select .lang_list {
	display: block;
}
.footer .lang_select {
	overflow: hidden;
	position: relative;
	width: 110px;
	height: 33px;
}
.footer .lang_select .selected_btn {
	width: 110px;
	border-radius: 2px;
	background-color: #343434;
}
.footer .lang_select .selected_btn button {
	display: block;
	padding: 0 15px;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 33px;
	color: #fff;
}
.footer .lang_select .selected_btn::after {
	display: block;
	position: absolute;
	top: 11px;
	right: 15px;
	content: "";
	width: 13px;
	height: 11px;
	background-image: url(../im/sp-mo_ico.png#footer_lang_arr);
	background-repeat: no-repeat;
	background-position: -360px -111px;
	background-size: 375px auto;
}
.footer .lang_select .lang_list {
	display: none;
	margin-top: 2px;
	border-radius: 2px;
	overflow: hidden;
	background-color: #343434;
}
.footer .lang_select .lang_list li a {
	display: block;
	text-align: left;
	padding: 8px 0 6px 15px;
	font-size: 14px;
	color: #fff;
}
.footer .lang_select .lang_list li:last-of-type a {
	padding: 6px 0 8px 15px;
}
.footer .lang_select .lang_list li:hover {
	background: #555555;
}
.footer .menu_list {
	margin-top: 30px;
}
.footer .menu_list .menu {
	border-bottom: 1px solid rgba(52, 52, 52, 0.5);
}
.footer .menu_list .menu .title_area {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 20px 0;
}
.footer .menu_list .menu .title_area .title {
	font-family: "Pretendard-B", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #F9F9F9;
}
.footer .menu_list .menu .title_area::after {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 16px;
	height: 16px;
	background-image: url(../im/sp-mo_ico.png#footer_menu_arr);
	background-repeat: no-repeat;
	background-position: -131px -191px;
	background-size: 375px auto;
	content: "";
}
.footer .menu_list .menu.open .title_area {
	padding: 20px 0 10px;
}
.footer .menu_list .menu.open .title_area::after {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.footer .menu_list .menu.open .sub_list {
	display: block;
}
.footer .sub_list {
	display: none;
	padding: 0 0 15px;
	text-align: left;
}
.footer .sub_list li a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	opacity: 0.6;
}
.footer .info_area {
	overflow: hidden;
	padding: 18px 0 20px;
	color: #666666;
	text-align: left;
}
.footer .info_area .notice {
	padding-bottom: 15px;
}
.footer .info_area .notice span {
	font-size: 13px;
	line-height: 35px;
}
.footer .info_area .notice span.bold {
	font-family: "Pretendard-B", sans-serif;
}
.footer .info_area .notice span + span::before {
	display: inline-block;
	width: 1px;
	height: 13px;
	vertical-align: top;
	margin: 11px 10px 0 6px;
	background-color: #343434;
	content: "";
}
.footer .info_area .copyright {
	float: left;
	margin-top: 10px;
	font-size: 13px;
}
.footer .info_area .sns {
	float: right;
}
.footer .info_area .sns .youtube a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(../im/sp-mo_ico.png#footer_ico_youtube);
	background-repeat: no-repeat;
	background-position: 0px -246px;
	background-size: 375px auto;
	color: transparent;
}
.footer .info_area .sns .discord {
	margin-left: 5px;
}
.footer .info_area .sns .discord a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(../im/sp-mo_ico.png#footer_ico_discord);
	background-repeat: no-repeat;
	background-position: -40px -246px;
	background-size: 375px auto;
	color: transparent;
}

@-webkit-keyframes ani_01 {
	from {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes ani_01 {
	from {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes ani_01_2 {
	from {
		opacity: 0;
	}
	to {
		display: block;
		opacity: 1;
	}
}
@keyframes ani_01_2 {
	from {
		opacity: 0;
	}
	to {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes ani_02 {
	from {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@keyframes ani_02 {
	from {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes ani_03 {
	from {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}
	to {
		opacity: 0.7;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@keyframes ani_03 {
	from {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}
	to {
		opacity: 0.7;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes ani_04 {
	from {
		opacity: 0;
		transform: translateX(-300px);
		-webkit-transform: translateX(-300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@keyframes ani_04 {
	from {
		opacity: 0;
		transform: translateX(-300px);
		-webkit-transform: translateX(-300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@-webkit-keyframes ani_05 {
	from {
		opacity: 0;
		transform: translateX(300px);
		-webkit-transform: translateX(300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@keyframes ani_05 {
	from {
		opacity: 0;
		transform: translateX(300px);
		-webkit-transform: translateX(300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@-webkit-keyframes ani_09 {
	from {
		opacity: 0;
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@keyframes ani_09 {
	from {
		opacity: 0;
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes rollingleft1 {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes rollingleft1 {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes rollingleft2 {
	0% {
		-webkit-transform: translateX(-200%);
		        transform: translateX(-200%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes rollingleft2 {
	0% {
		-webkit-transform: translateX(-200%);
		        transform: translateX(-200%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes ani_moving {
	from {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes ani_moving {
	from {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
[lang=en] .live_wrap .box3 {
	background: url(../im/live_en_txtbg1.png) 0 0 no-repeat;
	background-size: 335px 335px;
}
[lang=en] .live_wrap .box4 {
	background: url(../im/live_en_txtbg2.png) 0 0 no-repeat;
	background-size: 160px 160px;
}
[lang=en] .live_wrap .box5 {
	background: url(../im/live_en_txtbg3.png) 0 0 no-repeat;
	background-size: 160px 160px;
}
[lang=en] .live_wrap .box6 {
	background: url(../im/live_en_txtbg4.png) 0 0 no-repeat;
	background-size: 335px 157px;
}
[lang=en] .live_wrap .box7 .text {
	font-size: 23px;
}
[lang=en] .live_wrap .box8 {
	width: 335px;
	height: 366px;
	background: url(../im/live_en_txtbg5.png) 0 0 no-repeat;
	background-size: 335px 366px;
}
[lang=en] .sticker_wrap {
	padding: 90px 0 0;
}
[lang=en] .filter_wrap {
	height: 567px;
}
[lang=en] .filter_wrap::after {
	top: 339px;
}
[lang=en] .avarta_wrap .video_area {
	margin-top: -24px;
}
[lang=en] .spot.desktop .contents_area .title {
	font-size: 33px;
}
[lang=en] .spot.desktop .btn_area {
	margin-top: 304px;
}
[lang=en] .desktop_section_wrap .section.two {
	height: 691px;
}
[lang=en] .desktop_section_wrap .section.six {
	height: 540px;
}
[lang=en] .desktop_section_wrap .section.seven {
	height: 643px;
}
[lang=en] .mobile_section_wrap .function_wrap .function_list {
	height: 660px;
}
[lang=en] .mobile_section_wrap .function_wrap .info_area {
	margin-top: 25px;
}
[lang=en] .lens_section_wrap .section:nth-child(1) {
	height: 657px;
}
[lang=en] .lens_section_wrap .section:nth-child(3) {
	height: 694px;
}

.withdraw_wrap {
	min-width: auto;
	text-align: center;
}
.withdraw_wrap .main_title {
	display: block;
	margin: 100px auto 0;
	text-align: center;
}
.withdraw_wrap .main_title::before {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 69px;
	background-image: url(../im/sp-mo_ico.png#withdraw_prism_logo);
	background-repeat: no-repeat;
	background-position: 0px -85px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .main_title .text {
	display: block;
	margin: 10px auto 0;
	width: 210px;
	height: 27px;
	background-image: url(../im/sp-mo_ico.png#withdraw_prism_logo_text);
	background-repeat: no-repeat;
	background-position: -165px 0px;
	background-size: 375px auto;
}
.withdraw_wrap .sub_title {
	font-family: "Pretendard-R";
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: rgba(34, 34, 34, 0.65);
	margin-top: 12px;
}
.withdraw_wrap .account_list {
	margin-top: 25px;
}
.withdraw_wrap .account_list li a {
	display: block;
	position: relative;
	width: 224px;
	height: 42px;
	margin: 0 auto;
	padding-left: 2px;
	border-radius: 30px;
	border: 1px solid #E0E0E0;
	background: #F6F6F6;
}
.withdraw_wrap .account_list li a .text {
	font-family: "Pretendard-M";
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #020107;
}
.withdraw_wrap .account_list li + li a {
	margin-top: 12px;
}
.withdraw_wrap .account_list li.naver a::before {
	display: block;
	position: absolute;
	top: 6px;
	left: 13px;
	width: 28px;
	height: 28px;
	background-image: url(../im/sp-mo_ico.png#signin_naver_ico);
	background-repeat: no-repeat;
	background-position: -133px -286px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .account_list li.facebook a::before {
	display: block;
	position: absolute;
	top: 6px;
	left: 13px;
	width: 28px;
	height: 28px;
	background-image: url(../im/sp-mo_ico.png#signin_facebook_ico);
	background-repeat: no-repeat;
	background-position: -67px -286px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .account_list li.google a::before {
	display: block;
	position: absolute;
	top: 6px;
	left: 13px;
	width: 28px;
	height: 28px;
	background-image: url(../im/sp-mo_ico.png#signin_google_ico);
	background-repeat: no-repeat;
	background-position: -100px -286px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .account_list li.twitch a::before {
	display: block;
	position: absolute;
	top: 6px;
	left: 13px;
	width: 28px;
	height: 28px;
	background-image: url(../im/sp-mo_ico.png#signin_twitch_ico);
	background-repeat: no-repeat;
	background-position: -34px -286px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .login_area {
	width: 224px;
	margin: 16px auto 0;
}
.withdraw_wrap .login_area .login_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.withdraw_wrap .login_area .login_list li {
	position: relative;
}
.withdraw_wrap .login_area .login_list li a {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #E0E0E0;
	background: #F6F6F6;
}
.withdraw_wrap .login_area .login_list li.line a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background-image: url(../im/sp-mo_ico.png#new_load_line);
	background-repeat: no-repeat;
	background-position: -158px -246px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .login_area .login_list li.whale a::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background-image: url(../im/sp-mo_ico.png#new_load_whale);
	background-repeat: no-repeat;
	background-position: -119px -246px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .login_area .login_list li.mail a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background-image: url(../im/sp-mo_ico.png#new_load_mail);
	background-repeat: no-repeat;
	background-position: -80px -246px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .inner {
	width: auto;
	max-width: 430px;
	padding: 40px 25px 25px;
}
.withdraw_wrap .top_area {
	padding: 0 0 20px;
	border-bottom: 1px solid #EAEAEA;
}
.withdraw_wrap .top_area .logo {
	width: 200px;
	height: 25px;
	background-image: url(../im/sp-mo_ico.png#withdraw_wrap_top_logo);
	background-repeat: no-repeat;
	background-position: -165px -31px;
	background-size: 375px auto;
}
.withdraw_wrap .top_area .logo a {
	display: block;
	height: 100%;
}
.withdraw_wrap .contents {
	text-align: left;
}
.withdraw_wrap .contents .title {
	display: block;
	margin-top: 30px;
	font-family: "Pretendard-B";
	font-size: 18px;
	line-height: 22px;
	color: #222;
}
.withdraw_wrap .contents .input_wrap {
	margin-top: 20px;
}
.withdraw_wrap .contents .input_wrap + .input_wrap {
	margin-top: 18px;
}
.withdraw_wrap .contents .input_wrap.error .noti_area .text {
	display: block;
}
.withdraw_wrap .contents .input_wrap.error .input_area[type=password] {
	border: 1px solid #FF273B;
}
.withdraw_wrap .contents .input_wrap .input_title {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #222;
}
.withdraw_wrap .contents .input_wrap .input_box {
	position: relative;
}
.withdraw_wrap .contents .input_wrap .input_area {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background-color: #F0F0F0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 37px 0 9px;
	font-size: 12px;
	line-height: 14px;
	color: #222;
}
.withdraw_wrap .contents .input_wrap .input_area:focus {
	outline: none;
}
.withdraw_wrap .contents .input_wrap .view_ico {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	background: url(../im/reset_ico_view.png) no-repeat;
	background-size: 20px 40px;
	background-position: 0 0;
	cursor: pointer;
}
.withdraw_wrap .contents .input_wrap .view_ico.active {
	background-position: 0 -20px;
}
.withdraw_wrap .contents .input_wrap .noti_area {
	height: 24px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.withdraw_wrap .contents .input_wrap .noti_area .text {
	display: none;
	font-size: 12px;
	line-height: 14px;
	color: #FF273B;
}
.withdraw_wrap .bottom_area .pw_link {
	display: inline-block;
	margin-top: 40px;
	font-size: 13px;
	line-height: 15px;
	text-decoration: underline;
	color: #555555;
}
.withdraw_wrap .bottom_area .noti_text {
	margin-top: 31px;
	font-size: 12px;
	line-height: 15px;
	color: #555555;
}
.withdraw_wrap .bottom_area .login_btn {
	display: block;
	height: 50px;
	margin-top: 16px;
	border-radius: 5px;
	background-color: #EAEBED;
	text-align: center;
}
.withdraw_wrap .bottom_area .login_btn .text {
	font-family: "Pretendard-B";
	font-size: 15px;
	line-height: 50px;
	color: #BCBDBF;
}
.withdraw_wrap .bottom_area .login_btn.active {
	background-color: #EFFC35;
}
.withdraw_wrap .bottom_area .login_btn.active .text {
	color: #020107;
}
.withdraw_wrap .top_text {
	padding: 20px 0 15px;
	font-family: "Pretendard-M";
	font-size: 15px;
	line-height: 17px;
	color: #222;
}
.withdraw_wrap .notice_box {
	padding: 20px;
	border-radius: 4px;
	background-color: #F6F6F6;
}
.withdraw_wrap .notice_box .text {
	font-size: 12px;
	line-height: 17px;
	color: #222;
}
.withdraw_wrap .notice_box .dot_list li {
	position: relative;
	padding-left: 15px;
	font-size: 12px;
	line-height: 17px;
	color: #222;
}
.withdraw_wrap .notice_box .dot_list li::before {
	display: block;
	position: absolute;
	top: 6px;
	left: 7px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #222;
	content: "";
}
.withdraw_wrap .checkbox_wrap {
	margin-top: 28px;
	font-size: 0;
}
.withdraw_wrap .checkbox_wrap input[type=checkbox] {
	display: none;
}
.withdraw_wrap .checkbox_wrap .check {
	font-size: 14px;
	line-height: 16px;
}
.withdraw_wrap .checkbox_wrap .check::before {
	display: inline-block;
	margin: -4px 10px 0 0;
	vertical-align: top;
	width: 25px;
	height: 25px;
	background-image: url(../im/sp-mo_ico.png#ico_input_checkbox);
	background-repeat: no-repeat;
	background-position: -102px -214px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .checkbox_wrap input[type=checkbox]:checked + .check::before {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../im/sp-mo_ico.png#ico_input_checked);
	background-repeat: no-repeat;
	background-position: -330px -111px;
	background-size: 375px auto;
	content: "";
}
.withdraw_wrap .checkbox_wrap + .login_btn {
	margin-top: 12px;
}
.withdraw_wrap .checkbox_wrap + .login_btn + .login_btn {
	margin-top: 12px;
}
.withdraw_wrap .error_logo {
	padding-top: 150px;
}
.withdraw_wrap .error_logo a {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 80px;
	background-image: url(../im/sp-mo_ico.png#error_logo);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 375px auto;
}
.withdraw_wrap .bar {
	display: block;
	width: 20px;
	height: 1px;
	margin: 50px auto 51px;
	background-color: #222;
}
.withdraw_wrap .error_text {
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	line-height: 23px;
	color: #222;
}

[lang=en] .withdraw_wrap .account_list li.facebook a {
	padding-left: 18px;
}