#wrap.subPage #header {
  position: relative;
  top: 0px;
  left: 0px;
}

#wrap.subPage #gnbBox{
  top:27px;
  right: 159px;
}

#wrap.subPage #gnbBox ul li::after{
 top: 7px;
}

#wrap.subPage #gnbBox ul li a {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  transition: color .3s;

}

#wrap.subPage #gnbBox ul li a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  font-family: "Malgun Gothic";
}

#wrap.subPage #gnbBox ul li a:hover {
  color: #2871fc;
}



#wrap.subPage #footer-wrap {
  position: relative;
  background-color: #333;
}


#subVisual {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
}

#subVisual.sv01 {
  background-image: url(../img/Earth1950.jpg);
}

#subVisual.sv02 {
  background-image: url(../img/Earth1950.jpg);
}

#subVisual .subTitle {
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  line-height: 300px;
  color: #fff;
}


#loc-box {width: 100%; height: 50px; margin-bottom: 50px; background-color: #0d47a1; /* border-top: 1px solid #0d47a1; border-bottom: 1px solid #0d47a1;*/ }
    #loc-box .loc-home-ico {display: block; width: 50px; height: 50px; border-left: 1px solid #919aab; border-right: 1px solid #919aab; float: left;}
      #loc-box .loc-home-ico img {padding-left: 1px;}

  #loc-box .safeBox {height: 50px;}
    #loc-box .loc-dpth01 {font-family: "Malgun Gothic"; width: 219px; height: 50px; line-height: 50px; text-indent: 40px; font-size: 14px; font-weight: 300; color: #fff; border-right: 1px solid #919aab; /*border-bottom: 1px solid #626f87;*/ cursor: pointer; float: left; background-image: url(../img/loc-dpth01-off.png); background-repeat: no-repeat; background-position: 85% 0%;}
    #loc-box .loc-dpth01.on {background-image: url(../img/loc-dpth01-on.png);}
      #loc-box .loc-dpth01-list {font-family: "Malgun Gothic"; display: none; position: absolute; top: 50px; left: 51px; z-index: 999;}
        #loc-box .loc-dpth01-list ul li a {display: block; width: 219px; height: 50px; line-height: 48px; text-indent: 40px; font-size: 14px; color: #fff; border-left: 1px solid #919aab; border-right: 1px solid #ddd; border-bottom: 1px solid #919aab; background-color: rgba(98,111,135,0.9);}
        #loc-box .loc-dpth01-list ul li a:hover {background-color: #626f87;}

    #loc-box .loc-dpth02 {font-family: "Malgun Gothic"; width: 219px; height: 50px; line-height: 50px; text-indent: 40px; font-size: 14px; color: #fff; font-weight: 300; border-right: 1px solid #919aab; /*border-bottom: 1px solid #626f87;*/ cursor: pointer; float: left; background-image: url(../img/loc-dpth02-off.png); background-repeat: no-repeat; background-position: 85% 0%;}
    #loc-box .loc-dpth02.on {background-image: url(../img/loc-dpth02-on.png);}
      #loc-box .loc-dpth02-list {font-family: "Malgun Gothic"; display: none; position: absolute; top: 50px; left: 271px; z-index: 999;}
        #loc-box .loc-dpth02-list ul li a {display: block; width: 219px; height: 50px; line-height: 50px; text-indent: 40px; font-size: 14px; color: #fff; border-left: 1px solid #919aab; border-right: 1px solid #919aab; border-bottom: 1px solid #919aab; background-color: rgba(98,111,135,0.9);}
        #loc-box .loc-dpth02-list ul li a:hover {background-color: #626f87;}

    #loc-box .loc-dpth03 {font-family: "Malgun Gothic"; width: 495px; height: 50px; line-height: 50px; text-indent: 40px; font-size: 14px; color: #fff; font-weight: 300; border-right: 1px solid #919aab; /*border-bottom: 1px solid #626f87;*/ cursor: pointer; float: left; background-image: url(../img/loc-dpth02-off.png); background-repeat: no-repeat; background-position: 95% 0%;}
    #loc-box .loc-dpth03.on {background-image: url(../img/loc-dpth02-on.png);}
      #loc-box .loc-dpth03-list {font-family: "Malgun Gothic"; display: none; position: absolute; top: 50px; left: 491px; z-index: 999;}
        #loc-box .loc-dpth03-list ul li a {display: block; width: 495px; height: 50px; line-height: 50px; text-indent: 40px; font-size: 14px; color: #fff; border-left: 1px solid #919aab; border-right: 1px solid #919aab; border-bottom: 1px solid #919aab; background-color: rgba(98,111,135,0.9);}
        #loc-box .loc-dpth03-list ul li a:hover {background-color: #626f87;}


#pageTitle::before {
  display: block;
  content: '';
  width: 1px;
  height: 35px;
  margin: 0 auto;
  background-color: #333;
}

#pageTitle {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  }


#contentBox {
  padding: 50px 0px;
}

#loc-box.fix {position: fixed;; top:0px; left: 0px; z-index: 999;}
