@charset "utf-8";
@import url("fonts/font.css");

/* common */



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,
font,
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,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
	font-size: 16px;
}
li {
  list-style: none;
}
img {
  border: 0 none;
}
.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
form {
  min-width: auto;
}
input[type="image"] {
  border: 0 none;
}
button,
input[type="submit"] {
  cursor: pointer;
  border: 0 none;
}
button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
body {
  background-color: #ffffff;
  word-wrap: break-word;
  word-break: break-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  position: relative;
  height: 100%;
}
html *,
body * {
  font-family: "Nanum Gothic", "Nanum Barun Gothic",sans-serif; 	color:#333;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
} /* color값은 디자인가이드에 맞게사용 */
a {
  font-weight: 500;
  text-decoration: none;
  color: #666;
  transition: 0.3s;
} /* color값은 디자인가이드에 맞게사용 */

/* ---------------------------------- layout */


/**********************************
Index Content
***********************************/

html,
body {
  height: 100%;
	word-break: keep-all;	
}
html { margin-right:0!important;  overflow:auto!important;}
#wrap {
	position: relative;
  width: 100%;
  max-width: 100%;
	overflow-x:hidden;
}


br.mx-block { display: none;} /*br*/

@media screen and (max-width: 1100px) {
	.md-none { display: none;} /*br*/
}
@media screen and (max-width: 768px) {
	br.mx-none { display: none;} /*br*/
}
@media screen and (max-width: 550px) {
	br.mx-block { display: block;} /*br*/
}

@media screen and (min-width: 321px) {
 /* body {
    overflow-x: hidden;
  }*/
}
img {
  max-width: 100%;
}


body p {margin-bottom:1.5rem;}

body nav.skip {
  color: red;
}

em{color: #f96f00;

}



/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #989898;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #989898;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(152,152,152,0.8);
}
:-moz-placeholder { /* Firefox 18- */
  color: #989898;
}
/* Custom */
.demi{font-weight: 400;}
a:link, a:visited, a:hover, a,active, a:focus { text-decoration:none; cursor:pointer; color:#666;}


/* nav.lang_menu .nav.navbar-nav.flag li {
	border:1px solid #000;
	border-radius:30px;
	text-align:center;
	padding:0;
	margin-left:10px;
}

nav.lang_menu .nav.navbar-nav.flag li:first-child {
	margin-left:0
}

nav.lang_menu .nav.navbar-nav.flag li > a {
	display:block;
} */


/* # Color
================================================== */
.c202 {color: #202020;}
.c9f9 {color:#9f9f9f}
.cf36522 {color:#f26522}

/*body #wrap dl{margin-bottom: 0;}*/
/* # Font-Weight
================================================== */
body #main-content .bold{font-weight: 700;}
body #main-content .medium {font-weight: 400;}
body #main-content .light{font-weight: 300;}
body #main-content .fw600{font-weight: 600;}
body #main-content .fw400{font-weight: 400;}


/* # Font-size
================================================== */
body #main-content .fz13{font-size: 13px;}
body #main-content .fz14{font-size: 14px;}
body #main-content .fz15{font-size: 15px;}
body #main-content .fz16{font-size: 16px;}
body #main-content .fz17{font-size: 17px;}
body #main-content .fz18{font-size: 18px;}
body #main-content .fz19{font-size: 19px;}
body #main-content .fz20{font-size: 20px;}
body #main-content .fz22{font-size: 22px;}
body #main-content .fz24{font-size: 24px;}
body #main-content .fz26{font-size: 26px;}
body #main-content .fz28{font-size: 28px;}
body #main-content .fz30{font-size: 30px;}
body #main-content .fz32{font-size: 32px;}
body #main-content .fz34{font-size: 34px;}
body #main-content .fz42{font-size: 42px;}
body #main-content .fz46{font-size: 46px;}

.fz40{font-size: 40px;}

/* # Line-height
================================================== */
.lh150{line-height: 1.5;}
.lh30px{line-height: 30px;}

/* # Margin & Padding
================================================== */
body #wrap .mb0 {margin-bottom: 0px;}
body #wrap .pt0 {padding-top: 0px;}
body #wrap .pb15 {padding-bottom: 15px;}
body #wrap .mb15{margin-bottom: 15px;}
body #wrap .mt20{margin-top: 20px;}
body #wrap .mt50{margin-top: 50px;}
body #wrap .mt35{margin-top: 35px;}
body #wrap .mt100{margin-top: 100px;}
body #wrap .mb30{margin-bottom: 30px;}
body #wrap .mb35{margin-bottom: 35px;}
body #wrap .mb80{margin-bottom: 80px; font-size:18px;}
body #wrap .pt58 {padding-top:58px;}
body #wrap .margin-y-50{margin:40px 0;}
body #wrap .marginY18{margin: 18px auto;}

body #wrap .padding-y-60{padding: 60px 0;}


@media only screen and (max-width: 480px){
  body #wrap .fz16{font-size: 14px;}
  body #wrap .fz17{font-size: 15px;}
  body #wrap .fz18{font-size: 16px;}
  body #wrap .fz19{font-size: 17px;}
  body #wrap .fz20{font-size: 18px;}
body #main-content .fz22{font-size: 20px;}
body #main-content .fz24{font-size: 18px;}
  body #wrap .fz26{font-size: 24px;}
  body #wrap .fz28{font-size: 26px;}
  body #wrap .fz30{font-size: 28px;}
  body #wrap .fz32{font-size: 30px;}
  body #wrap .fz34{font-size: 32px;}
  body #wrap .fz42{font-size: 40px;}
  body #wrap .fz46{font-size: 44px;}
}

iframe {
  border-width: 0px;
}
/* -------- 사용자 지정 css (사이트에 맞게 변경하세요) -------- */
/*html, body {
  height: 100%;
  max-height: 100%;
  position: relative;
}*/

body {
  font-size: 17px;
  letter-spacing: -0.5px;
  -webkit-text-size-adjust:none;
}
body p{
  color: #454545;
  font-size: 16px;
  line-height: 1.6;
  margin: 1em 0;
}

/* Color */
.accent{color: #ff5400;}
.accent2{color: #f79928;}

/* Animation */
[class*="fade"] {
  opacity: 0;
}

/* Skip */
nav.skip {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
nav.skip ul li a {
  position: absolute;
  top: 0;
  left: -200%;
  display: block;
  width: 100%;
}
nav.skip ul li a:focus {
  left: 0;
}


/* Header */

header.header {
  position: relative;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
	border-bottom: 1px solid rgba(255,255,255, .4);
}

header, main, footer {
  max-width: 100%;
  width: 100%;
}

/* Top menu - login */
.gnb_topmenu {
	text-align: right;
	padding: 10px 0;
}
.gnb_topmenu ul {
	display: inline-block;
	margin-right: 10px;
}
.gnb_topmenu ul li {
	display: inline-block;
	font-size: 13px;
}
.gnb_topmenu ul li a {
	font-size: 13px;
	padding: 0 10px;
	color: #454545;
}
.social {
	display: inline-block;
}
.social a { 
	margin-left: 10px;
	display: inline-block;
}
/* Top Navigation */

header div.nav_wrap.top.fixed{
  display: none;
}

/* Global Navigation */

header nav.navbar {
  position: relative;
  height: 80px;
  margin-bottom: 0;
  border: 0;
}

header .nav_wrap.gnb {
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
header.fixed{
  position: fixed;
  z-index: 9999;
  /*top:-30px;*/
  left:0;
  right:0;
  margin:auto;
  border-bottom: 1px solid #ddd;
  animation: smoothScroll 1s forwards;
}

/* Mobile Navigation */
header div.nav_wrap.gnb .navbar-toggle {
  margin-top: 26px;
}

header div.nav_wrap.gnb .navbar-inverse .navbar-collapse {
  background-color: #fff;
	display:none;
}

header div.nav_wrap.gnb .navbar-inverse {
  background-color: #fff;
  background-image: none;
}

header div.nav_wrap.gnb .navbar .navbar-header { height: 100%;}
header div.nav_wrap.gnb .navbar-brand {
  float: left;
  height: auto;
  padding: 23px 15px;
  font-size: 18px;
  line-height: 20px;
}
/**********************************
Top Navigation
***********************************/
header div.nav_wrap.top>div.container>nav.nav>ul.nav.navbar-nav>li>a{
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #464646;
  text-transform: uppercase;
  padding: 0 10px;
/*   font-family: 'Nanum Square'; */
}
header div.nav_wrap.top>div.container>nav.nav>ul.nav.navbar-nav>li.active>a{
  background-color: #fff;
}


/*lnb*/
.lang_menu {float:right;}

.language_wrap {
    position: relative;
    z-index: 9999;
    width: 120px;
	padding-left:5px;
    border: 1px solid #000;
	border-radius:50px;
    background: #fff;
	top:22px;
}

.language_wrap p {
	display: block;
    padding: 0 10px;
    width: 100%;
    background: url(/html/_skin/solar/img/language_arrow.gif) no-repeat 90px center;
    box-sizing: border-box;
	line-height:1;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}


.language_wrap > ul {
	display: none;
	font-size:14px;
    padding: 6px 10px 5px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    width: calc(100% + 2px);
    margin-left: -1px;
	line-height: 30px;
}

.language_wrap > ul > li {
	border-top:1px dashed #ddd;
}

.language_wrap > ul > li:first-child {border-top:0;}


/*mobile-lnb*/
.m-lang_menu ul {
	padding:10px;
	width:100%;
}

.m-lang_menu ul li {
	display:inline-block;
	vertical-align:middle;
	width:80px;
	border:1px solid #ddd;
	text-align:center;
}

.m-lang_menu ul li a {
	display:block;
	padding: 5px;
	background-color:#fff;
}

.m-lang_menu ul li a:hover {
	background-color:#f7941e;
	color:#fff;
}


/* Top menu - mobile login */
.m_gnb_topmenu { display:block;}

@media screen and (min-width:1101px) {
.m_gnb_topmenu { display:none;}
}

.m_gnb_topmenu {
	text-align: right;
	padding: 10px 0;
	position: absolute;
	top: 18px;
	left:20px;
}
.m_gnb_topmenu ul {
	display: inline-block;
	margin-right: 10px;
}
.m_gnb_topmenu ul li {
	display: inline-block;
	color:#fff;
}
.m_gnb_topmenu ul li a {
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
}
.m_gnb_topmenu .social {
	display: inline-block;
}
.m_gnb_topmenu .social a { 
	margin-left: 10px;
	display: inline-block;
}

@media screen and (max-width:550px) {
	.m_gnb_topmenu {
		text-align: left;
		padding: 10px 0;
		top: 5px;
	}
	.m_gnb_topmenu ul {
		display: block;
		margin-right: 0;
	}
	.m_gnb_topmenu .social {
		display: block;
		margin-top:5px;
	}
	.m_gnb_topmenu .social a:first-child { margin-left:0;}
}

@media only screen and (max-width:1100px) {
	.lang_menu {display:none;}
	
		header div.nav_wrap.gnb>div.container>nav.navbar>#navbar {
		float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    width: 100%;
    height: 100vh !important;
    opacity: 0;
		border: 0;
		-webkit-transition: .25s ease-in-out;
				-ms-transition: .25s ease-in-out;
						transition: .25s ease-in-out;
		background-color: rgba(0,0,0,.5);
	}
}

@media only screen and (min-width: 1101px) and (max-width:1168px) {
	html:lang(en) header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a {
		font-size:1em;
	}
}

@media only screen and (min-width:1100px) {
	.m-lang_menu { display:none;}
	body.page-main header.header {
		position: fixed;
		background: rgba(255,255,255,0.3);
	}
	body.page-main header.header.fixed {
		position: fixed;
		background: rgba(255,255,255,1);
	}
	body.page-main header .nav_wrap.gnb,
	body.page-main header div.nav_wrap.gnb .navbar-inverse,
	body.page-main header div.nav_wrap.gnb .navbar-inverse .navbar-collapse	{ background: transparent;}


}

@media (min-width: 992px) {
	header.header .nav_wrap .container {
		width:inherit ;
		padding:0 5px 0 0; 
	}
}


@media (min-width: 1200px) and (max-width:1269px) {
	header.header .nav_wrap .container {width:1170px ;}
	
}

@media (min-width: 1270px) {
	header.header .nav_wrap .container {width:1200px ;} 
	
}
body .navbar-brand, body .navbar-nav>li>a { text-shadow: none;}


/**********************************
Navigation : 1Depth
***********************************/
header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 63px;
  color: #484848;
  padding: 0;
  text-align: center;
}

header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li{
  min-width: 140px;
}

header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li:hover>a{
  color: #1f2f3e;
}


/* 2Depth */
header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav .depth1 li a {
  display: block;
  padding: 0 20px 5px;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  text-align: left;
}
header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav .depth1 li:last-child a {
	padding-bottom: 0;
}
header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a:hover {
  color: #1f2f3e;
}

header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a:focus {
  color: #1f2f3e;
}
/* Top Button */

div.top_btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}

div.top_btn button {
  display: none;
}

div.top_btn .top_link {
    padding: 1rem;
    width: 54px;
    height: 54px;
    background-color: rgb(90,90,90);
    color: #fff;
}
div.top_btn .top_link:hover{
  background-color: rgba(90,90,90,.5);
}

div.top_btn .top_link i.fa {
	font-size:initial;
	color: #fff;
}

@media only screen and (max-width: 995px) {
  ul.nav.navbar-nav>li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}



@media only screen and (min-width: 1101px) {
	
  nav.lang_menu {
		float:right;
	}

/**/
	nav.lang_menu .nav.navbar-nav.flag li {
		width:80px;
		border:1px solid #000;
		border-radius:30px;
		text-align:center;
		padding:0;
		margin:25px 0 0 10px;
		font-size: 14px;
		font-weight: 300;
	}

	nav.lang_menu .nav.navbar-nav.flag li:first-child {
		margin-left:0
	}

	nav.lang_menu .nav.navbar-nav.flag li > a {
		display:block;
		padding:7px 0;
		color:#000;
	}
	/**/

  body #wrap .navbar-nav {
    float: right;
    margin: 0;
		margin-right: -40px;
  }
   header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a:focus{
		color: #1f2f3e;
   }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li.active>a{
    color: #1f2f3e;
		background-color: transparent;
		background-image: none;
		box-shadow: none;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>ul>li>a:hover,
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>ul>li.active>a {  
    color: #1f2f3e;
    text-decoration: none;
  }
  header .nav_wrap.gnb>div.container>nav.navbar>#navbar .depth1 {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
		padding-top:20px; 
		padding-bottom: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
  }
	header .nav_wrap .navbar .depth1 {
		border: 1px solid #71bf44;
		border-top: 3px solid #71bf44;
	}
	header .nav_wrap .navbar .depth1:before {
		content: "\f0de";
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -8px;
		font-size: 30px;
		color: #71bf44;
		font-family: FontAwesome;
	}


  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li:hover>ul {
    display: block ;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    content: '';
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li.active>a:after,
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li:hover>a:after {
    width: 60%;
  }
  
}

@media only screen and (max-width:1100px) {
  #wrap .slick-next{ right: 0;}
  #wrap .slick-prev{ left: 0;}
  div.top_btn {
    right: 2.8rem;
    bottom: 2.8rem;
  }

  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li{
    width:auto;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a{text-align: left;}
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li.active>a,
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li.active>a:focus{background-color: #3f3f40;color: #fed10d;}
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li.active>a + ul{background-color: #ededed;}
  section.content h3.sub_con_tit{background-position: 0 6.5px;}
  body #wrap section.content div.gray_wrap.big{padding: 20px;background-position: 0 0;}
  section.content div.gray_wrap h4{font-size: 18px;}


  header div.nav_wrap.gnb>div.container>nav.navbar>.nav-header{
    height: 100%;
  }
	 header div.nav_wrap.gnb>div.container>nav.navbar>#navbar.in {
    right: 0px;
    opacity: 1;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar{
    display: block;
    padding: 0;
    border-color: #dedede;
  }
  header div.nav_wrap.gnb .navbar-toggle {
    position: relative;
    display: inline-block;
    z-index: 9999;
    width: 36px;
    height: 18px;
    margin: 30px 15px 0 0;
    padding: 0;
    border: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  /*  -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    cursor: pointer;
    border-radius: 0;
  }
  header div.nav_wrap.gnb .navbar-toggle:hover, header div.nav_wrap.gnb .navbar-toggle:focus {
    background-color: transparent;
  }
  header div.nav_wrap.gnb .navbar-toggle span:not(.sr-only) {
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d3531a;
    /* border-radius: 9px; */
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  header div.nav_wrap.gnb .navbar-toggle.open {
    display: block;
  }
	header div.nav_wrap.gnb .navbar-toggle:not(.collapsed) {
		position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
	}
  header div.nav_wrap.gnb .navbar-toggle.collapsed span{
	height:2px; background:#333; transition:.3s;
  }
  header div.nav_wrap.gnb .navbar-toggle.collapsed span:nth-of-type(2) {
    top:50%; margin-top:-1px; width:100%;
  }
  header div.nav_wrap.gnb .navbar-toggle.collapsed span:nth-of-type(3) {
    top:0; width:100%;
  }
  header div.nav_wrap.gnb .navbar-toggle.collapsed span:nth-of-type(4) {
   bottom:0; width:100%;
  }
	header div.nav_wrap.gnb .navbar-toggle:not(.collapsed) span{
		background:#fff;
	}
  header div.nav_wrap.gnb .navbar-toggle:not(.collapsed) span:nth-child(2) {
    opacity:0;
  }
  header div.nav_wrap.gnb .navbar-toggle:not(.collapsed) span:nth-child(3) {
   height:3px; transform:translateY(0px) rotate(-45deg);
  }
  header div.nav_wrap.gnb .navbar-toggle:not(.collapsed) span:nth-child(4) {
    height:3px; transform:translateY(0px) rotate(45deg);
  }
   header .nav_wrap.gnb ul.nav.navbar-nav {
    margin: 0;
		overflow-x: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
    width: 80%;
    /* height: calc(100% - 80px); */
		height: 100%;
    background: #fff;
    display: block;
		padding-top: 80px;
  }
	header .nav_wrap.gnb ul.nav.navbar-nav:before {
		content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #333;
	}
  ul.nav.navbar-nav>li>a {
    padding: 0;
  }
  header .nav_wrap.top ul.nav.flag {
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background-color: #F7941E;
    text-align: center;
  }
  header div.nav_wrap.top .container {
    padding: 0;
  }
  header .nav_wrap.top ul.nav.flag>li {
    display: inline-block;
    vertical-align: middle;
  }
  header .nav_wrap.top ul.nav.flag>li>a {
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 10px 5px;
  }
  /* 	header div.nav_wrap.top{display: none;} */
  header div.nav_wrap.gnb ul.nav.navbar-nav>li>ul {
    display: none;
    position: relative;
  }
  body .slick:not(.subpage) .slick_txt.text-center {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  body .slick_txt.text-center h1 {
    font-size: 24px;
  }
  body .slick_txt.text-center h2 {
    font-size: 20px;
  }
  div.slick .slick_col {
    background-position: center center;
    height: 500px;
  }
  header div.nav_wrap.gnb div.navbar-header>.navbar-toggle .icon-bar+.icon-bar {
    margin: 0;
  }
  header nav.navbar {
    height: 80px;
  }
  header div.nav_wrap.gnb div.navbar-header>.navbar-brand {
    padding: 15px 0 0 15px;
    /*height:50px;
    line-height: 50px;*/
  }
  header div.nav_wrap.gnb div.navbar-header>.navbar-brand img {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
  }
  /* Nav list Item */
  .nav_wrap.gnb .container {
    padding: 0;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>a{
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
    border-bottom: 1px solid #ececec;
    text-shadow: none;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li:not(.active)>a:hover{
    color: #373737;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li.active>a{
    color: #fed10d;
    background-image: none;
    box-shadow: none;
    background-color: #3f3f40;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>ul>li>a{
    font-size: 13px;
    text-align: left;
    padding: 10px 25px 10px!important;
    border-bottom: 1px solid #d1d1d1;
  }
  header div.nav_wrap.gnb>div.container>nav.navbar>#navbar>ul.nav.navbar-nav>li>ul>li:last-child>a{
    border-bottom: 0;
  }

  body #wrap section.news_section div.news{width: 100%;margin: 0 0 20px;}
  section.news_section div.news:last-child{min-height: 200px;}
  section.sub_navigation nav.sub_nav ul>li>a{font-size: 15px;}


}
/*navigation*/


#aside {
	position: relative;
  top: -59px;
	background: rgba(0,0,0,.7);
	z-index: 1000;
}

#aside .yourehere {
  display: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 10px 10px;
}

#aside .sidemenu {
  position: relative;
	width: 100%;
  display: table;
  text-align: center;
  font-size: 0;
}

#aside .sidemenu>li {
  position: relative;
  display: table-cell;
  z-index: 1000;
  font-size: 1rem;
	width: 20%;
	border-width: 1px;
	border-left-style: solid;
	border-color: rgba(255,255,255,.4);

}
#aside .sidemenu>li:last-child {
	border-right-style: solid;
}
#aside .sidemenu>li>a {
  display: block;
  text-align: center;
  font-size: 18px;
	font-weight: 600;
  padding-top: 21px;
	padding-bottom: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s
}
#aside .sidemenu>li>a span {
  color: #fff;
}
#aside .sidemenu>li>a:hover span, #aside .sidemenu>li>a.on span {
  color: #fed10d;
}

#aside .sidemenu>li .submenu {
  display: none
}

#aside .sidemenu .sidemenu-link-border {
  display: block;
  width: 100%;
  padding: 0 25px;
  vertical-align: middle;
  line-height: 1;
}
/*
#aside .sidemenu>li:first-child .sidemenu-link-border {
  border-left: 0;
}*/


#aside .sidemenu #magic-bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-bottom:1px solid #007dc0;
  z-index: 10;
  padding: 0;
  opacity: 0;
  border-width: 0 0 3px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#aside .sidemenu #magic-bg.on {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 1199px) {
  /* #aside .sidemenu>li>a {
		padding: 12px 5px;
		font-size: 15px
	} */
}

@media (max-width: 990px) {}

@media (max-width: 767px) {
  #aside .yourehere {
    display: block
  }

  #aside .sidemenu {
    display: none
  }
}


/* Footer */

footer {
  position: relative;
  width: 100%;	
  background-color: #efefef;
}
footer div.container {
	padding: 30px 0 25px;	
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

footer .bottom-menu {
	width: 100%;
	background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
footer .bottom-menu.container {
	padding: 35px 0;	
}

footer .bottom-menu ul,
footer .bottom-menu ul li,
footer .bottom-menu ul li a { 
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color:#323232;
}
footer .bottom-navbar-nav { 
	width: 100%;
	display: table;
	border-right: 1px dashed #b9b9b9;
}
footer .bottom-menu ul li.nav_li {
	display: table-cell;
	width: 20%;
	padding: 0 20px;
	border-left: 1px dashed #b9b9b9;
}

footer .bottom-menu ul li.nav_li:last-child { display: none;}

footer .bottom-menu ul li.nav_li a {
	display: block;
	margin-bottom: 10px;
}

footer .bottom-menu ul li.nav_li > a {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

footer div.container .dib {
  display: inline-block;
  vertical-align: middle;
}

footer div.container .footer_logo {
  margin-right: 40px;
}

footer .dib_last {
  width: calc(100% - 172px);
  max-width: 100%;
}
footer .dib_last address {
	font-size: 14px;
  color: #767676;
  font-weight: 700;
	line-height: 1.8em;
}
footer .dib_last address span {
	font-size: 14px;
  color: #767676;
	padding-left: 20px;	
}
footer .copyright {
	font-size: 13px;
  color: #767676;
	line-height: 1.8em;
	margin: 0;
	font-weight: 700;
}
footer div.select_box {
  position: relative;
  width: 158px;
  height: 37px;
  border: 1px solid #a6a6a6;
  /*padding-left: 15px;*/
  /*padding:1px 33px 1px 10px;*/
  background: url(/html/_skin/solar/img/select_img.jpg) no-repeat 118px center;
}
footer div.select_box select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width:100%;
  height:100%;
  line-height: 37px;
  border:0;
  background: none;
  padding-left: 15px;
  opacity: 0;
  filter: alpha(opacity=0); /* IE 8 */
}
footer div.select_box label {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    top: 10px;
    left:15px;
    letter-spacing: -0.5px;
}
footer div.select_box select option{
  font-size: 14px;
  line-height: 1.3;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:1200px) {
	footer div.container {
		padding-left:15px; 
		padding-right:15px;
	}
}
@media screen and (max-width:767px) {
	footer .bottom-navbar-nav { 
		border-right: none;
	}
	footer .bottom-menu .container {
		padding-left:0;
		padding-right:0;
	}
	footer .bottom-menu ul li.nav_li {
    display: inline-table;
    width: 33.3333%;
		padding-bottom: 20px;
		min-height:180px;
		padding: 0 12px;
	}
	footer .bottom-menu ul li.nav_li:nth-of-type(1),
	footer .bottom-menu ul li.nav_li:nth-of-type(4){
		border-left:none;
	}
	footer .bottom-menu ul li.nav_li:nth-of-type(4),
	footer .bottom-menu ul li.nav_li:nth-of-type(5),
	footer .bottom-menu ul li.nav_li:nth-of-type(6){
		min-height:130px;
	}
	footer .bottom-menu ul li.nav_li:last-child {
		display: inline-table;
	}
	footer .bottom-menu ul, footer .bottom-menu ul li, footer .bottom-menu ul li a { font-size:13px;	}

	footer .bottom-menu ul li.nav_li:last-child a ,
	footer .bottom-menu ul li.nav_li:last-child ul {
		opacity:0;
	}
	footer .dib_last address span {
		display: block;
		padding-left: 0;
	}
}

@media screen and (max-width:550px) {
	footer div.container .dib {
		display: block;
		width: 100%;
	}
	footer .dib_last {
		margin-top:30px;
	}
}

/* layer */
.layer {
  display: none;
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layer .pop-layer {
  display: block;
}
.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: auto;
  background-color: #fff;
  border: 3px solid #555;
  z-index: 10;
}
.pop-layer .pop-container {
  padding: 20px 25px;
}
input[type="text"],
input[type="password"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.pop-layer .board-password-txt {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.pop-layer .board-password-input {
  margin: 40px;
  text-align: center;
}
.pop-layer .board-password-input label {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #333;
  vertical-align: middle;
}
.pop-layer .board-password-input input {
  display: inline-block;
  padding: 0 0 0 8px;
  width: 150px;
  height: 26px;
  border: 1px solid #d8d8d8;
  color: #555;
  vertical-align: middle;
}
/* btn */
.pop-layer .board-password-btn {
  text-align: center;
}
.pop-layer .board-password-btn a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 13px;
}
.pop-layer .board-password-btn .board-password-btn-list {
  background: #d3d3d3;
  color: #464646;
}
.pop-layer .board-password-btn .board-password-btn-ok {
  background: #111;
  color: #fff;
}


a.btn-grad {
	font-weight: 400;
	font-size: 14px;
	width: 150px;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	display: inline-block;
	text-align: center;
	padding: 13px 0px;
	color: #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a.btn-grad:hover, a.btn-grad:focus {  
	text-decoration: none;
	border-color: #018254;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.btn-grad:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right,#018254 , #05194f);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a.btn-grad:hover:before, a.btn-grad:focus:before {
	 -webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64);
	transition-timing-function: cubic-bezier(0.52, 1.64);
}


/* Modal padding-right 17px */
.windowModal[style] {
     padding-right:0 ;
 }
.windowModal.modal-open {
    overflow: auto;
 }


#wrap .modal.fade .modal-dialog{
  top:50%;
	left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	margin:0;

}
#wrap .modal.fade .modal-dialog .modal-content .modal-body{
  padding:0;
}

#wrap .modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
#wrap .modal.fade .modal-dialog .modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

#wrap .modal.fade .modal-dialog .modal-content .col-md-12 {
position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#wrap .modal.fade .modal-dialog .modal-content .col-md-12 iframe {
position: absolute;
  width: 100%;
  height: 100%;
}
#wrap .modal.fade .modal-dialog .modal-body {
    padding: 0 25px 25px 25px;
}
#wrap .modal.fade .modal-dialog button.close{
    float: right;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
		width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: -44px;
		text-outline:none;
		overflow:hidden;

}
#wrap .modal.fade .modal-dialog button.close:after {
    content: "x";
    position: relative;
    top: 0;
    font-weight: 100;
    font-size: 40px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
		text-outline:none;
		line-height:40px;

}






