@charset "UTF-8";

/* Font */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: local("※"), url("../fonts/NotoSansKR-Light.woff2") format("woff2"), url("../fonts/NotoSansKR-Light.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../fonts/NotoSansKR-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../fonts/NotoSansKR-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 600;
  src: local("※"), url("../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR-Bold.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: local("※"), url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: local("※"), url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
}

/* Reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
address,
area,
article,
aside,
audio,
body,
br,
button,
canvas,
caption,
cite,
code,
col,
colgroup,
dd,
del,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hr,
html,
i,
iframe,
img,
ins,
input,
label,
legend,
li,
link,
map,
meta,
nav,
object,
ol,
p,
pre,
q,
rp,
rt,
ruby,
s,
script,
section,
select,
source,
span,
strong,
style,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  -webkit-overflow-scrolling: touch;
  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); */
}

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;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d7d7d7;
  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"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

select,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

:-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

::-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

::placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

:-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

::-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

.ie9 select {
  padding: 0 0 0 5px;
  background-image: none !important;
}
.bt_box li strong .sub_script {
  font-size: 15px !important;
  margin-top: 7px;
}
.sub_script {
  font-size: 13px !important;
  margin-top: 0;
  vertical-align: top;
  display: inline-block;
}

/*
@media screen and (max-width: 999px) {
	.service_link {
		display: none;
	}
}
*/

@media screen and (max-width: 1440px) {
  .sm-p-0 {
    padding: 0px !important;
  }

  .sm-p-5 {
    padding: 5px !important;
  }

  .sm-p-6 {
    padding: 6px !important;
  }

  .sm-p-7 {
    padding: 7px !important;
  }

  .sm-p-8 {
    padding: 8px !important;
  }

  .sm-p-9 {
    padding: 9px !important;
  }

  .sm-p-10 {
    padding: 10px !important;
  }

  .sm-p-11 {
    padding: 11px !important;
  }

  .sm-p-12 {
    padding: 12px !important;
  }

  .sm-p-13 {
    padding: 13px !important;
  }

  .sm-p-14 {
    padding: 14px !important;
  }

  .sm-p-15 {
    padding: 15px !important;
  }

  .sm-p-17 {
    padding: 17px !important;
  }

  .sm-p-18 {
    padding: 18px !important;
  }

  .sm-p-19 {
    padding: 19px !important;
  }

  .sm-p-20 {
    padding: 20px !important;
  }

  .sm-p-25 {
    padding: 25px !important;
  }

  .sm-p-30 {
    padding: 30px !important;
  }

  .sm-p-35 {
    padding: 35px !important;
  }

  .sm-p-40 {
    padding: 40px !important;
  }

  .sm-p-50 {
    padding: 50px !important;
  }

  .sm-p-60 {
    padding: 60px !important;
  }

  .sm-pt-0 {
    padding-top: 0px !important;
  }

  .sm-pt-5 {
    padding-top: 5px !important;
  }

  .sm-pt-6 {
    padding-top: 6px !important;
  }

  .sm-pt-7 {
    padding-top: 7px !important;
  }

  .sm-pt-8 {
    padding-top: 8px !important;
  }

  .sm-pt-9 {
    padding-top: 9px !important;
  }

  .sm-pt-10 {
    padding-top: 10px !important;
  }

  .sm-pt-11 {
    padding-top: 11px !important;
  }

  .sm-pt-12 {
    padding-top: 12px !important;
  }

  .sm-pt-13 {
    padding-top: 13px !important;
  }

  .sm-pt-14 {
    padding-top: 14px !important;
  }

  .sm-pt-15 {
    padding-top: 15px !important;
  }

  .sm-pt-17 {
    padding-top: 17px !important;
  }

  .sm-pt-18 {
    padding-top: 18px !important;
  }

  .sm-pt-19 {
    padding-top: 19px !important;
  }

  .sm-pt-20 {
    padding-top: 20px !important;
  }

  .sm-pt-25 {
    padding-top: 25px !important;
  }

  .sm-pt-30 {
    padding-top: 30px !important;
  }

  .sm-pt-35 {
    padding-top: 35px !important;
  }

  .sm-pt-40 {
    padding-top: 40px !important;
  }

  .sm-pt-50 {
    padding-top: 50px !important;
  }

  .sm-pt-60 {
    padding-top: 60px !important;
  }

  .sm-pr-0 {
    padding-right: 0px !important;
  }

  .sm-pr-5 {
    padding-right: 5px !important;
  }

  .sm-pr-6 {
    padding-right: 6px !important;
  }

  .sm-pr-7 {
    padding-right: 7px !important;
  }

  .sm-pr-8 {
    padding-right: 8px !important;
  }

  .sm-pr-9 {
    padding-right: 9px !important;
  }

  .sm-pr-10 {
    padding-right: 10px !important;
  }

  .sm-pr-11 {
    padding-right: 11px !important;
  }

  .sm-pr-12 {
    padding-right: 12px !important;
  }

  .sm-pr-13 {
    padding-right: 13px !important;
  }

  .sm-pr-14 {
    padding-right: 14px !important;
  }

  .sm-pr-15 {
    padding-right: 15px !important;
  }

  .sm-pr-17 {
    padding-right: 17px !important;
  }

  .sm-pr-18 {
    padding-right: 18px !important;
  }

  .sm-pr-19 {
    padding-right: 19px !important;
  }

  .sm-pr-20 {
    padding-right: 20px !important;
  }

  .sm-pr-25 {
    padding-right: 25px !important;
  }

  .sm-pr-30 {
    padding-right: 30px !important;
  }

  .sm-pr-35 {
    padding-right: 35px !important;
  }

  .sm-pr-40 {
    padding-right: 40px !important;
  }

  .sm-pr-50 {
    padding-right: 50px !important;
  }

  .sm-pr-60 {
    padding-right: 60px !important;
  }

  .sm-pb-0 {
    padding-bottom: 0px !important;
  }

  .sm-pb-5 {
    padding-bottom: 5px !important;
  }

  .sm-pb-6 {
    padding-bottom: 6px !important;
  }

  .sm-pb-7 {
    padding-bottom: 7px !important;
  }

  .sm-pb-8 {
    padding-bottom: 8px !important;
  }

  .sm-pb-9 {
    padding-bottom: 9px !important;
  }

  .sm-pb-10 {
    padding-bottom: 10px !important;
  }

  .sm-pb-11 {
    padding-bottom: 11px !important;
  }

  .sm-pb-12 {
    padding-bottom: 12px !important;
  }

  .sm-pb-13 {
    padding-bottom: 13px !important;
  }

  .sm-pb-14 {
    padding-bottom: 14px !important;
  }

  .sm-pb-15 {
    padding-bottom: 15px !important;
  }

  .sm-pb-17 {
    padding-bottom: 17px !important;
  }

  .sm-pb-18 {
    padding-bottom: 18px !important;
  }

  .sm-pb-19 {
    padding-bottom: 19px !important;
  }

  .sm-pb-20 {
    padding-bottom: 20px !important;
  }

  .sm-pb-25 {
    padding-bottom: 25px !important;
  }

  .sm-pb-30 {
    padding-bottom: 30px !important;
  }

  .sm-pb-35 {
    padding-bottom: 35px !important;
  }

  .sm-pb-40 {
    padding-bottom: 40px !important;
  }

  .sm-pb-50 {
    padding-bottom: 50px !important;
  }

  .sm-pb-60 {
    padding-bottom: 60px !important;
  }

  .sm-pl-0 {
    padding-left: 0px !important;
  }

  .sm-pl-5 {
    padding-left: 5px !important;
  }

  .sm-pl-6 {
    padding-left: 6px !important;
  }

  .sm-pl-7 {
    padding-left: 7px !important;
  }

  .sm-pl-8 {
    padding-left: 8px !important;
  }

  .sm-pl-9 {
    padding-left: 9px !important;
  }

  .sm-pl-10 {
    padding-left: 10px !important;
  }

  .sm-pl-11 {
    padding-left: 11px !important;
  }

  .sm-pl-12 {
    padding-left: 12px !important;
  }

  .sm-pl-13 {
    padding-left: 13px !important;
  }

  .sm-pl-14 {
    padding-left: 14px !important;
  }

  .sm-pl-15 {
    padding-left: 15px !important;
  }

  .sm-pl-17 {
    padding-left: 17px !important;
  }

  .sm-pl-18 {
    padding-left: 18px !important;
  }

  .sm-pl-19 {
    padding-left: 19px !important;
  }

  .sm-pl-20 {
    padding-left: 20px !important;
  }

  .sm-pl-25 {
    padding-left: 25px !important;
  }

  .sm-pl-30 {
    padding-left: 30px !important;
  }

  .sm-pl-35 {
    padding-left: 35px !important;
  }

  .sm-pl-40 {
    padding-left: 40px !important;
  }

  .sm-pl-50 {
    padding-left: 50px !important;
  }

  .sm-pl-60 {
    padding-left: 60px !important;
  }

  .sm-m-0 {
    margin: 0px !important;
  }

  .sm-m-5 {
    margin: 5px !important;
  }

  .sm-m-6 {
    margin: 6px !important;
  }

  .sm-m-7 {
    margin: 7px !important;
  }

  .sm-m-8 {
    margin: 8px !important;
  }

  .sm-m-9 {
    margin: 9px !important;
  }

  .sm-m-10 {
    margin: 10px !important;
  }

  .sm-m-11 {
    margin: 11px !important;
  }

  .sm-m-12 {
    margin: 12px !important;
  }

  .sm-m-13 {
    margin: 13px !important;
  }

  .sm-m-14 {
    margin: 14px !important;
  }

  .sm-m-15 {
    margin: 15px !important;
  }

  .sm-m-17 {
    margin: 17px !important;
  }

  .sm-m-18 {
    margin: 18px !important;
  }

  .sm-m-19 {
    margin: 19px !important;
  }

  .sm-m-20 {
    margin: 20px !important;
  }

  .sm-m-25 {
    margin: 25px !important;
  }

  .sm-m-30 {
    margin: 30px !important;
  }

  .sm-m-35 {
    margin: 35px !important;
  }

  .sm-m-40 {
    margin: 40px !important;
  }

  .sm-m-50 {
    margin: 50px !important;
  }

  .sm-m-60 {
    margin: 60px !important;
  }

  .sm-mt-0 {
    margin-top: 0px !important;
  }

  .sm-mt-5 {
    margin-top: 5px !important;
  }

  .sm-mt-6 {
    margin-top: 6px !important;
  }

  .sm-mt-7 {
    margin-top: 7px !important;
  }

  .sm-mt-8 {
    margin-top: 8px !important;
  }

  .sm-mt-9 {
    margin-top: 9px !important;
  }

  .sm-mt-10 {
    margin-top: 10px !important;
  }

  .sm-mt-11 {
    margin-top: 11px !important;
  }

  .sm-mt-12 {
    margin-top: 12px !important;
  }

  .sm-mt-13 {
    margin-top: 13px !important;
  }

  .sm-mt-14 {
    margin-top: 14px !important;
  }

  .sm-mt-15 {
    margin-top: 15px !important;
  }

  .sm-mt-17 {
    margin-top: 17px !important;
  }

  .sm-mt-18 {
    margin-top: 18px !important;
  }

  .sm-mt-19 {
    margin-top: 19px !important;
  }

  .sm-mt-20 {
    margin-top: 20px !important;
  }

  .sm-mt-25 {
    margin-top: 25px !important;
  }

  .sm-mt-30 {
    margin-top: 30px !important;
  }

  .sm-mt-35 {
    margin-top: 35px !important;
  }

  .sm-mt-40 {
    margin-top: 40px !important;
  }

  .sm-mt-50 {
    margin-top: 50px !important;
  }

  .sm-mt-60 {
    margin-top: 60px !important;
  }

  .sm-mr-0 {
    margin-right: 0px !important;
  }

  .sm-mr-5 {
    margin-right: 5px !important;
  }

  .sm-mr-6 {
    margin-right: 6px !important;
  }

  .sm-mr-7 {
    margin-right: 7px !important;
  }

  .sm-mr-8 {
    margin-right: 8px !important;
  }

  .sm-mr-9 {
    margin-right: 9px !important;
  }

  .sm-mr-10 {
    margin-right: 10px !important;
  }

  .sm-mr-11 {
    margin-right: 11px !important;
  }

  .sm-mr-12 {
    margin-right: 12px !important;
  }

  .sm-mr-13 {
    margin-right: 13px !important;
  }

  .sm-mr-14 {
    margin-right: 14px !important;
  }

  .sm-mr-15 {
    margin-right: 15px !important;
  }

  .sm-mr-17 {
    margin-right: 17px !important;
  }

  .sm-mr-18 {
    margin-right: 18px !important;
  }

  .sm-mr-19 {
    margin-right: 19px !important;
  }

  .sm-mr-20 {
    margin-right: 20px !important;
  }

  .sm-mr-25 {
    margin-right: 25px !important;
  }

  .sm-mr-30 {
    margin-right: 30px !important;
  }

  .sm-mr-35 {
    margin-right: 35px !important;
  }

  .sm-mr-40 {
    margin-right: 40px !important;
  }

  .sm-mr-50 {
    margin-right: 50px !important;
  }

  .sm-mr-60 {
    margin-right: 60px !important;
  }

  .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .sm-mb-5 {
    margin-bottom: 5px !important;
  }

  .sm-mb-6 {
    margin-bottom: 6px !important;
  }

  .sm-mb-7 {
    margin-bottom: 7px !important;
  }

  .sm-mb-8 {
    margin-bottom: 8px !important;
  }

  .sm-mb-9 {
    margin-bottom: 9px !important;
  }

  .sm-mb-10 {
    margin-bottom: 10px !important;
  }

  .sm-mb-11 {
    margin-bottom: 11px !important;
  }

  .sm-mb-12 {
    margin-bottom: 12px !important;
  }

  .sm-mb-13 {
    margin-bottom: 13px !important;
  }

  .sm-mb-14 {
    margin-bottom: 14px !important;
  }

  .sm-mb-15 {
    margin-bottom: 15px !important;
  }

  .sm-mb-17 {
    margin-bottom: 17px !important;
  }

  .sm-mb-18 {
    margin-bottom: 18px !important;
  }

  .sm-mb-19 {
    margin-bottom: 19px !important;
  }

  .sm-mb-20 {
    margin-bottom: 20px !important;
  }

  .sm-mb-25 {
    margin-bottom: 25px !important;
  }

  .sm-mb-30 {
    margin-bottom: 30px !important;
  }

  .sm-mb-35 {
    margin-bottom: 35px !important;
  }

  .sm-mb-40 {
    margin-bottom: 40px !important;
  }

  .sm-mb-50 {
    margin-bottom: 50px !important;
  }

  .sm-mb-60 {
    margin-bottom: 60px !important;
  }

  .sm-ml-0 {
    margin-left: 0px !important;
  }

  .sm-ml-5 {
    margin-left: 5px !important;
  }

  .sm-ml-6 {
    margin-left: 6px !important;
  }

  .sm-ml-7 {
    margin-left: 7px !important;
  }

  .sm-ml-8 {
    margin-left: 8px !important;
  }

  .sm-ml-9 {
    margin-left: 9px !important;
  }

  .sm-ml-10 {
    margin-left: 10px !important;
  }

  .sm-ml-11 {
    margin-left: 11px !important;
  }

  .sm-ml-12 {
    margin-left: 12px !important;
  }

  .sm-ml-13 {
    margin-left: 13px !important;
  }

  .sm-ml-14 {
    margin-left: 14px !important;
  }

  .sm-ml-15 {
    margin-left: 15px !important;
  }

  .sm-ml-17 {
    margin-left: 17px !important;
  }

  .sm-ml-18 {
    margin-left: 18px !important;
  }

  .sm-ml-19 {
    margin-left: 19px !important;
  }

  .sm-ml-20 {
    margin-left: 20px !important;
  }

  .sm-ml-25 {
    margin-left: 25px !important;
  }

  .sm-ml-30 {
    margin-left: 30px !important;
  }

  .sm-ml-35 {
    margin-left: 35px !important;
  }

  .sm-ml-40 {
    margin-left: 40px !important;
  }

  .sm-ml-50 {
    margin-left: 50px !important;
  }

  .sm-ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  .lg-p-0 {
    padding: 0px !important;
  }

  .lg-p-5 {
    padding: 5px !important;
  }

  .lg-p-6 {
    padding: 6px !important;
  }

  .lg-p-7 {
    padding: 7px !important;
  }

  .lg-p-8 {
    padding: 8px !important;
  }

  .lg-p-9 {
    padding: 9px !important;
  }

  .lg-p-10 {
    padding: 10px !important;
  }

  .lg-p-11 {
    padding: 11px !important;
  }

  .lg-p-12 {
    padding: 12px !important;
  }

  .lg-p-13 {
    padding: 13px !important;
  }

  .lg-p-14 {
    padding: 14px !important;
  }

  .lg-p-15 {
    padding: 15px !important;
  }

  .lg-p-17 {
    padding: 17px !important;
  }

  .lg-p-18 {
    padding: 18px !important;
  }

  .lg-p-19 {
    padding: 19px !important;
  }

  .lg-p-20 {
    padding: 20px !important;
  }

  .lg-p-25 {
    padding: 25px !important;
  }

  .lg-p-30 {
    padding: 30px !important;
  }

  .lg-p-35 {
    padding: 35px !important;
  }

  .lg-p-40 {
    padding: 40px !important;
  }

  .lg-p-50 {
    padding: 50px !important;
  }

  .lg-p-60 {
    padding: 60px !important;
  }

  .lg-pt-0 {
    padding-top: 0px !important;
  }

  .lg-pt-5 {
    padding-top: 5px !important;
  }

  .lg-pt-6 {
    padding-top: 6px !important;
  }

  .lg-pt-7 {
    padding-top: 7px !important;
  }

  .lg-pt-8 {
    padding-top: 8px !important;
  }

  .lg-pt-9 {
    padding-top: 9px !important;
  }

  .lg-pt-10 {
    padding-top: 10px !important;
  }

  .lg-pt-11 {
    padding-top: 11px !important;
  }

  .lg-pt-12 {
    padding-top: 12px !important;
  }

  .lg-pt-13 {
    padding-top: 13px !important;
  }

  .lg-pt-14 {
    padding-top: 14px !important;
  }

  .lg-pt-15 {
    padding-top: 15px !important;
  }

  .lg-pt-17 {
    padding-top: 17px !important;
  }

  .lg-pt-18 {
    padding-top: 18px !important;
  }

  .lg-pt-19 {
    padding-top: 19px !important;
  }

  .lg-pt-20 {
    padding-top: 20px !important;
  }

  .lg-pt-25 {
    padding-top: 25px !important;
  }

  .lg-pt-30 {
    padding-top: 30px !important;
  }

  .lg-pt-35 {
    padding-top: 35px !important;
  }

  .lg-pt-40 {
    padding-top: 40px !important;
  }

  .lg-pt-50 {
    padding-top: 50px !important;
  }

  .lg-pt-60 {
    padding-top: 60px !important;
  }

  .lg-pr-0 {
    padding-right: 0px !important;
  }

  .lg-pr-5 {
    padding-right: 5px !important;
  }

  .lg-pr-6 {
    padding-right: 6px !important;
  }

  .lg-pr-7 {
    padding-right: 7px !important;
  }

  .lg-pr-8 {
    padding-right: 8px !important;
  }

  .lg-pr-9 {
    padding-right: 9px !important;
  }

  .lg-pr-10 {
    padding-right: 10px !important;
  }

  .lg-pr-11 {
    padding-right: 11px !important;
  }

  .lg-pr-12 {
    padding-right: 12px !important;
  }

  .lg-pr-13 {
    padding-right: 13px !important;
  }

  .lg-pr-14 {
    padding-right: 14px !important;
  }

  .lg-pr-15 {
    padding-right: 15px !important;
  }

  .lg-pr-17 {
    padding-right: 17px !important;
  }

  .lg-pr-18 {
    padding-right: 18px !important;
  }

  .lg-pr-19 {
    padding-right: 19px !important;
  }

  .lg-pr-20 {
    padding-right: 20px !important;
  }

  .lg-pr-25 {
    padding-right: 25px !important;
  }

  .lg-pr-30 {
    padding-right: 30px !important;
  }

  .lg-pr-35 {
    padding-right: 35px !important;
  }

  .lg-pr-40 {
    padding-right: 40px !important;
  }

  .lg-pr-50 {
    padding-right: 50px !important;
  }

  .lg-pr-60 {
    padding-right: 60px !important;
  }

  .lg-pb-0 {
    padding-bottom: 0px !important;
  }

  .lg-pb-5 {
    padding-bottom: 5px !important;
  }

  .lg-pb-6 {
    padding-bottom: 6px !important;
  }

  .lg-pb-7 {
    padding-bottom: 7px !important;
  }

  .lg-pb-8 {
    padding-bottom: 8px !important;
  }

  .lg-pb-9 {
    padding-bottom: 9px !important;
  }

  .lg-pb-10 {
    padding-bottom: 10px !important;
  }

  .lg-pb-11 {
    padding-bottom: 11px !important;
  }

  .lg-pb-12 {
    padding-bottom: 12px !important;
  }

  .lg-pb-13 {
    padding-bottom: 13px !important;
  }

  .lg-pb-14 {
    padding-bottom: 14px !important;
  }

  .lg-pb-15 {
    padding-bottom: 15px !important;
  }

  .lg-pb-17 {
    padding-bottom: 17px !important;
  }

  .lg-pb-18 {
    padding-bottom: 18px !important;
  }

  .lg-pb-19 {
    padding-bottom: 19px !important;
  }

  .lg-pb-20 {
    padding-bottom: 20px !important;
  }

  .lg-pb-25 {
    padding-bottom: 25px !important;
  }

  .lg-pb-30 {
    padding-bottom: 30px !important;
  }

  .lg-pb-35 {
    padding-bottom: 35px !important;
  }

  .lg-pb-40 {
    padding-bottom: 40px !important;
  }

  .lg-pb-50 {
    padding-bottom: 50px !important;
  }

  .lg-pb-60 {
    padding-bottom: 60px !important;
  }

  .lg-pl-0 {
    padding-left: 0px !important;
  }

  .lg-pl-5 {
    padding-left: 5px !important;
  }

  .lg-pl-6 {
    padding-left: 6px !important;
  }

  .lg-pl-7 {
    padding-left: 7px !important;
  }

  .lg-pl-8 {
    padding-left: 8px !important;
  }

  .lg-pl-9 {
    padding-left: 9px !important;
  }

  .lg-pl-10 {
    padding-left: 10px !important;
  }

  .lg-pl-11 {
    padding-left: 11px !important;
  }

  .lg-pl-12 {
    padding-left: 12px !important;
  }

  .lg-pl-13 {
    padding-left: 13px !important;
  }

  .lg-pl-14 {
    padding-left: 14px !important;
  }

  .lg-pl-15 {
    padding-left: 15px !important;
  }

  .lg-pl-17 {
    padding-left: 17px !important;
  }

  .lg-pl-18 {
    padding-left: 18px !important;
  }

  .lg-pl-19 {
    padding-left: 19px !important;
  }

  .lg-pl-20 {
    padding-left: 20px !important;
  }

  .lg-pl-25 {
    padding-left: 25px !important;
  }

  .lg-pl-30 {
    padding-left: 30px !important;
  }

  .lg-pl-35 {
    padding-left: 35px !important;
  }

  .lg-pl-40 {
    padding-left: 40px !important;
  }

  .lg-pl-50 {
    padding-left: 50px !important;
  }

  .lg-pl-60 {
    padding-left: 60px !important;
  }

  .lg-m-0 {
    margin: 0px !important;
  }

  .lg-m-5 {
    margin: 5px !important;
  }

  .lg-m-6 {
    margin: 6px !important;
  }

  .lg-m-7 {
    margin: 7px !important;
  }

  .lg-m-8 {
    margin: 8px !important;
  }

  .lg-m-9 {
    margin: 9px !important;
  }

  .lg-m-10 {
    margin: 10px !important;
  }

  .lg-m-11 {
    margin: 11px !important;
  }

  .lg-m-12 {
    margin: 12px !important;
  }

  .lg-m-13 {
    margin: 13px !important;
  }

  .lg-m-14 {
    margin: 14px !important;
  }

  .lg-m-15 {
    margin: 15px !important;
  }

  .lg-m-17 {
    margin: 17px !important;
  }

  .lg-m-18 {
    margin: 18px !important;
  }

  .lg-m-19 {
    margin: 19px !important;
  }

  .lg-m-20 {
    margin: 20px !important;
  }

  .lg-m-25 {
    margin: 25px !important;
  }

  .lg-m-30 {
    margin: 30px !important;
  }

  .lg-m-35 {
    margin: 35px !important;
  }

  .lg-m-40 {
    margin: 40px !important;
  }

  .lg-m-50 {
    margin: 50px !important;
  }

  .lg-m-60 {
    margin: 60px !important;
  }

  .lg-mt-0 {
    margin-top: 0px !important;
  }

  .lg-mt-5 {
    margin-top: 5px !important;
  }

  .lg-mt-6 {
    margin-top: 6px !important;
  }

  .lg-mt-7 {
    margin-top: 7px !important;
  }

  .lg-mt-8 {
    margin-top: 8px !important;
  }

  .lg-mt-9 {
    margin-top: 9px !important;
  }

  .lg-mt-10 {
    margin-top: 10px !important;
  }

  .lg-mt-11 {
    margin-top: 11px !important;
  }

  .lg-mt-12 {
    margin-top: 12px !important;
  }

  .lg-mt-13 {
    margin-top: 13px !important;
  }

  .lg-mt-14 {
    margin-top: 14px !important;
  }

  .lg-mt-15 {
    margin-top: 15px !important;
  }

  .lg-mt-17 {
    margin-top: 17px !important;
  }

  .lg-mt-18 {
    margin-top: 18px !important;
  }

  .lg-mt-19 {
    margin-top: 19px !important;
  }

  .lg-mt-20 {
    margin-top: 20px !important;
  }

  .lg-mt-25 {
    margin-top: 25px !important;
  }

  .lg-mt-30 {
    margin-top: 30px !important;
  }

  .lg-mt-35 {
    margin-top: 35px !important;
  }

  .lg-mt-40 {
    margin-top: 40px !important;
  }

  .lg-mt-50 {
    margin-top: 50px !important;
  }

  .lg-mt-60 {
    margin-top: 60px !important;
  }

  .lg-mr-0 {
    margin-right: 0px !important;
  }

  .lg-mr-5 {
    margin-right: 5px !important;
  }

  .lg-mr-6 {
    margin-right: 6px !important;
  }

  .lg-mr-7 {
    margin-right: 7px !important;
  }

  .lg-mr-8 {
    margin-right: 8px !important;
  }

  .lg-mr-9 {
    margin-right: 9px !important;
  }

  .lg-mr-10 {
    margin-right: 10px !important;
  }

  .lg-mr-11 {
    margin-right: 11px !important;
  }

  .lg-mr-12 {
    margin-right: 12px !important;
  }

  .lg-mr-13 {
    margin-right: 13px !important;
  }

  .lg-mr-14 {
    margin-right: 14px !important;
  }

  .lg-mr-15 {
    margin-right: 15px !important;
  }

  .lg-mr-17 {
    margin-right: 17px !important;
  }

  .lg-mr-18 {
    margin-right: 18px !important;
  }

  .lg-mr-19 {
    margin-right: 19px !important;
  }

  .lg-mr-20 {
    margin-right: 20px !important;
  }

  .lg-mr-25 {
    margin-right: 25px !important;
  }

  .lg-mr-30 {
    margin-right: 30px !important;
  }

  .lg-mr-35 {
    margin-right: 35px !important;
  }

  .lg-mr-40 {
    margin-right: 40px !important;
  }

  .lg-mr-50 {
    margin-right: 50px !important;
  }

  .lg-mr-60 {
    margin-right: 60px !important;
  }

  .lg-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg-mb-5 {
    margin-bottom: 5px !important;
  }

  .lg-mb-6 {
    margin-bottom: 6px !important;
  }

  .lg-mb-7 {
    margin-bottom: 7px !important;
  }

  .lg-mb-8 {
    margin-bottom: 8px !important;
  }

  .lg-mb-9 {
    margin-bottom: 9px !important;
  }

  .lg-mb-10 {
    margin-bottom: 10px !important;
  }

  .lg-mb-11 {
    margin-bottom: 11px !important;
  }

  .lg-mb-12 {
    margin-bottom: 12px !important;
  }

  .lg-mb-13 {
    margin-bottom: 13px !important;
  }

  .lg-mb-14 {
    margin-bottom: 14px !important;
  }

  .lg-mb-15 {
    margin-bottom: 15px !important;
  }

  .lg-mb-17 {
    margin-bottom: 17px !important;
  }

  .lg-mb-18 {
    margin-bottom: 18px !important;
  }

  .lg-mb-19 {
    margin-bottom: 19px !important;
  }

  .lg-mb-20 {
    margin-bottom: 20px !important;
  }

  .lg-mb-25 {
    margin-bottom: 25px !important;
  }

  .lg-mb-30 {
    margin-bottom: 30px !important;
  }

  .lg-mb-35 {
    margin-bottom: 35px !important;
  }

  .lg-mb-40 {
    margin-bottom: 40px !important;
  }

  .lg-mb-50 {
    margin-bottom: 50px !important;
  }

  .lg-mb-60 {
    margin-bottom: 60px !important;
  }

  .lg-ml-0 {
    margin-left: 0px !important;
  }

  .lg-ml-5 {
    margin-left: 5px !important;
  }

  .lg-ml-6 {
    margin-left: 6px !important;
  }

  .lg-ml-7 {
    margin-left: 7px !important;
  }

  .lg-ml-8 {
    margin-left: 8px !important;
  }

  .lg-ml-9 {
    margin-left: 9px !important;
  }

  .lg-ml-10 {
    margin-left: 10px !important;
  }

  .lg-ml-11 {
    margin-left: 11px !important;
  }

  .lg-ml-12 {
    margin-left: 12px !important;
  }

  .lg-ml-13 {
    margin-left: 13px !important;
  }

  .lg-ml-14 {
    margin-left: 14px !important;
  }

  .lg-ml-15 {
    margin-left: 15px !important;
  }

  .lg-ml-17 {
    margin-left: 17px !important;
  }

  .lg-ml-18 {
    margin-left: 18px !important;
  }

  .lg-ml-19 {
    margin-left: 19px !important;
  }

  .lg-ml-20 {
    margin-left: 20px !important;
  }

  .lg-ml-25 {
    margin-left: 25px !important;
  }

  .lg-ml-30 {
    margin-left: 30px !important;
  }

  .lg-ml-35 {
    margin-left: 35px !important;
  }

  .lg-ml-40 {
    margin-left: 40px !important;
  }

  .lg-ml-50 {
    margin-left: 50px !important;
  }

  .lg-ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 1440px) {
  .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: 768px), 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;
  }
}

body {
  font-size: 13px;
}

.pc-content {
  display: none !important;
}

.inner {
  padding: 0 10px;
}

.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: #088747;
}

.header .header_top .inner {
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
  padding: 0;
}

.header .header_top .l {
  display: none;
}

.header .header_top .r .help {
  min-height: 38px;
  background: #067c42 url("../images/bg_help_m.jpg") 0 0 no-repeat;
  background-size: auto 38px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 10px 10px 64px;
}

.header .header_top .r .help > a {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1;
  margin-left: 1px;
  padding-bottom: 2px;
}

.header .header_top .r .sns,
.header .header_top .r .btn_lang {
  display: none;
}

.header .header_top .search_area {
  display: none;
}

.header .header_con {
  position: relative;
  padding: 16px 0;
  height: 60px;
  background: #fff;
}

.header .header_con.active {
  height: 65px;
}

.header .header_con.active .btn_global_search {
  display: none;
}

.header h1.logo {
  width: 58px;
  height: 27px;
  background: url("../images/logo_m.png") 0 0 no-repeat;
  background-size: 58px;
}

.header h1.logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .btn_global_search {
  position: absolute;
  right: 45px;
  top: 21px;
  width: 19px;
  height: 19px;
  background: url(../images/btn_search_m.png) no-repeat 0 0;
  background-size: 19px 100%;
}

.header .search_layer {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  background: #212e4e;
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header .search_layer.open {
  height: 47px;
}

.header .search_layer > input[type="text"] {
  width: calc(100% - 95px);
  height: 47px;
  padding: 0 10px;
  border: 0;
  background: #212e4e;
  color: #fff;
}

.header .search_layer > input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.header .search_layer > input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.header .search_layer > input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

.header .search_layer > input[type="text"]::placeholder {
  color: #fff;
}

.header .search_layer .btn_sm_search,
.header .search_layer .btn_sm_close {
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.header .search_layer .btn_sm_search {
  right: 42px;
  background-image: url(../images/btn_sm_search.png);
}

.header .search_layer .btn_sm_close {
  right: 0;
  background-image: url(../images/btn_sm_close.png);
}

.header .btn_allmenu {
  position: absolute;
  right: 10px;
  top: 21px;
  width: 21px;
  height: 18px;
}

.header .btn_allmenu > span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .btn_allmenu > span:nth-child(1) {
  top: 0;
}

.header .btn_allmenu > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.header .btn_allmenu > span:nth-child(3) {
  bottom: 0;
}

.header .btn_allmenu.active > span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .btn_allmenu.active > span:nth-child(2) {
  width: 0;
}

.header .btn_allmenu.active > span:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .btn_lang_wrap {
  display: none;
}

.header .btn_lang {
  font-size: 13px;
  color: #222;
  font-weight: 400;
}

.header .btn_lang:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/ico_lang_m.png") 0 0 no-repeat;
  background-size: 13px;
  vertical-align: -2px;
  margin-right: 8px;
}

.header .navi_con {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  padding: 0 10px 10px;
  border-top: 1px solid #d8d8d8;
}

.header .navi_con.active {
  display: block;
}

.header .navi_con .btn_lang {
  position: absolute;
  top: -45px;
  right: 53px;
}

.header .navi_con .gnb_wrap .gnb > ul > li {
  border-bottom: 1px solid #d8d8d8;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a {
  position: relative;
  display: block;
  line-height: 50px;
  color: #222;
  font-size: 15px;
  padding: 0 10px 0 35px;
  font-weight: 600;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a > span {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #888;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a > span::before {
  content: "(";
}

.header .navi_con .gnb_wrap .gnb > ul > li > a > span::after {
  content: ")";
}

.header .navi_con .gnb_wrap .gnb > ul > li > a:before,
.header .navi_con .gnb_wrap .gnb > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: #088747;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a:before {
  left: 10px;
  width: 14px;
  height: 2px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a:after {
  margin-top: -6px;
  left: 16px;
  width: 2px;
  height: 14px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a.active {
  color: #088747;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a.active:after {
  height: 0;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a.active + div > ul {
  display: block;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .info {
  display: none;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul {
  display: none;
  padding: 15px 10px 15px 35px;
  background: #f6f6f6;
  border-top: 1px solid #d8d8d8;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li {
  line-height: 24px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a {
  display: block;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:hover {
  color: #222;
  font-weight: 400;
}

.container {
  position: relative;
  padding-bottom: 50px;
}

.container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background: #f2f3f5;
  z-index: -1;
}

.container .lnb {
  display: none;
}

.container .content .location {
  height: 41px;
  text-align: right;
}

.container .content .location ul {
  font-size: 0;
}

.container .content .location ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 41px;
}

.container .content .location ul > li:not(:last-child) {
  margin-right: 36px;
}

.container .content .location ul > li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -29px;
  top: 0;
  width: 21px;
  height: 41px;
  background: url("../images/ico_loc_arr.png");
  background-size: 21px;
}

.container .content .location ul > li:last-child {
  color: #0a3a61;
  font-weight: 400;
}

.container .content .location ul > li.home {
  width: 12px;
  height: 41px;
  background: url("../images/ico_home.png") 0 50% no-repeat;
  background-size: 12px;
}

.container .content .tit_area {
  border-bottom: 1px solid #d8d8d8;
  padding: 26px 0 15px;
}

.container .content .tit_area h3 {
  font-size: 28px;
  color: #222;
  font-weight: 600;
}

.container .content .tit_area > .sns_area {
  margin-top: 13px;
  font-size: 0;
}

.container .content .tit_area > .sns_area > li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
}

.container .content .tit_area > .sns_area > li:not(:first-child) {
  margin-left: 5px;
}

.container .content .tit_area > .sns_area > li > a,
.container .content .tit_area > .sns_area > li button {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.container .content .tit_area > .sns_area > li > a.print,
.container .content .tit_area > .sns_area > li button.print {
  background-image: url("../images/btn_print_m.png");
}

.container .content .tit_area > .sns_area > li > a.pdf,
.container .content .tit_area > .sns_area > li button.pdf {
  background-image: url("../images/btn_pdf_m.png");
}

.container .content .tit_area > .sns_area > li > a.image,
.container .content .tit_area > .sns_area > li button.image {
  background-image: url("../images/btn_image_m.png");
}

.container .content .tit_area > .sns_area > li > a.url,
.container .content .tit_area > .sns_area > li button.url {
  background-image: url("../images/btn_url_m.png");
}

.container .content .tit_area > .sns_area > li > a.share,
.container .content .tit_area > .sns_area > li button.share {
  background-image: url("../images/btn_share_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share {
  position: relative;
}

.container .content .tit_area > .sns_area > li.btn_share > a.active {
  background-image: url("../images/share_close_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share > a.active + .share_sns {
  display: block;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns {
  display: none;
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
  height: 30px;
  padding: 7px 15px;
  background: #fff;
  border: 1px solid #212e4e;
  border-radius: 15px;
  font-size: 0;
  width: 161px;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li {
  display: inline-block;
  vertical-align: middle;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li:not(:first-child) {
  margin-left: 15px;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a {
  display: block;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.facebook {
  width: 8px;
  background-image: url("../images/sns_facebook_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.in {
  width: 13px;
  background-image: url("../images/sns_in_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.twitter {
  width: 16px;
  background-image: url("../images/sns_twitter_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.weibo {
  width: 17px;
  background-image: url("../images/sns_weibo_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.wechat {
  width: 15px;
  background-image: url("../images/sns_wechat_m.png");
}

.container .content .con_body {
  padding: 30px 0 0;
}

.footer {
  background: #1b1e24;
  text-align: center;
  padding: 20px 0 22px;
}

.footer .foot_logo {
  display: inline-block;
  width: 62px;
  height: 28px;
  background: url("../images/foot_logo_m.png") 0 0 no-repeat;
  background-size: 61px;
}

.footer .foot_con .wa {
  width: auto;
  height: 50px;
  margin: 20px 0 0;
}

.footer .sns {
  margin-top: 20px;
  font-size: 0;
}

.footer .sns > li {
  display: inline-block;
  vertical-align: middle;
}

.footer .sns > li:not(:first-child) {
  margin-left: 10px;
}

.footer .sns > li > a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px;
}

.footer .sns > li > a.facebook {
  background-image: url("../images/foot_facebook_m.png");
}

.footer .sns > li > a.in {
  background-image: url("../images/foot_in_m.png");
}

.footer .sns > li > a.insta {
  background-image: url("../images/foot_insta_m.png");
}

.footer .sns > li > a.youtube {
  background-image: url("../images/foot_youtube_m.png");
}

.footer .info {
  margin-top: 12px;
}

.footer .info > li {
  font-size: 12px;
  line-height: 17px;
  color: #bbb;
}

.footer .info > li.address span {
  display: none;
}

.footer .info > li:not(.address) {
  display: inline-block;
}

.footer .info > li:not(.address) span {
  display: inline-block;
}

.footer .info > li:not(.address) span:after {
  content: ":";
  display: inline-block;
  margin: 0 2px;
  vertical-align: 1px;
}

.footer .util_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

.footer .util_menu > li:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 5px 0 8px;
  background: #fff;
}

.footer .util_menu a {
  color: #fff;
}

.footer p.copyright {
  color: #bbb;
  line-height: 17px;
}

:lang(en) .header h1.logo {
  /* width: 131px;
	height: 28px;
	background: url("../images/eng/logo_m.png") 0 0 no-repeat;
	background-size: 131px; */
  width: 58px;
  height: 27px;
  background: url("../images/logo_m.png") 0 0 no-repeat;
  background-size: 58px;
}

@media all and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .pc-content {
    display: block !important;
  }

  .m-content {
    display: none !important;
  }

  .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: #088747;
  }

  .container {
    position: relative;
    padding-bottom: 90px;
  }

  .container:before {
    height: 59px;
  }

  .container .inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .container .lnb {
    float: left;
    display: block;
    width: 260px;
  }

  .container .lnb > h2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 186px;
    background: url("../images/bg_lnb.jpg") 0 0 no-repeat;
    border-radius: 0 0 5px 5px;
    padding: 78px 34px 33px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    font-family: "Noto Sans", "Noto Sans KR";
  }

  .container .lnb > h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 2px;
    height: 68px;
    background: #fff;
  }

  .container .lnb > ul {
    margin-top: 10px;
  }

  .container .lnb > ul > li:not(:first-child) {
    margin-top: 5px;
  }

  .container .lnb > ul > li > a {
    position: relative;
    display: block;
    border: 2px solid #eee;
    border-radius: 4px;
    padding: 13px 40px 17px 20px;
    font-size: 17px;
    color: #333;
  }

  .container .lnb > ul > li > a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background-image: url("../images/ico_lnb.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .container .lnb > ul > li > a.active {
    border-color: #088747;
    color: #088747;
    font-weight: 500;
  }

  .container .lnb > ul > li > a.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-image: url("../images/ico_lnb_on.png");
  }

  .container .lnb > ul > li > a.active + ul {
    display: block;
  }

  .container .lnb > ul > li > a:hover {
    border-color: #088747;
    color: #088747;
    font-weight: 500;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .container .lnb > ul > li > a:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-image: url("../images/ico_lnb_on.png");
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .container .lnb > ul > li > ul {
    display: none;
    padding: 15px 20px;
    background: #f6f6f6;
    border-radius: 4px;
  }

  .container .lnb > ul > li > ul > li:not(:first-child) {
    margin-top: 6px;
  }

  .container .lnb > ul > li > ul > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }

  .container .lnb > ul > li > ul > li > a:before {
    content: "";
    display: inline-block;
    vertical-align: 3px;
    width: 7px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/ico_depth.png");
    margin-right: 6px;
  }

  .container .lnb > ul > li > ul > li > a.active {
    color: #222;
    font-weight: 400;
  }

  .container .lnb > ul > li > ul > li > a.active:before {
    background-image: url("../images/ico_depth_on.png");
  }

  .container .lnb > ul > li > ul > li > a:hover {
    color: #222;
    font-weight: 400;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }

  .container .lnb > ul > li > ul > li > a:hover:before {
    background-image: url("../images/ico_depth_on.png");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .container .content {
    float: right;
    width: 1120px;
  }

  .container .content .location {
    height: 59px;
    text-align: right;
  }

  .container .content .location ul {
    font-size: 0;
  }

  .container .content .location ul > li {
    font-size: 15px;
    line-height: 59px;
  }

  .container .content .location ul > li:not(:last-child) {
    margin-right: 51px;
  }

  .container .content .location ul > li:not(:last-child):after {
    right: -42px;
    width: 30px;
    height: 59px;
    background-size: auto;
  }

  .container .content .location ul > li.home {
    width: 16px;
    height: 59px;
    background-size: auto;
  }

  .container .content .tit_area {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding: 47px 240px 20px 0;
  }

  .container .content .tit_area h3 {
    font-size: 40px;
  }

  .container .content .tit_area > .sns_area {
    position: absolute;
    right: 0;
    bottom: 25px;
    margin-top: 0;
    font-size: 0;
  }

  .container .content .tit_area > .sns_area > li {
    width: 43px;
    height: 43px;
  }

  .container .content .tit_area > .sns_area > li > a,
  .container .content .tit_area > .sns_area > li button {
    background-size: auto;
  }

  .container .content .tit_area > .sns_area > li > a.print,
  .container .content .tit_area > .sns_area > li button.print {
    background-image: url("../images/btn_print.png");
  }

  .container .content .tit_area > .sns_area > li > a.pdf,
  .container .content .tit_area > .sns_area > li button.pdf {
    background-image: url("../images/btn_pdf.png");
  }

  .container .content .tit_area > .sns_area > li > a.image,
  .container .content .tit_area > .sns_area > li button.image {
    background-image: url("../images/btn_image.png");
  }

  .container .content .tit_area > .sns_area > li > a.url,
  .container .content .tit_area > .sns_area > li button.url {
    background-image: url("../images/btn_url.png");
  }

  .container .content .tit_area > .sns_area > li > a.share,
  .container .content .tit_area > .sns_area > li button.share {
    background-image: url("../images/btn_share.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share > a.active {
    background-image: url("../images/share_close.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns {
    left: auto;
    right: calc(100% + 5px);
    height: 43px;
    padding: 10px 20px;
    border-radius: 25px;
    width: 205px;
    text-align: center;
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li {
    display: inline-block;
    vertical-align: middle;
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a {
    background-size: auto;
    height: 21px;
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.facebook {
    width: 11px;
    background-image: url("../images/sns_facebook.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.in {
    width: 17px;
    background-image: url("../images/sns_in.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.twitter {
    width: 21px;
    background-image: url("../images/sns_twitter.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.weibo {
    width: 23px;
    background-image: url("../images/sns_weibo.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.wechat {
    width: 24px;
    background-image: url("../images/sns_wechat.png");
  }

  .container .content .con_body {
    padding: 50px 0 0;
  }

  .footer {
    text-align: left;
    padding: 40px 0;
  }

  .footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .foot_logo {
    display: block;
    width: 95px;
    height: 43px;
    background: url("../images/foot_logo.png") 0 0 no-repeat;
    background-size: auto;
  }

  .footer .foot_con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-right: 220px;
    margin-left: 40px;
  }

  .footer .sns {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  .footer .sns > li > a {
    display: block;
    width: 46px;
    height: 46px;
    background-position: 0 50%;
    background-size: auto;
  }

  .footer .sns > li > a.facebook {
    background-image: url("../images/foot_facebook.png");
  }

  .footer .sns > li > a.in {
    background-image: url("../images/foot_in.png");
  }

  .footer .sns > li > a.insta {
    background-image: url("../images/foot_insta.png");
  }

  .footer .sns > li > a.youtube {
    background-image: url("../images/foot_youtube.png");
  }

  .footer .info {
    margin-top: 0;
  }

  .footer .info > li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #aaa;
  }

  .footer .info > li:not(:nth-child(-n + 2)) {
    margin-top: 4px;
  }

  .footer .info > li:not(:nth-child(2n)) {
    margin-right: 23px;
  }

  .footer .info > li span {
    color: #fff;
    font-weight: 400;
    margin-right: 20px;
  }

  .footer .info > li.address span {
    display: inline-block;
  }

  .footer .info > li:not(.address) span:after {
    display: none;
  }

  .footer .info > li.email {
    display: block;
  }

  .footer .util_menu {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 0 10px;
  }

  .footer .util_menu > li:not(:last-child)::after {
    height: 12px;
    margin: 0 9px 0 12px;
  }

  .footer .util_menu a {
    color: #fff;
  }

  .footer p.copyright {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
    color: #fff;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1280px), print {
  :lang(en) .header h1.logo {
    /* width: 232px;
		height: 43px;
		background: url("../images/eng/logo.png") 0 0 no-repeat;
		background-size: auto; */
    width: 95px;
    height: 43px;
    background: url("../images/eng/logo.png") 0 0 no-repeat;
    background-size: auto;
  }
}

.blind {
  position: absolute;
  left: -1000%;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.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;
}

.v_btm {
  vertical-align: bottom;
}

.fwl {
  font-weight: 300 !important;
}

.fwr {
  font-weight: 400 !important;
}

.fwm {
  font-weight: 500 !important;
}

.fwb {
  font-weight: 700 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.color-navy {
  color: #212e4e;
}

.color-green {
  color: #088747;
}

.color-black {
  color: #222;
}

.color-default {
  color: #666;
}

.color-blue {
  color: #0060ca;
}

.bg-navy {
  background: #0a3a61;
}

.bg-blue {
  background: #0060ca;
}

.bg-green {
  background: #088747;
}

.txt_underline {
  text-decoration: underline !important;
}

.d_b {
  display: block;
}

.d_i_b {
  display: inline-block;
}

.list01 > li {
  position: relative;
  padding-left: 7px;
}

.list01 > li:not(:first-child) {
  margin-top: 3px;
}

.list01 > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

.list01 > li > strong {
  font-weight: 400;
  color: #222;
}

.list01 .list02 {
  margin-top: 4px;
}

.list02 > li {
  position: relative;
  padding-left: 10px;
}

.list02 > li:not(:first-child) {
  margin-top: 3px;
}

.list02 > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #666;
}

.num_list > li {
  counter-increment: list;
}

.num_list > li:before {
  content: counter(list) ".";
  display: inline-block;
  margin-right: 3px;
}

.num_list > li:not(:first-child) {
  margin-top: 4px;
}

.search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #222;
  background: #f6f6f6;
  padding: 17px;
  font-size: 0;
}

.search_wrap > div {
  display: block;
}

.search_wrap > div + div {
  margin-left: 5px;
}

.search_wrap > div.select_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_wrap > div.select_form .select_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search_wrap > div.txt_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search_wrap > div.txt_form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50px;
}

.search_wrap.search02 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search_wrap.search02 > div {
  width: 100%;
  margin-left: 0;
}

.search_wrap.search02 > div + div {
  margin-top: 5px;
}

.search_wrap.search02 > div.txt_form {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.select_box {
  min-width: 85px;
  padding: 0 25px 0 10px;
  background-color: #fff;
  background-image: url("../images/ico_select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) 50%;
  background-size: 10px;
  height: 37px;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 13px;
}

.select_box + button.number_per_page {
  padding: 8px;
  background: #0a3a61;
  color: #fff;
  font-size: 13px;
  width: fit-content;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 42px;
  height: 44px;
  display: inline-block;
  margin-top: -6px;
}

.select_box + button.number_per_page:focus-visible {
  outline-offset: 1px;
  outline: 3px dotted #000;
}

.select_box + .select_box {
  margin-left: 5px;
}

.txt_input {
  padding: 0 10px;
  height: 37px;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 13px;
}

.txt_input + .btn_search {
  margin-left: 5px;
}

.txt_input + .btn_search:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 2px;
}

.txt_area {
  border: 1px solid #d9d9d9;
  padding: 10px;
  height: 148px;
  overflow-y: auto;
  border-radius: 0;
}

.btn_search {
  min-width: 65px;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  line-height: 37px;
  background: #555;
  color: #fff;
  font-size: 13px;
}

.btn_search:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/ico_search.png") 0 0 no-repeat;
  background-size: 13px;
  vertical-align: -2px;
  margin-left: 4px;
}

.board_top {
  margin: 20px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.board_top .l {
  margin-right: auto;
}

.board_top .l span {
  color: #0a3a61;
  font-weight: 500;
}

.board_top .r {
  margin-left: auto;
}

.gallery_board > li {
  margin-top: 25px;
  border-bottom: 1px solid #d7dbe2;
}

.gallery_board > li:first-child {
  margin-top: 0;
}

.gallery_board > li > a {
  display: block;
}

.gallery_board > li > a .img img {
  width: 100%;
}

.gallery_board > li > a .txt {
  padding: 12px 0 21px;
}

.gallery_board > li > a .txt .tit {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery_board > li > a .txt .category {
  display: block;
  font-size: 14px;
  color: #088747;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
}

.gallery_board > li > a .txt span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.gallery_board > li > a .txt span + span {
  margin-left: 26px;
}

.gallery_board > li > a .txt span + span:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #aaa;
}

.paging_wrap {
  margin-top: 17px;
  text-align: center;
  font-size: 0;
}

.paging_wrap > a {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-size: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.paging_wrap > a + a {
  margin-left: 10px;
}

.paging_wrap > a.first {
  background-image: url("../images/btn_first.png");
}

.paging_wrap > a.prev {
  background-image: url("../images/btn_prev.png");
}

.paging_wrap > a.next {
  background-image: url("../images/btn_next.png");
}

.paging_wrap > a.last {
  background-image: url("../images/btn_last.png");
}

.paging_wrap ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 10px;
}

.paging_wrap ul > li {
  display: inline-block;
  line-height: 28px;
}

.paging_wrap ul > li > a,
.paging_wrap ul > li strong {
  display: block;
  font-size: 13px;
  padding: 0 10px;
}

.paging_wrap ul > li strong {
  color: #ce2b2c;
  font-weight: 400;
}

.board_view {
  border-bottom: 1px solid #d8d8d8;
}

.board_view .view_top {
  border-top: 2px solid #222;
  background: #f0f3fa;
  padding: 20px 15px;
}

.board_view .view_top .tit {
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.board_view .view_top .view_info {
  margin-top: 4px;
}

.board_view .view_top .view_info span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.board_view .view_top .view_info span strong {
  color: #222;
  font-weight: 400;
}

.board_view .view_top .view_info span:not(:last-child) {
  margin-right: 25px;
}

.board_view .view_top .view_info span:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -15px;
  width: 1px;
  height: 10px;
  background: #aaa;
}

.board_view .view_con {
  padding: 30px 0 25px;
}

.board_view .view_con img {
  max-width: 100% !important;
}

.board_view .view_con ul:not(.file_download),
.board_view .view_con ol:not(.file_download),
.board_view .view_con li:not(.file_download li) {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.youtube_con .video {
  width: 100%;
}

.youtube_con .video > * {
  width: 100%;
}

.youtube_con .txt {
  margin-top: 20px;
  height: 125px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #d8d8d8;
}

.file_download {
  padding: 17px 20px;
  background: #f6f6f6;
  margin-top: 30px;
}

.file_download > li {
  position: relative;
  padding-left: 23px;
}

.file_download > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 14px;
  background: url("../images/ico_download.png") 0 0 no-repeat;
  background-size: 16px;
}

.file_download > li:not(:first-child) {
  margin-top: 3px;
}

.file_download > li a {
  display: inline-block;
  margin-left: 8px;
  text-decoration: underline;
  font-weight: 400;
}

.file_download > li a + a {
  margin-left: 1px;
}

.board_btm_btn {
  text-align: center;
  margin-top: 17px;
}

.btn {
  display: inline-block;
  min-width: 98px;
  padding: 0 10px;
  line-height: 41px;
  text-align: center;
  font-weight: 400;
}

.btn.btn_black {
  background: #1b1e24;
  color: #fff;
}

.btn.btn_black:focus {
  outline: 3px dotted #000;
}

.btn.btn_green {
  background: #088747;
  color: #fff;
}

.tab_btn ul {
  font-size: 0;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

.tab_btn ul li {
  position: relative;
  width: 50%;
  display: inline-block;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.tab_btn ul li > a {
  display: block;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 41px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li:before {
  content: "";
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
  left: -1px;
  height: calc(100% + 2px);
  background: #212e4e;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 0;
  background: url("../images/ico_tab_on.png") 0 0 no-repeat;
  background-size: 10px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li.active {
  z-index: 1;
}

.tab_btn ul li.active:before {
  opacity: 1;
}

.tab_btn ul li.active:after {
  height: 5px;
  opacity: 1;
}

.tab_btn ul li.active > a {
  color: #fff;
  font-weight: 500;
}

.tab_btn ul li.active > a:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 3px;
}

.tab_btn ul li:hover {
  z-index: 1;
}

.tab_btn ul li:hover:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li:hover:after {
  height: 5px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}

.tab_btn ul li:hover > a {
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.list_board > li {
  padding: 17px;
  border: 1px solid #d6d6d6;
}

.list_board > li:not(:first-child) {
  margin-top: 12px;
}

.list_board > li:hover {
  background: #f0f3fa;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.list_board > li .num {
  display: inline-block;
  border-bottom: 1px solid #d7dbe2;
}

.list_board > li .num span {
  color: #444;
  font-weight: 400;
}

.list_board > li .num strong {
  color: #212e4e;
  font-size: 15px;
  font-weight: 500;
}

.list_board > li .num + .txt {
  margin-top: 10px;
}

.list_board > li .txt .tit {
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.list_board > li .txt .tit .category {
  color: #088747;
}

.list_board > li .txt .tit .new_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/ico_new_m.png");
  background-size: 100%;
  text-indent: -9999px;
  font-size: 0;
  margin-top: -5px;
}

.list_board > li .txt .list01 {
  margin-top: 5px;
}

.list_board > li .txt .list01 > li {
  display: inline-block;
  margin-top: 0;
}

.list_board > li .txt .list01 > li span {
  color: #222;
  font-weight: 400;
}

.list_board > li .txt .list01 > li:not(:last-child) {
  margin-right: 12px;
}

.faq_list > li {
  border: 1px solid #d8d8d8;
}

.faq_list > li:not(:first-child) {
  margin-top: 12px;
}

.faq_list > li .q_box,
.faq_list > li .a_box {
  position: relative;
}

.faq_list > li .q_box {
  display: block;
  padding: 17px 50px 17px 65px;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.faq_list > li .q_box .cate {
  top: 13px;
  color: #666;
  padding: 5px 17px 0 0;
}

.faq_list > li .q_box .cate:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 30px;
  background: #d7dbe2;
}

.faq_list > li .q_box:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  background-image: url("../images/ico_faq_m.png");
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.faq_list > li .q_box.active .cate {
  color: #212e4e;
}

.faq_list > li .q_box.active:after {
  background-image: url("../images/ico_faq_m_on.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.faq_list > li .q_box.active + .a_box {
  display: block;
}

.faq_list > li .a_box {
  display: none;
  padding: 15px 17px 17px 46px;
  background: #f0f3fa;
}

.faq_list > li .a_box .cate {
  color: #0060ca;
}

.faq_list > li .cate {
  position: absolute;
  top: 17px;
  left: 17px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

.tit01 {
  line-height: 1;
  font-size: 19px;
  color: #212e4e;
  font-weight: 700;
  margin-bottom: 17px;
}

.tit02 {
  position: relative;
  line-height: 1;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  padding-left: 16px;
  margin-bottom: 15px;
}

.tit02:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../images/ico_tit.png") 0 0 no-repeat;
  background-size: 15px;
}

.tit03 {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 1;
  color: #222;
  font-weight: 500;
  margin-bottom: 7px;
  min-height: 14px;
}

.tit03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/ico_tit02.png") 0 0 no-repeat;
  background-size: 14px;
}

.section + .section {
  margin-top: 35px;
}

/*
.bg_gray .table th {background:#bec1c7; border-bottom:1px solid #808080;}
.bg_gray .table td { border-bottom:1px solid #a8a8a8;}
.bg_gray .table table tbody td:not(:last-child) {border-right:1px solid #a8a8a8;}
.bg_gray .table table tbody td:not(:first-child) {border-left: 1px solid #a8a8a8;}
.bg_gray .table table thead th:not(:first-child) {border-left: 1px solid #bec1c7;}
.bg_gray .table table tbody th:not(:last-child) {border-left: 1px solid #bec1c7; border-bottom:1px solid #a8a8a8; } */
.table {
  position: relative;
  overflow: auto;
}

.table table {
  border-top: 2px solid #222;
  border-bottom: 1px solid #d8d8d8;
}

.table table thead th {
  background: #f0f3fa;
  font-weight: 500;
  color: #212e4e;
  padding: 16px 5px;
  border-bottom: 1px solid #808080;
}

.table table thead th:not(:first-child) {
  border-left: 1px solid #d8d8d8;
}

.table table thead th:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 15px;
  background: #808080;
}

.table table tbody th {
  background: #f6f6f6;
  color: #222;
  font-weight: 500;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
}

.table table tbody td {
  padding: 10px 15px;
  border-bottom: 1px solid #d8d8d8;
}

.table table tbody td:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.table table tbody td .select_box {
  width: 100%;
}
.table table thead th.selected {
  background: #088747;
  border-right: 2px solid #088747;
  color: #fff;
}
.table table tbody td.selected {
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACxJREFUGFdjZMACnn17958RXRwkKMUlxIgiARMEKYZLIAvCJdAFwRLYBEESAOsrF9BWbJm9AAAAAElFTkSuQmCC);
  font-weight: 500;
  color: #088747;
  border: 2px solid #088747;
  border-bottom: 1px solid #d8d8d8;
  border-top: 0;
}
.table table tbody td.selected.last {
  border-bottom: 2px solid #088747;
}

.table table tbody td .txt_input {
  width: 100%;
}

.table.table02 thead th {
  padding: 10px;
}

.table.table02 thead th:not(:last-child) {
  border-right: 1px solid #aaa;
}

.table.table02 thead th:after {
  display: none;
}

.table.table02 tbody th {
  padding: 10px;
}

.table.table02 tbody td {
  text-align: center;
  padding: 10px;
}

.tbl_btm {
  margin-top: 7px;
}

.invest_cate {
  display: inline-block;
  padding: 0 13px;
  line-height: 26px;
  background: #212e4e;
  font-size: 12px;
  color: #fff;
  margin: 0 4px 5px 0;
  border-radius: 4px;
  vertical-align: top;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_box .l {
  margin-right: auto;
}

.flex_box .r {
  margin-left: auto;
}

.normal_txt + .normal_txt {
  margin-top: 6px;
}

.email_box .l {
  position: relative;
  padding-right: 21px;
}

.email_box .l:after {
  content: "@";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.email_box .l .txt_input {
  width: 100%;
}

.email_box .r {
  margin-top: 7px;
}

.email_box .r .txt_input {
  margin-top: 7px;
}

.privacy_box {
  margin-top: 15px;
  border: 1px solid #d8d8d8;
}

.privacy_box .info {
  background: #f6f6f6;
  padding: 17px 15px;
}

.privacy_box .info strong {
  font-weight: 400;
  color: #222;
}

.privacy_box .chk_box {
  padding: 15px;
}

.chk_item {
  display: block;
}

.chk_item input[type="checkbox"] {
  display: block;
  width: 0px;
  height: 1px;
}

.chk_item input[type="checkbox"]:checked + label {
  background-image: url("../images/ico_chk_on.jpg");
}

.chk_item input[type="checkbox"]:focus-visible + label {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.chk_item label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  background: 0 2px no-repeat;
  background-size: 17px;
  background-image: url("../images/ico_chk.jpg");
}

.chk_item + .chk_item {
  margin-top: 7px;
}

.img_box {
  position: relative;
  font-size: 0;
}

.img_box img {
  width: 100%;
}

.img_box .btn_img_size {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 15px;
  line-height: 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.img_box .btn_img_size:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/ico_size.png") 0 0 no-repeat;
  background-size: 17px;
  margin-right: 5px;
}

.box_gray {
  background: #f6f6f6;
  padding: 17px 15px;
}

.box_gray.bg_lightgray {
  background: #fcfcfc;
}

.tbl_bg_tit {
  background: #0060ca;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-weight: 500;
}

.tbl_bg_tit + .table table {
  border-top: 0;
}

.btn_down:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../images/ico_download_w.png") 0 50% no-repeat;
  background-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
}

.m-scroll {
  min-width: 640px;
}

.info-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/ico_tbl_scroll.png") 50% 50% no-repeat;
  background-size: 79px;
}

.ceo_txt h4 {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
  font-size: 27px;
  color: #0060ca;
}

.ceo_txt .l {
  margin-bottom: 15px;
}

.ceo_txt .first_txt {
  font-size: 14px;
}

.ceo_sign img {
  width: 120px;
}

/*ict*/
.ict_box {
  margin-top: 65px;
  display: flex;
}
.ict_box li {
  display: block;
  width: 100%;
  min-height: 323px;
  margin-right: 0.8%;
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  text-align: center;
  vertical-align: top;
  padding: 30px 20px;
}
.ict_box li:last-child {
  margin-right: 0;
}
.ict_box li > img {
  margin-bottom: 30px;
}
.ict_box li p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.ict_box li p:after {
  content: "";
  display: block;
  margin: 15px auto 15px;
  width: 14px;
  height: 1px;
  background: #b8b8b8;
}
.ict_box li strong {
  font-size: 20px;
  color: #15395d;
  font-weight: 600;
}
.ict_box li strong > span {
  font-size: 30px;
}
.ict_box2 {
  display: flex;
  margin-top: 65px;
}
.ict_box2 li {
  width: 100%;
  min-height: 315px;
  margin-right: 0.8%;
  border-radius: 15px;
  padding: 20px 0;
  box-sizing: border-box;
  color: #fff;
  background: #088747;
  vertical-align: top;
  text-align: center;
}
.ict_box2 li:nth-child(4) {
  background: #088747;
}
.ict_box2 li:nth-child(2),
.ict_box2 li:nth-child(4) {
  background: #006faf;
}
.ict_box2 li:nth-child(3),
.ict_box2 li:nth-child(6) {
  background: #15395d;
}
.ict_box2 li.last {
  margin-right: 0;
}
.ict_box2 li .icon {
  display: block;
  margin: 15px 0 25px 0;
  text-align: center;
}
.ict_box2 li p {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.ict_box2 li p:after {
  content: "";
  display: block;
  margin: 0 auto 15px;
  background: #fff;
  width: 15px;
  height: 1px;
  margin: 15px auto 15px;
}
.ict_box2 li strong {
  font-size: 30px;
  color: #fff;
}
.ict_box2 li strong > span {
  font-weight: 300;
  font-size: 14px;
}
.ict_box2 li.last strong {
  font-size: 15px;
}
.ict_box2.type02 li {
  margin-right: 2%;
}
.rnd_box.type03 {
  display: flex;
}
.rnd_box.type03 li {
  display: block;
  width: 100%;
}

/*bt*/
.bt_box {
  display: flex;
  margin-top: 20px;
}
.bt_box li {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  font-weight: 600;
  color: #fff;
  background: #088747;
  margin-right: 1.8%;
  padding: 40px;
}
.bt_box li img {
  margin-bottom: 20px;
}
.bt_box li:nth-child(2) {
  background: #006faf;
}
.bt_box li:nth-child(3) {
  background: #15395d;
}
.bt_box li p {
  font-size: 18px;
}
.bt_box li p:after {
  content: "";
  display: block;
  margin: 20px auto 20px;
  width: 14px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.bt_box li strong {
  font-size: 30px;
  color: #fff;
}
.bt_box li span {
  font-size: 20px;
  font-weight: 500;
}

/*rnd*/
.rnd_box {
  margin-top: 15px;
}
.rnd_box li {
  display: inline-block;
  width: calc(25% - 1.5%);
  min-height: 318px;
  margin-right: 1.5%;
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  text-align: center;
  vertical-align: top;
  padding: 30px 17px;
}
.rnd_box.type02 li {
  min-height: 432px;
}
.rnd_box li:last-child {
  margin-right: 0;
}
.rnd_box li > img {
  margin-bottom: 30px;
}
.rnd_box li p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.rnd_box li p:after {
  content: "";
  display: block;
  margin: 15px auto 15px;
  width: 14px;
  height: 1px;
  background: #b8b8b8;
}
.rnd_box li strong {
  font-size: 20px;
  color: #15395d;
  font-weight: 600;
}
.rnd_box li strong > span {
  font-size: 30px;
}
.rnd_box li span.txt {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.rnd_box li span.s-txt {
  font-size: 15px;
  letter-spacing: -0.6px;
}

/*beauty*/
.beauty_box {
  margin-top: 15px;
}
.beauty_box li {
  display: inline-block;
  width: calc(25% - 1.5%);
  min-height: 500px;
  margin-right: 1.5%;
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  text-align: center;
  vertical-align: top;
  padding: 30px 17px;
}
.beauty_box li:last-child {
  margin-right: 0;
}
.beauty_box li > img {
  margin-bottom: 30px;
}
.beauty_box p {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.8px;
}
.beauty_box li p:after {
  content: "";
  display: block;
  margin: 15px auto 15px;
  width: 14px;
  height: 1px;
  background: #b8b8b8;
}
.beauty_box li strong {
  font-size: 20px;
  color: #15395d;
  font-weight: 600;
}
.beauty_box li strong > span {
  font-size: 30px;
}
.beauty_box li span.txt {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.beauty_box li span.s-txt {
  font-size: 15px;
  letter-spacing: -0.6px;
}

@media screen and (max-width: 1024px), print {
  /*ict*/
  .ict_box {
    display: block;
  }
  .ict_box li {
    display: inline-block;
    width: calc(33.6% - 2%);
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .ict_box li:nth-child(3) {
    margin-right: 0;
  }
  .ict_box2 {
    display: block;
  }
  .ict_box2 li {
    display: inline-block;
    width: calc(33.6% - 2%);
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .ict_box2 li:nth-child(3) {
    margin-right: 0;
  }
  .rnd_box.type03 li:nth-child(2n) {
    margin-right: 3%;
  }

  /*rnd*/
  .rnd_box li {
    width: calc(50% - 2%);
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .rnd_box li:nth-child(2n) {
    margin-right: 0;
  }
  :lang(en) .rnd_box.type02 li {
    height: 445px;
  }
}

@media screen and (max-width: 640px), print {
  /*ict*/
  .ict_box li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .ict_box2 li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .rnd_box.type03 {
    flex-direction: column;
  }

  /*bt*/
  .bt_box {
    flex-direction: column;
  }
  .bt_box li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /*rnd*/
  .rnd_box li,
  .rnd_box.type02 li {
    display: block;
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }
  :lang(en) .rnd_box.type02 li {
    height: auto;
  }
}

@media screen and (min-width: 768px), print {
  .ceo_txt h4 {
    margin-bottom: 27px;
    font-size: 44px;
  }

  .ceo_txt .l {
    float: left;
    margin-bottom: 0;
  }

  .ceo_txt .r {
    display: table-cell;
    padding-left: 37px;
  }

  .ceo_txt .first_txt {
    font-size: 18px;
  }

  .ceo_sign img {
    width: auto;
  }

  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .loader > .spin {
    width: 10em;
    height: 10em;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 10px;
    position: relative;
    top: 50%;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.7);
    border-right: 1.1em solid rgba(255, 255, 255, 0.7);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.7);
    border-left: 1.1em solid #ce2b2c;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
  }

  .loader > .id-msg {
    position: relative;
    top: 53%;
    font-weight: 500;
    color: #fff;
  }

  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .list01 > li {
    padding-left: 10px;
  }

  .list01 > li:not(:first-child) {
    margin-top: 10px;
  }

  .list01 > li:before {
    top: 11px;
    width: 4px;
    height: 4px;
  }

  .list01 .list02 {
    margin-top: 6px;
  }

  .list02 > li {
    padding-left: 12px;
  }

  .list02 > li:not(:first-child) {
    margin-top: 3px;
  }

  .list02 > li:before {
    top: 12px;
    width: 7px;
  }

  .num_list > li:before {
    margin-right: 4px;
  }

  .num_list > li:not(:first-child) {
    margin-top: 7px;
  }

  .search_wrap {
    display: block;
    text-align: center;
    padding: 25px;
  }

  .search_wrap > div {
    display: inline-block;
  }

  .search_wrap > div.select_form {
    display: inline-block;
  }

  .search_wrap > div.txt_form {
    display: inline-block;
  }

  .search_wrap > div.txt_form .txt_input {
    min-width: 300px;
  }

  .search_wrap.search02 > div {
    width: auto;
  }

  .search_wrap.search02 > div + div {
    margin-left: 5px;
    margin-top: 0;
  }

  .select_box {
    min-width: 140px;
    padding: 0 35px 0 15px;
    background-position: calc(100% - 15px) 50%;
    background-size: auto;
    height: 44px;
    font-size: 16px;
  }

  .txt_input {
    padding: 0 20px;
    height: 44px;
    font-size: 16px;
  }

  .txt_area {
    padding: 20px;
    height: 200px;
  }

  .btn_search {
    min-width: 90px;
    padding: 0 20px;
    line-height: 44px;
    font-size: 16px;
  }

  .btn_search:after {
    width: 16px;
    height: 15px;
    background-size: auto;
    vertical-align: -1px;
    margin-left: 7px;
  }

  .board_top {
    margin: 30px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .board_top .l {
    margin-right: auto;
  }

  .board_top .r {
    margin-left: auto;
  }

  .gallery_board {
    font-size: 0;
  }

  .gallery_board > li {
    display: inline-block;
    width: calc((100% / 3) - 20px);
    border-width: 2px;
    margin-top: 0;
  }

  .gallery_board > li:not(:nth-child(3n)) {
    margin-right: 29px;
  }

  .gallery_board > li:not(:nth-child(-n + 3)) {
    margin-top: 40px;
  }

  .gallery_board > li > a {
    display: block;
  }

  .gallery_board > li > a .img {
    display: table-cell;
    width: 354px;
    height: 253px;
    vertical-align: middle;
    text-align: center;
  }

  .gallery_board > li > a .img img {
    max-width: 100%;
    width: auto;
  }

  .gallery_board > li > a .txt {
    padding: 19px 0 34px;
  }

  .gallery_board > li > a .txt .tit {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .gallery_board > li > a .txt .category {
    font-size: 18px;
  }

  .gallery_board > li > a .txt span {
    font-size: 15px;
  }

  .gallery_board > li > a .txt span + span {
    margin-left: 40px;
  }

  .gallery_board > li > a .txt span + span:before {
    left: -20px;
    margin-top: -6px;
    height: 13px;
  }

  .paging_wrap {
    margin-top: 25px;
  }

  .paging_wrap > a {
    width: 35px;
    height: 35px;
    background-size: auto;
  }

  .paging_wrap ul {
    margin: 0 15px;
  }

  .paging_wrap ul > li {
    line-height: 35px;
  }

  .paging_wrap ul > li > a,
  .paging_wrap ul > li strong {
    font-size: 16px;
    padding: 0 15px;
  }

  .board_view .view_top {
    padding: 35px 30px;
  }

  .board_view .view_top .tit {
    font-size: 24px;
  }

  .board_view .view_top .view_info {
    margin-top: 9px;
  }

  .board_view .view_top .view_info span:not(:last-child) {
    margin-right: 35px;
  }

  .board_view .view_top .view_info span:not(:last-child):after {
    margin-top: -6px;
    right: -20px;
    height: 13px;
  }

  .board_view .view_con {
    padding: 50px 0 40px;
  }

  .youtube_con:after {
    content: "";
    display: block;
    clear: both;
  }

  .youtube_con .video {
    position: relative;
    float: left;
    width: calc(100% - 320px);
    height: 0;
    padding-bottom: 40.27%;
  }

  .youtube_con .video > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
  }

  .youtube_con .txt {
    float: left;
    width: 290px;
    margin: 0 0 0 30px;
    height: 451px;
    padding: 20px;
  }

  .file_download {
    padding: 25px;
    margin-top: 50px;
  }

  .file_download > li {
    padding-left: 32px;
  }

  .file_download > li:before {
    width: 22px;
    height: 18px;
    background-size: auto;
  }

  .file_download > li:not(:first-child) {
    margin-top: 9px;
  }

  .file_download > li a {
    margin-left: 14px;
  }

  .file_download > li a + a {
    margin-left: 3px;
  }

  .board_btm_btn {
    text-align: center;
    margin-top: 25px;
  }

  .btn {
    min-width: 120px;
    padding: 0 20px;
    line-height: 50px;
  }

  .tab_btn ul li {
    width: 25%;
  }

  .tab_btn ul li > a {
    padding: 0 15px;
    font-size: 18px;
    line-height: 56px;
  }

  .tab_btn ul li:after {
    margin-left: -6px;
    width: 12px;
    background-size: auto;
  }

  .tab_btn ul li.active:after {
    height: 6px;
  }

  .tab_btn ul li:hover:after {
    height: 6px;
  }

  .list_board > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 25px;
  }

  .list_board > li:not(:first-child) {
    margin-top: 15px;
  }

  .list_board > li .num {
    width: 80px;
    position: relative;
    border-bottom: 0;
    text-align: center;
    padding: 9px 25px 9px 0;
    border-right: 2px solid #d7dbe2;
  }

  .list_board > li .num > * {
    display: block;
  }

  .list_board > li .num strong {
    font-size: 20px;
  }

  .list_board > li .num + .txt {
    margin-top: 0;
    padding-left: 25px;
  }

  .list_board > li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .list_board > li .txt .tit {
    font-size: 20px;
  }

  .list_board > li .txt .tit .new_icon {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    background-image: url("../images/ico_new.png");
    background-size: auto;
  }

  .list_board > li .txt .list01 {
    margin-top: 6px;
  }

  .list_board > li .txt .list01 > li:not(:last-child) {
    margin-right: 16px;
  }

  .faq_list > li:not(:first-child) {
    margin-top: 16px;
  }

  .faq_list > li .q_box {
    padding: 24px 65px 24px 93px;
    font-size: 20px;
  }

  .faq_list > li .q_box .cate {
    top: 15px;
    padding: 8px 26px 0 0;
  }

  .faq_list > li .q_box .cate:after {
    width: 2px;
    height: 48px;
  }

  .faq_list > li .q_box:after {
    right: 25px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-size: auto;
    background-image: url("../images/ico_faq.png");
  }

  .faq_list > li .q_box.active:after {
    background-image: url("../images/ico_faq_on.png");
  }

  .faq_list > li .a_box {
    display: none;
    padding: 24px 25px 25px 67px;
    background: #f0f3fa;
  }

  .faq_list > li .cate {
    top: 27px;
    left: 25px;
    font-size: 24px;
  }

  .tit01 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .tit02 {
    font-size: 18px;
    padding-left: 24px;
    margin-bottom: 20px;
  }

  .tit02:before {
    width: 20px;
    height: 20px;
    background-size: auto;
  }

  .tit03 {
    padding-left: 25px;
    margin-bottom: 10px;
    min-height: 18px;
  }

  .tit03:before {
    width: 18px;
    height: 18px;
    background-size: auto;
  }

  .section + .section {
    margin-top: 60px;
  }

  .table table thead th {
    padding: 15px 20px;
  }

  .table table tbody th {
    padding: 15px 25px;
  }

  .table table tbody td {
    padding: 15px 10px;
  }

  .table table tbody td .select_box {
    width: 400px;
  }

  .table table tbody td .txt_input {
    width: 700px;
  }

  .table.table02 thead th {
    padding: 15px;
  }

  .table.table02 tbody th {
    padding: 15px;
  }

  .table.table02 tbody td {
    padding: 15px 10px;
  }

  .tbl_btm {
    margin-top: 14px;
  }

  .invest_cate {
    padding: 0 15px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 2px 0 0;
    border-radius: 4px;
  }

  .normal_txt + .normal_txt {
    margin-top: 12px;
  }

  .email_box:after {
    content: "";
    display: block;
    clear: both;
  }

  .email_box .l {
    float: left;
    padding-right: 23px;
  }

  .email_box .l .txt_input {
    width: 240px;
  }

  .email_box .r {
    float: left;
    margin: 0 0 0 10px;
  }

  .email_box .r .select_box {
    width: 240px;
  }

  .email_box .r .txt_input {
    margin: 0 0 0 5px;
    width: 300px;
  }

  .privacy_box {
    margin-top: 20px;
  }

  .privacy_box .info {
    padding: 22px 25px;
  }

  .privacy_box .chk_box {
    padding: 20px 25px;
  }

  .chk_item label {
    padding-left: 30px;
    background: 0 3px no-repeat;
    background-size: auto;
    background-image: url("../images/ico_chk.jpg");
  }

  .chk_item + .chk_item {
    margin-top: 8px;
  }

  .box_gray {
    padding: 25px;
  }

  .img_box .btn_img_size {
    display: none;
  }

  .tbl_bg_tit {
    line-height: 54px;
  }

  .need_step_list > li > button.btn_down {
    height: 44px;
    line-height: 44px;
  }

  .btn_down:before {
    width: 22px;
    height: 18px;
    background-size: auto;
    margin-right: 9px;
    vertical-align: -2px;
  }
}

.need_txtbox {
  background-image: url(../images/bg_need_txtbox_m.jpg);
}

.need_type_txt {
  padding: 96px 17px 17px;
  border: 1px solid #d8d8d8;
  background-position: 17px 17px;
  background-repeat: no-repeat;
  background-size: 65px;
}

.need_type_txt h5 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.need_type_txt:not(:last-child) {
  margin-bottom: 15px;
}

.need_bg_type1 {
  background-image: url(../images/ico_need01_type01.png);
}

.need_bg_type2 {
  background-image: url(../images/ico_need01_type02.png);
}

.need_bg_type3 {
  background-image: url(../images/ico_need01_type03.png);
}

.req_list {
  margin: 15px 0 -10px 0;
}

.req_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.req_list > li > span {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 12px 12px 20px;
  border-right: 1px solid #d8d8d8;
}

.req_list > li > span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  width: 3px;
  height: 3px;
  background: #666;
}

.req_list > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  background: #f0f3fa;
  color: #212e4e;
}

.req_list > li > a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  background: url(../images/ico_window.png) no-repeat 0 0;
  background-size: 100%;
}

.need_step_list {
  margin-bottom: -15px;
}

.need_step_list > li {
  margin-bottom: 15px;
  padding: 12px 15px 38px;
  border: 4px solid #eee;
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-repeat: no-repeat;
}

.need_step_list > li > strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.need_step_list > li > span {
  margin-bottom: 12px;
}

.need_step_list > li > button {
  height: 37px;
  line-height: 37px;
}

.need_step_list > li > strong,
.need_step_list > li > span {
  display: block;
}

.bg_need_step1 {
  background-image: url(../images/ico_need01_step01.png);
}

.bg_need_step2 {
  background-image: url(../images/ico_need01_step02.png);
}

.bg_need_step3 {
  background-image: url(../images/ico_need01_step03.png);
}

.bg_need_step4 {
  background-image: url(../images/ico_need01_step04.png);
}

.bg_need_step5 {
  background-image: url(../images/ico_need01_step05.png);
}

.bg_need_step6 {
  background-image: url(../images/ico_need01_step06.png);
}

.need_txt_box {
  padding: 15px;
  background: #f6f6f6;
}

.layer_popup_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layer_popup_wrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layer_popup_wrap .popup {
  width: calc(100% - 30px);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.layer_popup_wrap .pop_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212e4e;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.layer_popup_wrap .pop_header > h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

.layer_popup_wrap .pop_header > button {
  width: 42px;
  height: 50px;
  background: url(../images/btn_popup_close.png) no-repeat 50% 50%;
  background-size: 16px;
}

.layer_popup_wrap .pop_con {
  overflow-y: auto;
  padding: 25px 15px;
  max-height: calc(100vh - 150px);
}

.no_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  border: 1px solid #d7dbe2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stats_seoul:not(:last-child) {
  margin-bottom: 40px;
}

.stats_seoul .stats_tit {
  margin-bottom: 25px;
  padding: 110px 40px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats_seoul .stats_tit.startup1 {
  background-image: url(../images/bg_stats_seoul1_m.jpg);
}

.stats_seoul .stats_tit.startup2 {
  background-image: url(../images/bg_stats_seoul2_m.jpg);
}

.stats_seoul .stats_tit.startup3 {
  background-image: url(../images/bg_stats_seoul3_m.jpg);
}

.stats_seoul .stats_tit.startup4 {
  background-image: url(../images/bg_stats_seoul4_m.jpg);
}

.stats_seoul h4 {
  padding-top: 28px;
  background: #fff;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
  color: #0060ca;
}

.stats_seoul h4::after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  margin-top: 12px;
  background: #0060ca;
}

.stats_seoul h4 > span {
  display: block;
}

.stats_box {
  margin-top: 20px;
}

.stats_box > li {
  padding: 15px 20px;
  background: #212e4e;
}

.stats_box > li:not(:last-child) {
  margin-bottom: 15px;
}

.stats_box > li > span {
  display: block;
}

.lct_box > li {
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
}

.lct_box .bg_lct1 {
  background-image: url(../images/ico_lct1.png);
}

.lct_box .bg_lct2 {
  background-image: url(../images/ico_lct2.png);
}

.lct_box .bg_lct3 {
  background-image: url(../images/ico_lct3.png);
}

.lct_box .bg_lct4 {
  background-image: url(../images/ico_lct4.png);
}

.lct_box .bg_lct5 {
  background-image: url(../images/ico_lct5.png);
}

.lct_box .bg_lct6 {
  background-image: url(../images/ico_lct6.png);
}

.stats_label {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.stats_label > em {
  display: block;
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 12px;
  color: #ddd;
}

.stats_value {
  text-align: right;
  color: #fcc00d;
}

.stats_value > strong {
  margin-right: 3px;
  font-weight: 600;
  font-size: 23px;
  color: inherit;
}

.chart_area {
  margin-top: 25px;
}

.mobile .chart_box:not(:last-child) {
  margin-bottom: 35px;
}

.tit_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tit_top h5 {
  font-weight: 600;
  font-size: 19px;
  color: #212e4e;
}

.startup_link {
  margin-top: 30px;
  padding: 70px 20px 20px;
  border: 4px solid #eee;
  background: url(../images/bg_seoul_startup.png) no-repeat 20px 20px;
  background-size: 150px;
}

.startup_link h5 {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

.startup_link p {
  margin-bottom: 10px;
}

.ico_arrow::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 11px;
  margin-left: 7px;
  background: url(../images/ico_btn_arrow.png) no-repeat 0 0;
}

.sub_service_link {
  display: none;
}

.bor_r {
  border-right: 1px solid #d8d8d8;
}

.round_tit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
  border-radius: 15px;
  background: #15395d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
/*
.round_tit::before,
.round_tit::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 8px;
}

.round_tit::before {
	width: 7px;
	background: #212e4e;
}

.round_tit::after {
	width: 8px;
	border-radius: 15px 0 0 0;
	background: #fff;
}*/

.sub_section {
  margin-bottom: 15px;
}

.table .row_selected th {
  position: relative;
  background: #088747;
  color: #fff;
}

.table .row_selected th::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: calc(100% - 1px);
  height: 100%;
  border: 1px solid #088747;
}

.table .row_selected td {
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACxJREFUGFdjZMACnn17958RXRwkKMUlxIgiARMEKYZLIAvCJdAFwRLYBEESAOsrF9BWbJm9AAAAAElFTkSuQmCC);
  font-weight: 500;
  color: #088747;
}

.table .row_selected td::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  border-style: solid none solid none;
  border-color: #088747;
  border-width: 2px;
}

.table .row_selected td::before {
  top: -1px;
}

.table .row_selected td:last-child::before {
  width: calc(100% - 2px);
  border-right: 2px solid #088747;
}

:lang(en) .tit_top {
  display: block;
}

:lang(en) .tit_top > h5 {
  font-size: 19px;
  letter-spacing: -1px;
}

:lang(en) .tit_top > span {
  display: block;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .sub_section {
    margin-bottom: 50px;
  }

  .round_tit {
    height: 44px;
    padding: 0 30px;
    border-radius: 22px;
  }

  .round_tit::before,
  .round_tit::after {
    bottom: -12px;
    height: 12px;
  }

  .round_tit::before {
    width: 11px;
  }

  .round_tit::after {
    width: 12px;
    border-radius: 15px 0 0 0;
  }

  .sub_service_link img {
    width: 160px;
  }

  .need_txtbox {
    background-image: url(../images/bg_need_txtbox_pc.jpg);
  }

  .need_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .need_type_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 145px 30px 30px;
    background-position: 30px 30px;
    background-size: auto;
  }

  .need_type_txt h5 {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .need_type_txt:not(:last-child) {
    margin: 0 20px 0 0;
  }

  .need_step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }

  .need_step_list > li {
    width: 360px;
    margin: 0 0 20px 20px;
    padding: 20px 25px 27px;
    background-position: calc(100% - 16px) calc(100% - 16px);
  }

  .need_step_list > li > strong {
    margin-bottom: 3px;
    font-size: 18px;
  }

  .need_step_list > li > span {
    margin-bottom: 20px;
  }

  .need_step_list > li > button {
    height: 37px;
    line-height: 37px;
  }

  .need_step_list > li > strong,
  .need_step_list > li > span {
    display: block;
  }

  .need_txt_box {
    padding: 25px;
  }

  .layer_popup_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layer_popup_wrap.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .layer_popup_wrap .popup {
    width: 960px;
  }

  .layer_popup_wrap .pop_header {
    height: 72px;
    font-size: 24px;
  }

  .layer_popup_wrap .pop_header > h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }

  .layer_popup_wrap .pop_header > button {
    width: 75px;
    height: 72px;
    background-size: auto;
  }

  .layer_popup_wrap .pop_con {
    padding: 40px 30px;
    max-height: calc(100vh - 350px);
  }

  .stats_seoul:not(:last-child) {
    margin-bottom: 80px;
  }

  .stats_seoul .stats_tit {
    margin-bottom: 25px;
    padding: 170px 400px 0 0;
    background-size: auto;
  }

  .stats_seoul .stats_tit.startup1 {
    background-image: url(../images/bg_stats_seoul1_pc.jpg);
  }

  .stats_seoul .stats_tit.startup2 {
    background-image: url(../images/bg_stats_seoul2_pc.jpg);
  }

  .stats_seoul .stats_tit.startup3 {
    background-image: url(../images/bg_stats_seoul3_pc.jpg);
  }

  .stats_seoul .stats_tit.startup4 {
    background-image: url(../images/bg_stats_seoul4_pc.jpg);
  }

  .stats_seoul h4 {
    padding: 34px 0 0;
    line-height: 1;
    font-size: 38px;
  }

  .stats_seoul h4::after {
    width: 40px;
    margin-top: 26px;
  }

  .stats_seoul h4 > span {
    display: inline;
  }

  .stats_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stats_box > li {
    width: 360px;
    padding: 25px 30px;
  }

  .stats_box > li:not(:last-child) {
    margin-bottom: 0;
  }

  .stats_box > li > span {
    display: block;
  }

  .stats_label {
    margin-bottom: 45px;
    font-size: 20px;
  }

  .stats_label > em {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .stats_value {
    line-height: 1;
  }

  .stats_value > strong {
    margin-right: 3px;
    font-size: 32px;
  }

  .chart_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 -55px;
  }

  .chart_area.chart_full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chart_area.chart_full .chart_box {
    width: auto;
    margin-left: 0;
  }

  .chart_box {
    width: calc((100% / 2) - 20px);
    margin-bottom: 55px;
  }

  .chart_box:nth-child(2n) {
    margin-left: 40px;
  }

  .tit_top {
    margin-bottom: 17px;
  }

  .tit_top h5 {
    font-size: 24px;
  }

  .startup_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding: 30px 30px 30px 274px;
    background: url(../images/bg_seoul_startup.png) no-repeat 30px 50%;
    background-size: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .startup_link .startplus_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .startup_link h5 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .startup_link p {
    margin-bottom: 0;
  }

  .ico_arrow::after {
    margin-left: 10px;
  }

  .lct_box {
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }

  .lct_box > li {
    width: 360px;
    margin: 20px 0 0 20px;
    background-position: calc(100% - 30px) 30px;
  }

  .lct_box .bg_lct1 {
    background-image: url(../images/ico_lct1.png);
  }

  .lct_box .bg_lct2 {
    background-image: url(../images/ico_lct2.png);
  }

  .lct_box .bg_lct3 {
    background-image: url(../images/ico_lct3.png);
  }

  .lct_box .bg_lct4 {
    background-image: url(../images/ico_lct4.png);
  }

  .lct_box .bg_lct5 {
    background-image: url(../images/ico_lct5.png);
  }

  .lct_box .bg_lct6 {
    background-image: url(../images/ico_lct6.png);
  }

  :lang(en) .tit_top {
    min-height: 52px;
  }

  :lang(en) .layer_popup_wrap .pop_header {
    font-size: 21px;
  }
}

.insen_tit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.insen_tit.bg01 {
  background-image: url("../images/bg_insentive01_m.jpg");
}

.insen_tit.bg02 {
  background-image: url("../images/bg_insentive02_m.jpg");
}

.insen_tit.bg03 {
  background-image: url("../images/bg_insentive03_m.jpg");
}

.insen_tit.bg04 {
  background-image: url("../images/bg_insentive04_m.jpg");
}

.insen_tit.bg05 {
  background-image: url("../images/bg_insentive05_m.jpg");
}

.insen_tit.bg06 {
  background-image: url("../images/bg_insentive06_m.jpg");
}

.insen_tit.bg07 {
  background-image: url("../images/bg_maxmize01_m.jpg");
}

.insen_tit strong {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 16px;
  color: #fff;
  margin-bottom: 13px;
}

.insen_tit strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  width: 25px;
  height: 2px;
  background: #fff;
}

.insentive_box {
  padding: 100px 17px 17px;
  border: 1px solid #d8d8d8;
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 17px 17px;
}

.insentive_box.bg01 {
  background-image: url("../images/ico_support01.png");
}

.insentive_box.bg02 {
  background-image: url("../images/ico_support02.png");
}

.insentive_box.bg03 {
  background-image: url("../images/ico_support03.png");
}

.insentive_box.bg04 {
  background-image: url("../images/ico_support04.png");
}

.insentive_box.bg05 {
  background-image: url("../images/ico_support05.png");
}

.insentive_box.bg06 {
  background-image: url("../images/ico_support06.png");
}

.insentive_box.bg07 {
  background-image: url("../images/ico_support07.png");
}

.insentive_box > strong {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}

.insentive_box + .insentive_box {
  margin-top: 15px;
}

.insentive_box .table table {
  border-top-width: 1px;
}

.category_list {
  font-size: 0;
}

.category_list > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: calc((100% / 3) - 4px);
  vertical-align: top;
  background: #212e4e;
  font-size: 13px;
  color: #fff;
  line-height: 19px;
  height: 51px;
  margin: 5px 5px 0 0;
}

.category_list > li:nth-child(3n) {
  margin-right: 0;
}

.category_list > li:nth-child(-n + 3) {
  margin-top: 0;
}

.invest_info > div {
  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;
  border-radius: 30px;
  line-height: 19px;
  height: 61px;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.invest_info > div.bg_green {
  background: #088747;
}

.invest_info > div.bg_navy {
  background: #212e4e;
}

.invest_info > div + div {
  margin-top: 15px;
}

.place_name {
  padding-top: 66px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 55px;
}

.place_name.bg01 {
  background-image: url("../images/img_place01.png");
}

.place_name.bg02 {
  background-image: url("../images/img_place02.png");
}

.place_name.bg03 {
  background-image: url("../images/img_place03.png");
}

.startup_info {
  padding: 40px 22px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 337px;
  background-color: #f0f3fa;
  background-image: url("../images/bg_startup_m.jpg");
}

.startup_info > strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #212e4e;
  margin-bottom: 13px;
}

.startup_info > strong:after {
  content: "";
  display: block;
  margin-top: 11px;
  width: 25px;
  height: 2px;
  background: #aaa;
}

.startup_info > ul {
  margin-top: 21px;
  text-align: right;
  font-size: 0;
}

.startup_info > ul > li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 12px 15px;
  text-align: center;
  min-width: 120px;
  font-size: 13px;
  color: #212e4e;
}

.startup_info > ul > li > span {
  display: block;
  line-height: 1;
  font-size: 17px;
  color: #088747;
  font-weight: 600;
  margin-bottom: 15px;
}

.startup_info > ul > li:not(:first-child) {
  margin-left: 10px;
}

.startup_list li {
  border: 1px solid #d8d8d8;
  margin-top: 20px;
}

.startup_list li:first-child {
  margin-top: 0;
}

.startup_list li > a {
  display: block;
  text-align: center;
}

.startup_list li > a .info {
  padding: 0 15px;
}

.startup_list li > a .info .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #ccc;
}

.startup_list li > a .info .img img {
  max-width: 100%;
  max-height: 100%;
}

.startup_list li > a .info .tit {
  padding: 13px 0 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.startup_list li > a .info .tit span {
  display: block;
  color: #088747;
}

.startup_list li > a .btm {
  background: #f0f3fa;
  color: #212e4e;
  padding: 12px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.startup_view {
  padding: 0 15px;
  border: 1px solid #d8d8d8;
}

.startup_view .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  height: 140px;
  border-bottom: 1px solid #d7dbe2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.startup_view .img img {
  max-width: 100%;
  max-height: 140px;
}

.startup_view .txt {
  padding: 15px;
}

.find_business > li {
  position: relative;
  margin-top: 30px;
  border: 4px solid #eee;
  padding: 60px 15px 20px;
}

.find_business > li:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 16px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.find_business > li.bg01:before {
  background-image: url("../images/ico_find_business01_m.png");
}

.find_business > li.bg02:before {
  background-image: url("../images/ico_find_business02_m.png");
}

.find_business > li.bg03:before {
  background-image: url("../images/ico_find_business03_m.png");
}

.find_business > li.bg04:before {
  background-image: url("../images/ico_find_business04_m.png");
}

.find_business > li.bg05:before {
  background-image: url("../images/ico_find_business05_m.png");
}

.find_business > li.bg06:before {
  background-image: url("../images/ico_find_business06_m.png");
}

.find_business > li h5 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #0a3a61;
  margin-bottom: 6px;
}

.find_business > li strong {
  display: block;
  font-weight: 400;
  color: #222;
  margin-bottom: 12px;
}

.find_business > li p {
  padding-top: 10px;
  border-top: 1px dashed #d8d8d8;
}

.find_business > li:nth-child(even) h5 {
  color: #088747;
}

.find_area_list > li {
  border: 1px solid #d8d8d8;
}

.find_area_list > li:not(:first-child) {
  margin-top: 10px;
}

.find_area_list > li .l {
  position: relative;
  text-align: center;
  background: #f6f6f6;
  padding: 17px 10px 17px;
  font-weight: 500;
  color: #222;
}

.find_area_list > li .l:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.find_area_list > li .r {
  padding: 17px;
}

.find_area_list > li .r strong {
  display: block;
  line-height: 1;
  font-weight: 400;
  color: #222;
  margin-bottom: 6px;
}

.find_area_list > li.bg01 .l:before {
  background-image: url("../images/ico_find_area01_m.png");
}

.find_area_list > li.bg02 .l:before {
  background-image: url("../images/ico_find_area02_m.png");
}

.find_area_list > li.bg03 .l:before {
  background-image: url("../images/ico_find_area03_m.png");
}

.center_top_info {
  padding: 110px 0 0 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-image: url("../images/bg_center_info_m.jpg");
}

.center_top_info .txt {
  padding: 25px 20px;
  background: #fff;
}

.center_top_info .txt h4 {
  font-size: 27px;
  color: #0060ca;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 600;
}

.center_top_info .txt strong {
  display: block;
  color: #0060ca;
  font-size: 14px;
  font-weight: 400;
}

.box_list > li:not(:first-child) {
  margin-top: 15px;
}

.center_info_list > li {
  background-color: #f0f3fa;
  background-position: 50% 61px;
  background-size: 75px;
  background-repeat: no-repeat;
  padding: 25px 20px;
  text-align: center;
}

.center_info_list > li.bg01 {
  background-image: url("../images/ico_center01_m.png");
}

.center_info_list > li.bg02 {
  background-image: url("../images/ico_center02_m.png");
}

.center_info_list > li.bg03 {
  background-image: url("../images/ico_center03_m.png");
}

.center_info_list > li h5 {
  font-size: 17px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin-bottom: 105px;
}

.center_bor_list > li {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 4px solid #eee;
  padding: 17px 17px 20px;
  background-position: 17px calc(100% - 20px);
  background-size: auto 80px;
  background-repeat: no-repeat;
  min-height: 186px;
}

.center_bor_list > li.bg01 {
  background-image: url("../images/ico_center04.png");
}

.center_bor_list > li.bg02 {
  background-image: url("../images/ico_center05.png");
}

.center_bor_list > li.bg03 {
  background-image: url("../images/ico_center06.png");
}

.center_bor_list > li h5 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.center_bor_list > li h5 span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #666;
  margin-top: 4px;
}

.center_bor_list > li .txt {
  text-align: right;
}

.center_bor_list > li .txt strong {
  display: block;
  font-weight: 400;
  color: #222;
  margin-bottom: 5px;
}

.center_bor_list > li .txt p {
  line-height: 26px;
}

.center_bor_list > li .txt p span {
  color: #0060ca;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.center_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
}

.center_img_list > li {
  width: calc(50% - 15px);
  margin-left: 15px;
  margin-top: 15px;
  background: #f6f6f6;
}

.center_img_list > li .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  color: #fff;
  padding: 20px;
  height: 138px;
}

.center_img_list > li .img span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
  margin-bottom: 9px;
}

.center_img_list > li .img strong {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 21px;
}

.center_img_list > li .img.bg01 {
  background-image: url("../images/img_center01.jpg");
}

.center_img_list > li .img.bg02 {
  background-image: url("../images/img_center02.jpg");
}

.center_img_list > li .img.bg03 {
  background-image: url("../images/img_center03.jpg");
}

.center_img_list > li .img.bg04 {
  background-image: url("../images/img_center04.jpg");
}

.center_img_list > li .img.bg05 {
  background-image: url("../images/img_center05.jpg");
}

.center_img_list > li .img.bg06 {
  background-image: url("../images/img_center06.jpg");
}

.center_img_list > li .txt {
  padding: 10px 15px;
}

.maxmize_data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.maxmize_data_list > li {
  width: calc(50% - 8px);
  margin-right: 15px;
  margin-top: 15px;
  border: 1px solid #d8d8d8;
}

.maxmize_data_list > li:nth-child(2n) {
  margin-right: 0;
}

.maxmize_data_list > li:nth-child(-n + 2) {
  margin-top: 0;
}

.maxmize_data_list > li > a {
  display: block;
  text-align: center;
}

.maxmize_data_list > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.maxmize_data_list > li > a.bg01:before {
  background-image: url("../images/ico_maxmize01.png");
}

.maxmize_data_list > li > a.bg02:before {
  background-image: url("../images/ico_maxmize02.png");
}

.maxmize_data_list > li > a.bg03:before {
  background-image: url("../images/ico_maxmize03.png");
}

.maxmize_data_list > li > a.bg04:before {
  background-image: url("../images/ico_maxmize04.png");
}

.maxmize_data_list > li > a.bg05:before {
  background-image: url("../images/ico_maxmize05.png");
}

.maxmize_data_list > li > a strong {
  display: block;
  line-height: 35px;
  background: #f0f3fa;
  color: #222;
  font-weight: 400;
  border-top: 1px solid #d8d8d8;
}

.offer_list.box_list > li {
  position: relative;
  margin-top: 17px;
  padding-top: 21px;
}

.offer_list.box_list > li:first-child {
  margin-top: 0;
}

.offer_list.box_list > li h5 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -95px;
  border-radius: 25px;
  width: 190px;
  font-size: 15px;
  color: #fff;
  line-height: 43px;
  text-align: center;
}

.offer_list.box_list > li .txt {
  background: #f0f3fa;
  padding: 36px 15px 15px;
  border-radius: 6px;
}

.bg_resi_step1 {
  background-image: url("../images/ico_resi_step01.png");
}

.bg_resi_step2 {
  background-image: url("../images/ico_resi_step02.png");
}

.bg_resi_step3 {
  background-image: url("../images/ico_resi_step03.png");
}

.bg_resi_step4 {
  background-image: url("../images/ico_resi_step04.png");
}

.bg_resi_step5 {
  background-image: url("../images/ico_resi_step05.png");
}

.bg_resi_step6 {
  background-image: url("../images/ico_resi_step06.png");
}

.sitemap_box {
  border-bottom: 1px solid #d7dbe2;
  padding: 9px 20px 30px 52px;
  background-position: 0 0;
  background-size: 40px;
  background-repeat: no-repeat;
}

.sitemap_box + .sitemap_box {
  margin-top: 20px;
}

.sitemap_box.bg_site_find {
  background-image: url("../images/ico_sitemap01_m.png");
}

.sitemap_box.bg_site_invest {
  background-image: url("../images/ico_sitemap02_m.png");
}

.sitemap_box.bg_site_max {
  background-image: url("../images/ico_sitemap03_m.png");
}

.sitemap_box.bg_site_opti {
  background-image: url("../images/ico_sitemap04_m.png");
}

.sitemap_box.bg_site_seoul {
  background-image: url("../images/ico_sitemap05_m.png");
}

.sitemap_box.bg_site_info {
  background-image: url("../images/ico_sitemap06_m.png");
}

.sitemap_box h4 {
  font-size: 19px;
  color: #212e4e;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.sitemap_box > ul > li {
  margin-top: 15px;
}

.sitemap_box > ul > li:first-child {
  margin-top: 0;
}

.sitemap_box > ul > li > a {
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.sitemap_box > ul > li > a + ul {
  margin-top: 6px;
}

.info_tit {
  background-image: url("../images/bg_info_m.jpg");
  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;
  height: 189px;
}

.info_tit strong {
  padding: 0;
  height: 0;
}

.info_tit strong:after {
  display: none;
}

.contact_wrap .ceo {
  position: relative;
  margin: 0 auto 0;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  color: #fff;
  padding: 28px 10px;
  text-align: center;
}

.contact_wrap .ceo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #212e4e;
  border-radius: 50%;
}

.contact_wrap .ceo strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.contact_wrap .ceo .btn_mail {
  margin: 13px auto 0;
  background-image: url("../images/ico_mail02_m.png");
}

.contact_wrap .btn_mail {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/ico_mail_m.png");
  background-size: 100%;
}

.contact_wrap .btn_tel {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/btn_tel_off.png");
  background-size: 100%;
}

.contact_wrap .team_contact .contact_box {
  position: relative;
  margin-top: 20px;
}

.contact_wrap .team_contact .contact_box:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  z-index: -1;
}

.contact_wrap .team_contact .contact_box .tit {
  position: relative;
  border-radius: 25px;
  background: #088747;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
}

.contact_wrap .team_contact .contact_box .tit:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url("../images/ico_contact_dot.png") 0 0 no-repeat;
}

.contact_wrap .team_contact .contact_box > ul > li {
  position: relative;
  padding: 15px 55px 15px 20px;
  margin-top: 7px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_mail {
  position: absolute;
  top: 12px;
  right: 52px;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_tel {
  position: absolute;
  top: 12px;
  right: 20px;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_tel:hover + .tel_box {
  display: block;
}

.tel_box {
  display: none;
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 10;
  width: 204px;
  padding: 15px 20px;
  border: 1px solid #212e4e;
  background: #fff;
}

.tel_box::before {
  content: "";
  position: absolute;
  right: 7px;
  top: -7px;
  width: 7px;
  height: 10px;
  background: url(../images/ico_tel_arrow.png) no-repeat 0 0 / 5px;
  transform: rotate(90deg);
}

.tel_box > span {
  display: block;
}

.tel_box .tel_name {
  margin-bottom: 3px;
  font-weight: 400;
  color: #222;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_tel:active,
.contact_wrap .team_contact .contact_box > ul > li .btn_tel:hover {
  background-image: url(../images/btn_tel_on.png);
}

.contact_wrap .team_contact .contact_box > ul > li:first-child {
  background: #f6f6f6;
}

.contact_wrap .team_contact .contact_box > ul > li strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.contact_wrap .team_contact .contact_box > ul > li p {
  margin-top: 7px;
}

.find_link > li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  height: 130px;
}

.find_link > li.bg01 {
  background-image: url("../images/bg_find_link01_m.jpg");
}

.find_link > li.bg02 {
  background-image: url("../images/bg_find_link02_m.jpg");
}

.find_link > li.bg03 {
  background-image: url("../images/bg_find_link03_m.jpg");
}

.find_link > li > a {
  display: block;
  padding: 17px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.find_link > li > a:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/btn_plus.png") 0 0 no-repeat;
  background-size: 100%;
  margin-top: 16px;
}

.rnd_list > li {
  margin-top: 15px;
  background-color: #f0f3fa;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 20px);
  padding: 20px;
  min-height: 130px;
}

.rnd_list > li.bg01 {
  background-image: url("../images/ico_rd01.png");
  background-size: 70px;
}

.rnd_list > li.bg02 {
  background-image: url("../images/ico_rd02.png");
  background-size: 70px;
}

.rnd_list > li.bg03 {
  background-image: url("../images/ico_rd03.png");
  background-size: 54px;
}

.rnd_list > li.bg04 {
  background-image: url("../images/ico_rd04.png");
  background-size: 63px;
}

.rnd_list > li:first-child {
  margin-top: 0;
}

.rnd_list > li .tit {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-bottom: 7px;
}

.rnd_list > li strong {
  font-size: 23px;
  line-height: 1;
}

.rnd_list > li span {
  display: inline-block;
  margin-right: 10px;
}

.center_busi_box {
  padding: 40px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  background-image: url("../images/bg_center_buis_m.jpg");
}

.center_busi_box > ul > li {
  background: #fff;
  padding: 20px 17px;
}

.center_busi_box > ul > li > span {
  display: block;
  line-height: 1;
  color: #088747;
  margin-bottom: 12px;
  font-weight: 600;
}

.center_busi_box > ul > li > strong {
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
}

.need_type.need_center {
  text-align: center;
}

.need_type.need_center .need_type_txt {
  background-position: 50% 17px;
}

.resi_bg_type1 {
  background-image: url("../images/bg_resi_type01.png");
}

.resi_bg_type2 {
  background-image: url("../images/bg_resi_type02.png");
}

.resi_bg_type3 {
  background-image: url("../images/bg_resi_type03.png");
}

.bus_txt {
  position: relative;
  padding-left: 16px;
}

.bus_txt + .bus_txt {
  margin-top: 4px;
}

.bus_txt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bus_txt.bus_blue:before {
  background-image: url("../images/ico_bus_blue.png");
}

.bus_txt.bus_green:before {
  background-image: url("../images/ico_bus_green.png");
}

.bus_txt.bus_red:before {
  background-image: url("../images/ico_bus_red.png");
}

.bus_txt.bus_yellow:before {
  background-image: url("../images/ico_bus_yellow.png");
}

:lang(en) .round_tit {
  font-size: 12px;
  line-height: 13px;
}

:lang(en) .center_busi_box {
  background-image: url(../images/eng/bg_center_buis_m.jpg);
}

:lang(en) .center_bor_list > li {
  padding: 17px 17px 18px;
  min-height: 186px;
}

:lang(en) .center_bor_list > li .txt {
  padding-left: 90px;
}

:lang(en) .center_bor_list > li .txt > span {
  display: block;
  color: #666;
  margin-bottom: 10px;
}

:lang(en) .center_bor_list > li .txt strong {
  line-height: 19px;
}

:lang(en) .center_bor_list > li .txt strong em {
  color: #666;
  font-weight: 300;
}

:lang(en) .center_bor_list > li .txt strong em span {
  color: #0060ca;
  font-size: 21px;
  font-weight: 600;
}

:lang(en) .center_bor_list > li .txt p {
  line-height: 24px;
}

:lang(en) .center_img_list > li {
  width: 100%;
}

:lang(en) .category_list > li {
  line-height: 16px;
  padding: 0 5px;
}

.word_break_word {
  word-break: break-word;
}

@media screen and (min-width: 768px), print {
  .insen_tit {
    padding: 67px 20px;
    line-height: 1;
    background-size: auto;
  }

  .insen_tit.bg01 {
    background-image: url("../images/bg_insentive01.jpg");
  }

  .insen_tit.bg02 {
    background-image: url("../images/bg_insentive02.jpg");
  }

  .insen_tit.bg03 {
    background-image: url("../images/bg_insentive03.jpg");
  }

  .insen_tit.bg04 {
    background-image: url("../images/bg_insentive04.jpg");
  }

  .insen_tit.bg05 {
    background-image: url("../images/bg_insentive05.jpg");
  }

  .insen_tit.bg06 {
    background-image: url("../images/bg_insentive06.jpg");
  }

  .insen_tit.bg07 {
    background-image: url("../images/bg_maxmize01.jpg");
  }

  .insen_tit strong {
    font-size: 32px;
    padding-bottom: 27px;
    margin-bottom: 19px;
  }

  .insen_tit strong:after {
    margin-left: -20px;
    width: 40px;
  }

  .insen_tit p {
    line-height: 26px;
  }

  .insentive_box {
    padding: 30px 30px 30px 149px;
    background-size: auto;
    background-position: 30px 30px;
    min-height: 152px;
  }

  .insentive_box > strong {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .insentive_box + .insentive_box {
    margin-top: 20px;
  }

  .category_list {
    font-size: 0;
  }

  .category_list > li {
    display: inline-block;
    width: calc((100% / 6) - 5px);
    font-size: 16px;
    line-height: 38px;
    height: auto;
  }

  .category_list > li:nth-child(3n) {
    margin-right: 5px;
  }

  .category_list > li:nth-child(6n) {
    margin-right: 0;
  }

  .category_list > li:nth-child(-n + 6) {
    margin-top: 0;
  }

  .invest_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .invest_info > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 30px;
    line-height: 1.5;
    height: 64px;
  }

  .invest_info > div + div {
    margin-top: 0;
    margin-left: 20px;
  }

  .place_name {
    display: inline-block;
    min-width: 200px;
    text-align: left;
    padding: 0 0 0 86px;
    line-height: 70px;
    background-position: 0 50%;
    background-size: auto;
  }

  .startup_info {
    position: relative;
    padding: 70px 390px 70px 40px;
    background-size: auto;
    background-image: url("../images/bg_startup.jpg");
  }

  .startup_info > strong {
    font-size: 32px;
    margin-bottom: 19px;
  }

  .startup_info > strong:after {
    margin-top: 16px;
    width: 40px;
  }

  .startup_info > ul {
    position: absolute;
    top: 69px;
    right: 40px;
    margin-top: 0;
  }

  .startup_info > ul > li {
    padding: 18px 20px;
    min-width: 160px;
    font-size: 16px;
  }

  .startup_info > ul > li > span {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .startup_list {
    font-size: 0;
  }

  .startup_list li {
    width: calc((100% / 3) - 20px);
    display: inline-block;
    margin-top: 0;
  }

  .startup_list li:not(:nth-child(3n)) {
    margin-right: 29px;
  }

  .startup_list li:not(:nth-child(-n + 3)) {
    margin-top: 30px;
  }

  .startup_list li > a .info {
    padding: 0 20px;
  }

  .startup_list li > a .info .img {
    height: 119px;
  }

  .startup_list li > a .info .tit {
    padding: 18px 0 22px;
    line-height: 28px;
    font-size: 18px;
  }

  .startup_list li > a .btm {
    font-size: 16px;
    padding: 15px 10px;
  }

  .startup_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
  }

  .startup_view .img {
    width: 379px;
    text-align: center;
    padding: 0;
    height: 140px;
    border: none;
  }

  .startup_view .img img {
    max-width: 100%;
  }

  .startup_view .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    border-left: 2px solid #d7dbe2;
  }

  .find_business > li {
    margin-top: 40px;
    padding: 32px 30px 30px 145px;
  }

  .find_business > li:before {
    top: -24px;
    left: 26px;
    width: 90px;
    height: 90px;
    background-size: auto;
  }

  .find_business > li.bg01:before {
    background-image: url("../images/ico_find_business01.png");
  }

  .find_business > li.bg02:before {
    background-image: url("../images/ico_find_business02.png");
  }

  .find_business > li.bg03:before {
    background-image: url("../images/ico_find_business03.png");
  }

  .find_business > li.bg04:before {
    background-image: url("../images/ico_find_business04.png");
  }

  .find_business > li.bg05:before {
    background-image: url("../images/ico_find_business05.png");
  }

  .find_business > li.bg06:before {
    background-image: url("../images/ico_find_business06.png");
  }

  .find_business > li h5 {
    font-size: 20px;
  }

  .find_business > li strong {
    margin-bottom: 14px;
  }

  .find_business > li p {
    padding-top: 15px;
  }

  .find_area_list > li {
    display: table;
    width: 100%;
  }

  .find_area_list > li .l,
  .find_area_list > li .r {
    display: table-cell;
    vertical-align: middle;
  }

  .find_area_list > li .l {
    width: 255px;
    padding: 30px 10px 30px;
  }

  .find_area_list > li .l:before {
    width: 90px;
    height: 90px;
  }

  .find_area_list > li .r {
    padding: 30px 25px;
  }

  .find_area_list > li .r strong {
    margin-bottom: 9px;
  }

  .find_area_list > li.bg01 .l:before {
    background-image: url("../images/ico_find_area01.png");
  }

  .find_area_list > li.bg02 .l:before {
    background-image: url("../images/ico_find_area02.png");
  }

  .find_area_list > li.bg03 .l:before {
    background-image: url("../images/ico_find_area03.png");
  }

  .center_top_info {
    padding: 160px 0 0 560px;
    background-size: auto;
    background-image: url("../images/bg_center_info.jpg");
    min-height: 420px;
  }

  .center_top_info .txt {
    padding: 37px 40px;
  }

  .center_top_info .txt h4 {
    font-size: 44px;
    margin-bottom: 19px;
  }

  .center_top_info .txt strong {
    font-size: 18px;
  }

  .box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .box_list > li {
    width: calc((100% / 3) - 14px);
  }

  .box_list > li:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }

  .center_info_list > li {
    background-position: 50% 95px;
    background-size: auto;
    padding: 40px 20px;
  }

  .center_info_list > li.bg01 {
    background-image: url("../images/ico_center01.png");
  }

  .center_info_list > li.bg02 {
    background-image: url("../images/ico_center02.png");
  }

  .center_info_list > li.bg03 {
    background-image: url("../images/ico_center03.png");
  }

  .center_info_list > li h5 {
    font-size: 24px;
    margin-bottom: 165px;
  }

  .center_bor_list > li {
    padding: 22px 25px 16px;
    background-position: 50% 105px;
    background-size: auto;
    min-height: 329px;
  }

  .center_bor_list > li h5 {
    font-size: 20px;
  }

  .center_bor_list > li h5 span {
    font-size: 16px;
  }

  .center_bor_list > li .txt strong {
    margin-bottom: 6px;
  }

  .center_bor_list > li .txt p {
    line-height: 36px;
  }

  .center_bor_list > li .txt p span {
    font-size: 28px;
  }

  .center_img_list {
    margin-left: -20px;
    margin-top: -20px;
  }

  .center_img_list > li {
    width: calc((100% / 3) - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }

  .center_img_list > li .img {
    background-size: auto;
    padding: 38px 20px;
    height: 180px;
  }

  .center_img_list > li .img span {
    font-size: 24px;
    padding-bottom: 9px;
    margin-bottom: 14px;
  }

  .center_img_list > li .img strong {
    font-size: 18px;
    line-height: 28px;
  }

  .center_img_list > li .txt {
    padding: 21px 25px;
    min-height: 96px;
  }

  .maxmize_data_list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .maxmize_data_list > li {
    width: calc(20% - 16px);
    margin-right: 20px;
    margin-top: 0;
  }

  .maxmize_data_list > li:nth-child(2n) {
    margin-right: 20px;
  }

  .maxmize_data_list > li:last-child {
    margin-right: 0;
  }

  .maxmize_data_list > li > a:before {
    height: 91px;
  }

  .maxmize_data_list > li > a strong {
    line-height: 46px;
  }

  .offer_list.box_list > li {
    margin-top: 0;
    padding-top: 33px;
  }

  .offer_list.box_list > li h5 {
    margin-left: -112px;
    border-radius: 35px;
    width: 224px;
    font-size: 20px;
    line-height: 66px;
  }

  .offer_list.box_list > li .txt {
    padding: 49px 20px 20px;
    border-radius: 6px;
    height: 100%;
  }

  .insentive_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .insentive_box_wrap > .insentive_box {
    width: calc(50% - 10px);
  }

  .insentive_box_wrap > .insentive_box + .insentive_box {
    margin-left: 20px;
    margin-top: 0;
  }

  .sitemap_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 2px;
    padding: 17px 0 50px 80px;
    background-size: auto;
  }

  .sitemap_box + .sitemap_box {
    margin-top: 30px;
  }

  .sitemap_box.bg_site_find {
    background-image: url("../images/ico_sitemap01.png");
  }

  .sitemap_box.bg_site_invest {
    background-image: url("../images/ico_sitemap02.png");
  }

  .sitemap_box.bg_site_max {
    background-image: url("../images/ico_sitemap03.png");
  }

  .sitemap_box.bg_site_opti {
    background-image: url("../images/ico_sitemap04.png");
  }

  .sitemap_box.bg_site_seoul {
    background-image: url("../images/ico_sitemap05.png");
  }

  .sitemap_box.bg_site_info {
    background-image: url("../images/ico_sitemap06.png");
  }

  .sitemap_box h4 {
    width: 220px;
    font-size: 22px;
    margin-bottom: 0;
  }

  .sitemap_box > ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0;
  }

  .sitemap_box > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-top: 0;
  }

  .sitemap_box > ul > li:not(:nth-child(-n + 4)) {
    margin-top: 29px;
  }

  .sitemap_box > ul > li > a {
    font-size: 18px;
  }

  .sitemap_box > ul > li > a + ul {
    margin-top: 12px;
  }

  .sitemap_box > ul > li > a + ul li > a {
    font-size: 16px;
  }

  .info_tit {
    background-image: url("../images/bg_info.jpg");
    height: 264px;
  }

  .contact_wrap .ceo {
    width: 220px;
    height: 220px;
    padding: 42px 10px;
  }

  .contact_wrap .ceo:after {
    width: 190px;
    height: 190px;
  }

  .contact_wrap .ceo strong {
    font-size: 24px;
    margin-bottom: 2px;
  }

  .contact_wrap .ceo .btn_mail {
    margin: 20px auto 0;
    background-image: url("../images/ico_mail02.png");
  }

  .contact_wrap .btn_mail {
    width: 40px;
    height: 40px;
    background-image: url("../images/ico_mail.png");
    background-size: auto;
  }

  .contact_wrap .btn_tel {
    width: 40px;
    height: 40px;
    background-size: auto;
  }

  .contact_wrap .team_contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
  }

  .contact_wrap .team_contact:before,
  .contact_wrap .team_contact:after {
    content: "";
    position: absolute;
    left: 50%;
    background: #d8d8d8;
    z-index: -1;
  }

  .contact_wrap .team_contact:before {
    margin-left: -384px;
    top: -30px;
    width: 769px;
    height: 1px;
  }

  .contact_wrap .team_contact:after {
    width: 1px;
    height: 30px;
    top: -60px;
  }

  .contact_wrap .team_contact .contact_box {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }

  .contact_wrap .team_contact .contact_box + .contact_box {
    margin-left: 32px;
  }

  .contact_wrap .team_contact .contact_box:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #d8d8d8;
    z-index: -1;
  }

  .contact_wrap .team_contact .contact_box .tit {
    border-radius: 35px;
    font-size: 18px;
    line-height: 66px;
  }

  .contact_wrap .team_contact .contact_box > ul > li {
    padding: 27px 120px 27px 28px;
    margin-top: 10px;
    border-radius: 10px;
  }

  .contact_wrap .team_contact .contact_box > ul > li .btn_mail {
    top: 20px;
    right: 75px;
  }

  .contact_wrap .team_contact .contact_box > ul > li .btn_tel {
    top: 20px;
    right: 29px;
  }

  .tel_box {
    right: -223.8px;
    top: 17px;
    z-index: 10;
    width: 240px;
  }

  .tel_box::before {
    left: -6px;
    right: auto;
    top: 16px;
    width: 7px;
    height: 10px;
    background: url(../images/ico_tel_arrow.png) no-repeat 0 0 / auto;
    transform: rotate(0);
  }

  .tel_box .tel_name {
  }

  .contact_wrap .team_contact .contact_box > ul > li strong {
    font-size: 18px;
  }

  .find_link > li {
    background-position: 0 50%;
    height: 178px;
  }

  .find_link > li.bg01 {
    background-image: url("../images/bg_find_link01.jpg");
  }

  .find_link > li.bg02 {
    background-image: url("../images/bg_find_link02.jpg");
  }

  .find_link > li.bg03 {
    background-image: url("../images/bg_find_link03.jpg");
  }

  .find_link > li > a {
    padding: 28px 31px;
    font-size: 18px;
  }

  .find_link > li > a:after {
    width: 44px;
    height: 44px;
    margin-top: 24px;
  }

  .rnd_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rnd_list > li {
    width: calc(25% - 15px);
    margin: 0 0 0 20px;
    background-position: calc(100% - 30px) calc(100% - 30px);
    background-size: auto !important;
    padding: 29px;
    min-height: 265px;
    font-size: 16px;
  }

  .rnd_list > li:first-child {
    margin-left: 0;
  }

  .rnd_list > li .tit {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .rnd_list > li strong {
    font-size: 32px;
  }

  .rnd_list > li span {
    display: block;
    margin-right: 0;
  }

  .center_busi_box {
    padding: 70px 60px;
    background-size: cover;
    background-position: 100% 50%;
    background-image: url("../images/bg_center_buis.jpg");
  }

  .center_busi_box > ul > li {
    background: #fff;
    padding: 28px 30px;
  }

  .center_busi_box > ul > li > span {
    margin-bottom: 18px;
  }

  .center_busi_box > ul > li > strong {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .center_busi_box > ul > li > .list01 > li {
    line-height: 26px;
  }

  .need_type.need_center .need_type_txt {
    background-position: 50% 30px;
  }

  .bus_txt {
    padding-left: 20px;
  }

  .bus_txt + .bus_txt {
    margin-top: 7px;
  }

  .bus_txt:before {
    top: 4px;
    width: 14px;
    height: 18px;
  }

  .layer_popup_wrap.popup_chatbot .popup {
    width: 370px;
  }

  .layer_popup_wrap.popup_chatbot .pop_con {
    height: calc(100vh - 250px);
    max-height: none;
    padding: 0;
  }

  .layer_popup_wrap.popup_chatbot .pop_con > iframe {
    width: 100%;
    height: 100%;
  }

  :lang(en) .table table thead th {
    padding: 15px 10px;
  }

  :lang(en) .table table tbody th {
    padding: 15px 10px;
  }

  :lang(en) .round_tit {
    font-size: 18px;
    line-height: 32px;
  }

  :lang(en) .stats_seoul .stats_tit {
    padding: 170px 320px 0 0;
  }

  :lang(en) .stats_seoul .stats_tit h4 {
    line-height: 1.25;
  }

  :lang(en) .center_busi_box {
    background-image: url(../images/eng/bg_center_buis.jpg);
  }

  :lang(en) .center_bor_list > li {
    padding: 25px 20px 27px 20px;
    min-height: 388px;
  }

  :lang(en) .center_bor_list > li .txt {
    padding-left: 0;
  }

  :lang(en) .center_bor_list > li .txt > span {
    margin-bottom: 15px;
  }

  :lang(en) .center_bor_list > li .txt strong {
    line-height: 26px;
  }

  :lang(en) .center_bor_list > li .txt strong em span {
    font-size: 28px;
  }

  :lang(en) .center_bor_list > li .txt p {
    line-height: 36px;
    margin-bottom: -11px;
  }

  :lang(en) .center_img_list > li {
    width: calc((100% / 3) - 20px);
  }

  :lang(en) .center_img_list > li .img {
    height: 204px;
    padding: 37px 20px 34px;
    background-size: cover;
  }

  :lang(en) .req_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  :lang(en) .req_list > li {
    min-height: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
  }

  :lang(en) .req_list > li:nth-child(2n) {
    margin-left: 10px;
  }

  :lang(en) .req_list > li > span {
    border: 0;
  }

  :lang(en) .req_list > li > a {
    height: 100%;
    border-left: 1px solid #d8d8d8;
  }

  :lang(en) .category_list {
    margin-bottom: -5px;
  }

  :lang(en) .category_list > li {
    line-height: 38px;
    width: auto;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }

  :lang(en) .container .lnb > ul > li > ul > li > a {
    position: relative;
    padding-left: 14px;
  }

  :lang(en) .container .lnb > ul > li > ul > li > a:before {
    position: absolute;
    top: 11px;
    left: 0;
  }

  :lang(en) .sitemap_box {
    padding-top: 15px;
  }

  :lang(en) .sitemap_box h4 {
    line-height: 1.3;
  }

  :lang(en) .sitemap_box > ul > li > a {
    padding-right: 20px;
  }

  :lang(en) .stats_box > li {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 190px;
  }

  :lang(en) .stats_box > li .stats_label {
    margin-bottom: 0;
  }

  :lang(en) .need_step_list.opt > li {
    position: relative;
    height: 217px;
  }

  :lang(en) .need_step_list.opt > li > button {
    position: absolute;
    bottom: 25px;
    left: 27px;
  }

  .chat_popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 370px;
    height: calc(100% - 250px);
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }

  .chat_popup .close_btn {
    position: absolute;
    width: 58px;
    height: 58px;
    right: 0;
    top: 0;
    background: url(../images/btn_popup_close.png) no-repeat 50% 50%;
  }

  .chat_popup.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .chat_popup iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  :lang(en) .place_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 286px;
    height: 70px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 86px;
    line-height: 160%;
    background-position: 0 50%;
    background-size: auto;
  }

  :lang(en) .sec_bank .inner h2 {
    font-size: 17px;
  }
}

/* 20220802 추가 */
.sec_bank .inner ul {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div div > ul {
  padding: 15px 35px;
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div > ul > li > a {
  font-size: 14px;
  background: 100% 50% / 11px no-repeat;
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div > ul > li > a.open {
  background-image: url("../images/ico_depth03.png");
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a.open.active {
  color: #212e4e;
  font-weight: 500;
  background-image: url("../images/ico_depth03_on.png");
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a.active + ul {
  display: block !important;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 {
  border: 0;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 9px 0;
  display: none;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li {
  position: relative;
  padding-left: 7px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li:not(:first-child) {
  margin-top: 2px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 1px;
  background: #666;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li.active:before {
  background: #222;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li.active > a {
  color: #222;
  font-weight: 500;
}

.chat_none {
  display: none !important;
}

@media (min-width: 768px) {
  .header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 {
    display: none !important;
  }

  .header .navi_con .gnb_wrap .gnb > ul > li > a.active + div div + ul {
    display: inline-block;
  }
}

/* Font */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: local("※"), url("../fonts/NotoSansKR-Light.woff2") format("woff2"), url("../fonts/NotoSansKR-Light.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../fonts/NotoSansKR-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../fonts/NotoSansKR-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 600;
  src: local("※"), url("../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR-Bold.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: local("※"), url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: local("※"), url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
}

/* Reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
address,
area,
article,
aside,
audio,
body,
br,
button,
canvas,
caption,
cite,
code,
col,
colgroup,
dd,
del,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hr,
html,
i,
iframe,
img,
ins,
input,
label,
legend,
li,
link,
map,
meta,
nav,
object,
ol,
p,
pre,
q,
rp,
rt,
ruby,
s,
script,
section,
select,
source,
span,
strong,
style,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  -webkit-overflow-scrolling: touch;
  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); */
}

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;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d7d7d7;
  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"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

select,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

:-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

::-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

::placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

:-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

::-ms-input-placeholder {
  font-family: "Noto Sans KR";
  font-weight: 300;
}

.ie9 select {
  padding: 0 0 0 5px;
  background-image: none !important;
}

/*
@media screen and (max-width: 999px) {
	.service_link {
		display: none;
	}
}
*/

@media screen and (max-width: 1440px) {
  .sm-p-0 {
    padding: 0px !important;
  }

  .sm-p-5 {
    padding: 5px !important;
  }

  .sm-p-6 {
    padding: 6px !important;
  }

  .sm-p-7 {
    padding: 7px !important;
  }

  .sm-p-8 {
    padding: 8px !important;
  }

  .sm-p-9 {
    padding: 9px !important;
  }

  .sm-p-10 {
    padding: 10px !important;
  }

  .sm-p-11 {
    padding: 11px !important;
  }

  .sm-p-12 {
    padding: 12px !important;
  }

  .sm-p-13 {
    padding: 13px !important;
  }

  .sm-p-14 {
    padding: 14px !important;
  }

  .sm-p-15 {
    padding: 15px !important;
  }

  .sm-p-17 {
    padding: 17px !important;
  }

  .sm-p-18 {
    padding: 18px !important;
  }

  .sm-p-19 {
    padding: 19px !important;
  }

  .sm-p-20 {
    padding: 20px !important;
  }

  .sm-p-25 {
    padding: 25px !important;
  }

  .sm-p-30 {
    padding: 30px !important;
  }

  .sm-p-35 {
    padding: 35px !important;
  }

  .sm-p-40 {
    padding: 40px !important;
  }

  .sm-p-50 {
    padding: 50px !important;
  }

  .sm-p-60 {
    padding: 60px !important;
  }

  .sm-pt-0 {
    padding-top: 0px !important;
  }

  .sm-pt-5 {
    padding-top: 5px !important;
  }

  .sm-pt-6 {
    padding-top: 6px !important;
  }

  .sm-pt-7 {
    padding-top: 7px !important;
  }

  .sm-pt-8 {
    padding-top: 8px !important;
  }

  .sm-pt-9 {
    padding-top: 9px !important;
  }

  .sm-pt-10 {
    padding-top: 10px !important;
  }

  .sm-pt-11 {
    padding-top: 11px !important;
  }

  .sm-pt-12 {
    padding-top: 12px !important;
  }

  .sm-pt-13 {
    padding-top: 13px !important;
  }

  .sm-pt-14 {
    padding-top: 14px !important;
  }

  .sm-pt-15 {
    padding-top: 15px !important;
  }

  .sm-pt-17 {
    padding-top: 17px !important;
  }

  .sm-pt-18 {
    padding-top: 18px !important;
  }

  .sm-pt-19 {
    padding-top: 19px !important;
  }

  .sm-pt-20 {
    padding-top: 20px !important;
  }

  .sm-pt-25 {
    padding-top: 25px !important;
  }

  .sm-pt-30 {
    padding-top: 30px !important;
  }

  .sm-pt-35 {
    padding-top: 35px !important;
  }

  .sm-pt-40 {
    padding-top: 40px !important;
  }

  .sm-pt-50 {
    padding-top: 50px !important;
  }

  .sm-pt-60 {
    padding-top: 60px !important;
  }

  .sm-pr-0 {
    padding-right: 0px !important;
  }

  .sm-pr-5 {
    padding-right: 5px !important;
  }

  .sm-pr-6 {
    padding-right: 6px !important;
  }

  .sm-pr-7 {
    padding-right: 7px !important;
  }

  .sm-pr-8 {
    padding-right: 8px !important;
  }

  .sm-pr-9 {
    padding-right: 9px !important;
  }

  .sm-pr-10 {
    padding-right: 10px !important;
  }

  .sm-pr-11 {
    padding-right: 11px !important;
  }

  .sm-pr-12 {
    padding-right: 12px !important;
  }

  .sm-pr-13 {
    padding-right: 13px !important;
  }

  .sm-pr-14 {
    padding-right: 14px !important;
  }

  .sm-pr-15 {
    padding-right: 15px !important;
  }

  .sm-pr-17 {
    padding-right: 17px !important;
  }

  .sm-pr-18 {
    padding-right: 18px !important;
  }

  .sm-pr-19 {
    padding-right: 19px !important;
  }

  .sm-pr-20 {
    padding-right: 20px !important;
  }

  .sm-pr-25 {
    padding-right: 25px !important;
  }

  .sm-pr-30 {
    padding-right: 30px !important;
  }

  .sm-pr-35 {
    padding-right: 35px !important;
  }

  .sm-pr-40 {
    padding-right: 40px !important;
  }

  .sm-pr-50 {
    padding-right: 50px !important;
  }

  .sm-pr-60 {
    padding-right: 60px !important;
  }

  .sm-pb-0 {
    padding-bottom: 0px !important;
  }

  .sm-pb-5 {
    padding-bottom: 5px !important;
  }

  .sm-pb-6 {
    padding-bottom: 6px !important;
  }

  .sm-pb-7 {
    padding-bottom: 7px !important;
  }

  .sm-pb-8 {
    padding-bottom: 8px !important;
  }

  .sm-pb-9 {
    padding-bottom: 9px !important;
  }

  .sm-pb-10 {
    padding-bottom: 10px !important;
  }

  .sm-pb-11 {
    padding-bottom: 11px !important;
  }

  .sm-pb-12 {
    padding-bottom: 12px !important;
  }

  .sm-pb-13 {
    padding-bottom: 13px !important;
  }

  .sm-pb-14 {
    padding-bottom: 14px !important;
  }

  .sm-pb-15 {
    padding-bottom: 15px !important;
  }

  .sm-pb-17 {
    padding-bottom: 17px !important;
  }

  .sm-pb-18 {
    padding-bottom: 18px !important;
  }

  .sm-pb-19 {
    padding-bottom: 19px !important;
  }

  .sm-pb-20 {
    padding-bottom: 20px !important;
  }

  .sm-pb-25 {
    padding-bottom: 25px !important;
  }

  .sm-pb-30 {
    padding-bottom: 30px !important;
  }

  .sm-pb-35 {
    padding-bottom: 35px !important;
  }

  .sm-pb-40 {
    padding-bottom: 40px !important;
  }

  .sm-pb-50 {
    padding-bottom: 50px !important;
  }

  .sm-pb-60 {
    padding-bottom: 60px !important;
  }

  .sm-pl-0 {
    padding-left: 0px !important;
  }

  .sm-pl-5 {
    padding-left: 5px !important;
  }

  .sm-pl-6 {
    padding-left: 6px !important;
  }

  .sm-pl-7 {
    padding-left: 7px !important;
  }

  .sm-pl-8 {
    padding-left: 8px !important;
  }

  .sm-pl-9 {
    padding-left: 9px !important;
  }

  .sm-pl-10 {
    padding-left: 10px !important;
  }

  .sm-pl-11 {
    padding-left: 11px !important;
  }

  .sm-pl-12 {
    padding-left: 12px !important;
  }

  .sm-pl-13 {
    padding-left: 13px !important;
  }

  .sm-pl-14 {
    padding-left: 14px !important;
  }

  .sm-pl-15 {
    padding-left: 15px !important;
  }

  .sm-pl-17 {
    padding-left: 17px !important;
  }

  .sm-pl-18 {
    padding-left: 18px !important;
  }

  .sm-pl-19 {
    padding-left: 19px !important;
  }

  .sm-pl-20 {
    padding-left: 20px !important;
  }

  .sm-pl-25 {
    padding-left: 25px !important;
  }

  .sm-pl-30 {
    padding-left: 30px !important;
  }

  .sm-pl-35 {
    padding-left: 35px !important;
  }

  .sm-pl-40 {
    padding-left: 40px !important;
  }

  .sm-pl-50 {
    padding-left: 50px !important;
  }

  .sm-pl-60 {
    padding-left: 60px !important;
  }

  .sm-m-0 {
    margin: 0px !important;
  }

  .sm-m-5 {
    margin: 5px !important;
  }

  .sm-m-6 {
    margin: 6px !important;
  }

  .sm-m-7 {
    margin: 7px !important;
  }

  .sm-m-8 {
    margin: 8px !important;
  }

  .sm-m-9 {
    margin: 9px !important;
  }

  .sm-m-10 {
    margin: 10px !important;
  }

  .sm-m-11 {
    margin: 11px !important;
  }

  .sm-m-12 {
    margin: 12px !important;
  }

  .sm-m-13 {
    margin: 13px !important;
  }

  .sm-m-14 {
    margin: 14px !important;
  }

  .sm-m-15 {
    margin: 15px !important;
  }

  .sm-m-17 {
    margin: 17px !important;
  }

  .sm-m-18 {
    margin: 18px !important;
  }

  .sm-m-19 {
    margin: 19px !important;
  }

  .sm-m-20 {
    margin: 20px !important;
  }

  .sm-m-25 {
    margin: 25px !important;
  }

  .sm-m-30 {
    margin: 30px !important;
  }

  .sm-m-35 {
    margin: 35px !important;
  }

  .sm-m-40 {
    margin: 40px !important;
  }

  .sm-m-50 {
    margin: 50px !important;
  }

  .sm-m-60 {
    margin: 60px !important;
  }

  .sm-mt-0 {
    margin-top: 0px !important;
  }

  .sm-mt-5 {
    margin-top: 5px !important;
  }

  .sm-mt-6 {
    margin-top: 6px !important;
  }

  .sm-mt-7 {
    margin-top: 7px !important;
  }

  .sm-mt-8 {
    margin-top: 8px !important;
  }

  .sm-mt-9 {
    margin-top: 9px !important;
  }

  .sm-mt-10 {
    margin-top: 10px !important;
  }

  .sm-mt-11 {
    margin-top: 11px !important;
  }

  .sm-mt-12 {
    margin-top: 12px !important;
  }

  .sm-mt-13 {
    margin-top: 13px !important;
  }

  .sm-mt-14 {
    margin-top: 14px !important;
  }

  .sm-mt-15 {
    margin-top: 15px !important;
  }

  .sm-mt-17 {
    margin-top: 17px !important;
  }

  .sm-mt-18 {
    margin-top: 18px !important;
  }

  .sm-mt-19 {
    margin-top: 19px !important;
  }

  .sm-mt-20 {
    margin-top: 20px !important;
  }

  .sm-mt-25 {
    margin-top: 25px !important;
  }

  .sm-mt-30 {
    margin-top: 30px !important;
  }

  .sm-mt-35 {
    margin-top: 35px !important;
  }

  .sm-mt-40 {
    margin-top: 40px !important;
  }

  .sm-mt-50 {
    margin-top: 50px !important;
  }

  .sm-mt-60 {
    margin-top: 60px !important;
  }

  .sm-mr-0 {
    margin-right: 0px !important;
  }

  .sm-mr-5 {
    margin-right: 5px !important;
  }

  .sm-mr-6 {
    margin-right: 6px !important;
  }

  .sm-mr-7 {
    margin-right: 7px !important;
  }

  .sm-mr-8 {
    margin-right: 8px !important;
  }

  .sm-mr-9 {
    margin-right: 9px !important;
  }

  .sm-mr-10 {
    margin-right: 10px !important;
  }

  .sm-mr-11 {
    margin-right: 11px !important;
  }

  .sm-mr-12 {
    margin-right: 12px !important;
  }

  .sm-mr-13 {
    margin-right: 13px !important;
  }

  .sm-mr-14 {
    margin-right: 14px !important;
  }

  .sm-mr-15 {
    margin-right: 15px !important;
  }

  .sm-mr-17 {
    margin-right: 17px !important;
  }

  .sm-mr-18 {
    margin-right: 18px !important;
  }

  .sm-mr-19 {
    margin-right: 19px !important;
  }

  .sm-mr-20 {
    margin-right: 20px !important;
  }

  .sm-mr-25 {
    margin-right: 25px !important;
  }

  .sm-mr-30 {
    margin-right: 30px !important;
  }

  .sm-mr-35 {
    margin-right: 35px !important;
  }

  .sm-mr-40 {
    margin-right: 40px !important;
  }

  .sm-mr-50 {
    margin-right: 50px !important;
  }

  .sm-mr-60 {
    margin-right: 60px !important;
  }

  .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .sm-mb-5 {
    margin-bottom: 5px !important;
  }

  .sm-mb-6 {
    margin-bottom: 6px !important;
  }

  .sm-mb-7 {
    margin-bottom: 7px !important;
  }

  .sm-mb-8 {
    margin-bottom: 8px !important;
  }

  .sm-mb-9 {
    margin-bottom: 9px !important;
  }

  .sm-mb-10 {
    margin-bottom: 10px !important;
  }

  .sm-mb-11 {
    margin-bottom: 11px !important;
  }

  .sm-mb-12 {
    margin-bottom: 12px !important;
  }

  .sm-mb-13 {
    margin-bottom: 13px !important;
  }

  .sm-mb-14 {
    margin-bottom: 14px !important;
  }

  .sm-mb-15 {
    margin-bottom: 15px !important;
  }

  .sm-mb-17 {
    margin-bottom: 17px !important;
  }

  .sm-mb-18 {
    margin-bottom: 18px !important;
  }

  .sm-mb-19 {
    margin-bottom: 19px !important;
  }

  .sm-mb-20 {
    margin-bottom: 20px !important;
  }

  .sm-mb-25 {
    margin-bottom: 25px !important;
  }

  .sm-mb-30 {
    margin-bottom: 30px !important;
  }

  .sm-mb-35 {
    margin-bottom: 35px !important;
  }

  .sm-mb-40 {
    margin-bottom: 40px !important;
  }

  .sm-mb-50 {
    margin-bottom: 50px !important;
  }

  .sm-mb-60 {
    margin-bottom: 60px !important;
  }

  .sm-ml-0 {
    margin-left: 0px !important;
  }

  .sm-ml-5 {
    margin-left: 5px !important;
  }

  .sm-ml-6 {
    margin-left: 6px !important;
  }

  .sm-ml-7 {
    margin-left: 7px !important;
  }

  .sm-ml-8 {
    margin-left: 8px !important;
  }

  .sm-ml-9 {
    margin-left: 9px !important;
  }

  .sm-ml-10 {
    margin-left: 10px !important;
  }

  .sm-ml-11 {
    margin-left: 11px !important;
  }

  .sm-ml-12 {
    margin-left: 12px !important;
  }

  .sm-ml-13 {
    margin-left: 13px !important;
  }

  .sm-ml-14 {
    margin-left: 14px !important;
  }

  .sm-ml-15 {
    margin-left: 15px !important;
  }

  .sm-ml-17 {
    margin-left: 17px !important;
  }

  .sm-ml-18 {
    margin-left: 18px !important;
  }

  .sm-ml-19 {
    margin-left: 19px !important;
  }

  .sm-ml-20 {
    margin-left: 20px !important;
  }

  .sm-ml-25 {
    margin-left: 25px !important;
  }

  .sm-ml-30 {
    margin-left: 30px !important;
  }

  .sm-ml-35 {
    margin-left: 35px !important;
  }

  .sm-ml-40 {
    margin-left: 40px !important;
  }

  .sm-ml-50 {
    margin-left: 50px !important;
  }

  .sm-ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  .lg-p-0 {
    padding: 0px !important;
  }

  .lg-p-5 {
    padding: 5px !important;
  }

  .lg-p-6 {
    padding: 6px !important;
  }

  .lg-p-7 {
    padding: 7px !important;
  }

  .lg-p-8 {
    padding: 8px !important;
  }

  .lg-p-9 {
    padding: 9px !important;
  }

  .lg-p-10 {
    padding: 10px !important;
  }

  .lg-p-11 {
    padding: 11px !important;
  }

  .lg-p-12 {
    padding: 12px !important;
  }

  .lg-p-13 {
    padding: 13px !important;
  }

  .lg-p-14 {
    padding: 14px !important;
  }

  .lg-p-15 {
    padding: 15px !important;
  }

  .lg-p-17 {
    padding: 17px !important;
  }

  .lg-p-18 {
    padding: 18px !important;
  }

  .lg-p-19 {
    padding: 19px !important;
  }

  .lg-p-20 {
    padding: 20px !important;
  }

  .lg-p-25 {
    padding: 25px !important;
  }

  .lg-p-30 {
    padding: 30px !important;
  }

  .lg-p-35 {
    padding: 35px !important;
  }

  .lg-p-40 {
    padding: 40px !important;
  }

  .lg-p-50 {
    padding: 50px !important;
  }

  .lg-p-60 {
    padding: 60px !important;
  }

  .lg-pt-0 {
    padding-top: 0px !important;
  }

  .lg-pt-5 {
    padding-top: 5px !important;
  }

  .lg-pt-6 {
    padding-top: 6px !important;
  }

  .lg-pt-7 {
    padding-top: 7px !important;
  }

  .lg-pt-8 {
    padding-top: 8px !important;
  }

  .lg-pt-9 {
    padding-top: 9px !important;
  }

  .lg-pt-10 {
    padding-top: 10px !important;
  }

  .lg-pt-11 {
    padding-top: 11px !important;
  }

  .lg-pt-12 {
    padding-top: 12px !important;
  }

  .lg-pt-13 {
    padding-top: 13px !important;
  }

  .lg-pt-14 {
    padding-top: 14px !important;
  }

  .lg-pt-15 {
    padding-top: 15px !important;
  }

  .lg-pt-17 {
    padding-top: 17px !important;
  }

  .lg-pt-18 {
    padding-top: 18px !important;
  }

  .lg-pt-19 {
    padding-top: 19px !important;
  }

  .lg-pt-20 {
    padding-top: 20px !important;
  }

  .lg-pt-25 {
    padding-top: 25px !important;
  }

  .lg-pt-30 {
    padding-top: 30px !important;
  }

  .lg-pt-35 {
    padding-top: 35px !important;
  }

  .lg-pt-40 {
    padding-top: 40px !important;
  }

  .lg-pt-50 {
    padding-top: 50px !important;
  }

  .lg-pt-60 {
    padding-top: 60px !important;
  }

  .lg-pr-0 {
    padding-right: 0px !important;
  }

  .lg-pr-5 {
    padding-right: 5px !important;
  }

  .lg-pr-6 {
    padding-right: 6px !important;
  }

  .lg-pr-7 {
    padding-right: 7px !important;
  }

  .lg-pr-8 {
    padding-right: 8px !important;
  }

  .lg-pr-9 {
    padding-right: 9px !important;
  }

  .lg-pr-10 {
    padding-right: 10px !important;
  }

  .lg-pr-11 {
    padding-right: 11px !important;
  }

  .lg-pr-12 {
    padding-right: 12px !important;
  }

  .lg-pr-13 {
    padding-right: 13px !important;
  }

  .lg-pr-14 {
    padding-right: 14px !important;
  }

  .lg-pr-15 {
    padding-right: 15px !important;
  }

  .lg-pr-17 {
    padding-right: 17px !important;
  }

  .lg-pr-18 {
    padding-right: 18px !important;
  }

  .lg-pr-19 {
    padding-right: 19px !important;
  }

  .lg-pr-20 {
    padding-right: 20px !important;
  }

  .lg-pr-25 {
    padding-right: 25px !important;
  }

  .lg-pr-30 {
    padding-right: 30px !important;
  }

  .lg-pr-35 {
    padding-right: 35px !important;
  }

  .lg-pr-40 {
    padding-right: 40px !important;
  }

  .lg-pr-50 {
    padding-right: 50px !important;
  }

  .lg-pr-60 {
    padding-right: 60px !important;
  }

  .lg-pb-0 {
    padding-bottom: 0px !important;
  }

  .lg-pb-5 {
    padding-bottom: 5px !important;
  }

  .lg-pb-6 {
    padding-bottom: 6px !important;
  }

  .lg-pb-7 {
    padding-bottom: 7px !important;
  }

  .lg-pb-8 {
    padding-bottom: 8px !important;
  }

  .lg-pb-9 {
    padding-bottom: 9px !important;
  }

  .lg-pb-10 {
    padding-bottom: 10px !important;
  }

  .lg-pb-11 {
    padding-bottom: 11px !important;
  }

  .lg-pb-12 {
    padding-bottom: 12px !important;
  }

  .lg-pb-13 {
    padding-bottom: 13px !important;
  }

  .lg-pb-14 {
    padding-bottom: 14px !important;
  }

  .lg-pb-15 {
    padding-bottom: 15px !important;
  }

  .lg-pb-17 {
    padding-bottom: 17px !important;
  }

  .lg-pb-18 {
    padding-bottom: 18px !important;
  }

  .lg-pb-19 {
    padding-bottom: 19px !important;
  }

  .lg-pb-20 {
    padding-bottom: 20px !important;
  }

  .lg-pb-25 {
    padding-bottom: 25px !important;
  }

  .lg-pb-30 {
    padding-bottom: 30px !important;
  }

  .lg-pb-35 {
    padding-bottom: 35px !important;
  }

  .lg-pb-40 {
    padding-bottom: 40px !important;
  }

  .lg-pb-50 {
    padding-bottom: 50px !important;
  }

  .lg-pb-60 {
    padding-bottom: 60px !important;
  }

  .lg-pl-0 {
    padding-left: 0px !important;
  }

  .lg-pl-5 {
    padding-left: 5px !important;
  }

  .lg-pl-6 {
    padding-left: 6px !important;
  }

  .lg-pl-7 {
    padding-left: 7px !important;
  }

  .lg-pl-8 {
    padding-left: 8px !important;
  }

  .lg-pl-9 {
    padding-left: 9px !important;
  }

  .lg-pl-10 {
    padding-left: 10px !important;
  }

  .lg-pl-11 {
    padding-left: 11px !important;
  }

  .lg-pl-12 {
    padding-left: 12px !important;
  }

  .lg-pl-13 {
    padding-left: 13px !important;
  }

  .lg-pl-14 {
    padding-left: 14px !important;
  }

  .lg-pl-15 {
    padding-left: 15px !important;
  }

  .lg-pl-17 {
    padding-left: 17px !important;
  }

  .lg-pl-18 {
    padding-left: 18px !important;
  }

  .lg-pl-19 {
    padding-left: 19px !important;
  }

  .lg-pl-20 {
    padding-left: 20px !important;
  }

  .lg-pl-25 {
    padding-left: 25px !important;
  }

  .lg-pl-30 {
    padding-left: 30px !important;
  }

  .lg-pl-35 {
    padding-left: 35px !important;
  }

  .lg-pl-40 {
    padding-left: 40px !important;
  }

  .lg-pl-50 {
    padding-left: 50px !important;
  }

  .lg-pl-60 {
    padding-left: 60px !important;
  }

  .lg-m-0 {
    margin: 0px !important;
  }

  .lg-m-5 {
    margin: 5px !important;
  }

  .lg-m-6 {
    margin: 6px !important;
  }

  .lg-m-7 {
    margin: 7px !important;
  }

  .lg-m-8 {
    margin: 8px !important;
  }

  .lg-m-9 {
    margin: 9px !important;
  }

  .lg-m-10 {
    margin: 10px !important;
  }

  .lg-m-11 {
    margin: 11px !important;
  }

  .lg-m-12 {
    margin: 12px !important;
  }

  .lg-m-13 {
    margin: 13px !important;
  }

  .lg-m-14 {
    margin: 14px !important;
  }

  .lg-m-15 {
    margin: 15px !important;
  }

  .lg-m-17 {
    margin: 17px !important;
  }

  .lg-m-18 {
    margin: 18px !important;
  }

  .lg-m-19 {
    margin: 19px !important;
  }

  .lg-m-20 {
    margin: 20px !important;
  }

  .lg-m-25 {
    margin: 25px !important;
  }

  .lg-m-30 {
    margin: 30px !important;
  }

  .lg-m-35 {
    margin: 35px !important;
  }

  .lg-m-40 {
    margin: 40px !important;
  }

  .lg-m-50 {
    margin: 50px !important;
  }

  .lg-m-60 {
    margin: 60px !important;
  }

  .lg-mt-0 {
    margin-top: 0px !important;
  }

  .lg-mt-5 {
    margin-top: 5px !important;
  }

  .lg-mt-6 {
    margin-top: 6px !important;
  }

  .lg-mt-7 {
    margin-top: 7px !important;
  }

  .lg-mt-8 {
    margin-top: 8px !important;
  }

  .lg-mt-9 {
    margin-top: 9px !important;
  }

  .lg-mt-10 {
    margin-top: 10px !important;
  }

  .lg-mt-11 {
    margin-top: 11px !important;
  }

  .lg-mt-12 {
    margin-top: 12px !important;
  }

  .lg-mt-13 {
    margin-top: 13px !important;
  }

  .lg-mt-14 {
    margin-top: 14px !important;
  }

  .lg-mt-15 {
    margin-top: 15px !important;
  }

  .lg-mt-17 {
    margin-top: 17px !important;
  }

  .lg-mt-18 {
    margin-top: 18px !important;
  }

  .lg-mt-19 {
    margin-top: 19px !important;
  }

  .lg-mt-20 {
    margin-top: 20px !important;
  }

  .lg-mt-25 {
    margin-top: 25px !important;
  }

  .lg-mt-30 {
    margin-top: 30px !important;
  }

  .lg-mt-35 {
    margin-top: 35px !important;
  }

  .lg-mt-40 {
    margin-top: 40px !important;
  }

  .lg-mt-50 {
    margin-top: 50px !important;
  }

  .lg-mt-60 {
    margin-top: 60px !important;
  }

  .lg-mr-0 {
    margin-right: 0px !important;
  }

  .lg-mr-5 {
    margin-right: 5px !important;
  }

  .lg-mr-6 {
    margin-right: 6px !important;
  }

  .lg-mr-7 {
    margin-right: 7px !important;
  }

  .lg-mr-8 {
    margin-right: 8px !important;
  }

  .lg-mr-9 {
    margin-right: 9px !important;
  }

  .lg-mr-10 {
    margin-right: 10px !important;
  }

  .lg-mr-11 {
    margin-right: 11px !important;
  }

  .lg-mr-12 {
    margin-right: 12px !important;
  }

  .lg-mr-13 {
    margin-right: 13px !important;
  }

  .lg-mr-14 {
    margin-right: 14px !important;
  }

  .lg-mr-15 {
    margin-right: 15px !important;
  }

  .lg-mr-17 {
    margin-right: 17px !important;
  }

  .lg-mr-18 {
    margin-right: 18px !important;
  }

  .lg-mr-19 {
    margin-right: 19px !important;
  }

  .lg-mr-20 {
    margin-right: 20px !important;
  }

  .lg-mr-25 {
    margin-right: 25px !important;
  }

  .lg-mr-30 {
    margin-right: 30px !important;
  }

  .lg-mr-35 {
    margin-right: 35px !important;
  }

  .lg-mr-40 {
    margin-right: 40px !important;
  }

  .lg-mr-50 {
    margin-right: 50px !important;
  }

  .lg-mr-60 {
    margin-right: 60px !important;
  }

  .lg-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg-mb-5 {
    margin-bottom: 5px !important;
  }

  .lg-mb-6 {
    margin-bottom: 6px !important;
  }

  .lg-mb-7 {
    margin-bottom: 7px !important;
  }

  .lg-mb-8 {
    margin-bottom: 8px !important;
  }

  .lg-mb-9 {
    margin-bottom: 9px !important;
  }

  .lg-mb-10 {
    margin-bottom: 10px !important;
  }

  .lg-mb-11 {
    margin-bottom: 11px !important;
  }

  .lg-mb-12 {
    margin-bottom: 12px !important;
  }

  .lg-mb-13 {
    margin-bottom: 13px !important;
  }

  .lg-mb-14 {
    margin-bottom: 14px !important;
  }

  .lg-mb-15 {
    margin-bottom: 15px !important;
  }

  .lg-mb-17 {
    margin-bottom: 17px !important;
  }

  .lg-mb-18 {
    margin-bottom: 18px !important;
  }

  .lg-mb-19 {
    margin-bottom: 19px !important;
  }

  .lg-mb-20 {
    margin-bottom: 20px !important;
  }

  .lg-mb-25 {
    margin-bottom: 25px !important;
  }

  .lg-mb-30 {
    margin-bottom: 30px !important;
  }

  .lg-mb-35 {
    margin-bottom: 35px !important;
  }

  .lg-mb-40 {
    margin-bottom: 40px !important;
  }

  .lg-mb-50 {
    margin-bottom: 50px !important;
  }

  .lg-mb-60 {
    margin-bottom: 60px !important;
  }

  .lg-ml-0 {
    margin-left: 0px !important;
  }

  .lg-ml-5 {
    margin-left: 5px !important;
  }

  .lg-ml-6 {
    margin-left: 6px !important;
  }

  .lg-ml-7 {
    margin-left: 7px !important;
  }

  .lg-ml-8 {
    margin-left: 8px !important;
  }

  .lg-ml-9 {
    margin-left: 9px !important;
  }

  .lg-ml-10 {
    margin-left: 10px !important;
  }

  .lg-ml-11 {
    margin-left: 11px !important;
  }

  .lg-ml-12 {
    margin-left: 12px !important;
  }

  .lg-ml-13 {
    margin-left: 13px !important;
  }

  .lg-ml-14 {
    margin-left: 14px !important;
  }

  .lg-ml-15 {
    margin-left: 15px !important;
  }

  .lg-ml-17 {
    margin-left: 17px !important;
  }

  .lg-ml-18 {
    margin-left: 18px !important;
  }

  .lg-ml-19 {
    margin-left: 19px !important;
  }

  .lg-ml-20 {
    margin-left: 20px !important;
  }

  .lg-ml-25 {
    margin-left: 25px !important;
  }

  .lg-ml-30 {
    margin-left: 30px !important;
  }

  .lg-ml-35 {
    margin-left: 35px !important;
  }

  .lg-ml-40 {
    margin-left: 40px !important;
  }

  .lg-ml-50 {
    margin-left: 50px !important;
  }

  .lg-ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 1440px) {
  .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: 768px), 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;
  }
}

body {
  font-size: 13px;
}

.pc-content {
  display: none !important;
}

.inner {
  padding: 0 10px;
}

.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: #088747;
}

.header .header_top .inner {
  padding: 0;
}

.header .header_top .l {
  display: none;
}

.header .header_top .r .help {
  min-height: 38px;
  background: #067c42 url("../images/bg_help_m.jpg") 0 0 no-repeat;
  background-size: auto 38px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 10px 10px 64px;
}

.header .header_top .r .help > a {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1;
  margin-left: 1px;
  padding-bottom: 2px;
}

.header .header_top .r .sns,
.header .header_top .r .btn_lang {
  display: none;
}

.header .header_top .search_area {
  display: none;
}

.header .header_con {
  position: relative;
  padding: 16px 0;
  height: 60px;
  background: #fff;
}

.header .header_con.active {
  height: 65px;
}

.header .header_con.active .btn_global_search {
  display: none;
}

.header h1.logo {
  width: 162px;
  height: 29px;
  background: url("../images/logo_m.png") 0 0 no-repeat;
  background-size: 162px;
}

.header h1.logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .btn_global_search {
  position: absolute;
  right: 45px;
  top: 21px;
  width: 19px;
  height: 19px;
  background: url(../images/btn_search_m.png) no-repeat 0 0;
  background-size: 19px 100%;
}

.header .search_layer {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  background: #212e4e;
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header .search_layer.open {
  height: 47px;
}

.header .search_layer > input[type="text"] {
  width: calc(100% - 95px);
  height: 47px;
  padding: 0 10px;
  border: 0;
  background: #212e4e;
  color: #fff;
}

.header .search_layer > input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.header .search_layer > input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.header .search_layer > input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

.header .search_layer > input[type="text"]::placeholder {
  color: #fff;
}

.header .search_layer .btn_sm_search,
.header .search_layer .btn_sm_close {
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.header .search_layer .btn_sm_search {
  right: 42px;
  background-image: url(../images/btn_sm_search.png);
}

.header .search_layer .btn_sm_close {
  right: 0;
  background-image: url(../images/btn_sm_close.png);
}

.header .btn_allmenu {
  position: absolute;
  right: 10px;
  top: 21px;
  width: 21px;
  height: 18px;
}

.header .btn_allmenu > span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .btn_allmenu > span:nth-child(1) {
  top: 0;
}

.header .btn_allmenu > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.header .btn_allmenu > span:nth-child(3) {
  bottom: 0;
}

.header .btn_allmenu.active > span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .btn_allmenu.active > span:nth-child(2) {
  width: 0;
}

.header .btn_allmenu.active > span:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .btn_lang_wrap {
  display: none;
}

.header .btn_lang {
  font-size: 13px;
  color: #222;
  font-weight: 400;
}

.header .btn_lang:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/ico_lang_m.png") 0 0 no-repeat;
  background-size: 13px;
  vertical-align: -2px;
  margin-right: 8px;
}

.header .navi_con {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  padding: 0 10px 10px;
  border-top: 1px solid #d8d8d8;
}

.header .navi_con.active {
  display: block;
}

.header .navi_con .btn_lang {
  position: absolute;
  top: -45px;
  right: 53px;
}

.header .navi_con .gnb_wrap .gnb > ul > li {
  border-bottom: 1px solid #d8d8d8;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a {
  position: relative;
  display: block;
  line-height: 50px;
  color: #222;
  font-size: 15px;
  padding: 0 10px 0 35px;
  font-weight: 600;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a > span {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #757575;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a > span::before {
  content: "(";
}

.header .navi_con .gnb_wrap .gnb > ul > li > a > span::after {
  content: ")";
}

.header .navi_con .gnb_wrap .gnb > ul > li > a:before,
.header .navi_con .gnb_wrap .gnb > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: #088747;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a:before {
  left: 10px;
  width: 14px;
  height: 2px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a:after {
  margin-top: -6px;
  left: 16px;
  width: 2px;
  height: 14px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a.active {
  color: #088747;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a.active:after {
  height: 0;
}

.header .navi_con .gnb_wrap .gnb > ul > li > a.active + div > ul {
  display: block;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .info {
  display: none;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul {
  display: none;
  padding: 15px 10px 15px 35px;
  background: #f6f6f6;
  border-top: 1px solid #d8d8d8;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li {
  line-height: 24px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a {
  display: block;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:hover {
  color: #222;
  font-weight: 400;
}

.container {
  position: relative;
  padding-bottom: 50px;
}

.container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background: #f2f3f5;
  z-index: -1;
}

.container .lnb {
  display: none;
}

.container .content .location {
  height: 41px;
  text-align: right;
}

.container .content .location ul {
  font-size: 0;
}

.container .content .location ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 41px;
}

.container .content .location ul > li:not(:last-child) {
  margin-right: 36px;
}

.container .content .location ul > li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -29px;
  top: 0;
  width: 21px;
  height: 41px;
  background: url("../images/ico_loc_arr.png");
  background-size: 21px;
}

.container .content .location ul > li:last-child {
  color: #0a3a61;
  font-weight: 400;
}

.container .content .location ul > li.home {
  width: 12px;
  height: 41px;
  background: url("../images/ico_home.png") 0 50% no-repeat;
  background-size: 12px;
}

.container .content .tit_area {
  border-bottom: 1px solid #d8d8d8;
  padding: 26px 0 15px;
}

.container .content .tit_area h3 {
  font-size: 28px;
  color: #222;
  font-weight: 600;
}

.container .content .tit_area > .sns_area {
  margin-top: 13px;
  font-size: 0;
}

.container .content .tit_area > .sns_area > li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
}

.container .content .tit_area > .sns_area > li:not(:first-child) {
  margin-left: 5px;
}

.container .content .tit_area > .sns_area > li > a,
.container .content .tit_area > .sns_area > li button {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.container .content .tit_area > .sns_area > li > a.print,
.container .content .tit_area > .sns_area > li button.print {
  background-image: url("../images/btn_print_m.png");
}

.container .content .tit_area > .sns_area > li > a.pdf,
.container .content .tit_area > .sns_area > li button.pdf {
  background-image: url("../images/btn_pdf_m.png");
}

.container .content .tit_area > .sns_area > li > a.image,
.container .content .tit_area > .sns_area > li button.image {
  background-image: url("../images/btn_image_m.png");
}

.container .content .tit_area > .sns_area > li > a.url,
.container .content .tit_area > .sns_area > li button.url {
  background-image: url("../images/btn_url_m.png");
}

.container .content .tit_area > .sns_area > li > a.share,
.container .content .tit_area > .sns_area > li button.share {
  background-image: url("../images/btn_share_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share {
  position: relative;
}

.container .content .tit_area > .sns_area > li.btn_share > a.active {
  background-image: url("../images/share_close_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share > a.active + .share_sns {
  display: block;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns {
  display: none;
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
  height: 30px;
  padding: 7px 15px;
  background: #fff;
  border: 1px solid #212e4e;
  border-radius: 15px;
  font-size: 0;
  width: 161px;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li {
  display: inline-block;
  vertical-align: middle;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li:not(:first-child) {
  margin-left: 15px;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a {
  display: block;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.facebook {
  width: 8px;
  background-image: url("../images/sns_facebook_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.in {
  width: 13px;
  background-image: url("../images/sns_in_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.twitter {
  width: 16px;
  background-image: url("../images/sns_twitter_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.weibo {
  width: 17px;
  background-image: url("../images/sns_weibo_m.png");
}

.container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.wechat {
  width: 15px;
  background-image: url("../images/sns_wechat_m.png");
}

.container .content .con_body {
  padding: 30px 0 0;
}

.footer {
  background: #1b1e24;
  text-align: center;
  padding: 20px 0 22px;
}

.footer .foot_logo {
  display: inline-block;
  width: 162px;
  height: 28px;
  background: url("../images/foot_logo_m.png") 0 0 no-repeat;
  background-size: 162px;
}

.footer .sns {
  margin-top: 20px;
  font-size: 0;
}

.footer .sns > li {
  display: inline-block;
  vertical-align: middle;
}

.footer .sns > li:not(:first-child) {
  margin-left: 10px;
}

.footer .sns > li > a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px;
}

.footer .sns > li > a.facebook {
  background-image: url("../images/foot_facebook_m.png");
}

.footer .sns > li > a.in {
  background-image: url("../images/foot_in_m.png");
}

.footer .sns > li > a.insta {
  background-image: url("../images/foot_insta_m.png");
}

.footer .sns > li > a.youtube {
  background-image: url("../images/foot_youtube_m.png");
}

.footer .info {
  margin-top: 12px;
}

.footer .info > li {
  font-size: 12px;
  line-height: 17px;
  color: #bbb;
}

.footer .info > li.address span {
  display: none;
}

.footer .info > li:not(.address) {
  display: inline-block;
}

.footer .info > li:not(.address) span {
  display: inline-block;
}

.footer .info > li:not(.address) span:after {
  content: ":";
  display: inline-block;
  margin: 0 2px;
  vertical-align: 1px;
}

.footer .util_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

.footer .util_menu > li:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 5px 0 8px;
  background: #fff;
}

.footer .util_menu a {
  color: #fff;
}

.footer p.copyright {
  color: #bbb;
  line-height: 17px;
}

:lang(en) .header h1.logo {
  /* width: 131px;
	height: 28px;
	background: url("../images/eng/logo_m.png") 0 0 no-repeat;
	background-size: 131px; */
  width: 58px;
  height: 27px;
  background: url("../images/eng/logo_m.png") 0 0 no-repeat;
  background-size: 58px;
}

@media all and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .pc-content {
    display: block !important;
  }

  .m-content {
    display: none !important;
  }

  .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: #088747;
  }

  .container {
    position: relative;
    padding-bottom: 90px;
  }

  .container:before {
    height: 59px;
  }

  .container .inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .container .lnb {
    float: left;
    display: block;
    width: 260px;
  }

  .container .lnb > h2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 186px;
    background: url("../images/bg_lnb.jpg") 0 0 no-repeat;
    border-radius: 0 0 5px 5px;
    padding: 78px 34px 33px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    font-family: "Noto Sans", "Noto Sans KR";
  }

  .container .lnb > h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 2px;
    height: 68px;
    background: #fff;
  }

  .container .lnb > ul {
    margin-top: 10px;
  }

  .container .lnb > ul > li:not(:first-child) {
    margin-top: 5px;
  }

  .container .lnb > ul > li > a {
    position: relative;
    display: block;
    border: 2px solid #eee;
    border-radius: 4px;
    padding: 13px 40px 17px 20px;
    font-size: 17px;
    color: #333;
  }

  .container .lnb > ul > li > a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background-image: url("../images/ico_lnb.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .container .lnb > ul > li > a.active {
    border-color: #088747;
    color: #088747;
    font-weight: 500;
  }

  .container .lnb > ul > li > a.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-image: url("../images/ico_lnb_on.png");
  }

  .container .lnb > ul > li > a.active + ul {
    display: block;
  }

  .container .lnb > ul > li > a:hover {
    border-color: #088747;
    color: #088747;
    font-weight: 500;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .container .lnb > ul > li > a:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-image: url("../images/ico_lnb_on.png");
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .container .lnb > ul > li > ul {
    display: none;
    padding: 15px 20px;
    background: #f6f6f6;
    border-radius: 4px;
  }

  .container .lnb > ul > li > ul > li:not(:first-child) {
    margin-top: 6px;
  }

  .container .lnb > ul > li > ul > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }

  .container .lnb > ul > li > ul > li > a:before {
    content: "";
    display: inline-block;
    vertical-align: 3px;
    width: 7px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/ico_depth.png");
    margin-right: 6px;
  }

  .container .lnb > ul > li > ul > li > a.active {
    color: #222;
    font-weight: 400;
  }

  .container .lnb > ul > li > ul > li > a.active:before {
    background-image: url("../images/ico_depth_on.png");
  }

  .container .lnb > ul > li > ul > li > a:hover {
    color: #222;
    font-weight: 400;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }

  .container .lnb > ul > li > ul > li > a:hover:before {
    background-image: url("../images/ico_depth_on.png");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .container .content {
    float: right;
    width: 1120px;
  }

  .container .content .location {
    height: 59px;
    text-align: right;
  }

  .container .content .location ul {
    font-size: 0;
  }

  .container .content .location ul > li {
    font-size: 15px;
    line-height: 59px;
  }

  .container .content .location ul > li:not(:last-child) {
    margin-right: 51px;
  }

  .container .content .location ul > li:not(:last-child):after {
    right: -42px;
    width: 30px;
    height: 59px;
    background-size: auto;
  }

  .container .content .location ul > li.home {
    width: 16px;
    height: 59px;
    background-size: auto;
  }

  .container .content .tit_area {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding: 47px 240px 20px 0;
  }

  .container .content .tit_area h3 {
    font-size: 40px;
  }

  .container .content .tit_area > .sns_area {
    position: absolute;
    right: 0;
    bottom: 25px;
    margin-top: 0;
    font-size: 0;
  }

  .container .content .tit_area > .sns_area > li {
    width: 43px;
    height: 43px;
  }

  .container .content .tit_area > .sns_area > li > a,
  .container .content .tit_area > .sns_area > li button {
    background-size: auto;
  }

  .container .content .tit_area > .sns_area > li > a.print,
  .container .content .tit_area > .sns_area > li button.print {
    background-image: url("../images/btn_print.png");
  }

  .container .content .tit_area > .sns_area > li > a.pdf,
  .container .content .tit_area > .sns_area > li button.pdf {
    background-image: url("../images/btn_pdf.png");
  }

  .container .content .tit_area > .sns_area > li > a.image,
  .container .content .tit_area > .sns_area > li button.image {
    background-image: url("../images/btn_image.png");
  }

  .container .content .tit_area > .sns_area > li > a.url,
  .container .content .tit_area > .sns_area > li button.url {
    background-image: url("../images/btn_url.png");
  }

  .container .content .tit_area > .sns_area > li > a.share,
  .container .content .tit_area > .sns_area > li button.share {
    background-image: url("../images/btn_share.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share > a.active {
    background-image: url("../images/share_close.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns {
    left: auto;
    right: calc(100% + 5px);
    height: 43px;
    padding: 10px 20px;
    border-radius: 25px;
    width: 205px;
    text-align: center;
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li {
    display: inline-block;
    vertical-align: middle;
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a {
    background-size: auto;
    height: 21px;
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.facebook {
    width: 11px;
    background-image: url("../images/sns_facebook.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.in {
    width: 17px;
    background-image: url("../images/sns_in.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.twitter {
    width: 21px;
    background-image: url("../images/sns_twitter.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.weibo {
    width: 23px;
    background-image: url("../images/sns_weibo.png");
  }

  .container .content .tit_area > .sns_area > li.btn_share .share_sns > li > a.wechat {
    width: 24px;
    background-image: url("../images/sns_wechat.png");
  }

  .container .content .con_body {
    padding: 50px 0 0;
  }

  .footer {
    text-align: left;
    padding: 40px 0;
  }

  .footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .foot_logo {
    display: block;
    width: 250px;
    height: 43px;
    background: url("../images/foot_logo.png") 0 0 no-repeat;
    background-size: auto;
    align-self: center;
  }

  .footer .foot_con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-right: 220px;
    margin-left: 40px;
  }

  .footer .sns {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  .footer .sns > li > a {
    display: block;
    width: 46px;
    height: 46px;
    background-position: 0 50%;
    background-size: auto;
  }

  .footer .sns > li > a.facebook {
    background-image: url("../images/foot_facebook.png");
  }

  .footer .sns > li > a.in {
    background-image: url("../images/foot_in.png");
  }

  .footer .sns > li > a.insta {
    background-image: url("../images/foot_insta.png");
  }

  .footer .sns > li > a.youtube {
    background-image: url("../images/foot_youtube.png");
  }

  .footer .foot_con .wrap-wa {
    position: absolute;
    right: 30px;
    top: 60%;
    margin-top: 0;
  }

  .footer .foot_con .wa {
    height: 65px;
  }

  .footer .info {
    margin-top: 0;
  }

  .footer .info > li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #aaa;
  }

  .footer .info > li:not(:nth-child(-n + 2)) {
    margin-top: 4px;
  }

  .footer .info > li:not(:nth-child(2n)) {
    margin-right: 23px;
  }

  .footer .info > li span {
    color: #fff;
    font-weight: 400;
    margin-right: 20px;
  }

  .footer .info > li.address span {
    display: inline-block;
  }

  .footer .info > li:not(.address) span:after {
    display: none;
  }

  .footer .info > li.email {
    display: block;
  }

  .footer .util_menu {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 0 10px;
  }

  .footer .util_menu > li:not(:last-child)::after {
    height: 12px;
    margin: 0 9px 0 12px;
  }

  .footer .util_menu a {
    color: #fff;
  }

  .footer p.copyright {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
    color: #fff;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1280px), print {
  :lang(en) .header h1.logo {
    float: left;
    width: 115px;
    height: 63px;
    background: url("../images/eng/logo.png") 0 0 no-repeat;
    background-size: 95px auto;
    background-position: center center;
    margin-top: 15px;
    margin-left: -10px;
  }
}

.blind {
  position: absolute;
  left: -1000%;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.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;
}

.v_btm {
  vertical-align: bottom;
}

.fwl {
  font-weight: 300 !important;
}

.fwr {
  font-weight: 400 !important;
}

.fwm {
  font-weight: 500 !important;
}

.fwb {
  font-weight: 700 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.color-navy {
  color: #212e4e;
}

.color-green {
  color: #088747;
}

.color-black {
  color: #222;
}

.color-default {
  color: #666;
}

.color-blue {
  color: #0060ca;
}

.bg-navy {
  background: #0a3a61;
}

.bg-blue {
  background: #0060ca;
}

.bg-green {
  background: #088747;
}

.txt_underline {
  text-decoration: underline !important;
}

.d_b {
  display: block;
}

.d_i_b {
  display: inline-block;
}

.list01 > li {
  position: relative;
  padding-left: 7px;
}

.list01 > li:not(:first-child) {
  margin-top: 3px;
}

.list01 > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

.list01 > li > strong {
  font-weight: 400;
  color: #222;
}

.list01 .list02 {
  margin-top: 4px;
}

.list02 > li {
  position: relative;
  padding-left: 10px;
}

.list02 > li:not(:first-child) {
  margin-top: 3px;
}

.list02 > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #666;
}

.num_list > li {
  counter-increment: list;
}

.num_list > li:before {
  content: counter(list) ".";
  display: inline-block;
  margin-right: 3px;
}

.num_list > li:not(:first-child) {
  margin-top: 4px;
}

.search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #222;
  background: #f6f6f6;
  padding: 17px;
  font-size: 0;
}

.search_wrap > div {
  display: block;
}

.search_wrap > div + div {
  margin-left: 5px;
}

.search_wrap > div.select_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_wrap > div.select_form .select_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search_wrap > div.txt_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search_wrap > div.txt_form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50px;
}

.search_wrap.search02 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search_wrap.search02 > div {
  width: 100%;
  margin-left: 0;
}

.search_wrap.search02 > div + div {
  margin-top: 5px;
}

.search_wrap.search02 > div.txt_form {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.select_box {
  min-width: 85px;
  padding: 0 25px 0 10px;
  background-color: #fff;
  background-image: url("../images/ico_select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) 50%;
  background-size: 10px;
  height: 37px;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 13px;
}

.select_box + .select_box {
  margin-left: 5px;
}

.txt_input {
  padding: 0 10px;
  height: 37px;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 13px;
}

.txt_input + .btn_search {
  margin-left: 5px;
}

.txt_area {
  border: 1px solid #d9d9d9;
  padding: 10px;
  height: 148px;
  overflow-y: auto;
  border-radius: 0;
}

.btn_search {
  min-width: 65px;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  line-height: 37px;
  background: #555;
  color: #fff;
  font-size: 13px;
}

.btn_search:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/ico_search.png") 0 0 no-repeat;
  background-size: 13px;
  vertical-align: -2px;
  margin-left: 4px;
}

.board_top {
  margin: 20px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.board_top .l {
  margin-right: auto;
}

.board_top .l span {
  color: #0a3a61;
  font-weight: 500;
}

.board_top .r {
  margin-left: auto;
}

.gallery_board > li {
  margin-top: 25px;
  border-bottom: 1px solid #d7dbe2;
}

.gallery_board > li:first-child {
  margin-top: 0;
}

.gallery_board > li > a {
  display: block;
}

.gallery_board > li > a .img img {
  width: 100%;
}

.gallery_board > li > a .txt {
  padding: 12px 0 21px;
}

.gallery_board > li > a .txt .tit {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery_board > li > a .txt .category {
  display: block;
  font-size: 14px;
  color: #088747;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
}

.gallery_board > li > a .txt span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.gallery_board > li > a .txt span + span {
  margin-left: 26px;
}

.gallery_board > li > a .txt span + span:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #aaa;
}

.paging_wrap {
  margin-top: 17px;
  text-align: center;
  font-size: 0;
}

.paging_wrap > a {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-size: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.paging_wrap > a + a {
  margin-left: 10px;
}

.paging_wrap > a.first {
  background-image: url("../images/btn_first.png");
}

.paging_wrap > a.prev {
  background-image: url("../images/btn_prev.png");
}

.paging_wrap > a.next {
  background-image: url("../images/btn_next.png");
}

.paging_wrap > a.last {
  background-image: url("../images/btn_last.png");
}

.paging_wrap ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 10px;
}

.paging_wrap ul > li {
  display: inline-block;
  line-height: 28px;
}

.paging_wrap ul > li > a,
.paging_wrap ul > li strong {
  display: block;
  font-size: 13px;
  padding: 0 10px;
}

.paging_wrap ul > li strong {
  color: #ce2b2c;
  font-weight: 400;
}

.board_view {
  border-bottom: 1px solid #d8d8d8;
}

.board_view .view_top {
  border-top: 2px solid #222;
  background: #f0f3fa;
  padding: 20px 15px;
}

.board_view .view_top .tit {
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.board_view .view_top .view_info {
  margin-top: 4px;
}

.board_view .view_top .view_info span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.board_view .view_top .view_info span strong {
  color: #222;
  font-weight: 400;
}

.board_view .view_top .view_info span:not(:last-child) {
  margin-right: 25px;
}

.board_view .view_top .view_info span:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -15px;
  width: 1px;
  height: 10px;
  background: #aaa;
}

.board_view .view_con {
  padding: 30px 0 25px;
}

.board_view .view_con img {
  max-width: 100% !important;
}

.board_view .view_con ul:not(.file_download),
.board_view .view_con ol:not(.file_download),
.board_view .view_con li:not(.file_download li) {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.youtube_con .video {
  width: 100%;
}

.youtube_con .video > * {
  width: 100%;
}

.youtube_con .txt {
  margin-top: 20px;
  height: 125px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #d8d8d8;
}

.file_download {
  padding: 17px 20px;
  background: #f6f6f6;
  margin-top: 30px;
}

.file_download > li {
  position: relative;
  padding-left: 23px;
}

.file_download > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 14px;
  background: url("../images/ico_download.png") 0 0 no-repeat;
  background-size: 16px;
}

.file_download > li:not(:first-child) {
  margin-top: 3px;
}

.file_download > li a {
  display: inline-block;
  margin-left: 8px;
  text-decoration: underline;
  font-weight: 400;
}

.file_download > li a + a {
  margin-left: 1px;
}

.board_btm_btn {
  text-align: center;
  margin-top: 17px;
}

.btn {
  display: inline-block;
  min-width: 98px;
  padding: 0 10px;
  line-height: 41px;
  text-align: center;
  font-weight: 400;
}

.btn.btn_black {
  background: #1b1e24;
  color: #fff;
}

.btn.btn_green {
  background: #088747;
  color: #fff;
}

.tab_btn ul {
  font-size: 0;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

.tab_btn ul li {
  position: relative;
  width: 50%;
  display: inline-block;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.tab_btn ul li > a {
  display: block;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 41px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li:before {
  content: "";
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
  left: -1px;
  height: calc(100% + 2px);
  background: #212e4e;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 0;
  background: url("../images/ico_tab_on.png") 0 0 no-repeat;
  background-size: 10px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li.active {
  z-index: 1;
}

.tab_btn ul li.active:before {
  opacity: 1;
}

.tab_btn ul li.active:after {
  height: 5px;
  opacity: 1;
}

.tab_btn ul li.active > a {
  color: #fff;
  font-weight: 500;
}

.tab_btn ul li:hover {
  z-index: 1;
}

.tab_btn ul li:hover:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab_btn ul li:hover:after {
  height: 5px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}

.tab_btn ul li:hover > a {
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.list_board > li {
  padding: 17px;
  border: 1px solid #d6d6d6;
}

.list_board > li:not(:first-child) {
  margin-top: 12px;
}

.list_board > li:hover {
  background: #f0f3fa;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.list_board > li .num {
  display: inline-block;
  border-bottom: 1px solid #d7dbe2;
}

.list_board > li .num span {
  color: #444;
  font-weight: 400;
}

.list_board > li .num strong {
  color: #212e4e;
  font-size: 15px;
  font-weight: 500;
}

.list_board > li .num + .txt {
  margin-top: 10px;
}

.list_board > li .txt .tit {
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.list_board > li .txt .tit .category {
  color: #088747;
}

.list_board > li .txt .tit .new_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/ico_new_m.png");
  background-size: 100%;
  text-indent: -9999px;
  font-size: 0;
  margin-top: -5px;
}

.list_board > li .txt .list01 {
  margin-top: 5px;
}

.list_board > li .txt .list01 > li {
  display: inline-block;
  margin-top: 0;
}

.list_board > li .txt .list01 > li span {
  color: #222;
  font-weight: 400;
}

.list_board > li .txt .list01 > li:not(:last-child) {
  margin-right: 12px;
}

.faq_list > li {
  border: 1px solid #d8d8d8;
}

.faq_list > li:not(:first-child) {
  margin-top: 12px;
}

.faq_list > li .q_box,
.faq_list > li .a_box {
  position: relative;
}

.faq_list > li .q_box {
  display: block;
  padding: 17px 50px 17px 65px;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.faq_list > li .q_box .cate {
  top: 13px;
  color: #666;
  padding: 5px 17px 0 0;
}

.faq_list > li .q_box .cate:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 30px;
  background: #d7dbe2;
}

.faq_list > li .q_box:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  background-image: url("../images/ico_faq_m.png");
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.faq_list > li .q_box.active .cate {
  color: #212e4e;
}

.faq_list > li .q_box.active:after {
  background-image: url("../images/ico_faq_m_on.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.faq_list > li .q_box.active + .a_box {
  display: block;
}

.faq_list > li .a_box {
  display: none;
  padding: 15px 17px 17px 46px;
  background: #f0f3fa;
}

.faq_list > li .a_box .cate {
  color: #0060ca;
}

.faq_list > li .cate {
  position: absolute;
  top: 17px;
  left: 17px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

.tit01 {
  line-height: 1;
  font-size: 19px;
  color: #212e4e;
  font-weight: 700;
  margin-bottom: 17px;
}

.tit02 {
  position: relative;
  line-height: 1;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  padding-left: 16px;
  margin-bottom: 15px;
}

.tit02:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../images/ico_tit.png") 0 0 no-repeat;
  background-size: 15px;
}

.tit03 {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 1;
  color: #222;
  font-weight: 500;
  margin-bottom: 7px;
  min-height: 14px;
}

.tit03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/ico_tit02.png") 0 0 no-repeat;
  background-size: 14px;
}

.section + .section {
  margin-top: 35px;
}

.table {
  position: relative;
  overflow: auto;
}

.table table {
  border-top: 2px solid #222;
  border-bottom: 1px solid #d8d8d8;
}

.table table thead th {
  background: #f0f3fa;
  font-weight: 500;
  color: #212e4e;
  padding: 16px 5px;
  border-bottom: 1px solid #aaa;
}

.table table thead th:not(:first-child) {
  border-left: 1px solid #d8d8d8;
}

.table table thead th:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 15px;
  background: #aaa;
}

.table table tbody th {
  background: #f6f6f6;
  color: #222;
  font-weight: 500;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
}

.table table tbody th:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.table table tbody td {
  padding: 10px 15px;
  border-bottom: 1px solid #d8d8d8;
}

.table table tbody td:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.table table tbody td .select_box {
  width: 100%;
}

.table table tbody td .txt_input {
  width: 100%;
}

.table.table02 thead th {
  padding: 10px;
}

.table.table02 thead th:not(:last-child) {
  border-right: 1px solid #aaa;
}

.table.table02 thead th:after {
  display: none;
}

.table.table02 tbody th {
  padding: 10px;
}

.table.table02 tbody td {
  text-align: center;
  padding: 10px;
}

.tbl_btm {
  margin-top: 7px;
}

.invest_cate {
  display: inline-block;
  padding: 0 13px;
  line-height: 26px;
  background: #212e4e;
  font-size: 12px;
  color: #fff;
  margin: 0 4px 5px 0;
  border-radius: 4px;
  vertical-align: top;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_box .l {
  margin-right: auto;
}

.flex_box .r {
  margin-left: auto;
}

.normal_txt + .normal_txt {
  margin-top: 6px;
}

.email_box .l {
  position: relative;
  padding-right: 21px;
}

.email_box .l:after {
  content: "@";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.email_box .l .txt_input {
  width: 100%;
}

.email_box .r {
  margin-top: 7px;
}

.email_box .r .txt_input {
  margin-top: 7px;
}

.privacy_box {
  margin-top: 15px;
  border: 1px solid #d8d8d8;
}

.privacy_box .info {
  background: #f6f6f6;
  padding: 17px 15px;
}

.privacy_box .info strong {
  font-weight: 400;
  color: #222;
}

.privacy_box .chk_box {
  padding: 15px;
}

.chk_item {
  display: block;
}

.chk_item input[type="checkbox"] {
  display: block;
  width: 0px;
  height: 1px;
}

.chk_item input[type="checkbox"]:checked + label {
  background-image: url("../images/ico_chk_on.jpg");
}

.chk_item input[type="checkbox"]:focus-visible + label {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.chk_item label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  background: 0 2px no-repeat;
  background-size: 17px;
  background-image: url("../images/ico_chk.jpg");
}

.chk_item + .chk_item {
  margin-top: 7px;
}

.img_box {
  position: relative;
  font-size: 0;
}

.img_box img {
  width: 100%;
}

.img_box .btn_img_size {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 15px;
  line-height: 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.img_box .btn_img_size:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/ico_size.png") 0 0 no-repeat;
  background-size: 17px;
  margin-right: 5px;
}

.box_gray {
  background: #f6f6f6;
  padding: 17px 15px;
}

.box_gray.bg_lightgray {
  background: #fcfcfc;
}

.tbl_bg_tit {
  background: #0060ca;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-weight: 500;
}

.tbl_bg_tit + .table table {
  border-top: 0;
}

.btn_down:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../images/ico_download_w.png") 0 50% no-repeat;
  background-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
}

.m-scroll {
  min-width: 640px;
}

.info-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/ico_tbl_scroll.png") 50% 50% no-repeat;
  background-size: 79px;
}

.ceo_txt h4 {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
  font-size: 27px;
  color: #0060ca;
}

.ceo_txt .l {
  margin-bottom: 15px;
}

.ceo_txt .first_txt {
  font-size: 14px;
}

.ceo_sign img {
  width: 120px;
}

@media screen and (min-width: 768px), print {
  .ceo_txt h4 {
    margin-bottom: 27px;
    font-size: 44px;
  }

  .ceo_txt .l {
    float: left;
    margin-bottom: 0;
  }

  .ceo_txt .r {
    display: table-cell;
    padding-left: 37px;
  }

  .ceo_txt .first_txt {
    font-size: 18px;
  }

  .ceo_sign img {
    width: auto;
  }

  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .loader > .spin {
    width: 10em;
    height: 10em;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 10px;
    position: relative;
    top: 50%;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.7);
    border-right: 1.1em solid rgba(255, 255, 255, 0.7);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.7);
    border-left: 1.1em solid #ce2b2c;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
  }

  .loader > .id-msg {
    position: relative;
    top: 53%;
    font-weight: 500;
    color: #fff;
  }

  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .list01 > li {
    padding-left: 10px;
  }

  .list01 > li:not(:first-child) {
    margin-top: 10px;
  }

  .list01 > li:before {
    top: 11px;
    width: 4px;
    height: 4px;
  }

  .list01 .list02 {
    margin-top: 6px;
  }

  .list02 > li {
    padding-left: 12px;
  }

  .list02 > li:not(:first-child) {
    margin-top: 3px;
  }

  .list02 > li:before {
    top: 12px;
    width: 7px;
  }

  .num_list > li:before {
    margin-right: 4px;
  }

  .num_list > li:not(:first-child) {
    margin-top: 7px;
  }

  .search_wrap {
    display: block;
    text-align: center;
    padding: 25px;
  }

  .search_wrap > div {
    display: inline-block;
  }

  .search_wrap > div.select_form {
    display: inline-block;
  }

  .search_wrap > div.txt_form {
    display: inline-block;
  }

  .search_wrap > div.txt_form .txt_input {
    min-width: 300px;
  }

  .search_wrap.search02 > div {
    width: auto;
  }

  .search_wrap.search02 > div + div {
    margin-left: 5px;
    margin-top: 0;
  }

  .select_box {
    min-width: 140px;
    padding: 0 35px 0 15px;
    background-position: calc(100% - 15px) 50%;
    background-size: auto;
    height: 44px;
    font-size: 16px;
  }

  .txt_input {
    padding: 0 20px;
    height: 44px;
    font-size: 16px;
  }

  .txt_area {
    padding: 20px;
    height: 200px;
  }

  .btn_search {
    min-width: 90px;
    padding: 0 20px;
    line-height: 44px;
    font-size: 16px;
  }

  .btn_search:after {
    width: 16px;
    height: 15px;
    background-size: auto;
    vertical-align: -1px;
    margin-left: 7px;
  }

  .board_top {
    margin: 30px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .board_top .l {
    margin-right: auto;
  }

  .board_top .r {
    margin-left: auto;
  }

  .gallery_board {
    font-size: 0;
  }

  .gallery_board > li {
    display: inline-block;
    width: calc((100% / 3) - 20px);
    border-width: 2px;
    margin-top: 0;
  }

  .gallery_board > li:not(:nth-child(3n)) {
    margin-right: 29px;
  }

  .gallery_board > li:not(:nth-child(-n + 3)) {
    margin-top: 40px;
  }

  .gallery_board > li > a {
    display: block;
  }

  .gallery_board > li > a .img {
    display: table-cell;
    width: 354px;
    height: 253px;
    vertical-align: middle;
    text-align: center;
  }

  .gallery_board > li > a .img img {
    max-width: 100%;
    width: auto;
  }

  .gallery_board > li > a .txt {
    padding: 19px 0 34px;
  }

  .gallery_board > li > a .txt .tit {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .gallery_board > li > a .txt .category {
    font-size: 18px;
  }

  .gallery_board > li > a .txt span {
    font-size: 15px;
  }

  .gallery_board > li > a .txt span + span {
    margin-left: 40px;
  }

  .gallery_board > li > a .txt span + span:before {
    left: -20px;
    margin-top: -6px;
    height: 13px;
  }

  .paging_wrap {
    margin-top: 25px;
  }

  .paging_wrap > a {
    width: 35px;
    height: 35px;
    background-size: auto;
  }

  .paging_wrap ul {
    margin: 0 15px;
  }

  .paging_wrap ul > li {
    line-height: 35px;
  }

  .paging_wrap ul > li > a,
  .paging_wrap ul > li strong {
    font-size: 16px;
    padding: 0 15px;
  }

  .board_view .view_top {
    padding: 35px 30px;
  }

  .board_view .view_top .tit {
    font-size: 24px;
  }

  .board_view .view_top .view_info {
    margin-top: 9px;
  }

  .board_view .view_top .view_info span:not(:last-child) {
    margin-right: 35px;
  }

  .board_view .view_top .view_info span:not(:last-child):after {
    margin-top: -6px;
    right: -20px;
    height: 13px;
  }

  .board_view .view_con {
    padding: 50px 0 40px;
  }

  .youtube_con:after {
    content: "";
    display: block;
    clear: both;
  }

  .youtube_con .video {
    position: relative;
    float: left;
    width: calc(100% - 320px);
    height: 0;
    padding-bottom: 40.27%;
  }

  .youtube_con .video > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
  }

  .youtube_con .txt {
    float: left;
    width: 290px;
    margin: 0 0 0 30px;
    height: 451px;
    padding: 20px;
  }

  .file_download {
    padding: 25px;
    margin-top: 50px;
  }

  .file_download > li {
    padding-left: 32px;
  }

  .file_download > li:before {
    width: 22px;
    height: 18px;
    background-size: auto;
  }

  .file_download > li:not(:first-child) {
    margin-top: 9px;
  }

  .file_download > li a {
    margin-left: 14px;
  }

  .file_download > li a + a {
    margin-left: 3px;
  }

  .board_btm_btn {
    text-align: center;
    margin-top: 25px;
  }

  .btn {
    min-width: 120px;
    padding: 0 20px;
    line-height: 50px;
  }

  .tab_btn ul li {
    width: 25%;
  }

  .tab_btn ul li > a {
    padding: 0 15px;
    font-size: 18px;
    line-height: 56px;
  }

  .tab_btn ul li:after {
    margin-left: -6px;
    width: 12px;
    background-size: auto;
  }

  .tab_btn ul li.active:after {
    height: 6px;
  }

  .tab_btn ul li:hover:after {
    height: 6px;
  }

  .list_board > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 25px;
  }

  .list_board > li:not(:first-child) {
    margin-top: 15px;
  }

  .list_board > li .num {
    width: 80px;
    position: relative;
    border-bottom: 0;
    text-align: center;
    padding: 9px 25px 9px 0;
    border-right: 2px solid #d7dbe2;
  }

  .list_board > li .num > * {
    display: block;
  }

  .list_board > li .num strong {
    font-size: 20px;
  }

  .list_board > li .num + .txt {
    margin-top: 0;
    padding-left: 25px;
  }

  .list_board > li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .list_board > li .txt .tit {
    font-size: 20px;
  }

  .list_board > li .txt .tit .new_icon {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    background-image: url("../images/ico_new.png");
    background-size: auto;
  }

  .list_board > li .txt .list01 {
    margin-top: 6px;
  }

  .list_board > li .txt .list01 > li:not(:last-child) {
    margin-right: 16px;
  }

  .faq_list > li:not(:first-child) {
    margin-top: 16px;
  }

  .faq_list > li .q_box {
    padding: 24px 65px 24px 93px;
    font-size: 20px;
  }

  .faq_list > li .q_box .cate {
    top: 15px;
    padding: 8px 26px 0 0;
  }

  .faq_list > li .q_box .cate:after {
    width: 2px;
    height: 48px;
  }

  .faq_list > li .q_box:after {
    right: 25px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-size: auto;
    background-image: url("../images/ico_faq.png");
  }

  .faq_list > li .q_box.active:after {
    background-image: url("../images/ico_faq_on.png");
  }

  .faq_list > li .a_box {
    display: none;
    padding: 24px 25px 25px 67px;
    background: #f0f3fa;
  }

  .faq_list > li .cate {
    top: 27px;
    left: 25px;
    font-size: 24px;
  }

  .tit01 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .tit02 {
    font-size: 18px;
    padding-left: 24px;
    margin-bottom: 20px;
  }

  .tit02:before {
    width: 20px;
    height: 20px;
    background-size: auto;
  }

  .tit03 {
    padding-left: 25px;
    margin-bottom: 10px;
    min-height: 18px;
  }

  .tit03:before {
    width: 18px;
    height: 18px;
    background-size: auto;
  }

  .section + .section {
    margin-top: 60px;
  }

  .table table thead th {
    padding: 15px 20px;
  }

  .table table tbody th {
    padding: 15px 25px;
  }

  .table table tbody td {
    padding: 15px 10px;
  }

  .table table tbody td .select_box {
    width: 400px;
  }

  .table table tbody td .txt_input {
    width: 700px;
  }

  .table.table02 thead th {
    padding: 15px;
  }

  .table.table02 tbody th {
    padding: 15px;
  }

  .table.table02 tbody td {
    padding: 15px 10px;
  }

  .tbl_btm {
    margin-top: 14px;
  }

  .invest_cate {
    padding: 0 15px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 2px 0 0;
    border-radius: 4px;
  }

  .normal_txt + .normal_txt {
    margin-top: 12px;
  }

  .email_box:after {
    content: "";
    display: block;
    clear: both;
  }

  .email_box .l {
    float: left;
    padding-right: 23px;
  }

  .email_box .l .txt_input {
    width: 240px;
  }

  .email_box .r {
    float: left;
    margin: 0 0 0 10px;
  }

  .email_box .r .select_box {
    width: 240px;
  }

  .email_box .r .txt_input {
    margin: 0 0 0 5px;
    width: 300px;
  }

  .privacy_box {
    margin-top: 20px;
  }

  .privacy_box .info {
    padding: 22px 25px;
  }

  .privacy_box .chk_box {
    padding: 20px 25px;
  }

  .chk_item label {
    padding-left: 30px;
    background: 0 3px no-repeat;
    background-size: auto;
    background-image: url("../images/ico_chk.jpg");
  }

  .chk_item + .chk_item {
    margin-top: 8px;
  }

  .box_gray {
    padding: 25px;
  }

  .img_box .btn_img_size {
    display: none;
  }

  .tbl_bg_tit {
    line-height: 54px;
  }

  .need_step_list > li > button.btn_down {
    height: 44px;
    line-height: 44px;
  }

  .btn_down:before {
    width: 22px;
    height: 18px;
    background-size: auto;
    margin-right: 9px;
    vertical-align: -2px;
  }
}

.need_txtbox {
  background-image: url(../images/bg_need_txtbox_m.jpg);
}

.need_type_txt {
  padding: 96px 17px 17px;
  border: 1px solid #d8d8d8;
  background-position: 17px 17px;
  background-repeat: no-repeat;
  background-size: 65px;
}

.need_type_txt h5 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.need_type_txt:not(:last-child) {
  margin-bottom: 15px;
}

.need_bg_type1 {
  background-image: url(../images/ico_need01_type01.png);
}

.need_bg_type2 {
  background-image: url(../images/ico_need01_type02.png);
}

.need_bg_type3 {
  background-image: url(../images/ico_need01_type03.png);
}

.req_list {
  margin: 15px 0 -10px 0;
}

.req_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.req_list > li > span {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 12px 12px 20px;
  border-right: 1px solid #d8d8d8;
}

.req_list > li > span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  width: 3px;
  height: 3px;
  background: #666;
}

.req_list > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  background: #f0f3fa;
  color: #212e4e;
}

.req_list > li > a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  background: url(../images/ico_window.png) no-repeat 0 0;
  background-size: 100%;
}

.need_step_list {
  margin-bottom: -15px;
}

.need_step_list > li {
  margin-bottom: 15px;
  padding: 12px 15px 38px;
  border: 4px solid #eee;
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-repeat: no-repeat;
}

.need_step_list > li > strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.need_step_list > li > span {
  margin-bottom: 12px;
}

.need_step_list > li > button {
  height: 37px;
  line-height: 37px;
}

.need_step_list > li > strong,
.need_step_list > li > span {
  display: block;
}

.bg_need_step1 {
  background-image: url(../images/ico_need01_step01.png);
}

.bg_need_step2 {
  background-image: url(../images/ico_need01_step02.png);
}

.bg_need_step3 {
  background-image: url(../images/ico_need01_step03.png);
}

.bg_need_step4 {
  background-image: url(../images/ico_need01_step04.png);
}

.bg_need_step5 {
  background-image: url(../images/ico_need01_step05.png);
}

.bg_need_step6 {
  background-image: url(../images/ico_need01_step06.png);
}

.need_txt_box {
  padding: 15px;
  background: #f6f6f6;
}

.layer_popup_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layer_popup_wrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layer_popup_wrap .popup {
  width: calc(100% - 30px);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.layer_popup_wrap .pop_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212e4e;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.layer_popup_wrap .pop_header > h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

.layer_popup_wrap .pop_header > button {
  width: 42px;
  height: 50px;
  background: url(../images/btn_popup_close.png) no-repeat 50% 50%;
  background-size: 16px;
}

.layer_popup_wrap .pop_con {
  overflow-y: auto;
  padding: 25px 15px;
  max-height: calc(100vh - 150px);
}

.no_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  border: 1px solid #d7dbe2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stats_seoul:not(:last-child) {
  margin-bottom: 40px;
}

.stats_seoul .stats_tit {
  margin-bottom: 25px;
  padding: 110px 40px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats_seoul .stats_tit.startup1 {
  background-image: url(../images/bg_stats_seoul1_m.jpg);
}

.stats_seoul .stats_tit.startup2 {
  background-image: url(../images/bg_stats_seoul2_m.jpg);
}

.stats_seoul .stats_tit.startup3 {
  background-image: url(../images/bg_stats_seoul3_m.jpg);
}

.stats_seoul .stats_tit.startup4 {
  background-image: url(../images/bg_stats_seoul4_m.jpg);
}

.stats_seoul h4 {
  padding-top: 28px;
  background: #fff;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
  color: #0060ca;
}

.stats_seoul h4::after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  margin-top: 12px;
  background: #0060ca;
}

.stats_seoul h4 > span {
  display: block;
}

.stats_box {
  margin-top: 20px;
}

.stats_box > li {
  padding: 15px 20px;
  background: #212e4e;
}

.stats_box > li:not(:last-child) {
  margin-bottom: 15px;
}

.stats_box > li > span {
  display: block;
}

.lct_box > li {
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
}

.lct_box .bg_lct1 {
  background-image: url(../images/ico_lct1.png);
}

.lct_box .bg_lct2 {
  background-image: url(../images/ico_lct2.png);
}

.lct_box .bg_lct3 {
  background-image: url(../images/ico_lct3.png);
}

.lct_box .bg_lct4 {
  background-image: url(../images/ico_lct4.png);
}

.lct_box .bg_lct5 {
  background-image: url(../images/ico_lct5.png);
}

.lct_box .bg_lct6 {
  background-image: url(../images/ico_lct6.png);
}

.stats_label {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.stats_label > em {
  display: block;
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 12px;
  color: #ddd;
}

.stats_value {
  text-align: right;
  color: #fcc00d;
}

.stats_value > strong {
  margin-right: 3px;
  font-weight: 600;
  font-size: 23px;
  color: inherit;
}

.chart_area {
  margin-top: 25px;
}

.mobile .chart_box:not(:last-child) {
  margin-bottom: 35px;
}

.tit_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tit_top h5 {
  font-weight: 600;
  font-size: 19px;
  color: #212e4e;
}

.startup_link {
  margin-top: 30px;
  padding: 70px 20px 20px;
  border: 4px solid #eee;
  background: url(../images/bg_seoul_startup.png) no-repeat 20px 20px;
  background-size: 150px;
}

.startup_link h5 {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

.startup_link p {
  margin-bottom: 10px;
}

.ico_arrow::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 11px;
  margin-left: 7px;
  background: url(../images/ico_btn_arrow.png) no-repeat 0 0;
}

.sub_service_link {
  display: none;
}

.bor_r {
  border-right: 1px solid #d8d8d8;
}

.round_tit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  padding: 0 20px;
  border-radius: 15px 15px 15px 0;
  background: #212e4e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #fff;
}

.round_tit::before,
.round_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 8px;
}

.round_tit::before {
  width: 7px;
  background: #212e4e;
}

.round_tit::after {
  width: 8px;
  border-radius: 15px 0 0 0;
  background: #fff;
}

.sub_section {
  margin-bottom: 15px;
}

.table .row_selected th {
  position: relative;
  background: #088747;
  color: #fff;
}

.table .row_selected th::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: calc(100% - 1px);
  height: 100%;
  border: 1px solid #088747;
}

.table .row_selected td {
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACxJREFUGFdjZMACnn17958RXRwkKMUlxIgiARMEKYZLIAvCJdAFwRLYBEESAOsrF9BWbJm9AAAAAElFTkSuQmCC);
  font-weight: 500;
  color: #088747;
}

.table .row_selected td::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  border-style: solid none solid none;
  border-color: #088747;
  border-width: 2px;
}

.table .row_selected td::before {
  top: -1px;
}

.table .row_selected td:last-child::before {
  width: calc(100% - 2px);
  border-right: 2px solid #088747;
}

:lang(en) .tit_top {
  display: block;
}

:lang(en) .tit_top > h5 {
  font-size: 19px;
  letter-spacing: -1px;
}

:lang(en) .tit_top > span {
  display: block;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .sub_section {
    margin-bottom: 23px;
  }

  .round_tit {
    height: 44px;
    padding: 0 30px;
    border-radius: 24px 24px 24px 0;
  }

  .round_tit::before,
  .round_tit::after {
    bottom: -12px;
    height: 12px;
  }

  .round_tit::before {
    width: 11px;
  }

  .round_tit::after {
    width: 12px;
    border-radius: 15px 0 0 0;
  }

  .sub_service_link img {
    width: 160px;
  }

  .need_txtbox {
    background-image: url(../images/bg_need_txtbox_pc.jpg);
  }

  .need_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .need_type_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 145px 30px 30px;
    background-position: 30px 30px;
    background-size: auto;
  }

  .need_type_txt h5 {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .need_type_txt:not(:last-child) {
    margin: 0 20px 0 0;
  }

  .need_step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }

  .need_step_list > li {
    width: 360px;
    margin: 0 0 20px 20px;
    padding: 20px 25px 27px;
    background-position: calc(100% - 16px) calc(100% - 16px);
  }

  .need_step_list > li > strong {
    margin-bottom: 3px;
    font-size: 18px;
  }

  .need_step_list > li > span {
    margin-bottom: 20px;
  }

  .need_step_list > li > button {
    height: 37px;
    line-height: 37px;
  }

  .need_step_list > li > strong,
  .need_step_list > li > span {
    display: block;
  }

  .need_txt_box {
    padding: 25px;
  }

  .layer_popup_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layer_popup_wrap.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .layer_popup_wrap .popup {
    width: 960px;
  }

  .layer_popup_wrap .pop_header {
    height: 72px;
    font-size: 24px;
  }

  .layer_popup_wrap .pop_header > h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }

  .layer_popup_wrap .pop_header > button {
    width: 75px;
    height: 72px;
    background-size: auto;
  }

  .layer_popup_wrap .pop_con {
    padding: 40px 30px;
    max-height: calc(100vh - 350px);
  }

  .stats_seoul:not(:last-child) {
    margin-bottom: 80px;
  }

  .stats_seoul .stats_tit {
    margin-bottom: 25px;
    padding: 170px 400px 0 0;
    background-size: auto;
  }

  .stats_seoul .stats_tit.startup1 {
    background-image: url(../images/bg_stats_seoul1_pc.jpg);
  }

  .stats_seoul .stats_tit.startup2 {
    background-image: url(../images/bg_stats_seoul2_pc.jpg);
  }

  .stats_seoul .stats_tit.startup3 {
    background-image: url(../images/bg_stats_seoul3_pc.jpg);
  }

  .stats_seoul .stats_tit.startup4 {
    background-image: url(../images/bg_stats_seoul4_pc.jpg);
  }

  .stats_seoul h4 {
    padding: 34px 0 0;
    line-height: 1;
    font-size: 38px;
  }

  .stats_seoul h4::after {
    width: 40px;
    margin-top: 26px;
  }

  .stats_seoul h4 > span {
    display: inline;
  }

  .stats_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stats_box > li {
    width: 360px;
    padding: 25px 30px;
  }

  .stats_box > li:not(:last-child) {
    margin-bottom: 0;
  }

  .stats_box > li > span {
    display: block;
  }

  .stats_label {
    margin-bottom: 45px;
    font-size: 20px;
  }

  .stats_label > em {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .stats_value {
    line-height: 1;
  }

  .stats_value > strong {
    margin-right: 3px;
    font-size: 32px;
  }

  .chart_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 -55px;
  }

  .chart_area.chart_full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chart_area.chart_full .chart_box {
    width: auto;
    margin-left: 0;
  }

  .chart_box {
    width: calc((100% / 2) - 20px);
    margin-bottom: 55px;
  }

  .chart_box:nth-child(2n) {
    margin-left: 40px;
  }

  .tit_top {
    margin-bottom: 17px;
  }

  .tit_top h5 {
    font-size: 24px;
  }

  .startup_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding: 30px 30px 30px 274px;
    background: url(../images/bg_seoul_startup.png) no-repeat 30px 50%;
    background-size: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .startup_link .startplus_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .startup_link h5 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .startup_link p {
    margin-bottom: 0;
  }

  .ico_arrow::after {
    margin-left: 10px;
  }

  .lct_box {
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }

  .lct_box > li {
    width: 360px;
    margin: 20px 0 0 20px;
    background-position: calc(100% - 30px) 30px;
  }

  .lct_box .bg_lct1 {
    background-image: url(../images/ico_lct1.png);
  }

  .lct_box .bg_lct2 {
    background-image: url(../images/ico_lct2.png);
  }

  .lct_box .bg_lct3 {
    background-image: url(../images/ico_lct3.png);
  }

  .lct_box .bg_lct4 {
    background-image: url(../images/ico_lct4.png);
  }

  .lct_box .bg_lct5 {
    background-image: url(../images/ico_lct5.png);
  }

  .lct_box .bg_lct6 {
    background-image: url(../images/ico_lct6.png);
  }

  :lang(en) .tit_top {
    min-height: 52px;
  }

  :lang(en) .layer_popup_wrap .pop_header {
    font-size: 21px;
  }
}

.insen_tit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.insen_tit.bg01 {
  background-image: url("../images/bg_insentive01_m.jpg");
}

.insen_tit.bg02 {
  background-image: url("../images/bg_insentive02_m.jpg");
}

.insen_tit.bg03 {
  background-image: url("../images/bg_insentive03_m.jpg");
}

.insen_tit.bg04 {
  background-image: url("../images/bg_insentive04_m.jpg");
}

.insen_tit.bg05 {
  background-image: url("../images/bg_insentive05_m.jpg");
}

.insen_tit.bg06 {
  background-image: url("../images/bg_insentive06_m.jpg");
}

.insen_tit.bg07 {
  background-image: url("../images/bg_maxmize01_m.jpg");
}

.insen_tit strong {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 16px;
  color: #fff;
  margin-bottom: 13px;
}

.insen_tit strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  width: 25px;
  height: 2px;
  background: #fff;
}

.insentive_box {
  padding: 100px 17px 17px;
  border: 1px solid #d8d8d8;
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 17px 17px;
}

.insentive_box.bg01 {
  background-image: url("../images/ico_support01.png");
}

.insentive_box.bg02 {
  background-image: url("../images/ico_support02.png");
}

.insentive_box.bg03 {
  background-image: url("../images/ico_support03.png");
}

.insentive_box.bg04 {
  background-image: url("../images/ico_support04.png");
}

.insentive_box.bg05 {
  background-image: url("../images/ico_support05.png");
}

.insentive_box.bg06 {
  background-image: url("../images/ico_support06.png");
}

.insentive_box.bg07 {
  background-image: url("../images/ico_support07.png");
}

.insentive_box > strong {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}

.insentive_box + .insentive_box {
  margin-top: 15px;
}

.insentive_box .table table {
  border-top-width: 1px;
}

.category_list {
  font-size: 0;
}

.category_list > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: calc((100% / 3) - 4px);
  vertical-align: top;
  background: #212e4e;
  font-size: 13px;
  color: #fff;
  line-height: 19px;
  height: 51px;
  margin: 5px 5px 0 0;
}

.category_list > li:nth-child(3n) {
  margin-right: 0;
}

.category_list > li:nth-child(-n + 3) {
  margin-top: 0;
}

.invest_info > div {
  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;
  border-radius: 30px;
  line-height: 19px;
  height: 61px;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.invest_info > div.bg_green {
  background: #088747;
}

.invest_info > div.bg_navy {
  background: #212e4e;
}

.invest_info > div + div {
  margin-top: 15px;
}

.place_name {
  padding-top: 66px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 55px;
}

.place_name.bg01 {
  background-image: url("../images/img_place01.png");
}

.place_name.bg02 {
  background-image: url("../images/img_place02.png");
}

.place_name.bg03 {
  background-image: url("../images/img_place03.png");
}

.startup_info {
  padding: 40px 22px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 337px;
  background-color: #f0f3fa;
  background-image: url("../images/bg_startup_m.jpg");
}

.startup_info > strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #212e4e;
  margin-bottom: 13px;
}

.startup_info > strong:after {
  content: "";
  display: block;
  margin-top: 11px;
  width: 25px;
  height: 2px;
  background: #aaa;
}

.startup_info > ul {
  margin-top: 21px;
  text-align: right;
  font-size: 0;
}

.startup_info > ul > li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 12px 15px;
  text-align: center;
  min-width: 120px;
  font-size: 13px;
  color: #212e4e;
}

.startup_info > ul > li > span {
  display: block;
  line-height: 1;
  font-size: 17px;
  color: #088747;
  font-weight: 600;
  margin-bottom: 15px;
}

.startup_info > ul > li:not(:first-child) {
  margin-left: 10px;
}

.startup_list li {
  border: 1px solid #d8d8d8;
  margin-top: 20px;
}

.startup_list li:first-child {
  margin-top: 0;
}

.startup_list li > a {
  display: block;
  text-align: center;
}

.startup_list li > a .info {
  padding: 0 15px;
}

.startup_list li > a .info .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #ccc;
}

.startup_list li > a .info .img img {
  max-width: 100%;
  max-height: 100%;
}

.startup_list li > a .info .tit {
  padding: 13px 0 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.startup_list li > a .info .tit span {
  display: block;
  color: #088747;
}

.startup_list li > a .btm {
  background: #f0f3fa;
  color: #212e4e;
  padding: 12px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.startup_view {
  padding: 0 15px;
  border: 1px solid #d8d8d8;
}

.startup_view .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  height: 140px;
  border-bottom: 1px solid #d7dbe2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.startup_view .img img {
  max-width: 100%;
  max-height: 140px;
}

.startup_view .txt {
  padding: 15px;
}

.find_business > li {
  position: relative;
  margin-top: 30px;
  border: 4px solid #eee;
  padding: 60px 15px 20px;
}

.find_business > li:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 16px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.find_business > li.bg01:before {
  background-image: url("../images/ico_find_business01_m.png");
}

.find_business > li.bg02:before {
  background-image: url("../images/ico_find_business02_m.png");
}

.find_business > li.bg03:before {
  background-image: url("../images/ico_find_business03_m.png");
}

.find_business > li.bg04:before {
  background-image: url("../images/ico_find_business04_m.png");
}

.find_business > li.bg05:before {
  background-image: url("../images/ico_find_business05_m.png");
}

.find_business > li.bg06:before {
  background-image: url("../images/ico_find_business06_m.png");
}

.find_business > li h5 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #0a3a61;
  margin-bottom: 6px;
}

.find_business > li strong {
  display: block;
  font-weight: 400;
  color: #222;
  margin-bottom: 12px;
}

.find_business > li p {
  padding-top: 10px;
  border-top: 1px dashed #d8d8d8;
}

.find_business > li:nth-child(even) h5 {
  color: #088747;
}

.find_area_list > li {
  border: 1px solid #d8d8d8;
}

.find_area_list > li:not(:first-child) {
  margin-top: 10px;
}

.find_area_list > li .l {
  position: relative;
  text-align: center;
  background: #f6f6f6;
  padding: 17px 10px 17px;
  font-weight: 500;
  color: #222;
}

.find_area_list > li .l:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.find_area_list > li .r {
  padding: 17px;
}

.find_area_list > li .r strong {
  display: block;
  line-height: 1;
  font-weight: 400;
  color: #222;
  margin-bottom: 6px;
}

.find_area_list > li.bg01 .l:before {
  background-image: url("../images/ico_find_area01_m.png");
}

.find_area_list > li.bg02 .l:before {
  background-image: url("../images/ico_find_area02_m.png");
}

.find_area_list > li.bg03 .l:before {
  background-image: url("../images/ico_find_area03_m.png");
}

.center_top_info {
  padding: 110px 0 0 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-image: url("../images/bg_center_info_m.jpg");
}

.center_top_info .txt {
  padding: 25px 20px;
  background: #fff;
}

.center_top_info .txt h4 {
  font-size: 27px;
  color: #0060ca;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 600;
}

.center_top_info .txt strong {
  display: block;
  color: #0060ca;
  font-size: 14px;
  font-weight: 400;
}

.box_list > li:not(:first-child) {
  margin-top: 15px;
}

.center_info_list > li {
  background-color: #f0f3fa;
  background-position: 50% 61px;
  background-size: 75px;
  background-repeat: no-repeat;
  padding: 25px 20px;
  text-align: center;
}

.center_info_list > li.bg01 {
  background-image: url("../images/ico_center01_m.png");
}

.center_info_list > li.bg02 {
  background-image: url("../images/ico_center02_m.png");
}

.center_info_list > li.bg03 {
  background-image: url("../images/ico_center03_m.png");
}

.center_info_list > li h5 {
  font-size: 17px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin-bottom: 105px;
}

.center_bor_list > li {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 4px solid #eee;
  padding: 17px 17px 20px;
  background-position: 17px calc(100% - 20px);
  background-size: auto 80px;
  background-repeat: no-repeat;
  min-height: 186px;
}

.center_bor_list > li.bg01 {
  background-image: url("../images/ico_center04.png");
}

.center_bor_list > li.bg02 {
  background-image: url("../images/ico_center05.png");
}

.center_bor_list > li.bg03 {
  background-image: url("../images/ico_center06.png");
}

.center_bor_list > li h5 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.center_bor_list > li h5 span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #666;
  margin-top: 4px;
}

.center_bor_list > li .txt {
  text-align: right;
}

.center_bor_list > li .txt strong {
  display: block;
  font-weight: 400;
  color: #222;
  margin-bottom: 5px;
}

.center_bor_list > li .txt p {
  line-height: 26px;
}

.center_bor_list > li .txt p span {
  color: #0060ca;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.center_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
}

.center_img_list > li {
  width: calc(50% - 15px);
  margin-left: 15px;
  margin-top: 15px;
  background: #f6f6f6;
}

.center_img_list > li .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  color: #fff;
  padding: 20px;
  height: 138px;
}

.center_img_list > li .img span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
  margin-bottom: 9px;
}

.center_img_list > li .img strong {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 21px;
}

.center_img_list > li .img.bg01 {
  background-image: url("../images/img_center01.jpg");
}

.center_img_list > li .img.bg02 {
  background-image: url("../images/img_center02.jpg");
}

.center_img_list > li .img.bg03 {
  background-image: url("../images/img_center03.jpg");
}

.center_img_list > li .img.bg04 {
  background-image: url("../images/img_center04.jpg");
}

.center_img_list > li .img.bg05 {
  background-image: url("../images/img_center05.jpg");
}

.center_img_list > li .img.bg06 {
  background-image: url("../images/img_center06.jpg");
}

.center_img_list > li .txt {
  padding: 10px 15px;
}

.maxmize_data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.maxmize_data_list > li {
  width: calc(50% - 8px);
  margin-right: 15px;
  margin-top: 15px;
  border: 1px solid #d8d8d8;
}

.maxmize_data_list > li:nth-child(2n) {
  margin-right: 0;
}

.maxmize_data_list > li:nth-child(-n + 2) {
  margin-top: 0;
}

.maxmize_data_list > li > a {
  display: block;
  text-align: center;
}

.maxmize_data_list > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.maxmize_data_list > li > a.bg01:before {
  background-image: url("../images/ico_maxmize01.png");
}

.maxmize_data_list > li > a.bg02:before {
  background-image: url("../images/ico_maxmize02.png");
}

.maxmize_data_list > li > a.bg03:before {
  background-image: url("../images/ico_maxmize03.png");
}

.maxmize_data_list > li > a.bg04:before {
  background-image: url("../images/ico_maxmize04.png");
}

.maxmize_data_list > li > a.bg05:before {
  background-image: url("../images/ico_maxmize05.png");
}

.maxmize_data_list > li > a strong {
  display: block;
  line-height: 35px;
  background: #f0f3fa;
  color: #222;
  font-weight: 400;
  border-top: 1px solid #d8d8d8;
}

.offer_list.box_list > li {
  position: relative;
  margin-top: 17px;
  padding-top: 21px;
}

.offer_list.box_list > li:first-child {
  margin-top: 0;
}

.offer_list.box_list > li h5 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -95px;
  border-radius: 25px;
  width: 190px;
  font-size: 15px;
  color: #fff;
  line-height: 43px;
  text-align: center;
}

.offer_list.box_list > li .txt {
  background: #f0f3fa;
  padding: 36px 15px 15px;
  border-radius: 6px;
}

.bg_resi_step1 {
  background-image: url("../images/ico_resi_step01.png");
}

.bg_resi_step2 {
  background-image: url("../images/ico_resi_step02.png");
}

.bg_resi_step3 {
  background-image: url("../images/ico_resi_step03.png");
}

.bg_resi_step4 {
  background-image: url("../images/ico_resi_step04.png");
}

.bg_resi_step5 {
  background-image: url("../images/ico_resi_step05.png");
}

.bg_resi_step6 {
  background-image: url("../images/ico_resi_step06.png");
}

.sitemap_box {
  border-bottom: 1px solid #d7dbe2;
  padding: 9px 20px 30px 52px;
  background-position: 0 0;
  background-size: 40px;
  background-repeat: no-repeat;
}

.sitemap_box + .sitemap_box {
  margin-top: 20px;
}

.sitemap_box.bg_site_find {
  background-image: url("../images/ico_sitemap01_m.png");
}

.sitemap_box.bg_site_invest {
  background-image: url("../images/ico_sitemap02_m.png");
}

.sitemap_box.bg_site_max {
  background-image: url("../images/ico_sitemap03_m.png");
}

.sitemap_box.bg_site_opti {
  background-image: url("../images/ico_sitemap04_m.png");
}

.sitemap_box.bg_site_seoul {
  background-image: url("../images/ico_sitemap05_m.png");
}

.sitemap_box.bg_site_info {
  background-image: url("../images/ico_sitemap06_m.png");
}

.sitemap_box h4 {
  font-size: 19px;
  color: #212e4e;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.sitemap_box > ul > li {
  margin-top: 15px;
}

.sitemap_box > ul > li:first-child {
  margin-top: 0;
}

.sitemap_box > ul > li > a {
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.sitemap_box > ul > li > a + ul {
  margin-top: 6px;
}

.info_tit {
  background-image: url("../images/bg_info_m.jpg");
  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;
  height: 189px;
}

.info_tit strong {
  padding: 0;
  height: 0;
}

.info_tit strong:after {
  display: none;
}

.contact_wrap .ceo {
  position: relative;
  margin: 0 auto 0;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  color: #fff;
  padding: 28px 10px;
  text-align: center;
}

.contact_wrap .ceo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #212e4e;
  border-radius: 50%;
}

.contact_wrap .ceo strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.contact_wrap .ceo .btn_mail {
  margin: 13px auto 0;
  background-image: url("../images/ico_mail02_m.png");
}

.contact_wrap .btn_mail {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/ico_mail_m.png");
  background-size: 100%;
}

.contact_wrap .btn_tel {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/btn_tel_off.png");
  background-size: 100%;
}

.contact_wrap .team_contact .contact_box {
  position: relative;
  margin-top: 20px;
}

.contact_wrap .team_contact .contact_box:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  z-index: -1;
}

.contact_wrap .team_contact .contact_box .tit {
  position: relative;
  border-radius: 25px;
  background: #088747;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
}

.contact_wrap .team_contact .contact_box .tit:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url("../images/ico_contact_dot.png") 0 0 no-repeat;
}

.contact_wrap .team_contact .contact_box > ul > li {
  position: relative;
  padding: 15px 55px 15px 20px;
  margin-top: 7px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_mail {
  position: absolute;
  top: 12px;
  right: 52px;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_tel {
  position: absolute;
  top: 12px;
  right: 20px;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_tel:hover + .tel_box {
  display: block;
}

.tel_box {
  display: none;
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 10;
  width: 204px;
  padding: 15px 20px;
  border: 1px solid #212e4e;
  background: #fff;
}

.tel_box::before {
  content: "";
  position: absolute;
  right: 7px;
  top: -7px;
  width: 7px;
  height: 10px;
  background: url(../images/ico_tel_arrow.png) no-repeat 0 0 / 5px;
  transform: rotate(90deg);
}

.tel_box > span {
  display: block;
}

.tel_box .tel_name {
  margin-bottom: 3px;
  font-weight: 400;
  color: #222;
}

.contact_wrap .team_contact .contact_box > ul > li .btn_tel:active,
.contact_wrap .team_contact .contact_box > ul > li .btn_tel:hover {
  background-image: url(../images/btn_tel_on.png);
}

.contact_wrap .team_contact .contact_box > ul > li:first-child {
  background: #f6f6f6;
}

.contact_wrap .team_contact .contact_box > ul > li strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.contact_wrap .team_contact .contact_box > ul > li p {
  margin-top: 7px;
}

.find_link > li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  height: 130px;
}

.find_link > li.bg01 {
  background-image: url("../images/bg_find_link01_m.jpg");
}

.find_link > li.bg02 {
  background-image: url("../images/bg_find_link02_m.jpg");
}

.find_link > li.bg03 {
  background-image: url("../images/bg_find_link03_m.jpg");
}

.find_link > li > a {
  display: block;
  padding: 17px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.find_link > li > a:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/btn_plus.png") 0 0 no-repeat;
  background-size: 100%;
  margin-top: 16px;
}

.rnd_list > li {
  margin-top: 15px;
  background-color: #f0f3fa;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 20px);
  padding: 20px;
  min-height: 130px;
}

.rnd_list > li.bg01 {
  background-image: url("../images/ico_rd01.png");
  background-size: 70px;
}

.rnd_list > li.bg02 {
  background-image: url("../images/ico_rd02.png");
  background-size: 70px;
}

.rnd_list > li.bg03 {
  background-image: url("../images/ico_rd03.png");
  background-size: 54px;
}

.rnd_list > li.bg04 {
  background-image: url("../images/ico_rd04.png");
  background-size: 63px;
}

.rnd_list > li:first-child {
  margin-top: 0;
}

.rnd_list > li .tit {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-bottom: 7px;
}

.rnd_list > li strong {
  font-size: 23px;
  line-height: 1;
}

.rnd_list > li span {
  display: inline-block;
  margin-right: 10px;
}

.center_busi_box {
  padding: 40px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  background-image: url("../images/bg_center_buis_m.jpg");
}

.center_busi_box > ul > li {
  background: #fff;
  padding: 20px 17px;
}

.center_busi_box > ul > li > span {
  display: block;
  line-height: 1;
  color: #088747;
  margin-bottom: 12px;
  font-weight: 600;
}

.center_busi_box > ul > li > strong {
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
}

.need_type.need_center {
  text-align: center;
}

.need_type.need_center .need_type_txt {
  background-position: 50% 17px;
}

.resi_bg_type1 {
  background-image: url("../images/bg_resi_type01.png");
}

.resi_bg_type2 {
  background-image: url("../images/bg_resi_type02.png");
}

.resi_bg_type3 {
  background-image: url("../images/bg_resi_type03.png");
}

.bus_txt {
  position: relative;
  padding-left: 16px;
}

.bus_txt + .bus_txt {
  margin-top: 4px;
}

.bus_txt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bus_txt.bus_blue:before {
  background-image: url("../images/ico_bus_blue.png");
}

.bus_txt.bus_green:before {
  background-image: url("../images/ico_bus_green.png");
}

.bus_txt.bus_red:before {
  background-image: url("../images/ico_bus_red.png");
}

.bus_txt.bus_yellow:before {
  background-image: url("../images/ico_bus_yellow.png");
}

:lang(en) .round_tit {
  font-size: 12px;
  line-height: 13px;
}

:lang(en) .center_busi_box {
  background-image: url(../images/eng/bg_center_buis_m.jpg);
}

:lang(en) .center_bor_list > li {
  padding: 17px 17px 18px;
  min-height: 186px;
}

:lang(en) .center_bor_list > li .txt {
  padding-left: 90px;
}

:lang(en) .center_bor_list > li .txt > span {
  display: block;
  color: #666;
  margin-bottom: 10px;
}

:lang(en) .center_bor_list > li .txt strong {
  line-height: 19px;
}

:lang(en) .center_bor_list > li .txt strong em {
  color: #666;
  font-weight: 300;
}

:lang(en) .center_bor_list > li .txt strong em span {
  color: #0060ca;
  font-size: 21px;
  font-weight: 600;
}

:lang(en) .center_bor_list > li .txt p {
  line-height: 24px;
}

:lang(en) .center_img_list > li {
  width: 100%;
}

:lang(en) .category_list > li {
  line-height: 16px;
  padding: 0 5px;
}

.word_break_word {
  word-break: break-word;
}

@media screen and (min-width: 768px), print {
  .insen_tit {
    padding: 67px 20px;
    line-height: 1;
    background-size: auto;
  }

  .insen_tit.bg01 {
    background-image: url("../images/bg_insentive01.jpg");
  }

  .insen_tit.bg02 {
    background-image: url("../images/bg_insentive02.jpg");
  }

  .insen_tit.bg03 {
    background-image: url("../images/bg_insentive03.jpg");
  }

  .insen_tit.bg04 {
    background-image: url("../images/bg_insentive04.jpg");
  }

  .insen_tit.bg05 {
    background-image: url("../images/bg_insentive05.jpg");
  }

  .insen_tit.bg06 {
    background-image: url("../images/bg_insentive06.jpg");
  }

  .insen_tit.bg07 {
    background-image: url("../images/bg_maxmize01.jpg");
  }

  .insen_tit strong {
    font-size: 32px;
    padding-bottom: 27px;
    margin-bottom: 19px;
  }

  .insen_tit strong:after {
    margin-left: -20px;
    width: 40px;
  }

  .insen_tit p {
    line-height: 26px;
  }

  .insentive_box {
    padding: 30px 30px 30px 149px;
    background-size: auto;
    background-position: 30px 30px;
    min-height: 152px;
  }

  .insentive_box > strong {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .insentive_box + .insentive_box {
    margin-top: 20px;
  }

  .category_list {
    font-size: 0;
  }

  .category_list > li {
    display: inline-block;
    width: calc((100% / 6) - 5px);
    font-size: 16px;
    line-height: 38px;
    height: auto;
  }

  .category_list > li:nth-child(3n) {
    margin-right: 5px;
  }

  .category_list > li:nth-child(6n) {
    margin-right: 0;
  }

  .category_list > li:nth-child(-n + 6) {
    margin-top: 0;
  }

  .invest_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .invest_info > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 30px;
    line-height: 1.5;
    height: 64px;
  }

  .invest_info > div + div {
    margin-top: 0;
    margin-left: 20px;
  }

  .place_name {
    display: inline-block;
    min-width: 200px;
    text-align: left;
    padding: 0 0 0 86px;
    line-height: 70px;
    background-position: 0 50%;
    background-size: auto;
  }

  .startup_info {
    position: relative;
    padding: 70px 390px 70px 40px;
    background-size: auto;
    background-image: url("../images/bg_startup.jpg");
  }

  .startup_info > strong {
    font-size: 32px;
    margin-bottom: 19px;
  }

  .startup_info > strong:after {
    margin-top: 16px;
    width: 40px;
  }

  .startup_info > ul {
    position: absolute;
    top: 69px;
    right: 40px;
    margin-top: 0;
  }

  .startup_info > ul > li {
    padding: 18px 20px;
    min-width: 160px;
    font-size: 16px;
  }

  .startup_info > ul > li > span {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .startup_list {
    font-size: 0;
  }

  .startup_list li {
    width: calc((100% / 3) - 20px);
    display: inline-block;
    margin-top: 0;
  }

  .startup_list li:not(:nth-child(3n)) {
    margin-right: 29px;
  }

  .startup_list li:not(:nth-child(-n + 3)) {
    margin-top: 30px;
  }

  .startup_list li > a .info {
    padding: 0 20px;
  }

  .startup_list li > a .info .img {
    height: 119px;
  }

  .startup_list li > a .info .tit {
    padding: 18px 0 22px;
    line-height: 28px;
    font-size: 18px;
  }

  .startup_list li > a .btm {
    font-size: 16px;
    padding: 15px 10px;
  }

  .startup_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
  }

  .startup_view .img {
    width: 379px;
    text-align: center;
    padding: 0;
    height: 140px;
    border: none;
  }

  .startup_view .img img {
    max-width: 100%;
  }

  .startup_view .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    border-left: 2px solid #d7dbe2;
  }

  .find_business > li {
    margin-top: 40px;
    padding: 32px 30px 30px 145px;
  }

  .find_business > li:before {
    top: -24px;
    left: 26px;
    width: 90px;
    height: 90px;
    background-size: auto;
  }

  .find_business > li.bg01:before {
    background-image: url("../images/ico_find_business01.png");
  }

  .find_business > li.bg02:before {
    background-image: url("../images/ico_find_business02.png");
  }

  .find_business > li.bg03:before {
    background-image: url("../images/ico_find_business03.png");
  }

  .find_business > li.bg04:before {
    background-image: url("../images/ico_find_business04.png");
  }

  .find_business > li.bg05:before {
    background-image: url("../images/ico_find_business05.png");
  }

  .find_business > li.bg06:before {
    background-image: url("../images/ico_find_business06.png");
  }

  .find_business > li h5 {
    font-size: 20px;
  }

  .find_business > li strong {
    margin-bottom: 14px;
  }

  .find_business > li p {
    padding-top: 15px;
  }

  .find_area_list > li {
    display: table;
    width: 100%;
  }

  .find_area_list > li .l,
  .find_area_list > li .r {
    display: table-cell;
    vertical-align: middle;
  }

  .find_area_list > li .l {
    width: 255px;
    padding: 30px 10px 30px;
  }

  .find_area_list > li .l:before {
    width: 90px;
    height: 90px;
  }

  .find_area_list > li .r {
    padding: 30px 25px;
  }

  .find_area_list > li .r strong {
    margin-bottom: 9px;
  }

  .find_area_list > li.bg01 .l:before {
    background-image: url("../images/ico_find_area01.png");
  }

  .find_area_list > li.bg02 .l:before {
    background-image: url("../images/ico_find_area02.png");
  }

  .find_area_list > li.bg03 .l:before {
    background-image: url("../images/ico_find_area03.png");
  }

  .center_top_info {
    padding: 160px 0 0 560px;
    background-size: auto;
    background-image: url("../images/bg_center_info.jpg");
    min-height: 420px;
  }

  .center_top_info .txt {
    padding: 37px 40px;
  }

  .center_top_info .txt h4 {
    font-size: 44px;
    margin-bottom: 19px;
  }

  .center_top_info .txt strong {
    font-size: 18px;
  }

  .box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .box_list > li {
    width: calc((100% / 3) - 14px);
  }

  .box_list > li:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }

  .center_info_list > li {
    background-position: 50% 95px;
    background-size: auto;
    padding: 40px 20px;
  }

  .center_info_list > li.bg01 {
    background-image: url("../images/ico_center01.png");
  }

  .center_info_list > li.bg02 {
    background-image: url("../images/ico_center02.png");
  }

  .center_info_list > li.bg03 {
    background-image: url("../images/ico_center03.png");
  }

  .center_info_list > li h5 {
    font-size: 24px;
    margin-bottom: 165px;
  }

  .center_bor_list > li {
    padding: 22px 25px 16px;
    background-position: 50% 105px;
    background-size: auto;
    min-height: 329px;
  }

  .center_bor_list > li h5 {
    font-size: 20px;
  }

  .center_bor_list > li h5 span {
    font-size: 16px;
  }

  .center_bor_list > li .txt strong {
    margin-bottom: 6px;
  }

  .center_bor_list > li .txt p {
    line-height: 36px;
  }

  .center_bor_list > li .txt p span {
    font-size: 28px;
  }

  .center_img_list {
    margin-left: -20px;
    margin-top: -20px;
  }

  .center_img_list > li {
    width: calc((100% / 3) - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }

  .center_img_list > li .img {
    background-size: auto;
    padding: 38px 20px;
    height: 180px;
  }

  .center_img_list > li .img span {
    font-size: 24px;
    padding-bottom: 9px;
    margin-bottom: 14px;
  }

  .center_img_list > li .img strong {
    font-size: 18px;
    line-height: 28px;
  }

  .center_img_list > li .txt {
    padding: 21px 25px;
    min-height: 96px;
  }

  .maxmize_data_list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .maxmize_data_list > li {
    width: calc(20% - 16px);
    margin-right: 20px;
    margin-top: 0;
  }

  .maxmize_data_list > li:nth-child(2n) {
    margin-right: 20px;
  }

  .maxmize_data_list > li:last-child {
    margin-right: 0;
  }

  .maxmize_data_list > li > a:before {
    height: 91px;
  }

  .maxmize_data_list > li > a strong {
    line-height: 46px;
  }

  .offer_list.box_list > li {
    margin-top: 0;
    padding-top: 33px;
  }

  .offer_list.box_list > li h5 {
    margin-left: -112px;
    border-radius: 35px;
    width: 224px;
    font-size: 20px;
    line-height: 66px;
  }

  .offer_list.box_list > li .txt {
    padding: 49px 20px 20px;
    border-radius: 6px;
    height: 100%;
  }

  .insentive_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .insentive_box_wrap > .insentive_box {
    width: calc(50% - 10px);
  }

  .insentive_box_wrap > .insentive_box + .insentive_box {
    margin-left: 20px;
    margin-top: 0;
  }

  .sitemap_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 2px;
    padding: 17px 0 50px 80px;
    background-size: auto;
  }

  .sitemap_box + .sitemap_box {
    margin-top: 30px;
  }

  .sitemap_box.bg_site_find {
    background-image: url("../images/ico_sitemap01.png");
  }

  .sitemap_box.bg_site_invest {
    background-image: url("../images/ico_sitemap02.png");
  }

  .sitemap_box.bg_site_max {
    background-image: url("../images/ico_sitemap03.png");
  }

  .sitemap_box.bg_site_opti {
    background-image: url("../images/ico_sitemap04.png");
  }

  .sitemap_box.bg_site_seoul {
    background-image: url("../images/ico_sitemap05.png");
  }

  .sitemap_box.bg_site_info {
    background-image: url("../images/ico_sitemap06.png");
  }

  .sitemap_box h4 {
    width: 220px;
    font-size: 22px;
    margin-bottom: 0;
  }

  .sitemap_box > ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0;
  }

  .sitemap_box > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-top: 0;
  }

  .sitemap_box > ul > li:not(:nth-child(-n + 4)) {
    margin-top: 29px;
  }

  .sitemap_box > ul > li > a {
    font-size: 18px;
  }

  .sitemap_box > ul > li > a + ul {
    margin-top: 12px;
  }

  .sitemap_box > ul > li > a + ul li > a {
    font-size: 16px;
  }

  .info_tit {
    background-image: url("../images/bg_info.jpg");
    height: 264px;
  }

  .contact_wrap .ceo {
    width: 220px;
    height: 220px;
    padding: 42px 10px;
  }

  .contact_wrap .ceo:after {
    width: 190px;
    height: 190px;
  }

  .contact_wrap .ceo strong {
    font-size: 24px;
    margin-bottom: 2px;
  }

  .contact_wrap .ceo .btn_mail {
    margin: 20px auto 0;
    background-image: url("../images/ico_mail02.png");
  }

  .contact_wrap .btn_mail {
    width: 40px;
    height: 40px;
    background-image: url("../images/ico_mail.png");
    background-size: auto;
  }

  .contact_wrap .btn_tel {
    width: 40px;
    height: 40px;
    background-size: auto;
  }

  .contact_wrap .team_contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
  }

  .contact_wrap .team_contact:before,
  .contact_wrap .team_contact:after {
    content: "";
    position: absolute;
    left: 50%;
    background: #d8d8d8;
    z-index: -1;
  }

  .contact_wrap .team_contact:before {
    margin-left: -384px;
    top: -30px;
    width: 769px;
    height: 1px;
  }

  .contact_wrap .team_contact:after {
    width: 1px;
    height: 30px;
    top: -60px;
  }

  .contact_wrap .team_contact .contact_box {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }

  .contact_wrap .team_contact .contact_box + .contact_box {
    margin-left: 32px;
  }

  .contact_wrap .team_contact .contact_box:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #d8d8d8;
    z-index: -1;
  }

  .contact_wrap .team_contact .contact_box .tit {
    border-radius: 35px;
    font-size: 18px;
    line-height: 66px;
  }

  .contact_wrap .team_contact .contact_box > ul > li {
    padding: 27px 120px 27px 28px;
    margin-top: 10px;
    border-radius: 10px;
  }

  .contact_wrap .team_contact .contact_box > ul > li .btn_mail {
    top: 20px;
    right: 75px;
  }

  .contact_wrap .team_contact .contact_box > ul > li .btn_tel {
    top: 20px;
    right: 29px;
  }

  .tel_box {
    right: -223.8px;
    top: 17px;
    z-index: 10;
    width: 240px;
  }

  .tel_box::before {
    left: -6px;
    right: auto;
    top: 16px;
    width: 7px;
    height: 10px;
    background: url(../images/ico_tel_arrow.png) no-repeat 0 0 / auto;
    transform: rotate(0);
  }

  .tel_box .tel_name {
  }

  .contact_wrap .team_contact .contact_box > ul > li strong {
    font-size: 18px;
  }

  .find_link > li {
    background-position: 0 50%;
    height: 178px;
  }

  .find_link > li.bg01 {
    background-image: url("../images/bg_find_link01.jpg");
  }

  .find_link > li.bg02 {
    background-image: url("../images/bg_find_link02.jpg");
  }

  .find_link > li.bg03 {
    background-image: url("../images/bg_find_link03.jpg");
  }

  .find_link > li > a {
    padding: 28px 31px;
    font-size: 18px;
  }

  .find_link > li > a:after {
    width: 44px;
    height: 44px;
    margin-top: 24px;
  }

  .rnd_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rnd_list > li {
    width: calc(25% - 15px);
    margin: 0 0 0 20px;
    background-position: calc(100% - 30px) calc(100% - 30px);
    background-size: auto !important;
    padding: 29px;
    min-height: 265px;
    font-size: 16px;
  }

  .rnd_list > li:first-child {
    margin-left: 0;
  }

  .rnd_list > li .tit {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .rnd_list > li strong {
    font-size: 32px;
  }

  .rnd_list > li span {
    display: block;
    margin-right: 0;
  }

  .center_busi_box {
    padding: 70px 60px;
    background-size: cover;
    background-position: 100% 50%;
    background-image: url("../images/bg_center_buis.jpg");
  }

  .center_busi_box > ul > li {
    background: #fff;
    padding: 28px 30px;
  }

  .center_busi_box > ul > li > span {
    margin-bottom: 18px;
  }

  .center_busi_box > ul > li > strong {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .center_busi_box > ul > li > .list01 > li {
    line-height: 26px;
  }

  .need_type.need_center .need_type_txt {
    background-position: 50% 30px;
  }

  .bus_txt {
    padding-left: 20px;
  }

  .bus_txt + .bus_txt {
    margin-top: 7px;
  }

  .bus_txt:before {
    top: 4px;
    width: 14px;
    height: 18px;
  }

  .layer_popup_wrap.popup_chatbot .popup {
    width: 370px;
  }

  .layer_popup_wrap.popup_chatbot .pop_con {
    height: calc(100vh - 250px);
    max-height: none;
    padding: 0;
  }

  .layer_popup_wrap.popup_chatbot .pop_con > iframe {
    width: 100%;
    height: 100%;
  }

  :lang(en) .table table thead th {
    padding: 15px 10px;
  }

  :lang(en) .table table tbody th {
    padding: 15px 10px;
  }

  :lang(en) .round_tit {
    font-size: 18px;
    line-height: 32px;
  }

  :lang(en) .stats_seoul .stats_tit {
    padding: 170px 320px 0 0;
  }

  :lang(en) .stats_seoul .stats_tit h4 {
    line-height: 1.25;
  }

  :lang(en) .center_busi_box {
    background-image: url(../images/eng/bg_center_buis.jpg);
  }

  :lang(en) .center_bor_list > li {
    padding: 25px 20px 27px 20px;
    min-height: 388px;
  }

  :lang(en) .center_bor_list > li .txt {
    padding-left: 0;
  }

  :lang(en) .center_bor_list > li .txt > span {
    margin-bottom: 15px;
  }

  :lang(en) .center_bor_list > li .txt strong {
    line-height: 26px;
  }

  :lang(en) .center_bor_list > li .txt strong em span {
    font-size: 28px;
  }

  :lang(en) .center_bor_list > li .txt p {
    line-height: 36px;
    margin-bottom: -11px;
  }

  :lang(en) .center_img_list > li {
    width: calc((100% / 3) - 20px);
  }

  :lang(en) .center_img_list > li .img {
    height: 204px;
    padding: 37px 20px 34px;
    background-size: cover;
  }

  :lang(en) .req_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  :lang(en) .req_list > li {
    min-height: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
  }

  :lang(en) .req_list > li:nth-child(2n) {
    margin-left: 10px;
  }

  :lang(en) .req_list > li > span {
    border: 0;
  }

  :lang(en) .req_list > li > a {
    height: 100%;
    border-left: 1px solid #d8d8d8;
  }

  :lang(en) .category_list {
    margin-bottom: -5px;
  }

  :lang(en) .category_list > li {
    line-height: 38px;
    width: auto;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }

  :lang(en) .container .lnb > ul > li > ul > li > a {
    position: relative;
    padding-left: 14px;
  }

  :lang(en) .container .lnb > ul > li > ul > li > a:before {
    position: absolute;
    top: 11px;
    left: 0;
  }

  :lang(en) .sitemap_box {
    padding-top: 15px;
  }

  :lang(en) .sitemap_box h4 {
    line-height: 1.3;
  }

  :lang(en) .sitemap_box > ul > li > a {
    padding-right: 20px;
  }

  :lang(en) .stats_box > li {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 190px;
  }

  :lang(en) .stats_box > li .stats_label {
    margin-bottom: 0;
  }

  :lang(en) .need_step_list.opt > li {
    position: relative;
    height: 217px;
  }

  :lang(en) .need_step_list.opt > li > button {
    position: absolute;
    bottom: 25px;
    left: 27px;
  }

  .chat_popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 370px;
    height: calc(100% - 250px);
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }

  .chat_popup .close_btn {
    position: absolute;
    width: 58px;
    height: 58px;
    right: 0;
    top: 0;
    background: url(../images/btn_popup_close.png) no-repeat 50% 50%;
  }

  .chat_popup.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .chat_popup iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  :lang(en) .place_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 286px;
    height: 70px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 86px;
    line-height: 160%;
    background-position: 0 50%;
    background-size: auto;
  }

  :lang(en) .sec_bank .inner h2 {
    font-size: 17px;
  }
}

/* 20220802 추가 */
.sec_bank .inner ul {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div div > ul {
  padding: 15px 35px;
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div > ul > li > a {
  font-size: 14px;
  background: 100% 50% / 11px no-repeat;
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div > ul > li > a.open {
  background-image: url("../images/ico_depth03.png");
}

.mobile .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a.open.active {
  color: #212e4e;
  font-weight: 500;
  background-image: url("../images/ico_depth03_on.png");
}

.header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a.active + ul {
  display: block !important;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 {
  border: 0;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 9px 0;
  display: none;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li {
  position: relative;
  padding-left: 7px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li:not(:first-child) {
  margin-top: 2px;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 1px;
  background: #666;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li.active:before {
  background: #222;
}

.header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 > li.active > a {
  color: #222;
  font-weight: 500;
}

.chat_none {
  display: none !important;
}

@media (min-width: 768px) {
  .header .navi_con .gnb_wrap .gnb > ul > li > div .depth03 {
    display: none !important;
  }

  .header .navi_con .gnb_wrap .gnb > ul > li > a.active + div div + ul {
    display: inline-block;
  }
}

.info_map_wrap .map_api {
  height: 270px;
  background: #ddd;
}
.info_map_wrap .map_txt {
  border: 1px solid #d7d7d7;
  background: #f4f4f4;
}
.info_map_wrap .map_txt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  padding: 0 10px 0 70px;
  background: 15px 15px/40px no-repeat;
  font-size: 14px;
}
.info_map_wrap .map_txt > div.bg01 {
  background-image: url("../images/ico_map.png");
}
.info_map_wrap .map_txt > div.bg02 {
  background-image: url("../images/btn_tel_on.png");
}
.info_map_wrap .map_txt > div:not(:first-child) {
  border-top: 1px solid #d7d7d7;
}
.info_map_wrap .map_txt > div > span {
  display: block;
}

@media screen and (min-width: 1297px), print {
  .info_map_wrap .map_api {
    height: 450px;
  }
  .info_map_wrap .map_txt:after {
    content: "";
    display: block;
    clear: both;
  }
  .info_map_wrap .map_txt > div {
    display: block;
    float: left;
    width: 50%;
    height: 74px;
    line-height: 74px;
    padding: 0 10px 0 66px;
    background: 20px 20px/35px no-repeat;
    font-size: 16px;
  }
  .info_map_wrap .map_txt > div.bg01 {
    background-image: url("../images/ico_map.png");
  }
  .info_map_wrap .map_txt > div.bg02 {
    background-image: url("../images/btn_tel_on.png");
  }
  .info_map_wrap .map_txt > div:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #d7d7d7;
  }
  .info_map_wrap .map_txt > div > span {
    display: inline-block;
  }
  .info_map_wrap .map_txt > div > span + span:before {
    content: "/";
    display: inline-block;
    color: #666;
  }
}

.bus_category {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  min-width: 85px;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  border-radius: 20px;
}
.bus_category.cate01 {
  background: #0052a4;
  color: #fff;
}
.bus_category.cate02 {
  background: #996cac;
  color: #fff;
}
.exit_category {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  color: #222;
  font-weight: 500;
  background: #fee430;
  border-radius: 50%;
}
.exit_category {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.table .m_scroll {
  min-width: 768px;
}

.btn_captcha {
  width: 65px;
  height: 26px;
  padding: 4px;
  background-color: #f0f0f0;
  color: #666;
  border: 1px solid #666;
  border-radius: 4px;
  line-height: 2.2 !important;
  cursor: pointer;
}
