@charset "utf-8";

@import url("common.css");
@import url("owl.carousel.css");

/************************************************
	layout
************************************************/

#wrap {
  position: relative;
  overflow: hidden;
}

#header {
  position: relative;
  height: 85px;
  padding: 10px 0 0 0;
  z-index: 5;
  border-bottom: 3px solid #f08100;
}
#header h1.logo {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 272px;
  margin-left: -588px;
  z-index: 10;
}
#header h1.logo > a {
  width: 290px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  background: url(/img/common/re_logo.png) center center no-repeat;
}
#header .header-top {
  position: absolute;
  top: 20px;
  right: 50%;
  height: 24px;
  line-height: 24px;
  margin-right: -550px;
}
#header .header-top ul {
  display: inline-block;
}
#header .header-top li {
  display: inline-block;
}
#header .header-top li a {
  position: relative;
  display: block;
  color: #959595;
  font-size: 12px;
  padding: 0 10px;
}
#header .header-top li a:hover {
  text-decoration: underline;
}
#header .header-top li a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #eaeaea;
  width: 1px;
  height: 12px;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
#header .header-top .lang {
  border: #cccccc 1px solid;
  border-radius: 12px;
  padding: 0 2px;
}
#header .header-top .lang li a {
  font-size: 11px;
}
#header .header-top .lang li a.on {
  color: #f08100;
  font-weight: 700;
}
#header .header-top .lang li a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #eaeaea;
  width: 1px;
  height: 10px;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
#header .header-top li:last-child a:after {
  display: none;
}

#header .sub-bg {
  position: absolute;
  top: 85px;
  left: 0;
  height: 200px;
  width: 100%;
  border-top: #e6e5e5 1px solid;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
}

#gnb-wrap {
  position: relative;
  z-index: 9;
}
#gnb {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 338px;
  z-index: 4;
  text-align: left;
}
#gnb > li {
  display: inline-block;
  padding: 0 26px;
}
#gnb > li > a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #434343;
  padding: 0;
  line-height: 76px;
  height: 76px;
}
#gnb > li.customer {
  position: relative;
}
#gnb > li.customer:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
#gnb > li.customer > a {
  color: #959595;
}
#gnb > li > a:hover,
#gnb > li:hover > a,
#gnb > li.top_2th_ov > a {
  color: #f08100;
}

#gnb > li > a:hover:after,
#gnb > li:hover > a:after,
#gnb > li.top_2th_ov > a:after {
  content: "";
  display: block;
  opacity: 1;
}
#gnb > li > .subdepth {
  position: absolute;
  top: 78px;
  left: 40px;
  width: 95%;
  padding: 40px 0 0 0;
  height: 200px;
  text-align: left;
  display: none;
}
#gnb > li > .subdepth > .tit-tx {
  position: relative;
  float: left;
  width: 275px;
  height: 110px;
  color: #959595;
}
#gnb > li > .subdepth > .tit-tx strong {
  font-size: 24px;
  color: #f08100;
  line-height: 1;
  display: block;
  margin: 0 0 15px 0;
}
#gnb > li > .subdepth > .tit-tx:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  width: 72px;
  height: 70px;
}
#gnb > li.gnb1 > .subdepth > .tit-tx:after {
  background-image: url(../images/gnb_icon01.png);
}
#gnb > li.gnb2 > .subdepth > .tit-tx:after {
  background-image: url(../images/gnb_icon02.png);
}
#gnb > li.gnb3 > .subdepth > .tit-tx:after {
  background-image: url(../images/gnb_icon03.png);
}
#gnb > li.gnb4 > .subdepth > .tit-tx:after {
  background-image: url(../images/gnb_icon04.png);
}
#gnb > li.gnb5 > .subdepth > .tit-tx:after {
  background-image: url(../images/gnb_icon05.png);
}
#gnb > li.gnb6 > .subdepth > .tit-tx:after {
  background-image: url(../images/gnb_icon06.png);
}
#gnb > li > .subdepth > .inner {
  float: left;
  display: table;
  height: 110px;
}
#gnb > li > .subdepth > .inner > ul {
  display: table-cell;
  border-left: #eaeaea 1px solid;
  width: 235px;
}
#gnb > li > .subdepth > .inner > ul > li + li {
  margin-top: 15px;
}
#gnb > li > .subdepth > .inner > ul > li > a {
  position: relative;
  display: block;
  line-height: 1;
  color: #666;
  padding-left: 29px;
}
#gnb > li > .subdepth > .inner > ul > li > a:hover {
  color: #f08100;
  text-decoration: underline;
}
#gnb > li > .subdepth > .gnb-brn {
  position: absolute;
  top: 10px;
  right: 0;
}

#container {
  position: relative;
  z-index: 2;
  margin: 0;
}
#container > #content {
  position: relative;
  width: 100%;
  margin: 0;
}
#container > #content.com-reg {
  background-color: #f6f7fa;
}
#container > #content.com-reg .tit-area {
  border-bottom: #e5e5e5 1px solid;
}
#container > #content .con-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#container .tit-area {
  height: 270px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
}
.tit-area > .inner {
  display: table-cell;
  vertical-align: middle;
}
.tit-area h2 {
  text-align: center;
  line-height: 1;
  padding: 0 0 25px;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  background: url(../images/icon_h2_blue.png) 50% 100% no-repeat;
}
.tit-area .sub-tx {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}
#container .brd-wr .tit-area {
  height: auto;
  padding: 60px 0;
  background-color: #fff;
}
#container .brd-wr .tit-area h2 {
  padding: 0 0 25px;
  color: #121212;
  background: url(../images/icon_h2_blue.png) 50% 100% no-repeat;
}
#container .brd-wr .tit-area .sub-tx {
  color: #666;
}

#footer {
  position: relative;
  z-index: 1;
  padding: 0;
  clear: both;
  text-align: center;
  background: #35363a;
  font-size: 13px;
  padding: 20px 0;
  color: #a3a3a3;
  line-height: 24px;
}
#footer span {
  display: inline-block;
  width: 15px;
}
#footer p {
  margin-top: 10px;
  color: #cccccc;
}

#back-top {
  position: fixed;
  bottom: 574px;
  right: 50%;
  border-radius: 50%;
  margin: 0 -586px 0 0;
  z-index: 6;
  width: 38px;
  height: 38px;
  background: url(../images/top.png) 50% 50% no-repeat;
  display: block;
  padding: 15px 0 0 0;
  cursor: pointer;
  text-indent: -9999px;
}

.m_lmenu {
  display: none;
}

@media (min-width: 769px) {
  #wrap {
    min-width: 769;
  }
  .bt-menu {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  #gnb-wrap {
    position: relative;
    z-index: 9;
  }
  #gnb {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 4;
    text-align: right;
  }

  #container {
    position: relative;
    z-index: 2;
    margin: 0;
  }
  #container > #content {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #container > #content .con-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #container .tit-area {
    height: 270px;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .tit-area > .inner > h2 {
    text-align: center;
    line-height: 1;
    padding: 0 0 20px;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    margin: 0;
    background: url(../images/icon_h2_blue.png) 50% 100% no-repeat;
  }
}

@media (max-width: 1100px) {
}

@media (min-width: 640px) and (max-width: 768px) {
  #container .tit-area {
    height: 200px;
    background-size: auto 200px;
  }
  .tit-area > h2 {
    text-align: center;
    line-height: 1;
    padding: 60px 0 20px;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    background: url(../images/icon_h2.png) 50% 100% no-repeat;
    background-size: 14px auto;
  }
}

@media (max-width: 768px) {
  #header {
    height: 62px;
    padding: 16px 0 0 0;
    z-index: 5;
  }
  #header h1.logo {
    position: relative;
    top: auto;
    left: auto;
    width: 200px;
    margin-left: 40px;
  }
  #header h1.logo > a {
    height: 30px;
    display: block;
    text-indent: -9999px;
    background: url(/img/common/re_logo.png) 100% 100% no-repeat;
    background-size: 170px 26px;
  }
  #header .header-top {
    position: absolute;
    top: 25px;
    right: 20px;
    height: 24px;
    line-height: 24px;
    margin-right: 0;
  }
  #header .header-top ul {
    display: none;
  }
  #header .header-top .lang {
    position: relative;
    display: block;
    border: #cccccc 1px solid;
    border-radius: 12px;
    padding: 0 16px 0 5px;
  }
  #header .header-top .lang li a {
    color: #f08100;
    font-size: 10px;
    padding: 0;
  }
  #header .header-top .lang:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -6px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/icon_global.png) 50% 50% no-repeat;
    background-size: 11px 11px;
    vertical-align: middle;
  }
  #header .header-top .lang li a.on {
    display: none;
  }
  #header .header-top .lang li a:after {
    display: none;
  }
  #gnb-wrap {
    display: none;
  }

  .bt-menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -15px;
    height: 30px;
    width: 40px;
    background: url(/img/common/bt_menu.png) 50% 50% no-repeat;
    background-size: 21px 15px;
    text-indent: -9999px;
  }
  .bt-menu.open {
    background: url(/img/common/bt_close.png) 50% 50% no-repeat;
    background-size: 15px 15px;
  }

  #container > #content {
  }
  #container > #content .con-inner {
    position: relative;
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
  }

  /* ml */
  body.ovf_hdn,
  .ovf_hdn {
    overflow: hidden;
    height: 100%;
  }
  .m_lmenu {
    position: absolute;
    display: block;
    left: -100%;
    top: 62px;
    width: 100%;
    margin-right: 0;
    height: 100%;
    padding: 0;
    z-index: 9999;
    background-color: #fff;
  }
  .m_lmenu .close-area {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    display: block;
  }
  .m_lmenu .inner {
    position: relative;
    background-color: #fff;
    padding: 0;
    overflow-y: auto;
  }
  .m_lmenu .left_menu {
    margin: 0;
  }
  .m_lmenu .left_menu > li {
    overflow: hidden;
    border-top: #f6f7fa 1px solid;
  }
  .m_lmenu .left_menu > li + li {
    border-top: #f6f7fa 1px solid;
  }
  .m_lmenu .left_menu > li > a {
    position: relative;
    display: block;
    line-height: 41px;
    padding: 0 40px 0 20px;
    background-color: #fff;
    font-size: 15px;
    color: #333;
    margin-top: -1px;
  }
  .m_lmenu .left_menu > li > a:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    background: url(/img/common/m_gnb_icon1.png) 50% 50% no-repeat;
    background-size: 10px 10px;
  }
  .m_lmenu .left_menu > li.on > a {
    color: #f08100;
  }
  .m_lmenu .left_menu > li.on > a:after {
    background: url(/img/common/m_gnb_icon1_on.png) 50% 50% no-repeat;
    background-size: 10px 2px;
  }
  .m_lmenu .left_menu > li > ul {
    background-color: #f6f7fa;
    margin: 0 -1px -1px 0;
    overflow: hidden;
  }
  .m_lmenu .left_menu > li > ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
  }
  .m_lmenu .left_menu > li > ul > li {
    float: left;
    width: 50%;
    border-bottom: #eaeaea 1px solid;
    border-right: #eaeaea 1px solid;
  }
  .m_lmenu .left_menu > li > ul > li > a {
    position: relative;
    padding: 0 40px 0 20px;
    display: block;
    font-size: 13px;
    color: #757575;
    line-height: 33px;
  }
  .m_lmenu .left_menu > li > ul > li > a:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    background: url(../images/m_gnb_icon2.png) 50% 50% no-repeat;
    background-size: 6px 10px;
  }
  .m_lmenu .left_menu > li > ul > li > ul > li > a {
    position: relative;
    padding: 0 80px 0 30px;
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 35px;
    background-color: #fafafa;
  }
  .m_lmenu .m-hd {
    position: relative;
    background: #f08100;
    padding: 0 20px;
    height: 50px;
    color: #fff;
  }
  .m_lmenu .m-hd .login {
    background: url(../images/m_gnb_info.png) 0 50% no-repeat;
    background-size: 31px 21px;
    padding: 0 0 0 40px;
    line-height: 50px;
    display: block;
    float: left;
  }
  .m_lmenu .m-hd .login > a {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
    font-size: 9px;
    padding: 0 5px;
    border: #fff 1px solid;
    border-radius: 2px;
  }
  .m_lmenu .m-hd > ul {
    text-align: center;
    float: right;
  }
  .m_lmenu .m-hd > ul li {
    display: inline-block;
  }
  .m_lmenu .m-hd > ul li a {
    position: relative;
    line-height: 1;
    font-size: 9px;
    display: block;
    padding: 30px 3px 0;
    color: #deeaf7;
    background-size: 20px 15px;
    background-position: 50% 10px;
    background-repeat: no-repeat;
  }
  .m_lmenu .m-hd > ul li.mhd01 a {
    background-image: url(../images/m_gnb01.png);
  }
  .m_lmenu .m-hd > ul li.mhd02 a {
    background-image: url(../images/m_gnb02.png);
  }
  .m_lmenu .m-hd > ul li.mhd03 a {
    background-image: url(../images/m_gnb03.png);
  }
}
@media (max-width: 640px) {
  #container .tit-area {
    height: 145px;
    background-size: auto 145px;
  }
  .tit-area h2 {
    text-align: center;
    line-height: 1;
    padding: 0 0 18px;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    background: url(../images/icon_h2_blue.png) 50% 100% no-repeat;
    background-size: 14px auto;
  }
  .tit-area .sub-tx {
    margin-top: 10px;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tit-area .sub-tx span {
    display: block;
  }
  #container .brd-wr .tit-area {
    padding: 30px 0;
  }
  #container .brd-wr .tit-area h2 {
    padding: 0 0 20px;
    color: #121212;
    background: url(../images/icon_h2_blue.png) 50% 100% no-repeat;
    background-size: 14px auto;
  }
  #container .tbl-vew .tit-area {
    display: none;
  }
}

/* BreadCrumb */
.location {
  position: relative;
  z-index: 3;
  background: #f08100;
  margin: 0;
  font-size: 15px;
}
.location:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.location .path {
  width: 1200px;
  margin: 0 auto;
}
.location .path > li {
  position: relative;
  float: left;
  line-height: 50px;
  min-width: 190px;
  text-align: left;
}
.location .path > li > a {
  display: block;
  padding-left: 14px;
  color: #fff;
  line-height: 50px;
  padding-right: 40px;
  border-left: #fab76a 1px solid;
  font-weight: 400;
}
.location .path > li > span {
  display: block;
  padding-left: 14px;
  color: #666;
  line-height: 40px;
  padding-right: 16px;
  border-left: #e9e9e9 1px solid;
}
.location .path > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  width: 10px;
  height: 5px;
  display: inline-block;
  background: url(/img/sub/arrow.png) 50% 50% no-repeat;
}
.location .path > li.on > a,
.location .path > li > a:focus,
.location .path > li > a:hover {
  text-decoration: underline;
}
.location .path > li > a img {
  vertical-align: 0;
}
.location .path > li:first-child {
  margin-left: 0;
  padding-left: 0;
  background-image: none;
  width: 50px;
  min-width: 50px;
  border-left: 1px solid #fab76a;
  text-align: center;
}
.location .path > li:first-child img {
  vertical-align: middle;
}
.location .path > li:first-child > a:after {
  display: none;
}
.location .path > li:first-child > a {
  width: 40px;
  line-height: 40px;
  padding: 0;
  background: url(../images/icon_home.png) 50% 50% no-repeat;
  text-indent: -9999px;
  border-left: #3a7fce 1px solid;
}
.location .path > li:first-child > a:hover,
.location .path > li:first-child > a:focus {
}
.location .path > li:last-child {
  min-width: 190px;
}
.location .path > li:last-child > a,
.location .path > li:last-child > span {
  border-right: #fab76a 1px solid;
}
.location .path .sub-path {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 30;
  width: 100%;
  font-size: 14px;
}
.location .path .sub-path.show,
.location .path .low_path.show .location .path > li.on .sub-path,
.location .path > li:hover .sub-path {
  display: block;
}
.location .path .sub-path ul {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.location .path .sub-path ul li {
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.location .path .sub-path ul li:first-child {
  border-top: 0 none;
}
.location .path .sub-path ul li > a {
  display: block;
  min-width: 100%;
  height: 40px;
  padding: 0 10px 0 14px;
  color: #333;
  line-height: 40px;
}
.location .path .sub-path ul li.on > a,
.location .path .sub-path ul li > a:focus,
.location .path .sub-path ul li > a:hover {
  background-color: #f9f9f9;
  color: #f08100;
}
@media (max-width: 768px) {
  .location .path {
    width: 100%;
    margin: 0;
  }
  .location .path > li {
    display: none;
  }
  .location .path > li:last-child {
    display: block;
    min-width: 100%;
  }
}

/* select-box */
.chosen-container {
  font-size: 14px;
  text-align: left;
}
.chosen-container-single .chosen-single {
  height: 46px;
  line-height: 46px;
  border: 2px solid #d4d4d4;
  color: #b2b2b2;
  border-radius: 23px;
  box-shadow: none;
  background: none;
  background-color: #fff;
}
.chosen-container-single .chosen-single span {
  line-height: 46px;
  color: #333;
}
.chosen-container-single .chosen-single div {
  width: 23px;
}
.chosen-container-single .chosen-single div b {
  background: url("../images/blt_search.png") no-repeat 0 50% !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/blt_search.png") no-repeat 0 50% !important;
}
.chosen-container-single .chosen-drop {
  border-radius: 0;
  border: 1px solid #ccc;
  border-top: 2px solid #ccc;
  background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #d4d4d4;
  border-radius: 23px;
  box-shadow: none;
  background: #fff;
}
.chosen-container .chosen-results {
  padding: 0;
  margin-right: 0;
}
.chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #fff;
  color: #f08100;
}

.chosen-container.chosen-container-single.select .chosen-single {
  height: 36px;
  line-height: 36px;
  border: none;
  border: 1px solid #ccc;
  color: #b2b2b2;
  border-radius: 2px;
  box-shadow: none;
  background: none;
  background-color: #fff;
}
.chosen-container.chosen-container-single.select .chosen-single span {
  line-height: 36px;
  color: #333;
}
.chosen-container.chosen-container-single.select .chosen-single div {
  width: 34px;
  border-left: 1px solid #ccc;
}
.chosen-container.chosen-container-single.select .chosen-single div b {
  background: url("../images/blt_search2.png") no-repeat 50% 50% !important;
}
@media (max-width: 640px) {
  .chosen-container {
    font-size: 14px;
    text-align: left;
  }
  .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    border: 2px solid #d4d4d4;
    color: #b2b2b2;
    border-radius: 23px;
    box-shadow: none;
    background: none;
    background-color: #fff;
  }
  .chosen-container-single .chosen-single span {
    line-height: 30px;
    color: #333;
  }
  .chosen-container-single .chosen-single div {
    width: 23px;
  }
  .chosen-container-single .chosen-single div b {
    background: url("../images/blt_search.png") no-repeat 0 50% !important;
  }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/blt_search.png") no-repeat 0 50% !important;
  }
  .chosen-container-single .chosen-drop {
    border-radius: 0;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    background: #fff;
  }
  .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #d4d4d4;
    border-radius: 23px;
    box-shadow: none;
    background: #fff;
  }
  .chosen-container .chosen-results {
    padding: 0;
    margin-right: 0;
  }
  .chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #fff;
    color: #f08100;
  }

  .chosen-container.chosen-container-single.select .chosen-single {
    height: 30px;
    line-height: 30px;
    border: none;
    border: 1px solid #ccc;
    color: #b2b2b2;
    border-radius: 2px;
    box-shadow: none;
    background: none;
    background-color: #fff;
  }
  .chosen-container.chosen-container-single.select .chosen-single span {
    line-height: 30px;
    color: #333;
  }
  .chosen-container.chosen-container-single.select .chosen-single div {
    width: 30px;
    border-left: 1px solid #ccc;
  }
  .chosen-container.chosen-container-single.select .chosen-single div b {
    background: url("../images/blt_search2.png") no-repeat 50% 50% !important;
  }
}

/* 이전글/다음글 */
.viewBottomList {
  margin: 0;
  background-color: #fff;
}
.viewBottomList ul {
  display: table;
  width: 100%;
}
.viewBottomList .viewBottomPrev {
  display: table-cell;
  padding: 0 10px 0 110px;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: #eaeaea 1px solid;
}
.viewBottomList .viewBottomNext {
  display: table-cell;
  padding: 0 110px 0 10px;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: #eaeaea 1px solid;
  text-align: right;
}
.viewBottomList .orderPrev {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  line-height: 60px;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
}
.viewBottomList .orderNext {
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  line-height: 60px;
  padding-right: 30px;
  font-size: 14px;
  color: #333;
}
.viewBottomList .orderPrev:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #eaeaea;
  display: block;
}
.viewBottomList .orderNext:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #eaeaea;
  display: block;
}
.viewBottomList a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
.viewBottomList .viewBottomPrev:hover a,
.viewBottomList .viewBottomNext:hover a {
  color: #222;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .viewBottomList ul {
    display: block;
    width: 100%;
  }
  .viewBottomList .viewBottomPrev {
    display: block;
    padding: 0 10px 0 80px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: #eaeaea 1px solid;
  }
  .viewBottomList .viewBottomNext {
    display: block;
    padding: 0 10px 0 80px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: #eaeaea 1px solid;
    text-align: left;
  }
  .viewBottomList .orderPrev {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 12px;
    color: #333;
  }
  .viewBottomList .orderNext {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 74px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 0;
    font-size: 12px;
    color: #333;
  }
  .viewBottomList .orderPrev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -2px;
    display: block;
    width: 7px;
    height: 4px;
    background: url(../images/icon_arr_up.jpg) 50% 50% no-repeat;
    background-size: 7px 4px;
  }
  .viewBottomList .orderNext:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -2px;
    display: block;
    width: 7px;
    height: 4px;
    background: url(../images/icon_arr_down.jpg) 50% 50% no-repeat;
    background-size: 7px 4px;
  }
  .viewBottomList .orderPrev:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #eaeaea;
    display: block;
  }
  .viewBottomList .orderNext:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #eaeaea;
    display: block;
  }
  .viewBottomList a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .viewBottomList .viewBottomPrev:hover a,
  .viewBottomList .viewBottomNext:hover a {
    color: #222;
    text-decoration: underline;
  }
}

/* ul */
.ul-list01 li {
  text-indent: -12px;
  margin-left: 12px;
}
.ul-list01 li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #757575;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.ul-list02 li {
  text-indent: -12px;
  margin-left: 12px;
}
@media (max-width: 640px) {
  .ul-list01 li {
    text-indent: -12px;
    margin-left: 12px;
  }
  .ul-list01 li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #757575;
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: middle;
  }
  .ul-list02 li {
    text-indent: -12px;
    margin-left: 12px;
  }
}

/* paging */
div.paging {
  text-align: center;
  padding: 0;
  margin: 40px 0 0 0;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
}
div.paging a {
  display: inline-block;
  width: 30px;
  height: 40px;
  border: none;
  line-height: 40px;
  text-align: center;
  margin: 0 2px;
  color: #999;
  vertical-align: middle;
}
div.paging a:hover,
div.paging a.on {
  color: #f08100;
  font-weight: bold;
  text-decoration: underline;
}
div.paging .direction,
div.paging .direction:hover {
  text-indent: -9999px;
  width: 40px;
  border: #ddd 2px solid;
  border-radius: 50%;
}
div.paging .direction.prev {
  background: url(../images/paging_prev.png) 50% 50% no-repeat;
  margin-right: 10px;
}
div.paging .direction.next {
  background: url(../images/paging_next.png) 50% 50% no-repeat;
  margin-left: 10px;
}
div.paging .direction.first {
  background: url(../images/paging_first.png) 50% 50% no-repeat;
}
div.paging .direction.last {
  background: url(../images/paging_last.png) 50% 50% no-repeat;
}
div.paging .paging-pc {
  display: inline-block;
}
div.paging .paging-m {
  display: none;
}
@media (max-width: 768px) {
  div.paging {
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
    font-size: 17px;
    line-height: 25px;
  }
  div.paging a {
    display: inline-block;
    width: 24px;
    height: 30px;
    border: none;
    line-height: 30px;
    text-align: center;
    margin: 0 2px;
    color: #999;
    vertical-align: middle;
  }
  div.paging .direction {
    width: 30px;
    height: 30px;
    border: #ddd 1px solid;
    border-radius: 50%;
  }
  div.paging .paging-pc {
    display: none;
  }
  div.paging .paging-m {
    display: inline-block;
    font-size: 17px;
  }
  div.paging .paging-m strong {
    line-height: 30px;
    font-size: 17px;
    color: #f08100;
  }
}

/* popup */
.bPopup {
  display: none;
  width: 600px;
}
.bPopup .pop-tit {
  line-height: 60px;
  margin: 0;
  color: #fff;
  background-color: #f08100;
  font-size: 20px;
  padding: 0 30px;
  border-radius: 3px 3px 0 0;
}
.bPopup .pop-content {
  padding: 30px 30px 15px 30px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}
.bPopup .pop-content .pop-bottom {
  padding: 0;
  margin-top: 1em;
}
.bPopup .pop-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url(../images/bt_close_w.png) 50% 50% no-repeat;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}
@media (max-width: 640px) {
  .bPopup {
    display: none;
    width: 100%;
    padding: 15px;
  }
  .bPopup > .inner {
    position: relative;
  }
  .bPopup .pop-tit {
    line-height: 40px;
    margin: 0;
    color: #fff;
    background-color: #f08100;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 3px 3px 0 0;
  }
  .bPopup .pop-content {
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
  }
  .bPopup .pop-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(../images/bt_close_w.png) 50% 50% no-repeat;
    background-size: 17px 17px;
    text-indent: -9999px;
    display: block;
  }
}
