.c1 {
  color: #0064b0 !important; }

.c2 {
  color: #0094db !important; }

.c3 {
  color: #333; }

.c6 {
  color: #666; }

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
pre {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans KR";
  line-height: 150%;
  font-weight: 300; }

td,
th {
  padding: 0;
  font-family: "Noto Sans KR";
  font-size: 14px;
  color: #333;
  font-weight: 300; }

a,
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none; }

body {
  height: 100%;
  position: relative;
  overflow-y: scroll;
  word-break: keep-all;
  *word-break: keep-all;
  -ms-word-break: keep-all; }

img,
fieldset,
iframe {
  border: 0 none; }

li {
  list-style: none; }

input,
select,
button,
textarea {
  padding: 0;
  border: 1px solid #ddd;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 300; }

input {
  padding: 0 10px; }

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0; }

input[type="file"] {
  padding: 0;
  -webkit-border-radius: 0; }

input[type="file"]::-webkit-file-upload-button {
  vertical-align: middle;
  height: 100%; }

select::-ms-expand {
  display: none; }

select {
  padding: 0 25px 0 10px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-color: #fff;
  background-image: url(../img/init/sel_init_ico.png);
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px; }

select option {
  background: #fff;
  color: #333; }

textarea {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top; }

em,
address {
  font-style: normal; }

label,
button {
  cursor: pointer; }

button {
  background: none;
  border: none;
  vertical-align: top; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

legend {
  *width: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

pre {
  white-space: pre-line;
  font-family: "Noto Sans KR"; }

sup {
  font-size: 50%; }

/* position */
.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

/* display */
.dn {
  display: none; }

.dib {
  display: inline-block; }

.db {
  display: block; }

.dt {
  display: table; }

.dtr {
  display: table-row; }

.dtc {
  display: table-cell; }

.dt {
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.dtr {
  width: 100%; }

.dtc {
  vertical-align: middle; }

/* float */
.fl {
  float: left; }

.fr {
  float: right; }

.flul > li {
  float: left; }

.flul:after {
  content: "";
  display: block;
  clear: both; }

.cb:after {
  content: "";
  display: block;
  clear: both; }

/* space */
.pt0 {
  padding-top: 0px; }

.pb0 {
  padding-bottom: 0px; }

.mt0 {
  margin-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.pt70 {
  padding-top: 70px; }

.pb70 {
  padding-bottom: 70px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.pt80 {
  padding-top: 80px; }

.pb80 {
  padding-bottom: 80px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pt90 {
  padding-top: 90px; }

.pb90 {
  padding-bottom: 90px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.pt100 {
  padding-top: 100px; }

.pb100 {
  padding-bottom: 100px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.pt150 {
  padding-top: 150px; }

.pb150 {
  padding-bottom: 150px; }

.mt150 {
  margin-top: 150px; }

.mb150 {
  margin-bottom: 150px; }

.pl0 {
  padding-left: 0px; }

.pr0 {
  padding-right: 0px; }

.ml0 {
  margin-left: 0px; }

.mr0 {
  margin-right: 0px; }

.pl5 {
  padding-left: 5px; }

.pr5 {
  padding-right: 5px; }

.ml5 {
  margin-left: 5px; }

.mr5 {
  margin-right: 5px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.pl15 {
  padding-left: 15px; }

.pr15 {
  padding-right: 15px; }

.ml15 {
  margin-left: 15px; }

.mr15 {
  margin-right: 15px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.pl40 {
  padding-left: 40px; }

.pr40 {
  padding-right: 40px; }

.ml40 {
  margin-left: 40px; }

.mr40 {
  margin-right: 40px; }

.pl50 {
  padding-left: 50px; }

.pr50 {
  padding-right: 50px; }

.ml50 {
  margin-left: 50px; }

.mr50 {
  margin-right: 50px; }

.pl60 {
  padding-left: 60px; }

.pr60 {
  padding-right: 60px; }

.ml60 {
  margin-left: 60px; }

.mr60 {
  margin-right: 60px; }

.pl70 {
  padding-left: 70px; }

.pr70 {
  padding-right: 70px; }

.ml70 {
  margin-left: 70px; }

.mr70 {
  margin-right: 70px; }

.pl80 {
  padding-left: 80px; }

.pr80 {
  padding-right: 80px; }

.ml80 {
  margin-left: 80px; }

.mr80 {
  margin-right: 80px; }

.pl90 {
  padding-left: 90px; }

.pr90 {
  padding-right: 90px; }

.ml90 {
  margin-left: 90px; }

.mr90 {
  margin-right: 90px; }

.pl100 {
  padding-left: 100px; }

.pr100 {
  padding-right: 100px; }

.ml100 {
  margin-left: 100px; }

.mr100 {
  margin-right: 100px; }

.pl150 {
  padding-left: 150px; }

.pr150 {
  padding-right: 150px; }

.ml150 {
  margin-left: 150px; }

.mr150 {
  margin-right: 150px; }

/* web accessibility */
.blind {
  display: inline-block !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important; }

.skip_nav li a {
  position: absolute;
  left: -3000%; }

.skip_nav li a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #039;
  color: #fff;
  text-align: center; }

.ti {
  text-indent: -999em; }

.inp_ti {
  overflow: hidden;
  height: 0;
  text-indent: -9999px;
  font-size: 0; }

.imgz {
  width: 100%; }

.cup {
  cursor: pointer; }

.vam {
  vertical-align: middle; }

/* text */
.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

.fw1 {
  font-weight: 100; }

.fw3 {
  font-weight: 300; }

.fw5 {
  font-weight: 500; }

.fw6 {
  font-weight: 600; }

/* List layout */
.res_lst.lng1.s10 > li {
  width: calc(100% / 1 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng1.s20 > li {
  width: calc(100% / 1 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng1.s30 > li {
  width: calc(100% / 1 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng1.s40 > li {
  width: calc(100% / 1 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng1.s50 > li {
  width: calc(100% / 1 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng1.s60 > li {
  width: calc(100% / 1 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng2.s10 > li {
  width: calc(100% / 2 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng2.s20 > li {
  width: calc(100% / 2 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng2.s30 > li {
  width: calc(100% / 2 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng2.s40 > li {
  width: calc(100% / 2 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng2.s50 > li {
  width: calc(100% / 2 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng2.s60 > li {
  width: calc(100% / 2 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng3.s10 > li {
  width: calc(100% / 3 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng3.s20 > li {
  width: calc(100% / 3 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng3.s30 > li {
  width: calc(100% / 3 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng3.s40 > li {
  width: calc(100% / 3 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng3.s50 > li {
  width: calc(100% / 3 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng3.s60 > li {
  width: calc(100% / 3 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng4.s10 > li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng4.s20 > li {
  width: calc(100% / 4 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng4.s30 > li {
  width: calc(100% / 4 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng4.s40 > li {
  width: calc(100% / 4 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng4.s50 > li {
  width: calc(100% / 4 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng4.s60 > li {
  width: calc(100% / 4 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng5.s10 > li {
  width: calc(100% / 5 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng5.s20 > li {
  width: calc(100% / 5 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng5.s30 > li {
  width: calc(100% / 5 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng5.s40 > li {
  width: calc(100% / 5 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng5.s50 > li {
  width: calc(100% / 5 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng5.s60 > li {
  width: calc(100% / 5 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng6.s10 > li {
  width: calc(100% / 6 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng6.s20 > li {
  width: calc(100% / 6 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng6.s30 > li {
  width: calc(100% / 6 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng6.s40 > li {
  width: calc(100% / 6 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng6.s50 > li {
  width: calc(100% / 6 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng6.s60 > li {
  width: calc(100% / 6 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst {
  font-size: 0; }
  .res_lst > li {
    display: inline-block;
    vertical-align: top; }

.tov {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.tov_m {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

/* -webkit-line-clamp: 2;line-height: 30px; */
.mov_frame,
.frame_height {
  position: relative;
  padding-top: 56.25%; }
  .mov_frame iframe,
  .frame_height iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.bgi {
  background-image: url(../img/zip_ico.png);
  background-size: 423px 180px; }

.bgi_b:before {
  content: "";
  background-image: url(../img/zip_ico.png);
  background-size: 423px 180px; }

.bgi_a:after {
  content: "";
  background-image: url(../img/zip_ico.png);
  background-size: 423px 180px; }

.bx-wrapper {
  position: relative; }

.bx-controls {
  position: absolute; }

#gMap img,
.map_api img {
  max-width: inherit;
  max-height: inherit; }

.tn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.ani {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s; }

.ani.view {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0); }

/* font-size */
.fz12 {
  font-size: 12px; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz20 {
  font-size: 20px; }

.fz22 {
  font-size: 22px; }

.fz24 {
  font-size: 24px; }

.fz26 {
  font-size: 26px; }

.fz28 {
  font-size: 28px; }

.fz30 {
  font-size: 30px; }

.fz32 {
  font-size: 32px; }

.fz34 {
  font-size: 34px; }

.fz36 {
  font-size: 36px; }

.fz38 {
  font-size: 38px; }

.fz40 {
  font-size: 40px; }

.fz46 {
  font-size: 46px; }

.fz50 {
  font-size: 50px; }

.fz60 {
  font-size: 60px; }

.fz70 {
  font-size: 70px; }

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px; }
  .fz13 {
    font-size: 11px; }
  .fz14 {
    font-size: 12px; }
  .fz16 {
    font-size: 12px; }
  .fz18 {
    font-size: 14px; }
  .fz20 {
    font-size: 14px; }
  .fz22 {
    font-size: 16px; }
  .fz22 {
    font-size: 16px; }
  .fz24 {
    font-size: 16px; }
  .fz26 {
    font-size: 16px; }
  .fz28 {
    font-size: 20px; }
  .fz30 {
    font-size: 18px; }
  .fz32 {
    font-size: 22px; }
  .fz34 {
    font-size: 18px; }
  .fz36 {
    font-size: 18px; }
  .fz38 {
    font-size: 24px; }
  .fz40 {
    font-size: 20px; }
  .fz46 {
    font-size: 20px; }
  .fz50 {
    font-size: 20px; }
  .fz60 {
    font-size: 30px; }
  .fz70 {
    font-size: 30px; }
  div,
  p,
  th,
  td {
    font-size: 14px; } }

/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc; }
  .syspop .l-header {
    display: none; }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }
  .syspop .l-cont {
    word-break: break-all; }
  .syspop .l-footer {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0px;
    right: 0px;
    text-align: right; }
    .syspop .l-footer span {
      cursor: pointer; }

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none; }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }
  .syspop .l-cont {
    height: auto !important; }
  .syspop .l-cont img {
    width: 100%; }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff; } }

/* page num */
.page_num {
  position: relative;
  margin-top: 30px;
  text-align: center;
  font-size: 0; }
  @media (max-width: 620px) {
    .page_num {
      margin-top: 15px; } }
  .page_num a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: -1px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    vertical-align: middle; }
    @media (max-width: 620px) {
      .page_num a {
        width: 33px;
        height: 33px;
        line-height: 31px;
        font-size: 12px; } }
  .page_num .act {
    position: relative;
    z-index: 1;
    color: #fff; }
  .page_num .page {
    text-indent: -9999px; }
  .page_num .first {
    background: url(../img/init/page_first.png) 50% 50% no-repeat;
    background-size: 10px 8px; }
  .page_num .last {
    background: url(../img/init/page_last.png) 50% 50% no-repeat;
    background-size: 10px 8px; }
  .page_num .l {
    background: url(../img/init/page_left.png) 50% 50% no-repeat;
    background-size: 5px 8px; }
  .page_num .r {
    background: url(../img/init/page_right.png) 50% 50% no-repeat;
    background-size: 5px 8px; }

.container {
  width: 1400px;
  margin: 0 auto; }
  @media (max-width: 1420px) {
    .container {
      width: 90%; } }

.w_container {
  width: 1720px;
  margin: 0 auto; }
  @media (max-width: 1740px) {
    .w_container {
      width: 1400px; } }
  @media (max-width: 1420px) {
    .w_container {
      width: 90%; } }

@media screen and (max-width: 1740px) {
  .db1720 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn1720 {
    display: none !important; } }

@media screen and (max-width: 1420px) {
  .db1420 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn1420 {
    display: none !important; } }

@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn1000 {
    display: none !important; } }

@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn960 {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn720 {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn594 {
    display: none !important; } }

@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn326 {
    display: none !important; } }

@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn90 {
    display: none; } }

.de_btn.r30,
.de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.de_btn.r15,
.de_inp.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.de_btn.r8,
.de_inp.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.de_btn.r5,
.de_inp.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.de_btn.r3,
.de_inp.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.de_cki.r30 i,
.de_cks.r30 i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.de_cki.r15 i,
.de_cks.r15 i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.de_cki.r8 i,
.de_cks.r8 i {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.de_cki.r5 i,
.de_cks.r5 i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.de_cki.r3 i,
.de_cks.r3 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.de_btn {
  display: inline-block;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-background-clip: border-box;
  background-clip: border-box; }

.de_btn:disabled {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: auto; }

.de_btn:focus {
  outline: none; }

/* btn size*/
.de_btn.sg {
  min-width: 155px;
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500; }

.de_btn.sl {
  min-width: 130px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500; }

.de_btn.sm {
  min-width: 116px;
  height: 45px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 500; }

.de_btn.ss {
  min-width: 95px;
  height: 36px;
  line-height: 34px;
  font-size: 12px; }

.de_btn.st {
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px; }

.de_btn.fill {
  background-color: #333333;
  color: #fff; }

.de_btn.fill:hover {
  background-color: rgba(0, 100, 176, 0.5); }

.de_btn.fill:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }

.de_btn.outline {
  border: 1px solid #999; }

.de_btn.outline:hover {
  border: 1px solid #333333;
  color: #333333; }

.de_btn.outline:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }

.de_btn.outline:disabled {
  border: 1px solid #ccc; }

.de_btn.ghost {
  border: 1px solid transparent; }

.de_btn.ghost:hover {
  border: 1px solid transparent;
  color: #333333; }

.de_btn.ghost:focus {
  text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15); }

.de_inp {
  width: 100%;
  border: 1px solid #ddd; }

input.de_inp {
  padding: 0 10px; }

.de_inp::-webkit-input-placeholder {
  color: #999; }

.de_inp::-moz-placeholder {
  color: #999; }

.de_inp:-ms-input-placeholder {
  color: #999; }

.de_inp:-moz-placeholder {
  color: #999; }

.de_inp:focus {
  border: 1px solid #333333;
  outline: none; }

.de_inp:disabled {
  background-color: #eee; }

input.de_inp.sm {
  height: 45px;
  padding: 0 20px; }

.de_inp.ss {
  height: 36px; }

.de_inp.st {
  height: 30px; }

.de_rdo,
.de_cks {
  display: inline-block;
  vertical-align: middle; }
  .de_rdo i,
  .de_cks i {
    display: inline-block;
    border: 1px solid #9b9b9b;
    vertical-align: middle;
    background-color: #fff; }
  .de_rdo input,
  .de_cks input {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .de_rdo i::after,
  .de_cks i::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .de_rdo input:checked ~ i::after,
  .de_cks input:checked ~ i::after {
    background-color: #333333;
    transform: scale(0.5, 0.5) rotate(0.3deg);
    -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
    transform: scale(0.5, 0.5) rotate(0.3deg); }
  .de_rdo input:disabled ~ i,
  .de_cks input:disabled ~ i {
    background-color: #eee; }

.de_rdo.txt i,
.de_cks.txt i,
.de_cki.txt i {
  margin-right: 10px; }

.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.de_cki,
.de_cks {
  display: inline-block;
  vertical-align: middle; }
  .de_cki i,
  .de_cks i {
    display: inline-block;
    border: 1px solid #9b9b9b;
    vertical-align: middle; }

.de_rdo.sg i,
.de_cki.sg i,
.de_cks.sg i {
  width: 30px;
  height: 30px; }

.de_rdo.ss i,
.de_cki.ss i,
.de_cks.ss i {
  width: 20px;
  height: 20px; }

.de_cki {
  display: inline-block;
  vertical-align: middle; }
  .de_cki input {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .de_cki i {
    position: relative; }
  .de_cki i::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    margin-top: -7px;
    margin-left: -4px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .de_cki input:checked ~ i::after {
    opacity: 1; }
  .de_cki input:disabled ~ i {
    background-color: #eee; }

#wrap {
  min-width: 1400px; }
  @media (max-width: 1420px) {
    #wrap {
      min-width: 100%; } }

.page_num .act, .index_wrap .main_tab_menu > ul li.act .btn, .index_wrap .main_tab_menu > select, .sub_visual .sv_menu .home_btn, .s_menu > ul li.act > a, .s_menu > select, .brand_intro .r_cont .more, .w_s_line .style1, .bd_sch .s_btn, .bd_v .btn_wrap .style1 {
  background: #0094db;
  background: linear-gradient(270deg, #0094db 0%, #0064b0 100%); }

.fz16_14 {
  font-size: 16px; }
  @media (max-width: 620px) {
    .fz16_14 {
      font-size: 14px; } }

@media (max-width: 620px) {
  .m_lh170p {
    line-height: 170%; } }

.i1000 {
  display: block; }
  @media (max-width: 620px) {
    .i1000 {
      display: inline; } }

.i326 {
  display: block; }
  @media (max-width: 620px) {
    .i326 {
      display: inline; } }

.fsi {
  font-style: italic; }

.bd {
  border: 1px solid #ddd; }

#header {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3); }
  @media (max-width: 620px) {
    #header {
      height: 67px; } }
  #header .hd_logo {
    margin-top: 19px; }
    @media (max-width: 620px) {
      #header .hd_logo {
        width: 100px;
        margin-top: 19px; } }
	#header .hd_logo.eng_logo{margin-top: 22px;}
	@media (max-width: 620px){
		#header .hd_logo.eng_logo{width: 140px;margin-top: 21px;}
	}

  #header .gnb {
    margin-left: 135px; }
    #header .gnb > li {
      padding: 0 45px;
      height: 110px; }
		#header .gnb.eng_gnb{margin-left: 80px;}
		#header .gnb.eng_gnb > li{padding: 0 30px;}
      #header .gnb > li > a {
        display: block;
        height: 100%;
        line-height: 110px;
        color: #fff; }
			#header .gnb > li > a.line2{height: auto;padding: 28px 0;line-height: 150%;}
      #header .gnb > li > .dep2 {
        border-top: 1px solid #ddd;
        display: none;
        z-index: 10;
        position: absolute;
        left: 0;
        top: 109px;
        width: 100%;
        height: 80px;
        text-align: center;
        font-size: 0;
        background-color: #fff; }
        #header .gnb > li > .dep2 > li {
          display: inline-block; }
          #header .gnb > li > .dep2 > li + li {
            margin-left: 55px; }
          #header .gnb > li > .dep2 > li > a {
            line-height: 80px;
            color: #666; }
            #header .gnb > li > .dep2 > li > a:hover {
              color: #0094db !important; }
      #header .gnb > li:hover > a {
        position: relative;
        color: #0094db !important; }
        #header .gnb > li:hover > a::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 34px;
          width: 100%;
          height: 3px;
          background-color: #0094db !important; }
				#header .gnb.eng_gnb > li:hover > a::after{bottom: 14px;}
      #header .gnb > li:hover > .dep2 {
        display: block; }
  #header .lang_wrap {
    position: relative;
    margin-top: 47px;
    font-size: 0; }
    #header .lang_wrap::before {
      display: inline-block;
      vertical-align: top;
      width: 17px;
      height: 16px;
      margin-right: 10px;
      background-position: -52px -24px; }
    #header .lang_wrap .t1 {
      display: inline-block;
      height: 16px;
      line-height: 16px;
      vertical-align: top;
      color: #fff;
      font-weight: bold; }
    #header .lang_wrap .lang_menu {
      display: none;
      z-index: 20;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 75px;
      padding-top: 23px; }
      #header .lang_wrap .lang_menu > ul {
        padding: 10px 23px;
        background-color: #fff; }
        #header .lang_wrap .lang_menu > ul li + li {
          margin-top: 5px; }
        #header .lang_wrap .lang_menu > ul li > a {
          color: #999; }
          #header .lang_wrap .lang_menu > ul li > a:hover {
            color: #0094db !important;
            text-decoration: underline; }
    #header .lang_wrap:hover .lang_menu {
      display: block; }
  #header .all_menu_wrap {
    margin: 44px 0 0 30px; }
    #header .all_menu_wrap .all_menu_btn {
			font-weight: bold;
      color: #fff; }
      #header .all_menu_wrap .all_menu_btn::before {
        display: inline-block;
        width: 15px;
        height: 14px;
        margin: 0 10px 2px 0;
        line-height: 14px;
        font-weight: bold;
        vertical-align: middle;
        background-position: -70px -24px; }
      #header .all_menu_wrap .all_menu_btn.dn {
        display: none; }
    #header .all_menu_wrap .all_menu_close {
      display: none;
			font-weight: bold;
			color: #666;}
      #header .all_menu_wrap .all_menu_close::before {
        display: inline-block;
        width: 15px;
        height: 14px;
        margin: 0 10px 0 2px;
        margin-bottom: 2px;
        vertical-align: middle;
        color: #666;
        font-weight: bold;
        background-position: -36px -24px; }
      #header .all_menu_wrap .all_menu_close.db {
        display: block; }
  #header .all_menu_box {
    display: none;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 109px;
    width: 100%;
		padding: 50px 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
    background-image: url(/src/img/all_menu_bg2.png);
    background-position: left top;
    background-repeat: no-repeat; }
    #header .all_menu_box.db {
      display: block; }
		#header .all_menu_box .site_map > ul{margin-bottom: -60px;}
		#header .all_menu_box .site_map > ul > li{margin-bottom: 60px;}
		#header .all_menu_box .site_map > ul > li .dep2 > li + li{margin-top: 5px;}
		#header .all_menu_box .site_map > ul > li .dep2 > li > a:hover{color: #0094da;font-weight: normal;}
    #header .all_menu_box .wrap {
      width: 1095px;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-48%); }
    #header .all_menu_box .menu {
      height: 100%;
      padding-top: 25px; }
      #header .all_menu_box .menu li {
        text-align: center; }
        #header .all_menu_box .menu li + li {
          margin-top: 5px; }
        #header .all_menu_box .menu li > a {
          color: #666; }
          #header .all_menu_box .menu li > a:hover {
            color: #0094db !important;
            text-decoration: underline; }
      #header .all_menu_box .menu:nth-child(2) {
        margin-left: 115px; }
      #header .all_menu_box .menu:nth-child(3) {
        margin-left: 153px; }
      #header .all_menu_box .menu:nth-child(4) {
        margin-left: 141px; }
      #header .all_menu_box .menu:nth-child(5) {
        margin-left: 105px; }
      #header .all_menu_box .menu:nth-child(6) {
        margin-left: 60px; }
  #header .m_gnb_btn {
    margin-top: 44px;
    color: #fff; }
    @media (max-width: 1740px) {
      #header .m_gnb_btn {
        display: block; } }
    @media (max-width: 620px) {
      #header .m_gnb_btn {
        margin-top: 25px; } }
    #header .m_gnb_btn::before {
      display: inline-block;
      width: 15px;
      height: 14px;
      line-height: 14px;
      margin: 0 10px 2px 0;
      vertical-align: middle;
      background-position: -70px -24px; }
  #header.gnb_hover {
    background-color: #fff; }
    #header.gnb_hover .gnb > li > a {
      color: #333; }
    #header.gnb_hover .lang_wrap::before {
      background-position: -2px -24px; }
    #header.gnb_hover .lang_wrap .t1 {
      color: #666; }
    #header.gnb_hover .all_menu_wrap .all_menu_btn {
      color: #666; }
      #header.gnb_hover .all_menu_wrap .all_menu_btn::before {
        background-position: -20px -24px; }
  #header.gnb_all_menu {
    background-color: #fff; }
    @media (max-width: 1740px) {
      #header.gnb_all_menu {
        background-color: rgba(0, 0, 0, 0.3); } }

		#header.gnb_all_menu .gnb > li.gnb_all_act > a {
        position: relative;
        color: #0094db !important; }
        #header.gnb_all_menu .gnb > li.gnb_all_act > a::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 34px;
          width: 100%;
          height: 3px;
          background-color: #0094db !important; }


    #header.gnb_all_menu .gnb > li > a {
      color: #333; }
      @media (max-width: 1740px) {
        #header.gnb_all_menu .gnb > li > a {
          color: #fff; } }
    #header.gnb_all_menu .lang_wrap::before {
      background-position: -2px -24px; }
      @media (max-width: 1740px) {
        #header.gnb_all_menu .lang_wrap::before {
          background-position: -52px -24px; } }
    #header.gnb_all_menu .lang_wrap .t1 {
      color: #666; }
      @media (max-width: 1740px) {
        #header.gnb_all_menu .lang_wrap .t1 {
          color: #fff; } }
    #header.gnb_all_menu .all_menu_wrap .all_menu_btn {
      color: #666; }
      @media (max-width: 1740px) {
        #header.gnb_all_menu .all_menu_wrap .all_menu_btn {
          color: #fff; } }
      #header.gnb_all_menu .all_menu_wrap .all_menu_btn::before {
        background-position: -20px -24px; }
        @media (max-width: 1740px) {
          #header.gnb_all_menu .all_menu_wrap .all_menu_btn::before {
            background-position: -70px -24px; } }
  #header .m_gnb_wrap {
    display: none;
    z-index: 30;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    #header .m_gnb_wrap.db {
      display: block; }
    #header .m_gnb_wrap .modal {
      overflow-y: scroll;
      width: 75%;
      height: 100%;
      background-color: #fff; }
      #header .m_gnb_wrap .modal .m_gnb_t {
        padding: 40px 40px 0;
        text-align: right; }
        @media (max-width: 620px) {
          #header .m_gnb_wrap .modal .m_gnb_t {
            padding: 20px 20px 0; } }
        #header .m_gnb_wrap .modal .m_gnb_t .m_lang {
          display: inline-block;
          margin-top: -5px;
          vertical-align: top; }
          #header .m_gnb_wrap .modal .m_gnb_t .m_lang li + li {
            margin-left: 20px; }
            @media (max-width: 620px) {
              #header .m_gnb_wrap .modal .m_gnb_t .m_lang li + li {
                margin-left: 10px; } }
          #header .m_gnb_wrap .modal .m_gnb_t .m_lang li > a {
            font-weight: bold;
            color: #ddd;
            line-height: 14px; }
          #header .m_gnb_wrap .modal .m_gnb_t .m_lang li.act > a {
            color: #666; }
        #header .m_gnb_wrap .modal .m_gnb_t .close_ico {
          display: inline-block;
          width: 15px;
          height: 14px;
          margin-left: 30px;
          vertical-align: top;
          background-position: -36px -24px; }
          @media (max-width: 620px) {
            #header .m_gnb_wrap .modal .m_gnb_t .close_ico {
              margin-left: 20px; } }
      #header .m_gnb_wrap .modal .m_gnb {
        margin-top: 10px; }
        #header .m_gnb_wrap .modal .m_gnb > li .dep2_btn {
          display: block;
          width: 100%;
          height: 78px;
          padding: 0 40px;
          line-height: 77px;
          text-align: left;
          border-bottom: 1px solid #ddd; }
          #header .m_gnb_wrap .modal .m_gnb > li .dep2_btn.act {
            color: #0094db !important; }
          @media (max-width: 620px) {
            #header .m_gnb_wrap .modal .m_gnb > li .dep2_btn {
              height: 56px;
							padding: 0 20px;
              line-height: 55px; } }
        #header .m_gnb_wrap .modal .m_gnb > li > .dep2_menu {
          display: none;
          padding: 25px 40px;
          border-bottom: 1px solid #ddd;
          background-color: #fafafa; }
          #header .m_gnb_wrap .modal .m_gnb > li > .dep2_menu.db {
            display: block; }
          @media (max-width: 620px) {
            #header .m_gnb_wrap .modal .m_gnb > li > .dep2_menu {
              padding: 15px 20px; } }
          #header .m_gnb_wrap .modal .m_gnb > li > .dep2_menu > li + li {
            margin-top: 7px; }
            @media (max-width: 620px) {
              #header .m_gnb_wrap .modal .m_gnb > li > .dep2_menu > li + li {
                margin-top: 2px; } }
          #header .m_gnb_wrap .modal .m_gnb > li > .dep2_menu > li > a {
            color: #666; }

.index_wrap .main_slide {
  position: relative; }
  .index_wrap .main_slide .main_slide_mask {
    overflow: hidden;
    width: 100%; }
  .index_wrap .main_slide .item {
    height: 970px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 620px) {
      .index_wrap .main_slide .item {
        height: 0;
        padding-bottom: 134%; } }
    .index_wrap .main_slide .item .m_bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .index_wrap .main_slide .item .txt_wrap {
      width: 1400px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 1420px) {
        .index_wrap .main_slide .item .txt_wrap {
          width: 90%; } }
      .index_wrap .main_slide .item .txt_wrap .t1 {
        color: #fff;
        font-weight: bold;
        line-height: 130%; }
        @media (max-width: 620px) {
          .index_wrap .main_slide .item .txt_wrap .t1 {
            line-height: 150%; } }
      .index_wrap .main_slide .item .txt_wrap .t2 {
        color: #fff; }
        @media (max-width: 620px) {
          .index_wrap .main_slide .item .txt_wrap .t2 {
            line-height: 160%; } }
      @media (max-width: 620px) {
        .index_wrap .main_slide .item .txt_wrap .mt40 {
          margin-top: 15px; } }
  .index_wrap .main_slide .btn_wrap {
    overflow: hidden;
    z-index: 5;
    position: absolute;
    right: calc(50% - 700px);
    top: 50%;
    transform: translateY(-50%); }
    .index_wrap .main_slide .btn_wrap .rotate_txt {
      animation: txt_r 12s linear infinite; }
    .index_wrap .main_slide .btn_wrap .circle {
      width: 80px;
      height: 80px;
      position: absolute;
      left: 51px;
      top: 50px;
      stroke-linecap: round;
      stroke-width: 4;
      fill: none; }
      .index_wrap .main_slide .btn_wrap .circle.zi10 {
        z-index: 10; }
      .index_wrap .main_slide .btn_wrap .circle .circle_bg {
        stroke: #fff;
        stroke-dasharray: 312;
        transform-origin: center; }
      .index_wrap .main_slide .btn_wrap .circle .ani_circle {
        stroke: #0094db !important;
        stroke-dasharray: 312;
        transform-origin: center;
        transform: rotate(-90deg);
        animation: rotation 3s linear; }
    .index_wrap .main_slide .btn_wrap .vdo_btn {
      z-index: 20;
      position: absolute;
      left: 51px;
      top: 50px;
      width: 80px;
      height: 80px; }
      .index_wrap .main_slide .btn_wrap .vdo_btn.dn {
        display: none; }
      .index_wrap .main_slide .btn_wrap .vdo_btn.play {
        background-position: -167px -98px; }
      .index_wrap .main_slide .btn_wrap .vdo_btn.stop {
        background-position: -323px -2px; }
    .index_wrap .main_slide .btn_wrap .arrow_btn_wrap {
      margin-top: 20px;
      font-size: 0;
      text-align: center; }
      .index_wrap .main_slide .btn_wrap .arrow_btn_wrap .arrow_btn {
        display: inline-block;
        width: 41px;
        height: 40px; }
      .index_wrap .main_slide .btn_wrap .arrow_btn_wrap .prev {
        background-position: -86px -2px; }
      .index_wrap .main_slide .btn_wrap .arrow_btn_wrap .next {
        margin-left: 10px;
        background-position: -128px -2px; }
  .index_wrap .main_slide .scroll_btn {
    z-index: 10;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%); }
    @media (max-width: 620px) {
      .index_wrap .main_slide .scroll_btn {
        bottom: 25px; } }
    .index_wrap .main_slide .scroll_btn .txt {
      display: block;
      margin-bottom: 15px;
      color: #fff;
      font-weight: bold; }
    .index_wrap .main_slide .scroll_btn::after {
      display: block;
      width: 26px;
      height: 36px;
      margin: 0 auto;
      background-position: -176px -2px; }

.index_wrap .main_cont {
  padding: 100px 0; }
  @media (max-width: 620px) {
    .index_wrap .main_cont {
      padding: 50px 0; } }

.index_wrap .main_tit {
  color: #111;
  font-weight: bold;
  text-align: center;
  line-height: 120%; }

.index_wrap .main_desc {
  margin-top: 25px;
  text-align: center;
  color: #666; }
  @media (max-width: 620px) {
    .index_wrap .main_desc {
      margin-top: 12px; } }

.index_wrap .main_business_lst {
  overflow: hidden;
  margin-top: 45px; }
  @media (max-width: 620px) {
    .index_wrap .main_business_lst {
      margin-top: 20px; } }
  .index_wrap .main_business_lst > .lst {
    margin-right: -20px;
    font-size: 0; }
    @media (max-width: 1420px) {
      .index_wrap .main_business_lst > .lst {
        margin: 0 -20px -20px 0; } }
    .index_wrap .main_business_lst > .lst li {
      display: inline-block;
      width: calc(25% - 20px);
      margin-right: 20px;
      vertical-align: top; }
      @media (max-width: 1420px) {
        .index_wrap .main_business_lst > .lst li {
          width: calc(50% - 20px);
          margin: 0 20px 20px 0; } }
  .index_wrap .main_business_lst .item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .index_wrap .main_business_lst .item > a img {
      width: 100%; }
    .index_wrap .main_business_lst .item > a .txt_wrap {
      position: absolute;
      left: 0;
      bottom: 45px;
      width: 100%;
      padding: 0 50px; }
      @media (max-width: 1420px) {
        .index_wrap .main_business_lst .item > a .txt_wrap {
          padding: 0 30px; } }
      @media (max-width: 620px) {
        .index_wrap .main_business_lst .item > a .txt_wrap {
          padding: 0 20px;
          bottom: 25px; } }
      .index_wrap .main_business_lst .item > a .txt_wrap .t1 {
        color: #fff;
        font-weight: bold; }
      .index_wrap .main_business_lst .item > a .txt_wrap .t2 {
        margin-top: 10px;
        line-height: 120%;
        color: #fff;
        font-weight: bold;
        word-break: break-word; }
        @media (max-width: 620px) {
          .index_wrap .main_business_lst .item > a .txt_wrap .t2 {
            margin-top: 3px; } }

.index_wrap .business_slide .business_slide_mask {
  overflow: hidden;
  width: 100%; }

.index_wrap .business_slide .bullet {
  margin-top: 40px;
  text-align: center;
  font-size: 0; }
  .index_wrap .business_slide .bullet .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc; }
    .index_wrap .business_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
      margin-left: 10px; }
    .index_wrap .business_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #0094db !important; }

.index_wrap .main_facility {
	padding: 95px 0;
  background-color: #fafafa;
  background-image: url(/src/img/main_facility_bg.png);
  background-repeat: no-repeat;
  background-position: right center; }
  @media (max-width: 1240px) {
    .index_wrap .main_facility {
      background-image: none; } }
	@media (max-width: 620px) {
		.index_wrap .main_facility{padding: 50px 0;}
	}

.index_wrap .main_product {
  background-color: #fafafa;
  background-image: url(/src/img/main_facility_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center; }
  @media (max-width: 1240px) {
    .index_wrap .main_product {
      background-image: none; } }

.index_wrap .main_tab_menu {
  margin: 25px 0 50px;
  text-align: center;
  font-size: 0; }
  @media (max-width: 1240px) {
    .index_wrap .main_tab_menu {
      position: relative; } }
  @media (max-width: 620px) {
    .index_wrap .main_tab_menu {
      margin: 22px 0 25px; } }
  .index_wrap .main_tab_menu > ul {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 29px;
    font-size: 0; }
    .index_wrap .main_tab_menu > ul li {
      display: inline-block;
      width: 200px;
      height: 58px;
      vertical-align: top; }
      .index_wrap .main_tab_menu > ul li + li {
        border-left: 1px solid #ddd; }
      .index_wrap .main_tab_menu > ul li .btn {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 58px;
        color: #999;
        background-color: #fff; }
        .index_wrap .main_tab_menu > ul li .btn.lh150p{line-height: 150%;}
      .index_wrap .main_tab_menu > ul li.act .btn {
        color: #fff; }
  .index_wrap .main_tab_menu > select {
    width: 100%;
    height: 60px;
    padding: 0 40px 0 20px;
    border: 0;
    font-size: 16px;
    color: #fff; }
    @media (max-width: 620px) {
      .index_wrap .main_tab_menu > select {
        font-size: 12px; } }
  .index_wrap .main_tab_menu::after {
    display: none;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 13px;
    background-image: url(/src/img/init/sel_w.png);
    background-size: cover; }
    @media (max-width: 1240px) {
      .index_wrap .main_tab_menu::after {
        display: block; } }
    @media (max-width: 620px) {
      .index_wrap .main_tab_menu::after {
        width: 12px;
        height: 10px; } }

.index_wrap .main_pro_slide .pro_slide_mask {
  overflow: hidden;
  width: 100%; }

.index_wrap .main_pro_slide .item {
  text-align: center; }
  .index_wrap .main_pro_slide .item img {
    width: 100%; }
  .index_wrap .main_pro_slide .item .t1 {
    margin-top: 25px; }
    @media (max-width: 620px) {
      .index_wrap .main_pro_slide .item .t1 {
        margin-top: 15px; } }
	.index_wrap .main_pro_slide .item .t2{margin-top: 10px;color: #666;}
	@media (max-width: 620px){
		.index_wrap .main_pro_slide .item .t2{margin-top: 5px;}
	}

.index_wrap .main_pro_slide .btn_line {
  margin-top: 75px;
  font-size: 0;
  text-align: center; }
  @media (max-width: 620px) {
    .index_wrap .main_pro_slide .btn_line {
      margin-top: 35px; } }
  .index_wrap .main_pro_slide .btn_line .btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .index_wrap .main_pro_slide .btn_line .prev {
    background-position: -2px -2px; }
  .index_wrap .main_pro_slide .btn_line .next {
    background-position: -24px -2px; }
  .index_wrap .main_pro_slide .btn_line .bullet {
    display: inline-block;
    font-size: 0;
    margin: 0 50px;
    vertical-align: middle; }
    .index_wrap .main_pro_slide .btn_line .bullet .swiper-pagination-bullet {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ccc; }
      .index_wrap .main_pro_slide .btn_line .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 20px; }
        @media (max-width: 620px) {
          .index_wrap .main_pro_slide .btn_line .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
            margin-left: 10px; } }
      .index_wrap .main_pro_slide .btn_line .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #0094db !important; }

.index_wrap .main_bbs {
  font-size: 0; }
  .index_wrap .main_bbs .cont {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 50%;
    height: 590px;
    vertical-align: top;
    text-align: center; }
    @media (max-width: 1240px) {
      .index_wrap .main_bbs .cont {
        display: block;
        width: 100%;
        height: 442px;
				padding: 0 5% ;} }
    @media (max-width: 620px) {
      .index_wrap .main_bbs .cont {
        height: 197px; } }
    .index_wrap .main_bbs .cont .ico::before {
      transition: margin-top 0.5s;
      z-index: 1;
      position: relative;
      display: block;
      width: 80px;
      height: 80px;
      margin: 0 auto 50px; }
      @media (max-width: 620px) {
        .index_wrap .main_bbs .cont .ico::before {
          margin-bottom: 20px; } }
    .index_wrap .main_bbs .cont .bg {
      transition: transform 1s;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .index_wrap .main_bbs .cont .t1 {
      z-index: 1;
      position: relative;
      line-height: 120%;
      color: #fff;
      font-weight: bold;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .index_wrap .main_bbs .cont .t2 {
      z-index: 1;
      position: relative;
      margin-top: 20px;
      color: #fff;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .index_wrap .main_bbs .cont.l_cont .bg {
      background-image: url(/src/img/main_bbs_bg1.jpg); }
    .index_wrap .main_bbs .cont.l_cont .ico::before {
      background-position: -2px -98px; }
    .index_wrap .main_bbs .cont.r_cont .bg {
      background-image: url(/src/img/main_bbs_bg2.jpg); }
    .index_wrap .main_bbs .cont.r_cont .ico::before {
      background-position: -85px -98px; }
    .index_wrap .main_bbs .cont:hover .bg {
      transform: scale(1.07); }
    .index_wrap .main_bbs .cont:hover .ico::before {
      margin-top: -30px; }
      @media (max-width: 620px) {
        .index_wrap .main_bbs .cont:hover .ico::before {
          margin-top: 0; } }

@keyframes txt_r {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes txt_r {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    stroke-dashoffset: 312; }
  60% {
    stroke-dashoffset: 152; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes rotation {
  0% {
    stroke-dashoffset: 312; }
  60% {
    stroke-dashoffset: 152; }
  100% {
    stroke-dashoffset: 0; } }

.sub_visual {
  position: relative;
  height: 500px;
  padding-top: 225px;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 1420px) {
    .sub_visual {
      padding-top: 245px; } }
  @media (max-width: 620px) {
    .sub_visual {
      height: 222px;
      margin-bottom: 50px;
      padding-top: 105px; } }
  .sub_visual.sub1 {
    background-image: url(/src/img/sv1.jpg); }
  .sub_visual.sub2 {
    background-image: url(/src/img/sv2.jpg); }
  .sub_visual.sub3 {
    background-image: url(/src/img/sv3.jpg); }
  .sub_visual.sub4 {
    background-image: url(/src/img/sv4.jpg); }
  .sub_visual.sub5 {
    background-image: url(/src/img/sv5.jpg); }
  .sub_visual.sub6 {
    background-image: url(/src/img/sv6.jpg); }
  .sub_visual .t1 {
    line-height: 120%;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 1420px) {
      .sub_visual .t1 {
        font-size: 48px; } }
    @media (max-width: 620px) {
      .sub_visual .t1 {
        font-size: 20px; } }
  .sub_visual .t2 {
    margin-top: 25px;
    line-height: 150%;
    color: #fff;
    text-align: center; }
  .sub_visual .sv_menu {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1400px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 1420px) {
      .sub_visual .sv_menu {
        width: 100%; } }
    .sub_visual .sv_menu .home_btn {
      display: block;
      width: 60px;
      height: 100%; }
      .sub_visual .sv_menu .home_btn::after {
        display: block;
        margin: 19px auto 0;
        width: 22px;
        height: 22px;
        background-position: -3px -44px; }
    .sub_visual .sv_menu .menu_wrap {
      width: 300px;
      position: relative; }
      @media (max-width: 1420px) {
        .sub_visual .sv_menu .menu_wrap {
          width: 50%; } }
      @media (max-width: 620px) {
        .sub_visual .sv_menu .menu_wrap {
          width: 100%; } }
      .sub_visual .sv_menu .menu_wrap .menu_btn {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0 40px 0 20px;
        line-height: 60px;
        color: #fff;
        text-align: left; }
        .sub_visual .sv_menu .menu_wrap .menu_btn::after {
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          width: 14px;
          height: 14px;
          background-position: -27px -44px; }
        .sub_visual .sv_menu .menu_wrap .menu_btn.act::after {
          background-position: -70px -2px; }
      .sub_visual .sv_menu .menu_wrap .menu {
        display: none;
        z-index: 10;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        padding: 25px 20px;
        border: 1px solid #ccc;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
        .sub_visual .sv_menu .menu_wrap .menu.db {
          display: block; }
        @media (max-width: 620px) {
          .sub_visual .sv_menu .menu_wrap .menu {
            padding: 17px 20px; } }
        .sub_visual .sv_menu .menu_wrap .menu li + li {
          margin-top: 13px; }
          @media (max-width: 620px) {
            .sub_visual .sv_menu .menu_wrap .menu li + li {
              margin-top: 3px; } }
        .sub_visual .sv_menu .menu_wrap .menu li > a {
          color: #666; }
          .sub_visual .sv_menu .menu_wrap .menu li > a:hover {
            color: #0094db !important;
            text-decoration: underline; }
      .sub_visual .sv_menu .menu_wrap.f .menu {
        width: calc(100% + 1px); }
      .sub_visual .sv_menu .menu_wrap + .menu_wrap .menu_btn {
        border-left: 1px solid rgba(229, 229, 229, 0.2);
        border-right: 1px solid rgba(229, 229, 229, 0.2); }

.h3_tit {
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  color: #111;
  line-height: 120%; }
  @media (max-width: 620px) {
    .h3_tit {
      padding-bottom: 25px;
      margin-bottom: 35px; } }
  .h3_tit.bdb0 {
    border-bottom: 0;
    margin-bottom: 0; }
  .h3_tit.ss {
    padding-bottom: 40px; }
    @media (max-width: 620px) {
      .h3_tit.ss {
        padding-bottom: 20px; } }
  .h3_tit.mt140 {
    margin-top: 140px; }
    @media (max-width: 1240px) {
      .h3_tit.mt140 {
        margin-top: 100px; } }
    @media (max-width: 620px) {
      .h3_tit.mt140 {
        margin-top: 50px; } }
  @media (max-width: 620px) {
    .h3_tit.mt50 {
      margin-top: 25px; } }
  .h3_tit.mb50 {
    margin-bottom: 50px; }
    @media (max-width: 620px) {
      .h3_tit.mb50 {
        margin-bottom: 25px; } }
  .h3_tit.mb30 {
    margin-bottom: 30px; }
    @media (max-width: 1240px) {
      .h3_tit.mb30 {
        margin-bottom: 70px; } }
    @media (max-width: 620px) {
      .h3_tit.mb30 {
        margin-bottom: 35px; } }

.sub_desc {
  margin-bottom: 45px;
  text-align: center; }
  @media (max-width: 620px) {
    .sub_desc {
      margin-bottom: 20px; } }
  .sub_desc.tal {
    text-align: left; }
  .sub_desc.mb0 {
    margin-bottom: 0; }
  .sub_desc.mt115 {
    margin-top: 115px; }
    @media (max-width: 620px) {
      .sub_desc.mt115 {
        margin-top: 55px; } }
  .sub_desc.mt100 {
    margin-top: 100px; }
    @media (max-width: 620px) {
      .sub_desc.mt100 {
        margin-top: 50px; } }
  .sub_desc.mb100 {
    margin-bottom: 100px; }
    @media (max-width: 620px) {
      .sub_desc.mb100 {
        margin-bottom: 50px; } }
  .sub_desc .t1 {
    line-height: 120%;
    color: #111;
    font-weight: bold; }
  .sub_desc .t2 {
    color: #666; }
    @media (max-width: 620px) {
      .sub_desc .t2 {
        line-height: 180%; } }
  @media (max-width: 620px) {
    .sub_desc .mt15 {
      margin-top: 5px; } }
  @media (max-width: 620px) {
    .sub_desc .mt10 {
      margin-top: 5px; } }
  @media (max-width: 620px) {
    .sub_desc .mt5 {
      margin-top: 0; } }

.h4_tit {
  position: relative;
  margin-top: 100px;
  padding-left: 41px;
  font-weight: bold;
  color: #111;
  line-height: 120%; }
  @media (max-width: 620px) {
    .h4_tit {
      margin-top: 50px;
      padding-left: 36px;
      line-height: 150%; } }
  .h4_tit::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background-position: -5px -68px; }
    @media (max-width: 620px) {
      .h4_tit::before {
        top: 0; } }
  .h4_tit.bdb {
    padding-bottom: 20px;
    border-bottom: 1px solid #000; }
  .h4_tit.mt0 {
    margin-top: 0; }
  .h4_tit.mb50 {
    margin-bottom: 50px; }
    @media (max-width: 620px) {
      .h4_tit.mb50 {
        margin-bottom: 25px; } }
  .h4_tit.mb40 {
    margin-bottom: 40px; }
    @media (max-width: 620px) {
      .h4_tit.mb40 {
        margin-bottom: 20px; } }

.s_menu {
  position: relative;
  margin-bottom: 70px; }
  @media (max-width: 620px) {
    .s_menu {
      margin-bottom: 35px; } }
  .s_menu.mb10 {
    margin-bottom: 10px; }
  .s_menu.mb50 {
    margin-bottom: 50px; }
    @media (max-width: 620px) {
      .s_menu.mb50 {
        margin-bottom: 25px; } }
  .s_menu.mb100 {
    margin-bottom: 100px; }
    @media (max-width: 620px) {
      .s_menu.mb100 {
        margin-bottom: 50px; } }
  .s_menu > ul {
    margin: 1px 0 0 1px;
    font-size: 0;
    text-align: center; }
    .s_menu > ul li {
      display: inline-block;
      width: calc(25% + 1px);
      height: 64px;
      margin: -1px 0 0 -1px;
      vertical-align: top; }
      .s_menu > ul li > a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        line-height: 62px;
        color: #666; }
			.s_menu > ul li > a.line2{padding-top: 3px;line-height: 150%;}
      .s_menu > ul li.act > a {
        position: relative;
        border: 0;
        color: #fff; }
  .s_menu::after {
    display: none;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 13px;
    background-image: url(/src/img/init/sel_w.png);
    background-size: cover; }
    @media (max-width: 1240px) {
      .s_menu::after {
        display: block; } }
    @media (max-width: 620px) {
      .s_menu::after {
        width: 12px;
        height: 10px; } }
  .s_menu > select {
    width: 100%;
    height: 60px;
    padding: 0 40px 0 20px;
    border: 0;
    font-size: 16px;
    color: #fff; }
    @media (max-width: 620px) {
      .s_menu > select {
        font-size: 12px; } }

.intro .intro_tit {
  margin: 115px 0 50px;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
  color: #111; }
  @media (max-width: 620px) {
    .intro .intro_tit {
      margin: 55px 0 25px; } }

.intro .intro_comp_lst li {
  width: 33.3334%;
  padding: 0 61px;
  text-align: center; }
  @media (max-width: 1420px) {
    .intro .intro_comp_lst li {
      padding: 0 30px; } }
  @media (max-width: 1240px) {
    .intro .intro_comp_lst li {
      width: 100%;
      padding: 0 110px; } }
  @media (max-width: 620px) {
    .intro .intro_comp_lst li {
      padding: 0; } }
  @media (max-width: 1240px) {
    .intro .intro_comp_lst li + li {
      margin-top: 70px; } }
  @media (max-width: 620px) {
    .intro .intro_comp_lst li + li {
      margin-top: 35px; } }
  .intro .intro_comp_lst li .circle {
    padding-top: 70px;
    margin: 0 auto 35px;
    width: 217px;
    height: 216px;
    border-radius: 50%;
    background: #0094db;
    background: linear-gradient(299deg, #0094db 0%, #0064b0 100%); }
    @media (max-width: 620px) {
      .intro .intro_comp_lst li .circle {
        margin-bottom: 15px; } }
    .intro .intro_comp_lst li .circle::before {
      display: block;
      width: 56px;
      height: 56px;
      margin: 0 auto; }
    .intro .intro_comp_lst li .circle .t1 {
      display: block;
      margin-top: 15px;
      color: #fff; }
      @media (max-width: 620px) {
        .intro .intro_comp_lst li .circle .t1 {
          margin-top: 5px; } }
  .intro .intro_comp_lst li .ico1::before {
    background-position: -249px -98px; }
  .intro .intro_comp_lst li .ico2::before {
    background-position: -365px -98px; }
  .intro .intro_comp_lst li .ico3::before {
    background-position: -307px -98px; }

.epigyny_lst {
  overflow: hidden;
  text-align: center; }
  @media (max-width: 1240px) {
    .epigyny_lst {
      text-align: left; } }
  .epigyny_lst > ul {
    margin: 0 -40px -115px 0;
    font-size: 0; }
    @media (max-width: 620px) {
      .epigyny_lst > ul {
        margin: 0 0 -55px; } }
    .epigyny_lst > ul li {
      display: inline-block;
      width: calc(33.3334% - 40px);
      margin: 0 40px 115px 0;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .epigyny_lst > ul li {
          width: calc(50% - 40px);
          text-align: center; } }
      @media (max-width: 620px) {
        .epigyny_lst > ul li {
          display: block;
          width: 100%;
          margin: 0 0 55px; } }
      .epigyny_lst > ul li img {
        width: 100%; }
      .epigyny_lst > ul li .t1 {
        margin-top: 20px;
        font-weight: bold; }
        @media (max-width: 620px) {
          .epigyny_lst > ul li .t1 {
            margin-top: 10px; } }

.history > ul li {
  padding: 28px 0;
  font-size: 0;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 620px) {
    .history > ul li {
      padding: 15px 0 20px; } }
  .history > ul li .year {
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 620px) {
      .history > ul li .year {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 3px;
        text-align: left; } }
  .history > ul li .txt_wrap {
    width: calc(100% - 120px);
    font-size: 0; }
    @media (max-width: 620px) {
      .history > ul li .txt_wrap {
        float: none;
        display: block;
        width: 100%; } }
    .history > ul li .txt_wrap .month {
      display: inline-block;
      width: 107px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      vertical-align: top; }
      @media (max-width: 620px) {
        .history > ul li .txt_wrap .month {
          width: 15px;
          height: 18px;
          line-height: 18px;
          text-align: left; } }
    .history > ul li .txt_wrap .t1 {
      display: inline-block;
      width: calc(100% - 234px);
      margin-left: 7px;
      color: #666;
      vertical-align: top; }
      @media (max-width: 620px) {
        .history > ul li .txt_wrap .t1 {
          width: calc(100% - 22px); } }

.map .map_box {
  height: 420px; }
  @media (max-width: 620px) {
    .map .map_box {
      height: 210px; } }

.map .map_tit {
  margin: 60px 0 20px;
  line-height: 120%;
  font-weight: bold; }
  @media (max-width: 620px) {
    .map .map_tit {
      margin: 30px 0 10px; } }

.map .map_tb {
  padding: 22px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 620px) {
    .map .map_tb {
      padding: 11px 0; } }
  .map .map_tb > table th {
    width: 210px;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    line-height: 150%;
    text-align: left; }
    @media (max-width: 620px) {
      .map .map_tb > table th {
        width: 120px;
        padding: 3px 0 3px 10px; } }
  .map .map_tb > table .ico::before {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: 0 27px 2px 0; }
    @media (max-width: 620px) {
      .map .map_tb > table .ico::before {
        margin-right: 14px; } }
  .map .map_tb > table .ico1::before {
    background-position: -119px -44px; }
  .map .map_tb > table .ico2::before {
    background-position: -143px -44px; }
  .map .map_tb > table .ico3::before {
    background-position: -167px -44px; }
  .map .map_tb > table .ico4::before {
    background-position: -191px -44px; }
  .map .map_tb > table .ico5::before {
    background-position: -215px -44px; }
  .map .map_tb > table .ico6::before {
    background-position: -166px -68px; }
  .map .map_tb > table .ico7::before {
    background-position: -191px -68px; }
  .map .map_tb > table td {
    padding: 5px 0;
    color: #666;
    line-height: 150%;
    word-break: break-word; }
    @media (max-width: 620px) {
      .map .map_tb > table td {
        padding: 3px 0; } }

.service_lst {
  overflow: hidden; }
  .service_lst > ul {
    margin-right: -60px;
    font-size: 0;
    text-align: center; }
    @media (max-width: 620px) {
      .service_lst > ul {
        margin: 0 0 -30px; } }
    .service_lst > ul li {
      display: inline-block;
      width: 460px;
      vertical-align: top;
      margin-right: 60px; }
      @media (max-width: 1240px) {
        .service_lst > ul li {
          width: calc(50% - 60px); } }
      @media (max-width: 620px) {
        .service_lst > ul li {
          display: block;
          width: 100%;
          margin: 0 0 30px; } }
      .service_lst > ul li img {
        width: 100%; }
      .service_lst > ul li .t1 {
        margin-top: 20px;
        font-weight: bold; }
        @media (max-width: 620px) {
          .service_lst > ul li .t1 {
            margin-top: 10px; } }

.site_map {
  overflow: hidden; }
  .site_map > ul {
    margin: 0 -80px -95px 0;
    font-size: 0; }
    @media (max-width: 620px) {
      .site_map > ul {
        margin: 0 0 -45px; } }
    .site_map > ul > li {
      display: inline-block;
      width: calc(25% - 80px);
      margin: 0 80px 95px 0;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .site_map > ul > li {
          width: calc(50% - 80px); } }
      @media (max-width: 620px) {
        .site_map > ul > li {
          display: block;
          width: 100%;
          margin: 0 0 45px; } }
      .site_map > ul > li .dep1 {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 2px solid #0094db !important;
        line-height: 120%;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 620px) {
          .site_map > ul > li .dep1 {
            padding-bottom: 15px; } }
      .site_map > ul > li .dep2 {
        margin-top: 25px; }
        @media (max-width: 620px) {
          .site_map > ul > li .dep2 {
            margin-top: 15px; } }
        .site_map > ul > li .dep2 > li {
          text-align: center; }
          .site_map > ul > li .dep2 > li + li {
            margin-top: 15px; }
            @media (max-width: 620px) {
              .site_map > ul > li .dep2 > li + li {
                margin-top: 10px; } }
          .site_map > ul > li .dep2 > li > a {
            color: #888; }
            .site_map > ul > li .dep2 > li > a:hover {
              color: #333;
              font-weight: bold;
              text-decoration: underline; }

.s2_1_mt50 {
  margin-top: 50px; }
  @media (max-width: 620px) {
    .s2_1_mt50 {
      margin-top: 25px; } }

.circle_lst {
  overflow: hidden;
  margin-top: 50px; }
  @media (max-width: 1240px) {
    .circle_lst {
      width: 484px;
      margin: 50px auto 0; } }
  @media (max-width: 620px) {
    .circle_lst {
      width: 100%;
      margin-top: 25px; } }
  .circle_lst > ul {
    margin-right: -50px;
    font-size: 0; }
    @media (max-width: 1240px) {
      .circle_lst > ul {
        margin: 0 -50px -50px 0; } }
    @media (max-width: 620px) {
      .circle_lst > ul {
        margin: 0 -10px -10px 0; } }
    .circle_lst > ul li {
      display: inline-block;
      width: 217px;
      height: 216px;
      margin-right: 50px;
      border-radius: 50%;
      vertical-align: top;
      text-align: center;
      background: #0094db;
      background: linear-gradient(315deg, #0094db 0%, #0064b0 100%); }
      @media (max-width: 1240px) {
        .circle_lst > ul li {
          margin: 0 50px 50px 0; } }
      @media (max-width: 620px) {
        .circle_lst > ul li {
          width: 135px;
          height: 136px;
          margin: 0 10px 10px 0; } }
      .circle_lst > ul li .num {
        color: #fff; }
      .circle_lst > ul li .t1 {
        margin-top: 3px;
        color: #fff;
        font-weight: bold; }

.s2_2_lr .l_cont {
  width: 50%;
  height: 420px;
  padding: 100px 80px 0;
  background-color: #f8f8f8; }
  @media (max-width: 1420px) {
    .s2_2_lr .l_cont {
      float: none;
      display: block;
      width: 100%;
      height: auto;
      padding: 100px 80px; } }
  @media (max-width: 620px) {
    .s2_2_lr .l_cont {
      padding: 40px 30px; } }
  .s2_2_lr .l_cont .t1 {
    font-weight: bold;
    line-height: 120%; }
    .s2_2_lr .l_cont .t1::before {
      content: "";
      display: block;
      width: 38px;
      height: 3px;
      margin-bottom: 26px;
      background-color: #333; }
      @media (max-width: 620px) {
        .s2_2_lr .l_cont .t1::before {
          width: 22px;
          margin-bottom: 15px; } }
  .s2_2_lr .l_cont .t2 {
    margin-top: 15px;
    color: #666; }
    @media (max-width: 620px) {
      .s2_2_lr .l_cont .t2 {
        margin-top: 10px; } }
  .s2_2_lr .l_cont .num_line {
    margin-top: 45px; }
    @media (max-width: 620px) {
      .s2_2_lr .l_cont .num_line {
        margin-top: 20px; } }
    .s2_2_lr .l_cont .num_line li {
      height: 35px;
      line-height: 35px; }
      @media (max-width: 780px) {
        .s2_2_lr .l_cont .num_line li {
          float: none;
          display: block;
          width: 100%; } }
      .s2_2_lr .l_cont .num_line li + li {
        margin-left: 40px; }
        @media (max-width: 780px) {
          .s2_2_lr .l_cont .num_line li + li {
            margin: 20px 0 0; } }
        @media (max-width: 620px) {
          .s2_2_lr .l_cont .num_line li + li {
            margin-top: 15px; } }
      .s2_2_lr .l_cont .num_line li .num {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: 0 15px 2px 0;
        border-radius: 50%;
        font-weight: bold;
        color: #fff;
        text-align: center; }
    .s2_2_lr .l_cont .num_line .color1 {
      color: #0066b1; }
      .s2_2_lr .l_cont .num_line .color1 .num {
        background-color: #0667b2; }
    .s2_2_lr .l_cont .num_line .color2 {
      color: #2f95d1; }
      .s2_2_lr .l_cont .num_line .color2 .num {
        background-color: #2f95d1; }
    .s2_2_lr .l_cont .num_line .color3 {
      color: #02a3cb; }
      .s2_2_lr .l_cont .num_line .color3 .num {
        background-color: #00a8d2; }

.s2_2_lr .r_cont {
  width: 50%; }
  @media (max-width: 1420px) {
    .s2_2_lr .r_cont {
      float: none;
      display: block;
      width: 100%; } }
  .s2_2_lr .r_cont img {
    width: 100%; }

.lr_cont .l_cont {
  width: 670px; }
  @media (max-width: 1420px) {
    .lr_cont .l_cont {
      float: none;
      display: block;
      width: 100%;
      text-align: center; } }
  .lr_cont .l_cont img {
    width: 100%; }
    @media (max-width: 1420px) {
      .lr_cont .l_cont img {
        width: auto; } }

.lr_cont .r_cont {
  width: 670px; }
  @media (max-width: 1420px) {
    .lr_cont .r_cont {
      float: none;
      display: block;
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 620px) {
    .lr_cont .r_cont {
      margin-top: 10px; } }
  @media (max-width: 620px) {
    .lr_cont .r_cont > table {
      border-top: 1px solid #ddd; } }
  .lr_cont .r_cont > table thead th {
    padding: 16px 0;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
    background-color: #fafafa; }
    @media (max-width: 620px) {
      .lr_cont .r_cont > table thead th {
        border: 0; } }
  .lr_cont .r_cont > table tbody td {
    padding: 16px 0;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 150%;
    color: #666;
    text-align: center; }
    @media (max-width: 620px) {
      .lr_cont .r_cont > table tbody td {
        border: 0;
        font-size: 12px; } }
  @media (max-width: 620px) {
    .lr_cont .r_cont > table tr {
      border-bottom: 1px solid #ddd; } }
  @media (max-width: 620px) {
    .lr_cont .r_cont > table .m_bdl {
      border-left: 1px solid #ddd; } }

.pro_slide .pro_slide_mask {
  overflow: hidden;
  width: 100%; }

.pro_slide .item img {
  width: 100%; }

.pro_slide .b_line {
  position: relative;
  margin-top: 50px;
  font-size: 0; }
  @media (max-width: 620px) {
    .pro_slide .b_line {
      margin-top: 25px; } }
  .pro_slide .b_line .progress {
    display: inline-block;
    width: calc(100% - 87px);
    height: 3px;
    margin-top: 12px;
    vertical-align: top;
    background-color: #ddd; }
    @media (max-width: 620px) {
      .pro_slide .b_line .progress {
        width: calc(100% - 65px); } }
    .pro_slide .b_line .progress .swiper-pagination-progressbar-fill {
      background-color: #0064b0 !important; }
  .pro_slide .b_line .btn {
    display: block;
    width: 15px;
    height: 28px; }
  .pro_slide .b_line .prev {
    margin-left: 30px;
    background-position: -33px -68px; }
    @media (max-width: 620px) {
      .pro_slide .b_line .prev {
        margin-left: 20px; } }
  .pro_slide .b_line .next {
    margin-left: 25px;
    background-position: -50px -68px; }
    @media (max-width: 620px) {
      .pro_slide .b_line .next {
        margin-left: 15px; } }

.w3_lst {
  overflow: hidden; }
  @media (max-width: 1240px) {
    .w3_lst {
      overflow: visible; } }
  .w3_lst > ul {
    font-size: 0;
    margin: 0 -30px -30px 0; }
    @media (max-width: 1240px) {
      .w3_lst > ul {
        margin: 0 0 -20px;
        padding: 0 98px; } }
    @media (max-width: 620px) {
      .w3_lst > ul {
        margin: 0 0 -10px;
        padding: 0; } }
    .w3_lst > ul li {
      display: inline-block;
      width: calc(33.3334% - 30px);
      margin: 0 30px 30px 0;
      vertical-align: top;
      text-align: center; }
      @media (max-width: 1240px) {
        .w3_lst > ul li {
          display: block;
          width: 100%;
          margin: 0 auto 20px; } }
      @media (max-width: 620px) {
        .w3_lst > ul li {
          margin-bottom: 10px; } }
      .w3_lst > ul li img {
        width: 100%; }
  @media (max-width: 620px) {
    .w3_lst.mt50 {
      margin-top: 25px; } }
  .w3_lst.txt > ul {
    margin: 0 -30px -45px 0; }
    @media (max-width: 1240px) {
      .w3_lst.txt > ul {
        margin: 0 0 -45px; } }
    @media (max-width: 620px) {
      .w3_lst.txt > ul {
        margin: 0 0 -20px; } }
    .w3_lst.txt > ul li {
      margin: 0 30px 45px 0; }
      @media (max-width: 1240px) {
        .w3_lst.txt > ul li {
          margin: 0 auto 45px; } }
      @media (max-width: 620px) {
        .w3_lst.txt > ul li {
          margin-bottom: 20px; } }
      .w3_lst.txt > ul li .t1 {
        margin-top: 20px;
        font-weight: bold; }
        @media (max-width: 620px) {
          .w3_lst.txt > ul li .t1 {
            margin-top: 10px; } }
      .w3_lst.txt > ul li .t2 {
        margin-top: 10px;
        color: #666; }
        @media (max-width: 620px) {
          .w3_lst.txt > ul li .t2 {
            margin-top: 5px; } }

.w4_lst {
  overflow: hidden; }
  @media (max-width: 1240px) {
    .w4_lst {
      overflow: visible; } }
  .w4_lst > ul {
    margin: 0 -30px -30px 0;
    font-size: 0; }
    @media (max-width: 1240px) {
      .w4_lst > ul {
        margin: 0 -30px -30px 0;
        padding: 0 98px; } }
    @media (max-width: 620px) {
      .w4_lst > ul {
        margin: 0 0 -10px;
        padding: 0; } }
    .w4_lst > ul li {
      display: inline-block;
      width: calc(25% - 30px);
      margin: 0 30px 30px 0;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .w4_lst > ul li {
          display: block;
          width: 100%;
          margin: 0 auto 20px; } }
      @media (max-width: 620px) {
        .w4_lst > ul li {
          margin-bottom: 10px; } }
      .w4_lst > ul li img {
        width: 100%; }
  .w4_lst.txt > ul {
    margin: 0 -30px -45px 0; }
    @media (max-width: 1240px) {
      .w4_lst.txt > ul {
        margin: 0 0 -45px; } }
    @media (max-width: 620px) {
      .w4_lst.txt > ul {
        margin: 0 0 -20px; } }
    .w4_lst.txt > ul li {
      margin: 0 30px 40px 0; }
      @media (max-width: 1240px) {
        .w4_lst.txt > ul li {
          margin: 0 auto 45px; } }
      @media (max-width: 620px) {
        .w4_lst.txt > ul li {
          margin-bottom: 20px; } }
      .w4_lst.txt > ul li .t1 {
        margin-top: 20px;
        text-align: center;
        font-weight: bold; }
        @media (max-width: 620px) {
          .w4_lst.txt > ul li .t1 {
            margin-top: 10px; } }

.partner_lst {
  overflow: hidden; }
  .partner_lst > ul {
    margin: 0 -30px -30px 0;
    font-size: 0; }
    @media (max-width: 1240px) {
      .partner_lst > ul {
        margin: 0 20px 20px 0; } }
    @media (max-width: 620px) {
      .partner_lst > ul {
        margin: 0 0 -20px; } }
    .partner_lst > ul li {
      display: inline-block;
      width: calc(25% - 30px);
      margin: 0 30px 30px 0;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .partner_lst > ul li {
          width: calc(50% - 20px);
          margin: 0 20px 20px 0; } }
      @media (max-width: 620px) {
        .partner_lst > ul li {
          display: block;
          width: 100%;
          margin: 0 0 20px; } }
      .partner_lst > ul li img {
        width: 100%; }

.bada_process.mb0{margin-bottom: 0;}
.bada_process {
  margin-bottom: 65px;
  overflow: hidden; }
  @media (max-width: 620px) {
    .bada_process {
      margin-bottom: 30px; } }
  .bada_process > ul {
    margin: 0 -90px -50px 0;
    font-size: 0; }
    @media (max-width: 1240px) {
      .bada_process > ul {
        margin: 0 -20px -20px 0; } }
    @media (max-width: 620px) {
      .bada_process > ul {
        margin: 0 0 -10px; } }
    .bada_process > ul li {
      position: relative;
      display: inline-block;
      width: calc(33.3334% - 90px);
      margin: 0 90px 50px 0;
      vertical-align: top;
      text-align: center; }
      @media (max-width: 1240px) {
        .bada_process > ul li {
          width: calc(50% - 20px);
          margin: 0 20px 20px 0; } }
      @media (max-width: 620px) {
        .bada_process > ul li {
          display: block;
          width: 100%;
          margin: 0 0 10px; } }
      .bada_process > ul li::before {
        position: absolute;
        left: -53px;
        top: calc(50% - 14px);
        width: 15px;
        height: 28px;
        background-position: -73px -68px; }
        @media (max-width: 1240px) {
          .bada_process > ul li::before {
            display: none; } }
      .bada_process > ul li img {
        width: 100%; }
      .bada_process > ul li .txt_wrap {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center; }
        .bada_process > ul li .txt_wrap .t1 {
          color: #fff;
          font-style: italic; }
        .bada_process > ul li .txt_wrap .t2 {
          color: #fff;
          font-weight: bold; }

.odm_strong {
  overflow: hidden; }
  .odm_strong > ul {
    font-size: 0;
    margin-right: -50px; }
    @media (max-width: 1240px) {
      .odm_strong > ul {
        margin: 0 -30px -40px 0; } }
    @media (max-width: 620px) {
      .odm_strong > ul {
        margin: 0 0 -25px; } }
    .odm_strong > ul li {
      display: inline-block;
      width: calc(25% - 50px);
      margin-right: 50px;
      vertical-align: top;
      text-align: center; }
      @media (max-width: 1240px) {
        .odm_strong > ul li {
          width: calc(50% - 30px);
          margin: 0 30px 40px 0; } }
      @media (max-width: 620px) {
        .odm_strong > ul li {
          display: block;
          width: 100%;
          margin: 0 0 25px; } }
      .odm_strong > ul li .num {
        display: block;
        width: 51px;
        height: 50px;
        margin: 0 auto;
        border-radius: 50%;
        border: 2px solid #0064b0;
        line-height: 46px;
        color: #0064b0;
        font-weight: bold; }
      .odm_strong > ul li .t1 {
        margin-top: 20px;
        font-weight: bold; }
        @media (max-width: 620px) {
          .odm_strong > ul li .t1 {
            margin-top: 5px; } }
      .odm_strong > ul li .t2 {
        margin-top: 5px;
        line-height: 180%;
        color: #666; }
        @media (max-width: 620px) {
          .odm_strong > ul li .t2 {
            margin-top: 3px;
            line-height: 150%; } }

.allin_strong {
  padding: 0 230px 0 110px; }
  @media (max-width: 1420px) {
    .allin_strong {
      padding: 0 70px; } }
  @media (max-width: 620px) {
    .allin_strong {
      padding: 0; } }
  .allin_strong .line + .line {
    margin-top: 50px; }
    @media (max-width: 1420px) {
      .allin_strong .line + .line {
        margin-top: 70px; } }
    @media (max-width: 620px) {
      .allin_strong .line + .line {
        margin-top: 35px; } }
  .allin_strong .line .img {
    width: 500px; }
    .allin_strong .line .img img {
      width: 100%; }
    @media (max-width: 1420px) {
      .allin_strong .line .img {
        float: none;
        display: block;
        width: 100%; } }
  .allin_strong .line .txt_wrap {
    width: 500px;
    height: 391px;
    text-align: center; }
    @media (max-width: 1420px) {
      .allin_strong .line .txt_wrap {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 35px; } }
    @media (max-width: 620px) {
      .allin_strong .line .txt_wrap {
        padding-top: 15px; } }
    .allin_strong .line .txt_wrap .t1 {
      margin-bottom: 15px;
      font-style: italic;
      font-weight: bold; }
      @media (max-width: 620px) {
        .allin_strong .line .txt_wrap .t1 {
          margin-bottom: 0; } }
    .allin_strong .line .txt_wrap .t2 {
      color: #928d8d; }
    .allin_strong .line .txt_wrap .t3 {
      font-weight: bold; }
  .allin_strong .line:nth-child(2n-1) .txt_wrap {
    margin-left: 60px; }
    @media (max-width: 1420px) {
      .allin_strong .line:nth-child(2n-1) .txt_wrap {
        margin-left: 0; } }
  .allin_strong .line:nth-child(2n) .txt_wrap {
    margin-right: 60px; }
    @media (max-width: 1420px) {
      .allin_strong .line:nth-child(2n) .txt_wrap {
        margin-right: 0; } }

.stove_lst .t1 {
  margin-top: 17px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 620px) {
    .stove_lst .t1 {
      margin-top: 10px; } }

.stove_lst .l_img {
  width: 497px; }
  @media (max-width: 1240px) {
    .stove_lst .l_img {
      width: 100%; } }
  .stove_lst .l_img .bd img {
    width: 100%; }

.stove_lst .r_lst {
  overflow: hidden;
  width: 838px; }
  @media (max-width: 1240px) {
    .stove_lst .r_lst {
      width: 100%;
      margin-top: 45px;
      padding: 0 70px; } }
  @media (max-width: 620px) {
    .stove_lst .r_lst {
      margin-top: 20px;
      padding: 0; } }
  .stove_lst .r_lst > ul {
    margin: 0 -30px -35px 0;
    font-size: 0; }
    @media (max-width: 1240px) {
      .stove_lst .r_lst > ul {
        margin: -45px 0 0; } }
    @media (max-width: 620px) {
      .stove_lst .r_lst > ul {
        margin: -20px 0 0; } }
    .stove_lst .r_lst > ul li {
      display: inline-block;
      width: calc(50% - 30px);
      margin: 0 30px 35px 0;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .stove_lst .r_lst > ul li {
          display: block;
          width: 100%;
          margin: 45px auto 0; } }
      @media (max-width: 620px) {
        .stove_lst .r_lst > ul li {
          padding: 0;
          margin: 20px 0 0; } }
      .stove_lst .r_lst > ul li img {
        width: 100%; }

.brand_intro .l_cont {
  width: 400px; }
  @media (max-width: 1240px) {
    .brand_intro .l_cont {
      float: none;
      display: block;
      width: 100%; } }
  .brand_intro .l_cont img {
    width: 100%; }

.brand_intro .r_cont {
  width: calc(100% - 475px);
  padding-top: 65px; }
  @media (max-width: 1240px) {
    .brand_intro .r_cont {
      float: none;
      display: block;
      width: 100%;
      padding-top: 50px; } }
  @media (max-width: 620px) {
    .brand_intro .r_cont {
      padding-top: 25px; } }
  .brand_intro .r_cont .t1 {
    font-weight: bold; }
  .brand_intro .r_cont .t2 {
    margin-top: 10px;
    color: #111;
    font-weight: bold; }
    @media (max-width: 620px) {
      .brand_intro .r_cont .t2 {
        margin-top: 5px; } }
  .brand_intro .r_cont .t3 {
    color: #666; }
  .brand_intro .r_cont .mt25 {
    margin-top: 25px; }
    @media (max-width: 620px) {
      .brand_intro .r_cont .mt25 {
        margin-top: 15px; } }
  @media (max-width: 620px) {
    .brand_intro .r_cont .mt20 {
      margin-top: 10px; } }
  .brand_intro .r_cont .more {
    display: block;
    width: 220px;
    height: 60px;
    margin-top: 55px;
    padding: 3px;
    border-radius: 30px; }
    @media (max-width: 620px) {
      .brand_intro .r_cont .more {
        margin-top: 25px; } }
    .brand_intro .r_cont .more .bg {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 27px;
      background-color: #fff;
      line-height: 54px;
      text-align: center; }

.store_tit {
  margin: 50px 0 20px;
  color: #111;
  font-weight: bold;
  line-height: 120%; }

.cost_banner {
  padding: 100px 0;
  text-align: center;
  background-image: url(/src/img/cost_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 620px) {
    .cost_banner {
      padding: 50px 20px; } }
  .cost_banner .t1 {
    color: #fff; }
  .cost_banner .t2 {
    color: #fff;
    font-weight: bold; }
    @media (max-width: 620px) {
      .cost_banner .t2 {
        margin-top: 10px; } }
  .cost_banner .num_line {
    margin-top: 40px; }
    @media (max-width: 620px) {
      .cost_banner .num_line {
        margin-top: 30px; } }
    .cost_banner .num_line .t3 {
      display: inline-block;
      color: #fff;
      vertical-align: top; }
      @media (max-width: 620px) {
        .cost_banner .num_line .t3 {
          display: block;
          margin: 0 auto; } }
      .cost_banner .num_line .t3::before {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 0 20px 2px 0;
        vertical-align: middle; }
        @media (max-width: 620px) {
          .cost_banner .num_line .t3::before {
            margin-right: 10px; } }
      .cost_banner .num_line .t3 + .t3 {
        margin-left: 80px; }
        @media (max-width: 620px) {
          .cost_banner .num_line .t3 + .t3 {
            margin: 10px auto 0; } }
    .cost_banner .num_line .ico1::before {
      background-position: -143px -68px; }
    .cost_banner .num_line .ico2::before {
      background-position: -119px -68px; }

@media (max-width: 991px) {
  .w_tb {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; } }

.w_tb.mt15 {
  margin-top: 15px; }
  @media (max-width: 620px) {
    .w_tb.mt15 {
      margin-top: 10px; } }

.w_tb.mb25 {
  margin-bottom: 25px; }
  @media (max-width: 620px) {
    .w_tb.mb25 {
      margin-bottom: 15px; } }

.w_tb > table {
  border-top: 1px solid #999; }
  .w_tb > table tr {
    border-bottom: 1px solid #ddd; }
    @media (max-width: 991px) {
      .w_tb > table tr {
        border-bottom: 0; } }
  .w_tb > table th {
    width: 180px;
    padding: 19px 0 19px 30px;
    font-size: 14px;
    color: #000;
    text-align: left;
    background-color: #fafafa; }
    @media (max-width: 991px) {
      .w_tb > table th {
        display: block;
        width: 100%;
        padding: 0;
        margin: 20px 0 5px;
        background-color: transparent; } }
    .w_tb > table th.req_star::after {
      content: "*";
      color: #0064b0; }
  .w_tb > table td {
    padding: 7px;
    font-size: 0; }
    @media (max-width: 991px) {
      .w_tb > table td {
        display: block;
        width: 100%;
        padding: 0; } }
  .w_tb > table .inp {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #999;
    vertical-align: top; }
    @media (max-width: 620px) {
      .w_tb > table .inp {
        padding: 0 10px;
        font-size: 12px; } }
    .w_tb > table .inp::placeholder {
      color: #999; }
      @media (max-width: 620px) {
        .w_tb > table .inp::placeholder {
          font-size: 12px; } }
  .w_tb > table select.inp {
    padding: 0 25px 0 15px;
    background-image: url(/src/img/init/sel_init_ico2.png);
    background-size: 8px 8px;
    background-position: calc(100% - 15px) 50%; }
    @media (max-width: 620px) {
      .w_tb > table select.inp {
        padding: 0 15px 0 10px;
        background-position: calc(100% - 10px) 50%; } }
  .w_tb > table textarea.inp {
    padding: 10px 15px; }
    @media (max-width: 620px) {
      .w_tb > table textarea.inp {
        padding: 5px 10px; } }
  .w_tb > table .w280 {
    width: 280px; }
  .w_tb > table .w175 {
    width: 175px; }
  .w_tb > table .h240 {
    height: 240px; }
  .w_tb > table .num_wrap .num_txt {
    display: inline-block;
    width: 13px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #666; }
  @media (max-width: 991px) {
    .w_tb > table .num_wrap .w175 {
      width: calc((100% - 26px) / 3); } }
  .w_tb > table .mail_inp_wrap .mail_txt {
    display: inline-block;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #999; }
    @media (max-width: 991px) {
      .w_tb > table .mail_inp_wrap .mail_txt {
        width: 20px;
        font-size: 12px; } }
  @media (max-width: 991px) {
    .w_tb > table .mail_inp_wrap .w175 {
      width: calc((100% - 25px) / 3); } }
  @media (max-width: 991px) {
    .w_tb > table .m_w33p .w175 {
      width: calc((100% - 10px) / 3); } }
  .w_tb > table .file_wrap .inp {
    display: inline-block;
    width: calc(100% - 187px);
    border: 1px solid #ddd;
    line-height: 43px; }
    @media (max-width: 991px) {
      .w_tb > table .file_wrap .inp {
        width: calc(100% - 95px); } }
  .w_tb > table .file_wrap .file_sel {
    display: inline-block;
    width: 182px;
    height: 45px;
    margin-left: 5px;
    border: 1px solid #aaa;
    text-align: center;
    line-height: 43px; }
    @media (max-width: 991px) {
      .w_tb > table .file_wrap .file_sel {
        width: 90px; } }

.agree_tit {
  margin: 70px 0 15px;
  font-weight: bold; }
  @media (max-width: 620px) {
    .agree_tit {
      margin: 35px 0 10px; } }
  .agree_tit.mt210 {
    margin-top: 210px; }
    @media (max-width: 620px) {
      .agree_tit.mt210 {
        margin-top: 105px; } }

.agree_box {
  overflow-y: scroll;
  height: 220px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9; }
  @media (max-width: 620px) {
    .agree_box {
      padding: 10px 15px; } }
  .agree_box pre {
    color: #666; }

.agree_line {
  padding: 20px 0;
  font-size: 0;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 620px) {
    .agree_line {
      padding: 10px 0; } }
  .agree_line .txt {
    color: #666; }

.w_s_line {
  margin-top: 50px;
  font-size: 0;
  text-align: center; }
  @media (max-width: 620px) {
    .w_s_line {
      margin-top: 25px; } }
  .w_s_line .btn {
    display: inline-block;
    width: 220px;
    height: 60px;
    border-radius: 30px; }
    @media (max-width: 620px) {
      .w_s_line .btn {
        display: block;
        margin: 0 auto; } }
    .w_s_line .btn + .btn {
      margin-left: 10px; }
      @media (max-width: 620px) {
        .w_s_line .btn + .btn {
          margin: 10px auto 0; } }
  .w_s_line .style1 {
    padding: 3px; }
    .w_s_line .style1 .bg {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 27px;
      background-color: #fff;
      line-height: 54px;
      text-align: center; }
  .w_s_line .style2 {
    border: 1px solid #aaa;
    line-height: 58px; }

.bd_total {
  color: #666; }

.bd_sch {
  width: 485px;
  font-size: 0; }
  @media (max-width: 1240px) {
    .bd_sch {
      margin: 40px auto 0; } }
  @media (max-width: 620px) {
    .bd_sch {
      width: 100%;
      margin-top: 20px; } }
  .bd_sch .sch_sel {
    display: inline-block;
    width: 150px;
    height: 45px;
    padding: 0 35px 0 20px;
    border: 0;
    vertical-align: top;
    background-color: #efefef;
    background-size: 10px 7px;
    background-position: calc(100% - 25px) 50%; }
    @media (max-width: 620px) {
      .bd_sch .sch_sel {
        display: block;
        width: 100%;
        font-size: 12px; } }
  .bd_sch .sch_inp {
    display: inline-block;
    width: calc(100% - 205px);
    height: 45px;
    padding: 0 20px;
    margin-left: 5px;
    border: 0;
    background-color: #efefef; }
    @media (max-width: 620px) {
      .bd_sch .sch_inp {
        width: calc(100% - 50px);
        margin: 5px 0 0;
        font-size: 12px; } }
    .bd_sch .sch_inp::placeholder {
      color: #999; }
      @media (max-width: 620px) {
        .bd_sch .sch_inp::placeholder {
          font-size: 12px; } }
  .bd_sch .s_btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 5px;
    vertical-align: top; }
    @media (max-width: 620px) {
      .bd_sch .s_btn {
        margin-top: 5px; } }
    .bd_sch .s_btn::after {
      display: block;
      margin: 0 auto;
      width: 22px;
      height: 18px;
      background-position: -43px -46px; }

.bd_top {
  margin-bottom: 20px; }
  @media (max-width: 1240px) {
    .bd_top {
      margin-bottom: 30px; } }
  @media (max-width: 620px) {
    .bd_top {
      margin-bottom: 10px; } }
  .bd_top .bd_total {
    height: 45px;
    line-height: 45px; }
    @media (max-width: 1240px) {
      .bd_top .bd_total {
        height: auto;
        line-height: 150%; } }

.gall_lst {
  overflow: hidden;
  border-top: 1px solid #333;
  padding-top: 30px; }
  @media (max-width: 620px) {
    .gall_lst {
      padding-top: 15px; } }
  .gall_lst > ul {
    margin: 0 -30px -45px 0;
    font-size: 0; }
    @media (max-width: 1240px) {
      .gall_lst > ul {
        margin: 0 -20px -45px 0; } }
    @media (max-width: 620px) {
      .gall_lst > ul {
        margin: 0 -10px -20px 0; } }
    .gall_lst > ul li {
      display: inline-block;
      width: calc(25% - 30px);
      margin: 0 30px 45px 0;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .gall_lst > ul li {
          width: calc(50% - 20px);
          margin-right: 20px; } }
      @media (max-width: 620px) {
        .gall_lst > ul li {
          width: calc(50% - 10px);
          margin: 0 10px 20px 0; } }
      .gall_lst > ul li .bd img {
        width: 100%; }
      .gall_lst > ul li .t1 {
        margin-top: 15px;
        color: #666; }
        @media (max-width: 620px) {
          .gall_lst > ul li .t1 {
            margin-top: 5px; } }

.page_mt65 {
  margin-top: 65px; }
  @media (max-width: 620px) {
    .page_mt65 {
      margin-top: 30px; } }

.bd_lst > table {
  border-top: 1px solid #333; }
  .bd_lst > table tr {
    border-bottom: 1px solid #ddd; }
  .bd_lst > table td {
    text-align: center; }
  .bd_lst > table .num {
    width: 100px;
    color: #666; }
  .bd_lst > table .tit_wrap {
    position: relative;
    text-align: left;
    padding: 25px 65px 25px 20px; }
    @media (max-width: 620px) {
      .bd_lst > table .tit_wrap {
        padding: 10px 0; } }
    .bd_lst > table .tit_wrap .t1 {
      color: #666; }
    .bd_lst > table .tit_wrap .t2 {
      color: #999; }
    .bd_lst > table .tit_wrap .info_line {
      margin-top: 10px; }
      @media (max-width: 620px) {
        .bd_lst > table .tit_wrap .info_line {
          margin-top: 0; } }
      .bd_lst > table .tit_wrap .info_line .t2::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        margin: 0 18px 2px;
        vertical-align: middle;
        background-color: #ddd; }
        @media (max-width: 620px) {
          .bd_lst > table .tit_wrap .info_line .t2::before {
            height: 10px;
            margin: 0 9px 2px; } }
      .bd_lst > table .tit_wrap .info_line .t2:first-child::before {
        display: none; }
    .bd_lst > table .tit_wrap::after {
      position: absolute;
      right: 50px;
      top: 50%;
      transform: translateY(-50%);
      width: 11px;
      height: 20px;
      background-position: -102px -68px; }
      @media (max-width: 620px) {
        .bd_lst > table .tit_wrap::after {
          display: none; } }

.bd_v .tit_wrap {
  padding: 25px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 620px) {
    .bd_v .tit_wrap {
      padding: 15px 0; } }
  .bd_v .tit_wrap .t1 {
    color: #666; }
  .bd_v .tit_wrap .info_line {
    margin-top: 7px; }
    @media (max-width: 620px) {
      .bd_v .tit_wrap .info_line {
        margin-top: 0; } }
    .bd_v .tit_wrap .info_line .t2 {
      color: #999; }
      .bd_v .tit_wrap .info_line .t2::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        margin: 0 18px 2px;
        vertical-align: middle;
        background-color: #ddd; }
        @media (max-width: 620px) {
          .bd_v .tit_wrap .info_line .t2::before {
            height: 10px;
            margin: 0 9px 2px; } }
      .bd_v .tit_wrap .info_line .t2:first-child::before {
        display: none; }

.bd_v .file_wrap {
  padding: 20px 30px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 620px) {
    .bd_v .file_wrap {
      padding: 15px 0; } }
  .bd_v .file_wrap .line {
    font-size: 0; }
    .bd_v .file_wrap .line + .line {
      margin-top: 10px; }
    .bd_v .file_wrap .line .t1 {
      width: 124px;
      display: inline-block;
      height: 18px;
      line-height: 18px;
      color: #666;
      vertical-align: top; }
      @media (max-width: 620px) {
        .bd_v .file_wrap .line .t1 {
          width: 89px; } }
      .bd_v .file_wrap .line .t1::before {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 10px 2px 0;
        vertical-align: middle;
        background-position: -67px -44px; }
        @media (max-width: 620px) {
          .bd_v .file_wrap .line .t1::before {
            margin-right: 5px; } }
      .bd_v .file_wrap .line .t1::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        margin: 0 18px 4px;
        vertical-align: middle;
        background-color: #ddd; }
        @media (max-width: 620px) {
          .bd_v .file_wrap .line .t1::after {
            height: 10px;
            margin: 0 10px 2px; } }
    .bd_v .file_wrap .line .t2 {
      display: inline-block;
      width: calc(100% - 124px);
      height: 18px;
      line-height: 18px;
      color: #999;
      vertical-align: top; }
      @media (max-width: 620px) {
        .bd_v .file_wrap .line .t2 {
          width: calc(100% - 89px); } }

.bd_v .cont_wrap {
  padding: 30px 30px 100px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 620px) {
    .bd_v .cont_wrap {
      padding: 15px 0 100px; } }
  .bd_v .cont_wrap > p {
    font-size: 16px;
    color: #666;
    line-height: 160%; }
    @media (max-width: 620px) {
      .bd_v .cont_wrap > p {
        font-size: 12px; } }

.bd_v .link_wrap > table tr {
  border-bottom: 1px solid #ddd; }

.bd_v .link_wrap > table th {
  position: relative;
  width: 135px;
  padding: 18px 0;
  color: #666; }
  @media (max-width: 620px) {
    .bd_v .link_wrap > table th {
      width: 90px;
      padding: 10px 0; } }
  .bd_v .link_wrap > table th::before {
    display: inline-block;
    width: 14px;
    height: 8px;
    vertical-align: middle;
    margin: 0 13px 2px 0; }
    @media (max-width: 620px) {
      .bd_v .link_wrap > table th::before {
        margin-right: 10px; } }
  .bd_v .link_wrap > table th::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #ddd; }

.bd_v .link_wrap > table .prev::before {
  background-position: -87px -46px; }

.bd_v .link_wrap > table .next::before {
  background-position: -103px -48px; }

.bd_v .link_wrap > table td {
  padding: 18px 20px; }
  @media (max-width: 620px) {
    .bd_v .link_wrap > table td {
      padding: 10px; } }
  .bd_v .link_wrap > table td .t1 {
    display: block;
    width: 100%;
    color: #999; }

.bd_v .btn_wrap {
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 620px) {
    .bd_v .btn_wrap {
      margin-top: 15px; } }
  .bd_v .btn_wrap .btn {
    display: inline-block;
    width: 220px;
    height: 60px; }
  .bd_v .btn_wrap .style1 {
    padding: 3px;
    border-radius: 30px; }
    .bd_v .btn_wrap .style1 .bg {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 27px;
      background-color: #fff;
      line-height: 54px; }

#footer {
  margin-top: 100px;
  background-color: #212734; }
  #footer.mt0 {
    margin-top: 0; }
  @media (max-width: 620px) {
    #footer {
      margin-top: 50px; } }
  #footer .foo_t {
    height: 127px;
    border-bottom: 1px solid #090c11; }
	#footer .foo_t.eng_foo_t{height: auto;padding-bottom: 20px;}
    #footer .foo_t .foo_logo {
      margin-top: 40px; }
    #footer .foo_t .foo_menu {
      margin: 52px 0 0 80px; }
      #footer .foo_t .foo_menu li + li {
        margin-left: 70px; }
      #footer .foo_t .foo_menu li > a {
        color: #fff; }
		#footer .foo_t .foo_menu.eng_foo_menu{width: calc(100% - 496px);}
		#footer .foo_t .foo_menu.eng_foo_menu li+li{margin-left: 0;}
		#footer .foo_t .foo_menu.eng_foo_menu li{margin: 0 70px 20px 0;}
	#footer .foo_t .top_btn{display: block;width: 55px;height: 55px;margin-top: 36px;line-height: 55px;text-align: center;color: #fff;background-color: #0094db;}

  #footer .foo_b {
    padding: 35px 0 65px 240px; }
    @media (max-width: 1740px) {
      #footer .foo_b {
        padding-left: 0; } }
    @media (max-width: 620px) {
      #footer .foo_b {
        padding: 20px 0 35px; } }
    #footer .foo_b .info_line {
      font-size: 0; }
      #footer .foo_b .info_line li {
        display: inline;
        color: #aaa; }
        @media (max-width: 620px) {
          #footer .foo_b .info_line li {
            display: inline; } }
        #footer .foo_b .info_line li::before {
          content: "";
          display: inline-block;
          width: 1px;
          height: 14px;
          margin: 0 18px 2px;
          vertical-align: middle;
          background-color: #aaa; }
          @media (max-width: 620px) {
            #footer .foo_b .info_line li::before {
              height: 11px;
              margin: 0 13px 2px; } }
        #footer .foo_b .info_line li:first-child::before {
          display: none; }
    #footer .foo_b .copy {
      margin-top: 30px;
      color: #aaa; }
      @media (max-width: 620px) {
        #footer .foo_b .copy {
          margin-top: 10px; } }

.dot_lst > li+li{margin-top: 5px;}
.dot{position: relative;padding-left: 15px;}
.dot::before{content: '';position: absolute;left: 0;top: 15px;width: 4px;height: 4px;border-radius: 50%;background-color: #666;}
.dot.fz16::before{top: 10px;}

@media (max-width: 620px){
	.dot.fz16::before{top: 7px;}
}

.ope_wrap .wrap:first-child{width: 325px;}
.ope_wrap .wrap .h4_tit{margin-bottom: 25px;}
.ope_wrap .wrap .t1{font-weight: bold;}
.ope_wrap .wrap .t1+.t1{margin-top: 10px;}

@media (max-width: 620px){
	.dot::before{top: 10px;}

	.ope_wrap .wrap:first-child{width: 100%;}
	.ope_wrap .wrap{float: none;display: block;width: 100%;}
	.ope_wrap .wrap+.wrap{margin-top: 35px;}
	.ope_wrap .wrap .h4_tit{margin-bottom: 10px;}
	.ope_wrap .wrap .t1+.t1{margin-top: 5px;}
}

.expert_map{margin-bottom: 45px;}
@media (max-width: 620px){
	.expert_map{margin-bottom: 25px;}
}

.esg_box_lst{overflow: hidden;}
.esg_box_lst > ul{margin-left: -50px;font-size: 0;}
.esg_box_lst > ul > li{display: inline-block;width: calc(33.3334% - 50px);margin-left: 50px;border: 1px solid #ddd;vertical-align: top;text-align: center;}
.esg_box_lst > ul > li .tit{height: 60px;line-height: 60px;color: #fff;font-weight: bold;}
.esg_box_lst > ul > li .tit.bg1{background-color: #7abf3e;}
.esg_box_lst > ul > li .tit.bg2{background-color: #6097da;}
.esg_box_lst > ul > li .tit.bg3{background-color: #ffcc80;}
.esg_box_lst > ul > li .desc{height: 525px;padding: 35px 10px 0;}
.esg_box_lst > ul > li .desc .t1{margin-top: 30px;}
.esg_box_lst > ul > li .desc .t2{margin-top: 5px;}

.esg_box_lst.eng > ul > li .desc{height: 554px;padding: 35px 10px 55px;}

@media (max-width: 1420px){
	.esg_box_lst > ul{margin: -50px 0 0;}
	.esg_box_lst > ul > li{display: block;width: 430px;margin: 50px auto 0;}
}

@media (max-width: 620px){
	.esg_box_lst > ul{margin-top: -25px;}
	.esg_box_lst > ul > li{width: 100%;margin-top: 25px;}
	.esg_box_lst > ul > li .desc{height: auto;padding: 30px 10px;}
	.esg_box_lst > ul > li .desc .t1{margin-top: 15px;}

	.esg_box_lst.eng > ul > li .desc{height: auto;padding: 30px 10px;}

}

.esg_dec_lst{margin-top: 70px;}
.esg_dec_lst > ul > li{display: flex;justify-content: space-between;}
.esg_dec_lst > ul > li+li{margin-top: 70px;}
.esg_dec_lst > ul > li .l_cont{width: 210px;}
.esg_dec_lst > ul > li .l_cont .tit{width: 100%;height: 70px;border-radius: 35px;line-height: 70px;text-align: center;background-color: #eee;}
.esg_dec_lst > ul > li .r_cont{width: calc(100% - 280px);padding-top: 15px;}
.esg_dec_lst > ul > li .r_cont .dot_lst{margin-top: 20px;}

@media (max-width: 1420px){
	.esg_dec_lst > ul > li{display: block;}
	.esg_dec_lst > ul > li .l_cont{width: 100%;}
	.esg_dec_lst > ul > li .l_cont .tit{width: 210px;}
	.esg_dec_lst > ul > li .r_cont{width: 100%;margin-top: 30px;padding-top: 0;}
}

@media (max-width: 620px){
	.esg_dec_lst{margin-top: 35px;}
	.esg_dec_lst > ul > li+li{margin-top: 35px;}
	.esg_dec_lst > ul > li .l_cont .tit{width: 180px;height: 50px;line-height: 50px;}
	.esg_dec_lst > ul > li .r_cont{margin-top: 15px;}
	.esg_dec_lst > ul > li .r_cont .dot_lst{margin-top: 10px;}

}




