<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700|Open+Sans+Condensed:300,700");

/*
	Striped by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}


.w-100p{
	width:100% !important;
}



.P-0{
	padding:0px !important;
}

.Mx-100p{
	max-width:100% !important;
}


body {
	line-height: 1;
}

ol, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.area_round
{
width:100%;border-radius: 7px;-moz-border-radius: 7px;-khtml-border-radius: 7px;-webkit-border-radius: 7px;
/*padding:10px;border: 1px #A4A9B0 solid ;*/
}


.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  font-size:12px;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #364050;
  border-color: #364050;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #364050;
  border-color: #364050;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


/* Basic */


/*pc*/
.ment_4_top_left
{
	width:50%;
	float:left;
	padding-right:10px;
}
.ment_4_top_right
{
	width:50%;
	float:right;
	padding-left:10px;
}
/*ëª¨ë°”ì¼*/
@media screen and (max-width: 736px) {
	.ment_4_top_left
	{
		width:100%;
		float:left;
		padding-right:0;
		padding-left:0;
	}
	.ment_4_top_right
	{
		width:100%;
		float:left;
		padding-right:0;
		padding-left:0;
	}

		.Main_Top{
		font-size:30px !important;
		line-height:40px !important;
		padding:75px 0 !important;
	}

	.Main_Ranking,
	.Main_Contents1,
	.Main_Contents2,
	.Main_Contents3{
		padding:75px 0 !important;	
	}

	.Main_Contents1{
		padding-left:10px !important;
		padding-right:10px !important;
	}

	.Main_Contents1 h2,
	.Main_Contents2 h2,
	.Main_Contents3 h2{
		font-size:24px !important;
		line-height:36px !important;
	}

	.Main_Contents1 h3{
		font-size:14px !important;
		line-height:20px !important;
		padding-bottom:25px !important;
	}

	.Main_Contents2 h2,
	.Main_Contents3 h2{
		margin-bottom:50px !important;
	}


	.Main_Contents2 li,
	.Main_Contents3 li{
		padding:0 10px 40px 10px;
	}	



	.Main_Ranking img,	
	.Main_Contents2 img,
	.Main_Contents3 img{
		width:100% !important;
		height:100% !important;
	}

	.Main_Contents2 span{
		font-size:20px !important;
	}

}






	html {
		box-sizing: border-box;
	}

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

	body {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #565656;
	}

	a {
		color: #c94663;
		text-decoration:none;
	}

	strong, b {
		font-weight: 700;
		color: #232323;
	}

	h2, h3, h4, h5, h6 {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		color: #232323;
	}

	h2 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		color: inherit;
	}

	blockquote {
		border-left: solid 5px #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		padding: 1.5em 0 0 0;
		margin: 1.75em 0 0 0;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl {
		margin-bottom: 1em;
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row &gt; * {
			box-sizing: border-box;
		}

		.row.gtr-uniform &gt; * &gt; :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row &gt; .imp {
			order: -1;
		}

		.row &gt; .col-1 {
			width: 8.33333%;
		}

		.row &gt; .off-1 {
			margin-left: 8.33333%;
		}

		.row &gt; .col-2 {
			width: 16.66667%;
		}

		.row &gt; .off-2 {
			margin-left: 16.66667%;
		}

		.row &gt; .col-3 {
			width: 25%;
		}

		.row &gt; .off-3 {
			margin-left: 25%;
		}

		.row &gt; .col-4 {
			width: 33.33333%;
		}

		.row &gt; .off-4 {
			margin-left: 33.33333%;
		}

		.row &gt; .col-5 {
			width: 41.66667%;
		}

		.row &gt; .off-5 {
			margin-left: 41.66667%;
		}

		.row &gt; .col-6 {
			width: 50%;
		}

		.row &gt; .off-6 {
			margin-left: 50%;
		}

		.row &gt; .col-7 {
			width: 58.33333%;
		}

		.row &gt; .off-7 {
			margin-left: 58.33333%;
		}

		.row &gt; .col-8 {
			width: 66.66667%;
		}

		.row &gt; .off-8 {
			margin-left: 66.66667%;
		}

		.row &gt; .col-9 {
			width: 75%;
		}

		.row &gt; .off-9 {
			margin-left: 75%;
		}

		.row &gt; .col-10 {
			width: 83.33333%;
		}

		.row &gt; .off-10 {
			margin-left: 83.33333%;
		}

		.row &gt; .col-11 {
			width: 91.66667%;
		}

		.row &gt; .off-11 {
			margin-left: 91.66667%;
		}

		.row &gt; .col-12 {
			width: 100%;
		}

		.row &gt; .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 &gt; * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform &gt; * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 &gt; * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform &gt; * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 &gt; * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform &gt; * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row &gt; * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform &gt; * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 &gt; * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform &gt; * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 &gt; * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform &gt; * {
					padding-top: 100px;
				}

		@media screen and (min-width: 737px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-desktop {
					order: -1;
				}

				.row &gt; .col-1-desktop {
					width: 8.33333%;
				}

				.row &gt; .off-1-desktop {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-desktop {
					width: 16.66667%;
				}

				.row &gt; .off-2-desktop {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-desktop {
					width: 25%;
				}

				.row &gt; .off-3-desktop {
					margin-left: 25%;
				}

				.row &gt; .col-4-desktop {
					width: 33.33333%;
				}

				.row &gt; .off-4-desktop {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-desktop {
					width: 41.66667%;
				}

				.row &gt; .off-5-desktop {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-desktop {
					width: 50%;
				}

				.row &gt; .off-6-desktop {
					margin-left: 50%;
				}

				.row &gt; .col-7-desktop {
					width: 58.33333%;
				}

				.row &gt; .off-7-desktop {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-desktop {
					width: 66.66667%;
				}

				.row &gt; .off-8-desktop {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-desktop {
					width: 75%;
				}

				.row &gt; .off-9-desktop {
					margin-left: 75%;
				}

				.row &gt; .col-10-desktop {
					width: 83.33333%;
				}

				.row &gt; .off-10-desktop {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-desktop {
					width: 91.66667%;
				}

				.row &gt; .off-11-desktop {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-desktop {
					width: 100%;
				}

				.row &gt; .off-12-desktop {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 &gt; * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row &gt; * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 &gt; * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 &gt; * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 100px;
						}

		}

		@media screen and (min-width: 1201px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-wide {
					order: -1;
				}

				.row &gt; .col-1-wide {
					width: 8.33333%;
				}

				.row &gt; .off-1-wide {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-wide {
					width: 16.66667%;
				}

				.row &gt; .off-2-wide {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-wide {
					width: 25%;
				}

				.row &gt; .off-3-wide {
					margin-left: 25%;
				}

				.row &gt; .col-4-wide {
					width: 33.33333%;
				}

				.row &gt; .off-4-wide {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-wide {
					width: 41.66667%;
				}

				.row &gt; .off-5-wide {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-wide {
					width: 50%;
				}

				.row &gt; .off-6-wide {
					margin-left: 50%;
				}

				.row &gt; .col-7-wide {
					width: 58.33333%;
				}

				.row &gt; .off-7-wide {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-wide {
					width: 66.66667%;
				}

				.row &gt; .off-8-wide {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-wide {
					width: 75%;
				}

				.row &gt; .off-9-wide {
					margin-left: 75%;
				}

				.row &gt; .col-10-wide {
					width: 83.33333%;
				}

				.row &gt; .off-10-wide {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-wide {
					width: 91.66667%;
				}

				.row &gt; .off-11-wide {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-wide {
					width: 100%;
				}

				.row &gt; .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 &gt; * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row &gt; * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 &gt; * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 &gt; * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 100px;
						}

		}

		@media screen and (min-width: 737px) and (max-width: 1200px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-narrow {
					order: -1;
				}

				.row &gt; .col-1-narrow {
					width: 8.33333%;
				}

				.row &gt; .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-narrow {
					width: 16.66667%;
				}

				.row &gt; .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-narrow {
					width: 25%;
				}

				.row &gt; .off-3-narrow {
					margin-left: 25%;
				}

				.row &gt; .col-4-narrow {
					width: 33.33333%;
				}

				.row &gt; .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-narrow {
					width: 41.66667%;
				}

				.row &gt; .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-narrow {
					width: 50%;
				}

				.row &gt; .off-6-narrow {
					margin-left: 50%;
				}

				.row &gt; .col-7-narrow {
					width: 58.33333%;
				}

				.row &gt; .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-narrow {
					width: 66.66667%;
				}

				.row &gt; .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-narrow {
					width: 75%;
				}

				.row &gt; .off-9-narrow {
					margin-left: 75%;
				}

				.row &gt; .col-10-narrow {
					width: 83.33333%;
				}

				.row &gt; .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-narrow {
					width: 91.66667%;
				}

				.row &gt; .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-narrow {
					width: 100%;
				}

				.row &gt; .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 &gt; * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row &gt; * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 &gt; * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 &gt; * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 100px;
						}

		}

		@media screen and (min-width: 737px) and (max-width: 1000px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-narrower {
					order: -1;
				}

				.row &gt; .col-1-narrower {
					width: 8.33333%;
				}

				.row &gt; .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-narrower {
					width: 16.66667%;
				}

				.row &gt; .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-narrower {
					width: 25%;
				}

				.row &gt; .off-3-narrower {
					margin-left: 25%;
				}

				.row &gt; .col-4-narrower {
					width: 33.33333%;
				}

				.row &gt; .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-narrower {
					width: 41.66667%;
				}

				.row &gt; .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-narrower {
					width: 50%;
				}

				.row &gt; .off-6-narrower {
					margin-left: 50%;
				}

				.row &gt; .col-7-narrower {
					width: 58.33333%;
				}

				.row &gt; .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-narrower {
					width: 66.66667%;
				}

				.row &gt; .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-narrower {
					width: 75%;
				}

				.row &gt; .off-9-narrower {
					margin-left: 75%;
				}

				.row &gt; .col-10-narrower {
					width: 83.33333%;
				}

				.row &gt; .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-narrower {
					width: 91.66667%;
				}

				.row &gt; .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-narrower {
					width: 100%;
				}

				.row &gt; .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 &gt; * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row &gt; * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 &gt; * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 &gt; * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-mobile {
					order: -1;
				}

				.row &gt; .col-1-mobile {
					width: 8.33333%;
				}

				.row &gt; .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-mobile {
					width: 16.66667%;
				}

				.row &gt; .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-mobile {
					width: 25%;
				}

				.row &gt; .off-3-mobile {
					margin-left: 25%;
				}

				.row &gt; .col-4-mobile {
					width: 33.33333%;
				}

				.row &gt; .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-mobile {
					width: 41.66667%;
				}

				.row &gt; .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-mobile {
					width: 50%;
				}

				.row &gt; .off-6-mobile {
					margin-left: 50%;
				}

				.row &gt; .col-7-mobile {
					width: 58.33333%;
				}

				.row &gt; .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-mobile {
					width: 66.66667%;
				}

				.row &gt; .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-mobile {
					width: 75%;
				}

				.row &gt; .off-9-mobile {
					margin-left: 75%;
				}

				.row &gt; .col-10-mobile {
					width: 83.33333%;
				}

				.row &gt; .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-mobile {
					width: 91.66667%;
				}

				.row &gt; .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-mobile {
					width: 100%;
				}

				.row &gt; .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 &gt; * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row &gt; * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 &gt; * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 &gt; * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 100px;
						}

		}

/* Table */

	table {
		margin-bottom: 1em;
		width: 100%;
	}

		table tbody tr:nth-child(2n+2) {
			background: #f4f4f4;
		}

		table td {
		font-size:12px;
		}

		table th {
			text-align: left;
			font-weight: 700;
			padding: 0.75em 1em 0.75em 1em;
		}

		table thead {
			border-bottom: solid 1px #ddd;
		}

		table tfoot {
			border-top: solid 1px #ddd;
			background: #eee;
		}

/* Form */

	form label {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		color: #232323;
		margin: 0 0 0.75em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		display: block;
		border-radius: 0.4em;
		border: solid 1px #ddd;
		padding: 0.5em 0.45em;
		width: 100%;
		line-height: 1.25em;
		height:2.5em;
		font-size:12px;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			box-shadow: 0px 0px 2px 2px #c94663;
		}

	form ::-webkit-input-placeholder {
		color: #aaa;
	}

	form :-moz-placeholder {
		color: #aaa;
	}

	form ::-moz-placeholder {
		color: #aaa;
	}

	form :-ms-input-placeholder {
		color: #aaa;
	}

/* Section/Article */

	header {
		margin: 0 0 2em 0;
	}

		header &gt; p {
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 300;
			display: block;
			margin-top: 1em;
			color: #999;
		}

	section, article {
		margin-bottom: 3em;
	}

		section &gt; :last-child,
		section &gt; .inner &gt; :last-child, section:last-child, article &gt; :last-child,
		article &gt; .inner &gt; :last-child, article:last-child {
			margin-bottom: 0;
		}

/* Image */

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		font-size:14px;
		height:40px;
		line-height:40px;
		cursor: pointer;
		background-color: #c94663;
		background-image: url("images/bgbase3.png");
		border-radius: 0.4em;
		text-align: center;
		box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-decoration: none;
		-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		transition: background-color .25s ease-in-out, color .25s ease-in-out;
		text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
	}

		input[type="button"]:disabled, input[type="button"].disabled,
		input[type="submit"]:disabled,
		input[type="submit"].disabled,
		input[type="reset"]:disabled,
		input[type="reset"].disabled,
		button:disabled,
		button.disabled,
		.button:disabled,
		.button.disabled {
			opacity: 0.35;
			cursor: default;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color: #d95673;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background-color: #b93653;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background-color: #364050;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: #465060;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #263040;
			}

/* List */

	ul {
		list-style: disc;
	}

		ul li {
			
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Pagination */

	.pagination .pages {
		display: inline-block;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
	}

		.pagination .pages span {
			display: inline-block;
			width: 1.5em;
			text-align: center;
			margin: 0 0.4em 0 0;
		}

		.pagination .pages a {
			cursor: pointer;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: inherit;
			background-color: #e8e8e8;
			background-image: url("images/bg02.png");
			color: #565656;
			margin: 0 0.4em 0 0;
			border-radius: 0.4em;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			box-shadow: inset 0 0.075em 0.25em 0 rgba(0, 0, 0, 0.1);
		}

			.pagination .pages a:hover {
				background-color: #dadada;
			}

			.pagination .pages a.active {
				background-color: #364050;
				color: #fff;
				box-shadow: none;
				text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
			}

/* Box */

	.box.calendar .inner {
		position: relative;
		background-color: rgba(0, 0, 0, 0.15);
		border-radius: 0.4em;
		padding: 0.75em 0.5em 0.75em 0.5em;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	}

	.box.calendar caption {
		font-weight: 700;
		color: #fff;
		margin: 0 0 0.25em 0;
	}

	.box.calendar tbody tr:nth-child(2n+2) {
		background: transparent;
	}

	.box.calendar table {
		margin: 0 auto;
	}

	.box.calendar td {
		cursor: default;
		padding: 0.35em 0 0.35em 0;
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		text-align: center;
	}

	.box.calendar th {
		cursor: default;
		padding: 0.35em 0 0.35em 0;
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		font-weight: 700;
		color: #fff;
		text-align: center;
	}

	.box.calendar td a, .box.calendar td span {
		display: block;
		margin: 0 auto;
		width: 1.5em;
		height: 1.5em;
		text-align: center;
		line-height: 1.4em;
		border-radius: 0.4em;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		text-decoration: none;
	}

	.box.calendar td a {
		color: #fff;
		font-weight: 700;
	}

		.box.calendar td a:hover {
			background-color: rgba(200, 225, 255, 0.1);
			color: #fff;
		}

	.box.calendar td.today a {
		background-color: #c94663;
		background-image: url("images/bgbase3.png");
		box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15), 0 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
		color: #fff !important;
	}

	.box.post {
		position: relative;
	}

		.box.post .info .stats {
			margin: 0;
			cursor: default;
		}

			.box.post .info .stats a {
				font-size: 0.8em;
				text-decoration: none;
				color: #232323;
				font-weight: 700;
				line-height: 1em;
			}

	.box.recent-posts ul {
		list-style: none;
		padding-left: 0;
	}

	.box.recent-posts li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		padding: 0.5em 0 0.5em 0;
	}

		.box.recent-posts li:first-child {
			border-top: 0;
			box-shadow: none;
			padding-top: 0;
		}

		.box.recent-posts li:last-child {
			padding-bottom: 0;
		}



	.box.login-area ul {
		list-style: none;
		padding-left: 0;
	}

	.box.login-area li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		padding: 3px 0 3px 0;
	}
	.box.login-area li .button {
		width:100%;
		padding:0;
		border:1px #4A9BEA solid;
		background-color:#4A9BEA;
		background-image: url("images/bgbutton.png");
	}


		.box.login-area li:first-child {
			border-top: 0;
			box-shadow: none;
			padding-top: 0;
		}

		.box.login-area li:last-child {
			padding-bottom: 0;
		}


	.box.recent-comments ul {
		list-style: none;
		padding-left: 0;
	}

	.box.recent-comments li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		padding: 0.5em 0 0.5em 0;
	}

		.box.recent-comments li:first-child {
			border-top: 0;
			box-shadow: none;
			padding-top: 0;
		}

		.box.recent-comments li:last-child {
			padding-bottom: 0;
		}

	.box.search form {
		position: relative;
	}

		.box.search form input {
			position: relative;
			padding-right: 34px;
		}

		.box.search form:before {
			text-decoration: none;
			display: inline-block;
			font-family: 'Font Awesome 5 Free';
			font-size: 18px;
			font-weight: 900;
			text-decoration: none;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: '\f002';
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
			-moz-transform: scale(-1, 1);
			-webkit-transform: scale(-1, 1);
			-ms-transform: scale(-1, 1);
			transform: scale(-1, 1);
			position: absolute;
			right: 0.5em;
			top: 0.25em;
			z-index: 1;
			text-shadow: none;
			color: #c8ccce;
		}

			.box.search form:before:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

	.box.text-style1 .inner {
		position: relative;
		background-color: rgba(0, 0, 0, 0.15);
		border-radius: 0.4em;
		padding: 0.5em 1em;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
		
	}

	.box.leftbanner .inner {
		position: relative;
		background-color: rgba(0, 0, 0, 0.15);
		border-radius: 0.4em;
		padding: 0;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	}
/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: normal;
		}

		.icon &gt; .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Nav */

	#nav &gt; ul &gt; li &gt; ul {
		display: none;
	}

	#nav ul {
		margin: 0;
		list-style: none;
		padding-left: 0;
	}

	#nav li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		padding: 0.5em 0 0.5em 0;
	}

		#nav li:first-child {
			border: 0;
			box-shadow: none;
			padding-top: 0;
		}

		#nav li:last-child {
			padding-bottom: 0;
		}

		#nav li a {
			display: block;
			padding: 0.4em 1em 0.4em 1em;
			text-decoration: none;
			border-radius: 0.4em;
			outline: 0;
			-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			transition: background-color .25s ease-in-out, color .25s ease-in-out;
		}

		#nav li.current a {
			background-color: rgba(0, 0, 0, 0.15) !important;
			box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
			font-weight: 700;
			color: #fff;
		}

		#nav li:hover a {
			background-color: rgba(255, 255, 255, 0.1);
			color: #fff;
		}

/* Sidebar */

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: none;
		height: 50px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background-color:#13514D;  /*ëª¨ë°”ì¼ TOP ìŠ¬ë¼ì´ë“œ BG*/
	}

		#titleBar .title {
			padding-top:17px;
			display: block;
			color: #fff;
			line-height: 14px;
			font-size: 1.25em;
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 700;
			letter-spacing: 0.1em;
			text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
			/*box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);*/
			text-align: center;
		}

			#titleBar .title a {
				color: inherit;
				text-decoration: none;
				height:60px;
			}

			/* ëª¨ë°”ì¼ ë¡œê³&nbsp; ì´ë¯¸ì§€ */
			#titleBar .title img {
			
				padding-top:4px;
				height:40px;
				border-radius: 7px;
				-moz-border-radius: 7px;
				-khtml-border-radius: 7px;
				-webkit-border-radius: 7px;
				display:none;
				
			}
		
		/* ëª¨ë°”ì¼ ë©”ë‰´ ì´ë¯¸ì§€ */
		#titleBar .toggle {
			text-decoration: none;
			width: 80px;
			height: 50px;
			position: absolute;
			top: 0;
			left: 0;
		}

			#titleBar .toggle:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			#titleBar .toggle:before {
				text-decoration: none;
				content: '\f0c9';
				display: block;
				position: absolute;
				top: 10px;
				font-size: 14px;
				width: 50px;
				height: 30px;
				line-height: 30px;
				background: #c94663 url("images/bgbase3.png");
				border-radius: 5px;
				color: #fff;
				text-align: center;
				box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15), 0 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
				text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
				left: 15px;
			
			}

			#titleBar .toggle:active:before {
				background-color: #d95673;
			}

	#sidebar {
		color: rgba(255, 255, 255, 0.55);
		text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
		width: 14em;
		padding: 0 1.35em 1em 1.15em;
		background: #364050 ;
		overflow: hidden;
		left: 0;
		box-shadow: inset -0.1em 0em 0.35em 0em rgba(0, 0, 0, 0.15);
		-moz-order: -1;
		-webkit-order: -1;
		-ms-order: -1;
		order: -1;
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		background-color:#13514D;  /*ìŠ¬ë¼ì´ë“œ BG*/
		
	}

		#sidebar form input, #sidebar form select, #sidebar form textarea {
			border: 0;
		}

		#sidebar section, #sidebar nav {
			position: relative;
			margin: 0;
			font-size: 0.9em;
		}

			#sidebar section:before, #sidebar nav:before {
				content: '';
				/*
				border-top: solid 1px;
				border-bottom: solid 1px;
				border-color: rgba(0, 0, 0, 0.25);
				box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075), 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
				*/
				display: block;
				height: 0.5em;
				margin: 0 ;
			}

		#sidebar strong, #sidebar b {
			color: #fff;
		}

		#sidebar a {
			color: #d4dde0;
		}

		#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
			color: #fff;
		}

		#sidebar header {
			margin: 0 0 5px 0;
		}

/* Content */

	#content {
		position: relative;
		background-color: #fff;
		width: 100%;
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;

	}

		#content &gt; .inner {
			position: relative;
			z-index: 1;
		}

/* Copyright */

	#copyright {
		list-style: none;
		padding-left: 0;

	}

		#copyright li {
			padding-left: 0;
		}

		#copyright p {
			opacity: 0.75;
		}

		#copyright a {
			font-size:10px;
			color:#526179 !important;
		}

		#copyright:before {
			content: '';
			/*
			border-top: solid 1px;
			border-bottom: solid 1px;
			border-color: rgba(0, 0, 0, 0.25);
			box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075), 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
			*/
			display: block;
		}

/* Desktop */

	@media screen and (min-width: 737px) {

		/* Basic */

			body {
				height: 100%;
				line-height: 1.75em;
			}

			input, textarea, select {
				line-height: 1.75em;
			}

			h2 {
				font-size: 1.6em;
			}

			h3, h4, h5, h6 {
				font-size: 1em;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			.button,
			button {
				display: inline-block;
				padding: 0.5em 2em 0.5em 2em;
			}

				input[type="button"].small,
				input[type="submit"].small,
				input[type="reset"].small,
				.button.small,
				button.small {
					font-size: 0.85em;
					padding: 0.35em 1.5em 0.35em 1.5em;
				}

				input[type="button"].big,
				input[type="submit"].big,
				input[type="reset"].big,
				.button.big,
				button.big {
					font-size: 1.25em;
					padding: 0.75em 2em 0.75em 2em;
				}

				input[type="button"].huge,
				input[type="submit"].huge,
				input[type="reset"].huge,
				.button.huge,
				button.huge {
					font-size: 1.5em;
					padding: 0.75em 2em 0.75em 2em;
				}

		/* Pagination */

			.pagination {
				padding: 3em 0 0 0;
			}

				.pagination .previous {
					margin-right: 0.6em;
				}

				.pagination .next {
					margin-left: 0.2em;
				}

				.pagination .pages a {
					width: 2.75em;
					height: 2.75em;
					line-height: 2.75em;
				}

				.pagination .button {
					height: 2.75em;
					padding-top: 0;
					padding-bottom: 0;
					line-height: 2.75em;
				}

		/* Box */

			.box.post .info .stats {
				list-style: none;
				padding-left: 0;
			}

				.box.post .info .stats li {
					padding-left: 0;
				}

					.box.post .info .stats li a {
						border-radius: 0.4em;
						opacity: 0.5;
						-moz-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
						-webkit-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
						-ms-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
						transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
					}

					.box.post .info .stats li:hover a {
						background-color: #f4f4f4;
						opacity: 1.0;
					}

		/* Logo */

			#logo {
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight: 700;
				padding: 0.875em 0.25em 0 0;
				letter-spacing: 0.1em;
				
				
			}
			#logo .logo_text{display:none;}

				#logo a {
					display: block;
					text-align: center;
					text-decoration: none;
					color: #fff;
				}

				#logo img {
					width:80%;
					height:80%;
					border-radius: 50%;
					-moz-border-radius: 50%;
					-khtml-border-radius: 50%;
					-webkit-border-radius: 50%;
				}
		/* Content */

			#content {
				/*box-shadow: 0 0 0.25em 0em rgba(0, 0, 0, 0.25);*/
			}

				#content &gt; .inner {

					/*
								This sets an upper limit on your page content to prevent it
								from looking insane on really wide displays. It's currently set
								to the width of the sample post images, but you can change it to
								whatever you like (or remove it entirely).
							*/

					max-width: 1038px;
				}

		/* Copyright */

			#copyright {
				margin: 2em 0 0 0;
				text-align: center;
			}

				#copyright p {
					font-size: 0.8em;
					line-height: 2em;
				}

				#copyright:before {
					height: 0.5em;
					margin: 0 0 2em 0;
				}

	}

/* Wide */

	@media screen and (min-width: 1201px) {

		/* Basic */

			body {
				min-width: 1200px;
				font-size: 12pt;
			}

			input, textarea, select {
				font-size: 12pt;
			}

		/* Box */

			.box.post h2 {
				font-size: 3.25em;
				line-height: 1.25em;
			}

			.box.post header {
				padding: 2.75em 0 0 0;
				margin: 0 0 3em 0;
			}

				.box.post header &gt; p {
					font-size: 2.25em;
					line-height: 1.5em;
					position: relative;
					top: -0.65em;
					margin-bottom: -0.65em;
				}

			.box.post .info {
				position: absolute;
				width: 5.5em;
				overflow: hidden;
				background-color: #fff;
				background-image: url("images/bg02.png");
				left: -10.5em;
				top: 0;
				padding: 1.5em 1em 1.5em 1em;
				border-top-left-radius: 0.4em;
				border-bottom-left-radius: 0.4em;
				box-shadow: 0.25em 0 0 0 #fbfbfb, 0 0 0.25em 0em rgba(0, 0, 0, 0.25);
			}

				.box.post .info .date {
					position: relative;
					z-index: 1;
					font-family: 'Open Sans Condensed', sans-serif;
					font-weight: 400;
					text-align: center;
					display: block;
					font-size: 1.5em;
					color: #999;
					border-bottom: solid 1px #ddd;
					padding: 0 0 1em 0;
					margin: 0 0 0.75em 0;
				}

					.box.post .info .date .year,
					.box.post .info .date .month span {
						display: none;
					}

					.box.post .info .date .day {
						display: block;
						margin: 0.25em 0 0 0;
						font-size: 1.5em;
						font-weight: 700;
						color: #1b252a;
					}

				.box.post .info .stats {
					position: relative;
					z-index: 1;
				}

					.box.post .info .stats li {
						margin: 1.25em 0 0 0;
					}

						.box.post .info .stats li a {
							position: relative;
							display: block;
							text-align: right;
							padding: 0 0.5em 0 0.5em;
						}

							.box.post .info .stats li a:before {
								position: absolute;
								left: 0;
								top: 50%;
								margin-top: -0.5em;
								font-size: 16px;
								width: 1.5em;
								text-align: center;
								opacity: 0.35;
							}

		/* Content */

			#content {
				padding: 30px 0 0 40px;
				margin-left: 0;
				
			}

	}

/* Narrow */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
				min-width: 1000px;
				font-size: 11pt;
			}

			input, textarea, select {
				font-size: 11pt;
			}

		/* Box */

			.box.post h2 {
				font-size: 3.25em;
				line-height: 1.25em;
			}

			.box.post header {
				padding: 1.5em 0 0 0;
				margin: 0 0 3em 0;
			}

				.box.post header &gt; p {
					font-size: 1.75em;
					line-height: 1.5em;
					position: relative;
					top: -0.75em;
					margin-bottom: -0.75em;
				}

			.box.post .info {
				width: 100%;
				padding: 1em 0 0 0;
				position: relative;
				top: -2em;
			}

				.box.post .info .date {
					display: inline;
				}

				.box.post .info .stats {
					display: inline;
					border-left: solid 1px #ddd;
					margin-left: 1em;
					padding-left: 1em;
				}

					.box.post .info .stats li {
						display: inline-block;
						margin-left: 0.25em;
					}

						.box.post .info .stats li a {
							display: inline-block;
							padding-right: 0.5em;
						}

							.box.post .info .stats li a:before {
								position: relative;
								width: 1.75em;
								text-align: center;
								margin-right: 0.35em;
								opacity: 0.35;
							}

		/* Content */

			#content {
				padding: 2em 3em 6em 3em;
				
			}

	}

/* Narrower */

	@media screen and (min-width: 737px) and (max-width: 1000px) {

		/* Basic */

			body {
				min-width: 641px;
				font-size: 14pt;
			}

			input, textarea, select {
				font-size: 14pt;
			}

		/* Logo */

			#logo {
				display:;
			}
			#logo img {
				width:50%;
				height:50%;
				border-radius: 50%;
				-moz-border-radius: 50%;
				-khtml-border-radius: 50%;
				-webkit-border-radius: 50%;
			}
			#logo .logo_text{display:none;}

		/* Nav */

			#nav {
				margin-top: 0 !important;
			}

				#nav:before {
					display: none !important;
				}

				#nav li:hover a {
					background: none;
				}

		/* Sidebar */

			#sidebar {
				padding: 30px 20px 30px 20px;
			}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				line-height: 1.75em;
				font-size: 11pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.5em;
			}

		/* Section/Article */

			section, article {
				clear: both;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
				font-size: 1.25em;
				margin: 0.5em 0 0.5em 0;
			}

		/* Pagination */

			.pagination .pages {
				display: none;
			}

		/* Box */

			.box.post {
				padding-bottom: 5em;
				margin-bottom: 4em;
			}

				.box.post header &gt; p {
					font-size: 1em;
					font-family: 'Source Sans Pro', sans-serif;
					line-height: 1.5em;
				}

				.box.post .info {
					width: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					border-top: solid 1px #ddd;
					padding-top: 0.5em;
				}

					.box.post .info .date {
						display: inline;
					}

						.box.post .info .date .year, .box.post .info .date .month span {
							display: none;
						}

					.box.post .info .stats {
						display: inline;
						border-left: solid 1px #ddd;
						margin-left: 0.75em;
						padding-left: 0.75em;
					}

						.box.post .info .stats li {
							display: inline-block;
							margin-right: 0.85em;
						}

							.box.post .info .stats li a {
								display: inline-block;
								opacity: 0.5;
							}

								.box.post .info .stats li a:before {
									position: relative;
									top: 0.1em;
									margin-right: 0.5em;
									opacity: 0.35;
								}

								.box.post .info .stats li a:active {
									opacity: 1.0;
								}

		/* Logo */

			#logo {
				display:;
				text-align:center;

			}
			#logo img {
				width:50%;
				height:50%;
				border-radius: 50%;
				-moz-border-radius: 50%;
				-khtml-border-radius: 50%;
				-webkit-border-radius: 50%;
				
			}
			#logo .logo_text{display:none;}
		/* Nav */

			#nav {
				margin-top: 0 !important;
			}

				#nav:before {
					display: none !important;
				}

				#nav li:hover a {
					background: none;
				}

		/* Content */

			#content {
				margin-top: 14px;
				padding: 20px 10px 10px 10px;
			}

		/* Sidebar */

			#sidebar {
				padding: 20px 12px 20px 10px;
				box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.15), inset -0.1em 0 0.5em 0 rgba(0, 0, 0, 0.25);
			}

		/* Copyright */

			#copyright {
				margin: 2em 0 0 0;
				text-align: center;
			}

				#copyright p {
					font-size: 0.9em;
					line-height: 2em;
				}

				#copyright:before {
					height: 0.5em;
					margin: 0 0 2em 0;
				}

	}

/* Off-Canvas Sidebar */

	@media screen and (max-width: 1000px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Content */

			#content {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				margin-top: 44px;
				margin-left: 0;
				margin-right: 0;
				min-height: 0 !important;
			}

		/* Sidebar */

			#titleBar {
				display: block;
			}

			#sidebar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100% !important;
				min-height: 0 !important;
				overflow-y: auto;
				position: fixed;
				top: 0;
				z-index: 10002;
				-moz-transform: translateX(-14em);
				-webkit-transform: translateX(-14em);
				-ms-transform: translateX(-14em);
				transform: translateX(-14em);
			}

			body.sidebar-visible #content, body.sidebar-visible #titleBar {
				-moz-transform: translateX(14em);
				-webkit-transform: translateX(14em);
				-ms-transform: translateX(14em);
				transform: translateX(14em);
			}

			body.sidebar-visible #sidebar {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}



.row_box{
overflow:hidden;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }

.col-xs-1{width: 8.33333%;}
.col-xs-2{width: 16.66667%;}
.col-xs-3{width: 25%;}
.col-xs-4{width: 33.33333%;}
.col-xs-5{width: 41.66667%;}
.col-xs-6{width: 50%;}
.col-xs-7{width: 58.33333%;}
.col-xs-8{width: 66.66667%;}
.col-xs-9{width: 75%;}
.col-xs-10{width: 83.33333%;}
.col-xs-11{width: 91.66667%;}
.col-xs-12{width: 100%;}




@media (min-width: 768px) {

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

.col-sm-1{width: 8.33333%;}
.col-sm-2{width: 16.66667%;}
.col-sm-3{width: 25%;}
.col-sm-4{width: 33.33333%;}
.col-sm-5{width: 41.66667%;}
.col-sm-6{width: 50%;}
.col-sm-7{width: 58.33333%;}
.col-sm-8{width: 66.66667%;}
.col-sm-9{width: 75%;}
.col-sm-10{width: 83.33333%;}
.col-sm-11{width: 91.66667%;}
.col-sm-12{width: 100%;}

}

@media (min-width: 992px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
.col-md-1{width: 8.33333%;}
.col-md-2{width: 16.66667%;}
.col-md-3{width: 25%;}
.col-md-4{width: 33.33333%;}
.col-md-5{width: 41.66667%;}
.col-md-6{width: 50%;}
.col-md-7{width: 58.33333%;}
.col-md-8{width: 66.66667%;}
.col-md-9{width: 75%;}
.col-md-10{width: 83.33333%;}
.col-md-11{width: 91.66667%;}
.col-md-12{width: 100%;}

}


@media (min-width: 1200px) {

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-1{width: 8.33333%;}
.col-lg-2{width: 16.66667%;}
.col-lg-3{width: 25%;}
.col-lg-4{width: 33.33333%;}
.col-lg-5{width: 41.66667%;}
.col-lg-6{width: 50%;}
.col-lg-7{width: 58.33333%;}
.col-lg-8{width: 66.66667%;}
.col-lg-9{width: 75%;}
.col-lg-10{width: 83.33333%;}
.col-lg-11{width: 91.66667%;}
.col-lg-12{width: 100%;}

}

@media (max-width: 768px) {
	.Global_Box_Padding{
		padding-top:15px;
	}

	.Global_Box_Padding_1{
		padding-top:10px;
	}

	.Search_Box_Ken{
		height:15px;
	}

	.Search_Box_Ken span{
		display:none;
	}

	.Padding_OnOff_Box{
		padding-top:10px;
	}
}


/* Media ì„¤ì&nbsp;• S */

@media (min-width: 768px) {
	.Global_Box_Padding{
	padding-left:10px;
	}

	.Global_Box_Padding_1{
	padding-left:10px;
	}

	.Search_Box_Ken{
		width:30px !important;
		text-align:center;
	}

	.Padding_OnOff_Box{
		padding-left:10px;
	}

}

@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}

/* Media ì„¤ì&nbsp;• E */


.Search_Button{
	background-color:#364050;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:4px;
}

.Search_Button a{
	display:block;
	color:#ffffff;
	font-size:14px;
}

.Board_Title_Box{
	background-color:#39B09C;
	color:#ffffff;
	text-align:center;
	border:1px #ffffff solid;
	height:40px;
	line-height:40px;
}

.Profit_Title_Box{
	background-color:#626F84;
	color:#ffffff;
	font-size:12px;
	padding:0 15px;
	font-weight:bold;
	height:40px;
	line-height:40px;
}

.Profit_Title_Box_In{
	overflow:hidden;
	padding:10px;
	border:1px #626F84 solid;
}

.Profit_Title_Box_In .Left_Box{
	clear:both;
	float:left;
	line-height:34px;
}

.Profit_Title_Box_In .Right_Box{
	float:right;
	line-height:34px;	
}

.Promote_Menu_Box{
	border-bottom:1px #626F84 solid;
}

.Promote_Menu_Box .On_Box{
	text-align:center;
	background-color:#626F84;
	height:40px;
	line-height:40px;
}

.Promote_Menu_Box .On_Box a{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	display:block;
}

.Promote_Menu_Box .Off_Box{
	text-align:center;
	background-color:#ffffff;
	height:40px;
	line-height:40px;
}

.Promote_Menu_Box .Off_Box a{
	font-size:14px;
	font-weight:bold;
	color:#364050;
	display:block;
}
.Board_Write_Box{
	overflow:hidden;
	padding-bottom:20px;
}

.Board_Write_Box .Left_Box{
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;
}

.Board_Write_Box .Right_Box{
	float:right;
	width:-webkit-calc(100% - 60px);
	width:-moz-calc(100% - 60px);
	width:calc(100% - 60px);
}


.Menber_Title_Box{
	background-color:#364050;
	padding:5px;
	color:#ffffff;
	text-align:center;
}

.Member_Layout_Box{
	overflow:hidden;
	padding:10px 0;
}


.Member_Layout_Box .Title_Box{
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;
}

.Member_Layout_Box .Content_Box{
	float:right;
	width:-webkit-calc(100% - 100px);
	width:-moz-calc(100% - 100px);
	width:calc(100% - 100px);
}

.Member_Layout_Box .Content_Box .Left_Box{
	float:left;
	width:-webkit-calc(100% - 100px);
	width:-moz-calc(100% - 100px);
	width:calc(100% - 100px);
}

.Member_Layout_Box .Content_Box .Right_Box{
	float:right;
}


.Member_Submit_Button{
	text-align:center;
	padding:20px 0;
	border-top:1px #364050 solid;
}





#hdtb-sc
{
	-webkit-user-select:none;
	display:block;
	height:40px;
	line-height:40px;
	overflow-y:hidden;
	position:relative;
	-webkit-overflow-scrolling:touch;
	overflow-x:scroll;
	background-color:#ffffff;
	/*padding-bottom:30px;*/
}
#hdtb-sc::-webkit-scrollbar
{
	display:none;
}
#hdtb-msb
{
	display:inline-block;position:relative;white-space:nowrap;overflow:hidden;
}
#hdtb-msb .hdtb-mitem
{
	display:inline-block
}
#hdtb-msb .hdtb-mitem.hdtb-msel,#hdtb-msb .hdtb-mitem.hdtb-msel-pre
{
	border-bottom:3px solid #4285f4;color:#4285f4;
}
#hdtb-msb .hdtb-mitem.hdtb-msel:hover
{
	cursor:pointer;
}
#hdtb-msb .hdtb-mitem.hdtb-msel:active
{
	background:none;
}
#hdtb-msb #hdtb-more,#hdtb-msb #hdtb-tls
{
	color:rgba(0,0,0,0.54);
}
#hdtb-msb .hdtb-mitem.hdtb-msel,#hdtb-msb .hdtb-mitem.hdtb-msel-pre
{
	border-bottom:2px solid #4285f4;box-sizing:border-box;-webkit-box-sizing:border-box;color:#4285f4;
}
#hdtb-more,#hdtb-msb .hdtb-imb,#hdtb-msb .hdtb-imb.hdtb-msel,#hdtb-tls
{
	display:inline-block;line-height:40px;height:40px;margin:0;padding:0px 16px;text-align:center;background-color:transparent;
}
#hdtb-msb
{
	padding-right:8px;
}
#hdtb-msb .hdtb-imb,#hdtb-msb .hdtb-imb a,#hdtb-msb #hdtb-tls
{
	font-family:Roboto-Medium,Roboto-Regular,Roboto-Medium,HelveticaNeue-Medium,HelveticaNeue,sans-serif-medium,Arial,NanumGothic,'Nanum Gothic',sans-serif !important;
}
#hdtb-msb #hdtb-tls.hdtb-tl-sel,#hdtb-msb #hdtb-tls.hdtb-tl-sel:hover
{
	color:#4285f4;
}
.hdtbU
{
	top:-500px;white-space:nowrap;
}
.hdtbU .hdtbItm,.hdtbU li
{
	list-style:none outside none;
}


/******************** NEW ë©”ì¸ S*********************/
.Main_Top{
	width:100%;
	padding:150px 0;
	background-color:#39ADA4;
	text-align:center;
	color:#B0DFD9;
	line-height:80px;
	font-size:60px;
	font-weight:bold;
	
}

.Main_Top span{
	color:#ffffff;
}

.Main_Ranking_tt{
	padding:50px 0 50px 0 !important;
}

.Main_Ranking{
	width:100%;
	max-width:1200px;
	padding:150px 0;
	margin:0 auto;
}

.Main_Ranking div{
	padding:10px;
}

.Main_Ranking img{
	width:100%;
	height:300px;
	background-color:#dddddd;
}

.Main_Ranking h3{
	background-color:#39B09C;
	height:50px;
	line-height:50px;
	padding:0 10px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

.Main_Ranking ul{
	overflow:hidden;
	width:100%;
	background-color:#F4F8F7;
	padding:18px;
	line-height:43px;
	margin-bottom:0px;
	height:250px;	
}

.Main_Ranking li{
	float:left;
	width:15%;
}

.Main_Ranking .Last_Style{
	width:70% !important;
	text-align:right;
}


.Main_Contents1_Bg,
.Main_Contents3_Bg{
	background-color:#F4F8F7;
	text-align:center;
}

.Main_Contents1,
.Main_Contents3{
	max-width:1200px;
	padding:150px 0;
	margin:0 auto;
}

.Main_Contents1 h2,
.Main_Contents2 h2,
.Main_Contents3 h2{
	font-size:30px;
	font-weight:bold;
	padding-bottom:15px;
	line-height:40px;
}

.Main_Contents1 h3{
	color:#263339;
	font-size:18px;
	line-height:24px;
	padding-bottom:50px;
	font-weight:normal;
}

.Main_Contents1 img{
	width:100%;
	background-color:#dddddd;
	
}

.Main_Contents2{
	max-width:1200px;
	padding:150px 0;
	margin:0 auto;
	text-align:center;
}

.Main_Contents2 h2,
.Main_Contents3 h2{
	margin-bottom:100px;
}

.Main_Contents2 ul,
.Main_Contents3 ul{
	overflow:hidden;
	text-align:center;
	color:#263339;
	margin-bottom:0px;
}

.Main_Contents2 img,
.Main_Contents3 img{
	width:250px;
	height:180px;
	background-color:#dddddd;
}


.Main_Contents2 span,
.Main_Contents3 span{
	font-size:20px;
	font-weight:bold;
}

/******************** NEW ë©”ì¸ E*********************/

</pre></body></html>