@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+TC:wght@100..900&display=swap');
:root {

}

* {
	text-decoration: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:actived {
	text-decoration: none;
}
*:focus {
	outline: none;
}
input, textarea, button, select, button, blockquote {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	font-family: 'Noto Sans TC', serif;
	margin: 0;
	padding: 0;
/*	overflow-x: hidden;*/
    color: #333;
    background: var(--main-color-3);
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
a {
	cursor: pointer;
    color: inherit;
}
/**************\
* 通用邊界
\**************/

.container-fluid{
	
    width: 100%;
	margin: 0 auto;
}
.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
}



/**************\
* 選單
\**************/
header {
	z-index: 1000;
	position: sticky;
    width: 100%;
    top: 0;
}
.menu-bar {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-end;
	width: 100%;
	background-color: #fff;
	padding: 20px 40px;
}
.menu-bar .logo {
	display: block;
	max-width:235px;
}
.menu-bar .href-link {
	display: flex;
	flex-wrap: nowrap;
}
.menu-bar .href-link li {
	display: inline-block;
	width: auto;
    margin: 0 10px;
}
.menu-bar .href-link li a {
    display: inline-block;
    font-size: 1.25rem;
	color: #395d71;   
}
.menu-bar .href-link li a:hover {
    color: #666;
}
.menu-bar .href-link ul {
	display: flex;
    align-items: center;
}
.v-line {
    height: 1.5rem;
    width: 1px!important;
    background-color: #395d71;
}
.fixed-button-area {
    position: fixed;
    max-width: 65px;
    z-index: 99;
    bottom: 0;
    right: 2.5%;
}
.fixed-button-area a.btn {
    transform: scale(1);
    margin-bottom: 10px;
    display: block;
    transition: 0.25s linear;
}
.fixed-button-area a.btn:hover{
    transform: scale(1.1);
    transition: 0.25s linear;
}

/**************\
* 主視覺
\**************/

main {
    padding: 0 20px;
}
.rb-bg img {
    width: 100%;
}
.pa {
    position: absolute;
}
.rb-img-1 {
    top: 19.5%;
    left: 17.6%;
}
.rb-img-2 {
    top: 37.3%;
    left: 9.8%;
}
.rb-img-3 {
    top: 57.3%;
    left: 25.8%;
}
.rb-img-4 {
    top: 67.9%;
    left: 39.8%;
}
.rb-img-5 {
    top: 53.6%;
    left: 53.6%;
}
.rb-img-6 {
    top: 53%;
    left: 60.8%;
}
.rb-img-7 {
    top: 46.4%;
    left: 73.7%;
}
.rb-img-8 {
    top: 70.9%;
    left: 71.4%;
}
.rb-img-9 {
    top: 78.8%;
    left: 74.4%;
}
.rb-img-10 {
    top: 58.5%;
    left: 94.2%;
}
.rb-img-11 {
    top: 12.2%;
    left: 74.6%;
}

/**************\
* 服務區域
\**************/
section {
    padding: 60px 0;
    position: relative;
}
#service-item {
    padding: 60px 0 80px;
}
#leading-item {
}
#works-item {
    background-color: #DEF4F9;
}
#corp-item {
    background-color: #E6E6E6;
}
#step-item {

    background-position: bottom center;
    background-size: cover;
    background-color: #DEF4F9;
}
#step-item .container {
    padding-bottom: 120px;
}
.section-title {
    text-align: center;
}
.section-title img{
    max-height: 70px;
}
.service-item-area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin: 0px auto 15px;
    padding: 0 7.5%;
}
.service-item {
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
/*    padding: 10px;*/
    margin-bottom: 10px;
    padding: 1.5%;
}
.item-img {
    padding: 0px 0;
}
.item-title {
    display: flex;
    align-items: center;
    color: #4DB9B4;
    font-size: 1.15rem;
    letter-spacing: 0.025rem;
}
.item-title a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-title span {
    display: flex;
    margin: 0 5px;
}
.item-title span img {
    max-width: 15px;
}
.section-bg-1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    line-height: 0;
}
.section-bg-2 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    line-height: 0;
}
.section-bg-5 {
    width: 14.9%;
    position: absolute;
    bottom: 4%;
    z-index: 0;
    line-height: 0;
    left: 0.8%;
}
.section-bg-6 {
    width: 24%;
    position: absolute;
    bottom: 1.5%;
    z-index: 0;
    line-height: 0;
    right: 2.3%;
}
.section-bg-7 {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    line-height: 0;
}
.section-bg-1 img, .section-bg-2 img {
    width: 100%;
}
.step-item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 15px auto;
    padding: 0 7.5%;
}
.step-item-area.desktop {
    display: flex;
    position: relative;
    z-index: 2;
}
.step-item-area.mobile {
    display: none;
}
.step-item {
    width: calc(100% / 3);
    padding: 25px;
}
.step-item-area .arrow {
    max-width: 20px;
}
.leading-item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 15px auto;
    padding: 0 10%;
}
.works-item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 15px auto;
    flex-wrap: wrap;
    padding: 0 7.5%;
}
.leading-item {
    width: calc(100% / 3);
    padding: 15px 45px;
}
.leading-item .item-title{
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    text-align: center;
    justify-content: center;
    line-height: 1.5;
}
.leading-item .item-img {
    padding-bottom: 0;
}
.works-item {
    width: calc(100% / 3 - 40px);
    border-radius: 20px;
    overflow: hidden;
    margin: 20px;
    position: relative;
}
.works-item .item-img {
    padding: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.works-item:hover .item-img img {
    transform: scale(1.1);
    transition: 0.25s linear;
}
.works-item .item-img img {
    transform: scale(1);
    transition: 0.25s linear;
    width: 100%;
}
.works-item .item-title {
    position: absolute;
    bottom: 0;
/*    left: 0;*/
    padding: 15px 15%;
    background-color: rgba(0,0,0,.75);
    width: 100%;
    color: #FFF;
}
.works-item .item-title span img {
    max-width: 10px;
}
.works-item .item-title a {
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}
#corp-item .container {
    max-width: 1000px;
}
.corp-item-area {
    margin-top: 30px;
}
.corp-item {
    padding: 15px;
}
.corp-item .item-img {
    line-height: 0;
    padding: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.colorbox-item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 15px auto;
    flex-wrap: wrap;
}
.colorbox-item-area .corp-item {
    width: calc(100% / 5);
}
#corp-msg {
    padding: 30px;
}
#works .works-item {
    border-radius: 0;
}
#works span.works-img {
    display: block;
    line-height: 0;
    margin-bottom: 10px;
}
#works span.works-img img {
    opacity: 1;
}
#works .works-item:hover span.works-img img{
    opacity: .75;
}
#works span.works-img + span {
    display: block;
    text-align: center;
    color: #000;
}

/**************\
* 頁腳
\**************/
footer {
    padding: 60px 0;
    background-color: #395D71;
    color: #FFF;
}
footer .container {
    padding: 20px 0px;
}
.logo-footer {
    max-width: 200px;
}
footer .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.footer-link-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer-link-item {
    width: calc(100% / 3);
}
.social-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.link-item a {
    display: block;
    max-width: 50px;
}
.footer-com-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.col-auto {
    margin: 0 1%;
}
.footer-link-item {
    padding: 0 1.5%;
}
.footer-link li {
    margin-bottom: 10px;
    font-size: 1rem;
}
.footer-com-info h3 {
    font-size: 1rem;
}
li.link-item {
    margin: 0 8px;
}
.footer-link li a {
    display: inline-block;
    min-width: 10rem;
    color: #FFF;
}
footer a:hover {
    color: #CCC;
}



/*彈出視窗*/
.modal {
    display: none; /* 預設隱藏 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* 背景半透明 */
}

.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    width: 95%;
    max-width: 1140px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#modal-body {
    padding: 30px;
}



/*關於我們頁面*/
#about .container, #works .container  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page-tab-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tab-title, .tab-ul {
    width: 100%;
}
.page-tab-area {
    max-width: 250px;
}
.page-tab-content {
    width: calc(100% - 300px);
    position: relative;
}
#works .page-tab-content {
    min-height: 50vh;
}
.tab-ul {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;
}
.tab-title {
    margin-bottom: 15px;
}
.tab-title img {
    max-height: 40px;
}
.img-active, .active .img-default, .tab-li:hover .img-default{
    display: none;
}
.active .img-active, .tab-li:hover .img-active{
    display: inline-block;
}
.tab-li {
    margin-bottom: 3px;
    background-color: #D2F1E3;
    position: relative;
}
#tab-select {
    margin-bottom: 10px;
    background-color: #298372;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
    font-family: "Kosugi Maru", serif;
    font-weight: 700;
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
}
.tab-ul.mobile {
    position: relative;
}
.tab-ul.mobile::before {
    content: '';
    display: inline-block;
    background-image: url("../img/water_drop_icon.png");
    width: 14px;
    height: 19px;
    position: absolute;
    background-size: 100% 100%;
    left: 20%;
    top: 25%;
}
#works .tab-ul.mobile::before {
    display: none;
}
.tab-ul.mobile::after {
    content: '';
    display: inline-block;
    background-image: url("../img/bottom_arrow.png");
    width: 12px;
    height: 8px;
    position: absolute;
    background-size: 100% 100%;
    right: 20%;
    top: 35%;
}
#works .tab-ul.mobile::after {
    display: none;
}
#showList .tab-li, .ddlCateList .tab-li:hover {
    background-color:#0071BC!important;
}
#showList .tab-li a, .ddlCateList .tab-li:hover a{
    color: #FFF!important;
}
#showList .tab-li::before {
    content: '';
    display: inline-block;
    background-image: url("../img/bottom_arrow.png");
    width: 12px;
    height: 8px;
    position: absolute;
    background-size: 100% 100%;
    right: 7.5%;
    top: 45%;
}
.tab-li.active {
    background-color: #298372;
}
.tab-li:last-of-type {
    margin-bottom: 0;
}
.tab-li a {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
/*    font-family: "Kosugi Maru", serif;*/
    font-weight: 700;
    font-size: 1.25rem;
    position: relative;
}
.tab-li a span img {
    max-width: 15px;
}
.tab-li a span:first-of-type {
    margin-right: 45px;
}

#works #tab-select, #works .tab-li {
    background-color: #DEF4FF;
}
#works .tab-li.active, #works .tab-li:hover {
    background-color: #0071BC;
}
#works .tab-li a {
    padding: 0;
}
#works .tab-li span img {
    max-width: 80px;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%); 
}
#works span.tab-img {
    line-height: 0;
}
#works .tab-li a{
    color: #509ED1;
}
#works .tab-li.active a, #works .tab-li:hover a {
    color: #FFF;
}
#works .tab-li {
    margin-bottom: 0;
    position: relative;
}
#works .tab-li::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 50%;
    background-color: #FFF;
    position: absolute;
    z-index: 1;
    left: 40%;
    bottom:0;
}
#works .tab-li.active::after {
    display: none;
}
#showList .tab-li a{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#showList .tab-li span img {
    max-width: 80px;
}
#showList .tab-li span:first-of-type, .ddlCateList .tab-li span:first-of-type{
    margin-right: 20px;
}
#showList .tab-li span:last-of-type, .ddlCateList .tab-li span:last-of-type {
    margin-right: 45px;
}
.ddlCateList .tab-li a {
    justify-content: space-between;
}
.page-main-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.page-content {
    position: relative;
}
.page-main-title img {
    max-height: 50px;
    margin: 0 auto;
}
.tab-content {
    line-height: 1.5;
    padding: 20px 0px 20px 50px;
}
.tab-content h3, .tab-content h2, .tab-content h1 {
    font-size: 1.25rem;
    color: #4DB9B4;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
}
.tab-content h3::before,
.tab-content h2::before,
.tab-content h1::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 1.25rem;
    background: #4DB9B4;
    position: absolute;
    margin-left: -15px;
    margin-top: 6px;
}
.tab-content p, .tab-content ul {
    color: #000;
    line-height: 1.75;
}
#works .tab-content {
    padding: 0px 0px 30px 0px;
}
#works .works-item-area {
    margin: 0 auto;
}
#works .works-item {
    margin: 0 15px;
    width: calc(100% / 3 - 30px);
    margin-bottom: 30px;
}
#works spam.works-img {
    margin-bottom: 20px;
}
p.text, ul.text {
    text-align: justify;
    color: #000;
}
p.text + h3.title, .table + h3.title{
    margin-top: 40px;
}
.ribbon {
    display: block;
    width: 100%;
    height: 210px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    position: absolute;
    z-index: -1;
}
ul.text li{
    list-style-type: disc;
}
.table table {
    margin: 10px 0;
    border: 2px solid #B3B3B3;
}
.table table tr td {
    padding: 5px 50px;
    font-family: "Kosugi Maru", serif;
}
.table table tr:nth-child(odd) td:first-child{
    background-color: #DEF4F9;
}
.table table tr:nth-child(odd) td:last-child{
    background-color: #FFF;
}
.table table tr:nth-child(even) td:first-child{
    background-color: #b9e6f1;
}
.table table tr:nth-child(even) td:last-child{
    background-color: #DEF4F9;
}
.btn-more {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right:2%;
    top: 0;
}
.btn-more a {
    display: block;
    border-radius: 25px;
    padding: 15px 15px 15px 15px;
    border: 2px solid #0071BC;
    color: #0071BC;
    cursor: pointer;
    z-index: 1;
    font-weight: 700;
}
.btn-more a:hover {
    background-color: #0071BC;
    color: #FFF;
}
.btn-back {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-back a {
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 15px 35px;
    min-width: 200px;
    color: #0071BC;
    cursor: pointer;
    z-index: 1;
    background-color: #DEF4FF;
}
.btn-back a:hover {
    background-color: #0071BC;
    color: #FFF;
}




.desktop {
    display:block;
}
.mobile {
    display: none;
}


@media only screen and (max-width: 945px) {
	.menu-bar {
		justify-content: flex-start;
		padding: 15px 2.5%;
	}
	.menu-bar .logo {
		max-width: 150px;
	}
	.menu-bar .href-link{
		display: none;
	}
	.menu-bar .href-link ul{
		display: table-cell;
    	vertical-align: middle;
	}
	.menu-bar .href-link.active {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		display: table;
		position: fixed;
		z-index: 101;
		top: 0;
		background-color: rgba(0,0,0,.8);
        padding: 0 5%;
        left: 0;
	}
	.menu-bar .href-link li a {
		color: #FFF!important;
		text-align: center;
		display: block;
		font-size: 1.25rem;
        background: none!important;
	}
    .menu-bar .href-link li a span.highlight {
        color: #FFF;
    }
	.menu-bar .href-link li {
		width: 100%;
		padding: 30px 0;
        margin: 0;
	}
	.toggle-mobile {
		position: absolute;
		right: 25px;
		top:33%;
		display: flex;
        justify-content: flex-end;
        align-items: center;
		z-index: 1000;
		cursor: pointer;
		opacity: 1;
        width: 25px;
        height: 25px;
        flex-wrap: wrap;
	}
    .toggle-mobile p {
        margin: 0;
        position: relative;
        width: 25px;
        height: 25px;
        margin-left: 2px;
        margin-top: 2px;
	}
    .toggle-mobile span.top {
		width: 25px;
		height: 2px; 
		background-color: #1a1a1a;
		display: block;
		position: absolute;
		top: 0px;
		transition: all 0.1s linear;
	}
	.toggle-mobile span.mid {
		width: 25px;
		height: 2px; 
		background-color: #1a1a1a;
		display: block;
		position: absolute;
		top: 8px;
		transition: all 0.1s linear;
	}
	.toggle-mobile span.btm {
		width: 25px;
		height: 2px; 
		background-color: #1a1a1a;
		display: block;
		position: absolute;
		top: 16px;
		transition: all 0.1s linear;
	}
	.toggle-mobile.active span.top {
		width: 30px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		transform: rotate(45deg);
		transition: all 0.1s linear;
	}
	.toggle-mobile.active span.mid {
		display: none;
	}
	.toggle-mobile.active span.btm {
		width: 30px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		bottom: 14px;
		left: 0;
		top: inherit;
		transform: rotate(-45deg);
		transition: all 0.1s linear;
	}
	.desktop {
        display:none;
    }
    .mobile {
        display: block;
    }
    
    /**************\
    * 主視覺
    \**************/
    section, #service-item {
        padding: 30px 0;
    }
    main {
        padding: 0;
    }
    .service-item {
        width: calc(100% / 2);
        padding: 3%;
    }
    .service-item-area {
        padding: 0 2.5%;
    }
    .item-title {
        font-size: 1.25rem;
    }
    .item-title span {
        margin: 0 3px;
    }
    .section-title img {
        max-height: 60px;
    }
    .leading-item-area {
        flex-wrap: wrap;
    }
    .leading-item {
        width: calc(100% / 1);
        padding: 0 20%;
        margin-bottom: 25px;
    }
    .leading-item .item-title {
        font-size: 1.15rem;
    }
    .leading-item .item-title br {
        display: none;
    }
    .works-item  {
        width: calc(100% / 1);
        margin-bottom: 10px;
    }
    .slick-dotted.slick-slider {
        padding: 0 20%;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .slick-dots {
        bottom: -45px;
        padding: 0 10%;
        left: 0;
    }
    .col-auto {
        width: calc(100% / 1);
        margin:0 0 35px;
    }
    footer .row {
        flex-wrap: wrap;
        padding: 0 2.5%;
    }
    .logo-footer {
        margin: 0 auto;
        max-width: 130px;
    }
    footer {
        padding: 30px 0;
    }
    .step-item-area.desktop {
        display: none;
    }
    .step-item-area.mobile {
        display: flex;
    }
    .step-item {
        width: calc(100% / 2);
        padding: 10px;
    }
    #leading-item {
        padding-top: 30px;
    }
    #step-item {
        background-image: url("../img/section_bg_2_m.jpg");
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .footer-link li a {
/*        min-width: 7rem;*/
        min-width: inherit;
    }
    .colorbox-item-area .corp-item {
        width: calc(100% / 1);
    }
    #about .container, #works .container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-tab-area,  #works .page-tab-area {
        width: calc(100%);
        padding: 0 2.5%;
        max-width: 300px;
    }
    .page-tab-content, #works .page-tab-content {
        width: calc(100%);
        padding: 0 2.5%;
    }
    .tab-content {
        padding: 10px 20px;
    }
    .ribbon {
        width:95%;
        height: 10px;
        position: relative;
        margin: 0 auto;
        border-left: none;
    }
    .tab-ul {
        border-radius: 0;
        margin-bottom: 30px;
    }
    .tab-li a {
        justify-content: center;
    }
    .page-main-title img {
        max-height: inherit;
    }
    .table table tr td {
        padding: 5px 5px;
    }
    .tab-title img {
        display: inline-block;
    }
    .tab-title {
        text-align: center;
    }
    .fixed-button-area {
        max-width: 45px;
    }
    #works .works-item {
        width: calc(100%);
    }
    #works .page-main-title {
        display: none;
    }
    .btn-more {
        position: relative;
        top: inherit;
        right: inherit;
    }
    .btn-more a {
        padding: 15px 45px;
    }
    #works .tab-content {
        padding-bottom: 0;
    }
    .corp-item-area {
        padding: 0 7.5%;
    }
    .v-line {
        display: none!important;
    }
    .footer-link-item {
        width: auto;
        margin-right: 1rem;
    }
    .footer-link-area {
        justify-content: flex-start;
    }
    .corp-item {
        padding: 15px 10%;
    }
}