@import url(normalize.css);

/* ------------------------------------------
defult
--------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    clear: both;
}

*html .clearfix {
    height: 1%;
}


/* Hides from IE-mac \*/

.clearfix {
    display: block;
    clear: both;
}

ul li {
    list-style-type: none;
}

a,
a:visited,
a:active {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
}

a:hover img {
    text-decoration: none;
    opacity: 0.5;
    transition: opacity 0.5s;
}

img,
img a,
img a:hover {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.container {
    background: url(../images/bg_index.jpg) top center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

@media screen and (max-width: 600px) {
    .container {
        background: url(../images/bg_index_m.jpg) center center no-repeat;
        background-size: cover;
    }
}

.header_bg {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}

.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

.skype_array {
    width: 40px;
    margin: 0 1% 0 0;
}

.header_btn {
    width: 120px;
    border: 1px solid #000;
    background: #ffffff30;
    text-align: center;
    border-radius: 80px;
    margin: 0 1% 0 0;
}

.header_btn a {
    display: block;
    padding: 8px 0;
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}

.header_btn a:hover {
    border-radius: 80px;
    color: #fff;
    background: #000;
}

.header_btn:last-child {
    margin: 0 70px 0 0;
}

.product_btn {
    background: #000;
}

.product_btn a {
    color: #fff;
    font-weight: 700;
}

.product_btn a:hover {
    background: #ffcc00;
    color: #000;
}

.sidenav {
    display: none;
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding: 60px 10px 0 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.menu_bar {
    position: fixed;
    top: 1.1%;
    right: 15px;
    z-index: 5;
    display: inline-block;
    cursor: pointer;
    background: none;
    background: #000;
    border-radius: 100%;
    padding: 5px 9px;
}

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
}

.menu>.menu_bar {
    background: #fff;
}

.menu>.menu_bar>.bar1 {
    background: #000;
    transform: translate(0, 7px) rotate(-45deg);
}

.menu>.menu_bar>.bar2 {
    background: #000;
    opacity: 0;
}

.menu>.menu_bar>.bar3 {
    background: #000;
    transform: translate(0, -7px) rotate(45deg);
}

.menu_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    color: #fff;
    letter-spacing: 1.5px;
}

.menu_content a {
    color: #fff;
    transition: all 0.5s;
}

.menu_content a:hover {
    opacity: 0.3;
}

.menu_left {
    margin: 0 50px 0 0;
    font-size: 2rem;
    font-weight: 900;
}

.menu_left div {
    margin: 0 0 20px 0;
}

.point a {
    color: #ffcc00;
}

.menu_right {
    margin: 0 0 0 50px;
}

.menu_content>.menu_right {
    margin: 0;
}

.menu_product_title {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 20px 0;
    position: relative;
    color: #fff;
}

.menu_product_title::after {
    position: absolute;
    top: 20px;
    right: -100px;
    content: '';
    border-top: 1px solid #fff;
    width: 70%;
    height: 1px;
}

.menu_content>.menu_right>.menu_product_title::after {
    right: -120px;
}

.menu_product_item {
    margin: 0 0 0 20px;
    font-size: 1.2rem;
}

.menu_product_item div {
    margin: 0 0 20px 0;
}

.menu_product_item div a:hover {
    color: #ffcc00;
}

@media screen and (max-width: 1440px) {
    .menu_bar {
        top: 1.3%;
    }
}

@media screen and (max-width: 699px) {
    .skype_array {
        margin: 0 15px 0 0;
    }
    .header_btn {
        display: none;
    }
    .product_btn {
        display: initial;
    }
}

@media screen and (max-width: 550px) {
    .menu_left {
        font-size: 1.6rem;
        margin: 0 30px 0 0;
    }
    .menu_right {
        margin: 0 0 0 30px;
    }
    .menu_product_title {
        font-size: 1.6rem;
    }
    .menu_product_item {
        margin: 0 0 0 30px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .skype_array {
        margin: 0 10px 0 0;
        width: 35px;
    }
    .header_btn {
        width: 95px;
    }
    .header_btn a {
        font-size: 0.75rem;
        padding: 6px 0;
    }
    .header_btn:last-child {
        margin: 0 50px 0 0;
    }
    .menu_bar {
        right: 10px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 15px;
        margin: 4px 0;
    }
    .menu>.menu_bar>.bar1 {
        transform: translate(0, 6px) rotate(-45deg);
    }
    .menu>.menu_bar>.bar3 {
        transform: translate(0, -6px) rotate(45deg);
    }
    .menu_content {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu_left,
    .menu_right {
        margin: 0;
        padding: 0 0 0 50px;
    }
    .menu_product_title::after {
        top: 16px;
        right: -82px;
    }
}

@media screen and (max-width: 320px) {
    .menu_bar {
        right: 5px;
    }
}

.index_content {
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 0 5%;
}

.index_title {
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 10px 0 0 8px;
}

footer {
    text-align: right;
    padding: 0 1% 0 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 1px;
}

@media screen and (max-width: 1440px) {
    .index_logo {
        width: 240px;
    }
    .index_title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 450px) {
    .index_logo {
        width: 200px;
    }
    .index_title {
        font-size: 2.5rem;
    }
    footer {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 340px) {
    .index_logo {
        width: 180px;
    }
    .index_title {
        font-size: 2.2rem;
    }
    footer {
        transform: scale(0.9);
    }
}

.pd_container {
    background: #f5f5f5;
}

.pd_header {
    background: rgba(245, 245, 245, 0.8);
}

.pd_logo {
    position: fixed;
    top: 1.5%;
    left: 30px;
    z-index: 10;
    width: 150px;
}


/* .pd_content {} */

.pd_top {
    padding: 5% 0 3% 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.pd_name {
    font-size: 4.5rem;
    font-weight: 900;
    color: #2482b8;
}

.pd_item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pd_item div {
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
    margin: 0 60px 0 0;
    cursor: pointer;
    transition: all 0.5s;
}

.pd_item div:hover,
.pd_item div.active {
    border: none;
    color: #2482b8;
}

@media screen and (max-width: 1440px) {
    .pd_top {
        padding: 6% 0 3% 30px;
    }
    .pd_name {
        font-size: 3.8rem;
    }
    .pd_item div {
        font-size: 0.9rem;
        margin: 0 30px 0 0;
    }
}

@media screen and (max-width: 1280px) {
    .pd_name {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .pd_top {
        padding: 8% 0 3% 30px;
    }
    .pd_name {
        font-size: 2.8rem;
    }
    .pd_item div {
        font-size: 0.8rem;
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 850px) {
    .pd_top {
        padding: 10% 0 3% 30px;
    }
    .pd_name {
        font-size: 2.5rem;
    }
    .pd_item div {
        font-size: 0.75rem;
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .pd_top {
        padding: 10% 0 3% 10px;
    }
    .pd_logo {
        left: 10px;
    }
}

@media screen and (max-width: 720px) {
    .pd_top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15% 0 3% 10px;
    }
    .pd_name {
        margin: 0 0 10px 0;
    }
    .pd_item {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .pd_item div {
        width: 46%;
        padding: 10px 5px;
        margin: 1px;
        background: #000;
        color: #fff;
        text-align: center;
        border: none;
    }
}

@media screen and (max-width: 460px) {
    .pd_top {
        padding: 18% 0 3% 10px;
    }
}

@media screen and (max-width: 375px) {
    .pd_name {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 360px) {
    .pd_logo {
        width: 100px;
    }
}

.tab_content {
    width: 95vw;
    height: 75vh;
    overflow: scroll;
    margin: 0 auto;
}

.tab_title {
    font-size: 2rem;
    color: #000;
    font-weight: 900;
    font-style: italic;
    margin: 0 0 20px 0;
}

.tab_title span {
    font-size: 1rem;
}

.windsurfing_tab {
    background: url(../images/bg_windsurfing.jpg) center center no-repeat;
}

.tabcontent {
    display: none;
    width: 95%;
    padding: 3% 0;
    margin: 0 auto;
}

.tb_note {
    background: #ffcc00;
    color: #000;
    font-size: 0.85rem;
    padding: 15px;
}

.tab_content p {
    width: 90%;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 1.9rem;
    text-shadow: 0 0 10px #fff;
}

.pic_title {
    font-size: 1.2rem;
    font-weight: 700;
}

.about_pic {
    width: 90%;
    margin: 0 0 0 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.about_pic div {
    margin: 0 20px 20px 0;
}

.about_pic img {
    width: 350px;
}

@media only screen and (max-width: 650px) {
    .windsurfing_tab {
        background-repeat: repeat;
    }
    .tab_title {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .tab_title span {
        font-size: 0.85rem;
    }
}

.pd_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
    color: #2482b8;
    text-align: left;
    padding: 1% 0 1% 2%;
    transform: scale(1);
}

@media screen and (max-width: 720px) {
    .pd_footer {
        position: relative;
        width: initial;
    }
}

.inquiry_tb {}

form {
    padding: 0;
    margin: 0;
}

input,
textarea {
    border: 1px solid #000;
    background: none;
    outline: none;
    padding: 8px;
}

.inquiry_tbTitle {
    background: #2482b8;
    color: #fff;
    padding: 20px 0 20px 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.inquiry_tbContent {
    background: #ddf3ff;
    padding: 30px;
}

.form_structure {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.form_structure2 {
    justify-content: flex-start;
}

.form_type_array {
    margin: 20px 10px;
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.form_left {
    margin: 20px 20px 0 0;
}

.form_right {
    margin: 20px 0 0 20px;
}

.form_title {
    width: 40%;
    text-align: right;
    padding: 0 10px 0 0;
    color: #2482b8;
}

.form_notice {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    margin: 30px 0;
}

.form_checkbox_array {
    margin: 15px 0;
}

.check_content {
    color: #2482b8;
    margin: 0 0 0 10px;
}

.inquiry_btn {
    margin: 0 0 50px 0;
    cursor: pointer;
}

.inquiry_btn input {
    background: #2482b8;
    border: none;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .form_structure {
        flex-direction: column;
    }
    .form_left {
        margin: 20px 0 0 0;
    }
    .form_right {
        margin: 0;
    }
    .form_notice {
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    form {
        font-size: 0.85rem;
    }
    .inquiry_tbContent {
        padding: 10px;
    }
}

@media screen and (max-width: 500px) {
    .form_type_array input,
    .form_type_array textarea {
        width: 100%;
    }
    .form_type_array {
        margin: 20px 20px 20px 0;
    }
    .inquiry_tbTitle {
        font-size: 1.5rem;
    }
}

.contact_tab {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.contact_tab div {
    margin: 20px 0 10px 20px;
}