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

body,
button,
input,
select,
table,
textarea {
	font-family: 'SF-UI-Display-R','AppleSDGothicNeo',Helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}

button,
input,
a {
	cursor: pointer;
}

/* input 기본 스타일 초기화 */
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
	display: none;
}

fieldset,
img,
button {
	border: 0;
}

ol,
ul {
	list-style: none;
}

address,
em {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
}

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

/* border-radius */
/* box-sizing */
/* ellipsis */
/* clear */
/* absolute_zero */
/* fixed_zero */
/* background-size */
@font-face {
	font-family: 'SF-UI-Display-B';
	src: url("../font/sf_ui_display/SF-UI-Display-Bold.otf") format("otf"), url("../font/sf_ui_display/SF-UI-Display-Bold.woff") format("woff"), url(../font/sf_ui_display/SF-UI-Display-Bold.ttf) format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: 'SF-UI-Display-M';
	src: url("../font/sf_ui_display/SF-UI-Display-Medium.otf") format("otf"), url("../font/sf_ui_display/SF-UI-Display-Medium.woff") format("woff"), url(../font/sf_ui_display/SF-UI-Display-Medium-Bold.ttf) format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: 'SF-UI-Display-R';
	src: url("../font/sf_ui_display/SF-UI-Display-Regular.otf") format("otf"), url("../font/sf_ui_display/SF-UI-Display-Regular.woff") format("woff"), url(../font/sf_ui_display/SF-UI-Display-Regular.ttf) format("truetype");
	font-weight: 300;
}

body {
	background-color: #000;
}

/* wrap */
.wrap {
	overflow: hidden;
	width: 100%;
	min-width: 320px;
}

.content {
	word-break: keep-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.header_navi {
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #000;
}

.tab_content {
	padding-top: 53px;
}

.tab_content .tab_box {
	display: none;
	color: #fff;
}

.tab_content .tab_box.active {
	display: block;
}

/* header */
.header {
	position: relative;
	margin-top: 44px;
}

.header .title {
	padding: 15px 0;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.header .close_btn {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 28px;
	background: url("../img/icon_close_btn.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

/* tab */
.tab_area .tab_list {
	display: flex;
	border-bottom: 1px solid #111;
}

.tab_area .tab_list .tab_item {
	flex: 1;
}

.tab_area .tab_list .tab_item.active .tab_text {
	position: relative;
	color: #fff;
}

.tab_area .tab_list .tab_item.active .tab_text:before {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	height: 2px;
	background-color: #4f00ff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
}

.tab_area .tab_list .tab {
	width: 100%;
	background-color: transparent;
	height: 53px;
}

.tab_area .tab_list .tab_text {
	display: inline-block;
	vertical-align: top;
	color: #626262;
	font-size: 16px;
	line-height: 53px;
}

/* content */
.content_wrap {
	padding: 0 20px;
}

.content_wrap .content_item .item {
	position: relative;
	width: 100%;
	padding: 21px 33px 22px 2px;
	line-height: 22px;
	font-size: 16px;
	color: #e5e5e5;
	background-color: #000;
	text-align: left;
	border-bottom: 1px solid #111;
}

.content_wrap .content_item .item:before {
	content: '';
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	background: url("../img/icon_btn_arrow.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item.active {
	border-bottom: 0;
}

.content_wrap .content_item .item.active:before {
	transform: rotate(-180deg) translateY(50%);
}

.content_wrap .content_item .item.border_none {
	border-bottom: 0;
}

.content_wrap .content_item .item.border_none + .item_box.active {
	border-bottom: 0;
}

.content_wrap .content_item .item_box {
	display: none;
}

.content_wrap .content_item .item_box.active {
	border-bottom: 1px solid #111;
}

.content_wrap .content_item .item_box .item_detail {
	margin: 0 auto;
	width: 260px;
	text-align: center;
}

.content_wrap .content_item .item_box .icon_box {
	display: inline-block;
	vertical-align: top;
}

.content_wrap .content_item .item_box .icon {
	display: inline-block;
	vertical-align: top;
	width: 28px;
}

.content_wrap .content_item .item_box .icon.divide_align {
	background: url("../img/icon_divide_align.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.transition {
	background: url("../img/icon_transition.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.layer {
	background: url("../img/icon_layer.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.speed {
	background: url("../img/icon_speed.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.sticker {
	background: url("../img/icon_sticker.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.sound_export {
	background: url("../img/icon_sound_export.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.effect {
	background: url("../img/icon_effect.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.filter {
	background: url("../img/icon_filter.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.moz {
	background: url("../img/icon_moz.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.pip {
	background: url("../img/icon_pip.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.crop {
	background: url("../img/icon_crop.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.animation {
	background: url("../img/icon_animation.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.background {
	background: url("../img/icon_background.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .icon.thumb {
	background: url("../img/icon_thumb.png") no-repeat;
	height: 28px;
	background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
}

.content_wrap .content_item .item_box .detail_text {
	font-size: 13px;
	line-height: 19px;
	margin-top: 10px;
	color: #626262;
}

.content_wrap .content_item .item_box .video_area {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 16px 0 34px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 10;
}

.content_wrap .content_item .item_box .video_area .video {
	display: inline-block;
	vertical-align: top;
	width: 213px;
}

.content_wrap .tab_tite {
	padding: 34px 0 3px 2px;
	font-size: 13px;
	color: #626262;
}

.content_wrap .tab_tite.first_tab_title {
	padding: 24px 0 3px 2px;
}

.content_wrap .faq_sub_list {
	margin-top: 9px;
	font-size: 13px;
	line-height: 19px;
	color: #999;
}

.content_wrap .faq_sub_list .list_item {
	margin-top: 9px;
}

.content_wrap .faq_sub_list .list_item:first-child {
	margin-top: 0;
}

.content_wrap .faq_sub_list .list_title {
	font-family: 'SF-UI-Display-B';
}

.content_wrap .faq_sub_list .item_content {
	margin-top: 19px;
}

.content_wrap .faq_sub_list .item_content.type2 {
	margin-top: 0;
}

.content_wrap .faq_sub_list .item_content .detail_sub_list {
	margin-top: 0;
}

.content_wrap .faq_sub_list + .faq_text {
	margin-top: 13px;
}

.content_wrap .faq_text {
	font-size: 13px;
	line-height: 19px;
	color: #999;
}

.content_wrap .faq_text + .faq_text {
	margin-top: 19px;
}

.content_wrap .faq_text + .info {
	margin-top: 13px;
}

.content_wrap .faq_text.bullet {
	position: relative;
	padding-left: 9px;
}

.content_wrap .faq_text.bullet:before {
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
}

.content_wrap .faq_text.bullet + .faq_text.bullet {
	margin-top: 0;
}

.content_wrap .detail_content {
	padding: 0 0 22px 2px;
}

.content_wrap .info_list {
	margin-top: 13px;
}

.content_wrap .info_list .info_item {
	color: #999;
}

.content_wrap .contact_link {
	margin-top: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 9px 14px 8px;
	background-color: #222;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 11px;
	line-height: 13px;
	color: #999;
}

.content_wrap .faq_img_box {
	margin-top: 16px;
}

.content_wrap .faq_img {
	width: 213px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.content_wrap .faq_video {
	margin-top: 16px;
}

.content_wrap .faq_video .video {
	display: inline-block;
	vertical-align: top;
	width: 213px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.content_wrap .link {
	font-weight: 400;
	color: #005ab4;
}

.content_wrap .detail_sub_list {
	margin-top: 13px;
	color: #999;
}

.content_wrap .faq_btn_link {
	font-size: 13px;
	line-height: 19px;
	background-color: transparent;
	color: #005ab4;
}

.content_wrap .detail_sub_item .detail_sub_list {
	position: relative;
	padding-left: 20px;
}

.content_wrap .detail_sub_item .detail_sub_list .prefix {
	content: '-';
	position: absolute;
	top: 0;
	left: 10px;
}

/* footer */
.footer {
	padding: 34px 0 20px;
	text-align: center;
}

.footer .footer_text {
	font-size: 12px;
	line-height: 17px;
	color: #626262;
}

.footer .footer_link {
	margin-top: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 14px 24px;
	color: #999;
	font-size: 12px;
	letter-spacing: -0.28px;
	background-color: #222;
	border-radius: 22px;
	-webkit-border-radius: 22px;
}

/*# sourceMappingURL=faq.css.map */
