@charset "UTF-8";
/* 변수 & 유틸리티 */
/* PX TO REM 변환 함수 */
/* fish main */
h3.fh-h3 {
  display: block;
  font-size: 25px;
  color: #00235d;
  padding-bottom: 18px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

h3.fh-h3.col {
  border-color: #00235d;
}

.more-btn {
  width: 48px;
  height: 48px;
  background: url(../image/main/icon-plus.png) no-repeat center #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  background-size: 20px;
  text-indent: -9999em;
}

.wrap {
  overflow: hidden;
}

/* 탑 비주얼 */
.top-visual {
  width: 100%;
}

.top-visual-contents {
  background-size: cover;
  background-image: url(../image/main/img-visual.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.top-visual-contents > .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 344px;
  background: rgba(1, 74, 166, 0.6);
}

.top-visual-contents > .wrap {
  overflow: hidden;
  height: 344px;
  padding-top: 60px;
  color: #fff;
  letter-spacing: -0.7px;
}

.top-visual-contents > .wrap > .top-title {
  font-size: 33px;
  line-height: 1.55;
  font-weight: 400;
}

.top-visual-contents > .wrap > .bar {
  display: block;
  width: 47px;
  height: 7px;
  background: #fff;
  margin: 30px 0;
}

.top-visual-contents > .wrap > .top-txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

/* 서브 메뉴 */
.fh-sub-menu {
  width: 100%;
  height: 178px;
  background: #026bb6;
}

.fh-menu-list {
  text-align: center;
  padding: 28px 0;
}

.fh-menu-list > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 13px;
}

.fh-menu-list > li > a {
  display: block;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 10px 25% 10px 25%;
  padding-top: 15px;
}

.fh-menu-list > li > a > h2 {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.6px;
  line-height: 1.25;
}

.fh-menu-list > li > a:hover > h2 {
  color: #026bb6;
}

/* 메인 영역 분할 */
.slide-news-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
}

.fh-data-wrap {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

.fh-slide-wrap {
  position: relative;
  float: left;
  width: 564px;
}

.fh-news-wrap {
  position: relative;
  float: right;
  width: calc(100% - 604px);
}

@media (max-width: 1172px) {
  .slide-news-wrap,
  .fh-data-wrap {
    width: auto;
    margin: 0 4vw;
    padding: 20px 0;
  }
  .fh-news-wrap {
    width: 100%;
    margin-top: 20px;
  }
  .fh-slide-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slide-news-wrap {
    background: none;
    border: 0;
  }
  .fh-data-wrap {
    padding: 0 0 20px 0;
  }
  .fh-news-wrap {
    margin-top: 20px;
  }
}
/* 팝업존 슬라이드 */
.fh-slide {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.fh-slide-wrap .fh-slide .owl-item {
  display: block;
  text-align: center;
}

.fh-slide-wrap .fh-slide .owl-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 352px;
}

@media screen and (max-width: 1171px) {
  .fh-slide-wrap .fh-slide .owl-item img {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fh-slide-wrap .fh-slide .owl-item img {
    width: 100%;
    height: auto;
    max-height: 370px;
  }
}
.fh-slide .owl-dots {
  display: none;
}

.fh-slide-wrap .play-button-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}

.fh-slide-wrap .play-button-wrap > button,
.fh-slide-wrap .play-button-wrap > a {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
}

.fh-slide-wrap .play-button-wrap > button > span,
.fh-slide-wrap .play-button-wrap > a > span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  width: 0;
  height: 0;
  font-size: 0;
}

.fh-slide-wrap .play-button-wrap > .owl-prev {
  background: url(../image/main/icon-slide-prev.png) no-repeat center #fff;
  border-right: 0;
}

.fh-slide-wrap .play-button-wrap > .owl-next {
  background: url(../image/main/icon-slide-next.png) no-repeat center #fff;
  border-left: 0;
}

.fh-slide-wrap .play-button-wrap > .stop {
  background: url(../image/main/icon-slide-pause.png) no-repeat center #fff;
}

.fh-slide-wrap .play-button-wrap > .play {
  background: url(../image/main/icon-slide-play.png) no-repeat center #fff;
}

.fh-slide-wrap .count-wrap {
  position: absolute;
  top: 0px;
  right: 105px;
  z-index: 50;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  font-family: "Roboto";
}

/* 공지사항, 경영공시 */
.fh-news-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.fh-news-wrap > .more-view {
  display: none;
  width: 48px;
  height: 48px;
  background: url(../image/main/icon-plus.png) no-repeat center #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  background-size: 20px;
}

.fh-more {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 50;
  width: 36px;
  height: 36px;
  background: url(../image/main/icon-plus.png) no-repeat center #fff;
  background-size: 20px;
  border: 1px solid #ccc;
}

.fh-more.on {
  display: block;
}

.fh-more > span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999px;
  width: 0;
  height: 0;
  font-size: 0;
}

.fh-tab-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 60px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  text-align: center;
  font-size: 19px;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 58px;
}

.fh-tab-btn.nth-1 {
  width: 120px;
}

.fh-tab-btn.nth-2 {
  left: 119px;
  width: 160px;
}

.fh-tab-btn.nth-3 {
  left: 278px;
  width: 160px;
}

.fh-tab-btn br {
  display: none;
}

/*.fh-tab-btn.small {font-size:16px;}*/
.fh-tab-btn.on {
  background: #00235d;
  color: #fff;
  border: 1px solid #00235d;
}

.news-table {
  margin-top: 60px;
  padding-top: 12px;
  display: none;
  border-top: 2px solid #00235d;
}

.news-table.on {
  display: block;
}

.news-table > li {
  display: block;
  overflow: hidden;
  height: 49px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  line-height: 47px;
  width: 100%;
}

.news-table > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
  color: #666;
  width: 100%;
}

.news-table > li > a > .one-line {
  max-width: 470px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 64em) {
  .news-table > li > a > .one-line {
    max-width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .news-table > li > a > .one-line {
    width: auto;
    max-width: 260px;
  }
}
@media only screen and (max-width: 375px) {
  .news-table > li > a > .one-line {
    max-width: 215px;
  }
}
@media only screen and (max-width: 320px) {
  .news-table > li > a > .one-line {
    max-width: 160px;
  }
}

.news-table > li > a > .date {
  display: inline-block;
}

@media (max-width: 768px) {
  .fh-tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.33%;
    font-size: 16px;
    padding: 0 5px;
    line-height: 1.5em;
  }
  .fh-tab-btn.nth-2 {
    left: 33.33%;
    width: 33.33%;
  }
  .fh-tab-btn.nth-3 {
    left: 66.66%;
    width: 33.33%;
  }
  .fh-more.on {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    background: none;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 12px 0;
    line-height: 1;
    vertical-align: middle;
  }
  .fh-more > span {
    position: relative;
    display: inline-block;
    left: 0;
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
  }
  .fh-more:after {
    content: "+";
    margin-left: 4px;
  }
}
@media (max-width: 480px) {
  .fh-tab-btn {
    font-size: 15px;
  }
  .fh-tab-btn br {
    display: inline;
  }
}
/* 바로가기 */
.fh-link-wrap {
  float: left;
  width: 666px;
}

.fh-link-wrap > ul {
  overflow: hidden;
}

.fh-link-wrap > ul > li {
  width: calc(50% - 12px);
  float: left;
  position: relative;
}

.fh-link-wrap > ul > li:last-child {
  float: right;
}

.fh-link-wrap > ul > li > a {
  display: block;
  padding: 34px 40px;
  background: #f6f6f6;
  border: 1px solid #ccc;
  letter-spacing: -0.9px;
  height: 298px;
}

.fh-link-wrap > ul > li > a > h4 {
  font-size: 22px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
}

.fh-link-wrap > ul > li > a > p {
  font-size: 18px;
  color: #666;
  margin: 18px 0;
  font-weight: 300;
}

.fh-link-wrap > ul > li > a > .link-img {
  position: absolute;
  bottom: 40px;
  right: 28px;
}

/* 수산관련정보 */
.fh-info-wrap {
  width: calc(100% - 690px);
  float: right;
}

.fh-info-wrap > h3 > a {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  float: right;
  padding-top: 5px;
}

.fh-info-wrap > ul {
  margin: 20px 0 0;
}

.fh-info-wrap > ul > li {
  display: inline-block;
  width: 50%;
}

.fh-info-wrap > ul > li > a {
  display: block;
  height: 96px;
  padding: 28px 24px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-color: #026bb6;
  background-position: top 50% right 20px;
  line-height: 1.2;
}

.fh-info-wrap > ul > li:nth-child(even) > a {
  margin-right: 0;
}

.fh-info-wrap > ul > li:first-child > a {
  background-image: url(../image/main/icon-info-01.png);
  margin-bottom: 20px;
}

.fh-info-wrap > ul > li:nth-child(2) > a {
  background-image: url(../image/main/icon-info-02.png);
  margin-bottom: 20px;
}

.fh-info-wrap > ul > li:nth-child(3) > a {
  background-image: url(../image/main/icon-info-03.png);
}

.fh-info-wrap > ul > li:last-child > a {
  background-image: url(../image/main/icon-info-04.png);
}

.fh-info-wrap > ul > li > a > span {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 1200px) {
  .fh-info-wrap > ul > li > a {
    height: auto;
  }
  .fh-info-wrap > ul > li > a > span {
    line-height: 1;
  }
  .fh-info-wrap > ul > li > a > span br {
    display: none;
  }
  .fh-info-wrap > ul > li > a {
    background-size: 48px auto;
  }
}
/* .slide-news-wrap, .fh-data-wrap{width:calc( 100% - 40px );}*/
@media (max-width: 1200px) {
  .top-visual-contents {
    padding: 0 20px;
  }
  .fh-sub-menu {
    height: auto;
  }
  .fh-menu-list {
    padding-top: 0px;
  }
  .fh-menu-list > li {
    margin-top: 28px;
  }
  .fh-price-info {
    width: 100%;
    margin-right: 0;
  }
  .fh-holiday {
    margin-top: 20px;
    width: 245px;
    height: 314px;
  }
  .fh-deal-time {
    margin-top: 20px;
    width: calc(100% - 265px);
    margin-right: 20px;
  }
  .fh-sub-menu .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fh-sub-menu .wrap ul {
    display: block;
  }
  .fh-link-wrap {
    width: 100%;
  }
  .fh-info-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .fh-deal-time {
    margin-top: 20px;
    width: 100%;
    margin-right: 0px;
  }
  .fh-holiday {
    width: 100%;
  }
  .fh-deal-time > dl {
    padding: 20px 20px;
  }
  .fh-deal-time > dl > dt {
    width: 80px;
  }
  .fh-deal-time > dl > dd {
    width: calc(100% - 90px);
    margin-left: 5px;
  }
  .top-visual-contents > .dim {
    width: 80%;
    height: 364px;
  }
  .top-visual-contents > .wrap {
    width: 80%;
    margin-left: 0px;
  }
  .top-visual-contents > .wrap > .top-title {
    font-size: 24px;
  }
  .top-visual-contents > .wrap > .bar {
    margin: 20px 0;
  }
  .top-visual-contents > .wrap > .top-txt {
    font-size: 15px;
  }
  .top-visual-contents > .wrap > .top-txt br {
    display: none;
  }
  .top-visual-contents > .wrap {
    padding-top: 20px;
  }
  .fh-link-wrap > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .fh-info-wrap > ul > li {
    width: 100%;
  }
  .fh-info-wrap > ul > li > a {
    margin-right: 0;
  }
  .fh-info-wrap > ul > li:nth-child(3) > a {
    margin-bottom: 20px;
  }
  .fh-link-wrap > ul > li > a {
    height: 200px;
  }
  .fh-info-wrap > ul > li:first-child > a,
  .fh-info-wrap > ul > li:nth-child(2) > a,
  .fh-info-wrap > ul > li:nth-child(3) > a,
  .fh-info-wrap > ul > li:nth-child(4) > a {
    margin-bottom: 10px;
  }
  .fh-info-wrap > h3 > a {
    font-size: 15px;
  }
}