/* 지속가능경영(ESG) style */
/*---------------------------- 미디어 쿼리 ----------------------------*/
/* 1200px ~ 100% width사이즈 */
@media screen and (min-width: 1200px){
    /* Overview */
    .cd-popup-container > img {width: 100%;} /*팝업창*/
    .O_msgBox { top:12.5vh; }
    .O_contLeft_border { border:1px solid rgba(255, 255, 255, 0.527); }
    .activityWrap, .socialWrap, .governanceWrap, .ethicalWrap { padding: 20px; border-radius: 30px; }
    .activityWrap { background-size: cover;}
    .O_esg_activity, .O_social_contribution { width: 50%; float:left; padding-left: 10px; }
        .O_governance { width: 35%; float:left; padding: 10px 0 0 10px; }
        .O_ethical_management { width: 65%; float:left; padding: 10px 0 0 10px; }
    .overview_contRight { width: 65%; height: 70vh; float:left; }
        .overview_contRight h3 { padding-top: 50px; }
        .O_imgBorder p { font-size: 13px; }
        .overview_contLeft { width: 35%; height: 70vh; float:left; }
    .overview_content { padding: 5% 0; }

    /* 윤리경영 */
    .E_A_first_content { width: 40%; }
    .E_A_second_content { float: left; width: 33.333333%; }

    /* 지배구조 */
    .line_H_50_Governance { line-height: 50px; }

    /* 사회공헌 */
    .assist li { width: 33.333333%; float: left; }

    /* 활동 */
    .activity_cont01_L { float:left; width: 20%; }
    .activity_cont01_R { float:left; width: 80%; padding: 0 0 12% 5%; }
    .certifi_cont2_wrap { max-width: 67%; }
    .R_B_Fishery_cont_L { width: 70%; float:left; } 
    .R_B_Fishery_cont_R, .R_B_esg_cont_R { float:left; }
    .line_H_50_eng { line-height: 50px; }
    
}
/* 768px ~ 1200px */
@media screen and (min-width: 768px) and (max-width: 1200px){
    /* Overview */
    .cd-popup-container > img {width: 100%;} /*팝업창*/
    .O_msgBox { top:12.5vh; }
    .O_contLeft_border { border:1px solid rgba(255, 255, 255, 0.527); }
    .activityWrap, .socialWrap, .governanceWrap, .ethicalWrap { padding: 20px; border-radius: 30px; }
    .activityWrap { background-size: cover;}
    .O_esg_activity, .O_social_contribution { width: 50%; float:left; padding-left: 10px; }
        .O_governance { width: 35%; float:left; padding: 10px 0 0 10px; }
        .O_ethical_management { width: 65%; float:left; padding: 10px 0 0 10px; }
    .overview_contRight { width: 65%; height: 70vh; float:left; }
        .overview_contRight h3 { padding-top: 50px; }
        .O_imgBorder p { font-size: 11px; }
        .overview_contLeft { width: 35%; height: 70vh; float:left; }
    .overview_content { padding: 5% 0; }

    /* 윤리경영 */
    .E_A_first_content { width: 60%; }
    .E_A_second_content { float: left; width: 33.333333%; }

    /* 지배구조 */
    .line_H_50_Governance { line-height: 50px; }

    /* 사회공헌 */
    .assist li { width: 33.333333%; float: left; }

    /* 활동 */
    .activity_cont01_L { float:left; width: 20%; }
    .activity_cont01_R { float:left; width: 80%; padding: 0 0 12% 5%; }
    .certifi_cont2_wrap { max-width: 67%; }
    .R_B_Fishery_cont_L { width: 70%; float:left; } 
    .R_B_Fishery_cont_R, .R_B_esg_cont_R { float:left; }
    .line_H_50_eng { line-height: 50px; }
}
/* 0 ~ 768px */
@media screen and (max-width: 768px){
    /* Overview */
    .cd-popup-container > img {width: 200%;} /*팝업창*/
    .cd-popup-trigger { margin: 3rem auto; padding-left: 1.5rem; }
    .O_msgBox { top:2.5vh; }
    .O_contLeft_border { border:0px solid rgba(255, 255, 255, 0.527); }
    .activityWrap, .socialWrap, .governanceWrap, .ethicalWrap { padding: 20px; }
    .O_esg_activity, .O_social_contribution { width: 100%; clear: both; }
        .O_governance { width: 100%; clear: both; }
        .O_ethical_management { width: 100%; clear: both; }
    .overview_contRight { width: 100%; margin-top: 40px; }
        .overview_contRight h3 { padding-top: 20px; }
        .O_imgBorder p { font-size: 11px; }
        .overview_contLeft { width: 85%; height: 50vh; }

    /* 윤리경영 */
    .E_A_first_content { width: 85%; }
    .E_A_second_content { width: 100%; }

    /* 지배구조 */
    .line_H_50_Governance { line-height: 50px; }
    .line_H_50_Governance:nth-child(3) { line-height: 25px; }

    /* 사회공헌 */
    .assist li { width: 100%; }

    /* 활동 */
    .R_B_Fishery_cont_R, .R_B_esg_cont_R { display: none; }
    .R_B_Fishery_cont_L { width: 100%; } 
    .R_B_Fishery_cont_L h3 { font-size: 22px; }
    .RBFishery_contL_p2 { font-size: 13px; }
    .activity_cont01_L { width: 50%; margin: 0 auto 2rem; }
    .activity_cont01_R { float:left; width: 100%; text-align: center; padding: 0 0 12% 5%; }
    .activity_cont01_R a, .msc_button_wrap a { font-size: 7px; }
    .activity_cont01_msc p { text-align: center; }
    .accordion-desc p { font-size: 12px; }
    .line_H_50_eng { line-height: 50px; }
    .line_H_50_eng:first-child { line-height: 25px; }
    
}



















/* S:header */
#Ethical_M_visual {
    width: 100%; 
    padding: 6rem 0 3rem;
    color: #fff;
    background: url('../img/sustainability_visual01.png') no-repeat;
    background-size: cover;
    background-position: center center;

    animation: 5s animate-plus forwards;
    overflow: hidden;
}
#Ethical_M_visual h1 {
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    padding-top: 6rem;
    animation: 1s animate-up forwards;
    opacity: 0;
}
#Ethical_M_visual p {
    width: 100%; height: 80px; 
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    font-weight: 300;
    opacity: 0;
        animation: 1s animate-up forwards;
        animation-delay: .3s;
}@keyframes animate-up { 
    from {transform: translateY(50px);
    opacity: 0;}
    to {transform: translateY(0px);
    opacity: 1;}
}
/* E:header */














/* S:지속가능경영>윤리경영 style */
/* S:Ethical_M_pages */
#Ethical_M_pages h2 {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 2%;
    color: #000;
}
/* S:section01 */
.E_A_first {
    width: 100%;
    overflow: hidden;
    margin: 0px auto; 
    text-align: center;
}
.borderArea {
    width:1px;
    height: 70px;
    border-left: 1px solid #065B89;
    margin: 0 auto 2rem;
}
.E_A_first h3 { padding-bottom: 1rem; }
.E_A_first_cont_wrap {
    background-color: #F6F8F8;
    width: 100%;
    margin-top: 4rem;
}
.E_A_first_content {
    margin: 0 auto;
    text-align: left;
    padding: 4rem 0 2rem;
}
.E_A_first_content span {
    color: #065B89;
}
/* E:section01 */



/* S:section02 */
.E_A_second {
    width: 100%;
    overflow: hidden;
    margin: 0px auto; 
    padding: 5rem 0 0;
    text-align: center;
}  
.E_A_second_cont_wrap {
    background-color: #F6F8F8;
    width: 100%;
    overflow:hidden; clear: both;
    margin-top: 4rem;
}
.E_A_second_content {
    border-right:1px solid #ddd;
    margin:3rem 0 2rem;
}
.E_A_second_content p {
    margin-top: 1rem;
    height: 50px;
}
/* E:section02 */
/* E:Ethical_M_pages */

/* E:지속가능경영>윤리경영 style */



















/* S:지속가능경영>Overview style */
/* S:팝업 화면 Scroll */
.cd-popup-container::-webkit-scrollbar {
    width: 6px;  /* 스크롤바의 너비 */
    }
    .cd-popup-container::-webkit-scrollbar-thumb {
        height: 20%; /* 스크롤바의 길이 */
        background: #065B89; /* 스크롤바의 색상 */

        border-radius: 5px;
    }
    .cd-popup-container::-webkit-scrollbar-track {
        background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
    }
.cd-popup-container2::-webkit-scrollbar {
    width: 6px;  /* 스크롤바의 너비 */
    }
    .cd-popup-container2::-webkit-scrollbar-thumb {
        height: 20%; /* 스크롤바의 길이 */
        background: #065B89; /* 스크롤바의 색상 */

        border-radius: 5px;
    }
    .cd-popup-container2::-webkit-scrollbar-track {
        background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
    }
/* E:팝업 화면 Scroll */
/* S팝업 창 페이지 */
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
  }
  /* -------------------------------- 
  Main components 
  -------------------------------- */
  .cd-popup-trigger {
    display: block;
    width: 170px;
    height: 50px;
  }
  @media only screen and (min-width: 1170px) {
    .cd-popup-trigger {
      margin: 2.5em 2em;
    }
  }
  
  /* --------------------------------   
  xpopup   
  -------------------------------- */
  .cd-popup {  /*뒷배경*/
    position: fixed; left: 0; top: 0; z-index: 100;
    height: 100%; width: 100%;
    background-color: rgba(58, 64, 77, 0.767);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .cd-popup-container { /*팝업창page*/
    overflow: scroll; overflow-X:hidden;
    position: relative;
    width: 90%; max-width: 800px; 
    height: 550px;
    margin: 8em auto;
    background: #FFF;
    border-top: 8px solid #065B89;
    border-radius: .5em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .cd-popup-container .cd-popup01 {
    position: absolute; 
    transform: translate( -10%, -330% );
    color: #e5e5e5;
    font-size: 30px;
    padding-bottom: 1px;
    border-bottom: 3px solid #e5e5e5;
}
  .cd-popup-container .food_pop_text1 {
    padding: 3em 3em;
    color: #065B89;
    font-size: 20px;
    font-weight: 600;
    word-break: keep-all;
  }
  .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
  }
  .cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }
  .cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }
  .is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  @media only screen and (min-width: 1170px) {
    .cd-popup-container {
      margin: 8em auto;
    }
  }
/* S:팝업창 내용 style */
.Darang_pop_imgBack {
    width: 100%; height: 300px;

    background: url('../img/industry/food/popupDarangwon.png') no-repeat;
        background-size: cover;
        background-position: center center;
}
.Darang_pop_imgCont {
    overflow: hidden; border-bottom: 5px solid #fff;
    max-width: 600px; margin: 0 auto; padding-top: 70px;
}
.Darang_pop_imgCont_L {
    width: 150px; height: 130px;
    float: left;

    background: url('../img/industry/food/logoDarangwon.png') no-repeat;
        background-size: cover;
        background-position: center center;
}
.Darang_pop_imgCont_R p {
    float: right;
    color: white;
    font-size: 40px; font-weight: 600;
    padding-top: 3rem;
    /* font-family: Gowun Batang; */
}
.Darang_pop_imgCont_R img {
    float: right;
    padding: 5.4rem 1rem 0 0;
}
.Darang_pop_hello {
    max-width: 600px; margin: 0 auto;
    color: white;
    text-align: right; 
    font-size: 20px;
}
.Darang_pop_hello span {
    color: #065B89; 
    font-weight: bold;
}
/* E:팝업창 내용 style */
/* E팝업 창 페이지 */
.overview_content {
    width: 100%; 
    background-color: #eee; 
    overflow: hidden;
}
.overview_contWrap {
    max-width: 1500px; margin: 0 auto;
    overflow: hidden;
}

.overview_contLeft {
        position: relative; border-radius: 20px; margin: 0 auto;
        padding: 2%; background:#065B89;
    }
    .O_contLeft_border {
        height: 100%; border-radius: 20px;
    }
    .O_msgBox {
        position: absolute; left: 3%; z-index: 900;
        width: 94%; height: 45vh; 
        background: white;
        border-radius: 10px;
    }
    .O_msgBox h3 { font-size: 2rem; padding: 10% 10% 1%; }
    .O_msgBox p  { padding: 0 10% 10%; }
    .msg_imgWrap { 
        width: 100%; height: 16vh;
        background: url('../img/esg/overview_msg.png') no-repeat;
            background-size: cover;
            background-position: center center; overflow: hidden;
    }
/*     .msg_imgWrap img { margin: 20% 0 0 10%; } */

    .msg_imgWrap img.msg_imgHover_after{ display:none; }
      .msg_imgWrap:hover img.msg_imgHover_before{ display:none; }
      .msg_imgWrap:hover img.msg_imgHover_after{ display:inline-block; }

    .overview_contRight h3 {
        text-align: center;
        color: white;
    }
    .O_contRight_Top {
        height: 50%;
        }
        .O_contRight_Bottom {
            height: 50%;
        }
    .O_esg_activity { height: 100%; }
        .O_social_contribution { height: 100%; }
        .O_governance { height: 100%; }
        .O_ethical_management {  height: 100%; }

    .activityWrap, .socialWrap, .governanceWrap, .ethicalWrap { height: 100%; }
    .activityWrap { background: url('../img/esg/overview_img01.png') no-repeat; background-position: center center; overflow: hidden;}
    .socialWrap { background: url('../img/esg/overview_img02.png') no-repeat; background-size: cover; background-position: center center; overflow: hidden;}
    .governanceWrap  { background: url('../img/esg/overview_img03.png') no-repeat; background-size: cover; background-position: center center; overflow: hidden;}
    .ethicalWrap { background: url('../img/esg/overview_img04.png') no-repeat; background-size: cover; background-position: center center; overflow: hidden;}
    
    .O_imgBorder {
        border: 1px solid rgba(255, 255, 255, 0.315); border-radius: 20px;
        height: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    .O_borderArea {
        border-bottom: 2px solid white;
        width: 60px; margin: 15px auto 18px;
    }
    .O_imgBorder p {
        color: white;
        width: 70%; margin: 0 auto;
        text-align: center;
    }
    .O_view_more {
        width: 110px;
        margin: 5% auto;
      }
      .O_view_more a { 
        padding: 12px 20px; border-radius: 5px;
        color: white; 
        background-color: #065B89;
        font-size: .7rem; 
          transition:0.5s all; 
          text-transform: uppercase; 
      }
      .O_view_more a:hover { 
        color: #065B89; background-color: white;
          transition:0.5s all; 
          text-transform: uppercase; 
      }
    /* E:지속가능경영>Overview style */
















/* S:지속가능경영 > 사회공헌 */
.foundation_content h3 {
    margin: 7rem 0 0;
}
.txt_box {
    background-color: #F7F7F7;
    padding: 2rem 0;
}
.application {
    margin-bottom: 6rem;
}
.Social .content img {
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
}

.assist_title { font-size: 20px; color: #666; }
.assist { overflow: hidden; margin-top: 1rem; }
.assist ul { max-width: 1200px; margin: 0 auto; }
.assist li div {
    width: 90%; margin: 0 auto; 
    border-radius: 30px;
    box-shadow: 0px 0px 20px #e2e2e2;
}
.assist li div h4 { 
    border-radius: 30px 30px 0 0;
    padding: 30px 0;
    background-color: #065B89;
    color: white;
}
.assist li div p {
    padding: 1rem 0 2rem;
}

.pack_btn{
    color: white;
    width: 200px; 
    margin: 0 auto 1rem;
    padding: 10px 20px;
    display: block;
    text-align: center;
    background: #065B89;
    border-radius: 50px; box-shadow: 50px #b1b1b1;
    transition: all .3s linear;
}
.pack_btn:hover {
    color: white;
    opacity: 0.7;
}
.pack_btn img {
    width: 30px;
    padding-right: 10px;
}
/* E:지속가능경영 > 사회공헌 */













/* S:지속가능경영>활동----------------------------------------------- */
/* S:탭페이지 */
.clearfix:before, .clearfix:after { 
    content:" "; display:table; clear:both; height:0;
}
* html .clearfix {height:1%}
.clearfix>li{float: left;}

ul, li{list-style:none;}
a{color:#065B89; text-decoration:none;}

.tab_menu {max-width:1500px; margin:34px auto 0;}
.tab_menu ul li{
    width:50%; 
    text-align:center; 
    background:#fff; border:1px solid #065B89; box-sizing:border-box;
    transition:0.5s all; 
}
.line_H_50 { line-height: 50px; }

.tab_menu ul li.active{background: #065B89;}
.tab_menu ul li.active a{color: #fff;}
.tab_menu ul li {cursor:pointer;}
/* E:탭페이지 */

/* S:지속가능경영활동 탭페이지 */
.R_B_policy_visualImg {
    max-width: 1500px; width: 100%; height: 600px; margin: 0 auto;
    background: url('../img/esg/dolphin_visualBack.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    
    position: relative; z-index: 1000;
    }
    .R_B_esg_cont_R {
        width: 30%; height: 390px;
        background: url('../img/esg/tuna_subVisualImg.jpg') no-repeat;
            background-size: cover;
            background-position: center center;
    }
.activity_cont01 { overflow: hidden; }
    .esg_h4 {
        margin-bottom: 50px; text-align: center;
    }
    .activity_cont01_L { aspect-ratio: auto 1/1; }
        .fos_logo {background: url('../img/esg/fos_logo.png') no-repeat; background-size: cover; background-position: center center;}
        .fip_logo {background: url('../img/esg/fip_logo.png') no-repeat; background-size: cover; background-position: center center;}
        .dolphin_logo {background: url('../img/esg/dolphin_logo.png') no-repeat; background-size: cover; background-position: center center;}
    .activity_Button {
        padding: 5px 30px; margin: 0 5px;
        background-color: #065B89;
        border-radius: 40px;
        color: white;
        }
        .activity_Button:hover {
            background-color: #164878;
            transition: all .6s;
        }
.activity_cont02{ text-align: center; }
    .activity_cont02 p {
        width: 70%; margin: 0 auto;
    }
    .certification_wrap { overflow: hidden; margin: 4% 0; }
    .certification_cont { 
        width: 33.33333%; 
        float: left; padding: 0 .5%;
        }
        .certifi_cont2_wrap {margin: 4% auto;}
        .certification_cont2 {
            width: 50%;
            float: left; padding: 0 1%;
        }
        .certifi_cont3_wrap {max-width: 67%; margin: 4% auto;}
        .certification_cont3 {
            width: 100%;
            padding: 0 1%;
        }
        .certification_img04 { /*fos 인증서*/
            width: 100%; aspect-ratio: auto 1/1.4; 
            background: url('../img/esg/fos01.jpg') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img05 { /*fos 인증서*/
                width: 100%; aspect-ratio: auto 1/1.4; 
                background: url('../img/esg/fos02.jpg') no-repeat; background-size: cover; background-position: center center;
            }
        .certification_img06 { /*fip 인증서*/
            width: 100%; aspect-ratio: auto 1/.7; 
            background: url('../img/esg/fip_certification.png') no-repeat; background-size: cover; background-position: center center;
        }
        .certification_img01 { /*dolphin safe 인증서*/
            width: 100%; aspect-ratio: auto 1/1.3;
            background: url('../img/esg/dolphin01.png') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img02 { /*dolphin safe 인증서*/
                width: 100%; aspect-ratio: auto 1/1.3; 
                background: url('../img/esg/dolphin02.png') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img03 { /*dolphin safe 인증서*/
                width: 100%; aspect-ratio: auto 1/1.3; 
                background: url('../img/esg/dolphin03.png') no-repeat; background-size: cover; background-position: center center;
            }
        .certification_img07 { /*shark finning 인증서*/
            width: 100%; aspect-ratio: auto 1/1.3; margin: 0 auto;
            background: url('../img/esg/shark_finning01.png') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img08 { /*shark finning 인증서*/
                width: 100%; aspect-ratio: auto 1/1.3; margin: 0 auto;
                background: url('../img/esg/shark_finning02.png') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img09 { /*shark finning 인증서*/
                width: 100%; aspect-ratio: auto 1/1.3; margin: 0 auto;
                background: url('../img/esg/shark_finning03.png') no-repeat; background-size: cover; background-position: center center;
            }
        .certification_img10 { /*Non_Entangling_FAD 인증서*/
            width: 100%; aspect-ratio: auto 1/1.3; margin: 0 auto;
            background: url('../img/esg/Non_Entangling_FAD01.png') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img11 { /*Non_Entangling_FAD 인증서*/
                width: 100%; aspect-ratio: auto 1/1.3; margin: 0 auto;
                background: url('../img/esg/Non_Entangling_FAD02.png') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img12 { /*Non_Entangling_FAD 인증서*/
                width: 100%; aspect-ratio: auto 1/1.3; margin: 0 auto;
                background: url('../img/esg/Non_Entangling_FAD03.png') no-repeat; background-size: cover; background-position: center center;
            }
        .certification_img13 { /*FAD MANAGEMENT 인증서*/
            width: 100%; aspect-ratio: auto 1/1.4; 
            background: url('../img/esg/FAD_Management01.png') no-repeat; background-size: cover; background-position: center center;
            }
            .certification_img14 { /*FAD MANAGEMENT 인증서*/
                width: 100%; aspect-ratio: auto 1/1.4; 
                background: url('../img/esg/FAD_Management02.png') no-repeat; background-size: cover; background-position: center center;
            }
        
        
        
        .certification_img04:hover { /*fos 인증서 hover*/
            background: url('../img/esg/fos01_hover.png') no-repeat; background-size: cover; background-position: center center;
            transition: all .6s;
            }
            .certification_img05:hover { /*fos 인증서 hover*/
                background: url('../img/esg/fos02_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
        .certification_img06:hover { /*fip 인증서 hover*/
            background: url('../img/esg/fip_hover.png') no-repeat; background-size: cover; background-position: center center;
            transition: all .6s;
        }
        .certification_img01:hover { /*dolphin 인증서 hover*/
            background: url('../img/esg/dolphin01_hover.png') no-repeat; background-size: cover; background-position: center center;
            transition: all .6s;
            }
            .certification_img02:hover { /*dolphin 인증서 hover*/
                background: url('../img/esg/dolphin02_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
            .certification_img03:hover { /*dolphin 인증서 hover*/
                background: url('../img/esg/dolphin03_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
        .certification_img07:hover { /*shark finning 인증서 hover*/
            background: url('../img/esg/shark_finning01_hover.png') no-repeat; background-size: cover; background-position: center center;
            transition: all .6s;
            }
            .certification_img08:hover { /*shark finning 인증서 hover*/
                background: url('../img/esg/shark_finning02_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
            .certification_img09:hover { /*shark finning 인증서 hover*/
                background: url('../img/esg/shark_finning03_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
        .certification_img10:hover { /*Non_Entangling_FAD 인증서 hover*/
            background: url('../img/esg/Non_Entangling_FAD01_hover.png') no-repeat; background-size: cover; background-position: center center;
            transition: all .6s;
            }
            .certification_img11:hover { /*Non_Entangling_FAD 인증서 hover*/
                background: url('../img/esg/Non_Entangling_FAD02_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
            .certification_img12:hover { /*Non_Entangling_FAD 인증서 hover*/
                background: url('../img/esg/Non_Entangling_FAD03_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
        .certification_img13:hover { /*FAD MANAGEMENT 인증서 hover*/
            background: url('../img/esg/FAD_Management01_hover.png') no-repeat; background-size: cover; background-position: center center;
            transition: all .6s;
            }
            .certification_img14:hover { /*FAD MANAGEMENT 인증서 hover*/
                background: url('../img/esg/FAD_Management02_hover.png') no-repeat; background-size: cover; background-position: center center;
                transition: all .6s;
            }
        
.activity_cont01_msc {
    width: 100%;
    padding: 0 0 12% 0;
}
.msc_h5 {
    text-align: center; width: 100%;
}
.msc_button_wrap {
    justify-content: center;
    align-items: center;
    display: flex;
}
/* E:지속가능경영활동 탭 */


/* S:환경정책 탭 */
.Fishery_text01 {
    text-align: center;
    /* font-family: Gowun Batang; */
    font-size: 2rem;
    font-weight: 700;
    padding-top: 5%;
}
.Fishery_text01 span { color:#065B89; }
.Fishery_text02 {
text-align: center;
}
.Fishery_BlueOnTable01 {
/* border: 1px solid red; */
position: relative;
}
.R_B_Fishery_visualImg {
max-width: 1500px; width: 100%; height: 600px; margin: 0 auto;
background: url('../img/esg/policy_visualBack.png') no-repeat;
background-size: cover;
background-position: center center;

position: relative; z-index: 1000;
}
.R_B_Fishery_cont_text {
max-width: 1000px; height: 400px; margin: 0 auto;
background-color: white;
border-top: 10px solid #065B89;
border-radius: 0 0 50px 50px;
position: relative; top: -200px; z-index: 1001;
}
.R_B_Fishery_cont_L {
    height: 390px;
    padding: 45px 50px;
    text-align: left;
    }
    .R_B_Fishery_cont_L h3 {
        text-align: left;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 3px solid #065B89;
    }
    .RBFishery_contL_p1 { 
        font-size: 20px;
        font-weight: bold;
        padding: 12px 0 0 0;
    }
.R_B_Fishery_cont_R {
    width: 30%; height: 390px;
    background: url('../img/esg/policy_visualImg.png') no-repeat;
        background-size: cover;
        background-position: center center;
}
.R_B_Fishery_BOT01_back {
    width: 100%; height: 600px;
    background-color: #F7F7F7;
    position: absolute; top: 300px; z-index: 1;
}
/* S:드롭다운 슬라이드 */
/* 폰트 적용 (선택사항) 
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {font-family: "GmarketSansMedium", sans-serif;}*/

/* content */
.policy02 h1.h1 {
    margin-bottom: 30px; 
    font-size: 24px; font-weight: bold; 
    text-align: center;
}
.policy02 .wrap {
    max-width: 1000px; width: 100%; margin: 0 auto 100px; 
    border-radius: 10px; 
    background: #fff; 
    box-shadow: 20px 20px 60px #cecece, -20px -20px 60px #ffffff; 
    overflow: hidden;
    text-align: left;
}
.policy02 .accordion-list .accordion-item {
    border-bottom: 1px solid #ddd;
}
.policy02 .accordion-list .accordion-item .item-button {
    display: block; 
    position: relative; 
    padding: 25px 20px; 
    transition: all 0.3s;
}
.policy02 .accordion-list .accordion-item.active .item-button {
    background-color: #fff;
}
.policy02 .accordion-list .accordion-item .item-button::after {
    content: "\e941"; 
    display: inline-block; 
    position: absolute; top: 50%; right: 20px; 
    transform: translateY(-50%); 
    font-family: xeicon; 
    font-weight: bold; 
    color: #666; 
    transition: all 0.3s;
}
.policy02 .accordion-list .accordion-item.active .item-button::after {
    transform: translateY(-50%) rotate(180deg);
}
.policy02 .accordion-list .accordion-item .accordion-name {
    position: relative; 
    width: calc(100% - 50px); 
    padding-left: 30px; 
    font-size: 17px; 
    font-weight: bold; 
    line-height: 1;
}
.policy02 .accordion-list .accordion-item .accordion-name .icon {
    display: inline-block; 
    position: absolute; top: -4px; left: 0; 
    font-size: 24px; 
    color: #999; 
    transition: all 0.3s;
}
.policy02 .accordion-list .accordion-item.active .accordion-name .icon {
    color: #000;
}
.policy02 .accordion-list .accordion-item .accordion-desc {
    display: none; 
    padding: 50px; 
    background-color: #fafafa;
}
.policy02 .accordion-list .accordion-item .accordion-desc .desc-title {
    display: block; 
    position: relative; 
    margin-bottom: 10px; 
    padding-left: 12px; 
    font-size: 15px; 
    font-weight: bold; 
    color: #555; 
    line-height: 1;
}
.policy02 .accordion-list .accordion-item .accordion-desc .desc-title::before {
    content: ""; 
    display: inline-block; 
    position: absolute; top: 4px; left:0; 
    width: 5px; height: 5px; 
    border-radius: 50%; 
    background-color: #666;
}
.policy02 .accordion-list .accordion-item .accordion-desc .desc-title:not(:first-child) {
    margin-top: 25px;
}
.policy02 .accordion-list .accordion-item .accordion-desc .list-1st li {
    position: relative; 
    padding-left: 15px; 
    font-size: 15px; 
    color: #666;
}
.policy02 .accordion-list .accordion-item .accordion-desc .list-1st li:not(:last-child) {
    margin-bottom: 5px;
}
.policy02 .accordion-list .accordion-item .accordion-desc .list-1st li .link {
    color: #999; 
    transition: all 0.3s;
}
.policy02 .accordion-list .accordion-item .accordion-desc .list-1st li .link:hover {
    color: #000;
}
.policy02 .accordion-list .accordion-item .accordion-desc .list-1st li .link i {
    position: relative; top: 1px;
}
@media (max-width:767px) {
  .accordion-list .accordion-item .accordion-desc {padding: 20px 25px;}
}
@media (max-width:500px) {
  .accordion-list .accordion-item .item-button {padding: 20px 10px;}
}
/* E:드롭다운 슬라이드 */
/* E:환경정책 탭 */

/* S: 지배구조 */

#Investment_pages h2 {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 2%;
    color: #000;
    font-weight: 700;
}
/* S:section01 */
.Investment_first {
    width: 100%;
    overflow: hidden;
    margin: 0px auto; 
    text-align: center;
}
.borderArea {
    width:1px;
    height: 70px;
    border-left: 1px solid #065B89;
    margin: 0 auto 2rem;
}
.Investment_first h3 { padding-bottom: 1rem; }
.Investment_first_cont_wrap {
    background-color: #F6F8F8;
    width: 100%;
    margin-top: 4rem;
}
.Investment_first_content {
    width: 40%; 
    margin: 0 auto;
    text-align: left;
    padding: 4rem 0 2rem;
}
.Investment_first_content span {
    color: #065B89;
}

.Disclosure01 {
    max-width: 1500px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}


.fn_list {
    width: 100%;
    margin: 0 0 30px auto;
    text-align: center;
    /* height : 500px; */
    padding: 0;
}

.F_I_content {max-width: 1500px;}
.F_I_content h3 {text-align: left;}
.F_I_content th {height: 40px;}
.F_I_content td {
    border-top: solid 1px #e5e5e5;
    height: 40px;
}

.fn_list thead {background-color: #065B89; color: white;}
.fn_list tr.em.main > td:first-child {text-align: center;}
.fn_list td {text-align: center;}
.em {background: #EEEEEE;}

.button {
    margin-bottom: 5px;
    overflow: hidden;
    background-size: cover;
}
.pack_btn {
    float: right;
    /* border: solid 2px red; */
}
/* E: 지배구조 */

/* S: 회사정관 */
.F_I_content h3 { 
    text-align: center;
    margin: 2rem 0 3rem;
}
.accordion-list li > .accordion-desc .txt {
    line-height: 1.5;
    margin-top: 20px;
}
.accordion-list li > .accordion-desc .tit2 {
    line-height: 1.5;
    margin-top: 25px;
}
.accordion-list li > .accordion-desc .indent {
    padding-left: 22px;
}
.policy02 .accordion-list .accordion-item .accordion-name2 {
    position: relative; 
    width: calc(100% - 50px); 
    padding-left: 60px; 
    font-size: 17px; 
    font-weight: bold; 
    line-height: 1;
}
.policy02 .accordion-list .accordion-item .accordion-name2 .icon {
    display: inline-block; 
    position: absolute; top: -4px; left: 0; 
    font-size: 24px; 
    color: #999; 
    transition: all 0.3s;
}
.policy02 .accordion-list .accordion-item.active .accordion-name2 .icon {
    color: #000;
}

.tab_menu ul .F_I_tab_list { width: 33.333333333%; }

/* E: 회사정관 */
.fn_list_h3 { padding-top: 5rem; }
/* S:지속가능경영>활동----------------------------------------------- */
