* {
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


html {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

html, body { 
	font-family: 'Pretendard', sans-serif;
	font-size: 16px; 
	line-height: 1.5;
	color: var(--title-color); 
	margin: 0; 
	padding: 0;
	word-break: break-all;
	scroll-behavior: smooth;
	width: 100%;
}

body {
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dd, dt, 
input, select, option, small, a, a:link, a:visited, a:active, 
strong, span, font, b, tr, td, th, table, tbody, thead, 
del, ins, address,em, dfn, cite, code, kbd, pre, samp { 
	font: inherit; 
	color: inherit; 
	line-height: inherit;
	margin: 0; 
	padding: 0; 
	box-sizing: inherit; 
}

img {
	vertical-align: bottom;
}

a, a:link,
a:visited, 
a:active, 
a:focus { 
	text-decoration: none;
	color: inherit;
}

a:hover { 
	/* color: var(--main); */
	text-decoration: none; 
	transition: all ease-in-out 0.3s; 
}

legend { 
	visibility: hidden; 
	width: 0; 
	height: 0;
}

caption { 
	overflow: hidden; 
	width: 0; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -9999px;
}

.clear { 
	clear: both; 
	float: none;
	display: block; 
	font-size: inherit;
	color: inherit;
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.fit_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 100;
	margin: 0;
}

.fit_img_rounded {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 100;
	margin: 0;
	border-radius: 10px;
}

.img-lg-mobile {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .img-lg-mobile {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}

.diphylleia-regular {
	font-family: "Diphylleia", serif;
	font-weight: 400;
	font-style: normal;
}


/*---------------------------------------------------------------------------------------------------------------

	FORM

---------------------------------------------------------------------------------------------------------------*/

.iptText { 
	display: inline-block;
	position: relative;
	vertical-align: middle;
	min-width: 5rem;
	height: var(--h-md);
	line-height: var(--h-md);
	padding: 0 0.625rem;
	margin: 0 0 0 0;
	border: 0.0875rem solid var(--border);	
	background: #ffffff;
	font-size: var(--text-sm);
	font-weight: 400;
	border-radius: var(--radius3);
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
	appearance: none;
	-webkit-appearance: none; 
	-moz-appearance: none;    
}

.iptText.active { background-color: #fff; border-color: var(--main); color: #000; }

.sltBox {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	min-width: 5rem;
	height: var(--h-md);
	line-height: var(--h-md);
	padding: 0 0.625rem;
	margin: 0 0 0 0;
	border: 0.0875rem solid var(--border);	
	background-color: #ffffff;
	outline: none;
	font-size: var(--text-sm);
	font-weight: 400;
	border-radius: var(--radius3);
	-webkit-appearance: none; 
	-moz-appearance: none;    
	appearance: none;
	background: url('images/sp_form.png') no-repeat 100% -2.5rem #ffffff; /* �붿궡�� �꾩씠肄� 異붽� */       
	background: url('images/sp_form.png') no-repeat 100% -2.5rem #ffffff;
	-webkit-background-size: auto;
	background-size: auto;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}
/* 
.sltBox select {
    padding: 0px;
	line-height: var(--h-md);
	height: var(--h-md);
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.sltBox select:focus {
    outline: none;
} */

.iptText + .btn {
	margin: 0 0.125rem;
}

.iptText.block + .iptText.block {
	margin: 0.313rem 0;
	display: block;
	clear: both;
}

.iptText.block,
.sltBox.block {
	width: 100% !important;
}

.iptText:disabled,
.sltBox:disabled {
	background-color: #f1f1f1;
	border-color: #ccc;
	cursor: not-allowed;
	color: #999;
}

.iptText.sm,
.sltBox.sm {
	height: var(--h-sm);
	line-height: var(--h-sm);
	padding: 0 0.58rem;
	font-size: var(--text-sm);
	min-width: 58px;
	border-radius: var(--radius3);
}
.sltBox.sm {
	background: url('images/sp_form.png') no-repeat 100% -2.8rem #ffffff; /* �붿궡�� �꾩씠肄� 異붽� */       
	background: url('images/sp_form.png') no-repeat 100% -2.8rem #ffffff;
}

.iptText.lg,
.sltBox.lg {
	height: var(--h-lg);
	line-height: var(--h-lg);
	padding: 0 0.75rem;
	font-size: var(--text-lg);
	border-radius: var(--radius6);	
}

.sltBox.lg {	  
	background: url('images/sp_form.png') no-repeat 100% -2.2rem #ffffff;
	appearance: none;
	-webkit-appearance: none; 
	-moz-appearance: none;    
}

.iptText:focus,
.sltBox:focus {
	transition: all ease-in-out .3s;
	border-color: var(--main);
	background-color: var(--white);
	outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
	.iptText {
		box-shadow: none !important;
		appearance: none;
		-webkit-appearance: none; 
		-moz-appearance: none;    
		height: var(--h-md);
		line-height: var(--h-md);
		padding: 0 0.625rem;
		border-radius: var(--radius3);
	}
    .sltBox {
        height: var(--h-md);
        line-height: var(--h-md);
		border-radius: var(--radius3);
		padding: 0 0.625rem;
    } 
}

.styled_radio input[type=checkbox]:not(old),
.styled_radio input[type=radio]:not(old){
	width   : 0.938rem;
	margin  : 0;
	padding : 0;
	opacity : 0;
}

.styled_radio input[type=checkbox]:not(old) + label,
.styled_radio input[type=radio]:not(old) + label{
	display : inline-block;
	position: relative;
	margin-left : 0px;
	margin-right: 0.938rem;
	margin-bottom: 0;
	padding-left : 1.6rem;
	background : url('images/checkbox-default.png') no-repeat 0 0.3rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem;
	font-size: var(--text-sm);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	cursor: pointer;
}


.styled_radio input[type=radio]:not(old) + label {
	background   : url('images/radio-default-2x.png') no-repeat 0 0.3rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem;
}

.styled_radio input[type=checkbox]:not(old):checked + label{
	background   : url('images/checkbox-selected.png') no-repeat 0 0.3rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem;
}

.styled_radio input[type=radio]:not(old):checked + label{
	background   : url('images/radio-selected-2x.png') no-repeat 0 0.3rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem;
}


.styled_radio input[type=radio],
.styled_radio input[type=checkbox] {
	display: none;
}

.textarea { 
	display: block; 
	position: relative;
	padding: 0.625rem;
	margin: 0;
	width: 100%;
	border: 0.087rem solid var(--border);	
	background: #f9f9f9;
	font-size: var(--text-sm);
	line-height: 1.5;
	border-radius: var(--radius3);
	box-sizing: border-box;
	resize: none;
	outline: none;
}

.textarea:focus {
	border-color: var(--main);
	background-color: var(--white);
}


placeholder { 
	color: var(--sub-color);
	line-height: 1.5; 
}

::-webkit-input-placeholder { color: var(--sub-color); }
::-moz-placeholder { color: var(--sub-color); } /* firefox 19+ */
:-ms-input-placeholder { color: var(--sub-color); } /* ie */

.form-static { 
	display: inline-block;
	position: relative;
	vertical-align: top;
	line-height: inherit; 
	color: inherit; 
	font-size: inherit;
	letter-spacing: 0;
	margin: 0 5px;
}

.sltBox + .form-static,
.iptText + .form-static {
	margin: 0 7px 0 4px;
}


.border_box.scroll {
	overflow-y: scroll;
}

.border_box p {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 10px;
	letter-spacing: -0.05em;
}

.border_box dl {
	display: block;
	position: relative;
	margin: 0 0 20px;
	padding: 15px 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.border_box dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	margin: 0 0 8px;
	color: var(--black);
}

.border_box dd {
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 6px;
	color: var(--black);
}

.border_box dd ul {
	padding: 5px 12px;
	margin: 0;
}

.border_box dd ul li {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	margin: 2px 0;
	color: var(--sub-color);
	letter-spacing: -0.025em;
}

.border_box dd ul p {
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	margin: 8px 0 0;
}


/*---------------------------------------------------------------------------------------------------------------

	BUTTON

---------------------------------------------------------------------------------------------------------------*/
button.btn,
a.btn { 
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: var(--h-md); 
	background: #444; 
	color: var(--white);
	padding: 0 0.938rem; 
	margin: 0px;
	font-size: var(--text-sm);
	font-weight: 500;
	line-height: var(--h-md); 
	border-radius: var(--radius3);
	outline: none;
	border: 1px solid #444;
	white-space: nowrap;
	transition: all ease 0.3s;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}

button.btn:hover,
a.btn:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}

button.btn i,
a.btn i { 
	vertical-align: middle;
	font-size: var(--text-md);
}

.btn + .btn {
	margin: 0 2px;
}

.btn.mini { 
	height: var(--h-mini); 
	line-height: 1;
	padding: 0 0.42rem; 
	font-size: var(--text-xs);
	border-radius: var(--radius3);
}

.btn.sm { 
	height: var(--h-sm); 
	line-height: 1;
	padding: 0 0.75rem; 
	font-size: var(--text-sm);
	border-radius: var(--radius3);
}

.btn.sm i { 
	vertical-align: middle;
	font-size: 110%;
}

.btn.lg { 
	height: var(--h-lg);
	line-height: var(--h-lg);
	padding: 0 1.563rem; 
	font-size: var(--text-lg);
	border-radius: var(--radius6);
}

.btn.lg i { 
	vertical-align: middle;
	font-size: 110%;
}

.btn.huge { 
	height: var(--h-huge); 
	line-height: var(--h-huge); 
	padding: 0 25px; 
	font-size: var(--text-lg);
	border-radius: var(--radius6);
}

.btn.huge i { 
	vertical-align: middle;
	font-size: var(--text-lg);
}

.btn.btn-block {
	width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
	margin: 0;
}

.btn.btn-block + .btn.btn-block {
	margin: 5px 0 !important;
}


.btn.default { background: var(--main); border-color: var(--main); }
.btn.sub_main { background: var(--sub-main); border-color: var(--sub-main); }
.btn.primary { background: var(--primary); border-color: var(--primary); }
.btn.success { background: var(--success); border-color: var(--success); }
.btn.danger { background: var(--danger); border-color: var(--danger); }
.btn.info { background: var(--info); border-color: var(--info); }
.btn.warning { background: var(--warning); border-color: var(--warning); }
.btn.light { background: var(--light); color: var(--white); border-color: var(--light); }
.btn.white { background: var(--white); color: var(--title); border-color: var(--light); }
.btn.default_line { background: var(--white); color: var(--main); border-color: var(--main); }

.btn.width_icon i {
	display: block;
	font-size: 16px;
	line-height: 1.3;
}

.btn.width_icon small {
	display: block;
	font-size: 10px;
	line-height: 1.5;
}


/*---------------------------------------------------------------------------------------------------------------

	LIST

---------------------------------------------------------------------------------------------------------------*/

ul, ol, dl { 
	margin-top: 0; 
	margin-bottom: 0px;
	padding: 0;
}

li, dl, dd, dt { 
	margin: 0; 
	list-style: none;
	padding: 0;
}

ul ul, 
ol ul, 
ul ol, 
ol ol { 
	margin-bottom: 0;
}



/*---------------------------------------------------------------------------------------------------------------

	LAYOUT

---------------------------------------------------------------------------------------------------------------*/

#wrapper { 
	width: 100%; 
	max-width: 100%;
	margin: 0 auto;
	position: relative; 
	padding: 0;
}

.container { 
	width: 100%; 
	margin: 0 auto; 
	position: relative; 
	padding: 0 25px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.container { 
		width: 100%; 
		padding: 0 25px;
	}
}

@media (min-width: 1024px) {
	.container { 
		max-width: 970px; 
		padding: 0 25px;	
	}
}

@media (min-width: 1280px) {
	.container { max-width: 1400px; }
}


.alignLeft {
	float: left !important;
}

.alignRight {
	float: right !important;
}


.col_row {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	box-sizing: border-box;
	margin-left: -15px;
	margin-right: -15px;
}

.col_row .col {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

/* Mobile (Default) - xs */
.col_xs_1_12 { width: 8.333333%; }
.col_xs_2_12 { width: 16.6666666%; }
.col_xs_3_12 { width: 25%; }
.col_xs_4_12 { width: 33.3333333%; }
.col_xs_5_12 { width: 41.666666%; }
.col_xs_6_12 { width: 50%; }
.col_xs_7_12 { width: 58.33333%; }
.col_xs_8_12 { width: 66.6666666%; }
.col_xs_9_12 { width: 75%; }
.col_xs_10_12 { width: 83.333333%; }
.col_xs_11_12 { width: 91.66666%; }
.col_xs_12_12 { width: 100%; }

/* Tablet (768px ~) - sm */
@media (min-width: 768px) {
	.col_sm_1_12 { width: 8.333333%; }
	.col_sm_2_12 { width: 16.6666666%; }
	.col_sm_3_12 { width: 25%; }
	.col_sm_4_12 { width: 33.3333333%; }
	.col_sm_5_12 { width: 41.666666%; }
	.col_sm_6_12 { width: 50%; }
	.col_sm_7_12 { width: 58.33333%; }
	.col_sm_8_12 { width: 66.6666666%; }
	.col_sm_9_12 { width: 75%; }
	.col_sm_10_12 { width: 83.333333%; }
	.col_sm_11_12 { width: 91.66666%; }
	.col_sm_12_12 { width: 100%; }
}

/* Laptop (1024px ~) - md */
@media (min-width: 1024px) {
	.col_md_1_12 { width: 8.333333%; }
	.col_md_2_12 { width: 16.6666666%; }
	.col_md_3_12 { width: 25%; }
	.col_md_4_12 { width: 33.3333333%; }
	.col_md_5_12 { width: 41.666666%; }
	.col_md_6_12 { width: 50%; }
	.col_md_7_12 { width: 58.33333%; }
	.col_md_8_12 { width: 66.6666666%; }
	.col_md_9_12 { width: 75%; }
	.col_md_10_12 { width: 83.333333%; }
	.col_md_11_12 { width: 91.66666%; }
	.col_md_12_12 { width: 100%; }

	/* Existing classes mapped to Laptop/Desktop view */
	.col_1_12 { width: 8.333333%; }
	.col_2_12 { width: 16.6666666%; }
	.col_3_12 { width: 25%; }
	.col_4_12 { width: 33.3333333%; }
	.col_5_12 { width: 41.666666%; }
	.col_6_12 { width: 50%; }
	.col_7_12 { width: 58.33333%; }
	.col_8_12 { width: 66.6666666%; }
	.col_9_12 { width: 75%; }
	.col_10_12 { width: 83.333333%; }
	.col_11_12 { width: 91.66666%; }
	.col_12_12 { width: 100%; }
}

/* Desktop (1280px ~) - lg */
@media (min-width: 1280px) {
	.col_lg_1_12 { width: 8.333333%; }
	.col_lg_2_12 { width: 16.6666666%; }
	.col_lg_3_12 { width: 25%; }
	.col_lg_4_12 { width: 33.3333333%; }
	.col_lg_5_12 { width: 41.666666%; }
	.col_lg_6_12 { width: 50%; }
	.col_lg_7_12 { width: 58.33333%; }
	.col_lg_8_12 { width: 66.6666666%; }
	.col_lg_9_12 { width: 75%; }
	.col_lg_10_12 { width: 83.333333%; }
	.col_lg_11_12 { width: 91.66666%; }
	.col_lg_12_12 { width: 100%; }
}

.gap5 { gap: 0 5px; }
.gap10 { gap: 0 10px; }
.gap15 { gap: 0 15px; }
.gap20 { gap: 0 20px; }
.gap30 { gap: 0 30px; }
.gap40 { gap: 0 40px; }
.gap50 { gap: 0 50px; }
.gap60 { gap: 0 60px; }
.gap70 { gap: 0 70px; }
.gap80 { gap: 0 80px; }
.gap90 { gap: 0 90px; }
.gap100 { gap: 0 100px; }
.gap120 { gap: 0 120px; }
.gap150 { gap: 0 150px; }

.divider {
	display: block;
	position: relative;
	padding: 0;
	margin: 20px 0;
	width: 100%;
	height: 0.0875rem;
	background-color: #eeeeee;
}

.divider.thick {
	height: 7px;
	background-color: #eeeeee;
}

.scroll {
	overflow-y: scroll;
}

.scroll::-webkit-scrollbar{
    display: none; 
}

/*---------------------------------------------------------------------------------------------------------------

	MARGIN

---------------------------------------------------------------------------------------------------------------*/

.automargin { margin: auto !important; } 
.nomargin { margin: 0px !important; }
.notopmargin { margin-top: 0px !important; }
.norightmargin { margin-right: 0px !important; }
.nobottommargin { margin-bottom: 0px !important; }
.noleftmargin { margin-left: 0px !important; }
.allmargin { margin: 1.875rem !important; }
.topmargin { margin-top: 1.875rem !important; }
.rightmargin { margin-right: 1.875rem !important; }
.bottommargin { margin-bottom: 1.875rem !important; }
.leftmargin { margin-left: 1.875rem !important; }
.halftop { margin-top: 0.938rem !important; }
.halfbottom { margin-bottom: 0.938rem !important; }
.halfleft { margin-left: 0.938rem !important; }
.halfright { margin-right: 0.938rem !important; }
.halfmargin { margin: 0.938rem !important; }


.h0 { margin-top: 0 !important; }
.h5 { margin-top: 0.313rem !important; }
.h10 { margin-top: 0.625rem !important; }
.h15 { margin-top: 0.938rem !important; }
.h20 { margin-top: 1.25rem !important; }
.h30 { margin-top: 1.875rem !important; }
.h40 { margin-top: 2.5rem !important; }
.h50 { margin-top: 2.5rem !important; }
.h60 { margin-top: 3.75rem !important; }
.h70 { margin-top: 4.375rem !important; }
.h80 { margin-top: 5rem !important; }
.h100 { margin-top: 6.25rem !important; }

.b0 { margin-bottom: 0 !important; }
.b5 { margin-bottom: 0.313rem !important; }
.b10 { margin-bottom: 0.625rem !important; }
.b15 { margin-bottom: 0.938rem !important; }
.b20 { margin-bottom: 1.25rem !important; }
.b30 { margin-bottom: 1.875rem !important; }
.b40 { margin-bottom: 2.5rem !important; }
.b50 { margin-bottom: 2.5rem !important; }
.b60 { margin-bottom: 3.75rem !important; }
.b70 { margin-bottom: 4.375rem !important; }
.b80 { margin-bottom: 5rem !important; }
.b100 { margin-bottom: 6.25rem !important; }

.va_t { vertical-align: top !important; }
.va_m { vertical-align: middle !important; }
.va_b { vertical-align: bottom !important; }

.spacebetween {
	display: flex;
	position: relative;
	flex-flow: row nowrap;
	justify-content: space-between;
}

/*---------------------------------------------------------------------------------------------------------------

	PADDING

---------------------------------------------------------------------------------------------------------------*/

.p0 { padding: 0 !important; }
.p10 { padding: 0.625rem !important; }
.p15 { padding: 0.938rem !important; }
.p20 { padding: 1.25rem !important; }
.p25 { padding: 1.563rem !important; }
.p30 { padding: 1.875rem !important; }
.p40 { padding: 2.5rem !important; }

.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 0.625rem !important; }
.pt15 { padding-top: 0.938rem !important; }
.pt20 { padding-top: 1.25rem !important; }
.pt30 { padding-top: 1.875rem !important; }
.pt40 { padding-top: 2.5rem !important; }

.pr0 { padding-right: 0 !important; }
.pr10 { padding-right: 0.625rem !important; }
.pr15 { padding-right: 0.938rem !important; }
.pr20 { padding-right: 1.25rem !important; }
.pr30 { padding-right: 1.875rem !important; }
.pr40 { padding-right: 2.5rem !important; }

.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 0.625rem !important; }
.pb15 { padding-bottom: 0.938rem !important; }
.pb20 { padding-bottom: 1.25rem !important; }
.pb30 { padding-bottom: 1.875rem !important; }
.pb40 { padding-bottom: 2.5rem !important; }

.pl0 { padding-left: 0 !important; }
.pl10 { padding-left: 0.625rem !important; }
.pl15 { padding-left: 0.938rem !important; }
.pl20 { padding-left: 1.25rem !important; }
.pl30 { padding-left: 1.875rem !important; }
.pl40 { padding-left: 2.5rem !important; }



/*---------------------------------------------------------------------------------------------------------------

	LABEL

---------------------------------------------------------------------------------------------------------------*/
.label { 
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0 6px; 
	background: #222222;
	color: #ffffff; 
	font-size: 10px; 
	line-height: 18px; 
	font-weight: 600;
	height: 18px;
	letter-spacing: -0.025em;
	margin: 0;
	border: 0.0875rem solid transparent;
	outline: none;
	border-radius: 0.275rem;
}

.label.white { 
	background: var(--white);
	color: var(--sub-color);
	border-color: #cccccc; 
}

.label.default { 
	background: var(--main);
	border-color: var(--main);
}

.label.primary { 
	background: var(--primary);
	border-color: var(--primary);
}

.label.success { 
	background: var(--success);
	border-color: var(--success);
}

.label.danger { 
	background: var(--danger);
	border-color: var(--danger);
}
	
.label.info { 
	background: var(--info);
	border-color: var(--info);
}

.label.warning { 
	background: var(--warning);
	border-color: var(--warning);
}

.label.light { 
	background: var(--light);
	color: var(--sub-color);
	border-color: var(--light);
}



/*---------------------------------------------------------------------------------------------------------------

	BADGE

---------------------------------------------------------------------------------------------------------------*/

.badge {
	display: inline-block;
	position: relative;
	vertical-align: middle;
    padding: .18em .7em;
    border-radius: 10rem;
	background: var(--black);
	color: var(--white); 
	font-size: 11px; 
	line-height: 1.2; 
	letter-spacing: -0.025em;
	margin: 0;
	font-weight: normal;
}


.badge.white { background: var(--white); color: var(--sub-color); }
.badge.primary { background: var(--primary); }
.badge.success { background: var(--success); }
.badge.danger { background: var(--danger); }	
.badge.info { background: var(--info); }
.badge.warning { background: var(--warning); }
.badge.light { background: var(--light); color: var(--white); }
.badge.default { background: var(--main); }



/*---------------------------------------------------------------------------------------------------------------

	COLOR SYSTEM

---------------------------------------------------------------------------------------------------------------*/
.text-default { color: var(--main) !important; }
.text-primary { color: var(--primary) !important; }
.text-success { color: var(--success) !important; }
.text-danger { color: var(--danger) !important; }
.text-info { color: var(--info) !important; }
.text-warning { color: var(--warning) !important; }
.text-muted { color: var(--muted) !important; }
.text-orange { color: var(--orange) !important; }
.text-white { color: var(--white) !important; }
.text-pink { color: var(--pink) !important; }
.text-black { color: var(--black) !important; }



:root {
	
	--title-color: #222222;
	--text-color: #444444;
	--sub-color: #666666;

	--main: #334EAC;
	--sub-main: #5686E1;
	--primary: #428bca;
    --success: #31a000;
	--danger: #d10202;
	--info: #31708f;
	--warning : #fdbb4a;
	--muted: #999999;
	--orange: #ed4a13;
	--white: #ffffff;
	--pink: #f60a84;
	--light: #e5e5e5;
	--black: #000000;
	--border: #dddddd;

	--text-xs: 0.875rem;
	--text-sm: 0.975rem;
	--text-md: 1.025rem;
	--text-lg: 1.125rem;
	--text-xl: 1.45rem;
	--text-huge: 1.75rem;

	--h-mini: 1.75rem; /* 28px */
	--h-sm: 2.188rem; /* 34px */
	--h-md: 2.5rem; /* 40px */
	--h-lg: 2.875rem; /* 45px */
	--h-huge: 3.75rem; /* 60px */

	--input-h: 3.125rem;
    --radius3: 0.188rem; /* 3px */
    --radius6: 0.375rem; /* 6px */
    --radius8: 0.5rem; /* 8px */
    --radius12: 0.75rem; /* 12px */
    --radius20: 1.25rem;  /* 20px */
    --radius40: 2.5rem;  /* 40px */

}

/*---------------------------------------------------------------------------------------------------------------

	TYPOGRAPHY

---------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: 0;
}

h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

@media (min-width: 768px) {
	h1 { font-size: 36px; }
	h2 { font-size: 32px; }
	h3 { font-size: 28px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
	h6 { font-size: 18px; }
}
@media (min-width: 1025px) {
	h1 { font-size: 40px; }
	h2 { font-size: 36px; }
	h3 { font-size: 32px; }
	h4 { font-size: 28px; }
	h5 { font-size: 24px; }
	h6 { font-size: 20px; }
}
@media (min-width: 1280px) {
	h1 { font-size: 45px; }
	h2 { font-size: 40px; }
	h3 { font-size: 36px; }
	h4 { font-size: 32px; }
	h5 { font-size: 28px; }
	h6 { font-size: 24px; }
}


small { font-size: 85%; }
p { margin-bottom: 10px; }
address, em, dfn, cite, .italic { font-style: italic; }
del { text-decoration: line-through; }
ins { text-decoration: underline; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.strong { font-weight: bold; }
.normal { font-weight: normal; }
.uppercase { text-transform: uppercase; }

.w100 { font-weight: 100 !important; }
.w200 { font-weight: 200 !important; }
.w300 { font-weight: 300 !important; }
.w400 { font-weight: 400 !important; }
.w500 { font-weight: 500 !important; }
.w600 { font-weight: 600 !important; }
.w700 { font-weight: 700 !important; }
.w800 { font-weight: 800 !important; }
.w900 { font-weight: 900 !important; }

.line-condensed { line-height: 1.2 !important; }
.line-expanded { line-height: 1.8 !important; }
.no-indent { text-indent: none !important; }

.text-sm { font-size: var(--text-sm) !important; }
.text-md { font-size: var(--text-md) !important; }
.text-lg { font-size: var(--text-lg) !important; }
.text-xl { font-size: var(--text-xl) !important; }
.text-huge { font-size: var(--text-huge) !important; }

/*===============================================================================================================

	Table Style

===============================================================================================================*/
.table {
	display: block;
	position: relative;
	margin: 0 0 30px;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	border-top: 2px solid #888;
}

.table table {
	width: 100%;
	
}

.table thead .th {
	padding: 15px 17px;
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
}
.table tbody .th,
.table tbody .td {
	padding: 13px 17px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table tr td:first-child,
.table tr th:first-child {
	border-left: none;
}

.table .th {
	font-weight: 400;
	color: #000000;
	background: #fafafa;
}

.table.striped tr:nth-child(even) {
	background: #f9f9f9;
}


#m_wrapper .table {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	border-top: 3px solid #555;
	color: #222;
}

#m_wrapper .table tbody .th,
#m_wrapper .table tbody .td {
	padding: 10px 10px;
	border: 1px solid #ddd;
}

#m_wrapper .table .th {
	color: #000;
	background: #f5f5f5;
}

#m_wrapper .table tr:first-child .td,
#m_wrapper .table tr:first-child .th {
	border-top: none;
}

#m_wrapper .table tr .td:first-child,
#m_wrapper .table tr .th:first-child {
	border-left: none;
}

#m_wrapper .table tr .td:last-child,
#m_wrapper .table tr .th:last-child {
	border-right: none;
}

.arrow {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	background: transparent;
	text-indent: -9999px;
	border-top: 0.1rem solid #111111;
	border-left: 0.1rem solid #111111;
	text-decoration: none;
	color: transparent;
	margin-left: 5px;
	margin-bottom: 0.15rem;
	vertical-align: baseline;
}

.arrow.big {
	width: 12px;
	height: 12px;
}

.arrow.main {
	border-top-color: var(--main);
	border-left-color: var(--main);
}
.arrow.white {
	border-top-color: var(--white);
	border-left-color: var(--white);
}

.arrow:before {
	display: block;
	height: 200%;
	width: 200%;
	margin-left: -50%;
	margin-top: -50%;
	content: "";
	transform: rotate(45deg);
}

.arrow.prev {
	transform: rotate(-45deg);
}

.arrow.next {
	transform: rotate(135deg);
}

.arrow.up {
	transform: rotate(45deg);
}

.arrow.down {
	transform: rotate(-135deg);
}

/*===============================================================================================================

	POP MODAL

===============================================================================================================*/
.popup_modal_wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all ease-in-out .3s;
}

.popup_modal {
	display: block;
	position: absolute;
	width: 800px;
	left: 50%;
	top: 10%;
	margin-left: -400px;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.popup_modal_header {
	display: block;
	position: relative;
	padding: 20px 20px;
	margin: 0;
	background: #f1f1f1;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	border-bottom: 1px solid #cccccc;
	border-radius: 3px 3px 0 0;

}

button.btn_close {
	display: block;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 45px;
	line-height: 45px;
	color: #222222;
	outline: none;
}

.popup_modal_body {
	display: block;
	position: relative;
	padding: 25px 20px;
	background: #ffffff;
	font-size: 15px;
	line-height: 25px;
	color: var(--title);
	border-radius: 0 0 3px 3px;
	overflow-y: scroll;
}

@media (max-width: 767px) {
	.br-mo-hide {
		display: none;
	}
}