.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.inner {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}

.inner.join {
    padding-right: 20px;
    padding-left: 0px;
}

.inner.builder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    height: 64px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    background-color: #fcfcfc;
}

.header.builder {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-color: #f8f8fa;
}

.wrap.builder {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 0px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.container.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.container.builder {
    overflow: scroll;
    height: 100vh;
    max-width: 1440px;
    margin: auto auto 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.avatalk-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: transparent;
}

.avatalk-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatalk-link {
    display: inline-block;
    width: 123px;
    height: 27px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/avatalk-logo.svg');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
    transition: color 200ms ease, -webkit-transform 400ms ease;
    transition: color 200ms ease, transform 400ms ease;
    transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.logo-icon {
    position: absolute;
    right: 5px;
    top: 6px;
}

.site-link {
    text-decoration: none;
    color: #9A9A9A;
}
.avatalk-link:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: hsla(0, 0%, 100%, 0.8);
}

.join-membership {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.join-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 551px;
    height: 393px;
    margin-right: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/static/images/avatalk-main.png');
    background-position: 50% 50%;
    background-size: 551px 393px;
    background-repeat: no-repeat;
}

.text-block-2 {
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 24px;
    line-height: 30px;
}

.text-span {
    font-family: 'Noto sans kr 700', sans-serif;
    color: #ff558d;
    font-weight: 700;
}

.join-section {
    width: 420px;
    text-align: left;
}

.h1 {
    margin-bottom: 30px;
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.h1.margin20 {
    margin-bottom: 16px;
}

.field-label {
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.field-label-2 {
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.submit-button {
    display: inline-block;
    width: 420px;
    height: 54px;
    border-radius: 5px;
    background-color: #ff558d;
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.submit-button:hover {
    background-color: #241d20;
}

.submit-button:active {
    background-color: #ff558d;
}

.or-text {
    height: 19px;
    margin-top: 16px;
    margin-bottom: 32px;
    border: 1px none #000;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    font-family: Roboto, sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-rule: 93px solid #cc6565;
    column-rule: 93px solid #cc6565;
    white-space: normal;
}

.join-sns-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 54px;
    margin-bottom: 10px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    /* background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/google.svg');
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/btn_google_signin_light_normal_web.png');
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/btn_google_light_normal_ios.svg'); */
    background-position: 30% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 200';
    color: #333;
    font-weight: 500;
    text-align: center;
}

.join-sns-button:hover {
    background-color: #f7f8f8;
}

.join-sns-button:focus {
    background-color: #f7f8f8;
}

.join-sns-button.google {
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.join-sns-button.kakao {
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/kakaotalk.svg');
    font-family: 'Noto sans kr 500', sans-serif;
}

.text-field {
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-family: 'Noto sans kr 300', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.phone-number {
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-family: 'Noto sans kr 300', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.checkbox-label {
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.checkbox {
    border: 1px solid #9a9a9a;
}

.checkbox.w--redirected-checked {
    border-color: #ff558d;
    background-color: #ff558d;
}

.find-email-link {
    display: block;
    width: 110px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Noto sans kr 300', sans-serif;
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
}

.text-span-2 {
    padding-left: 4px;
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.checkbox-field {
    display: block;
    margin-bottom: 20px;
    padding-top: 0px;
}

.find-personal-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.login-link {
    display: block;
    width: 420px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Noto sans kr 300', sans-serif;
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
}

.join-link {
    display: block;
    width: 420px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Noto sans kr 300', sans-serif;
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
}

.find-password-link {
    display: block;
    width: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Noto sans kr 300', sans-serif;
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
}

.or {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.or-line-l {
    position: relative;
    top: -40px;
    width: 40%;
    padding-top: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #e1e1e1;
}

.or-line-r {
    position: relative;
    top: -40px;
    width: 40%;
    padding-top: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #e1e1e1;
}

.form {
    position: relative;
}

.send-number-button {
    position: absolute;
    left: auto;
    top: 18%;
    right: 0%;
    bottom: auto;
    margin-right: 10px;
    padding: 6px 18px;
    border: 1px none #000;
    border-radius: 5px;
    background-color: #808697;
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 12px;
}

.send-number-button:hover {
    background-color: #5d616d;
}

.send-number-button:active {
    background-color: #ff558d;
}

.send-number-button:focus {
    background-color: #ff558d;
}

.send-number-button._2 {
    left: auto;
    top: 17%;
    right: 0%;
    bottom: auto;
}

.find-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.find-email-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 118px;
    height: 86px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/avatalk-charecter.svg');
    background-position: 50% 50%;
    background-size: 118px 393px;
    background-repeat: no-repeat;
}

.verification-code {
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-family: 'Noto sans kr 300', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.find-email-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.success-message {
    display: none;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #448fff;
    font-size: 10px;
    font-weight: 500;
}

.fail-message {
    display: none;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #ff4447;
    font-size: 10px;
    font-weight: 500;
}

.title-inner {
    width: 100%;
    height: 115px;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-right: 20px;
    padding-left: 0px;
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.title-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #eee;
    background-color: #f6f7f9;
    text-align: left;
}

.title1 {
    padding-bottom: 6px;
    font-family: 'Noto sans kr 500', sans-serif;
}

.title-main {
    padding-bottom: 0px;
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.title-sub {
    display: block;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.title-sub.popup {
    margin-bottom: 10px;
    text-align: center;
}

.ava-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.avalist-wrapper {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px none #eee;
    background-color: #fcfcfc;
    text-align: left;
}

.avalist-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.text-block-5 {
    display: block;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #202a47;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.text-block-6 {
    margin-bottom: 20px;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #8c98ad;
    font-size: 12px;
    font-weight: 400;
}

.avatalk-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 230px;
    margin-right: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 20px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.avatalk-card.last {
    margin-right: 0px;
}

.avatalk-card.new {
    width: 260px;
    margin-right: 0px;
}

.avatalk-card.frofile {
    position: relative;
    width: 260px;
    margin-right: 0px;
}

.avatalk-card.blank {
    width: 260px;
    margin-right: 0px;
    border-style: dashed;
    border-color: #ddd;
    box-shadow: none;
}

.avatalk-card.blank.last {
    width: 260px;
}

.frofile-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.name-text {
    display: block;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #202a47;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.frofile-image {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    border-radius: 100px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/frofile-image1.png');
    background-position: 0px 0px;
    background-size: auto;
}

.frofile-image._2 {
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/frofile-image2.png');
}

.frofile-image.blank {
    margin-right: 14px;
    background-color: #f3f3f3;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/emoji.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.frofile-text {
    margin-bottom: 20px;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #333;
    font-size: 10px;
    font-weight: 400;
}

.frofile-button {
    width: 180px;
    height: 40px;
    padding-left: 40px;
    border-radius: 10px;
    background-color: #ff558d;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/edit-icon.svg');
    background-position: 16% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}

.hambuger-menu {
    position: absolute;
    left: auto;
    top: 5%;
    right: 6%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.menu-button {
    width: 24px;
    height: 24px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/hambuger-icon.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.frofile-correct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 76px;
    height: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #dbd8d8 #dbd8d8 #ededed;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}

.link {
    color: #a5a3a3;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.link.green {
    color: #82df73;
    text-align: center;
}

.link.red {
    color: #ec4e4e;
}

.link.left {
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 7px;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #4e4949;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
}

.link.left.red {
    color: #b84d4d;
}

.link.left.gray {
    color: #a5a3a3;
}

.copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 76px;
    height: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dbd8d8;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
    text-align: left;
}

.delete {
    display: block;
    width: 76px;
    height: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #ededed #dbd8d8 #dbd8d8;
    border-radius: 0px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}

.hambuger-popup {
    display: none;
}

.blank-text {
    margin-bottom: 20px;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #d1d7e2;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.dropdown-toggle {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-8 {
    margin-right: 18px;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #999;
}

.icon {
    display: block;
    margin-right: 0px;
    font-family: Roboto, sans-serif;
    color: #999;
    font-weight: 500;
}

.dropdown-list {
	left: 57%;
    top: 125%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: hsla(0, 0%, 86.7%, 0);
    text-align: right;
}

.frofile-dropdown-list {
    display: block;
}

.account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 34px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #dbd8d8 #dbd8d8 #ededed;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}

.fee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 34px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dbd8d8;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
    text-align: left;
}

.logout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 34px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #ededed #dbd8d8 #dbd8d8;
    border-radius: 0px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
    text-align: left;
}

.image {
    width: 18px;
    height: 18px;
}

.frofile-setting-popup {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: none;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-layer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 500px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
}

.popup-layer.frofile {
    width: 600px;
    height: 400px;
}

.popup-layer.pc-preview {
    top: auto;
    border-radius: 10px;
}

.popup-layer.withdraw {
    width: 326px;
    height: 233px;
}

.titile-text.popup {
    padding-top: 25px;
}

.frofile-setting-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button {
    width: 110px;
    border-radius: 5px;
    background-color: #808697;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/upload-icon.svg');
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}

.avatalk-name-setting {
    height: 30px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #e5e5e5 #e5e5e5 #cfd3da;
    border-radius: 0px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/edit-icon-1.svg');
    background-position: 98% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 300', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.save-button {
    width: 160px;
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff558d;
    border-radius: 10px;
    background-color: #fff;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/edit-icon.svg');
    background-position: 16% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}

.x-button {
    position: absolute;
    left: auto;
    top: 3%;
    right: 2%;
    bottom: auto;
    width: 18px;
    height: 18px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/x-button-g.svg');
    background-position: 100% 0%;
    background-size: auto;
    background-repeat: no-repeat;
}

.account-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px none #eee;
    background-color: hsla(0, 0%, 98.8%, 0);
    text-align: left;
}

.account-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: 1280px;
    margin: 20px auto 0px;
    padding: 20px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.h2 {
    margin-bottom: 5px;
    font-family: 'Noto sans kr 700', sans-serif;
    font-weight: 700;
}

.text-block-9 {
    margin-top: -3px;
    padding-top: 0px;
    font-family: 'Noto sans kr 400', sans-serif;
    line-height: 20px;
    font-weight: 400;
}

.account-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 46px;
    margin-bottom: 10px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background-color: #fff;
    line-height: 14px;
}

.text-block-10 {
    margin-right: 20px;
    padding-top: 5px;
    font-family: 'Noto sans kr 400', sans-serif;
    line-height: 14px;
    font-weight: 400;
}

.notice-toggle-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.toggle-button {
    position: relative;
    display: inline-block;
}

.toggle-button._2 {
    margin-top: 4px;
}

.toggle {
    width: 46px;
    height: 26px;
    border-style: none;
    border-width: 1px;
    border-color: #ff558d;
    border-radius: 30px;
    background-color: #ff558d;
    cursor: pointer;
}

.toggle-round {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 3px;
    border-style: none;
    border-width: 1px;
    border-color: #ff558d;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
}

.toggle-round.on {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 3px;
    margin-left: 0px;
}

.account-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 54px;
    margin-right: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    text-align: center;
}

.button-2:hover {
    background-color: #f7f8f8;
}

.ava-popup {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.close-button {
    width: 140px;
    height: 40px;
    margin-top: 0px;
    margin-right: 20px;
    padding-left: 15px;
    border-style: none;
    border-width: 1px;
    border-color: #ff558d;
    border-radius: 10px;
    background-color: #d6d6d6;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.quit-button {
    display: block;
    width: 140px;
    height: 40px;
    padding-left: 15px;
    border-radius: 10px;
    background-color: #6774bb;
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.grid {
    width: 100%;
    max-width: 1150px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 60px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.preview-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 430px;
    height: 100vh;
    padding: 20px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e6e8ed;
    background-image: -webkit-gradient(linear, right top, left top, from(#e6e8ed), to(#f8f8fa));
    background-image: linear-gradient(270deg, #e6e8ed, #f8f8fa);
}

.builder-wrap {
    width: 100%;
    height: 100vh;
    padding-top: 20px;
}

.preview-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.preview-interface {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 370px;
    height: 690px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 30px;
    background-color: #151f32;
    box-shadow: 3px 3px 6px 4px rgba(0, 0, 0, 0.12);
}

.preview-interface.pc {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    border-radius: 10px;
}

.interface-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 350px;
    height: 670px;
    padding: 10px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #2a364d;
    box-shadow: inset -1px 1px 50px 0 rgba(247, 247, 255, 0.5);
}

.interface-wrap.pc {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-left: 0%;
    padding: 0% 0% 0% 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    box-shadow: none;
}

.mobile-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 134px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pc-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 86px;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(118, 128, 146, 0.3);
    border-radius: 10px;
    background-color: #e7e7e7;
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-align: center;
}

.text-block-11 {
    font-family: 'Noto sans kr 300', sans-serif;
    color: #202a47;
    font-size: 16px;
    font-weight: 300;
}

.text-span-3 {
    font-family: 'Noto sans kr 500', sans-serif;
}

.tabs {
    overflow: visible;
    width: 100%;
    height: 94%;
    margin-left: 0px;
    padding-left: 40px;
}

.charecter-upload-tab {
    width: auto;
    height: auto;
    margin-top: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.charecter-upload-tab._2d {
    display: block;
    height: auto;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.charecter-upload-tab._3d {
    display: block;
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.tabs-menu {
    margin-right: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.tab-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 4px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #181116;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.tab-text.sub {
    margin-top: 6px;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #7d7d7d;
    font-size: 10px;
    font-weight: 400;
}

.tab-text.sub2 {
    margin-top: 12px;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #354574;
    font-size: 12px;
    font-weight: 700;
}

.tab-text._12 {
    margin-bottom: 12px;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.charecter-choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 92px;
    margin-left: 15px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: #fcfcfc;
}

.div-block-2:hover {
    border-width: 2px;
    border-color: rgba(76, 79, 167, 0.14);
    background-color: #fdfaff;
    color: #2c2c2c;
}

.div-block-2:active {
    border-style: solid;
    border-color: #4c4fa7;
    background-color: rgba(76, 79, 167, 0.15);
}

.div-block-2:focus {
    border-color: #4c4fa7;
    background-color: rgba(76, 79, 167, 0.15);
}

.charecter-image {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #dce0e8;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/2d-image.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.charecter-image:active {
    background-color: #4c4fa7;
}

.charecter-image:focus {
    background-color: #4c4fa7;
}

.charecter-image._3d {
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/3d-image.png');
}

.text-block-12 {
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #181116;
    font-size: 16px;
    font-weight: 700;
}

.text-block-13 {
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 7px;
    line-height: 16px;
}

.div-block-3 {
    padding-left: 14px;
}

.chracter-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background-color: #fff;
}

.chracter-checkbox:hover {
    background-color: rgba(75, 79, 173, 0.5);
}

.chracter-checkbox:active {
    background-color: #4c4fa7;
}

.chracter-checkbox:focus {
    background-color: #4c4fa7;
}

.chracter-checkbox._2 {
    margin-right: 195px;
}

.motion {
    width: 330px;
}

.motion-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.motion-title.vertical {
    margin-top: 16px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.motion-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 860px;
    height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #e6e9f3;
}

.motion-list:hover {
    border-style: solid;
    border-color: rgba(76, 79, 167, 0.7);
    background-color: rgba(76, 79, 167, 0.1);
}

.motion-list.last {
    border-bottom-style: solid;
}

._2d-motion-upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-span-4 {
    font-family: 'Noto sans kr 400', sans-serif;
    color: #c9c8c8;
    font-size: 8px;
    line-height: 10px;
    font-weight: 400;
}

.number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 44px;
    margin-right: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e7e9f4;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #969aa3;
    font-size: 15px;
    line-height: 10px;
    font-weight: 500;
    text-align: center;
}

.name-text-form {
    width: 240px;
    height: 26px;
    margin-right: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
    background-color: hsla(0, 0%, 100%, 0);
    opacity: 0.5;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.name-text-form._2 {
    width: 64px;
    margin-right: 0px;
}

.name-text-form._3 {
    overflow: visible;
    width: 96%;
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0);
    opacity: 0.7;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.name-text-form._4 {
    overflow: visible;
    width: 96%;
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
}

.file-upload-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 30px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 5px;
    background-color: #bec6d7;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/upload-icon.svg');
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.file-upload-btn:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #ccd8f1;
    background-color: #a4b3d1;
}

.file-upload-btn.edit {
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #334569;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/Trash-icon-red.svg');
    background-position: 90% 50%;
}

.file-upload-btn.hide {
    display: none;
}

.form-3 {
    height: 26px;
}

.name-form {
    height: 26px;
    width: 320px;
    margin-bottom: 0px;
    margin-left: 132px;
}

.motion-plus-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 32px;
    margin-right: 60px;
    margin-left: 0px;
    padding: 0px 12px 1px 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 5px;
    background-color: #e4e5f2;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/plus-button.svg');
    background-position: 8% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #4c4fa7;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.motion-plus-btn:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #ced0e9;
}

.motion-btn {
    position: absolute;
    left: 8%;
    top: 3%;
    right: auto;
    bottom: auto;
    z-index: 3;
    display: inline-block;
    width: auto;
    height: auto;
    clear: left;
    border: 1px solid #94a7c6;
    border-radius: 30px;
    background-color: #fff;
}

.motion-btn.pc {
    left: 6%;
    top: 11%;
    font-size: 20px;
}

.text-block-15 {
    padding: 6px 10px;
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
}

.text-block-15.pc {
    padding: 10px 14px;
    font-size: 16px;
}

.info-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.image-2 {
    margin-right: 8px;
}

.text-block-16 {
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 12px;
}

.preview-area {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 100%;
    margin-bottom: 10px;
    padding: 10px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px dashed #798995;
    border-radius: 20px;
}

.preview-area.talk {
    width: auto;
    height: auto;
    padding-right: 6px;
    padding-left: 6px;
}

.preview-area.btn {
    overflow: visible;
    height: auto;
    max-height: none;
    min-height: auto;
    margin-bottom: 0px;
    text-align: center;
}

.preview-area.btn.pc {
    height: auto;
    margin-right: 0px;
}

.preview-area.pc {
    width: auto;
    height: 100%;
    margin-right: 40px;
}

.ava-watermark {
    display: block;
    height: 13px;
    padding-top: 0px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/avatalk-logo-w.svg');
    background-position: 50% 50%;
    background-size: 70px;
    background-repeat: no-repeat;
}

.logo-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.avatalk-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 24px;
    margin-top: 1px;
    margin-left: 4px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #4c4fa7;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.menu-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.delete-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 124px;
    ;
    height: 30px;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 14px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e9eaeb;
    border-radius: 5px;
    background-color: #eaeaec;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/Trash-icon-o.svg');
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #929292;
    font-size: 12px;
    font-weight: 400;
}

.delete-btn:hover {
    border-color: #ccd8f1;
}

.delete-btn.active {
    border-color: #f9ecf1;
    background-color: #f9ecf1;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/Trash-icon-red.svg');
    background-position: 10% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #e55e8a;
    font-weight: 500;
}

.publishing-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96px;
    height: 30px;
    margin-right: 18px;
    margin-left: 0px;
    padding-right: 14px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #5ea4e5;
    border-radius: 5px;
    background-color: #5ea4e5;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/publish-icon.svg');
    background-position: 13% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.publishing-btn:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #2b83d6;
    background-color: #5ea4e5;
}

.publishing-btn:active {
    border-color: #1c7cbe;
    background-color: #1c7cbe;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/publish-icon.svg');
    background-position: 13% 50%;
    background-size: auto;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #fff;
    font-weight: 500;
}

.menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #d7d7d7;
}

.home-icon {
    width: 28px;
    height: 28px;
    margin-left: 14px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/home-icon.svg');
    background-position: 100% 10%;
    background-size: auto;
    background-repeat: no-repeat;
}

.div-block-4 {
    width: 18px;
    height: 18px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/question-icon.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.div-block-4 .tooltiptext {
    visibility: hidden;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #423f3f;
    font-family: 'Noto sans kr 400', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    padding: 6px 10px;
    position: absolute;
    z-index: 1;
}

.div-block-4 {
    position: relative;
    display: block;
}

.div-block-4 .tooltiptext::after {
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 5px;
}

.div-block-4:hover .tooltiptext {
    visibility: visible;
}

.div-block-4 .tooltip-top {
    width: 120px;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
}

.div-block-4 .tooltip-top::after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: black transparent transparent transparent;
}

.tab-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #181116;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.tab-text-wrap.talk {
    padding-bottom: 12px;
    padding-left: 16px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #eee;
}

.text-block-17 {
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.text-block-18 {
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

._3d-motion-upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.upload-guide {
    width: 140px;
    height: 20px;
    border-radius: 10px;
    background-color: #d5d6d9;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.tab-sub-text {
    width: 30%;
    margin-right: 0px;
    margin-bottom: 10px;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.tab-sub-text.last {
    width: 220px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.tab-sub-text.auto {
    width: auto;
}

.upload-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab-link-tab-1-2 {
    background-color: hsla(0, 0%, 78.4%, 0);
}

.tab-link-tab-1-2.w--current {
    border-bottom: 3px solid #ff558d;
    background-color: hsla(0, 0%, 78.4%, 0);
}

.tab-link-tab-2-2 {
    background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-2-2.w--current {
    border-bottom: 3px solid #ff558d;
    background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-19 {
    font-family: 'Noto sans kr 500', sans-serif;
    font-weight: 500;
}

.text-block-20 {
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.text-block-21 {
    border: 3px none #000;
    font-family: 'Noto sans kr 700', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.tabs-menu-2 {
    border-bottom: 1px solid #d3d3d3;
}

._2d-motion-upload-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-block-22 {
    width: 210px;
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.tab-pane-tab-2 {
    margin-top: 0px;
}

.modify {
    margin-top: 20px;
}

.modify-graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

.graph {
    position: relative;
    width: 386px;
    height: 16px;
    margin-right: 14px;
    background-color: #eff0f2;
}

.graph-text {
    font-family: 'Noto sans kr 400', sans-serif;
    line-height: 14px;
}

.div-block-6 {
    position: absolute;
    width: 80%;
    height: 16px;
    background-color: #4c4fa7;
}

.modify-form {
    margin-bottom: 10px;
}

.field-label-3 {
    margin-bottom: 10px;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #a5a3a3;
    font-weight: 400;
}

.position-x {
    margin-right: 30px;
}

.form-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-field-2 {
    width: 170px;
    height: 29px;
    background-color: #ededed;
}

.text-block-23 {
    margin-top: 20px;
    padding-bottom: 0px;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #a5a3a3;
    font-weight: 400;
}

.form-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

.text-field-3 {
    width: 170px;
    height: 29px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 85.3%, 0);
}

.talk-tab {
    width: 98%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
    line-height: 28px;
}

/* .charecter-tab-link {
    background-color: hsla(0, 0%, 78.4%, 0);
} */

/* .charecter-tab-link.w--current {
    padding-right: 20px;
    padding-left: 40px;
    border-style: none none solid;
    border-width: 1px 1px 5px;
    border-color: #000 #000 #ff558d;
    background-color: hsla(0, 0%, 78.4%, 0);
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/charecter-upload-icon-o.svg');
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 700', sans-serif;
    font-weight: 700;
} */

.talk-tab-link {
    background-color: hsla(0, 0%, 86.7%, 0);
}

.talk-tab-link.w--current {
    padding-right: 20px;
    padding-left: 40px;
    border-style: none none solid;
    border-width: 1px 1px 5px;
    border-color: #e55e8a #e55e8a #ff558d;
    border-radius: 0px;
    background-color: hsla(0, 0%, 86.7%, 0);
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/talking-icon-o.svg');
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.google-analistics-tab-link {
    background-color: hsla(0, 0%, 86.7%, 0);
}
.google-analistics-tab-link.w--current {
    padding-right: 20px;
    padding-left: 40px;
    border-style: none none solid;
    border-width: 1px 1px 5px;
    border-color: #000 #000 #ff558d;
    background-color: hsla(0, 0%, 86.7%, 0);
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/graph-icon.svg');
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto sans kr 700', sans-serif;
    font-weight: 700;
}

.charecter-tab-pane {
    padding-right: 20px;
    padding-bottom: 20px;
}

.talk-tab-pane {
    padding-right: 0px;
    padding-bottom: 0px;
}

.design-tab-pane {
    padding-right: 20px;
    padding-bottom: 20px;
}
.google-analistics-tab-pane {
    padding-right: 20px;
    padding-bottom: 20px;
}

.talk-scenario-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.scenario-list {
    position: relative;
    overflow: visible;
    width: 160px;
    height: auto;
    margin-left: 0px;
    padding-right: 4px;
    padding-left: 4px;
    border-right: 1px solid #eee;
}

.scenario-maker {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 20px;
}

.scenario-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-radius: 5px;
    background-color: #e4e5f2;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #4c4fa7;
    font-weight: 500;
}

.scenario-list-item:focus {
    background-color: #e4e5f2;
    font-family: 'Noto sans kr 700', sans-serif;
    font-weight: 700;
}

.scenario-list-item.off {
    background-color: #fcfcfc;
}

.text-block-24 {
    font-family: 'Noto sans kr 700', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.text-block-24.off {
    font-family: 'Noto sans kr 500', sans-serif;
    color: #333;
    font-weight: 500;
}

.scenario-icon {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/scenario-icon-n.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}

.scenario-icon.start {
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/start-icon-o.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.scenario-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-radius: 5px;
    background-color: rgba(228, 229, 242, 0);
    font-family: 'Noto sans kr 500', sans-serif;
    color: #4c4fa7;
    font-weight: 500;
}

.scenario-plus:focus {
    background-color: #e4e5f2;
    font-family: 'Noto sans kr 700', sans-serif;
    font-weight: 700;
}

.scenario-plus-icon {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/plus-button.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-block-25 {
    color: #6774bb;
    font-size: 12px;
    line-height: 16px;
}

.talk-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 97%;
    margin-top: 20px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e6e6e6;
}

.talk-button {
    margin-top: 40px;
}

.scenario-name-form {
    height: 26px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.form-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-8 {
    width: 20px;
    height: 20px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/edit-icon-big.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.div-block-8:hover {
    cursor: pointer;
}

.description {
    margin-right: 20px;
}

.description-input-form {
    width: 269px;
    height: 82px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.imoji {
    width: 14px;
    height: 14px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/charecter-upload-icon-n.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.dropdown-2 {
    width: 250px;
    height: auto;
}

.dropdown-2:hover {
    border-radius: 5px;
    outline-color: rgba(76, 79, 167, 0.2);
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 3px;
}

.dropdown-toggle-3 {
    width: 250px;
    padding: 6px 20px 6px 10px;
    border-radius: 5px;
    background-color: #f7faff;
}

.dropdown-toggle-3.w--open {
    background-color: #fff;
}

.icon-2 {
    margin-right: 10px;
    color: #8789b9;
}

.text-block-26 {
    font-family: 'Noto sans kr 500', sans-serif;
    color: #454951;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-list-2 {
    z-index: 0;
    margin-top: 10px;
}

.dropdown-list-2.w--open {
    z-index: 999;
    margin-top: 4px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 2px rgba(85, 99, 126, 0.18);
}

.dropdown-link {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #a5a3a3;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-link-2 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #a5a3a3;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-link-3 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #a5a3a3;
    font-size: 12px;
    font-weight: 500;
}

.talk-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.talk-button-input {
    margin-right: 20px;
}

.talk-input-form {
    width: 250px;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
}

.talk-input-form.bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    margin-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .talk-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(76, 79, 167, 0.4);
    border-radius: 5px;
    background-color: #f7faff;
}

.talk-form:hover {
    outline-color: rgba(76, 79, 167, 0.2);
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 3px;
} */

.description-form-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(120, 142, 174, 0.3);
    border-radius: 20px;
    background-color: #fff;
}

.description-form-copy:hover {
    outline-color: rgba(76, 79, 167, 0.2);
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 3px;
}

.talk-button-dropdown {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 90px;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(120, 142, 174, 0.3);
    border-radius: 5px;
}

.dropdown-toggle-next-scenario {
    width: 250px;
    padding: 4px 20px 4px 10px;
    border: 1px solid #d0d5e7;
    border-radius: 5px;
    background-color: #fcfcfc;
}

.dropdown-toggle-next-scenario.w--open {
    background-color: #fff;
}

.nextscen-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 36px;
    margin-top: 4px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none none solid;
    border-width: 1px;
    border-color: rgba(120, 142, 174, 0.3);
    border-radius: 0px;
    background-color: #fff;
}

.nextscen-form.bg {
    height: 30px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

.talk-button-next {
    width: 43px;
    height: 30px;
    margin-top: 4px;
    border-radius: 5px;
    background-color: #f2f4f7;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/next-icon.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.talk-button-next:hover {
    cursor: pointer;
    background-color: #dcdee9;
    box-shadow: none;
}

/* .scenario-plus-button {
    width: 138px;
    height: 32px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #e4e5f2;
}

.scenario-plus-button:hover {
    border-radius: 5px;
    background-color: #cdd0ff;
} */

.design-tab {
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.google-analistics-tab {
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.bg-design {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.motion-button-design {
    margin-bottom: 20px;
}

.text-design {
    margin-bottom: 20px;
}

.talk-button-design {
    margin-bottom: 20px;
}

.bg-upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-9 {
    margin-right: 30px;
}

.form-5-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.color-change-field {
    width: 130px;
    height: 29px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 85.3%, 0);
}

.color-change-field:focus {
    color: #979797;
}

.color-change-field.color2 {
    background-color: #51668d;
    color: #fff;
}

.design-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-11 {
    position: absolute;
    left: 594px;
    width: 12px;
    height: 12px;
    padding-left: 0px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/Frame-5.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.round-change-field {
    width: 70px;
    height: 29px;
    margin-bottom: 0px;
    padding-left: 30px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 85.3%, 0);
}

.next-text-form {
    width: auto;
    height: 26px;
    margin-right: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
    background-color: hsla(0, 0%, 100%, 0);
    font-family: 'Noto sans kr 500', sans-serif;
    color: #95a1b9;
    font-size: 14px;
    font-weight: 500;
}

.next-text-form._3 {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0);
    opacity: 0.48;
    color: #000;
    font-size: 12px;
}

.url-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copy-url {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 30px;
    padding-right: 4px;
    padding-left: 4px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #a7cff4;
}

.link-url {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 30px;
    padding-left: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #bcbdcc;
    border-radius: 2px;
    text-align: left;
}

.text-block-28 {
    direction: ltr;
    text-decoration: underline;
    white-space: normal;
    color: black;
}

.copy-icon {
    width: 16px;
    height: 16px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/copy-icon.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.link-icon {
    width: 16px;
    height: 16px;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/external-link-icon.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.text-block-29 {
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.qr-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image-3 {
    width: 300px;
    height: 300px;
}

.charecter-sample {
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/sample-image.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.talk-sample {
    position: static;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    display: none;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.text-block-30 {
    font-family: 'Noto sans kr 700', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.text-block-30.pc {
    font-family: 'Noto sans kr 500', sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.5px;
}

.publishing-button-popup {
    position: absolute;
    left: auto;
    top: 0%;
    right: -18%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    height: auto;
    margin-top: 20px;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #9ed1ff;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.preview-area-wrap {
    position: relative;
    height: 80%;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.preview-area-wrap-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.preview-area-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: scroll;
    height: 100%;
    padding: 0px;
    -o-object-fit: fill;
    object-fit: fill;
}

.preview-area-wrapper.pc {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0% 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.logo-wrap {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 2px;
    z-index: auto;
    display: block;
    width: 260px;
    margin-top: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}

.logo-wrap.pc {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 2%;
    margin-right: auto;
    margin-left: auto;
}

.popup-xbutton {
    position: absolute;
    left: auto;
    top: 0%;
    right: -4%;
    bottom: auto;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-color: #e3e6ec;
    background-image: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/x-button-r.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.pc-preview-popup {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: none;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.pc-preview-popup.pc-preview-interface {
    z-index: 999;
    display: none;
}

.charecter-crop-popup {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: none;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.charecter-crop-popup._2d-charecter-crop {
    z-index: 999;
    display: none;
}

.dropdown-toggle-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.publishing-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #000 #d7d7d7 #000 #000;
    border-radius: 5px;
    background-color: rgba(94, 164, 229, 0);
    font-family: 'Noto sans kr 400', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.publishing-text:hover {
    border-style: none;
    border-width: 2px;
    border-color: #2b83d6;
    border-radius: 0px;
    background-color: rgba(94, 164, 229, 0);
}

.publishing-text:active {
    border-color: #1c7cbe;
    background-color: #1c7cbe;
    font-family: 'Noto sans kr 700', sans-serif;
    color: #fff;
    font-weight: 500;
}

.scenario-plus-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-radius: 5px;
    background-color: rgba(228, 229, 242, 0);
    font-family: 'Noto sans kr 500', sans-serif;
    color: #4c4fa7;
    font-weight: 500;
}

.scenario-plus-link:focus {
    background-color: #e4e5f2;
    font-family: 'Noto sans kr 700', sans-serif;
    font-weight: 700;
}

.scenario-plus-link.dropdown-link {
    width: auto;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
}

.dropdown-3 {
    z-index: 999;
    width: 250px;
    height: 30px;
    margin-top: 4px;
}

.dropdown-3:hover {
    border-radius: 2px;
    outline-color: rgba(76, 79, 167, 0.2);
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 1px;
}

.dropdown-toggle-next-scenario-choose {
    width: 250px;
    height: 30px;
    margin-top: 0px;
    padding: 7px 20px 4px 10px;
    border: 1px solid #d0d5e7;
    border-radius: 2px;
    background-color: #fcfcfc;
}

.dropdown-toggle-next-scenario-choose.w--open {
    background-color: #fff;
}

.text-block-26-copy {
    font-family: 'Noto sans kr 500', sans-serif;
    color: #454951;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.search-form {
    width: 230px;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
}

.search-form-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    height: 36px;
    margin-top: 4px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: rgba(120, 142, 174, 0.3);
    border-radius: 0px;
    background-color: #fff;
}

.image-4 {
    width: 22px;
    height: 22px;
    margin-right: 2px;
    padding-right: 3px;
    border-right: 1px solid #e6e6e6;
}

.tooptip {
    position: absolute;
    left: 21%;
    top: 3%;
    right: auto;
    bottom: auto;
    display: block;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #222;
    font-family: 'Noto sans kr 400', sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}

.tabs-content {
    overflow: scroll;
    height: 90%;
}

.button-sample {
    width: 230px;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 30px;
    background-color: #5661dd;
    font-family: 'Noto sans kr 400', sans-serif;
    line-height: 26px;
    font-weight: 400;
}

.button-sample:hover {
    outline-color: #b5a4ff;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 2px;
}

.button-sample.last {
    margin-bottom: 0px;
}

.button-sample.pc {
    width: auto;
    max-width: 400px;
    margin-bottom: 14px;
    padding: 10px 20px;
    border-radius: 20px;
    font-family: 'Noto sans kr 500', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.text-block-32 {
    font-family: 'Noto sans kr 500', sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.placeholder-text-style {
    font-family: 'Noto sans kr 400', sans-serif;
    color: #9ea5f0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.button-sample-wrap {
    display: none;
    margin-right: auto;
    margin-left: auto;
}

.button-sample-wrap.pc {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
}

.copyright-wrapper {
    position: absolute;
    bottom: 120px;
    left: 5%;
    transform: translateX(-10%);
    color: #9A9A9A;
}

@media screen and (max-width: 991px) {
    .inner.join {
        padding-right: 0px;
    }

    .wrap {
        overflow: scroll;
        width: auto;
        height: 100vh;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .avatalk-menu.builder {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .copyright-wrapper {
        bottom: 100px;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .join-bg {
        display: none;
    }

    .send-number-button {
        left: auto;
        top: 18%;
        right: 0%;
        bottom: auto;
    }

    .send-number-button._2 {
        left: auto;
        top: 16%;
        right: 0%;
        bottom: auto;
    }

    .find-email-bg {
        display: block;
    }

    .avatalk-card.new {
        width: 250px;
    }

    .avatalk-card.frofile {
        width: 250px;
    }

    .avatalk-card.blank {
        width: 250px;
    }

    .avatalk-card.blank.last {
        width: 250px;
    }

    .body {
        max-width: none;
        overflow-y: hidden;
    }

    .grid {
        max-width: 800px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .preview-wrap {
        padding-right: 75px;
        padding-left: 75px;
    }

    .motion-list {
        width: 680px;
    }

    .text-block-21 {
        font-family: 'Noto sans kr 500', sans-serif;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .inner {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .inner.builder {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .logo-icon {
        top: 16px;
    }
    .header {
        padding-top: 0px;
    }

    .header.builder {
        width: auto;
    }

    .container {
        height: auto;
        padding-top: 40px;
    }

    .copyright-wrapper {
        bottom: -80px;
    }

    .container.home {
        padding-top: 0px;
    }

    .container.builder {
        height: 100%;
        padding-top: 0px;
    }

    .avatalk-menu {
        z-index: auto;
        margin-top: 0px;
        padding-top: 12px;
    }

    .avatalk-menu.builder {
        width: 100vw;
        margin-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .avatalk-logo {
        height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .avatalk-link {
        margin-left: 0px;
    }

    .send-number-button {
        left: auto;
        top: 18%;
        right: 0%;
        bottom: auto;
    }

    .send-number-button._2 {
        left: auto;
        top: 17%;
        right: 0%;
        bottom: auto;
    }

    .title-inner {
        padding-left: 0px;
    }

    .title-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ava-list-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .avalist-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .avalist-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .avatalk-card.new {
        margin-bottom: 20px;
    }

    .avatalk-card.frofile {
        margin-bottom: 20px;
    }

    .avatalk-card.blank {
        margin-bottom: 20px;
    }

    .avatalk-card.blank.last {
        margin-bottom: 20px;
    }

    .frofile-button {
        width: 160px;
        background-size: 20px;
        font-size: 16px;
    }

    .popup-layer.frofile {
        width: 400px;
    }

    .save-button {
        width: 160px;
        background-size: 20px;
        font-size: 16px;
    }

    .account-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .account-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-info {
        width: 100%;
    }

    .account-button {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .button-2 {
        width: 48%;
        margin-right: 0px;
    }

    .close-button {
        width: 140px;
        background-image: none;
        font-size: 14px;
    }

    .quit-button {
        width: 140px;
        background-image: none;
        font-size: 14px;
    }

    .grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .preview-wrap {
        padding-right: 75px;
    }

    .charecter-upload-tab {
        width: 100vh;
        margin-right: 20px;
    }

    .logo-section {
        width: 50%;
    }

    .menu-section {
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    .inner {
        position: relative;
    }

    .inner.join {
        width: 100%;
    }
    
    .logo-icon {
        top: 16px;
    }

    .wrap.builder {
        overflow: hidden;
    }

    .container {
        padding-top: 20px;
    }

    .container.home {
        padding-top: 0px;
    }

    .container.builder {
        position: relative;
        overflow: visible;
        max-width: none;
        margin-right: 0px;
        margin-left: 0px;
    }

    .join-membership {
        position: static;
        width: 100%;
        min-width: auto;
        padding-top: 20px;
    }

    .join-section {
        position: static;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: block;
        width: 95%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .h1 {
        text-align: center;
    }

    .submit-button {
        width: 100%;
        min-width: auto;
    }

    .or-text {
        margin-top: 4px;
        margin-bottom: 20px;
    }

    .join-sns-button.google {
        width: auto;
        background-position: 20% 50%;
    }

    .join-sns-button.kakao {
        width: auto;
        background-position: 20% 50%;
    }

    .text-field {
        font-family: 'Noto sans kr 200';
        font-size: 12px;
        font-weight: 200;
    }

    .phone-number {
        font-family: 'Noto sans kr 200';
        font-size: 12px;
        font-weight: 200;
    }

    .find-email-link {
        width: auto;
    }

    .checkbox-field {
        margin-top: 8px;
        margin-bottom: 15px;
    }

    .login-link {
        width: auto;
    }

    .join-link {
        width: auto;
    }

    .find-password-link {
        width: auto;
    }

    .or-line-l {
        top: -30px;
    }

    .or-line-r {
        top: -30px;
    }

    .send-number-button {
        left: auto;
        top: 19%;
        right: 0%;
        bottom: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .send-number-button._2 {
        left: auto;
        top: 17%;
        right: 0%;
        bottom: auto;
    }

    .find-email {
        position: static;
        width: 100%;
        min-width: auto;
        padding-top: 20px;
    }

    .verification-code {
        font-family: 'Noto sans kr 200';
        font-size: 12px;
        font-weight: 200;
    }

    .title-inner {
        padding-left: 0px;
    }

    .title-wrapper {
        position: relative;
    }

    .ava-list-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .avalist-wrapper {
        position: relative;
    }

    .avalist-inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .avatalk-card.new {
        margin-right: 0px;
    }

    .avatalk-card.frofile {
        margin-right: 0px;
    }

    .frofile-button.popup {
        width: 100%;
    }

    .popup-layer.frofile {
        width: 95%;
        height: 500px;
    }

    .avatalk-name-setting {
        font-family: 'Noto sans kr 200';
        font-size: 12px;
        font-weight: 200;
    }

    .save-button {
        width: 100%;
        margin-bottom: 20px;
    }

    .account-wrapper {
        position: relative;
    }

    .account-inner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .account-info {
        width: 100%;
    }

    .account-button {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .button-2 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .form-2 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .grid {
        max-width: none;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .preview-wrap {
        width: 430px;
        padding-right: 75px;
        padding-left: 75px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .builder-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
    }

    .tabs {
        width: auto;
    }

    .charecter-upload-tab {
        width: auto;
    }

    .tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@font-face {
    font-family: 'Noto sans kr 700';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/noto-sans-kr-v27-korean-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto sans kr 900';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/noto-sans-kr-v27-korean-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto sans kr 300';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/noto-sans-kr-v27-korean-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto sans kr 100';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/noto-sans-kr-v27-korean-100.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto sans kr 400';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/noto-sans-kr-v27-korean-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto sans kr 500';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/noto-sans-kr-v27-korean-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansKRBold';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NotoSansKR-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NanumSquareRoundOTFB.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareBold';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NanumSquareB.woff') format('woff');
}

@font-face {
    font-family: 'NanumMyeongjoExtraBold';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NanumMyeongjoExtraBold.woff') format('woff');;
}

@font-face {
    font-family: 'MaruBuri';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/MaruBuri-Bold.woff') format('woff');
}

@font-face {
    font-family: 'SeoulHangangExtraBold';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/SeoulHangangEB.woff') format('woff');
}

@font-face {
    font-family: 'IMHyemin';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/IM_Hyemin-Bold.woff') format('woff');
}

@font-face {
    font-family: 'UhBeeZZIBA';
    src: url('https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/UhBeeZZIBA-Regular.woff') format('woff');
}

@font-face {
    font-family: "Katuri";
    src: url("https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/Katuri.woff") format("woff");
}

@font-face {
    font-family: "Neodgm";
    src: url("https://groovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/neodgm.woff") format("woff");
}
