﻿@charset "UTF-8";
.icons-sprite, .icons-ig, .icons-line, .icons-mail { background-image: url('../images/icons-s0ad6ce952c.png'); background-repeat: no-repeat; }

.icons-ig { background-position: 0 0; }

.icons-line { background-position: 0 -45px; }

.icons-mail { background-position: 0 -90px; }

header nav.navbar #logo a, header nav.navbar #navbarSupportedContent .nav-item > a, header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu .dropdown-item, #footer .footer_nav a, #footer .footer_ssn li a, .profolio .nav-tabs a, .product_detail_info .dropdown .dropdown-content a, .btn a { width: 100%; height: 100%; display: block; color: inherit; }

header nav.navbar #logo a { white-space: nowrap; text-indent: 100%; overflow: hidden; }

#footer .footer_nav li { display: inline-block; margin-right: -6px; vertical-align: top; }

.table { display: table; border-spacing: 0.5rem; border-collapse: collapse; width: 100%; table-layout: fixed; }

/* animation-name: example; 動畫名稱 */
/* animation-duration: 4s; 動畫時間長度 */
/* animation-timing-function: linear; 動畫速度 */
/* animation-delay:2s; 動畫開始秒數'' */
/* animation-iteration-count: 3; 動畫循環次數 */
/* animation-direction: alternate; 動畫時間方向性 */
/* WEIGHTS */
/* FONT */
body { font-size: 10px; font-size: 1rem; line-height: 1.6; }

section .content_title h2 { font-size: 20px; font-size: 2rem; font-weight: 800; }
section .content_title h2 span { font-size: 10px; font-size: 1rem; font-weight: 800; }

#i_news .content .news_date { font-weight: 800; }

#product_hot .product_list .product_title { font-size: 12px; font-size: 1.2rem; font-weight: 800; }

#award_hot .award_list .award_title { font-size: 12px; font-size: 1.2rem; font-weight: 800; }

#news_detail .news_title h2 { font-size: 16px; font-size: 1.6rem; font-weight: 800; }
#news_detail .news_title h2 span { font-size: 8px; font-size: 0.8rem; }

#product .product_content { /* LIST */ /* DETAIL */ /* DM */ }
#product .product_content .product_list ul .product_list_info span { font-size: 12px; font-size: 1.2rem; font-weight: 800; }
#product .product_content .product_detail_info span { font-size: 20px; font-size: 2rem; font-weight: 800; }
#product .product_content .product_detail_info .title { font-weight: 800; }
#product .product_content .product_dm_list ul .product_dm_info span { font-size: 12px; font-size: 1.2rem; font-weight: 800; }

.news_more { font-size: 8px; font-size: 0.8rem; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* $slick-font-path: "./fonts/" !default; */
/* Slider */
.slick-loading .slick-list { background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* @if $slick-font-family == "slick" { @font-face { font-family: "slick"; src: slick-font-url("slick.eot"); src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
} */
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 0px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: 0px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

body { font: normal 14px/1.6 Verdana, "微軟正黑體", sans-serif; color: #222; }

#wrapper { position: relative; }

.clear { clear: both; }

/* BOOTSTRAP */
body.modal-open { overflow: hidden; }

.row { margin-left: 0px; margin-right: 0px; }

.bootstrap_default { padding: 0px; margin: 0px; }

/* RWD */
.pc { display: block; }

.mobile { display: none; }

/* TABLE */
.table .table_row { display: table-row; }
.table .table_cell { display: table-cell; vertical-align: middle; }

header { border-bottom: 1px #222 solid; padding: 0px 30px; /*  overflow:hidden; */ }
header nav.navbar { max-width: 1200px; margin: 0px auto; padding: 30px 0px; }
header nav.navbar #logo { background: url(../images/V3/logo.svg) no-repeat center; width: 52px; height: 45px; background-size: 52px; }
header nav.navbar #navbarSupportedContent .nav-item { padding-left: 30px; line-height: 34px; }
header nav.navbar #navbarSupportedContent .nav-item > a { display: inline; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; color: #555; }
header nav.navbar #navbarSupportedContent .nav-item > a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; color: #222; }
header nav.navbar #navbarSupportedContent .list_lan { padding-left: 50px; }
header nav.navbar #navbarSupportedContent .list_lan > a { padding: 0px 0px; }
header nav.navbar #navbarSupportedContent .dropdown-toggle::after { display: none; }
header nav.navbar #navbarSupportedContent .dropdown { position: relative; }
header nav.navbar #navbarSupportedContent .dropdown i { font-size: 19px; line-height: 20px; }
header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu { box-shadow: 0px 0px 6px 0px #d4d4d4; -moz-box-shadow: 0px 0px 6px 0px #d4d4d4; -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4; background: #eee; border: none; border-radius: 8px; padding: 0px; text-align: center; overflow: hidden; left: -105%; }
header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu .dropdown-item { padding: 5px 0px; font-size: 14px; }
header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu .dropdown-item:hover { transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; background: #222; color: #fff; }
header nav.navbar #navbarSupportedContent .dropdown:hover .dropdown-menu { transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; display: block; }
header nav.navbar .navbar-toggler { border: none; }
header nav.navbar .search_form > .vessel { width: 100%; position: relative; }
header nav.navbar .search_form label { display: none; }
header nav.navbar .search_form input[type="text"] { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; width: 100%; height: 34px; color: #222; padding: 8px 8px 6px 28px; border: none; border: 1px #222 solid; line-height: 34px; outline: none; }
header nav.navbar .search_form input[type="text"]::-webkit-input-placeholder { color: #959595; }
header nav.navbar .search_form input[type="text"]::-moz-placeholder { color: #959595; }
header nav.navbar .search_form input[type="text"]:-ms-input-placeholder { color: #959595; }
header nav.navbar .search_form input[type="text"]:-moz-placeholder { color: #959595; }
header nav.navbar .search_form input[type="text"]:focus { color: #959595; }
header nav.navbar .search_form i { position: absolute; left: 8px; top: calc(50% - 0.5em); color: #333; }
/*
header nav.navbar .search_form input[type="submit"] { background: url(../images/search.png) no-repeat center; background-size: 15px; width: 15px; height: 15px; position: absolute; top: 10px; left: 10px; border: none; box-shadow: none; cursor: pointer; }
header nav.navbar .search_form input[type="submit"]:hover { opacity: 0.7; }
*/
#footer { background: #eee; }
#footer .content { max-width: 1200px; padding: 30px 30px; margin: 0px auto; align-items: flex-end; overflow: hidden; }
#footer .footer_nav a { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; padding-left: 45px; color: #555; }
#footer .footer_nav a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; color: #222; }
#footer .footer_ssn li { display: inline-block; }
#footer .footer_ssn li a { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; padding-left: 22px; }
#footer .footer_ssn li a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

#btn_top { position: fixed; bottom: 30px; right: 30px; z-index: 9999; }
#btn_top img { box-shadow: 0px 0px 2px 0px #d4d4d4; -moz-box-shadow: 0px 0px 2px 0px #d4d4d4; -webkit-box-shadow: 0px 0px 2px 0px #d4d4d4; width: 55px; border-radius: 8px; margin-bottom: -6px; }

#banner .banner { position: relative; overflow: hidden; }

#banner .banner .item img { width: 100%; }

#banner .banner .item { transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; }

#banner .banner .item.slick-active { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -webkit-transform: scale(1); transform: scale(1); -webkit-animation: cssAnimation 1s 1 ease-in-out forwards; animation: cssAnimation 1s 1 ease-in-out forwards; }

.index.product { border-bottom: 1px #222 solid; }
.index.product .btn_black_line { width: 100%; }
.index.product .btn_black_line a { width: auto; display: inline-block; margin-top: 50px; }

.index.signin .content { max-width: 1200px; }
.index.signin .content .info { text-align: left; }
.index.signin .info .info_list .info_list_btn .btn_black { width: auto; }

.index.about { border-bottom: 1px #222 solid; }
.index.about .row { align-items: center; margin-bottom: 60px; }
.index.about .row .about_img img { max-width: 100%; border-radius: 8px; }
.index.about .row .about_info { padding: 30px 60px; }
.index.about .row .about_info .about_info_title { font-size: 24px; font-weight: bold; margin-bottom: 30px; }
.index.about .row .about_info .about_info_des { font-size: 18px; line-height: 32px; text-align: justify; text-justify: inter-ideograph; }

/* CONTAINER */
section .content { max-width: 1200px; margin: 90px auto 90px auto; padding: 0px 30px; }
section .content_title { font-size: 26px; font-weight: bold; margin: 0px 0px 44px 0px; text-align: center; }

input[type="text"] { background: #fff; width: 100%; height: 36px; color: #222; padding: 15px 10px; border: none; border: 1px #222 solid; border-radius: 8px; line-height: 36px; outline: none; }
input[type="text"]::-webkit-input-placeholder { color: #666; }
input[type="text"]::-moz-placeholder { color: #666; }
input[type="text"]:-ms-input-placeholder { color: #666; }
input[type="text"]:-moz-placeholder { color: #666; }
input[type="text"]:focus { color: #666; }

input[type="password"] { background: #fff; width: 100%; height: 36px; color: #222; padding: 15px 10px; border: none; border: 1px #222 solid; border-radius: 8px; line-height: 36px; outline: none; }
input[type="password"]::-webkit-input-placeholder { color: #666; }
input[type="password"]::-moz-placeholder { color: #666; }
input[type="password"]:-ms-input-placeholder { color: #666; }
input[type="password"]:-moz-placeholder { color: #666; }
input[type="password"]:focus { color: #666; }

input[type="checkbox"] { vertical-align: text-top; position: relative; top: 0px; margin-right: 5px; }

textarea { background: #fff; width: 100%; color: #222; padding: 15px 10px; border: none; border: 1px #222 solid; border-radius: 8px; outline: none; }
textarea::-webkit-input-placeholder { color: #666; }
textarea::-moz-placeholder { color: #666; }
textarea:-ms-input-placeholder { color: #666; }
textarea:-moz-placeholder { color: #666; }
textarea:focus { color: #666; }

select { -moz-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100%; border: 1px #222 solid; border-radius: 8px; padding: 9.5px 10px; cursor: pointer; line-height: 1.1; background: #fff url(/images/arrow_down.png) no-repeat center; background-position: right 10px center; }

.calender { display: flex; justify-content: space-between; align-items: center; /*padding: 6.5px 10px;*/ border: 1px #222 solid; border-radius: 8px; cursor: pointer; }

/* PROFOLIO */
.profolio .nav-tabs { border-bottom: none; justify-content: center; }
.profolio .nav-tabs li { padding: 0px 10px; }
.profolio .nav-tabs a.active { border: none; border-bottom: 3px #222 solid; }
.profolio .nav-tabs a { font-size: 20px; border: none; padding: 10px 30px; border-bottom: 3px #fff solid; text-align: center; }
.profolio .nav-tabs a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; border: none; border-bottom: 3px #222 solid; }
.profolio .tab-content { padding: 60px 0px; }
.profolio .tab-content .table .table_row { background: #555; border-radius: 8px; }
.profolio .tab-content .table .table_row .table_cell { padding: 10px 15px; }
.profolio .tab-content .table .table_row .table_cell:first-child { border-radius: 10px 0 0 10px; }
.profolio .tab-content .table .table_row .table_cell:last-child { border-radius: 0 10px 10px 0; }
.profolio .profolio_order_title { display: flex; align-items: center; justify-content: space-between; background: #222; color: #fff; padding: 10px 15px; margin-bottom: 15px; border-radius: 8px; }
.profolio .profolio_order_title li { text-align: left; }
.profolio .profolio_order_list { display: flex; align-items: center; justify-content: space-between; background: #eee; padding: 10px 15px; margin-bottom: 10px; border-radius: 8px; }
.profolio .profolio_order_list li { text-align: left; }
.profolio .profolio_order_list .btn_black a { font-size: 14px; padding: 5px 10px; display: inline-block; }
.profolio .profolio_order_list .btn_black span { font-size: 14px; padding: 5px 10px; background: #222; color: #fff; border-radius: 8px; display: inline-block; }
.profolio .profolio_order_list .btn_black_line a { font-size: 14px; padding: 5px 10px; display: inline-block; }
.profolio .profolio_order_list .btn_black_line span { font-size: 14px; padding: 5px 10px; border: 1px #222 solid; border-radius: 8px; display: inline-block; }
.profolio li[data-title="商品名稱:"] { flex-grow: 1; }
.profolio li[data-title="付款狀態:"] { flex-basis: 100px; }
.profolio li[data-title="付款代碼:"] { flex-basis: 120px; }
.profolio li[data-title="付款期限:"] { flex-basis: 120px; }
.profolio li[data-title="活動時間:"] { flex-basis: 120px; }
.profolio li[data-title="商品名稱:"] { flex-grow: 1; }
.profolio li[data-title="訂單日期:"] { flex-basis: 90px; }
.profolio li[data-title="訂單編號:"] { flex-basis: 160px; }
.profolio li[data-title="憑證下載:"] { flex-basis: 90px; }
.profolio li[data-title="詳細資訊:"] { flex-basis: 40px; }
.profolio .btn_black { width: auto; }
.profolio .btn_black a { width: auto; display: inline-block; }
.profolio .btn_black_line { width: auto; }
.profolio .btn_black_line a { width: auto; display: inline-block; }

/* PRODUCT */
.product.product_likemore { margin: 120px 0px 100px 0px; }

.product { margin: 0px auto; }

/* INDEX */
#activity_new .product_list { margin-bottom: 0px; }

/* LIST */
/*.product_cat_parent { display: flex; justify-content: center; }*/
.product_cat { display: flex;  flex-direction: row; flex-wrap:wrap; justify-content: center; font-size: 12px; margin: -22px 0px 60px 0px; }
.product_cat li { margin: 0px 10px; height: 45px; }
.product_cat li > a { transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; padding: 6px 16px; border: 1px #222 solid; border-radius: 8px; }
/*.product_cat li > a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: #222; border: 1px #222 solid; color: #fff; }*/
.product_cat li.active > a { background: #222; color: #fff; }

.product_list { transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; padding: 0px 20px; margin-bottom: 50px; text-align: center; position: relative; }
/*.product_list .product_list_img { background-color:#f2f2f2;}*/
.product_list .product_list_img { background-color:#fff; border-radius: 10px; }
.product_list .product_list_image { width: 100%; height: 240px; border-radius: 10px; background-color: #fff; background-size: cover; background-position: center; background-repeat: no-repeat; }
.product_list .product_list_img > img { max-width: 100%; border-radius: 10px; margin-bottom: 10px; }
.product_list .product_list_title { font-size: 18px; font-weight: bold; line-height: 26px; margin-bottom: 6px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.product_list .product_list_des { font-size: 16px; line-height: 24px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: nowrap; }
.product_list .product_list_like { font-size: 24px; font-weight: bold; color: #bc9952; position: absolute; top: 12px; right: 34px; cursor: pointer; z-index: 999; }
.product_list .product_list_like:hover i::before { content: "\f19e"; }
.product_list .product_list_like i { color: #847158; }
.product_list .product_list_like.active i::before { content: "\f19e"; }
.product_list:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; opacity: 0.8; }

/* DETAIL */
.product_detail_title { padding: 30px 10px; text-align: center; }
.product_detail_title li:nth-child(1) { font-weight: bold; font-size: 24px; line-height: 30px; margin-bottom: 15px; }
.product_detail_title li:nth-child(2) { font-size: 20px; line-height: 28px; }

.product_detail_title02 { font-size: 22px; font-weight: bold; padding-bottom: 15px; }

.product_slick { position: relative; overflow: hidden; }
.product_slick .item { border-radius: 8px; overflow: hidden; }
.product_slick .item img { width: 100%; }

.product_detail_des { padding: 30px 30px 30px 0px; }
.product_detail_des .product_detail_image { margin: 30px 0px; }
.product_detail_des .product_detail_image .product_images_image img { width: 100%; border-radius: 8px; margin-top: 15px; }
.product_detail_des .product_detail_image .video-container { height: 0; padding-bottom: 56.25%; padding-top: 30px; position: relative; overflow: hidden; margin-top: 15px; }
.product_detail_des .product_detail_image .video-container iframe, .product_detail_des .product_detail_image .video-container object, .product_detail_des .product_detail_image .video-container embed { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.product_detail_des .product_detail_itinerary .product_itinerary_title span { width: 80px; display: inline-block; font-size: 14px; padding: 6px 16px; margin-right: 10px; background: #222; color: #fff; border: 1px #222 solid; border-radius: 8px; text-align: center; }
.product_detail_des .product_detail_itinerary .product_itinerary_textarea { border-left: 2px #222 solid; padding: 30px 15px 30px 15px; margin: -10px 0px 0px 40px; }
.product_detail_des .product_detail_itinerary .product_itinerary_textarea p { font-size: 18px; padding-bottom: 7.5px; }

.product_detail_info { padding: 30px 0px 30px 30px; border-left: 1px #ccc solid; }
.product_detail_info > ul { padding: 20px 0px; border-bottom: 1px #222 dashed; }
.product_detail_info > ul:last-child { border-bottom: none; }
.product_detail_info .product_cat { padding: 0px 0px 0px 0px; margin: 0px; border-bottom: 30px; justify-content: flex-start; }
.product_detail_info .product_cat li { margin: 0px 10px  0px 0px; padding: 6px 16px; border: 1px #222 solid; border-radius: 8px; }
.product_detail_info .product_cat li.active { background: #222; color: #fff; }
.product_detail_info .product_detail_ilist li { padding: 10px 0px; }
.product_detail_info .product_detail_ilist li i { margin-right: 10px; }
.product_detail_info .product_detail_ilist li i.bi-check2 { color: #847158; }
.product_detail_info .product_detail_ilist li i.bi-x { color: #999; font-size: 15px; }
.product_detail_info .product_detail_ilist .product_detail_ilistmore { padding: 0px 0px 0px 24px; margin-top: -6px; margin-bottom: 10px; }
.product_detail_info .product_detail_ilist .product_detail_ilistmore li { padding: 3px 0px; }
.product_detail_info .product_detail_iprice > span { display: block; }
.product_detail_info .product_detail_iprice p { font-size: 30px; font-weight: bold; }
.product_detail_info .product_detail_iprice p span { font-size: 16px; margin-left: 10px; }
.product_detail_info .dropdown { position: relative; outline: none; }
.product_detail_info .dropdown .dropbtn { background: none; border: none; cursor: pointer; width: 100%; padding: 9.5px 10px; border: 1px #222 solid; border-radius: 8px; text-align: left; line-height: 1.1; background: #fff url(/images/arrow_down.png) no-repeat center; background-position: right 10px center; }
.product_detail_info .dropdown .dropbtn:focus { outline: 0 !important; }
.product_detail_info .dropdown .dropdown-content { display: none; width: 100%; background: #fff; border-radius: 8px; box-shadow: 0px 0px 20px 0px #d4d4d4; -moz-box-shadow: 0px 0px 20px 0px #d4d4d4; -webkit-box-shadow: 0px 0px 20px 0px #d4d4d4; position: absolute; z-index: 1; overflow: hidden; }
.product_detail_info .dropdown .dropdown-content a { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; padding: 15px 15px; border-bottom: 1px #f0f0f0 solid; }
.product_detail_info .dropdown .dropdown-content a:last-child { border-bottom: none; }
.product_detail_info .dropdown .dropdown-content a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: #222; color: #fff; }
/*.product_detail_info .dropdown:hover .dropdown-content { display: block; }*/
.product_detail_info .dropdown.active .dropdown-content { display: block; }
.product_detail_info .product_detail_ipeople li { display: flex; justify-content: space-between; align-items: center; }
.product_detail_info .product_detail_ipeople .product_numbers { min-width: 160px; text-align: center; display: flex; justify-content: space-between; align-items: center; }
.product_detail_info .product_detail_ipeople .product_numbers .inc { cursor: pointer; }
.product_detail_info .product_detail_ipeople .product_numbers .inc:hover i::before { content: "\f4f9"; }
.product_detail_info .product_detail_ipeople .product_numbers .dec { cursor: pointer; }
.product_detail_info .product_detail_ipeople .product_numbers .dec:hover i::before { content: "\f2e5"; }
.product_detail_info .product_detail_ipeople .product_numbers .button { padding: 0px 5px; }
.product_detail_info .product_detail_ipeople .product_numbers i { font-size: 18px; }
.product_detail_info .product_detail_ipeople .product_numbers input[type="text"] { width: 100px; border: 0 none; margin: 0 10px; text-align: center; }
.product_detail_info .product_detail_ibooking .btn_black_golden { margin-bottom: 15px; }

/* EMPTY */
.empty { min-height: 260px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.empty .empty_logo { box-shadow: 0px 0px 20px 0px #d4d4d4; -moz-box-shadow: 0px 0px 20px 0px #d4d4d4; -webkit-box-shadow: 0px 0px 20px 0px #d4d4d4; width: 80px; height: 80px; background: #fff; border-radius: 50%; padding: 15px 0px 0px 12px; margin-bottom: 15px; text-align: center; }
.empty .empty_logo img { opacity: 0.65; }

/* ORDER */
.order { padding: 0px 30px; }
.order .content { background: #eee; padding: 60px 90px; border-radius: 8px; }
.order .content .order_detail_title { border-radius: 8px; border: 1px #222 solid; overflow: hidden; }
.order .content .order_detail_title .order_detail_img { margin-bottom: -6px; overflow: hidden; }
.order .content .order_detail_title .order_detail_img img { width: 100%; max-height: 100%; margin-bottom: -6px; }
.order .content .order_detail_title .order_detail_info { padding: 10px 15px; }
.order .content .order_detail_title .order_detail_info p { font-size: 18px; padding: 0px 0px 15px 0px; font-weight: bold; }
.order .content .order_detail_title .order_detail_info span { display: block; padding: 0px 0px 7.5px 0px; }
.order .product_detail_info { padding: 0px; border-left: 0px; }
.order .product_detail_info:nth-child(1) { padding-right: 30px; }
.order .product_detail_info:nth-child(2) { padding-left: 30px; }

/* SIGNIN */
.signin { padding: 30px 30px; }
.signin .content { max-width: 660px; background: #eee; padding: 90px 100px; border-radius: 8px; }

.info { text-align: center; position: relative; }
.info .info_logo { box-shadow: 0px 0px 20px 0px #d4d4d4; -moz-box-shadow: 0px 0px 20px 0px #d4d4d4; -webkit-box-shadow: 0px 0px 20px 0px #d4d4d4; width: 80px; height: 80px; background: #fff; border-radius: 50%; padding: 15px 0px 0px 12px; text-align: center; position: absolute; left: calc(50% - 40px); top: -135px; }
.info .info_title { font-size: 22px; font-weight: bold; margin-bottom: 25px; text-align: center; }
.info .info_list { align-items: center; }
.info .info_list > div { margin: 10px 0; }
.info .info_list .info_list_title { line-height: 36px; padding: 0px 0px; }
.info .info_list .info_list_text { padding: 0px 7.5px; }
.info .info_list .info_list_text span { margin-right: 30px; }
.info .info_list .info_list_text span img { vertical-align: middle; }
.info .info_list .info_list_text02 span { margin: 0px 10px; }
.info .info_list .info_list_btn { padding: 0px 7.5px; margin-top: 10px; }
.info .info_list .info_list_btn .btn_black { margin-top: 0px; float: right; }
.info .info_list .info_list_input { padding: 0px 7.5px; /* &:last-child{padding-right:0px;} */ }
.info .info_list .info_list_input > div { margin-bottom: 6px; }
.info .info_list .info_list_input .calender { margin-bottom: 0px; }
.info .info_list .info_list_input.phone input { width: calc(100% - 10px); margin-left: 10px; } 
.info .info_list .info_list_input input[type="email"] { background: #fff; width: 100%; height: 36px; color: #222; padding: 15px 10px; border: none; border: 1px #222 solid; border-radius: 8px; line-height: 36px; outline: none; }
.info .info_list .info_list_error { padding: 0px 7.5px; color: #B11616; text-align: center; }

/* PRIVACY */
.privacy { padding: 30px 30px; }
.privacy .content { max-width: 1200px; background: #eee; padding: 90px 100px; border-radius: 8px; }

.modal-dialog { max-width: 900px; }
.modal-dialog .close { position: absolute; top: 20px; right: 25px; }
.modal-dialog .modal-content { padding: 90px 30px 60px; }
.modal-dialog .modal-content .modal-body { padding: 0px 0px; }
.modal-dialog .modal-content .modal-body #product_modal_img img { width: 100%; border-radius: 8px; }
.modal-dialog .modal-content .modal-body .wrap-modal-slider.open { opacity: 1; }
.modal-dialog .modal-content .modal-body .product_modal_info { padding-left: 30px; }
.modal-dialog .modal-content .modal-body .product_modal_info p { font-size: 18px; padding: 0px 0px 10px 0px; font-weight: bold; }
.modal-dialog .modal-content .modal-body .product_modal_info span { display: block; font-size: 14px; padding: 10px 0px; }
.modal-dialog .modal-content .modal-body .info_list_title { text-align: left; }
.modal-dialog .modal-content .modal-body .info_list_input { padding: 0px; }

.modal-dialog-s { max-width: 600px; text-align: center; }
.modal-dialog-s .close { position: absolute; top: 25px; right: 25px; }
.modal-dialog-s .modal-content { background: #eee; padding: 90px 60px 90px; border-radius: 8px; }
.modal-dialog-s .modal-content .modal-body { padding: 0px 0px; }

#banner .slick-slide { position: relative; }
#banner .slick-slide .slide_text { text-align: center; font-size: 30px; color: #fff; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; text-shadow: 0 0 2px #000; }
#banner .slick-dots { bottom: 40px; }
#banner .slick-dots li { margin: 0px 12px; }
#banner .slick-dots li button:before { font-size: 30px; color: #fff; opacity: 0.5; }
#banner .slick-dots li.slick-active button:before { opacity: 0.75; }

#activity_new .slick-prev, #activity_new .slick-next, #activity_past .slick-prev, #activity_past .slick-next { width: 46px; height: 46px; }
#activity_new .slick-prev, #activity_past .slick-prev { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_left.png) no-repeat; opacity: 0.7; left: -60px; z-index: 999; top: calc(50% - 40px); }
#activity_new [dir='rtl'] .slick-prev:before, #activity_past [dir='rtl'] .slick-prev:before { content: url(../images/arrow_right.png); }
#activity_new .slick-prev:hover, #activity_new .slick-prev:focus, #activity_past .slick-prev:hover, #activity_past .slick-prev:focus { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_left.png) no-repeat; opacity: 1; }
#activity_new .slick-next, #activity_past .slick-next { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_right.png) no-repeat; opacity: 0.7; right: -60px; z-index: 999; top: calc(50% - 40px); }
#activity_new [dir='rtl'] .slick-next:before, #activity_past [dir='rtl'] .slick-next:before { content: url(../images/arrow_left.png); }
#activity_new .slick-next:hover, #activity_new .slick-next:focus, #activity_past .slick-next:hover, #activity_past .slick-next:focus { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_right.png) no-repeat; opacity: 1; }

.product_slick .slick-dots { bottom: 20px; }
.product_slick .slick-dots li { margin: 0px 12px; }
.product_slick .slick-dots li button:before { font-size: 30px; color: #fff; opacity: 0.5; }
.product_slick .slick-dots li.slick-active button:before { opacity: 1; }
.product_slick .slick-prev { width: 30px; height: 30px; background: #fff url(../images/arrow_left.png) no-repeat; background-size: 30px; border-radius: 50%; left: 30px; }
.product_slick .slick-prev:hover, .product_slick .slick-prev:focus { background: #fff url(../images/arrow_left.png) no-repeat; background-size: 30px; }
.product_slick .slick-next { width: 30px; height: 30px; background: #fff url(../images/arrow_right.png) no-repeat; background-size: 30px; border-radius: 50%; right: 30px; }
.product_slick .slick-next:hover, .product_slick .slick-next:focus { background: #fff url(../images/arrow_right.png) no-repeat; background-size: 30px; }

#product_modal_img .slick-prev { width: 30px; height: 30px; background: #fff url(../images/arrow_left.png) no-repeat; background-size: 30px; border-radius: 50%; left: 5px; }
#product_modal_img .slick-prev:hover, #product_modal_img .slick-prev:focus { background: #fff url(../images/arrow_left.png) no-repeat; background-size: 30px; }
#product_modal_img .slick-next { width: 30px; height: 30px; background: #fff url(../images/arrow_right.png) no-repeat; background-size: 30px; border-radius: 50%; right: 5px; }
#product_modal_img .slick-next:hover, #product_modal_img .slick-next:focus { background: #fff url(../images/arrow_right.png) no-repeat; background-size: 30px; }

/* SLICK */
.slick-prev, .slick-next { width: 46px; height: 46px; }

.slick-prev { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_left.png) no-repeat; opacity: 0.7; left: -60px; z-index: 999; }

.slick-prev:before { content: ""; }

/* [dir='rtl'] .slick-prev:before{content:url(../images/arrow_right.png);} */
.slick-prev:hover, .slick-prev:focus { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_left.png) no-repeat; opacity: 1; }

.slick-next { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_right.png) no-repeat; opacity: 0.7; right: -60px; z-index: 999; }

.slick-next:before { content: ""; }

/* [dir='rtl'] .slick-next:before{content:url(../images/arrow_left.png);} */
.slick-next:hover, .slick-next:focus { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: url(../images/arrow_right.png) no-repeat; opacity: 1; }

.pagenum { margin: 30px 0px 30px 0px; text-align: center; overflow: hidden; }
.pagenum li { display: inline-block; vertical-align: top; }
.pagenum li a { transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); width: 40px; height: 40px; text-align: center; display: inline-block; padding: 8px 0px; margin: 0px 6px; }
.pagenum li a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.pagenum .btnleft a { opacity: 0.5; }
.pagenum .btnleft a:hover { opacity: 1; border-bottom: none; }
.pagenum .btnright a { opacity: 0.5; }
.pagenum .btnright a:hover { opacity: 1; border-bottom: none; }
.pagenum a:hover, .pagenum a.on { border-bottom: 1px #222 solid; }

#tinynav1 { width: 100%; padding: 20px 10px; margin-bottom: 40px; background: #222; color: #fff; border: 0px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; cursor: pointer; -webkit-appearance: none; }

.Side label { position: relative; }

.Side label:after { content: '<>'; font: 12px "Consolas", monospace; color: #999; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); right: 8px; top: 2px; padding: 0 0 2px; border-bottom: 1px solid #ccc; position: absolute; pointer-events: none; }

.Side label:before { content: ''; right: 6px; top: 0px; width: 20px; height: 20px; position: absolute; pointer-events: none; display: block; }

#btn_top { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; opacity: 0; position: fixed; right: 30px; bottom: 60px; z-index: 999; }

#btn_top.active { opacity: 1; }

#top { width: 180px; height: 70px; background: url(../images/topup_bg.png) no-repeat right bottom; position: absolute; right: 0px; bottom: 0px; z-index: 888; }
#top span { background: #222; padding: 2px 3px; position: absolute; right: 20px; bottom: 0px; z-index: 888; }

.btn { text-align: center; margin: 0px auto; }
.btn a { transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; padding: 8px 22px; border-radius: 8px; }
.btn a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.btn_black { width: 100%; }
.btn_black a { transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; background: #222; color: #fff; }
.btn_black a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: #847158; color: #fff; }

.btn_black_golden { width: 100%; }
.btn_black_golden a { transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; background: #222; color: #fff; }
.btn_black_golden a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: #847158; color: #fff; }

.btn_black_line { width: 100%; }
.btn_black_line a { transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; border: 1px #222 solid; }
.btn_black_line a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: #222; color: #fff; }
.btn_black_line a:hover i::before { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; content: "\f19e"; color: #847158; }
.btn_black_line a i { margin-right: 5px; }

@keyframes cssAnimation { from { -webkit-transform: scale(1) translate(0px); }
  to { -webkit-transform: scale(1.1) translate(0px); } }
@-webkit-keyframes cssAnimation { from { -webkit-transform: scale(1) translate(0px); }
  to { -webkit-transform: scale(1.1) translate(0px); } }
@-webkit-keyframes scrollFadeUp { from { -webkit-transform: translateY(50px); }
  to { -webkit-transform: translateY(0px); } }
/*Styles for screen 1366px and lower*/
/*Styles for screen 1140px and lower*/
/*Styles for screen 1024px and lower*/
@media screen and (max-width: 1024px) { .index.signin .content { padding: 90px 60px 60px 60px; }
  /* SIGNIN */
  .signin { padding: 30px 30px; }
  /* PRIVACY */
  .privacy .content { padding: 90px 60px; }
  #banner .slick-slide .slide_text { font-size: 24px; }
  #activity_new .slick-prev { left: -30px; top: calc(50% - 50px); }
  #activity_new .slick-next { right: -30px; top: calc(50% - 50px); }
  #activity_past .slick-prev { left: -30px; top: calc(50% - 50px); }
  #activity_past .slick-next { right: -30px; top: calc(50% - 50px); } }
/*Styles for screen 1000px and lower*/
@media screen and (max-width: 1000px) { header nav.navbar #navbarSupportedContent { margin-top: 30px; text-align: center; }
  header nav.navbar #navbarSupportedContent .nav-item { width: 100%; padding-left: 0px; line-height: 34px; }
  header nav.navbar #navbarSupportedContent .nav-item a { padding: 5px 0px; display: block; border-bottom: 1px #999 solid; }
  header nav.navbar #navbarSupportedContent .nav-item .dropdown-toggle { display: none; }
  /* header nav.navbar #navbarSupportedContent .nav-item:last-child a { border-bottom: none; } */
  header nav.navbar #navbarSupportedContent .nav-item_lan a { float: left; }
  header nav.navbar #navbarSupportedContent .dropdown { position: relative; }
  header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; display: block; background: none; border-radius: 0px; padding: 0px;  }
  header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu .dropdown-item { padding: 0px; line-height: 34px; }
  header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu .dropdown-item a { border-bottom: 1px #999 solid; }
  header nav.navbar #navbarSupportedContent .dropdown .dropdown-menu .dropdown-item:hover { background: none; color: #222; }
  /* CONTAINER */
  /* PROFOLIO */
  .profolio .btn_black { width: 100%; text-align: center; }
  .profolio .btn_black a { width: 100%; display: block; }
  .profolio .btn_black_line { width: 100%; text-align: center; }
  .profolio .btn_black_line a { width: 100%; display: block; }
  #footer .footer_info { margin-bottom: 30px; } 
  #footer .footer_nav { text-align: left; }
  #footer .footer_nav a { padding-left: 0; min-width: 100px; }
  #footer .footer_ssn { text-align: right; } }
/*Styles for screen 768px and lower*/
@media screen and (max-width: 768px) { 
  .index.signin .info .info_list .info_list_btn .btn_black { width: 100%; }
  .index.about .row .about_info { padding: 30px 30px; }
  /* PROFOLIO */
  .profolio .nav-tabs { padding: 0px 15px; }
  .profolio .nav-tabs li { width: 50%; margin-bottom: 10px; }
  .profolio .tab-content { padding: 15px 0px; }
  .profolio .tab-pane { padding: 60px 20px; }
  .profolio .tab-pane:first-child { padding: 60px 10px; }
  .profolio .tab-pane .profolio_order_list { flex-direction: column; align-items: flex-start; }
  .profolio .tab-pane .profolio_order_list li { margin-bottom: 10px; }
  .profolio .tab-pane .profolio_order_list li:before { content: attr(data-title); margin-right: 15px; }
  .profolio .tab-pane .profolio_order_title { display: none; }
  .profolio .tab-pane .profolio_order_list { padding: 0px; margin-bottom: 30px; overflow: hidden; }
  .profolio .tab-pane .profolio_order_list li { padding: 5px 15px; }
  .profolio .tab-pane .profolio_order_list li:first-child { background: #222; color: #fff; padding: 10px 15px; }
  .profolio .tab-pane .btn_black_line a { width: auto; }
  .profolio .tab-pane li[data-title="商品名稱:"] { flex-grow: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="付款狀態:"] { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="付款方式:"] { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="付款期限:"] { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="活動時間:"] { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="商品名稱:"] { width: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="訂單日期:"] { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="訂單編號:"] { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li[data-title="憑證下載:"] { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li.profolio_order_more { flex-basis: 100%; width: 100%; }
  .profolio .tab-pane li.profolio_order_more:before { display: none; }
  .profolio .tab-pane li.profolio_order_more a { display: block; padding: 8px 22px; text-align: center; border: 1px #222 solid; border-radius: 8px; }
  .profolio .tab-pane li.profolio_order_more a:before { content: attr(data-title); }
  .profolio .tab-pane li.profolio_order_more a:hover { background: #222; color: #fff; }
  .profolio .btn_black { width: 100%; text-align: center; }
  .profolio .btn_black a { width: 100%; display: block; }
  .profolio .btn_black_line { width: 100%; }
  .profolio .btn_black_line a { width: 100%; display: block; }
  /* SIGNIN */
  .signin .content { padding: 90px 30px; }
  .info .info_list .info_list_text { padding: 0px 7.5px; }
  .info .info_list_btn .btn_black { width: 100%; }
  /* ORDER */
  .order .content { padding: 60px 30px; }
  .order .content .order_detail_title .order_detail_info { padding: 15px; }
  .order .content .order_detail_title .order_detail_info p { font-size: 18px; padding: 0px 0px 15px 0px; font-weight: bold; }
  .order .content .order_detail_title .order_detail_info span { display: block; padding: 0px 0px 7.5px 0px; }
  .order .product_detail_info { padding: 0px; border-left: 0px; }
  .order .product_detail_info:nth-child(1) { padding-right: 0px; }
  .order .product_detail_info:nth-child(2) { padding-left: 0px; }
  .order .product_detail_info > ul { padding: 15px 0px 0px 0px; }
  .modal-dialog .modal-content .modal-body .product_modal_info { padding-left: 0px; padding-top: 30px; } }
/*Styles for screen 680px and lower*/
@media screen and (max-width: 680px) { .index.about .row .about_img { order: 1; }
  .index.about .row .about_info { padding: 30px 0px; order: -1; }
  #banner .banner .item { height: 360px; }
  #banner .banner .item img { top: 50%; left: 50%; width: auto; height: 100%; position: absolute; transform: translate(-50%, -50%); }
  #banner .slick-slide .slide_text { font-size: 18px; }
  /* CONTAINER */
  /* PRODUCT */
  .product_detail_des { padding: 0px 0px 30px 0px; }
  .product_detail_info { border-left: none; padding: 0px; }
  .product_detail_info .product_cat { padding: 30px 0px 0px 0px; border-top: 1px #222 dashed; }
  /* SIGNIN */
  .signin .content { padding: 90px 30px; }
  .info .info_list .info_list_text { padding: 0px 7.5px; }
  .info .info_list_btn .btn_black { width: 100%; }
  /* PRODUCT */
  .product_detail_info { border-left: none; padding: 0px; }
  .product_detail_textarea { padding: 30px 0px 30px 0px; }
  /* PRODUCT_DETAIL */
  .product_slick .item { height: 240px; }
  .product_slick .item img { top: 50%; left: 50%; width: auto; height: 100%; position: absolute; transform: translate(-50%, -50%); }
  /* ORDER */
  .order .product_detail_info:nth-child(1) { padding-right: 0px; }
  .order .product_detail_info:nth-child(2) { padding-left: 0px; }
  #footer .footer_ssn { text-align: left; margin-top: 15px; }
  #footer .footer_ssn li a { padding-left: 0px; padding-right: 22px; }
  .modal-dialog-s .modal-content { padding: 90px 30px 90px; }
  .modal-dialog-s .info .info_list > div { margin-bottom: 0px; }
  .modal-dialog-s .info .info_list .info_list_title { padding: 10px 0px 0px; text-align: center; }
  .modal-dialog-s .info .btn_black { margin-top: 30px; } }
/*Styles for screen 480px and lower*/
@media screen and (max-width: 480px) { header nav.navbar { max-width: 1200px; margin: 0px auto; padding: 10px 0px; }
  .index.about .content { padding: 30px 15px 30px 15px; }
  .index.about .row .about_info { padding: 0px 0px 30px 0px; }
  .index.product .content { padding: 30px 0px; }
  .index.product .btn_black_line a { width: calc(100% - 60px); }
  .index.profolio .content { padding: 30px 0px; }
  .index.signin { padding: 90px 15px 60px 15px; }
  .index.signin .content { padding: 90px 30px 60px 30px; }
  /* CONTAINER */
  section .content { padding: 30px 15px; margin: 30px auto 30px auto; }
  section .content_title { font-size: 22px; }
  /* PRODUCT */
  .product_detail_textarea { padding: 0px 0px 0px 0px; }
  /* PROFOLIO */
  .profolio .nav-tabs { padding: 0px 20px; }
  .profolio .nav-tabs li { padding: 0px 6px; }
  .profolio .tab-pane { padding: 30px 20px; }
  .profolio .tab-pane:first-child { padding: 30px 0px; }
  .profolio .tab-content { padding: 0px; }
  /* ORDER */
  .order .content { padding: 30px 30px; }
  /* SIGNIN */
  .signin { padding: 60px 15px; }
  .info .info_list_text span { display: block; margin-bottom: 10px; }
  .info .info_list .info_list_input.phone input { width: 100%; margin-left: 0px; margin-top: 8px; }
  /* PRIVACY */
  .privacy { padding: 15px 15px; }
  .privacy .content { padding: 100px 30px; }
  .pagenum { margin: 0px; }
  .pagenum li a { padding: 8px 0px; margin: 0px 0px; }

}

@media screen and (max-width: 1366px) {
    .info .info_list .info_list_input.phone input {
        width: 100%;
        margin-left: 0;
    }
}

@media (hover: hover) and (pointer: fine) {
    .product_cat li > a:hover { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: #222; border: 1px #222 solid; color: #fff; }
}

/*# sourceMappingURL=common.css.map */
