/* 메인슬라이더 */
#visual {
  width: 100%;
  min-width: 1300px;
  height: 634px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
a {
  cursor: pointer;
}

#visual .sliderbx {
  z-index: 10;
  width: 100% !important;
  height: 634px;
  position: relative;
}

#visual #slogan {
  text-align: center;
  color: #fff;
  width: 1000px;
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -500px;
  z-index: 1000; /*text-shadow:1px 1px 1px #111;*/
}
#visual #slogan .img01 {
  font-size: 1.8em;
  font-weight: 200;
  letter-spacing: -0.5px;
  visibility: hidden;
}
#visual #slogan .img02 {
  font-size: 5em;
  color: #fff;
  font-weight: 900;
  padding-top: 20px;
  letter-spacing: -1px;
  visibility: hidden;
  line-height: 1.2em;
}
#visual #slogan .mt {
  font-weight: 100;
  font-size: 1.7em;
  visibility: hidden;
  line-height: 1.5em;
  padding-top: 15px;
  letter-spacing: -1.7px;
}
#visual #slogan .slogan_box1 {
  width: 40px;
  height: 100px;
  border: 10px solid #fff;
  border-right: 0;
  position: absolute;
  top: 25px;
  left: 30px;
}
#visual #slogan .slogan_box2 {
  width: 40px;
  height: 100px;
  border: 10px solid #fff;
  border-left: 0;
  position: absolute;
  top: 25px;
  right: 30px;
}

#visual .sliderbx li {
  width: 100% !important;
  height: 634px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
#visual .sliderbx li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
}
#visual .sliderbx li.mv01 {
  background-image: url(../img/main/mvisual01.jpg);
}
#visual .sliderbx li.mv02 {
  background-image: url(../img/main/mvisual02.jpg);
}
#visual .sliderbx li.mv03 {
  background-image: url(../img/main/mvisual03.jpg);
}
#visual .sliderbx li.mv04 {
  background-image: url(../img/main/mvisual04.jpg);
}
#visual .sliderbx li a {
  display: block;
  width: 100%;
  height: 650px;
}

#visual div.bx-pager {
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -53px;
  z-index: 101;
}
#visual div.bx-pager div {
  float: left;
  margin: 0 4px;
}
#visual div.bx-pager div a {
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  border-radius: 20px;
  background: #fff;
}
#visual div.bx-pager div a.active {
  width: 40px;
}
#visual div.bx-controls-direction a {
  display: block;
  width: 50px;
  height: 50px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 0 0 0 5px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -25px !important;
  z-index: 9999;
} /*좌우버튼동시선택*/
#visual a.bx-prev {
  transform: translateY(-50%) rotate(45deg);
  left: 40px;
}
#visual a.bx-next {
  transform: translateY(-50%) rotate(-135deg);
  right: 40px;
}
#visual div.bx-controls-auto {
  position: absolute;
  width: 40px;
  top: 30px;
  z-index: 2;
  left: 50%;
  margin-left: 470px;
}
#visual div.bx-controls-auto a {
  float: left;
  margin-right: 3px;
  width: 12px;
  height: 12px;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  text-indent: -9999px;
} /*플레이스탑버튼동시선택*/
#visual div.bx-controls-auto a.bx-start {
  background: url(../img/common/btn_play.png) no-repeat 50% 50% #4c5365;
}
#visual div.bx-controls-auto a.bx-stop {
  background: url(../img/common/btn_stop.png) no-repeat 50% 50% #4c5365;
}
@media (max-width: 1300px) {
  #visual {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  #visual {
    height: 200px;
  }
  #visual #slogan {
    width: 100%;
    top: 25%;
    margin-left: inherit;
    left: inherit;
    padding: 20px;
  }
  #visual #slogan .img01 {
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: -1px;
  }
  #visual #slogan .img02 {
    font-size: 1.8em;
    padding-top: 5px;
    line-height: 1.2em;
  }
  #visual #slogan .mt {
    font-size: 1em;
    letter-spacing: -1px;
    padding-top: 5px;
  }
  #visual #slogan .slogan_box1 {
    width: 20px;
    height: 60px;
    border-width: 5px;
    top: 3px;
    left: 0px;
  }
  #visual #slogan .slogan_box2 {
    width: 20px;
    height: 60px;
    border-width: 5px;
    top: 3px;
    right: 0px;
  }

  #visual .sliderbx li {
    width: 100% !important;
    height: 200px;
    background-position: center top;
    background-size: cover;
  }
  #visual div.bx-pager {
    bottom: 15px;
    margin-left: -35px;
  }
  #visual div.bx-pager div {
    margin: 0 2px;
  }
  #visual div.bx-pager div a {
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
  #visual div.bx-controls-direction {
    display: none;
  }
}

/*6배너*/
#com_bx {
  position: relative;
  width: 100%;
  background: #20242d;
}
#com_bx .up {
  position: relative;
  z-index: 100;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  top: -80px;
  box-shadow: 15px 10px 34px 15px rgb(0 28 59 / 15%);
}
#com_bx .up ul li {
  float: left;
  width: 25%;
  padding: 40px;
  height: 340px;
  text-align: right;
  color: #fff;
  position: relative;
  text-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}
#com_bx .up ul li:nth-child(1) {
  background: url(../img/main/contact_bg.jpg) no-repeat center bottom / cover;
}
#com_bx .up ul li:nth-child(2) {
  background: url(../img/main/com_06.jpg) no-repeat center center / cover;
}
/*
#com_bx .up ul li:nth-child(3){ background: url(../img/main/com_03.jpg) no-repeat center center / cover;}
#com_bx .up ul li:nth-child(4){ background: url(../img/main/com_04.jpg) no-repeat center center / cover;}
#com_bx .up ul li:nth-child(5){ background: url(../img/main/com_05.jpg) no-repeat center center / cover;}
#com_bx .up ul li:nth-child(6){ background: url(../img/main/com_06.jpg) no-repeat center center / cover; }
*/
#com_bx .up ul li.under {
  width: 100%;
}
#com_bx .up ul li dt {
  font-size: 2.2em;
  font-weight: 400;
  margin: 20px 0;
}
#com_bx .up ul li dt span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 1px;
}
#com_bx .up ul li dd {
  font-weight: 200;
}
#com_bx .up ul li:nth-child(1) dd {
  padding: 0 0 0 100px;
  font-size: 1.2em;
  font-weight: 300;
}
#com_bx .up ul li:nth-child(2) dd {
  padding: 0 100px;
  font-size: 1.2em;
  font-weight: 300;
}
#com_bx .up ul li:nth-child(1) dd.call {
  padding: 10px 0 5px 0;
  font-size: 2em;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  width: 230px;
  margin: 10px 0 10px auto;
}
#com_bx .up ul li a {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background: #23479d;
}
#com_bx .up ul li a:hover {
  background: #fff;
  color: #000;
}
#com_bx .up ul li:nth-child(2) a {
  border: 1px solid #fff;
}
#com_bx .up ul li:nth-child(2) a:hover {
  background: #000;
  color: #fff;
}
#com_bx .under ul li {
  float: left;
  width: 50%;
}
@media (max-width: 1300px) {
  #com_bx {
    width: 100%;
    margin: 0;
  }
  #com_bx .up {
    position: inherit;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #com_bx .up ul li {
    width: 50%;
    padding: 10px;
    height: 158px;
    text-align: center;
  }
  #com_bx .up ul li dt {
    font-size: 1.4em;
    margin: 12px;
  }
  #com_bx .up ul li dt span {
    font-size: 0.3em;
  }
  #com_bx .up ul li dd {
    font-size: 0.7em;
  }
  #com_bx .up ul li:nth-child(1) dd {
    padding: 0;
  }
  #com_bx .up ul li:nth-child(1) dd.call {
    font-size: 1.4em;
    padding: 5px 0;
    margin: 5px auto;
    width: 140px;
  }
  #com_bx .up ul li a {
    font-size: 1em;
    padding: 5px 15px;
    position: unset;
    margin: 10px 0;
  }
  #com_bx .up ul li.under {
    width: 100%;
    height: auto;
  }
}

/*메인-parallax */
#business {
  width: 100%;
  background: #000 url(../img/main/back01.jpg) no-repeat center;
  color: #fff;
  text-align: center;
  background-attachment: fixed;
  padding: 80px 0;
}
#business h2 {
  font-size: 3.3em;
  letter-spacing: -2.5px;
}
#business h3 {
  font-size: 1.6em;
  padding-top: 10px;
}
#business ul {
  width: 1200px;
  margin: 50px auto 30px auto;
}
#business ul li {
  float: left;
  width: calc(33.333% - 16px);
  margin: 8px;
  border: 10px solid rgba(255, 255, 255, 0);
  position: relative;
}
/*#business ul li:hover{border:10px solid #ffc600;transition:all 0.5s; }*/
#business ul li dl {
  text-align: left;
}
#business ul li dt img {
  width: 100%;
  height: auto;
}
#business ul li dd {
  background: #fff;
  padding: 20px;
}
#business ul li dd .thumb_tit {
  font-size: 1.7em;
  color: #000;
}
#business ul li dd .thumb_sub {
  font-size: 1.2em;
  margin-top: 10px;
  color: #666;
}
@media (max-width: 991px) {
  /*parallax */
  #business {
    margin-top: 0;
    padding: 20px 0;
  }
  #business h2 {
    font-size: 1.6em;
    letter-spacing: -1px;
  }
  #business h3 {
    font-size: 1em;
    padding-top: 5px;
  }
  #business ul {
    width: 100%;
    margin: 10px auto 10px auto;
  }
  #business ul li {
    float: left;
    width: calc(100% - 10px);
    margin: 5px;
    border: 5px solid rgba(255, 255, 255, 0);
  }
  #business ul li dt {
    height: 155px;
    overflow: hidden;
  }
  #business ul li dd {
    padding: 12px;
  }
  #business ul li dd .thumb_tit {
    font-size: 1.1em;
  }
  #business ul li dd .thumb_sub {
    font-size: 0.9em;
  }
}

/*hoverBOX*/
.block_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 2;
}
.block_over .drawborder {
  display: block;
  background: #ffc600;
  position: absolute;
}
.block_over .drawborder-top {
  width: 0%;
  height: 10px;
  left: 0;
  top: 0;
  transition-delay: 0s;
}
.block_over .drawborder-left {
  width: 10px;
  height: 0%;
  top: 0;
  right: 0;
  transition-delay: 0s;
}
.block_over .drawborder-bottom {
  width: 0%;
  height: 10px;
  right: 0;
  bottom: 0;
  transition-delay: 0s;
}
.block_over .drawborder-right {
  width: 10px;
  height: 0;
  left: 0;
  bottom: 0;
  transition-delay: 0s;
}
.block_over:hover .drawborder {
  transition: all 0.25s;
}
.block_over:hover .drawborder-top {
  width: 100%;
  transition-delay: 0s;
}
.block_over:hover .drawborder-left {
  height: 100%;
  transition-delay: 0.1s;
}
.block_over:hover .drawborder-bottom {
  width: 100%;
  transition-delay: 0.2s;
}
.block_over:hover .drawborder-right {
  height: 100%;
  transition-delay: 0.3s;
}

/* 사업분야 */
.area_business {
  position: relative;
  padding: 150px 0;
  z-index: 1;
}
.area_business:after {
  content: "";
  display: block;
  clear: both;
}
.area_business .title {
  position: absolute;
  top: 50%;
  float: left;
  width: 400px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.area_business .title.on {
  position: fixed;
}
.area_business .title.off {
  position: absolute;
}
.area_business .title em {
  font-style: normal;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.area_business .title h2 {
  display: block;
  padding: 20px 0;
  font-size: 55px;
  font-weight: 600;
  color: #333;
}
.area_business .title p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.6em;
  word-break: keep-all;
}

.list_business {
  float: left;
  width: calc(100% - 450px);
  margin-left: 450px;
}
.list_business > li {
  position: relative;
  float: left;
  margin: 0 70px 70px 0;
  width: calc((100% / 2) - 35px);
  width: -webkit-calc((100%/2) - 35px);
  height: 448px;
  box-shadow: 5px 8.66px 22.75px 12.25px rgba(0, 28, 59, 0.27);
  transition: all 0.3s ease;
}
.list_business > li:nth-child(2n) {
  top: 0;
  margin: 0 0 70px;
}
.list_business > li:nth-child(2n-1) {
  top: 120px;
}
.list_business > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.list_business > li > a .area_img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list_business > li > a .area_img img {
  height: 100%;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.51, 0.21, 1, 1);
}
.list_business > li > a .area_txt {
  position: absolute;
  left: -30px;
  bottom: -30px;
  background: #23479d;
  padding: 40px 30px;
}
.list_business > li > a .area_txt > em {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.list_business > li > a .area_txt > span {
  display: block;
  padding: 8px 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.list_business > li:hover {
  top: -30px;
  box-shadow: 5px 8.66px 22.75px 12.25px rgba(0, 28, 59, 0.5);
}
.list_business > li:hover a .area_img img {
  transform: scale(1.05);
}
.list_business > li:nth-child(2n-1):hover {
  top: 90px;
}

@media screen and (max-width: 1400px) {
  .list_business {
    width: 68%;
    margin-left: 32%;
  }
  .list_business > li {
    margin: 0 8% 8% 0;
    width: calc((100% / 2) - 4%);
    width: -webkit-calc((100%/2) - 4%);
  }
  .list_business > li:nth-child(2n) {
    margin: 0 0 4%;
  }
  .area_business .title {
    width: 32%;
  }
  .area_business .title.on {
    position: absolute;
  }
}

@media screen and (max-width: 1300px) {
  .list_business > li {
    height: 410px;
  }
}
@media screen and (max-width: 1200px) {
  .area_business .title {
    width: 29%;
  }
  .area_business .title p br {
    display: none;
  }
  .list_business > li {
    margin: 0 6% 6% 0;
    width: calc((100% / 2) - 3%);
    width: -webkit-calc((100%/2) - 3%);
    height: 380px;
  }
  .list_business > li:nth-child(2n) {
    margin: 0 0 6%;
  }
  .list_business > li > a .area_txt {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .area_business .title em {
    font-size: 20px;
  }
  .area_business .title p br {
    display: block;
  }
  .area_business .title h2 {
    padding: 12px 0;
    font-size: 45px;
  }
  .area_business {
    background: url("../img/main/business_bg.jpg") repeat-y center;
    background-size: cover;
  }
  .area_business .title {
    position: relative;
    top: unset;
    width: 100%;
    text-align: center;
    transform: translateY(0);
  }
  .area_business .title.on {
    position: relative;
  }
  .list_business {
    width: 80%;
    margin-left: 0;
    margin: 40px 10% 0;
  }
  .list_business > li:nth-child(2n-1),
  .list_business > li:nth-child(2n-1):hover {
    top: 0;
  }
  .list_business > li:nth-child(2n) {
    top: 40px;
  }
  body.on .fixed_bg {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .list_business {
    width: 90%;
    margin-left: 0;
    margin: 40px 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .area_business {
    padding: 100px 0 120px;
  }
  .list_business {
    width: 100%;
    margin-left: 0;
    margin: 40px 0 0;
  }
  .area_business .title em {
    font-size: 20px;
  }
  .area_business .title h2 {
    padding: 10px 0;
    font-size: 40px;
  }
  .area_business .title p {
    font-size: 15px;
  }
  .list_business > li > a .area_txt {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .list_business > li {
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .area_business {
    padding: 60px 0 80px;
  }
  .list_business > li {
    height: 260px;
  }
  .area_business .title em {
    font-size: 17px;
  }
  .area_business .title h2 {
    padding: 6px 0 10px;
    font-size: 30px;
  }
  .area_business .title p {
    font-size: 14px;
    line-height: 1.5em;
  }
  .list_business > li {
    margin: 0 5% calc(66px + 5%) 0;
    width: calc((100% / 2) - 2.5%);
    width: -webkit-calc((100%/2) - 2.5%);
  }
  .list_business > li:nth-child(2n) {
    margin: 0 0 5%;
  }
  .list_business > li > a .area_txt {
    left: 15px;
  }
  .list_business > li > a .area_txt > em {
    font-size: 14px;
  }
  .list_business > li > a .area_txt > span {
    padding: 2px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .area_business .title h2 {
    font-size: 27px;
  }
  .list_business {
    margin: 30px 0 0;
  }
  .list_business > li {
    height: 210px;
  }
  .list_business > li > a .area_txt {
    position: relative;
    left: 0;
    bottom: 10px;
    padding: 10px 20px;
  }
  .list_business > li > a .area_txt > em {
    font-size: 13px;
  }
  .list_business > li > a .area_txt > span {
    font-size: 16px;
  }
  .list_business > li:nth-child(2n) {
    top: 25px;
  }
}
@media screen and (max-width: 420px) {
  .area_business {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 400px) {
  .list_business {
    margin: 20px 0 0;
  }
  .list_business > li {
    height: 180px;
  }
  .list_business > li > a .area_txt > em {
    font-size: 11px;
  }
  .list_business > li > a .area_txt > span {
    padding: 0;
  }
  .list_business > li > a .area_img img {
    width: 100%;
    height: auto;
  }
}

/* 마린 */
.area_marin {
  position: relative;
  padding: 150px 0;
  z-index: 1;
  background: #fff;
}
.area_marin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33%;
  background: url("../img/main/company_bg.jpg") no-repeat;
  background-size: cover;
}
.area_marin:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 4%;
  bottom: 100px;
  width: 515px;
  height: 123px;
  background: url("../img/main/obj_marin.png") no-repeat center;
  background-size: contain;
}
.area_marin .area_img {
  float: left;
  width: 495px;
  margin: 0 70px 0 0;
  box-shadow: 15px 10px 34px 15px rgb(0 28 59 / 15%);
}
.area_marin .area_img img {
  width: 100%;
  height: auto;
}
.area_marin .area_txt {
  position: relative;
  float: left;
  padding: 90px 0 0;
  width: calc(100% - 565px);
  width: -webkit-calc(100% - 565px);
}
.area_marin .area_txt h3 {
  font-size: 45px;
  font-weight: 600;
  color: #222;
  line-height: 1.3em;
}
.area_marin .area_txt p {
  display: block;
  padding: 40px 0;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  line-height: 1.8em;
}
.area_btn {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  transition: all 0.3s ease;
}
.area_btn i {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 10px;
  width: 50px;
  height: 1px;
  background: #222;
  transition: all 0.3s ease;
}
.area_btn i:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: -2px;
  left: 30%;
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.area_btn:hover i:before {
  opacity: 1;
  left: 98%;
}

@media screen and (max-width: 1400px) {
  .area_marin .area_img {
    width: 40%;
    margin: 0 5% 0 0;
  }
  .area_marin .area_txt {
    width: 55%;
  }
  .area_marin .area_txt h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .area_marin .area_txt h3 {
    font-size: 35px;
  }
  .area_marin:after {
    width: 38%;
    bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .area_marin .area_txt h3 {
    font-size: 32px;
  }
  .area_marin .area_txt p {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .area_marin {
    padding: 100px 0;
  }
  .area_marin .area_img {
    width: 60%;
    margin: 0 20%;
  }
  .area_marin .area_txt {
    width: 80%;
    margin: 0 10%;
  }
  .area_marin .area_txt {
    padding: 50px 0 0;
  }
  .area_marin:after {
    width: 42%;
    bottom: 30px;
  }
  .area_btn {
    float: right;
  }
}
@media screen and (max-width: 650px) {
  .area_marin .area_img {
    width: 70%;
    margin: 0 15%;
  }
  .area_marin .area_txt {
    width: 90%;
    margin: 0 5%;
  }
  .area_marin .area_txt p {
    font-size: 16px;
  }
  .area_marin .area_txt p br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .area_marin {
    padding: 60px 0;
  }
  .area_marin .area_img {
    width: 86%;
    margin: 0 7%;
  }
  .area_marin .area_txt {
    width: 94%;
    margin: 0 3%;
  }
  .area_marin .area_txt {
    padding: 30px 0 0;
  }
  .area_marin .area_txt h3 {
    font-size: 26px;
  }
  .area_marin .area_txt p {
    padding: 12px 0;
    font-size: 15px;
  }
  .area_marin:after {
    bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .area_marin .area_txt h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  .area_marin {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .area_marin:before {
    background: none;
  }
}

/* 진행사업 */
.area_work {
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  padding: 150px 0;
  text-align: center;
}
.area_work .title {
  text-align: center;
}
.area_work .title > h2 {
  font-size: 50px;
  font-weight: bold;
  color: #222;
}
.area_work .title > p {
  display: block;
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #555;
}

/* tab */
.tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab ul.title li:first-child {
  margin-left: 0;
}
.tab ul.title li {
  float: left;
  margin-left: 0px;
}
.tab ul.title li a {
  display: block;
  padding: 13px 50px;
  background: #eee;
  color: #222;
}
.tab ul.title li a.show {
  background: #bc3232;
  color: #fff;
}
.tab ul.title:after {
  content: "";
  display: block;
  clear: both;
}
.tab ul.panel li {
  display: none;
  overflow: hidden;
  height: auto;
}
.tab ul.title {
  text-align: center;
  margin-bottom: 40px;
}

.tab ul.title li {
  display: inline-block;
  float: none !important;
}

/* tab  */
.tabs {
  margin: 40px 0 0;
  width: 100%;
}
.tabs:after {
  content: "";
  display: block;
  clear: both;
}
.tabs li {
  float: left;
  margin: 0 10px 0 0;
  padding: 11px;
  min-width: 150px;
  background: #ddd;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
}
.tabs li span {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
}
.tabs li.active {
  background: #192448;
  color: #fff;
  box-shadow: 0px 3px 7.36px 0.64px rgba(25, 36, 72, 0.32);
}
.tabs li:hover {
  background: #192448;
  color: #fff;
}
.tab_container {
  margin: 20px 0 0;
  width: 100%;
  background: #fff;
}
.tab_content {
  position: relative;
  height: 500px;
}
.tab_content:after {
  content: "";
  display: block;
  clear: both;
}
.tab_content .area_right {
  display: table;
  width: 100%;
  height: 100%;
}
.tab_content .area_right {
  padding: 40px;
  box-sizing: border-box;
}

.table caption {
  display: none;
}
.area_work .area_table {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.work_info {
  margin: 30px 0 0;
}
.work_info > li {
  display: block;
  width: 100%;
}
.work_info > li:after {
  content: "";
  display: block;
  clear: both;
}
.work_info > li > em {
  float: left;
  padding: 15px;
  width: 30%;
  border-top: 2px solid #dc2020;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 19px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
.work_info > li > .work_content {
  float: left;
  padding: 18px 15px 15px;
  width: 70%;
  box-sizing: border-box;
  border-top: 2px solid #222;
}
.work_info > li > .work_content p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.6em;
}
.area_work .table {
  margin: 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.area_work .table > thead {
  font-size: 16px;
  padding: 50px 0;
}
.area_work .table > thead > tr > th {
  font-weight: bold;
  text-align: center;
}
.area_work .table > tbody > tr:nth-child(2n-1) {
  background: #f9f9f9;
}
.area_work .table > tbody > tr > td {
  padding: 14px 20px;
  border-right: 1px solid #eee !important;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  word-break: keep-all;
}
.area_work .table > tbody > tr > td:last-child {
  text-align: left;
  border-right: none !important;
}
.mob_info {
  display: none;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #eee;
}
#tab1 .area_left {
  height: 100%;
  background: url(../img/main/img_work01.jpg) no-repeat center;
  background-size: cover;
}
#tab2 .area_left {
  height: 100%;
  background: url(../img/main/img_work01.jpg) no-repeat center;
  background-size: cover;
}
.area_btn02 {
  position: relative;
  z-index: 1;
  margin: 50px 0 0;
  text-align: center;
  display: inline-block;
  min-width: 180px;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  border: 3px solid #eee;
  transition: all 0.5s ease;
}
.area_btn02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #192448;
  z-index: -1;
  transition: all 0.5s ease;
}
.area_btn02:hover {
  color: #fff;
  border: 3px solid #192448;
  box-shadow: 0px 3px 7.36px 0.64px rgba(25, 36, 72, 0.32);
}
.area_btn02:hover:before {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .area_work {
    padding: 150px 0;
  }
  .area_work .table {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .tab_content .area_right {
    display: unset;
  }
  .area_work .area_table {
    display: unset;
  }
  .area_work .table > tbody > tr > td {
    padding: 12px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .tab_content {
    height: auto;
  }
  .tab_content .area_left {
    width: 100%;
    height: 500px !important;
  }
  .tab_content .area_right {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .area_work {
    padding: 100px 0;
  }
  .area_work .title > h2 {
    font-size: 40px;
  }
  .area_work .title > p {
    font-size: 15px;
  }

  .tab_content .area_left {
    height: 0 !important;
    padding-bottom: 75%;
  }
  .area_btn02 {
    min-width: 160px;
    background: #192448;
    border: none;
    box-shadow: 0px 3px 7.36px 0.64px rgba(25, 36, 72, 0.32);
    color: #fff !important;
  }
  .area_btn02:before {
    display: none;
  }
  .area_btn02:hover {
    border: none;
  }
}
@media screen and (max-width: 550px) {
  .area_work {
    padding: 60px 0;
  }
  .area_work .title > h2 {
    font-size: 30px;
  }
  .area_work .title > p {
    font-size: 14px;
  }
  .tab_content .area_right {
    padding: 20px;
  }
  .tab_content .area_right {
    padding: 15px;
  }
  .area_btn02 {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .area_work .title > h2 {
    font-size: 27px;
  }
  .area_work .table > tbody > tr > td {
    padding: 10px;
  }
}
@media screen and (max-width: 420px) {
  .area_work {
    padding: 40px 0;
  }
}
