@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
select,
textarea {
  line-height: 1.5;
  font-size: 16px;
}
body {
  position: relative;
  width: 100%;
}
body.fixed {
  position: fixed;
}
.js_mobile_check {
  display: none;
}
.user #wrap {
  position: relative;
  overflow-x: hidden;
}
.user .layout {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.user .layout:after {
  content: "";
  display: block;
  clear: both;
}
.user #slide_map * {
  box-sizing: border-box;
}
.user #slide_map {
  opacity: 0;
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 800;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  box-sizing: border-box;
}
.user #slide_map:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.user #slide_map .inner {
  position: absolute;
  right: -27.5em;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 27.5em;
  height: 100%;
  margin: 0;
  background: #fff no-repeat bottom left;
  box-sizing: border-box;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.user #slide_map .inner .binds {
  overflow: auto;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  background: #fff;
}
.user #slide_map .inner .binds .side_link {
  height: 4.375em;
  line-height: 4.375em;
  padding-left: 2em;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.user #slide_map .inner .binds .side_link:after,
.user #slide_map .inner .binds .side_link > ul:after {
  content: "";
  display: block;
  clear: both;
}
.user #slide_map .inner .binds .side_link > ul {
  float: left;
}
.user #slide_map .inner .binds .side_link > ul > li {
  float: left;
  position: relative;
}
.user #slide_map .inner .binds .side_link > ul > li.ad_menu {
  display: none;
}
.user #slide_map .inner .binds .side_link > ul > li:last-child {
  padding-left: 2em;
}
.user #slide_map .inner .binds .side_link > ul > li:nth-child(n + 2):before {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  width: 1px;
  height: 0.5em;
  background-color: #c4c4c4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user #slide_map .inner .binds .side_link > ul > li > a {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #222;
}
.user #slide_map .inner .binds .side_link > ul > li:nth-last-child(2) > a {
  color: #3c6a3c;
}
.user #slide_map .inner .binds > ul {
  position: relative;
  z-index: 10;
  height: auto;
  min-height: calc(100% - 4.375em);
  background-color: #3c6a3c;
}
.user #slide_map .inner .binds > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  float: none;
  padding: 0;
  box-sizing: border-box;
}
.user #slide_map .inner .binds > ul > li:last-child {
  border-bottom: none;
}
.user #slide_map .inner .binds > ul > li > a {
  display: block;
  width: 35%;
  padding: 1.5em 0.5em;
  position: relative;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.user #slide_map .inner .binds > ul > li > a.on {
  color: #222;
  background-color: #fff;
}
.user #slide_map .inner .binds > ul > li > a > span {
  font-size: 1.125em;
}
.user #slide_map .inner .binds > ul > li > ul {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}
.user #slide_map .inner .binds > ul > li > ul > li {
  margin-top: 0;
  padding: 0 1.125em;
}
.user #slide_map .inner .binds > ul > li > ul > li:first-child {
  border-top: 0;
}
.user #slide_map .inner .binds > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.user #slide_map .inner .binds > ul > li > ul > li > a {
  display: block;
  position: relative;
  padding: 1.594em 1em;
  text-decoration: none !important;
  border-bottom: 1px solid #e8e8e8;
  color: #555;
}
.user #slide_map .inner .binds > ul > li > ul > li > a.child:before,
.user #slide_map .inner .binds > ul > li > ul > li > a.child:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: calc(50% - 1px);
  width: 0.9em;
  height: 2px;
  background-color: #c4c4c4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user #slide_map .inner .binds > ul > li > ul > li > a.child:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.user #slide_map .inner .binds > ul > li > ul > li > a.child.on:after {
  background-color: #3c6a3c;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.user #slide_map .inner .binds > ul > li > ul > li > a.child.on {
  font-weight: 500;
  border-color: #3c6a3c;
  color: #3c6a3c;
}
.user #slide_map .inner .binds > ul > li > ul > li > a > span {
  font-size: 1.0625em;
}
.user #slide_map .inner .binds > ul > li > ul > li > ul {
  padding: 1.1em 1em;
  width: 100%;
  margin-left: 0;
  border: 0;
  background: #f2f2f2;
}
.user #slide_map .inner .binds > ul > li > ul > li > ul > li {
  position: relative;
  border: 0;
}
.user #slide_map .inner .binds > ul > li > ul > li > ul > li:nth-child(n + 2) {
  margin-top: 0.3em;
}
.user #slide_map .inner .binds > ul > li > ul > li > ul > li > a {
  padding-left: 0.8em;
  color: #555;
}
.user #slide_map .inner .binds > ul > li > ul > li > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.3em;
  height: 0.3em;
  background-color: #3c6a3c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.user #slide_map .inner .binds > ul > li > ul > li > ul > li > a.on {
  text-decoration: underline;
}
.user #slide_map .inner .binds > ul > li > ul > li > ul > li > a > span {
  font-size: 0.9375em;
}
.user #slide_map .inner .binds > ul > li > a.on + ul {
  display: block !important;
  overflow-y: auto;
}
.user #slide_map .inner > a[data-js="allmenu_btn_open"] {
  display: block;
  position: absolute;
  right: 1em;
  top: 1.3em;
  width: 2em;
  height: 2em;
}
.user #slide_map .inner > a[data-js="allmenu_btn_open"] > span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  background-image: url(../../../images/site/kor/layout/svg_icon_8.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.user #slide_map .inner > a[data-js="allmenu_btn_open"]:hover > span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.user.fixed #slide_map {
  display: none;
  opacity: 1;
  right: 0;
}
.user.mobile #slide_map .nono {
  display: none;
}
#wrap .layout {
  max-width: calc(1200px + 4em);
  padding: 0 2em;
  margin: 0 auto;
}
#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 8.1875em;
}
#header h1 {
  position: absolute;
  left: 2em;
  top: calc(2.5em + 1em);
  z-index: 999;
  width: 192px;
  height: 51px;
  background-image: url(../../../images/site/kor/layout/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#header h1 a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-indent: -1000px;
}
#header > .line_1 {
  height: 2.5em;
  border-bottom: 1px solid #e5e5e5;
  z-index: 4;
}
#header > .line_1 .layout {
  z-index: 4;
}
#header > .line_1 .layout,
#header > .line_1 .layout > ul,
#header > .line_1 .layout > ul > li {
  height: 100%;
}
#header > .line_1 .layout:after,
#header > .line_1 .layout > ul:after {
  content: "";
  display: block;
  clear: both;
}
#header > .line_1 .layout > ul {
  float: right;
}
#header > .line_1 .layout > ul > li {
  float: left;
  line-height: 2.5em;
  border-left: 1px solid #e5e5e5;
}
#header > .line_1 .layout > ul > li:last-child {
  border-left: none;
}
#header > .line_1 .layout > ul > li > a:not([data-js]) {
  display: block;
  padding: 0 2em;
  text-decoration: none;
  font-size: 0.9em;
  color: #666;
}
#header > .line_1 .layout > ul > li > a[data-js] {
  display: block;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  background-color: #643c00;
  background-image: url(../../../images/site/kor/layout/svg_icon_1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
}
#header > .line_1 .layout > ul > li > a[data-js] > span {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  text-align: left;
}
#header > .line_1 .layout > ul > li.ad_menu > a {
  position: relative;
  padding-right: 3em;
}
#header > .line_1 .layout > ul > li.ad_menu > a.on {
  color: #643c00;
  font-weight: 500;
}
#header > .line_1 .layout > ul > li.ad_menu > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../../images/site/kor/layout/svg_ad_menu.svg) no-repeat
    center center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#header > .line_1 .layout > ul > li.ad_menu > a.on:before {
  background: url(../../../images/site/kor/layout/svg_ad_menuon.svg) no-repeat
    center center;
}
#header > .line_1 .layout > ul > li.ad_menu ul {
  position: relative;
  display: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 0.9em;
  box-sizing: border-box;
}
#header > .line_1 .layout > ul > li.ad_menu ul li {
  position: relative;
  padding: 0 0.5em;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  text-align: center;
}
#header > .line_1 .layout > ul > li.ad_menu ul li:last-child {
  border-bottom: 0;
}
#header > .line_1 .layout > ul > li.ad_menu ul li a {
  display: inline-block;
  font-size: 0.9em;
  color: #666;
  text-decoration: none;
}
#header > .line_1 .layout > ul > li.ad_menu ul li:hover a {
  color: #643c00;
}
#header > .line_2 {
  height: 5.625em;
}
#header #nav {
  overflow: visible !important;
  width: 100%;
  height: auto;
  height: 5.625em;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
#header #nav:after {
  content: "";
  display: block;
  clear: both;
}
#header #nav #blind {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 5.625em;
  z-index: 1;
  box-sizing: border-box;
  opacity: 1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#header #nav #blind:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
#header #nav #gnb {
  opacity: 0;
  width: auto;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header #nav #gnb > ul {
  width: 100%;
  height: auto;
  padding-left: 15em;
  text-align: right;
  box-sizing: border-box;
}
#header #nav #gnb > ul:after {
  content: "";
  display: block;
  clear: both;
}
#header #nav #gnb > ul > li {
  float: left;
  position: relative;
  width: calc((100% - 1px) / 7);
  display: inline-block;
  text-align: center;
}
#header #nav #gnb > ul > li:last-child {
  display: none;
}
#header #nav #gnb > ul > li > a {
  display: inline-block;
  position: relative;
  line-height: 5em;
  height: 5em;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  font-size: 1.125em;
  color: #222;
}
#header #nav #gnb > ul > li > a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header #nav #gnb > ul > li > a > span {
  display: inline-block;
  position: relative;
}
#header #nav #gnb > ul > li > a > span:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  background-color: #643c00;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, 0) scale(0);
  transform: translate(0, 0) scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header #nav #gnb > ul > li > a:hover,
#header #nav #gnb > ul > li > a.on {
  color: #643c00;
}
#header #nav #gnb > ul > li > a:hover > span:before {
  opacity: 1;
  -webkit-transform: translate(0.5em, -1.2em) scale(1);
  transform: translate(0.5em, -1.2em) scale(1);
}
#header #nav #gnb > ul > li > ul {
  width: 100%;
  top: 5.625em;
  padding: 0.5em 0.8em 1.5em;
  position: absolute;
  float: none;
  box-sizing: border-box;
}
#header #nav #gnb > ul > li > a.on + ul {
  background-color: #faf5f0;
}
#header #nav #gnb > ul > li > ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
#header #nav #gnb > ul > li > ul.on:before {
  background-color: transparent;
}
#header #nav #gnb > ul > li:first-child > ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
#header #nav #gnb > ul > li:first-child > ul.on:after {
  background-color: transparent;
}
#header #nav #gnb > ul > li > ul > li {
  float: none;
  display: block;
  width: auto;
  text-align: left;
  margin-top: 3px;
}
#header #nav #gnb > ul > li > ul > li {
  text-align: left;
  width: 100%;
}
#header #nav #gnb > ul > li > ul > li:first-child {
  margin-top: 0;
  width: 100%;
}
#header #nav #gnb > ul > li > ul > li > a {
  white-space: nowrap;
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
  text-align: left;
  height: auto;
  max-width: 100%;
  padding: 0.5em 0;
  color: #222;
}
#header #nav #gnb > ul > li > ul > li > a:hover {
  font-weight: 500;
  color: #643c00;
}
#header #nav #gnb > ul > li > ul > li > a > span {
  position: relative;
  padding-right: 1.2em;
  line-height: 1.5;
  font-size: 0.9375em;
  box-sizing: border-box;
}
#header #nav #gnb > ul > li > ul > li > a[target="_blank"] span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: url(../../../images/site/kor/layout/svg_icon_9.svg) no-repeat
    center center;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#header #nav #gnb ul li ul li ul {
  display: none;
}
#header #nav #gnb ul li ul li ul li {
  display: block;
}
#header .toputil_control {
  display: none;
  position: absolute;
  right: 2em;
  top: 50%;
  z-index: 71;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .toputil_control:after {
  content: "";
  display: block;
  clear: both;
}
#header .toputil_control a {
  overflow: hidden;
  float: left;
  display: block;
  position: relative;
  width: 2.125em;
  height: 2.125em;
  text-indent: -1000px;
  text-decoration: none;
  color: #222;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#header .toputil_control a[data-js="search_btn_open"] {
  margin-right: 0.5em;
  background-image: url(../../../images/site/kor/layout/svg_icon_6.svg);
}
#header .toputil_control a[data-js="allmenu_btn_open"] {
  background-image: url(../../../images/site/kor/layout/svg_icon_7.svg);
}
#top-search {
  display: none;
  position: fixed;
  left: 0;
  top: calc(2.5em + 1px);
  z-index: 1000;
  width: 100%;
  height: auto;
  padding: 2.5em 0;
  background-color: rgba(255, 255, 255, 0.95);
}
#top-search .layout {
  width: calc(100% - 2em);
  height: auto;
  max-width: 20em;
  padding: 0 !important;
  font-size: 2em;
}
#top-search .layout .head {
  text-align: center;
}
#top-search .layout .head > strong {
  display: inline-block;
  font-size: 0.75em;
  color: #222;
}
#top-search .layout .midd input[type="text"] {
  display: block;
  position: relative;
  width: 100%;
  height: 4em;
  line-height: 4em;
  padding: 0 2.5em 0 0;
  font-size: 0.46875em;
  border: none;
  border-bottom: 1px solid #643c00;
  color: #666;
  background-color: transparent;
}
#top-search .layout .midd input[type="submit"] {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  width: 1.5em;
  height: 1.5em;
  font-size: inherit;
  text-indent: -1000px;
  background-color: transparent;
  background-image: url(../../../images/site/kor/layout/svg_icon_1_br.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#top-search .close {
  display: block;
  position: absolute;
  right: 50%;
  top: 100%;
  width: 3em;
  height: 3em;
  margin-right: -600px;
}
#top-search .close > span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  background-color: transparent;
  background-image: url(../../../images/site/kor/layout/svg_icon_8_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body[data-search-open="on"] #top-search {
  display: block;
}
#footer {
  background: #2f2f2f;
  position: relative;
  z-index: 2;
}
#footer > .line_1 {
  height: 3.1875em;
}
#footer > .line_1 > .layout > ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer > .line_1 > .layout > ul > li {
  float: left;
  line-height: 3.1875em;
}
#footer > .line_1 > .layout > ul > li:not(:last-child) {
  margin-right: 1.2em;
}
#footer > .line_1 > .layout > ul > li > a {
  display: block;
  font-size: 0.9em;
  color: #ccc;
}
#footer > .line_1 > .layout > ul > li:first-child > a {
  color: #72b66b;
}
#footer > .line_1 > .layout > ul > li > a > span {
  display: block;
}
#footer > .line_1 [data-js="select"] {
  position: absolute;
  right: 2em;
  top: 0;
  width: 13.75em;
  height: 3.25em;
  line-height: 3.25em;
  background-color: #383838;
}
#footer > .line_1 [data-js="select"] > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
}
#footer > .line_1 [data-js="select"] > a:before,
#footer > .line_1 [data-js="select"] > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1px;
  background-color: #fff;
}
#footer > .line_1 [data-js="select"] > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
#footer > .line_1 [data-js="select"] > a > strong {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25em;
  font-weight: 400;
  box-sizing: border-box;
}
#footer > .line_1 [data-js="select"] > ul {
  display: none;
  position: absolute;
  overflow: auto !important;
  left: 0;
  bottom: 100%;
  width: 100%;
  max-height: 10em;
  background-color: #686868;
}
#footer > .line_1 [data-js="select"] > ul > li:nth-child(n + 2) {
  border-top: 1px solid #fff;
}
#footer > .line_1 [data-js="select"] > ul > li > a,
#footer > .line_1 [data-js="select"] > ul > li > a > span {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#footer > .line_1 [data-js="select"] > ul > li > a {
  text-decoration: none;
  color: #fff;
}
#footer > .line_1 [data-js="select"] > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#footer > .line_1 [data-js="select"] > ul > li > a > span {
  padding: 0 1em;
}
#footer > .line_1 [data-js="select"][data-open="on"] > ul {
  display: block;
}
#footer > .line_1 [data-js="select"][data-open="on"] > a:after,
#footer > .line_1 [data-js="select"] > a.on:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#footer > .line_2 {
  padding: 2em 0;
  border-top: 1px solid #464646;
}
#footer > .line_2 address,
#footer > .line_2 .copy {
  display: block;
  line-height: 1.5;
  margin: 0;
  font-style: normal;
  font-size: 0.875em;
  color: #999;
  margin-left: 14em;
  padding-right: 7em;
  box-sizing: border-box;
}
#footer > .line_2 > .layout {
  padding-left: calc(2em + (5.25em * 2) + 1em);
}
#footer > .line_2 > .layout > [data-icon] {
  position: absolute;
  top: 0;
  width: 5.25em;
  height: 2.625em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#footer > .line_2 > .layout > [data-icon="logo1"] {
  width : 9.25em;
  height : 2.625em;
  padding-right : 20px;
  left: 2em;
  background-image: url(../../../images/site/kor/layout/climate_and_energy_logo_new.png);
}
#footer > .line_2 > .layout > [data-icon="logo2"] {
  left: 19.8em;
  background-image: url(../../../images/site/kor/layout/logo2.svg);
}
#footer > .line_2 > .layout > [data-icon="logo3"] {
  left: 12.25em;
  width: 7.5em;
  background-image: url(../../../images/site/kor/layout/logo3.svg);
}
#footer > .line_2 > .layout > [data-icon] > span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
}
#footer > .line_2 > .layout > a {
  position: absolute;
  top: -0.5em;
  right: 2em;
  display: block;
  width: 4.875em;
  height: 3.5em;
  background: url(../../../images/site/kor/layout/WA_Mark.png) no-repeat center
    center;
  background-size: 100% auto;
}
#footer > .line_2 > .layout > a span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.floating_top {
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 2;
  display: none;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 0.95em;
  transition: all 0.3s ease;
}
.floating_top a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 5.26em;
  height: 5.26em;
  padding-top: 2.5em;
  background-color: #994e00;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.floating_top a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../../images/site/kor/layout/top_btn_ico.svg) no-repeat
    center center;
  transform: translate(-50%, -140%);
}
.floating_top a:hover:before {
  animation: top_btn 1s linear 0s infinite;
}
@keyframes top_btn {
  0% {
    top: 50%;
  }
  25% {
    top: 47%;
  }
  50% {
    top: 50%;
  }
  75% {
    top: 53%;
  }
  100% {
    top: 50%;
  }
}
#sub.user #visual {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 15.625em;
  background: #ddd;
  box-sizing: border-box;
  background-image: url(../../../images/site/kor/layout/bg_visual.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#sub.user #visual h2.title {
  display: table-cell;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-size: 3em !important;
  font-weight: 600;
  color: #fff;
}
#sub.user #visual > .layout {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#sub.user #visual #path {
  position: absolute;
  left: 2em;
  top: 1em;
}
#sub.user #visual #path .navi:after {
  content: "";
  display: block;
  clear: both;
}
#sub.user #visual #path .navi > li {
  float: left;
  line-height: 1.5em;
}
#sub.user #visual #path .navi > li:nth-child(n + 2):before {
  content: "";
  opacity: 0.5;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: top;
  background-image: url(../../../images/site/kor/layout/svg_icon_3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#sub.user #visual #path .navi > li > a {
  opacity: 0.6;
  display: inline-block;
  color: #fff;
}
#sub.user #visual #path .navi > li:last-child > a {
  opacity: 1;
}
#sub.user #visual #path .navi > li.home {
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../../images/site/kor/layout/svg_icon_2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#sub.user #visual #path .navi > li.home > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
}
#sub.user #visual #sns {
  position: absolute;
  right: 2em;
  top: 1em;
}
#sub.user #visual #sns > ul:after {
  content: "";
  display: block;
  clear: both;
}
#sub.user #visual #sns > ul > li {
  float: left;
  position: relative;
  width: 2.25em;
  height: 2.25em;
}
#sub.user #visual #sns > ul > li:not(:last-child) {
  margin-right: 0.5em;
}
#sub.user #visual #sns > ul > li > ul > li {
  vertical-align: top;
}
#sub.user #visual #sns > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > a {
  background-image: url(../../../images/site/kor/layout/svg_icon_4.svg);
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > a.close {
  display: none;
  background-image: url(../../../images/site/kor/layout/svg_icon_8_w.svg);
  background-size: 80% auto;
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > ul {
  display: none;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  top: 0;
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li {
  display: inline-block;
  width: 2.25em;
  height: 2.25em;
  margin: 0;
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li:before {
  display: none;
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li.f > a {
  background-image: url(../../../images/site/kor/layout/facebook.svg);
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li.t > a {
  background-image: url(../../../images/site/kor/layout/twitter.svg);
}
#sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li > a > span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
}
#sub.user #visual #sns > ul > li[data-icon="sns"][data-open="on"] > a.open {
  display: none;
}
#sub.user #visual #sns > ul > li[data-icon="sns"][data-open="on"] > a.close,
#sub.user #visual #sns > ul > li[data-icon="sns"][data-open="on"] > ul {
  display: block;
}
#sub.user #visual #sns > ul > li[data-icon="print"] > a {
  background-image: url(../../../images/site/kor/layout/svg_icon_5.svg);
}
#sub.user #visual #sns > ul > li > a > span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
}
#sub.user #container {
  position: relative;
}
#sub.user #container #tab {
  height: 4.375em;
  background-color: #2f452e;
}
#sub.user #container #tab > .layout {
  height: 100%;
}
#sub.user #container #tab ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
#sub.user #container #tab ul > li {
  display: table-cell;
}
#sub.user #container #tab ul > li > a {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
#sub.user #container #tab ul > li > a > span,
#sub.user #container #tab ul > li > a > strong {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.375em;
}
#sub.user #container #tab ul > li > a:hover,
#sub.user #container #tab ul > li.on > a {
  color: #2f452e;
  background-color: #fff;
}
#sub.user #container #content {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 3.125em 0 6em;
  box-sizing: border-box;
}
#txt {
  min-height: 37em;
  line-height: 1.5;
  font-size: 1em;
}
@media all and (max-width: 1260px) {
  #header > .line_1 .layout {
    padding: 0;
  }
  #top-search {
    top: 0;
    height: 100%;
  }
  #top-search .layout {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #top-search .layout > .head > strong {
    position: relative;
    font-size: 1.3em;
  }
  #top-search .layout > .head > strong:before {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% - (3.875em / 2));
    bottom: 0;
    width: 3.875em;
    height: 3.75em;
    background-image: url(../../../images/site/kor/layout/bg_search_title.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #top-search .layout > .midd {
    margin-top: 3em;
  }
  #top-search .close {
    right: 1em;
    top: 1em;
    margin-right: 0;
  }
  #top-search .close > span {
    background-image: url(../../../images/site/kor/layout/svg_icon_8.svg);
  }
  #sub.user #visual {
    background-size: auto 27em;
  }
}
@media all and (max-width: 1230px) {
  #header #nav #gnb > ul > li > ul {
    padding: 1em 0.7em;
  }
  #header #nav #gnb > ul > li > a {
    font-size: 1.1em;
    height: 5.23em;
    line-height: 5.23em;
  }
  #header #nav #gnb > ul > li > ul > li > a {
    white-space: normal;
  }
  #header #nav #gnb > ul > li > ul > li > a > span {
    letter-spacing: -0.05em;
  }
}
@media all and (max-width: 1130px) {
  #header #nav #gnb > ul > li > a {
    font-size: 1em;
    height: 5.7em;
    line-height: 5.7em;
  }
  #header #nav #gnb > ul > li > ul {
    padding: 1em 0.6em;
  }
  #header #nav #gnb > ul > li > ul > li > a > span {
    letter-spacing: -0.15em;
  }
  #header #nav #gnb > ul > li > ul > li > a > span {
    padding-right: 1em;
  }
  #header #nav #gnb > ul > li > ul > li > a[target="_blank"] span:before {
    background-size: 75%;
  }
}
@media all and (max-width: 1024px) {
  .js_mobile_check {
    display: block;
  }
  .user #slide_map {
    display: block;
  }
  .user.fixed #slide_map {
    display: block;
  }
  .user.fixed #slide_map .inner {
    right: 0;
  }
  #header {
    height: 5.625em;
  }
  #header h1 {
    top: 1em;
  }
  #header > .line_1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
  }
  #header > .line_1 .layout > ul {
    display: none;
  }
  #header .toputil_control {
    display: block;
  }
  #header #nav {
    display: none;
  }
  #sub.user #visual #path,
  #sub.user #container #tab {
    display: none;
  }
  #sub.user #visual {
    height: 13.375em;
  }
  #sub.user #visual h2.title {
    padding-bottom: 1em;
  }
  #sub.user #visual #sns {
    right: auto !important;
    left: 0;
    top: 50% !important;
    width: 100%;
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
  }
  #sub.user #visual #sns > ul,
  #sub.user #visual #sns > ul > li {
    display: block;
    width: 100%;
  }
  #sub.user #visual #sns > ul > li[data-icon="sns"] > a {
    display: none !important;
  }
  #sub.user #visual #sns > ul > li[data-icon="sns"] > ul {
    white-space: normal;
    display: block !important;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    text-align: center;
  }
  #sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  #sub.user #visual #sns > ul > li[data-icon="sns"] > ul > li:nth-child(n + 2) {
    margin-left: 0.5em;
  }
  #sub.user #visual #sns > ul > li[data-icon="print"] {
    display: none;
  }
  #sub.user #container #content {
    padding: 2em 0 5em;
  }
  #txt {
    font-size: 0.95em;
  }
}
@media all and (max-width: 640px) {
  #header,
  #visual {
    font-size: 0.67em;
  }
  #txt {
    font-size: 0.9em;
  }
  #footer {
    font-size: 0.8em;
  }
  #wrap .layout {
    padding: 0 1em;
  }
  #header h1 {
    left: 1em;
    top: 0.6em;
    width: 140px;
    height: 37px;
    background-position: left center;
  }
  #header .toputil_control {
    right: 1em;
  }
  #header .toputil_control a {
    width: 2.5em;
    height: 2.5em;
  }
  .user #slide_map .inner .binds > ul > li > a {
    padding: 1.35em 0.5em;
  }
  .user #slide_map .inner .binds > ul > li > ul > li > a {
    padding: 1.35em 1em;
  }
  #top-search .layout > .head > strong {
    font-size: 1em;
  }
  #top-search .layout > .midd {
    margin-top: 1.5em;
  }
  .floating_top {
    font-size: 0.9em;
  }
  .floating_top a {
    width: 4em;
    height: 4em;
    padding-top: 1.9em;
  }
  .floating_top a:before {
    top: 52.5%;
  }
  #sub.user #container #content {
    padding: 1em 0 4em;
  }
  #footer > .line_1 [data-js="select"] {
    right: 0;
  }
  #footer > .line_2 > .layout {
    padding-left: calc(1em + (5.25em * 2) + 1em);
  }
  #footer > .line_2 > .layout > [data-icon="logo1"] {
    left: 1em;
  }
  #footer > .line_2 > .layout > [data-icon="logo2"] {
    left: 6.25em;
  }
}
@media all and (max-width: 500px) {
  #footer > .line_1 {
    height: auto;
  }
  #footer > .line_1 > .layout {
    padding: 0;
  }
  #footer > .line_1 > .layout > ul {
    text-align: center;
  }
  #footer > .line_1 > .layout > ul:after {
    display: none;
  }
  #footer > .line_1 > .layout > ul > li {
    float: none;
    display: inline-block;
  }
  #footer > .line_1 [data-js="select"] {
    position: relative;
    width: 100%;
  }
  #footer > .line_2 {
    padding: 1em 0;
  }
  #footer > .line_2 > .layout {
    padding: 0 1em;
    text-align: center;
  }
  #footer > .line_2 > .layout > [data-icon] {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
  }
  #footer > .line_2 address,
  #footer > .line_2 .copy {
    font-size: 1em;
    margin-left: 0;
    padding-right: 0;
  }
  #footer > .line_2 address span:first-child {
    display: block;
  }
  #footer > .line_2 .copy {
    margin-bottom: 4em;
  }
  #footer > .line_2 > .layout > a {
    top: auto;
    bottom: -4em;
    right: 50%;
    margin-right: calc(-4.875em / 2);
  }
}
@media all and (max-width: 400px) {
  .user #slide_map {
    font-size: 0.8em;
  }
  .user #slide_map .inner .binds > ul > li > a {
    padding: 1.35em 0.4em;
  }
}
.ad_menu_1 > a:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 16px;
  right: 2px;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../../../images/site/skin/icon_arrow_ov_2.gif);
  background-repeat: no-repeat;
}
#ad_menu_2 > a:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 16px;
  right: 2px;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../../../images/site/skin/icon_arrow_ov_2.gif);
  background-repeat: no-repeat;
}
