@charset "utf-8";
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.splitting .word,
.splitting .char {
    display: inline-block;
}
.splitting .char {
    position: relative;
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)));
    color: transparent;
}
.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
}
.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total));
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url(/wp-content/themes/rsupport-mobizen/assets/font/NotoSansKR-Regular.woff2) format("woff2"),
        url(/wp-content/themes/rsupport-mobizen/assets/font/NotoSansKR-Regular.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url(/wp-content/themes/rsupport-mobizen/assets/font/NotoSansKR-Bold.woff2) format("woff2"),
        url(/wp-content/themes/rsupport-mobizen/assets/font/NotoSansKR-Bold.woff) format("woff");
    font-display: swap;
}
* {
    -webkit-text_size-adjust: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    transition: all ease 0.5s;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    outline: 0;
    font-style: normal;
}
a,
a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
fieldset,
img,
abbr,
acronym {
    border: 0;
}
ol,
ul {
    list-style: none;
}
caption {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
address {
    font-weight: 400;
    font-style: normal;
    padding: 8px 0 16px;
    color: #999;
    font-size: 14px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    display: block;
    margin: 20px 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
}
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
input,
select {
    vertical-align: middle;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
nav ul {
    list-style: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
button {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    background: #eee !important;
}
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: default;
    background: #f5f5f5 !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
svg:not(:root) {
    overflow: hidden;
}
[hidden] {
    display: none;
}
#skipWrap {
    position: relative;
    z-index: 2147483647;
}
#skipWrap a {
    display: block;
    width: 1px;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}
#skipWrap a:focus,
.nav_skip a:active {
    padding: 7px;
    width: 100%;
    height: auto;
    background: #f0892e;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    zoom: 1;
}
.hidden {
    position: absolute !important;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
html[lang="ko-KR"] {
    font-family: "Noto Sans KR", "apple sd gothic neo", sans-serif;
    word-break: keep-all;
}
html[lang="ja"] {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", "Noto Sans CJK JP", Helvetica, Arial, sans-serif;
}
html[lang="en-US"] {
    font-family: "Noto Sans KR", "apple sd gothic neo", Arial, sans-serif;
    word-break: keep-all;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.site {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}
body:not(.home, .page_whymb) .site {
    min-width: 1153px;
}
.color_point {
    color: #ef4a23 !important;
}
.ta_l {
    text-align: left;
}
.ta_c {
    text-align: center;
}
.ta_r {
    text-align: right;
}
.blind {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.site-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}
.siteHeaderPC {
    position: relative;
    transition: all 0.2s ease;
    background: #fff;
    border-bottom: 1px solid #ededed;
}
.siteHeaderPC.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    padding-top: 0;
    transition: all 0.2s ease;
}
.siteHeader-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 4.35%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.logo {
    position: relative;
    width: 157px;
    height: 24px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    z-index: 4;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/image/common/logo-mobien.png) no-repeat left center;
    background-size: cover;
}
.main-navigation {
    display: inline-block;
}
.menu > .menu-item {
    float: left;
    position: relative;
    display: flex;
    height: 84px;
    align-items: center;
}
.menu-item > a {
    display: flex;
    padding: 28px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: -0.2px;
    color: #666;
    align-items: center;
}
.menu-item > a:hover {
    color: #121212;
}
.menu-item.current-menu-item > a {
    color: #ef4a23;
}
.menu-item.btn_login > a {
    padding: 28px 80px;
}
.menu-item.btn_started > a {
    padding: 12px 32px;
    border-radius: 28px;
    background-color: #ef4a23;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
}
.menu-item.btn_started > a:hover {
    background-color: #e0360e;
}
.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    background: url(/wp-content/uploads/image/common/ico_gnb_arrow_down.png) no-repeat center/16px;
}
.menu-item-has-children > a:hover::after {
    background: url(/wp-content/uploads/image/common/ico_gnb_arrow_down_hover.png) no-repeat center/16px;
}
.menu-item-has-children.current-menu-item > a::after {
    background: url(/wp-content/uploads/image/common/ico_gnb_arrow_down_active.png) no-repeat center/16px;
}
.sub-menu.is-view {
    height: auto;
    opacity: 0.8;
    transition-delay: 0.14s;
}
.sub-menu .menu-item.current-menu-item > a {
    color: #121212;
}
.ico-phone {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: url(/wp-content/uploads/image/common/ico-menu01.png) no-repeat center;
    background-size: cover;
}
.siteHeaderMobile {
    display: none;
}
.slider-banner-wrap {
    position: relative;
    height: 60px;
    overflow: hidden;
}
.slider-banner {
    opacity: 0;
    min-width: 1153px;
    visibility: hidden;
    transition: all 0.2s ease;
}
.slider-banner.slick-initialized {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.slider-banner .slick-slide {
    position: relative;
    height: 100%;
}
.banner-wrapper {
    display: flex;
    justify-content: center;
    height: 60px;
    text-align: center;
}
.inner {
    position: relative;
    width: 930px;
}
.bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 60px;
}
.bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
}
.banner-wrapper a {
    display: inline-block;
}
.banner-wrapper img {
    display: block;
    width: 930px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.banner-text {
    position: absolute;
    color: #fff;
    font-size: 15.8px;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 60px;
    text-align: center;
}
.btn-viewMore {
    display: inline-block;
    height: 22px;
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    line-height: 1.9;
}
.banner-bg {
    width: 100%;
    height: 60px;
}
.btn-slider {
    position: absolute;
    top: 15px;
    right: 15%;
    width: 28px;
    height: 28px;
    background: url(/wp-content/uploads/image/common/btn-slider.png) no-repeat center;
    background-size: cover;
    z-index: 5;
    cursor: pointer;
}
.slick-dots {
    position: absolute;
    top: 27px;
    left: 90%;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 1;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    opacity: 0.2;
}
.slick-dots li.slick-active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
}
.slick-dots li button {
    color: transparent;
    font-size: 0;
}
.bg-blue {
    background: #0067d7;
}
.bg-blue .bg-left {
    background: linear-gradient(-70deg, transparent 0, transparent 40px, #0067d7 0, #0067d7 100%);
}
.bg-blue .bg-right {
    background: linear-gradient(110deg, transparent 0, transparent 40px, #0067d7 0, #0067d7 100%);
}
.bg-blue .banner-bg {
    background: linear-gradient(120deg, transparent 0, transparent 300px, #006ce0 0, #006ce0 100%);
}
.bg-orange {
    background: #ee4837;
}
.bg-orange .bg-left {
    background: linear-gradient(-70deg, transparent 0, transparent 40px, #ee4837 0, #ee4837 100%);
}
.bg-orange .bg-right {
    background: linear-gradient(110deg, transparent 0, transparent 40px, #ee4837 0, #ee4837 100%);
}
.bg-orange .banner-bg {
    background: linear-gradient(120deg, transparent 0, transparent 300px, #f45747 0, #f45747 100%);
}
.bg-green {
    background: #91a626;
}
.bg-green .bg-left {
    background: linear-gradient(-70deg, transparent 0, transparent 40px, #91a626 0, #91a626 100%);
}
.bg-green .bg-right {
    background: linear-gradient(110deg, transparent 0, transparent 40px, #91a626 0, #91a626 100%);
}
.bg-green .banner-bg {
    background: linear-gradient(120deg, transparent 0, transparent 300px, #9eb234 0, #9eb234 100%);
}
.bg-darkGreen {
    background: #28a699;
}
.bg-darkGreen .bg-left {
    background: linear-gradient(-70deg, transparent 0, transparent 40px, #28a699 0, #28a699 100%);
}
.bg-darkGreen .bg-right {
    background: linear-gradient(110deg, transparent 0, transparent 40px, #28a699 0, #28a699 100%);
}
.bg-darkGreen .banner-bg {
    background: linear-gradient(120deg, transparent 0, transparent 300px, #34b2a5 0, #34b2a5 100%);
}
.bg-violet {
    background: #9826a6;
}
.bg-violet .bg-left {
    background: linear-gradient(-70deg, transparent 0, transparent 40px, #9826a6 0, #9826a6 100%);
}
.bg-violet .bg-right {
    background: linear-gradient(110deg, transparent 0, transparent 40px, #9826a6 0, #9826a6 100%);
}
.bg-violet .banner-bg {
    background: linear-gradient(120deg, transparent 0, transparent 300px, #a134b2 0, #a134b2 100%);
}
.bg-black {
    background: #202020;
}
.bg-black .bg-left {
    background: linear-gradient(-70deg, transparent 0, transparent 40px, #202020 0, #202020 100%);
}
.bg-black .bg-right {
    background: linear-gradient(110deg, transparent 0, transparent 40px, #202020 0, #202020 100%);
}
.bg-black .banner-bg {
    background: linear-gradient(120deg, transparent 0, transparent 300px, #2a2a2a 0, #2a2a2a 100%);
}
.site-footer {
    position: relative;
    background: #2d2828;
    padding: 80px 20px 85px;
    color: #fff;
}
.footer-container {
    position: relative;
    max-width: 1153px;
    margin: 0 auto;
}
.footer-top-area {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
}
.footer-menu-area {
    flex: 1;
}
.footer-menu-area li {
    display: inline-block;
    position: relative;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.footer-menu-area li:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.footer-menu-area li:first-child {
    padding-left: 0;
}
.footer-menu-area li:last-child:after {
    display: none;
}
.footer-etc-area .textwidget {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.sns-area li {
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.sns-area li:first-child {
    padding: 0 16px 0 28px;
    background: url(/wp-content/uploads/image/common/ico-snsY.png) no-repeat left center;
    background-size: 20px;
}
.links-policy li {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.4;
}
.links-policy li:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 20px;
    width: 1px;
    height: 14px;
    background: #fff;
}
.links-policy li:first-child {
    padding-left: 0;
    color: #fd5442;
}
.links-policy li:last-child:after {
    display: none;
}
.copyright {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #999;
    font-size: 14px;
}
.copyright a {
    display: inline-block;
    height: 22px;
    padding-right: 16px;
}
.copyright span {
    display: inline-block;
    line-height: 22px;
}
#toTop {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 38px;
    height: 38px;
    background: url(/wp-content/uploads/image/common/btn-top.png) no-repeat center;
    background-size: cover;
    z-index: 10000;
}
#toTop.on {
    display: block;
}
.current_langs {
    position: relative;
    display: inline-block;
    width: 80px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
}
.current_langs button {
    width: 100%;
    padding: 6px 6px 6px 26px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
html[lang="ko-KR"] .current_langs button {
    background: url(/wp-content/uploads/image/common/ico-langKO.png) no-repeat 6px center;
    background-size: 16px;
}
html[lang="ja"] .current_langs button {
    background: url(/wp-content/uploads/image/common/ico-langJA.png) no-repeat 6px center;
    background-size: 16px;
}
html[lang="en-US"] .current_langs button {
    background: url(/wp-content/uploads/image/common/ico-langEN.png) no-repeat 6px center;
    background-size: 16px;
}
.current_langs ul {
    display: none;
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    color: #fff;
    border-radius: 4px 4px 0 0;
    background: rgba(0, 0, 0, 0.8);
}
.current_langs a {
    display: block;
    padding: 6px 6px 6px 26px;
    font-size: 12px;
    line-height: 16px;
}
.current_langs li.ko:lang(ko),
.current_langs li.ja:lang(ja),
.current_langs li.en:lang(en) {
    display: none;
}
.current_langs.active button {
    border-radius: 0 0 4px 4px;
}
.current_langs.active ul {
    display: block;
}
.current_langs li.ko a {
    background: url(/wp-content/uploads/image/common/ico-langKO.png) no-repeat 6px center;
    background-size: 16px;
}
.current_langs li.ja a {
    background: url(/wp-content/uploads/image/common/ico-langJA.png) no-repeat 6px center;
    background-size: 16px;
}
.current_langs li.en a {
    background: url(/wp-content/uploads/image/common/ico-langEN.png) no-repeat 6px center;
    background-size: 16px;
}
.site-content {
    position: relative;
    flex: 1;
    overflow: hidden;
}
.site-content::after {
    content: "";
    display: table;
    clear: both;
}
body:not(.home, .page_whymb) .site-content {
    min-width: 1153px;
}
h3 {
    max-width: 1153px;
}
h3 + p {
    max-width: 1153px;
}
.splitting .char:after {
    visibility: visible;
    color: #121212;
    opacity: 0;
    transform: translateY(30%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: calc(0.2s + (0.04s * var(--char-index)));
}
.in .char:after {
    opacity: 1;
    transform: translateY(0);
}
.top-banner {
    width: 100%;
    height: 1020px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}
.top-banner.main-page {
    background: url(/wp-content/uploads/image/main/bg-mainBanner.png) no-repeat center;
    background-size: cover;
}
.top-banner.mobizen-page {
    background: url(/wp-content/uploads/image/sub/bg-mobizenBanner.png) no-repeat center;
    background-size: cover;
}
.top-banner.live-page {
    background: url(/wp-content/uploads/image/sub/bg-liveBanner.png) no-repeat center;
    background-size: cover;
}
.top-banner.recording-page {
    background: url(/wp-content/uploads/image/sub/bg-recordingBanner.png) no-repeat center;
    background-size: cover;
}
.top-banner.why-page {
    background: url(/wp-content/uploads/image/sub/bg-whyBanner.png) no-repeat center;
    background-size: cover;
}
.top-banner .intro {
    position: relative;
    width: 1153px;
    margin: 0 auto;
}
.top-banner .intro span {
    font-size: 28px;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.88px;
}
.top-banner .intro .rolling-text {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    z-index: 2;
    overflow: hidden;
}
.top-banner .intro .rolling-text.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.top-banner .intro h2 {
    position: relative;
    padding: 12px 0 24px;
    font-size: 80px;
    line-height: 1.25;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    letter-spacing: 0;
    z-index: 2;
}
.top-banner .intro p {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.top-banner .link-start {
    position: absolute;
    top: 40px;
    right: -60px;
    width: 400px;
    height: 402px;
    background: url(/wp-content/uploads/image/common/bg-mainStarted.png) no-repeat center;
    z-index: 1;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: center;
}
.top-banner .link-start:hover {
    transform: scale(1.05);
}
.top-banner .link-start i {
    padding-top: 24px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.67px;
    background: url(/wp-content/uploads/image/common/ico-arrow01.png) no-repeat top center;
    background-size: 54px 22px;
}
.top-banner .btn-wrap {
    padding-top: 10px;
}
.top-banner .btn-wrap a {
    display: inline-block;
    margin-right: 17px;
}
.top-banner .btn-wrap a:hover {
    transform: scale(1.05);
}
.ico {
    display: inline-flex;
}
.ico.check {
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/image/main/ico_check_black.svg) no-repeat center/contain;
}
.ico.check.orange {
    background-image: url(/wp-content/uploads/image/main/ico_check_orange.svg);
}
.btn_round {
    display: inline-block;
    padding: 15px 36px 17px 37px;
    border-radius: 28px;
    background-color: #ef4a23;
    color: #fff;
}
.btn_round:hover {
    background-color: #e0360e;
}
.container {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    color: #121212;
}
.cont_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.cont_wrap .sub_tit {
    margin-bottom: 28px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -0.1px;
}
.cont_wrap .sub_desc {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: -0.1px;
}
.cont_wrap .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 4.285%;
}
.cont_wrap .flex_wrap.reverse {
    flex-direction: row-reverse;
}
.cont_wrap .flex_wrap .flex:not(.video) {
    padding: 40px 20px 20px;
}
.cont_wrap .flex_wrap.reverse .flex:not(.video) {
    flex-basis: 45.3125%;
    max-width: 580px;
}
.cont_wrap .flex_wrap.reverse .flex.video {
    flex-basis: 50%;
    max-width: 640px;
}
.cont_wrap .flex_wrap:not(.reverse) .flex:not(.video) {
    flex-basis: 42.1875%;
    max-width: 540px;
}
.cont_wrap .flex_wrap:not(.reverse) .flex.video {
    flex-basis: 46.875%;
    max-width: 600px;
}
.cont_wrap .flex_wrap:not(.reverse) .flex.video .embed_wrap {
    padding-bottom: 67.5%;
}
.cont_wrap .flex_wrap .flex.wide.video {
    height: 540px;
}
.wide_video_wrap .flex_wrap {
    align-items: center;
}
@media (min-width: 1001px) {
    .wide_video_wrap {
        position: relative;
    }
    .wide_video_wrap .flex_wrap .flex.wide.video {
        position: absolute;
        width: 50%;
        max-width: 960px;
        height: auto;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .wide_video_wrap .flex_wrap .flex.wide.video .embed_wrap {
        transform: none;
    }
}
@media all and (min-width: 1921px) {
    .wide_video_wrap .flex_wrap .flex.wide.video {
        top: 50%;
        left: 50%;
        transform: translate(-100%, -50%);
    }
}
.embed_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}
.embed_wrap video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.cont_wrap .flex_wrap .flex:not(.video) .list_sound + p small {
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: -0.1px;
    text-align: left;
    color: #121212;
}
.cont_wrap .list_sound li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #121212;
}
.cont_wrap .btn_ctrl {
    display: flex;
    align-items: center;
    gap: 0 12px;
    font-size: inherit;
    font-family: inherit;
    color: #121212;
}
.cont_wrap .btn_ctrl i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/image/main/ico_play.svg) no-repeat center/contain;
}
.cont_wrap .btn_ctrl.pause i {
    background-image: url(/wp-content/uploads/image/main/ico_pause.svg);
}
.cont_wrap .btn_ctrl:hover i {
    background-image: url(/wp-content/uploads/image/main/ico_play_big.svg);
}
.cont_wrap .btn_ctrl.pause:hover i {
    background-image: url(/wp-content/uploads/image/main/ico_pause_big.svg);
}
.hero_wrap {
    position: relative;
    overflow: hidden;
    height: 896px;
}
.hero_wrap lottie-player {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: auto !important;
    max-height: 640px;
    opacity: 0.5;
}
.hero_wrap .sub_tit {
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.1px;
}
.hero_wrap .sub_desc {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: -0.1px;
}
.hero_wrap .container {
    z-index: 1;
    max-width: calc(1400px - 4.35%);
    margin-top: 240px;
    margin-bottom: 244px;
    padding-left: 4.35%;
    box-sizing: content-box;
}
.hero_wrap .sub_container {
    position: relative;
    width: 42.1875%;
    max-width: 540px;
    z-index: 1;
}
.hero_wrap .sub_container.w_btn {
    text-align: center;
    padding-top: 20px;
}
.hero_wrap .sub_container.w_btn .btn_round {
    padding: 18px 48px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
.hero_wrap .sub_container.w_btn .desc {
    margin-top: 20px;
    margin-bottom: 40px;
}
.hero_wrap .embed_wrap {
    transition: none;
}
@media (min-width: 1001px) {
    div:not(.why_mobizen_page) > .hero_wrap .embed_wrap,
    div.why_mobizen_page > .hero_wrap .embed_bg_wrap {
        overflow: visible;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 0;
        width: 51.04%;
        max-width: 980px;
    }
    div:not(.why_mobizen_page) > .hero_wrap .embed_wrap {
        padding-bottom: 28.133%;
        transform: translate(0, calc(-50% - 19px));
    }
    div.why_mobizen_page > .hero_wrap .embed_bg_wrap {
        transform: translate(0, -50%);
    }
}
@media all and (min-width: 1921px) {
    div.why_mobizen_page > .hero_wrap .embed_bg_wrap,
    div:not(.why_mobizen_page) > .hero_wrap .embed_wrap {
        top: 50%;
        right: 50%;
        transform: translate(100%, -50%);
        height: 550px;
        padding-bottom: 0;
    }
}
.hero_wrap .embed_wrap video {
    border-radius: 8px;
}
.hero_wrap .embed_wrap::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    display: block;
    width: 96%;
    height: 16px;
    opacity: 0.2;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 4px 0 rgba(239, 74, 35, 0.25);
    background-color: #ef4a23;
    transform: translate(-50%, 0);
}
.features_area {
    padding-bottom: 0;
}
.features_area .ico.star {
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/image/main/ico_star_fill.png) no-repeat center/contain;
}
.features_area .ico.star.line {
    background-image: url(/wp-content/uploads/image/main/ico_star_line.png);
}
.features_area .ico.star + .star {
    margin-left: 4px;
}
.features_area .tb_wrap {
    max-width: 924px;
    margin: 60px auto 0;
}
.features_area .tb_wrap table {
    font-size: 18px;
}
.features_area .tb_wrap th,
.features_area .tb_wrap td {
    text-align: center;
}
.features_area .tb_wrap th:first-child,
.features_area .tb_wrap td:first-child {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
}
.features_area .tb_wrap td:nth-child(1) {
    width: 45.88%;
}
.features_area .tb_wrap td:nth-child(2) {
    width: 16.24%;
}
.features_area .tb_wrap td:nth-child(3) {
    width: 16.24%;
}
.features_area .tb_wrap td:nth-child(4) {
    width: 21.64%;
}
.features_area .tb_wrap th {
    padding-bottom: 8px;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: -0.2px;
    border-bottom: 1px solid #e0e0e0;
}
.features_area .tb_wrap td {
    padding: 10px 0 22px;
    vertical-align: top;
}
.features_area .tb_wrap thead::after {
    content: "";
    display: block;
    width: 100%;
    height: 19px;
}
.features_area .tb_wrap tbody tr {
    position: relative;
}
.features_area .tb_wrap tbody tr td {
    position: relative;
    z-index: 1;
}
.features_area .tb_wrap tbody td dt {
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.1px;
}
.features_area .tb_wrap tbody td dd {
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: -0.1px;
    color: #464646;
}
.features_area .tb_wrap tbody td:first-child dd {
    position: relative;
    padding-left: 10px;
}
.features_area .tb_wrap tbody td:first-child dd::before {
    content: "- ";
    position: absolute;
    top: 0;
    left: 0;
}
.features_area .tb_wrap tbody td:last-child dt {
    margin-bottom: 8px;
}
.features_area .mo_tb_head_wrap {
    position: fixed;
    top: 80px;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    z-index: 2;
    opacity: 0;
}
body.is_slider_banner .features_area .mo_tb_head_wrap {
    top: 140px;
}
body.is_header_fixed .features_area .mo_tb_head_wrap {
    top: 80px;
}
.features_area .mo_tb_head {
    display: inline-flex;
    max-width: 924px;
    width: 100%;
    align-items: center;
}
.features_area .mo_tb_head div {
    padding: 8px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: -0.2px;
    text-align: center;
}
.features_area .mo_tb_head div:first-child {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
}
.features_area .mo_tb_head div:nth-child(1) {
    width: 45.88%;
}
.features_area .mo_tb_head div:nth-child(2) {
    width: 16.24%;
}
.features_area .mo_tb_head div:nth-child(3) {
    width: 16.24%;
}
.features_area .mo_tb_head div:nth-child(4) {
    width: 21.64%;
}
.features_area .is_scroll .mo_tb_head_wrap {
    transform: translateY(0);
    opacity: 1;
}
.free-scene-templates_area .scene_list_wrap {
    padding-bottom: 40px;
}
.free-scene-templates_area .scene_list_wrap .scene_list {
    display: inline-flex;
    gap: 20px;
}
.free-scene-templates_area .scene_list_wrap .scene_list div.slick-slide {
    width: 323px;
    height: 170px;
}
.free-scene-templates_area .scene_list_wrap .scene_list div.slick-slide img {
    margin: auto;
}
.multi-platform_area {
    text-align: center;
}
.multi-platform_area ul {
    overflow: hidden;
    margin: 0 auto 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 42px;
}
.multi-platform_area .sub_container {
    max-width: 960px;
    margin: auto;
}
.explore_area {
    text-align: center;
}
.explore_area .thumb_wrap {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin: 0 38px;
    position: relative;
    z-index: 1;
}
.explore_area .thumb_wrap [class*="item"] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 284px;
    height: 160px;
    padding: 16px 22px;
    border-radius: 16px;
    background: no-repeat right center/cover;
    flex-direction: column;
    justify-content: flex-end;
}
.explore_area .thumb_wrap [class*="item"] p.tit {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.33;
    letter-spacing: normal;
    color: #fff;
}
.explore_area .thumb_wrap [class*="item"] p:not(.tit) {
    min-height: 55px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.explore_area .thumb_wrap [class*="item"] i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    background: url(/wp-content/uploads/image/main/ico_play_black.svg) no-repeat center/contain;
}
.explore_area .thumb_wrap [class*="item"]:hover i {
    background-image: url(/wp-content/uploads/image/main/ico_play_black_big.svg);
}
.explore_area .thumb_wrap .item01 {
    background-image: url(/wp-content/uploads/image/main/thumb_tutorial_mobizen01.png);
}
.explore_area .thumb_wrap .item02 {
    background-image: url(/wp-content/uploads/image/main/thumb_tutorial_mobizen02.png);
}
.explore_area .thumb_wrap .item03 {
    background-image: url(/wp-content/uploads/image/main/thumb_tutorial_mobizen03.png);
}
.explore_area .thumb_wrap .item04 {
    background-image: url(/wp-content/uploads/image/main/thumb_tutorial_mobizen04.png);
}
.start_area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom, #2d2828 87%, #282424);
}
.start_area .container {
    color: #fff;
}
.start_area .btn_round {
    margin-bottom: 20px;
}
.start_area .desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.1px;
}
.start_area .splitting .char:after {
    color: #fff;
}
.paggination_wrap {
    position: fixed;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    z-index: 5;
    display: none;
}
.paggination_wrap li {
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0 3px;
    height: 24px;
}
.paggination_wrap li + li {
    margin-top: 2px;
}
.paggination_wrap li button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
}
.paggination_wrap li button::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #666;
}
.paggination_wrap li.active button::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ef4a23;
}
.paggination_wrap li span {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0 10px;
    border-radius: 12px;
    background-color: #ef4a23;
    font: 600 12px/2 "Roboto";
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
    transition: none;
}
.paggination_wrap li button:hover::before {
    background-color: #ef4a23;
}
.paggination_wrap li button:hover ~ span {
    display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
}
.start-area {
    width: 100%;
    padding: 40px 0 64px;
}
.start-area .btn-wrap {
    padding-bottom: 32px;
    text-align: center;
}
.why_mobizen_page .embed_wrap video {
    border-radius: 8px;
}
.why_mobizen_page .wide .embed_wrap video {
    border-radius: 4px;
}
.why_mobizen_page .hero_wrap .embed_bg_wrap::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 8.062%;
    max-height: 79px;
    background: url(/wp-content/uploads/image/sub/bg_browser_top.png) no-repeat center/cover;
}
.why_mobizen_page .hero_wrap .embed_wrap {
    overflow: visible;
    padding-bottom: 48.574%;
    top: 0;
    left: 0;
    transform: none;
}
.why_mobizen_page .hero_wrap .embed_wrap video {
    border-radius: 0 0 8px 8px;
}
.why_mobizen_page .why_area .container {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
}
.why_mobizen_page .live-streaming_area .flex.video {
    margin-top: 40px;
}
.why_mobizen_page .feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 30px;
    margin: 0 4.285%;
}
.why_mobizen_page .feature_list li {
    display: flex;
    gap: 0 20px;
    padding: 12px 0;
    align-items: center;
    width: 22.656%;
}
.why_mobizen_page .feature_list li span {
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: -0.2px;
    color: #000;
}
.why_mobizen_page .best-feature_area .flex_wrap:not(.reverse) .flex:not(.video) {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 628px;
    flex-basis: 49.29%;
}
.why_mobizen_page .best-feature_area .flex_wrap .sub_desc {
    margin-bottom: 0;
}
.why_mobizen_page .collaboration_area .flex_wrap .flex.video {
    display: flex;
    align-items: flex-end;
}
.why_mobizen_page .collaboration_area .deco_img {
    display: block;
    text-align: center;
    margin: 3px auto 5px;
}
.why_mobizen_page .collaboration_area .deco_img img {
    width: 70.429%;
    max-width: 986px;
}
.why_mobizen_page .sub_video_list {
    display: flex;
    gap: 0 1.42%;
    margin: 0 4.57%;
}
.why_mobizen_page .sub_video_list .embed_wrap {
    padding-bottom: 13.365%;
    width: 24.64%;
    max-width: 303px;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.why_mobizen_page .sub_video_list .embed_wrap video {
    border-radius: 0;
}
.why_mobizen_page .start_area .sub_tit {
    margin-left: 20px;
    margin-right: 20px;
}
.why_mobizen_page .start_area .sub_desc {
    max-width: 1000px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 1.23;
    letter-spacing: -0.1px;
}
.mobizen-intro {
    width: 100%;
    height: 760px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    padding: 442px 0 148px;
    background: url(/wp-content/uploads/image/sub/bg-mobizenContents.png) no-repeat center;
    background-size: cover;
    color: #121212;
}
.intro-text {
    position: relative;
    min-width: 1153px;
    z-index: 1;
}
.mobizen-intro h3 {
    padding-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.mobizen-intro p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}
.bg-mobizenIntro {
    position: absolute;
    bottom: 0;
    right: 83px;
    width: 600px;
    height: 615px;
    background: url(/wp-content/uploads/image/sub/img-mobizenContents02.png) no-repeat center;
    background-size: cover;
}
.bg-mobizenIntro:before {
    content: "";
    position: absolute;
    top: 193px;
    left: -216px;
    width: 323px;
    height: 165px;
    background: url(/wp-content/uploads/image/sub/img-mobizenContents01.png) no-repeat center;
    background-size: cover;
}
.mobizen-youtube {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    padding: 80px 0 60px;
    color: #fff;
    text-align: center;
    background: url(/wp-content/uploads/image/sub/bg-mobizenYoutube.jpg) no-repeat center;
    background-size: cover;
}
.mobizen-youtube h3 {
    padding-bottom: 54px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.mobizen-youtube .splitting .char:after {
    color: #fff;
}
.mobizen-youtube ul {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1000px;
}
.mobizen-youtube li {
    padding: 0 16px 20px;
}
.mobizen-youtube li a {
    width: 280px;
    height: 166px;
    padding: 57px 120px 0 21px;
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.5px;
    text-align: left;
}
.mobizen-youtube li a:hover {
    transform: scale(1.05);
}
.mobizen-youtube li.bg1 a {
    display: block;
    background: url(/wp-content/uploads/image/sub/bg-guide01.png) no-repeat center;
    background-size: cover;
}
.mobizen-youtube li.bg2 a {
    display: block;
    background: url(/wp-content/uploads/image/sub/bg-guide02.png) no-repeat center;
    background-size: cover;
}
.mobizen-youtube li.bg3 a {
    display: block;
    background: url(/wp-content/uploads/image/sub/bg-guide03.png) no-repeat center;
    background-size: cover;
}
.mobizen-youtube li.bg4 a {
    display: block;
    background: url(/wp-content/uploads/image/sub/bg-guide04.png) no-repeat center;
    background-size: cover;
}
.mobizen-youtube li.bg5 a {
    display: block;
    background: url(/wp-content/uploads/image/sub/bg-guide05.png) no-repeat center;
    background-size: cover;
}
.mobizen-youtube li.bg6 a {
    display: block;
    background: url(/wp-content/uploads/image/sub/bg-guide06.png) no-repeat center;
    background-size: cover;
}
.mobizen-video {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    text-align: center;
}
.mobizen-video h3 {
    padding-bottom: 54px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.mobizen-video .splitting .char:after {
    color: #464646;
}
.mobizen-video p {
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}
.view-mobizen {
    padding-bottom: 40px;
    color: #ef4a23;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.view-mobizen:hover {
    transform: scale(1.05);
}
.view-mobizen:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 10px;
    margin-left: 7px;
    background: url(/wp-content/uploads/image/common/btn-icon-link01.png) no-repeat center;
    background-size: cover;
}
.mobizen-video .video-wrap {
    position: relative;
    width: 860px;
    margin-bottom: 39px;
    background-image: linear-gradient(120deg, #1f2021 0, #1f1f20);
    overflow: hidden;
}
.mobizen-video .video-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-area {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-getStarted {
    display: inline-block;
    min-width: 254px;
    height: 54px;
    padding: 17px 60px;
    border-radius: 27px;
    background-color: #fd5442;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
}
.btn-getStarted span:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 12px;
    margin-left: 8px;
    background: url(/wp-content/uploads/image/common/btn-icon-link02.png) no-repeat center;
    background-size: cover;
}
.btn-getStarted:hover {
    transform: scale(1.05);
}
.live-page .img-live-count {
    position: absolute;
    top: -160px;
    right: 0;
}
.live-introTop {
    width: 100%;
    height: 760px;
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    background: url(/wp-content/uploads/image/sub/bg-liveContents-01.png) no-repeat center;
    background-size: cover;
    color: #121212;
}
.live-introBottom {
    position: relative;
    width: 100%;
    height: 760px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.live-introBottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 760px;
    background: url(/wp-content/uploads/image/sub/bg-liveContents-02-1.png) no-repeat center;
    background-size: cover;
}
.live-introBottom:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 760px;
    background: url(/wp-content/uploads/image/sub/bg-liveContents-03-1.png) no-repeat center;
    background-size: cover;
}
.live-wrap {
    position: relative;
    width: 1536px;
    min-width: 1153px;
    height: 100%;
}
.live-text {
    position: relative;
    width: 1153px;
    margin: 80px auto 0;
    z-index: 2;
}
.live-text h3 {
    padding-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.live-introBottom .live-text .splitting .char:after {
    color: #fff;
}
.live-text p {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}
.bg-liveContent01 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 415px;
    text-align: center;
    z-index: 2;
}
.bg-liveContent02 {
    position: absolute;
    bottom: 0;
    left: 120px;
    width: 454px;
    height: 377px;
    text-align: center;
    z-index: 1;
}
.bg-liveContent03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 408px;
    text-align: center;
    z-index: 1;
}
.recording-intro {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    background: url(/wp-content/uploads/image/sub/bg-recordingContents01.png) no-repeat center;
    background-size: cover;
    color: #121212;
    text-align: center;
}
.recording-intro h3 {
    padding-bottom: 47px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.recording-intro p {
    padding-bottom: 85px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}
.recording-intro ul {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}
.recording-intro li {
    padding: 0 10px;
}
.recording-info {
    width: 100%;
    height: 760px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 80px 0;
    background: url(/wp-content/uploads/image/sub/bg-recordingContents02.png) no-repeat center;
    background-size: cover;
    color: #fff;
}
.recording-text {
    width: 50%;
}
.recording-info h3 {
    padding-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.recording-info .splitting .char:after {
    color: #fff;
}
.recording-info p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.mobizen-video ul {
    width: 860px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
}
.mobizen-video li {
    flex: 1;
    padding: 0 70px 0 0;
    color: #464646;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
.mobizen-video .number li {
    padding: 0 70px 0 16px;
    text-indent: -18px;
}
.mobizen-video li:last-child {
    padding-right: 0;
}
.stereo-recorder {
    width: 100%;
    height: 760px;
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: flex-end;
    padding-top: 163px;
    background: url(/wp-content/uploads/image/sub/bg-recordingContents03.png) no-repeat center;
    background-size: cover;
    color: #fff;
}
.stereo-recorder:before {
    content: "";
    display: inline-block;
    width: 170px;
    height: 597px;
    background: url(/wp-content/uploads/image/sub/img-stereorecorder.png) no-repeat center;
    background-size: cover;
}
.stereo-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% + 125px);
}
.stereo-text h3 {
    padding: 20px 0 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.stereo-text p {
    padding-bottom: 40px;
    max-width: 704px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}
.stereo-text .btn-wrap {
    padding-bottom: 80px;
}
.btn-amazon {
    display: inline-block;
    min-width: 360px;
    padding: 4px 67px;
    background: #282828;
    border-radius: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 3;
}
.mobizen-price {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    padding: 238px 0 80px;
    background: url(/wp-content/uploads/image/sub/bg-price.jpg) no-repeat center;
    background-size: cover;
}
.price-intro {
    position: relative;
    width: 1153px;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.price-intro h2 {
    padding-bottom: 18px;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.price-intro p {
    padding-bottom: 50px;
    font-size: 28px;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.price-wrap {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 16px;
}
.price-wrap li {
    width: 400px;
    margin-right: 10px;
    border-radius: 16px;
    overflow: hidden;
}
.price-wrap li:last-child {
    margin-right: 0;
}
.price-wrap h3 {
    font-size: 21px;
    line-height: 2.29;
}
.price-wrap .free h3 {
    background: #2c3038;
}
.price-wrap .free {
    background-color: rgba(255, 255, 255, 0.6);
}
.price-wrap .standard {
    background-color: rgba(255, 255, 255, 0.8);
}
.price-wrap .standard h3 {
    background: #ef4a23;
}
.price-wrap dl {
    padding: 23px 20px 45px;
    color: #121212;
}
.price-wrap dt {
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.price-wrap dt span {
    font-size: 28px;
    line-height: 1.71;
    font-weight: 700;
}
.price-wrap dt i {
    font-size: 16px;
    line-height: 3;
}
.price-wrap .free dd {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
}
.price-wrap .free dd span {
    font-size: 14px;
}
.price-wrap .btn-priceWrap {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
}
.price-wrap .btn-priceWrap a {
    display: inline-block;
    min-width: 212px;
    height: 40px;
    margin: 0 auto 10px;
    padding: 7px 47px;
    border-radius: 20px;
    background-color: #e54d2f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.price-wrap .standard .btn-priceWrap {
    padding-bottom: 32px;
}
.price-wrap .standard a {
    min-width: 280px;
    background-color: #ef4a23;
    color: #fff;
}
.price-wrap .standard a + div {
    padding-bottom: 50px;
    color: #ef4a23;
    font-size: 14px;
    font-weight: 700;
}
.price-wrap .standard dd {
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}
.comming-soon {
    padding: 12px 0 13px;
    color: #e54d2f;
    font-size: 16px;
}
.price-wrap + .info {
    color: #121212;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 700;
}
html.is-Hidden {
    overflow: hidden;
}
body:not(.home).is-mobile .site-content {
    min-width: 280px;
}
.is-mobile h3 br {
    display: none;
}
.is-mobile .top-banner {
    height: 100vh;
    min-height: 194.44vw;
    padding: 0 11.11vw;
}
.is-mobile .top-banner .intro {
    width: 100%;
    margin: 0 auto;
}
.is-mobile .top-banner .intro span {
    font-size: 3.89vw;
    letter-spacing: -0.12vw;
}
.is-mobile .top-banner .intro h2 {
    padding: 1.67vw 0 3.33vw;
    font-size: 11.11vw;
}
.is-mobile .top-banner .intro p {
    font-size: 3.33vw;
}
.is-mobile .top-banner .link-start {
    position: absolute;
    top: auto;
    bottom: -49.17vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
    height: 60vw;
    background: url(/wp-content/uploads/image/common/bg-mainStarted.png) no-repeat center;
    background-size: cover;
}
.is-mobile .top-banner .link-start i {
    padding-top: 8.61vw;
    font-size: 5vw;
    letter-spacing: -0.23vw;
    background-size: 7.5vw 3.06vw;
}
.is-mobile .top-banner .btn-wrap a {
    padding: 0 0 2.78vw;
}
.is-mobile .top-banner .btn-wrap img {
    width: 49.17vw;
    height: 14.44vw;
}
.is-mobile .start-area {
    padding: 11.11vw 11.11vw 5vw;
}
.is-mobile .start-area .btn-wrap {
    padding-bottom: 8.89vw;
}
.is-mobile .mobizen-intro {
    height: 150vw;
    padding: 96.11vw 11.11vw 20.56vw;
}
.is-mobile .intro-text {
    min-width: 100%;
}
.is-mobile .mobizen-intro h3 {
    padding-bottom: 5.56vw;
    font-size: 6.67vw;
}
.is-mobile .mobizen-intro p {
    font-size: 3.89vw;
}
.is-mobile .bg-mobizenIntro {
    position: absolute;
    bottom: 0;
    right: -41.67vw;
    width: 83.33vw;
    height: 85.56vw;
}
.is-mobile .bg-mobizenIntro:before {
    display: none;
}
.is-mobile .mobizen-youtube {
    padding: 11.94vw 11.11vw 6.94vw;
}
.is-mobile .mobizen-youtube h3 {
    padding-bottom: 11.67vw;
    font-size: 6.67vw;
}
.is-mobile .mobizen-youtube ul {
    flex-direction: column;
    width: 100%;
}
.is-mobile .mobizen-youtube li {
    padding: 0 0 4.44vw;
}
.is-mobile .mobizen-youtube li a {
    width: 77.78vw;
    height: 46.11vw;
    padding: 13.89vw 34.17vw 0 6.11vw;
    font-size: 5vw;
}
.is-mobile .mobizen-video {
    padding: 13.06vw 11.11vw 11.11vw;
}
.is-mobile .mobizen-video h3 {
    padding-bottom: 7.36vw;
    font-size: 6.67vw;
    color: #242424;
}
.is-mobile .mobizen-video p {
    padding-bottom: 5.56vw;
    font-size: 3.89vw;
    color: #242424;
}
.is-mobile .view-mobizen {
    padding-bottom: 5.56vw;
    font-size: 3.89vw;
}
.is-mobile .mobizen-video .video-wrap {
    width: 77.78vw;
    margin-bottom: 5.56vw;
}
.is-mobile .btn-getStarted {
    min-width: 70.56vw;
    height: 15vw;
    padding: 4.72vw 5.56vw;
    border-radius: 7.5vw;
    text-shadow: 0 0.28vw 1.11vw rgba(0, 0, 0, 0.2);
    font-size: 5vw;
}
.is-mobile .live-page .img-live-count {
    top: 0;
    left: 0;
}
.is-mobile .top-banner.live-page .intro h2 {
    padding: 35vw 0 15.56vw;
}
.is-mobile .live-introTop {
    height: auto;
    padding: 0 11.11vw;
}
.is-mobile .live-introBottom {
    height: 300vw;
    padding: 0 11.11vw;
    flex-direction: column;
    background: url(/wp-content/uploads/image/sub/bg-liveContents-02.png) no-repeat bottom center, url(/wp-content/uploads/image/sub/bg-liveContents-03.png) no-repeat top center;
    background-size: auto 150vw;
}
.is-mobile .live-introBottom:before {
    content: "";
    display: none;
}
.is-mobile .live-introBottom:after {
    content: "";
    display: none;
}
.is-mobile .live-wrap {
    width: 100%;
    min-width: auto;
    height: 100%;
}
.is-mobile .live-introTop .live-text {
    width: 100%;
    margin: 0 auto;
    padding-top: 11.11vw;
}
.is-mobile .live-introBottom .live-text {
    width: 100%;
    margin: 0 auto;
    padding-top: 161.11vw;
}
.is-mobile .live-text {
    margin: 0 auto;
}
.is-mobile .live-text h3 {
    padding-bottom: 5.56vw;
    font-size: 8.89vw;
}
.is-mobile .live-text p {
    font-size: 3.89vw;
}
.is-mobile .bg-liveContent01 {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.is-mobile .bg-liveContent02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.is-mobile .bg-liveContent03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.is-mobile .recording-intro {
    padding: 13.33vw 11.11vw 0;
    text-align: left;
}
.is-mobile .recording-intro h3 {
    padding-bottom: 2.22vw;
    font-size: 8.89vw;
}
.is-mobile .recording-intro p {
    padding-bottom: 6.11vw;
    font-size: 3.89vw;
}
.is-mobile .recording-intro li {
    padding: 0;
}
.is-mobile .recording-intro li:first-child,
.is-mobile .recording-intro li:last-child {
    display: none;
}
.is-mobile .recording-info {
    height: 150vw;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 11.11vw 11.11vw;
}
.is-mobile .recording-text {
    width: 100%;
}
.is-mobile .recording-info h3 {
    padding-bottom: 5.56vw;
    font-size: 8.89vw;
}
.is-mobile .recording-info p {
    font-size: 3.89vw;
}
.is-mobile .mobizen-video ul {
    width: 77.78vw;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 2.78vw;
}
.is-mobile .mobizen-video li {
    padding: 0 0 2.78vw 0;
}
.is-mobile .mobizen-video .number li {
    padding: 0 0 2.78vw 4.44vw;
    text-indent: -5vw;
}
.is-mobile .mobizen-video .number li br {
    display: none;
}
.is-mobile .stereo-recorder {
    height: 150vw;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25.56vw 11.11vw 0;
    text-align: center;
}
.is-mobile .stereo-recorder:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 23.61vw;
    height: 82.78vw;
    margin: -6.11vw auto 0;
}
.is-mobile .stereo-text {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.is-mobile .stereo-text h3 {
    padding: 0 0 3.33vw;
    font-size: 8.89vw;
    text-align: left;
}
.is-mobile .stereo-text p {
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
    font-size: 3.89vw;
    line-height: 1.4;
    text-align: left;
}
.is-mobile .stereo-text .btn-wrap {
    padding: 5.56vw 0 11.11vw;
    align-items: center;
}
.is-mobile .btn-amazon {
    min-width: 50vw;
    padding: 0 7.5vw;
    font-size: 4.44vw;
    line-height: 2.5;
}
.is-mobile .btn-amazon img {
    width: 35vw;
    height: 11.11vw;
}
.is-mobile .mobizen-price {
    padding: 33.06vw 11.11vw 15.83vw;
}
.is-mobile .price-intro {
    width: 100%;
}
.is-mobile .price-intro h2 {
    padding-bottom: 6.94vw;
    font-size: 11.11vw;
    text-shadow: 0 0.56vw 1.11vw rgba(0, 0, 0, 0.2);
}
.is-mobile .price-intro p {
    padding-bottom: 5.56vw;
    font-size: 3.89vw;
}
.is-mobile .price-wrap {
    padding-bottom: 0;
    flex-direction: column;
}
.is-mobile .price-wrap li {
    width: 100%;
    margin: 0 0 5.83vw;
}
.is-mobile .price-wrap h3 {
    padding: 1.67vw;
}
.is-mobile .price-wrap dl {
    min-height: 121.11vw;
    padding: 7.22vw 9.44vw 8.33vw;
}
.is-mobile .price-wrap dt {
    padding-bottom: 0.28vw;
}
.is-mobile .price-wrap .btn-priceWrap a {
    min-width: 100%;
    padding: 1.94vw 11.11vw;
}
.is-mobile .price-wrap .standard .btn-priceWrap {
    padding-bottom: 11.11vw;
}
.is-mobile .price-wrap .standard a {
    min-width: 100%;
    padding: 1.94vw 0;
}
.is-mobile .price-wrap .standard a + div {
    padding-bottom: 11.11vw;
    font-size: 3.61vw;
}
.is-mobile .price-wrap + .info {
    text-align: left;
}
@media all and (hover: hover) and (min-width: 769px) {
    .features_area .tb_wrap tbody tr:hover::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #feefef;
        border-radius: 28px;
    }
}
@media screen and (max-width: 1536px) {
    .bg-liveContent02 {
        left: 0;
    }
}
@media all and (max-width: 1400px) {
    .siteHeader-wrap {
        padding: 0 20px;
    }
    .menu-item.btn_login > a {
        padding-left: 50px;
        padding-right: 50px;
    }
    .hero_wrap .container {
        max-width: 1400px;
        padding-left: 0;
    }
    .hero_wrap .sub_container {
        padding: 0 20px;
    }
    .hero_wrap .embed_wrap {
        transform: translate(calc(-8% + 20px), calc(-50% - 19px));
    }
}
@media all and (max-width: 1240px) {
    .why_mobizen_page .collaboration_area .flex_wrap {
        align-items: flex-end;
    }
}
@media all and (max-width: 1000px) {
    .menu-item > a,
    .menu-item.btn_login > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .only_pc {
        display: none;
    }
    .hero_wrap {
        height: auto;
    }
    .hero_wrap .container {
        padding-left: 0;
    }
    .hero_wrap .sub_container {
        width: 100%;
        max-width: none;
    }
    div:not(.why_mobizen_page) > .hero_wrap .embed_wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
        padding-bottom: 56.25%;
    }
    .hero_wrap .embed_wrap::after {
        display: none;
    }
    .features_area .sub_tit,
    .features_area .sub_desc {
        margin-left: 20px;
        margin-right: 20px;
    }
    .features_area .tb_wrap {
        max-width: none;
        margin: 60px 20px 0;
    }
    .cont_wrap .flex_wrap {
        margin: 0;
        align-items: center;
    }
    .cont_wrap .flex_wrap,
    .cont_wrap .flex_wrap.reverse {
        flex-direction: column;
    }
    .cont_wrap .flex_wrap.reverse .flex.video {
        width: 100%;
        min-height: 360px;
    }
    .cont_wrap .flex_wrap .flex.wide.video .embed_wrap {
        transform: scale(1);
    }
    .cont_wrap .flex_wrap:not(.reverse) .flex.video {
        width: 100%;
    }
    .multi-platform_area .sub_tit,
    .multi-platform_area .sub_desc {
        margin-left: 20px;
        margin-right: 20px;
    }
    .explore_area .sub_tit,
    .explore_area .sub_desc {
        margin-left: 20px;
        margin-right: 20px;
    }
    .explore_area .thumb_wrap {
        flex-wrap: wrap;
    }
    .explore_area .thumb_wrap [class*="item"] {
        flex: 1 1 calc(50% - 9px);
    }
    div .why_mobizen_page .hero_wrap .embed_bg_wrap {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding-bottom: 0;
    }
    div .why_mobizen_page .hero_wrap .embed_wrap {
        max-width: none;
        padding-bottom: 48.6%;
    }
    .why_mobizen_page .why_area .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .why_mobizen_page .collaboration_area .deco_img {
        display: none;
    }
    .why_mobizen_page .collaboration_area .flex_wrap {
        align-items: center;
    }
    .why_mobizen_page .best-feature_area .flex_wrap:not(.reverse) .flex:not(.video):first-of-type {
        padding-bottom: 64px;
    }
    .why_mobizen_page .feature_list li {
        width: calc((100% - 60px) / 3);
    }
    .why_mobizen_page .sub_video_list {
        margin-top: 10px;
    }
}
@media all and (max-width: 768px) {
    body:not(.home, .page_whymb) .site {
        min-width: 280px;
    }
    .site-header {
        max-width: 100%;
        height: 0;
        margin: 0;
    }
    .slider-banner-wrap {
        display: none !important;
    }
    .siteHeaderPC,
    .siteHeaderPC .logo,
    .main-navigation {
        display: none;
    }
    .siteHeaderMobile {
        display: block;
        width: 100%;
        min-width: 280px;
        padding: 20px 5.55%;
        overflow: hidden;
    }
    .siteHeaderMobile .siteHeaderButton {
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 14px;
        right: 10px;
        width: 36px;
        height: 36px;
        background: url(/wp-content/uploads/image/common/ico-menu.png) no-repeat center/contain;
        transition: all 0.2s ease-in;
    }
    .siteHeaderMobile .siteHeaderButton.is-scroll {
        position: fixed;
        background: url(/wp-content/uploads/image/common/ico-menuScroll.png) no-repeat center;
        background-size: cover;
        transition: all 0.2s ease-in;
    }
    .siteHeaderMobile .m-link-start,
    .siteHeaderMobile .m-link-start i {
        display: none;
    }
    .is-Open .siteHeaderMobile {
        opacity: 1;
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        overflow: auto;
        background: rgba(255, 255, 255, 0.98) url(/wp-content/uploads/image/common/bg-menu.png) no-repeat center 100px;
        background-size: cover;
    }
    .is-Open .siteHeaderMobile .logo {
        opacity: 1;
        visibility: visible;
    }
    .is-Open .siteHeaderMobile .siteHeaderButton {
        display: inline-block;
        visibility: visible;
        z-index: 4;
        background: url(/wp-content/uploads/image/common/ico-menuClose.png) no-repeat center/contain;
    }
    .is-Open .m-link-start {
        position: absolute;
        left: 50%;
        bottom: 22.2222vw;
        z-index: 4;
        opacity: 1;
        visibility: visible;
        display: block;
        min-width: 150px;
        height: 48px;
        padding: 12px 32px;
        border-radius: 28px;
        background-color: #ef4a23;
        transform: translate(-50%, 0);
    }
    .is-Open .m-link-start i {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.2px;
        text-align: center;
        color: #fff;
    }
    .is-Open .siteHeaderMobile .main-navigation {
        display: block;
        margin-top: 7.22vw;
    }
    .is-Open .siteHeaderMobile .menu-container {
        position: relative;
        z-index: 3;
    }
    .is-Open .siteHeaderMobile .menu > .menu-item {
        float: inherit;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    .is-Open .siteHeaderMobile .menu > .menu-item.btn_started {
        display: none;
    }
    .is-Open .siteHeaderMobile .menu-item > a {
        padding: 28px 0;
        font-size: 18px;
    }
    .is-Open .siteHeaderMobile .menu-item-has-children > a {
        padding-bottom: 6px;
    }
    .is-Open .siteHeaderMobile .menu-item-has-children > a::after {
        display: none;
    }
    .is-Open .siteHeaderMobile .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
        box-shadow: none;
        border: 0;
        margin-bottom: 24px;
    }
    .is-Open .siteHeaderMobile .sub-menu > li {
        margin-left: 12px;
    }
    .is-Open .siteHeaderMobile .sub-menu > li + li {
        margin-top: 10px;
    }
    .is-Open .siteHeaderMobile .sub-menu > li > a {
        padding: 0;
        color: #666 !important;
    }
    .is-Open .siteHeaderMobile .sub-menu .menu-item.current-menu-item > a {
        color: #ef4a23 !important;
    }
    .is-Open .siteHeaderMobile .sub-menu > li > a::before {
        content: "•";
        width: 24px;
        text-align: center;
    }
    .is-Open .siteHeaderMobile .sub-menu.is-view {
        opacity: 1;
        transition-delay: 0.14s;
    }
    .is-Open .siteHeaderMobile .ico-phone {
        height: 13.33vw;
        background: url(/wp-content/uploads/image/common/ico-menu02.png) no-repeat center;
        background-size: 5.56vw;
    }
    .siteHeaderMobile .m-link-start i {
        display: block;
    }
    .site-footer {
        min-width: 280px;
        padding: 38px 24px;
    }
    .footer-container {
        max-width: 100%;
    }
    .footer-top-area {
        padding-bottom: 38px;
    }
    .footer-menu-area {
        display: none;
    }
    .footer-etc-area {
        flex: 1;
    }
    .sns-area li {
        padding-right: 12px;
    }
    .sns-area li:first-child {
        padding: 0 25px;
    }
    address {
        padding: 18px 0 16px;
    }
    .copyright {
        display: block;
    }
    .copyright a {
        display: block;
        margin-bottom: 16px;
    }
    .copyright span {
        display: inline-block;
        line-height: 20px;
    }
    #toTop {
        right: 2.78vw;
        bottom: 2.78vw;
    }
    .cont_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    .cont_wrap .flex_wrap.reverse .flex.video {
        min-height: auto;
    }
    .cont_wrap .flex_wrap.reverse .flex:not(.video),
    .cont_wrap .flex_wrap:not(.reverse) .flex:not(.video) {
        width: 100%;
        flex-basis: 100%;
        max-width: none;
    }
    .embed_wrap video,
    div:not(.why_mobizen_page) > .hero_wrap .embed_wrap video {
        border-radius: 0 !important;
    }
    .hero_wrap .container {
        margin-top: 100px !important;
        margin-bottom: 0;
    }
    .hero_wrap lottie-player {
        position: relative;
    }
    .features_area {
        padding-top: 60px;
    }
    .features_area .mo_tb_head_wrap {
        top: 0 !important;
        padding: 0 20px;
    }
    .features_area .mo_tb_head div,
    .features_area .tb_wrap th {
        font-size: 14px;
        line-height: 1.28;
    }
    .features_area .mo_tb_head div,
    .features_area .mo_tb_head div:first-child,
    .features_area .tb_wrap th,
    .features_area .tb_wrap th:first-child,
    .features_area .tb_wrap td:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .features_area .mo_tb_head div:nth-child(2),
    .features_area .tb_wrap th:nth-child(2),
    .features_area .tb_wrap td:nth-child(2) {
        display: none;
    }
    .features_area .tb_wrap td:nth-child(1) {
        width: 62.12%;
    }
    .features_area .mo_tb_head div:nth-child(1) {
        width: 75.12%;
    }
    .features_area .mo_tb_head div:nth-child(3) {
        width: 23.29%;
    }
    .features_area .mo_tb_head div:nth-child(4) {
        width: 28.7%;
    }
    .free-scene-templates_area .scene_list_wrap {
        display: none;
    }
    .multi-platform_area {
        padding-top: 40px;
    }
    .multi-platform_area ul {
        flex-direction: column;
        align-items: center;
        gap: 15px 0;
    }
    .explore_area {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .explore_area .thumb_wrap [class*="item"] {
        flex: 1 1 100%;
    }
    .start_area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .paggination_wrap {
        display: none !important;
    }
    .why_mobizen_page .why_area {
        padding-top: 60px;
    }
    .why_mobizen_page .live-streaming_area {
        padding-top: 60px;
    }
    .why_mobizen_page .live-streaming_area .flex.video {
        margin-top: 0;
    }
    .why_mobizen_page .best-feature_area {
        margin-top: 40px;
    }
    .why_mobizen_page .best-feature_area .sub_tit {
        margin-bottom: 40px;
    }
    .why_mobizen_page .best-feature_area .flex_wrap:not(.reverse) .flex:not(.video):last-of-type {
        padding-bottom: 20px;
    }
    .why_mobizen_page .feature_list {
        flex-direction: column;
        margin: 0 35px;
        gap: 0;
    }
    .why_mobizen_page .feature_list li {
        width: 100%;
    }
    .why_mobizen_page .sub_video_list {
        flex-wrap: wrap;
        margin: 20px;
        gap: 20px 16px;
    }
    .why_mobizen_page .sub_video_list .embed_wrap {
        width: calc((100% - 16px) / 2);
        padding-bottom: 27.365%;
        max-width: none;
    }
}
@media all and (max-width: 540px) {
    .hero_wrap .sub_tit {
        font-size: 15.5556vw;
    }
    .hero_wrap .sub_desc {
        font-size: 5.8333vw;
    }
    .hero_wrap .sub_container.w_btn .btn_round {
        font-size: 5.5556vw;
    }
    .features_area .tb_wrap table {
        font-size: 5vw;
    }
    .features_area .tb_wrap tbody td dd {
        font-size: 4.4444vw;
    }
    .cont_wrap .flex_wrap .flex:not(.video) .list_sound + p small {
        font-size: 4.4444vw;
    }
    .explore_area .thumb_wrap [class*="item"] p:not(.tit) {
        font-size: 5.8333vw;
    }
}
@media screen and (min-width: 541px) {
    .is-mobile[data-mo-banner-display="y"] .btn-slider {
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .is-mobile[data-mo-banner-display="y"] .banner-text {
        margin-right: 30px;
        margin-left: 30px;
    }
    .is-mobile .top-banner {
        min-height: 1050px;
        padding: 80px 60px;
    }
    .is-mobile .top-banner .intro span {
        font-size: 21px;
    }
    .is-mobile .top-banner .intro h2 {
        padding: 9px 0 18px;
        font-size: 60px;
    }
    .is-mobile .top-banner .intro p {
        font-size: 18px;
    }
    .is-mobile .top-banner .link-start {
        bottom: -265.5px;
        width: 324px;
        height: 324px;
    }
    .is-mobile .top-banner .link-start i {
        padding-top: 46.5px;
        font-size: 27px;
        background-size: 40.5px 16.5px;
    }
    .is-mobile .top-banner .btn-wrap img {
        width: 265px;
        height: 78px;
    }
    .is-mobile .mobizen-intro {
        height: 810px;
        padding: 519px 60px 111px;
    }
    .is-mobile .mobizen-intro h3 {
        padding-bottom: 30px;
        font-size: 36px;
    }
    .is-mobile .mobizen-intro p {
        font-size: 21px;
    }
    .is-mobile .bg-mobizenIntro {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 450px;
        height: 462px;
    }
    .is-mobile .mobizen-youtube {
        padding: 64.5px 60px 37.5px;
    }
    .is-mobile .mobizen-youtube h3 {
        padding-bottom: 63px;
        font-size: 36px;
    }
    .is-mobile .mobizen-youtube li {
        padding: 0 0 24px;
    }
    .is-mobile .mobizen-video {
        padding: 70px 60px 60px;
    }
    .is-mobile .mobizen-video h3 {
        padding-bottom: 40px;
        font-size: 36px;
    }
    .is-mobile .mobizen-video p {
        padding-bottom: 30px;
        font-size: 21px;
    }
    .is-mobile .view-mobizen {
        padding-bottom: 30px;
        font-size: 21px;
    }
    .is-mobile .view-mobizen:after {
        content: "";
        width: 36px;
        height: 15px;
        margin-left: 10px;
    }
    .is-mobile .mobizen-video .video-area {
        margin-bottom: 30px;
    }
    .is-mobile .btn-getStarted {
        min-width: 381px;
        height: 81px;
        padding: 25px 90px;
        border-radius: 40px;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
        font-size: 27px;
    }
    .is-mobile .btn-getStarted span:after {
        content: "";
        width: 37px;
        height: 18px;
        margin-left: 12px;
    }
    .is-mobile .top-banner.live-page .intro h2 {
        padding: 189px 0 102px;
    }
    .is-mobile .live-introTop {
        padding: 0 60px;
    }
    .is-mobile .live-introBottom {
        height: 1620px;
        padding: 0 60px;
        background-size: auto 810px;
    }
    .is-mobile .live-introTop .live-text {
        padding-top: 60px;
    }
    .is-mobile .live-introBottom .live-text {
        padding-top: 870px;
    }
    .is-mobile .live-text h3 {
        padding-bottom: 30px;
        font-size: 48px;
    }
    .is-mobile .live-text p {
        font-size: 21px;
    }
    .is-mobile .recording-intro {
        padding: 72px 60px 0;
    }
    .is-mobile .recording-intro h3 {
        padding-bottom: 12px;
        font-size: 48px;
    }
    .is-mobile .recording-intro p {
        padding-bottom: 33px;
        font-size: 21px;
        text-align: center;
    }
    .is-mobile .recording-info {
        height: 810px;
        padding: 0 60px 60px;
    }
    .is-mobile .recording-info h3 {
        padding-bottom: 30px;
        font-size: 48px;
    }
    .is-mobile .recording-info p {
        font-size: 21px;
    }
    .is-mobile .mobizen-video ul {
        padding-bottom: 15px;
    }
    .is-mobile .mobizen-video li {
        padding: 0 0 15px;
        font-size: 24px;
    }
    .is-mobile .mobizen-video .number li {
        padding: 0 0 15px 26px;
        text-indent: -28px;
    }
    .is-mobile .stereo-recorder {
        height: 810px;
        padding: 138px 60px 0;
    }
    .is-mobile .stereo-recorder:before {
        content: "";
        width: 127.5px;
        height: 447px;
        margin: -33px auto 0;
    }
    .is-mobile .stereo-text h3 {
        padding: 0 0 18px;
        font-size: 48px;
    }
    .is-mobile .stereo-text p {
        font-size: 21px;
        text-align: center;
    }
    .is-mobile .stereo-text .btn-wrap {
        padding: 30px 0 60px;
    }
    .is-mobile .btn-amazon {
        min-width: 270px;
        padding: 0 40px;
        font-size: 24px;
    }
    .is-mobile .mobizen-price {
        padding: 178.5px 60px 85.5px;
    }
    .is-mobile .price-intro h2 {
        padding-bottom: 37.5px;
        font-size: 60px;
    }
    .is-mobile .price-intro p {
        padding-bottom: 30px;
        font-size: 21px;
    }
    .is-mobile .price-wrap li {
        margin: 0 0 31.5px;
    }
    .is-mobile .price-wrap h3 {
        max-width: 100%;
        font-size: 31.5px;
        padding: 9px;
    }
    .is-mobile .price-wrap dl {
        min-height: 654px;
        padding: 39px 51px 45px;
    }
    .is-mobile .price-wrap dt {
        padding-bottom: 22px;
        font-size: 48px;
    }
    .is-mobile .price-wrap dt span {
        font-size: 42px;
    }
    .is-mobile .price-wrap dt i {
        font-size: 24px;
    }
    .is-mobile .price-wrap .btn-priceWrap a {
        height: 60px;
        margin: 0 auto 15px;
        padding: 10px 0;
        border-radius: 30px;
        font-size: 21px;
    }
    .is-mobile .price-wrap .free dd {
        font-size: 21px;
    }
    .is-mobile .price-wrap .btn-priceWrap {
        font-size: 24px;
    }
    .is-mobile .price-wrap .standard .btn-priceWrap {
        padding-bottom: 60px;
    }
    .is-mobile .price-wrap .standard a + div {
        padding-bottom: 60px;
        font-size: 19px;
    }
    .is-mobile .price-wrap .standard dd {
        font-size: 24px;
    }
    .is-mobile .price-wrap + .info {
        font-size: 21px;
    }
}
html:lang(ja) #menu-main li.icon01 > a::after {
    content: "Webベースのライブ配信と録画";
}
html:lang(ja) #menu-main li.icon02 > a::after {
    content: "モバイルライブ配信";
}
html:lang(ja) #menu-main li.icon03 > a::after {
    content: "モバイル画面録画";
}
html:lang(en) #menu-main li.icon01 > a::after {
    content: "PC web-based live streaming, recording";
}
html:lang(en) #menu-main li.icon02 > a::after {
    content: "Mobile Live Streaming";
}
html:lang(en) #menu-main li.icon03 > a::after {
    content: "Mobile screen recording";
}
#menu-main li.icon01 > a::after {
    content: "PC 웹기반 라이브 스트리밍, 녹화";
}
#menu-main li.icon02 > a::after {
    content: "모바일 라이브 스트리밍";
}
#menu-main li.icon03 > a::after {
    content: "모바일 화면 녹화 ";
}
#menu-main li.icon {
    position: relative;
    margin-bottom: 8px;
}
#menu-main li.icon:last-child {
    margin-bottom: 0;
}
#menu-main li.icon > a {
    align-items: flex-start;
    flex-direction: column;
    font-size: 18px;
    padding: 6px 0 6px 60px;
}
#menu-main li.icon > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 32px;
    height: 32px;
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 6px;
    background-repeat: no-repeat;
    background-position: center;
}
#menu-main li.icon01 > a::before {
    background-image: url(/wp-content/uploads/image/common/mobizen_nav_studio.svg);
}
#menu-main li.icon02 > a::before {
    background-image: url(/wp-content/uploads/image/common//mobizen_nav_live.svg);
}
#menu-main li.icon03 > a::before {
    background-image: url(/wp-content/uploads/image/common//mobizen_nav_recorder.svg);
}
#menu-main li.icon > a::after {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.menu > .menu-item:first-child .sub-menu {
    display: none;
    position: absolute;
    top: 70px;
    min-width: 420px;
    padding: 20px 24px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #c7c7c7;
    background-color: #fff;
}
.menu > .menu-item:first-child:hover .sub-menu {
    display: block;
}
@media all and (max-width: 768px) {
    .menu > .menu-item:first-child .sub-menu {
        display: block;
        position: relative;
        top: 0;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
        box-shadow: none;
        border: 0;
    }
}
