.container .sections .section#section_company_01 {
  padding: 0px 10px;
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .container .sections .section#section_company_01 {
    padding: 0px 0px;
    margin-top: 0px;
  }
}
.container .sections .section#section_company_01 .sec_container {
  background-image: url("/img/back_img_00.jpg");
  /* Full height */
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.container .sections .section#section_company_01 .sec_container .modules {
  margin: 0 auto;
  width: 100%;
}
.container .sections .section#section_company_01 .sec_container .modules:after {
  content: "";
  display: table;
  clear: both;
}
.container .sections .section#section_company_01 .sec_container .modules .module {
  padding: 10px 0px;
  width: 100%;
  display: block;
}
@media all and (min-width: 768px) {
  .container .sections .section#section_company_01 .sec_container .modules .module {
    padding: 250px 0px;
    float: left;
    width: 100%;
  }
}
.container .sections .section#section_company_01 .sec_container .modules .module .figure {
  text-align: center;
  color: white;
}
.container .sections .section#section_company_01 .sec_container .modules .module .figure img {
  width: 150px;
  height: auto;
}
.container .sections .section#section_company_01 .sec_container .modules .module .figure .image_text h3 {
  letter-spacing: 2px;
}
.container .sections .section#section_company_02 {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 10px;
  margin-top: 20px;
  background-color: #ffffff;
}
.container .sections .section#section_company_02:after {
  content: "";
  display: table;
  clear: both;
}
.container .sections .section#section_company_02 *.module {
  padding: 0px 10px;
}
.container .sections .section#section_company_02 .sec_header {
  width: 100%;
}
.container .sections .section#section_company_02 .sec_header .module {
  width: 100%;
  text-align: center;
  color: black;
  font-variant: small-caps;
}
.container .sections .section#section_company_02 .sec_header .module:nth-child(1) .figure {
  margin: 0 auto;
  position: relative;
  width: 100px;
  border: 1px solid gray;
  border-radius: 50%;
  overflow: hidden;
}
.container .sections .section#section_company_02 .sec_header .module:nth-child(1) .figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.container .sections .section#section_company_02 .sec_header .module:nth-child(1) .figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -40%);
}
.container .sections .section#section_company_02 .sec_header .module:nth-child(1) .figure img.portrait {
  min-width: 100%;
  height: auto;
}
.container .sections .section#section_company_02 .sec_header .module:nth-child(1) .figure img.landscape {
  width: auto;
  height: 100%;
}
.container .sections .section#section_company_02 .sec_header .module .summary {
  padding: 10px 0;
}
.container .sections .section#section_company_02 .sec_header .module .summary h1,
.container .sections .section#section_company_02 .sec_header .module .summary h2,
.container .sections .section#section_company_02 .sec_header .module .summary h3,
.container .sections .section#section_company_02 .sec_header .module .summary h4,
.container .sections .section#section_company_02 .sec_header .module .summary h5,
.container .sections .section#section_company_02 .sec_header .module .summary h6 {
  margin: 8px;
}
.container .sections .section#section_company_02 .sec_header .module .summary .separator {
  margin: 0 auto;
  display: block;
  width: 30px;
  border-bottom: 4px solid #000000;
}
.container .sections .section#section_company_02 .sec_header .module .figure {
  text-align: center;
}
.container .sections .section#section_company_02 .sec_header .module .figure img {
  width: 120px;
  height: auto;
}
.container .sections .section#section_company_02 .sec_container .modules .module {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.8em;
}
.container .sections .section#section_company_02 .sec_container .modules .module img {
  width: 100%;
  height: auto;
}
.container .sections .section#section_company_02 .sec_container .modules .module .catchphrase {
  text-align: center;
  font-family: 'Nanum Pen Script', cursive;
  font-size: 34px;
}
.container .sections .section#section_company_02 .sec_container .modules_file .module {
  border-top: 1px solid #a7bbda;
}
.container .sections .section#section_company_02 .sec_container .modules_file .module table tr td:nth-child(1) {
  width: 100px;
}
.container .sections .section#section_company_02 .sec_container .modules_file .module table tr td a {
  display: inline-block;
  padding: 5px;
}
.container .sections .section#section_company_02 .sec_container .modules_file .module table tr td p {
  margin: 8px 0;
}
.container .sections .section#section_company_02 .sec_container .modules_file .module h4 {
  margin: 10px 0;
}
.container .sections .section#section_company_02 .sec_footer:after {
  content: "";
  display: table;
  clear: both;
}
.container .sections .section#section_company_02 .sec_footer .modules .module {
  width: 100%;
  float: right;
  padding: 0px;
}
@media all and (min-width: 768px) {
  .container .sections .section#section_company_02 .sec_footer .modules .module {
    display: inline-block;
    padding: 100px 16px;
    width: auto;
  }
}
.container .sections .section#section_company_02 .sec_footer .modules .module .figure {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .container .sections .section#section_company_02 .sec_footer .modules .module .figure {
    margin-top: 0px;
  }
}
.container .sections .section#section_company_02 .sec_footer .modules .module .figure > img {
  width: 240px;
  height: auto;
}
.container .sections .section#section_company_02 .sec_footer .modules .module .summary {
  text-align: center;
  font-family: 'NotoSansCJKkr-Regular', sans-serif;
  background-color: white;
  letter-spacing: 5px;
  word-spacing: 8px;
}
@media all and (min-width: 768px) {
  .container .sections .section#section_company_02 .sec_footer .modules .module .summary {
    letter-spacing: 0.5px;
  }
}
.container .sections .section#section_company_02 .sec_pagination .modules {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.container .sections .section#section_company_02 .sec_pagination .modules:after {
  content: "";
  display: table;
  clear: both;
}
.container .sections .section#section_company_02 .sec_pagination .modules .module {
  margin: 0 auto;
  display: table;
  padding: 40px 0;
  font-weight: 100;
}
.container .sections .section#section_company_02 .sec_pagination .modules .module .page-item {
  float: left;
  padding: 10px;
}
.container .sections .section#section_company_02 .sec_pagination .modules .module .page-item .page-link,
.container .sections .section#section_company_02 .sec_pagination .modules .module .page-item .page-ellipse {
  vertical-align: baseline;
  color: #0275d8;
  font-weight: 500;
  padding: 12px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  letter-spacing: 3px;
}
.container .sections .section#section_company_02 .sec_pagination .modules .module .page-item .page-link:hover:not(.page-ellipse),
.container .sections .section#section_company_02 .sec_pagination .modules .module .page-item .page-ellipse:hover:not(.page-ellipse) {
  color: #014c8c;
  background-color: #eceeef;
}
.container .sections .section#section_company_02 .sec_pagination .modules .module .page-item .page-ellipse {
  border-width: 0px;
}
.container .sections .section#section_company_02 .sec_pagination .modules .module .page-item .active {
  background-color: #0275d8;
  color: white;
}
/*# sourceMappingURL=greeting.css.map */