html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #555;
  font-size: 13px;
  font-family: 'notokr-demilight', '맑은 고딕', sans-serif;
  line-height: 1.2;
}
ol,
ul {
  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 {
  color: inherit;
  text-decoration: none;
}
img {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select,
button {
  font: inherit;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
input[type="button"],
input[type="text"],
input[type="image"],
input[type="submit"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
textarea {
  resize: none;
}
button {
  color: inherit;
  cursor: pointer;
  /*outline:none;*/
  letter-spacing: inherit;
}
button[disabled] {
  cursor: default;
}
em {
  font-style: normal;
}
hr {
  display: none;
}
@font-face {
  font-family: 'notokr-demilight';
  font-style: normal;
  src: local('notokr-demilight'), local('notokr-demilight');
  src: url('../font/notokr-demilight.woff') format('woff'), url('../font/notokr-demilight.ttf') format('truetype');
}
@font-face {
  font-family: 'notokr-regular';
  font-style: normal;
  src: local('notokr-regular'), local('notokr-regular');
  src: url('../font/notokr-regular.woff') format('woff'), url('../font/notokr-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'notokr-medium';
  font-style: normal;
  src: local('notokr-medium'), local('notokr-medium');
  src: url('../font/notokr-medium.woff') format('woff'), url('../font/notokr-medium.ttf') format('truetype');
}
body,
a {
  font-family: notokr-regular;
  color: #333;
}
a {
  cursor: pointer;
}
.noLine {
  border: none;
}
.wrap_cont {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
header .wrap_cont {
  height: 70px;
}
header .wrap_cont h1 {
  display: block;
  position: absolute;
  top: 11px;
  left: 57px;
}
header .wrap_cont h1 a {
  display: block;
  padding: 15px;
}
header .wrap_cont nav {
  float: right;
  padding-top: 28px;
  padding-right: 30px;
}
header .wrap_cont nav li {
  display: inline-block;
}
header .wrap_cont nav li a {
  display: block;
  padding: 6px 12px;
  font-size: 15px;
  color: #7f8184;
  text-decoration: none;
}
header .wrap_cont nav li.on a,
header .wrap_cont nav li a:hover {
  color: #596ab1;
  font-weight: bold;
}
header .nav_sub {
  width: 100%;
  height: 53px;
  background-color: #464f76;
  text-align: center;
  line-height: 50px;
}
header .nav_sub li {
  display: inline-block;
}
header .nav_sub li a {
  display: block;
  padding: 6px 12px 0;
  min-width: 160px;
  height: 47px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}
header .nav_sub li.on a,
header .nav_sub li a:hover {
  font-weight: bold;
  background: #596184 url(../img/bull_bottomArrow.gif) no-repeat 50% 98%;
}
header.index {
  position: absolute;
  background: transparent;
}
header.index .wrap_cont {
  border-bottom: 1px solid #585858;
}
.container {
  width: 100%;
  min-width: 1280px;
  margin-top: 123px;
}
.container .cont_visual {
  width: 100%;
  height: 350px;
  background: url(../img/bg_company.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.container .cont_visual h2 {
  padding-top: 130px;
  font-size: 36px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.container .cont_visual p {
  padding-top: 50px;
  font-size: 17px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.container .cont_visual.business {
  background-image: url(../img/bg_business.jpg);
}
.container .cont_visual.people {
  background-image: url(../img/bg_people.jpg);
}
.container .cont_visual.recruit {
  background-image: url(../img/bg_recruit.jpg);
}
.container .cont .cont_p {
  padding: 85px 65px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.container .cont .cont_p .cont_left {
  float: left;
  width: 200px;
  font-size: 32px;
  overflow: hidden;
}
.container .cont .cont_p .cont_right {
  float: left;
  width: 950px;
  overflow: hidden;
}
.container .cont .cont_p .cont_right .exp {
  border-bottom: 1px solid #ccc;
}
.container .cont .cont_p .cont_right .exp > ul > li {
  margin-bottom: -1px;
}
.container .cont .cont_p .cont_right .exp .title {
  height: 48px;
  padding: 30px 0 0 20px;
  border: 1px solid #ccc;
  background: url(../img/icon_plus.gif) no-repeat 96% 23px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.container .cont .cont_p .cont_right .exp .title em {
  font-size: 14px;
}
.container .cont .cont_p .cont_right .exp .title.on {
  background: url(../img/icon_minus.gif) no-repeat 96% 23px;
}
.container .cont .cont_p .cont_right .exp .cont {
  display: none;
  padding: 35px;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
}
.container .cont .cont_p .cont_right .exp .cont .cont_block {
  float: left;
  width: 399px;
  margin: 20px;
  overflow: hidden;
}
.container .cont .cont_p .cont_right .exp .cont .cont_block h4 {
  height: 17px;
  padding: 10px 0;
  font-size: 16px;
}
.container .cont .cont_p .cont_right .exp .cont .cont_block h4 img {
  vertical-align: middle;
  margin-top: -6px;
}
.container .cont .cont_p .cont_right .exp .cont .cont_block li {
  margin: 7px 0;
}
.container .cont .cont_p .cont_right .people {
  position: relative;
  height: 330px;
}
.container .cont .cont_p .cont_right .people h4 {
  font-size: 26px;
  padding-bottom: 22px;
  background: url(../img/bg_tit.gif) no-repeat left bottom;
}
.container .cont .cont_p .cont_right .people p {
  font-size: 16px;
  padding-top: 30px;
}
.container .cont .cont_p .cont_right .people .people_1 {
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
  padding: 36px 57px;
  position: absolute;
  top: 53px;
  left: 25px;
  width: 237px;
  height: 200px;
  z-index: 2;
}
.container .cont .cont_p .cont_right .people .people_2 {
  background: #6470a4;
  color: #fff;
  padding: 36px 57px;
  position: absolute;
  top: 0;
  left: 342px;
  width: 237px;
  height: 200px;
  z-index: 1;
}
.container.index {
  margin-top: 0;
  background: url(../img/bg_intro.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.container.index .main_tit {
  display: table;
}
.container.index .main_tit h1 {
  display: table-cell;
  font-size: 44px;
  line-height: 69px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
footer {
  width: 100%;
  height: 105px;
  background-color: #3c3d46;
  text-align: center;
}

.flip_cont{
	display:none;
}
.flip_cont.on{
	display:block;
}
/*# sourceMappingURL=style.css.map */