@charset "UTF-8";

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

body, div, p, span, em, small, a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

table {
  border-collapse: collapse;
}

img, fieldset, iframe {
  border-style: none;
}

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

i, em, address, dfn {
  font-style: normal;
}

a {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

input, select, button, textarea {
  outline-style: none;
}

button {
  display: block;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

textarea {
  resize: vertical;
  overflow: auto;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

hr, template, [hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code, kbd, samp, pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body, input, select, button, textarea {
  font-family: 'Noto Sans KR', 'NotoSansKR', 'Noto Sans CJK KR', 'Noto Sans', 'New Roboto', 'Roboto', 'Apple SD Gothic NEO', '애플 SD 산돌고딕 Neo', 'Apple SD 산돌고딕 Neo', AppleSDGothic, 'AppleGothic', -apple-system, system, BlinkMacSystemFont, 'SF UI Text', 'SF Pro Text', BlinkMacSystemFont, 'droid sans fallback', 'Droid Sans', 'Segoe UI', "Helvetica Neue", Helvetica, Tahoma, "Microsoft Sans Serif", sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

@media only screen and (min-width: 1024px) {
  html, body, input, select, button, textarea {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1440px) {
  html, body, input, select, button, textarea {
    /* 20210209 손원웅 수정
    font-size: 18px;
	*/
	font-size: 30px;
  }
}

@media only screen and (min-width: 1920px) {
  html, body, input, select, button, textarea {
    /*
    20210209 손원웅 수정
     font-size: 20px; */
    font-size: 29px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

.wrap {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .contents {
    padding-bottom: 177px;
    padding-bottom: calc(2177px + constant(safe-area-inset-bottom));
    padding-bottom: calc(177px + env(safe-area-inset-bottom));
  }
}

@media only screen and (min-width: 1440px) {
  .contents {
    padding-bottom: 237px;
    padding-bottom: calc(237px + constant(safe-area-inset-bottom));
    padding-bottom: calc(237px + env(safe-area-inset-bottom));
  }
}

@media only screen and (min-width: 1920px) {
  .contents {
    padding-bottom: 170px;
    padding-bottom: calc(170px + constant(safe-area-inset-bottom));
    padding-bottom: calc(170px + env(safe-area-inset-bottom));
  }
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  height: 60px;
  height: calc(60px + constant(safe-area-inset-top));
  height: calc(60px + env(safe-area-inset-top));
  padding-top: 21px;
  padding-top: calc(21px + constant(safe-area-inset-top));
  padding-top: calc(21px + env(safe-area-inset-top));
  padding-bottom: 21px;
}

@media only screen and (min-width: 1024px) {
  .site-header {
    height: 101px;
    height: calc(101px + constant(safe-area-inset-top));
    height: calc(101px + env(safe-area-inset-top));
    padding-top: 37px;
    padding-top: calc(37px + constant(safe-area-inset-top));
    padding-top: calc(37px + env(safe-area-inset-top));
    padding-bottom: 37px;
    -webkit-box-shadow: 0px 25px 30px -30px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 25px 30px -30px rgba(0,0,0,0.5);
    box-shadow: 0px 25px 30px -30px rgba(0,0,0,0.5);
  }
}

@media only screen and (min-width: 1440px) {
  .site-header {
    padding-top: 32px;
    padding-top: calc(32px + constant(safe-area-inset-top));
    padding-top: calc(32px + env(safe-area-inset-top));
    padding-bottom: 32px;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-bottom: calc(30px + constant(safe-area-inset-bottom));
  padding-bottom: calc(30px + env(safe-area-inset-bottom));
}

@media only screen and (min-width: 1024px) {
  .site-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 40px;
    padding-bottom: 39px;
    padding-bottom: calc(39px + constant(safe-area-inset-bottom));
    padding-bottom: calc(39px + env(safe-area-inset-bottom));
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: calc(50px + constant(safe-area-inset-bottom));
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

@media only screen and (min-width: 1920px) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: calc(50px + constant(safe-area-inset-bottom));
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

.row {
  margin-right: 20px;
  margin-right: calc(20px + constant(safe-area-inset-right));
  margin-right: calc(20px + env(safe-area-inset-right));
  margin-left: 20px;
  margin-left: calc(20px + constant(safe-area-inset-left));
  margin-left: calc(20px + env(safe-area-inset-left));
}

@media only screen and (min-width: 1024px) {
  .row {
    margin-right: 32px;
    margin-right: calc(32px + constant(safe-area-inset-right));
    margin-right: calc(32px + env(safe-area-inset-right));
    margin-left: 32px;
    margin-left: calc(32px + constant(safe-area-inset-left));
    margin-left: calc(32px + env(safe-area-inset-left));
  }
}

@media only screen and (min-width: 1440px) {
  .row {
    margin-right: 60px;
    margin-right: calc(120px + constant(safe-area-inset-right));
    margin-right: calc(120px + env(safe-area-inset-right));
    margin-left: 60px;
    margin-left: calc(120px + constant(safe-area-inset-left));
    margin-left: calc(120px + env(safe-area-inset-left));
  }
}

@media only screen and (min-width: 1920px) {
  .row {
    margin-right: 100px;
    margin-right: calc(100px + constant(safe-area-inset-right));
    margin-right: calc(100px + env(safe-area-inset-right));
    margin-left: 100px;
    margin-left: calc(100px + constant(safe-area-inset-left));
    margin-left: calc(100px + env(safe-area-inset-left));
  }
}

.article-sub {
  /* padding-top: 120px;
  padding-top: calc(120px + constant(safe-area-inset-top));
  padding-top: calc(120px + env(safe-area-inset-top));
  padding-bottom: 120px;
  padding-bottom: calc(120px + constant(safe-area-inset-bottom));
  padding-bottom: calc(120px + env(safe-area-inset-bottom)); */
}

@media only screen and (min-width: 1024px) {
  .article-sub {
    /* padding-top: 200px;
    padding-top: calc(200px + constant(safe-area-inset-top));
    padding-top: calc(200px + env(safe-area-inset-top));
    padding-bottom: 290px;
    padding-bottom: calc(290px + constant(safe-area-inset-bottom));
    padding-bottom: calc(290px + env(safe-area-inset-bottom)); */
  }
}

@media only screen and (min-width: 1440px) {
  .article-sub {
    /* padding-top: 220px;
    padding-top: calc(220px + constant(safe-area-inset-top));
    padding-top: calc(220px + env(safe-area-inset-top));
    padding-bottom: 350px;
    padding-bottom: calc(350px + constant(safe-area-inset-bottom));
    padding-bottom: calc(350px + env(safe-area-inset-bottom)); */
  }
}

@media only screen and (min-width: 1920px) {
  .article-sub {
    /* padding-top: 200px;
    padding-top: calc(200px + constant(safe-area-inset-top));
    padding-top: calc(200px + env(safe-area-inset-top));
    padding-bottom: 445px;
    padding-bottom: calc(445px + constant(safe-area-inset-bottom));
    /* padding-bottom: calc(445px + env(safe-area-inset-bottom)); 20210310 손원웅 수정_445px -> 200px
    padding-bottom: calc(200px + env(safe-area-inset-bottom)); */
  }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.sr-only {
  position: absolute;
  top: -1000em;
  left: 0;
  display: block;
  overflow: hidden;
}

.ir {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  white-space: nowrap;
}

.show {
  display: block !important;
}

tr.show {
  display: table-row !important;
}

th.show,
td.show {
  display: table-cell !important;
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .is-mo-hide {
    display: none !important;
  }
  .is-mo-show {
    display: block !important;
  }
  tr.is-mo-show {
    display: table-row !important;
  }
  th.is-mo-show,
  td.is-mo-show {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1024px) {
  .is-ta-hide {
    display: none !important;
  }
  .is-ta-show {
    display: block !important;
  }
  tr.is-ta-show {
    display: table-row !important;
  }
  th.is-ta-show,
  td.is-ta-show {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1440px) {
  .is-pc-hide {
    display: none !important;
  }
  .is-pc-show {
    display: block !important;
  }
  tr.is-pc-show {
    display: table-row !important;
  }
  th.is-pc-show,
  td.is-pc-show {
    display: table-cell !important;
  }
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-ellipsis {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Form
	## button
--------------------------------------------------------------*/
.btn,
a.btn {
  display: inline-block;
  width: auto;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.btn.btn-block,
a.btn.btn-block {
  display: block;
  width: 100%;
}

.btn.btn-border,
a.btn.btn-border {
  border-width: 1px;
  border-style: solid;
}

.btn.btn-font-md,
a.btn.btn-font-md {
  font-weight: 500;
}

.btn.btn-size-1,
a.btn.btn-size-1 {
  height: 36px;
  padding: 0 18px;
  font-size: 16px;
  line-height: 36px;
}

.btn.btn-size-1.btn-border,
a.btn.btn-size-1.btn-border {
  line-height: 34px;
}

.btn.btn-size-1.btn-round,
a.btn.btn-size-1.btn-round {
  border-radius: 18px;
}

.btn.btn-white,
a.btn.btn-white {
  background-color: #fff;
  color: #000;
}

.btn.btn-white.btn-border,
a.btn.btn-white.btn-border {
  border-color: #a1a1a1;
}

@media only screen and (min-width: 1024px) {
  .btn.btn-size-1,
  a.btn.btn-size-1 {
    height: 40px;
    padding: 0 23px;
    font-size: 18px;
    line-height: 40px;
  }
  .btn.btn-size-1.btn-border,
  a.btn.btn-size-1.btn-border {
    line-height: 38px;
  }
  .btn.btn-size-1.btn-round,
  a.btn.btn-size-1.btn-round {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .btn.btn-size-1,
  a.btn.btn-size-1 {
    height: 50px;
    padding: 0 32px;
    font-size: 20px;
    line-height: 50px;
  }
  .btn.btn-size-1.btn-border,
  a.btn.btn-size-1.btn-border {
    line-height: 48px;
  }
  .btn.btn-size-1.btn-round,
  a.btn.btn-size-1.btn-round {
    border-radius: 25px;
  }
}

@media only screen and (min-width: 1920px) {
  .btn.btn-size-1,
  a.btn.btn-size-1 {
    height: 60px;
    padding: 0 38px;
    font-size: 24px;
    line-height: 60px;
  }
  .btn.btn-size-1.btn-border,
  a.btn.btn-size-1.btn-border {
    line-height: 58px;
  }
  .btn.btn-size-1.btn-round,
  a.btn.btn-size-1.btn-round {
    border-radius: 30px;
  }
}

/*--------------------------------------------------------------
# Form
	## input text
--------------------------------------------------------------*/
.input-text > input {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
}

.input-text > input[readonly] {
  color: #222;
}

.input-text > input::-webkit-input-placeholder {
  color: #222;
}

.input-text > input::-moz-placeholder {
  color: #222;
}

.input-text > input:-webkit-input-placeholder {
  color: #222;
}

.input-text > input:-ms-input-placeholder {
  color: #222;
}

.input-text > input:-moz-placeholder {
  color: #222;
}

.input-text.with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-text-type-1 {
  border-bottom: 1px solid #606060;
}

.input-text-type-1 > input {
  height: 35px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
}

.input-text-type-1 > button {
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 35px;
  margin-left: 10px;
  background: url("../img/ico-search-black.png") no-repeat center center;
  background-size: 22px 22px;
}

@media only screen and (min-width: 1024px) {
  .input-text-type-1 > input {
    height: 60px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 30px;
  }
  .input-text-type-1 > button {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 60px;
    background-size: 30px 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .input-text-type-1 > input {
    height: 65px;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
  }
  .input-text-type-1 > button {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 65px;
    background-size: 40px 40px;
  }
}

@media only screen and (min-width: 1920px) {
  .input-text-type-1 > input {
    height: 67px;
    font-size: 22px;
    line-height: 27px;
  }
  .input-text-type-1 > button {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 67px;
    background-size: 44px 44px;
  }
}

/*--------------------------------------------------------------
# Form
	## select
--------------------------------------------------------------*/
.select > select {
  width: 100%;
  border: none;
}

.select-type-1 {
  border-bottom: 1px solid #606060;
}

.select-type-1 > select {
  height: 35px;
  padding: 5px 0;
  background-color: #fff;
  background-image: url("../img/arr-down-lightgray-2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px auto;
  border-radius: 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
}

@media only screen and (min-width: 1024px) {
  .select-type-1 > select {
    height: 60px;
    padding: 15px 0;
    background-size: 21px auto;
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .select-type-1 > select {
    height: 65px;
    padding: 20px 0;
    background-size: 23px auto;
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 1920px) {
  .select-type-1 > select {
    height: 67px;
    background-size: 26px auto;
    font-size: 22px;
    line-height: 27px;
  }
}

/*--------------------------------------------------------------
# Module
	## article-header
--------------------------------------------------------------*/
.article-header {
  text-align: center;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:100px;
}

.article-header.business_visual{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/bg/sub_title_bg_v2.png");
  background-position: center 80%;
}
.article-header.recruit_visual{
  background-image: url("../../images/bg/sub_title_m_bg01.png");
}
.article-header.company_visual{
  background-image: url("../../images/bg/sub_title_m_bg02.png");
}
.article_title_top{
  color:#fff;
  font-size: 12px;
  letter-spacing: 1.5;
}
.article-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.025em;
  color:#fff;
  padding: 10px 0 15px;;
}

.article-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background: #fff;
  content: '';
}

.article-desc {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

@media only screen and (min-width: 1024px) {
  .article-header{
    padding-top: 180px;
    height: 315px;
  }
  .article_title_top{
    color:#fff;
    font-size: 14px;
  }
  .article-title {
    font-size: 40px;
  }
  .article-title:before {
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
  .article-desc {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .article-header.business_visual{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/bg/sub_title_bg_v2.png);
    background-position: center 80%;
  }
  .article-header.recruit_visual{
    background-image: url(../../images/bg/sub_title_bg01.png);
  }
  .article-header.company_visual{
    background-image: url(../../images/bg/sub_title_bg02.png);
  }
}

@media only screen and (min-width: 1440px) {

  .article-desc {
    margin-top: 9px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1920px) {
  .article-title {
    font-size: 40px;
  }
  .article-desc {
    font-size: 24px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Module
	## paragraph-img-group
--------------------------------------------------------------*/
.paragraph-img-group {
  margin-top: 57px;
  margin-right: 20px;
  margin-right: calc(20px + constant(safe-area-inset-right));
  margin-right: calc(20px + env(safe-area-inset-right));
  margin-left: 20px;
  margin-left: calc(20px + constant(safe-area-inset-left));
  margin-left: calc(20px + env(safe-area-inset-left));
}

.paragraph-img-group .img {
  height: 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.paragraph-img-group .paragraphs {
  margin-top: 36px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-img-group .paragraphs p {
  font-weight: 300;
}

.paragraph-img-group .paragraphs p + p {
  margin-top: 20px;
}

.paragraph-img-group .paragraphs p .bold {
  font-weight: 400;
}

.paragraph-img-group .paragraphs p .red {
  color: #b65435;
}

.paragraph-img-group .paragraphs p .black {
  color: #000;
}

@media only screen and (min-width: 1440px) {
  .paragraph-img-group {
    margin-top: 77px;
    margin-right: 0;
    margin-left: 0;
  }
  .paragraph-img-group:before, .paragraph-img-group:after {
    content: "";
    display: table;
  }
  .paragraph-img-group:after {
    clear: both;
  }
  .paragraph-img-group .img {
    float: left;
    width: 44%;
    height: 332px;
  }
  .paragraph-img-group .paragraphs {
    max-width: 960px;
    margin: 45px auto 0;
    padding-right: 50px;
    padding-left: 470px;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# Module
	## slogan-img-group
--------------------------------------------------------------*/
.slogan-img-group {
  height: 228px;
  margin-top: 77px;
  margin-left: 20px;
  margin-left: calc(20px + constant(safe-area-inset-left));
  margin-left: calc(20px + env(safe-area-inset-left));
}

.slogan-img-group:before, .slogan-img-group:after {
  content: "";
  display: table;
}

.slogan-img-group:after {
  clear: both;
}

.slogan-img-group .img {
  float: right;
  width: 34%;
  height: 100%;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.slogan-img-group .slogans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #b65435;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.025em;
  text-align: right;
}

.slogan-img-group .slogans > ul {
  width: 100%;
}

.slogan-img-group .slogans > ul > li:before, .slogan-img-group .slogans > ul > li:after {
  display: inline;
}

.slogan-img-group .slogans > ul > li:before {
  content: '“';
}

.slogan-img-group .slogans > ul > li:after {
  content: '”';
}

@media only screen and (min-width: 1440px) {
  .slogan-img-group {
    height: 325px;
    margin-top: 82px;
  }
  .slogan-img-group:before, .slogan-img-group:after {
    content: "";
    display: table;
  }
  .slogan-img-group:after {
    clear: both;
  }
  .slogan-img-group .img {
    width: 43.7%;
    margin-left: 50px;
  }
  .slogan-img-group .slogans {
    display: block;
    max-width: 960px;
    height: auto;
    margin: 50px auto 0;
    font-size: 18px;
    line-height: 51px;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #dadada;
  border-top: 5px solid #127ab7;
}

.site-header .row:before, .site-header .row:after {
  content: "";
  display: table;
}

.site-header .row:after {
  clear: both;
}

.site-header .row {
  height: 100%;
}

.site-header .logo {
  float: left;
  width: 100px;
  line-height: 22px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.site-header .logo a {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .site-header .logo {
    height: auto;
    line-height: 26px;
	width: 140px;
  }
}

@media only screen and (min-width: 1440px) {
  .site-header .logo {
    width: 191px;
    height: auto;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Header
	## GNB - mobile
--------------------------------------------------------------*/
.gnb-mobile {
  position: relative;
  float: right;
  margin-top: -8px;
  margin-right: -7px;
}

.gnb-mobile .btn {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center center;
}

.gnb-mobile .btn.opener {
  background-image: url("../../images/ico/ico-hamburger-white.png");
  background-size: 19px 17px;
}

.gnb-mobile .btn.closer {
  display: none;
  background-image: url("../../images/ico/ico-close-white.png");
  background-size: 17px 17px;
}

.gnb-mobile.on .btn.opener {
  display: none;
}

.gnb-mobile.on .btn.closer {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .gnb-mobile {
    display: none;
  }
}

.gnb-mobile-menu {
  position: fixed;
  top: 60px;
  top: calc(60px + constant(safe-area-inset-top));
  top: calc(60px + env(safe-area-inset-top));
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-left: 20px;
  padding-left: calc(20px + constant(safe-area-inset-left));
  padding-left: calc(20px + env(safe-area-inset-left));
  display: none;
}

.gnb-wrap{
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
}

.links-menu-mobile{
  padding: 30px 20px 20px 20px;

}
.links-menu-mobile .container {
  padding-top: 15px;
  overflow: hidden;
}
.links-menu-mobile .container .link_item {
  width: calc(50% - 5px);
  float: left;
}
.links-menu-mobile .container .link_item:nth-child(2n) {
  margin-left: 10px;
}
.links-menu-mobile .container .link_item:nth-child(3), .links-menu-mobile .container .link_item:nth-child(4) {
  margin-top: 10px;
}
.links-menu-mobile .container .link_item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.links-menu-mobile .container .link_item a strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -40%, 0px);
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  z-index: 2;
  overflow: hidden;
}
.links-menu-mobile .container .link_item a strong span {
  display: inline-block;
}
.links-menu-mobile .container .link_item a img {
  width: 100%;
}
.gnb-mobile-menu .depth1 {
 
}

.gnb-mobile-menu .depth1 > li > a {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: block;
  padding-left: 30px;
  background-image: url("../../images/ico/arr-down-lightgray.png");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-position: right calc(25px + constant(safe-area-inset-left)) center;
  background-position: right calc(25px + env(safe-area-inset-left)) center;
  background-size: 18px 10px;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  color: #000;
  font-size: 18px;
  line-height: 58px;
}

.gnb-mobile-menu .depth1 > li > a.on {
  background-color: #2887be;
  background-image: url("../../images/ico/arr-up-white.png");
  color: #fff;
  border: none;
}

.gnb-mobile-menu .depth1 > li > a.on + .depth2 {
  background-color: rgba(255, 255, 255, 0.7);
}

.gnb-mobile-menu .depth2 {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: none;
  padding-top: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gnb-mobile-menu .depth2 > li > a {
  display: block;
  padding-left: 30px;
  color: #292929;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.gnb-mobile-menu .depth2 > li > a:before {
  display: inline;
  content: '- ';
}

.gnb-desktop,
.gnb-desktop-bg{
  display: none;
}
.gnb-desktop-link{
  display: none;
}
/*--------------------------------------------------------------
# Header
	## GNB - tablet
--------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  .gnb-desktop {
    position: absolute;
    top: 0px;
    top: calc(0px + constant(safe-area-inset-top));
    top: calc(0px + env(safe-area-inset-top));
    right: 127px;
    right: calc(127px + constant(safe-area-inset-right));
    right: calc(127px + env(safe-area-inset-right));
    z-index: 102;
    display: flex;
  }
  .gnb-desktop-link{
    display: block
  }
  .gnb-desktop-menu {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .gnb-desktop-menu:before, .gnb-desktop-menu:after {
    content: "";
    display: table;
  }
  .gnb-desktop-menu:after {
    clear: both;
  }
  .gnb-desktop-menu .depth1 > li {
    float: left;
  }
  .gnb-desktop-menu .depth1 > li > a {
    -webkit-transition: border-bottom-image 0.2s;
    -o-transition: border-bottom-image 0.2s;
    transition: border-bottom-image 0.2s;
    transition: all 0.2s;
    display: block;
    height: 96px;
    padding: 0 26px;
    color: #000000;
    font-size: 22px;
    line-height: 100px;
    letter-spacing: 0;
    font-weight: bold;
    
  }
  .gnb-desktop-menu .depth1 > li:hover > a {
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #88b541, #127ab7);
    border-image-slice: 1;
  }
  .gnb-desktop-menu .depth1 > li:nth-child(2) {
    width: 136px;
    margin-left: 26px;
  }
  .gnb-desktop-menu .depth1 > li:nth-child(3) {
    width: 173px;
    margin-left: 0;
  }
  .gnb-desktop-menu .depth1 > li:nth-child(4) {
    width: 157px;
    margin-left: 0;
  }
  .gnb-desktop-menu .depth2 {
    display: none;
    padding-top: 25px;
  }
  .gnb-desktop-menu .depth2 > li > a {
    display: block;
    color: #292929;
    font-size: 18px;
    line-height: 45px;
    transition: all 0.3s;
  }
  .gnb-desktop-menu .depth2 > li > a:hover {
    position: relative;
    color:#127ab7;
    font-weight: bold;
  }
  .gnb-desktop-menu .depth2 > li > a:hover:after {
    position: absolute;
    bottom: 4px;
    left: 50%;
    display: block;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background: #127ab7;
    content: '';
    transition: all 0.3s;
  }
  .gnb-desktop-bg {
    position: absolute;
    top: 96px;
    top: calc(96px + constant(safe-area-inset-top));
    top: calc(96px + env(safe-area-inset-top));
    right: 0;
    left: 0;
    z-index: 1;
    display: none;
    height: 350px;
    max-height: 350px;
    background: rgba(255, 255, 255, 1);
    background-image: url(../../images/bg/bg_mega.png);
    background-position: 10% 0%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 25px 30px -30px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 25px 30px -30px rgba(0,0,0,0.5);
    box-shadow: 0px 25px 30px -30px rgba(0,0,0,0.5);
  }
  .gnb-desktop-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 103;
    background: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .gnb-desktop-link .link_top{
    height: 96px;
    border-bottom: 1px solid #e8e8e8;
  }
  .gnb-desktop-link .link_top .link_wrap_top{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    height: 96px;
  }
  .gnb-desktop-link .link_top h2{
    font-size: 24px;
  }
  .gnb-desktop-link .link_top .button-close{
    display: inline-block;
    background: url(../../images/link-close.png) no-repeat;
    width: 64px;
    height: 64px;
    transition: height 0.15s;
  }
  .gnb-desktop-link .link_con{
    max-width: 1200px;
    padding: 30px 0;
    margin: auto;
  }
  .gnb-desktop-link .link_con ul{
    display: flex;
  }
  .gnb-desktop-link .link_con ul li{
    width: calc(100%/4);
    height: 200px;
    margin-left: 18px;
    text-align: center;
  }
  .gnb-desktop-link .link_con ul li:first-child{
    margin-left: 0;
  }

  .gnb-desktop-link .link_con ul .link_item a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .gnb-desktop-link .link_con ul .link_item a strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -40%, 0px);
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    white-space: nowrap;
    z-index: 2;
    overflow: hidden;
  }
  .gnb-desktop-link .link_con ul .link_item a strong span {
    display: inline-block;
    transition: all 0.45s;
    transform: translateY(100%);
    transition-delay: 0.2s;
  }
  .gnb-desktop-link .link_con ul .link_item a img {
    position: relative;
    z-index: 1;
    transition: transform 3s;
    transform: scale(1);
    width: 100%;
  }
  .gnb-desktop-link .link_con ul .link_item a:hover img {
    transform: scale(1.085);
  }
  .link-active .gnb-desktop-link {
    opacity: 1;
    visibility: visible;
  }
  .link-active .gnb-desktop-link .link_con ul .link_item a strong {
    transform: translate3d(-50%, -50%, 0px);
  }
  .link-active .gnb-desktop-link .link_con ul .link_item a strong span {
    transform: translateY(0%);
  }
  .link-active .black-bg {
    opacity: 0.5;
    visibility: visible;
  }
  
  .black-bg {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s 0s;
    height: 100%;
    width: 100%;
    z-index: 3;
    will-change: opacity;
  }
  
  .gnb-desktop-bnr {
    position: absolute;
    top: 17px;
    left: 32px;
    left: calc(32px + constant(safe-area-inset-left));
    left: calc(32px + env(safe-area-inset-left));
    z-index: 2;
    display: none;
    margin-top: 22px;
    font-size: 20px;
    color:#4d4d4d;
    letter-spacing: 2.5;
    text-transform: uppercase;
  }
  .gnb-desktop-bnr figcaption {
    margin-bottom: 14px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.025em;
    white-space: nowrap;
  }
  .gnb-desktop-bnr p{
    margin-bottom: 5px;
  }
  .gnb-desktop-bnr strong{
    margin-left: 0px;
  }
  .gnb-desktop .link{
    display: flex;
    align-items: center;
    height: 96px;
  }
  .link .btn-link-open{
    display: inline-block;
    background: url(../../images/links.png) no-repeat;
    width: 86px;
    height: 28px;
    transition: height 0.15s;
  }
}

/*--------------------------------------------------------------
# Header
	## GNB - desktop
--------------------------------------------------------------*/
@media only screen and (min-width: 1440px) {
  .gnb-desktop {
    right: 186px;
    right: calc(186px + constant(safe-area-inset-right));
    right: calc(186px + env(safe-area-inset-right));
  }
  .gnb-desktop-menu .depth1 > li > a {
    padding: 0 20px;
    font-size: 22px;
  }
  .gnb-desktop-menu .depth1 > li:nth-child(1) {
    width: 180px;
  }
  .gnb-desktop-menu .depth1 > li:nth-child(2) {
    width: 180px;
    margin-left: 34px;
  }
  .gnb-desktop-menu .depth1 > li:nth-child(3) {
    width: 180px;
    margin-left: 34px;
    margin-right: 34px;
  }
  .gnb-desktop-menu .depth1 > li:nth-child(4) {
    width: 180px;
    margin-left: 36px;
  }
  .gnb-desktop-menu .depth2 {
    padding-top: 29px;
  }
  .gnb-desktop-menu .depth2 > li > a {
    font-size: 18px;
    line-height: 42px;
  }
  .gnb-desktop-bg {
    height: 350px;
    max-height: 350px;
  }
  .gnb-desktop-bnr {
    left: 60px;
    left: calc(60px + constant(safe-area-inset-left));
    left: calc(60px + env(safe-area-inset-left));
    margin-top: 22px;
  }
  .gnb-desktop-bnr figcaption {
    margin-bottom: 4px;
    font-size: 36px;
    line-height: 46px;
  }
  .gnb-desktop-bnr strong{
    margin-left: 280px;
  }
}

/*--------------------------------------------------------------
# Header
	## GNB - desktop large
--------------------------------------------------------------*/
@media only screen and (min-width: 1920px) {
  .gnb-desktop {
    right: 60px;
    right: calc(60px + constant(safe-area-inset-right));
    right: calc(60px + env(safe-area-inset-right));
  }
  .gnb-desktop-bnr {
    left: 100px;
    left: calc(11px + constant(safe-area-inset-left));
    left: calc(100px + env(safe-area-inset-left));
    margin-top: 120px;
  }
  .gnb-desktop-bnr figcaption {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
	color:#ccc
  }
}

/*--------------------------------------------------------------
# Header
	## lang-switcher
--------------------------------------------------------------*/
.lang-switcher {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .lang-switcher {
    float: right;
    display: block;
    margin-top: 3px;
    line-height: 19px;
  }
  .lang-switcher .btn {
    padding: 0 8px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    vertical-align: top;
  }
  .lang-switcher .btn.on {
    background-color: #fff;
    color: #007ab5;
  }
  .lang-switcher .btn + .btn {
    margin-left: -1px;
  }
}

@media only screen and (min-width: 1440px) {
  .lang-switcher {
    margin-top: 6px;
    line-height: 24px;
  }
  .lang-switcher .btn {
    padding: 0 11px;
    font-size: 15px;
    line-height: 22px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #000000;
  color: #c2c2c2;
}

.site-footer .logo {
  width: 100px;
  line-height: 18px;
}

.site-footer .logo a {
  display: block;
}

.footer-contents .copyright {
  margin-top: 11px;
  color: #858585;
  font-size: 12px;
  line-height: 13px;
}

.footer-address {
  margin-top: 17px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.footer-address .location + .location {
  margin-top: 10px;
}

.footer-address .name {
  color: #dcdcdc;
  line-height: 15px;
}

.footer-address .name strong {
  font-weight: 500;
}

.footer-address .address {
  margin-top: 2px;
}

.footer-address .info .fax,
.footer-address .info .email {
	margin-right: 15px;
}

.footer-address .info .tel:before,
.footer-address .info .fax:before,
.footer-address .info .email:before {
  display: inline;
  font-weight: 500;
}

.footer-address .info .tel:before {
  content: 'T. ';
}

.footer-address .info .fax:before {
  content: 'F. ';
}

.footer-address .info .email:before {
  content: 'E. ';
}

@media only screen and (min-width: 1024px) {
  .site-footer .logo {
    width: 140px;
    line-height: 19px;
  }
  .footer-contents .copyright {
    margin-top: 13px;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-address {
    margin-top: 17px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-address .name,
  .footer-address .address
  {
    float: left;
  }
  .footer-address .name {
    margin-right: 39px;
    line-height: 20px;
  }
  .footer-address .address {
    margin-top: 0;
  }
  .footer-address .info .tel,
  .footer-address .info .fax,
  .footer-address .info .email {
    margin-right: 23px;
  }
  .footer-address .location:before, .footer-address .location:after {
    content: "";
    display: table;
  }
  .footer-address .location:after {
    clear: both;
  }
  .footer-address .location + .location {
    margin-top: 9px;
  }
  .footer-address .location + .location .name {
    margin-right: 29px;
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer .logo {
    width: 165px;
    line-height: 36px;
  }
  .footer-contents .copyright {
    margin-top: 16px;
    font-size: 16px;
  }
  .footer-address {
    margin-top: 38px;
    font-size: 18px;
    line-height: 30px;
  }
  .footer-address .name {
    margin-right: 30px;
    line-height: 24px;
  }
  .footer-address .info .tel,
  .footer-address .info .fax,
  .footer-address .info .email {
    margin-right: 30px;
  }
  .footer-address .location + .location {
    margin-top: 13px;
  }
  .footer-address .location + .location .name {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1920px) {
  .site-footer .row:before, .site-footer .row:after {
    content: "";
    display: table;
  }
  .site-footer .row:after {
    clear: both;
  }
  .site-footer .logo {
    float: left;
  }
  .site-footer .footer-contents {
    float: left;
  }
  .footer-contents {
    position: relative;
    margin-left: 50px;
    padding-left: 50px;
  }
  .footer-contents:before {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 1px;
    display: block;
    width: 2px;
    background: #626262;
    content: '';
  }
  .footer-contents .copyright {
    margin-top: 0;
  }
  .footer-address {
    margin-top: 0;
    line-height: 24px;
  }
  .footer-address .name {
    line-height: 24px;
  }
  .footer-address .location + .location {
    margin-top: 3px;
  }
  .footer-address .location + .location .name {
    margin-right:40px;
  }
}
.highlight{color:#007bb6}
.highlight-bold{color:#007bb6}

/* Footer Responsive Address */
.footer-sep {
  margin: 0 10px;
  color: #858585;
}
.footer-address .info {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .footer-sep {
    display: none;
  }
  .footer-address .info {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer-address .branch {
    display: block;
  }
}
