@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
.imgToCover {
  /* background-cover */
  position: relative;
  overflow: hidden;
}
.imgToCover > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}

.imgToContain {
  /* background-contain */
  position: relative;
  overflow: hidden;
}
.imgToContain > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

/*
font.scss
*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf") format("opentype");
}
/*
common.scss
*/
html,
body,
div,
span,
input,
select,
textarea,
button,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
section,
footer {
  border: 0;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
input,
table,
tr,
th,
td,
button,
textarea,
select {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

table,
th,
td {
  border-spacing: 0;
  font-weight: normal;
}

th,
td {
  border-collapse: collapse;
}

caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

fieldset,
blockquote,
iframe,
button {
  border: none;
}

i,
em,
u,
cite {
  font-style: normal;
}

strong,
em,
b {
  font-weight: normal;
}

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

input,
button {
  outline: none;
}

option,
label,
textarea {
  margin: 0;
}

label {
  font-weight: normal;
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: transparent;
}

section,
nav,
article,
aside,
header,
footer,
main {
  display: block;
}

select,
textarea,
button {
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #cecece;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type='date']::-webkit-calendar-picker-indicator,
input[type='date']::-webkit-inner-spin-button {
  display: none;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

input {
  font-family: inherit;
  margin: 0;
  line-height: normal;
  -webkit-border-radius: 0;
  resize: none;
}

input[type='email'],
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='number'],
input[type='password'] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='file'] {
  width: 100%;
  padding: 0;
  line-height: normal;
}

input[type='checkbox'] {
  padding: 0;
}

input[type='radio'] {
  width: 14px;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

input[type='image'] {
  border: none;
  background: 0;
}

input[type='text'],
input[type='file'],
input[type='number'],
input[type='password'] {
  text-overflow: '';
}

input[type='text'],
input[type='file'],
input[type='number'],
input[type='password'],
select {
  background-color: #fff;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  zoom: 1;
}

ul.skip li a {
  text-indent: -9999px;
  font-size: 0;
  height: 0;
  position: absolute;
  top: 0;
}
ul.skip li a:focus {
  text-indent: 0;
  font-size: 14px;
  width: 100%;
  min-width: 1250px;
  height: 30px;
  background-color: #0c3874;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  z-index: 999;
}

.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.ml_5 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_40 {
  margin-left: 40px;
}
.mr_5 {
  margin-right: 5px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_30 {
  margin-right: 30px;
}
.mr_40 {
  margin-right: 40px;
}

.pt_5 {
  padding-top: 5px;
}
.pt_10 {
  padding-top: 10px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_30 {
  padding-top: 30px;
}
.pt_40 {
  padding-top: 40px;
}
.pb_5 {
  padding-bottom: 5px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pl_5 {
  padding-left: 5px;
}
.pl_10 {
  padding-left: 10px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_30 {
  padding-left: 30px;
}
.pl_40 {
  padding-left: 40px;
}
.pr_5 {
  padding-right: 5px;
}
.pr_10 {
  padding-right: 10px;
}
.pr_20 {
  padding-right: 20px;
}
.pr_30 {
  padding-right: 30px;
}
.pr_40 {
  padding-right: 40px;
}

._b0 {
  color: black;
}

._b1 {
  color: #111111;
}

._b2 {
  color: #222222;
}

._b3 {
  color: #333333;
}

._b4 {
  color: #444444;
}

._b5 {
  color: #555555;
}

._b6 {
  color: #666666;
}

._b7 {
  color: #777777;
}

._b8 {
  color: #888888;
}

._b9 {
  color: #999999;
}

.lighter {
  font-weight: lighter;
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 500;
}

.bolder {
  font-weight: 700;
}

.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_line {
  text-decoration: underline !important;
}
.text_line_th {
  text-decoration: line-through !important;
}

.ver_middle {
  vertical-align: middle;
}
.ver_top {
  vertical-align: top;
}
.ver_bot {
  vertical-align: bottom;
}

.posi_a {
  position: absolute;
}
.posi_r {
  position: relative;
}
.posi_s {
  position: static;
}
.posi_f {
  position: fixed;
}

.dis_inline {
  display: inline;
}
.dis_block {
  display: block;
}
.dis_inblock {
  display: inline-block;
}
.dis_tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.dis_cel {
  display: table-cell;
  vertical-align: middle;
}

.root_daum_roughmap {
  width: 100% !important;
}

i.xs {
  display: none;
}
@media screen and (max-width: 480px) {
  i.xs {
    display: block;
  }
}
i.sm {
  display: none;
}
@media screen and (max-width: 768px) {
  i.sm {
    display: block;
  }
}
i.lg {
  display: none;
}
@media screen and (max-width: 1024px) {
  i.lg {
    display: block;
  }
}
i.br {
  display: block;
}
@media screen and (max-width: 1400px) {
  i.pc {
    display: none;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rowscroll,
.colscroll {
  -webkit-overflow-scrolling: touch;
}
.rowscroll::-webkit-scrollbar-track,
.colscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.rowscroll::-webkit-scrollbar,
.colscroll::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  background-color: #fff;
}
.rowscroll::-webkit-scrollbar-thumb,
.colscroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #999;
}

.rowscroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.colscroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.comboBx {
  text-align: left;
}
.comboBx,
.comboBx .btn {
  position: relative;
}
.comboBx .btn {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  padding-right: 30px;
  position: relative;
}
.comboBx .btn:after {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.comboBx .btn:after {
  position: absolute;
  width: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 300ms all;
}
.comboBx .btn.on:after {
  transform: translateY(-50%) rotateX(-180deg);
}
.comboBx .list {
  font-size: 0.9em;
  width: 100%;
  display: none;
  padding: 10px 15px;
  line-height: 1.3;
  position: absolute;
  top: 100%;
}
.comboBx .list a:hover {
  text-decoration: underline;
}
.comboBx .list li {
  margin-top: 10px;
}
.comboBx .list li:nth-child(1) {
  margin-top: 0;
}

.modal.start_pop {
  position: absolute;
  top: 110px;
  left: 10px;
  width: auto;
  height: auto;
  right: auto;
  bottom: auto;
  cursor: move;
}
.modal.start_pop .modal-body {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.modal.start_pop .modal-header {
  text-align: center;
}
.modal.start_pop .modal-header,
.modal.start_pop .modal-footer {
  padding: 15px;
}
.modal.start_pop .modal-footer .pop-close {
  float: right;
  display: inline-block;
  cursor: pointer;
}
.modal.start_pop .modal-footer .chk_area,
.modal.start_pop .modal-footer .check-area {
  float: left;
  display: inline-block;
}
.modal.start_pop .modal-footer .chk_area label,
.modal.start_pop .modal-footer .chk_area input,
.modal.start_pop .modal-footer .check-area label,
.modal.start_pop .modal-footer .check-area input {
  cursor: pointer;
}
.modal.start_pop .modal_standard {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .modal.start_pop {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .modal.start_pop .modal-content {
    width: 96% !important;
  }
  .modal.start_pop .modal_standard {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  .modal.start_pop .modal-body {
    max-height: 300px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
  }
  .modal.start_pop .modal-body img {
    width: auto !important;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .close {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
}
.modal .close:hover, .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.8;
}
.modal-open {
  padding-right: 0 !important;
}
.modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open {
  overflow-x: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content {
  display: inline-block;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}
.modal-dialog {
  margin: 0 auto;
  width: 100%;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-title {
  margin: 0;
}
.modal-body {
  position: relative;
}

[class*='btn-type-0'] {
  line-height: 50px;
  display: inline-block;
  text-align: center;
  padding: 0 2em;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 1.0625em;
}
@media all and (min-width: 1025px) {
  [class*='btn-type-0'] {
    min-width: 190px;
    line-height: 60px;
  }
}
[class*='btn-type-0'].small {
  font-size: 12px;
  line-height: 2.5em;
  display: inline-block;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
  transition: 0.3s;
}

.btn-type-01 {
  color: #fff;
  background-color: #009fde;
  border: 1px solid #009fde;
}
.btn-type-01._bg {
  background-color: #009fde;
  border-color: #009fde;
}

.btn-type-02 {
  color: #fff;
  background-color: #394250;
  border: 1px solid #394250;
}

.btn-type-03 {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
}

.btn-type-04 {
  color: #cccccc;
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #555;
}

.btn_flex_wrap {
  display: flex;
  justify-content: center;
}
.btn_flex_wrap li {
  padding: 0 4px;
}
@media screen and (max-width: 1024px) {
  .btn_flex_wrap li {
    padding: 0 2px;
  }
}

/* component/_grid.scss*/
.row,
[class*='row_'] {
  zoom: 1;
}
.row:before, .row:after,
[class*='row_']:before,
[class*='row_']:after {
  content: '';
  display: table;
}
.row:after,
[class*='row_']:after {
  clear: both;
}

.row [class*='col-'],
[class*='row_'] [class*='col-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  float: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row [class*='col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

.row_0 {
  margin-right: 0px;
  margin-left: 0px;
}
.row_0 [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

.row_5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row_5 [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.row_10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row_10 [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .row_m_0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row_m_0 [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row_m_2 {
    margin-right: -2px;
    margin-left: -2px;
  }
  .row_m_2 [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .row_m_5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row_m_5 [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.col-lg-0 {
  display: none;
}

.col-lg-05 {
  width: 4.16667%;
}

.col-lg-1 {
  width: 8.33333%;
}

.col-lg-15 {
  width: 12.5%;
}

.col-lg-2 {
  width: 16.66667%;
}

.col-lg-25 {
  width: 20.83333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-35 {
  width: 29.16667%;
}

.col-lg-4 {
  width: 33.33333%;
}

.col-lg-45 {
  width: 37.5%;
}

.col-lg-5 {
  width: 41.66667%;
}

.col-lg-55 {
  width: 45.83333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-65 {
  width: 54.16667%;
}

.col-lg-7 {
  width: 58.33333%;
}

.col-lg-75 {
  width: 62.5%;
}

.col-lg-8 {
  width: 66.66667%;
}

.col-lg-85 {
  width: 70.83333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-95 {
  width: 79.16667%;
}

.col-lg-10 {
  width: 83.33333%;
}

.col-lg-105 {
  width: 87.5%;
}

.col-lg-11 {
  width: 91.66667%;
}

.col-lg-115 {
  width: 95.83333%;
}

.col-lg-12 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .col-sl-0 {
    display: none;
  }

  .col-sl-05 {
    width: 4.16667%;
  }

  .col-sl-1 {
    width: 8.33333%;
  }

  .col-sl-15 {
    width: 12.5%;
  }

  .col-sl-2 {
    width: 16.66667%;
  }

  .col-sl-25 {
    width: 20.83333%;
  }

  .col-sl-3 {
    width: 25%;
  }

  .col-sl-35 {
    width: 29.16667%;
  }

  .col-sl-4 {
    width: 33.33333%;
  }

  .col-sl-45 {
    width: 37.5%;
  }

  .col-sl-5 {
    width: 41.66667%;
  }

  .col-sl-55 {
    width: 45.83333%;
  }

  .col-sl-6 {
    width: 50%;
  }

  .col-sl-65 {
    width: 54.16667%;
  }

  .col-sl-7 {
    width: 58.33333%;
  }

  .col-sl-75 {
    width: 62.5%;
  }

  .col-sl-8 {
    width: 66.66667%;
  }

  .col-sl-85 {
    width: 70.83333%;
  }

  .col-sl-9 {
    width: 75%;
  }

  .col-sl-95 {
    width: 79.16667%;
  }

  .col-sl-10 {
    width: 83.33333%;
  }

  .col-sl-105 {
    width: 87.5%;
  }

  .col-sl-11 {
    width: 91.66667%;
  }

  .col-sl-115 {
    width: 95.83333%;
  }

  .col-sl-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-0 {
    display: none;
  }

  .col-sm-05 {
    width: 4.16667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-15 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-25 {
    width: 20.83333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-35 {
    width: 29.16667%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-45 {
    width: 37.5%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-55 {
    width: 45.83333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-65 {
    width: 54.16667%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-75 {
    width: 62.5%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-85 {
    width: 70.83333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-95 {
    width: 79.16667%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-105 {
    width: 87.5%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-115 {
    width: 95.83333%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-0 {
    display: none;
  }

  .col-xs-05 {
    width: 4.16667%;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-15 {
    width: 12.5%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-25 {
    width: 20.83333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-35 {
    width: 29.16667%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-45 {
    width: 37.5%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-55 {
    width: 45.83333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-65 {
    width: 54.16667%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-75 {
    width: 62.5%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-85 {
    width: 70.83333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-95 {
    width: 79.16667%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-105 {
    width: 87.5%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-115 {
    width: 95.83333%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
.tab2 li {
  width: 50%;
}
.tab3 li {
  width: 33.3333333333%;
}
.tab4 li {
  width: 25%;
}
.tab5 li {
  width: 20%;
}
.tab6 li {
  width: 16.6666666667%;
}
.tab7 li {
  width: 14.2857142857%;
}
.tab8 li {
  width: 12.5%;
}
.tab9 li {
  width: 11.1111111111%;
}
.tab10 li {
  width: 10%;
}
.tab11 li {
  width: 9.0909090909%;
}
.tab12 li {
  width: 8.3333333333%;
}

.tab-wrap,
.tabwrap {
  position: relative;
}
.tab-wrap .tab,
.tabwrap .tab {
  position: relative;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.tab-wrap .tab li,
.tabwrap .tab li {
  float: left;
}
.tab-wrap .tab a,
.tabwrap .tab a {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
}
.tab-wrap .tab a.active, .tab-wrap .tab a.on, .tab-wrap .tab a:hover,
.tabwrap .tab a.active,
.tabwrap .tab a.on,
.tabwrap .tab a:hover {
  z-index: 1;
}
.tab-wrap .tab-content,
.tabwrap .tab-content {
  display: none;
}

.tab.cup {
  margin: 0 auto;
  width: 100%;
  word-break: keep-all;
}
.tab.cup:before, .tab.cup:after {
  display: table;
  content: '';
}
.tab.cup:after {
  clear: both;
}
.tab.cup li {
  float: left;
  display: table;
  height: 60px;
}
.tab.cup li:first-child a {
  border-left: 0;
}
.tab.cup li a {
  background-color: #fafafa;
  border-right: 0;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  letter-spacing: -0.5px;
  color: #666;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #666;
}
.tab.cup li a:not(.on):hover {
  color: #009fde;
}
.tab.cup li a.on, .tab.cup li a.active {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom: 0;
}
.tab.border {
  text-align: center;
}
.tab.border li {
  display: table;
  height: 53.3333333333px;
  line-height: 1.3;
}
.tab.border a {
  display: table-cell;
  vertical-align: middle;
  font-size: 15.3333333333px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
}
.tab.border a.on {
  color: #009fde;
  border-bottom: 2px solid #009fde;
}
.tab.bar li {
  font-size: 0;
  margin-bottom: 5px;
  width: auto !important;
  display: inline-block;
  float: none;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.tab.bar li:first-child {
  border-left: 0;
  padding-left: 0;
}
.tab.bar a {
  border: 0;
  width: 100%;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #666;
  font-size: 16px;
  position: relative;
}
.tab.bar a:after {
  position: absolute;
  width: 0;
  height: 1px;
  content: '';
  display: inline-block;
  bottom: 0;
  left: 0;
  background-color: #009fde;
  transition: width 300ms;
}
.tab.bar a:hover {
  color: #009fde;
}
.tab.bar a.on {
  color: #009fde;
}
.tab.bar a.on:after {
  width: 100%;
}
.tab.box {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.tab.box:before, .tab.box:after {
  display: table;
  content: '';
}
.tab.box:after {
  clear: both;
}
.tab.box li {
  display: table;
  float: left;
  border: 1px solid #ddd;
  border-left: 0;
  height: 58px;
  table-layout: fixed;
}
.tab.box li:first-child {
  border-left: 1px solid #ddd;
}
.tab.box a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  border: 0;
  width: 100%;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #666;
  background-color: #fff;
  font-size: 1em;
}
.tab.box a.on, .tab.box a.active {
  color: #fff;
  background-color: #009fde;
}
@media screen and (max-width: 1024px) {
  .tab.box li {
    height: 50px;
  }
}

/*
board.scss
*/
.board-box strong,
.board-box b {
  font-weight: bold;
}
.board-box u {
  text-decoration: underline;
}
.board-box i,
.board-box em {
  font-style: italic;
}
.board-box strike,
.board-box s {
  text-decoration: line-through;
}
.board-box ol,
.board-box ol li {
  list-style: decimal;
}
.board-box ul,
.board-box ul li {
  list-style: disc;
}
.board-box img {
  width: auto !important;
  height: auto !important;
}
.board-box h1 {
  font-size: 2em;
}
.board-box h2 {
  font-size: 1.5em;
}
.board-box h3 {
  font-size: 1.17em;
}
.board-box h4 {
  font-size: normal;
}
.board-box h5 {
  font-size: 0.83em;
}
.board-box h6 {
  font-size: 0.67em;
}

input[type='file'] {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  input[type='file'] {
    padding: 0 7px;
  }
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select {
  width: 100%;
}

.table-btn-01,
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select {
  height: 60px;
  border: solid 1px #ccc;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .table-btn-01,
  input[type="date"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select {
    height: 50px;
    padding: 0 7px;
  }
}

textarea {
  padding: 10px;
  border: solid 1px #ccc;
}

select {
  text-overflow: ellipsis;
  width: 100%;
  background-image: url(../images/icon/select_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  font-family: inherit;
  background: none;
  padding: 0;
}
.lt-ie10 select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  height: 1em;
  width: 1em;
  margin: 2px;
  background: red;
  z-index: 5;
}

.lt-ie9 select {
  font-family: inherit;
  background: none;
  padding: 6px;
}

textarea {
  border: solid 1px #ccc;
  background-color: #fff;
  overflow: auto;
  line-height: 1.5;
  min-height: 150px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}
textarea.txtarea {
  width: 100%;
  padding: 8px;
  overflow-y: auto;
}

.file_box {
  position: relative;
  padding-right: 100px;
}
.file_box:hover .btn_type_file {
  background: #666;
}
.file_box .text_01 {
  position: absolute;
  top: 2px;
  left: 0;
}
.file_box p {
  border: 1px solid #ccc;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 10px;
}
.file_box .btn_type_file {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #999;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.file_box .btn_type_file:hover {
  background: #666;
}
.file_box input {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 1024px) {
  .file_box {
    padding-right: 60px;
  }
  .file_box p {
    line-height: 50px;
    height: 50px;
  }
  .file_box .btn_type_file {
    width: 60px;
    height: 50px;
    line-height: 50px;
  }
  .file_box input {
    width: 62px;
    height: 50px;
  }
}

input[type='checkbox'],
input[type='radio'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type='checkbox'] {
  line-height: 19px;
}
input[type='checkbox'] + label {
  padding-left: 25px;
}
input[type='checkbox'] + label:before {
  width: 19px;
  height: 19px;
  top: 50%;
  margin-top: -9.5px;
  content: '';
  position: absolute;
  left: 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  font-size: 17px;
}
input[type='checkbox'] + label:hover:before {
  border-color: #009fde;
}
input[type='checkbox']:checked + label:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e929';
  color: #fff;
  background-color: #009fde;
  border-color: #009fde;
}

input[type='radio'] {
  line-height: 19px;
}
input[type='radio'] + label {
  font-size: 18px;
  padding-right: 20px;
  padding-left: 25px;
}
input[type='radio'] + label:before {
  top: 50%;
  margin-top: -9.5px;
  width: 19px;
  height: 19px;
  content: '';
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
}
input[type='radio']:hover + label:before {
  border-color: #222;
}
input[type='radio']:checked + label:before {
  border: 5px solid #009fde;
}
@media screen and (max-width: 768px) {
  input[type='radio'] {
    line-height: 14px;
  }
  input[type='radio'] + label {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 18px;
  }
  input[type='radio'] + label:before {
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  input[type='radio']:checked + label:before {
    border-width: 4px;
  }
}

.chk_area--tab {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.chk_area--tab input[type='radio']:checked + label,
.chk_area--tab input[type='checkbox']:checked + label {
  color: #009fde;
  border-color: #009fde;
  z-index: 2;
}
.chk_area--tab input[type='radio'] + label,
.chk_area--tab input[type='checkbox'] + label {
  padding: 0;
  border: 0;
  position: relative;
  color: #222;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 10px 0;
  border: 1px solid #ccc;
}
.chk_area--tab input[type='radio'] + label:before, .chk_area--tab input[type='radio'] + label:after,
.chk_area--tab input[type='checkbox'] + label:before,
.chk_area--tab input[type='checkbox'] + label:after {
  content: none !important;
}
.chk_area--term {
  line-height: 1.2;
}
.chk_area--term input[type='radio']:checked + label:before {
  color: #fff;
  background-color: #009fde;
  border-color: #009fde;
}
.chk_area--term input[type='radio'] + label {
  font-size: 16px;
  color: #333;
  padding-left: 20px;
}
.chk_area--term input[type='radio'] + label:before {
  padding: 0;
  margin: 0;
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e929';
  color: #cccccc;
  width: 17px;
  height: 17px;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  left: 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 1px solid #ccc;
  font-size: 15px;
}
@media all and (min-width: 1025px) {
  .chk_area--term input[type='radio'] + label {
    padding-left: 26px;
  }
  .chk_area--term input[type='radio'] + label:before {
    width: 23px;
    height: 23px;
    margin-top: -12px;
    font-size: 21px;
  }
}

.input_date {
  background-image: url(../images/icon/input_date.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-background-size: auto 100%;
}
@media screen and (max-width: 1024px) {
  .input_date {
    background-size: 20px;
  }
}
.input_r_txt {
  padding-right: 1.2em;
  position: relative;
  width: 100%;
}
.input_r_txt input {
  width: 100%;
}
.input_r_txt .r_txt {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.input_find {
  padding-right: 110px;
  position: relative;
  padding-right: 75px;
}
.input_find input {
  width: 100%;
  max-width: 100%;
}
.input_find .table-btn-01 {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009fde;
  border-color: #009fde;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
.input_find .table-btn-01 {
  width: 70px;
}

.bar_span {
  position: relative;
  overflow: hidden;
}
.bar_span span {
  left: -10px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.bar_span span:first-child:before {
  content: none;
}
.bar_span span:before {
  height: 10px;
  margin-top: -5px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-left: 1px solid #ddd;
}

.hyphen_list > li:before {
  content: '- ';
}

.dot_list > li:before {
  content: '· ';
}

.hyphen_list > li,
.dot_list > li {
  line-height: 1.3;
  margin-top: 0.5em;
  position: relative;
  padding-left: 0.7em;
}
.hyphen_list > li.none:before,
.dot_list > li.none:before {
  content: '';
}
.hyphen_list > li:before,
.dot_list > li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.hyphen_list--manual > li,
.dot_list--manual > li {
  padding-left: 1.3em;
}
.hyphen_list--manual > li:before,
.dot_list--manual > li:before {
  content: attr(data-li);
}

.decimal_list,
.decimal_list > li {
  list-style: decimal;
}

.dl_list dt {
  float: left;
  color: #333;
  font-weight: 600;
  padding-right: 1em;
}
.dl_list dd {
  overflow: hidden;
  position: relative;
}

.tbl_scrollwrap_wrap {
  overflow-x: auto;
  position: relative;
}
.tbl_scrollwrap_txt {
  text-align: center;
  display: none;
  color: #888;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 0.8em;
  padding-bottom: 0.3em;
}

table .col_w {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  table .col_w {
    width: 90px;
  }
}
table .code {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: middle;
}
table .w_150 {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  table .w_150 {
    width: 100px;
  }
}
table .xi-volume-up,
table .xi-file-download {
  font-size: 18px;
  color: #009fde;
}
table .xi-renew {
  font-size: 28px;
  color: #009fde;
}
table td.text_left {
  text-align: left;
}

.table_board_for {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #444;
  border-bottom: 1px solid #ddd;
  text-align: center;
  word-break: break-all;
}
.table_board_for.type_a {
  /*조회수*/
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_a colgroup {
    display: none;
  }
  .table_board_for.type_a th:nth-child(1),
  .table_board_for.type_a td:nth-child(1) {
    width: 30px;
  }
  .table_board_for.type_a th:nth-child(3),
  .table_board_for.type_a td:nth-child(3) {
    width: 60px;
  }
  .table_board_for.type_a th:nth-child(4),
  .table_board_for.type_a td:nth-child(4) {
    width: 90px;
  }
}
.table_board_for.type_b {
  /*조회수*/
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_b th:nth-child(2),
  .table_board_for.type_b td:nth-child(2) {
    width: 60%;
  }
  .table_board_for.type_b th:nth-child(3),
  .table_board_for.type_b td:nth-child(3) {
    width: 20%;
  }
  .table_board_for.type_b th:nth-child(4),
  .table_board_for.type_b td:nth-child(4) {
    width: 20%;
  }
  .table_board_for.type_b th:last-child,
  .table_board_for.type_b td:last-child {
    display: none;
  }
}
.table_board_for.type_c {
  /*  분류*/
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_c th:nth-child(2),
  .table_board_for.type_c td:nth-child(2) {
    width: 16%;
  }
  .table_board_for.type_c th:nth-child(3),
  .table_board_for.type_c td:nth-child(3) {
    width: 52%;
  }
  .table_board_for.type_c th:nth-child(4),
  .table_board_for.type_c td:nth-child(4) {
    width: 16%;
  }
  .table_board_for.type_c th:last-child,
  .table_board_for.type_c td:last-child {
    width: 16%;
  }
}
.table_board_for.type_d {
  /* 자료실 */
}
@media screen and (max-width: 768px) {
  .table_board_for.type_d th,
  .table_board_for.type_d td {
    vertical-align: middle;
  }
  .table_board_for.type_d colgroup,
  .table_board_for.type_d th:nth-child(1),
  .table_board_for.type_d td:nth-child(1) {
    display: none;
  }
  .table_board_for.type_d th:nth-child(3),
  .table_board_for.type_d td:nth-child(3) {
    width: 40px;
  }
  .table_board_for.type_d th:nth-child(4),
  .table_board_for.type_d td:nth-child(4) {
    width: 90px;
  }
  .table_board_for.type_d th:last-child,
  .table_board_for.type_d td:last-child {
    width: 110px;
  }
}
.table_board_for.type_e {
  /* 많은 항목 */
}
.table_board_for.type_e th,
.table_board_for.type_e td {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_e {
    display: block;
  }
  .table_board_for.type_e th,
  .table_board_for.type_e td {
    padding: 10px 5px;
  }
  .table_board_for.type_e colgroup,
  .table_board_for.type_e th:nth-child(1),
  .table_board_for.type_e td:nth-child(1) {
    width: 100%;
    display: block;
  }
  .table_board_for.type_e th:nth-child(2),
  .table_board_for.type_e td:nth-child(2) {
    width: 100%;
  }
  .table_board_for.type_e th:nth-child(3),
  .table_board_for.type_e td:nth-child(3) {
    width: 100%;
  }
  .table_board_for.type_e th:last-child,
  .table_board_for.type_e td:last-child {
    width: 100%;
  }
  .table_board_for.type_e tbody,
  .table_board_for.type_e colgroup,
  .table_board_for.type_e tr,
  .table_board_for.type_e th,
  .table_board_for.type_e td {
    display: block;
    border: none;
  }
  .table_board_for.type_e thead {
    display: none;
  }
  .table_board_for.type_e tr {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  .table_board_for.type_e tr td,
  .table_board_for.type_e tr th {
    padding: 0;
    border: none;
    text-align: left;
    line-height: 1.7;
  }
  .table_board_for.type_e tr th {
    padding: 10px 0 5px;
    text-align: left;
  }
  .table_board_for.type_e tr td {
    position: relative;
    padding-left: 80px;
  }
  .table_board_for.type_e tr td:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
    font-weight: 500;
  }
  .table_board_for.type_e tr td a {
    position: relative;
  }
  .table_board_for.type_e tr td a:before {
    content: '';
    height: 10px;
    border-left: 1px solid #ccc;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .table_board_for.qna_type_a colgroup,
  .table_board_for.qna_type_a colgroup col,
  .table_board_for.qna_type_a thead {
    display: none;
  }
  .table_board_for.qna_type_a tr:after {
    content: '';
    display: block;
    clear: both;
  }
  .table_board_for.qna_type_a tbody tr {
    border-top: 1px solid #ddd;
    padding: 5px 0;
    overflow: hidden;
    clear: both;
    width: 100%;
  }
  .table_board_for.qna_type_a tbody tr:first-child {
    border-top: 0;
  }
  .table_board_for.qna_type_a tbody,
  .table_board_for.qna_type_a tr,
  .table_board_for.qna_type_a td {
    display: block;
    width: 100% !important;
    text-align: left;
    border: none;
  }
  .table_board_for.qna_type_a tbody:nth-child(2),
  .table_board_for.qna_type_a tr:nth-child(2),
  .table_board_for.qna_type_a td:nth-child(2) {
    float: left;
    width: 100% !important;
  }
  .table_board_for.qna_type_a tbody:nth-child(3), .table_board_for.qna_type_a tbody:nth-child(4), .table_board_for.qna_type_a tbody:nth-child(5),
  .table_board_for.qna_type_a tr:nth-child(3),
  .table_board_for.qna_type_a tr:nth-child(4),
  .table_board_for.qna_type_a tr:nth-child(5),
  .table_board_for.qna_type_a td:nth-child(3),
  .table_board_for.qna_type_a td:nth-child(4),
  .table_board_for.qna_type_a td:nth-child(5) {
    float: left;
    margin-right: 5px;
    width: auto !important;
  }
}
.table_board_for thead th {
  color: #444;
  font-weight: bold;
}
.table_board_for a:hover {
  color: #009fde;
  text-decoration: underline !important;
}
.table_board_for th,
.table_board_for td {
  vertical-align: middle;
}
.table_board_for th {
  padding: 13px 2px;
  position: relative;
  color: #000;
  font-weight: 700;
}
.table_board_for th:first-child:before {
  display: none;
}
.table_board_for td {
  padding: 15px 5px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.table_board_for td .img_bx {
  overflow: hidden;
  width: 80px;
  margin: 0 auto;
  background: url(../images/board/no_img.jpg) no-repeat center center;
  background-size: cover;
}
.table_board_for td .img_bx .img_src {
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
}
@media screen and (max-width: 1024px) {
  .table_board_for th,
  .table_board_for td {
    padding: 8px 5px;
  }
}

.table-view-01 {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.table-view-01 .tit {
  font-size: 16px;
  color: #000;
}
.table-view-01 tr:first-child th,
.table-view-01 tr:first-child td {
  border-top: solid 1px #000;
}
.table-view-01 th,
.table-view-01 td {
  padding: 10px 8px;
  vertical-align: top;
  border-top: solid 1px #ddd;
}
.table-view-01 th {
  color: #333;
  text-align: left;
  font-weight: 500;
}
.table-view-01 .blue {
  color: #5d9ad3;
}
.table-view-01 .text_left {
  text-align: left;
}
.table-view-01 .addfile_txt {
  padding-left: 35px;
  background-image: url(../images/icon/file_i.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1024px) {
  .table-view-01 .addfile_txt {
    padding-left: 20px;
    background-size: 15px;
  }
}
.table-view-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #489fc4;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
.table-view-01.title-black th {
  color: #333;
}
.table-view-01.th-center th {
  text-align: center;
}
.table-view-01.table-line th,
.table-view-01.table-line td {
  border: solid 1px #ddd;
}
.table-view-01 td .board-box {
  min-height: 150px;
  text-align: initial;
}
.table-view-01 .tbl_detail_list li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.table-view-01 .tbl_detail_list li:last-child {
  padding-right: 0;
}
.table-view-01 .tbl_detail_list li:first-child {
  padding-left: 0;
}
.table-view-01 .tbl_detail_list li .tit_t {
  font-weight: bold;
  color: #222;
  margin-right: 5px;
}
.table-view-01 .tbl_detail_list li:first-child:before {
  display: none;
}
.table-view-01 .tbl_detail_list li:before {
  content: '';
  border-left: 1px solid #ccc;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: -2px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .table-view-01 .tbl_detail_list li {
    padding: 0 4px;
  }
  .table-view-01 .tbl_detail_list li .tit_t {
    margin-right: 0;
  }
}
.table-view-01 .tit_box p.tit {
  float: left;
}
.table-view-01 .tit_box p.tit .type_t {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  background: #666;
  letter-spacing: -0.8px;
  padding: 0 5px;
  height: 25px;
  line-height: 23px;
  box-sizing: border-box;
  margin-right: 10px;
}
.table-view-01 .tit_box p.tbl_detail_span {
  float: right;
}
.table-view-01 .tit_box p.tbl_detail_span span:first-child:before {
  display: none;
}
.table-view-01 .tit_box p.tbl_detail_span span:before {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 10px;
  margin: -1px 7px 0 4px;
  background: #bbb;
  content: '';
  vertical-align: middle;
}
.table-view-01 .tit_box p.tbl_detail_span > span.anwer:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_on:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_off:before {
  display: none;
}
.table-view-01.type_e {
  /*항목이 많은 경우 */
}
.table-view-01.type_e .col_w {
  width: 150px;
}
.table-view-01.type_e th {
  background: #f6f6f6;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .table-view-01.type_e .col_w {
    width: 80px;
  }
  .table-view-01.type_e th {
    padding: 8px 2px;
  }
}

.border-list-type {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.border-list-type li {
  border-bottom: solid 1px #c7c7c7;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 100px;
  text-align: left;
}
.border-list-type li a {
  display: block;
}
.border-list-type li a .list-title {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 50px;
  box-sizing: border-box;
  color: #222;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 12px;
}
.border-list-type li a .list-up-bg {
  background-image: url("../images/icon/list-prev.png");
}
.border-list-type li a .list-down-bg {
  background-image: url("../images/icon/list-next.png");
}
.border-list-type li a .w-con {
  float: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-list-type .border-none {
  border-bottom: none;
}

.paging-area {
  position: relative;
  margin-top: 30px;
  font-size: 0;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.paging-area li {
  display: inline-block;
  margin-left: 2px;
  padding: 0;
}
.paging-area li:nth-child(1) {
  margin-left: 0;
}
.paging-area a {
  font-size: 14px;
  position: relative;
  display: block;
  width: 36.6666666667px;
  height: 36.6666666667px;
  line-height: 36.6666666667px;
  border-radius: 50%;
  background-size: 23.3333333333px;
  background-repeat: no-repeat;
  background-position: center;
  color: #999;
}
.paging-area a span {
  display: inline-block;
  text-indent: -9999px;
}
.paging-area a.active {
  background-color: #36393c;
  text-decoration: none;
  color: #fff;
}
.paging-area a.prev {
  background-image: url("../images/icon/paging-prev.png");
}
.paging-area a.next {
  background-image: url("../images/icon/paging-next.png");
}

.board-search-01 {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .board-search-01.type_c .select-type-01 {
    top: 65px;
  }
  .board-search-01.type_c .select-type-01.first {
    position: static;
    width: 100%;
    margin-bottom: 5px;
  }
  .board-search-01.type_c .btn-color-01 {
    top: 65px;
  }
}
.board-search-01 select,
.board-search-01 input {
  border: solid 1px #ddd;
  background-color: #fff;
}
.board-search-01 .select-type-01 {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.board-search-01 .input-type-01 {
  padding: 0 5px;
  width: 20%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.board-search-01 .btn {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  height: 40px;
  line-height: normal;
}
.board-search-01 .btn-color-01 {
  width: 90px;
  color: #333;
  background-color: #f6f6f6;
  border: solid 1px #ddd;
}
@media screen and (max-width: 1024px) {
  .board-search-01 .select-type-01 {
    width: 21%;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .board-search-01 .input-type-01 {
    margin: 0 22% 0 22%;
    width: 56%;
  }
  .board-search-01 .btn-color-01 {
    width: 21%;
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.qna {
  border-top: 1px solid #f0f0f0;
  text-align: left;
  line-height: 1.4;
}
.qna.type_b .qna-header a {
  background: none !important;
}
.qna.type_b .qna-header a {
  position: relative;
}
.qna.type_b .qna-header a.select:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.qna .qna-header,
.qna .qna-body {
  padding: 20px;
  padding-left: 50px;
  border-bottom: solid 1px #f0f0f0;
  position: relative;
}
.qna .qna-header:before,
.qna .qna-body:before {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 50%;
  font-size: 20px;
  line-height: 1;
  margin-top: -10px;
  left: 0;
  width: 50px;
  text-align: center;
  font-weight: 500;
}
.qna .qna-header {
  font-size: 17.3333333333px;
  padding-right: 50px;
  line-height: 1.3;
}
.qna .qna-header,
.qna .qna-header a {
  color: #333;
}
.qna .qna-header:after {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.qna .qna-header:after {
  width: 50px;
  text-align: center;
  color: #b0b0b0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.qna .qna-header.select:after {
  transform: translateY(-50%) rotateX(-180deg);
}
.qna .qna-header:before {
  content: 'Q.';
}
.qna .qna-header a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  color: #222;
}
.qna .qna-body {
  display: none;
  color: #333;
  background-color: #f9f9f9;
}
.qna .qna-body:before {
  content: 'A.';
  color: #009fde;
}

/*
inc.scss
*/
._mc {
  color: #009fde;
}

._mc2 {
  color: #21344e;
}

.red {
  color: #d93e3d;
}

.tit02 {
  line-height: 1.3;
  font-size: 1.5em;
  color: #222;
  letter-spacing: -0.03em;
}

.tit03 {
  line-height: 1.3;
  font-size: 1.3em;
  letter-spacing: -0.03em;
}

.txt03 {
  font-size: 1.2em;
}

.txt04 {
  font-size: 1.05em;
}

.txt05 {
  font-size: 0.9em;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0 auto;
  font-family: "Noto Sans KR", sans-serif;
  width: 100%;
  color: #666;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  overflow-x: hidden;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.wrapper {
  max-width: 1430px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

::selection {
  background: #d9d9d9;
  color: #1695c8;
  text-shadow: none;
}

#loading {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 9999;
  transition: 500ms all;
  animation-delay: 500ms;
  animation-duration: 1s;
  animation-fill-mode: both;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#loading img {
  width: 70px;
  opacity: 0.7;
  -webkit-animation: spin 3s infinite linear;
  animation: spin 3s infinite linear;
}
.js #loading {
  opacity: 0;
  animation-name: delete_loading;
}

.no-js #loading {
  opacity: 1;
}

@-webkit-keyframes delete_loading {
  to {
    width: 0;
    height: 0;
  }
}
@keyframes delete_loading {
  to {
    width: 0;
    height: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#header {
  height: 100px;
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header {
    height: 60px;
  }
}
.main_contents,
.sub_visual_wrap {
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  .main_contents,
  .sub_visual_wrap {
    margin-top: -60px;
  }
}

.header {
  height: 60px;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .logo {
  position: relative;
  display: inline-block;
}
.header .logo a {
  font-size: 0;
  display: block;
  line-height: 60px;
}
.header .logo__img {
  height: 40px;
  vertical-align: middle;
}
.header .logo__img--color {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .gnb_box,
  .header .mypagelink {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .header {
    height: 100px;
    text-align: left;
  }
  .header__wrapper {
    transition: all 500ms cubic-bezier(0.04, 0.4, 0.35, 1.02);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
  }
  .header:hover {
    background-color: #fff;
  }
  .header:hover .logo__img--white {
    display: none;
  }
  .header:hover .logo__img--color {
    display: inline-block;
  }
  .header:hover .mypagelink__btn {
    border-color: #ccc;
  }
  .header:hover .gnb_box .depth01 > a {
    color: #222222;
  }
  .header .header__btn--nav {
    display: none;
  }
  .header .logo {
    width: 260px;
  }
  .header .logo__img {
    height: 56px;
  }
  .header .logo {
    width: 210px;
  }
  .header .mypagelink {
    width: 280px;
  }
  .header .gnb_box {
    width: calc(100% - 210px - 280px);
  }
  .header .mypagelink {
    display: flex;
    justify-content: flex-end;
  }
  .header .mypagelink__btn {
    display: inline-block;
    margin-left: 4px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    padding: 0 15px 0 10px;
    align-items: center;
    border: 1px solid #fff;
    background-color: #fff;
    color: #222;
    font-size: 14px;
    letter-spacing: -0.03em;
  }
  .header .mypagelink__btn--cs:before {
    background-position-y: 0;
  }
  .header .mypagelink__btn--direct:before {
    background-position-y: 33.33%;
  }
  .header .mypagelink__btn:hover {
    background-color: #009fde;
    border-color: #009fde;
    color: #fff;
  }
  .header .mypagelink__btn:hover:before {
    background-position-x: 0;
  }
  .header .mypagelink__btn:before {
    margin-right: -6px;
    content: '';
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/main/spr_common.png);
    background-position-x: 100%;
    background-repeat: no-repeat;
  }
  .header .gnb_box {
    text-align: center;
    word-break: keep-all;
    font-size: 0;
    line-height: 1.3;
  }
  .header .gnb_box .depth {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .header .gnb_box .depth01 {
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header .gnb_box .depth01, .header .gnb_box .depth01:after {
    transition: all 300ms cubic-bezier(0.04, 0.4, 0.35, 1.02);
  }
  .header .gnb_box .depth01:after {
    content: '';
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 2px solid #009fde;
  }
  .header .gnb_box .depth01:hover > a, .header .gnb_box .depth01.on > a {
    color: #009fde;
  }
  .header .gnb_box .depth01:hover:after, .header .gnb_box .depth01.on:after {
    width: 100%;
  }
  .header .gnb_box .depth01 > a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.03em;
  }
  .header .gnb_box .depth02_box {
    padding: 20px 10px;
    line-height: 1.3;
    position: absolute;
    width: 200px;
    left: 50%;
    top: 100%;
    background-color: #fff;
    text-align: center;
    margin-left: 100px;
    display: none;
  }
  .header .gnb_box .depth02_box li {
    margin: 5px 0;
  }
}
.header.simple {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 1025px) {
  .header.simple,
  .header.simple .header__wrapper {
    height: 75px;
  }
}
.header.simple .header__btn--nav:before {
  background-position-x: 0;
}
.header.simple .logo__img--white {
  display: none;
}
.header.simple .logo__img--color {
  display: inline-block;
}
.header.simple .mypagelink__btn {
  border-color: #ccc;
}
.header.simple .gnb_box .depth01 > a {
  color: #222222;
}

[class*='header__btn'] {
  top: 0;
  position: absolute;
  height: 60px;
  width: 60px;
}
[class*='header__btn']:before {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 23.3333333333px;
  height: 23.3333333333px;
  background-image: url(../images/main/spr_gnb.png);
  background-size: 46.6666666667px auto;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.header__btn--nav {
  right: 0;
}
.header__btn--nav:before {
  background-position-y: 0;
}
.header__btn--close {
  right: 0;
}
.header__btn--close:before {
  background-position-y: 33.33%;
  background-position-x: 0%;
}
.header__btn--search {
  left: 0;
}
.header__btn--search:before {
  background-position-y: 66.66%;
}
.header__btn--back {
  left: 0;
}
.header__btn--back:before {
  background-position-y: 100%;
}

.mo_gnb_wrap {
  top: 0;
  position: fixed;
  right: -100%;
  transition: all 300ms cubic-bezier(0.04, 0.4, 0.35, 1.02);
  z-index: 99999;
  overflow: auto;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background-color: #f6f6f6;
  word-break: keep-all;
}
.mo_gnb_wrap.on {
  right: 0;
}

.nav__logo {
  text-align: center;
  padding: 40px 0;
  background-color: #fff;
}
.nav__logo .logo__img {
  height: 56px;
}
.nav__mypagelink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav__mypagelink__btn {
  text-align: center;
  line-height: 63.3333333333px;
  width: 50%;
  color: #fff;
  font-size: 16px;
}
.nav__mypagelink__btn:before {
  margin-right: 5px;
  background-image: url(../images/main/spr_common-m.png);
  vertical-align: middle;
  content: '';
  width: 26.6666666667px;
  height: 26.6666666667px;
  background-size: 26.6666666667px;
  display: inline-block;
}
.nav__mypagelink__btn--cs {
  background-color: #009fde;
}
.nav__mypagelink__btn--cs:before {
  background-position-y: 0;
}
.nav__mypagelink__btn--direct {
  background-color: #21344e;
}
.nav__mypagelink__btn--direct:before {
  background-position-y: 33.33%;
}

.gnb_box_mobile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 133.3333333333px;
}
.gnb_box_mobile .depth01_wrap {
  letter-spacing: -0.03em;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 133.3333333333px;
  line-height: 1.3;
  padding: 0 15px;
  white-space: nowrap;
}
.gnb_box_mobile .depth01_wrap li {
  margin: 30px 0;
}
.gnb_box_mobile .depth01_wrap a {
  color: #777;
  font-size: 16px;
}
.gnb_box_mobile .depth01_wrap a.on {
  color: #222;
  font-weight: 600;
}
.gnb_box_mobile .depth02_wrap {
  height: 100%;
  overflow-y: auto;
  letter-spacing: -0.03em;
  text-align: left;
  padding: 0 15px;
  background-color: #fff;
}
.gnb_box_mobile .depth02_wrap > li {
  display: none;
}
.gnb_box_mobile .depth02_wrap > li.on {
  display: block;
}
.gnb_box_mobile .depth02_wrap .depth02_box {
  padding: 15px 0;
}
.gnb_box_mobile .depth02_wrap .depth02_box > li.has_03 > a:after {
  content: '\e941';
}
.gnb_box_mobile .depth02_wrap .depth02_box > li > a {
  padding: 12px 0;
  font-size: 14px;
  color: #333;
  position: relative;
  display: block;
}
.gnb_box_mobile .depth02_wrap .depth02_box > li > a:after {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.gnb_box_mobile .depth02_wrap .depth02_box > li > a:after {
  color: #b0b0b0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.nav_bg {
  top: 0;
  display: block;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms cubic-bezier(0.04, 0.4, 0.35, 1.02);
}
.nav_bg.on {
  visibility: visible;
  z-index: 9;
  opacity: 0.6;
}

.footer_wrap {
  border-top: 1px solid #ddd;
  word-break: keep-all;
  font-size: 13px;
  background-color: #fff;
  text-align: left;
}
.main-home {
  border-top: 1px solid #eee;
}
@media all and (min-width: 1025px) {
  .main-home {
    border-top: 0;
  }
}
.footer_wrap .logo_wrap {
  display: none;
}
.footer_wrap .link_wrap {
  padding: 20px 0;
  text-align: center;
}
.footer_wrap .link_wrap .bar_span a {
  color: #999;
}
.footer_wrap .link_wrap .bar_span span {
  left: 0;
  padding: 0 6px;
}
.footer_wrap .sns_wrap {
  padding: 20px 0;
  padding-top: 0;
  text-align: center;
}
.footer_wrap .sns_wrap img {
  width: 40px;
}
.footer_wrap .sns_wrap a {
  display: block;
}
.footer_wrap .sns_wrap li {
  display: inline-block;
}
.footer_wrap .txt_wrap {
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
}
.footer_wrap .txt_wrap .btn {
  display: block;
  color: #999;
  padding: 20px 0;
  text-align: left;
  position: relative;
}
.footer_wrap .txt_wrap .btn i {
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}
.footer_wrap .txt_wrap .btn.on i {
  transform: translateY(-50%) rotate(180deg);
}
.footer_wrap .txt_wrap .txt {
  display: none;
  color: #999;
  padding-top: 20px;
  line-height: 1.3;
  border-top: 1px solid rgba(208, 208, 208, 0.4);
}
.footer_wrap .txt_wrap .txt dl {
  margin-top: 0.6em;
}
.footer_wrap .txt_wrap .txt dl:nth-child(1) {
  margin-top: 0;
}
.footer_wrap .txt_wrap .txt dt {
  width: 12em;
  float: left;
}
.footer_wrap .txt_wrap .txt dd {
  overflow: hidden;
  position: relative;
  color: #666;
}
.footer_wrap .txt_wrap .txt .copy {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
@media all and (min-width: 1025px) {
  .footer_wrap .footer__wrapper {
    position: relative;
    padding-left: 200px;
    padding-right: 220px;
  }
  .footer_wrap .link_wrap {
    font-size: 0;
    text-align: left;
  }
  .footer_wrap .link_wrap .bar_span span {
    padding: 0 10px;
    font-size: 13px;
  }
  .footer_wrap .link_wrap .bar_span span:nth-child(1) {
    padding-left: 0;
  }
  .footer_wrap .logo_wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_wrap .logo_wrap .logo {
    height: 60px;
  }
  .footer_wrap .sns_wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_wrap .txt_wrap {
    border-color: #e9e9e9;
  }
  .footer_wrap .txt_wrap .btn {
    display: none;
  }
  .footer_wrap .txt_wrap .txt {
    position: relative;
    overflow: hidden;
    display: block !important;
    font-size: 12px;
  }
  .footer_wrap .txt_wrap .txt .copy {
    margin-top: 0;
    display: block;
  }
  .footer_wrap .txt_wrap .txt dl {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    position: relative;
  }
  .footer_wrap .txt_wrap .txt dl:nth-child(1) {
    padding-left: 0;
  }
  .footer_wrap .txt_wrap .txt dl:before {
    height: 10px;
    margin-top: -5px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #ddd;
  }
  .footer_wrap .txt_wrap .txt dt,
  .footer_wrap .txt_wrap .txt dd {
    font-weight: 300;
    color: #a9a9a9;
    display: inline-block;
  }
  .footer_wrap .txt_wrap .txt dt {
    width: auto;
  }
  .footer_wrap .txt_wrap .txt dt:after {
    content: ' : ';
    margin-right: 0.3em;
  }
}

/*
_main.css
*/
.sec__visual,
.sec__visual .mv_visual {
  position: relative;
}
.sec__visual .slick {
  font-size: 0;
  margin-bottom: 0;
}
.sec__visual .slick-pager {
  font-size: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100%;
  margin-left: -700px;
}
.sec__visual .slick-pager * {
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .sec__visual .slick-pager {
    left: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sec__visual .slick-pager {
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 15px;
    margin-left: 0;
  }
}
.sec__visual .slick-pager .pager {
  vertical-align: middle;
  display: inline-block;
}
.sec__visual .slick-dots {
  position: relative;
  bottom: auto;
  width: auto;
}
.sec__visual .slick-dots.progress li.slick-active button:before {
  animation: proBar 6s 1;
  animation-timing-function: linear;
}
.sec__visual .slick-dots.progress.pause button:before {
  animation-play-state: paused;
}
@keyframes proBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.sec__visual .slick-dots li {
  margin: 0;
  margin-right: 10px;
}
.sec__visual .slick-dots li.slick-active button {
  background-color: #6b6f8f;
}
.sec__visual .slick-dots li button {
  position: relative;
  padding: 0;
  border-radius: 0;
  width: 80px;
  height: 3px;
  background-color: rgba(204, 204, 204, 0.5);
}
.sec__visual .slick-dots li button:before {
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  background-color: #009fde;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sec__visual .slick-dots li button {
    width: 50px;
    height: 2px;
  }
}
.sec__visual .slick-ctrl {
  vertical-align: middle;
  display: inline-block;
}
.sec__visual .slick-ctrl button {
  display: inline-block;
  padding: 3px;
}
.sec__visual .slick-ctrl button .icon {
  width: 24px;
  height: 24px;
  display: block;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .sec__visual .slick-ctrl button .icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.sec__visual .slick-ctrl .slick-pause .icon {
  background-image: url(../images/main/i_pause.png);
}
@media screen and (max-width: 1024px) {
  .sec__visual .slick-ctrl .slick-pause .icon {
    background-image: url(../images/main/i_pause-m.png);
  }
}
.sec__visual .slick-ctrl .slick-play {
  display: none;
}
.sec__visual .slick-ctrl .slick-play .icon {
  background-image: url(../images/main/i_play.png);
}
@media screen and (max-width: 1024px) {
  .sec__visual .slick-ctrl .slick-play .icon {
    background-image: url(../images/main/i_play-m.png);
  }
}
.sec__visual .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 110vw;
}
@media screen and (max-width: 1024px) {
  .sec__visual .item {
    max-height: 800px;
  }
}
.sec__visual .item._1 {
  background-image: url(../images/main/mv1.jpg);
}
@media screen and (max-width: 1024px) {
  .sec__visual .item._1 {
    background-image: url(../images/main/mv1-m.jpg);
  }
}
.sec__visual .item._2 {
  background-image: url(../images/main/mv2.jpg);
}
@media screen and (max-width: 1024px) {
  .sec__visual .item._2 {
    background-image: url(../images/main/mv2-m.jpg);
  }
}
.sec__visual .item._3 {
  background-image: url(../images/main/mv3.jpg);
}
@media screen and (max-width: 1024px) {
  .sec__visual .item._3 {
    background-image: url(../images/main/mv3-m.jpg);
  }
}
@media all and (min-width: 1025px) {
  .sec__visual .item {
    height: 812px;
    height: calc(100vh - 135px);
  }
}
.sec__visual .txt_bx {
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -700px;
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .sec__visual .txt_bx {
    left: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sec__visual .txt_bx {
    bottom: auto;
    top: 110px;
  }
}
.sec__visual .txt_bx .tit {
  letter-spacing: 0;
  line-height: 1.1;
  font-size: 3.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec__visual .txt_bx .tit {
    font-size: 7vw;
  }
}
.sec__visual .txt_bx .txt {
  margin-top: 0.5em;
  font-weight: 300;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec__visual .txt_bx .txt {
    font-size: 3vw;
  }
}

@media all and (min-width: 1025px) {
  .sec__mainbox {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec__mainbox .main__mypagelink {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1025px) {
  .sec__mainbox .main__mypagelink {
    width: 260px;
    float: right;
  }
}
.sec__mainbox .main__mypagelink__btn {
  width: 50%;
  color: #fff;
  padding: 20px 0;
  letter-spacing: -0.03em;
}
.sec__mainbox .main__mypagelink__btn:before {
  content: '';
  margin: 0 auto;
  display: block;
  background-image: url(../images/main/spr_common.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  vertical-align: middle;
  content: '';
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .sec__mainbox .main__mypagelink__btn:before {
    width: 26.6666666667px;
    height: 26.6666666667px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    background-size: 26.6666666667px;
    background-image: url(../images/main/spr_common-m.png);
  }
}
.sec__mainbox .main__mypagelink__btn--cs {
  background-color: #009fde;
}
.sec__mainbox .main__mypagelink__btn--cs:before {
  background-position-y: 0%;
}
@media all and (min-width: 1025px) {
  .sec__mainbox .main__mypagelink__btn--cs {
    display: none;
  }
}
.sec__mainbox .main__mypagelink__btn--direct {
  background-color: #21344e;
}
.sec__mainbox .main__mypagelink__btn--direct:before {
  background-position-y: 33.33%;
}
@media all and (min-width: 1025px) {
  .sec__mainbox .main__mypagelink__btn--direct {
    display: none;
  }
}
.sec__mainbox .main__mypagelink__btn--directions {
  background-color: #009fde;
}
.sec__mainbox .main__mypagelink__btn--directions:before {
  background-position-y: 66.66%;
}
@media screen and (max-width: 1024px) {
  .sec__mainbox .main__mypagelink__btn--directions {
    color: #222;
    background-color: #fff;
  }
}
.sec__mainbox .main__mypagelink__btn--social {
  background-color: #21344e;
}
.sec__mainbox .main__mypagelink__btn--social:before {
  background-position-y: 100%;
}
@media screen and (max-width: 1024px) {
  .sec__mainbox .main__mypagelink__btn--social {
    color: #222;
    background-color: #fff;
    border-left: 1px solid #eee;
  }
}
.sec__mainbox .main__recruite {
  letter-spacing: -0.03em;
  position: relative;
  background-color: #fff;
  text-align: left;
  line-height: 1.3;
  word-break: keep-all;
  overflow: hidden;
  padding-left: 36px;
}
@media screen and (max-width: 1024px) {
  .sec__mainbox .main__recruite {
    padding: 0;
  }
}
.sec__mainbox .main__recruite.on .btn i {
  transform: rotate(-180deg);
}
.sec__mainbox .main__recruite.on .wrap_box {
  display: flex;
}
.sec__mainbox .main__recruite .tit {
  font-size: 1.25em;
  font-weight: 600;
  color: #222;
}
.sec__mainbox .main__recruite .txt {
  font-size: 0.9375em;
}
.sec__mainbox .main__recruite .btn {
  position: absolute;
  height: 100%;
  font-size: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  top: 0;
  left: 0;
  width: 36px;
}
@media screen and (max-width: 1024px) {
  .sec__mainbox .main__recruite .btn {
    display: none;
  }
}
.sec__mainbox .main__recruite .wrap_box {
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
  height: 282px;
  display: none;
}
.sec__mainbox .main__recruite .wrap_box .wrap {
  float: left;
  display: block;
  height: 100%;
  width: 300px;
  border-right: 1px solid #ddd;
  padding: 40px;
  position: relative;
}
.sec__mainbox .main__recruite .wrap_box .wrap .date {
  font-weight: 500;
  margin: 0.5em 0;
  color: #009fde;
  font-family: "Montserrat", sans-serif;
}
.sec__mainbox .main__recruite .wrap_box .wrap .txt,
.sec__mainbox .main__recruite .wrap_box .wrap .more {
  font-size: 15px;
  font-weight: 300;
}
.sec__mainbox .main__recruite .wrap_box .wrap .txt {
  margin-left: -0.5em;
}
.sec__mainbox .main__recruite .wrap_box .wrap .txt span {
  position: relative;
  padding: 0 0.5em;
}
.sec__mainbox .main__recruite .wrap_box .wrap .txt span:nth-child(1):before {
  content: none;
}
.sec__mainbox .main__recruite .wrap_box .wrap .txt span:before {
  content: '';
  border-left: 1px solid #ddd;
  position: absolute;
  height: 0.8em;
  margin-top: -0.4em;
  top: 50%;
  left: -1px;
}
.sec__mainbox .main__recruite .wrap_box .wrap .more {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #999;
}
.sec__mainbox .main__recruite .wrap_box .wrap .more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .sec__mainbox .main__recruite .wrap_box {
    display: none !important;
  }
}
.sec__mainbox .main__recruite .title_box {
  width: 224px;
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
  float: left;
  height: 282px;
  padding: 30px;
  background-image: url(../images/main/recruite.png);
  background-repeat: no-repeat;
  background-position: center bottom -53px;
}
.sec__mainbox .main__recruite .title_box .txt {
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .sec__mainbox .main__recruite .title_box {
    width: 100%;
    border: 0;
    padding: 20px 15px;
    height: auto;
    padding-right: 30%;
    background-image: url(../images/main/recruite-m.png);
    background-size: auto 100%;
    background-position: 90% 20px;
  }
  .sec__mainbox .main__recruite .title_box br {
    display: none;
  }
}

/*
sub.scss
*/
.sub_visual_wrap {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding-top: 30px;
  color: #fff;
  overflow: hidden;
  height: 500px;
}
@media all and (min-width: 1025px) {
  .sub_visual_wrap {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .sub_visual_wrap {
    height: auto;
    height: 40vw;
    min-height: 200px;
  }
}
#contents,
#footer {
  position: relative;
  background-color: #fff;
}
.sub_visual_wrap .wrap {
  width: 100%;
  height: 100%;
  line-height: 1.3;
  letter-spacing: -0.03em;
  word-break: keep-all;
  position: relative;
  display: block;
}
.sub_visual_wrap .wrap .txt_bx {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sub_visual_wrap .wrap .tit {
  font-size: 2.1875em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub_visual_wrap .wrap .tit {
    font-size: 1.875em;
  }
}
.sub_visual_wrap .wrap .desc {
  margin-top: 0.5em;
  font-weight: 100;
}
.sub_visual_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  position: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
@media screen and (max-width: 1400px) {
  .sub_visual_wrap .bg {
    height: auto;
    height: 40vw;
    min-height: 200px;
  }
}

.sub_menu_tab {
  word-break: keep-all;
  z-index: 300;
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 481px) {
  .sub_menu_tab {
    background-color: #444;
    font-size: 0;
    width: 100%;
    left: 0;
    right: 0;
  }
  .sub_menu_tab .btn {
    display: none;
  }
  .sub_menu_tab .depth {
    font-size: 16px;
    max-width: 1400px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .sub_menu_tab .depth li {
    display: table-cell;
    vertical-align: middle;
    border-left: 0;
    position: relative;
    text-align: center;
  }
  .sub_menu_tab .depth li:before {
    content: '';
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    display: block;
  }
  .sub_menu_tab .depth li:nth-child(1):before {
    content: none;
  }
  .sub_menu_tab .depth a {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    color: #fff;
    font-weight: 300;
  }
  .sub_menu_tab .depth a:after {
    display: block;
    position: absolute;
    bottom: 0;
    border-top: 2px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
  }
  .sub_menu_tab .depth a.on:after {
    content: '';
  }
}
@media all and (min-width: 481px) and (min-width: 1025px) {
  .sub_menu_tab {
    font-size: 18px;
    margin-top: -58px;
    background-color: rgba(0, 0, 0, 0.74);
  }
  .sub_menu_tab .depth a {
    height: 58px;
  }
}

@media screen and (max-width: 480px) {
  .sub_menu_tab .depth {
    display: none;
    position: absolute;
    top: 48px;
    width: 100%;
    left: 0;
    right: 0;
    line-height: 1.3;
    font-size: 0.9375em;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
  }
  .sub_menu_tab .depth a {
    padding: 10px 15px;
    color: #eee;
    font-weight: 300;
    display: block;
  }
  .sub_menu_tab .depth a.on {
    display: none;
  }
  .sub_menu_tab .btn {
    text-align: left;
    font-size: 1em;
    width: 100%;
    background-color: #009fde;
    color: #fff;
    padding: 0 15px;
    line-height: 48px;
    position: relative;
  }
  .sub_menu_tab .btn:after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .sub_menu_tab .btn:after {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .sub_menu_tab .btn.on {
    background-color: #21344e;
  }
  .sub_menu_tab .btn.on:after {
    content: '\e946';
  }
}

.sub_contents {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .sub_contents {
    padding: 60px 0 80px;
  }
}
.sub_contents.pb_0 {
  padding-bottom: 0;
}

.sub_title {
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.03em;
  margin-bottom: 90px;
}
.sub_title .tit {
  line-height: 1.1;
  color: #222;
  font-weight: 500;
  font-size: 2.375em;
}
.sub_title .tit:after {
  width: 40px;
  height: 2px;
  margin: 40px auto 0;
  background-color: #ccc;
  content: '';
  display: block;
}
.sub_title .txt {
  font-weight: 300;
}
.sub_title .desc {
  margin-top: 40px;
  font-weight: 100;
  color: #222;
  font-size: 2.125em;
}
@media screen and (max-width: 1024px) {
  .sub_title {
    margin-bottom: 40px;
  }
  .sub_title .tit:after {
    width: 30px;
    margin: 20px auto 0;
  }
  .sub_title .desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sub_title {
    font-size: 11px;
  }
}

.pop-con {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  padding: 0;
}
.pop-con .pop-body {
  padding: 6px;
}
.pop-con .pop-foot .btn_list {
  display: flex;
  justify-content: space-between;
}
.pop-con .pop-foot .btn_list li {
  width: 100%;
}
.pop-con .pop-foot .btn {
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: 40px;
  color: #fff;
}
.pop-con .pop-foot .btn--confirm {
  background-color: #009fde;
}
.pop-con .pop-foot .btn--alert {
  background-color: #d93e3d;
}
.pop-con .pop-foot .btn--cancel {
  background-color: #394250;
}

.pop-alert {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: 266.6666666667px;
}
.pop-alert .mfp-close {
  display: none;
}
.pop-alert .pop-body {
  padding: 25px;
  line-height: 1.4;
}
.pop-alert .pop-body .icon {
  width: 50px;
  margin: 0 auto;
}
.pop-alert .pop-body .title {
  color: #222;
  font-weight: 500;
  margin: 0.5em 0 0.4em;
  font-size: 16px;
}
.pop-alert .pop-body .txt {
  font-size: 14px;
}

.pop-term {
  width: 80%;
}
.pop-term .term_txt_scroll {
  padding: 1em;
  line-height: 1.4;
  font-weight: 300;
  word-break: keep-all;
  text-align: left;
  color: #777;
  max-height: 80vh;
  overflow: auto;
}
.pop-term .title {
  color: #222;
  font-weight: 500;
  margin: 0.5em 0 0.4em;
  font-size: 16px;
}
.pop-term .txt {
  font-size: 14px;
}

hr {
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  border-bottom: 10px solid #ddd;
}

hr.br {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 50px 0;
}
@media screen and (max-width: 1024px) {
  hr.br {
    margin: 30px 0;
  }
}

.user__form {
  text-align: left;
  padding-bottom: 30px;
  word-break: keep-all;
}
.user__form .row .user__form__item {
  margin-top: 0;
}
.user__form .row + .user__form__item {
  margin-top: 0;
}
.user__form__item {
  font-size: 15.3333333333px;
  line-height: 1.3;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .user__form__item {
    margin: 15px 0;
  }
}
.user__form__item--disabled {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 1024px) {
  .user__form__item--disabled {
    padding: 15px 0;
  }
}
.user__form__item--disabled dt,
.user__form__item--disabled dd {
  vertical-align: middle;
  display: table-cell;
}
.user__form__item--disabled dt {
  width: 6em;
  padding-right: 1em;
}
.user__form__item--disabled dd {
  color: #222;
}
.user__form__item .alert {
  color: #d93e3d;
  margin-top: 8px;
  font-size: 0.875em;
}
.user__form__item .info_bx {
  color: #666;
  margin-top: 10px;
  font-weight: 300;
  background-color: #f6f6f6;
  padding: 0.5em;
  text-align: center;
}
.user__form__item .info_bx em {
  color: #d93e3d;
}
.user__form__item dt {
  color: #888;
}
.user__form__item dd {
  margin-top: 8px;
}
.user__form__item textarea,
.user__form__item select,
.user__form__item input[type='email'],
.user__form__item input[type='tel'],
.user__form__item input[type='text'],
.user__form__item input[type='number'],
.user__form__item input[type='password'] {
  transition: 300ms border;
  width: 100%;
  font-size: 0.9375em;
}
.user__form__item textarea:active, .user__form__item textarea:focus,
.user__form__item select:active,
.user__form__item select:focus,
.user__form__item input[type='email']:active,
.user__form__item input[type='email']:focus,
.user__form__item input[type='tel']:active,
.user__form__item input[type='tel']:focus,
.user__form__item input[type='text']:active,
.user__form__item input[type='text']:focus,
.user__form__item input[type='number']:active,
.user__form__item input[type='number']:focus,
.user__form__item input[type='password']:active,
.user__form__item input[type='password']:focus {
  border-color: #009fde;
}
.user__form--term {
  text-align: left;
  word-break: keep-all;
  border-top: 1px solid #f0f0f0;
}
.user__form--term__item {
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .user__form--term__item {
    margin: 15px 0;
  }
}
.user__form--term__item dd {
  margin-top: 8px;
}
.user__form--term__item .term_bx {
  border: 1px solid #ccc;
  padding: 15px;
  overflow-y: auto;
  position: relative;
  height: 10em;
  font-size: 0.875em;
  color: #888;
  font-weight: 300;
}

.intro__philosophy {
  text-align: left;
  word-break: keep-all;
  letter-spacing: -0.03em;
}
.intro__philosophy .txt_bx dt {
  font-size: 1.5em;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.5em;
}
.intro__philosophy .section__bg {
  color: #fff;
  font-size: 2.125em;
  font-weight: 300;
  line-height: 1.3823529412;
  text-align: center;
  letter-spacing: -0.025em;
  background-image: url(../images/intro/philosophy_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .intro__philosophy .section__bg {
    background-attachment: inherit;
    background-size: cover;
  }
}
.intro__philosophy .section__bg .wrapper {
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .intro__philosophy .section__bg .wrapper {
    height: auto;
    padding: 3em 15px;
  }
}
.intro__philosophy .section__tbl {
  margin-top: 90px;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .intro__philosophy .section__tbl {
    margin-top: 50px;
  }
}
@media all and (min-width: 1024px) {
  .intro__philosophy .section__tbl .tbl {
    background: url(../images/intro/philosophy_table.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    height: 807px;
  }
  .intro__philosophy .section__tbl .tbl dt {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align-last: left;
    padding: 15px 0;
  }
  .intro__philosophy .section__tbl .tbl dd {
    width: 82.4%;
    max-width: 1156px;
    float: right;
  }
  .intro__philosophy .section__tbl .tbl_1st dd {
    padding-top: 60px;
    height: 243px;
  }
  .intro__philosophy .section__tbl .tbl_2nd dd {
    padding-top: 40px;
    height: 161px;
  }
  .intro__philosophy .section__tbl .tbl_3rd dd {
    padding-top: 40px;
    height: 403px;
  }
}
.intro__philosophy .section__tbl .tbl dl {
  position: relative;
  overflow: hidden;
}
.intro__philosophy .section__tbl .tbl dt .eng {
  color: #009fde;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.intro__philosophy .section__tbl .tbl dt .tit {
  font-size: 1.25em;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .intro__philosophy .section__tbl .tbl dt {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    margin: 4px auto;
    padding: 4px 0;
    text-align: center;
  }
  .intro__philosophy .section__tbl .tbl dt > * {
    display: inline-block;
  }
  .intro__philosophy .section__tbl .tbl dt .eng {
    margin-right: 0.5em;
  }
}
.intro__philosophy .section__tbl .tbl dd {
  text-align: center;
}
.intro__philosophy .section__tbl .tbl_1st dd, .intro__philosophy .section__tbl .tbl_2nd dd {
  line-height: 1.4166666667;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1024px) {
  .intro__philosophy .section__tbl .tbl_1st dd, .intro__philosophy .section__tbl .tbl_2nd dd {
    font-size: 1.125em;
  }
}
.intro__philosophy .section__tbl .tbl_1st dd {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .intro__philosophy .section__tbl .tbl_1st dd {
    position: relative;
    padding: 0 15px 15px;
    margin-top: calc(3em + 10px);
    background-color: #009fde;
  }
  .intro__philosophy .section__tbl .tbl_1st dd br {
    display: none;
  }
  .intro__philosophy .section__tbl .tbl_1st dd:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -3em;
    content: '';
    width: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 calc(50vw - 15px) 3em calc(50vw - 15px);
    border-color: transparent transparent #009fde transparent;
  }
}
.intro__philosophy .section__tbl .tbl_2nd {
  color: #222;
}
@media screen and (max-width: 1024px) {
  .intro__philosophy .section__tbl .tbl_2nd dd {
    padding: 1em 15px;
    background-color: #ebebeb;
  }
}
.intro__philosophy .section__tbl .tbl_3rd .list {
  line-height: 1.625;
  display: flex;
}
.intro__philosophy .section__tbl .tbl_3rd .list li {
  width: 20%;
  padding: 40px 15px 0;
}
.intro__philosophy .section__tbl .tbl_3rd .list .tit {
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 1em;
  font-size: 1.5em;
  color: #222;
}
.intro__philosophy .section__tbl .tbl_3rd .list .txt {
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .intro__philosophy .section__tbl .tbl_3rd .list {
    flex-wrap: wrap;
  }
  .intro__philosophy .section__tbl .tbl_3rd .list li {
    padding: 15px 10px;
    flex: 1 25%;
    width: auto;
    margin: 3px;
    border: 1px solid #ddd;
  }
  .intro__philosophy .section__tbl .tbl_3rd .list li img {
    width: 40px;
    margin: 0 auto;
  }
  .intro__philosophy .section__tbl .tbl_3rd .list li .tit {
    font-size: 1.125em;
    margin: 0.6em 0;
  }
}
.intro__directions .tab {
  position: relative;
  z-index: 100;
}
.intro__directions .tabcontent__map {
  position: absolute;
  width: 100%;
  margin-top: -29px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .intro__directions .tabcontent__map {
    margin-top: 0;
  }
}
.intro__directions .tabcontent__map > li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  visibility: hidden;
}
.intro__directions .tabcontent__map > li:nth-child(1) {
  position: relative;
}
.intro__directions .tabcontent__map > li.on {
  visibility: visible;
  z-index: 2;
}
.intro__directions .tabcontent__desc {
  text-align: right;
  position: relative;
}
.intro__directions .tabcontent__desc > li {
  display: none;
}
.intro__directions .tabcontent__desc > li.on {
  display: block;
}
.intro__directions .root_daum_roughmap,
.intro__directions .wrap_map,
.intro__directions iframe {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% !important;
  height: 800px !important;
}
@media screen and (max-width: 1400px) {
  .intro__directions .root_daum_roughmap,
  .intro__directions .wrap_map,
  .intro__directions iframe {
    height: 50vw !important;
  }
}
.intro__directions .tabcontent__desc {
  margin-top: 100px;
}
@media screen and (max-width: 1400px) {
  .intro__directions .tabcontent__desc {
    margin-top: 50vw;
  }
}
.intro__directions .map_desc {
  position: relative;
  z-index: 200;
  word-break: keep-all;
  z-index: 90;
  background-color: #fff;
  text-align: left;
  line-height: 1.3;
  padding: 20px 0;
}
@media all and (min-width: 1401px) {
  .intro__directions .map_desc {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    max-width: 650px;
    border: 1px solid #ccc;
    padding: 40px;
    display: inline-block;
  }
}
.intro__directions .map_desc_item {
  padding: 25px 0;
  border-top: 1px solid #ccc;
  font-size: 0.9375em;
}
@media screen and (max-width: 1024px) {
  .intro__directions .map_desc_item {
    padding: 15px 0;
  }
}
.intro__directions .map_desc_item h4 {
  font-size: 1.0666666667em;
  color: #009fde;
  font-weight: 500;
}
.intro__directions .map_desc_item .bold {
  color: #222;
}
.intro__directions .map_desc .tit {
  font-size: 1.5em;
  color: #222;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .intro__directions .map_desc .tit {
    margin-bottom: 15px;
  }
}
.intro__directions .map_desc .add_add h4,
.intro__directions .map_desc .add_tel h4 {
  float: left;
  width: 5em;
}
.intro__directions .map_desc .add_add .txt,
.intro__directions .map_desc .add_tel .txt {
  position: relative;
  overflow: hidden;
}
.intro__directions .map_desc .add_tel .txt p {
  display: inline-block;
  margin-left: 1em;
}
.intro__directions .map_desc .add_tel .txt p:nth-child(1) {
  margin-left: 0;
}
.intro__directions .map_desc .add_public span {
  vertical-align: middle;
}
.intro__directions .map_desc .add_public .subway {
  font-weight: 600;
  border-width: 4px;
  border-style: solid;
  font-size: 0.8666666667em;
  line-height: 20px;
  border-radius: 28px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.7em;
}
.intro__directions .map_desc .add_public .subway_5, .intro__directions .map_desc .add_public .subway_9 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  width: 28px;
  padding: 0;
}
.intro__directions .map_desc .add_public .subway_5 {
  color: #893bb6;
  border-color: #893bb6;
}
.intro__directions .map_desc .add_public .subway_9 {
  color: #bf9f1e;
  border-color: #bf9f1e;
}
.intro__directions .map_desc .add_public .subway_gj {
  color: #3d9e9e;
  border-color: #3d9e9e;
}
.intro__directions .map_desc .add_public .subway_train {
  color: #365abc;
  border-color: #365abc;
}
.intro__directions .map_desc .add_public_bus .green {
  color: #579e38;
}
.intro__directions .map_desc .add_public_bus .blue {
  color: #1565c0;
}
.intro__directions .map_desc .add_public_bus .red {
  color: #ef423c;
}
.intro__directions .map_desc .add_public_bus dd {
  min-height: 2em;
  padding-left: 2em;
  position: relative;
}
.intro__directions .map_desc .add_public_bus .xi-bus {
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 2em;
}
.intro__directions .map_desc .add_public dl,
.intro__directions .map_desc .add_car dl {
  margin-top: 1.5em;
}
.intro__directions .map_desc .add_public dt,
.intro__directions .map_desc .add_car dt {
  margin-bottom: 0.5em;
}
.intro__ci {
  word-break: keep-all;
  margin-top: 6.25em;
  text-align: center;
}
.intro__ci .btn-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__ci .btn-bx .btn {
  letter-spacing: -0.05em;
  font-size: 0.9375em;
  margin: 0 5px;
  height: 3.125rem;
  min-width: 9.625rem;
  color: #fff;
  font-weight: 400;
  background-color: #009fde;
  border: 1px solid #009fde;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__ci .btn-bx .btn:hover {
  color: #009fde;
  background-color: #fff;
}
.intro__ci .img-bx {
  margin: 20px 0;
}
.intro__ci .txt-bx {
  font-weight: 300;
}
.intro__ci .txt-bx .tit {
  letter-spacing: -0.075em;
  font-size: 1.5em;
  color: #222;
}
.intro__ci .txt-bx .eng {
  margin-top: 0.5em;
  letter-spacing: -0.025em;
  font-family: "Montserrat", sans-serif;
  color: #8a8c8e;
}
.intro__ci .txt-bx .txt {
  letter-spacing: -0.05em;
  color: #666;
  margin-top: 1em;
  line-height: 1.625;
}
.intro__ci--logo {
  margin-top: 0;
}
.intro__ci--color .color-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.intro__ci--color .color-list__item {
  padding: 0 2px;
  flex: 0 1 20%;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .intro__ci--color .color-list__item {
    flex: 0 1 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .intro__ci--color .color-list__item {
    flex: 0 1 50%;
  }
}
.intro__ci--color .color-list__color {
  width: 100%;
  padding-bottom: 28%;
  display: block;
}
.intro__ci--color .color-list dl {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-top: 0.5em;
}
.intro__ci--color .color-list dl dt {
  font-weight: 600;
  color: #222;
  margin-right: 0.5em;
}
.intro__ci--color .color-list dl dd {
  font-weight: 500;
  color: #666;
}
.intro__brand__list .item {
  word-break: keep-all;
  padding: 6.25em 0 5.625em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .intro__brand__list .item {
    padding: 0;
    margin: 3.125em 0;
  }
}
.intro__brand__list .item:nth-child(1) {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (min-width: 1024.2px) and (max-width: 1200px) {
  .intro__brand__list .item:nth-child(2n + 1) {
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 1024.2px) {
  .intro__brand__list .item:nth-child(2n + 1) .wrap {
    text-align: left;
    flex-direction: row-reverse;
  }
  .intro__brand__list .item:nth-child(2n + 1) .txt_bx .tit span {
    padding-right: 5px;
    z-index: 2;
    background-color: #f5f5f5;
  }
  .intro__brand__list .item:nth-child(2n) .wrap {
    text-align: right;
  }
  .intro__brand__list .item:nth-child(2n) .txt_bx .tit span {
    padding-left: 5px;
    z-index: 2;
    background-color: #fff;
  }
  .intro__brand__list .item:nth-child(2n) .txt_bx .tit:after {
    left: auto;
    right: 0;
  }
  .intro__brand__list .item:nth-child(1) {
    position: relative;
  }
  .intro__brand__list .item:nth-child(1):before {
    width: 100%;
    height: calc(100% - 2.5rem * 3);
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024.2px) and (min-width: 1200.2px) {
  .intro__brand__list .item:nth-child(1):before {
    content: '';
  }
}
@media screen and (min-width: 1024.2px) {
  .intro__brand__list .item:nth-child(1) .wrap {
    align-items: flex-end;
  }
  .intro__brand__list .item:nth-child(1) .img_bx {
    padding-bottom: 2.5rem;
  }
  .intro__brand__list .item:nth-child(2) .wrap {
    align-items: center;
  }
  .intro__brand__list .item:nth-child(3) {
    position: relative;
  }
  .intro__brand__list .item:nth-child(3):before {
    width: 100%;
    height: calc(100% - 2.5rem * 3);
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024.2px) and (min-width: 1200.2px) {
  .intro__brand__list .item:nth-child(3):before {
    content: '';
  }
}
@media screen and (min-width: 1024.2px) {
  .intro__brand__list .item:nth-child(3) .wrap {
    align-items: flex-start;
  }
  .intro__brand__list .item:nth-child(3) .txt_bx {
    padding-top: 2.5rem;
  }
}
.intro__brand__list .wrap {
  padding: 0 15px;
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (min-width: 1024.2px) {
  .intro__brand__list .wrap {
    display: flex;
    align-items: flex-end;
  }
}
.intro__brand__list .img_bx {
  position: relative;
}
.intro__brand__list .txt_bx {
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 1024.2px) {
  .intro__brand__list .txt_bx {
    width: 46.25%;
  }
}
.intro__brand__list .txt_bx .eng {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  color: #222;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.intro__brand__list .txt_bx .tit {
  margin: 0.3em 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-weight: 600;
  font-size: 2.8125em;
  letter-spacing: -0.02em;
  position: relative;
}
.intro__brand__list .txt_bx .tit:after {
  width: 100%;
  left: 0;
  width: calc(100% + 35px);
  border-bottom: 2px solid #009fde;
  position: absolute;
  bottom: 0;
  display: block;
}
@media screen and (min-width: 1024.2px) {
  .intro__brand__list .txt_bx .tit:after {
    content: '';
  }
}
.intro__brand__list .txt_bx .txt {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #504f4f;
}
@media screen and (max-width: 1024px) {
  .intro__brand__list .txt_bx {
    margin-top: 1.875em;
  }
  .intro__brand__list .txt_bx .tit {
    font-size: 1.875em;
  }
  .intro__brand__list .txt_bx .txt {
    font-size: 1.125em;
  }
}
.intro__brand__value {
  margin-top: 6.25em;
}
.intro__brand__value__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8125em;
  letter-spacing: -0.02em;
  color: #222;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}
.intro__brand__value__list {
  display: flex;
  justify-content: center;
  border-left: 1px solid #ddd;
  text-align: center;
}
.intro__brand__value__list .item {
  width: 33.33%;
  border: 1px solid #ddd;
  border-left: 0;
  padding: 3.125em 15px;
}
.intro__brand__value__list .eng {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  color: #009fde;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 1em;
}
.intro__brand__value__list .tit {
  line-height: 1.3;
  font-size: 1.5em;
  color: #222;
  font-weight: 500;
  letter-spacing: -0.075em;
  margin-bottom: 1em;
  margin-top: 0.3em;
}
.intro__brand__value__list .txt {
  color: #666;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .intro__brand__value__list img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .intro__brand__value__list {
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
  }
  .intro__brand__value__list .item {
    border-top: 0;
    width: 100%;
    padding: 1.25em 10px;
  }
}

.business_area_list {
  word-break: keep-all;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.business_area_list .item {
  margin-bottom: 40px;
  width: 33.33%;
}
@media screen and (max-width: 1400px) {
  .business_area_list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .business_area_list .item {
    width: 33.33%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .business_area_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .business_area_list .item {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .business_area_list .item {
    width: 50%;
  }
}
.business_area_list .wrap {
  margin: 0 auto;
  width: 420px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .business_area_list .wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1024.2px) {
  .business_area_list .wrap:hover .img_bx > img {
    transform: translate(-50%, -50%) scale(0.105);
  }
  .business_area_list .wrap:hover .txt_bx {
    background-color: #009fde;
    color: #fff;
  }
  .business_area_list .wrap:hover .txt_bx .link {
    color: #009fde;
    border-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .business_area_list .wrap {
    border: 1px solid #f0f0f0;
    height: 100%;
  }
}
.business_area_list .txt_bx {
  margin: -100px 40px 0;
  position: relative;
  padding: 30px 10px;
  transition: 300ms all;
  background-color: #fff;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .business_area_list .txt_bx {
    margin: -5vw 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .business_area_list .txt_bx {
    padding: 15px 5px;
    margin: 0;
    border: 0;
  }
}
.business_area_list .txt_bx .txt {
  line-height: 1.5;
}
.business_area_list .txt_bx .link {
  transition: 300ms all;
  font-size: 0.875em;
  margin: 20px auto 0;
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: 500;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 2em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .business_area_list .txt_bx .link {
    line-height: 30px;
    margin: 15px auto 0;
  }
}
.business_area_list .img_bx {
  color: #fff;
  position: relative;
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.business_area_list .img_bx > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.business_area_list .img_bx > img {
  transition: 300ms all;
}
.business_area_list .img_bx .icon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -30px;
}
.business_area_list .img_bx .icon .tit {
  font-weight: 500;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .business_area_list .img_bx .icon {
    margin-top: -2vw;
  }
  .business_area_list .img_bx .icon .tit {
    font-size: 1.125em;
  }
  .business_area_list .img_bx .icon img {
    width: 45px;
    margin: 0 auto;
  }
}

.social_contribution_list {
  max-width: 1030px;
  margin: 0 auto;
}
.social_contribution_list .item {
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .social_contribution_list .item {
    margin-top: 40px;
  }
}
.social_contribution_list .item:nth-child(1) {
  margin-top: 0;
}
.social_contribution_list .item:nth-child(2n) {
  text-align: right;
  direction: rtl;
}
.social_contribution_list .item:nth-child(2n) .txt_bx {
  direction: ltr;
  padding: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .social_contribution_list .item:nth-child(2n) .txt_bx {
    padding-right: 20px;
  }
}
.social_contribution_list .item:nth-child(2n) .txt_bx .tit:after {
  right: auto;
  left: 0;
}
.social_contribution_list .wrap {
  display: table;
  table-layout: fixed;
}
.social_contribution_list .img_bx {
  width: 330px;
}
.social_contribution_list .img_bx,
.social_contribution_list .txt_bx {
  display: table-cell;
  vertical-align: top;
}
.social_contribution_list .txt_bx {
  padding: 0;
  padding-left: 40px;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .social_contribution_list .txt_bx {
    padding-left: 20px;
  }
}
.social_contribution_list .txt_bx .tit {
  font-size: 1.5em;
  line-height: 1.3;
  color: #222;
  font-weight: 500;
  margin: 1em 0;
  padding-bottom: 0.3em;
  display: inline-block;
  position: relative;
}
.social_contribution_list .txt_bx .tit:after {
  content: '';
  width: 100%;
  right: 0;
  width: calc(100% + 100px);
  border-bottom: 2px solid #009fde;
  position: absolute;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .social_contribution_list .txt_bx .tit:after {
    width: calc(100% + 40px);
  }
}
.social_contribution_list .txt_bx .txt {
  line-height: 1.625;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .social_contribution_list .img_bx {
    width: 200px;
  }
  .social_contribution_list .txt_bx .icon img {
    width: 90px;
  }
}
@media screen and (max-width: 480px) {
  .social_contribution_list .wrap {
    display: block;
  }
  .social_contribution_list .img_bx,
  .social_contribution_list .txt_bx {
    display: block;
  }
  .social_contribution_list .img_bx {
    width: 50%;
  }
  .social_contribution_list .txt_bx {
    padding: 0 !important;
  }
  .social_contribution_list .txt_bx .icon {
    margin-top: -70px;
    padding: 0 10px;
  }
  .social_contribution_list .txt_bx .tit {
    margin: 0.8em 0;
  }
}

.ethical_index_list {
  word-break: keep-all;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ethical_index_list .item {
  width: 16.66%;
  position: relative;
  border-left: 1px solid #fff;
}
@media all and (min-width: 1401px) {
  .ethical_index_list .item {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ethical_index_list .item:nth-child(1) {
  border: 0;
}
.ethical_index_list .item:nth-child(1) .img_bx {
  background-image: url(../images/ethical/index_bg1.jpg);
}
.ethical_index_list .item:nth-child(2) .img_bx {
  background-image: url(../images/ethical/index_bg2.jpg);
}
.ethical_index_list .item:nth-child(3) .img_bx {
  background-image: url(../images/ethical/index_bg3.jpg);
}
.ethical_index_list .item:nth-child(4) .img_bx {
  background-image: url(../images/ethical/index_bg4.jpg);
}
.ethical_index_list .item:nth-child(5) .img_bx {
  background-image: url(../images/ethical/index_bg5.jpg);
}
.ethical_index_list .item:nth-child(6) .img_bx {
  background-image: url(../images/ethical/index_bg6.jpg);
}
@media all and (min-width: 1401px) {
  .ethical_index_list .item:hover .img_bx {
    height: 110%;
  }
}
.ethical_index_list .img_bx {
  transition: 500ms all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.ethical_index_list .txt_bx {
  padding: 0 15px;
  position: relative;
  height: 100%;
  color: #fff;
  text-align: center;
}
.ethical_index_list .txt_bx .txt {
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
}
.ethical_index_list .txt_bx .tit {
  margin: 0 auto 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
.ethical_index_list .txt_bx .tit img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1400px) {
  .ethical_index_list {
    height: auto;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .ethical_index_list .item {
    animation-delay: 0s !important;
    border-top: 1px solid #fff;
    width: 33.33%;
  }
  .ethical_index_list .item:nth-child(4) {
    border-left: 0;
  }
  .ethical_index_list .wrap {
    height: 33.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ethical_index_list .txt_bx {
    padding: 0 15px;
    height: auto;
  }
  .ethical_index_list .txt_bx .tit img {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .ethical_index_list .item {
    border: 0;
    width: 100%;
  }
  .ethical_index_list .wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: auto;
    padding: 30px 15px;
  }
  .ethical_index_list .txt_bx .txt {
    max-width: 100%;
  }
  .ethical_index_list .img_bx {
    background-size: cover;
  }
}

.info_border_bx {
  word-break: keep-all;
  min-height: 140px;
  padding: 30px;
  padding-left: 156px;
  position: relative;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
}
.info_border_bx:before {
  content: '';
  position: absolute;
  left: 0;
  width: 156px;
  height: 70px;
  top: 30px;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/i_info.png);
}
.recruitment_procedure .info_border_bx:before {
  background-image: url(../images/icon/i_info-recruite.png);
}

.recruitment_inquiry .info_border_bx {
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruitment_inquiry .info_border_bx .tel {
  font-size: 1.0625em;
}
.recruitment_inquiry .info_border_bx .tel .no {
  display: inline-block;
  font-size: 1.7647058824em;
  color: #111;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1024px) {
  .info_border_bx {
    padding: 20px;
    padding-left: 80px;
    min-height: 50px;
  }
  .info_border_bx:before {
    width: 80px;
    top: 50%;
    margin-top: -17px;
    height: 35px;
    background-size: auto 35px;
  }
}

.ethics_reporting_list {
  word-break: keep-all;
  margin-top: 60px;
}
.ethics_reporting_list h3.tit {
  color: #222;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 1.5em;
}
.ethics_reporting_list .list {
  position: relative;
  overflow: hidden;
}
.ethics_reporting_list .list .item {
  max-width: 340px;
  width: 33.33%;
  float: left;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.ethics_reporting_list .list .item:nth-child(4) {
  width: 100%;
  max-width: 100%;
}
.ethics_reporting_list .list dl {
  padding-left: 20px;
  line-height: 1.3;
}
.ethics_reporting_list .list dt {
  margin-bottom: 0.3em;
  font-weight: 500;
  color: #009fde;
}
@media screen and (max-width: 768px) {
  .ethics_reporting_list {
    margin-top: 40px;
  }
  .ethics_reporting_list .list .item {
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
  .ethics_reporting_list .list img {
    width: 35px;
  }
  .ethics_reporting_list .list dl {
    padding-left: 10px;
  }
}

.cont_view {
  word-break: keep-all;
  letter-spacing: -0.03em;
  color: #777;
}
.cont_view .h1 {
  font-size: 1.2em;
  color: #333;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.cont_view .h2 {
  font-weight: 500;
  color: #555;
  margin-bottom: 0.3em;
}
.cont_view .p {
  font-size: 0.9375em;
  margin-bottom: 1em;
}

.talent_list {
  word-break: keep-all;
  line-height: 1.3;
  text-align: center;
}
.talent_list .title_bx .tit {
  font-size: 2.125em;
  font-weight: 500;
  color: #222;
  letter-spacing: -0.05em;
  margin: 0.5em 0;
}
.talent_list .title_bx .txt {
  font-size: 1.5em;
  font-weight: 300;
  color: #504f4f;
}
@media screen and (max-width: 1024px) {
  .talent_list .title_bx img {
    width: 58px;
    margin: 0 auto;
  }
}
.talent_list .list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.talent_list .list .item {
  padding: 0 5px;
  width: 33.33%;
  max-width: 420px;
  position: relative;
}
.talent_list .list .wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .talent_list .list .wrap {
    height: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .talent_list .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .talent_list .list {
    flex-wrap: wrap;
  }
  .talent_list .list .item {
    margin: 5px;
    width: 100%;
    max-width: 100%;
  }
  .talent_list .list .wrap {
    height: auto;
    padding: 30px 0;
  }
}
.talent_list .list .txt_bx {
  padding: 0 15px;
  position: relative;
  color: #fff;
}
.talent_list .list .txt_bx img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .talent_list .list .txt_bx img {
    width: 35px;
  }
}
.talent_list .list .txt_bx .tit {
  font-size: 1.5em;
  font-weight: 500;
}

.process_list {
  line-height: 1.3;
  word-break: keep-all;
}
.process_list .img_bx {
  margin: 80px 0 100px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .process_list .img_bx {
    margin: 40px 0 50px;
  }
}
.process_list .img_bx .wrap {
  max-width: 864px;
  position: relative;
  margin: 0 auto;
}
.process_list .img_bx li {
  position: absolute;
  width: 18%;
  bottom: 0;
  height: 40%;
}
.process_list .img_bx li:nth-child(1) {
  left: 0;
}
.process_list .img_bx li:nth-child(2) {
  left: 27.5%;
}
.process_list .img_bx li:nth-child(3) {
  left: 54.6%;
}
.process_list .img_bx li:nth-child(4) {
  right: 0;
}
.process_list .img_bx .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.1em;
}
@media screen and (max-width: 480px) {
  .process_list .img_bx .txt {
    font-size: 3vw;
  }
}
.process_list .list {
  border-top: 1px solid #ddd;
}
.process_list .list .item {
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.process_list .list .item .img, .process_list .list .item .txt {
  display: table-cell;
}
.process_list .list .item .img {
  vertical-align: middle;
  width: 140px;
  text-align: center;
}
.process_list .list .item .txt dt {
  font-size: 1.5em;
  color: #222;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .process_list .list .item {
    padding: 30px 0;
  }
  .process_list .list .item .img {
    width: 70px;
  }
  .process_list .list .item .img img {
    width: 40px;
  }
}

@media screen and (max-width: 480px) {
  .recruitment_application .table-view-01 {
    border-top: 1px solid #333;
  }
  .recruitment_application .table-view-01,
  .recruitment_application .table-view-01 tr,
  .recruitment_application .table-view-01 td,
  .recruitment_application .table-view-01 th,
  .recruitment_application .table-view-01 tbody,
  .recruitment_application .table-view-01 thead {
    display: block;
    width: 100%;
  }
  .recruitment_application .table-view-01 colgroup {
    display: none;
  }
  .recruitment_application .table-view-01 td,
  .recruitment_application .table-view-01 th {
    line-height: 1.3;
    padding: 7px 5px;
    border: 0 !important;
    border-top: 1px solid #eee !important;
  }
  .recruitment_application .table-view-01 tr {
    position: relative;
  }
  .recruitment_application .table-view-01 th {
    background-color: #fff;
    float: left;
    width: 5em;
  }
  .recruitment_application .table-view-01 td {
    width: auto;
    overflow: hidden;
    position: relative;
  }
}
.recruitment_application__view {
  word-break: keep-all;
}
.recruitment_application__view .wrap__board-box {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}
.recruitment_application__view .wrap__jobinfo {
  word-break: keep-all;
  display: flex;
  border: 1px solid #ddd;
}
.recruitment_application__view .wrap__jobinfo .btn {
  width: 150px;
  text-align: center;
  background-color: #009fde;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruitment_application__view .wrap__jobinfo {
    display: block;
  }
  .recruitment_application__view .wrap__jobinfo .btn {
    width: 100%;
    padding: 15px;
  }
}
.recruitment_application__view .wrap__jobinfo dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.recruitment_application__view .wrap__jobinfo dl dt,
.recruitment_application__view .wrap__jobinfo dl dd {
  padding: 10px;
  border-top: 1px solid #eee;
}
.recruitment_application__view .wrap__jobinfo dl dt:nth-child(1), .recruitment_application__view .wrap__jobinfo dl dt:nth-child(2),
.recruitment_application__view .wrap__jobinfo dl dd:nth-child(1),
.recruitment_application__view .wrap__jobinfo dl dd:nth-child(2) {
  border-top: 0;
}
@media all and (min-width: 768px) {
  .recruitment_application__view .wrap__jobinfo dl dt:nth-child(3), .recruitment_application__view .wrap__jobinfo dl dt:nth-child(4),
  .recruitment_application__view .wrap__jobinfo dl dd:nth-child(3),
  .recruitment_application__view .wrap__jobinfo dl dd:nth-child(4) {
    border-top: 0;
  }
}
.recruitment_application__view .wrap__jobinfo dl dt {
  background-color: #f6f6f6;
  width: 10em;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 768px) {
  .recruitment_application__view .wrap__jobinfo dl dt {
    width: 6em;
  }
}
.recruitment_application__view .wrap__jobinfo dl dd {
  width: calc(50% - 10em);
}
@media screen and (max-width: 768px) {
  .recruitment_application__view .wrap__jobinfo dl dd {
    width: calc(100% - 6em);
  }
}

/*# sourceMappingURL=css.css.map */
