/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Source%20Sans%20Pro);

@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 35 Light'), url('https://design-resource.bwlgroup.com/fonts/AvenirLTStd-Light.woff') format('woff');
}

/* clearfix */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  /* max-width: 100%;*/
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


body, html { font-size: 100%; 	padding: 0; margin: 0; }

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Source Sans Pro', 'Avenir LT Std 35 Light';
	font-weight:normal;
}

a {
	color: #313131;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	/*padding: 0 1.875em 3.125em 1.875em;*/
}

/*.container > header {
	padding: 2.875em 1.875em 1.875em;
}*/

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #20bdf9;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #20bdf9;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #20bdf9;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'Source Sans Pro', 'Avenir LT Std 35 Light';
	font-weight:normal;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #20bdf9;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}


.anchorLink {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}

.anchorLink a {
	color: #20bdf9;
  display: inline-block;
  border: 1px solid #dedede;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 2px;
  transition: border-color 300ms;

}
.anchorLink a:hover {
	border-color: #20bdf9;
}

#line,
.line {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 2px; 
	margin-bottom: 2px; 
}

/*----------Modal----------*/
.close {
    /*float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)*/
	float: right;
    font-size: 30px;
    /*font-weight: 700;*/
    line-height: 1;
    color: #000;
    /*text-shadow: 0 1px 0 #fff;*/
    filter: alpha(opacity=50);
    opacity: .5
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    /*padding: 0;*/
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1350;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

/*.modalcontentContainer{
	padding: 5%;
}*/

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1340;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
	font-family: 'Poppins', "微軟正黑體", "Microsoft JhengHei",'Noto Sans SC', sans-serif;
    padding: 25px;
	text-align: right;
    /*border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px*/
}

.modal-header .close {
    margin-top: -2px;
	padding: 10px;
	text-align: right;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    /*padding: 15px;*/
	margin-top:15px;
}
#AddressModal .modal-body {
    position: relative;
    padding: 30px;
	padding-top: 0;
	margin-top:0px;
}

.modal-footer {
    /*margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5*/
	padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

#AlertModal .modal-footer{
	text-align: center;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}


/*#TermsModalPersonalProtection .modalcontentContainer,
#TermsModal .modalcontentContainer,
#TermsModalCookiesPolicy .modalcontentContainer  {
    padding: 5%;
    width: 80%;
    margin: 0 auto;
}
*/

#TermsModalPersonalProtection h1,
#TermsModal h1,
#TermsModalCookiesPolicy h1 {
    font-size: 25px;
    font-weight: 600;
    color: #502c1e;
    text-align: center;
    letter-spacing: 1px;
}

#TermsModalPersonalProtection h4, 
#TermsModal h4,
#TermsModalCookiesPolicy h4 {
    font-size: 18px;
    font-weight: 400;
    color: #502c1e;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
}

#TermsModalPersonalProtection ul,
#TermsModal ul,
#TermsModalCookiesPolicy ul {
/*  -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;*/
	margin-left: 18px;
}

#TermsModalCookiesPolicy li,
#TermsModalPersonalProtection li,
#TermsModal li {
    list-style-type: disc;
    padding-bottom: 15px;
}

.sub-point li {
	list-style-type: circle !important;
}


#TermsModalPersonalProtection li p {
	margin-top: 0;
    margin-bottom: 0;
}

#TermsModalPersonalProtection p,
#TermsModal p,
#TermsModalCookiesPolicy p {
    color: #867874;
    margin-top: 15px;
	margin-bottom: 15px;
}

#TermsModalPersonalProtection a,
#TermsModal a,
#TermsModalCookiesPolicy a {
    color: #502c1e;
}

#TermsModalPersonalProtection a:hover,
#TermsModal a:hover,
#TermsModalCookiesPolicy a:hover {
    text-decoration: underline;
}

/*#TermsModalPersonalProtection .modal-body,
#TermsModal .modal-body,
#TermsModalCookiesPolicy .modal-body {
    color: #867874;
    font-size: 14px;
}*/

.PDPPTableTitle {
	background-color: #e0e0e0;
	font-weight: bold;
}

.PDPPTable {
    border-spacing: 0;
}

.PDPPTable tr:first-of-type td {
    border-top: 1px solid #502c1e;
}

.PDPPTable tr>td:first-of-type {
    border-left: 1px solid #502c1e;
}

.PDPPTable tr td:last-of-type {
    border-right: 1px solid #502c1e;
}

.PDPPTable td {
    padding: 10px;
    border-left: 0px none;
    border-top: none;
    border-right: 1px solid #502c1e;
    border-bottom: 1px solid #502c1e;
}

#PDPPTable-big {
	display: table;
	margin-bottom: 15px;
}

#PDPPTable-small {
	display: none;
}

.modalcontentContainer {
	color: #867874;
    font-size: 14px;
	margin-top: 50px;
}

@media (max-width:1030px) {
.modalcontentContainer {
	margin-left: 3%;
    margin-right: 3%;
}
}

@media (min-width:768px) {
   /* .modal-dialog {
        width: 600px;
        margin: 30px auto
    }*/
	
	.modal-dialog {
        width: 90%;
        margin: 30px auto
    }
	
	#AlertModal .modal-dialog {
		top: 35%;	
	}
	
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 45%;
		min-width: 500px;
		margin: 100px auto;
    }
	
	.modal-sm-center {
        max-width: 80%;
    	width: 600px;
		margin: 100px auto;
		    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    }
}

@media (max-width:768px) {
	#PDPPTable-big {
		display: none;
	}

	#PDPPTable-small {
		display: table;
		margin-bottom: 15px;
	}
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}