.sub-visual {
  padding-top: 260px;
  padding-bottom: 215px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-visual.K01 {
  background-image: url(/image/sub/sv01.jpg);
}

.sub-visual.K02 {
  background-image: url(/image/sub/sv02.jpg);
}

.sub-visual.K03 {
  background-image: url(/image/sub/sv03.jpg);
}

.sub-visual.K04 {
  background-image: url(/image/sub/sv04.jpg);
}

.sub-visual p {
  line-height: 0.77em;
  font-weight: 900;
  color: #fff;
  font-size: 65px;
  text-transform: uppercase;
}

.sub-visual .lnb {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-visual .lnb li {
  margin-right: 35px;
}

.sub-visual .lnb li a {
  color: #999;
  font-size: 18px;
}

.sub-visual .lnb li.active a {
  color: #fff;
  border-bottom: 2px solid #006bb7;
  padding-bottom: 15px;
}

.sub-visual .lnb.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 35px 0px 25px 315px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  z-index: 999999;
}

.sub-visual .lnb.fix li.active a {
  color: #222;
  font-weight: 600;
  padding-bottom: 25px;
}

.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.subTit {
  padding: 130px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subTit span {
  color: #20356c;
  font-size: 20px;
  font-weight: bold;
}

.subTit span.subTit_line {
  background-color: #20356c;
  width: 80px;
  height: 2px;
  margin: 0 20px;
}

.moreBtn {
  text-align: center;
}

.moreBtn button.more {
  font-size: 18px;
  color: #20356c;
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #20356c;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moreBtn button.more:hover {
  color: #fff;
  background-color: #20356c;
}

.company-sec01 {
  background-image: url(/image/sub/company-sec01_bg_n.png);
  background-repeat: no-repeat;
}

.company-sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.company-sec01 .inner .sec01_txtBox .sec01_txt h2 {
  font-size: 50px;
  color: #222;
  font-weight: bold;
  line-height: 1.2em;
}

.company-sec01 .inner .sec01_txtBox .sec01_txt p {
  font-size: 18px;
  color: #505050;
  line-height: 1.6em;
  margin: 45px 0 110px;
}

.company-sec01 .inner .sec01_img {
  position: relative;
}

.company-sec01 .inner .sec01_img img {
  max-width: 100%;
}

.company-sec01 .inner .sec01_img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.company-sec01 .inner .sec01_img.active::before {
  left: 100%;
}

.company-sec02 .subTit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.company-sec02 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-sec02 ol li {
  width: 33.3333%;
  text-align: center;
  padding: 0 2%;
}

.company-sec02 ol li:not(:last-child) {
  border-right: 1px solid #ddd;
}

.company-sec02 ol li img {
  margin: auto;
}

.company-sec02 ol li h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin: 40px 0 30px;
}

.company-sec02 ol li p {
  font-size: 17px;
  color: #666;
  line-height: 1.4em;
}

.company-sec03 .sec03_map {
  height: 685px;
  position: relative;
}

.company-sec03 .sec03_map .sec03_box {
  position: absolute;
  background-color: #20356c;
  padding: 50px 40px 30px;
  top: 150px;
  right: 8%;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  width: 560px;
}

.company-sec03 .sec03_map .sec03_box h2 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  padding-left: 10px;
  line-height: 1em;
}

.company-sec03 .sec03_map .sec03_box ol {
  padding-top: 20px;
  padding-left: 10px;
}

.company-sec03 .sec03_map .sec03_box ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.company-sec03 .sec03_map .sec03_box ol li strong {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 105px;
  margin-left: 10px;
}

.company-sec03 .sec03_map .sec03_box ol li p {
  font-size: 17px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  line-height: 1.4em;
}

.team {
  padding-bottom: 100px;
}

.team .team-sec01 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 100px;
}

.team h2 {
  font-size: 52px;
  color: #222;
  font-weight: bold;
  margin: 130px 0 50px;
}

.team h2 span {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  margin-left: 30px;
}

.team ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team ol li {
  width: 23%;
  margin-bottom: 60px;
}

.team ol li:not(:nth-of-type(4n)) {
  margin-right: 2.6%;
}

.team ol li .team_img {
  position: relative;
  cursor: pointer;
  padding-bottom: 120%;
  overflow: hidden;
}

.team ol li .team_img::before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team ol li .team_img > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team ol li .team_img .team_img_hover {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: 500;
  background-color: #20356c;
  padding: 15px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team ol li .team_img .team_img_hover img {
  margin-left: 10px;
}

.team ol li .team_img:hover::before {
  opacity: 1;
}

.team ol li .team_img:hover .team_img_hover {
  opacity: 1;
}

.team ol li .team_name {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team ol li .team_name span:first-child {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  padding-right: 10px;
  line-height: 1.2em;
}

.team ol li .team_name span:last-child {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  border-left: 1px solid #ddd;
  padding-left: 15px;
}

.team ol .team_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.team ol .team_layer .box {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1000px;
  padding: 30px 15px 40px 40px;
  text-align: right;
}

.team ol .team_layer .box > button {
  font-size: 30px;
  margin: -20px -5px 0 0;
}

.team ol .team_layer .box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team ol .team_layer .box > div .imgBox {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team ol .team_layer .box > div .imgBox img {
  width: 100%;
}

.team ol .team_layer .box > div .txtBox {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  padding-right: 0;
}

.team ol .team_layer .box > div .txtBox .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team ol .team_layer .box > div .txtBox .name span:first-child {
  font-size: 42px;
  color: #222;
  font-weight: bold;
  padding-right: 10px;
  line-height: 1.2em;
}

.team ol .team_layer .box > div .txtBox .name span:last-child {
  font-size: 18px;
  color: #999;
  font-weight: bold;
  border-left: 1px solid #ddd;
  padding-left: 15px;
}

.team ol .team_layer .box > div .txtBox .text {
  font-size: 18px;
  color: #505050;
  margin-top: 40px;
  overflow-y: scroll;
  height: 350px;
  line-height: 1.4em;
  padding-right: 30px;
}
.team ol .team_layer .box > div .txtBox .text::-webkit-scrollbar { width: 5px; }
.team ol .team_layer .box > div .txtBox .text::-webkit-scrollbar-thumb { background: #ddd;border-radius: 10px; }

/* 2025.02.03 .team02 */
.team_tit{
  display: flex;
  gap: 20px;
  align-items: center;
  color: #20356C;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team_tit::before{
  content: '';
  width: 80px;
  height: 2px;
  background-color: #20356C;
}

.portfolio {
  padding: 150px 0;
}

.portfolio ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.portfolio ol li {
  width: 23%;
  height: 300px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 60px;
}

.portfolio ol li > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio ol li > div img {
  display: inline;
  max-width: 100%;
}

.portfolio ol li:not(:nth-of-type(4n)) {
  margin-right: 2.6%;
}

.portfolio ol li:hover .portfolio_hover {
  opacity: 1;
}

.portfolio ol li .portfolio_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio ol li .portfolio_hover a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

.portfolio ol li .portfolio_hover a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}

.portfolio ol li .portfolio_hover a > p.mint {
  color: #1aa0ff;
}

.portfolio ol li .portfolio_hover a > p.brown {
  color: #c96236;
}

.portfolio ol li .portfolio_hover a h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.portfolio ol li .portfolio_hover a > div {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em;
  font-weight: 500;
}

.board {
  padding: 150px 0;
}

.board .board-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.board .board-total p {
  font-size: 16px;
  color: #bbb;
  font-weight: 500;
}

.board .board-total p span {
  color: #20356c;
}

.board .board-total input {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px;
  cursor: pointer;
}

.board .board-total input[type=button] {
	border: 0;
	display: inline;
	position: absolute;
	right: 3px;
	background-image: url(/image/sub/board_search.png);
	background-repeat: no-repeat;
	background-position: top 11px right 13px;
	width:47px;
}

.board ol {
  border-top: 2px solid #20356c;
  margin-top: 20px;
}

.board ol li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 30px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.board ol li a .board_category {
  font-size: 16px;
  color: #006bb7;
  font-weight: 500;
}

.board ol li a h2 {
  font-size: 22px;
  margin: 10px 0 15px;
  color: #222;
  font-weight: 500;
  line-height: 1.4em;
  white-space: normal;
  height: 1.4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.board ol li a .board_date {
  font-size: 16px;
  color: #bbb;
  font-weight: 500;
}

.board ol li a:hover {
  background-color: #f5f9ff;
}

.board .board-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 75px;
}

.board .board-paging span {
  font-size: 18px;
  color: #888;
  font-weight: 500;
  padding: 10px 5px;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
}

.board .board-paging span:hover {
  color: #20356c;
  border-bottom: 2px solid #20356c;
}

.board .board-paging span.on {
  color: #20356c;
  border-bottom: 2px solid #20356c;
}

.board .board-paging img {
  margin: 0 15px;
}

.notice-view {
  padding: 150px 0;
}

.notice-view > div {
  border-top: 2px solid #20356c;
}

.notice-view > div h2 {
  font-size: 24px;
  color: #222;
  padding: 45px 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  line-height: 1.2em;
}

.notice-view > div .view_con {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.notice-view > div .view_con .date {
  text-align: right;
  font-size: 16px;
  color: #888;
}

.notice-view > div .view_con .con {
  margin: auto;
}

.notice-view > div .view_con .file {
  margin-top: 30px;
  line-height: 1.7em;
}

.notice-view > div .view_con .file img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.notice-view > div .view_paging {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  margin-bottom: 80px;
}

.notice-view > div .view_paging > p {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.notice-view > div .view_paging > p img {
  margin: 0 15px 0 8px;
}

.notice-view > div .view_paging > p:first-child {
  border-bottom: 1px dotted #ddd;
}

.notice-view > div .view_paging > p:last-child  img {
  transform: rotate(180deg);
}

.notice-view > div .moreBtn button {
  padding: 10px 53px;
}
