@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: 32px;
    text-align: center;
    margin: 0 0 50px 0;
    color: #fff;
    padding: 10px 15px 12px;
    background-color: #338bbd;
}
.h2-title {
    color: #333;
    margin: 0 0 20px 0;
    font-size: 26px;
    position: relative;
    font-weight: bold;
}
.h2-title:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #9d2109;
    margin-top: 6px;
}
.h3-title {
    color: #111;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.h3-title i {
    color: #125474;
}
/* 尺寸設定 */
@media (min-width: 768px) {
    .h1-title {
        font-size: 36px;
    }
}
@media (min-width: 1200px) {
    .h1-title {
        font-size: 40px;
    }
}
/*========================================================
                      	 內頁框架
=========================================================*/
.content {
    padding-bottom: 50px;
}
.content > .container {
    max-width: 1170px;
}
/* 麵包屑 */
.breadcrumbs {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 10px;
}
.breadcrumbs a {
    display: inline-block;
    color: #000;
    padding: 0 0 10px 0;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #22715b;
}
.breadcrumbs span {
    margin: 0 2px 0 4px;
    color: #e75c00;
    font-size: 1.2rem;
    font-weight: bold;
}
/*========================================================
                      	 選單
=========================================================*/
.navsub-pc {
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 0;
    color: #fff;
    line-height: 24px;
}
.navsub-pc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-pc ul li {
    display: inline-block;
    margin-bottom: 20px;
}
.navsub-pc ul li a {
    display: inline-block;
    font-weight: bold;
    padding: 8px 25px;
    margin: 0 7px;
    border-radius: 5px;
    background-color: #226f9b;
    color: #fff;
}
.navsub-pc ul li a:hover, .navsub-pc ul li a.active {
    background-color: #125277;
}
/*========================================================
                        關於我們
=========================================================*/
.about-style img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.about-style > div dl {
    width: 100%;
    margin: 0 0 20px 0;
    background-color: #ededed;
    border-radius: 10px;
    padding: 20px 30px;
}
.about-style dl dt {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
}
.about-style dl dt img {
    display: block;
    width: 84px;
    height: 84px;
    padding: 10px;
    margin: 0 auto;
}
.about-style dl dd {
    overflow: hidden;
    font-size: 1.2rem;
}
.about-style dl dd h3 {
    font-size: 1.6rem;
    margin: 5px 0;
    font-weight: bold;
}
.about-style dl dd p {
    margin: 0;
}
/* 尺寸設定 */
@media (min-width: 1200px) {
    .about-style dl dt {
        float: none;
    }
    .about-style > div dl {
        text-align: center;
    }
    .about-style > div dl dt {
        text-align: center;
        margin-right: 0;
    }
}
/*========================================================
                         急救箱
=========================================================*/
.aid-style {}
.aid-style dl {
    border-bottom: 2px dashed #adadad;
    padding: 40px 30px;
    margin: 0;
}
.aid-style dl:nth-of-type(2n+1) {
    background-color: #ededed;
}
.aid-style dl dt {
    text-align: center;
    margin-bottom: 20px;
}
.aid-style dl dd {
    overflow: hidden;
}
.aid-style dl dd h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #DD0003;
    text-align: center;
}
.aid-style dl dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.aid-style dl dd ul li span {
    display: inline-block;
    font-weight: bold;
    color: #074e76;
    position: relative;
    padding-left: 12px;
}
.aid-style dl dd ul li span:after {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 9;
    color: #074e76;
}
/* 尺寸設定 */
@media (min-width: 580px) {
    .aid-style dl dt {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
        text-align: left;
    }
    .aid-style dl dd h3 {
        text-align: left;
    }
}
/*========================================================
                        3M 醫療用品
=========================================================*/
.medical-wrap sup {
    font-size: 25%;
    top: -2em;
}
.medical-style h4 {
    color: #FB6E0F;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 10px 0;
}
.ul-style1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-style1 li {
    padding: 5px 10px;
}
.ul-style1 li:nth-of-type(2n) {
    background-color: #efefef;
}
.ul-style1 li span {
    font-weight: bold;
    color: #CC0F12;
    padding-left: 12px;
    position: relative;
}
.ul-style1 li span:after {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: -2px;
    left: 2px;
    z-index: 9;
    color: #CC0F12;
    font-size: 0.6rem;
}
.medical2-style [class*="col-"] {
    margin-bottom: 20px;
}
.medical2-style [class*="col-"] img {
    border: 1px solid #ddd;
    width: 100%;
    vertical-align: bottom;
    padding: 5px;
}
.medical2-style .thumb-inner span {
    font-size: 1rem;
    padding: 5px 30px 7px;
    font-weight: bold;
}
/*========================================================
                         聯絡我們
=========================================================*/
.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: #338bbd;
}
.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: #338bbd;
    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-] i {
    display: block;
    font-size: 1rem;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 24px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *=col-] i.text-red {
    color: #338bbd;
}
.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: #476b89;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px !important;
    text-align: center;
    border-top: 0 !important;
    border-bottom: 1px solid #c0bebe;
}
.table1 td {
    padding: 0 5px;
    border: 1px solid #c0bebe;
}
.table1 td.c {
    text-align: center;
    background-color: #e3f0f6;
}
/*========================================================
                         圖片效果
=========================================================*/
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;
}
/*========================================================
                         NEWS
=========================================================*/
.view_lg {
    display: none;
}
@media (min-width:992px) {
    .view_sm {
        display: none;
    }
    .view_lg {
        display: block;
    }
}
.page_news_con {
    position: relative;
    color: #777;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page_news_pic {
    height: 240px;
    overflow: hidden;
}
.page_news_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s;
}
.page_news_con:hover .page_news_pic img {
    transform: scale(1.2);
}
.page_news_text h4 {
    color: #555;
}
.page_news_date {
    margin: 10px 0;
}
.page_news_date span {
    margin-right: 10px;
    background-color: #ff0106;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0;
}
.page_news_more {
    margin: 30px 0;
}
.page_news_more a {
    padding: 10px 30px;
    background-color: #338bbd;
    color: #fff;
    transition: 0.3s;
}
.page_news_more a:hover {
    background-color: #09f;
    text-decoration: none;
}
.page_news_more a i {
    margin-left: 10px;
}
@media (min-width:992px) {
    .page_news_pic {
        width: 320px;
        height: 200px;
        float: left;
    }
    .page_news_text {
        margin-left: 340px;
    }
}
@media (min-width:1200px) {
    .page_news_pic {
        width: 320px;
        height: 200px;
        float: left;
    }
    .page_news_text {
        margin-left: 340px;
    }
}
.pagination .page-item .page-link {
    color: #338bbd;
}
.pagination .page-item.active .page-link {
    background-color: #338bbd;
    border-color: #338bbd;
    color: #fff;
}
.pagination {
    justify-content: center;
}
.news_detail_title {
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.news_detail_content img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}
.back_btn {
    margin: 30px 0;
}
.back_btn a {
    padding: 15px 40px;
    background-color: #1d4f7a;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.back_btn a:hover {
    background-color: #456485;
    text-decoration: none;
}
.back_btn a i {
    margin-right: 10px;
}
.home_product_item {
    position: relative;
    margin: 15px 0;
}
.home_product_item a {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.home_product_item a:hover {
    opacity: 0.5;
}
.home_product_pic {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.home_product_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s;
}
.home_product_item:hover .home_product_pic img {
    transform: scale(1.2);
}
.home_product_text {
    text-align: center;
    padding: 15px;
}
@media (min-width:992px) {
    .home_product_pic {
        height: 240px;
    }
}
.product_title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
@media (max-width:991.99px) {
	.side_nav_search_wrapper{
		padding-bottom: 3vh;
        border-bottom: 1px dotted #a1a1a1;
        border-width: medium;
	}
	.side_nav_title_wrapper{
		padding-top: 5vh;
	}
}	
.side_nav_search_wrapper input {
    padding: 26px 20px;
}
.side_nav_search_wrapper button {
    background-color: #338bbd;
    border-color: #338bbd;
}
.side_nav_title {
    font-size: 1.8rem;
    color: #338bbd;
}
.side_nav ul {
    padding: 0;
    list-style: none;
}
.side_nav ul li {
    border-bottom: 1px solid #ededed;
    font-size: 1rem;
}
.side_nav ul li a {
    padding: 10px 15px 10px 30px;
    color: #555;
    font-weight: 700;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: -60px 21px;
    background-size: auto 14px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.side_nav ul li a:hover, .side_nav ul li a.active {
    color: #338bbd;
    text-decoration: none;
    background-position: 10px 18px;
}
.side_nav ul .side_nav_sub {
    padding-bottom: 15px;
}
.side_nav ul .side_nav_sub li {
    border: none;
}
.side_nav ul .side_nav_sub li a {
    font-size: 0.9rem;
    padding: 2px 15px 2px 45px;
    background-image: none;
}
.side_nav_mobile select {
    font-size: 1rem;
}
.product_list_item {
    position: relative;
    margin: 15px 0;
}
.product_list_item a {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.product_list_item a:hover {
    opacity: 0.1;
}
.product_list_pic {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border: 1px solid #338bbd;
    padding: 10px;
}
.product_list_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transition: all 0.3s;
}
.product_list_item:hover .product_list_pic img {
    transform: scale(0.9);
}
.product_list_text {
    padding: 10px 0;
}
.product_list_text h4 {
    font-size: 1rem;
}
.product_list_item:hover .product_list_text h4 {
    color: #338bbd;
}
.product_detail_pic_wrapper {
    width: 100%;
}
.product_detail_pic, .product_detail_pic_nav {
    width: 100%;
}
.product_detail_pic_item img {
    width: 100%;
    height: auto;
}
.product_detail_pic_nav {
    margin: 10px 0px;
}
.product_detail_pic_nav_item {
    margin: 0 5px;
    border: 1px solid #ccc;
}
.product_detail_text {}
.product_detail_text h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
.product_detail_text ul {
    padding: 0;
    list-style: none;
}
.product_detail_text input {
    border-radius: 0;
}
.product_detail_text .input-group-text {
    border-radius: 0;
    background-color: #338bbd;
    color: #fff;
}
.product_detail_pic_wrapper .slick-slide {
    height: auto;
}
@media (min-width:1200px) {
    .product_detail_pic_wrapper {
        width: 360px;
        float: left
    }
    .product_detail_pic, .product_detail_pic_nav {}
    .product_detail_text {
        margin-left: 380px;
        min-height: 200px;
    }
}
.product_sub_title {
    border-left: 8px solid #338bbd;
    padding-left: 10px;
}
.product_btn_wrapper {
    text-align: right;
}
.product_btn {
    margin: 30px 0;
    display: inline-block;
}
.product_btn a {
    padding: 10px 30px;
    background-color: #1585cd;
    color: #fff;
    transition: all 0.2s;
}
.product_btn a:hover {
    background-color: #09f;
    text-decoration: none;
}
.product_btn2 a {
    background-color: #3cb54c;
}
.product_btn2 a:hover {
    background-color: #3C6;
    text-decoration: none;
}
@media (min-width:992px) {
    .product_list_pic {
        height: 200px;
    }
}
.product_inquiry_wrapper table {
    background-color: #fff;
}
.product_inquiry_wrapper table thead {
    background-color: #338bbd;
    color: #fff;
    text-align: center;
}
.product_inquiry_wrapper table tbody {
    text-align: center;
    color: #777;
}
.product_inquiry_wrapper table tbody tr td {
    vertical-align: middle;
}
.product_inquiry_wrapper table tbody tr td img {
    max-width: 80px;
}
.product_inquiry_wrapper .inquiry_more {
    margin: 30px 0;
    text-align: center;
    display: inline-block
}
.product_inquiry_wrapper .inquiry_more a {
    padding: 10px 30px;
    background-color: #338bbd;
    color: #fff;
    -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s;
}
.product_inquiry_wrapper .inquiry_more a:hover {
    background-color: #09f;
    text-decoration: none;
}
.product_inquiry_wrapper .inquiry_more_clear a {
    background-color: #ccc;
    color: #555;
}
.product_inquiry_wrapper .inquiry_more_clear a:hover {
    background-color: #ededed;
    text-decoration: none;
}
/*.product_inquiry_wrapper form{ text-align:left;}
.product_inquiry_wrapper form textarea{border-radius:0; padding:25px; background-color:#ededed;}
.product_inquiry_wrapper form input{ border-radius:0; padding:25px; background-color:#ededed;}
.product_inquiry_wrapper form button{ background-color:#338bbd; border-color:#338bbd; color:#fff; border-radius:0; padding:10px 0; width:128px; text-align:center; }
.product_inquiry_wrapper form button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}
.product_inquiry_wrapper form button i{ margin-right:5px; }*/
.login-bg {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center;
}
.login-wrap .container {
    max-width: 640px;
}
.login-content {
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 4px 15px -2px gray;
    -webkit-box-shadow: 0 4px 15px -2px gray;
    box-shadow: 0 4px 15px -2px gray;
}
.login-content h2 {
    text-align: center;
    font-weight: 700;
}
.login-content p {
    padding: 0px 15px;
    font-size: 1rem;
    color: #777;
}
.login-content form .form-group {
    background-color: #fff;
}
.login-content form .form-group input {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.login-content form .form-group select {
    border-radius: 0;
    padding: 0 22px;
    background-color: #ededed;
    height: 52px;
}
.login-content form .form-group button {
    background-color: #338bbd;
    border-color: #338bbd;
    color: #fff;
    border-radius: 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
.login-content form .form-group button[type="reset"] {
    background-color: #ccc;
    border-color: #ccc;
    color: #555;
}
.login-content .form-check-input {
    margin-top: 10px;
    margin-left: 0;
}
.login-content .form-check-label {
    margin-bottom: 15px;
    padding: 0 0 0 20px;
    font-size: 0.9rem;
    color: #777;
}
.login-content ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.login-content ul li {
    display: inline-block;
}
.login-content ul li i {
    margin-right: 10px;
}
.login-content ul li a {
    color: #338bbd;
}
.login-content ul li a:hover {
    color: #09f;
    text-decoration: none;
}
.login-content ul li::after {
    content: "｜";
    margin-right: 4px;
    margin-left: 6px;
}
.login-content ul li:last-child::after {
    display: none;
}
.login-content .form-check {
   padding-left: 1rem;
}

.fromwarn.is-invalid {
    width: calc(100% - 15px);
    padding: 8px 25px;
    font-size: 1rem;
    color: #666666;
}

@media (min-width:992px) {
    .login-content {
        padding: 60px;
    }
}




.member-title {
    color: #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px 0 15px 0;
    font-weight: 900;
}
.member-profile ul {
    padding: 0;
    list-style: none;
}
.member-profile ul li {
    padding: 0;
    margin: 12px 0;
    font-size: 0.8rem;
    background-color: #ededed;
}
.member-profile ul li span {
    padding: 10px;
    margin-right: 15px;
    background-color: #338bbd;
    color: #fff;
    width: 120px;
    display: inline-block;
    text-align: center;
}
.member-profile ul li.member-profile-textarea span {
    width: 100%;
}
.member-profile ul li.member-profile-textarea p {
    padding: 10px;
}
.member-more {
    margin: 45px 0 30px 0;
}
.member-more a {
    padding: 15px 30px;
    background-color: #338bbd;
    color: #fff;
}
.member-more a i {
    margin-right: 10px;
}
.member-more a:hover {
    background-color: #09f;
    text-decoration: none;
}
.member-wrap .form-group {
    padding: 0;
    margin: 15px 0;
}
.member-wrap form .form-group input {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.member-wrap form .form-group select {
    border-radius: 0;
    padding: 0 22px;
    background-color: #ededed;
    height: 52px;
}
.member-wrap form .form-group button {
    background-color: #338bbd;
    border-color: #338bbd;
    color: #fff;
    border-radius: 0;
    padding: 15px 40px;
    text-align: center;
}
.member-wrap form .form-group button[type="reset"] {
    background-color: #ccc;
    border-color: #ccc;
    color: #555;
}
.member-term-content h3 {
    border-left: 8px solid #338bbd;
    padding-left: 15px;
    font-size: 1.4rem;
    font-weight: 900;
}
.change_info_form {
    padding: 0;
}
.change_info_form form .form-group {
    background-color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.change_info_form form .form-group span {
    background-color: #338bbd;
    color: #fff;
    width: 160px;
    height: 52px;
    padding-top: 10px;
    margin-right: 10px;
    text-align: center;
}
.change_info_form form .form-group input {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
    width: calc(100% - 160px);    
}
.change_info_form form button {
    background-color: #338bbd;
    border-color: #338bbd;
    color: #fff;
    border-radius: 0;
    padding: 10px 0;
    width: 128px;
    text-align: center;
}
.side_nav_title_wrapper_member {
    padding: 14px 0 6px 0;
    background-color: #338bbd;
}
.side_nav_title_wrapper_member .side_nav_title {
    padding-left: 30px;
    font-size: 1.4rem;
    color: #fff;
}
.side_nav_title_wrapper_member .side_nav_title span {
    font-size: 2rem;
}
@media (min-width:992px) {
    .member-profile ul li {
        font-size: 1rem;
    }
    .member-profile ul li span {
        padding: 10px;
        margin-right: 30px;
        width: 160px;
    }
    .member-profile ul li.member-profile-textarea span {
        width: 100%;
    }
}



/*========================================================
                資料讀取中 Loading 頁面
=========================================================*/

.loading-wrap {
    background-color: rgba(0,0,0,0.7);
    height: 180px;
    width: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.loading-info {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 24px;
}
.loading-info h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.loading-info p {
    margin: 10px 0;
    padding: 0;
}
.loading-pic, .loading-pic > div {
    position: relative;
    box-sizing: border-box;
}
.loading-pic {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    display: block;
    font-size: 0;
    color: #fff;
}
.loading-pic.la-dark {
    color: #333;
}
.loading-pic > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.loading-pic {
    width: 54px;
    height: 18px;
}
.loading-pic > div:nth-child(1) {
    animation-delay: -200ms;
}
.loading-pic > div:nth-child(2) {
    animation-delay: -100ms;
}
.loading-pic > div:nth-child(3) {
    animation-delay: 0ms;
}
.loading-pic > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    animation: ball-pulse 1s ease infinite;
}
.loading-pic.la-sm {
    width: 26px;
    height: 8px;
}
.loading-pic.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}
.loading-pic.la-2x {
    width: 108px;
    height: 36px;
}
.loading-pic.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}
.loading-pic.la-3x {
    width: 162px;
    height: 54px;
}
.loading-pic.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}
@keyframes ball-pulse {
    0%, 60%, 100% {
    opacity: 1;
    transform: scale(1);
    }
    30% {
    opacity: 0.1;
    transform: scale(0.01);
    }
}