@charset "UTF-8";
/* Font */
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 300;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Light.woff2") format("woff2"), url("../../_common/fonts/NotoSansKR-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 400;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../../_common/fonts/NotoSansKR-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 500;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../../_common/fonts/NotoSansKR-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 600;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../../_common/fonts/NotoSansKR-Bold.woff") format("woff");
}
/* Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
address,
area,
article,
aside,
audio,
b,
body,
br,
button,
canvas,
caption,
cite,
code,
col,
colgroup,
dd,
del,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hr,
html,
i,
iframe,
img,
ins,
input,
label,
legend,
li,
link,
map,
meta,
nav,
object,
ol,
p,
pre,
q,
rp,
rt,
ruby,
s,
script,
section,
select,
source,
span,
strong,
style,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans KR", Dotum;
  font-size: 13px;
  font-weight: 300;
  word-break: keep-all;
  color: #666;
  padding: 0;
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover,
a:active,
a:visited {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
}

button {
  border: 0;
  background-color: transparent;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  cursor: pointer;
}

textarea {
  border: 1px solid #d7d7d7;
  width: 100%;
  padding: 10px;
  font-family: inherit;
  font-weight: 300;
  resize: none;
}

em,
address {
  font-style: normal;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

caption {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=date],
input[type=tel] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
}

main {
  display: block;
}

strong {
  font-weight: 500;
  color: #333;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666 !important;
}

::-moz-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666 !important;
}

:-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666 !important;
}

::-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666 !important;
}

::placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666 !important;
}

:-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666 !important;
}

::-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666 !important;
}

.p-0 {
  padding: 0px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-17 {
  margin: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 1136px) {
  .sm-p-0 {
    padding: 0px !important;
  }
  .sm-p-2 {
    padding: 2px !important;
  }
  .sm-p-3 {
    padding: 3px !important;
  }
  .sm-p-5 {
    padding: 5px !important;
  }
  .sm-p-6 {
    padding: 6px !important;
  }
  .sm-p-7 {
    padding: 7px !important;
  }
  .sm-p-8 {
    padding: 8px !important;
  }
  .sm-p-9 {
    padding: 9px !important;
  }
  .sm-p-10 {
    padding: 10px !important;
  }
  .sm-p-11 {
    padding: 11px !important;
  }
  .sm-p-12 {
    padding: 12px !important;
  }
  .sm-p-13 {
    padding: 13px !important;
  }
  .sm-p-14 {
    padding: 14px !important;
  }
  .sm-p-15 {
    padding: 15px !important;
  }
  .sm-p-17 {
    padding: 17px !important;
  }
  .sm-p-18 {
    padding: 18px !important;
  }
  .sm-p-19 {
    padding: 19px !important;
  }
  .sm-p-20 {
    padding: 20px !important;
  }
  .sm-p-25 {
    padding: 25px !important;
  }
  .sm-p-30 {
    padding: 30px !important;
  }
  .sm-p-35 {
    padding: 35px !important;
  }
  .sm-p-40 {
    padding: 40px !important;
  }
  .sm-p-50 {
    padding: 50px !important;
  }
  .sm-p-60 {
    padding: 60px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pt-2 {
    padding-top: 2px !important;
  }
  .sm-pt-3 {
    padding-top: 3px !important;
  }
  .sm-pt-5 {
    padding-top: 5px !important;
  }
  .sm-pt-6 {
    padding-top: 6px !important;
  }
  .sm-pt-7 {
    padding-top: 7px !important;
  }
  .sm-pt-8 {
    padding-top: 8px !important;
  }
  .sm-pt-9 {
    padding-top: 9px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-11 {
    padding-top: 11px !important;
  }
  .sm-pt-12 {
    padding-top: 12px !important;
  }
  .sm-pt-13 {
    padding-top: 13px !important;
  }
  .sm-pt-14 {
    padding-top: 14px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pt-17 {
    padding-top: 17px !important;
  }
  .sm-pt-18 {
    padding-top: 18px !important;
  }
  .sm-pt-19 {
    padding-top: 19px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-25 {
    padding-top: 25px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-35 {
    padding-top: 35px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pr-2 {
    padding-right: 2px !important;
  }
  .sm-pr-3 {
    padding-right: 3px !important;
  }
  .sm-pr-5 {
    padding-right: 5px !important;
  }
  .sm-pr-6 {
    padding-right: 6px !important;
  }
  .sm-pr-7 {
    padding-right: 7px !important;
  }
  .sm-pr-8 {
    padding-right: 8px !important;
  }
  .sm-pr-9 {
    padding-right: 9px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pr-11 {
    padding-right: 11px !important;
  }
  .sm-pr-12 {
    padding-right: 12px !important;
  }
  .sm-pr-13 {
    padding-right: 13px !important;
  }
  .sm-pr-14 {
    padding-right: 14px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pr-17 {
    padding-right: 17px !important;
  }
  .sm-pr-18 {
    padding-right: 18px !important;
  }
  .sm-pr-19 {
    padding-right: 19px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pr-25 {
    padding-right: 25px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pr-35 {
    padding-right: 35px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pr-60 {
    padding-right: 60px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-pb-2 {
    padding-bottom: 2px !important;
  }
  .sm-pb-3 {
    padding-bottom: 3px !important;
  }
  .sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .sm-pb-6 {
    padding-bottom: 6px !important;
  }
  .sm-pb-7 {
    padding-bottom: 7px !important;
  }
  .sm-pb-8 {
    padding-bottom: 8px !important;
  }
  .sm-pb-9 {
    padding-bottom: 9px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-11 {
    padding-bottom: 11px !important;
  }
  .sm-pb-12 {
    padding-bottom: 12px !important;
  }
  .sm-pb-13 {
    padding-bottom: 13px !important;
  }
  .sm-pb-14 {
    padding-bottom: 14px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-pb-17 {
    padding-bottom: 17px !important;
  }
  .sm-pb-18 {
    padding-bottom: 18px !important;
  }
  .sm-pb-19 {
    padding-bottom: 19px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-25 {
    padding-bottom: 25px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-35 {
    padding-bottom: 35px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pl-2 {
    padding-left: 2px !important;
  }
  .sm-pl-3 {
    padding-left: 3px !important;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .sm-pl-6 {
    padding-left: 6px !important;
  }
  .sm-pl-7 {
    padding-left: 7px !important;
  }
  .sm-pl-8 {
    padding-left: 8px !important;
  }
  .sm-pl-9 {
    padding-left: 9px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pl-11 {
    padding-left: 11px !important;
  }
  .sm-pl-12 {
    padding-left: 12px !important;
  }
  .sm-pl-13 {
    padding-left: 13px !important;
  }
  .sm-pl-14 {
    padding-left: 14px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pl-17 {
    padding-left: 17px !important;
  }
  .sm-pl-18 {
    padding-left: 18px !important;
  }
  .sm-pl-19 {
    padding-left: 19px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pl-25 {
    padding-left: 25px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pl-35 {
    padding-left: 35px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pl-60 {
    padding-left: 60px !important;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-m-2 {
    margin: 2px !important;
  }
  .sm-m-3 {
    margin: 3px !important;
  }
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-m-6 {
    margin: 6px !important;
  }
  .sm-m-7 {
    margin: 7px !important;
  }
  .sm-m-8 {
    margin: 8px !important;
  }
  .sm-m-9 {
    margin: 9px !important;
  }
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-m-11 {
    margin: 11px !important;
  }
  .sm-m-12 {
    margin: 12px !important;
  }
  .sm-m-13 {
    margin: 13px !important;
  }
  .sm-m-14 {
    margin: 14px !important;
  }
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-m-17 {
    margin: 17px !important;
  }
  .sm-m-18 {
    margin: 18px !important;
  }
  .sm-m-19 {
    margin: 19px !important;
  }
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-m-25 {
    margin: 25px !important;
  }
  .sm-m-30 {
    margin: 30px !important;
  }
  .sm-m-35 {
    margin: 35px !important;
  }
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-m-60 {
    margin: 60px !important;
  }
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-mt-2 {
    margin-top: 2px !important;
  }
  .sm-mt-3 {
    margin-top: 3px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-mt-6 {
    margin-top: 6px !important;
  }
  .sm-mt-7 {
    margin-top: 7px !important;
  }
  .sm-mt-8 {
    margin-top: 8px !important;
  }
  .sm-mt-9 {
    margin-top: 9px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-11 {
    margin-top: 11px !important;
  }
  .sm-mt-12 {
    margin-top: 12px !important;
  }
  .sm-mt-13 {
    margin-top: 13px !important;
  }
  .sm-mt-14 {
    margin-top: 14px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mt-17 {
    margin-top: 17px !important;
  }
  .sm-mt-18 {
    margin-top: 18px !important;
  }
  .sm-mt-19 {
    margin-top: 19px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-25 {
    margin-top: 25px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-35 {
    margin-top: 35px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mr-2 {
    margin-right: 2px !important;
  }
  .sm-mr-3 {
    margin-right: 3px !important;
  }
  .sm-mr-5 {
    margin-right: 5px !important;
  }
  .sm-mr-6 {
    margin-right: 6px !important;
  }
  .sm-mr-7 {
    margin-right: 7px !important;
  }
  .sm-mr-8 {
    margin-right: 8px !important;
  }
  .sm-mr-9 {
    margin-right: 9px !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mr-11 {
    margin-right: 11px !important;
  }
  .sm-mr-12 {
    margin-right: 12px !important;
  }
  .sm-mr-13 {
    margin-right: 13px !important;
  }
  .sm-mr-14 {
    margin-right: 14px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mr-17 {
    margin-right: 17px !important;
  }
  .sm-mr-18 {
    margin-right: 18px !important;
  }
  .sm-mr-19 {
    margin-right: 19px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mr-25 {
    margin-right: 25px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mr-35 {
    margin-right: 35px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mr-60 {
    margin-right: 60px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .sm-mb-2 {
    margin-bottom: 2px !important;
  }
  .sm-mb-3 {
    margin-bottom: 3px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-mb-6 {
    margin-bottom: 6px !important;
  }
  .sm-mb-7 {
    margin-bottom: 7px !important;
  }
  .sm-mb-8 {
    margin-bottom: 8px !important;
  }
  .sm-mb-9 {
    margin-bottom: 9px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-11 {
    margin-bottom: 11px !important;
  }
  .sm-mb-12 {
    margin-bottom: 12px !important;
  }
  .sm-mb-13 {
    margin-bottom: 13px !important;
  }
  .sm-mb-14 {
    margin-bottom: 14px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-mb-17 {
    margin-bottom: 17px !important;
  }
  .sm-mb-18 {
    margin-bottom: 18px !important;
  }
  .sm-mb-19 {
    margin-bottom: 19px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-25 {
    margin-bottom: 25px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-35 {
    margin-bottom: 35px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-ml-2 {
    margin-left: 2px !important;
  }
  .sm-ml-3 {
    margin-left: 3px !important;
  }
  .sm-ml-5 {
    margin-left: 5px !important;
  }
  .sm-ml-6 {
    margin-left: 6px !important;
  }
  .sm-ml-7 {
    margin-left: 7px !important;
  }
  .sm-ml-8 {
    margin-left: 8px !important;
  }
  .sm-ml-9 {
    margin-left: 9px !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-ml-11 {
    margin-left: 11px !important;
  }
  .sm-ml-12 {
    margin-left: 12px !important;
  }
  .sm-ml-13 {
    margin-left: 13px !important;
  }
  .sm-ml-14 {
    margin-left: 14px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-ml-17 {
    margin-left: 17px !important;
  }
  .sm-ml-18 {
    margin-left: 18px !important;
  }
  .sm-ml-19 {
    margin-left: 19px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-ml-25 {
    margin-left: 25px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-ml-35 {
    margin-left: 35px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-ml-60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1137px), print {
  .lg-p-0 {
    padding: 0px !important;
  }
  .lg-p-2 {
    padding: 2px !important;
  }
  .lg-p-3 {
    padding: 3px !important;
  }
  .lg-p-5 {
    padding: 5px !important;
  }
  .lg-p-6 {
    padding: 6px !important;
  }
  .lg-p-7 {
    padding: 7px !important;
  }
  .lg-p-8 {
    padding: 8px !important;
  }
  .lg-p-9 {
    padding: 9px !important;
  }
  .lg-p-10 {
    padding: 10px !important;
  }
  .lg-p-11 {
    padding: 11px !important;
  }
  .lg-p-12 {
    padding: 12px !important;
  }
  .lg-p-13 {
    padding: 13px !important;
  }
  .lg-p-14 {
    padding: 14px !important;
  }
  .lg-p-15 {
    padding: 15px !important;
  }
  .lg-p-17 {
    padding: 17px !important;
  }
  .lg-p-18 {
    padding: 18px !important;
  }
  .lg-p-19 {
    padding: 19px !important;
  }
  .lg-p-20 {
    padding: 20px !important;
  }
  .lg-p-25 {
    padding: 25px !important;
  }
  .lg-p-30 {
    padding: 30px !important;
  }
  .lg-p-35 {
    padding: 35px !important;
  }
  .lg-p-40 {
    padding: 40px !important;
  }
  .lg-p-50 {
    padding: 50px !important;
  }
  .lg-p-60 {
    padding: 60px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pt-2 {
    padding-top: 2px !important;
  }
  .lg-pt-3 {
    padding-top: 3px !important;
  }
  .lg-pt-5 {
    padding-top: 5px !important;
  }
  .lg-pt-6 {
    padding-top: 6px !important;
  }
  .lg-pt-7 {
    padding-top: 7px !important;
  }
  .lg-pt-8 {
    padding-top: 8px !important;
  }
  .lg-pt-9 {
    padding-top: 9px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pt-11 {
    padding-top: 11px !important;
  }
  .lg-pt-12 {
    padding-top: 12px !important;
  }
  .lg-pt-13 {
    padding-top: 13px !important;
  }
  .lg-pt-14 {
    padding-top: 14px !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pt-17 {
    padding-top: 17px !important;
  }
  .lg-pt-18 {
    padding-top: 18px !important;
  }
  .lg-pt-19 {
    padding-top: 19px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-25 {
    padding-top: 25px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-35 {
    padding-top: 35px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pr-2 {
    padding-right: 2px !important;
  }
  .lg-pr-3 {
    padding-right: 3px !important;
  }
  .lg-pr-5 {
    padding-right: 5px !important;
  }
  .lg-pr-6 {
    padding-right: 6px !important;
  }
  .lg-pr-7 {
    padding-right: 7px !important;
  }
  .lg-pr-8 {
    padding-right: 8px !important;
  }
  .lg-pr-9 {
    padding-right: 9px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-pr-11 {
    padding-right: 11px !important;
  }
  .lg-pr-12 {
    padding-right: 12px !important;
  }
  .lg-pr-13 {
    padding-right: 13px !important;
  }
  .lg-pr-14 {
    padding-right: 14px !important;
  }
  .lg-pr-15 {
    padding-right: 15px !important;
  }
  .lg-pr-17 {
    padding-right: 17px !important;
  }
  .lg-pr-18 {
    padding-right: 18px !important;
  }
  .lg-pr-19 {
    padding-right: 19px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pr-25 {
    padding-right: 25px !important;
  }
  .lg-pr-30 {
    padding-right: 30px !important;
  }
  .lg-pr-35 {
    padding-right: 35px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pr-60 {
    padding-right: 60px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-pb-2 {
    padding-bottom: 2px !important;
  }
  .lg-pb-3 {
    padding-bottom: 3px !important;
  }
  .lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .lg-pb-6 {
    padding-bottom: 6px !important;
  }
  .lg-pb-7 {
    padding-bottom: 7px !important;
  }
  .lg-pb-8 {
    padding-bottom: 8px !important;
  }
  .lg-pb-9 {
    padding-bottom: 9px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pb-11 {
    padding-bottom: 11px !important;
  }
  .lg-pb-12 {
    padding-bottom: 12px !important;
  }
  .lg-pb-13 {
    padding-bottom: 13px !important;
  }
  .lg-pb-14 {
    padding-bottom: 14px !important;
  }
  .lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .lg-pb-17 {
    padding-bottom: 17px !important;
  }
  .lg-pb-18 {
    padding-bottom: 18px !important;
  }
  .lg-pb-19 {
    padding-bottom: 19px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-25 {
    padding-bottom: 25px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-35 {
    padding-bottom: 35px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pl-2 {
    padding-left: 2px !important;
  }
  .lg-pl-3 {
    padding-left: 3px !important;
  }
  .lg-pl-5 {
    padding-left: 5px !important;
  }
  .lg-pl-6 {
    padding-left: 6px !important;
  }
  .lg-pl-7 {
    padding-left: 7px !important;
  }
  .lg-pl-8 {
    padding-left: 8px !important;
  }
  .lg-pl-9 {
    padding-left: 9px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pl-11 {
    padding-left: 11px !important;
  }
  .lg-pl-12 {
    padding-left: 12px !important;
  }
  .lg-pl-13 {
    padding-left: 13px !important;
  }
  .lg-pl-14 {
    padding-left: 14px !important;
  }
  .lg-pl-15 {
    padding-left: 15px !important;
  }
  .lg-pl-17 {
    padding-left: 17px !important;
  }
  .lg-pl-18 {
    padding-left: 18px !important;
  }
  .lg-pl-19 {
    padding-left: 19px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pl-25 {
    padding-left: 25px !important;
  }
  .lg-pl-30 {
    padding-left: 30px !important;
  }
  .lg-pl-35 {
    padding-left: 35px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pl-60 {
    padding-left: 60px !important;
  }
  .lg-m-0 {
    margin: 0px !important;
  }
  .lg-m-2 {
    margin: 2px !important;
  }
  .lg-m-3 {
    margin: 3px !important;
  }
  .lg-m-5 {
    margin: 5px !important;
  }
  .lg-m-6 {
    margin: 6px !important;
  }
  .lg-m-7 {
    margin: 7px !important;
  }
  .lg-m-8 {
    margin: 8px !important;
  }
  .lg-m-9 {
    margin: 9px !important;
  }
  .lg-m-10 {
    margin: 10px !important;
  }
  .lg-m-11 {
    margin: 11px !important;
  }
  .lg-m-12 {
    margin: 12px !important;
  }
  .lg-m-13 {
    margin: 13px !important;
  }
  .lg-m-14 {
    margin: 14px !important;
  }
  .lg-m-15 {
    margin: 15px !important;
  }
  .lg-m-17 {
    margin: 17px !important;
  }
  .lg-m-18 {
    margin: 18px !important;
  }
  .lg-m-19 {
    margin: 19px !important;
  }
  .lg-m-20 {
    margin: 20px !important;
  }
  .lg-m-25 {
    margin: 25px !important;
  }
  .lg-m-30 {
    margin: 30px !important;
  }
  .lg-m-35 {
    margin: 35px !important;
  }
  .lg-m-40 {
    margin: 40px !important;
  }
  .lg-m-50 {
    margin: 50px !important;
  }
  .lg-m-60 {
    margin: 60px !important;
  }
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-mt-2 {
    margin-top: 2px !important;
  }
  .lg-mt-3 {
    margin-top: 3px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-mt-6 {
    margin-top: 6px !important;
  }
  .lg-mt-7 {
    margin-top: 7px !important;
  }
  .lg-mt-8 {
    margin-top: 8px !important;
  }
  .lg-mt-9 {
    margin-top: 9px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-11 {
    margin-top: 11px !important;
  }
  .lg-mt-12 {
    margin-top: 12px !important;
  }
  .lg-mt-13 {
    margin-top: 13px !important;
  }
  .lg-mt-14 {
    margin-top: 14px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-mt-17 {
    margin-top: 17px !important;
  }
  .lg-mt-18 {
    margin-top: 18px !important;
  }
  .lg-mt-19 {
    margin-top: 19px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-25 {
    margin-top: 25px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-35 {
    margin-top: 35px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mr-0 {
    margin-right: 0px !important;
  }
  .lg-mr-2 {
    margin-right: 2px !important;
  }
  .lg-mr-3 {
    margin-right: 3px !important;
  }
  .lg-mr-5 {
    margin-right: 5px !important;
  }
  .lg-mr-6 {
    margin-right: 6px !important;
  }
  .lg-mr-7 {
    margin-right: 7px !important;
  }
  .lg-mr-8 {
    margin-right: 8px !important;
  }
  .lg-mr-9 {
    margin-right: 9px !important;
  }
  .lg-mr-10 {
    margin-right: 10px !important;
  }
  .lg-mr-11 {
    margin-right: 11px !important;
  }
  .lg-mr-12 {
    margin-right: 12px !important;
  }
  .lg-mr-13 {
    margin-right: 13px !important;
  }
  .lg-mr-14 {
    margin-right: 14px !important;
  }
  .lg-mr-15 {
    margin-right: 15px !important;
  }
  .lg-mr-17 {
    margin-right: 17px !important;
  }
  .lg-mr-18 {
    margin-right: 18px !important;
  }
  .lg-mr-19 {
    margin-right: 19px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mr-25 {
    margin-right: 25px !important;
  }
  .lg-mr-30 {
    margin-right: 30px !important;
  }
  .lg-mr-35 {
    margin-right: 35px !important;
  }
  .lg-mr-40 {
    margin-right: 40px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-mr-60 {
    margin-right: 60px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .lg-mb-2 {
    margin-bottom: 2px !important;
  }
  .lg-mb-3 {
    margin-bottom: 3px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-mb-6 {
    margin-bottom: 6px !important;
  }
  .lg-mb-7 {
    margin-bottom: 7px !important;
  }
  .lg-mb-8 {
    margin-bottom: 8px !important;
  }
  .lg-mb-9 {
    margin-bottom: 9px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-11 {
    margin-bottom: 11px !important;
  }
  .lg-mb-12 {
    margin-bottom: 12px !important;
  }
  .lg-mb-13 {
    margin-bottom: 13px !important;
  }
  .lg-mb-14 {
    margin-bottom: 14px !important;
  }
  .lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .lg-mb-17 {
    margin-bottom: 17px !important;
  }
  .lg-mb-18 {
    margin-bottom: 18px !important;
  }
  .lg-mb-19 {
    margin-bottom: 19px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-25 {
    margin-bottom: 25px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-35 {
    margin-bottom: 35px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-ml-2 {
    margin-left: 2px !important;
  }
  .lg-ml-3 {
    margin-left: 3px !important;
  }
  .lg-ml-5 {
    margin-left: 5px !important;
  }
  .lg-ml-6 {
    margin-left: 6px !important;
  }
  .lg-ml-7 {
    margin-left: 7px !important;
  }
  .lg-ml-8 {
    margin-left: 8px !important;
  }
  .lg-ml-9 {
    margin-left: 9px !important;
  }
  .lg-ml-10 {
    margin-left: 10px !important;
  }
  .lg-ml-11 {
    margin-left: 11px !important;
  }
  .lg-ml-12 {
    margin-left: 12px !important;
  }
  .lg-ml-13 {
    margin-left: 13px !important;
  }
  .lg-ml-14 {
    margin-left: 14px !important;
  }
  .lg-ml-15 {
    margin-left: 15px !important;
  }
  .lg-ml-17 {
    margin-left: 17px !important;
  }
  .lg-ml-18 {
    margin-left: 18px !important;
  }
  .lg-ml-19 {
    margin-left: 19px !important;
  }
  .lg-ml-20 {
    margin-left: 20px !important;
  }
  .lg-ml-25 {
    margin-left: 25px !important;
  }
  .lg-ml-30 {
    margin-left: 30px !important;
  }
  .lg-ml-35 {
    margin-left: 35px !important;
  }
  .lg-ml-40 {
    margin-left: 40px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
  .lg-ml-60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: adaptive), print {
  .adap-fs-12 {
    font-size: 12px !important;
  }
  .adap-fs-13 {
    font-size: 13px !important;
  }
  .adap-fs-14 {
    font-size: 14px !important;
  }
  .adap-fs-15 {
    font-size: 15px !important;
  }
  .adap-fs-16 {
    font-size: 16px !important;
  }
  .adap-fs-17 {
    font-size: 17px !important;
  }
  .adap-fs-18 {
    font-size: 18px !important;
  }
  .adap-fs-19 {
    font-size: 19px !important;
  }
  .adap-fs-20 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1136px) {
  .sm-fs-12 {
    font-size: 12px !important;
  }
  .sm-fs-13 {
    font-size: 13px !important;
  }
  .sm-fs-14 {
    font-size: 14px !important;
  }
  .sm-fs-15 {
    font-size: 15px !important;
  }
  .sm-fs-16 {
    font-size: 16px !important;
  }
  .sm-fs-17 {
    font-size: 17px !important;
  }
  .sm-fs-18 {
    font-size: 18px !important;
  }
  .sm-fs-19 {
    font-size: 19px !important;
  }
  .sm-fs-20 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1137px), print {
  .lg-fs-12 {
    font-size: 12px !important;
  }
  .lg-fs-13 {
    font-size: 13px !important;
  }
  .lg-fs-14 {
    font-size: 14px !important;
  }
  .lg-fs-15 {
    font-size: 15px !important;
  }
  .lg-fs-16 {
    font-size: 16px !important;
  }
  .lg-fs-17 {
    font-size: 17px !important;
  }
  .lg-fs-18 {
    font-size: 18px !important;
  }
  .lg-fs-19 {
    font-size: 19px !important;
  }
  .lg-fs-20 {
    font-size: 20px !important;
  }
}
.blind {
  position: absolute;
  left: -1000%;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.m_content {
  display: block !important;
}
@media all and (min-width: 1137px), print {
  .m_content {
    display: none !important;
  }
}

.pc_content {
  display: none !important;
}
@media all and (min-width: 1137px), print {
  .pc_content {
    display: block !important;
  }
}

.d_b {
  display: block !important;
}

.d_i_b {
  display: inline-block !important;
}

.ofh {
  overflow: hidden;
}

.fwl {
  font-weight: 300 !important;
}

.fwr {
  font-weight: 400 !important;
}

.fwm {
  font-weight: 500 !important;
}

.fwb {
  font-weight: 600 !important;
}

.bold {
  font-weight: 400;
  color: #333;
}

.txt_l {
  text-align: left !important;
}

.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.v_top {
  vertical-align: top;
}

.v_mid {
  vertical-align: middle !important;
}

.v_btm {
  vertical-align: bottom;
}

@media print {
  @page {
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  /*----- Print -----*/
  .accessibility,
  .header,
  .aside,
  .location,
  footer {
    display: none !important;
  }
  .container {
    padding: 0 !important;
  }
  .container .inner {
    width: 1100px !important;
    padding: 50px !important;
    margin: 0 !important;
  }
  .content {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
}
.no_img {
  position: relative;
}
.no_img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 158px;
  height: 97px;
  background: url(../images/img_default_logo.png) no-repeat 0 0/158px;
}
.no_img img[src*="img-view.do?"],
.no_img img[src*="/imgfile.do?"] {
  position: relative;
  z-index: 1;
}

.loading .txt {
  width: 200px;
}

.list_brochure .no_img::before {
  width: 137px;
  height: 87px;
  background-size: 137px;
}

.list_website .no_img img {
  display: none;
}

/*! jQuery UI - v1.11.4 - 2015-04-27
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  text-decoration: none;
}
.ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 18em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker table th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table td {
  border: 0;
  padding: 1px;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #eee;
  background: #fff url("../images/common/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #c00 url("../images/common/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eee url("../images/common/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}

.ui-state-default a {
  color: #004276;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #004276;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url("../images/common/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #111;
}

.ui-state-hover a {
  color: #111;
  text-decoration: none;
}
.ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #111;
  text-decoration: none;
}

.ui-state-focus a {
  color: #111;
  text-decoration: none;
}
.ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #111;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eee;
  background: #fff url("../images/common/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c00;
}

.ui-state-active a {
  color: #c00;
  text-decoration: none;
}
.ui-state-active a:link, .ui-state-active a:visited {
  color: #c00;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url("../images/common/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
  color: #444;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #c00;
  background: #f3d8d8 url("../images/common/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
  color: #2e2e2e;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_004276_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start,
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

.ui-widget-overlay {
  background: #a6a6a6 url("../images/common/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
  opacity: 0.4;
  filter: Alpha(Opacity=40);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333 url("../images/common/ui-bg_flat_0_333333_40x100.png") 50% 50% repeat-x;
  opacity: 0.1;
  filter: Alpha(Opacity=10);
  border-radius: 8px;
}

img.ui-datepicker-trigger {
  cursor: pointer;
}

body {
  font-size: 13px;
}
body .inner {
  padding: 0 10px;
}
body .container {
  padding-top: 113px;
  padding-bottom: 50px;
}
@media all and (min-width: 1137px), print {
  body {
    font-size: 16px;
  }
  body .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media all and (min-width: 1457px), print {
  body .inner {
    width: 1440px;
    margin: 0 auto;
    padding: 0;
  }
  body .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  body .container {
    padding-top: 212px;
    padding-bottom: 80px;
  }
}

/* accessibility */
.accessibility {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
}
.accessibility a {
  display: block;
  width: 1px;
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.accessibility a:focus, .accessibility a:active {
  width: 100%;
  height: auto;
  padding: 5px 0;
  background-color: #0074c8;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.1);
}
.header .header_top {
  padding: 7px 0;
  background-color: #203d5a;
}
.header .header_top .inner .l {
  height: 22px;
  overflow: hidden;
}
.header .header_top .inner .notice_slide {
  position: relative;
  padding-left: 23px;
  background: url(../images/ico_notice.png) no-repeat top 3px left 0/15px;
}
.header .header_top .inner .notice_slide .swiper-slide {
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .header_top .inner .notice_slide .swiper-slide .header_notice {
  color: #fff;
  font-size: 12px;
}
.header .header_top .inner .notice_slide .btn_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.header .header_top .inner .notice_slide .btn_box .btn_stop,
.header .header_top .inner .notice_slide .btn_box .btn_play {
  width: 20px;
  height: 20px;
}
.header .header_top .inner .notice_slide .btn_box .btn_stop {
  background: url(../images/ico_notice_slide_stop.png) no-repeat center/7px;
}
.header .header_top .inner .notice_slide .btn_box .btn_play {
  display: none;
  background: url(../images/ico_notice_slide_play.png) no-repeat center/7px;
}
.header .header_top .inner .r {
  display: none;
}
.header .header_cont {
  background-color: #fff;
}
.header .header_cont .inner:after {
  content: "";
  display: block;
  clear: both;
}
.header .header_cont .inner > .logo {
  float: left;
}
.header .header_cont .inner > .logo > .home {
  display: block;
  width: 173px;
  height: 58px;
  background-image: url(../images/logo_color_m.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
}
.header .header_cont .inner .header_btn_wrap_m {
  float: right;
  margin-right: -5px;
}
.header .header_cont .inner .header_btn_wrap_m > * {
  width: 35px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.header .header_cont .inner .header_btn_wrap_m .btn_search_m {
  background-image: url(../images/btn_search_m.gif);
  background-size: 20px;
}
.header .header_cont .inner .header_btn_wrap_m .btn_menu_m {
  background-image: url(../images/btn_menu_m.gif);
  background-size: 25px;
}
.header .header_cont .inner .gnb_wrap {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  background: #fff;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  background-color: #fff;
  z-index: 100;
}
.header .header_cont .inner .gnb_wrap.open {
  left: 0;
}
.header .header_cont .inner .gnb_wrap > .gnb_top {
  position: relative;
  padding: 15px 0 15px 15px;
  background-color: #203d5a;
}
.header .header_cont .inner .gnb_wrap > .gnb_top .logo {
  width: 149px;
}
.header .header_cont .inner .gnb_wrap > .gnb_top .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 54px;
  background: url(../images/btn_close_white.gif) no-repeat center/18px;
  font-size: 0;
}
.header .header_cont .inner .gnb_wrap .gnb {
  position: relative;
  height: 100vh;
  background: url(../images/bg_gnb_m.gif) repeat-y 0 0/360px;
  overflow: auto;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a {
  position: relative;
  display: block;
  width: 90px;
  padding: 16px 5px 18px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #ccc;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #00aaa0;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active {
  color: #fff;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active + .depth_wrap {
  display: block;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active:before {
  width: 58%;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 90px;
  width: calc(100% - 90px);
  padding: 16px 20px 20px;
  background: #fff;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap:after {
  content: "";
  display: block;
  height: 50px;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth_tit {
  display: none;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li {
  margin-bottom: 22px;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li > a {
  display: block;
  border-bottom: 1px solid #222;
  padding-right: 15px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li > a.open {
  background: url(../images/bg_arrow_bottom.gif) no-repeat right 0 top 9px/14px;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li > a.active {
  border-color: #2471ac;
  background: url(../images/bg_arrow_top.gif) no-repeat right 0 top 9px/14px;
  color: #2471ac;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li > a.active + .depth3 {
  display: block;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li .depth3 {
  display: none;
  padding-top: 8px;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li .depth3 > li {
  margin-top: 5px;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li .depth3 > li > a {
  position: relative;
  display: block;
  padding-left: 8px;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li .depth3 > li > a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #bbb;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li .depth3 > li > a.active {
  font-weight: 500;
  color: #222;
}
.header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > .depth_wrap > .depth2 > li .depth3 > li > a.active:before {
  background-color: #222;
}
.header .header_cont .inner .btn_menu_pc {
  display: none;
}
@media all and (min-width: 1457px), print {
  .header.open .bg_gnb {
    position: absolute;
    top: 152px;
    left: 0;
    border-top: 1px solid #d7d7d7;
    width: 100%;
    height: 471px;
    background: #fff;
    -webkit-box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .header .header_top {
    padding: 10px 0;
  }
  .header .header_top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
  }
  .header .header_top .inner .l {
    max-width: 38%;
    height: 30px;
  }
  .header .header_top .inner .l .notice_slide {
    background-size: 21px;
    padding-left: 32px;
  }
  .header .header_top .inner .l .notice_slide .swiper-slide {
    max-width: calc(100% - 30px);
  }
  .header .header_top .inner .l .notice_slide .swiper-slide .header_notice {
    font-size: 15px;
  }
  .header .header_top .inner .l .notice_slide .swiper-slide .header_notice:hover, .header .header_top .inner .l .notice_slide .swiper-slide .header_notice:focus {
    text-decoration: underline;
  }
  .header .header_top .inner .l .notice_slide .btn_box {
    top: -1px;
  }
  .header .header_top .inner .l .notice_slide .btn_box .btn_stop,
  .header .header_top .inner .l .notice_slide .btn_box .btn_play {
    background-size: auto;
  }
  .header .header_top .inner .r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    margin-left: auto;
  }
  .header .header_top .inner .r .search_form {
    position: relative;
    display: block;
    margin-right: 13px;
  }
  .header .header_top .inner .r .search_form .search_input {
    border: 0;
    width: 300px;
    padding-right: 50px;
    background: #335373;
    color: #fff;
  }
  .header .header_top .inner .r .search_form .search_input::-webkit-input-placeholder {
    color: #fff !important;
  }
  .header .header_top .inner .r .search_form .search_input::placeholder, .header .header_top .inner .r .search_form .search_input::-webkit-input-placeholder, .header .header_top .inner .r .search_form .search_input:-ms-input-placeholder, .header .header_top .inner .r .search_form .search_input::-ms-input-placeholder, .header .header_top .inner .r .search_form .search_input:-moz-placeholder {
    color: #fff !important;
  }
  .header .header_top .inner .r .search_form .btn_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 44px;
    background: url(../images/btn_search_white.png) no-repeat center;
  }
  .header .header_top .inner .r .sns {
    margin-right: -12px;
  }
  .header .header_top .inner .r .sns:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .r .sns > li {
    float: left;
  }
  .header .header_top .inner .r .sns > li:not(:first-child) > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #4d647b;
  }
  .header .header_top .inner .r .sns > li > a {
    position: relative;
    display: block;
    width: 46px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .header_top .inner .r .sns > li > a.btn_facebook {
    background-image: url(../images/ico_facebook.png);
  }
  .header .header_top .inner .r .sns > li > a.btn_twitter {
    background-image: url(../images/ico_twitter.png);
  }
  .header .header_top .inner .r .sns > li > a.btn_instargram {
    background-image: url(../images/ico_instargram.png);
  }
  .header .header_top .inner .r .sns > li > a.btn_youtube {
    background-image: url(../images/ico_youtube.png);
  }
  .header .header_cont .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 88px;
  }
  .header .header_cont .inner .logo > .home {
    width: 236px;
    height: 38px;
    background-image: url(../images/logo_color_pc.png);
  }
  .header .header_cont .inner .header_btn_wrap_m {
    display: none;
  }
  .header .header_cont .inner .gnb_wrap {
    position: static;
    width: auto;
    margin-left: auto;
  }
  .header .header_cont .inner .gnb_wrap > .gnb_top {
    display: none;
  }
  .header .header_cont .inner .gnb_wrap .gnb {
    position: static;
    height: auto;
    background: none;
    overflow: hidden;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 {
    padding: 0 35px;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li {
    height: 88px;
    float: left;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a {
    display: table-cell;
    width: auto;
    height: 88px;
    padding: 0 35px;
    font-size: 20px;
    vertical-align: middle;
    color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    right: 28px;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    margin-top: -16px;
    background: rgba(36, 113, 172, 0.15);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active {
    color: #2471ac;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover:before, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus:before, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active:before {
    width: 16px;
    height: 16px;
    opacity: 1;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover + .depth_wrap, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus + .depth_wrap, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active + .depth_wrap {
    display: block;
    background-color: #e2f2f9;
    z-index: 1;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover + .depth_wrap .depth_tit, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus + .depth_wrap .depth_tit, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active + .depth_wrap .depth_tit {
    color: #2471ac;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover + .depth_wrap .depth_tit:after, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus + .depth_wrap .depth_tit:after, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active + .depth_wrap .depth_tit:after {
    background-color: #2471ac;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover + .depth_wrap .depth2 > li > a:hover, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover + .depth_wrap .depth2 > li > a:focus, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:hover + .depth_wrap .depth2 > li > a.active, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus + .depth_wrap .depth2 > li > a:hover, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus + .depth_wrap .depth2 > li > a:focus, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a:focus + .depth_wrap .depth2 > li > a.active, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active + .depth_wrap .depth2 > li > a:hover, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active + .depth_wrap .depth2 > li > a:focus, .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li > a.active + .depth_wrap .depth2 > li > a.active {
    font-weight: 500;
    color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li .depth_wrap {
    top: 88px;
    left: 0;
    border-top: 1px solid #d9d9d9;
    width: 240px;
    padding: 30px 15px;
    text-align: center;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li .depth_wrap:after {
    display: none;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li .depth_wrap .depth_tit {
    position: relative;
    display: block;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 20px;
    color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li .depth_wrap .depth_tit:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background-color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li .depth_wrap .depth2 > li {
    margin-bottom: 12px;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li .depth_wrap .depth2 > li > a {
    border: 0;
    padding: 0;
    background: none !important;
    font-weight: 300;
    font-size: 16px;
    color: #666;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li:nth-child(2) .depth_wrap {
    left: 240px;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li:nth-child(3) .depth_wrap {
    left: 480px;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li:nth-child(4) .depth_wrap {
    left: 720px;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li:nth-child(5) .depth_wrap {
    left: 960px;
  }
  .header .header_cont .inner .gnb_wrap .gnb > .depth1 > li:nth-child(6) .depth_wrap {
    left: 1200px;
  }
  .header .header_cont .inner .gnb_wrap .depth3 {
    display: none !important;
  }
  .header .header_cont .inner .btn_menu_pc {
    display: block;
    width: 30px;
    height: 22px;
    background: url(../images/btn_menu_pc.gif) 0 0/30px;
  }
}

.aside {
  display: none;
}
@media all and (min-width: 1457px), print {
  .aside {
    display: block;
    width: 260px;
    margin-right: 60px;
    float: left;
  }
  .aside .depth1_tit {
    display: table-cell;
    border-radius: 20px 20px 0 0;
    width: 100vw;
    height: 110px;
    padding: 0 15px;
    background: #2471ac url(../images/bg_aside_tit.gif) no-repeat right 0 bottom 0;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    word-break: break-all;
  }
  .aside .lnb .depth2:after {
    content: "";
    display: block;
    clear: both;
  }
  .aside .lnb .depth2 > li {
    position: relative;
  }
  .aside .lnb .depth2 > li > a {
    display: block;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
    min-height: 60px;
    padding: 16px 58px 17px 20px;
    font-size: 17px;
    color: #222;
  }
  .aside .lnb .depth2 > li > a:hover, .aside .lnb .depth2 > li > a:focus, .aside .lnb .depth2 > li > a.active {
    border: 1px solid #00847c;
    background-color: #00847c !important;
    font-weight: 500;
    color: #fff;
  }
  .aside .lnb .depth2 > li > a.open {
    background: url(../images/bg_plus.gif) no-repeat right 20px top 50%;
  }
  .aside .lnb .depth2 > li > a.open:hover, .aside .lnb .depth2 > li > a.open:focus {
    background-image: url(../images/bg_plus_white_pc.gif);
  }
  .aside .lnb .depth2 > li > a.open + .depth3 {
    display: block;
  }
  .aside .lnb .depth2 > li > a.active {
    position: relative;
    top: -1px;
    left: 0;
    border: 0;
    width: 270px;
  }
  .aside .lnb .depth2 > li > a.active.open {
    background: #00aaa0 url(../images/bg_minus.gif) no-repeat right 20px top 50%;
  }
  .aside .lnb .depth2 > li .depth3 {
    display: none;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
    padding: 20px;
    background-color: #f6f6f6;
  }
  .aside .lnb .depth2 > li .depth3 > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .aside .lnb .depth2 > li .depth3 > li > a {
    position: relative;
    padding-left: 10px;
    display: block;
  }
  .aside .lnb .depth2 > li .depth3 > li > a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #bbb;
  }
  .aside .lnb .depth2 > li .depth3 > li > a:hover, .aside .lnb .depth2 > li .depth3 > li > a.active {
    font-weight: 500;
    color: #222;
  }
  .aside .lnb .depth2 > li .depth3 > li > a:hover:before, .aside .lnb .depth2 > li .depth3 > li > a.active:before {
    background-color: #222;
  }
}

.content .content_top {
  margin-bottom: 30px;
}
.content .content_top:after {
  content: "";
  display: block;
  clear: both;
}
.content .content_top .depth_tit {
  border-bottom: 1px solid #d9d9d9;
  padding-right: 150px;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 25px;
  color: #222;
}
.content .content_top .unit_button {
  margin-top: -40px;
  float: right;
}
.content .content_top .unit_button > li {
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.content .content_top .unit_button > li .share_wrap {
  display: none;
}
.content .content_top .unit_button > li > button {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 26px;
}
.content .content_top .unit_button > li > button.btn_print {
  background-image: url(../images/btn_print.png);
}
.content .content_top .unit_button > li > button.btn_pdf_download {
  background-image: url(../images/btn_pdf_download.png);
}
.content .content_top .unit_button > li > button.btn_img_download {
  background-image: url(../images/btn_img_download.png);
}
.content .content_top .unit_button > li > button.btn_copy_link {
  background-image: url(../images/btn_copy_link.png);
}
.content .content_top .unit_button > li > button.btn_share {
  background-image: url(../images/btn_share.png);
}
.content .content_top .unit_button > li > button.btn_share.close {
  background-image: url(../images/btn_share_close.png);
}
.content .content_top .unit_button > li > button.btn_share.close + .share_wrap {
  position: absolute;
  top: 31px;
  left: 0;
  display: block;
  border-radius: 26px;
  padding: 12px 0;
  background: #f6f6f6;
  -webkit-box-shadow: 6px 10px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 10px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.content .content_top .unit_button > li > button.btn_share.close + .share_wrap > li > a {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.content .content_top .unit_button > li > button.btn_share.close + .share_wrap > li > a.btn_share_facebook {
  background-image: url(../images/share_facebook.png);
  background-size: 7px;
}
.content .content_top .unit_button > li > button.btn_share.close + .share_wrap > li > a.btn_share_twitter {
  background-image: url(../images/share_twitter.png);
  background-size: 15px;
}
.content .content_top .unit_button > li > button.btn_share.close + .share_wrap > li > a.btn_share_kakaostory {
  background-image: url(../images/share_kakao.png);
  background-size: 7px;
}
.content .content_top .location {
  border-bottom: 1px solid #666;
  min-height: 40px;
  padding: 8px 0 10px;
}
.content .content_top .location ul:after {
  content: "";
  display: block;
  clear: both;
}
.content .content_top .location ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.content .content_top .location ul > li .btn_home {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/ico_home.gif) no-repeat 0 0/17px;
}
.content .content_top .location ul > li:not(:first-child) {
  margin-left: 5px;
  padding-left: 12px;
  background: url(../images/bg_arrow_right.gif) no-repeat 0 6px/4px;
}
.content .content_top .location ul > li:last-child {
  font-weight: 400;
  color: #2471ac;
}
@media all and (min-width: 1137px), print {
  .content {
    width: 1120px;
    margin: 0 auto;
  }
  .content .content_top {
    margin-bottom: 50px;
  }
  .content .content_top .depth_tit {
    margin-top: -12px;
    padding-right: 230px;
    padding-bottom: 17px;
    font-size: 38px;
  }
  .content .content_top .unit_button {
    margin-top: -61px;
  }
  .content .content_top .unit_button > li button {
    width: 41px;
    height: 41px;
    background-size: auto;
  }
  .content .content_top .unit_button > li button.btn_share.close + .share_wrap {
    top: 46px;
    border-radius: 41px;
    padding: 17px 0;
  }
  .content .content_top .unit_button > li button.btn_share.close + .share_wrap > li > a {
    width: 41px;
    height: 41px;
    background-size: auto !important;
  }
  .content .content_top .location {
    height: 50px;
    padding: 10px 0 12px;
  }
  .content .content_top .location > ul > li {
    font-size: 15px;
    vertical-align: middle;
  }
  .content .content_top .location > ul > li .btn_home {
    width: 18px;
    height: 18px;
    background-size: auto;
  }
  .content .content_top .location > ul > li:not(:first-child) {
    margin-left: 8px;
    padding-left: 15px;
    background-size: auto;
    background-position: 0 7px;
  }
}
@media all and (min-width: 1457px), print {
  .content {
    float: right;
  }
}

.footer {
  position: relative;
  background-color: #3c4552;
}
.footer .footer_top,
.footer .btn_facebook_link {
  display: none;
}
.footer .footer_cont {
  padding: 20px 0 28px;
  font-size: 11px;
  color: #aaa;
}
.footer .footer_cont .inner .logo {
  width: 149px;
  height: 24px;
  background: url(../images/logo_white_m.png) no-repeat 0 0/149px;
}
.footer .footer_cont .inner .addresss {
  margin: 13px 0 20px;
}
.footer .footer_cont .inner .addresss > .addr_info {
  margin-bottom: 5px;
}
.footer .footer_cont .inner .addresss > .addr_info > span {
  color: #fff;
}
.footer .ft_mn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 19px;
}
.footer .ft_mn_link li:not(:last-child) {
  margin-right: 7px;
}
.footer .ft_mn_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #343a44 url(../images/bg_ft_mn_link.png) no-repeat 100% 100%;
  text-align: center;
  color: #fff;
}
.footer .wa_mark img {
  width: 65px;
}
.footer .m_private {
  position: absolute;
  right: 10px;
  top: 17px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #f5e31c;
  border-radius: 15px;
  line-height: 28px;
  color: #f5e31c;
}
@media all and (min-width: 1457px), print {
  .footer .footer_top {
    display: block;
    border-bottom: 1px solid #636a75;
  }
  .footer .footer_top .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footer_top .inner .utill_menu {
    float: left;
  }
  .footer .footer_top .inner .utill_menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footer_top .inner .utill_menu > li {
    float: left;
    margin-right: 20px;
  }
  .footer .footer_top .inner .utill_menu > li > a {
    display: table-cell;
    height: 54px;
    font-size: 15px;
    vertical-align: middle;
    color: #ddd;
  }
  .footer .footer_top .inner .family_site {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_top .inner .family_site .btn_family_site {
    display: inline-block;
    height: 54px;
    padding: 0 42px 0 15px;
    border: 0;
    border-right: 1px solid #636a75;
    border-left: 1px solid #636a75;
    background: #3c4552 url(../images/ico_arr_up_white.png) no-repeat right 15px top 50%;
    line-height: 54px;
    color: #ddd;
  }
  .footer .footer_top .inner .family_site .family_link {
    display: inline-block;
    height: 54px;
    padding: 0 15px;
    background-color: #636a75;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
  }
  .footer .footer_top .inner .family_site .family_site_list {
    display: none;
  }
  .footer .footer_cont {
    padding: 0;
    text-align: left;
  }
  .footer .footer_cont .inner {
    position: relative;
    height: 130px;
  }
  .footer .footer_cont .inner .logo {
    position: absolute;
    top: 30px;
    left: 0;
    width: 291px;
    height: 47px;
    margin: 0;
    background: url(../images/logo_white_pc.png) no-repeat 0 0/100%;
  }
  .footer .footer_cont .inner .addresss {
    margin: 0;
    padding-top: 28px;
    padding-left: 320px;
    font-size: 15px;
  }
  .footer .footer_cont .inner .addresss .addr_info {
    width: 500px;
    margin-bottom: 8px;
  }
  .footer .footer_cont .inner .addresss .addr_info > span:nth-of-type(2) {
    margin-left: 0;
  }
  .footer .footer_cont .inner .addresss .addr_info > span:nth-of-type(3) {
    margin-left: 20px;
  }
  .footer .footer_cont .inner .btn_facebook_link,
  .footer .footer_cont .inner .img_wa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .footer_cont .inner .btn_facebook_link {
    right: 0;
    display: block;
    border-radius: 10px;
    height: 44px;
    padding: 0 20px 0 40px;
    background: #2c333d url(../images/bg_facebook.png) no-repeat 20px 50%/auto;
    font-weight: 300;
    font-size: 15px;
    line-height: 44px;
    color: rgba(255, 255, 255, 0.3);
  }
  .footer .wa_mark {
    position: absolute;
    right: 0;
    top: 25px;
  }
  .footer .wa_mark img {
    width: 100px;
  }
  .footer .ft_mn_link {
    position: absolute;
    right: 222px;
    top: 25px;
  }
  .footer .ft_mn_link li:not(:last-child) {
    margin-right: 10px;
  }
  .footer .ft_mn_link a {
    width: 75px;
    height: 75px;
    line-height: 1.3;
    font-size: 15px;
  }
}

input[type=text],
input[type=search],
input[type=password] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 300;
  color: #666;
}

.input-disabled:disabled {
  background: #f5f5f5;
}

@media all and (min-width: 1137px), print {
  input[type=text],
  input[type=search],
  input[type=password] {
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
  }
}
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
  padding: 0 28px 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAAXNSR0IArs4c6QAAAC1JREFUGFdjnDlz5v/09HRGBhwAJA+WxKUQJg43AV0hMh/FGpgEugYMt2CzGgBQDyLQC2T6vwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: calc(100% - 10px) 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 300;
  color: #666;
}
@media all and (min-width: 1137px), print {
  select {
    height: 44px;
    padding: 0 40px 0 15px;
    background-size: 10px;
    background-position: calc(100% - 15px) 50%;
    font-size: 16px;
  }
}

.ck-lb,
.rd-lb {
  display: inline-block;
  margin-right: 10px;
}
.ck-lb > input:focus + label,
.rd-lb > input:focus + label {
  outline: 1px dotted #0872ba;
}
.ck-lb > input[type=checkbox]:checked + label {
  background-image: url(../images/bg_checkbox_on.png);
}
.ck-lb > label {
  display: inline-block;
  padding-left: 19px;
  background: url(../images/bg_checkbox_off.png) no-repeat 0 3px;
  background-size: 15px 15px;
}

.rd-lb > input[type=radio]:checked + label {
  background-image: url(../images/bg_radio_on.png);
}
.rd-lb > label {
  display: inline-block;
  padding-left: 19px;
  background: url(../images/bg_radio_off.png) no-repeat 0 3px;
  background-size: 15px 15px;
}

.ck-lb.single > label,
.rd-lb.single > label {
  width: 15px;
  height: 15px;
  padding-left: 0;
  background-position-y: 0;
}
.ck-lb.mgn,
.rd-lb.mgn {
  margin-right: 0;
}

@media all and (min-width: 1137px), print {
  .ck-lb,
  .rd-lb {
    margin-right: 15px;
  }
  .ck-lb > label,
  .rd-lb > label {
    padding-left: 27px;
    background-size: 20px 20px;
  }
  .ck-lb.single > label,
  .rd-lb.single > label {
    width: 20px;
    height: 20px;
  }
}
.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date > .date-inp {
  position: relative;
  width: 120px;
}
.date > .date-inp > input {
  width: 100%;
}
.date > .date-inp > .ui-datepicker-trigger {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(../images/btn_datepicker.png) no-repeat 0 0;
  background-size: 16px;
  text-indent: -1000%;
}
.date > .date_char {
  margin: 0 5px;
}

@media all and (min-width: 1137px), print {
  .date > .date-inp {
    width: 160px;
  }
  .date > .date-inp > .ui-datepicker-trigger {
    right: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    background-size: auto;
  }
  .date > .date_char {
    margin: 0 10px;
  }
}
.search_board {
  margin-bottom: 20px;
  padding: 17px 15px;
  border: 3px solid #eee;
}
.search_board .inr {
  position: relative;
  font-size: 0;
}
.search_board .inr > div {
  display: inline-block;
  vertical-align: top;
}
.search_board .inr select {
  width: 85px;
  font-size: 13px;
}
.search_board .inr .select_box {
  width: 85px;
}
.search_board .inr .input_box {
  position: relative;
  width: calc(100% - 85px);
  padding: 0 47px 0 5px;
}
.search_board .inr .input_box input[type=text] {
  width: 100%;
  font-size: 13px;
}
.search_board .inr .input_box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 35px;
  background: #666;
  font-size: 12px;
  color: #fff;
}
.search_board .inr .input_box button:focus {
  outline: 2px dotted #ff4400;
}
.search_board .inr .lab {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.search_board .inr .lab + .input_box {
  width: 100%;
  padding-left: 0;
}

@media all and (min-width: 1137px), print {
  .search_board {
    margin-bottom: 30px;
    padding: 25px;
    border-width: 4px;
    text-align: center;
    font-size: 0;
  }
  .search_board .inr {
    position: relative;
    font-size: 0;
  }
  .search_board .inr div {
    display: inline-block;
    vertical-align: top;
  }
  .search_board .inr select {
    float: none;
    width: auto;
    min-width: 150px;
    font-size: 16px;
  }
  .search_board .inr .select_box {
    width: auto;
    margin-right: 5px;
  }
  .search_board .inr .select_box > div:not(:last-child) {
    margin-right: 5px;
  }
  .search_board .inr .input_box {
    width: auto;
    padding: 0;
  }
  .search_board .inr .input_box input[type=text] {
    width: 300px;
    margin-right: 5px;
    font-size: 16px;
  }
  .search_board .inr .input_box button {
    position: static;
    width: 58px;
    height: 44px;
    font-size: 16px;
  }
  .search_board .inr .lab {
    display: inline-block;
    margin: 10px 20px 0 0;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
  }
  .search_board .inr .lab + .input_box {
    width: auto;
    padding-left: 0;
  }
  .search_board .inr .lab + .input_box > input[type=text] {
    width: 400px;
  }
  .search_board.multi .inr {
    display: inline-block;
    vertical-align: top;
  }
}
.detail_search {
  margin-bottom: 20px;
  padding: 15px;
  border: 3px solid #eee;
}
.detail_search .row:not(:last-child) {
  margin-bottom: 13px;
}
.detail_search .cell_l {
  margin-bottom: 5px;
}
.detail_search .cell_l > strong {
  font-size: 14px;
  color: #222;
}
.detail_search .inline_txt {
  margin-top: 7px;
}

.search_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_word > input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search_word > button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 42px;
  height: 35px;
  margin-left: 5px;
  background: #666;
  font-size: 13px;
  color: #fff;
}

@media all and (min-width: 1137px), print {
  .detail_search {
    display: table;
    width: 100%;
    table-layout: auto;
    margin-bottom: 30px;
    padding: 27px;
    border-width: 4px;
  }
  .detail_search .row {
    display: table-row;
  }
  .detail_search .row:not(:last-child) {
    margin-bottom: 0;
  }
  .detail_search .row:not(:last-child) .cell_l, .detail_search .row:not(:last-child) .cell_r {
    padding-bottom: 20px;
  }
  .detail_search .cell_l {
    display: table-cell;
    width: 113px;
    margin-bottom: 0;
    padding-right: 26px;
    white-space: nowrap;
  }
  .detail_search .cell_l > strong {
    font-size: 16px;
  }
  .detail_search .cell_r {
    display: table-cell;
  }
  .detail_search .inline_txt {
    display: inline-block;
    margin-top: 0;
  }
  .search_word > input {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 400px;
  }
  .search_word > button {
    width: 58px;
    height: 44px;
    font-size: 16px;
  }
}
.board_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
.board_top .total::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 16px;
  margin-right: 3px;
  background: url(../images/ico_board_total.png) no-repeat 0 0;
  vertical-align: -2px;
}
.board_top .total > span {
  font-weight: 400;
  color: #222;
}
.board_top .list_number > button {
  width: 42px;
  height: 35px;
  margin-left: 1px;
  background: #767676;
  color: #fff;
}

.round_line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 80px;
  height: 26px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 1137px), print {
  .round_line {
    min-width: 100px;
    height: 36px;
    padding: 0 20px;
    border-radius: 20px;
  }
}

.blue_line {
  border: 1px solid #2471ac;
  color: #2471ac;
}

.green_line {
  border: 1px solid #00847c;
  color: #00847c;
}

.category_area {
  padding: 0 0 15px 15px;
}
@media all and (min-width: 1137px), print {
  .category_area {
    width: 130px;
    margin-top: 17px;
    padding: 0;
    text-align: right;
  }
}

@media all and (min-width: 1137px), print {
  .board_top {
    margin-bottom: 20px;
  }
  .board_top .total::before {
    margin-right: 4px;
  }
  .board_top .list_number > select {
    width: 140px;
  }
  .board_top .list_number > button {
    width: 58px;
    height: 44px;
  }
  .board_top .list_number > button:focus {
    outline: 2px dotted red;
  }
}
.pagination {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 12px;
}
.pagination .first,
.pagination .last {
  background-image: url(../images/ico_page_arrow1.png);
  background-size: 11px;
}
.pagination .prev,
.pagination .next {
  background-image: url(../images/ico_page_arrow2.png);
  background-position: 6px 50%;
  background-size: 7px;
}
.pagination .next,
.pagination .last {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .page_num {
  display: inline-block;
}
.pagination .page_num:after {
  content: "";
  display: block;
  clear: both;
}
.pagination .page_num > li {
  position: relative;
  float: left;
}
.pagination .page_num > li.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 7px;
  width: 29px;
  height: 29px;
  background: #00847c;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.pagination .page_num > li.active > a {
  font-weight: 500;
  color: #fff;
}
.pagination .page_num > li > a {
  display: table-cell;
  vertical-align: middle;
}

@media all and (min-width: 1137px), print {
  .pagination {
    margin-top: 30px;
  }
  .pagination a {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .pagination .first,
  .pagination .last {
    background-size: auto;
  }
  .pagination .prev,
  .pagination .next {
    background-position: 10px 12px;
    background-size: auto;
  }
  .pagination .next {
    background-position: 10px 10px;
  }
  .pagination .last {
    background-position: 10px 10px;
  }
  .pagination .page_num {
    display: inline-block;
  }
  .pagination .page_num:after {
    content: "";
    display: block;
    clear: both;
  }
  .pagination .page_num > li {
    position: relative;
    float: left;
  }
  .pagination .page_num > li.active:before {
    width: 35px;
    height: 35px;
  }
}
.lock {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 18px;
  margin-left: 5px;
  background: url(../images/ico_lock.png);
  vertical-align: -2px;
}
@media all and (min-width: 1137px), print {
  .lock {
    margin: 0 4px 0 10px;
  }
}

.que_selection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 3px 0 16px;
  background: url(../images/ico_green_arrow.png) no-repeat 0 50%/13px;
  font-weight: 500;
  color: #08ada3;
}
@media all and (min-width: 1137px), print {
  .que_selection {
    padding: 0 12px 0 22px;
    background-size: auto;
  }
}

.question .board_box {
  position: relative;
}
.question .r_area {
  position: absolute;
  right: 13px;
  top: 13px;
}
@media all and (min-width: 1137px), print {
  .question .r_area {
    position: static;
    width: 120px;
    text-align: right;
  }
}

.reply_y,
.reply_n {
  display: inline-block;
  height: 26px;
  padding: 0 15px;
  border-radius: 15px;
  line-height: 24px;
  font-size: 12px;
}
@media all and (min-width: 1137px), print {
  .reply_y,
  .reply_n {
    height: 36px;
    padding: 0 20px;
    border-radius: 20px;
    line-height: 34px;
    font-size: 16px;
  }
}

.reply_y {
  border: 1px solid #7faccf;
  color: #2471ac;
}

.reply_n {
  border: 1px solid #666;
}

.pagination + .btn_wrap {
  margin-top: 13px;
}
@media all and (min-width: 1137px), print {
  .pagination + .btn_wrap {
    margin-top: -37px;
  }
}

.faq_list {
  border-top: 2px solid #222;
}
.faq_list > ul > li .q_box {
  position: relative;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 46px 16px 50px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq_list > ul > li .q_box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #757575 url(../images/ico_question.png) no-repeat 50% 6px/9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq_list > ul > li .q_box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq_list > ul > li .q_box.active, .faq_list > ul > li .q_box:hover {
  background-color: #fef4f1;
}
.faq_list > ul > li .q_box.active:before {
  background-color: #e43c3c;
}
.faq_list > ul > li .q_box.active:after {
  border-color: #e43c3c;
  -webkit-transform: rotate(45deg) scale(-1);
          transform: rotate(45deg) scale(-1);
}
.faq_list > ul > li .q_box.active ~ .a_box {
  display: block;
}
.faq_list > ul > li .a_box {
  display: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 18px 15px 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq_list.type2 > ul > li .q_box {
  padding: 18px 15px 20px;
}
.faq_list.type2 > ul > li .q_box .category {
  margin-bottom: 3px;
  font-weight: 400;
  color: #e43c3c;
}
.faq_list.type2 > ul > li .q_box:before {
  display: none;
}
.faq_list.type2 > ul > li .q_box:after {
  display: none;
}
.faq_list.type2 > ul > li .q_box .r .tag {
  margin-bottom: 10px;
  font-weight: 400;
  color: #222;
}
.faq_list.type2 > ul > li .q_box .r .subject {
  font-weight: 500;
  font-size: 15px;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .faq_list > ul > li .q_box {
    padding: 24px 84px 24px 80px;
    font-size: 20px;
  }
  .faq_list > ul > li .q_box:before {
    top: 22px;
    left: 30px;
    width: 34px;
    height: 34px;
    background-position: center;
    background-size: auto;
  }
  .faq_list > ul > li .q_box:after {
    right: 30px;
    width: 18px;
    height: 18px;
    margin-top: -5px;
  }
  .faq_list > ul > li .a_box {
    padding: 26px 30px;
  }
  .faq_list.type2 > ul > li .q_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 84px 25px 0;
  }
  .faq_list.type2 > ul > li .q_box .category {
    width: 156px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
  }
  .faq_list.type2 > ul > li .q_box:after {
    display: block;
  }
  .faq_list.type2 > ul > li .q_box .r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 965px;
  }
  .faq_list.type2 > ul > li .q_box .r .tag {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .faq_list.type2 > ul > li .q_box .r .subject {
    font-size: 20px;
  }
}

.boardaa_top {
  color: red;
}

.boardaa_top {
  color: red;
}

.category_tab {
  margin-bottom: 25px;
}
.category_tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.category_tab > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 10px;
  padding-right: 5px;
}
.mobile .category_tab > ul > li:nth-child(2n) {
  padding: 0 0 0 5px;
}

.category_tab > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 0 40px 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: url(../images/ico_arrow_check_off.png) no-repeat calc(100% - 13px) 50%/15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category_tab > ul > li > a:hover, .category_tab > ul > li > a.active {
  border-color: #2471ac;
  background-color: #2471ac;
  background-image: url(../images/ico_arrow_check_on.png);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-weight: 500;
  color: #fff;
}

@media all and (min-width: 1137px), print {
  .category_tab {
    margin-bottom: 40px;
  }
  .category_tab.full > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .category_tab.full > ul > li:last-child {
    margin-right: 0;
  }
  .category_tab > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 216px;
            flex: 0 0 216px;
    margin-right: 10px;
    padding: 0;
  }
  .category_tab > ul > li:nth-child(5n) {
    margin-right: 0;
  }
  .category_tab > ul > li > a {
    height: 52px;
    background-size: auto;
  }
}
.history_wrap {
  position: relative;
}
.history_wrap:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 58px;
  width: 2px;
  height: 100%;
  background: #e3e3e3;
  z-index: -1;
}
.history_wrap .history_tit {
  position: relative;
  width: 127px;
  height: 127px;
  background: url(../images/img_history_tit.png) no-repeat 0 0/100%;
}
.history_wrap > dd {
  position: relative;
  margin-top: 20px;
  padding-left: 98px;
}
.history_wrap > dd:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 52px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.history_wrap > dd .history_year {
  font-weight: 600;
  font-size: 19px;
}
.history_wrap > dd .history_year:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 67px;
  border-top: 1px dashed #ccc;
  width: 20px;
}
.history_wrap > dd .history_list:after {
  content: "";
  display: block;
  clear: both;
}
.history_wrap > dd .history_list > li {
  margin-top: 5px;
}
.history_wrap > dd .history_list .history_month {
  margin-right: 12px;
  font-weight: 500;
  color: #222;
  float: left;
}
.history_wrap > dd .history_list .history_cont {
  overflow: hidden;
}
.history_wrap > dd:nth-child(even) .history_year {
  color: #203d5a;
}
.history_wrap > dd:nth-child(even):before {
  background-image: url(../images/bg_history_dot_blue.png);
}
.history_wrap > dd:nth-child(odd) .history_year {
  color: #00aaa0;
}
.history_wrap > dd:nth-child(odd):before {
  background-image: url(../images/bg_history_dot_green.png);
}
.history_wrap > dd:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 52px;
  width: 14px;
  height: calc(100% - 23px);
  background: #fff;
}
@media all and (min-width: 1137px), print {
  .history_wrap {
    overflow: hidden;
  }
  .history_wrap:before {
    left: 50%;
    margin-left: -1px;
  }
  .history_wrap .history_tit {
    width: 205px;
    height: 205px;
    margin: 0 auto;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .history_wrap > dd {
    margin-top: 30px;
    padding-left: 0;
  }
  .history_wrap > dd:before {
    top: 11px;
    left: auto;
    width: 18px;
    height: 18px;
  }
  .history_wrap > dd .history_year {
    font-size: 26px;
  }
  .history_wrap > dd .history_year:before {
    top: 20px;
    left: auto;
    width: 30px;
  }
  .history_wrap > dd:nth-of-type(odd) {
    width: calc(50% + 1px);
    padding-left: 56px;
    float: right;
  }
  .history_wrap > dd:nth-of-type(odd):before {
    left: -8px;
  }
  .history_wrap > dd:nth-of-type(odd) .history_year:before {
    left: 11px;
  }
  .history_wrap > dd:nth-of-type(even) {
    width: calc(50% + 1px);
    padding-right: 56px;
    text-align: right;
    float: left;
  }
  .history_wrap > dd:nth-of-type(even):before {
    right: -8px;
  }
  .history_wrap > dd:nth-of-type(even) .history_year:before {
    right: 11px;
  }
  .history_wrap > dd:nth-of-type(even) .history_list .history_month {
    margin-right: 0;
    margin-left: 20px;
    float: right;
  }
  .history_wrap > dd .history_list:after {
    content: "";
    display: block;
    clear: both;
  }
  .history_wrap > dd .history_list > li {
    margin-top: 8px;
  }
  .history_wrap > dd .history_list .history_month {
    margin-right: 20px;
  }
  .history_wrap > dd:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 100%;
    height: calc(100% - 29px);
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.section + .section {
  margin-top: 30px;
}

.tit01 {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  line-height: 1;
}
.tit01:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 15px;
  background: url("../images/ico_tit01.png") 0 0/100% no-repeat;
}

.list_square > li {
  position: relative;
  padding-left: 8px;
}
.list_square > li:not(:first-child) {
  margin-top: 7px;
}
.list_square > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #999;
}
.list_square > li > ul {
  margin-top: 3px;
}

.tab {
  font-size: 0;
  margin-bottom: 25px;
}
.tab > li {
  display: inline-block;
  width: 50%;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.tab > li:nth-child(2n) {
  border-left: 0;
}
.tab > li:nth-child(n+3) {
  border-top: 0;
}
.tab > li > a {
  position: relative;
  display: block;
  line-height: 42px;
  font-size: 14px;
  background: #f9f9f9;
  z-index: 1;
}
.tab > li > a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #203d5a;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tab > li > a.active {
  color: #fff;
  font-weight: 500;
}
.tab > li > a.active:before {
  opacity: 1;
}
.tab > li > a:hover {
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tab > li > a:hover:before {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.table {
  position: relative;
  overflow-x: auto;
  border-top: 1px solid #222;
  border-bottom: 1px solid #999;
}
.table .m_scroll {
  min-width: 650px;
}
.table th {
  color: #222;
  font-weight: 500;
  padding: 11px 10px;
}
.table thead th {
  background: #e6f3f8;
  border-bottom: 1px solid #d9d9d9;
}
.table thead th:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}
.table thead th.tbl_bg_gray {
  background: #f6f6f6;
}
.table tbody tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.table tbody tr.txt_c td {
  padding: 11px 10px;
}
.table tbody th {
  background: #f6f6f6;
  border-right: 1px solid #d9d9d9;
}
.table tbody td {
  padding: 11px 15px;
  word-break: break-word;
}
.table tbody td:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

.bor_r {
  border-right: 1px solid #d9d9d9;
}

.board_box {
  border: 1px solid #d9d9d9;
}
.board_box + .board_box {
  margin-top: 15px;
}
.board_box .cate {
  display: inline-block;
  min-width: 96px;
  text-align: center;
  background: #f6f6f6;
  padding: 0 15px;
  line-height: 38px;
}
.board_box .cate span {
  font-size: 12px;
}
.board_box .cate strong {
  font-size: 14px;
  color: #2471ac;
  font-weight: 500;
}
.board_box .cate.cate_notice {
  position: relative;
  color: #2471ac;
  background: #e2f2f9;
}
.board_box .cate.cate_notice:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  vertical-align: middle;
  background: url("../images/ico_important_m.png") 0 0/100% no-repeat;
}
.board_box .txt {
  padding: 12px 15px;
}
.board_box .txt .tit {
  display: block;
  margin-bottom: 7px;
}
.board_box .txt .tit > a,
.board_box .txt .tit > span {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.board_box .txt .list_square:after {
  content: "";
  display: block;
  clear: both;
}
.board_box .txt .list_square > li {
  float: left;
  width: 50%;
  margin-top: 4px;
}
.board_box .txt .list_square > li:nth-child(-n+2) {
  margin-top: 0;
}
.board_box .txt .con {
  margin-bottom: 9px;
}
.board_box .txt .con > a {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board_box.non {
  padding: 17px 17px 17px 65px;
  background: #f6f6f6 url("../images/bg_board_non.png") no-repeat;
  background-position: 15px 17px;
  background-size: 35px;
}
.board_box.non strong {
  font-size: 15px;
}

.list_card_img {
  border-top: 1px solid #222;
  border-bottom: 1px solid #999;
}
.list_card_img .board_box {
  border: 0;
}
.list_card_img .board_box + .board_box {
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}
.list_card_img .board_box .img {
  display: none;
}
.list_card_img .board_box .txt {
  padding: 12px 17px;
}
.list_card_img.map_list .board_box .list_square .w100 {
  width: 100%;
}

.post_new {
  display: inline-block;
  vertical-align: -2px;
  width: 15px;
  height: 15px;
  background: url("../images/ico_new.png") 0 0/100% no-repeat;
  margin-left: 4px;
}

.color_black {
  color: #222 !important;
}

.color_blue {
  color: #2471ac !important;
}

.color_navy {
  color: #203d5a !important;
}

.color_red {
  color: #d03027 !important;
}

.color_yellow {
  color: #f5e31c !important;
}

.view_wrap {
  border-bottom: 1px solid #999;
}
.view_wrap .view_con {
  padding: 25px 17px;
}
.view_wrap .view_con img {
  max-width: 100%;
}
.view_wrap .view_file {
  position: relative;
  border-top: 1px solid #d9d9d9;
  padding: 13px 15px 13px 76px;
}
.view_wrap .view_file strong {
  position: absolute;
  top: 13px;
  left: 15px;
  color: #222;
}

.view_tit {
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  padding: 13px 17px;
}
.view_tit strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.view_tit .list_square:after {
  content: "";
  display: block;
  clear: both;
}
.view_tit .list_square > li {
  float: left;
  width: 50%;
  margin-top: 4px;
}
.view_tit .list_square > li:nth-child(-n+2) {
  margin-top: 0;
}

.view_add_file > li {
  position: relative;
  padding-left: 27px;
}
.view_add_file > li:not(:first-child) {
  margin-top: 6px;
}
.view_add_file > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/ico_file.png") 0 0/100% no-repeat;
}
.view_add_file > li > a {
  margin-left: 2px;
}

.txt_underline {
  text-decoration: underline;
}

.btn_wrap {
  margin-top: 20px;
}
.btn_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.btn_wrap .l {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn_wrap .r {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  display: inline-block;
  min-width: 65px;
  line-height: 37px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
}
.btn + .btn {
  margin-left: 12px;
}
.btn.md {
  height: 35px;
  line-height: 35px;
  font-weight: 300;
}

.bg_gray {
  background: #666;
}

.bg_blue {
  background: #2471ac;
}

.bg_green {
  background: #00847c;
}

.bg_lightgray {
  background: #767676;
}

.bg_orange {
  background: #d97f22 !important;
}

.youtube_con .video > * {
  width: 100%;
}
.youtube_con .txt {
  border: 1px solid #d9d9d9;
  padding: 17px;
  height: 267px;
  overflow-y: auto;
  margin-top: 15px;
}

.layer_popup_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer_popup_box > .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 30px);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 101;
  background-color: #fff;
}
.layer_popup_box > .popup > .popup_head {
  position: relative;
  padding: 11px 50px 11px 15px;
  background: #00aaa0;
}
.layer_popup_box > .popup > .popup_head .popup_tit {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.layer_popup_box > .popup > .popup_content {
  max-height: calc(100vh - 125px);
  overflow-y: auto;
  padding: 15px 15px 0;
}
.layer_popup_box > .popup > .popup_content:after {
  content: "";
  display: block;
  height: 25px;
}
.layer_popup_box .btn_popup_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: url("../images/btn_pop_close.png") no-repeat 50% 50%;
  background-size: 14px auto;
}
.layer_popup_box > .popup_size_540 {
  max-width: 540px;
}
.layer_popup_box > .popup_size_720 {
  max-width: 720px;
}

.top_info_box {
  position: relative;
  border: 4px solid #2471ac;
  border-radius: 15px 15px 0 0;
  padding: 17px 20px 15px;
  z-index: 1;
}
.top_info_box .tit {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 7px;
}
.top_info_box:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 100%;
  height: 55%;
  border: 4px solid #eee;
  border-top: 0;
  z-index: -1;
}

.board_write {
  border-top: 2px solid #222;
  border-bottom: 1px solid #999;
}
.board_write.default_th .div_th {
  width: 115px;
}
.board_write > .row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.board_write > .row:not(:last-child), .board_write > .row > .cell_div:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.board_write > .row:last-child > .row:last-child {
  border-bottom: 0;
}
.board_write > .row .div_th {
  display: table-cell;
  border-right: 1px solid #d7d7d7;
  padding: 13px 15px;
  background-color: #f5f5f5;
  word-break: keep-all;
  font-weight: 500;
  color: #333;
}
.board_write > .row .div_td {
  display: table-cell;
  padding: 5px 12px;
  background-color: #fff;
  vertical-align: middle;
  /* 내용이 많을 시 줄바꿈 */
  word-break: break-word;
}
.board_write > .row .txt_td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.board_write > .row .view_txt {
  padding: 15px 15px 30px;
}
.board_write .b_txt {
  padding: 20px 15px;
}
.board_write .b_txt img {
  max-width: 100%;
}
.board_write .b_txt + .row {
  border-top: 1px solid #d7d7d7;
}

.group_write {
  margin-top: 10px;
}
.group_write > input[type=text] {
  width: 100%;
}
.group_write > span {
  display: block;
  margin-top: 5px;
}

.year_inp {
  margin-right: 5px;
}
.year_inp > input {
  width: 60px;
  margin-right: 4px;
}

.mon_day_inp > input {
  width: 40px;
  margin-right: 4px;
}
.mon_day_inp + .mon_day_inp {
  margin-left: 5px;
}

.date_select {
  display: inline-block;
}
.date_select:first-child {
  margin: 0 10px 2px 0;
}

.email_inp .email_inp1 {
  width: 100%;
  margin-right: 3px;
}
.email_inp .email_inp2 {
  width: 100%;
  margin-left: 3px;
}
.email_inp .wr1,
.email_inp .wr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email_inp .wr2 {
  margin-top: 5px;
}
.email_inp .wr2 > select {
  width: 100%;
}

.etc_inp {
  margin-top: 9px;
}
.etc_inp > input {
  width: 100%;
}

.w_full {
  width: 100%;
}

.inp_default {
  width: 100%;
}

.addr_inp .addr1,
.addr_inp .addr2 {
  width: 100%;
  margin-bottom: 5px;
}

.input_tel_box {
  margin-left: -10px;
}
.input_tel_box:after {
  content: "";
  display: block;
  clear: both;
}
.input_tel_box > span {
  position: relative;
  float: left;
  width: calc(33.3% - 10px);
  margin-left: 10px;
}
.input_tel_box > span > input,
.input_tel_box > span > select {
  width: 100%;
}
.input_tel_box > span:nth-child(1):before, .input_tel_box > span:nth-child(2):before {
  content: "-";
  display: block;
  position: absolute;
  right: -7px;
  top: 5px;
  color: #333;
}

.tbl_tit {
  margin-bottom: 11px;
}
.tbl_tit .l_con h4 {
  margin-bottom: 0;
}
.tbl_tit .r_con {
  margin-top: 5px;
}

.info-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("../images/ico_tbl_scroll.png") 50% 40% no-repeat;
  background-size: 77px;
  z-index: 5;
}
.info-scroll > span {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 100%;
  font-weight: 400;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.list_pic_news {
  position: relative;
  border-top: 1px solid #222;
  border-bottom: 1px solid #999;
  padding: 17px 0;
}
.list_pic_news .video_badge {
  position: absolute;
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
.list_pic_news > ul > li {
  margin-top: 25px;
}
.list_pic_news > ul > li:first-child {
  margin-top: 0;
}
.list_pic_news > ul > li .img img {
  width: 100%;
}
.list_pic_news > ul > li .txt {
  margin-top: 12px;
}
.list_pic_news > ul > li .txt .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.list_pic_news > ul > li .txt .tit a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list_pic_news > ul > li .txt .info span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.list_pic_news > ul > li .txt .info span:not(:first-child) {
  margin-left: 15px;
}
.list_pic_news > ul > li .txt .info span:not(:first-child):after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #d9d9d9;
}
.list_pic_news > ul > li .txt .info span.time:before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  background: url("../images/ico_time.png") 0 0/100% no-repeat;
}

.list_busi_info > div {
  border: 1px solid #d9d9d9;
  padding: 95px 17px 20px;
  background: 20px 17px/65px no-repeat;
  margin-top: 15px;
}
.list_busi_info > div:first-child {
  margin-top: 0;
}
.list_busi_info > div .tit {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 7px;
}
.list_busi_info > div.bg_info01_cont01 {
  background-image: url("../images/bg_info01_cont01.png");
}
.list_busi_info > div.bg_info01_cont02 {
  background-image: url("../images/bg_info01_cont02.png");
}
.list_busi_info > div.bg_info01_cont03 {
  background-image: url("../images/bg_info01_cont03.png");
}
.list_busi_info > div.bg_info01_cont04 {
  background-image: url("../images/bg_info01_cont04.png");
}
.list_busi_info > div.bg_info07_cont03 {
  background-image: url("../images/bg_info07_cont03.png");
}
.list_busi_info > div.bg_info_fishing01 {
  background-image: url("../images/bg_info_fishing01.png");
}
.list_busi_info > div.bg_info_fishing02 {
  background-image: url("../images/bg_info_fishing02.png");
}
.list_busi_info > div.bg_info_inter01 {
  background-image: url("../images/bg_info_inter.png");
}
.list_busi_info > div.bg_info_eco01 {
  background-image: url("../images/bg_info_eco01.png");
}
.list_busi_info > div.bg_info_eco02 {
  background-image: url("../images/bg_info_eco02.png");
}
.list_busi_info > div.bg_info_eco03 {
  background-image: url("../images/bg_info_eco03.png");
}
.list_busi_info > div.bg_info_eco04 {
  background-image: url("../images/bg_info_eco04.png");
}
.list_busi_info > div.bg_info_eco05 {
  background-image: url("../images/bg_info_eco05.png");
}
.list_busi_info > div.bg_info_eco06 {
  background-image: url("../images/bg_info_eco06.png");
}
.list_busi_info > div.bg_info_eco07 {
  background-image: url("../images/bg_info_eco07.png");
}
.list_busi_info > div.bg_info_eco08 {
  background-image: url("../images/bg_info_eco08.png");
}
.list_busi_info > div.bg_info_eco09 {
  background-image: url("../images/bg_info_eco09.png");
}
.list_busi_info > div.bg_info_eco10 {
  background-image: url("../images/bg_info_eco10.png");
}
.list_busi_info > div.bg_info_pleasant01 {
  background-image: url("../images/bg_info_pleasant01.png");
}
.list_busi_info > div.bg_info_pleasant02 {
  background-image: url("../images/bg_info_pleasant02.png");
}
.list_busi_info > div.bg_info_nation01 {
  background-image: url("../images/bg_info_nation01.png");
}
.list_busi_info > div.bg_busi01 {
  background-image: url("../images/bg_busi01.png");
}
.list_busi_info > div.bg_busi02 {
  background-image: url("../images/bg_busi02.png");
}
.list_busi_info > div.bg_busi03 {
  background-image: url("../images/bg_busi03.png");
}
.list_busi_info > div.bg_busi04 {
  background-image: url("../images/bg_busi04.png");
}
.list_busi_info > div.bg_info_research01 {
  background-image: url("../images/bg_info_research01.png");
}
.list_busi_info > div.bg_info_research02 {
  background-image: url("../images/bg_info_research02.png");
}
.list_busi_info > div.bg_info_task01 {
  background-image: url("../images/bg_info_task01.png");
}
.list_busi_info > div.bg_info_task02 {
  background-image: url("../images/bg_info_task02.png");
}
.list_busi_info.list_busi_bor > div {
  border: 4px solid #eee;
  padding: 20px 17px;
}

.list_brochure > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d9d9d9;
  padding: 15px;
  margin-top: 20px;
}
.list_brochure > li:first-child {
  margin-top: 0;
}
.list_brochure > li .l {
  width: 110px;
  border: 1px solid #d9d9d9;
}
.list_brochure > li .l img {
  width: 100%;
}
.list_brochure > li .r {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 17px;
  padding-bottom: 40px;
}
.list_brochure > li .r .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list_tit_wrap .tit {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-bottom: 3px;
}
.list_tit_wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_tit_wrap .info span {
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.list_tit_wrap .info span:not(:first-child) {
  margin-left: 20px;
}
.list_tit_wrap .info span:not(:first-child):after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -10px;
  width: 1px;
  height: 12px;
  background: #d9d9d9;
}
.list_tit_wrap .info span.time:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background: url("../images/ico_time.png") 0 0/100% no-repeat;
}

.btn_download {
  line-height: 35px;
  font-weight: 300;
  padding: 0 15px;
}
.btn_download:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-right: 5px;
  background: url("../images/ico_download.png") 0 0/100% no-repeat;
}
.btn_download + .btn_download {
  margin-left: 10px;
}

.contest_top_info {
  background: #dff1f0 100% 100% no-repeat;
  background-image: url("../images/bg_contest_m.jpg");
  background-size: 340px;
  padding: 30px 95px 30px 17px;
  margin-bottom: 35px;
}
.contest_top_info .tit {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 11px;
}
.contest_top_info .inp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contest_top_info .inp_box select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
}
.contest_top_info .inp_box .btn {
  line-height: 35px;
  padding: 0 10px;
  font-weight: 300;
  min-width: auto;
}

.list_contest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_contest > li {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #d9d9d9;
  padding: 17px;
  text-align: center;
  margin-top: 20px;
}
.list_contest > li:not(:nth-child(odd)) {
  margin-right: 20px;
}
.list_contest > li.grand_prize {
  width: 100%;
  margin: 0;
  color: #fff;
  z-index: 1;
}
.list_contest > li.grand_prize:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: 108px;
  background: #2471ac;
}
.list_contest > li.grand_prize.grand_youtube:before {
  background: #203d5a;
}
.list_contest > li.grand_prize button,
.list_contest > li.grand_prize a {
  margin: 0 auto 13px;
}
.list_contest > li.grand_prize .btn_youtube_thumb:before {
  width: 40px;
  height: 40px;
}
.list_contest > li.grand_prize strong {
  font-size: 15px;
  color: #fff;
  margin-bottom: 6px;
}
.list_contest > li .badge_cate {
  position: absolute;
  top: -1px;
  right: 10px;
  width: 49px;
  height: 55px;
  background: 0 0/100% no-repeat;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 27px 5px 10px;
  line-height: 1;
  z-index: 1;
}
.list_contest > li .badge_cate.badge01 {
  width: 63px;
  height: 71px;
  font-size: 14px;
  padding-top: 35px;
  background-image: url("../images/bg_badge01_m.png");
}
.list_contest > li .badge_cate.badge02 {
  background-image: url("../images/bg_badge02_m.png");
}
.list_contest > li .badge_cate.badge03 {
  background-image: url("../images/bg_badge03_m.png");
}
.list_contest > li button,
.list_contest > li a {
  display: block;
  width: 100%;
  margin: 0 auto 11px;
}
.list_contest > li button img,
.list_contest > li a img {
  width: 100%;
}
.list_contest > li .btn_youtube_thumb {
  position: relative;
}
.list_contest > li .btn_youtube_thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  background: 50% 50%/100% no-repeat;
  background-image: url("../images/ico_contest_youtube_m.png");
}
.list_contest > li strong {
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 7px;
}

.img_box_wrap > div + div {
  margin-top: 15px;
}

.img_box {
  position: relative;
  font-size: 0;
}
.img_box img {
  width: 100%;
}
.img_box .btn_img_size {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px;
  line-height: 37px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
}
.img_box .btn_img_size:before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url("../images/ico_plus.png") 0 0/100% no-repeat;
}

.busi_info_box > div {
  border: 1px solid #d9d9d9;
  padding: 98px 30px 20px;
  text-align: center;
  background: 50% 20px/65px no-repeat;
}
.busi_info_box > div strong {
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 7px;
}
.busi_info_box > div + div {
  margin-top: 15px;
}
.busi_info_box > div.bg_info03_cont01 {
  background-image: url("../images/bg_info03_cont01.png");
}
.busi_info_box > div.bg_info03_cont02 {
  background-image: url("../images/bg_info03_cont02.png");
}
.busi_info_box > div.bg_info03_cont03 {
  background-image: url("../images/bg_info03_cont03.png");
}
.busi_info_box > div.bg_info07_cont01 {
  background-image: url("../images/bg_info07_cont01.png");
}
.busi_info_box > div.bg_info07_cont02 {
  background-image: url("../images/bg_info07_cont02.png");
}
.busi_info_box > div.bg_info07_cont03 {
  background-image: url("../images/bg_info07_cont03.png");
}

.contact_person {
  position: relative;
  padding: 10px 15px 10px 54px;
  border: 1px solid #d9d9d9;
}
.contact_person:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #e2f2f9 url("../images/ico_person.png") 50% 50% no-repeat;
  background-size: 16px;
}

.tit02 {
  position: relative;
  padding-left: 15px;
  line-height: 1;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}
.tit02:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 7px;
  background: url("../images/ico_tit02.png") 0 0/100% no-repeat;
}

.sub_section + .sub_section {
  margin-top: 20px;
}

.list_arr > li {
  position: relative;
  padding-left: 8px;
}
.list_arr > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 6px;
  background: url("../images/ico_arr.png") 0 0/100% no-repeat;
}
.list_arr > li + li {
  margin-top: 3px;
}

.search_board.select02 .select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
.search_board.select02 .select_wrap .select_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search_board.select02 .select_wrap .select_box select {
  width: 100%;
}
.search_board.select02 .select_wrap .select_box + .select_box {
  margin-left: 5px;
}
.search_board.select02 .inr .input_box {
  width: 100%;
  padding-left: 0;
}

.board_top.board_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
.post_category button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post_category button:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.post_category button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: 0 0/100% no-repeat;
}
.post_category button.latest:before {
  background-image: url("../images/ico_order_time.png");
}
.post_category button.like:before {
  background-image: url("../images/ico_order_like.png");
}
.post_category button.comment:before {
  background-image: url("../images/ico_order_comment.png");
}
.post_category button.on {
  background: #203d5a;
  color: #fff;
  font-weight: 500;
}
.post_category button.on.latest:before {
  background-image: url("../images/ico_order_time_on.png");
}
.post_category button.on.like:before {
  background-image: url("../images/ico_order_like_on.png");
}
.post_category button.on.comment:before {
  background-image: url("../images/ico_order_comment_on.png");
}
.post_category button:hover {
  background: #203d5a;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post_category button:hover.latest:before {
  background-image: url("../images/ico_order_time_on.png");
}
.post_category button:hover.like:before {
  background-image: url("../images/ico_order_like_on.png");
}
.post_category button:hover.comment:before {
  background-image: url("../images/ico_order_comment_on.png");
}

.list_opinion_offer > li {
  position: relative;
  margin-top: 15px;
  border: 1px solid #d9d9d9;
}
.list_opinion_offer > li:first-child {
  margin-top: 0;
}
.list_opinion_offer > li .cate {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 9px 15px 8px;
  border-radius: 0 0 15px 0;
  background: #e2f2f9;
  color: #2471ac;
}
.list_opinion_offer > li .txt {
  padding: 46px 15px 17px;
}
.list_opinion_offer > li .txt strong {
  display: block;
  color: #222;
  font-size: 15px;
  margin-bottom: 6px;
}
.list_opinion_offer > li .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list_opinion_offer > li .btm {
  padding: 10px 15px;
  background: #f6f6f6;
}
.list_opinion_offer > li .btm > div {
  display: inline-block;
  vertical-align: middle;
}
.list_opinion_offer > li .btm > div:not(:first-child) {
  margin-left: 12px;
}
.list_opinion_offer > li .btm > div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 12px;
  background: 0 0/100% no-repeat;
}
.list_opinion_offer > li .btm > div.post_comment:before {
  background-image: url("../images/ico_comment.png");
}
.list_opinion_offer > li .btm > div.post_like:before {
  width: 13px;
  background-image: url("../images/ico_like.png");
}

.view_like {
  margin-top: 25px;
  text-align: center;
}
.view_like > button {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: #999;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.view_like > button:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 6px;
  vertical-align: -2px;
  background: url("../images/ico_heart.png") 0 0/100% no-repeat;
}
.view_like > button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: -1;
  background: #00aaa0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.view_like > button.active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.comment_input_box {
  background: #f6f6f6;
  padding: 16px 17px;
}
.comment_input_box .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment_input_box .txt_box > textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 57px;
}
.comment_input_box .txt_box > textarea::-webkit-input-placeholder {
  color: #999 !important;
}
.comment_input_box .txt_box > textarea::-moz-placeholder {
  color: #999 !important;
}
.comment_input_box .txt_box > textarea:-ms-input-placeholder {
  color: #999 !important;
}
.comment_input_box .txt_box > textarea::-ms-input-placeholder {
  color: #999 !important;
}
.comment_input_box .txt_box > textarea::placeholder {
  color: #999 !important;
}
.comment_input_box .txt_box > button {
  display: inline-block;
  padding: 8px 20px;
  background: #203d5a;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
}

.comment_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
.comment_top .l {
  margin-right: auto;
}
.comment_top .l h4 {
  margin-bottom: 0;
}
.comment_top .r {
  margin-left: auto;
}

.comment_align > button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.comment_align > button:not(:first-child) {
  margin-left: 14px;
}
.comment_align > button:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -8px;
  width: 1px;
  height: 12px;
  background: #d9d9d9;
}
.comment_align > button.active {
  color: #2471ac;
  font-weight: 400;
}

.comment_box {
  border: 1px solid #d9d9d9;
  padding: 17px 15px 15px;
}
.comment_box .l .info {
  margin-bottom: 7px;
}
.comment_box .l .info > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.comment_box .l .info > span:not(:first-child) {
  margin-left: 16px;
}
.comment_box .l .info > span:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -10px;
  width: 1px;
  height: 12px;
  background: #d9d9d9;
}
.comment_box .r {
  text-align: right;
  margin-top: 11px;
}
.comment_box + .comment_box {
  margin-top: 30px;
}
.comment_box.non {
  padding-top: 61px;
  background: url("../images/bg_comment_non.png") no-repeat;
  background-position: 17px 15px;
  background-size: 35px;
}

.btn_like {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../images/ico_heart.png") 50% calc(50% + 1px) no-repeat;
  background-color: #999;
  background-size: 12px;
}
.btn_like.active {
  background-color: #00aaa0;
}

.board_btn {
  min-width: auto;
}

.tbl_select_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tbl_select_box > span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tbl_select_box > span:not(:first-child) {
  margin-left: 5px;
}
.tbl_select_box > span select {
  width: 100%;
}

.list_busi_step {
  position: relative;
  padding-left: 80px;
}
.list_busi_step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 1px;
  height: 100%;
  background: url("../images/bg_dot_line.png") 0 0/100% repeat-y;
}
.list_busi_step > li {
  position: relative;
  padding: 25px 0;
}
.list_busi_step > li:first-child {
  padding-top: 0;
}
.list_busi_step > li:first-child:before {
  top: 0;
}
.list_busi_step > li:last-child {
  padding-bottom: 0;
}
.list_busi_step > li:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 80px;
  height: calc(100% - 65px);
  background: #fff;
}
.list_busi_step > li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.list_busi_step > li:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -80px;
  width: 65px;
  height: 65px;
  background: 0 0/100% no-repeat;
  z-index: 1;
}
.list_busi_step > li > span {
  display: inline-block;
  line-height: 19px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  color: #2471ac;
  border: 1px solid #2471ac;
  border-radius: 20px;
  margin-bottom: 10px;
}
.list_busi_step > li > strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #222;
}
.list_busi_step > li.bg01:before {
  background-image: url("../images/bg_busi_step01.png");
}
.list_busi_step > li.bg02:before {
  background-image: url("../images/bg_busi_step02.png");
}
.list_busi_step > li.bg03:before {
  background-image: url("../images/bg_busi_step03.png");
}

.map_view_box {
  position: relative;
}
.map_view_box > img {
  width: 100%;
}
.map_view_box .map_popup {
  position: absolute;
  top: 25px;
  left: 0;
  width: 300px;
  background: #fff;
  border-top: 2px solid #2471ac;
  -webkit-box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 12px 15px 20px;
}
.map_view_box .map_popup .btn_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 43px;
  background: url("../images/btn_map_close.jpg") 50% 50% no-repeat;
  background-size: 14px;
}
.map_view_box .map_popup .tit {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding: 0 20px 8px 0;
}
.map_view_box .map_popup > .con li {
  white-space: normal;
}
.map_view_box .map_popup .img {
  display: none;
}
.map_view_box .map_pin {
  position: absolute;
  right: 20px;
  top: 107px;
  width: 30px;
  height: 40px;
  background: url("../images/ico_pin.png") 0 0/100% no-repeat;
}

.list_website > li {
  border: 1px solid #d9d9d9;
  margin-top: 20px;
}
.list_website > li:first-child {
  margin-top: 0;
}
.list_website > li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 116px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.list_website > li .img img {
  max-width: 100%;
}
.list_website > li .txt {
  margin: 0 15px;
  padding: 17px 0 15px;
  border-top: 1px dashed #d9d9d9;
}
.list_website > li .txt > span {
  display: block;
  color: #2471ac;
  font-weight: 400;
  margin-bottom: 2px;
}
.list_website > li .txt > strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #222;
  margin-bottom: 6px;
}
.list_website > li .txt > .web_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.list_website > li .btn_link {
  display: block;
  background: #f6f6f6;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  line-height: 34px;
}

.btn_link {
  line-height: 35px;
  padding: 0 16px;
  font-weight: 300;
  font-size: 13px;
}
.btn_link:after {
  content: "";
  display: inline-block;
  vertical-align: 0;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  background: url("../images/ico_link.png") 0 0/100% no-repeat;
}
.btn_link.btn_link_w:after {
  background-image: url("../images/ico_link_w.png");
}

.address_box {
  border: 1px solid #d9d9d9;
  margin-top: 15px;
}
.address_box > div {
  padding: 15px;
}
.address_box > div > strong {
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 8px;
}
.address_box > div > strong:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: 0 0/100% no-repeat;
}
.address_box > div + div {
  border-top: 1px solid #d9d9d9;
}
.address_box > div.loc > strong:before {
  background-image: url("../images/ico_loc.png");
}
.address_box > div.tel > strong:before {
  background-image: url("../images/ico_tel.png");
}

.subway_line {
  display: inline-block;
  min-width: 65px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 6px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.subway_line.line01 {
  background: #3e62c4;
}
.subway_line.line02 {
  background: #f7ba21;
  color: #222;
}
.subway_line.line03 {
  background: #759cce;
}
.subway_line.line07 {
  background: #8a9c15;
}

.subway_out {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  background: #f4dd5d;
  border-radius: 50%;
}

.service1.service3 {
  background-image: url("../images/bg_txt_service3.png");
}

.service1.service4 {
  background-image: url("../images/bg_txt_service4.png");
}

.service1.service5 {
  background-image: url("../images/bg_txt_service5.png");
}

.service1.service6 {
  background-image: url("../images/bg_txt_service6.png");
}

.service_btm {
  margin-top: 21px;
  text-align: center;
}
.service_btm > strong {
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 9px;
}

.list_staff_chart > li {
  border: 1px solid #d9d9d9;
  margin-top: 15px;
  padding: 17px 15px;
}
.list_staff_chart > li:first-child {
  margin-top: 0;
}
.list_staff_chart > li > strong {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dashed #ccc;
  font-size: 15px;
  color: #2471ac;
}

.busi_data_slider.swiper-container {
  border: 1px solid #d9d9d9;
}
.busi_data_slider.swiper-container ul > li {
  position: relative;
  background: #f6f6f6;
}
.busi_data_slider.swiper-container ul > li .img {
  position: relative;
  height: 0;
  padding-bottom: 61.6279069767%;
}
.busi_data_slider.swiper-container ul > li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.busi_data_slider.swiper-container ul > li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 12px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
}

.busi_thumb_slider.swiper-container {
  position: relative;
  padding: 0 28px;
  margin-top: 15px;
}
.busi_thumb_slider.swiper-container ul > li {
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
}
.busi_thumb_slider.swiper-container ul > li.swiper-slide-active:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #00aaa0;
}
.busi_thumb_slider.swiper-container ul > li.swiper-slide-active.swiper-no-swiping:after {
  display: none;
}
.busi_thumb_slider.swiper-container ul > li .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
}
.busi_thumb_slider.swiper-container ul > li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.busi_thumb_slider.swiper-container .swiper-button {
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  border: 1px solid #d9d9d9;
  background: #fff 50% 50% no-repeat;
  background-size: 5px;
  z-index: 1;
}
.busi_thumb_slider.swiper-container .swiper-button.swiper-prev {
  left: 0;
  background-image: url("../images/btn_prev.png");
}
.busi_thumb_slider.swiper-container .swiper-button.swiper-next {
  right: 0;
  background-image: url("../images/btn_next.png");
}

.manage_cont > div + div {
  margin-top: 15px;
}

.manage_box + .manage_box {
  margin-top: 15px;
}
.manage_box .tit {
  position: relative;
  width: calc(100% - 50px);
  border-radius: 0 0 20px 0;
  padding: 10px 17px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.manage_box .tit.bg01 {
  background: #203d5a;
}
.manage_box .tit.bg02 {
  background: #2471ac;
}
.manage_box .list_square {
  margin-top: -22px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 34px 17px 12px;
}

.list_report_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
.list_report_data > li {
  position: relative;
  width: calc(50% - 15px);
  margin-left: 15px;
  margin-top: 15px;
  border: 1px solid #d9d9d9;
}
.list_report_data > li > img {
  width: 100%;
}
.list_report_data > li .tit {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  min-height: 51px;
  padding: 0 5px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.terms_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 25px -10px;
}
.terms_tab > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 10px);
  margin: 10px 0 0 10px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  padding: 10px 15px;
  text-align: right;
}
.terms_tab > a > strong {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-top: 2px;
}
.terms_tab > a.active {
  background: #203d5a url("../images/bg_terms_tab.png") no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 36px;
  border-color: #203d5a;
  color: #fff;
  text-align: left;
}
.terms_tab > a.active > strong {
  color: #fff;
}

.terms_box + .terms_box {
  margin-top: 28px;
}
.terms_box .tit {
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0 0 15px 0;
  margin-bottom: 20px;
}
.terms_box .tit.bg01 {
  background: #e2f2f9;
  color: #2471ac;
}
.terms_box .tit.bg02 {
  background: #dff1f0;
  color: #00aaa0;
}
.terms_box .txt + .txt {
  margin-top: 16px;
}
.terms_box h5 {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 7px;
}

.num_list > li {
  position: relative;
  padding-left: 20px;
}
.num_list > li + li {
  margin-top: 7px;
}
.num_list > li > span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  background: #00aaa0;
  border-radius: 50%;
}
.num_list > li ul {
  margin-top: 5px;
}
.num_list > li ul > li + li {
  margin-top: 3px;
}

.achieve_list > li {
  position: relative;
}
.achieve_list > li + li {
  margin-top: 15px;
}
.achieve_list > li > span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.link_box {
  border: 1px solid #d9d9d9;
  padding: 15px 17px 20px;
}
.link_box .img {
  display: none;
}
.link_box .txt strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.greeting_con .top {
  background: 0 0 no-repeat;
  /* background-image: url("../images/bg_greeting_m.jpg"); */
  background-size: 100%;
  padding: 65% 0 0 20px;
}
.greeting_con .top .slogan {
  padding: 15px 25px;
  min-height: 171px;
  background: 100% 100%/cover no-repeat;
  /* background-image: url("../images/bg_slogan_m.jpg"); */
  color: #e7bcbc;
}
.greeting_con .greeting_imgae .img_mo{
  width: 100%;
  display: block;
}
.greeting_con .greeting_imgae .img_pc{
  display: none;
}

.greeting_con .top .slogan strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.greeting_con .top .slogan span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  opacity: 0.5;
}
.greeting_con .txt {
  margin-top: 16px;
}
.greeting_con .txt p + p {
  margin-top: 9px;
}

.profile_con {
  padding-top: 44.2%;
  background: 0 0/100% no-repeat;
  background-image: url("../images/bg_profile_m.jpg");
}
.profile_con > div {
  padding: 10px 0 0 57px;
  background: 0 0/45px no-repeat;
  margin-top: 17px;
}
.profile_con > div:not(:last-child) {
  position: relative;
  margin-bottom: 20px;
}
.profile_con > div:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  height: calc(100% + 20px);
  width: 1px;
  background: #d9d9d9;
  z-index: -1;
}
.profile_con > div.profile01 {
  background-image: url("../images/ico_profile01.png");
}
.profile_con > div.profile01 strong {
  color: #2471ac;
}
.profile_con > div.profile02 {
  background-image: url("../images/ico_profile02.png");
}
.profile_con > div.profile02 strong {
  color: #00aaa0;
}
.profile_con > div strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.profile_con > div ul {
  display: table;
  width: 100%;
  border-spacing: 0 7px;
  margin: -7px 0;
}
.profile_con > div ul > li {
  display: table-row;
}
.profile_con > div ul > li > * {
  display: table-cell;
}
.profile_con > div ul > li span {
  padding-right: 15px;
  color: #222;
  font-weight: 500;
  white-space: nowrap;
  width: 1%;
}

.list_busi_village > li {
  margin-top: 15px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.list_busi_village > li.bg01 .tit {
  background-image: url("../images/img_village01.jpg");
}
.list_busi_village > li.bg02 .tit {
  background-image: url("../images/img_village02.jpg");
}
.list_busi_village > li.bg03 .tit {
  background-image: url("../images/img_village03.jpg");
}
.list_busi_village > li.bg04 .tit {
  background-image: url("../images/img_village04.jpg");
}
.list_busi_village > li.bg05 .tit {
  background-image: url("../images/img_village05.jpg");
}
.list_busi_village > li.bg06 .tit {
  background-image: url("../images/img_village06.jpg");
}
.list_busi_village > li.bg07 .tit {
  background-image: url("../images/img_village07.jpg");
}
.list_busi_village > li.bg08 .tit {
  background-image: url("../images/img_village08.jpg");
}
.list_busi_village > li:nth-child(even) .tit strong {
  background: #00aaa0;
}
.list_busi_village > li .tit {
  position: relative;
  height: 0;
  padding-bottom: 42.7%;
  background: 50% 0/cover no-repeat;
}
.list_busi_village > li .tit strong {
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 192px;
  padding: 11px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #2471ac;
  border-radius: 0 15px 0 0;
}
.list_busi_village > li .txt {
  background: #f6f6f6;
  padding: 35px 15px 14px;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 1px;
}
.list_busi_village.task > li.bg01 .tit {
  background-image: url("../images/img_task03_m.jpg");
}
.list_busi_village.task > li.bg02 .tit {
  background-image: url("../images/img_task04_m.jpg");
}
.list_busi_village.task > li.bg03 .tit {
  background-image: url("../images/img_task05_m.jpg");
}
.list_busi_village.task > li.bg04 .tit {
  background-image: url("../images/img_task06_m.jpg");
}
.list_busi_village.task > li.bg05 .tit {
  background-image: url("../images/img_task07_m.jpg");
}
.list_busi_village.task > li.bg06 .tit {
  background-image: url("../images/img_task08_m.jpg");
}
.list_busi_village.task > li.bg07 .tit {
  background-image: url("../images/img_task09_m.jpg");
}

.btn_arrow {
  padding: 0 16px;
}
.btn_arrow:after {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/ico_btn_arrow.png") 0 0/100% no-repeat;
}

.list_character {
  margin: -5px 0 0 -15px;
}
.list_character:after {
  content: "";
  display: block;
  clear: both;
}
.list_character > li {
  float: left;
  width: calc(50% - 15px);
  border: 1px solid #d9d9d9;
  margin: 15px 0 0 15px;
}
.list_character > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #fff 50% 50% no-repeat;
}
.list_character > li.bg01:before {
  background-image: url("../images/ico_fiparang01.png");
  background-size: 63px;
}
.list_character > li.bg02:before {
  background-image: url("../images/ico_fiparang02.png");
  background-size: 83px;
}
.list_character > li.bg03:before {
  background-image: url("../images/ico_fiparang03.png");
  background-size: 68px;
}
.list_character > li.bg04:before {
  background-image: url("../images/ico_fiparang04.png");
  background-size: 59px;
}
.list_character > li.bg05:before {
  background-image: url("../images/ico_fiparang05.png");
  background-size: 129px;
}
.list_character > li.bg06:before {
  background-image: url("../images/ico_fiparang06.png");
  background-size: 73px;
}
.list_character > li .txt {
  padding: 11px 15px;
  background: #f6f6f6;
  text-align: center;
}
.list_character > li .txt strong {
  display: block;
  font-weight: 400;
  color: #222;
  margin-bottom: 4px;
}

.list_task_poligon > li {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
}
.list_task_poligon > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  height: 60px;
  background: 0 0/100% no-repeat;
}
.list_task_poligon > li .txt {
  border: 1px solid #d9d9d9;
  padding: 43px 17px 18px;
}
.list_task_poligon > li .txt strong {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 9px;
}
.list_task_poligon > li:first-child {
  margin-top: 0;
}
.list_task_poligon > li.bg01:before {
  background-image: url("../images/ico_task01.png");
}
.list_task_poligon > li.bg02:before {
  background-image: url("../images/ico_task02.png");
}
.list_task_poligon > li.bg03:before {
  background-image: url("../images/ico_task03.png");
}

.task_box > div {
  background: calc(100% - 17px) calc(100% - 20px) no-repeat;
  color: #fff;
  padding: 20px 17px;
}
.task_box > div > strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9px;
}
.task_box > div.bg01 {
  background-color: #203d5a;
  background-size: 34px;
  background-image: url("../images/ico_task04.png");
}
.task_box > div.bg02 {
  background-color: #00aaa0;
  background-size: 40px;
  background-image: url("../images/ico_task05.png");
}
.task_box > div + div {
  margin-top: 15px;
}

.site_map > .site_map_box {
  padding: 25px 0;
}
.site_map > .site_map_box:first-child {
  padding-top: 0;
}
.site_map > .site_map_box:last-child {
  padding-bottom: 0;
}
.site_map > .site_map_box + .site_map_box {
  border-top: 1px solid #d9d9d9;
}
.site_map > .site_map_box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
}
.site_map > .site_map_box h4:before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 60px;
  margin-right: 14px;
  background: 0 0/100% no-repeat;
}
.site_map > .site_map_box h4.bg01:before {
  background-image: url("../images/bg_sitemap01.png");
}
.site_map > .site_map_box h4.bg02:before {
  background-image: url("../images/bg_sitemap02.png");
}
.site_map > .site_map_box h4.bg03:before {
  background-image: url("../images/bg_sitemap03.png");
}
.site_map > .site_map_box h4.bg04:before {
  background-image: url("../images/bg_sitemap04.png");
}
.site_map > .site_map_box h4.bg05:before {
  background-image: url("../images/bg_sitemap05.png");
}
.site_map > .site_map_box h4.bg06:before {
  background-image: url("../images/bg_sitemap06.png");
}
.site_map > .site_map_box h4.bg07:before {
  background-image: url("../images/bg_sitemap07.png");
}
.site_map > .site_map_box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0 -15px;
}
.site_map > .site_map_box > ul > li {
  width: calc(50% - 15px);
  margin: 20px 0 0 15px;
}
.site_map > .site_map_box > ul > li h5 > a {
  display: block;
  min-height: 43px;
  font-weight: 500;
  color: #222;
  padding: 12px 13px;
  background: #e2f2f9;
  border-radius: 0 20px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.site_map > .site_map_box > ul > li > ul {
  padding: 12px 9px 0 13px;
}
.site_map > .site_map_box > ul > li > ul > li:hover > a {
  color: #222;
  font-weight: 400;
}
.site_map > .site_map_box > ul > li:hover h5 > a {
  background: #2471ac;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.vision_top_txt {
  text-align: center;
}
.vision_top_txt .vision_logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
  height: 165px;
  text-align: center;
  border-radius: 50%;
  padding: 16px;
  background: url("../images/bg_vision_logo.png") 0 0/100% no-repeat;
  margin-bottom: 40px;
}
.vision_top_txt .vision_logo:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 30px;
  background: url("../images/bg_vision_logo02.png") 0 0/100% no-repeat;
}
.vision_top_txt .vision_logo > strong {
  display: block;
  font-size: 15px;
  color: #222;
}
.vision_top_txt .vision_logo > strong:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 57px;
  height: 31px;
  background: url("../images/img_logo_vision.png") 0 0/100% no-repeat;
}
.vision_top_txt > p {
  font-size: 17px;
  font-weight: 600;
  color: #222;
}

.vision_tit {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.vision_tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.vision_tit strong {
  position: relative;
  display: inline-block;
  min-width: 144px;
  padding: 11px 20px;
  background: #203d5a;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 25px;
}
.vision_tit strong:before, .vision_tit strong:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.vision_tit strong:before {
  left: 7px;
}
.vision_tit strong:after {
  right: 7px;
}

.vision_keyword > div {
  margin-top: 20px;
}
.vision_keyword > div > strong {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background: 0 0/100% no-repeat;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.vision_keyword > div > strong:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 1px;
  height: 25px;
  background: #d9d9d9;
}
.vision_keyword > div > strong.bg01 {
  background-image: url("../images/bg_vision_tit01.png");
}
.vision_keyword > div > strong.bg02 {
  background-image: url("../images/bg_vision_tit02.png");
}
.vision_keyword > div > strong.bg03 {
  background-image: url("../images/bg_vision_tit03.png");
}
.vision_keyword > div .con .tit {
  position: relative;
  padding: 7px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.vision_keyword > div .con .tit:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vision_keyword > div .con .tit.bg_green:before {
  background: #00aaa0;
}
.vision_keyword > div .con .tit.bg_blue:before {
  background: #2471ac;
}
.vision_keyword > div .con .tit.bg_purple:before {
  background: #8860c9;
}
.vision_keyword > div .con > ul {
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  border-top: 0;
  padding: 13px 17px;
  font-weight: 400;
  color: #222;
}
.vision_keyword > div .con > ul > li + li {
  margin-top: 6px;
}

.bg_purple {
  background: #8860c9;
}

.vision_task > ul {
  margin-top: 20px;
}
.vision_task > ul > li {
  border: 1px solid #d9d9d9;
}
.vision_task > ul > li + li {
  margin-top: 15px;
}
.vision_task > ul > li .tit {
  padding: 11px 17px;
}
.vision_task > ul > li .tit > span {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}
.vision_task > ul > li .tit > strong {
  display: block;
  font-size: 14px;
  color: #222;
}
.vision_task > ul > li .con {
  padding: 14px 17px;
}
.vision_task > ul.task01 .tit {
  background: #dff1f0;
}
.vision_task > ul.task01 .tit span {
  color: #007871;
}
.vision_task > ul.task02 .tit {
  background: #e2f2f9;
}
.vision_task > ul.task02 .tit span {
  color: #2471ac;
}
.vision_task > ul.task03 .tit {
  background: #f2eef8;
}
.vision_task > ul.task03 .tit span {
  color: #8860c9;
}

@media all and (min-width: 1137px), print {
  .section + .section {
    margin-top: 50px;
  }
  .tit01 {
    padding-left: 23px;
    font-size: 22px;
    margin-bottom: 25px;
  }
  .tit01:before {
    width: 17px;
    height: 20px;
  }
  .list_square > li {
    padding-left: 9px;
  }
  .list_square > li:not(:first-child) {
    margin-top: 10px;
  }
  .list_square > li:before {
    top: 11px;
    width: 4px;
    height: 4px;
  }
  .list_square > li > ul {
    margin-top: 9px;
  }
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
  }
  .tab > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0;
  }
  .tab > li:not(:last-child) {
    border-right: 1px solid #d9d9d9;
  }
  .tab > li > a {
    line-height: 54px;
    font-size: 17px;
  }
  .tab > li > a:focus {
    outline: 2px dotted red;
  }
  .tab.tab_type2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0;
    border-right: 0;
  }
  .tab.tab_type2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    width: 25%;
    border-bottom: 1px solid #d9d9d9;
  }
  .tab.tab_type2 > li:last-child {
    border-right: 1px solid #d9d9d9;
  }
  .table {
    border-top: 2px solid #222;
  }
  .table th {
    padding: 15px;
  }
  .table tbody tr.txt_c td {
    padding: 15px;
  }
  .table tbody td {
    padding: 15px 20px;
  }
  .board_box {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 21px 24px;
  }
  .board_box > div {
    display: table-cell;
    vertical-align: middle;
  }
  .board_box + .board_box {
    margin-top: 20px;
  }
  .board_box .cate {
    display: table-cell;
    width: 74px;
    min-width: auto;
    background: transparent;
    padding: 0 25px 0 0;
    line-height: 1.5;
    border-right: 1px dashed #ccc;
  }
  .board_box .cate span {
    font-size: 16px;
  }
  .board_box .cate strong {
    display: block;
    font-size: 18px;
    word-break: break-all;
  }
  .board_box .cate.cate_notice {
    font-size: 0;
    background: transparent;
  }
  .board_box .cate.cate_notice:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 0;
    vertical-align: middle;
    background: url("../images/ico_important.png") 0 0/100% no-repeat;
  }
  .board_box .txt {
    padding: 5px 0 5px 25px;
  }
  .board_box .txt .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .board_box .txt .tit > a,
  .board_box .txt .tit > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 19px;
  }
  .board_box .txt .tit .post_new {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .board_box .txt .list_square > li {
    float: left;
    width: auto;
    margin-right: 20px;
    margin-top: 0;
  }
  .board_box .txt .con {
    margin-bottom: 11px;
  }
  .board_box.non {
    padding: 25px 25px 25px 92px;
    background-position: 15px 32px;
    background-size: 48px;
  }
  .board_box.non strong {
    font-size: 19px;
  }
  .list_card_img {
    border-top: 2px solid #222;
  }
  .list_card_img .board_box + .board_box {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
  }
  .list_card_img .board_box .img {
    display: table-cell;
    width: 220px;
    border: 1px solid #d9d9d9;
  }
  .list_card_img .board_box .img > a {
    display: block;
    overflow: hidden;
    height: 134px;
  }
  .list_card_img .board_box .img img {
    width: 100%;
    height: 134px;
  }
  .list_card_img .board_box .txt {
    padding: 9px 25px;
  }
  .list_card_img.map_list .board_box > div {
    vertical-align: top;
  }
  .list_card_img.map_list .board_box > div > img {
    width: 218px;
    height: 134px;
  }
  .list_card_img.map_list .board_box .list_square {
    padding-right: 120px;
    margin-bottom: -7px;
  }
  .list_card_img.map_list .board_box .list_square > li {
    margin-bottom: 7px;
  }
  .list_card_img.map_list .board_box .list_square > li.w100 {
    width: auto;
  }
  .post_new {
    vertical-align: -3px;
    width: 22px;
    height: 22px;
    margin-left: 6px;
  }
  .view_wrap .view_con {
    padding: 34px 25px 32px;
  }
  .view_wrap .view_file {
    position: relative;
    border-top: 1px solid #d9d9d9;
    padding: 17px 17px 17px 102px;
  }
  .view_wrap .view_file strong {
    top: 19px;
    left: 24px;
  }
  .view_tit {
    padding: 26px 25px;
  }
  .view_tit strong {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .view_tit .list_square > li {
    width: auto;
    margin-top: 0;
    margin-right: 20px;
  }
  .view_add_file > li {
    padding-left: 40px;
    line-height: 30px;
  }
  .view_add_file > li:before {
    width: 30px;
    height: 30px;
  }
  .view_add_file > li > a {
    margin-left: 5px;
  }
  .btn_wrap {
    margin-top: 30px;
  }
  .btn {
    min-width: 89px;
    padding: 0 30px;
    line-height: 56px;
    font-size: 17px;
  }
  .btn + .btn {
    margin-left: 15px;
  }
  .btn.md {
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
    font-size: 16px;
  }
  .youtube_con:after {
    content: "";
    display: block;
    clear: both;
  }
  .youtube_con .video {
    position: relative;
    float: left;
    width: 720px;
    height: 0;
    padding-bottom: 37.86%;
  }
  .youtube_con .video > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
  }
  .youtube_con .txt {
    float: left;
    width: calc(100% - 740px);
    padding: 20px 40px 20px 24px;
    height: 405px;
    margin: 0 0 0 20px;
  }
  .layer_popup_box .popup .popup_head {
    padding: 18px 80px 18px 25px;
  }
  .layer_popup_box .popup .popup_head .popup_tit {
    font-size: 24px;
  }
  .layer_popup_box .popup .popup_content {
    max-height: calc(100vh - 240px);
    padding: 40px 25px 0;
  }
  .layer_popup_box .popup .popup_content:after {
    height: 40px;
  }
  .layer_popup_box .popup .btn_popup_close {
    width: 72px;
    height: 72px;
    background-size: auto;
  }
  .layer_popup_box .popup > .popup_size_540 {
    width: 540px;
  }
  .layer_popup_box .popup > .popup_size_720 {
    width: 720px;
  }
  .top_info_box {
    min-height: 158px;
    border-radius: 20px 20px 0 0;
    padding: 34px 35px 34px 150px;
    background: 30px 30px/auto no-repeat;
  }
  .top_info_box .tit {
    font-size: 17px;
    margin-bottom: 9px;
  }
  .top_info_box:before {
    height: calc(100% - 80px);
  }
  .top_info_box.bg_info01 {
    background-image: url("../images/bg_info01.png");
  }
  .top_info_box.bg_monitor01 {
    background-image: url("../images/bg_monitor01.png");
  }
  .top_info_box.bg_anonymous {
    background-image: url("../images/bg_anonymous.png");
  }
  .top_info_box.bg_info_free01 {
    background-image: url("../images/bg_info_free01.png");
  }
  .top_info_box.bg_parti01 {
    background-image: url("../images/bg_parti01.png");
  }
  .top_info_box.bg_info_ethics01 {
    background-image: url("../images/bg_info_ethics01.png");
  }
  .top_info_box.bg_info_manage01 {
    background-image: url("../images/bg_info_manage01.png");
  }
  .top_info_box.bg_info_human01 {
    background-image: url("../images/bg_info_human01.png");
  }
  .board_write.default_th .div_th {
    width: 152px;
    min-width: 152px;
  }
  .board_write .row .div_th {
    padding: 15px 23px;
  }
  .board_write .row .div_td {
    padding: 7px 20px;
  }
  .board_write .row .txt_td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .board_write .row .cell_div {
    display: table-cell;
    vertical-align: top;
  }
  .board_write .row .cell_div .div_th {
    vertical-align: middle;
  }
  .board_write .row .cell_div .div_td {
    width: 100vw;
  }
  .board_write .row .cell_div:not(:last-child) {
    border-bottom: 0;
  }
  .board_write .row .cell_div:last-child .div_th {
    border-left: 1px solid #d7d7d7;
  }
  .board_write .row .view_txt {
    padding: 25px 30px 50px;
  }
  .board_write .b_txt {
    padding: 30px;
  }
  .group_write {
    display: inline-block;
    margin-top: 0;
  }
  .group_write > input[type=text] {
    width: 300px;
  }
  .group_write > span {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .year_inp {
    margin-right: 5px;
  }
  .year_inp > input {
    width: 110px;
    margin-right: 4px;
  }
  .mon_day_inp > input {
    width: 70px;
    margin-right: 4px;
  }
  .mon_day_inp + .mon_day_inp {
    margin-left: 5px;
  }
  .date_select:first-child {
    margin: 0 10px 0 0;
  }
  .date_select .date-inp {
    width: 134px;
  }
  .date_select select {
    width: 87px;
    padding-right: 33px;
  }
  .email_inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .email_inp .email_inp1 {
    width: 260px;
    margin-right: 7px;
  }
  .email_inp .email_inp2 {
    width: 193px;
    margin-left: 7px;
  }
  .email_inp .wr1,
  .email_inp .wr2 {
    display: inline-block;
  }
  .email_inp .wr2 {
    margin: 0 0 0 5px;
  }
  .email_inp .wr2 > select {
    width: 193px;
  }
  .inp_default {
    width: 300px;
  }
  .addr_inp .addr1 {
    width: 400px;
    margin-right: 2px;
  }
  .addr_inp .addr2 {
    width: 350px;
  }
  .input_tel_box {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
  }
  .input_tel_box > span {
    width: 110px;
    margin: 0 24px 0 0;
  }
  .input_tel_box > span:last-child {
    margin-right: 0;
  }
  .input_tel_box > span:nth-child(1):before, .input_tel_box > span:nth-child(2):before {
    top: 10px;
    right: -15px;
  }
  .tbl_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 21px;
  }
  .tbl_tit .l_con {
    margin-right: auto;
  }
  .tbl_tit .r_con {
    margin: 0 0 0 auto;
  }
  .list_pic_news {
    border-top: 2px solid #222;
    padding: 25px 0;
  }
  .list_pic_news .video_badge {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .list_pic_news > ul {
    margin-top: -40px;
    margin-left: -32px;
  }
  .list_pic_news > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .list_pic_news > ul > li {
    float: left;
    width: calc(33.3333333333% - 32px);
    margin-top: 40px;
    margin-left: 32px;
  }
  .list_pic_news > ul > li:first-child {
    margin-top: 40px;
  }
  .list_pic_news > ul > li .img {
    height: 198px;
  }
  .list_pic_news > ul > li .img img {
    height: 198px;
  }
  .list_pic_news > ul > li .txt {
    margin-top: 18px;
  }
  .list_pic_news > ul > li .txt .tit {
    margin-bottom: 6px;
  }
  .list_pic_news > ul > li .txt .tit a {
    font-size: 19px;
  }
  .list_pic_news > ul > li .txt .info span:not(:first-child) {
    margin-left: 25px;
  }
  .list_pic_news > ul > li .txt .info span:not(:first-child):after {
    left: -13px;
    margin-top: -7px;
    height: 14px;
  }
  .list_pic_news > ul > li .txt .info span.time:before {
    margin-right: 7px;
    width: 16px;
    height: 16px;
  }
  .list_busi_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .list_busi_info > div {
    width: calc(50% - 20px);
    padding: 142px 24px 30px;
    background: 30px 30px/auto no-repeat;
    margin-top: 20px;
    margin-left: 20px;
  }
  .list_busi_info > div:first-child {
    margin-top: 20px;
  }
  .list_busi_info > div .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .list_busi_info > div.bg_info_fishing03 {
    background-image: url("../images/bg_info_fishing03.png");
  }
  .list_busi_info.list_row {
    margin: -20px 0 0 0;
  }
  .list_busi_info.list_row > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: none;
    width: 100%;
    min-height: 162px;
    margin: 20px 0 0 0;
    padding: 30px 25px 30px 149px;
  }
  .list_busi_info.list_row > div.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_busi_info.list_row > div.link .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .list_busi_info.list_busi_bor > div {
    padding: 30px 20px 30px 327px;
  }
  .list_brochure {
    margin: -30px 0 0 -30px;
  }
  .list_brochure:after {
    content: "";
    display: block;
    clear: both;
  }
  .list_brochure > li {
    float: left;
    width: calc(50% - 30px);
    padding: 24px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .list_brochure > li:first-child {
    margin-top: 30px;
  }
  .list_brochure > li .l {
    width: 170px;
  }
  .list_brochure > li .l > img {
    width: 100%;
    height: 230px;
  }
  .list_brochure > li .r {
    margin-left: 25px;
    padding-bottom: 50px;
  }
  .list_tit_wrap .tit {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .list_tit_wrap .info span {
    font-size: 16px;
  }
  .list_tit_wrap .info span:not(:first-child) {
    margin-left: 32px;
  }
  .list_tit_wrap .info span:not(:first-child):after {
    margin-top: -7px;
    left: -16px;
    height: 14px;
  }
  .list_tit_wrap .info span.time:before {
    width: 16px;
    height: 16px;
    margin-right: 9px;
  }
  .btn_download {
    line-height: 44px;
    padding: 0 20px;
  }
  .btn_download_sabo {
    min-width: 85px;
    padding: 0 10px;
  }
  .btn_download:before {
    width: 15px;
    height: 13px;
    margin-right: 10px;
  }
  .contest_top_info {
    background-image: url("../images/bg_contest.jpg");
    background-size: auto;
    padding: 44px 420px 50px 30px;
    margin-bottom: 40px;
  }
  .contest_top_info .tit {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .contest_top_info .inp_box {
    width: 323px;
  }
  .contest_top_info .inp_box .btn {
    line-height: 44px;
    padding: 0 15px;
  }
  .list_contest {
    margin: -30px -32px 0 0;
    display: block;
  }
  .list_contest:after {
    content: "";
    display: block;
    clear: both;
  }
  .list_contest > li {
    float: left;
    width: calc(33.3333333333% - 32px);
    height: 274px;
    padding: 30px 55px 20px;
    margin-top: 30px !important;
    margin-right: 32px !important;
  }
  .list_contest > li.grand_prize {
    width: 736px;
    height: 578px;
  }
  .list_contest > li.grand_prize:before {
    height: 186px;
  }
  .list_contest > li.grand_prize button,
  .list_contest > li.grand_prize a {
    margin: 0 auto 36px;
  }
  .list_contest > li.grand_prize .btn_youtube_thumb:before {
    width: 70px;
    height: 70px;
  }
  .list_contest > li.grand_prize strong {
    font-size: 19px;
    margin-bottom: 9px;
  }
  .list_contest > li .badge_cate {
    right: 10px;
    width: 63px;
    height: 71px;
    padding: 34px 10px 10px;
  }
  .list_contest > li .badge_cate.badge01 {
    width: 79px;
    height: 90px;
    font-size: 17px;
    padding-top: 45px;
    background-image: url("../images/bg_badge01.png");
  }
  .list_contest > li .badge_cate.badge02 {
    background-image: url("../images/bg_badge02.png");
  }
  .list_contest > li .badge_cate.badge03 {
    background-image: url("../images/bg_badge03.png");
  }
  .list_contest > li button,
  .list_contest > li a {
    margin: 0 auto 13px;
  }
  .list_contest > li .btn_youtube_thumb:before {
    width: 40px;
    height: 40px;
    background-image: url("../images/ico_contest_youtube.png");
  }
  .list_contest > li strong {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .busi_info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .busi_info_box > div {
    width: calc(33.3333333333% - 20px);
    padding: 150px 30px 30px;
    background: 50% 30px/101px no-repeat;
  }
  .busi_info_box > div strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .busi_info_box > div + div {
    margin-top: 0;
    margin-left: 20px;
  }
  .contact_person {
    padding: 16px 20px 16px 76px;
  }
  .contact_person:before {
    width: 57px;
    background-size: auto;
  }
  .tit02 {
    padding-left: 17px;
    font-size: 18px;
    margin-bottom: 13px;
  }
  .tit02:before {
    top: 5px;
    width: 12px;
    height: 8px;
  }
  .sub_section + .sub_section {
    margin-top: 35px;
  }
  .txt_default {
    font-size: 16px;
  }
  .list_arr > li {
    padding-left: 10px;
  }
  .list_arr > li:before {
    top: 10px;
    width: 4px;
    height: 7px;
  }
  .list_arr > li + li {
    margin-top: 7px;
  }
  .search_board.select02 .select_wrap {
    display: inline-block;
    margin-bottom: 0;
  }
  .search_board.select02 .select_wrap .select_box {
    margin-left: 0;
  }
  .search_board.select02 .select_wrap .select_box + .select_box {
    margin-left: 0;
  }
  .search_board.select02 .inr .input_box {
    width: auto;
  }
  .search_board.select02.lg .inr select {
    min-width: 170px;
  }
  .search_board.select02.lg .inr .input_box input[type=text] {
    width: 400px;
  }
  .board_top.board_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .post_category {
    width: auto;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .post_category button {
    padding: 0 20px;
    line-height: 42px;
  }
  .post_category button:before {
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
  .list_opinion_offer {
    margin: -30px 0 0 -32px;
  }
  .list_opinion_offer:after {
    content: "";
    display: block;
    clear: both;
  }
  .list_opinion_offer > li {
    float: left;
    width: calc(33.3333333333% - 32px);
    margin-top: 30px;
    margin-left: 32px;
  }
  .list_opinion_offer > li:first-child {
    margin-top: 30px;
  }
  .list_opinion_offer > li .cate {
    padding: 11px 20px;
  }
  .list_opinion_offer > li .txt {
    padding: 65px 30px 24px;
  }
  .list_opinion_offer > li .txt strong {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .list_opinion_offer > li .btm {
    padding: 14px 20px;
  }
  .list_opinion_offer > li .btm > div:not(:first-child) {
    margin-left: 15px;
  }
  .list_opinion_offer > li .btm > div:before {
    width: 17px;
    height: 14px;
  }
  .list_opinion_offer > li .btm > div.post_like:before {
    width: 16px;
  }
  .view_like {
    margin-top: 40px;
  }
  .view_like > button {
    padding: 15px 30px;
    font-size: 17px;
  }
  .view_like > button:before {
    width: 18px;
    height: 16px;
    margin-right: 8px;
  }
  .comment_input_box {
    padding: 25px 25px 23px;
  }
  .comment_input_box .txt_box > textarea {
    height: 82px;
  }
  .comment_input_box .txt_box > button {
    width: 90px;
    text-align: center;
    padding: 14px 20px;
    font-size: 17px;
    line-height: 27px;
    margin-left: 5px;
  }
  .comment_top {
    margin-bottom: 25px;
  }
  .comment_align > button:not(:first-child) {
    margin-left: 24px;
  }
  .comment_align > button:not(:first-child):before {
    margin-top: -6px;
    left: -15px;
    height: 14px;
  }
  .comment_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 25px;
    min-height: 106px;
  }
  .comment_box .l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .comment_box .l .info {
    margin-bottom: 4px;
  }
  .comment_box .l .info > span:not(:first-child) {
    margin-left: 26px;
  }
  .comment_box .l .info > span:not(:first-child):before {
    margin-top: -7px;
    left: -15px;
    height: 14px;
  }
  .comment_box .r {
    margin-top: 0;
  }
  .comment_box + .comment_box {
    margin-top: 20px;
  }
  .comment_box.non {
    display: block;
    padding: 25px 25px 25px 85px;
    background-position: 25px 50%;
    background-size: 40px;
  }
  .btn_like {
    width: 36px;
    height: 36px;
    background-size: 14px;
  }
  .board_btn {
    min-width: auto;
  }
  .tbl_select_box > span {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 200px;
  }
  .tbl_select_box > span:not(:first-child) {
    margin-left: 5px;
  }
  .list_busi_step {
    padding-left: 125px;
  }
  .list_busi_step:before {
    left: 49px;
    width: 2px;
  }
  .list_busi_step > li {
    padding: 40px 0;
  }
  .list_busi_step > li:last-child:after {
    left: -125px;
    width: 125px;
    height: calc(100% - 125px);
  }
  .list_busi_step > li:before {
    top: 40px;
    left: -125px;
    width: 100px;
    height: 125px;
  }
  .list_busi_step > li > span {
    line-height: 26px;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 14px;
  }
  .list_busi_step > li > strong {
    margin-bottom: 7px;
    font-size: 18px;
  }
  .board_write.th_lg .div_th {
    width: 178px;
    min-width: 178px;
  }
  .map_view_box .map_popup {
    position: absolute;
    top: 5px;
    left: 0;
    right: 160px;
    width: 520px;
    padding: 15px 25px 30px;
  }
  .map_view_box .map_popup .btn_close {
    width: 68px;
    height: 59px;
    background-size: auto;
  }
  .map_view_box .map_popup .tit {
    font-size: 19px;
    margin-bottom: 30px;
    padding: 0 45px 15px 0;
  }
  .map_view_box .map_popup .con:after {
    content: "";
    display: block;
    clear: both;
  }
  .map_view_box .map_popup .con > div {
    float: left;
  }
  .map_view_box .map_popup .img {
    display: block;
    width: 220px;
  }
  .map_view_box .map_popup .img img {
    width: 100%;
  }
  .map_view_box .map_popup .txt {
    width: calc(100% - 240px);
    margin-left: 20px;
  }
  .map_view_box .map_pin {
    right: 112px;
    top: 178px;
    width: 34px;
    height: 46px;
  }
  .list_website {
    margin: -30px 0 0 -32px;
  }
  .list_website:after {
    content: "";
    display: block;
    clear: both;
  }
  .list_website > li {
    width: calc(33.3333333333% - 32px);
    float: left;
    margin-top: 30px;
    margin-left: 32px;
  }
  .list_website > li:first-child {
    margin-top: 30px;
  }
  .list_website > li .img {
    height: 120px;
    overflow: hidden;
    padding: 0 26px;
  }
  .list_website > li .txt {
    margin: 0 25px;
    padding: 20px 0 18px;
  }
  .list_website > li .txt > span {
    margin-bottom: 4px;
  }
  .list_website > li .txt > strong {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .list_website > li .btn_link {
    line-height: 43px;
  }
  .btn_link {
    line-height: 44px;
    padding: 0 16px;
    font-size: 16px;
  }
  .btn_link:after {
    vertical-align: -2px;
    margin-left: 8px;
    width: 16px;
    height: 16px;
  }
  .address_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .address_box > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 20px 30px 22px 93px;
  }
  .address_box > div > strong {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .address_box > div > strong:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    margin-right: 0;
    width: 44px;
    height: 44px;
  }
  .address_box > div + div {
    border-top: 0;
    border-left: 1px solid #d9d9d9;
  }
  .address_box > div > span {
    display: none;
  }
  .subway_line {
    min-width: 85px;
    line-height: 30px;
    margin-bottom: 4px;
    border-radius: 20px;
    font-size: 15px;
  }
  .subway_out {
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 16px;
  }
  .service_con .service_txt li p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service_btm {
    margin-top: 33px;
  }
  .service_btm > strong {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .btn_img_size {
    display: none;
  }
  .list_staff_chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .list_staff_chart > li {
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-left: 20px;
    padding: 22px 25px;
  }
  .list_staff_chart > li:first-child {
    margin-top: 20px;
  }
  .list_staff_chart > li > strong {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 19px;
  }
  .list_staff_chart > li .list_square > li:not(:first-child) {
    margin-top: 5px;
  }
  .slider_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .slider_wrap > div {
    float: left;
  }
  .busi_data_slider.swiper-container {
    width: 860px;
  }
  .busi_data_slider.swiper-container ul > li .img {
    height: 530px;
    padding-bottom: 0;
  }
  .busi_data_slider.swiper-container ul > li .txt {
    padding: 15px 20px;
    font-size: 17px;
  }
  .busi_thumb_slider.swiper-container {
    width: calc(100% - 880px);
    height: 530px;
    margin: 0 0 0 20px;
    padding: 0 0 56px;
  }
  .busi_thumb_slider.swiper-container ul > li.swiper-slide-active:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 3px;
  }
  .busi_thumb_slider.swiper-container ul > li .img {
    height: 100%;
    padding-bottom: 0;
  }
  .busi_thumb_slider.swiper-container ul > li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .busi_thumb_slider.swiper-container .swiper-button {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 50%;
    height: 41px;
    background-size: auto;
    z-index: 1;
  }
  .busi_thumb_slider.swiper-container .swiper-button.swiper-prev {
    left: 0;
    background-image: url("../images/btn_prev.png");
  }
  .busi_thumb_slider.swiper-container .swiper-button.swiper-next {
    border-left: 0;
    right: 0;
    background-image: url("../images/btn_next.png");
  }
  .manage_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .manage_cont > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .manage_cont > div + div {
    margin: 0 0 0 20px;
  }
  .manage_box + .manage_box {
    margin-top: 20px;
  }
  .manage_box .tit {
    width: calc(100% - 20px);
    padding: 15px 25px;
    font-size: 18px;
  }
  .manage_box .list_square {
    margin-top: -29px;
    padding: 47px 25px 22px;
  }
  .list_report_data {
    margin: -32px 0 0 -32px;
  }
  .list_report_data > li {
    width: calc(25% - 32px);
    margin-left: 32px;
    margin-top: 32px;
  }
  .list_report_data > li .tit {
    height: 70px;
    padding: 0 20px;
  }
  .terms_tab {
    margin: -10px 0 40px -12px;
  }
  .terms_tab > a {
    width: calc(25% - 12px);
    margin: 10px 0 0 12px;
    border-radius: 10px;
    padding: 20px 25px;
  }
  .terms_tab > a > strong {
    font-size: 17px;
    margin-top: 5px;
  }
  .terms_tab > a.active {
    background-position: calc(100% - 25px) 50%;
    background-size: auto;
  }
  .terms_box + .terms_box {
    margin-top: 45px;
  }
  .terms_box .tit {
    padding: 19px 20px;
    font-size: 22px;
    border-radius: 0 0 15px 0;
    margin-bottom: 34px;
  }
  .terms_box .txt + .txt {
    margin-top: 29px;
  }
  .terms_box h5 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .num_list > li {
    padding-left: 28px;
  }
  .num_list > li + li {
    margin-top: 12px;
  }
  .num_list > li > span {
    top: 1px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    font-size: 14px;
  }
  .num_list > li ul {
    margin-top: 7px;
  }
  .num_list > li ul > li + li {
    margin-top: 5px;
  }
  .achieve_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .achieve_list > li + li {
    margin: 0 0 0 20px;
  }
  .achieve_list > li > span {
    padding: 17px 15px;
    font-size: 18px;
  }
  .link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 25px 20px;
  }
  .link_box .img {
    display: block;
    padding-right: 24px;
  }
  .link_box .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px dashed #ccc;
    padding: 7px 25px 7px 25px;
  }
  .link_box .txt strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .link_box > a {
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .greeting_con .top {
    /* background-image: url("../images/bg_greeting.jpg"); */
    background-position: 0 100%;
    padding: 30px 40px 0 0;
    height: 350px;
    text-align: right;
  }
  .greeting_con .greeting_imgae .img_mo{
    display: none;
  }
  .greeting_con .greeting_imgae .img_pc{
    display: block;
  }
  .greeting_con .top .slogan {
    display: inline-block;
    text-align: left;
    width: 600px;
    min-height: 200px;
    padding: 33px 34px;
    background-image: url("../images/bg_slogan.jpg");
    margin-top: -30px;
  }
  .greeting_con .top .slogan strong {
    font-size: 24px;
  }
  .greeting_con .top .slogan span {
    margin-top: 7px;
    font-size: 16px;
  }
  .greeting_con .txt {
    margin-top: 24px;
  }
  .greeting_con .txt p + p {
    margin-top: 15px;
  }
  .profile_con {
    padding: 0 0 0 350px;
    background-size: auto;
    background-image: url("../images/bg_profile.jpg");
  }
  .profile_con > div {
    padding: 15px 0 0 80px;
    background-size: 60px;
    margin-top: 0;
  }
  .profile_con > div:not(:last-child) {
    margin-bottom: 35px;
  }
  .profile_con > div:not(:last-child):after {
    left: 30px;
    height: calc(100% + 35px);
  }
  .profile_con > div strong {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .profile_con > div ul {
    border-spacing: 0 12px;
    margin: -12px 0;
  }
  .profile_con > div ul > li span {
    padding-right: 20px;
  }
  .list_busi_village {
    margin: -20px 0 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_busi_village > li {
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 15px 15px 0 0;
  }
  .list_busi_village > li .tit {
    height: 234px;
    padding: 0;
  }
  .list_busi_village > li .tit strong {
    bottom: -28px;
    width: 250px;
    padding: 14px 19px;
    font-size: 18px;
    border-radius: 0 20px 0 0;
  }
  .list_busi_village > li .txt {
    padding: 49px 19px 21px;
    height: calc(100% - 234px);
  }
  .list_busi_village.task > li {
    width: calc(25% - 20px);
  }
  .list_busi_village.task > li .tit {
    height: 180px;
  }
  .list_busi_village.task > li .tit strong {
    width: 204px;
  }
  .list_busi_village.task > li .txt {
    height: calc(100% - 180px);
  }
  .list_busi_village.task > li.bg01 .tit {
    background-image: url("../images/img_task03.jpg");
  }
  .list_busi_village.task > li.bg02 .tit {
    background-image: url("../images/img_task04_m.jpg");
  }
  .list_busi_village.task > li.bg03 .tit {
    background-image: url("../images/img_task05.jpg");
  }
  .list_busi_village.task > li.bg04 .tit {
    background-image: url("../images/img_task06.jpg");
  }
  .list_busi_village.task > li.bg05 .tit {
    background-image: url("../images/img_task07.jpg");
  }
  .list_busi_village.task > li.bg06 .tit {
    background-image: url("../images/img_task08.jpg");
  }
  .list_busi_village.task > li.bg07 .tit {
    background-image: url("../images/img_task09.jpg");
  }
  .img_box_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .img_box_wrap > div {
    float: left;
    width: calc(50% - 10px);
  }
  .img_box_wrap > div + div {
    margin: 0 0 0 20px;
  }
  .btn_arrow {
    padding: 0 25px;
  }
  .btn_arrow:after {
    vertical-align: -1px;
    margin-left: 10px;
    width: 16px;
    height: 14px;
  }
  .list_character {
    margin: -4px 0 0 -20px;
  }
  .list_character > li {
    float: left;
    width: calc(33.3333333333% - 20px);
    margin: 20px 0 0 20px;
  }
  .list_character > li:before {
    height: 231px;
    background-size: auto !important;
  }
  .list_character > li .txt {
    padding: 15px 20px;
  }
  .list_character > li .txt strong {
    margin-bottom: 7px;
  }
  .list_task_poligon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_task_poligon > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 32px;
    padding-top: 45px;
  }
  .list_task_poligon > li:before {
    margin-left: -39px;
    width: 78px;
    height: 90px;
  }
  .list_task_poligon > li .txt {
    height: 100%;
    padding: 63px 25px 25px;
  }
  .list_task_poligon > li .txt strong {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .list_task_poligon > li:first-child {
    margin-left: 0;
  }
  .task_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .task_box > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 152px;
    background: calc(100% - 25px) calc(100% - 30px) no-repeat;
    padding: 25px 25px;
    background-size: auto !important;
  }
  .task_box > div > strong {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .task_box > div + div {
    margin: 0 0 0 20px;
  }
  .site_map > .site_map_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 0;
  }
  .site_map > .site_map_box h4 {
    width: 269px;
    font-size: 22px;
    margin-bottom: 0;
  }
  .site_map > .site_map_box h4:before {
    width: 78px;
    height: 90px;
    margin-right: 14px;
  }
  .site_map > .site_map_box > ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: -30px 0 0 -20px;
  }
  .site_map > .site_map_box > ul > li {
    width: calc(33.3333333333% - 20px);
    margin: 30px 0 0 20px;
  }
  .site_map > .site_map_box > ul > li h5 > a {
    min-height: 54px;
    padding: 15px 20px;
  }
  .site_map > .site_map_box > ul > li > ul {
    padding: 14px 30px 0 20px;
  }
  .vision_top_txt .vision_logo {
    width: 230px;
    height: 230px;
    padding: 23px;
    margin-bottom: 56px;
  }
  .vision_top_txt .vision_logo:before {
    bottom: -45px;
    margin-left: -8px;
    width: 15px;
    height: 45px;
  }
  .vision_top_txt .vision_logo > strong {
    font-size: 20px;
  }
  .vision_top_txt .vision_logo > strong:before {
    margin: 0 auto 13px;
    width: 82px;
    height: 44px;
  }
  .vision_top_txt > p {
    font-size: 24px;
  }
  .vision_tit {
    margin-bottom: 30px;
  }
  .vision_tit strong {
    min-width: 212px;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 30px;
  }
  .vision_tit strong:before, .vision_tit strong:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
  .vision_tit strong:before {
    left: 10px;
  }
  .vision_tit strong:after {
    right: 10px;
  }
  .vision_keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 -32px;
  }
  .vision_keyword > div {
    width: calc(33.3333333333% - 32px);
    margin: 0 0 0 32px;
  }
  .vision_keyword > div > strong {
    margin: 0 auto 38px;
    width: 170px;
    height: 170px;
    line-height: 170px;
    font-size: 72px;
  }
  .vision_keyword > div > strong:before {
    bottom: -38px;
    height: 38px;
  }
  .vision_keyword > div .con .tit {
    padding: 14px 10px;
    font-size: 18px;
  }
  .vision_keyword > div .con .tit:before {
    top: -7px;
    margin-left: -8px;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
  }
  .vision_keyword > div .con > ul {
    padding: 18px 25px;
  }
  .vision_keyword > div .con > ul > li + li {
    margin-top: 12px;
  }
  .vision_task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 -32px;
  }
  .vision_task > ul {
    width: calc(33.3333333333% - 32px);
    margin: 0 0 0 32px;
  }
  .vision_task > ul > li:nth-child(1) {
    height: 315px;
  }
  .vision_task > ul > li:nth-child(2) {
    height: 340px;
  }
  .vision_task > ul > li:nth-child(3) {
    height: 290px;
  }
  .vision_task > ul > li:nth-child(4) {
    height: 315px;
  }
  .vision_task > ul > li + li {
    margin-top: 20px;
  }
  .vision_task > ul > li .tit {
    padding: 15px 25px;
  }
  .vision_task > ul > li .tit > span {
    margin-bottom: 5px;
  }
  .vision_task > ul > li .tit > strong {
    font-size: 18px;
  }
  .vision_task > ul > li .con {
    padding: 15px 25px;
  }
  .organization .side_org > li > a:focus {
    outline: 3px dotted #f8a700;
  }
}
.pri_label_box .label7::before {
  background-image: url(../images/ico_label7.png);
}

@media (min-width: 1137px), print {
  .pri_label_box .pri_label.label7::before {
    width: 78px;
    height: 89px;
  }
}
.top_info_box {
  margin-bottom: 25px;
}

.privacy_agree {
  border: 1px solid #d9d9d9;
}

.agree_txt {
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
}

.agree_check_box {
  padding: 12px;
  background: #f6f6f6;
}
.agree_check_box .ag_txt {
  margin-bottom: 3px;
}
.agree_check_box .ag_check {
  text-align: right;
}

.write_area {
  height: 250px;
}

.complete_txt {
  padding-top: 95px;
  background: url(../images/bg_popup_complete.png) no-repeat 50% 15px/65px;
  text-align: center;
  font-size: 14px;
}

.cus_txt {
  padding: 115px 17px 30px;
  border: 3px solid #eee;
  background-position: 50% 30px;
  background-repeat: no-repeat;
  background-size: 72px;
}
.cus_txt > h5 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 19px;
  color: #203d5a;
}
.cus_txt > p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #203d5a;
}

.service_txt {
  background: #f6f6f6;
}

.service1 {
  background-image: url(../images/bg_txt_service1.png);
}
.service1 .service_txt {
  padding: 22px 17px;
}
.service1 .service_txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service1 .service_txt li:not(:last-child) {
  margin-bottom: 15px;
}
.service1 .service_txt li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #3f83b6;
  border-radius: 50%;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #2471ac;
}

.service2 {
  background-image: url(../images/bg_txt_service2.png);
}
.service2 .service_txt {
  padding: 20px 17px;
}

.bg_lightblue {
  background: #e6f3f8;
}

.color_green {
  color: #08ada3 !important;
}

.cert {
  padding: 108px 0 25px;
  border: 1px solid #d9d9d9;
  background: url(../images/bg_phone_certification.png) no-repeat 50% 25px/70px;
  text-align: center;
}
.cert > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #222;
}

.check_wr_inp {
  width: 32vw;
  margin-left: 5px;
}

.btn_add {
  height: 30px;
  padding: 0 10px;
  background: #00aaa0;
  color: #fff;
}
.btn_add::before {
  display: inline-block;
  content: "＋";
  margin-right: 5px;
}

.r_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.r_add .btn_add {
  margin-left: auto;
}

.inp_w300 {
  max-width: 300px;
  width: 100%;
}

.inp_w100 {
  max-width: 100px;
  width: 100%;
}

.add_wr_box + .add_wr_box {
  margin-top: 20px;
}

.safe_view_tit .r_area {
  text-align: right;
}
.safe_view_tit .r_area > span {
  background: #fff;
}

.list_busi_info .bg_fish_port01 {
  background-image: url(../images/bg_fish_port01.png);
}
.list_busi_info .bg_fish_port02 {
  background-image: url(../images/bg_fish_port02.png);
}
.list_busi_info .bg_fish_port03 {
  background-image: url(../images/bg_fish_port03.png);
}
.list_busi_info .bg_fish_port04 {
  background-image: url(../images/bg_fish_port04.png);
}
.list_busi_info .bg_port_info01 {
  background-image: url(../images/bg_port_info01.png);
}
.list_busi_info .bg_port_info02 {
  background-image: url(../images/bg_port_info02.png);
}
.list_busi_info .bg_port_info03 {
  background-image: url(../images/bg_port_info03.png);
}

.fis_lr {
  margin-top: 10px;
}
.fis_lr .r {
  margin-top: 10px;
}

.no_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
}
.no_data > p {
  display: inline-block;
  padding-top: 100px;
  background: url(../images/ico_no_data.png) no-repeat 50% 0/90px;
  font-weight: 500;
  color: #222;
}

.list_busi_info .bg_info_oil01 {
  background-image: url(../images/bg_info_oil01.png);
}
.list_busi_info .bg_info_oil02 {
  background-image: url(../images/bg_info_oil02.png);
}
.list_busi_info .bg_info_oil03 {
  background-image: url(../images/bg_info_oil03.png);
}

.organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.organization::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #d6d6d6;
}
.organization .chairman {
  width: 105px;
  margin: 0 auto;
}
.organization .chairman > a,
.organization .chairman > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 105px;
  background: url(../images/bg_chart.png) no-repeat 0 0/105px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
.organization .side_org {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.organization .side_org > li:not(:last-child) {
  margin-bottom: 20px;
}
.organization .side_org a {
  display: block;
  height: 43px;
  border: 3px solid #203d5a;
  text-align: center;
  line-height: 37px;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.organization .org_box2 {
  position: relative;
  margin-top: 17px;
  width: 40%;
}
/* .organization .org_box2::before {
  content: "";
  position: absolute;
  left: 25.41%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
} */
.organization .org_box3 {
  width: 40%;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
  top: -58px;
}
.organization .org_box3 .org_tit::after {
  content: "";
  position: absolute;
  left: -24.7%;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}
.organization .org_box4 {
  position: relative;
  margin-top: 37px;
  width: 40%;
}
.organization .org_box4::before {
  content: "";
  position: absolute;
  left: 25.41%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}
.organization .org_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 43px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  font-weight: 500;
  font-size: 14px;
  color: #fff !important;
}
.organization .org_tit > a {
  display: block;
  text-align: center;
  color: inherit;
}
.organization .org2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -20px;
}
.organization .org2:not(:last-child) {
  margin-bottom: 20px;
}
.organization .org2:last-child {
  margin-bottom: -20px;
  background: #fff;
}
.organization .org2:last-child::before {
  background: #fff;
}
.organization .org2::before {
  content: "";
  position: absolute;
  left: calc(50% + 10px);
  top: -20px;
  width: 50%;
  height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #d6d6d6;
}
.organization .org_a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin: 0 0 20px 20px;
}
.organization .list_square {
  height: calc(100% - 58px);
  padding: 15px;
  border: 1px solid #d6d6d6;
}
.organization .list_square a,
.organization .list_square span {
  word-break: break-word;
}
.organization .btm_line::before,
.organization .top_line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background: #d6d6d6;
}
.organization .btm_line::before {
  bottom: -15px;
  height: 15px;
}
.organization .top_line::after {
  top: -20px;
  height: 20px;
}

@media all and (min-width: 1137px), print {
  .organization .chairman {
    width: 160px;
  }
  .organization .chairman > a,
  .organization .chairman > span {
    width: 160px;
    height: 160px;
    background-size: auto;
    font-size: 25px;
  }
  .organization .side_org {
    width: 223px;
  }
  .organization .side_org > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .organization .side_org a {
    height: 59px;
    line-height: 54px;
    font-size: 18px;
  }
  .organization .org_box2 {
    position: relative;
    margin: 17px 0 0 192px;
    width: 256px;
  }
/*   .organization .org_box2::before {
    left: 112px;
  } */
  .organization .org_box3 {
    width: 258px;
    margin-right: 192px;
    margin-bottom: 0px;
    margin-left: 671px;
    top: -76px;
    position: relative;
  }
  .organization .org_box3 .org_tit::after {
    content: "";
    position: absolute;
    left: -110px;
    top: 50%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
  }
  .organization .org_box4 {
    position: relative;
    margin: 40px 0 0 192px;
    width: 256px;
  }
  .organization .org_box4::before {
    left: 112px;
  }
  .organization .org_tit {
    height: 56px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 18px;
  }
  .organization .org_tit > a,
  .organization .org_tit > span {
    display: block;
    text-align: center;
    color: inherit;
  }
  .organization .org2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 0 -30px;
  }
  .organization .org2:not(:last-child) {
    margin-bottom: 30px;
  }
  .organization .org2:last-child {
    margin-bottom: -30px;
    background: #fff;
  }
  .organization .org2:last-child::before {
    background: #fff;
  }
  .organization .org2::before {
    left: calc(50% + 15px);
    top: -30px;
    width: 863px;
    height: 30px;
  }
  .organization .org_a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 30px 30px;
  }
  .organization .list_square {
    height: calc(100% - 76px);
    padding: 20px 25px;
    border: 1px solid #d6d6d6;
  }
  .organization .btm_line::before {
    bottom: -20px;
    height: 20px;
  }
  .organization .top_line::before {
    top: -30px;
    height: 30px;
  }
  .top_info_box {
    margin-bottom: 40px;
  }
  .agree_txt {
    padding: 20px 24px;
  }
  .agree_check_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 24px;
  }
  .agree_check_box .ag_txt {
    margin-bottom: 3px;
  }
  .agree_check_box .ag_check {
    text-align: right;
  }
  .complete_txt {
    padding-top: 123px;
    background-position-y: 0;
    background-size: auto;
    font-size: 16px;
  }
  .complete_txt .str {
    font-weight: 500;
    font-size: 18px;
    color: #222;
  }
  .cus_txt {
    padding: 173px 50px 50px;
    border-width: 4px;
    background-position-y: 50px;
    background-size: auto;
  }
  .cus_txt > h5 {
    margin-bottom: 9px;
    font-size: 28px;
  }
  .cus_txt > p {
    margin-bottom: 35px;
    font-size: 17px;
  }
  .service1 .service_txt {
    padding: 30px 50px 30px 97px;
  }
  .service1 .service_txt li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service1 .service_txt li:not(:last-child) {
    margin-bottom: 20px;
  }
  .service1 .service_txt li > span {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .service2 .service_txt {
    padding: 30px;
  }
  .bg_safe {
    background-image: url(../images/bg_txt_safe.png);
  }
  .cert {
    padding: 164px 0 40px;
    background-size: auto;
    background-position-y: 40px;
  }
  .cert > strong {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .check_wr_inp {
    width: 300px;
  }
  .btn_add {
    height: 34px;
    padding: 0 15px;
  }
  .btn_add::before {
    display: inline-block;
    content: "＋";
    margin-right: 5px;
  }
  .add_wr_box + .add_wr_box {
    margin-top: 30px;
  }
  .safe_view_tit {
    position: relative;
  }
  .safe_view_tit > strong {
    display: inline-block;
  }
  .safe_view_tit .r_area {
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -18px;
    text-align: left;
  }
  .fis_lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
  }
  .fis_lr .l,
  .fis_lr .r {
    width: 550px;
    margin-top: 0;
  }
  .fis_lr img {
    width: auto;
  }
  .fisi_port_info > div {
    width: 360px;
  }
  .bg_fish_age {
    background-image: url(../images/bg_fish_age.png);
  }
  .no_data > p {
    padding-top: 116px;
    background-size: auto;
  }
}
.bg_navy {
  background: #203d5a !important;
}

.chart_wrap {
  position: relative;
  text-align: center;
  overflow-x: auto;
}
.chart_wrap .m_scroll {
  min-width: 800px;
}
.chart_wrap .top {
  position: relative;
  padding-bottom: 20px;
}
.chart_wrap .top:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #d6d6d6;
  z-index: -1;
}
.chart_wrap .top .chairman {
  display: inline-block;
  width: 105px;
  height: 105px;
  line-height: 105px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: url("../images/bg_chart.png") 0 0/100% no-repeat;
  border-radius: 50%;
}
.chart_wrap .top > ul {
  margin-top: 20px;
  font-size: 0;
}
.chart_wrap .top > ul > li {
  display: inline-block;
  vertical-align: top;
}
.chart_wrap .top > ul > li > a {
  position: relative;
  display: block;
  min-width: 170px;
  line-height: 43px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #203d5a;
  border-radius: 30px;
}
.chart_wrap .top > ul > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  background: #d6d6d6;
  z-index: -1;
}
.chart_wrap .top > ul > li > a + a {
  margin-top: 20px;
}
.chart_wrap .top > ul > li > a.bg_gray {
  margin-top: 15px;
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  color: #666;
}
.chart_wrap .top > ul > li > a.bg_gray:before {
  width: 1px;
  height: 100%;
  top: -50%;
  left: 50%;
}
.chart_wrap .top > ul > li.l {
  margin-right: 90px;
}
.chart_wrap .top > ul > li.l > a:before {
  left: 100%;
}
.chart_wrap .top > ul > li.r {
  margin: 33px 0 0 90px;
}
.chart_wrap .top > ul > li.r > a:before {
  right: 100%;
}
.chart_wrap .btm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.chart_wrap .btm:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 50%;
  border: solid #d6d6d6;
  border-width: 1px 1px 0 1px;
  z-index: -1;
}
.chart_wrap .btm > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.chart_wrap .btm > div + div {
  margin-left: 15px;
}
.chart_wrap .btm > div > a {
  display: block;
  line-height: 43px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
}
.chart_wrap .btm > div .chart_list {
  margin-top: 15px;
  padding: 17px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.chart_wrap .btm > div .chart_list .chart_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chart_wrap .btm > div .chart_list .chart_box + .chart_box {
  margin-top: 12px;
}
.chart_wrap .btm > div .chart_list .chart_box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 111px;
  color: #222;
  font-weight: 500;
  margin-right: 12px;
  border-radius: 10px;
}
.chart_wrap .btm > div .chart_list .chart_box > .list_square {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 13px;
  border: 2px solid #d6d6d6;
  border-radius: 10px;
}
.chart_wrap .btm > div .chart_list .chart_box02 {
  margin-top: 12px;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li {
  width: calc(50% - 6px);
  border-radius: 10px;
  border: 2px solid #d9d9d9;
  background: #f6f6f6;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li:not(:nth-child(2n)) {
  margin-right: 12px;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li:not(:nth-child(-n+2)) {
  margin-top: 12px;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li .tit {
  position: relative;
  display: block;
  font-weight: 400;
  color: #fff;
  line-height: 43px;
  z-index: 1;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li .tit:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  background: #203d5a;
  border-radius: 10px 10px 0 0;
  z-index: -1;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li .con {
  padding: 0 15px;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li .con > a {
  display: block;
  padding: 11px 0;
}
.chart_wrap .btm > div .chart_list .chart_box02 > ul li .con > a + a {
  border-top: 1px dashed #d9d9d9;
}
.chart_wrap .btm > div.l .chart_box > a {
  background: #dff1f0;
}
.chart_wrap .btm > div.r .chart_box > a {
  background: #e2f2f9;
}

.pri_label_box {
  margin-bottom: -15px;
}
.pri_label_box .pri_label {
  margin-bottom: 15px;
  padding: 20px 17px;
  border: 1px solid #d9d9d9;
}
.pri_label_box .pri_label::before {
  display: block;
  content: "";
  width: 50px;
  height: 60px;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.pri_label_box .label_tit {
  margin: 7px 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.pri_label_box .label1::before {
  background-image: url(../images/ico_label1.png);
}
.pri_label_box .label2::before {
  background-image: url(../images/ico_label2.png);
}
.pri_label_box .label3::before {
  background-image: url(../images/ico_label3.png);
}
.pri_label_box .label4::before {
  background-image: url(../images/ico_label4.png);
}
.pri_label_box .label5::before {
  background-image: url(../images/ico_label5.png);
}
.pri_label_box .label6::before {
  background-image: url(../images/ico_label6.png);
}

.index_list {
  margin-bottom: 25px;
  padding: 17px;
  border-style: solid;
  border-color: #222 #d9d9d9 #d9d9d9 #d9d9d9;
  border-width: 1px;
  background: #f6f6f6;
}
.index_list a {
  font-weight: 400;
  color: #222;
}

.priv_section + .priv_section {
  margin-top: 30px;
}
.priv_section .service_txt {
  border: 1px solid #d9d9d9;
}
.priv_section .priv_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  padding: 8px 56px 8px 15px;
  border-radius: 0 10px 0 10px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-color: #e2f2f9;
  background-size: 24px;
}
.priv_section .priv_tit > h5 {
  font-weight: 600;
  font-size: 17px;
  color: #2471ac;
}
.priv_section .priv_ico1 {
  background-image: url(../images/ico_pri1.png);
  background-size: 53px;
}
.priv_section .priv_ico2 {
  background-image: url(../images/ico_pri2.png);
}
.priv_section .priv_ico3 {
  background-image: url(../images/ico_pri3.png);
}
.priv_section .priv_ico4 {
  background-image: url(../images/ico_pri4.png);
}
.priv_section .priv_ico5 {
  background-image: url(../images/ico_pri5.png);
}
.priv_section .priv_ico6 {
  background-image: url(../images/ico_pri6.png);
}
.priv_section .priv_ico7 {
  background-image: url(../images/ico_pri7.png);
}
.priv_section .priv_ico8 {
  background-image: url(../images/ico_pri8.png);
}
.priv_section .priv_ico9 {
  background-image: url(../images/ico_pri9.png);
}
.priv_section .priv_ico10 {
  background-image: url(../images/ico_pri10.png);
}
.priv_section .priv_ico11 {
  background-image: url(../images/ico_pri11.png);
}
.priv_section .priv_ico12 {
  background-image: url(../images/ico_pri12.png);
}
.priv_section .priv_ico13 {
  background-image: url(../images/ico_pri13.png);
}
.priv_section .priv_ico14 {
  background-image: url(../images/ico_pri14.png);
}
.priv_section .priv_ico15 {
  background-image: url(../images/ico_pri15.png);
}
.priv_section .priv_ico16 {
  background-image: url(../images/ico_pri16.png);
}
.priv_section .priv_ico17 {
  background-image: url(../images/ico_pri17.png);
}
.priv_section .priv_ico18 {
  background-image: url(../images/ico_pri18.png);
}
.priv_section .priv_ico19 {
  background-image: url(../images/ico_pri19.png);
}
.priv_section .priv_ico20 {
  background-image: url(../images/ico_pri20.png);
}

.number_list > li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  padding-left: 21px;
}
.number_list > li:not(:last-child) {
  margin-bottom: 7px;
}
.number_list > li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: counter(list);
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00aaa0;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
}
.number_list > li th {
  text-align: center;
}

@media all and (min-width: 1137px), print {
  .pri_label_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    gap: 20px;
  }
  .pri_label_box .pri_label {
    width: calc(33.3333333333% - 14px);
    margin-bottom: 0;
    padding: 30px 25px;
  }
  .pri_label_box .pri_label::before {
    background-size: auto;
  }
  .pri_label_box .pri_label.label1::before {
    width: 82px;
    height: 82px;
  }
  .pri_label_box .pri_label.label2::before {
    width: 78px;
    height: 89px;
  }
  .pri_label_box .pri_label.label3::before {
    width: 78px;
    height: 89px;
  }
  .pri_label_box .pri_label.label4::before {
    width: 82px;
    height: 82px;
  }
  .pri_label_box .pri_label.label5::before {
    width: 78px;
    height: 78px;
  }
  .pri_label_box .pri_label.label6::before {
    width: 78px;
    height: 78px;
  }
  .pri_label_box .label_tit {
    margin: 18px 0 11px;
    font-size: 18px;
  }
  .index_list {
    margin-bottom: 50px;
    padding: 25px;
  }
  .priv_section + .priv_section {
    margin-top: 48px;
  }
  .priv_section .priv_tit {
    margin-bottom: 36px;
    padding: 13px 70px 14px 25px;
    background-position-x: calc(100% - 25px);
    background-size: auto;
  }
  .priv_section .priv_tit > h5 {
    font-size: 22px;
  }
  .number_list > li {
    padding-left: 29px;
  }
  .number_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .number_list > li::before {
    top: 3px;
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
  .number_list > li th {
    text-align: center;
  }
  .chart_wrap .top {
    padding-bottom: 30px;
  }
  .chart_wrap .top .chairman {
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 25px;
  }
  .chart_wrap .top > ul {
    margin-top: 30px;
  }
  .chart_wrap .top > ul > li > a {
    min-width: 220px;
    line-height: 56px;
    font-size: 18px;
  }
  .chart_wrap .top > ul > li > a:before {
    width: 174px;
  }
  .chart_wrap .top > ul > li > a + a {
    margin-top: 30px;
  }
  .chart_wrap .top > ul > li > a.bg_gray {
    margin-top: 20px;
  }
  .chart_wrap .top > ul > li.l {
    margin-right: 174px;
  }
  .chart_wrap .top > ul > li.r {
    margin: 42px 0 0 174px;
  }
  .chart_wrap .btm {
    margin-top: 30px;
  }
  .chart_wrap .btm:before {
    top: -30px;
    width: 570px;
  }
  .chart_wrap .btm > div + div {
    margin-left: 20px;
  }
  .chart_wrap .btm > div > a {
    line-height: 56px;
    font-size: 18px;
  }
  .chart_wrap .btm > div .chart_list {
    margin-top: 20px;
    padding: 25px;
  }
  .chart_wrap .btm > div .chart_list .chart_box + .chart_box {
    margin-top: 15px;
  }
  .chart_wrap .btm > div .chart_list .chart_box > a {
    width: 203px;
    margin-right: 15px;
  }
  .chart_wrap .btm > div .chart_list .chart_box > .list_square {
    padding: 15px 20px;
  }
  .chart_wrap .btm > div .chart_list .chart_box02 {
    margin-top: 15px;
  }
  .chart_wrap .btm > div .chart_list .chart_box02 > ul li {
    width: calc(50% - 7px);
  }
  .chart_wrap .btm > div .chart_list .chart_box02 > ul li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .chart_wrap .btm > div .chart_list .chart_box02 > ul li:not(:nth-child(-n+2)) {
    margin-top: 15px;
  }
  .chart_wrap .btm > div .chart_list .chart_box02 > ul li .tit {
    line-height: 56px;
  }
  .chart_wrap .btm > div .chart_list .chart_box02 > ul li .con {
    padding: 0 20px;
  }
  .chart_wrap .btm > div .chart_list .chart_box02 > ul li .con > a {
    padding: 12px 0;
  }
}
/* 통합검색 */
.error-box {
  margin-top: 30px;
  text-align: center;
}
.error-box strong {
  font-size: 16px;
}
.error-box span {
  color: #222;
  font-weight: 500;
}

.search-option {
  position: relative;
  padding: 20px 0 0 0;
  border: 1px solid #d9d9d9;
}
.search-option .srh-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.search-option .srh-inp .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  height: auto;
}
.search-option .srh-inp .input_box input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 37px;
  padding-left: 15px;
  border: 1.5px solid #2471ac;
  border-right: none;
  font-size: 13px;
  line-height: 1;
}
.search-option .srh-inp .input_box button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 84px;
  height: 37px;
  background-color: #2471ac;
  border: 0 !important;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 37px;
}
.search-option .srh-inp .input_box button[type=submit]::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 13px;
  height: 100%;
  margin-right: 5px;
  background-image: url(../images/ico_search.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 13px 13px;
}

.srh-inp ~ .opt-wrap {
  margin-top: 20px;
}

.opt-wrap {
  background-color: #eef6f9;
  padding: 20px;
}
.opt-wrap .opt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.opt-wrap .opt-area:not(:first-child) {
  margin-top: 10px;
}
.opt-wrap .opt-area:last-child {
  border-bottom: 0;
}
.opt-wrap .opt-area .l {
  float: none;
}
.opt-wrap .opt-area .l > strong {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 35px;
  padding: 0 17px;
  border-radius: 35px;
  background-color: #999;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.opt-wrap .opt-area .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.opt-wrap .opt-area .rd-lb-wrap {
  margin-top: 8px;
}
.opt-wrap .opt-area .rd-lb {
  margin: 0 10px 5px 0;
}
.opt-wrap .opt-area .date {
  margin-top: 4px;
}
.opt-wrap .opt-area .date .date-inp {
  width: auto;
}

.search-result {
  margin-top: 30px;
  padding: 14px 10px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  border: 4px solid #eee;
}
.search-result strong {
  font-size: 14px;
  color: #222;
}
.search-result strong.key {
  color: #2471ac;
}

.search-cate {
  margin-top: 25px;
}
.search-cate > ul:after {
  content: "";
  display: block;
  clear: both;
}
.search-cate > ul > li {
  float: left;
  position: relative;
  width: 50%;
  margin: 0 -1px -1px 0;
}
.search-cate > ul > li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #d7d7d7;
}
.search-cate > ul > li > a {
  display: table-cell;
  position: relative;
  width: 100vw;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
.search-cate > ul > li > a > span, .search-cate > ul > li > a:hover > span {
  position: relative;
  z-index: 2;
}
.search-cate > ul > li > .current::before,
.search-cate > ul > li > a:hover::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  background: #04afb5;
}
.search-cate > ul > li > .current::after,
.search-cate > ul > li > a:hover::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.search-cate .current,
.search-cate > ul > li > a:hover {
  font-weight: 500;
  color: #fff;
}

.res-box {
  margin-top: 25px;
}
.res-box:after {
  content: "";
  display: block;
  clear: both;
}
.res-box .r {
  display: none;
}

.srh-res {
  padding-bottom: 20px;
  position: relative;
}
.srh-res .top {
  border-bottom: 1px solid #d9d9d9;
}
.srh-res .top > h3 {
  margin-bottom: 10px;
}
.srh-res .top > h3,
.srh-res .top > span {
  display: inline-block;
}
.srh-res .top > span {
  margin-left: 6px;
}
.srh-res .top > span > strong {
  color: #222;
}
.srh-res .top > a {
  position: absolute;
  right: 0;
  top: 2px;
  width: 8px;
  height: 14px;
  background-image: url(../images/ico_search_arr.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.menu-reslist {
  margin-top: 10px;
}
.menu-reslist > li {
  position: relative;
  padding-left: 9px;
}
.menu-reslist > li:not(:last-child) {
  margin-bottom: 7px;
}
.menu-reslist > li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3.5px;
  height: 3.5px;
  background: #999;
}
.menu-reslist > li > a {
  font-weight: 400;
  color: #00aaa0;
}
.menu-reslist > li > a:hover {
  text-decoration: underline;
}

.search-word {
  font-weight: 400;
  color: #2471ac;
}

.res-con:not(:last-child) {
  margin-bottom: 20px;
}

.web-res {
  margin-top: 10px;
}
.web-res .web-top > a {
  display: block;
}
.web-res .web-top > span {
  font-size: 13px;
  font-weight: 200;
  color: #999;
}

.web-reslist {
  margin-top: 5px;
}
.web-reslist a {
  display: block;
  display: -webkit-box;
  max-height: 80px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}

.web-file {
  margin-top: 12px;
  padding: 18px 18px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.web-file .view-add-file > li {
  position: relative;
  padding-left: 27px;
}
.web-file .view-add-file > li:not(:first-child) {
  margin-top: 6px;
}
.web-file .view-add-file > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/ico_file.png") 0 0/100% no-repeat;
}
.web-file .view-add-file > li > a {
  margin-left: 2px;
}

@media screen and (min-width: 1137px), print {
  /* 통합검색 */
  .header.srh-header .header_cont .inner .logo {
    width: 388px;
    background: url(../images/sub/img_logo_search_pc.png) no-repeat 0 0/auto;
  }
  .header.srh-header .header_cont .inner .search_form {
    margin-left: auto;
  }
  .header.srh-header ~ .container {
    padding-top: 150px;
    overflow: hidden;
  }
  .container .inner .content.srh-content {
    width: 100%;
    float: none;
  }
  .error-box strong {
    font-size: 20px;
  }
  .search-option {
    display: block !important;
    padding: 30px 0 0 0;
    overflow: visible;
  }
  .search-option .srh-inp {
    width: 638px;
    margin: 0 auto;
  }
  .search-option .srh-inp .input_box input[type=text] {
    height: 56px;
    padding-left: 24px;
    border: 2px solid #2471ac;
    border-right: none;
    font-size: 16px;
  }
  .search-option .srh-inp .input_box button[type=submit] {
    width: 118px;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
  }
  .search-option .srh-inp .input_box button[type=submit]::before {
    content: "";
    width: 18px;
    margin-right: 8px;
    background-size: 18px 18px;
  }
  .srh-inp ~ .opt-wrap {
    margin-top: 30px;
  }
  .opt-wrap {
    border-radius: 8px;
    padding: 30px;
  }
  .opt-wrap .opt-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .opt-wrap .opt-area + .opt-area {
    margin-top: 10px;
  }
  .opt-wrap .opt-area .l {
    margin-right: 25px;
  }
  .opt-wrap .opt-area .l > strong {
    width: auto;
    height: 44px;
    padding: 0 25px;
    border-radius: 44px;
    font-size: 16px;
  }
  .opt-wrap .opt-area .rd-lb-wrap {
    margin-top: 0px;
  }
  .opt-wrap .opt-area .rd-lb {
    margin: 0 20px 0 0;
  }
  .opt-wrap .opt-area .date {
    margin-top: 0px;
  }
  .search-result {
    margin-top: 50px;
    padding: 23px 10px;
  }
  .search-result .key {
    font-size: 18px;
  }
  .search-result strong {
    font-size: 18px;
  }
  .search-cate {
    margin-top: 40px;
  }
  .search-cate > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-cate > ul > li {
    float: left;
    position: relative;
    width: 241px;
    margin: 0 -1px -1px 0;
  }
  .search-cate > ul > li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #d7d7d7;
  }
  .search-cate > ul > li > a {
    display: block;
    position: relative;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .search-cate > ul > li > .current::before,
  .search-cate > ul > li > a:hover::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #04afb5;
  }
  .res-box {
    margin-top: 40px;
  }
  .res-box:after {
    content: "";
    display: block;
    clear: both;
  }
  .res-box > .r {
    display: block;
    float: right;
    width: 240px;
  }
  .srh-res {
    padding-bottom: 35px;
  }
  .srh-res:not(:last-child) {
    margin-bottom: 40px;
  }
  .srh-res .top > h3 {
    margin-bottom: 15px;
  }
  .srh-res .top > h3,
  .srh-res .top > span {
    display: inline-block;
  }
  .srh-res .top > span {
    margin-left: 3px;
  }
  .srh-res .top > a {
    top: 2px;
    width: 11px;
    height: 19px;
  }
  .menu-reslist {
    margin-top: 20px;
  }
  .menu-reslist > li {
    position: relative;
    padding-left: 9px;
  }
  .menu-reslist > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu-reslist > li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #666;
  }
  .menu-reslist > li > a {
    display: inline-block;
    margin: 0 0 0 3px;
  }
  .res-con:not(:last-child) {
    margin-bottom: 15px;
  }
  .res-con a:hover {
    text-decoration: underline;
  }
  .web-res {
    margin-top: 20px;
  }
  .web-res .web-top > span {
    font-size: 14px;
    color: #999;
  }
  .web-reslist {
    margin-top: 8px;
  }
  .web-reslist a {
    display: block;
    display: -webkit-box;
    height: auto;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
  }
  .web-file {
    margin-top: 13px;
    padding: 13px 15px;
  }
  .web-file .view-add-file > li {
    padding-left: 40px;
    line-height: 30px;
  }
  .web-file .view-add-file > li:before {
    width: 30px;
    height: 30px;
  }
  .web-file .view-add-file > li > a {
    margin-left: 5px;
  }
  .keyword {
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #333 #d6d6d6 #d6d6d6;
  }
  .keyword .top {
    padding: 11px 20px;
    border-bottom: 1px solid #d6d6d6;
    background: #f0f7fd;
  }
  .keyword .top > h3 {
    font-weight: 500;
    font-size: 16px;
    color: #222;
  }
  .keyword .cont {
    padding: 20px;
  }
  .key-tab {
    font-size: 0;
  }
  .key-tab > a {
    display: inline-block;
    width: 62px;
    height: 34px;
    border: 1px solid #d6d6d6;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
  }
  .key-tab > a:not(:last-child) {
    margin-right: 6px;
  }
  .key-tab .current {
    border-color: #666;
    background: #666;
    color: #fff;
  }
  .keyword-list {
    margin-top: 13px;
  }
  .keyword-list > li:after {
    content: "";
    display: block;
    clear: both;
  }
  .keyword-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .keyword-list > li > .rank {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #2471ac;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    color: #fff;
  }
  .keyword-list > li > a {
    display: block;
    overflow: hidden;
    padding-left: 7px;
    line-height: 1.2;
  }
  .keyword-list > li > a:hover .l {
    text-decoration: underline;
  }
  .keyword-list > li > a > .l {
    float: left;
    max-width: 127px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .keyword-list > li > a > .r {
    float: right;
    display: block;
  }
  .keyword-list > li > a > .new::before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 10px;
    background: url(../images/sub/bg_srh_new.png) no-repeat 0 0;
  }
  .keyword-list > li > a > .same::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 2px;
    margin-right: 8px;
    background: url(../images/sub/bg_srh_same.gif) no-repeat 0 0;
    vertical-align: 2px;
  }
  .keyword-list > li > a > .up {
    font-size: 12px;
    color: #da2d2d;
  }
  .keyword-list > li > a > .up::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 4px;
    background: url(../images/sub/bg_srh_up.png) no-repeat 0 0;
    vertical-align: 2px;
  }
  .keyword-list > li > a > .down {
    font-size: 12px;
    color: #da2d2d;
  }
  .keyword-list > li > a > .down::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 4px;
    background: url(../images/sub/bg_srh_down.png) no-repeat 0 0;
    vertical-align: 2px;
  }
  .my-keyword > li {
    position: relative;
    padding-left: 8px;
  }
  .my-keyword > li:not(:last-child) {
    margin-bottom: 9px;
  }
  .my-keyword > li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #6d6d6d;
  }
  .my-keyword > li > span {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .my-keyword > li > a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 3px;
    background: url(../images/sub/btn_keyword_delete.gif) no-repeat 0 0;
    vertical-align: middle;
  }
}
.list_busi_info .bg_info_regen01 {
  background-image: url("../images/bg_info_regen01.png");
}
.list_busi_info .bg_info_regen02 {
  background-image: url("../images/bg_info_regen02.png");
}
.list_busi_info .bg_info_regen03 {
  background-image: url("../images/bg_info_regen03.png");
}
.list_busi_info .bg_info_regen04 {
  background-image: url("../images/bg_info_regen04.png");
}
.list_busi_info .bg_info_recycle01 {
  background-image: url("../images/bg_info_recycle01.png");
}
.list_busi_info .bg_info_recycle02 {
  background-image: url("../images/bg_info_recycle02.png");
}

.list_arr_step > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.list_arr_step > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin: 10px;
}
.list_arr_step > ul > li::after {
  content: "";
  position: absolute;
  left: calc(100% + 6px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 17px;
  background-image: url("../images/ico_system_arr.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.list_arr_step > ul > li:last-child::after {
  display: none;
}
.list_arr_step > ul > li .top.bg_blue {
  background-color: #2471ac;
}
.list_arr_step > ul > li .top.bg_green {
  background-color: #00aaa0;
}
.list_arr_step > ul > li .top.bg_navy {
  background-color: #203d5a;
}
.list_arr_step > ul > li .top.bg_pupple {
  background-color: #8860c9;
}
.list_arr_step > ul > li .top .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 43px;
  padding: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fefefe;
  font-weight: 400;
  line-height: 1.4;
}
.list_arr_step > ul > li .btm {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  justify-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 95px 17px 15px;
  background-color: #f6f6f6;
}
.list_arr_step > ul > li .btm::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.list_arr_step > ul > li .btm.regen01::before {
  background-image: url("../images/bg_system_regen01.png");
}
.list_arr_step > ul > li .btm.regen02::before {
  background-image: url("../images/bg_system_regen02.png");
}
.list_arr_step > ul > li .btm.regen03::before {
  background-image: url("../images/bg_system_regen03.png");
}
.list_arr_step > ul > li .btm.regen04::before {
  background-image: url("../images/bg_system_regen04.png");
}
.list_arr_step > ul > li .btm > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  font-weight: 500;
}
.list_arr_step > ul > li .btm .cont {
  width: 100%;
}
@media all and (min-width: 1137px), print {
  .list_arr_step > ul {
    margin: -12.5px;
  }
  .list_arr_step > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    margin: 12.5px;
  }
  .list_arr_step > ul > li .top .tit {
    padding: 15px 10px;
    font-size: 18px;
    line-height: 1.4;
    min-height: 56px;
  }
  .list_arr_step > ul > li::after {
    width: 10px;
    height: 18px;
    left: calc(100% + 7.5px);
  }
  .list_arr_step > ul > li .btm {
    padding: 145px 26px 20px;
  }
  .list_arr_step > ul > li .btm::before {
    width: 100px;
    height: 100px;
    top: 25px;
  }
  .list_arr_step > ul > li .btm > strong {
    font-size: 18px;
  }
}

@media all and (min-width: 1137px), print {
  .busi_thumb_slider.swiper-container ul > li.swiper-slide .img {
    overflow: hidden;
  }
}

.vision_wrap .slogan {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.vision_wrap .slogan .slogan_tit {
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  width: 165px;
  height: 165px;
  padding: 10px;
  border-radius: 100%;
  border: 1px dashed #d9d9d9;
  font-size: 0;
}
.vision_wrap .slogan .slogan_tit::before {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 1px dashed #d9d9d9;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vision_wrap .slogan .slogan_tit::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 3px solid #2471ac;
  border-radius: 100%;
  background-color: #fff;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vision_wrap .slogan .slogan_tit > h4 {
  display: inline-block;
  width: 145px;
  height: 145px;
  padding: 80px 10px 5px;
  border-radius: 100%;
  border: 6px solid #d9d9d9;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  background-position: center top 39px;
  background-repeat: no-repeat;
  background-size: 57px 31px;
  background-image: url(../images/logo_typo_color.png);
}
.vision_wrap .slogan .slogan_tit + p {
  padding: 0 30px;
  font-size: 17px;
  font-weight: 600;
  color: #222;
}
.vision_wrap .slogan .slogan_tit + p > strong {
  font-weight: 600;
}
.vision_wrap .plan .punch_tit {
  position: relative;
  margin-bottom: 20px;
}
.vision_wrap .plan .punch_tit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  left: 0;
  top: 50%;
  z-index: 9;
}
.vision_wrap .plan .punch_tit .tit {
  position: relative;
  margin: 0 auto;
  width: 158px;
  height: 45px;
  border-radius: 45px;
  background-color: #203d5a;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  z-index: 10;
}
.vision_wrap .plan .punch_tit .tit::before, .vision_wrap .plan .punch_tit .tit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}
.vision_wrap .plan .punch_tit .tit::before {
  left: 7px;
}
.vision_wrap .plan .punch_tit .tit::after {
  right: 7px;
}
.vision_wrap .plan .goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 49px;
  border-radius: 98px;
  background-color: #e2f2f9;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.vision_wrap .plan .strategy .list_task_poligon > li.bg_vision01::before {
  background-image: url(../images/ico_vision01.png);
}
.vision_wrap .plan .strategy .list_task_poligon > li.bg_vision02::before {
  background-image: url(../images/ico_vision02.png);
}
.vision_wrap .plan .strategy .list_task_poligon > li.bg_vision03::before {
  background-image: url(../images/ico_vision03.png);
}
.vision_wrap .plan .strategy .list_task_poligon > li.bg_vision04::before {
  background-image: url(../images/ico_vision04.png);
}
.vision_wrap .plan .strategy .list_task_poligon > li .txt {
  border: none;
  text-align: center;
  background-color: #f6f6f6;
  font-weight: 400;
  color: #222;
}
.vision_wrap .plan .assign > ul > li + li {
  margin-top: 20px;
}
.vision_wrap .plan .assign > ul > li .top {
  text-align: center;
  min-height: 43px;
}
.vision_wrap .plan .assign > ul > li .top > strong {
  color: #fff;
  font-size: 14px;
  line-height: 43px;
  font-weight: 500;
}
.vision_wrap .plan .assign > ul > li .btm {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d9d9d9;
  padding: 15px 17px;
}
.vision_wrap .plan + .plan {
  margin-top: 30px;
}
@media all and (min-width: 1137px), print {
  .vision_wrap .slogan {
    margin-bottom: 40px;
  }
  .vision_wrap .slogan .slogan_tit {
    margin: 0 auto 60px;
    width: 230px;
    height: 230px;
    padding: 15px;
  }
  .vision_wrap .slogan .slogan_tit::before {
    height: 30px;
  }
  .vision_wrap .slogan .slogan_tit::after {
    width: 15px;
    height: 15px;
    border: 4px solid #2471ac;
    top: calc(100% + 30px);
  }
  .vision_wrap .slogan .slogan_tit > h4 {
    width: 200px;
    height: 200px;
    padding: 110px 10px 5px;
    border: 8px solid #d9d9d9;
    font-size: 20px;
    background-position: center top 53px;
    background-size: 82px 44px;
  }
  .vision_wrap .slogan .slogan_tit + p {
    font-size: 24px;
  }
  .vision_wrap .plan .punch_tit {
    margin-bottom: 30px;
  }
  .vision_wrap .plan .punch_tit .tit {
    width: 212px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .vision_wrap .plan .punch_tit .tit::before, .vision_wrap .plan .punch_tit .tit::after {
    width: 8px;
    height: 8px;
  }
  .vision_wrap .plan .punch_tit .tit::before {
    left: 10px;
  }
  .vision_wrap .plan .punch_tit .tit::after {
    right: 10px;
  }
  .vision_wrap .plan .goal {
    min-height: 69px;
    border-radius: 138px;
    font-size: 20px;
  }
  .vision_wrap .plan .strategy .list_task_poligon > li .txt {
    padding: 60px 20px 20px;
  }
  .vision_wrap .plan .assign > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
  }
  .vision_wrap .plan .assign > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
  .vision_wrap .plan .assign > ul > li + li {
    margin-top: 15px;
  }
  .vision_wrap .plan .assign > ul > li .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 56px;
  }
  .vision_wrap .plan .assign > ul > li .top > strong {
    line-height: 56px;
    font-size: 18px;
  }
  .vision_wrap .plan .assign > ul > li .btm {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px 25px;
  }
  .vision_wrap .plan + .plan {
    margin-top: 50px;
  }
}

.btn.bg_gray:focus {
  outline: 2px dotted red !important;
}

.view_con b {
  font-weight: 500;
  color: #222;
}
.view_con i {
  font-style: italic;
}
.view_con strike {
  text-decoration: line-through;
}
.view_con table,
.view_con img {
  max-width: 100% !important;
}
.view_con table {
  table-layout: auto;
}

.p-0 {
  padding: 0px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-17 {
  margin: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 1136px) {
  .sm-p-0 {
    padding: 0px !important;
  }
  .sm-p-2 {
    padding: 2px !important;
  }
  .sm-p-3 {
    padding: 3px !important;
  }
  .sm-p-5 {
    padding: 5px !important;
  }
  .sm-p-6 {
    padding: 6px !important;
  }
  .sm-p-7 {
    padding: 7px !important;
  }
  .sm-p-8 {
    padding: 8px !important;
  }
  .sm-p-9 {
    padding: 9px !important;
  }
  .sm-p-10 {
    padding: 10px !important;
  }
  .sm-p-11 {
    padding: 11px !important;
  }
  .sm-p-12 {
    padding: 12px !important;
  }
  .sm-p-13 {
    padding: 13px !important;
  }
  .sm-p-14 {
    padding: 14px !important;
  }
  .sm-p-15 {
    padding: 15px !important;
  }
  .sm-p-17 {
    padding: 17px !important;
  }
  .sm-p-18 {
    padding: 18px !important;
  }
  .sm-p-19 {
    padding: 19px !important;
  }
  .sm-p-20 {
    padding: 20px !important;
  }
  .sm-p-25 {
    padding: 25px !important;
  }
  .sm-p-30 {
    padding: 30px !important;
  }
  .sm-p-35 {
    padding: 35px !important;
  }
  .sm-p-40 {
    padding: 40px !important;
  }
  .sm-p-50 {
    padding: 50px !important;
  }
  .sm-p-60 {
    padding: 60px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pt-2 {
    padding-top: 2px !important;
  }
  .sm-pt-3 {
    padding-top: 3px !important;
  }
  .sm-pt-5 {
    padding-top: 5px !important;
  }
  .sm-pt-6 {
    padding-top: 6px !important;
  }
  .sm-pt-7 {
    padding-top: 7px !important;
  }
  .sm-pt-8 {
    padding-top: 8px !important;
  }
  .sm-pt-9 {
    padding-top: 9px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-11 {
    padding-top: 11px !important;
  }
  .sm-pt-12 {
    padding-top: 12px !important;
  }
  .sm-pt-13 {
    padding-top: 13px !important;
  }
  .sm-pt-14 {
    padding-top: 14px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pt-17 {
    padding-top: 17px !important;
  }
  .sm-pt-18 {
    padding-top: 18px !important;
  }
  .sm-pt-19 {
    padding-top: 19px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-25 {
    padding-top: 25px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-35 {
    padding-top: 35px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pr-2 {
    padding-right: 2px !important;
  }
  .sm-pr-3 {
    padding-right: 3px !important;
  }
  .sm-pr-5 {
    padding-right: 5px !important;
  }
  .sm-pr-6 {
    padding-right: 6px !important;
  }
  .sm-pr-7 {
    padding-right: 7px !important;
  }
  .sm-pr-8 {
    padding-right: 8px !important;
  }
  .sm-pr-9 {
    padding-right: 9px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pr-11 {
    padding-right: 11px !important;
  }
  .sm-pr-12 {
    padding-right: 12px !important;
  }
  .sm-pr-13 {
    padding-right: 13px !important;
  }
  .sm-pr-14 {
    padding-right: 14px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pr-17 {
    padding-right: 17px !important;
  }
  .sm-pr-18 {
    padding-right: 18px !important;
  }
  .sm-pr-19 {
    padding-right: 19px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pr-25 {
    padding-right: 25px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pr-35 {
    padding-right: 35px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pr-60 {
    padding-right: 60px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-pb-2 {
    padding-bottom: 2px !important;
  }
  .sm-pb-3 {
    padding-bottom: 3px !important;
  }
  .sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .sm-pb-6 {
    padding-bottom: 6px !important;
  }
  .sm-pb-7 {
    padding-bottom: 7px !important;
  }
  .sm-pb-8 {
    padding-bottom: 8px !important;
  }
  .sm-pb-9 {
    padding-bottom: 9px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-11 {
    padding-bottom: 11px !important;
  }
  .sm-pb-12 {
    padding-bottom: 12px !important;
  }
  .sm-pb-13 {
    padding-bottom: 13px !important;
  }
  .sm-pb-14 {
    padding-bottom: 14px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-pb-17 {
    padding-bottom: 17px !important;
  }
  .sm-pb-18 {
    padding-bottom: 18px !important;
  }
  .sm-pb-19 {
    padding-bottom: 19px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-25 {
    padding-bottom: 25px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-35 {
    padding-bottom: 35px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pl-2 {
    padding-left: 2px !important;
  }
  .sm-pl-3 {
    padding-left: 3px !important;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .sm-pl-6 {
    padding-left: 6px !important;
  }
  .sm-pl-7 {
    padding-left: 7px !important;
  }
  .sm-pl-8 {
    padding-left: 8px !important;
  }
  .sm-pl-9 {
    padding-left: 9px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pl-11 {
    padding-left: 11px !important;
  }
  .sm-pl-12 {
    padding-left: 12px !important;
  }
  .sm-pl-13 {
    padding-left: 13px !important;
  }
  .sm-pl-14 {
    padding-left: 14px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pl-17 {
    padding-left: 17px !important;
  }
  .sm-pl-18 {
    padding-left: 18px !important;
  }
  .sm-pl-19 {
    padding-left: 19px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pl-25 {
    padding-left: 25px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pl-35 {
    padding-left: 35px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pl-60 {
    padding-left: 60px !important;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-m-2 {
    margin: 2px !important;
  }
  .sm-m-3 {
    margin: 3px !important;
  }
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-m-6 {
    margin: 6px !important;
  }
  .sm-m-7 {
    margin: 7px !important;
  }
  .sm-m-8 {
    margin: 8px !important;
  }
  .sm-m-9 {
    margin: 9px !important;
  }
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-m-11 {
    margin: 11px !important;
  }
  .sm-m-12 {
    margin: 12px !important;
  }
  .sm-m-13 {
    margin: 13px !important;
  }
  .sm-m-14 {
    margin: 14px !important;
  }
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-m-17 {
    margin: 17px !important;
  }
  .sm-m-18 {
    margin: 18px !important;
  }
  .sm-m-19 {
    margin: 19px !important;
  }
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-m-25 {
    margin: 25px !important;
  }
  .sm-m-30 {
    margin: 30px !important;
  }
  .sm-m-35 {
    margin: 35px !important;
  }
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-m-60 {
    margin: 60px !important;
  }
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-mt-2 {
    margin-top: 2px !important;
  }
  .sm-mt-3 {
    margin-top: 3px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-mt-6 {
    margin-top: 6px !important;
  }
  .sm-mt-7 {
    margin-top: 7px !important;
  }
  .sm-mt-8 {
    margin-top: 8px !important;
  }
  .sm-mt-9 {
    margin-top: 9px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-11 {
    margin-top: 11px !important;
  }
  .sm-mt-12 {
    margin-top: 12px !important;
  }
  .sm-mt-13 {
    margin-top: 13px !important;
  }
  .sm-mt-14 {
    margin-top: 14px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mt-17 {
    margin-top: 17px !important;
  }
  .sm-mt-18 {
    margin-top: 18px !important;
  }
  .sm-mt-19 {
    margin-top: 19px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-25 {
    margin-top: 25px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-35 {
    margin-top: 35px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mr-2 {
    margin-right: 2px !important;
  }
  .sm-mr-3 {
    margin-right: 3px !important;
  }
  .sm-mr-5 {
    margin-right: 5px !important;
  }
  .sm-mr-6 {
    margin-right: 6px !important;
  }
  .sm-mr-7 {
    margin-right: 7px !important;
  }
  .sm-mr-8 {
    margin-right: 8px !important;
  }
  .sm-mr-9 {
    margin-right: 9px !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mr-11 {
    margin-right: 11px !important;
  }
  .sm-mr-12 {
    margin-right: 12px !important;
  }
  .sm-mr-13 {
    margin-right: 13px !important;
  }
  .sm-mr-14 {
    margin-right: 14px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mr-17 {
    margin-right: 17px !important;
  }
  .sm-mr-18 {
    margin-right: 18px !important;
  }
  .sm-mr-19 {
    margin-right: 19px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mr-25 {
    margin-right: 25px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mr-35 {
    margin-right: 35px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mr-60 {
    margin-right: 60px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .sm-mb-2 {
    margin-bottom: 2px !important;
  }
  .sm-mb-3 {
    margin-bottom: 3px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-mb-6 {
    margin-bottom: 6px !important;
  }
  .sm-mb-7 {
    margin-bottom: 7px !important;
  }
  .sm-mb-8 {
    margin-bottom: 8px !important;
  }
  .sm-mb-9 {
    margin-bottom: 9px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-11 {
    margin-bottom: 11px !important;
  }
  .sm-mb-12 {
    margin-bottom: 12px !important;
  }
  .sm-mb-13 {
    margin-bottom: 13px !important;
  }
  .sm-mb-14 {
    margin-bottom: 14px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-mb-17 {
    margin-bottom: 17px !important;
  }
  .sm-mb-18 {
    margin-bottom: 18px !important;
  }
  .sm-mb-19 {
    margin-bottom: 19px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-25 {
    margin-bottom: 25px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-35 {
    margin-bottom: 35px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-ml-2 {
    margin-left: 2px !important;
  }
  .sm-ml-3 {
    margin-left: 3px !important;
  }
  .sm-ml-5 {
    margin-left: 5px !important;
  }
  .sm-ml-6 {
    margin-left: 6px !important;
  }
  .sm-ml-7 {
    margin-left: 7px !important;
  }
  .sm-ml-8 {
    margin-left: 8px !important;
  }
  .sm-ml-9 {
    margin-left: 9px !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-ml-11 {
    margin-left: 11px !important;
  }
  .sm-ml-12 {
    margin-left: 12px !important;
  }
  .sm-ml-13 {
    margin-left: 13px !important;
  }
  .sm-ml-14 {
    margin-left: 14px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-ml-17 {
    margin-left: 17px !important;
  }
  .sm-ml-18 {
    margin-left: 18px !important;
  }
  .sm-ml-19 {
    margin-left: 19px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-ml-25 {
    margin-left: 25px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-ml-35 {
    margin-left: 35px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-ml-60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1137px), print {
  .lg-p-0 {
    padding: 0px !important;
  }
  .lg-p-2 {
    padding: 2px !important;
  }
  .lg-p-3 {
    padding: 3px !important;
  }
  .lg-p-5 {
    padding: 5px !important;
  }
  .lg-p-6 {
    padding: 6px !important;
  }
  .lg-p-7 {
    padding: 7px !important;
  }
  .lg-p-8 {
    padding: 8px !important;
  }
  .lg-p-9 {
    padding: 9px !important;
  }
  .lg-p-10 {
    padding: 10px !important;
  }
  .lg-p-11 {
    padding: 11px !important;
  }
  .lg-p-12 {
    padding: 12px !important;
  }
  .lg-p-13 {
    padding: 13px !important;
  }
  .lg-p-14 {
    padding: 14px !important;
  }
  .lg-p-15 {
    padding: 15px !important;
  }
  .lg-p-17 {
    padding: 17px !important;
  }
  .lg-p-18 {
    padding: 18px !important;
  }
  .lg-p-19 {
    padding: 19px !important;
  }
  .lg-p-20 {
    padding: 20px !important;
  }
  .lg-p-25 {
    padding: 25px !important;
  }
  .lg-p-30 {
    padding: 30px !important;
  }
  .lg-p-35 {
    padding: 35px !important;
  }
  .lg-p-40 {
    padding: 40px !important;
  }
  .lg-p-50 {
    padding: 50px !important;
  }
  .lg-p-60 {
    padding: 60px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pt-2 {
    padding-top: 2px !important;
  }
  .lg-pt-3 {
    padding-top: 3px !important;
  }
  .lg-pt-5 {
    padding-top: 5px !important;
  }
  .lg-pt-6 {
    padding-top: 6px !important;
  }
  .lg-pt-7 {
    padding-top: 7px !important;
  }
  .lg-pt-8 {
    padding-top: 8px !important;
  }
  .lg-pt-9 {
    padding-top: 9px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pt-11 {
    padding-top: 11px !important;
  }
  .lg-pt-12 {
    padding-top: 12px !important;
  }
  .lg-pt-13 {
    padding-top: 13px !important;
  }
  .lg-pt-14 {
    padding-top: 14px !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pt-17 {
    padding-top: 17px !important;
  }
  .lg-pt-18 {
    padding-top: 18px !important;
  }
  .lg-pt-19 {
    padding-top: 19px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-25 {
    padding-top: 25px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-35 {
    padding-top: 35px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pr-2 {
    padding-right: 2px !important;
  }
  .lg-pr-3 {
    padding-right: 3px !important;
  }
  .lg-pr-5 {
    padding-right: 5px !important;
  }
  .lg-pr-6 {
    padding-right: 6px !important;
  }
  .lg-pr-7 {
    padding-right: 7px !important;
  }
  .lg-pr-8 {
    padding-right: 8px !important;
  }
  .lg-pr-9 {
    padding-right: 9px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-pr-11 {
    padding-right: 11px !important;
  }
  .lg-pr-12 {
    padding-right: 12px !important;
  }
  .lg-pr-13 {
    padding-right: 13px !important;
  }
  .lg-pr-14 {
    padding-right: 14px !important;
  }
  .lg-pr-15 {
    padding-right: 15px !important;
  }
  .lg-pr-17 {
    padding-right: 17px !important;
  }
  .lg-pr-18 {
    padding-right: 18px !important;
  }
  .lg-pr-19 {
    padding-right: 19px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pr-25 {
    padding-right: 25px !important;
  }
  .lg-pr-30 {
    padding-right: 30px !important;
  }
  .lg-pr-35 {
    padding-right: 35px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pr-60 {
    padding-right: 60px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-pb-2 {
    padding-bottom: 2px !important;
  }
  .lg-pb-3 {
    padding-bottom: 3px !important;
  }
  .lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .lg-pb-6 {
    padding-bottom: 6px !important;
  }
  .lg-pb-7 {
    padding-bottom: 7px !important;
  }
  .lg-pb-8 {
    padding-bottom: 8px !important;
  }
  .lg-pb-9 {
    padding-bottom: 9px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pb-11 {
    padding-bottom: 11px !important;
  }
  .lg-pb-12 {
    padding-bottom: 12px !important;
  }
  .lg-pb-13 {
    padding-bottom: 13px !important;
  }
  .lg-pb-14 {
    padding-bottom: 14px !important;
  }
  .lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .lg-pb-17 {
    padding-bottom: 17px !important;
  }
  .lg-pb-18 {
    padding-bottom: 18px !important;
  }
  .lg-pb-19 {
    padding-bottom: 19px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-25 {
    padding-bottom: 25px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-35 {
    padding-bottom: 35px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pl-2 {
    padding-left: 2px !important;
  }
  .lg-pl-3 {
    padding-left: 3px !important;
  }
  .lg-pl-5 {
    padding-left: 5px !important;
  }
  .lg-pl-6 {
    padding-left: 6px !important;
  }
  .lg-pl-7 {
    padding-left: 7px !important;
  }
  .lg-pl-8 {
    padding-left: 8px !important;
  }
  .lg-pl-9 {
    padding-left: 9px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pl-11 {
    padding-left: 11px !important;
  }
  .lg-pl-12 {
    padding-left: 12px !important;
  }
  .lg-pl-13 {
    padding-left: 13px !important;
  }
  .lg-pl-14 {
    padding-left: 14px !important;
  }
  .lg-pl-15 {
    padding-left: 15px !important;
  }
  .lg-pl-17 {
    padding-left: 17px !important;
  }
  .lg-pl-18 {
    padding-left: 18px !important;
  }
  .lg-pl-19 {
    padding-left: 19px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pl-25 {
    padding-left: 25px !important;
  }
  .lg-pl-30 {
    padding-left: 30px !important;
  }
  .lg-pl-35 {
    padding-left: 35px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pl-60 {
    padding-left: 60px !important;
  }
  .lg-m-0 {
    margin: 0px !important;
  }
  .lg-m-2 {
    margin: 2px !important;
  }
  .lg-m-3 {
    margin: 3px !important;
  }
  .lg-m-5 {
    margin: 5px !important;
  }
  .lg-m-6 {
    margin: 6px !important;
  }
  .lg-m-7 {
    margin: 7px !important;
  }
  .lg-m-8 {
    margin: 8px !important;
  }
  .lg-m-9 {
    margin: 9px !important;
  }
  .lg-m-10 {
    margin: 10px !important;
  }
  .lg-m-11 {
    margin: 11px !important;
  }
  .lg-m-12 {
    margin: 12px !important;
  }
  .lg-m-13 {
    margin: 13px !important;
  }
  .lg-m-14 {
    margin: 14px !important;
  }
  .lg-m-15 {
    margin: 15px !important;
  }
  .lg-m-17 {
    margin: 17px !important;
  }
  .lg-m-18 {
    margin: 18px !important;
  }
  .lg-m-19 {
    margin: 19px !important;
  }
  .lg-m-20 {
    margin: 20px !important;
  }
  .lg-m-25 {
    margin: 25px !important;
  }
  .lg-m-30 {
    margin: 30px !important;
  }
  .lg-m-35 {
    margin: 35px !important;
  }
  .lg-m-40 {
    margin: 40px !important;
  }
  .lg-m-50 {
    margin: 50px !important;
  }
  .lg-m-60 {
    margin: 60px !important;
  }
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-mt-2 {
    margin-top: 2px !important;
  }
  .lg-mt-3 {
    margin-top: 3px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-mt-6 {
    margin-top: 6px !important;
  }
  .lg-mt-7 {
    margin-top: 7px !important;
  }
  .lg-mt-8 {
    margin-top: 8px !important;
  }
  .lg-mt-9 {
    margin-top: 9px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-11 {
    margin-top: 11px !important;
  }
  .lg-mt-12 {
    margin-top: 12px !important;
  }
  .lg-mt-13 {
    margin-top: 13px !important;
  }
  .lg-mt-14 {
    margin-top: 14px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-mt-17 {
    margin-top: 17px !important;
  }
  .lg-mt-18 {
    margin-top: 18px !important;
  }
  .lg-mt-19 {
    margin-top: 19px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-25 {
    margin-top: 25px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-35 {
    margin-top: 35px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mr-0 {
    margin-right: 0px !important;
  }
  .lg-mr-2 {
    margin-right: 2px !important;
  }
  .lg-mr-3 {
    margin-right: 3px !important;
  }
  .lg-mr-5 {
    margin-right: 5px !important;
  }
  .lg-mr-6 {
    margin-right: 6px !important;
  }
  .lg-mr-7 {
    margin-right: 7px !important;
  }
  .lg-mr-8 {
    margin-right: 8px !important;
  }
  .lg-mr-9 {
    margin-right: 9px !important;
  }
  .lg-mr-10 {
    margin-right: 10px !important;
  }
  .lg-mr-11 {
    margin-right: 11px !important;
  }
  .lg-mr-12 {
    margin-right: 12px !important;
  }
  .lg-mr-13 {
    margin-right: 13px !important;
  }
  .lg-mr-14 {
    margin-right: 14px !important;
  }
  .lg-mr-15 {
    margin-right: 15px !important;
  }
  .lg-mr-17 {
    margin-right: 17px !important;
  }
  .lg-mr-18 {
    margin-right: 18px !important;
  }
  .lg-mr-19 {
    margin-right: 19px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mr-25 {
    margin-right: 25px !important;
  }
  .lg-mr-30 {
    margin-right: 30px !important;
  }
  .lg-mr-35 {
    margin-right: 35px !important;
  }
  .lg-mr-40 {
    margin-right: 40px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-mr-60 {
    margin-right: 60px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .lg-mb-2 {
    margin-bottom: 2px !important;
  }
  .lg-mb-3 {
    margin-bottom: 3px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-mb-6 {
    margin-bottom: 6px !important;
  }
  .lg-mb-7 {
    margin-bottom: 7px !important;
  }
  .lg-mb-8 {
    margin-bottom: 8px !important;
  }
  .lg-mb-9 {
    margin-bottom: 9px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-11 {
    margin-bottom: 11px !important;
  }
  .lg-mb-12 {
    margin-bottom: 12px !important;
  }
  .lg-mb-13 {
    margin-bottom: 13px !important;
  }
  .lg-mb-14 {
    margin-bottom: 14px !important;
  }
  .lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .lg-mb-17 {
    margin-bottom: 17px !important;
  }
  .lg-mb-18 {
    margin-bottom: 18px !important;
  }
  .lg-mb-19 {
    margin-bottom: 19px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-25 {
    margin-bottom: 25px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-35 {
    margin-bottom: 35px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-ml-2 {
    margin-left: 2px !important;
  }
  .lg-ml-3 {
    margin-left: 3px !important;
  }
  .lg-ml-5 {
    margin-left: 5px !important;
  }
  .lg-ml-6 {
    margin-left: 6px !important;
  }
  .lg-ml-7 {
    margin-left: 7px !important;
  }
  .lg-ml-8 {
    margin-left: 8px !important;
  }
  .lg-ml-9 {
    margin-left: 9px !important;
  }
  .lg-ml-10 {
    margin-left: 10px !important;
  }
  .lg-ml-11 {
    margin-left: 11px !important;
  }
  .lg-ml-12 {
    margin-left: 12px !important;
  }
  .lg-ml-13 {
    margin-left: 13px !important;
  }
  .lg-ml-14 {
    margin-left: 14px !important;
  }
  .lg-ml-15 {
    margin-left: 15px !important;
  }
  .lg-ml-17 {
    margin-left: 17px !important;
  }
  .lg-ml-18 {
    margin-left: 18px !important;
  }
  .lg-ml-19 {
    margin-left: 19px !important;
  }
  .lg-ml-20 {
    margin-left: 20px !important;
  }
  .lg-ml-25 {
    margin-left: 25px !important;
  }
  .lg-ml-30 {
    margin-left: 30px !important;
  }
  .lg-ml-35 {
    margin-left: 35px !important;
  }
  .lg-ml-40 {
    margin-left: 40px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
  .lg-ml-60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: adaptive), print {
  .adap-fs-12 {
    font-size: 12px !important;
  }
  .adap-fs-13 {
    font-size: 13px !important;
  }
  .adap-fs-14 {
    font-size: 14px !important;
  }
  .adap-fs-15 {
    font-size: 15px !important;
  }
  .adap-fs-16 {
    font-size: 16px !important;
  }
  .adap-fs-17 {
    font-size: 17px !important;
  }
  .adap-fs-18 {
    font-size: 18px !important;
  }
  .adap-fs-19 {
    font-size: 19px !important;
  }
  .adap-fs-20 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1136px) {
  .sm-fs-12 {
    font-size: 12px !important;
  }
  .sm-fs-13 {
    font-size: 13px !important;
  }
  .sm-fs-14 {
    font-size: 14px !important;
  }
  .sm-fs-15 {
    font-size: 15px !important;
  }
  .sm-fs-16 {
    font-size: 16px !important;
  }
  .sm-fs-17 {
    font-size: 17px !important;
  }
  .sm-fs-18 {
    font-size: 18px !important;
  }
  .sm-fs-19 {
    font-size: 19px !important;
  }
  .sm-fs-20 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1137px), print {
  .lg-fs-12 {
    font-size: 12px !important;
  }
  .lg-fs-13 {
    font-size: 13px !important;
  }
  .lg-fs-14 {
    font-size: 14px !important;
  }
  .lg-fs-15 {
    font-size: 15px !important;
  }
  .lg-fs-16 {
    font-size: 16px !important;
  }
  .lg-fs-17 {
    font-size: 17px !important;
  }
  .lg-fs-18 {
    font-size: 18px !important;
  }
  .lg-fs-19 {
    font-size: 19px !important;
  }
  .lg-fs-20 {
    font-size: 20px !important;
  }
}
.error_wrap {
  display: table;
  width: 100%;
  height: 100vh;
  background: url("../images/bg_error.jpg") no-repeat center/cover;
}
.error_wrap .error_box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.error_wrap .error_box .logo {
  margin: 0 auto;
  margin-bottom: 25px;
}
.error_wrap .error_box .script {
  background: url("../images/bg_error_phone.jpg") no-repeat top 0 left 50%/183px;
  padding: 0 10px;
  padding-top: 142px;
}
.error_wrap .error_box .script > strong {
  font-size: 17px;
  font-weight: 500;
  color: #222;
}
.error_wrap .btn_box {
  margin-top: 15px;
}
.error_wrap .btn_box > .btn {
  width: 110px;
}
@media all and (min-width: 1137px), print {
  .error_wrap {
    background: url("../images/bg_error.jpg") no-repeat center/cover;
  }
  .error_wrap .error_box .logo {
    margin-bottom: 50px;
  }
  .error_wrap .error_box .script {
    background-size: auto;
    padding: 0;
    padding-top: 280px;
  }
  .error_wrap .error_box .script > strong {
    font-size: 23px;
  }
  .error_wrap .error_box .script > p {
    margin-top: 26px;
  }
  .error_wrap .btn_box {
    margin-top: 36px;
  }
  .error_wrap .btn_box > .btn {
    width: 145px;
  }
}