@charset "UTF-8";
/* Font */
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 300;
  src: local("※"), url("../../_common/fonts/NotoSans-Light.woff2") format("woff2"), url("../../_common/fonts/NotoSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 400;
  src: local("※"), url("../../_common/fonts/NotoSans-Regular.woff2") format("woff2"), url("../../_common/fonts/NotoSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 500;
  src: local("※"), url("../../_common/fonts/NotoSans-Medium.woff2") format("woff2"), url("../../_common/fonts/NotoSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 600;
  src: local("※"), url("../../_common/fonts/NotoSans-Bold.woff2") format("woff2"), url("../../_common/fonts/NotoSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: "normal";
  font-weight: 400;
  src: local("※"), url("../../_common/fonts/Roboto-Regular.woff2") format("woff2"), url("../../_common/fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: "normal";
  font-weight: 500;
  src: local("※"), url("../../_common/fonts/Roboto-Medium.woff2") format("woff2"), url("../../_common/fonts/Roboto-Medium.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;
}
html.popup_open body {
  overflow: hidden;
}

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-45 {
  padding: 45px !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-45 {
  padding-top: 45px !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-45 {
  padding-right: 45px !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-45 {
  padding-bottom: 45px !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-45 {
  padding-left: 45px !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-45 {
  margin: 45px !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-45 {
  margin-top: 45px !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-45 {
  margin-right: 45px !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-45 {
  margin-bottom: 45px !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-45 {
  margin-left: 45px !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-45 {
    padding: 45px !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-45 {
    padding-top: 45px !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-45 {
    padding-right: 45px !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-45 {
    padding-bottom: 45px !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-45 {
    padding-left: 45px !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-45 {
    margin: 45px !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-45 {
    margin-top: 45px !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-45 {
    margin-right: 45px !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-45 {
    margin-bottom: 45px !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-45 {
    margin-left: 45px !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-45 {
    padding: 45px !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-45 {
    padding-top: 45px !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-45 {
    padding-right: 45px !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-45 {
    padding-bottom: 45px !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-45 {
    padding-left: 45px !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-45 {
    margin: 45px !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-45 {
    margin-top: 45px !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-45 {
    margin-right: 45px !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-45 {
    margin-bottom: 45px !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-45 {
    margin-left: 45px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
  .lg-ml-60 {
    margin-left: 60px !important;
  }
}
.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.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: #222;
}

.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;
}

.txt_vm {
  vertical-align: -2px;
}

.mgt_auto {
  margin-top: auto !important;
}

.mgr_auto {
  margin-right: auto !important;
}

.mgb_auto {
  margin-bottom: auto !important;
}

.mgl_auto {
  margin-left: auto !important;
}

.bg_darkgray {
  background-color: #444;
}

.bg_darkgray2 {
  background-color: #53637b;
}

.bg_lightgray {
  background-color: #767676;
}

.bg_lightgray2 {
  background-color: #f6f6f6 !important;
}

.bg_gray {
  background-color: #777;
}

.bg_red {
  background-color: #e43c3c;
}

.bg_blue {
  background-color: #2f70cb;
}

.bg_green {
  background-color: #0da393;
}

.bg_orange {
  background-color: #ce4c05;
}

.bg_brown {
  background-color: #59544b;
}

.color_default {
  color: #666 !important;
}

.color_red {
  color: #e43c3c !important;
}

.section + .section {
  margin-top: 35px;
}
@media all and (min-width: 1137px), print {
  .section + .section {
    margin-top: 50px;
  }
}

.sub_section + .sub_section {
  margin-top: 20px;
}
@media all and (min-width: 1137px), print {
  .sub_section + .sub_section {
    margin-top: 40px;
  }
}

/*! 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;
}

/**
 * Swiper 8.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  font-size: 13px;
}
body .inner {
  padding: 0 10px;
}
body .container {
  padding-top: 0;
}
@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: 0;
  }
}

@media print {
  @page {
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  /*----- Print -----*/
  .accessibility,
  .header,
  .aside,
  .location,
  .quick_menu,
  .footer {
    display: none !important;
  }
  .container {
    padding: 0 !important;
  }
  .container .inner {
    width: 1100px !important;
    padding: 0 50px !important;
    margin: 0 !important;
  }
  .contents {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  #print_area {
    padding: 30px;
  }
}
/* 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: #e43c3c;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -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: 10;
}
.header .header_top {
  display: none;
}
.header .header_cont {
  height: 58px;
  background: #fff;
}
.header .header_cont .inner {
  padding: 0;
}
.header .header_cont .inner .logo_wrap {
  width: 200px;
}
.header .header_cont .inner .logo_wrap .home {
  position: relative;
  display: block;
  height: 58px;
}
.header .header_cont .inner .logo_wrap .home > .logo {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 180px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header_cont .inner .gnb_wrap {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .header_cont .inner .gnb_wrap.open {
  left: 0;
}
.header .header_cont .inner .gnb_wrap.open:before {
  opacity: 1;
}
.header .header_cont .inner .gnb_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
}
.header .header_cont .inner .gnb_wrap .m_menu_top {
  position: relative;
  width: 75%;
  height: 58px;
  background: #fff;
}
.header .header_cont .inner .gnb_wrap .m_menu_top > .logo {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 180px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header_cont .inner .gnb_wrap .m_menu_top .btn_menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 58px;
  background: url(../images/btn_menu_close_m.png) no-repeat center/19px;
}
.header .header_cont .inner .gnb_wrap .gnb {
  width: 75%;
  height: 100vh;
  background: #746854;
  overflow-y: auto;
}
.header .header_cont .inner .gnb_wrap .gnb:after {
  content: "";
  display: block;
  width: 100%;
  height: 15%;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  padding: 13px 53px 15px 20px;
  background: url(../images/bg_open.gif) no-repeat right 20px top 50%/13px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active {
  background-color: #e43c3c;
  background-image: url(../images/bg_close.gif);
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap {
  display: block;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap {
  display: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  background: #f8f8f8;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .l {
  display: none;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 {
  padding: 10px 20px;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 > li > a {
  position: relative;
  display: block;
  padding: 6px 23px 6px 0;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 > li > a.active.has_depth:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 > li > a.has_depth:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 7px;
  margin-top: -3px;
  background: url(../images/bg_arrow_down.png) no-repeat 0 0/100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
  margin: 3px 0 5px;
  padding: 9px 18px;
  background: #fff;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 > li .depth3 > li > a {
  position: relative;
  display: block;
  padding: 5px 0 5px 9px;
  font-size: 14px;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 > li .depth3 > li > a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #aaa;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 > li .depth3 > li > a.active {
  font-weight: 400;
  text-decoration: underline;
  color: #ee8b20;
}
.header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap .depth2 > li .depth3 > li > a.active:before {
  background-color: #ee8b20;
}
.header .header_cont .inner .btn_search_m,
.header .header_cont .inner .btn_menu {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.header .header_cont .inner .btn_search_m {
  right: 42px;
  width: 35px;
  height: 58px;
  background-image: url(../images/btn_search_m.png);
  background-size: 20px;
}
.header .header_cont .inner .btn_menu {
  right: 2px;
  width: 40px;
  height: 58px;
  background-image: url(../images/btn_menu_m.png);
  background-size: 25px;
}
@media all and (max-width: 767px) {
  .header .header_cont .inner .btn_search_m {
    top: 36px;
  }
  .header .header_cont .inner .btn_menu {
    top: 36px;
  }
  .header .header_top {
    position: relative;
    display: block;
    height: 36px;
    background: #59544b;
    font-size: 13px;
  }
  .header .header_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1440px) / 2);
    height: 36px;
    background: #e43c3c;
  }
  .header .header_top .inner {
    padding: 0;
  }
  .header .header_top .inner .l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header_top .inner .r {
    display: none;
  }
  .header .header_top .inner .call {
    display: none;
  }
  .header .header_top .inner .header_link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header .header_top .inner .header_link:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .header_link dt,
  .header .header_top .inner .header_link dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
  }
  .header .header_top .inner .header_link dt {
    background: #e43c3c;
    color: #fff;
    padding: 0 10px;
  }
  .header .header_top .inner .header_link dt > span {
    display: none;
  }
  .header .header_top .inner .header_link dd:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .header_top .inner .header_link dd > .btn_link {
    display: block;
    padding: 0 10px;
    background: #33302a;
    color: #fff;
  }
  .header .header_top .inner .header_link dd > .btn_link:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 6px;
    margin-bottom: 1px;
    background: url(../images/bg_link.png) no-repeat 0 0/7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media all and (min-width: 768px), print {
  .header .header_cont .inner .btn_search_m {
    top: 44px;
  }
  .header .header_cont .inner .btn_menu {
    top: 44px;
  }
  .header .header_top {
    position: relative;
    display: block;
    height: 44px;
    background: #59544b;
    font-size: 15px;
  }
  .header .header_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1440px) / 2);
    height: 44px;
    background: #e43c3c;
  }
  .header .header_top .inner {
    padding: 0 10px;
  }
  .header .header_top .inner .l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_top .inner .r {
    display: none;
  }
  .header .header_top .inner .header_link,
  .header .header_top .inner .header_link > *,
  .header .header_top .inner .search_form,
  .header .header_top .inner .sns {
    float: left;
  }
  .header .header_top .inner .call {
    float: right;
  }
  .header .header_top .inner .header_link {
    position: relative;
    margin-right: 20px;
    padding-left: 40px;
  }
  .header .header_top .inner .header_link:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .header_link:before {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% - 40px);
    top: 0;
    width: 50px;
    height: 44px;
    background: #e43c3c;
  }
  .header .header_top .inner .header_link dt,
  .header .header_top .inner .header_link dd {
    height: 44px;
    line-height: 44px;
  }
  .header .header_top .inner .header_link dt {
    padding-right: 16px;
    background: #e43c3c;
    color: #fff;
  }
  .header .header_top .inner .header_link dd:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .header_top .inner .header_link dd > .btn_link {
    display: block;
    padding: 0 15px;
    background: #33302a;
    color: #fff;
  }
  .header .header_top .inner .header_link dd > .btn_link:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 6px;
    margin-bottom: 1px;
    background: url(../images/bg_link.png) no-repeat 0 0/9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_top .inner .call {
    height: 44px;
    padding-left: 26px;
    background: url(../images/bg_call.png) no-repeat 0 50%;
    line-height: 44px;
    color: #fff;
  }
  .header .header_top .inner .call .color_yellow {
    font-weight: 400;
    font-size: 16px;
    color: #eec020;
  }
  .header .header_top .inner .search_form {
    position: relative;
    margin-right: 13px;
  }
  .header .header_top .inner .search_form .input_search {
    border: 0;
    width: 210px;
    height: 44px;
    padding-left: 12px;
    background: #746854;
    padding-right: 48px;
    color: #fff;
  }
  .header .header_top .inner .search_form .btn_search_pc {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 44px;
    background: url(../images/btn_search_pc.png) no-repeat center;
  }
  .header .header_top .inner .sns {
    margin-right: -11px;
  }
  .header .header_top .inner .sns > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .sns > ul > li {
    position: relative;
    float: left;
  }
  .header .header_top .inner .sns > ul > li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: rgba(255, 255, 255, 0.2);
  }
  .header .header_top .inner .sns > ul > li > a {
    display: block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .header_top .inner .sns > ul > li > a.btn_facebook {
    background-image: url(../images/ico_facebook_white.png);
  }
  .header .header_top .inner .sns > ul > li > a.btn_twitter {
    background-image: url(../images/ico_twitter_white.png);
  }
  .header .header_top .inner .sns > ul > li > a.btn_instargram {
    background-image: url(../images/ico_instargram_white.png);
  }
  .header .header_top .inner .sns > ul > li > a.btn_youtube {
    background-image: url(../images/ico_youtube_white.png);
  }
}
@media all and (min-width: 1457px), print {
  .header .header_top {
    position: relative;
    display: block;
    height: 44px;
    background: #59544b;
    font-size: 15px;
  }
  .header .header_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1440px) / 2);
    height: 44px;
    background: #e43c3c;
  }
  .header .header_top .inner {
    padding: 0;
  }
  .header .header_top .inner .l {
    float: left;
  }
  .header .header_top .inner .l:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .r {
    display: block;
    float: right;
  }
  .header .header_top .inner .r:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .header_link,
  .header .header_top .inner .header_link > *,
  .header .header_top .inner .call,
  .header .header_top .inner .search_form,
  .header .header_top .inner .sns {
    display: block;
    float: left;
  }
  .header .header_top .inner .header_link {
    position: relative;
    margin-right: 20px;
    padding-left: 100px;
  }
  .header .header_top .inner .header_link:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .header_link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 44px;
    background: #e43c3c;
  }
  .header .header_top .inner .header_link dt,
  .header .header_top .inner .header_link dd {
    height: 44px;
    line-height: 44px;
  }
  .header .header_top .inner .header_link dt {
    padding-right: 16px;
    background: #e43c3c;
    color: #fff;
  }
  .header .header_top .inner .header_link dd:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .header_top .inner .header_link dd > .btn_link {
    display: block;
    padding: 0 15px;
    background: #33302a;
    color: #fff;
  }
  .header .header_top .inner .header_link dd > .btn_link:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 6px;
    margin-bottom: 1px;
    background: url(../images/bg_link.png) no-repeat 0 0/9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_top .inner .call {
    height: 44px;
    padding-left: 26px;
    background: url(../images/bg_call.png) no-repeat 0 50%;
    line-height: 44px;
    color: #fff;
  }
  .header .header_top .inner .call .color_yellow {
    font-weight: 400;
    font-size: 16px;
    color: #eec020;
  }
  .header .header_top .inner .search_form {
    position: relative;
    margin-right: 13px;
  }
  .header .header_top .inner .search_form .input_search {
    border: 0;
    width: 210px;
    height: 44px;
    padding-left: 12px;
    background: #746854;
    padding-right: 48px;
    color: #fff;
  }
  .header .header_top .inner .search_form .btn_search_pc {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 44px;
    background: url(../images/btn_search_pc.png) no-repeat center;
  }
  .header .header_top .inner .sns {
    margin-right: -11px;
  }
  .header .header_top .inner .sns > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_top .inner .sns > ul > li {
    position: relative;
    float: left;
  }
  .header .header_top .inner .sns > ul > li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: rgba(255, 255, 255, 0.2);
  }
  .header .header_top .inner .sns > ul > li > a {
    display: block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .header_top .inner .sns > ul > li > a.btn_facebook {
    background-image: url(../images/ico_facebook_white.png);
  }
  .header .header_top .inner .sns > ul > li > a.btn_twitter {
    background-image: url(../images/ico_twitter_white.png);
  }
  .header .header_top .inner .sns > ul > li > a.btn_instargram {
    background-image: url(../images/ico_instargram_white.png);
  }
  .header .header_top .inner .sns > ul > li > a.btn_youtube {
    background-image: url(../images/ico_youtube_white.png);
  }
  .header .header_cont {
    height: 88px;
  }
  .header .header_cont .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 88px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_cont .inner .logo_wrap {
    width: 270px;
  }
  .header .header_cont .inner .logo_wrap > .home {
    position: static;
    height: auto;
  }
  .header .header_cont .inner .logo_wrap > .home > .logo {
    position: static;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
  .header .header_cont .inner .gnb_wrap {
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
  }
  .header .header_cont .inner .gnb_wrap .m_menu_top {
    display: none;
  }
  .header .header_cont .inner .gnb_wrap .gnb {
    width: auto;
    height: auto;
    margin-right: 35px;
    background: #fff;
    overflow-y: visible;
  }
  .header .header_cont .inner .gnb_wrap .gnb:after {
    display: none;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 {
    border-top: 0;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li {
    float: left;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    height: 88px;
    padding: 0 35px;
    background: none;
    font-size: 20px;
    color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #e43c3c;
    -webkit-transition: width 0.5s, left 0.5s;
    transition: width 0.5s, left 0.5s;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-right: 7px solid transparent;
    border-top: 8px solid #e43c3c;
    border-left: 7px solid transparent;
    margin-left: -7px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active {
    color: #e43c3c;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active:before {
    width: 100%;
    left: 0;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active:after {
    bottom: -8px;
    opacity: 1;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap {
    position: absolute;
    top: 132px;
    left: 0;
    display: table;
    border-top: 1px solid #ddd;
    border-bottom: 3px solid #e43c3c;
    width: 100%;
    background: #fafafa;
    min-height: 450px;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l {
    display: table-cell;
    width: 31vw;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/bg_gnb_box_bottom.png), url(../images/bg_gnb_box_top.png);
    background-size: auto, auto;
    background-position: right 0 bottom 0, right 339px top -1px;
    vertical-align: top;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l .depth_info {
    width: 19vw;
    padding-top: 3.1vw;
    float: right;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l .depth_info .depth_tit {
    font-weight: 600;
    font-size: 28px;
    color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l .depth_info .depth_tit:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 18px 0;
    background: #000;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l .depth_info .depth_cont {
    position: relative;
    font-size: 15px;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l .depth_info .depth_cont:before {
    content: "";
    position: absolute;
    top: 96px;
    left: 0%;
    width: 188px;
    height: 141px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l .depth_info .depth_cont::after {
    content: "";
    position: absolute;
    top: 170px;
    left: 122px;
    background: url(../images/bg_depth_dot.png);
    width: 66px;
    height: 69px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l.bg01 .depth_cont::before {
    background-image: url(../images/bg_depth_cont_01.png);
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l.bg02 .depth_cont::before {
    background-image: url(../images/bg_depth_cont_02.png);
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l.bg03 .depth_cont::before {
    background-image: url(../images/bg_depth_cont_03.png);
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l.bg04 .depth_cont::before {
    background-image: url(../images/bg_depth_cont_04.png);
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l.bg05 .depth_cont::before {
    background-image: url(../images/bg_depth_cont_05.png);
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .l.bg06 .depth_cont::before {
    background-image: url(../images/bg_depth_cont_06.png);
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1100px;
    height: 520px;
    max-height: calc(100vh - 180px);
    padding: 50px 0 35px 30px;
    background: #fafafa;
    overflow-y: auto;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2::-webkit-scrollbar {
    width: 5px;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2::-webkit-scrollbar-track {
    background-color: #e4e4e4;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li {
    width: 233px;
    margin-left: 30px;
    margin-bottom: 25px;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > a {
    position: relative;
    display: table-cell;
    border: 1px solid #ccc;
    width: 100vw;
    height: 42px;
    padding: 0 40px 0 15px;
    background: #fff;
    font-weight: 400;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .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.active {
    border: 1px solid #ee8b20;
    background: #ee8b20;
    font-weight: 500;
    color: #fff;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > a:hover:before, .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > a.active:before {
    border-color: #fff;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > a.has_depth:after {
    display: none;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 {
    display: block;
    margin: 0;
    padding: 10px 15px 0 15px;
    background: none;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 > li:last-child > a {
    padding-bottom: 0;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 > li > a {
    font-size: 16px;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 > li > a:hover, .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 > li > a.active {
    font-weight: 400;
    text-decoration: underline;
    color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 > li > a:hover:before, .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 > li > a.active:before {
    background-color: #222;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li > a.active + .depth_wrap .depth2 > li > .depth3 > li > a:before {
    top: 17px;
  }
  .header .header_cont .inner .gnb_wrap .gnb .depth1 > li .depth_wrap {
    border: 0;
    background: none;
  }
  .header .header_cont .inner .gnb_wrap:before {
    display: none;
  }
  .header .header_cont .inner .gnb_wrap .depth2 {
    display: none;
  }
  .header .header_cont .inner .btn_search_m {
    display: none;
  }
  .header .header_cont .inner .btn_menu {
    position: static;
    width: 30px;
    height: 22px;
    background: url(../images/btn_menu_pc.png) no-repeat 0 0;
  }
}

.all_menu {
  display: none;
}

@media all and (min-width: 1137px), print {
  .all_menu_open {
    overflow: hidden;
  }
  .all_menu_open .all_menu {
    display: block;
  }
  .all_menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-image: url(../images/bg_allmenu1.png), url(../images/bg_allmenu2.png), url(../images/bg_allmenu3.png);
    background-position: 100% 0, 0 100%, calc(100% - 50px) calc(100% - 178px);
    background-repeat: no-repeat;
    background-color: #59544b;
  }
  .all_menu_list {
    position: relative;
    width: 1440px;
    margin: 0 auto;
    padding: 150px 0;
  }
  .all_menu_list .menu_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .all_menu_list .menu_section + .menu_section {
    margin-top: 100px;
  }
  .all_menu_list .menu_tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
    word-break: break-word;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
  }
  .all_menu_list .menu_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 60px;
  }
  .all_menu_list .menu_box > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -50px;
  }
  .all_menu_list .menu_box > ul > li {
    width: calc(25% - 15px);
    margin-bottom: 50px;
  }
  .all_menu_list .menu_box > ul > li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .all_menu_list .menu_dep1 {
    display: block;
    padding-bottom: 13px;
    border-bottom: 2px solid #8b8881;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
  }
  .all_menu_list .menu_dep2_list {
    margin-top: 12px;
  }
  .all_menu_list .menu_dep2_list > li > a {
    color: #ccc;
  }
  .all_menu_list .menu_dep2_list > li > a:hover {
    text-decoration: underline;
  }
  .all_menu_list .menu_dep2_list > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .all_menu_list .btn_allmenu_close {
    position: fixed;
    right: calc((100% - 1510px) / 2);
    top: 78px;
    width: 22px;
    height: 22px;
    background: url(../images/btn_allmenu_close.png) no-repeat 0 0;
  }
}
.lang_select.m {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 75%;
  height: 45px;
  background-color: #59544b;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 1457px), print {
  .lang_select.m {
    display: none;
  }
}
.lang_select.m > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
}
.lang_select.m > ul > li {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lang_select.m > ul > li + li {
  margin-left: 15px;
}
.lang_select.m > ul > li > a,
.lang_select.m > ul > li > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.lang_select.m > ul > li > a::before,
.lang_select.m > ul > li > span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/ico_chk_w.png);
}
.lang_select.m > ul > li > span {
  color: #eec020;
}
.lang_select.m > ul > li > span::before {
  background-image: url(../images/ico_chk_yellow.png);
}
.lang_select.m > ul > li > a {
  color: #fff;
}
.lang_select.pc {
  display: none;
}
@media all and (min-width: 1457px), print {
  .lang_select.pc {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    width: 112px;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lang_select.pc > a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 44px;
    color: #fff;
    background-size: 16px;
    background-position: 21px center;
    background-repeat: no-repeat;
    background-image: url(../images/ico_lang.png);
  }
  .lang_select.pc > a::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 6px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/ico_arr_down_white_m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .lang_select.pc:hover, .lang_select.pc.open {
    background-color: #33302a;
  }
  .lang_select.pc.open > ul {
    display: block;
    -webkit-box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.1);
  }
  .lang_select.pc > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    border: 1px solid #ddd;
    z-index: 1000;
  }
  .lang_select.pc > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
  }
  .lang_select.pc > ul > li + li {
    border-top: 1px solid #ddd;
  }
  .lang_select.pc > ul > li > a,
  .lang_select.pc > ul > li > span {
    position: relative;
    display: block;
    padding-left: 26px;
    width: 100%;
    color: #666;
  }
  .lang_select.pc > ul > li > a::before,
  .lang_select.pc > ul > li > span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url(../images/ico_lang_chk.png);
  }
  .lang_select.pc > ul > li > span {
    background-color: #f4f4f4;
  }
  .lang_select.pc > ul > li > a {
    background-color: #fff;
  }
  .lang_select.pc > ul > li > a::before {
    opacity: 0.4;
  }
  .lang_select.pc > ul > li > a:hover {
    color: #222;
    font-weight: 400;
  }
  .lang_select.pc > ul > li > a:hover::before {
    opacity: 1;
  }
}

.aside {
  display: none;
}
@media all and (min-width: 1457px), print {
  .aside {
    display: block;
    width: 270px;
    margin-right: 50px;
    float: left;
  }
  .aside:after {
    content: "";
    display: block;
    width: 270px;
    height: 80px;
  }
  .aside .depth_tit {
    border-radius: 0 0 10px 10px;
    display: table-cell;
    width: 100vw;
    height: 150px;
    padding: 20px 30px;
    background-repeat: no-repeat, repeat-y;
    background-image: url(../images/bg_depth_tit.png), url(../images/bg_depth_tit_repeat.png);
    background-size: auto;
    background-position: left 0 bottom 0, 0 0;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
    word-break: break-all;
    color: #fff;
    letter-spacing: -0.35px;
  }
  .aside .depth_tit:before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    margin-bottom: 15px;
    background: #fff;
  }
  .aside .lnb {
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
  }
  .aside .lnb .depth2 > li {
    border: 1px solid #d7d7d7;
  }
  .aside .lnb .depth2 > li:first-child {
    border-radius: 10px 10px 0 0;
  }
  .aside .lnb .depth2 > li:last-child {
    border-radius: 0 0 10px 10px;
  }
  .aside .lnb .depth2 > li:not(:last-child) {
    border-bottom: 0;
  }
  .aside .lnb .depth2 > li > a {
    display: block;
    min-height: 59px;
    padding: 16px 58px 17px 20px;
    font-size: 17px;
    color: #444;
  }
  .aside .lnb .depth2 > li > a.has_depth {
    background-repeat: no-repeat;
    background-image: url(../images/bg_plus_gray.gif);
    background-position: right 20px top 50%;
  }
  .aside .lnb .depth2 > li > a:hover, .aside .lnb .depth2 > li > a.active {
    position: relative;
    left: -1px;
    border: 1px solid #ce4c05;
    width: 272px;
    padding: 15px 58px 16px 20px;
    background-color: #ce4c05;
    font-weight: 500;
    color: #fff;
  }
  .aside .lnb .depth2 > li > a:hover.has_depth, .aside .lnb .depth2 > li > a.active.has_depth {
    background-repeat: no-repeat;
    background-image: url(../images/bg_plus_white.gif);
    background-position: right 22px top 50%;
  }
  .aside .lnb .depth2 > li > a.active.has_depth {
    background-image: url(../images/bg_minus_white.gif);
  }
  .aside .lnb .depth2 > li > a.active + .depth3 {
    display: block;
  }
  .aside .lnb .depth2 > li > .depth3 {
    display: none;
    padding: 15px 20px 16px;
    background: #fcf1e6;
  }
  .aside .lnb .depth2 > li > .depth3 > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .aside .lnb .depth2 > li > .depth3 > li > a {
    position: relative;
    display: block;
    padding-left: 12px;
  }
  .aside .lnb .depth2 > li > .depth3 > li > a.active {
    font-weight: 500;
    color: #222;
  }
  .aside .lnb .depth2 > li > .depth3 > li > a.active:before {
    background-color: #222;
  }
  .aside .lnb .depth2 > li > .depth3 > li > a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background-color: #999;
  }
}

.contents .content_top {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 15px;
}
.contents .content_top .depth_tit {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  color: #222;
}
.contents .ctn {
  padding-bottom: 50px;
}
@media all and (min-width: 1137px), print {
  .contents {
    width: 1120px;
    margin: 0 auto;
  }
  .contents .content_top {
    margin-bottom: 60px;
    padding-top: 50px;
  }
  .contents .content_top .depth_tit {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .contents .ctn {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1457px), print {
  .contents {
    margin: 0;
    float: right;
  }
}

.share_wrap {
  position: absolute;
  top: 40px;
  right: 0;
}
.share_wrap > li:not(:last-child) {
  display: none;
}
.share_wrap .btn_share {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/btn_share.png) no-repeat 0 0/100%;
}
/* [웹접근성] 20250103 추가 */
.share_wrap .btn_share + .share_sns_box {
  display: none;
  }
.share_wrap .btn_share.close {
  background-image: url(../images/btn_share_close.png);
}
.share_wrap .btn_share.close + .share_sns_box {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 100;
  display: block;
  border-radius: 28px;
  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);
}
.share_wrap .btn_share.close + .share_sns_box > li > a {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.share_wrap .btn_share.close + .share_sns_box > li > a.btn_share_facebook {
  background-image: url(../images/share_facebook.png);
  background-size: 7px;
}
.share_wrap .btn_share.close + .share_sns_box > li > a.btn_share_twitter {
  background-image: url(../images/share_twitter.png);
  background-size: 15px;
}
.share_wrap .btn_share.close + .share_sns_box > li > a.btn_share_kakaostory {
  background-image: url(../images/share_kakao.png);
  background-size: 7px;
}
@media all and (min-width: 1137px), print {
  .share_wrap {
    top: 60px;
  }
  .share_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .share_wrap > li {
    position: relative;
    display: block !important;
    margin-left: 5px;
    float: left;
  }
  .share_wrap > li > button {
    display: block;
    width: 42px !important;
    height: 42px !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto !important;
  }
  .share_wrap > li > button.btn_print {
    background-image: url(../images/btn_print.png);
  }
  .share_wrap > li > button.btn_pdf_download {
    background-image: url(../images/btn_pdf.png);
  }
  .share_wrap > li > button.btn_img_download {
    background-image: url(../images/btn_image.png);
  }
  .share_wrap > li > button.btn_copy_link {
    background-image: url(../images/btn_copy.png);
  }
  .share_wrap > li > button.btn_share.close + .share_sns_box {
    top: 46px;
    border-radius: 42px;
    padding: 17px 0;
  }
  .share_wrap > li > button.btn_share.close + .share_sns_box > li > a {
    width: 42px;
    height: 42px;
    background-size: auto !important;
  }
}

.location > ul:after {
  content: "";
  display: block;
  clear: both;
}
.location > ul > li {
  padding: 2px 7px 2px 14px;
  background-color: #fff;
  font-size: 12px;
  float: left;
}
.location > ul > li.home {
  padding: 2px 7px 2px 25px;
  background: #fff url(../images/bg_home.png) no-repeat 0 50%/20px;
}
.location > ul > li:not(:first-child) {
  position: relative;
}
.location > ul > li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 9px;
  left: 1px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.location > ul > li:last-child {
  font-weight: 400;
  color: #e43c3c;
}
.location > ul > li:last-child > a {
  font-weight: 400;
  color: #e43c3c;
}
@media all and (min-width: 1137px), print {
  .location {
    position: absolute;
    bottom: -16px;
  }
  .location > ul > li {
    padding: 5px 10px 6px 16px;
    font-size: 15px;
  }
  .location > ul > li.home {
    padding: 5px 10px 6px 37px;
    background-size: auto;
  }
  .location > ul > li:not(:first-child):before {
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
  }
  .location > ul > li:last-child {
    padding-right: 20px;
  }
}

.quick_menu {
  display: none;
}
@media all and (min-width: 1457px), print {
  .quick_menu {
    position: fixed;
    top: 165px;
    right: -169px;
    display: block;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .quick_menu .btn_quick_menu {
    position: absolute;
    right: 100%;
    display: inline-block;
    width: 32px;
    height: 103px;
    background-repeat: no-repeat;
    background-image: url(../images/btn_quick_open.png);
    background-position: 0 0;
    background-size: 100%;
    vertical-align: top;
  }
  .quick_menu .btn_quick_menu.close {
    background-image: url(../images/btn_quick_close.png);
  }
  .quick_menu .quick_wrap {
    display: inline-block;
    border: 1px solid #d7d7d7;
    background: #fff;
  }
  .quick_menu .quick_wrap > ul {
    visibility: hidden;
  }
  .quick_menu .quick_wrap > ul > li {
    padding: 16px 20px 20px 20px;
  }
  .quick_menu .quick_wrap > ul > li:not(:last-child) {
    border-bottom: 1px dashed #d7d7d7;
  }
  .quick_menu .quick_wrap > ul > li .quick_tit {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
    color: #222;
  }
  .quick_menu .quick_wrap > ul > li .box_link > li {
    margin-top: 5px;
  }
  .quick_menu .quick_wrap > ul > li .box_link > li > a {
    display: block;
    border: 1px solid #d7d7d7;
    height: 36px;
    padding: 0 45px 0 15px;
    background: #f6f6f6 url(../images/bg_arrow_right_black.png) no-repeat right 15px top 50%;
    font-size: 15px;
    line-height: 35px;
  }
  .quick_menu .quick_wrap > ul > li .bul_link > li {
    margin-top: 5px;
  }
  .quick_menu .quick_wrap > ul > li .bul_link > li > a {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 15px;
  }
  .quick_menu .quick_wrap > ul > li .bul_link > li > a:hover {
    text-decoration: underline;
  }
  .quick_menu .quick_wrap > ul > li .bul_link > li > a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    width: 3px;
    height: 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.footer {
  background: #33302a;
}
.footer .footer_top .r,
.footer .banner_site_wrap,
.footer .family_site_wrap {
  display: none;
}
.footer .footer_top .inner {
  padding: 0;
}
.footer .footer_top .inner .l {
  position: relative;
}
.footer .footer_top .inner .unit_menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  border-left: 1px solid #464540;
  background-color: #26241f;
  text-align: center;
}
.footer .footer_top .inner .unit_menu li:last-child {
  border-right: 1px solid #464540;
}
.footer .footer_top .inner .unit_menu li a {
  display: block;
  height: 40px;
  padding: 0 15px;
  font-size: 11px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 2px;
}
.footer .footer_top .inner .unit_menu li a:focus-visible {
  outline: 2px dashed #fff;
}
.footer .footer_top .inner .unit_menu li.bg_point {
  background-color: #746854;
}
.footer .footer_top .inner .unit_menu li[class^=bg] {
  border: none;
}
.footer .footer_top .inner .unit_menu li[class^=bg] + li {
  border-left: none;
}
.footer .footer_top .inner [class*=btn_unit] {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #999;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 1px;
  text-indent: -9999rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer_top .inner [class*=btn_unit]::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  left: calc(50% + 1px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer_top .inner [class*=btn_unit].swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.footer .footer_top .inner .btn_unit_prev {
  left: 10px;
}
.footer .footer_top .inner .btn_unit_next {
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.footer .footer_btm .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_btm .homepage_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 15px;
}
.footer .footer_btm .homepage_menu:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer_btm .homepage_menu > li {
  display: none;
  float: left;
}
.footer .footer_btm .homepage_menu > li.m_view {
  display: inline-block;
}
.footer .footer_btm .homepage_menu > li:first-child > a {
  padding-left: 0;
}
.footer .footer_btm .homepage_menu > li:not(:first-child) > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
}
.footer .footer_btm .homepage_menu > li.m_fst > a {
  padding-left: 0;
}
.footer .footer_btm .homepage_menu > li.m_fst > a::before {
  display: none;
}
.footer .footer_btm .homepage_menu > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  font-size: 11px;
  color: #ccc;
}
.footer .footer_btm .homepage_menu > li.indi > a {
  color: #eec020;
  font-weight: 400;
}
.footer .footer_btm .address {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 90px);
          flex: 1 1 calc(100% - 90px);
  width: auto;
  padding: 12px 0;
  font-size: 12px;
  text-align: left;
  color: #ccc;
}
.footer .footer_btm .address .addr {
  margin-bottom: 5px;
}
@media all and (min-width: 1457px), print {
  .footer .footer_top,
  .footer .banner_site_wrap,
  .footer .family_site_wrap {
    display: block;
  }
  .footer .footer_top {
    height: 54px;
    background: #26241f;
  }
  .footer .footer_top .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footer_top .inner .l {
    float: left;
  }
  .footer .footer_top .inner .r {
    float: right;
  }
  .footer .footer_top .inner .unit_menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footer_top .inner .unit_menu li {
    border-left: 1px solid #464540;
    float: left;
  }
  .footer .footer_top .inner .unit_menu li:last-child {
    border-right: 1px solid #464540;
  }
  .footer .footer_top .inner .unit_menu li a {
    display: block;
    height: 54px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 54px;
    color: #fff;
  }
  .footer .footer_top .inner .unit_menu li.bg_point {
    background-color: #746854;
  }
  .footer .footer_top .inner .unit_menu li[class^=bg] {
    border: none;
  }
  .footer .footer_top .inner .unit_menu li[class^=bg] + li {
    border-left: none;
  }
  .footer .footer_top .inner .sns:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footer_top .inner .sns li {
    float: left;
  }
  .footer .footer_top .inner .sns li a {
    display: block;
    width: 40px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .footer .footer_top .inner .sns li a.btn_facebook {
    background-image: url(../images/ico_facebook_gray.png);
  }
  .footer .footer_top .inner .sns li a.btn_linkedin {
    background-image: url(../images/ico_linkedin_gray.png);
  }
  .footer .footer_top .inner .sns li a.btn_instargram {
    background-image: url(../images/ico_instargram_gray.png);
  }
  .footer .footer_top .inner .sns li a.btn_youtube {
    background-image: url(../images/ico_youtube_gray.png);
  }
  .footer .footer_btm > .inner {
    position: relative;
    display: block;
    padding: 25px 0;
  }
  .footer .footer_btm > .inner .homepage_menu {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer .footer_btm > .inner .homepage_menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footer_btm > .inner .homepage_menu > li {
    display: inline-block;
    float: left;
  }
  .footer .footer_btm > .inner .homepage_menu > li:first-child > a {
    padding-left: 0;
  }
  .footer .footer_btm > .inner .homepage_menu > li:not(:first-child) > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background-color: #ccc;
  }
  .footer .footer_btm > .inner .homepage_menu > li.m_fst > a {
    padding-left: 15px;
  }
  .footer .footer_btm > .inner .homepage_menu > li.m_fst > a::before {
    display: inline-block;
  }
  .footer .footer_btm > .inner .homepage_menu > li > a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #ccc;
  }
  .footer .footer_btm > .inner .homepage_menu > li.indi > a {
    color: #eec020;
    font-weight: 400;
  }
  .footer .footer_btm > .inner .address {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
  }
  .footer .footer_btm > .inner .address > .addr {
    margin-bottom: 0;
  }
  .footer .footer_btm > .inner .banner_site_wrap,
  .footer .footer_btm > .inner .family_site_wrap {
    position: absolute;
    top: 50%;
    margin-top: -12px;
  }
  .footer .footer_btm > .inner .banner_site_wrap.open > button,
  .footer .footer_btm > .inner .family_site_wrap.open > button {
    background-image: url(../images/bg_select_white_open.png);
  }
  .footer .footer_btm > .inner .banner_site_wrap > button,
  .footer .footer_btm > .inner .family_site_wrap > button {
    border: 2px solid #fff;
    width: 240px;
    height: 44px;
    padding: 0 44px 0 15px;
    font-size: 15px;
    text-align: left;
    line-height: 40px;
    color: #fff;
    background: url(../images/bg_select_white.png) no-repeat right 15px top 50%;
  }
  .footer .footer_btm > .inner .banner_site_wrap > ul,
  .footer .footer_btm > .inner .family_site_wrap > ul {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 100%;
    border: 2px solid #fff;
    border-bottom: 0;
    max-height: 350px;
    overflow-y: auto;
    z-index: 9;
  }
  .footer .footer_btm > .inner .banner_site_wrap > ul > li:not(:last-child) > a,
  .footer .footer_btm > .inner .family_site_wrap > ul > li:not(:last-child) > a {
    border-bottom: solid 1px #fff;
  }
  .footer .footer_btm > .inner .banner_site_wrap > ul > li > a,
  .footer .footer_btm > .inner .family_site_wrap > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #33302a;
    height: 36px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .footer_btm > .inner .banner_site_wrap > ul > li > a:hover, .footer .footer_btm > .inner .banner_site_wrap > ul > li > a:focus,
  .footer .footer_btm > .inner .family_site_wrap > ul > li > a:hover,
  .footer .footer_btm > .inner .family_site_wrap > ul > li > a:focus {
    text-decoration: underline;
  }
  .footer .footer_btm > .inner .banner_site_wrap {
    right: 246px;
  }
  .footer .footer_btm > .inner .family_site_wrap {
    right: 0;
  }
}
.footer .a11y_mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding: 12px 80px 12px 10px;
  text-align: center;
  margin-left: auto;
}
.footer .a11y_mark > a,
.footer .a11y_mark > span,
.footer .a11y_mark > .mark {
  display: inline-block;
  width: 80px;
}
.footer .a11y_mark > a img,
.footer .a11y_mark > span img,
.footer .a11y_mark > .mark img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 1457px), print {
  .footer .a11y_mark {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    margin-left: 20px;
  }
  .footer .a11y_mark > a,
  .footer .a11y_mark > span,
  .footer .a11y_mark > .mark {
    width: 100px;
  }
}

.tit {
  margin-bottom: 10px;
  padding-left: 23px;
  background: url(../images/bg_tit.png) no-repeat 0 6px/15px;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .tit {
    margin-bottom: 15px;
    padding-left: 32px;
    font-size: 23px;
    background-position: 0 8px;
    background-size: auto;
  }
}

.sub_tit {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../images/bg_sub_tit.png) no-repeat 0 6px/10px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .sub_tit {
    margin-bottom: 15px;
    padding-left: 20px;
    background-position-y: 8px;
    background-size: auto;
    font-size: 19px;
  }
}

input[type=text],
input[type=search],
input[type=password] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  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 {
  input[type=text],
  input[type=search],
  input[type=password] {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.input-disabled:disabled,
.input-readonly {
  background: #f6f6f6 !important;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 38px;
  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: 50px;
    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 #e43c3c;
}
.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: 30px;
    background-position: 0 2px;
    background-size: 22px 22px;
  }
  .ck-lb.single > label,
  .rd-lb.single > label {
    width: 22px;
    height: 22px;
  }
}

.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;
  display: flex;
  align-items: center;
  width: 100%;
}
.date > .date-inp label{
  flex: 0 0 80px;
  margin-right: 0;
}
.date > .date-inp > input {
  width: 100%;
  padding-right: 36px;
}
.date > .date-inp > .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 11px;
  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: 240px;
  }
  .date > .date-inp label{
    margin-right: 5px;
    flex: 0 0 auto;
  }
  .date > .date-inp > input {
    padding-right: 50px;
  }
  .date > .date-inp > .ui-datepicker-trigger {
    right: 15px;
    top: 15px;
    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 .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-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 13px;
}
.board_top .l {
  margin-top: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_top .search_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board_top .search_unit .select_wrap {
  width: 31vw;
  height: 38px;
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.board_top .search_unit .select_wrap .board_select {
  width: 100%;
  height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_top .search_unit .input_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.board_top .search_unit .input_wrap .board_input {
  width: 100%;
  height: 38px;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_top .search_unit .input_wrap .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 38px;
  background: url(../images/btn_search_m.png) no-repeat center/14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_top .search_unit.type2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.board_top .search_unit.type2 .select_wrap {
  width: calc((100% - 5px) / 2);
  margin: 0;
}
.board_top .search_unit.type2 .select_wrap + .select_wrap {
  margin-left: 5px;
}
.board_top .search_unit.type2 .input_wrap {
  margin-top: 5px;
}
@media all and (min-width: 768px), print {
  .board_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 25px;
  }
  .board_top .l {
    margin-top: 0;
  }
  .board_top .r {
    margin-left: auto;
  }
  .board_top .r .search_unit .select_wrap {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .board_top .r .search_unit .input_wrap {
    width: 300px;
  }
  .board_top .r .search_unit.type2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .board_top .r .search_unit.type2 .select_wrap {
    width: 120px;
  }
  .board_top .r .search_unit.type2 .input_wrap {
    margin-top: 0;
    margin-left: 5px;
  }
}
@media all and (min-width: 1137px), print {
  .board_top .r .search_unit .select_wrap .board_select {
    height: 50px;
    min-width: 150px;
  }
  .board_top .r .search_unit .input_wrap .board_input {
    height: 50px;
    padding-right: 50px;
  }
  .board_top .r .search_unit .input_wrap .btn_search {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
  .board_top .r .search_unit.type2 .select_wrap {
    width: 150px;
  }
}

.board_list {
  border-top: 2px solid #222;
}
.board_list .board_box {
  border-bottom: 1px solid #d7d7d7;
  padding: 12px 0 16px;
}
.board_list .board_box .cate span.color_red {
  font-weight: 400;
  color: #e43c3c;
}
.board_list .board_box .cate .tack {
  display: inline-block;
  border-radius: 25px;
  height: 25px;
  padding: 0 13px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: #fff;
}
.board_list .board_box .cate .tack.fix {
  width: 60px;
  padding: 0;
}
.board_list .board_box .board_cont .subject {
  display: inline-block;
  padding: 7px 0;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_list .board_box .board_cont .subject .attached {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 7px;
  width: 11px;
  height: 14px;
  background: url(../images/ico_attach.png) no-repeat 0 0/100%;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  overflow: hidden;
}
.board_list .board_box .board_cont .subject .lock {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 3px;
  background: url(../images/ico_lock.png) no-repeat center/10px;
  vertical-align: -3px;
}
.board_list .board_box .board_cont .subject .new_post {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 3px;
  background: url(../images/ico_new.png) no-repeat 0 0/100%;
  vertical-align: -2px;
}
.board_list .board_box .board_cont .board_info_list {
  margin-bottom: -7px;
}
.board_list .board_box .board_cont .board_info_list:after {
  content: "";
  display: block;
  clear: both;
}
.board_list .board_box .board_cont .board_info_list > li {
  position: relative;
  margin-bottom: 7px;
  padding: 0 12px;
  float: left;
}
.board_list .board_box .board_cont .board_info_list > li:first-child {
  padding-left: 0;
}
.board_list .board_box .board_cont .board_info_list > li:first-child:before {
  display: none;
}
.board_list .board_box .board_cont .board_info_list > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #d7d7d7;
}
.board_list .board_box .board_cont .board_info_list > li .attachments {
  display: inline-block;
  margin-left: 3px;
  width: 15px;
  height: 14px;
  background: url(../images/ico_file.png) no-repeat 0 0/15px;
  vertical-align: -2px;
}
.board_list .board_box .board_cont .board_info_list > li.m_w_full {
  width: 100%;
}
.board_list .board_box .board_cont .board_info_list > li.m_w_full + li {
  padding-left: 0;
}
.board_list .board_box .board_cont .board_info_list > li.m_w_full + li:before {
  display: none;
}
.board_list.bg_type3 .board_box {
  padding: 10px 0;
}
.board_list.bg_type3 .board_box .board_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board_list.bg_type3 .board_box .board_cont a {
  margin-left: 3px;
}
.board_list.bg_type3 .board_box .board_cont .info_sub {
  margin-top: -10px;
  padding: 5px 0;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 768px), print {
  .board_list .board_box .board_cont .board_info_list {
    margin-bottom: 0;
  }
  .board_list .board_box .board_cont .board_info_list > li {
    margin-bottom: 0;
  }
  .board_list .board_box .board_cont .board_info_list > li.m_w_full {
    width: auto;
  }
  .board_list .board_box .board_cont .board_info_list > li.m_w_full + li {
    padding-left: 12px;
  }
  .board_list .board_box .board_cont .board_info_list > li.m_w_full + li:before {
    display: block;
  }
}
@media all and (min-width: 1137px), print {
  .board_list.bg_type2 .board_box:before {
    display: none;
  }
  .board_list.bg_type3 .board_box {
    padding: 0;
    padding-right: 30px;
  }
  .board_list.bg_type3 .board_box:before {
    display: none;
  }
  .board_list.bg_type3 .board_box .board_cont a {
    margin-left: 5px;
  }
  .board_list.bg_type3 .board_box .board_cont .info_sub {
    margin-top: 0;
    padding: 0;
    font-size: 15px;
  }
  .board_list .board_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-right: 74px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .board_list .board_box:hover {
    background-color: #fef4f1;
  }
  .board_list .board_box:hover:before {
    border-color: #e43c3c;
  }
  .board_list .board_box .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 116px;
    text-align: center;
  }
  .board_list .board_box .cate > span + span {
    margin-top: 11px !important;
  }
  .board_list .board_box .cate .tack {
    border-radius: 30px;
    min-width: 56px;
    height: 30px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .board_list .board_box .cate .tack.fix {
    width: 70px;
  }
  .board_list .board_box .board_cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 930px;
    padding: 24px 0 25px 20px;
  }
  .board_list .board_box .board_cont .subject {
    padding: 0;
    font-size: 20px;
  }
  .board_list .board_box .board_cont .subject .attached {
    width: 14px;
    height: 17px;
    margin-top: -4px;
  }
  .board_list .board_box .board_cont .subject .lock {
    width: 14px;
    height: 20px;
    background-size: auto;
    vertical-align: -2px;
  }
  .board_list .board_box .board_cont .subject .new_post {
    width: 24px;
    height: 24px;
    vertical-align: -4px;
  }
  .board_list .board_box .board_cont .board_info_list {
    margin-top: 10px;
  }
  .board_list .board_box .board_cont .board_info_list > li:before {
    top: 7px;
  }
}

.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;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq_list > ul > li .q_box.none {
  padding-left: 15px;
}
.faq_list > ul > li .q_box.none::before {
  display: none;
}
.faq_list > ul > li .q_box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #767676 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.none {
    padding-left: 30px;
  }
  .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;
  }
}

.gallery_list {
  border-top: 2px solid #222;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0 18px;
}
.gallery_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gallery_list > ul > li {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_list > ul > li:last-child {
  margin-bottom: 0;
}
.gallery_list > ul > li > 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-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_list > ul > li > a:hover .thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.gallery_list > ul > li > a .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #d7d7d7;
  height: 180px;
  margin-bottom: 10px;
  overflow: hidden;
}
.gallery_list > ul > li > a .thumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_list > ul > li > a .subject {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery_list > ul > li > a .subject .new_post {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 3px;
  background: url(../images/ico_new.png) no-repeat 0 0/100%;
  vertical-align: -2px;
}
.gallery_list > ul > li > a .board_info_list {
  margin-bottom: -7px;
}
.gallery_list > ul > li > a .board_info_list:after {
  content: "";
  display: block;
  clear: both;
}
.gallery_list > ul > li > a .board_info_list > li {
  position: relative;
  margin-bottom: 7px;
  padding: 0 12px;
  float: left;
}
.gallery_list > ul > li > a .board_info_list > li:first-child {
  padding-left: 0;
}
.gallery_list > ul > li > a .board_info_list > li:first-child:before {
  display: none;
}
.gallery_list > ul > li > a .board_info_list > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #d7d7d7;
}
.gallery_list > ul > li > a .board_info_list > li .attachments {
  display: inline-block;
  margin-left: 3px;
  width: 15px;
  height: 14px;
  background: url(../images/ico_file.png) no-repeat 0 0/15px;
  vertical-align: -2px;
}
.gallery_list > ul > li > a .board_info_list > li.m_w_full {
  width: 100%;
}
.gallery_list > ul > li > a .board_info_list > li.m_w_full + li {
  padding-left: 0;
}
.gallery_list > ul > li > a .board_info_list > li.m_w_full + li:before {
  display: none;
}
.gallery_list.newslatter > ul {
  overflow: hidden;
}
.gallery_list.newslatter > ul > li {
  width: calc((100% - 10px) / 2);
  float: left;
}
.gallery_list.newslatter > ul > li:nth-child(odd) {
  margin-right: 10px;
}
.gallery_list.newslatter > ul > li > a:hover > .thumbnail img {
  -webkit-transform: none;
          transform: none;
}
.gallery_list.newslatter > ul > li > a .thumbnail {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 200px;
}
.gallery_list.newslatter > ul > li > a .subject {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (min-width: 768px), print {
  .gallery_list.newslatter > ul > li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .gallery_list.newslatter > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .gallery_list.newslatter > ul > li > a .thumbnail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all and (min-width: 1137px), print {
  .gallery_list.newslatter > ul > li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px !important;
  }
  .gallery_list.newslatter > ul > li:nth-child(3n) {
    margin-right: 30px !important;
  }
  .gallery_list.newslatter > ul > li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .gallery_list.newslatter > ul > li > a .thumbnail {
    height: 320px;
  }
  .gallery_list.newslatter > ul > li > a .subject {
    font-size: 19px;
  }
  .gallery_list.newslatter > ul > li > a .subject .new_post {
    width: 24px;
    height: 24px;
    vertical-align: -4px;
  }
}
@media all and (min-width: 768px), print {
  .gallery_list > ul {
    margin-bottom: -18px;
  }
  .gallery_list > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .gallery_list > ul > li {
    width: calc((100% - 20px) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .gallery_list > ul > li:last-child {
    margin-bottom: 18px;
  }
  .gallery_list > ul > li:nth-child(2n-1) {
    margin-right: 20px;
  }
  .gallery_list > ul > li > a .board_info_list {
    margin-bottom: 0;
  }
  .gallery_list > ul > li > a .board_info_list > li {
    margin-bottom: 0;
  }
  .gallery_list > ul > li > a .board_info_list > li.m_w_full {
    width: auto;
  }
  .gallery_list > ul > li > a .board_info_list > li.m_w_full + li {
    padding-left: 12px;
  }
  .gallery_list > ul > li > a .board_info_list > li.m_w_full + li:before {
    display: block;
  }
}
@media all and (min-width: 1137px), print {
  .gallery_list {
    padding: 30px 0 28px;
  }
  .gallery_list > ul {
    margin-bottom: -38px;
  }
  .gallery_list > ul > li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px !important;
    margin-bottom: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .gallery_list > ul > li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .gallery_list > ul > li > a .thumbnail {
    height: 250px;
    margin-bottom: 12px;
  }
  .gallery_list > ul > li > a .thumbnail img {
    width: 100%;
    min-height: 100%;
  }
  .gallery_list > ul > li > a .subject {
    margin-bottom: 7px;
    font-size: 19px;
  }
  .gallery_list > ul > li > a .subject .new_post {
    width: 24px;
    height: 24px;
    vertical-align: -4px;
  }
}

.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-bottom: 1px solid #d7d7d7;
}
.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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .no_data {
    height: 250px;
  }
  .no_data > p {
    padding-top: 116px;
    background-size: auto;
    font-size: 20px;
  }
}

.board_cate {
  margin-bottom: 10px;
  font-weight: 400;
  color: #222;
}
.board_cate + .subject {
  padding: 0 !important;
}
@media all and (min-width: 1137px), print {
  .board_cate {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.board_view {
  position: relative;
  border-top: 2px solid #222;
}
.board_view:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
}
.board_view:after {
  content: "";
  display: block;
  height: 30px;
}
@media all and (min-width: 1137px), print {
  .board_view:after {
    height: 50px;
  }
}
.board_view .view_tit {
  border-bottom: 1px solid #d7d7d7;
  padding: 12px 15px 16px;
  background: #fef4f1;
}
.board_view .view_tit .cate {
  margin-bottom: 6px;
  font-weight: 400;
  color: #e43c3c;
}
.board_view .view_tit .tack {
  display: inline-block;
  border-radius: 25px;
  height: 25px;
  margin-bottom: 6px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_view .view_tit .subject {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.board_view .view_tit .subject .new_post {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 3px;
  background: url(../images/ico_new.png) no-repeat 0 0/100%;
  vertical-align: -2px;
}
.board_view .view_tit .board_info_list {
  margin-bottom: -7px;
}
.board_view .view_tit .board_info_list:after {
  content: "";
  display: block;
  clear: both;
}
.board_view .view_tit .board_info_list > li {
  position: relative;
  margin-bottom: 7px;
  padding: 0 12px;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_view .view_tit .board_info_list > li:first-child {
  padding-left: 0;
}
.board_view .view_tit .board_info_list > li:first-child:before {
  display: none;
}
.board_view .view_tit .board_info_list > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #d7d7d7;
}
.board_view .view_tit .board_info_list > li.m_w_full {
  width: 100%;
  padding-left: 0;
}
.board_view .view_tit .board_info_list > li.m_w_full + li {
  padding-left: 0;
}
.board_view .view_tit .board_info_list > li.m_w_full + li:before {
  display: none;
}
.board_view .view_cont {
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_view .view_cont table {
  table-layout: auto;
}
.board_view .view_cont img {
  max-width: 100%;
}
.board_view .view_cont pre {
  white-space: break-spaces;
}
.board_view .view_cont b {
  font-weight: bold;
}
.board_view .view_cont i {
  font-style: italic;
}
.board_view .view_cont ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.board_view .view_cont ol > li {
  list-style-type: decimal;
}
.board_view .view_cont ul {
  list-style-type: disc;
  padding-left: 20px;
}
.board_view .view_cont ul > li {
  list-style-type: disc;
}
.board_view .view_file {
  padding: 14px 15px 15px;
  background: #f6f6f6;
}
.board_view .view_file dd {
  margin-bottom: 5px;
}
.board_view .view_file dd:last-of-type {
  margin-bottom: 0;
}
.board_view .view_file dd .btn_file {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/ico_file.png) no-repeat 0 3px/15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_view .view_copyright {
  display: table;
  border: 2px solid #eee;
  width: 100%;
  padding: 13px 0 12px;
}
.board_view .view_copyright .opencode {
  display: table-cell;
  width: 127px;
  padding: 0 15px;
}
.board_view .view_copyright .opencode img {
  width: 150px;
}
.board_view .view_copyright .kogl {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.board_view .view_nav {
  border-top: 1px solid #d7d7d7;
  margin-bottom: -30px;
}
.board_view .view_nav > ul > li {
  border-bottom: 1px solid #d7d7d7;
}
.board_view .view_nav > ul > li dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.board_view .view_nav > ul > li dl .writing {
  position: relative;
  display: table-cell;
  width: 85px;
  font-weight: 500;
  text-align: center;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_view .view_nav > ul > li dl .writing:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #d7d7d7;
}
.board_view .view_nav > ul > li dl .writing > span:before {
  content: "";
  display: inline-block;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  vertical-align: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.board_view .view_nav > ul > li dl dd {
  display: table-cell;
  height: 42px;
  padding: 0 13px;
  line-height: 42px;
}
.board_view .view_nav > ul > li dl dd > a {
  display: block;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_view .view_nav > ul > li dl dd > a > .cate {
  margin-right: 8px;
}
.board_view .view_nav > ul > li dl dd > a > .cate.color_red {
  font-weight: 400;
  color: #e43c3c;
}
.board_view .view_nav > ul > li dl dd.date {
  display: none;
}
.board_view .view_nav > ul > li.next .writing > span:before {
  vertical-align: 2px;
  -webkit-transform: scale(-1) rotate(-45deg);
          transform: scale(-1) rotate(-45deg);
}
.board_view .view_file + .view_copyright {
  margin-top: 20px;
}
.board_view .view_copyright + .view_nav,
.board_view .view_file ~ .view_nav {
  margin-top: 30px;
}
@media all and (min-width: 768px), print {
  .board_view .view_tit .board_info_list {
    margin-bottom: 0;
  }
  .board_view .view_tit .board_info_list > li {
    margin-bottom: 0;
  }
  .board_view .view_tit .board_info_list > li.m_w_full {
    width: auto;
    padding-left: 12px;
  }
  .board_view .view_tit .board_info_list > li.m_w_full:first-child {
    padding-left: 0;
  }
  .board_view .view_tit .board_info_list > li.m_w_full + li {
    padding-left: 12px;
  }
  .board_view .view_tit .board_info_list > li.m_w_full + li:before {
    display: block;
  }
  .board_view .view_copyright .opencode img {
    width: auto;
  }
}
@media all and (min-width: 1137px), print {
  .board_view .view_tit {
    padding: 24px 30px 28px;
  }
  .board_view .view_tit .cate {
    margin-bottom: 3px;
  }
  .board_view .view_tit .tack {
    border-radius: 30px;
    height: 30px;
    margin-bottom: 6px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
  }
  .board_view .view_tit .subject {
    margin-bottom: 7px;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .board_view .view_tit .subject .new_post {
    width: 24px;
    height: 24px;
    vertical-align: -4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .board_view .view_tit .board_info_list:after {
    content: "";
    display: block;
    clear: both;
  }
  .board_view .view_tit .board_info_list > li {
    padding: 0 18px;
  }
  .board_view .view_tit .board_info_list > li:before {
    top: 6px;
    height: 14px;
  }
  .board_view .view_tit .board_info_list > li.m_w_full {
    padding-left: 18px;
  }
  .board_view .view_tit .board_info_list > li.m_w_full + li {
    padding-left: 18px;
  }
  .board_view .view_cont {
    padding: 50px 30px;
  }
  .board_view .view_file {
    margin: 0 30px;
    padding: 20px 25px 22px;
  }
  .board_view .view_file dd {
    margin-bottom: 8px;
  }
  .board_view .view_file dd .btn_file {
    padding-left: 26px;
    background-position: 0 5px;
    background-size: auto;
  }
  .board_view .view_file dd .btn_file:hover {
    text-decoration: underline;
  }
  .board_view .view_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 3px;
    width: auto;
    margin: 0 30px;
    padding: 20px 0;
  }
  .board_view .view_copyright .opencode,
  .board_view .view_copyright .kogl {
    width: auto;
    display: block;
  }
  .board_view .view_copyright .opencode {
    padding: 0 20px 0 25px;
  }
  .board_view .view_nav {
    margin-bottom: -50px;
  }
  .board_view .view_nav > ul > li > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
  }
  .board_view .view_nav > ul > li > dl .writing {
    width: 122px;
  }
  .board_view .view_nav > ul > li > dl .writing:before {
    height: 14px;
    margin-top: -6px;
  }
  .board_view .view_nav > ul > li > dl .writing > span:before {
    margin-right: 15px;
    width: 8px;
    height: 8px;
  }
  .board_view .view_nav > ul > li > dl dd {
    display: block;
    height: auto;
    padding: 0;
    padding-left: 20px;
    font-size: 0;
    line-height: initial;
  }
  .board_view .view_nav > ul > li > dl dd > a {
    display: inline-block;
    max-width: 840px;
    height: auto;
    font-size: 16px;
    line-height: initial;
  }
  .board_view .view_nav > ul > li > dl dd.subject, .board_view .view_nav > ul > li > dl dd.none_data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .board_view .view_nav > ul > li > dl dd.none_data {
    font-size: 16px;
  }
  .board_view .view_nav > ul > li > dl dd.none_data + .date {
    display: none;
  }
  .board_view .view_nav > ul > li > dl dd.date {
    display: block;
    padding: 0 30px;
    font-size: 16px;
  }
  .board_view .view_file + .view_copyright {
    margin-top: 30px;
  }
  .board_view .view_copyright + .view_nav,
  .board_view .view_file ~ .view_nav {
    margin-top: 50px;
  }
}

.answer_wrap {
  border-top: 1px solid #d7d7d7;
  margin-bottom: -30px;
  padding-top: 28px;
}
.answer_wrap .answer_tit {
  display: block;
  margin-bottom: 13px;
  padding-left: 22px;
  font-weight: 500;
  font-size: 15px;
  background: url(../images/bg_answer.png) no-repeat 0 4px/15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.answer_wrap .answer {
  border: 1px solid #d7d7d7;
  padding: 15px;
  background: #f6f6f6;
}
@media all and (min-width: 1137px), print {
  .answer_wrap {
    margin-bottom: -50px;
    padding-top: 48px;
  }
  .answer_wrap .answer_tit {
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 20px;
    background-position-y: 5px;
    background-size: auto;
  }
  .answer_wrap .answer {
    padding: 23px 25px 25px 25px;
  }
}

.youtube_con .video,
.youtube_con .pdf_wrap,
.pdf_con .video,
.pdf_con .pdf_wrap {
  border: 1px solid #d7d7d7;
  overflow: hidden;
}
.youtube_con .video > *,
.youtube_con .pdf_wrap > *,
.pdf_con .video > *,
.pdf_con .pdf_wrap > * {
  width: 100%;
}
.youtube_con .txt,
.pdf_con .txt {
  border: 1px solid #d7d7d7;
  padding: 17px;
  height: 267px;
  overflow-y: auto;
  margin-top: 15px;
}
@media all and (min-width: 1137px), print {
  .youtube_con:after,
  .pdf_con:after {
    content: "";
    display: block;
    clear: both;
  }
  .youtube_con .video,
  .youtube_con .pdf_wrap,
  .pdf_con .video,
  .pdf_con .pdf_wrap {
    position: relative;
    float: left;
    width: 720px;
    height: 405px;
  }
  .youtube_con .video > *,
  .youtube_con .pdf_wrap > *,
  .pdf_con .video > *,
  .pdf_con .pdf_wrap > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
  }
  .youtube_con .txt,
  .pdf_con .txt {
    float: left;
    width: calc(100% - 740px);
    padding: 20px 40px 20px 24px;
    height: 405px;
    margin: 0 0 0 20px;
  }
}

.board_write_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
}
.board_write_top .l {
  margin-bottom: 10px;
}
.board_write_top .r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media all and (min-width: 1137px), print {
  .board_write_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 18px;
  }
  .board_write_top .l {
    margin-bottom: 0;
  }
}
.board_write_top.tit_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.board_write_top.tit_top .l,
.board_write_top.tit_top .tit {
  margin-bottom: 0;
}

.board_write {
  border-top: 2px solid #222;
  border-bottom: 1px solid #d7d7d7;
}
.board_write div,
.board_write input,
.board_write textarea,
.board_write a,
.board_write button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.board_write.default_th .div_th {
  width: 80px;
}
.board_write.th_w240 .div_th {
  width: 160px;
}
.board_write.th_w200 .div_th {
  width: 155px;
}
.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;
  height: 64px;
  padding: 22px 12px 20px 0;
  background-color: #fff;
  word-break: keep-all;
  font-weight: 500;
  color: #333;
}
.board_write > .row .div_td {
  display: table-cell;
  padding: 12px 0;
  background-color: #fff;
  vertical-align: middle;
}
.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;
}
@media all and (min-width: 768px), print {
  .board_write.default_th .div_th {
    width: 120px;
    min-width: 120px;
  }
  .board_write.th_w240 .div_th {
    width: 240px;
  }
  .board_write.th_w200 .div_th {
    width: 200px;
  }
}
@media all and (min-width: 1137px), print {
  .board_write .row .div_th {
    height: 80px;
    padding: 24px 15px 26px 0;
  }
  .board_write .row .div_td {
    height: 80px;
    padding: 15px 0;
  }
  .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 .view_txt {
    padding: 25px 30px 50px;
  }
  .board_write .b_txt {
    padding: 30px;
  }
}

.inp_w_full {
  width: 100%;
}

.inp_default {
  width: 100%;
}
@media all and (min-width: 768px), print {
  .inp_default {
    width: 240px;
  }
}

.inp_w400 {
  width: 100%;
}
@media all and (min-width: 768px), print {
  .inp_w400 {
    width: 400px;
  }
}

.sel_default {
  width: 100%;
}
@media all and (min-width: 768px), print {
  .sel_default {
    width: 240px;
  }
}

.textarea {
  display: block;
  height: 200px;
}
@media all and (min-width: 1137px), print {
  .textarea {
    height: 300px;
  }
}

.pw_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.pw_box + .txt_vm.pc_content,
.pw_box .btn_password.pc_content {
  display: none !important;
}
.pw_box .input_password {
  width: calc(100% - 43px);
}
.pw_box .btn_password {
  display: inline-block;
  border: 1px solid #d7d7d7;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  background: url(../images/bg_password.png) no-repeat center/12px;
}
@media all and (min-width: 768px), print {
  .pw_box {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .pw_box .input_password {
    width: 240px;
  }
  .pw_box .btn_password {
    vertical-align: middle;
  }
}
@media all and (min-width: 1137px), print {
  .pw_box {
    margin-right: 10px;
  }
  .pw_box + .txt_vm.pc_content,
  .pw_box .btn_password.pc_content {
    display: inline-block !important;
  }
  .pw_box .btn_password {
    width: 50px;
    height: 50px;
    background-size: auto;
  }
}

.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;
}
@media all and (min-width: 768px), print {
  .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;
  }
}

.year_inp {
  margin-right: 5px;
}
.year_inp > input {
  width: 60px;
  margin-right: 4px;
}
@media all and (min-width: 1137px), print {
  .year_inp {
    margin-right: 5px;
  }
  .year_inp > input {
    width: 110px;
    margin-right: 4px;
  }
}

.mon_day_inp > input {
  width: 40px;
  margin-right: 4px;
}
.mon_day_inp + .mon_day_inp {
  margin-left: 5px;
}
@media all and (min-width: 768px), print {
  .mon_day_inp > input {
    width: 70px;
    margin-right: 4px;
  }
  .mon_day_inp + .mon_day_inp {
    margin-left: 5px;
  }
}

.email_inp .email_inp1 {
  width: 100%;
  margin-right: 3px;
}
.email_inp .email_inp2 {
  width: 100%;
  margin-right: 5px;
}
.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%;
}
@media all and (min-width: 1137px), print {
  .email_inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .email_inp .email_inp1 {
    width: 240px;
    margin-right: 7px;
  }
  .email_inp .email_inp2 {
    width: 240px;
    margin-left: 5px;
  }
  .email_inp .wr1,
  .email_inp .wr2 {
    display: inline-block;
  }
  .email_inp .wr2 {
    margin: 0 0 0 5px;
  }
  .email_inp .wr2 > select {
    width: 240px;
  }
}

.addr_inp .addr1,
.addr_inp .addr2 {
  width: 100%;
}
@media all and (min-width: 1137px), print {
  .addr_inp .addr1 {
    width: 57%;
    margin-right: 2px;
  }
  .addr_inp .addr2 {
    width: 38%;
  }
}

.reg_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reg_num .hyp {
  margin: 0 5px;
}
.reg_num .inp_reg {
  width: 150px;
}
@media all and (min-width: 1137px), print {
  .reg_num .hyp {
    margin: 0 8px;
  }
}

.pagination {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.pagination .page_num {
  display: inline-block;
}
.pagination .page_num:after {
  content: "";
  display: block;
  clear: both;
}
.pagination .page_num > li {
  position: relative;
  margin: 0 3px;
  float: left;
}
.pagination .page_num > li > a {
  display: table-cell;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page_num > li > a.first, .pagination .page_num > li > a.last {
  background-image: url(../images/bg_double_arrow.png);
  background-size: 14px;
}
.pagination .page_num > li > a.prev, .pagination .page_num > li > a.next {
  background-image: url(../images/bg_one_arrow.png);
  background-position: 6px 50%;
  background-size: 7px;
}
.pagination .page_num > li > a.next, .pagination .page_num > li > a.last {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.pagination .page_num > li.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  background: #fcf1e6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.pagination .page_num > li.active > a {
  font-weight: 400;
  color: #e43c3c;
}
@media all and (min-width: 1137px), print {
  .pagination {
    margin-top: 25px;
  }
  .pagination .page_num {
    display: inline-block;
  }
  .pagination .page_num:after {
    content: "";
    display: block;
    clear: both;
  }
  .pagination .page_num > li {
    margin: 0 5px;
  }
  .pagination .page_num > li > a {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  .pagination .page_num > li > a.first, .pagination .page_num > li > a.last {
    background-size: auto;
  }
  .pagination .page_num > li > a.prev, .pagination .page_num > li > a.next {
    margin: 0;
    background-position: center;
    background-size: auto;
  }
  .pagination .page_num > li.active:before {
    width: 32px;
    height: 32px;
  }
}

.pagination + .btn_wrap {
  margin-top: 15px;
}
@media all and (min-width: 1137px), print {
  .pagination + .btn_wrap {
    margin-top: -22px;
  }
}

.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;
}
@media all and (min-width: 1137px), print {
  .btn_wrap {
    margin-top: 30px;
  }
}

.btn {
  display: inline-block;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.md {
  border-radius: 42px;
  height: 42px;
  line-height: 42px;
}
.btn + .btn {
  margin-left: 8px;
}
@media all and (min-width: 1137px), print {
  .btn {
    padding: 0 35px;
    font-size: 18px;
  }
  .btn.md {
    border-radius: 56px;
    height: 56px;
    line-height: 56px;
  }
  .btn + .btn {
    margin-left: 10px;
  }
}

.btn_download {
  display: inline-block;
  min-height: 34px;
  padding: 6px 10px 7px 30px;
  background-image: url(../images/ico_download.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 13px;
  color: #fff;
}
@media all and (min-width: 1137px), print {
  .btn_download {
    min-height: 46px;
    padding: 10px 15px 10px 40px;
    background-position: 15px 15px;
    background-size: auto;
  }
}

.btn_go_link {
  display: inline-block;
  border: 1px solid #222;
  height: 34px;
  padding: 0 38px 0 10px;
  line-height: 32px;
  background: url(../images/btn_link.png) no-repeat right 10px top 50%/20px;
  color: #222;
}
@media all and (min-width: 1137px), print {
  .btn_go_link {
    height: 46px;
    padding: 0 45px 0 15px;
    line-height: 44px;
    background-position-x: right 15px;
    background-size: auto;
  }
}

.btn_white_line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 34px;
  border: 1px solid #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_white_line + .btn_white_line {
  margin-left: 1px;
}
.btn_white_line.ico_arrow {
  padding: 0 37px 0 20px;
  background: #fff url(../images/ico_link_arrow.png) no-repeat calc(100% - 10px) 50%;
}
.btn_white_line.ico_download {
  padding: 0 10px 0 30px;
  background: #fff url(../images/ico_down.png) no-repeat 10px 50%;
}
@media all and (min-width: 1137px), print {
  .btn_white_line {
    height: 46px;
  }
  .btn_white_line.ico_arrow {
    padding-right: 45px;
    background-position-x: calc(100% - 16px);
  }
  .btn_white_line.ico_download {
    padding: 0 15px 0 40px;
    background-position-x: 15px;
  }
}

@media all and (max-width: 767px) {
  .sm-fix-w170 {
    width: 200px;
  }
}
.list > li {
  position: relative;
  padding-left: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list > li:not(:first-child) {
  margin-top: 7px;
}
.list > li:before {
  content: "";
  position: absolute;
  left: 0;
  background: #777;
  color: #777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .list > li {
    padding-left: 10px;
  }
  .list > li:not(:first-child) {
    margin-top: 10px;
  }
}
.list.normal > li {
  padding-left: 0;
}
.list.normal > li:before {
  display: none;
}
@media all and (min-width: 1137px), print {
  .list.normal {
    padding-left: 0;
  }
}
.list.shape_type1 > li:before {
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 1137px), print {
  .list.shape_type1 > li:before {
    top: 11px;
  }
}
.list.shape_type2 > li:before {
  top: 8px;
  left: 0;
  width: 3px;
  height: 6px;
  background: url("../images/ico_arr.png") 0 0/100% no-repeat;
}
@media all and (min-width: 1137px), print {
  .list.shape_type2 > li:before {
    top: 10px;
    width: 4px;
    height: 7px;
  }
}
.list.shape_type3 > li:before {
  top: 10px;
  width: 3px;
  height: 1px;
}
@media all and (min-width: 1137px), print {
  .list.shape_type3 > li:before {
    top: 13px;
    width: 5px;
    height: 1px;
  }
}
.list.shape_type4 > li {
  padding-left: 15px !important;
}
.list.shape_type4 > li:before {
  content: "※" !important;
  top: 1px;
  background: none !important;
  font-size: 12px;
}
@media all and (min-width: 1137px), print {
  .list.shape_type4 > li {
    padding-left: 20px !important;
  }
  .list.shape_type4 > li:before {
    font-size: 15px;
  }
}
.list.num_type1 > li {
  padding: 0;
  list-style: decimal;
  list-style-position: inside;
}
.list.num_type2 > li {
  padding-left: 18px;
}
.list.num_type2 > li:before {
  background: none !important;
}
.list.num_type2 > li:nth-child(1):before {
  content: "①";
}
.list.num_type2 > li:nth-child(2):before {
  content: "②";
}
.list.num_type2 > li:nth-child(3):before {
  content: "③";
}
.list.num_type2 > li:nth-child(4):before {
  content: "④";
}
.list.num_type2 > li:nth-child(5):before {
  content: "⑤";
}
.list.num_type2 > li:nth-child(6):before {
  content: "⑥";
}
.list.num_type2 > li:nth-child(7):before {
  content: "⑦";
}
.list.num_type2 > li:nth-child(8):before {
  content: "⑧";
}
.list.num_type2 > li:nth-child(9):before {
  content: "⑨";
}
.list.num_type2 > li:nth-child(10):before {
  content: "⑩";
}
@media all and (min-width: 1137px), print {
  .list.num_type2 > li {
    padding-left: 22px;
  }
}
.list.hangul_type > li {
  padding-left: 0;
  list-style: hangul;
  list-style-position: inside;
}

.bul_type01 {
  position: relative;
  padding-left: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bul_type01:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #777;
  color: #777;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .bul_type01 {
    padding-left: 10px;
  }
  .bul_type01:before {
    top: 11px;
  }
}

.table_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
@media all and (min-width: 1137px), print {
  .table_top {
    margin-bottom: 20px;
  }
}
.table_top .l {
  margin-right: auto;
}
.table_top .l .tit {
  margin-bottom: 0;
}
.table_top .r {
  margin-left: auto;
  padding-left: 3px;
}

.table {
  position: relative;
  overflow-x: auto;
  border-top: 1px solid #222;
  border-bottom: 1px solid #999;
}
.table .m_scroll {
  min-width: 768px;
}
.table .data_table {
  width: auto;
}
.table .data_table tbody td {
  text-align: center;
  white-space: pre;
}
.table th {
  color: #222;
  font-weight: 500;
  padding: 11px 10px;
}
.table thead th {
  background: #fcf1e6;
  border-bottom: 1px solid #d7d7d7;
}
.table thead th:not(:first-child) {
  border-left: 1px solid #d7d7d7;
}
.table thead th.tbl_bg_gray {
  background: #f6f6f6;
}
.table tbody tr:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.table tbody tr.txt_c td {
  padding: 11px 10px;
}
.table tbody th {
  background: #f6f6f6;
  border-right: 1px solid #d7d7d7;
}
.table tbody td {
  padding: 11px 15px;
}
.table tbody td:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
@media all and (min-width: 1137px), print {
  .table {
    border-top: 2px solid #222;
  }
  .table th {
    height: 60px;
    padding: 15px;
  }
  .table tbody tr.txt_c td {
    height: 60px;
    padding: 20px 15px;
  }
  .table tbody td {
    height: 60px;
    padding: 15px 20px;
  }
}

.bor_r {
  border-right: 1px solid #d7d7d7;
}

.info_scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info_scroll:before {
  content: "";
  display: block;
  width: 120px;
  height: 37px;
  background: url("../images/tbl_scroll.png") 0 0/100% no-repeat;
}
.info_scroll:after {
  content: "좌우로 스크롤이 가능합니다.";
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2px;
  margin-bottom: 25px;
  margin-left: -2px;
}
.tab.tab_m_3 > li {
  width: 33.3333333333%;
}
.tab > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 50%;
  min-height: 47px;
}
.tab > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 100%;
  padding: 3px 10px;
  background-color: #f6f6f6;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.tab > li > a:focus {
  border: 3px solid #000;
  outline: 0;
}
.tab > li > a > span {
  display: inline-block;
  width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
}
.tab > li > a.active, .tab > li > a:hover {
  background-color: #59544b;
  font-weight: 400;
  color: #fff;
}
.tab > li > a.active:focus, .tab > li > a:hover:focus {
  border: 3px dotted yellow;
  outline: 0;
}
@media all and (min-width: 1137px), print {
  .tab {
    margin-bottom: 40px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tab.tab_pc_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab.tab_pc_2 > li {
    width: 50%;
  }
  .tab.tab_pc_3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab.tab_pc_3 > li {
    width: 33.3333333333%;
  }
  .tab.tab_pc_4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab.tab_pc_4 > li {
    width: 25%;
  }
  .tab.tab_pc_5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab.tab_pc_5 > li {
    width: 20%;
  }
  .tab.tab_pc_6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab.tab_pc_6 > li {
    width: 16.6666666667%;
  }
  .tab > li {
    min-height: 62px;
  }
  .tab > li > a {
    font-size: 17px;
  }
}

.top_info_box {
  position: relative;
  margin-bottom: 30px;
  padding: 4px;
  background: url(../images/bg_infobox_pattern.gif) 0 0/4px;
  z-index: 1;
  -webkit-transition: font 0.3s;
  transition: font 0.3s;
}
.top_info_box strong,
.top_info_box a,
.top_info_box button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_info_box:before, .top_info_box:after {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 74px);
  background: #fff;
  z-index: -1;
}
.top_info_box:before {
  top: 70px;
  left: 0;
}
.top_info_box:after {
  bottom: 70px;
  right: 0;
}
.top_info_box .top_info_wrap {
  padding: 18px 20px 20px;
  background: #fff;
}
.top_info_box .top_info_wrap.flex .l {
  margin-bottom: 5px;
}
@media all and (min-width: 1137px), print {
  .top_info_box {
    margin-bottom: 50px;
    padding: 5px;
    background-image: url(../images/bg_infobox_pattern_pc.gif);
    background-size: auto;
  }
  .top_info_box:before {
    top: 0;
    left: 0;
    width: 130px;
    height: calc(100% - 5px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    z-index: 1;
  }
  .top_info_box:after {
    display: none;
  }
  .top_info_box .top_info_wrap {
    padding: 32px 35px 35px 130px;
    min-height: 100px;
  }
  .top_info_box .top_info_wrap.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_info_box .top_info_wrap.flex .l {
    margin-right: auto;
    margin-bottom: 0;
  }
  .top_info_box .top_info_wrap.flex .r {
    margin-left: auto;
  }
  .top_info_box.bg_info01:before {
    background-image: url(../images/bg_info01.png);
  }
  .top_info_box.bg_info02:before {
    background-image: url(../images/bg_info02.png);
  }
  .top_info_box.bg_info03:before {
    background-image: url(../images/bg_info03.png);
  }
  .top_info_box.bg_info04:before {
    background-image: url(../images/bg_info04.png);
  }
  .top_info_box.bg_info05:before {
    background-image: url(../images/bg_info05.png);
  }
  .top_info_box.bg_info06:before {
    background-image: url(../images/bg_info06.png);
  }
}

.layer_popup_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  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: 15px 50px 15px 15px;
  background: #fff;
}
.layer_popup_box > .popup > .popup_head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #222;
}
.layer_popup_box > .popup > .popup_head .popup_tit {
  font-weight: 600;
  font-size: 17px;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layer_popup_box > .popup > .popup_content {
  max-height: calc(100vh - 125px);
  overflow-y: auto;
  padding: 15px 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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: 50px;
  height: 55px;
  background: url("../images/btn_pop_close.png") no-repeat 50% 50%;
  background-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layer_popup_box > .popup_size_600 {
  max-width: 600px;
}
.layer_popup_box > .popup_size_720 {
  max-width: 720px;
}
.layer_popup_box > .popup_size_1000 {
  max-width: 1000px;
}
@media all and (min-width: 1137px), print {
  .layer_popup_box .popup .popup_head {
    padding: 20px 84px 18px 30px;
  }
  .layer_popup_box .popup .popup_head:before {
    left: 30px;
    width: calc(100% - 60px);
  }
  .layer_popup_box .popup .popup_head .popup_tit {
    font-size: 23px;
  }
  .layer_popup_box .popup .popup_content {
    max-height: calc(100vh - 240px);
    padding: 40px 30px 0;
  }
  .layer_popup_box .popup .popup_content:after {
    height: 40px;
  }
  .layer_popup_box .popup .btn_popup_close {
    width: 84px;
    height: 72px;
    background-size: auto;
  }
  .layer_popup_box .popup > .popup_size_600 {
    width: 600px;
  }
  .layer_popup_box .popup > .popup_size_720 {
    width: 720px;
  }
  .layer_popup_box .popup > .popup_size_1000 {
    width: 1000px;
  }
}

.confirm_box {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 65px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.confirm_box.bg_popup01 {
  background-image: url(../images/bg_popup01.png);
}
@media all and (min-width: 1137px), print {
  .confirm_box {
    padding-top: 130px;
    background-size: auto;
    font-size: 18px;
  }
}

.research {
  margin-bottom: 50px;
  border: 1px solid #d7d7d7;
}
.research .res_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 12px;
  border-bottom: 1px solid #d7d7d7;
  background: #f6f6f6;
}
.research .res_top > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: auto;
  padding-right: 5px;
}
.research .res_top > p::before {
  content: "";
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 19px;
  height: 18px;
  margin-top: 2px;
  margin-right: 5px;
  background: url(../images/bg_ico_survey.jpg) no-repeat 0 0;
}
.research .res_top > .dep_charge {
  margin-top: 4px;
  margin-bottom: 4px;
}
.research .res_top > .dep_charge > ul {
  margin-top: -2px;
}
.research .res_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.research .res_check .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: -5px;
}
.research .res_check .r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.research .res_check .r > button {
  height: 38px;
  padding: 0 8px;
  background: #8b7f72;
  font-weight: 400;
  color: #fff;
}
.research .res_check .rd-lb {
  margin-bottom: 5px;
}
.research .comment_write {
  margin-bottom: 10px;
}
.research .comment_write .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.research .comment_write .comment .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.research .comment_write .comment .r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 5px;
}
.research .comment_write .comment .btn_cmt1 {
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
}
.research .comment_write .comment .btn_cmt2 {
  background: #59544b;
  color: #fff;
}
.research .comment_write .comment button {
  height: 38px;
  padding: 0 8px;
  font-weight: 400;
}
.research .dep_charge li:not(:last-child) {
  margin-bottom: 3px;
}
.research .dep_charge li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.research .dep_charge li > span::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #777;
}
.research .dep_charge li > span:not(:last-child) {
  margin-right: 15px;
}

@media all and (min-width: 1137px), print {
  .research {
    margin-bottom: 80px;
  }
  .research .res_top {
    padding: 5px 20px;
  }
  .research .res_top > p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .research .res_top > p::before {
    margin-top: 4px;
    margin-right: 7px;
  }
  .research .res_top > .dep_charge {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .research .res_top > .dep_charge > ul {
    margin-top: -5px;
  }
  .research .res_check {
    margin-bottom: 15px;
  }
  .research .res_check .l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: -5px;
  }
  .research .res_check .r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .research .res_check .r > button {
    height: 50px;
    padding: 0 10px;
  }
  .research .res_check .rd-lb {
    margin-bottom: 5px;
  }
  .research .comment_write {
    margin-bottom: 10px;
  }
  .research .comment_write .comment {
    margin-bottom: 10px;
  }
  .research .comment_write .comment .r {
    margin-left: 7px;
  }
  .research .comment_write .comment button {
    min-width: 98px;
    height: 50px;
    padding: 0 10px;
  }
  .research .dep_charge li:not(:last-child) {
    margin-bottom: 3px;
  }
  .research .dep_charge li > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .research .dep_charge li > span::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #777;
  }
  .research .dep_charge li > span:not(:last-child) {
    margin-right: 15px;
  }
}
.tip {
  padding-left: 23px;
  background: url(../images/bg_tip.png) no-repeat 0 3px/16px;
  font-weight: 400;
  color: #222;
}
@media all and (min-width: 1137px), print {
  .tip {
    padding-left: 28px;
    background-position-y: 5px;
    background-size: auto;
  }
}

.txt_margin {
  margin-top: 7px;
}
@media all and (min-width: 1137px), print {
  .txt_margin {
    margin-top: 10px;
  }
}

.privacy_agree {
  border: 1px solid #d7d7d7;
}
.privacy_agree .agree_txt {
  overflow-y: auto;
  max-height: 320px;
  padding: 15px 15px 0 15px;
}
.privacy_agree .agree_check_box {
  position: relative;
  margin-top: 15px;
  padding: 13px 15px 15px;
}
.privacy_agree .agree_check_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  border-top: 1px dashed #d7d7d7;
  width: calc(100% - 30px);
  height: 1px;
}
@media all and (min-width: 1137px), print {
  .privacy_agree .agree_txt {
    height: 286px;
    max-height: none;
    padding: 25px 25px 0 25px;
  }
  .privacy_agree .agree_check_box {
    margin-top: 25px;
    padding: 22px 25px 25px;
  }
  .privacy_agree .agree_check_box:before {
    left: 25px;
    width: calc(100% - 50px);
  }
}

.talent_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border: 1px solid #d7d7d7;
}
.talent_wrap:before, .talent_wrap:after {
  content: "";
  position: absolute;
  border-top: 1px dashed #d7d7d7;
}
.talent_wrap:before {
  top: 50%;
  left: 50%;
  width: calc(100% - 44px);
  height: 1px;
  margin-top: -1px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.talent_wrap:after {
  top: 22px;
  left: 50%;
  border-left: 1px dashed #d7d7d7;
  width: 1px;
  height: calc(100% - 44px);
}
.talent_wrap > li {
  width: 50%;
  padding: 105px 22px 23px;
  background-repeat: no-repeat;
  background-position: 50% 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.talent_wrap > li:nth-child(1) {
  background-image: url(../images/bg_talent01.png);
  background-size: 51px;
}
.talent_wrap > li:nth-child(2) {
  background-image: url(../images/bg_talent02.png);
  background-size: 52px;
}
.talent_wrap > li:nth-child(3) {
  background-image: url(../images/bg_talent03.png);
  background-size: 44px;
}
.talent_wrap > li:nth-child(4) {
  background-image: url(../images/bg_talent04.png);
  background-size: 55px;
}
.talent_wrap > li .bold {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.talent_wrap > li .txt {
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 768px), print {
  .talent_wrap:before, .talent_wrap:after {
    display: none;
  }
  .talent_wrap > li {
    position: relative;
    width: 25%;
  }
  .talent_wrap > li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 1px dashed #d7d7d7;
    width: 1px;
    height: calc(100% - 100px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 1137px), print {
  .talent_wrap > li {
    padding-top: 155px;
    padding-bottom: 50px;
    background-position: 50% 50px !important;
    background-size: auto !important;
  }
  .talent_wrap > li .bold {
    font-size: 18px;
  }
  .talent_wrap > li .txt {
    margin-top: 8px;
  }
}

.info_search_wrap {
  padding-top: 38vw;
  background: url(../images/bg_info_search01.png) no-repeat right 0 top 0/80vw;
}
.info_search_wrap .txt_box {
  border-radius: 0 15px 0 15px;
  margin-right: 11vw;
  padding: 25px 28px 28px;
  background-repeat: no-repeat, repeat-y;
  background-image: url(../images/bg_info_search02_m.png), url(../images/bg_depth_tit_repeat.png);
  background-position: right 0 bottom 0, 0 0;
  background-size: 100%, 100%;
  color: #fff;
}
.info_search_wrap .txt_box .subject {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info_search_wrap .txt_box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 42px;
  border: 1px solid #fff;
  max-width: 250px;
  min-height: 42px;
  margin-top: 12px;
  padding: 2px 23px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .info_search_wrap {
    padding-top: 420px;
    background-size: auto;
  }
  .info_search_wrap .txt_box {
    width: 840px;
    padding: 45px 50px 50px;
    background-image: url(../images/bg_info_search02_pc.png), url(../images/bg_depth_tit_repeat.png);
  }
  .info_search_wrap .txt_box .subject {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .info_search_wrap .txt_box > a {
    display: inline-block;
    max-width: none;
    height: 56px;
    min-height: auto;
    margin-top: 26px;
    padding: 0 35px;
    font-size: 18px;
    line-height: 56px;
  }
}

.service_btn_wrap {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_btn_wrap > li {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_btn_wrap > li > 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 140px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: left 50% top 50%;
  background-size: cover;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_btn_wrap > li > a .subject {
  display: block;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_btn_wrap.declare > li > a.bg01 {
  background-image: url(../images/bg_declare01.jpg);
}
.service_btn_wrap.declare > li > a.bg02 {
  background-image: url(../images/bg_declare02.jpg);
}
@media all and (min-width: 768px), print {
  .service_btn_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .service_btn_wrap > li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 0;
    float: left;
  }
  .service_btn_wrap > li:first-child {
    margin-right: 10px;
  }
}
@media all and (min-width: 1137px), print {
  .service_btn_wrap {
    margin-bottom: 40px;
  }
  .service_btn_wrap > li {
    width: calc((100% - 20px) / 2);
  }
  .service_btn_wrap > li:first-child {
    margin-right: 20px;
  }
  .service_btn_wrap > li > a {
    height: 210px;
    padding: 30px;
  }
  .service_btn_wrap > li > a .subject {
    font-size: 20px;
  }
}

.board_list.tab_size_lg .board_box .board_cont .btn_white_line {
  width: 94px;
  padding-left: 10px;
}
@media all and (min-width: 1137px), print {
  .board_list.tab_size_lg .board_box .cate {
    width: 185px;
  }
  .board_list.tab_size_lg .board_box .board_cont {
    padding-left: 0;
  }
  .board_list.tab_size_lg .board_box .board_cont .mgr_auto {
    width: 778px;
  }
  .board_list.tab_size_lg .board_box .board_cont .btn_white_line {
    width: 118px;
    padding-left: 15px;
  }
}

.link_site_wrap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
.link_site_wrap > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link_site_wrap > li .btn_link_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 47px;
  padding: 0 15px 0 35px;
  background: #f6f6f6 url(../images/ico_link.png) no-repeat 15px 50%/13px;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 768px), print {
  .link_site_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .link_site_wrap > li {
    width: calc((100% - 10px) / 2);
    float: left;
  }
  .link_site_wrap > li:nth-child(2n-1) {
    margin-right: 10px;
  }
}
@media all and (min-width: 1137px), print {
  .link_site_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .link_site_wrap > li > span {
    padding: 15px 20px;
  }
  .link_site_wrap > li > .btn_link_site {
    min-height: 64px;
    padding: 0 20px 0 45px;
    background-position-x: 20px;
    background-size: auto;
  }
}

.search_box {
  border: 1px solid #d7d7d7;
  margin-bottom: 25px;
  padding: 18px 15px 20px;
  background: #f6f6f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search_box .l {
  margin-bottom: 15px;
}
.search_box .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_box .r .date_wrap {
  display: inline-block;
  width: calc(100% - 50px);
  margin-right: 5px;
  position: relative;
}
.search_box .r .date_wrap input {
  width: 100%;
  padding: 0 30px;
}
.search_box .r .date_wrap .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 38px;
  background: url(../images/btn_datepicker.png) no-repeat 50%;
  background-size: 16px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search_box .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 38px;
  background: url(../images/btn_search_m.png) no-repeat center/14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search_box .btn_white_line {
  height: 38px;
  white-space: pre;
}
@media all and (min-width: 768px), print {
  .search_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search_box .l {
    margin: 0;
  }
  .search_box .r .date_wrap input {
    width: 250px;
  }
}
@media all and (min-width: 1137px), print {
  .search_box {
    padding: 25px;
    margin-bottom: 50px;
  }
  .search_box .r .date_wrap {
    width: calc(100% - 66px);
    margin-right: 10px;
  }
  .search_box .r .date_wrap input {
    padding: 0 50px 0 54px;
  }
  .search_box .r .date_wrap .ui-datepicker-trigger {
    width: 54px;
    height: 50px;
    background-size: auto;
  }
  .search_box .r .btn_search {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
  .search_box .r .btn_white_line {
    height: 50px;
  }
}

.step_list {
  padding: 0 25px;
  border: 1px solid #d7d7d7;
}
.step_list > li {
  position: relative;
  padding: 25px 25px 25px 65px;
}
.step_list > li > span {
  position: absolute;
  display: block;
  top: 25px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  text-align: center;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 500;
  color: #e43c3c;
}
.step_list > li > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
}
.step_list > li + li {
  border-top: 1px dashed #d7d7d7;
}

.file_down_list > li {
  border: 1px solid #d7d7d7;
  margin-top: 10px;
}
.file_down_list > li > div {
  display: table;
  width: 100%;
  min-height: 51px;
}
.file_down_list > li > div > * {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 15px;
}
.file_down_list > li > div > a {
  width: 1%;
  white-space: nowrap;
  background: #f6f6f6;
  color: #222;
}
.file_down_list > li > div > a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 8px;
  vertical-align: -1px;
  background: url("../images/ico_down.png") 0 0/100% no-repeat;
}
.file_down_list > li:first-child {
  margin-top: 0;
}

.top_notice_box {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 15px 16px 67px;
  background: #f6f6f6;
  margin-bottom: 30px;
  min-height: 70px;
}
.top_notice_box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: url("../images/ico_speaker.png") 0 0/100% no-repeat;
}

.box_border {
  padding: 17px;
  border: 1px solid #d7d7d7;
}

.btn_file_down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_file_down:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 7px;
  background: url("../images/ico_file.png") 0 0/100% no-repeat;
}

.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 15px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.img_box .btn_img_size:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url("../images/ico_plus.png") 0 0/100% no-repeat;
}

.bg_lightyellow {
  background: #fcf1e6 !important;
}

.btn_link_site {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  height: 34px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 300;
}
.btn_link_site.ico_arrow_w:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  margin-left: 7px;
  background: url("../images/ico_link_arrow_w.png") 0 0/100% no-repeat;
}

.tbl_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.tbl_tit .tit,
.tbl_tit .sub_tit {
  margin: 0;
}
.tbl_tit .l {
  margin-right: auto;
}
.tbl_tit .r {
  margin-left: auto;
}

.ico_file_down {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: 0 0/100% no-repeat;
}
.ico_file_down.ico_hwp {
  background-image: url("../images/ico_hwp.png");
}
.ico_file_down.ico_doc {
  background-image: url("../images/ico_doc.png");
}
.ico_file_down.ico_pdf {
  background-image: url("../images/ico_pdf.png");
}
.ico_file_down + .ico_file_down {
  margin-left: 2px;
}

.txt_underline {
  text-decoration: underline;
}

.color_blue {
  color: #2f70cb;
}

.color_black {
  color: #222 !important;
}

.color_yellow {
  color: #fdc101;
}

.manage_all_item > li {
  margin-top: 20px;
}
.manage_all_item > li:first-child {
  margin-top: 0;
}
.manage_all_item > li h4 > a {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 10px 13px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: white;
  border-radius: 20px;
}
.manage_all_item > li > .con {
  border: 1px solid #d7d7d7;
  padding: 30px 17px 11px;
  margin-top: -20px;
}
.manage_all_item > li .ico_alio {
  display: inline-block;
  vertical-align: 2px;
  width: 23px;
  height: 8px;
  background: url("../images/img_alio.png") 0 0/100% no-repeat;
}

.btn_wrap_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn_wrap_m > .btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_wrap_m > .btn + .btn {
  margin: 10px 0 0 0;
}

.outline_info_con .txt > h4 {
  font-weight: 400;
  font-size: 18px;
  color: #222;
  padding: 0 15px 25px;
}
.outline_info_con .txt > h4 strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.outline_info_con .txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  background: url("../images/bg_outline_m.jpg") 0 0/100% no-repeat;
}
.outline_info_con .con {
  position: relative;
  padding: 25px 15px;
  background: #fef4f2;
}
.outline_info_con .con:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  width: 2px;
  height: 35px;
  background: #e43c3c;
}
.outline_info_con .con > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}
.outline_info_con.ceo_profile_con .txt:after {
  background: url("../images/bg_ceo_info1_m.jpg") 0 0/100% no-repeat;
}
.outline_info_con.ceo_profile_con .con .ceo_name {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.list_outline_task > li {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
}
.list_outline_task > li:first-child {
  margin-top: 0;
}
.list_outline_task > li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  background: 0 0/100% no-repeat;
}
.list_outline_task > li.bg01:before {
  background-image: url("../images/img_outline01.png");
}
.list_outline_task > li.bg02:before {
  background-image: url("../images/img_outline02.png");
}
.list_outline_task > li.bg03:before {
  background-image: url("../images/img_outline03.png");
}
.list_outline_task > li.bg04:before {
  background-image: url("../images/img_outline04.png");
}
.list_outline_task > li.bg05:before {
  background-image: url("../images/img_outline05.png");
}
.list_outline_task > li .txt {
  padding: 15px 20px 15px 40px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.list_outline_task > li .txt > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 7px;
}

.use_procedure {
  position: relative;
  overflow: hidden;
}
.use_procedure:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 1px;
  height: calc(100% - 10px);
  background: url("../images/bg_dashed_line.jpg") 0 0/100% repeat-y;
  z-index: -1;
}
.use_procedure .use_box {
  position: relative;
  padding-left: 15px;
}
.use_procedure .use_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ee8b20;
}
.use_procedure .use_box:last-child:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.use_procedure .use_box + .use_box {
  margin-top: 20px;
}
.use_procedure .use_box .use_tit {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.use_procedure .use_box .use_tit > span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 27px;
  padding-left: 10px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
  background: url("../images/bg_use_tit.png") 0 0/100% no-repeat;
}
.use_procedure .use_box .con {
  margin: 10px 0 0 5px;
  border-radius: 10px;
  padding: 20px 20px;
  background: #f6f6f6;
}
.use_procedure .use_box .con .use_btn > a {
  padding: 0 37px 0 10px;
  min-width: 176px;
}
.use_procedure .use_box .con .use_btn > a + a {
  margin: 5px 0 0 0;
}
.use_procedure .use_box .con + .con {
  margin-top: 20px;
}

.box_state > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_state > ul > li {
  width: 50%;
}
.box_state > ul > li:nth-child(-n+2) {
  margin-top: 0;
}

.des_list.bg_des_calc:before {
  background-image: url("../images/bg_des_calc.png");
}
.des_list.bg_des_calendar:before {
  background-image: url("../images/bg_des_calendar.png");
}
.des_list.bg_des_user01:before {
  background-image: url("../images/bg_des_user01.png");
}
.des_list.bg_des_user02:before {
  background-image: url("../images/bg_des_user02.png");
}
.des_list.bg_des_build01:before {
  background-image: url("../images/bg_des_build01.png");
}
.des_list.bg_des_build02:before {
  background-image: url("../images/bg_des_build02.png");
}
.des_list.bg_des_danger01:before {
  background-image: url("../images/bg_des_danger01.png");
}
.des_list.bg_des_danger02:before {
  background-image: url("../images/bg_des_danger02.png");
}
.des_list.bg_des_option01:before {
  background-image: url("../images/bg_des_option01.png");
}
.des_list.bg_des_option02:before {
  background-image: url("../images/bg_des_option02.png");
}
.des_list.bg_des_building:before {
  background-image: url("../images/bg_des_building.png");
}
.des_list.des_risk01:before {
  background-image: url("../images/bg_des_risk01.png");
}
.des_list.des_risk02:before {
  background-image: url("../images/bg_des_risk02.png");
}
.des_list.des_risk03:before {
  background-image: url("../images/bg_des_risk03.png");
}
.des_list.des_risk04:before {
  background-image: url("../images/bg_des_risk04.png");
}
.des_list.des_risk05:before {
  background-image: url("../images/bg_des_risk05.png");
}
.des_list.des_risk06:before {
  background-image: url("../images/bg_des_risk06.png");
}
.des_list.des_number:before {
  background-image: url("../images/bg_des_number.png");
}
.des_list.des_corp01:before {
  background-image: url("../images/bg_des_corp01.png");
}
.des_list.des_corp02:before {
  background-image: url("../images/bg_des_corp02.png");
}
.des_list.des_corp03:before {
  background-image: url("../images/bg_des_corp03.png");
}
.des_list.des_corp04:before {
  background-image: url("../images/bg_des_corp04.png");
}
.des_list.des_corp05:before {
  background-image: url("../images/bg_des_corp05.png");
}

.state_wrap {
  border-top: 2px solid #222;
  border-bottom: 1px solid #d7d7d7;
}
.state_wrap .state_box + .state_box {
  border-top: 1px solid #d7d7d7;
}
.state_wrap .state_box .state_tit {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  padding: 16px 40px 16px 15px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.state_wrap .state_box .state_tit.active {
  background: #fef4f1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.state_wrap .state_box .state_tit.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/ico_state_arr_on.png");
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.state_wrap .state_box .state_tit.active + .con {
  display: block;
}
.state_wrap .state_box .state_tit:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 16px;
  height: 9px;
  background: 0 0/100% no-repeat;
  background-image: url("../images/ico_state_arr.png");
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.state_wrap .state_box .con {
  display: none;
  padding: 20px 15px;
  border-top: 1px solid #d7d7d7;
}
.state_wrap .state_box .con > div {
  max-height: 340px;
  overflow-y: auto;
}

.file_down_box {
  border: 1px solid #d7d7d7;
  padding: 0 15px 0 20px;
}
.file_down_box > div {
  padding: 20px 0 20px 82px;
  background: 0 20px/65px no-repeat;
}
.file_down_box > div + div {
  border-top: 1px dashed #d7d7d7;
}
.file_down_box > div.bg01 {
  background-image: url("../images/bg_regulation01.png");
}
.file_down_box > div.bg02 {
  background-image: url("../images/bg_regulation02.png");
}
.file_down_box > div.bg03 {
  background-image: url("../images/bg_regulation03.png");
}
.file_down_box > div.bg04 {
  background-image: url("../images/bg_regulation04.png");
}
.file_down_box > div > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.btn_view_sample {
  color: #e43c3c;
}
.btn_view_sample:before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 14px;
  height: 14px;
  background: url("../images/ico_sample.png") 0 0/100% no-repeat;
  margin-right: 6px;
}

.layer_popup_box > .popup_size_840 {
  max-width: 840px;
}
.layer_popup_box > .popup_size_1000 {
  max-width: 1000px;
}
.layer_popup_box > .popup_size_1200 {
  max-width: 1200px;
}

.list_sample_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.list_sample_down > li {
  width: calc(50% - 10px);
  margin: 10px 0 0 10px;
  border: 1px solid #d7d7d7;
}
.list_sample_down > li > strong {
  display: block;
  text-align: center;
  padding: 13px 10px;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
.list_sample_down > li > a {
  display: block;
  padding: 8px 10px;
  text-align: center;
  background: #f6f6f6;
}
.list_sample_down > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 12px;
  height: 13px;
  background: url("../images/ico_down.png") 0 0/100% no-repeat;
  margin-right: 8px;
}

.notice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #eee;
  min-height: 65px;
  padding: 15px 15px 15px 61px;
  background: url("../images/ico_notice.png") 15px 15px/31px no-repeat;
  margin-top: 20px;
  word-break: keep-all;
}

.ico_process .bg_use_process1:before {
  background-image: url("../images/bg_use_process1.png");
}
.ico_process .bg_use_process2:before {
  background-image: url("../images/bg_use_process2.png");
}
.ico_process .bg_use_process3:before {
  background-image: url("../images/bg_use_process3.png");
}
.ico_process .bg_use_process3_2:before {
  background-image: url("../images/bg_use_process3_2.png");
}
.ico_process .bg_use_process4:before {
  background-image: url("../images/bg_use_process4.png");
}
.ico_process .bg_use_process5:before {
  background-image: url("../images/bg_use_process5.png");
}
.ico_process .bg_use_process6:before {
  background-image: url("../images/bg_use_process6.png");
}
.ico_process .bg_use_process7:before {
  background-image: url("../images/bg_use_process7.png");
}
.ico_process .bg_use_process8:before {
  background-image: url("../images/bg_use_process8.png");
}
.ico_process .bg_use_process9:before {
  background-image: url("../images/bg_use_process9.png");
}
.ico_process .bg_use_process10:before {
  background-image: url("../images/bg_use_process10.png");
}
.ico_process .use_step11:before {
  background-image: url("../images/bg_use_process11.png");
}
.ico_process .use_step12:before {
  background-image: url("../images/bg_use_process12.png");
}
.ico_process .use_step13:before {
  background-image: url("../images/bg_use_process13.png");
}
.ico_process .comp_step9:before {
  background-image: url("../images/bg_comp_process9.png");
}
.ico_process .use_step14:before {
  background-image: url("../images/bg_use_process14.png");
}
.ico_process .use_step15:before {
  background-image: url("../images/bg_use_process15.png");
}

.top_info_human {
  padding: 30px 25px 154px;
  border-radius: 0 10px 0 10px;
  background: #fcf1e6 100% 100% no-repeat;
  background-size: 340px;
  background-image: url("../images/bg_human_m.jpg");
}
.top_info_human > h4 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
}
.top_info_human .tel {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 0;
}
.top_info_human .tel > dl {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 7px;
}
.top_info_human .tel > dl:not(:first-child) {
  border-left: 1px dashed #d7d7d7;
}
.top_info_human .tel > dl dt {
  margin-bottom: 2px;
}
.top_info_human .tel > dl dd > strong {
  font-size: 17px;
  font-weight: 600;
  color: #e43c3c;
}
.top_info_human .tel > dl dd > span {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.des_list_box.txt_row .des_list {
  position: relative;
  padding: 20px 20px 20px 103px;
}
.des_list_box.txt_row .des_list:before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 65px;
  height: 65px;
}

sup {
  font-size: 11px;
}

.process_wrap .process_con {
  margin-top: 25px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.process_wrap .process_con .process_tit {
  background: #e43c3c;
  font-weight: 500;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
}
.process_wrap .process_con .con {
  padding: 17px 15px;
}

.invest_type_box > div {
  padding: 25px 27px;
  border-radius: 0 15px 0 15px;
  background: calc(100% - 27px) 100% no-repeat;
}
.invest_type_box > div .txt h5 {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}
.invest_type_box > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 14px -10px -10px 0;
}
.invest_type_box > div > ul > li {
  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(50% - 10px);
  min-height: 61px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin: 0 10px 10px 0;
}
.invest_type_box > div + div {
  margin-top: 15px;
}
.invest_type_box > div.type01 {
  background-color: #fcf1e6;
  background-size: 106px;
  background-image: url("../images/bg_invest_type1.jpg");
}
/* [웹접근성] 20250103 */
.invest_type_box > div.type01 > ul > li {
  background: #ce4c05;
}
.invest_type_box > div.type02 {
  background-color: #fef4f1;
  background-size: 100px;
  background-image: url("../images/bg_invest_type2.jpg");
}
.invest_type_box > div.type02 > ul > li {
  background: #e43c3c;
}

.product_box {
  border: 1px solid #d7d7d7;
}
.product_box .product_tit {
  border-bottom: 1px solid #d7d7d7;
  background: #f6f6f6;
  padding: 10px 17px;
  color: #222;
}
.product_box .con {
  padding: 18px 17px;
}

.notice_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.notice_tit:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/ico_vary_notice.png") 0 0/100% no-repeat;
  margin-right: 6px;
}

.bg_lightorange {
  background: #fef4f1 !important;
}

.ico_next:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../images/ico_arr_w.png") 0 0/100% no-repeat;
  margin-left: 7px;
  vertical-align: -2px;
}

.greeting_wrap .greeting_con .greeting_tit {
  position: relative;
  background: #fcf1e6 url("../images/bg_ceo_greeting_m.jpg") 100% 100%/cover no-repeat;
  padding: 30px 25px 144px;
  z-index: 1;
  border-radius: 0 15px 0 15px;
}
.greeting_wrap .greeting_con .greeting_tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 207px;
  height: 215px;
  background: url("../images/img_ceo1_m.png") 0 0/100% no-repeat;
  z-index: -1;
}
.greeting_wrap .greeting_con .greeting_tit > h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
.greeting_wrap .greeting_con .greeting_tit > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.greeting_wrap .ceo_sign > * {
  vertical-align: middle;
}
.greeting_wrap .ceo_sign > strong {
  font-size: 14px;
}
.greeting_wrap .ceo_sign > img {
  height: 37px;
}

.info_email_add {
  padding: 239px 25px 25px;
  background: #322121 0 0/100% no-repeat;
  background-image: url("../images/bg_email_add_m.jpg");
}
.info_email_add .con {
  background: #fff;
  text-align: center;
  border-radius: 0 15px 0 15px;
  padding: 35px 22px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.info_email_add .con:before, .info_email_add .con:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 22px;
  background: url("../images/ico_quo.png") 0 0/100% no-repeat;
}
.info_email_add .con:before {
  margin-bottom: 20px;
}
.info_email_add .con:after {
  margin-top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mul_srh_box .inp_box.inp_box_search {
  position: relative;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding-right: 40px;
}
.mul_srh_box .inp_box.inp_box_search > input[type=text] {
  border: 0;
  width: 100%;
}
.mul_srh_box .inp_box.inp_box_search > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: url("../images/btn_search_m.png") 50% 50%/14px no-repeat;
}

.process_step.process_size .p_tit {
  font-weight: 400;
}

.list_currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
.list_currency > li {
  width: calc(50% - 15px);
  margin: 15px 0 0 15px;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 25px 10px;
}
.list_currency > li > strong {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  margin-bottom: 9px;
}
.list_currency > li > i {
  display: block;
  margin: 0 auto 12px;
  width: 65px;
  height: 65px;
  background: 0 0/100% no-repeat;
}
.list_currency > li > i.type01 {
  background-image: url("../images/img_currency01.png");
}
.list_currency > li > i.type02 {
  background-image: url("../images/img_currency02.png");
}
.list_currency > li > i.type03 {
  background-image: url("../images/img_currency03.png");
}

.self_service_info {
  padding: 30px 27px;
  background: 100% 100%/340px no-repeat;
  background-color: #fcf1e6;
  border-radius: 0 15px 0 15px;
}
.self_service_info.bg01 {
  padding-bottom: 262px;
  background-image: url("../images/bg_self_service01_m.jpg");
}
.self_service_info.bg02 {
  padding-bottom: 183px;
  background-image: url("../images/bg_self_service02_m.jpg");
}
.self_service_info > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
}

.self_chk_list > .self_chk_box {
  border: 1px solid #d7d7d7;
}
.self_chk_list > .self_chk_box + .self_chk_box {
  margin-top: 15px;
}
.self_chk_list > .self_chk_box .chk_tit {
  position: relative;
  background: #f6f6f6;
  padding: 15px 17px 15px 67px;
}
.self_chk_list > .self_chk_box .chk_tit > strong {
  position: absolute;
  display: block;
  top: 17px;
  left: 17px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #e43c3c;
  color: #fff;
  font-weight: 500;
}
.self_chk_list > .self_chk_box .chk_tit > span {
  display: block;
  color: #222;
  font-weight: 400;
}
.self_chk_list > .self_chk_box .chk_tit p {
  font-size: 12px;
}
.self_chk_list > .self_chk_box .con {
  padding: 17px;
}
.self_chk_list > .self_chk_box .con .rd-lb {
  display: block;
  margin: 0;
}
.self_chk_list > .self_chk_box .con .rd-lb + .rd-lb {
  margin-top: 9px;
}

.item_benefit_list .item_box_tit {
  display: none;
}
.item_benefit_list .item_box + .item_box {
  margin-top: 15px;
}
.item_benefit_list .item_box .item_tit {
  position: relative;
  padding: 17px 17px 17px 80px;
  background: #fef4f1;
  border-radius: 5px 5px 0 0;
}
.item_benefit_list .item_box .item_tit:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 17px;
  width: 47px;
  height: 47px;
  background: 0 0/100% no-repeat;
}
.item_benefit_list .item_box .item_tit.bg01:before {
  background-image: url("../images/bg_support_item01.png");
}
.item_benefit_list .item_box .item_tit.bg02:before {
  background-image: url("../images/bg_support_item02.png");
}
.item_benefit_list .item_box .item_tit.bg03:before {
  background-image: url("../images/bg_support_item03.png");
}
.item_benefit_list .item_box .item_tit.bg04:before {
  background-image: url("../images/bg_support_item04.png");
}
.item_benefit_list .item_box .item_tit.bg05:before {
  background-image: url("../images/bg_support_item05.png");
}
.item_benefit_list .item_box .item_tit.bg06:before {
  background-image: url("../images/bg_support_item06.png");
}
.item_benefit_list .item_box .item_tit > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 3px;
}
.item_benefit_list .item_box .con {
  padding: 13px 17px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.top_info_insur {
  padding: 20px 20px 95px 20px;
  background: #e6effc url("../images/bg_top_insur.jpg") no-repeat;
  background-position: 100% 95%;
  background-size: 400px;
  border-radius: 0 10px 0 10px;
}
.top_info_insur strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
}
.top_info_insur .tag {
  margin: -5px -2px 0 0;
}
.top_info_insur .tag > span {
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  border-radius: 25px;
  background: #fff;
  margin: 5px 2px 0 0;
}

.insur_find_box {
  margin: -15px 0 0 0;
}
.insur_find_box .insur_box {
  margin: 15px 0 0 0;
  border-radius: 20px;
  background-color: #f0f0f0;
  padding: 20px 15px;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) 15px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.insur_find_box .insur_box.bg_deco1 {
  background-image: url(../images/bg_insure_deco1.png);
  background-size: 40px;
}
.insur_find_box .insur_box.bg_deco2 {
  background-image: url(../images/bg_insure_deco2.png);
  background-size: 45px;
}
.insur_find_box .insur_box.bg_deco3 {
  background-image: url(../images/bg_insure_deco3.png);
  background-size: 35px;
}
.insur_find_box .insur_box.bg_deco4 {
  background-image: url(../images/bg_insure_deco4.png);
  background-size: 35px;
}
.insur_find_box .insur_box.bg_blue {
  background-color: #2f70cb;
}
.insur_find_box .insur_box.bg_blue .num {
  color: #2f70cb;
}
.insur_find_box .insur_box.bg_navy {
  background-color: #53637b;
}
.insur_find_box .insur_box.bg_navy .num {
  color: #53637b;
}
.insur_find_box .insur_box.bg_blue .num, .insur_find_box .insur_box.bg_navy .num {
  background-color: #fff;
}
.insur_find_box .insur_box.bg_blue > strong, .insur_find_box .insur_box.bg_navy > strong {
  color: #fff;
}
.insur_find_box .insur_box.bg_blue select, .insur_find_box .insur_box.bg_navy select {
  background-image: url("../images/ico_select_chk02.png");
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.insur_find_box .insur_box.bg_insur01 {
  background-color: #e3f5f3;
  background-image: url("../images/bg_list_insur01.jpg");
}
.insur_find_box .insur_box.bg_insur02 {
  background-color: #e6effc;
  background-image: url("../images/bg_list_insur02.jpg");
}
.insur_find_box .insur_box.bg_insur03 {
  background-color: #0da393;
  background-image: url("../images/bg_list_insur03.jpg");
  background-position: 100% 100%;
}
.insur_find_box .insur_box .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #2f70cb;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.insur_find_box .insur_box > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.insur_find_box .insur_box > strong.insur_tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.insur_find_box .insur_box select {
  width: 100%;
  background-color: transparent;
  border: 2px solid #d7d7d7;
  background-image: url("../images/ico_select_chk01.png");
  background-size: 7px;
}
.insur_find_box .insur_box select > option {
  color: #666;
}
.insur_find_box .insur_box .btn_link_site {
  border: 1px solid #fff;
  background-color: #078578;
}
.insur_find_box .insur_box:not(:last-child):hover {
  background-color: #2f70cb;
}
.insur_find_box .insur_box:not(:last-child):hover .num {
  background-color: #fff;
  color: #2f70cb;
}
.insur_find_box .insur_box:not(:last-child):hover > strong {
  color: #fff;
}
.insur_find_box .insur_box:not(:last-child):hover .color_blue {
  color: #fdc101;
}
.insur_find_box .insur_box:not(:last-child):hover select {
  background-image: url("../images/ico_select_chk02.png");
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.insur_link {
  margin: 0 0 -15px 0;
}
.insur_link > a {
  display: block;
  padding: 20px;
  border-radius: 0 10px 0 10px;
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 33px;
  font-size: 14px;
  color: #fff;
}
.insur_link > a.bg01 {
  background-image: url("../images/bg_insure_link_deco1.png");
}
.insur_link > a.bg02 {
  background-image: url("../images/bg_insure_link_deco2.png");
}
.insur_link > a.bg03 {
  background-image: url("../images/bg_insure_link_deco3.png");
}

.box_border.box_dashed {
  padding: 5px 26px;
}

.box_ci {
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.box_ci .txt {
  margin-top: 15px;
}
.box_ci .txt > p + p {
  margin-top: 6px;
}

.word_box {
  border: 1px solid #d7d7d7;
  margin-top: 20px;
}
.word_box .word_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 17px;
  border-bottom: 1px solid #d7d7d7;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.word_box .word_tit:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 7px;
  background: url("../images/ico_word_box.png") 0 50%/100% no-repeat;
}
.word_box .con {
  padding: 17px;
}

@media all and (min-width: 1137px), print {
  .top_info_box.bg_info07:before {
    background-image: url("../images/bg_info07.png");
  }
  .top_info_box.bg_info08:before {
    background-image: url("../images/bg_info08.png");
  }
  .top_info_box.bg_info09:before {
    background-image: url("../images/bg_info09.png");
  }
  .top_info_box.bg_info10:before {
    background-image: url("../images/bg_info10.png");
  }
  .top_info_box.bg_info11:before {
    background-image: url("../images/bg_info11.png");
  }
  .top_info_box.bg_info12:before {
    background-image: url("../images/bg_info12.png");
  }
  .top_info_box.bg_info13:before {
    background-image: url("../images/bg_info13.png");
  }
  .top_info_box.bg_info14:before {
    background-image: url("../images/bg_info14.png");
  }
  .top_info_box.bg_info15:before {
    background-image: url("../images/bg_info15.png");
  }
  .top_info_box.bg_info16:before {
    background-image: url("../images/bg_info16.png");
  }
  .top_info_box.bg_info17:before {
    background-image: url("../images/bg_info17.png");
  }
  .top_info_box.bg_info18:before {
    background-image: url("../images/bg_info18.png");
  }
  .top_info_box.bg_info19:before {
    background-image: url("../images/bg_info19.png");
  }
  .top_info_box.bg_info20:before {
    background-image: url("../images/bg_info20.png");
  }
  .step_list {
    padding: 0 40px;
  }
  .step_list > li {
    padding: 37px 40px 37px 90px;
  }
  .step_list > li > span {
    top: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
  }
  .step_list > li > strong {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .file_down_list:after {
    content: "";
    display: block;
    clear: both;
  }
  .file_down_list > li {
    float: left;
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
  }
  .file_down_list > li > div {
    min-height: 66px;
  }
  .file_down_list > li > div > * {
    padding: 10px 20px;
  }
  .file_down_list > li > div > a:before {
    width: 15px;
    height: 16px;
    margin-right: 10px;
    vertical-align: -1px;
  }
  .file_down_list > li:nth-child(2n) {
    margin-right: 0;
  }
  .file_down_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .top_notice_box {
    padding: 26px 20px 26px 95px;
    margin-bottom: 50px;
    min-height: 100px;
  }
  .top_notice_box:before {
    top: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
  }
  .box_border {
    padding: 25px;
  }
  .btn_file_down:before {
    width: 16px;
    height: 15px;
    margin-right: 10px;
  }
  .btn_link_site {
    padding: 0 15px;
    height: 46px;
    font-size: 16px;
  }
  .btn_link_site.ico_arrow_w:after {
    margin-left: 10px;
  }
  .tbl_tit {
    margin-bottom: 12px;
  }
  .ico_file_down {
    width: 24px;
    height: 24px;
  }
  .ico_file_down + .ico_file_down {
    margin-left: 1px;
  }
  .btn_img_size {
    display: none;
  }
  .manage_all_item:after {
    content: "";
    display: block;
    clear: both;
  }
  .manage_all_item > li {
    float: left;
    width: calc(33.3333333333% - 20px);
    margin-top: 30px;
  }
  .manage_all_item > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .manage_all_item > li:not(:nth-child(3n)) {
    margin-right: 29px;
  }
  .manage_all_item > li h4 > a {
    width: calc(100% - 40px);
    padding: 13px;
    font-size: 18px;
    border-radius: 30px;
  }
  .manage_all_item > li > .con {
    padding: 40px 24px 20px;
    margin-top: -26px;
  }
  .manage_all_item > li .ico_alio {
    vertical-align: 2px;
    width: 31px;
    height: 10px;
  }
  .btn_wrap_m {
    display: block;
  }
  .btn_wrap_m > .btn {
    width: auto;
  }
  .btn_wrap_m > .btn + .btn {
    margin: 0 0 0 10px;
  }
  .outline_info_con {
    position: relative;
    padding-left: 550px;
    height: 569px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .outline_info_con .txt > h4 {
    font-size: 26px;
    padding: 0 0 93px 59px;
  }
  .outline_info_con .txt > h4 strong {
    font-size: 30px;
  }
  .outline_info_con .txt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 550px;
    height: 569px;
    padding-bottom: 0;
    background: url("../images/bg_outline.jpg") 0 0/100% no-repeat;
  }
  .outline_info_con .con {
    padding: 33px 30px 40px 53px;
  }
  .outline_info_con .con:before {
    top: -40px;
    left: 59px;
    height: 60px;
  }
  .outline_info_con .con > strong {
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 28px;
  }
  .outline_info_con.ceo_profile_con {
    height: 468px;
  }
  .outline_info_con.ceo_profile_con .txt > h4 {
    line-height: 36px;
  }
  .outline_info_con.ceo_profile_con .txt > h4 strong {
    line-height: 40px;
  }
  .outline_info_con.ceo_profile_con .txt:after {
    height: 468px;
    background: url("../images/bg_ceo_info1.jpg") 0 0/100% no-repeat;
  }
  .outline_info_con.ceo_profile_con .con {
    padding: 37px 30px 34px 53px;
  }
  .outline_info_con.ceo_profile_con .con > strong {
    margin-bottom: 3px;
  }
  .outline_info_con.ceo_profile_con .con .ceo_name {
    font-size: 22px;
  }
  .list_outline_task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_outline_task > li {
    width: calc(33.3333333333% - 20px);
    padding: 70px 0 0;
    margin-top: 40px;
  }
  .list_outline_task > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_outline_task > li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .list_outline_task > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    height: 100px;
  }
  .list_outline_task > li .txt {
    padding: 64px 25px 39px 25px;
    height: 100%;
    text-align: center;
  }
  .list_outline_task > li .txt > strong {
    font-size: 18px;
  }
  .use_procedure:before {
    left: 4px;
    top: 12px;
    height: calc(100% - 10px);
  }
  .use_procedure .use_box {
    padding-left: 20px;
  }
  .use_procedure .use_box:before {
    top: 12px;
    width: 10px;
    height: 10px;
  }
  .use_procedure .use_box:last-child:after {
    top: 13px;
    width: 10px;
  }
  .use_procedure .use_box + .use_box {
    margin-top: 30px;
  }
  .use_procedure .use_box .use_tit {
    font-size: 18px;
  }
  .use_procedure .use_box .use_tit > span {
    width: 42px;
    height: 34px;
    padding-left: 14px;
    line-height: 34px;
  }
  .use_procedure .use_box .con {
    margin: 10px 0 0 11px;
    padding: 30px 30px;
  }
  .use_procedure .use_box .con .use_btn > a {
    padding: 0 45px 0 15px;
    min-width: auto;
  }
  .use_procedure .use_box .con .use_btn > a + a {
    margin: 0 0 0 1px;
  }
  .use_procedure .use_box .con + .con {
    margin-top: 30px;
  }
  .box_state > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box_state > ul > li {
    width: 33.3333333333%;
  }
  .box_state > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .state_wrap .state_box .state_tit {
    font-size: 20px;
    padding: 25px 60px 25px 30px;
  }
  .state_wrap .state_box .state_tit:after {
    margin-top: -6px;
    right: 30px;
    width: 24px;
    height: 13px;
  }
  .state_wrap .state_box .con {
    padding: 30px 30px;
  }
  .state_wrap .state_box .con > div {
    max-height: 267px;
  }
  .file_down_box {
    padding: 0 30px;
  }
  .file_down_box > div {
    padding: 30px 0 30px 125px;
    background: 0 30px/100px no-repeat;
  }
  .file_down_box > div > strong {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .btn_view_sample:before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .list_sample_down > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(20% - 10px);
  }
  .list_sample_down > li > strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 19px 10px;
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_sample_down > li > a {
    padding: 11px 10px;
  }
  .list_sample_down > li > a:before {
    width: 15px;
    height: 16px;
    margin-right: 9px;
  }
  .notice_box {
    border-width: 3px;
    padding: 19px 20px 19px 86px;
    background: url("../images/ico_notice.png") 23px 18px/44px no-repeat;
    margin-top: 30px;
    min-height: 86px;
  }
  .top_info_human {
    padding: 50px;
    border-radius: 0 20px 0 20px;
    background-size: auto 288px;
    background-image: url("../images/bg_human.jpg");
  }
  .top_info_human > h4 {
    font-size: 26px;
    line-height: 1.4;
  }
  .top_info_human .tel {
    width: 416px;
    margin-top: 25px;
    border-radius: 10px;
    padding: 15px 0;
  }
  .top_info_human .tel > dl {
    padding: 8px 15px;
  }
  .top_info_human .tel > dl dd > strong {
    font-size: 24px;
  }
  .top_info_human .tel > dl dd > span {
    font-size: 18px;
  }
  .des_list_box.txt_row .des_list {
    padding: 30px 30px 30px 154px;
  }
  .des_list_box.txt_row .des_list:before {
    left: 30px;
    top: 30px;
    width: 100px;
    height: 100px;
  }
  .des_list_box.one_line_arr.one_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .des_list_box.one_line_arr.one_item > .des_list {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .process_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process_wrap > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .process_wrap .process_con {
    margin: 0;
    border-radius: 10px;
  }
  .process_wrap .process_con .process_tit {
    font-size: 17px;
    padding: 15px;
  }
  .process_wrap .process_con .con {
    padding: 25px 20px;
  }
  .invest_type_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px;
    border-radius: 0 25px 0 25px;
    background: calc(100% - 40px) 100% no-repeat;
  }
  .invest_type_box > div .txt h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .invest_type_box > div > ul {
    margin: 0 -10px -10px 0;
  }
  .invest_type_box > div > ul > li {
    width: calc(33.3333333333% - 10px);
    min-height: 80px;
    padding: 15px 20px;
  }
  .invest_type_box > div + div {
    margin-top: 20px;
  }
  .invest_type_box > div.type01 {
    background-size: auto;
  }
  .invest_type_box > div.type02 {
    background-size: auto;
  }
  .product_box .product_tit {
    padding: 15px 25px;
  }
  .product_box .con {
    padding: 25px 25px;
  }
  .notice_tit {
    font-size: 18px;
  }
  .notice_tit:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .ico_next:after {
    width: 9px;
    height: 14px;
    margin-left: 9px;
    vertical-align: -1px;
  }
  .greeting_wrap .greeting_con {
    position: relative;
    background: #fcf1e6 url("../images/bg_ceo_greeting.jpg") 100% 100%/cover no-repeat;
    padding: 40px 470px 50px 50px;
    border-radius: 0 20px 0 20px;
    z-index: 1;
    min-height: 404px;
  }
  .greeting_wrap .greeting_con:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 376px;
    height: 363px;
    background: url("../images/img_ceo1.png") 0 0/100% no-repeat;
    z-index: -1;
  }
  .greeting_wrap .greeting_con .greeting_tit {
    position: static;
    background: none;
    padding: 0;
  }
  .greeting_wrap .greeting_con .greeting_tit:after {
    display: none;
  }
  .greeting_wrap .greeting_con .greeting_tit > h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .greeting_wrap .greeting_con .greeting_tit > strong {
    font-size: 18px;
  }
  .greeting_wrap .ceo_sign > strong {
    font-size: 18px;
  }
  .greeting_wrap .ceo_sign > img {
    height: auto;
  }
  .info_email_add {
    padding: 40px 40px 40px 475px;
    background-image: url("../images/bg_email_add.jpg");
  }
  .info_email_add .con {
    border-radius: 0 20px 0 20px;
    padding: 40px 70px;
    font-size: 18px;
  }
  .info_email_add .con:before, .info_email_add .con:after {
    width: 38px;
    height: 34px;
  }
  .info_email_add .con:before {
    margin-bottom: 34px;
  }
  .info_email_add .con:after {
    margin-top: 34px;
  }
  .mul_srh_box .inp_box.inp_box_search {
    padding-right: 55px;
    width: 460px;
  }
  .mul_srh_box .inp_box.inp_box_search > button {
    width: 52px;
    background-size: 20px;
  }
  .process_step.process_size .p_tit {
    width: calc(100% - 20px);
    padding: 0 10px;
    letter-spacing: -1.4px;
  }
  .list_currency {
    margin: 0 0 0 -20px;
  }
  .list_currency > li {
    width: calc(33.3333333333% - 20px);
    margin: 0 0 0 20px;
    padding: 21px 10px;
  }
  .list_currency > li > strong {
    font-size: 14px;
    margin-bottom: 21px;
  }
  .list_currency > li > i {
    margin: 0 auto 18px;
    width: 100px;
    height: 100px;
  }
  .ico_floating_box.ico_item06 .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(16.6666666667% - 20px);
            flex: 1 1 calc(16.6666666667% - 20px);
  }
  .privacy_agree.height_auto .agree_txt {
    height: auto;
  }
  .self_service_info {
    padding: 50px;
    background-size: auto;
    border-radius: 0 20px 0 20px;
  }
  .self_service_info.bg01 {
    padding-bottom: 50px;
    padding-right: 505px;
    background-image: url("../images/bg_self_service01.jpg");
  }
  .self_service_info.bg02 {
    padding-bottom: 50px;
    padding-right: 650px;
    background-image: url("../images/bg_self_service02.jpg");
  }
  .self_service_info > strong {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .self_chk_list > .self_chk_box + .self_chk_box {
    margin-top: 20px;
  }
  .self_chk_list > .self_chk_box .chk_tit {
    padding: 25px 25px 25px 92px;
    line-height: 26px;
  }
  .self_chk_list > .self_chk_box .chk_tit > strong {
    top: 50%;
    margin-top: -21px;
    left: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .self_chk_list > .self_chk_box .chk_tit p {
    font-size: 15px;
  }
  .self_chk_list > .self_chk_box .con {
    padding: 25px;
  }
  .self_chk_list > .self_chk_box .con .rd-lb + .rd-lb {
    margin-top: 16px;
  }
  .item_benefit_list .item_box_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .item_benefit_list .item_box_tit > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    line-height: 52px;
    text-align: center;
    padding: 0 10px;
  }
  .item_benefit_list .item_box_tit > div:first-child {
    background: #e43c3c;
  }
  .item_benefit_list .item_box_tit > div:last-child {
    background: #59544b;
  }
  .item_benefit_list .item_box_tit > div + div {
    margin-left: 30px;
  }
  .item_benefit_list .item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item_benefit_list .item_box + .item_box {
    margin-top: 20px;
  }
  .item_benefit_list .item_box > div {
    width: calc(50% - 15px);
  }
  .item_benefit_list .item_box > div + div {
    margin-left: 30px;
  }
  .item_benefit_list .item_box .item_tit {
    padding: 28px 30px 28px 120px;
    border-radius: 10px;
  }
  .item_benefit_list .item_box .item_tit:before {
    top: 24px;
    left: 29px;
    width: 67px;
    height: 67px;
  }
  .item_benefit_list .item_box .item_tit > strong {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .item_benefit_list .item_box .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f6f6f6;
    padding: 28px 30px;
    border: 0;
    border-radius: 10px;
  }
  .top_info_insur {
    padding: 45px 350px 45px 50px;
    background-position: 100% 50%;
    background-size: auto;
    border-radius: 0 20px 0 20px;
  }
  .top_info_insur strong {
    font-size: 26px;
    margin-bottom: 23px;
  }
  .top_info_insur .tag {
    margin: -10px -6px 0 0;
  }
  .top_info_insur .tag > span {
    padding: 0 15px;
    line-height: 34px;
    margin: 10px 6px 0 0;
  }
  .insur_find_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -20px 0 0;
  }
  .insur_find_box .insur_box {
    width: calc(33.3333333333% - 20px);
    margin: 20px 20px 0 0;
    padding: 30px 25px;
    background-size: auto;
    background-position: calc(100% - 26px) 30px;
  }
  .insur_find_box .insur_box.bg_deco1, .insur_find_box .insur_box.bg_deco2, .insur_find_box .insur_box.bg_deco3, .insur_find_box .insur_box.bg_deco4 {
    background-size: auto;
  }
  .insur_find_box .insur_box .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .insur_find_box .insur_box > strong {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .insur_find_box .insur_box > strong.insur_tit {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .insur_find_box .insur_box select {
    background-size: 11px;
  }
  .insur_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -20px 0 0;
  }
  .insur_link > a {
    width: calc(33.3333333333% - 20px);
    margin: 20px 20px 0 0;
    padding: 30px;
    background-size: auto;
    font-size: 18px;
  }
  .box_border.box_dashed {
    padding: 5px 15px;
  }
  .box_border.box_dashed ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .box_border.box_dashed ul > li:not(:first-child) {
    border-top: 1px dashed #d7d7d7;
  }
  .box_border.box_dashed ul > li span {
    display: block;
    margin-right: auto;
  }
  .box_border.box_dashed ul > li a {
    margin-left: auto;
  }
  .root_wrap {
    background: no-repeat;
  }
  .root_wrap.bg01 {
    background-position: 100% 317px;
    background-image: url("../images/bg_history01.jpg");
  }
  .root_wrap.bg02 {
    background-position: 100% 100%;
    background-image: url("../images/bg_history02.jpg");
  }
  .box_ci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .box_ci .img_box {
    width: 350px;
  }
  .box_ci .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 29px;
  }
  .box_ci .txt > p + p {
    margin-top: 10px;
  }
  .word_box {
    margin-top: 30px;
  }
  .word_box .word_tit {
    padding: 15px 25px;
    font-size: 18px;
  }
  .word_box .word_tit:before {
    width: 21px;
    height: 25px;
    margin-right: 10px;
  }
  .word_box .con {
    padding: 20px 25px;
  }
}
.epeople {
  padding: 20px;
  background: #f6f6f6;
}
.epeople > h4 {
  width: 136px;
  height: 40px;
  margin-bottom: 10px;
  background: url(../images/img_epeople.png) no-repeat 0 0;
}
@media all and (min-width: 1137px), print {
  .epeople {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .epeople > h4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
  .epeople > p {
    margin-left: 25px;
    padding-left: 26px;
    border-left: 1px dashed #d7d7d7;
  }
}

.wr_stg {
  display: block;
  margin-top: 8px;
}
@media all and (min-width: 1137px), print {
  .wr_stg {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }
}

.btn_zip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 38px;
  margin-left: 2px;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  color: #fff;
}
@media all and (min-width: 1137px), print {
  .btn_zip {
    height: 50px;
    padding: 0 15px;
  }
}

.etc_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.etc_wr > .rd-lb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.etc_wr > .etc_inp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.etc_wr > .etc_inp > input {
  width: 100%;
}

.ag_multi_check.ck-lb {
  display: block;
}

.terms_wrap {
  margin-bottom: 30px;
  border: 1px solid #d7d7d7;
}
.terms_wrap .terms_search {
  padding: 20px 40px;
  background: #f6f6f6;
}
.terms_wrap .terms_search > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  font-weight: 400;
  color: #222;
}
.terms_wrap .terms_search > p::before {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "";
  width: 20px;
  height: 16px;
  margin: 3px 6px 0 0;
  background: url(../images/bg_tip.png) no-repeat 0 0/20px;
}
.terms_wrap .terms_inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terms_wrap .terms_inp .btn_srh_reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 75px;
  height: 38px;
  margin-left: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #777;
  color: #fff;
}
.terms_wrap .terms_inp .btn_srh_reset::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background: url(../images/ico_reset.png) no-repeat 0 0/13px;
}
.terms_wrap .inp_inner {
  position: relative;
  width: calc(100% - 80px);
}
.terms_wrap .inp_inner > input[type=text] {
  width: 100%;
  padding-right: 50px;
}
.terms_wrap .inp_inner > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: url(../images/btn_search_m.png) no-repeat 50% 50%/17px;
}
.terms_wrap .keypad {
  padding: 20px;
}
.terms_wrap .lang_kr {
  margin-bottom: 10px;
}
.terms_wrap .lang_kr,
.terms_wrap .lang_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.terms_wrap .lang_kr > button,
.terms_wrap .lang_en > button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 40px;
  border: 1px solid #d7d7d7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f6f6;
}
.terms_wrap .lang_kr > button:not(:last-child),
.terms_wrap .lang_en > button:not(:last-child) {
  margin-right: 5px;
}
.terms_wrap .lang_kr > button:focus, .terms_wrap .lang_kr > button.on,
.terms_wrap .lang_en > button:focus,
.terms_wrap .lang_en > button.on {
  border: 1px solid #e43c3c;
  background: #e43c3c;
  font-weight: 500;
  color: #fff;
}

.exc_serv .serv_txt {
  padding: 17px 20px;
  border: 1px solid #d7d7d7;
  background-position: calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 50px;
}
.exc_serv .serv_txt > h4 {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.exc_serv .l {
  margin-bottom: 20px;
  background-image: url(../images/ico_lg_kakao.png);
}
.exc_serv .r {
  background-image: url(../images/ico_lg_mail.png);
}
.exc_serv .btn_serv {
  margin-top: 30px;
}

.bg_txt_box {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 190px;
}
.bg_txt_box .inner_txt {
  padding: 206px 0 20px;
  border-style: none solid solid;
  border-color: #d7d7d7;
  border-width: 1px;
  text-align: center;
}
.bg_txt_box .inner_txt > h4 {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.bg_txt_box .inner_txt > p {
  margin-bottom: 15px;
}
.bg_txt_box.bg1 {
  background-image: url(../images/bg_center1_m.jpg);
}
.bg_txt_box.bg2 {
  background-image: url(../images/bg_center2_m.jpg);
}
.bg_txt_box.bg3 {
  background-image: url(../images/bg_center3_m.jpg);
}
.bg_txt_box:not(:last-child) {
  margin-bottom: 20px;
}

.underline {
  text-decoration: underline;
}

.charter_list {
  position: relative;
  padding: 7px;
  border: 2px solid #eee;
}
.charter_list::before, .charter_list::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
}
.charter_list::before {
  left: -2px;
  border-color: #fff #eee #eee #fff;
  border-radius: 0 0 5px 0;
}
.charter_list::after {
  right: -2px;
  border-color: #fff #fff #eee #eee;
  border-radius: 0 0 0 5px;
}

.cha_inner {
  position: relative;
  padding: 0 19px 30px;
  border: 1px solid #d7d7d7;
}
.cha_inner::before, .cha_inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
}
.cha_inner::before {
  left: -10px;
  border-color: #eee #eee #fff #fff;
  border-radius: 0 5px 0 0;
}
.cha_inner::after {
  right: -10px;
  border-color: #eee #fff #fff #eee;
  border-radius: 5px 0 0 5px;
}
.cha_inner > h4 {
  padding: 90px 0 15px;
  background: url(../images/ico_charter.jpg) no-repeat 50% 30px/60px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
.cha_inner > h4::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 11px auto 0;
  background: #222;
}

.cha_txt {
  padding: 23px 25px;
  background: #f6f6f6;
}
.cha_txt > li {
  text-align: center;
}
.cha_txt > li:not(:last-child) {
  margin-bottom: 20px;
}
.cha_txt > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 0 19px;
  height: 30px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e43c3c;
  font-weight: 500;
  color: #fff;
}

.bg_info_txt {
  margin-bottom: 30px;
  padding: 30px 27px 40px;
  background: url(../images/bg_info_txt_m.jpg) no-repeat 0 0/cover;
  color: #fff;
}
.bg_info_txt > h4 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
}
.bg_info_txt > p {
  margin-bottom: 8px;
}

.des_list {
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.des_list:not(:last-child) {
  margin-bottom: 15px;
}
.des_list::before {
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  margin-bottom: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.des_list .des_tit {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}

.des_env1::before {
  background-image: url(../images/bg_circle_env1.png);
}

.des_env2::before {
  background-image: url(../images/bg_circle_env2.png);
}

.des_exp::before {
  background-image: url(../images/bg_des_exp.png);
}

.des_imp::before {
  background-image: url(../images/bg_des_imp.png);
}

.des_imp2::before {
  background-image: url(../images/bg_des_imp2.png);
}

.env_cate > li {
  padding: 25px;
  border: 1px solid #d7d7d7;
  text-align: center;
}
.env_cate > li:not(:last-child) {
  margin-bottom: 15px;
}
.env_cate h5 {
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.env_cate h5::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 15px auto;
  border-radius: 50%;
  -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;
  font-size: 29px;
  color: #fff;
}
.env_cate .cate_a::after {
  content: "A";
  background: #e43c3c;
}
.env_cate .cate_b::after {
  content: "B";
  background: #ce4c05;
}
.env_cate .cate_c::after {
  content: "C";
  background: #59544b;
}

.contact_list {
  padding: 15px;
  border: 2px solid #eee;
}
.contact_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contact_list > li:not(:last-child) {
  margin-bottom: 10px;
}
.contact_list > li > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
  font-weight: 400;
  color: #222;
}
.contact_list > li > span::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 5px;
  background-size: 26px;
  vertical-align: middle;
}
.contact_list .cont1::before {
  background-image: url(../images/ico_env_contact1.png);
}
.contact_list .cont2::before {
  background-image: url(../images/ico_env_contact2.png);
}
.contact_list .cont3::before {
  background-image: url(../images/ico_env_contact3.png);
}

.info_pic_txt {
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.info_pic_txt .l > img {
  width: 100%;
}
.info_pic_txt .r > h4 {
  margin: 13px 0 6px;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}

.root_daum_roughmap {
  width: 100% !important;
}

.traf_list {
  padding-left: 83px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 65px;
}
.traf_list.traf_subway {
  background-image: url(../images/ico_traf_subway.jpg);
}
.traf_list.traf_bus {
  background-image: url(../images/ico_traf_bus.jpg);
}
.traf_list.traf_car {
  background-image: url(../images/ico_traf_car.jpg);
}

.process_step > li {
  position: relative;
  padding: 30px 25px 15px;
  border: 1px solid #d7d7d7;
}
.process_step > li:not(:last-child) {
  margin-bottom: 50px;
}
.process_step > li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 10px;
  height: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(../images/bg_process_arrow.gif) no-repeat 0 0;
}
.process_step .p_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  -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.2;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.ico_process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -17px;
}
.ico_process > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  margin-bottom: 17px;
  text-align: center;
}
.ico_process > li::before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
}
.ico_process > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 20px;
  width: 15px;
  height: 15px;
  background: url(../images/ico_process_arrow.png) no-repeat 0 0/100%;
}
.ico_process > li > strong {
  display: block;
}
.ico_process .use_step1::before {
  background-image: url(../images/bg_use_process1.png);
}
.ico_process .use_step2::before {
  background-image: url(../images/bg_use_process2.png);
}
.ico_process .use_step3::before {
  background-image: url(../images/bg_use_process3.png);
}
.ico_process .use_step4::before {
  background-image: url(../images/bg_use_process4.png);
}
.ico_process .use_step5::before {
  background-image: url(../images/bg_use_process5.png);
}
.ico_process .use_step6::before {
  background-image: url(../images/bg_use_process6.png);
}
.ico_process .use_step7::before {
  background-image: url(../images/bg_use_process7.png);
}
.ico_process .use_step8::before {
  background-image: url(../images/bg_use_process8.png);
}
.ico_process .use_for_step4::before {
  background-image: url(../images/bg_use_for_process4.png);
}
.ico_process .use_for_step5::before {
  background-image: url(../images/bg_use_for_process5.png);
}
.ico_process .use_for_step6::before {
  background-image: url(../images/bg_use_for_process6.png);
}
.ico_process .use_for_step7::before {
  background-image: url(../images/bg_use_for_process7.png);
}
.ico_process .use_for_step8::before {
  background-image: url(../images/bg_use_for_process8.png);
}
.ico_process .use_for_step9::before {
  background-image: url(../images/bg_use_for_process9.png);
}
.ico_process .comp_step1::before {
  background-image: url(../images/bg_comp_process1.png);
}
.ico_process .comp_step2::before {
  background-image: url(../images/bg_comp_process2.png);
}
.ico_process .comp_step3::before {
  background-image: url(../images/bg_comp_process3.png);
}
.ico_process .comp_step4::before {
  background-image: url(../images/bg_comp_process4.png);
}
.ico_process .comp_step5::before {
  background-image: url(../images/bg_comp_process5.png);
}
.ico_process .comp_step6::before {
  background-image: url(../images/bg_comp_process6.png);
}
.ico_process .comp_step7::before {
  background-image: url(../images/bg_comp_process7.png);
}

.ico_pdf {
  background-image: url(../images/ico_pdf.png);
}

.ico_excel {
  background-image: url(../images/ico_excel.png);
}

.ico_zip {
  background-image: url(../images/ico_zip.png);
}

.mul_srh_box {
  border: 1px solid #d7d7d7;
}
.mul_srh_box .mul_srh_form {
  padding: 20px;
  background: #f6f6f6;
}
.mul_srh_box .srh_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mul_srh_box .srh_row .ipt_wrap {
  width: 100%;
}
.mul_srh_box .srh_row .ipt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mul_srh_box .srh_row .ipt_box > label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.mul_srh_box .srh_row .ipt_box > input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.mul_srh_box .srh_row .ipt_box:not(:last-child) {
  margin-bottom: 5px;
}
.mul_srh_box .srh_row > button {
  margin-top: 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mul_srh_box .srh_row:not(:last-child) {
  margin-bottom: 10px;
}
.mul_srh_box .inp_box:not(:last-child) {
  margin-bottom: 10px;
}
.mul_srh_box .inp_box > label {
  margin-right: 5px;
}
.mul_srh_box .btn_mul_srh {
  height: 38px;
  padding: 0 10px;
  background: #777;
  color: #fff;
}
.mul_srh_box .btn_mul_srh::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 7px;
  background: url(../images/ico_small_search.png) no-repeat 0 0/100%;
  vertical-align: middle;
}
.mul_srh_box .srh_info {
  padding: 20px;
}

.priv_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.priv_search label {
  margin-right: 5px;
  font-weight: 500;
  color: #222;
}
.priv_search .select_wrap {
  margin-right: 5px;
}
.priv_search .board_select {
  width: 100%;
  max-width: 300px;
}
.priv_search .btn_white_line {
  height: 38px;
}

@media all and (min-width: 1137px), print {
  .priv_search label {
    margin-right: 10px;
    font-size: 17px;
  }
  .priv_search .select_wrap {
    margin-right: 5px;
  }
  .priv_search .board_select {
    width: 270px;
    max-width: none;
  }
  .priv_search .btn_white_line {
    height: 50px;
  }
  .mul_srh_box .mul_srh_form {
    padding: 30px 25px;
  }
  .mul_srh_box .srh_row {
    position: relative;
  }
  .mul_srh_box .srh_row:not(:last-child) {
    margin-bottom: 20px;
  }
  .mul_srh_box .srh_row .ipt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 80px);
  }
  .mul_srh_box .srh_row .ipt_box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3333333333% - 15px);
            flex: 1 1 calc(33.3333333333% - 15px);
  }
  .mul_srh_box .srh_row .ipt_box:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .mul_srh_box .srh_row .ipt_box > label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
  }
  .mul_srh_box .srh_row > button {
    margin-top: 0;
    margin-left: 15px;
    width: 65px;
  }
  .mul_srh_box .inp_box {
    display: inline-block;
    vertical-align: top;
  }
  .mul_srh_box .inp_box + .inp_box {
    margin: 0 0 0 23px;
  }
  .mul_srh_box .inp_box:not(:last-child) {
    margin-bottom: 0;
  }
  .mul_srh_box .inp_box > label {
    margin-right: 5px;
  }
  .mul_srh_box .btn_mul_srh {
    height: 50px;
    padding: 0 16px;
  }
  .mul_srh_box .btn_mul_srh::after {
    width: 16px;
    height: 16px;
    margin-left: 7px;
    background-size: auto;
  }
  .mul_srh_box .srh_info {
    padding: 25px;
  }
  .srh_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .srh_result .sub_section {
    margin-top: 0;
  }
  .srh_result .sub_section:not(:last-child) {
    margin-right: 32px;
  }
  .ico_process {
    width: auto;
    margin: 0 0 -30px -13px;
  }
  .ico_process > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 173px;
            flex: 0 0 173px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .ico_process > li::before {
    height: 100px;
    margin-bottom: 13px;
    background-size: auto;
  }
  .ico_process > li:not(:last-child)::after {
    content: "";
    right: -11px;
    top: 42px;
    width: 20px;
    height: 16px;
    background-size: auto;
  }
  .ico_process > li > strong {
    font-size: 17px;
  }
  .process_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process_step > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 34px 25px 26px;
  }
  .process_step > li:not(:last-child) {
    margin: 0 32px 0 0;
  }
  .process_step > li:not(:last-child)::before {
    left: auto;
    right: -23px;
    top: 50%;
    bottom: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: -5px;
  }
  .process_step .p_tit {
    top: -28px;
    width: calc(100% - 50px);
    height: 52px;
    padding: 0 25px;
    border-radius: 30px;
    font-size: 18px;
  }
  .traf_list {
    padding-left: 125px;
    background-size: auto;
  }
  .left_bg {
    padding-left: 370px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .left_bg.bg1 {
    background-image: url(../images/img_left_bg.jpg);
  }
  .left_bg.bg2 {
    background-image: url(../images/img_left_bg2.jpg);
  }
  .left_bg.bg3 {
    background-image: url(../images/img_left_bg3.jpg);
  }
  .left_bg.bg4 {
    background-image: url(../images/img_left_bg4.jpg);
  }
  .left_bg.bg5 {
    background-image: url(../images/img_left_bg5.jpg);
  }   
  .info_pic_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }
  .info_pic_txt .l > img {
    width: auto;
  }
  .info_pic_txt .r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 25px;
  }
  .info_pic_txt .r > h4 {
    margin: 0 0 8px;
    font-size: 18px;
  }
  .bg_info_txt {
    height: 414px;
    margin-bottom: 50px;
    padding: 40px 50px 0;
    background-image: url(../images/bg_info_txt_pc.jpg);
    background-size: auto;
  }
  .bg_info_txt > h4 {
    margin-bottom: 13px;
    font-size: 26px;
  }
  .bg_info_txt > p {
    margin-bottom: 12px;
  }
  .contact_list {
    padding: 20px;
    border-width: 3px;
  }
  .contact_list > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .contact_list > li:not(:last-child) {
    margin: 0 39px 0 0;
  }
  .contact_list > li > span {
    margin-right: 5px;
  }
  .contact_list > li > span::before {
    display: inline-block;
    content: "";
    width: 34px;
    height: 34px;
    margin-right: 10px;
    background-size: auto;
  }
  .env_cate > li {
    padding: 40px;
  }
  .env_cate > li:not(:last-child) {
    margin-bottom: 0;
  }
  .env_cate h5 {
    font-size: 18px;
  }
  .env_cate h5::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin: 20px auto;
    font-size: 29px;
  }
  .one_line_arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .one_line_arr > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .one_line_arr > *:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .des_list {
    padding: 30px;
  }
  .des_list::before {
    width: 100px;
    height: 100px;
    margin-bottom: 18px;
    background-size: auto;
  }
  .des_list .des_tit {
    margin-bottom: 11px;
    font-size: 18px;
  }
  .charter_list {
    padding: 10px;
    border: 3px solid #eee;
  }
  .charter_list::before, .charter_list::after {
    content: "";
    top: -3px;
    width: 33px;
    height: 33px;
    border-width: 3px;
  }
  .charter_list::before {
    left: -3px;
  }
  .charter_list::after {
    right: -3px;
  }
  .cha_inner {
    padding: 0 45px 50px;
  }
  .cha_inner::before, .cha_inner::after {
    content: "";
    bottom: -14px;
    width: 33px;
    height: 33px;
    border-width: 3px;
  }
  .cha_inner::before {
    left: -14px;
  }
  .cha_inner::after {
    right: -14px;
  }
  .cha_inner > h4 {
    padding: 132px 0 15px;
    background-position-y: 50px;
    background-size: auto;
    font-size: 22px;
  }
  .cha_inner > h4::after {
    width: 40px;
    height: 2px;
    margin: 15px auto 0;
  }
  .cha_txt {
    padding: 40px 80px;
    background: #f6f6f6;
  }
  .cha_txt > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    letter-spacing: -0.25px;
  }
  .cha_txt > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .cha_txt > li > span {
    display: inline-block;
    margin: 0 18px 0 0;
    padding: 0 36px;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
  }
  .cor_reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bg_txt_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-size: 100% auto;
  }
  .bg_txt_box .inner_txt {
    padding: 243px 0 30px;
  }
  .bg_txt_box .inner_txt > h4 {
    margin-bottom: 11px;
    font-size: 18px;
  }
  .bg_txt_box .inner_txt > p {
    margin-bottom: 25px;
  }
  .bg_txt_box.bg1 {
    background-image: url(../images/bg_center1_pc.jpg);
  }
  .bg_txt_box.bg2 {
    background-image: url(../images/bg_center2_pc.jpg);
  }
  .bg_txt_box.bg3 {
    background-image: url(../images/bg_center3_pc.jpg);
  }
  .bg_txt_box:not(:last-child) {
    margin: 0 29px 0 0;
  }
  .etc_wr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 62%;
    margin-top: 0;
  }
  .etc_wr > .rd-lb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .etc_wr > .etc_inp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .etc_wr > .etc_inp > input {
    width: 100%;
  }
  .ag_multi_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .terms_wrap {
    margin-bottom: 50px;
  }
  .terms_wrap .terms_search {
    padding: 29px 30px;
  }
  .terms_wrap .terms_search > p {
    margin-bottom: 17px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .terms_wrap .terms_search > p::before {
    margin: 5px 8px 0 0;
  }
  .terms_wrap .terms_inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .terms_wrap .terms_inp .btn_srh_reset {
    width: 97px;
    height: 50px;
    margin-left: 5px;
  }
  .terms_wrap .terms_inp .btn_srh_reset::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    margin-right: 7px;
    background: url(../images/ico_reset.png) no-repeat 0 0/13px;
  }
  .terms_wrap .inp_inner {
    position: relative;
    width: 502px;
  }
  .terms_wrap .inp_inner > input[type=text] {
    padding-right: 70px;
  }
  .terms_wrap .inp_inner > button {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
  .terms_wrap .keypad {
    padding: 30px 0;
  }
  .terms_wrap .lang_kr {
    margin-bottom: 10px;
  }
  .terms_wrap .lang_kr,
  .terms_wrap .lang_en {
    overflow-x: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .terms_wrap .lang_kr > button,
  .terms_wrap .lang_en > button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    height: 35px;
  }
  .exc_serv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .exc_serv .serv_txt {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 300px;
    padding: 25px 30px;
    background-position: calc(100% - 30px) calc(100% - 30px);
    background-size: auto;
  }
  .exc_serv .serv_txt > h4 {
    margin-bottom: 11px;
    font-size: 18px;
  }
  .exc_serv .l {
    margin: 0 30px 0 0;
    background-image: url(../images/ico_lg_kakao.png);
  }
  .exc_serv .r {
    background-image: url(../images/ico_lg_mail.png);
  }
  .exc_serv .btn_serv {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin-top: 0;
  }
  .top_info_box.bg_none::before {
    display: none;
  }
  .top_info_box.bg_none .top_info_wrap {
    padding-left: 28px;
  }
}
.bor_l {
  border-left: solid 1px #d7d7d7;
}

.bg_pink {
  background-color: #faa9a9 !important;
}

.bor_r_pink {
  border-right-color: #faa9a9 !important;
}

.bor_l_pink {
  border-left-color: #faa9a9 !important;
}

.section .branch_list > li > a {
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section .branch_list > li > a > span {
  font-size: 11px;
}

.border_box {
  border: solid 1px #d7d7d7;
  padding: 10px;
}

@media screen and (min-width: 1137px), print {
  .section .branch_list > li > a {
    height: 60px;
  }
  .section .branch_list > li > a > span {
    font-size: 14px;
  }
  .border_box {
    padding: 20px;
  }
}
/* 2024 02 . 01 개인정보 처리 방침 */
.tbl_lay {
  table-layout: auto;
}

.priva_label_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.priva_label_box .label_item {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 20px 15px;
}
.priva_label_box .label_tit {
  color: #222;
  font-weight: 500;
  text-align: center;
}
.priva_label_box .label_pop {
  -webkit-box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.15);
}
.priva_label_box .label_pop .info_tit {
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  background-color: #e43c3c;
}
.priva_label_box .label_pop .label_info {
  padding: 10px 15px;
}
.priva_label_box .label_bg {
  width: 65px;
  height: 75px;
  margin: 7px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.priva_label_box .label_bg.label01 {
  background-image: url(../images/ico_label_priva01.png);
}
.priva_label_box .label_bg.label02 {
  background-image: url(../images/ico_label_priva02.png);
}
.priva_label_box .label_bg.label03 {
  background-image: url(../images/ico_label_priva03.png);
}
.priva_label_box .label_bg.label04 {
  background-image: url(../images/ico_label_priva04.png);
}
.priva_label_box .label_bg.label05 {
  background-image: url(../images/ico_label_priva05.png);
}
.priva_label_box .label_bg.label06 {
  background-image: url(../images/ico_label_priva06.png);
}

.priva_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.priva_list .priva_num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 10px;
  border: 1px solid #d7d7d7;
}
.priva_list .priva_num_list span {
  display: inline-block;
  background-color: #59544b;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.priva_list .priva_num_list:hover {
  font-weight: 400;
  color: #222;
  background-color: #f6f6f6;
}
.priva_list .priva_num_list::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.priva_list .priva_num_list.priva01::after {
  background-image: url(../images/ico_priva01.png);
}
.priva_list .priva_num_list.priva02::after {
  background-image: url(../images/ico_priva02.png);
}
.priva_list .priva_num_list.priva03::after {
  background-image: url(../images/ico_label_priva04.png);
}
.priva_list .priva_num_list.priva04::after {
  background-image: url(../images/ico_label_priva05.png);
}
.priva_list .priva_num_list.priva05::after {
  background-image: url(../images/ico_priva03.png);
}
.priva_list .priva_num_list.priva06::after {
  background-image: url(../images/ico_priva04.png);
}
.priva_list .priva_num_list.priva07::after {
  background-image: url(../images/ico_priva05.png);
}
.priva_list .priva_num_list.priva08::after {
  width: 61px;
  background-image: url(../images/ico_priva06.png);
}
.priva_list .priva_num_list.priva09::after {
  background-image: url(../images/ico_priva07.png);
}
.priva_list .priva_num_list.priva10::after {
  background-image: url(../images/ico_priva08.png);
}
.priva_list .priva_num_list.priva11::after {
  background-image: url(../images/ico_priva09.png);
}
.priva_list .priva_num_list.priva12::after {
  width: 61px;
  background-image: url(../images/ico_priva10.png);
}
.priva_list .priva_num_list.priva13::after, .priva_list .priva_num_list.priva14::after {
  background-image: url(../images/ico_priva11.png);
}
.priva_list .priva_num_list.priva15::after {
  width: 122px;
  background-image: url(../images/ico_priva12.png);
}
.priva_list .priva_num_list.priva16::after {
  width: 61px;
  background-image: url(../images/ico_priva13.png);
}
.priva_list .priva_num_list.priva17::after {
  width: 61px;
  background-image: url(../images/ico_priva14.png);
}
.priva_list .priva_num_list.priva18::after {
  content: "";
  width: 61px;
  background-image: url(../images/ico_priva15.png);
}
.priva_list .priva_num_list.priva19::after {
  background-image: url(../images/ico_priva16.png);
}
.priva_list .priva_num_list.priva20::after, .priva_list .priva_num_list.priva21::after {
  background-image: url(../images/ico_priva17.png);
}
.priva_list .priva_num_list.priva22::after {
  content: "";
  background-image: url(../images/ico_priva18.png);
}
.priva_list .priva_num_list.priva23::after {
  background-image: url(../images/ico_priva20.png);
}
.priva_list .priva_num_list.priva24::after {
  background-image: url(../images/ico_priva21.png);
}
.priva_list .priva_num_list.priva25::after {
  background-image: url(../images/ico_priva19.png);
}

.priva_cont + .priva_cont {
  margin-top: 30px;
}
.priva_cont .priva_tit {
  padding: 10px 15px;
  background-color: #fcf1e6;
  border-radius: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.priva_cont .priva_tit p {
  font-size: 15px;
  font-weight: bold;
  color: #222;
}
.priva_cont .priva_tit .tit_ico {
  width: 28px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.priva_cont .priva_tit .tit_ico.priva01 {
  background-image: url(../images/ico_priva01.png);
}
.priva_cont .priva_tit .tit_ico.priva02 {
  background-image: url(../images/ico_priva02.png);
}
.priva_cont .priva_tit .tit_ico.priva03 {
  background-image: url(../images/ico_label_priva04.png);
}
.priva_cont .priva_tit .tit_ico.priva04 {
  background-image: url(../images/ico_label_priva05.png);
}
.priva_cont .priva_tit .tit_ico.priva05 {
  background-image: url(../images/ico_priva03.png);
}
.priva_cont .priva_tit .tit_ico.priva06 {
  background-image: url(../images/ico_priva04.png);
}
.priva_cont .priva_tit .tit_ico.priva07 {
  background-image: url(../images/ico_priva05.png);
}
.priva_cont .priva_tit .tit_ico.priva08 {
  width: 61px;
  background-image: url(../images/ico_priva06.png);
}
.priva_cont .priva_tit .tit_ico.priva09 {
  background-image: url(../images/ico_priva07.png);
}
.priva_cont .priva_tit .tit_ico.priva10 {
  background-image: url(../images/ico_priva08.png);
}
.priva_cont .priva_tit .tit_ico.priva11 {
  background-image: url(../images/ico_priva09.png);
}
.priva_cont .priva_tit .tit_ico.priva12 {
  width: 61px;
  background-image: url(../images/ico_priva10.png);
}
.priva_cont .priva_tit .tit_ico.priva13, .priva_cont .priva_tit .tit_ico.priva14 {
  background-image: url(../images/ico_priva11.png);
}
.priva_cont .priva_tit .tit_ico.priva15 {
  width: 122px;
  background-image: url(../images/ico_priva12.png);
}
.priva_cont .priva_tit .tit_ico.priva16 {
  width: 61px;
  background-image: url(../images/ico_priva13.png);
}
.priva_cont .priva_tit .tit_ico.priva17 {
  width: 61px;
  background-image: url(../images/ico_priva14.png);
}
.priva_cont .priva_tit .tit_ico.priva18 {
  content: "";
  width: 61px;
  background-image: url(../images/ico_priva15.png);
}
.priva_cont .priva_tit .tit_ico.priva19 {
  background-image: url(../images/ico_priva16.png);
}
.priva_cont .priva_tit .tit_ico.priva20, .priva_cont .priva_tit .tit_ico.priva21 {
  background-image: url(../images/ico_priva17.png);
}
.priva_cont .priva_tit .tit_ico.priva22 {
  content: "";
  background-image: url(../images/ico_priva18.png);
}
.priva_cont .priva_tit .tit_ico.priva23 {
  background-image: url(../images/ico_priva20.png);
}
.priva_cont .priva_tit .tit_ico.priva24 {
  background-image: url(../images/ico_priva21.png);
}
.priva_cont .priva_tit .tit_ico.priva25 {
  background-image: url(../images/ico_priva19.png);
}
.priva_cont .priva_sub_lits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-top: 15px;
}
.priva_cont .priva_sub_lits .sub_lits_num {
  background-color: #59544b;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.priva_cont .priva_sub_lits p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .priva_label_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .priva_label_box .label_item {
    width: calc(33.3333333333% - 14px);
    position: relative;
    cursor: pointer;
  }
  .priva_label_box .label_item:hover {
    border-color: #e43c3c;
  }
  .priva_label_box .label_item:hover .label_pop {
    display: block;
  }
  .priva_label_box .label_item:nth-child(1) .label_pop, .priva_label_box .label_item:nth-child(4) .label_pop {
    left: -1px;
  }
  .priva_label_box .label_item:nth-child(2) .label_pop, .priva_label_box .label_item:nth-child(5) .label_pop {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .priva_label_box .label_item:nth-child(3) .label_pop, .priva_label_box .label_item:nth-child(6) .label_pop {
    right: -1px;
  }
  .priva_label_box .label_tit {
    font-size: 18px;
  }
  .priva_label_box .label_pop {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    width: 700px;
    top: calc(100% - 20px);
  }
  .priva_label_box .label_pop .info_tit {
    font-size: 18px;
    padding: 15px 20px;
  }
  .priva_label_box .label_pop .label_info {
    padding: 15px 20px;
  }
  .priva_label_box .label_bg {
    width: 90px;
    height: 102px;
    margin-bottom: 5px;
  }
  .priva_list {
    margin-bottom: 25px;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .priva_list .priva_num_list {
    width: calc(50% - 5px);
    padding: 20px;
  }
  .priva_list .priva_num_list span {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
  }
  .priva_list .priva_num_list::after {
    width: 40px;
    height: 46px;
  }
  .priva_list .priva_num_list.priva08::after, .priva_list .priva_num_list.priva12::after, .priva_list .priva_num_list.priva16::after, .priva_list .priva_num_list.priva17::after, .priva_list .priva_num_list.priva18::after {
    width: 87px;
  }
  .priva_list .priva_num_list.priva15::after {
    width: 177px;
  }
  .priva_cont + .priva_cont {
    margin-top: 40px;
  }
  .priva_cont .priva_tit {
    padding: 15px 20px;
  }
  .priva_cont .priva_tit p {
    font-size: 21px;
  }
  .priva_cont .priva_tit .tit_ico {
    width: 40px;
    height: 46px;
  }
  .priva_cont .priva_tit .tit_ico.priva08, .priva_cont .priva_tit .tit_ico.priva12, .priva_cont .priva_tit .tit_ico.priva16, .priva_cont .priva_tit .tit_ico.priva17, .priva_cont .priva_tit .tit_ico.priva18 {
    width: 85px;
  }
  .priva_cont .priva_tit .tit_ico.priva15 {
    width: 175px;
  }
  .priva_cont .priva_sub_lits {
    margin-top: 20px;
  }
  .priva_cont .priva_sub_lits .sub_lits_num {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
  }
  .priva_cont .priva_sub_lits p {
    margin-bottom: 10px;
  }
}
.top_banner_wrap {
  display: none;
}

.table_box .tbl_btm {
  margin-top: 15px;
}

.ref {
  position: relative;
  padding-left: 15px;
}
.ref:before {
  content: "※" !important;
  position: absolute;
  top: 1px;
  left: 0;
  background: none !important;
  font-size: 12px;
}
@media all and (min-width: 1137px), print {
  .ref {
    padding-left: 20px !important;
  }
  .ref:before {
    font-size: 15px;
  }
}

.list + .ref {
  margin-top: 7px;
}
@media all and (min-width: 1137px), print {
  .list + .ref {
    margin-top: 10px;
  }
}

.mt-20-10 {
  margin-top: 10px;
}
@media all and (min-width: 1137px), print {
  .mt-20-10 {
    margin-top: 20px;
  }
}

.bg_box {
  padding: 15px;
  background: #f6f6f6;
  border: solid 1px #d7d7d7;
}
@media all and (min-width: 1137px), print {
  .bg_box {
    padding: 20px 25px;
    border: 0;
  }
}

.logo_type_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logo_type_box > div + div {
  margin-top: 20px;
}
@media all and (min-width: 1137px), print {
  .logo_type_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo_type_box > div + div {
    margin-top: 0;
  }
}

.intro_mb {
  margin-bottom: 15px;
}
@media all and (min-width: 1137px), print {
  .intro_mb {
    margin-bottom: 20px;
  }
}

.box_mb {
  margin-bottom: 20px;
}
@media all and (min-width: 1137px), print {
  .box_mb {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 767px) {
  .m_btn_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .m_btn_layout a[class^=btn],
  .m_btn_layout button[class^=btn] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
    margin: 5px;
  }
}

.reg_download_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reg_download_box > div + div {
  margin-top: 20px;
}
.reg_download_box > div .l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 17px;
}
.reg_download_box > div .l .circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}
.reg_download_box > div .l .circle.red {
  background: #e43c3c;
}
.reg_download_box > div .l .circle.yellow {
  background: #ce4c05;
}
.reg_download_box > div .r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media all and (min-width: 1137px), print {
  .reg_download_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .reg_download_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 30%;
  }
  .reg_download_box > div + div {
    margin-top: 0;
    margin-left: 50px;
  }
  .reg_download_box > div .l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    margin-right: 25px;
  }
  .reg_download_box > div .l .circle {
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
  }
  .reg_download_box > div .r {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 75px);
            flex: 1 1 calc(100% - 75px);
  }
  .reg_download_box > div .r .list {
    margin-top: 0;
  }
  .reg_download_box > div .r .list > li:first-child {
    margin-bottom: 10px;
  }
  .reg_download_box > div .r .list > li:not(:first-child) {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .reg_download_box > div .r .list.double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reg_download_box > div .r .list.double > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.list > dt:not(:first-child),
.list dd:not(:first-child) {
  margin-top: 7px;
}
@media all and (min-width: 1137px), print {
  .list > dt:not(:first-child),
  .list dd:not(:first-child) {
    margin-top: 10px;
  }
}

.dot_shape_type1 {
  position: relative;
  padding-left: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dot_shape_type1:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: #777;
  color: #777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 1137px), print {
  .dot_shape_type1:before {
    top: 11px;
  }
}

.edu_year_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edu_year_box > button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 5px);
          flex: 0 1 calc(33.33% - 5px);
  height: 45px;
  border: solid 1px #d7d7d7;
  border-radius: 8px;
  margin: 2.5px;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.edu_year_box > button.active, .edu_year_box > button:hover, .edu_year_box > button:focus {
  border-color: #e43c3c;
  border-width: 3px;
  color: #222;
  font-weight: 400;
}
@media all and (min-width: 1137px), print {
  .edu_year_box {
    margin: -5px;
  }
  .edu_year_box > button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(20% - 10px);
            flex: 0 1 calc(20% - 10px);
    height: 60px;
    margin: 5px;
  }
  .edu_year_box > button.active {
    border-width: 5px;
  }
}

.link:hover, .link:focus {
  text-decoration: underline;
}

.site_map_area .site_section {
  position: relative;
  border-top: solid 2px #eeeeee;
  padding-top: 17px;
}
.site_map_area .site_section:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #e43c3c;
}
.site_map_area .site_section + .site_section {
  margin-top: 30px;
}
.site_map_area .site_section .site_tit {
  margin-bottom: 20px;
  color: #222;
  font-size: 17px;
  font-weight: bold;
}
.site_map_area .site_section .site_box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}
.site_map_area .site_section .site_box_area .site_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 14px);
          flex: 0 1 calc(50% - 14px);
  margin: 7px;
}
.site_map_area .site_section .site_box_area .site_box:hover .site_list dt > a, .site_map_area .site_section .site_box_area .site_box:focus .site_list dt > a {
  background: #e43c3c;
  border-color: #e43c3c;
  color: #fff;
}
.site_map_area .site_section .site_box_area .site_box .site_list dt {
  margin-bottom: 10px;
  color: #222;
}
.site_map_area .site_section .site_box_area .site_box .site_list dt > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  background: #f6f6f6;
  border: solid 1px #d7d7d7;
  padding: 10px;
  color: #222;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site_map_area .site_section .site_box_area .site_box .site_list dd {
  position: relative;
  padding-left: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site_map_area .site_section .site_box_area .site_box .site_list dd:hover, .site_map_area .site_section .site_box_area .site_box .site_list dd:focus {
  text-decoration: underline;
}
.site_map_area .site_section .site_box_area .site_box .site_list dd:not(:first-child) {
  margin-top: 7px;
}
.site_map_area .site_section .site_box_area .site_box .site_list dd:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1137px), print {
  .site_map_area .site_section .site_box_area .site_box .site_list dd:before {
    top: 11px;
  }
}
@media all and (min-width: 1137px), print {
  .site_map_area .site_section .site_box_area .site_box .site_list dd {
    padding-left: 10px;
  }
  .site_map_area .site_section .site_box_area .site_box .site_list dd:not(:first-child) {
    margin-top: 10px;
  }
}
@media all and (min-width: 1137px), print {
  .site_map_area .site_section {
    border-top-width: 3px;
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site_map_area .site_section:before {
    top: -3px;
    height: 3px;
    width: 170px;
  }
  .site_map_area .site_section + .site_section {
    margin-top: 55px;
  }
  .site_map_area .site_section .site_tit {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  .site_map_area .site_section .site_box_area {
    margin: -11px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site_map_area .site_section .site_box_area .site_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 19px);
            flex: 0 1 calc(33% - 19px);
    margin: 11px;
    margin-bottom: 25px;
  }
  .site_map_area .site_section .site_box_area .site_box .site_list dt {
    margin-bottom: 15px;
  }
  .site_map_area .site_section .site_box_area .site_box .site_list dt > a {
    min-height: 58px;
    font-size: 18px;
  }
}

.img_box .w_auto {
  width: 100%;
}
@media all and (min-width: 1137px), print {
  .img_box .w_auto {
    width: auto;
  }
}

@media all and (min-width: 1137px), print {
  .scrollbar {
    margin-right: 8px;
  }
  .scrollbar::-webkit-scrollbar {
    width: 8px;
    /* 스크롤바의 너비 */
  }
  .scrollbar::-webkit-scrollbar-thumb {
    height: 30%;
    /* 스크롤바의 길이 */
    background: #888888;
    /* 스크롤바의 색상 */
    border-radius: 10px;
  }
  .scrollbar::-webkit-scrollbar-track {
    margin: 8px;
    border-radius: 10px;
    background: #eeeeee;
  }
}
.card_wrap {
  margin-top: 15px;
}
.card_wrap .card_box {
  border: solid 1px #d7d7d7;
}
.card_wrap .card_box:not(:last-child) {
  margin-bottom: 15px;
}
.card_wrap .card_box .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  min-height: 100px;
  border-bottom: solid 1px #d7d7d7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.card_wrap .card_box .title {
  color: #575756;
  font-size: 16px;
  font-weight: bold;
}
.card_wrap .card_box .cont_box {
  padding: 17px;
}
.card_wrap .card_box .cont_box > p {
  margin-bottom: 10px;
}
.card_wrap .card_box .ico01 {
  display: block;
  margin-top: 5px;
  background: url("../images/ico_onclick_info01.jpg") no-repeat center/80px 25px;
  height: 25px;
}
.card_wrap .card_box .ico02 {
  display: inline-block;
  background: url("../images/ico_onclick_info02.jpg") no-repeat center/37px 35px;
  width: 37px;
  height: 35px;
  margin-right: 8px;
  vertical-align: middle;
}
@media all and (min-width: 1137px), print {
  .card_wrap {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card_wrap .card_box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
  .card_wrap .card_box:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .card_wrap .card_box .title_box {
    height: 150px;
  }
  .card_wrap .card_box .title_box .title {
    width: 100%;
    font-size: 22px;
  }
  .card_wrap .card_box .title_box .ico01 {
    background-size: auto;
    height: 40px;
  }
  .card_wrap .card_box .title_box .ico02 {
    display: block;
    background-size: auto;
    margin: 0 auto 5px;
    width: auto;
    height: 58px;
  }
  .card_wrap .card_box .cont_box {
    padding: 25px;
  }
  .card_wrap .card_box .cont_box > p {
    margin-bottom: 15px;
  }
}

.btn_box {
  margin: -5px;
}
.btn_box .btn_white_line {
  margin: 5px;
}

.esg_bg_box.bg03 {
  position: relative;
  padding-bottom: 180px;
  background-image: url(../images/bg_onclick_info.png);
  background-size: 231px 193px;
  background-position: right 15px bottom -40px;
}
.esg_bg_box.bg03:after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 20px;
  display: block;
  width: 67px;
  height: 67px;
  background: url(../images/bg_onclick_info_qr.jpg) no-repeat center/67px;
}
.esg_bg_box.bg03 .esg_wrap {
  position: relative;
}
.esg_bg_box.bg03 .esg_wrap + .ref {
  margin: 10px 0 0;
}
@media all and (min-width: 1137px), print {
  .esg_bg_box.bg03 {
    min-height: 232px;
    padding: 40px 0;
    background-size: auto;
    background-position: right 142px top 40px;
  }
  .esg_bg_box.bg03:after {
    left: auto;
    right: 30px;
    bottom: 100px;
    width: 94px;
    height: 94px;
    background-size: auto;
  }
  .esg_bg_box.bg03 .esg_wrap {
    position: relative;
    padding: 0 500px 0 50px;
  }
  .esg_bg_box.bg03 .esg_wrap + .ref {
    margin: 10px 45px 0;
  }
  .esg_bg_box.bg03 .esg_wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .esg_bg_box.bg03 .esg_wrap .list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    margin: 5px;
  }
}

.profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7.5px;
}
.profile_wrap.ceo .profile_box .profile, .profile_wrap.sub_ceo .profile_box .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
.profile_wrap.ceo .profile_box .profile .pic, .profile_wrap.sub_ceo .profile_box .profile .pic {
  margin-right: 20px;
  margin-bottom: 0;
}
.profile_wrap.ceo .profile_box .profile .name_box, .profile_wrap.sub_ceo .profile_box .profile .name_box {
  padding-top: 15px;
}
.profile_wrap.ceo .profile_box .profile .name_box .position, .profile_wrap.sub_ceo .profile_box .profile .name_box .position {
  font-weight: 400;
}
.profile_wrap.ceo .profile_box .career .list li dl, .profile_wrap.sub_ceo .profile_box .career .list li dl {
  overflow: hidden;
}
.profile_wrap.ceo .profile_box .career .list li dl dt, .profile_wrap.sub_ceo .profile_box .career .list li dl dt {
  float: left;
  width: 75px;
  padding-right: 10px;
  color: #222;
  font-weight: 400;
}
.profile_wrap.ceo .profile_box .career .list li dl dd, .profile_wrap.sub_ceo .profile_box .career .list li dl dd {
  float: right;
  width: calc(100% - 75px);
}
.profile_wrap.ceo .profile_box .career .list li dl dd:first-of-type, .profile_wrap.sub_ceo .profile_box .career .list li dl dd:first-of-type {
  margin-top: 0;
}
@media all and (min-width: 1137px), print {
  .profile_wrap.ceo .profile_box .profile, .profile_wrap.sub_ceo .profile_box .profile {
    padding: 30px;
  }
  .profile_wrap.ceo .profile_box .profile .pic, .profile_wrap.sub_ceo .profile_box .profile .pic {
    margin-right: 30px;
  }
  .profile_wrap.ceo .profile_box .profile .name_box, .profile_wrap.sub_ceo .profile_box .profile .name_box {
    padding-top: 25px;
  }
  .profile_wrap.ceo .profile_box .career, .profile_wrap.sub_ceo .profile_box .career {
    padding: 25px 30px 30px 30px;
  }
  .profile_wrap.ceo .profile_box .career .list li dl dt, .profile_wrap.sub_ceo .profile_box .career .list li dl dt {
    width: 95px;
  }
  .profile_wrap.ceo .profile_box .career .list li dl dd, .profile_wrap.sub_ceo .profile_box .career .list li dl dd {
    width: calc(100% - 95px);
  }
}
.profile_wrap.ceo {
  margin: 0 0 20px 0;
}
.profile_wrap.ceo.bg_none .profile_box .profile {
  background: transparent;
}
.profile_wrap.ceo .profile_box {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin: 0;
}
.profile_wrap.ceo .profile_box .profile {
  background: url("../images/bg_ceo_profile.png") no-repeat bottom -2px right -5px/164px;
}
.profile_wrap.ceo .profile_box .career {
  background: #f6f6f6;
}
.profile_wrap.ceo .profile_box .career::before {
  display: none;
}
.profile_wrap.ceo .profile_box .career .list {
  margin-top: 0;
}
.profile_wrap.ceo .profile_box .career .list li:not(:last-child) {
  border-bottom: dashed 1px #d7d7d7;
  padding-bottom: 20px;
}
.profile_wrap.ceo .profile_box .career .list li:not(:first-child) {
  margin-top: 20px;
}
.profile_wrap.ceo .profile_box .career .list li:first-child dl dt {
  width: 68px;
}
.profile_wrap.ceo .profile_box .career .list li:first-child dl dd {
  width: calc(100% - 68px);
}
.profile_wrap.ceo .profile_box .career .list li:last-child dl dd:last-child {
  font-weight: 400;
  color: #000;
}
@media all and (min-width: 1137px), print {
  .profile_wrap.ceo .profile_box .profile {
    background-size: auto;
  }
  .profile_wrap.ceo .profile_box .career .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile_wrap.ceo .profile_box .career .list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
            flex: 1 1 calc(50% - 15px);
  }
  .profile_wrap.ceo .profile_box .career .list li:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    border-right: dashed 1px #d7d7d7;
  }
  .profile_wrap.ceo .profile_box .career .list li:not(:first-child) {
    margin-top: 0;
    margin-left: 30px;
  }
}
.profile_wrap.sub_ceo {
  margin: 0;
}
.profile_wrap.sub_ceo .profile_box {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin: 0;
}
.profile_wrap.sub_ceo .profile_box:not(:last-child) {
  margin-bottom: 20px;
}
.profile_wrap.sub_ceo .profile_box .career .list {
  margin-top: 0;
}
@media all and (min-width: 1137px), print {
  .profile_wrap.sub_ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
  }
  .profile_wrap.sub_ceo .profile_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    margin: 15px;
  }
  .profile_wrap.sub_ceo .profile_box:not(:last-child) {
    margin-bottom: 15px;
  }
}
.profile_wrap .profile_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  border: solid 1px #d7d7d7;
  margin: 7.5px;
}
.profile_wrap .profile_box .profile {
  padding: 20px;
}
.profile_wrap .profile_box .profile .pic {
  width: 85px;
  margin-bottom: 15px;
}
.profile_wrap .profile_box .profile .pic img {
  width: 100%;
}
.profile_wrap .profile_box .profile .name {
  color: #222;
  font-size: 15px;
  font-weight: 500;
}
.profile_wrap .profile_box .profile .name .position {
  padding-left: 8px;
  color: #e43c3c;
  font-size: 13px;
  font-weight: 300;
}
.profile_wrap .profile_box .career {
  position: relative;
  padding: 20px;
}
.profile_wrap .profile_box .career:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 2px;
  background: #e43c3c;
  width: calc(100% - 20px);
}
.profile_wrap .profile_box .btn_white_line {
  padding: 0 35px 0 10px;
}
@media all and (min-width: 1137px), print {
  .profile_wrap {
    margin: -15px;
  }
  .profile_wrap .profile_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
    margin: 15px;
  }
  .profile_wrap .profile_box .profile {
    padding: 30px 30px 15px 30px;
  }
  .profile_wrap .profile_box .profile .pic {
    width: 125px;
    margin-bottom: 20px;
  }
  .profile_wrap .profile_box .profile .name {
    font-size: 20px;
  }
  .profile_wrap .profile_box .profile .name .position {
    padding-left: 12px;
    font-size: 16px;
  }
  .profile_wrap .profile_box .career {
    padding: 20px 30px 30px 30px;
  }
  .profile_wrap .profile_box .career:before {
    width: calc(100% - 30px);
  }
  .profile_wrap .profile_box .btn_white_line {
    padding: 0 45px 0 20px;
  }
}

@media screen and (max-width: 345px) {
  .profile_wrap .profile_box {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.layer_popup_box .profile_wrap {
  display: block;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layer_popup_box .profile_wrap .profile_box {
  margin: 0;
  border: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.layer_popup_box .profile_wrap .profile_box .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 20px;
}
.layer_popup_box .profile_wrap .profile_box .profile .pic {
  margin-bottom: 0;
  margin-right: 15px;
  border: solid 1px #d7d7d7;
}
.layer_popup_box .profile_wrap .profile_box .profile .name_box {
  padding-top: 15px;
}
.layer_popup_box .profile_wrap .profile_box .profile .name_box .name {
  font-size: 16px;
}
.layer_popup_box .profile_wrap .profile_box .profile .name_box .position {
  display: block;
  padding-left: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.layer_popup_box .profile_wrap .profile_box .career {
  padding: 15px 0;
  border-top: dashed 1px #d7d7d7;
}
.layer_popup_box .profile_wrap .profile_box .career:before {
  display: none;
}
.layer_popup_box .profile_wrap .profile_box .career .list li dl {
  overflow: hidden;
}
.layer_popup_box .profile_wrap .profile_box .career .list li dl dt {
  float: left;
  width: 70px;
  padding-right: 10px;
  color: #222;
  font-weight: 400;
}
.layer_popup_box .profile_wrap .profile_box .career .list li dl dd {
  float: right;
  width: calc(100% - 70px);
}
.layer_popup_box .profile_wrap .profile_box .career .list li dl dd:first-of-type {
  margin-top: 0;
}
.layer_popup_box .profile_wrap .profile_box .career .list li:not(:first-child) {
  margin-top: 15px;
}
@media all and (min-width: 1137px), print {
  .layer_popup_box .profile_wrap .profile_box .profile {
    padding: 0 0 30px 0;
  }
  .layer_popup_box .profile_wrap .profile_box .profile .pic {
    margin-right: 30px;
  }
  .layer_popup_box .profile_wrap .profile_box .profile .name_box {
    padding-top: 25px;
  }
  .layer_popup_box .profile_wrap .profile_box .profile .name_box .name {
    font-size: 22px;
  }
  .layer_popup_box .profile_wrap .profile_box .profile .name_box .position {
    font-size: 18px;
  }
  .layer_popup_box .profile_wrap .profile_box .career {
    padding: 25px 0 0 0;
  }
  .layer_popup_box .profile_wrap .profile_box .career .list li dl dt {
    width: 97px;
  }
  .layer_popup_box .profile_wrap .profile_box .career .list li dl dd {
    width: calc(100% - 97px);
  }
  .layer_popup_box .profile_wrap .profile_box .career .list li:not(:first-child) {
    margin-top: 30px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.plcae_info {
  position: relative;
  padding: 20px;
  background-color: #f6f6f6;
  border-color: #d7d7d7;
  border-width: 1px;
  border-style: none solid solid;
}
.plcae_info .address {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.plcae_info .more_info_list > li {
  padding-left: 20px;
  font-size: 13px;
}
.plcae_info .more_info_list > li:not(:last-child) {
  margin-bottom: 5px;
}
.plcae_info .more_info_list > li > span {
  color: #222;
  font-weight: 400;
}
.plcae_info .more_info_list > li.phone {
  background: url("../images/ico_phone.png") no-repeat top 3px left 0/12px 13px;
}
.plcae_info .more_info_list > li.time {
  background: url("../images/ico_time.png") no-repeat top 3px left 0/13px;
}
.plcae_info .kakao_navigation_btn {
  margin: 10px 0 0 0;
}
@media all and (min-width: 1137px), print {
  .plcae_info {
    padding: 30px 220px 30px 30px;
  }
  .plcae_info .address {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .plcae_info .more_info_list > li {
    padding-left: 22px;
    font-size: 16px;
  }
  .plcae_info .more_info_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .plcae_info .more_info_list > li.phone {
    background-size: auto;
    background-position: top 5px left 0;
  }
  .plcae_info .more_info_list > li.time {
    background-size: auto;
    background-position: top 5px left 0;
  }
  .plcae_info .kakao_navigation_btn {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}

.kakao_navigation_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #222;
  color: #222;
  padding: 0 10px;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 300;
}
.kakao_navigation_btn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  margin-left: 7px;
  background: url("../images/ico_link_arrow.png") 0 0/100% no-repeat;
}
@media all and (min-width: 1137px), print {
  .kakao_navigation_btn {
    padding: 0 15px;
    height: 46px;
    font-size: 16px;
  }
  .kakao_navigation_btn:after {
    margin-left: 10px;
  }
}

.transfer_wrap {
  margin-top: 10px;
}
.transfer_wrap .transfer_box {
  border: solid 1px #d7d7d7;
  padding: 100px 20px 20px 20px;
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: top 20px left 20px;
}
.transfer_wrap .transfer_box:not(:last-child) {
  margin-bottom: 15px;
}
.transfer_wrap .transfer_box.subway {
  background-image: url("../images/bg_transfer_subway.png");
}
.transfer_wrap .transfer_box.subway .transfer_list > li > div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  text-align: center;
}
.transfer_wrap .transfer_box.bus {
  background-image: url("../images/bg_transfer_bus.png");
}
.transfer_wrap .transfer_box.bus .transfer_list > li > div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 19px;
  text-align: center;
}
.transfer_wrap .transfer_box.car {
  background-image: url("../images/bg_transfer_car.png");
}
.transfer_wrap .transfer_box .tt {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.transfer_wrap .transfer_box .transfer_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.transfer_wrap .transfer_box .transfer_list > li:not(:last-child) {
  margin-bottom: 7px;
}
.transfer_wrap .transfer_box .transfer_list > li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.transfer_wrap .transfer_box .transfer_list > li > div.circle {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.transfer_wrap .transfer_box .transfer_list > li > div.round_rec {
  width: 38px;
  height: 19px;
  border-radius: 19px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type {
  margin-top: 1px;
  margin-right: 7px;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.orange {
  background: #e8791c;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.pupple {
  background: #833edb;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.red {
  background: #e43c3c;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.navy {
  background: #2e49a0;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.green {
  background: #3ab449;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.blue {
  background: #0f76df;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.gold {
  background: #cea43a;
}
.transfer_wrap .transfer_box .transfer_list > li > div:first-of-type.lightgreen {
  background: #a2c437;
}
.transfer_wrap .transfer_box .transfer_list > li > div .orange {
  color: #e8791c;
  font-weight: 400;
}
.transfer_wrap .transfer_box .transfer_list > li > div .pupple {
  color: #833edb;
  font-weight: 400;
}
.transfer_wrap .transfer_box .transfer_list > li > div .red {
  color: #e43c3c;
  font-weight: 400;
}
.transfer_wrap .transfer_box .transfer_list > li > div .navy {
  color: #2e49a0;
  font-weight: 400;
}
.transfer_wrap .transfer_box .transfer_list > li > div .green {
  color: #3ab449;
  font-weight: 400;
}
.transfer_wrap .transfer_box .transfer_list > li > div .blue {
  color: #0f76df;
  font-weight: 400;
}
.transfer_wrap .transfer_box .transfer_list > li > div .gold {
  color: #cea43a;
  font-weight: 400;
}
.transfer_wrap .transfer_box .transfer_list > li > div .lightgreen {
  color: #a2c437;
  font-weight: 400;
}
.transfer_wrap .transfer_box .list .transfer_list {
  margin-left: -9px;
  margin-top: 7px;
}
@media all and (min-width: 1137px), print {
  .transfer_wrap {
    margin-top: 15px;
  }
  .transfer_wrap .transfer_box {
    padding: 30px 30px 30px 155px;
    min-height: 162px;
    background-size: auto;
    background-position: top 30px left 30px;
  }
  .transfer_wrap .transfer_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .transfer_wrap .transfer_box.subway .transfer_list > li > div:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
            flex: 0 0 23px;
  }
  .transfer_wrap .transfer_box.bus .transfer_list > li > div:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    height: 23px;
  }
  .transfer_wrap .transfer_box .tt {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .transfer_wrap .transfer_box .transfer_list > li:not(:last-child) {
    margin-bottom: 9px;
  }
  .transfer_wrap .transfer_box .transfer_list > li > div.circle {
    width: 23px;
    height: 23px;
    font-size: 15px;
  }
  .transfer_wrap .transfer_box .transfer_list > li > div.round_rec {
    width: 45px;
    height: 23px;
    border-radius: 23px;
    font-size: 15px;
  }
  .transfer_wrap .transfer_box .transfer_list > li > div:first-of-type {
    margin-top: 2px;
    margin-right: 10px;
  }
}

.border_normal_box {
  border: solid 1px #d7d7d7;
  padding: 13px 17px 17px 17px;
}
@media all and (min-width: 1137px), print {
  .border_normal_box {
    padding: 20px 25px 25px 25px;
  }
}

.place_btn_area {
  margin-top: 20px;
}
.place_btn_area .btn_white_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.place_btn_area .btn_white_line:after {
  content: "";
  display: block;
  margin-left: 7px;
  width: 20px;
  height: 100%;
  background: url("../images/ico_link_arrow.png") no-repeat center;
}
.place_btn_area .btn_white_line:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (min-width: 1137px), print {
  .place_btn_area {
    margin-top: 30px;
    text-align: center;
  }
  .place_btn_area .btn_white_line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    background: #fff url(../images/ico_link_arrow.png) no-repeat calc(100% - 10px) 50%;
  }
  .place_btn_area .btn_white_line:after {
    display: none;
  }
  .place_btn_area .btn_white_line + .btn_white_line {
    margin-left: 6px;
  }
}

.popup_content .company_sub_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  height: 46px;
  border: solid 2px #eeeeee;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 1137px), print {
  .popup_content .company_sub_tit {
    height: 66px;
    margin-bottom: 15px;
    font-size: 18px;
    border-radius: 8px;
    border-width: 3px;
  }
}

.wd_ba {
  word-break: break-all;
}

.img_flex_wrap .img_txt_box > p {
  margin-top: 10px;
  color: #222;
  font-weight: 500;
  text-align: center;
}

.layer_popup_box .ico_floating_box .item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  margin: 7.5px;
  padding-top: 40px;
}
.layer_popup_box .ico_floating_box .item:before {
  width: 60px;
  height: 60px;
}
.layer_popup_box .ico_floating_box .item .cont {
  width: 100%;
  padding: 30px 10px 17px;
  border-radius: 10px;
  background-color: #f6f6f6;
  text-align: center;
}

.global_select_box {
  background: #f6f6f6;
  border: solid 1px #d7d7d7;
  padding: 15px;
  margin-bottom: 30px;
}
.global_select_box select {
  width: 100%;
  height: 31px;
}
@media all and (min-width: 1137px), print {
  .global_select_box {
    display: none;
  }
}

.white_sample > strong {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
.white_sample .to {
  margin: 10px 0;
  text-align: right;
}
@media all and (min-width: 1137px), print {
  .white_sample > strong {
    margin-top: 15px;
    font-size: 20px;
  }
  .white_sample .to {
    margin: 15px 0;
  }
}

.border_wrap {
  border: solid 1px #d7d7d7;
  padding: 16px 18px;
}
@media all and (min-width: 1137px), print {
  .border_wrap {
    padding: 22px 25px;
  }
}

.table.type3 {
  border-top: 0;
}
.table.type3 tbody td {
  border: 1px solid #d7d7d7;
}
.table.type3 tbody td .checked {
  padding-right: 20px;
  background: url(../images/ico_sample_cheked.png) no-repeat center right 0;
  background-size: 13px;
}
.table.type3 tbody td .binbox {
  padding-right: 20px;
  background: url(../images/ico_sample_binbox.png) no-repeat center right 0;
  background-size: 13px;
}
@media all and (min-width: 1137px), print {
  .table.type3 tbody td .checked {
    padding-right: 30px;
    background-size: auto;
  }
  .table.type3 tbody td .binbox {
    padding-right: 30px;
    background-size: auto;
  }
}
.table tbody td .check {
  display: block;
  text-align: center;
  background: url(../images/ico_sample_popup_check.png) no-repeat center;
  color: transparent;
  background-size: 10px;
}
@media all and (min-width: 1137px), print {
  .table tbody td .check {
    background-size: auto;
  }
}

.list.shape_type1.three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.list.shape_type1.three > li {
  margin: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
@media all and (min-width: 1137px), print {
  .list.shape_type1.three > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 10px);
            flex: 0 0 calc(33.3333333333% - 10px);
  }
}

.popup_content .print_box {
  text-align: right;
  margin-bottom: 10px;
}
.popup_content .print_box #print {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../images/btn_print.png) no-repeat center;
}

iframe #iframe {
  overflow: hidden;
}
iframe.day_list, iframe.fx_list {
  height: 1274px;
}
iframe.realtime_range {
  height: 3430px;
}
iframe.ex_range {
  height: 3150px;
}
@media all and (min-width: 1137px), print {
  iframe.day_list, iframe.fx_list {
    height: 1274px;
  }
  iframe.realtime_range {
    height: 3600px;
  }
  iframe.ex_range {
    height: 3280px;
  }
}

.btn_box .btn_white_line {
  letter-spacing: -0.2px;
}

.ico_quo {
  position: relative;
  display: inline-block;
  padding: 0;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 24px;
  height: 22px;
  background-image: url(../images/ico_quo.png);
}
@media all and (min-width: 1137px), print {
  .ico_quo {
    position: relative;
    display: inline-block;
    padding: 0;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 38px;
    height: 34px;
  }
}
.ico_quo_rotate {
  position: relative;
  display: inline-block;
  padding: 0;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 24px;
  height: 22px;
  background-image: url(../images/ico_quo.png);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 1137px), print {
  .ico_quo_rotate {
    position: relative;
    display: inline-block;
    padding: 0;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 38px;
    height: 34px;
  }
}
.ico_quo_reverse {
  position: relative;
  display: inline-block;
  padding: 0;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 24px;
  height: 22px;
  background-image: url(../images/ico_quo.png);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media all and (min-width: 1137px), print {
  .ico_quo_reverse {
    position: relative;
    display: inline-block;
    padding: 0;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 38px;
    height: 34px;
  }
}

.bracket_indent {
  text-indent: -0.5rem !important;
  margin-right: -0.5rem !important;
}
@media all and (min-width: 1137px), print {
  .bracket_indent {
    text-indent: -0.6rem !important;
    margin-right: -0.6rem !important;
  }
}

.color_white {
  color: #fff !important;
}

.list.num_type3 > li {
  list-style-type: hangul;
  list-style-position: inside;
}

.quote_box {
  text-align: left;
}
.quote_box .ico_quo {
  vertical-align: 0px;
}
.quote_box .ico_quo_reverse {
  vertical-align: bottom;
}
.quote_box .desc {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #222;
  line-height: 1.3;
}
.quote_box .desc strong {
  display: inline-block;
}
.quote_box .sub_desc {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
  word-break: break-all;
}
@media all and (min-width: 1137px), print {
  .quote_box {
    padding-top: 14px;
    text-align: center;
  }
  .quote_box .ico_quo {
    position: absolute;
    left: -50px;
    top: -14px;
  }
  .quote_box .ico_quo_reverse {
    position: absolute;
    bottom: 2px;
    right: -50px;
  }
  .quote_box .desc {
    font-size: 30px;
  }
  .quote_box .sub_desc {
    font-size: 18px;
  }
}

.root_wrap {
  position: relative;
}
.root_wrap .top {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.root_wrap .top .root_tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #e43c3c;
  background-image: url(../images/logo_watermark.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 84px 22px;
  -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;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.1;
  color: #fff;
}
.root_wrap .top::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  left: 50%;
  top: 100%;
  z-index: 5;
  background-color: #e43c3c;
}
.root_wrap .bg {
  display: none;
}
.root_wrap .btm {
  margin-left: 52.5px;
  position: relative;
}
.root_wrap .btm::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
  left: 0;
  top: 0;
}
.root_wrap .btm > li {
  position: relative;
  padding-left: 52px;
}
.root_wrap .btm > li + li {
  margin-top: 30px;
}
.root_wrap .btm > li:last-child {
  border-left: 1px solid #fff;
}
.root_wrap .btm > li > ul {
  margin-top: 14px;
}
.root_wrap .btm > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.root_wrap .btm > li > ul > li + li {
  margin-top: 8px;
}
.root_wrap .btm > li:nth-child(odd)::before {
  border: 1px solid #e43c3c;
}
.root_wrap .btm > li:nth-child(odd)::after {
  background-color: #e43c3c;
}
.root_wrap .btm > li:nth-child(odd) .year {
  color: #e43c3c;
}
.root_wrap .btm > li:nth-child(odd) .year::before {
  background-color: currentColor;
}
.root_wrap .btm > li:nth-child(even)::before {
  border: 1px solid #ce4c05;
}
.root_wrap .btm > li:nth-child(even)::after {
  background-color: #ce4c05;
}
.root_wrap .btm > li:nth-child(even) .year {
  color: #ce4c05;
}
.root_wrap .btm > li:nth-child(even) .year::before {
  background-color: #ce4c05;
}
.root_wrap .btm > li::before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  left: -7px;
  top: 1px;
  z-index: 6;
}
.root_wrap .btm > li::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: -2px;
  top: 6px;
  z-index: 7;
}
.root_wrap .btm > li .year {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 16px;
  line-height: 16px;
  font-size: 19px;
  font-weight: 500;
}
.root_wrap .btm > li .year::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  left: -40px;
  top: 50%;
}
.root_wrap .btm > li .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 34px;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  margin-right: 15px;
  line-height: 1.3;
}
.root_wrap .btm > li .desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.3;
}
@media all and (min-width: 1137px), print {
  .root_wrap .top {
    margin-bottom: 46px;
  }
  .root_wrap .top .root_tit {
    width: 180px;
    height: 180px;
    font-size: 28px;
    background-size: 144px 37px;
  }
  .root_wrap .top::after {
    height: 55px;
  }
  .root_wrap .bg {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
  .root_wrap .bg.left {
    left: 640px;
  }
  .root_wrap .bg.right {
    right: 0;
  }
  .root_wrap .bg.bg01 {
    top: 200px;
    width: 312px;
    height: 276px;
    background-image: url(../images//bg_history01.png);
  }
  .root_wrap .bg.bg02 {
    top: 860px;
    width: 241px;
    height: 231px;
    background-image: url(../images//bg_history02.png);
  }
  .root_wrap .bg.bg03 {
    top: 1360px;
    width: 273px;
    height: 250px;
    background-image: url(../images//bg_history03.png);
  }
  .root_wrap .bg.bg04 {
    top: 200px;
    width: 241px;
    height: 231px;
    background-image: url(../images//bg_history04.png);
  }
  .root_wrap .bg.bg05 {
    top: 600px;
    width: 312px;
    height: 276px;
    background-image: url(../images//bg_history05.png);
  }
  .root_wrap .bg.bg06 {
    top: 930px;
    margin-left: 120px;
    width: 273px;
    height: 250px;
    background-image: url(../images//bg_history06.png);
  }
  .root_wrap .btm {
    margin-left: 89px;
  }
  .root_wrap .btm > li {
    padding-left: 80px;
  }
  .root_wrap .btm > li:last-child {
    border-left: 1px solid #fff;
  }
  .root_wrap .btm > li > ul {
    margin-top: 25px;
  }
  .root_wrap .btm > li > ul > li + li {
    margin-top: 14px;
  }
  .root_wrap .btm > li::before {
    width: 22px;
    height: 22px;
    top: 1px;
    left: -9px;
  }
  .root_wrap .btm > li::after {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .root_wrap .btm > li .year {
    height: 24px;
    line-height: 24px;
    font-size: 28px;
  }
  .root_wrap .btm > li .year::before {
    width: 40px;
    left: -55px;
  }
  .root_wrap .btm > li .date {
    min-width: 42px;
    font-size: 16px;
    margin-right: 18px;
  }
  .root_wrap .btm > li .desc {
    max-width: 400px;
  }
}

.img_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.img_flex_wrap > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.img_flex_wrap > div + div {
  margin-top: 15px;
}
@media all and (min-width: 1137px), print {
  .img_flex_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .img_flex_wrap > div + div {
    margin-top: 0;
    margin-left: 20px;
  }
  .img_flex_wrap > div.pc_basis_70 {
    -ms-flex-preferred-size: 233%;
        flex-basis: 233%;
  }
}
@media all and (min-width: 1137px), print {
  .img_flex_wrap.pc_sm_img .img_round_box {
    height: 236px;
  }
}

.img_round_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65.5882352941%;
  overflow: hidden;
  border-radius: 0 15px 0 15px;
}
.img_round_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 1;
  vertical-align: top;
  left: 0;
  top: 0;
}
@media all and (min-width: 1137px), print {
  .img_round_box {
    height: 362px;
    padding-top: 0;
  }
}

.esg_bg_box {
  padding: 26px 26px 220px 26px;
  background-color: #fcf1e6;
  border-radius: 0 13px 0 13px;
  background-repeat: no-repeat;
}
.esg_bg_box.bg01 {
  background-image: url(../images/bg_esg_msg01.png);
  background-size: 347px 236px;
  background-position: right -50px bottom -20px;
}
.esg_bg_box.bg02 {
  background-image: url(../images/bg_esg_msg02.png);
  background-size: 298px 180px;
  background-position: right 15px bottom 15px;
}
@media all and (min-width: 1137px), print {
  .esg_bg_box {
    padding: 50px 505px 50px 50px;
    min-height: 370px;
  }
  .esg_bg_box.bg01 {
    background-size: 486px 340px;
    background-position: right 30px bottom -20px;
  }
  .esg_bg_box.bg02 {
    background-size: 498px 300px;
    background-position: right 35px bottom 25px;
  }
}
.esg_bg_box .desc strong {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
.esg_bg_box .desc strong em {
  font-weight: 600;
  color: #e43c3c;
}
.esg_bg_box .desc + .sub_desc {
  margin-top: 6px;
}
@media all and (min-width: 1137px), print {
  .esg_bg_box .desc strong {
    font-size: 26px;
  }
  .esg_bg_box .desc + .sub_desc {
    margin-top: 10px;
  }
}
.esg_bg_box .sub_desc {
  font-size: 13px;
  color: #666;
  line-height: 1.45;
}
.esg_bg_box .sub_desc p + p {
  margin-top: 8px;
}
@media all and (min-width: 1137px), print {
  .esg_bg_box .sub_desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .esg_bg_box .sub_desc p + p {
    margin-top: 10px;
  }
}

.state_wrap .state_box .state_tit .sub_desc {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  color: #666;
  font-weight: 200;
  line-height: 1.45;
}
@media all and (min-width: 1137px), print {
  .state_wrap .state_box .state_tit .sub_desc {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media all and (min-width: 1137px), print {
  .des_list_box.txt_row_pc .des_list {
    position: relative;
    padding: 30px 30px 30px 154px;
  }
  .des_list_box.txt_row_pc .des_list:before {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100px;
    height: 100px;
  }
}

.des_list.des_cserve01::before {
  background-image: url(../images/bg_des_cserve01.png);
}
.des_list.des_cserve02::before {
  background-image: url(../images/bg_des_cserve02.png);
}
.des_list.des_cserve03::before {
  background-image: url(../images/bg_des_cserve03.png);
}
.des_list.des_cserve04::before {
  background-image: url(../images/bg_des_cserve04.png);
}
.des_list.des_cserve05::before {
  background-image: url(../images/bg_des_cserve05.png);
}
.des_list.des_cserve06::before {
  background-image: url(../images/bg_des_cserve06.png);
}
.des_list.des_rserve01::before {
  background-image: url(../images/bg_des_rserve01.png);
}
.des_list.des_rserve02::before {
  background-image: url(../images/bg_des_rserve02.png);
}
.des_list.des_rserve03::before {
  background-image: url(../images/bg_des_rserve03.png);
}
.des_list.des_rserve04::before {
  background-image: url(../images/bg_des_rserve04.png);
}
.des_list.des_rserve05::before {
  background-image: url(../images/bg_des_rserve05.png);
}
.des_list.des_rserve06::before {
  background-image: url(../images/bg_des_rserve06.png);
}
.des_list.des_report01::before {
  background-image: url(../images/bg_des_report01.png);
}
.des_list.des_report02::before {
  background-image: url(../images/bg_des_report02.png);
}
.des_list.des_report03::before {
  background-image: url(../images/bg_des_report03.png);
}
.des_list.des_report04::before {
  background-image: url(../images/bg_des_report04.png);
}
.des_list.des_report05::before {
  background-image: url(../images/bg_des_report05.png);
}
.des_list.des_report06::before {
  background-image: url(../images/bg_des_report06.png);
}

.des_bank::before {
  background-image: url(../images/bg_des_bank.png);
}

.risk_report_wrap {
  padding: 208px 25px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  background-image: url(../images/bg_risk_report_m.jpg);
}
.risk_report_wrap.bg02 {
  background-image: url(../images//bg_info_search03_m.jpg);
}
.risk_report_wrap .risk_report_box {
  padding: 35px 20px;
  border-radius: 0 15px 0 15px;
  background-color: #fff;
  text-align: center;
}
.risk_report_wrap .risk_report_box .desc {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: normal;
  color: #222;
}
.risk_report_wrap .risk_report_box .desc p + p {
  margin-top: 10px;
}
@media all and (min-width: 1137px), print {
  .risk_report_wrap {
    background-image: url(../images/bg_risk_report.jpg);
    padding: 40px 40px 40px 475px;
  }
  .risk_report_wrap.bg02 {
    background-image: url(../images//bg_info_search03.jpg);
  }
  .risk_report_wrap .risk_report_box {
    padding: 70px 30px;
    border-radius: 0 20px 0 20px;
  }
  .risk_report_wrap .risk_report_box .desc {
    padding: 35px 0;
    font-size: 18px;
    line-height: 1.55;
  }
}

.ico_floating_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(-15px / 2);
}
.ico_floating_box .item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  margin: 7.5px;
  padding-top: 40px;
}
.ico_floating_box .item .cont {
  width: 100%;
  padding: 30px 10px 17px;
  border-radius: 10px;
  background-color: #f6f6f6;
  text-align: center;
}
.ico_floating_box .item .cont .cont_tit {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
}
.ico_floating_box .item .cont .cont_desc {
  margin-top: 8px;
  line-height: 1.5;
}
.ico_floating_box .item::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ico_floating_box .item.ico_public01::before {
  background-image: url(../images/ico_float_public01.png);
}
.ico_floating_box .item.ico_public02::before {
  background-image: url(../images/ico_float_public02.png);
}
.ico_floating_box .item.ico_public03::before {
  background-image: url(../images/ico_float_public03.png);
}
.ico_floating_box .item.ico_public04::before {
  background-image: url(../images/ico_float_public04.png);
}
.ico_floating_box .item.ico_public05::before {
  background-image: url(../images/ico_float_public05.png);
}
@media all and (min-width: 1137px), print {
  .ico_floating_box {
    margin: calc(-20px / 2);
  }
  .ico_floating_box .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(20% - 20px);
            flex: 1 1 calc(20% - 20px);
    margin: 10px;
    padding-top: 70px;
  }
  .ico_floating_box .item::before {
    width: 100px;
    height: 100px;
  }
  .ico_floating_box .item .cont {
    padding: 50px 15px 25px;
  }
  .ico_floating_box .item .cont .cont_tit {
    font-size: 18px;
  }
  .ico_floating_box .item .cont .cont_desc {
    margin-top: 10px;
  }
}

.branch_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: calc(-5px / 2);
}
.branch_list > li {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 5px);
          flex: 0 0 calc(33.3333333333% - 5px);
  margin: 2.5px;
}
.branch_list > li > a,
.branch_list > li > span {
  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: 100%;
  height: 100%;
  min-height: 45px;
  padding: 5px 3px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
}
.branch_list > li > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.branch_list > li > a:hover {
  background-color: #59544b;
  color: #fff;
  font-weight: 400;
  border: 1px solid currentColor;
}
@media all and (min-width: 1137px), print {
  .branch_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 10px);
            flex: 0 0 calc(20% - 10px);
    margin: 5px;
  }
  .branch_list > li > a,
  .branch_list > li > span {
    min-height: 60px;
    padding: 10px 10px;
    font-size: 17px;
  }
}

.org_chart_wrap {
  width: 100%;
}
.org_chart_wrap .lab {
  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;
  text-align: center;
  width: 100%;
  min-width: 100px;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: #f6f6f6;
  color: #666;
  font-weight: 400;
  font-size: 13.5px;
}
.org_chart_wrap .lab.bg_orange {
  background-color: #ce4c05;
  color: #fff;
}
.org_chart_wrap .lab.bg_yellow {
  background-color: #fdc101;
  color: #222;
}
.org_chart_wrap .lab.bg_default {
  border-color: #d7d7d7;
}
.org_chart_wrap .lab.bg_gray {
  background-color: #59544b;
  color: #fff;
}
.org_chart_wrap .main_org {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.org_chart_wrap .main_org::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 100px;
  width: 1px;
  height: calc(100% - 100px);
  background-color: #d7d7d7;
}
.org_chart_wrap .main_org .ceo {
  position: absolute;
  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: 100px;
  height: 100px;
  border-radius: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #f36c35), color-stop(70%, #e43c3c), to(#e43c3c));
  background: linear-gradient(to left, #f36c35 0, #e43c3c 70%, #e43c3c 100%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.org_chart_wrap .main_org .extras {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.org_chart_wrap .main_org .extras .l > ul.line_connect::before {
  left: 100px;
}
.org_chart_wrap .main_org .extras .r {
  text-align: right;
}
.org_chart_wrap .main_org .extras .r > ul.line_connect::before {
  right: 100px;
}
.org_chart_wrap .main_org .extras .l,
.org_chart_wrap .main_org .extras .r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.org_chart_wrap .main_org .extras .l > ul:not(:first-child),
.org_chart_wrap .main_org .extras .r > ul:not(:first-child) {
  margin-top: 20px;
}
.org_chart_wrap .main_org .extras .l > ul:not(:first-child).line_connect,
.org_chart_wrap .main_org .extras .r > ul:not(:first-child).line_connect {
  margin-top: 50px;
}
.org_chart_wrap .main_org .extras .l > ul > li,
.org_chart_wrap .main_org .extras .r > ul > li {
  display: inline-block;
}
.org_chart_wrap .main_org .extras .l > ul .sub_org,
.org_chart_wrap .main_org .extras .r > ul .sub_org {
  margin-top: 12.5px;
  position: relative;
}
.org_chart_wrap .main_org .extras .l > ul .sub_org::before,
.org_chart_wrap .main_org .extras .r > ul .sub_org::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 12.5px;
  background-color: #d7d7d7;
}
.org_chart_wrap .main_org .extras .l > ul.line_connect,
.org_chart_wrap .main_org .extras .r > ul.line_connect {
  position: relative;
}
.org_chart_wrap .main_org .extras .l > ul.line_connect::before,
.org_chart_wrap .main_org .extras .r > ul.line_connect::before {
  content: "";
  position: absolute;
  top: 20px;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #d7d7d7;
}
.org_chart_wrap .depart_org > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  margin: -20px calc(-20px / 2);
}
.org_chart_wrap .depart_org > 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;
  margin: 20px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  text-align: center;
}
.org_chart_wrap .depart_org > ul > li::before {
  content: "";
  position: absolute;
  width: calc(50% + 10px);
  height: 1px;
  background-color: #d7d7d7;
  top: -20px;
}
.org_chart_wrap .depart_org > ul > li::after {
  content: "";
  display: none;
  position: absolute;
  width: 1px;
  height: calc(100% + 40px);
  background-color: #d7d7d7;
  right: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.org_chart_wrap .depart_org > ul > li:nth-child(odd)::before {
  left: 50%;
}
.org_chart_wrap .depart_org > ul > li:nth-child(even)::before {
  right: 50%;
}
.org_chart_wrap .depart_org > ul > li:nth-child(even):not(:last-child)::after {
  display: block;
}
.org_chart_wrap .depart_org > ul > li .lab {
  position: relative;
  width: 100%;
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.org_chart_wrap .depart_org > ul > li .lab::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #d7d7d7;
  left: calc(50% - 0.5px);
  bottom: calc(100% + 1px);
}
.org_chart_wrap .depart_org > ul > li .lab::after {
  content: "";
  position: absolute;
  width: 5.5px;
  height: 5.5px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6px;
  left: 50%;
  z-index: 3;
}
.org_chart_wrap .depart_org > ul > li .lab.bg_orange::after {
  background-color: #ee8b20;
}
.org_chart_wrap .depart_org > ul > li .lab.bg_yellow::after {
  background-color: #fdc101;
}
.org_chart_wrap .depart_org > ul > li .lab.bg_gray::after {
  background-color: #59544b;
}
.org_chart_wrap .depart_org > ul > li .lab.bg_default::after {
  background-color: #f6f6f6;
}
.org_chart_wrap .depart_org > ul > li .sub_org {
  position: relative;
  height: 100%;
  margin-top: 12.5px;
  padding: 0 15px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.org_chart_wrap .depart_org > ul > li .sub_org::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12.5px;
  background-color: #d7d7d7;
  left: calc(50% - 0.5px);
  bottom: calc(100% + 1px);
  z-index: 2;
}
.org_chart_wrap .depart_org > ul > li .sub_org > li > span {
  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;
  text-align: center;
  max-width: 100%;
  min-height: 43px;
  height: auto;
  padding: 11px 0;
  word-break: break-all;
}
.org_chart_wrap .depart_org > ul > li .sub_org > li:not(:first-child) {
  border-top: 1px dashed #d7d7d7;
}
@media all and (min-width: 1137px), print {
  .org_chart_wrap .lab {
    min-width: 170px;
    height: 52px;
    border-radius: 52px;
    font-size: 17px;
  }
  .org_chart_wrap .main_org {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: none;
  }
  .org_chart_wrap .main_org::before {
    top: 150px;
    height: calc(100% - 150px);
  }
  .org_chart_wrap .main_org .ceo {
    width: 150px;
    height: 150px;
    font-size: 23px;
  }
  .org_chart_wrap .main_org .extras {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .org_chart_wrap .main_org .extras .l {
    text-align: right;
    padding-right: 200px;
  }
  .org_chart_wrap .main_org .extras .l > ul.line_connect::before {
    left: 100%;
  }
  .org_chart_wrap .main_org .extras .r {
    text-align: left;
    padding-left: 200px;
  }
  .org_chart_wrap .main_org .extras .r > ul.line_connect::before {
    right: 100%;
  }
  .org_chart_wrap .main_org .extras .l,
  .org_chart_wrap .main_org .extras .r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .org_chart_wrap .main_org .extras .l > ul:not(:first-child),
  .org_chart_wrap .main_org .extras .r > ul:not(:first-child) {
    margin-top: 30px;
  }
  .org_chart_wrap .main_org .extras .l > ul:not(:first-child).line_connect,
  .org_chart_wrap .main_org .extras .r > ul:not(:first-child).line_connect {
    margin-top: 80px;
  }
  .org_chart_wrap .main_org .extras .l > ul > li,
  .org_chart_wrap .main_org .extras .r > ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .org_chart_wrap .main_org .extras .l > ul .sub_org,
  .org_chart_wrap .main_org .extras .r > ul .sub_org {
    margin-top: 0;
    margin-left: 20px;
    position: relative;
    display: inline-block;
  }
  .org_chart_wrap .main_org .extras .l > ul .sub_org::before,
  .org_chart_wrap .main_org .extras .r > ul .sub_org::before {
    left: -20px;
    bottom: 50%;
    width: 20px;
    height: 1px;
  }
  .org_chart_wrap .main_org .extras .l > ul.line_connect,
  .org_chart_wrap .main_org .extras .r > ul.line_connect {
    position: relative;
  }
  .org_chart_wrap .main_org .extras .l > ul.line_connect::before,
  .org_chart_wrap .main_org .extras .r > ul.line_connect::before {
    top: 26px;
    width: 200px;
  }
  .org_chart_wrap .depart_org > ul {
    position: relative;
    padding-top: 30px;
    margin: -30px -20px;
  }
  .org_chart_wrap .depart_org > ul::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 83.3333333333%;
    background-color: #d7d7d7;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .org_chart_wrap .depart_org > ul > li {
    margin: 30px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - 20px);
            flex: 0 0 calc(16.6666666667% - 20px);
    max-width: calc(16.6666666667% - 20px);
  }
  .org_chart_wrap .depart_org > ul > li::before {
    display: none !important;
  }
  .org_chart_wrap .depart_org > ul > li::after {
    display: none !important;
  }
  .org_chart_wrap .depart_org > ul > li .lab {
    width: 100%;
  }
  .org_chart_wrap .depart_org > ul > li .lab::before {
    height: 30px;
  }
  .org_chart_wrap .depart_org > ul > li .lab::after {
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
    bottom: -7px;
  }
  .org_chart_wrap .depart_org > ul > li .sub_org {
    margin-top: 15px;
    padding: 0 19px;
    height: auto;
  }
  .org_chart_wrap .depart_org > ul > li .sub_org::before {
    height: 15px;
  }
  .org_chart_wrap .depart_org > ul > li .sub_org > li > span {
    padding: 16px 0;
    min-height: 56px;
  }
}

.foreign_branch_list .branch_box {
  border: 1px solid #d7d7d7;
}
.foreign_branch_list .branch_box:not(:first-child) {
  margin-top: 15px;
}
.foreign_branch_list .branch_box .flag_box {
  background-color: #f6f6f6;
  padding: 15px 20px;
}
.foreign_branch_list .branch_box .flag_box.ae::before {
  background-image: url(../images/bg_flag_ae.png);
}
.foreign_branch_list .branch_box .flag_box.br::before {
  background-image: url(../images/bg_flag_br.png);
}
.foreign_branch_list .branch_box .flag_box.cn::before {
  background-image: url(../images/bg_flag_cn.png);
}
.foreign_branch_list .branch_box .flag_box.es::before {
  background-image: url(../images/bg_flag_es.png);
}
.foreign_branch_list .branch_box .flag_box.fr::before {
  background-image: url(../images/bg_flag_fr.png);
}
.foreign_branch_list .branch_box .flag_box.id::before {
  background-image: url(../images/bg_flag_id.png);
}
.foreign_branch_list .branch_box .flag_box.in::before {
  background-image: url(../images/bg_flag_in.png);
}
.foreign_branch_list .branch_box .flag_box.jp::before {
  background-image: url(../images/bg_flag_jp.png);
}
.foreign_branch_list .branch_box .flag_box.mx::before {
  background-image: url(../images/bg_flag_mx.png);
}
.foreign_branch_list .branch_box .flag_box.pa::before {
  background-image: url(../images/bg_flag_pa.png);
}
.foreign_branch_list .branch_box .flag_box.pl::before {
  background-image: url(../images/bg_flag_pl.png);
}
.foreign_branch_list .branch_box .flag_box.ru::before {
  background-image: url(../images/bg_flag_ru.png);
}
.foreign_branch_list .branch_box .flag_box.sa::before {
  background-image: url(../images/bg_flag_sa.png);
}
.foreign_branch_list .branch_box .flag_box.saf::before {
  background-image: url(../images/bg_flag_saf.png);
}
.foreign_branch_list .branch_box .flag_box.sg::before {
  background-image: url(../images/bg_flag_sg.png);
}
.foreign_branch_list .branch_box .flag_box.us::before {
  background-image: url(../images/bg_flag_us.png);
}
.foreign_branch_list .branch_box .flag_box.vn::before {
  background-image: url(../images/bg_flag_vn.png);
}
.foreign_branch_list .branch_box .flag_box.turkiye::before {
  background-image: url(../images/bg_flag_turkiye.png);
}
.foreign_branch_list .branch_box .flag_box::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.foreign_branch_list .branch_box .flag_box .name {
  color: #222;
  font-weight: 500;
}
.foreign_branch_list .branch_box .desc_box {
  padding: 15px 20px;
}
.foreign_branch_list .branch_box .desc_box > strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 10px;
}
.foreign_branch_list .branch_box .desc_box [class^=list] [class^=list] {
  margin-top: 5px;
}
@media all and (min-width: 1137px), print {
  .foreign_branch_list .branch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foreign_branch_list .branch_box:not(:first-child) {
    margin-top: 20px;
  }
  .foreign_branch_list .branch_box .flag_box {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    padding: 45px 40px;
  }
  .foreign_branch_list .branch_box .flag_box::before {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
  }
  .foreign_branch_list .branch_box .desc_box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 25px 30px;
  }
  .foreign_branch_list .branch_box .desc_box > strong {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .foreign_branch_list .branch_box .desc_box [class^=list] [class^=list] {
    margin-top: 7px;
  }
}

.srh_header {
  position: fixed;
  width: 100%;
  height: 85px;
  padding: 10px 0 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.srh_header.scrolled {
  -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);
  background-color: #fff;
}
.srh_header .header_top {
  text-align: right;
  font-size: 0;
}
.srh_header .header_top .btn_home {
  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;
  font-size: 12px;
  line-height: 1;
}
.srh_header .header_top .btn_home::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/btn_search_home.png) no-repeat 0 0;
  background-size: cover;
}
.srh_header .header_cont {
  margin-top: 15px;
}
.srh_header .header_cont .inner {
  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;
}
.srh_header .header_cont .inner .logo_wrap {
  width: 190px;
}
.srh_header .header_cont .inner .logo_wrap .logo {
  width: 100%;
  vertical-align: middle;
}
.srh_header .header_cont .inner .srh_tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1;
}
@media all and (min-width: 1137px), print {
  .srh_header {
    height: 124px;
    padding: 20px 0 30px;
  }
  .srh_header .header_top {
    text-align: left;
  }
  .srh_header .header_top .btn_home {
    font-size: 15px;
  }
  .srh_header .header_top .btn_home::before {
    margin-right: 10px;
    width: 27px;
    height: 27px;
  }
  .srh_header .header_cont {
    margin-top: 13px;
  }
  .srh_header .header_cont .inner .logo_wrap {
    width: auto;
  }
  .srh_header .header_cont .inner .logo_wrap .logo {
    width: 100%;
    vertical-align: middle;
  }
  .srh_header .header_cont .inner .srh_tit {
    margin-left: 20px;
    font-size: 30px;
  }
}

.srh_container {
  overflow: hidden;
  padding-bottom: 15px;
}
@media all and (min-width: 1137px), print {
  .srh_container {
    padding-bottom: 30px;
  }
}

.srh_opt {
  position: relative;
  padding-top: 85px;
}
@media all and (min-width: 1137px), print {
  .srh_opt {
    padding-top: 124px;
  }
}
.srh_opt .bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-image: url(../images/bg_search.jpg);
  z-index: -1;
}
.srh_opt .srh_form {
  position: relative;
  padding: 20px 0 15px;
}
@media all and (min-width: 1137px), print {
  .srh_opt .srh_form {
    padding: 30px 0 20px;
  }
}
.srh_opt .srh_inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  margin: 0 auto 20px;
}
.srh_opt .srh_inp .input_box {
  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;
}
.srh_opt .srh_inp .input_box .inp_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.srh_opt .srh_inp .input_box input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #e43c3c;
  padding: 0 45px 0 17px;
  font-size: 14px;
}
.srh_opt .srh_inp .input_box .btn_reset {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/btn_reset.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  font-size: 1px;
  color: transparent;
  text-indent: -9999px;
  text-overflow: hidden;
}
.srh_opt .srh_inp .input_box .btn_search {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  width: 81px;
  height: 50px;
  border-radius: 50px;
  background-color: #e43c3c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}
.srh_opt .srh_inp .input_box .btn_search::before {
  content: "";
  display: inline-block;
  margin-top: 1px;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../images/btn_search_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.srh_opt .srh_inp .btn_expand {
  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;
  margin-top: 20px;
  width: 100%;
  height: 42px;
  border-radius: 42px;
  vertical-align: top;
  background-color: #59544b;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
}
.srh_opt .srh_inp .btn_expand::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 9px;
  height: 5px;
  background-image: url(../images/ico_arr_down_white_m.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media all and (min-width: 1137px), print {
  .srh_opt .srh_inp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .srh_opt .srh_inp .input_box input[type=text] {
    width: 500px;
    height: 70px;
    border-radius: 70px;
    padding: 0 70px 0 25px;
    font-size: 18px;
  }
  .srh_opt .srh_inp .input_box .btn_reset {
    right: 43px;
    width: 30px;
    height: 30px;
    background-size: 16px 16px;
  }
  .srh_opt .srh_inp .input_box .btn_search {
    margin-left: -30px;
    width: 120px;
    height: 70px;
    border-radius: 70px;
    font-size: 18px;
  }
  .srh_opt .srh_inp .input_box .btn_search::before {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/btn_search_pc.png);
  }
  .srh_opt .srh_inp .btn_expand {
    margin-top: 0;
    margin-left: 20px;
    width: 150px;
    height: 70px;
    border-radius: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .srh_opt .srh_inp .btn_expand::after {
    margin-top: 2px;
    margin-left: 10px;
    width: 15px;
    height: 8px;
    background-image: url(../images/ico_arr_down_white_m.png);
  }
}
.srh_opt.expand .srh_inp .btn_expand::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.srh_opt .opt_wrap {
  margin-bottom: 20px;
  display: none;
  padding: 0 17px;
  border-radius: 8px;
  background-color: #fff;
}
.srh_opt .opt_wrap .opt_area {
  padding: 20px 0;
}
.srh_opt .opt_wrap .opt_area:not(:first-child) {
  border-top: 1px dashed #d7d7d7;
}
.srh_opt .opt_wrap .opt_area .l strong {
  line-height: 1;
  font-weight: 500;
  color: #222;
}
.srh_opt .opt_wrap .opt_area .r .re_search 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;
  width: 63px;
  height: 38px;
  line-height: 38px;
  margin-right: 15px;
  background-color: #777;
  color: #fff;
}
.srh_opt .opt_wrap .opt_area .r .re_search button[type=submit]::after {
  content: "";
  display: inline-block;
  margin-top: 1px;
  margin-left: 7px;
  width: 12px;
  height: 12px;
  background-image: url(../images/btn_search_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
@media all and (min-width: 1137px), print {
  .srh_opt .opt_wrap {
    padding: 0 30px;
  }
  .srh_opt .opt_wrap .opt_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    min-height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .srh_opt .opt_wrap .opt_area .l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 86px;
  }
  .srh_opt .opt_wrap .opt_area .r {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .srh_opt .opt_wrap .opt_area .r .rd-lb-wrap {
    display: inline-block;
  }
  .srh_opt .opt_wrap .opt_area .r .re_search {
    display: inline-block;
  }
  .srh_opt .opt_wrap .opt_area .r .re_search button[type=submit] {
    margin-left: 18px;
    margin-right: 18px;
    width: 82px;
    height: 50px;
  }
  .srh_opt .opt_wrap .opt_area .r .re_search button[type=submit]::after {
    margin-top: 2px;
    margin-left: 10px;
    width: 16px;
    height: 16px;
  }
}

.srh_contents .key {
  color: #e43c3c !important;
}
.srh_contents .ctn {
  padding-top: 25px;
}
@media all and (min-width: 1137px), print {
  .srh_contents .ctn {
    padding-top: 45px;
  }
}

.srh_keyword {
  margin-bottom: 20px;
  text-align: center;
  line-height: 22px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.srh_keyword .key {
  font-size: 16px;
}
@media all and (min-width: 1137px), print {
  .srh_keyword {
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 18px;
  }
  .srh_keyword .key {
    font-size: 22px;
  }
}

.no_result {
  margin-bottom: 20px;
  text-align: center;
}
.no_result strong {
  font-size: 16px;
}
.no_result span {
  color: #222;
  font-weight: 500;
}
@media all and (min-width: 1137px), print {
  .no_result {
    margin-bottom: 30px;
  }
  .no_result strong {
    font-size: 20px;
  }
}

.srh_ctn .srh_res .res_con {
  padding-bottom: 30px;
}
.srh_ctn .srh_res .res_con:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.srh_ctn .srh_res .res_con:not(:first-child) {
  margin-top: 35px;
}
.srh_ctn .srh_res .res_con .res_top {
  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: 10px;
}
.srh_ctn .srh_res .res_con .res_top .tit {
  margin-bottom: 0;
}
.srh_ctn .srh_res .res_con .res_top .btn_more {
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  font-size: 1px;
  text-overflow: hidden;
  color: transparent;
  background-image: url(../images/btn_more.png);
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
}
.srh_ctn .srh_res .res_con .res_btm .list .key {
  font-weight: 400;
}
.srh_ctn .srh_res .res_con .res_btm .list .link {
  display: inline-block;
  font-weight: 400;
  color: #222;
}
.srh_ctn .srh_res .res_con .res_btm .list .link:hover {
  text-decoration: underline;
}
.srh_ctn .srh_res .res_con .res_btm .res_section:not(:first-child) {
  margin-top: 20px;
}
.srh_ctn .srh_res .res_con .res_btm .res_section a:hover {
  text-decoration: underline;
}
.srh_ctn .srh_res .res_con .res_btm .res_section .sub_tit {
  margin-bottom: 10px;
}
.srh_ctn .srh_res .res_con .res_btm .res_section .sub_tit > a {
  color: #222;
}
.srh_ctn .srh_res .res_con .res_btm .res_section .sub_tit > span {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: #666;
  font-weight: 200;
}
.srh_ctn .srh_res .res_con .res_btm .res_section .web_res {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media all and (min-width: 1137px), print {
  .srh_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .srh_ctn .srh_res {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .srh_ctn .srh_res .res_con {
    padding-bottom: 40px;
  }
  .srh_ctn .srh_res .res_con:not(:first-child) {
    margin-top: 45px;
  }
  .srh_ctn .srh_res .res_con .res_top {
    margin-bottom: 15px;
  }
  .srh_ctn .srh_res .res_con .res_top .tit {
    margin-bottom: 0;
  }
  .srh_ctn .srh_res .res_con .res_top .btn_more {
    width: 30px;
    height: 30px;
    margin-right: -6px;
    background-size: 18px 18px;
    background-position: right 6px center;
  }
  .srh_ctn .srh_res .res_con .res_btm .res_section:not(:first-child) {
    margin-top: 30px;
  }
  .srh_ctn .srh_res .res_con .res_btm .res_section .sub_tit {
    margin-bottom: 10px;
  }
  .srh_ctn .srh_res .res_con .res_btm .res_section .sub_tit > span {
    margin-left: 15px;
    font-size: 16px;
  }
  .srh_ctn .srh_res .res_con .res_btm .res_section .web_res {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.srh_aside {
  display: none;
}
@media all and (min-width: 1137px), print {
  .srh_aside {
    display: block;
    width: 270px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 25px;
    margin-left: 50px;
    border-left: 1px solid #d7d7d7;
  }
  .srh_aside .srh_aside_section {
    padding-bottom: 30px;
  }
  .srh_aside .srh_aside_section:not(:first-child) {
    border-top: 1px dashed #d7d7d7;
    padding-top: 30px;
  }
  .srh_aside .srh_aside_section .aside_top {
    margin-bottom: 20px;
    line-height: 1;
  }
  .srh_aside .srh_aside_section .aside_top strong {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 1;
  }
  .srh_aside .srh_aside_section .aside_btm .period_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .srh_aside .srh_aside_section .aside_btm .period_wrap button[type=button] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    margin: 2.5px;
    height: 44px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .srh_aside .srh_aside_section .aside_btm .period_wrap button[type=button].active, .srh_aside .srh_aside_section .aside_btm .period_wrap button[type=button]:hover {
    background-color: #e43c3c;
    border-color: #e43c3c;
    color: #fff;
    font-weight: 500;
  }
  .srh_aside .srh_aside_section .aside_btm .rating {
    counter-reset: rate;
  }
  .srh_aside .srh_aside_section .aside_btm .rating > li {
    word-break: break-all;
    position: relative;
    padding-left: 31px;
  }
  .srh_aside .srh_aside_section .aside_btm .rating > li::before {
    counter-increment: rate;
    content: counter(rate);
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #999;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    left: 0;
    top: 0;
  }
  .srh_aside .srh_aside_section .aside_btm .rating > li:nth-child(-n+3)::before {
    background-color: #ee8b20;
  }
  .srh_aside .srh_aside_section .aside_btm .rating > li + li {
    margin-top: 6px;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_record {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -6px;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_record > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 36px;
    margin: 3px;
    padding: 5px 15px;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    border-radius: 72px;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_record > li > a:not(.btn_delete) {
    display: inline-block;
    width: auto;
    height: 100%;
    word-break: break-all;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_record > li > a:not(.btn_delete):hover {
    text-decoration: underline;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_rel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -6px;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_rel > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 36px;
    margin: 3px;
    padding: 5px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 72px;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_rel > li > a:not(.btn_delete) {
    display: inline-block;
    width: auto;
    height: 100%;
    word-break: break-all;
  }
  .srh_aside .srh_aside_section .aside_btm .srh_rel > li > a:not(.btn_delete):hover {
    text-decoration: underline;
  }
  .srh_aside .srh_aside_section .aside_btm .btn_delete {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-top: 2px;
    text-indent: -9999px;
    font-size: 1px;
    text-overflow: hidden;
    color: transparent;
    background-image: url(../images/btn_delete.png);
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.footer.search .footer_btm {
  height: auto;
}

.txt_l_c {
  text-align: left !important;
}
@media all and (min-width: 1137px), print {
  .txt_l_c {
    text-align: center !important;
  }
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58.8235294118%;
}
.map_container .map {
  left: 0;
  top: 0;
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.map_container .map_label {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: 24px;
  padding: 0 10px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #0f76df;
  border-radius: 60px;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  left: -14px;
  background-image: url(../images//ico_marker.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 3px center;
}
.map_container .map_label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 100%;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 4px solid #0f76df;
}
.map_container .map_label .title {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 10px;
}
@media all and (min-width: 1137px), print {
  .map_container {
    width: 100%;
    height: 500px;
  }
  .map_container .map_label {
    height: 30px;
    padding: 0 14px 0 30px;
    background-size: 24px 24px;
    background-position: 3px center;
    left: -15px;
  }
  .map_container .map_label::before {
    left: 12px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #0f76df;
  }
  .map_container .map_label .title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.note_box {
  display: block;
  margin-top: 20px;
  border: 1px solid #d7d7d7;
}
.note_box .top {
  display: block;
  background-color: #f6f6f6;
  padding: 12px 12px 12px 40px;
  background-repeat: no-repeat;
  background-size: auto 17px;
  background-position: 17px 13px;
  background-image: url(../images//ico_note.png);
  font-weight: 500;
  color: #222;
}
.note_box .top + .btm {
  border-top: 1px solid #d7d7d7;
}
.note_box .btm {
  display: block;
  padding: 15px 17px;
}
.note_box .btm .shape_type1 {
  counter-reset: list;
}
.note_box .btm .shape_type1 > li {
  counter-increment: list;
}
.note_box .btm .shape_type1 > li .bold::before {
  content: counter(list) ")";
  display: inline-block;
  margin-right: 3px;
}
.note_box .btm .list .list {
  margin-top: 6px;
}
@media all and (min-width: 1137px), print {
  .note_box {
    margin-top: 30px;
  }
  .note_box .top {
    padding: 16px 16px 16px 56px;
    background-size: auto 25px;
    background-position: 25px 16px;
  }
  .note_box .btm {
    padding: 20px 25px;
  }
  .note_box .btm .list .list {
    margin-top: 6px;
  }
}

.wordmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.wordmark .img {
  width: 100%;
  margin-bottom: 17px;
}
.wordmark .img img {
  max-width: 100%;
  width: 100%;
}
@media all and (min-width: 1137px), print {
  .wordmark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px;
  }
  .wordmark .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .wordmark .img img {
    width: auto;
  }
}

.risk_box {
  position: relative;
  padding-top: 210px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.risk_box .bg {
  position: absolute;
  width: calc(100% - 25px);
  height: 260px;
  border-radius: 0 13px 0 13px;
  left: 0;
  top: 0;
  background-image: url(../images//bg_risk_report.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.risk_box .bg.guide_bg {
  background-image: url(../images//bg_guide_mo.jpg);
}
.risk_box .desc {
  position: relative;
  width: calc(100% - 25px);
  margin-left: auto;
  padding: 100px 30px 37px;
  border-radius: 0 13px 0 13px;
  background-color: #fcf1e6;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  z-index: 1;
}
.risk_box .desc > p + p {
  margin-top: 10px;
}
@media all and (min-width: 1137px), print {
  .risk_box {
    padding-top: 40px;
    padding-left: 525px;
  }
  .risk_box .bg {
    width: 605px;
    height: 400px;
    border-radius: 0 16px 0 16px;
  }
  .risk_box .bg.guide_bg {
    background-image: url(../images//bg_guide_pc.jpg);
  }
  .risk_box .desc {
    width: 100%;
    padding: 100px 60px 86px;
    font-size: 18px;
    border-radius: 0 16px 0 16px;
  }
  .risk_box .desc > p + p {
    margin-top: 15px;
  }
}

.ico_process .comp_step10::before {
  background-image: url(../images/bg_comp_process10.png);
}
.ico_process .comp_step11::before {
  background-image: url(../images/bg_comp_process11.png);
}
.ico_process .comp_step12::before {
  background-image: url(../images/bg_comp_process12.png);
}
.ico_process .comp_step13::before {
  background-image: url(../images/bg_comp_process13.png);
}
.ico_process .comp_step14::before {
  background-image: url(../images/bg_comp_process14.png);
}
.ico_process .comp_step15::before {
  background-image: url(../images/bg_comp_process15.png);
}
.ico_process .comp_step16::before {
  background-image: url(../images/bg_comp_process16.png);
}


.chatbot_container {
  display: block;
  position: fixed;
  min-width: 55px;
  max-width: 80px;
  min-height: 55px;
  max-height: 80px;
  width: 8vw;
  height: 8vw;
  bottom: 160px;
  right: 10px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.chatbot_container .chatbot {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.2;
  color: #391b1b;
  letter-spacing: -0.5px;
  background-color: #fae300;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}
.chatbot_container .chatbot::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/ico_chatbot.gif);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center top 13%;
  left: 0;
  top: 0;
}
.chatbot_container .chatbot .txt {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 50%;
  bottom: 18%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (min-width: 1137px), print {
  .chatbot_container {
    bottom: 214px;
  }
  .chatbot_container .chatbot {
    font-size: 14px;
  }
}
@media all and (min-width: 1457px), print {
  .chatbot_container {
    right: 2vw;
  }
}


.policy_container {
  display: block;
  position: fixed;
  min-width: 55px;
  max-width: 80px;
  min-height: 55px;
  max-height: 80px;
  width: 8vw;
  height: 8vw;
  bottom: 90px;
  right: 10px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.policy_container .policy {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.2;
  color: #391b1b;
  letter-spacing: -0.5px;
  background-color: #fae300;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}
.policy_container .policy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/ico_policy.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center ;
  left: 0;
  top: 0;
}
.policy_container .policy .txt {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  left: 50%;
  bottom: 18%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (min-width: 1137px), print {
  .policy_container {
    bottom: 122px;
  }
  .policy_container .policy {
    font-size: 14px;
  }
}
@media all and (min-width: 1457px), print {
  .policy_container {
    right: 2vw;
  }
}

.support_container {
  display: block;
  position: fixed;
  min-width: 55px;
  max-width: 80px;
  min-height: 55px;
  max-height: 80px;
  width: 8vw;
  height: 8vw;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.support_container .support {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.2;
  color: #391b1b;
  letter-spacing: -0.5px;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}
.support_container .support::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/ico-support.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center ;
  left: 0;
  top: 0;
}
.support .support .txt {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  left: 50%;
  bottom: 18%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (min-width: 1137px), print {
  .support_container {
    bottom: 30px;
  }
  .support_container .support {
    font-size: 14px;
  }
}
@media all and (min-width: 1457px), print {
  .support_container {
    right: 2vw;
  }
}



.sub_section.box_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7d7d7;
}
.sub_section.box_result .txt_box {
  background-color: #f6f6f6;
}
.sub_section.box_result .result_tit {
  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;
  background-color: #888;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.sub_section.box_result .result_tit + .list {
  margin-top: 20px;
}

/* [웹접근성] 20250103 추가 */
#selfCbamBtn{
  background-color:  #ce4c05;
}
@media all and (max-width: 767px) {
  .sub_section.box_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub_section.box_result .img_box {
    height: 219px;
  }
  .sub_section.box_result .img_box img {
    height: 100%;
  }
  .sub_section.box_result .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 20px;
  }
  .sub_section.box_result .txt_box .list {
    width: 100%;
  }
  .sub_section.box_result .result_tit {
    min-width: 215px;
    width: auto;
    height: 30px;
    padding: 0 21px;
    border-radius: 15px;
    font-size: 13px;
  }
  .sub_section.box_result .result_tit + .list {
    margin-top: 10px;
  }
}
@media all and (min-width: 768px), print {
  .sub_section.box_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub_section.box_result .img_box {
    height: 219px;
  }
  .sub_section.box_result .img_box img {
    height: 100%;
  }
  .sub_section.box_result .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 20px;
  }
  .sub_section.box_result .txt_box .list {
    width: 100%;
  }
  .sub_section.box_result .result_tit {
    min-width: 215px;
    width: auto;
    height: 30px;
    padding: 0 21px;
    border-radius: 15px;
    font-size: 13px;
  }
  .sub_section.box_result .result_tit + .list {
    margin-top: 10px;
  }
}
@media all and (min-width: 1137px), print {
  .sub_section.box_result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sub_section.box_result .img_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 466px;
    height: auto;
  }
  .sub_section.box_result .txt_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px;
  }
  .sub_section.box_result .result_tit {
    min-width: 320px;
    height: 44px;
    padding: 0 43px;
    border-radius: 22px;
    font-size: 18px;
  }
  .sub_section.box_result .result_tit + .list {
    margin-top: 20px;
  }
}