@charset "UTF-8";

@import url(../style/nanummyeongjo.css);

@font-face {
  font-family: "Noto Sans Korean", sans-serif;
  src: url("../font/noto-sans-kr-v12-latin-regular.eot"),
    url("../font/noto-sans-kr-v12-latin-regular.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  font-family: "Noto Sans Korean", sans-serif;
}
.tep > img {
  max-width: 100%;
  width: 100%;
}

.headerNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.headerNav .menu {
  display: inline-block;
  font-size: 14px;
  font-family: "Noto Sans Korean", sans-serif;
  color: #666565;
}
.headerNav .menu .menuHead {
  position: fixed;
  display: block;
  top: 20px;
  left: 18px;
  height: 23px;
  cursor: pointer;
}
.headerNav .menu .menuWord {
  position: fixed;
  display: block;
  top: 18px;
  left: 65px;
  font-size: 15px;
  font-weight: bold;
}
.headerNav .menu .headLogo {
  position: fixed;
  display: block;
  top: 15px;
  width: 100%;
  left: 43%;
}
.headerNav .rightVol {
  display: block;
  position: fixed;
  top: 13px;
  right: 20px;
}
.headerNav .rightVol ul li {
  float: left;
  margin-left: 5px;
}
.headerNav .rightVol p {
  margin-top: -2px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px;
  padding-top: 7px;
  display: block;
}
.headerNav .rightVol a {
  color: #005183;
  font-weight: bold;
}

.topDrop {
  position: fixed;
  top: 60px;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  max-width: 3000px;
  width: 100%;
}
.primary-menu {
  text-align: center;
  padding-left: 0px;
  margin: 0px auto;
}
/*pc와 모바일에서 드랍메뉴 바에 해당하는 영역 */
.menu-item.menu-item-type-custom {
  display: inline-block;
  margin: 30px 20px 150px 15px;
  vertical-align: top;
}
.floatR {
  width: 90%;
  float: none;
}
.menu-item.menu-item-type-custom a {
  color: rgb(0, 81, 131);
  font-size: 23px;
}
.menu-item.menu-item-type-custom .sub-menu li {
  line-height: 40px;
}
.menu-item.menu-item-type-custom .sub-menu a {
  font-size: 17px;
  color: rgb(51, 51, 51);
}

.content {
  overflow: hidden;
  margin-top: 50px;
  background-color: #f8f8f8;
}
.content .viewBox img {
  width: 100%;
}
.title {
  border: 1px solid #333;
  margin: 50px auto;
  padding: 20px;
  box-sizing: border-box;
  max-width: 940px;
}

.title p {
  text-align: center;
  font-size: 19px;
  line-height: 1.8em;
  letter-spacing: -0.3px;
  font-weight: 300;
}
.content > .tebBox {
  margin: auto;
  max-width: 940px;
}
.content > .tebBox > div {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 50px;
}
.tep {
  margin-top: 40px;
  padding: 40px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
}
.tep > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-weight: 300;
  line-height: 1.8em;
  float: left;
  letter-spacing: -0.3px;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: justify;
  max-width: 50%;
}
.tep > p > span {
  padding: 40px;
  text-align: justify;
  margin: auto;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 27px;
  font-size: 15px;
  width: auto;
}
.tep > p > span:nth-of-type(2) {
  display: block;
  margin: 50px auto;
  width: 90%;
  height: 600px;
  background-color: lightblue;
}
.tep > span {
  display: block;
  padding: 40px 60px 40px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: -0.3px;
}
.tep > span:last-of-type {
  font-size: 20px;
}
.tep > img {
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.tep > p > img {
  box-sizing: border-box;
  padding: 0px 180px 0px 210px;
}
.tep > div > img {
  width: 100%;
}
.fontS {
  display: block;
  text-align: center !important;
  padding: 80px !important;
  font-size: 20px !important;
}

.stop {
  padding: 20px;
  max-width: 100%;
  background-color: #f6f0f0;
}
.stop > p {
  margin: auto;
  text-align: center;
  line-height: 1.8em;
}
.stop > p > span {
  color: #00b08f;
  font-weight: bold;
  letter-spacing: -0.3px;
  font-size: 25px;
}

.text {
  background-color: #253995;
}
.text > div {
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}
.text > div:nth-of-type(2) {
  float: right;
  background-color: #253995;
  color: #fff;
}
.text > div > span {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.8em;
  letter-spacing: -2.5px;
  color: #fff;
}
.text > div > p {
  line-height: 30px;
  vertical-align: top;
  width: 100%;
  color: #fff;
}
.text > div > p > span {
  display: block;
  margin-bottom: 30px;
  border-left: 2px solid #fff;
  color: #fff;
  padding-left: 20px;
  font-style: italic;
  font-weight: bold;
}
.text > div > p > img {
  margin-bottom: -8px;
  margin-right: 10px;
  width: 30px;
}
.white {
  background-color: white;
}
.white > span,
.white > p {
  color: #333 !important;
}
.bx-wrapper,
.bx-viewport {
  max-width: 800px !important;
  height: 700px !important;
}
.bx-wrapper li {
  width: 800px !important;
}

.nav_links {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.nav_links > div {
  margin: auto;
  width: 54%;
}
.nav_links > div > a {
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  padding: 30px 0;
  margin: 30px 0;
  color: gray;
  width: 48%;
}

footer {
  height: 46px;
  position: relative;
  padding: 45px 50px 65px;
  background: rgb(235, 235, 235);
}
footer .leftWrap {
  float: left;
}
footer .leftWrap .ftLogo {
  float: left;
}
footer .leftWrap address {
  float: left;
  font-size: 12px;
  font-style: normal;
  color: rgb(155, 156, 158);
  margin-left: 20px;
  margin-top: 17px;
  font-family: "Noto Sans Korean", sans-serif;
}
footer .rightWrap {
  float: right;
}
footer select {
  margin-top: 5px;
  width: 300px;
  height: 30px;
}

.fontResizer {
  position: fixed;
  left: 1%;
  bottom: 1%;
  visibility: visible;
  z-index: 9999;
}
.fontResizer img {
  visibility: visible;
  height: 25px;
  width: 25px;
  margin-top: 2px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: block;
  border: none;
  z-index: 9999;
}

.subWrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 16px;
}
.section-height {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  padding: 10px;
}

p.pcm {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
p.pcm > span {
  color: yellow;
  font-weight: bold;
}
p.pcc {
  text-align: center;
  letter-spacing: -2.2px;
  color: #fff;
  font-weight: 300;
}
p.pcv {
  font-size: 23px;
  font-weight: bold;
  color: #549a5e;
  padding: 10px 0px;
}
p.pcv > span {
  font-size: 23px;
  border: 3px solid #549a5e;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 10px;
  border-top: 3px solid;
  border-left: none;
  border-right: none;
}
p.p-img {
  text-align: center !important;
  font-weight: bold;
}

.tep > p.pce {
  padding: 20px 0px;
}
.tep .stop {
  background-color: #253995;
  padding: 50px;
}
.tep .pcm-title {
  padding: 30px;
  font-weight: bold;
  font-size: 23px;
  color: #253995;
}
.tep .onbidWrap {
  overflow: hidden;
  display: flex;
}
.tep .onbidWrap .onbid-cnt {
  float: left;
  background-color: #253995;
}
.tep .onbidWrap .onbid-cnt > p {
  padding: 20px 30px 30px 30px;
  color: #fff;
  font-size: 19px;
  line-height: 1.8em;
  text-align: justify;
  font-weight: 300;
  letter-spacing: -1px;
}
.tep .onbidWrap .onbid-img {
  float: right;
  background-color: #253995;
}

.tep.rvim {
  padding: 0px 30px 30px 30px;
  margin-top: 0px;
}
.tep.post p img {
  padding: 0px;
  width: 100%;
  display: block;
  height: auto;
}

.outer-tep {
  display: flex;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 20px;
  background-color: #f6f0f0;
}
.outer-tep .inner-tep {
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
}
.outer-tep .inner-tep > p {
  box-sizing: border-box;
  font-family: "Nanum Myeongjo";
  font-size: 17px;
  line-height: 2;
  padding: 10px;
  text-align: left !important;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.set-pd {
  padding: 0px !important;
}
.pd30 {
  padding: 30px;
}
.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

/*내가 한 코딩 */
.img {
  margin-top: 15%;
}
img {
  max-width: 100%;
}
.img img:last-child {
  width: 30%;
}
.mviewBox img {
  display: none;
}

.reple {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

/* 모바일 버전 숨기기(mob)가 붙여진 부분 디스플레이 논 해놓기 */
.mob_nav_links {
  display: none;
}
.mob_footer {
  display: none;
}

@media all and (max-width: 640px) {
  /*    SNS 아이콘들 감추기 */
  .headerNav .rightVol {
    display: none;
  }
  /*    기사 목록보기 메뉴 감추기 */
  .headerNav .menu .menuWord {
    display: none;
  }
  /*    캠코 로고 위치 고정시키기*/
  .headerNav .menu .headLogo {
    display: block;
    position: fixed;
    left: 17%;
  }
  /*    푸터 부분 이전 페이지 다음 페이지 모바일 사이즈로 맞추기*/
  .nav_links {
    display: none;
  }
  .mob_nav_links {
    display: block;
    width: 100%;
    height: 100px;
  }
  .mob_nav_links a {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    color: #666;
  }
  /*    모바일 버젼 푸터 아이콘들 */
  footer {
    padding-top: 20px;
  }
  .mob_footer {
    display: block;
    /*        border-bottom: 1px solid #ccc;*/
  }
  .mob_footer ul li a {
    float: right;
    width: 40px;
    height: 40px;
  }
  .mob_footer ul .home {
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .mob_footer ul .sns {
  }
  .viewBox img {
    display: none;
  }
  .mviewBox img {
    display: block;
    max-width: 100%;
  }
}
