@charset "utf-8";

/* SUB - COMMON */
.svisual {
  position: relative;
  height: 63.2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.svisual:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  opacity: 1;
  transition: all 1s ease;
}
.svisual.on:after {
  opacity: 0;
  width: 0;
}
.svisual.sv-about {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-about.png);
}
.svisual.sv-ceo {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-ceo.png);
}
.svisual.sv-history {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-history.png);
}
.svisual.sv-ci {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-ci.png);
}
.svisual.sv-location {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-location.png);
}

.svisual.sv-skills {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-skills.png);
}

.svisual.sv-news {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-news.png);
}
.svisual.sv-press {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-press.png);
}
.svisual.sv-promo-video {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-promo-video.png);
}
.svisual.sv-brochure {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-brochure.png);
}
.svisual.sv-awards {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-awards.png);
}
.svisual.sv-webzine {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-webzine.png);
}

.svisual.sv-job {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-job.png);
}
.svisual.sv-talent {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-talent.png);
}
.svisual.sv-personnel {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-personnel.png);
}
.svisual.sv-benefit {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-benefit.png);
}

.svisual.sv-inquiry {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-inquiry.png);
}
.svisual.sv-holder {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-holder.png);
}

.svisual.sv-mypage {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/sv-bg-mypage.png);
}

.svisual .inner {
  z-index: 1;
}
.svisual .txtbox {
  position: absolute;
  z-index: 1;
  top: 60%;
  transform: translateY(-50%);
}
.svisual .txtbox h2 {
  font-size: 6rem;
  color: #fff;
  font-weight: 700;
}
.svisual .txtbox .desc {
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2rem;
}
.svisual .page-location {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.57);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.svisual .page-location ul {
  height: 6rem;
  display: flex;
  align-items: center;
}
.svisual .page-location ul li {
  position: relative;
  height: 6rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.svisual .page-location ul li.home {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.svisual .page-location ul li.hs-div {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.svisual .page-location ul li.home .txt-btn {
  width: 1.5rem;
}
.svisual .page-location ul li:nth-child(2) {
  min-width: 20rem;
}
.svisual .page-location ul li:nth-child(3) {
  min-width: 25rem;
}
.svisual .page-location ul li .txt-btn {
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
}

.svisual .page-location ul li .pg-link-box {
  display: none;
  text-align: left;
  position: absolute;
  top: calc(6rem + 1px);
  left: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 2rem;
  background: rgba(0, 0, 0, 0.87);
  z-index: 8;
}
.svisual .page-location ul li .pg-link-box a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 5.4rem;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.2s;
}
.svisual .page-location ul li .pg-link-box a:hover {
  color: #d91b27;
}
.svisual .page-location ul li .pg-link-box a:last-child {
  border-bottom: none;
}
.svisual .page-location ul li .ico {
  display: inline-block;
  width: 3rem;
  margin-left: 7rem;
  transition: all 0.2s ease;
}
.svisual .page-location ul li.active .ico {
  transform: rotate(180deg);
}

.sub-pg-tit {
  font-size: 3.6rem;
  font-weight: 800;
  color: #111;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 8rem;
}

.stit {
  font-size: 5.2rem;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
}
.stit.ta-c {
  text-align: center;
}

.board-tab {
  text-align: center;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
.board-tab a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin: 0 0.5%;
  max-width: 34.4rem;
  height: 8rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 2rem;
  font-weight: 600;
  color: #111;
}
.board-tab a.active {
  background: #d91b27;
  color: #fff;
  border-color: #d91b27;
}

.board-tab.long a {
  margin: 0;
  border-radius: 0;
  font-size: 1.6rem;
}

.scroll-horiz-box table {
  min-width: 120rem !important;
}
.scroll-note {
  display: none;
  font-size: 13px;
  color: #999;
  text-align: left;
}
.scroll-note img {
  display: inline-block;
  height: 20px;
  margin-right: 1rem;
}

/* SUB - CONTENT */
/**** [공통] ****/
.sub-cont.no-sv {
  padding-top: 13rem;
  margin-top: 15rem;
  margin-bottom: 18rem;
}

/**** [회사소개] ****/
/* 윕스소개 */
@media (min-width: 1024px) {
  #about-pg .stit {
    font-size: 4rem;
  }
}
#about-pg {
  margin-top: 17.5rem;
}
#about-pg .sec00 .arti-01 {
  margin-top: 9rem;
  background: #f5f5f5;
  padding: 10rem 0;
  text-align: center;
}
#about-pg .sec00 .arti-01 .inner {
  position: relative;
  max-width: 1200px;
}
#about-pg .sec00 .arti-01 .img {
  display: inline-block;
  justify-content: space-between;
  align-items: center;
}
#about-pg .sec00 .arti-01 .img .txtbox {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #ededed;
  border-radius: 6.8rem 6.8rem 6.8rem 6.8rem;
  padding: 6.5rem 4.5rem 6.5rem 6rem;
  width: 32rem;
}
#about-pg .sec00 .arti-01 .img .txtbox.left {
  left: 0;
}
#about-pg .sec00 .arti-01 .img .txtbox.right {
  right: 0;
}
#about-pg .sec00 .arti-01 .img .txtbox .ico {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
#about-pg .sec00 .arti-01 .img .txtbox dl dt {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #111111;
}
#about-pg .sec00 .arti-01 .img .txtbox dl dd {
  display: flex;
  text-align: left;
  margin-bottom: 1.5rem;
}
#about-pg .sec00 .arti-01 .img .txtbox dl dd:last-child {
  margin-bottom: 0;
}
#about-pg .sec00 .arti-01 .img .txtbox dl dd .bull {
  flex-shrink: 0;
  margin-right: 1rem;
  margin-top: 1.2rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6c6e71;
}
#about-pg .sec00 .arti-01 .img .txtbox dl dd .txt {
  font-size: 2rem;
  color: #555;
  letter-spacing: -0.045em;
  line-height: 1.3;
  width: 100%;
}
#about-pg .sec00 .arti-01 .img .graff {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
#about-pg .sec00 .arti-01 .img .graff:before {
  display: inline-block;
  content: "";
  z-index: 1;
  width: 3rem;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 2rem;
}
#about-pg .sec00 .arti-01 .img .graff:after {
  display: inline-block;
  content: "";
  z-index: 1;
  width: 3rem;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  right: 2rem;
}
#about-pg .sec00 .arti-01 .img .graff .txt {
  display: inline-block;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1.5rem;
}
#about-pg .sec00 .arti-01 .img .graff .txt:nth-of-type(1) {
  top: 0;
}
#about-pg .sec00 .arti-01 .img .graff .txt:nth-of-type(2) {
  bottom: 0;
}
#about-pg .sec00 .arti-01 .img .graff .txt span {
  display: block;
}
#about-pg .sec00 .arti-01 .img .graff .txt .kr {
  font-size: 2rem;
}
#about-pg .sec00 .arti-01 .img .graff .txt .en {
  font-size: 2.8rem;
  font-weight: 800;
}
#about-pg .sec00 .arti-01 .img .graff .line-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 1rem;
}
#about-pg .sec00 .arti-01 .img .graff .line-bg .rot {
  animation: rot 30s linear infinite;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#about-pg .sec00 .arti-01 .img .graff .md-img {
  width: 63rem;
  height: 63rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem;
}

@keyframes rot {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#about-pg .sec00 .arti-02 {
  background: #fff;
  padding: 11.5rem 0;
  text-align: center;
}
#about-pg .sec00 .arti-02 .txt01 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5625;
}
#about-pg .sec00 .arti-02 .txt02 {
  font-size: 2rem;
  color: #666;
  line-height: 1.8;
  margin-top: 4rem;
}
#about-pg .sec01 article {
  margin-top: 17.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#about-pg .sec01 article > * {
  width: 50%;
}
#about-pg .sec01 article .txtbox {
  position: relative;
  padding-left: 13rem;
}
#about-pg .sec01 article .txtbox::after {
  display: block;
  content: "";
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec01-bglogo.png)
    no-repeat center/contain;
  position: absolute;
  bottom: -6rem;
  right: 0;
  z-index: 0;
  width: 52.2rem;
  height: 16.4rem;
}
#about-pg .sec01 article .txtbox .txt1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5625;
  position: relative;
}
#about-pg .sec01 article .txtbox .txt1::before {
  display: block;
  content: "";
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec01-txtbox-line.png)
    no-repeat center/contain;
  position: absolute;
  top: -4rem;
  left: -20rem;
  width: 25.1rem;
  height: 2px;
}
#about-pg .sec01 article .txtbox .txt2 {
  font-size: 2rem;
  color: #666;
  line-height: 1.8;
  margin-top: 4rem;
}

#about-pg .sec02 {
  background: #393939
    url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec02-bg.png)
    no-repeat center;
}
#about-pg .sec02 .list {
  display: flex;
  justify-content: space-around;
  padding: 11rem 0;
}
#about-pg .sec02 .list dl {
  text-align: center;
  color: #fff;
}
#about-pg .sec02 .list dt {
  font-size: 2rem;
  font-weight: 500;
}
#about-pg .sec02 .list dt::after {
  display: block;
  content: "";
  width: 3.3rem;
  height: 2px;
  background: #d91b27;
  margin: 1.5rem auto 2rem auto;
}
#about-pg .sec02 .list dd.txt1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
#about-pg .sec02 .list dd.txt2 {
  opacity: 0.7;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 2.5rem;
}

#about-pg .sec03 {
  padding: 20rem 0;
}
#about-pg .sec03 .titlebox .stit {
  font-size: 5rem;
}
#about-pg .sec03 .titlebox .desc {
  font-size: 1.8rem;
  color: #666;
  line-height: 1.66;
  margin-top: 5rem;
}
#about-pg .sec03 ul {
  display: flex;
  position: relative;
  margin-top: 9rem;
}
#about-pg .sec03 ul::after {
  display: block;
  content: "";
  z-index: -1;
  animation: rot 35s linear infinite;
  position: absolute;
  bottom: -7rem;
  left: -10rem;
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec03-deco-rot.png)
    no-repeat center/contain;
  width: 69.3rem;
  height: 69.3rem;
}
#about-pg .sec03 ul li {
  width: calc(33.333% - 2.6666rem);
  margin-left: 4rem;
}
#about-pg .sec03 ul li:nth-child(2) {
  transform: translateY(-11rem);
}
#about-pg .sec03 ul li:first-child {
  margin-left: 0;
}
#about-pg .sec03 ul li .box {
  display: flex;
  align-items: flex-end;
  height: 55.6rem;
  padding: 5rem 4rem;
  position: relative;
  overflow: hidden;
}
#about-pg .sec03 ul li .box .bg {
  transform: scale(1);
  transition: all 0.6s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#about-pg .sec03 ul li .box:hover .bg {
  transform: scale(1.06);
}
#about-pg .sec03 ul li .box01 {
  height: 78.4rem;
}
#about-pg .sec03 ul li .box01 .bg {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec03-boxbg01.png);
}
#about-pg .sec03 ul li .box02 .bg {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec03-boxbg02.png);
}
#about-pg .sec03 ul li .box03 .bg {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec03-boxbg03.png);
}
#about-pg .sec03 ul li .box04 .bg {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec03-boxbg04.png);
}
#about-pg .sec03 ul li .box05 .bg {
  background-image: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec03-boxbg05.png);
}
#about-pg .sec03 ul li .box:nth-child(2) {
  margin-top: 4rem;
}
#about-pg .sec03 ul li .txtbox dt {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}
#about-pg .sec03 ul li .txtbox dd {
  color: #fff;
  line-height: 1.5;
  margin-top: 1.5rem;
}

@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#about-pg .sec04 {
  padding-top: 17rem;
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec04-bg.png)
    no-repeat top center;
}
#about-pg .sec04 .stit {
  font-size: 5.5rem;
  color: #fff;
  margin-bottom: 14.5rem;
}
#about-pg .sec04 .whitebox {
  background: #fff;
  padding: 12.5rem 5rem 16rem 5rem;
  display: flex;
}
#about-pg .sec04 .whitebox dl {
  width: 50%;
  padding: 7.5rem 7rem 3.5rem 7rem;
  position: relative;
}
#about-pg .sec04 .whitebox dl:first-child::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #929292;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.64;
}
#about-pg .sec04 .whitebox dt {
  font-size: 2rem;
  color: #222;
  font-weight: 600;
}
#about-pg .sec04 .whitebox dd {
  font-size: 4rem;
  color: #222;
  font-weight: 700;
  margin-top: 4rem;
}
#about-pg .sec04 .whitebox dd .txt {
  position: relative;
}
#about-pg .sec04 .whitebox dd .txt span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#about-pg .sec04 .whitebox dd .txt .num {
  position: absolute;
  bottom: -6rem;
  right: -9rem;
  font-size: 11rem;
  color: #ebebeb;
  font-weight: 800;
  opacity: 0.5;
  line-height: 1;
  letter-spacing: -0.05em;
}

#about-pg .sec05 {
  padding-top: 21rem;
  padding-bottom: 16rem;
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec05-bg.png)
    no-repeat top center;
}
#about-pg .sec05 .inner {
  padding: 0 2rem;
}
#about-pg .sec05 h2 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 9rem;
  position: relative;
  display: inline-block;
}
#about-pg .sec05 h2 .num {
  font-size: 11rem;
  font-weight: 800;
  color: #fff;
  opacity: 0.2;
  letter-spacing: -0.05em;
  position: absolute;
  bottom: -0.8rem;
  right: -11.5rem;
}
#about-pg .sec05 ul {
  display: flex;
}
#about-pg .sec05 ul li {
  border: 1px solid #fff;
  padding: 4rem 3rem;
  width: calc(25% - 2.25rem);
  margin-right: 3rem;
}
#about-pg .sec05 ul li:last-child {
  margin-right: 0;
}
#about-pg .sec05 ul li h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.33;
  height: 3.99em;
}
#about-pg .sec05 ul li h3 strong {
  display: block;
}
#about-pg .sec05 ul li .desc {
  font-size: 1.8rem;
  color: #fff;
  opacity: 0.6;
  margin-top: 3.5rem;
  line-height: 1.66;
}

#about-pg .sec06 {
  padding-top: 22rem;
  padding-bottom: 16rem;
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/about-sec06-bg.png)
    no-repeat top center/cover;
}
#about-pg .sec06 .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#about-pg .sec06 .txtbox h2 {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 9rem;
  position: relative;
}
#about-pg .sec06 .txtbox h2::after {
  display: block;
  content: "";
  position: absolute;
  top: 7rem;
  left: -1rem;
  width: 1px;
  height: 9rem;
  background: #535353;
}
#about-pg .sec06 .txtbox h2 strong {
  position: relative;
  z-index: 1;
}
#about-pg .sec06 .txtbox h2 .num {
  font-size: 12rem;
  font-weight: 800;
  color: #ebebeb;
  opacity: 0.58;
  position: absolute;
  bottom: -0.8rem;
  right: -13rem;
  letter-spacing: -0.05em;
}
#about-pg .sec06 .txtbox .desc {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.727;
}
#about-pg .sec06 .txtbox .desc strong {
  font-weight: 700;
}
#about-pg .sec06 .slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59.4rem;
  height: 14.8rem;
  background: #fff;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

/* CEO인사말 */
#ceo-pg {
  position: relative;
  margin-top: 18rem;
  margin-bottom: 12rem;
}
#ceo-pg::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 20rem;
  right: 0;
  width: 37.4rem;
  height: 13rem;
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/ceo-bg-logo.png)
    no-repeat center/contain;
}
#ceo-pg .inner {
  display: flex;
  align-items: flex-start;
}
#ceo-pg .imgbox {
  width: calc(50% - 11rem);
  position: relative;
  margin-right: 11rem;
  text-align: center;
}
#ceo-pg .imgbox .bg-deco01 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background: #d91b27;
}
#ceo-pg .imgbox .bg-deco02 {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background: #d2d2d2;
  opacity: 0.5;
}
#ceo-pg .imgbox .img {
  position: relative;
  padding-top: 11rem;
}
#ceo-pg .imgbox .img img {
  position: relative;
  z-index: 2;
}
#ceo-pg .imgbox .bg-deco03 {
  position: absolute;
  bottom: 58.6rem;
  right: 58.6rem;
  display: inline-block;
  width: 9.4rem;
  height: 9.4rem;
  background: #d91b27;
}
#ceo-pg .imgbox .bg-deco04 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 58.6rem;
  height: 58.6rem;
  background: #eeeeee;
}
#ceo-pg .txtbox {
  width: 50%;
  padding-left: 2rem;
}
#ceo-pg .txtbox h3 {
  font-size: 4rem;
  color: #222;
  font-weight: 800;
  line-height: 1.5;
}
#ceo-pg .txtbox h3:after {
  display: block;
  content: "";
  width: 5rem;
  height: 2px;
  background: #d91b27;
  margin-top: 4.5rem;
}
#ceo-pg .txtbox h3 strong {
  color: #d91b27;
}
#ceo-pg .txtbox .txt {
  margin-top: 10rem;
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  line-height: 2;
}
#ceo-pg .txtbox .name {
  margin-top: 9.5rem;
}
#ceo-pg .txtbox .name .txt1 {
  font-size: 1.8rem;
  color: #666;
}
#ceo-pg .txtbox .name .txt2 {
  font-size: 3rem;
  color: #111;
  font-weight: 800;
}
#ceo-pg .txtbox .name .txt2 .sign-img {
  display: inline-block;
  margin-left: 2.5rem;
}

/* 연혁 */
#history-pg {
  margin: 16rem 0;
}
#history-pg .history-tab {
  position: relative;
}
#history-pg .history-tab::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #666666;
  position: absolute;
  bottom: 1.35rem;
  left: 0;
  z-index: -1;
}
#history-pg .history-tab ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#history-pg .history-tab ul:before {
  display: block;
  content: "";
  width: 37.5%;
  height: 1px;
  background: #d91b27;
  position: absolute;
  bottom: 1.35rem;
  left: -25%;
}
#history-pg .history-tab ul:after {
  display: block;
  content: "";
  width: 37.5%;
  height: 1px;
  background: #666666;
  position: absolute;
  bottom: 1.35rem;
  right: -25%;
}
#history-pg .history-tab ul li {
  width: 25%;
  text-align: center;
  position: relative;
}
#history-pg .history-tab ul li::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background: #d91b27;
  position: absolute;
  bottom: 1.35rem;
  left: -50%;
  z-index: -1;
}

#history-pg .history-tab ul li a {
  display: block;
}
#history-pg .history-tab ul li .date {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 2.6rem;
  color: #666666;
  font-weight: 800;
}
#history-pg .history-tab ul li .dot {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #666666;
  border-radius: 50%;
}
#history-pg .history-tab ul li .dot::after {
  display: inline-block;
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
  height: 3.2rem;
  background: rgba(217, 27, 39, 0.1);
  border-radius: 50%;
}

#history-pg .history-tab ul li.b-on:before {
  width: 100%;
}
#history-pg .history-tab ul li.b-on .dot {
  background: #d91b27;
}
#history-pg .history-tab ul li.active .date {
  color: #d91b27;
}
#history-pg .history-tab ul li.active .dot {
  background: #d91b27;
}
#history-pg .history-tab ul li.active .dot::after {
  opacity: 1;
}

#history-pg .history-w {
  position: relative;
  margin-top: 8rem;
}
#history-pg .year-info {
  display: none;
  text-align: center;
  margin-bottom: 8rem;
  font-size: 1.8rem;
  color: #666;
}
#history-pg .row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
#history-pg .row:last-child {
  margin-bottom: 0;
}
#history-pg .row > * {
  width: calc(50% - 3.5rem);
}
#history-pg .year-box {
  flex-shrink: 0;
}
#history-pg .year-box strong {
  display: block;
  margin-top: 3rem;
  font-size: 4.8rem;
  color: #d91b27;
  font-weight: 800;
}
#history-pg .txt-box {
  position: relative;
}
#history-pg .txt-box .year {
  font-size: 6.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5rem;
  position: relative;
}
#history-pg .txt-box .year::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -8.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 2.3rem;
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/history-year-dot.png)
    no-repeat center center/cover;
  z-index: 1;
}
#history-pg .txt-box dl {
  margin-bottom: 5rem;
}
#history-pg .txt-box dl:last-child {
  margin-bottom: 0;
}
#history-pg .txt-box dt {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 1.5rem;
  position: relative;
  transform: translateX(-0.4rem);
}
#history-pg .txt-box dt::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 6.5rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #f0333b;
}
#history-pg .txt-box dd {
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  padding-left: 6.5rem;
  margin-bottom: 1rem;
}

#history-pg .h-line {
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: calc(100% - 8px);
  background: #dcdcdc;
}
#history-pg .h-line .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #d91b27;
}

/* CI */
#ci-pg {
  margin-top: 18rem;
  margin-bottom: 16rem;
}
#ci-pg article {
  margin-bottom: 9rem;
}
#ci-pg article h3 {
  font-size: 3.5rem;
  color: #292929;
  font-weight: 800;
  margin-bottom: 6rem;
}
#ci-pg article:last-child {
  margin-bottom: 0;
}
#ci-pg article .box-row {
  display: flex;
  flex-wrap: wrap;
}
#ci-pg article .box-row .box {
  width: 49%;
  margin-right: 2%;
}
#ci-pg article .box-row .box:nth-child(2n) {
  margin-right: 0;
}
#ci-pg article .box-row .box:nth-child(n + 3) {
  margin-top: 5rem;
}
#ci-pg article .box-row .box-tit {
  font-size: 2.2rem;
  color: #292929;
  font-weight: 700;
  margin-bottom: 3rem;
}
#ci-pg .arti-01 .grybox {
  background: #f4f4f4;
  padding: 8rem 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ci-pg .arti-01 .grybox .img {
  padding: 0 2rem;
}
#ci-pg .arti-01 .grybox .txt {
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  line-height: 1.666;
}
#ci-pg .arti-01 .grybox .txt strong {
  color: #ed1c24;
  font-size: 2.4rem;
  font-weight: 800;
}
#ci-pg .arti-01 .grybox .txt span {
  color: #111;
  font-size: 1.8rem;
  font-weight: 600;
}
#ci-pg .arti-01 .btnbox {
  margin-top: 4rem;
}
#ci-pg .arti-01 .btnbox a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26.5rem;
  height: 6.4rem;
  background: #000000;
  color: #fff;
  font-size: 1.8rem;
}
#ci-pg .arti-02 ul {
  display: flex;
  justify-content: space-between;
}
#ci-pg .arti-02 ul li {
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 7.5rem 4.5rem;
  height: 38.7rem;
  width: calc(33.333% - 2.666rem);
  transition: all 0.2s ease;
}
#ci-pg .arti-02 ul li:hover {
  border-color: #ed1c24;
}
#ci-pg .arti-02 ul li > strong {
  font-size: 2.4rem;
  color: #292929;
  font-weight: 700;
}
#ci-pg .arti-02 ul li > p {
  color: #666;
  font-weight: 300;
  line-height: 1.875;
  margin-top: 3.5rem;
}
#ci-pg .arti-02 ul li .ico {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}
#ci-pg .arti-05 .desc {
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  line-height: 1.666;
}
#ci-pg .arti-05 .row {
  margin-top: 5rem;
  display: flex;
}
#ci-pg .arti-05 .row dl {
  padding: 4.5rem 5.2rem;
  display: flex;
  width: calc(50% - 2.5rem);
}
#ci-pg .arti-05 .row dl.gry {
  background: #6d6e71;
  margin-right: 5rem;
}
#ci-pg .arti-05 .row dl.red {
  background: #d91b27;
}
#ci-pg .arti-05 .row dt {
  width: 50%;
  padding-right: 3rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
#ci-pg .arti-05 .row dt::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
}
#ci-pg .arti-05 .row dd {
  width: 50%;
  color: #fff;
  line-height: 1.875;
  padding-left: 3rem;
}

/* 오시는길 */
#location-pg {
  margin-top: 18rem;
  margin-bottom: 7.5rem;
}
#location-pg .tab-cont {
  overflow: hidden;
  position: relative;
}
#location-pg .first-tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -10;
  width: 100%;
}
#location-pg .sec01 .tab {
  text-align: center;
  margin-bottom: 8rem;
}
#location-pg .sec01 .tab a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34.4rem;
  height: 8rem;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 2rem;
  color: #111;
  font-weight: 600;
  margin: 0 0.75rem;
}
#location-pg .sec01 .tab a.active {
  background: #d91b27;
  color: #fff;
  border-color: #d91b27;
}
#location-pg .sec01 .top-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: center;
}
#location-pg .sec01 .top-info li {
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  position: relative;
}
#location-pg .sec01 .top-info li::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 2px;
  height: 1.6rem;
  background: #dddddd;
  margin: 0 2.5rem;
}
#location-pg .sec01 .top-info li:last-child::after {
  display: none;
}
#location-pg .sec01 .top-info li .ico {
  margin-right: 1rem;
}
#location-pg .sec01 .map-area {
  height: 54.7rem;
}
#location-pg .sec01 .map-area .root_daum_roughmap {
  width: 100%;
  height: 54.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#location-pg .sec01 .map-area .root_daum_roughmap .wrap_map {
  height: 100%;
}
#location-pg .sec01 .map-area .root_daum_roughmap .wrap_controllers {
  display: none;
}
#location-pg .sec01 .bot-info dl {
  padding: 5rem 1.5rem;
  border-bottom: 1px solid #ddd;
  display: flex;
}
#location-pg .sec01 .bot-info dl:last-child {
  border-bottom: none;
}
#location-pg .sec01 .bot-info dt {
  flex-shrink: 0;
  width: 30rem;
  margin-right: 4rem;
  font-size: 2.2rem;
  color: #111;
  font-weight: 800;
}
#location-pg .sec01 .bot-info dt .ico {
  display: inline-block;
  margin-right: 2rem;
}
#location-pg .sec01 .bot-info dt strong {
  font-weight: 800;
  color: #d91b27;
}
#location-pg .sec01 .bot-info dd {
  color: #666;
}
#location-pg .sec01 .bot-info dd p {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
#location-pg .sec01 .bot-info dd p:last-child {
  margin-bottom: 0;
}

/**** [인재채용] ****/
/* 채용정보 */
#job-list-pg .topbox .right {
  display: flex;
}
#job-list-pg .topbox .right .selArea {
  display: inline-block;
  margin-right: 2rem;
}
#job-list-pg .topbox .link-btn {
  font-size: 1.4rem;
  color: #666;
  display: inline-block;
  border: 1px solid #7d7d7d;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  transition: all 0.2s ease;
}
#job-list-pg .topbox .link-btn:hover {
  border-color: #d91b27;
  color: #d91b27;
}
#job-list-pg .topbox .alert-btn {
  font-size: 1.4rem;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #7d7d7d;
  padding: 1.2rem 2rem;
  border-radius: 2.1rem;
  transition: all 0.2s ease;
}
#job-list-pg .topbox .alert-btn:hover {
  border-color: #d91b27;
  color: #d91b27;
}
#job-list-pg .topbox .alert-btn .arr {
  display: inline-block;
  margin-left: 0.5rem;
}
#job-list-pg .list {
  display: flex;
  flex-wrap: wrap;
}
#job-list-pg .list li {
  width: calc(33.333% - 4rem);
  margin-right: 6rem;
  border: 1px solid #dcdcdc;
  transition: all 0.2s ease;
}
#job-list-pg .list li:hover {
  border-color: #d91b27;
}
#job-list-pg .list li:nth-child(3n) {
  margin-right: 0;
}
#job-list-pg .list li:nth-child(n + 4) {
  margin-top: 6rem;
}
#job-list-pg .list li a {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#job-list-pg .list li .cate {
  display: block;
  font-size: 1.8rem;
  color: #d91b27;
  font-weight: 700;
}
#job-list-pg .list li .tit {
  display: block;
  font-size: 2.3rem;
  color: #111;
  font-weight: 600;
  margin-top: 4rem;
  line-height: 1.39;
  height: 100%;
}
#job-list-pg .list li .date {
  color: #666666;
  font-weight: 300;
  margin-top: 1.5rem;
}
#job-list-pg .list li .state {
  text-align: center;
  margin-top: 5rem;
}
#job-list-pg .list li .state span {
  display: inline-flex;
  width: 16rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  color: #111;
  font-weight: 500;
  border-radius: 2.5rem;
}
#job-list-pg .list li .state span.d-day {
  background: #d91b27;
  color: #fff;
}
#job-list-pg .btnbox {
  text-align: center;
  margin-top: 5rem;
}
#job-list-pg .btnbox .view-more-btn {
  display: inline-flex;
  width: 20rem;
  height: 6.4rem;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e9e9e9;
  color: #1a1a1a;
  font-weight: 300;
  font-size: 1.8rem;
}
#job-list-pg .btnbox .view-more-btn:hover {
  box-shadow: 20rem 0 0 0 #d91b27 inset;
  color: #fff;
}

#job-view-pg .top-info {
  border: 2px solid #000;
  padding: 5rem 5.5rem;
  margin-bottom: 10rem;
}
#job-view-pg .top-info .cate {
  display: block;
  font-size: 1.8rem;
  color: #d91b27;
  font-weight: 700;
}
#job-view-pg .top-info .tit {
  display: block;
  font-size: 3.4rem;
  color: #111;
  font-weight: 600;
  margin-top: 4rem;
  line-height: 1.39;
}
#job-view-pg .top-info .date {
  color: #666666;
  font-weight: 300;
  margin-top: 2rem;
}
#job-view-pg .view-cont article {
  margin-bottom: 6rem;
}
#job-view-pg .view-cont article:last-child {
  margin-bottom: 0;
}
#job-view-pg .view-cont article .arti-tit {
  font-size: 3rem;
  color: #111;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#job-view-pg .view-cont article .txtbox {
  border-top: 2px solid #313131;
  padding-top: 2rem;
}
#job-view-pg .view-cont article .txtbox p {
  color: #666666;
  font-weight: 300;
  line-height: 1.875;
}
#job-view-pg .view-cont article .txtbox * {
  font-family: "Pretendard", Dotum, Helvetica, AppleGothic, Gulim, "Roboto",
    "굴림", Sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em !important;
}
#job-view-pg .view-cont article .txtbox .period {
  color: #e35252;
  font-size: 2rem;
  font-weight: bold !important;
}

#job-view-pg .view-cont article .tb-box table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dcdcdc;
  border-right: none;
}
#job-view-pg .view-cont article .tb-box table th,
#job-view-pg .view-cont article .tb-box table td {
  border-right: 1px solid #dcdcdc;
}
#job-view-pg .view-cont article .tb-box table th {
  position: relative;
  border-top: 2px solid #313131;
  padding: 2rem 0;
  color: #111;
  font-weight: 500;
  background: #f8f8f8;
}
#job-view-pg .view-cont article .tb-box table td {
  border-top: 1px solid #eee;
  padding: 3.5rem 3rem;
  color: #666;
  text-align: center;
  line-height: 2;
}
#job-view-pg .view-cont article .tb-box table td.ta-l {
  text-align: left;
}
#job-view-pg .view-cont article .tb-box table td strong {
  font-weight: 600;
}
#job-view-pg .view-cont article .tb-box table td.cont-td {
  padding: 3.5rem 5.5rem;
}
#job-view-pg .btnbox {
  text-align: center;
  margin-top: 9rem;
}
#job-view-pg .btnbox a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20.6rem;
  height: 6rem;
  border: 1px solid #dcdcdc;
  color: #666666;
  margin: 0 1rem;
}
#job-view-pg .btnbox a.apply-btn {
  background: #d91b27;
  color: #fff;
  border-color: #d91b27;
}

/* 채용공고 알리미 신청 */

/* 입사지원 */
#job-apply-form-pg article .arti-tit {
  font-size: 2.2rem;
}
#job-apply-form-pg .has-star {
  display: flex;
}
#job-apply-form-pg .has-star .star {
  flex-shrink: 0;
  margin-right: 1rem;
}

/* 인재상 */
#talent-pg {
  margin-top: 15rem;
  margin-bottom: 21rem;
}
#talent-pg .sec01 ul li {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding: 6rem 8rem;
}
#talent-pg .sec01 ul li:first-child {
  padding-top: 0;
}
#talent-pg .sec01 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#talent-pg .sec01 ul li .ico {
  width: 17.9rem;
  height: 17.9rem;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#talent-pg .sec01 ul li .ico::after {
  display: block;
  content: "";
  animation: ani-rotate 22s linear infinite;
  background: url(http://imvita-korea.com/theme/eb4_basic/page/img/sub/talent-ico-deco.png)
    no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#talent-pg .sec01 ul li dl {
  margin-top: 3rem;
  margin-left: 11rem;
}
#talent-pg .sec01 ul li dl dt {
  font-size: 3.5rem;
  color: #292929;
  font-weight: 600;
}
#talent-pg .sec01 ul li dl dt strong {
  color: #d91b27;
}
#talent-pg .sec01 ul li dl dd {
  font-size: 1.8rem;
  color: #292929;
  line-height: 1.666;
  margin-top: 2.5rem;
}

@keyframes ani-rotate {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 인사제도 */
#personnel-pg {
  margin-top: 9rem;
}
#personnel-pg .sec01 article .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 8.5rem 0;
}
#personnel-pg .sec01 article .left {
  flex-shrink: 0;
  width: 36.5rem;
  padding-left: 2rem;
  font-size: 3rem;
  font-weight: 700;
}
#personnel-pg .sec01 article .left small {
  font-size: 2rem;
}
#personnel-pg .sec01 article .right {
  width: calc(100% - 36.5rem);
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  line-height: 1.666;
}
#personnel-pg .sec01 article .full {
  width: 100%;
  text-align: center;
  margin-top: 4.5rem;
}
#personnel-pg .sec01 article .personnel-img01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#personnel-pg .sec01 article .personnel-img01 .od-01 {
  width: 21rem;
  height: 21rem;
  margin-right: 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  color: #333333;
  font-weight: 800;
  line-height: 1.444;
  border-radius: 50%;
  background: #fceff0;
}
#personnel-pg .sec01 article .personnel-img01 .od-02 {
  font-size: 1.8rem;
  color: #d91b27;
  font-weight: 700;
  margin-right: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#personnel-pg .sec01 article .personnel-img01 .od-02 .txt {
  display: inline-block;
  margin-right: 1.5rem;
}
#personnel-pg .sec01 article .personnel-img01 .od-02 .arr img {
  width: 11rem;
}
#personnel-pg .sec01 article .personnel-img01 .od-03 img {
  width: 41rem;
}

#personnel-pg .sec01 article.arti-02 {
  background: #f4f4f4;
}
#personnel-pg .sec01 article.arti-04 .inner {
  border-top: 1px solid #dcdcdc;
  padding: 12.5rem 0;
}
#personnel-pg .sec02 {
  background: #f4f4f4;
  padding-top: 12rem;
  padding-bottom: 15rem;
  position: relative;
}
#personnel-pg .sec02 #job-group-mark {
  position: absolute;
  top: -13rem;
}
#personnel-pg .sec02 .sec-tit {
  font-size: 3rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 4.5rem;
}
#personnel-pg .sec02 .card-w {
  display: flex;
  flex-wrap: wrap;
}
#personnel-pg .sec02 .card-w .card {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 4.5rem;
  padding-right: 2rem;
  width: calc(33.333% - 4rem);
  height: 37.2rem;
  margin-right: 6rem;
}
#personnel-pg .sec02 .card-w .card:hover {
  border-color: #d91b27;
}

#personnel-pg .sec02 .card-w .card .in-scollbox {
  height: 100%;
  overflow: auto;
  scrollbar-track-color: transparent;
  scrollbar-base-color: transparent;
  padding-right: 3rem;
}
#personnel-pg .sec02 .card-w .card .in-scollbox::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
}
#personnel-pg .sec02 .card-w .card .in-scollbox::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
#personnel-pg .sec02 .card-w .card .in-scollbox::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e5e5e5;
}

#personnel-pg .sec02 .card-w .card:nth-child(3n) {
  margin-right: 0;
}
#personnel-pg .sec02 .card-w .card:nth-child(n + 4) {
  margin-top: 6rem;
}
#personnel-pg .sec02 .card-w .card-tit {
  font-size: 2.2rem;
  color: #d91b27;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
#personnel-pg .sec02 .card-w .card dl {
}
#personnel-pg .sec02 .card-w .card dt {
  color: #292929;
  font-weight: 700;
  margin-top: 1.5rem;
}
#personnel-pg .sec02 .card-w .card dd {
  color: #666;
  font-weight: 300;
  line-height: 1.875;
  margin-top: 0.5rem;
}

/* 복리후생 */
#benefit-pg {
  margin: 8rem 0;
}
#benefit-pg .sec01 ul {
  display: flex;
  flex-wrap: wrap;
}
#benefit-pg .sec01 ul li {
  padding: 7rem 2rem;
  display: flex;
  width: 50%;
}
#benefit-pg .sec01 ul li:nth-child(n + 3) {
  border-top: 1px solid #eee;
}
#benefit-pg .sec01 ul li .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  width: 17.8rem;
  height: 17.8rem;
  border-radius: 50%;
  margin-right: 5rem;
  flex-shrink: 0;
}
#benefit-pg .sec01 ul li dl {
  margin-top: 3rem;
}
#benefit-pg .sec01 ul li dt {
  font-size: 2.4rem;
  color: #292929;
  font-weight: 700;
}
#benefit-pg .sec01 ul li dd {
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1.5rem;
}

/**** [홍보센터] ****/
/* 홍보영상 */
#promo-video-pg {
  margin: 15rem 0;
}
#promo-video-pg .sec01 .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#promo-video-pg .sec01 .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#promo-video-pg .sec01 .video img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#promo-video-pg .txtbox {
  padding: 2.5rem 0;
}
#promo-video-pg .txtbox .tit {
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
}
#promo-video-pg .txtbox .date {
  color: #666;
  margin-top: 1.5rem;
  font-weight: 300;
}

#promo-video-pg .sec01 {
  margin-bottom: 3rem;
}
#promo-video-pg .sec02 .inner {
  padding-top: 3rem;
  border-top: 1px solid #dddddd;
}
#promo-video-pg .sec02 ul {
  display: flex;
  flex-wrap: wrap;
}
#promo-video-pg .sec02 ul li {
  margin-right: 4rem;
  width: calc(33.333% - 2.666rem);
  cursor: pointer;
}
#promo-video-pg .sec02 ul li:nth-child(3n) {
  margin-right: 0;
}
#promo-video-pg .sec02 ul li:nth-child(n + 4) {
  margin-top: 3rem;
}
#promo-video-pg .sec02 ul li .video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#promo-video-pg .sec02 ul li .video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#promo-video-pg .sec02 ul li .txtbox .tit {
  font-size: 1.8rem;
}
#promo-video-pg .sec02 ul li .txtbox .tit span {
  display: inline-block;
}
#promo-video-pg .sec02 ul li .txtbox .tit span:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #d81a26;
  transition: all 0.2s ease;
}
#promo-video-pg .sec02 ul li:hover .txtbox .tit span {
  color: #d81a26;
}
#promo-video-pg .sec02 ul li:hover .txtbox .tit span:after {
  width: 100%;
}

/* 게시판 - list 공통 */
.sub-cont.board-list {
  margin-top: 13rem;
  margin-bottom: 18rem;
}

/* 게시판 - view 공통 */
.sub-cont.board-view {
  margin-top: 13rem;
  margin-bottom: 18rem;
}

/* 게시판 - form 공통 - 알리미, 입사지원..*/
.sub-cont.board-form {
  margin-top: 13rem;
  margin-bottom: 18rem;
}
.sub-cont.board-form article .arti-tit {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #111;
  font-weight: 700;
}

.sub-cont.board-form .n-txt {
  color: #666;
  line-height: 1.875;
  font-weight: 300;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
.sub-cont.board-form .tb-box table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dcdcdc;
  border-top: 2px solid #313131;
}
.sub-cont.board-form .tb-box table th {
  border-top: 1px solid #eee;
  padding: 1.5rem 3rem;
  color: #111;
  font-weight: 600;
  background: #f8f8f8;
  border-right: 1px solid #dcdcdc;
}
.sub-cont.board-form .tb-box table td {
  border-top: 1px solid #eee;
  padding: 1.5rem 3rem;
  color: #666;
}
.sub-cont.board-form .tb-box table td .check-list .ck-box {
  width: calc(20% - 1rem);
  padding: 0.5rem 2rem 0.5rem 0;
  margin-left: 0;
}
.sub-cont.board-form .tb-box table td .check-list .ck-box input {
  width: 100%;
  height: 100%;
}

.sub-cont.board-form .btnbox {
  text-align: center;
  margin-top: 9rem;
}
.sub-cont.board-form .btnbox a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20.6rem;
  height: 6rem;
  border: 1px solid #dcdcdc;
  color: #666666;
  margin: 0 1rem;
}
.sub-cont.board-form .btnbox a.btn-red {
  background: #d91b27;
  color: #fff;
}

.sub-cont.board-form article:not(:first-child) {
  margin-top: 5rem;
}
.sub-cont.board-form table input {
  border: none;
  width: auto;
}
.sub-cont.board-form table input::placeholder {
  color: #666;
}
.sub-cont.board-form .email-w {
  display: flex;
  align-items: center;
}
.sub-cont.board-form .email-w .wth-m {
  width: 30%;
  max-width: 13.8rem;
}
.sub-cont.board-form .email-w input.bb {
  border-bottom: 1px solid #1b1b1b;
}
.sub-cont.board-form .email-w .at {
  display: inline-block;
  margin: 0 1rem;
  flex-shrink: 0;
  text-align: center;
}
.sub-cont.board-form .email-w .dv-select {
  margin-left: 3.5rem;
}
.sub-cont.board-form .policy-box {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 3.5rem 3rem;
  height: 16.4rem;
  font-weight: 400;
  color: #666;
  line-height: 1.875;
}
.sub-cont.board-form .agree-box {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.sub-cont.board-form .agree-box.mt0 {
  margin-top: 0;
}
.sub-cont.board-form .agree-box .txt {
  margin-right: 6.5rem;
  color: #666;
  line-height: 2;
}
.sub-cont.board-form .agree-box.wrap {
  flex-wrap: wrap;
}
.sub-cont.board-form .agree-box.wrap .txt {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
.sub-cont.board-form .agree-box.wrap .ck-box {
  margin-left: 1rem;
}
/* .sub-cont.board-form .agree-box.wrap .ck-box .checkbox + label {display:inline-flex;} */

.sub-cont.board-form #img-file1,
.sub-cont.board-form #img-file2 {
  display: none;
}
.sub-cont.board-form .img-file {
  display: flex;
  width: 100%;
}
.sub-cont.board-form .img-file p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 0 3rem 0 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 5px;
  width: 31.1rem;
}
.sub-cont.board-form .img-file p .file-size {
  font-size: 1.4rem;
  color: #a6a6a6;
  margin-left: 0.5rem;
}
.sub-cont.board-form .img-file p .file-delete {
  cursor: pointer;
}
#img-file1 + label .btn,
#img-file2 + label .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  height: 3rem;
  background-color: #1b1b1b;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.sub-cont.board-form .file-area {
  margin: 2rem 0;
}
.sub-cont.board-form .div-add {
  display: flex;
  align-items: center;
}
.sub-cont.board-form .div-add .btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  height: 3rem;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 2rem;
}
.sub-cont.board-form .div-add .txt {
  font-size: 1.4rem;
  color: #666;
}

/* 윕스소식 */
#news-list-pg .listGallery li {
  border: 1px solid #e9e9e9;
  position: relative;
}
#news-list-pg .listGallery li:after {
  display: block;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  background: #f0333b;
  opacity: 0;
  transition: all 0.2s ease;
}
#news-list-pg .listGallery li .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#news-list-pg .listGallery li .txtbox {
  padding: 2.5rem;
  border-top: 1px solid #e9e9e9;
  background: #fff;
}
#news-list-pg .listGallery li .txtbox .desc {
  color: #666;
  font-weight: 400;
  margin-top: 3.5rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.43;
  height: 2.86em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-list-pg .listGallery li .txtbox .date {
  color: #666;
  font-weight: 400;
  margin-top: 3.5rem;
}

#news-list-pg .listGallery li:hover {
  border-color: #f0333b;
}
#news-list-pg .listGallery li:hover:after {
  opacity: 1;
}

/* 브로슈어 */
#brochure-list-pg .listGallery {
  padding-bottom: 7rem;
  border-bottom: 1px solid #dddddd;
}
#brochure-list-pg .listGallery li .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 121.5%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#brochure-list-pg .listGallery li .txtbox {
  padding: 3rem 0;
}
#brochure-list-pg .listGallery li .txtbox .cate {
  display: block;
  color: #666666;
  font-weight: 300;
  margin-bottom: 2rem;
}

/* 수상/인증 */
@media (min-width: 1024px) {
  #awards-list-pg .listGallery li {
    margin-right: 3rem;
    margin-top: 3rem;
    width: calc(25% - 2.25rem);
  }
  #awards-list-pg .listGallery li:nth-child(3n) {
    margin-right: 3rem;
  }
  #awards-list-pg .listGallery li:nth-child(4n) {
    margin-right: 0;
  }
}

#awards-list-pg .listGallery li .img {
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
  height: 0;
  padding-bottom: 129.5%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#awards-list-pg .listGallery li .txtbox {
  text-align: center;
  padding: 2rem;
}
#awards-list-pg .listGallery li .txtbox .cate {
  color: #666;
  font-weight: 300;
  display: block;
}
#awards-list-pg .listGallery li .txtbox .title {
  color: #111;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1rem;
}
#awards-list-pg .listGallery li .txtbox .date {
  color: #666;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 1.5rem;
}

#awardsPop .pop-cont {
  min-width: inherit;
  max-width: 62rem;
  min-height: auto;
  background: #fff;
}
#awardsPop .pop-cont .img {
  text-align: center;
}
#awardsPop .pop-cont .img img {
  max-height: calc(100vh - 15rem);
}
#awardsPop .pop-cont .title {
  color: #111;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1.5rem;
  border-top: 1px solid #dddddd;
  text-align: center;
}
#awardsPop .pop-close-btn {
  top: 2rem;
  right: 2rem;
}

/* 웹진 */
#webzine-list-pg .webzine-topbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#webzine-list-pg .webzine-topbox .txtbox {
  max-width: 50%;
  margin-right: 4rem;
}
#webzine-list-pg .webzine-topbox .txtbox small {
  color: #666;
  font-size: 2rem;
  font-weight: 500;
  display: block;
}
#webzine-list-pg .webzine-topbox .txtbox .tit {
  color: #111;
  font-size: 5.2rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
#webzine-list-pg .webzine-topbox .txtbox .desc {
  color: #111;
  font-size: 1.8rem;
  line-height: 1.666;
  margin-top: 5rem;
}
#webzine-list-pg .webzine-topbox .btnbox {
  margin-top: 11rem;
}
#webzine-list-pg .webzine-topbox .btnbox a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #d91b27;
  color: #fff;
  font-weight: 300;
  width: 20rem;
  height: 6.4rem;
  border-radius: 4px;
}
#webzine-list-pg .webzine-topbox .btnbox a .ico {
  margin-left: 1rem;
}

#webzine-list-pg .listGallery {
  padding-bottom: 7rem;
  border-top: none;
  border-bottom: 1px solid #dddddd;
  margin-top: 6rem;
}
#webzine-list-pg .listGallery li .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#webzine-list-pg .listGallery li .txtbox {
  text-align: center;
  padding: 2.5rem 0;
}
#webzine-list-pg .listGallery li .txtbox .date {
  font-weight: 300;
  color: #666;
}
#webzine-list-pg .listGallery li .txtbox .title {
  margin-top: 1.5rem;
}

#webzine-view-pg .srboardView .viewArea .viewCont {
  text-align: center;
}

/**** [고객센터] ****/
/* 문의하기 */
#inquiry-pg {
  margin-top: 15rem;
  margin-bottom: 18rem;
  position: relative;
}
#inquiry-pg #anchor {
  position: absolute;
  top: -28rem;
}
#inquiry-pg form .req-note {
  text-align: right;
  font-weight: 500;
  color: #e63b3b;
  margin-bottom: 1rem;
}
#inquiry-pg form .tb-st-ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #313131;
  padding: 4rem 0;
}
#inquiry-pg form .tb-st-ul.fst {
  border-top: 2px solid #313131;
}
#inquiry-pg form .tb-st-ul.lst {
  padding-bottom: 0;
}
#inquiry-pg form .tb-st-ul li {
  width: calc(50% - 2.1rem);
  margin-bottom: 4rem;
  display: flex;
}
#inquiry-pg form .tb-st-ul li:last-child {
  margin-bottom: 0;
}
#inquiry-pg form .tb-st-ul li .req {
  color: #e63b3b;
}
#inquiry-pg form .tb-st-ul li .dt {
  display: inline-block;
  width: 18rem;
  flex-shrink: 0;
  font-weight: 500;
}
#inquiry-pg form .tb-st-ul li .dd {
  display: inline-block;
  width: calc(100% - 18rem);
}
#inquiry-pg form .tb-st-ul li .dd .ck-box .radio + label {
  padding-left: 3.5rem;
}
#inquiry-pg form .tb-st-ul li .dd .ck-box .radio + label::before {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-size: 10px 7px;
}
#inquiry-pg form .tb-st-ul li .dd .ck-box .radio:checked + label {
  color: #111;
  font-weight: 500;
}
#inquiry-pg form .tb-st-ul li .dd .ck-box + .ck-box {
  margin-left: 3rem;
}

#inquiry-pg form .tb-st-ul li.full {
  width: 100%;
}
#inquiry-pg form .tb-st-ul li.wrap {
  flex-wrap: wrap;
}
#inquiry-pg form .tb-st-ul li.wrap .dt {
  width: 100%;
}
#inquiry-pg form .tb-st-ul li.wrap .dd {
  width: 100%;
  margin-top: 2rem;
}
#inquiry-pg form .tb-st-ul li.left {
  margin-right: 4.2rem;
}

#inquiry-pg form .tb-st-ul li input {
  border: none;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
}
#inquiry-pg form .tb-st-ul li input::placeholder {
  color: #666;
}
#inquiry-pg form .tb-st-ul li textarea {
  height: 33.1rem;
  padding: 2.5rem;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
  font-weight: 300;
}
#inquiry-pg form .email-w .wth-m {
  width: 20.6rem;
  max-width: 30%;
  border-bottom: 1px solid #dddddd;
}
#inquiry-pg form .ph-w {
  display: flex;
  align-items: center;
}
#inquiry-pg form .ph-w .bar {
  flex-shrink: 0;
  display: inline-block;
  width: 0.6rem;
  height: 1px;
  background: #222;
  margin: 0 1rem;
}
#inquiry-pg form .ph-w .wth-s {
  width: calc(33.33% - 1rem);
  max-width: 18rem;
}
#inquiry-pg form .ph-w + .ck-box {
  margin-top: 1rem;
}
#inquiry-pg form .policy-box {
  background: #f6f7f9;
  border: none;
  padding: 2rem;
  height: 19.4rem;
  line-height: 1.625;
}
#inquiry-pg form .captcha {
  margin-top: 4rem;
}

/**** [주주게시판] ****/
/* 주주게시판 */
#pwPopup .pop-main > .desc {
  color: #111;
  font-size: 1.6rem;
  text-align: center;
}
#pwPopup .pop-main > .desc::before {
  display: block;
  content: "";
  width: 3rem;
  height: 2px;
  background: #f0333b;
  margin: 2rem auto 1.5rem auto;
}
#pwPopup form {
  max-width: 42rem;
  margin: 0 auto;
}
#pwPopup form dl {
  display: flex;
  align-items: center;
  margin: 3.5rem 0;
}
#pwPopup form dt {
  color: #111;
  width: 8rem;
  padding-right: 2rem;
  flex-shrink: 0;
}
#pwPopup form dd {
  width: calc(100% - 8rem);
}
#pwPopup form dd input {
  width: 100%;
  height: 4.9rem;
  border-radius: 5px;
  padding: 0 1.5rem;
}

/* 윕스 채용공고 알리미 해제 */
.cancel-pg {
  background: #f8faff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10rem 0;
  color: #222;
}
.cancel-pg .inner {
  max-width: 1060px;
}
.cancel-pg .top-area {
  text-align: left;
  margin-bottom: 6.5rem;
}
.cancel-pg .top-area a {
  display: inline-block;
  margin-left: 2rem;
}
.cancel-pg .pg-tit {
  font-size: 4.2rem;
  color: #222;
  line-height: 1.35;
  margin-bottom: 5rem;
  font-weight: 400;
}
.cancel-pg .pg-tit strong {
  font-weight: 700;
}
.cancel-pg .whtbox {
  max-width: 84.2rem;
  margin: auto;
  background: #fff;
  padding: 3rem 3rem 6rem 3rem;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.cancel-pg .img {
  padding-bottom: 2rem;
}
.cancel-pg .txtbox {
  border-top: 2px solid #6c6e71;
  border-bottom: 2px solid #eeeeee;
  text-align: center;
}

#cancel01-pg .txtbox {
  font-size: 2rem;
  padding: 5rem 2rem;
}
#cancel01-pg .txtbox .txt1 strong {
  font-weight: 500;
}
#cancel01-pg .txtbox .txt2 {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}
#cancel01-pg .txtbox .txt2 a {
  display: inline-block;
  color: #f0333b;
  font-weight: 500;
  margin-left: 2.5rem;
  text-decoration-line: underline;
  text-underline-position: under;
}

#cancel02-pg .txtbox {
  font-size: 2rem;
  padding: 5rem 2rem;
}
#cancel02-pg .txtbox h3 {
  font-size: 3rem;
  color: #222;
  line-height: 1.35;
  font-weight: 400;
}
#cancel02-pg .txtbox h3 strong {
  font-weight: 600;
}
#cancel02-pg .txtbox .txt {
  margin-top: 1rem;
}
#cancel02-pg .botbox {
  padding-top: 3.5rem;
}
#cancel02-pg .botbox .txt {
  font-size: 2rem;
  color: #222;
}
#cancel02-pg .botbox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 7.8rem;
  background-color: #f0333b;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-top: 1.5rem;
}

#cancel03-pg .whtbox {
  padding: 6rem 3rem;
}
#cancel03-pg .txtbox {
  font-size: 2rem;
  padding: 5rem 2rem;
}
#cancel03-pg .txtbox .txt {
  line-height: 1.55;
}
#cancel03-pg .txtbox .txt2 {
  font-size: 2.4rem;
  color: #222;
  line-height: 1.35;
  font-weight: 400;
  margin-top: 2rem;
}
#cancel03-pg .txtbox .txt2 strong {
  font-weight: 600;
}
#cancel03-pg .txtbox .txt2 span {
  font-weight: 400;
  color: #0437b7;
}
#cancel03-pg .botbox {
  padding-top: 3.5rem;
}
#cancel03-pg .botbox .txt {
  font-size: 2rem;
  color: #222;
}
#cancel03-pg .botbox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 7.8rem;
  background-color: #f0333b;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-top: 1.5rem;
}

/* 약관페이지 */
#privacy-pg .inner {
  max-width: 100rem;
}
#privacy-pg .cont {
  line-height: 1.6;
}
#privacy-pg .ver-select {
  text-align: right;
  margin-bottom: 4rem;
}
#privacy-pg div.dv-select {
  border-bottom: 1px solid #333;
}

@media (max-width: 1580px) {
  #about-pg .sec01 article {
    align-items: flex-start;
  }
  #about-pg .sec01 article .txtbox {
    padding: 5rem 0 10rem 8rem;
  }
  #about-pg .sec01 article .txtbox .txt1::before {
    position: relative;
    top: 0;
    left: -15rem;
    margin-bottom: 4rem;
  }
  #about-pg .sec01 article .txtbox .pc-br {
    display: none;
  }

  #ceo-pg .imgbox {
    width: calc(50% - 6rem);
    margin-right: 6rem;
  }
  #ceo-pg .txtbox .txt .pc-br {
    display: none;
  }
  #ceo-pg .txtbox .name {
    margin-top: 6rem;
  }
}

@media (max-width: 1300px) {
  #about-pg .sec00 .arti-01 .img .graff:before,
  #about-pg .sec00 .arti-01 .img .graff:after {
    display: none;
  }
}

@media (max-width: 1200px) {
  #about-pg .sec00 .pc-br {
    display: none;
  }
  .sub-cont.no-sv {
    padding-top: 10rem;
  }

  .scroll-horiz-box {
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    scrollbar-track-color: #efefef;
    scrollbar-base-color: #dfdfdf;
    padding-bottom: 2rem;
  }
  .scroll-horiz-box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e6e6e6;
  }
  .scroll-horiz-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e6e6e6;
  }
  .scroll-horiz-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
  }
  .scroll-horiz-box img {
    max-width: inherit;
  }

  .scroll-note {
    display: block;
    margin-top: 1rem;
    border-top: 1px solid #eee;
    padding-top: 2rem;
  }

  #talent-pg .sec01 ul li dl dd .pc-br {
    display: none;
  }

  #about-pg .sec00 .arti-01 .img .txtbox {
    width: 100%;
    position: inherit;
    top: inherit;
    transform: none;
  }
  #about-pg .sec00 .arti-01 .img .txtbox.left {
    left: inherit;
  }
  #about-pg .sec00 .arti-01 .img .txtbox.right {
    right: inherit;
  }
  #about-pg .sec00 .arti-01 .img .txtbox dl dd .txt br {
    display: none;
  }
  #about-pg .sec00 .arti-01 .img .graff {
    margin: 6rem 0;
  }
  #about-pg .sec01 article .txtbox::after {
    width: 38rem;
    height: 12.4rem;
    bottom: -4rem;
  }

  #ci-pg .arti-01 .grybox {
    padding: 6rem;
  }
  #ci-pg .arti-01 .grybox .txt {
    margin-left: 4rem;
  }
  #ci-pg .arti-01 .grybox .txt .pc-br {
    display: none;
  }

  #webzine-list-pg .webzine-topbox .txtbox .desc .pc-br {
    display: none;
  }

  #job-list-pg .list li {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }
  #job-list-pg .list li:nth-child(n + 4) {
    margin-top: 3rem;
  }

  #personnel-pg .sec02 .card-w .card {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }
  #personnel-pg .sec02 .card-w .card:nth-child(n + 4) {
    margin-top: 3rem;
  }
}

@media (max-width: 1024px) {
  /* 여기부터 서브페이지 위아래 마진값 통일 margin-top:10rem; margin-bottom:8rem; 씩 */

  .stit {
    font-size: 3.8rem;
  }

  .board-tab a {
    height: 7rem;
    max-width: 32rem;
    font-size: 1.9rem;
  }

  .sub-cont {
    margin-top: 10rem !important;
    margin-bottom: 8rem !important;
  }
  .sub-cont.board-form .tb-box table .col-01 {
    width: 11rem;
  }
  .sub-cont.board-form .tb-box table th {
    padding: 1.5rem;
  }
  .sub-cont.board-form .tb-box table td {
    padding: 1.5rem;
  }
  .sub-cont.board-form .tb-box table td .check-list .ck-box {
    width: 100%;
  }

  .svisual {
    height: 46rem;
  }
  .svisual .txtbox h2 {
    font-size: 4.6rem;
  }
  .svisual .txtbox .desc {
    font-size: 2rem;
  }

  #about-pg .sec00 .arti-01 .img .txtbox {
    padding: 5rem 4rem;
  }
  #about-pg .sec00 .arti-01 .img .txtbox dl dt {
    font-size: 2.2rem;
  }
  #about-pg .sec00 .arti-01 .img .txtbox dl dd .bull {
    margin-top: 0.8rem;
  }
  #about-pg .sec00 .arti-01 .img .txtbox dl dd .txt {
    font-size: 1.8rem;
  }
  #about-pg .sec00 .arti-02 .txt01 {
    font-size: 2.6rem;
  }
  #about-pg .sec00 .arti-02 .txt02 {
    font-size: 1.8rem;
  }
  #about-pg .sec01 article .txtbox {
    padding: 5rem 0 10rem 5rem;
  }
  #about-pg .sec01 article .txtbox .txt1::before {
    left: -11rem;
    width: 18rem;
    background-size: auto;
    background-position: top left -2rem;
    margin-bottom: 3rem;
  }
  #about-pg .sec01 article .txtbox .txt1 {
    font-size: 2.6rem;
  }
  #about-pg .sec01 article .txtbox .txt2 {
    font-size: 1.8rem;
  }
  #about-pg .sec02 .list dt {
    font-size: 1.8rem;
  }
  #about-pg .sec02 .list dd.txt1 {
    font-size: 2.8rem;
  }
  #about-pg .sec03 {
    padding: 10rem 0;
  }
  #about-pg .sec03 .titlebox .stit {
    font-size: 3.8rem;
  }
  #about-pg .sec03 .titlebox .desc {
    margin-top: 3rem;
  }
  #about-pg .sec03 ul::after {
    width: 45rem;
  }
  #about-pg .sec03 ul li {
    margin-left: 2rem;
    width: calc(33.333% - 1.3333rem);
  }
  #about-pg .sec03 ul li:nth-child(2) {
    transform: translateY(-5rem);
  }
  #about-pg .sec03 ul li .box {
    padding: 4rem 3rem;
  }
  #about-pg .sec03 ul li .box:nth-child(2) {
    margin-top: 2rem;
  }
  #about-pg .sec03 ul li .txtbox dt {
    font-size: 2.6rem;
  }
  #about-pg .sec04 .stit {
    font-size: 3.8rem;
    margin-bottom: 5rem;
  }
  #about-pg .sec04 {
    padding-top: 10rem;
  }
  #about-pg .sec04 .whitebox {
    padding: 4rem 0;
  }
  #about-pg .sec04 .whitebox dl {
    padding: 3.5rem;
  }
  #about-pg .sec04 .whitebox dt {
  }
  #about-pg .sec04 .whitebox dd {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
  #about-pg .sec05 {
    padding: 10rem 0;
  }
  #about-pg .sec05 h2 {
    margin-bottom: 5rem;
  }
  #about-pg .sec05 ul li h3 {
    font-size: 2.4rem;
  }
  #about-pg .sec06 {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }

  /* #location-pg {margin-top:8rem; margin-bottom:6rem;} */
  #location-pg .sec01 .top-info li {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  #location-pg .sec01 .top-info li::after {
    display: none;
  }
  #location-pg .sec01 .top-info li:last-child {
    margin-bottom: 0;
  }
  #location-pg .sec01 .top-info li .ico {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    width: 2.2rem;
  }
  #location-pg .sec01 .top-info li .txt {
    display: block;
    padding-left: 3rem;
  }
  #location-pg .sec01 .map-area {
    height: 48rem;
  }
  #location-pg .sec01 .map-area .root_daum_roughmap {
    height: 48rem;
  }
  #location-pg .sec01 .map-area iframe {
    height: 48rem;
  }
  #location-pg .sec01 .bot-info dl {
    flex-wrap: wrap;
    padding: 4rem 0;
  }
  #location-pg .sec01 .bot-info dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  #location-pg .sec01 .bot-info dt .ico {
    width: 2.5rem;
    margin-right: 1.2rem;
  }

  #news-list-pg .listGallery li .txtbox {
    padding: 2rem;
  }
  #news-list-pg .listGallery li .txtbox .desc {
    margin-top: 1.5rem;
  }
  #news-list-pg .listGallery li .txtbox .date {
    margin-top: 1.5rem;
    font-size: 1.55rem;
  }

  #talent-pg .sec01 ul li {
    align-items: center;
    padding: 5rem;
  }
  #talent-pg .sec01 ul li dl {
    margin-left: 6rem;
    margin-top: 0;
  }
  #talent-pg .sec01 ul li dl dt {
    font-size: 3rem;
  }

  #ceo-pg .txtbox h3 {
    font-size: 3.2rem;
  }
  #ceo-pg .txtbox h3:after {
    margin-top: 3.5rem;
  }
  #ceo-pg .txtbox .txt {
    margin-top: 5rem;
    line-height: 1.8;
  }

  #history-pg .row > * {
    width: calc(50% - 2rem);
  }
  #history-pg .history-tab ul li .date {
    font-size: 2.4rem;
  }
  #history-pg .year-box strong {
    font-size: 3.6rem;
  }
  #history-pg .txt-box dt::before {
    margin-right: 4rem;
  }
  #history-pg .txt-box dd {
    font-size: 1.7rem;
    padding-left: 4rem;
  }

  #ci-pg article h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #ci-pg article .box-row .box-tit {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  #ci-pg .arti-01 .grybox .txt {
    font-size: 1.7rem;
  }
  #ci-pg .arti-01 .grybox .txt strong {
    font-size: 2.2rem;
  }
  #ci-pg .arti-01 .btnbox {
    margin-top: 3rem;
  }
  #ci-pg .arti-01 .btnbox a {
    width: 22rem;
    height: 6rem;
    font-size: 1.7rem;
  }
  #ci-pg .arti-02 ul {
    flex-wrap: wrap;
  }
  #ci-pg .arti-02 ul li {
    width: 100%;
    height: auto;
    padding: 4rem;
    margin-bottom: 2rem;
  }
  #ci-pg .arti-02 ul li:last-child {
    margin-bottom: 0;
  }
  #ci-pg .arti-02 ul li > strong {
    font-size: 2rem;
  }
  #ci-pg .arti-02 ul li > p {
    padding-right: 10rem;
    margin-top: 1.5rem;
  }
  #ci-pg .arti-05 .row dl {
    padding: 3rem;
  }
  #ci-pg .arti-05 .row dt {
    font-size: 2rem;
    width: 40%;
  }
  #ci-pg .arti-05 .row dd {
    width: 60%;
  }
  #ci-pg .arti-05 .desc {
    font-size: 1.7rem;
  }

  #awardsPop .pop-cont .title {
    font-size: 2rem;
  }

  #webzine-list-pg .webzine-topbox .txtbox small {
    font-size: 1.8rem;
  }
  #webzine-list-pg .webzine-topbox .txtbox .tit {
    font-size: 3.8rem;
  }
  #webzine-list-pg .webzine-topbox .txtbox .desc {
    margin-top: 4rem;
  }
  #webzine-list-pg .webzine-topbox .btnbox {
    margin-top: 4rem;
  }

  #job-list-pg .list li {
    width: calc(50% - 1.5rem);
  }
  #job-list-pg .list li:nth-child(n + 3) {
    margin-top: 3rem;
  }
  #job-list-pg .list li:nth-child(3n) {
    margin-right: 3rem;
  }
  #job-list-pg .list li:nth-child(2n) {
    margin-right: 0;
  }
  #job-list-pg .list li .tit {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #job-list-pg .btnbox .view-more-btn {
    font-size: 1.7rem;
  }

  #job-view-pg .top-info {
    padding: 4rem;
  }
  #job-view-pg .top-info .tit {
    font-size: 3rem;
    margin-top: 3rem;
  }
  #job-view-pg .view-cont article .arti-tit {
    font-size: 2.6rem;
  }

  #personnel-pg .sec01 article .left {
    font-size: 2.6rem;
    width: 34rem;
  }
  #personnel-pg .sec01 article .left small {
    font-size: 1.8rem;
  }
  #personnel-pg .sec01 article .right {
    font-size: 1.7rem;
    width: calc(100% - 34rem);
  }
  #personnel-pg .sec02 .sec-tit {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }

  #personnel-pg .sec02 .card-w .card {
    width: calc(50% - 1.5rem);
  }
  #personnel-pg .sec02 .card-w .card:nth-child(n + 3) {
    margin-top: 3rem;
  }
  #personnel-pg .sec02 .card-w .card:nth-child(3n) {
    margin-right: 3rem;
  }
  #personnel-pg .sec02 .card-w .card:nth-child(2n) {
    margin-right: 0;
  }
  #personnel-pg .sec02 .card-w .card-tit {
    font-size: 2rem;
  }

  #benefit-pg .sec01 ul li {
    width: 100%;
    padding: 4rem;
  }
  #benefit-pg .sec01 ul li:first-child {
    padding-top: 0;
  }
  #benefit-pg .sec01 ul li:nth-child(2) {
    border-top: 1px solid #eee;
  }
  #benefit-pg .sec01 ul li dt {
    font-size: 2.2rem;
  }
  #benefit-pg .sec01 ul li dd .pc-br {
    display: none;
  }

  #inquiry-pg form .tb-st-ul li {
    width: 100%;
  }
  #inquiry-pg form .tb-st-ul li.left {
    margin-right: 0;
  }
  #inquiry-pg form .tb-st-ul li .dt {
    width: 15rem;
  }
  #inquiry-pg form .tb-st-ul li .dd {
    width: calc(100% - 15rem);
  }

  .cancel-pg .pg-tit {
    font-size: 3.8rem;
  }
  .cancel-pg .top-area a {
    width: 12rem;
  }
}

@media (max-width: 768px) {
  .stit {
    font-size: 3.2rem;
  }

  .sub-pg-tit {
    font-size: 3rem;
    margin-bottom: 5rem;
  }

  .svisual {
    height: 46rem;
  }
  .svisual .txtbox h2 {
    font-size: 4rem;
  }
  .svisual .txtbox .desc {
    font-size: 1.8rem;
  }
  .svisual .page-location ul {
    height: 5.5rem;
  }
  .svisual .page-location ul li {
    height: 5.5rem;
  }
  .svisual .page-location ul li .pg-link-box {
    top: calc(5.5rem + 1px);
  }
  .svisual .page-location ul li .txt-btn {
    font-size: 1.6rem;
  }

  .sub-cont {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* .sub-cont.board-list {margin-top:8rem; margin-bottom:8rem;} */
  .sub-cont.board-form .btnbox {
    margin-top: 6rem;
  }
  .sub-cont.board-form .btnbox a {
    width: auto;
    height: auto;
    padding: 1.5rem 3.5rem;
    margin: 0 0.25rem;
  }
  .sub-cont.board-form .agree-box {
    flex-wrap: wrap;
  }
  .sub-cont.board-form .agree-box .txt {
    width: 100%;
    margin-right: 0;
    line-height: 1.7;
  }
  .sub-cont.board-form .agree-box .ck-box {
    margin-top: 1rem;
  }
  .sub-cont.board-form .policy-box {
    padding: 1.5rem 3.5rem;
    height: inherit;
  }

  .board-tab a {
    height: auto;
    padding: 1.5rem;
    font-size: 1.6rem;
  }
  .board-tab.long a {
    margin: 0 0.5%;
  }

  #about-pg .sec00 .arti-01 {
    margin-top: 5rem;
    padding: 8rem 0;
  }
  #about-pg .sec00 .arti-02 {
    padding: 8rem 0;
  }
  #about-pg .sec00 .arti-02 .txt01 {
    font-size: 2.2rem;
  }
  #about-pg .sec00 .arti-02 .txt02 {
    font-size: 1.6rem;
  }

  #about-pg .sec00 .arti-01 .img {
    width: 100%;
  }
  #about-pg .sec00 .arti-01 .img .graff {
    padding: 5rem;
  }
  #about-pg .sec00 .arti-01 .img .graff .md-img {
    max-width: 63rem;
    max-height: 63rem;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    position: relative;
  }
  #about-pg .sec00 .arti-01 .img .graff .md-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 46rem;
    transform: translate(-50%, -50%);
  }
  #about-pg .sec00 .arti-01 .img .txtbox {
    padding: 4rem 3rem;
    border-radius: 3rem;
  }
  #about-pg .sec00 .arti-01 .img .txtbox .ico {
    margin-bottom: 2rem;
    transform: scale(0.8);
  }
  #about-pg .sec00 .arti-01 .img .txtbox dl dt {
    font-size: 2rem;
  }
  #about-pg .sec00 .arti-01 .img .txtbox dl dd {
    margin-bottom: 1rem;
  }
  #about-pg .sec00 .arti-01 .img .txtbox dl dd .txt {
    font-size: 1.6rem;
  }

  #about-pg .sec01 article {
    margin-top: 10rem;
  }
  #about-pg .sec01 article .txtbox .txt1 {
    font-size: 2.2rem;
  }
  #about-pg .sec01 article .txtbox .txt2 {
    font-size: 1.6rem;
  }
  #about-pg .sec01 article .txtbox::after {
    width: 30rem;
    height: 12.4rem;
    bottom: -4rem;
  }
  #about-pg .sec02 .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 8rem 0;
  }
  #about-pg .sec02 .list dl {
    margin: 2.5rem 4rem;
  }
  #about-pg .sec02 .list dd.txt1 {
    font-size: 2.4rem;
  }
  #about-pg .sec02 .list dd.txt2 {
    margin-top: 1.5rem;
  }
  #about-pg .sec03 .titlebox .stit {
    font-size: 3.2rem;
  }
  #about-pg .sec03 .titlebox .desc {
    margin-top: 2rem;
  }
  #about-pg .sec03 {
    padding: 8rem 0;
  }
  #about-pg .sec03 ul li .box {
    height: 45rem;
  }
  #about-pg .sec03 ul li .box03,
  #about-pg .sec03 ul li .box05 {
    background-position: center top;
  }
  #about-pg .sec03 ul li .txtbox dt {
    font-size: 2.2rem;
  }
  #about-pg .sec03 ul::after {
    width: 30rem;
    display: none;
  }
  #about-pg .sec04 {
    padding-top: 6rem;
  }
  #about-pg .sec04 .stit {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  #about-pg .sec04 .whitebox dt {
    font-size: 1.8rem;
  }
  #about-pg .sec04 .whitebox dd {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  #about-pg .sec04 .whitebox dd .txt .num {
    font-size: 7rem;
    bottom: 0;
    right: -5rem;
  }
  #about-pg .sec05 {
    padding: 8rem 0;
  }
  #about-pg .sec05 h2 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  #about-pg .sec05 .inner {
    padding: 0;
  }
  #about-pg .sec05 ul {
    flex-wrap: wrap;
  }
  #about-pg .sec05 ul li {
    width: calc(50% - 2.25rem);
  }
  #about-pg .sec05 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #about-pg .sec05 ul li:nth-child(n + 3) {
    margin-top: 3rem;
  }
  #about-pg .sec05 ul li h3 {
    font-size: 2.2rem;
  }
  #about-pg .sec05 ul li .desc {
    font-size: 1.6rem;
  }
  #about-pg .sec06 {
    padding: 8rem 0;
  }
  #about-pg .sec06 .inner {
    flex-wrap: wrap;
  }
  #about-pg .sec06 .slogan {
    margin-top: 3rem;
    height: auto;
    padding: 4.5rem 2rem;
  }
  #about-pg .sec06 .slogan img {
    width: 22rem;
  }
  #about-pg .sec06 .txtbox h2 {
    margin-bottom: 3rem;
  }
  #about-pg .sec06 .txtbox h2::after {
    display: none;
  }
  #about-pg .sec06 .txtbox h2 .num {
    font-size: 7rem;
    right: -8rem;
  }
  #about-pg .sec06 .txtbox .desc {
    font-size: 1.8rem;
  }
  #about-pg .sec06 .txtbox h2 {
    font-size: 3.2rem;
  }

  #location-pg .sec01 .map-area {
    height: 32rem;
  }
  #location-pg .sec01 .map-area .root_daum_roughmap {
    height: 32rem;
  }
  #location-pg .sec01 .map-area iframe {
    height: 32rem;
  }

  #news-list-pg .listGallery li .txtbox {
    padding: 2rem 1.5rem;
  }

  #promo-video-pg .txtbox {
    padding: 1.5rem 0;
  }
  #promo-video-pg .txtbox .tit {
    font-size: 2rem;
  }
  #promo-video-pg .sec02 ul li {
    margin-right: 2rem;
    width: calc(50% - 1rem);
  }
  #promo-video-pg .sec02 ul li:nth-child(3n) {
    margin-right: 2rem;
  }
  #promo-video-pg .sec02 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #promo-video-pg .sec02 ul li:nth-child(n + 3) {
    margin-top: 2rem;
  }
  #promo-video-pg .sec02 ul li .txtbox .tit {
    font-size: 1.7rem;
  }

  #talent-pg .sec01 ul li {
    padding: 4rem;
  }
  #talent-pg .sec01 ul li .ico {
    width: 12rem;
    height: 12rem;
    padding: 2.5rem;
  }
  #talent-pg .sec01 ul li dl {
    margin-left: 4rem;
  }
  #talent-pg .sec01 ul li dl dt {
    font-size: 2.2rem;
  }
  #talent-pg .sec01 ul li dl dd {
    font-size: 1.6rem;
    margin-top: 2rem;
  }

  #ceo-pg .inner {
    flex-wrap: wrap;
  }
  #ceo-pg .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  #ceo-pg .imgbox .bg-deco03 {
    width: 6rem;
    height: 6rem;
    bottom: 70%;
    right: auto;
    left: 0;
  }
  #ceo-pg .imgbox .bg-deco04 {
    width: calc(100% - 6rem);
    height: 70%;
  }
  #ceo-pg .imgbox .img {
    padding-left: 6rem;
  }
  #ceo-pg .imgbox .img img {
    width: 60%;
  }
  #ceo-pg .txtbox {
    width: 100%;
    padding-left: 0;
  }
  #ceo-pg .txtbox h3 {
    font-size: 2.8rem;
  }
  #ceo-pg .txtbox .name .txt2 {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  #ceo-pg .txtbox .name .txt2 .sign-img {
    width: 13rem;
  }
  #ceo-pg::after {
    width: 20rem;
    height: 7rem;
    bottom: 10rem;
  }

  #history-pg .row {
    flex-wrap: wrap;
  }
  #history-pg .row > * {
    width: 100%;
  }
  #history-pg .history-tab ul li .date {
    font-size: 2rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  #history-pg .history-w {
    margin-top: 5rem;
  }
  #history-pg .year-box {
    margin-bottom: 5rem;
  }
  #history-pg .year-box strong {
    font-size: 3rem;
  }
  #history-pg .txt-box dt {
    font-size: 2rem;
  }
  #history-pg .txt-box dt::before {
    margin-right: 3rem;
  }
  #history-pg .txt-box dd {
    padding-left: 3rem;
    font-size: 1.6rem;
  }

  #ci-pg article {
    margin-bottom: 6rem;
  }
  #ci-pg article h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #ci-pg article .box-row .box-tit {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  #ci-pg .arti-01 .grybox {
    padding: 4rem 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ci-pg .arti-01 .grybox .img {
    max-width: 20rem;
  }
  #ci-pg .arti-01 .grybox .txt {
    margin-left: 0;
    margin-top: 2rem;
  }
  #ci-pg .arti-01 .btnbox {
    margin-top: 2rem;
  }
  #ci-pg .arti-01 .btnbox a {
    width: auto;
    height: auto;
    padding: 1.5rem 3.5rem;
  }
  #ci-pg .arti-02 ul li {
    padding: 3rem;
  }
  #ci-pg .arti-02 ul li > p {
    padding-right: 14rem;
  }
  #ci-pg .arti-05 .row {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  #ci-pg .arti-05 .row dl {
    width: 100%;
  }
  #ci-pg .arti-05 .row dl.gry {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #ci-pg .arti-05 .row dt {
    font-size: 1.8rem;
    width: 14rem;
  }
  #ci-pg .arti-05 .row dd {
    width: calc(100% - 14rem);
  }

  #awardsPop .pop-cont .title {
    font-size: 1.8rem;
    padding: 2rem;
  }

  #webzine-list-pg .webzine-topbox {
    align-items: flex-start;
  }
  #webzine-list-pg .webzine-topbox .txtbox small {
    font-size: 1.6rem;
  }
  #webzine-list-pg .webzine-topbox .txtbox .tit {
    font-size: 2.4rem;
  }
  #webzine-list-pg .webzine-topbox .txtbox .desc {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  #webzine-list-pg .webzine-topbox .btnbox {
    margin-top: 3rem;
  }
  #webzine-list-pg .webzine-topbox .btnbox a {
    width: auto;
    height: auto;
    padding: 1.5rem 3.5rem;
  }
  #webzine-list-pg .webzine-topbox .btnbox a .ico {
    flex-shrink: 0;
    width: 2rem;
  }

  #job-list-pg .topbox .right {
    display: block;
    width: 100%;
  }
  #job-list-pg .topbox .right .selArea {
    display: block;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #job-list-pg .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
  }
  #job-list-pg .list li:nth-child(n + 2) {
    margin-top: 2rem;
  }
  #job-list-pg .list li:nth-child(3n) {
    margin-right: 0;
  }
  #job-list-pg .list li a {
    padding: 3rem;
  }
  #job-list-pg .list li .tit {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  #job-list-pg .list li .cate {
    font-size: 1.6rem;
  }
  #job-list-pg .list li .state {
    margin-top: 2rem;
    text-align: left;
  }
  #job-list-pg .list li .state span {
    width: auto;
    height: auto;
    padding: 1.2rem 3rem;
  }
  #job-list-pg .btnbox .view-more-btn {
    font-size: 1.6rem;
    width: auto;
    height: auto;
    padding: 1.5rem 3.5rem;
  }

  #job-view-pg .btnbox a {
    width: calc(50% - 2rem);
    margin: 0 0.5rem;
  }
  #job-view-pg .btnbox a:nth-child(n + 3) {
    margin-top: 2rem;
  }
  #job-view-pg .top-info {
    padding: 4rem 3rem;
    margin-bottom: 5rem;
  }
  #job-view-pg .top-info .tit {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  #job-view-pg .view-cont article .arti-tit {
    font-size: 2.2rem;
  }

  #personnel-pg .sec01 article .inner {
    padding: 6rem 0;
  }
  #personnel-pg .sec01 article .left {
    width: 100%;
    font-size: 2.4rem;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  #personnel-pg .sec01 article .right {
    width: 100%;
    font-size: 1.6rem;
  }
  #personnel-pg .sec02 {
    padding: 6rem 0;
  }
  #personnel-pg .sec02 .sec-tit {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #personnel-pg .sec02 .card-w .card {
    width: 100%;
    height: auto;
    max-height: 26rem;
    margin-right: 0;
    margin-top: 2rem;
    padding: 3rem;
  }
  #personnel-pg .sec02 .card-w .card:nth-child(n + 2) {
    margin-top: 2rem;
  }
  #personnel-pg .sec02 .card-w .card:nth-child(3n) {
    margin-right: 0;
  }
  #personnel-pg .sec02 .card-w .card:nth-child(1) {
    margin-top: 0;
  }
  #personnel-pg .sec02 .card-w .card-tit {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  #personnel-pg .sec02 .card-w .card .in-scollbox {
    padding-right: 2rem;
  }
  #personnel-pg .sec01 article.arti-04 .inner {
    padding: 6rem 0;
  }

  #personnel-pg .sec01 article .personnel-img01 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #personnel-pg .sec01 article .personnel-img01 .od-01 {
    margin-right: 0;
    font-size: 1.6rem;
    width: 18rem;
    height: 18rem;
  }
  #personnel-pg .sec01 article .personnel-img01 .od-02 {
    margin: 3rem 0;
    font-size: 1.6rem;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #personnel-pg .sec01 article .personnel-img01 .od-02 .txt {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #personnel-pg .sec01 article .personnel-img01 .od-02 .arr {
    transform: rotate(90deg);
    height: 13rem;
    display: flex;
  }
  #personnel-pg .sec01 article .personnel-img01 .od-03 {
    width: 90%;
  }

  #benefit-pg .sec01 ul li {
    align-items: center;
  }
  #benefit-pg .sec01 ul li .ico {
    width: 12rem;
    height: 12rem;
    margin-right: 4rem;
  }
  #benefit-pg .sec01 ul li .ico img {
    transform: scale(0.75);
  }
  #benefit-pg .sec01 ul li dl {
    margin-top: 0;
  }
  #benefit-pg .sec01 ul li dt {
    font-size: 2rem;
  }

  #inquiry-pg form .tb-st-ul li .dt {
    width: 10rem;
  }
  #inquiry-pg form .tb-st-ul li .dd {
    width: calc(100% - 10rem);
  }
  #inquiry-pg form .tb-st-ul li .dd.has-radio {
    flex-basis: min-content;
  }
  #inquiry-pg form .tb-st-ul li .dd .ck-box {
    width: 100%;
  }
  #inquiry-pg form .tb-st-ul li .dd .ck-box + .ck-box {
    margin-left: 0;
    margin-top: 1.2rem;
  }
  #inquiry-pg form .tb-st-ul li textarea {
    padding: 2rem;
  }

  .cancel-pg .pg-tit {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .cancel-pg .top-area {
    margin-bottom: 5rem;
  }

  #cancel01-pg .txtbox {
    font-size: 1.7rem;
    padding: 4rem 2rem;
  }
  #cancel01-pg .txtbox .txt2 {
    margin-top: 2rem;
  }

  #cancel02-pg .txtbox {
    font-size: 1.7rem;
    padding: 4rem 2rem;
  }
  #cancel02-pg .txtbox h3 {
    font-size: 2.4rem;
  }
  #cancel02-pg .botbox a {
    padding: 2rem 4rem;
    width: auto;
    height: auto;
    font-size: 1.8rem;
  }

  #cancel03-pg .txtbox {
    font-size: 1.7rem;
    padding: 4rem 2rem;
  }
  #cancel03-pg .txtbox .txt2 {
    font-size: 1.9rem;
  }
  #cancel03-pg .botbox a {
    padding: 2rem 4rem;
    width: auto;
    height: auto;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 500px) {
  .stit {
    font-size: 2.4rem;
  }

  .sub-pg-tit {
    font-size: 2.4rem;
  }

  .svisual {
    height: 34rem;
  }
  .svisual .txtbox h2 {
    font-size: 3rem;
  }
  .svisual .txtbox .desc {
    font-size: 1.7rem;
    margin-top: 1.5rem;
  }
  .svisual .page-location ul li:nth-child(2) {
    display: none;
  }
  .svisual .page-location ul li:nth-child(3) {
    min-width: 20rem;
  }
  .svisual .page-location ul li .ico {
    margin-left: 4rem;
  }

  .board-tab {
    flex-wrap: wrap;
  }
  .board-tab a:nth-child(n + 3) {
    margin-top: 1%;
  }

  #about-pg .sec00 .arti-01 .img .graff .txt .en {
    font-size: 2rem;
  }
  #about-pg .sec00 .arti-01 .img .graff .txt .kr {
    font-size: 1.7rem;
  }
  #about-pg .sec01 article {
    flex-wrap: wrap;
    margin-top: 5rem;
  }
  #about-pg .sec01 article > * {
    width: 100%;
  }
  #about-pg .sec01 article .txtbox {
    padding: 5rem 3%;
  }
  #about-pg .sec01 article .txtbox .inner.half {
    width: 100%;
  }
  #about-pg .sec02 .list {
    padding: 5rem 0;
  }
  #about-pg .sec02 .list dd.ico {
    width: 11rem;
  }
  #about-pg .sec02 .list dd.txt1 {
    font-size: 2.2rem;
  }
  #about-pg .sec02 .list dd.txt2 {
    margin-top: 1rem;
  }
  #about-pg .sec03 ul {
    flex-wrap: wrap;
    margin-top: 5rem;
  }
  #about-pg .sec03 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  #about-pg .sec03 ul li:first-child {
    margin-top: 0;
  }
  #about-pg .sec03 ul li:nth-child(2) {
    transform: none;
  }
  #about-pg .sec03 ul li .box {
    height: auto;
    padding: 12rem 2rem 3rem 2rem;
  }
  #about-pg .sec03 ul li .box:nth-child(2) {
    margin-top: 1rem;
  }
  #about-pg .sec03 .titlebox .stit {
    font-size: 2.8rem;
  }
  #about-pg .sec04 .stit {
    font-size: 2.8rem;
  }
  #about-pg .sec04 .whitebox {
    flex-wrap: wrap;
    padding: 0;
  }
  #about-pg .sec04 .whitebox dl {
    width: 100%;
  }
  #about-pg .sec04 .whitebox dl:first-child::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  #about-pg .sec05 ul li {
    margin-right: 2rem;
    padding: 3rem 2rem;
    width: calc(50% - 1rem);
  }
  #about-pg .sec05 h2 {
    font-size: 2.8rem;
  }
  #about-pg .sec05 ul li:nth-child(n + 3) {
    margin-top: 2rem;
  }
  #about-pg .sec06 .txtbox h2 {
    font-size: 2.8rem;
  }

  #talent-pg .sec01 ul li {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #talent-pg .sec01 ul li dl {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
  #talent-pg .sec01 ul li dl dd {
    margin-top: 1.5rem;
  }
  #talent-pg .sec01 ul li .ico {
    padding: 3rem;
  }

  #ceo-pg .txtbox h3 {
    font-size: 2.4rem;
  }
  #ceo-pg .txtbox .name .txt2 {
    font-size: 2.2rem;
  }

  #webzine-list-pg .webzine-topbox {
    flex-wrap: wrap;
  }
  #webzine-list-pg .webzine-topbox .txtbox {
    max-width: inherit;
    margin-right: 0;
    margin-top: 2rem;
    order: 2;
  }
  #webzine-list-pg .webzine-topbox .img {
    order: 1;
  }
  #webzine-list-pg .listGallery {
    border-top: 2px solid #313131;
  }

  #job-list-pg .list li a {
    padding: 2.5rem 2rem;
  }

  #benefit-pg .sec01 ul li {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #benefit-pg .sec01 ul li dl {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
  #benefit-pg .sec01 ul li dl dd {
    margin-top: 1.5rem;
  }
  #benefit-pg .sec01 ul li .ico {
    margin-right: 0;
  }
}

.sub .top-btn {
  width: 5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 30%);
  right: 3rem;
  bottom: 3rem;
  position: fixed;
  transition: 0.3s;
  z-index: 2;
}
.sub .top-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sub .top-btn:hover {
  background-color: #e51937;
}

/* SUB2 - FAQ / Q&A */

.sub-visual-wrap .sub-visual {
  position: relative;
}
.sub-visual-wrap .sub-visual .sub-tit {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.sub-visual-wrap .sub-visual .sub-tit h2 {
  font-size: 6.2rem;
  font-weight: 700;
}
.sub-visual-wrap .sub-visual .sub-tit p {
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.6;
}
.sub-visual-wrap .sub-visual .bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 31.316%;
  z-index: -1;
}
.sub-visual-wrap .sub-visual .bg > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  animation: bg-scale 3.5s ease both;
}
.sub-visual-wrap .sub-nav {
  border-bottom: solid 1px #dddddd;
}
.sub-visual-wrap .sub-nav .maxinner {
  display: flex;
  align-items: center;
}
.sub-visual-wrap .sub-nav .home {
  width: 7.5rem;
  height: 7.5rem;
}
.sub-visual-wrap .sub-nav .home a {
  background: url("/images/ico/ico-home.png") #e51937 no-repeat center;
  display: block;
  width: 100%;
  height: 100%;
}
.sub-visual-wrap .sub-nav .sub-nav-select {
  position: relative;
}
.sub-visual-wrap .sub-nav .sub-nav-select .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30rem;
  height: 7.5rem;
  border: solid 1px #dddddd;
  border-top: none;
  border-bottom: none;
  padding: 0 3rem;
  cursor: pointer;
  margin-left: auto;
}
.sub-visual-wrap .sub-nav .sub-nav-select .btn p {
  font-size: 1.8rem;
  color: #222222;
}
.sub-visual-wrap .sub-nav .sub-nav-select .btn img {
  transition: 0.3s;
}
.sub-visual-wrap .sub-nav .sub-nav-select ul {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30rem;
  top: 7.4rem;
  right: 0;
  margin: 0 0 -1px;
  border: solid 1px #dddddd;
  border-top: none;
  background: #fff;
  z-index: 1;
}
.sub-visual-wrap .sub-nav .sub-nav-select ul li {
  text-align: left;
  width: 100%;
  padding: 0;
}
.sub-visual-wrap .sub-nav .sub-nav-select ul li a {
  color: #222222;
  text-align: left;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}
.sub-visual-wrap .sub-nav .sub-nav-select ul li a:hover {
  color: #e51937;
}
.sub-visual-wrap .sub-nav .sub-nav-select .btn.active img {
  transform: rotate(180deg);
}
.sub-visual-wrap .sub-nav .sub-nav-select ul.active {
  display: flex;
}
.sub-visual-wrap .sub-nav .sub-nav-list {
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
}
.sub-visual-wrap .sub-nav .sub-nav-list li {
  margin: 0 1.5rem;
}
.sub-visual-wrap .sub-nav .sub-nav-list li a {
  font-size: 1.6rem;
  color: #666666;
  transition: 0.3s;
}
.sub-visual-wrap .sub-nav .sub-nav-list li a.active {
  color: #e51937;
  font-weight: 500;
}

@keyframes bg-scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.sub-content-wrap {
  padding: 12.5rem 0 16rem;
  overflow: hidden;
}
.sub-content-wrap.pd0 {
  padding-bottom: 0;
}

.sub-main-tit {
  text-align: center;
  margin-bottom: 8rem;
}
.sub-main-tit span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #e51937;
  margin-bottom: 1rem;
}
.sub-main-tit h3 {
  font-size: 5.2rem;
  color: #222222;
  font-weight: 700;
}

.sub-main-tit.line h3:after {
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #e51937;
  margin: 2rem auto 3rem;
}
.sub-main-tit.line p {
  font-size: 2rem;
  color: #222222;
  font-weight: 500;
  font-family: "Noto Sans KR";
}
.sub-main-tit.line p.products {
  font-size: 1.8rem;
}

.sub-line-tit {
  display: flex;
  align-items: flex-end;
}
.sub-line-tit h4 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  color: #222222;
  padding-left: 1.5rem;
}
.sub-line-tit h4:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 3rem;
  background: #e51937;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
.sub-line-tit h5 {
  font-size: 2.6rem;
  color: #222222;
  font-weight: 700;
  margin-top: 3rem;
}
.sub-line-tit p {
  font-size: 1.6rem;
  color: #666666;
  margin-left: 1.5rem;
  position: relative;
  top: -0.7rem;
}
.sub-line-tit.column {
  flex-direction: column;
  align-items: flex-start;
}
.sub-line-tit.column p {
  margin-left: 0;
  top: 0;
  margin-top: 2rem;
}

.popup-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 30%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 8rem 7rem;
  max-width: 120rem;
  width: 90%;
}
.popup-box .close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  cursor: pointer;
}
.popup-box .txtbox .tit {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 1rem;
}
.popup-box .txtbox .tit h4 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #222222;
}
.popup-box .txtbox .tit p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #e51937;
  margin-left: 2rem;
}
.popup-box .txtbox .txt {
  margin: 4rem 0;
  height: 40rem;
  overflow-y: scroll;
}
.popup-box .txtbox .txt p {
  font-size: 1.6rem;
  color: #666666;
}
.popup-box .txtbox > small {
  border-top: solid 1px #dddddd;
  font-size: 1.4rem;
  color: #888888;
  padding-top: 2rem;
  display: block;
}

.popup-wrap .txt .top p {
  font-weight: 500;
  color: #222222;
}
.privacy dt {
  font-size: 1.6rem;
  color: #222222;
  font-weight: 500;
}
.privacy dd {
  font-size: 1.6rem;
  color: #666666;
  margin: 10px 15px;
}

@media (max-width: 1024px) {
  .sub-visual-wrap .sub-visual .sub-tit h2 {
    font-size: 5.2rem;
  }
  .sub-visual-wrap .sub-visual .bg {
    padding-bottom: 50%;
  }

  .sub-main-tit h3 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .sub-visual-wrap .sub-nav {
    display: none;
  }
}
@media (max-width: 500px) {
  .sub-visual-wrap .sub-visual .sub-tit {
    width: 90%;
  }
  .sub-visual-wrap .sub-visual .sub-tit h2 {
    font-size: 3.4rem;
  }
  .sub-visual-wrap .sub-visual .bg {
    padding-bottom: 60%;
  }

  .sub-main-tit {
    margin-bottom: 5rem;
  }
  .sub-main-tit h3 {
    font-size: 3rem;
  }
  .sub-main-tit.line h3:after {
    height: 30px;
    margin: 1rem auto 2rem;
  }
  .sub-main-tit.line p {
    font-size: 1.8rem;
  }

  .sub-line-tit {
    flex-direction: column;
    align-items: start;
  }
  .sub-line-tit h4 {
    font-size: 2.6rem;
  }
  .sub-line-tit h5 {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .sub-line-tit.column p {
    margin-top: 1rem;
  }

  .sub-content-wrap {
    padding: 8rem 0 12rem;
  }
}

/********************************* 회사소개 */
/**** 인사말 */
.message-wrap .sec01 .cto-box {
  position: relative;
  margin-bottom: 20rem;
}
.message-wrap .sec01 .cto-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -9rem;
  right: 0;
  background: url("/images/sub/company01-img05.png") no-repeat;
  width: 436px;
  height: 172px;
  z-index: -1;
}
.message-wrap .sec01 .cto-box:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 54rem;
  background: #f5f5f5;
  top: 7rem;
  right: -15rem;
  z-index: -1;
}
.message-wrap .sec01 .cto-box .maxinner {
  display: flex;
  align-items: center;
  position: relative;
}
.message-wrap .sec01 .cto-box .maxinner:before {
  content: "Next Generation Polyethylene";
  position: absolute;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 300;
  color: #e51937;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  left: -3rem;
  top: 0;
}
.message-wrap .sec01 .cto-box .img {
  position: relative;
  overflow: hidden;
  width: 33%;
  padding-bottom: 39%;
}
.message-wrap .sec01 .cto-box .img > div {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.message-wrap .sec01 .cto-box .txt {
  width: 67%;
  padding-left: 8rem;
  padding-top: 10rem;
}
.message-wrap .sec01 .cto-box .txt .tit {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  position: relative;
}
.message-wrap .sec01 .cto-box .txt .tit:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #1b1c3e;
  display: block;
  position: absolute;
  bottom: 0;
}
.message-wrap .sec01 .cto-box .txt .tit h4 {
  font-size: 4.5rem;
  color: #222222;
  font-weight: 700;
}
.message-wrap .sec01 .cto-box .txt .tit h4 span {
  color: #e51937;
  position: relative;
  top: -2px;
}
.message-wrap .sec01 .cto-box .txt .desc p {
  font-size: 1.8rem;
  color: #575757;
  line-height: 1.7;
}
.message-wrap .sec01 .cto-box .txt .cto-name {
  margin-top: 4rem;
}
.message-wrap .sec01 .cto-box .txt .cto-name p {
  font-size: 2rem;
  font-weight: 600;
  color: #111111;
  text-align: right;
}

.message-wrap .massage-list ul li {
  position: relative;
}
.message-wrap .massage-list ul li .txt-box {
  margin-top: 7rem;
}
.message-wrap .massage-list ul li .tit {
  position: relative;
  margin-bottom: 3rem;
}
.message-wrap .massage-list ul li .tit span {
  font-size: 10.6rem;
  color: #e51937;
  font-weight: 900;
  opacity: 10%;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.message-wrap .massage-list ul li .tit h4 {
  font-size: 4.2rem;
  color: #222222;
  font-weight: 600;
  padding-left: 6rem;
  display: inline-flex;
  align-items: flex-end;
}
.message-wrap .massage-list ul li .tit h4:after {
  content: "";
  width: 6rem;
  height: 3px;
  background: #e51937;
  top: -15px;
  position: relative;
  margin-left: 2.5rem;
}
.message-wrap .massage-list ul li .cont p {
  font-size: 1.6rem;
  color: #666666;
}
.message-wrap .massage-list ul li .img > div {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.message-wrap .massage-list ul li:first-child {
  margin-bottom: 35rem;
}
.message-wrap .massage-list ul li:first-child .maxinner > * {
  width: 53%;
}
.message-wrap .massage-list ul li:first-child > .img-wrap {
  overflow: hidden;
  width: 43.931%;
  position: absolute;
  top: 0;
  right: 0;
}
.message-wrap .massage-list ul li:first-child > .img-wrap .img {
  position: relative;
  width: 100%;
  padding-bottom: 107.656%;
  overflow: hidden;
}

.message-wrap .massage-list ul li:nth-child(2) {
  margin-bottom: 18rem;
}
.message-wrap .massage-list ul li:nth-child(2):after {
  content: "";
  display: block;
  width: 100%;
  height: 86rem;
  background: #f5f5f5;
  position: absolute;
  top: -21rem;
  z-index: -1;
}
.message-wrap .massage-list ul li:nth-child(2) .maxinner {
  display: flex;
  align-items: flex-start;
}
.message-wrap .massage-list ul li:nth-child(2) .img {
  position: relative;
  width: 42%;
  padding-bottom: 54%;
}
.message-wrap .massage-list ul li:nth-child(2) .txt-box {
  width: 58%;
  padding-left: 12rem;
}

.message-wrap .massage-list ul li:nth-child(3) .img-wrap {
  width: 87.231%;
  margin-left: auto;
  margin-top: 6rem;
}
.message-wrap .massage-list ul li:nth-child(3) .img-wrap .img {
  position: relative;
  width: 100%;
  padding-bottom: 28.916%;
}

@media (max-width: 768px) {
  .message-wrap .sec01 .cto-box {
    margin-bottom: 15rem;
  }
  .message-wrap .sec01 .cto-box .maxinner {
    flex-direction: column;
  }
  .message-wrap .sec01 .cto-box .maxinner:before {
    display: none;
  }
  .message-wrap .sec01 .cto-box .img {
    width: 50%;
    padding-bottom: 60%;
  }
  .message-wrap .sec01 .cto-box .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 5rem;
  }

  .message-wrap .massage-list ul li:nth-child(2) .txt-box {
    padding-left: 5rem;
  }
}
@media (max-width: 500px) {
  .message-wrap .sec01 .cto-box {
    margin-bottom: 10rem;
  }
  .message-wrap .sec01 .cto-box:before {
    display: none;
  }
  .message-wrap .sec01 .cto-box .img {
    width: 75%;
    padding-bottom: 88%;
  }
  .message-wrap .sec01 .cto-box .txt {
    padding-top: 3rem;
  }
  .message-wrap .sec01 .cto-box .txt .tit {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .message-wrap .sec01 .cto-box .txt .tit h4 {
    font-size: 2.8rem;
  }

  .message-wrap .massage-list ul li:first-child {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 8rem;
  }
  .message-wrap .massage-list ul li:first-child .maxinner > * {
    width: 100%;
  }
  .message-wrap .massage-list ul li:first-child > .img-wrap {
    position: relative;
    top: unset;
    right: unset;
    width: 90%;
    margin: 0 auto;
  }
  .message-wrap .massage-list ul li:nth-child(2) {
    margin-bottom: 8rem;
  }
  .message-wrap .massage-list ul li:nth-child(2) .maxinner {
    flex-direction: column;
  }
  .message-wrap .massage-list ul li:nth-child(2) .img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
  }
  .message-wrap .massage-list ul li:nth-child(2) .txt-box {
    padding-left: 0;
    width: 100%;
  }
  .message-wrap .massage-list ul li:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
  }
  .message-wrap .massage-list ul li:nth-child(3) .img-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .message-wrap .massage-list ul li .txt-box {
    margin-top: 5rem;
  }
  .message-wrap .massage-list ul li .tit {
    margin-bottom: 1rem;
  }
  .message-wrap .massage-list ul li .tit span {
    font-size: 7rem;
  }
  .message-wrap .massage-list ul li .tit h4 {
    font-size: 3.2rem;
    padding-left: 4rem;
  }
}
/**** 인사말 */

/**** 회사개요 */
.overview-wrap .sec01 {
  padding-bottom: 20rem;
}
.overview-img {
  display: flex;
  flex-wrap: wrap;
}
.overview-img li {
  position: relative;
}
.overview-img li a {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 42%;
  transform: translateY(-50%);
}
.overview-img li a.sabic {
  left: 10%;
}
.overview-img li a.sk {
  right: 10%;
}
.overview-img li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overview-img li .box img {
  margin-bottom: 1rem;
}
.overview-img li .box p {
  font-size: 1.5rem;
  color: #666666;
  text-align: center;
}
.overview-wrap .sec01 .border-box {
  border: solid 5px #f5f5f5;
  padding: 4rem 1rem;
  margin-top: 4rem;
}
.overview-wrap .sec01 .border-box p {
  font-size: 1.8rem;
  color: #666666;
  text-align: center;
}

.overview-img li:nth-child(1) {
  width: 41%;
  text-align: center;
}
.overview-img li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
}
.overview-img li:nth-child(2) img {
  position: relative;
  top: -2rem;
}
.overview-img li:nth-child(3) {
  display: flex;
  width: 53%;
  justify-content: center;
}
.overview-img li:nth-child(3) .box:nth-child(2) {
  justify-content: center;
}
.overview-img li:nth-child(3) .box:nth-child(2) span {
  background: #e51937;
  width: 8rem;
  height: 2px;
  display: block;
  margin: 0 1rem;
  position: relative;
  top: -2rem;
}

.overview-wrap .sec02 {
  position: relative;
  margin-bottom: 26rem;
}
.overview-wrap .sec02:before {
  content: "";
  display: block;
  position: absolute;
  width: 87.231%;
  height: 57rem;
  background: #f5f5f5;
  right: 0;
  top: -8rem;
  z-index: -1;
}
.overview-wrap .sec02:after {
  content: "";
  display: block;
  position: absolute;
  right: -2rem;
  background: url("/images/sub/company01-img05.png") no-repeat;
  width: 436px;
  height: 172px;
  bottom: -26rem;
  z-index: -1;
}
.overview-wrap .sec02 .img-wrap {
  width: 46.6%;
  position: absolute;
  top: 0;
  left: 0;
}
.overview-wrap .sec02 .img-wrap .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 64.3%;
}
.overview-wrap .sec02 .img-wrap .img > div {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.overview-wrap .sec02 .txt-box {
  width: 50%;
  margin-left: auto;
  padding-top: 8rem;
}
.overview-wrap .sec02 .txt-box .tit h5 {
  font-size: 3rem;
  font-weight: 500;
  color: #222222;
}
.overview-wrap .sec02 .txt-box .tit p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  margin-top: 4rem;
}
.overview-wrap .sec02 .txt-box .tit span {
  color: #e51937;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.overview-wrap .sec02 .txt-box .cont {
  margin-top: 3rem;
}
.overview-wrap .sec02 .txt-box .cont p {
  font-size: 1.6rem;
  color: #666666;
}

.overview-wrap .sec03 {
  position: relative;
  padding-bottom: 15rem;
}
.overview-wrap .sec03:after {
  content: "";
  position: absolute;
  background: url("/images/sub/company02-img10.png") no-repeat center / cover;
  width: 100%;
  height: 50rem;
  bottom: 0;
  z-index: -1;
}
.overview-wrap .sec03 .maxinner {
  max-width: 1500px;
  margin-left: 25rem;
}
.overview-wrap .sec03 .overviewSlide {
  margin-top: 4rem;
  overflow: inherit;
}
.overview-wrap .sec03 .overviewSlide .swiper-slide .border-box {
  box-shadow: 2px 0 20px rgb(0 0 0 / 10%);
  border: solid 1px #dddddd;
  padding: 3rem;
  background-color: #fff;
}
.overview-wrap .sec03 .overviewSlide .swiper-slide .border-box .thum {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
}
.overview-wrap .sec03 .overviewSlide .swiper-slide .border-box .thum > div {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.overview-wrap .sec03 .overviewSlide .swiper-slide .border-box .txt {
  margin-top: 4rem;
}
.overview-wrap .sec03 .overviewSlide .swiper-slide .border-box .txt .date {
  font-size: 2.6rem;
  color: #222222;
  font-weight: 600;
}
.overview-wrap .sec03 .overviewSlide .swiper-slide .border-box .txt .desc {
  font-size: 1.8rem;
  color: #666666;
  margin-top: 1rem;
  min-height: 55px;
}
.overview-wrap .sec03 .overviewSlide .slide-btn {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.overview-wrap .sec03 .overviewSlide .slide-btn > div {
  position: relative;
  margin: 0;
  padding: 0;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
.overview-wrap .sec03 .overviewSlide .slide-btn > div img {
  width: 8px;
}
.overview-wrap .sec03 .overviewSlide .slide-btn > div:after {
  display: none;
}
.overview-wrap
  .sec03
  .overviewSlide
  .slide-btn
  > div:not(.swiper-pagination-progressbar) {
  width: 5rem;
  height: 5rem;
  border: solid 1px #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 2rem;
}
.overview-wrap .sec03 .overviewSlide .slide-btn .swiper-pagination-progressbar {
  background-color: #989899;
  height: 3px;
  margin-left: 1rem;
}
.overview-wrap
  .sec03
  .overviewSlide
  .slide-btn
  .swiper-pagination-progressbar-fill {
  background-color: #e51937;
}

@media (max-width: 1600px) {
  .overview-wrap .sec03 .maxinner {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .overview-img li a {
    top: 25%;
  }
}
@media (max-width: 768px) {
  .overview-wrap .sec02 {
    margin-bottom: 15rem;
  }
  .overview-wrap .sec02 .img-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .overview-wrap .sec02 .txt-box {
    padding-top: 5rem;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .overview-wrap .sec01 {
    padding-bottom: 10rem;
  }
  .overview-img li {
    width: 100% !important;
  }
  .overview-img li a {
    top: 50%;
    height: 80%;
  }
  .overview-img li:nth-child(2) {
    transform: rotate(90deg);
    margin: 1rem 0;
  }
  .overview-img li:nth-child(2) img {
    top: 0;
  }
  .overview-img li:nth-child(3) .box:nth-child(2) span {
    width: 3rem;
    top: -5rem;
  }
  .overview-wrap .sec01 .border-box p {
    font-size: 1.6rem;
  }

  .overview-wrap .sec02 {
    margin-bottom: 8rem;
  }
  .overview-wrap .sec02:after {
    display: none;
  }
  .overview-wrap .sec02 .txt-box {
    padding-top: 3rem;
  }
  .overview-wrap .sec02 .txt-box .tit h5 {
    font-size: 2.4rem;
  }
  .overview-wrap .sec02 .txt-box .tit p {
    margin-top: 2rem;
  }

  .overview-wrap .sec03 {
    padding-bottom: 10rem;
  }
}
/**** 회사개요 */

/**** 오시는 길 */
.location-wrap .sec01 {
  position: relative;
}
.location-wrap .sec01:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 32%;
  background: #f5f5f5;
  top: 0;
  right: 0;
  z-index: -1;
}
.map-wrap {
  position: relative;
  padding: 34rem 0;
}
.map-wrap .category-tab {
  width: 45%;
  height: 48rem;
}
.map-wrap .category-tab > ul > li {
  border-top: solid 1px #dddddd;
  position: relative;
}
.map-wrap .category-tab > ul > li:last-child {
  border-bottom: solid 1px #ddd;
}
.map-wrap .category-tab > ul > li a {
  font-size: 2.4rem;
  color: #222222;
  font-weight: 700;
  padding: 4rem 0;
  display: flex;
  cursor: pointer;
  position: relative;
}
.map-wrap .category-tab > ul > li a i {
  background: url("/images/ico/ico-plus.png") no-repeat center / cover;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
.map-wrap .category-tab > ul > li.point:before {
  content: "";
  position: absolute;
  background-color: #e51937;
  left: 0;
  top: -1px;
  width: 111.3%;
  height: 2px;
}
.map-wrap .category-tab > ul > li.point a i {
  background: url("/images/ico/ico-minus.png") no-repeat center / cover;
  width: 21px;
  height: 3px;
}
.map-wrap .category-tab > ul > li .cont {
  display: none;
}
.map-wrap .category-tab > ul > li .cont ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
.map-wrap .category-tab > ul > li .cont ul li:last-child {
  margin-bottom: 4rem;
}
.map-wrap .category-tab > ul > li .cont ul li span {
  font-size: 1.8rem;
  color: #222222;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  position: relative;
  top: -2px;
}
.map-wrap .category-tab > ul > li .cont ul li span img {
  margin-right: 1rem;
}
.map-wrap .category-tab > ul > li .cont ul li p {
  font-size: 1.6rem;
  color: #666666;
}
.map-wrap .category-cont {
  position: absolute;
  right: 0;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.map-wrap .category-cont .cont {
  display: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 72%;
}
.map-wrap .category-cont .cont.active {
  display: block;
}
.map-wrap .category-cont .cont > * {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .map-wrap {
    padding: 10rem 0 15rem;
  }
  .map-wrap .category-tab {
    width: 100%;
    height: auto;
    margin-bottom: 5rem;
  }
  .map-wrap .category-cont {
    position: relative;
    width: 100%;
    top: unset;
    transform: unset;
  }
}
@media (max-width: 500px) {
  .map-wrap {
    padding: 5rem 0 10rem;
  }
  .map-wrap .category-tab > ul > li a {
    font-size: 2rem;
    padding: 2rem 0;
  }
  .map-wrap .category-tab > ul > li a i {
    right: 2rem;
    width: 15px;
    height: 15px;
  }
  .map-wrap .category-tab > ul > li.point a i {
    width: 15px;
    height: 2px;
  }
  .map-wrap .category-tab > ul > li .cont ul li:last-child {
    margin-bottom: 2rem;
  }
  .map-wrap .category-tab > ul > li .cont ul li {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
/**** 오시는 길 */
/********************************* 회사소개 */

/********************************* 제품소개 */
/**** POE */
.products-wrap {
  position: relative;
}
.products-wrap:before {
  content: "PRODUCT";
  position: absolute;
  z-index: -1;
  transition: 1s;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e8e8e8;
  font-size: 15rem;
  font-weight: 900;
  right: -1rem;
  top: -6rem;
}
.products-wrap .sub-line-tit.column p {
  font-size: 1.8rem;
}
.products-wrap .sec01 {
  padding-bottom: 10rem;
}
.products-wrap .sec02 {
  background: #f5f5f5;
  padding: 9rem 0;
  position: relative;
}
.products-wrap .sec02:before {
  content: "";
  display: block;
  background: url("/images/sub/products01-img06.png") no-repeat center / cover;
  position: absolute;
  width: 436px;
  height: 172px;
  top: 0;
  right: 0;
}
.products-wrap .sec02 ul {
  margin: 3.5rem -2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.products-wrap .sec02 ul li {
  width: 50%;
  padding: 0 2rem;
}
.products-wrap .sec02 ul li .border {
  border: solid 1px #dddddd;
  background: #fff;
  height: 100%;
  padding: 6rem 1rem;
  text-align: center;
}
.products-wrap .sec02 ul li .border .ico {
  height: 10rem;
  position: relative;
  margin-bottom: 2rem;
}
.products-wrap .sec02 ul li .border .ico:after {
  content: "";
  display: block;
  width: 6rem;
  height: 3px;
  background: #1b1c3e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.products-wrap .sec02 ul li .border p {
  font-size: 1.6rem;
  color: #666666;
}
.products-wrap .sec03 {
  padding-top: 8rem;
}
.products-wrap .sec03 .sub-line-tit small {
  font-size: 1.6rem;
  color: #666666;
  position: relative;
  top: -8px;
  margin-left: 2rem;
}
.products-wrap .sec03 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem -2rem 0;
}
.products-wrap .sec03 ul li {
  width: 33.3%;
  padding: 0 2rem;
  margin-bottom: 4rem;
}
.products-wrap .sec03 ul li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 86%;
  margin-bottom: 2rem;
  border: solid 1px #dddddd;
}
.products-wrap .sec03 ul li .img > div {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.products-wrap .sec03 ul li p {
  font-size: 1.8rem;
  color: #222222;
  font-weight: 600;
  text-align: center;
}

.poe-wrap .sec02 ul li {
  width: 33.3%;
}
.poe-wrap .sec03 ul li {
  width: 50%;
}
.poe-wrap .sec03 ul li .img {
  padding-bottom: 56%;
}

@media (max-width: 500px) {
  .products-wrap:before {
    display: none;
  }

  .products-wrap .sec01 {
    padding-bottom: 8rem;
  }
  .products-wrap .sec02 {
    padding: 8rem 0;
  }
  .products-wrap .sec02:before {
    display: none;
  }
  .products-wrap .sec02 ul {
    margin: 3.5rem -1rem 0;
  }
  .products-wrap .sec02 ul li {
    padding: 0 1rem;
  }
  .products-wrap .sec02 ul li .border {
    padding: 3rem 1rem;
  }

  .products-wrap .sec03 .sub-line-tit small {
    top: 0;
    margin-left: 0;
  }
  .products-wrap .sec03 ul {
    margin: 3rem -1rem 0;
  }
  .products-wrap .sec03 ul li {
    padding: 0 1rem;
    width: 100%;
  }
  .products-wrap .sec03 ul li:last-child {
    margin-bottom: 0;
  }

  .poe-wrap .sec02 ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .poe-wrap .sec02 ul li:last-child {
    margin-bottom: 0;
  }
}
/**** POE */
/********************************* 제품소개 */

/********************************* 인재채용 */
/**** 인재상 */
.talent-wrap .sec01 .img {
  display: flex;
  justify-content: flex-end;
}
.talent-wrap .sec01 .tit {
  padding: 6rem 0 8rem 10rem;
  border-bottom: solid 2px #1b1c3e;
  position: relative;
}
.talent-wrap .sec01 .tit:after {
  content: "";
  width: 8rem;
  height: 3px;
  background: #e51937;
  display: block;
  position: absolute;
  left: 0;
  top: 29%;
}
.talent-wrap .sec01 .tit h4 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #222222;
}
.talent-wrap .sec01 .tit h4 span {
  color: #e51937;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.talent-wrap .sec01 .list > li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #dddddd;
  padding: 5rem 0;
}
.talent-wrap .sec01 .list > li .ico {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.talent-wrap .sec01 .list > li .ico p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #222222;
  margin-top: 2rem;
}
.talent-wrap .sec01 .list > li .cont {
  width: 77%;
}
.talent-wrap .sec01 .list > li .cont h5 {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 2rem;
}
.talent-wrap .sec01 .list > li .cont ul li {
  margin-bottom: 1rem;
}
.talent-wrap .sec01 .list > li .cont ul li:last-child {
  margin-bottom: 0;
}
.talent-wrap .sec01 .list > li .cont ul li p {
  position: relative;
  font-size: 1.6rem;
  color: #666666;
  padding-left: 1.5rem;
}
.talent-wrap .sec01 .list > li .cont ul li p:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e51937;
  position: absolute;
  top: 9px;
  left: 0;
}

.talent-wrap .sec02 {
  display: flex;
  position: relative;
  padding: 10rem 0 8rem;
}
.talent-wrap .sec02 .img {
  width: 50%;
}
.talent-wrap .sec02 .txt-box {
  position: absolute;
  right: 0;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.talent-wrap .sec03 {
  position: relative;
}
.talent-wrap .sec03:after {
  content: "";
  width: 100%;
  bottom: 4px;
  height: 56rem;
  background: #f5f5f5;
  display: block;
  position: absolute;
  z-index: -1;
}
.talent-wrap .sec03 .maxinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.talent-wrap .shadow {
  box-shadow: 2px 0 10px rgba(0, 0, 0, 10%);
}
.talent-wrap .txt-box {
  width: 37%;
}
.talent-wrap .txt-box h5 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #222222;
  margin: 3rem 0;
}
.talent-wrap .txt-box p {
  font-size: 1.6rem;
  color: #666666;
  line-height: 1.5;
}

@media (max-width: 1800px) {
  .talent-wrap .sec02 .txt-box {
    padding-left: 5rem;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 500px) {
  .talent-wrap .sec01 .tit:after {
    width: 4rem;
    top: 18%;
  }
  .talent-wrap .sec01 .tit {
    padding: 2rem 0 3rem 6rem;
  }
  .talent-wrap .sec01 .tit h4 {
    font-size: 2rem;
  }
  .talent-wrap .sec01 .list > li {
    padding: 3rem 0;
  }
  .talent-wrap .sec01 .list > li .ico img {
    width: 60%;
  }
  .talent-wrap .sec01 .list > li .ico p {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .talent-wrap .sec01 .list > li .cont h5 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .talent-wrap .sec02 {
    flex-direction: column;
  }
  .talent-wrap .sec02 .img {
    width: 90%;
    margin: 0 auto;
  }
  .talent-wrap .sec02 .txt-box {
    width: 90%;
    position: relative;
    top: unset;
    transform: unset;
    padding-left: 0;
  }
  .talent-wrap .txt-box h5 {
    font-size: 2rem;
    margin: 1rem 0;
  }

  .talent-wrap .sec03:after {
    bottom: -20%;
  }
  .talent-wrap .sec03 .maxinner {
    flex-direction: column-reverse;
  }
  .talent-wrap .txt-box {
    width: 100%;
    margin: 3rem auto 0;
  }
}
/**** 인재상 */

/**** 채용공고 공통 */
.job-wrap .sub-tab-menu {
  margin-bottom: 8rem;
}
.job-wrap .sub-tab-menu ul {
  display: flex;
  align-items: center;
}
.job-wrap .sub-tab-menu ul li {
  flex: 1;
}
.job-wrap .sub-tab-menu ul li a {
  font-size: 1.8rem;
  color: #666666;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  transition: 0.3s;
  border: solid 2px #f5f5f5;
}
.job-wrap .sub-tab-menu ul li.active a {
  color: #e51937;
  font-weight: 600;
  border: solid 2px #e51937;
  background: #fff;
}

@media (max-width: 500px) {
  .job-wrap .sub-tab-menu {
    margin-bottom: 5rem;
  }
  .job-wrap .sub-tab-menu ul li a {
    font-size: 1.6rem;
    height: 6rem;
  }
}

/**** 채용공고 공통 */

/**** 채용공고 - FAQ */
.faq-wrap .sec01 .accordion-box > p {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.5rem;
}
.faq-wrap .sec01 .accordion-box > p:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #e51937;
  top: 9px;
  left: 0;
}
.faq-wrap .sec01 .accordion-box > p a {
  font-weight: 700;
  color: #e51937;
  text-decoration: underline;
  text-underline-position: under;
}
.faq-wrap .sec01 .accordion-box ul li {
  margin-bottom: 3rem;
  border: solid 1px #dddddd;
  cursor: pointer;
}
.faq-wrap .sec01 .accordion-box ul li .tit {
  display: flex;
  align-items: center;
  padding: 3rem;
  position: relative;
}
.faq-wrap .sec01 .accordion-box ul li .tit .ico {
  margin-right: 4rem;
}
.faq-wrap .sec01 .accordion-box ul li .tit p {
  font-size: 1.6rem;
  color: #222222;
}
.faq-wrap .sec01 .accordion-box ul li .tit i {
  background: url("/images/ico/ico-select-bottom03.png") no-repeat center /
    cover;
  position: absolute;
  width: 15px;
  height: 10px;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq-wrap .sec01 .accordion-box ul li .cont {
  display: none;
  padding: 3rem;
  background: #f5f5f5;
}
.faq-wrap .sec01 .accordion-box ul li .cont .flex-box {
  display: flex;
  align-items: flex-start;
}
.faq-wrap .sec01 .accordion-box ul li .cont .ico {
  margin-right: 4rem;
  flex-shrink: 0;
}
.faq-wrap .sec01 .accordion-box ul li .cont p {
  font-size: 1.6rem;
  color: #222222;
}
.faq-wrap .sec01 .accordion-box ul li .cont p span {
  color: #e51937;
}

.faq-wrap .sec01 .accordion-box ul li.active {
  border-top: solid 2px #e51937;
}
.faq-wrap .sec01 .accordion-box ul li.active .tit {
  border-bottom: solid 1px #dddddd;
}
.faq-wrap .sec01 .accordion-box ul li.active .tit i {
  background: url("/images/ico/ico-select-bottom03-r.png") no-repeat center /
    cover;
}

@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .faq-wrap .sec01 .accordion-box ul li .tit p {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .faq-wrap .sec01 .accordion-box ul li .tit {
    padding: 2rem;
  }
  .faq-wrap .sec01 .accordion-box ul li .tit i {
    right: 2rem;
  }
  .faq-wrap .sec01 .accordion-box ul li .tit .ico {
    margin-right: 2rem;
  }
  .faq-wrap .sec01 .accordion-box ul li .cont .ico {
    margin-right: 2rem;
  }
}
/**** 채용공고 - FAQ */

/**** 채용공고 - 채용안내 */
.guide-wrap .sec01 {
  padding-bottom: 9rem;
}
.guide-wrap .sec01 .table-wrap {
  margin-top: 6rem;
}
.guide-wrap .sec01 .table-wrap table {
  width: 100%;
}
.guide-wrap .sec01 .table-wrap table thead th {
  background: #1b1c3e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 1rem;
  border: solid 1px #dddddd;
}
.guide-wrap .sec01 .table-wrap table td {
  border: solid 1px #dddddd;
  font-size: 1.6rem;
  color: #666666;
  padding: 2rem 1rem;
  text-align: center;
}
.guide-wrap .sec01 .table-wrap table td.point {
  background: #f2f3f7;
  color: #222222;
  font-weight: 500;
}
.guide-wrap .sec01 .table-wrap table td ul {
  padding: 0 1rem;
}
.guide-wrap .sec01 .table-wrap table td ul li {
  margin-bottom: 1rem;
}
.guide-wrap .sec01 .table-wrap table td ul li:last-child {
  margin-bottom: 0;
}
.guide-wrap .sec01 .table-wrap table td ul li p {
  position: relative;
  text-align: left;
  padding-left: 1.5rem;
}
.guide-wrap .sec01 .table-wrap table td ul li p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #e51937;
  top: 10px;
}

.guide-wrap .sec02 {
  background-color: #f5f5f5;
  padding: 8rem 0 15rem;
}
.guide-wrap .sec02 .procedure-ico {
  margin: 3rem 0 5rem;
}
.guide-wrap .sec02 .procedure-ico ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -3rem;
}
.guide-wrap .sec02 .procedure-ico ul li {
  width: 20%;
  padding: 0 3rem;
  position: relative;
}
.guide-wrap .sec02 .procedure-ico ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("/images/ico/ico-arrow-right03.png") no-repeat center / cover;
}
.guide-wrap .sec02 .procedure-ico ul li:last-child:after {
  display: none;
}
.guide-wrap .sec02 .procedure-ico ul li .circle-box {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.guide-wrap .sec02 .procedure-ico ul li .circle-box .cont {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.guide-wrap .sec02 .procedure-ico ul li .circle-box p {
  font-size: 1.8rem;
  color: #222222;
  font-weight: 500;
  margin-top: 2rem;
}
.guide-wrap .sec02 .procedure-ico ul li .circle-box .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guide-wrap .sec02 .procedure-ico > p {
  position: relative;
  padding-left: 2rem;
  margin-top: 5rem;
  font-size: 1.6rem;
  color: #222222;
}
.guide-wrap .sec02 .procedure-ico > p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #e51937;
  top: 9px;
}
.guide-wrap .sec02 .procedure-ico > p a {
  color: #e51937;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}
.guide-wrap .sec02 .procedure-txt {
  border-top: solid 2px #1b1c3e;
}
.guide-wrap .sec02 .procedure-txt ul li {
  display: flex;
  padding: 3.5rem 0;
  border-bottom: solid 1px #dddddd;
}
.guide-wrap .sec02 .procedure-txt ul li .tit {
  display: flex;
  align-items: center;
  min-width: 35rem;
}
.guide-wrap .sec02 .procedure-txt ul li .tit span {
  font-size: 2rem;
  color: #e51937;
  font-weight: 700;
  margin-right: 1.5rem;
}
.guide-wrap .sec02 .procedure-txt ul li .tit p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #222222;
}
.guide-wrap .sec02 .procedure-txt ul li .cont p {
  font-size: 1.6rem;
  color: #666666;
}
.guide-wrap .sec02 .procedure-txt ul li .cont p b {
  color: #222222;
  font-weight: 600;
}
.guide-wrap .sec02 .procedure-txt ul li .cont p a {
  color: #e51937;
}
.guide-wrap .sec02 .procedure-txt .inquiry-btn {
  text-align: center;
  margin-top: 6rem;
}
.guide-wrap .sec02 .procedure-txt .inquiry-btn a {
  font-size: 1.8rem;
  color: #e51937;
  font-weight: 500;
  width: 24rem;
  height: 6.4rem;
  transition: 0.3s;
  border: solid 1px #e51937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.guide-wrap .sec02 .procedure-txt .inquiry-btn a:hover {
  background-color: #e51937;
  color: #fff;
}

@media (max-width: 1024px) {
  .guide-wrap .sec02 .procedure-ico ul li {
    width: 33.3%;
    margin-bottom: 2rem;
  }
  .guide-wrap .sec02 .procedure-ico ul li .circle-box .cont .ico img {
    width: 70%;
  }
  .guide-wrap .sec02 .procedure-ico ul li .circle-box p {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .guide-wrap .sec02 .procedure-txt ul li .tit {
    min-width: 20rem;
  }
}
@media (max-width: 500px) {
  .guide-wrap .sec01 .table-wrap table thead th {
    font-size: 1.6rem;
    padding: 1rem 0.5rem;
    word-break: break-all;
  }
  .guide-wrap .sec01 .table-wrap table td {
    padding: 1rem 0.5rem;
    word-break: break-all;
  }
  .guide-wrap .sec01 .table-wrap table td ul {
    padding: 0;
  }

  .guide-wrap .sec02 {
    padding-bottom: 12rem;
  }
  .guide-wrap .sec02 .procedure-ico ul li {
    width: 50%;
  }
  .guide-wrap .sec02 .procedure-ico ul li:nth-child(2n):after {
    display: none;
  }
  .guide-wrap .sec02 .procedure-ico > p {
    margin-top: 0;
  }

  .guide-wrap .sec02 .procedure-txt ul li {
    flex-direction: column;
    padding: 2rem 0;
  }
  .guide-wrap .sec02 .procedure-txt ul li .tit {
    min-width: unset;
    margin-bottom: 1rem;
  }
}
/**** 채용공고 - 채용안내 */

/**** 문의하기 */
.contact-wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 2px #000000;
  padding-bottom: 1rem;
}
.contact-wrap .top h4 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #222222;
}
.contact-wrap .top p {
  font-size: 1.6rem;
  color: #222222;
}
.contact-wrap .top p span {
  color: #e51937;
}
.form-wrap .form-itembox {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  margin: 0 -2.5rem;
}
.form-wrap .form-itembox .form-item {
  width: 100%;
  padding: 0 2.5rem;
}
.form-wrap .form-itembox .form-item h5 {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
}
.form-wrap .form-itembox .form-item h5:after {
  content: "*";
  color: #e51937;
  margin-left: 5px;
}
.form-wrap .form-itembox .form-item .form-box {
  margin-top: 2.5rem;
}
.form-wrap .form-itembox .form-item .form-box input {
  border: none;
  border-bottom: solid 1px #dbdbdb;
  font-size: 1.6rem;
  color: #222222;
  padding: 1rem 0;
  height: 4.5rem;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrap .form-itembox .form-item .form-box input::placeholder {
  color: rgba(34, 34, 34, 50%);
}
.form-wrap .form-itembox .form-item .form-box select {
  border: none;
  border-bottom: solid 1px #dbdbdb;
  font-size: 1.6rem;
  color: #222222;
  padding: 1rem 0;
  height: 4.5rem;
  width: 100%;
  background: url("/images/ico/ico-select-bottom02.png") no-repeat 95% 50% /
    12px 7px;
}
.form-wrap .form-itembox .form-item .form-box textarea {
  height: 24rem;
  border: solid 1px #dbdbdb;
  font-size: 1.6rem;
  color: #222222;
  padding: 2.5rem;
  width: 100%;
}
.form-wrap .form-itembox .form-item .form-box textarea::placeholder {
  color: rgba(34, 34, 34, 50%);
}
.form-wrap .form-itembox .form-item .form-box span {
  font-size: 1.6rem;
  color: #222222;
  margin: 0 1.5rem;
}

.form-wrap .form-itembox.phone .form-item .form-box select {
  width: 18rem;
}
.form-wrap .form-itembox.email .form-item .form-box select {
  width: 30rem;
  margin-left: 1.5rem;
}

.form-wrap .form-check .chk-box {
  display: flex;
}
.form-wrap .form-check .chk-box input[type="checkbox"] {
  display: none;
}
.form-wrap .form-check .chk-box label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 1.6rem;
  cursor: pointer;
}
.form-wrap .form-check .chk-box label span {
  display: block;
  position: relative;
  min-width: 3rem;
  height: 3rem;
  background: url("/images/ico/ico-check-none.png") no-repeat center center;
  background-size: cover;
  margin-right: 0.5em;
}
.form-wrap .form-check .chk-box input:checked + label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/ico/ico-check.png") no-repeat center center;
  background-size: cover;
  min-width: 3rem;
  height: 3rem;
}
.form-wrap .form-check .chk-box p {
  font-size: 2rem;
  color: #222222;
  margin-left: 1rem;
}
.form-wrap .form-check .chk-box p span {
  text-decoration: underline;
  text-underline-position: under;
  font-size: 2rem;
  font-weight: 700;
  color: #1b1c3e;
  display: inline-block;
  margin-top: -4px;
  cursor: pointer;
}
.form-wrap .form-check .chk-box p:after {
  content: "*";
  color: #e51937;
  font-weight: 700;
}

.form-wrap .btn-wrap {
  text-align: center;
  margin-top: 7rem;
}
.form-wrap .btn-wrap a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #e51937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 6.4rem;
  border: solid 1px #e51937;
  transition: 0.3s;
}
.form-wrap .btn-wrap a:hover {
  background-color: #e51937;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact-wrap .top h4 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .form-wrap .form-itembox {
    margin: 0 -1rem;
    padding: 2rem 0;
  }
  .form-wrap .form-itembox .form-item {
    padding: 0 1rem;
  }
  .form-wrap .form-itembox .form-item .form-box {
    align-items: center;
    display: flex;
    margin-top: 1rem;
  }
  .form-wrap .form-itembox.phone .form-item .form-box select {
    min-width: 10rem;
  }
  .form-wrap .form-itembox.email .form-item .form-box select {
    min-width: 12rem;
  }
  .form-wrap .form-itembox .form-item .form-box input {
    width: 100%;
  }
  .form-wrap .form-itembox .form-item h5 {
    font-size: 1.8rem;
  }

  .form-wrap .form-check .chk-box p {
    font-size: 1.8rem;
  }
  .form-wrap .form-check .chk-box p span {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .contact-wrap .top h4 {
    font-size: 2.2rem;
  }
}

/**** 문의하기 */

/**** 복리후생 */
.benefits-wrap .bg-box {
  position: relative;
  margin-bottom: 8rem;
}
.benefits-wrap .bg-box .txt {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  color: #fff;
}
.benefits-wrap .bg-box .txt:before {
  content: "";
  position: absolute;
  background: url("/images/ico/ico-logo-symbol.png") no-repeat center / cover;
  width: 252px;
  height: 218px;
  top: -50%;
  left: -50%;
}
.benefits-wrap .bg-box .txt h5 {
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.benefits-wrap .bg-box .txt h5:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
}
.benefits-wrap .bg-box .txt p {
  font-size: 2rem;
}
.benefits-wrap .bg-box .txt p b {
  font-weight: 700;
  position: relative;
  top: -1px;
}

.benefits-wrap .sec01 {
  margin-bottom: 10rem;
}
.benefits-wrap .sec01 .ico-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.benefits-wrap .sec01 .ico-list li {
  width: 33.3%;
  padding: 0 2rem;
  margin-bottom: 4rem;
}
.benefits-wrap .sec01 .ico-list li:nth-child(even) .box {
  border-top-color: #1b1c3e;
  background: #fafafa;
}
.benefits-wrap .sec01 .ico-list li .box {
  border: solid 1px #dddddd;
  height: 31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: solid 2px #e51937;
}
.benefits-wrap .sec01 .ico-list li .box .ico {
  height: 10rem;
}
.benefits-wrap .sec01 .ico-list li .box .txt {
  position: relative;
  text-align: center;
  padding-top: 2rem;
}
.benefits-wrap .sec01 .ico-list li .box .txt:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #1b1c3e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.benefits-wrap .sec01 .ico-list li .box .txt h6 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
}
.benefits-wrap .sec01 .ico-list li .box .txt p {
  font-size: 1.6rem;
  color: #666666;
}
.benefits-wrap .sec01 .knc-box {
  border: solid 1px #dddddd;
  padding: 3.5rem;
}
.benefits-wrap .sec01 .knc-box .tit {
  padding-bottom: 3rem;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 2rem;
}
.benefits-wrap .sec01 .knc-box .tit h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
  font-family: "Noto Sans KR";
  display: flex;
  align-items: center;
}
.benefits-wrap .sec01 .knc-box .tit h5 img {
  margin-right: 1.5rem;
}
.benefits-wrap .sec01 .knc-box ul li {
  margin-bottom: 1rem;
}
.benefits-wrap .sec01 .knc-box ul li:last-child {
  margin-bottom: 0;
}
.benefits-wrap .sec01 .knc-box ul li img {
  margin-right: 1rem;
}
.benefits-wrap .sec01 .knc-box ul li p {
  font-size: 1.6rem;
  color: #666666;
  position: relative;
  display: inline-block;
}

.benefits-wrap .sec02 {
  padding: 8rem 0 16rem;
  background-color: #f5f5f5;
}
.benefits-wrap .sec02 .box {
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 6rem 1rem;
  margin-bottom: 3.5rem;
  margin-top: 4rem;
}
.benefits-wrap .sec02 .box ul {
  display: flex;
  flex-wrap: wrap;
}
.benefits-wrap .sec02 .box ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefits-wrap .sec02 .box ul li span {
  border-radius: 23px;
  background: #1b1c3e;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 0.5rem 3rem;
  margin-bottom: 2rem;
}
.benefits-wrap .sec02 .list li {
  margin-bottom: 1rem;
}
.benefits-wrap .sec02 .list li:last-child {
  margin-bottom: 0;
}
.benefits-wrap .sec02 .list li p {
  position: relative;
  font-size: 1.6rem;
  color: #666666;
  padding-left: 1.5rem;
}
.benefits-wrap .sec02 .list li p:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e51937;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (max-width: 500px) {
  .benefits-wrap .bg-box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5rem;
  }
  .benefits-wrap .bg-box .txt {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    color: #222;
    margin-top: 3rem;
  }
  .benefits-wrap .bg-box .txt h5 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .benefits-wrap .bg-box .txt h5:after {
    background-color: #222;
  }
  .benefits-wrap .bg-box .txt p {
    font-size: 1.8rem;
  }

  .benefits-wrap .sec01 .ico-list ul {
    margin: 0 -1rem;
  }
  .benefits-wrap .sec01 .ico-list li {
    width: 50%;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  .benefits-wrap .sec01 .ico-list li .box {
    height: 25rem;
  }
  .benefits-wrap .sec01 .ico-list li .box .ico {
    height: 8rem;
    text-align: center;
  }
  .benefits-wrap .sec01 .ico-list li .box .ico img {
    width: 70%;
  }
  .benefits-wrap .sec01 .ico-list li .box .txt h6 {
    font-size: 1.8rem;
  }
  .benefits-wrap .sec01 .knc-box {
    padding: 2rem;
  }

  .benefits-wrap .sec02 {
    padding: 8rem 0 12rem;
  }
  .benefits-wrap .sec02 .box {
    padding: 5rem 2rem;
  }
  .benefits-wrap .sec02 .box ul li {
    width: 100%;
  }
  .benefits-wrap .sec02 .box ul li:first-child {
    margin-bottom: 2rem;
  }
  .benefits-wrap .sec02 .box ul li span {
    font-size: 1.6rem;
  }
}

/**** 복리후생 */
/********************************* 인재채용 */

/********************************* SSNS */
.ssns-wrap .sec01 {
  margin-bottom: 13rem;
}
.ssns-wrap .overview-img {
  align-items: center;
  justify-content: center;
}
.ssns-wrap .overview-img li:nth-child(2) {
  margin: 0 4rem;
}
.ssns-wrap .overview-img li:nth-child(2) img {
  top: 0;
}
.ssns-wrap .overview-img li:nth-child(1) {
  width: 36%;
}
.ssns-wrap .overview-img li:nth-child(3) {
  width: 20%;
}

.ssns-wrap .sec02 {
  position: relative;
  margin-bottom: 12rem;
}
.ssns-wrap .sec02:before {
  content: "";
  position: absolute;
  width: 80rem;
  height: 108rem;
  background: #f5f5f5;
  top: 18rem;
}
.journey-wrap {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0 12rem;
}
.journey-wrap .category-img {
  position: relative;
  z-index: 1;
}
.journey-wrap .category-tab {
  width: 50%;
  margin-top: 8rem;
  padding-left: 12rem;
  background-color: #fff;
}
.journey-wrap .category-tab > ul > li.point:before {
  right: 0;
  left: unset;
  width: 200%;
}
.journey-wrap .category-tab > ul > li .cont p {
  font-size: 1.6rem;
  color: #666666;
}
.journey-wrap .category-tab > ul > li .cont .btn-wrap {
  margin-top: 2.5rem;
}
.journey-wrap .category-tab > ul > li .cont .btn-wrap a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1b1c3e;
  border: solid 1px #1b1c3e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3.5rem;
  margin: 0 2rem 2rem 0;
  transition: 0.3s;
}
.journey-wrap .category-tab > ul > li .cont .btn-wrap a:last-child {
  margin-bottom: 0;
}
.journey-wrap .category-tab > ul > li .cont .btn-wrap a:hover {
  background-color: #1b1c3e;
  color: #fff;
}

.journey-wrap .category-tab > ul > li.point {
  padding-bottom: 5rem;
}

.ssns-wrap .sec02 .bg-wrap {
  position: relative;
}
.ssns-wrap .sec02 .bg-wrap:after {
  content: "";
  position: absolute;
  background: url("/images/sub/ssns-img05.png") no-repeat center / cover;
  top: -35%;
  right: 3.1%;
  width: 582px;
  height: 157px;
  z-index: -1;
}
.ssns-wrap .sec02 .bg-wrap .bg {
  position: relative;
  background: url("/images/sub/ssns-img03.png") no-repeat center / cover;
  padding: 12rem 1rem;
  margin: 0 6rem;
}
.ssns-wrap .sec02 .bg-wrap .txt h5 {
  font-size: 3.6rem;
  color: #ffffff;
  font-weight: 700;
}
.ssns-wrap .sec02 .bg-wrap .txt p {
  font-size: 1.8rem;
  color: #ffffff;
  margin-top: 1rem;
  position: relative;
}
.ssns-wrap .sec02 .bg-wrap .txt p:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
  display: block;
  margin: 2.5rem auto 2rem;
}
.ssns-wrap .sec02 .bg-wrap .txt a {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.ssns-wrap .sec02 .bg-wrap .txt a img {
  vertical-align: middle;
  margin-right: 1rem;
}
.ssns-wrap .sec02 .bg-wrap .bg {
  text-align: center;
}

.ssns-wrap .sec03 .sub-line-tit {
  margin-bottom: 5rem;
}
.ssns-wrap .sec03 .map-wrap {
  padding: 0;
}
.ssns-wrap .sec03 .map-wrap .map {
  margin-bottom: 6rem;
}
.ssns-wrap .sec03 .map-wrap .map iframe {
  width: 100%;
  height: 58rem;
}
.ssns-wrap .sec03 .map-wrap .cont {
  display: flex;
}
.ssns-wrap .sec03 .map-wrap .cont > * {
  width: 50%;
}
.ssns-wrap .sec03 .map-wrap .cont .txt {
  margin-top: 4rem;
  padding-right: 2rem;
}
.ssns-wrap .sec03 .map-wrap .cont .txt h5 {
  font-size: 2.6rem;
  color: #222222;
  font-weight: 600;
  margin-bottom: 3rem;
}
.ssns-wrap .sec03 .map-wrap .cont .txt .flex-box {
  margin-bottom: 2rem;
}
.ssns-wrap .sec03 .map-wrap .cont .txt .flex-box b {
  font-size: 2rem;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.ssns-wrap .sec03 .map-wrap .cont .txt .flex-box b img {
  margin-right: 1rem;
}
.ssns-wrap .sec03 .map-wrap .cont .txt .flex-box p {
  font-size: 1.8rem;
  color: #666666;
  margin-top: 1rem;
}

@media (max-width: 1400px) {
}
@media (max-width: 1024px) {
  .journey-wrap .category-tab {
    width: 70%;
    padding-left: 6rem;
  }
  .ssns-wrap .sec02 .bg-wrap:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .ssns-wrap .sec02:before {
    display: none;
  }
  .journey-wrap {
    flex-direction: column;
  }
  .journey-wrap .category-tab {
    width: 100%;
    background-color: unset;
    padding-left: 0;
    margin-top: 3rem;
  }
  .journey-wrap .category-tab > ul > li.point:before {
    width: 100%;
  }

  .ssns-wrap .sec02 .bg-wrap .bg {
    padding: 8rem 1rem;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .ssns-wrap .sec01 {
    margin-bottom: 7rem;
  }
  .ssns-wrap .overview-img li:nth-child(1) {
    width: 80% !important;
  }
  .ssns-wrap .overview-img li:nth-child(2) {
    margin: 2rem 4rem;
  }
  .ssns-wrap .overview-img li:nth-child(3) {
    width: 50% !important;
  }

  .journey-wrap {
    padding-bottom: 5rem;
  }

  .ssns-wrap .sec02 {
    margin-bottom: 8rem;
  }
  .ssns-wrap .sec02 .bg-wrap .bg {
    padding: 5rem 1rem;
  }
  .ssns-wrap .sec02 .bg-wrap .txt h5 {
    font-size: 2.6rem;
  }
  .ssns-wrap .sec02 .bg-wrap .txt a {
    font-size: 1.6rem;
  }
  .ssns-wrap .sec02 .bg-wrap .txt p:after {
    height: 20px;
    margin: 1.5rem auto 1rem;
  }

  .ssns-wrap .sec03 .sub-line-tit {
    margin-bottom: 3rem;
  }
  .ssns-wrap .sec03 .map-wrap .map iframe {
    height: 40rem;
  }
  .ssns-wrap .sec03 .map-wrap .cont {
    flex-direction: column-reverse;
  }
  .ssns-wrap .sec03 .map-wrap .cont > * {
    width: 100%;
  }
  .ssns-wrap .sec03 .map-wrap .cont .txt {
    margin-top: 2rem;
    padding-right: 0;
  }
  .ssns-wrap .sec03 .map-wrap .cont .txt h5 {
    font-size: 2.2rem;
  }
  .ssns-wrap .sec03 .map-wrap .cont .txt .flex-box b {
    font-size: 1.8rem;
  }
  .ssns-wrap .sec03 .map-wrap .cont .txt .flex-box p {
    font-size: 1.6rem;
  }
}
/********************************* SSNS */

.pp-wrap .gray-box {
  background-color: #f9f9f9;
  padding: 8rem 5rem;
}
.pp-wrap .gray-box p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.pp-wrap .gray-box a {
  color: #e51620;
}

.privacy-cont > b {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  font-family: "Pretendard";
  text-align: center;
  display: block;
  margin: 8rem 0;
}
.privacy-cont .box {
  margin-bottom: 5rem;
}
.privacy-cont .box h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.privacy-cont .box h4:before {
  content: "■";
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.4rem;
  vertical-align: middle;
}
.privacy-cont .box > p {
  font-size: 1.7rem;
  color: #222;
  margin: 1rem 0;
}
.privacy-cont .box .circle-list li {
  color: #222;
  font-size: 1.6rem;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.privacy-cont .box .circle-list li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #222;
  position: absolute;
  left: 0;
  top: 9px;
}
.privacy-cont .box .circle-list li p {
  margin-left: 1rem;
}

@media (max-width: 500px) {
  .pp-wrap {
    padding-top: 10rem;
  }
  .pp-wrap .gray-box {
    padding: 4rem 2rem;
  }
  .privacy-cont > b {
    margin: 3rem 0;
  }
}
