/*_helpdesk.scss*/
/*_mixins.scss*/
/* Responsive Breakpoints
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article.help_best5 div.search_box, .best5_wrap div.search_box, .delivery_srch, table.tb_help tr td div.icon, .detail_tab > ul.tab_ex, .solution_btns .layer_pop .solution_tab > ul.tab_ex, .detail_tab > ul.tab_ex > li > article.tab2, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2, .detail_tab > ul.tab_ex > li > article.tab4, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab4 {
  *zoom: 1;
}

article.help_best5 div.search_box:before, .best5_wrap div.search_box:before, .delivery_srch:before, table.tb_help tr td div.icon:before, .detail_tab > ul.tab_ex:before, .solution_btns .layer_pop .solution_tab > ul.tab_ex:before, .detail_tab > ul.tab_ex > li > article.tab2:before, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2:before, .detail_tab > ul.tab_ex > li > article.tab4:before, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab4:before, article.help_best5 div.search_box:after, .best5_wrap div.search_box:after, .delivery_srch:after, table.tb_help tr td div.icon:after, .detail_tab > ul.tab_ex:after, .solution_btns .layer_pop .solution_tab > ul.tab_ex:after, .detail_tab > ul.tab_ex > li > article.tab2:after, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2:after, .detail_tab > ul.tab_ex > li > article.tab4:after, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab4:after {
  content: "";
  display: table;
}

article.help_best5 div.search_box:after, .best5_wrap div.search_box:after, .delivery_srch:after, table.tb_help tr td div.icon:after, .detail_tab > ul.tab_ex:after, .solution_btns .layer_pop .solution_tab > ul.tab_ex:after, .detail_tab > ul.tab_ex > li > article.tab2:after, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2:after, .detail_tab > ul.tab_ex > li > article.tab4:after, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab4:after {
  clear: both;
}

/*_forms.scss*/
.custom-radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/radio-sprite.png) no-repeat 0 0 transparent;
}

.custom-radio:hover {
  background-position: 0 -16px;
}

.custom-radio.selected {
  background-position: 0 -32px;
}

.custom-radio input[type="radio"] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/checkbox-sprite.png) no-repeat 0 0 transparent;
}

.custom-checkbox.selected {
  background-position: 0 -32px;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

/*_sub.scss*/
section.sub_wrap {
  position: relative;
  width: 930px;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0 0 50px 0;
}

section.sub_wrap h1 {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 32px;
  font-size: 2.08rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: -1.2px;
}

section.sub_wrap > p {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0;
  text-align: center;
}

/*_colors.scss*/
/*_buttons.scss*/
.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  -webkit-animation: ripple-animation 1s;
          animation: ripple-animation 1s;
}

@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}

@keyframes ripple-animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}

button, input {
  outline: 0;
}

/*_icons.scss*/
.ic_pop1, .ic_pop2 {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
}

.ic_pop_book {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #cccccc;
}

.ic_price {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #ff6a4c;
}

.ic_box {
  padding: 2px 10px 4px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  font-weight: bold;
  background: #fff;
}

/*_placeholders.scss*/
article.help_best5 div.search_box, .best5_wrap div.search_box, .delivery_srch {
  margin: 50px 0 0 0;
}

article.help_best5 div.search_box h3, .best5_wrap div.search_box h3, .delivery_srch h3 {
  margin: 0 0 15px 0;
}

article.help_best5 div.search_box div.select_wrap, .best5_wrap div.search_box div.select_wrap, .delivery_srch div.select_wrap {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  width: 397px;
  height: 35px;
  overflow: hidden;
  margin: 0 9px 0 0 !important;
}

article.help_best5 div.search_box div.select_wrap.select_wrap, .best5_wrap div.search_box div.select_wrap.select_wrap, .delivery_srch div.select_wrap.select_wrap {
  border: 1px solid #e6e6e6;
  background: #fff url(/_Resources/img/ic_arrow_s.png) no-repeat top right;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}

article.help_best5 div.search_box div.select_wrap.select_wrap:hover, .best5_wrap div.search_box div.select_wrap.select_wrap:hover, .delivery_srch div.select_wrap.select_wrap:hover {
  border: 1px solid #000;
}

article.help_best5 div.search_box div.select_wrap label, .best5_wrap div.search_box div.select_wrap label, .delivery_srch div.select_wrap label {
  position: absolute;
  top: 5px;
  left: 5px;
}

article.help_best5 div.search_box div.select_wrap select, .best5_wrap div.search_box div.select_wrap select, .delivery_srch div.select_wrap select {
  padding: 5px;
  width: 100%;
  height: 35px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

article.help_best5 div.search_box button.btn_search, .best5_wrap div.search_box button.btn_search, .delivery_srch button.btn_search {
  width: 88px;
  height: 35px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  margin-left: 2px;
}

table.tb_help {
  width: 100%;
  margin: 20px 0 0 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

table.tb_help caption {
  display: none;
}

table.tb_help tr:hover {
  cursor: pointer;
  background: #f7f7f7;
}

table.tb_help tr th {
  padding: 13px;
  border-bottom: 1px solid #000;
}

table.tb_help tr td {
  padding: 13px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

table.tb_help tr td p.text {
  display: block;
  width: 370px;
  text-align: left;
  line-height: 22px;
  line-height: 1.5rem;
}

table.tb_help tr td p.text span {
  margin-right: 3px;
}

table.tb_help tr td.fixwidth {
  width: 100px;
  text-align: left;
}

table.tb_help tr td div.icon {
  margin: 12px 0 0 0;
}

table.tb_help tr td div.icon span {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 0 10px 2px 10px;
  line-height: 19px;
  line-height: 1.125rem;
}

button.btn_issued {
  border: 1px solid #666666;
  color: #666666;
  width: 120px;
  height: 45px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0 0 3px 30px;
  background: url(/_Resources/img/ic_heart.png) no-repeat 15px 13px;
}

button.btn_issued:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

button.btn_atlast, button.btn_sevice {
  width: 120px;
  height: 45px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  vertical-align: middle;
}

.layer_pop {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/_Resources/img/all_bg.png) repeat;
}

.layer_pop article.notice_ban_wrap {
  position: relative;
  width: 930px;
  margin: 100px auto 0 auto;
  padding: 30px;
  background: #fff;
}

.layer_pop article.notice_ban_wrap .layer_close {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(/_Resources/img/ic_close.png) no-repeat;
}

.layer_pop article.notice_ban_wrap .btn_close {
  position: static;
  display: block;
  margin: 40px auto 20px auto;
  border: 1px solid #000;
  color: #000;
  width: 150px;
  height: 50px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none;
}

.layer_pop article.notice_ban_wrap .btn_close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.layer_pop article.notice_ban_wrap .layer_top {
  position: fixed;
  bottom: 50px;
  right: 60px;
  width: 50px;
  height: 50px;
  background: #f8f8f8 url(/_Resources/img/quick/ic_top.png) center no-repeat;
}

.paging {
  margin-top: 50px;
  text-align: center;
}

.paging a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px 7px 10px;
  vertical-align: middle;
  color: #666666;
}

.paging a.on {
  font-weight: bold;
  border: 1px solid #c1c1c1;
  color: #000000;
}

.paging a:hover {
  text-decoration: underline;
}

.paging a.first {
  background: url(/_Resources/img/paging_first.png) center 0 no-repeat;
}

.paging a.last {
  background: url(/_Resources/img/paging_last.png) center 0 no-repeat;
}

.paging a.prev {
  background: url(/_Resources/img/paging_prev.png) center 0 no-repeat;
}

.paging a.next {
  background: url(/_Resources/img/paging_next.png) center 0 no-repeat;
}

.help_info {
  top: 5px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  padding-left: 20px;
  color: #666666;
  background: url(/_Resources/img/ic_info.png) 0 3px no-repeat;
}

.detail_tab, .solution_btns .layer_pop .solution_tab {
  margin: 80px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.detail_tab > ul.tab_ex, .solution_btns .layer_pop .solution_tab > ul.tab_ex {
  position: relative;
  width: 100%;
}

.detail_tab > ul.tab_ex > li button.btn_tab, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li button.btn_tab {
  width: 170px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #fff;
  background: none;
  font-size: 17px;
  font-size: 1.105rem;
}

.detail_tab > ul.tab_ex > li button.btn_tab:hover, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li button.btn_tab:hover {
  border-bottom: 2px solid #000;
}

.detail_tab > ul.tab_ex > li.on button.btn_tab, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li.on button.btn_tab {
  border-bottom: 2px solid #000;
}

.detail_tab > ul.tab_ex > li button.btn1, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li button.btn1 {
  position: absolute;
  top: 0;
  left: 0;
}

.detail_tab > ul.tab_ex > li button.btn2, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li button.btn2 {
  position: absolute;
  top: 0;
  left: 170px;
}

.detail_tab > ul.tab_ex > li button.btn3, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li button.btn3 {
  position: absolute;
  top: 0;
  left: 340px;
}

.detail_tab > ul.tab_ex > li button.btn4, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li button.btn4 {
  position: absolute;
  top: 0;
  left: 510px;
}

.detail_tab > ul.tab_ex > li article.tab_content, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li article.tab_content {
  display: none;
  margin: 50px 0 0 0;
  border-top: 1px solid #c1c1c1;
}

.detail_tab > ul.tab_ex > li > article.tab1, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab1 {
  padding: 50px 0 10px 0;
}

.detail_tab > ul.tab_ex > li > article.tab1 > h4, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab1 > h4 {
  font-size: 15px;
  font-size: 0.975rem;
  margin: 0 0 20px 0;
}

.detail_tab > ul.tab_ex > li > article.tab1 > p, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab1 > p {
  margin: 0 0 40px 0;
  line-height: 21px;
  line-height: 1.375rem;
  color: #666666;
}

.detail_tab > ul.tab_ex > li > article.tab2, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2 {
  padding: 50px 0;
}

.detail_tab > ul.tab_ex > li > article.tab2 table.table_st3, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2 table.table_st3 {
  float: left;
  margin: 0 0 0 40px;
}

.detail_tab > ul.tab_ex > li > article.tab2 table.table_st3 caption, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2 table.table_st3 caption {
  display: none;
}

.detail_tab > ul.tab_ex > li > article.tab2 table.table_st3 th, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2 table.table_st3 th {
  text-align: left;
  font-size: 14px;
  font-size: 0.91rem;
  width: 100px;
  padding: 10px;
  background: url(/_Resources/img/table_bg.png) no-repeat 99px 12px;
  vertical-align: top;
}

.detail_tab > ul.tab_ex > li > article.tab2 table.table_st3 td, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab2 table.table_st3 td {
  font-size: 14px;
  font-size: 0.91rem;
  color: #666666;
  padding: 5px 10px 10px 40px;
  line-height: 22px;
  line-height: 1.5rem;
}

.detail_tab > ul.tab_ex > li > article.tab3, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab3 {
  padding: 50px 0;
}

.detail_tab > ul.tab_ex > li > article.tab3 ol, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab3 ol {
  font-size: 14px;
  font-size: 0.91rem;
  color: #666666;
  line-height: 22px;
  line-height: 1.5rem;
}

.detail_tab > ul.tab_ex > li > article.tab4, .solution_btns .layer_pop .solution_tab > ul.tab_ex > li > article.tab4 {
  padding: 50px 0;
}

article.help_notice {
  float: right;
  position: relative;
  width: 310px;
  height: 265px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

article.help_notice h3,
article.help_notice h4 {
  padding: 30px 0 0 55px;
  height: 90px;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  background: url(/_Resources/img/ic_notice.png) 25px 34px no-repeat;
}

article.help_notice ul {
  height: 175px;
  background: #f7f7f7;
  padding: 25px;
}

article.help_notice ul li {
  margin: 0 0 9px 0;
  padding-left: 13px;
  background: url(/_Resources/img/bullet.png) 0 8px no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article.help_notice ul li a {
  color: #666666;
}

article.help_notice a.more {
  top: 40px;
  right: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/_Resources/img/ic_more.png) no-repeat;
}

article.help_best5, article.help_down, article.help_service {
  position: relative;
  border: 1px solid #e6e6e6;
}

article.help_best5 h3, article.help_down h3, article.help_service h3 {
  padding: 25px 0 0 55px;
  font-size: 20px;
  font-weight: normal;
  background: url(/_Resources/img/ic_notice.png) 25px 29px no-repeat;
}

article.help_best5 a.more, article.help_down a.more, article.help_service a.more {
  top: 33px;
  right: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/_Resources/img/ic_more.png) no-repeat;
}

article.help_ban {
  position: relative;
  float: left;
  width: 620px;
  height: 265px;
  background: url(/_Resources/img/help_ban.png) no-repeat;
}

article.help_ban a {
  top: auto;
  right: 25px;
  bottom: 25px;
  left: auto;
  position: absolute;
  width: 70px;
  height: 30px;
  display: inline-block;
}

article.help_notice {
  border-left: none;
  border-bottom: 1px solid #e6e6e6;
}

article.help_notice ul {
  height: 173px;
}

article.help_best5 {
  float: left;
  width: 600px;
  height: 610px;
  margin: 20px 0;
  padding: 0 20px;
}

article.help_best5 h3 {
  height: 55px;
  background: url(/_Resources/img/ic_help_faq.png) 5px 27px no-repeat;
}

article.help_best5 ul.faq_ul {
  width: 558px;
  height: 175px;
  margin-top: 30px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

article.help_best5 ul.faq_ul li {
  display: inline-block;
  width: 170px;
  height: 160px;
  padding: 30px 0;
  margin-right: 7px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ededed;
  background: #fff;
}

article.help_best5 ul.faq_ul li h4 {
  padding-bottom: 20px;
  font-size: 0px;
  background: url(/_Resources/img/h4_line.png) center bottom no-repeat;
}

article.help_best5 ul.faq_ul li h4 img {
  display: inline-block;
}

article.help_best5 ul.faq_ul li p {
  height: 32px !important;
  margin-top: 20px;
  padding: 0 20px;
  color: #666666;
  white-space: normal;
  overflow: hidden;
  word-break: keep-all;
}

article.help_best5 ul.faq_ul li:hover p {
  color: #000000;
}

article.help_best5 div.search_box {
  margin-top: 13px;
  overflow: hidden;
}

article.help_best5 div.search_box fieldset {
  float: left;
}

article.help_best5 div.search_box fieldset input.search_input {
  width: 468px;
  height: 45px;
  padding: 0 0 0 10px;
}

article.help_best5 div.search_box .btn_search {
  height: 45px !important;
}

article.help_best5 ul.faq_ul2 {
  margin-top: 20px;
  overflow: hidden;
}

article.help_best5 ul.faq_ul2 li {
  float: left;
  margin: 10px 10px 0 0;
  padding-top: 80px;
  width: 132px;
  height: 115px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

article.help_best5 ul.faq_ul2 li.ic1 {
  background: #f7f7f7 url(/_Resources/img/ic_faq1.png) center 20px no-repeat;
}

article.help_best5 ul.faq_ul2 li.ic2 {
  background: #f7f7f7 url(/_Resources/img/ic_faq2.png) center 20px no-repeat;
}

article.help_best5 ul.faq_ul2 li.ic3 {
  background: #f7f7f7 url(/_Resources/img/ic_faq3.png) center 20px no-repeat;
}

article.help_best5 ul.faq_ul2 li.ic4 {
  margin-right: 0;
  background: #f7f7f7 url(/_Resources/img/ic_faq4.png) center 20px no-repeat;
}

article.help_best5 ul.faq_ul2 li.ic5 {
  width: 274px;
  padding-top: 18px;
  cursor: default;
  background: url(/_Resources/img/center_bg.png) no-repeat;
}

article.help_best5 ul.faq_ul2 li.ic5 p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}

article.help_best5 ul.faq_ul2 li.ic5 p strong {
  margin-left: 10px;
  font-size: 20px;
  letter-spacing: 0.4px;
  font-family: arial;
  vertical-align: middle;
}

article.help_best5 ul.faq_ul2 li.ic5 span {
  color: #fff;
}

article.help_best5 ul.faq_ul2 li.ic6 {
  background: #f7f7f7 url(/_Resources/img/ic_faq5.png) center 20px no-repeat;
}

article.help_best5 ul.faq_ul2 li.ic7 {
  margin-right: 0;
  background: #f7f7f7 url(/_Resources/img/ic_faq6.png) center 20px no-repeat;
}

article.help_best5 ul.faq_ul2 li:hover {
  color: #000000;
}

article.help_down {
  float: right;
  width: 310px;
  height: 610px;
  margin: 20px 0 20px 20px;
}

article.help_down h3 {
  background: url(/_Resources/img/ic_help_down.png) 22px 29px no-repeat;
}

article.help_down ul {
  margin-top: 27px;
  padding-left: 15px;
}

article.help_down ul li {
  float: left;
  width: 130px;
  height: 120px;
  margin: 4px;
  padding-top: 20px;
  text-align: center;
}

article.help_down ul li img {
  display: inline-block;
  width: 48px;
  height: 47px;
  margin-bottom: 15px;
}

article.help_down ul li:hover {
  cursor: pointer;
  background: #f7f7f7 url(/_Resources/img/ic_down.png) 107px 12px no-repeat;
}

article.help_service {
  clear: both;
  margin-top: 20px;
}

article.help_service h3 {
  background: url(/_Resources/img/ic_help_service.png) 24px 29px no-repeat;
}

article.help_service div {
  position: relative;
  height: 185px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
}

article.help_service div ol {
  margin: 30px 0 0 30px;
}

article.help_service div ol li {
  position: relative;
  float: left;
  width: 164px;
  padding-top: 80px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

article.help_service div ol li.ic1 {
  background: url(/_Resources/img/ic_service3_1.png) 15px 0 no-repeat;
}

article.help_service div ol li.ic2 {
  background: url(/_Resources/img/ic_service3_2.png) 15px 0 no-repeat;
}

article.help_service div ol li.ic3 {
  background: url(/_Resources/img/ic_service3_3.png) 15px 0 no-repeat;
}

article.help_service div ol li.ic4 {
  background: url(/_Resources/img/ic_service3_4.png) 15px 0 no-repeat;
}

article.help_service div ol li.ic5 {
  background: url(/_Resources/img/ic_service3_5.png) no-repeat;
}

article.help_service div ol li span {
  font-size: 15px;
}

article.help_service div ol li span.step {
  top: 10px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(/_Resources/img/ic_arrow_step.png) no-repeat;
}

article.help_service div ol li em {
  font-size: 15px;
  color: #ff6a4c;
}

article.help_service div .btn_support {
  top: 35px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 127px;
  height: 122px;
  background: url(/_Resources/img/btn_service.png) no-repeat;
}

.help_title {
  height: 185px;
  padding: 25px 30px;
  border: 1px solid #e6e6e6;
  background: url(/_Resources/img/service_bg.png) no-repeat;
}

.help_title h3 {
  padding-bottom: 25px;
  font-size: 17px;
  font-weight: normal;
  background: url(/_Resources/img/h4_line.png) 0 bottom no-repeat;
}

.help_title h3 strong {
  font-size: 30px;
}

.help_title p {
  margin-top: 25px;
  line-height: 20px;
  color: #666666;
}

.review_title {
  height: 185px;
  padding: 25px 30px;
  border: 1px solid #e6e6e6;
  background: url(/_Resources/img/review_bg.jpg) no-repeat;
}

.review_title h3 {
  padding-bottom: 25px;
  font-size: 23px !important;
  font-weight: normal;
  background: url(/_Resources/img/h4_line.png) 0 bottom no-repeat;
  font-weight: bold;
}

.review_title p {
  margin-top: 25px;
  line-height: 20px;
  color: #666666;
}

.review_ban {
  padding: 30px;
  border: 1px solid #e6e6e6;
  background-image: url(/_Resources/img/review_ban_bg.png);
  background-repeat: no-repeat;
}

.review_ban h3 {
  padding-bottom: 20px;
  font-size: 26px !important;
  font-weight: normal;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -1px;
}

.review_ban h3 strong {
  display: block;
}

.review_ban h3 strong em {
  font-size: 30px;
  font-size: 1.95rem;
  color: #0b71b9;
}

.review_ban span.sub_t {
  padding: 0 5px;
  background: #eee;
  color: #333;
  font-size: 19px;
  font-size: 1.235rem;
}

.review_ban span.sub_t em {
  font-weight: bold;
  color: #007752;
}

.review_ban ul {
  padding: 20px 0 0 0;
}

.review_ban ul li {
  padding: 2px 0;
  background: url(/_Resources/img/bullet_square_bk.png) center left no-repeat;
  text-indent: 8px;
  color: #333;
}

.review_ban a.ban_btn {
  width: 65%;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  background: #333;
  text-align: center;
  border-radius: 5px;
  display: block;
  margin: 25px 0 0 0;
  letter-spacing: 0px;
  font-size: 15px;
}

.review_ban a.ban_btn span {
  font-size: 11px;
  font-size: 0.715rem;
  font-weight: normal;
  padding-left: 10px;
  opacity: 0.6;
}

.review_ban a.ban_btn:hover {
  opacity: 0.9;
}

.special_event_ban {
  background-image: url(/_Resources/img/special_event_bg.jpg);
  background-repeat: no-repeat;
  height: 866px;
  border: none;
}

.special_event_ban_190502 {
  background-image: url(/_Resources/img/special_event_bg_190502.jpg);
  background-repeat: no-repeat;
  height: 1062px;
  border: none;
}

article.best10_wrap {
  position: relative;
}

article.best10_wrap h2 {
  margin: 0 0 30px 0;
}

article.best10_wrap .bx-controls-direction a {
  position: absolute;
  top: 173px;
}

article.best10_wrap .bx-controls-direction a.bx-prev {
  left: -30px;
}

article.best10_wrap .bx-controls-direction a.bx-next {
  right: -30px;
}

article.best10_wrap ul.colume li {
  border: 3px solid #666666;
  padding: 30px;
  height: 245px;
}

article.best10_wrap ul.colume li div.user_wrap {
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 2px solid #cc9000;
  width: 130px;
  text-align: center;
  font-weight: bold;
  color: #cc9000;
  padding: 5px 0;
  margin: 0 0 5px 0;
}

article.best10_wrap ul.colume li a.lec_title {
  display: block;
  font-size: 15px;
  font-size: 0.975rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

article.best10_wrap ul.colume li a.lec_title:hover {
  text-decoration: underline;
}

article.best10_wrap ul.colume li a.lec_title span.lec_tag {
  font-size: 11px;
  font-size: 0.715rem;
  border: 1px solid;
  padding: 3px 6px;
  margin: 0 5px 0 0;
}

article.best10_wrap ul.colume li a.contents {
  display: block;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  color: #616770;
  border-top: 1px dotted #616770;
  font-size: 11.5px;
  font-size: 0.7475rem;
  line-height: 22px;
}

article.best10_wrap ul.colume li a.contents:hover {
  text-decoration: underline;
}

div.review_wrap article.border_wrap {
  margin: 80px 0 0 0;
}

div.review_wrap article.border_wrap.write {
  position: relative;
}

div.review_wrap article.border_wrap.write div.btn_list {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

div.review_wrap article.border_wrap.write table {
  margin: 30px 0 0 0;
}

div.review_wrap article.border_wrap.write table th {
  border-bottom: none;
  background: #f7f7f7;
  text-align: left;
  border-right: 1px solid #dadada;
  border-bottom: none;
}

div.review_wrap article.border_wrap.write table td {
  text-align: left;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
  border-bottom: none;
}

div.review_wrap article.border_wrap.write table td input {
  width: 100%;
  height: 30px;
  border: 1px solid #e6e6e6;
  padding: 0 5px;
}

div.review_wrap article.border_wrap.write table td input:focus {
  -webkit-box-shadow: 3px 3px 5px #dadada;
          box-shadow: 3px 3px 5px #dadada;
}

div.review_wrap article.border_wrap.write table td div.select_wrap {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

div.review_wrap article.border_wrap.write table td div.select_wrap.select_wrap {
  border: 1px solid #e6e6e6;
  background: #fff url(/_Resources/img/ic_arrow_s.png) no-repeat top right;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}

div.review_wrap article.border_wrap.write table td div.select_wrap.select_wrap:hover {
  border: 1px solid #000;
}

div.review_wrap article.border_wrap.write table td div.select_wrap label {
  position: absolute;
  top: 5px;
  left: 5px;
}

div.review_wrap article.border_wrap.write table td div.select_wrap select {
  padding: 5px;
  width: 100%;
  height: 30px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

div.review_wrap article.border_wrap.write table td textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  line-height: 25px;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}

div.review_wrap article.border_wrap.write table td textarea:focus {
  -webkit-box-shadow: 3px 3px 5px #dadada;
          box-shadow: 3px 3px 5px #dadada;
}

div.review_wrap article.border_wrap.write table td fieldset legend {
  display: none;
}

div.review_wrap article.border_wrap.write table td fieldset > div {
  display: inline-block;
  margin: 0 15px 0 0;
}

div.review_wrap article.border_wrap.write table td p.length {
  margin: 10px 0 0 0;
  text-align: right;
}

div.review_wrap article.border_wrap.write table td p.length span.pre {
  font-weight: bold;
}

div.review_wrap article.border_wrap.write article.notice {
  margin: 30px 0 0 0;
}

div.review_wrap article.border_wrap.write article.notice h3 {
  font-size: 14px;
  font-size: 0.91rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

div.review_wrap article.border_wrap.write article.notice ul {
  padding: 0 0 0 15px;
}

div.review_wrap article.border_wrap.write article.notice ul li {
  list-style: disc;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}

div.review_wrap article.border_wrap.write article.notice ul li strong {
  background-color: #d2f3ff;
}

div.review_wrap article.border_wrap.view {
  position: relative;
}

div.review_wrap article.border_wrap.view div.btn_list {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

div.review_wrap article.border_wrap.view h2 {
  margin: 0 0 30px 0;
}

div.review_wrap article.border_wrap.view article.border_view h4 {
  border-bottom: none;
  font-size: 18px;
  font-size: 1.17rem;
}

div.review_wrap article.border_wrap.view article.border_view h4 span {
  display: block;
}

div.review_wrap article.border_wrap.view article.border_view h4 span.lec {
  font-size: 12px;
  font-size: 0.78rem;
  color: #616770;
  margin: 5px 0 0 0;
}

div.review_wrap article.border_wrap.view article.border_view div.cont_wrap {
  border-bottom: 1px solid #000000;
  padding: 0 20px 20px 20px;
}

div.review_wrap article.border_wrap.view article.border_view div.content {
  line-height: 27px;
}

div.review_wrap article.border_wrap table.border_list td.left_title {
  text-align: left;
}

div.review_wrap article.border_wrap table.border_list td.left_title span {
  display: block;
}

div.review_wrap article.border_wrap table.border_list td.left_title span.title {
  font-weight: bold;
  font-size: 13.5px;
  font-size: 0.8775rem;
  margin: 0 0 5px 0;
}

div.review_wrap article.border_wrap table.border_list td.left_title span.lec {
  font-size: 11px;
  font-size: 0.715rem;
  color: #616770;
}

div.review_wrap article.eventinfo_wrap {
  position: relative;
}

div.review_wrap article.eventinfo_wrap .btn_event {
  position: absolute;
  top: 450px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 20px 50px;
  font-size: 20px;
  font-size: 1.3rem;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #ffb700;
  color: #000;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 7px 7px 20px #000 ;
  box-shadow: 7px 7px 20px #000 ;
}

.best5_wrap {
  position: relative;
  height: 290px;
  padding: 30px;
  background: #f7f7f7;
}

.best5_wrap h3 {
  height: 35px;
  background: url(/_Resources/img/best5_title.png) no-repeat;
}

.best5_wrap div.search_box {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.best5_wrap div.search_box fieldset {
  float: left;
}

.best5_wrap div.search_box fieldset input.search_input {
  width: 350px;
  height: 35px;
  padding: 0 0 0 10px;
}

.best5_wrap ul.faq_ul {
  margin-top: 30px;
}

.best5_wrap ul.faq_ul li {
  float: left;
  width: 170px;
  height: 160px;
  padding: 30px 0;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ededed;
  background: #fff;
}

.best5_wrap ul.faq_ul li h4 {
  padding-bottom: 20px;
  font-size: 0px;
  background: url(/_Resources/img/h4_line.png) center bottom no-repeat;
}

.best5_wrap ul.faq_ul li h4 img {
  display: inline-block;
}

.best5_wrap ul.faq_ul li p {
  height: 32px;
  margin-top: 20px;
  padding: 0 20px;
  color: #666666;
  white-space: normal;
  overflow: hidden;
  word-break: keep-all;
}

.best5_wrap ul.faq_ul li:hover p {
  color: #000000;
}

.helpdesk_wrap {
  overflow: hidden;
  margin-bottom: 50px;
}

.helpdesk_wrap h3 {
  font-size: 17px;
  font-size: 1.105rem;
  font-weight: normal;
}

.helpdesk_wrap .service_ul {
  margin-top: 20px;
  overflow: hidden;
}

.helpdesk_wrap .service_ul li {
  float: left;
  width: 300px;
  margin-right: 15px;
  padding: 50px 0 50px 140px;
  color: #666666;
  line-height: 20px;
  border: 1px solid #e6e6e6;
}

.helpdesk_wrap .service_ul li.ic1 {
  padding-left: 150px;
  background: url("/_Resources/img/ic_sevice1.png") 50px center no-repeat;
}

.helpdesk_wrap .service_ul li.ic2 {
  background: url("/_Resources/img/ic_sevice2.png") 40px center no-repeat;
}

.helpdesk_wrap .service_ul li.ic3 {
  margin-right: 0;
  padding-left: 150px;
  background: url("/_Resources/img/ic_sevice3.png") 50px center no-repeat;
}

.helpdesk_wrap .down_ul {
  margin-top: 20px;
  overflow: hidden;
}

.helpdesk_wrap .down_ul li {
  float: left;
  width: 225px;
  height: 215px;
  margin-right: 10px;
  padding: 30px 0;
  color: #666666;
  text-align: center;
  line-height: 20px;
  border: 1px solid #e6e6e6;
}

.helpdesk_wrap .down_ul li:hover {
  cursor: pointer;
  background: #f7f7f7 url(/_Resources/img/ic_down.png) 190px 20px no-repeat;
}

.helpdesk_wrap .down_ul li img {
  display: inline-block;
}

.helpdesk_wrap .down_ul li p {
  margin: 17px 0 10px 0;
  font-size: 17px;
  font-weight: bold;
  color: #333;
}

.helpdesk_wrap .down_ul li span {
  font-size: 12px;
}

.helpdesk_wrap .user_ul {
  margin-top: 20px;
}

.helpdesk_wrap .user_ul li {
  margin-top: 40px;
  padding-left: 110px;
  color: #666666;
  line-height: 20px;
}

.helpdesk_wrap .user_ul li.ic1 {
  background: url("/_Resources/img/ic_spec.png") no-repeat;
}

.helpdesk_wrap .user_ul li.ic2 {
  background: url("/_Resources/img/ic_internet.png") no-repeat;
}

.helpdesk_wrap .user_ul li.ic3 {
  background: url("/_Resources/img/ic_ie8.png") no-repeat;
}

.helpdesk_wrap .user_ul li.ic4 {
  background: url("/_Resources/img/ic_employ.png") no-repeat;
}

.helpdesk_wrap .user_ul li.ic5 {
  background: url("/_Resources/img/ic_media.png") no-repeat;
}

.helpdesk_wrap .user_ul li.ic6 {
  background: url("/_Resources/img/ic_acrobat.png") no-repeat;
}

.helpdesk_wrap .user_ul li h4 {
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  background: url("/_Resources/img/h4_line.png") 0 bottom no-repeat;
}

.helpdesk_wrap .user_ul li dl {
  margin-top: 20px;
  line-height: 22px;
  overflow: hidden;
}

.helpdesk_wrap .user_ul li dl dt {
  float: left;
  width: 40px;
  font-weight: bold;
}

.helpdesk_wrap .user_ul li dl dd {
  width: 300px;
}

.helpdesk_wrap .user_ul li p {
  margin-top: 20px;
  word-wrap: break-all;
}

.helpdesk_wrap .user_ul li p.box {
  padding: 20px 20px 20px 40px;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7 url("/_Resources/img/ic_info.png") 20px center no-repeat;
}

.helpdesk_wrap .service_ol {
  margin-top: 20px;
  overflow: hidden;
}

.helpdesk_wrap .service_ol li {
  margin-top: 40px;
  padding-left: 130px;
  color: #666666;
  line-height: 20px;
}

.helpdesk_wrap .service_ol li.ic1 {
  margin-top: 20px;
  background: url("/_Resources/img/ic_sevice2_1.png") 0 center no-repeat;
}

.helpdesk_wrap .service_ol li.ic2 {
  background: url("/_Resources/img/ic_sevice2_2.png") 0 center no-repeat;
}

.helpdesk_wrap .service_ol li.ic3 {
  background: url("/_Resources/img/ic_sevice2_3.png") 0 center no-repeat;
}

.helpdesk_wrap .service_ol li h4 {
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  background: url("/_Resources/img/h4_line.png") 0 bottom no-repeat;
}

.helpdesk_wrap .service_ol li p {
  margin-top: 20px;
  word-wrap: break-all;
}

div.view_box {
  clear: both;
  position: relative;
  padding: 25px 180px 25px 25px;
  line-height: 20px;
  border: 1px solid #e6e6e6;
}

div.view_box p {
  padding-left: 45px;
  color: #666666;
  background: url("/_Resources/img/ic_warning.png") 0 center no-repeat;
}

div.view_box p em {
  color: #000000;
}

div.view_box button {
  top: 50%;
  right: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  margin-top: -22px;
}

.detail_tab {
  border-bottom: none;
  margin: 70px 0 0 0;
}

.detail_tab li.on button.btn_tab {
  color: #333;
}

.detail_tab button.btn_tab {
  position: absolute;
  top: 0;
  width: 14% !important;
  height: 60px !important;
  font-size: 17px !important;
  color: #c1c1c1;
}

.detail_tab button.btn2 {
  left: 14% !important;
}

.detail_tab button.btn3 {
  left: 28% !important;
}

.detail_tab button.btn4 {
  left: 42% !important;
}

.detail_tab button.btn5 {
  left: 56% !important;
}

.detail_tab button.btn6 {
  left: 70% !important;
}

.detail_tab button.btn7 {
  width: 16.1% !important;
  left: 84% !important;
}

.detail_tab .tab_content {
  margin-top: 60px !important;
  padding: 0 !important;
}

.detail_tab .tab_content h4 {
  margin-top: 30px !important;
}

.help_info {
  top: 30px;
  right: 60px;
  bottom: auto;
  left: auto;
  position: absolute;
}

button.btn_issued {
  width: 85px;
  height: 30px;
  background: url("/_Resources/img/ic_print.png") no-repeat 15px 7px;
}

button.btn_atlast {
  width: 170px;
  height: 43px;
}

button.btn_sevice {
  width: 100px;
  height: 40px;
  background: #c1c1c1;
}

.delivery_srch {
  margin: 0;
  padding: 20px 30px;
  background: #f7f7f7;
}

.delivery_srch input.search_input {
  width: 277px;
  height: 35px;
  padding: 0 0 0 10px;
  border: 1px solid #e6e6e6;
  vertical-align: top;
}

.delivery_srch dl {
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}

.delivery_srch dl dt {
  float: left;
  width: 110px;
  padding-left: 13px;
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
  background: url("/_Resources/img/bullet.png") 0 10px no-repeat;
}

.delivery_srch dl dd.term button {
  width: 74px;
  height: 35px;
  margin-right: 5px;
  color: #999;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.delivery_srch dl dd.term button.on {
  color: #000000;
  border: 1px solid #666666;
}

.delivery_srch dl dd span.dash {
  margin: 0 7px;
}

.delivery_srch dl dd button.calendar {
  display: inline-block;
  width: 40px;
  height: 35px;
  margin-left: -1px;
  border: 1px solid #e6e6e6;
  background: url("/_Resources/img/ic_calendar.png") center no-repeat;
  vertical-align: top;
}

table.tb_help th {
  text-align: center;
}

table.tb_help td.tit {
  text-align: left;
}

table.tb_help tr.none {
  cursor: default;
  background: none;
}

table.tb_help button.lookup {
  width: 75px;
  padding: 5px 0 7px 0;
  font-size: 12px;
}

table.tb_help button.detail {
  width: 55px;
  padding: 5px 0 7px 0;
  font-size: 12px;
  border: 1px solid #666666;
}

table.tb_help td div.chart {
  position: relative;
  width: 50px;
  height: 70px;
  margin: 0 auto;
  padding: 10px 0;
}

table.tb_help td span.percent {
  top: 26px;
  right: auto;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

table.tb_help tr.answer {
  background: #f7f7f7;
  cursor: default;
}

table.tb_help tr.answer td {
  padding: 40px 30px;
  text-align: left;
  line-height: 22px;
}

table.tb_help tr.answer td img {
  margin-top: 30px;
}

.solution_title {
  padding: 25px 0;
  border: 1px solid #e6e6e6;
  background: url(/_Resources/img/solution_bg.png) no-repeat;
}

.solution_title h3 {
  padding: 0 30px 25px 30px;
  font-size: 17px;
  font-weight: normal;
  background: url(/_Resources/img/h4_line.png) 30px bottom no-repeat;
}

.solution_title h3 strong {
  font-size: 30px;
}

.solution_title p {
  margin-top: 25px;
  padding: 0 30px;
  line-height: 20px;
  color: #666666;
}

.solution_title div.pc_info {
  margin-top: 28px;
  border-top: 1px solid #e6e6e6;
}

.solution_title div.pc_info dl {
  float: left;
  width: 50%;
  padding: 30px 0 10px 0;
}

.solution_title div.pc_info dl dt {
  float: left;
  margin-right: 40px;
  padding-left: 50px;
  font-size: 30px;
}

.solution_title div.pc_info dl dt.line {
  border-left: 1px solid #e6e6e6;
}

.solution_title div.pc_info dl dd {
  margin-top: 13px;
  font-size: 15px;
  color: #666666;
}

.solution_ol {
  overflow: hidden;
}

.solution_ol li {
  position: relative;
  height: 90px;
  margin-top: 40px;
  padding-left: 130px;
  color: #666666;
  line-height: 20px;
}

.solution_ol li.ic1 {
  margin-top: 20px;
  background: url("/_Resources/img/ic_solution1.png") 0 top no-repeat;
}

.solution_ol li.ic2 {
  background: url("/_Resources/img/ic_solution2.png") 0 top no-repeat;
}

.solution_ol li.ic3 {
  background: url("/_Resources/img/ic_solution3.png") 0 top no-repeat;
}

.solution_ol li h4 {
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  background: url("/_Resources/img/h4_line.png") 0 bottom no-repeat;
}

.solution_ol li p {
  margin-top: 20px;
  word-wrap: break-all;
}

.solution_btns {
  top: auto;
  right: 0;
  bottom: 10px;
  left: auto;
  position: absolute;
}

.solution_btns a.btn_internet {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  width: 160px;
  height: 50px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding-top: 14px;
  background: none;
  margin-right: 5px;
  vertical-align: middle;
}

.solution_btns a.btn_internet:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.solution_btns button.btn_atlast {
  width: 160px;
  height: 50px;
  vertical-align: middle;
}

.solution_btns .layer_pop {
  display: none;
  color: #000000;
  line-height: normal;
}

.solution_btns .layer_pop h2 {
  background: url("/_Resources/img/ic_notice04.png") 0 5px no-repeat !important;
}

.solution_btns .layer_pop .layer_content p {
  margin-top: 0;
  color: #666666;
}

.solution_btns .layer_pop .layer_content li {
  margin-top: 30px;
  height: auto;
  padding-left: 0;
}

.solution_btns .layer_pop .layer_content li a {
  text-decoration: underline;
}

.solution_btns .layer_pop .layer_content li strong {
  color: #ff6a4c;
}

.solution_btns .layer_pop .layer_content li img {
  margin: 30px 0 50px 0;
}

.solution_btns .layer_pop .layer_content .p_top {
  margin: 30px 0 0 0 !important;
}

.solution_btns .layer_pop .layer_content .p_top em {
  text-decoration: underline;
  color: #000000;
}

.solution_btns .layer_pop .solution_tab {
  margin-bottom: 0;
  border-bottom: none;
}

.solution_btns .layer_pop .solution_tab h3 {
  margin: 0 !important;
}

.solution_btns .layer_pop .solution_tab ul li {
  position: static;
}

.solution_btns .layer_pop .solution_tab ul li .tab_content {
  padding-top: 20px !important;
}

.solution_btns .layer_pop .solution_tab ul li .tab_content h4 {
  display: none;
}

.solution_btns .layer_pop .solution_tab ul li button.btn_tab {
  width: 50% !important;
}

.solution_btns .layer_pop .solution_tab ul li button.btn2 {
  left: 50% !important;
}

.layer_pop {
  overflow-y: auto;
}

.layer_pop .notice_ban_wrap {
  display: block !important;
}

.layer_pop .notice_ban_wrap h2 {
  padding-left: 45px;
  font-size: 30px;
  background: url("/_Resources/img/ic_notice01.png") 0 2px no-repeat;
}

.layer_pop .notice_ban_wrap .layer_content {
  margin-top: 40px;
}

.layer_pop .notice_ban_wrap .layer_content h3 {
  margin-bottom: 15px;
  font-size: 17px;
}

.layer_pop .notice_ban_wrap .layer_content p.con_box {
  height: 130px;
  margin-top: 20px;
  padding: 20px;
  line-height: 20px;
  color: #666666;
  border: 1px solid #e6e6e6;
  overflow-y: auto;
}

.refund_wrap {
  overflow: hidden;
  margin-bottom: 70px;
  word-break: keep-all;
}

.refund_wrap h3 {
  margin-bottom: 20px;
  font-size: 19px;
  font-size: 1.235rem;
  font-weight: normal;
}

.refund_wrap .refund_title {
  height: 240px;
  padding: 25px 30px;
  border: 1px solid #e6e6e6;
  background: url(/_Resources/img/refund_bg.png) no-repeat;
}

.refund_wrap .refund_title h3 {
  padding-bottom: 25px;
  letter-spacing: -2px;
  font-size: 26px;
  font-size: 1.69rem;
  font-weight: bold;
  background: url(/_Resources/img/h4_line.png) 0 bottom no-repeat;
}

.refund_wrap .refund_title p {
  font-size: 13px;
  font-size: 0.845rem;
  margin-top: 25px;
  line-height: 20px;
  color: #666666;
}

.refund_wrap .check_ul {
  margin-top: 50px;
}

.refund_wrap .check_ul li {
  padding: 10px 0 70px 65px;
}

.refund_wrap .check_ul li strong {
  font-size: 17px;
  font-size: 1.105rem;
  letter-spacing: -1px;
}

.refund_wrap .check_ul li p {
  padding-top: 10px;
  line-height: 24px;
  font-size: 13px;
  font-size: 0.845rem;
  letter-spacing: -1px;
}

.refund_wrap .check_ul li.check_1 {
  background: url(/_Resources/img/refund_ic_1.png) top left no-repeat;
  background-size: 60px;
}

.refund_wrap .check_ul li.check_2 {
  background: url(/_Resources/img/refund_ic_2.png) top left no-repeat;
  background-size: 60px;
}

.refund_wrap .txt .txt_ul li {
  padding: 3px 0;
}

.refund_wrap .refund_ul {
  padding: 35px;
  background: #eef3f5;
}

.refund_wrap .refund_ul li {
  padding: 10px 0;
  line-height: 24px;
  list-style: none;
  color: #393939;
  font-size: 13px;
  font-size: 0.845rem;
}

.refund_wrap .refund_ul li ul {
  padding-left: 20px;
}

.refund_wrap .refund_ul li ul li {
  padding: 5px 0;
  line-height: 22px;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}

.refund_wrap p {
  font-size: 13px;
  font-size: 0.845rem;
  line-height: 24px;
  color: #393939;
}

.share-img {
  position: relative;
  background-color: #333;
}

.share-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/_Resources/img/naebaeca/watermark.svg);
  background-repeat: repeat;
  background-size: 10%;
  opacity: .2;
}

.share-img img {
  position: relative;
  width: 100%;
}

.share-comment {
  padding: 30px;
  background-color: #f7f7f7;
}

.share-comment .comment-header {
  padding: 20px 0;
}

.share-comment .comment-header span {
  font-size: 15px;
  font-size: 0.975rem;
  font-weight: bold;
}

.share-comment .comment-header span strong {
  padding-left: 4px;
  font-size: 16px;
  font-size: 1.04rem;
  color: #2960c5;
}

.share-comment .comment-cont .comment-list .comment-item {
  padding: 30px 0;
  border-bottom: 1px solid #dadada;
}

.share-comment .comment-cont .comment-list .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.share-comment .comment-cont .comment-list .comment-item .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.share-comment .comment-cont .comment-list .comment-item .user-info .info-wrap .name {
  font-size: 13px;
  font-size: 0.845rem;
  font-weight: bold;
}

.share-comment .comment-cont .comment-list .comment-item .user-info .info-wrap .date {
  padding-left: 4px;
  color: #959595;
  font-size: 12px;
  font-size: 0.78rem;
}

.share-comment .comment-cont .comment-list .comment-item .user-info .btn-wrap button {
  padding: 10px;
  font-size: 12px;
  font-size: 0.78rem;
  font-weight: bold;
}

.share-comment .comment-cont .comment-list .comment-item .user-info .btn-wrap button:hover {
  background-color: #eee;
}

.share-comment .comment-cont .comment-list .comment-item .user-comment {
  font-size: 13px;
  font-size: 0.845rem;
  line-height: 20px;
}

.share-comment .comment-cont .comment-list .comment-item .user-comment textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #dadada;
}

.share-comment .comment-write {
  padding: 20px;
  background-color: #fff;
}

.share-comment .comment-write .comment-wrap .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.share-comment .comment-write .comment-wrap .user-info .info-wrap .name {
  font-size: 13px;
  font-size: 0.845rem;
  font-weight: bold;
}

.share-comment .comment-write .comment-wrap .user-info .info-wrap .date {
  padding-left: 4px;
  color: #959595;
  font-size: 12px;
  font-size: 0.78rem;
}

.share-comment .comment-write .comment-wrap .user-info .btn-comment {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  padding: 8px;
  background-color: #737373;
  border: 1px solid #737373;
  color: #fff;
}

.share-comment .comment-write .comment-wrap .user-info .btn-comment:hover {
  background-color: #5b5b5b;
  border: 1px solid #5b5b5b;
}

.share-comment .comment-write .comment-wrap textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #dadada;
}

.file-wrapper .filebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.file-wrapper .filebox .upload-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #ededed;
  border: 1px solid #ededed;
}

.file-wrapper .filebox label[for="file"] {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 30px;
  padding: 5px;
  background-color: #737373;
  border: 1px solid #737373;
  color: #fff;
  text-align: center;
}

.file-wrapper .filebox label[for="file"]:hover {
  background-color: #5b5b5b;
  border: 1px solid #5b5b5b;
}

.file-wrapper .filebox input[type="file"] {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

.file-wrapper .preview img.thumb {
  position: relative;
  width: 100px;
  height: 100px;
}

.file-wrapper .preview-wrap {
  display: none;
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-color: #eee;
}

.file-wrapper .preview-wrap .preview-del {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 2px;
  background-color: #737373;
  color: #fff;
}

.thumb-board .thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.thumb-board .thumb-list .thumb-item {
  width: calc(100%/4 - 12px);
  height: 270px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.thumb-board .thumb-list .thumb-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: #f5f5f5;
}

.thumb-board .thumb-list .thumb-item a:hover {
  background-color: #e5e5e5;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.thumb-board .thumb-list .thumb-item:nth-child(4n) {
  margin-right: 0;
}

.thumb-board .thumb-list .thumb-item .img-wrap {
  width: 100%;
  height: 100px;
}

.thumb-board .thumb-list .thumb-item .img-wrap img {
  width: 100%;
  height: 100px;
  border-radius: 15px;
  border: 1px solid #111;
}

.thumb-board .thumb-list .thumb-item .txt-wrap .title .lec, .thumb-board .thumb-list .thumb-item .txt-wrap .title .tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  display: block;
  width: 100%;
}

.thumb-board .thumb-list .thumb-item .txt-wrap {
  width: 100%;
}

.thumb-board .thumb-list .thumb-item .txt-wrap .title {
  width: 100%;
  margin-top: 15px;
}

.thumb-board .thumb-list .thumb-item .txt-wrap .title .lec {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.78rem;
}

.thumb-board .thumb-list .thumb-item .txt-wrap .title .tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.04rem;
  font-weight: bold;
}

.thumb-board .thumb-list .thumb-item .txt-wrap .user {
  position: relative;
  margin-top: 20px;
  color: #959595;
  font-size: 11px;
  font-size: 0.715rem;
}

.thumb-board .thumb-list .thumb-item .txt-wrap .user .name {
  padding-left: 5px;
}

.thumb-board .thumb-list .thumb-item .txt-wrap .user .comment {
  position: absolute;
  top: -4px;
  right: 0;
  padding: 5px;
  background-color: #eee;
  font-weight: 700;
}
