@font-face {
  font-family: 'MyriadPro-light';
  src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Light.otf')  format('opentype'),
	     url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf')  format('truetype'), url('../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
	     url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Flama';
  src: url('../fonts/Flama-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Flama-Book.otf')  format('opentype'),
	     url('../fonts/Flama-Book.woff') format('woff'), url('../fonts/Flama-Book.ttf')  format('truetype'), url('../fonts/lama-Book.svg#Flama-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Flama';
  src: url('../fonts/Flama-Ultralight.eot?#iefix') format('embedded-opentype'),  url('../fonts/Flama-Ultralight.otf')  format('opentype'),
	     url('../fonts/Flama-Ultralight.woff') format('woff'), url('../fonts/Flama-Ultralight.ttf')  format('truetype'), url('../fonts/Flama-Ultralight.svg#Flama-Ultralight') format('svg');
  font-weight: 100;
  font-style: normal;
}


@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamBold.otf') format('opentype'),
       url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf')  format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body {
    font-family: 'MyriadPro-light', sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: #333;
}

h1 {
    font-size: 3.2rem;
    color: #00A2AE;
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 1.2rem;
    color: #777;
    font-family: 'Flama', sans-serif;
    line-height: 1.2;
}

h3 {
    font-size: 1.65rem;
    line-height: 2.2rem;
    font-weight: bold;
    font-family: 'Gotham', sans-serif;
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Gotham', sans-serif;
}

p {
    line-height: 1.6;
    
}

sup { 
    vertical-align: super;
    font-size: 8px;
}

b {
    font-weight: bold;
}

a, a:hover {
    text-decoration:none;
    color: #333;
}

input {
    border: none;
    outline: none;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

select {
    border: none;
    outline: none;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
}

button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

#global-container {
    width: 100%;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
/*    padding: 0 15px;*/
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: auto;
    position: relative;
}

.photo-wrap {
    background-size: cover;
    background-position: center;
}

.left, .right {
    display: inline-block;
    vertical-align: top;
}

.btn {
    font-size: 0.94rem;
    font-weight: bold;
    color: #fff;
    background-color: #603913;
    padding: 10px 20px;
    text-align: center;
}

.btn a, .btn:hover a {
    color: #fff;
}

.btn:hover {
    background-color: #990118;
    color: #fff;
}

/*---------------------------------------------footer---------------------------------------------*/
.footer {
    padding: 40px 40px 80px;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-remark {
    color: #666;
    padding: 6px 10px;
    border: solid 1px #666;
    display: inline-block;
    margin-left: 80px;
        line-height: 1.2;
}

.footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #00A2AE;
    padding-left: 80px;
    color: #666;
}

.footer-bottom .logo-wrap, .footer-bottom .text {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom .logo-wrap {
    width: 180px;
    margin-right: 40px;
}

.logo-wrap img {
    width: 100%;
}

.footer-bottom .text a {
    color: dodgerblue;
}

.footer-bottom .text p {
    line-height: 1.4;
}
/*---------------------------------------------footer---------------------------------------------*/

/*---------------------------------------------header---------------------------------------------*/
header {
    background-color: #D6D5D5;
    padding: 30px 40px;
}

header .logo-wrap {
    width: 280px;
}
/*---------------------------------------------header---------------------------------------------*/

/*---------------------------------------------home---------------------------------------------*/
.collection-wrapper {
    width: calc(100% - 80px);
    margin: auto;
    box-sizing: border-box;
    border-top: solid 1px #00A2AE;
}

.collection-wrapper section {
    position: relative;
}

.collection {
    background-color: #ebebeb;
    border-radius: 15px 15px 0 0;
    position: relative;
    margin-top: 60px;
}

.collection:after {
    display: block;
    content: '';
    padding-top: 40%;
}

.section-title {
    background-color: #fff;
    padding: 0 0 30px 40px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 650px;
    z-index: 99;
}

.section-title.left {
    right: auto;
    left: 0;
}

.section-title h1 {
    margin-bottom: 5px;
}

.section-title:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    background-image: url('/imgs/corner.svg');
    background-size: cover;
}

.section-title:after {
    content: '';
    width: 100px;
    height: calc(100% + 1px);
    display: block;
    position: absolute;
    left: -100px;
    top: -1px;
    background-image: url('/imgs/title_corner_3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    
}

.section-title.left:before {
    right: auto;
    left: 0;
    background-image: url('/imgs/corner_left.svg');
}

.section-title.left:after {
    left: auto;
    right: -100px;
    background-image: url('/imgs/title_corner_3_left.svg');
    background-position: left top;
    
}

.expand-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    cursor: pointer;
    background-color: #7DDBD4;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.expand-btn:hover, .expand-btn.active {
    background-color: #fff;
}

.expand-btn.active i {
    transform: translate3d(-50%,-50%,0) rotate(180deg);
    -webkit-transform: translate3d(-50%,-50%,0) rotate(180deg);
}

.expand-btn i {
    position: absolute;
    left: 50%;
    top: 52%;
    display: inline-block;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    color: #007180;
    font-size: 2rem;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.expand-section {
    padding: 40px 0;
    width: calc(100% - 80px);
    margin: auto;
    box-sizing: border-box;
    border-bottom: solid 1px #00A2AE;
    font-size: 0;
}

.expand-section h3 {
    margin: 0 0 10px;
    color: #28A9E1;
}

.expand-section h4 {
    margin-bottom: 5px;
    color: #00A2AE;
}

.expand-section .left, .expand-section .right {
    width: 45%;
    font-size: 1rem;
}

.expand-section .left {
    width: 55%;
    padding-right: 120px;
    box-sizing: border-box;
}

.expand-section p {
    color: #656565;
}

.expand-section b {
    font-family: 'MyriadPro-Bold';
}

.collection-expand {
    display: none;
}

.remark {
    font-size: 0.7rem;
    margin-top: 10px;
}

.photo-grid {
    font-size: 0;
}

.grid {
    display: inline-block;
    vertical-align: top;
}

.grid:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.grid.top-left {
    width: 64%;
    background-position: right 95%;
}

.grid.top-left:after {
    padding-top: 70%;
}

.grid.top-right {
    width: 36%;
}

.grid.bottom-left {
    width: 24%;
    background-color: #ccc;
    margin: 20px 20px 0 40px;
    
}

.grid.bottom-right {
    width: 24%;
    background-color: #ebebeb;
    margin-top: 20px;
}

.home-top {
    position: relative;
    margin-bottom: 60px;
}

.home-top .text {
    width: 40%;
    position: absolute;
    top: 30%;
    left: calc(48% + 80px);
    background-color: #7DDBD4;
    color: #007180;
    padding: 60px;
    box-sizing: border-box;
    z-index: 99;
    font-size: 1.8rem;
    font-family: 'Flama', sans-serif;
    font-weight: 100;
}

.text-bg {
    width: 40%;
    position: absolute;
    left: calc(48% + 80px);
    bottom: 0;
    background-color: #7DDBD4;
    height: 40%;
}

.product-img {
    position: absolute;
    bottom: 25px;
    right: 17%;
    height: 75%;
}

.product-img.left {
    right: auto;
    left: 200px;
}

.product-img img {
    height: 100%;
}

/*---------------------------------------------home---------------------------------------------*/

.star {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: inherit;
}

.hash {
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    margin: 2px 0 0 1px;
}