@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

header {
  position: fixed;
  background-color: #ff7d1d;
  width: 100%;
  height: 50px;
  color: #fff;
  padding-top : 3px;
  z-index: 10;    
  border-radius: 10px 10px 0px 0px;
}


.headerInner {
  width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo img {
  width: 90px;
}

.headerList_con{
  display: none;
}

.headerList_con.active {
  display: block;
  width: 50%;
  padding: 0 10px;
  background: #00a1e9;
  position: absolute;
  right: 0;
  top: 0px;
  height: calc(100vh - 0px);
  z-index: 10;
  padding-top: 20px;
  animation: translate 0.8s alternate;
}

.headerList_con .close_headerList{
  display: none;
}

.headerList_con.active .close_headerList{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  /*background: #4c6abf;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.headerList_con.active .close_headerList img{
  width: 20px;
  height: 20px;
}

.side_menu_logo{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  box-sizing: border-box;
  bottom: 80px;
}

.headerList_con.active{
  display: block;
}

.container {
  padding-top: 50px;
}

@keyframes translate {
  0% {
    margin-right: -30%;
  }
  100% {
    margin-right: 0;
  }
}

@keyframes translate1 {
  0% {
    margin-right: 0%;
  }
  100% {
    margin-right: -30%;
  }
}
.headerList_con.active .headerList {
  margin-top: 32px;
}

.headerList_con.active .headerList li {
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 1.5rem;
}

.headerList_con.active .headerList li > a {
  display: flex;
  align-items: center;
}

.headerList_con.active .headerList li > a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("./../images/icon/icHomeHeader.png") no-repeat center center /
    cover;
  margin-right: 10px;
}

.headerList_con.active .headerList li.register > a::before {
  background-image: url("./../images/icon/icRegister.png");
}

.headerList_con.active .headerList li.login > a::before {
  background-image: url("./../images/icon/icUser.png");
}

.headerList_con.active .headerList li a {
  color: #fff;
  font-size : 14pt;
}

.hambuger {
  cursor: pointer;
  margin: 8px 0;
}

.hambuger span {
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.blackBg {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.blackBg.active {
  display: block;
}
.inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.title {
  font-size: 2.8125rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.companyBox {
  text-align: center;
  margin-bottom: 23px;
}

.companyBox .title {
  line-height: 1.1;
  margin-bottom: 15px !important;
  border: none !important;
}

.arsPhone {
  font-size: 2.2rem;
  color: #2196f3;
  border-bottom: 2px solid #2196f3;
  display: inline-block; line-height: 1;padding-bottom: 1px;
}
.phone-icon {
  height: 1.85rem;
  vertical-align:middle;
  margin:0 2px;
  padding-bottom: 2px;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(112%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section1 {
  padding: 15px 5px;
/*  background-color: #f9f9f9; */
}

.section1 .title {
  margin-bottom: 3px;
  border-bottom: 0.22rem solid #fbc729;    
}

.leftBox {
  margin: 0 auto;
  padding: 20px 20px 10px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(206, 202, 197, 0.5);
  margin-bottom: 20px;
}

.boxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.boxList > li {
  text-align: center;
  flex: 1 1 0;
  margin-bottom: 13px;
}

.boxList > li.list {
  margin-bottom: 0;
}

.boxList > li div {
  width: 127px;
  height: 127px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(206, 202, 197, 0.5);
  background-color: #fff;
  position: relative;
}

.boxList > li div > img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section1 .boxList li {
  flex: 1 0 auto;
  width: 33%;
}

.section1 .boxList > li div {
  width: 85px;
  height: 85px;
  border-radius: 10px;
}


@media screen and (min-width: 961px) {
    .section1 .boxList > li div > img {
      width: 65%;
    }
}

@media screen and (max-width: 960px) {
    .section1 .boxList > li div > img {
      width: 60%;
    }
}


.boxList .boxDec {
  font-size: 1.675rem;
  color: #858585;
  margin-top: 4px;
}

.jobOpen {
  background-color: #ff7d1d;
  padding: 20px 40px;
  border-radius: 15px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.jobOpen br {
  display: none;
}
.jobSeeker {
  padding: 20px 40px;
  background-color: #2196f3;
  border-radius: 15px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.rightBox .title {
  margin-bottom: 13px;
  text-align: left;
  color: #fff;
}

.rightBox .decs {
  font-size: 1.675rem;
  margin-bottom: 20px;
}

.buttonWrap a {
  display: block;
  width: 250px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.775rem;
  border: 1px solid rgb(255, 248, 238);
  box-shadow: 0px 0px 15px 0px rgba(231, 112, 105, 0.4);
  border-radius: 33.5px;
  line-height: 65px;
  background: url(../images/icon/icWhiteRight.png) no-repeat 92% center;
}

.buttonWrap a:last-of-type {
  margin-bottom: 0;
}

.buttonWrap a > span {
  display: inline-block;
  text-indent: 18px;
}

.jobSeeker .buttonWrap a {
  box-shadow: 0px 0px 15px 0px rgba(29, 123, 197, 0.4);
}

.bottomBox {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
  text-align: center;
}

.bottomBox .imgBox {
  text-align: center;
  margin-bottom: 18px;
}

.bottomBox .imgBox img {
  height: 40px;
}

.bottomBox .subTitle {
  color: #858585;
  font-size: 1.675rem;
  margin-bottom: 5 px;
}

.bottomBox .subDecs {
  color: #a2a2a2;
  font-size: 1.25rem;
}

.bottomBox > div {
  position: relative;
  flex: 1 1 0;
}

.bottomBox > div::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #f0f0f0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bottomBox > div:last-of-type::after {
  display: none;
}

.bottomBox .subDecs img {
  display: inline-block;
  margin-left: 4px;
}

.bottomBox .chat .subTitle {
  color: #ff7d1d;
  font-weight: 700;
}

#telWrap .subTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupWrap {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.popup {
  display: none;
  width: 360px;
  text-align: center;
  padding: 35px;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1;
}

.popupDecs {
  font-size: 1.15rem;
  margin-bottom: 20px;
}

.close {
  margin: 0 auto;
  width: 140px;
  height: 36px;
  border-radius: 8px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}

.popup.active {
  display: block;
}

.popupWrap.active {
  display: block;
}

.section2 {
  padding: 60px 0 80px;
  background-color: #fff8ee;    
}

.section2 .titleBox .title.fadeUp {
  animation: fadeUp 2.8s;
  opacity: 1;
}

.section .titleBox {
  text-align: center;
}

.section .titleBox .title {
  margin-bottom: 40px;
  opacity: 1;
}

.section .titleBox .decs {
  font-size: 1.4375rem;
  color: #858585;
}

.section2 .boxList {
  margin-top: 20px;
}

.section2 .boxList > li {
  flex: 1 0 auto;
  width: 50%;
}

.section2 .boxList > li > div {
  margin-bottom: 10px;
}

.section2 .boxDec {
  margin-bottom: 8px;
  color: #000;
}

.section2 .boxSubDec {
  color: #a2a2a2;
  font-size: 1.25rem;
}

.section3 {
  padding: 80px 0;
  background-color: #ffffff;
}

.section3 .titleBox .title.fadeUp {
  animation: fadeUp 2.8s;
  opacity: 1;
}

.section3 .decs {
  margin-bottom: 40px;
}

.slideArea {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.section3 .slideDecs {
  font-size: 1.56rem;
  color: #fff;
  margin-top: 40px;
  text-align: center;
  border: 1px solid #bdb8b8;
  border-radius : 20px;
  background-color : #bdb8b8;
  
}

.section3 .slide {
  width: 80%;
  padding: 0 20px;
}

.section3 .slide img {
  width: 100%;
}

.section3 .youtubeArea {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50%;
  overflow: hidden;
  border-radius: 30px;    
}

.youtubeArea iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.section4 {
  padding: 80px 0;
  background-color: #fff8ee;    
}

.section4 .titleBox .title.fadeUp {
  animation: fadeUp 2.8s;
  opacity: 1;
}

.section4 .map {
  margin-top: 40px;
  text-align: center;
}

.section4 .map img {
  @media screen and (max-width: 640px) {
      width: 100%;
  }      
  @media screen and (min-width: 641px) {
    width: 70%;
  }
    
}
.section5 {
  padding: 85px 0 32px;
  background-color: #eee;
}

.section5 .titleBox .title.fadeUp {
  animation: fadeUp 2.8s;
  opacity: 1;
}

.section5 .decs {
  margin-bottom: 60px;
}

.section5 .blogList {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.blogList li {
  margin-bottom: 48px;
  margin-right: 16px;
  width: 47%;
}

.blogList li:nth-child(2n) {
  margin-right: 0;
}

.blogList li img {
  width: 80%;
}

.blogList .blogDecs {
  margin-top: 10px;
  color: #000;
  font-size: 1.25rem;
}

.section6 {
  padding: 80px 0 58px;
}

.section6 .titleBox .title.fadeUp {
  animation: fadeUp 2.8s;
  opacity: 1;
}

.section6 .decs {
  margin-bottom: 76px;
}

.section6 .LogoWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.LogoWrap li {
  width: 50%;
  margin: 0 auto 20px;
  text-align: center;
}

.LogoWrap li.logoList {
  margin-bottom: 0;
}
.section7 {
  padding-top: 70px;
  padding-bottom: 86px;
  background-color: #eee;
}

.section7 .titleBox .title.fadeUp {
  animation: fadeUp 2.8s;
  opacity: 1;
}

.section7 .decs {
  margin-bottom: 60px;
}

.tabMenuWrap {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabMenu {
  display: inline-block;
  width: 140px;
  height: 56px;
  margin-right: 12px;
  margin-bottom: 20px;
  line-height: 56px;
  border-radius: 28.25px;
  background-color: #e1e0df;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer
}

.tabMenu.select {
  background-color: #ff7d1d;
  color: #fff;
}

.tabContent {
  border-top: 2px solid #282828;
  margin-top: 16px;
  width: calc(100% - 40px);
  margin: 16px auto 100px;
}

.qnaList li > div {
  border-bottom: 1px solid #ccc;
  font-size: 1.4375rem;
  padding: 10px 20px;
  box-sizing: border-box;
}

.question {
  margin-top:20px;
  margin-left:-15px;
  font-weight: 700;
  background: url("../images/icon/icCheDown.png") no-repeat 100% center;
  background-size: 10px 5px;    
  cursor: pointer
}


.QA {
  font-size: 1.875rem;
  color: #ff7d1d;
  font-weight: 700;
  display: inline-block;
  margin-right: 14px;
}

.answer {
  background: #fff;
  display: none;
}

.answer.show {
  display: block;
}

.answer > p {
  color: #a1a1a1;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.paging ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging li {
  display: inline-block;
  margin: 0 20px;

  color: #767676;
  font-size: 1.675rem;
}

.paging li a {
  color: #767676;
}

.paging li.active {
  border-bottom: 2px solid #000;
  color: #000;
}
.paging li.active a {
  color: #000;
}

footer {
  background-color: #323232;
  color: #8a8a8a;
  font-size: 1.675rem;
  padding: 80px 0 118px;
}

footer > div {
  width: calc(100% - 40px);
  margin: 0 auto;
}

footer .topList {
  padding-bottom: 40px;
  border-bottom: 1px solid #646464;
}

footer a {
  color: #8a8a8a;
}

.footerLogo {
  margin-bottom: 33px;
}
.topList li {
  display: inline-block;
  position: relative;
}

.topList li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #8a8a8a;
  margin: -4px 10px;
}

.topList li:last-child::after {
  display: none;
}

.footerBottom {
  padding-top: 40px;
}

.bottomList {
  line-height: 2;
}

.bottomList .border {
  display: inline-block;
}

.bottomList .border::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #8a8a8a;
  margin: -4px 4px;
}

.bottomList .border + li {
  display: inline-block;
}

@media screen and (min-width: 480px) {
  .section1 .boxList li {
    width: 33%;
    flex: 1 0 auto;
  }

  .section2 .boxList li {
    flex: 1 0 auto;
    width: 50%;
  }

}

@media screen and (min-width: 640px) {
  html {
    font-size: 100%;
  }
  .inner {
    width: 600px;
  }

  header .logo img {
    width: 132px;
  }

  header {
    position: fixed;
    background-color: #ff7d1d;
    width: 100%;
    height: 80px;
    align-items: center;
    color: #fff;
    z-index: 10;
    display: flex;
    padding-top:0 ;
    /* border-radius: 10px 10px 0px 0px;  */
  }
    
.container {
  padding-top: 105px;
}    
    
  header .logo img {
    width: 132px;
  }

  .hambuger {
    cursor: pointer;
    margin: 5px 0;
 
  }
  .hambuger span {
    width: 43px;
    height: 5px;
    margin-bottom: 9px;
  }


  .headerList_con.active .headerList {
    margin-top: 48px;
  }

  .headerList_con.active {
    top: 1px;
    height: calc(100vh - 1px);
  }

  .headerList_con.active .close_headerList{
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  
  .headerList_con.active .close_headerList img{
    width: 23px;
    height: 23px;
  }

  .headerList li > a::before {
    width: 30px;
    height: 30px;
  }

  .leftBox {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section1 .boxList > li div {
    width: 92px;
    height: 127px;
    border-radius: 30px;
  }

  .section1 .boxList li {
    width: auto;
    margin-right: 44px;
  }

  .section1 .boxList li:nth-child(3n) {
    margin-right: 0;
  }

  .buttonWrap {
    display: flex;
  }

  .buttonWrap a {
    margin-bottom: 0;
  }

  .buttonWrap a:first-child {
    margin-right: 18px;
  }
  .section2 .boxList {
    width: 600px;
    margin: 60px auto 0;
  }

  .slideArea {
    width: 600px;
    margin: 0 auto;
  }
  .section5 .blogList {
    width: 600px;
    margin: 0 auto;
  }

  .section6 .LogoWrap {
    width: 600px;
  }

  .LogoWrap li {
    width: 33%;
  }

  .section7 .tabMenuWrap {
    width: 600px;
    margin: 0 auto;
    display: block;
  }

  .tabContent {
    width: 600px;
  }

  .tabMenu {
    margin-right: 8px;
  }
  .tabMenu:nth-child(4n) {
    margin-right: 0;
  }

  footer > div {
    width: 600px;
  }
  footer > div.topList {
    width: 500px;
  }
}

/*소개서다운로드*/
.form-box {
  display: none;
  position: fixed !important;
  background: #fff;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cbcbcb;
  padding: 0;
  z-index: 30;
  border-radius: 10px;
}
.form-box.on {
  display: block;
}
.title_con {
  display: flex;
  justify-content: space-between;
  background: #00aeef;
  padding: 10px 15px !important;
  align-items: center;
  border-radius: 10px 10px 0 0;

}
.title_text {
  font-size: 20px;
  color : #fff;
  font-weight: 400;
}

.title_text_none {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    cursor : pointer;  
}

.title_text_none img {
  width: 16px;
  height:16px;
  margin: 7px 0 0 0px;   
}
.form_com {
  display: block;
  justify-content: center;
  text-align: left;
  margin: 10px 0;
  font-size:18px;
}
strong.t {
  width: 100px;
  text-align: left;
  font-weight:500;
  padding-top: 6px;    
}
.fcf-form-control {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  height : 30px
}
div#terms {
  box-shadow: 5px 5px 10px 3px #b9b9b9;
  border: 1px solid rgb(221, 221, 221);
  position: fixed;
  padding: 10px;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  text-align: left;
  border-radius: 10px;
}
div#terms.on{
  display: block;
}
form#fcf-form-id {
  margin: 30px 10px;
}



.title_text_none2 {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-color: #dddcd7;
    border-radius: 100%;
    cursor : pointer;  
}

.title_text_none2 img{
    width: 18px;
    height : 18px;
    margin: 5px 0 0 5px;    
}

.form_con {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.form_con4 input.btn {
  padding: 10px 30px;
  margin-top: 20px;
  background: #00aeef;
  font-weight: 900;
  color: #fff;
  font-size: 15px;  
  border-radius : 35px;    
  cursor : pointer;  
}

div#terms strong {
  font-size: 20px;
  border-bottom: 1px dotted;
  width: 100%;
  display: flex;
  padding-bottom: 10px;
  color: #414141;
}
div#terms div {
  text-align: left;
  margin-bottom: 5px;
  font-size: 13px;
}

.ckbox label {
  display: flex;
  width: 100%;
  font-size : 15px;    
  margin: 0 auto;
  justify-content: space-between;
}
span#terms-link {
  background: #ff7d1d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;    
  cursor : pointer;  
}

.order_iframe {
/*   display: none; */
  position: fixed;
  width: 640px;
  background: #fff;
  z-index: 9001; /* ★★★★★Order iFrame */
  height: 100%;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1.0s;
  /* transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); */
}
.order_iframe.on {
/*   display: block; */
  top: 10px;
  z-index: 6001;
  height: 100%;
  transition: all 0.3s;
}
/*
.title_text_none3 {
    z-index: 40;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-color: #dddcd7;
    border-radius: 100%;
    cursor : pointer;  
}
*/

.title_text_none3 {
    margin-bottom: -48px;
    width: 100%;
    z-index: 40;
    position: relative;
    text-align: right;
    top: -2px;
    right: 10px;
}

.title_text_none3 img {
    width: 18px;
    height : 18px;
    padding: 8px;    
    background-color: #62625f;
    border-radius: 100%;
    cursor : pointer;  
}


.bk_background {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.bk_background.on {
  z-index: 29;
  pointer-events: all;
  opacity: 1;
}
.order_iframe iframe{
  margin: 0 auto;
  padding: 0px;
  border: 0;
}

@media screen and (max-width: 640px){
  .form-box{width: 98%;}
  div#terms strong{font-size: 16px;}
  .order_iframe{width: 98%;}
  .companyBox {padding-top: 10px;}
}
