@charset "utf-8";

/* Common */
html {
  padding: 0;
  min-height: 100%;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
select,
button,
table {
  font-family: "맑은 고딕", "malgun", "Malgun Ghothic", Dotum, 돋움, Arial, sans-serif, AppleGothic !important;
  font-size: 14px;
  letter-spacing: 0em;
  color: #444;
}
img,
fieldset {
  border: 0;
}
ul,
ol {
  list-style: none;
}
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img {
  -webkit-perspective: 1;
}

/* 01. All Device */
/* layout */
#wrap {
  width: 100%;
  height: 100%;
}
#header {
  position: relative;
  width: 100%;
}
#container {
  position: relative;
  width: 100%;
}
#footer {
  /* clear: both;
  float: left;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #bf1e1f;
  text-align: center; */
}
.center980 {
  width: 980px;
  margin: 0 auto;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}

/* header */
.tnb_wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  height: 30px;
  z-index: 110;
}
.tnb {
  display: inline-block;
}
*:first-child + html .tnb {
  float: right;
} /* For IE7 */
.tnb li {
  display: inline-block;
  padding: 7px 30px;
  border-left: 1px solid #dadada;
  font-size: 12px;
  font-weight: bold;
}
*:first-child + html .tnb li {
  float: left;
} /* For IE7 */
.tnb li:last-child {
  border-right: 1px solid #dadada;
}
.tnb li a {
  color: #444;
}
.tnb li a:hover {
  text-decoration: underline;
}
.header_lang {
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
}
.header_lang a {
  display: inline-block;
  height: 30px;
}
*:first-child + html .header_lang {
  display: none;
} /* For IE7 */
.gnb_wrap {
  border-bottom: 1px solid #dadada;
}
.gnb {
  display: inline-block;
}
.gnb li {
  display: inline-block;
  height: 67px;
  font-weight: bold;
}
*:first-child + html .gnb li {
  float: left;
} /* For IE7 */
.gnb li a {
  display: inline-block;
  padding: 24px 25px 20px 25px;
  color: #444;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gnb li a:hover {
  color: #ba0e0f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gnb li:last-child a {
  padding-right: 0;
}
.header_logo {
  display: inline-block;
  height: 67px;
  vertical-align: top;
}
.sitemap_wrap {
  position: fixed;
  top: -551px;
  left: 0;
  display: block;
  width: 100%;
  height: 520px;
  padding-top: 30px;
  background-color: #fff;
  border-bottom: 1px solid #e80c08;
  text-align: center;
  z-index: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sitemap_close {
  float: right;
  cursor: pointer;
  vertical-align: top;
}
.sitemap_logo {
  float: left;
  vertical-align: top;
}
.sitemap_item_wrap {
  float: left;
  margin-left: 30px;
  vertical-align: top;
}
.sitemap_item {
  clear: both;
  float: left;
  display: block;
  width: 700px;
  text-align: left;
  border-bottom: 1px solid #a8a8a8;
}
.sitemap_item li {
  float: left;
  margin-bottom: -1px;
  padding: 25px 10px;
  font-size: 14px;
  letter-spacing: -1px;
}
.sitemap_item li a {
  color: #545353;
}
.sitemap_item li a:hover {
  color: #fe0001;
}
.sitemap_item li:first-child {
  font-weight: bold;
  border-bottom: 1px solid #fe0001;
}
.sitemap_item_wrap > .last {
  border-bottom: none;
}
.sitemap_item_wrap > .last > li {
  border-bottom: none;
}

/* contents */
h2 {
  margin-bottom: 50px;
  font-size: 31px;
  color: #333333;
}
.main_promotion {
  position: relative;
  display: block;
  width: 100%;
  height: 458px;
  z-index: 10;
}
.main_bigbanner_wrap {
  position: relative;
  margin-top: -196px;
  z-index: 100;
}
.main_bigbanner li {
  float: left;
  height: 234px;
  margin-right: 18px;
}
.main_bigbanner li:last-child {
  margin-right: 0;
}
.main_contents {
  clear: both;
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
}
.main_product_wrap {
  width: 130px;
  margin-right: 30px;
  padding-top: 30px;
}
.main_story_wrap > .text {
  display: block;
  margin: 12px 0 15px 0;
  font-size: 12px;
  letter-spacing: -0.1em;
}
.main_story_wrap > a {
  display: block;
  margin-top: 5px;
}
.main_movie_wrap {
  clear: both;
  padding-top: 60px;
}
.main_movie_wrap > iframe {
  margin-top: 15px;
}
.main_news_wrap {
  width: 100%;
  padding: 30px 0 0px 30px;
  border-bottom: 1px solid #bbbcbd;
}
.main_icons_wrap {
  clear: both;
}
.main_center {
  width: 290px;
  padding-right: 20px;
  padding-top: 30px;
  border-right: 1px solid #bbbcbd;
}
.main_right {
  width: 490px;
}
.main_product li {
  border-bottom: 1px solid #bbbcbd;
}
.main_product li:last-child {
  border-bottom: 0px solid #bbbcbd;
}
.main_icons {
  padding: 40px 0 0 30px;
}
*:first-child + html .main_icons {
  float: left;
  width: 480px;
} /* For IE7 */
.main_icons li {
  display: inline-block;
  margin-right: 45px;
  text-align: center;
  font-weight: bold;
}
*:first-child + html .main_icons li {
  float: left;
} /* For IE7 */
.main_icons li a {
  color: #444;
}
.main_icons li a:hover {
  text-decoration: underline;
}
.main_icons li:last-child {
  margin-right: 0px;
}
.bg_about {
  background: url("../images/bg_about_promotion.jpg") no-repeat center center;
  background-size: cover;
  height: 450px !important;
}
.nav_img_link {
  padding: 0 !important;
  cursor: pointer;
}
.section_center {
  width: 970px;
  margin: 0px auto 0 auto;
  padding: 100px 0 0 0;
  line-height: 180%;
}
.section_center img {
  max-width: 100%;
}
.section_gray {
  background-color: #f4f4f4;
}
.h2_num {
  display: block;
  margin-bottom: 15px;
}
.about_s01_photo {
  display: inline-block;
  width: 460px;
}
.about_s01_text {
  display: inline-block;
  width: 480px;
  padding: 55px 0 0 20px;
  vertical-align: top;
  text-align: justify;
}
.about_s01_text > strong {
  font-size: 20px;
  font-weight: normal;
}
.about_s01_name {
  width: 100%;
  padding-top: 100px;
  text-align: right;
}
.about_s01_name > strong {
  font-size: 20px;
}
.history {
}
.history li {
  display: block;
  width: 100%;
  margin: 30px 0;
  padding-top: 25px;
  background: url("../images/bg_histroy_line.gif") no-repeat center top;
  letter-spacing: -1px;
}
.history li > .year {
  display: inline-block;
  width: 132px;
  margin-right: 18px;
  vertical-align: top;
  font-size: 30px;
  font-weight: bold;
}
.history li > .issue {
  display: inline-block;
  width: 775px;
  padding-left: 40px;
}
.history > .bg3line {
  background: url("../images/bg_histroy_line3.gif") no-repeat center top;
}
.issue_item {
  display: inline-block;
  margin-left: 22px;
}
.issue_item > img {
  display: block;
  padding: 5px 0 15px 0;
}
.issue_item > span {
  display: block;
  padding-bottom: 10px;
}
.issue_item > span.month {
  font-size: 22px;
  font-family: "맑은 고딕", "malgun", "Malgun Ghothic", Dotum, 돋움, Arial, sans-serif, AppleGothic !important;
  font-weight: 500;
}
.bg_business {
  background: url("../images/bg_business_promotion.jpg") no-repeat center center;
  background-size: cover;
  height: 450px !important;
}
.nav_business > .nav_noborder {
  width: 300px;
}
.business_s01_text {
  padding: 22px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  letter-spacing: -1px;
}
.business_s01_parttitle {
  display: block;
  width: 100%;
  margin: 70px 0 20px 0;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.business_s01_part li {
  display: inline-block;
  width: 228px;
  margin: 0 5px 10px 0;
  padding: 8px 0;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
}
.bg_tech {
  background: url("../images/bg_tech_promotion.jpg") no-repeat center center;
  background-size: cover;
  height: 450px !important;
}
.bg_mov {
  position: relative;
  height: 450px !important;
  overflow: hidden;
  vertical-align: bottom;
}
#player01 {
  width: 100%;
  min-width: 1700px;
}
.mov_text {
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: 214px;
}
.tech_s02_title {
  display: block;
  width: 100%;
  margin: 40px 0 15px 0;
  font-size: 22px;
  color: #000;
}
.tech_s02_01 li {
  display: inline-block;
  margin: 0 3px 5px 0;
}
.tech_s02_02 li {
  display: inline-block;
  margin: 0 30px 20px 0;
}
.cd-section {
  padding-bottom: 100px;
}
.bg_results {
  background: url("../images/bg_results_promotion.jpg") no-repeat center center;
  background-size: cover;
  height: 450px !important;
}
.results_s02_01 li {
  display: inline-block;
  margin: 0 0px 55px 0;
  width: 32.933%;
  text-align: center;
  vertical-align: top;
}
.results_s02_01 li > img {
  display: block;
  margin-bottom: 20px;
  margin: 0 auto;
}
.results_s02_02 li {
  display: inline-block;
  margin: 0 0px 55px 0;
  width: 24.333%;
  text-align: center;
  vertical-align: top;
}
.results_s02_02 li > img {
  display: block;
  margin-bottom: 20px;
  margin: 0 auto;
}
.tab_table {
  width: 100%;
}
.tab_table caption {
  display: none;
}
.tab_table thead {
  background-color: #fff;
  text-align: center;
}
.tab_table thead th {
  padding: 10px 0;
  border-bottom: 1px solid #da2129;
}
.tab_table tbody td {
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #da2129;
  letter-spacing: -1px;
}
.tab_table tbody td:last-child {
  border-right: none;
}
.welfare_tableimg {
  width: 100%;
  text-align: center;
}
.welfare_table {
  width: 800px;
  margin: 30px auto 0 auto;
  letter-spacing: -1px;
}
.welfare_table > caption {
  display: none;
}
.welfare_table th {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.welfare_table td {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #cccccc;
}
.welfare_table .noborder {
  border-bottom: none;
}
.bg_job {
  background: url("../images/bg_job_promotion.jpg") no-repeat center center;
  background-size: cover;
  height: 450px !important;
}
.bg_comm {
  background: url("../images/bg_comm_promotion.jpg") no-repeat center center;
  background-size: cover;
  height: 450px !important;
}
.bg_pr {
  background: url("../images/bg_pr_promotion.jpg") no-repeat center center;
  background-size: cover;
  height: 450px !important;
}
.h2_info {
  display: block;
  margin: -40px 0 50px 0;
}
.job_section {
  display: block;
  margin-bottom: 80px;
}
.job_section > .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.job_section > .contents {
  display: block;
  padding-left: 80px;
}
.job_section > .contents > .process {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
.about_contact {
  display: block;
  padding: 50px 0 120px 0;
  text-align: center;
}
.about_contact li {
  display: inline-block;
  margin-right: 120px;
  font-size: 16px;
  letter-spacing: -1px;
  vertical-align: top;
}
.about_contact li:last-child {
  margin-right: 0px;
}
.about_contact li > img {
  margin-bottom: 10px;
}
.about_people {
}
.about_people li {
  display: inline-block;
  margin: 0 42px 50px 0;
}
.about_people .nomargin {
  margin-right: 0px;
}
.cata_img {
  position: relative;
}

.cata_btn_down {
  /* position: absolute;
  top: 280px;
  left: 710px; */
  max-width: 140px;
  width: 100%;
  position: absolute;
  top: 285px;
  right: 12%;
}

/* tab */
.tabmenu {
  display: block;
  width: 100%;
  height: 90px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
}
.tabmenu li {
  display: inline-block;
  margin-left: -5px;
  border-left: 1px solid #bdbdbd;
  padding: 0;
  cursor: pointer;
  background-color: #fafafa;
  vertical-align: top;
}
.tabmenu li:last-child {
  border-right: 1px solid #bdbdbd;
}
.tabmenu > .borderR {
  margin-right: 320px;
  border-right: 1px solid #bdbdbd;
}
.tabmenu_text {
  display: inline-block;
  width: 320px;
  /* height: 60px; */
  height: 87px;
  padding-top: 30px;
  font-size: 22px;
}
.tabmenu_text2 {
  display: block;
  width: 320px;
  /* height: 70px; */
  height: 88px;
  padding-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
.tabmenu_text2 > .year {
  font-size: 12px;
}
.tabmenu_text3 {
  display: inline-block;
  width: 320px;
  height: 80px;
  padding-top: 10px;
  font-size: 22px;
}
.tabmenu .on {
  background-color: #fff;
}
.tabmenu .on > .tabmenu_text {
  /* height: 57px; */
  height: 88px;
  border-bottom: 3px solid #da2129;
}
.tabmenu .on > .tabmenu_text2 {
  /* height: 67px; */
  height: 88px;
  border-bottom: 3px solid #da2129;
}
.tabmenu .on > .tabmenu_text3 {
  height: 77px;
  border-bottom: 3px solid #da2129;
}
.tabcont {
  display: block;
  width: 970px;
  margin: 0px auto 0 auto;
  padding: 100px 0;
}
.tabcont .tabcont01 {
  display: block;
}
.tabcont .tabcont02 {
  display: none;
}
.tabcont .tabcont03 {
  display: none;
}
.section_gray > .tab_wrap > .tabmenu li {
  background-color: #eeeeee;
}
.section_gray > .tab_wrap > .tabmenu .on {
  background-color: #f4f4f4;
}

.tabmenu_results {
  float: left;
  display: inline-block;
  width: 190px;
  border-top: none;
  vertical-align: top;
}
.tabmenu_results li {
  display: inline-block;
  width: 190px;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #8b8b8b;
}
.tabmenu_results > .borderR {
  margin-right: 320px;
}
.tabmenu_results_text {
  display: inline-block;
  color: #8b8b8b;
  font-size: 15px;
  letter-spacing: -1px;
}
.tabmenu_results_text2 {
  display: none;
  font-size: 12px;
}
.tabmenu_results .on {
  background-color: #da2129;
  border-bottom: none;
}
.tabmenu_results .on > .tabmenu_results_text {
  color: #fff;
  font-weight: bold;
}
.tabmenu_results .on > .tabmenu_results_text2 {
  display: block;
  color: #fff;
}
.tabcont_results {
  float: left;
  display: inline-block;
  width: 780px;
  margin: 0px auto 0 auto;
  padding-left: 3px;
  border-left: 1px solid #8b8b8b;
}
.tabcont_results .tabcont01 {
  display: block;
}
.tabcont_results .tabcont02 {
  display: none;
}
.tabcont_results .tabcont03 {
  display: none;
}
.tabcont_title {
  display: block;
  width: 100%;
  margin-bottom: 70px;
  font-size: 22px;
  color: #000;
  letter-spacing: -1px;
}

/* pr movie */
#cd-placeholder-2 .pr_mov {
  position: relative; /* absolute는 부모가 relative일 때 부모를 따라간다. */
  max-width: 1080px;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 */
}

#cd-placeholder-2 .pr_mov #video {
  position: absolute;
  width: 100%; /* 부모에 맞게 꽉 채운다. */
  height: 100%;
}

/* board */
#container_title {
  display: none;
}
#bo_v_table {
  display: none;
}
#bo_list {
  margin: 0 auto;
  padding-top: 50px !important;
}

/* footer */

/* font */
.taRight {
  text-align: right;
}
.footer_addr {
  margin-left: 20px;
  font-size: 12px;
  text-align: left;
}

/* button */

/* 02. Desktop Device */
@media all and (max-width: 1173px) {
  #menu {
    text-align: left;
  }
}

/* 03. Tablet Device */
@media all and (max-width: 910px) {
}

/* 04. Mobile Device */
@media all and (max-width: 750px) {
}

/* 05. Old Mobile Device */
@media all and (max-width: 320px) {
}
