@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/*===== RESET =====*/
*{ margin: 0; padding: 0; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

a{  
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover{ text-decoration: none; }
	  
img{ width: 100%; border: 0px; display: block; }
	  
ol,ul,li{ list-style-type: none; text-transform: none; }

body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', 'Noto Sans SC', sans-serif;
	font-weight: 400;
}

/*===== COMMON =====*/
:root{
    --blue: #003580;
    --cyan: #acc6f6;
    --bgLight: #edf1f6;
    --white: #fff;
    --gray: #999;
    --black: #333;
}
.wrap{ width: 100%;}
.bgBlue{ background-color: var(--blue);}
.bgLight{ background-color: var(--bgLight);}
.position-relative{ position: relative;}
.overflow-hidden{ overflow: hidden;}
.pb90{ padding-bottom: 90px;}

.mobile{ display: none;}

/*===== NAVIGATION =====*/
nav{
    width: 100%;
    height: 150px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s ease-out;
}
nav .topLogo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
nav .topLogo img:nth-of-type(1){
    width: 75px;
    margin-right: 20px;
}
nav .topLogo img:nth-of-type(2){
    width: 95px;
    filter: drop-shadow(5px 5px 10px rgba(0, 53, 128, 0.15));
}
nav ul.menu li{
    padding-left: 45px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: var(--gray);
    line-height: 150px;
    letter-spacing: 0.15em;
}
nav ul.menu li span{
    letter-spacing: 0.025em;
    padding-right: 2px;
}
nav ul.menu li.act{
    color: var(--cyan);
}
nav ul.menu li a{
    color: var(--white);
    cursor: pointer;
}
nav ul.menu li a:hover{
    color: var(--cyan);
}
nav ul.menu li:first-child{ display: none;}
/* NAV FIXED */
nav.act{
    height: 100px;
    background-color: var(--blue);
}
nav.act .topLogo img:nth-of-type(1){
    width: 70px;
}
nav.act .topLogo img:nth-of-type(2){
    width: 70px;
}
nav.act ul.menu li a{
    color: var(--white);
}
nav.act ul.menu li.act{
    color: var(--cyan);
}
nav.act ul.menu li a:hover{
    color: var(--cyan);
}
.menu_ctrl{ display: none;}

/*===== TITLE=====*/
.title{
    font-size: 55px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 1;
}

/*===== KV =====*/
.kv{
    width: 100%;
    height: 800px;
}
.kv .banner1{
    width: 100%;
    height: 800px;
    background: url(../image/kv_index1.jpg) no-repeat center top;
    background-size: cover;
}
.kv .banner2{
    width: 100%;
    height: 800px;
    background: url(../image/kv_index2.jpg) no-repeat center top;
    background-size: cover;
}
.kv .banner3{
    width: 100%;
    height: 800px;
    background: url(../image/kv_index3.jpg) no-repeat center top;
    background-size: cover;
}
.scroll{
    width: 100%;
    max-width: 1300px;
    height: 800px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: calc(50% - 650px);
    pointer-events: none;
}
.scroll img{
    width: 20px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.pagekv{
    width: 100%;
    height: 550px;
    text-align: center;
    position: relative;
}
.pagekv.aboutkv{
    background: url(../image/kv_about.jpg) no-repeat center top;
    background-size: cover;
}
.pagekv.mediabank{
    background: url(../image/kv_media.jpg) no-repeat center top;
    background-size: cover;
}
.pagekv.pork{
    background: url(../image/kv_pork.jpg) no-repeat center top;
    background-size: cover;
}
.pagekv.poultry{
    background: url(../image/kv_poultry.jpg) no-repeat center top;
    background-size: cover;
}
.pagekv .headline{
    width: 100%;
    font-size: 150px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.025em;
    position: absolute;
    bottom: 12px;
    opacity: .75;
}
/* KV Slick Dots */
.slick-dots{
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 12.5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    display: block;
    width: 30px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    content: '';
    width: 30px;
    height: 5px;
    background-color: var(--white);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    background-color: var(--blue);
}
/*===== INDEX ABOUT US =====*/
.aboutus{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px 130px 20px;
}
.aboutus .headline{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.aboutus .headline h3{
    padding-left: 20px;
    font-size: 48px;
    color: var(--white);
    text-align: left;
    position: relative;
}
.aboutus .headline h3::after{
    content: '';
    width: 5px;
    height: 70%;
    display: block;
    background-color: #4185d9;
    position: absolute;
    top: calc(50% - 33%);
    left: 0;
}
.aboutus .headline a{
    padding-bottom: 5px;
    padding-right: 25px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--cyan);
    letter-spacing: 0.3em;
    position: relative;
    cursor: pointer;
}
.aboutus .headline a:after{
    content: '';
    width: 140px;
    height: 18px;
    background: url(../image/arrowbtn_cyan2.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.aboutus .headline a:hover{
    color: #4185d9;
}
.aboutus .detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail .text{
    flex: 0 0 725px;
    padding: 35px 200px 35px 50px;
    background-color: #567ebb;
}
.detail .text .subtitle{
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: var(--blue);
    text-align: left;
    letter-spacing: 0.075em;
    line-height: 36px;
}
.detail .text p.txt{
    color: var(--white);
}
.detail .text p.txt b{
    font-size: 20px;
    letter-spacing: 0.045em;
}
.detail .pic{
    flex: 0 0 590px;
    position: relative;
    left: -155px;
}

/*===== VIDEO =====*/
.movie{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px;
}
.movie .headline h3{
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 48px;
    color: var(--white);
    text-align: left;
    position: relative;
}
.movie .headline h3::after{
    content: '';
    width: 5px;
    height: 70%;
    display: block;
    background-color: #4185d9;
    position: absolute;
    top: calc(50% - 33%);
    left: 0;
}
.movie .mov{
    width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.movie .mov img{
    width: 100%;
    cursor: pointer;
}
.movie .mov #mov{
    width: 100%;
}
.movie .mov::after{
    content: '';
    width: 44.7%;
    height: 62.5%;
    background-color: var(--cyan);
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
}

/*===== ABOUT =====*/
.backgray{
    width: calc(50% - 200px);
    height: 40%;
    background-color: var(--bgLight);
    position: absolute;
    bottom: 75px;
    left: 0;
    z-index: -1;
}
.about{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px;
}
.about .headline{
    margin-bottom: 50px;
    text-align: center;
}
.about .headline h3{
    padding: 15px 0;
    display: inline-block;
    border-top: 5px solid var(--blue);
    border-bottom: 5px solid var(--blue);
    font-size: 48px;
    letter-spacing: 0.15em;
}
.about .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content .text{
    flex: 0 0 530px;
}
.content .text .subtitle{
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 700;
    color: var(--blue);
    text-align: left;
    letter-spacing: 0.075em;
    line-height: 36px;
}
.content .text p.txt span{
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.045em;
}
.content .pic{
    flex: 0 0 590px;
}
.quotes{
    margin-bottom: 155px;
    padding: 70px 0;
    text-align: center;
}
.quotes p{
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    color: var(--blue);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 54px;
    position: relative;
}
.quotes p::before, .quotes p::after{
    content: '';
    width: 40px;
    height: 32px;
    background: url(../image/iconQuotes.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
}
.quotes p::before{
    top: -70px;
    left: calc(50% - 20px);
}
.quotes p::after{
    transform: rotate(180deg);
    bottom: -70px;
    right: calc(50% - 20px);
}

.happy{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.happy .item{
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.happy .item > div{
    flex: 0 0 580px;
}
.happy .item:nth-of-type(1) .pic{
    margin-top: -45px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}
.happy .item:nth-of-type(1) .pic::after{
    content: '';
    width: 73%;
    height: 71.42%;
    background-color: var(--cyan);
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
}   
.happy .item:nth-of-type(1) .headline{
    margin-bottom: -8px;
    padding-left: 40px;
    align-self: flex-end;
}
.happy .item:nth-of-type(1) .headline h3{
    padding-left: 20px;
    font-size: 40px;
    color: var(--white);
    text-align: left;
    letter-spacing: 0;
    position: relative;
}
.happy .item:nth-of-type(1) .headline h3::after{
    content: '';
    width: 5px;
    height: 84%;
    background-color: var(--white);
    position: absolute;
    top: calc(50% - 42%);
    left: 0;
}
.happy .item:nth-of-type(1) .headline p.txt{
    margin-top: 30px;
}
.happy .item p.txt{ color: var(--white);}
.happy .item:nth-of-type(2) .headline{
    padding-right: 50px;
}
.happy .item:nth-of-type(2) .pic{
    padding: 0 20px 20px 40px;
    position: relative;
    z-index: 2;
}
.happy .item:nth-of-type(2) .pic::after{
    content: '';
    width: 73%;
    height: 71.42%;
    background-color: var(--cyan);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.info{
    padding: 260px 0 210px 0;
    background: url(../image/pic_about4.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.info .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px 50px 50px;
    background-color: rgba(237, 241, 246, 0.9);
}
.inner .headline{
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.inner .headline h3{
    margin-top: -25px;
    padding: 15px 30px;
    background-color: var(--blue);
    font-size: 36px;
    color: var(--white);
}
.inner .headline h3 span{
    font-size: 40px;
    letter-spacing: 0;
}
.inner p.txt{
    color: var(--blue);
}

.major{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.major .pic{
    flex: 0 0 580px;
    margin-top: -155px;
    padding: 0 20px;
    position: relative;
}
.major .pic::after{
    content: '';
    width: 73%;
    height: 71.42%;
    background-color: var(--cyan);
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
}
.major p.txt{
    padding-left: 40px;
}
.major p.txt a{
    color: #4185d9;
    text-decoration: underline;
}
.major p.txt a:hover{
    color: var(--cyan);
}

/*===== CATALOG =====*/
.catalog{
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 0 auto;
    padding: 0 50px 90px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog .cata{
    width: 480px;
    margin: 0 25px;
    position: relative;
}
.catalog .cata .nopobtn{
    width: 75%;
    height: 70px;
    display: block;
    border: 4px solid var(--white);
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.3em;
    line-height: 65px;
    position: absolute;
    bottom: 95px;
    left: calc(50% - 37.5%);
}
.catalog .cata .nopobtn span{
    font-size: 30px;
    letter-spacing: 0.025em;
    padding-right: 15px;
}
.catalog .cata .cataBtn{
    padding-top: 20px;
    padding-bottom: 5px;
    padding-right: 25px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #4185d9;
    text-align: right;
    letter-spacing: 0.3em;
    position: relative;
    cursor: pointer;
}
.catalog .cata .cataBtn:after{
    content: '';
    width: 140px;
    height: 18px;
    background: url(../image/arrowbtn_cyan2.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.catalog .cata a:hover .cataBtn{
    color: var(--blue);
}
.catalog .cata a:hover img{
    opacity: .75;
    filter: brightness(75%);
    transition: all 0.25s ease-out;
}

/*===== MEDIA =====*/
.media{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px;
    text-align: center;
}
.media h3{
    padding-bottom: 25px;
    display: inline-block;
    font-size: 48px;
    position: relative;
}
.media h3::after{
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
.media .mediaList{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media .mediaList > div{
    width: 180px;
    margin: 0 25px;
}
.media .mediaList > div img{
    border: 5px solid var(--blue);
    border-radius: 100%;
}
.media .mediaList > div p{
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    letter-spacing: 0.05em;
}
.media a{
    width: 285px;
    height: 65px;
    margin-top: 70px;
    padding: 0 25px;
    display: inline-block;
    background-color: #4185d9;
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 65px;
    position: relative;
    transition: all 0.25s ease-out;
}
.media a::after{
    content: '';
    width: 67px;
    height: 17px;
    background: url(../image/arrowbtn_cyan.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 18px;
    right: -30px;
}
.media a:hover{
    background-color: var(--blue);
}

/*===== CONTACT =====*/
#contact{
    padding-top: 200px;
    background: url(../image/pic_about6.jpg) no-repeat center top;
    background-size: 2560px;
}
.contact{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 90px auto;
    padding: 60px 75px 65px 100px;
    background-color: var(--bgLight);
}
.contact .headline h3{
    padding-bottom: 25px;
    text-align: center;
    position: relative;
}
.contact h3::after{
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
.contact h3::after{
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
.contact .dealer{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact .dealer > div{
    flex: 0 0 27%;
}
.contact .dealer > div h4{
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
    color: var(--blue);
    text-align: left;
    letter-spacing: 0.025em;
    line-height: 30px;
    position: relative;
}
.contact .dealer > div h4::before{
    content: '';
    width: 15px;
    height: 23px;
    background: url(../image/iconLocal.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 5px;
    left: -25px;
}
.contact .dealer > div p, .contact .dealer > div a{
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    text-align: left;
    letter-spacing: 0.025em;
    line-height: 36px;
}
.contact .dealer > div a{
    color: #4185d9;
    text-decoration: underline;
}
.contact .dealer > div a:hover{
    color: var(--cyan);
}

/*===== PAGE TXT P =====*/
p.txt{
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    text-align: justify;
    letter-spacing: 0.075em;
    line-height: 36px;
}

/*===== PAGE BLOCK 1 =====*/
.block1{
    width: calc(100% - 150px);
    margin: -50px auto 0 auto;
    padding: 90px 0 ;
    background-color: var(--bgLight);
    position: relative;
    z-index: 10;
}
/* POULTRY */
.block1 .farm{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.farm .headline{
    flex: 0 0 500px;
    margin-right: 50px;
}
.farm .headline h3{
    padding: 15px 30px;
    border-top: 5px solid var(--blue);
    border-bottom: 5px solid var(--blue);
    letter-spacing: 0.1em;
}
.farm .headline p.txt{
    color: var(--blue);
}
.farm .content{
    flex: 0 0 500px;
    margin-top: -65px;
    margin-right: 50px;
}
.farm .content .subtitle{
    padding: 8px 20px;
    display: inline-block;
    background-color: var(--blue);
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    text-align: left;
    letter-spacing: 0.075em;
    line-height: 36px;
}
.farm .content .subtitle:first-of-type{
    margin-bottom: 10px;
}
.farm p.txt{
    margin-top: 40px;
}
.farm p.txt:first-of-type{
    margin-top: 30px;
}
.farm .pic{
    width: 520px;
    margin-left: 10px;
    position: relative;
}
.farm .pic::after{
    content: '';
    width: 73%;
    height: 71.42%;
    background-color: var(--cyan);
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
.farm .chart{
    width: 571px;
    margin-left: 10px;
    align-self: center;
    position: relative;
}
/* PORK */
.block1 .nordic{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 50px auto;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.nordic .headline{
    flex: 0 0 auto;
    width: 55%;
    max-width: 600px;
}
.nordic .headline h3{
    padding: 15px 0;
    border-top: 5px solid var(--blue);
    border-bottom: 5px solid var(--blue);
    font-size: 50px;
    text-align: left;
    letter-spacing: 0.05em;
}
.nordic .headline p.txt{
    margin-top: 40px;
}
.nordic .pic{
    width: 450px;
    position: relative;
}
.nordic .pic::after{
    content: '';
    width: 66.66%;
    height: 59.52%;
    background-color: var(--cyan);
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
}
.block1 .quality{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 100px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quality .pic{
    flex: 0 0 800px;
}
.quality p.txt{
    flex: 0 0 400px;
    margin-left: 50px;
}

/*===== PAGE BLOCK 2 =====*/
.block2{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px 140px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
/* POULTRY */
.environ .pic{
    flex: 0 0 580px;
    width: 540px;
    padding: 20px;
    position: relative;
}
.environ .pic::after{
    content: '';
    width: 70.37%;
    height: 60%;
    background-color: var(--cyan);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.environ .headline{
    flex: 0 0 580px;
    padding-left: 40px;
}
.environ .headline h3{
    padding: 15px 0;
    border-top: 5px solid var(--white);
    border-bottom: 5px solid var(--white);
    color: var(--white);
    letter-spacing: -0.03em;
}
.environ p.txt{
    margin-top: 40px;
    color: var(--white);
}
/* PORK */
.tidy{
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.tidy .pic{
    width: 580px;
    padding: 20px;
    position: absolute;
    top: 90px;
    left: 20px;
}
.tidy .pic::after{
    content: '';
    width: 70.37%;
    height: 48%;
    background-color: var(--cyan);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tidy .headline{
    width: 580px;
    padding-left: 40px;
}
.tidy .headline h3{
    padding: 15px 15px;
    border-top: 5px solid var(--blue);
    border-bottom: 5px solid var(--blue);
    text-align: left;
    letter-spacing: 0.1em;
}
.tidy .headline .subtitle{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    text-align: justify;
    letter-spacing: 0.075em;
    line-height: 36px;
}
.tidy p.txt{
    margin-top: 40px;
}
.tidy .content{
    width: 580px;
    padding-left: 40px;
}
/*===== PAGE BLOCK 3 =====*/
.block3{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px 90px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.pFoot .pic{
    flex: 0 0 580px;
    width: 520px;
    margin-top: -175px;
    padding: 20px 20px 20px 40px;
    position: relative;
}
.pFoot .pic::after{
    content: '';
    width: 73%;
    height: 60%;
    background-color: var(--cyan);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.pFoot .headline{
    flex: 0 0 580px;
}
.pFoot .headline h3{
    padding: 0 0 0 20px;
    letter-spacing: 0.075em;
    text-align: left;
    position: relative;
}
.pFoot .headline h3::after{
    content: '';
    width: 5px;
    height: 84%;
    display: block;
    background-color: var(--blue);
    position: absolute;
    top: calc(50% - 40%);
    left: 0;
}
.pFoot p.txt{
    margin-top: 30px;
    padding: 0 50px 0 20px;
}
.pFoot p.txt:first-of-type{
    margin-top: 40px;
}
/*===== PAGE BLOCK 4 =====*/
/* POULTRY */
.block4{
    padding: 175px 0 125px 0;
    background: url(../image/picPoultry5.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.produce{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 50px 50px 50px;
    background-color: rgba(237, 241, 246, 0.9);
}
.produce .headline{
    margin-bottom: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.produce .headline h3{
    flex: 0 0 375px;
    margin-top: -60px;
    padding: 5px 0 7px 0.3em;
    background-color: var(--blue);
    color: var(--white);
    letter-spacing: 0.3em;
}
.produce .headline p.txt{
    padding-left: 40px;
}
.produce h5{
    font-size: 24px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
    letter-spacing: 0.075em;
}
.produce .steps{
    margin-top: 40px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.produce .steps > div{
    text-align: center;
}
.produce .steps > div img{
    width: 180px;
    border-radius: 100%;
    border: 5px solid var(--blue);
}
.produce .steps > div p{
    margin-top: 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
}
.produce .steps > div p::before{
    content: '';
    width: 36px;
    height: 32px;
    background: url(../image/iconCheck.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 16px);
    left: -50px;
}
/*===== PAGE BLOCK 8 =====*/
/* PORK */
.block8{
    padding: 175px 0 70px 0;
    background: url(../image/picPork4.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.live{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 50px;
    background-color: rgba(237, 241, 246, 0.9);
}
.live .headline{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.live .headline h3{
    padding: 0 0 0 20px;
    text-align: left;
    letter-spacing: 0.075em;
    position: relative;
}
.live .headline h3::after{
    content: '';
    width: 5px;
    height: 86%;
    display: block;
    background-color: var(--blue);
    position: absolute;
    top: calc(50% - 42%);
    left: 0;
}
.live .content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.live .content .article{
    flex: 0 0 600px;
}
.live .content .article p.txt{
    margin-top: 40px;
}
.live .content .pic{
    flex: 0 0 510px;
    width: 510px;
    margin-top: 40px;
    left: 70px;
    position: relative;
    z-index: 2;
}
.live .content .pic::after{
    content: '';
    width: 74.5%;
    height: 71.42%;
    background-color: var(--cyan);
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
.block8 .quotes{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 200px;
}
.block8 .quotes img{
    width: 100%;
}
/*===== PAGE BLOCK 5 =====*/
.block5{
    width: 100%;
    max-width: 1200px;
    margin: 150px auto 0 auto;
    padding: 50px 60px;
    background-color: var(--bgLight);
}
.block5 .welfare{
    height: 940px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.welfare .headline{
    width: 590px;
    text-align: center;
}
.welfare .headline h3{
    padding: 15px 0;
    display: inline-block;
    border-top: 5px solid var(--blue);
    border-bottom: 5px solid var(--blue);
    text-align: left;
    letter-spacing: 0.075em;
}
.welfare .subtitle{
    width: 480px;
    margin-bottom: 45px;
    padding-left: 60px;
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    text-align: justify;
    letter-spacing: 0.075em;
    line-height: 36px;
}
.welfare .content{
    width: 590px;
    margin-top: 40px;
}
.welfare p.txt{
    margin-top: 40px;
    letter-spacing: 0.1em;
}
.welfare .content > p.txt{
    margin-top: 0;
}
.welfare .content ul li{
    margin-left: 18px;
    list-style: disc;
}
.welfare .pic{
    width: 480px;
    position: relative;
    z-index: 1;
}
.welfare .pic > div{
    width: 530px;
    position: absolute;
    top: 0;
    left: 60px;
}
.welfare .pic > div::after{
    content: '';
    width: 71.69%;
    height: 54.54%;
    background-color: var(--cyan);
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
/*===== PAGE BLOCK 6 =====*/
.block6{
    width: 100%;
    max-width: 1300px;
    margin: 85px auto 90px auto;
    padding-top: 90px;
    background: url(../image/picPoultry7.jpg) no-repeat center top;
    background-size: 100%;
}
.block6 .headline{
    text-align: center;
    margin-bottom: 50px;
}
.block6 .headline h3{
    padding: 15px 0;
    display: inline-block;
    border-top: 5px solid var(--white);
    border-bottom: 5px solid var(--white);
    color: var(--white);
    letter-spacing: 0.075em;
}
.block6 .life{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    background-color: var(--bgLight);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.life .boxOuter{
    flex: 0 0 370px;
}
.life .boxOuter .box{
    margin: 50px 0;
    padding: 0 20px 0 30px;
}
.life .boxOuter:nth-of-type(2) .box{
    border-right: 2px solid var(--cyan);
    border-left: 2px solid var(--cyan);
}
.life .boxOuter .box:nth-of-type(1){
    height: 340px;
}
.life .boxOuter .box:nth-of-type(2){
    height: 160px;
}
.life .boxOuter .box h4{
    font-size: 24px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 32px;
}
.life .boxOuter .box > p.txt{
    margin-top: 20px;
}
.life .boxOuter .box ul li{
    margin-left: 15px;
    list-style: disc;
}
/*===== PAGE BLOCK 7 =====*/
.block7{
    width: 100%;
    margin-top: 125px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block7 > img{
    width: 100%;
    min-width: 2560px;
}
/*===== PAGE BLOCK 9 =====*/
.block9{
    width: 100%;
    max-width: 1100px;
    margin: 150px auto 0 auto;
    padding: 0 50px;
    text-align: center;
}
.block9 h3{
    padding: 15px 0;
    display: inline-block;
    border-top: 5px solid var(--blue);
    border-bottom: 5px solid var(--blue);
    letter-spacing: 0.15em;
}
.block9 .safety{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.safety .item{
    flex: 0 0 450px;
}
.safety .item .pic{
    width: 450px;
    position: relative;
}
.safety .item .pic:after{
    content: '';
    width: 450px;
    height: 300px;
    background-color: var(--blue);
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: -1;
}
.safety .item p.txt{
    margin-top: 50px;
    padding: 0 20px 0 0;
}
.block9 .trace{
    margin: 50px 0 90px 0;
    padding: 50px 95px;
    background-color: var(--bgLight);
}
.block9 .trace img{
    margin-bottom: 50px;
}

/*===== MEDIA BANK =====*/
/* BRAND */
.backgray3{
    width: 1440px;
    height: 100%;
    background-color: var(--bgLight);
    position: absolute;
    top: 0;
    left: calc(50% - 160px);
    z-index: -1;
}
.mediaBrand{
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 40px;
}
.mediaBrand .headline{
    margin-bottom: 35px;
    text-align: center;
}
.mediaBrand .headline h3{
    padding-bottom: 20px;
    font-size: 48px;
    display: inline-block;
    position: relative;
}
.mediaBrand .headline h3::after{
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
.mediaBrand .imgList{
    width: 660px;
    margin: 0 auto;
}
.mediaBrand .imgList li.slick-slide{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.mediaBrand .imgList li.slick-slide a{
    width: 50px;
    height: 50px;
    margin-top: 30px;
    display: block;
    background: url(../image/iconDownload3.png) no-repeat center center;
    background-size: 100%;
    border: 2px solid var(--blue);
    border-radius: 100%;
    transition: all 0.5s;
    position: relative;
    z-index: 10;
}
.mediaBrand .imgList li.slick-slide a:hover{
    background: url(../image/iconDownload4.png) no-repeat center center var(--blue);
    background-size: 100%;
}
.mediaBrand .imgList > .slick-dots{
    left: 0;
    z-index: -1;
}
.mediaBrand .imgList > .slick-dots li button:before{
    background-color: var(--cyan);
}
.mediaBrand .imgList > .slick-dots li.slick-active button:before{
    background-color: var(--blue);
}
.mediaBrand .imgList .slick-prev{ left: -100px;}
.mediaBrand .imgList .slick-next{ right: -100px;}

/* NEWS */
.mediaNews{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}
.mediaNews .headline{
    margin-bottom: 35px;
    text-align: center;
}
.mediaNews .headline h3{
    padding-bottom: 20px;
    font-size: 48px;
    display: inline-block;
    position: relative;
}
.mediaNews .headline h3::after{
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
.mediaNews .newsList li{
    width: 100%;
    margin-top: 20px;
    padding: 30px 50px 25px 50px;
    background-color: var(--bgLight);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mediaNews .newsList li p{
    padding-right: 15px;
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    text-align: left;
    letter-spacing: 0.075em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mediaNews .newsList li a{
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    background-color: #4185d9;
    border-radius: 100%;
    transition: all 0.5s;
}
.mediaNews .newsList li a:hover{
    background-color: var(--blue);
}
/* PHOTO */
#photo .headline{
    margin-top: 90px;
    margin-bottom: 35px;
    text-align: center;
}
#photo .headline h3{
    padding-bottom: 20px;
    font-size: 48px;
    display: inline-block;
    position: relative;
}
#photo .headline h3::after{
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
.mediaPhoto{
    width: 100%;
    margin-bottom: 90px;
    overflow: hidden;
    position: relative;
}
.mediaPhoto .backgray2{
    width: 2560px;
    height: 100%;
    background-color: var(--bgLight);
    position: absolute;
    right: calc(50% - 600px + 20px);
    z-index: -1;
}
.mediaPhoto .photoList{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 105px;
}
.photoList .pList{
    margin: 0 15px;
}
.photoList .pList li{
    width: 100%;
    padding: 15px 0;
    position: relative;
}
.photoList .pList li a{
    width: 38px;
    height: 38px;
    border-top: 2px solid var(--white);
    border-left: 2px solid var(--white);
    position: absolute;
    bottom: 15px;
    right: 0;
}
.photoList .pList li a:hover{
    background-color: var(--blue);
    border-top: 2px solid var(--blue);
    border-left: 2px solid var(--blue);
    transition: all 0.5s;
}
.wrap .photoList .slick-prev, .wrap .photoList .slick-next{ top: 50%;}
.wrap .photoList .slick-prev{ left: -15px;}
.wrap .photoList .slick-next{ right: -15px;}
/* RECIPE */
.mediaRecipe{
    width: 100%;
    max-width: 1300px;
    margin: 85px auto 90px auto;
    padding-top: 90px;
    background: url(../image/picRecipe.jpg) no-repeat center top;
    background-size: 100%;
}
.mediaRecipe .headline{
    text-align: center;
    margin-bottom: 50px;
}
.mediaRecipe .headline h3{
    padding: 15px 0;
    display: inline-block;
    border-top: 5px solid var(--white);
    border-bottom: 5px solid var(--white);
    font-size: 48px;
    color: var(--white);
}
.mediaRecipe .recipeList{
    width: 1160px;
    margin: 0 auto;
    padding: 50px 17.5px 75px 17.5px;
    background-color: var(--bgLight);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mediaRecipe .recipeList li{
    width: 350px;
    padding: 0 12.5px;
    position: relative;
}
.mediaRecipe .recipeList li p{
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    text-align: left;
    letter-spacing: 0.075em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mediaRecipe .recipeList li a{
    width: 38px;
    height: 38px;
    border-top: 2px solid var(--white);
    border-left: 2px solid var(--white);
    position: absolute;
    bottom: 39px;
    right: 12.5px;
}
.mediaRecipe .recipeList li a:hover{
    background-color: var(--blue);
    border-top: 2px solid var(--blue);
    border-left: 2px solid var(--blue);
    transition: all 0.5s;
}
.wrap .recipeList .slick-prev, .wrap .recipeList .slick-next{ top: 50%;}
.wrap .recipeList .slick-prev{ left: -35px;}
.wrap .recipeList .slick-next{ right: -35px;}

/*===== FOOTER =====*/
.footer{
    width: 100%;
    padding: 40px 50px;
    border-top: 2px solid var(--blue);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer .copyright p:nth-of-type(1){
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    text-align: left;
    letter-spacing: 0.025em;
}
.footer .copyright p:nth-of-type(2){
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-align: left;
    letter-spacing: 0.025em;
    line-height: 28px;
}
.footer .europeLogo{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.footer .europeLogo img{
    display: inline-block;
}
.footer .europeLogo img:nth-of-type(1){ width: 37px; margin-right: 30px;}
.footer .europeLogo img:nth-of-type(2){ width: 156px; margin-right: 30px;}
.footer .europeLogo img:nth-of-type(3){ width: 84px;}

/* 輪播按鈕 */
.wrap .slick-prev, .wrap .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 10;
    top: calc(50% - min(25px, 3.7vw));
    display: block;
    width: 7.4vw;
    height: 7.4vw;
    max-width: 50px;
    max-height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.wrap .slick-prev:hover:before, .wrap .slick-prev:focus:before,
.wrap .slick-next:hover:before, .wrap .slick-next:focus:before{
    opacity: 1;
}
.wrap .slick-prev.slick-disabled:before,
.wrap .slick-next.slick-disabled:before{
    opacity: 1;
    background-image: url('../image/arrowSlick.png');
    background-color: var(--cyan);
}
.wrap .slick-prev:before, .wrap .slick-next:before{
    content: '';
    width: 7.4vw;
    height: 7.4vw;
    max-width: 50px;
    max-height: 50px;
    display: block;
    background-image: url('../image/arrowSlick.png');
    background-color: #4185d9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border-radius: 100%;
    font-size: 0;
    color: transparent;
    opacity: 1;
}
.wrap .slick-prev:before{ transform: rotate(180deg);}
.wrap .slick-prev{ left: max(-34px, -4.42vw);}
.wrap .slick-next{ right: max(-34px, -4.42vw);}
