@charset 'UTF-8';

/*!
 * Copyright 2021 WingPay
 */

 /* ì›¹í°íŠ¸ ì„¤ì • */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

@font-face {
	font-family:'Dinpro';
	src:url('/css/DINPro.eot') format('embedded-opentype'),
			url('/css/DINPro.woff') format('woff'),
			url('/css/DINPro.ttf') format('truetype');
}

:root {
--bs-blue:#0d6efd;
--bs-indigo:#6610f2;
--bs-purple:#6f42c1;
--bs-pink:#d63384;
--bs-red:#dc3545;
--bs-orange:#fd7e14;
--bs-yellow:#ffc107;
--bs-green:#198754;
--bs-teal:#1abc9c;
--bs-cyan:#0dcaf0;
--bs-white:#fff;
--bs-gray:#6c757d;
--bs-gray-dark:#343a40;
--bs-primary:#1abc9c;
--bs-secondary:#2c3e50;
--bs-success:#198754;
--bs-info:#0dcaf0;
--bs-warning:#ffc107;
--bs-danger:#dc3545;
--bs-light:#f8f9fa;
--bs-dark:#212529;
--bs-font-sans-serif:"Noto Sans KR", "Dinpro", "Lato", "Nano Sans", "Roboto Slab", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,*::before,*::after { box-sizing:border-box; }

@media (prefers-reduced-motion:no-preference) {
:root {
	scroll-behavior:smooth;
	}
}

body {
	margin:0;
	font-family:var(--bs-font-sans-serif);
	font-family:"Noto Sans KR", "Dinpro", "Lato", "Nano Sans", "Roboto Slab", -apple-system, BlinkMacSystemFont, Roboto,Arial, sans-serif;
	font-size:.85rem;
	font-style:normal;
	font-weight:400;
	line-height:1.5;
	color:#65737e; /* 65737e , 858d93 */
	background-color:#fff;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:auto;
	-webkit-overflow-scrolling:touch;
	overflow-x:none;
	overflow-y:scroll;
	height:100%;
}

html { height:100%; scroll-padding-top:calc(4.5rem - 1px); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top:0;
	margin-bottom:0.5rem;
	font-family:'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-weight:700;
	line-height:1.2;
}

h1, .h1 { font-size:calc(1.375rem + 1.5vw) }
h2, .h2 { font-size:calc(1.325rem + 0.9vw) }
h3, .h3 { font-size:calc(1.3rem + 0.6vw) }
h4, .h4 { font-size:calc(1.275rem + 0.3vw) }
h5, .h5 { font-size:1.25rem }
h6, .h6 { font-size:1rem }

address { margin-bottom:1rem; font-style:normal; line-height:inherit; }
ol, ul { padding-left:2rem; }
ol, ul, dl { margin-top:0; margin-bottom:1rem; }
ol ol, ul ul, ol ul, ul ol { margin-bottom:0; }
dt { font-weight:700; }
dd { margin-bottom:0.5rem; margin-left:0; }
blockquote { margin:0 0 1rem; }
b, strong { font-weight:bolder; }
small, .small { font-size:0.875em; }
mark, .mark { padding:0.2em; background-color:#fcf8e3; }
sub,sup { position:relative; font-size:0.75em; line-height:0; vertical-align:baseline; }
sub { bottom:-0.25em }
sup { top:-0.5em }

a { color:#65737e; text-decoration:none; background-color:transparent }
a:hover { color:#74899e; }
a:not([href]):not([class]) { color:inherit; text-decoration:none }
a:not([href]):not([class]):hover { color:inherit; text-decoration:none }

pre,code,kbd,samp { font-family:var(--bs-font-monospace); font-size:1em; direction:ltr /* rtl:ignore */; unicode-bidi:bidi-override; }
pre { display:block; margin-top:0; margin-bottom:1rem; overflow:auto; font-size:0.875em; }
pre code { font-size:inherit; color:inherit; word-break:normal; }
code { font-size:0.875em; color:#d63384; word-wrap:break-word; }

a > code { color:inherit; }
img { vertical-align:middle; }

table { caption-side:bottom; border-collapse:collapse; }
thead, tbody, tfoot, tr, td, th { border-color:inherit; border-style:solid; border-width:0; }
label { display:inline-block; }
button { border-radius:0; }
button:focus:not(:focus-visible) { outline:0; }

input,button,select,optgroup,textarea {
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
}

button,select { text-transform:none; }

[role=button] { cursor:pointer; }

select { word-wrap:normal; }
select:disabled { opacity:1; }

[list]::-webkit-calendar-picker-indicator { display:none; }

button, [type=button], [type=reset], [type=submit] {	-webkit-appearance:button; }

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor:pointer;
}

::-moz-focus-inner { padding:0; border-style:none; }

textarea { overflow:auto; resize:vertical; }

.table {
	--bs-table-bg:transparent;
	--bs-table-accent-bg:transparent;
	/*--bs-table-striped-color:#E7E7E7;*/
	/*--bs-table-striped-bg:#E7E7E7;*/
	/*--bs-table-active-color:#444444;*/
	/*--bs-table-active-bg:rgba(0, 0, 0, 0.875);*/
	/*--bs-table-hover-color:#444444;*/
	/*--bs-table-hover-bg:rgba(0, 0, 0, 0.035);*/
	width:100%;
	/*margin-bottom:1rem;*/
	/*color:#777;*/
	vertical-align:middle;
	/*border-color:#eee;*/
}

.table > :not(caption) > * > * {
	padding:0.5rem 0.5rem;
	/*background-color:var(--bs-table-bg);*/
	/*border-bottom-width:0.125rem;*/
	/*box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);*/
}

.table > tbody { vertical-align:inherit; }
.table > thead { vertical-align:bottom; }
.table > :not(:last-child) > :last-child > * { border-bottom-color:currentColor; }

.caption-top { caption-side:top; }

.table-sm > :not(caption) > * > * { padding:0.25rem 0.25rem; }
.table-bordered > :not(caption) > * { border-width:0.125rem 0;}
.table-bordered > :not(caption) > * > * { border-width:0 0.125rem; }
.table-borderless > :not(caption) > * > * { border-bottom-width:0; }
.table-striped > tbody > tr:nth-of-type(odd) { --bs-table-accent-bg:var(--bs-table-striped-bg); color:var(--bs-table-striped-color); }
.table-active { --bs-table-accent-bg:var(--bs-table-active-bg); color:var(--bs-table-active-color); }
.table-hover > tbody > tr:hover { --bs-table-accent-bg:var(--bs-table-hover-bg); color:var(--bs-table-hover-color); }

.table-responsive {
	display:block;
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}


/************************************************************************************************** font set */
/* í°íŠ¸ ì„¤ì • : 1rem = 16px */
/* Nanum Gothic, Noto Sans KR */
.fkr-set1 { font-family:"Noto Sans KR"; font-size:0.85rem !important; letter-spacing:-1px; font-weight:bold }
.fkr-set2 { font-family:"Noto Sans KR"; font-size:0.85rem !important; letter-spacing:-1px }

.fen-set1 { font-family:"Dinpro"; font-weight:bold }

.fs-kor {	font-family:"Nanum Gothic"; letter-spacing:-1px; }
.fs-kor-Noto { font-family:"Noto Sans KR"; letter-spacing:-1px; }
.fs-eng { font-family:"Dinpro"; }
.fs-eng-nunito { font-family:"Nunito"; }
.fs-eng-lato { font-family:"Lato" }

.fs-kr-1 { font-family:"Noto Sans KR"; letter-spacing:-1px }
.fs-kr-1b { font-family:"Noto Sans KR"; letter-spacing:-1px; font-weight:bold }

.fs-kr-2 { font-family:"Nanum Gothic"; letter-spacing:-1px }
.fs-kr-2b { font-family:"Nanum Gothic"; letter-spacing:-1px; font-weight:bold }


.fs-07 { font-size:0.7rem !important }
.fs-075 { font-size:0.75rem !important }
.fs-08 { font-size:0.8rem !important }
.fs-085 { font-size:0.85rem !important }
.fs-09 { font-size:0.9rem !important }
.fs-095 { font-size:0.95rem !important }
.fs-10 { font-size:1rem !important }
.fs-11 { font-size:1.1rem !important }
.fs-12 { font-size:1.2rem !important }
.fs-13 { font-size:1.3rem !important }
.fs-14 { font-size:1.4rem !important }
.fs-15 { font-size:1.5rem !important }
.fs-20 { font-size:1.15rem !important }
.fs-30 { font-size:1.25rem !important }
.fs-40 { font-size:1.5rem !important }
.fs-50 { font-size:calc(1.275rem + 0.3vw) !important }
.fs-60 { font-size:calc(1.3rem + 0.6vw) !important }
.fs-70 { font-size:calc(1.325rem + 0.9vw) !important }
.fs-80 { font-size:calc(1.375rem + 1.5vw) !important }

.fst-italic { font-style:italic !important }
.fst-normal { font-style:normal !important }
.fw-light { font-weight:300 !important }
.fw-lighter { font-weight:lighter !important }
.fw-normal { font-weight:400 !important }
.fw-bold { font-weight:700 !important }
.fw-bolder { font-weight:bolder !important }

.letter-spacing1 { letter-spacing:-1px }

/* ìƒ‰ìƒ css */
.cr-0 { color:#fff !important }				/* í™”ì´íŠ¸ */
.cr-0a { color:#444 !important }
.cr-0b { color:#999 !important }
.cr-0c { color:#ccc !important }
.cr-1 { color:#999 !important }				/* ê·¸ë ˆì´ */
.cr-2 { color:#f6c23e !important }		/* ì˜ë¡œìš° */
.cr-2a { color:#fee832 !important }		/* ì˜ë¡œìš°2 */
.cr-2b { color:#b08e2b !important }		/* ì˜ë¡œìš°3 */
.cr-3 { color:#1abc9c !important }		/* ê·¸ë¦° */
.cr-3a { color:#b1e3a2 !important }
.cr-4 { color:#4e73df !important }		/* ë¸”ë£¨ */
.cr-4a { color:#bbcff6 !important }
.cr-5 { color:#c00 !important }				/* ë ˆë“œ */
.cr-6 { color:#ffea00 !important }		/* ì˜ë¡œìš° */
.cr-7 { color:#d4969d !important }		/* í•‘í¬ */
.cr-8 { color:#ec8711 !important }		/* ì£¼í™© */
.cr-11 { color:#888 !important }			/* ê·¸ë ˆì´ */
.cr-09 { color:#b9b9b9 !important }		/* ê·¸ë ˆì´ */
.cr-00 { color:#444 !important }			/* ë¸”ëž™ */

/* í…ìŠ¤íŠ¸ color
.text-c-000 { color:#000 important }
.text-c-bbb { color:#bbb !important }
.text-c-ccc { color:#ccc !important }
.text-c-ddd { color:#ddd !important }
.text-c-fff { color:#fff !important }
.text-c-666 { color:#666 !important }
.text-c-777 { color:#777 !important }
.text-c-888 { color:#888 !important }
.text-c-999 { color:#999 !important }
.text-c-bsc { color:#65737e !important }
.text-v0 { color:#999 } /* ê·¸ë ˆì´
.text-v1 { color:#65737e } /* ê·¸ë ˆì´
.text-v2 { color:#f6c23e } /* ì˜ë¡œìš°
.text-v3 { color:#1abc9c } /* ê·¸ë¦°
.text-v4 { color:#4e73df } /* ë¸”ë£¨
.text-v5 { color:#c00 } /* ë ˆë“œ */

/* ë§í¬ css */
.ac-1 { color:#a9a9a9 }
.ac-1:hover, .ac-1:focus { color:#efefef }
.ac-2 { color:#fff }
.ac-2:hover, .ac-2:focus { color:#fff }

/* text ì„¤ì •*/
.text-start { text-align:left !important }
.text-end { text-align:right !important }
.text-center { text-align:center !important }
.text-decoration-none { text-decoration:none !important }
.text-decoration-underline { text-decoration:underline !important }
.text-decoration-line-through { text-decoration:line-through !important }
.text-lowercase { text-transform:lowercase !important }
.text-uppercase { text-transform:uppercase !important }
.text-capitalize { text-transform:capitalize !important }
.text-wrap { white-space:normal !important }
.text-nowrap { white-space:nowrap !important }
.text-break { word-wrap:break-word !important; word-break:break-word !important }
.text-justify { text-align:justify !important }

/* div ê°€ë¡œ,ì„¸ë¡œ ë„“ì´ ì„¤ì • */
.w-25 { width:25% !important }
.w-50 { width:50% !important }
.w-75 { width:75% !important }
.w-100 { width:100% !important }
.w-auto { width:auto !important }

.mw-100 { max-width:100% !important }
.vw-100 { width:100vw !important }
.min-vw-100 { min-width:100vw !important }

.h-25 { height:25% !important }
.h-50 { height:50% !important }
.h-75 { height:75% !important }
.h-100 { height:100% !important }
.h-auto { height:auto !important }

.mh-100 { max-height:100% !important }
.vh-100 { height:100vh !important }
.min-vh-100 { min-height:100vh !important }

/* ë¼ìš´ë“œ div ì„¤ì • */
.box-type-1 { background-color:#fff; border:1px solid #d9d9d9; border-radius:10rem }
.box-type-1:hover { background-color:#222; color:#fff; border:1px solid #000; cursor:pointer }

.box-type-2 { background-color:#fff; border:1px solid #b9b9b9; border-radius:10rem; background:linear-gradient(#f9f9f9,#afafaf) }
.box-type-2:hover { background-color:#222; color:#000; border:1px solid #000; cursor:pointer }

.box-type-3 { background-color:#333; color:#ffea00; border:1px solid #333; border-radius:10rem; background:linear-gradient(#5a5858,#111) }
.box-type-3:hover { background-color:#333; color:#fff; border:1px solid #000; cursor:pointer }

.box-type-4 { background-color:#fff; border:1px solid #e0e0e0; border-radius:10rem; color:#74899e }
.box-type-4:hover { background-color:#777; border:1px solid #fff; color:#fff; cursor:pointer }
.box-type-4-on { background-color:#777; border:1px solid #b7b7b7; border-radius:10rem; color:#fff }
.box-type-4-on:hover { background-color:#e1e1e1; border:1px solid #b7b7b7; color:#65737e; cursor:pointer }

.box-type-5 { background-color:#65737e; border-radius:10rem; color:#edf4f9 }
.box-type-5:hover { background-color:#65737e; color:#fff; cursor:pointer }
.box-type-5-on { background-color:#C00000; border-radius:10rem; color:#fff }

.box-type-6 { background-color:#21396b; color:#fff; border:1px solid #586e9a; border-radius:10rem; background:linear-gradient(#6583be,#21396b) }
.box-type-6:hover { background-color:#0d3485; color:#fff; border:1px solid #7492ce; background:linear-gradient(#5b76a9,#21396b); cursor:pointer }

.box-type-7 {  background-color:#ac0000; color:#fff; border:1px solid #ac0000; border-radius:10rem; background:linear-gradient(#f65d5d,#ac0000) }
.box-type-7:hover { background-color:#e40000; color:#fff; border:1px solid #f92121; cursor:pointer }

.box-type-8 { padding:0.5rem 0.8rem; color:#fff; border:1px solid #777; border-radius:10rem }
.box-type-8:hover { background-color:#444; color:#fff; border:1px solid #999; cursor:pointer }
.box-type-8-on { padding:0.5rem 0.8rem; background-color:#333; color:#b1e3a2; border:1px solid #777; border-radius:10rem }
.box-type-8-on:hover { background-color:#333; color:#b1e3a2; border:1px solid #999; cursor:pointer }


/* ê¸°íƒ€ div ì„¤ì • */
.x-div-blank-h05rem { height:0.5rem; }
.x-div-blank-h1rem { height:1rem; }

.x-div-center { display:flex; justify-content:center; align-items:center; }
.x-div-line1 { height:2px; border-top:1px solid #383838; border-bottom:1px solid #555 }
.x-div-line2 { height:2px; border-top:1px solid #282828; border-bottom:1px solid #444 }

/* padding ì„¤ì • */
.p-0 { padding:0 !important }
.p-1 { padding:0.25rem !important }
.p-2 { padding:0.5rem !important }
.p-3 { padding:1rem !important }
.p-4 { padding:1.5rem !important }
.p-5 { padding:3rem !important }

.px-0 { padding-right:0 !important; padding-left:0 !important }
.px-1 { padding-right:0.25rem !important; padding-left:0.25rem !important }
.px-2 { padding-right:0.5rem !important; padding-left:0.5rem !important }
.px-3 { padding-right:1rem !important; padding-left:1rem !important }
.px-4 { padding-right:1.5rem !important; padding-left:1.5rem !important }
.px-5 { padding-right:3rem !important; padding-left:3rem !important }

.py-0 { padding-top:0 !important; padding-bottom:0 !important }
.py-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important }
.py-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important }
.py-3 { padding-top:1rem !important; padding-bottom:1rem !important }
.py-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important }
.py-5 { padding-top:3rem !important; padding-bottom:3rem !important }

.pt-0 { padding-top:0 !important }
.pt-1 { padding-top:0.25rem !important }
.pt-2 { padding-top:0.5rem !important }
.pt-3 { padding-top:1rem !important }
.pt-4 { padding-top:1.5rem !important }
.pt-5 { padding-top:3rem !important }

.pe-0 { padding-right:0 !important }
.pe-1 { padding-right:0.25rem !important }
.pe-2 { padding-right:0.5rem !important }
.pe-3 { padding-right:1rem !important }
.pe-4 { padding-right:1.5rem !important }
.pe-5 { padding-right:3rem !important }

.pb-0 { padding-bottom:0 !important }
.pb-1 { padding-bottom:0.25rem !important }
.pb-2 { padding-bottom:0.5rem !important }
.pb-3 { padding-bottom:1rem !important }
.pb-4 { padding-bottom:1.5rem !important }
.pb-5 { padding-bottom:3rem !important }

.ps-0 { padding-left:0 !important }
.ps-1 { padding-left:0.25rem !important }
.ps-2 { padding-left:0.5rem !important }
.ps-3 { padding-left:1rem !important }
.ps-4 { padding-left:1.5rem !important }
.ps-5 { padding-left:3rem !important }

.align-items-start { align-items:flex-start !important }
.align-items-end { align-items:flex-end !important }
.align-items-center { align-items:center !important }
.align-items-baseline { align-items:baseline !important }
.align-items-stretch { align-items:stretch !important }

/**/
.d-inline { display:inline !important }
.d-inline-block { display:inline-block !important }
.d-block { display:block !important }
.d-grid { display:grid !important }
.d-table { display:table !important }
.d-table-row { display:table-row !important }
.d-table-cell { display:table-cell !important }
.d-flex { display:flex !important }
.d-inline-flex { display:inline-flex !important }
.d-none { display:none !important }

.shadow { box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important }
.shadow-sm { box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important }
.shadow-lg { box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important }
.shadow-none { box-shadow:none !important }
.shadow-1 { box-shadow:0 0.55rem 1rem rgba(0, 0, 0, 0.15) !important }

.rounded { border-radius:0.5rem !important }
.rounded-0 { border-radius:0 !important }
.rounded-1 { border-radius:0.25rem !important }
.rounded-2 { border-radius:0.5rem !important }
.rounded-3 { border-radius:0.75rem !important }
.rounded-4 { border-radius:1rem !important }
.rounded-10 { border-radius:10rem !important }
.rounded-circle { border-radius:50% !important }
.rounded-pill { border-radius:50rem !important }
.rounded-top { border-top-left-radius:0.5rem !important; border-top-right-radius:0.5rem !important }
.rounded-end { border-top-right-radius:0.5rem !important; border-bottom-right-radius:0.5rem !important }
.rounded-bottom { border-bottom-right-radius:0.5rem !important; border-bottom-left-radius:0.5rem !important }
.rounded-start { border-bottom-left-radius:0.5rem !important; border-top-left-radius:0.5rem !important }

.visible { visibility:visible !important }
.invisible { visibility:hidden !important }

.img-profile { width:2rem; height:2rem }


/************************************************************************************************** td border set */
.td_r1 { border-right:1px solid #e2e2e2 }
.td_r2 { border-right:1px solid #444 }

.td_l1 { border-left:1px solid #e2e2e2 }
.td_l2 { border-left:1px solid #444 }


/************************************************************************************************** list background set */
/* ë ˆë“œ */
.ls_bg1 { background-color:#fee9eb; border-top:1px solid #f5c2c7; border-bottom:1px solid #f5c2c7; color:#d4969d }
.ls_bg1 a { color:#c8767e }
.ls_bg1 a:hover { color:#d4969d }

/* ì˜ë¡œìš° */
.ls_bg2 { background-color:#fff6da; border-top:1px solid #ffecb5; border-bottom:1px solid #ffecb5; color:#d0ab3f }
.ls_bg2 a { color:#b08e2b }

/* í™”ì´íŠ¸-ê·¸ë ˆì´ */
.ls_bg3 { background-color:transparent; border-top:1px solid #efefef }
.ls_bg3:hover { background-color:#f4f4f4 }

/* í™”ì´íŠ¸-ê·¸ë ˆì´ */
.ls_bg3b { background-color:transparent; border-bottom:1px solid #efefef }
.ls_bg3b:hover { background-color:#f4f4f4 }

/* ë¸”ë£¨ */
.ls_bg4 { background-color:#eaf5ff; border-top:1px solid #bee0ff; border-bottom:1px solid #bee0ff; color:#4d87bb; }
.ls_bg4:hover { background-color:#eaf5ff }
.ls_bg4 a { color:#4d87bb }

.ls_bg5 { background-color:#f4f4f4; border-bottom:1px solid #efefef }

/* ë¸”ë£¨ */
.ls_bg6 { background-color:#eaf5ff; border-bottom:1px solid #c2dbf2 }

/* ë¸”ëž™-ê·¸ë ˆì´ */
.ls_bg9 { background-color:transparent; border-top:1px solid #444 }
.ls_bg9:hover { background-color:#333 }


/************************************************************************************************** box set */
/* ê·¸ë ˆì´ ë°•ìŠ¤ bg */
.xbank_bg { background-color:#fff; border:1px solid #dfdfdf; border-radius:0.4rem }
.xbank_bg a:hover { color:#d0ab3f }
.xbank_bg:hover a { color:#d0ab3f }
.xbank_bg:hover { background-color:#fff6da; border:1px solid #d0ab3f; border-radius:0.4rem; color:#d0ab3f }

/* ë¸”ë£¨ ë°•ìŠ¤ bg */
.xbank_bg2 { background-color:#eaf5ff; border:1px solid #7398ba; border-radius:0.4rem }
.xbank_bg2 a:hover { color:#1f6a95 }
.xbank_bg2:hover a { color:#1f6a95 }
.xbank_bg2:hover { background-color:#eaf5ff; border:1px solid #7398ba; border-radius:0.4rem; color:#1f6a95 }

/* ë ˆë“œ ë°•ìŠ¤ bg */
.xbank_bg3 { background-color:#fee9eb; border:1px solid #f5c2c7; border-radius:0.4rem }
.xbank_bg3 a:hover { color:#c8767e }
.xbank_bg3:hover a { color:#c8767e }
.xbank_bg3:hover { background-color:#fee9eb; border:1px solid #f5c2c7; border-radius:0.4rem; color:#c8767e }


/* card ì„¤ì • */
.card {
	position:relative;
	display:flex; flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:0.125rem solid rgba(0, 0, 0, 0.125);
	border-radius:0.5rem;
}
.card > hr { margin-right:0; margin-left:0 }
.card > .list-group { border-top:inherit;  border-bottom:inherit }
.card > .list-group:first-child { border-top-width:0; border-top-left-radius:0.375rem; border-top-right-radius:0.375rem }
.card > .list-group:last-child { border-bottom-width:0; border-bottom-right-radius:0.375rem; border-bottom-left-radius:0.375rem }
.card > .card-header + .list-group,
.card > .list-group + .card-footer { border-top:0 }

.card-body { flex:1 1 auto;	padding:0.5rem 0.5rem; margin:0 }
.card-title { margin-bottom:0.5rem }
.card-subtitle { margin-top:-0.25rem; margin-bottom:0 }
.card-text:last-child { margin-bottom:0 }
.card-link:hover { text-decoration:none }
.card-link + .card-link { margin-left:1rem }

.card-header {
	padding:0.5rem 1rem;
	margin-bottom:0;
	background-color:rgba(0, 0, 0, 0.06);
	border-bottom:0.125rem solid rgba(0, 0, 0, 0.025);
	border-bottom:1px solid #ddd;
}
.card-header:first-child { border-radius:0.375rem 0.375rem 0 0; }

.card-footer {
	padding:0.5rem 1rem;
	background-color:rgba(0, 0, 0, 0.03);
	border-top:0.125rem solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child { border-radius:0 0 0.375rem 0.375rem; }

.card-header-tabs {
	margin-right:-0.5rem;
	margin-bottom:-0.5rem;
	margin-left:-0.5rem;
	border-bottom:0;
}

.card-header-pills {
	margin-right:-0.5rem;
	margin-left:-0.5rem;
}

.card-img-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:1rem;
	border-radius:0.375rem;
}

.card-img,.card-img-top,.card-img-bottom { width:100%; }
.card-img,.card-img-top { border-top-left-radius:0.375rem; border-top-right-radius:0.375rem; }
.card-img,.card-img-bottom { border-bottom-right-radius:0.375rem; border-bottom-left-radius:0.375rem; }

.card-group > .card { margin-bottom:0.75rem; }

@media (min-width:576px) {
	.card-group {
		display:flex;
		flex-flow:row wrap;
	}
	.card-group > .card {
		flex:1 0 0%;
		margin-bottom:0;
	}
	.card-group > .card + .card {
		margin-left:0;
		border-left:0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius:0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius:0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius:0;
		border-bottom-left-radius:0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius:0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius:0;
	}
}

.btn {
	display:inline-block;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
		 -moz-user-select:none;
			-ms-user-select:none;
					user-select:none;
	background-color:transparent;
	border:0.125rem solid transparent;
	padding:0.375rem 0.75rem;
	font-size:1rem;
	border-radius:0.5rem;
	transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-lg, .btn-group-lg > .btn { padding:0.5rem 1rem; font-size:1.25rem; border-radius:0.75rem; }
.btn-sm, .btn-group-sm > .btn { padding:0.25rem 0.5rem; font-size:0.875rem; border-radius:0.25rem; }
.btn-xs, .btn-group-xs > .btn {	padding:0.125rem 0.125rem; font-size:0.75rem; border-radius:0.25rem; }
.btn-xl { padding:1rem 1.75rem; font-size:1.25rem; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right:0.375rem;
	padding-left:0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right:0.75rem;
	padding-left:0.75rem;
}

.collapse:not(.show) { display:none; }

.form-control {
	display:block;
	width:100%;
	padding:.5rem 0.8rem;
	font-size:.875rem;
	font-weight:400;
	line-height:1.5;
	/*color:#495057;*/
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ced4da;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:.25rem;
	box-shadow:0 1px 2px rgba(0,0,0,.05);
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) { .form-control { transition:none } }

.form-control[type=file] { overflow:hidden }
.form-control[type=file]:not(:disabled):not([readonly]) { cursor:pointer }
.form-control:focus { color:#495057; background-color:#fff; border-color:#9aacf3; outline:0; box-shadow:0 1px 2px rgba(0,0,0,.05),0 0 0 .25rem rgba(52,89,230,.25) }
.form-control::-webkit-date-and-time-value { height:1.5em }
.form-control::-webkit-input-placeholder { color:#6c757d; opacity:1 }
.form-control::-moz-placeholder { color:#6c757d; opacity:1 }
.form-control:-ms-input-placeholder { color:#6c757d; opacity:1 }
.form-control::-ms-input-placeholder { color:#6c757d; opacity:1 }
.form-control::placeholder { color:#6c757d; opacity:1 }
.form-control:disabled,.form-control[readonly] { background-color:#e9ecef; opacity:1 }
.form-control::file-selector-button { padding:.5rem 1rem; margin:-.5rem -1rem; -webkit-margin-end:1rem; -moz-margin-end:1rem; margin-inline-end:1rem; color:#495057; background-color:#f8f9fa; pointer-events:none; border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}

@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#ecedee}
.form-control::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem;color:#495057;background-color:#f8f9fa;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color:#eee }
.form-control-plaintext{display:block;width:100%;padding:.5rem 0;margin-bottom:0;line-height:1.5;color:#495057;background-color:transparent;border:solid transparent;border-width:1px 0}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}
.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;-moz-margin-end:.5rem;margin-inline-end:.5rem}
.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}
.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;-moz-margin-end:1rem;margin-inline-end:1rem}
.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}

textarea.form-control { min-height:calc(1.5em + 1rem + 2px) }
textarea.form-control-sm { min-height:calc(1.5em + .5rem + 2px) }
textarea.form-control-lg { min-height:calc(1.5em + 1rem + 2px) }

.form-control-color { width:3rem; height:auto; padding:.5rem }
.form-control-color:not(:disabled):not([readonly]) { cursor:pointer }
.form-control-color::-moz-color-swatch { height:1.5em; border-radius:.25rem }
.form-control-color::-webkit-color-swatch { height:1.5em; border-radius:.25rem }
.form-select { display:block;width:100%;padding:.5rem 3rem .5rem 1rem;-moz-padding-start:calc(1rem - 3px);font-size:.875rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.form-select{transition:none}}
.form-select:focus{border-color:#9aacf3;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(52,89,230,.25)}
.form-select[multiple],.form-select[size]:not([size='1']){padding-right:1rem;background-image:none}
.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}
.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}
.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}
.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}
.form-check .form-check-input{float:left;margin-left:-1.5em}
.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}
.form-check-input[type=checkbox]{border-radius:.25em}
.form-check-input[type=radio]{border-radius:50%}
.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}
.form-check-input:focus{border-color:#9aacf3;outline:0;box-shadow:0 0 0 .25rem rgba(52,89,230,.25)}
.form-check-input:checked{background-color:#3459e6;border-color:#3459e6}
.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}
.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}
.form-check-input[type=checkbox]:indeterminate{background-color:#3459e6;border-color:#3459e6;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}
.form-check-input:disabled{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}
.form-switch{padding-left:2.5em}
.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}
.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239aacf3'/%3e%3c/svg%3e")}
.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}
.form-check-inline{display:inline-block;margin-right:1rem}
.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;-webkit-filter:none;filter:none;opacity:.65}
.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(52,89,230,.25)}
.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(52,89,230,.25)}
.form-range::-moz-focus-outer{border:0}
.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#3459e6;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}
.form-range::-webkit-slider-thumb:active{background-color:#c2cdf8}
.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.075)}
.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#3459e6;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}
.form-range::-moz-range-thumb:active{background-color:#c2cdf8}
.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.075)}
.form-range:disabled{pointer-events:none}
.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}
.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}

.form-floating { position:relative }
.form-floating>.form-control,.form-floating>.form-select { height:calc(1rem) }
.form-floating>label {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	padding:0.3rem;
	pointer-events:none;
	border:1px solid transparent;
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
	transition:opacity .1s ease-in-out,transform .1s ease-in-out;
	transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}
.form-floating>.form-control{padding:1rem 1rem}
.form-floating>.form-control::-webkit-input-placeholder{color:transparent}
.form-floating>.form-control::-moz-placeholder{color:transparent}
.form-floating>.form-control:-ms-input-placeholder{color:transparent}
.form-floating>.form-control::-ms-input-placeholder{color:transparent}
.form-floating>.form-control::placeholder{color:transparent}
.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:not(:-ms-input-placeholder){padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}
.form-floating>.form-control:not(:-ms-input-placeholder)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}
.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}
.form-floating>.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}
.input-group>.form-control,.input-group>.form-select{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0}
.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}
.input-group .btn{position:relative;z-index:2}
.input-group .btn:focus{z-index:3}

.input-group-text {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	padding:.5rem 1rem;
	font-size:.875rem;
	font-weight:400;
	line-height:1.5;
	color:#495057;
	text-align:center;
	white-space:nowrap;
	/*background-color:#f8f9fa;*/
	border:1px solid #ced4da;
	border-radius:.25rem
}

.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4rem}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}
.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#2fb380}
.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(47,179,128,.9);border-radius:.25rem}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}
.form-control.is-valid,.was-validated .form-control:valid{border-color:#2fb380;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232fb380' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .25rem) center;background-size:calc(.75em + .5rem) calc(.75em + .5rem)}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#2fb380;box-shadow:0 0 0 .25rem rgba(47,179,128,.25)}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1rem);background-position:top calc(.375em + .25rem) right calc(.375em + .25rem)}
.form-select.is-valid,.was-validated .form-select:valid{border-color:#2fb380}
.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size='1'],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size='1']{padding-right:5.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232fb380' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position:right 1rem center,center right 3rem; background-size:16px 12px,calc(.75em + .5rem) calc(.75em + .5rem)}
.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#2fb380;box-shadow:0 0 0 .25rem rgba(47,179,128,.25)}
.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#2fb380}
.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#2fb380}
.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(47,179,128,.25)}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#2fb380}
.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}
.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}
.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#da292e}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(218,41,46,.9);border-radius:.25rem}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}
.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#da292e;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da292e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da292e' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .25rem) center;background-size:calc(.75em + .5rem) calc(.75em + .5rem)}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#da292e;box-shadow:0 0 0 .25rem rgba(218,41,46,.25)}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1rem);background-position:top calc(.375em + .25rem) right calc(.375em + .25rem)}
.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#da292e}
.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size='1'],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size='1']{padding-right:5.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da292e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da292e' stroke='none'/%3e%3c/svg%3e");background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.75em + .5rem) calc(.75em + .5rem)}
.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#da292e;box-shadow:0 0 0 .25rem rgba(218,41,46,.25)}
.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#da292e}
.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#da292e}
.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(218,41,46,.25)}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#da292e}
.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}
.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}
.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}


.custom-control { position:relative; z-index:1; display:block; min-height:1.5rem; padding-left:1.5rem; -webkit-print-color-adjust:exact; color-adjust:exact }
.custom-control-inline { display:inline-flex; margin-right:1rem }
.custom-control-input { position:absolute; left:0; z-index:-1; width:1rem; height:1.25rem; opacity:0 }
.custom-control-input:checked~.custom-control-label::before { color:#fff; border-color:#4e73df; background-color:#4e73df }
.custom-control-input:focus~.custom-control-label::before { box-shadow:0 0 0 .2rem rgba(78,115,223,.25) }
.custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color:#bac8f3 }
.custom-control-input:not(:disabled):active~.custom-control-label::before { color:#fff; background-color:#e5ebfa; border-color:#e5ebfa }
.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label { color:#858796 }
.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before { background-color:#eaecf4 }
.custom-control-label { position:relative; margin-bottom:0; vertical-align:top }
.custom-control-label::before { position:absolute; top:.25rem; left:-1.4rem; display:block; width:1rem; height:1rem; pointer-events:none; content:""; background-color:#fff; border:#b7b9cc solid 1px }
.custom-control-label::after { position:absolute; top:.25rem; left:-1.4rem; display:block; width:1rem; height:1rem; content:""; background:50%/50% 50% no-repeat }

.custom-checkbox .custom-control-label::before { border-radius:.35rem }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") }
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { border-color:#4e73df; background-color:#4e73df }
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e") }
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color:rgba(78,115,223,.5) }
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { background-color:rgba(78,115,223,.5) }

.custom-radio .custom-control-label::before { border-radius:50% }
.custom-radio .custom-control-input:checked~.custom-control-label::after { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") }
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color:rgba(78,115,223,.5) }

.custom-switch { padding-left:2.25rem }
.custom-switch .custom-control-label::before { left:-2.25rem; width:1.75rem; pointer-events:all; border-radius:.5rem }
.custom-switch .custom-control-label::after { top:calc(.25rem + 2px); left:calc(-2.25rem + 2px); width:calc(1rem - 4px); height:calc(1rem - 4px); background-color:#b7b9cc; border-radius:.5rem; transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }

@media (prefers-reduced-motion:reduce) { .custom-switch .custom-control-label::after { transition:none } }

.custom-switch .custom-control-input:checked~.custom-control-label::after { background-color:#fff; transform:translateX(.75rem) }
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before { background-color:rgba(78,115,223,.5) }
.custom-select { display:inline-block; width:100%; height:calc(1.5em + .75rem + 2px); padding:.375rem 1.75rem .375rem .75rem; font-size:1rem; font-weight:400; line-height:1.5; color:#6e707e; vertical-align:middle; background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat; border:1px solid #d1d3e2; border-radius:.35rem; -webkit-appearance:none; -moz-appearance:none; appearance:none }
.custom-select:focus { border-color:#bac8f3; outline:0; box-shadow:0 0 0 .2rem rgba(78,115,223,.25) }
.custom-select:focus::-ms-value { color:#6e707e; background-color:#fff }
.custom-select[multiple],.custom-select[size]:not([size='1']) { height:auto; padding-right:.75rem; background-image:none }
.custom-select:disabled { color:#858796; background-color:#eaecf4 }
.custom-select::-ms-expand { display:none }
.custom-select:-moz-focusring { color:transparent; text-shadow:0 0 0 #6e707e }
.custom-select-sm { height:calc(1.5em + .5rem + 2px); padding-top:.25rem; padding-bottom:.25rem; padding-left:.5rem; font-size:.875rem }
.custom-select-lg { height:calc(1.5em + 1rem + 2px); padding-top:.5rem; padding-bottom:.5rem; padding-left:1rem; font-size:1.25rem }

.custom-file { position:relative; display:inline-block; width:100%; height:calc(1.5em + .75rem + 2px); margin-bottom:0 }
.custom-file-input { position:relative; z-index:2; width:100%; height:calc(1.5em + .75rem + 2px); margin:0; overflow:hidden; opacity:0 }
.custom-file-input:focus~.custom-file-label { border-color:#bac8f3; box-shadow:0 0 0 .2rem rgba(78,115,223,.25) }
.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label { background-color:#eaecf4 }
.custom-file-input:lang(en)~.custom-file-label::after { content:"Browse" }
.custom-file-input~.custom-file-label[data-browse]::after { content:attr(data-browse) }
.custom-file-label { position:absolute; top:0; right:0; left:0; z-index:1; height:calc(1.5em + .75rem + 2px); padding:.375rem .75rem; overflow:hidden; font-weight:400; line-height:1.5; color:#6e707e; background-color:#fff; border:1px solid #d1d3e2; border-radius:.35rem }
.custom-file-label::after { position:absolute; top:0; right:0; bottom:0; z-index:3; display:block; height:calc(1.5em + .75rem); padding:.375rem .75rem; line-height:1.5; color:#6e707e; content:'Browse'; background-color:#eaecf4; border-left:inherit; border-radius:0 .35rem .35rem 0 }

.custom-range { width:100%; height:1.4rem; padding:0; background-color:transparent; -webkit-appearance:none; -moz-appearance:none; appearance:none }
.custom-range:focus { outline:0 }.custom-range:focus::-webkit-slider-thumb { box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25) }
.custom-range:focus::-moz-range-thumb { box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25) }
.custom-range:focus::-ms-thumb { box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25) }
.custom-range::-moz-focus-outer { border:0 }
.custom-range::-webkit-slider-thumb { width:1rem; height:1rem; margin-top:-.25rem; background-color:#4e73df; border:0; border-radius:1rem; -webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; -webkit-appearance:none; appearance:none }
@media (prefers-reduced-motion:reduce) { .custom-range::-webkit-slider-thumb { -webkit-transition:none; transition:none } }
.custom-range::-webkit-slider-thumb:active { background-color:#e5ebfa }
.custom-range::-webkit-slider-runnable-track { width:100%; height:.5rem; color:transparent; cursor:pointer; background-color:#dddfeb; border-color:transparent; border-radius:1rem }
.custom-range::-moz-range-thumb { width:1rem; height:1rem; background-color:#4e73df; border:0; border-radius:1rem; -moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; -moz-appearance:none; appearance:none }
@media (prefers-reduced-motion:reduce) { .custom-range::-moz-range-thumb { -moz-transition:none; transition:none } }
.custom-range::-moz-range-thumb:active { background-color:#e5ebfa }
.custom-range::-moz-range-track { width:100%; height:.5rem; color:transparent; cursor:pointer; background-color:#dddfeb; border-color:transparent; border-radius:1rem }
.custom-range::-ms-thumb { width:1rem; height:1rem; margin-top:0; margin-right:.2rem; margin-left:.2rem; background-color:#4e73df; border:0; border-radius:1rem; -ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; appearance:none }
@media (prefers-reduced-motion:reduce) { .custom-range::-ms-thumb { -ms-transition:none; transition:none } }
.custom-range::-ms-thumb:active { background-color:#e5ebfa }
.custom-range::-ms-track { width:100%; height:.5rem; color:transparent; cursor:pointer; background-color:transparent; border-color:transparent; border-width:.5rem }
.custom-range::-ms-fill-lower { background-color:#dddfeb; border-radius:1rem }
.custom-range::-ms-fill-upper { margin-right:15px; background-color:#dddfeb; border-radius:1rem }
.custom-range:disabled::-webkit-slider-thumb { background-color:#b7b9cc }
.custom-range:disabled::-webkit-slider-runnable-track { cursor:default }
.custom-range:disabled::-moz-range-thumb { background-color:#b7b9cc }
.custom-range:disabled::-moz-range-track { cursor:default }
.custom-range:disabled::-ms-thumb { background-color:#b7b9cc }
.custom-control-label::before,.custom-file-label,.custom-select { transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }
@media (prefers-reduced-motion:reduce) { .custom-control-label::before,.custom-file-label,.custom-select { transition:none } }

.pc_menu {display:block}
 .m_menu {display:none}

/*

.form-control {
	display:block;
	width:100%;
	padding:.5rem 0.8rem;
	font-size:.875rem;
	font-weight:400;
	line-height:1.5;
	background-color:transparent;
	background-clip:padding-box;
	border:1px solid #ced4da;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:.25rem;
	box-shadow:0 1px 2px rgba(0,0,0,.05);
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) { .form-control { transition:none } }

.form-control[type=file] { overflow:hidden }
.form-control[type=file]:not(:disabled):not([readonly]) { cursor:pointer }
.form-control:focus { color:#495057; background-color:#fff; border-color:#9aacf3; outline:0; box-shadow:0 1px 2px rgba(0,0,0,.05),0 0 0 .25rem rgba(52,89,230,.25) }
.form-control::-webkit-date-and-time-value { height:1.5em }
.form-control::-webkit-input-placeholder { color:#6c757d; opacity:1 }
.form-control::-moz-placeholder { color:#6c757d; opacity:1 }
.form-control:-ms-input-placeholder { color:#6c757d; opacity:1 }
.form-control::-ms-input-placeholder { color:#6c757d; opacity:1 }
.form-control::placeholder { color:#6c757d; opacity:1 }
.form-control:disabled,.form-control[readonly] { background-color:#e9ecef; opacity:1 }
.form-control::file-selector-button { padding:.5rem 1rem; margin:-.5rem -1rem; -webkit-margin-end:1rem; -moz-margin-end:1rem; margin-inline-end:1rem; color:#495057; background-color:#f8f9fa; pointer-events:none; border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}

@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#ecedee}
.form-control::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem;color:#495057;background-color:#f8f9fa;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color:#eee }
.form-control-plaintext{display:block;width:100%;padding:.5rem 0;margin-bottom:0;line-height:1.5;color:#495057;background-color:transparent;border:solid transparent;border-width:1px 0}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}
.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;-moz-margin-end:.5rem;margin-inline-end:.5rem}
.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}
.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;-moz-margin-end:1rem;margin-inline-end:1rem}
.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}

textarea.form-control { min-height:calc(1.5em + 1rem + 2px) }
textarea.form-control-sm { min-height:calc(1.5em + .5rem + 2px) }
textarea.form-control-lg { min-height:calc(1.5em + 1rem + 2px) }

.form-control-color { width:3rem; height:auto; padding:.5rem }
.form-control-color:not(:disabled):not([readonly]) { cursor:pointer }
.form-control-color::-moz-color-swatch { height:1.5em; border-radius:.25rem }
.form-control-color::-webkit-color-swatch { height:1.5em; border-radius:.25rem }

.custom-control { position:relative; z-index:1; display:block; min-height:1.5rem; padding-left:1.5rem; -webkit-print-color-adjust:exact; color-adjust:exact }
.custom-control-inline { display:inline-flex; margin-right:1rem }
.custom-control-input { position:absolute; left:0; z-index:-1; width:1rem; height:1.25rem; opacity:0 }
.custom-control-input:checked~.custom-control-label::before { color:#fff; border-color:#4e73df; background-color:#4e73df }
.custom-control-input:focus~.custom-control-label::before { box-shadow:0 0 0 .2rem rgba(78,115,223,.25) }
.custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color:#bac8f3 }
.custom-control-input:not(:disabled):active~.custom-control-label::before { color:#fff; background-color:#e5ebfa; border-color:#e5ebfa }
.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label { color:#858796 }
.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before { background-color:#eaecf4 }
.custom-control-label { position:relative; margin-bottom:0; vertical-align:top }
.custom-control-label::before { position:absolute; top:.25rem; left:-1.4rem; display:block; width:1rem; height:1rem; pointer-events:none; content:""; background-color:#fff; border:#b7b9cc solid 1px }
.custom-control-label::after { position:absolute; top:.25rem; left:-1.4rem; display:block; width:1rem; height:1rem; content:""; background:50%/50% 50% no-repeat }

.custom-checkbox .custom-control-label::before { border-radius:.35rem }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") }
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { border-color:#4e73df; background-color:#4e73df }
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e") }
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color:rgba(78,115,223,.5) }
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { background-color:rgba(78,115,223,.5) }

.custom-radio .custom-control-label::before { border-radius:50% }
.custom-radio .custom-control-input:checked~.custom-control-label::after { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") }
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color:rgba(78,115,223,.5) }

.custom-switch .custom-control-input:checked~.custom-control-label::after { background-color:#fff; transform:translateX(.75rem) }
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before { background-color:rgba(78,115,223,.5) }
.custom-select { display:inline-block; width:100%; height:calc(1.5em + .75rem + 2px); padding:.375rem 1.75rem .375rem .75rem; font-size:1rem; font-weight:400; line-height:1.5; color:#6e707e; vertical-align:middle; background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat; border:1px solid #d1d3e2; border-radius:.35rem; -webkit-appearance:none; -moz-appearance:none; appearance:none }
.custom-select:focus { border-color:#bac8f3; outline:0; box-shadow:0 0 0 .2rem rgba(78,115,223,.25) }
.custom-select:focus::-ms-value { color:#6e707e; background-color:#fff }
.custom-select[multiple],.custom-select[size]:not([size='1']) { height:auto; padding-right:.75rem; background-image:none }
.custom-select:disabled { color:#858796; background-color:#eaecf4 }
.custom-select::-ms-expand { display:none }
.custom-select:-moz-focusring { color:transparent; text-shadow:0 0 0 #6e707e }
.custom-select-sm { height:calc(1.5em + .5rem + 2px); padding-top:.25rem; padding-bottom:.25rem; padding-left:.5rem; font-size:.875rem }
.custom-select-lg { height:calc(1.5em + 1rem + 2px); padding-top:.5rem; padding-bottom:.5rem; padding-left:1rem; font-size:1.25rem }

.fade { transition:opacity 0.15s linear; }
.fade:not(.show) { opacity:0; }

@media (prefers-reduced-motion:reduce) { .fade { transition:none; } }

/*
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}


.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9aacf3;
  outline: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 0.25rem rgba(52, 89, 230, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #495057;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #495057;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #ecedee;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #ecedee;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #9aacf3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(52, 89, 230, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9aacf3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 89, 230, 0.25);
}
.form-check-input:checked {
  background-color: #3459e6;
  border-color: #3459e6;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3459e6;
  border-color: #3459e6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239aacf3'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 89, 230, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 89, 230, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3459e6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c2cdf8;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3459e6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c2cdf8;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


/* ëª¨ë‹¬ */
.modal-open { overflow:hidden; }
.modal-open .modal { overflow-x:hidden; overflow-y:auto; }
.modal {
	position:fixed;
	top:60px;
	left:0;
	z-index:1050;
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
	outline:0;
}

.modal-dialog {
	position:relative;
	width:auto;
	margin:0.5rem;
	pointer-events:none;
}

.modal.fade .modal-dialog {
	transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform:translate(0, -50px);
	transform:translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition:none;
	}
}

.modal.show .modal-dialog { -webkit-transform:none; transform:none; }
.modal.modal-static .modal-dialog { -webkit-transform:scale(1.02); transform:scale(1.02); }
.modal-dialog-scrollable { display:-ms-flexbox; display:flex; max-height:calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content { max-height:calc(100vh - 1rem); overflow:hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative:0;
	flex-shrink:0;
}

.modal-dialog-scrollable .modal-body { overflow-y:auto; }

.modal-dialog-centered {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	min-height:calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display:block;
	height:calc(100vh - 1rem);
	content:"";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:center;
	justify-content:center;
	height:100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height:none; }
.modal-dialog-centered.modal-dialog-scrollable::before { content:none; }

.modal-content {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:#fff;
	background-clip:padding-box;
	border:3px solid rgba(0, 0, 0, 0.2);
	border-radius:0.6rem;
	outline:0;
}

.modal-backdrop {
	position:fixed;
	top:0;
	left:0;
	z-index:1040;
	width:100vw;
	height:100vh;
	background-color:#000;
}

.modal-backdrop.fade { opacity:0; }
.modal-backdrop.show { opacity:0.5; }

.modal-header {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:1rem 1rem;
	border-bottom:1px solid #dee2e6;
	border-top-left-radius:calc(0.3rem - 1px);
	border-top-right-radius:calc(0.3rem - 1px);
}

.modal-header .close { padding:1rem 1rem; margin:-1rem -1rem -1rem auto; }
.modal-title { margin-bottom:0; line-height:1.5; }
.modal-body { position:relative; -ms-flex:1 1 auto; flex:1 1 auto; padding:1rem; }

.modal-footer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0.75rem;
	border-top:1px solid #dee2e6;
	border-bottom-right-radius:calc(0.3rem - 1px);
	border-bottom-left-radius:calc(0.3rem - 1px);
}

.modal-footer > * { margin:0.25rem; }

.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width:500px;
		margin:1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height:calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height:calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height:calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height:calc(100vh - 3.5rem);
	}
	.modal-sm {
		max-width:300px;
	}
}

@media (min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width:800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width:1140px;
	}
}

/* í™”ë©´ë‚­ë…ê¸° ì‚¬ìš©ìžìš© */
.msg_sound_only, .sound_only {
	display:inline-block !important;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	margin:0 !important;
	padding:0 !important;
	font-size:0;
	line-height:0;
	border:0 !important;
	overflow:hidden !important
}

/* íŽ˜ì´ì§• */
.pg_wrap { margin:0; padding:20px 0 0 0; text-align:center; }
.pg { font-family:"Dinpro"; font-size:0.85rem }
.pg_page { font-family:"Dinpro"; font-size:0.85rem; background-color:transparent; border-radius:100%; display:inline-flex; width:2.55rem; height:2.55rem; justify-content:center; align-items:center; }
.pg_page:hover { color:#fff; background-color:#264982 }
.pg_current { font-family:"Dinpro"; font-weight:normal; color:#fff; background-color:#264982; border-radius:100%; display:inline-flex; width:2.55rem; height:2.55rem; justify-content:center; align-items:center; }
.pg_current:hover {  }
.pg_page:focus { position:relative; z-index:3; outline:0 }



/**/


.navbar-nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
}

.navbar-nav a { padding-right:0; padding-left:0 }

.nav-item .collapse {
	-webkit-animation-name:growIn;
	animation-name:growIn;
	-webkit-animation-duration:.2s;
	animation-duration:.2s;
	-webkit-animation-timing-function:transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
	animation-timing-function:transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

.navbar-toggler {
	padding:.25rem .75rem;
	font-size:1.25rem;
	line-height:1;
	background-color:transparent;
	border:1px solid transparent;
	border-radius:.25rem;
	transition:box-shadow .15s ease-in-out;
}


/* site contents media ì„¤ì • */
@media (min-width:1px) and (max-width:767.98px) {
	.set_side { width:100%; background-color:#333; }
	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background:linear-gradient(#111,#3f3f3f) }

	/* ì¸ë±ìŠ¤ */
	.idx_set { width:100% !important; justify-content:center; align-items:center; }
	.idx_l { width:100% !important; }
	.idx_r { width:100% !important; }
	.idx_m { padding:0 0 0.5rem 0 }

	.mem_box { width:95%; justify-content:center; align-items:center; }
	.mem_box_left { width:100%; height:220px; background-image:url(/images/bannerBg.jpg); background-repeat:no-repeat; background-size:cover; border-radius:0.8rem 0.8rem 0 0  }
	.mem_box_right { width:100%; height:280px; background-color:#fff; border-radius:0 0 0.8rem 0.8rem }
	.mem_box_txt_a { font-size:1.4rem; text-align:center; }
	.mem_box_txt_b { font-size:0.9rem; text-align:center; }
	.mem_box_txt_c { display:none; }

	.manual_box { width:100% }
}

@media (min-width:768px) and (max-width:991.98px) {
	.set_side { width:100%; background-color:#333; }
	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background:linear-gradient(#111,#3f3f3f) }

	/* ì¸ë±ìŠ¤ */
	.idx_set { width:100% !important; justify-content:center; align-items:center; }
	.idx_l { width:100% !important; }
	.idx_r { width:100% !important; }
	.idx_m { padding:0 0 0.5rem 0 }

	.mem_box { width:95%; !important; justify-content:center; align-items:center; }
	.mem_box_left { width:100%; height:400px; background-image:url(/images/bannerBg.jpg); background-repeat:no-repeat; background-size:cover; border-radius:0.8rem 0.8rem 0 0  }
	.mem_box_right { width:100%; height:400px; background-color:#fff; border-radius:0 0 0.8rem 0.8rem }
	.mem_box_txt_a { font-size:2.8rem; }
	.mem_box_txt_b { font-size:1.2rem; text-align:center; }
	.mem_box_txt_c { display:none; }

	.manual_box { width:100% }
}

@media (min-width:992px) and (max-width:1199.98px) {
	.set_container { width:100%; min-height:100vh; display:flex !important; }
	.set_side { flex:0 0 280px !important; min-height:100vh; background-color:#333; }
	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background:linear-gradient(#111,#3f3f3f) }
	.set_contents { flex:0 0 calc(100% - 280px) !important; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	/* ì¸ë±ìŠ¤ */
	.idx_set { width:100% !important; display:flex !important; justify-content:center; align-items:center; }
	.idx_l { width:50% !important; }
	.idx_r { width:50% !important; }
	.idx_m { width:100% !important; padding:0 0 0.5rem 0 }

	.mem_box { width:900px !important; display:flex !important; justify-content:center; align-items:center; }
	.mem_box_left { width:100%; height:600px; background-image:url(/images/bannerBg.jpg); background-repeat:no-repeat; background-size:cover; border-radius:0.8rem 0 0 0.8rem }
	.mem_box_right { width:100%; height:600px; background-color:#fff; border-radius:0 0.8rem 0.8rem 0 }
	.mem_box_txt_a { font-size:3rem; }
	.mem_box_txt_b { font-size:1.8rem }

	.manual_box { width:100% }
}

@media (min-width:1200px) and (max-width:1399.98px)  {
	.set_container { width:100%; min-height:100vh; display:flex !important; }
	.set_side { flex:0 0 280px !important; min-height:100vh; background-color:#333; }
	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background:linear-gradient(#111,#3f3f3f) }
	.set_contents { flex:0 0 calc(100% - 280px) !important; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	/* ì¸ë±ìŠ¤ */
	.idx_set { width:100% !important; display:flex !important; justify-content:center; align-items:center; }
	.idx_l { width:50% !important; display:flex !important; justify-content:center; align-items:center; }
	.idx_r { width:50% !important; display:flex !important; justify-content:center; align-items:center; }
	.idx_m { width:50% !important; }

	.mem_box { width:1150px !important; display:flex !important; justify-content:center; align-items:center; }
	.mem_box_left { width:70%; height:700px; background-image:url(/images/bannerBg.jpg); background-repeat:no-repeat; background-size:cover; border-radius:0.8rem 0 0 0.8rem }
	.mem_box_right { width:30%; height:700px; background-color:#fff; border-radius:0 0.8rem 0.8rem 0 }
	.mem_box_txt_a { font-size:3rem; }
	.mem_box_txt_b { font-size:1.8rem }

	.manual_box { width:800px }
}

@media (min-width:1400px) {
	.set_container { width:100%; min-height:100vh; display:flex !important; }
	.set_side { flex:0 0 280px !important; min-height:100vh; background-color:#333; }
	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background:linear-gradient(#111,#3f3f3f) }
	.set_contents { flex:0 0 calc(100% - 280px) !important; background-color:#f8f9fb; background:linear-gradient(#efefef,#f8f9fb) }

	/* ì¸ë±ìŠ¤ */
	.idx_set { width:100% !important; display:flex !important; justify-content:center; align-items:center; }
	.idx_l { width:50% !important; display:flex !important; justify-content:center; align-items:center; }
	.idx_r { width:50% !important; display:flex !important; justify-content:center; align-items:center; }
	.idx_m { width:50% !important; }

	.mem_box { width:1400px !important; display:flex !important; justify-content:center; align-items:center; }
	.mem_box_left { width:70%; height:700px; background-image:url(/images/bannerBg.jpg); background-repeat:no-repeat; background-size:cover; border-radius:0.8rem 0 0 0.8rem }
	.mem_box_right { width:30%; height:700px; background-color:#fff; border-radius:0 0.8rem 0.8rem 0 }
	.mem_box_txt_a { font-size:3rem; }
	.mem_box_txt_b { font-size:1.8rem }

	.manual_box { width:800px }
}






/* ë¯¸ë””ì–´ì¿¼ë¦¬ : ë¸Œë¼ìš°ì € ì‚¬ì´ì¦ˆë³„ ì»¨ë´ì¸  ì‚¬ì´ì¦ˆ ë³€ê²½ */

@media (min-width:1px) and (max-width:767.98px) {
	/*.contents-box { width:100%; height:100%; }

	.set-sidebar { }
	.set-contents { flex:0 0 100% !important }

	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_main { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#fff; box-shadow:0 0 0.5rem 0 #bbb !important }
	.ang_m_menu { display:none }

	.m-contetns { width:100% !important; padding:20px 15px; border-top:1px solid #ddd; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	.mstage1_set { display:block !important; }
	.mstage1_a { flex:0 0 100% !important; }
	.mstage1_b { flex:0 0 100% !important; padding:15px 0 0 0 }

	.vset_box_all { display:block !important; justify-content:center; align-items:top; }
	.vset_box1 { width:100% !important; }
	.vset_box2 { width:100% !important; height:15px }
	.vset_box3 { width:100% !important; }

	.bbs_top_set { width:100%; display:block !important; }
	.bbs_top1 { width:100% !important; }
	.bbs_top2 { width:100% !important; padding:5px 0 0 0; display:flex !important; }*/
	
	 #m_button {display:block !important}
	 .wing_menu {display:none}

	 .pc_menu {display:none}
	 .m_menu {display:block}
}

@media (min-width:768px) and (max-width:991.98px) {
	/*.contents-box { width:100%; height:100%; }

	.set-sidebar { }
	.set-contents { flex:0 0 100% !important }

	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_main { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#fff; box-shadow:0 0 0.5rem 0 #bbb !important }
	.ang_m_menu { display:none }

	.m-contetns { width:100% !important; padding:20px 15px; border-top:1px solid #ddd; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	.mstage1_set { display:block !important; }
	.mstage1_a { flex:0 0 100% !important; }
	.mstage1_b { flex:0 0 100% !important; padding:15px 0 0 0 }

	.vset_box_all { display:block !important; justify-content:center; align-items:top; }
	.vset_box1 { width:100% !important; }
	.vset_box2 { width:100% !important; height:15px }
	.vset_box3 { width:100% !important; }

	.bbs_top_set { width:100%; display:block !important; }
	.bbs_top1 { width:100% !important; }
	.bbs_top2 { width:100% !important; padding:5px 0 0 0; display:flex !important; justify-content:center; align-items:center; }*/

}

@media (min-width:992px) and (max-width:1199.98px) {
	/*.contents-box { width:100%; height:100%; }

	.set-sidebar {  }
	.set-contents { flex:0 0 100% !important }

	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_main { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#fff; box-shadow:0 0 0.5rem 0 #bbb !important }
	.ang_m_menu { display:none }

	.m-contetns { width:100% !important; padding:20px 20px; border-top:1px solid #ddd; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	.mstage1_set { display:block !important; }
	.mstage1_a { flex:0 0 100% !important; }
	.mstage1_b { flex:0 0 100% !important; padding:15px 0 0 0 }

	.vset_box_all { display:block !important; justify-content:center; align-items:top; }
	.vset_box1 { width:100% !important; }
	.vset_box2 { width:100% !important; height:15px }
	.vset_box3 { width:100% !important; }

	.bbs_top_set { width:100%; display:flex !important; }
	.bbs_top1 { width:50% !important; }
	.bbs_top2 { width:50% !important; text-align:right }*/
}

@media (min-width:992px) and (max-width:1199.98px) {
	/*.contents-box { width:100%; height:100%; display:flex !important; }

	.set-sidebar { flex:0 0 300px !important; min-height:100vh; background-color:#343d46 }
	.set-contents { flex:0 0 calc(100% - 300px) !important; }

	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_logo { flex:0 0 300px !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_main { flex:0 0 calc(100% - 300px) !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#fff; box-shadow:0 0 0.5rem 0 #bbb !important }

	.m-contetns { width:100% !important; padding:20px 20px 70px 20px; border-top:1px solid #ddd; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	.mstage1_set { display:flex !important; }
	.mstage1_a { flex:0 0 50% !important; }
	.mstage1_b { flex:0 0 50% !important; padding:0 0 0 15px }

	.vset_box_all { display:flex !important; justify-content:center; align-items:top; }
	.vset_box1 { width:450px !important; }
	.vset_box2 { width:15px !important; }
	.vset_box3 { width:450px !important; }

	.bbs_top_set { width:100%; display:flex !important; }
	.bbs_top1 { width:50% !important; }
	.bbs_top2 { width:50% !important; text-align:right }*/

	.mem_box { width:1150px !important; display:flex !important; justify-content:center; align-items:center; }
	.mem_box_left { width:70%; height:700px; background-image:url(/images/bannerBg.jpg); background-repeat:no-repeat; background-size:cover; border-radius:0.8rem 0 0 0.8rem }
	.mem_box_right { width:30%; height:700px; background-color:#fff; border-radius:0 0.8rem 0.8rem 0 }
	.mem_box_txt_a { font-size:3rem; }
	.mem_box_txt_b { font-size:1.8rem }

}

@media (min-width:1200px) and (max-width:1399.98px)  {
	/*.contents-box { width:100%; height:100%; display:flex !important; }

	.set-sidebar { flex:0 0 300px !important; min-height:100vh; background-color:#343d46 }
	.set-contents { flex:0 0 calc(100% - 300px) !important; }

	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_logo { flex:0 0 300px !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_main { flex:0 0 calc(100% - 300px) !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#fff; box-shadow:0 0 0.5rem 0 #bbb !important }

	.m-contetns { width:100% !important; padding:20px 20px 70px 20px; border-top:1px solid #ddd; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	.mstage1_set { display:flex !important; }
	.mstage1_a { flex:0 0 50% !important; }
	.mstage1_b { flex:0 0 50% !important; padding:0 0 0 15px }

	.vset_box_all { display:flex !important; justify-content:center; align-items:top; }
	.vset_box1 { width:450px !important; }
	.vset_box2 { width:15px !important; }
	.vset_box3 { width:450px !important; }

	.bbs_top_set { width:100%; display:flex !important; }
	.bbs_top1 { width:50% !important; }
	.bbs_top2 { width:50% !important; text-align:right }*/

}

@media (min-width:1400px) {
	/*.contents-box { width:100%; height:100%; display:flex !important; }

	 ì‚¬ì´ë“œë°” ì„¤ì •
	.set-sidebar { flex:0 0 300px !important; min-height:100vh; background-color:#343d46 }

	.set-contents { flex:0 0 calc(100% - 300px) !important; background-color:#f8f9fb; }

	.ang_v_logo { flex:0 0 100% !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_logo { flex:0 0 300px !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#6367c5 }
	.ang_h_main { flex:0 0 calc(100% - 300px) !important; height:70px; display:flex !important; justify-content:center; align-items:center; background-color:#fff; box-shadow:0 0 0.5rem 0 #bbb !important }

	.m-contetns { width:100% !important; padding:20px 20px 70px 20px; border-top:1px solid #ddd; background-color:#f8f9fb; background:linear-gradient(#eee,#f8f9fb) }

	.mstage1_set { width:100% !important; display:flex !important; }
	.mstage1_a { flex:0 0 50% !important; }
	.mstage1_b { flex:0 0 50% !important; padding:0 0 0 15px }

	.vset_box_all { display:flex !important; justify-content:center; align-items:top; }
	.vset_box1 { width:450px !important; }
	.vset_box2 { width:15px !important; }
	.vset_box3 { width:450px !important; }

	.bbs_top_set { width:100%; display:flex !important; }
	.bbs_top1 { width:50% !important; }
	.bbs_top2 { width:50% !important; text-align:right }
	*/


}


 