:root {
	--white: white;
	--black: #333;
  }
  
  .w-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .w-checkbox {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
  }
  
  .w-checkbox:before {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
  }
  
  .w-checkbox:after {
	content: " ";
	clear: both;
	grid-area: 1 / 1 / 2 / 2;
	display: table;
  }
  
  .w-checkbox-input {
	float: left;
	margin: 4px 0 0 -20px;
	line-height: normal;
  }
  
  .w-checkbox-input--inputType-custom {
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 12px;
	height: 12px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: #3898ec;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0 0 3px 1px #3898ec;
  }
  
  .inner {
	text-align: left;
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	position: relative;
  }
  
  .inner.join {
	padding-left: 0;
	padding-right: 20px;
  }
  
  .inner.builder {
	z-index: 3;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	display: flex;
  }
  
  .header {
	z-index: 3;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
	inset: 0% 0% auto;
  }
  
  .header.builder {
	z-index: 6;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-left: 0;
	display: flex;
	position: sticky;
  }
  
  .wrap {
	background-color: #f8f8fa;
	height: 100vh;
	position: relative;
	overflow: hidden;
  }
  
  .wrap.builder {
	background-image: none;
	background-repeat: repeat;
	background-size: auto;
  }
  
  .container {
	background-color: #0000;
	align-items: center;
	height: 100%;
	min-height: 0;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
  }
  
  .container.home {
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 54px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 30px;
	font-weight: 500;
	overflow: visible;
  }
  
  .container.builder {
	align-items: flex-start;
	max-width: 1280px;
	height: auto;
	margin: auto auto 0;
	padding: 0 0 0 70px;
	position: absolute;
	overflow: hidden;
  }
  
  .avatalk-menu {
	background-color: #0000;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
	max-width: 1280px;
	padding-left: 0;
	display: flex;
  }
  
  .avatalk-menu.builder {
	justify-content: flex-start;
	align-items: center;
  }
  
  .avatalk-logo {
	justify-content: space-around;
	align-items: center;
	display: flex;
  }
  
  .avatalk-link {
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-image: url('../images/avatalk-logo.svg');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 123px;
	height: 27px;
	font-size: 14px;
	font-weight: 400;
	transition: color .2s, transform .4s;
	display: inline-block;
  }
  
  .avatalk-link:hover {
	color: #fffc;
	transform: translate(0, -2px);
  }
  
  .join-membership {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	display: flex;
  }
  
  .join-bg {
	background-image: url('../images/bg-graphic.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 551px 393px;
	justify-content: center;
	align-items: center;
	width: 551px;
	height: 393px;
	margin-right: 60px;
	display: flex;
  }
  
  .text-block-2 {
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 24px;
	line-height: 30px;
  }
  
  .text-span {
	color: #ff558d;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .join-section {
	text-align: left;
	width: 420px;
  }
  
  .h1 {
	text-align: center;
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .h1.margin20 {
	margin-bottom: 16px;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .field-label, .field-label-2 {
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .submit-button {
	background-color: #443f41;
	border-radius: 5px;
	width: 420px;
	height: 54px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
	display: inline-block;
  }
  
  .submit-button:hover {
	background-color: #241d20;
  }
  
  .submit-button:active {
	background-color: #ff558d;
  }
  
  .or-text {
	outline-offset: 0px;
	text-align: center;
	column-count: auto;
	column-rule: 93px solid #cc6565;
	white-space: normal;
	border: 1px #000;
	outline: 3px #333;
	column-gap: 0;
	height: 19px;
	margin-top: 16px;
	margin-bottom: 32px;
	font-family: Roboto, sans-serif;
	text-decoration: none;
  }
  
  .join-sns-button {
	color: #333;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/google.svg');
	background-position: 30%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 420px;
	height: 54px;
	margin-bottom: 10px;
	padding-left: 40px;
	font-family: "Noto sans kr 200";
	font-weight: 500;
	display: flex;
  }
  
  .join-sns-button:hover, .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('../images/kakaotalk.svg');
	font-family: "Noto sans kr 500", sans-serif;
  }
  
  .text-field {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	height: 46px;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 14px;
	font-weight: 300;
  }
  
  .phone-number {
	color: #000;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	height: 46px;
	font-family: "Noto sans kr 300", sans-serif;
	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 {
	background-color: #ff558d;
	border-color: #ff558d;
  }
  
  .find-email-link {
	color: #b6b6b6;
	text-align: center;
	justify-content: center;
	width: 110px;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 12px;
	font-weight: 200;
	display: block;
  }
  
  .text-span-2 {
	padding-left: 4px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .checkbox-field {
	margin-bottom: 20px;
	padding-top: 0;
	display: block;
  }
  
  .find-personal-data {
	flex-direction: row;
	justify-content: flex-end;
	padding-bottom: 30px;
	display: flex;
  }
  
  .login-link, .join-link {
	color: #b6b6b6;
	text-align: center;
	justify-content: center;
	width: 420px;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 12px;
	font-weight: 200;
	display: block;
  }
  
  .find-password-link {
	color: #b6b6b6;
	text-align: center;
	justify-content: center;
	width: 80px;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 12px;
	font-weight: 200;
	display: block;
  }
  
  .or {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
  }
  
  .or-line-l, .or-line-r {
	border: 1px #e1e1e1;
	border-bottom-style: solid;
	width: 40%;
	padding-top: 0;
	position: relative;
	top: -40px;
  }
  
  .form {
	position: relative;
  }
  
  .send-number-button {
	background-color: #808697;
	border: 1px #000;
	border-radius: 5px;
	margin-right: 10px;
	padding: 6px 18px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	position: absolute;
	inset: 7.5% 0% auto auto;
  }
  
  .send-number-button:hover {
	background-color: #5d616d;
  }
  
  .send-number-button:active, .send-number-button:focus {
	background-color: #ff558d;
  }
  
  .send-number-button._2 {
	inset: 17% 0% auto auto;
  }
  
  .find-email {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	display: flex;
  }
  
  .find-email-bg {
	background-image: url('../images/avatalk-charecter.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 118px 393px;
	justify-content: center;
	align-items: center;
	width: 118px;
	height: 86px;
	margin-right: 0;
	display: flex;
  }
  
  .verification-code {
	color: #000;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	height: 46px;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 14px;
	font-weight: 300;
  }
  
  .find-email-title {
	justify-content: space-between;
	display: flex;
  }
  
  .success-message {
	color: #448fff;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 10px;
	font-weight: 500;
	display: none;
  }
  
  .fail-message {
	color: #ff4447;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 10px;
	font-weight: 500;
	display: none;
  }
  
  .title-inner {
	width: 100%;
	max-width: 1280px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-left: 0;
	padding-right: 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .title-wrapper {
	text-align: left;
	background-color: #f6f7f9;
	border: 1px solid #eee;
	width: 100%;
	max-width: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
  }
  
  .title1 {
	padding-bottom: 6px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
  }
  
  .title-main {
	padding-bottom: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
  }
  
  .title-sub {
	color: #777;
	text-align: left;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: block;
  }
  
  .title-sub.popup {
	text-align: center;
	margin-bottom: 10px;
  }
  
  .title-sub.popup-download {
	text-align: left;
	margin-bottom: 4px;
  }
  
  .title-sub._2 {
	font-size: 14px;
  }
  
  .ava-list-wrapper {
	justify-content: center;
	width: auto;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	display: flex;
  }
  
  .avalist-wrapper {
	text-align: left;
	background-color: #fcfcfc;
	border: 1px #eee;
	width: 100%;
	max-width: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
	position: relative;
  }
  
  .avalist-inner {
	flex-direction: row;
	justify-content: flex-start;
	width: auto;
	max-width: 1150px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
	display: flex;
  }
  
  .text-block-5 {
	color: #202a47;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
	display: block;
  }
  
  .text-block-6 {
	color: #8c98ad;
	margin-bottom: 20px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .avatalk-card {
	border: 1px solid #ededed;
	border-radius: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 230px;
	margin-right: 18px;
	display: flex;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .avatalk-card.last {
	margin-right: 0;
  }
  
  .avatalk-card.new {
	width: 260px;
	margin-right: 0;
  }
  
  .avatalk-card.frofile {
	width: 260px;
	margin-right: 0;
	position: relative;
  }
  
  .avatalk-card.blank {
	box-shadow: none;
	border-style: dashed;
	border-color: #ddd;
	width: 260px;
	margin-right: 0;
  }
  
  .avatalk-card.blank.last {
	width: 260px;
  }
  
  .frofile-name {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	display: flex;
  }
  
  .name-text {
	color: #202a47;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
	display: block;
  }
  
  .frofile-image {
	background-image: url('../images/frofile-image1_1frofile-image1.png');
	background-position: 0 0;
	background-size: auto;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
  }
  
  .frofile-image._2 {
	background-image: url('../images/frofile-image2_1frofile-image2.png');
  }
  
  .frofile-image.blank {
	background-color: #f3f3f3;
	background-image: url('../images/emoji.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	margin-right: 14px;
  }
  
  .frofile-text {
	color: #333;
	margin-bottom: 20px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 10px;
	font-weight: 400;
  }
  
  .frofile-button {
	text-align: center;
	background-color: #ff558d;
	background-image: url('../images/edit-icon.svg');
	background-position: 16%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 10px;
	width: 180px;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 40px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
  }
  
  .hambuger-menu {
	text-align: right;
	flex-direction: column;
	align-items: flex-end;
	width: auto;
	height: auto;
	display: flex;
	position: absolute;
	inset: 5% 6% auto auto;
  }
  
  .menu-button {
	background-image: url('../images/hambuger-icon.svg');
	background-position: 0 0;
	background-size: auto;
	width: 24px;
	height: 24px;
  }
  
  .frofile-correct {
	text-align: center;
	background-color: #fff;
	border: 1px solid #dbd8d8;
	border-bottom: 1px #ededed;
	border-radius: 5px 5px 0 0;
	flex-direction: column;
	justify-content: center;
	width: 76px;
	height: 28px;
	display: flex;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .link {
	color: #a5a3a3;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
  }
  
  .link.green {
	color: #82df73;
	text-align: center;
  }
  
  .link.red {
	color: #ec4e4e;
  }
  
  .link.left {
	color: #4e4949;
	text-align: left;
	padding-top: 0;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
	line-height: 16px;
  }
  
  .link.left.red {
	color: #b84d4d;
  }
  
  .link.left.gray {
	color: #a5a3a3;
  }
  
  .copy {
	text-align: left;
	background-color: #fff;
	border: 1px solid #dbd8d8;
	border-radius: 0;
	flex-direction: column;
	justify-content: center;
	width: 76px;
	height: 28px;
	display: flex;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .delete {
	text-align: center;
	background-color: #fff;
	border: 1px solid #dbd8d8;
	border-top: 1px #ededed;
	border-radius: 0 0 5px 5px;
	flex-direction: column;
	justify-content: center;
	width: 76px;
	height: 28px;
	display: flex;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .hambuger-popup {
	display: block;
  }
  
  .blank-text {
	color: #d1d7e2;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 14px;
	font-weight: 700;
  }
  
  .dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	display: block;
  }
  
  .dropdown {
	align-items: center;
	margin-left: auto;
	margin-right: 0;
	display: flex;
  }
  
  .text-block-8 {
	color: #999;
	margin-right: 18px;
	font-family: "Noto sans kr 400", sans-serif;
  }
  
  .icon {
	color: #999;
	margin-right: 0;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	display: block;
  }
  
  .dropdown-list {
	z-index: 2;
	text-align: right;
	background-color: #ddd0;
	justify-content: flex-end;
	display: none;
	inset: 115% 0% auto 16%;
  }
  
  .frofile-dropdown-list {
	display: block;
  }
  
  .account {
	text-align: center;
	background-color: #fff;
	border: 1px solid #dbd8d8;
	border-bottom: 1px #ededed;
	border-radius: 5px 5px 0 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 150px;
	height: 34px;
	padding-left: 10px;
	display: flex;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .fee {
	text-align: left;
	background-color: #fff;
	border: 1px solid #dbd8d8;
	border-radius: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 150px;
	height: 34px;
	padding-left: 10px;
	display: flex;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .logout {
	text-align: left;
	background-color: #fff;
	border: 1px solid #dbd8d8;
	border-top: 1px #ededed;
	border-radius: 0 0 5px 5px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 150px;
	height: 34px;
	padding-left: 10px;
	display: flex;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .image {
	width: 18px;
	height: 18px;
  }
  
  .frofile-setting-popup {
	z-index: 3;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .popup-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 540px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .popup-layer.frofile {
	width: 600px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
  }
  
  .popup-layer.pc-preview {
	border-radius: 10px;
	width: auto;
	height: auto;
	margin: 5% 10%;
	position: absolute;
	inset: 0%;
  }
  
  .popup-layer.withdraw {
	width: 360px;
	height: 260px;
	display: flex;
  }
  
  .popup-layer.plan {
	width: 950px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
  }
  
  .popup-layer.avatalk {
	width: 600px;
	height: 400px;
  }
  
  .popup-layer.loading {
	width: 500px;
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .popup-layer.image-upload-pop {
	width: 500px;
	height: 480px;
	padding-top: 0;
	display: flex;
  }
  
  .popup-layer.delete {
	width: 400px;
	height: 250px;
  }
  
  .popup-layer.hold-member {
	width: 400px;
	height: 230px;
  }
  
  .popup-layer.publishing {
	width: 500px;
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .popup-layer.plan-copy {
	width: 950px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
  }
  
  .titile-text.popup {
	padding-top: 20px;
  }
  
  .titile-text.withdraw2._2, .titile-text.collect-download {
	padding-top: 10px;
  }
  
  .frofile-setting-button {
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
  }
  
  .button {
	text-align: right;
	background-color: #808697;
	background-image: url('../images/upload-icon.svg');
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 5px;
	width: 110px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .avatalk-name-setting {
	color: #000;
	background-image: url('../images/edit-icon-1.svg');
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px #e5e5e5;
	border-bottom: 1px solid #cfd3da;
	border-radius: 0;
	height: 30px;
	padding-left: 0;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 14px;
	font-weight: 300;
  }
  
  .save-button {
	color: #000;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/edit-icon.svg');
	background-position: 16%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #ff558d;
	border-radius: 10px;
	width: 160px;
	height: 40px;
	margin-top: 20px;
	margin-right: 20px;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
  }
  
  .x-button {
	background-image: url('../images/x-button-g.svg');
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto;
	width: 18px;
	height: 18px;
	position: absolute;
	inset: 5% 3% auto auto;
  }
  
  .x-button.hide {
	display: none;
  }
  
  .x-button._2 {
	top: 3%;
  }
  
  .account-wrapper {
	text-align: left;
	background-color: #fcfcfc00;
	border: 1px #eee;
	width: 100%;
	max-width: none;
	height: auto;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	overflow: scroll;
  }
  
  .account-inner {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	max-width: 1280px;
	height: auto;
	margin: 20px auto 0;
	padding: 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
	display: flex;
  }
  
  .h2 {
	margin-bottom: 5px;
	margin-right: 5px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 14px;
	font-weight: 700;
  }
  
  .text-block-9 {
	margin-top: -3px;
	padding-top: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .account-info {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	align-items: center;
	width: 420px;
	height: 46px;
	margin-bottom: 0;
	margin-right: 10px;
	padding-left: 20px;
	line-height: 14px;
	display: flex;
  }
  
  .text-block-10 {
	margin-right: 20px;
	padding-top: 5px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
  }
  
  .notice-toggle-button {
	align-items: flex-start;
	margin-bottom: 10px;
	display: flex;
  }
  
  .toggle-button {
	display: inline-block;
	position: relative;
  }
  
  .toggle-button._2 {
	margin-top: 0;
  }
  
  .toggle {
	background-color: #ff558d;
	border: 1px #ff558d;
	border-radius: 30px;
	width: 46px;
	height: 26px;
  }
  
  .toggle-round {
	background-color: #fff;
	border: 1px #ff558d;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 0;
	position: absolute;
	inset: 0% auto 0% 0%;
  }
  
  .toggle-round.on {
	margin-left: 0;
	margin-right: 3px;
	inset: 0% 0% 0% auto;
  }
  
  .account-button {
	flex-direction: row;
	margin-top: 0;
	display: flex;
  }
  
  .button-2 {
	color: #333;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 54px;
	margin-right: 19px;
	font-size: 14px;
	display: flex;
  }
  
  .button-2:hover {
	background-color: #f7f8f8;
  }
  
  .ava-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .popup-button {
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	display: flex;
  }
  
  .popup-button._2 {
	margin-top: 20px;
  }
  
  .popup-button._3 {
	margin-top: 0;
  }
  
  .popup-button.payment {
	justify-content: space-between;
	width: 80%;
	margin-top: 0;
  }
  
  .close-button {
	color: #000;
	text-align: center;
	background-color: #d6d6d6;
	border: 1px #ff558d;
	border-radius: 10px;
	width: 140px;
	height: 40px;
	margin-top: 0;
	margin-right: 20px;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .close-button._2 {
	border-radius: 5px;
  }
  
  .quit-button {
	text-align: center;
	background-color: #6774bb;
	border-radius: 10px;
	width: 140px;
	height: 40px;
	margin-top: 0;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
  }
  
  .grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-flow: row;
	justify-content: stretch;
	justify-items: center;
	width: 100%;
	max-width: 1150px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .logo {
	justify-content: center;
	display: flex;
  }
  
  .preview-wrap {
	background-color: #e6e8ed;
	background-image: linear-gradient(270deg, #e6e8ed, #f8f8fa);
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 430px;
	height: 100vh;
	padding: 40px 40px 20px;
	display: flex;
	overflow: visible;
  }
  
  .builder-wrap {
	width: 100%;
	height: 100vh;
	margin-top: 20px;
	padding-top: 0;
	overflow: visible;
  }
  
  .preview-text {
	justify-content: space-between;
	width: 280px;
	margin-top: 16px;
	margin-bottom: 16px;
	display: flex;
  }
  
  .preview-interface {
	background-color: #14161a;
	border-radius: 40px;
	flex-direction: column;
	flex: 0 auto;
	justify-content: center;
	align-items: center;
	width: 284px;
	height: 596px;
	display: flex;
	box-shadow: 3px 3px 6px 4px #0000001f;
  }
  
  .preview-interface.pc {
	border-radius: 10px;
	width: auto;
	height: auto;
	position: absolute;
	inset: 0%;
  }
  
  .interface-wrap {
	background-color: #2a364d;
	border-radius: 36px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 269px;
	height: 580px;
	padding: 10px 0 0;
	display: flex;
	position: relative;
	overflow: scroll;
	box-shadow: inset -1px 1px 50px #f7f7ff80;
  }
  
  .interface-wrap.pc {
	box-shadow: none;
	border-radius: 10px;
	justify-content: flex-start;
	align-items: stretch;
	width: auto;
	height: auto;
	margin-left: 0%;
	padding: 0% 0% 0% 0;
	display: flex;
	position: absolute;
	inset: 0%;
  }
  
  .mobile-preview {
	justify-content: space-around;
	align-items: center;
	width: 134px;
	display: flex;
  }
  
  .pc-preview {
	text-align: center;
	background-color: #e7e7e7;
	border: 1px solid #7680924d;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 86px;
	height: 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	display: flex;
  }
  
  .text-block-11 {
	color: #202a47;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 16px;
	font-weight: 300;
  }
  
  .text-span-3 {
	font-family: "Noto sans kr 500", sans-serif;
  }
  
  .tabs {
	width: 66vw;
	height: 100%;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 40px;
	overflow: visible;
  }
  
  .charecter-upload-tab {
	background-color: #fff;
	border: 1px #e1e1e1;
	border-radius: 8px;
	width: 700px;
	height: auto;
	margin-top: 16px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .charecter-upload-tab._2d {
	height: auto;
	margin-right: 20px;
	padding-top: 0;
	padding-left: 20px;
	display: block;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .charecter-upload-tab._3d {
	height: auto;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 20px;
	display: block;
	overflow: visible;
	box-shadow: 2px 4px 10px #0d245d0d;
  }
  
  .tabs-menu {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 16px;
	display: flex;
  }
  
  .tab-text {
	color: #485364;
	align-items: center;
	margin: 0 4px 0 0;
	padding-bottom: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 14px;
	display: flex;
  }
  
  .tab-text.sub {
	color: #7783af;
	margin-top: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .tab-text.sub2 {
	color: #354574;
	margin-top: 0;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 14px;
	font-weight: 700;
  }
  
  .tab-text._12 {
	margin-bottom: 12px;
  }
  
  .tab-text.sub3 {
	margin-bottom: 20px;
  }
  
  .tab-text.sub4 {
	margin-bottom: 0;
	margin-right: 10px;
	font-size: 18px;
  }
  
  .div-block {
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
	display: flex;
  }
  
  .charecter-choice {
	align-items: center;
	margin-right: 20px;
	display: flex;
  }
  
  .div-block-2 {
	background-color: #fcfcfc;
	border: 1px solid #ededed;
	border-radius: 10px;
	align-items: center;
	width: 276px;
	height: 92px;
	margin-left: 15px;
	padding-left: 10px;
	display: flex;
  }
  
  .div-block-2:hover {
	color: #2c2c2c;
	background-color: #fdfaff;
	border-width: 2px;
	border-color: #4c4fa724;
  }
  
  .div-block-2:active {
	background-color: #4c4fa726;
	border-style: solid;
	border-color: #4c4fa7;
  }
  
  .div-block-2:focus {
	background-color: #4c4fa726;
	border-color: #4c4fa7;
  }
  
  .charecter-image {
	background-color: #dce0e8;
	background-image: url('../images/2d-image_12d-image.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px;
	width: 60px;
	height: 60px;
  }
  
  .charecter-image:active, .charecter-image:focus {
	background-color: #4c4fa7;
  }
  
  .charecter-image._3d {
	background-image: url('../images/3d-image_13d-image.png');
  }
  
  .text-block-12 {
	color: #181116;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-family: "Noto sans kr 700", sans-serif;
	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 {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
  }
  
  .chracter-checkbox:hover {
	background-color: #4b4fad80;
  }
  
  .chracter-checkbox:active, .chracter-checkbox:focus {
	background-color: #4c4fa7;
  }
  
  .chracter-checkbox._2 {
	max-width: none;
	margin-right: 195px;
  }
  
  .chracter-checkbox._3 {
	border-radius: 20px;
	max-width: none;
	margin-bottom: 5px;
	margin-right: 0;
  }
  
  .motion-title {
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 0;
	display: flex;
  }
  
  .motion-title.vertical {
	flex-direction: column;
	margin-top: 16px;
	margin-bottom: 10px;
  }
  
  .motion-list {
	border: 1px solid #e6e9f3;
	border-bottom-style: none;
	align-items: center;
	width: 660px;
	height: 44px;
	display: flex;
  }
  
  .motion-list:hover {
	background-color: #4c4fa71a;
	border-style: solid;
	border-color: #4c4fa7b3;
  }
  
  .motion-list.last {
	border-bottom-style: solid;
  }
  
  ._2d-motion-upload {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0;
	display: flex;
  }
  
  .text-span-4 {
	color: #c9c8c8;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 8px;
	font-weight: 400;
	line-height: 10px;
  }
  
  .number {
	color: #969aa3;
	text-align: center;
	border-right: 1px solid #e7e9f4;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 44px;
	margin-right: 14px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 10px;
	display: flex;
  }
  
  .name-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 240px;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .name-text-form.story {
	opacity: .7;
	color: #111213;
	text-align: center;
	background-color: #fff0;
	flex: 0 auto;
	width: 100%;
	height: auto;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 18px;
	font-weight: 400;
	overflow: visible;
  }
  
  .name-text-form.story::placeholder {
	color: #383838;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .file-upload-btn {
	color: #fff;
	background-color: #bec6d7;
	background-image: url('../images/upload-icon.svg');
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: 26px;
	border: 1px #000;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 130px;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Nanumsquareb, sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: flex;
  }
  
  .file-upload-btn:hover {
	background-color: #a4b3d1;
	border: 2px solid #ccd8f1;
  }
  
  .file-upload-btn.edit {
	background-color: #334569;
	background-image: url('../images/Trash-icon-red.svg');
	background-position: 90%;
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
  }
  
  .file-upload-btn.hide {
	display: none;
  }
  
  .form-3 {
	height: 26px;
  }
  
  .name-form {
	height: 26px;
	margin-bottom: 0;
	margin-left: 60px;
  }
  
  .motion-plus-btn {
	color: #4c4fa7;
	background-color: #e4e5f2;
	background-image: url('../images/plus-button.svg');
	background-position: 8%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px #000;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 150px;
	height: 32px;
	margin-left: 0;
	margin-right: 60px;
	padding: 0 12px 1px 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	display: flex;
  }
  
  .motion-plus-btn:hover {
	border: 2px solid #ced0e9;
  }
  
  .motion-btn {
	z-index: 3;
	clear: left;
	background-color: #fff;
	border: 1px solid #94a7c6;
	border-radius: 30px;
	width: auto;
	height: auto;
	display: inline-block;
	position: absolute;
	inset: 3% auto auto 8%;
  }
  
  .motion-btn.pc {
	font-size: 20px;
	top: 11%;
	left: 6%;
  }
  
  .text-block-15 {
	text-align: center;
	padding: 6px 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
  }
  
  .text-block-15.pc {
	padding: 10px 14px;
	font-size: 16px;
  }
  
  .info-text {
	color: #fff;
	align-items: center;
	display: flex;
  }
  
  .image-2 {
	margin-right: 8px;
  }
  
  .text-block-16 {
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
  }
  
  .preview-area {
	border: 1px dashed #798995;
	border-radius: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 250px;
	height: 100%;
	margin-bottom: 10px;
	padding: 10px 6px;
	display: flex;
	position: static;
  }
  
  .preview-area.talk {
	width: auto;
	height: auto;
	padding-left: 6px;
	padding-right: 6px;
  }
  
  .preview-area.btn {
	text-align: center;
	width: auto;
	height: auto;
	min-height: auto;
	max-height: none;
	margin-bottom: 0;
	overflow: visible;
  }
  
  .preview-area.btn.pc {
	height: auto;
	margin-right: 0;
  }
  
  .preview-area.pc {
	width: auto;
	height: 100%;
	margin-right: 40px;
  }
  
  .ava-watermark {
	background-image: url('../images/avatalk-logo-w.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 70px;
	height: 13px;
	padding-top: 0;
	display: block;
  }
  
  .logo-section {
	justify-content: flex-start;
	width: 50%;
	margin-left: 40px;
	display: flex;
  }
  
  .avatalk-name {
	color: #fff;
	text-align: center;
	background-color: #4c4fa7;
	border-radius: 5px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 24px;
	margin-top: 1px;
	margin-left: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
	display: flex;
  }
  
  .menu-section {
	justify-content: flex-end;
	align-items: flex-start;
	width: 50%;
	margin-right: 40px;
	padding-top: 0;
	display: flex;
  }
  
  .delete-btn {
	color: #929292;
	background-color: #eaeaec;
	background-image: url('../images/Trash-icon-o.svg');
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px #000;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 130px;
	height: 30px;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 14px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: flex;
  }
  
  .delete-btn:hover {
	background-color: #e9eaeb;
	border: 2px solid #ccd8f1;
  }
  
  .delete-btn:active {
	color: #e55e8a;
	background-color: #f9ecf1;
	background-image: url('../images/Trash-icon-red.svg');
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: 18px;
	border-color: #f9ecf1;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 500;
  }
  
  .publishing-btn {
	color: #fff;
	background-color: #5ea4e5;
	background-image: url('../images/publish-icon.svg');
	background-position: 13%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px #000;
	border-right-color: #d7d7d7;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 96px;
	height: 30px;
	margin-left: 0;
	margin-right: 18px;
	padding-left: 10px;
	padding-right: 14px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: flex;
  }
  
  .publishing-btn:hover {
	background-color: #5ea4e5;
	border: 2px solid #2b83d6;
  }
  
  .publishing-btn:active {
	color: #fff;
	background-color: #1c7cbe;
	background-image: url('../images/publish-icon.svg');
	background-position: 13%;
	background-size: auto;
	border-color: #1c7cbe;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 500;
  }
  
  .publishing-btn.c {
	width: 130px;
  }
  
  .menu {
	border-right: 1px solid #d7d7d7;
	display: flex;
	position: relative;
  }
  
  .home-icon {
	background-image: url('../images/home-icon.svg');
	background-position: 100% 10%;
	background-repeat: no-repeat;
	background-size: auto;
	width: 28px;
	height: 28px;
	margin-left: 14px;
  }
  
  .div-block-4 {
	background-image: url('../images/question-icon.svg');
	background-position: 0 0;
	background-size: auto;
	width: 18px;
	height: 18px;
	margin-bottom: 0;
	margin-right: 6px;
  }
  
  .tab-text-wrap {
	color: #181116;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	display: flex;
  }
  
  .tab-text-wrap.talk {
	color: #485364;
	text-align: center;
	border: 1px #000;
	border-bottom-color: #eee;
	justify-content: flex-start;
	width: 390px;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 16px;
  }
  
  .tab-text-wrap._2 {
	margin-bottom: 20px;
  }
  
  .text-block-17 {
	color: #989ca3;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .text-block-18 {
	color: #989ca3;
	width: auto;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  ._3d-motion-upload {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 18px;
	display: flex;
  }
  
  .upload-guide {
	color: #fff;
	text-align: center;
	background-color: #d5d6d9;
	border-radius: 10px;
	width: 140px;
	height: 20px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .tab-sub-text {
	color: #000;
	width: 225px;
	margin-bottom: 10px;
	margin-right: 0;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
  }
  
  .tab-sub-text.last {
	width: 220px;
	margin-bottom: 10px;
	margin-right: 0;
  }
  
  .upload-button {
	display: flex;
  }
  
  .tab-link-tab-1-2 {
	background-color: #c8c8c800;
  }
  
  .tab-link-tab-1-2.w--current {
	background-color: #c8c8c800;
	border-bottom: 3px solid #ff558d;
  }
  
  .tab-link-tab-2-2 {
	background-color: #ddd0;
  }
  
  .tab-link-tab-2-2.w--current {
	background-color: #ddd0;
	border-bottom: 3px solid #ff558d;
  }
  
  .text-block-20 {
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .text-block-21 {
	border: 3px #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 {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0;
	display: flex;
  }
  
  .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: 0;
  }
  
  .modify {
	margin-top: 20px;
  }
  
  .modify-graph {
	margin-top: 14px;
	display: flex;
  }
  
  .graph {
	background-color: #eff0f2;
	width: 386px;
	height: 16px;
	margin-right: 14px;
	position: relative;
  }
  
  .graph-text {
	font-family: "Noto sans kr 400", sans-serif;
	line-height: 14px;
  }
  
  .div-block-6 {
	background-color: #4c4fa7;
	width: 80%;
	height: 16px;
	position: absolute;
  }
  
  .modify-form {
	margin-bottom: 10px;
  }
  
  .field-label-3 {
	color: #a5a3a3;
	margin-bottom: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .position-x {
	margin-right: 30px;
  }
  
  .form-4 {
	display: flex;
  }
  
  .text-field-2 {
	background-color: #ededed;
	width: 170px;
	height: 29px;
  }
  
  .text-block-23 {
	color: #a5a3a3;
	margin-top: 20px;
	padding-bottom: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .form-5 {
	margin-top: 14px;
	display: flex;
  }
  
  .text-field-3 {
	background-color: #dadada00;
	border-radius: 5px;
	width: 170px;
	height: 29px;
  }
  
  .charecter-tab-link {
	color: #989ca3;
	background-color: #f8f8fa33;
	border: 1px solid #c6ced6;
	border-bottom-style: none;
	border-radius: 5px 5px 0 0;
	flex-direction: row;
	justify-content: space-around;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
  }
  
  .charecter-tab-link.w--current {
	background-color: #e55e8a;
	border: 1px #000;
	border-bottom: 5px #ff558d;
	border-radius: 5px 5px 0 0;
	justify-content: space-around;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
	display: flex;
  }
  
  .charecter-tab-link._2d-motion-upload-copy._2, .charecter-tab-link._2d-motion-upload-copy._2.w--current {
	display: none;
  }
  
  .charecter-tab-pane {
	height: auto;
	margin-bottom: 140px;
	margin-right: 0;
	padding-bottom: 0;
	padding-right: 20px;
	overflow: visible;
  }
  
  .imoji {
	background-image: url('../images/charecter-upload-icon-n.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
  }
  
  .design-tab {
	box-shadow: none;
	background-color: #f6f6f8;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	width: 100%;
	height: auto;
	margin-top: 16px;
	margin-left: 0;
	padding: 24px 30px 10px;
  }
  
  .bg-upload {
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	display: flex;
  }
  
  .div-block-9 {
	margin-right: 20px;
  }
  
  .div-block-9._2 {
	margin-right: 0;
  }
  
  .form-5-copy {
	margin-top: 0;
	display: flex;
  }
  
  .url-wrap {
	justify-content: space-between;
	margin-bottom: 0;
	display: flex;
  }
  
  .url-wrap._2 {
	width: 340px;
  }
  
  .copy-url {
	background-color: #a7cff4;
	border-radius: 2px;
	justify-content: space-around;
	align-items: center;
	width: 60px;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
	display: flex;
  }
  
  .copy-url._2 {
	border-radius: 5px;
	width: 22%;
  }
  
  .link-url {
	text-align: left;
	border: 1px solid #bcbdcc;
	border-radius: 2px;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 200px;
	height: 30px;
	padding-left: 3px;
	display: flex;
  }
  
  .link-url._2 {
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	width: 75%;
	padding-left: 14px;
	padding-right: 10px;
  }
  
  .text-block-28 {
	direction: ltr;
	white-space: normal;
	text-decoration: underline;
  }
  
  .copy-icon {
	background-image: url('../images/copy-icon.svg');
	background-position: 0 0;
	background-size: auto;
	width: 16px;
	height: 16px;
  }
  
  .link-icon {
	background-image: url('../images/external-link-icon.svg');
	background-position: 0 0;
	background-size: auto;
	width: 16px;
	height: 16px;
  }
  
  .text-block-29 {
	color: #302d2d;
	text-align: left;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .qr-image {
	justify-content: center;
	margin-top: 20px;
	display: flex;
  }
  
  .image-3 {
	width: 300px;
	height: 300px;
  }
  
  .charecter-sample {
	background-image: url('../images/sample-image.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	justify-content: center;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	display: none;
	position: absolute;
	inset: 10%;
  }
  
  .talk-sample {
	background-image: none;
	background-repeat: repeat;
	background-size: auto;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	display: none;
	position: static;
	inset: 5%;
  }
  
  .text-block-30 {
	color: #fff;
	text-align: center;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .text-block-30.pc {
	text-align: left;
	letter-spacing: -.5px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
  }
  
  .publishing-button-popup {
	background-color: #fff;
	border: 1px solid #9ed1ff;
	border-radius: 5px;
	flex-direction: column;
	width: 290px;
	height: auto;
	margin-top: 20px;
	padding: 12px;
	display: flex;
	position: absolute;
	inset: 0% -18% auto auto;
	box-shadow: 1px 1px 4px 2px #0000001a;
  }
  
  .preview-area-wrap {
	flex: 1;
	height: 80%;
	margin-bottom: 10px;
	margin-right: 0;
	position: relative;
  }
  
  .preview-area-wrap-2 {
	flex-direction: column;
	flex: 1;
	justify-content: center;
	height: auto;
	margin-right: 0;
	display: flex;
	position: relative;
	overflow: visible;
  }
  
  .preview-area-wrapper {
	object-fit: fill;
	height: 100%;
	padding: 0;
	display: block;
	position: relative;
	inset: 0%;
	overflow: scroll;
  }
  
  .preview-area-wrapper.pc {
	border-radius: 10px;
	align-items: center;
	padding: 0% 5%;
	display: flex;
	position: absolute;
	inset: 0%;
	overflow: hidden;
  }
  
  .logo-wrap {
	z-index: auto;
	border-radius: 5px;
	width: 260px;
	margin-top: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	position: relative;
	inset: auto 0% 2px;
  }
  
  .logo-wrap.pc {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	inset: auto 0% 2%;
  }
  
  .popup-xbutton {
	background-color: #e3e6ec;
	background-image: url('../images/x-button-r.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 20px;
	width: 26px;
	height: 26px;
	position: absolute;
	inset: 0% -4% auto auto;
  }
  
  .pc-preview-popup {
	z-index: 3;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .pc-preview-popup.pc-preview-interface {
	z-index: 999;
	display: none;
  }
  
  .dropdown-toggle-4 {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
  }
  
  .publishing-text {
	color: #fff;
	background-color: #5ea4e500;
	border: 1px #000;
	border-right-color: #d7d7d7;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: flex;
  }
  
  .publishing-text:hover {
	background-color: #5ea4e500;
	border: 2px #2b83d6;
	border-radius: 0;
  }
  
  .publishing-text:active {
	color: #fff;
	background-color: #1c7cbe;
	border-color: #1c7cbe;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 500;
  }
  
  .tabs-content {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	overflow: scroll;
  }
  
  .button-sample {
	background-color: #5661dd;
	border-radius: 30px;
	width: 230px;
	margin-bottom: 10px;
	padding: 4px 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
	line-height: 26px;
  }
  
  .button-sample:hover {
	outline-offset: 0px;
	outline: 2px solid #b5a4ff;
  }
  
  .button-sample.last {
	margin-bottom: 0;
  }
  
  .button-sample.pc {
	color: #fff;
	letter-spacing: -.5px;
	border-radius: 20px;
	width: auto;
	max-width: 400px;
	margin-bottom: 14px;
	padding: 10px 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
  }
  
  .text-block-32 {
	color: #fff;
	text-align: center;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .placeholder-text-style {
	color: #9ea5f0;
	text-align: center;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .button-sample-wrap {
	margin-left: auto;
	margin-right: auto;
	display: none;
  }
  
  .button-sample-wrap.pc {
	margin-left: 0;
	margin-right: 0;
	display: none;
  }
  
  .a-cta-main {
	text-align: center;
	background-image: url('../images/ava-logo_1ava-logo.png'), linear-gradient(135deg, #c5c5c5, #9692b4);
	background-position: 14%, 0 0;
	background-repeat: no-repeat, repeat;
	background-size: 26px, auto;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 290px;
	height: 60px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 48px;
	font-size: 24px;
	font-weight: 500;
	transition: all .7s, box-shadow .65s;
	display: flex;
	position: relative;
	box-shadow: 1px 1px 3px #0000001a;
  }
  
  .a-cta-main:hover {
	background-image: url('../images/ava-logo_1ava-logo.png'), linear-gradient(306deg, #5946cf, #f059ac);
	box-shadow: 3px 3px 10px #70707042;
  }
  
  .a-cta-main.use-case-btn {
	color: #f474b2;
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto;
	width: 270px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	font-weight: 500;
  }
  
  .a-cta-main.use-case-btn:hover {
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto;
  }
  
  .ava-image3 {
	margin-right: -30px;
  }
  
  .navbar {
	background-color: #0003;
	justify-content: space-between;
	align-items: center;
	max-width: none;
	padding: 10px 70px;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
  }
  
  .navbar.main {
	background-color: #0000000d;
	height: auto;
  }
  
  .navbar.main.avatalk {
	background-color: #ffffffba;
	border-bottom: 1px solid #e0e0e0;
	height: 72px;
	padding: 10px 40px;
  }
  
  .image-137 {
	width: 50px;
	height: 50px;
	margin-left: 0;
	margin-right: 18px;
  }
  
  .div-block-53 {
	height: auto;
	margin-top: 40px;
	padding-top: 60px;
  }
  
  .a-h3 {
	color: #333;
	text-align: center;
	margin-bottom: 60px;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
  }
  
  .a-h3.mobile {
	line-height: 40px;
  }
  
  .a-h3._3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 36px;
  }
  
  .ava-con8 {
	background-color: #7462e6;
	height: 300px;
	margin-bottom: 0;
	padding-top: 80px;
	padding-bottom: 337px;
  }
  
  .link-29 {
	color: #fff;
	margin-right: 10px;
  }
  
  .text-span-24 {
	font-weight: 700;
  }
  
  .logo-section-2 {
	position: relative;
  }
  
  .image-14 {
	object-fit: fill;
	width: 100%;
	max-width: none;
	height: auto;
  }
  
  .image-126 {
	position: static;
	left: 92px;
  }
  
  .image-15 {
	filter: invert();
	max-width: 50%;
  }
  
  .footer_con_term {
	color: #fff;
	margin-bottom: 10px;
  }
  
  .image-139 {
	margin-bottom: 16px;
  }
  
  .ava-image4 {
	margin-right: -30px;
  }
  
  .ava-image4.ai2 {
	margin-top: 60px;
  }
  
  .sns {
	filter: contrast(200%);
	align-items: center;
	display: flex;
  }
  
  .a-application1 {
	margin-top: 100px;
	margin-bottom: 200px;
  }
  
  .a-application1.review {
	margin-top: 80px;
	margin-bottom: 0;
  }
  
  .acon2-image {
	justify-content: center;
	display: flex;
  }
  
  .pop-up-contact {
	z-index: 200;
	-webkit-text-fill-color: inherit;
	background-color: #05050580;
	background-clip: border-box;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	inset: 0 0 auto;
	overflow: visible;
  }
  
  .pop-up-contact.avatalk {
	z-index: 400;
	display: none;
  }
  
  .slide {
	width: 100%;
  }
  
  .link-block-2 {
	text-decoration: none;
  }
  
  .div-block-65 {
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .intro-video-2 {
	z-index: 2;
	object-fit: scale-down;
	object-position: 50% 50%;
	width: 100%;
	max-width: none;
	height: 700px;
  }
  
  .popup-contents {
	z-index: 3;
	object-position: 50% 50%;
	background-color: #fff;
	border-radius: 5px;
	justify-content: center;
	align-items: stretch;
	width: 700px;
	min-width: auto;
	height: auto;
	min-height: 700px;
	margin: 100px auto;
	padding: 30px 40px;
	display: flex;
	position: relative;
	inset: 0%;
	overflow: auto;
  }
  
  .footer-wrap {
	flex-direction: column;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	display: flex;
  }
  
  .text-block-33 {
	color: #9b9b9b;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
  }
  
  .a-header {
	height: 90px;
	position: absolute;
	inset: 0% 0% auto;
	overflow: hidden;
  }
  
  .a-header.ava {
	height: 72px;
  }
  
  .image-128 {
	position: absolute;
	inset: 24% 18% 0% auto;
  }
  
  .ava-con6-wrap {
	z-index: 0;
	background-color: #fff0;
	background-image: linear-gradient(#f5fdff, #fecde5);
	border-top: 60px #24242417;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-left: 0;
	padding-top: 100px;
	display: flex;
	position: relative;
  }
  
  .ava-con6-wrap:focus {
	box-shadow: inset 0 0 0 85px #ff00004a;
  }
  
  .nav-menu {
	text-align: left;
	flex-flow: wrap;
	flex: 1;
	justify-content: flex-end;
	align-items: stretch;
	display: flex;
  }
  
  .nav-menu.avatalk {
	justify-content: space-between;
	align-items: center;
  }
  
  .g-youtube {
	margin-left: 20px;
  }
  
  .bold-text-5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
  }
  
  .div-block-70 {
	justify-content: center;
	max-width: 1000px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
  }
  
  .use-case {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	transition: all .4s;
	display: flex;
  }
  
  .use-case:hover {
	transform: scale(1.1);
  }
  
  .footer-logo {
	border-bottom: 1px solid #9b9eb842;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: flex;
  }
  
  .lottie-animation-10 {
	max-width: 50%;
	margin-left: 0;
	margin-right: auto;
	position: absolute;
	inset: -7% 0% auto;
  }
  
  .lottie-animation-10.al2 {
	max-width: 30%;
	margin-left: auto;
	margin-right: 0;
	top: -4%;
  }
  
  .div-block-54 {
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
	height: 500px;
	display: flex;
	position: relative;
  }
  
  .ava-con1 {
	margin-top: 0;
	padding-top: 110px;
	padding-bottom: 100px;
  }
  
  .ava-con1.gradation {
	background-image: radial-gradient(circle farthest-side at 100%, #9792fa1f, #ffffff52 53%, #ffcece26 90%), radial-gradient(circle at 100% 100%, #e3f2ff, #fff0 81%), radial-gradient(circle farthest-side at 0 0, #dfdef3, #0000 57%);
	margin-top: 0;
	padding-top: 140px;
	padding-bottom: 120px;
  }
  
  .html-embed-2 {
	width: 700px;
	position: relative;
  }
  
  .introvideo {
	object-fit: contain;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
  }
  
  .image-127 {
	position: absolute;
	inset: 0% 13% 0% auto;
  }
  
  .div-block-68 {
	display: flex;
  }
  
  .g-facebook {
	margin-left: 20px;
  }
  
  .landing-contents {
	background-image: linear-gradient(to top, #cdd2e3c2, #cdd2e314 0%, #ffffff69);
	height: auto;
	padding-bottom: 100px;
	transition: all .475s;
	position: relative;
	overflow: hidden;
  }
  
  .a-metaverse {
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	display: flex;
  }
  
  .a-metaverse.top40 {
	margin-top: 60px;
  }
  
  .section-contents-photo {
	object-fit: fill;
	background-color: #000;
	flex-direction: column;
	height: auto;
	display: flex;
	position: static;
	overflow: visible;
  }
  
  .section-contents-photo.avatalk {
	background-color: #0000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 100px;
  }
  
  .ava-con2 {
	background-color: #ebedf400;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 100px;
	padding-bottom: 110px;
  }
  
  .a-avatalk {
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 100px;
	display: flex;
  }
  
  .a-avatalk._2 {
	height: 70px;
	padding-bottom: 0;
  }
  
  .ava-image2 {
	margin-right: -30px;
  }
  
  .ava-image2.ai2 {
	margin-top: 60px;
  }
  
  .section-footer {
	background-color: #3a3a3a;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: none;
	padding: 40px 5% 60px;
	display: flex;
  }
  
  .section-footer.avatalk {
	background-color: #181818;
	padding-top: 20px;
  }
  
  .use-case-wrap {
	display: flex;
  }
  
  .text-block-78 {
	color: #fff;
	font-size: 16px;
  }
  
  .a-h1 {
	color: #27306a;
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 70px;
  }
  
  .a-h1.large {
	color: #2c3258;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
  }
  
  .a-h1._200 {
	color: #27306a;
  }
  
  .a-h1._2 {
	color: #27306a;
	font-size: 50px;
	line-height: 64px;
  }
  
  .a-h1.white {
	color: #fff;
	margin-bottom: 20px;
  }
  
  .logo-2 {
	background-image: url('../images/logo.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 176px;
	height: 58px;
  }
  
  .logo-2.ava.w--current {
	z-index: auto;
	background-image: url('../images/avatalk-logo-v2.svg');
	background-position: 0%;
	background-repeat: no-repeat;
  }
  
  .logo-2.ava {
	z-index: 99999;
	background-image: url('../images/avatalk-logo-v2.svg');
	background-position: 0%;
	background-size: 160px;
	width: 230px;
	height: 40px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .logo-2.ava.w--current {
	z-index: auto;
	background-image: url('../images/avatalk-logo_1.svg');
	background-position: 0%;
	background-size: 160px;
  }
  
  .h1-span {
	white-space: normal;
	-webkit-text-fill-color: transparent;
	background-color: #a54141;
	background-image: linear-gradient(153deg, #f059ac, #5946cf 68%);
	-webkit-background-clip: text;
	background-clip: text;
  }
  
  .h1-span.large {
	font-size: 50px;
  }
  
  .a-cta2-copy {
	transform-style: preserve-3d;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 100px;
	padding-top: 20px;
	transition: all .45s;
	display: flex;
  }
  
  .a-cta2-copy:hover {
	padding-left: 0;
	transform: scale3d(1.04, 1.04, 2);
  }
  
  .a-ctabbutton {
	text-align: center;
	background-image: linear-gradient(284deg, #5946cf, #f059ac);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 22px;
	font-weight: 500;
	transition: all .2s, box-shadow .75s;
	display: flex;
	box-shadow: 1px 1px 3px #0000001a;
  }
  
  .a-ctabbutton:hover {
	background-image: linear-gradient(330deg, #2300ff, #ff47ac);
	transform: scale(1.04);
	box-shadow: 3px 3px 10px #4846b870;
  }
  
  .a-cta-avatalk {
	box-shadow: none;
	color: #7462e6;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/ava-logo-p_1ava-logo-p.png');
	background-position: 14%;
	background-repeat: no-repeat;
	background-size: 24px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 48px;
	font-size: 24px;
	font-weight: 500;
	transition: all .225s, box-shadow .2s;
	display: flex;
  }
  
  .a-cta-avatalk:hover {
	transform: scale(1.04);
	box-shadow: 3px 3px 10px #403f6bc4;
  }
  
  .ava-con6 {
	background-image: linear-gradient(#c2f4ff3d, #ffc7e1 54%, #ffcee5);
  }
  
  .g-insta {
	margin-left: 20px;
  }
  
  .ava-image {
	margin-right: -30px;
  }
  
  .nav-link-2 {
	color: #494949;
	flex: 0 auto;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	transition: color .1s;
  }
  
  .nav-link-2:hover {
	color: #6e6e6e;
  }
  
  .nav-link-2.w--current {
	color: #872ed6;
  }
  
  .nav-link-2.button3 {
	background-color: #fff0;
	border: 1px #d3d3d380;
	border-radius: 10px;
	align-items: center;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 24px;
	font-weight: 500;
	display: flex;
  }
  
  .nav-link-2.button {
	text-align: center;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-right: 0;
	padding-top: 15px;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 500;
	transition-property: all;
	transition-duration: .1s;
	display: flex;
  }
  
  .nav-link-2.button3 {
	background-color: #fff0;
	border: 1px #d3d3d380;
	border-radius: 10px;
	align-items: center;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
	display: flex;
  }
  
  .nav-link-2.button3:hover {
	color: #7462e6;
  }
  
  .nav-link-2.button3.w--current {
	color: #7462e6;
	font-weight: 700;
  }
  
  .nav-link-2.button2 {
	color: #fff;
	background-color: #7462e6;
	border: 1px #ececec;
	border-radius: 10px;
	flex-direction: row;
	align-items: center;
	height: 40px;
	padding-top: 15px;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 500;
	text-decoration: none;
	transition-property: all;
	transition-duration: .1s;
	display: flex;
  }
  
  .nav-link-2.button2:hover {
	background-color: #5740e6;
	transform: scale(1.02);
  }
  
  .nav-link-2.button {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	align-items: center;
	width: 80px;
	height: 40px;
	margin-right: 0;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	transition-property: all;
	transition-duration: .1s;
	display: flex;
  }
  
  .nav-link-2.button:hover {
	color: #000;
	background-color: #fbfaff;
	border-color: #d7d1db;
	transform: scale(1.02);
  }
  
  .nav-link-2.new {
	background-color: #fff0;
	border: 1px #d3d3d380;
	border-radius: 10px;
	align-items: center;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 4px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
	display: flex;
  }
  
  .nav-link-2.new:hover {
	color: #7462e6;
  }
  
  .nav-link-2.new.w--current {
	color: #7462e6;
	font-weight: 700;
  }
  
  .ava-con7-wrap {
	margin-bottom: 0;
	margin-left: 40px;
	margin-right: 40px;
  }
  
  .popup-close {
	opacity: .5;
	margin: 6px;
	padding-left: 0;
	padding-right: 0;
	display: block;
	position: absolute;
	inset: 0% 0% auto auto;
  }
  
  .popup-close:hover {
	opacity: .91;
  }
  
  .a-cta {
	transform-style: preserve-3d;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 100px;
	padding-top: 60px;
	transition: all .45s;
	display: flex;
  }
  
  .a-cta:hover {
	padding-left: 0;
	transform: scale3d(1.04, 1.04, 2);
  }
  
  .a-cta.solution {
	margin-bottom: 0;
	padding-top: 0;
  }
  
  .case-button {
	color: #fff;
	text-align: center;
	background-color: #da659d;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	display: flex;
  }
  
  .a-application3 {
	flex-direction: column;
	height: auto;
	margin-top: 80px;
	margin-bottom: 0;
	display: flex;
  }
  
  .ava-con7 {
	background-color: #f4f3f6;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 100px;
	padding-bottom: 0;
  }
  
  .ava-con7._2 {
	padding-top: 40px;
  }
  
  .ava-image5 {
	margin-right: -30px;
  }
  
  .image-138 {
	max-width: 80%;
	padding-bottom: 20px;
  }
  
  .footer_con {
	margin-left: 0;
  }
  
  .text-block-77 {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 400;
  }
  
  .a-cta3 {
	transform-style: preserve-3d;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 100px;
	padding-top: 20px;
	transition: all .45s;
	display: flex;
  }
  
  .a-cta3:hover {
	padding-left: 0;
	transform: scale3d(1.04, 1.04, 2);
  }
  
  .a-cta3.use-case {
	margin-top: 40px;
  }
  
  .a-cta3.use-case:hover {
	padding-right: 0;
  }
  
  .slider-2-copy {
	background-color: #333;
	flex-direction: row;
	align-self: stretch;
	align-items: flex-start;
	width: 100%;
	height: 70%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
  }
  
  .slider-2-copy.avatalk {
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
  }
  
  .image-132 {
	max-width: 100%;
  }
  
  .div-block-71 {
	background-color: #ffffff14;
	border-radius: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	display: flex;
  }
  
  .a-contents {
	height: auto;
	margin-top: 140px;
	padding-top: 0;
  }
  
  .h5 {
	color: #fff;
	text-align: center;
	white-space: normal;
	-webkit-text-fill-color: transparent;
	background-color: #27306a;
	-webkit-background-clip: text;
	background-clip: text;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
  }
  
  .popup-exit-ava {
	opacity: 1;
	color: #fff;
	cursor: pointer;
	flex: 0 auto;
	max-width: none;
	position: static;
	right: 0;
  }
  
  .div-block-17 {
	justify-content: space-between;
	display: flex;
  }
  
  .use-case-wrapper {
	flex-direction: row;
	display: flex;
  }
  
  .a-image-saction {
	z-index: 2;
	justify-content: center;
	max-width: none;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: -15px;
	padding-top: 100px;
	padding-bottom: 40px;
	display: flex;
	position: relative;
  }
  
  .acon1-title {
	z-index: 200;
	margin-bottom: 70px;
	margin-right: 0;
	position: relative;
  }
  
  .a-cta-main-copy {
	text-align: center;
	background-image: url('../images/ava-logo_1ava-logo.png'), linear-gradient(135deg, #c5c5c5, #9692b4);
	background-position: 14%, 0 0;
	background-repeat: no-repeat, repeat;
	background-size: 26px, auto;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 60px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 48px;
	font-size: 24px;
	transition: all .7s, box-shadow .65s;
	display: flex;
	position: relative;
	box-shadow: 1px 1px 3px #0000001a;
  }
  
  .a-cta-main-copy:hover {
	background-image: url('../images/ava-logo_1ava-logo.png'), linear-gradient(306deg, #5946cf, #f059ac);
	box-shadow: 3px 3px 10px #70707042;
  }
  
  .a-cta-main-copy.a-event {
	background-image: linear-gradient(135deg, #9f30ee, #4c1aff);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto;
	width: 270px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
  }
  
  .a-cta-main-copy.a-event:hover {
	background-image: linear-gradient(135deg, #8108e4, #4a00e9);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto;
  }
  
  .div-block-69 {
	display: flex;
  }
  
  .nav-link-2-start {
	color: #494949;
	flex: 0 auto;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	transition: color .1s;
  }
  
  .nav-link-2-start:hover {
	color: #6e6e6e;
  }
  
  .nav-link-2-start.w--current {
	color: #872ed6;
  }
  
  .nav-link-2-start.button2 {
	color: #fff;
	background-color: #7462e6;
	border: 1px #ececec;
	border-radius: 10px;
	flex-direction: row;
	align-items: center;
	height: 40px;
	padding-top: 15px;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 500;
	text-decoration: none;
	transition-property: all;
	transition-duration: .1s;
	display: flex;
  }
  
  .nav-link-2-start.button2:hover {
	background-color: #5740e6;
	transform: scale(1.02);
  }
  
  .text-span-47 {
	font-size: 18px;
  }
  
  .image-141 {
	margin-right: 6px;
  }
  
  .nav-link-2-login {
	color: #494949;
	flex: 0 auto;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	transition: color .1s;
  }
  
  .nav-link-2-login:hover {
	color: #6e6e6e;
  }
  
  .nav-link-2-login.w--current {
	color: #872ed6;
  }
  
  .nav-link-2-login.nav-login-btn {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	align-items: center;
	height: 40px;
	margin-right: 0;
	padding-top: 15px;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 500;
	transition-property: all;
	transition-duration: .1s;
	display: flex;
  }
  
  .nav-link-2-login.nav-login-btn:hover {
	color: #000;
	background-color: #fbfaff;
	border-color: #d7d1db;
	transform: scale(1.02);
  }
  
  .a-contents-refer {
	height: auto;
	margin-top: 140px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .use-case-reference-wrap {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-flow: column;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	place-content: start flex-start;
	place-items: center;
	max-width: 1100px;
	margin-left: 0;
	margin-right: 20px;
	padding-top: 40px;
	display: flex;
  }
  
  .use-case-reference-wrap.last {
	margin-right: 0;
  }
  
  .plan-setting-popup {
	z-index: 3;
	background-color: #00000080;
	margin: 0;
	display: flex;
	position: absolute;
	inset: 0%;
  }
  
  .plan-con {
	justify-content: space-around;
	align-items: flex-start;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	display: flex;
  }
  
  .plan-con-box {
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 20px;
	flex-direction: column;
	justify-content: space-between;
	width: 220px;
	height: 400px;
	margin-right: 10px;
	padding: 14px;
	display: flex;
  }
  
  .plan-box {
	border-bottom: 1px solid #ddd;
	flex-direction: column;
	justify-content: space-between;
	height: 160px;
	margin-bottom: 0;
	padding-bottom: 20px;
	display: flex;
  }
  
  .text-block-82 {
	margin-bottom: 12px;
	padding-bottom: 0;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 24px;
	font-weight: 700;
  }
  
  .text-block-83 {
	font-family: "Noto sans kr 400", sans-serif;
  }
  
  .text-span-48 {
	color: #e55e8a;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .fee-text {
	color: #a4a8b4;
	display: block;
  }
  
  .fee-text.hide {
	display: none;
  }
  
  .text-block-85 {
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .text-span-49 {
	font-size: 24px;
  }
  
  .plan-box2 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  
  .plan-box2._2 {
	height: 340px;
  }
  
  .text-block-86 {
	color: #4d5563;
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .div-block-73 {
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
  }
  
  .div-block-73.none {
	opacity: 0;
  }
  
  .text-block-87 {
	margin-left: 10px;
	padding-left: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 11px;
	font-weight: 500;
  }
  
  .bold-text-7 {
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 900;
  }
  
  .plan-button {
	color: #fff;
	background-color: #bec6d7;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	height: 45px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	display: flex;
  }
  
  .plan-button:hover {
	background-color: #666e88;
  }
  
  .plan-button:active, .plan-button:focus {
	background-color: #e55e8a;
  }
  
  .text-span-50 {
	color: #ff4949;
	font-family: "Noto sans kr 700", sans-serif;
  }
  
  .text-block-88 {
	color: #9f9f9f;
	padding-left: 20px;
	padding-right: 40px;
  }
  
  .pc-optimization-popup {
	z-index: 3;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .story-tab-link {
	background-color: #f8f8fa33;
	border: 1px solid #c6ced6;
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	justify-content: space-around;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
  }
  
  .story-tab-link.w--current {
	background-color: #e55e8a;
	border: 1px #000;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .contents-tab-link {
	background-color: #f8f8fa33;
	border: 1px solid #c6ced6;
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	justify-content: space-around;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
  }
  
  .contents-tab-link.w--current {
	background-color: #e55e8a;
	border: 1px #000;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .design-tab-link {
	background-color: #f8f8fa;
	border: 1px solid #c6ced6;
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	justify-content: space-around;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
  }
  
  .design-tab-link.w--current {
	background-color: #e55e8a;
	border: 1px #000;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .text-block-91, .text-block-92 {
	color: #989ca3;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .story-tab-pane {
	margin-bottom: 140px;
	padding-bottom: 0;
	padding-right: 20px;
  }
  
  .contents-tab {
	box-shadow: none;
	background-color: #f6f6f8;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	width: 100%;
	height: auto;
	margin-top: 16px;
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 30px;
  }
  
  .contents-block-wrapper {
	flex-direction: column;
	width: 100%;
	margin-top: 30px;
	display: flex;
  }
  
  .add-content-btn {
	margin-bottom: 10px;
  }
  
  .add-content {
	color: #4c4fa7;
	text-align: center;
	background-color: #e4e5f2;
	background-image: url('../images/contents-plus.svg');
	background-position: 37%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 520px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 40px;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
	display: flex;
  }
  
  .content-elements-wrapper {
	background-color: #fcfcfc;
	border: 1px #e0e8f0;
	border-radius: 5px;
	width: 520px;
	height: auto;
	padding: 20px 20px 10px;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .elements-con {
	text-align: center;
	border: 1px solid #e0e8f0;
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	width: 49%;
	height: 44px;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
	display: flex;
  }
  
  .elements-con.none {
	background-color: #dbdbdb;
  }
  
  .elements-con-wrap {
	text-align: center;
	justify-content: space-between;
	width: auto;
	margin-bottom: 14px;
	padding-bottom: 0;
	display: flex;
  }
  
  .text-block-93 {
	color: #393a58;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
  }
  
  .link-block {
	background-color: #fcfcfc;
	border: 1px #e0e8f0;
	border-radius: 5px;
	width: 520px;
	height: auto;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 14px 14px 20px;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .link-block-wrap {
	align-items: flex-start;
	width: 520px;
	margin-top: 10px;
	padding-left: 0;
	display: flex;
  }
  
  .image-145 {
	flex-direction: column;
	margin-right: 4px;
	padding-top: 40px;
	display: block;
  }
  
  .image-146 {
	margin-right: 10px;
  }
  
  .link-block-title {
	border-bottom: 1px solid #e0e8f0;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding-bottom: 16px;
	display: flex;
  }
  
  .link-block-form {
	margin-top: 10px;
  }
  
  .link-form {
	background-color: #f7faff;
	border: .5px solid #cfd3da;
	border-radius: 0;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	padding: 8px 14px;
	display: flex;
  }
  
  .link-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .text-block-94 {
	color: #303c53;
	margin-bottom: 6px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .link-input-form {
	width: 70%;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .div-block-76 {
	justify-content: space-between;
	align-items: center;
	display: flex;
  }
  
  .linktext-block-form {
	margin-top: 10px;
  }
  
  .linktext-input-form-copy {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .title {
	align-items: center;
	display: flex;
  }
  
  .text-block-wrap {
	align-items: flex-start;
	width: 520px;
	margin-top: 10px;
	display: flex;
  }
  
  .youtube-input-form {
	width: auto;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .youtube-input-form.graph {
	width: 100%;
  }
  
  .youtube-block-wrap, .gap-block-wrap, .form-block-wrap {
	align-items: flex-start;
	width: 520px;
	margin-top: 10px;
	display: flex;
  }
  
  .customerinfo-block-form {
	margin-top: 10px;
  }
  
  .checkbox-wrap {
	flex-direction: row;
	display: flex;
  }
  
  .checkbox-wrap.payment {
	width: 80%;
  }
  
  .checkbox-elements {
	margin-right: 20px;
	display: flex;
  }
  
  .checkbox-elements.download {
	margin-bottom: 14px;
  }
  
  .checkbox-elements.download-2 {
	flex-direction: column;
	margin-bottom: 10px;
  }
  
  .text-block-95 {
	color: #4c4545;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
  }
  
  .gap-icon {
	background-image: url('../images/top-border.svg');
	background-position: 0 0;
	background-size: auto;
	width: 18px;
	height: 18px;
	padding-left: 0;
	position: absolute;
	left: 10px;
  }
  
  .gap-icon.bottom {
	background-image: url('../images/bottom-border.svg');
	left: 10px;
  }
  
  .gap-elements {
	align-items: center;
	margin-right: 12px;
	display: flex;
	position: relative;
  }
  
  .gap-form {
	margin-bottom: 10px;
  }
  
  .gap {
	display: flex;
  }
  
  .gap-block-form {
	margin-top: 10px;
	margin-right: 20px;
  }
  
  .gap-block {
	display: flex;
  }
  
  .line-block-form {
	margin-top: 10px;
	padding-top: 0;
  }
  
  .form-wrap-inner {
	border: 1px #000;
	border-top: 1px solid #dddfe2;
	border-bottom-color: #dddfe2;
	justify-content: flex-start;
	align-items: center;
	width: 500px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	display: flex;
  }
  
  .form-wrap-inner.center {
	border-top-style: none;
	border-bottom-style: solid;
	align-items: center;
	width: auto;
	padding-top: 14px;
	padding-bottom: 14px;
  }
  
  .form-wrap-inner.center.last {
	z-index: 3;
	border-bottom-style: none;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
  }
  
  .checkbox-grid {
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0;
	display: flex;
  }
  
  .checkbox-grid._3 {
	grid-column-gap: 6px;
	grid-template-columns: 1fr 1fr 1fr;
  }
  
  .checkbox-grid._4 {
	grid-column-gap: 6px;
	grid-template-columns: .75fr 1.25fr;
  }
  
  .form-block-join {
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .p-radio-btn {
	text-align: left;
	align-items: center;
	width: auto;
	height: 36px;
	margin-top: -4px;
	margin-bottom: 0;
	margin-right: 4px;
	padding-top: 0;
	padding-left: 0;
	display: flex;
  }
  
  .radio-btn {
	opacity: 1;
	color: #d4d4d4;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	width: 16px;
	height: 16px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
  }
  
  .radio-btn:active {
	outline-offset: 0px;
	color: #a55050;
	-webkit-text-fill-color: inherit;
	background-color: #e55e8a;
	background-clip: border-box;
	border-width: 5px;
	border-color: #f7f7f7;
	border-radius: 10px;
	outline: .1px solid #bdbdbd;
  }
  
  .radio-btn.w--redirected-checked {
	outline-offset: 0px;
	mix-blend-mode: normal;
	background-color: #e55e8a;
	background-image: url('../images/Radio-Active.svg');
	background-position: 50%;
	background-size: auto;
	border: 1px solid #d3d3d3;
	border-radius: 20px;
	outline: 1px #bdbdbd;
	margin-left: 0;
	font-size: 10px;
  }
  
  .checkbox-label-2 {
	color: #aab5c8;
	width: auto;
	margin-bottom: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .gap-change-field {
	background-color: #dadada00;
	border-radius: 5px;
	width: 70px;
	height: 29px;
	margin-bottom: 0;
	padding-left: 34px;
	padding-right: 10px;
  }
  
  .image-147 {
	opacity: .4;
  }
  
  .charecter-tab-link {
	justify-content: space-around;
  }
  
  .new-avatalk-popup {
	z-index: 3;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	background-color: #00000080;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .new-avatalk-wrapper {
	border-radius: 10px;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
  }
  
  .blank-page-avatalk {
	text-align: center;
	border-radius: 10px;
	width: 300px;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 30px;
	padding-top: 0;
	transition: all .3s ease-in;
	box-shadow: 5px 3px 8px 4px #4759861a;
  }
  
  .blank-page-avatalk:hover {
	background-color: #fff;
	transform: scale(1.02);
	box-shadow: 5px 3px 8px 4px #47598633;
  }
  
  .blank-page-avatalk._2 {
	width: 330px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 16px 4px #2c21a31a;
  }
  
  .text-block-96 {
	color: #38415b;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 6px;
	font-family: Nanumsquareb, sans-serif;
	font-size: 21px;
	font-weight: 400;
  }
  
  .text-block-97 {
	color: #7883a5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 14px;
	padding-top: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
  }
  
  .image-148 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  }
  
  .template-page-avatalk {
	border-radius: 10px;
	width: 300px;
	height: auto;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 0;
	transition: all .3s ease-in;
	box-shadow: 5px 3px 8px 4px #4759861a;
  }
  
  .template-page-avatalk:hover {
	transform: scale(1.02);
	box-shadow: 5px 3px 8px 4px #47598633;
  }
  
  .template-page-avatalk._2 {
	text-align: center;
	width: 330px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 16px 4px #2c21a31f;
  }
  
  .div-block-77 {
	background-color: #e4eafb;
	width: 2px;
	height: auto;
	margin: 0 48px;
  }
  
  .gnb-left-wrap {
	z-index: 2;
	background-color: #f9f8fa;
	border-right: 1px solid #c6ced6;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 70px;
	height: 100vh;
	margin-top: 0;
	margin-bottom: 0%;
	padding-bottom: 0%;
	display: block;
	position: relative;
  }
  
  .gnb-content-wrap {
	text-align: center;
	background-color: #0000;
	border: 1px #000;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	display: flex;
  }
  
  .text-block-98 {
	color: #99a2b8;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .div-block-79 {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 736px;
	display: flex;
  }
  
  .talk-scenario-box {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	text-align: center;
	background-color: #fff;
	border: 1px #e5e6f1;
	border-radius: 10px;
	flex-flow: column;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	width: 420px;
	height: auto;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .talk-title {
	width: 100%;
	position: relative;
  }
  
  .image-block {
	background-color: #fff;
	border: 2px #e9ebed;
	border-radius: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 260px;
	margin-top: 20px;
	margin-bottom: 4px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
  }
  
  .image-dropdown {
	width: 100%;
  }
  
  .text-block-100 {
	color: #7d7d7d;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .image-149 {
	margin-bottom: 14px;
	padding-bottom: 0;
  }
  
  .dropdown-link {
	color: #464646;
	border-bottom: 1px #f1f1f1;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .dropdown-link:hover {
	background-color: #f7faff;
  }
  
  .dropdown-list-2 {
	z-index: 0;
	margin-top: 10px;
  }
  
  .dropdown-list-2.w--open {
	z-index: 999;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 120px;
	margin-top: 4px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: scroll;
	box-shadow: 1px 1px 11px 2px #55627e52;
  }
  
  .dropdown-list-2.withdrawal-dropdown.w--open {
	height: auto;
  }
  
  .dropdown-2 {
	width: 100%;
	height: auto;
  }
  
  .dropdown-2:hover {
	outline-offset: 0px;
	border-radius: 5px;
	outline: 3px solid #4c4fa733;
  }
  
  .dropdown-2.scenario {
	width: auto;
  }
  
  .dropdown-2.withdrawal {
	width: 100%;
  }
  
  .icon-2 {
	color: #8789b9;
	margin-right: 10px;
  }
  
  .text-block-26 {
	color: #4e5869;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .text-block-25 {
	color: #222;
	margin-right: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .dropdown-toggle-scenario {
	background-color: #f2f4f6;
	border: 1px solid #d0d5e7;
	border-radius: 5px;
	width: 340px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 4px 20px;
  }
  
  .dropdown-toggle-scenario.w--open {
	background-color: #fff;
  }
  
  .charecter-talk {
	text-align: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 0;
	display: flex;
  }
  
  .description-input {
	width: 100%;
  }
  
  .description-input-form {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .talk-form {
	background-color: #f7faff00;
	border: 1px #4c4fa766;
	border-radius: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: flex;
  }
  
  .talk-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .talk-button-form {
	text-align: left;
	width: 340px;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .move {
	background-image: url('../images/move-icon.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
  }
  
  .button-text-form {
	background-color: #f9adac;
	border: 1px #788eae4d;
	border-radius: 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 6px 0 0;
	display: flex;
  }
  
  .button-text-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .button2-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 240px;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .button2-text-form.story {
	opacity: 1;
	color: #111213;
	text-align: center;
	background-color: #fff0;
	flex: 0 auto;
	width: 100%;
	height: auto;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	overflow: visible;
  }
  
  .button2-text-form.story::placeholder {
	color: #fff;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .delete-button {
	background-image: url('../images/delete-icon.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
  }
  
  .talk-button-wrap {
	flex-flow: column;
	align-items: center;
	margin-bottom: 10px;
	display: flex;
  }
  
  .talk-button {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 6px;
	display: flex;
  }
  
  .scenario-dropdown {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
  }
  
  .dropdown-toggle-charecter {
	z-index: 9999;
	background-color: #f2f4f6;
	border: 1px solid #d0d5e7;
	border-radius: 5px;
	width: 340px;
	padding: 4px 20px 4px 10px;
  }
  
  .dropdown-toggle-charecter.w--open {
	background-color: #fff;
  }
  
  .dropdown-toggle-charecter._2 {
	width: 120px;
  }
  
  .talk-scenario-block {
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	display: none;
  }
  
  .button-plus-icon {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	background-color: #eaeaed;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 36px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	display: flex;
  }
  
  .scenario-plus-button {
	text-align: center;
	justify-content: center;
	width: 420px;
	height: 50px;
	margin: 0 0 40px;
	padding-left: 0;
	display: flex;
  }
  
  .dropdown-title {
	color: #4c4fa7;
	background-color: #e4e5f200;
	border-bottom: 1px #cfd3da;
	border-radius: 0;
	width: 316px;
	height: 32px;
	margin: 6px 12px 1px;
	padding: 7px 12px 8px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
	display: flex;
  }
  
  .dropdown-title:focus {
	background-color: #e4e5f2;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .scenario-con {
	background-color: #6372ff1a;
	border-radius: 5px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	margin: 6px 12px;
	padding: 0 12px;
	display: flex;
  }
  
  .text-block-101 {
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .image-150 {
	margin-right: 16px;
  }
  
  .dropdown-con-wrap {
	margin-bottom: 10px;
	padding-bottom: 0;
  }
  
  .div-block-80 {
	color: #fff;
	background-color: #15c747;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 18px;
	font-size: 10px;
	display: flex;
  }
  
  .dropdown-list-3 {
	z-index: 0;
	margin-top: 10px;
  }
  
  .dropdown-list-3.w--open {
	z-index: 999;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 280px;
	margin-top: 4px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: scroll;
	box-shadow: 1px 1px 11px 2px #55627e52;
  }
  
  .form-button-check {
	border: 1px solid #d0d5e7;
	border-radius: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 340px;
	height: 72px;
	margin-top: 4px;
	padding-top: 6px;
	padding-left: 20px;
	display: inline-block;
  }
  
  .text-block-102 {
	text-align: left;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .tab-pane-contents-tab {
	width: 100%;
	margin-bottom: 140px;
	padding-right: 20px;
  }
  
  .tab-pane-design-tab {
	background-color: #f6f6f8;
	margin-bottom: 140px;
	padding-right: 20px;
  }
  
  .tab-pane-graph-tab {
	margin-bottom: 140px;
	padding-right: 20px;
  }
  
  .content-con-wrapper {
	align-items: flex-start;
	margin-bottom: 0;
	margin-left: -20px;
	display: flex;
  }
  
  .image-151 {
	width: 60px;
	max-width: none;
	height: 90px;
	margin-bottom: 24px;
  }
  
  .image-upload-button {
	background-color: #6372ff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: auto;
	margin-bottom: 10px;
	display: flex;
  }
  
  .div-block-81, .div-block-82, .div-block-83, .div-block-84 {
	display: flex;
  }
  
  .background-setting1 {
	border: 1px #000;
	flex-direction: column;
	align-items: center;
	width: 50%;
	display: flex;
  }
  
  .background-setting {
	align-items: center;
	margin-bottom: 14px;
	padding-top: 0;
	padding-right: 0;
	display: flex;
  }
  
  .background-setting._2 {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 20px;
	padding-top: 0;
  }
  
  .text-block-103 {
	color: #989ca3;
	width: 100px;
	margin-right: 20px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
  }
  
  .background-setting2 {
	flex-direction: column;
	align-items: center;
	width: 50%;
	display: flex;
  }
  
  .color-chip {
	outline-offset: 3px;
	background-color: #ffb0b0;
	border: 1px #000;
	border-radius: 3px;
	outline: 1px solid #d6d6d6;
	width: 110px;
	height: 40px;
	margin-right: 20px;
	padding-right: 0;
  }
  
  .color-chip:hover {
	outline-offset: 2px;
	outline-width: 2px;
	outline-color: #4c4fa74d;
  }
  
  .color-chip.other-color {
	outline-offset: 2px;
	background-color: #aeb66f;
	outline-width: 2px;
  }
  
  .color-chip.sub {
	outline-offset: 2px;
	background-color: #79b3ce;
	outline-width: 2px;
	margin-right: 0;
  }
  
  .color-chip.sub:hover {
	outline-width: 3px;
	outline-color: #4c4fa74a;
  }
  
  .color-chip-wrapper {
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-top: 0;
	padding-left: 5px;
	display: flex;
  }
  
  .color-chip-wrapper.last {
	margin-bottom: 0;
  }
  
  .text-block-104 {
	color: #989ca3;
	width: 160px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .button-shape-con {
	text-align: center;
	flex-direction: column;
	align-items: center;
	display: flex;
  }
  
  .div-block-85 {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 66px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: flex;
  }
  
  .div-block-85:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .div-block-85:active {
	outline-width: 3px;
	outline-color: #6372ff;
  }
  
  .shape2 {
	background-color: #c7c9d4;
	border-radius: 8px;
	width: 100px;
	height: 30px;
  }
  
  .text-block-105 {
	color: #989ca3;
	width: auto;
	margin-bottom: 14px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 13px;
	font-weight: 500;
  }
  
  .shape1 {
	background-color: #c7c9d4;
	border-radius: 20px;
	width: 100px;
	height: 30px;
  }
  
  .shape3 {
	background-color: #c7c9d4;
	border-radius: 0;
	width: 100px;
	height: 30px;
  }
  
  .shape3.line1 {
	border: 1px solid #e55d8a;
  }
  
  .shape3.line2 {
	border: 2px solid #e55d8a;
  }
  
  .shape-con-wrap {
	justify-content: space-between;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
  }
  
  .div-block-86 {
	margin-bottom: 40px;
  }
  
  .button-color-con {
	text-align: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
	display: flex;
  }
  
  .button-color-con.last {
	margin-bottom: 20px;
  }
  
  .color-con-wrap {
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
  }
  
  .text-block-106 {
	color: #989ca3;
	width: auto;
	margin-bottom: 30px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .color-con-wrapper {
	justify-content: space-between;
	width: 90%;
	display: flex;
  }
  
  .image-152 {
	margin-top: 20px;
	padding-left: 25px;
  }
  
  .font-con-wrap {
	width: 100%;
  }
  
  .text-font-style {
	text-align: center;
	flex-direction: column;
	align-items: center;
	display: flex;
  }
  
  .div-block-87 {
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 10px;
	display: flex;
  }
  
  .text-block {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 80px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: flex;
  }
  
  .text-block:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .text-block:active {
	outline-offset: 0px;
	outline-width: 3px;
	outline-color: #6372ff;
  }
  
  .plus-setting-con-wrap {
	justify-content: space-between;
	width: 90%;
	display: flex;
  }
  
  .premium {
	color: #fff;
	background-color: #15c747;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 18px;
	margin-left: 10px;
	font-size: 10px;
	display: flex;
  }
  
  .charecter-tab {
	box-shadow: none;
	background-color: #f6f6f8;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	width: 100%;
	height: auto;
	margin-top: 16px;
	margin-left: 0;
	padding: 24px 0 20px 30px;
  }
  
  .design-con {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 700px;
	margin-bottom: 40px;
	margin-right: 0;
	padding: 40px 20px 20px;
	display: flex;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .design-con._2 {
	flex-direction: row;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .design-con._3 {
	flex-direction: row;
	padding-top: 20px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .graph-tab {
	box-shadow: none;
	background-color: #f6f6f8;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	width: 100%;
	height: auto;
	margin-top: 16px;
	margin-left: 0;
	padding: 24px 30px 10px;
  }
  
  .graph-con {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	width: auto;
	margin-bottom: 40px;
	margin-right: 0;
	padding: 20px;
	display: flex;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .graph-con.center {
	align-items: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  
  .link-preview {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 340px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
  }
  
  .div-block-88 {
	border-top: 1px solid #d9d9d9;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
  }
  
  .link-title-form {
	width: 100%;
	height: 26px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 20px;
  }
  
  .link-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 100%;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
  }
  
  .link-text-form::placeholder {
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .link-sub-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 100%;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .link-sub-text-form.custom {
	border-bottom-style: solid;
	border-bottom-color: #cccccd;
	margin-bottom: 10px;
	padding-bottom: 14px;
  }
  
  .profile-change {
	background-color: #6372ff;
	border-radius: 10px;
	margin-bottom: 0;
  }
  
  .analysis-graph {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	display: flex;
  }
  
  .analysis-input {
	background-color: #f6f6f8;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 14px;
	padding: 10px;
	display: flex;
  }
  
  .analysis-form {
	background-color: #fff;
	border: .5px solid #cfd3da;
	border-radius: 0;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 640px;
	height: auto;
	padding: 2px 14px;
	display: flex;
  }
  
  .analysis-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .analysis-form.graph {
	width: 100%;
  }
  
  .analysis-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 100%;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .analysis-wrap {
	width: 100%;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	display: block;
  }
  
  .analysis-wrap.last {
	margin-bottom: 0;
  }
  
  .image-resizing-popup {
	z-index: 3;
	background-color: #00000080;
	margin: 0;
	display: flex;
	position: absolute;
	inset: 0%;
  }
  
  .image-resizing-popup._2d-charecter-crop {
	z-index: 999;
	display: none;
  }
  
  .image-loading-popup2 {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .bring-image {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	border: 2px solid #e9ebed;
	border-radius: 5px;
	flex-direction: column;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	width: 460px;
	height: 100%;
	margin: 20px 40px;
	padding-left: 0;
	display: flex;
  }
  
  .lottie-animation-11 {
	width: 100px;
	height: 100px;
  }
  
  .image-choice-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .image-upload {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
	display: flex;
  }
  
  .text-block-108 {
	color: #aaa;
	font-family: "Noto sans kr 400", sans-serif;
  }
  
  .image-choice-popup2 {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .popup-button2 {
	flex-direction: column;
	width: 60%;
	margin-top: 40px;
	display: flex;
  }
  
  .image-reselection-btn {
	color: #fff;
	text-align: center;
	background-color: #7483d6;
	background-image: url('../images/upload-icon_1.svg');
	background-position: 20%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px #ff558d;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 0;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .image-check-btn {
	text-align: center;
	background-color: #63c715;
	background-image: url('../images/use-icon.svg');
	background-position: 20%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: block;
  }
  
  .image-popup-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 520px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .image-scale-btn {
	color: #fff;
	text-align: center;
	background-color: #7483d6;
	background-image: url('../images/scale-icon.svg');
	background-position: 20%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px #ff558d;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 0;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .image-upload-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .image-upload-popup:hover {
	border-radius: 5px;
  }
  
  .bring-image-copy {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	border: 2px solid #e9ebed;
	border-radius: 5px;
	flex-direction: column;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 180px;
	margin: 0 40px 20px;
	padding-left: 0;
	display: flex;
  }
  
  .h1-light {
	text-align: center;
	margin-bottom: 30px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .h1-light.margin20 {
	color: #555;
	margin-bottom: 16px;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .div-block-89 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  .icon-image {
	width: 54px;
  }
  
  .icon-image:hover {
	border: 2px solid #6372ff;
	border-radius: 5px;
  }
  
  .icon-image:active {
	background-color: #0000;
  }
  
  .save-btn {
	color: #141414;
	background-color: #15c7471a;
	background-image: url('../images/Outline.svg');
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #15c747;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 110px;
	height: 30px;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 14px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: flex;
  }
  
  .save-btn:hover {
	background-color: #f3fff6;
	border: 2px solid #15c747;
  }
  
  .save-btn:active {
	color: #15c747;
	background-color: #f0fff4;
	background-image: url('../images/Outline.svg');
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: 18px;
	border-style: none;
	border-color: #90e0a5;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 500;
  }
  
  .image-153 {
	width: 320px;
	max-width: 120%;
	margin-top: -11px;
	margin-left: -15px;
	padding-top: 0;
	padding-left: 0;
  }
  
  .text-location {
	width: 420px;
	margin-top: 0;
  }
  
  .moving-button {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 14px;
	padding-top: 0;
	padding-right: 0;
	display: flex;
  }
  
  .div-block-90 {
	background-color: #fff;
	border: 1px solid #e5e6f1;
	width: 96px;
	height: 100px;
	margin-bottom: 4px;
  }
  
  .moving-btn-name {
	width: auto;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .moving-btn-form {
	background-color: #fff;
	border: 1px solid #f6f6f8;
	border-radius: 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 96px;
	height: 26px;
	padding: 8px 4px;
	display: flex;
  }
  
  .moving-btn-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .moving-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 90px;
	height: 26px;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .content-text {
	color: #393a58;
	text-align: left;
	width: 160px;
	margin-left: 0;
	padding-left: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
  }
  
  .content-text.none {
	color: #393a5885;
  }
  
  .design-con-left {
	width: 90%;
  }
  
  .move-btn-con {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96px;
	margin-right: 10px;
	display: flex;
  }
  
  .moving-image-con {
	margin-bottom: 20px;
	display: flex;
  }
  
  .graph-tab-link {
	background-color: #f8f8fa;
	border: 1px solid #c6ced6;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	justify-content: space-around;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
  }
  
  .graph-tab-link.w--current {
	background-color: #e55e8a;
  }
  
  .collect-tab-link {
	background-color: #f8f8fa;
	border: 1px solid #c6ced6;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	justify-content: space-around;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
  }
  
  .collect-tab-link.w--current {
	background-color: #e55e8a;
  }
  
  .tab-pane-collect-tab {
	margin-bottom: 140px;
	padding-right: 20px;
  }
  
  .collect-con {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 700px;
	height: 900px;
	margin-bottom: 40px;
	margin-right: 0;
	padding: 20px;
	display: flex;
	overflow: visible;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .tab-link-tab-1-3 {
	text-align: center;
	background-color: #f8f8fa;
	border: 1px solid #c6ced6;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 140px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
  }
  
  .tab-link-tab-1-3.w--current {
	text-align: center;
	background-color: #e55d8a;
	border: 1px solid #c6ced6;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 140px;
	margin-right: 6px;
	padding-right: 10px;
  }
  
  .tab-link-tab-2-3 {
	text-align: center;
	background-color: #f8f8fa;
	border: 1px solid #c6ced6;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
  }
  
  .tab-link-tab-2-3.w--current {
	background-color: #e55e8a;
	border-bottom-color: #c6ced6;
  }
  
  .text-block-109, .text-block-110 {
	color: #989ca3;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 15px;
	font-weight: 500;
  }
  
  .tabs-menu-3 {
	border-bottom: 1px solid #e6e5e5;
	margin-bottom: 16px;
  }
  
  .collect-title {
	margin-bottom: 20px;
	padding-bottom: 0;
	display: flex;
  }
  
  .collect-sub-title {
	color: #5d5d5d;
	margin-bottom: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .collect-ui {
	justify-content: space-between;
	margin-bottom: 20px;
	display: flex;
  }
  
  .collect-search-form {
	width: 200px;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .scearch-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 100px;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 5px;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .search-form {
	background-color: var(--white);
	border: .5px solid #cfd3da;
	border-radius: 5px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 32px;
	padding: 2px 0 2px 10px;
	display: flex;
  }
  
  .search-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .div-block-93 {
	margin-right: 0;
	padding-right: 0;
  }
  
  .collect-ui-set {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 374px;
	display: flex;
  }
  
  .collect-delete {
	color: #4e5869;
	text-align: center;
	background-color: #f2f4f6;
	border: 1px solid #d0d5e7;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 32px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	display: flex;
  }
  
  .collect-delete:hover {
	color: #d6373a;
	background-color: #ffe0e5;
  }
  
  .excel-download {
	background-color: var(--white);
	border: 1px solid #40bd45;
	border-radius: 5px;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 160px;
	height: 32px;
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
  }
  
  .excel-download:hover {
	background-color: #40bd451a;
  }
  
  .collect-excel {
	color: #485364;
	text-align: center;
	background-color: #f4f4f400;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	display: flex;
  }
  
  .picker-select {
	width: 120px;
  }
  
  .dropdown-list--c {
	z-index: 0;
	margin-top: 10px;
  }
  
  .dropdown-list--c.w--open {
	z-index: 999;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 10px;
	box-shadow: 1px 1px 11px 2px #55627e52;
  }
  
  .dropdown-link-c {
	color: #464646;
	background-color: #fff0;
	border-bottom: 1px #f1f1f1;
	border-radius: 5px;
	width: 400px;
	margin: 4px 6px;
	padding: 6px 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
  }
  
  .dropdown-link-c:hover {
	background-color: #e7e7f5;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .collect-contents {
	object-fit: fill;
	height: auto;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	overflow: scroll;
  }
  
  .collect-item {
	justify-content: space-between;
	display: flex;
  }
  
  .collect-item.personal-info {
	background-color: #f5f7fa;
	border-radius: 5px;
	align-items: center;
	margin-bottom: 10px;
	padding: 12px;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .collect-item.personal-info:hover {
	color: #000;
	background-color: #e7e7f5;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .choose-checkbox {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
  }
  
  .choose-checkbox:hover {
	background-color: #4b4fad80;
  }
  
  .choose-checkbox:active, .choose-checkbox:focus {
	background-color: #4c4fa7;
  }
  
  .choose-checkbox._3 {
	width: 16px;
	max-width: none;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 0;
	margin-right: 8px;
  }
  
  .item-content {
	font-family: "Noto sans kr 400", sans-serif;
  }
  
  .item-content-sub {
	margin-top: 4px;
	display: flex;
  }
  
  .item-content-date, .item-content-data {
	color: #989ca3;
	margin-right: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
  }
  
  .dropdown-toggle-collect {
	z-index: 9999;
	background-color: #f5f7fa;
	border: 1px #8a8dc133;
	border-radius: 5px;
	width: 100%;
	padding: 12px 24px 12px 12px;
  }
  
  .dropdown-toggle-collect.w--open {
	z-index: 99;
	background-color: #fefeff;
	border: 1px solid #c7d0f0;
	box-shadow: 2px 4px 5px #332a452e;
  }
  
  .collect-item-wrap {
	align-items: center;
	display: flex;
  }
  
  .icon-3 {
	color: #485364;
	margin-right: 10px;
	font-size: 18px;
  }
  
  .dropdown-list--ca {
	z-index: 0;
	margin-top: 10px;
  }
  
  .dropdown-list--ca.w--open {
	z-index: 100;
	background-color: #fff;
	border: 1px solid #c7d0f0;
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	box-shadow: 4px 4px 13px #7d89b452;
  }
  
  .collect-answer {
	background-color: #f5f7fa;
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px 16px 4px 0;
	display: flex;
  }
  
  .collect-answer:hover {
	background-color: #e7e7f5;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .dropdown-collect {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
  }
  
  .dropdown-collect:hover {
	outline-offset: 0px;
	mix-blend-mode: normal;
	border-radius: 5px;
	outline: 3px solid #4c4fa733;
  }
  
  .personal-info-title {
	border-bottom: 1px solid #cfd3da;
	justify-content: flex-end;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
  }
  
  .personal-info-con {
	justify-content: space-around;
	width: 624px;
	display: flex;
  }
  
  .personal-info-text {
	text-align: center;
	width: 150px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: inline;
  }
  
  .personal-info-text.con {
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 150px;
	font-size: 12px;
	display: flex;
  }
  
  .personal-info-text.con.pi-button {
	border: 1px solid #cfd3da;
	border-radius: 5px;
	width: auto;
	padding: 6px 20px;
	display: inline-block;
  }
  
  .personal-info-text.con.pi-button:hover {
	background-color: #fff;
	border-color: #aeaacc;
  }
  
  .collect-item-content-info {
	justify-content: space-around;
	width: 624px;
	display: flex;
  }
  
  .tabs-content-2 {
	overflow: visible;
  }
  
  .account-contents {
	margin-bottom: 20px;
  }
  
  .account-contents.btn {
	align-items: flex-end;
	font-size: 13px;
	display: flex;
  }
  
  .account-contents.last {
	margin-bottom: 0;
  }
  
  .password-change {
	color: #333;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 46px;
	margin-bottom: 0;
	margin-right: 19px;
	display: flex;
  }
  
  .password-change:hover {
	background-color: #f7f8f8;
  }
  
  .dosi-app-button {
	color: #fff;
	text-align: center;
	background-color: #f5f7fa;
	background-image: linear-gradient(143deg, #6ea4ff, #2341f6);
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 54px;
	margin-right: 19px;
	font-size: 14px;
	transition: all .3s;
	display: flex;
  }
  
  .dosi-app-button:hover {
	background-color: #f7f8f8;
	background-image: linear-gradient(143deg, #6ea4ff, #2341f6);
	border-color: #b2bfff;
	transform: scale(1.02);
	box-shadow: 2px 2px 14px 3px #7397e74f;
  }
  
  .membership-button {
	color: #fff;
	text-align: center;
	background-color: #e55e8a;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 36px;
	margin-bottom: 0;
	margin-right: 10px;
	padding-left: 0;
	line-height: 14px;
	display: flex;
  }
  
  .membership-button.dosi---use {
	background-image: linear-gradient(292deg, #223ff5, #428aff);
	width: 100px;
	height: 30px;
	margin-right: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
	transition: all .3s;
  }
  
  .membership-button.dosi---use:hover {
	border-style: none;
	transform: scale(1.05);
	box-shadow: 4px 4px 9px -1px #879dff;
  }
  
  .membership-button.dosi---use.done {
	background-color: #b0b6be;
	background-image: none;
	transition-property: none;
  }
  
  .membership-button.dosi---use.done:hover {
	box-shadow: none;
	transform: none;
  }
  
  .account-text {
	align-items: center;
	margin-bottom: 16px;
	display: flex;
  }
  
  .membership-date {
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .withdraw-btn {
	color: #7a7878;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
  }
  
  .withdraw-button {
	margin-top: 20px;
  }
  
  .text-span-51 {
	text-decoration: underline;
  }
  
  .account-wrap {
	width: 100%;
	margin-top: 14px;
  }
  
  .membership-info-title {
	border-bottom: 1px solid #cfd3da;
	justify-content: space-around;
	width: auto;
	height: 60px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
  }
  
  .membership-info-con {
	justify-content: space-around;
	align-items: center;
	width: 100%;
	display: flex;
  }
  
  .membership-info-con.table {
	background-color: #f5f7fa;
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
  }
  
  .membership-info-con.card {
	justify-content: space-between;
  }
  
  .membership-info-text {
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 32px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: flex;
  }
  
  .membership-info-text.card {
	justify-content: flex-start;
	align-items: center;
  }
  
  .membership-info-item {
	border-bottom: 1px #cfd3da;
	flex-direction: column;
	justify-content: space-around;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
  }
  
  .membership-con-text {
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 40px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: flex;
  }
  
  .membership-con-text.card {
	justify-content: flex-start;
	padding-left: 14px;
  }
  
  .bold-text-8 {
	font-size: 13px;
	font-weight: 400;
  }
  
  .payment-info-text {
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 171px;
	height: 32px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: flex;
  }
  
  .payment-con-text {
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 171px;
	height: 40px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 13px;
	font-weight: 500;
	display: flex;
  }
  
  .payment-con-text.l {
	text-align: left;
	justify-content: flex-start;
  }
  
  .receipt-button {
	color: #333;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/mingcute_paper-line.svg');
	background-position: 12%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 36px;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 23px;
	line-height: 14px;
	display: flex;
  }
  
  .payment-info-con {
	justify-content: space-around;
	align-items: center;
	width: 100%;
	display: flex;
  }
  
  .payment-info-con.table {
	background-color: #f5f7fa;
	border-radius: 5px;
	height: 60px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
  }
  
  .payment-con {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 171px;
	height: 40px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: flex;
  }
  
  .h1-l {
	text-align: center;
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .h1-l.margin20 {
	text-align: left;
	margin-bottom: 30px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
  }
  
  .h1-l.margin10 {
	text-align: left;
	margin-bottom: 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
  }
  
  .withdraw-box {
	margin-bottom: 20px;
  }
  
  .bold-text-9 {
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .text-block-112 {
	margin-bottom: 10px;
  }
  
  ._w-list {
	color: #444;
	margin-bottom: 4px;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .list {
	background-color: #f3f3f3;
	width: 100%;
	padding: 20px 30px;
  }
  
  .withdrawal-dropdown {
	width: 100%;
  }
  
  .dropdown-toggle-withdrawal {
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #d0d5e7;
	border-radius: 2px;
	width: 540px;
	padding: 6px 0 6px 10px;
	display: block;
  }
  
  .dropdown-toggle-withdrawal.w--open {
	background-color: #fff;
  }
  
  .div-block-95 {
	display: flex;
  }
  
  .text-block-113 {
	color: #555;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .withdraw-popup-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 500px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .withdraw-popup-layer.withdraw2 {
	justify-content: flex-start;
	align-items: flex-start;
	width: 600px;
	height: 650px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
  }
  
  .div-block-96 {
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
  }
  
  .withdraw-box-button {
	text-align: center;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	width: 140px;
	height: 40px;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
  }
  
  .bold-text-10 {
	color: #333;
	font-weight: 400;
  }
  
  .bold-text-10.w {
	color: #fff;
  }
  
  .withdrawal-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: flex;
	position: absolute;
	inset: 0%;
  }
  
  .withdrawal-popup.withdrawal {
	display: none;
  }
  
  .div-block-97 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	height: 150px;
	margin-bottom: 20px;
	padding: 10px;
  }
  
  .service-sector-choice {
	color: #000;
	background-image: url('../images/search-icon.svg');
	background-position: 95%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	height: 46px;
	font-family: "Noto sans kr 300", sans-serif;
	font-size: 14px;
	font-weight: 300;
  }
  
  .div-block-98 {
	text-align: center;
	border: 1px solid #d6d3d4;
	border-radius: 10px;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 6px 14px;
	font-family: "Noto sans kr 400", sans-serif;
	display: inline-block;
  }
  
  .div-block-98:hover {
	background-color: #e6ebff;
	border-width: 1px;
	border-color: #aab9f0;
  }
  
  .div-block-98:active {
	background-color: #c9d4ff;
	border-color: #6c83d6;
  }
  
  .dosi-ava-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .image-154 {
	width: 130px;
  }
  
  .h1-dosi {
	text-align: center;
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .h1-dosi.margin20 {
	margin-bottom: 16px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 16px;
	font-weight: 700;
  }
  
  .use-button {
	text-align: center;
	background-color: #233ef5;
	border-radius: 10px;
	width: 140px;
	height: 40px;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
  }
  
  .collect-delete-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .collect-delete-popup-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 260px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .popup-layer2 {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 540px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .popup-layer2.pc-optimization {
	background-color: #6858ed;
	width: 600px;
	height: 400px;
  }
  
  .collect-download-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .collect-download-popup-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 460px;
	height: 400px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .checkbox-wrap-download {
	flex-direction: column;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
  }
  
  .checkbox-wrap-download._2 {
	margin-bottom: 0;
  }
  
  .div-block-99 {
	border: 1px solid #e2e8f2;
	width: 340px;
  }
  
  .div-block-100 {
	display: flex;
  }
  
  .dosi-overlap-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: flex;
	position: absolute;
	inset: 0%;
  }
  
  .dosi-overlap-popup.withdrawal {
	display: none;
  }
  
  .text-span-52 {
	color: #e55e8a;
  }
  
  .text-span-53 {
	color: #4c4fa7;
	text-decoration: underline;
  }
  
  .dosi-login-box {
	width: 100%;
	margin-bottom: 20px;
  }
  
  .dosi-overlap-popup-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 500px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .dosi-overlap-popup-layer.withdraw2 {
	justify-content: flex-start;
	align-items: flex-start;
	width: 600px;
	height: 300px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
  }
  
  .div-block-101 {
	justify-content: center;
	width: 150px;
	display: flex;
  }
  
  .collect-phone-number-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .personal-info {
	color: #777;
	text-align: left;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: block;
  }
  
  .personal-info.popup {
	text-align: center;
	margin-bottom: 10px;
  }
  
  .member-phonenumber {
	text-align: center;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 24px;
	font-weight: 500;
  }
  
  .collect-phone-number-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 240px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .titile-text-pn.popup {
	padding-top: 10px;
  }
  
  .membership-change-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .text-span-55 {
	color: #233ef6;
  }
  
  .membership-change {
	margin-top: 30px;
	margin-bottom: 20px;
  }
  
  .membership-change-layer {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 500px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .membership-change-layer.withdraw2 {
	justify-content: flex-start;
	align-items: flex-start;
	width: 600px;
	height: 380px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
  }
  
  .popup-button-copy {
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	display: flex;
  }
  
  .popup-button-copy.membership-change {
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .membership-change-button {
	text-align: center;
	background-color: #233ef5;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	width: 140px;
	height: 40px;
	padding-left: 15px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
  }
  
  .personal-information-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .personal-info-wrap {
	justify-content: center;
	align-items: center;
	width: 360px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: flex;
  }
  
  .personal-info-title2 {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: flex-end;
	align-items: center;
	width: 120px;
	margin-right: 15px;
	font-family: "Noto sans kr 700", sans-serif;
	display: flex;
  }
  
  .personal-info-con2 {
	width: 200px;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .titile-text-box.popup {
	padding-top: 0;
  }
  
  .personal-information-button {
	color: #4e5869;
	text-align: center;
	-webkit-text-stroke-color: #e0e0e0;
	background-color: #fff;
	border: 1px solid #d0d5e7;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 32px;
	margin-right: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	display: flex;
  }
  
  .personal-information-button:hover {
	color: #4c4fa7;
	background-color: #fff;
	border-color: #9b9cca;
  }
  
  .personal-information-button.none {
	display: none;
  }
  
  .personal-info-menu {
	justify-content: flex-end;
	align-items: center;
	width: 220px;
	display: flex;
  }
  
  .membership-info {
	color: #e55e8a;
	text-align: center;
	background-color: #fdc8da;
	border: 1px #e5e5e5;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 30px;
	margin-bottom: 0;
	margin-right: 10px;
	padding-left: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	display: flex;
  }
  
  .membership-info.dosi {
	color: #0058ff;
	background-color: #cbdcfc;
	display: flex;
  }
  
  .card-button {
	color: #333;
	text-align: center;
	-webkit-text-stroke-color: #333;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 36px;
	margin-bottom: 0;
	margin-right: 10px;
	padding-left: 0;
	line-height: 14px;
	display: flex;
  }
  
  .payment-icon {
	background-color: #e7e7e7;
	border: 1px solid #c4c4c4;
	border-radius: 20px;
	margin-left: 0;
	margin-right: 10px;
	padding: 2px 14px;
	display: flex;
  }
  
  .image-155 {
	width: 16px;
	margin-right: 4px;
  }
  
  .text-block-114 {
	color: #ff2e2e;
	font-size: 14px;
  }
  
  .payment-failed {
	justify-content: flex-start;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
  }
  
  .link-30 {
	color: #e55e8a;
	font-size: 14px;
  }
  
  .plan-payment-popup {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 480px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .plan-payment-con {
	width: 80%;
	margin-bottom: 20px;
  }
  
  .text-block-115 {
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .text-block-115.center {
	text-align: center;
  }
  
  .text-block-115._2 {
	margin-bottom: 4px;
  }
  
  .text-block-115.gray {
	color: #a3a3a3;
  }
  
  .div-block-104 {
	background-color: #eaeaea;
	border: 1px solid #b1b8c6;
	border-radius: 3px;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	height: 90px;
	padding-left: 20px;
	display: flex;
  }
  
  .text-block-116 {
	padding-bottom: 10px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 16px;
	font-weight: 700;
  }
  
  .text-block-117 {
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .plan-payment-con-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .payment-button {
	text-align: center;
	background-color: #e55e8a;
	border-radius: 10px;
	flex-flow: column;
	justify-content: center;
	width: 100%;
	height: 46px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	display: flex;
  }
  
  .payment-button._2 {
	width: 48%;
  }
  
  .payment-button._2.back {
	color: #333;
	background-color: #fff;
	border: 1px solid #e55e8a;
  }
  
  .text-block-118 {
	color: #e55e8a;
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .unsubscribe-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .unsubscribe-text {
	background-color: #fff;
	border: 1px solid #b1b8c6;
	border-radius: 3px;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: flex;
  }
  
  .unsubscribe {
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
  }
  
  .text-span-56 {
	font-family: "Noto sans kr 700", sans-serif;
  }
  
  .payment-completed-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .payment-completed {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 200px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .hold-membership-popup, .payment-receipt-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .payment-receipt {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 740px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .price-receipt {
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin-bottom: 6px;
	font-family: "Noto sans kr 500", sans-serif;
	display: flex;
  }
  
  .price-receipt-box {
	background-color: #eaeaea;
	border: 1px solid #b1b8c6;
	border-radius: 3px;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	height: 100px;
	padding-left: 14px;
	padding-right: 14px;
	display: flex;
  }
  
  .text-block-119 {
	color: #e55e8a;
  }
  
  .text-block-120, .text-span-57 {
	color: #111;
  }
  
  .payment-history {
	justify-content: space-between;
	margin: 10px 0;
	display: flex;
  }
  
  .text-block-121 {
	text-align: right;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 10px;
	font-weight: 500;
  }
  
  .text-block-122 {
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
  }
  
  .payment-info {
	justify-content: space-between;
	margin-bottom: 4px;
	font-size: 12px;
	display: flex;
  }
  
  .payment-info.gray {
	color: #a3a3a3;
  }
  
  .text-block-123 {
	text-align: right;
  }
  
  .text-block-124 {
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .div-block-105 {
	background-color: #e9e9e9;
	width: 80%;
	height: 2px;
	margin-bottom: 20px;
  }
  
  .version-type {
	color: #fff;
	text-align: center;
	background-color: #ff4581;
	border-radius: 20px;
	width: 40px;
	height: 24px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	inset: 7% auto auto 7%;
  }
  
  .version-type.lite {
	background-color: #5754ed;
  }
  
  .basic-form-block {
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	display: block;
  }
  
  .avatalk-tab {
	box-shadow: none;
	background-color: #f6f6f8;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	flex-direction: column;
	width: 100vw;
	height: auto;
	margin-top: 16px;
	margin-bottom: 0;
	padding-top: 24px;
	padding-bottom: 20px;
	padding-left: 0;
	line-height: 28px;
	display: block;
  }
  
  .p-radio-btn-2 {
	align-items: center;
	width: auto;
	height: 36px;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 0;
	display: flex;
  }
  
  .radio-btn-2 {
	opacity: 1;
	color: #d4d4d4;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 8px;
  }
  
  .radio-btn-2:active {
	outline-offset: 0px;
	color: #a55050;
	-webkit-text-fill-color: inherit;
	background-color: #e55e8a;
	background-clip: border-box;
	border-width: 3px;
	border-color: #f7f7f7;
	border-radius: 10px;
	outline: .1px solid #bdbdbd;
  }
  
  .radio-btn-2.w--redirected-checked {
	outline-offset: 0px;
	mix-blend-mode: normal;
	background-color: #e55e8a;
	background-image: none;
	border: 3px solid #fff;
	border-radius: 20px;
	outline: 1px solid #bdbdbd;
	margin-left: 0;
	font-size: 10px;
  }
  
  .checkbox-label-3 {
	color: #485363;
	width: auto;
	margin-bottom: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .location-form-block {
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .text-location-text {
	color: #989ca3;
	width: auto;
	margin-right: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
  }
  
  .text-location-button {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	display: flex;
  }
  
  .text-location-button.lite {
	margin-top: -10px;
  }
  
  .upload-image {
	width: 50px;
	max-width: 150%;
	margin-bottom: 40px;
  }
  
  .button-3 {
	background-color: #6372ff;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 5px 40px;
	font-family: Nanumsquareb, sans-serif;
	font-size: 16px;
	display: flex;
  }
  
  .basic-image-block {
	background-color: #fff;
	border: 1px solid #e9ebed;
	border-radius: 5px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 280px;
	height: 220px;
	margin-top: 20px;
	margin-bottom: 4px;
	padding-top: 40px;
	padding-bottom: 20px;
	display: flex;
  }
  
  .div-block-106 {
	text-align: right;
	justify-content: flex-end;
	align-items: flex-end;
	display: flex;
  }
  
  .basic-form-box {
	text-align: center;
	background-color: #fff;
	border: 1px #e5e6f1;
	border-radius: 10px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 320px;
	height: auto;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 16px 20px 0;
	display: flex;
	box-shadow: 2px 4px 13px #0d245d0d;
  }
  
  .l-talk-title {
	background-color: #f9f9f9;
	border: 1px solid #e9ebed;
	border-radius: 5px;
	width: 280px;
	height: 80px;
	padding: 10px;
	display: flex;
  }
  
  .lite-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 240px;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .lite-text-form.story {
	opacity: .7;
	color: #111;
	text-align: left;
	background-color: #fff0;
	flex: 0 auto;
	width: 100%;
	height: auto;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
	overflow: visible;
  }
  
  .lite-text-form.story::placeholder {
	color: #b4b4b4;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .lite-dropdown-toggle-scenario {
	background-color: #f2f4f6;
	border: 1px solid #d0d5e7;
	border-radius: 5px;
	width: 280px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 4px 20px;
  }
  
  .lite-dropdown-toggle-scenario.w--open {
	background-color: #fff;
  }
  
  .l-charecter-talk {
	text-align: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	display: flex;
  }
  
  .image-156 {
	width: 18px;
  }
  
  .text-block-125 {
	color: #6774bb;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .l-button-text-form {
	background-color: #f9adac;
	border: 1px #788eae4d;
	border-radius: 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 6px 0 0;
	display: flex;
  }
  
  .l-button-text-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .l-talk-button-form {
	text-align: left;
	width: 270px;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .l-radio-btn {
	opacity: 1;
	color: #d4d4d4;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
  }
  
  .l-radio-btn:active {
	outline-offset: 0px;
	color: #a55050;
	-webkit-text-fill-color: inherit;
	background-color: #e55e8a;
	background-clip: border-box;
	border-width: 3px;
	border-color: #f7f7f7;
	border-radius: 10px;
	outline: .1px solid #bdbdbd;
  }
  
  .l-radio-btn.w--redirected-checked {
	outline-offset: 0px;
	mix-blend-mode: normal;
	background-color: #e55e8a;
	background-image: none;
	border: 3px solid #fff;
	border-radius: 20px;
	outline: 1px solid #bebebe;
	margin-left: 0;
	font-size: 10px;
  }
  
  .basic-form-wrap {
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100vw;
	display: flex;
  }
  
  .l-button-plus-icon {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	background-color: #eaeaed;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 36px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	display: flex;
  }
  
  .l-preview-wrap {
	background-color: #f2f3f6;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 430px;
	height: 100vh;
	padding: 40px 50px 20px;
	display: flex;
	overflow: hidden;
  }
  
  .l-preview-wrap.chat {
	width: 400px;
	padding-left: 40px;
	padding-right: 20px;
  }
  
  .l-container {
	background-color: #0000;
	align-items: center;
	height: 100%;
	min-height: 0;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
  }
  
  .l-container.builder {
	border: 2px solid #f8f8fa;
	align-items: flex-start;
	width: auto;
	max-width: none;
	height: auto;
	margin: auto auto 0;
	padding: 0 0 0 70px;
	display: flex;
	position: relative;
	inset: 0 0% auto;
	overflow: hidden;
  }
  
  .avatalk-lite {
	color: #fff;
	text-align: center;
	background-color: #202a47;
	border-radius: 20px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 24px;
	margin-top: 1px;
	margin-left: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: flex;
  }
  
  .graph-btn {
	color: #fff;
	background-color: #885eff;
	background-image: url('../images/Outline_1.svg');
	background-position: 12%;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #885eff;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 70px;
	height: 30px;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 14px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: flex;
  }
  
  .graph-btn:hover {
	background-color: #885eff;
	border: 2px solid #5b33ca;
  }
  
  .graph-btn:active {
	color: #15c747;
	background-color: #f0fff4;
	background-image: url('../images/Outline.svg');
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: 18px;
	border-style: none;
	border-color: #90e0a5;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 500;
  }
  
  .l-builder-wrap {
	width: 65%;
	max-width: 65%;
	height: 100vh;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	overflow: scroll;
  }
  
  .lite-h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 0;
	font-family: Nanumsquare Aceb, sans-serif;
	font-size: 24px;
  }
  
  .lite-h2 {
	color: #485364;
	margin-bottom: 20px;
	font-family: Nanumsquareb, sans-serif;
	font-size: 20px;
	font-weight: 400;
  }
  
  .lite-contents-wrap {
	margin-bottom: 40px;
	margin-right: 20px;
  }
  
  .lite-contents-wrap.none {
	display: none;
  }
  
  .l-avatalk-menu {
	background-color: #0000;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
	max-width: 1280px;
	padding-left: 0;
	display: flex;
  }
  
  .l-avatalk-menu.builder {
	z-index: 99;
	background-color: #fff;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Nanumsquareb, sans-serif;
	position: fixed;
	inset: 0% 0% auto;
  }
  
  .l-logo-section {
	justify-content: flex-start;
	width: 50%;
	margin-left: 40px;
	display: flex;
  }
  
  .swiper-button-next {
	z-index: 1;
	cursor: pointer;
	background-color: #a3a8b1;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	transition: background-color .3s;
	display: flex;
	position: absolute;
	inset: auto 2% auto auto;
  }
  
  .swiper-button-next:hover {
	background-color: #202a47e6;
  }
  
  .swiper-button-prev {
	z-index: 1;
	cursor: pointer;
	background-color: #a3a8b1;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	transition: background-color .3s;
	display: flex;
	position: absolute;
	inset: auto auto auto 0%;
  }
  
  .swiper-button-prev:hover {
	background-color: #202a47e6;
  }
  
  .slide-nav-2 {
	display: none;
  }
  
  .slider-3 {
	background-color: #0000;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: auto;
	height: auto;
	display: block;
  }
  
  .slider-3.template {
	justify-content: space-between;
	align-items: center;
	display: flex;
  }
  
  .mask-2 {
	width: auto;
	max-width: 100vw;
	margin-right: 10px;
	padding-top: 0;
  }
  
  .tp-slider {
	background-color: #0000;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;
  }
  
  .right-arrow {
	box-sizing: border-box;
	object-fit: fill;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding-right: 0;
	display: flex;
	inset: 40% 0% 40% 0;
  }
  
  .right-arrow._2 {
	top: 25%;
	bottom: 25%;
  }
  
  .left-arrow {
	aspect-ratio: auto;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: flex;
	top: 40%;
	bottom: 40%;
  }
  
  .left-arrow._2 {
	top: 25%;
	bottom: 25%;
  }
  
  .tp-image {
	text-align: center;
	border: 2px solid #f8f8fa;
	border-radius: 10px;
	width: 196px;
	transition: all .1s;
	display: inline-block;
  }
  
  .tp-image:hover {
	z-index: -1;
	outline-offset: 0px;
	border: 2px solid #f8f8fa;
	border-radius: 13px;
	outline: 3px solid #6372ff;
	position: static;
	transform: translate(0);
	box-shadow: 0 2px 5px 1px #0000001a;
  }
  
  .tp-image:focus {
	outline-offset: 0px;
	outline: 3px solid #6372ff;
  }
  
  .template-slider {
	margin-top: -10px;
	margin-bottom: 40px;
  }
  
  .lite-wrap {
	background-color: #f8f8fa;
	height: 100vh;
	position: relative;
	overflow: scroll;
  }
  
  .l-image-upload-button {
	text-align: center;
	background-color: #6372ff;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: auto;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Nanumsquareb, sans-serif;
	font-size: 16px;
	transition: all .2s;
	display: flex;
  }
  
  .l-image-upload-button:hover {
	background-color: #5c54ff;
	transform: scale(1.05);
  }
  
  .l-image-upload-button._2 {
	border-radius: 10px;
  }
  
  .l-design-con {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
	margin-right: 0;
	padding: 20px;
	display: flex;
	box-shadow: 2px 4px 13px #0d245d1a;
  }
  
  .l-basic-form-box {
	z-index: 3;
	text-align: center;
	background-color: #fff;
	border: 1px #e5e6f1;
	border-radius: 10px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 320px;
	height: auto;
	margin-bottom: 0;
	margin-right: 20px;
	padding: 16px 20px 10px;
	display: flex;
	position: relative;
	box-shadow: 2px 4px 13px #0d245d1a;
  }
  
  .contents-slider {
	z-index: 2;
	background-color: #0000;
	width: auto;
	height: auto;
	padding: 10px;
  }
  
  .l-contents-slider {
	margin-top: -10px;
	margin-bottom: 40px;
  }
  
  .lite-contents-plus {
	color: #99a3b7;
	background-color: #eaeaed;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 50px;
	padding-left: 0;
	font-family: Nanumsquareb, sans-serif;
	transition: all .1s;
	display: flex;
	position: absolute;
	inset: auto auto 0% 0%;
  }
  
  .lite-contents-plus:hover {
	color: #6d7990;
	transform: scale(1.05);
  }
  
  .contents-slider-btn {
	z-index: 2;
	background-color: #0000;
	width: 320px;
	height: 50px;
	padding: 10px;
	position: relative;
	top: 180px;
	bottom: 0%;
	left: 0;
  }
  
  .lite-basic-image-block {
	background-color: #fff;
	border: 1px solid #e9ebed;
	border-radius: 5px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 280px;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-top: 40px;
	padding-bottom: 20px;
	display: flex;
  }
  
  .lite-talk-title {
	background-color: #f9f9f9;
	border: 1px solid #e9ebed;
	border-radius: 5px;
	width: 280px;
	height: 80px;
	padding: 10px;
	display: flex;
  }
  
  .l-link-block {
	background-color: #fcfcfc;
	border: 1px #e0e8f0;
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 14px 14px 20px;
	box-shadow: 2px 4px 13px #0d245d1a;
  }
  
  .l-link-input-form {
	width: 72%;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .l-text-block-94 {
	color: #303c53;
	margin-bottom: 14px;
	font-family: Nanumsquareeb, sans-serif;
	font-size: 15px;
	font-weight: 400;
  }
  
  .l-checkbox-label-2 {
	color: #aab5c8;
	width: auto;
	margin-bottom: 0;
	font-family: Nanumsquareb, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
  }
  
  .l-link-form {
	background-color: #f9f9f9;
	border: .5px solid #cfd3da;
	border-radius: 5px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	margin-top: 20px;
	padding: 10px 14px;
	display: flex;
  }
  
  .l-link-form:hover {
	outline-offset: 0px;
	outline: 3px solid #4c4fa733;
  }
  
  .l-linktext-block-form {
	margin-top: 10px;
	margin-bottom: 20px;
  }
  
  .l-name-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 240px;
	height: 26px;
	margin-bottom: 0;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
	font-family: Nanumsquareb, sans-serif;
	font-size: 14px;
	font-weight: 400;
  }
  
  .l-name-text-form::placeholder {
	font-family: Nanumsquareb, sans-serif;
	font-weight: 400;
  }
  
  .text-span-58 {
	margin-right: 10px;
	font-size: 20px;
  }
  
  .lite-contents-plus-copy {
	color: #99a3b7;
	background-color: #eaeaed;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-top: 20px;
	padding-left: 0;
	font-family: Nanumsquareb, sans-serif;
	transition: all .1s;
	display: flex;
	position: static;
	inset: auto auto 0% 0%;
  }
  
  .lite-contents-plus-copy:hover {
	color: #6d7990;
	padding-left: 0;
  }
  
  .avatalk-publishing-btn {
	color: #99a3b7;
	background-color: #eaeaed;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-top: 20px;
	padding-left: 20px;
	font-family: Nanumsquareb, sans-serif;
	transition: all .1s;
	display: none;
	position: static;
	inset: auto auto 0% 0%;
  }
  
  .avatalk-publishing-btn:hover {
	color: #6d7990;
	padding-left: 0;
  }
  
  .lite-preview-btn, .lite-footer {
	display: none;
  }
  
  .analysis-block-form-copy {
	width: 100%;
	margin-top: 0;
  }
  
  .lite-tab-text-wrap {
	color: #181116;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	display: flex;
  }
  
  .lite-tab-text-wrap._2 {
	margin-bottom: 20px;
  }
  
  .lite-graph-tab {
	box-shadow: none;
	background-color: #f6f6f8;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	width: 100%;
	height: auto;
	margin-top: 16px;
	margin-left: 0;
	padding: 24px 30px 10px;
	overflow: scroll;
  }
  
  .lite-link-preview {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 340px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
  }
  
  .avatalk-version-choice {
	border-radius: 10px;
	flex-flow: column;
	align-items: center;
	margin-top: 140px;
	margin-bottom: 100px;
	padding-top: 20px;
	padding-bottom: 40px;
	display: flex;
  }
  
  .version-choice {
	display: flex;
  }
  
  .text-block-127 {
	margin-bottom: 40px;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
  }
  
  .left-button-wrap {
	width: 300px;
	height: 17%;
	padding-top: 40px;
	padding-left: 20px;
	position: static;
	top: 0;
	bottom: 0;
  }
  
  .left-button-box {
	background-color: #e4e7ee;
	border-radius: 15px;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	width: 240px;
	height: 210px;
	padding: 10px;
	display: flex;
  }
  
  .menu-choice-button {
	background-color: #fff0;
	border-radius: 15px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 86px;
	padding: 10px 10px 10px 14px;
	transition: all .15s;
	display: flex;
  }
  
  .menu-choice-button:hover {
	background-color: #fff;
	transform: none;
	box-shadow: 2px 2px 6px 1px #686b7c33;
  }
  
  .menu-choice-button.hover {
	background-color: #fff;
  }
  
  .image-158 {
	opacity: 1;
	filter: none;
	-webkit-text-fill-color: inherit;
	background-clip: border-box;
	width: 38px;
	max-width: none;
	height: 60px;
	margin-right: 10px;
  }
  
  .text-block-129 {
	color: #333;
	margin-bottom: 5px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .text-block-130 {
	color: #777;
	font-size: 12px;
	line-height: 16px;
  }
  
  .template-title-text {
	margin-bottom: 20px;
  }
  
  .text-block-131 {
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 24px;
  }
  
  .template-sub-text {
	color: #777;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
  }
  
  .container-template {
	background-color: #0000;
	align-items: center;
	height: 100%;
	min-height: 0;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
  }
  
  .container-template.home {
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1280px;
	height: auto;
	margin-top: 54px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 30px;
	font-weight: 500;
	overflow: visible;
  }
  
  .template-contents {
	height: auto;
	margin-top: 0;
	margin-bottom: 60px;
	padding-top: 20px;
	padding-right: 0;
	transition: all .3s;
	overflow: scroll;
  }
  
  .template-wrap-storytelling {
	flex-flow: column;
	width: 80%;
	height: 100vh;
	padding-top: 40px;
	padding-left: 40px;
	display: none;
	overflow: hidden;
  }
  
  .storytelling-btn {
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 203px;
	height: 80px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	display: flex;
	box-shadow: 0 2px 8px 2px #484d5033;
  }
  
  .storytelling-btn:hover {
	outline-offset: 0px;
	color: #fff;
	background-color: #6372ff;
	border: 3px solid #fff;
	outline: 3px solid #6372ff;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .storytelling-btn:focus {
	color: #fff;
	background-color: #6372ff;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .tem-preview-btn {
	color: #fff;
	text-align: center;
	background-color: #6371ff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	display: flex;
	position: absolute;
	inset: 37% 0% 0%;
  }
  
  .tem-choice-btn {
	color: #fff;
	text-align: center;
	background-color: #6371ff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	display: flex;
	position: absolute;
	inset: 52% 0% 0%;
  }
  
  .template-wrap-basic {
	flex-flow: column;
	width: 80%;
	height: 100vh;
	padding-top: 40px;
	padding-left: 40px;
	display: flex;
	overflow: hidden;
  }
  
  .link-31 {
	margin-top: 10px;
	padding-top: 0;
	padding-left: 10px;
  }
  
  .div-block-107 {
	flex-flow: column;
	justify-content: center;
	align-items: stretch;
	display: flex;
  }
  
  .reference-2 {
	border-radius: 0;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 0;
	transition: all .4s;
	display: flex;
	position: relative;
  }
  
  .reference-2:hover {
	filter: grayscale(5%);
	transform: scale(1.02);
  }
  
  .text-span-59 {
	font-weight: 700;
  }
  
  .image-140 {
	margin-right: 6px;
  }
  
  .text-block-132 {
	color: #9b9b9b;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
  }
  
  .div-block-108 {
	background-color: #ffffff14;
	border-radius: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	display: flex;
  }
  
  .link-32 {
	color: #fff0;
	text-align: center;
	background-color: #fff0;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	transition: all .4s;
	display: flex;
	position: absolute;
	inset: 0%;
  }
  
  .link-32:hover {
	color: #fff;
	text-shadow: 0 0 3px #0000;
	background-color: #0006;
	border-radius: 0;
	font-weight: 400;
  }
  
  .div-block-109 {
	font-size: 18px;
	display: flex;
  }
  
  .div-block-110 {
	display: flex;
  }
  
  .image-159 {
	filter: invert();
  }
  
  .paragraph-15-avatalk {
	font-size: 13px;
  }
  
  .link-19 {
	color: #fff;
  }
  
  .footer-logo-2 {
	border-bottom: 1px solid #9b9eb842;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	display: flex;
  }
  
  .div-block-111 {
	justify-content: space-between;
	display: flex;
  }
  
  .text-block-133 {
	color: #fff;
	font-size: 16px;
  }
  
  .div-block-112, .div-block-113 {
	display: flex;
  }
  
  .a-cta-avatalk-3 {
	box-shadow: none;
	color: #7462e6;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/ava-logo-p_1ava-logo-p.png');
	background-position: 14%;
	background-repeat: no-repeat;
	background-size: 24px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 48px;
	font-size: 24px;
	transition: all .225s, box-shadow .2s;
	display: flex;
  }
  
  .a-cta-avatalk-3:hover {
	transform: scale(1.04);
	box-shadow: 3px 3px 10px #403f6bc4;
  }
  
  .use-case-reference-2 {
	background-image: linear-gradient(to top, #cdd2e3c2, #cdd2e314 0%, #ffffff69);
	justify-content: center;
	height: auto;
	margin-bottom: 140px;
	margin-left: 10px;
	margin-right: 10px;
	transition: all .475s;
	display: flex;
	position: relative;
	overflow: hidden;
  }
  
  .use-case-reference-2:hover {
	line-height: 0;
  }
  
  .use-case-reference-con-2 {
	border-radius: 0;
  }
  
  .div-block-114 {
	justify-content: center;
	max-width: 1000px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
  }
  
  .contents-plus-btn {
	color: #99a3b7;
	-webkit-text-stroke-color: #99a3b7;
	background-color: #eaeaed;
	background-image: url('../images/button-plus-icon.svg');
	background-position: 7%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 50px;
	margin-right: 20px;
	padding-left: 12px;
	padding-right: 0;
	display: flex;
  }
  
  .contents-plus-btn-wrap {
	justify-content: center;
	align-items: center;
	height: 500px;
	display: flex;
  }
  
  .image-160, .image-161, .image-162, .image-163, .image-164 {
	width: 20px;
  }
  
  .text-block-96-2 {
	color: #38415b;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Nanumsquareb, sans-serif;
	font-size: 21px;
	font-weight: 400;
  }
  
  .text-span-60 {
	color: #e55e8a;
  }
  
  .image-165 {
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  
  .text-block-97-2 {
	color: #333;
	text-align: center;
	-webkit-text-stroke-color: #333;
	margin-top: 10px;
	margin-bottom: 14px;
	padding-top: 0;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
  }
  
  .text-span-62 {
	color: #6372ff;
  }
  
  .chat-h1 {
	color: #485364;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 0;
	font-family: Nanumsquare Aceb, sans-serif;
	font-size: 24px;
  }
  
  .chat-h2 {
	color: #485364;
	margin-bottom: 20px;
	font-family: Nanumsquare Acr, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
  }
  
  .chat-h2._2 {
	margin-bottom: 0;
	margin-right: 20px;
  }
  
  .chat-contents-wrap {
	margin-bottom: 50px;
	margin-right: 20px;
  }
  
  .chat-contents-wrap.first {
	margin-bottom: 50px;
  }
  
  .chat-contents-wrap.flex {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: flex;
  }
  
  .chat-con-wrap {
	background-color: #fff;
	border: .5px solid #ebebeb;
	border-radius: 5px;
	margin-top: -20px;
	margin-right: 0;
	padding: 20px;
  }
  
  .chat-profileimage-con {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0;
	padding: 20px;
	display: flex;
	position: relative;
  }
  
  .image-upload-icon {
	width: 60px;
	max-width: none;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
  }
  
  .chat-button-wrap {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	display: flex;
  }
  
  .charact-image-upload-btn {
	background-color: #6372ff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 49%;
	height: 54px;
	display: flex;
  }
  
  .text-block-134 {
	color: #fff;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .text-span-63 {
	color: #b8b8b8;
	-webkit-text-stroke-color: #b8b8b8;
  }
  
  .div-block-115 {
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
  }
  
  .div-block-115.flex {
	margin-top: 14px;
  }
  
  .c-info-text-form {
	opacity: .5;
	color: #000;
	background-color: #fff0;
	border: 1px #000;
	width: 900px;
	height: 60px;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: Nanumsquareb, sans-serif;
	font-size: 14px;
	font-weight: 400;
  }
  
  .div-block-116 {
	width: 48%;
  }
  
  .charact-image-upload-btn1 {
	background-color: #6372ff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 54px;
	display: flex;
  }
  
  .div-block-117 {
	display: flex;
  }
  
  .text-block-104-copy {
	color: #989ca3;
	width: auto;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .color-chip-wrapper-c {
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 5px;
	display: flex;
  }
  
  .text-block-103-copy {
	color: #989ca3;
	width: auto;
	margin-right: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
  }
  
  .autocorrect {
	color: #4c4fa7ed;
	border: 1px solid #4c4fa7;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Nanumsquare Acr, sans-serif;
	transition: all .2s;
	display: flex;
  }
  
  .autocorrect:hover {
	transform: scale(1.05);
  }
  
  .autocorrect._2 {
	margin-bottom: 10px;
  }
  
  .div-block-118 {
	display: flex;
  }
  
  .c-builder-wrap {
	width: 65%;
	max-width: 65%;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	overflow: hidden;
  }
  
  .c-container {
	background-color: #0000;
	align-items: center;
	height: 100%;
	min-height: 0;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
  }
  
  .c-container.builder {
	border: 2px solid #f8f8fa;
	align-items: flex-start;
	width: 100vw;
	max-width: none;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 40px;
	display: flex;
	position: relative;
	inset: 0 0% auto;
	overflow: hidden;
  }
  
  .c-logo-section {
	justify-content: flex-start;
	width: 50%;
	margin-left: 40px;
	display: flex;
  }
  
  .avatalk-chat {
	color: #fff;
	text-align: center;
	background-color: #202a47;
	border-radius: 20px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 24px;
	margin-top: 1px;
	margin-left: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: flex;
  }
  
  .h1-bold {
	text-align: center;
	margin-bottom: 30px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 18px;
	font-weight: 700;
  }
  
  .chat-ai-character-popup {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 540px;
	height: 700px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
	overflow: scroll;
  }
  
  .chatai-contents {
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 80%;
	margin-bottom: 20px;
	display: flex;
  }
  
  .chatai-contents.right {
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
  }
  
  .text-block-136 {
	color: #555;
	margin-bottom: 0;
	margin-right: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .div-block-119 {
	background-color: #efefef;
	border-radius: 10px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 110px;
	margin-top: 20px;
	padding-top: 0;
	display: flex;
  }
  
  .text-block-137 {
	color: #b7b7b8;
	font-family: "Noto sans kr 400", sans-serif;
  }
  
  .image-166 {
	margin-bottom: 10px;
  }
  
  .div-block-120 {
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .linktext-input-form-popup {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  .text-block-136-popup {
	color: #4c4fa7;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
  }
  
  .key-word {
	margin-bottom: 14px;
	display: flex;
  }
  
  .keyword {
	color: #777;
	background-color: #f0f1f4;
	border-radius: 20px;
	margin-right: 8px;
	padding: 5px 10px;
  }
  
  .keyword-plus {
	color: #fff;
	background-color: #686cdb;
	border-radius: 20px;
	margin-right: 8px;
	padding: 5px 10px;
  }
  
  .div-block-121 {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
	overflow: clip;
  }
  
  .div-block-122 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-flow: row;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	width: 100%;
	display: grid;
  }
  
  .div-block-123 {
	color: #fff;
	background-color: #ff508f;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
	display: flex;
  }
  
  .ai-image {
	transition: all .2s;
  }
  
  .ai-image:hover {
	border: 0 solid #f0f1f4;
	border-radius: 15px;
  }
  
  .btn {
	width: 12em;
	height: 4em;
	position: relative;
  }
  
  .image-167 {
	width: 120px;
	margin-bottom: 0;
  }
  
  .chat-button {
	color: var(--black);
	text-align: left;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0 20px 20px;
	width: 300px;
	height: auto;
	margin-bottom: 14px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
  }
  
  .chat-button:active, .chat-button:focus {
	background-color: #6372ff;
  }
  
  .image-168 {
	width: 50px;
	margin-right: 20px;
  }
  
  .div-block-124 {
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
  }
  
  .chat-area {
	width: 380px;
	height: 500px;
	overflow: scroll;
  }
  
  .div-block-124-copy {
	justify-content: flex-end;
	align-items: flex-start;
	display: flex;
  }
  
  .chat-button-copy {
	color: var(--black);
	text-align: left;
	background-color: #94c89f;
	border: 1px #fff;
	border-radius: 20px 0 20px 20px;
	max-width: 300px;
	height: auto;
	margin-bottom: 14px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
  }
  
  .chat-button-copy:active, .chat-button-copy:focus {
	background-color: #6372ff;
  }
  
  .logo-area {
	margin-bottom: 0;
  }
  
  .character-area {
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .badge-area {
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
  }
  
  .body-2 {
	background-image: url('../images/배경.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  .chat-wrapper {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 380px;
	height: 100vh;
	margin: auto;
	padding-top: 40px;
	display: flex;
	position: relative;
	inset: 0%;
	overflow: scroll;
  }
  
  .bottom-fix-area {
	z-index: 3;
	width: 100%;
	height: auto;
	position: absolute;
	inset: auto 0% 0%;
  }
  
  .image-170 {
	max-width: 90%;
	height: auto;
  }
  
  .input-bar-area {
	width: 100%;
	height: 60px;
  }
  
  .input-bar-wrapper {
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .input {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 30px;
	width: 88%;
	height: 40px;
	margin-right: 10px;
  }
  
  .send-icon {
	background-color: #ffff8a;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	display: flex;
  }
  
  .avatalk-icon {
	background-color: #fff;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	display: flex;
	box-shadow: 0 2px 5px #0003;
  }
  
  .bold-text-11 {
	font-weight: 500;
  }
  
  .version-choice-copy {
	display: flex;
  }
  
  .div-block-125 {
	flex-flow: column;
	margin-bottom: 10px;
	display: flex;
  }
  
  .preview-area-copy {
	border: 1px dashed #798995;
	border-radius: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 250px;
	height: 100%;
	margin-bottom: 10px;
	padding: 10px 6px;
	display: flex;
	position: static;
  }
  
  .preview-area-copy.btn {
	text-align: center;
	height: auto;
	min-height: auto;
	max-height: none;
	margin-bottom: 0;
	overflow: visible;
  }
  
  .text-span-64 {
	color: #d8dcff;
	font-family: "Noto sans kr 300", sans-serif;
  }
  
  .text-span-65 {
	color: #d8dcff;
	font-family: "Noto sans kr 300", sans-serif;
	font-weight: 300;
  }
  
  .ai-image-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .ai-image-popup:hover {
	border-radius: 5px;
  }
  
  .publishing-popup {
	z-index: 999;
	background-color: #00000080;
	margin: 0;
	display: none;
	position: absolute;
	inset: 0%;
  }
  
  .text-block-108-copy {
	color: #aaa;
	font-family: "Noto sans kr 400", sans-serif;
  }
  
  .go-to-design {
	color: #fff;
	background-color: #ff508f;
	background-image: url('../images/ava-logo_1ava-logo.png');
	background-position: 12%;
	background-repeat: no-repeat;
	background-size: 16px;
	border: 1px solid #ff508f;
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 140px;
	height: 30px;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 14px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: flex;
  }
  
  .go-to-design:hover {
	background-color: #ff387f;
	border: 2px solid #ff508f;
  }
  
  .go-to-design:active {
	color: #fff;
	-webkit-text-stroke-color: #ff387f;
	background-color: #ff387f;
	background-image: url('../images/ava-logo_1ava-logo.png');
	background-position: 12%;
	background-repeat: no-repeat;
	background-size: 16px;
	border-style: none;
	border-color: #ff387f;
	font-family: "Noto sans kr 500", sans-serif;
	font-weight: 500;
  }
  
  .image-171, .chat-image-delete-btn {
	position: absolute;
	inset: 10% 2% auto auto;
  }
  
  .event-con-wrap {
	grid-column-gap: 20px;
	grid-row-gap: 60px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	margin: 68px 90px 60px;
	display: grid;
  }
  
  .image-142 {
	border: 1px solid #ddd;
	margin-bottom: 10px;
  }
  
  .bold-text-16 {
	color: #222;
	font-size: 24px;
  }
  
  .delete-2 {
	text-align: center;
	background-color: #fff;
	border: 1px solid #dbd8d8;
	border-top: 1px #ededed;
	border-radius: 0 0 5px 5px;
	flex-direction: column;
	justify-content: center;
	width: 76px;
	height: 28px;
	display: block;
	box-shadow: 3px 3px 4px #0000000f;
  }
  
  .admin-hambuger-menu {
	text-align: right;
	flex-direction: column;
	align-items: flex-end;
	width: auto;
	height: auto;
	display: flex;
	position: absolute;
	inset: 0% 0% auto;
  }
  
  .admin-hambuger-menu.hide {
	display: none;
  }
  
  .event-box {
	align-items: flex-start;
	display: flex;
	position: relative;
  }
  
  .menu-button-2 {
	background-image: url('../images/Outline_1Outline.png');
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 22px;
	width: 24px;
	height: 24px;
  }
  
  .event-title {
	border-bottom: 1px solid #bdc6d74d;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
  }
  
  .event-box-con {
	justify-content: space-between;
	width: 100%;
	display: flex;
  }
  
  .participate {
	color: #6657ff;
	padding-top: 2px;
	font-weight: 600;
	display: block;
  }
  
  .participate.hide {
	display: none;
  }
  
  .e-title {
	color: #333;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-right: 40px;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
  }
  
  .open-noti {
	color: #fff;
	background-color: #6657ff;
	border-radius: 20px;
	width: auto;
	height: 24px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	line-height: 14px;
	display: inline-block;
  }
  
  .open-noti.none {
	background-color: silver;
  }
  
  .event-title1 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
  }
  
  .event-con {
	transition: all .3s;
	position: relative;
  }
  
  .event-con:hover {
	transform: scale(1.05);
  }
  
  .ava-event {
	max-width: 1280px;
	height: auto;
	max-height: none;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
  }
  
  .link-33 {
	color: #a5a3a3;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
  }
  
  .link-33.green {
	color: #82df73;
	text-align: center;
  }
  
  .link-33.red {
	color: #ec4e4e;
  }
  
  .a-contents-fee {
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .ava-fee {
	max-width: 1280px;
	height: auto;
	max-height: none;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
  }
  
  .fee-wrap {
	background-color: #fff;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
  }
  
  .fee-wrap.frofile {
	width: 600px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
  }
  
  .fee-wrap.pc-preview {
	border-radius: 10px;
	width: auto;
	height: auto;
	margin: 5% 10%;
	position: absolute;
	inset: 0%;
  }
  
  .fee-wrap.withdraw {
	width: 360px;
	height: 260px;
	display: flex;
  }
  
  .fee-wrap.plan {
	width: 950px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
  }
  
  .fee-wrap.avatalk {
	width: 600px;
	height: 400px;
  }
  
  .fee-wrap.loading {
	width: 500px;
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .fee-wrap.image-upload-pop {
	width: 500px;
	height: 480px;
	padding-top: 0;
	display: flex;
  }
  
  .fee-wrap.delete {
	width: 400px;
	height: 250px;
  }
  
  .fee-wrap.hold-member {
	width: 400px;
	height: 230px;
  }
  
  .fee-wrap.publishing {
	width: 500px;
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .fee-wrap.plan-copy {
	width: 950px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
  }
  
  .text-block-138 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-left: 80px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
  }
  
  .text-block-138._2 {
	margin-bottom: 40px;
  }
  
  .fee-con-box {
	text-align: center;
	border: 1px solid #f8f8f8;
	border-radius: 20px;
	flex-direction: column;
	justify-content: space-between;
	width: 240px;
	height: 550px;
	margin-right: 14px;
	padding: 20px 14px 14px;
	transition: all .3s;
	display: flex;
	box-shadow: 0 2px 5px #d7e1f599;
  }
  
  .fee-con-box:hover {
	transform: scale(1.02);
	box-shadow: 0 2px 15px #d7e1f5ad;
  }
  
  .text-span-66 {
	color: #e55d8a;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 12px;
	font-weight: 700;
  }
  
  .list-2.gray {
	color: #555;
	margin-bottom: 0;
	padding-left: 16px;
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 12px;
	font-weight: 700;
  }
  
  .list-2.pink {
	color: #e55d8a;
	margin-bottom: 0;
	padding-left: 16px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 12px;
  }
  
  .text-block-87-copy {
	margin-left: 0;
	padding-left: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 12px;
	font-weight: 500;
  }
  
  .fee-text-box {
	color: #e55d8a;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Noto sans kr 700", sans-serif;
	font-weight: 700;
	display: flex;
  }
  
  .fee-text-box.none {
	opacity: 0;
  }
  
  .fee-text-box2 {
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
  }
  
  .fee-text-box2.none {
	opacity: 0;
  }
  
  .text-span-67 {
	color: #555;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .fee-con {
	justify-content: space-around;
	align-items: flex-start;
	width: auto;
	padding-top: 0;
	padding-bottom: 40px;
	padding-left: 10px;
	display: flex;
  }
  
  .fee-con-box-wrap {
	display: flex;
  }
  
  .text-span-70, .list-item-4 {
	color: #555;
  }
  
  .text-span-71 {
	color: #333;
	font-family: "Noto sans kr 400", sans-serif;
	font-weight: 400;
  }
  
  .fee-line {
	border-bottom: 1px solid #bdc6d74d;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
  }
  
  .ai-chat-fee {
	background-color: #ccddfd1a;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 100px;
  }
  
  .ai-chat-fee-title {
	font-family: "Noto sans kr 700", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
  }
  
  .ai-chat-fee-text {
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
  }
  
  .list-3 {
	padding-left: 20px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 18px;
	font-weight: 400;
  }
  
  .list-item-5 {
	font-size: 16px;
	line-height: 30px;
  }
  
  .ai-fee-text-wrap {
	margin-bottom: 40px;
  }
  
  .div-block-128 {
	font-size: 18px;
	display: flex;
  }
  
  .div-block-129 {
	display: flex;
  }
  
  .a-contents-aichat {
	max-width: 1280px;
	height: auto;
	margin: 72px auto 0;
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .aichat-tab {
	margin-left: 60px;
	padding-top: 20px;
  }
  
  .tab-link-tab-1-4 {
	background-color: #c8c8c800;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .tab-link-tab-1-4.w--current {
	background-color: #c8c8c800;
	border-bottom: 4px solid #f65289;
	border-radius: 0;
  }
  
  .tab-link-tab-2-4 {
	background-color: #ddd0;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .tab-link-tab-2-4.w--current {
	background-color: #ddd0;
	border: 4px #000;
	border-bottom: 4px solid #f8528a;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .text-block-139 {
	color: #333;
	-webkit-text-stroke-color: #333;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .text-block-140 {
	color: #333;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .aichat-section {
	width: auto;
	margin-bottom: 40px;
	padding-top: 20px;
  }
  
  .aichat-item-wrap {
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	max-width: 96%;
	margin-top: 20px;
	margin-left: 0;
	margin-right: auto;
	display: grid;
  }
  
  .aichat-text {
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
  }
  
  .ai-item {
	width: auto;
	max-width: none;
	margin-bottom: 10px;
	transition: all .2s;
	position: relative;
	overflow: visible;
  }
  
  .ai-item:hover {
	transform: scale(1.02);
  }
  
  .image-173 {
	border-radius: 10px;
	width: 100%;
	max-width: 100%;
  }
  
  .ai-name {
	text-align: left;
	width: auto;
	margin-top: 20px;
	padding-top: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
	display: block;
  }
  
  .ai-name._2 {
	margin-top: 0;
  }
  
  .ai-contents {
	color: #525252;
	letter-spacing: 0;
	margin-top: 10px;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: block;
  }
  
  .ai-thumbnail {
	width: auto;
	position: relative;
  }
  
  .pingpong {
	background-color: #000000bf;
	border-radius: 30px;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	position: absolute;
	inset: auto auto 5% 5%;
  }
  
  .image-174 {
	width: 20px;
	margin-right: 4px;
  }
  
  .text-block-141 {
	color: #fff;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .text-block-141.gray {
	color: #333;
  }
  
  .image-175 {
	border: 1px solid #ddd;
	margin-bottom: 10px;
  }
  
  .menu-button-3 {
	background-image: url('../images/Outline_1Outline.png');
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 22px;
	width: 24px;
	height: 24px;
  }
  
  .link-34 {
	color: #a5a3a3;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
  }
  
  .link-34.green {
	color: #82df73;
	text-align: center;
  }
  
  .link-34.red {
	color: #ec4e4e;
  }
  
  .image-176 {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 10px;
  }
  
  .menu-button-4 {
	background-image: url('../images/Outline_1Outline.png');
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 22px;
	width: 24px;
	height: 24px;
  }
  
  .link-35 {
	color: #a5a3a3;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
  }
  
  .link-35.green {
	color: #82df73;
	text-align: center;
  }
  
  .link-35.red {
	color: #ec4e4e;
  }
  
  .category-button {
	margin-top: 20px;
	margin-bottom: -10px;
	padding-bottom: 0;
  }
  
  .category-btn {
	background-color: #f7528a;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 36px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
	display: inline-flex;
	position: static;
	inset: auto auto 0% 0%;
  }
  
  .category-btn.gray {
	color: #333;
	background-color: #ebeaea;
  }
  
  .div-block-130 {
	z-index: 999;
	background-color: #926b6b;
	background-image: linear-gradient(48deg, #a54aff, #5932f4);
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 70px;
	transition: all .2s;
	display: flex;
	position: fixed;
	inset: auto 5% 6% auto;
	box-shadow: 0 2px 9px #00000073;
  }
  
  .div-block-130:hover {
	background-image: linear-gradient(48deg, #9121ff, #4416ff);
	transform: scale(1.03);
  }
  
  .image-177 {
	width: 24px;
	margin-right: 10px;
  }
  
  .text-block-142 {
	color: #fff;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 24px;
	font-weight: 500;
  }
  
  .ai-talk-builder {
	z-index: 10;
	transform-style: preserve-3d;
	background-color: #926b6b;
	background-image: linear-gradient(48deg, #a54aff, #5932f4);
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 70px;
	transition: all .2s;
	display: flex;
	position: fixed;
	inset: auto 5% 6% auto;
	box-shadow: 0 2px 9px #00000073;
  }
  
  .ai-talk-builder:hover {
	background-image: linear-gradient(48deg, #9121ff, #4416ff);
	transform: scale(1.03);
  }
  
  .div-block-131 {
	height: 700px;
  }
  
  .ai-chat-bg {
	background-color: #f9f9f9;
	height: 700px;
  }
  
  .chat-introductionwrap {
	z-index: 11;
	background-color: #f9f9f9;
	height: 100vh;
	margin-top: 72px;
	display: block;
	position: relative;
	overflow: hidden;
  }
  
  .ai-chat-con {
	text-align: center;
	background-color: #fff;
	width: 460px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	overflow: scroll;
  }
  
  .image-178 {
	border-radius: 20px;
  }
  
  .ai-chat-name {
	border-bottom: 1px solid #e9e9e9;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 10px;
	display: flex;
  }
  
  .text-block-143 {
	text-align: left;
  }
  
  .pingpong2 {
	background-color: #000000a6;
	border-radius: 30px;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	position: static;
	inset: auto auto 5% 5%;
	transform: scale(.8);
  }
  
  .ai-chat-text {
	margin-top: 20px;
	margin-bottom: 100px;
  }
  
  .chat-intro-title {
	text-align: left;
	margin-bottom: 10px;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  
  .chat-intro-content {
	text-align: left;
	font-family: "Noto sans kr 400", sans-serif;
	font-size: 13px;
	font-weight: 400;
  }
  
  .more-text {
	margin-top: 10px;
  }
  
  .conversation-btn {
	color: #fff;
	background-color: #7462e6;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	margin: 10px 0 auto;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	position: sticky;
	inset: auto 0% 10%;
  }
  
  .ai-x-button {
	background-image: url('../images/x-button-g.svg');
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto;
	width: 18px;
	height: 18px;
	position: absolute;
	inset: 1% 3% auto auto;
  }
  
  .ai-x-button.hide {
	display: none;
  }
  
  .ai-x-button._2 {
	top: 3%;
  }
  
  .chat-introduction-popup {
	z-index: 11;
	background-color: #f9f9f9;
	height: 100vh;
	margin-top: 72px;
	display: none;
	position: relative;
	overflow: hidden;
  }
  
  .text-block-141-copy {
	color: #fff;
	font-family: "Noto sans kr 500", sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
  .text-block-141-copy.gray {
	color: #333;
  }
  
  @media screen and (min-width: 1280px) {
	.inner.builder {
	  max-width: none;
	}
  
	.container.builder {
	  max-width: none;
	  padding-left: 70px;
	}
  
	.avatalk-menu.builder {
	  max-width: none;
	}
  
	.popup-layer.plan, .popup-layer.plan-copy {
	  width: 1024px;
	}
  
	.titile-text.withdraw2 {
	  padding-top: 10px;
	}
  
	.x-button {
	  display: flex;
	}
  
	.ava-popup {
	  display: none;
	}
  
	.preview-wrap {
	  width: 430px;
	}
  
	.builder-wrap {
	  width: 100vw;
	  max-width: 1100px;
	}
  
	.charecter-upload-tab {
	  width: 700px;
	}
  
	.tabs-menu, .preview-area.btn {
	  width: auto;
	}
  
	.charecter-tab-pane {
	  width: 95%;
	}
  
	.design-tab {
	  width: 100%;
	}
  
	.a-cta-main.use-case-btn {
	  color: #f474b2;
	  background-image: linear-gradient(#fff, #fff);
	  background-position: 0 0;
	  background-repeat: repeat;
	  background-size: auto;
	  width: 270px;
	}
  
	.a-cta-main.use-case-btn:hover {
	  background-image: linear-gradient(#fff, #fff);
	  background-position: 0 0;
	  background-repeat: repeat;
	  background-size: auto;
	  box-shadow: 3px 3px 20px #70707042;
	}
  
	.image-137 {
	  margin-left: 0;
	}
  
	.ava-con8 {
	  padding-bottom: 337px;
	}
  
	.logo-section-2 {
	  height: auto;
	}
  
	.image-139 {
	  margin-bottom: 16px;
	}
  
	.acon2-image {
	  padding-bottom: 20px;
	}
  
	.ava-con6-wrap {
	  z-index: 0;
	  background-image: none;
	  height: auto;
	  padding-top: 100px;
	}
  
	.use-case {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  padding-left: 15px;
	  padding-right: 15px;
	  transition: all .4s;
	  display: flex;
	}
  
	.use-case:hover {
	  transform: scale(1.1);
	}
  
	.div-block-54 {
	  justify-content: space-around;
	  max-width: 1440px;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.ava-con1.gradation {
	  margin-top: 0;
	}
  
	.landing-contents {
	  padding-bottom: 100px;
	}
  
	.section-contents-photo.avatalk {
	  max-width: 1440px;
	  margin-bottom: 0;
	  margin-left: auto;
	  margin-right: auto;
	  padding-bottom: 100px;
	}
  
	.use-case-wrap {
	  display: flex;
	}
  
	.logo-2.ava {
	  background-image: url('../images/avatalk-logo-v2.svg');
	}
  
	.ava-con6 {
	  background-image: linear-gradient(#c2f4ff3d, #ffc7e1 80%);
	}
  
	.nav-link-2.button {
	  background-color: #cececee6;
	}
  
	.a-cta.solution {
	  margin-bottom: 0;
	  padding-top: 20px;
	}
  
	.case-button {
	  color: #fff;
	  background-color: #da659d;
	  border-radius: 30px;
	  justify-content: center;
	  align-items: center;
	  width: 120px;
	  height: 30px;
	  padding-bottom: 0;
	  padding-right: 0;
	  font-size: 14px;
	  font-weight: 500;
	  line-height: 30px;
	  display: flex;
	}
  
	.ava-con7._2 {
	  padding-top: 40px;
	}
  
	.image-138 {
	  max-width: 70%;
	}
  
	.a-cta3.use-case {
	  margin-top: 40px;
	  margin-bottom: 20px;
	}
  
	.a-cta3.use-case:hover {
	  padding-right: 0;
	}
  
	.image-132 {
	  max-width: 100%;
	}
  
	.a-contents {
	  margin-top: 140px;
	}
  
	.use-case-wrapper {
	  display: flex;
	}
  
	.a-image-saction {
	  margin-bottom: 0;
	}
  
	.a-cta-main-copy.a-event {
	  line-height: 30px;
	}
  
	.nav-link-2-login.nav-login-btn {
	  background-color: #ffffffe6;
	}
  
	.a-contents-refer {
	  margin-top: 140px;
	}
  
	.use-case-reference-wrap {
	  justify-content: flex-start;
	  margin-left: 0;
	  margin-right: 24px;
	  display: flex;
	}
  
	.plan-con {
	  justify-content: space-around;
	  align-items: flex-start;
	}
  
	.plan-box2._2 {
	  height: 360px;
	}
  
	.text-block-87 {
	  font-family: "Noto sans kr 400", sans-serif;
	  font-size: 13px;
	  font-weight: 400;
	}
  
	.pc-optimization-popup {
	  display: none;
	}
  
	.contents-tab {
	  width: 80%;
	}
  
	.template-page-avatalk._2:hover {
	  background-color: #fff;
	}
  
	.gnb-left-wrap {
	  padding-bottom: 0%;
	}
  
	.image-block {
	  border: 2px solid #f6f7f8;
	}
  
	.charecter-tab {
	  width: auto;
	}
  
	.graph-tab {
	  width: 80%;
	}
  
	.image-loading-popup2, .image-choice-popup, .image-choice-popup2, .image-upload-popup {
	  display: none;
	}
  
	.image-153 {
	  height: 40px;
	}
  
	.personal-info-text.con.pi-button {
	  border: 1px solid #cfd3da;
	  border-radius: 5px;
	  width: auto;
	  padding: 6px 20px;
	  display: inline-block;
	}
  
	.h1-l.margin20._2 {
	  margin-bottom: 10px;
	}
  
	.withdrawal-popup.withdrawal, .dosi-ava-popup, .collect-delete-popup {
	  display: none;
	}
  
	.collect-delete-popup-layer {
	  height: 280px;
	}
  
	.collect-download-popup {
	  display: none;
	}
  
	.collect-download-popup-layer {
	  height: 400px;
	}
  
	.dosi-overlap-popup.withdrawal {
	  display: none;
	}
  
	.text-span-53 {
	  color: #4c4fa7;
	}
  
	.dosi-login-box {
	  width: 100%;
	  margin-top: 40px;
	  padding-top: 0;
	}
  
	.dosi-overlap-popup-layer.withdraw2 {
	  height: 310px;
	}
  
	.div-block-101 {
	  text-align: center;
	  width: 150px;
	}
  
	.collect-phone-number-popup {
	  display: none;
	}
  
	.collect-phone-number-layer {
	  height: 280px;
	}
  
	.personal-information-popup {
	  display: none;
	}
  
	.plan-payment-popup {
	  height: 280px;
	}
  
	.plan-payment-con-popup, .unsubscribe-popup, .payment-completed-popup {
	  display: none;
	}
  
	.payment-completed {
	  height: 280px;
	}
  
	.hold-membership-popup, .payment-receipt-popup {
	  display: none;
	}
  
	.payment-receipt {
	  height: 280px;
	}
  
	.basic-form-block, .avatalk-tab {
	  width: 100vw;
	}
  
	.basic-image-block {
	  border: 2px solid #f6f7f8;
	}
  
	.basic-form-wrap {
	  width: auto;
	}
  
	.l-preview-wrap {
	  width: 430px;
	  padding-bottom: 0;
	  overflow: visible;
	}
  
	.l-container.builder {
	  max-width: none;
	  padding-left: 70px;
	  overflow: visible;
	}
  
	.l-builder-wrap {
	  width: 65vw;
	  max-width: 1100px;
	  height: 100vh;
	  padding-bottom: 0;
	  overflow: scroll;
	}
  
	.l-avatalk-menu.builder {
	  z-index: 99;
	  max-width: none;
	  position: fixed;
	}
  
	.slider-3 {
	  width: auto;
	}
  
	.right-arrow {
	  margin-left: auto;
	  margin-right: 0;
	  font-size: 18px;
	  display: flex;
	  position: absolute;
	}
  
	.left-arrow {
	  display: flex;
	}
  
	.lite-wrap {
	  overflow: scroll;
	}
  
	.lite-basic-image-block {
	  border: 2px solid #f6f7f8;
	}
  
	.lite-graph-tab {
	  width: 80%;
	  margin-left: 20px;
	  margin-right: 20px;
	  padding-bottom: 10px;
	  overflow: visible;
	}
  
	.left-button-wrap {
	  display: flex;
	  position: relative;
	  top: 0;
	}
  
	.left-button-box {
	  justify-content: space-around;
	  align-items: center;
	}
  
	.container-template.home {
	  justify-content: center;
	  align-items: flex-start;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.template-wrap-storytelling, .template-wrap-basic {
	  width: 100%;
	}
  
	.use-case-reference-2 {
	  align-items: stretch;
	  height: auto;
	  margin-top: 0;
	  padding-top: 40px;
	}
  
	.use-case-reference-con-2:hover {
	  opacity: 1;
	  background-image: none;
	}
  
	.chat-h2 {
	  font-size: 16px;
	}
  
	.chat-contents-wrap.first {
	  margin-right: 20px;
	}
  
	.chat-con-wrap {
	  max-width: 900px;
	  margin-right: 40px;
	  padding-bottom: 140px;
	  padding-right: 0;
	}
  
	.c-builder-wrap {
	  width: 65vw;
	  max-width: 1100px;
	}
  
	.c-container.builder {
	  max-width: none;
	  padding-left: 70px;
	}
  
	.ai-image-popup, .publishing-popup {
	  display: none;
	}
  
	.div-block-126 {
	  height: 40px;
	}
  
	.div-block-127, .div-block-127-copy {
	  overflow: scroll;
	}
  
	.bold-text-16 {
	  font-size: 24px;
	  line-height: 50px;
	}
  
	.ava-event {
	  max-width: 1440px;
	  position: relative;
	}
  
	.a-contents-fee {
	  margin-top: 100px;
	}
  
	.ava-fee {
	  max-width: 1440px;
	  margin-top: 0;
	  position: relative;
	}
  
	.fee-wrap {
	  justify-content: center;
	  align-items: flex-start;
	  width: 1280px;
	  height: auto;
	  padding-top: 0;
	  padding-left: 60px;
	  padding-right: 60px;
	}
  
	.fee-wrap.plan, .fee-wrap.plan-copy {
	  width: 1024px;
	}
  
	.text-block-138 {
	  max-width: 1440px;
	  margin-left: auto;
	  margin-right: auto;
	  font-family: "Noto sans kr 500", sans-serif;
	  font-size: 20px;
	  font-weight: 500;
	  line-height: 30px;
	}
  
	.fee-con-box {
	  border-color: #f8f8f8;
	  width: 260px;
	  height: auto;
	  margin-top: 10px;
	  margin-right: 20px;
	  padding: 20px;
	  box-shadow: 0 2px 5px #d7e1f59c;
	}
  
	.text-span-66 {
	  color: #e45e8a;
	  font-family: "Noto sans kr 700", sans-serif;
	  font-weight: 700;
	  line-height: 22px;
	}
  
	.list-2 {
	  color: #333;
	  margin-bottom: 0;
	  padding-left: 16px;
	  font-family: "Noto sans kr 700", sans-serif;
	  font-size: 13px;
	  font-weight: 700;
	}
  
	.list-2.gray {
	  color: #333;
	}
  
	.list-2.pink {
	  color: #e55d8a;
	}
  
	.text-block-87-copy {
	  margin-left: 0;
	  font-family: "Noto sans kr 400", sans-serif;
	  font-size: 13px;
	  font-weight: 400;
	  line-height: 22px;
	}
  
	.fee-text-box {
	  padding-bottom: 0;
	}
  
	.fee-text-box2 {
	  padding-top: 0;
	  padding-bottom: 0;
	}
  
	.text-span-67 {
	  font-family: "Noto sans kr 400", sans-serif;
	  font-size: 13px;
	  font-weight: 400;
	}
  
	.text-span-68 {
	  color: #333;
	  font-weight: 400;
	  line-height: 22px;
	}
  
	.text-span-69, .list-item, .list-item-2, .list-item-3 {
	  line-height: 22px;
	}
  
	.fee-con {
	  justify-content: space-around;
	  align-items: flex-start;
	  padding-top: 0;
	}
  
	.ai-fee-text-wrap {
	  max-width: 1440px;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.a-contents-aichat {
	  margin-top: 100px;
	}
  
	.chat-introductionwrap {
	  height: 100vh;
	  margin-top: 72px;
	}
  
	.ai-x-button {
	  display: flex;
	}
  
	.chat-introduction-popup {
	  height: 100vh;
	  margin-top: 72px;
	}
  }
  
  @media screen and (min-width: 1920px) {
	.container.builder {
	  justify-content: center;
	  max-width: none;
	}
  
	.popup-layer.plan, .popup-layer.plan-copy {
	  width: 1024px;
	}
  
	.preview-wrap {
	  align-items: center;
	  width: 600px;
	}
  
	.builder-wrap {
	  max-width: 1300px;
	}
  
	.charecter-tab-pane {
	  width: 100%;
	}
  
	.design-tab {
	  width: 80%;
	}
  
	.image-128 {
	  right: 16%;
	}
  
	.div-block-54 {
	  justify-content: space-around;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.section-contents-photo.avatalk {
	  max-width: 1440px;
	  margin-bottom: 0;
	  margin-left: auto;
	  margin-right: auto;
	  padding-bottom: 100px;
	}
  
	.logo-2.ava {
	  background-image: url('../images/avatalk-logo-v2.svg');
	}
  
	.ava-con7 {
	  margin-bottom: 0;
	}
  
	.image-138 {
	  max-width: 60%;
	}
  
	.image-132 {
	  max-width: 100%;
	}
  
	.contents-tab {
	  width: 80%;
	}
  
	.gnb-left-wrap {
	  background-color: #fcfcfc;
	  border-right-color: #eee;
	  padding-bottom: 0%;
	}
  
	.charecter-tab {
	  box-shadow: none;
	  width: 80%;
	}
  
	.graph-tab {
	  width: 80%;
	}
  
	.avatalk-tab {
	  box-shadow: none;
	  width: 80%;
	}
  
	.l-preview-wrap {
	  align-items: center;
	  width: 600px;
	}
  
	.l-container.builder {
	  justify-content: center;
	  max-width: none;
	}
  
	.l-builder-wrap {
	  max-width: 1300px;
	}
  
	.right-arrow {
	  margin-right: 0;
	}
  
	.left-arrow {
	  display: block;
	}
  
	.lite-graph-tab {
	  width: 80%;
	}
  
	.left-button-wrap {
	  padding-top: 0;
	  padding-left: 0;
	  top: 0;
	}
  
	.left-button-box {
	  margin-top: 40px;
	}
  
	.container-template.home {
	  height: auto;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.c-builder-wrap {
	  max-width: 1300px;
	}
  
	.c-container.builder {
	  justify-content: center;
	  max-width: none;
	}
  
	.fee-wrap.plan, .fee-wrap.plan-copy {
	  width: 1024px;
	}
  
	.text-block-138, .fee-line {
	  max-width: 1440px;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.ai-chat-fee {
	  padding-left: 120px;
	}
  
	.ai-fee-text-wrap {
	  max-width: 1440px;
	  margin-left: auto;
	  margin-right: auto;
	}
  }
  
  @media screen and (max-width: 991px) {
	.inner.join {
	  padding-right: 0;
	}
  
	.wrap {
	  object-fit: fill;
	  width: auto;
	  height: 100vh;
	  padding-bottom: 20px;
	  overflow: scroll;
	}
  
	.avatalk-menu.builder {
	  justify-content: space-between;
	}
  
	.join-bg {
	  display: none;
	}
  
	.send-number-button {
	  inset: 18% 0% auto auto;
	}
  
	.send-number-button._2 {
	  inset: 16% 0% auto auto;
	}
  
	.find-email-bg {
	  display: block;
	}
  
	.avatalk-card.new, .avatalk-card.frofile, .avatalk-card.blank, .avatalk-card.blank.last {
	  width: 250px;
	}
  
	.popup-layer.plan, .popup-layer.plan-copy {
	  width: auto;
	}
  
	.body {
	  max-width: none;
	}
  
	.grid {
	  grid-template-columns: 1fr 1fr 1fr;
	  max-width: 800px;
	}
  
	.preview-wrap {
	  padding-left: 75px;
	  padding-right: 75px;
	}
  
	.motion-list {
	  width: 680px;
	}
  
	.menu-section {
	  margin-right: 0;
	}
  
	.menu-section._3, .publishing-btn {
	  display: flex;
	}
  
	.publishing-btn.c {
	  margin-right: 0;
	  display: flex;
	}
  
	.menu.c {
	  border-right-style: none;
	}
  
	.home-icon._2 {
	  display: none;
	}
  
	.text-block-21 {
	  font-family: "Noto sans kr 500", sans-serif;
	  font-weight: 500;
	}
  
	.url-wrap {
	  margin-bottom: 20px;
	}
  
	.publishing-button-popup {
	  display: none;
	}
  
	.navbar {
	  padding-left: 40px;
	  padding-right: 40px;
	  position: fixed;
	}
  
	.navbar.main {
	  position: fixed;
	}
  
	.brand-container {
	  flex: 1;
	}
  
	.div-block-53 {
	  margin-top: 0;
	  padding-top: 20px;
	}
  
	.a-h3 {
	  color: #333;
	}
  
	.image-126 {
	  left: -39px;
	}
  
	.image-15 {
	  max-width: 90%;
	}
  
	.div-block-56 {
	  width: 460px;
	  height: 500px;
	  position: static;
	}
  
	.image-139 {
	  max-width: 80%;
	}
  
	.a-application1 {
	  margin-bottom: 100px;
	}
  
	.pop-up-contact {
	  display: none;
	}
  
	.menu-icon {
	  color: #fff;
	  font-size: 40px;
	}
  
	.menu-icon._2 {
	  color: #292929;
	}
  
	.intro-video-2 {
	  height: 500px;
	}
  
	.popup-contents {
	  flex-direction: row;
	  width: 80%;
	  height: 70%;
	  min-height: auto;
	}
  
	.image-128 {
	  max-width: 15%;
	  top: 33%;
	  right: 7%;
	}
  
	.ava-con6-wrap {
	  height: auto;
	  margin-bottom: 0;
	  padding-top: 80px;
	  padding-bottom: 0;
	}
  
	.nav-menu {
	  z-index: 1;
	  text-align: left;
	  background-color: #0000;
	  height: auto;
	  padding-left: 80px;
	  padding-right: 46px;
	}
  
	.nav-menu.avatalk {
	  background-color: #0000000d;
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
  
	.use-case {
	  padding-left: 6px;
	  padding-right: 6px;
	}
  
	.lottie-animation-10 {
	  top: -20%;
	}
  
	.div-block-54 {
	  justify-content: space-around;
	  align-items: center;
	}
  
	.introvideo {
	  height: 500px;
	}
  
	.image-127 {
	  max-width: 50%;
	  inset: 18% 0% 0% auto;
	}
  
	.div-block-68 {
	  flex-direction: column;
	  align-items: flex-end;
	}
  
	.menu-icon-container {
	  border: 1px solid #0000;
	  padding: 0;
	}
  
	.menu-icon-container.w--open {
	  z-index: 0;
	  background-color: #0000;
	}
  
	.section-contents-photo.avatalk {
	  padding-bottom: 60px;
	}
  
	.a-h1 {
	  font-size: 40px;
	  line-height: 56px;
	}
  
	.a-h1.large {
	  line-height: 86px;
	}
  
	.a-h1._200 {
	  margin-bottom: 40px;
	  font-size: 40px;
	}
  
	.a-h1._2 {
	  font-size: 40px;
	}
  
	.a-h1.white {
	  margin-bottom: 40px;
	  font-size: 40px;
	}
  
	.logo-2.ava {
	  margin-top: 0;
	}
  
	.h1-span.large {
	  font-size: 40px;
	}
  
	.a-cta2-copy {
	  padding-top: 60px;
	}
  
	.ava-con6 {
	  background-image: linear-gradient(#c2f4ff3d, #ffc7e1 65%, #ffcee5);
	}
  
	.nav-link-2 {
	  text-align: right;
	  margin-left: 0;
	  margin-right: 0;
	  padding-top: 11px;
	  padding-bottom: 11px;
	  padding-left: 0;
	}
  
	.nav-link-2.button3 {
	  margin-bottom: 10px;
	  padding-right: 0;
	}
  
	.nav-link-2.button {
	  margin-bottom: 0;
	  margin-right: 14px;
	}
  
	.nav-link-2.new {
	  margin-bottom: 10px;
	  padding-right: 0;
	}
  
	.ava-con7-wrap {
	  margin-left: 60px;
	  margin-right: 60px;
	}
  
	.a-cta {
	  padding-top: 60px;
	}
  
	.case-button {
	  width: 96px;
	  font-size: 12px;
	}
  
	.a-application3 {
	  margin-top: 60px;
	}
  
	.ava-con7 {
	  padding-bottom: 0;
	}
  
	.a-cta3 {
	  padding-top: 60px;
	}
  
	.slider-2-copy {
	  height: 80%;
	}
  
	.slider-2-copy.avatalk {
	  width: 90%;
	}
  
	.h5 {
	  text-align: center;
	  padding-bottom: 10px;
	  padding-left: 0;
	}
  
	.use-case-wrapper {
	  width: 80%;
	}
  
	.a-image-saction {
	  margin-left: -24px;
	  overflow: hidden;
	}
  
	.acon1-title {
	  margin-bottom: 0;
	  margin-right: 0;
	}
  
	.div-block-69 {
	  flex-direction: row;
	  justify-content: flex-end;
	  align-items: flex-end;
	}
  
	.nav-link-2-start, .nav-link-2-login {
	  text-align: right;
	  margin-left: 0;
	  margin-right: 0;
	  padding-top: 11px;
	  padding-bottom: 11px;
	  padding-left: 0;
	}
  
	.nav-link-2-login.nav-login-btn {
	  margin-bottom: 0;
	  margin-right: 14px;
	}
  
	.a-contents-refer {
	  margin-top: 80px;
	}
  
	.use-case-reference-wrap {
	  margin-right: 14px;
	}
  
	.plan-setting-popup {
	  margin-left: 0;
	  padding-left: 20px;
	}
  
	.text-block-83 {
	  font-size: 12px;
	}
  
	.plan-box2._2 {
	  height: 400px;
	}
  
	.pc-optimization-popup {
	  display: none;
	}
  
	.checkbox-grid {
	  grid-column-gap: 10px;
	  padding-left: 0;
	}
  
	.p-radio-btn {
	  padding-left: 0;
	}
  
	.radio-btn {
	  width: 18px;
	  height: 18px;
	  margin-right: 6px;
	}
  
	.checkbox-label-2 {
	  letter-spacing: -1px;
	  width: 90px;
	  font-size: 16px;
	}
  
	.gnb-left-wrap.lite-none {
	  display: none;
	}
  
	.analysis-input.lite {
	  margin-bottom: 0;
	}
  
	.save-btn {
	  display: none;
	}
  
	.p-radio-btn-2 {
	  padding-left: 0;
	}
  
	.radio-btn-2 {
	  width: 18px;
	  height: 18px;
	  margin-right: 6px;
	}
  
	.checkbox-label-3 {
	  letter-spacing: -1px;
	  width: 90px;
	  font-size: 16px;
	}
  
	.checkbox-label-3.lite {
	  width: auto;
	}
  
	.l-radio-btn {
	  width: 18px;
	  height: 18px;
	  margin-right: 6px;
	}
  
	.l-preview-wrap {
	  padding-left: 75px;
	  padding-right: 75px;
	  display: none;
	}
  
	.l-container.builder {
	  margin-bottom: 100px;
	  padding-top: 0;
	  padding-left: 0;
	  overflow: visible;
	}
  
	.l-builder-wrap {
	  width: 100%;
	  max-width: none;
	  height: auto;
	  margin-top: 0;
	  margin-left: 0;
	  padding-top: 20px;
	  padding-left: 0;
	  padding-right: 30px;
	  overflow: visible;
	}
  
	.lite-h1 {
	  margin-bottom: 40px;
	  font-size: 26px;
	}
  
	.lite-h2 {
	  font-size: 22px;
	}
  
	.lite-contents-wrap, .lite-contents-wrap.first {
	  margin-bottom: 0;
	  margin-right: 0;
	  padding-bottom: 10px;
	}
  
	.lite-contents-wrap.none {
	  display: flex;
	}
  
	.l-avatalk-menu.builder {
	  justify-content: space-between;
	}
  
	.swiper-button-next {
	  justify-content: center;
	  align-items: center;
	  width: 2.5rem;
	  height: 2.5rem;
	  bottom: auto;
	}
  
	.swiper-button-prev {
	  width: 2.5rem;
	  height: 2.5rem;
	  bottom: auto;
	}
  
	.slider-3 {
	  width: auto;
	}
  
	.mask-2 {
	  max-width: none;
	  margin-right: 0;
	}
  
	.right-arrow {
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 0;
	  margin-right: 0;
	  font-size: 24px;
	  display: flex;
	  top: 40%;
	  bottom: 40%;
	}
  
	.left-arrow {
	  justify-content: center;
	  align-items: center;
	  margin-left: 0;
	  font-family: Open Sans, sans-serif;
	  font-size: 24px;
	  font-weight: 400;
	  display: flex;
	  top: 40%;
	  bottom: 40%;
	}
  
	.template-slider {
	  width: 100%;
	}
  
	.lite-wrap {
	  object-fit: fill;
	  background-color: #f3f3f8;
	  width: auto;
	  height: 100%;
	  margin-bottom: auto;
	  padding-bottom: 0;
	  overflow: visible;
	}
  
	.l-design-con {
	  width: 100%;
	  box-shadow: 2px 4px 13px #0d245d1a;
	}
  
	.l-basic-form-box {
	  margin-bottom: 0;
	  margin-right: 0;
	  box-shadow: 2px 4px 13px #0d245d1a;
	}
  
	.l-contents-slider {
	  width: 100%;
	}
  
	.l-link-block {
	  width: 100%;
	  height: auto;
	}
  
	.l-link-input-form {
	  width: 72%;
	}
  
	.l-checkbox-label-2 {
	  letter-spacing: -1px;
	  width: auto;
	  font-size: 16px;
	}
  
	.lite-contents-plus-copy {
	  width: 100%;
	  padding-left: 0;
	}
  
	.avatalk-publishing-btn {
	  color: #fff;
	  background-color: #ff508f;
	  width: 100%;
	  padding-left: 0;
	  font-size: 16px;
	  display: flex;
	}
  
	.avatalk-publishing-btn:hover {
	  color: #fff;
	  background-color: #f13579;
	  transform: scale(1.05);
	}
  
	.avatalk-publishing-btn.graph {
	  background-color: #6372ff;
	  border-radius: 30px;
	  justify-content: center;
	  align-items: center;
	  width: 160px;
	  height: 40px;
	  margin-right: 0;
	  padding-left: 15px;
	}
  
	.lite-preview-btn {
	  z-index: 10;
	  background-image: linear-gradient(94deg, #a54aff, #5932f4);
	  border-radius: 30px;
	  justify-content: center;
	  align-items: center;
	  width: 260px;
	  height: 50px;
	  margin-left: auto;
	  margin-right: auto;
	  display: flex;
	  position: fixed;
	  inset: auto 0% 10%;
	  box-shadow: 0 2px 19px 2px #313f695e;
	}
  
	.image-157 {
	  margin-right: 10px;
	}
  
	.text-block-126 {
	  color: #fff;
	  justify-content: center;
	  align-items: center;
	  font-family: Nanumsquare Acb, sans-serif;
	  font-size: 16px;
	  line-height: 14px;
	  display: flex;
	}
  
	.lite-footer {
	  color: #fff;
	  letter-spacing: .5px;
	  background-color: #5f5f5f;
	  justify-content: flex-start;
	  align-items: center;
	  height: 80px;
	  padding-bottom: 0;
	  padding-left: 30px;
	  padding-right: 30px;
	  font-family: Nanumsquare Acb, sans-serif;
	  display: flex;
	  position: static;
	}
  
	.lite-graph-tab {
	  margin-left: 20px;
	  margin-right: 20px;
	}
  
	.template-wrap-storytelling {
	  display: none;
	}
  
	.link-32 {
	  font-size: 14px;
	}
  
	.div-block-109 {
	  flex-direction: column;
	  align-items: flex-end;
	}
  
	.image-159 {
	  max-width: 90%;
	}
  
	.div-block-112 {
	  flex-direction: row;
	  justify-content: flex-end;
	  align-items: flex-end;
	}
  
	.use-case-reference-2 {
	  margin-left: 20px;
	  margin-right: 20px;
	}
  
	.chat-h1 {
	  margin-bottom: 50px;
	  font-size: 26px;
	}
  
	.chat-h2 {
	  margin-bottom: 20px;
	  font-size: 16px;
	}
  
	.chat-contents-wrap, .chat-contents-wrap.first {
	  margin-bottom: 40px;
	  margin-right: 0;
	  padding-bottom: 10px;
	}
  
	.chat-contents-wrap.flex {
	  margin-bottom: 40px;
	}
  
	.chat-con-wrap {
	  margin-right: 0;
	}
  
	.chat-profileimage-con {
	  width: 100%;
	}
  
	.div-block-115 {
	  margin-top: 20px;
	  margin-bottom: 20px;
	}
  
	.c-builder-wrap {
	  width: 100%;
	  max-width: none;
	  margin-top: 0;
	  margin-left: 0;
	  padding-top: 20px;
	  padding-left: 30px;
	  padding-right: 30px;
	  overflow: visible;
	}
  
	.c-container.builder {
	  margin-bottom: 100px;
	  padding-top: 0;
	  padding-left: 0;
	  overflow: visible;
	}
  
	.chat-button, .chat-button-copy {
	  padding-top: 4px;
	  padding-bottom: 4px;
	}
  
	.chat-wrapper {
	  height: 100vh;
	  padding-top: 20px;
	  padding-bottom: 0;
	}
  
	.dropdown-list-4 {
	  display: flex;
	}
  
	.event-con-wrap {
	  margin-left: 40px;
	  margin-right: 40px;
	}
  
	.e-title {
	  color: #333;
	  margin-bottom: 6px;
	  margin-left: 20px;
	  margin-right: 20px;
	}
  
	.ava-event {
	  margin-top: 100px;
	}
  
	.a-contents-fee {
	  margin-top: 80px;
	}
  
	.ava-fee {
	  margin-top: 100px;
	}
  
	.fee-wrap.plan, .fee-wrap.plan-copy {
	  width: auto;
	}
  
	.text-block-138 {
	  padding-left: 40px;
	}
  
	.fee-con-box {
	  width: auto;
	  margin-right: 10px;
	}
  
	.ai-chat-fee {
	  padding-left: 40px;
	}
  
	.div-block-128 {
	  flex-direction: column;
	  align-items: flex-end;
	}
  
	.div-block-129 {
	  flex-direction: row;
	  justify-content: flex-end;
	  align-items: flex-end;
	}
  
	.image-172 {
	  display: none;
	}
  
	.a-contents-aichat {
	  margin-top: 90px;
	}
  
	.aichat-tab {
	  margin-left: 20px;
	}
  
	.aichat-item-wrap {
	  grid-column-gap: 20px;
	  grid-row-gap: 20px;
	  grid-template-columns: 1fr 1fr 1fr;
	  margin-left: 0;
	}
  }
  
  @media screen and (max-width: 767px) {
	.inner {
	  margin-top: 0;
	  margin-bottom: 0;
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.inner.builder {
	  flex: 1;
	  justify-content: flex-start;
	  width: auto;
	  max-width: none;
	  margin-left: 0;
	  margin-right: 0;
	  display: block;
	}
  
	.header {
	  padding-top: 0;
	}
  
	.header.builder {
	  width: auto;
	}
  
	.container {
	  height: auto;
	  padding-top: 40px;
	  top: 75px;
	}
  
	.container.home {
	  margin-top: 0;
	  padding-top: 0;
	}
  
	.container.builder {
	  height: 100%;
	  padding-top: 0;
	}
  
	.avatalk-menu {
	  z-index: auto;
	  margin-top: 0;
	  padding-top: 12px;
	}
  
	.avatalk-menu.builder {
	  justify-content: space-between;
	  width: 100vw;
	  margin-left: 0;
	}
  
	.avatalk-logo {
	  align-items: center;
	  height: auto;
	}
  
	.avatalk-link {
	  margin-left: 0;
	}
  
	.send-number-button {
	  inset: 18% 0% auto auto;
	}
  
	.send-number-button._2 {
	  inset: 17% 0% auto auto;
	}
  
	.title-inner {
	  padding-left: 0;
	}
  
	.title-wrapper {
	  margin-top: 0;
	  margin-bottom: 0;
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.ava-list-wrapper {
	  flex-direction: row;
	}
  
	.avalist-wrapper {
	  margin-top: 0;
	  margin-bottom: 0;
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.avalist-inner {
	  flex-direction: column;
	}
  
	.avatalk-card.new, .avatalk-card.frofile, .avatalk-card.blank, .avatalk-card.blank.last {
	  margin-bottom: 20px;
	}
  
	.frofile-button {
	  background-size: 20px;
	  width: 160px;
	  font-size: 16px;
	}
  
	.frofile-setting-popup {
	  display: none;
	}
  
	.popup-layer.frofile {
	  width: 400px;
	}
  
	.popup-layer.plan {
	  width: auto;
	}
  
	.popup-layer.avatalk {
	  width: 400px;
	}
  
	.popup-layer.image-upload-pop {
	  display: flex;
	}
  
	.popup-layer.publishing {
	  width: 400px;
	  height: 200px;
	  padding-top: 20px;
	}
  
	.popup-layer.plan-copy {
	  width: auto;
	}
  
	.titile-text {
	  font-family: "Noto sans kr 700", sans-serif;
	}
  
	.titile-text.pc-optimization {
	  margin-bottom: 20px;
	  padding-bottom: 0;
	}
  
	.save-button {
	  background-size: 20px;
	  width: 160px;
	  font-size: 16px;
	}
  
	.account-wrapper {
	  margin-top: 0;
	  margin-bottom: 0;
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.account-inner {
	  flex-direction: column;
	}
  
	.account-info {
	  width: 100%;
	}
  
	.account-button {
	  justify-content: space-between;
	  width: 100%;
	}
  
	.button-2 {
	  width: 48%;
	  margin-right: 0;
	}
  
	.close-button, .quit-button {
	  background-image: none;
	  width: 140px;
	  font-size: 14px;
	}
  
	.grid {
	  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: 50%;
	  margin-right: 20px;
	}
  
	.publishing-btn.c {
	  margin-right: 0;
	}
  
	.menu.c {
	  border-right-style: none;
	}
  
	.copy-url.pink {
	  color: #fff;
	  background-color: #ff508f;
	}
  
	.text-block-29._2 {
	  color: #fff;
	}
  
	.a-cta-main {
	  font-size: 18px;
	}
  
	.a-cta-main.use-case-btn {
	  font-size: 18px;
	  font-weight: 600;
	}
  
	.navbar {
	  margin-top: 0;
	  padding: 7px 22px 7px 23px;
	  position: fixed;
	}
  
	.navbar.main {
	  padding-bottom: 7px;
	}
  
	.navbar.main.avatalk {
	  padding-left: 30px;
	  padding-right: 30px;
	}
  
	.a-h3 {
	  margin-bottom: 60px;
	  font-size: 18px;
	}
  
	.a-h3.case {
	  width: 380px;
	}
  
	.a-h3._3 {
	  margin-bottom: 14px;
	  font-size: 18px;
	}
  
	.ava-con8 {
	  height: 500px;
	  padding-bottom: 0;
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.image-15 {
	  max-width: 80%;
	}
  
	.image-139 {
	  width: 80%;
	  max-width: 120%;
	}
  
	.ava-image4.ai2 {
	  margin-top: 30px;
	}
  
	.sns {
	  max-width: 40%;
	}
  
	.a-application1 {
	  margin-top: -1px;
	  margin-bottom: 40px;
	}
  
	.a-application1.review {
	  margin-top: 60px;
	  margin-bottom: 100px;
	}
  
	.a-application1.review.last {
	  margin-bottom: 20px;
	}
  
	.acon2-image {
	  text-align: left;
	  justify-content: center;
	  margin-top: 0;
	  padding-top: 20px;
	}
  
	.pop-up-contact {
	  display: none;
	}
  
	.intro-video-2 {
	  height: 350px;
	}
  
	.popup-contents {
	  width: 80%;
	  height: 70%;
	  min-height: auto;
	}
  
	.image-128 {
	  top: 27%;
	  right: -2%;
	}
  
	.nav-menu {
	  padding-right: 30px;
	}
  
	.g-youtube {
	  width: 30px;
	  max-width: none;
	  margin-left: 15px;
	}
  
	.div-block-54 {
	  height: auto;
	  left: -26px;
	}
  
	.ava-con1 {
	  margin-bottom: 0;
	  padding-top: 60px;
	  padding-bottom: 0;
	}
  
	.html-embed-2 {
	  width: 550px;
	}
  
	.introvideo {
	  height: 350px;
	}
  
	.image-127 {
	  top: 16%;
	  right: -9%;
	}
  
	.g-facebook {
	  width: 30px;
	  max-width: none;
	  margin-left: 15px;
	}
  
	.ava-con2 {
	  padding: 60px 20px 80px;
	}
  
	.ava-image2.ai2 {
	  margin-top: 30px;
	}
  
	.use-case-wrap {
	  justify-content: space-around;
	  margin-bottom: 60px;
	}
  
	.use-case-wrap.last {
	  margin-bottom: 20px;
	}
  
	.text-block-78 {
	  font-size: 12px;
	}
  
	.a-h1 {
	  margin-bottom: 40px;
	  font-size: 28px;
	  line-height: 40px;
	}
  
	.a-h1.large {
	  font-size: 40px;
	  line-height: 60px;
	}
  
	.a-h1.white {
	  line-height: 60px;
	}
  
	.logo-2.ava {
	  background-size: 150px;
	  margin-top: 0;
	}
  
	.a-cta2-copy {
	  padding-top: 20px;
	}
  
	.a-ctabbutton, .a-cta-avatalk {
	  font-size: 18px;
	}
  
	.g-insta {
	  width: 30px;
	  max-width: none;
	  margin-left: 15px;
	}
  
	.ava-con7-wrap {
	  margin-top: 60px;
	  margin-left: 20px;
	  margin-right: 20px;
	}
  
	.a-cta {
	  padding-top: 20px;
	}
  
	.case-button {
	  width: 140px;
	  height: 40px;
	  font-size: 16px;
	}
  
	.a-application3 {
	  margin-top: -1px;
	  margin-bottom: 40px;
	}
  
	.ava-con7 {
	  padding: 60px 20px 0;
	  overflow: hidden;
	}
  
	.ava-con7._2 {
	  padding-top: 0;
	}
  
	.image-138 {
	  text-align: center;
	  max-width: 90%;
	}
  
	.footer_con {
	  margin-left: 0;
	}
  
	.a-cta3 {
	  padding-top: 20px;
	}
  
	.slider-2-copy {
	  height: 80%;
	}
  
	.image-132 {
	  max-width: 100vw;
	}
  
	.a-contents {
	  margin-top: 140px;
	}
  
	.div-block-17 {
	  width: auto;
	}
  
	.use-case-wrapper {
	  flex-direction: column;
	}
  
	.a-image-saction {
	  margin-top: 60px;
	}
  
	.acon1-title {
	  margin-top: 0;
	  margin-bottom: 0;
	  padding-top: 0;
	}
  
	.a-cta-main-copy {
	  font-size: 18px;
	}
  
	.a-contents-refer {
	  margin-top: 60px;
	}
  
	.use-case-reference-wrap {
	  margin-right: 20px;
	}
  
	.pc-optimization-popup {
	  background-color: #00000080;
	  display: none;
	}
  
	.text-block-89 {
	  color: #fff;
	  font-family: "Noto sans kr 500", sans-serif;
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 24px;
	}
  
	.image-144 {
	  margin-bottom: 20px;
	}
  
	.div-block-74 {
	  margin-bottom: 14px;
	}
  
	.text-block-90 {
	  color: #fff;
	  text-align: center;
	  line-height: 18px;
	}
  
	.button-3--copy-url {
	  color: #6858ed;
	  background-color: #fff;
	  border-radius: 30px;
	  justify-content: center;
	  align-items: center;
	  width: 200px;
	  height: 46px;
	  font-family: "Noto sans kr 700", sans-serif;
	  font-size: 16px;
	  font-weight: 700;
	  transition: all .2s;
	  display: flex;
	}
  
	.button-3--copy-url:hover {
	  background-color: #f0eeff;
	  transform: scale(1.1);
	}
  
	.button-3--copy-url:active {
	  outline-offset: 0px;
	  background-color: #fff;
	  outline: 3px #e148c0;
	  box-shadow: 1px 2px 5px #0003;
	}
  
	.form-wrap-inner {
	  width: 400px;
	}
  
	.form-wrap-inner.center {
	  border-top-style: none;
	  border-bottom-style: none;
	  flex-direction: column;
	  justify-content: flex-start;
	  align-items: flex-start;
	  padding-left: 0;
	}
  
	.checkbox-grid {
	  grid-column-gap: 3vw;
	  grid-template-columns: 1.25fr 1fr 1fr;
	  width: auto;
	  padding-left: 0;
	}
  
	.checkbox-grid._3, .checkbox-grid._4 {
	  grid-template-columns: 1.25fr 1fr 1fr;
	}
  
	.checkbox-label-2 {
	  width: auto;
	  font-size: 15px;
	  font-weight: 500;
	}
  
	.new-avatalk-popup {
	  display: none;
	}
  
	.blank-page-avatalk, .blank-page-avatalk._2 {
	  margin-bottom: 40px;
	  margin-right: 0;
	}
  
	.template-page-avatalk, .template-page-avatalk._2 {
	  margin-left: 0;
	}
  
	.div-block-77 {
	  display: none;
	}
  
	.image-upload-button {
	  width: auto;
	}
  
	.analysis-input.lite {
	  margin-bottom: 0;
	}
  
	.image-loading-popup2, .image-choice-popup, .image-choice-popup2 {
	  display: none;
	}
  
	.image-reselection-btn, .image-check-btn, .image-scale-btn {
	  background-image: none;
	  width: auto;
	  font-size: 14px;
	}
  
	.image-upload-popup {
	  display: none;
	}
  
	.password-change, .dosi-app-button {
	  width: 48%;
	  margin-right: 0;
	}
  
	.membership-button, .receipt-button {
	  width: 100%;
	}
  
	.withdraw-box-button, .use-button {
	  background-image: none;
	  width: 140px;
	  font-size: 14px;
	}
  
	.popup-layer2.pc-optimization {
	  background-color: #6858ed;
	  width: 400px;
	}
  
	.titile-text-pn {
	  font-family: "Noto sans kr 700", sans-serif;
	}
  
	.membership-change-button {
	  background-image: none;
	  width: 140px;
	  font-size: 14px;
	}
  
	.titile-text-box {
	  font-family: "Noto sans kr 700", sans-serif;
	}
  
	.membership-info, .card-button {
	  width: 100%;
	}
  
	.payment-button {
	  background-image: none;
	  width: 140px;
	  font-size: 14px;
	}
  
	.radio-btn-2 {
	  width: 22px;
	  height: 22px;
	}
  
	.checkbox-label-3 {
	  width: auto;
	  font-size: 16px;
	  font-weight: 500;
	}
  
	.checkbox-label-3.lite {
	  font-size: 16px;
	}
  
	.text-location-button.lite {
	  margin-bottom: 10px;
	}
  
	.button-3 {
	  justify-content: center;
	  align-items: center;
	  height: 36px;
	  font-size: 16px;
	  display: flex;
	}
  
	.basic-image-block {
	  width: 280px;
	}
  
	.lite-text-form.story {
	  font-size: 16px;
	}
  
	.l-radio-btn {
	  width: 24px;
	  height: 24px;
	  font-family: Nanumsquare Acb, sans-serif;
	}
  
	.l-preview-wrap {
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.l-container {
	  height: auto;
	  padding-top: 40px;
	}
  
	.l-container.builder {
	  background-color: #f3f3f8;
	  border-style: none;
	  height: auto;
	  margin-top: 0;
	  margin-bottom: 0;
	  padding-top: 20px;
	  padding-bottom: 0;
	  padding-left: 0;
	  display: flex;
	  position: relative;
	  inset: 0%;
	  overflow: scroll;
	}
  
	.graph-btn {
	  color: #fff0;
	  background-position: 50%;
	  border-radius: 20px;
	  width: 30px;
	}
  
	.l-builder-wrap {
	  flex-flow: column;
	  height: 100%;
	  margin-top: 0;
	  margin-left: 0;
	  padding: 0 20px 0 0;
	  display: flex;
	  overflow: clip;
	}
  
	.lite-h1 {
	  font-size: 24px;
	}
  
	.lite-h2 {
	  margin-bottom: 20px;
	  font-size: 20px;
	}
  
	.lite-contents-wrap {
	  margin-right: 0;
	}
  
	.lite-contents-wrap.first {
	  margin-top: 40px;
	}
  
	.l-avatalk-menu {
	  z-index: auto;
	  margin-top: 0;
	  padding-top: 12px;
	}
  
	.l-avatalk-menu.builder {
	  z-index: 8;
	  justify-content: space-between;
	  width: 100%;
	  max-width: none;
	  margin-left: 0;
	}
  
	.l-logo-section {
	  width: 50%;
	  margin-left: 20px;
	}
  
	.swiper-button-next {
	  width: 2rem;
	  height: 2rem;
	  display: flex;
	  bottom: auto;
	  right: 2%;
	}
  
	.swiper-button-prev {
	  width: 2rem;
	  height: 2rem;
	  display: flex;
	  bottom: auto;
	  left: 2%;
	}
  
	.slider-3, .mask-2 {
	  height: auto;
	}
  
	.tp-slider {
	  width: 30%;
	  height: auto;
	  padding: 4px;
	}
  
	.right-arrow {
	  margin-top: 0;
	  margin-right: 0;
	  top: 40%;
	  bottom: 40%;
	}
  
	.left-arrow {
	  z-index: 2;
	  margin-top: 0;
	  margin-left: 0;
	  top: 40%;
	  bottom: 40%;
	}
  
	.template-slider {
	  width: 100%;
	}
  
	.lite-wrap {
	  background-color: #f3f3f8;
	  height: 100%;
	  overflow: visible;
	}
  
	.l-design-con {
	  width: 100%;
	}
  
	.l-basic-form-box {
	  width: 300px;
	}
  
	.contents-slider {
	  width: 55%;
	  height: auto;
	  padding: 4px;
	}
  
	.l-contents-slider {
	  width: 100%;
	}
  
	.contents-slider-btn {
	  width: 30%;
	  height: auto;
	  padding: 4px;
	}
  
	.lite-basic-image-block {
	  border-width: 2px;
	  width: 260px;
	}
  
	.l-link-block {
	  width: 100%;
	}
  
	.l-checkbox-label-2 {
	  width: auto;
	  font-size: 15px;
	  font-weight: 500;
	}
  
	.lite-contents-plus-copy, .avatalk-publishing-btn {
	  width: 100%;
	}
  
	.avatalk-publishing-btn.graph {
	  background-color: #6372ff;
	  border-radius: 30px;
	  width: 160px;
	  height: 40px;
	  padding-left: 15px;
	}
  
	.avatalk-publishing-btn.graph:hover {
	  background-color: #6372ff;
	}
  
	.lite-preview-btn {
	  width: 260px;
	}
  
	.lite-graph-tab {
	  width: 96%;
	  margin-bottom: 40px;
	}
  
	.avatalk-version-choice {
	  margin-top: 20px;
	}
  
	.version-choice {
	  flex-flow: column;
	}
  
	.left-button-wrap {
	  justify-content: flex-start;
	  align-items: flex-start;
	  height: auto;
	  margin-top: 0;
	  padding-top: 0;
	  display: block;
	  position: static;
	  top: 0;
	}
  
	.left-button-box {
	  align-items: center;
	}
  
	.container-template {
	  height: auto;
	  padding-top: 40px;
	}
  
	.container-template.home {
	  flex-flow: column;
	  padding-top: 0;
	}
  
	.template-wrap-storytelling, .template-wrap-basic {
	  width: 100%;
	}
  
	.link-32 {
	  font-size: 16px;
	}
  
	.div-block-110 {
	  flex-direction: column;
	  margin-left: 0;
	  margin-right: -12px;
	}
  
	.image-159 {
	  max-width: 80%;
	}
  
	.div-block-111 {
	  width: auto;
	}
  
	.text-block-133 {
	  font-size: 12px;
	}
  
	.div-block-113 {
	  flex-direction: column;
	}
  
	.a-cta-avatalk-3 {
	  font-size: 18px;
	}
  
	.use-case-reference-2 {
	  flex-direction: row;
	}
  
	.chat-h1 {
	  font-size: 24px;
	}
  
	.chat-h2 {
	  margin-bottom: 20px;
	  font-size: 16px;
	}
  
	.chat-h2._2 {
	  margin-bottom: 10px;
	  margin-right: 20px;
	}
  
	.chat-contents-wrap {
	  margin-right: 0;
	}
  
	.chat-contents-wrap.first {
	  margin-top: 0;
	}
  
	.chat-profileimage-con {
	  box-shadow: none;
	  width: 100%;
	  margin-bottom: 14px;
	}
  
	.div-block-115 {
	  flex-flow: row;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
  
	.div-block-115.flex {
	  flex-flow: column;
	}
  
	.charact-image-upload-btn1 {
	  padding-left: 10px;
	}
  
	.text-block-103-copy {
	  margin-right: 20px;
	}
  
	.autocorrect {
	  height: 20px;
	  font-size: 12px;
	}
  
	.div-block-118 {
	  display: flex;
	}
  
	.c-builder-wrap {
	  flex-flow: column;
	  height: 100%;
	  margin-top: 0;
	  margin-left: 0;
	  padding: 0 20px;
	  display: flex;
	  overflow: clip;
	}
  
	.c-container {
	  height: auto;
	  padding-top: 40px;
	}
  
	.c-container.builder {
	  background-color: #f3f3f8;
	  border-style: none;
	  height: auto;
	  margin-top: 0;
	  margin-bottom: 0;
	  padding-top: 20px;
	  padding-bottom: 0;
	  padding-left: 0;
	  display: flex;
	  position: relative;
	  inset: 0%;
	  overflow: scroll;
	}
  
	.c-logo-section {
	  width: 50%;
	  margin-left: 20px;
	}
  
	.chat-button {
	  border-radius: 0 10px 10px;
	  width: auto;
	  margin-bottom: 20px;
	  line-height: 10px;
	}
  
	.div-block-124-copy {
	  font-family: "Noto sans kr 500", sans-serif;
	  font-size: 12px;
	  font-weight: 500;
	}
  
	.chat-button-copy {
	  border-radius: 10px 0 10px 10px;
	  margin-bottom: 20px;
	  font-size: 12px;
	  line-height: 20px;
	}
  
	.chat-wrapper {
	  height: 100vh;
	  margin-bottom: 30px;
	  padding-bottom: 0;
	}
  
	.bold-text-11 {
	  font-size: 12px;
	  line-height: 20px;
	}
  
	.bold-text-12 {
	  font-size: 12px;
	  font-weight: 500;
	  line-height: 20px;
	}
  
	.bold-text-13 {
	  font-weight: 500;
	}
  
	.bold-text-14 {
	  font-size: 12px;
	  font-weight: 500;
	  line-height: 20px;
	}
  
	.version-choice-copy {
	  flex-flow: column;
	}
  
	.publishing-popup {
	  display: none;
	}
  
	.text-block-108-copy {
	  margin-bottom: 20px;
	}
  
	.go-to-design {
	  color: #fff0;
	  background-position: 50%;
	  border-radius: 20px;
	  width: 30px;
	}
  
	.event-con-wrap {
	  grid-template-columns: 1fr 1fr;
	  margin-top: 20px;
	  margin-left: 30px;
	  margin-right: 30px;
	}
  
	.event-title {
	  margin-left: 10px;
	  margin-right: 10px;
	}
  
	.e-title {
	  margin-bottom: 10px;
	  font-size: 22px;
	}
  
	.event-title1 {
	  margin-bottom: 0;
	  font-size: 20px;
	  line-height: 30px;
	}
  
	.ava-event {
	  margin-top: 100px;
	}
  
	.a-contents-fee {
	  margin-top: 60px;
	}
  
	.ava-fee {
	  margin-top: 100px;
	}
  
	.fee-wrap {
	  padding-top: 20px;
	}
  
	.fee-wrap.frofile {
	  width: 400px;
	}
  
	.fee-wrap.plan {
	  width: auto;
	}
  
	.fee-wrap.avatalk {
	  width: 400px;
	}
  
	.fee-wrap.image-upload-pop {
	  display: flex;
	}
  
	.fee-wrap.publishing {
	  width: 400px;
	  height: 200px;
	  padding-top: 20px;
	}
  
	.fee-wrap.plan-copy {
	  width: auto;
	}
  
	.text-block-138 {
	  padding-left: 30px;
	}
  
	.text-block-138._2 {
	  margin-bottom: 20px;
	}
  
	.fee-con-box {
	  width: 45%;
	  margin-right: 0;
	}
  
	.fee-con {
	  flex-flow: column;
	  width: 100%;
	  padding-bottom: 20px;
	  padding-left: 0;
	}
  
	.fee-con-box-wrap {
	  justify-content: space-around;
	  align-items: center;
	  width: 100%;
	  margin-bottom: 20px;
	  padding-left: 20px;
	  padding-right: 20px;
	  display: flex;
	}
  
	.ai-chat-fee {
	  padding-top: 20px;
	  padding-left: 30px;
	}
  
	.ai-chat-fee-title, .ai-chat-fee-text {
	  font-size: 16px;
	}
  
	.list-item-5 {
	  font-size: 14px;
	}
  
	.a-contents-aichat {
	  margin-top: 70px;
	}
  
	.aichat-item-wrap {
	  grid-template-columns: 1fr 1fr;
	}
  
	.ai-contents {
	  font-size: 14px;
	}
  
	.image-174 {
	  width: 16px;
	}
  
	.text-block-141 {
	  font-size: 14px;
	}
  
	.image-177 {
	  width: 16px;
	}
  
	.text-block-142 {
	  font-size: 18px;
	}
  
	.ai-talk-builder {
	  transform: scale3d(1none, 1none, 1none);
	  width: 140px;
	  height: 46px;
	}
  
	.text-block-141-copy {
	  font-size: 14px;
	}
  }
  
  @media screen and (max-width: 479px) {
	.inner {
	  position: relative;
	}
  
	.inner.join {
	  width: 100%;
	}
  
	.header.builder {
	  padding-right: 10px;
	}
  
	.wrap.builder {
	  overflow: hidden;
	}
  
	.container {
	  padding-top: 20px;
	}
  
	.container.home {
	  padding-top: 0;
	}
  
	.container.builder {
	  max-width: none;
	  margin-left: 0;
	  margin-right: 0;
	  position: relative;
	  overflow: visible;
	}
  
	.join-membership {
	  width: 100%;
	  min-width: auto;
	  padding-top: 20px;
	  position: static;
	}
  
	.join-section {
	  flex-flow: column wrap;
	  width: 95%;
	  display: block;
	  position: static;
	  inset: 0%;
	}
  
	.h1 {
	  text-align: center;
	}
  
	.submit-button {
	  width: 100%;
	  min-width: auto;
	}
  
	.or-text {
	  margin-top: 4px;
	  margin-bottom: 20px;
	}
  
	.join-sns-button.google, .join-sns-button.kakao {
	  background-position: 20%;
	  width: auto;
	}
  
	.text-field, .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, .join-link, .find-password-link {
	  width: auto;
	}
  
	.or-line-l, .or-line-r {
	  top: -30px;
	}
  
	.send-number-button {
	  padding-left: 15px;
	  padding-right: 15px;
	  inset: 19% 0% auto auto;
	}
  
	.send-number-button._2 {
	  inset: 17% 0% auto auto;
	}
  
	.find-email {
	  width: 100%;
	  min-width: auto;
	  padding-top: 20px;
	  position: static;
	}
  
	.verification-code {
	  font-family: "Noto sans kr 200";
	  font-size: 12px;
	  font-weight: 200;
	}
  
	.title-inner {
	  padding-left: 0;
	}
  
	.title-wrapper {
	  position: relative;
	}
  
	.ava-list-wrapper {
	  flex-direction: column;
	}
  
	.avalist-wrapper {
	  position: relative;
	}
  
	.avalist-inner {
	  align-items: center;
	}
  
	.avatalk-card.new, .avatalk-card.frofile {
	  margin-right: 0;
	}
  
	.frofile-button.popup {
	  width: 100%;
	}
  
	.popup-layer.frofile {
	  width: 95%;
	  height: 500px;
	}
  
	.popup-layer.plan {
	  width: auto;
	  height: 500px;
	}
  
	.popup-layer.avatalk {
	  width: 95%;
	  height: 500px;
	}
  
	.popup-layer.publishing {
	  width: 320px;
	  height: 180px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
  
	.popup-layer.plan-copy {
	  width: auto;
	  height: 500px;
	}
  
	.avatalk-name-setting {
	  font-family: "Noto sans kr 200";
	  font-size: 12px;
	  font-weight: 200;
	}
  
	.save-button {
	  width: 100%;
	  margin-bottom: 20px;
	}
  
	.x-button {
	  margin-right: 10px;
	  top: 9%;
	}
  
	.account-wrapper {
	  position: relative;
	}
  
	.account-inner {
	  align-items: flex-start;
	}
  
	.account-info {
	  width: 100%;
	}
  
	.account-button {
	  flex-direction: column;
	  width: 100%;
	}
  
	.button-2 {
	  width: 100%;
	  margin-bottom: 20px;
	  margin-right: 0;
	}
  
	.form-2 {
	  width: 90%;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.grid {
	  grid-template-columns: 1fr;
	  max-width: none;
	}
  
	.preview-wrap {
	  flex: 0 auto;
	  width: 430px;
	  padding-left: 75px;
	  padding-right: 75px;
	}
  
	.builder-wrap {
	  width: auto;
	  display: flex;
	}
  
	.tabs, .charecter-upload-tab {
	  width: auto;
	}
  
	.tabs-menu {
	  flex-direction: row;
	  display: flex;
	}
  
	.tab-text {
	  margin-bottom: 10px;
	}
  
	.logo-section {
	  margin-left: 20px;
	}
  
	.avatalk-name {
	  display: none;
	}
  
	.menu-section {
	  margin-right: 10px;
	}
  
	.menu-section._3 {
	  width: 35%;
	  margin-right: 0;
	}
  
	.publishing-btn {
	  margin-right: 0;
	}
  
	.publishing-btn.c {
	  border-right-style: none;
	  width: 130px;
	  margin-right: 0;
	  display: flex;
	}
  
	.menu, .menu.c {
	  border-right-style: none;
	}
  
	.home-icon, .home-icon._2 {
	  display: none;
	}
  
	.url-wrap {
	  width: 97%;
	}
  
	.url-wrap._2 {
	  width: 100%;
	}
  
	.slide-nav {
	  margin-bottom: 10px;
	}
  
	.a-cta-main {
	  background-size: 16px, auto;
	  width: 180px;
	  height: 40px;
	  margin-left: 10px;
	  margin-right: 10px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  padding-left: 40px;
	  font-size: 14px;
	}
  
	.a-cta-main.use-case-btn {
	  width: 200px;
	  margin-left: 5px;
	  font-size: 14px;
	}
  
	.ava-image3 {
	  margin-right: -20px;
	}
  
	.navbar {
	  margin-top: 0;
	  padding: 8px 20px;
	}
  
	.navbar.main {
	  padding-bottom: 8px;
	  position: fixed;
	}
  
	.navbar.main.avatalk {
	  padding-left: 10px;
	  padding-right: 10px;
	}
  
	.image-137 {
	  width: 40px;
	  height: 40px;
	}
  
	.div-block-53 {
	  margin-top: 0;
	  padding-top: 20px;
	}
  
	.a-h3 {
	  margin-bottom: 40px;
	  padding-left: 10px;
	  padding-right: 10px;
	  font-size: 15px;
	  line-height: 26px;
	}
  
	.a-h3.case {
	  width: auto;
	}
  
	.a-h3.mobile {
	  width: auto;
	  padding-left: 0;
	  padding-right: 0;
	  font-size: 15px;
	  line-height: 28px;
	}
  
	.a-h3._3 {
	  margin-bottom: 14px;
	  font-size: 15px;
	  line-height: 24px;
	}
  
	.ava-con8 {
	  height: auto;
	  padding-bottom: 40px;
	}
  
	.image-14 {
	  text-align: left;
	  width: 100%;
	  max-width: none;
	  height: auto;
	  position: static;
	  right: 68px;
	}
  
	.image-126 {
	  max-width: 100%;
	  margin-left: -35px;
	  position: relative;
	  left: auto;
	}
  
	.image-15 {
	  max-width: 80%;
	}
  
	.div-block-56 {
	  height: auto;
	  margin-top: 16px;
	}
  
	.image-139 {
	  width: 70%;
	}
  
	.ava-image4.ai2 {
	  margin-right: -20px;
	}
  
	.sns {
	  flex-direction: row;
	  justify-content: space-between;
	  margin-top: 6px;
	}
  
	.a-application1.review {
	  margin-top: 60px;
	  margin-bottom: 60px;
	  padding-top: 20px;
	}
  
	.acon2-image {
	  justify-content: center;
	  padding-left: 10px;
	  padding-right: 10px;
	}
  
	.pop-up-contact {
	  display: none;
	}
  
	.pop-up-contact.avatalk {
	  margin-top: 76px;
	  display: none;
	}
  
	.menu-icon {
	  font-size: 32px;
	}
  
	.slide {
	  text-align: left;
	}
  
	.div-block-65 {
	  align-items: center;
	}
  
	.intro-video-2 {
	  height: 200px;
	}
  
	.popup-contents {
	  border-radius: 0;
	  width: 100%;
	  height: 100%;
	  min-height: auto;
	  margin-top: 0;
	  margin-left: 0;
	  margin-right: 0;
	  padding: 40px 0 0;
	}
  
	.footer-wrap {
	  align-items: stretch;
	}
  
	.text-block-33 {
	  color: #9b9b9b;
	  text-decoration: none;
	}
  
	.g-instalink {
	  margin-left: 10px;
	}
  
	.image-128 {
	  top: 20%;
	  right: 5%;
	}
  
	.ava-con6-wrap {
	  height: auto;
	  margin-left: 0;
	  padding-bottom: 20px;
	}
  
	.nav-menu {
	  background-color: #0000;
	  padding-left: 20px;
	  padding-right: 28px;
	}
  
	.g-youtube {
	  margin-left: 0;
	}
  
	.bold-text-5 {
	  font-size: 12px;
	  line-height: 16px;
	}
  
	.div-block-70 {
	  text-align: center;
	  flex-direction: column;
	  align-items: center;
	  margin-bottom: 20px;
	}
  
	.footer-logo {
	  justify-content: center;
	}
  
	.lottie-animation-10 {
	  top: -3%;
	}
  
	.lottie-animation-10.al2 {
	  top: -2%;
	}
  
	.div-block-54 {
	  flex-direction: column;
	  align-items: center;
	  height: auto;
	  margin-left: 0;
	  margin-right: 8px;
	  left: 0;
	}
  
	.ava-con1 {
	  margin-left: 0;
	  padding-top: 40px;
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.ava-con1.gradation {
	  padding-top: 120px;
	  padding-bottom: 100px;
	}
  
	.html-embed-2 {
	  width: 100%;
	  max-width: none;
	  margin-bottom: 0;
	}
  
	.introvideo {
	  height: 200px;
	}
  
	.image-127 {
	  margin-right: 19px;
	  top: 4%;
	  right: -5%;
	}
  
	.g-facebook {
	  margin-left: 0;
	}
  
	.a-metaverse, .a-avatalk {
	  margin-bottom: 60px;
	}
  
	.ava-image2.ai2 {
	  margin-right: -20px;
	}
  
	.use-case-wrap {
	  justify-content: space-around;
	}
  
	.a-h1 {
	  width: 280px;
	  margin: 20px auto 40px;
	  font-size: 26px;
	  line-height: 40px;
	}
  
	.a-h1.large {
	  width: auto;
	  font-size: 32px;
	  line-height: 42px;
	}
  
	.a-h1._200 {
	  width: 290px;
	  font-size: 26px;
	}
  
	.a-h1._2 {
	  font-size: 26px;
	  line-height: 40px;
	}
  
	.a-h1.white {
	  width: 290px;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 26px;
	  line-height: 40px;
	}
  
	.logo-2.ava {
	  background-size: 140px;
	  width: 170px;
	  height: 10px;
	  margin-top: 0;
	  padding-top: 0;
	  padding-bottom: 47px;
	}
  
	.logo-2.ava.w--current {
	  background-size: 167px;
	}
  
	.h1-span.large {
	  font-size: 26px;
	}
  
	.brand {
	  flex: 0 auto;
	  padding-left: 0;
	  text-decoration: none;
	}
  
	.a-cta2-copy {
	  margin-top: 20px;
	  margin-bottom: 40px;
	  padding-top: 0;
	}
  
	.a-ctabbutton {
	  width: 230px;
	  height: 50px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  font-size: 16px;
	}
  
	.a-cta-avatalk {
	  width: auto;
	  height: 50px;
	  padding: 10px 27px 10px 66px;
	  font-size: 20px;
	  font-weight: 500;
	}
  
	.g-insta {
	  margin-left: 0;
	}
  
	.ava-image {
	  margin-right: -20px;
	}
  
	.nav-link-2 {
	  text-align: right;
	  padding-top: 9px;
	  padding-bottom: 9px;
	  right: auto;
	}
  
	.ava-con7-wrap {
	  margin-left: 10px;
	  margin-right: 10px;
	}
  
	.a-cta {
	  margin-bottom: 60px;
	  padding-top: 0;
	}
  
	.case-button {
	  width: 120px;
	  height: 32px;
	  font-size: 14px;
	  font-weight: 500;
	}
  
	.ava-con7 {
	  padding-bottom: 10px;
	  padding-left: 10px;
	  padding-right: 10px;
	  overflow: hidden;
	}
  
	.ava-con7.mobile {
	  padding-top: 20px;
	}
  
	.ava-image5 {
	  margin-right: -20px;
	}
  
	.mask {
	  object-fit: fill;
	  overflow: hidden;
	}
  
	.footer_con {
	  margin-left: 0;
	}
  
	.text-block-77 {
	  font-size: 12px;
	  line-height: 16px;
	}
  
	.a-cta3 {
	  margin-bottom: 60px;
	  padding-top: 0;
	}
  
	.slider-2-copy {
	  height: 80%;
	}
  
	.image-132 {
	  text-align: center;
	  width: 500px;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.div-block-71 {
	  justify-content: center;
	  width: 60%;
	  margin-bottom: 20px;
	}
  
	.g-youtubelink {
	  margin-left: 10px;
	}
  
	.h5 {
	  padding-bottom: 40px;
	}
  
	.div-block-17 {
	  justify-content: flex-start;
	  align-items: center;
	  width: auto;
	}
  
	.use-case-wrapper {
	  width: 90%;
	}
  
	.a-image-saction {
	  margin-top: 0;
	}
  
	.acon1-title {
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.g-facebooklink {
	  margin-left: 10px;
	}
  
	.a-cta-main-copy {
	  background-size: 16px, auto;
	  width: 180px;
	  height: 40px;
	  margin-left: 10px;
	  margin-right: 10px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  padding-left: 40px;
	  font-size: 14px;
	}
  
	.a-cta-main-copy.a-event {
	  width: 70%;
	  height: 50px;
	  margin-left: 5px;
	  font-size: 18px;
	}
  
	.nav-link-2-start, .nav-link-2-login {
	  text-align: right;
	  padding-top: 9px;
	  padding-bottom: 9px;
	  right: auto;
	}
  
	.use-case-reference-wrap {
	  margin-right: 0;
	  padding-top: 20px;
	}
  
	.use-case-reference-wrap.last {
	  padding-top: 0;
	}
  
	.plan-setting-popup {
	  padding-left: 10px;
	}
  
	.plan-box2._2 {
	  height: auto;
	}
  
	.pc-optimization-popup {
	  flex-wrap: nowrap;
	}
  
	.text-block-89 {
	  text-align: center;
	}
  
	.div-block-76 {
	  flex-flow: column;
	  justify-content: space-between;
	  align-items: flex-start;
	}
  
	.form-wrap-inner {
	  width: auto;
	}
  
	.form-wrap-inner.center {
	  border-top-style: none;
	  border-bottom-style: none;
	  border-bottom-color: #f1f1f1;
	  flex-direction: column;
	  align-items: stretch;
	  margin-bottom: 10px;
	  padding-left: 0;
	}
  
	.checkbox-grid {
	  grid-column-gap: 20px;
	  grid-template-columns: 1fr 1fr;
	  justify-content: stretch;
	  max-width: 100%;
	  padding-left: 0;
	}
  
	.checkbox-grid._3, .checkbox-grid._4 {
	  grid-template-columns: 1fr 1fr;
	}
  
	.p-radio-btn {
	  margin-right: 0;
	}
  
	.radio-btn {
	  width: 18px;
	  height: 18px;
	  margin-left: 0;
	}
  
	.radio-btn.w--redirected-checked {
	  background-size: 24px;
	  width: 18px;
	  height: 18px;
	}
  
	.checkbox-label-2 {
	  width: auto;
	  font-size: 16px;
	}
  
	.graph-tab {
	  padding-left: 10px;
	  padding-right: 10px;
	}
  
	.h1-light {
	  text-align: center;
	}
  
	.save-btn.c {
	  display: none;
	}
  
	.password-change, .dosi-app-button {
	  width: 100%;
	  margin-bottom: 20px;
	  margin-right: 0;
	}
  
	.membership-button, .receipt-button {
	  width: 100%;
	}
  
	.h1-l {
	  text-align: center;
	}
  
	.service-sector-choice {
	  font-family: "Noto sans kr 200";
	  font-size: 12px;
	  font-weight: 200;
	}
  
	.h1-dosi {
	  text-align: center;
	}
  
	.popup-layer2.pc-optimization {
	  width: 95%;
	  height: 500px;
	}
  
	.membership-info, .card-button {
	  width: 100%;
	}
  
	.p-radio-btn-2 {
	  margin-right: 0;
	}
  
	.radio-btn-2 {
	  width: 22px;
	  height: 22px;
	  margin-left: 0;
	}
  
	.radio-btn-2.w--redirected-checked {
	  background-image: none;
	  width: 22px;
	  height: 22px;
	}
  
	.checkbox-label-3 {
	  width: auto;
	  font-size: 16px;
	}
  
	.l-radio-btn {
	  width: 18px;
	  height: 18px;
	  margin-left: 0;
	}
  
	.l-radio-btn.w--redirected-checked {
	  background-size: 24px;
	  width: 18px;
	  height: 18px;
	}
  
	.l-preview-wrap {
	  flex: 0 auto;
	  width: 430px;
	  padding-left: 75px;
	  padding-right: 75px;
	}
  
	.l-container {
	  padding-top: 20px;
	}
  
	.l-container.builder {
	  background-color: #f3f3f8;
	  flex-flow: row;
	  max-width: none;
	  height: auto;
	  margin-left: 0;
	  margin-right: 0;
	  padding-top: 0;
	  padding-left: 10px;
	  padding-right: 10px;
	  position: relative;
	  top: 0;
	  overflow: scroll;
	}
  
	.avatalk-lite {
	  width: auto;
	  margin-left: 0;
	  font-size: 12px;
	}
  
	.l-builder-wrap {
	  flex-flow: column;
	  width: 100%;
	  height: 93%;
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-left: 0;
	  padding: 0 14px 0 0;
	  display: flex;
	  overflow: clip;
	}
  
	.lite-h1 {
	  margin-top: 30px;
	  font-size: 22px;
	  line-height: 30px;
	}
  
	.lite-h2 {
	  width: 97%;
	}
  
	.lite-contents-wrap {
	  flex-flow: column;
	  justify-content: center;
	  align-items: flex-start;
	  width: 100%;
	  margin-bottom: 10px;
	  margin-right: 0;
	  display: block;
	}
  
	.lite-contents-wrap.first {
	  margin-top: 0;
	  padding-bottom: 4px;
	}
  
	.l-avatalk-menu.builder {
	  overflow: scroll;
	}
  
	.l-logo-section {
	  margin-left: 20px;
	}
  
	.swiper-button-next {
	  justify-content: center;
	  align-items: center;
	  width: 2rem;
	  height: 2rem;
	  bottom: auto;
	}
  
	.swiper-button-prev {
	  width: 2rem;
	  height: 2rem;
	  bottom: auto;
	}
  
	.slider-3 {
	  width: auto;
	}
  
	.mask-2 {
	  width: auto;
	  max-width: none;
	  padding-top: 0;
	}
  
	.tp-slider {
	  width: 40%;
	  height: auto;
	  max-height: none;
	  margin-right: 10px;
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.right-arrow {
	  margin-top: 0;
	  margin-right: 0;
	  display: flex;
	  top: 40%;
	  bottom: 40%;
	}
  
	.left-arrow {
	  margin-top: 0;
	  margin-left: 0;
	  display: flex;
	  top: 40%;
	  bottom: 40%;
	}
  
	.template-slider {
	  width: 100%;
	}
  
	.lite-wrap {
	  width: 100%;
	  height: auto;
	  overflow: visible;
	}
  
	.l-image-upload-button {
	  font-size: 14px;
	}
  
	.l-image-upload-button._2 {
	  border-radius: 5px;
	  width: 100%;
	  padding-top: 8px;
	  padding-bottom: 8px;
	}
  
	.l-design-con {
	  width: 100%;
	  box-shadow: 2px 4px 13px #0d245d1a;
	}
  
	.l-basic-form-box {
	  width: 100%;
	  margin-bottom: 0;
	  padding-bottom: 0;
	}
  
	.contents-slider {
	  width: 100%;
	  height: auto;
	  max-height: none;
	  margin-right: 10px;
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.l-contents-slider {
	  width: 100%;
	}
  
	.lite-contents-plus {
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
	  inset: auto 0% 0%;
	}
  
	.contents-slider-btn {
	  text-align: center;
	  width: 100%;
	  height: auto;
	  max-height: none;
	  margin-left: auto;
	  margin-right: auto;
	  padding-left: 0;
	  padding-right: 0;
	  top: 240px;
	  left: auto;
	  right: auto;
	}
  
	.lite-basic-image-block, .lite-talk-title, .l-link-block {
	  width: 100%;
	}
  
	.l-link-input-form {
	  width: 100%;
	  margin-bottom: 10px;
	}
  
	.l-checkbox-label-2 {
	  width: auto;
	  font-size: 16px;
	}
  
	.l-link-form {
	  width: 100%;
	}
  
	.l-name-text-form {
	  width: 80%;
	}
  
	.lite-contents-plus-copy {
	  text-align: center;
	  width: 97%;
	  margin-left: auto;
	  margin-right: auto;
	  padding-left: 0;
	  padding-right: 0;
	  inset: auto 0% 0%;
	}
  
	.avatalk-publishing-btn {
	  text-align: center;
	  width: 97%;
	  margin-left: auto;
	  margin-right: auto;
	  padding-left: 0;
	  padding-right: 0;
	  font-family: Nanumsquare Acb, sans-serif;
	  inset: auto 0% 0%;
	}
  
	.avatalk-publishing-btn.graph {
	  justify-content: center;
	  align-items: center;
	  width: 160px;
	  height: 36px;
	  margin-left: auto;
	  margin-right: auto;
	  padding-right: 15px;
	}
  
	.lite-preview-btn {
	  bottom: 5%;
	}
  
	.lite-footer {
	  font-size: 12px;
	}
  
	.lite-tab-text-wrap._2 {
	  flex-flow: column;
	  justify-content: center;
	  align-items: flex-start;
	}
  
	.lite-graph-tab {
	  margin-bottom: 16px;
	  margin-left: 10px;
	  margin-right: 10px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
  
	.lite-link-preview {
	  width: 97%;
	}
  
	.container-template {
	  padding-top: 20px;
	}
  
	.container-template.home {
	  padding-top: 0;
	}
  
	.text-block-132 {
	  color: #9b9b9b;
	  text-decoration: none;
	}
  
	.div-block-108 {
	  justify-content: center;
	  width: 60%;
	  margin-bottom: 20px;
	}
  
	.link-32 {
	  border-radius: 20px;
	  font-size: 14px;
	}
  
	.link-32:hover {
	  border-radius: 14px;
	}
  
	.div-block-110 {
	  max-width: 45%;
	  margin-right: 0;
	}
  
	.image-159 {
	  max-width: 80%;
	}
  
	.footer-logo-2 {
	  justify-content: center;
	}
  
	.div-block-111 {
	  justify-content: flex-start;
	  align-items: center;
	  width: auto;
	}
  
	.div-block-113 {
	  max-width: 45%;
	}
  
	.a-cta-avatalk-3 {
	  width: auto;
	  height: 50px;
	  padding: 10px 27px 10px 66px;
	  font-size: 20px;
	  font-weight: 500;
	}
  
	.use-case-reference-2 {
	  justify-content: space-around;
	  margin-left: 10px;
	  margin-right: 10px;
	  padding-top: 40px;
	}
  
	.div-block-114 {
	  text-align: center;
	  flex-direction: column;
	  align-items: center;
	  margin-bottom: 20px;
	}
  
	.chat-h1 {
	  margin-top: 30px;
	  font-size: 22px;
	  line-height: 30px;
	}
  
	.chat-h2 {
	  width: 97%;
	  line-height: 24px;
	}
  
	.chat-h2._2 {
	  margin-bottom: 10px;
	}
  
	.chat-contents-wrap {
	  flex-flow: column;
	  justify-content: center;
	  align-items: flex-start;
	  width: 100%;
	  margin-bottom: 10px;
	  margin-right: 0;
	  display: block;
	}
  
	.chat-contents-wrap.first {
	  margin-top: 0;
	  padding-bottom: 4px;
	}
  
	.chat-con-wrap {
	  width: 100%;
	  padding-left: 10px;
	  padding-right: 10px;
	}
  
	.chat-profileimage-con {
	  box-shadow: none;
	  width: 100%;
	}
  
	.charact-image-upload-btn {
	  height: 46px;
	}
  
	.c-info-text-form {
	  width: 80%;
	}
  
	.div-block-116 {
	  width: 100%;
	  margin-bottom: 40px;
	}
  
	.div-block-117 {
	  flex-flow: column;
	  margin-bottom: 40px;
	}
  
	.color-chip-wrapper-c {
	  width: 100%;
	  margin-bottom: 10px;
	}
  
	.text-block-103-copy {
	  margin-right: 10px;
	}
  
	.autocorrect {
	  width: 80px;
	  height: 24px;
	}
  
	.c-builder-wrap {
	  flex-flow: column;
	  width: 100%;
	  height: 93%;
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-left: 0;
	  padding: 0 14px;
	  display: flex;
	  overflow: clip;
	}
  
	.c-container {
	  padding-top: 20px;
	}
  
	.c-container.builder {
	  background-color: #f3f3f8;
	  flex-flow: row;
	  max-width: none;
	  height: auto;
	  margin-left: 0;
	  margin-right: 0;
	  padding-top: 0;
	  padding-left: 0;
	  padding-right: 0;
	  position: relative;
	  top: 0;
	  overflow: scroll;
	}
  
	.c-logo-section {
	  margin-left: 0;
	}
  
	.avatalk-chat {
	  width: 150px;
	  margin-left: 0;
	  font-size: 12px;
	  display: none;
	}
  
	.h1-bold {
	  text-align: center;
	}
  
	.chat-button {
	  width: auto;
	  height: auto;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  font-size: 14px;
	}
  
	.image-168 {
	  width: 34px;
	  margin-right: 10px;
	}
  
	.chat-area {
	  width: 90%;
	}
  
	.chat-button-copy {
	  width: auto;
	  height: auto;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  font-size: 14px;
	}
  
	.badge-area {
	  width: 90%;
	}
  
	.chat-wrapper {
	  width: 100%;
	  height: 100vh;
	  margin-bottom: 0;
	}
  
	.input {
	  width: 80%;
	}
  
	.bold-text-13 {
	  font-size: 12px;
	}
  
	.bold-text-15 {
	  font-size: 12px;
	  font-weight: 500;
	}
  
	.event-con-wrap {
	  grid-column-gap: 50px;
	  grid-row-gap: 50px;
	  grid-template-columns: 1fr;
	  margin-bottom: 60px;
	}
  
	.bold-text-16 {
	  font-size: 22px;
	  line-height: 40px;
	}
  
	.e-title {
	  margin-bottom: 0;
	  margin-left: 0;
	  margin-right: 0;
	  padding-left: 0;
	  padding-right: 10px;
	  font-size: 26px;
	  line-height: 26px;
	}
  
	.fee-wrap {
	  flex-flow: column;
	}
  
	.fee-wrap.frofile {
	  width: 95%;
	  height: 500px;
	}
  
	.fee-wrap.plan {
	  width: auto;
	  height: 500px;
	}
  
	.fee-wrap.avatalk {
	  width: 95%;
	  height: 500px;
	}
  
	.fee-wrap.publishing {
	  width: 320px;
	  height: 180px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
  
	.fee-wrap.plan-copy {
	  width: auto;
	  height: 500px;
	}
  
	.text-block-138 {
	  margin-top: 30px;
	  padding-top: 0;
	  padding-left: 14px;
	  font-size: 16px;
	}
  
	.text-block-138._2 {
	  margin-top: 10px;
	}
  
	.fee-con-box {
	  width: 100%;
	  height: auto;
	  margin-bottom: 20px;
	}
  
	.fee-con {
	  padding-bottom: 0;
	}
  
	.fee-con-box-wrap {
	  flex-flow: column;
	  margin-bottom: 0;
	}
  
	.fee-line {
	  margin-bottom: 20px;
	}
  
	.ai-chat-fee {
	  padding-left: 14px;
	}
  
	.a-contents-aichat {
	  margin-top: 80px;
	}
  
	.aichat-tab {
	  margin-left: 10px;
	  padding-top: 10px;
	}
  
	.aichat-section._2 {
	  padding-top: 0;
	}
  
	.aichat-item-wrap {
	  grid-template-columns: 1fr 1fr;
	  margin-right: 0;
	}
  
	.ai-name {
	  margin-top: 8px;
	  font-size: 16px;
	}
  
	.ai-contents {
	  margin-top: 4px;
	  font-size: 14px;
	}
  
	.pingpong {
	  height: 24px;
	  padding-left: 8px;
	  padding-right: 8px;
	}
  
	.image-174 {
	  width: 14px;
	}
  
	.text-block-141 {
	  font-size: 14px;
	}
  
	.tabs-menu-4 {
	  display: flex;
	}
  
	.category-btn {
	  height: 30px;
	  padding-left: 10px;
	  padding-right: 10px;
	  font-size: 18px;
	}
  
	.text-block-142 {
	  font-size: 18px;
	}
  
	.ai-talk-builder {
	  height: 46px;
	  font-size: 16px;
	}
  
	.ai-chat-con {
	  width: auto;
	  padding-top: 40px;
	  padding-left: 30px;
	  padding-right: 30px;
	}
  
	.pingpong2 {
	  height: 24px;
	  padding-left: 8px;
	  padding-right: 8px;
	}
  
	.ai-x-button {
	  margin-right: 10px;
	  top: 1%;
	  right: 2%;
	}
  
	.text-block-141-copy {
	  font-size: 12px;
	}
  }
  
  #w-node-_3cb986e3-c3a7-7d8c-e1ac-7616985391f9-1659390a {
	justify-self: auto;
  }
  
  #w-node-f8b0287e-02d4-70e2-f6dd-1e47f5151276-1659390a {
	grid-area: span 1 / span 1 / span 1 / span 1;
	justify-self: center;
  }
  
  #w-node-_91d6972e-4129-0690-8ba5-6577a6d459db-1659390a, #w-node-_706e1ef5-1cb1-d7d4-c2d7-bd93988aaf59-1659390a, #w-node-c8832df9-92bf-6549-dc8d-d6832bb6d2f7-1659390a, #w-node-_04b89a1e-2f54-b5a4-4c41-3cfb55ee11f1-1659390a, #w-node-_035b37db-86dc-15bc-5ff7-05298f698eba-1659390a, #w-node-_5cbd83ca-bc15-d35e-ef89-7802f02d7780-1659390a, #w-node-eda81b8e-7c74-bc6b-0ef2-cc1f672108cc-1659390a {
	grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_52850d89-9363-1dde-63cb-1d27487e525c-1659390d {
	justify-self: auto;
  }
  
  #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa34-1659390d {
	grid-area: span 1 / span 1 / span 1 / span 1;
	justify-self: center;
  }
  
  #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa35-1659390d, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa36-1659390d, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa37-1659390d, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa38-1659390d, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa39-1659390d, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa3a-1659390d, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa3b-1659390d {
	grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa34-1659390f {
	grid-area: span 1 / span 1 / span 1 / span 1;
	justify-self: center;
  }
  
  #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa35-1659390f, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa36-1659390f, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa37-1659390f, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa38-1659390f, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa39-1659390f, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa3a-1659390f, #w-node-_6cadd9db-1af1-bcca-9db5-72672b93aa3b-1659390f {
	grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_95065e3d-3c68-5877-f62f-74bd8799f897-16593912, #w-node-_95065e3d-3c68-5877-f62f-74bd8799f89b-16593912, #w-node-_95065e3d-3c68-5877-f62f-74bd8799f8bc-16593912, #w-node-_95065e3d-3c68-5877-f62f-74bd8799f8c8-16593912, #w-node-_95065e3d-3c68-5877-f62f-74bd8799f8e6-16593912, #w-node-_95065e3d-3c68-5877-f62f-74bd8799f8d6-16593912, #w-node-_95065e3d-3c68-5877-f62f-74bd8799f8e2-16593912, #w-node-_95065e3d-3c68-5877-f62f-74bd8799f901-16593912 {
	align-self: auto;
  }
  
  #w-node-_2d9c231f-4ff1-5519-a723-b9eb72ffbe2b-1da7b174, #w-node-_5b9794f3-22a7-9126-62c5-e30e431046d6-1da7b174, #w-node-_04dbe1f1-8be9-c8f5-ca76-cb7b9881010b-1da7b174, #w-node-_82f3d2af-ae45-ea46-1a9d-1b122df6b93e-1da7b174, #w-node-_6651fa2d-9575-6959-f41d-e71810bd8912-1da7b174, #w-node-_6651fa2d-9575-6959-f41d-e71810bd891f-1da7b174, #w-node-_6651fa2d-9575-6959-f41d-e71810bd892c-1da7b174, #w-node-_6651fa2d-9575-6959-f41d-e71810bd8939-1da7b174, #w-node-d3ea8c11-a8e0-d1f1-7c52-c53d5d844f06-1da7b174, #w-node-d3ea8c11-a8e0-d1f1-7c52-c53d5d844f14-1da7b174, #w-node-d3ea8c11-a8e0-d1f1-7c52-c53d5d844f21-1da7b174, #w-node-d3ea8c11-a8e0-d1f1-7c52-c53d5d844f2e-1da7b174, #w-node-_3561bd67-3533-0bdb-9746-947e24b5c367-1da7b174, #w-node-_3561bd67-3533-0bdb-9746-947e24b5c375-1da7b174, #w-node-_3561bd67-3533-0bdb-9746-947e24b5c382-1da7b174, #w-node-_3561bd67-3533-0bdb-9746-947e24b5c38f-1da7b174, #w-node-a7f334b1-1d7d-a52e-f89a-113c42426bb3-1da7b174, #w-node-a7f334b1-1d7d-a52e-f89a-113c42426bc0-1da7b174, #w-node-a7f334b1-1d7d-a52e-f89a-113c42426bcd-1da7b174, #w-node-a7f334b1-1d7d-a52e-f89a-113c42426bda-1da7b174, #w-node-_23fe222c-237a-9208-0a02-c74ca1f0ffb5-1da7b174, #w-node-_23fe222c-237a-9208-0a02-c74ca1f0ffc2-1da7b174, #w-node-_23fe222c-237a-9208-0a02-c74ca1f0ffcf-1da7b174, #w-node-_23fe222c-237a-9208-0a02-c74ca1f0ffdc-1da7b174 {
	grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  
  @font-face {
	font-family: 'Noto sans kr 700';
	src: url('../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('../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('../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('../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('../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('../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('../fonts/Roboto-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Uhbeezziba Regular';
	src: url('../fonts/UhBeeZZIBA-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquare Acl';
	src: url('../fonts/NanumSquare_acL.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquare Aceb';
	src: url('../fonts/NanumSquare_acEB.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquare Acb';
	src: url('../fonts/NanumSquare_acB.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquarel';
	src: url('../fonts/NanumSquareL.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquarer';
	src: url('../fonts/NanumSquareR.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquareeb';
	src: url('../fonts/NanumSquareEB.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquare Acr';
	src: url('../fonts/NanumSquare_acR.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Nanumsquareb';
	src: url('../fonts/NanumSquareB.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }