.sub_top_visual_wrapper {
  position: relative;
  width: 100%;
  height: 345px;
  overflow: hidden;
}
.sub_top_visual_wrapper::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: scale 10s linear 0s forwards;
}
.sub_top_visual_wrapper.company::before {
  background: url('../images/sub/sub_top_visual_company.jpg') center top no-repeat;
  background-size: cover;
}
.sub_top_visual_wrapper.product::before {
  background: url('../images/sub/sub_top_visual_product.jpg') center top no-repeat;
  background-size: cover;
}
.sub_top_visual_wrapper.process::before {
  background: url('../images/sub/sub_top_visual_process.jpg') center top no-repeat;
  background-size: cover;
}
.sub_top_visual_wrapper.development::before {
  background: url('../images/sub/sub_top_visual_development.jpg') center top no-repeat;
  background-size: cover;
}
.sub_top_visual_wrapper.recruit::before {
  background: url('../images/sub/sub_top_visual_recruit.jpg') center top no-repeat;
  background-size: cover;
}
.sub_top_visual_wrapper.ir::before {
  background: url('../images/sub/sub_top_visual_ir.jpg') center top no-repeat;
  background-size: cover;
}
.sub_top_visual_wrapper.pr::before {
  background: url('../images/sub/sub_top_visual_pr.jpg') center top no-repeat;
  background-size: cover;
}
.sub_top_visual_wrapper::after {
  z-index: 2;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
}
.sub_top_visual_wrapper .preset_title {
  font-size: 42px;
  top: 200px;
  left: 50%;
  font-weight: 200;
  margin-left: -200px;
  color: #fff;
  position: absolute;
  z-index: 3;
}
.sub_top_visual_wrapper .preset_title::after {
  position: absolute;
  content: "";
  display: block;
  width: 317px;
  height: 51px;
  top: -61px;
  filter: brightness(0) invert(1);
  left: 42px;
  background: url('../images/sub/preset_title1.png') 0px 0px no-repeat;
  animation: _filter 2s ease 1s forwards;
}
#subnav {
  z-index: 3;
  transform: translateY(-50%);
  position: relative;
  text-align: center;
}
#subnav ul {
  margin: 0 auto;
  display: inline-block;
  padding: 14px 100px;
  max-width: 1140px;
  box-sizing: border-box;
  background: url('../images/sub/sub_nav_bg.jpg') center center no-repeat;
  background-size: cover;
}
#subnav ul li {
  display: inline-block;
}
#subnav ul li a {
  line-height: 30px;
  position: relative;
  letter-spacing: 0.03em;
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 200;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s ease 0s;
}
#subnav ul li a span {
  letter-spacing: -0.03em;
  font-size: 18px;
}
#subnav ul li a:after {
  line-height: 58px;
  position: relative;
  content: "";
  width: 0px;
  height: 2px;
  margin-bottom: 5px;
  margin-left: 10px;
  background: #fff;
  display: inline-block;
  transition: width .3s ease 0s;
}
#subnav ul li a:hover:after {
  transition: width .3s ease 0s;
  width: 45px;
}
#subnav ul li a:hover {
  transition: color .3s ease 0s;
  color: rgba(255, 255, 255, 1);
}
#subnav ul li.active a {
  cursor: default;
}
#subnav ul:not(:hover) li.active a:after {
  transition: width .3s ease .6s;
  width: 45px;
}
#subnav ul:not(:hover) li.active a {
  color: rgba(255, 255, 255, 1);
  transition: color .3s ease .6s;
}
.sub_default_title {
  margin: 0 auto;
margin:70px auto 170px;
  width: 640px;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: 40px;
  line-height: 32px;
}
.sub_default_title>span {
  letter-spacing: -0.03em;
  font-size: 32px;
  position: relative;
  display: inline-block;
  top: -2px;
}
.sub_default_title::after {
  width: 1px;
  content: "";
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 45px;
}
@keyframes scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes _filter {
  0% {
    filter: brightness(0) invert(1);
  }
  100% {
    filter: brightness(1) invert(0);
  }
}
section.sub_content {
  margin: 0 auto;
  position: relative;
  width: 640px;
  padding-bottom:70px !important;
}
section.ci_bi .wrapper {
  vertical-align: top;
  font-size: 0px;
  padding: 0px;
  width: 100%;
}
section h5.title2 {
  position: relative;
  font-weight: 300;
  letter-spacing: -0.05em;
  font-size: 32px;
  line-height: 52px;
  padding-top: 100px;
  padding-bottom: 20px;
}

section h5.title_v2{
  padding-top:0;
}

section h5.title2::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 3px;
  background: #bca98b;
}
section h6.stitle1 {
  font-weight: 200;
  text-align: left;
  padding-top: 60px;
  font-size: 24px;
  letter-spacing: -0.02em;
}
section.ci_bi p {
  text-align: left;
  word-break: keep-all;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: -0.02em;
}
section.ci_bi p.big {
  font-size: 24px;
  line-height: 36px;
}
section.ci_bi .half:nth-of-type(1) {
  vertical-align: top;
}
section.ci_bi .half {
  text-align: center;
  font-size: 0px;
  width: 100%;
  display: inline-block;
}
section.ci_bi .half_v2{
  text-align:left;
}
section.ci_bi ul.ci2 {
  padding-bottom: 80px;
}
section.ci_bi ul.ci2.last {
  padding-bottom: 40px;
}
section.ci_bi ul.ci2 li {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  padding-top: 50px;
  vertical-align: top;
}
section.ci_bi ul.ci2 li div.color_chip {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  margin: 15px 0px;
}
section.ci_bi ul.ci2 li div {
  font-weight: 100;
  font-size: 16px;
  line-height: 26px;
}
section.ci_bi ul.ci2 li div .name {
  width: 100px;
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
}
section.ceo {
  width: 100%;
}
section.ceo .bg {
  position: relative;
  height: 470px;
  background: url('../images/sub/greeting_img1.png') center center / cover;
}
section.ceo .bg img {
  position: absolute;
  right: 0;
  bottom:-100px;
}
section.ceo .typo {
  left: 50%;
  margin-left: -205px;
  position: absolute;
  top: 105px;
  z-index: 2;
}
section.ceo .typo img {
  top: -14px;
  left: -38px;
  position: absolute;
  transform: scale(0.9);
}
section.ceo .typo span {
  display: block;
  z-index: 2;
  position: relative;
  width: 410px;
  height: 410px;
}
section.ceo .typo span::before {
  display: block;
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  margin-left: -320px;
  margin-top: -320px;
  /* background-image: url('../images/sub/greeting_img4.png');
  background-size: cover;
  transform-origin: center center;
  background-position: center;
  background-repeat: no-repeat;
  animation: flame 50s linear infinite;
  mix-blend-mode: overlay; */
}
@keyframes flame {
  0% {
    transform: rotate(0deg) scale(0.9);
    ;
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(359.999deg) scale(0.9);
  }
}
/* section.ceo .bar {
  margin-top: -70px;
  background: #fff;
  height: 70px;
  width: calc(50% + (1140px /2));
  position: absolute;
  left: 0%;
} */
section.ceo .wrapper {
  width: 640px;
  position: relative;
  margin: 120px auto 0;
  padding:0 20px;
  font-size: 0px;
  box-sizing:border-box;
}
section.ceo .wrapper .half {
  box-sizing: border-box;
  font-size: 26px;
  word-break: keep-all;
  font-weight: 200;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  font-weight:400;
  word-break: break-all;
}
section.ceo .wrapper .half span{font-weight: 100;}
section.ceo .wrapper .full {
  padding: 0px 50px;
  padding-bottom: 50px;
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  margin-top: -20px;
}
section.ceo .wrapper .full h4 {
  font-size: 30px;
  font-weight: 200;
  padding-bottom: 15px;
}
section.ceo .wrapper .full h6 {
  font-size: 20px;
  color: #cd0202;
  font-weight: 200;
}
section.oem_brand .partners_circle_wrapper {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
section.oem_brand .partners_circle {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  transform-origin: center center;
}
section.oem_brand .partners_circle_wrapper .w_circle {
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
}
section.oem_brand .partners_circle>a {
  opacity: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  position: absolute;
  mix-blend-mode: multiply;
}
section.oem_brand .partners_circle>a>img {
  position: relative;
  filter: grayscale(1);
}
section.oem_brand .partners_circle>a:hover>img {
  filter: grayscale(0);
}
section.oem_brand .select_car {
  box-sizing: border-box;
  display: block;
  margin:50px auto 0;
  width:215px;
}
section.oem_brand .select_car h5 {
  font-size: 22px;
  font-weight: 200;
  color: #af0001;
  letter-spacing: -0.03em;
  padding-bottom: 30px;
  position: relative;
}
section.oem_brand .select_car h5:after {
  top: -2px;
  left: -15px;
  border: 3px solid #af0001;
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
section.oem_brand .select_car .product_list {
  font-size: 15px;
  vertical-align: top;
  font-weight: 200;
  box-sizing: border-box;
  padding-left: 15px;
/*   padding-right: 25px; */
  display: block;
  line-height: 40px;
  height: 40px;
  background-color: #af0001;
  color: #fff;
}
section.oem_brand .select_car .product_list option{
  font-weight: 200;
}
section.oem_brand .select_car .product_list {}
section.oem_brand .select_car .product_list::-webkit-scrollbar {
  width: 4px;
}
section.oem_brand .select_car .product_list::-webkit-scrollbar-button {
  background-color: transparent;
}
section.oem_brand .select_car .product_list::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
}
section.oem_brand .select_car .product_list::-webkit-scrollbar-thumb {
  background-color: #fff;
}
section.oem_brand .product_item {
  font-size: 0;
  vertical-align: top;
   padding: 30px 20px 0;
    box-sizing: border-box;
}
section.oem_brand .product_item li {
  position: relative;
  vertical-align: top;
  width: 46.33%;
  margin: 1.8%;
  display: inline-block;
  margin-bottom: 100px;
}
section.oem_brand .product_item li a::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 100%;
  display: block;
  left: 0px;
  top: 0px;
}
section.oem_brand .product_item li .img {
  width: 80%;
  margin: 15% auto 10%;
  display: block;
  padding-top: 30px;
  background-size: 220px auto;
  background-position: 300px center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  transition: all .8s ease;
}
section.oem_brand .product_item li.active .img {
  background-position: 0 center;
}
section.oem_brand .product_item li .text_box {
  position: absolute;
  width: 100%;
  height: 100px;
}
section.oem_brand .product_item li .text_box .number {
  float: left;
  padding: 20px 0px 0px 10px;
  font-size: 16px;
  color: #000;
  font-weight: 200;
}
section.oem_brand .product_item li .text_box .size {
  float: right;
  padding: 20px 10px 0px 0px;
  font-size: 16px;
  color: #000;
  font-weight: 200;
}
section.oem_brand .product_item li .model {
  float: left;
  margin-top: -5px;
  margin-left: -5px;
  font-weight: 200;
  background: #bca98b;
  color: #fff;
  font-size: 14px;
  padding: 8px 25px;
  line-height: 20px;
  display: inline-block;
}
.item_number {
  padding-top: 50px;
  padding-right: 1.5%;
  text-align: right;
}
.item_number .total {
  font-size: 17px;
  font-weight: 200;
}
.item_number .total em {
  font-weight: 300;
  padding-left: 5px;
  font-style: normal;
  color: #af0001;
}
.hfw_disclosure *,
.hfw_financial *,
.hfw_stock * {
  font-family: "Play", "NanumSquare" !important;
}
.hfw_disclosure .common_table .tbl_row span.tbls span,
.hfw_disclosure .common_table .tbl_row span.tbls {
  font-size: 14px !important;
  font-weight: 200;
}
.hfw_financial .common_table .tbl_row span.tbls span,
.hfw_stock .common_table .tbl_row span.tbls span,
.hfw_financial h3.hf-graph-title {
  font-weight: 200 !important;
}
.hfw_disclosure .common_table .tbl_row span.tbls span,
.hfw_financial .common_table .tbl_row span.tbls span.bold {
  font-weight: 300 !important;
}
/* common */
/* news_page */
div.news_page {
  width: 100%;
  position: relative;
  margin: 0 auto;
      box-sizing: border-box;
    padding: 0 20px;
}
div.news_page .noticeTable {
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
div.news_page .noticeTable a {
  display: block;
  box-sizing: border-box;
  padding: 30px 0;
  font-size: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.news_page .noticeTable a:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}
div.news_page .noticeTable .cell {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 10px;
}
div.news_page .noticeTable .cell.tag {
  width: 10%;
  padding-top: 7px;
}
div.news_page .noticeTable .cell.tag span {
  display: inline-block;
  width:100%;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  text-align:center;
  background: #bca98b;
}
div.news_page .noticeTable .cell.title {
  width: 30%;
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
  word-break: keep-all;
  text-align: left;
  color: #222;
}
div.news_page .noticeTable .cell.memo * {
  font-family: "NanumSquare" !important;
  line-height: 28px !important;
}
div.news_page .noticeTable .cell.memo {
  width: 37%;
  word-break: keep-all;
  font-size: 16px;
  line-height: 28px;
  font-weight: 200;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgba(0, 0, 0, 0.75);
}
div.news_page .noticeTable .cell.memo i {
  display: block;
  word-break: keep-all;
  padding:25px 0 10px;
  font-size: 13px;
  line-height: 22px;
  font-style: normal;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 300;
  font-family: "play" !important;
  color: rgba(0, 0, 0, 0.75);
}
div.news_page .noticeTable .cell.img {
  width: 23%;
  height: 170px;
}
div.news_page .noticeTable .cell.img .thumb {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
div.news_page .noticeTable.detail {
  padding: 30px 0px;
  font-size: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
  box-sizing:border-box;
}
div.news_page .noticeTable.detail .cell.tag {
  width: 100px;
}
div.news_page .noticeTable.detail>span {
  display: block;
  width:100%;
}
div.news_page .noticeTable.detail>span .cell {
  width: 100%;
}
div.news_page .noticeTable.detail .cell.tag {
  padding-top: 7px;
}
div.news_page .noticeTable.detail>span .title {
  font-size: 32px;
  line-height: 42px;
}
div.news_page .noticeTable.detail>span .memo {
  word-break: keep-all;
  padding-bottom: 20px;
}
div.news_page .noticeTable.detail>span .memo a {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  padding: 0px;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  padding-bottom: 0px;
}
div.news_page .noticeTable.detail>span .memo a:hover {
  border-color: #cd6726;
  color: #cd6726;
}
div.news_page .noticeTable.detail>span .memo i {
  padding-top: 10px;
  padding-bottom: 40px;
}
div.news_page .noticeTable.detail>span .memo img {
  max-width: 100%;
  margin: 0px 0;
  padding-bottom: 0px;
}
div.btn_align_wrapper :after {
  clear: both;
  content: '';
  display: block;
}
div.news_page a.btn {
  line-height: 44px;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 60px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #af0001;
  color: #fff;
  display: block;
  margin: 30px 40px;
  float: right;
  transition: background .3s ease;
}
div.news_page a.btn:hover {
  background: #bca98b;
}
/* 전자공고 */
.chartTable {
  display: table;
  width: 100%;
}
.chartTable_img {
  position: relative;
  vertical-align: top;
  height: auto;
  width: 12%;
  display: inline-block;
}
.chartTable_img img {
  width: 100%;
  position: relative;
  max-width: 138px;
}
.chartTable_wrap {
  width: 88%;
  padding-bottom: 30px;
  display: inline-block;
}
.chartTableRow {
  display: table-row;
  background: #f0f0f0;
}
.chartTableRow:nth-of-type(2n-1) {
  background: #f9f9f9;
}
.chartTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.chartTableCell,
.divTableHead {
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: table-cell;
  padding: 3px 10px;
  word-break: keep-all;
}
.chartTableCell:last-child,
.divTableHead:last-child {
  border-right: 0px;
}
.divTableHead {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #5e5b5a;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 22px 0px;
}
.chartTableCell {
  line-height: 20px;
  text-align: center;
  padding: 22px 0px;
  font-weight: 200;
}
.chartTableCell.half {
  width: 50%;
}
.chartTableCell>span {
  width: 80px;
  background: #5e5b5a;
  font-weight: 300;
  color: #fff;
  padding: 3px 15px;
  font-size: 13px;
  margin-right: 10px;
  display: none;
}
.chartTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.chartTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.chartTableBody {
  display: table-row-group;
}
.chartTable {
  border-top: 3px solid #f6bb42;
  border-bottom: 2px solid #c6c6c6;
}
section.electron-page .btn,
section.ir_reference .btn {
  color: #af0001;
  display:block;
	width:100%;
	height:100%;

}
.electron-page_v2 .chartTable {
  display: block;
  font-size: 0;
}
.electron-page_v2 .chartTableBody {
  display: block;
}
.electron-page_v2 .chartTableRow {
  display: block;
}
.electron-page_v2 .divTableHead {
  display: inline-block;
}
.electron-page_v2 .chartTableCell {
  display: inline-block;
  vertical-align: top;
}
.electron-page_v2 .num {
  width: 8%;
}
.electron-page_v2 .title {
  width: 51.74%;
}
.electron-page_v2 .title_v2 {
  width: 51.74%;
  padding: 0;
}
.electron-page_v2 .title_v2>a {
  padding: 25.5px 10px;
  box-sizing: border-box;
  color: #000;
}
.electron-page_v2 .title_v2>a {

}
.electron-page_v2 .title_v2>a:hover {
  color: #af0001;
}
.electron-page_v2 .download {
  width: 20%;
}
.electron-page_v2 .who {
  width: 20%;
}
.electron-page_v2 .chartTableCell>span {
  display: inline;
  font-size: 0;
  padding: 0;
  display: none;
}
.electron-page_v2 .full {
  display: block;
  cursor: pointer;
}
/* 홍보동영상 */
section.promotion-page section.data_center .brochureTable {
    border-bottom: 0px;
}
.brochureTable {
  font-size: 0px;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
.brochureCell {
  display: inline-block;
  width: 25%;
  padding-bottom: 35px;
  vertical-align: middle;
}
.brochureCell p {
  padding-top: 20px;
  padding-left: 58px;
  padding-bottom: 25px;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 24px;
}
.brochureTable.type2 .brochureCell p {
  padding-left: 10%;
  padding-right: 10%;
  color: #000;
  height: 90px;
  box-sizing: border-box;
}
.brochureCell a.btn {
  margin-left: 156px;
}
.brochureCell .brochure {
  width: 330px;
  height: 270px;
  position: relative;
}
.brochureCell .brochure .cover {
  width: 200px;
  height: 256px;
  position: absolute;
  left: 60px;
  top: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.03);
}
.brochureTable.type2 .brochureCell .brochure {
  width: 100%;
  height: 200px;
}
.brochureTable.type2 .brochureCell .brochure .cover {
  width: 80%;
  left: 10%;
  background-position: center center;
  height: 100%;
  margin-left:auto;
}
.brochureCell .brochure .cover_bg {
  width: 330px;
  height: 270px;
  position: relative;
  background: url('../images/sub/data_center_img1.png')
}
.brochureCell .brochure .tag {
  position: absolute;
  line-height: 30px;
  font-size: 14px;
  padding: 0px 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
  z-index: 2;
  left: 42px;
  top: 18px;
  background: #f6bb42;
  color: #222;
}

section.data_center .brochureTable.type2 .brochureCell {
  width: 48%;
  position: relative;
  margin-right:2%;
  padding:0;
  margin-bottom:35px;
}
section.data_center .promotion-page .type2>div:nth-child(2n){
  margin-right:0;
}
.brochureTable.type2 .brochureCell
.brochureTable.type2 .brochureCell p {
  padding-left: 10%;
  padding-right: 10%;
  color: #000;
  height: 90px;
  box-sizing: border-box;
}
section.promotion-page .select_box {
  display: block;
  position: relative;
  text-align: center;
  width: 30%;
  margin: 0px auto 5px;
  height: 40px;
  background: url('../images/sub/select_ico1.png') calc(100% - 15px) 1px no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section.promotion-page .select_box.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: url('../images/sub/select_ico1.png') calc(100% - 15px) -39px no-repeat #e87e04;
}
section.promotion-page .select_box>label {
  position: absolute;
  width: 100%;
  font-weight: 400;
  height: 100%;
  font-size: 14px;
  text-align: left;
  padding: 0px 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  line-height: 40px;
}
section.promotion-page .select_box.active>label {
  color: rgba(255, 255, 255, 0.75);
}
section.promotion-page .select_box>select {
  width: 100%;
  height: 100%;
  min-height: 40px;
  line-height: 40px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  T opacity: 0;
  filter: alpha(opacity=0);
}
section.promotion-page .select_box>select option {
  line-height: 30px;
  font-size: 16px;
  padding: 5px 0px;
}

/* 2021 1.27 ==> /process/development-page.asp 수정*/
section.development .apply>div:nth-child(1) .video_wrap {
background-image: url('../images/sub/development-page_img01.png');
}
section.development .apply>div:nth-child(2) .video_wrap {
background-image: url('../images/sub/development-page_img02.png');
}
section.development .apply .item:nth-child(2) .video_wrap{
    background-position: 37% 100%;
}
section.development .apply>div:nth-child(3) .video_wrap {
background-image: url('../images/sub/development-page_img03.png');
}
section.development .apply>div:nth-child(4) .video_wrap {
background-image: url('../images/sub/development-page_img04.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
section.development .apply>div:nth-child(5) .video_wrap {
background-image: url('../images/sub/development-page_img05.png');
}
section.development .apply>div:nth-child(6) .video_wrap {
background-image: url('../images/sub/development-page_img06.png');
}
section.development .apply>div:nth-child(7) .video_wrap {
background-image: url('../images/sub/development-page_img07.png');
    background-size: contain;
    background-repeat: no-repeat;
}
section.development .item .slide_v1 .ss1 {
    background-image: url('../images/sub/development-page_img07_1.png');
}

section.development .item .slide_v1 .ss2 {
    background-image: url('../images/sub/development-page_img07_2.png');
}

section.development .item .slide_v1 .ss3 {
    background-image: url('../images/sub/development-page_img07_3.png');
}

section.development .item .slide_v1 .ss4 {
    background-image: url('../images/sub/development-page_img07_4.png');
}

section.development .item .slide_v1 .ss5 {
    background-image: url('../images/sub/development-page_img07_5.png');
}

section.development .item .slide_v1 .slide {
    background-repeat: no-repeat;
    background-size: cover;
    width: 282px;
    height: 255px;
}

section.development .apply .item .video_wrap {
    width: 282px;
    height: 255px;
    background-size: cover;
    background-position: 50% 50%;
}
/* 2021 1.27 ==> /process/development-page.asp 수정*/

/* 2021 1.27 ==> /process/production-page.asp 수정*/
section.product .apply>div:nth-child(1) .video_wrap {
    background-image: url('../images/sub/production-page_img01.png');
}
section.product .apply>div:nth-child(2) .video_wrap {
    background-image: url('../images/sub/production-page_img02.png');
}
section.product .apply>div:nth-child(3) .video_wrap {
    background-image: url('../images/sub/production-page_img03.png');
}
section.product .apply>div:nth-child(4) .video_wrap {
    background-image: url('../images/sub/production-page_img04.png');
}
section.product .apply>div:nth-child(5) .video_wrap {
    background-image: url('../images/sub/production-page_img05.png');
}
section.product .apply>div:nth-child(6) .video_wrap {
    background-image: url('../images/sub/production-page_img06.png');
}
/* section.product .apply>div:nth-child(7) .video_wrap {
    background-image: url('../images/sub/production-page_img07.png');
} */
section.product .apply>div:nth-child(8) .video_wrap {
    background-image: url('../images/sub/production-page_img08.png');
}
section.product .apply>div:nth-child(9) .video_wrap {
    background-image: url('../images/sub/production-page_img09.png');
}

/* 2021 1.27 ==> /process/production-page.asp 수정*/

/* 2021 2.5 ==> /page/pr/award-export.asp 수정*/
.fancybox-image{position:absolute; width:500px; height:500px; top:50%; left:50%; margin-top:-250px; margin-left:-250px; }
