/* section */
section{padding:5vw 0}
section >*{z-index:5}
section .title_box{}
section .title_box font{font-weight: 300;font-size: 62px;color: var(--primary);position: relative;font-family: 'Tenor Sans', sans-serif;line-height: 90%;text-transform: uppercase;}
section .title_box font:nth-child(1){color: var(--info);margin-right: 10px;}
section .title_box .page_title{text-transform: uppercase;line-height: 130%;letter-spacing: 14px;font-weight: 600;font-size: 28px;color: var(--info);position: relative;font-family: Tenor Sans, sans-serif;display: inline-block;padding-left: 60px;margin-bottom: 20px;}
section .title_box .page_title:before,section .title_box .page_title:after{content:'';position: absolute;width: 8px;height: 8px;background: var(--primary);border-radius: 50px;box-shadow: 15px 0 var(--secondary);left: 0;top: calc(50% - 5px);}
section .title_box .page_title:after{right: -20px;left: auto;}

.more_btn{margin-top:0px}
.more_btn a{position:relative;overflow:hidden;width: 130px;padding: 10px 20px 10px 20px;display:inline-block;border-radius: 30px 0 0px 0px;text-align: center;}
.more_btn font{text-align:left;font-weight:500;/* text-transform:uppercase; */letter-spacing: 1px;color:#4f3c30}
.more_btn.white font{font-size: 14px;position:relative;-webkit-writing-mode:inherit;-ms-writing-mode:inherit;writing-mode:inherit;color:#fff;font-family: 'Tenor Sans', sans-serif;font-weight: 500;}
.more_btn.white span{display: none;}
.more_btn.white span::after{position:absolute;content:"";width:34px;height:14px;background-image:url(/images/39/icon-arrow.png);background-size:contain;background-position:40% 50%;background-repeat:no-repeat;top:20px;right:20px}
.more_btn.white a:before{content:"";height:100%;width: 100%;display:block;position:absolute;bottom:0;left: 0;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;background-color: var(--primary);}

#headBan{position:relative}
#CalendarBox{position:absolute;width:min(90%,900px );left:50%;transform:translate(-50%,0);bottom:-8%;z-index:100;padding:40px 100px;background-color:var(--white);box-shadow:0 0 40px rgba(var(--black-rgb),.2);border-radius:0 70px 0}
#CalendarBox .info h2{font-size:30px;font-weight:400}
#CalendarBox .newsinfo{z-index:10}
#CalendarBox .newsinfo li{}
#CalendarBox .newsinfo li .innewsitem{display:grid;grid-template-columns:80px 1fr;gap: 20px 75px;align-items:center;}
#CalendarBox .newsinfo li .dateBox{display:flex;flex-direction:column;align-items:center;font-family:Tenor Sans,sans-serif;position:relative}
#CalendarBox .newsinfo li .dateBox::after{content:"";position:absolute;right:-39px;top:0;width:1px;height:100%;opacity:.5;background-color:#bbbbbb}
#CalendarBox .newsinfo li .dateBox .year,#CalendarBox .newsinfo li .dateBox .date{font-family:Tenor Sans,sans-serif;color:#797979;font-size:18px;line-height:150%}
#CalendarBox .newsinfo li .dateBox .date{color:var(--complement);font-size:28px}
#CalendarBox .newsinfo li .textBox h3{font-size:19px;letter-spacing:1px;-webkit-line-clamp:2;height:auto;font-weight:500}


/* arrow */
#CalendarBox .arrow {z-index: 5;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 93%;display: flex;justify-content: space-between;}
#CalendarBox .arrow a {margin: .5px;display: flex !important;justify-content: center;align-items: center;}
#CalendarBox .arrow a.prev {-webkit-transform: scaleX(-1);transform: scaleX(-1);}
#CalendarBox .arrow a svg, #CalendarBox .arrow a.next svg {width: 28px;height: 28px;fill: var(--primary);display: flex;flex-direction: column;align-items: center;justify-content: center;background-color: var(--white);border-radius: 150px;padding: 20px;}
#product_next svg { background-color: var(--triadic1); fill: var(--white); }


#mainArea{padding-top:160px;background:url(/images/39/img_all_bg.jpg) #f4f4f4;background-size:cover;background-repeat:no-repeat}

/* news_area */
#news_area{position:relative;}
#news_area section{padding: 50px 0;}
#news_area .bgg:after{content:'';position: absolute;right: 0;top: 0;width: 100px;height: 100%;background-image: url(/images/44/img-news-bg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#news_area .bgg:before{content:url(/images/44/img-news-tree.png);position: absolute;right: -110px;bottom: 50px;z-index: 2;animation-name: fish;animation-direction: alternate;animation-iteration-count: infinite;animation-timing-function: ease-in-out;animation-duration: 2s;}
@keyframes fish{0%{transform-origin:right bottom;transform:rotate(-3deg);}100%{transform-origin:right bottom;transform:rotate(3deg);}}
#news_area #pictureBox,#news_area #hexagonBox{position:absolute;left:60px;top:0;z-index:0}
#news_area #hexagonBox{right:210px;left:auto;bottom:-100px}
#news_area .news_box{width:min(90%,1280px )}
#news_left{width:calc(50% - 70px);position:relative}
#news_left .btn{padding:0;cursor: unset;position: absolute;bottom: 50%;right: -5%;display: flex;align-items: center;gap: 10px;justify-content: space-between;width: 110%;}
#news_left .btn a{position:relative;width: 50px;aspect-ratio: 1/1;border-radius: 50px;background: var(--complement);}
#news_left .btn a:before {position: absolute;width: 10px;height: 10px;border: solid var(--white);border-width: 1px 0 0 1px;display: block;top: calc((100% - 11px) / 2);left: calc((100% - 13px) / 2);content: "";transform: rotate(45deg);-webkit-transform: rotate(135deg);}
#news_left .btn a#photo_prev:before{-webkit-transform: rotate(-45deg);left: calc((100% - 5px) / 2);}
#news_left::after{content:"";position:absolute;right:-39px;top:0;width:1px;height:100%;opacity:.5;background-color:#dbc8dd}
#news_left .img_box{cover;aspect-ratio:4 / 3}
#news_left img{}
#news_left .info_box{margin-top: 20px;}
#news_left .info_box .top{display:flex;justify-content:space-between;align-items:center;flex-direction:column}
#news_left .info_box p.time{font-family:Tenor Sans,sans-serif;font-size:58px;font-weight:500;color:var(--primary);display:flex;align-items:center;flex-direction:column;line-height:110%}
#news_left .info_box p b{font-family:Tenor Sans,sans-serif;font-size:16px;font-weight:400;margin-bottom:7px}
#news_left .info_box .d_inblock.txt_clamp{font-size:15px;background:var(--primary););border-radius:0;color:#ffffff;padding:2px 10px 0;letter-spacing:1px}
#news_left .info_box .Txt h3{height:auto;font-size:21px;-webkit-line-clamp:2;font-weight:600}
#news_left .info_box .Txt p{font-size:15px;margin-top:10px;height: auto;opacity:.8;-webkit-line-clamp: 3;line-height: 2.2;}
#news_left li:hover .info_box .more svg{margin-left:90px}
#news_right{width:50%}
#news_area .tabs_box{margin-bottom:50px;position:relative;display:grid;grid-template-columns:460px 1fr;gap:20px 20px;align-items:end}
#news_area .tabs_btn{width:100%;z-index:100}
#news_area .tabs_box .tabs_btn .newsList{align-items:center;position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:10px 10px}
#news_area .tabs_box .tabs_btn li{opacity:.5}
#news_area .tabs_box .tabs_btn li:first-child{display:none;}
#news_area .tabs_box .tabs_btn .active{opacity:1}
#news_area .tabs_box .tabs_btn li:hover::after,#news_area .tabs_box .tabs_btn .active::after{opacity:1;-webkit-transform:translate(0px,-50%);transform:translate(0px,-50%)}
#news_area .tabs_box .tabs_btn li:last-child:before{display:none}
#news_area .tabs_box .tabs_body{width:calc(100% - 0px);padding-bottom:20px;margin-top:-2px}
#news_area .tabs_btn a{font-size:17px;letter-spacing:0;color:#080808;font-weight:500;display:block;background-color:var(--white);border:1px var(--triadic2) solid;display:inline-block;border-radius:50px;text-align:center;padding:10px 30px}
#news_area .tabs_btn .active a{color:var(--primary);border:1px var(--primary) solid}
#news_area .tabs_body .tab_info{width:100%;top:0;left:0;opacity:0;pointer-events:none}
#news_area .tabs_body .tab_info.showBox{opacity:1;pointer-events:auto}
#news_area .tabs_body .tab_info .news_list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 20px}
#news_area .tabs_body .tab_info li{padding:20px 0;border-bottom:1px solid #dbc8dd}
#news_area .tabs_body .tab_info li:nth-child(5){display:none;}
#news_area .tabs_body .tab_info li:first-child{}
#news_area .tabs_body .tab_info .items{padding:0 10px}
#news_area .tabs_body .tab_info .items .Img{padding-bottom:20px;display:none;width:100%}
#news_area .tabs_body .tab_info .items .Img img{height:310px;width:100%;object-fit:cover}
#news_area .tabs_body .tab_info .items .Txt{}
#news_area .tabs_body .tab_info .items .Txt >div:first-child{display:flex;justify-content:flex-start;flex-direction:row;align-items:center}
#news_area .tabs_body .tab_info .items .Txt .f_aitems_right{padding:20px 0 0}
#news_area .tabs_body .tab_info .items .Txt .f_aitems_right h3{height:auto;font-weight:600;-webkit-line-clamp:2;margin-bottom:20px;font-size:21px}
#news_area .tabs_body .tab_info .items .Txt .f_aitems_right p{height:auto;-webkit-line-clamp:2;opacity:.8}
#news_area .tabs_body .tab_info .items .Txt .f_aitems_right .moreBtn{padding-top:30px;font-family:Tenor Sans,sans-serif;font-size:16px;color:var(--complement);position:relative}
#news_area .tabs_body .tab_info .items .Txt .f_aitems_right .moreBtn::after{content:"";position:absolute;pointer-events:none;top:calc(50% - -14px);left:34%;width:30px;height:1px;background-color:var(--primary)}
#news_area .tabs_body .tab_info .category{color:var(--primary);line-height:160%;font-size:16px;font-weight:400;position:relative}
#news_area .tabs_body .tab_info .items .Txt .time{display:flex;flex-wrap:wrap;align-items:flex-end;padding-left:40px}
#news_area .tabs_body .tab_info .items .Txt .time font{font-family:Tenor Sans,sans-serif;font-size:14px;color:var(--info);text-transform:uppercase;letter-spacing:1px}
#news_area .tabs_body .tab_info .items .Txt .time b{font-family:"Barlow",sans-serif;color:#8b8a8a;font-size:16px;font-weight:500;margin-left:10px;margin-bottom:5px}
#news_area .tabs_body .tab_info li:first-child .items .Img{display:inline-block}
#news_area .tabs_body .tab_info li:first-child article,#news_area .tabs_body .tab_info  li:first-child .items .Txt .more{display:none}
#news_area .tabs_body .tab_info .items .Txt .more{width:auto;border:0px solid var(--info);padding:0}
#news_area .tabs_body .tab_info .items .Txt .more b.arrow{background-color:#ababab;height:1px;width:calc(100% - 60px)}
#news_area .tabs_body .tab_info .category{line-height:160%;font-size:15px;font-weight:400;position:relative;letter-spacing:2px}
#news_area .tabs_body .tab_info .category::after{content:"";position:absolute;pointer-events:none;top:calc(50% - 0px);right:-25px;width:15px;height:1px;background-color:var(--primary)}
#news_area .btnBox{margin-top:20px;}
#news_area .btnBox p{display:inline-flex;align-items: center;}
#news_area .btnBox p a{padding:14px 25px;background: var(--primary);color: var(--white);font-size: 15px;}
#news_area .btnBox p a svg{width:18px;height: 18px;fill: var(--white);margin-left: 70px;}
#news_area .btnBox p a:hover svg{margin-left:100px;}
#news_area .newsListBox {display: flex;justify-content: space-between;gap: 20px 70px;flex-wrap: wrap;}


/* arrow */
#news_right .arrow {bottom: 70px;left: -240px;z-index: 5;}
#news_right .arrow a {margin: .5px;display: flex !important;justify-content: center;align-items: center;}
#news_right .arrow a:before {content:url(/images/44/arrow-left.png)}
#news_right .arrow a.next {background: rgb(45 45 45 / 25%);-webkit-transform: scaleX(-1);transform: scaleX(-1);}

#Service_area{overflow:hidden;position:relative;padding: 50px 0;margin: 70px 0 20px;}
#Service_area .workframe{gap: 20px 180px;width: min( 90% ,1500px);margin: 0 auto;display: flex;}
#Service_area .linkArea{gap: 110px 20px;display: flex;flex-direction: column;justify-content: flex-start;}
#Service_area .linkArea .title_box {margin-left: 28vw;}
#Service_area:before{position:absolute;bottom: 0;content:"";width: 30%;height: 100%;background: linear-gradient(to top, #5b1260 30%,  #b995bb  100%);z-index:2;-webkit-transition:all 0.5s;transition:all 0.5s;left: 0;opacity: 1;}
#Service_area:after{position:absolute;bottom: 0;content:"";width: 100%;height: 75%;background: linear-gradient(to top, #efefef 0%, #efefef 160%);z-index: 1;-webkit-transition:all 0.5s;transition:all 0.5s;left: 0;opacity: 1;}

.linkArea{overflow:hidden}
.linkArea .linkList{display:flex;gap:20px 20px;width:100%;flex-direction:row;flex-wrap:wrap}
.linkArea .linkItem{padding:0px 10px 0;background-color:#fff;height: 260px;width: calc((100%  / 6) - 40px);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}
.linkArea .linkItem::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 20px);height:calc(100% - 20px);border:1px solid rgb(111 31 116);z-index:1;opacity:.5}
.linkArea .linkItem:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0px 10px 16px 7.4px rgb(150 150 150 / 40%);box-shadow:0px 10px 16px 7.4px rgb(150 150 150 / 40%)}
.linkArea .linkItem:after{content:"";position:absolute;background:linear-gradient(to top,#5b1260 30%,#b995bb 100%);width:200%;height:200%;padding-top:100%;border-radius:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;top:100%;opacity:1;-webkit-transition:all 0.3s 0.05s ease-in-out;transition:all 0.3s 0.05s ease-in-out}
.linkArea .linkItem:hover:after{top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.linkArea .linkItem:hover::before{border:1px solid rgb(255 255 255);opacity:.2}
.linkArea .linkItem:hover .subtitle{color:#ffffff}
.linkArea .linkItem:hover .Img{}
.linkArea .item{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}
.linkArea .Img{position:relative;overflow:hidden;width:100px;height:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.linkArea .Img:before{content:"";position:absolute;bottom:0;left:0;width:30px;height:30px;background:linear-gradient(300deg,#6a1e6f,#7d4181);opacity:.1;z-index:0;border-radius:50%}
.linkArea .Img:after{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(300deg,#6a1e6f,#7d4181);opacity:.1;z-index:0;border-radius:50%}
@keyframes border-transform{0%,100%{border-radius:63% 37% 54% 46% / 55% 48% 52% 45%}
14%{border-radius:40% 60% 54% 46% / 49% 60% 40% 51%}
28%{border-radius:54% 46% 38% 62% / 49% 70% 30% 51%}
42%{border-radius:61% 39% 55% 45% / 61% 38% 62% 39%}
56%{border-radius:61% 39% 67% 33% / 70% 50% 50% 30%}
70%{border-radius:50% 50% 34% 66% / 56% 68% 32% 44%}
84%{border-radius:46% 54% 50% 50% / 35% 61% 39% 65%}
}.linkArea .Img img{object-fit:contain;display:block;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:72px;height:72px;margin:auto;z-index:20}
.linkArea .Txt{margin:auto;flex-direction:column;pointer-events:none;display:flex;justify-content:center;align-items:center;align-content:center;margin: 20px 0 10px 0;padding: 0 10px;display: inline-block;}
.linkArea .title{font-size:34px;letter-spacing:1px;color:var(--white);position:relative;font-family:'Tenor Sans',sans-serif;text-transform:uppercase;line-height:130%}
.linkArea .subtitle{letter-spacing:0.5px;font-size: 16px;font-weight:400;text-align:center;color:#000}
.linkArea .Txt p{color:#323232;font-size:13px}
.linkArea .btn1{position:absolute;bottom:11px;left:calc(50% - 30.5px);width:61px;z-index:1}
.linkArea .btn1::before{background-color:#fff}
.linkArea .btn1 a{width:100%;background-color:#fff}
.linkArea .btn1 a::before{background:url("/images/39/arrow_right_white.png") no-repeat center/cover}
.linkArea .link{width:100%;height:100%;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;z-index:32}
.linkArea .link:hover + .btn1 a::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.linkArea .linkItem:hover .Img img{-webkit-transform:scale(0.9);transform:scale(0.9);-webkit-filter:contrast(0) brightness(200%);filter:contrast(0) brightness(200%)}
.linkArea .lastitem{background:linear-gradient(to top,#5b1260 20%,#b995bb 120%)}
.linkArea .lastitem:hover:after{background:linear-gradient(to top,#b995bb -50%,#5b1260 100%)}
.linkArea .lastitem::before{border:1px solid rgb(255 255 255)}
.lifeArea .lastitem .Txt{margin-top:0}
.lifeArea .lastitem .subtitle{color:#ffffff;font-family:Tenor Sans,sans-serif;margin-bottom:10px}
.linkArea .lastitem svg{width:22px;height:22px;fill:var(--triadic1);display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffff1f;border-radius:150px;padding:15px}
.lifeArea .lastitem .linkmore{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*lifeArea*/
.lifeArea{padding:120px 0;overflow:hidden;}
.lifeArea .titleBox .text{margin-top:80px}
.lifeArea .lifeList{display:grid;column-gap:25px;width: 350px;}
.lifeArea .lifeColumn:not(.titleColumn){margin-top:-120px}
.lifeArea .lifeColumn .Img{border-radius:15px;margin-bottom:25px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}
.lifeArea .lifeColumn img{width:100%;height:auto;display:block;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.lifeArea .btnBox .svgBtn .btnLink{display:-webkit-box;display:-ms-flexbox;display:flex}


/*button*/
.btn1{position:relative}
.btn1::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background-color:#839acc;z-index:1}
.btn1.center{text-align:center}
.btn1.full a{width:100%;margin:0}
.btn1 a{position:relative;display:block;width:61px;height:61px;border-radius:50%;background-color:#375981;z-index:2}
.btn1 a::before{content:"";position:absolute;top:calc(50% - 9.5px);left:calc(50% - 11px);width:22px;height:19px;background:url("../images/icon/arrow_right_white.png") no-repeat center/cover;z-index:1}

@media screen and (max-width: 1640px){
	footer .workframe {width: 80%;display: flex;justify-content: space-between;}
}
@media screen and (max-width:1440px){
    #Service_area .linkArea .title_box{margin-left: 30vw;}
    #Service_area .linkArea{width:auto}
	#Service_area:before{width:30%}
	#Service_area .workframe{gap:20px 90px;padding:0 40px 0 0;}
}
@media screen and (max-width:1366px){
    #CalendarBox{bottom: -15%;}
}
@media screen and (min-width:1281px){
	.more_btn.white a:hover font{color:#ffffff}
	.more_btn.white a:hover{width:150px}
}

@media screen and (max-width:1280px){
#CalendarBox{
    left: 50%;
    width: 90%;
    box-shadow: none;
    border-radius: 0;
    transform: translate(-50%, 0);
    bottom: -150px;
}
    #CalendarBox .arrow{
    width: 93%;
}
    #Service_area .workframe{margin: auto;}
	section .title_box{margin-bottom: 0px;}
	#news_area .news_box{}
	#news_area:before, #news_area .bgg:after, #about_area:before{display:none;}
	#news_left .info_box{margin-left: 10%;}
	#Service_area .workframe{gap:20px 90px;padding: 0;}
}
@media (min-width:1201px){
	.linkArea .link:hover + .btn1::before{-webkit-animation:btnHover 1.4s linear infinite forwards;animation:btnHover 1.4s linear infinite forwards}
	.btn1:hover::before{-webkit-animation:btnHover 1.4s linear infinite forwards;animation:btnHover 1.4s linear infinite forwards}
	.btn1:hover a::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
}

@media (max-width: 1200px){
	.linkArea .Img::before{width:calc(100% - 36px);height:calc(100% - 36px)}
	.linkArea .Txt{margin-top: 5px;}
	.linkArea .title{font-size:24px}
	.linkArea .btn1{width:43px}
	.linkArea .btn1 a{height:43px}
	.linkArea .btn1 a::before{top:calc(50% - 6.5px);left:calc(50% - 7.5px);width:15px;height:13px}
	#Service_area{padding: 10vw 0px 13vw 0;height: auto;margin: 0 0 20px;}
	.lifeArea .lifeList{display:none;}
	#Service_area .contactBox{margin-bottom:50px;width:calc(100% - 20px);padding:0 10px}
	#Service_area .linkArea{width:calc(100% - 0px);padding:0px;gap: 50px 10px;}
	section .title_box font{font-size: 46px;}
	#news_right, #news_area .tabs_box{width:100%;grid-template-columns: 320px 1fr;gap: 30px 20px;}
	#news_area .tabs_btn a{padding:10px 20px}
	#Service_area:before{width:100%;height:44%;top:0}
	#Service_area .title_box .page_title,#Service_area .title_box font{color:#fff}
}

@media screen and (max-width:1024px){
    .linkArea .linkItem{width: calc((100% / 4) - 40px);}
    #Service_area .linkArea .title_box{margin:0}
    #news_left::after{display:none}
    #news_left .info_box{margin-left: 0%;}
	#news_left {width: 100%;margin-top: 40px;}
    #CalendarBox{bottom: -110px;}
	section .title_box font{font-size: 33px;}
	section .title_box .page_title{font-size: 20px;letter-spacing: 5px;padding-left:42px;margin-bottom: 15px;}
	#news_area .news_box{width:88%}
	#news_area li h3{height:30px;-webkit-line-clamp:1}
	#news_area:after{display:none}
	#news_area #pictureBox{left:-90px}
	#news_area #hexagonBox{right:90px}
	#mainArea{padding-top:110px}
}
@media (max-width: 960px){
	.linkArea .linkList{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 20px}
	.linkArea .linkItem{padding:0;width:auto;height:200px}
	#news_right,#news_area .tabs_box{grid-template-columns:1fr;margin-bottom:10px}
	#news_area .tabs_btn a{padding:10px 10px;font-size:15px}
	#news_area .tabs_body .tab_info .news_list{grid-template-columns:1fr}
}

@media screen and (max-width:640px){
	.more_btn.white font{font-size:11px}
	.more_btn a{width: 100px;padding: 1px 30px 8px 20px;}
	.more_btn.white span::after{top:14px;right:20px;width:24px}
	#news_area .bgg:before{zoom:70%;}
	#news_area .tabs_box .tabs_btn .newsList{gap:10px 5px}
	.linkArea .Img img{width:60px;height:60px}
	#news_area .news_box:before{zoom: 70%;top: 170px;}
	#news_area li .row { margin: auto; width: 280px; }
	.linkArea .linkList{grid-template-columns: repeat(2, 1fr);}
	.lifeArea .lifeList{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}
    .lifeArea .lifeColumn:not(:first-child,.titleColumn){display:none}
	.linkArea .linkItem{padding: 0;width: auto;height: 180px;}
 }