/* //팝업  ---------------------------------------------------------------*/
.modal-dialog .check-area {
  float: left;
  width: 80%;
  text-align: left;
  color: #333;
}

.modal-dialog .modal-footer .pop-close {
  float: right;
  width: 20%;
  text-align: right;
  display: block;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: 500;
}

/*시작 팝업  드레그*/
.modal.start_pop {
  position: absolute;
  top: 110px;
  left: 10px;
  width: auto;
  height: auto;
  right: auto;
  bottom: auto;
  cursor: move;
}

.modal.start_pop .modal-header {
  padding-bottom: 0;
  padding-top: 10px;
}

.modal.start_pop .modal_standard {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .modal.start_pop {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    bottom: 0;
    left: 0 !important;
    width: 100%;
  }
  .modal.start_pop .modal_standard {
    position: fixed;
    left: 0;
    top: 70px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  .modal.start_pop .modal-body {
    max-height: 300px;
    overflow-y: auto;
  }
}

/* // 플로그인   ---------------------------------------------------------------*/
/*팝업 */
.mfp-content {
  text-align: center;
}

.pop-con {
  position: relative;
  display: inline-block;
  padding: 0;
  background-color: #fff;
}

.video-pop {
  position: relative;
  display: inline-block;
}

.video-pop.pop-con .mfp-close {
  background: url(../images/icon/close_i.png) no-repeat 0 0;
  background-size: 30px auto;
  top: -40px;
}

.pop-con.video-pop {
  margin: 0 2%;
  width: 96%;
  padding: 0;
  max-width: 900px;
}

.pass-pop-box {
  width: 400px;
}

.pass-pop-box .pass-pop-head {
  position: relative;
  padding: 10px;
  background-color: #e3444f;
  border: solid 1px #e3444f;
  color: #fff;
}

.pass-pop-box .pass-pop-content {
  padding: 20px 10px 20px 10px;
  background-color: #fff;
  border: solid 1px #e3444f;
}

.pass-pop-box .btn-pass-01 {
  display: inline-block;
  padding: 4px 25px;
  color: #fff;
  background-color: #151515;
  border-radius: 5px;
  font-size: 15px;
}

.pop-con.close-02 .mfp-close {
  color: #fff;
}

.modal_standard {
  position: fixed;
  left: 0;
  top: 0;
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.modal_wrap {
  display: table-cell;
  vertical-align: middle;
  position: static;
  top: 50%;
}

.modal_con {
  min-height: 50px;
}

.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 35px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open {
  overflow-x: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 300;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 auto;
    display: inline-block;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    width: 96% !important;
    margin: 0 2%;
  }
}

.mfp-content {
  text-align: center;
}

/* 200519 JTS */
.battery-group {
  align-items: center !important;
}

.battery-group .battery-arrow {
  height: 3.5em !important;
}


/* 200604 JTS */
.nav .nav-depth1-item {
  margin-right: 3vw;
}

@media screen and (max-width:1600px) {
  .nav .nav-depth1-link {
    font-size: 1rem;
  }
}

.page-nav-depth1-item {
  max-width: 22.875rem;
}

@media screen and (max-width:1024px) {
  .page-nav-depth1-item {
    max-width: 50%;
  }
}

.enviro-btween_bx .txt-bx .txt-h .tit {
  font-size: 1.25rem !important;
  padding: 0 10px;
}

.talented-person-list .desc-bx .desc-txt {
  padding: 0 16px;
}

.process-wrap .process-bx-list {
  display: block !important;
  padding: 10px 10px 30px;
  height: auto !important;
}

table tr .anwer_off,
table tr .anwer_on {
  width: auto !important;
  padding: 0 10px !important;
}

.page-nav-depth1-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width:576px) {
  .page-nav-depth1-link {
    padding-right: 40px;
  }
}

.header .logo a {
  width: 189px;
  height: 32px;
}

/* 200605 JTS */
.lang-box {
  color: #fff;
  margin-right: 32px;
}

.lang-box a {
  color: #fff;
}

.header.type-white .lang-box,
.header.type-white .lang-box a {
  color: #333 !important;
}

.aside .lang-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}

.aside .lang-box a {
  margin: 0 4px;
}

.aside .lang-box,
.aside .lang-box a {
  color: #333;
}

@media screen and (max-width:1024px) {
  .header .lang-box {
    display: none;
  }
}
