@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf') format('opentype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
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,
i,
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,
nav,
output,
ruby,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: baseline;
  color: #000;
  -webkit-text-size-adjust: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
th,
td {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 100%;
  color: #000;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
caption,
legend {
  display: none;
}
input,
select {
  font-family: 'Noto Sans KR';
  font: 100%;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
textarea:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  font-size: 1em;
}
.fontB {
  font-family: 'Roboto-Bold';
}
.after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.w_box {
  width: 100%;
  background-color: #f9f9f9;
}
.sub_top {
  width: 100%;
  height: 410px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #555;
  padding-top: 138px;
  position: relative;
}
.sub_top h2 {
  font-size: 59px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.sub_top .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
}
.sub_top .breadcrumb ul {
  width: 1200px;
  margin: 0 auto;
}
.sub_top .breadcrumb ul li {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #9e9fa2;
  position: relative;
  padding: 28px 18px 28px 0;
}
.sub_top .breadcrumb ul li:last-child {
  color: #fff;
  padding: 28px 13px;
}
.sub_top .breadcrumb ul li:last-child:after {
  display: none;
}
.sub_top .breadcrumb ul li:after {
  content: '';
  position: absolute;
  top: 38px;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #9e9fa2;
  border-right: 1px solid #9e9fa2;
  transform: rotate(-45deg);
}
.sub_top .breadcrumb ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.gallery_list {
  width: 100%;
}
.gallery_list .search_box {
  text-align: right;
  margin-bottom: 40px;
}
.gallery_list .search_box input[type="text"] {
  width: 320px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: -0.3px;
}
.gallery_list .search_box .s_btn {
  width: 70px;
  height: 50px;
  background: url('/asset/images/icon_search.png') no-repeat 50% / 30px 29px #fff;
  border: 1px solid #000;
  vertical-align: top;
  margin-left: 5px;
  cursor: pointer;
}
.gallery_list ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.gallery_list ul li {
  float: left;
  width: calc(33.33% - 40px);
  margin: 0 60px 30px 0;
}
.gallery_list ul li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.gallery_list ul li a {
  display: block;
}
.gallery_list ul li a .img_box {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.gallery_list ul li a .text_box {
  margin-top: 12px;
}
.gallery_list ul li a .text_box p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.gallery_list .pagination {
  text-align: center;
  margin-top: 15px;
}
.gallery_list .pagination span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #929292;
  margin: 0 6px;
  cursor: pointer;
  vertical-align: top;
}
.gallery_list .pagination span.on {
  color: #000;
}
.gallery_list .pagination span.prev_btn {
  width: 10px;
  height: 27px;
  background: url('/asset/images/icon_prev.png') no-repeat 50% / 10px 16px;
  margin-right: 12px;
}
.gallery_list .pagination span.next_btn {
  width: 10px;
  height: 27px;
  background: url('/asset/images/icon_next.png') no-repeat 50% / 10px 16px;
  margin-left: 12px;
}
.gallery_list .pagination span.disable {
  opacity: 0.5;
  cursor: default;
}
.gallery_list .pagination a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #929292;
  margin: 0 6px;
  cursor: pointer;
  vertical-align: top;
}
.gallery_list .pagination a.on {
  color: #000;
}
.gallery_list .pagination a.prev_btn {
  width: 10px;
  height: 27px;
  background: url('/asset/images/icon_prev.png') no-repeat 50% / 10px 16px;
  margin-right: 12px;
}
.gallery_list .pagination a.next_btn {
  width: 10px;
  height: 27px;
  background: url('/asset/images/icon_next.png') no-repeat 50% / 10px 16px;
  margin-left: 12px;
}
.gallery_list .pagination a.disable {
  opacity: 0.5;
  cursor: default;
}
.gallery_detail {
  width: 100%;
  border-top: 1px solid #000;
  padding: 20px 20px 0;
}
.gallery_detail .date {
  font-size: 15px;
  color: #929292;
  letter-spacing: -0.05px;
}
.gallery_detail h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.gallery_detail .cont {
  width: 100%;
  padding: 40px 0 100px;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
}
.gallery_detail .cont img {
  max-width: 100%;
}
.gallery_detail .cont p {
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1.5;
  text-align: left;
}
.gallery_detail .back_btn {
  display: block;
  width: 142px;
  max-height: 50px;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.05px;
  text-align: center;
  background: #000;
  padding: 12px 0 11px;
  margin: 30px auto 0;
}
.top_btn {
  display: none;
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: url('/asset/images/icon_top.png') no-repeat 50% 50% / 68px 68px;
}
.table_type01 {
  width: 100%;
}
.table_type01 thead tr th {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  background-color: #f9f9f9;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-top: 1px solid #666;
}
.table_type01 tbody tr td {
  font-size: 18px;
  letter-spacing: -0.3px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #dbdbdb;
}
ul.list li {
  font-size: 18px;
  letter-spacing: -0.3px;
  padding-left: 10px;
  position: relative;
}
ul.list li:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #0a2f70;
}
.map_text {
  width: 100%;
  padding-top: 70px;
}
.map_text ul {
  text-align: center;
}
.map_text ul li {
  display: inline-block;
  margin-right: 60px;
}
.map_text ul li:last-child {
  margin-right: 0px;
}
.map_text ul li p {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.3px;
  text-align: left;
  vertical-align: top;
}
.map_text ul li p.tit {
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  margin-right: 35px;
}
.map_text ul li p.tit:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #0a2f70;
}
.map_text ul li p a {
  font-size: 18px;
  letter-spacing: -0.3px;
}
body {
  width: 100%;
  min-width: 1200px;
}
/*header*/
header {
  width: 100%;
  min-width: 1200px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
header .h_bg {
  width: 100%;
  max-width: 100%;
  background: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
header .h_bg.on_bg {
  opacity: 1;
  height: 437px;
}
header div {
  width: 100%;
  max-width: 1670px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
header div h1 {
  position: absolute;
  top: 15px;
  left: 125px;
}
header div h1 a {
  display: block;
  width: 97px;
  height: 60px;
  background: url('/asset/images/logo_h.png') no-repeat 50% / 97px 60px;
}
header div .gnb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header div .gnb:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
header div .gnb > li {
  float: left;
  width: 20%;
}
header div .gnb > li:hover > a::after {
  width: 100%;
  left: 0;
}
header div .gnb > li:hover .lnb {
  background: #f8f8f8;
}
header div .gnb > li.on_menu > a::after {
  width: 100%;
  left: 0;
}
header div .gnb > li.on_menu .lnb {
  background: #f8f8f8;
}
header div .gnb > li > a {
  display: block;
  height: 90px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding: 31px 0 30px;
  position: relative;
}
header div .gnb > li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #15ad60;
  text-align: center;
  transition: all 0.2s ease;
}
header div .gnb > li .lnb {
  display: none;
  width: 100%;
  height: 437px;
  padding: 20px 0 30px;
}
header div .gnb > li .lnb li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.25;
  line-height: 2.4;
}
header div .gnb > li .lnb li a:hover {
  color: #15ad60;
}
header div .gnb > li .lnb li a.on_lnb {
  color: #15ad60;
}
header div .lang_btn {
  position: absolute;
  top: 31px;
  right: 80px;
  font-size: 20px;
  letter-spacing: -0.25px;
  text-align: right;
}
header div .lang_btn:hover {
  text-decoration: underline;
}
.mobile_menu {
  display: none !important;
}
/*contents*/
#contentWrap {
  padding-top: 90px;
}
#contentWrap .cont_box .box {
  padding: 80px 0 180px;
}
#contentWrap .cont_box .box h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
#contentWrap.main_wrap {
  width: 100%;
  min-height: 750px;
}
#contentWrap.main_wrap .slide_wrap {
  width: 100%;
  height: calc(100% - 100px);
  position: relative;
}
#contentWrap.main_wrap .slide_wrap h2 {
  position: absolute;
  top: 130px;
  display: block;
  width: 100%;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1px;
  z-index: 100;
  opacity: 0;
  animation: fadeInUp 1s ease-in forwards;
  animation-delay: 0.5s;
}
#contentWrap.main_wrap .slide_wrap .swiper-container {
  width: 100%;
  height: 100%;
}
#contentWrap.main_wrap .slide_wrap .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#contentWrap.main_wrap .slide_wrap .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
#contentWrap.main_wrap .slide_wrap .swiper-container .swiper-pagination {
  bottom: 20px;
}
#contentWrap.main_wrap .slide_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 0.5;
  margin: 0 3px;
}
#contentWrap.main_wrap .slide_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#contentWrap.main_wrap .info_wrap {
  width: 100%;
  height: 100px;
  background: linear-gradient(to right, #15ad60 40%, #fff 60%);
}
#contentWrap.main_wrap .info_wrap .box {
  height: 100%;
}
#contentWrap.main_wrap .info_wrap .box:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.main_wrap .info_wrap .box .tit {
  float: left;
  width: 318px;
  height: 100%;
  background-color: #15ad60;
  padding: 19px 0;
}
#contentWrap.main_wrap .info_wrap .box .tit p {
  font-size: 26px;
  font-weight: 200;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 1.2;
}
#contentWrap.main_wrap .info_wrap .box ul {
  float: left;
  width: 882px;
  height: 100%;
  background-color: #fff;
}
#contentWrap.main_wrap .info_wrap .box ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.main_wrap .info_wrap .box ul li {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
#contentWrap.main_wrap .info_wrap .box ul li:first-child:after {
  position: absolute;
  right: 0;
  top: 28px;
  content: '';
  width: 1px;
  height: 44px;
  background: #e0e0e0;
}
#contentWrap.main_wrap .info_wrap .box ul li a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 19px 0 18px;
}
#contentWrap.main_wrap .info_wrap .box ul li a span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding-right: 16px;
  position: relative;
}
#contentWrap.main_wrap .info_wrap .box ul li a span:after {
  position: absolute;
  top: 8px;
  right: 0;
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url('/asset/images/icon_arr01.png') no-repeat 50% / 8px 14px;
}
#contentWrap.main_wrap .info_wrap .box ul li a:hover span:after {
  animation: OnLeft 0.7s ease-in-out infinite;
}
#contentWrap.main_wrap .info_wrap .box ul li a:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 63px;
  background: url('/asset/images/icon_info.png') no-repeat 50% / 60px 63px;
  vertical-align: middle;
  margin-right: 30px;
}
#contentWrap.main_wrap .info_wrap .box ul li a.map:before {
  width: 68px;
  background: url('/asset/images/icon_map.png') no-repeat 50% / 68px 63px;
  margin-right: 25px;
}
#contentWrap.company_wrap {
  width: 100%;
}
#contentWrap.company_wrap .summary_wrap .box .wrap > p {
  font-size: 28px;
  font-weight: 700;
  color: #004282;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}
#contentWrap.company_wrap .summary_wrap .box ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.company_wrap .summary_wrap .box ul li {
  float: right;
  width: 50%;
}
#contentWrap.company_wrap .summary_wrap .box ul li.img_box {
  text-align: right;
}
#contentWrap.company_wrap .summary_wrap .box ul li.table_box {
  padding-right: 66px;
}
#contentWrap.company_wrap .summary_wrap .box ul li.table_box table {
  width: 100%;
}
#contentWrap.company_wrap .summary_wrap .box ul li.table_box table tbody tr:first-child th {
  border-top: 1px solid #666;
}
#contentWrap.company_wrap .summary_wrap .box ul li.table_box table tbody tr:first-child td {
  border-top: 1px solid #666;
}
#contentWrap.company_wrap .summary_wrap .box ul li.table_box table tbody tr th {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 7px 15px;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: top;
  position: relative;
}
#contentWrap.company_wrap .summary_wrap .box ul li.table_box table tbody tr th::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #004282;
  position: absolute;
  top: 20px;
  left: 0;
}
#contentWrap.company_wrap .summary_wrap .box ul li.table_box table tbody tr td {
  font-size: 18px;
  letter-spacing: -0.3px;
  padding: 7px 30px;
  background: #f9f9f9;
  border-bottom: 1px solid #dbdbdb;
}
#contentWrap.company_wrap .management_wrap .box .wrap {
  position: relative;
}
#contentWrap.company_wrap .management_wrap .box .wrap > p {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
}
#contentWrap.company_wrap .management_wrap .box .wrap .line {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
}
#contentWrap.company_wrap .management_wrap .box .wrap ul {
  margin-top: 145px;
}
#contentWrap.company_wrap .management_wrap .box .wrap ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.company_wrap .management_wrap .box .wrap ul li {
  float: left;
  width: 386px;
  height: 364px;
  text-align: center;
  background: #f6f8fb;
  padding: 8px;
  margin-right: 18px;
}
#contentWrap.company_wrap .management_wrap .box .wrap ul li:nth-child(3n) {
  margin-right: 0;
}
#contentWrap.company_wrap .management_wrap .box .wrap ul li div {
  width: 100%;
  height: 100%;
  border: 1px solid #0a2f70;
  background: #fff;
  padding-top: 56px;
}
#contentWrap.company_wrap .management_wrap .box .wrap ul li div p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-top: 26px;
}
#contentWrap.company_wrap .management_wrap .box .wrap ul li div h4 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #0a2f70;
  margin-bottom: 14px;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap {
  padding-right: 450px;
  position: relative;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap .ceo_img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 320px;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap p {
  font-size: 18px;
  line-height: 1.73;
  letter-spacing: -0.3px;
  margin-bottom: 34px;
  text-align: left;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap p b {
  font-size: 18px;
  line-height: 1.73;
  letter-spacing: -0.3px;
  font-weight: 700;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap p.tit {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 68px;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap > div {
  text-align: right;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap > div p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#contentWrap.company_wrap .ceo_wrap .box .wrap > div img {
  vertical-align: middle;
}
#contentWrap.company_wrap .history_wrap .box .wrap {
  position: relative;
}
#contentWrap.company_wrap .history_wrap .box .wrap:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: #004282;
}
#contentWrap.company_wrap .history_wrap .box .wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1px;
  height: 110px;
  background-color: #fff;
  z-index: 1;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list:last-child .list ul li:last-child {
  margin-bottom: 0;
  border-left: 1px solid #fff;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div {
  width: 50%;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.tit > div {
  width: 353px;
  height: 319px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.tit > div p {
  display: flex;
  font-family: 'NanumSquare';
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.3px;
  transform: skew(-0.001deg);
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.list ul li {
  margin-bottom: 60px;
  position: relative;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.list ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  z-index: 20;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.list ul li:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #004282;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  z-index: 10;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.list ul li:last-child {
  margin-bottom: 160px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.list ul li p {
  font-size: 22px;
  letter-spacing: -0.3px;
  color: #000;
}
#contentWrap.company_wrap .history_wrap .box .wrap .h_list > div.list ul li p.year {
  font-family: 'NanumSquare';
  font-size: 40px;
  font-weight: 800;
  transform: skew(-0.001deg);
  margin-bottom: 10px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .left > div {
  float: left;
}
#contentWrap.company_wrap .history_wrap .box .wrap .left > div.tit > div {
  background: url('/asset/images/img_yearbg_left.png') no-repeat 50% 50%;
  margin-left: 100px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .left > div.tit > div p {
  margin-left: 40px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .left > div.list ul li {
  padding-left: 30px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .left > div.list ul li:before {
  left: -5px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .left > div.list ul li:after {
  left: -10px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .left > div.list ul li p {
  text-align: left;
}
#contentWrap.company_wrap .history_wrap .box .wrap .right > div {
  float: right;
}
#contentWrap.company_wrap .history_wrap .box .wrap .right > div.tit > div {
  background: url('/asset/images/img_yearbg_right.png') no-repeat 50% 50%;
  margin-left: 150px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .right > div.tit > div p {
  margin-right: 40px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .right > div.list ul li {
  padding-right: 30px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .right > div.list ul li:before {
  right: -5px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .right > div.list ul li:after {
  right: -10px;
}
#contentWrap.company_wrap .history_wrap .box .wrap .right > div.list ul li p {
  text-align: right;
}
#contentWrap.company_wrap .social_wrap .box .wrap p {
  font-size: 18px;
  letter-spacing: -0.3px;
}
#contentWrap.company_wrap .social_wrap .box .wrap p.top_text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div {
  margin-top: 100px;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul > li {
  width: 50%;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul > li.img_box img {
  width: 100%;
  display: block;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul > li.text_box .tit {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul > li.text_box .tit span {
  font-size: 24px;
  font-weight: 700;
  color: #00a160;
  letter-spacing: -0.3px;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul > li.text_box p {
  margin-bottom: 30px;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul > li.text_box > ul.list li {
  font-size: 18px;
  letter-spacing: -0.3px;
  padding-left: 10px;
  position: relative;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div > ul > li.text_box > ul.list li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  background: #004282;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div .right > li {
  float: right;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div .right > li.text_box {
  padding: 40px 50px 0 0;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div .left > li {
  float: left;
}
#contentWrap.company_wrap .social_wrap .box .wrap > div .left > li.text_box {
  padding: 90px 0 0 50px;
}
#contentWrap.company_wrap .customer_wrap .box {
  padding: 80px 0 150px;
}
#contentWrap.company_wrap .customer_wrap .box ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.company_wrap .customer_wrap .box ul li {
  float: left;
  width: calc(33.33% - 40px);
  margin: 0 60px 30px 0;
}
#contentWrap.company_wrap .customer_wrap .box ul li:nth-child(3n) {
  margin: 0 0 30px 0;
}
#contentWrap.company_wrap .customer_wrap .box ul li .img_box {
  width: 100%;
  height: 135px;
  background: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
}
#contentWrap.company_wrap .customer_wrap .box ul li .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#contentWrap.company_wrap .customer_wrap .box ul li p {
  font-size: 22px;
  letter-spacing: -0.05px;
  margin-top: 15px;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul {
  width: 100%;
  border-top: 1px solid #666;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li {
  float: left;
  width: 50%;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li:nth-child(2n) div {
  border-left: none;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li div {
  background-color: #fff;
  padding: 20px 0;
  border: 1px solid #dbdbdb;
  border-top: none;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li div p {
  font-size: 18px;
  letter-spacing: -0.3px;
  text-align: center;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li div p a {
  font-size: 18px;
  letter-spacing: -0.3px;
  text-align: center;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li div a {
  font-size: 18px;
  letter-spacing: -0.3px;
  text-align: center;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li div.head {
  background-color: #f9f9f9;
}
#contentWrap.company_wrap .contact_wrap .box .wrap ul li div.head p {
  font-weight: 700;
}
#contentWrap.company_wrap .organization_wrap .box .wrap img {
  max-width: 100%;
}
#contentWrap.company_wrap .organization_wrap .box .wrap .d_only {
  display: block;
  margin: 0 auto;
}
#contentWrap.company_wrap .organization_wrap .box .wrap .m_only {
  display: none;
}
#contentWrap.cd_wrap {
  width: 100%;
}
#contentWrap.cd_wrap .cutting_wrap .box .wrap p {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
}
#contentWrap.cd_wrap .cutting_wrap .box .wrap p.t_tit {
  font-size: 24px;
  color: #0a2f70;
  text-align: left;
  margin: 70px 0 20px;
}
#contentWrap.cd_wrap .equipment_wrap .box .wrap table {
  margin-bottom: 90px;
}
#contentWrap.cd_wrap .printing_wrap .box .wrap > div {
  padding: 40px 0 50px;
  border-bottom: 1px solid #e5e5e5;
}
#contentWrap.cd_wrap .printing_wrap .box .wrap > div:first-child {
  padding: 0 0 50px;
}
#contentWrap.cd_wrap .printing_wrap .box .wrap > div:last-child {
  border-bottom: none;
}
#contentWrap.cd_wrap .printing_wrap .box .wrap > div p {
  font-size: 18px;
  letter-spacing: -0.3px;
  text-align: left;
}
#contentWrap.cd_wrap .printing_wrap .box .wrap > div p.t_tit {
  font-size: 24px;
  font-weight: 700;
  color: #0a2f70;
  margin: 0 0 10px;
}
#contentWrap.cd_wrap .printing_wrap .box .wrap > div img {
  display: block;
  max-width: 100%;
  margin-top: 38px;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul {
  width: 100%;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul li {
  float: left;
  width: 177px;
  height: 177px;
  border: 1px solid #56709d;
  margin-right: 78px;
  position: relative;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul li:after {
  content: '';
  display: block;
  width: 21px;
  height: 37px;
  background: url('/asset/images/icon_arr03.png') no-repeat 50% 50% / 21px 37px;
  position: absolute;
  top: 68px;
  right: -51px;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul li:last-child {
  margin-right: 0;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul li:last-child:after {
  display: none;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul li div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 40px;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul li div p {
  display: flex;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.34;
  text-align: center;
}
#contentWrap.cd_wrap .process_wrap .box .wrap ul li div p.num {
  font-size: 30px;
  font-weight: 700;
  color: #0a2f70;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#contentWrap.cd_wrap .package_wrap .box .wrap > p {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
}
#contentWrap.cd_wrap .package_wrap .box .wrap > div {
  padding: 40px 0 50px;
  border-bottom: 1px solid #e5e5e5;
}
#contentWrap.cd_wrap .package_wrap .box .wrap > div:first-child {
  padding: 0 0 50px;
}
#contentWrap.cd_wrap .package_wrap .box .wrap > div:last-child {
  border-bottom: none;
}
#contentWrap.cd_wrap .package_wrap .box .wrap > div p.t_tit {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #0a2f70;
  margin: 0 0 10px;
}
#contentWrap.cd_wrap .package_wrap .box .wrap > div img {
  display: block;
  max-width: 100%;
  margin-top: 38px;
}
#contentWrap.distribution_wrap {
  width: 100%;
  padding-bottom: 180px;
}
#contentWrap.distribution_wrap .introduce_wrap .box {
  padding: 80px 0 0;
}
#contentWrap.distribution_wrap .introduce_wrap .box p {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
}
#contentWrap.distribution_wrap .introduce_wrap .box p.list_tit {
  font-size: 24px;
  text-align: left;
  color: #0a2f70;
  margin: 84px 0 10px;
}
#contentWrap.distribution_wrap .introduce_wrap .w_box {
  padding: 60px;
  margin-top: 30px;
}
#contentWrap.distribution_wrap .introduce_wrap .w_box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#contentWrap.distribution_wrap .advantage_wrap .box {
  padding: 80px 0 0;
}
#contentWrap.distribution_wrap .advantage_wrap .box .wrap {
  padding-right: 450px;
  position: relative;
}
#contentWrap.distribution_wrap .advantage_wrap .box .wrap img {
  display: block;
  width: 443px;
  position: absolute;
  top: 0;
  right: 0;
}
/*footer*/
footer {
  width: 100%;
  background: #2c3239;
}
footer > div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
footer > div .f_logo {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 81px;
  height: 51px;
  background: url('/asset/images/logo_f.png') no-repeat 50% / 81px 51px;
}
footer > div .text {
  padding: 40px 0 70px;
  text-align: center;
}
footer > div .text p {
  display: inline-block;
  font-weight: 500;
  color: #bbb;
  letter-spacing: -0.25px;
  margin-right: 15px;
}
footer > div .text p span {
  display: inline-block;
  font-weight: 500;
  color: #bbb;
  letter-spacing: -0.25px;
  margin-left: 15px;
}
footer > div .copy {
  font-size: 15px;
  font-weight: 500;
  color: #8b8b8b;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  border-top: 1px solid #74777a;
  padding: 12px 0;
}
/*animation*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 7px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes OnLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(5px, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
@media screen and (max-width: 1500px) {
  header .h_bg.on_bg {
    height: 390px;
  }
  header div .gnb {
    max-width: 860px;
  }
  header div .gnb li > a {
    font-size: 18px;
  }
  header div .gnb li .lnb {
    height: 390px;
  }
  header div .gnb li .lnb li a {
    font-size: 16px;
  }
}
