@charset "UTF-8";
/*
Theme Name:     asan2019
Author:         slowalk
Version:        2.0.0
Theme URI: http://wordpress.org/themes/asannanum
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: asannanum
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Noto+Sans+KR:100,300,400,500,700,900|Roboto:100,300,400,500,700,900&display=swap");
/* line 5, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, sass/_footer.scss */
.site-footer {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
/*블록 편집 링크 수정*/

.content .custom-notice {
  color: blue ;
  text-decoration: underline;

}



@media screen and (max-width: 767px) {
  /* line 1, sass/_footer.scss */
  .site-footer {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* line 10, sass/_footer.scss */
.site-footer .newsletter {
  background-color: #003c1e;
}
/* line 12, sass/_footer.scss */
.site-footer .newsletter.footer {
  height: 700px;
  background-image: url("images/bg-footer.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  /* line 12, sass/_footer.scss */
  .site-footer .newsletter.footer {
    height: auto;
    background-size: contain;
    padding-bottom: 62px;
  }
}
/* line 23, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap {
  width: 1108px;
  padding-top: 272px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 23, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap {
    width: 100%;
    padding-left: 19.733333%;
    padding-right: 19.733333%;
    padding-top: 0;
  }
}
/* line 34, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap h2 {
  width: 50%;
  float: left;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.33;
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  /* line 34, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap h2 {
    width: 100%;
    font-size: 3rem;
    line-height: 1.4;
    float: none;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 79px;
  }
}
/* line 51, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 51, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form {
    display: block;
    float: none;
  }
}
/* line 59, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form form input[type="email"] {
  color: #707984;
  padding-left: 16px;
  width: 340px;
  height: 52px;
  border-radius: 4px;
  border: none;
}
@media screen and (max-width: 767px) {
  /* line 59, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form form input[type="email"] {
    width: 100%;
    padding-left: 7.511737%;
    margin-bottom: 16px;
  }
}
/* line 72, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form form input[type="submit"] {
  margin-left: 16px;
  width: 182px;
  height: 52px;
  border-radius: 4px;
  border: solid 2px #fff;
  background-color: #003c1e;
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 72, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form form input[type="submit"] {
    width: 100%;
    margin: 0;
  }
}
/* line 86, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom {
  display: block;
}
/* line 88, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p {
  font-family: 'Montserrat';
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 24px;
  padding-right: 16px;
  float: left;
}
/* line 95, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p:before {
  border-top: solid 1px rgba(222, 248, 243, 0.3);
}
@media screen and (max-width: 767px) {
  /* line 88, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p {
    float: none;
    padding: 0;
    text-align: center;
    padding-top: 39px;
  }
  /* line 103, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    bottom: 46px;
    left: 0;
  }
  /* line 111, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background-color: rgba(222, 248, 243, 0.3);
    bottom: 46px;
    right: 0;
  }
}
/* line 122, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul {
  float: right;
  border-top: solid 1px rgba(222, 248, 243, 0.3);
  width: 80%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  /* line 122, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul {
    float: none;
    width: 100%;
    margin-top: 0px;
    border: none;
  }
}
/* line 133, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul div {
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 133, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul div {
    float: none;
    padding-top: 33px;
  }
}
/* line 139, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li {
  float: left;
  padding-left: 28px;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  /* line 139, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li {
    float: left;
    width: 33.33333%;
    text-align: center;
    padding: 0;
  }
}
/* line 149, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li a {
  background-color: rgba(0, 255, 0, 0);
}
/* line 151, sass/_footer.scss */
.site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li a img {
  width: 45px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  /* line 151, sass/_footer.scss */
  .site-footer .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li a img {
    width: 30px;
    height: 26px;
  }
}
/* line 165, sass/_footer.scss */
.site-footer .newsletter.footer.sub {
  height: 400px;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  /* line 165, sass/_footer.scss */
  .site-footer .newsletter.footer.sub {
    height: auto;
    background-size: contain;
    margin-top: 119px;
    padding-bottom: 100px;
  }
}
/* line 174, sass/_footer.scss */
.site-footer .newsletter.footer.sub .section-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  /* line 174, sass/_footer.scss */
  .site-footer .newsletter.footer.sub .section-wrap {
    padding-top: 53px;
  }
}
/* line 179, sass/_footer.scss */
.site-footer .newsletter.footer.sub .section-wrap h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6;
  padding-right: 190px;
}
@media screen and (max-width: 767px) {
  /* line 179, sass/_footer.scss */
  .site-footer .newsletter.footer.sub .section-wrap h2 {
    width: 100%;
    line-height: 1.4;
    float: none;
    display: block;
    padding-right: 0;
    padding-bottom: 88px;
  }
}
/* line 197, sass/_footer.scss */
.site-footer .fnb-wrap {
  background-color: #f7f5f2;
  height: 68px;
  color: #3f454b;
}
@media screen and (max-width: 767px) {
  /* line 197, sass/_footer.scss */
  .site-footer .fnb-wrap {
    background-color: inherit;
    height: 59px;
    border-bottom: solid 1px #e7e3de;
  }
}
/* line 206, sass/_footer.scss */
.site-footer .fnb-wrap .fnb {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
/* line 210, sass/_footer.scss */
.site-footer .fnb-wrap .fnb li {
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 25px;
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 210, sass/_footer.scss */
  .site-footer .fnb-wrap .fnb li {
    display: none;
  }
}
/* line 218, sass/_footer.scss */
.site-footer .fnb-wrap .fnb li a {
  padding-right: 25px;
  border-right: solid 1px #d8d8d8;
}
/* line 221, sass/_footer.scss */
.site-footer .fnb-wrap .fnb li a:hover {
  color: #003c1e;
}
/* line 225, sass/_footer.scss */
.site-footer .fnb-wrap .fnb li:nth-child(4) a {
  border-right: none;
}
/* line 228, sass/_footer.scss */
.site-footer .fnb-wrap .fnb li:last-child {
  padding: 0px;
  float: right;
  width: 98px;
  height: 68px;
  background-color: #c0bab1;
  text-align: center;
}
/* line 235, sass/_footer.scss */
.site-footer .fnb-wrap .fnb li:last-child a {
  font-family: Montserrat;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border: none;
  padding: 0px;
  text-align: center;
  width: 98px;
  height: 68px;
  display: inline-block;
  padding-top: 28px;
  background-image: url("images/top-scroll.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 45px 18px;
}
@media screen and (max-width: 767px) {
  /* line 228, sass/_footer.scss */
  .site-footer .fnb-wrap .fnb li:last-child {
    display: block;
    float: none;
    width: 100%;
    height: 59px;
    background-color: inherit;
  }
  /* line 258, sass/_footer.scss */
  .site-footer .fnb-wrap .fnb li:last-child a {
    color: #3f454b;
    height: 59px;
    background-image: url("images/m-top-scroll.svg");
  }
}
/* line 268, sass/_footer.scss */
.site-footer .footer-logo {
  clear: both;
}
/* line 270, sass/_footer.scss */
.site-footer .footer-logo > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  display: inline-block;
}
/*footer ENG*/
.site-footer .eng > a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  /* line 270, sass/_footer.scss */
  .site-footer .footer-logo > a {
    display: none;
  }
}
/* line 279, sass/_footer.scss */
.site-footer .footer-logo .copyright {
  border-top: 1px solid #d8d8d8;
  padding-top: 29px;
  padding-bottom: 51px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  /* line 279, sass/_footer.scss */
  .site-footer .footer-logo .copyright {
    border-top: 0px;
    padding-top: 45px;
    padding-left: 13.370473%;
    padding-right: 14.484679%;
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 767px) {
  /* line 291, sass/_footer.scss */
  .site-footer .footer-logo .copyright.eng {
    padding: 0;
    padding-top: 20px;
  }
}
/* line 297, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-left {
  font-size: 1.3rem;
  color: #585e64;
  font-weight: 300;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 297, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-left {
    padding-bottom: 45px;
  }
}
/* line 305, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-left span {
  color: #3f454b;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  /* line 305, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-left span {
    font-weight: 300;
  }
}
/* line 313, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right {
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 313, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-right {
    float: none;
  }
}
/* line 318, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  /* line 318, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-right > ul {
    font-weight: normal;
  }
}
/* line 325, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul > li {
  float: left;
}
/* line 327, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul > li > ul {
  margin-top: 6px;
}
/* line 329, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul > li > ul > li {
  float: left;
}
/* line 331, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul > li > ul > li a {
  padding-left: 0px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 0px;
}
/* line 336, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul > li > ul > li a img {
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  /* line 325, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-right > ul > li {
    float: none;
    border-bottom: solid 1px #e7e3de;
  }
  /* line 346, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-right > ul > li > ul {
    position: absolute;
    right: 0;
    top: 5px;
  }
  /* line 350, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-right > ul > li > ul > li {
    float: left;
    border-bottom: 0px;
  }
}
/* line 359, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul > li {
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  /* line 359, sass/_footer.scss */
  .site-footer .footer-logo .copyright .copy-right > ul > li {
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
  }
}
/* line 367, sass/_footer.scss */
.site-footer .footer-logo .copyright .copy-right > ul > li:last-child {
  padding-right: 21px;
}

/* line 376, sass/_footer.scss */
.newsletter {
  background-color: #003c1e;
}
/* line 378, sass/_footer.scss */
.newsletter.footer {
  height: 700px;
  background-image: url("images/bg-footer.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  /* line 378, sass/_footer.scss */
  .newsletter.footer {
    height: auto;
    padding-bottom: 98px;
    background-size: contain;
  }
}
/* line 388, sass/_footer.scss */
.newsletter.footer .section-wrap {
  width: 1108px;
  padding-top: 272px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 388, sass/_footer.scss */
  .newsletter.footer .section-wrap {
    width: 100%;
    padding-left: 19.733333%;
    padding-right: 19.733333%;
    padding-top: 0;
  }
}
/* line 399, sass/_footer.scss */
.newsletter.footer .section-wrap h2 {
  width: 50%;
  float: left;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.33;
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  /* line 399, sass/_footer.scss */
  .newsletter.footer .section-wrap h2 {
    width: 100%;
    font-size: 3rem;
    line-height: 1.4;
    float: none;
    padding-right: 0;
    padding-top: 53px;
    padding-bottom: 89px;
  }
}
/* line 416, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 416, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form {
    display: block;
    float: none;
  }
}
/* line 424, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form form input[type="email"] {
  color: #707984;
  padding-left: 16px;
  width: 340px;
  height: 52px;
  border-radius: 4px;
  border: none;
}
@media screen and (max-width: 767px) {
  /* line 424, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form form input[type="email"] {
    width: 100%;
    padding-left: 7.511737%;
    margin-bottom: 16px;
  }
}
/* line 437, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form form input[type="submit"] {
  margin-left: 16px;
  width: 182px;
  height: 52px;
  border-radius: 4px;
  border: solid 2px #fff;
  background-color: #003c1e;
  clear: both;
}
/* line 445, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form form input[type="submit"]:hover {
  background-color: #fff;
  color: #003c1e;
  border: none;
}
@media screen and (max-width: 767px) {
  /* line 437, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form form input[type="submit"] {
    width: 100%;
    margin: 0;
  }
}
/* line 457, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom {
  display: block;
}
/* line 459, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p {
  font-family: 'Montserrat';
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 24px;
  padding-right: 16px;
  float: left;
}
/* line 466, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p:before {
  border-top: solid 1px rgba(222, 248, 243, 0.3);
}
@media screen and (max-width: 767px) {
  /* line 459, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p {
    float: none;
    padding: 0;
    text-align: center;
    padding-top: 39px;
  }
  /* line 474, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p:before {
    content: '';
    position: absolute;
    width: 33.426183%;
    height: 1px;
    bottom: 44px;
    left: 0;
  }
  /* line 482, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom p:after {
    content: '';
    position: absolute;
    width: 33.426183%;
    height: 1px;
    background-color: rgba(222, 248, 243, 0.3);
    bottom: 44px;
    right: 0;
  }
}
/* line 493, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul {
  float: right;
  border-top: solid 1px rgba(222, 248, 243, 0.3);
  width: 80%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  /* line 493, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul {
    float: none;
    width: 100%;
    margin-top: 0px;
    border: none;
  }
}
/* line 504, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul div {
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 504, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul div {
    float: none;
    padding-top: 33px;
  }
}
/* line 510, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li {
  float: left;
  padding-left: 28px;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  /* line 510, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li {
    float: left;
    width: 33.33333%;
    text-align: center;
    padding: 0;
  }
}
/* line 520, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li a {
  background-color: rgba(0, 255, 0, 0);
}
/* line 522, sass/_footer.scss */
.newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li a img {
  width: 45px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  /* line 522, sass/_footer.scss */
  .newsletter.footer .section-wrap .newsletter-form .newsletter-form-bottom ul li a img {
    width: 30px;
    height: 26px;
  }
}
/* line 536, sass/_footer.scss */
.newsletter.footer.sub {
  height: 350px;
}
@media screen and (max-width: 767px) {
  /* line 536, sass/_footer.scss */
  .newsletter.footer.sub {
    height: 630px;
    background-size: contain;
  }
}
/* line 542, sass/_footer.scss */
.newsletter.footer.sub .section-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  /* line 542, sass/_footer.scss */
  .newsletter.footer.sub .section-wrap {
    padding-top: 53px;
  }
}
/* line 547, sass/_footer.scss */
.newsletter.footer.sub .section-wrap h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6;
  padding-right: 190px;
}
@media screen and (max-width: 767px) {
  /* line 547, sass/_footer.scss */
  .newsletter.footer.sub .section-wrap h2 {
    width: 100%;
    line-height: 1.4;
    float: none;
    display: block;
    padding-right: 0;
    padding-bottom: 88px;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, sass/normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 21, sass/normalize.scss */
body {
  margin: 0;
}

/* line 35, sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 56, sass/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 69, sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 79, sass/normalize.scss */
[hidden],
template {
  display: none;
}

/* line 91, sass/normalize.scss */
a {
  background-color: transparent;
}

/* line 99, sass/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 119, sass/normalize.scss */
b,
strong {
  font-weight: 500;
}

/* line 128, sass/normalize.scss */
dfn {
  font-style: italic;
}

/* line 137, sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 146, sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 155, sass/normalize.scss */
small {
  font-size: 80%;
}

/* line 163, sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 171, sass/normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 186, sass/normalize.scss */
img {
  border: 0;
}

/* line 194, sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 205, sass/normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 213, sass/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 223, sass/normalize.scss */
pre {
  overflow: auto;
}

/* line 231, sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 254, sass/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 268, sass/normalize.scss */
button {
  overflow: visible;
  border: 0;
  background-color: transparent;
}

/* line 281, sass/normalize.scss */
button,
select {
  text-transform: none;
}

/* line 294, sass/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 306, sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 315, sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 326, sass/normalize.scss */
input {
  line-height: normal;
}

/* line 338, sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 350, sass/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 361, sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 374, sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 383, sass/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 394, sass/normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 403, sass/normalize.scss */
textarea {
  overflow: auto;
}

/* line 412, sass/normalize.scss */
optgroup {
  font-weight: 500;
}

/* line 423, sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 428, sass/normalize.scss */
td,
th {
  padding: 0;
}

/* line 3, sass/_fonts.scss */
:lang(ko) {
  font-family: 'Noto Sans KR', sans-serif;
}

/* line 4, sass/_fonts.scss */
:lang(en) {
  font-family: 'Montserrat', 'Roboto', sans-serif;
}

/* noto-sans-kr-100 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/noto-sans-kr-v12-latin_korean-100.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Thin"), local("NotoSansKR-Thin"), url("./fonts/noto-sans-kr-v12-latin_korean-100.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-sans-kr-v12-latin_korean-100.woff2") format("woff2"), url("./fonts/noto-sans-kr-v12-latin_korean-100.woff") format("woff"), url("./fonts/noto-sans-kr-v12-latin_korean-100.ttf") format("truetype"), url("./fonts/noto-sans-kr-v12-latin_korean-100.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
/* noto-sans-kr-regular - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/noto-sans-kr-v12-latin_korean-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url("./fonts/noto-sans-kr-v12-latin_korean-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-sans-kr-v12-latin_korean-regular.woff2") format("woff2"), url("./fonts/noto-sans-kr-v12-latin_korean-regular.woff") format("woff"), url("./fonts/noto-sans-kr-v12-latin_korean-regular.ttf") format("truetype"), url("./fonts/noto-sans-kr-v12-latin_korean-regular.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
/* noto-sans-kr-300 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/noto-sans-kr-v12-latin_korean-300.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url("./fonts/noto-sans-kr-v12-latin_korean-300.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-sans-kr-v12-latin_korean-300.woff2") format("woff2"), url("./fonts/noto-sans-kr-v12-latin_korean-300.woff") format("woff"), url("./fonts/noto-sans-kr-v12-latin_korean-300.ttf") format("truetype"), url("./fonts/noto-sans-kr-v12-latin_korean-300.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
/* noto-sans-kr-500 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/noto-sans-kr-v12-latin_korean-500.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url("./fonts/noto-sans-kr-v12-latin_korean-500.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-sans-kr-v12-latin_korean-500.woff2") format("woff2"), url("./fonts/noto-sans-kr-v12-latin_korean-500.woff") format("woff"), url("./fonts/noto-sans-kr-v12-latin_korean-500.ttf") format("truetype"), url("./fonts/noto-sans-kr-v12-latin_korean-500.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
/* noto-sans-kr-700 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/noto-sans-kr-v12-latin_korean-700.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url("./fonts/noto-sans-kr-v12-latin_korean-700.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-sans-kr-v12-latin_korean-700.woff2") format("woff2"), url("./fonts/noto-sans-kr-v12-latin_korean-700.woff") format("woff"), url("./fonts/noto-sans-kr-v12-latin_korean-700.ttf") format("truetype"), url("./fonts/noto-sans-kr-v12-latin_korean-700.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
/* noto-sans-kr-900 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/noto-sans-kr-v12-latin_korean-900.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Black"), local("NotoSansKR-Black"), url("./fonts/noto-sans-kr-v12-latin_korean-900.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-sans-kr-v12-latin_korean-900.woff2") format("woff2"), url("./fonts/noto-sans-kr-v12-latin_korean-900.woff") format("woff"), url("./fonts/noto-sans-kr-v12-latin_korean-900.ttf") format("truetype"), url("./fonts/noto-sans-kr-v12-latin_korean-900.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/montserrat-v14-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("./fonts/montserrat-v14-latin-100.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-v14-latin-100.woff2") format("woff2"), url("./fonts/montserrat-v14-latin-100.woff") format("woff"), url("./fonts/montserrat-v14-latin-100.ttf") format("truetype"), url("./fonts/montserrat-v14-latin-100.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/montserrat-v14-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("./fonts/montserrat-v14-latin-200.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-v14-latin-200.woff2") format("woff2"), url("./fonts/montserrat-v14-latin-200.woff") format("woff"), url("./fonts/montserrat-v14-latin-200.ttf") format("truetype"), url("./fonts/montserrat-v14-latin-200.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/montserrat-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("./fonts/montserrat-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-v14-latin-300.woff2") format("woff2"), url("./fonts/montserrat-v14-latin-300.woff") format("woff"), url("./fonts/montserrat-v14-latin-300.ttf") format("truetype"), url("./fonts/montserrat-v14-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/montserrat-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("./fonts/montserrat-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-v14-latin-regular.woff2") format("woff2"), url("./fonts/montserrat-v14-latin-regular.woff") format("woff"), url("./fonts/montserrat-v14-latin-regular.ttf") format("truetype"), url("./fonts/montserrat-v14-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/montserrat-v14-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("./fonts/montserrat-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-v14-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/montserrat-v14-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("./fonts/montserrat-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-v14-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/roboto-v20-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("./fonts/roboto-v20-latin-100.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-100.woff2") format("woff2"), url("./fonts/roboto-v20-latin-100.woff") format("woff"), url("./fonts/roboto-v20-latin-100.ttf") format("truetype"), url("./fonts/roboto-v20-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-500.woff") format("woff"), url("./fonts/roboto-v20-latin-500.ttf") format("truetype"), url("./fonts/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-regular.woff") format("woff"), url("./fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("./fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-700.woff") format("woff"), url("./fonts/roboto-v20-latin-700.ttf") format("truetype"), url("./fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/roboto-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("./fonts/roboto-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-900.woff2") format("woff2"), url("./fonts/roboto-v20-latin-900.woff") format("woff"), url("./fonts/roboto-v20-latin-900.ttf") format("truetype"), url("./fonts/roboto-v20-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* line 1, sass/init.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, sass/init.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, sass/init.scss */
*:focus {
  outline: none;
}

/* line 16, sass/init.scss */
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  position: relative;
}

/* line 23, sass/init.scss */
body {
  width: 100%;
  height: 100%;
  color: #3f454b;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8;
  background-color: #fff;
  word-break: keep-all;
}

/* line 36, sass/init.scss */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

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

/* line 52, sass/init.scss */
em, address {
  font-style: normal;
}

/* line 54, sass/init.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 60, sass/init.scss */
input,
input[type="search"],
input[type="text"],
input[type="submit"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* line 70, sass/init.scss */
input:before, input:after,
input[type="search"]:before,
input[type="search"]:after,
input[type="text"]:before,
input[type="text"]:after,
input[type="submit"]:before,
input[type="submit"]:after,
input[type="email"]:before,
input[type="email"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 77, sass/init.scss */
input[type=text]::-ms-clear {
  display: none;
}

/* line 81, sass/init.scss */
input[disabled] {
  background-color: #eee;
}

/* line 85, sass/init.scss */
input[type="date"] {
  color: #585e64;
  background-color: #f7f5f2;
  background-image: url("images/ic_cal.svg");
  background-repeat: no-repeat;
  background-position: 130px 10px;
  letter-spacing: -1.5px;
}

/* line 93, sass/init.scss */
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

/* line 97, sass/init.scss */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  width: 20px;
}

/* line 102, sass/init.scss */
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

/* line 107, sass/init.scss */
select {
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
}

/* line 112, sass/init.scss */
.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

/* line 1, sass/bxSlider.scss */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
/* line 8, sass/bxSlider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 13, sass/bxSlider.scss */
.bxslider {
  margin: 0;
  padding: 0;
}

/* line 17, sass/bxSlider.scss */
ul.bxslider {
  list-style: none;
}

/* line 20, sass/bxSlider.scss */
.bx-viewport {
  -webkit-transform: translatez(0);
}

/* line 23, sass/bxSlider.scss */
.bx-wrapper {
  /* .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    &.bx-default-pager a {
      background: #666;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      &:hover,
      &:active,
      &.focus{
        background: #000;
      }
    }
  }
  .bx-pager-item,
  .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
  }
  .bx-pager-item {
    font-size: 0;
    line-height: 0;
  } */
}
/* line 24, sass/bxSlider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* line 30, sass/bxSlider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* line 75, sass/bxSlider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
}
/* line 77, sass/bxSlider.scss */
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
/* line 82, sass/bxSlider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  /* &:hover,
  &:focus{
    background-position: -43px 0;
  } */
}
/* line 89, sass/bxSlider.scss */
.bx-wrapper .bx-controls {
  position: absolute;
  top: -40px;
  z-index: 999;
  width: 100%;
}
/* line 95, sass/bxSlider.scss */
.bx-wrapper .bx-controls-direction {
  position: relative;
  z-index: 1;
}
/* line 98, sass/bxSlider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
}
/* line 100, sass/bxSlider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* line 105, sass/bxSlider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
/* line 107, sass/bxSlider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
/* line 114, sass/bxSlider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start:active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
/* line 120, sass/bxSlider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
/* line 127, sass/bxSlider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop:active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* line 135, sass/bxSlider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
/* line 139, sass/bxSlider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* line 144, sass/bxSlider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/* line 151, sass/bxSlider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 161, sass/bxSlider.scss */
.sldrPager {
  position: absolute;
  top: 150px;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
/* line 12, sass/swiper.min.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 12, sass/swiper.min.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 12, sass/swiper.min.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 12, sass/swiper.min.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

/* line 12, sass/swiper.min.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, sass/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, sass/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, sass/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, sass/swiper.min.scss */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 12, sass/swiper.min.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 12, sass/swiper.min.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 12, sass/swiper.min.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 12, sass/swiper.min.scss */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, sass/swiper.min.scss */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, sass/swiper.min.scss */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, sass/swiper.min.scss */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, sass/swiper.min.scss */
.swiper-button-lock {
  display: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullet {
  font-family:  Montserrat;
  font-weight:  bold;
  color:   #c0bab1;
  font-size:  1 0.5rem;
  line-height:  20px;
  float:  left;
  padding-left:  8px;
  color: #c0bab1;
}

/* line 12, sass/swiper.min.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  color: #0c5a49;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 12, sass/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

/* line 12, sass/swiper.min.scss */
.swiper-pagination-lock {
  display: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 12, sass/swiper.min.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 12, sass/swiper.min.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 12, sass/swiper.min.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 12, sass/swiper.min.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 12, sass/swiper.min.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* line 12, sass/swiper.min.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 12, sass/swiper.min.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 12, sass/swiper.min.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 12, sass/swiper.min.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 12, sass/swiper.min.scss */
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 4, sass/_home.scss */
.section-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 46px;
  font-size: 1.3rem;
  padding-top: 12.4px;
  padding-bottom: 13.6px;
  text-align: center;
  color: #fff;
  background-color: #003c1e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
}
/* line 20, sass/_home.scss */
.section-top .top-banner-wrap {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* line 26, sass/_home.scss */
.btn-x {
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url("images/btn-x.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 35, sass/_home.scss */
.sidebar {
  position: absolute;
  right: 0;
  width: 25px;
  height: auto;
}
/* line 40, sass/_home.scss */
.sidebar li {
  margin-top: 9px;
  border-bottom: solid 1px #c0bab1;
}
/* line 43, sass/_home.scss */
.sidebar li:last-child {
  border-bottom: 0;
}
/* line 46, sass/_home.scss */
.sidebar li:nth-child(4) {
  margin-left: 1px;
}
.sidebar li:nth-child(5) {
  margin-top: 0;
}
/* line 50, sass/_home.scss */
.sidebar li a img {
  width: 25px;
}
/* line 52, sass/_home.scss */
.sidebar li a img.blog {
  width: 22px;
}
/* line 55, sass/_home.scss */
.sidebar li a img.aer {
  margin-top: 5px;
  margin-left: -2px;
  /*width: 17px;*/
}
/* line 60, sass/_home.scss */
.sidebar li a img.maru180 {
  width: 19px;
  margin-left: 3px;
}

/* line 69, sass/_home.scss */
nav {
  display: inline-block;
}

/* line 72, sass/_home.scss */
.gnb-menu {
  text-align: center;
}
/* line 74, sass/_home.scss */
.gnb-menu .gnb-menu-list {
  display: inline-block;
  height: 136px;
  overflow: hidden;
}
/* line 78, sass/_home.scss */
.gnb-menu .gnb-menu-list .gnb-menu-item {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #3f454b;
  margin: 0 28px;
  padding: 53px 0 60px;
}
/* line 87, sass/_home.scss */
.gnb-menu .gnb-menu-list .gnb-menu-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #003c1e;
  top: 82px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 100, sass/_home.scss */
.gnb-menu .gnb-menu-list .gnb-menu-item:hover {
  color: #003c1e;
}
/* line 102, sass/_home.scss */
.gnb-menu .gnb-menu-list .gnb-menu-item:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 108, sass/_home.scss */
.gnb-menu .gnb-menu-list .gnb-menu-item.current, .gnb-menu .gnb-menu-list .gnb-menu-item.active {
  color: #003c1e;
}
/* line 111, sass/_home.scss */
.gnb-menu .gnb-menu-list .gnb-menu-item.current:before, .gnb-menu .gnb-menu-list .gnb-menu-item.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #003c1e;
  top: 82px;
  visibility: inherit;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 125, sass/_home.scss */
.gnb-menu .drop-menu-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  z-index: 22;
  min-width: 1108px;
  height: auto;
  background-color: #fff;
  color: #3f454b;
  border-bottom: solid 1px #e7e3de;
  border-top: solid 1px #e7e3de;
  padding-top: 16px;
  padding-bottom: 17px;
  text-align: center;
}
/* line 141, sass/_home.scss */
.gnb-menu .drop-menu-wrap > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 222px;
  height: auto;
  margin-left: -5px;
}
/* line 148, sass/_home.scss */
.gnb-menu .drop-menu-wrap > li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-right: solid 1px #e7e3de;
  width: 100%;
  display: inline-block;
}
/* line 157, sass/_home.scss */
.gnb-menu .drop-menu-wrap > li:last-child a {
  border-right: 0 !important;
}
/* line 165, sass/_home.scss */
.gnb-menu .drop-menu li a {
  display: block;
  position: relative;
}
/* line 168, sass/_home.scss */
.gnb-menu .drop-menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #003c1e;
  top: 43px;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 182, sass/_home.scss */
.gnb-menu .drop-menu li a:hover {
  color: #003c1e;
}
/* line 185, sass/_home.scss */
.gnb-menu .drop-menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 194, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu-wrap {
  padding-bottom: 0;
  border-bottom: solid 1px #4d9a89;
}
/* line 197, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e7e3de;
  left: 0;
  top: 60px;
}
/* line 208, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth2 {
  height: 45px;
  background-color: inherit;
}
/* line 211, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth2:hover {
  background-color: inherit;
}
/* line 215, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth2.active a {
  color: #003c1e;
}
/* line 217, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth2.active a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #003c1e;
  top: 43px;
  left: 0;
  visibility: inherit;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
/* line 233, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth3:hover {
  background-color: #e2ece9;
}
/* line 236, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth3 li {
  height: 35px;
}
/* line 239, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth3 li:first-child a {
  padding-top: 5px;
}
/* line 244, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth3:last-child {
  height: 270px;
  padding-top: 13px;
}
/* line 248, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth3 a {
  font-size: 1.4rem;
  font-weight: 300;
  border-right: 0;
  display: inline-block;
  width: auto;
  padding-bottom: 3px;
}
/* line 255, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth3 a:before {
  height: 1px;
  top: inherit;
  left: 0;
  bottom: 0;
}
/* line 261, sass/_home.scss */
.gnb-menu > li:nth-child(2) .drop-menu .depth3 a:hover {
  font-weight: 500;
}

/* line 271, sass/_home.scss */
.site-header {
  height: 135px;
}

/* line 275, sass/_home.scss */
.header-wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 136px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 0.2s background-color ease-in-out;
  -o-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  text-align: center;
  border-bottom: solid 1px #e7e3de;
}
/* line 290, sass/_home.scss */
.header-wrap.scroll {
  height: 68px;
  background-color: #003c1e;
  border-bottom: solid 1px #3f6a60;
}
/* line 295, sass/_home.scss */
.header-wrap.scroll .gnb-menu .gnb-menu-list {
  height: 68px;
  overflow: hidden;
}
/* line 298, sass/_home.scss */
.header-wrap.scroll .gnb-menu .gnb-menu-list .gnb-menu-item {
  color: #fff;
  padding: 25px 0 22px;
}
/* line 301, sass/_home.scss */
.header-wrap.scroll .gnb-menu .gnb-menu-list .gnb-menu-item:before {
  background-color: #fff;
  top: 54px;
}
/* line 305, sass/_home.scss */
.header-wrap.scroll .gnb-menu .gnb-menu-list .gnb-menu-item:hover {
  color: #fff;
}
/* line 308, sass/_home.scss */
.header-wrap.scroll .gnb-menu .gnb-menu-list .gnb-menu-item.current, .header-wrap.scroll .gnb-menu .gnb-menu-list .gnb-menu-item.active {
  color: #fff;
}
/* line 311, sass/_home.scss */
.header-wrap.scroll .gnb-menu .gnb-menu-list .gnb-menu-item.current:before, .header-wrap.scroll .gnb-menu .gnb-menu-list .gnb-menu-item.active:before {
  background-color: #fff;
  top: 54px;
}
/* line 318, sass/_home.scss */
.header-wrap.scroll .gnb-menu .drop-menu-wrap {
  top: 68px;
  padding-top: 16px;
  padding-bottom: 17px;
}
/* line 324, sass/_home.scss */
.header-wrap.scroll .gnb-menu > li:nth-child(2) .drop-menu-wrap {
  padding-bottom: 0;
}
/* line 329, sass/_home.scss */
.header-wrap.scroll .btn_main {
  top: 4px;
}
/* line 332, sass/_home.scss */
.header-wrap.scroll .btn-eng,
.header-wrap.scroll .btn-par {
  color: #fff;
}
/* line 336, sass/_home.scss */
.header-wrap.scroll .nav-search {
  margin-top: -10px;
}
/* line 338, sass/_home.scss */
.header-wrap.scroll .nav-search .search-toggle,
.header-wrap.scroll .nav-search .search-submit {
  background-image: url("images/search-2.svg");
}
/* line 342, sass/_home.scss */
.header-wrap.scroll .nav-search input[type="search"] {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
/* line 347, sass/_home.scss */
.header-wrap.scroll .nav-search .search-close {
  background-image: url("images/search-close02.png");
}
/* line 351, sass/_home.scss */
.header-wrap.scroll #logo {
  margin-top: -16px;
}
/* line 353, sass/_home.scss */
.header-wrap.scroll #logo a {
  background-image: url("/wp-content/themes/base/images/logos/logo-main-sticky(KOR,Horizontal,Beige).png");
  width: 221px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 361, sass/_home.scss */
.header-wrap.eng {
  height: 142px;
  border: 0;
}
/* line 364, sass/_home.scss */
.header-wrap.eng .btn_main {
  top: 50%;
  margin-top: -10px;
}
/* line 369, sass/_home.scss */
.header-wrap.eng .btn-eng:after {
  display: none;
}
/* line 373, sass/_home.scss */
.header-wrap.eng.scroll {
  display: none;
}

/* line 378, sass/_home.scss */
.header-side-wrap {
  width: 95%;
  margin: 0 auto;
}
/* line 381, sass/_home.scss */
.header-side-wrap #logo {
  top: 50%;
  margin-top: -22px;
  position: absolute;
  z-index: 50;
}
/* line 386, sass/_home.scss */
.header-side-wrap #logo a {
  display: block;
  background-image: url("/wp-content/themes/base/images/logos/logo-cI-header,footer(KOR,Horizontal,Green).png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 223px;
  height: 46px;
}
.eng .header-side-wrap #logo a {
  display: block;
  background-image: url("/wp-content/themes/base/images/logos/logo-ci-(ENG,Horizontal,Green).png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 223px;
  height: 66px;
}


/* line 397, sass/_home.scss */
.nav-search {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -13px;
  z-index: 8;
}
/* line 404, sass/_home.scss */
.nav-search .search-toggle,
.nav-search .search-submit {
  background-image: url("images/search-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 6px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 418, sass/_home.scss */
.nav-search .search-toggle .sr-only,
.nav-search .search-submit .sr-only {
  text-indent: -9999px;
}
/* line 422, sass/_home.scss */
.nav-search .search-submit {
  right: 205px;
  top: 0;
}
/* line 426, sass/_home.scss */
.nav-search input[type="search"] {
  width: 227px;
  border-bottom: solid 1px #c0bab1;
  font-size: 1.8rem;
  line-height: 1.33;
  padding-bottom: 6px;
  background-color: inherit;
  padding-left: 30px;
}
/* line 435, sass/_home.scss */
.nav-search .search-close {
  background-image: url("images/btn-search-x.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
}
/* line 448, sass/_home.scss */
.nav-search .search-reset {
  display: none;
}

/* line 453, sass/_home.scss */
.btn_main {
  position: absolute;
  z-index: 44;
  right: 56px;
  top: 28px;
}

/* line 459, sass/_home.scss */
.btn-par,
.btn-eng,
.btn-kr {
  color: #585e64;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.54;
}

/* line 468, sass/_home.scss */
.btn-eng {
  letter-spacing: 0.6px;
  margin-left: 20px;
}
/* line 471, sass/_home.scss */
.btn-eng:after {
  content: "LISH";
  width: auto;
  height: auto;
  background-color: transparent;
}

/* line 478, sass/_home.scss */
.btn-kr {
  letter-spacing: 0.6px;
}
/* line 480, sass/_home.scss */
.btn-kr:after {
  content: "OREAN";
  width: auto;
  height: auto;
  background-color: transparent;
}

/* line 488, sass/_home.scss */
header .search-form {
  display: none;
}
/* line 491, sass/_home.scss */
header .search-submit {
  top: 0;
}

/* line 496, sass/_home.scss */
.nav-toggle,
.btn-nav-close,
#m-gnb-wrap {
  display: none;
}

/* line 501, sass/_home.scss */
.fixed {
  position: fixed;
}

/* line 506, sass/_home.scss */
.main_nav {
  position: fixed;
  left: 1%;
  top: 28%;
}
/* line 510, sass/_home.scss */
.main_nav li {
  height: 24px;
}
/* line 512, sass/_home.scss */
.main_nav li a {
  display: inline-block;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  background-color: #d4d4d9;
  border-radius: 50%;
  margin-bottom: 14px;
}
/* line 522, sass/_home.scss */
.main_nav li.select a {
  width: 10px;
  height: 10px;
  border: solid 3px #003c1e;
  background-color: #fff;
  margin-left: -1px;
}

/* line 532, sass/_home.scss */
#main_banner,
#main_news,
#main_diffusion,
#main_support,
#main_reinforce,
#main_newsletter {
  position: absolute;
  margin-top: -68px;
}

/* line 542, sass/_home.scss */
.scroll_wrap {
  width: 1267px;
  margin: 0 auto;
  position: relative;
}

/* line 547, sass/_home.scss */
.main_scroll_down {
  position: absolute;
  bottom: 94px;
  right: -40px;
  transform: translatex(-50%);
  display: inline-block;
  transition: opacity 0.3s;
  width: 72px;
  padding-top: 58px;
  z-index: 2;
  color: #003c1e;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 561, sass/_home.scss */
.main_scroll_down:hover {
  opacity: 0.5;
}
/* line 564, sass/_home.scss */
.main_scroll_down span {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 30px;
  height: 46px;
  margin-left: 6px;
  border: 2px solid #003c1e;
  border-radius: 16px;
  box-sizing: border-box;
}
/* line 574, sass/_home.scss */
.main_scroll_down span:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #003c1e;
  border-radius: 100%;
  -webkit-animation-name: scr;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: scr;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  box-sizing: border-box;
}

@-webkit-keyframes scr {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 612, sass/_home.scss */
.section-wrap {
  max-width: 1368px;
  margin: 0 auto;
  position: relative;
}

/* line 617, sass/_home.scss */
.section-home {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 95%;
  height: 832px;
  position: relative;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 627, sass/_home.scss */
.section-home.h900 {
  height: 900px;
}
/* line 630, sass/_home.scss */
.section-home .content-bottom {
  width: 1368px;
  overflow: hidden;
  position: relative;
  height: 800px;
  padding-right: 130px;
  padding-left: 130px;
}
/* line 637, sass/_home.scss */
.section-home .content-bottom h2 {
  padding-top: 40px;
  font-size: 3.6rem;
  line-height: 1.33;
}
/* line 642, sass/_home.scss */
.section-home .content-bottom p {
  font-size: 1.6rem;
  padding-top: 6px;
  padding-bottom: 49px;
  line-height: 1.5;
}
/* line 648, sass/_home.scss */
.section-home .content-bottom.eng {
  height: 900px;
}
/* line 650, sass/_home.scss */
.section-home .content-bottom.eng h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
}
/* line 657, sass/_home.scss */
.section-home .content-bottom.eng p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* line 662, sass/_home.scss */
.section-home .content-bottom.eng .side-nav {
  top: -858px;
}
/* line 664, sass/_home.scss */
.section-home .content-bottom.eng .side-nav.top808 {
  top: -808px;
}
/* line 669, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li {
  padding-bottom: 208px;
}
/* line 671, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li h3 {
  color: #3f454b;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 8px;
  width: 348px;
}
/* line 680, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li p {
  display: none;
  color: #585e64;
  padding-top: 14px;
  border-top: solid 1px #d8d8d8;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  width: 348px;
}
/* line 690, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li p.btn {
  display: block;
  border: 0;
  padding-bottom: 8px;
  padding-top: 3px;
}
/* line 696, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li p .btn_home {
  width: 107px;
  line-height: 28px;
  color: #3f454b;
  border-radius: 14.5px;
  border: solid 1px #e7e3de;
  background-color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 32px;
  background-image: url("images/btn_eng_home.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 8px 4px;
}
/* line 715, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li:hover h3 {
  color: #003c1e;
}
/* line 718, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li:hover p {
  display: block;
}
/* line 720, sass/_home.scss */
.section-home .content-bottom.eng .content-detail li:hover p .btn_home {
  color: #fff;
  background-color: #003c1e;
  background-image: url("images/btn_eng_homeW.svg");
}
/* line 731, sass/_home.scss */
.section-home .side-nav {
  z-index: 1;
  position: relative;
  right: 0;
  top: -673px;
  text-align: right;
}
/* line 737, sass/_home.scss */
.section-home .side-nav span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 16px;
  color: #c0bab1;
}
/* line 744, sass/_home.scss */
.section-home .side-nav span.current {
  color: #003c1e;
  padding-right: 5px;
}
/* line 748, sass/_home.scss */
.section-home .side-nav span.total {
  padding-left: 8px;
  padding-right: 19px;
  border-left: 1px solid #c0bab1;
}
/* line 755, sass/_home.scss */
.section-home .content-detail {
  position: absolute;
  width: 200%;
}
/* line 758, sass/_home.scss */
.section-home .content-detail li {
  height: auto;
  width: 380px !important;
  float: left;
  padding-bottom: 72px;
}
/* line 764, sass/_home.scss */
.section-home .content-detail li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 771, sass/_home.scss */
.section-home .content-detail li:hover a {
  color: #3f454b;
}
/* line 773, sass/_home.scss */
.section-home .content-detail li:hover a div:first-child {
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
/* line 778, sass/_home.scss */
.section-home .content-detail li:hover a h3 {
  color: #003c1e;
}
/* line 782, sass/_home.scss */
.section-home .content-detail li:hover .btn-read {
  color: #fff !important;
  background-color: #003c1e;
  border: none;
}
/* line 788, sass/_home.scss */
.section-home .content-detail li:last-child {
  width: 348px !important;
}
/* line 791, sass/_home.scss */
.section-home .content-detail li a {
  color: #3f454b;
  width: 100%;
}
/* line 794, sass/_home.scss */
.section-home .content-detail li a div {
  width: 348px;
  height: 408px;
  overflow: hidden;
}
/* line 799, sass/_home.scss */
.section-home .content-detail li a img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 811, sass/_home.scss */
.section-home .content-detail li a h3 {
  padding-top: 26px;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
}
/* line 817, sass/_home.scss */
.section-home .content-detail li a:hover {
  color: #003c1e;
}
/* line 820, sass/_home.scss */
.section-home .content-detail li a.btn-read:hover {
  color: #fff;
  background-color: #003c1e;
  border: none;
}

/* line 830, sass/_home.scss */
.bx-wrapper {
  max-width: 1108px !important;
}

/* line 833, sass/_home.scss */
.bx-controls-direction {
  top: 50%;
  right: 67.3px;
  margin-top: 1px;
}
/* line 837, sass/_home.scss */
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  width: 29.7px;
  height: 55.1px;
  text-indent: -9999px;
  top: 210px;
}
/* line 847, sass/_home.scss */
.bx-controls-direction .bx-prev {
  background-image: url("images/btn-arrow2.svg");
  left: -13px;
}
/* line 851, sass/_home.scss */
.bx-controls-direction .bx-next {
  background-image: url("images/btn-arrow.svg");
  left: 1225px;
}

/* line 858, sass/_home.scss */
.main {
  background-image: url("images/bg-main.png");
  color: #003c1e;
  height: 700px;
}
/* line 862, sass/_home.scss */
.main .main-wrap {
  padding-top: 188px;
  width: 65%;
  padding-left: 130px;
}
/* line 866, sass/_home.scss */
.main .main-wrap h2 {
  font-size: 5.8rem;
  line-height: 1.22;
}
/* line 870, sass/_home.scss */
.main .main-wrap p {
  padding-top: 17px;
  padding-bottom: 31px;
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: 500;
  color: #3f454b;
}
/* line 878, sass/_home.scss */
.main .main-wrap .a_btn {
  display: inline-block;
  font-weight: bold;
  width: 138px;
  line-height: 52px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #003c1e;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 887, sass/_home.scss */
.main .main-wrap .a_btn:hover {
  background-color: #003c1e;
  color: #fff;
}
/* line 892, sass/_home.scss */
.main .main-wrap.eng {
  width: 100%;
  padding-top: 234px;
}
/* line 895, sass/_home.scss */
.main .main-wrap.eng h2 {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.19;
}
/* line 901, sass/_home.scss */
.main .main-wrap.eng p {
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.56;
  width: 50%;
}
/* line 909, sass/_home.scss */
.main .main-wrap.eng .a_btn {
  width: 191px;
}

/* line 916, sass/_home.scss */
.news {
  background-color: #e2ece9;
}
/* line 918, sass/_home.scss */
.news h2 {
  color: #003c1e;
  font-size: 4.6rem !important;
  line-height: 1.22;
  text-align: center;
  font-weight: 300;
  padding-bottom: 73px;
}
/* line 926, sass/_home.scss */
.news .content-detail {
  text-align: center;
  height: 514px;
}
/* line 929, sass/_home.scss */
.news .content-detail > li {
  width: 253px !important;
  font-size: 1.8rem;
  margin-right: 32px;
}
/* line 933, sass/_home.scss */
.news .content-detail > li img {
  width: 253px !important;
  height: auto;
}
/* line 937, sass/_home.scss */
.news .content-detail > li:last-child {
  width: 253px !important;
}
/* line 940, sass/_home.scss */
.news .content-detail > li a:first-child {
  padding-bottom: 19px;
  display: inline-block;
}
/* line 943, sass/_home.scss */
.news .content-detail > li a:first-child img {
  margin-bottom: 32px;
}
/* line 946, sass/_home.scss */
.news .content-detail > li a:first-child div:first-child {
  width: 253px;
  height: 336px;
  overflow: hidden;
}
/* line 951, sass/_home.scss */
.news .content-detail > li a:first-child div:last-child {
  display: table;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 48px;
  margin-top: 37px;
}
/* line 958, sass/_home.scss */
.news .content-detail > li a:first-child div:last-child h3 {
  line-height: 1.33;
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
}
/* line 970, sass/_home.scss */
.news .bx-controls-direction .bx-prev,
.news .bx-controls-direction .bx-next {
  top: 173px;
}

/* line 977, sass/_home.scss */
.btn-read {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #3f454b;
  padding: 8px 24px;
  border: solid 1px #3f454b;
  border-radius: 4px;
  font-size: 1.3rem;
}

/* line 987, sass/_home.scss */
.tag {
  color: #4d9a89;
  padding-top: 10px;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  visibility: hidden;
}
/* line 995, sass/_home.scss */
.tag.on {
  visibility: visible;
  opacity: 1;
}
/* line 999, sass/_home.scss */
.tag > a {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 1px 8px;
  line-height: 1.25;
  margin-right: 3px;
  border-radius: 14.5px;
  border: 1px solid #e7e3de;
  background-color: #fff;
  color: #4d9a89 !important;
}
/* line 1010, sass/_home.scss */
.tag > a:hover {
  background-color: #003c1e;
  border: 1px solid #003c1e;
  color: #fff !important;
}

/* line 1019, sass/_home.scss */
.diffusion {
  background-image: url("images/main_diffusion.svg");
  background-color: #e9e9d6;
}

/* line 1024, sass/_home.scss */
.support {
  background-image: url("images/main_support.svg");
  background-color: #fff;
  background-size: 1368px;
}
/* line 1028, sass/_home.scss */
.support.h900 {
  background-size: 1485px;
}

/* line 1033, sass/_home.scss */
.reinforce {
  background-image: url("images/main_reinforce.svg");
  background-color: #e9e9d6;
  background-position: bottom right;
}
.innovation{
  background-image: url("images/main_reinforce.svg");
  background-color: #e2ece9;
  background-position: bottom right;
}

/* line 1039, sass/_home.scss */
.english {
  height: auto;
}
/* line 1041, sass/_home.scss */
.english .intro {
  text-align: center;
}
/* line 1043, sass/_home.scss */
.english .intro h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
  color: #003c1e;
  padding-top: 100.2px;
}
/* line 1051, sass/_home.scss */
.english .intro .top {
  padding-top: 40px;
  width: 776px;
  margin: 0 auto;
  text-align: left;
}
/* line 1056, sass/_home.scss */
.english .intro .top p {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.56;
  color: #585e64;
  padding-bottom: 32px;
}
/* line 1065, sass/_home.scss */
.english .intro .btn_read,
.english .intro .btn_close {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #3f454b;
  padding: 8px 24px;
  border: solid 1px #3f454b;
  border-radius: 4px;
  font-size: 1.3rem;
  width: 159px;
  line-height: normal;
  border-color: #585e64;
  color: #585e64;
  display: inline-block;
  text-align: left;
  margin-top: 60.8px;
  margin-bottom: 120px;
  background-image: url("images/btn_eng_more.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 119px 8px;
}
/* line 1087, sass/_home.scss */
.english .intro .intro_more {
  display: none;
}
/* line 1090, sass/_home.scss */
.english .intro .intro_more .bottom {
  background-color: #e2ece9;
  padding-top: 100px;
  margin-top: 90px;
  text-align: center;
}
/* line 1095, sass/_home.scss */
.english .intro .intro_more .bottom h2 {
  padding: 0;
  color: #1f1f1f;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 1102, sass/_home.scss */
.english .intro .intro_more .bottom p {
  width: 910px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 100px;
}
/* line 1109, sass/_home.scss */
.english .intro .intro_more .bottom .circle {
  width: 752px;
  margin: 0 auto;
  position: relative;
}
/* line 1113, sass/_home.scss */
.english .intro .intro_more .bottom .circle li {
  display: table-cell;
  width: 382px;
  text-align: center;
}
/* line 1117, sass/_home.scss */
.english .intro .intro_more .bottom .circle li p:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003c1e;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #4d9a89;
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 0;
}
/* line 1131, sass/_home.scss */
.english .intro .intro_more .bottom .circle li p:last-child {
  padding-top: 26px;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 0;
}
/* line 1141, sass/_home.scss */
.english .intro .intro_more .bottom .circle:before {
  position: absolute;
  content: "";
  width: 220px;
  height: 1px;
  background-color: #4d9a89;
  top: 80px;
  left: 50%;
  margin-left: -110px;
}
/* line 1152, sass/_home.scss */
.english .intro .intro_more .bottom .btn_close {
  margin-top: 78px;
  background-image: url("images/btn_eng_close.svg");
}
/* line 1159, sass/_home.scss */
.english .board {
  text-align: center;
}
/* line 1161, sass/_home.scss */
.english .board h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.33;
  color: #1f1f1f;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 65px;
}
/* line 1171, sass/_home.scss */
.english .board .person {
  width: 1108px;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 27px;
}
/* line 1176, sass/_home.scss */
.english .board .person li {
  width: 357px;
  margin-right: 18px;
  float: left;
  padding-top: 7px;
  padding-bottom: 6px;
  margin-bottom: 38px;
  text-align: left;
  height: 122px;
}
/* line 1185, sass/_home.scss */
.english .board .person li:nth-child(3n + 0) {
  margin-right: 0px;
}
/* line 1188, sass/_home.scss */
.english .board .person li img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
/* line 1195, sass/_home.scss */
.english .board .person li h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 0;
  font-weight: normal;
  color: #3f454b;
}
/* line 1202, sass/_home.scss */
.english .board .person li h5 span {
  font-weight: 500;
  color: #0c5a49;
}
/* line 1207, sass/_home.scss */
.english .board .person li p {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  width: 252px;
  display: inline-block;
}
/* line 1215, sass/_home.scss */
.english .board .person li:last-child {
  margin-bottom: 120px;
}

/* line 1222, sass/_home.scss */
.sub-wrap {
  width: 1108px;
  margin: 0 auto;

}
/* line 1225, sass/_home.scss */
.sub-wrap.table {
  display: table;
  margin-top: 65px;
  margin-bottom: 44px;
}
/* line 1230, sass/_home.scss */
.sub-wrap .content-detail li {
  padding-bottom: 140px;
}
/* line 1233, sass/_home.scss */
.sub-wrap h3 {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.22;
  color: #3f454b;
  margin-top: 60px;
  margin-bottom: 40px;
}
/* line 1241, sass/_home.scss */
.sub-wrap.section-bottom {
  /*padding-right: 298px;*/
}
/* line 1243, sass/_home.scss */
.sub-wrap.section-bottom .section-title {
  padding-right: 20px;
  padding-left: 140px;
  float: left;
}
/* line 1247, sass/_home.scss */
.sub-wrap.section-bottom .section-title h4 {
  font-size: 2.2rem;
  line-height: 1.45;
  color: #003c1e;
  text-align: right;
}
.sub-wrap.section-bottom .section-title.strengthening {
  /*padding-left: 100px;*/
}
/* line 1254, sass/_home.scss */
.sub-wrap.section-bottom .btn-bottom {
  display: inline-block;
}

/* line 1260, sass/_home.scss */
hr {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 84px;
  border: none;
  border-top: solid 1px #e7e3de!important;
}

/* line 1268, sass/_home.scss */
.sub-nav {
  float: right;
  font-size: 1.4rem;
  color: #3f454b;
  padding-top: 19px;
  padding-bottom: 40px;
}
/* line 1274, sass/_home.scss */
.sub-nav li {
  float: left;
  padding-left: 6px;
}
/* line 1277, sass/_home.scss */
.sub-nav li:last-child {
  font-weight: 500;
}
/* line 1280, sass/_home.scss */
.sub-nav li img {
  padding-right: 4px;
}

/* line 1285, sass/_home.scss */
.sub-header {
  clear: both;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
/* line 1290, sass/_home.scss */
.sub-header h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003c1e;
}
/* line 1296, sass/_home.scss */
.sub-header h2 {
  font-size: 3.6rem;
  line-height: 1.33;
  padding-top: 5px;
  padding-bottom: 25px;
}
/* line 1302, sass/_home.scss */
.sub-header p {
  font-size: 1.6rem;
  line-height: 1.5;
}
/* line 1306, sass/_home.scss */
.sub-header .btn-dataroom {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.27;
  border-radius: 4px;
  border: solid 1px #0c5a49;
  color: #0c5a49;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("images/btn-a-arrow.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 230px 18px;
  padding: 14px 58px 15px 35px;
}

/* line 1321, sass/_home.scss */
.sub-tab-wrap {
  width: 100%;
  z-index: 100;
}
/* line 1324, sass/_home.scss */
.sub-tab-wrap .sub-tab {
  display: table;
  width: 100%;
  text-align: center;
}
/* line 1328, sass/_home.scss */
.sub-tab-wrap .sub-tab.fixed {
  display: none;
}
/* line 1331, sass/_home.scss */
.sub-tab-wrap .sub-tab div {
  width: 1108px;
  margin: 0 auto;
  display:table;
}
/* line 1334, sass/_home.scss */
.sub-tab-wrap .sub-tab div li {
  cursor: pointer;
  display: table-cell;
  width: calc(100% / 5);
  /*width: 221px;*/
  background-color: #fff;
  border-right: 1px solid #e7e3de;
  color: #585e64;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  transition: .3s;
}
/* line 1344, sass/_home.scss */
.sub-tab-wrap .sub-tab div li.on, .sub-tab-wrap .sub-tab div li:hover {
  color: #fff;
  background-color: #003c1e;
  border: none;
}
/* line 1350, sass/_home.scss */
.sub-tab-wrap .sub-tab div li:last-child {
  border-right: 0px;
}
/* line 1353, sass/_home.scss */
.sub-tab-wrap .sub-tab div li a {
  display: inline-block;
  width: 100%;
  line-height: 40px;
}
/* line 1362, sass/_home.scss */
.sub-tab-wrap .sub-tab.strength div{
  display:table;
  transition: .3s;
}
.sub-tab-wrap .sub-tab.strength div li {
  width: calc(100% / 4);
  /*width: 277px;*/
}
/* line 1369, sass/_home.scss */
.sub-tab-wrap .sub-tab.startup div li {
  width: 158px;
}

/* line 1377, sass/_home.scss */
.program_hr {
  border-color: transparent;
}

/* line 1381, sass/_home.scss */
.tab-data {
  width: 1108px;
  margin: 0 auto;
  height: 43px;
}
/* line 1385, sass/_home.scss */
.tab-data li {
  width: 184px;
  float: left;
  background-color: #fff;
  border-bottom: solid 1px #003c1e;
}
/* line 1390, sass/_home.scss */
.tab-data li.on {
  font-weight: 500;
  border-bottom: none;
  color: #003c1e;
  border-right: solid 1px #003c1e;
  border: solid 1px #003c1e;
  border-bottom: 0;
  margin-left: -1px;
}
/* line 1398, sass/_home.scss */
.tab-data li.on a {
  border: 0;
}
/* line 1402, sass/_home.scss */
.tab-data li:hover {
  font-weight: 500;
  color: #003c1e;
}
/* line 1406, sass/_home.scss */
.tab-data li a {
  line-height: 42px;
  text-align: center;
  display: block;
  border-right: 1px solid #e7e3de;
}
/* line 1413, sass/_home.scss */
.tab-data li:last-child a {
  border-right: 0;
}
/* line 1416, sass/_home.scss */
.tab-data li:last-child.on {
  border-right: solid 1px #003c1e;
}

/* line 1423, sass/_home.scss */
.tab-category {
  width: 1108px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
/* line 1428, sass/_home.scss */
.tab-category ul {
  width: 1108px;
  margin: 0 auto;
  /*margin-top: 50px;*/ /* 가후 후원 수정되면  주석해제 */
}
/* line 1432, sass/_home.scss */
.tab-category ul li {
  height: 29px;
  display: inline-block;
  color: #4d9a89;
  font-size: 1.3rem;
  line-height: 1.54;
  text-align: center;
  padding: 0 14px;
  padding-bottom: 9px;
}
/* line 1441, sass/_home.scss */
.tab-category ul li.on {
  font-weight: 500;
  color: #003c1e;
  border-bottom: solid 2px #003c1e;
}
/* line 1446, sass/_home.scss */
.tab-category ul li:hover {
  font-weight: 500;
  color: #003c1e;
}
/* line 1450, sass/_home.scss */
.tab-category ul li:last-child {
  margin-top: 20px;
}

/* line 1458, sass/_home.scss */
.sub-main-banner {
  width: 95%;
  height: 400px;
  margin: 0 auto;
  background-color: #003c1e;
  background-image: url("images/diffusion03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 1468, sass/_home.scss */
.left-content {
  display: inline-block;
  width: 73%;
  padding-right: 95px;
}
/* line 1472, sass/_home.scss */
.left-content h3 {
  color: #1f1f1f;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
  margin-top: 0px;
  margin-bottom: 63px;
  padding-left: 35px;
  border-left: solid 5px #707984;
}
/* line 1483, sass/_home.scss */
.left-content div p {
  color: #3f454b;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
/* line 1488, sass/_home.scss */
.left-content div p:last-child {
  margin-bottom: 60px;
}
/* line 1493, sass/_home.scss */
.left-content > a {
  display: inline-block;
  width: 253px;
  height: 64px;
  color: #003c1e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.27;
  border-radius: 4px;
  border: solid 1px #003c1e;
  padding: 11px 32px;
  padding-right: 70px;
  background-image: url("images/btn-a-arrow.svg");
  background-repeat: no-repeat;
  background-position: 190px 14px;
  background-size: 16px;
  background-color: #fff;
  margin-bottom: 10px;
}
/* line 1511, sass/_home.scss */
.left-content > a.btn-green, .left-content > a:hover {
  color: #fff;
  background-color: #003c1e;
  background-image: url("images/btn-a-arrow-green.png");
  background-position: 195px 14px;
  border: solid 1px #003c1e;
}

/* line 1521, sass/_home.scss */
.right-content {
  width: 27%;
  height: 599px;
  float: right;
  border-left: solid 1px #c0bab1;
}
/* line 1526, sass/_home.scss */
.right-content .right-content-bottom {
  width: 253px;
  float: right;
}
/* line 1529, sass/_home.scss */
.right-content .right-content-bottom.list {
  padding-top: 32px;
  top: 450px;
}
/* line 1533, sass/_home.scss */
.right-content .right-content-bottom .bottom-title {
  border-bottom: solid 1px #c0bab1;
  position: relative;
  margin-bottom: 15px;
}
/* line 1537, sass/_home.scss */
.right-content .right-content-bottom .bottom-title h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #3f454b;
  display: inline-block;
  padding-bottom: 4px;
}
/* line 1545, sass/_home.scss */
.right-content .right-content-bottom .bottom-title > a {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.62;
  color: #707984;
  font-family: "Montserrat", sans-serif;
}
/* line 1551, sass/_home.scss */
.right-content .right-content-bottom .bottom-title > a.btn-more {
  float: right;
  padding-right: 14px;
  background-image: url("images/btn-more.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 49px 5px;
}
/* line 1562, sass/_home.scss */
.right-content .right-content-bottom li a {
  display: inline-block;
  width: 253px;
  height: 252px;
  overflow: hidden;
}
/* line 1567, sass/_home.scss */
.right-content .right-content-bottom li a img {
  width: 253px;
  height: auto;
}
/* line 1573, sass/_home.scss */
.right-content .right-content-bottom h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #3f454b;
  text-align: center;
  padding: 8px;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 1589, sass/_home.scss */
.right-content .right-content-bottom .video-link .bottom-video {
  height: 160px;
  position: relative;
}
/* line 1592, sass/_home.scss */
.right-content .right-content-bottom .video-link .bottom-video div {
  width: 253px;
  height: 160px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 1601, sass/_home.scss */
.right-content .right-content-bottom .video-link .bottom-video:hover::before {
  content: "";
  background-color: rgba(31, 31, 31, 0.6);
  position: absolute;
  top: 0;
  width: 253px;
  height: 160px;
  z-index: 5;
}
/* line 1610, sass/_home.scss */
.right-content .right-content-bottom .video-link .bottom-video:hover::after {
  content: "";
  background-image: url("images/play-btn.svg");
  background-repeat: no-repeat;
  background-size: 42px;
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 6;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -21px;
}
/* line 1628, sass/_home.scss */
.right-content .right-content-bottom .bx-controls-direction .bx-prev,
.right-content .right-content-bottom .bx-controls-direction .bx-next {
  width: 10px;
  height: 17px;
  top: 312px;
}
/* line 1634, sass/_home.scss */
.right-content .right-content-bottom .bx-controls-direction .bx-prev {
  background-image: url("images/program-left.svg");
  left: 66px;
}
/* line 1638, sass/_home.scss */
.right-content .right-content-bottom .bx-controls-direction .bx-next {
  background-image: url("images/program-right.svg");
  left: 310px;
}

/* line 1647, sass/_home.scss */
.h-dataroom {
  background-color: #e2ece9;
  margin: 0 auto;
  height: 233px;
  width: 95%;
  margin-bottom: 50px;
}
/* line 1653, sass/_home.scss */
.h-dataroom.height-big {
  height: 300px;
}

/* line 1657, sass/_home.scss */
.sub-wrap {
  width: 1108px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
/* line 1661, sass/_home.scss */
.sub-wrap .data-list {
  padding-top: 40px;
}
/* line 1663, sass/_home.scss */
.sub-wrap .data-list img {
  width: 253px;
  height: auto;
}
/* line 1667, sass/_home.scss */
.sub-wrap .data-list li {
  margin-right: 28px;
  margin-bottom: 82px;
  display: inline-block;
}
/* line 1672, sass/_home.scss */
.sub-wrap .data-list li article > a {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 1678, sass/_home.scss */
.sub-wrap .data-list li article h5 {
  font-size: 1.3rem;
  line-height: 1.54;
  color: #4d9a89;
}
/* line 1683, sass/_home.scss */
.sub-wrap .data-list li article h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  display: table-cell;
}
/* line 1693, sass/_home.scss */
.sub-wrap .data-list.publi a {
  width: 253px;
  height: 289px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 1703, sass/_home.scss */
.sub-wrap .data-list.publi > li {
  width: 253px;
}
/* line 1705, sass/_home.scss */
.sub-wrap .data-list.publi > li:nth-child(4n + 0) {
  width: 252px;
  margin-right: 0;
}
/* line 1710, sass/_home.scss */
.sub-wrap .data-list.publi > ul {
  width: 1108px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 75px;
}
/* line 1715, sass/_home.scss */
.sub-wrap .data-list.publi > ul > li {
  float: left;
  color: #4d9a89;
  font-size: 1.3rem;
  line-height: 1.54;
  text-align: center;
  padding: 0 7px;
  padding-bottom: 9px;
}
/* line 1723, sass/_home.scss */
.sub-wrap .data-list.publi > ul > li.on, .sub-wrap .data-list.publi > ul > li:hover {
  color: #003c1e;
  border-bottom: solid 2px #003c1e;
  font-weight: 500;
}
/* line 1732, sass/_home.scss */
.sub-wrap .data-list.video {
  height: auto;
}
/* line 1734, sass/_home.scss */
.sub-wrap .data-list.video li {
  width: 348px;
}
/* line 1736, sass/_home.scss */
.sub-wrap .data-list.video li:nth-child(3n + 0) {
  margin-right: 0;
}
/* line 1739, sass/_home.scss */
.sub-wrap .data-list.video li a {
  width: 348px;
  height: 195px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 1748, sass/_home.scss */
.sub-wrap .data-list.video li a:hover:before {
  content: "";
  position: absolute;
  width: 348px;
  height: 195px;
  background-color: rgba(226, 236, 233, 0.6);
  top: 0;
  z-index: 5;
}
/* line 1757, sass/_home.scss */
.sub-wrap .data-list.video li a:hover:after {
  content: "";
  background-image: url("images/play-btn.svg");
  background-repeat: no-repeat;
  background-size: 53px;
  display: inline-block;
  position: absolute;
  width: 53px;
  height: 53px;
  z-index: 6;
  top: 50%;
  left: 50%;
  margin-left: -26.5px;
  margin-top: -26.5px;
}
/* line 1776, sass/_home.scss */
.sub-wrap .data-list.blog > li {
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
  height: 224px;
}
/* line 1781, sass/_home.scss */
.sub-wrap .data-list.blog > li > a {
  width: 348px;
  height: 224px;
  overflow: hidden;
  margin-right: 26px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 20;
}
/* line 1793, sass/_home.scss */
.sub-wrap .data-list.blog > li div {
  height: 224px;
  position: relative;
  display: inline-block;
  width: 730px;
}
/* line 1798, sass/_home.scss */
.sub-wrap .data-list.blog > li div > a {
  display: table-cell;
}
/* line 1801, sass/_home.scss */
.sub-wrap .data-list.blog > li div h5 {
  font-size: 1.3rem;
  line-height: 1.54;
  color: #4d9a89;
}
/* line 1806, sass/_home.scss */
.sub-wrap .data-list.blog > li div h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  padding-top: 10px;
  padding-bottom: 16px;
  color: #3f454b;
}
/* line 1814, sass/_home.scss */
.sub-wrap .data-list.blog > li div h6 {
  font-size: 1.4rem;
  line-height: 1.43;
  color: #585e64;
}
/* line 1819, sass/_home.scss */
.sub-wrap .data-list.blog > li div p {
  font-size: 1.3rem;
  line-height: 1.62;
  color: #707984;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 1830, sass/_home.scss */
.sub-wrap .data-list.newsletter {
  background-color: inherit;
}
/* line 1832, sass/_home.scss */
.sub-wrap .data-list.newsletter li {
  float: none;
  margin-bottom: 39px;
  margin-right: 0px;
}
/* line 1836, sass/_home.scss */
.sub-wrap .data-list.newsletter li:last-child {
  margin-bottom: 80px;
}
/* line 1839, sass/_home.scss */
.sub-wrap .data-list.newsletter li a {
  height: auto;
}
/* line 1842, sass/_home.scss */
.sub-wrap .data-list.newsletter li div {
  display: table-cell;
}
/* line 1844, sass/_home.scss */
.sub-wrap .data-list.newsletter li div h5 {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.54;
  color: #4d9a89;
}
/* line 1850, sass/_home.scss */
.sub-wrap .data-list.newsletter li div h3 {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.33;
  color: #3f454b;
  width: 348px;
  margin-top: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 1867, sass/_home.scss */
.sub-wrap .data-list.newsletter li div h6 {
  font-size: 1.3rem;
  line-height: 1.62;
  color: #707984;
}
/* line 1872, sass/_home.scss */
.sub-wrap .data-list.newsletter li div p {
  width: 760px;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #585e64;
  padding-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* line 1886, sass/_home.scss */
.sub-wrap .data-list.newsletter li div:last-child {
  vertical-align: top;
  height: 109px;
  padding-top: 30px;
}

/* line 1898, sass/_home.scss */
.dataroom-list.pa35 {
  padding-top: 35px;
}

/* line 1904, sass/_home.scss */
.content-banner {
  width: 95%;
  height: 448px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 1913, sass/_home.scss */
.content-banner p {
  font-color: #003c1e;
  display: inline-block;
  margin-top: 275px;
  float: right;
  margin-right: 12px;
  margin-left: 12px;
  width: 122px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("images/intro-asan.svg");
  background-repeat: no-repeat;
}
/* line 1926, sass/_home.scss */
.content-banner div {
  position: absolute;
  right: 324px;
  top: 26px;
}

/* line 1934, sass/_home.scss */
.title hr {
  display: inline-block;
  width: 470px;
  float: left;
  border: none;
  border-bottom: solid 1px #e7e3de;
  height: 11px;
  margin: 0;
}
/* line 1943, sass/_home.scss */
.title h5 {
  float: left;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #c0bab1;
  padding: 0 20px;
}
/* line 1952, sass/_home.scss */
.title h3 {
  clear: both;
  text-align: center;
  font-size: 3rem !important;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 26px;
}

/* line 1962, sass/_home.scss */
#introduce {
  color: both;
}
/* line 1964, sass/_home.scss */
#introduce .one {
  width: 728px;
  margin: 0 auto;
  padding-bottom: 78px;
}
/* line 1968, sass/_home.scss */
#introduce .one h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
  padding-top: 58px;
  padding-bottom: 42px;
  text-align: center;
}
/* line 1976, sass/_home.scss */
#introduce .one p {
  padding-bottom: 42px;
}
/* line 1980, sass/_home.scss */
#introduce p {
  color: #3f454b;
  line-height: 1.5;
}
/* line 1983, sass/_home.scss */
#introduce p strong {
  color: #003c1e;
  font-weight: bold;
}
/* line 1988, sass/_home.scss */
#introduce .circle {
  width: 828px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 36px;
}
/* line 1995, sass/_home.scss */
#introduce .two {
  text-align: center;
  padding-bottom: 36px;
}
/* line 1999, sass/_home.scss */
#introduce .three {
  clear: both;
  background-color: #e2ece9;
  width: 1108px;
  height: 344px;
  margin: 0 auto;
}
/* line 2005, sass/_home.scss */
#introduce .three ul {
  padding: 0 180px;
  display: table;
  position: relative;
}
/* line 2009, sass/_home.scss */
#introduce .three ul li {
  padding-top: 68px;
  display: table-cell;
  width: 50%;
  text-align: center;
}
/* line 2014, sass/_home.scss */
#introduce .three ul li p:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003c1e;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #4d9a89;
  display: inline-block;
  padding-top: 64px;
}
/* line 2027, sass/_home.scss */
#introduce .three ul li p:last-child {
  padding-top: 24px;
}
/* line 2032, sass/_home.scss */
#introduce .three ul::before {
  position: absolute;
  content: "";
  width: 217px;
  height: 1px;
  background-color: #4d9a89;
  top: 50%;
  left: 50%;
  margin-left: -109px;
}
/* line 2043, sass/_home.scss */
#introduce .four {
  padding-left: 130px;
  padding-top: 55px;
  padding-bottom: 140px;
}
/* line 2047, sass/_home.scss */
#introduce .four .sub-wrap {
  position: relative;
}
/* line 2050, sass/_home.scss */
#introduce .four .left {
  text-align: center;
  width: 222px;
  height: 622px;
  background-image: url("images/intro-rectangle.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 34px;
  margin-left: 26px;
  display: inline-block;
  z-index: 55;
}
/* line 2061, sass/_home.scss */
#introduce .four .left::before {
  z-index: 2;
  position: absolute;
  content: "";
  height: 255px;
  width: 1px;
  background-color: #4d9a89;
  top: 50%;
  left: 135px;
  margin-top: -121px;
}
/* line 2072, sass/_home.scss */
#introduce .four .left li {
  position: relative;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  border: solid 1px #4d9a89;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
  margin-top: 41px;
  z-index: 2;
}
/* line 2084, sass/_home.scss */
#introduce .four .left li:first-child {
  margin-top: 0;
}
/* line 2087, sass/_home.scss */
#introduce .four .left li p:first-child {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #4d9a89;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 17px;
  padding-top: 6px;
}
/* line 2100, sass/_home.scss */
#introduce .four .left li p:last-child {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #003c1e;
}
/* line 2108, sass/_home.scss */
#introduce .four .right {
  position: absolute;
  display: inline-block;
  left: 136px;
}
/* line 2112, sass/_home.scss */
#introduce .four .right dl {
  width: 902px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 59px;
  padding-bottom: 42.5px;
  padding-left: 234px;
}
/* line 2120, sass/_home.scss */
#introduce .four .right dl:nth-child(4) {
  border-top: dotted 1px #4d9a89;
  border-bottom: dotted 1px #4d9a89;
  padding-bottom: 34px;
}
/* line 2125, sass/_home.scss */
#introduce .four .right dl dt {
  font-weight: bold;
  color: #4d9a89;
  padding-bottom: 12px;
  float: left;
  width: 108px;
  text-align: right;
}
/* line 2133, sass/_home.scss */
#introduce .four .right dl dd {
  color: #3f454b;
  padding-left: 147.5px;
  padding-bottom: 12px;
}
/* line 2140, sass/_home.scss */
#introduce .four .intro-m-title {
  display: none;
}

/* line 2147, sass/_home.scss */
#greeting p {
  color: #3f454b;
  line-height: 1.5;
  font-size: 1.6rem;
  padding-bottom: 42px;
}
/* line 2152, sass/_home.scss */
#greeting p strong {
  color: #4d9a89;
  font-weight: bold;
}
/* line 2158, sass/_home.scss */
#greeting .title.honorary {
  margin-bottom: 210px;
}
/* line 2160, sass/_home.scss */
#greeting .title.honorary hr {
  width: 403px;
}
/* line 2164, sass/_home.scss */
#greeting .title.chairman {
  margin-bottom: 260px;
}
/* line 2166, sass/_home.scss */
#greeting .title.chairman hr {
  width: 449px;
}
/* line 2171, sass/_home.scss */
#greeting .gretting-detail {
  width: 918px;
  margin: 0 auto;
  padding-top: 34px;
}
/* line 2175, sass/_home.scss */
#greeting .gretting-detail li {
  display: table-cell;
}
/* line 2177, sass/_home.scss */
#greeting .gretting-detail li:first-child {
  width: 665px;
  padding-right: 32px;
  float: left;
}
/* line 2182, sass/_home.scss */
#greeting .gretting-detail li:last-child {
  display: inline-block;
  width: 253px;
  text-align: center;
}
/* line 2186, sass/_home.scss */
#greeting .gretting-detail li:last-child img {
  width: 100%;
}
/* line 2188, sass/_home.scss */
#greeting .gretting-detail li:last-child img:last-child {
  width: 180px;
}
/* line 2192, sass/_home.scss */
#greeting .gretting-detail li:last-child p {
  padding-top: 40px;
  padding-bottom: 4px;
}

/* line 2203, sass/_home.scss */
#management .sub-header p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
  padding-top: 55px;
}
/* line 2210, sass/_home.scss */
#management .content-banner {
  background-image: url("images/management.png");
  margin-bottom: 58px;
}
/* line 2214, sass/_home.scss */
#management p {
  text-align: center;
  width: 1108px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/* line 2222, sass/_home.scss */
#management .title.annual hr {
  width: 474px;
}
/* line 2227, sass/_home.scss */
#management .title.expend hr {
  width: 391px;
}
/* line 2232, sass/_home.scss */
#management .title.audit hr {
  width: 482px;
}
#management .title.public hr {
  width: 25%;
}
/* line 2237, sass/_home.scss */
#management .title.minutes hr {
  width: 440px;
}
/* line 2242, sass/_home.scss */
#management .list {
  width: 918px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  margin-bottom: 60px;
}
/* line 2248, sass/_home.scss */
#management .list li {
  margin-right: 28px;
  margin-bottom: 36px;
  display: inline-block;
  width: 158px;
}
/* line 2253, sass/_home.scss */
#management .list li:nth-child(5n + 0) {
  margin-right: 0px;
}
/* line 2256, sass/_home.scss */
#management .list li div {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
/* line 2261, sass/_home.scss */
#management .list li img {
  width: 158px;
  height: auto;
}
/* line 2265, sass/_home.scss */
#management .list li h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  width: 100%;
  padding-top: 19px;
  display: table;
  height: 65px;
}
/* line 2277, sass/_home.scss */
#management .list a:hover {
  color: #003c1e;
}
/* line 2282, sass/_home.scss */
#management .btn-read {
  clear: both;
  text-align: center;
  margin: 0 auto;
  width: 133px;
  display: block;
  padding: 0;
  margin-bottom: 120px;
  margin-top: -60px;
  line-height: 32px;
}
/* line 2292, sass/_home.scss */
#management .btn-read:hover {
  background-color: #003c1e;
  border-color: #003c1e;
  color: #fff;
}

/* line 2302, sass/_home.scss */
#people .title.board hr {
  width: 455px;
}
/* line 2306, sass/_home.scss */
#people .title.organi {
  clear: both;
}
/* line 2308, sass/_home.scss */
#people .title.organi hr {
  width: 454px;
}
/* line 2311, sass/_home.scss */
#people .title.organi h3 {
  padding-bottom: 50px;
}
/* line 2316, sass/_home.scss */
#people .person {
  width: 900px;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 27px;
}
/* line 2321, sass/_home.scss */
#people .person li {
  width: 264px;
  float: left;
  padding-bottom: 6px;
  margin-bottom: 61px;
  margin-right: 54px;
}
/* line 2327, sass/_home.scss */
#people .person li:nth-child(3n + 0) {
  margin-right: 0px;
}
/* line 2330, sass/_home.scss */
#people .person li img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
/* line 2337, sass/_home.scss */
#people .person li h5 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 0;
  font-weight: normal;
  color: #3f454b;
}
/* line 2344, sass/_home.scss */
#people .person li h5 span {
  font-weight: 500;
  color: #0c5a49;
}
/* line 2349, sass/_home.scss */
#people .person li p {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  width: 159px;
  display: inline-block;
}
/* line 2357, sass/_home.scss */
#people .person li:last-child {
  margin-bottom: 120px;
}
/* line 2362, sass/_home.scss */
#people .chart {
  width: 792px;
  margin: 0 auto;
  margin-bottom: 151px;
}
/* line 2366, sass/_home.scss */
#people .chart h4 {
  font-size: 1.8rem;
  font-weight: 1.33;
  color: #0c5a49;
}
/* line 2371, sass/_home.scss */
#people .chart p {
  font-size: 1.3rem;
  line-height: 1.54;
  color: #4d9a89;
}
/* line 2376, sass/_home.scss */
#people .chart h5 {
  clear: both;
  color: #3f454b;
}
/* line 2379, sass/_home.scss */
#people .chart h5 span {
  color: #4d9a89;
  font-weight: 500;
}
#people .chart h5 span.email {
  font-family: "Noto Sans KR", sans-serif;
  clear: both;
  min-width: 200px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  color: #333333;
}
/* line 2384, sass/_home.scss */
#people .chart div {
  width: 158px;
  height: 158px;
  border: solid 1px #4d9a89;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}
/* line 2393, sass/_home.scss */
#people .chart div:before {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  background-color: #4d9a89;
  left: 50%;
  bottom: 0;
  margin-bottom: -40px;
}
/* line 2403, sass/_home.scss */
#people .chart div:nth-child(2) {
  margin-bottom: 26px;
}
/* line 2404, sass/_home.scss */
#people .chart div:nth-child(2):before {
  content: " ";
}
/* line 2407, sass/_home.scss */
#people .chart div:nth-child(2):after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #4d9a89;
  top: 247px;
}
/* line 2417, sass/_home.scss */
#people .chart div h4 {
  font-weight: bold;
  padding-top: 51px;
  padding-bottom: 5px;
}
/* line 2424, sass/_home.scss */
#people .chart .chart-menu > li {
  width: 100%;
}
/* line 2426, sass/_home.scss */
#people .chart .chart-menu > li article {
  width: 100%;
  height: 65px;
  background-color: #e2ece9;
  border-top: solid 1px rgba(77, 154, 137, 0.5);
  cursor: pointer;
  background-image: url("images/chart-down.svg");
  background-repeat: no-repeat;
  background-size: 13.5px;
  background-position: 746px;
}
/* line 2436, sass/_home.scss */
#people .chart .chart-menu > li article h4,
#people .chart .chart-menu > li article p {
  display: inline-block;
}
/* line 2440, sass/_home.scss */
#people .chart .chart-menu > li article h4 {
  padding-left: 32px;
  padding-top: 14px;
  font-weight: 500;
}
/* line 2445, sass/_home.scss */
#people .chart .chart-menu > li article p {
  padding-left: 20px;
  padding-bottom: 0px;
}
/* line 2450, sass/_home.scss */
#people .chart .chart-menu > li:last-child article {
  border-bottom: solid 1px rgba(77, 154, 137, 0.5);
}
/* line 2453, sass/_home.scss */
#people .chart .chart-menu > li:last-child .team-list {
  border-top: 0px !important;
}
/* line 2456, sass/_home.scss */
#people .chart .chart-menu > li .chart-head.on {
  background-image: url("images/chart-top.svg");
}
#people .chart .chart-menu > li .chart-head.no-member{
  background-image:unset;
}

#people .chart .chart-menu > li.high article{
  border-top: 2px solid rgba(77, 154, 137, 0.5);
  border-bottom:1px solid rgba(77, 154, 137, 1);
  background-color/* line 2456, sass/_home.scss */:white;
}
#people .chart .chart-menu > li.high article h4{
  font-weight:bold;
}

  /* line 2460, sass/_home.scss */
#people .chart .chart-menu .team-list {
  overflow: hidden;
  border-top: solid 1px rgba(77, 154, 137, 0.5) !important;
  background-color: rgba(151, 151, 151, 0.03);
  padding-left: 95px;
  padding-bottom: 40px;
  display: none;
}
/* line 2467, sass/_home.scss */
#people .chart .chart-menu .team-list > li {
  width: 95px;
  margin-right: 127px;
  margin-top: 41px;
  float: left;
}
/* line 2472, sass/_home.scss */
#people .chart .chart-menu .team-list > li:nth-child(3n + 0) {
  margin-right: 0px;
}
/* line 2475, sass/_home.scss */
#people .chart .chart-menu .team-list > li img {
  width: 95px;
  height: auto;
  border-radius: 50%;
}
/* line 2480, sass/_home.scss */
#people .chart .chart-menu .team-list > li h5 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Noto Sans KR", sans-serif;
  clear: both;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
/* line 2491, sass/_home.scss */
#people .chart .chart-menu .team-list.on {
  display: block;
}
/* line 2495, sass/_home.scss */
#people .chart .chart-menu.list01 {
  position: relative;
  padding-bottom: 26px;
}
/* line 2498, sass/_home.scss */
#people .chart .chart-menu.list01:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #4d9a89;
  left: 50%;
  top: 0;
}
/* line 2507, sass/_home.scss */
#people .chart .chart-menu.list01 > li {
  width: 357px;
  display: block;
  margin-left: 435px;
}
/* line 2511, sass/_home.scss */
#people .chart .chart-menu.list01 > li article {
  background-position: 311px;
}
/* line 2515, sass/_home.scss */
#people .chart .chart-menu.list01 .team-list {
  padding-left: 0;
}
/* line 2517, sass/_home.scss */
#people .chart .chart-menu.list01 .team-list > li {
  width: 50%;
  margin-right: 0;
  margin-top: 40px;
}

/* line 2531, sass/_home.scss */
#history .content-banner {
  background-image: url("images/history.png");
}

/* line 2536, sass/_home.scss */
.history-wrap,
.newsletter-wrap {
  width: 1162px;
  margin: 0 auto;
  position: relative;
}
/* line 2541, sass/_home.scss */
.history-wrap .left,
.history-wrap .right,
.newsletter-wrap .left,
.newsletter-wrap .right {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
/* line 2549, sass/_home.scss */
.history-wrap .right,
.newsletter-wrap .right {
  right: 0;
}

/* line 2553, sass/_home.scss */
.history-wrap {
  width: 1108px;
}

/* line 2556, sass/_home.scss */
.history-year,
.newsletter-year {
  width: 1055px;
  height: 42px;
  overflow-x: hidden;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 54px;
  position: relative;
  display: flex;
}
/* line 2566, sass/_home.scss */
.history-year > li,
.newsletter-year > li {
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-collapse: collapse;
  border-bottom: solid 1px #003c1e;
}
/* line 2573, sass/_home.scss */
.history-year > li > a,
.newsletter-year > li > a {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 211px;
  height: 41px;
  padding-top: 9px;
  background-color: #fff;
  color: #585e64;
  text-align: center;
  border-left: none;
  border-right: solid 1px #e7e3de;
}
/* line 2584, sass/_home.scss */
.history-year > li > a.on,
.newsletter-year > li > a.on {
  border: solid 1px #003c1e;
  border-bottom: 0px;
  color: #003c1e;
  border-bottom: none;
  margin-top: 1px;
  margin-left: -1px;
}
/* line 2592, sass/_home.scss */
.history-year > li > a:hover,
.newsletter-year > li > a:hover {
  color: #003c1e;
}
/* line 2598, sass/_home.scss */
.history-year > li:first-child a.on,
.newsletter-year > li:first-child a.on {
  margin-left: 0;
}
/* line 2604, sass/_home.scss */
.history-year > li:last-child a,
.newsletter-year > li:last-child a {
  border-right: 0px;
}
/* line 2606, sass/_home.scss */
.history-year > li:last-child a.on,
.newsletter-year > li:last-child a.on {
  border-right: solid 1px #003c1e;
}

/* line 2613, sass/_home.scss */
.newsletter-year {
  width: 1110px;
}
/* line 2616, sass/_home.scss */
.newsletter-year > li > a {
  width: 370px;
}

/* line 2622, sass/_home.scss */
.history-detail {
  clear: both;
  width: 1108px;
  margin: 0 auto;
}
/* line 2626, sass/_home.scss */
.history-detail .item {
  display: none;
}
/* line 2628, sass/_home.scss */
.history-detail .item:first-child {
  display: block;
}
/* line 2632, sass/_home.scss */
.history-detail p {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 390px;
  padding-top: 79px;
  color: #4d9a89 !important;
}
/* line 2640, sass/_home.scss */
.history-detail dl {
  padding-left: 342px;
  line-height: 1.5;
  font-size: 1.6rem;
  padding-top: 23px;
  position: relative;
}
/* line 2646, sass/_home.scss */
.history-detail dl:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #4d9a89;
  position: absolute;
  left: 417px;
  top: -1px;
}
/* line 2658, sass/_home.scss */
.history-detail dl:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4d9a89;
  display: block;
  position: absolute;
  top: 3px;
  left: 421px;
}
/* line 2669, sass/_home.scss */
.history-detail dl dt {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #003c1e;
  float: left;
  width: 50px;
  height: 55px;
  padding-top: 31px;
  position: relative;
}
/* line 2678, sass/_home.scss */
.history-detail dl dt:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: solid 2px #4d9a89;
  background-color: #fff;
  display: block;
  left: 78px;
  top: 38px;
  position: absolute;
}
/* line 2690, sass/_home.scss */
.history-detail dl dt:after {
  content: "";
  width: 1px;
  height: 44px;
  position: absolute;
  background-color: #4d9a89;
  top: -7px;
  left: 82px;
}
/* line 2700, sass/_home.scss */
.history-detail dl dd {
  padding-top: 31px;
  height: 55px;
  padding-left: 120px;
}

/* line 2712, sass/_home.scss */
#press .pagination .wp-pagenavi,
#notice .pagination .wp-pagenavi,
#incruit .pagination .wp-pagenavi {
  border-top: 0;
}

/* line 2719, sass/_home.scss */
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 4px 5px;
  margin: 20px 25px;
}

/* line 2726, sass/_home.scss */
.news-table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.43;
  border-bottom: solid 2px #e7e3de;
}
/* line 2731, sass/_home.scss */
.news-table thead {
  font-weight: 500;
  color: #585e64;
  background-color: #f7f5f2;
}
/* line 2736, sass/_home.scss */
.news-table thead tr th {
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 2744, sass/_home.scss */
.news-table tbody tr {
  color: #1f1f1f;
  border-top: solid 1px #e7e3de;
}
/* line 2747, sass/_home.scss */
.news-table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
/* line 2751, sass/_home.scss */
.news-table tbody tr td:first-child {
  color: #3f454b;
}
/* line 2754, sass/_home.scss */
.news-table tbody tr td:nth-child(2) {
  text-align: left;
}
/* line 2757, sass/_home.scss */
.news-table tbody tr td a:hover {
  color: #003c1e;
}
/* line 2761, sass/_home.scss */
.news-table tbody tr:first-child {
  border-top: none;
}
/* line 2767, sass/_home.scss */
.news-table .important tr {
  border-bottom: solid 1px #c0bab1;
}
/* line 2769, sass/_home.scss */
.news-table .important tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 2772, sass/_home.scss */
.news-table .important tr td:first-child {
  color: #4d9a89;
  font-weight: 500;
}

/* line 2783, sass/_home.scss */
.view-detail .title {
  width: 100%;
  height: 120px;
  background-color: #f7f5f2;
  padding-left: 95px;
  padding-right: 93px;
  margin-bottom: 44px;
}
/* line 2790, sass/_home.scss */
.view-detail .title h3 {
  max-width: 788px;
  width: 788px;
  height: 120px;
  font-size: 2.4rem !important;
  color: #0c5a49;
  font-weight: normal;
  text-align: left;
  display: table-cell;
  padding-bottom: 0px;
  vertical-align: middle;
  overflow-wrap: break-word;
}
/* line 2803, sass/_home.scss */
.view-detail .title .right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 132px;
}
/* line 2808, sass/_home.scss */
.view-detail .title .right p {
  font-size: 1.3rem;
  line-height: 1.62;
  color: #707984;
}
/* line 2814, sass/_home.scss */
.view-detail .title .right ul li {
  display: inline-block;
  padding-top: 12px;
  padding-left: 10px;
}
/* line 2818, sass/_home.scss */
.view-detail .title .right ul li a {
  display: inline-block;
  width: 25px;
  height: 21px;
}
/* line 2822, sass/_home.scss */
.view-detail .title .right ul li a img {
  width: 25px;
  height: auto;
}
/* line 2831, sass/_home.scss */
.view-detail .content {
  clear: both;
  padding-left: 95px;
  padding-right: 95px;
  padding-bottom: 21px;
  border-bottom: solid 2px #e7e3de;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* line 2839, sass/_home.scss */
.view-detail .content p {
  color: #585e64;
  text-align: left;
  padding-right: 98px;
}


/* line 2844, sass/_home.scss */
.view-detail .content img {
  display: block;
  width: auto;
  max-width: 728px;
  height: auto;
  padding-bottom: 0;
}
/* line 2850, sass/_home.scss */
.view-detail .content .tag {
  opacity: 1;
  visibility: inherit;
}

/* line 2857, sass/_home.scss */
.btn-list {
  width: 100%;
  height: 34px;
  margin-top: 40px;
  margin-bottom: 150px;
  color: #3f454b;
  font-size: 16px;
  display: block;
  text-align: center;
}
/* line 2866, sass/_home.scss */
.btn-list span {
  position: relative;
  padding-bottom: 6px;
  padding-left: 28px;
  width: 87px;
  display: inline-block;
  background-image: url("images/page-prev.png");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0 9px;
}
/* line 2876, sass/_home.scss */
.btn-list span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #003c1e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75);
  transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75);
}
/* line 2890, sass/_home.scss */
.btn-list span:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 2898, sass/_home.scss */
.cont_title {
  font-size: 1.6rem;
  line-height: 1.5;
}
/* line 2901, sass/_home.scss */
.cont_title > div {
  margin-bottom: 30px;
}
/* line 2904, sass/_home.scss */
.cont_title .bullet_green_sq {
  font-weight: 500;
}
/* line 2907, sass/_home.scss */
.cont_title .list_bullet_p {
  font-weight: normal !important;
}
/* line 2912, sass/_home.scss */
.cont_title .ro_1 .bullet_green_sq h4 {
  margin-bottom: 15px;
}

/* line 2919, sass/_home.scss */
.t_basic {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  color: #3f454b;
  width: 100%;
}
/* line 2926, sass/_home.scss */
.t_basic thead tr {
  border-top: solid 2px #3f454b;
  border-bottom: solid 1px #d8d8d8;
}
/* line 2929, sass/_home.scss */
.t_basic thead tr th {
  padding: 20px 37px;
  text-align: center;
  border-left: solid 1px #d8d8d8;
  font-weight: 500;
}
/* line 2934, sass/_home.scss */
.t_basic thead tr th:last-child {
  border-right: solid 1px #d8d8d8;
}
/* line 2941, sass/_home.scss */
.t_basic tbody tr {
  border-bottom: solid 1px #d8d8d8;
}
/* line 2943, sass/_home.scss */
.t_basic tbody tr th {
  padding: 20px 37px;
  text-align: center;
  border-left: solid 1px #d8d8d8;
}
/* line 2948, sass/_home.scss */
.t_basic tbody tr td {
  padding: 20px 37px;
  text-align: center;
  border-left: solid 1px #d8d8d8;
}
/* line 2952, sass/_home.scss */
.t_basic tbody tr td:last-child {
  text-align: left;
  padding-left: 67px;
  border-right: solid 1px #d8d8d8;
}

/* line 2962, sass/_home.scss */
.register_wrap {
  width: 728px;
  margin: 0 auto;
  position: relative;
}
/* line 2966, sass/_home.scss */
.register_wrap h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  color: #3f454b;
  margin: 0;
  margin-bottom: 28px;
  padding-bottom: 13px;
  border-bottom: solid 2px #3f454b;
}
/* line 2975, sass/_home.scss */
.register_wrap h3 span {
  font-family: "Montserrat", sans-serif;
  margin-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #c0bab1;
}
/* line 2982, sass/_home.scss */
.register_wrap h3 span strong {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #003c1e;
}
/* line 2989, sass/_home.scss */
.register_wrap.small {
  width: 538px;
}
/* line 2993, sass/_home.scss */
.register_wrap .age_info {
  padding: 26px 30px;
  height: 296px;
  overflow-y: scroll;
  border: solid 1px #d5d5d5;
}
/* line 2998, sass/_home.scss */
.register_wrap .age_info h4 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1f1f1f;
  padding-bottom: 12px;
}
/* line 3004, sass/_home.scss */
.register_wrap .age_info h4.pat30 {
  padding-top: 30px;
}
/* line 3008, sass/_home.scss */
.register_wrap .age_info p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #585e64;
  padding-left: 21px;
  padding-bottom: 3px;
}
/* line 3017, sass/_home.scss */
.register_wrap .sel_radio {
  text-align: right;
  padding-top: 14px;
}
/* line 3020, sass/_home.scss */
.register_wrap .sel_radio .input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 3030, sass/_home.scss */
.register_wrap .sel_radio input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 3040, sass/_home.scss */
.register_wrap .sel_radio input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #fff;
  border: 2px solid #e7e3de;
  border-radius: 100%;
}
/* line 3053, sass/_home.scss */
.register_wrap .sel_radio input[type="radio"]:checked + label:before {
  background: #fff;
  border-color: #e7e3de;
}
/* line 3057, sass/_home.scss */
.register_wrap .sel_radio input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #003c1e;
  border-radius: 100%;
}

/* line 3071, sass/_home.scss */
.acf-field {
  padding: 0 !important;
  height: 61px;
  border: 0 !important;
  position: relative;
  margin-bottom: 13px !important;
}
/* line 3077, sass/_home.scss */
.acf-field > .acf-label {
  display: inline-block;
  width: 186px;
}
/* line 3080, sass/_home.scss */
.acf-field > .acf-label > label {
  font-size: 1.6rem;
  font-weight: 500 !important;
  line-height: 1.5;
  color: #1f1f1f;
}
/* line 3085, sass/_home.scss */
.acf-field > .acf-label > label span {
  color: #de0f0f;
}
/* line 3089, sass/_home.scss */
.acf-field > .acf-label p {
  position: absolute;
  display: inline-block;
}
/* line 3092, sass/_home.scss */
.acf-field > .acf-label p.description {
  color: #d12626;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.67;
}
/* line 3103, sass/_home.scss */
.acf-field.acf-field-5da047e9c9d99 .acf-input .select2-container {
  width: 100% !important;
}
/* line 3105, sass/_home.scss */
.acf-field.acf-field-5da047e9c9d99 .acf-input .select2-container .select2-selection--single {
  width: 100%;
}
/* line 3113, sass/_home.scss */
.acf-field.acf-field-5d7efa1b83637 {
  display: inline-block;
}
/* line 3115, sass/_home.scss */
.acf-field.acf-field-5d7efa1b83637 .acf-input,
.acf-field.acf-field-5d7efa1b83637 .acf-input-wrap {
  display: inline-block;
  width: 253px;
}
/* line 3122, sass/_home.scss */
.acf-field.acf-field-5d7efa3d83638 {
  display: inline-block;
}
/* line 3124, sass/_home.scss */
.acf-field.acf-field-5d7efa3d83638 .acf-label {
  display: none;
}
/* line 3127, sass/_home.scss */
.acf-field.acf-field-5d7efa3d83638 .acf-input,
.acf-field.acf-field-5d7efa3d83638 .acf-input-wrap {
  display: inline-block;
  width: 253px;
  margin-left: 15px;
}
/* line 3134, sass/_home.scss */
.acf-field.acf-field-5d7efa3d83638 .acf-error-message p {
  margin-left: 15px !important;
}
/* line 3139, sass/_home.scss */
.acf-field .acf-input {
  display: inline-block;
  width: 538px;
  position: relative;
}
/* line 3144, sass/_home.scss */
.acf-field .acf-input .acf-input-wrap > input {
  background-color: #f7f5f2 !important;
  height: 40px;
  padding-left: 15px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #585e64;
}
/* line 3153, sass/_home.scss */
.acf-field .acf-input .acf-input-wrap > input#acf-field_5d7efe825c28f, .acf-field .acf-input .acf-input-wrap > input#acf-field_5d7efeb65c291, .acf-field .acf-input .acf-input-wrap > input#acf-field_5d7efe9d5c290 {
  width: 253px;
}
.acf-input-append {
  width: 271px;
}
/* line 3160, sass/_home.scss */
.acf-field .acf-input .acf-date-picker {
  width: 253px;
}
/* line 3162, sass/_home.scss */
.acf-field .acf-input .acf-date-picker .hasDatepicker {
  background-repeat: no-repeat;
  background-image: url("images/ic_cal.svg");
  background-position: 225px;
  background-size: 18px;
}
/* line 3169, sass/_home.scss */
.acf-field .acf-input .acf-error-message {
  background-color: transparent !important;
  color: #de0f0f !important;
  position: absolute;
  top: 40px;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 3176, sass/_home.scss */
.acf-field .acf-input .acf-error-message p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.67;
  margin: 0;
}
/* line 3184, sass/_home.scss */
.acf-field .acf-input .acf-input-append {
  font-size: 1.4rem;
  line-height: 1.43;
  padding: 10px;
  background-color: transparent;
  border: 0;
  color: #585e64;
}
/* line 3194, sass/_home.scss */
.acf-field .acf-input .acf-radio-list li {
  padding-left: 28px;
}
/* line 3196, sass/_home.scss */
.acf-field .acf-input .acf-radio-list li label {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #585e64;
}
/* line 3201, sass/_home.scss */
.acf-field .acf-input .acf-radio-list li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #fff;
  border: 2px solid #e7e3de;
  border-radius: 100%;
}
/* line 3215, sass/_home.scss */
.acf-field .acf-input .acf-radio-list li label.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #003c1e;
  border-radius: 100%;
}
/* line 3228, sass/_home.scss */
.acf-field .acf-input .acf-radio-list li:nth-child(2) {
  margin-left: 97px;
}
/* line 3234, sass/_home.scss */
.acf-field .acf-input .select2-container {
  width: 253px !important;
}
/* line 3237, sass/_home.scss */
.acf-field .acf-input .select2-selection--single {
  background-color: #f7f5f2;
  border: 0;
  border-radius: 0;
  width: 253px;
  height: 41px;
}
/* line 3243, sass/_home.scss */
.acf-field .acf-input .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
  padding-left: 15px;
}
/* line 3247, sass/_home.scss */
.acf-field .acf-input .select2-selection--single .select2-selection__arrow {
  height: 41px;
}
/* line 3253, sass/_home.scss */
.acf-field .acf-input .acf-fields.-top > .acf-field {
  height: auto;
}
/* line 3263, sass/_home.scss */
.acf-field.acf-field-5d7efe28f54a8 .acf-radio-list li:nth-child(2) {
  margin-left: 127px;
}
/* line 3276, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-label,
.acf-field .acf-field-5d7f1700ef41f > .acf-label,
.acf-field .acf-field-5d7f1a6aef42a > .acf-label,
.acf-field .acf-field-5d7f1a87ef435 > .acf-label,
.acf-field .acf-field-5d7f28d944fd8 > .acf-label {
  width: 100%;
  margin-bottom: 34px;
}
/* line 3279, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-label > label,
.acf-field .acf-field-5d7f1700ef41f > .acf-label > label,
.acf-field .acf-field-5d7f1a6aef42a > .acf-label > label,
.acf-field .acf-field-5d7f1a87ef435 > .acf-label > label,
.acf-field .acf-field-5d7f28d944fd8 > .acf-label > label {
  color: #585e64;
  font-size: 1.6rem;
  font-weight: normal !important;
  line-height: 1.5;
  border-bottom: solid 1px #b4b4be;
  padding-bottom: 10px;
}
/* line 3289, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-field,
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-field,
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-field,
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-field,
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-field {
  display: inline-block;
  width: 252px;
  height: 61px !important;
  margin-right: 30px;
}
/* line 3294, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-field:nth-child(2n),
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-field:nth-child(2n),
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-field:nth-child(2n),
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-field:nth-child(2n),
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-field:nth-child(2n) {
  margin-right: 0;
}
/* line 3298, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-label,
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-label,
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-label,
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-label,
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-label {
  width: 90px;
  margin: 8px 0;
}
/* line 3301, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-label label,
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-label label,
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-label label,
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-label label,
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-label label {
  color: #585e64;
  font-weight: 300 !important;
  line-height: 1.5;
}
/* line 3307, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-input,
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-input,
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-input,
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-input,
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-input {
  width: 158px;
}
/* line 3309, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-input .acf-date-picker,
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-input .acf-date-picker,
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-input .acf-date-picker,
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-input .acf-date-picker,
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-input .acf-date-picker {
  width: 158px;
}
/* line 3312, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-input select,
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-input select,
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-input select,
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-input select,
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-input select {
  height: 40px;
  border: 0;
  background-color: #f7f5f2;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("images/ic_option.svg");
  background-position: 139px;
  background-size: 8px;
}
/* line 3327, sass/_home.scss */
.acf-field .acf-field-5d7f1534ef418 > .acf-input .acf-input select::-ms-expand,
.acf-field .acf-field-5d7f1700ef41f > .acf-input .acf-input select::-ms-expand,
.acf-field .acf-field-5d7f1a6aef42a > .acf-input .acf-input select::-ms-expand,
.acf-field .acf-field-5d7f1a87ef435 > .acf-input .acf-input select::-ms-expand,
.acf-field .acf-field-5d7f28d944fd8 > .acf-input .acf-input select::-ms-expand {
  display: none;
}
/* line 3341, sass/_home.scss */
.acf-field.acf-field-5d7f5bd52bb71 .acf-input, .acf-field.acf-field-5d7f13fdef40e .acf-input, .acf-field.acf-field-5d7f144aef40f .acf-input, .acf-field.acf-field-5d7f144def410 .acf-input, .acf-field.acf-field-5d7f1452ef411 .acf-input, .acf-field.acf-field-5d7f1464ef412 .acf-input, .acf-field.acf-field-5d7f1465ef413 .acf-input {
  width: 172px;
}
/* line 3345, sass/_home.scss */
.acf-field.acf-field-5d7f5bfa2bb72, .acf-field.acf-field-5d7f5c062bb73 {
  display: inline-block;
}
/* line 3348, sass/_home.scss */
.acf-field.acf-field-5d7f5bfa2bb72 .acf-label, .acf-field.acf-field-5d7f5c062bb73 .acf-label {
  display: none;
}
/* line 3351, sass/_home.scss */
.acf-field.acf-field-5d7f5bfa2bb72 .acf-input, .acf-field.acf-field-5d7f5c062bb73 .acf-input {
  width: 264px;
  display: inline-block;
}
/* line 3356, sass/_home.scss */
.acf-field.acf-field-5d7f5bfa2bb72 {
  margin-left: 189px !important;
}
/* line 3358, sass/_home.scss */
.acf-field.acf-field-5d7f5bfa2bb72 .acf-input {
  margin-right: 6px;
}
/* line 3364, sass/_home.scss */
.acf-field.acf-field-5d7f13fdef40e, .acf-field.acf-field-5d7f1452ef411 {
  display: inline-block;
}
/* line 3368, sass/_home.scss */
.acf-field.acf-field-5d7f144aef40f, .acf-field.acf-field-5d7f144def410, .acf-field.acf-field-5d7f1464ef412, .acf-field.acf-field-5d7f1465ef413 {
  display: inline-block;
}
/* line 3373, sass/_home.scss */
.acf-field.acf-field-5d7f144aef40f .acf-label, .acf-field.acf-field-5d7f144def410 .acf-label, .acf-field.acf-field-5d7f1464ef412 .acf-label, .acf-field.acf-field-5d7f1465ef413 .acf-label {
  display: none;
}
/* line 3376, sass/_home.scss */
.acf-field.acf-field-5d7f144aef40f .acf-input, .acf-field.acf-field-5d7f144def410 .acf-input, .acf-field.acf-field-5d7f1464ef412 .acf-input, .acf-field.acf-field-5d7f1465ef413 .acf-input {
  width: 172px;
  display: inline-block;
  margin-left: 6px;
}
/* line 3384, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d, .acf-field.acf-field-5d80699401b04, .acf-field.acf-field-5d7f1c25fbd13, .acf-field.acf-field-5d7f1d0d57ddd, .acf-field.acf-field-5d7f1d76bced0, .acf-field.acf-field-5d7f1e13bced8, .acf-field.acf-field-5d7f1e75bcede {
  height: auto;
}
/* line 3394, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .-border, .acf-field.acf-field-5d80699401b04 .acf-input .-border, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .-border, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .-border, .acf-field.acf-field-5d7f1d76bced0 .acf-input .-border, .acf-field.acf-field-5d7f1e13bced8 .acf-input .-border, .acf-field.acf-field-5d7f1e75bcede .acf-input .-border {
  border: 0;
  background-color: transparent;
}
/* line 3399, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .grade_point, .acf-field.acf-field-5d80699401b04 .acf-input .grade_point, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .grade_point, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .grade_point, .acf-field.acf-field-5d7f1d76bced0 .acf-input .grade_point, .acf-field.acf-field-5d7f1e13bced8 .acf-input .grade_point, .acf-field.acf-field-5d7f1e75bcede .acf-input .grade_point {
  width: 186px;
}
/* line 3401, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .grade_point .acf-input, .acf-field.acf-field-5d80699401b04 .acf-input .grade_point .acf-input, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .grade_point .acf-input, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .grade_point .acf-input, .acf-field.acf-field-5d7f1d76bced0 .acf-input .grade_point .acf-input, .acf-field.acf-field-5d7f1e13bced8 .acf-input .grade_point .acf-input, .acf-field.acf-field-5d7f1e75bcede .acf-input .grade_point .acf-input {
  width: 85px;
}
/* line 3405, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .grade_range, .acf-field.acf-field-5d80699401b04 .acf-input .grade_range, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .grade_range, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .grade_range, .acf-field.acf-field-5d7f1d76bced0 .acf-input .grade_range, .acf-field.acf-field-5d7f1e13bced8 .acf-input .grade_range, .acf-field.acf-field-5d7f1e75bcede .acf-input .grade_range {
  width: 63px;
  margin-right: 0;
}
/* line 3408, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .grade_range .acf-input, .acf-field.acf-field-5d80699401b04 .acf-input .grade_range .acf-input, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .grade_range .acf-input, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .grade_range .acf-input, .acf-field.acf-field-5d7f1d76bced0 .acf-input .grade_range .acf-input, .acf-field.acf-field-5d7f1e13bced8 .acf-input .grade_range .acf-input, .acf-field.acf-field-5d7f1e75bcede .acf-input .grade_range .acf-input {
  width: 63px;
}
/* line 3410, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .grade_range .acf-input select, .acf-field.acf-field-5d80699401b04 .acf-input .grade_range .acf-input select, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .grade_range .acf-input select, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .grade_range .acf-input select, .acf-field.acf-field-5d7f1d76bced0 .acf-input .grade_range .acf-input select, .acf-field.acf-field-5d7f1e13bced8 .acf-input .grade_range .acf-input select, .acf-field.acf-field-5d7f1e75bcede .acf-input .grade_range .acf-input select {
  background-position: 45px;
}
/* line 3414, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .grade_range .acf-label, .acf-field.acf-field-5d80699401b04 .acf-input .grade_range .acf-label, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .grade_range .acf-label, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .grade_range .acf-label, .acf-field.acf-field-5d7f1d76bced0 .acf-input .grade_range .acf-label, .acf-field.acf-field-5d7f1e13bced8 .acf-input .grade_range .acf-label, .acf-field.acf-field-5d7f1e75bcede .acf-input .grade_range .acf-label {
  display: none;
}
/* line 3419, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .admission, .acf-field.acf-field-5d80699401b04 .acf-input .admission, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .admission, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .admission, .acf-field.acf-field-5d7f1d76bced0 .acf-input .admission, .acf-field.acf-field-5d7f1e13bced8 .acf-input .admission, .acf-field.acf-field-5d7f1e75bcede .acf-input .admission {
  width: 100%;
}
/* line 3421, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .admission .hasDatepicker, .acf-field.acf-field-5d80699401b04 .acf-input .admission .hasDatepicker, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .admission .hasDatepicker, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .admission .hasDatepicker, .acf-field.acf-field-5d7f1d76bced0 .acf-input .admission .hasDatepicker, .acf-field.acf-field-5d7f1e13bced8 .acf-input .admission .hasDatepicker, .acf-field.acf-field-5d7f1e75bcede .acf-input .admission .hasDatepicker {
  background-position: 129px;
}
/* line 3426, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-input .graduation .hasDatepicker, .acf-field.acf-field-5d80699401b04 .acf-input .graduation .hasDatepicker, .acf-field.acf-field-5d7f1c25fbd13 .acf-input .graduation .hasDatepicker, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .graduation .hasDatepicker, .acf-field.acf-field-5d7f1d76bced0 .acf-input .graduation .hasDatepicker, .acf-field.acf-field-5d7f1e13bced8 .acf-input .graduation .hasDatepicker, .acf-field.acf-field-5d7f1e75bcede .acf-input .graduation .hasDatepicker {
  background-position: 129px;
}
/* line 3435, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field {
  height: 61px;
}
/* line 3437, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-label, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-label, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-label, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-label, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-label, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-label, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-label {
  margin: 8px 0;
  width: 95px;
  float: left;
}
/* line 3441, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-label label, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-label label, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-label label, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-label label, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-label label, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-label label, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-label label {
  color: #585e64;
  font-weight: normal !important;
}
/* line 3445, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-label span, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-label span, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-label span, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-label span, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-label span, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-label span, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-label span {
  display: none;
}
/* line 3449, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-input, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-input, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-input, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-input, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-input, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-input, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-input {
  width: 157px;
}
/* line 3451, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-input select, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-input select, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-input select, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-input select, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-input select, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-input select, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-input select {
  height: 40px;
  border: 0;
  background-color: #f7f5f2;
  padding: 3px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("images/ic_option.svg");
  background-position: 139px;
  background-size: 8px;
}
/* line 3464, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-input select::-ms-expand, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-input select::-ms-expand, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-input select::-ms-expand, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-input select::-ms-expand, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-input select::-ms-expand, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-input select::-ms-expand, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-input select::-ms-expand {
  display: none;
}
/* line 3467, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker {
  width: 157px;
}
/* line 3469, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker .hasDatepicker, .acf-field.acf-field-5d80699401b04.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker .hasDatepicker, .acf-field.acf-field-5d7f1c25fbd13.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker .hasDatepicker, .acf-field.acf-field-5d7f1d0d57ddd.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker .hasDatepicker, .acf-field.acf-field-5d7f1d76bced0.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker .hasDatepicker, .acf-field.acf-field-5d7f1e13bced8.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker .hasDatepicker, .acf-field.acf-field-5d7f1e75bcede.military .acf-input .acf-fields .acf-field .acf-input .acf-date-picker .hasDatepicker {
  background-position: 130px;
}
/* line 3484, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.language .acf-table .acf-row .acf-fields .lang_name .acf-input, .acf-field.acf-field-5d80699401b04.language .acf-table .acf-row .acf-fields .lang_name .acf-input, .acf-field.acf-field-5d7f1c25fbd13.language .acf-table .acf-row .acf-fields .lang_name .acf-input, .acf-field.acf-field-5d7f1d0d57ddd.language .acf-table .acf-row .acf-fields .lang_name .acf-input, .acf-field.acf-field-5d7f1d76bced0.language .acf-table .acf-row .acf-fields .lang_name .acf-input, .acf-field.acf-field-5d7f1e13bced8.language .acf-table .acf-row .acf-fields .lang_name .acf-input, .acf-field.acf-field-5d7f1e75bcede.language .acf-table .acf-row .acf-fields .lang_name .acf-input {
  width: 158px;
}
/* line 3488, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.language .acf-table .acf-row .acf-fields .lnag_cat, .acf-field.acf-field-5d80699401b04.language .acf-table .acf-row .acf-fields .lnag_cat, .acf-field.acf-field-5d7f1c25fbd13.language .acf-table .acf-row .acf-fields .lnag_cat, .acf-field.acf-field-5d7f1d0d57ddd.language .acf-table .acf-row .acf-fields .lnag_cat, .acf-field.acf-field-5d7f1d76bced0.language .acf-table .acf-row .acf-fields .lnag_cat, .acf-field.acf-field-5d7f1e13bced8.language .acf-table .acf-row .acf-fields .lnag_cat, .acf-field.acf-field-5d7f1e75bcede.language .acf-table .acf-row .acf-fields .lnag_cat {
  display: block;
}
/* line 3493, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d.language .acf-table .acf-row .acf-fields .lang_level .acf-input .acf-input-wrap, .acf-field.acf-field-5d80699401b04.language .acf-table .acf-row .acf-fields .lang_level .acf-input .acf-input-wrap, .acf-field.acf-field-5d7f1c25fbd13.language .acf-table .acf-row .acf-fields .lang_level .acf-input .acf-input-wrap, .acf-field.acf-field-5d7f1d0d57ddd.language .acf-table .acf-row .acf-fields .lang_level .acf-input .acf-input-wrap, .acf-field.acf-field-5d7f1d76bced0.language .acf-table .acf-row .acf-fields .lang_level .acf-input .acf-input-wrap, .acf-field.acf-field-5d7f1e13bced8.language .acf-table .acf-row .acf-fields .lang_level .acf-input .acf-input-wrap, .acf-field.acf-field-5d7f1e75bcede.language .acf-table .acf-row .acf-fields .lang_level .acf-input .acf-input-wrap {
  width: 63px;
}
/* line 3502, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-field-5d7f14c3ef415,
.acf-field.acf-field-5d807b95e819d .acf-field-5d7f14fcef416, .acf-field.acf-field-5d80699401b04 .acf-field-5d7f14c3ef415,
.acf-field.acf-field-5d80699401b04 .acf-field-5d7f14fcef416, .acf-field.acf-field-5d7f1c25fbd13 .acf-field-5d7f14c3ef415,
.acf-field.acf-field-5d7f1c25fbd13 .acf-field-5d7f14fcef416, .acf-field.acf-field-5d7f1d0d57ddd .acf-field-5d7f14c3ef415,
.acf-field.acf-field-5d7f1d0d57ddd .acf-field-5d7f14fcef416, .acf-field.acf-field-5d7f1d76bced0 .acf-field-5d7f14c3ef415,
.acf-field.acf-field-5d7f1d76bced0 .acf-field-5d7f14fcef416, .acf-field.acf-field-5d7f1e13bced8 .acf-field-5d7f14c3ef415,
.acf-field.acf-field-5d7f1e13bced8 .acf-field-5d7f14fcef416, .acf-field.acf-field-5d7f1e75bcede .acf-field-5d7f14c3ef415,
.acf-field.acf-field-5d7f1e75bcede .acf-field-5d7f14fcef416 {
  display: inline-block;
}
/* line 3507, sass/_home.scss */
.acf-field.acf-field-5d807b95e819d .acf-field-5d7f14fcef416 .acf-label, .acf-field.acf-field-5d80699401b04 .acf-field-5d7f14fcef416 .acf-label, .acf-field.acf-field-5d7f1c25fbd13 .acf-field-5d7f14fcef416 .acf-label, .acf-field.acf-field-5d7f1d0d57ddd .acf-field-5d7f14fcef416 .acf-label, .acf-field.acf-field-5d7f1d76bced0 .acf-field-5d7f14fcef416 .acf-label, .acf-field.acf-field-5d7f1e13bced8 .acf-field-5d7f14fcef416 .acf-label, .acf-field.acf-field-5d7f1e75bcede .acf-field-5d7f14fcef416 .acf-label {
  width: 17px !important;
  text-align: center;
  margin: 0;
  margin-top: 6px;
}
/* line 3517, sass/_home.scss */
.acf-field .acf-field-5d7f1513ef417 .acf-input {
  width: 443px !important;
}
/* line 3523, sass/_home.scss */
.acf-field.acf-field-5d80699401b04, .acf-field.acf-field-5d7f1c25fbd13, .acf-field.acf-field-5d7f1d0d57ddd, .acf-field.acf-field-5d7f1d76bced0, .acf-field.acf-field-5d7f1e13bced8, .acf-field.acf-field-5d7f1e75bcede {
  padding-top: 34px !important;
  border-top: solid 1px #3f454b !important;
  width: 100%;
}
/* line 3535, sass/_home.scss */
.acf-field .acf-table {
  border: none;
  background-color: transparent;
}
/* line 3540, sass/_home.scss */
.acf-field .acf-table tbody tr td {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
/* line 3546, sass/_home.scss */
.acf-field .acf-table .acf-row {
  border-bottom: solid 1px #b4b4be;
  margin-top: 34px;
  position: relative;
  display: block;
}
/* line 3551, sass/_home.scss */
.acf-field .acf-table .acf-row:first-child {
  margin-top: 0;
}
/* line 3554, sass/_home.scss */
.acf-field .acf-table .acf-row:nth-last-child(2) {
  border-bottom: 0;
}
/* line 3557, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-row-handle {
  display: none;
}
/* line 3561, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-field:before, .acf-field .acf-table .acf-row .acf-field:after {
  display: none;
}
/* line 3565, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-field .acf-input {
  width: 158px;
  padding: 0;
}
/* line 3568, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-field .acf-input select {
  height: 40px;
  border: 0;
  background-color: #f7f5f2;
  padding: 3px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url(images/ic_option.svg);
  background-position: 139px;
  background-size: 8px;
}
/* line 3581, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-field .acf-input select::-ms-expand {
  display: none;
}
/* line 3585, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-field .acf-label {
  display: inline-block;
  width: 95px;
  padding: 0;
  float: left;
  margin: 8px 0;
}
/* line 3591, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-field .acf-label label {
  font-weight: 300 !important;
}
/* line 3597, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-fields > div {
  display: inline-block;
}
/* line 3600, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-fields > div:first-child .acf-input {
  position: relative;
  width: 442px;
}
/* line 3605, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-fields > div.acf-field-date-picker {
  display: inline-block;
}
/* line 3607, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-fields > div.acf-field-date-picker .acf-input {
  width: 158px;
  padding: 0;
}
/* line 3610, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-fields > div.acf-field-date-picker .acf-input .acf-date-picker {
  width: 158px;
}
/* line 3612, sass/_home.scss */
.acf-field .acf-table .acf-row .acf-fields > div.acf-field-date-picker .acf-input .acf-date-picker .hasDatepicker {
  background-position: 130px;
}
/* line 3622, sass/_home.scss */
.acf-field .acf-table .acf-row .term .acf-label {
  width: 17px;
  text-align: center;
  margin: 0;
  margin-top: 6px;
}
/* line 3643, sass/_home.scss */
.acf-field.acf-field-5d7f1c25fbd13 .acf-input .acf-repeater .acf-table .acf-row .acf-field .acf-label label, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .acf-repeater .acf-table .acf-row .acf-field .acf-label label, .acf-field.acf-field-5d7f1d76bced0 .acf-input .acf-repeater .acf-table .acf-row .acf-field .acf-label label, .acf-field.acf-field-5d7f1e13bced8 .acf-input .acf-repeater .acf-table .acf-row .acf-field .acf-label label, .acf-field.acf-field-5d7f1e75bcede .acf-input .acf-repeater .acf-table .acf-row .acf-field .acf-label label {
  color: #585e64;
  font-weight: normal !important;
}
/* line 3648, sass/_home.scss */
.acf-field.acf-field-5d7f1c25fbd13 .acf-input .acf-repeater .acf-table .acf-row .acf-field.mal30, .acf-field.acf-field-5d7f1d0d57ddd .acf-input .acf-repeater .acf-table .acf-row .acf-field.mal30, .acf-field.acf-field-5d7f1d76bced0 .acf-input .acf-repeater .acf-table .acf-row .acf-field.mal30, .acf-field.acf-field-5d7f1e13bced8 .acf-input .acf-repeater .acf-table .acf-row .acf-field.mal30, .acf-field.acf-field-5d7f1e75bcede .acf-input .acf-repeater .acf-table .acf-row .acf-field.mal30 {
  margin-left: 27px;
}
/* line 3666, sass/_home.scss */
.acf-field.acf-field-5d7f1c25fbd13 .acf-table .acf-row td:nth-child(2) div:last-child .acf-input, .acf-field.acf-field-5d7f1d0d57ddd .acf-table .acf-row td:nth-child(2) div:last-child .acf-input {
  width: 442px;
}
/* line 3668, sass/_home.scss */
.acf-field.acf-field-5d7f1c25fbd13 .acf-table .acf-row td:nth-child(2) div:last-child .acf-input .acf-input-wrap, .acf-field.acf-field-5d7f1d0d57ddd .acf-table .acf-row td:nth-child(2) div:last-child .acf-input .acf-input-wrap {
  width: 100%;
}
/* line 3671, sass/_home.scss */
.acf-field.acf-field-5d7f1c25fbd13 .acf-table .acf-row td:nth-child(2) div:last-child .acf-input .acf-input-append, .acf-field.acf-field-5d7f1d0d57ddd .acf-table .acf-row td:nth-child(2) div:last-child .acf-input .acf-input-append {
  padding: 0;
  position: absolute;
  right: 0;
  top: 41px;
}
/* line 3695, sass/_home.scss */
.acf-field.acf-field-5d7f1e13bced8 .acf-table .acf-row td:nth-child(2) div:first-child .acf-input, .acf-field.acf-field-5d7f1e13bced8 .acf-table .acf-row td:nth-child(2) div:nth-child(2) .acf-input, .acf-field.acf-field-5d7f1e75bcede .acf-table .acf-row td:nth-child(2) div:first-child .acf-input, .acf-field.acf-field-5d7f1e75bcede .acf-table .acf-row td:nth-child(2) div:nth-child(2) .acf-input {
  width: 158px;
}
/* line 3700, sass/_home.scss */
.acf-field.acf-field-5d7f1e13bced8 .acf-table .acf-row td:nth-child(2) div:nth-child(2) .acf-label, .acf-field.acf-field-5d7f1e75bcede .acf-table .acf-row td:nth-child(2) div:nth-child(2) .acf-label {
  margin-left: 27px;
}
/* line 3704, sass/_home.scss */
.acf-field.acf-field-5d7f1e13bced8 .acf-table .acf-row td:nth-child(2) div:nth-child(3), .acf-field.acf-field-5d7f1e75bcede .acf-table .acf-row td:nth-child(2) div:nth-child(3) {
  width: 100%;
}
/* line 3706, sass/_home.scss */
.acf-field.acf-field-5d7f1e13bced8 .acf-table .acf-row td:nth-child(2) div:nth-child(3) .acf-input, .acf-field.acf-field-5d7f1e75bcede .acf-table .acf-row td:nth-child(2) div:nth-child(3) .acf-input {
  width: 442px;
}
/* line 3712, sass/_home.scss */
.acf-field.acf-field-5d7f1e13bced8 .acf-table .acf-row td .acf-input-append, .acf-field.acf-field-5d7f1e75bcede .acf-table .acf-row td .acf-input-append {
  padding: 0;
  position: absolute;
  right: 0;
  top: 41px;
}
/* line 3723, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552, .acf-field.acf-field-5d7f29a945553, .acf-field.acf-field-5d7f29ac45554 {
  width: 668px;
  height: auto;
  margin: 30px auto !important;
  position: relative;
}
/* line 3730, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552 .acf-label, .acf-field.acf-field-5d7f29a945553 .acf-label, .acf-field.acf-field-5d7f29ac45554 .acf-label {
  padding-top: 5px;
  margin-bottom: 11px;
  display: block;
  width: 100%;
}
/* line 3735, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552 .acf-label .description, .acf-field.acf-field-5d7f29a945553 .acf-label .description, .acf-field.acf-field-5d7f29ac45554 .acf-label .description {
  display: block;
  text-align: right;
  position: relative;
}
/* line 3739, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552 .acf-label .description .count, .acf-field.acf-field-5d7f29a945553 .acf-label .description .count, .acf-field.acf-field-5d7f29ac45554 .acf-label .description .count {
  position: absolute;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.43;
  display: inline-block;
  width: 120px;
  top: 197px;
  right: 0;
}
/* line 3748, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552 .acf-label .description .count b, .acf-field.acf-field-5d7f29a945553 .acf-label .description .count b, .acf-field.acf-field-5d7f29ac45554 .acf-label .description .count b {
  color: #003c1e;
}
/* line 3754, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552 .acf-input, .acf-field.acf-field-5d7f29a945553 .acf-input, .acf-field.acf-field-5d7f29ac45554 .acf-input {
  display: block;
  width: 100%;
}
/* line 3757, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552 .acf-input textarea, .acf-field.acf-field-5d7f29a945553 .acf-input textarea, .acf-field.acf-field-5d7f29ac45554 .acf-input textarea {
  resize: none;
  width: 100%;
  height: 180px;
  border: 0;
  background-color: #f7f5f2;
  padding: 20px;
}
/* line 3765, sass/_home.scss */
.acf-field.acf-field-5d7f297c45552 .acf-input .acf-error-message, .acf-field.acf-field-5d7f29a945553 .acf-input .acf-error-message, .acf-field.acf-field-5d7f29ac45554 .acf-input .acf-error-message {
  top: inherit;
  bottom: -19px;
}

/* line 3773, sass/_home.scss */
.btn_address {
  width: 100px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
  color: #fff;
  background-color: #585e64;
  display: block;
  position: absolute;
  right: 256px;
  z-index: 50;
  top: 93px;
}

/* line 3788, sass/_home.scss */
.acf-notice.acf-error-message.-dismiss.-error,
span.select2-search.select2-search--dropdown {
  display: none;
}

/* line 3793, sass/_home.scss */
.select2-dropdown {
  border: 0 !important;
}

/* line 3796, sass/_home.scss */
.select2-results__option--highlighted[aria-selected] {
  background-color: #003c1e !important;
}

/* line 3800, sass/_home.scss */
.btn_incruit {
  width: 158px;
  height: 52px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 76px;
  margin-bottom: 150px;
  background-color: #003c1e;
  color: #fff;
  border-radius: 4px !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.06;
  cursor: pointer;
}
/* line 3815, sass/_home.scss */
.btn_incruit:hover {
  background-color: #00291f;
}
/* line 3818, sass/_home.scss */
.btn_incruit.modify {
  width: 201px;
  line-height: 52px;
}
/* line 3822, sass/_home.scss */
.btn_incruit[disabled] {
  background-color: #eee;
  color: #adadad;
}
/* line 3826, sass/_home.scss */
.btn_incruit.back {
  width: 245px;
  line-height: 52px;
  text-align: right;
  padding-right: 30px;
  background-image: url("images/btn-incruit-back.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 31px;
}
/* line 3836, sass/_home.scss */
.btn_incruit.finish {
  margin-top: 60px;
  display: inline-block;
  margin-left: 380px;
  margin-bottom: 0;
}

/* line 3844, sass/_home.scss */
.acf-button.button-large {
  margin-top: 60px;
  width: 158px;
  height: 52px;
  display: inline-block;
  background-color: #003c1e;
  color: #fff;
  border-radius: 4px !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.06;
  margin-left: 380px;
  background-image: url("images/btn_inc_next.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 118px;
  text-align: left;
  padding-left: 31px;
}
/* line 3862, sass/_home.scss */
.acf-button.button-large:hover {
  background-color: #00291f;
}
/* line 3866, sass/_home.scss */
.acf-button.next {
  width: 158px;
  height: 52px;
  margin: 0 auto;
  display: block;
  margin-top: 76px;
  margin-bottom: 150px;
  background-color: #003c1e;
  color: #fff;
  border-radius: 4px !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.06;
  margin-top: 60px;
  background-image: url("images/btn_inc_next.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 118px;
  text-align: left;
  padding-left: 31px;
}
/* line 3886, sass/_home.scss */
.acf-button.next:hover {
  background-color: #00291f;
}
/* line 3890, sass/_home.scss */
.acf-button.finish {
  width: 158px;
  height: 52px;
  text-align: center;
  background-color: #003c1e;
  color: #fff;
  border-radius: 4px !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.06;
  margin-top: 60px;
  display: inline-block;
  margin-left: 380px;
  margin-bottom: 0;
}
/* line 3904, sass/_home.scss */
.acf-button.finish:hover {
  background-color: #00291f;
}

/* line 3909, sass/_home.scss */
.acf-actions {
  border-top: solid 1px #e8e8e8;
  padding-top: 34px;
  padding-bottom: 18px;
}
/* line 3913, sass/_home.scss */
.acf-actions a.acf-button {
  color: #003c1e;
  font-size: 1.8rem;
  line-height: 1.33;
  padding-left: 25px;
  margin-left: 0 !important;
  margin-right: 482px;
  background-image: url("images/btn-plus-re.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 0;
}

/* line 3926, sass/_home.scss */
.btn_recruit_prev {
  margin-top: 60px;
  width: 158px;
  line-height: 52px;
  display: inline-block;
  background-color: #003c1e;
  color: #fff;
  border-radius: 4px;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 30px;
  background-image: url("images/btn_inc_prev.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 31px;
  position: absolute;
  margin-left: 190px;
}
/* line 3944, sass/_home.scss */
.btn_recruit_prev:hover {
  background-color: #00291f;
}

/* line 3949, sass/_home.scss */
.acf-field select {
  font-size: 1.6rem !important;
}

/* line 3953, sass/_home.scss */
.btn-incruit {
  margin: 90px auto;
  display: block;
}
/* line 3956, sass/_home.scss */
.btn-incruit a {
  width: 253px;
  margin-top: 20px;
  line-height: 64px;
  border-radius: 4px;
  border: solid 2px #003c1e;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #003c1e;
  text-align: left;
  padding-left: 32px;
  background-image: url("images/btn-a-arrow.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 195px;
}
/* line 3972, sass/_home.scss */
.btn-incruit a:hover {
  background-color: #003c1e;
  color: #fff;
  background-image: url("images/btn-a-arrow-green.png");
  background-position: 200px;
}

/* line 3981, sass/_home.scss */
.incruit_form {
  width: 100%;
}
/* line 3983, sass/_home.scss */
.incruit_form tr {
  height: 68px;
}
/* line 3986, sass/_home.scss */
.incruit_form td {
  color: #585e64;
  font-weight: normal;
}
/* line 3989, sass/_home.scss */
.incruit_form td.tit {
  color: #1f1f1f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
}
/* line 3996, sass/_home.scss */
.incruit_form td.tit span {
  font-weight: normal;
  line-height: normal;
  color: #de0f0f;
}
/* line 4002, sass/_home.scss */
.incruit_form td input {
  width: 100%;
  background-color: #f7f5f2;
  height: 40px;
  padding-left: 15px;
}
/* line 4009, sass/_home.scss */
.incruit_form tbody {
  border-bottom: solid 1px #3f454b;
}
/* line 4011, sass/_home.scss */
.incruit_form tbody:last-child {
  border-bottom: 0;
}
/* 20210114 임의추가 */
.info_pw{
  color: red;
  font-weight: 500;
  text-align: center;
}
/* line 4016, sass/_home.scss */
.check_font {
  color: #de0f0f;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.67;
  height: 21px;
}

/* line 4024, sass/_home.scss */
.narrative_finish {
  border-top: solid 2px #3f454b;
  border-bottom: solid 1px #3f454b;
  position: relative;
}
/* line 4028, sass/_home.scss */
.narrative_finish:before {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("images/btn_check.svg");
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 35px;
}
/* line 4039, sass/_home.scss */
.narrative_finish h4 {
  text-align: center;
  color: #3f454b;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 115px;
  padding-bottom: 40px;
}
/* line 4047, sass/_home.scss */
.narrative_finish h4 strong {
  font-weight: bold;
}

/* line 4052, sass/_home.scss */
.com_contact {
  color: #4d9a89;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  width: 461px;
  margin: 0 auto;
  padding-left: 22px;
  margin-top: 40px;
  background-image: url("images/ic_contact.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 0 6px;
}

/* line 4066, sass/_home.scss */
.info_me {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4d9a89;
  text-align: center;
  margin-top: -110px;
}

/* line 4076, sass/_home.scss */
#asanchung .life {
  padding-top: 98px;
}
/* line 4079, sass/_home.scss */
#asanchung .analects {
  padding-top: 366px;
}
/* line 4083, sass/_home.scss */
#asanchung .content .content-top {
  position: relative;
  height: 637px;
  width: 100%;
}
/* line 4087, sass/_home.scss */
#asanchung .content .content-top .text {
  position: absolute;
  display: block;
  float: left;
  bottom: 0;
  background-color: #fff;
  padding-top: 48px;
  padding-right: 52px;
  padding-left: 95px;
  width: 506px;
  height: 280px;
  z-index: 3;
}
/* line 4099, sass/_home.scss */
#asanchung .content .content-top .text h2 {
  color: #1f1f1f;
  font-size: 3.4rem;
  line-height: 1.41;
  padding-bottom: 20px;
}
/* line 4105, sass/_home.scss */
#asanchung .content .content-top .text h3 {
  color: #4d9a89;
  font-size: 2.2rem;
  line-height: 1.46;
  margin-top: 0;
}
/* line 4112, sass/_home.scss */
#asanchung .content .content-top img {
  position: absolute;
  right: 0;
  width: 823px;
  height: 637px;
}
/* line 4119, sass/_home.scss */
#asanchung .content .content-bottom {
  clear: both;
  padding-left: 95px;
  padding-right: 95px;
  padding-top: 28px;
}
/* line 4124, sass/_home.scss */
#asanchung .content .content-bottom p {
  color: #3f454b;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 28px;
}
/* line 4132, sass/_home.scss */
#asanchung .history-detail.chung {
  width: 918px;
  margin: 0 auto;
}
/* line 4135, sass/_home.scss */
#asanchung .history-detail.chung article {
  width: 100%;
  position: relative;
  clear: both;
}
/* line 4141, sass/_home.scss */
#asanchung .history-detail.chung article:last-child dl dt:nth-child(25):after {
  display: none;
}
/* line 4146, sass/_home.scss */
#asanchung .history-detail.chung article h4 {
  font-family: "Montserrat", sans-serif;
  color: #4d9a89;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 32px;
  padding-left: 20px;
  font-size: 2.8rem;
  line-height: 2;
}
/* line 4155, sass/_home.scss */
#asanchung .history-detail.chung article h4.pa30 {
  padding-left: 62px;
}
/* line 4159, sass/_home.scss */
#asanchung .history-detail.chung article dl {
  padding: 0px;
  padding-top: 3px;
}
/* line 4162, sass/_home.scss */
#asanchung .history-detail.chung article dl:before {
  width: 1px;
  height: 41px;
  border: none;
  border-radius: 0;
  background-color: #4d9a89;
  left: 92px;
  top: -33px;
}
/* line 4171, sass/_home.scss */
#asanchung .history-detail.chung article dl:after {
  display: none;
}
/* line 4174, sass/_home.scss */
#asanchung .history-detail.chung article dl dt {
  width: 75px;
  height: 52px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 0px;
}
/* line 4180, sass/_home.scss */
#asanchung .history-detail.chung article dl dt:before {
  top: 7px;
  left: 88px;
}
/* line 4184, sass/_home.scss */
#asanchung .history-detail.chung article dl dt:after {
  top: 17px;
  left: 92px;
  height: 43px;
}
/* line 4190, sass/_home.scss */
#asanchung .history-detail.chung article dl dd {
  margin-left: 93px;
  padding-left: 35px;
  padding-top: 0;
  padding-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.43;
  position: relative;
}
/* line 4198, sass/_home.scss */
#asanchung .history-detail.chung article dl dd.line:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4d9a89;
  position: absolute;
  bottom: 15px;
  left: 0;
}
/* line 4208, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img {
  right: 0;
  position: absolute;
  width: 253px;
  top: -52px;
  padding-bottom: 14px;
  z-index: 2;
}
/* line 4215, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img.top1 {
  top: 93px;
}
/* line 4218, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img.top2 {
  top: 218px;
}
/* line 4221, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img.top3 {
  top: -19px;
}
/* line 4224, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img.top4 {
  top: 78px;
}
/* line 4227, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img.top5 {
  top: 323px;
}
/* line 4230, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img img {
  width: 253px;
  height: 160px;
}
/* line 4234, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #003c1e;
  padding-top: 4px;
  padding-bottom: 2px;
  width: 100%;
}
/* line 4244, sass/_home.scss */
#asanchung .history-detail.chung article dl .history-img p {
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: normal;
  color: #3f454b !important;
  padding: 0px;
  width: 100%;
}
/* line 4257, sass/_home.scss */
#asanchung .history-detail.chung article:nth-child(2) .history-img {
  top: 3px;
}
/* line 4260, sass/_home.scss */
#asanchung .history-detail.chung article:nth-child(2) dd:first-child {
  padding: 0;
  height: 0;
}
/* line 4267, sass/_home.scss */
#asanchung .history-detail.chung article:nth-child(3) .history-img, #asanchung .history-detail.chung article:last-child .history-img {
  top: -111px;
}
/* line 4274, sass/_home.scss */
#asanchung .analects-detail .analects-tab {
  width: 728px;
  margin: 0 auto;
  height: 75px;
}
/* line 4279, sass/_home.scss */
#asanchung .analects-detail .analects-tab ul li {
  color: #585e64;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.43;
  padding-bottom: 8px;
  margin-bottom: 33px;
  text-align: center;
  float: left;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 40px;
}
/* line 4292, sass/_home.scss */
#asanchung .analects-detail .analects-tab ul li:hover {
  color: #003c1e;
  font-weight: 500;
}
/* line 4296, sass/_home.scss */
#asanchung .analects-detail .analects-tab ul li span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: normal;
  padding-right: 7px;
}
/* line 4303, sass/_home.scss */
#asanchung .analects-detail .analects-tab ul li.on {
  border-bottom: solid 1px #003c1e;
  color: #003c1e;
  font-weight: 500;
}
/* line 4308, sass/_home.scss */
#asanchung .analects-detail .analects-tab ul li:last-child {
  margin-right: 0px;
}
/* line 4314, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom {
  display: none;
  position: relative;
  width: 918px;
  margin: 0 auto;
  margin-bottom: 150px;
}
/* line 4320, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom:first-child {
  display: block;
}
/* line 4323, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .asan-slider {
  position: relative;
}
/* line 4325, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .asan-slider > li {
  padding-left: 80px;
  padding-right: 80px;
  width: 550px;
}
/* line 4329, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .asan-slider > li.text {
  opacity: 1 !important;
  float: left;
  width: 535px !important;
  height: 312px;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 34px;
  position: absolute;
  z-index: 3;
  background-color: #fff;
}
/* line 4340, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .asan-slider > li.text h4 {
  font-size: 2.2rem;
  line-height: 1.42;
  display: table-cell;
  vertical-align: middle;
  height: 204px;
}
/* line 4350, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper {
  width: 550px !important;
  position: absolute;
}
/* line 4353, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-viewport {
  margin-top: 166px;
}
/* line 4356, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-prev,
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-next {
  width: 10px;
  height: 17px;
  top: 467px;
}
/* line 4362, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-prev {
  background-image: url("images/program-left.svg");
  left: 100px;
}
/* line 4366, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-next {
  background-image: url("images/program-right.svg");
  left: 225px;
}
/* line 4370, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-pager {
  bottom: -496px;
  left: 65px;
}
/* line 4373, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
/* line 4375, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  text-indent: -9999px !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #e2ece9;
  display: inline-block;
}
/* line 4383, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #0c5a49;
  text-indent: -9999px;
}
/* line 4391, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom > img {
  margin-left: 380px;
  width: 538px;
  height: 520px;
}
/* line 4397, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .text-bg > img {
  position: absolute;
  top: 0;
  width: 36px;
  height: 30px;
  z-index: 52;
}
/* line 4404, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .text-bg .left {
  top: 154px;
  left: 34px;
}
/* line 4408, sass/_home.scss */
#asanchung .analects-detail .analects-detail-bottom .text-bg .right {
  top: 463px;
  left: 464px;
}
/* line 4420, sass/_home.scss */
#asanchung .analects-group article:nth-child(2) .bx-wrapper .bx-next,
#asanchung .analects-group article:nth-child(3) .bx-wrapper .bx-next {
  left: 244px;
}

/* line 4428, sass/_home.scss */
.asanhall {
  background-image: url("images/asanhall.png");
  margin-bottom: 60px;
}

/* line 4434, sass/_home.scss */
.title.information hr {
  width: 447px;
}
/* line 4437, sass/_home.scss */
.title.information dl {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 57px;
  padding-left: 270px;
}
/* line 4442, sass/_home.scss */
.title.information dl dt {
  font-weight: bold;
  color: #4d9a89;
  float: left;
  padding-bottom: 20px;
  padding-left: 17px;
}
/* line 4449, sass/_home.scss */
.title.information dl dd {
  color: #3f454b;
  padding-bottom: 20px;
  padding-left: 72px;
  position: relative;
}
/* line 4454, sass/_home.scss */
.title.information dl dd:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #4d9a89;
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
}
/* line 4467, sass/_home.scss */
.title.information ul {
  padding-top: 50px;
  padding-bottom: 120px;
}
/* line 4470, sass/_home.scss */
.title.information ul li {
  float: left;
  width: 348px;
  height: 232px;
  overflow: hidden;
  margin-right: 32px;
  margin-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 4480, sass/_home.scss */
.title.information ul li:last-child {
  margin-right: 0px;
}
/* line 4487, sass/_home.scss */
.title.history hr {
  width: 503px;
}

/* line 4492, sass/_home.scss */
.more-bottom {
  width: 95%;
  margin: 0 auto;
  clear: both;
  padding-top: 60px;
  margin-bottom: 150px;
  border-top: solid 1px #e7e3de;
}
/* line 4499, sass/_home.scss */
.more-bottom hr {
  display: none;
}

/* line 4504, sass/_home.scss */
.btn-bottom {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.06;
  margin: 0 auto;
  display: block;
  width: 253px;
  height: 64px;
  padding-left: 32px;
  padding-top: 20px;
  border-radius: 4px;
  border: solid 1px #003c1e;
  color: #003c1e;
  background-image: url("images/btn-a-arrow.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 195px 22px;
}
/* line 4521, sass/_home.scss */
.btn-bottom:hover {
  background-color: #003c1e;
  color: #fff;
  background-image: url("images/btn-a-arrow-green.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 205px 22px;
}

/* line 4532, sass/_home.scss */
.partner p {
  padding-bottom: 120px;
  line-height: 1.63;
}
/* line 4535, sass/_home.scss */
.partner p span {
  color: #003c1e;
  font-weight: bold;
  text-decoration: underline;
}

/* line 4542, sass/_home.scss */
.partner-notice {
  padding-bottom: 120px;
}
/* line 4544, sass/_home.scss */
.partner-notice hr {
  width: 508px;
}
/* line 4547, sass/_home.scss */
.partner-notice h3 {
  padding-bottom: 40px;
}
/* line 4551, sass/_home.scss */
.partner-notice ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 650px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  display: table;
}
/* line 4559, sass/_home.scss */
.partner-notice ul li span {
  float: left;
  width: 32px;
  height: 32px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 6px;
  padding-left: 13px;
  margin-right: 31px;
  margin-top: 16px;
  border-radius: 50%;
  background-color: #4d9a89;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 6px;
}
/* line 4578, sass/_home.scss */
.partner-notice ul li p {
  width: 645px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 55px;
  line-height: 1.63;
}
/* line 4587, sass/_home.scss */
.partner-notice dl {
  width: 550px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* line 4592, sass/_home.scss */
.partner-notice dl dt {
  font-weight: bold;
  clear: left;
  float: left;
  width: 50px;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #4d9a89;
}
/* line 4602, sass/_home.scss */
.partner-notice dl dd {
  margin-left: 100px;
  padding: 5px;
  padding-left: 10px;
  padding-bottom: 12px;
  position: relative;
}
/* line 4608, sass/_home.scss */
.partner-notice dl dd:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #4d9a89;
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: -11px;
}
/* line 4619, sass/_home.scss */
.partner-notice dl dd:nth-child(5), .partner-notice dl dd:nth-child(11) {
  padding-bottom: 30px;
}

/* line 4629, sass/_home.scss */
#sitemap .sub-header {
  padding-top: 66px;
}
/* line 4632, sass/_home.scss */
#sitemap hr {
  margin-bottom: 0px;
  margin-top: 14px;
  width: 100%;
}

/* line 4639, sass/_home.scss */
.sitemap-detail > li {
  color: #003c1e;
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 60px;
}
/* line 4644, sass/_home.scss */
.sitemap-detail > li > ul {
  color: #1f1f1f;
  display: table;
  padding-top: 15px;
  width: 100%;
  padding-left: 64px;
}
/* line 4650, sass/_home.scss */
.sitemap-detail > li > ul > li {
  float: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 19px;
  width: 213px;
}
/* line 4657, sass/_home.scss */
.sitemap-detail > li > ul > li > ul {
  padding-top: 19px;
}
/* line 4659, sass/_home.scss */
.sitemap-detail > li > ul > li > ul > li {
  font-weight: normal;
  color: #585e64;
  padding-bottom: 12px;
  font-size: 1.4rem;
}
/* line 4670, sass/_home.scss */
.sitemap-detail > li:first-child > ul > li:last-child {
  width: 192px;
}
/* line 4675, sass/_home.scss */
.sitemap-detail > li:last-child {
  margin-bottom: 126px;
}

/* line 4681, sass/_home.scss */
.search-top {
  width: 100%;
}
/* line 4683, sass/_home.scss */
.search-top .nav-search {
  position: inherit;
  margin-top: 68px;
  z-index: 0;
}
/* line 4687, sass/_home.scss */
.search-top .nav-search .search-form {
  width: 100%;
  position: relative;
}
/* line 4690, sass/_home.scss */
.search-top .nav-search .search-form label {
  display: block;
  color: #c0bab1;
}
/* line 4693, sass/_home.scss */
.search-top .nav-search .search-form label input[type="search"] {
  width: 538px;
  height: 65px;
  border: solid 3px #b4b4be;
  margin: 0 auto;
  padding: 0;
  padding-left: 19px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #003c1e;
}
/* line 4706, sass/_home.scss */
.search-top .nav-search .search-form .search-submit {
  display: block;
  background-image: url("images/search-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  text-indent: -9999px;
  top: 18px;
  right: 28%;
}
/* line 4720, sass/_home.scss */
.search-top p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3f454b;
  padding-top: 48px;
  padding-bottom: 60px;
}
/* line 4727, sass/_home.scss */
.search-top p span {
  color: #003c1e;
}
/* line 4729, sass/_home.scss */
.search-top p span:last-child {
  text-decoration: underline;
}

/* line 4735, sass/_home.scss */
.search-list {
  width: 100%;
}
/* line 4737, sass/_home.scss */
.search-list h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #3f454b;
  margin-top: 0;
  margin-bottom: 11px;
}
/* line 4744, sass/_home.scss */
.search-list h3 span {
  text-decoration: underline;
  color: #003c1e;
}
/* line 4749, sass/_home.scss */
.search-list hr {
  width: 100%;
  margin-bottom: 24px;
}
/* line 4754, sass/_home.scss */
.search-list ul li {
  height: 164px;
  overflow: hidden;
  margin-bottom: 44px;
}
/* line 4758, sass/_home.scss */
.search-list ul li > a {
  width: 348px;
  height: 164px;
  overflow: hidden;
  margin-right: 32px;
  float: left;
  color: #f7f5f2;
}
/* line 4765, sass/_home.scss */
.search-list ul li > a img {
  width: 348px;
  height: auto;
}
/* line 4770, sass/_home.scss */
.search-list ul li div {
  height: 164px;
}
/* line 4773, sass/_home.scss */
.search-list ul li div > a h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 15px;
  color: #3f454b;
  text-overflow: ellipsis;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 4785, sass/_home.scss */
.search-list ul li div > a h4 strong {
  background-color: #e2ece9;
  color: #003c1e;
}
/* line 4790, sass/_home.scss */
.search-list ul li div > a p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #3f454b;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* line 4802, sass/_home.scss */
.search-list ul li div > a p strong {
  background-color: #e2ece9;
  color: #003c1e;
}
/* line 4808, sass/_home.scss */
.search-list ul li div h5 {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.62;
  color: #707984;
  padding-top: 8px;
}
/* line 4816, sass/_home.scss */
.search-list ul li:last-child {
  margin-bottom: 60px;
}
/* line 4821, sass/_home.scss */
.search-list.last {
  padding-bottom: 0;
}

/* line 4826, sass/_home.scss */
.hilite {
  background-color: #e2ece9;
  color: #003c1e;
}

/* line 4830, sass/_home.scss */
.search-tag {
  padding: 0 9px;
  border: solid 1px #4d9a89;
  font-size: 1.2rem;
  height: 22px;
  margin-bottom: 5px;
  display: inline-block;
  color: #4d9a89;
}

/* line 4839, sass/_home.scss */
.btn-search-more {
  width: 201px;
  height: 32px;
  margin: 0 auto;
  display: block;
  color: #3f454b;
  padding-bottom: 6px;
  margin-top: 35px;
  margin-bottom: 60px;
  background-image: url("images/btn-a-arrow.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 182px 6px;
}
/* line 4852, sass/_home.scss */
.btn-search-more:hover {
  color: #003c1e;
  border-bottom: solid 2px #003c1e;
}
/* line 4856, sass/_home.scss */
.btn-search-more.back {
  background-image: url("images/btn-search-back.svg");
  background-position: 0 6px;
  text-align: right;
  margin-top: 80px;
}

/* line 4866, sass/_home.scss */
#contact h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #585e64;
  text-align: center;
  margin-top: 10px;
}
/* line 4874, sass/_home.scss */
#contact h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #3f454b;
  padding-bottom: 20px;
}
/* line 4882, sass/_home.scss */
#contact ul li {
  float: left;
  width: 50%;
  padding-left: 64px;
  margin-bottom: 60px;
}
/* line 4887, sass/_home.scss */
#contact ul li:nth-child(2) {
  padding-left: 32px;
}
/* line 4890, sass/_home.scss */
#contact ul li dl {
  padding-right: 64px;
}
/* line 4892, sass/_home.scss */
#contact ul li dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4d9a89;
  clear: left;
  float: left;
  width: 113px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 47px;
}
/* line 4904, sass/_home.scss */
#contact ul li dl dt.car, #contact ul li dl dt.subway, #contact ul li dl dt.bus {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 13px 14px;
}
/* line 4911, sass/_home.scss */
#contact ul li dl dt.car {
  background-image: url("images/car.svg");
}
/* line 4914, sass/_home.scss */
#contact ul li dl dt.subway {
  background-image: url("images/subway.svg");
}
/* line 4917, sass/_home.scss */
#contact ul li dl dt.bus {
  background-image: url("images/bus.svg");
}
/* line 4921, sass/_home.scss */
#contact ul li dl dd {
  font-size: 1.4rem;
  line-height: 1.43;
  color: #585e64;
  margin-left: 109px;
  position: relative;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 23px;
}
/* line 4932, sass/_home.scss */
#contact ul li dl hr {
  margin: 0px;
  width: 100%;
}
/* line 4939, sass/_home.scss */
#contact .map {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 36px;
  background-color: #003c1e;
}
/* line 4946, sass/_home.scss */
#contact .question {
  width: 700px;
  margin: 0 auto;
}
/* line 4949, sass/_home.scss */
#contact .question ul {
  padding-top: 40px;
  margin-bottom: 174px;
}
/* line 4952, sass/_home.scss */
#contact .question ul li {
  float: none;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  display:table;
}
/* line 4958, sass/_home.scss */
#contact .question ul li p {
  display:table-row;
  width:100%;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #585e64;
}
/* line 4962, sass/_home.scss */
#contact .question ul li p span:nth-child(1) {
  display:table-cell;
  text-align:left;
  font-weight: 500;
  color: #4d9a89;
  padding-left: 0;
  padding-right: 32px;
  margin-right: 32px;
}
#contact .question ul li p span > b {font-size:80%;}
/* line 4966, sass/_home.scss */
#contact .question ul li p span {
  display:table-cell;
  text-align:right;
  padding-left: 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #585e64;
}
#contact .question ul li p span:last-child{
  text-align:right;
}

  /* line 4981, sass/_home.scss */
#privacy .sub-header {
  padding-bottom: 68px;
}
/* line 4983, sass/_home.scss */
#privacy .sub-header h2 {
  padding-bottom: 46px;
}
/* line 4986, sass/_home.scss */
#privacy .sub-header p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
}
/* line 4992, sass/_home.scss */
#privacy hr {
  width: 100%;
}
/* line 4995, sass/_home.scss */
#privacy dl {
  padding-bottom: 60px;
}
/* line 4997, sass/_home.scss */
#privacy dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #003c1e;
  clear: left;
  float: left;
  width: 422px;
  margin: 0;
  padding-right: 50px;
}
/* line 5008, sass/_home.scss */
#privacy dl dd {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-left: 422px;
  color: #585e64;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
/* line 5016, sass/_home.scss */
#privacy dl dd:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  background-color: #585e64;
  top: 8px;
  left: 3px;
}
/* line 5026, sass/_home.scss */
#privacy dl dd:nth-child(2) {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3f454b;
  padding-bottom: 12px;
  padding-left: 0px;
}
/* line 5032, sass/_home.scss */
#privacy dl dd:nth-child(2):before {
  display: none;
}
/* line 5036, sass/_home.scss */
#privacy dl dd p {
  padding-bottom: 20px;
}
/* line 5042, sass/_home.scss */
#privacy dl.one dd, #privacy dl.three dd {
  padding-bottom: 0px;
}
/* line 5044, sass/_home.scss */
#privacy dl.one dd:nth-child(2), #privacy dl.three dd:nth-child(2) {
  padding-bottom: 12px;
}
/* line 5050, sass/_home.scss */
#privacy dl.one dd:nth-child(9):before,
#privacy dl.one dd:nth-child(10):before {
  display: none;
}
/* line 5055, sass/_home.scss */
#privacy dl .privacy-table {
  margin-top: 38px;
  margin-bottom: 22px;
}
/* line 5058, sass/_home.scss */
#privacy dl .privacy-table thead {
  background-color: #003c1e;
  color: #fff;
}
/* line 5062, sass/_home.scss */
#privacy dl .privacy-table thead tr th {
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 5073, sass/_home.scss */
#privacy dl .privacy-table tbody tr {
  border-bottom: solid 1px #b4b4be;
}
/* line 5075, sass/_home.scss */
#privacy dl .privacy-table tbody tr td {
  font-size: 1.4rem;
  line-height: 1.43;
  color: #585e64;
  height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 15px;
  border-right: solid 1px #b4b4be;
}
/* line 5085, sass/_home.scss */
#privacy dl .privacy-table tbody tr td:first-child {
  font-weight: 500;
  color: #003c1e;
}
/* line 5089, sass/_home.scss */
#privacy dl .privacy-table tbody tr td:last-child {
  border-right: 0px;
}
/* line 5094, sass/_home.scss */
#privacy dl .privacy-table tbody tr:last-child td {
  color: #585e64;
}
/* line 5102, sass/_home.scss */
#privacy dl.three dd {
  padding-left: 28px;
}
/* line 5104, sass/_home.scss */
#privacy dl.three dd:before {
  background-color: inherit;
  top: 1px;
  left: 0;
}
/* line 5109, sass/_home.scss */
#privacy dl.three dd:nth-child(2) {
  padding-left: 0;
}
/* line 5112, sass/_home.scss */
#privacy dl.three dd:nth-child(3):before {
  content: "(1)";
}
/* line 5115, sass/_home.scss */
#privacy dl.three dd:nth-child(4):before {
  content: "(2)";
}
/* line 5118, sass/_home.scss */
#privacy dl.three dd:nth-child(5):before {
  content: "(3)";
}
/* line 5121, sass/_home.scss */
#privacy dl.three dd:nth-child(6):before {
  content: "(4)";
}
/* line 5124, sass/_home.scss */
#privacy dl.three dd:nth-child(7):before {
  content: "(5)";
}
/* line 5127, sass/_home.scss */
#privacy dl.three dd:nth-child(8) {
  padding-top: 20px;
}
/* line 5132, sass/_home.scss */
#privacy dl:last-child {
  padding-bottom: 150px;
}

/* line 5138, sass/_home.scss */
.page-404 {
  background-color: #e2ece9;
  background-image: url("images/page404.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 745px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -150px;
}
/* line 5149, sass/_home.scss */
.page-404 h2 {
  padding-top: 195px;
  padding-bottom: 54px;
}
/* line 5152, sass/_home.scss */
.page-404 h2 img {
  width: 252px;
  height: 108px;
}
/* line 5157, sass/_home.scss */
.page-404 h4 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.32;
  color: #4b4b4b;
  padding-bottom: 60px;
}
/* line 5171, sass/_home.scss */
.page-404 .btn-404 input[type="button"],
.page-404 .btn-404 a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.06;
  display: inline-block;
  width: 183px;
  line-height: 59px;
  background-color: transparent;
  color: #003c1e;
  border: solid 2px #003c1e;
  border-radius: 4px;
}
/* line 5183, sass/_home.scss */
.page-404 .btn-404 input[type="button"]:first-child,
.page-404 .btn-404 a:first-child {
  margin-right: 30px;
}

/* line 5190, sass/_home.scss */
.footer_eng_wrap {
  float: right;
  position: relative;
  padding-top: 30px;
}

/* line 5196, sass/_home.scss */
.footer_eng li {
  float: left;
  margin-right: 28px;
}
/* line 5199, sass/_home.scss */
.footer_eng li:last-child {
  background-color: #c0bab1;
  height: 103px;
  width: 114px;
  color: #fff;
  text-align: center;
  margin-top: -30px;
  margin-left: 7px;
  margin-right: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  background-image: url("images/top-scroll.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 52px 38px;
}
/* line 5215, sass/_home.scss */
.footer_eng li:last-child a {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 103px;
  padding-top: 5px;
}
/* 기후후원 숨김처리 */
.tab-data li:nth-child(6) {
  display: none;
}



@media screen and (max-width: 767px) {
  /* line 3, sass/_mobile.scss */
  .site-detail {
    padding-left: 8px;
    padding-right: 8px;
  }
  .eng .header-side-wrap #logo a {
    display: block;
    background-image: url("/wp-content/themes/base/images/logos/logo-ci-(ENG,Horizontal,Green).png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 223px;
    height: 45px;
  }


  /* line 7, sass/_mobile.scss */
  .section-top {
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;

  }
  /* line 12, sass/_mobile.scss */
  .section-top .top-banner-wrap {
    height: 100%;
  }
  /* line 14, sass/_mobile.scss */
  .section-top .top-banner-wrap a {
    line-height: 44px;
    top: 10px;
  }

  /* line 20, sass/_mobile.scss */
  .btn-x {
    width: 21px;
    height: 21px;
    right: 2px;
    top: 10px;
  }

  /* line 26, sass/_mobile.scss */
  .sidebar {
    display: none;
  }

  /* line 30, sass/_mobile.scss */
  .nav-search {
    margin-top: -0;
    width: 100%;
    right: 0;
    top: 0;
    height: 58px;
  }
  /* line 36, sass/_mobile.scss */
  .nav-search .search-toggle, .nav-search .search-submit {
    width: 26px;
    height: 26px;
    display: block;
  }
  /* line 41, sass/_mobile.scss */
  .nav-search .search-toggle {
    right: 14.933333%;
    top: 15px;
  }
  /* line 45, sass/_mobile.scss */
  .nav-search .search-submit {
    right: 8px;
    top: 50%;
    margin-top: -13px;
  }
  /* line 50, sass/_mobile.scss */
  .nav-search input[type="search"] {
    width: 74.933333%;
    height: 41px;
    border: solid 1px #c0bab1;
    font-size: 1.5rem;
    color: #003c1e;
    line-height: 1.6;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5.338078%;
    position: absolute;
    left: 50%;
    margin-left: -37.466666%;
    top: 50%;
    margin-top: -20px;
    background-color: #fff;
  }
  /* line 67, sass/_mobile.scss */
  .nav-search .search-close {
    background-image: url("images/m-search-close.svg");
    top: 50%;
    left: 3.2%;
    width: 24px;
    height: 22px;
    margin-top: -11px;
  }

  /* line 76, sass/_mobile.scss */
  .btn_main {
    display: none;
  }

  /* line 79, sass/_mobile.scss */
  .btn-kr {
    letter-spacing: 0.6px;
  }
  /* line 81, sass/_mobile.scss */
  .btn-kr:after {
    content: 'R';
    width: auto;
    height: auto;
    background-color: transparent;
  }

  /* line 89, sass/_mobile.scss */
  .site-header {
    height: 64px;
    background-color: #fff;
  }

  /* line 93, sass/_mobile.scss */
  .header-wrap {
    width: 100%;
    position: initial;
    height: 64px;
    border-bottom: solid 1px #e7e3de;
  }
  /* line 99, sass/_mobile.scss */
  .header-wrap.eng .btn_main {
    display: block;
    margin-top: -16px;
    right: 8px;
  }
  /* line 103, sass/_mobile.scss */
  .header-wrap.eng .btn_main .btn-kr {
    text-decoration: underline;
  }

  /* line 110, sass/_mobile.scss */
  .header-side-wrap {
    width: 100%;
    position: relative;
    padding-left: 8px;
    padding-right: 0;
    height: 64px;
  }
  /* line 116, sass/_mobile.scss */
  .header-side-wrap #logo {
    top: 10px;
    margin-top: 7px;
    z-index: 99;
  }
  /* line 120, sass/_mobile.scss */
  .header-side-wrap #logo a {
    width: 175px;
    height: 35px;
  }

  /* line 127, sass/_mobile.scss */
  nav, .gnb-menu {
    display: none;
  }

  /* line 132, sass/_mobile.scss */
  .gnb-wrap {
    display: none;
  }

  /* line 135, sass/_mobile.scss */
  #m-gnb-wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
    z-index: 9999;
    background-color: #fff;
  }
  /* line 145, sass/_mobile.scss */
  #m-gnb-wrap .m_gnb_ect {
    position: relative;
    border-bottom: solid 1px #e7e3de;
    height: 54px;
    padding-top: 13px;
  }
  /* line 150, sass/_mobile.scss */
  #m-gnb-wrap .m_gnb_ect ul {
    text-align: center;
  }
  /* line 152, sass/_mobile.scss */
  #m-gnb-wrap .m_gnb_ect ul li {
    display: inline-block;
    width: 49.4%;
  }
  /* line 155, sass/_mobile.scss */
  #m-gnb-wrap .m_gnb_ect ul li a {
    color: #585e64;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 21px;
    width: 100%;
    display: inline-block;
  }
  /* line 164, sass/_mobile.scss */
  #m-gnb-wrap .m_gnb_ect ul li:first-child a {
    border-right: solid 1px #d8d8d8;
  }
  /* line 171, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb {
    padding-top: 8px;
  }
  /* line 173, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li {
    width: calc(100% - 64px);
    margin: 0 auto;
  }
  /* line 176, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    border-bottom: solid 1px #e7e3de;
    padding-left: 20px;
    background-image: url("images/m-gnb-plus.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 90%;
    text-align: left;
  }
  /* line 187, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li > a.on {
    background-image: url("images/m-gnb-minus.svg");
  }
  /* line 192, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li:nth-child(5) > a {
    border: none;
    background-image: none;
  }
  /* line 197, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li:last-child {
    width: calc(100% - 16px);
    padding: 0;
    padding-top: 8px;
    margin: 0 auto;
  }
  /* line 202, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li:last-child .m-gnb-etc {
    border-top: solid 1px #e7e3de;
    border-bottom: solid 1px #e7e3de;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* line 207, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li:last-child .m-gnb-etc li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    width: 18%;
    border-right: solid 1px #d8d8d8;
    vertical-align: middle;
  }
  /* line 215, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li:last-child .m-gnb-etc li > a {
    display: block;
    padding-left: 6.4%;
    padding-right: 6.4%;
    word-break: keep-all;
  }
  /* line 220, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb > li:last-child .m-gnb-etc li:last-child {
    border: 0;
  }
  /* line 228, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb-sub {
    overflow: hidden;
    display: none;
    width: 100%;
    background-color: #f7f5f2;
    padding-left: 39px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: -1px;
  }
  /* line 239, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb-sub > li {
    padding-bottom: 16px;
  }
  /* line 241, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb-sub > li:last-child {
    padding: 0;
  }
  /* line 245, sass/_mobile.scss */
  #m-gnb-wrap .m-gnb-sub a {
    display: block;
    text-align: left;
  }

  /* line 251, sass/_mobile.scss */
  .btn-nav-close {
    display: none;
    text-indent: -9999px;
    background-image: url("images/btn-nav-close.svg");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -15px;
    right: 8px;
  }

  /* line 267, sass/_mobile.scss */
  header .search-form {
    display: none;
    height: 64px;
    background-color: #fff;
    border-bottom: solid 1px #e7e3de;
  }
  /* line 273, sass/_mobile.scss */
  header .search-submit {
    top: 0;
  }

  /* line 278, sass/_mobile.scss */
  .nav-toggle {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 99;
    padding-left: 0;
  }
  /* line 285, sass/_mobile.scss */
  .nav-toggle .icon-bar {
    background-color: #585e64;
    height: 2px;
    width: 28px;
    margin-bottom: 6px;
    display: block;
  }

  /* line 293, sass/_mobile.scss */
  .fixed {
    position: fixed;
  }

  /* line 297, sass/_mobile.scss */
  .header-wrap.scroll {
    height: 64px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: solid 1px #e7e3de;
  }
  /* line 301, sass/_mobile.scss */
  .header-wrap.scroll .btn-eng {
    color: #fff;
    top: 6px;
  }
  /* line 305, sass/_mobile.scss */
  .header-wrap.scroll .nav-search {
    margin-top: 0;
  }
  /* line 307, sass/_mobile.scss */
  .header-wrap.scroll .nav-search .search-toggle, .header-wrap.scroll .nav-search .search-submit {
    background-image: url("images/search-1.svg");
  }
  /* line 310, sass/_mobile.scss */
  .header-wrap.scroll .nav-search .search-toggle {
    right: 14.933333%;
    top: 15px;
  }
  /* line 314, sass/_mobile.scss */
  .header-wrap.scroll .nav-search input[type="search"] {
    width: 74.933333%;
    height: 41px;
    border: solid 1px #c0bab1;
    font-size: 1.5rem;
    color: #003c1e;
    line-height: 1.6;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5.338078%;
    position: absolute;
    left: 50%;
    margin-left: -37.466666%;
    top: 50%;
    margin-top: -18px;
    background-color: #fff;
  }
  /* line 331, sass/_mobile.scss */
  .header-wrap.scroll .nav-search .search-close {
    background-image: url("images/m-search-close.svg");
    top: 50%;
    left: 3.2%;
    width: 24px;
    height: 22px;
    margin-top: -11px;
  }
  /* line 340, sass/_mobile.scss */
  .header-wrap.scroll #logo {
    top: 10px;
    margin-top: 7px;
    z-index: 99;
  }
  /* line 344, sass/_mobile.scss */
  .header-wrap.scroll #logo a {
    background-image: url("/wp-content/themes/base/images/logos/logo-cI-header,footer(KOR,Horizontal,Green).png");
    width: 175px;
    height: 35px;
  }
  /* line 351, sass/_mobile.scss */
  .header-wrap.scroll .btn-eng {
    color: #585e64;
  }

  /* line 357, sass/_mobile.scss */
  .main_nav, .main_scroll_down {
    display: none;
  }

  /* line 361, sass/_mobile.scss */
  .section-wrap {
    max-width: 100%;
  }

  /* line 364, sass/_mobile.scss */
  .section-home {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  /* line 368, sass/_mobile.scss */
  .section-home.diffusion {
    background-size: 234%;
    background-position: bottom right;
  }
  /* line 372, sass/_mobile.scss */
  .section-home.h900 {
    height: auto;
    background-size: cover;
    background-position: right center;
  }
  /* line 377, sass/_mobile.scss */
  .section-home .content-bottom {
    width: 100%;
    height: 652px;
    padding: 0;
  }
  /* line 381, sass/_mobile.scss */
  .section-home .content-bottom h2 {
    padding-top: 54px;
    font-size: 3rem;
    line-height: 1.47;
    text-align: center;
  }
  /* line 387, sass/_mobile.scss */
  .section-home .content-bottom p {
    font-size: 1.5rem;
    padding-top: 12px;
    padding-bottom: 37px;
    line-height: 1.6;
    text-align: center;
    padding-right: 10.306406%;
    padding-left: 10.306406%;
  }
  /* line 396, sass/_mobile.scss */
  .section-home .content-bottom.eng {
    height: auto;
  }
  /* line 398, sass/_mobile.scss */
  .section-home .content-bottom.eng h2 {
    font-size: 2.4rem;
    line-height: 1.42;
  }
  /* line 402, sass/_mobile.scss */
  .section-home .content-bottom.eng p {
    font-size: 1.5rem;
    line-height: 1.53;
  }
  /* line 406, sass/_mobile.scss */
  .section-home .content-bottom.eng .side-nav {
    display: none;
  }
  /* line 409, sass/_mobile.scss */
  .section-home .content-bottom.eng .bx-wrapper {
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 13.1%;
  }
  /* line 415, sass/_mobile.scss */
  .section-home .content-bottom.eng .content-detail li {
    padding-bottom: 0;
  }
  /* line 417, sass/_mobile.scss */
  .section-home .content-bottom.eng .content-detail li h3 {
    color: #003c1e;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 6px;
    width: 100%;
  }
  /* line 424, sass/_mobile.scss */
  .section-home .content-bottom.eng .content-detail li p {
    display: block;
    color: #585e64;
    font-size: 1.4rem;
    line-height: 1.71;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    text-align: left;
  }
  /* line 433, sass/_mobile.scss */
  .section-home .content-bottom.eng .content-detail li p.btn {
    padding-top: 0;
  }
  /* line 436, sass/_mobile.scss */
  .section-home .content-bottom.eng .content-detail li p .btn_home {
    width: 102px;
    font-size: 1.3rem;
    color: #fff;
    background-color: #003c1e;
    background-image: url("images/btn_eng_homeW.svg");
  }
  /* line 448, sass/_mobile.scss */
  .section-home .side-nav {
    left: calc(50% - 16px);
    top: -98px;
    text-align: inherit;
  }
  /* line 453, sass/_mobile.scss */
  .section-home .content-detail {
    position: absolute;
  }
  /* line 455, sass/_mobile.scss */
  .section-home .content-detail li {
    height: auto;
    width: 100% !important;
    float: left;
    padding-left: 18.266666%;
    padding-right: 18.266666%;
    margin: 0;
  }
  /* line 462, sass/_mobile.scss */
  .section-home .content-detail li:hover {
    display: none;
  }
  /* line 466, sass/_mobile.scss */
  .section-home .content-detail li a div {
    width: 100%;
    height: auto;
  }
  /* line 469, sass/_mobile.scss */
  .section-home .content-detail li a div:first-child {
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 475, sass/_mobile.scss */
  .section-home .content-detail li a img {
    width: 100%;
    height: auto;
  }
  /* line 479, sass/_mobile.scss */
  .section-home .content-detail li a h3 {
    padding-top: 10px;
    color: #003c1e;
  }
  /* line 483, sass/_mobile.scss */
  .section-home .content-detail li a.btn-read:hover {
    display: none;
  }
  /* line 487, sass/_mobile.scss */
  .section-home .content-detail li:last-child {
    width: 100% !important;
  }
  /* line 491, sass/_mobile.scss */
  .section-home .content-detail .tag {
    opacity: 1;
    visibility: inherit;
  }

  /* line 498, sass/_mobile.scss */
  .bx-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* line 502, sass/_mobile.scss */
  .bx-controls-direction {
    top: 50%;
    right: 0;
    margin-top: 1px;
  }
  /* line 506, sass/_mobile.scss */
  .bx-controls-direction .bx-prev, .bx-controls-direction .bx-next {
    background-size: 100%;
    width: 20px;
    height: 36px;
    text-indent: -9999px;
    top: 160px;
  }
  /* line 513, sass/_mobile.scss */
  .bx-controls-direction .bx-prev {
    left: 5.6%;
  }
  /* line 516, sass/_mobile.scss */
  .bx-controls-direction .bx-next {
    left: 88.8%;
    right: 5.6%;
  }

  /* line 523, sass/_mobile.scss */
  .main {
    background-image: url("images/m-bg-main.png");
    height: auto;
    padding-bottom: 57.8%;
  }
  /* line 527, sass/_mobile.scss */
  .main .main-wrap {
    padding-top: 0;
    padding-left: 6.4%;
    text-align: left;
    width: 100%;
  }
  /* line 532, sass/_mobile.scss */
  .main .main-wrap h2 {
    padding: 0;
    padding-top: 61px;
    font-size: 3rem;
    line-height: 1.33;
    font-weight: normal;
  }
  /* line 539, sass/_mobile.scss */
  .main .main-wrap p {
    padding-left: 0;
    padding-top: 25px;
    padding-right: 20.891364%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* line 545, sass/_mobile.scss */
  .main .main-wrap p br {
    display: none;
  }
  /* line 549, sass/_mobile.scss */
  .main .main-wrap .a_btn {
    width: auto;
    line-height: 20px;
    padding: 12px 21px;
    font-weight: 500;
  }
  /* line 555, sass/_mobile.scss */
  .main .main-wrap.eng {
    width: 100%;
    padding-top: 64px;
  }
  /* line 558, sass/_mobile.scss */
  .main .main-wrap.eng h2 {
    font-size: 3rem;
    line-height: 1.33;
    padding: 0;
    padding-right: 32%;
  }
  /* line 564, sass/_mobile.scss */
  .main .main-wrap.eng p {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.53;
    width: 100%;
    font-weight: normal;
  }
  /* line 573, sass/_mobile.scss */
  .main .main-wrap.eng .a_btn {
    width: 165px;
    line-height: 44px;
    font-size: 1.5rem;
    padding: 0;
  }

  /* line 583, sass/_mobile.scss */
  .support {
    background-image: url("images/m-main_support.svg");
    background-color: #fff;
    background-size: contain;
  }

  /* line 589, sass/_mobile.scss */
  .news {
    height: auto;
    padding-bottom: 20px;
  }
  /* line 592, sass/_mobile.scss */
  .news h2 {
    padding-top: 63px;
    font-size: 3rem !important;
    padding-bottom: 32px;
  }
  /* line 597, sass/_mobile.scss */
  .news .content-detail {
    text-align: center;
    height: 514px;
  }
  /* line 600, sass/_mobile.scss */
  .news .content-detail > li {
    width: 100% !important;
    font-size: 1.8rem;
    padding-right: 18.266666%;
    padding-left: 18.266666%;
    margin: 0;
  }
  /* line 606, sass/_mobile.scss */
  .news .content-detail > li:hover {
    display: none;
  }
  /* line 609, sass/_mobile.scss */
  .news .content-detail > li img {
    width: 100% !important;
    height: auto;
  }
  /* line 613, sass/_mobile.scss */
  .news .content-detail > li:last-child {
    width: 100% !important;
  }
  /* line 614, sass/_mobile.scss */
  .news .content-detail > li a:first-child {
    padding-bottom: 19px;
    display: inline-block;
  }
  /* line 617, sass/_mobile.scss */
  .news .content-detail > li a:first-child img {
    margin-bottom: 0;
  }
  /* line 620, sass/_mobile.scss */
  .news .content-detail > li a:first-child div:first-child {
    width: 100%;
    height: auto;
  }
  /* line 624, sass/_mobile.scss */
  .news .content-detail > li a:first-child div:last-child {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    margin-top: 27px;
  }
  /* line 630, sass/_mobile.scss */
  .news .content-detail > li a:first-child div:last-child h3 {
    display: block;
  }
  /* line 639, sass/_mobile.scss */
  .news .bx-controls-direction .bx-prev, .news .bx-controls-direction .bx-next {
    top: 173px;
  }
  /* line 643, sass/_mobile.scss */
  .news .side-nav {
    top: -17%;
  }

  /* line 648, sass/_mobile.scss */
  .btn-read {
    color: #fff !important;
    border: none;
    background-color: #003c1e;
  }

  /* line 655, sass/_mobile.scss */
  .tag > a {
    font-size: 1.3rem;
    padding: 4px 8px;
    margin-right: 3px;
    border-radius: 14.5px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 4px;
    width: auto !important;
  }

  /* line 667, sass/_mobile.scss */
  .english {
    padding-bottom: 0;
  }
  /* line 669, sass/_mobile.scss */
  .english .intro {
    height: auto;
  }
  /* line 671, sass/_mobile.scss */
  .english .intro h2 {
    font-size: 2.4rem;
    line-height: 1.42;
    padding-top: 63px;
    width: 88.300835%;
    margin: 0 auto;
  }
  /* line 677, sass/_mobile.scss */
  .english .intro h2 br {
    display: none;
  }
  /* line 681, sass/_mobile.scss */
  .english .intro .top {
    width: 100%;
    padding: 32px 13px;
  }
  /* line 684, sass/_mobile.scss */
  .english .intro .top p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /* line 687, sass/_mobile.scss */
  .english .intro .top p:last-child {
    padding-bottom: 0;
  }
  /* line 692, sass/_mobile.scss */
  .english .intro .btn_read, .english .intro .btn_close {
    padding: 8px 22px;
    margin-top: 37px;
    margin-bottom: 40px;
  }
  /* line 697, sass/_mobile.scss */
  .english .intro .intro_more {
    display: none;
  }
  /* line 700, sass/_mobile.scss */
  .english .intro .intro_more .bottom {
    padding: 0;
    padding-bottom: 60px;
    height: auto;
  }
  /* line 704, sass/_mobile.scss */
  .english .intro .intro_more .bottom h2 {
    padding-top: 60px;
    font-size: 2.4rem;
    line-height: 1.67;
  }
  /* line 709, sass/_mobile.scss */
  .english .intro .intro_more .bottom p {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 60px;
  }
  /* line 714, sass/_mobile.scss */
  .english .intro .intro_more .bottom p br {
    display: none;
  }
  /* line 718, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 0 4.533333%;
  }
  /* line 723, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle li {
    width: 100%;
    display: block;
    height: 158px;
  }
  /* line 727, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle li p:first-child {
    float: left;
    margin-right: 18px;
    text-align: center;
    margin-bottom: 32px;
  }
  /* line 733, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle li p:last-child {
    padding-top: 10px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  /* line 738, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle li p:last-child br {
    display: none;
  }
  /* line 742, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle li:first-child {
    margin-bottom: 72px;
  }
  /* line 744, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle li:first-child p:last-child {
    padding-top: 45px;
  }
  /* line 749, sass/_mobile.scss */
  .english .intro .intro_more .bottom .circle:before {
    width: 1px;
    height: 72px;
    top: 50%;
    left: 99px;
    margin-top: -36px;
    margin-left: -5px;
  }
  /* line 758, sass/_mobile.scss */
  .english .intro .intro_more .bottom .btn_close {
    display: block;
    margin: 0 auto;
    clear: both;
    margin-top: 60px;
  }
  /* line 769, sass/_mobile.scss */
  .english .board h2 {
    font-size: 2.4rem;
    line-height: 1.67;
    padding-top: 85px;
    padding-bottom: 60px;
  }
  /* line 775, sass/_mobile.scss */
  .english .board .person {
    width: 100%;
    padding: 0 13px;
  }
  /* line 778, sass/_mobile.scss */
  .english .board .person li {
    width: 100%;
    margin-right: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px;
    height: 95px;
  }
  /* line 785, sass/_mobile.scss */
  .english .board .person li h5 {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 7px 0;
  }
  /* line 790, sass/_mobile.scss */
  .english .board .person li p {
    font-size: 1.3rem;
    line-height: 1.54;
    width: 66.281337%;
  }
  /* line 795, sass/_mobile.scss */
  .english .board .person li:last-child {
    margin-bottom: 40px;
  }

  /* line 802, sass/_mobile.scss */
  .sub-wrap {
    width: 100%;
    padding: 0 13px;
  }
  /* line 805, sass/_mobile.scss */
  .sub-wrap.table {
    display: block;
    margin-top: 60px;
    margin-bottom: 0;
  }
  /* line 810, sass/_mobile.scss */
  .sub-wrap .content-detail li {
    padding-bottom: 140px;
  }
  /* line 813, sass/_mobile.scss */
  .sub-wrap h3 {
    font-size: 3.6rem;
    line-height: 1.28;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  /* line 819, sass/_mobile.scss */
  .sub-wrap.section-bottom {
    padding-right: 8px;
    display:flex;
    align-items: center;
  }
  /* line 821, sass/_mobile.scss */
  .sub-wrap.section-bottom .section-title {
    padding: 0;
    display: block;
    align-items:center;
  }
  /* line 824, sass/_mobile.scss */
  .sub-wrap.section-bottom .section-title h4 {
    font-size: 1.4rem;
    line-height: 1.56;
    text-align: left;
    max-width: 160px;

  }
  /* line 830, sass/_mobile.scss */
  .sub-wrap.section-bottom .btn-bottom, .sub-wrap.section-bottom .btn-bottom:hover {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
    height: unset;
    margin: 0 auto;
    text-align: center;
    border: solid 2px #003c1e;
    /*padding-top: 19px;*/
    font-size: 1.5rem;
    line-height:35px;
    padding:15px;
    background-position: 186px;
    background-image: unset;
  }

  /* line 846, sass/_mobile.scss */
  hr {
    width: 100%;
    margin-bottom: 60px;
  }

  /* line 852, sass/_mobile.scss */
  .startup hr, .strength hr {
    padding-top: 60px;
    border-top: 0;
    border-bottom: solid 1px #e7e3de;
  }

  /* line 858, sass/_mobile.scss */
  .program_hr {
    padding-top: 61px;
  }

  /* line 861, sass/_mobile.scss */
  .sub-nav {
    float: right;
    font-size: 1.4rem;
    color: #3f454b;
    padding-top: 19px;
    padding-bottom: 40px;
  }
  /* line 867, sass/_mobile.scss */
  .sub-nav li {
    float: left;
    padding-left: 6px;
  }
  /* line 870, sass/_mobile.scss */
  .sub-nav li:last-child {
    font-weight: 500;
  }
  /* line 873, sass/_mobile.scss */
  .sub-nav li img {
    padding-right: 4px;
  }

  /* line 878, sass/_mobile.scss */
  .sub-header {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  /* line 881, sass/_mobile.scss */
  .sub-header h4 {
    font-size: 1.3rem;
    line-height: normal;
  }
  /* line 885, sass/_mobile.scss */
  .sub-header h2 {
    font-size: 3rem;
    line-height: 1.33;
    padding-top: 9px;
    padding-bottom: 0px;
  }
  /* line 891, sass/_mobile.scss */
  .sub-header p {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 36px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /* line 898, sass/_mobile.scss */
  .sub-header .btn-dataroom {
    width: 237px;
    line-height: 48px;
    display: inline-block;
    padding: 0;
    background-position: 210px 18px;
    margin-top: 20px;
    text-align: left;
    padding-left: 16px;
  }
  /* line 908, sass/_mobile.scss */
  .sub-header.hall {
    padding-bottom: 60px;
  }

  /* line 912, sass/_mobile.scss */
  .sub-main-banner {
    width: 100%;
    height: auto;
    padding-bottom: 83.6%;
  }
  /* line 916, sass/_mobile.scss */
  .sub-main-banner h3 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.33;
    padding-top: 47px;
    padding-left: 31px;
  }

  /* line 925, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab {
    display: flex;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    background-color: #f7f5f2;
    border-top: solid 1px #c0bab1;
    border-bottom: solid 1px #c0bab1;
    transition: .3s ease-in-out;
  }
  /* line 934, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab div {
    width: 100%;
  }
  /* line 936, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab div li {
    /*width: 100%;*/
    border: none;
    background-color: inherit;
  }
  /* line 940, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab div li.on, .sub-tab-wrap .sub-tab div li:hover {
    background-color: inherit;
  }
  /* line 942, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab div li.on a, .sub-tab-wrap .sub-tab div li:hover a {
    border-bottom: 0;
    color: #585e64;
  }
  /* line 947, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab div li a {
    color: #585e64;
    padding-left: 9px;
    padding-right: 9px;
    font-weight: normal;
  }
  /* line 954, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab div li.click a {
    border-bottom: solid 2px #003c1e;
    color: #003c1e;
  }
  /* line 963, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab.strength div li {
    width: auto;
  }
  /* line 966, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab.fixed {
    display: block;
    top: 63px;
    height: 44px;
    background-color: #f7f5f2;
    z-index: 30;
  }
  /* line 973, sass/_mobile.scss */
  .sub-tab-wrap .sub-tab.fixed div li {
    width: 0;
  }

  /* line 981, sass/_mobile.scss */
  .tab-data {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 28%;
    height: auto;
  }
  /* line 987, sass/_mobile.scss */
  .tab-data li {
    height: 44px;
    width: 33.333333%;
    background-color: #fff;
    border: 0;
    border-right: solid 1px #e7e3de;
    border-top: solid 1px #e7e3de;
  }
  /* line 994, sass/_mobile.scss */
  .tab-data li a {
    font-size: 1.2rem;
    line-height: 44px;
    color: #3f454b;
    font-weight: normal;
    border: 0;
  }
  /* line 1001, sass/_mobile.scss */
  .tab-data li.on, .tab-data li:hover {
    border: solid 1px #003c1e !important;
    margin-left: 0;
  }
  /* line 1004, sass/_mobile.scss */
  .tab-data li.on a, .tab-data li:hover a {
    color: #003c1e;
    font-weight: bold;
  }
  /* line 1009, sass/_mobile.scss */
  .tab-data li:first-child, .tab-data li:nth-child(4) {
    border-left: solid 1px #e7e3de;
  }
  /* line 1012, sass/_mobile.scss */
  /* 기후후원 */
  .tab-data li:nth-child(4), .tab-data li:nth-child(5), .tab-data li:nth-child(6), .tab-data li:nth-child(7)   {
    border-bottom: solid 1px #e7e3de;
  }

    /* 지난사업 */
  /*.tab-data li:nth-child(7) {*/
  /*  border-bottom: solid 1px #e7e3de;*/
  /*  border-left: solid 1px #e7e3de;*/
  /*}*/

  /* line 1019, sass/_mobile.scss */
  .tab-category {
    width: 100%;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 1024, sass/_mobile.scss */
  .tab-category ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
  }
  /* line 1030, sass/_mobile.scss */
  .tab-category ul li {
    float: left;
    color: #4d9a89;
    font-size: 1.3rem;
    line-height: 1.54;
    text-align: center;
    padding: 0 14px;
    padding-bottom: 9px;
  }
  /* line 1038, sass/_mobile.scss */
  .tab-category ul li.on, .tab-category ul li:hover {
    font-weight: 500;
    color: #003c1e;
    border-bottom: solid 2px #003c1e;
  }
  /* line 1043, sass/_mobile.scss */
  .tab-category ul li:last-child {
    margin-top: 0;
  }

  /* line 1051, sass/_mobile.scss */
  .entrepreneurship, .startup, .strength {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* line 1055, sass/_mobile.scss */
  .left-content {
    width: 100%;
    padding: 0;
  }
  /* line 1058, sass/_mobile.scss */
  .left-content h3 {
    font-size: 2.6rem;
    line-height: 1.38;
    margin-bottom: 60px;
    margin-top: 0;
    padding-left: 4.266666%;
    border-left: solid 4px #707984;
  }
  /* line 1065, sass/_mobile.scss */
  .left-content h3 br {
    display: none;
  }
  /* line 1070, sass/_mobile.scss */
  .left-content div p {
    color: #3f454b;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /* line 1076, sass/_mobile.scss */
  .left-content > a {
    width: 100%;
    height: 60px;
    padding: 11px 10.666666%;
    padding-right: 70px;
    background-size: 16px;
    margin-bottom: 60px;
    background-image: url("images/btn-a-arrow-green.png");
    background-color: #003c1e;
    color: #fff;
    background-size: 16px;
    background-position: 275px 23px;
  }
  /* line 1088, sass/_mobile.scss */
  .left-content > a:hover {
    background-position: 275px 23px;
  }

  /* line 1093, sass/_mobile.scss */
  .count {
    display: table;
    width: 80%;
    margin: 0 auto;
  }
  /* line 1097, sass/_mobile.scss */
  .count li {
    display: table-cell;
    width: 33.333333%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
  }
  /* line 1104, sass/_mobile.scss */
  .count li img {
    width: 88px;
    height: 88px;
  }
  /* line 1108, sass/_mobile.scss */
  .count li p {
    color: #003c1e;
    text-align: center;
  }
  /* line 1111, sass/_mobile.scss */
  .count li p span {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.33;
  }
  /* line 1118, sass/_mobile.scss */
  .count.num2 {
    width: 50%;
  }

  /* line 1122, sass/_mobile.scss */
  .right-content {
    width: 100%;
    height: auto;
    float: none;
    border-left: none;
  }
  /* line 1127, sass/_mobile.scss */
  .right-content .right-content-bottom {
    width: 100%;
    float: none;
  }
  /* line 1130, sass/_mobile.scss */
  .right-content .right-content-bottom.list {
    padding-top: 32px;
    top: 450px;
  }
  /* line 1134, sass/_mobile.scss */
  .right-content .right-content-bottom .bottom-title {
    margin-bottom: 16px;
  }
  /* line 1136, sass/_mobile.scss */
  .right-content .right-content-bottom .bottom-title h5 {
    font-size: 2.2rem;
    line-height: 1.45;
    padding-bottom: 4px;
  }
  /* line 1141, sass/_mobile.scss */
  .right-content .right-content-bottom .bottom-title .btn-more {
    padding-top: 5px;
    background-position: 49px 10px !important;
  }
  /* line 1148, sass/_mobile.scss */
  .right-content .right-content-bottom .bx-viewport > ul > li {
    width: 100% !important;
  }
  /* line 1153, sass/_mobile.scss */
  .right-content .right-content-bottom .bx-controls {
    z-index: 20;
  }
  /* line 1157, sass/_mobile.scss */
  .right-content .right-content-bottom li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* line 1162, sass/_mobile.scss */
  .right-content .right-content-bottom li a img {
    width: 100%;
    height: auto;
  }
  /* line 1168, sass/_mobile.scss */
  .right-content .right-content-bottom h6 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #3f454b;
    text-align: center;
    padding-top: 8px;
  }
  /* line 1176, sass/_mobile.scss */
  .right-content .right-content-bottom .video-link {
    width: 100%;
    height: auto;
  }
  /* line 1179, sass/_mobile.scss */
  .right-content .right-content-bottom .video-link .bottom-video {
    height: auto;
    margin-bottom: 60px;
  }
  /* line 1182, sass/_mobile.scss */
  .right-content .right-content-bottom .video-link .bottom-video:before, .right-content .right-content-bottom .video-link .bottom-video:hover:before {
    content: '';
    background-color: rgba(31, 31, 31, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    padding-bottom: 63.1%;
    z-index: 5;
  }
  /* line 1192, sass/_mobile.scss */
  .right-content .right-content-bottom .video-link .bottom-video:after, .right-content .right-content-bottom .video-link .bottom-video:hover:after {
    content: '';
    background-image: url("images/play-btn.svg");
    background-repeat: no-repeat;
    background-size: 53px;
    display: inline-block;
    position: absolute;
    width: 53px;
    height: 53px;
    z-index: 6;
    top: 50%;
    left: 50%;
    margin-left: -26.5px;
    margin-top: -26.5px;
  }
  /* line 1207, sass/_mobile.scss */
  .right-content .right-content-bottom .video-link .bottom-video div {
    width: 100%;
    height: auto;
    padding-bottom: 63.1%;
  }
  /* line 1214, sass/_mobile.scss */
  .right-content .right-content-bottom .bx-wrapper .bx-controls {
    top: inherit;
    bottom: 20px;
  }
  /* line 1217, sass/_mobile.scss */
  .right-content .right-content-bottom .bx-wrapper .bx-controls .bx-controls-direction {
    right: 0;
  }
  /* line 1219, sass/_mobile.scss */
  .right-content .right-content-bottom .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, .right-content .right-content-bottom .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    width: 10px;
    height: 17px;
    top: 50%;
  }
  /* line 1224, sass/_mobile.scss */
  .right-content .right-content-bottom .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    background-image: url("images/program-left.svg");
    left: 0;
  }
  /* line 1228, sass/_mobile.scss */
  .right-content .right-content-bottom .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    background-image: url("images/program-right.svg");
    left: 96%;
  }

  /* line 1238, sass/_mobile.scss */
  .h-dataroom {
    height: 141px;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 1242, sass/_mobile.scss */
  .h-dataroom.height-big {
    height: 210px;
  }

  /* line 1246, sass/_mobile.scss */
  .sub-wrap {
    width: 100%;
  }
  /* line 1248, sass/_mobile.scss */
  .sub-wrap .data-list {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 32px;
  }
  /* line 1252, sass/_mobile.scss */
  .sub-wrap .data-list li {
    margin-right: 0;
    margin-bottom: 60px;
  }
  /* line 1256, sass/_mobile.scss */
  .sub-wrap .data-list li article h5 {
    padding-top: 15px;
  }
  /* line 1263, sass/_mobile.scss */
  .sub-wrap .data-list.publi a {
    width: 100%;
    height: auto;
    padding-bottom: 113.3%;
  }
  /* line 1268, sass/_mobile.scss */
  .sub-wrap .data-list.publi > li {
    width: 48.7%;
  }
  /* line 1270, sass/_mobile.scss */
  .sub-wrap .data-list.publi > li:nth-child(4n+0) {
    width: 48.7%;
    margin-right: 0;
  }
  /* line 1274, sass/_mobile.scss */
  .sub-wrap .data-list.publi > li:nth-child(2n) {
    float: right;
  }
  /* line 1279, sass/_mobile.scss */
  .sub-wrap .data-list.video {
    height: auto;
  }
  /* line 1281, sass/_mobile.scss */
  .sub-wrap .data-list.video li {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 60px;
  }
  /* line 1286, sass/_mobile.scss */
  .sub-wrap .data-list.video li a {
    width: 100%;
    height: auto;
    padding-bottom: 55.9%;
  }
  /* line 1290, sass/_mobile.scss */
  .sub-wrap .data-list.video li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 236, 233, 0.6);
    top: 0;
    z-index: 5;
  }
  /* line 1299, sass/_mobile.scss */
  .sub-wrap .data-list.video li a:after {
    content: '';
    background-image: url("images/play-btn.svg");
    background-repeat: no-repeat;
    background-size: 53px;
    display: inline-block;
    position: absolute;
    width: 53px;
    height: 53px;
    z-index: 6;
    top: 50%;
    left: 50%;
    margin-left: -26.5px;
    margin-top: -26.5px;
  }
  /* line 1318, sass/_mobile.scss */
  .sub-wrap .data-list.blog > li {
    height: auto;
    margin-bottom: 60px;
  }
  /* line 1321, sass/_mobile.scss */
  .sub-wrap .data-list.blog > li > a {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    padding-bottom: 64.3%;
  }
  /* line 1328, sass/_mobile.scss */
  .sub-wrap .data-list.blog > li div {
    width: 100%;
    height: auto;
  }
  /* line 1331, sass/_mobile.scss */
  .sub-wrap .data-list.blog > li div h4 {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 1343, sass/_mobile.scss */
  .sub-wrap .data-list.blog > li div h5 {
    padding-top: 15px;
  }
  /* line 1346, sass/_mobile.scss */
  .sub-wrap .data-list.blog > li div h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  /* line 1355, sass/_mobile.scss */
  .sub-wrap .data-list.blog > li div p {
    font-size: 1.4rem;
    position: relative;
    display: block;
    padding-top: 21px;
    left: 0;
  }
  /* line 1366, sass/_mobile.scss */
  .sub-wrap .data-list.newsletter li {
    float: none;
    margin-bottom: 60px;
    margin-right: 0px;
    position: relative;
    padding-bottom: 42px;
  }
  /* line 1372, sass/_mobile.scss */
  .sub-wrap .data-list.newsletter li div {
    display: block;
  }
  /* line 1374, sass/_mobile.scss */
  .sub-wrap .data-list.newsletter li div h3 {
    width: 100%;
    margin-bottom: 16px;
  }
  /* line 1378, sass/_mobile.scss */
  .sub-wrap .data-list.newsletter li div h6 {
    position: absolute;
    bottom: 0;
  }
  /* line 1382, sass/_mobile.scss */
  .sub-wrap .data-list.newsletter li div p {
    width: 100%;
    padding: 0;
    -webkit-line-clamp: 5;
  }

  /* line 1394, sass/_mobile.scss */
  .dataroom-list.pa35 {
    padding-top: 35px;
  }

  /* line 1398, sass/_mobile.scss */
  .content-banner {
    width: calc(100% - 16px);
    height: auto;
    padding-bottom: 80%;
    background-image: url("images/foundation-m.png");
    background-position: center;
  }
  /* line 1404, sass/_mobile.scss */
  .content-banner p {
    font-color: #003c1e;
    display: inline-block;
    margin-top: 275px;
    float: right;
    margin-right: 12px;
    margin-left: 12px;
    width: 122px;
    height: 20px;
    text-indent: -9999px;
    background-image: url("images/intro-asan.svg");
    background-repeat: no-repeat;
  }
  /* line 1417, sass/_mobile.scss */
  .content-banner div {
    position: absolute;
    right: 324px;
    top: 26px;
  }

  /* line 1425, sass/_mobile.scss */
  .title hr {
    width: 100% !important;
    height: auto;
    float: none;
  }
  /* line 1429, sass/_mobile.scss */
  .title hr:nth-child(3) {
    display: none;
  }
  /* line 1433, sass/_mobile.scss */
  .title h5 {
    float: none;
    display: block;
    text-align: center;
    padding: 0;
    padding-top: 55px;
    padding-bottom: 6px;
  }
  /* line 1441, sass/_mobile.scss */
  .title h3 {
    padding-bottom: 60px;
  }

  /* line 1447, sass/_mobile.scss */
  #introduce .one {
    width: 100%;
    padding: 0 8px;
  }
  /* line 1450, sass/_mobile.scss */
  #introduce .one h3 {
    font-size: 2.6rem;
    line-height: 1.38;
    padding-top: 60px;
    padding-bottom: 52px;
    padding-right: 13px;
    padding-bottom: 32px;
  }
  /* line 1457, sass/_mobile.scss */
  #introduce .one h3 br {
    display: none;
  }
  /* line 1461, sass/_mobile.scss */
  #introduce .one p {
    font-size: 1.6rem;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 32px;
  }
  /* line 1466, sass/_mobile.scss */
  #introduce .one p:nth-child(2) {
    display: none;
  }
  /* line 1471, sass/_mobile.scss */
  #introduce p {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 1.6rem;
    text-align: left;
  }
  /* line 1476, sass/_mobile.scss */
  #introduce p:first-child {
    padding-bottom: 32px;
  }
  /* line 1480, sass/_mobile.scss */
  #introduce .circle {
    width: 828px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 36px;
  }
  /* line 1487, sass/_mobile.scss */
  #introduce .two {
    text-align: center;
    padding-bottom: 36px;
  }
  /* line 1490, sass/_mobile.scss */
  #introduce .two .sub-wrap {
    padding: 0 8px;
  }
  /* line 1494, sass/_mobile.scss */
  #introduce .three {
    width: 100%;
    background-color: #fff;
    height: auto;
  }
  /* line 1498, sass/_mobile.scss */
  #introduce .three .sub-wrap {
    padding: 0 8px;
  }
  /* line 1501, sass/_mobile.scss */
  #introduce .three ul {
    background-color: #e2ece9;
    padding: 0 0 61px 4.533333%;
    display: block;
    height: 509px;
  }
  /* line 1506, sass/_mobile.scss */
  #introduce .three ul li {
    width: 100%;
    clear: both;
    padding-top: 60px;
    display: block;
  }
  /* line 1511, sass/_mobile.scss */
  #introduce .three ul li p:first-child {
    float: left;
    border: solid 1px #4d9a89;
    margin-right: 18px;
    text-align: center;
  }
  /* line 1517, sass/_mobile.scss */
  #introduce .three ul li p:last-child {
    font-size: 1.6rem;
    padding-top: 24px;
    padding-right: 0;
  }
  /* line 1522, sass/_mobile.scss */
  #introduce .three ul li:last-child {
    padding-top: 72px;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1528, sass/_mobile.scss */
  #introduce .three ul li.vision p:last-child {
    padding-top: 45px;
  }
  /* line 1534, sass/_mobile.scss */
  #introduce .three ul:before {
    display: none;
  }
  /* line 1537, sass/_mobile.scss */
  #introduce .three ul:after {
    content: '';
    width: 1px;
    height: 72px;
    top: 50%;
    left: 94px;
    margin-top: -37px;
    background-color: #4d9a89;
    position: absolute;
  }
  /* line 1548, sass/_mobile.scss */
  #introduce .four {
    padding: 0;
  }
  /* line 1550, sass/_mobile.scss */
  #introduce .four .sub-wrap {
    position: relative;
  }
  /* line 1551, sass/_mobile.scss */
  #introduce .four .left {
    margin: 32px auto;
    width: 222px;
    height: 622px;
    padding-top: 34px;
    display: block;
  }
  /* line 1557, sass/_mobile.scss */
  #introduce .four .left::before {
    left: 50%;
    top: 190px;
    margin-top: 0;
  }
  /* line 1563, sass/_mobile.scss */
  #introduce .four .left li:first-child {
    margin-top: 0;
  }
  /* line 1566, sass/_mobile.scss */
  #introduce .four .left li p:first-child {
    padding: 0px;
    padding-top: 5px;
    padding-left: 13px;
  }
  /* line 1571, sass/_mobile.scss */
  #introduce .four .left li p:last-child {
    text-align: center;
  }
  /* line 1576, sass/_mobile.scss */
  #introduce .four .right {
    position: inherit;
    display: block;
    left: 0;
  }
  /* line 1580, sass/_mobile.scss */
  #introduce .four .right dl {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0;
  }
  /* line 1585, sass/_mobile.scss */
  #introduce .four .right dl:nth-child(4) {
    border: none;
    padding: 0;
  }
  /* line 1589, sass/_mobile.scss */
  #introduce .four .right dl dt {
    float: none;
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
    padding-left: 29px;
    padding-right: 30px;
  }
  /* line 1597, sass/_mobile.scss */
  #introduce .four .right dl dd {
    padding-bottom: 16px;
    padding-left: 29px;
    padding-right: 30px;
  }
  /* line 1604, sass/_mobile.scss */
  #introduce .four .intro-m-title {
    display: block;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 18px;
    margin-top: 31px;
    background-color: #4d9a89;
    height: 44px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 16px;
  }
  /* line 1617, sass/_mobile.scss */
  #introduce .four .intro-m-title span {
    font-family: Montserrat;
    padding-right: 13px;
  }

  /* line 1626, sass/_mobile.scss */
  #greeting {
    margin-bottom: 0px;
  }
  /* line 1629, sass/_mobile.scss */
  #greeting .title.honorary {
    margin-bottom: 0px;
  }
  /* line 1631, sass/_mobile.scss */
  #greeting .title.honorary hr {
    width: 100%;
    margin-bottom: 54px;
  }
  /* line 1635, sass/_mobile.scss */
  #greeting .title.honorary h5 {
    padding-top: 0px;
  }
  /* line 1639, sass/_mobile.scss */
  #greeting .title.chairman {
    margin-bottom: 0px;
  }
  /* line 1641, sass/_mobile.scss */
  #greeting .title.chairman hr {
    width: 100%;
  }
  /* line 1646, sass/_mobile.scss */
  #greeting .gretting-detail {
    width: 100%;
    margin: 0 auto;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 0px;
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 1654, sass/_mobile.scss */
  #greeting .gretting-detail li {
    display: block;
  }
  /* line 1656, sass/_mobile.scss */
  #greeting .gretting-detail li:first-child {
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
    float: none;
  }
  /* line 1661, sass/_mobile.scss */
  #greeting .gretting-detail li:first-child p {
    padding: 0px;
    margin-bottom: 32px;
  }
  /* line 1666, sass/_mobile.scss */
  #greeting .gretting-detail li:last-child {
    display: block;
    width: 237px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 1671, sass/_mobile.scss */
  #greeting .gretting-detail li:last-child img {
    width: 100%;
  }
  /* line 1673, sass/_mobile.scss */
  #greeting .gretting-detail li:last-child img:last-child {
    width: 180px;
  }
  /* line 1677, sass/_mobile.scss */
  #greeting .gretting-detail li:last-child p {
    padding-top: 28px;
    padding-bottom: 8px;
  }

  /* line 1688, sass/_mobile.scss */
  #management .sub-header p {
    font-size: 2.6rem;
    padding-top: 60px;
    padding-bottom: 24px;
    margin-top: 36px;
    text-align: center;
    word-break: break-word;
    border-top: solid 1px #e7e3de;
  }
  /* line 1696, sass/_mobile.scss */
  #management .sub-header p br {
    display: none;
  }
  /* line 1701, sass/_mobile.scss */
  #management p {
    width: 100%;
    padding-bottom: 32px;
    padding-left: 21px;
    padding-right: 21px;
    text-align: left;
    word-break: break-all;
  }
  /* line 1708, sass/_mobile.scss */
  #management p br {
    display: none;
  }
  /* line 1709, sass/_mobile.scss */
  #management p br:first-child, #management p br:nth-child(2) {
    display: block;
  }
  /* line 1717, sass/_mobile.scss */
  #management .title.annual hr {
    display: none;
  }
  /* line 1720, sass/_mobile.scss */
  #management .title.annual h5 {
    padding-top: 0;
  }
  /* line 1724, sass/_mobile.scss */
  #management .title hr {
    width: 100% !important;
  }
  /* line 1728, sass/_mobile.scss */
  #management .list {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }
  /* line 1732, sass/_mobile.scss */
  #management .list div {
    width: 100%;
  }
  /* line 1734, sass/_mobile.scss */
  #management .list div li {
    margin: 0px;
    width: 47.888888%;
    margin-right: 2.228412%;
  }
  /* line 1739, sass/_mobile.scss */
  #management .list div li a div, #management .list div li a h6 {
    width: 100%;
    height: auto;
  }
  /* line 1743, sass/_mobile.scss */
  #management .list div li a h6 {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 66px;
  }
  /* line 1749, sass/_mobile.scss */
  #management .list div li img {
    width: 100%;
  }
  /* line 1752, sass/_mobile.scss */
  #management .list div li:nth-child(2n) {
    text-align: right;
    margin-right: 0;
  }
  /* line 1757, sass/_mobile.scss */
  #management .list div li:nth-child(5n+0) {
    margin-right: 2.228412%;
  }
  /* line 1763, sass/_mobile.scss */
  #management .btn-read {
    font-size: 1.6rem;
    width: 56.8%;
    line-height: 52px;
    padding: 0;
    margin-bottom: 60px;
    background-color: #003c1e;
    border-color: #003c1e;
    color: #fff;
  }

  /* line 1778, sass/_mobile.scss */
  #people .title.board hr {
    width: 100%;
  }
  /* line 1782, sass/_mobile.scss */
  #people .title.organi {
    clear: both;
  }
  /* line 1784, sass/_mobile.scss */
  #people .title.organi hr {
    width: 100%;
  }
  /* line 1789, sass/_mobile.scss */
  #people .person {
    width: 100%;
    padding-left: 14.666666%;
    padding-right: 14.4%;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1795, sass/_mobile.scss */
  #people .person li {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    clear: both;
    padding: 0;
    margin-bottom: 30px;
  }
  /* line 1803, sass/_mobile.scss */
  #people .person li h5 {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 8px !important;
    padding-bottom: 10px;
    display: inline-block;
  }
  /* line 1810, sass/_mobile.scss */
  #people .person li p {
    width: 60.150375%;
    display: inline-block;
  }
  /* line 1814, sass/_mobile.scss */
  #people .person li:last-child {
    margin-bottom: 0px !important;
  }
  /* line 1817, sass/_mobile.scss */
  #people .person li img {
    width: 35.7142857%;
    height: auto;
    margin-bottom: 30px;
  }
  /* line 1824, sass/_mobile.scss */
  #people .chart {
    width: 100%;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 8px;
  }
  /* line 1829, sass/_mobile.scss */
  #people .chart h4 {
    font-size: 1.8rem;
    font-weight: 1.33;
    color: #003c1e;
  }
  /* line 1834, sass/_mobile.scss */
  #people .chart p {
    font-size: 1.3rem;
    line-height: 1.54;
    color: #4d9a89;
  }
  /* line 1839, sass/_mobile.scss */
  #people .chart h5 {
    clear: both;
    color: #3f454b;
  }
  /* line 1842, sass/_mobile.scss */
  #people .chart h5 span {
    color: #4d9a89;
    margin-bottom: 10px;
  }
  #people .chart h5 span.email {
    font-size: 1rem;
    min-width: 0;
    display: inline-block;
    word-break: break-all;
    padding: 0 10px;
  }
  /* line 1847, sass/_mobile.scss */
  #people .chart div:nth-child(2) {
    margin-bottom: 30px;
  }
  /* line 1848, sass/_mobile.scss */
  #people .chart div:nth-child(2):before {
    height: 30px;
    margin-bottom: -31px;
  }
  /* line 1852, sass/_mobile.scss */
  #people .chart div:nth-child(2):after {
    display: none;
  }
  /* line 1859, sass/_mobile.scss */
  #people .chart ul > li {
    width: 100%;
  }
  /* line 1861, sass/_mobile.scss */
  #people .chart ul > li article {
    width: 100%;
    height: auto;
    background-size: 14px;
    background-position: 93.4%;
    padding-top: 16px;
    padding-bottom: 15px;
  }
  /* line 1868, sass/_mobile.scss */
  #people .chart ul > li article h4, #people .chart ul > li article p {
    display: block;
    text-align: center;
    padding: 0;
  }
  /* line 1873, sass/_mobile.scss */
  #people .chart ul > li article h4 {
    font-weight: 500;
    padding-bottom: 5px;
  }
  /* line 1879, sass/_mobile.scss */
  #people .chart ul .team-list {
    padding-left: 2.666666%;
    padding-right: 2.666666%;
  }
  /* line 1882, sass/_mobile.scss */
  #people .chart ul .team-list > li {
    width: 28.333333%;
    margin-right: 7.2%;
    margin-top: 20px;
    float: left;
  }
  /* line 1887, sass/_mobile.scss */
  #people .chart ul .team-list > li:nth-child(3n+0) {
    margin-right: 0px;
  }
  /* line 1890, sass/_mobile.scss */
  #people .chart ul .team-list > li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  /* line 1895, sass/_mobile.scss */
  #people .chart ul .team-list > li h5 {
    font-size: 1.5rem;
    font-weight: normal;
  }
  /* line 1900, sass/_mobile.scss */
  #people .chart ul .team-list.on {
    display: block;
  }
  /* line 1905, sass/_mobile.scss */
  #people .chart .chart-menu {
    position: relative;
  }
  /* line 1907, sass/_mobile.scss */
  #people .chart .chart-menu > li {
    width: 100%;
    display: block;
  }
  /* line 1910, sass/_mobile.scss */
  #people .chart .chart-menu > li article {
    height: 80px;
    background-position: 324px;
  }
  /* line 1913, sass/_mobile.scss */
  #people .chart .chart-menu > li article h4,
  #people .chart .chart-menu > li article p {
    display: block;
  }
  /* line 1917, sass/_mobile.scss */
  #people .chart .chart-menu > li article h4 {
    padding: 0;
  }
  /* line 1920, sass/_mobile.scss */
  #people .chart .chart-menu > li article p {
    padding: 0;
  }
  /* line 1925, sass/_mobile.scss */
  #people .chart .chart-menu .team-list {
    padding-left: 0;
    padding-bottom: 40px;
    display: none;
  }
  /* line 1929, sass/_mobile.scss */
  #people .chart .chart-menu .team-list > li {
    width: 33.3333%;
    margin-right: 0;
    margin-top: 41px;
    float: left;
  }
  /* line 1934, sass/_mobile.scss */
  #people .chart .chart-menu .team-list > li img {
    width: 95px;
    height: auto;
    border-radius: 50%;
  }
  /* line 1941, sass/_mobile.scss */
  #people .chart .chart-menu.list01 {
    padding-bottom: 30px;
  }
  /* line 1943, sass/_mobile.scss */
  #people .chart .chart-menu.list01:before {
    display: none;
  }
  /* line 1946, sass/_mobile.scss */
  #people .chart .chart-menu.list01:after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background-color: #4d9a89;
    left: 50%;
    bottom: 0;
  }
  /* line 1955, sass/_mobile.scss */
  #people .chart .chart-menu.list01 > li {
    margin-left: 0;
  }
  /* line 1957, sass/_mobile.scss */
  #people .chart .chart-menu.list01 > li article {
    background-position: 324px;
  }
  /* line 1961, sass/_mobile.scss */
  #people .chart .chart-menu.list01 .team-list {
    padding-left: 0;
  }
  /* line 1963, sass/_mobile.scss */
  #people .chart .chart-menu.list01 .team-list > li {
    width: 33.3333%;
    margin-right: 0;
    margin-top: 40px;
  }

  /* line 1976, sass/_mobile.scss */
  .history-wrap, .newsletter-wrap {
    width: 100%;
  }
  /* line 1978, sass/_mobile.scss */
  .history-wrap .left, .history-wrap .right, .newsletter-wrap .left, .newsletter-wrap .right {
    display: none;
  }

  /* line 1982, sass/_mobile.scss */
  .history-year, .newsletter-year {
    width: 100%;
    padding-left: 8px;
    overflow-x: scroll;
    margin-top: 0;
  }
  /* line 1988, sass/_mobile.scss */
  .history-year > li > a, .newsletter-year > li > a {
    width: 91px;
    border-top: solid 1px #e7e3de;
    border-right: 0px;
  }
  /* line 1992, sass/_mobile.scss */
  .history-year > li > a:first-child, .newsletter-year > li > a:first-child {
    border-left: solid 1px #e7e3de;
  }
  /* line 1995, sass/_mobile.scss */
  .history-year > li > a.on, .newsletter-year > li > a.on {
    border-left: solid 1px #003c1e;
    border-right: solid 1px #003c1e;
  }

  /* line 2002, sass/_mobile.scss */
  .newsletter-wrap {
    margin-top: 11px;
  }
  /* line 2004, sass/_mobile.scss */
  .newsletter-wrap .newsletter-year {
    padding-right: 8px;
    overflow: hidden;
  }
  /* line 2007, sass/_mobile.scss */
  .newsletter-wrap .newsletter-year > li {
    width: 33.333333%;
    display: inline-block;
  }
  /* line 2010, sass/_mobile.scss */
  .newsletter-wrap .newsletter-year > li > a {
    width: 100%;
  }
  /* line 2014, sass/_mobile.scss */
  .newsletter-wrap .newsletter-year > li:last-child a {
    border-right: solid 1px #e7e3de;
  }
  /* line 2016, sass/_mobile.scss */
  .newsletter-wrap .newsletter-year > li:last-child a.on {
    border-right: solid 1px #003c1e;
  }

  /* line 2025, sass/_mobile.scss */
  .history-detail {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }
  /* line 2029, sass/_mobile.scss */
  .history-detail .item {
    display: none;
  }
  /* line 2031, sass/_mobile.scss */
  .history-detail .item:first-child {
    display: block;
  }
  /* line 2035, sass/_mobile.scss */
  .history-detail p {
    font-size: 3rem !important;
    padding-left: 25px !important;
    padding-top: 60px;
    color: #4d9a89;
  }
  /* line 2041, sass/_mobile.scss */
  .history-detail dl {
    padding-left: 0;
    line-height: 1.43;
    font-size: 1.4rem;
    padding-top: 27px;
  }
  /* line 2046, sass/_mobile.scss */
  .history-detail dl:before {
    left: 53px;
    top: 0;
  }
  /* line 2050, sass/_mobile.scss */
  .history-detail dl:after {
    top: 4px;
    left: 57px;
  }
  /* line 2054, sass/_mobile.scss */
  .history-detail dl dt {
    width: 40px;
    height: 24px;
    padding-top: 55px;
  }
  /* line 2059, sass/_mobile.scss */
  .history-detail dl dt:before {
    left: 56px;
    top: 60px;
  }
  /* line 2063, sass/_mobile.scss */
  .history-detail dl dt:after {
    width: 1px;
    height: 68px;
    top: -10px;
    left: 60px;
  }
  /* line 2070, sass/_mobile.scss */
  .history-detail dl dd {
    padding-top: 56px;
    height: 80px;
    padding-left: 80px;
  }

  /* line 2077, sass/_mobile.scss */
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 7px;
  }

  /* line 2081, sass/_mobile.scss */
  .news-table {
    width: 100%;
  }
  /* line 2085, sass/_mobile.scss */
  .news-table thead tr th {
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
  }
  /* line 2089, sass/_mobile.scss */
  .news-table thead tr th:first-child {
    display: table-cell;
  }
  /* line 2092, sass/_mobile.scss */
  .news-table thead tr th:last-child {
    display: none;
  }
  /* line 2100, sass/_mobile.scss */
  .news-table tbody tr td {
    padding: 0;
    display: block;
  }
  /* line 2103, sass/_mobile.scss */
  .news-table tbody tr td:first-child {
    display: table-cell;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /* line 2109, sass/_mobile.scss */
  .news-table tbody tr td:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 4px;
    padding-right: 10px;
    word-break: break-all;
    text-align: justify;
  }
  /* line 2117, sass/_mobile.scss */
  .news-table tbody tr td:last-child {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.62;
    color: #707984;
    padding-bottom: 19px;
  }
  /* line 2129, sass/_mobile.scss */
  .news-table .important tr td {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2132, sass/_mobile.scss */
  .news-table .important tr td:nth-child(2) {
    font-weight: 500;
  }

  /* line 2143, sass/_mobile.scss */
  .view-detail .title {
    height: auto;
    padding: 0 3.466666%;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative;
  }
  /* line 2149, sass/_mobile.scss */
  .view-detail .title h3 {
    width: 100%;
    height: auto;
    font-size: 2.2rem !important;
    line-height: 1.45;
    font-weight: normal;
    color: #0c5a49;
    display: block;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 2161, sass/_mobile.scss */
  .view-detail .title .right {
    display: block;
    width: 100%;
    text-align: left;
  }
  /* line 2165, sass/_mobile.scss */
  .view-detail .title .right p {
    font-size: 1.3rem;
    line-height: 1.62;
    color: #707984;
    float: left;
    position: absolute;
    bottom: 19px;
  }
  /* line 2173, sass/_mobile.scss */
  .view-detail .title .right ul {
    float: right;
    position: absolute;
    bottom: 18px;
    right: 8.635097%;
  }
  /* line 2181, sass/_mobile.scss */
  .view-detail .content {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.43;
    padding: 0 3.466666%;
    padding-bottom: 60px;
  }
  /* line 2187, sass/_mobile.scss */
  .view-detail .content img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  /* line 2192, sass/_mobile.scss */
  .view-detail .content p {
    padding-right: 0;
  }
  /* line 2196, sass/_mobile.scss */
  .view-detail .content .tag a {
    margin-top: 32px;
    margin-bottom: 30px;
    display: inline-block;
  }

  /* line 2205, sass/_mobile.scss */
  .btn-list {
    margin-top: 42px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }
  /* line 2211, sass/_mobile.scss */
  .btn-list span {
    padding-bottom: 5px;
    border-bottom: solid 2px #003c1e;
  }
  /* line 2214, sass/_mobile.scss */
  .btn-list span:before {
    display: none;
  }

  /* line 2222, sass/_mobile.scss */
  #asanchung .sub-wrap {
    padding: 0 8px;
  }
  /* line 2225, sass/_mobile.scss */
  #asanchung .life {
    padding-top: 90px;
  }
  /* line 2228, sass/_mobile.scss */
  #asanchung .analects {
    padding-top: 123px;
  }
  /* line 2232, sass/_mobile.scss */
  #asanchung .content .content-top {
    height: auto;
    padding-bottom: 128%;
  }
  /* line 2235, sass/_mobile.scss */
  #asanchung .content .content-top .text {
    padding: 38px 13px;
    width: 88.8%;
    height: auto;
  }
  /* line 2239, sass/_mobile.scss */
  #asanchung .content .content-top .text h2 {
    font-size: 2.6rem;
    line-height: 1.38;
  }
  /* line 2243, sass/_mobile.scss */
  #asanchung .content .content-top .text h3 {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.56;
    margin: 0;
  }
  /* line 2248, sass/_mobile.scss */
  #asanchung .content .content-top .text h3 br:last-child {
    display: none;
  }
  /* line 2253, sass/_mobile.scss */
  #asanchung .content .content-top img {
    width: 92.757660%;
    height: auto;
  }
  /* line 2258, sass/_mobile.scss */
  #asanchung .content .content-bottom {
    padding: 0 13px;
  }
  /* line 2260, sass/_mobile.scss */
  #asanchung .content .content-bottom p {
    padding-bottom: 32px;
  }
  /* line 2265, sass/_mobile.scss */
  #asanchung .history-detail.chung {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
  /* line 2271, sass/_mobile.scss */
  #asanchung .history-detail.chung article:nth-child(2) dl:before {
    height: 61px;
  }
  /* line 2274, sass/_mobile.scss */
  #asanchung .history-detail.chung article:nth-child(2) dd:first-child {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 246px;
  }
  /* line 2278, sass/_mobile.scss */
  #asanchung .history-detail.chung article:nth-child(2) dd:first-child .history-img {
    top: -7px !important;
  }
  /* line 2285, sass/_mobile.scss */
  #asanchung .history-detail.chung article:last-child dl dd:last-child:after {
    display: none;
  }
  /* line 2290, sass/_mobile.scss */
  #asanchung .history-detail.chung article h4 {
    padding-left: 0;
  }
  /* line 2292, sass/_mobile.scss */
  #asanchung .history-detail.chung article h4.pa30 {
    padding-left: 41px;
  }
  /* line 2296, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl {
    padding: 0px;
    padding-top: 3px;
  }
  /* line 2299, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl:before {
    left: 70px;
  }
  /* line 2302, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl:after {
    display: none;
  }
  /* line 2305, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dt {
    float: left;
    width: auto;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  /* line 2311, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dt:before {
    left: 66px;
  }
  /* line 2314, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dt:after {
    display: none;
  }
  /* line 2317, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dt.line:after {
    height: auto;
  }
  /* line 2321, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dd {
    position: relative;
    padding-bottom: 32px;
    padding-left: 0;
    margin-left: 87px;
    height: auto;
    line-height: normal;
  }
  /* line 2328, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dd.line {
    height: auto;
    padding-bottom: 30px;
  }
  /* line 2332, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dd.line:before {
    display: none;
  }
  /* line 2335, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl dd:after {
    content: '';
    width: 1px;
    height: calc(100% - 11px);
    position: absolute;
    background-color: #4d9a89;
    left: -17px;
    top: 17px;
  }
  /* line 2345, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl .history-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 22px !important;
    padding-left: 12px;
  }
  /* line 2352, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl .history-img img {
    width: 100%;
    height: auto;
  }
  /* line 2356, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl .history-img h5 {
    font-size: 1.4rem;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 4px;
  }
  /* line 2362, sass/_mobile.scss */
  #asanchung .history-detail.chung article dl .history-img p {
    line-height: normal;
    font-size: 1.4rem !important;
    color: #3f454b !important;
    padding: 0 !important;
  }
  /* line 2373, sass/_mobile.scss */
  #asanchung .analects-detail .analects-tab {
    width: 100%;
  }
  /* line 2375, sass/_mobile.scss */
  #asanchung .analects-detail .analects-tab ul {
    width: 100%;
    height: 33px;
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
    display: flex;
  }
  /* line 2382, sass/_mobile.scss */
  #asanchung .analects-detail .analects-tab ul li {
    padding: 0 21px;
    padding-bottom: 8px;
    margin: 0;
  }
  /* line 2386, sass/_mobile.scss */
  #asanchung .analects-detail .analects-tab ul li:first-child {
    margin-left: 29.866666%;
  }
  /* line 2389, sass/_mobile.scss */
  #asanchung .analects-detail .analects-tab ul li:last-child {
    padding-right: 29.866666%;
    border: 0;
  }
  /* line 2393, sass/_mobile.scss */
  #asanchung .analects-detail .analects-tab ul li:last-child.on div {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: solid 1px #003c1e;
    color: #003c1e;
    font-weight: 500;
  }
  /* line 2406, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  /* line 2410, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .asan-slider {
    position: relative;
  }
  /* line 2412, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .asan-slider > li {
    padding: 0;
    width: 100%;
  }
  /* line 2415, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .asan-slider > li.text {
    background-color: #fff;
    float: none;
    width: 100% !important;
    height: auto;
    padding: 31px 12px;
    display: table !important;
  }
  /* line 2422, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .asan-slider > li.text h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 144px;
  }
  /* line 2429, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .asan-slider > li.text h4 br {
    display: none;
  }
  /* line 2436, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .bx-wrapper {
    width: 100% !important;
    position: relative;
  }
  /* line 2439, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-viewport {
    margin-top: -32px;
    height: 204px !important;
  }
  /* line 2443, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-prev, #asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-next {
    display: none;
  }
  /* line 2446, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-pager {
    bottom: inherit;
    left: 50%;
    width: auto;
    margin-left: -33px;
    top: 310px;
  }
  /* line 2453, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .bx-wrapper .bx-controls {
    top: -106px;
  }
  /* line 2457, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom > img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  /* line 2463, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .text-bg > img {
    width: 30px;
    height: 25px;
  }
  /* line 2467, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .text-bg .left {
    top: 0;
    left: 13px;
  }
  /* line 2471, sass/_mobile.scss */
  #asanchung .analects-detail .analects-detail-bottom .text-bg .right {
    top: 181px;
    left: inherit;
    right: 0;
  }
  /* line 2482, sass/_mobile.scss */
  #asanchung .analects-group article:nth-child(2) .bx-pager.bx-default-pager, #asanchung .analects-group article:nth-child(3) .bx-pager.bx-default-pager {
    margin-left: -42px;
  }

  /* line 2488, sass/_mobile.scss */
  .asanhall {
    background-image: url("images/asanhall.png");
    margin-bottom: 60px;
  }

  /* line 2494, sass/_mobile.scss */
  .title.information hr {
    display: none;
  }
  /* line 2497, sass/_mobile.scss */
  .title.information h5 {
    padding: 0;
  }
  /* line 2500, sass/_mobile.scss */
  .title.information h3 {
    margin-top: 6px;
    margin-bottom: 0;
  }
  /* line 2504, sass/_mobile.scss */
  .title.information dl {
    padding: 0;
    padding-left: 13px;
    padding-right: 13px;
  }
  /* line 2508, sass/_mobile.scss */
  .title.information dl dt {
    font-size: 1.5rem;
    padding: 0;
  }
  /* line 2512, sass/_mobile.scss */
  .title.information dl dd {
    padding-bottom: 30px;
    padding-left: 21.3333333%;
  }
  /* line 2515, sass/_mobile.scss */
  .title.information dl dd:before {
    display: none;
  }
  /* line 2520, sass/_mobile.scss */
  .title.information ul {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 2525, sass/_mobile.scss */
  .title.information ul li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
  }
  /* line 2532, sass/_mobile.scss */
  .title.information ul li img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
  }

  /* line 2542, sass/_mobile.scss */
  .btn-bottom {
    width: 100%;
    padding-left: 40px;
    padding-top: 23px;
    background-position: 85%;
  }
  /* line 2547, sass/_mobile.scss */
  .btn-bottom:hover {
    background-position: 85%;
  }

  /* line 2551, sass/_mobile.scss */
  .more-bottom {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
  /* line 2558, sass/_mobile.scss */
  .more-bottom .btn-bottom {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.27;
    padding-top: 21px;
  }
  /* line 2564, sass/_mobile.scss */
  .more-bottom hr {
    display: block;
    width: 100%;
    margin-left: -8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  /* line 2573, sass/_mobile.scss */
  .partner p {
    padding-bottom: 0;
    padding-top: 36px;
    line-height: 1.5;
  }
  /* line 2577, sass/_mobile.scss */
  .partner p br {
    display: none;
  }

  /* line 2582, sass/_mobile.scss */
  .partner-notice {
    padding-bottom: 0;
  }
  /* line 2584, sass/_mobile.scss */
  .partner-notice hr {
    width: 100%;
  }
  /* line 2587, sass/_mobile.scss */
  .partner-notice ul {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 2590, sass/_mobile.scss */
  .partner-notice ul li {
    width: 100%;
    height: auto;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 60px;
  }
  /* line 2596, sass/_mobile.scss */
  .partner-notice ul li p {
    width: 100%;
    padding-left: 13.866666%;
    line-height: 1.63;
  }
  /* line 2601, sass/_mobile.scss */
  .partner-notice ul li span {
    top: 50%;
    margin-top: -16px;
  }
  /* line 2607, sass/_mobile.scss */
  .partner-notice dl {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }
  /* line 2611, sass/_mobile.scss */
  .partner-notice dl dt {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0;
    width: 24.533333%;
  }
  /* line 2617, sass/_mobile.scss */
  .partner-notice dl dd {
    margin-left: 24.533333%;
    padding: 0;
    padding-left: 2.133333%;
    padding-bottom: 3.2%;
  }
  /* line 2622, sass/_mobile.scss */
  .partner-notice dl dd:before {
    top: 12px;
  }
  /* line 2625, sass/_mobile.scss */
  .partner-notice dl dd:nth-child(5), .partner-notice dl dd:nth-child(11), .partner-notice dl dd:last-child {
    padding-bottom: 60px;
  }

  /* line 2633, sass/_mobile.scss */
  #sitemap {
    padding-top: 36px;
  }
  /* line 2635, sass/_mobile.scss */
  #sitemap hr {
    margin-top: 13px;
  }
  /* line 2638, sass/_mobile.scss */
  #sitemap .sub-wrap {
    padding: 0 21px;
  }

  /* line 2643, sass/_mobile.scss */
  .sitemap-detail > li {
    font-size: 2.2rem;
    line-height: 1.33;
  }
  /* line 2646, sass/_mobile.scss */
  .sitemap-detail > li > ul {
    padding-top: 20px;
    padding-left: 0;
  }
  /* line 2649, sass/_mobile.scss */
  .sitemap-detail > li > ul > li {
    float: none;
    color: #3f454b;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-bottom: 30px;
    width: 100%;
  }
  /* line 2656, sass/_mobile.scss */
  .sitemap-detail > li > ul > li:last-child {
    width: 100%;
    padding: 0;
  }
  /* line 2660, sass/_mobile.scss */
  .sitemap-detail > li > ul > li > a {
    color: #3f454b;
  }
  /* line 2663, sass/_mobile.scss */
  .sitemap-detail > li > ul > li > ul {
    padding-top: 15px;
  }
  /* line 2665, sass/_mobile.scss */
  .sitemap-detail > li > ul > li > ul > li {
    padding-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  /* line 2673, sass/_mobile.scss */
  .sitemap-detail > li:last-child {
    margin-bottom: 126px;
  }

  /* line 2681, sass/_mobile.scss */
  .search-top .nav-search {
    margin-top: 60px;
    padding-left: 8px;
    padding-right: 8px;
    height: auto;
    display: block;
    position: relative;
  }
  /* line 2688, sass/_mobile.scss */
  .search-top .nav-search .search-form {
    width: 100%;
    position: relative;
  }
  /* line 2691, sass/_mobile.scss */
  .search-top .nav-search .search-form label {
    display: block;
    color: #c0bab1;
  }
  /* line 2694, sass/_mobile.scss */
  .search-top .nav-search .search-form label input[type="search"] {
    width: 100%;
    padding: 0;
    padding-left: 6.306306%;
    font-size: 2.2rem;
    left: 0;
  }
  /* line 2702, sass/_mobile.scss */
  .search-top .nav-search .search-form .search-submit {
    display: none;
  }
  /* line 2705, sass/_mobile.scss */
  .search-top .nav-search .search-form .search-reset {
    display: none;
    top: 27px;
    right: 10.933333%;
  }
  /* line 2712, sass/_mobile.scss */
  .search-top p {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 120px;
  }

  /* line 2718, sass/_mobile.scss */
  .search-list {
    width: 100%;
  }
  /* line 2720, sass/_mobile.scss */
  .search-list h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
    margin-top: 0;
    margin-bottom: 11px;
  }
  /* line 2727, sass/_mobile.scss */
  .search-list hr {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 2731, sass/_mobile.scss */
  .search-list ul {
    padding-right: 13px;
    padding-left: 13px;
  }
  /* line 2734, sass/_mobile.scss */
  .search-list ul li {
    padding-bottom: 44px;
    height: auto;
    overflow: inherit;
  }
  /* line 2738, sass/_mobile.scss */
  .search-list ul li > a {
    width: 100%;
    height: 157px;
    overflow: hidden;
    margin-right: 0;
    float: none;
    display: inline-block;
    border: solid 1px #eee;
    margin-bottom: 10px;
  }
  /* line 2747, sass/_mobile.scss */
  .search-list ul li > a img {
    width: 100%;
    height: auto;
  }
  /* line 2752, sass/_mobile.scss */
  .search-list ul li div {
    height: auto;
  }
  /* line 2755, sass/_mobile.scss */
  .search-list ul li div > a h4 {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 2767, sass/_mobile.scss */
  .search-list ul li div > a p {
    padding-right: 0;
    -webkit-line-clamp: 8;
  }
  /* line 2772, sass/_mobile.scss */
  .search-list ul li div h5 {
    padding-top: 21px;
    margin-bottom: 30px;
  }
  /* line 2777, sass/_mobile.scss */
  .search-list ul li:last-child {
    margin-bottom: 0;
  }
  /* line 2782, sass/_mobile.scss */
  .search-list.last {
    padding-bottom: 0;
  }

  /* line 2786, sass/_mobile.scss */
  .btn-search-more {
    width: 58.666666%;
    color: #003c1e;
    border-bottom: solid 2px #003c1e;
    padding-bottom: 6px;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 0;
    margin-bottom: 60px;
    background-size: 18px;
    background-position: 99%;
  }
  /* line 2797, sass/_mobile.scss */
  .btn-search-more.back {
    margin-top: 60px;
  }

  /* line 2804, sass/_mobile.scss */
  #contact .sub-header {
    padding-bottom: 50px;
    width: 100%;
  }
  /* line 2808, sass/_mobile.scss */
  #contact h3 {
    font-size: 2.2rem;
    line-height: 1.45;
    margin: 0;
    padding-bottom: 30px;
  }
  /* line 2814, sass/_mobile.scss */
  #contact h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  /* line 2820, sass/_mobile.scss */
  #contact ul li {
    float: none;
    width: 100%;
    padding: 0 13px;
  }
  /* line 2824, sass/_mobile.scss */
  #contact ul li:nth-child(2) {
    padding-left: 13px;
  }
  /* line 2827, sass/_mobile.scss */
  #contact ul li dl {
    padding-right: 0;
  }
  /* line 2829, sass/_mobile.scss */
  #contact ul li dl dt {
    font-size: 1.5rem;
    line-height: 1.6;
    width: auto;
    padding-left: 36px;
  }
  /* line 2834, sass/_mobile.scss */
  #contact ul li dl dt.car, #contact ul li dl dt.subway, #contact ul li dl dt.bus {
    background-size: 19px;
    background-position: 5px 13px;
  }
  /* line 2839, sass/_mobile.scss */
  #contact ul li dl dd {
    margin: 0;
    padding-left: 92px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  /* line 2845, sass/_mobile.scss */
  #contact ul li dl dd br {
    display: none;
  }
  /* line 2852, sass/_mobile.scss */
  #contact .map {
    height: 380px;
    margin-bottom: 30px;
  }
  /* line 2855, sass/_mobile.scss */
  #contact .map iframe {
    height: 100%;
  }
  /* line 2859, sass/_mobile.scss */
  #contact hr {
    width: calc(100% - 16px);
  }
  /* line 2862, sass/_mobile.scss */
  #contact .question {
    width: 100%;
  }
  /* line 2864, sass/_mobile.scss */
  #contact .question ul {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 2868, sass/_mobile.scss */
  #contact .question ul li {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
  }
  /* line 2874, sass/_mobile.scss */
  #contact .question ul li p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* line 2877, sass/_mobile.scss */
  #contact .question ul li p span {
    margin: 0;
    display: block;
    padding-bottom: 4px;
  }
  /* line 2881, sass/_mobile.scss */
  #contact .question ul li p span:nth-child(2) {
    padding: 0;
    padding-top: 4px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  /* line 2894, sass/_mobile.scss */
  #privacy .sub-header {
    padding-bottom: 60px;
  }
  /* line 2896, sass/_mobile.scss */
  #privacy .sub-header h2 {
    padding-bottom: 36px;
  }
  /* line 2899, sass/_mobile.scss */
  #privacy .sub-header p {
    line-height: 1.33;
  }
  /* line 2903, sass/_mobile.scss */
  #privacy hr {
    width: 100%;
  }
  /* line 2906, sass/_mobile.scss */
  #privacy dl {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 60px;
  }
  /* line 2910, sass/_mobile.scss */
  #privacy dl dt {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 2916, sass/_mobile.scss */
  #privacy dl dd {
    font-size: 1.4rem;
    line-height: 1.43;
    margin-left: 0;
    color: #585e64;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
  }
  /* line 2924, sass/_mobile.scss */
  #privacy dl dd:before {
    top: 8px;
    left: 3px;
  }
  /* line 2928, sass/_mobile.scss */
  #privacy dl dd:nth-child(2) {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  /* line 2933, sass/_mobile.scss */
  #privacy dl dd:nth-child(2):before {
    display: none;
  }
  /* line 2937, sass/_mobile.scss */
  #privacy dl dd p {
    padding-bottom: 20px;
  }
  /* line 2940, sass/_mobile.scss */
  #privacy dl dd:last-child {
    padding-bottom: 0;
  }
  /* line 2945, sass/_mobile.scss */
  #privacy dl.one dd, #privacy dl.three dd {
    padding-bottom: 0px;
  }
  /* line 2947, sass/_mobile.scss */
  #privacy dl.one dd:nth-child(2), #privacy dl.three dd:nth-child(2) {
    padding-bottom: 12px;
  }
  /* line 2953, sass/_mobile.scss */
  #privacy dl.one dd:nth-child(9) {
    padding-left: 0;
  }
  /* line 2956, sass/_mobile.scss */
  #privacy dl.one dd:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }
  /* line 2961, sass/_mobile.scss */
  #privacy dl .privacy-table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 2965, sass/_mobile.scss */
  #privacy dl .privacy-table thead th {
    font-weight: 300;
  }
  /* line 2971, sass/_mobile.scss */
  #privacy dl .privacy-table tbody tr td {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 5px;
  }
  /* line 2977, sass/_mobile.scss */
  #privacy dl .privacy-table tbody tr td:last-child {
    padding-left: 5px;
  }
  /* line 2982, sass/_mobile.scss */
  #privacy dl .privacy-table tbody tr:last-child td {
    padding: 32px 0;
  }
  /* line 2990, sass/_mobile.scss */
  #privacy dl.three dd {
    padding-left: 28px;
  }
  /* line 2993, sass/_mobile.scss */
  #privacy dl.three dd:nth-child(8) {
    padding-top: 20px;
  }
  /* line 2997, sass/_mobile.scss */
  #privacy dl:last-child {
    padding-bottom: 0;
  }

  /* line 3003, sass/_mobile.scss */
  .page-404 {
    height: auto;
    padding-bottom: 21%;
    text-align: center;
    margin-bottom: -120px;
  }
  /* line 3008, sass/_mobile.scss */
  .page-404 h2 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  /* line 3011, sass/_mobile.scss */
  .page-404 h2 img {
    width: 150px;
    height: 64px;
  }
  /* line 3016, sass/_mobile.scss */
  .page-404 h4 {
    font-size: 2.2rem;
    line-height: 1.45;
    padding-bottom: 115px;
  }
  /* line 3022, sass/_mobile.scss */
  .page-404 .btn-404 input[type="button"], .page-404 .btn-404 a {
    font-size: 1.5rem;
    line-height: 1.27;
    display: block;
    margin: 0 auto;
    width: 213px;
    line-height: 52px;
  }
  /* line 3029, sass/_mobile.scss */
  .page-404 .btn-404 input[type="button"]:first-child, .page-404 .btn-404 a:first-child {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  /* line 3038, sass/_mobile.scss */
  .footer_eng_wrap {
    float: none;
    padding-top: 13px;
    border-bottom: solid 1px #e7e3de;
    height: 64px;
  }

  /* line 3045, sass/_mobile.scss */
  .footer_eng li {
    margin-right: 20px;
  }
  /* line 3047, sass/_mobile.scss */
  .footer_eng li:last-child {
    float: right;
    height: 64px;
    width: 74px;
    margin-top: -13px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    background-position: 33px 16px;
  }
  /* line 3056, sass/_mobile.scss */
  .footer_eng li:last-child a {
    line-height: 74px;
  }
}
