@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #454545;
}
#simple_layout_skip {
  background-color: #454545;
  position: relative;
  margin: 0;
}
#simple_layout_skip>a {
  display: block;
  text-align: center;
  line-height: 28px;
  height: 0px;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
#simple_layout_skip>a:focus {
  height: auto;
}
.layout_frame {
  position: relative;
}
header.layout_frame,
footer.layout_frame,
.layout_frame.layout_frame .layout_left_content {
  font-family: 'Spoqa Han Sans', "맑은 고딕", "Apple SD Gothic Neo", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.layout_frame .layout_canvas {
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
header.layout_frame {
  position: relative;
  background-color: #fce4cc;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
header.layout_frame .layout_header>h1 {
  margin: 0 auto;
  padding: 20px 5px;
  box-sizing: border-box;
  color: #000;
}
header.layout_frame .layout_header>h1 a {
  font-size: 32px;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}
header.layout_frame .layout_header {
  padding: 0;
}
header.layout_frame .layout_header>.hside {
  position: absolute;
  right: 5px;
  top: 25px;
}
header.layout_frame .layout_header .layout_search {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
header.layout_frame .layout_header .layout_search input {
  font-size: 12px;
  -webkit-appearance: none;
  border-radius: 0;
}
header.layout_frame .layout_header .layout_search input[type="text"] {
  width: 126px;
  line-height: 18px;
  margin: 0;
  padding: 8px 8px 6px 8px;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 0;
  border: none;
  background: #fffefc;
  color: #000;
}
header.layout_frame .layout_header .layout_search input[type="text"]::placeholder {
  color: #000;
}
header.layout_frame .layout_header .layout_search input[type="text"]:hover,
header.layout_frame .layout_header .layout_search input[type="text"]:active,
header.layout_frame .layout_header .layout_search input[type="text"]:focus {
  background: #ffffff;
  color: #000;
}
header.layout_frame .layout_header .layout_search input[type="text"]:hover::placeholder,
header.layout_frame .layout_header .layout_search input[type="text"]:active::placeholder,
header.layout_frame .layout_header .layout_search input[type="text"]:focus::placeholder {
  color: #000;
}
header.layout_frame .layout_header .layout_search input[type="submit"] {
  vertical-align: bottom;
  background: #fdf1e4;
  color: #000;
  border: none;
  height: 32px;
  padding: 0 15px;
  margin: 0;
}
header.layout_frame .layout_header .layout_search input[type="submit"]:hover,
header.layout_frame .layout_header .layout_search input[type="submit"]:active,
header.layout_frame .layout_header .layout_search input[type="submit"]:focus {
  background: #f9cb9c;
  color: #000;
}
header.layout_frame.layout_darkmode {
  background-color: #f6b26c;
}
header.layout_frame.layout_darkmode .layout_header>h1 {
  color: #000;
}
header.layout_frame.layout_darkmode .layout_header>h1 a {
  color: #000;
}
header.layout_frame.layout_darkmode .layout_header input[type="text"] {
  background: #f3983c;
  color: #000;
}
header.layout_frame.layout_darkmode .layout_header input[type="text"]::placeholder {
  color: #000;
}
header.layout_frame.layout_darkmode .layout_header input[type="text"]:hover,
header.layout_frame.layout_darkmode .layout_header input[type="text"]:active,
header.layout_frame.layout_darkmode .layout_header input[type="text"]:focus {
  background: #8d4c09;
  color: #000;
}
header.layout_frame.layout_darkmode .layout_header input[type="text"]:hover::placeholder,
header.layout_frame.layout_darkmode .layout_header input[type="text"]:active::placeholder,
header.layout_frame.layout_darkmode .layout_header input[type="text"]:focus::placeholder {
  color: #000;
}
header.layout_frame.layout_darkmode .layout_header input[type="submit"] {
  background: #f5a554;
  color: #000;
}
header.layout_frame.layout_darkmode .layout_header input[type="submit"]:hover,
header.layout_frame.layout_darkmode .layout_header input[type="submit"]:active,
header.layout_frame.layout_darkmode .layout_header input[type="submit"]:focus {
  background: #f9cb9c;
  color: #000;
}
div.layout_frame {
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
div.layout_frame .layout_content {
  overflow: auto;
  padding: 10px 0px;
}
div.layout_frame .layout_content img {
  max-width: 100%;
  height: auto;
}
div.layout_frame .layout_content>*:first-child {
  margin-top: 0;
}
div.layout_frame .layout_outright {
  position: absolute;
  top: 15px;
  right: 0;
  box-sizing: border-box;
  width: 160px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23);
  margin-right: -170px;
}
div.layout_frame.layout_darkmode {
  background-color: #2b2b2b;
  color: #fff;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-right: 5px;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left {
  margin: 2px 2px 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23);
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left h1 {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 400;
  margin: 0;
  position: relative;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left h1 a {
  display: block;
  margin: 0;
  padding: 14px 16px;
  font-size: 14px;
  color: #f9cb9c;
  text-decoration: none;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul {
  list-style: none;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul.layout_dropdown-content {
  display: block;
  position: relative;
  z-index: none;
  padding: 0;
  margin: 0;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul.layout_dropdown-content a {
  display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: #000;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul.layout_dropdown-content a.active {
  background: #e0e0e0;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul.layout_dropdown-content a:hover,
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul.layout_dropdown-content a:active,
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul.layout_dropdown-content a:focus {
  background: #eeeeee;
}
.layout_left_content.layout_frame>.layout_canvas div.layout_content section.layout_left ul.layout_dropdown-content ul {
  padding-left: 10px;
}
.layout_left_content.layout_frame>.layout_canvas #content {
  width: 80%;
}
.layout_frame .layout_header:after,
.layout_frame .layout_body:after {
  content: "";
  display: block;
  clear: both;
}
.layout_frame .layout_footer,
.layout_frame.layout_footer {
  background-color: #454545;
}
.layout_frame .layout_footer {
  box-sizing: border-box;
  padding: 26px 14px;
  color: #ebebeb;
}
.layout_frame .layout_footer p {
  font-size: 12px;
}
.layout_frame .layout_footer a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.layout_frame .layout_footer a:hover,
.layout_frame .layout_footer a:active,
.layout_frame .layout_footer a:focus {
  text-decoration: underline;
}
.layout_frame .layout_menu {
  background-color: #ededed;
}
.layout_frame .layout_menu ul {
  list-style-type: none;
  overflow: hidden;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
}
.layout_frame .layout_menu ul.layout_dropdown-content ul {
  padding-left: 10px;
}
.layout_frame .layout_menu li a,
.layout_frame .layout_menu .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  line-height: 1;
}
.layout_frame .layout_menu li.active>a {
  background-color: #fdf1e4;
  color: #000;
}
.layout_frame .layout_menu>ul {
  width: 100%;
}
.layout_frame .layout_menu>ul>li {
  float: left;
}
header.layout_frame .layout_menu>ul>li:first-child {
  float: right;
}
header.layout_frame .layout_menu li:hover,
header.layout_frame .layout_menu li:focus,
header.layout_frame .layout_menu li:active,
header.layout_frame .layout_menu .layout_focus {
  background-color: #ffffff;
}
.layout_frame .layout_menu li a:hover,
.layout_frame .layout_menu li a:focus,
.layout_frame .layout_menu li a:active,
.layout_frame .layout_dropdown:hover .dropbtn,
.layout_frame .layout_dropdown:focus .dropbtn,
.layout_frame .layout_dropdown:active .dropbtn,
.layout_frame .layout_language li:hover button,
.layout_frame .layout_language li:focus button,
.layout_frame .layout_language li:active button {
  background-color: #f9cb9c;
  color: #000;
}
li.layout_frame .layout_menu .layout_dropdown {
  display: block;
}
.layout_frame .layout_menu .layout_dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.layout_frame .layout_menu .layout_dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  min-width: 160px;
  display: block;
  text-align: left;
  box-sizing: border-box;
}
.layout_frame .layout_menu .layout_dropdown-content a:hover,
.layout_frame .layout_menu .layout_dropdown-content a:active,
.layout_frame .layout_menu .layout_dropdown-content a:focus {
  display: block;
  background-color: #fce4cc;
  color: #000;
}
.layout_frame.layout_darkmode .layout_menu {
  background-color: #4f4f4f;
}
.layout_frame.layout_darkmode .layout_menu li a,
.layout_frame.layout_darkmode .layout_menu .dropbtn {
  color: white;
}
.layout_frame.layout_darkmode .layout_menu li.active>a {
  background-color: #f5a554;
  color: #000;
}
header.layout_frame.layout_darkmode .layout_menu li a {
  background-color: #4f4f4f;
}
header.layout_frame.layout_darkmode .layout_menu li:hover,
header.layout_frame.layout_darkmode .layout_menu li:focus,
header.layout_frame.layout_darkmode .layout_menu li:active,
header.layout_frame.layout_darkmode .layout_menu .layout_focus {
  background-color: #383838;
}
.layout_frame.layout_darkmode .layout_menu-content {
  background-color: #383838;
  box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.2);
}
.layout_frame.layout_darkmode .layout_menu-content a {
  color: white;
}
.layout_frame.layout_darkmode .layout_menu-content a:hover,
.layout_frame.layout_darkmode .layout_menu-content a:active,
.layout_frame.layout_darkmode .layout_menu-content a:focus {
  display: block;
  background-color: #f6b26c;
  color: #000;
}
.layout_frame .layout_footer .layout_menu li a,
.layout_frame .layout_footer .dropbtn {
  color: #b8b8b8;
  font-weight: normal;
  text-decoration: none;
  padding: 14px 0px;
}
.layout_frame .layout_footer .layout_menu li:first-child {
  margin-left: -16px;
}
.layout_frame .layout_footer .layout_menu li:last-child a>span {
  border-right: none;
}
.layout_frame .layout_footer .layout_menu li a>span {
  padding: 0px 16px;
  border-right: 1px solid #b8b8b8;
}
.layout_frame .layout_footer .layout_menu li a:hover,
.layout_frame .layout_footer .layout_menu li a:focus,
.layout_frame .layout_footer .layout_menu li a:active {
  background-color: transparent;
  color: #fff;
}
.layout_frame .layout_language {
  display: absolute;
  right: 0;
  top: 15px;
}
.layout_frame .layout_language button {
  outline: none;
}
.layout_frame .layout_language ul {
  display: none;
  float: right;
  width: 120px;
  clear: both;
  margin: 0px 0px 10px;
  padding: 0;
  z-index: 1000;
  box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.2);
}
.layout_frame .layout_language ul:before {
  content: "";
  display: block;
  clear: both;
}
.layout_frame .layout_language .toggle {
  background: none;
  display: block;
  float: right;
  width: 120px;
  border: 0;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  text-align: right;
  padding: 0;
  height: 45px;
}
.layout_frame .layout_language li {
  list-style: none;
  background: #ffffff;
}
.layout_frame .layout_language li button {
  display: block;
  color: black;
  background: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
}
.layout_dropdown:hover .layout_dropdown-content,
.layout_dropdown:active .layout_dropdown-content,
.layout_dropdown:focus .layout_dropdown-content,
.layout_dropdown a:hover ~ .layout_dropdown-content,
.layout_dropdown a:active ~ .layout_dropdown-content,
.layout_dropdown a:focus ~ .layout_dropdown-content,
.layout_dropdown .layout_dropdown-content:hover,
.layout_dropdown .layout_dropdown-content:active,
.layout_dropdown .layout_dropdown-content:focus {
  display: block;
}
#layout_menu_toggle {
  width: 90px;
  display: none;
}
#layout_fnb {
  background-color: transparent;
}
.layout_mobile_menu {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 90px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.layout_mobile_menu span {
  display: block;
  position: absolute;
  top: 41px;
  left: 17px;
  right: 17px;
  height: 8px;
  background: white;
}
.layout_mobile_menu span:before,
.layout_mobile_menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
}
.layout_mobile_menu span:before {
  top: -19px;
}
.layout_mobile_menu span:after {
  bottom: -19px;
}
.layout_mobile_menu:focus {
  outline: none;
}
.layout_mobile_menu--htx {
  background-color: #f9cb9c;
}
.layout_mobile_menu--htx span {
  transition: background 0s 0.3s;
}
.layout_mobile_menu--htx span:before,
.layout_mobile_menu--htx span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.layout_mobile_menu--htx span::before {
  transition-property: top, transform;
}
.layout_mobile_menu--htx span::after {
  transition-property: bottom, transform;
}
.layout_mobile_menu--htx.is-active {
  background-color: #f6b26c;
}
.layout_mobile_menu--htx.is-active span {
  background: none;
}
.layout_mobile_menu--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.layout_mobile_menu--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.layout_mobile_menu--htx.is-active span:before,
.layout_mobile_menu--htx.is-active span:after {
  transition-delay: 0s, 0.3s;
}
#layout_search_link {
  display: none;
}
@media (max-width: 750px) {
  .layout_frame #layout_menu_toggle,
  .layout_frame #layout_search_link {
    display: block;
  }
  .layout_frame .layout_header>h1 {
    padding: 20px 95px 20px 5px;
  }
  .layout_frame .layout_header>h1>a {
    color: #000;
  }
  .layout_frame #layout_menu_toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    opacity: 0.9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  .layout_frame .layout_left_content.layout_frame>.layout_canvas div.layout_left_content {
    display: none;
  }
  .layout_frame .layout_left_content.layout_frame>.layout_canvas #content {
    width: 100%;
  }
  .layout_frame .layout_menu {
    display: none;
    font-size: 15px;
    width: 100%;
    height: auto;
    clear: both;
  }
  .layout_frame .layout_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .layout_frame .layout_menu>ul>li,
  .layout_frame #layout_gnb>ul>li:first-child {
    float: none;
  }
  .layout_frame .layout_menu li a,
  .layout_frame .dropbtn {
    display: block;
    color: #000;
    text-align: left;
    padding: 15px;
    text-decoration: none;
  }
  .layout_frame .layout_menu li.active>a {
    background-color: #fdf1e4;
    color: #000;
  }
  .layout_frame .layout_menu li a:hover,
  .layout_frame .layout_dropdown:hover .dropbtn,
  .layout_frame .layout_menu li a:focus,
  .layout_frame .layout_dropdown:focus .dropbtn {
    background-color: #f9cb9c;
    color: #000;
  }
  .layout_frame .layout_menu li.layout_dropdown {
    display: block;
  }
  .layout_frame .layout_menu .layout_dropdown-content {
    display: block;
    position: relative;
    background-color: #f7f7f7;
    color: #000;
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    z-index: 1;
  }
  .layout_frame .layout_menu .layout_dropdown-content a {
    background-color: #f7f7f7;
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .layout_frame .layout_footer .layout_menu {
    display: block;
    margin-bottom: 10px;
  }
  .layout_frame .layout_footer .layout_menu li a>span {
    border-right: none;
  }
  .layout_frame .layout_footer .layout_menu li:first-child {
    margin-left: 0px;
  }
  .layout_frame .layout_footer .layout_menu ul {
    background-color: transparent;
  }
  .layout_frame .layout_language {
    margin-top: 15px;
  }
  .layout_frame .layout_language ul {
    display: none;
    float: none;
    width: 100%;
  }
  .layout_frame .layout_language .toggle {
    display: block;
    float: none;
    width: 100%;
  }
  .layout_frame .layout_pc {
    display: none;
  }
}

