﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700;900&display=swap');
@import url(../fonts/style.css);
@import url("https://use.typekit.net/qjc4wzl.css");
/*
  danny 20230104
  1. $Reset
  2. $font
  3. $body,html
  4. $共用
  5. $Mobile
  6. $Pad
  7. $橫的版型
  8. $Pc
  9. $1025~1279
  
  update
  . reset
  . import Noto Sans TC、icomoon
  . before after preset icomoon
  . body font-size 10px
*/

/* $Reset
--------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400}ol,ul{list-style:none}q:before,q:after{content:''}abbr,acronym{border:0}a{background:transparent;text-decoration:none;color:inherit;cursor:pointer;line-height:1em;display:inline-block}a:active{outline:0}input,textarea,button,select,option{border:0;margin:0;outline:none;padding:0;font-size:1.6rem;font-family:'Noto Sans TC','Open Sans','Arial','Microsoft JhengHei','Apple LiGothic Medium',sans-serif;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}select::-ms-expand{display:none}input::-moz-placeholder,textarea::-moz-placeholder{color:#ccc}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#ccc}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc}





/* $font
--------------------------------------------------------------------------------------*/
:before ,:after{ font-family:'icomoon','Microsoft JhengHei','Apple LiGothic Medium';}





/* $body,html
--------------------------------------------------------------------------------------*/
html,body{ width: 100%; height: 100%; font-family:'Microsoft JhengHei','Apple LiGothic Medium', Arial, Helvetica, sans-serif; font-size:10px; }





/* $共用
--------------------------------------------------------------------------------------*/
/*----清除浮動技巧----*/
.clearfix:before,.clearfix:after {content: ' ';display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
/*----清除浮動技巧----*/

/* IMAGE REPLACE */
.imageReplace{ text-indent: 100%; white-space: nowrap; overflow: hidden;}

/* float */
.floatL{ float: left;}
.floatR{ float: right;}

/* button reset、input reset、select reset */
button, input, select{ font-family:'Microsoft JhengHei','Apple LiGothic Medium', Arial, Helvetica, sans-serif; border: none; }

/* font style */
.bold{ font-weight: bold; }


/* $Mobile
--------------------------------------------------------------------------------------*/
html,body{ width: 100%; -webkit-text-size-adjust:none; }

/* header */
header{ display: flex; justify-content: space-between; width: 100vw;  position: fixed;  box-shadow: 0 3px 6px rgba(0,0,0,.1); background: #fff; z-index: 999; }
/* logo */
.header-wrap{ width: 100%; height: 60px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; position: relative; box-sizing: border-box; padding: 0 15px; }
/* logo */
.header-wrap h3{ width: 50px; }
.header-wrap h3 a{ width: 100%; line-height: 0; }
.header-wrap h3 a img{ width: 100%; }
.header-nav{ display: flex; flex-direction: column; color: #fff; width: 100vw; height: calc( 100% - 60px - 90px); position: fixed; right: 0; top: 60px; overflow: auto; display: none; background: #393939; }
.header-nav>li{ display: flex; flex-direction: column; width: 100vw; border-bottom:1px solid #7E7E7E;}
.header-nav>li:nth-child(odd){ background: #393939; }
.header-nav>li:nth-child(even){ background: #393939; }
.header-nav>li:nth-child(2) .header-nav_trigger:after,.header-nav>li:nth-child(3) .header-nav_trigger:after{ display: none; }
.header-nav_trigger{ display: inline-block; font-family: trajan-pro-3; font-size: 1.6rem; cursor: pointer; height: 60px; display: flex; justify-content: space-between; align-items: center; flex-shrink: 0; box-sizing: border-box; padding: 0 20px 0 40px; }
.header-nav_trigger:after{ content: '\e90b'; color: #727272; display: inline-block; }
.header-nav_trigger.active:after{ content: '\e90a';  }
/* megamenu */
.megamenu-wrap{ display: flex; width: 100vw; background: rgba(0,0,0,0.85);  display: none; }
.megamenu-inner{ display: flex; flex-direction: column; justify-content: space-between; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box; padding: 0 20px 25px 60px; }
.megamenu-list_title{ font-family: trajan-pro-3; font-weight: 300; font-size: 1.5rem; color: #fff; margin: 25px 0 10px 0; }
.megamenu-list{ display: flex; flex-direction: column; flex-wrap: wrap; font-size: 1.4rem; line-height: 1.6; color: #7E7E7E;  }
.megamenu-list>li{ display: flex; align-items: center; width: 100%; height: 35px; transition: all .25s cubic-bezier(.4,0,.2,1);  }
.megamenu-list>li:before{ content: '-'; margin: 0 5px 0 0; }
.megamenu-list>li:hover{ color: #009380; }
.megamenu-list>li:hover:before;{ color: #009380; }


/* socialmedia */
header .socialmedia-box{ display: flex; font-size: 1.8rem; color: #989898; margin: 0 0 0 0;  width: 100vw; height: 90px; position: fixed; left: 0; bottom: 0; justify-content: center; align-items: center; background: #393939; display: none; }
header .socialmedia-box>li{ margin: 0 15px 15px; }
header .socialmedia-box>li a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
header .socialmedia-box>li a:hover{ color: #f37832; }
/* language */
header .select-box{ display: inline-block; width: 155px; height: 15px; overflow: hidden; position: absolute; right: 50%; top: 25px; transform: translateX(50%); vertical-align: middle; display: none; }
header .select-box:before{ display: inline-block; content: "\e947"; color: #7e7e7e; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1; }
header .select-box:after{ display: inline-block; content: "\e916"; color: #7e7e7e; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); z-index: -1; }
header select{ background: transparent; width: 100%; padding: 0px 10px 0 18px; font-size: 1.4rem; color: #7E7E7E; line-height: 1; border: 0; border-radius: 0; height: 15px; -webkit-appearance: none; box-sizing: border-box; position: absolute;}
/* hamburg */
.hamburg-box{ width: 15px; height: 15px; display: flex; align-items: center; position: relative; }
.hamburg-box>span{ width: 100%; height: 2px; border-radius: 10px; background: #D1D1D1; display: block; transition: all .2s cubic-bezier(.4,0,.2,1); transition: all .2s cubic-bezier(.4,0,.2,1); }
.hamburg-box:before{ content: ''; width: 100%; height: 2px; border-radius: 10px; background: #D1D1D1; display: block;  position: absolute; top: 0; transition: all .2s cubic-bezier(.4,0,.2,1); }
.hamburg-box:after{ content: ''; width: 100%; height: 2px; border-radius: 10px; background: #D1D1D1; display: block; position: absolute; bottom: 0; transition: all .2s cubic-bezier(.4,0,.2,1); }
.hamburg-box.active>span{ opacity: 0; }
.hamburg-box.active:before{ top: 50%; width: 21px; transform: rotate(45deg) translate(0,-50%); }
.hamburg-box.active:after{ bottom: 37%; width: 21px; transform: rotate(-45deg) translateY(-50%); }

/* kv */
.kv-wrap{ width: 100vw; height: 69.4vw; position: relative; padding: 60px 0 0 0; }  
.kv-wrap .center-slide{ width: 100%; height:100%; }
.kv-wrap .left-slide{ width: 43vw; height: 29.842vw; position: absolute; right: 73vw; bottom: 0; display: none; }
.kv-wrap .right-slide{ width: 43vw; height: 29.842vw; position: absolute; left: 86vw; top: 0; display: none; }
.kv-wrap .slide-item{ width: 100%; }
.kv-wrap .slide-item>img{ width: 100%; }
.kv-wrap .kv-dots{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0;  }
/* .kv-wrap .kv-dots{ display: flex;  position: absolute; left: 86vw; bottom: 0; } */
.kv-wrap .kv-dots li{ width: 20px; height: 1px; background: #e2e2e2; }
.kv-wrap .kv-dots li+li{ margin: 0 0 0 5px; }
.kv-wrap .kv-dots li.active{ background: #7e7e7e; }

/* kv slick dots */
.kv-wrap .slick-dots{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0;  }
/* .kv-wrap .kv-dots{ display: flex;  position: absolute; left: 86vw; bottom: 0; } */
.kv-wrap .slick-dots li{ width: 20px; height: 1px; background: #e2e2e2; }
.kv-wrap .slick-dots li  button{ width: 0; }
.kv-wrap .slick-dots li+li{ margin: 0 0 0 5px; }
.kv-wrap .slick-dots li.slick-active{ background: #7e7e7e; }

/* main */
.main-wrap{ box-sizing: border-box; padding: 60px 0 60px 0; }
.main-inner{ position: relative; }
.main-inner .inner-bg{ width: 100%; height: 75%; background: #f5f5f5; position: absolute; top: 0; }
.main-inner .inner-box{ display: flex; flex-direction: column; width: 80%; margin: 0 auto 60px; position: relative; }
.main-inner .inner-box>.col-1{ width: 100%;  }
.main-inner .inner-box>.col-2{ width: 100%; }
.main-inner .inner-box>.col-1 .txt-box{ display: flex; flex-direction: column; height: 100%; font-size: 1.6rem; line-height: 1.58; color: #707070; position: relative; box-sizing: border-box; padding: 10% 0 0 0; }
.main-inner .inner-box>.col-1 .tit{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 2.4rem; color: #f37832; margin: 0 0 10px 0; text-align: center; }
.main-inner .inner-box>.col-1 .txt-box .btn-dot{ margin: 20px 0 30px 0; }
.main-inner .inner-box>.col-2 .img-box{ width: 100%; position: relative; }
.main-inner .inner-box>.col-2 .img-box img{ display: block;  }
.people-inner{ width: calc(100% - 20px); margin: 60px auto 0; border-radius: 30px; border: 1px solid #707070; box-sizing: border-box; padding: 30px 5px 30px 5px; }
.people-inner .inner-header{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-family: trajan-pro-3; font-weight: 400; font-style: normal; color: #000; font-size: 1.2rem; text-align: center; }
.people-inner .inner-header .tit{ font-size: 2.4rem; margin: 0 15px 0 0; }
.people-inner .people-slide{ margin: 30px 0 0 0; position: relative; }
.people-inner .people-slide .slide-box{ width: 90%; margin: 0 auto; }
.people-inner .slide-item{ display: flex; flex-direction: column; align-items: center; }
.people-inner .slide-item .col-1{ width: 60vw; min-width: 60vw; height: 60vw; margin: 0 0 0 0; }
.people-inner .slide-item .col-1 .img-box{ width: 100%; height: 100%; border-radius: 100%; overflow: hidden; }
.people-inner .slide-item .col-1 .img-box a{ width: 100%; line-height: 0; }
.people-inner .slide-item .col-1 .img-box img{ width: 100%; }
.people-inner .slide-item .col-2 .txt-box{ display: flex; flex-direction: column; font-size: 1.4rem; line-height: 1.58; color: #707070; }
.people-inner .slide-item .col-2 .txt-box .txtsymbol_l{ width: 20px; margin: 0 0 10px 0; }
.people-inner .slide-item .col-2 .txt-box .txtsymbol_r{ width: 20px; align-self: end; margin: 10px 0 0 0; }
.people-inner .slide-item .col-2 .people-info{ font-size: 1.3rem; color: #393939; margin: 20px 0 0 0; }
.people-inner .slide-item .col-2 .info_name{ font-family: Arial Black; font-size: 1.4rem; font-weight: bold; }
/* custom slick dots */
.people-inner .people-slide .slick-dots{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; }
.people-inner .people-slide .slick-dots li{ width: 10px; height: 10px; border-radius:50px; background: #D1D1D1; cursor:pointer; }
.people-inner .people-slide .slick-dots li+li{ margin: 0 0 0 10px;}
.people-inner .people-slide .slick-dots li button{ display: none; }
.people-inner .people-slide .slick-dots li.slick-active{ background: #F37832; }
/* custom slick arrows */
.people-inner .people-slide .slick-arrows{ font-size: 3.5rem; color: #f37832; width: 100%; position: absolute; left: 0; top: 15%; }
.people-inner .people-slide .slick-arrows li{ cursor:pointer;  }
.people-inner .people-slide .slick-arrows .prev{ position: absolute; left: 10px; top: 50%; }
.people-inner .people-slide .slick-arrows .next{ position: absolute; right: 10px; top: 50%; }

/* news events */
.index .news-wrap{ width: 100%; background: #ededed; box-sizing: border-box; padding: 60px 20px 60px 20px; }
.index .news-inner{ display: flex; flex-direction: column-reverse; width: 100%; margin: 0 auto; padding: 0 0 0 0; }
.index .news-tit{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 2.4rem; line-height: 1.58; color: #000; margin: 0 0 30px 0; text-align: center; }
.index .news-inner>.col-1 .news-tit{ display: none; }
.index .news-inner>.col-2 .news-tit{ display: block; }
.index .news-list{ font-size: 1.5rem; line-height: 1.58; color: #707070; margin: 40px 0 20px 0; }
.index .news-list>li+li:before{ content: ''; display: block; width: 100%; height: 1px; background: #d1d1d1; margin: 20px 0 20px 0; }
.index .news-list .news-header{ display: flex; margin: 0 0 5px 0; }
.index .news-list .tag{ display: flex; justify-content: center; align-items: center; width: 60px; height: 20px; font-family: trajan-pro-3; font-weight: 600; font-style: normal; font-size: 1.5rem; line-height: 1.58; color: #393939; margin: 0 10px 0 0;  }
.index .news-list .tag.event{ background: #f37832; }
.index .news-list .tag.news{ background: #9EC8E8; }
.index .news-list .tag.media{ background: #C9CC42; }
.index .news-list>li>a{ line-height: 1.58; transition: all .4s cubic-bezier(.4,0,.2,1); }
.index .news-list>li>a:hover{ text-decoration: underline; opacity: 0.6; }
.index .news-inner .news-img{ display: flex; justify-content: space-between; }
.index .news-img .img-wrap{ width: 43vw; background: #fff; position: relative; }
.index .news-img .img-wrap.type1{ border-bottom: 1px solid #F37832; }
.index .news-img .img-wrap .txt-box{ font-size: 1.3rem; line-height: 1.58; color: #707070; box-sizing: border-box; padding: 15px 15px 15px 15px; }
.index .news-img .img-wrap>a{ width: 100%; height: 100%; line-height: 0; position: absolute; left: 0; top: 0; }
.index .news-img .img-box{ line-height: 0; height: 0; padding-bottom: 100%; }
.index .news-img .img-box>img{ width: 100%; }
.btn-dot{ display: flex; align-items: center; }
.btn-dot:before{ content: ''; width: 20px; height: 20px; border-radius: 100%; background: #f37832; margin: 0 5px 0 0; }
.btn-dot>a{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 1.5rem; color: #000; transition: all .4s cubic-bezier(.4,0,.2,1); }
.btn-dot>a:after{ content: ''; display: flex; align-items: center; display: block; width: 100%; height: 1px; background: #000; margin: 3px 0 0 0; transition: all .4s cubic-bezier(.4,0,.2,1); }
.btn-dot>a:hover{ color: #f37832; }
.btn-dot>a:hover:after{ background: #f37832; }

/* connect with us */
.connect-wrap{ display: flex; justify-content: center; align-items: center; width: 100%; background: url('../images/idx-connect_bg.jpg') no-repeat 70% center / cover; box-sizing: border-box; padding: 60px 20px 60px 20px; }
.connect-inner{ width: 100%; margin: 0 auto; font-size: 1.5rem; line-height: 1.58; color: #fff; }
.connect-tit{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 2.4rem; line-height: 1.58; color: #fff; text-align: center; margin: 0 0 30px 0; }
.connect-list{ display: flex; flex-wrap: wrap; justify-content: center; margin: 60px 0 0 0; }
.connect-list>li{ width: 35vw; height: 35vw; border-radius: 100%; background: rgba( 255,255,255,.3); margin: 0 5% 10%;  }
.connect-list>li a{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }

/* footer */
footer{ box-sizing: border-box; padding: 0 20px 0 20px; }
.footer-inner{ display: none; width: 100%; max-width: 1100px; margin: 0 auto; }
/* logo */
.footer-inner .logo{ width: 86px; } 
.footer-inner .logo>a,.footer-inner .logo img{ width: 100%; }
/* socialmedia */
.footer-inner .socialmedia-box{ display: flex; font-size: 1.5rem; color: #989898; margin: 40px 9% 0 9%; }
.footer-inner .socialmedia-box>li a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.footer-inner .socialmedia-box>li a:hover{ color: #f37832; }
.footer-inner .socialmedia-box>li+li{ margin: 0 0 0 20px; }
/* footer-nav */
.footer-inner .footer-nav{ display: flex; justify-content: end; width: 74%; margin: 40px 0 0 0; }
.footer-inner .footer-nav>li+li{ margin: 0 0 0 6.4%; }
.footer-inner .footer-nav .nav-l1{ font-size: 1.5rem; font-weight: 500; color: #000; margin: 0 0 15px 0; }
.footer-inner .footer-nav .nav-l2{ font-size: 1.3rem; line-height: 1.58; color: #707070; }
.footer-inner .footer-nav a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.footer-inner .footer-nav a:hover{ color: #f37832; }
.codivyright{ display: flex; justify-content: center; align-items: center; width: 100%; height: 40px; margin: 0 auto; font-size: 1.2rem; line-height: 1.58; color: #7e7e7e; text-align: center; }
/* footer-othernav */
.footer-othernav{ display: flex; justify-content: center; width: 100%; height: auto; margin: 20px auto 0; font-size: 1.2rem; line-height: 1.58; color: #7e7e7e; }
.footer-othernav>li a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.footer-othernav>li a:hover{ color: #f37832; }
.footer-othernav>li+li{ margin: 0 0 0 0; }
.footer-othernav>li+li:before{ content: '|'; margin: 0 15px 0 15px; }

/* product */
.product-wrap{ background: #f5f5f5; box-sizing: border-box; padding: 80px 0 60px 0; }
.product-inner{ width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 20px; }
.product-header{ position: relative; margin: 0 0 20px 0; z-index: 2; }
.product-header .product-l1-box{  display: flex; flex-direction: column; align-items: center; font-family: trajan-pro-3; font-weight: 400; font-size: 2rem; width: 100%; height: 40px; overflow: hidden;  }
.product-header .product-l1-box.active{ height: auto; }
.product-header .product-l1-box .mobile-tit{ display: flex; align-items: center; height: 40px; color: #f37832; flex-shrink: 0; }
.product-header .product-l1-box .mobile-tit:after{ content:'\e907'; margin: 0 0 0 10px; }
.product-header .product-l1{ display: flex; flex-direction: column; width: 100%; height: 60px; overflow: hidden; }
.product-header .product-l1.active{ height: auto; }
.product-header .product-l1>li{ margin: 0 0 20px 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-shrink: 0; cursor: pointer; }
.product-header .product-l2{ margin: 10px 0 0 0; width: 100%; height: 40px; background: #fff; position: relative; z-index: 999; }
.product-header .product-l2:after{ content: '\e916'; color: #f37832; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.product-header .product-l2>li{ display: none;  }
.product-header .product-l2>li:first-child{ display: block; }
.product-header .product-l2>li .mobile-tit{ min-width: 100%; height: 40px; margin: 0 0 5px 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 0 10px 0 10px; font-size: 1.6rem; color: #f37832; cursor: pointer; }
.product-header .product-l2 ul{ display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 1.6rem; color: #393939; background: #fff; box-shadow: 0 3px 6px rgba(0,0,0,.1); display: none; position: relative; }
.product-header .product-l2 ul>li{ min-width: 100%; height: 40px; margin: 0 0 5px 0; background: none; display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 0 10px 0 10px; cursor: pointer;}
.product-header .product-l2>li.active>ul{ display: flex; }
.product-header .product-l2 ul>li:hover,.product-header .product-l2 ul>li.active{ background: #f37832; color: #fff; }
.product-inner .product-box+.product-box{ margin: 10px 0 0 0; }
.product-inner .product-box .product-tit{ display: flex; justify-content: center; align-items: center; font-size: 2rem; line-height: 1.58; color: #7e7e7e; margin: 0 0 20px 0; }
.product-inner .product-list{ flex-direction: column; }
.product-inner .product-list>li{ width: 90vw; flex-direction: column; background: none; margin: 0 auto 50px auto; }
.product-inner .product-list>li .img-box{ border-radius: 10px 10px 10px 10px; overflow: hidden; }
.product-inner .product-list>li .img-box,.product-inner .product-list>li .img-box a,.product-inner .product-list>li .img-box img{ width: 100%; line-height: 0; }
.product-inner .product-list .product-txt1{ font-size: 1.5rem; line-height: 1.58; text-align: left; color: #393939; margin: 10px 0 0 0; align-self: start; }
.product-inner .product-list .product-txt2{ font-size: 1.3rem; line-height: 1.58; text-align: left; color: #7e7e7e; margin: 10px 0 10px 0; align-self: start; }
.product-inner .product-list .compare-icon{ font-size: 1.2rem; color: #0074b7; text-align: left; align-self: flex-start; }
.product-inner .product-list .compare-icon a:before{ content: '\e980'; margin: 0 5px 0 0; }
/* product list swiper */
.product-inner .product-box .swiper { width: 100%; margin: 0 auto; padding: 0 0 0 0; }
.product-inner .product-box .swiper .swiper-button-next  { display: none; }
.product-inner .product-box .swiper .swiper-button-prev { display: none; }
.product-inner .product-box .swiper .swiper-scrollbar{ display: none; }
/* product detail */
.product-detail{ width: 100%; margin: 0 auto; padding: 0 0 30px 0; display: flex; flex-direction: column; font-size: 1.4rem; line-height: 1.58; color: #707070; font-family: arial; /* display: none; */ }
.product-info a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.product-info a:hover{ color: #f37832; }
.community .product-detail{  }
.product-detail>.col-1{ width: 100%; margin: 0 0 30px 0; }
.product-detail>.col-1 .product-item{ display: flex; background: #fff; position: sticky; left: 0; top: 120px; box-sizing: border-box; padding: 10px 0 0 0; }
.community .product-detail>.col-1 .product-item{ padding: 10px 0 10px 0; }
.product-detail>.col-1 .swiper-horizontal{ align-items: center; }
.product-detail>.col-1 .bigimg{ width: 70vw; line-height: 0; }
.product-detail>.col-1 .thumbsimg{ width: 12%; height: 320px; }
.community .product-detail>.col-1 .thumbsimg{ width: 14.5%; }
.product-detail>.col-1 .thumbsimg .swiper-slide{ opacity: 0.3; }
.product-detail>.col-1 .thumbsimg .swiper-slide-thumb-active{ opacity: 1; }
.product-detail>.col-1 .bigimg img{ width: 100%; }
.product-detail>.col-1 .thumbsimg img{ width: 100%; }
.product-detail .info-header{ display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; color: #f37832; border-bottom: 1px solid #EAEAEA; margin: 0 0 20px 0; }
.product-detail .info-header .share-box{ display: flex; align-items: center; color: #5c5c5c; transition: all .4s cubic-bezier(.4,0,.2,1); }
.product-detail .info-header .share-box>li{ position: relative; transition: all .4s cubic-bezier(.4,0,.2,1); }
.product-detail .info-header .share-box>li:nth-child(n+2){ display: none; }
.product-detail .info-header .share-box>li a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.product-detail .info-header .share-box>li:first-child{ border-radius: 5px 5px 0 0; background: #EAEAEA; margin: 0 0 0 0; box-sizing: border-box; padding: 0 10px 0 10px; }
.product-detail .info-header .share-box>li:first-child:after{ content: '\e982'; margin: 0 0 0 5px; }
.product-detail .info-header .share-box>li+li{ margin: 0 0 0 12px; }
.product-detail .info-header .share-box.active>li:first-child{ margin: 0 0px 0 0; background: none; }
.product-detail .info-header .share-box.active>li:nth-child(n+2){ display: block; }
.product-detail .tit{ font-size: 2.5rem; line-height: 1.58; color: #393939; }
.product-detail .subtit{ font-size: 1.3rem; line-height: 1.58; color: #7E7E7E; }
.product-detail .info-label{ font-size: 1.3rem; color: #fff; display: inline-flex; justify-content: center; align-items: center; min-width: 100px;  height: 20px; box-sizing: border-box; padding: 0 10px 0 10px; background: #f37832; margin: 0 0 5px 0; }
.product-detail .info-list>li{ margin: 30px 0 0 0; }
.product-detail .txt-box{  }
.dot-list{ list-style: disc; margin: 0 0 0 20px; }
.product-detail .video-box{ width:100%;height:0;padding-bottom:56.25%;position:relative; margin: 0 0 10px 0; }
.product-detail .video-box iframe{ width:100%;height:100%;position:absolute;left:0;top:0; }
.product-detail .file-list li span{  margin: 0 5px 0 0; }
.product-detail .file-list a{ text-decoration: underline; }
.product-detail .file-list a:hover{ color: #f37832; }
.product-detail .other-product{ display: flex; }
.product-detail .other-product>li{ width: 48%; }
.product-detail .other-product>li:last-child{ display: none; }
.product-detail .other-product>li+li{ margin: 0 0 0 2%; }
.product-detail .other-product>li .img-box{ line-height: 0; border-radius: 5px 5px 5px 5px; overflow: hidden; margin: 0 0 5px 0; transition: all .4s cubic-bezier(.4,0,.2,1);  }
.product-detail .other-product>li .img-box:hover{  box-shadow: 10px 10px 10px rgba(0,0,0,.1); }
.product-detail .other-product>li .img-box,.product-detail .other-product>li .img-box img{ width: 100%; }
/* product compare */
.product-compare{ width: 100%; margin: 0 auto; box-sizing: border-box; padding: 20px 15px 30px 15px; background: #fff; position: relative; overflow: scroll; }
.product-compare+.product-compare{ margin: 20px auto 0 auto; }
.product-compare .compare-tit{ display: flex; justify-content: center; align-items: center; margin: 0 0 30px 0; }
.product-compare .compare-tit .tit-box{ display: inline-block; margin: 0 auto; }
.product-compare .compare-tit .itemtit{ font-size: 1.6rem; line-height: 1.3; font-weight: bold; color: #000; margin: 0 0 5px 0;  }
.product-compare .compare-tit .itemsubtit{ font-size: 1.2rem; color: #7E7E7E;  }
.product-compare .compare-table{ width: 450px; font-family: arial; font-size: 1.2rem; line-height: 1.58; color: #393939; border-collapse:collapse; margin: 0 auto; }
.product-compare.twocompare .compare-table{ width: 300px; }
.product-compare .compare-table td{ width: 200px; height: 45px; vertical-align:top; border-bottom: 1px solid #CBCBCB; box-sizing: border-box; padding: 10px 10px 10px 10px; }
.product-compare .compare-table .img-box,.product-compare .compare-table .img-box img{ width: 100%; }
.product-compare .compare-table .tit{ font-size: 1.5rem; font-weight: bold; text-align: center; margin: 30px 0 0 0; }
.product-compare .compare-table .tit:after{ content: ''; display: block; width: 100%; border-bottom: 1px solid #000; margin: 5px 0 -5px 0;  }
.product-compare .compare-table .noborder td{ border: none; }
.product-compare .back-btn{ font-family: 'trajan-pro-3'; font-size: 1.2rem; color: #000; position: absolute; left: 10px; top: 20px; transition: all .4s cubic-bezier(.4,0,.2,1); display: none; }
.product-compare .back-btn>a{ text-decoration: underline;  }
.product-compare .back-btn:before{ content: '\e974'; color: #f37832; margin: 0 5px 0 0; }ß      
.product-compare .back-btn:hover{ transform: translateX(-10px);  color: #f37832; }

.noResult { text-align:center; font-size: 1.5rem;  height: 100px;}


/* news */
.news-wrap{ background: #f5f5f5; box-sizing: border-box; padding: 80px 0 60px 0; }
.news-inner{ width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 20px; }
.news .news-header{ font-family: 'trajan-pro-3'; margin: 20px 0 5px 0; }
.news .news-inner .kv-box{ height: auto; }
.news .news-inner .kv-box img{ width: 100%; }
.news .news-header .tit{ display: flex; justify-content: center; align-items: center; font-size: 2.4rem; color: #7e7e7e; margin: 0  0 15px 0; }
.news .news-header .news-tab{ display: flex; justify-content: center; align-items: end; font-size: 1.2rem; color: #393939; height: 40px; }
.news .news-header .news-tab>li{ min-width: 40px; height: 25px; display: flex; justify-content: center; align-items: center; border-radius: 5px 5px 0 0; margin: 0 1px 0 1px; transition: all .4s cubic-bezier(.4,0,.2,1); transform-origin: bottom center; cursor: pointer; box-sizing: border-box; padding: 0 5px 0 5px; }
.news .news-header .news-tab>li:hover,.news .news-header .news-tab>li.active{ height: 40px; }
.news.community .news-header .news-tab>li:hover,.news.community .news-header .news-tab>li.active{ color: #fff; background: #f37832; }
.news .news-filter{ display: flex; justify-content: end; align-items: center; }
.news .news-filter .select-box{ display: inline-block; width: 110px; height: 25px; overflow: hidden; position: relative; vertical-align: middle; background: #fff; margin: 10px 1% 10px 0; }
.news.community .news-filter .select-box{ width: 180px; }
.news .news-filter .select-box:before{ display: inline-block; content: "\e916"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.news .news-filter select{ background: transparent; width: 100%; padding: 0px 10px; font-size: 1.3rem; color: #797979; line-height: 1.2; border: 0; border-radius: 0; height: 100%; -webkit-appearance: none; box-sizing: border-box; position: absolute;  }
.news .news-list{ width: 100%; display: flex; flex-wrap: wrap; }
.news .news-list>li{ width: 80%; position: relative; margin: 0 auto 30px auto; background: #fff; transition: all cubic-bezier(.4,0,.2,1);  }
.news .news-list>li:hover{ box-shadow: 5px 10px 10px rgba(0,0,0,.1); }
.news .news-list>li>a{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.news .news-list>li .img-box{ width: 100%; line-height: 0; }
.news .news-list>li .img-box img{ width: 100%; }
.news .news-list>li .txt-box{ font-size: 1.3rem; line-height: 1.68; color: #393939; box-sizing: border-box; padding: 20px 20px 10px 20px; }
.news .news-list>li .info{ min-height: 76px; }
.news.community .news-list>li .info{ min-height: 76px; color: #7e7e7e;   }
.news .news-list>li .date{ font-size: 1.2rem; color: #7E7E7E;  margin: 10px 0 0 0; }
.news.community .news-tab>li{ background: #D1D1D1; }
.news .news-tab .type0{ background: #eaeaea; }
.news .news-tab .type1{ background: #9EC8E8; }
.news .news-tab .type2{ background: #C9CC42; }
.news .news-tab .type3{ background: #F37832; }
.news .news-list>li.type0{ border-bottom: 1px solid #eaeaea; }
.news .news-list>li.type1{ border-bottom: 1px solid #9EC8E8; }
.news .news-list>li.type2{ border-bottom: 1px solid #C9CC42; }
.news .news-list>li.type3{ border-bottom: 1px solid #F37832; }
.news .detail-page{ display: flex; justify-content: center; /*display: none;*/ }
.news .news-detail{ display: flex; flex-direction: column;  }
.news .news-detail>.col-1{ display: flex; justify-content: start; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 10px 0; }
.news .news-detail>.col-2{ width: 100%; background: #fff; font-family: 'Arial'; font-size: 1.4rem; line-height: 1.58; color: #393939; box-sizing: border-box; padding: 20px 20px 20px 20px; }
.news .news-detail>.col-2 .tit{ font-size: 2rem; }
.news .news-detail>.col-2 .tit:after{ content:''; display: block; width: 100%; height: 1px; border-bottom: 1px solid #9EC8E8; margin: 5px 0 5px 0; }
.news .news-detail>.col-2 .date{ display: flex; justify-content: end; align-items: center; font-size: 1.2rem; color: #7e7e7e; margin: 0 0 15px 0; }
.news .news-detail>.col-2 .dot-list>li{ margin: 0 0 20px 0; }
.news .news-detail>.col-2 .table-list>li{ display: flex;  }
.news .news-detail>.col-2 .table-list>li>.col-1{ min-width: 60px; margin: 0 20px 0 0; }
.news .news-detail>.col-2 .img-box{ width: 100%; }
.news .news-detail>.col-2 .img-box img{ width: 100%; }
.news .news-detail>.col-2 a{ text-decoration: underline; }
.news .news-detail .video-wrap{ width: 100%; }
.news .news-detail .video-box{ width:100%;height:0;padding-bottom:56.25%;position:relative; }
.news .news-detail .video-box iframe{ width:100%;height:100%;position:absolute;left:0;top:0; }
.artist-follow{ display: flex; margin: 10px 0 0 0; }
.artist-follow>li{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 100%; font-size: 1.6rem; color: #fff; background: #cbcbcb; position: relative; transition: all .4s cubic-bezier(.4,0,.2,1); }
.artist-follow>li+li{ margin: 0 0 0 10px; }
.artist-follow>li:hover{ background: #7e7e7e; }
.artist-follow>li>a{ display: block; width: 100%; height: 100%; line-height: 0;  position: absolute; left: 0; top: 0; }

/* common */
.common-wrap{ background: #f5f5f5; box-sizing: border-box; padding: 80px 0 60px 0; }
.common-inner{ width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 20px; font-family: 'Arial';  font-size: 1.4rem; line-height: 1.58; color: #393939;  }
.common-header{ font-family: 'trajan-pro-3'; margin: 20px 0 5px 0; }
.common-header .tit{ display: flex; justify-content: center; align-items: center; font-size: 2.4rem; color: #7e7e7e; margin: 0  0 15px 0; }
.common-inner .kv-box{ height: auto; }
.common-inner .kv-box img{ width: 100%; }

/* warranty */
.warranty-link{ display: flex; flex-wrap: wrap; justify-content: center; margin: 20px 0 20px 0;  }
.warranty-link>li{ width: 90px; height: 90px; border-radius: 100%; background: rgba(0, 0, 0, .3); font-size: 1.6rem; color: #fff; position: relative; margin: 0 5px 5px 10px; transition: all .4s cubic-bezier(.4,0,.2,1) }
.warranty-link>li:hover{ background: #f37832; }
.warranty-link>li>a{ display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center;  }
.boldlink{ font-weight: bold; text-decoration: underline; }

/* contact */
.contact-form{ width: 100%; margin: 0 auto; font-size: 1.4rem; line-height: 1.58; color: #393939; }
.contact-form a{ color: #f37832;  }
.contact-form>li+li{ margin: 20px 0 0 0; }
.contact-form>li>.col-1{ margin: 0 0 5px 0;  }
.contact-form>li>.col-2{  }
.contact-form>li>.col-2 input[type='text']{ width: 100%; height: 40px; background: #fff; box-sizing: border-box; padding: 0 10px; font-size: 1.3rem; }
.contact-form>li>.col-1 .must{ font-size: 1.2rem; color: #f37832; }
.contact-form .select-box{ display: inline-block; width: 100%; height: 40px; overflow: hidden; position: relative; vertical-align: middle; background: #fff; }
.contact-form .select-box:before{ display: inline-block; content: "\e916"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);  }
.contact-form select{ background: transparent; width: 100%; padding: 0px 40px 0 10px; font-size: 1.4rem; color: #000; line-height: 1; border: 0; border-radius: 0; height: 100%; -webkit-appearance: none; box-sizing: border-box; position: absolute; }
.contact-form textarea{ width: 100%; height: 90px; box-sizing: border-box; padding: 10px 10px 10px 10px; }
.contact-form .flex-box{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.contact-form .flex-box>.col-1{ display: flex; align-items: center; }
.contact-form .flex-box>.col-2{ display: flex; align-items: center; }
.contact-form .flex-box>.col-2 input[type='text']{ width: 100px; height: 30px; box-sizing: border-box; padding: 0 10px 0 10px; font-size: 1.4rem; }
.contact-form .flex-box>.col-2 .input-code{ display: flex; align-items: center; margin: 0 10px 0 10px; }
.contact-form .flex-box>.col-2 .btn-reload{ font-size: 2rem; cursor: pointer; }
.contact-form .flex-box>.col-2{}
.contact-form .flex-box .checkradio-box{ display: flex; font-size: 2rem; margin: 0 5px 0 0; }
.contact-form .flex-box .checkradio-box>li{ position: relative; }
.contact-form .flex-box .checkradio-box>li+li{ margin: 0 0 0 10px; }
.contact-form .flex-box input[type=radio]{position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; z-index:2; cursor:pointer; font-size: 20px; color: #8b8b8b; }
.contact-form .flex-box input[type=radio]+ label:before {content:'\e91f'; color:#ccc; margin-right:.2rem;}
.contact-form .flex-box input[type=radio]:checked + label:before {content:'\e953'; color:#f37832;}
.contact-form .flex-box input[type=checkbox]{position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; z-index:2; cursor:pointer; font-size: 20px; color: #8b8b8b; }
.contact-form .flex-box input[type=checkbox]+ label:before {content:'\e91f'; color:#ccc; margin-right:.2rem;}
.contact-form .flex-box input[type=checkbox]:checked + label:before {content:'\e953'; color:#f37832;}
.contact-form input[type='button']{ width: 90px; height: 30px; display: flex; justify-content: center; align-items: center; background: #f37832; color: #fff; font-size: 1.5rem; }
.contact-form>li.btn{ display: flex; justify-content: center; margin: 30px 0 0 0; }

/* locator */
.map-wrap{   box-sizing: border-box; padding: 80px 0 0 0; }
.map-google{ width: 100%; height: 460px; display: none; }
.locator .locator-select{ display: block; width: 220px; height: 40px; overflow: hidden; background: #f5f5f5; position: relative; vertical-align: middle; margin: 0 auto 30px; }
.locator .locator-select:before{ display: inline-block; content: "\e916"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);  }
.locator .locator-select select{ background: transparent; width: 100%; padding: 0px 10px; font-size: 1.5rem; color: #000; line-height: 1.3; border: 0; border-radius: 0; height: 38px; -webkit-appearance: none; box-sizing: border-box; position: absolute;}
.locator .locator-list{ width: 100%; margin: 0 auto; font-family: 'Arial';  font-size: 1.4rem; line-height: 1.58; color: #393939; }
.locator .locator-list .tit{ font-family: trajan-pro-3; font-weight: 400; color: #f37832; font-size: 2.6rem; text-align: center; margin: 0 0 20px 0;  }
.locator .locator-list>ul>li{ box-sizing: border-box; padding: 30px 0 30px 0; }
.locator .locator-list>ul>li>p{ box-sizing: border-box; padding: 0 20px 0 20px;  }
.locator .locator-list>ul>li:nth-child(odd){ background: #f5f5f5; }
.locator .locator-list>ul>li:nth-child(even){ background: #EAEAEA; }
.locator .locator-list .subtit-box{ display: flex; justify-content: center; align-items: center; margin: 0 0 20px 0; }
.locator .locator-list .subtit{ font-size: 1.6rem;  color: #393939; display: inline-flex; justify-content: center; align-items: center; border: 1px solid #D1D1D1; background: #fff; box-sizing: border-box; padding: 10px 10px 10px 10px; }
.locator .info-list{ color: #7e7e7e; margin: 20px 0 0 0; box-sizing: border-box; padding: 0 20px 0 20px;  }
.locator .info-list>li{ margin: 0 0 10px 0; }
.locator .info-list>li:before{ color: #f37832; margin: 0 10px 0 0;  }
.locator .info-list .address:before{ content:'\e97b'; }
.locator .info-list .phone:before{ content:'\e946'; }
.locator .info-list .fax:before{ content:'\e989'; }
.locator .info-list .email:before{ content:'\e945'; }
.locator .info-list .web:before{ content:'\e98a'; }

/* heritage */
.heritage-list{ display: flex; flex-direction: column; width: 100%; margin: 0 auto; background: url('../images/heritage_bg.svg') repeat-y center top; }
.heritage-list .year{ font-family: 'trajan-pro-3'; font-weight: 400; color: #f37832; font-size: 2.4rem;  text-align:center; margin: 0 0 0px 0;}
.heritage-list>li{ display: flex; flex-direction: column; align-items: center; width: 100%; background: #fff; box-sizing: border-box; padding: 15px 15px 20px 15px; margin: 20px 0 0 0; font-size: 1.4rem; left: 1.58em; color: #393939; }
.heritage-list>li>.col-1{ width: 100%; margin: 0 0 10px 0; }
.heritage-list>li>.col-1>.img-box>img{ width: 100%; }

/* about */
.about-list{ display: flex; flex-direction: column; width: 100%; margin: 30px auto 0; background: url('../images/about_bg.svg') repeat-y center top; }
.about-list .subtit{ font-family: 'trajan-pro-3'; font-weight: 400; color: #fff; font-size: 2rem;  text-align:center; margin: 0 0 10px 0;}
.about-list>li{ display: flex; flex-direction: column-reverse; align-items: end;  box-sizing: border-box; font-size: 1.5rem; left: 1.58em; color: #393939; }
.about-list>li+li{ margin: 30px 0 0 0; }
.about-list>li>.col-1{ width: 80vw; flex-shrink: 0; z-index: 2;  margin: -20vw auto 0 auto; }
.about-list>li>.col-1 .img-box img{ width: 100%; }
.about-list>li>.col-2{ width: 100%; height: auto; display: flex; justify-content: center; align-items: center; z-index: 1; box-sizing: border-box; padding: 10vw 5vw 30vw 5vw; }
.about-list>li>.col-2 .txt-box{ width: 400px; }
.about-list>li:nth-child(1)>.col-2{ background: #9ec8e8; }
.about-list>li:nth-child(2)>.col-2{ background: #c9cc42; }
.about-list>li:nth-child(3)>.col-2{ background: #f37832; }

/* faq */
.faq-list{ width: 100%; margin: 0 auto; font-size: 1.4rem; line-height: 1.58; color: #393939; }
.faq-list>li{ display: flex; flex-direction: column; align-items: start; border-bottom: 1px solid #CBCBCB; box-sizing: border-box; padding: 0 0 30px 0; margin: 0 0 30px 0; }
.faq-list>li>.col-1{ font-size: 1.8rem; margin: 0 0 20px 0; width: 100%; text-align: center; }
.faq-list .qa-list{ margin: 0 0 0 25px; }
.faq-list .qa-list>li+li{ margin: 30px 0 0 0; }
.faq-list .q-txt{ display: flex; align-items: start; color:#F37832; margin: 0 0 0 -25px; }
.faq-list .q-txt:before{ content: 'Q.'; display: block; font-size: 2rem; margin: -8px 5px 0 0;   }
.faq-list .a-txt a{  text-decoration: underline; color:#F37832; }

/* cookie */
.cookie-box{ width: 100%; margin: 0 auto; font-size: 1.4rem; line-height: 1.58; color: #393939; }
.cookie-box .tit{ font-weight: bold; }
.cookie-box a{ text-decoration: underline; line-height: 1.58; }
.cookie-box .table-box{ width: 100%; }
.cookie-box table{ width: 100%; border-collapse:collapse; border: 1px solid #393939; font-size: 1.2rem; }
.cookie-box table td{ border: 1px solid #393939; height: 50px; box-sizing: border-box; padding: 5px 5px 5px 5px; vertical-align:text-top; word-break: break-all; }
.cookie-box table tr:nth-child(1) td{ vertical-align:middle; }

/* cookies pup */
.cookies-pup{ width: 96vw;  border-radius: 5px; box-sizing: border-box; padding: 20px 20px 20px 20px; background: #fff; border: 1px solid #707070; font-size: 1.3rem; line-height: 1.58; font-family: arial; display: flex; flex-direction: column; position: fixed; left: 50%; top: 95%; transform: translate(-50%,-100%); z-index: 999; }
.cookies-pup .tit{ font-size: 1.6rem; font-weight: bold; margin: 0 0 10px 0; }
.cookies-pup>.col-1{ width: auto }
.cookies-pup>.col-1 a{ color: #f37832; text-decoration: underline; }
.cookies-pup>.col-2{ width: auto; margin: 20px 0 0 0; }
.cookies-pup>.col-2 .btn{ border-radius: 5px; height: 40px; background: #e2e2e2; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; box-sizing: border-box; padding: 0 15px 0 15px; transition: all .4s cubic-bezier(.4,0,.2,1); }
.cookies-pup>.col-2 .btn:hover{ background: #cbcbcb;  }
.cookies-pup>.col-2 .btn.accept{ background: #f37832; color: #fff;}
.cookies-pup>.col-2 .twobtn{ display: flex; justify-content: space-between; margin: 10px 0 0 0; }
.cookies-pup>.col-2 .twobtn .btn{ width: 48%; }

/* overview-wrap */
.overview-wrap{ display: flex; justify-content: center; align-items: center; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.9); z-index: 99999; overflow: auto; display: none; }
.overview-wrap .privacy-overview{ background: #f3f3f3; width: 90vw;  box-sizing: border-box; padding: 10px 10px 10px 10px; font-size: 1.3rem; line-height: 1.58; text-align:justify; border-radius: 5px; margin: 10px 0 10px 0; }
.overview-wrap .privacy-overview .tit{ font-weight: bold; font-size: 1.6rem; margin: 0 0 10px 0; }
.overview-wrap .privacy-overview>p  a{ color: #f37832; text-decoration: underline;   }
.overview-wrap .privacy-overview .click-info{ font-size: 1.3rem; line-height: 1.58; background: #fff; box-sizing: border-box; padding: 10px 10px 10px 10px; margin: 20px 0 0 0; }
.overview-wrap .privacy-overview .top-txt{ font-weight: bold; cursor: pointer; }
.overview-wrap .privacy-overview .top-txt span{ margin: 0 8px 0 0; }
.overview-wrap .privacy-overview .top-txt .arrow:before{ content: '\e98c'; color: #f37832; }
.overview-wrap .privacy-overview .click-top{ display: flex; justify-content: space-between;  }
.overview-wrap .privacy-overview .top-txt.active .arrow:before{ content: '\e98d'; }
.overview-wrap .privacy-overview .click-btn{ width: 65px; height: 30px; border-radius: 20px; background: #eaeaea; display: flex; justify-content: space-between; align-items: center; font-size: 1.1rem; color: #f37832; box-sizing: border-box; padding: 0 8px 0 8px; position: relative; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; }
.overview-wrap .privacy-overview .click-btn.active{ background: #cbcbcb; color: #393939; }
.overview-wrap .privacy-overview .click-btn.noclick{ background: #F4F4F4; color: #7E7E7E; }
.overview-wrap .privacy-overview .click-btn span+span{ margin: 0 0 0 5px; }
.overview-wrap .privacy-overview .click-btn .circle{ width: 23px; height: 23px; border-radius: 100px; background: #f37832; position: absolute; left: 5px; top: 50%; transform: translateY(-50%);  transition: all .4s cubic-bezier(.4,0,.2,1); }
.overview-wrap .privacy-overview .click-btn.active .circle{ background: #393939; left: 55%; }
.overview-wrap .privacy-overview .click-btn.noclick .circle{ background: #EAEAEA; left: 5px; }
.overview-wrap .privacy-overview .click-info .info-txt{ box-sizing: border-box; padding: 0 30px 0 21px; margin: 10px 0 0 0; display: none; }
.overview-wrap .privacy-overview .btn-box{ display: flex; justify-content: space-between; margin: 20px 0 0 0; }
.overview-wrap .privacy-overview .btn-box .btn{ border-radius: 5px; height: 40px; background: #e2e2e2; display: flex; justify-content: center; align-items: center; font-size: 1.3rem; box-sizing: border-box; padding: 0 10px 0 10px; transition: all .4s cubic-bezier(.4,0,.2,1); }
.overview-wrap .privacy-overview .btn-box .btn:hover{ background: #cbcbcb;  }
.overview-wrap .privacy-overview .btn-box .btn.accept{ background: #f37832; color: #fff;}
.overview-wrap .privacy-overview .btn-box .col-1{ display: flex; justify-content: space-between; margin: 0 0 0 0; }
.overview-wrap .privacy-overview .btn-box .col-1 a{ width: auto; }
.overview-wrap .privacy-overview .btn-box .col-1 a+a{ margin: 0 0 0 5px; }
.overview-wrap .privacy-overview .btn-box .col-2{ width: auto; }

/* privacy */
.privacy-box{ width: 100%; margin: 0 auto; font-size: 1.4rem; line-height: 1.58; color: #393939; }
.privacy-box .tit{ font-weight: bold; }
.privacy-box a{ text-decoration: underline; }
.privacy-box table{ width: 70%; border-collapse:collapse; border: 1px solid #393939; font-size: 1.2rem; }
.privacy-box table td{ border: 1px solid #393939; height: 50px; box-sizing: border-box; padding: 10px 10px 10px 10px; vertical-align:text-top; }


/* gototop */
.gototop{ display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 11px; color: #7e7e7e; position: fixed; right: 10px; bottom: 180px; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; display: none; z-index: 1; }
.gototop:hover{ color: #f37832;  }
.gototop:hover>span:first-child{ background: #f37832; }
.gototop>span:first-child{ width: 1px; height: 55px; background: #7e7e7e; margin: 0 0 10px 0; }
.gototop>span:last-child{  writing-mode:vertical-rl; }

/* search */
.search-wrap{ width: 100vw; height: 100vh; background: rgba(0, 0, 0, .4); position: fixed; left: 0; top: 0; display: none; z-index: 999; }
.jupiter-search{ width:100%; height: 100%; background: #fff; position: fixed; right: 0; top: 0; box-sizing: border-box; padding: 50px 20px 20px 20px; }
.jupiter-search .icon-close{ font-size: 2rem; color: #707070; position: absolute; right: 20px; top: 20px; cursor: pointer; transition: all .4s cubic-bezier(.4,0,.2,1); }
.jupiter-search .icon-close:hover{ transform:rotate(180deg); color: #f37832; } 
.jupiter-search .search-form{ display: flex; align-items: center; }
.jupiter-search .search-form .col-1 span{ font-size: 6rem; color: #e2e2e2; margin: 0 15px 0 0; }
.jupiter-search .search-form .col-2{ width: auto; }
.jupiter-search .search-form .col-2 .tit{ font-family: trajan-pro-3; font-weight: 400; font-size: 2rem; color: #393939; margin: 0 0 0 0;  }
.jupiter-search .search-form .col-2 input[type=text]{ font-size: 1.2rem; color: #7e7e7e; width: 100%; height: 30px; border-bottom: 1px solid #7E7E7E; }
.jupiter-search .search-scroll{ height: calc(100vh - 120px); overflow: scroll; overflow-x: hidden; margin: 35px 0 0 0;  }
.jupiter-search .search-list{  display: flex; flex-direction: column; }
.jupiter-search .search-list>.col-1{ width: 100%; border: 1px solid #CBCBCB; border-width: 0 0 1px 0; box-sizing: border-box; padding: 0 0 30px 0; flex-shrink: 0;  } 
.jupiter-search .search-list>.col-2{ box-sizing: border-box; padding: 0 0 60px 10px; overflow: scroll; overflow-x: hidden; }
.jupiter-search .search-list .results-num{ font-size: 1.5rem; color: #393939; margin: 0 0 20px 0; }
.jupiter-search .search-list .results-num span{ font-size: 1.3rem; }
.jupiter-search .search-list .search-category{ font-size: 1.4rem; }
.jupiter-search .search-list .search-category>li{ display: flex; justify-content: space-between; align-items: center; cursor: pointer; box-sizing: border-box; padding: 0 10px 0 0; }
.jupiter-search .search-list .search-category>li+li{ margin: 20px 0 0 0; }
.jupiter-search .search-list .search-category>li>.cateory-item{ display: flex; align-items: center; }
.jupiter-search .search-list .search-category>li>.cateory-item:before{ content: '\e922'; color: #f37832; margin: 0 5px 0 0; }
.jupiter-search .search-list .search-category>li>.cateory-item p{ font-family: trajan-pro-3; font-weight: 400; color: #000; }
.jupiter-search .search-list .search-category>li>.cateory-item p:after{ content:''; display: block; border-bottom: 1px solid #707070; }
.jupiter-search .search-list .search-category>li.active>.cateory-item:before{ content: '\e974'; color: #f37832;  }
.jupiter-search .search-list .search-category .search-num{ color: #7e7e7e; }
.jupiter-search .search-list .list-box{ font-size: 1.5rem; line-height: 1.58; color: #393939; list-style: disc; margin: 20px 0 0 0; }
.jupiter-search .search-list .list-tit{ color: #393939; }
.jupiter-search .search-list p{ color: #7e7e7e; }
.jupiter-search .search-list .list-box>li+li{ margin: 20px 0 0 0; }
.jupiter-search .search-list .list-tit{ display: inline-block; margin: 0 0 8px 0; }
.jupiter-search .search-list .list-tit:after{ display: block; content: ''; border-bottom: 1px solid #707070; }
.jupiter-search .search-list .list-tit a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.jupiter-search .search-list .list-tit a:hover{ color: #f37832; }

/* filter */
.filter-box{ position: fixed; left: 0; top: 70px; z-index: 3;  }
.filter-box .filter-top{ font-size: 1.2rem; color:#8A8D0C; width: 70px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 0 5px 0 0; background: #edefb5; cursor: pointer; }
.filter-box .filter-top:before{ content: '\e97f'; margin: 0 6px 0 0; }
.filter-box .filter-top:before{ content: '\e97f'; margin: 0 6px 0 0; }
.filter-box .filter-list{ width: 100vw; box-sizing: border-box; padding: 30px 30px 20px 20px; background: #edefb5; border-radius: 0 5px 5px 0; color: #393939; position: relative; list-style: disc; font-size: 1.5rem; line-height: 1.68; display: none;   }
.filter-box .filter-list>li{ margin: 0 0 0 20px; }
.filter-box .filter-list>li+li{ margin: 10px 0 0 20px; }
.filter-box .filter-list .icon-close{ font-size: 1.6rem; position: absolute; right: 10px; top: 15px; color: #707070; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; }
.filter-box .filter-list .icon-close:hover{ color: #f37832; transform: rotate(188deg); }
.filter-box .filter-list .select-box{ display: inline-block; width: 100%; height: 25px; overflow: hidden; background: #fff; position: relative; vertical-align: middle;  }
.filter-box .filter-list .select-box:before{ display: inline-block; content: "\e916"; font-size: 1.2rem; color: #7e7e7e; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.filter-box .filter-list .select-box select{ background: transparent; width: calc(100%); font-size: 1.5rem; color: #707070; line-height: 1; border: 0; border-radius: 0; height: 25px; -webkit-appearance: none; box-sizing: border-box; padding: 0 20px 0 10px; position: absolute; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.filter-box .filter-list .btn-box{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.filter-box .filter-list .btn-box>li{ display: flex; justify-content: center; align-items: center; width: 48%; height: 25px; border: 2px solid #C9CC42; font-size: 1.3rem; box-sizing: border-box; cursor: pointer; box-sizing: border-box; padding: 0 5px;  }
.filter-box .filter-list .btn-box>li span{ width: 100%; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
/*.filter-box .filter-list .btn-box>li:hover { border-color: #fff; background: #fff; color: #7e7e7e;   }*/
.filter-box .filter-list .btn-box > li.active { border-color: #fff; background: #fff; color: #7e7e7e; border-color: #C9CC42;  }
.filter-box .filter-list .btn{ display: flex; justify-content: center; align-items: center; width: 90px; height: 25px; background: #c9cc42; margin: 30px auto 0 auto; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; }
.filter-box .filter-list .btn:hover{ background: #fff; color: #7e7e7e; }

/* compare */
.compare-pup{ font-family: Arial; font-size: 1.5rem; line-height: 1.58; width: 80vw; border-radius: 18px 18px 0 0; background: #e2e2e2; position: fixed; right: 40px; bottom: -323px; box-sizing: border-box; padding: 8px 10px 20px 10px; z-index: 1; }
.compare-pup .compare-top{ display: flex; justify-content: space-between; color: #0074b7; margin: 0 0 10px 0; cursor: pointer;  }
.compare-pup .compare-top>p:before{ content: '\e980'; margin: 0 5px 0 0;  }
.compare-pup .compare-top>span{ width: 25px; height: 25px; border-radius: 100%; background: #9ec8e8; display: flex; justify-content: center; align-items: center; }
.compare-pup .compare-list{  }
.compare-pup .compare-list>li{ width: 100%; min-height: 80px; background: rgba(255,255,255,.3); position: relative; box-sizing: border-box; padding: 10px 10px 10px 10px;  }
.compare-pup .compare-list>li.active{ background: #fff; }
.compare-pup .compare-list>li+li{ margin: 10px 0 0 0; }
.compare-pup .compare-list>li .trash-btn{ position: absolute; right: 5px; bottom: 5px; cursor: pointer; }
.compare-pup .compare-list>li .trash-btn:after{ content: '\e981'; color: #9ec8e8; font-size: 1.3rem; }
.compare-pup .btn-box{ display: flex; justify-content: center; align-items: center; font-size: 1.3rem; margin: 15px 0 0 0; }
.compare-pup .btn-box>li{ width: 75px; height: 25px; display: flex; justify-content: center; align-items: center; color: #fff; background: #0074b7; cursor: pointer; }
.compare-pup .btn-box>li.noclick{ background: #9ec8e8; }
.compare-pup .btn-box>li+li{ margin: 0 0 0 10px; }





/* $Pad
--------------------------------------------------------------------------------------*/
@media screen and (min-width:600px) and (max-width:1024px){

/* news */
.news .news-list>li{ width: 31%; max-width: 300px; position: relative; margin: 0 1% 50px 1%; background: #fff; transition: all cubic-bezier(.4,0,.2,1);  }

/* contact */
.contact-form{ width: 480px; margin: 0 auto; }
.contact-form .flex-box{ flex-direction: row; }
.contact-form>li.btn{ justify-content: end; }

/* product */
.product-inner .product-list{ flex-direction: row; }
.product-inner .product-list>li{ margin: 0 0 0 0; }
.product-header .product-l2{ width: 50%; margin: 0 auto; }
.product-detail>.col-1{ width: 50%; margin: 0 auto 50px; }
.community .product-detail>.col-1{ width: 60%;  }
.product-detail>.col-1 .thumbsimg{ width: 20%; height: 400px; }
.filter-box .filter-list{ width: 40vw; }
.compare-pup{ width: 30vw; right: 10px; }

/* community */
.community .product-detail>.col-1 .product-item{ padding: 10px 10px 0 10px; }
.community .product-detail>.col-1 .thumbsimg{ width: 20%; height: 390px; margin: 0 10px 0 0; }

/* locator */
.map-wrap{   box-sizing: border-box; padding: 80px 0 0 0; }
.map-google{ display: block; width: 100%; height: 500px; }
.locator .locator-select{ display: block; width: 220px; height: 40px; overflow: hidden; background: #f5f5f5; position: relative; vertical-align: middle; margin: 0 auto 30px; }
.locator .locator-select:before{ display: inline-block; content: "\e916"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);  }
.locator .locator-select select{ background: transparent; width: 100%; padding: 0px 10px; font-size: 1.5rem; color: #000; line-height: 1.3; border: 0; border-radius: 0; height: 38px; -webkit-appearance: none; box-sizing: border-box; position: absolute;}
.locator .locator-list{ display: none; }
.locator .info-lis>li:before{ color: #f37832; margin: 0 5px 0 0;  }
.locator .info-list .address:before{ content:'\e97b'; }
.locator .info-list .phone:before{ content:'\e946'; }
.locator .info-list .fax:before{ content:'\e989'; }
.locator .info-list .email:before{ content:'\e945'; }
.locator .info-list .address:before{ content:'\e98a'; }
.locator .common-header .tit{ margin: 0 0 0 0; }

/* heritage */
.heritage-list{ display: flex; flex-direction: column; width: 100%;  margin: 0 auto; background: url('../images/heritage_bg.svg') repeat-y center top; }
.heritage-list .year{ font-family: 'trajan-pro-3'; font-weight: 400; color: #f37832; font-size: 3rem;  text-align:center; margin: 0 0 10px 0;}
.heritage-list>li{ display: flex; flex-direction: row; align-items: center; width: 80vw; max-width: 900px; background: #fff; box-sizing: border-box; padding: 30px 30px 30px 30px; margin: 20px 0 0 0; font-size: 1.4rem; left: 1.58em; color: #393939; }
.heritage-list>li>.col-1{ width: 200px; flex-shrink: 0; }
.heritage-list>li:nth-child(odd)>.col-1{ margin: 0 40px 0 0; }
.heritage-list>li:nth-child(even)>.col-1{ margin: 0 0 0 40px; }
.heritage-list>li:nth-child(even){ align-self: end; flex-direction: row-reverse; }

/* faq */
.faq-list{  }
.faq-list>li{ flex-direction: row;  }
.faq-list>li>.col-1{ font-size: 1.8rem; width: 250px; flex-shrink: 0; margin: 0 0 0 0; text-align: left; }
.faq-list .qa-list>li+li{ margin: 30px 0 0 0; }
.faq-list .q-txt{ display: flex; align-items: start; color:#F37832; margin: 0 0 0 -25px; }
.faq-list .q-txt:before{ content: 'Q.'; display: block; font-size: 2rem; margin: -8px 5px 0 0;   }
.faq-list .a-txt a{  text-decoration: underline; }

}





/* $橫的版型 */
@media screen and (orientation:landscape){ 


}





/* $Pc
--------------------------------------------------------------------------------------*/
@media screen and (min-width: 1025px){

html,body{ min-width: 100%; }

/* header */
header{ width: 100vw; position: fixed; left: 0; top: 0; box-shadow: none; background: #fff; z-index: 99999; }
.header-wrap{ width: 100%; height: 90px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; position: relative; box-sizing: border-box; padding: 0 2vw; }
/* logo */
.header-wrap h3{ width: 78px; }
.header-wrap h3 a{ width: 100%; line-height: 0; }
.header-wrap h3 a img{ width: 100%; }
.header-nav{ display: flex; flex-direction: row; color: #393939; width: auto; height: auto; position:static; background: none; }
.header-nav>li{ display: flex; flex-direction: row; width: auto; align-items: center; border: none;  }
.header-nav>li:nth-child(odd){ background: none }
.header-nav>li:nth-child(even){ background: none; }
.header-nav>li:nth-child(2) .header-nav_trigger:after,.header-nav>li:nth-child(3) .header-nav_trigger:after{ display: block; }
.header-nav_trigger{ display: inline-block; font-family: trajan-pro-3; font-size: 1.8rem; margin: 0 2.5vw; cursor: pointer; height: 90px; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; padding: 30px 0 0 0; transition: all .4s cubic-bezier(.4,0,.2,1); }
.header-nav_trigger:after{ content: ''; display: block; width: 0%; height: 3px; line-height: 0; background: #F37832; margin: 30px 0 0 0; transition: all .2s cubic-bezier(.4,0,.2,1); align-self: flex-start; }
.header-nav>li:hover .header-nav_trigger:after,.header-nav>li.active .header-nav_trigger:after{ width: 100%; }
.header-nav>li:hover .header-nav_trigger{ color: #F37832; }
/* megamenu */  
.megamenu-wrap{ display: flex; width: 100vw; height: auto; max-height: 500px; background: rgba(0,0,0,.85); position: absolute; left: 0; top: 90px; box-shadow: 0 3px 6px rgba(0,0,0,.16); display: none; }
.megamenu-inner{ display: flex; flex-direction: row; justify-content: center; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box; padding: 30px 0 30px 0; }
.header-nav>li:first-child .megamenu-inner{ justify-content: space-between; }
.header-nav>li:first-child .megamenu-inner>li .megamenu-list>li{ width: auto;  white-space: nowrap;  }
.header-nav>li .megamenu-inner>li{ margin: 0 30px 0 30px; }
.header-nav>li.mobileonly{ display: none; }
.megamenu-list_title{ font-family: trajan-pro-3; font-size: 1.8rem; font-weight: 300; white-space: nowrap; color: #fff; margin: 0 0 15px 0; }
.header-nav>li:last-child .megamenu-list_title{ font-size: 2rem; white-space: nowrap; color: #fff; margin: 0 0 0 0; }
.header-nav .megamenu-list_title a:after{ content: ''; display: block; width: 0%; height: 1px; line-height: 0; background: #fff; margin: 10px 0 0 0; transition: all .2s cubic-bezier(.4,0,.2,1); align-self: flex-start; }
.header-nav .megamenu-list_title a:hover:after{ width: 100%; }
.megamenu-list_title a{ transition: all .2s cubic-bezier(.4,0,.2,1);}
.megamenu-list_title a:hover{ color: #fff; }
.megamenu-list{ display: flex; flex-direction: column; flex-wrap: wrap; font-size: 1.6rem; line-height: 1.6; color: #7E7E7E;  }
.megamenu-list>li{ display: flex; align-items: center; transition: color .25s cubic-bezier(.4,0,.2,1);  }
.header-nav>li:first-child .megamenu-list>li{  }
.megamenu-list>li:before{ content: '-'; margin: 0 5px 0 0; display: none; }
.megamenu-list>li:hover{ color: #F37832; }
.megamenu-list>li:hover:before;{ color: #fff; }
.header-search{ display: flex; justify-content: space-between; align-items: center; width: 200px; height: 45px; border-radius: 45px; border: 1px solid #E7E7E7; position: relative; right: auto; }
.header-search input[type='text']{ width: calc( 100% - 45px); height: 100%; box-sizing: border-box; padding: 0 10px 0 20px; font-size: 2rem; color: #000; background: transparent;   }
.header-search input[type='text']::placeholder{ color: #000; }
.header-search button{ width: 45px; height: 45px; border-radius: 30px; border: 1px solid #E7E7E7; background: transparent; cursor: pointer; }
.header-search button:after{ content: '\e926'; font-size: 2.2rem; }
.hamburg-box{ display: none; }

/* socialmedia */
header .socialmedia-box{ display: flex; font-size: 1.5rem; color: #989898; margin: 0 0 0 9%; width: auto; height: auto; position: static; justify-content: start; background: none; }
header .socialmedia-box>li{ cursor: pointer; transition: all .4s cubic-bezier(.4,0,.2,1); margin: 0 0 0 0; }
header .socialmedia-box>li a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
header .socialmedia-box>li:hover,header .socialmedia-box>li a:hover{ color: #f37832; }
header .socialmedia-box>li+li{ margin: 0 0 0 20px; }
/* language */
header .select-box{ display: inline-block; width: 135px; height: 15px; overflow: hidden; position: absolute; right: 2vw; top: 10px; vertical-align: middle; transform: translateX(0); }
header .select-box:before{ display: inline-block; content: "\e947"; color: #7e7e7e; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1; }
header .select-box:after{ display: inline-block; content: "\e916"; color: #7e7e7e; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); z-index: -1; }
header select{ background: transparent; width: 100%; padding: 0px 10px 0 18px; font-size: 1.2rem; color: #7E7E7E; line-height: 1; border: 0; border-radius: 0; height: 15px; -webkit-appearance: none; box-sizing: border-box; position: absolute;}

/* kv */  
.kv-wrap{ width: 100%; height: 38.864vw; position: relative; overflow: hidden; box-sizing: border-box; margin: 90px 0 0 0; padding: 0 0 0 0; }  
.kv-wrap .center-slide{ width: 56vw; height: 38.864vw; position: absolute; left: 28.5vw; top: 0; }
.kv-wrap .left-slide{ width: 43vw; height: 29.842vw; position: absolute; right: 73vw; bottom: 0; display: block; }
.kv-wrap .right-slide{ width: 43vw; height: 29.842vw; position: absolute; left: 86vw; top: 0; display: block; }
.kv-wrap .slide-item{ width: 100%; }
.kv-wrap .slide-item>img{ width: 100%; }
.kv-wrap .kv-dots{ display: flex; justify-content: start;  position: absolute; left: 86vw; bottom: 0; }
.kv-wrap .kv-dots li{ width: 20px; height: 1px; background: #e2e2e2; }
.kv-wrap .kv-dots li+li{ margin: 0 0 0 5px; }
.kv-wrap .kv-dots li.active{ width: 100%; background: #7e7e7e; }

/* main */
.main-wrap{ background: url(../images/idx_bg.svg) no-repeat right 50% top 75%; box-sizing: border-box; padding: 90px 0 90px 0; }
.main-inner{ height: 500px; position: relative; overflow: hidden; }
.main-inner .inner-bg{ width: 87%; min-width: 1300px; height: 380px; background: #f5f5f5; position: absolute; top: 50%;  transform: translateY(-50%);  }
.main-inner:nth-child(odd) .inner-bg{ right: 0; }
.main-inner:nth-child(even) .inner-bg{ left: 0; }
.main-inner .inner-box{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; max-width: 1100px; margin: 0 auto; position: relative; box-sizing: border-box; padding: 0 20px 0 20px; }
.main-inner .inner-box>.col-1{ width: 45%; height: 380px; }
.main-inner .inner-box>.col-2{ width: 46vw; max-width: 488px; height: 46vw; max-height: 488px; }
.main-inner .inner-box>.col-1 .txt-box{ display: flex; flex-direction: column; height: 100%; font-size: 1.6rem; line-height: 1.58; color: #707070; position: relative; box-sizing: border-box; padding: 10% 0 0 0; }
.main-inner .inner-box>.col-1 .tit{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 3rem; color: #f37832; margin: 0 0 20px 0; }
.main-inner .inner-box>.col-1 .txt-box .btn-dot{ position: absolute; left: 0; bottom: 30px; margin: 0 0 0 0; }
.main-inner .inner-box>.col-2 .img-box{ width: 100%; position: relative; }
.main-inner .inner-box>.col-2 .img-box img{ display: block; width: 500px; transition: all 3s cubic-bezier(.4,0,.2,1); }
.main-inner:nth-child(odd) .inner-box>.col-1{ order: 0; }
.main-inner:nth-child(even) .inner-box>.col-1{ order: 1; }
.people-inner{ width: 100%; max-width: 1100px; margin: 80px auto 0; border-radius: 0; padding: 0 0 0 0; border: none; }
.people-inner .inner-header{ display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; border-radius: 30px; background: #fff; border: 1px solid #707070; font-family: trajan-pro-3; font-weight: 400; font-style: normal; color: #000; font-size: 1.5rem; }
.people-inner .inner-header .tit{ font-size: 2.5rem; margin: 0 15px 0 0; }
.people-inner .people-slide{ margin: 30px 0 0 0; position: relative; }
.people-inner .people-slide .slide-box{ width: 90%; margin: 0 auto; }
.people-inner .slide-item{ display: flex; flex-direction: row; align-items: center; }
.people-inner .slide-item .col-1{ width: 200px; min-width: 200px; height: 200px; margin: 0 7% 0 0; position: relative; }
.people-inner .slide-item .col-1 .img-box{ width: 100%; height: 100%; border-radius: 100%; overflow: hidden; }
.people-inner .slide-item .col-1 .img-box a{ width: 100%; line-height: 0; }
.people-inner .slide-item .col-1 .img-box img{ width: 100%; height: 100%; line-height: 0; }
.people-inner .slide-item .col-2 .txt-box{ display: flex; flex-direction: column; font-size: 1.5rem; line-height: 1.58; color: #707070; }
.people-inner .slide-item .col-2 .txt-box .txtsymbol_l{ width: 25px; margin: 0 0 10px 0; }
.people-inner .slide-item .col-2 .txt-box .txtsymbol_r{ width: 25px; align-self: end; margin: 10px 0 0 0; }
.people-inner .slide-item .col-2 .people-info{ font-size: 1.3rem; color: #393939; margin: 15px 0 0 0; }
.people-inner .slide-item .col-2 .info_name{ font-family: Arial Black; font-size: 1.5rem; font-weight: bold; }
/* custom slick dots */
.people-inner .people-slide .slick-dots{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; }
.people-inner .people-slide .slick-dots li{ width: 10px; height: 10px; border-radius:50px; background: #D1D1D1; cursor:pointer; }
.people-inner .people-slide .slick-dots li+li{ margin: 0 0 0 10px;}
.people-inner .people-slide .slick-dots li button{ display: none; }
.people-inner .people-slide .slick-dots li.slick-active{ background: #F37832; }
/* custom slick arrows */
.people-inner .people-slide .slick-arrows{ font-size: 3.5rem; color: #f37832; width: 100%; position: absolute; left: 0; top: 32%; }
.people-inner .people-slide .slick-arrows li{ cursor:pointer;  }
.people-inner .people-slide .slick-arrows .prev{ position: absolute; left: 10px; top: 50%; }
.people-inner .people-slide .slick-arrows .next{ position: absolute; right: 10px; top: 50%; }

/* news events */
.index .news-wrap{ width: 100%; background: #ededed; box-sizing: border-box; padding: 80px 0 80px 0; }
.index .news-inner{ display: flex; flex-direction: row; justify-content: space-between; width: 100%; max-width: 1100px; margin: 0 auto; }
.index .news-tit{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 3rem; line-height: 1.58; color: #000; margin: 0 0 30px 0; text-align: left;  }
.index .news-inner>.col-1 .news-tit{ display: block; }
.index .news-inner>.col-2 .news-tit{ display: none; }
.index .news-list{ width: 390px; font-size: 1.6rem; line-height: 1.58; color: #707070; margin: 0 0 40px 0; }
.index .news-list>li+li:before{ content: ''; display: block; width: 100%; height: 1px; background: #d1d1d1; margin: 20px 0 20px 0; }
.index .news-list .news-header{ display: flex; margin: 0 0 5px 0; }
.index .news-list .tag{ display: flex; justify-content: center; align-items: center; width: 60px; height: 20px; font-family: trajan-pro-3; font-weight: 600; font-style: normal; font-size: 1.5rem; line-height: 1.58; color: #393939; margin: 0 10px 0 0;  }
.index .news-list .tag.news{ background: #9EC8E8; }
/*.index .news-list .tag.event{ background: #f37832; }
.index .news-list .tag.media{ background: #C9CC42; }*/
.index .news-list .tag.event{ background: #C9CC42; }
.index .news-list .tag.media{ background: #f37832; }
.index .news-list>li>a{ line-height: 1.58; transition: all .4s cubic-bezier(.4,0,.2,1); }
.index .news-list>li>a:hover{ text-decoration: underline; opacity: 0.6; }
.index .news-inner .news-img{ display: flex; justify-content: space-between; width: 640px; }
.index .news-img .img-wrap{ width: 300px; height: 430px; background: #fff; position: relative; transition: all .4s cubic-bezier(.4,0,.2,1); }
.index .news-img .img-wrap.type1{ border-bottom: 1px solid #9EC8E8; } /* news blue */
.index .news-img .img-wrap.type2{ border-bottom: 1px solid #C9CC42; } /* event green */
.index .news-img .img-wrap.type3{ border-bottom: 1px solid #F37832; } /* media orange */
.index .news-img .img-wrap:hover{ opacity:.7; box-shadow: 5px 10px 10px rgba(0,0,0,.1); }
.index .news-img .img-wrap .txt-box{ font-size: 1.5rem; line-height: 1.58; color: #707070; box-sizing: border-box; padding: 30px 30px 30px 30px; }
.index .news-img .img-wrap>a{ width: 100%; height: 100%; line-height: 0; position: absolute; left: 0; top: 0; }
.index .news-img .img-box{ width: 100%; height: 0; padding-bottom: 100%; overflow: hidden; }
.index .news-img .img-box>img{  min-height: 100%; min-width: 100%; }
.btn-dot{ display: flex; align-items: center; }
.btn-dot:before{ content: ''; width: 20px; height: 20px; border-radius: 100%; background: #f37832; margin: 0 5px 0 0; }
.btn-dot>a{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 1.5rem; color: #000; transition: all .4s cubic-bezier(.4,0,.2,1); }
.btn-dot>a:after{ content: ''; display: flex; align-items: center; display: block; width: 100%; height: 1px; background: #000; margin: 3px 0 0 0; transition: all .4s cubic-bezier(.4,0,.2,1); }
.btn-dot>a:hover{ color: #f37832; }
.btn-dot>a:hover:after{ background: #f37832; }

/* connect with us */
.connect-wrap{ display: flex; justify-content: center; align-items: center; width: 100%; height: 500px; background: url('../images/idx-connect_bg.jpg') no-repeat center center / cover;  padding: 0 0 0 0; }
.connect-inner{ display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 1100px; height: 100%; margin: 0 auto; font-size: 1.5rem; line-height: 1.58; color: #fff; position: relative; }
.connect-inner>p{ text-align: center; }
.connect-tit{ font-family: trajan-pro-3; font-weight: 400; font-style: normal; font-size: 3rem; line-height: 1.58; color: #fff; text-align: center; margin: 0 0 30px 0; }
.connect-list{ display: flex; justify-content: center; margin: 60px 0 0 0; }
.connect-list>li{ width: 130px; height: 130px; border-radius: 100%; background: rgba( 255,255,255,.3); margin: 0 2.2%; transition: all .4s cubic-bezier(.4,0,.2,1); }
.connect-list>li:hover{ background: rgba(243,120,50,1); }
.connect-list>li a{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }

/* footer */
footer{ box-sizing: border-box; padding: 0 0 10px 0; }
.footer-inner{ display: flex; width: 100%; max-width: 1100px; margin: 0 auto; justify-content: space-between; }
/* logo */
.footer-inner .logo{ width: 86px; } 
.footer-inner .logo>a,.footer-inner .logo img{ width: 100%; }
/* socialmedia */
.footer-inner .socialmedia-box{ display: flex; font-size: 1.5rem; color: #989898; margin: 40px 9% 0 9%; }
.footer-inner .socialmedia-box>li a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.footer-inner .socialmedia-box>li a:hover{ color: #f37832; }
.footer-inner .socialmedia-box>li+li{ margin: 0 0 0 20px; }
/* footer-nav */
.footer-inner .footer-nav{ display: flex; justify-content: end; width: 74%; margin: 40px 0 0 0; }
.footer-inner .footer-nav>li+li{ margin: 0 0 0 6.4%; }
.footer-inner .footer-nav .nav-l1{ font-size: 1.5rem; font-weight: 500; color: #000; margin: 0 0 15px 0; }
.footer-inner .footer-nav .nav-l2{ font-size: 1.3rem; line-height: 1.58; color: #707070; }
.footer-inner .footer-nav a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.footer-inner .footer-nav a:hover{ color: #f37832; }
.codivyright{ display: flex; justify-content: start; width: 100%; height: auto; max-width: 1100px; margin: 0 auto; font-size: 1.2rem; line-height: 1.58; color: #7e7e7e; }
/* footer-othernav */
.footer-othernav{ display: flex; justify-content: start; width: 100%; height: auto; max-width: 1100px; margin: 0 auto 10px; font-size: 1.2rem; line-height: 1.58; color: #7e7e7e; }
.footer-othernav>li a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.footer-othernav>li a:hover{ color: #f37832; }
.footer-othernav>li+li{ margin: 0 0 0 0; }
.footer-othernav>li+li:before{ content: '|'; margin: 0 15px 0 15px; }

/* product */
.product-wrap{ background: #f5f5f5; box-sizing: border-box; padding: 120px 0 90px 0; }
.product-inner{ width: 100%; max-width: 1300px; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 20px;  }
.product-header{ margin: 0 0 70px 0; }
.product-header .product-l1-box{  display: flex; flex-direction: column; align-items: center; font-family: trajan-pro-3; font-weight: 400; font-size: 1.6rem; width: 100%; height: auto; overflow: visible; }
.product-header .product-l1-box.active{ height: auto; }
.product-header .product-l1-box .mobile-tit{ display: none; }
.product-header .product-l1{ display: flex; flex-direction: row; justify-content: center; align-items: center; font-family: trajan-pro-3; font-weight: 400; font-size: 1.6rem; }
.product-header .product-l1>li{ margin: 0 35px 0 35px; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; width: auto; height: auto; }
.product-header .product-l1>li:hover,.product-header .product-l1>li.active{ color: #f37832; }
.product-header .product-l2{ margin: 20px 0 0 0; width: auto; height: auto; background: none;  }
.product-header .product-l2:after{ display: none; }
.product-header .product-l2>li{ display: none; }
.product-header .product-l2>li .mobile-tit{ display: none; }
.product-header .product-l2 ul{ display: flex; justify-content: center; align-items: center; font-size: 1.4rem; color: #393939; background: none; box-shadow: none; flex-direction: row;  }
.product-header .product-l2 ul>li{ min-width: 120px; height: 30px; border-radius: 5px 5px 0 0; margin: 0 5px 5px 5px; background: #fff; display: flex; justify-content: center; align-items: center; transition: all .4s cubic-bezier(.4,0,.2,1); box-sizing: border-box; padding: 0 10px 0 10px; cursor: pointer; }
.product-header .product-l2 ul>li:hover,.product-header .product-l2 ul>li.active{ background: #f37832; color: #fff; }
.product-inner .product-box+.product-box{ margin: 70px 0 0 0; }
.product-inner .product-box .product-tit{ display: flex; justify-content: center; align-items: center; font-size: 2.5rem; line-height: 1.58; color: #7e7e7e; margin: 0 0 30px 0; }
.product-inner .product-list{ flex-direction: row;  }
.product-inner .product-list>li{ width: 300px; flex-direction: column; background: none; margin: 0 0 0 0; }
.product-inner .product-list>li .img-box{ border-radius: 10px 10px 10px 10px; overflow: hidden; }
.product-inner .product-list>li .img-box,.product-inner .product-list>li .img-box a,.product-inner .product-list>li .img-box img{ width: 100%; line-height: 0; transition: all cubic-bezier(.4,0,.2,1); }
.product-inner .product-list>li .img-box:hover{ box-shadow: 5px 10px 10px rgba(0,0,0,.1); }
.product-inner .product-list .product-txt1{ font-size: 1.5rem; line-height: 1.58; text-align: left; color: #393939; margin: 10px 0 0 0; align-self: start; }
.product-inner .product-list .product-txt2{ font-size: 1.3rem; line-height: 1.58; text-align: left; color: #7e7e7e; margin: 10px 0 10px 0; align-self: start; }
.product-inner .product-list .compare-icon{ font-size: 1.2rem; color: #0074b7; text-align: left; align-self: flex-start; }
.product-inner .product-list .compare-icon a:before{ content: '\e980'; margin: 0 5px 0 0; }
/* product list swiper */
.product-inner .product-box .swiper { width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 0 30px 0; }
.product-inner .product-box .swiper .swiper-button-next { top: 35%; display: block; }
.product-inner .product-box .swiper .swiper-button-prev { top: 35%; display: block; }
.product-inner .product-box .swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{ color: #989898; }
.product-inner .product-box .swiper .swiper-button-next:after { color: #989898;  font-size: 3rem; }
.product-inner .product-box .swiper .swiper-button-prev:after { color: #989898;  font-size: 3rem; }
.product-inner .product-box .swiper .swiper-button-next.swiper-button-disabled { color: #E2E2E2; display: none; }
.product-inner .product-box .swiper .swiper-button-prev.swiper-button-disabled { color: #E2E2E2; display: none; }
.product-inner .product-box .swiper .swiper-scrollbar{ width: 100%; height: 1px; left: 0; bottom: 1px; display: block; }
/* product detail */
.product-detail{ width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 0 30px 0; display: flex; flex-direction: row; justify-content: space-between; font-size: 1.5rem; line-height: 1.58; color: #707070; font-family: arial; /* display: none;*/  }
.community .product-detail{ max-width: 100%; /* display: none; */}
.product-detail>.col-1{ width: 590px; margin: 0 45px 0 0; }
.product-detail>.col-2{ width: calc(100% - 635px); }
.community .product-detail>.col-1{ width: 560px; margin: 0 25px 0 0; }
.product-detail>.col-1 .product-item{ display: flex; background: #fff; position: sticky; left: 0; top: 120px; box-sizing: border-box; padding: 10px 0 0 0; }
.community .product-detail>.col-1 .product-item{ padding: 10px 10px 0 10px; }
.product-detail>.col-1 .swiper-horizontal{ align-items: center; }
.product-detail>.col-1 .bigimg{ width: 470px; line-height: 0; }
.community .product-detail>.col-1 .bigimg{ width: 555px; }
.product-detail>.col-1 .thumbsimg{ width: 80px; height: 540px; }
.community .product-detail>.col-1 .thumbsimg{ width: 18%; padding: 0 10px 0 0; height: 462px; }
.product-detail>.col-1 .thumbsimg .swiper-slide{ opacity: 0.3; }
.product-detail>.col-1 .thumbsimg .swiper-slide-thumb-active{ opacity: 1; }
.product-detail>.col-1 .bigimg img{ width: 100%; }
.product-detail>.col-1 .thumbsimg img{ width: 100%; }
.product-detail .info-header{ display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; color: #f37832; border-bottom: 1px solid #EAEAEA; margin: 0 0 20px 0; }
.product-detail .info-header .share-box{ display: flex; align-items: center; color: #5c5c5c; transition: all .4s cubic-bezier(.4,0,.2,1); }
.product-detail .info-header .share-box>li{ position: relative; transition: all .4s cubic-bezier(.4,0,.2,1); }
.product-detail .info-header .share-box>li:nth-child(n+2){ display: none; }
.product-detail .info-header .share-box>li:nth-child(n+2):hover{ color: #f37832; }
.product-detail .info-header .share-box>li a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.product-detail .info-header .share-box>li:first-child{ border-radius: 5px 5px 0 0; background: #EAEAEA; margin: 0 0 0 0; box-sizing: border-box; padding: 0 10px 0 10px; }
.product-detail .info-header .share-box>li:first-child:hover{ background: #f37832; color: #fff; cursor: pointer; }
.product-detail .info-header .share-box>li:first-child:after{ content: '\e982'; margin: 0 0 0 5px; }
.product-detail .info-header .share-box>li+li{ margin: 0 0 0 12px; }
.product-detail .info-header .share-box.active>li:first-child{ margin: 0 5px 0 0; background: none; }
.product-detail .info-header .share-box.active>li:first-child:hover{ color: #f37832; }
.product-detail .info-header .share-box.active>li:nth-child(n+2){ display: block; }
.product-detail .tit{ font-size: 2.5rem; line-height: 1.58; color: #393939; }
.product-detail .subtit{ font-size: 1.3rem; line-height: 1.58; color: #7E7E7E; }
.product-detail .info-label{ font-size: 1.3rem; color: #fff; display: inline-flex; justify-content: center; align-items: center; min-width: 100px;  height: 20px; box-sizing: border-box; padding: 0 10px 0 10px; background: #f37832; margin: 0 0 5px 0; }
.product-detail .info-list>li{ margin: 30px 0 0 0; }
.product-detail .txt-box{  }
.dot-list{ list-style: disc; margin: 0 0 0 20px; }
.product-detail .video-box{ width:100%;height:0;padding-bottom:56.25%;position:relative; margin: 0 0 10px 0; }
.product-detail .video-box iframe{ width:100%;height:100%;position:absolute;left:0;top:0; }
.product-detail .file-list li span{  margin: 0 5px 0 0; }
.product-detail .file-list a{ text-decoration: underline; }
.product-detail .file-list a:hover{ color: #f37832; }
.product-detail .other-product{ display: flex; }
.product-detail .other-product>li{ width: 32%; }
.product-detail .other-product>li:last-child{ display: block; }
.product-detail .other-product>li+li{ margin: 0 0 0 2%; }
.product-detail .other-product>li .img-box{ line-height: 0; border-radius: 5px 5px 5px 5px; overflow: hidden; margin: 0 0 5px 0; transition: all .4s cubic-bezier(.4,0,.2,1);  }
.product-detail .other-product>li .img-box:hover{  box-shadow: 10px 10px 10px rgba(0,0,0,.1); }
.product-detail .other-product>li .img-box,.product-detail .other-product>li .img-box img{ width: 100%; }
.product-detail .other-product>li a{ line-height: 0; }
/* product compare */
.product-compare{ width: 100%; max-width: 1230px; margin: 0 auto; box-sizing: border-box; padding: 50px 15px 50px 15px; background: #fff; position: relative; overflow: visible; }
.product-compare+.product-compare{ margin: 20px auto 0 auto; }
.product-compare .compare-tit{ display: flex; justify-content: center; align-items: center; margin: 0 0 30px 0; }
.product-compare .compare-tit .tit-box{ display: inline-block; margin: 0 auto; }
.product-compare .compare-tit .itemtit{ font-size: 2.2rem; line-height: 1.58; font-weight: bold; color: #000; margin: 0 0 5px 0;  }
.product-compare .compare-tit .itemsubtit{ font-size: 1.3rem; color: #7E7E7E;  }
.product-compare .compare-table{ width: 100%; font-family: arial; font-size: 1.5rem; line-height: 1.58; color: #393939; border-collapse:collapse; margin: 0 auto; }
.product-compare.twocompare .compare-table{ width: 70%; }
.product-compare .compare-table td{ width: 400px; height: 45px; vertical-align:top; border-bottom: 1px solid #CBCBCB; box-sizing: border-box; padding: 10px 10px 10px 10px; }
.product-compare .compare-table .img-box,.product-compare .compare-table .img-box img{ width: 100%; }
.product-compare .compare-table .tit{ font-size: 2.5rem; font-weight: bold; text-align: center; margin: 50px 0 0 0; }
.product-compare .compare-table .tit:after{ content: ''; display: block; width: 100%; border-bottom: 1px solid #000; margin: 5px 0 -5px 0;  }
.product-compare .compare-table .noborder td{ border: none; }
.product-compare .back-btn{ font-family: 'trajan-pro-3'; font-size: 1.3rem; color: #000; position: absolute; left: -70px; top: 30px; transition: all .4s cubic-bezier(.4,0,.2,1); display: block; }
.product-compare .back-btn>a{ text-decoration: underline;  }
.product-compare .back-btn:before{ content: '\e974'; color: #f37832; margin: 0 5px 0 0; }
.product-compare .back-btn:hover{ transform: translateX(-10px);  color: #f37832; }

/* news */
.news .news-wrap{ background: #f5f5f5; box-sizing: border-box; padding: 120px 0 90px 0; }
.news .news-inner{ width: 100%; max-width: 1300px; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 20px;  }
.news .news-header{ font-family: 'trajan-pro-3'; margin: 50px 0 5px 0; }
.news .news-inner .kv-box{ height: 250px; }
.news .news-inner .kv-box img{ width: 100%; }
.news .news-header .tit{ display: flex; justify-content: center; align-items: center; font-size: 4rem; color: #7e7e7e; margin: 0  0 25px 0; }
.news .news-header .news-tab{ display: flex; justify-content: center; align-items: end; font-size: 1.4rem; color: #393939; height: 40px; }
.news .news-header .news-tab>li{ width: 100px; height: 25px; display: flex; justify-content: center; align-items: center; border-radius: 5px 5px 0 0; margin: 0 5px 0 5px; transition: all .4s cubic-bezier(.4,0,.2,1); transform-origin: bottom center; cursor: pointer; }
.news .news-header .news-tab>li:hover,.news .news-header .news-tab>li.active{ height: 40px; }
.news.community .news-header .news-tab>li:hover,.news.community .news-header .news-tab>li.active{ color: #fff; background: #f37832; }
.news .news-filter{ display: flex; justify-content: end; align-items: center; }
.news .news-filter .select-box{ display: inline-block; width: 110px; height: 25px; overflow: hidden; position: relative; vertical-align: middle; background: #fff; margin: 0 1% 0 0; }
.news.community .news-filter .select-box{ width: 180px; }
.news .news-filter .select-box:before{ display: inline-block; content: "\e916"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.news .news-filter select{ background: transparent; width: 100%; padding: 0px 10px; font-size: 1.3rem; color: #797979; line-height: 1.2; border: 0; border-radius: 0; height: 100%; -webkit-appearance: none; box-sizing: border-box; position: absolute;  }
.news .news-list{ width: 100%; display: flex; flex-wrap: wrap; }
.news .news-list>li{ width: 23%; max-width: 300px; position: relative; margin: 0 1% 50px 1%; background: #fff; transition: all cubic-bezier(.4,0,.2,1);  }
.news .news-list>li:hover{ box-shadow: 5px 10px 10px rgba(0,0,0,.1); }
.news .news-list>li>a{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.news .news-list>li .img-box{ width: 100%; line-height: 0; }
.news .news-list>li .img-box img{ width: 100%; }
.news .news-list>li .txt-box{ font-size: 1.5rem; line-height: 1.68; color: #393939; box-sizing: border-box; padding: 20px 20px 10px 20px; }
.news .news-list>li .info{ min-height: 76px; }
.news .news-list>li .info{ min-height: 76px; }
.news.community .news-list>li .info{ min-height: 90px; color: #7e7e7e;   }
.news .news-list>li .name{ font-weight: bold; }
.news .news-list>li .date{ font-size: 1.3rem; color: #7E7E7E;  margin: 20px 0 0 0; }
.news.community .news-tab>li{ background: #D1D1D1; }
.news .news-tab .type0{ background: #eaeaea; }
.news .news-tab .type1{ background: #9EC8E8; }
.news .news-tab .type2{ background: #C9CC42; }
.news .news-tab .type3{ background: #F37832; }
.news .news-list>li.type0{ border-bottom: 1px solid #eaeaea; }
.news .news-list>li.type1{ border-bottom: 1px solid #9EC8E8; }
.news .news-list>li.type2{ border-bottom: 1px solid #C9CC42; }
.news .news-list>li.type3{ border-bottom: 1px solid #F37832; }
/*.news .news-list>li.type4{ border-bottom: 1px solid #F37832; }*/
.news .detail-page{ display: flex; justify-content: center; /*display: none;*/ }
.news .news-detail{ display: flex; flex-direction: row; align-items: start; }
.news .news-detail>.col-1{ display: flex; justify-content: end; box-sizing: border-box; padding: 50px 0 0 0; margin: 0 30px 0 0; }
.news .news-detail>.col-2{ width: 1000px; background: #fff; font-family: 'Arial'; font-size: 1.5rem; line-height: 1.58; color: #393939; box-sizing: border-box; padding: 40px 40px 40px 40px; }
.news .news-detail>.col-2 .tit{ font-size: 3rem; }
.news .news-detail>.col-2 .tit:after{ content:''; display: block; width: 100%; height: 1px; border-bottom: 1px solid #9EC8E8; margin: 5px 0 5px 0; }
.news .news-detail>.col-2 .date{ display: flex; justify-content: end; align-items: center; font-size: 1.3rem; color: #7e7e7e; margin: 0 0 30px 0; }
.news .news-detail>.col-2 .dot-list>li{ margin: 0 0 20px 0; }
.news .news-detail>.col-2 .table-list>li{ display: flex;  }
.news .news-detail>.col-2 .table-list>li>.col-1{ min-width: 60px; margin: 0 20px 0 0; }
.news .news-detail>.col-2 .img-box{ width: 60%; max-width: 600px; }
.news .news-detail>.col-2 .img-box img{ width: 100%; }
.news .news-detail>.col-2 a{ text-decoration: underline; }
.news .news-detail .video-wrap{ width: 60%; max-width: 600px; }
.news .news-detail .video-box{ width:100%;height:0;padding-bottom:56.25%;position:relative; }
.news .news-detail .video-box iframe{ width:100%;height:100%;position:absolute;left:0;top:0; }
.artist-follow{ display: flex; margin: 10px 0 0 0; }
.artist-follow>li{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 100%; font-size: 1.6rem; color: #fff; background: #cbcbcb; position: relative; transition: all .4s cubic-bezier(.4,0,.2,1); }
.artist-follow>li+li{ margin: 0 0 0 10px; }
.artist-follow>li:hover{ background: #7e7e7e; }
.artist-follow>li>a{ display: block; width: 100%; height: 100%; line-height: 0;  position: absolute; left: 0; top: 0; }

/* common */
.common-wrap{ background: #f5f5f5; box-sizing: border-box; padding: 120px 0 90px 0; }
.common-inner{ width: 100%; max-width: 1300px; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 20px; font-family: 'Arial';  font-size: 1.5rem; line-height: 1.58; color: #393939;  }
.common-header{ font-family: 'trajan-pro-3'; margin: 50px 0 5px 0; }
.common-header.nokv{ margin: 20px 0 5px 0; }
.common-inner .kv-box{ height: 250px; }
.common-inner .kv-box img{ width: 100%; }
.common-header .tit{ display: flex; justify-content: center; align-items: center; font-size: 4rem; color: #7e7e7e; margin: 0  0 25px 0; }

/* warranty */
.warranty-link{ display: flex; justify-content: center; margin: 60px 0 60px 0;  }
.warranty-link>li{ width: 130px; height: 130px; border-radius: 100%; background: rgba(0, 0, 0, .3); font-size: 2rem; color: #fff; position: relative; margin: 0 15px 0 15px; transition: all .4s cubic-bezier(.4,0,.2,1) }
.warranty-link>li:hover{ background: #f37832; }
.warranty-link>li>a{ display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center;  }
.boldlink{ font-weight: bold; text-decoration: underline; }

/* contact */
.contact-form{ width: 480px; margin: 0 auto; font-size: 1.5rem; line-height: 1.58; color: #393939; }
.contact-form a{ color: #f37832;  }
.contact-form>li+li{ margin: 20px 0 0 0; }
.contact-form>li>.col-1{ margin: 0 0 5px 0;  }
.contact-form>li>.col-2{  }
.contact-form>li>.col-2 input[type='text']{ width: 100%; height: 40px; background: #fff; box-sizing: border-box; padding: 0 10px; }
.contact-form>li>.col-1 .must{ font-size: 1.2rem; color: #f37832; }
.contact-form .select-box{ display: inline-block; width: 100%; height: 40px; overflow: hidden; position: relative; vertical-align: middle; background: #fff; }
.contact-form .select-box:before{ display: inline-block; content: "\e916"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);  }
.contact-form select{ background: transparent; width: 100%; padding: 0px 40px 0 10px; font-size: 01.5rem; color: #000; line-height: 1; border: 0; border-radius: 0; height: 100%; -webkit-appearance: none; box-sizing: border-box; position: absolute; }
.contact-form textarea{ width: 100%; height: 90px; box-sizing: border-box; padding: 10px 10px 10px 10px; }
.contact-form .flex-box{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.contact-form .flex-box>.col-1{ display: flex; align-items: center; }
.contact-form .flex-box>.col-2{ display: flex; align-items: center; }
.contact-form .flex-box>.col-2 input[type='text']{ width: 100px; height: 30px; box-sizing: border-box; padding: 0 10px 0 10px; }
.contact-form .flex-box>.col-2 .input-code{ display: flex; align-items: center; margin: 0 10px 0 10px; }
.contact-form .flex-box>.col-2 .btn-reload{ font-size: 2rem; cursor: pointer; }
.contact-form .flex-box>.col-2{}
.contact-form .flex-box .checkradio-box{ display: flex; font-size: 2rem; margin: 0 5px 0 0; }
.contact-form .flex-box .checkradio-box>li{ position: relative; }
.contact-form .flex-box .checkradio-box>li+li{ margin: 0 0 0 10px; }
.contact-form .flex-box input[type=radio]{position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; z-index:2; cursor:pointer; font-size: 20px; color: #8b8b8b; }
.contact-form .flex-box input[type=radio]+ label:before {content:'\e91f'; color:#ccc; margin-right:.2rem;}
.contact-form .flex-box input[type=radio]:checked + label:before {content:'\e953'; color:#f37832;}
.contact-form .flex-box input[type=checkbox]{position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; z-index:2; cursor:pointer; font-size: 20px; color: #8b8b8b; }
.contact-form .flex-box input[type=checkbox]+ label:before {content:'\e91f'; color:#ccc; margin-right:.2rem;}
.contact-form .flex-box input[type=checkbox]:checked + label:before {content:'\e953'; color:#f37832;}

.contact-form input[type='button']{ width: 90px; height: 30px; display: flex; justify-content: center; align-items: center; background: #f37832; color: #fff; font-size: 1.5rem; }
.contact-form input[type='submit']{ width: 90px; height: 30px; display: flex; justify-content: center; align-items: center; background: #f37832; color: #fff; font-size: 1.5rem; }

.contact-form>li.btn{ display: flex; justify-content: end; margin: 30px 0 0 0; }

/* locator */
.map-wrap{   box-sizing: border-box; padding: 120px 0 0 0; }
.map-google{ display: block; width: 100%; height: 490px; }
.locator .locator-select{ display: block; width: 220px; height: 40px; overflow: hidden; background: #f5f5f5; position: relative; vertical-align: middle; margin: 0 auto 30px; }
.locator .locator-select:before{ display: inline-block; content: "\e916"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);  }
.locator .locator-select select{ background: transparent; width: 100%; padding: 0px 10px; font-size: 1.5rem; color: #000; line-height: 1.3; border: 0; border-radius: 0; height: 38px; -webkit-appearance: none; box-sizing: border-box; position: absolute;}
.locator .locator-select select option:not(:checked) { background: #fff; }
.locator .locator-list{ display: none; }
.locator .info-lis>li:before{ color: #f37832; margin: 0 5px 0 0;  }
.locator .info-list .address:before{ content:'\e97b'; }
.locator .info-list .phone:before{ content:'\e946'; }
.locator .info-list .fax:before{ content:'\e989'; }
.locator .info-list .email:before{ content:'\e945'; }
.locator .info-list .web:before{ content:'\e98a'; }
.locator .common-header .tit{ margin: 0 0 0 0; }

/* heritage */
.heritage-list{ display: flex; flex-direction: column; width: 100%; max-width: 1160px; margin: 0 auto; background: url('../images/heritage_bg.svg') repeat-y center top; }
.heritage-list .year{ font-family: 'trajan-pro-3'; font-weight: 400; color: #f37832; font-size: 3rem;  text-align:center; margin: 0 0 10px 0;}
.heritage-list>li{ display: flex; flex-direction: row; align-items: center; width: 70vw; max-width: 800px; background: #fff; box-sizing: border-box; padding: 30px 30px 30px 30px; margin: 20px 0 0 0; font-size: 1.5rem; left: 1.58em; color: #393939; }
.heritage-list>li>.col-1{ width: 300px; flex-shrink: 0; }
.heritage-list>li:nth-child(odd)>.col-1{ margin: 0 40px 0 0; }
.heritage-list>li:nth-child(even)>.col-1{ margin: 0 0 0 40px; }
.heritage-list>li:nth-child(even){ align-self: end; flex-direction: row-reverse; }

/* about */
.about-list{ display: flex; flex-direction: column; width: 100%; max-width: 1160px; margin: 50px auto 0; background: url('../images/about_bg.svg') repeat-y center top; }
.about-list .subtit{ font-family: 'trajan-pro-3'; font-weight: 400; color: #fff; font-size: 3rem;  text-align:left; margin: 0 0 10px 0;}
.about-list>li{ height: 430px; display: flex; flex-direction: row; align-items: end;  box-sizing: border-box; font-size: 1.5rem; left: 1.58em; color: #393939; }
.about-list>li+li{ margin: 80px 0 0 0; }
.about-list>li>.col-1{ width: 500px; flex-shrink: 0; z-index: 2; }
.about-list>li>.col-2{ width: 900px; height: 380px; display: flex; justify-content: center; align-items: center; transform: skewX(15deg); z-index: 1; padding: 0 0 0 0; }
.about-list>li>.col-2 .txt-box{ width: 400px; transform: skewX(-15deg); }
.about-list>li:nth-child(odd)>.col-1{ margin: 0 0 80px -300px; }
.about-list>li:nth-child(even)>.col-1{ margin: 0 -300px 80px 0; }
.about-list>li:nth-child(odd){ flex-direction: row-reverse; }
.about-list>li:nth-child(odd) .txt-box{ margin: 0 250px 0 0; }
.about-list>li:nth-child(even) .txt-box{ margin: 0 0 0 250px; }
.about-list>li:nth-child(1)>.col-2{ background: #9ec8e8; }
.about-list>li:nth-child(2)>.col-2{ background: #c9cc42; }
.about-list>li:nth-child(3)>.col-2{ background: #f37832; }

/* faq */
.faq-list{ width: 100%; max-width: 1100px; margin: 0 auto; font-size: 1.5rem; line-height: 1.58; color: #393939; }
.faq-list>li{ display: flex; flex-direction: row; align-items: start; border-bottom: 1px solid #CBCBCB; box-sizing: border-box; padding: 0 0 30px 0; margin: 0 0 30px 0; }
.faq-list>li>.col-1{ font-size: 2rem; width: 310px; flex-shrink: 0; margin: 0 0 0 0; text-align: left; }
.faq-list .qa-list>li+li{ margin: 30px 0 0 0; }
.faq-list .q-txt{ display: flex; align-items: start; color:#F37832; margin: 0 0 0 -25px; }
.faq-list .q-txt:before{ content: 'Q.'; display: block; font-size: 2rem; margin: -8px 5px 0 0;   }
.faq-list .a-txt a{  text-decoration: underline; color:#F37832; }

/* cookie */
.cookie-box{ width: 100%; max-width: 1100px; margin: 0 auto; font-size: 1.5rem; line-height: 1.58; color: #393939; }
.cookie-box .tit{ font-weight: bold; }
.cookie-box a{ text-decoration: underline; }
.cookie-box table{ width: 70%; border-collapse:collapse; border: 1px solid #393939; }
.cookie-box table td{ border: 1px solid #393939; height: 50px; box-sizing: border-box; padding: 10px 10px 10px 10px; vertical-align:text-top; }

/* cookies pup */
.cookies-pup{ width: 57vw; max-width: 858px; border-radius: 5px; box-sizing: border-box; padding: 20px 20px 20px 20px; background: #fff; border: 1px solid #707070; font-size: 1.5rem; line-height: 1.58; font-family: arial; display: flex; flex-direction: row; position: fixed; left: 50%; top: 95%; transform: translate(-50%,-100%); z-index: 999; }
.cookies-pup .tit{ font-size: 2rem; font-weight: bold; margin: 0 0 10px 0; }
.cookies-pup>.col-1{ width: calc(100% - 220px); box-sizing: border-box; padding: 0 20px 0 0; }
.cookies-pup>.col-1 a{ color: #f37832; text-decoration: underline; }
.cookies-pup>.col-2{ width: 220px; display: flex; flex-direction: column; justify-content: center; }
.cookies-pup>.col-2 .btn{ border-radius: 5px; height: 40px; background: #e2e2e2; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; box-sizing: border-box; padding: 0 15px 0 15px; transition: all .4s cubic-bezier(.4,0,.2,1); }
.cookies-pup>.col-2 .btn:hover{ background: #cbcbcb;  }
.cookies-pup>.col-2 .btn.accept{ background: #f37832; color: #fff;}
.cookies-pup>.col-2 .twobtn{ display: flex; justify-content: space-between; margin: 10px 0 0 0; }
.cookies-pup>.col-2 .twobtn .btn{ width: 48%; }

/* overview-wrap */
.overview-wrap{ display: flex; justify-content: center; align-items: center; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.9); z-index: 99999; overflow: auto; display: none; }
.overview-wrap .privacy-overview{ background: #f3f3f3; width: 700px;  box-sizing: border-box; padding: 30px 30px 30px 30px; font-size: 1.5rem; line-height: 1.58; text-align:justify; border-radius: 5px; margin: 20px 0 20px 0; }
.overview-wrap .privacy-overview .tit{ font-weight: bold; font-size: 2rem; margin: 0 0 10px 0; }
.overview-wrap .privacy-overview>p  a{ color: #f37832;  text-decoration: underline;  }
.overview-wrap .privacy-overview .click-info{ font-size: 1.5rem; line-height: 1.58; background: #fff; box-sizing: border-box; padding: 10px 10px 10px 10px; margin: 20px 0 0 0; }
.overview-wrap .privacy-overview .top-txt{ font-weight: bold; cursor: pointer; }
.overview-wrap .privacy-overview .top-txt span{ margin: 0 8px 0 0; }
.overview-wrap .privacy-overview .top-txt .arrow:before{ content: '\e98c'; color: #f37832; }
.overview-wrap .privacy-overview .click-top{ display: flex; justify-content: space-between;  }
.overview-wrap .privacy-overview .top-txt.active .arrow:before{ content: '\e98d'; }
.overview-wrap .privacy-overview .click-btn{ width: 65px; height: 30px; border-radius: 20px; background: #eaeaea; display: flex; justify-content: space-between; align-items: center; font-size: 1.1rem; color: #f37832; box-sizing: border-box; padding: 0 8px 0 8px; position: relative; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; }
.overview-wrap .privacy-overview .click-btn.active{ background: #cbcbcb; color: #393939; }
.overview-wrap .privacy-overview .click-btn.noclick{ background: #F4F4F4; color: #7E7E7E; }
.overview-wrap .privacy-overview .click-btn span+span{ margin: 0 0 0 5px; }
.overview-wrap .privacy-overview .click-btn .circle{ width: 23px; height: 23px; border-radius: 100px; background: #f37832; position: absolute; left: 5px; top: 50%; transform: translateY(-50%);  transition: all .4s cubic-bezier(.4,0,.2,1); }
.overview-wrap .privacy-overview .click-btn.active .circle{ background: #393939; left: 55%; }
.overview-wrap .privacy-overview .click-btn.noclick .circle{ background: #EAEAEA; left: 5px; }
.overview-wrap .privacy-overview .click-info .info-txt{ box-sizing: border-box; padding: 0 30px 0 21px; margin: 10px 0 0 0; display: none; }
.overview-wrap .privacy-overview .btn-box{ display: flex; justify-content: space-between; margin: 20px 0 0 0; }
.overview-wrap .privacy-overview .btn-box .btn{ border-radius: 5px; height: 40px; background: #e2e2e2; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; box-sizing: border-box; padding: 0 15px 0 15px; transition: all .4s cubic-bezier(.4,0,.2,1); }
.overview-wrap .privacy-overview .btn-box .btn:hover{ background: #cbcbcb;  }
.overview-wrap .privacy-overview .btn-box .btn.accept{ background: #f37832; color: #fff;}
.overview-wrap .privacy-overview .btn-box .col-1{ display: flex; justify-content: space-between; margin: 0 0 0 0; }
.overview-wrap .privacy-overview .btn-box .col-1 a{ width: 105px; }
.overview-wrap .privacy-overview .btn-box .col-1 a+a{ margin: 0 0 0 10px; }
.overview-wrap .privacy-overview .btn-box .col-2{ width: 150px; }

/* privacy */
.privacy-box{ width: 100%; max-width: 1100px; margin: 0 auto; font-size: 1.5rem; line-height: 1.58; color: #393939; }
.privacy-box .tit{ font-weight: bold; }
.privacy-box a{ text-decoration: underline; }
.privacy-box table{ width: 70%; border-collapse:collapse; border: 1px solid #393939; }
.privacy-box table td{ border: 1px solid #393939; height: 50px; box-sizing: border-box; padding: 10px 10px 10px 10px; vertical-align:text-top; }

/*  gototop  */
.gototop{ display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 11px; color: #7e7e7e; position: fixed; right: 25px; bottom: 280px; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; display: none; z-index: 1;  }
.gototop:hover{ color: #f37832;  }
.gototop:hover>span:first-child{ background: #f37832; }
.gototop>span:first-child{ width: 1px; height: 55px; background: #7e7e7e; margin: 0 0 10px 0; }
.gototop>span:last-child{  writing-mode:vertical-rl; }

/* search */
.search-wrap{ width: 100vw; height: calc(100vh - 90px); background: rgba(0, 0, 0, .4); position: fixed; left: 0; top: 90px; display: none; }
.jupiter-search{ width: 800px; height: auto; background: #fff; position: fixed; right: 0; top: 90px; box-sizing: border-box; padding: 30px 40px 40px 40px; }
.jupiter-search .icon-close{ font-size: 2rem; color: #707070; position: absolute; right: 30px; top: 15px; cursor: pointer; transition: all .4s cubic-bezier(.4,0,.2,1); }
.jupiter-search .icon-close:hover{ transform:rotate(180deg); color: #f37832; } 
.jupiter-search .search-form{ display: flex; align-items: center; }
.jupiter-search .search-form .col-1 span{ font-size: 6rem; color: #e2e2e2; margin: 0 15px 0 0; }
.jupiter-search .search-form .col-2{ width: 270px; }
.jupiter-search .search-form .col-2 .tit{ font-family: trajan-pro-3; font-weight: 400; font-size: 2.2rem; color: #393939; margin: 0 0 0 0;  }
.jupiter-search .search-form .col-2 input[type=text]{ font-size: 1.5rem; color: #7e7e7e; width: 100%; height: 30px; border-bottom: 1px solid #7E7E7E; }
.jupiter-search .search-scroll{ height: calc(650px - 70px - 90px - 35px); margin: 35px 0 0 0;  }
.jupiter-search .search-list{  display: flex; flex-direction: row; }
.jupiter-search .search-list>.col-1{ width: 170px; border: 1px solid #CBCBCB; border-width: 0 1px 0 0; box-sizing: border-box; padding: 0 20px 0 0; flex-shrink: 0;  } 
.jupiter-search .search-list>.col-2{ box-sizing: border-box; padding: 0 0 0 10px; width: 100%; height: calc(650px - 70px - 90px - 35px); overflow: scroll; overflow-x: hidden; }
.jupiter-search .search-list>.col-2::-webkit-scrollbar{ background: #E2E2E2; width: 2px; }
.jupiter-search .search-list>.col-2::-webkit-scrollbar-thumb{ background: #7E7E7E;  }
.jupiter-search .search-list .results-num{ font-size: 1.5rem; color: #393939; margin: 0 0 40px 0; }
.jupiter-search .search-list .results-num span{ font-size: 1.3rem; }
.jupiter-search .search-list .search-category{ font-size: 1.3rem; }
.jupiter-search .search-list .search-category>li{ display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.jupiter-search .search-list .search-category>li+li{ margin: 20px 0 0 0; }
.jupiter-search .search-list .search-category>li>.cateory-item{ display: flex; align-items: center; }
.jupiter-search .search-list .search-category>li>.cateory-item:before{ content: '\e922'; color: #f37832; margin: 0 5px 0 0; }
.jupiter-search .search-list .search-category>li>.cateory-item p{ font-family: trajan-pro-3; font-weight: 400; color: #000; }
.jupiter-search .search-list .search-category>li>.cateory-item p:after{ content:''; display: block; border-bottom: 1px solid #707070; }
.jupiter-search .search-list .search-category>li.active>.cateory-item:before{ content: '\e974'; color: #f37832;  }
.jupiter-search .search-list .search-category .search-num{ color: #7e7e7e; }
.jupiter-search .search-list .list-box{ font-size: 1.5rem; line-height: 1.58; color: #393939; list-style: disc; margin: 0 0 0 25px; }
.jupiter-search .search-list .list-tit{ color: #393939; }
.jupiter-search .search-list p{ color: #7e7e7e; }
.jupiter-search .search-list .list-box>li+li{ margin: 40px 0 0 0; }
.jupiter-search .search-list .list-tit{ display: inline-block; margin: 0 0 8px 0; }
.jupiter-search .search-list .list-tit:after{ display: block; content: ''; border-bottom: 1px solid #707070; }
.jupiter-search .search-list .list-tit a{ transition: all .4s cubic-bezier(.4,0,.2,1); }
.jupiter-search .search-list .list-tit a:hover{ color: #f37832; }

/* filter */
.filter-box{ position: fixed; left: 0; top: 100px; z-index: 999;  }
.filter-box .filter-top{ font-size: 1.5rem; color:#8A8D0C; width: 100px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 0 5px 0 0; background: #edefb5; cursor: pointer; }
.filter-box .filter-top:before{ content: '\e97f'; margin: 0 6px 0 0; }
.filter-box .filter-top:before{ content: '\e97f'; margin: 0 6px 0 0; }
.filter-box .filter-list{ width: 320px; box-sizing: border-box; padding: 30px 30px 20px 20px; background: #edefb5dd; border-radius: 0 5px 5px 0; color: #393939; position: relative; list-style: disc; font-size: 1.5rem; line-height: 1.68; display: none;  }
.filter-box .filter-list>li{ margin: 0 0 0 20px; }
.filter-box .filter-list>li+li{ margin: 10px 0 0 20px; }
.filter-box .filter-list .icon-close{ font-size: 1.6rem; position: absolute; right: 10px; top: 15px; color: #707070; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; }
.filter-box .filter-list .icon-close:hover{ color: #f37832; transform: rotate(188deg); }
.filter-box .filter-list .select-box{ display: inline-block; width: 100%; height: 25px; overflow: hidden; background: #fff; position: relative; vertical-align: middle;  }
.filter-box .filter-list .select-box:before{ display: inline-block; content: "\e916"; font-size: 1.2rem; color: #7e7e7e; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.filter-box .filter-list .select-box select{ background: transparent; width: calc(100%); font-size: 1.5rem; color: #707070; line-height: 1; border: 0; border-radius: 0; height: 25px; -webkit-appearance: none; box-sizing: border-box; padding: 0 20px 0 10px; position: absolute; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.filter-box .filter-list .btn-box{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.filter-box .filter-list .btn-box>li{ display: flex; justify-content: center; align-items: center; width: 48%; height: 25px; border: 2px solid #C9CC42; font-size: 1.3rem; box-sizing: border-box; cursor: pointer; box-sizing: border-box; padding: 0 5px;  }
.filter-box .filter-list .btn-box>li span{ width: 100%; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.filter-box .filter-list .btn-box>li:hover { border-color: #fff; background: #fff; color: #7e7e7e; }
.filter-box .filter-list .btn-box > li.active { border-color: #fff; background: #fff; color: #7e7e7e; border-color: #C9CC42;   }
.filter-box .filter-list .btn{ display: flex; justify-content: center; align-items: center; width: 90px; height: 25px; background: #c9cc42; margin: 30px auto 0 auto; transition: all .4s cubic-bezier(.4,0,.2,1); cursor: pointer; }
.filter-box .filter-list .btn:hover{ background: #fff; color: #7e7e7e; }

/* compare */
.compare-pup{ font-family: Arial; font-size: 1.5rem; line-height: 1.58; width: 320px; border-radius: 18px 18px 0 0; background: #e2e2e2; position: fixed; right: 10px; bottom: -323px; box-sizing: border-box; padding: 8px 10px 20px 10px; z-index: 1; }
.compare-pup .compare-top{ display: flex; justify-content: space-between; color: #0074b7; margin: 0 0 10px 0; cursor: pointer;  }
.compare-pup .compare-top>p:before{ content: '\e980'; margin: 0 5px 0 0;  }
.compare-pup .compare-top>span{ width: 25px; height: 25px; border-radius: 100%; background: #9ec8e8; display: flex; justify-content: center; align-items: center; }
.compare-pup .compare-list{  }
.compare-pup .compare-list>li{ width: 100%; min-height: 80px; background: rgba(255,255,255,.3); position: relative; box-sizing: border-box; padding: 10px 10px 10px 10px;  }
.compare-pup .compare-list>li.active{ background: #fff; }
.compare-pup .compare-list>li+li{ margin: 10px 0 0 0; }
.compare-pup .compare-list>li .trash-btn{ position: absolute; right: 5px; bottom: 5px; cursor: pointer; }
.compare-pup .compare-list>li .trash-btn:after{ content: '\e981'; color: #9ec8e8; font-size: 1.3rem; }
.compare-pup .btn-box{ display: flex; justify-content: center; align-items: center; font-size: 1.3rem; margin: 15px 0 0 0; }
.compare-pup .btn-box>li{ width: 75px; height: 25px; display: flex; justify-content: center; align-items: center; color: #fff; background: #0074b7; cursor: pointer; }
.compare-pup .btn-box>li.noclick{ background: #9ec8e8; }
.compare-pup .btn-box>li+li{ margin: 0 0 0 10px; }
 


}





/* $1025~1279
--------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px) and (max-width:1279px){


}