@charset "UTF-8";
.pc {
  display: block;
}

.mobile {
  display: none;
}

#sv {
  height: 450px;
}

#sv .tit {
  height: 100%;
}

#sv .tit h3 {
  padding-top: 40px;
  color: #fff;
  font-size: 4.375rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

#sv.sv01,#sv.sv09 {
  background: url("/img/sub/sv_01.jpg") no-repeat center;
  background-size: cover;
}

#sv.sv02 {
  background: url("/img/sub/sv_02.jpg") no-repeat center;
  background-size: cover;
}

#sv.sv03 {
  background: url("/img/sub/sv_02.jpg") no-repeat center;
  background-size: cover;
}

#sv.sv04 {
  background: url("/img/sub/sv_02.jpg") no-repeat center;
  background-size: cover;
}

#sv.sv05 {
  background: url("/img/sub/sv_05.jpg") no-repeat center;
  background-size: cover;
}

#sv.sv06 {
  background: url("/img/sub/sv_05.jpg") no-repeat center;
  background-size: cover;
}

#sv.sv07 {
  background: url("/img/sub/sv_05.jpg") no-repeat center;
  background-size: cover;
}
#sv.sv08 {
  background: url("/img/sub/sv_05.jpg") no-repeat center;
  background-size: cover;
}
#lnb a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#lnb .home a {
  width: 60px;
  color: #153a6a;
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}

#lnb .menu {
  background: #153a6a;
  position: relative;
}

#lnb .menu:after {
  content: "";
  width: 1000000%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  background: #153a6a;
  z-index: -1;
  display: block;
}

#lnb .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}

#lnb .menu ul li a {
  padding: 0 24px;
  color: #fff;
  position: relative;
  opacity: 0.4;
}

#lnb .menu ul li.on a {
  opacity: 1;
}

#lnb .menu ul li.on a:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}

#subContents {
  padding: 100px 0;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.pageTit {
  text-align: center;
  font-size: 3.125rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 65px;
  padding: 0 20px;
}

.pageTit p {
  font-size: 1.5rem;
  margin-top: 50px;
}

.tit_s2 {
  text-align: center;
  text-transform: uppercase;
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 58px;
}

.tab_s1 {
  margin-bottom: 60px;
}

.tab_s1 ul li {
  width: 50%;
}

.tab_s1 ul li a {
  padding: 0 10px;
  border: 1px solid #999;
  border-left: none;
  border-right: none;
  width: 100%;
  height: 60px;
  color: #999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
}

.tab_s1 ul li.on a {
  position: relative;
  border-color: #153a6a;
  color: #153a6a;
  font-weight: 700;
}

.tab_s1 ul li.on a:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #153a6a;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}

/* 회사소개 - 기업 개요 */
#summary .intro {
  position: relative;
}

#summary .intro::before {
  content: "";
  width: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  height: 1132px;
  background: #f4f4f4;
  top: 300px;
}

#summary .intro .txtBox {
  padding-bottom: 44px;
  padding-left: 50px;
  max-width: 700px;
}

#summary .intro .txtBox dt {
  font-weight: 300;
  font-size: 3.125rem;
  color: #222;
  line-height: 1.3;
  position: relative;
}

#summary .intro .txtBox dt:after {
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  bottom: -70px;
}

#summary .intro .txtBox dt:before {
  left: -108px;
}

#summary .intro .txtBox dt:after, #summary .intro .txtBox dt:before {
  content: "";
  width: 49px;
  height: 38px;
  background: url("/img/sub/dots_icon.png") no-repeat;
  display: block;
  position: absolute;
}

#summary .intro .txtBox dd {
  margin-top: 100px;
  line-height: 1.8;
  font-size: 1.125rem;
}

#summary .value {
  margin: 170px 0;
  padding-top: 60px;
  background: url("/img/sub/value_bg.jpg") no-repeat center;
  background-size: cover;
  background-position: center top;
  background-size: 100%;
}

#summary .value li {
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 400px;
}

#summary .value li:not(:first-child) {
  margin-left: -30px;
}

#summary .value li .icon {
  margin-bottom: 26px;
}

#summary .value li dt {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

#summary .value li dd {
  font-size: 1.125rem;
  opacity: 0.7;
  line-height: 1.7;
  margin-top: 10px;
}

#summary .value li:nth-child(1) {
  background: rgba(21, 58, 106, 0.8);
}

#summary .value li:nth-child(2) {
  background: rgba(80, 175, 181, 0.8);
}

#summary .value li:nth-child(3) {
  background: rgba(232, 127, 110, 0.8);
}

#summary .philosophy {
  position: relative;
  padding: 84px 0 285px;
}

#summary .philosophy .flexBox {
  margin-top: 120px;
  position: relative;
}

#summary .philosophy .txtBox {
  width: 50%;
}

#summary .philosophy .txtBox dt span {
  font-size: 1.25rem;
  margin-left: 16px;
}

#summary .philosophy .txtBox dd {
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 60px;
}

#summary .philosophy .img {
  max-width: 830px;
  overflow: hidden;
  position: absolute;
  left: 50%;
}

#summary .philosophy .img img {
  max-width: inherit;
  display: inline-block;
}

#summary .philosophy .bg {
  display: block;
  position: absolute;
  right: -40px;
  top: 277px;
  width: 100%;
  max-width: 1050px;
  height: 700px;
  z-index: -1;
}

#summary .logoInfo {
  padding-top: 216px;
}

#summary .logoInfo .imgList {
  margin-bottom: 28px;
}

#summary .logoInfo .imgList li {
  border: 1px solid #ccc;
  border-top: 1px solid #515151;
  width: 49.28571428571%;
  padding-top: 22.85714285714%;
  position: relative;
  height: 0;
  background: url("/img/sub/pattern_bg.gif") repeat;
}

#summary .logoInfo .imgList li:not(:last-child) {
  margin-right: 1.42857142857%;
}

#summary .logoInfo .imgList li:nth-child(1) img {
  height: 100px;
}

#summary .logoInfo .imgList li:nth-child(2) img {
  height: 56px;
}

#summary .logoInfo .imgList li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#summary .logoInfo .tit_s2 {
  margin-bottom: 0;
  padding-left: 20px;
  width: 32.14285714286%;
  text-align: left;
}

#summary .logoInfo .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#summary .logoInfo .txtBox dl {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

#summary .logoInfo .txtBox dt {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 20px;
}

#summary .logoInfo .txtBox dd p {
  position: relative;
  font-size: 1.125rem;
  color: #777;
  margin-bottom: 10px;
  padding-left: 10px;
}

#summary .logoInfo .txtBox dd p:last-child {
  margin: 0;
}

#summary .logoInfo .txtBox dd p::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 2px;
}

#summary .logoInfo .txtBox .color {
  margin-top: 38px;
}

#summary .logoInfo .txtBox .color li {
  width: 31.57894736842%;
}

#summary .logoInfo .txtBox .color li:not(:last-child) {
  margin-right: 2.63157894737%;
}

#summary .logoInfo .txtBox .color li:nth-child(1) .box {
  background: #153a6a;
}

#summary .logoInfo .txtBox .color li:nth-child(2) .box {
  background: #50afb5;
}

#summary .logoInfo .txtBox .color li:nth-child(3) .box {
  background: #e5624d;
}

#summary .logoInfo .txtBox .color li .box {
  padding-top: 42.33333333333%;
}

#summary .logoInfo .txtBox .color li .val {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
}

#summary .logoInfo .txtBox .color li .val > div {
  font-size: 1.125rem;
  color: #333;
}

#summary .logoInfo .txtBox .color li .val p {
  color: 3777;
  font-weight: 300;
}

#summary .logoInfo .txtBox .color li .val p span:not(:last-child) {
  margin-right: 10px;
}

/* 회사소개 - 경영진 */
#member .busiCard {
  padding: 44px 48px;
  z-index: 11;
  position: absolute;
  right: 80%;
  top: 120px;
  background: #153a6a;
  color: #fff;
  width: 300px;
  height: 200px;
}

#member .busiCard * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#member .busiCard dl dt {
  font-size: 1.4375rem;
  font-weight: 700;
}

#member .busiCard dl dt small {
  font-size: 1rem;
}

#member .busiCard dl dd {
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

#member .busiCard .more_btn {
  margin-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#member .busiCard .more_btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  padding: 0;
}

#member .busiCard .more_btn button span {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#member .busiCard .more_btn button span img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#member .busiCard .more_btn.on img {
  -webkit-transform: rotate(0) translateX(-1px) !important;
          transform: rotate(0) translateX(-1px) !important;
}

#member .tabCont > div:not(:first-child) {
  display: none;
}

#member .info .busiCard {
  position: static;
  margin-bottom: 30px;
  padding: 30px;
  height: auto;
}

#member .info > section {
  position: relative;
}

#member .info > section * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#member .info > section:not(:last-child) {
  margin-bottom: 50px;
}

#member .info > section.on .txtBox {
  background: #f9f9f9;
}

#member .info > section.on .exp {
  opacity: 1;
}

#member .info > section .img {
  position: absolute;
  width: 50%;
  left: 0;
  top: 50px;
  z-index: 10;
}

#member .info > section article {
  position: relative;
  width: 46.846154%;
  z-index: 11;
}

#member .info > section .txtBox {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 465px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 100px;
  position: relative;
}

#member .info > section .exp {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#member .info > section .exp ul,
#member .info > section .exp .tit {
  width: 100%;
  max-width: 450px;
}

#member .info > section .exp .tit {
  font-size: 1.5rem;
  color: #153a6a;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}

#member .info > section .exp ul {
  margin-top: 36px;
}

#member .info > section .exp ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#member .info > section .exp ul li:not(:last-child) {
  margin-bottom: 14px;
}

#member .info > section .exp ul li span {
  color: #222;
  width: 130px;
}

#member .info > section .exp ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  color: #777;
}

#member .list {
  position: relative;
}

#member .list > ul li {
  position: relative;
  width: 31.78571428571%;
  margin-right: 2.32142857143%;
  margin-bottom: 50px;
}

#member .list > ul li:nth-child(3n) {
  margin-right: 0;
}

#member .list > ul li a {
  display: block;
  height: 100%;
}

#member .list > ul li .img {
  height: 100%;
  background: #eee;
}

#member .list .txtBox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

#member .list .busiCard {
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  top: auto;
  padding: 19px 48px;
  background: rgba(21, 58, 106, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

#member .list .busiCard .more_btn {
  margin-top: 0;
}

.pop_info {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
}

.pop_info .thum {
  position: relative;
  width: 31.78571428571%;
}

.pop_info .expList {
  width: calc(100% - 31.78571428571%);
  padding: 80px 80px 0 86px;
  background: #f9f9f9;
}

.pop_info .expList .tit {
  font-size: 1.5rem;
  font-weight: 700;
  color: #153a6a;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.pop_info .expList ul li {
  color: #777;
  position: relative;
  padding-left: 12px;
}

.pop_info .expList ul li:not(:last-child) {
  margin-bottom: 14px;
}

.pop_info .expList ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

/* 회사소개 - history */
#history .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

#history .list li:first-child .info {
  display: block;
}

#history .list li.on {
  border-top: 1px solid #1b4f91;
}

#history .list li.on .year-img {
  border-top: none;
}

#history .list li.on .year-img .yearBtn strong {
  color: #1b4f91;
}

#history .list li.on .year-img .yearBtn .icon span {
  background: #1b4f91;
}

#history .list li.on .year-img .yearBtn .icon span:nth-child(2) {
  height: 0;
}

#history .list li.on .year-img .img {
  display: block;
}

#history .list .year-img {
  width: 400px;
  border-top: 1px solid #ccc;
  position: relative;
  padding: 36px 48px 48px;
}

#history .list .year-img .yearBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#history .list .year-img .yearBtn strong {
  font-size: 2rem;
  color: #999;
}

#history .list .year-img .yearBtn .icon {
  position: relative;
  width: 15px;
  height: 15px;
}

#history .list .year-img .yearBtn .icon span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  background: #9b9b9b;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#history .list .year-img .yearBtn .icon span:nth-child(1) {
  width: 15px;
  height: 2px;
}

#history .list .year-img .yearBtn .icon span:nth-child(2) {
  width: 2px;
  height: 15px;
}

#history .list .year-img .img {
  margin-top: 130px;
  display: none;
}

#history .list .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: none;
  width: 100%;
  padding-left: 7%;
  padding-top: 36px;
}

#history .list .info dl dt {
  line-height: 1;
  font-size: 3.125rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

#history .list .info dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#history .list .info dl dd:not(:last-child) {
  margin-bottom: 15px;
}

#history .list .info dl dd span {
  font-size: 1.25rem;
  color: #222;
  width: 75px;
}

#history .list .info dl dd > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#history .list .info dl dd > div p {
  padding-left: 18px;
  position: relative;
  font-size: 1.125rem;
}

#history .list .info dl dd > div p:not(:last-child) {
  margin-bottom: 10px;
}

#history .list .info dl dd > div p:before {
  content: "";
  width: 8px;
  height: 2px;
  background: #9b9b9b;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

.tit_s3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}

/* 회사소개 - 네트워크 */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#network .worldInfo {
  background: #f9f9f9;
  padding: 85px 0;
  text-align: center;
}

#network .worldInfo dl {
  text-align: center;
  color: #222;
}

#network .worldInfo dl dt {
  margin-bottom: 60px;
}

#network .worldInfo dl dd {
  max-width: 805px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 1.3;
  position: relative;
  padding: 38px 0;
}

#network .worldInfo dl dd::after {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#network .worldInfo dl dd::before {
  right: 0;
  bottom: 0;
}

#network .worldInfo dl dd::after, #network .worldInfo dl dd::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 38px;
  background: url("/img/svg/quot_icon.svg") no-repeat;
  display: block;
}

#network .worldInfo .map {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}

#network .worldInfo .map .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#network .worldInfo .map .mark li {
  position: absolute;
  z-index: 1;
}

#network .worldInfo .map .mark li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#network .worldInfo .map .mark li a > p {
  font-size: 1.125rem;
  color: #222;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

#network .worldInfo .map .mark li.on span {
  background: rgba(255, 255, 255, 0.5) !important;
}

#network .worldInfo .map .mark li span {
  -webkit-animation: fade 2s infinite;
          animation: fade 2s infinite;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 999;
  width: 20px;
  height: 20px;
  margin-top: 14px;
}

#network .worldInfo .map .mark li span::before {
  content: url("/img/sub/network_plus_icon.png");
  left: 50%;
  top: calc(50% - 2px);
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  /*
              width: 20px;
              height: 20px;
              font-size: 12px;
              line-height: 1.5;
              font-weight: 300;
              z-index: 100;
              color: #fff;
							display: block;
							*/
}

#network .worldInfo .map .mark li span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#network .worldInfo .map .mark li .txtBox {
  position: absolute;
  width: 350px;
  background: #333;
  color: #fff;
  padding: 38px;
  text-align: left;
  top: calc(100% - 10px);
  display: none;
}

#network .worldInfo .map .mark li .txtBox > article:not(:last-child) {
  margin-bottom: 15px;
}

#network .worldInfo .map .mark li .txtBox .tit {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

#network .worldInfo .map .mark li .txtBox .txt p {
  position: relative;
  padding-left: 12px;
}

#network .worldInfo .map .mark li .txtBox .txt p:not(:last-child) {
  margin-bottom: 10px;
}

#network .worldInfo .map .mark li .txtBox .txt p::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

#network .worldInfo .map .mark li:nth-child(1) {
  left: 20.58333333333%;
  top: 23.05475504323%;
}

#network .worldInfo .map .mark li:nth-child(1) span {
  background: rgba(80, 175, 181, 0.3);
}

#network .worldInfo .map .mark li:nth-child(1) span:after {
  background: #50afb5;
}

#network .worldInfo .map .mark li:nth-child(1) .txtBox {
  background: rgba(80, 175, 181, 0.8);
}

#network .worldInfo .map .mark li:nth-child(2) {
  left: 50%;
  top: 29%;
}

#network .worldInfo .map .mark li:nth-child(2) span {
  background: rgba(21, 58, 106, 0.3);
}

#network .worldInfo .map .mark li:nth-child(2) span:after {
  background: #153a6a;
}

#network .worldInfo .map .mark li:nth-child(2) .txtBox {
  background: rgba(21, 58, 106, 0.8);
}

#network .worldInfo .map .mark li:nth-child(3) {
  left: 73%;
  top: 40%;
}

#network .worldInfo .map .mark li:nth-child(3) span {
  background: rgba(229, 98, 77, 0.3);
}

#network .worldInfo .map .mark li:nth-child(3) span:after {
  background: #e5624d;
}

#network .worldInfo .map .mark li:nth-child(3) .txtBox {
  background: rgba(229, 98, 77, 0.7);
}

#network .worldInfo .map .mark li:nth-child(4) {
  left: 81%;
  top: 34%;
}

#network .worldInfo .map .mark li:nth-child(4) span {
  background: rgba(21, 58, 106, 0.3);
}

#network .worldInfo .map .mark li:nth-child(4) span:after {
  background: #153a6a;
}

#network .worldInfo .map .mark li:nth-child(4) .txtBox {
  background: rgba(21, 58, 106, 0.7);
}

#network .partner {
  margin-top: 84px;
}

#network .partner section:not(:last-child) {
  border-bottom: 1px solid #555;
  padding-bottom: 146px;
  margin-bottom: 96px;
}

#network .partner ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#network .partner ul li {
  margin-top: 40px;
  width: 21.42857142857%;
  border: 1px solid #ccc;
  margin-right: 4.7619047619%;
}

#network .partner ul li:nth-child(4n) {
  margin-right: 0;
}

/* 회사소개 - R&D 역량*/
#certi .list li {
  width: 23.57142857143%;
  margin-right: 1.90476190476%;
  margin-bottom: 58px;
}

#certi .list li:nth-child(4n) {
  margin-right: 0;
}

#certi .list li .img {
  position: relative;
  overflow: hidden;
  padding-top: 139.39393939394%;
  border: 1px solid #ddd;
}

#certi .list li .img > img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#certi .list li .detail_img {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#certi .list li .detail_img img {
  max-height: 100%;
  position: static;
}

#certi .list li .txtBox {
  margin-top: 15px;
  text-align: center;
}

#certi .list li .txtBox dl dt {
  font-weight: 500;
  color: #222;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
}

#certi .list li .txtBox dl dd {
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 95px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
}

#certi .list li:hover .img > img {
  -webkit-transform: scale(1.1) translate(-45.8%, -45.8%);
          transform: scale(1.1) translate(-45.8%, -45.8%);
}

#certi .list li:hover .detail_img {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.paging {
  margin-top: 50px;
}

.paging .arrows img {
  vertical-align: middle;
}

.paging .arrows a {
  margin: 0 10px;
}

.paging > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging ul {
  margin: 0 28px;
}

.paging ul li:not(:last-child) {
  margin-right: 5px;
}

.paging ul a {
  width: 46px;
  height: 46px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
}

.paging ul .on a {
  background: #153a6a;
  color: #fff;
}

/* 파이프라인 */
#pipeline .slogan {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #333;
  margin-bottom: 60px;
}

#pipeline .left {
  text-align: left !important;
}

#pipeline .table .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pipeline .table f tbody td:last-child {
  width: 42.85714285714%;
}

#pipeline .table th {
  background: #f1f1f1;
  height: 60px;
  text-align: center;
  color: #333;
  padding: 0 15px;
}

#pipeline .table th.left {
  text-align: left;
}

#pipeline .table th.right {
  text-align: right;
}

#pipeline .table td {
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 30px;
  color: #333;
}

#pipeline .table td:first-child {
  border-left: none;
}

#pipeline .table td:last-child {
  border-right: none;
  padding: 30px 15px;
}

#pipeline .table .tit {
  font-family: "Roboto", sans-serif;
}

#pipeline .table .tit a {
  color: #222;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pipeline .table .tit a:hover .icon {
  background: #153a6a;
}

#pipeline .table .tit a:hover .icon a,
#pipeline .table .tit a:hover .icon i {
  color: #fff;
}

#pipeline .table .tit .icon {
  margin-left: 10px;
}

#pipeline .table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

#pipeline .table ul li:not(:last-child) {
  margin-right: 60px;
}

#pipeline .table ul li a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pipeline .table ul li a.dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pipeline .table ul li a .icon {
  margin-left: 6px;
}

#pipeline .table ul li:hover .icon {
  background: #153a6a;
}

#pipeline .table ul li:hover .icon a,
#pipeline .table ul li:hover .icon i {
  color: #fff;
}

#pipeline .table ul li span {
  font-size: 13px;
}

#pipeline .table ul .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

#pipeline .table ul .img img {
  margin-right: 6px;
}

#pipeline .icon {
  border: 1px solid #333;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#pipeline .icon a,
#pipeline .icon i {
  font-size: 13px;
  font-weight: 300;
  font-style: inherit;
  display: block;
  color: #222;
}

#pipeline .icon:hover {
  background: #153a6a;
}

#pipeline .icon:hover a,
#pipeline .icon:hover i {
  color: #fff;
}

#pipeline .lineBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e0e0e0;
  border-radius: 13px;
  height: 26px;
}

#pipeline .lineBox p {
  position: absolute;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  width: 40.42179261863%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 13px;
}

#pipeline .lineBox p.blue {
  background: #336ab1;
}

#pipeline .lineBox p.mint {
  background: #52c1cb;
}

#pipeline .lineBox p.purple {
  background: #6557ae;
}

#pipeline .lineBox p.orange {
  background: #e5624d;
  width: 25% !important;
}

#pipeline .lineBox p.sizeS {
  width: 31.63444639719%;
}

#pipeline .lineBox p.sizeM {
  width: 36.02811950791%;
}

#pipeline .lineBox p.sizeB {
  width: 71.17750439367%;
}

#pipeline .lineBox p.sizeSM {
  width: 44%;
}

#pipeline .lineBox p.right0 {
  right: 0;
}

#pipeline .lineBox p:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#pipeline .lineBox p:nth-child(1) {
  z-index: 3;
}

#pipeline .lineBox p:nth-child(2) {
  z-index: 2;
}

#pipeline .lineBox p:nth-child(3) {
  z-index: 1;
}

/* 22.08.19 */
#pipeline .lineBox p.first,
#pipeline .lineBox p.sizeS { width: 41%; }
#pipeline .lineBox p { width: 36%; }
#pipeline .lineBox p.sizeB { width: 63.177504%; }
#pipeline .lineBox p.sizeSM { width: 45.8%; }
#pipeline .lineBox p.orange { width: 26% !important; }
#pipeline .lineBox p.sizeS.right { width: 62.2144%; }
#pipeline .lineBox p.sizeM { width: 50%; }
#pipeline .lineBox p.right01 { width: 19.8594%; }
.yearA { display: flex; justify-content: space-between; }
/**/

/* 23.08.29 */
#pipeline .table td .data ul { flex-wrap: wrap; gap: 30px 0; }
#pipeline .table td .data ul .img { max-width: 190px; }
#pipeline .table td .data ul .icon { flex-shrink: 0; }
#pipeline .table td .data ul button { font-size: 16px; font-family: "S-CoreDream-4Regular"; display: flex; align-items: center; gap: 0 6px; }
.added .link_a,
.added .link_a a { display: flex; align-items: center; justify-content: center; }
.added .link_a { gap: 0 10px; }
.added .link_a a { background: #153a6a; gap: 0 5px; border-radius: 5px; padding: 5px 10px; color: #fff; font-size: 12px; }


#layer_pop {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

#layer_pop section {
  -ms-overflow-style: none;
  overflow-y: auto;
  height: 95%;
  padding: 40px 100px;
  background: #fff;
  max-width: 1200px;
  max-height: 750px;
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#layer_pop section::-webkit-scrollbar {
  display: none;
}

#layer_pop .closeBtn {
  text-align: center;
  margin-top: 18px;
}

#layer_pop .closeBtn button {
  width: 14px;
  height: 14px;
}

#layer_pop .closeBtn button i {
  font-size: 20px;
  color: #818181;
}

#layer_pop .tit {
  text-align: center;
  font-size: 2.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

#layer_pop .img {
  position: relative;
  overflow: hidden;
  width: 45%;
  margin-right: 40px;
}

#layer_pop .img img {
  border: 1px solid #ddd;
}

#layer_pop .img .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
}

#layer_pop .img .slick-arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  display: block;
  position: absolute;
  top: 10px;
}

#layer_pop .img .slick-arrow.slick-prev {
  left: 0;
}

#layer_pop .img .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 12px;
}

#layer_pop .img .slick-arrow.slick-next {
  right: 0;
}

#layer_pop .img .slick-arrow.slick-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 12px;
}

#layer_pop .subTxt {
  margin-top: 6px;
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
}

#layer_pop .txtBox {
  padding-top: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#layer_pop .txtBox dl {
  border-bottom: 1px solid #aaa;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

#layer_pop .txtBox dl dt {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
}

#layer_pop .txtBox dl dd {
  color: #999898;
  font-size: 0.9375rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-top: 17px;
}

#layer_pop .txtBox .scrollBox {
  max-height: 377px;
  overflow-y: auto;
  font-size: 0.9375rem;
  color: #777;
  line-height: 1.65;
  padding-top: 10px;
}

#layer_pop .txtBox .scrollBox table th,
#layer_pop .txtBox .scrollBox table td {
  border: 1px solid #ddd;
  border-right: none;
  padding: 15px;
}

#layer_pop .txtBox .scrollBox table th {
  background: #f1f1f1;
  width: 120px;
  color: #333;
}

#layer_pop .txtBox .scrollBox p {
  padding-right: 40px;
  letter-spacing: -1px;
}

#layer_pop .txtBox .scrollBox p:not(:last-child) {
  margin-bottom: 30px;
}

#layer_pop .txtBox .scrollBox p.dots {
  position: relative;
  padding-left: 12px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

#layer_pop .txtBox .scrollBox p.dots:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#layer_pop .txtBox .scrollBox p.dots:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#layer_pop .txtBox .scrollBox p.dots:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#layer_pop .txtBox .scrollBox p.dots:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#layer_pop .txtBox .scrollBox p.dots.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#layer_pop .txtBox .scrollBox p.dots::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1b4f91;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

/* contact - 오시는 길 */
#location .mapBox {
  width: 100% !important;
}

#location .mapBox > div {
  height: 560px !important;
}

#location .mapLink {
  margin: 40px 0;
}

#location .mapLink li:not(:last-child) {
  margin-right: 4px;
}

#location .mapLink li.google a {
  border-color: #1b4f91;
  color: #1b4f91;
}

#location .mapLink li.naver a {
  border-color: #5bab34;
  color: #5bab34;
}

#location .mapLink a {
  width: 160px;
  height: 45px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
}

#location .info section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#location .info section:not(:last-child) dl {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #000;
}

#location .info .tit {
  width: 32.14285714286%;
  font-size: 2rem;
  color: #222;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

#location .info dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#location .info dl dt {
  font-size: 1.5rem;
  color: #333;
}

#location .info dl dd {
  color: #777;
  font-size: 1.125rem;
  margin-top: 18px;
}

#location .info dl dd p {
  position: relative;
  padding-left: 10px;
}

#location .info dl dd p:not(:last-child) {
  margin-bottom: 10px;
}

#location .info dl dd p::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#inquiry input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

#videoWrap .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#videoWrap .list ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

#videoWrap .list ul li:nth-child(3n) {
  margin-right: 0;
}

#videoWrap .list ul li a {
  display: block;
}

#videoWrap .list ul li a:hover .thum::before {
  opacity: 0;
}

#videoWrap .list ul li a:hover .thum::after {
  background-position: right;
}

#videoWrap .list ul li a:hover .tit p {
  color: #1b4f91;
}

#videoWrap .list ul li .thum {
  position: relative;
}

#videoWrap .list ul li .thum img {
  width: 100%;
}

#videoWrap .list ul li .thum::before, #videoWrap .list ul li .thum::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#videoWrap .list ul li .thum::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#videoWrap .list ul li .thum:after {
  content: "";
  width: 22px;
  height: 27px;
  background: url("/img/sub/icon_play.png") no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#videoWrap .list ul li .tit {
  margin-top: 12px;
}

#videoWrap .list ul li .tit p {
  color: #222;
  font-weight: 500;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
}

#press_wrap .content-area span,
#press_wrap .content-area p {
  /*font-size: 1rem !important;
  font-family: "Roboto", sans-serif !important;
  color: #222 !important;*/
  color: #222;
  line-height: 1.6;
  margin: 0 !important;
  text-indent: 0 !important;
}

#press_wrap .content-area * { clear:both; }


#videoPlayer {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#videoPlayer .closeBtn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: -50px;
}

#videoPlayer .closeBtn span {
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}

#videoPlayer .closeBtn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#videoPlayer .closeBtn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#videoPlayer .info {
  position: absolute;
  width: 100%;
  max-width: 640px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}

#videoPlayer .info .frame {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

#videoPlayer .info iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*투자정보 -  재무 정보*/
#financialStatus section {
  width: 49%;
}

#financialStatus section:not(:last-child) {
  margin-right: 2%;
}

.tbl1 th,
.tbl1 td {
  border: 1px solid #d7d7d7;
  padding: 20px 10px;
  text-align: center;
}

.tbl1 th:first-child,
.tbl1 td:first-child {
  border-left: none;
}

.tbl1 th:last-child,
.tbl1 td:last-child {
  border-right: none;
}

.tbl1 th {
  font-size: 1rem;
  border-top: 1px solid #222;
  font-weight: 500;
  color: #222;
  background: #f7f7f8;
}

.tbl1 td {
  font-size: 14px;
}

.tbl1 .total {
  background: #f7f7f8;
}

.tb_tit {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tb_tit h3 {
  color: #222;
  font-size: 1.375rem;
  font-weight: 700;
}

.tb_tit p {
  color: #777;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 3px;
}

/* 투자정보 - 공시정보 */
#disclosure .mobile-wrapper,
#disclosure .frame {
  overflow: auto;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 750px;
}

/* 플랫폼*/
#platform_sb .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 86px;
}

#platform_sb .info .tit {
  width: 480px;
}

#platform_sb .info .tit p {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

#platform_sb .info .tit span {
  font-size: 1.125rem;
}

#platform_sb .info .txtBox {
  width: calc(100% - 480px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#platform_sb .info .txtBox .icon {
  margin: 0 50px;
}

#platform_sb .info .txtBox dl dt {
  font-size: 1.375rem;
  margin-bottom: 10px;
  font-family: "S-CoreDream-5Medium";
}

#platform_sb .info .txtBox dl:first-child {
  text-align: right;
}

#platform_sb .info .txtBox dl:first-child dt {
  color: #336ab1;
}

#platform_sb .info .txtBox dl:last-child dt {
  color: #52c1cb;
}

#platform_sb .info .txtBox p {
  font-weight: 500;
  line-height: 1.4;
}

#platform_sb .imgInfo {
  padding: 68px 0;
  position: relative;
}

#platform_sb .imgInfo::before {
  content: "";
  width: 100000000%;
  height: 100%;
  background: #f4f4f4;
  display: block;
  position: absolute;
  z-index: -1;
  right: -130px;
  top: 0;
}

#platform_sb .imgInfo .list ul li {
  line-height: 1.6;
}

#platform_sb .imgInfo .list ul li .tit {
  margin-bottom: 26px;
}

#platform_sb .imgInfo .list ul li .tit dl dt {
  font-size: 1.75rem;
  font-weight: 700;
}

#platform_sb .imgInfo .list ul li .tit dl dd {
  font-size: 1.25rem;
}

#platform_sb .imgInfo .list ul li .sub-txt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#platform_sb .imgInfo .list ul li .sub-txt > div:not(:last-child) {
  margin-bottom: 14px;
}

#platform_sb .imgInfo .list ul li .sub-txt > div span {
  width: 170px;
  color: #153a6a;
  font-weight: 500;
  font-size: 1.125rem;
}

#platform_sb .imgInfo .list ul li .sub-txt > div p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#platform_sb .imgInfo .list dl dt {
  font-size: 1.375rem;
  font-family: "S-CoreDream-5Medium";
  color: #333;
  margin-bottom: 12px;
}

#platform_sb .imgInfo .list dl dd {
  font-size: 1.25rem;
  line-height: 1.5;
}

#platform_sb .imgInfo .img {
  margin-top: 34px;
}

#platform_sb .contBox > section:not(:first-child) {
  display: none;
}

/* gi- 101 ~~*/
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.giWrap .top {
  margin-bottom: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 78px;
}

.giWrap .top::before {
  content: "";
  width: 1000000%;
  height: 220px;
  background: #f4f4f4;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.giWrap .top .img {
  width: 70%;
}

.giWrap .top .tit {
  width: 30%;
  font-family: "Poppins", sans-serif;
  padding-top: 112px;
  padding-left: 30px;
}

.giWrap .top .tit span {
  padding-bottom: 2px;
  color: #153a6a;
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 2px solid #153a15;
}

.giWrap .top .tit p {
  margin-top: 30px;
  color: #555;
  font-size: 2.3rem;
  font-weight: 100;
  line-height: 1.13;
  letter-spacing: -3px;
}

.giWrap .top .tit p strong {
  font-weight: 300;
  font-family: "S-CoreDream-2ExtraLight";
}

.giWrap .scrollBox {
  position: relative;
  overflow-y: hidden;
  padding-top: 5px;
}

.giWrap .scrollBox > div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.giWrap .scrollBox > div::after, .giWrap .scrollBox > div::before {
  content: "";
  background: #ddd;
  display: block;
  position: absolute;
}

.giWrap .scrollBox > div::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 128px;
  top: -5px;
}

.giWrap .scrollBox > div::before {
  width: 1px;
  height: 100%;
  left: 130px;
  top: 0;
}

.giWrap .scrollBox .tit {
  width: 130px;
  -webkit-transition: top 0.05s;
  transition: top 0.05s;
  text-align: right;
  position: relative;
  padding-right: 24px;
}

.giWrap .scrollBox .tit p {
  font-size: 1.0625rem;
  color: #153a6a;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.giWrap .scrollBox .tit span {
  position: absolute;
  right: -10px;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: block;
  border: 1px dashed #153a6a;
  margin-left: 15px;
}

.giWrap .scrollBox .tit span em {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: circle 3s linear infinite;
          animation: circle 3s linear infinite;
  left: 0;
  top: 0;
}

.giWrap .scrollBox .tit span em:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #153a6a;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.giWrap .scrollBox section {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 64px 0 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.giWrap .scrollBox section:not(:last-child) {
  margin-bottom: 100px;
}

.giWrap .scrollBox section.fixed .tit {
  position: absolute;
  top: 65px;
}

.giWrap .scrollBox section.fixed .txtBox {
  padding-left: 130px;
  top: 0;
}

.giWrap .scrollBox .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  position: relative;
  max-width: 1400px;
  padding-left: 120px;
}

.giWrap .scrollBox .txtBox > .flexBox dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-right: 40px;
}

.giWrap .scrollBox .txtBox > .flexBox .img {
  max-width: 600px;
  margin-top: 50px;
}

.giWrap .scrollBox .txtBox .bigTit {
  color: #eee;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 6.875rem;
  text-transform: uppercase;
  position: absolute;
  top: -80px;
  left: 100px;
  z-index: -1;
  line-height: 1;
}

.giWrap .scrollBox article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.giWrap .scrollBox article:not(:last-child) {
  margin-bottom: 120px;
}

.giWrap .scrollBox article dl {
  padding-top: 105px;
  width: 450px;
  padding-right: 20px;
}

.giWrap .scrollBox article dl dt {
  position: relative;
}

.giWrap .scrollBox article dl dt em {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  color: #eee;
  font-size: 6.875rem;
  left: -20px;
  z-index: -1;
  top: -60px;
  line-height: 1;
}

.giWrap .scrollBox article .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.giWrap .scrollBox article:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.giWrap .scrollBox article:nth-child(2n) dl {
  padding-left: 68px;
}

.giWrap .scrollBox dl.type1 dt {
  font-size: 1.75rem;
  color: #153a6a;
  font-family: "S-CoreDream-8Heavy";
  margin-bottom: 40px;
}

.giWrap .scrollBox dl.type1 dt span {
  color: #666;
  font-family: "S-CoreDream-2ExtraLight";
}

.giWrap .scrollBox dl.type1 dd {
  margin-bottom: 40px;
  line-height: 1.6;
}

.giWrap .scrollBox dl.type1 dd:last-child {
  margin-bottom: 0;
}

.giWrap .scrollBox dl.type1 dd p {
  position: relative;
  padding-left: 22px;
  margin-left: 24px;
  font-size: 1.0625rem;
}

.giWrap .scrollBox dl.type1 dd p:not(:last-child) {
  margin-bottom: 18px;
}

.giWrap .scrollBox dl.type1 dd p.b {
  color: #444;
}

.giWrap .scrollBox dl.type1 dd p i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.0625rem;
}

.giWrap .scrollBox dl.type1 dd p i.reg {
  position: static;
  margin: 0 5px;
}

.giWrap .scrollBox dl.type1 dd .txt {
  padding-left: 24px;
  margin-left: 24px;
  line-height: 1.75;
}

.giWrap .scrollBox dl.type1.s2 dt {
  margin-bottom: 20px;
}

.giWrap .scrollBox dl.type1.s2 dd img {
  margin-top: 30px;
}

.giWrap .scrollBox dl.type1:not(:last-child) {
  margin-bottom: 84px;
}

.giWrap .scrollBox dl.type2 .img {
  margin-bottom: 30px;
}

.giWrap .scrollBox ul.type1 {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.giWrap .scrollBox ul.type1 li {
  width: 50%;
  padding-left: 30px;
  position: relative;
  padding-right: 20px;
  margin-bottom: 32px;
}

.giWrap .scrollBox ul.type1 .tit {
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: left;
  color: #444;
  position: unset;
  font-size: 1.0625rem;
}

.giWrap .scrollBox ul.type1 .tit em {
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "S-CoreDream-8Heavy";
  font-size: 1.125rem;
  color: #153a6a;
}

.giWrap .scrollBox ul.type1 .txt {
  line-height: 1.75;
  color: #777;
  margin-top: 14px;
}

/* 인재 채용*/
#recruitment .top {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#recruitment .top > div {
  width: 50%;
}

#recruitment .top .txt {
  padding-left: 40px;
  position: relative;
}

#recruitment .top .txt:after, #recruitment .top .txt:before {
  content: "";
  height: 298px;
  position: absolute;
  left: -150px;
  z-index: -1;
  top: 210px;
}

#recruitment .top .txt:before {
  width: 1000000%;
  background: #f4f4f4;
}

#recruitment .top .txt:after {
  width: calc(100% + 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/img/sub/bg_logo.png") no-repeat right bottom #f4f4f4;
}

#recruitment .top .txt dl dt {
  font-size: 3.125rem;
  font-family: "S-CoreDream-2ExtraLight";
  line-height: 1.2;
}

#recruitment .top .txt dl dt strong {
  color: #153a6a;
  font-family: "S-CoreDream-5Medium";
}

#recruitment .top .txt dl dd {
  margin-top: 74px;
  font-size: 1.125rem;
  line-height: 2;
  color: #666;
}

#recruitment .slogan {
  padding: 180px 0 120px;
}

#recruitment .slogan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#recruitment .slogan ul li {
  width: 22.85714285714%;
  padding-top: 22.14285714286%;
  position: relative;
  margin-right: 2.85714285714%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#recruitment .slogan ul li:hover .txt {
  opacity: 0;
}

#recruitment .slogan ul li:hover .box {
  margin-top: 0;
  opacity: 1;
}

#recruitment .slogan ul li .box {
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  padding: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.6;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 40px;
}

#recruitment .slogan ul li .txt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

#recruitment .slogan ul li .txt p {
  margin-top: 26px;
  font-size: 1.25rem;
  font-family: "S-CoreDream-5Medium";
}

#recruitment .slogan ul li:last-child {
  margin-right: 0;
}

#recruitment .slogan ul li:nth-child(1) {
  background-image: url("/img/sub/recruitment_img02.jpg");
}

#recruitment .slogan ul li:nth-child(2) {
  background-image: url("/img/sub/recruitment_img03.jpg");
}

#recruitment .slogan ul li:nth-child(3) {
  background-image: url("/img/sub/recruitment_img04.jpg");
}

#recruitment .slogan ul li:nth-child(4) {
  background-image: url("/img/sub/recruitment_img05.jpg");
}

#recruitment .slogan ul li:nth-child(5) {
  background-image: url("/img/sub/recruitment_img06.jpg");
}

#recruitment .welfare {
  padding: 110px 0;
  background: #f4f4f4;
}

#recruitment .welfare .list {
  position: relative;
}

#recruitment .welfare .list .logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

#recruitment .welfare .tit {
  text-align: center;
  font-size: 3.125rem;
  font-family: "S-CoreDream-5Medium";
  color: #222;
}

#recruitment .welfare ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#recruitment .welfare ul li {
  width: 22.85714285714%;
  border: 1px solid #e0e0e0;
  margin-right: 2.85714285714%;
  background: #fff;
  text-align: center;
  padding: 50px 15px;
  margin-top: 36px;
}

#recruitment .welfare ul li:nth-child(4n) {
  margin-right: 0;
}

#recruitment .welfare ul li .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#recruitment .welfare ul li dl {
  margin-top: 30px;
}

#recruitment .welfare ul li dl dt {
  font-size: 1.125rem;
  color: #333;
  font-family: "S-CoreDream-8Heavy";
}

#recruitment .welfare ul li dl dd {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.6;
}



.subscribe-popup { position:fixed; left:0; top:0; width:100%; height:100%; visibility:hidden; opacity:0; z-index:-11; transition:all 0.3s ease-in-out; }
.subscribe-popup .bg { position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.6); }
.subscribe-popup.on { height:100%; opacity:1; visibility:visible; z-index:99999; }
.subscribe-popup .popup-cont { z-index:33; position:absolute; top:50%; left:50%; width:100%; transform:translate(-50%, -50%); max-width:500px;  /* margin: 0 auto; border:1px solid #ddd */}
/* 페이지용 */
.subscribe-popup.mod{position:static; visibility:visible; opacity:1;}
.subscribe-popup.mod .popup-cont {position:static; transform:translate(0); margin: 0 auto; border:1px solid #ddd; border-radius:10px}
.subscribe-popup .popup-cont .btn_close { cursor:pointer; position:absolute; top:10px; right:15px; font-size:25px; color:#333 }
.subscribe-popup .popup-cont .subscribe-box { background-color:#fff; border-radius:10px;  overflow:hidden; display:flex; flex-wrap:wrap; padding:0 40px 40px;  }
.subscribe-popup .popup-cont .subscribe-box .top { padding:40px 20px 0; text-align:center; }
.subscribe-popup .popup-cont .subscribe-box .top .logo { width:180px; margin:0 auto; }
.subscribe-popup .popup-cont .subscribe-box .top .txt { margin-top:20px; color:#666; font-size:16px; line-height:1.4; }
.subscribe-popup .popup-cont .subscribe-box .ipbox { margin-top:30px; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li:not(last-child) { margin-bottom:10px; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ip { display:flex; align-items:center; flex-wrap:wrap; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ip label { width:100px; color:#333;  }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ip label span { color:#e6634d}
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ip input { width:calc(100% - 100px); height:45px; padding:0 10px; border:1px solid #ddd; background-color:#fff }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox { margin-top:10px; border:1px solid #ddd; padding:20px; overflow:auto; height:160px; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox h4 { font-size:14px; color:#444; font-weight:500; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox p:not(last-child) { margin-top:20px; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox table,
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox td,
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox th { border:none }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox p { font-size:13px; color:#666; font-weight:300; line-height:1.4}
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox table { font-size:14px; color:#666; border-bottom:1px solid #ddd; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox td { border-top:1px solid #ddd; padding:5px 10px; font-size:13px; color:#666; font-weight:300; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .sbox th { border-top:1px solid #ddd; border-right:1px solid #ddd; padding:5px 5px; font-size:13px; color:#666; font-weight:300; width:165px; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ch { display:flex;flex-wrap:wrap; font-size:13px; color:#666; flex-direction:column; margin-top:10px; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ch input { -webkit-appearance:auto; margin:-2px 4px 0 0 }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ch .ch-box { margin-top:5px; display;block; }
.subscribe-popup .popup-cont .subscribe-box .ipbox li .ch .ch-box label:not(last-child) { margin-right:15px; }
.subscribe-popup .popup-cont .subscribe-box .btn { margin-top:40px; text-align:center; }
.subscribe-popup .popup-cont .subscribe-box .btn button { width:120px; height:40px; background-color:#333; color:#fff; font-size:15px; font-weight:600; border:none; border-radius:4px; outline:none }
@media screen and (max-width:560px){
	.subscribe-popup .popup-cont { left:20px; width:calc(100% - 40px); transform:translate(0, -50%); }
	.subscribe-popup .popup-cont .subscribe-box { border-radius:5px; padding:0 20px 30px; }
	.subscribe-popup .popup-cont .subscribe-box .top .logo { width:140px; }
	.subscribe-popup .popup-cont .subscribe-box .top .txt { margin-top:15px; font-size:15px; }
	.subscribe-popup .popup-cont .subscribe-box .ipbox { margin-top:20px; }
	.subscribe-popup .popup-cont .subscribe-box .ipbox li:not(last-child) { margin-bottom:5px; }
	.subscribe-popup .popup-cont .subscribe-box .ipbox li .ip label { width:80px; }
	.subscribe-popup .popup-cont .subscribe-box .ipbox li .ip input { width:calc(100% - 80px); }
}

/* 재무정보 페이지 추가 */
#finance .flex_box{display:flex; }
#finance .table_box{width: calc((100% - 40px) / 2);margin-bottom:80px; margin-right: 40px;}
#finance .table_box:nth-of-type(2n){margin-right: 0;}
#finance .table_box:last-of-type{margin-bottom:0;}
#finance .table_box .tit{display:flex; justify-content:space-between; margin-bottom:17px;}
#finance .table_box .tit h3{ font-size:20px; color:#333; font-weight:700;}
#finance .table_box .tit p{ font-size:17px; color:#999; font-weight:300;}
#finance .table_box table{}
#finance .table_box table thead{ border-top:2px solid #153a6a;}
#finance .table_box table thead tr{ border-bottom:1px solid #ddd;}
#finance .table_box table thead tr th{ font-size:18px; color:#153a6a; font-weight:700; background-color:#f3f6fa; border-right:1px solid #ddd; padding:20px 0;} 
#finance .table_box table thead tr th:last-child{ border:none;}
#finance .table_box table tbody{}
#finance .table_box table tbody tr{ border-bottom:1px solid #ddd;}
#finance .table_box table tbody tr td{ border-right:1px solid #ddd; font-size:16px; color:#555; font-weight:300; text-align:right; padding:17px 0;}
#finance .table_box table tbody tr td.bgg{    background-color: #f6f6f6; font-weight: bold;}
#finance .table_box table tbody tr td:last-child{ border:none;}
#finance .table_box table tbody tr td:nth-of-type(1){ text-align:center;}
#finance .table_box table tbody tr td:nth-of-type(n+2){ padding-right:12px;}

@media screen and (max-width:1000px){
	#finance .flex_box{flex-wrap:wrap}
	#finance .table_box{width: 100%; margin-right: 0; margin-bottom:60px;}
}

/* ir 다운로드 버튼 */
.ntb-list.lst-body li .td .grayBtn{display:flex; align-items:center; justify-content:center;}
.ntb-list.lst-body li .td .grayBtn i{font-size:18px;}
.ntb-list.lst-body li .td .grayBtn p{margin-left: 5px;}


/* ethical - 윤리경영 */
#management figure{ margin: 0;}
#management .titleBox{ display:flex; align-items:center; gap:45px;  position: relative; margin-bottom: 125px; }
#management .titleBox > figure{ flex-shrink:0; }
#management .titleBox .txtBox h3{ font-size: 40px; line-height: 1.7; margin:20px 0 45px;}
#management .titleBox .txtBox h3 span{ color:#153A6A;  font-weight: 600;}
#management .titleBox .txtBox .txt{ line-height: 1.7; font-size:20px; }
#management .titleBox figure.txtImg{ position: absolute; right: 0; bottom: -30px; z-index: -1; padding: 90px 0 0; background: #F4F4F4; }
#management .ctnBox{ display:flex; gap:40px; justify-content:space-between; margin-bottom: 100px; }
#management .ctnBox .itemBox{ position: relative; width: calc(100% - 120px) / 4;}
#management .ctnBox .itemBox .Box{ position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; color:#fff; transition:all 0.5s; }
#management .ctnBox .itemBox div.Box{ text-align: center; opacity: 1; }
#management .ctnBox .itemBox div.Box figure{ margin-bottom: 20px;}
#management .ctnBox .itemBox ul.Box{ white-space:nowrap; opacity: 0; }
#management .ctnBox .itemBox ul.Box li:not(:last-child){ margin-bottom: 10px; }
#management .ctnBox .itemBox:hover ul.Box{ opacity: 1; }
#management .ctnBox .itemBox:hover div.Box{ opacity: 0; }
#management .btnBox{ display:flex; justify-content:center; }
#management .btnBox button{ font-family: "S-CoreDream-5Medium"; font-size:16px; width: 330px; height: 70px; border-radius:50px; background: #696969; color:#fff; }
#management .btnBox button.on{ background: #153A6A; margin-right: 40px;}

/* report - 부정제보하기 */
#dimmed{ position: relative; position: fixed; width: 100%; height: 100%; z-index: 10000; top: 0; left: 0; background: rgba(0,0,0,0.3); }
#dimmed .alert{ position: relative; position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; width: 450px; height: 170px; background: #fff; border-radius:10px; border:1px solid #50AFB5; text-align: center; font-size:18px; color:#222; line-height: 1.6; display:flex; justify-content:center; align-items: center;}
#dimmed .alert span{ color:#FF0000; }
#dimmed .alert img{ position: absolute; top: 15px; right: 20px; cursor:pointer; }
#report .itemBox{ line-height: 1.8;}
#report .itemBox:not(:last-child){ margin-bottom: 60px; }
#report .itemBox.post{ margin-bottom: 100px; }
#report .itemBox .title{ font-family: "S-CoreDream-5Medium"; font-size:22px; color:#222; line-height: 1.3;}
#report .itemBox .title:after{ content:''; display:block; width: 100%; height: 1px; background: rgba(51,51,51,0.3); margin: 10px 0 20px;}
#report .itemBox.privacy { margin-bottom: 100px; }
#report .itemBox.privacy .agreeBox:not(:last-child){ margin-bottom: 50px; }
#report .itemBox.privacy .agreeBox .Box{ height: 220px; border-radius:10px; border:1px solid #E9E9E9; padding: 30px; margin-bottom: 20px;}
#report .itemBox.privacy .agreeBox .Box .policy{ height: 100%; overflow-y: scroll;}
#report .itemBox.privacy .agreeBox .Box .policy::-webkit-scrollbar{ width: 20px; border:1px solid #E9E9E9; border-radius:50px; }
#report .itemBox.privacy .agreeBox .Box .policy::-webkit-scrollbar-thumb{  background: #E9E9E9; border-radius:50px; background-clip: padding-box; border: 4px solid transparent;}
#report .itemBox.privacy .agreeBox .Box .policy .txt{ font-weight: bold; color:#333; margin-bottom: 15px; }
#report .itemBox.privacy .agreeBox .Box .policy dl:not(:last-child){ margin-bottom: 20px;}
#report .itemBox.privacy .agreeBox .Box .policy dl dt{ font-family: "S-CoreDream-5Medium"; color:#333; margin-bottom: 10px;}
#report .itemBox.privacy .agreeBox .Box .policy dl dd li{ text-indent:-10px; margin-left: 10px;}
#report .itemBox.privacy .agreeBox .inputBox label{ display:flex; align-items:center; gap:10px; cursor:pointer; color:#333; }
#report .itemBox.privacy .agreeBox .inputBox span{ display:inline-block; width: 25px; height: 25px; border:1px solid #D9D9D9; border-radius:3px; }
#report .itemBox.privacy .agreeBox .inputBox input[type="checkbox"]{ display:none; }
#report .itemBox.privacy .agreeBox .inputBox input[type="checkbox"]:checked + label span{ background: url("/img/sub/report_check.png") no-repeat 50% 50%; border:1px solid #153A6A; } 
#report .itemBox.post .innerBox{ display:flex; justify-content: space-between; }
#report .itemBox.post .innerBox:not(:last-child){ margin-bottom: 20px;}
#report .itemBox.post .innerBox > div{ display:flex; align-items: center; width: 70%}
#report .itemBox.post .innerBox > div > p{ color:#222; font-size: 18px; font-weight: 600; width: 100px; flex-shrink:0; }
#report .itemBox.post .innerBox > div > p span{ color:#FF0000; font-size:10px; vertical-align: top; margin-left: 5px;}
#report .itemBox.post .innerBox input[type="text"],#report  .itemBox.post .innerBox select{ font-family: "S-CoreDream-4Regular"; height: 50px; width: 100%; border:1px solid #D9D9D9; border-radius:5px; outline:none; font-size:16px; padding: 0 20px;}
#report .itemBox.post .innerBox input::placeholder{ color:#888; }
#report .itemBox.post .innerBox select{ background: url("/img/sub/report_select.png") no-repeat 94% 50%; appearance: none;}
#report .itemBox.post .innerBox .inputBox{ display:flex; align-items:center; width: 100%; }
#report .itemBox.post .innerBox .inputBox span{ flex-shrink:0; font-family: 'Pretendard', sans-serif; margin: 0 10px; width: 13px; text-align: center;}
#report .itemBox.post .innerBox.type2 > div{ width: 100%; }
#report .itemBox.post .innerBox.type2-2 > div{ align-items: flex-start; }
#report .itemBox.post .innerBox.type2-2 > div p{ margin-top: 15px;}
#report .itemBox.post .innerBox.type2-2 textarea{ border:1px solid #D9D9D9; border-radius:5px; width: 100%; height: 215px; padding: 20px; font-size:16px; color:#888; line-height: 1.8; }
#report .itemBox.post .innerBox .fileBox{width: 100%; }
#report .itemBox.post .innerBox .fileBox input[type="file"]{ display:none; }
#report .itemBox.post .innerBox .fileBox{ display:flex; height: 50px;}
#report .itemBox.post .innerBox .fileBox label.txt{ display:flex; align-items:center; height: 100%; border:1px solid #d9d9d9; border-radius:5px; width: 100%; padding: 0 20px;}
#report .itemBox.post .innerBox .fileBox label.button{ display:flex; align-items:center; justify-content:center; flex-shrink:0; background: #50AFB5; width: 120px; height: 100%; border-radius:5px; font-size:16px; color:#fff; font-family: "S-CoreDream-5Medium"; margin-left: 15px; cursor:pointer; }
#report .itemBox.post .innerBox .spam{ display:flex; height: 100%; gap:25px; width: 100%; }
#report .itemBox.post .innerBox .spam figure{ flex-shrink:0; width: 165px; height: 100%; border-radius:5px; background: #e6e6e6; margin: 0; display:flex; justify-content:center;  align-items: center;}
#report .itemBox.post .innerBox .spam .input{ width: 100%; }
#report .itemBox.post .innerBox .spam .input input{ margin-bottom: 10px;}
#report .btnBox{ display:flex; justify-content:center; }
#report .btnBox button{ font-family: "S-CoreDream-5Medium"; width: 170px; height: 60px; background: #153A6A; color:#fff; font-size: 16px; border-radius:50px; }