@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello_custom/fontello.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

/*----------------------------------------
Jhuang Ping Reset (c) 
v1.0 | 2018.05.31
----------------------------------------*/
/* Reset ====================================================================*/
body, div, ul, ol, li, form, input, textarea, th, td { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

ol, ul { list-style: none; }

figure { margin: 0px; padding: 0px; }

img { max-width: 100%; height: auto; border: 0; }

.table_scroll { overflow-x: auto; }

a { text-decoration: none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input { outline: none; }

/* Default ====================================================================*/
body { font-family: Arial,'Microsoft JhengHei', sans-serif; font-size:15px; line-height: 24px; letter-spacing: 0px; color: #5C646F; overflow-x: hidden; }

.wrap { max-width: 1170px; margin: 0 auto; padding: 0 15px; }

.main { margin-bottom: 110px; }
.main .wrap { max-width: 1170px; margin-top: 40px; }

.table_scroll { overflow-x: auto; }

.mobile { display: none; }
.edit-box .gray{ color:#949494; }
/* Fonts ======================================================================*/
@font-face { font-family: 'OpenSans'; font-style: normal; font-weight: normal; src: url("fonts/open_sans/OpenSans-Regular.ttf"); src: url("fonts/open_sans/OpenSans-Regular.ttf") format("truetype"), url("fonts/open_sans/OpenSans-Light.ttf") format("truetype"), url("fonts/open_sans/OpenSans-Bold.ttf") format("truetype"), url("fonts/open_sans/OpenSans-SemiBold.ttf") format("truetype"); }

/* Button ======================================================================*/
[class^="btn-"] { cursor: pointer; transition: all .2s; }

.btn-moreText { display:inline-block; color:#628e59; font-size:12px; }
.btn-moreText:hover { opacity: .5; }

.btn-idxnews { font-size: 17px; padding: 10px 60px; color: #fff; background: #2D547F; }
.btn-idxnews:hover { background: #666; box-shadow: 0 0 10px #333 inset; }

.btn-submit { color: #fff; background: #506a85; padding: 10px 60px; position: relative; transition:.2s; bottom: 0; }
.btn-submit:hover { box-shadow: 0 4px 4px 0 rgba(51, 51, 51, .4); border-bottom: 8px #2a3847 solid; bottom: 8px; }
.btn-submit:active{ border-bottom-width: 0; bottom: 0; }

.btn-reset { color: #fff; background: #6B6B6B; padding: 10px 60px; position: relative; transition:.2s; bottom: 0; }
.btn-reset:hover { box-shadow: 0 4px 4px 0 rgba(51, 51, 51, .4); border-bottom: 8px #505050 solid; bottom: 8px; }
.btn-reset:active{ border-bottom-width: 0; bottom: 0; }

.btn-delete { color: #fff; font-size: 15px; line-height: 15px; background: #7A7A7A; padding: 9px 35px; }
.btn-delete::before{ content: '\f2ed'; margin-right: 8px; font-family: FontAwesome;  }
.btn-delete:hover { background: #333; box-shadow: 0 0 10px #000 inset; }

.btn-inquiry { color: #fff; font-size: 15px; line-height: 15px; background: #4ba739; padding: 8px 32px; display: inline-block; vertical-align: top; }
.btn-inquiry:before { content: '+'; display: inline-flex; font-size: 16px; border-radius: 100%; border: 1px solid #fff; margin-right: 8px; width: 18px; height: 18px; /*align-items: center;*/ justify-content: center; line-height:19px }
.btn-inquiry:hover { background: #666; box-shadow: 0 0 5px #333 inset; }

.btn-back { color: #fff; font-size: 15px; line-height: 15px; background: #949494; padding: 8px 32px; position:relative; display: inline-flex; align-items: center; }
.btn-back:before { content: ''; display: inline-block; border-radius: 100%; border: 1px solid #fff; margin-right: 8px; width: 18px; height: 18px; align-items: center; justify-content: center; }
.btn-back:after { content: ''; position: absolute; width: 0; height: 0; border-style: solid; border-width: 5px 8px 5px 0; border-color: transparent #fff transparent transparent; top: 50%; left: 37px; transform: translateY(-50%); }
.btn-back:hover { background: #666; box-shadow: 0 0 5px #333 inset; }

.btn-newsback { display: inline-flex; align-items: center; color: #fff; font-size: 15px; line-height: 15px; background: #949494; padding: 7px 30px; }
.btn-newsback:before { content: '\f0d9'; font-family: FontAwesome; font-size: 10px;border-radius: 100%;border: 1px solid #fff;border-radius: 100%;padding: 1px 4px;margin-right: 8px;height: 14px;width: 14px;display: inline-flex;padding: 0;align-items: center;justify-content: center; }
.btn-newsback:hover { background: #666; box-shadow: 0 0 5px #333 inset; }

.btn-print { color: #fff; font-size: 15px; line-height: 15px; background: #506a85; padding: 8px 32px; display: inline-block; vertical-align: top; }
.btn-print:before { content: '\e806'; font-family: 'fontello'; display: inline-block; font-size: 16px; margin-right: 8px; width: 18px; height: 18px;}
.btn-print:hover { background: #666; box-shadow: 0 0 5px #333 inset; }

.btn-download { color: #fff; font-size: 15px; line-height: 15px; background: #949494; padding: 8px 32px; position:relative; display: inline-flex; align-items: center; }
.btn-download:before { content: '\e810'; font-family: 'fontello'; display: inline-block;  font-size: 16px; margin-right: 8px; width: 18px; height: 18px; }
.btn-download:hover { background: #666; box-shadow: 0 0 5px #333 inset; }

.btn-nav::before, .btn-nav::after{ display:block; position:absolute; top:50%; right:12px; transform:translateY(-50%); font-family: FontAwesome; font-style: initial; transition:.2s linear; }
.btn-nav::before{ content: '\f106'; opacity:0; }
.btn-nav::after{ content: '\f107'; opacity:1; }
.open .btn-nav::before{ opacity:1; }
.open .btn-nav::after{ opacity:0; }
@media only screen and (min-width: 993px) { .btn-nav{ display:none; } }

.product-list .btn-product-add span { position: relative; display: inline-block; margin-top: 10px; padding: 4px 40px 4px 64px; color:#686868; transition: .2s linear; border-radius: 2px; }
.product-list .btn-product-add:hover span{ background: #3c5065; color:#fff; }
.btn-product-add span::before { content: '+'; font-size:1.2rem; position: absolute; top: 50%; left: 43px; transform: translateY(-50%); }
.btn-product-add span::after { content:''; border: 1px solid #686868; width: 16px; height: 16px; border-radius:100%; position: absolute; top: 50%; left: 40px; transform: translateY(-50%); }
.btn-product-add:hover span::after { border: 1px solid #fff; }

[class^="btn-pro-"] { color: #fff; border-radius: 20px; border-radius: 20px; background: #f5b800; padding: 4px 20px; }
[class^="btn-pro-"]:before, [class^="btn-pro-"]:after { font-family: FontAwesome; }
[class^="btn-pro-"]:hover { opacity: .5; }

.btn-pro-prev:before { content: '\f053'; padding-right: 8px; }

.btn-pro-next:after { content: '\f054'; padding-left: 8px; }

@media only screen and (max-width: 425px) { .btn-submit, .btn-reset { padding: 10px 30px; } }
/* Header =====================================================================*/
header { display: flex; background:#fff; }
header .wrap { z-index:9; padding:12px 0 0; display:flex; position:relative; width:100%; }

.logo { display:flex; align-items:flex-end; padding-bottom:20px; }

/* Menu =======================================================================*/
.menu { display: flex; flex-direction: column; }
.menu .drop-down { position: relative; }
.menu .menu-list { display: none; position: absolute; }

.menuBtn { width: 40px; height: 30px; cursor: pointer; position: absolute; z-index: 99991; top: 10px; right: 5%; display: none; flex-direction: column; justify-content: space-around; align-items: center; }
.menuBtn span { width: 70%; height: 3px; display: block; background: #5C646F; border-radius: 5px; transition: all .2s; }
.menuBtn.open span { position: absolute; background: #fff;}
.menuBtn.open span:nth-child(1) { transform: rotate(-45deg); }
.menuBtn.open span:nth-child(2) { transform: rotate(45deg); }
.menuBtn.open span:nth-child(3) { opacity: 0; }

.menuList { display: none; position: absolute; top: 0px; right: 0px; width: 50px; height: 55px; }
.menuList:before, .menuList:after { content: ''; position: absolute; top: 50%; right: 5px; display: block; background: #fff; width: 10px; height: 1px; transition: all .2s; }
.menuList:after { transform: rotate(90deg); }
.menuList.open:after { transform: rotate(180deg); }

.menu-down { order: 2; display: flex; flex-direction: row; font-size: 12px; margin:48px 0; }
/* .menu-down>li { margin:0 0 0 74px; } */
.menu-down li:hover a:before { width: 100%; border-radius: 0px; left: 0px; }
.menu-down>li>a { color: #000; text-transform: uppercase; white-space: nowrap; }
.menu-down a { display: block; position: relative; overflow: hidden; margin: 0 0 0 30px;}
.menu-down a:before { content: ''; background: #375f2e; position: absolute; left: 50%; bottom: 0px; width: 0px; height: 3px; border-radius: 10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.menu-up { order: 1; display: flex; flex-direction: row; justify-content: flex-end; margin-bottom:15px; color: #fff; font-size: 13px; }
.menu-up li { padding:0 10px; display: flex; align-items: center; position: relative; }
.menu-up li:first-child a:before{ content: '\f0e8'; }
.inquiry{ position: relative; }
.inquiry_no{
    position: absolute;
    left: 23px;
    top: 1px;
    color: #ffffff;
    background-color: #ff8100;
    border-radius: 100%;
    padding: 0 7px;
    display: block;
  }

.menu-up li:nth-last-child(2) { padding-right: 12px; }
.menu-up li:last-child { padding-left: 12px; position: relative; }
.menu-up li:last-child:before { content: ''; position: absolute; top: 15%; left: -1px; width: 1px; height: 70%; background: #939393; }
.menu-up li a { color: #fff; text-transform: uppercase; }
.menu-up li a:before { vertical-align: middle; font-family: FontAwesome; content: ''; border: 1px solid #fff; border-radius: 100%; padding: 5px; margin-right: 8px; }
.menu-up li:nth-of-type(2) a:before { margin-right: 16px; }
.menu-up li a:hover { opacity: .5; }
.menu-up li.inquiry a:before { content: '\f0e0'; }
.menu-up li.search a:before { content: '\f002'; }
.menu-up li.search input { width: 0px; border: none; border-radius: 50px; padding: 0px; background:#fff; color:#506a85; margin-left:0px; transition: all .2s; }
.menu-up li.search:hover input { width: 115px; margin-left: 6px; padding: 3px 8px; }

.menuBasic .drop-down { position: relative; }
.menuBasic .menu-list { position: absolute; left: calc(50% - 105px); width:210px; padding-top: 30px; }
.menuBasic .menu-list:before { content: ''; width: 1px; height: 1px; position: absolute; top: 11px; left: calc(50% - 10px); border-style: solid; border-width: 9px; border-color: transparent transparent rgba(0,0,0,1) transparent; }
.menuBasic .menu-list li { position: relative; padding-left: 15px; background: rgba(0,0,0,1); }
.menuBasic .menu-list li:first-child { padding-top: 20px; }
.menuBasic .menu-list li:last-child { padding-bottom: 20px; }
.menuBasic .menu-list li a { padding: 10px 15px 10px 10px; color:#c0c0c0; font-size: 16px;}
.menuBasic .menu-list li a:hover { color:#fff; }
.menuBasic .menu-list li a:before { content: ''; display: inline-block; width: 1px; height: 1px; background: transparent; position: absolute; top: calc(50% - 3px); left: 0px; border-style: solid; border-width: 3px; border-radius: 0px; border-color: transparent transparent transparent #fff; }
.menuBasic .menu-list li a:hover { color: #f7e43c; }

/* Language ===================================================================*/
.lang { font-size: 12px; }

.btn-lang { position: relative; display: flex; justify-content: space-between; cursor: pointer; border:1px solid #fff; padding: 4px 5px 4px 10px; line-height: 12px; text-transform: uppercase; transition: all .2s; }
.btn-lang:before { position: absolute; right: 4px; content: ''; width: 13px; height: 12px; background: #17520a; }
.btn-lang:after { position: relative; z-index: 1; font-family: FontAwesome; content: '\f0d7'; display: flex; justify-content: center; width: 12px; color: #fff; margin-left: 10px; transition: all .2s; font-size: .5rem;  }
.btn-lang.open:after { transform: rotate(180deg); }
.btn-lang:hover { box-shadow: 0 0 3px #000 inset; }

.lang-options { z-index:1; display: none; position: absolute; top: 23px; left: 12px; width: calc(100% - 17px); }
.lang-options a { width: calc(100% - 22px); display: block; padding: 5px 10px; background: #a5a5a5; border: 1px solid #fff; border-bottom: none; transition: all .2s; }
.lang-options a:first-child{ border-top:0; }
.lang-options a:before { display: none; }
.lang-options a:last-child { border-bottom: 1px solid #fff; }
.lang-options a:hover { background: #FF9800; opacity: 1 !important; }


@media only screen and (max-width: 1200px) {
  .menu-down a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 25px;
    font-size: 12px;
}
}
@media only screen and (min-width: 993px) { 
  header::before { background: #628e59; content: ''; width: 100%; height: 51px; display: block; position: absolute; }  
}
@media only screen and (max-width: 992px) { 
  header .wrap{ display:flex; padding: 43px 5% 0 5%; padding-top:8px; }
  .logo{ padding-bottom:8px; width: 44px; }
  .wrap { padding: 0 5%; }
  header.menuOpen .wrap { background: #506a85; }
  header .wrap { flex-direction: column; align-items: flex-start; transition: all 1s; }
  .menu { display: none; width: 100%; position:relative;}
  .menuBtn { display: flex; }
  .menuList { display: block; }
  .menu-down { order: 1; flex-direction: column; padding: 0; margin-bottom:24px; }
  .menu-down > li{ margin: 0; }
  .menu-down li a { color:#fff; padding: 15px 12px;  text-transform: capitalize; }
  .menu-down li:not(:last-child) a { border-bottom: 1px solid #fff; }
  .menu-down a:before { display: none; }
  .menu-up { order: 2; font-size: 15px; position: absolute; top: 4px; }
  .menu-up li.search { display: flex; width: 100%; }
  .menu-up li.search input { width: 80%; margin-left: 6px; padding: 4px 12px; background: #fff; color: #252525; }
  .menu-up li.search:hover input { width: 80%; padding: 4px 12px; }
  .menu-up li:last-child:before { display: none; }
  .menuBasic .menu-list { position: static; width: 100%; padding-top: 0px; }
  .menuBasic .menu-list:before { display: none; }
  .menuBasic .menu-list li { padding: 0px; background: #5d5d5d; }
  .menuBasic .menu-list li a { padding: 15px 12px 15px 30px; border-bottom: none; font-size: 15px; color:#fff; }
  .menuBasic .menu-list li a:before { left: 15px; border-color: transparent transparent transparent #95EEDC; }
  .btn-lang { background: transparent; border-color:transparent transparent #fff transparent; color: #fff; font-size: 18px; line-height: 24px; padding: 15px 12px; text-transform: capitalize; }
  .btn-lang:before, .btn-lang:after { position: absolute; top: 30px; right: 5px; background: #fff; width: 10px; height: 1px; content: ''; margin: 0px; }
  .btn-lang:after { transform: rotate(90deg); }
  .btn-lang:hover { box-shadow: none; }
  .lang-options { position: static; width: 100%; }
  .lang-options a { width: initial; font-size: 15px; background: #5d5d5d; border: none; padding: 15px 11px 15px 30px !important; display: block; position: relative; }
  .lang-options a:before { content: ''; width: 1px; height: 1px; background: transparent; position: absolute; display: inline-block; top: calc(50% - 3px); left: 15px !important; border-style: solid; border-width: 3px; border-radius: 0px; border-color: transparent transparent transparent #95EEDC; }
  .inquiry{ 
    list-style: none;
    position: absolute; 
    top: 13px;
    right: 90px;
  }
  .inquiry a{ color: #506A85; }
  .menuOpen .inquiry a{ color: #fff; }
  .inquiry_no{ left: -26px; top: auto; }
}

@media only screen and (max-width: 768px) { .mobile { display: block; }
  .pc { display: none; } }


.btn-prevent {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}