@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,  img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend,  caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ul.dates, ul#pbox, ul#pbox_result, .sideBar ul { list-style: none; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

ul.dates li, ul#pbox li, ul#pbox_result li, .sideBar ul li { margin: 0; padding: 0; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ""; content: none; }

q:before, q:after { content: ""; content: none; }

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

@keyframes fadeIn { from { opacity: 0; visibility: hidden; }
  to { opacity: 1; visibility: visible; } }
@keyframes fadeInUpSmall { 0% { opacity: 0; visibility: hidden; transform: translateY(5%) scale(0.9); }
  100% { opacity: 1; visibility: visible; transform: translateY(0) scale(1); } }
@keyframes slideUp { from { transform: translateY(10%); }
  to { transform: translateY(0); } }
@keyframes slideDown { from { transform: translateY(-100px); }
  to { transform: translateY(0); } }
input[type="button"], input[type="submit"], span.pagenavi a, .Content-bottom span a, form[name=urlchk] input[type=submit] { font-family: "Poppins", Microsoft JhengHei, "Titillium Web", sans-serif; font-style: normal; font-weight: 700; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border: none; background-color: #01c6fa; color: #FFFFFF; display: block; height: auto; line-height: normal; padding: 0.35em 1.5em; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-appearance: none; }
input[type="button"]:hover, input[type="submit"]:hover, span.pagenavi a:hover, .Content-bottom span a:hover, form[name=urlchk] input[type=submit]:hover { cursor: pointer; opacity: 1; background-color: #fc4241; }
input[type="button"]:focus, input[type="submit"]:focus, span.pagenavi a:focus, .Content-bottom span a:focus, form[name=urlchk] input[type=submit]:focus { border: none; outline: none; text-decoration: none; }
input[type="button"]:active, input[type="submit"]:active, span.pagenavi a:active, .Content-bottom span a:active, form[name=urlchk] input[type=submit]:active { opacity: 1; }

form table, form textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="button"], input[type="submit"] { display: inline-block; }

/* Tables */
table { width: 100%; }
table.default { width: 100%; }
table.default tr { border-top: solid 1px #dddddd; }
table.default tr:first-child { border-top: 0; }
table.default td { padding: 0.5em 1em 0.5em 1em; }
table.default th { text-align: left; padding: 0.5em 1em 0.5em 1em; font-weight: 700; margin: 0 0 1em 0; }
table.default thead { border-bottom: solid 2px #dddddd; }

/*Layout*/
* { word-wrap: break-word; }

html, body { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; background-color: #F2F3F8; margin: 0 auto; max-width: 100%; font-size: 1em; }
@media (min-width: 1200px) { html, body { font-size: 16px; } }

body.is-loading * { -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; }

.headWrp { position: fixed; top: 0; -webkit-box-shadow: 0 1px 5px -1px #CBCBD2; -moz-box-shadow: 0 1px 5px -1px #CBCBD2; -o-box-shadow: 0 1px 5px -1px #CBCBD2; box-shadow: 0 1px 5px -1px #CBCBD2; z-index: 2000; width: 100%; max-width: 100%; background: #FFFFFF; }
.headWrp .head { position: relative; max-width: 1440px; margin: 0 auto; padding: 1em 0; }
.headWrp .head .lgg { position: absolute; top: 1em; right: 2em; }
.headWrp .head .lgg select, .headWrp .head .lgg select > option { display: none; }
.headWrp .head .logo, .headWrp .head .menu { display: inline-block; vertical-align: top; padding: 1em 0 0 2em; }
.headWrp .head .logo a { -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; font-size: 1.75em; font-weight: 500; }

.contentWrp { max-width: 100%; }
.contentWrp .content { max-width: 1440px; margin: 0 auto; }

.footWrp { border-top: 1px solid #F2F3F8; padding: 2em 1em 1em 1em; }
.footWrp .foot { font-size: 0.9em; width: 100%; height: auto; text-align: center; }
.footWrp, .footWrp a { color: #9C9C9C; }
@media (min-width: 992px) { .footWrp { border-top: 0; }
  .footWrp a:hover { color: #fc4241; }
  .footWrp #hostingUrlTw { text-align: right; padding-right: 20px; opacity: .5; } }

#titleBar, #navPanel { display: none; }

#subemail { border: 1px solid #ccc; width: 100%; margin: 5px 0; }

#scrollator_holder { display: none; }

/*Typography*/
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { font-family: "Poppins", Microsoft JhengHei, "Titillium Web", sans-serif; font-style: normal; font-weight: 400; font-size: 1em; line-height: 1.5em; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 { font-family: "Poppins", Microsoft JhengHei, "Titillium Web", sans-serif; font-style: normal; font-weight: 700; color: #3F3F44; line-height: 1.0; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

p { font-family: "Poppins", Microsoft JhengHei, "Titillium Web", sans-serif; font-style: normal; font-weight: 400; font-size: 1em; line-height: 1.5em; color: #3F3F44; line-height: 1.5em; margin-bottom: 10px; }

li, dd { font-size: 1em; line-height: 1.5em; line-height: normal; }

a { font-family: inherit; font-style: normal; font-weight: 400; color: #3F3F44; text-decoration: none; }
a:hover { color: #01c6fa; }
a:active, a:focus { outline: none; }

/*Menu*/
.dmSubmenu table { position: relative; }
.dmSubmenu table td { -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; font-weight: 700; padding-right: 1.5em; letter-spacing: 1px; }
.dmSubmenu table td:hover { cursor: pointer; }

.dmText1 { color: #3F3F44; }

.dmText2 { color: #01c6fa; }
.dmText2 > .caret::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.dmSubmenu td:hover > .caret::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

#dm0m0 .dmSubmenu { padding-bottom: 1em; }
#dm0m0 .dmSubmenu td table td::after { position: absolute; right: 0.25em; content: '｜'; color: #F2F3F8; font-weight: normal; }
#dm0m0 .dmSubmenu td:nth-last-of-type(1) table td::after { opacity: 0; visibility: hidden; display: none; }

.caret { @inlude relative; }
.caret::before { text-decoration: none; content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; -webkit-transition: transform 400ms ease-in; -moz-transition: transform 400ms ease-in; -ms-transition: transform 400ms ease-in; transition: transform 400ms ease-in; margin-left: .3em; font-size: 0.8em; }

#dmD0 .dmSubmenu { width: auto; min-width: 20em; padding: 0; background: #FFFFFF; font-size: 0.9em; }
#dmD0 .dmSubmenu table { position: relative; border-bottom: 1px solid #E7E7EC; }
#dmD0 .dmSubmenu table::before { position: absolute; top: 0.25em; left: 0.5em; text-decoration: none; content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; -webkit-transition: all 275ms ease-in-out; -moz-transition: all 275ms ease-in-out; -ms-transition: all 275ms ease-in-out; transition: all 275ms ease-in-out; color: #fc4241; opacity: 0; }
#dmD0 .dmSubmenu table td { -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; padding: .3em 1.75em; }
#dmD0 .dmSubmenu table:hover td { -webkit-transform: translateX(1em); -ms-transform: translateX(1em); transform: translateX(1em); }
#dmD0 .dmSubmenu table:hover::before { animation: fadeIn 250ms forwards; left: 1.75em; opacity: 1; }
#dmD0 .dmSubmenu .dmText2 { color: #fc4241; }

/*Banners*/
.idx .bannerWrp .banner { position: relative; opacity: 0; visibility: hidden; animation: fadeInUpSmall .5s forwards; padding-bottom: 54.1666666%; width: 100%; height: 0; background: #fc4241; background: url(images/idx_banner.jpg) left top no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow: hidden; }
.idx .bannerWrp .banner img { width: 100%; min-width: 100%; }

.ins .bannerWrp { position: relative; padding-bottom: 25%; height: 0; overflow: hidden; }
.ins .bannerWrp > figure { position: absolute; top: 0; left: 0; width: 100%; max-width: 100%; height: 100%; }
.ins .bannerWrp > figure img { width: 100%; height: 100%; }
.ins .bannerWrp > #banner-wrapper-img { width: 100%; }

@media (min-width: 991px) { .idx .bannerWrp, .ins .bannerWrp { margin-top: 85px; } }
/*NewsWrp*/
.newsWrp .news, .newsWrp .slider, .newsWrp .intro { position: relative; padding: 3% 0; }
.newsWrp .news .title, .newsWrp .slider .title, .newsWrp .intro .title { padding: .5em 1em; font-size: 1.25em; font-weight: 600; letter-spacing: 1px; text-align: center; }
.newsWrp .news .title a, .newsWrp .slider .title a, .newsWrp .intro .title a { display: block; margin: .5em 0; }
.newsWrp .news .title a::after, .newsWrp .slider .title a::after, .newsWrp .intro .title a::after { -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; transition: all 300ms ease-in; text-decoration: none; content: "more "; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; color: #9C9C9C; font-weight: 700; padding: .35em 1em; border: 2px solid #E0E1E9; }
.newsWrp .news .title a:hover::after, .newsWrp .slider .title a:hover::after, .newsWrp .intro .title a:hover::after { border-color: #fc4241; color: #fc4241; }

.news { background-color: #F2F3F8; }
.news p { position: relative; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; padding: 0; margin: 0 auto; border-bottom: 2px solid #E7E7EC; padding: .6em .5em; width: 85%; max-width: 1440px; }
.news p a { display: block; width: 95%; height: 100%; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .3s ease; padding: .5em; font-weight: bold; }
.news p span { position: absolute; top: 30%; right: 0; color: #3F3F44; background: #F2F3F8; padding: 0 .75em; }
.news p:nth-last-of-type(1) { border-bottom: 2px solid rgba(231, 231, 236, 0); }
.news p:hover { border-color: #fc4241; }
.news p:hover > a { transform: translateX(1.5em); color: #fc4241; }

.slider { background-color: #FFFFFF; }
.slider span.forward, .slider span.backward { position: absolute; top: 45%; cursor: pointer; color: #E0E1E9; font-size: 1.25em; }
.slider span.forward::before, .slider span.backward::before { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; width: 3em; height: 3em; text-align: center; line-height: 3em; background: #FFFFFF; border: 2px solid #E0E1E9; }
.slider span.forward:hover { color: #FFFFFF; }
.slider span.forward:hover::before { background: #01c6fa; border: 2px solid #01c6fa; }
.slider span.backward:hover { color: #FFFFFF; }
.slider span.backward:hover::before { background: #01c6fa; border: 2px solid #01c6fa; }
.slider .forward { text-decoration: none; right: 5%; }
.slider .forward::before { content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }
.slider .backward { text-decoration: none; left: 5%; }
.slider .backward::before { content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

section.carousel { width: 75%; margin-left: auto; margin-right: auto; max-width: 1440px; padding: 3em; overflow: hidden; background-color: #FFFFFF; border: 5px solid #F2F3F8; }

.reel { width: 100%; height: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.reel article { display: inline-block; width: 30%; height: auto; vertical-align: top; position: relative; white-space: normal; opacity: 1.0; margin-right: 5%; text-align: center; }
.reel article.loading { opacity: 0; }
.reel article .image { position: relative; display: block; width: 100%; height: auto; overflow: hidden; background-color: #3F3F44; }
.reel article .image::before { position: absolute; top: 45%; left: 45%; text-decoration: none; content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; z-index: 999; color: #FFFFFF; font-size: 1.75em; opacity: 0; }
.reel article .image img { width: 100%; }
.reel article header { padding: .65em 0; }
.reel article header h3 { font-size: 1.75em; line-height: 1.1em; }
.reel article header h3 a { max-width: 100%; word-wrap: break-word; }
.reel article p { padding: 0 .5em; font-size: .9em; color: #9C9C9C; font-style: italic; }
.reel article:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.reel article:hover::after { background-color: #01c6fa; }
.reel article:hover header h3 a { color: #01c6fa; }
.reel article:hover > .image::before { opacity: 1; }
.reel article:hover > .image > img { opacity: .3; }

.reel article, .reel .image::before, .reel .image img, .reel header h3 > a { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }

.intro { position: relative; -webkit-box-shadow: inset 0 1em 75em black; -moz-box-shadow: inset 0 1em 75em black; -o-box-shadow: inset 0 1em 75em black; box-shadow: inset 0 1em 75em black; background: url(images/about-image.jpg) center center no-repeat rgba(63, 63, 68, 0.5); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-shadow: 0 0 0.5em black; color: #FFFFFF; background-color: none; text-align: center; }
.intro .title a::after { text-shadow: none; background-color: #FFFFFF; }
.intro .img, .intro .ctns { display: inline-block; vertical-align: top; }
.intro .img { width: 30%; }
.intro .img img { -webkit-box-shadow: 0 1px 5px -1px #3F3F44; -moz-box-shadow: 0 1px 5px -1px #3F3F44; -o-box-shadow: 0 1px 5px -1px #3F3F44; box-shadow: 0 1px 5px -1px #3F3F44; width: 100%; }
.intro .ctns { font-size: 1.1em; line-height: 1.65em; letter-spacing: .05em; width: 47%; text-align: left; }
.intro .ctns span { display: block; padding: 0 1em; }
.intro .ctns .more { display: none; opacity: 0; visibility: hidden; }

.newsWrp .index_custom { display: none; }

/*ContentWrp*/
.contentWrp { position: relative; padding: 2.5% 3%; background-color: #FFFFFF; }
.contentWrp .content { direction: rtl; }
.contentWrp .sideBar, .contentWrp .main { display: inline-block; vertical-align: top; direction: ltr; }
.contentWrp .sideBar { -webkit-border-radius: 1.5em; -moz-border-radius: 1.5em; border-radius: 1.5em; width: 30%; margin-left: 2%; padding: 2% 2% 0 2%; border: 2px solid #F2F3F8; }
.contentWrp .main { width: 65%; }
.contentWrp .scrollator { overflow: hidden !important; }

/*ContentWrp-sidebar*/
.sideBar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sideBar ul, .sideBar li, .sideBar a { display: block; }
.sideBar ul { padding-left: 1em; }
.sideBar li { margin: .15em 0; padding: .15em 0; border-bottom: 1px solid #F2F3F8; }
.sideBar a { color: #3F3F44; line-height: 1.5em; text-decoration: none; padding: 0.35em 1.5em 0.35em 1.5em; }
.sideBar a:hover { color: #01c6fa; }
.sideBar .sideHd { font-size: 1.25em; line-height: 1.1em; margin: 1em 0 .75em 0; }
.sideBar .sideFt, .sideBar br { display: none; opacity: 0; visibility: hidden; }

.sbmenu ul ul li { border-bottom: 1px dashed #F2F3F8; }
.sbmenu ul ul li:nth-last-of-type(1) { border-bottom: 0; }
.sbmenu li { position: relative; }
.sbmenu li::before { display: block; width: 1.1em; height: 1.1em; margin: .4em 0 0 0; position: absolute; left: 0; top: 0; z-index: 999; font-family: FontAwesome; text-align: center; line-height: 1.2em; content: '\f105'; color: #fc4241; }
.sbmenu li ul li::before { color: #ff796d; }
.sbmenu li.on { border-bottom: 1px solid #F2F3F8; }
.sbmenu li.on > a { font-weight: bold; }
.sbmenu li.on > a::after { color: #fc4241; }
.sbmenu a.hsub { position: relative; }
.sbmenu a.hsub::after { display: block; width: 1.75em; height: 1.75em; padding: .3em .5em 0 0; text-align: right; position: absolute; top: 0; right: 0; content: '\f055'; font-family: FontAwesome; color: #01c6fa; z-index: 999; }

.others { margin-top: 3em; }
.others .sideHd { display: none; opacity: 0; visibility: hidden; }
.others a { color: #3F3F44; padding: 0 0 .5em 0; }
.others a:hover { color: #fc4241; }
.others ul li { margin-top: 1.5em; padding: 1em 0; max-width: 100%; overflow: hidden; border-bottom: 0; }
.others ul li:nth-of-type(1) { padding-top: 0; }
.others .Ptitle { font-size: 1.25em; color: #3F3F44; margin-bottom: .5em; }
.others .Pcontent .sideA { line-height: 1.1em; }
.others .Pcontent .sideA[target=_blank]::after { text-decoration: none; content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; margin-left: .15em; font-size: .9em; color: #fc4241; }

.sbmenu > ul, .others > ul { padding-left: 0; }

.sbmenu:empty, .sbmenu ul:empty, .sbmenu li:empty, .sbmenu .sideHd:empty, .sbmenu .Pfoot:empty, .others:empty, .others ul:empty, .others li:empty, .others .sideHd:empty, .others .Pfoot:empty { display: none; opacity: 0; visibility: hidden; }

/*ContentWrp-Main*/
.marquee { position: absolute; top: -1em; right: 0; width: 100%; padding: .15em; font-size: .9em; color: #fc4241; background-color: #FFFFFF; }

.mainHd { border-bottom: 2px solid #F2F3F8; font-size: 1.25em; padding-bottom: .5em; line-height: 1.5em; }
.mainHd > a.titleA, .mainHd span a { color: #01c6fa; }
.mainHd span::before { text-decoration: none; content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; color: #E0E1E9; }
.mainHd span:nth-last-of-type(1) > a:nth-last-of-type(1) { color: #3F3F44; }
.mainHd strong { color: #9C9C9C; font-size: .8em; }
.mainHd:empty { display: none; opacity: 0; visibility: hidden; }
.mainHd ~ .ContentTitle { text-decoration: none; margin: 0 auto; padding: 0; color: #01c6fa; font-size: 1.25em; padding-bottom: .5em; line-height: 1.5em; font-weight: normal; }
.mainHd ~ .ContentTitle::before { content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

.mainCt { margin-top: 3%; word-wrap: break-word; }
.mainCt img { max-width: 100%; }
.mainCt .product { margin: 0 auto; padding: 0; }
.mainCt .product label { display: inline-block; vertical-align: top; width: 50%; float: left; margin: 0 1em .5em 0; }
.mainCt .product label img { width: 100%; }
.mainCt .product input[type="button"] { font-size: 1em; }
.mainCt .product a.titleA { color: #FFFFFF; background: #fc4241; padding: .3em .5em; }
.mainCt .product p.first-p a.hot_link { color: #999999; }
.mainCt .product p.first-p:empty { display: none; opacity: 0; visibility: hidden; }
.mainCt .product .cfpdiv { display: inline-block; width: 45%; margin: .5em 0; padding: .5em 1em; border: 1px solid #3F3F44; }
.mainCt .product .cfpdiv, .mainCt .product .cfpdiv .cfp { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 1.5em; }
.mainCt .product .cfpdiv b { color: #3F3F44; }
.mainCt .product .cfpdiv input { border: 1px solid #DDDDDD; background-color: #F5F5F5; height: 1.5em; }
.mainCt .product .cfpdiv .cfp { position: relative; font-size: .85em; }
.mainCt .product .cfpdiv .cfp span { display: block; padding: .15em .25em; }
.mainCt .product .cfpdiv .cfp span select { background-color: #FFFFFF; border: 1px solid #DDDDDD; color: #3F3F44; }
.mainCt .product .cfpdiv .cfp .removecf { position: absolute; top: 0.5em; right: 0; }
.mainCt .product .cfpdiv .cfp input[name=cf_qty] { position: absolute; top: 0.5em; right: 2em; background-color: #FFFFFF; margin: 0; padding: 0; }

ul.dates li { padding: 1em 0; border-bottom: 1px solid #E7E7EC; }
ul.dates li:nth-of-type(1) { padding-top: 0; }
ul.dates li:nth-last-of-type(1) { margin-bottom: 1.5em; padding-bottom: 0; border-bottom: 0; }
ul.dates li h3 { font-size: 1em; }
ul.dates li span.date { color: #9C9C9C; font-style: italic; }

span.pagenavi, .Content-bottom span { display: block; width: 100%; margin-top: 1.5em; padding: 0.5em 0; text-align: center; }
span.pagenavi a, .Content-bottom span a { display: inline-block; margin: 0 0.15em; }

form[name=urlchk] { background-color: #F2F3F8; margin: .5em 0; padding: .5em; }
form[name=urlchk] .ctus { margin: 0 auto; padding: 0; }
form[name=urlchk] .ctus tr { border-bottom: 1px solid #E7E7EC; padding: 1em; }
form[name=urlchk] .ctus tr td:nth-of-type(1) { margin: 0 auto; padding: 0; width: 30%; color: #9C9C9C; padding: 0 .5em 0 1em; vertical-align: middle; }
form[name=urlchk] .ctus tr td:nth-of-type(2) { width: 70%; padding: .5em 0; }
form[name=urlchk] .ctus tr:nth-last-of-type(1) { border-bottom: 0; }
form[name=urlchk] input[type=text], form[name=urlchk] textarea { -webkit-transition: border 0.4s ease; -moz-transition: border 0.4s ease; -ms-transition: border 0.4s ease; transition: border 0.4s ease; background-color: #FFFFFF; border: 1px solid #DDDDDD; padding: .15em .5em; font-size: 1em; outline: none; }
form[name=urlchk] input[type=text]:hover, form[name=urlchk] input[type=text]:focus, form[name=urlchk] textarea:hover, form[name=urlchk] textarea:focus { -webkit-box-shadow: 0 1px 5px -1px #CBCBD2; -moz-box-shadow: 0 1px 5px -1px #CBCBD2; -o-box-shadow: 0 1px 5px -1px #CBCBD2; box-shadow: 0 1px 5px -1px #CBCBD2; border: 1px solid #01c6fa; }
form[name=urlchk] textarea { min-height: 2em; max-width: 100%; }
form[name=urlchk] input[type=text] { height: 1.5em; }
form[name=urlchk] input[type=submit] { margin-top: 1em; width: 50%; font-size: 1em; outline: none; }
form[name=urlchk] input[type=submit]:hover, form[name=urlchk] input[type=submit]:focus { background-color: #fc4241; }

.ContentAuthor { display: inline-block; font-size: 0.8em; vertical-align: middle; padding: .5em 0; }
.ContentAuthor a { margin: 0 auto; padding: .5em; text-decoration: none; }
.ContentAuthor a::after { display: none; }
.ContentAuthor a:nth-of-type(1) { text-decoration: none; }
.ContentAuthor a:nth-of-type(1)::before { content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }
.ContentAuthor a:nth-of-type(2) { text-decoration: none; }
.ContentAuthor a:nth-of-type(2)::before { content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

.search { padding: .5em; background-color: #F2F3F8; }
.search #search_loading { color: #3F3F44; }
.search #search_toolbar span, .search #search_toolbar span select, .search #search_toolbar input { margin: 0; padding: 0; outline: none; display: inline-block; vertical-align: middle; }
.search #search_toolbar select, .search #search_toolbar input { height: 2em; font-size: .85em; line-height: 2em; padding: 0 .25em; }
.search #search_toolbar select { border: 1px solid #CBCBD2; }
.search #search_toolbar input { margin-right: .25em; border: 0; }
.search #search_toolbar input[type=button] { padding: 0 1em; font-weight: normal; }

ul#pbox, ul#pbox_result { width: 100%; overflow: hidden; }
ul#pbox li, ul#pbox_result li { position: relative; display: inline-block; }
ul#pbox li label a, ul#pbox_result li label a { display: block; padding-right: 5px; }
ul#pbox li label a img, ul#pbox_result li label a img { width: 98%; }
ul#pbox li div h4, ul#pbox li div b, ul#pbox li div a, ul#pbox li div strong, ul#pbox_result li div h4, ul#pbox_result li div b, ul#pbox_result li div a, ul#pbox_result li div strong { line-height: 1.2em; margin: .1em 0; }
ul#pbox li div h4, ul#pbox_result li div h4 { font-size: 1.45em; margin-top: 0; }
ul#pbox li div strong, ul#pbox_result li div strong { background-color: #FF5454; padding: .025em .25em; color: #FFFFFF; }
ul#pbox li div p, ul#pbox_result li div p { color: #ACACB4; }
ul#pbox li div .more, ul#pbox_result li div .more { text-decoration: none; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; font-size: 1.25em; z-index: 999; padding: .25em 1.5em; }
ul#pbox li div .more::before, ul#pbox_result li div .more::before { content: "more"; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

ul#pbox.product-list li, ul#pbox_result.product-list li { margin-bottom: 3em; }
ul#pbox.product-list li:nth-last-of-type(1), ul#pbox_result.product-list li:nth-last-of-type(1) { margin-bottom: 0; }

.product-list > li { width: 100%; margin-bottom: 1.5em; }
.product-list > li:nth-last-of-type(1) { padding-bottom: 0; }
.product-list > li label { display: inline-block; width: 25%; vertical-align: top; margin-right: -1%; }
.product-list > li div { display: inline-block; width: 70%; vertical-align: top; padding-left: 3%; }
.product-list > li div b, .product-list > li div strong { display: inline-block; vertical-align: middle; }
.product-list > li div p { border-top: 1px solid #F2F3F8; padding-top: .5em; font-weight: normal; }
.product-list > li .more { position: absolute; right: 5%; bottom: 0; float: right; border: 1px solid #fc4241; background-color: #FFFFFF; color: #fc4241; }
.product-list > li .more:hover { background-color: #fc4241; color: #FFFFFF; }

.product-pic > li { width: 48.5%; vertical-align: top; }
.product-pic > li label { width: 95%; }
.product-pic > li div { padding-bottom: 1.5em; }
.product-pic > li div h4 { padding-top: .5em; }
.product-pic > li div p { opacity: 0; visibility: hidden; display: none; }
.product-pic > li .more { position: absolute; top: 5%; right: 10%; background-color: #fc4241; border-color: #fc4241; color: #FFFFFF; }
.product-pic > li .more:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.mainCt ul li div a.pd_link img, .mainCt .product a.titleC img { display: none; opacity: 0; visibility: hidden; }
.mainCt ul li div a.pd_link[target=_blank]::after, .mainCt .product a.titleC[target=_blank]::after { text-decoration: none; content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; color: #01c6fa; }

/*RWD*/
@media (min-width: 1440px) { .reel article { width: 21%; } }
@media (max-width: 991px) { body, html { background-color: #FFFFFF; }
  body { padding-top: 50px; }
  .headWrp { position: static; height: 0; }
  .headWrp .head { height: 0; padding: 0; }
  .headWrp .head .logo { display: block; }
  .headWrp .head .logo a { position: absolute; top: 0.75em; left: 0.75em; z-index: 999; color: #FFFFFF; text-shadow: 0 0 3px #3F3F44; line-height: 1.5em; }
  .lgg, .menu { display: none; opacity: 0; visibility: hidden; }
  .contentWrp { margin: 0 auto; padding: 0; width: 100%; min-height: 60vh; }
  .contentWrp .content { padding: 0 1em; }
  .contentWrp .content .sideBar { display: none; opacity: 0; visibility: hidden; margin-right: 0; }
  .contentWrp .content .main { width: 100%; }
  .contentWrp .content .marquee { position: static; margin: 0 auto; }
  .contentWrp .content .mainHd { padding: .5em 0; }
  .contentWrp .content .mainHd strong { font-size: .8em; }
  .contentWrp .content .mainCt { margin: 0 auto; padding: 1.5em 0; }
  .reel article { width: 48%; }
  #titleBar { -webkit-box-shadow: 0 1px 5px -1px #CBCBD2; -moz-box-shadow: 0 1px 5px -1px #CBCBD2; -o-box-shadow: 0 1px 5px -1px #CBCBD2; box-shadow: 0 1px 5px -1px #CBCBD2; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; display: block; height: 50px; left: 0; position: fixed; top: 0; width: 100%; z-index: 3000; background: #FFFFFF; border-bottom: 1px solid #01c6fa; }
  #titleBar .toggle { width: 70px; height: 50px; z-index: 3001; position: absolute; top: 0; left: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #titleBar .toggle::before { content: '\f0c9'; display: block; position: absolute; font-family: FontAwesome; color: #3F3F44; left: 10px; top: 15px; font-size: 1.5em; }
  #navPanel { -webkit-box-shadow: 0 1px 5px -1px #CBCBD2; -moz-box-shadow: 0 1px 5px -1px #CBCBD2; -o-box-shadow: 0 1px 5px -1px #CBCBD2; box-shadow: 0 1px 5px -1px #CBCBD2; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transform: translateX(-276px); -webkit-transform: translateX(-276px); -ms-transform: translateX(-276px); transform: translateX(-276px); display: block; height: 100%; left: 0; overflow-y: auto; position: fixed; top: 0; width: 275px; z-index: 9990; color: #3F3F44; background: #FFFFFF; border-right: 1px solid #01c6fa; }
  #navPanel nav { font-weight: normal; }
  #navPanel nav > a.link { -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in; display: block; text-decoration: none; height: 44px; line-height: 44px; border-top: solid 1px rgba(255, 255, 255, 0.05); padding: 0 1em 0 1em; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  #navPanel nav > a.link:first-child { border-top: 0; }
  #navPanel nav > a.link:last-child { margin-bottom: 25vh; }
  #navPanel nav > a.link span { display: inline-block; }
  #navPanel nav > a.link span.indent-1 { width: 1em; }
  #navPanel nav > a.link span.indent-2 { width: 2em; }
  #navPanel nav > a.link span.indent-3 { width: 3em; }
  #navPanel nav > a.link span.indent-4 { width: 4em; }
  #navPanel nav > a.link span.indent-5 { width: 5em; }
  #navPanel nav > a.link:hover { background-color: #01c6fa; color: #FFFFFF; }
  #navPanel nav > a.depth-0 { position: relative; font-weight: bold; }
  #navPanel nav > a.depth-0::after { text-decoration: none; content: ""; display: inline-block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; position: absolute; top: 0; right: 1em; display: inline-block; }
  body.navPanel-visible .bodyWrp, body.navPanel-visible .footWrp, body.navPanel-visible #titleBar, body.navPanel-visible #lhc_status_container { -moz-transform: translateX(275px); -webkit-transform: translateX(275px); -ms-transform: translateX(275px); transform: translateX(275px); }
  body.navPanel-visible #navPanel { -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  .bodyWrp, .footWrp, #titleBar, #navPanel, #lhc_status_container { -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; } }
@media (max-width: 769px) { section.carousel { padding: 2.5em 1.5em; }
  .slider .forward { right: 0; }
  .slider .backward { left: 0; }
  .intro { text-align: center; }
  .intro .img, .intro .ctns { width: 90%; margin: 0; padding: 0; margin: 1em 0; } }
@media (max-width: 426px) { .reel article { width: 100%; }
  .mainCt .product label { width: 100%; }
  .mainCt .product .cfpdiv { width: 100%; }
  .ContentAuthor { width: 100%; margin: auto; padding: 1.25em 0; font-size: .7em; }
  .search { margin-top: 2em; text-align: right; }
  .search #search_toolbar span { width: 35%; }
  .search #search_toolbar span select { width: 100%; }
  .search #search_toolbar input[type=text] { width: 60%; }
  .search #search_toolbar input[type=button] { margin-top: .5em; width: 30%; }
  .product-pic > li b, .product-pic > li strong { display: block; } }
@media (max-width: 320px) { .search #search_toolbar { text-align: center; }
  .search #search_toolbar span { width: 95%; }
  .search #search_toolbar input[type=text] { width: 92.5%; margin-top: .25em; }
  .pagenavi { font-size: .9em; } }
@media(max-width: 768px){

html,body{overflow-x: hidden;}
}
/*# sourceMappingURL=layout.css.map */
@media(max-width: 1024px){
.lgg select, .lgg select > option {display : inline-block!important;}
}
@media (max-width: 768px) {
.lgg select, .lgg select > option { display : none!important;}
}
@media(min-width: 1130px){ main{ display: block; } }
.live__icon { position: fixed; z-index: 99999; top: 2.5rem; left: 2.5rem; } .live__icon img { width: 110%; box-shadow: 0.5px 0.5px 5px #ec9696e6; -webkit-animation: breath 3s infinite ease-in-out alternate; animation: breath 3s infinite ease-in-out alternate;  } @-webkit-keyframes breath { 0% {opacity: .2;}70% {opacity: 1;}to {opacity: .2;} } @keyframes breath { 0% {opacity: .2;}70% {opacity: 1;}to {opacity: .2;} } @media(max-width: 768px){ .live__icon { top: 8rem; left: 1rem; } .live__icon img { width: 80%; }
