@import url(https://cdn.jsdelivr.net/npm/typeface-nanum-square@1.1.0/nanumsquare.css);@import url(https://cdn.jsdelivr.net/npm/typeface-nanum-barun-gothic@1.0.0/nanumbarungothic.css);@import url(https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
body {
  min-width: 1280px;
  background: #fff;
  font-family: 'Nanum Barun Gothic', sans-serif;
}
header {
  position: absolute;
  width: 100%;
  min-width: 1280px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
}
header .logo {
  position: absolute;
  top: 24px;
  left: 38px;
  width: 139px;
  height: 47px;
  background: url(../img/logo.png) no-repeat 0 0;
  text-indent: -9999px;
}
header nav {
  height: 95px;
  text-align: center;
}
header nav ul li {
  display: inline-block;
  margin: 0 17px;
  line-height: 95px;
}
header nav ul li a {
  padding-bottom: 2px;
  font-size: 17px;
  font-family: 'NanumGothic', 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  color: #fff;
}
header nav ul li a.on,
header nav ul li a:hover {
  border-bottom: 1px solid #fff;
}
header .lang {
  position: absolute;
  top: 33px;
  right: 39px;
  text-align: center;
  font-size: 0;
}
header .lang li {
  display: inline-block;
  margin-right: -1px;
}
header .lang li a {
  display: block;
  padding: 0 10px;
  height: 25px;
  border: 1px solid #535563;
  font-size: 14px;
  font-family: 'Malgun Gothic', 'Nanum Barun Gothic', sans-serif;
  color: #fff;
  line-height: 25px;
}
header .lang li a:hover,
header .lang li a.on {
  color: #0091ff;
  background-color: #fff;
  border-color: #fff;
}
header.fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: none;
}
header.fixed .logo {
  top: 38px;
  width: 185px;
  height: 18px;
  background: url(../img/logo_fixed.png) no-repeat 0 0;
}
header.fixed nav ul li a {
  color: #909090;
}
header.fixed nav ul li a.on,
header.fixed nav ul li a:hover {
  color: #4f4f4f;
  border-bottom: 1px solid #797979;
}
header.fixed .lang li a {
  border: 1px solid #b0b0b0;
  color: #696969;
}
header.fixed .lang li a:hover,
header.fixed .lang li a.on {
  color: #fff;
  background-color: #696969;
  border-color: #696969;
}
.main {
  height: 936px;
  background: url(../img/bg_main.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  font-family: 'Nanum Square', sans-serif;
}
.main h1 {
  padding-top: 330px;
  font-size: 104px;
  font-weight: 700;
  color: #fff;
}
.main h1 b {
  font-weight: 700;
  color: #df351c;
}
.main h2 {
  margin: -25px 0 25px;
  font-size: 23px;
  font-weight: 300;
  color: #fff;
}
.main p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.main p span {
  margin: 0 30px;
}
.about {
  width: 1180px;
  margin: 0 auto;
  padding: 200px 50px 134px;
}
.about .sbject {
  margin-bottom: 70px;
}
.about .sbject:after {
  content: "";
  display: block;
  clear: both;
}
.about .sbject h1 {
  position: relative;
  float: left;
  width: 520px;
  font-size: 42px;
  font-family: 'Nanum Square', sans-serif;
  font-weight: 900;
  color: #292929;
}
.about .sbject h1 b {
  font-weight: 900;
  color: #df351c;
}
.about .sbject h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 28px;
  width: 280px;
  height: 1px;
  border-top: 1px solid #cccccc;
}
.about .sbject p {
  float: left;
  margin-top: 18px;
  width: 660px;
  font-size: 17px;
  color: #4e4e4e;
  line-height: 28px;
}
.about article ul:after {
  content: "";
  display: block;
  clear: both;
}
.about article ul li {
  position: relative;
  float: left;
  margin-left: 40px;
  padding-left: 40px;
  width: 327px;
  height: 382px;
  background: url(../img/bg_about.jpg) no-repeat 0 0;
  transition: all 0.3s;
  overflow: hidden;
  cursor: default;
}
.about article ul li:first-child {
  margin-left: -1px;
}
.about article ul li:first-child + li {
  background-position-x: -367px;
}
.about article ul li:first-child + li + li {
  background-position-x: -734px;
}
.about article ul li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.about article ul li h2 {
  position: relative;
  z-index: 1;
  margin: 150px 0 22px;
  font-size: 30px;
  font-family: 'Nanum Square', sans-serif;
  color: #fff;
  line-height: 28px;
  transition: all 0.3s;
}
.about article ul li h2 span {
  font-size: 17px;
  color: #d6d6d6;
}
.about article ul li h2:after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 26px;
  height: 1px;
  border-top: 3px solid #e2343d;
}
.about article ul li p {
  position: relative;
  z-index: 1;
  margin-top: 200px;
  font-size: 18px;
  color: #f0e8e8;
  transition: all 0.3s;
}
.about article ul li:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.about article ul li:hover h2 {
  margin: 100px 0 22px;
}
.about article ul li:hover p {
  margin-top: 0;
}
.business {
  height: 836px;
  background: #f5f4f9 url(../img/bg_business.jpg) no-repeat center 0;
}
.business h1 {
  padding-top: 180px;
  color: #141414;
  font-size: 42px;
  font-family: 'Nanum Square', sans-serif;
  font-weight: 900;
  text-align: center;
}
.business ul {
  width: 1181px;
  margin: 70px auto;
  text-align: center;
}
.business ul:after {
  content: "";
  display: block;
  clear: both;
}
.business ul li {
  float: left;
  width: 393px;
  border-left: 1px solid #c3c3c6;
}
.business ul li:before {
  content: "";
  display: block;
  height: 147px;
  background: url(../img/icon_business.png) no-repeat center 0;
}
.business ul li:first-child {
  border-left: none;
}
.business ul li:first-child + li:before {
  background-position-y: -147px;
}
.business ul li:first-child + li + li:before {
  background-position-y: -294px;
}
.business ul li h2 {
  padding-top: 15px;
  font-size: 30px;
  font-family: 'Nanum Square', sans-serif;
  font-weight: 900;
}
.business ul li p {
  font-size: 22px;
  font-weight: 300;
}
footer {
  padding-top: 70px;
  background-color: #3c3d47;
  text-align: center;
}
footer h1 {
  position: relative;
  font-size: 42px;
  font-family: 'Nanum Square', sans-serif;
  font-weight: 700;
  color: #fff;
}
footer h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  height: 24px;
  border-left: 1px solid #67676e;
}
footer p {
  margin-top: 55px;
  font-size: 20px;
  color: #75757d;
}
footer address {
  margin: 10px 0 60px;
}
footer address a {
  display: inline-block;
  padding: 9px 17px;
  border-radius: 26px;
  font-size: 18px;
  background-color: #b6b7c4;
  color: #3c3d47;
  font-style: normal;
}
footer button {
  display: inline-block;
  margin-top: 10px;
  border: 0;
  border-radius: 25px;
  background: #b6b7c4;
  width: 220px;
  height: 50px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
footer button strong {
  display: block;
  margin-top: 3px;
  font-size: 19px;
  font-weight: bold;
  color: #3c3d47;
}
footer button + button {
  margin-left: 60px;
}
footer .copyright {
  margin-top: 90px;
  height: 55px;
  font-size: 13px;
  color: #75757d;
  line-height: 55px;
  border-top: 1px solid #4d4e57;
  font-family: 'Myriad Pro', sans-serif;
}
.chn header nav li a {
  font-weight: normal;
  font-family: 'Microsoft YaHei UI', sans-serif;
}
.chn .main h2,
.chn .main p {
  font-family: 'Microsoft YaHei UI', sans-serif;
}
.chn .about .sbject h1 {
  margin-top: 10px;
  font-size: 35px;
  font-family: 'Microsoft YaHei UI', sans-serif;
}
.chn .about .sbject h1 b {
  font-weight: normal;
}
.chn .about .sbject h1:after {
  top: 16px;
  right: 49px;
}
.chn .about .sbject p {
  font-family: 'Microsoft YaHei UI', sans-serif;
}
.chn .about article ul li h2,
.chn .about article ul li p {
  font-weight: normal;
  font-family: 'Microsoft YaHei UI', sans-serif;
}
.chn .business h1,
.chn footer h1,
.chn .business p,
.chn footer p {
  font-weight: normal;
  font-family: 'Microsoft YaHei UI', sans-serif;
}
.eng .about article ul li p {
  font-family: 'Myriad Pro', sans-serif;
}
.eng .business ul li p {
  font-size: 20px;
  font-family: 'Myriad Pro', sans-serif;
}
.popup {
  min-width: auto !important;
  font-family: 'Roboto', sans-serif;
}
.popup header {
  position: static;
  border-bottom: 1px solid #d2d2d2;
  min-width: auto;
}
.popup header h1 {
  position: relative;
  padding: 0;
  height: 118px;
  line-height: 118px;
  text-align: center;
  color: #3c3d47;
  font-size: 26px;
  font-weight: normal;
  text-indent: 0;
  background: #eee;
}
.popup header h1 strong {
  font-weight: bold;
}
.popup header button {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid #ccc;
  background: #fff;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
}
.popup header button::before,
.popup header button::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
  width: 25px;
  height: 3px;
  background: #999;
  transform: rotate(45deg);
}
.popup header button::after {
  transform: rotate(-45deg);
}
.popup article {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 110px 50px;
  width: 960px;
  font-size: 18px;
}
.popup article,
.popup article a {
  color: #4e4e4e;
}
.popup article a {
  text-decoration: underline;
}
.popup article h1,
.popup article h2 {
  display: block;
  margin: 16px 0;
  font-size: 18px;
  line-height: 40px;
}
.popup article p,
.popup article ul {
  margin: 16px 0;
  line-height: 22px;
}
.popup article li {
  display: block;
  position: relative;
  padding-left: 36px;
}
.popup article li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}
.popup footer {
  border-top: 1px solid #d2d2d2;
  background: #fff;
  padding: 0;
  height: 180px;
  line-height: 180px;
}
.popup footer a {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 23px;
  background: #3c3d47;
  height: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
}
