/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* project start rolling */
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 #fff;
  -webkit-box-shadow: 0 #fff;
  box-shadow: 0 #fff;
  border: none;
  background: #fff;
}

/**
 * 프로젝트 명 - 효성cms style
 * file name: style.css
 * author: 민경은, 2020.01.20]
 * modify: 민경은, 2020.01.20]
 * comment : 1. bx slider 관련된 모든것들을 이 페이지에 넣어 둠
 */
.bx-wrapper {  box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border: none; }

 /* visual main */
#content .visual { position: relative; height: 630px; overflow: hidden; }
#content .visual .innerVisualBox { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; height: 100%; }
#content .visual .innerVisualBox .mainVisual { margin: 0 auto; height: 100%; }
#content .visual .innerVisualBox .mainVisual .slider { height: 100%; }
#content .visual .innerVisualBox .mainVisual .slider div { height: 100%; }
#content .visual .innerVisualBox .mainVisual .slider div a { display: block; height: 100%; text-indent: -999999999999999999px; }
#content .visual .innerVisualBox .mainVisual .bx-wrapper { margin: 0 auto; width: 2000px; height: 100%; height: 100%; }
#content .visual .innerVisualBox .mainVisual .bx-wrapper .bx-viewport { height: 100% !important; }
/* bx-pager */
#bx-pager { position: absolute; bottom: 10px; left: 50%; margin: -47px 0 0 -217px; padding: 17px 0 0 0; width: 434px; height: 94px; border-radius: 47px; background: #000; opacity: 0.8; }
#bx-pager div {float:left; width: 25%; }
#bx-pager a { position: relative; margin: 0; padding: 26px 0 0 0; display:block; width: 100%; height: 100%; border-radius: 0; font-size: 13px; color: #fff; font-weight: 400; text-align:center; text-indent: 0; line-height: 18px; word-break: keep-all; }
#bx-pager a:hover,
#bx-pager a.active { color: #489dfb; }
#bx-pager a:after { position: absolute; right: 0; top: 21px; width: 1px; height: 20px; background: #5e636d; content: ''; }
#bx-pager div:last-child a:before { display: none; }
#bx-pager div:first-child a { background: url('../images/bg/bg_mainBxBgOff01.png') no-repeat center top; }
#bx-pager div:first-child a:hover,
#bx-pager div:first-child a.active { background-image: url('../images/bg/bg_mainBxBgOn01.png'); }
#bx-pager div:nth-child(2) a {background: url('../images/bg/bg_mainBxBgOff02.png') no-repeat center top; }
#bx-pager div:nth-child(2) a:hover,
#bx-pager div:nth-child(2) a.active { background-image: url('../images/bg/bg_mainBxBgOn02.png'); }
#bx-pager div:nth-child(3) a {background: url('../images/bg/bg_mainBxBgOff03.png') no-repeat center top; }
#bx-pager div:nth-child(3) a:hover,
#bx-pager div:nth-child(3) a.active { background-image: url('../images/bg/bg_mainBxBgOn03.png'); }
#bx-pager div:nth-child(4) a {background: url('../images/bg/bg_mainBxBgOff04.png') no-repeat center top; }
#bx-pager div:nth-child(4) a:hover,
#bx-pager div:nth-child(4) a.active { background-image: url('../images/bg/bg_mainBxBgOn04.png'); }

/* news */
.noticeWrap { height: 80px; }
.noticeWrap > .innerBox { height: 100%; }
.noticeWrap > .innerBox .leftArea,
.noticeWrap > .innerBox .rightArea { float: left; width: 50%; height: 100%; }
.noticeWrap > .innerBox .leftArea .innerBox,
.noticeWrap > .innerBox .rightArea .innerBox { position: relative; padding: 0 0 0 0; float: right; width: 600px; height: 100%; }
.noticeWrap > .innerBox .leftArea .tit,
.noticeWrap > .innerBox .rightArea .tit { float: left; width: 81px; line-height: 80px; font-size: 15px; color: #010101; font-weight: 600; letter-spacing: -0.45px; height: 100%; }
.noticeWrap > .innerBox .leftArea .tit .icon,
.noticeWrap > .innerBox .rightArea .tit .icon { font-size: 15px; color: #489dfb; font-weight: 600; letter-spacing: -0.45px; height: 100%; display: inline-block; }
.noticeWrap > .innerBox .leftArea .noticeCon,
.noticeWrap > .innerBox .rightArea .foundedCon { position: relative; top: 28px; float: left; width: 439px; height: 21px; overflow: visible !important; }
.noticeWrap > .innerBox .leftArea .slider div a,
.noticeWrap > .innerBox .rightArea .slider div a { display: inline-block; max-width: 90%; font-weight: 400; font-size: 15px; color: #454545; letter-spacing: -0.45px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.noticeWrap > .innerBox .leftArea .slider div:hover a,
.noticeWrap > .innerBox .rightArea .slider div:hover a { border-bottom: solid 1px #454545; }
.noticeWrap > .innerBox > div > .innerBox > a { position: absolute; top: 26px; right: 20px; display: block; width: 60px; height: 30px; font-size: 13px; color: #010101; border: solid 1px #000; border-radius: 14px; font-weight: 600; letter-spacing: -0.39px;; line-height: 28px; text-align: center; }
.noticeWrap > .innerBox .leftArea .innerBox:after { position: absolute; right: 0; top: 23px; width: 1px; height: 37px; background: #ebebeb; content: ''; }
.noticeWrap > .innerBox .rightArea .innerBox { padding-left: 19px; float: left; }