﻿@charset "utf-8";
@import "./reset.css";

/* 폰트 */
@font-face {
    font-family: NotoSansKR;
    font-weight: 700;
    src: url('../../font/NotoSansKR-Bold.woff') format('woff'), url('../../font/NotoSansKR-Bold.woff2') format('woff2'), url('../../font/NotoSansKR-Bold.otf') format('opentype');
}
@font-face {
	font-family: NotoSansKR;
	font-weight: 500;
	src: url('../../font/NotoSansKR-Medium.woff') format('woff'),
	url('../../font/NotoSansKR-Medium.woff2') format('woff2'),
	url('../../font/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
	font-family: NotoSansKR;
	font-weight: 400;
	src: url('../../font/NotoSansKR-Regular.woff') format('woff'),
	url('../../font/NotoSansKR-Regular.woff2') format('woff2'),
	url('../../font/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
	font-family: NEXONLv2Gothic;
	font-weight: 400;
	src: url('../../font/NEXONLv2Gothic.woff') format('woff'),
	url('../../font/NEXONLv2Gothic.eot') format('embedded-opentype');
}
@font-face {
	font-family: NEXONLv2Gothic;
	font-weight: 700;
	src: url('../../font/NEXONLv2GothicBold.woff') format('woff'),
	url('../../font/NEXONLv2GothicBold.eot') format('embedded-opentype');
}
@font-face {
	font-family: NEXONLv1Gothic;
	font-weight: 400;
	src: url('../../font/NEXON Lv1 Gothic OTF.woff') format('woff');
}
@font-face {
	font-family: NEXONLv1Gothic;
	font-weight: 700;
	src: url('../../font/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
}
@font-face {
	font-family: 'fontello';
	src: url('../icons/fontello.eot?51042036');
	src: url('../icons/fontello.eot?51042036#iefix') format('embedded-opentype'),
	url('../icons/fontello.woff2?51042036') format('woff2'),
	url('../icons/fontello.woff?51042036') format('woff'),
	url('../icons/fontello.ttf?51042036') format('truetype'),
	url('../icons/fontello.svg?51042036#fontello') format('svg');
	url('../icons/fontello.svg?51042036#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	position: relative;
	font-family: 'Noto Sans KR', NotoSansKR, 'NotoSansKR', NEXONLv2Gothic, 'NEXONLv2Gothic', NEXONLv1Gothic, 'NEXONLv1Gothic', sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	box-sizing: border-box;
	color: var(--text_primary);
}

/* 테스트 코드 스타일 */
.blind {
	position: absolute;
	overflow: hidden;
	width: 0 !important;
	height: 0 !important;
	color: transparent;
	font-size: 0;
	z-index: -9999999;
	opacity: 0;
}

/* 폰트 icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello", sans-serif;
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pen:before { content: '\e800'; } /* '' */
.icon-checked:before { content: '\e801'; } /* '' */
.icon-sender:before { content: '\e802'; } /* '' */
.icon-notice:before { content: '\e803'; } /* '' */
.icon-good:before { content: '\e804'; } /* '' */
.icon-share:before { content: '\e805'; } /* '' */
.icon-pen-1:before { content: '\e806'; } /* '' */
.icon-menu:before { content: '\e807'; } /* '' */
.icon-x:before { content: '\e808'; } /* '' */
.icon-star_fill:before { content: '\e809'; } /* '' */
.icon-star_empty:before { content: '\e80a'; } /* '' */
.icon-exclamation:before { content: '\e80c'; } /* '' */
.icon-arrow_bottom:before { content: '\e80d'; } /* '' */
.icon-arrow_left:before { content: '\e80e'; } /* '' */
.icon-arrow_right:before { content: '\e80f'; } /* '' */
.icon-arrow_top:before { content: '\e810'; } /* '' */
.icon-selected:before { content: '\e811'; } /* '' */
.icon-selected2:before { content: '\e812'; } /* '' */
.icon-selected3:before { content: '\e813'; } /* '' */

.ico_16 {
	font-size: 16px;
	line-height: 1;
}
.ico_24 {
	font-size: 24px;
}
.ico_32 {
	font-size: 32px;
	width: 32px;
	height: 32px;
}

.icon-sender {
	color: var(--text_secondary);
	transition: color 0.3s;
}
/* ./ 폰트 icon */

/* 이미지 icon */
i[class^="icon__"] {
	display: inline-block;
}
.icon_16 {
	width: 16px;
	height: 16px;
}
.icon_24 {
	width: 24px;
	height: 24px;
}
.icon_32 {
	width: 32px;
	height: 32px;
}
.icon__prime {
    width: 34px;
    height: 34px;
    background: url("../../Images/common/logo__prime.png") 50% 50% no-repeat;
}
.icon__new-window {
    width: 20px;
    height: 20px;
    background: url("../../Images/common/icon__newWindow@2x.png") no-repeat;
    background-size: contain;
}
/*./  이미지 icon */


/**
 * ==============================================
 * Custom scrollbar ---
 * ==============================================
 */

/* 세로 스크롤바 */
.scroll-wrapper {
	-ms-scrollbar-base-color: transparent;
	scrollbar-base-color: transparent;
	background-color: transparent;
}
.scroll-wrapper::-webkit-scrollbar-corner { display: none; }
.scroll-wrapper::-webkit-scrollbar {
	width: 7px;
	background-color: transparent;
}
.scroll-wrapper::-webkit-scrollbar-track {
	width: 7px;
	background-color: transparent;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
	width: 6px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 3px solid transparent;
	border-radius: 2px;
	background: var(--grey01);
	background-clip: padding-box;
}
.list__container::-webkit-scrollbar-track {
	background-color: transparent;
}
.list__container::-webkit-scrollbar-thumb {
	background-color: transparent;
}
.list__container::-webkit-scrollbar {
	background-color: transparent;
}
.list__container::-webkit-scrollbar-corner {
	display: none;
}

/* 말풍선 내에 스크롤 바 : 세로 스크롤바 - small */
.scroll-wrapper2 {
	-ms-scrollbar-base-color: transparent;
	scrollbar-base-color: transparent;
	background-color: transparent;
}
.scroll-wrapper2::-webkit-scrollbar-corner { display: none; }
.scroll-wrapper2::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}
.scroll-wrapper2::-webkit-scrollbar-track {
	width: 10px;
	background-color: transparent;
}
.scroll-wrapper2::-webkit-scrollbar-thumb {
	width: 10px;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	background-color: var(--grey01);
	background-clip: padding-box;
}

/* 가로 스크롤바 */
.scroll-wrapper_h {
	overflow-x: scroll;
	-ms-scrollbar-base-color: transparent;
	scrollbar-base-color: transparent;
	background-color: transparent;
}
.scroll-wrapper_h::-webkit-scrollbar-corner { display: none; }
.scroll-wrapper_h::-webkit-scrollbar {
	height: 5px;
	background-color: transparent;
}
.scroll-wrapper_h::-webkit-scrollbar-track {
	height: 10px;
	background-color: var(--grey04);
	box-shadow: 0 1px 0 0 rgba(218, 222, 230,0.75) inset;
	-webkit-box-shadow: 0 1px 0 0 rgba(218, 222, 230,0.75) inset;
	-moz-box-shadow: 0 1px 0 0 rgba(218, 222, 230,0.75) inset;
}
.scroll-wrapper_h::-webkit-scrollbar-thumb {
	height: 4px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background-color: var(--grey01);
	background-clip: padding-box;
}

/**
 * ==============================================
 * 버튼 ---
 * ==============================================
 */
button {
	cursor: pointer;
	transition: all 0.2s;
}

/* 아이콘 버튼 */
.ico-btn {
	cursor: pointer;
	box-sizing: border-box;
}

/* 스타일 */
.btn--square,
.--square {
	display: flex;
	flex-grow: 0;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	border-radius: 3px;
}

.btn--round,
.--round {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 24px;
	flex: none;
	order: 0;
	flex-grow: 0;
}

/* text 버튼 */

.btn__link-text {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-align: left;
	text-decoration: underline;
	color: var(--text_secondary);
}
/* 타입별 */
.btn__primary,
.btn__secondary {
	transition: all 0.3s;
}
.btn__primary2 {
	text-align: center;
	color: var(--grey00);
	background-color: var(--text_primary);
}
.btn__primary {
	color: var(--grey00);
	background-color: var(--primary02);
}
.btn__primary2 {
	text-align: center;
	color: var(--grey00);
	background-color: var(--text_primary);
}
.btn__primary:hover,
.btn__primary:active {
	color: var(--grey00);
	background-color: var(--primary01);
}
.btn__primary2:hover,
.btn__primary2:active {
	color: var(--grey00);
	background-color: var(--primary01);
}
.btn__primary:hover,
.btn__primary:active {
	color: var(--grey00);
	background-color: var(--primary01);
}
.btn__primary-line {
	color: var(--primary02);
	border: 1px solid var(--primary02);
}
.btn__primary-line:hover,
.btn__primary-line:active {
	color: var(--primary01);
	border-color: var(--primary01);
}

.btn__secondary {
	text-align: center;
	color: var(--text_primary);
	background-color: var(--secondary01);
}
.btn__secondary-line {
	text-align: center;
	color: var(--text_primary);
	border: 1px solid var(--secondary02);
}
.btn__secondary:hover,
.btn__secondary:active {
	color: var(--text_primary);
	background-color: var(--secondary02);
}
.btn__secondary-line:hover,
.btn__secondary-line:active {
	color: var(--primary01);
	border: 1px solid var(--primary01);
}
/* size */
.btn_small {
	height: 40px;
	padding: 12px 16px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid var(--secondary02);
}
.btn_large {
	min-width: 240px;
	height: 56px;
	padding: 12px 16px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid var(--secondary02);
}
.btn_medium {
	height: 48px;
}
.btn_small, .btn_medium, .btn_large {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-wrap .btn-text,
.btn-wrap2 .btn-text {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.btn-wrap2 .btn-text {
	font-size: 16px;
}
.btn_small .btn-text {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.btn_large .btn-text {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.54px;
	text-align: center;
	color: #fff;
	
}
/**
	 * ==============================================
	 * text
	 * ==============================================
*/
.keyword {
	color: var(--primary02);
}
.warning {
	color: var(--errorColor01);
}
.link-text {
	color: var(--primary02);
	text-decoration: underline;
	cursor: pointer;
}
.link-text:hover {
	color: var(--primary01);
}
.primary__text {
	color: var(--primary01);
	font-weight: 700;
}
.ps__text, .ps__text2 {
	font-family: NotoSansKR, 'NotoSansKR', 'Noto Sans KR', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -0.26px;
	color: var(--text_secondary);
}
.error_text {
	color: var(--errorColor01);
}
.ps__text2 {
	word-break: break-all;
}
.__disabled {
	color: var(--disabledColor2) !important;
}
.__preline {
	white-space: pre-line
}
	/**
		 * ==============================================
		 * forms --- input checkbox textarea
		 * ==============================================
	*/
input, textarea {
	font-family: NotoSansKR, 'Noto Sans KR', NEXONLv2Gothic, 'NEXONLv2Gothic', sans-serif;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
input::placeholder,
textarea::placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: var(--grey07);
	transition: all 0.3s;
}
.input-box:hover input::placeholder,
.input-box:hover textarea::placeholder {
	/*font-weight: 400;*/
	/*font-size: 14px;*/
	/*line-height: 1.5;*/
	color: var(--grey07);
}
textarea {
	border: 1px solid var(--grey01);
	border-radius: 4px;
	background-color: transparent;
	resize: none;
	outline: none;
}
input:focus,
textarea:focus {
	color: var(--text_primary);
	border-color: var(--primary02);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { /* WebKit browsers */
	color: transparent;
	border-color: transparent;
}

/* custom checkbox */
.chk-box__area {
	margin-bottom: 5px;
}

.forms .toggle__options {}
.forms .toggle__options li {
	margin-bottom: 10px;
}

.forms .error_text {
	padding-top: 4px;
	display: none;
}
.isError .error_text {
	display: block;
}
.toggle__options .radio-box__area {
	display: flex;
	justify-content: flex-start;
	gap: 25px;
}

/* 체크박스 스타일 */
.chk-box__area,
.radio-box__area {
	--checked: var(--primary02);
	--pressed: var(--primary01);
	--labelColor: var(--grey11);
	--boxSize: 20px;
	--labelSize: 14px;
	--chkSize: 14px;
}
/* size_m, size_s, type_round, type_box */
.chk-box__area.type1 {
	--boxSize: 20px;
	--labelSize: 14px;
	--chkSize: 14px;
}
.chk-box__area.type2 {
	--boxSize: 16px;
	--labelSize:12px;
	--chkSize: 14px;
}
.chk-box__area.type3 {
	--boxSize: 16px;
	--labelSize:12px;
	--chkSize:14px;
}
.chk-box__area.type4 {
	--checked: var(--grey11);
	--boxBg: var(--grey11);
	--boxSize: 14px;
	--labelSize:12px;
	--chkSize: 12px;
}
.chk-box__area._round {
	--chkSize: 10px;
	font-weight: bold;
}
/* type1 24px */

.chk-box__area input,
.radio-box__area input {position:absolute;top:-3px;left:-3px;width:0;height:0;-moz-appearance: none;}
.chk-box__area label,
.radio-box__area label {display:flex;cursor:pointer;justify-content:flex-start; align-items: center;font-weight: 400;}
.chk-box__area label._flex {
	justify-content: space-between;
}
.chk-box__area label._flex > .label {
	flex: auto;
	flex-basis: content;
}
.chk-box__area label._flex > strong {
	flex-basis: content;
	overflow: hidden;
	line-height: 1;
	text-align: right;
}

.chk-box__area label > .check,
.radio-box__area label > .check {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	text-align: center;
	flex:0 0 var(--boxSize);width:var(--boxSize);height:var(--boxSize);border-radius: 2px;border: solid 1px var(--grey01);transition: border-color 0.3s;
	color: var(--checked);
}

.chk-box__area label > .label,
.radio-box__area label > .label {
	justify-content:flex-start;
	align-items: center;
	padding-left:6px;
	font-size: var(--labelSize);
	letter-spacing: -0.26px;
	color: var(--labelColor);
}

.chk-box__area label > .label._underline {
	text-decoration: underline;
}
.chk-box__area label > .check:before {
	font-family: "fontello", fontello, sans-serif;
	vertical-align: middle;
	content: '\e811';
	font-size: var(--chkSize);
	line-height: 1;
	color: inherit;
	opacity: 0;
}
.chk-box__area.type4 label > .check:before {
	font-family: "fontello", fontello, sans-serif;
	vertical-align: middle;
	content: '\e812';
	font-size: var(--chkSize);
	line-height: 1;
	color: inherit;
	opacity: 0;
}
.radio-box__area label > .check:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: var(--checked);
	opacity: 0;
}

.chk-box__area._round label > .check {
	flex:0 0 var(--boxSize);width:var(--boxSize);height:var(--boxSize);border-radius: 10px;border: solid 1px var(--grey01);
}
.radio-box__area label > .check {
	border-radius: 10px;
}
.radio-box__area._round label > .check {
	flex:0 0 var(--boxSize);width:var(--boxSize);height:var(--boxSize);border-radius: 10px;border: solid 1px var(--grey01);
	background-color: transparent;
}

/* type2*/
.chk-box__area.type2 label > .check {
	flex:0 0 var(--boxSize);width:var(--boxSize);height:var(--boxSize);border-radius: 2px;border: solid 1px var(--grey01);
}
/* type3*/
.chk-box__area.type3 label > .check:before {
	opacity: 1;
}
.chk-box__area.type3 label:hover > .check {
	color: var(--checked);
}
.chk-box__area.type3 label > .check {
	border-radius: 2px;
	border: 0;
	color: var(--grey07);
}
.chk-box__area.type3 label > .label {
	text-decoration: underline;
}

/* type4 - circle */
.chk-box__area.type4 label > .check {
	border-radius: 7px;
}
.chk-box__area.type4 label > .check:before {
	line-height: 1;
	color: #fff;
}

/* hover */
.chk-box__area label:hover > .check,
.radio-box__area label:hover > .check{
	border-color:var(--checked);
}
.chk-box__area label:active > .check,
.chk-box__area label:active > .check {
	color: var(--labelColor);
	border-color: var(--pressed);
}
/* checked */
.chk-box__area input[type="checkbox"]:checked + label > .check {
	border-color: var(--checked);
	background-color: var(--checked);
	color: #fff;
}

/* 라디오 버튼 - checked */
.radio-box__area input[type="radio"]:checked + label > .check {
	background-color: transparent;
	border-color:var(--checked);
}
.radio-box__area input[type="radio"]:checked + label > .check:before {
	opacity: 1;
	background-color: var(--checked);
}
.chk-box__area input[type="checkbox"]:checked + label > .check:before {
	opacity: 1;
}
.chk-box__area.type2 input[type="checkbox"]:checked + label > .check {
	border-color:var(--checked);
}
.chk-box__area.type3 input[type="checkbox"]:checked + label > .check {
	color: var(--checked);
	background-color: transparent;
	border: 0;
}
.chk-box__area.type4 label:hover > .check {
	color: var(--labelColor);
	border-color: var(--checked);
}
.chk-box__area.type4 input[type="checkbox"]:checked + label > .check {
	border-color: var(--checked);
	background-color: var(--checked);
}

/* 세로 정렬 */
.chk-box__area.__vertical,
.radio-box__area.__vertical {
	flex-direction: column;
	gap: 8px;
}

/* __disabled & error */
.chk-box__area.__disabled label,
.radio-box__area.__disabled label {
	user-select: none;
	pointer-events: none;
	opacity: 0.5;
}

.isError .chk-box__area,
.isError .radio-box__area,
.chk-box__area.isError,
.radio-box__area.isError {
	--checked: var(--errorColor01);
	--pressed: var(--errorColor01);
}


select {
	appearance: none;
	border: 0;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	background-color: transparent;
}
select::-ms-expand {
	display: none;
}


/**
	 * ==============================================
	 * swipe slider
	 * ==============================================
*/
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > li {
	float: left;
	width: 100%;
	position: relative;
	cursor: default !important;
}

/* layer modal */
.layer__container {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), rgba(255,255,255,0.3);
	overflow: hidden;
}
.layer__container.popup {
	background: transparent;
}
main.fixed {
	overflow: hidden;
}
.layer__container.show {
	display: flex;
}
.layer__container .modal {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 20px 24px;
	background-color: var(--grey00);
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	transition-property: width, height;
	transition-duration: 0.2s;
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
}

.layer__container .modal.size-small,
.layer__container .modal.__popup {
	width: var(--modal_small-w);
	min-height: var(--modal_small-h);
	margin: 0 auto;
}
.layer__container .modal.size-medium {
	width: var(--modal_medium-w);
	height: var(--modal_medium-h);
	max-width: calc(100% - 32px);
	margin: 0 auto;
}
.layer__container .modal.size-large {
	display: flex;
	gap: 12px;
	width: var(--modal_large-w);
	height: var(--modal_large-h);
	margin: 0 auto;
}
.layer__container .modal .layer-title {
	position: relative;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	/* identical to box height, or 150% */
	text-align: center;
	letter-spacing: -0.7px;
}
.layer__container .modal.__popup {
	position: relative;
}
.layer__container .modal .popup__content {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.35px;
	text-align: center;
	color: var(--text_primary);
	margin: 0 auto 32px;
}
.layer__container .modal.__popup > .chk-box__area {
	position: absolute;
	bottom: -42px;
	left: 0;
}
.layer__container .btn__close {
	position: absolute;
	top: 16px;
	right: 16px;
}

.layer__container .modal .sub-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.57;
	/* identical to box height, or 157% */
	text-align: center;
	letter-spacing: -0.48px;
	color: var(--text_secondary);
}
.layer__container .modal .layer-content {
	white-space: pre-line;
}
.layer__container .modal .layer-content2 {
	width: 100%;
}
.layer__container .modal .input__wrap {
	width: 100%;
}
.layer__container .modal .input__wrap .writing__area {
	height: 160px;
}
.layer__container .modal .stars-wrap {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 32px auto;
}
/* ./ 별점 */


.layer__container .modal .btn {
	width: var(--btnSize);
	height: 48px;
	box-sizing: border-box;
}
.layer__container .modal .btn__wrap,
.layer__container .modal .full_btn-wrap {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-self: center;
	gap: 8px;
}

.layer__container .modal .full_btn-wrap .btn {
	width: 100%;
	text-align: center;
}
.layer__container .modal.size-small{}
.layer__container .modal.size-small .layer-content {
	margin-top: 16px;
	padding-bottom: 80px;
	text-align: center;
	box-sizing: content-box;
}

.layer__container .modal.__popup .btn__wrap,
.layer__container .modal.size-small .btn__wrap,
.layer__container .modal.size-small .full_btn-wrap {
	bottom: 20px;
}
.layer__container .modal.size-medium {
	position: relative;
}
.layer-content2 .content__text {
	margin-bottom: 20px;
}
.layer-content2 .content__text > strong {
	display: block;
	font-weight: 700;
}
.layer__container .modal.size-large .layer-content {
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: -0.48px;
	text-align: left;
}
.layer__container .modal.size-large .layer-content2 .bolder {
	font-weight: 700;
}
.layer__container .modal.size-large .modal-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 6px;
}
.layer__container .modal.size-large .modal-body {
	height: calc(100% - 208px);
	padding: 16px;
	border: 1px solid var(--grey13);
	overflow-y: scroll;
}
.layer__container .modal.size-large .modal-footer {
	padding-top: 32px;
}

/*.layer__container .modal.size-large .layer-title {*/
/*	font-size: 20px;*/
/*	font-weight: bold;*/
/*	font-stretch: normal;*/
/*	font-style: normal;*/
/*	line-height: 1.5;*/
/*	letter-spacing: -0.7px;*/
/*	text-align: center;*/
/*}*/



/**
 * ==============================================
 * 애니메이션 ---
 * ==============================================
 */
.dot-flashing {
	position: relative;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #a2a9b6;
	color: #a2a9b6;
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: .5s;
}
.dot-flashing::before, .dot-flashing::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.dot-flashing::before {
	left: -15px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #a2a9b6;
	color: #a2a9b6;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.dot-flashing::after {
	left: 15px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #a2a9b6;
	color: #a2a9b6;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 1s;
}

@keyframes dotFlashing {
	0% {
		background-color: #a2a9b6;
		opacity: 0.4;
	}
	50%{
		background-color: #9198a5;
		opacity: 0.8;
	}
	100% {
		background-color: #747a86;
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/**
	 * ==============================================
	 * media query
	 * ==============================================
*/
/* 타블렛  640 ~ 1080 */

@media screen and (max-width: 639px) {
	input::placeholder,
	textarea::placeholder {
		font-size: 12px;
	}
	.chk-box__area.type1 {
		--labelSize: 12px;
	}
	.chk-box__area label > .label,
	.radio-box__area label > .label {
		padding-left: 8px;
	}
	.chk-box__area label._flex > strong {
		flex: auto;
		padding-left: 20px;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: -0.26px;
	}
	.chk-box__area label._flex > .label {
		flex: none;
	}
	/* 체크박스, 라디오 버튼 라벨 폰트 사이즈 */
	.chk-box__area, .radio-box__area {
		--labelSize: 12px;
		flex-direction: column;
	}
	.toggle__options .radio-box__area {
		gap: 12px;
	}
	.layer__container .modal.size-large .icon__pop01,
	.layer__container .modal.size-large .icon__pop02 {
		width: 88px;
		height: 52px;
		background-size: contain;
	}
	.layer__container .modal.size-large .modal-body {
		height: calc(100% - 178px);
	}
	.layer__container .modal .layer-title {
		font-size: 18px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.56;
		letter-spacing: -0.54px;
	}
	.layer__container .modal .layer-content {
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.57;
		letter-spacing: -0.48px;
	}
	.layer__container .modal .btn {
		height: 40px;
	}
	.layer__container .modal .stars-wrap {
		margin: 20px auto 24px;
		gap: 6px;
	}
	.layer__container .modal .stars-wrap .p_star {
		width: 30px;
		height: 30px;
	}
	.layer__container .modal .input__wrap .writing__area {
		font-size: 14px;
		height: 84px;
	}
	.layer__container .modal .input__wrap .writing__area::placeholder {
		font-size: 14px;
	}
	.layer__container .modal .full_btn-wrap .btn {
		height: 48px;
	}
}
