﻿/* CSS RESET */
* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
a:hover {
	color: #e43d51 !important;
    text-decoration: underline;
}
script {
    display: none !important;
}


/* FONT FACES */

*:before, *:after {
	font-family: serif;
}

/* GLOBAL STYLES */

body {
	background-color: #fff;
	font-family: sans-serif;
	font-weight: 400;
	color: #333;
    overflow-x: hidden;
}
h1,h2 {
	font-weight: 600;
}
h1
{
    line-height: 41px;
    margin-bottom:21px;
}
h2, h3
{
    line-height: 31px;
    margin-bottom: 12px;
}
table {
	width: 100%;
	border-collapse: collapse;    
}
p {
	line-height: 24px;
}
br
{
    margin-bottom: 12px;
}
a {
	color: inherit;
	transition: 0.2s ease;
	cursor: pointer;
}
p + table {
	margin-top: 20px;
}
img {
	max-width: 100%;
    height:auto;
}
iframe {
	max-width: 100%;
}
.content
{
    max-width:1200px;
    margin: 0 auto;
}
.content .grid, .content .items
{
    padding:0;
}
.plus-button {
	display: none;
}
.gray 
{
    width: 100%;
    background-color: #f3f3f3;
}
.dark
{
    width: 100%;
    background-color: #888;
}
.black
{
    width: 100%;
    background-color: #000;
}
.white
{
    width: 100%;
    background-color: #fff;
}
.full
{
    width: 100%;
    height: 100%;
}
.left
{
    text-align:left;
}
.right
{
    text-align:right;
}
.center
{
    text-align: center;
}
.first
{
    order: 1;
}
.second
{
    order: 2;
}
.third
{
    order: 3;
}
.row
{
    display: flex;
	width: 100%;
    grid-gap: 10%;
    margin: 0 auto;
}
.row .box
{
}
.shadow
{
    box-shadow: 0 5px 10px 0 #f3f3f3,0 -5px 10px 0 #f3f3f3;
}
.line30
{
    display:block;
    clear:both;
    padding-top:30px;
}
.line60
{
    display:block;
    clear:both;
    padding-top:60px;
}
.line90
{
    display:block;
    clear:both;
    padding-top:90px;
}
.line120
{
    display:block;
    clear:both;
    padding-top:120px;
}
.text
{
    padding: 5%;
    text-align:left;
}
.grid .title
{
    color: #333;
    font-size: 19px;
    font-weight: 600;
}
.grid + .grid
{
    margin-top: 30px;
}
.lightgray
{
    color: #666;
}
.red
{
    color: #e43d51;
}
.button
{
    text-decoration: none !important;
    display: block;
    text-align:center;
    margin-top: 21px;
    padding: 10px;
    max-width: 350px;
    color: #e43d51 !important;
    border: solid 1px #e43d51;
    border-radius: 5px;
}
.text .button 
{
	margin: auto;
	margin-top: 21px;
}
.button:hover
{
    background-color:#ddd;
}
.main
{
    line-height: 25px;
}
.main ul, .main ol
{
	padding-left: 50px;
	list-style: initial;
}
.main ul li, .main ol li
{
	padding: 6px 0 6px 0;
}
.main a
{
    color: #e43d51;
}
.banner a
{
    color: inherit;
}
.main table td
{
    padding: 5px;
}
.contact
{
    cursor:pointer;
}
.homenews
{
    
}
.homenews ul, .newslist ul
{
    list-style:none;
    padding:0;
    font-size:14px;
}
.homenews ul a
{
    color:inherit;
}
.homenews ul li p
{
    font-size:12px;
    padding-left:18px;
}
.newslist ul li
{
    padding-bottom:21px;
}
.newslist ul li p
{
    font-size:14px;
    padding-left:18px;
}
.newslist ul li a
{
    font-size:16px;
    color: #333;
    font-weight:600;
}
.homenews ul li a
{
    color: #333;
}
.homenews ul li:before, .newslist ul li:before
{
    content:"\27A4";
    color:#e43d51;
    font-size:13px;
}

/* HEADER */
.header {
	border-bottom: 1px solid #eee;
	background-color: #fff;
    position:sticky;
    top:0;
    z-index:1;
}
.banner {
    width: 100%;
}
/* FOOTER */
.footer {
	clear: both;
    margin-top: 60px;
}
.footer-upper {
	position: relative;
	background-color: #f3f3f3;
	text-align: center;
    z-index:-1;
}
.footer-upper:before,
.footer-upper:after {
	content: "";
	position: absolute;
	left: 0; right: 0;
	background-color: #fff;
}
.footer-upper:before {
	top: 0;
	height: 30px;
}
.footer-upper:after {
	bottom: 0;
	height: 20px;
}
.footer .footer-box {
	position: relative;
	z-index: 1;
	background-color: #888;
	padding: 50px 20px;
	color: #fff;
}
.footer-box .title strong {
	display: block;
	font-family: serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.footer-box .title span {
	display: block;
	margin-top: 12px;
}
.footer-middle {
	padding: 40px 0;
	text-align: center;
}
.footer-block {
	text-align: left;
}
.footer-block ul {
	display: none;
}
.footer-block .list.active
{
    display:block !important;
}
.footer-block li {
	padding: 5px 0;	
}
.footer-block a, .footer-block .list {
	color: #888;
}
.footer-lower {
	background-color: #f3f3f3;
	padding: 25px 15px;
	text-align: center;
	font-size: 13px;
	color: #888;
}
.footer-text {
	padding: 5px 0;
}
.footer-text img {
	display: block;
	margin: 5px auto;
}
.social {
	margin: 40px 0 0 -16px;
	font-size: 0;
}
.social a
{
    display: block;
    width: 32px;
    height: 32px;
    background: url('/content/social.png') no-repeat;
}
.social li {
	display: inline-flex;
	width: 32px;
	height: 32px;
	margin: 0 12px;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease;
    background-color:black;
    border-radius: 21px !important;
}
.social li:hover {
	background-color: #e43d51;
}
.social .facebook a {
    background-position: 0 0;
}
.social .twitter a {
    background-position: -32px 0;
}
.social .pinterest a {
}
.social .instagram a {
}
.social .youtube a {
    background-position: -160px 0;
}


.breadcrumb {
	padding: 20px 5%;
	text-align: center;    
	font-size: 13px;
}
.breadcrumb ul {
	color: #888;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
	display: inline-block;
	margin: 0 3px;
	font-weight: 400;
}
.breadcrumb a {
	color: #000;
}
.items
{
    max-width:800px;
    margin:0 auto;
}
.items .text
{
    display:none;
    border:1px solid #f3f3f3;
    border-bottom:none;
    padding:12px;
}
.items .item
{
    border-bottom:1px solid #f3f3f3;
}
.items .title
{
    font-size:16px;
    cursor:pointer;
    padding:12px 30px 12px 12px;
    line-height: 25px;
}
.items .title:hover
{
    background-color: #f3f3f3;
}
.items .title:after
{
    content:"";
    display:block;
    width:21px;
    height: 10px;
    float:right;
    background: url('/content/updown.png') no-repeat;
    background-position: 0 -14px;
    margin: 6px -25px 0 0;
}
.items .title.up:after
{
    background-position: 0 0;
}
.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quote
{
    font-style: italic;
    font-family: Georgia;
}
.table-list
{
    border:none;
}
.table-list tr
{
    border-bottom:1px solid #aaa;
}
.table-list tr td
{
    padding: 12px 5px 7px 5px;
}
.table-list tr td:nth-child(1), .table-list tr td:nth-child(2)
{
    text-align: center;
    white-space: nowrap;
    width: 20%;
}
.table-list tr:first-child
{
    text-align: center;
}

/* 767 */
@media all and (max-width: 767px) {
br
{
    margin-bottom: 6px;
}
.main table
{
    border-collapse: collapse;
    max-width: 100%;
    resize: horizontal;
    display: block;
    overflow: auto;
    height: auto;
    border: none;
}
    .grid .box + .box
    {
        margin-top: 30px;
    }
    .row .box + .box
    {
        margin: 0 !important;
    }
	.grid img{
		display: block;
		margin: 25px auto;
	}
	.grid .color {		
		background-color: #fff;
	}
	.footer-blocks {
		display: flex;
		flex-flow: column;
		max-width: 375px;
		margin: auto;
	}
	.footer-block {
		padding: 0 15px;
	}
	.footer-block .title {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
        cursor:pointer;
	}
	.footer-block .title:after {
		content: "\2261";
		margin-top: -5px;
		font-size: 29px;
		color: #333;
		transition: 0.2s ease;
		line-height: 29px;
	}
	.footer-block .list {
		padding-bottom: 10px;
	}
}
/* 767 end */
/* 768 */
@media all and (min-width: 768px) {
.grid {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width:1200px;
    grid-gap: 3%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.grid.middle
{
      align-items: center;
}
.grid p + p
{
	margin-top: 0;
}
.grid .box {
}
.one
{
	max-width: 100%;
    width: 100%;
}
.two
{
	max-width: 48.5%;
    width: 100%;
}
.two-three
{
    max-width: 62.6%;
    width:100%;
}
.three
{
	max-width: 31.3%;
    width:100%;
}
.four
{
	max-width: 22.6%;
    width: 100%;
}

/* FOOTER */
.footer .footer-box {
	width: 500px;
	margin: auto;
}
.footer .footer-box:before {
	content: "";
	position: absolute;
	top: 15px;
	right: -15px;
	bottom: -15px;
	left: 15px;
	z-index: -1;
	border: 1px solid #888;
}
.footer-middle {
	padding: 80px 3% 40px 3%;
}
.footer-blocks {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
    grid-gap: 2%;
}
.footer-block {
	flex: 1 0 25%;
}
.footer-block .title {
	margin-bottom: 15px;
}
.footer-block .list {
	display: block !important;
	height: auto !important;
    font-size:14px;
}
.footer-lower {
	position: relative;
	padding: 15px 25px;
}
.footer-texts {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-text {
	flex: 1 0 33.333%;
	padding: 0;
}
.footer-text.credits {
	display: flex;
	text-align: left;
}
.footer-text .txt + .txt {
	margin-left: 15px;
	border-left: 1px solid #bbb;
	padding-left: 15px;
}
.footer-text.copyright {
	text-align: center;
}

}
/* 768 end */
/* 899 */
@media all and (min-width: 899px) {
.banner {
	padding-bottom: 100px;
}
}
/* 899 end */

/* 1260 */
@media all and (max-width: 1260px) {
.line30
{
    padding-top:15px !important;
}
.line60
{
    padding-top:30px !important;
}
.line90
{
    padding-top:45px !important;
}
.line120
{
    padding-top:60px !important;
}
.grid, .items, .content
{
    padding-right: 3%;
    padding-left: 3%;
}
.logo {
	margin: 0 auto;
    padding-right: 38px;
}
.responsive-nav-wrapper {
	display: flex;	
	min-height: 60px;
	background-color: #fff;
	padding: 0 6px;
	font-size: 0;
	transition: 0.3s ease;
}
.impersonated ~ .responsive-nav-wrapper {
	top: 24px;
}
.responsive-nav-wrapper .menu-button {
	position: relative;
	width: 10%;
	max-width: 42px;
}
.responsive-nav-wrapper .menu-button:before {
	content: "\2261";
    position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
	cursor: pointer;
	font-size: 35px;
	width: 17px;
	height: 35px;
	font-weight:600;
}

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
	z-index: 1060;
    background-color: rgba(0,0,0,0);
    transition: background 0.3s ease;
}
.overlayOffCanvas.active {
	background-color: rgba(0,0,0,.5);
	display:block;
}
.overlayOffCanvas.active ~ .k-overlay {
	display: none !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.scrollYRemove table
{
    position:relative;
    z-index:-1;
}
.nav-panel {
    position: fixed;
    top: 0; left: 0;
	z-index: 1070;
    width: 320px;
    height: 100%;
	overflow: hidden;
    background-color: #fff;
	text-align: left;
    transition: all 0.3s ease;
    -webkit-transform: translate(-320px);
    transform: translate(-320px);
}
.nav-panel.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.nav-panel .close-button {
	text-align: right;
}
.nav-panel .back-button {
	text-align: left;
}
.nav-panel .close-button span,
.nav-panel .back-button span {
	display: inline-block;
	padding: 15px 20px;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.header-menu ul {
	max-height: 100%;
	overflow-y: auto;
}
.header-menu .close-menu ~ ul {
	max-height: calc(100% - 48px);
}
.header-menu li:not(.back-button) {
	display: flex;
	padding: 15px 0;
}
.header-menu li > a,
.header-menu li > span {
	display: block;
	position: relative;
	padding: 0 20px;
	z-index: 0;
	font-size: 16px;
}
.header-menu li > .subcategory {
	width: calc(100% - 56px);
}
.plus-button {
	display: block;
	position: relative;
	z-index: 0;
	width: 56px;
	padding: 1px 0;
	text-align: center;
	cursor: pointer;
}
.plus-button:after {
	content: "\2261";
	font-size: 29px;
    line-height: 15px;
}
.header-menu .sublist {
    position: fixed;
    top: 0; left: 0;
	z-index: 1;
    width: 320px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
}
.header-menu .sublist {
    -webkit-transform: translate(-320px);
    transform: translate(-320px);
}       
.header-menu .sublist.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}

}
/* 1260 end */


/* 1261 */
@media all and (min-width: 1261px) {

/* HEADER */
.header {
	display: table;
	padding: 1% 1.5% 0 1.5%;
    width: 100%;
}
.menu-button, .close-button, .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}
.header-menu {
	padding: 0 50px;
    display: table-cell;    
    vertical-align: middle;
}
.menu{
        float:right;
}
.header-menu > ul {
	margin: -5px 0;
	text-align: center;
}
.header-menu > ul > li {
	display: inline-block;
	padding: 0 15px; /*use pixels, not %, or flex will wrap*/
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: inline-block;
	padding: 5px 0;
	vertical-align: middle;
	transition: 0.2s ease;
}
.header-menu .sublist {
	display: none;
	position: absolute;
	z-index: 1022;
	min-width: 200px;
	margin-top: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	text-align: left;
}
.header-menu .sublist:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: -10px;
	height: 10px;
}
.menu li:hover > .sublist,
.header-menu .sublist.active {
	display: block;
}
.header-menu .sublist {
	padding: 10px 0;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist li a {
	display: block;
	padding: 8px 20px;
	font-size: 13px; /*reset zeroing*/
}
.header-menu .sublist li:hover > a {
	background: #f6f6f6;
	color: #e43d51;
}
.header-menu .sublist .sublist {
	top: -20px;
	left: 100%;
}
.header-menu .sublist .subcategory:after {
	content: ">";
	position: absolute;
	top: 0; bottom: 0;
	right: 12px;
	height: 15px;
	margin: auto;
	font-size: 11px;
	color: #333;
    font-family:Batang;
    font-weight:600;
}

.breadcrumb {
	border-bottom: none;
	padding: 26px 0;
	text-align: left;
    width: 100%;
    background-color: #f9f9f9;
}
.breadcrumb ul
{
    max-width:1200px;
    margin: 0 auto;
}

}
/* 1261 end */
@media all and (min-width: 1540px) {
	.header-menu > ul > li {
		padding: 0 20px;
	}
}