* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.5;
}

html, body {
	width: 100%;
	height: 100%;
	min-width: 360px;
	min-height: 100vh;
}

body {
	position: relative;
}

ul, ol, li {
	list-style: none;
}

a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

button {
	display: inline-block;
	border: none;
	background: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	display: inline-block;
	outline: none;
	border: none;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1rem;
	font-weight: 400;
}

img {
	background: transparent;
	display: inline-block;
	object-fit: cover;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

span {
	display: inline-block;
}
:root {

	--base-black: #121212;
	--base-white: #ffffff;
	
	--base-gray: #808080;
	--base-lightgray: #f5f5f5;
	--base-snow: #f7f8fa;
	--base-darkgray: #a9a9a9;
	--base-slate: #9ca3af;
	--base-dimgray: #696969;
	--base-silver: #c0c0c0;
	--base-offwhite: #efeff3;
	--base-slate-dark: #1e293b;
	--base-slate-light: #e2e8f0;
	
	--base-red: #ff0000;
	--base-glossyred: #d90000;
	--base-darkred: #991b1b;
	--base-mistyrose: #fee2e2;
	--base-palered: #fecaca;
	--base-butterywhite: #fffbeb;
	--base-barleywhite: #fff3cd;
	--base-orange: #f87b46;
	--base-orange-light: #fff7ed;
	--base-orange-pale: #fed7aa;
	--base-orange-dark: #c2410c;
	--base-yellow: #FFD232;
	--base-gold: #ffd700;
	--base-amber: #ffc107;
	--base-amber-text: #856404;
	--base-amber-medium: #b45309;
	--base-amber-dark: #664d03;
	--base-paleyellow: #ffeaa7;
	--base-sienna: #a0522d;
	
	--base-green: #34A853;
	--base-deepgreen: #16a34a;
	--base-lightgreen: #10BF75;
	--base-palegreen: #d4edda;
	--base-sage: #c3e6cb;
	--base-forest: #155724;
	--base-aeroblue: #d1fae5;
	--base-mintgreen: #6ee7b7;
	
	--base-blue: #2483e0;
	--base-brightblue: #006faa;
	--base-cobalt: #2563eb;
	--base-cobalt-dark: #1d4ed8;
	--base-lightblue: #92bff7;
	--base-indigo: #1C2D76;
	--base-royalblue: #468AFF;
	--base-sapphire: #2EA8B6;
	--base-teal: #0891b2;
	--base-iceblue: #F7FAFF;
	--base-aliceblue: #eff6ff;
	--base-cloudburst: #374151;
	
	--base-violet: #6f42c1;
	--base-purple: #ac42c1;
 
	--fmcmain: #0085C9;
	--fmcsub: #01A93A;
	--fmcpoint: #FABE00;
}

.board-list colgroup col:nth-child(1) { width: 80px; }
.board-list colgroup col:nth-child(3) { width: 120px; }
.board-list colgroup col:nth-child(4) { width: 80px; }
.board-view  colgroup col:nth-child(1),
.board-write colgroup col:nth-child(1) { width: 120px; }

:root {


	--default-font-size: 16px;
	--tablet-font-size: 14px;
	--mobile-font-size: 12px;
	--min-font-size: 10px;

	--default-color: var(--base-black);
	--fmcmain-color: var(--fmcmain);
}

:root {
	font-size: var(--default-font-size);
}


@media only screen and (max-width: 1024px) {
	:root {
		font-size: var(--tablet-font-size);
	}
}

@media only screen and (max-width: 768px) {
	:root {
		font-size: var(--mobile-font-size);
	}	
}

@media only screen and (max-width: 320px) {
	:root {
		font-size: var(--min-font-size);
	}	
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'),
		url(/static/fonts/Pretendard-Black.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-Black.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'),
		url(/static/fonts/Pretendard-ExtraBold.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-ExtraBold.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'),
		url(/static/fonts/Pretendard-Bold.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-Bold.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'),
		url(/static/fonts/Pretendard-SemiBold.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-SemiBold.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'),
		url(/static/fonts/Pretendard-Medium.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-Medium.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'),
		url(/static/fonts/Pretendard-Regular.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-Regular.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'),
		url(/static/fonts/Pretendard-Light.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-Light.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'),
		url(/static/fonts/Pretendard-ExtraLight.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-ExtraLight.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'),
		url(/static/fonts/Pretendard-Thin.subset.woff2) format('woff2'),
		url(/static/fonts/Pretendard-Thin.subset.woff) format('woff');
}

body {
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

#contents_container {
	width: 100%;
	padding-top: 6.5rem;
	-ms-overflow-style: none;
	scrollbar-width: none; /* 파이어폭스 전용 스크롤바 숨기기 */	
}

#contents_container::-webkit-scrollbar {
  display: none;
}


.contents_inner {
	width: 100%;
	
	padding: 60px 32px 100px;
	max-width: 1440px;
	margin: 0 auto;
}

.contents_title_container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.contents_title_container h2 {
	font-size: 2rem;
	font-weight: 700;
	
	color: var(--base-black);
	text-align: center;
}

.contents_title_container img {
	width: 3rem;
	height: 3rem;
	object-fit: contain;
}

.contents_filter_section {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid var(--fmcpoint);
}

.contents_filter_section ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .8rem;
}

.contents_filter_section ul li button {
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 1rem;
	font-weight: 700;
	
	border-radius: 30px;
	border: 1px solid var(--fmcmain);
	padding: .6rem .9rem;
	
	color: var(--fmcmain);
}

.contents_filter_section ul li button:hover {
	color: var(--base-white);
	background: var(--base-blue);
}

.contents_filter_section ul li button.active {
	color: var(--base-white);
	background: var(--fmcmain);
}

@media only screen and (max-width: 768px) {
	.contents_inner {
		padding: 40px 16px 50px;
	}
}
footer {
    background: var(--base-offwhite);
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

#header_container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	
	width: 100%;
}

#header_container .header_inner {
	position: relative;
	
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0 2rem;
	
	width: 100%;
	height: 4rem;
	max-height: 64px;

	backdrop-filter: blur(10px);
	background: rgba(128, 128, 128, .3);
}

#header_container .header_inner .header_logo_container {
	position: absolute;
	left: 2rem;
	
	width: 40vw;
	max-width: 16rem;
	min-width: 10rem;
	z-index: 10;
}

#header_container .header_inner .header_logo_container .header_logo_link {
	width: 100%;
	height: 100%;
}

#header_container .header_inner .header_logo_container .header_logo_link .header_logo_img {
	width: 100%;
	height: 100%;
}

#header_container .header_gnb_container {
	position: relative;
	width: 100%;
	height: 100%;
	
	text-align: right;
}

#header_container .header_gnb_container .header_gnb_list {
	position: relative;
	display: flex;
	justify-content: end;
	
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	transition: height 200ms linear;
	
	color: var(--base-white);
}

#header_container .header_gnb_container .header_gnb_list.active {
	height: 500px;
}

#header_container .header_gnb_container .header_gnb_list::before {
	position: absolute;
	left: 0;
	bottom: -4rem;
	content: "";
	
	width: 100%;
	height: 100%;
	
	background: var(--base-white);
}


#header_container .header_gnb_container .header_gnb_list .header_gnb_item {
	position: relative;
	width: 100%;
	height: 100%;
	
	max-width: 180px;

	transition: color 100ms linear;
	z-index: 10;
}

#header_container .header_gnb_container .header_gnb_list .header_gnb_item:hover .header_gnb_item_label {
	color: var(--base-white);
	background: var(--fmcmain);
}

#header_container .header_gnb_container .header_gnb_list .header_gnb_item .header_gnb_item_label {
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 100%;
	height: 100%;
	max-height: 64px;
	
	padding: 0 1rem;
	
	font-size: 1.2rem;
	font-weight: 500;
	
	cursor: pointer;
}

#header_container .header_gnb_container .header_gnb_list .header_gnb_item .gnb_dropdown_list {
	width: 100%;
	height: 100%;
	text-align: left;
	transition: background 150ms linear;
}

#header_container .header_gnb_container .header_gnb_list .header_gnb_item:hover .gnb_dropdown_list {
	background: var(--base-iceblue);
}

#header_container .header_gnb_container .header_gnb_list .header_gnb_item .gnb_dropdown_list .gnb_dropdown_item {
	display: flex;
	align-items: center;
	justify-content: center;
	
	color: var(--base-gray);
	font-weight: 600;
	
	transition: background 150ms linear, color 150ms linear;
}

#header_container .header_gnb_container .header_gnb_list .header_gnb_item .gnb_dropdown_list .gnb_dropdown_item:hover {
	color: var(--base-iceblue);
	background: var(--base-lightblue);
}

#header_container .header_gnb_container .header_gnb_list .header_gnb_item .gnb_dropdown_list .gnb_dropdown_item .gnb_dropdown_item_link {
	width: 100%;
	height: 100%;
	line-height: 3rem;
	
	text-align: center;
}

#header_container .header_gnb_container .header_gnb_item_btn {
	position: absolute;
	top: 0;
	right: 0;
	
	display: none;
	width: 4rem;
	height: 4rem;
	max-width: 4rem;
	
	align-items: center;
	justify-content: center;
}

#header_container .header_gnb_container .header_gnb_item_btn .header_mobile_menu_img {
	width: 2rem;
	height: 2rem;
}

#header_gnb_mobile_menu_container {
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

#header_gnb_mobile_menu_container.open {
	z-index: 9999;
}

#header_gnb_mobile_menu_container .header_gnb_list {
	position: absolute;
	top: 0;
	left: 100%;
}

@media only screen and (max-width: 1200px) {
	#header_container .header_gnb_container .header_gnb_list {
		display: none;
	}
	
	#header_gnb_mobile_menu_container {
		display: block;
	}
	
	#header_container .header_gnb_container .header_gnb_item_btn {
		display: flex;
	}
}


#service_bar_container {
	width: 100%;
	padding: .5rem 2rem;
	background: var(--base-lightgray);
}

#service_bar_container .service_bar_list {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0 .8rem;
}

#service_bar_container .service_bar_list .service_bar_item {}

#service_bar_container .service_bar_list .service_bar_item .service_bar_item_link {}

#service_bar_container .service_bar_list .service_bar_item .service_bar_item_form {}

#service_bar_container .service_bar_list .service_bar_item .service_bar_item_form .service_bar_item_form_input {}

#service_bar_container .service_bar_list .service_bar_item .service_bar_item_form .service_bar_item_form_button {}
#contents_background_container {

}

#contents_background_container .contents_background_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 100%;
	height: 100%;
}

#contents_background_container .contents_background_inner .contents_background_img_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 23rem;
	z-index: -1;
	
	border-radius: 64px;
	overflow: hidden;
}

#contents_background_container .contents_background_inner .contents_background_img_container .contents_background_img {
	width: 100%;
	height: 100%;
}

#contents_background_container .contents_background_inner .contents_title {
	font-weight: 900;
	font-size: 4rem;
	color: var(--base-white);
	padding: 3rem 0;
}

@media only screen and (max-width: 1400px) {
	#contents_background_container .contents_background_inner .contents_background_img_container { 
		border-radius: 0;
	}
}
#sub_nav_container  {
	margin-top: 2.5rem;
}

#sub_nav_container .sub_nav_inner {
	display: flex;
	align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
    
	width: 100%;
    height: 100%;
	max-width: 1400px;
	
    transition: all .2s ease-in-out;
    
    color: #fff;
	background: var(--fmcmain);
}

#sub_nav_container .sub_nav_inner .sub_nav_selector {
	display: flex;
	align-items: center;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option {
	position: relative;
	width: 100%;
	height: 100%;
	
	font-size: 1.2rem;
	font-weight: 600;
	
	border-right: 1px solid var(--base-white);
	border-radius: 0;
	
	cursor: pointer;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option.selected {
	background-color: var(--fmcmain);
	color: var(--base-white);
	border: 0;
	border-right: 1px solid var(--base-white);
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option.selected.select-icon-white {
	background-size: 14px auto;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_inner {
	width: 12rem;
	height: 100%;
	
	padding-left: 1.2rem;
	line-height: 4rem;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_inner:not(.main) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_inner.main {
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 4rem;
	height: 4rem;
	
	padding: 1.2rem;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_inner .sub_nav_selector_option_img {
	width: 1.3rem;
	height: 1.4rem;
}

#sub_nav_container  .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	
	background: var(--base-white);
	border: 1px solid var(--fmcmain);
	
	visibility: hidden;
	opacity: 0;
	
	transition: all 150ms linear;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option.selected:hover .sub_nav_selector_option_list {
	visibility: visible;
	opacity: 1;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_list .sub_nav_selector_option {
	width: 100%;
	height: 2rem;
	
	font-weight: 400;
	font-size: 1rem;
	color: var(--fmcmain);

	transition: all 50ms linear;
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_list .sub_nav_selector_option:hover {
	background: var(--base-iceblue);
	font-weight: 600;
	
}

#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_list .sub_nav_selector_option .sub_nav_selector_option_inner {
	width: 100%;
	height: 100%;
	
	line-height: 2rem;
}

@media only screen and (max-width: 768px) {
	#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_inner:not(.main) {
		line-height: 3rem;
	}
	
	#sub_nav_container .sub_nav_inner .sub_nav_selector {
		overflow-x: scroll;
	}
	
	#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option {
		position: unset;
	}
	
	#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_inner.main {
		height: 3rem;
	}
}

@media only screen and (max-width: 480px) {
	#sub_nav_container .sub_nav_inner .sub_nav_selector .sub_nav_selector_option .sub_nav_selector_option_inner {
		width: 120px;
	}
}

@media only screen and (max-width: 320px) {
	#sub_nav_container .sub_nav_selector_option {
		width: 6rem;
	}

	#sub_nav_container .select_icon_wh {
		background: url(/static/images/sub/ico_select_arrow_wh.png) no-repeat
			calc(100% - 8px) 50%;
	}
}



.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    padding: .55rem 1.8rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.5;
    vertical-align: middle;
    transition: background 150ms linear;
    box-sizing: border-box;
}

.btn.primary {
    background: var(--fmcmain, #0085C9);
    color: var(--base-white, #fff);
}
.btn.primary:hover {
    background: var(--base-brightblue, #006faa);
}

.btn.secondary {
    background: var(--fmcsub, #01A93A);
    color: var(--base-white, #fff);
}
.btn.secondary:hover {
    background: var(--base-green, #34A853);
}

.btn.gray {
    background: var(--base-dimgray, #696969);
    color: var(--base-white, #fff);
}
.btn.gray:hover {
    background: var(--base-cloudburst, #374151);
}

.btn.danger {
    background: var(--base-mistyrose, #fee2e2);
    color: var(--base-glossyred, #d90000);
}
.btn.danger:hover {
    background: var(--base-palered, #fecaca);
}

.btn.disabled,
.btn.disabled:hover,
.btn:disabled,
.btn:disabled:hover {
    background: var(--base-darkgray, #a9a9a9);
    color: var(--base-white, #fff);
    cursor: default;
    pointer-events: none;
}

.btn.full {
    display: flex;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn.sm {
    padding: .4rem 1rem;
    font-size: .85rem;
}

.btn.row {
    padding: .28rem .75rem;
    font-size: .8rem;
    font-weight: 600;
    border-radius: 3px;
}

.btn.inline {
    flex-shrink: 0;
    padding: .48rem 1rem;
    font-size: .85rem;
    font-weight: 600;
}

.btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}




.form__section {
    margin-bottom: 2rem;
}

.form__section-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--base-black, #121212);
    padding-bottom: .6rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid var(--base-offwhite, #efeff3);
}

.form__row {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: .9rem;
}

.form__row.full .form__field {
    width: 100%;
}

.form__label {
    flex: 0 0 7.5rem;
    padding-top: .55rem;
    font-size: .95rem;
    font-weight: 600;
    color: var(--base-dimgray, #696969);
    line-height: 1.5;
}

.form__label.req::after {
    content: ' *';
    color: var(--base-glossyred, #d90000);
}

.form__field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    min-width: 0;
}

.form__help {
    font-size: .8rem;
    color: var(--base-darkgray, #a9a9a9);
    line-height: 1.4;
}

.form__error {
    font-size: .8rem;
    color: var(--base-glossyred, #d90000);
    line-height: 1.4;
}

.form__divider {
    border: none;
    border-top: 1px solid var(--base-offwhite, #efeff3);
    margin: 1.5rem 0;
}

.form__agree-section {
    margin-bottom: 1.5rem;
}

.form__agree-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .6rem;
    color: var(--base-black, #121212);
}

.form__terms-box {
    height: 10rem;
    overflow-y: auto;
    padding: .8rem 1rem;
    border: 1px solid var(--base-offwhite, #efeff3);
    border-radius: 4px;
    font-size: .9rem;
    color: var(--base-dimgray, #696969);
    background: var(--base-lightgray, #f5f5f5);
    line-height: 1.6;
    margin-bottom: .5rem;
}

.c_b_gr {
	color: var(--base-glossyred);
}

.c_b_dg {
	color: var(--base-dimgray);
}

.fw_700 {
	font-weight: 700;
}

.f_mb_16 {
	margin-bottom: 1rem;
}



.input {
    padding: .5rem .8rem;
    border: 1px solid var(--base-offwhite, #efeff3);
    border-radius: 4px;
    font-size: 1rem;
    color: var(--base-black, #121212);
    background: var(--base-white, #fff);
    outline: none;
    transition: border-color 150ms;
    box-sizing: border-box;
}

.input:focus {
    border-color: var(--fmcmain, #0085C9);
}

.input::placeholder {
    color: var(--base-darkgray, #a9a9a9);
}

.input:disabled {
    background: var(--base-lightgray, #f5f5f5);
    color: var(--base-darkgray, #a9a9a9);
    cursor: not-allowed;
}

.input.full {
    width: 100%;
}

.input.sm {
    padding: .35rem .6rem;
    font-size: .85rem;
}

.input.error {
    border-color: var(--base-glossyred, #d90000);
}

.input.error:focus {
    border-color: var(--base-glossyred, #d90000);
}

.input__wrap {
    display: flex;
    align-items: center;
    gap: .4rem;
    width: 100%;
}

.input__wrap .input {
    flex: 1;
    min-width: 0;
}

.input__pw-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input__pw-wrap .input {
    width: 100%;
    padding-right: 2.5rem;
}

.input__toggle {
    position: absolute;
    right: .6rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--base-darkgray, #a9a9a9);
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.input__toggle:hover {
    color: var(--base-dimgray, #696969);
}




.link {
    color: var(--fmcmain, #0085C9);
    text-decoration: none;
    cursor: pointer;
    transition: color 150ms, text-decoration 150ms;
}

.link:hover {
    text-decoration: underline;
}

.link--primary {
    color: var(--fmcmain, #0085C9);
}

.link--muted {
    color: var(--base-dimgray, #696969);
}

.link--muted:hover {
    color: var(--base-cloudburst, #374151);
}

.link--underline {
    text-decoration: underline;
}




#pagingArea,
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: .9rem 1rem;
    border-top: 1px solid var(--base-offwhite, #efeff3);
}

#pagingArea .pagination__btn,
.pagination .pagination__btn {
    min-width: 2rem;
    height: 2rem;
    padding: 0 8px;
    background: var(--base-white, #fff);
    border: 1px solid var(--base-offwhite, #efeff3);
    border-radius: 5px;
    font-size: .75rem;
    cursor: pointer;
    color: var(--base-cloudburst, #374151);
    line-height: 1;
    transition: background 120ms;
}

#pagingArea .pagination__btn.active,
.pagination .pagination__btn.active {
    background: var(--fmcmain, #0085C9);
    color: var(--base-white, #fff);
    border-color: var(--fmcmain, #0085C9);
    font-weight: 700;
}

#pagingArea .pagination__btn:hover:not(.active):not(:disabled),
.pagination .pagination__btn:hover:not(.active):not(:disabled) {
    background: var(--base-lightgray, #f5f5f5);
}

#pagingArea .pagination__btn:disabled,
.pagination .pagination__btn:disabled {
    opacity: 0.4;
    cursor: default;
}




table caption {
    display: none;
}

.tbl-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
}

.tbl.fixed {
    table-layout: fixed;
}

.tbl__cell.head {
    background: var(--base-aliceblue);
    color: var(--base-dimgray);
    font-weight: 700;
    padding: .75rem 1rem;
    vertical-align: middle;
    border: 1px solid var(--base-offwhite);
    text-align: left;
    white-space: nowrap;
}

.tbl__cell {
    padding: .75rem 1rem;
    vertical-align: middle;
    border: 1px solid var(--base-offwhite);
    color: var(--base-black);
    word-break: break-word;
}

.tbl__cell.center,
.tbl__cell.head.center {
    text-align: center;
}

.tbl__cell.right,
.tbl__cell.head.right {
    text-align: right;
}

.tbl__cell.nowrap {
    white-space: nowrap;
}

.tbl__row.muted .tbl__cell {
    color: var(--base-darkgray);
    text-decoration: line-through;
}

@media only screen and (max-width: 768px) {
    .tbl__cell.head {
        padding: .6rem .75rem;
        font-size: .82rem;
    }

    .tbl__cell {
        padding: .6rem .75rem;
        font-size: .82rem;
    }
}

.contents_info table {
    table-layout: fixed;
    width: 100%;
}

.contents_info table th {
    background: var(--base-aliceblue);
    color: var(--base-dimgray);
    padding: .9rem 1.1rem;
    vertical-align: middle;
    border: 1px solid var(--base-offwhite);
    min-width: 20vw;
}

.contents_info table td {
    padding: .9rem 1.1rem;
    vertical-align: middle;
    border: 1px solid var(--base-offwhite);
}

.contents_info table ul li:not(:last-child) {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1000px) {
    .contents_info table th {
        min-width: 24vw;
    }
}

.flex_table {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.flex_table .flex_row {
    display: flex;
    gap: 1rem;
    font-size: 1.1rem;
}

.flex_table .flex_row div:first-child {
    font-weight: 700;
    max-width: 7rem;
    min-width: 7rem;
}




.select {
    padding: .5rem .8rem;
    border: 1px solid var(--base-offwhite);
    border-radius: 4px;
    font-size: 1rem;
    color: var(--base-black);
    background: var(--base-white);
    box-sizing: border-box;
    transition: border-color 150ms;
}

.select:focus {
    outline: none;
    border-color: var(--fmcmain);
}

.select:disabled {
    background: var(--base-lightgray);
    color: var(--base-darkgray);
    cursor: not-allowed;
}


.select.icon,
.select-icon-white {
    padding-right: 2.2rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 10px auto;
}

.select.icon {
    background-image: url(/static/images/sub/icon_next.png);
}

.select-icon-white {
    background-image: url(/static/images/sub/ico_select_arrow_wh.png);
}

.select.full {
    width: 100%;
}




.toast {
    display: none;
    position: fixed;
    top: 33vh;
    left: 50%;
    transform: translate(-50%, 0);

    width: max-content;
    max-width: calc(100vw - 2rem);
    padding: .8rem 1rem;
    border-radius: 6px;

    font-size: 1rem;
    font-weight: 700;
    z-index: 9999;
    cursor: pointer;

    background: var(--fmcmain, #0085C9);
    border: 1px solid var(--base-royalblue, #468AFF);
    color: var(--base-white, #fff);

    animation: 300ms ease-in toastSlideIn;
}

.toast.error {
    background: var(--base-mistyrose, #fee2e2);
    border-color: var(--base-palered, #fecaca);
    color: var(--base-glossyred, #d90000);
}

.toast.success {
    background: var(--base-aeroblue, #d1fae5);
    border-color: var(--base-mintgreen, #6ee7b7);
    color: var(--fmcsub, #01A93A);
}

@keyframes toastSlideIn {
    from {
        transform: translate(-50%, -100%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}




.badge {
    display: inline-block;
    padding: .25rem .7rem;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 1.5rem;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.4;
}

.badge.notice {
    background: var(--fmcmain, #0085C9);
    color: var(--base-white, #fff);
    border-radius: 3px;
    padding: .1rem .4rem;
    font-size: .75rem;
}

.badge.accept {
    background: var(--fmcmain, #0085C9);
    color: var(--base-white, #fff);
}

.badge.resale {
    background: var(--fmcsub, #01A93A);
    color: var(--base-white, #fff);
}

.badge.closed {
    background: var(--base-orange, #f87b46);
    color: var(--base-white, #fff);
}

.badge.ready {
    background: var(--base-offwhite, #efeff3);
    color: var(--base-dimgray, #696969);
}

.badge.wait {
    background: var(--fmcpoint, #FABE00);
    color: var(--base-white, #fff);
}

.badge.draw {
    background: var(--base-lightblue, #92bff7);
    color: var(--fmcmain, #0085C9);
}

.badge.conf {
    background: var(--fmcmain, #0085C9);
    color: var(--base-white, #fff);
}

.badge.done {
    background: var(--fmcsub, #01A93A);
    color: var(--base-white, #fff);
}

.badge.new {
    background: var(--fmcmain, #0085C9);
    color: var(--base-white, #fff);
}

.badge.re {
    background: var(--fmcsub, #01A93A);
    color: var(--base-white, #fff);
}

.badge.expired {
    background: var(--base-mistyrose, #fee2e2);
    color: var(--base-glossyred, #d90000);
}

.badge.cancel {
    background: var(--base-lightgray, #f5f5f5);
    color: var(--base-dimgray, #696969);
}

.badge.pending {
    background: var(--base-butterywhite, #fffbeb);
    color: var(--base-orange, #f87b46);
    border: 1px solid var(--base-barleywhite, #fff3cd);
}

.badge.approved {
    background: var(--base-aeroblue, #d1fae5);
    color: var(--fmcsub, #01A93A);
}




.modal__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9000;
    align-items: center;
    justify-content: center;
}

.modal__overlay.open {
    display: flex;
}

.modal__box {
    background: var(--base-white, #fff);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    padding: 2rem 1.8rem 1.6rem;
    max-width: 420px;
    width: 90%;
}

.modal__icon {
    font-size: 2rem;
    text-align: center;
    margin-bottom: .7rem;
}

.modal__header {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--base-black, #121212);
    margin-bottom: .9rem;
    text-align: center;
}

.modal__body {
    margin-bottom: 1.2rem;
}

.modal__notice {
    background: var(--base-aliceblue, #eff6ff);
    border: 1px solid var(--base-lightblue, #92bff7);
    border-radius: 8px;
    padding: .9rem 1rem;
    font-size: 1rem;
    color: var(--fmcmain, #0085C9);
    line-height: 1.7;
}

.modal__notice-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: .7rem;
    color: var(--base-cloudburst, #374151);
}

.modal__notice-row span:last-child {
    font-weight: 700;
    color: var(--base-black, #121212);
}

.modal__footer {
    display: flex;
    gap: .6rem;
}




.alert {
    display: none;
    padding: .75rem 1rem;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: .8rem;
}

.alert.show {
    display: block;
}

.alert.error {
    background: var(--base-mistyrose);
    border: 1px solid var(--base-palered);
    color: var(--base-glossyred);
}

.alert.warning {
    background: var(--base-barleywhite);
    border: 1px solid var(--base-paleyellow);
    color: var(--base-amber-text);
}

.alert.success {
    background: var(--base-palegreen);
    border: 1px solid var(--base-sage);
    color: var(--base-forest);
}

.alert.locked {
    background: var(--base-barleywhite);
    border: 1px solid var(--base-amber);
    color: var(--base-amber-dark);
}

.alert.locked .alert__message {
    line-height: 1.6;
    margin-bottom: 10px;
}

.alert.locked .alert__countdown {
    margin-bottom: 10px;
    font-weight: 700;
}

.alert.locked .alert__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 10px 14px;
    margin-top: 10px;
    border-radius: 8px;
    color: var(--base-white);
    background: var(--base-cobalt);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 150ms linear;
}

.alert.locked .alert__action:hover {
    background: var(--base-cobalt-dark);
}




.tab {
    width: 100%;
}

.tab__list {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--base-offwhite);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab__btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .65rem 1.2rem;
    font-size: .9rem;
    font-weight: 600;
    color: var(--base-slate);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 120ms, border-color 120ms;
}

.tab__btn:hover {
    color: var(--base-cloudburst);
}

.tab__btn[data-state="active"] {
    color: var(--fmcmain);
    border-bottom-color: var(--fmcmain);
    font-weight: 700;
}

.tab__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.3rem;
    height: 1.3rem;
    padding: 0 .35rem;
    border-radius: 1rem;
    font-size: .7rem;
    font-weight: 700;
    background: var(--base-offwhite);
    color: var(--base-dimgray);
    line-height: 1;
}

.tab__btn[data-state="active"] .tab__badge {
    background: var(--fmcmain);
    color: var(--base-white);
}

.tab__panel {
    display: none;
    padding-top: 1rem;
}

.tab__panel[data-state="active"] {
    display: block;
}




.card {
    background: var(--base-white);
    border: 1px solid var(--base-offwhite);
    border-radius: 8px;
    overflow: hidden;
}

.card.clickable {
    cursor: pointer;
    transition: box-shadow 150ms, border-color 150ms;
}

.card.clickable:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    border-color: var(--base-lightblue);
}

.card.horizontal {
    display: flex;
    flex-direction: row;
}

.card__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--base-snow);
}

.card.horizontal .card__thumb {
    width: 160px;
    flex-shrink: 0;
    aspect-ratio: auto;
}

.card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
    padding: .9rem 1rem .4rem;
}

.card__body {
    padding: .4rem 1rem .9rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.card.horizontal .card__body {
    padding: .9rem 1rem;
    flex: 1;
    min-width: 0;
}

.card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .7rem 1rem;
    border-top: 1px solid var(--base-offwhite);
    background: var(--base-snow);
}

.card__title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--base-black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .6rem;
    font-size: .8rem;
    color: var(--base-slate);
}

.card__desc {
    font-size: .85rem;
    color: var(--base-dimgray);
    line-height: 1.5;
}

.card__row {
    display: flex;
    gap: .5rem;
    font-size: .82rem;
}

.card__label {
    flex-shrink: 0;
    font-weight: 600;
    color: var(--base-dimgray);
    min-width: 4rem;
}

.card__value {
    color: var(--base-black);
    word-break: break-word;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

@media only screen and (max-width: 600px) {
    .card-grid {
        grid-template-columns: 1fr;
    }

    .card.horizontal {
        flex-direction: column;
    }

    .card.horizontal .card__thumb {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
}




.notice-box {
    padding: .9rem 1.1rem;
    border-radius: 6px;
    font-size: .875rem;
    line-height: 1.6;
}

.notice-box.primary {
    background: var(--base-aliceblue);
    border: 1px solid var(--base-lightblue);
    color: var(--base-brightblue);
}
.notice-box.warn {
    background: var(--base-butterywhite);
    border-color: var(--base-paleyellow);
    color: var(--base-amber-text);
}

.notice-box.error {
    background: var(--base-mistyrose);
    border-color: var(--base-palered);
    color: var(--base-glossyred);
}

.notice-box__title {
    font-weight: 700;
    margin-bottom: .4rem;
    display: block;
}

.notice-box__list {
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.notice-box__item {
    padding-left: .9rem;
    position: relative;
}

.notice-box__item::before {
    content: "·";
    position: absolute;
    left: 0;
    font-weight: 700;
}




.step-bar {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 1rem 0;
}

.step-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    flex: 1;
    max-width: 9rem;
    position: relative;
}

.step-bar__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 1rem;
    left: calc(50% + 1rem);
    width: calc(100% - 2rem);
    height: 2px;
    background: var(--base-offwhite);
}

.step-bar__item[data-state="done"]:not(:last-child)::after {
    background: var(--fmcmain);
}

.step-bar__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: .85rem;
    font-weight: 700;
    background: var(--base-offwhite);
    color: var(--base-slate);
    border: 2px solid var(--base-offwhite);
    position: relative;
    z-index: 1;
    transition: background 150ms, border-color 150ms, color 150ms;
}

.step-bar__item[data-state="done"] .step-bar__num {
    background: var(--fmcmain);
    border-color: var(--fmcmain);
    color: var(--base-white);
}

.step-bar__item[data-state="active"] .step-bar__num {
    background: var(--base-white);
    border-color: var(--fmcmain);
    color: var(--fmcmain);
}

.step-bar__label {
    font-size: .75rem;
    color: var(--base-slate);
    text-align: center;
    word-break: keep-all;
    line-height: 1.4;
}

.step-bar__item[data-state="active"] .step-bar__label {
    color: var(--fmcmain);
    font-weight: 700;
}

.step-bar__item[data-state="done"] .step-bar__label {
    color: var(--base-dimgray);
}

@media only screen and (max-width: 480px) {
    .step-bar__label {
        display: none;
    }
}




.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: 3rem 1rem;
    color: var(--base-slate);
    text-align: center;
}

.empty-state__icon {
    font-size: 2rem;
    line-height: 1;
    opacity: .5;
}

.empty-state__text {
    font-size: .9rem;
    font-weight: 600;
    color: var(--base-slate);
}




.filter {
    background: var(--base-snow);
    border: 1px solid var(--base-offwhite);
    border-radius: 8px;
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.filter__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: .6rem .8rem;
}

.filter__field {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    min-width: 140px;
}

.filter__field.full {
    flex: 1 1 100%;
}

.filter__label {
    font-size: .78rem;
    font-weight: 600;
    color: var(--base-dimgray);
}

.filter__actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-left: auto;
    flex-shrink: 0;
}

.filter__count {
    font-size: .85rem;
    color: var(--base-dimgray);
}

.filter__count strong {
    font-weight: 700;
    color: var(--fmcmain);
}

@media only screen and (max-width: 600px) {
    .filter__field {
        min-width: calc(50% - .4rem);
        flex: 1 1 calc(50% - .4rem);
    }

    .filter__actions {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }
}



:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
