@import url(../fonts/font-awesomen/font-awesome.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(revise.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #0166b4;
}

.h2-title {
    color: #333;
	margin: 0 0 20px 0;
	font-size: 1.8rem;
	position: relative;
	font-weight: bold;
/*    border-left: 7px solid #9d2109;*/
}
.h2-title:after {
    content: '';
	display: block;
	width: 50px;
	height: 5px;
	background-color: #9d2109;
    margin-top: 5px;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 2.4rem;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 3rem;
	}		
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	padding-bottom: 50px;
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}
.navsub-list {
	-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
}

.navsub-list h2  {
	color: #fff;
	background-color: #3882c2;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 30px 40px 30px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 1.1rem;
    border-bottom: 1px dotted #adadad;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #e0e8ef;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}


/*========================================================
                        會社情報
=========================================================*/

.about-style {
    margin-bottom: 3rem;
}


.about-date {
	  list-style: none;
	  margin: 0 0 30px 0;
	  padding: 0;
}
.about-date li {
	padding: 12px 0 12px 90px;
	position: relative;	
    border-bottom: 1px dashed #ddd;
}
.about-date li:nth-of-type(2n) {
	background-color: #ecf7ff;
}
.about-date li p {
	margin-bottom: 0;
	padding-left: 10px;
	position: relative;
}
.about-date span {
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 10;
	background: #2887d1;
    color: #fff;
	width: 80px;
    text-align: center;

}
.btn-more {
    text-align: right;
}
.btn-more a {
    display: inline-block;
    background: #137bb1 url('https://api.iconify.design/ic:round-double-arrow.svg?color=%23fff&width=24px&height=24px') no-repeat 20px center;
    color: #fff;
    padding: 3px 24px 3px 44px;
    font-size: 1rem;
}
.btn-more a:hover {
    background: #2177c1 url('https://api.iconify.design/ic:round-double-arrow.svg?color=%23fff&width=24px&height=24px') no-repeat 20px center;
}


.good-wrap {
    text-align: center;
    position: relative;
}
.good-wrap h3 {
    display: inline-block;
    background-color: #2887d1;
    color: #fff;
    padding: 5px 20px; 
}
.good-wrap img {
    max-width: 100%;
    vertical-align: bottom;
}
.good-wrap .good-wrap-in {
    box-shadow: inset 0 0 20px rgba(40,135,209,0.5);
    border-radius: 13px;
    padding: 10px;
}
.good-wrap [class*="col-"] dl { 
    padding: 10px;
    position: relative;
}
.good-wrap [class*="col-"] dl:after { 
    content: '';
    position : absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    z-index: 9;
    width: 1px;
    height: 60%;
    background-color: #ddd;
}
.good-wrap [class*="col-"] dl dt { 
    padding: 20px 40px 0;
	margin-bottom: 10px;
}
.good-wrap [class*="col-"] dl dd {
    padding: 20px;
    text-align: center;
}
.good-wrap [class*="col-"] dl dd h4 {
	margin: 0 0 10px 0;
	font-size: 1.4rem;
    font-weight: bold;
    color: #0166b4;
}
.good-wrap [class*="col-"] dl dd h4+p {
	color: #CD0D10;
    font-weight: bold;
}
.good-wrap [class*="col-"] dl dd p {
	font-size: 1rem;
    margin: 0;
}

/*  尺寸設定 */
@media (max-width: 991px) {
	.good-wrap [class*="col-"] {	
		display: none;
	}
	.good-wrap [class*="col-"]:nth-of-type(-n+4) {	
		display: block;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
    .good-wrap [class*="col-"] dl { 
        margin: 0 0px 30px;
        padding: 5px;
    }
    .good-wrap [class*="col-"] dl dt { 
        padding: 20px 15px 0;
    }
}
@media (max-width: 1199px) {
    .good-wrap [class*="col-"]:nth-of-type(2n) dl:after { 
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .good-wrap [class*="col-"] dl { 
        margin: 0 5px 30px;
        padding: 5px;
    }
}
@media (min-width: 768px) {
    .good-wrap h3 {
        position: absolute;
        top: 40px;
        left: 20px;
        z-index: 9;
    }
}
@media (min-width: 1200px) {
    .good-wrap [class*="col-"]:last-of-type dl:after { 
        display: none;
    }
}




/*========================================================
                        最新消息
=========================================================*/

.news-post {
	text-align: center;
}


/* 目錄頁設定 */
.news-post .post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.3);
	margin-bottom: 30px;
	text-align: left;
    color: #333;
    font-size: 1rem;
}
.news-post .post-minimal .post-body {
	padding: 20px;
}
.news-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.news-post .post-minimal * + .post-meta {
    color: #666;
	margin-top: 5px;
}
.news-post .post-minimal * + .post-meta i {
	color: #387fb9;
    font-weight: bold;
}
.news-post .post-minimal .post-body h3 {
	margin: 0 0 14px 0;
}
.news-post .post-minimal .post-body h3 a {
	display: inline-block;
	font-size: 1.2rem;
	padding: 7px 10px;
	color: #fff;
}
.news-post .post-minimal:nth-of-type(2n+1) .post-body h3 a {
	background-color: #387fb9;
}
.news-post .post-minimal:nth-of-type(2n+2) .post-body h3 a {
	background-color: #387fb9;
}

.news-post .post-minimal .post-body h3 a:hover {
	background-color: #666;
}



/* 尺寸設定 */
@media (max-width: 639px) {
	.news-post .post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 500px;
	}
	.news-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}

@media (min-width: 640px) {
	.news-post .post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news-post .post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 320px;
	}
	.news-post .post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
        margin: 0;
	}
	.news-post .post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.news-post .post-minimal .post-body {
		padding: 30px 40px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}




/*========================================================
                   	最新消息-內頁
=========================================================*/

.news-detail {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
    font-size: 1rem;
}
.news-detail h3 {
	margin: 0 0 20px 0;
	color: #3882c2;
    font-weight: bold;
}
.news-content {
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.3);
    padding: 40px;
    background-color: #fff;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
}

/*回目錄頁*/
.btn-back {
	text-align: right;
	padding-top: 30px;
}
.btn-back a {
	background-color: #3882c2;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.btn-back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #666;
	color: #fff;
	text-decoration: none;
}



/*========================================================
                         製品應用
=========================================================*/

.section-list-absolute-1 {
    position: relative;
    display: block;
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}
.section-list-absolute-1 ul {
    width: 100%;
    max-width: 100%;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
.section-list-absolute-1 .connector {
    height: 2px;
    width: 96px;
    background: #2ca1dc;
    display: none;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    margin-top: -1px
}
.section-list-absolute-1 .connector:after {
    position: absolute;
    content: "";
    background: #2ca1dc;
    height: 2px;
    width: 83px;
    top: 29px;
    left: calc(100% - 12px);
    transform: rotate(45deg)
}
.section-list-absolute-1 .connector:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    top: 60px;
    left: calc(100% + 60px);
    background: #2ca1dc
}

@media(min-width: 992px) {
    .section-list-absolute-1 {
        display: inline-block;
        max-width: 100%;
        font-size: 0.9rem;
    }
    .section-list-absolute-1 img {
        width: 65%
    }
    .section-list-absolute-1 ul {
        margin: 0;
    }
    .section-list-absolute-1 ul li {
        position: absolute;
        padding-left: 0;
        min-width: 250px;
        max-width: 400px;
    }
    .section-list-absolute-1 ul li + li {
        margin-left: 2%
    }
    .section-list-absolute-1 ul li:nth-child(1) {
        top: 10px;
        right: 0px;
        left: auto;
    }
    .section-list-absolute-1 .connector {
        display: block
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector {
        margin-top: -1px;
        left: auto;
        width: 195px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 2px;
        right: calc(100% + 0px);
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector:after {
        left: auto;
        display: none;
    }
    .section-list-absolute-1 ul li:nth-child(2) {
        left: auto;
        right: 0;
        bottom: 113px;
    }
    .section-list-absolute-1 ul li:nth-child(2) .connector {
        margin-top: -1px;
        left: auto;
        width: 152px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(2) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 0;
        right: calc(100% + 0px);
    }
    .section-list-absolute-1 ul li:nth-child(2) .connector:after {
        left: auto;
        top: -22px;
        right: calc(100% - 10px);
        width: 64px;
        transform: rotate(45deg);
        display: none;
    }
    .section-list-absolute-1 ul li:nth-child(3) {
        left: auto;
        right: 0px;
        bottom: 0%;
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector {
        margin-top: -1px;
        left: auto;
        width: 75px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: -100px;
        right: calc(100% + 0px);
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector:after {
        left: auto;
        top: -50px;
        right: calc(100% - 50px);
        width: 100px;
        transform: rotate(90deg);
    }
}
@media(min-width: 1200px) {
    .section-list-absolute-1 {
        font-size: 0.9rem;
    }
    .section-list-absolute-1 img {
        width: 70%
    }
    .section-list-absolute-1 ul li {
        min-width: 250px;
        max-width: 400px;
    }
    .section-list-absolute-1 ul li:nth-child(1) {
        top: 5px;
        right: 0px;
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector {
        width: 230px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector:before {
        top: 2px;
        right: calc(100% + 0px);
    }
    .section-list-absolute-1 ul li:nth-child(2) {
        right: 0%;
        bottom: 35%
    }
    .section-list-absolute-1 ul li:nth-child(2) .connector {
        width: 240px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(2) .connector:before {
        top: 1px;
        right: calc(100% - 0px);
    }
    .section-list-absolute-1 ul li:nth-child(3) {
        right: 0px;
        bottom: 14px;
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector {
        width: 60px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector:before {
        top: -116px;
        right: calc(100% + 74px);
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector:after {
        top: -58px;
        right: calc(100% - 32px);
        width: 140px;
        transform: rotate(57deg);
    }
}
@media(min-width: 1600px) {
    .section-list-absolute-1 {
        font-size: 1.1rem;
    }
    .section-list-absolute-1 img {
        width: 100%
    }
    .section-list-absolute-1 ul li {
        min-width: 400px;
        max-width: 500px;
    }
    .section-list-absolute-1 ul li:nth-child(1) {
        top: 30px;
        right: -400px;
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector {
        width: 240px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector:before {
        top: 50px;
        right: calc(100% + 70px);
    }
    .section-list-absolute-1 ul li:nth-child(1) .connector:after {
        display: block;
        top: 24px;
        right: calc(100% - 8px);
        width: 83px;
        transform: rotate(-36deg);
    }
    .section-list-absolute-1 ul li:nth-child(2) {
        right: -37%;
        bottom: 39%
    }
    .section-list-absolute-1 ul li:nth-child(2) .connector {
        width: 240px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(2) .connector:before {
        top: 1px;
        right: calc(100% - 0px);
    }
    .section-list-absolute-1 ul li:nth-child(3) {
        right: -38%;
        bottom: 10%
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector {
        width: 130px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector:before {
        top: -154px;
        right: calc(100% + 88px);
    }
    .section-list-absolute-1 ul li:nth-child(3) .connector:after {
        top: -78px;
        right: calc(100% - 46px);
        width: 180px;
        transform: rotate(60deg);
    }
}





.section-list-absolute-2 {
    position: relative;
    display: block;
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}
.section-list-absolute-2 ul {
    width: 100%;
    max-width: 100%;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
.section-list-absolute-2 .connector {
    height: 2px;
    width: 96px;
    background: #2ca1dc;
    display: none;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    margin-top: -1px
}
.section-list-absolute-2 .connector:after {
    position: absolute;
    content: "";
    background: #2ca1dc;
    height: 2px;
    width: 83px;
    top: 29px;
    left: calc(100% - 12px);
    transform: rotate(45deg)
}
.section-list-absolute-2 .connector:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    top: 60px;
    left: calc(100% + 60px);
    background: #2ca1dc
}

@media(min-width: 992px) {
    .section-list-absolute-2 {
        display: inline-block;
        max-width: 100%;
        font-size: 0.9rem;
    }
    .section-list-absolute-2 img {
        width: 65%
    }
    .section-list-absolute-2 ul {
        margin: 0;
    }
    .section-list-absolute-2 ul li {
        position: absolute;
        padding-left: 0;
        min-width: 350px;
        max-width: 400px;
        right: 0px;
        left: auto;
    }
    .section-list-absolute-2 ul li + li {
        margin-left: 2%
    }
    .section-list-absolute-2 ul li:nth-child(1) {
        top: 0px;
    }
    .section-list-absolute-2 .connector {
        display: block
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector {
        margin-top: -1px;
        left: auto;
        width: 200px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 108px;
        right: calc(100% + 148px);
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector:after {
        left: auto;
        top: 52px;
        right: calc(100% - 18px);
        width: 180px;
        transform: rotate(-36deg);
    }
    .section-list-absolute-2 ul li:nth-child(2) {
        top: 130px;
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector {
        margin-top: -1px;
        left: auto;
        width: 320px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 0px;
        right: calc(100% + 0px);
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector:after {
        display: none;
    }
    .section-list-absolute-2 ul li:nth-child(3) {
        top: 240px;
        right: 100px;
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector {
        margin-top: -1px;
        left: auto;
        width: 420px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: -170px;
        right: calc(100% - 100px);
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector:after {
        left: auto;
        top: -86px;
        right: calc(100% - 150px);
        width: 200px;
        transform: rotate(120deg);
    }
}
@media(min-width: 1200px) {
    .section-list-absolute-2 {
        font-size: 0.9rem;
    }
    .section-list-absolute-2 img {
        width: 70%
    }
    .section-list-absolute-2 ul li {
        min-width: 360px;
        max-width: 450px;
    }
    .section-list-absolute-2 ul li:nth-child(1) {
        top: 20px;
    }
    .section-list-absolute-2 .connector {
        display: block
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector {
        margin-top: -1px;
        left: auto;
        width: 270px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 130px;
        right: calc(100% + 178px);
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector:after {
        left: auto;
        top: 64px;
        right: calc(100% - 22px);
        width: 220px;
        transform: rotate(-36deg);
    }
    .section-list-absolute-2 ul li:nth-child(2) {
        top: 160px;
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector {
        margin-top: -1px;
        left: auto;
        width: 414px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 0;
        right: calc(100% + 0px);
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector:after {
        left: auto;
        top: -12px;
        right: calc(100% - 8px);
        width: 30px;
        transform: rotate(57deg);
    }
    .section-list-absolute-2 ul li:nth-child(3) {
        top: 310px;
        right: 200px;
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector {
        margin-top: -1px;
        left: auto;
        width: 460px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: -210px;
        right: calc(100% - 120px);
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector:after {
        left: auto;
        top: -104px;
        right: calc(100% - 180px);
        width: 240px;
        transform: rotate(120deg);
    }
}
@media(min-width: 1600px) {
    .section-list-absolute-2 {
        font-size: 1.1rem;
    }
    .section-list-absolute-2 img {
        width: 100%
    }
    .section-list-absolute-2 ul li {
        min-width: 450px;
        max-width: 500px;
        right: -388px;
    }
    .section-list-absolute-2 ul li:nth-child(1) {
        top: 110px;
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector {
        margin-top: -1px;
        left: auto;
        width: 500px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 116px;
        right: calc(100% + 160px);
    }
    .section-list-absolute-2 ul li:nth-child(1) .connector:after {
        left: auto;
        top: 58px;
        right: calc(100% - 20px);
        width: 200px;
        transform: rotate(-36deg);
    }
    .section-list-absolute-2 ul li:nth-child(2) {
        top: 250px;
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector {
        margin-top: -1px;
        left: auto;
        width: 570px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: 0;
        right: calc(100% + 0px);
    }
    .section-list-absolute-2 ul li:nth-child(2) .connector:after {
        left: auto;
        top: -24px;
        right: calc(100% - 14px);
        width: 60px;
        transform: rotate(57deg);
    }
    .section-list-absolute-2 ul li:nth-child(3) {
        top: 440px;
        right: -100px;
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector {
        margin-top: -1px;
        left: auto;
        width: 620px;
        right: calc(100% + 4px);
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector:before {
        margin-top: -6px;
        margin-left: 0;
        margin-right: -6px;
        left: auto;
        top: -280px;
        right: calc(100% - 162px);
    }
    .section-list-absolute-2 ul li:nth-child(3) .connector:after {
        left: auto;
        top: -138px;
        right: calc(100% - 240px);
        width: 320px;
        transform: rotate(120deg);
    }
    .section-list-absolute-2 .unit-spacing-sm {
        padding: 15px 20px;
    }
}






.unit {
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
    margin-bottom: 15px;
    margin-left: 15px
}
.unit > * {
    margin-left: 15px
}
.unit:empty {
    margin-bottom: 0;
    margin-left: 0
}
.unit-body {
    flex: 0 1 auto;
}
.unit-body > div h4 {
    font-size: 1.2rem;
    color: #2ca1dc;
}
.unit-body > div p {
    margin: 0;
    position: relative;
}


.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
.unit-left span {
    display: inline-block;
    background-color: #2f528f;
    padding: 0 5px;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    line-height: 28px;
}

.unit-spacing-xxs {
    margin-bottom: -10px;
    margin-left: 0
}
.unit-spacing-xxs > * {
    margin-bottom: 10px;
    margin-left: 0
}
.unit-spacing-xs {
    margin-bottom: -15px;
    margin-left: -7px
}
.unit-spacing-xs > * {
    margin-bottom: 15px;
    margin-left: 7px
}
.unit-spacing-sm {
    margin-bottom: 15px;
    margin-left: -5px;
    border: 2px solid #2ca1dc;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #f9f2dd;
}
.unit-spacing-sm > * {
    margin-left: 5px
}

.unit-list .unit + .unit {
    margin-top: 30px
}
@media(min-width: 992px) {
    .unit-left, .unit-right {
        display: none;
    }
    .unit-body > div h4 {
        font-size: 1rem;
    }
    .unit-body > div p {
        display: inline;

    }
}

@media(min-width: 1200px) {
    .unit-list .unit + .unit {
        margin-top: 60px
    }
    .unit-body > div h4 {
        font-size: 1.2rem;
    }
    .unit-body > div p {
        display: block;

    }
}
@media(min-width: 1600px) {
    .unit-body > div h4 {
        font-size: 1.5rem;
    }
}


/*========================================================
                         製品介紹
=========================================================*/


.teacher-box .team {
    margin-bottom: 20px;
}
.teacher-box .team .img {
    width: 250px;
    height: 150px;
    margin: 0 0 30px 0;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.teacher-box .text {
    width: calc(100% - 250px);
}
/*
.teacher-box h2 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #0078bd;
    font-weight: bold;
}
*/
.teacher-box .text p {
    padding-top: 5px;
    padding-left: 16px;
}


/*  尺寸設定 */
@media (max-width: 767.98px) {
    .teacher-box .team .img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .teacher-box .text {
        width: 100%;
    }
}



/*========================================================
                         聯絡我們
=========================================================*/

.contact-box {
	background: url(../images/contact_bg3.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
}
.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}

/*
.contact-box iframe {
	border: 2px dashed #e74c1c;
	padding: 10px;
}
*/

.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #0166b4;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #0166b4;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}




/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}




/*========================================================
                         各類表單
=========================================================*/

.contant-list {
	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}
.contact-form [class *= col-] svg {
    display: block;
    font-size: 16px;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 24px;
    top: 10px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] svg.text-red {
    color: #333;
}


.form_out {
}
/*
.form_out  [class *= col-] {
	padding: 0;
}
*/
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}




/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #2887d1;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 10px !important;
	border: 1px solid #c0bebe;
    vertical-align: middle;
}
.table1 td.c {
	text-align: center;
    background-color: #ecf7ff;
}


.table2 {
	text-align: center;
}
.table2 td.c {
	text-align: left;
}

.table2 td b {
	color: #D70508;
}

/* 尺寸設定 */
@media (max-width: 991px) {
    .table2 td.c span {
        display: block;
    }
}


/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s1 > li {
    padding: 0 0 0 70px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
/*    background: url('https://api.iconify.design/dashicons:arrow-right.svg?color=%234284aa&width=20px&height=20px') no-repeat left 6px;*/
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: #2887d1;
    color: #fff;
    padding: 0 10px;
    text-align: center;
}
.ul-s1 > li a {
    color: #333;
    text-decoration: underline;
}
.ul-s1 > li a:hover {
    text-decoration: none;
}

.ul-s2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul-s2 li {
	padding: 5px;
	position: relative;
	padding-left: 45px;
}
.ul-s2 li span {
	position: absolute;
	top: 7px;
	left: 5px;
	z-index: 9;
	background-color: #ffdc64;
	border-radius: 50%;
	color: #333;
	padding: 0px 10px;
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    background: rgba(255,255,255,0.15) url(../images/magnifier2.png) no-repeat center center;
}

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}



/*========================================================
                      	 字型設定
=========================================================*/

.fonts-style {
    color: #333;
}
.fonts-style ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fonts-style ul li {
    float: left;
    width: 10%;
    margin-bottom: 20px;
}




