﻿@charset "utf-8";
:root {
    --main-color: #e46e0d;
    --second-color: #eaa200;
}

.wid-float-section ul, .toast {
    background: var(--second-color);
}

a:hover {
    color: #b85504;
}

::placeholder { /* CSS 3 標準 */

  color: #000;

}
body.product .page-content .pro-name {
    color: #333;
}
.btn.btn-bord {
    border: solid 1px;
    color: #dc3545;
}
::-webkit-input-placeholder { /* Chrome, Safari */

  color: #000;

}
.header .navbar.nav-seperate-box-st .small-btn-box {
    background: none;
}

.navbar .navbar-brand img {
    width: 100%;
}
/*.bsnav-brand-center .navbar-nav:first-child {
    padding-right: 60px;
}
.bsnav-brand-center .navbar-nav:last-child {
    padding-left: 60px;
}*/
.nav-brand-wrapper .nav-com-name {
    display: inline-block;
}
.header .navbar {
    padding: 0 10px;
    background: rgb(0 0 0 / 63%);
    border:none;
}
.header .navbar-nav > .nav-item {
    color: #fff;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #c2f4ff;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-left-color:currentColor;
}
.header .navbar-nav > .nav-item ul, .nav-item.dropdown > .navbar-nav .navbar-nav, body.is_scroll .navbar.nav-seperate-box-st {
    background: rgb(0 0 0 / 62%);
}
body.is_scroll .header .navbar .bsnav-brand-center-wrapper {
    min-height: 0;
    height: auto !important;
}
.h2 {
    border-bottom-color: #ddd;
}
.wid-page_unit .h2 {
    border-bottom: 0;
}
body.home .page-content .more-btn-area, .wid-page_unit .h2 {
    text-align: center;
}
body.home section.service .home-pagelist-area > .container {
    max-width: 100%;
    padding: 0;
}

body.home section.service .home-pagelist-area [class*="col-"] {
    padding: 0;
}

body.home section.service .home-pagelist-area .list_item {
    display: block;
    margin: 0;
    position: relative;
}
body.home section.service .home-pagelist-area .descbox {
    max-width: 70%;
    margin: 0 auto 24px;
    text-align: center;
}
body.home section.service .home-pagelist-area .list_item .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0 0 0 / 33%);
    color: #fff;
    padding: 30px;
}
body.home section.service .home-pagelist-area .list_item:after {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 2px solid #ddd;
    content: "";
    pointer-events: none;
}
body.home section.service .home-pagelist-area .list_item:hover .info,body.home section.service .home-pagelist-area .list_item:hover:after {
    opacity:0;
}
body.home .page-content .h3 span {
    display: block;
    font-size: 62%;
    opacity: 0.8;
}
body.home .page-content .h3, 
body.home .page-content .h3 span {
    font-weight: normal;
}
/*商品*/
body.home .page-content .gallery-list.border-solid .item .item-detail .info {
    padding: 10px;
    margin: 0 !important;
}

/*訊息*/
body.home .news-sec .article-grid.info-absolute .item .info {
    padding: 12px;
    /* background: #f5f5f5; */
    /* border-radius: 0 0 20px 20px; */
    text-align: left;
}
body.home .sec01 {
    padding: 80px 0 !important;
  
}
body.home .news {
    position:relative;
    z-index:1;
    padding-top:80px !important;
}
body.home .page-content .article-grid.info-absolute .item {
    margin-bottom: 0;
    padding-bottom: 0;
}
body.home .news::before {
    content: "";
    display: block;
    left: -64px;
    right: -64px;
    top: 0;
    bottom: -35px;
    background: url(../images/prod_bg.jpg)no-repeat;
    position: absolute;
    z-index: -1;
    transform: rotate(2deg);
}
body.home .news-sec .slick-arrow {
    width: 47px;
    height: 70px;
    background: url(../images/arrow3.svg) -4px -6px no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    position: absolute;
    z-index: 1;
}
body.home .news-sec .pr_cd {
    position: relative;
	margin:0 auto;
}
body.home .news-sec  .slick-btn {
    position: absolute;
    width: 100%;
    top: calc(50% - 40px / 2);
}
body.home .news-sec .slick-arrow.btn-next {
    background-position: -4px -393px;
    right: -23px;
}
body.home .news-sec .slick-arrow.btn-prev {

    left: -23px;
}

body.home .news-sec  .article-grid.info-absolute .item .pic img {
    transform: scale(1);
    transition: all .3s ease;
}
body.home .news-sec  .article-grid.info-absolute .item:hover .pic img {
    transform: scale(1.1);
}
/*.article-grid .item article .pic:after,body.product .gallery-list .item .pic:after{
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.3);
    background-image: url(../images/news_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .6s ease;
	pointer-events:none;
}
*/
.gallery-list .item a{
	display:block;
}
.gallery-list .item .btn {
    display: inline-block;
}
/*.article-grid .item article:hover .pic:after,body.product .gallery-list .item:hover .pic:after{
    opacity: 1;
}*/

.article-grid .item article .pic{
	position:relative;
}
body.home .news-sec .article-grid.info-absolute .item .info > * {
    margin: 7px 0;
}
body.home .news-sec .article-grid.info-absolute .item .info .tt_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 42px; */
    font-size: 14px;
    opacity: 0.6;
}
body.home .page-content .videobox {
    background: url(../images/prod_bg2.jpg) repeat-y top -17px center;
    /* margin-top: -120px; */
    padding: 132px 0 80px 0 !important;
    background-size: cover;
}
body.home .page-content .h3 span {
    display: block;
    font-size: 15px;
    opacity: 0.8;
}

body.home .page-content .h3, 
body.home .page-content .h3 span {
    font-weight: normal;
}

body.home .page-content .h3 {
    font-size:40px;
}
body.home .page-content .abbox h1.h3 {
    display: none;
}
body.home .page-content .abbox {
    background: url(../images/ab1.jpg) right bottom no-repeat,url(../images/ab2.jpg) top -11px left no-repeat;
}
body.home .page-content .abbox .row .title {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 40px;
}
body.home .page-content .abbox .title .txt-en {
    font-size: 15px;
    color: #333;
}
body.home .page-content .abbox .title .txt-en:before {
    content: "/";
    margin: 0 8px;
}
body.home .page-content .abbox .btn.more {
    background: #fff;
    color: #333;
    border: 1px solid;
    margin-left: 0;
    margin-top: 36px;
}
body.home .page-content .abbox .row {
    margin-bottom: 100px;
}
body.home .page-content .abbox .row:nth-child(even) {
    flex-direction: row-reverse;
}
body.home .page-content .abbox .row > div:nth-child(2) {
    padding: 10px 30px;
}
body.home .page-content .abbox .row p {
    font-size: 15px;
}
body.home .page-content .abbox .row .pic {
    position: relative;
    border: 3px solid #fff;
    z-index:1;
}
body.home .page-content .abbox .row .pic::after {
    position: absolute;
    /* border: 3px solid #fff; */
    content: "";
    left: 0;
    right: 0;
    height: 33px;
    background: url(../images/shadow.png) no-repeat center bottom;
    bottom: -33px;
    background-size: 100% auto;
    z-index: -1;
}


/*聯絡*/
body.home .page-content .contact {
}
body.home .page-content .text-center.text-lg-left {
    display: none;
}
body.home .contact-form .box-intro {
    color: #333;
    margin-bottom: 18px !important;
}
body.home .contact {
    background: url(../images/contact.jpg) center no-repeat;
}
body.home .contact-form {
    width: 80%;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 90%) !important;
    padding: 46px;
}
body.home .contact-form .form-control {
    background: none;
    /* border: 0; */
    /* color: #fff; */
    border-color: #989898;
    border-radius: 0;
}
body.home .contact-form .form-group.mainformWrap {
    margin-bottom: 22px;
}
body.home .contact-form label {
    font-size: inherit;
}

body.home .page-content .home-contact-area .row .col-lg-8 {
    width: 100%;
}

body.home .page-content .home-contact-area .container {
    width: 60%;
}
body.home .page-content .home-contact-area {
    padding: 0;
    color: #fff;
    background: none;
}

body.home .contact-form .btn.btn-primary {
    background-color: #7f686e;
    position:relative;
    overflow:hidden;
}

body.home .contact-form .radio-inline + .radio-inline {
    margin-left: 14px;
    display: inline-block;
}
body.home section.service .home-pagelist-area .list_item p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}
.page-content .btn.more {
    display: table;
    color: #fff;
    font-size: 13px;
    position: relative;
    padding: 13px 60px 13px 40px;
    background-color: #7f686e;
    letter-spacing: 1px;
    margin: 0 auto;
    overflow: hidden;
}

.page-content .btn.more::after,
body.home .contact-form .btn.btn-primary::after{
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/arrow2.svg)no-repeat;
    width: 28px;
    height: 8px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.page-content .btn.more:hover::after,
body.home .contact-form .btn.btn-primary:hover::after{
    right:-30px;
}
body.home .page-content .abbox .btn.more::after {
    background: url(../images/arrow.svg)no-repeat;
}

/********************* 聯絡表單 contact *********************/
body.contact .form-group .radio-inline {
    /* margin-right: 13px; */
    padding: 0px 6px;
}


/********************* cookie *********************/
body.cookie_agree .footer_content {
  padding-bottom: 80px; }

/*.cookie {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #171414;
  z-index: 100;
  border-top: 1px solid #d7d7d7;
  color: #fff;
  text-align: left; }
*/
.cookie .txt a {
  text-decoration: underline;
  color: #8f8f8f;
  font-size: 0.875rem; }

/*.cookie .agree-btn {
  padding: 5px 15px;
  display: inline-block;
  background: #fff;
  color: #333;
  margin-top: 3px;
  transition: all .3s ease; }
*/
.cookie .agree-btn:hover {
  background: #ccc; }
.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 74%);
    color: #fff;
    padding: 10px;
    z-index: 999;
}
#ctl00_footer_custom_BlockRpt_ctl00_ctl00_cookie_cookie_panel a.agree-btn {
    padding: 10px 26px;
    background:var(--main-color);
    display: inline-block;
    border-radius: 33px;
}
.footer .footer-info ul li {
    line-height: 2;
}

/*footer*/

.footer .footer-info ul li a, .footer .footer-info .desc,
.footer .footer_content.fc_seperate_bottom .right-area a,
.footer .footer_content.fc_seperate_bottom .social-box svg, 
.footer .footer-seo .h4, .footer .footer-seo .desc, .right-area .editor, 
.footer .footer_content .sitemap > ul > li > a, 
.footer .footer_content .sitemap > ul > li > a:hover, 
.footer .footer-info ul li .icon, .footer .copyrights-info a,
.footer .copyrights, .footer .footer-info ul li,
#ctl00_footer_custom_BlockRpt_ctl00_ctl00_cookie_cookie_panel a,
 .wid-float-section ul li a,.wid-float-section ul li a:hover,.wid-float-section ul li a:hover .icon,
body.home .news-sec .article-grid.info-absolute .item .info .date,
body.home .news-sec .article-grid.info-absolute .item .info .tt_1, 
body.home .news-sec .article-grid.info-absolute .item .info .tt_1 a,
body.home .news-sec .article-grid.info-absolute .item .info .tt_2,
body.home .news-sec .article-grid.info-absolute .item .info .tt_2 a,
body.home .videobox .item .info .date, body.home .videobox .item .info .title a,
body.home .news .h3, 
body.home .videobox .h3{
  color: #fff;
}
.wid-float-section ul li a:hover, .wid-float-section ul li a:hover .icon {
    color: #333;
}
.footer {
    background:#000;
}
.footer .footer_content {
    background: none;
    padding-bottom:40px;
}
/*.footer .nav.tat_x {
    flex-direction: column;
}*/
.footer .footer-info {
    
}
.footer .footer-info .nav li {
    margin-right: 20px;
}
.footer .footer-info .nav li label {
    margin-right: 5px;
    color: var(--main-color);
    opacity: 0.8;
    background: #ffffff;
    padding: 0px 11px;
}

.footer .footer-info .right-box,
 .footer .footer-info .left-box, 
 .footer .footer-info img {
    margin: 0px 15px;
}

/*.footer .social-box  li a {
    display: block;
    opacity: 0.7;
	width: 36px;
    height: 36px;
    text-indent: -9999px;
	background: url(../images/social1.svg) no-repeat;
}


.footer .social-box li.icon_f a {
    background-position: -5px -13px;
}

.footer .social-box li.icon_i a {
    background-position: -5px -131px;
}
.footer .social-box li.icon_t a {
    background-position: -5px -389px;
}
.footer .social-box li.icon_y a {
    background-position: -5px -273px;
}
.footer .social-box li.icon_p a {
    background-position: -5px -495px;
}
.footer .social-box li.icon_l a {
    background-position: -5px -610px;
}*/
.footer .social-box {
    margin: 6px 0;
}

.footer .social-box li a:hover {
    opacity: 1;
}
.footer .copyrights {
    text-align: center;
	opacity:0.5;
	font-size:15px;
}
.footer .footer-info ul li {
    display: inline-block;
    font-size: 14px;
}
.footer .copyrights-info {
    border-top: 0;
    padding: 0;
    margin-top: 6px;
    font-size: 14px;
}
.footer .powered {
    font-size: 15px;
    text-align: right;
}
.wid-float-section {

    opacity: 0;
}
.is_scroll .wid-float-section {

    opacity: 1;
}
.gotop {
    right: 4px;
}
body.home .main {
    display: none;
}

.bsnav-mobile.full.in .navbar {
    /*background: rgb(239 183 137 / 96%);*/
}

/*背景主色，白字*/
body.show .page-item .page-link:hover, body.home .page-content .newsbox .item-wrap .tag,
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .nav-link:hover, body.news .page-content .article-grid.ar-img .item .info .kind a {
    background: var(--main-color);
    color: #fff;
}

/*背景副色，白字*/

/*.nav-item.dropdown>.navbar-nav .nav-item:hover > a,.footer {
    background: var(--second-color);
    color: #fff;
}*/
.nav-item.dropdown > .navbar-nav .nav-item:hover > a, .footer {
    /*background: #e57515;
    color: #fff;*/
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:hover:before {
    border-color: transparent transparent transparent var(--main-color);
}
.header .navbar-nav > .nav-item a .caret, .header .navbar-nav .nav-item:hover > .nav-link .caret {
    border-top-color: currentcolor;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px currentColor;
}

.kind-info .h2 .txt-tw {
    color: #333;
    margin-left: 12px;
}
body.news.show .page-content .h1 {
    /* color: #1c68a3; */
    /* font-weight: normal; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 28px;
}


.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: 1px solid;
}

body.about  .editor {
    margin-bottom:0 !important;
}



body.about .page-content .sopbox .inner {
    align-items: center;
	background:none;
}

body.about .page-content .sopbox .inner .sm-circle {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(323deg, #93d2dc, #0c98a5);
    margin: 0 auto;
    font-size: 20px;
    position: relative;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: rgb(50 168 180 / 38%) 0 0 10px 0px;
}
body.about .page-content .sopbox .inner .sm-circle::after,
body.about .page-content .sopbox .inner .sm-circle::before, 
body.about .page-content .sopbox .bottombox .sop .list_item:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background: url(../images/arrow4.svg) no-repeat center;
    /* border-width: 4px 0 4px 5px; */
    /* border-color: transparent transparent transparent #000; */
}
body.about .page-content .sopbox .inner .sm-circle::after {
    right: -75px;
}
body.about .page-content  .sopbox .inner .sm-circle::before {
    left: -72px;
}
body.about .page-content .sopbox .bottombox .sop .list_item:after {
    top: calc(50% - 30px /2);
    right: -44px;
}
body.about .page-content .sopbox .inner .big-circle {
    position: relative;
    /*display: inline-block;*/
    text-align: center;
    /* color: #fff; */
}
body.about .page-content .sopbox .inner .second .title {
    text-align: center;
    margin-bottom: 51px;
    background: #99bfc8;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
}
body.about .page-content .sopbox .inner .big-circle:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 300px / 2);
    top: calc(50% - 300px / 2);
    /* bottom: 0; */
    /* right: 0; */
    background: linear-gradient(323deg, #c5d2ff, #96d1ff);
    z-index: -1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: rgb(134 163 219 / 38%) 0 0 10px 0px;
}

body.about .page-content .sopbox .bottombox .sop {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
body.about .page-content .sopbox .bottombox .sop .list_item {
    width: 21%;
    display: block;
    padding: 10px;
    background: linear-gradient(323deg, #93d2dc, #0c98a5);
    /* background: #ddd; */
    margin-bottom: 21px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    border: 2px solid #fff;
    position:relative;
    box-shadow: rgb(50 168 180 / 38%) 0 0 10px 0px;
}
body.about .page-content .sopbox .bottombox .sop.up .list_item:last-child:after {
    transform: rotate(90deg);
    right: calc(50% - 50px / 2);
    top: auto;
    bottom: -57px;
}
body.about .page-content  .sopbox .bottombox .sop.down {
    flex-direction: row-reverse;
    margin-top: 40px;
}
body.about .page-content  .sopbox .bottombox .sop.down .list_item:after {
    transform: rotate(180deg);
}

body.about .page-content .sopbox .bottombox .point {
    display: table;
    padding: 14px 29px;
    margin: 83px auto 0;
    background: #ffedd2;
    border-radius: 18px;
    background: linear-gradient(269deg, #ffcc9d, #ffa175);
    position: relative;
}
body.about .page-content  .sopbox .bottombox .point:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 33px / 2);
    top: -72px;
    background: url(../images/sop_arrow3-01.svg) no-repeat bottom center;
    /* background-size: auto 100%; */
    width: 33px;
    height: 63px;
}
body.about .page-content .sopbox .bottombox .inner .company {
    position: absolute;
}
body.about .page-content .sopbox .bottombox .inner {
    position: relative;
    padding: 79px 30px 79px 79px;
}
body.about .page-content  .sopbox .bottombox .inner:before {
    content: "委託收購合約";
    writing-mode: vertical-rl;
    display: flex;
    position: absolute;
    left: 0;
    top: 37px;
    bottom: 80px;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    background: url(../images/sop_arrow3-01.svg) no-repeat bottom right;
    background-size: auto 100%;
}
body.about .page-content .sopbox .bottombox .sop .list_item:after {
    width: 30px;
    height: 30px;
    background-size: contain;
}
body.about .page-content .sopbox .bottombox .inner::after {
    content: "";
    position: absolute;
    left: 42px;
    top: 23px;
    background: url(../images/sop_arrow4-01.svg) no-repeat bottom right;
    background-size: auto 100%;
    width: 142px;
    height: 29px;
}
body.about .page-content .sopbox .bottombox .up.sop .list_item.i3:before,
body.about .page-content .sopbox .bottombox .up.sop .list_item.i1:before,
body.about .page-content .sopbox .bottombox .sop.down .list_item.i4:before {
    position: absolute;
    top: -65px;
    color: #333;
    left: 63%;
    /* right: 0; */
    /* transform: translateX(-50%); */
    width: 100%;
    background: #ffdab8;
    padding: 5px;
    border-radius: 10px;
}
body.about .page-content .sopbox .bottombox .up.sop .list_item.i1:before {
    content: "建元漁業管理";
}
body.about .page-content .sopbox .bottombox .up.sop .list_item.i3:before {
    content: "養殖公司";
}
body.about .page-content .sopbox .bottombox .down.sop .list_item.i4:before {
    content: "銷售通路";
    left: -35px;
    bottom: -86px;
    top: auto;
    width: 133%;
}
body.about .page-content .sopbox .bottombox .sop.down .list_item:first-child:after {
    content: none;
}

body.about .page-content .sopbox .bottombox .up.sop .list_item.i2:before {
    content: "委託養殖合約";
    position: absolute;
    left: 50%;
    top: -75px;
    color: #333;
    width: 120%;
    padding-bottom: 27px;
    background: url(../images/sop_arrow2-02.svg) no-repeat bottom;
    background-size: 100% auto;
    font-size: 15px;
}
.txt h3 {
    margin: 19px 0 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #195e7b;
    padding: 11px;
}
body.about .page-content .sopbox .bottombox {
    margin-top: 54px;
}


.p1 .topbox .list-item, .p2 .topbox .list-item{
    width: 23%;
}
.p1 .bottombox .list-item , .p3 .topbox .list-item{
    width: 30%;
}

.p1 .d-flex, .p2 .d-flex, .p3 .d-flex, .p4 .d-flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

.p1 .list-item, .p2 .list-item, .p3 .list-item, .p4 .list-item {
    position: relative;
    /* margin-top: 75px; */
    padding: 10px;
    /* overflow: hidden; */
    border: 1px solid #ddd;
    margin-top: 37px;
    background: #75c2e6;
}

.p1 .d-flex, .p2 .d-flex, .p3 .d-flex, .p4 .d-flex {
    counter-reset: num;
}


.p1 .list-item:before, .p2 .list-item:before, .p3 .list-item:before, .p4 .list-item:before {
    content: "";
    content: "";
    position: absolute;
    counter-increment: num;
    content: "0" counter(num);
    z-index: 1;
    font-size: 100px;
    color: rgb(109 183 217 / 51%);
    line-height: 1;
    right: -3px;
    bottom: -14px;
    font-weight: bold;
    z-index: -1;
}
.p1 .inner .leftbox img, .p2 .inner .leftbox img,
.p3 .inner .leftbox img, .p4 .inner .leftbox img {
    height: 100%;
    object-fit: cover;
}

.p1 .d-flex > *, .p2 .d-flex > *, .p3 .d-flex > *, .p4 .d-flex > * {
    width: 50%;
}
.titlebox {
    padding: 60px 0;
    background: url(../images/all/abouttitle.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.titlebox h3 {
    margin-top: 0;
    margin: 0;
    width: 36%;
    background: none;
    border-right: 1px solid #ffffffa3;
}
.titlebox .desc{
    color: #fff;
    font-size:16px;
    width:60%;
}
.titlebox .container{
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* max-width: 1200px; */
    /* margin: 0 auto 46px; */
}

body.about .main {
    display: none;
}
.txt h4 {
    display: table;
    margin: 0px auto 20px;
    background: #b7d3fc;
    border-radius: 30px;
    padding: 13px 36px;
}
.p1 .d-flex .leftbox, .p2 .d-flex .leftbox, 
body.about .d-flex .leftbox {
    width: 40%;
}

.p1 .d-flex .rightbox, .p2 .d-flex .rightbox, body.about .d-flex .rightbox {
    width: 58%;
    padding-right: 39px;
}
body.about .sec01 {
    margin-bottom: 44px;
}
body.about .page-content .inner {
    background: #f9f9f9;
}
body.about .sec01:last-child {
    margin-bottom: 0;
}
body.about .d-flex .rightbox {
    padding: 30px;
    align-self: center;
}
body.about .list-item .title {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
}
.p1 .list-item .icon, .p2 .list-item .icon, .p3 .list-item .icon, .p4 .list-item .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: -36px auto 20px;
    background: url(../images/icon-01.svg) no-repeat center 0 #75c2e6;
    background-size: 90%;
    border-radius: 50%;
    z-index: 7;
}
.p1 .bottombox .list-item .icon {
    background: url(../images/icon-02.svg) no-repeat center 0 #75c2e6;
    background-size: 90%;
}
.p1 .list-item.i2 .icon {
    background-position: center -176px;
}
.p1 .list-item.i3 .icon {
    background-position: center -391px;
}
.p1 .list-item.i4 .icon {
    background-position: center -627px;
}
.p1 .bottombox .list-item.i6 .icon {
    background-position: center -173px;
}
.p1 .bottombox .list-item.i7 .icon {
    background-position: center -397px;
}

.p2 .list-item.i4 .icon {
    background-position: center -523px;
}

.p2 .list-item.i3 .icon {
    background-position: center -340px;
}

.p2 .list-item.i2 .icon {
    background-position: center -143px;
}

.p2 .list-item .icon {
    background: url(../images/icon3-01.svg) no-repeat center 0 #75c2e6;
    background-size: 90%;
}
.p4 .list-item {
    width: 49%;
    margin-bottom: 15px;
}

.p3 .topbox .list-item .icon {
    background: url(../images/icon3-02.svg) no-repeat center 0 #75c2e6;
    background-size: 90%;
}
.p3 .topbox .list-item.i2 .icon {
    background-position: center -149px;
}
.p3 .topbox .list-item.i3 .icon {
    background-position: center -342px;
}


.p4 .topbox .list-item .icon {
    background: url(../images/icon3-03.svg) no-repeat center 0 #75c2e6;
    background-size: 90%;
}
.p4 .topbox .list-item.i2 .icon {
    background-position: center -155px;
}