@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400&display=swap");
@import url("../lib/slick.css");

@font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff")
      format("woff");
}

@font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 700;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff")
      format("woff");
}

@font-face {
  font-family: "omni";
  font-style: normal;
  src: url("../../font/omni210.eot") format("eot"),
    url("../../font/omni210.woff") format("woff"),
    url("../../font/omni210.woff2") format("woff2");
}
/**2020 50주년 renewal**/
/**reset**/
button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}
.blind {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  visibility: hidden;
}

/**HEADER**/
header {
  position: fixed;
  width: 100%;
  min-width: 1280px;
  left: 0;
  right: 0;
  top: 0;
  height: 92px;
  box-sizing: border-box;
  z-index: 9999;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
header * {
  box-sizing: border-box;
}
header > .inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
header ._logo {
  position: absolute;
  top: 11px;
  left: 43px;
  width: 190px;
  height: 70px;
  font-size: 0;
}
header ._logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../Images/main2020/common/logo.png) no-repeat center;
  background-size: 150px 32px;
}
header #gnb {
  width: 100%;
  text-align: center;
  height: 92px;
}
header #gnb .main {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
header #gnb .main > li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
header #gnb .main > li > a {
/*  font-family: "Godo", sans-serif; */
  display: block;
  height: 92px;
  padding: 0 10px;
  font-size: 20px;
  line-height: 92px;
  color: #fff;
}
header #gnb .main > li > a:hover,
header #gnb .main > li > a:focus,
header #gnb .main > li.active a,
header #gnb .main > li a.status,
header #gnb .main > li.current a {
  color: #1f8cdd;
}
header #gnb .main > li.special {
  margin: 19px 7px;
}
header #gnb .main > li.special.onair {
  margin-right: 20px;
}
header #gnb .main > li.special > a {
  position: relative;
  display: block;
  padding: 0 30px 0 60px;
  border-radius: 27px;
  height: 54px;
  border: 1px solid #fff;
  box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.3);
  font-size: 25px;
  font-weight: 700;
  line-height: 54px;
  background-color: rgba(255, 255, 255, 0.75);
}
header #gnb .main > li.special > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 34px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header #gnb .main > li.special.wpp > a {
  color: #0da450;
}
header #gnb .main > li.special.onair > a {
  color: #007de7;
}
header #gnb .main > li.special.wpp > a:before {
  background-image: url(../../Images/main2020/common/link_wpp.png);
}
header #gnb .main > li.special.onair > a:before {
  background-image: url(../../Images/main2020/common/link_onair.png);
}
header #gnb .main > li.special.wpp > a:hover,
header #gnb .main > li.special.wpp > a:focus,
header #gnb .main > li.special.wpp.active > a,
header #gnb .main > li.special.wpp > a.status,
header #gnb .main > li.special.wpp.current > a {
  color: #0da450;
  border-color: #0da450;
}
header #gnb .main > li.special.onair > a:hover,
header #gnb .main > li.special.onair > a:focus,
header #gnb .main > li.special.onair.active > a,
header #gnb .main > li.special.onair > a.status,
header #gnb .main > li.special.onair.current > a {
  color: #007de7;
  border-color: #007de7;
}
header #gnb .main > li.active .sub {
  display: block;
  transition: all ease 2s;
}
header #gnb .sub {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  min-height: 240px;
  background-color: #fff;
  transition: all ease 2s;
}
header #gnb .sub .inner {
  position: relative;
  max-width: 1180px;
  padding: 50px 24px 20px;
  margin: 0 auto;
} /* 220329 패딩수정 */
header #gnb .sub a.icon_outlink:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 9px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -75px -150px;
  vertical-align: top;
}
header #gnb .sub a.icon_outlink .align {
  display: inline-block;
  vertical-align: top;
}
header #gnb .sub .depth2 > li {
  display: inline-block;
  vertical-align: top;
}
header #gnb .sub .depth2 > li > a {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  color: #000;
}
header #gnb .sub .depth3 > li {
  margin-bottom: 16px;
}
header #gnb .sub .depth3 > li:last-child {
  margin-bottom: 0;
}
header #gnb .sub .depth3 > li > a {
  font-size: 17px;
  color: #888;
}
header #gnb .sub .depth2 > li > a:hover,
header #gnb .sub .depth2 > li > a:focus,
header #gnb .sub .depth2 > li > a.status,
header #gnb .sub .depth2 > li.current > a,
header #gnb .sub .depth3 > li > a:hover,
header #gnb .sub .depth3 > li > a:focus,
header #gnb .sub .depth3 > li > a.status,
header #gnb .sub .depth3 > li.current > a {
  color: #1f8cdd;
}
header #gnb .sub .icon_set {
  text-align: center;
  padding-right: 75px;
}
header #gnb .sub .depth2 > li.icon_set a {
  margin-bottom: 0;
}
header #gnb .sub .icon_set:last-child {
  padding-right: 0;
}
header #gnb .sub .icon_set .menu_title {
  display: block;
  margin-bottom: 24px;
}
header #gnb .sub .icon_set a.icon_outlink:after {
  display: none;
}
header #gnb .sub .icon_set a.icon_outlink .menu_title:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-top: 2px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -75px -150px;
  vertical-align: top;
}
header #gnb .sub .icon_set:last-child {
  padding-right: 0;
}
header #gnb .sub .info_bar {
  background-color: #f5f5f5;
  text-align: center;
}
header #gnb .sub .info_bar .inner {
  padding: 13px 0;
}
header #gnb .sub .info_bar dl {
  display: inline;
  font-size: 0;
}
header #gnb .sub .info_bar dt,
header #gnb .sub .info_bar dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
header #gnb .sub .info_bar .emp {
  color: #1f8cdd;
}
header #gnb .sub .info_bar dd {
  padding-right: 32px;
}
header #gnb .sub.type1 .inner {
  padding-left: 404px;
}
header #gnb .sub.type1 .banner {
  position: absolute;
  top: 50px;
  left: 24px;
  width: 330px;
  margin-right: 50px;
}
header #gnb .sub.type1 .banner img {
  max-width: 100%;
}
header #gnb .sub.type2 .depth2 > li > a {
  text-align: center;
}
header #gnb .sub.type2 .banner_wrap {
  width: auto;
  padding-top: 30px;
  margin-right: -120px;
}
header #gnb .sub.type2 .banner_wrap li {
  position: relative;
  display: inline-block;
  width: 33.333%;
  padding-right: 120px;
  vertical-align: top;
}
header #gnb .sub.type2 .banner_wrap li:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 60px;
  width: 1px;
  height: 80%;
  background-color: #e7e7e7;
}
header #gnb .sub.type2 .banner_wrap li:last-child:after {
  display: none;
}
header #gnb .sub.company .depth2 > li {
  width: 25%;
}
header #gnb .sub.newsroom .depth2 > li {
  width: 20%;
}
header #gnb .sub.newsroom .banner_wrap .thumb_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 13px;
}
header #gnb .sub.newsroom .banner_wrap .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header #gnb .sub.newsroom .banner_wrap .title {
  overflow: hidden;
  font-size: 16px;
  color: #888;
  line-height: 1.3;
  max-height: 2.6em;
}
header #gnb .sub.customer .depth2 > li {
  width: 20%;
}
header #gnb .sub.manage .depth2 > li:first-child {
  padding-right: 70px;
}
header #gnb .sub.newsroom .banner_wrap li a {
  display: block;
  width: 100%;
  height: 100%;
}
header #gnb .sub.customer .banner_wrap {
  margin-right: -80px;
  padding-bottom: 30px;
}
header #gnb .sub.customer .banner_wrap li {
  position: relative;
  min-height: 160px;
  padding-left: 130px;
  padding-right: 80px;
}
header #gnb .sub.customer .banner_wrap li:after {
  height: 100%;
  top: 0;
  right: 40px;
}
header #gnb .sub.customer .banner_wrap .icon_info {
  position: absolute;
  top: 15px;
  left: 0;
}
header #gnb .sub.customer .banner_wrap .title {
  margin-top: 35px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
header #gnb .sub.customer .banner_wrap .number {
  margin-top: 15px;
}
header #gnb .sub.customer .banner_wrap .number a {
  font-size: 20px;
  color: #1f8cdd;
  font-weight: 600;
}
header #gnb .sub.customer .banner_wrap .btn_wrap {
  margin-top: 6px;
}
header #gnb .sub.customer .banner_wrap .btn_blue {
  display: inline-block;
  min-width: 100px;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1f8cdd;
}
header #gnb .sub.customer .banner_wrap .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
header #gnb .sub.customer > .inner {
  padding-bottom: 0;
}
header #gnb .sub.product .depth2 {
  text-align: center;
}
header #gnb .sub.product .icon_set {
  padding-right: 60px;
}
header #gnb .sub.product .icon_set:last-child {
  padding-right: 0;
}
header #gnb .bud {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  margin-left: 4px;
}
header #gnb .bud.wpp {
  margin-top: -6px;
}
header .btn_srch {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 50px;
  height: 50px;
  font-size: 0;
}
header .btn_srch:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -100px -100px;
}
header .search_box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background-color: #3062a9;
  z-index: 1;
}
header.search_open .search_box {
  display: block;
}
header .search_box .inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
header .search_box .input_box {
  position: relative;
  display: inline-block;
  margin: 22px 0;
}
header .search_box input {
  width: 800px;
  height: 48px;
  padding: 0 63px 0 35px;
  border-radius: 24px;
  border: 0;
  box-shadow: none;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}
header .search_box input::placeholder,
header .search_box input::-webkit-input-placeholder,
header .search_box input::-moz-placeholder,
header .search_box input:-moz-placeholder,
header .search_box input:-ms-input-placeholder,
header .search_box input::-ms-input-placeholder {
  color: #000;
  font-size: 20px;
  opacity: 1;
}
header .search_box label {
  font-size: 0;
}
header .search_box .btn_search {
  position: absolute;
  top: 0;
  right: 15px;
  width: 48px;
  height: 48px;
  font-size: 0;
}
header .search_box .btn_search:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat 0 -150px;
}
header .search_box .btn_close {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 50px;
  height: 50px;
  font-size: 0;
}
header .search_box .btn_close:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  width: 24px;
  height: 30px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -50px -150px;
}

header.scroll {
  background-color: #fff;
}
header.scroll:after {
  display: none;
}
header.scroll.sub_open:after {
  display: block;
  background-color: #e9e9e9;
}
header.scroll ._logo a {
  background-image: url(../../Images/main2020/common/logo_scroll.png);
}
header.scroll #gnb .main > li.special.wpp > a {
  border-color: #0da450;
}
header.scroll #gnb .main > li.special.onair > a {
  border-color: #007de7;
}
header.scroll #gnb .main > li.special.wpp > a:hover,
header.scroll #gnb .main > li.special.wpp > a:focus,
header.scroll #gnb .main > li.special.wpp.active > a,
header.scroll #gnb .main > li.special.wpp > a.status,
header.scroll #gnb .main > li.special.wpp.current > a {
  border-color: #fff;
}
header.scroll #gnb .main > li.special.onair > a:hover,
header.scroll #gnb .main > li.special.onair > a:focus,
header.scroll #gnb .main > li.special.onair.active,
header.scroll #gnb .main > li.special.onair > a.status,
header.scroll #gnb .main > li.special.onair.current > a {
  border-color: #fff;
}
header.scroll #gnb .main > li > a {
  color: #000;
}
header.scroll #gnb .main > li > a:hover,
header.scroll #gnb .main > li > a:focus,
header.scroll #gnb .main > li.active > a,
header.scroll #gnb .main > li > a.status,
header.scroll #gnb .main > li.current > a {
  color: #1f8cdd;
}
header.scroll #gnb .main > li > a:hover:after,
header.scroll #gnb .main > li > a:focus:after,
header.scroll #gnb .main > li.active > a:after,
header.scroll #gnb .main > li > a.status,
header.scroll #gnb .main > li.current > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  background-color: #1f8cdd;
}
header.scroll #gnb .main > li.special > a:after {
  display: none;
}
header.scroll .btn_srch:after {
  background-position: -150px -100px;
}

@media screen and (max-width: 1800px) {
  header #gnb {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1670px) {
  header #gnb {
    padding-left: 0;
  }
  header #gnb .main > li.special > a {
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 0;
  }
  header #gnb .main > li.special > a:before {
    top: 0;
    left: 7px;
    width: 26px;
    height: 42px;
  }
}
@media screen and (max-width: 1360px) {
  header #gnb {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1280px) {
  header {
    position: absolute;
  }
  /*header #gnb .main > li {margin:0 15px;}
    header #gnb .main > li.special {margin:25px 10px;}
    header #gnb .main > li.special.onair {margin-right:0;}*/
  header #gnb .sub .inner {
    max-width: 1280px;
    padding: 50px 60px;
  }
  header #gnb .sub.type1 .inner {
    padding-left: 415px;
  }
  header #gnb .sub.type1 .banner {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 305px;
    margin-right: 50px;
  }
}

/**50주년 기념 로고로 변경
header ._logo {position:absolute; top:9px; left:43px; width:245px; height:74px; font-size:0; background:url(../../Images/main2020/common/logo_50th.png) no-repeat center;}
header ._logo a {background:none; position:absolute; bottom:0; left:0; width:140px; height:46px;}
header #gnb {padding-left:230px;}
header.scroll ._logo {background-image:url(../../Images/main2020/common/logo_50th_scroll.png);}
header.scroll ._logo a {background:none;}
**/
/**FOOTER**/
#footer_bg {
  width: 100%;
  background-color: #292b2d;
}
#footer {
  max-width: 1520px;
  padding: 45px 60px 0 60px;
  margin: 0 auto;
}
#footer .top {
  position: relative;
  padding: 0 0 35px 0;
  border-bottom: 1px solid #4b4d4e;
}
#footer .foot_logo {
  margin-right: 40px;
}
#footer .foot_lnb li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 16px;
}
#footer .foot_lnb li a {
  font-size: 16px;
}
#footer .foot_lnb .privacy_txt {
  color: #009fe3 !important;
}
#footer .foot_fam_side {
  position: absolute;
  top: -15px;
  right: 0;
}
#footer .sns_link {
  position: relative;
  right: -10px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
#footer .sns_link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 6px;
  background: url(../../Images/main2020/common/sns_footer.png) no-repeat 0 0;
  opacity: 0.8;
}
#footer .sns_link a.fb {
  background-position: 0 0;
}
#footer .sns_link a.ig {
  background-position: -50px 0;
}
#footer .sns_link a.yt {
  background-position: -100px 0;
}
#footer .sns_link a.bl {
  background-position: -150px 0;
}
#footer .sns_link a:last-child {
  margin-right: 0;
}
#footer .sns_link a:hover {
  opacity: 1;
}
#footer .foot_fam_side .mark_accessibility {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
#footer .bottom {
  padding: 30px 0 45px 0;
}
#footer .foot_infobox {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
#footer .foot_infobox a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
#footer .foot_infobox .info ul {
  font-size: 0;
  margin-bottom: 5px;
} /* 210929 수정 */
#footer .foot_infobox .info li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
}
#footer .foot_infobox .info li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 1px;
  height: 12px;
  background-color: #fff;
}
#footer .foot_infobox .info li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#footer .foot_infobox .info li:last-child:after {
  display: none;
}
#footer .foot_infobox .info li.icon_mail {
  font-size: 0;
  opacity: 1;
}
#footer .foot_infobox .info li.icon_mail a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 14px;
}
#footer .foot_infobox .info li.icon_mail:after {
  content: "";
  position: static;
  margin-top: 0;
  opacity: 1;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../../Images/main2020/common/icon_footer_mail.png) no-repeat
    center;
  vertical-align: middle;
}
#footer .copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}

@media screen and (max-width: 1400px) {
  #footer .copyright {
    position: static;
    padding-top: 10px;
  }
}

.top_banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.top_banner .inner {
  height: 100%;
}
.top_banner .inner:before {
  content: "";
  width: 1px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.top_banner .page_title {
  font-family: "Godo", sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 60px;
  vertical-align: middle;
  color: #fff;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
}

/* navigation */
.navigation {
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: -70px;
}
.navigation.column2 .depth {
  width: 50% !important;
  width: calc(50% + 1px) !important;
}
.navigation.column3 .depth {
  width: 33.3333% !important;
  width: calc(33.3333% + 1px) !important;
}
.navigation * {
  box-sizing: border-box;
}
.navigation .icons:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../../Images/main2020/common/sprite.png) !important;
  background-repeat: no-repeat;
}
.navigation .inner {
  position: relative;
  width: 1180px;
  height: 100%;
  padding-left: 70px;
  margin: 0 auto;
  font-size: 17px;
  background-color: #fff;
}
.navigation .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.navigation .first {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  border: 1px solid #e7e7e7;
  border-right: 0;
  font-size: 0;
  background-color: #fff;
}
.navigation .first a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.navigation .first a:after {
  width: 22px;
  height: 22px;
  background-position: -100px -150px;
  margin: -11px 0 0 -11px;
}
.navigation .depth {
  float: left;
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  z-index: 500;
  margin-right: -1px;
}
.navigation .depth .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-top: 0;
  background-color: #fff;
}
.navigation .depth .list li {
  width: 100%;
}
.navigation .depth .list li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 30px;
  color: #888;
  border-bottom: 1px solid #e7e7e7;
}
.navigation .depth .list li.current {
  position: relative;
}
.navigation .depth:last-child .list li.current {
  border-right: 0;
}
.navigation .depth:last-child .list li.current a {
  display: inline-block;
  vertical-align: middle;
  color: #1f8cdd;
  font-weight: 700;
}
.navigation .depth:last-child .list li.current:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1f8cdd;
}
.navigation .depth .list li.current a {
  padding: 7px 30px;
  height: 70px;
  color: #000;
  line-height: 56px;
}
.navigation .depth .list li.current a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -150px -150px;
}
.navigation .depth .list li.on a {
  color: #1f8cdd;
}
.navigation .depth .list li a .icon_outlink {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-top: -3px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -75px -150px;
}
.navigation .depth .list li a .icon_wpp {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 53px;
  margin-left: 12px;
  margin-top: -5px;
  background: url(../../Images/main2020/common/nav_wpp.png) no-repeat center;
}
.navigation .depth.open {
  overflow: inherit;
}
.navigation .depth.open .list li a {
  border-bottom: 1px solid #e7e7e7;
}
.navigation .depth.open .list li.current a {
}
.navigation .depth.open .list li.current a:after {
  background-position: -175px -150px;
}

/**메인페이지**/
.page_index {
  line-height: 1.5;
}
.page_index strong {
  font-weight: 500;
}
.page_index .link_more {
  display: inline-block;
  min-width: 210px;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 29px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  vertical-align: middle;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
}
.page_index .link_more.white {
  border-color: #fff;
  color: #fff;
}
.page_index .link_more:hover {
  background-color: #000;
  color: #fff;
}
.page_index .link_more.white:hover {
  background-color: #fff;
  color: #3062a9;
}
.page_index .sub_title {
  font-family: "Godo", sans-serif;
  font-size: 60px;
  text-align: center;
}
.page_index section.layout_center {
  max-width: 1520px;
  margin: 0 auto;
}
.page_index section.layout_center .inner {
  width: 100%;
  padding: 0 60px;
}
@media all and (max-width: 1280px) {
  .page_index section.layout_center .inner {
    overflow: hidden;
  }
}

.page_index .key_visual {
  position: relative;
}
.page_index .key_visual .main_slider {
  position: relative;
}
.page_index .key_visual .logo_woopoopoo {
  position: absolute;
  width: 5.8%;
  height: 24.33%;
  top: 125px;
  left: 60px;
  z-index: 1;
}
.page_index .key_visual .logo_woopoopoo img {
  display: block;
  width: 100%;
}
.page_index .key_visual .main_slider .item > a {
  display: block;
  width: 100%;
}
.page_index .key_visual .main_slider .kv_video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.page_index .key_visual .main_slider .thumb_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.87%;
}
.page_index .key_visual .main_slider .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page_index .key_visual .main_slider .desc_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  text-align: center;
}
.page_index .key_visual .main_slider .desc_wrap:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.page_index .key_visual .main_slider .desc_box {
  opacity: 0;
  display: inline-block;
  width: 99%;
  vertical-align: middle;
}
.page_index .key_visual .main_slider .sub_title {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(66, 101, 124, 0.8);
  vertical-align: middle;
}
.page_index .key_visual .main_slider .desc {
  font-size: 30px;
  color: #42657c;
  vertical-align: middle;
}
.page_index .key_visual .main_slider .desc.border:before,
.page_index .key_visual .main_slider .desc.border:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  margin: 0 15px;
  background-color: #42657c;
  vertical-align: middle;
}

.page_index .key_visual .slider_controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  letter-spacing: -10px;
}
.page_index .key_visual .slider_controls .slick-arrow {
  display: inline-block;
  width: 84px;
  height: 84px;
  margin: 0 10px;
  font-size: 0;
  letter-spacing: 0;
  vertical-align: middle;
}
.page_index .key_visual .slider_controls .slick-arrow:after {
  content: "";
  display: block;
  width: 32px;
  height: 26px;
  margin: 0 auto;
  background: url(../../Images/main2020/common/sprite.png) no-repeat 0 0;
}
.page_index .key_visual .slider_controls .slick-next:after {
  background-position: -50px 0;
}
.page_index .key_visual .slider_controls #circle {
  width: 92px;
  height: 92px;
}
.page_index .key_visual .slider_controls .svg_wrap {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  vertical-align: middle;
  letter-spacing: 0;
}
.page_index .key_visual .slider_controls .svg_wrap .bg_circle {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.page_index .key_visual .slider_controls .btn_wrap button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.page_index .key_visual .slider_controls .btn_wrap button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 22px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat 0 -50px;
}
.page_index .key_visual .slider_controls .btn_wrap button.icon_pause:after {
  margin-top: -11px;
  margin-left: -9px;
}
.page_index .key_visual .slider_controls .btn_wrap button.icon_start:after {
  margin-top: -12px;
  margin-left: -6px;
  background-position: -50px -50px;
}
.page_index .key_visual .slider_controls .slider_status {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 150px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 92px;
  white-space: nowrap;
}

.sns_preview {
  position: fixed;
  top: 50%;
  right: 46px;
  margin-top: -144px;
  z-index: 999;
}
.sns_preview .sns_icon {
  position: relative;
  padding-left: 25px;
}
.sns_preview .sns_icon > a {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  background: url(../../Images/main2020/common/bg_sns.png) no-repeat 0 0;
  background-size: 348px auto;
}
.sns_preview .fb > a {
  background-position: 0 0;
}
.sns_preview .ig > a {
  background-position: -58px 0;
}
.sns_preview .yt > a {
  background-position: -116px 0;
}
.sns_preview .bl > a {
  background-position: -174px 0;
}
.sns_preview .fb.open > a {
  background-position: 0 -58px;
}
.sns_preview .ig.open > a {
  background-position: -58px -58px;
}
.sns_preview .yt.open > a {
  background-position: -116px -58px;
}
.sns_preview .bl.open > a {
  background-position: -174px -58px;
}
.sns_preview .sns_icon.open .box {
  display: block;
}
.sns_preview .box {
  display: none;
  position: absolute;
  top: 0;
  right: 78px;
  width: 475px;
  padding: 37px 28px 37px 37px;
  border-radius: 25px;
  background-color: #fff;
  letter-spacing: -10px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3);
}
.sns_preview .box:before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: -10px;
  width: 10px;
  height: 16px;
  background: url(../../Images/main2020/arrow_sns_box.png) no-repeat center;
  background-size: contain;
}
.sns_preview .thumb {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-right: 24px;
  letter-spacing: 0;
  vertical-align: top;
}
.sns_preview .yt .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../../Images/main2020/icon_play.png)
    no-repeat center;
  background-size: 70px 70px;
}
.sns_preview .desc_wrap {
  display: inline-block;
  width: 186px;
  letter-spacing: 0;
  vertical-align: top;
}
.sns_preview .title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}
.sns_preview .user {
  padding-bottom: 7px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
.sns_preview .user .img {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.sns_preview .user .name {
  display: inline-block;
  font-size: 14px;
  color: #385898;
  vertical-align: middle;
}
.sns_preview .tag li {
  display: inline-block;
  color: #003569;
}
.sns_preview .tag li:before {
  content: "#";
  display: inline;
  color: #003569;
}
.sns_preview .tag a {
  color: #003569;
}
@media all and (max-width: 1500px) {
  .sns_preview {
    right: 25px;
  }
}

.page_index .todays_focus.layout_center .inner {
  padding: 100px 60px;
}
.page_index .todays_focus .sub_title {
  margin-bottom: 40px;
}
.page_index .todays_focus .focus_slider {
  position: relative;
}
.page_index .todays_focus .focus_slider .slick-list {
  overflow: visible;
}
.page_index .todays_focus .focus_slider .slick-dots {
  position: absolute;
  top: 500px;
  right: 52.65%;
  padding: 40px 20px;
  font-size: 0;
}
.page_index .todays_focus .focus_slider .slick-dots li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.page_index .todays_focus .focus_slider .slick-dots button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #b3b3b3;
  font-size: 0;
}
.page_index .todays_focus .focus_slider .slick-dots .slick-active button {
  border: 3px solid #07ace8;
  background-color: #fff;
  box-sizing: content-box;
}
.page_index .todays_focus .focus_slider .item {
  position: relative;
}
.page_index .todays_focus .focus_slider .motion_box .thumb {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 52.14%;
  height: 500px;
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.page_index .todays_focus .focus_slider .sns_text {
  opacity: 0;
  position: absolute;
  width: 100px;
  height: 45px;
  top: -45px;
  left: -100px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: right bottom;
  text-align: right;
  font-size: 18px;
  color: #1e4389;
}
.page_index .todays_focus .focus_slider .sns_text:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: bottom;
}
.page_index .todays_focus .focus_slider .sns_text .align {
  display: inline-block;
  vertical-align: bottom;
  line-height: 36px;
}
.page_index .todays_focus .focus_slider .motion_box {
  position: relative;
  height: 630px;
}
.page_index .todays_focus .focus_slider .motion_box .desc_wrap {
  position: absolute;
  top: 60px;
  left: 47.35%;
  width: 100%;
  min-height: 500px;
  padding: 100px 60px 60px 120px;
  background-color: #3062a9;
  left: 150%;
}
.page_index .todays_focus .focus_slider .motion_box .desc_box {
  opacity: 0;
}
.page_index .todays_focus .focus_slider .motion_box .desc {
  width: 37.5vw;
  margin-bottom: 60px;
  font-size: 35px;
  color: #fff;
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
}
.page_index .todays_focus .focus_slider .sns_icon {
  opacity: 0;
  position: absolute;
  width: 84px;
  height: 84px;
  right: 0;
  bottom: 130px;
  background: url(../../Images/main2020/common/bg_sns.png) no-repeat 0 0;
  font-size: 0;
  z-index: 1;
}
.page_index .todays_focus .focus_slider .sns_icon.fb {
  background-position: 0 0;
}
.page_index .todays_focus .focus_slider .sns_icon.ig {
  background-position: -84px 0;
}
.page_index .todays_focus .focus_slider .sns_icon.yt {
  background-position: -168px 0;
}
.page_index .todays_focus .focus_slider .sns_icon.bl {
  background-position: -252px 0;
}
.page_index .todays_focus .focus_slider .sns_icon.pr {
  background-position: -336px 0;
}
.page_index .todays_focus .sns_list {
  width: auto;
  margin-right: -55px;
}
.page_index .todays_focus .sns_list li {
  opacity: 0;
  float: left;
  width: 33.3333%;
  padding-right: 55px;
}
.page_index .todays_focus .sns_list li a {
  display: block;
  width: 100%;
}
.page_index .todays_focus .sns_list .thumb_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.page_index .todays_focus .sns_list .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}
.page_index .todays_focus .sns_list li a:hover .thumb {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page_index .todays_focus .sns_list .desc_wrap {
  position: relative;
}
.page_index .todays_focus .sns_list .desc {
  width: 80%;
  overflow: hidden;
  max-height: 3em;
  margin-top: 15px;
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
}
.page_index .todays_focus .sns_list .sns_icon {
  position: absolute;
  top: -44px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: url(../../Images/main2020/common/bg_sns.png) no-repeat 0 0;
  background-size: 348px auto;
  font-size: 0;
}
.page_index .todays_focus .sns_list .sns_icon.fb {
  background-position: 0 -58px;
}
.page_index .todays_focus .sns_list .sns_icon.ig {
  background-position: -58px -58px;
}
.page_index .todays_focus .sns_list .sns_icon.yt {
  background-position: -116px -58px;
}
.page_index .todays_focus .sns_list .sns_icon.bl {
  background-position: -174px -58px;
}
.page_index .todays_focus .sns_list .sns_icon.pr {
  background-position: -232px -58px;
}
@media all and (max-width: 1300px) {
  .page_index .todays_focus .sns_list .desc {
    width: 76%;
  }
  .page_index .todays_focus .focus_slider .motion_box .desc {
    width: 33vw;
  }
}

.page_index .campaign .campaign_slider {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36.45%;
}
.page_index .campaign .campaign_slider .item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_index .campaign .campaign_slider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_index .campaign .campaign_slider .slick-track {
  height: 100%;
}
.page_index .campaign .campaign_slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
}
.page_index .campaign .campaign_slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -13px;
  width: 26px;
  height: 22px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -100px 0;
}
.page_index .campaign .campaign_slider .slick-prev {
  left: 8%;
}
.page_index .campaign .campaign_slider .slick-next {
  right: 8%;
}
.page_index .campaign .campaign_slider .slick-next:after {
  background-position: -150px 0;
}
.page_index .campaign .campaign_slider .inner {
  position: relative;
  width: 72%;
  height: 100%;
  margin: 0 auto;
}
.page_index .campaign .campaign_slider .desc_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  padding-left: 2.7%;
  height: 100%;
}
.page_index .campaign .campaign_slider .desc_wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.page_index .campaign .campaign_slider .desc_box {
  /*opacity:0;*/
  width: 97%;
  display: inline-block;
  vertical-align: middle;
}
.page_index .campaign .campaign_slider .desc_box .title {
  font-family: "Godo", sans-serif;
  font-size: 45px;
  line-height: 1.3em;
}
.page_index .campaign .campaign_slider .desc_box .emp {
  font-family: "Godo", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.page_index .campaign .campaign_slider .item.green .emp {
  color: #1f873c;
}
.page_index .campaign .campaign_slider .item.orange .emp {
  color: #f09530;
}
.page_index .campaign .campaign_slider .item.blue .emp {
  color: #00aae7;
}
.page_index .campaign .campaign_slider .item.purple .emp {
  color: #661f87;
}
.page_index .campaign .campaign_slider .desc_box .desc {
  margin-top: 15px;
  font-size: 20px;
  color: #000;
}
.page_index .campaign .campaign_slider .desc_box .link_more {
  margin-top: 50px;
}
.page_index .campaign .campaign_slider .desc_box .campaign_logo {
  margin-bottom: 12px;
}
.page_index .campaign .campaign_slider .visual_wrap {
  opacity: 0;
  position: absolute;
  top: 14.5%;
  left: 45%;
  width: 52.2%;
  height: 71.9%;
}
.page_index .campaign .campaign_slider .visual_wrap .line {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: -13%;
  margin-top: -2px;
  width: 26%;
  height: 4px;
}
.page_index .campaign .campaign_slider .item.green .line {
  background-color: #1f873c;
}
.page_index .campaign .campaign_slider .item.orange .line {
  background-color: #f09530;
}
.page_index .campaign .campaign_slider .item.blue .line {
  background-color: #00aae7;
}
.page_index .campaign .campaign_slider .item.purple .line {
  background-color: #661f87;
}
.page_index .campaign .campaign_slider .visual_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.page_index .campaign .campaign_slider .visual {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_index .campaign .campaign_slider .icon_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../Images/main2020/icon_play.png) no-repeat center;
  background-size: 90px;
}
.page_index .campaign .campaign_slider .visual_wrap a:hover .icon_play {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../../Images/main2020/icon_play_on.png);
}

.page_index .yk_story.layout_center .inner {
  padding: 100px 60px;
}
.page_index .yk_story .sub_title {
  font-size: 55px;
}
.page_index .yk_story .tab_slider {
  overflow: hidden;
  width: 85%;
  margin: 15px auto 50px auto;
  text-align: center;
  z-index: 1;
}
.page_index .yk_story .tab_slider .slick-list {
  overflow: visible;
  width: 33.3333%;
  margin: 0 auto;
}
.page_index .yk_story .tab_slider .slick-track {
  letter-spacing: -10px;
}
.page_index .yk_story .slider_controls {
  position: relative;
  width: 36%;
  top: -114px;
  margin: 0 auto;
}
.page_index .yk_story .slider_controls .slick-arrow {
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
}
.page_index .yk_story .slider_controls .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -13px;
  width: 26px;
  height: 22px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -100px 0;
}
.page_index .yk_story .slider_controls .slick-prev {
  left: 0;
}
.page_index .yk_story .slider_controls .slick-next {
  right: 0;
}
.page_index .yk_story .slider_controls .slick-next:after {
  background-position: -150px 0;
}
.page_index .yk_story .tab_slider .item {
  float: none;
  width: 33.3333%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
}
.page_index .yk_story .tab_slider .item a {
  display: inline;
  padding: 0 10px;
  font-size: 30px;
  color: #888;
  font-weight: 300;
}
.page_index .yk_story .tab_slider .item.slick-active a {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  transition: font-weight ease-in-out 0.5s;
}
.page_index .yk_story .tab_cont {
  padding: 10px;
  margin: -10px;
}
.page_index .yk_story .slick-list {
  overflow: visible;
}
.page_index .yk_story .tab_cont ul {
  margin-bottom: 50px;
}
.page_index .yk_story .tab_cont li {
  float: left;
  width: 33.3333%;
}
.page_index .yk_story .tab_cont a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.page_index .yk_story .tab_cont a:hover:after,
.page_index .yk_story .tab_cont a:focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page_index .yk_story .tab_cont a:hover .desc_wrap,
.page_index .yk_story .tab_cont a:focus .desc_wrap {
  display: block;
}
.page_index .yk_story .tab_cont .thumb_wrap {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.page_index .yk_story .tab_cont .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}
.page_index .yk_story .tab_cont a:hover .thumb {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page_index .yk_story .tab_cont .desc_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page_index .yk_story .tab_cont .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.page_index .yk_story .tab_cont .table_cell {
  display: table-cell;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.page_index .yk_story .tab_cont .title {
  margin-bottom: 10px;
  font-size: 26px;
}
.page_index .yk_story .tab_cont .desc {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}
.page_index .yk_story .tab_cont .icon_plus {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
}
.page_index .yk_story .tab_cont .icon_plus:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 22px;
  height: 22px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -100px -50px;
}
@media all and (max-width: 1500px) {
  .page_index .yk_story .slider_controls {
    top: -105px;
  }
  .page_index .yk_story .tab_slider .item a {
    font-size: 20px;
  }
  .page_index .yk_story .tab_slider .item.slick-active a {
    font-size: 30px;
  }
}

.page_index .video_visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36.45%;
}
.page_index .video_visual a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.page_index .video_visual .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_index .video_visual .desc_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_index .video_visual .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.page_index .video_visual .table_cell {
  display: table-cell;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.page_index .video_visual .desc_wrap .title {
  margin-bottom: 40px;
  font-family: "Godo", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.page_index .video_visual .desc_wrap .title .title_inner {
  width: 100%;
  overflow: hidden;
}
.page_index .video_visual .desc_wrap .title .title_inner .txt {
  display: block;
  text-align: center;
}
.page_index .video_visual .desc_wrap .icon_play {
  display: block;
  width: 114px;
  height: 114px;
  margin: 0 auto;
  background: url(../../Images/main2020/icon_play.png) no-repeat center;
  background-size: contain;
}
.page_index .video_visual a:hover .desc_wrap {
  background-color: rgba(0, 0, 0, 0.5);
}
.page_index .video_visual a:hover .desc_wrap .icon_play {
  background-image: url(../../Images/main2020/icon_play_on.png);
}
.page_index .video_visual .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page_index .video_visual .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/**YK ONAIR**/
.page_ykonair {
  line-height: 1.5;
}
.page_ykonair input[type="text"],
.page_ykonair input[type="button"] {
  border: 0 none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.page_ykonair .inner {
  max-width: 1300px;
  padding: 80px 60px;
  margin: 0 auto;
}
.page_ykonair .top_banner {
  width: 100%;
  height: 500px;
  background: url(../../Images/main2020/top_banner/top_banner_ykonair.png)
    no-repeat center;
  background-size: cover;
  text-align: center;
}
.page_ykonair .top_banner .inner {
  height: 100%;
}
.page_ykonair .top_banner .inner:before {
  content: "";
  width: 1px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.page_ykonair .search_box {
  display: inline-block;
  width: 625px;
  padding-top: 90px;
  margin-left: 40px;
  vertical-align: middle;
  font-size: 20px;
  text-align: left;
}
.page_ykonair .search_box .search {
  position: relative;
  width: 100%;
  height: 60px;
  padding-left: 147px;
  padding-right: 50px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}
.page_ykonair .search_box .search label {
  font-size: 0;
}
.page_ykonair .search_box .search .select_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 147px;
}
.page_ykonair .search_box .search .select_wrap.focus {
  border: 2px solid lightblue;
  box-sizing: content-box;
}
.page_ykonair .search_box .search .select_wrap:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 1px;
  height: 25px;
  background-color: #88a99d;
}
.page_ykonair .search_box .search .select_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  width: 20px;
  height: 12px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat 0 -100px;
}
.page_ykonair .search_box .search select {
  width: 147px;
  height: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.page_ykonair .search_box .search .select_wrap label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 35px 0 5px;
  line-height: 60px;
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_ykonair .search_box .search .input_search {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  font-size: 20px;
  color: #000;
}
.page_ykonair .search_box .search .btn_search {
  position: absolute;
  top: 0;
  right: -10px;
  width: 60px;
  height: 60px;
  font-size: 0;
}
.page_ykonair .search_box .search .btn_search:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -150px -50px;
}
.page_ykonair .search_box .recommend {
  position: relative;
  padding-left: 100px;
}
.page_ykonair .search_box .recommend .title {
  position: absolute;
  top: 10px;
  left: 0;
  padding-left: 5px;
  line-height: 34px;
}
.page_ykonair .search_box .recommend ul {
  display: inline-block;
  font-size: 0;
}
.page_ykonair .search_box .recommend li {
  display: inline-block;
  padding: 10px 0;
  margin-right: 10px;
}
.page_ykonair .search_box .recommend .btn_tag {
  display: inline-block;
  text-align: center;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #88a99d;
  border-radius: 17px;
  line-height: 32px;
  font-size: 18px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
}
.page_ykonair .search_box .recommend .btn_tag:hover,
.page_ykonair .search_box .recommend .btn_tag:focus {
  border-color: #0d6e38;
  color: #fff;
  background-color: #0d6e38;
}
.page_ykonair .search_box .recommend .btn_tag:before {
  content: "#";
  display: inline;
}

.page_ykonair .tab_arrow {
  padding-top: 70px;
  text-align: center;
  letter-spacing: -10px;
}
.page_ykonair .tab_arrow ul {
  display: inline-block;
}
.page_ykonair .tab_arrow li {
  position: relative;
  display: inline-block;
  min-width: 290px;
  text-align: center;
}
.page_ykonair .tab_arrow li a {
  display: block;
  padding: 20px 40px;
  font-size: 18px;
  letter-spacing: 0;
  color: #373737;
  background-color: #eee;
}
.page_ykonair .tab_arrow li.on:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 53px;
  height: 26px;
  background: url(../../Images/main2020/btn_bg.png) no-repeat center;
  background-size: contain;
}
.page_ykonair .tab_arrow li.on:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 15px;
  height: 8px;
  background: url(../../Images/main2020/btn_triangle.png) no-repeat center;
  background-size: contain;
}
.page_ykonair .tab_arrow li.on a {
  color: #fff;
  background-color: #3062a9;
}

.page_ykonair .section_sns .sub_title {
  font-family: "Godo", sans-serif;
  margin-bottom: 30px;
  font-size: 40px;
  color: #000;
}
.page_ykonair .section_sns .sub_title:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  vertical-align: middle;
  background: url(../../Images/main2020/common/bg_sns.png) no-repeat 0 0;
  background-size: 384px auto;
}
.page_ykonair .section_sns.ig {
  background-color: #fff;
}
.page_ykonair .section_sns.yt {
  background-color: #eaeaea;
}
.page_ykonair .section_sns.bl {
  background-color: #fff;
}
.page_ykonair .section_sns.fb {
  background-color: #dcf1ff;
}
.page_ykonair .section_sns.ig .inner {
  padding: 70px 60px 100px 60px;
}
.page_ykonair .section_sns.yt .inner {
  padding: 80px 60px 100px 60px;
}
.page_ykonair .section_sns.bl .inner {
  padding: 80px 60px 60px 60px;
}
.page_ykonair .section_sns.fb .inner {
  padding: 80px 60px 60px 60px;
}
.page_ykonair .section_sns.ig .sub_title:before {
  background-position: -64px -128px;
}
.page_ykonair .section_sns.yt .sub_title:before {
  background-position: -128px -128px;
}
.page_ykonair .section_sns.bl .sub_title:before {
  background-position: -192px -128px;
}
.page_ykonair .section_sns.fb .sub_title:before {
  background-position: 0 -128px;
}
.page_ykonair .section_sns.event .sub_title:before {
  background-position: -320px -128px;
}
.page_ykonair .sns_square {
  margin-right: -28px;
  letter-spacing: -10px;
}
.page_ykonair .sns_square .slick-list {
  overflow: visible;
}
.page_ykonair .sns_square .item {
  display: inline-block;
  width: 25%;
  padding-right: 28px;
  letter-spacing: 0;
}
.page_ykonair .sns_square .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.page_ykonair .sns_square .thumb_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.page_ykonair .sns_square .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 1300px) {
  .page_ykonair .section_sns.ig .inner {
    overflow: hidden;
  }
}

.page_ykonair .sns_list {
  margin-right: -28px;
  letter-spacing: -10px;
}
.page_ykonair .sns_list .item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding-right: 28px;
  letter-spacing: 0;
}
.page_ykonair .sns_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.page_ykonair .sns_list .thumb_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.3333%;
}
.page_ykonair .sns_list .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}
.page_ykonair .sns_list a:hover .thumb {
  -webkit-transform: scale(1.15) rotate(-5deg);
  -ms-transform: scale(1.15) rotate(-5deg);
  transform: scale(1.15) rotate(-5deg);
}
.page_ykonair .section_sns.yt .sns_list a:hover .thumb {
  transform: none;
}
.page_ykonair .section_sns.yt .sns_list .thumb.mouseover {
  display: none;
}
.page_ykonair .section_sns.yt .sns_list a:hover .thumb.mouseover {
  display: block;
}
.page_ykonair .sns_list .desc_wrap {
  position: relative;
}
.page_ykonair .sns_list .desc {
  width: 80%;
  overflow: hidden;
  height: 3em;
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}
.page_ykonair .sns_list .date {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}
.page_ykonair .sns_list .sns_icon {
  position: absolute;
  top: -38px;
  right: 10px;
  width: 46px;
  height: 46px;
  background: url(../../Images/main2020/common/bg_sns.png) no-repeat 0 0;
  background-size: 276px auto;
  font-size: 0;
}
.page_ykonair .sns_list .sns_icon.fb {
  background-position: 0 -46px;
}
.page_ykonair .sns_list .sns_icon.ig {
  background-position: -46px -46px;
}
.page_ykonair .sns_list .sns_icon.yt {
  background-position: -92px -46px;
}
.page_ykonair .sns_list .sns_icon.bl {
  background-position: -138px -46px;
}
.page_ykonair .sns_list .sns_icon.pr {
  background-position: -184px -46px;
}
.page_ykonair .sns_list.irregular .item {
  float: left;
  width: 25.7%;
}
.page_ykonair .sns_list.irregular .desc_wrap {
  margin-bottom: 40px;
}
.page_ykonair .sns_list.irregular .item:first-child {
  width: 48.6%;
}
.page_ykonair .sns_list.irregular .item:first-child .desc_wrap {
  padding-bottom: 65px;
  margin-bottom: 0;
  border-bottom: 1px solid #bdbdbd;
}
.page_ykonair .sns_list.irregular .item:first-child .desc {
  width: 86%;
  font-size: 28px;
}
.page_ykonair .sns_list.irregular .item:first-child .sns_icon {
  top: 40px;
  right: 0;
  width: 84px;
  height: 84px;
  background-size: 504px auto;
}
.page_ykonair .sns_list.irregular .item:first-child .sns_icon.fb {
  background-position: 0 -84px;
}
.page_ykonair .sns_list.irregular .item:first-child .sns_icon.ig {
  background-position: -84px -84px;
}
.page_ykonair .sns_list.irregular .item:first-child .sns_icon.yt {
  background-position: -168px -84px;
}
.page_ykonair .sns_list.irregular .item:first-child .sns_icon.bl {
  background-position: -252px -84px;
}
.page_ykonair .sns_list.irregular .item:first-child .sns_icon.pr {
  background-position: -336px -84px;
}
@media all and (max-width: 1300px) {
  .page_ykonair .sns_list .desc {
    width: 76%;
  }
  .page_ykonair .sns_list.irregular .item:first-child .desc {
    width: 84%;
  }
}

.page_ykonair .sns_summary {
  margin-bottom: 80px;
  text-align: center;
}
.page_ykonair .sns_summary .inner {
  padding-top: 0;
}
.page_ykonair .sns_summary .sub_title {
  position: relative;
  font-family: "Godo", sans-serif;
  margin-bottom: 30px;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.page_ykonair .sns_summary .sub_title span {
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
}
.page_ykonair .sns_summary .sub_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  z-index: -1;
}
.page_ykonair .sns_summary ul {
  display: inline-block;
  letter-spacing: -10px;
}
.page_ykonair .sns_summary li {
  display: inline-block;
  margin: 0 30px 20px 30px;
  letter-spacing: 0;
  vertical-align: middle;
}
.page_ykonair .sns_summary li a,
.page_ykonair .sns_summary li img {
  display: block;
}

.page_ykonair .all_list .inner {
  padding-top: 70px;
}
.page_ykonair .all_list .sub_title {
  font-family: "Godo", sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  letter-spacing: -10px;
  line-height: 1;
}
.page_ykonair .all_list .sub_title * {
  letter-spacing: 0;
}
.page_ykonair .all_list .sub_title .search_word {
  display: inline-block;
  line-height: 1;
}
.page_ykonair .all_list .sub_title .search_word:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -50px -100px;
  vertical-align: top;
}
.page_ykonair .all_list .sub_title .search_word:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url(../../Images/main2020/common/sprite.png) no-repeat -75px -100px;
  vertical-align: top;
}
.page_ykonair .all_list .sub_title .search_word .text {
  display: inline-block;
  vertical-align: top;
}
.page_ykonair .all_list .sub_title .desc {
  font-family: "Noto Sans KR", "Nanum Gothic", "NanumGothic", "나눔고딕", "돋움",
    Dotum, AppleSDGothicNeo, AppleGothic, Droid Sans;
  padding-left: 10px;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 500;
}
.page_ykonair .all_list .sub_title .tag:before {
  content: "#";
  display: inline;
}
.page_ykonair .board_news .sns_icon {
  position: absolute;
  top: -25px;
  right: 10px;
  width: 46px;
  height: 46px;
  background: url(../../Images/main2020/common/bg_sns.png) no-repeat 0 0;
  background-size: 276px auto;
  font-size: 0;
}
.page_ykonair .board_news .sns_icon.fb {
  background-position: 0 -46px;
}
.page_ykonair .board_news .sns_icon.ig {
  background-position: -46px -46px;
}
.page_ykonair .board_news .sns_icon.yt {
  background-position: -92px -46px;
}
.page_ykonair .board_news .sns_icon.bl {
  background-position: -138px -46px;
}
.page_ykonair .board_news .sns_icon.pr {
  background-position: -184px -46px;
}
.page_ykonair .board_news {
  margin-right: 0;
}
.page_ykonair .board_news li {
  width: 23.5%;
  margin-right: 2%;
}
.page_ykonair .board_news li:nth-child(4n) {
  margin-right: 0;
}

.page_ykonair .result_none {
  height: 820px;
}
.page_ykonair .result_none .inner {
  height: 100%;
}
.page_ykonair .result_none .inner:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.page_ykonair .result_none .notice_wrap {
  width: 99%;
  display: inline-block;
  vertical-align: middle;
}
.page_ykonair .result_none .sub_title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
.page_ykonair .result_none .img_wrap {
  margin-bottom: 20px;
  text-align: center;
}

/* 210609 */
/** Theme 에 따라 logo 및 gnb 색상 변경 **/
/* .theme_color header ._logo{background:url(../../Images/main2020/common/logo_50th_scroll.png) no-repeat center;} */
.theme_color header ._logo {
  background: url(../../Images/main2020/common/logo_scroll.png) no-repeat center;
}
.theme_color header ._logo a {
  background: none;
}
.theme_color header #gnb .main > li > a {
  color: #000;
}
.theme_color header .btn_srch:after {
  background-position: -150px -100px;
}
.theme_color header:after {
  background-color: #e3e3e3;
}
.theme_color header #gnb .main > li.special.wpp > a {
  border-color: #0da450;
}
.theme_color header #gnb .main > li.special.onair > a {
  border-color: #007de7;
}
.theme_color .page_index .key_visual .logo_woopoopoo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../Images/main2020/logo_woopoopoo_color.png) no-repeat;
  background-size: 100% auto;
}
.theme_color .page_index .key_visual .logo_woopoopoo img {
  display: none;
}
.theme_color.event header {
  background-color: #fff;
}

/* 201124 */
.page_index .todays_focus .focus_slider .item {
  height: 630px;
}
.page_index .todays_focus .focus_slider .slick-dots {
  height: 104px;
}

/* 210929 */
header #gnb .sub.customer .banner_wrap .title.bdrTop {
  border-top: 1px dashed #ddd;
  padding-top: 18px;
  margin-top: 18px;
}

/* 220329 추가 */

header #gnb .sub .depth2 > li > a.mb12 {
  margin-bottom: 24px;
}

/* 안전보건경영 추가 */

.safeTitle {
  width: 100%;
  background-color: #f3f3f3;
  padding: 75px 0px 85px;
}

.safeTitle h1 {
  font-size: 35px;
  line-height: 50px;
  font-family: "Godo";
  font-style: normal;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-align: center;
}

.safeTitle h1 span {
  font-size: 40px;
  color: #1f8cdd;
}

.tab {
  overflow: hidden;
  width: 584px;
  margin: 70px auto 60px;
}

.tabBox {
  display: none;
}

.tabBox.on {
  display: block;
}

.tab {
  max-width: 584px;
  margin-top: 70px;
}

.tab .tabBtn {
  float: left;
}
.tab .tabBtn a {
  display: block;
  color: #373737;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 22px 0;
  background-color: #eee;
  line-height: 20px;
}
.tab > .tabBtn:hover,
.tab > .tabBtn.on {
  background: url(../../images/common/btn_bg.png) no-repeat right bottom #1f8cdd;
}
.tab > ul > li > span.arrow {
  background-image: url("../../images/common/arrow_blue.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  display: none;
  margin: 0 auto;
}

.tab {
  max-width: 584px;
  margin-top: 70px;
}
.tab > ul > li:hover > a,
.tab > ul > li.on > a {
  background: url(../../images/common/btn_bg.png) no-repeat right bottom #1f8cdd;
  color: #fff;
}
.tab > ul > li:hover > span.arrow,
.tab > ul > li.on > span.arrow {
  display: block;
}

.tabBoxTop p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  text-align: center;
  font-weight: 300;
}

.tabBoxTop p span {
  font-weight: 600;
  color: #000;
}

.tabList {
  display: block;
  width: 100%;
  max-width: 1190px;
  overflow: hidden;
  padding-bottom: 5px;
  margin: 35px auto 75px;
}

.tabList .listBox {
  border: 1px solid #d9d9d9;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
  position: relative;
  margin-top: 33px;
  width: 373px;
  height: 248px;
  float: left;
  border-radius: 25px;
  margin-left: 25px;
}

.tabList .listBox .num {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  top: -34px;
  left: calc(50% - 34px);
  background-color: #1f8cdd;
  font-size: 22px;
  font-weight: bold;
  line-height: 68px;
  text-align: center;
  color: #fff;
  font-family: "omni";
}

.tabList .listBox:nth-child(1) {
  margin-left: 0px;
}

.tabList .listBox:nth-child(4) {
  margin-left: 200px;
}

.tabList .listBox:nth-child(4),
.tabList .listBox:nth-child(5) {
  margin-top: 75px;
  height: 198px;
}

.tabList .listBox .ltTitle {
  font-size: 22px;
  font-family: "Godo";
  font-weight: 400;
  color: #000;
  text-align: center;
  display: block;
  margin: 50px auto 30px;
}

.tabList .listBox .ltText {
  font-size: 17px;
  font-weight: 300;
  color: #666;
  line-height: 28px;
  text-align: center;
  display: block;
}

.tabBoxBot {
  overflow: hidden;
  display: block;
  padding: 72px 0px 105px;
  background-color: #f3f3f3;
}

.tabBoxBot .tbBig {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #373737;
  text-align: center;
}

.tabBoxBot .tbBig span {
  font-size: 20px;
}

.tabBoxBot .tbSmall {
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  margin: 30px auto 60px;
  text-align: center;
}

.tabBoxBot .tbList {
  width: 930px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 6px;
}

.tabBoxBot .tbList .tbLeft,
.tabBoxBot .tbList .tbRight {
  box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}

.tabBoxBot .tbList .tbLeft {
  width: 475px;
  height: 120px;
  line-height: 120px;
  position: absolute;
  left: 0px;
  border-radius: 120px;
  z-index: 2;
  text-align: center;
}

.tabBoxBot .tbList .tbRight {
  width: 560px;
  height: 120px;
  height: 120px;
  position: absolute;
  right: 10px;
  background-color: #fff;
  border-radius: 120px;
  z-index: 1;
}

.tabBoxBot .tbList:nth-child(3) .tbLeft {
  background: linear-gradient(to right, #66a2f4, #66a2f4);
}

.tabBoxBot .tbList:nth-child(4) .tbLeft {
  background: linear-gradient(to right, #4087e9, #4087e9);
}

.tabBoxBot .tbList:nth-child(5) .tbLeft {
  background: linear-gradient(to right, #1e70e2, #1e70e2);
}

.tabBoxBot .tbList:nth-child(4),
.tabBoxBot .tbList:nth-child(5) {
  margin-top: 15px;
}

.tabBoxBot .tbList .tbLeft span {
  font-size: 22px;
  font-family: "Godo";
  color: #fff;
}

.tabBoxBot .tbList .tbLeft span > span {
  color: #052756;
}

.tabBoxBot .tbList .tbRight span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #666;
  text-align: left;
  position: absolute;
  left: 155px;
  top: 50%;
  transform: translateY(-50%);
}

#tab2 .tableWrap {
  position: relative;
  min-height: 610px;
  margin: 60px auto 70px;
}

#tab2 .tableWrap .box1 {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: #0949a3;
  border: 12px solid #e7f0fd;
  position: absolute;
  left: calc(50% - 112px);
  top: 0px;
}

#tab2 .tableWrap div span {
  display: block;
  text-align: center;
}

#tab2 .tableWrap .box1 span {
  font-family: "Godo";
  font-weight: 400;
  color: #fff;
  line-height: 200px;
  font-size: 30px;
  color: #fff;
}

#tab2 .tableWrap .box1::after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  height: 120px;
  background-color: #d6d6d6;
  bottom: -132px;
  left: 99.5px;
}

#tab2 .tableWrap .box2 {
  width: 235px;
  height: 90px;
  border-radius: 90px;
  background-color: #66a2f4;
  position: absolute;
  left: calc(50% - 334px);
  top: 227px;
}

#tab2 .tableWrap .box2 span {
  font-weight: 400;
  color: #fff;
  line-height: 90px;
  font-size: 20px;
  font-weight: 600;
}

#tab2 .tableWrap .box2::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #d6d6d6;
  bottom: 44.5px;
  right: -99.5px;
}

.bigBorder {
  position: absolute;
  display: block;
  width: 1178px;
  height: 61px;
  left: calc(50% - 589px);
  top: 344px;
  background-color: transparent;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  padding-top: 24px;
}

.bigBorder .box3 {
  position: absolute;
  width: 260px;
  height: 110px;
  border-radius: 110px;
  display: block;
  text-align: center;
}

.bigBorder .box3 span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  display: block;
  margin-top: 27px;
  text-align: center;
  border-radius: 110px;
}
.bigBorder .box3:nth-child(1) {
  left: 28px;
}

.bigBorder .box3:nth-child(1) span {
  font-size: 18px;
  line-height: 110px;
  background-color: #1fdcb6;
  margin-top: 0px;
}
.bigBorder .box3:nth-child(2) {
  background-color: #1fd6dc;
  left: 316px;
}
.bigBorder .box3:nth-child(3) {
  background-color: #20b3de;
  left: 600px;
}
.bigBorder .box3:nth-child(4) {
  background-color: #1f8cde;
  right: 28px;
}

.bigBorder .box3:nth-child(2)::after,
.bigBorder .box3:nth-child(3)::after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #d6d6d6;
  top: -24px;
  right: 50%;
}

.bigBorder .box3 .inBot {
  border-left: 1px solid #d6d6d6;
  display: inline-block;
  margin: 0 auto;
  margin-top: 22px;
  padding: 7px 0px;
}

.bigBorder .box3 .inBot span {
  background-color: transparent;
  border: none;
  border-radius: 0;
  line-height: 32px;
  font-size: 18px;
  color: #666;
  display: inline-block;
  padding-left: 24px;
  font-weight: 400;
}

/* 하단 테이블 */

.tabBoxBot table {
  table-layout: fixed;
  width: 860px;
  margin: 55px auto 0px;
  border-collapse: collapse;
}

.tabBoxBot table tr td span.gTitle {
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 104px;
  display: block;
  background-color: #2070e0;
  font-weight: 600;
}

.tabBoxBot table tr td span.gText {
  font-size: 32px;
  color: #2070e0;
  text-align: center;
  line-height: 104px;
  background-color: #fff;
  font-family: "Godo";
  font-weight: 700;
  display: block;
}

/* 220329 회사소개 인권경영선언문 */

.humanRights {
  display: block;
  overflow: hidden;
  padding: 80px 0px 90px;
}
.humanRights .group {
  text-align: center;
  padding-top: 50px;
}
.humanRights a {
  display: inline-block;
  height: 55px;
  background: url(../../images/common/btn_bg.png) no-repeat right bottom #1f8cdd;
  color: #fff;
  padding: 9px 35px 0;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 38px;
}

.humanRights .hRtitle {
  font-size: 28px;
  font-weight: 400;
  color: #373737;
  line-height: 1;
  display: block;
  text-align: center;
}
.humanRights .hRtext {
  font-size: 18px;
  font-weight: 400;
  color: #373737;
  line-height: 32px;
  display: block;
  text-align: center;
  color: #666;
  margin-top: 30px;
}

.humanWrap {
  background-color: #f3f3f3;
}

.humanBox1 {
  width: 1080px;
  padding: 60px 50px;
  margin: 0 auto 80px;
  background-color: #fff;
}

/* 220404 수정 */
.humanBox .conWrap p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  text-align: center;
  font-weight: 300;
}

.humanBox .conWrap p span {
  font-weight: 600;
  color: #000;
}

.humanBox .numberWrap {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
  margin: 50px 0px;
}

.humanBox .numberWrap .numLine {
  margin-top: 9px;
  display: block;
  overflow: hidden;
}

.humanBox .numberWrap .numLine:last-child {
  margin-bottom: 9px;
}

.humanBox .numberWrap .numLine .num {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background-color: #1f8cdd;
  font-size: 18px;
  margin-right: 10px;
  font-family: "Godo";
  float: left;
  text-align: center;
  color: #fff;
}

.humanBox .numberWrap .numLine .numText {
  line-height: 36px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  float: left;
}

.humanBox .humanInfo {
  overflow: hidden;
  display: block;
}

.humanBox .humanInfo .date {
  font-size: 18px;
  color: #666;
  font-weight: 300;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.humanBox .humanInfo .name {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  text-align: center;
  display: block;
}

.humanBox2 .gover {
  overflow: hidden;
  background-color: #fff;
}

.humanBox2 .gover .goverInfo {
  display: block;
  width: 1180px;
  margin: 0 auto 15px;
  font-size: 14px;
  color: #999;
  font-weight: 300;
  text-align: right;
}

.humanBox2 .tableBox {
  width: 1180px;
  margin: 0 auto;
}

.humanBox2 .safeTitle {
  background-color: #fff;
}

.humanBox2 .safeTitle .mini {
  font-size: 20px;
  font-family: "Godo";
  color: #999999;
  margin: 18px auto 33px;
  text-align: center;
  display: block;
}

.humanBox2 .safeTitle p {
  font-size: 20px;
  color: #666666;
  text-align: center;
  display: block;
  font-weight: 300;
}

.humanBox2 .tableTitle {
  width: calc(100% - 80px);
  height: 100px;
  border-radius: 0px 40px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
}

.humanBox2 .tableBox:nth-child(2) .tableTitle {
  background-color: #2070e0;
}

.humanBox2 .tableBox:nth-child(3) .tableTitle {
  background-color: #66a2f4;
  margin-top: 30px;
}

.humanBox2 .tableBox:nth-child(4) .tableTitle {
  background-color: #e6efff;
  margin: 30px auto 80px;
}

.humanBox2 .tableTitle .nameGover {
  font-size: 24px;
  color: #fff;
  font-family: "Godo";
  position: relative;
  padding-left: 13px;
}

.humanBox2 .tableTitle .nameGover::before {
  content: " ";
  width: 3px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  top: -2px;
  left: 0px;
  display: block;
  position: absolute;
}

.humanBox2 .tableBox:nth-child(4) .nameGover {
  color: #333333;
}

.humanBox2 .tableBox:nth-child(4) .tableTitle .nameGover::before {
  background-color: #2070e0;
}

.humanBox2 .nameGover {
  display: block;
  min-width: 215px;
}

.humanBox2 .centerGover .bigTitle {
  color: #fff;
  font-size: 24px;
  font-family: "Godo";
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

.humanBox2 .centerGover .bigTitle.blue {
  color: #2070e0;
}

.humanBox2 .centerGover .smlTitle {
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: center;
}

.humanBox2 .centerGover .smlTitle.black {
  color: #000;
}

.humanBox2 .newGover {
  display: block;
  width: 215px;
}

.humanBox2 .newGover span {
  display: block;
  width: 110px;
  height: 32px;
  float: right;
  background-color: #2070e0;
  font-size: 16px;
  font-family: "Godo";
  text-align: center;
  line-height: 32px;
  color: #fff;
}

.humanBox2 .tableBox:nth-child(2) .tableText {
  border: 1px solid #79a9ec;
  margin-top: 10px;
  padding: 30px 40px;
}

.humanBox2 .tableBox:nth-child(2) .tableText span {
  font-size: 16px;
  color: #666;
  display: inline-block;
  line-height: 28px;
  margin-right: 25px;
  font-weight: 300;
}

.humanBox2 .tableBox:nth-child(3) .tableText {
  overflow: hidden;
  display: block;
  margin-top: 10px;
  display: flex;
}

.humanBox2 .tableBox:nth-child(3) .tableText .ttbox {
  border: 1px solid #79a9ec;
  padding: 30px 40px;
  width: calc(33.333% - 88.66666px);
  display: table-cell;
  margin-left: 10px;
}
.humanBox2 .tableBox:nth-child(3) .tableText .ttbox:first-child {
  margin-left: 0px;
}

.humanBox2 .tableBox:nth-child(3) .tableText span {
  font-size: 16px;
  color-interpolation-filters: #666;
  display: inline-block;
  line-height: 28px;
}

.humanBox2 .tableBox:nth-child(3) .tableText .markLine {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 120px;
  margin: 0px auto 30px;
  overflow: hidden;
  background-color: #e6efff;
}

.humanBox2 .tableBox:nth-child(3) .tableText .markLine .markTitle {
  font-size: 32px;
  font-family: "Godo";
  color: #2070e0;
  display: block;
  text-align: center;
  margin-top: 33px;
}

.humanBox2 .tableBox:nth-child(3) .tableText .markLine .markText {
  font-size: 16px;
  font-family: "Godo";
  color: #333333;
  display: block;
  text-align: center;
  margin-top: 16px;
  line-height: 1;
}

.humanBox2 .tableBox:nth-child(3) .tableText .markCont {
  font-size: 16px;
  color: #666;
  display: block;
  font-weight: 300;
  line-height: 28px;
}

/* 220404 수정 */
.humanBox3 .safeTitle {
  padding: 0px;
}
.humanBox3 .safeTitle .mini {
  font-size: 20px;
  font-family: "Godo";
  color: #999999;
  margin: 18px auto 33px;
  text-align: center;
  display: block;
}

.humanBox3 .goalImg img {
  height: 80px;
  display: block;
  margin: 50px auto;
}

.humanBox3 .goalList {
  overflow: hidden;
  margin: 60px auto 0px;
  width: 1180px;
}
.humanBox3 .goalList .goalBox {
  width: calc(33.3333% - 16.666px);
  float: left;
  display: block;
  margin-left: 25px;
  min-height: 465px;
  overflow: hidden;
  background-color: #fff;
}
.humanBox3 .goalList .goalBox:first-child {
  margin-left: 0px;
}

.humanBox3 .goalList .goalBox .goalTitle {
  font-size: 30px;
  color: #1f8cdd;
  font-family: "Godo";
  display: block;
  text-align: center;
  margin-top: 50px;
}

.humanBox3 .goalList .goalBox .goalPercent {
  font-size: 48px;
  font-family: "Godo";
  color: #333;
  text-align: center;
  display: block;
  line-height: 1;
  margin-bottom: 35px;
}
.humanBox3 .goalList .goalBox .goalPercent span {
  font-size: 24px;
}
.humanBox3 .goalList .goalBox .goalBig {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  display: block;
  text-align: center;
  line-height: 1;
}
.humanBox3 .goalList .goalBox .goalSml {
  font-size: 18px;
  font-weight: 600;
  color: #1f8cdd;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  line-height: 26px;
}
