@charset "UTF-8";
@import url(http://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/* nomalize */
article, aside, details, figcaption, figure, footer, main, header, hgroup, menu, nav, section, summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
a {
  background-color: transparent;
}
a,
label,
select {
  cursor: pointer;
}
a:active,
a:hover {
 outline: 0;
}
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
input, button, select, textarea, optgroup {
  font: inherit;
  color: inherit;
}
button, input {line-height: normal;}
img,fieldset,iframe,legend {border:0;}
input,select,button,img{vertical-align:middle}
button, select {text-transform: none;}
button, html input[type="button"],input[type="submit"],input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer
}
textarea {
  overflow: auto;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text]::-ms-clear {
  display:none;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button {
  border: 0 none;
  background-color: transparent;
}
/* reset */
html,body,div,p,span,ul,ol,li,a,img,td,th,input,select,button,label,article, aside, details, footer, main, header, menu, nav, section, figure, h1,h2,h3,h4,h5,h6,form {
  margin: 0;
  padding: 0;
  outline: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
small {font-size: inherit;}
/* input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -moz-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
} */


/* jaf */
.blind {text-indent:-9999px;display: block;text-align: left;overflow: hidden;}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clearfix::after {
  display: table;
  content: '';
  clear: both;
}
.relative {
  position: relative;
}
.pull-left {
  float: left
}
.pull-right {
  float: right;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.block {
  display: block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.visi-hidden {
  visibility: hidden;
}
body {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  color: #363C42;
  letter-spacing: 0.4px;
  font-size: 16px;
  min-height: 100vh;
  user-select: none;
}
header {
  text-align: center;
  background-color: #fff;
  z-index: 100;
  height: 100px;
  border-bottom: 2px solid #f8f9fa;
}
.main-header {
  border-bottom: none;
}
header .container {
  height: 100%;
}
.fixed_header {
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 997;
  display: none;
}
.header_logo {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: 0;
}
.pc_nav a {
  font-size: 17px;
  font-weight: bold;
  color: #ABAEB2;
  line-height: 100px;
  display: inline-block;
  margin: 0 20px;
}
.main-header .pc_nav a {
  color: inherit;
}
.pc_nav .current {
  color: inherit;
}
.pc_nav .current span {
  border-bottom: #363c42 2px solid;
}
.header_left_btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mobile_menu {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  background-color: #f8f9fa;
  text-align: left;
}
.mobile_menu .depth1 {
  position: absolute;
  top: 56px;
  left: 0;
  width: 158px;
  bottom: 0;
  border-top: 1px solid #f1f2f3;
  padding-bottom: 20px;
  overflow-y: auto;
  background-color: #f8f9fa;
}
.mobile_menu .depth1_title {
  padding: 20px 0 20px 26px;
  font-size: 16.5px;
  color: #ABAEB2;
  font-weight: bold;
  cursor: pointer;
}
.depth2 {
  display: none;
  position: fixed;
  left: 158px;
  top: 56px;
  right: 0;
  bottom: 0;
  color: #4E5053;
  background-color: #fff;
  border-top: 1px solid #f1f2f3;
}
.depth_open .depth2 {
  display: block;
}
.depth2 ul {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 30px 32px;
}
.depth2 li {
  padding: 22px 0 6px;
  font-size: 16.5px;
}
.depth2 .current {
  font-weight: bold;
}
.depth_open .depth1_title {
  color: #4e5053;
  background-color: #fff;
  border-left: 2px solid #4e5053;
  padding: 20px 0 20px 26px;
}
.menu_close {
  width: 24px;
  height: 24px;
  background-image: url('../img/menu_close.png');
  background-size: 100% auto;
  position: fixed;
  z-index: 1002;
  top: 18px;
  right: 20px;
}

.header_right_btn {
  border-radius: 24px;
  background-color: #2B58EB;
  border: 0 none;
  font-size: 15px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2.8;
  padding-top: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.main_visual {
  position: relative;
  z-index: 99;
  font-size: 42px;
  font-weight: bold;
  color: #1f2124;
  letter-spacing: -1px;
  line-height: 1.22;
}
.highlight {
  margin-bottom: 6px;
}
.main_visual section {
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 10;
}
.main_visual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center top;
  color: #fff;
}
.main_visual .illust {
  padding: 0 30px;
  position: relative;
}
.illust .wrap {
  border-radius: 28px;
  background-color: #F8F9FA;
}
.main_visual section.show {
  opacity: 1;
  z-index: 100;
}
.main_visual .slide {
  position: relative;
  top: 50px;
  transition: all 1s;
}
.main_visual .show .slide {
  top: 0;
}
.image figcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  text-shadow: 0 0 8px rgba(0,0,0,0.15)
}
.illust figure {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}
.illust figcaption {
  padding: 10% 0 8% 58%;
}
.main_visual button {
  border: 3px solid rgba(255,255,255,0.5);
  padding: 10px 20px;
  color: #fff;
  font-size: 19px;
  margin-top: 70px;
  font-weight: bold;
}
.illust button {
  margin-top: 60px;
  font-size: 18px;
  border: 1px solid #4e5053;
  color: #1F2124;
  font-weight: normal;
}
.highlighted {
  position: relative;
}
.illust .highlighted {
  color: #004ff9;
}
.highlighted::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 0;
  top: 75%;
  background-color: rgba(255,255,255,0.6);
  transition: all 2s;
}
.illust .highlighted::after {
  background-color: rgba(0,79,249,0.4);
}
.show .highlighted::after {
  width: 100%;
}
.main_article {
  margin: 80px auto;
  margin-left: -20px;
}
.main_article article {
  width: 285px;
  margin-left: 20px;
  float: left;
}
.main_article figure {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}
.main_article .title {
  font-size: 18px;
  font-weight: bold;
  color: #1F2124;
  margin: 16px 0 8px;
}
.main_article .content {
  color: #4e5053;
  line-height: 1.45;
  width: 80%;
  font-size: 14px;
}
footer {
  padding: 52px 0 70px;
  background-color: #F8F9FA;
  color: #8D8F91;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer.visi-hidden {
  position: inherit;
}
.footer_logo {
  width: 86px;
  float: left;
}
.footer_info {
  margin: 6px 0 0 74px;
  float: left;
  line-height: 1.8;
  letter-spacing: 0;
}
.footer_info small {
  color: #DEE0E2;
  display: inline-block;
  font-weight: bold;
  margin: 0 4px;
}
.footer_info .address {
  display: block;
}
.footer_info .address small {
  display: none;
}
.footer_number {
  width: 320px;
  float: right;
}
.contact_modal {
  width: 480px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  box-shadow: 0 30px 62px 0 rgba(0,0,0,0.27);
  border-radius: 6px;
  padding: 48px;
  display: none;
}
.contact_modal .title {
  color: #797B7E;
  font-size: 15px;
  padding-bottom: 16px;
  margin-bottom: 58px;
  border-bottom: 3px solid #1f2124;
}
.contact_modal .title strong {
  color: #1F2124;
  font-size: 28px;
  display: block;
  padding-bottom: 13px;
}
.contact_modal button {
  width: 100%;
  font-size: 20px;
  height: 100px;
  text-align: left;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: bold;
}
.contact_modal .mailto {
  background-color: #004ff9;
  color: #fff;
}
.contact_modal .callto {
  background-color: #F8F9FA;
  border: 3px solid #F1F2F3;
  color: #1F2124;
}
.contact_modal button img {
  height: 40px;
}
.contact_modal button img:first-child {
  margin: 0 32px 0 40px;
}
.modal_close {
  color: #ABAEB2;
  cursor: pointer;
  font-size: 18px;
  text-decoration: underline;
  padding-top: 10px;
  display: inline-block;
}
.modal_bg,
.m_menu_bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 999;
  cursor: pointer;
  display: none;
}
/* 서브페이지 */
.location {
  line-height: 54px;
  border-top: 1px solid #f1f2f3;;
  font-size: 16px;
}
.location .inline-block::before {
  content:'';
  width: 8px;
  height: 13px;
  display: inline-block;
  vertical-align: -1px;
  background-image: url('../img/location_arrow.png');
  background-size: 100% 100%;
  margin: 0 9px 0 8px;
}
.location .inline-block:first-child::before {
  display: none;
}
.sub_top {
  background-color: #F8F9FA;
  padding: 40px 0;
  margin-bottom: 58px;
}
.sub_title {
  font-weight: bold;
  font-size: 36px;
  padding-top: 50px;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.sub_top .sub_title {
  float: left;
  width: 50%;
}
.sub_visual {
  float: right;
  width: 50%;
  text-align: center;
}
.sub_container {
  padding-bottom: 58px;
}
.sub_left {
  font-size: 18px;
  line-height: 3;
  float: left;
  border-top: 1px solid #1f2124;
  padding-top: 20px;
  width: 20%;
}
.sub_left .current {
  font-weight: bold;
}
.sub_right {
  width: 70%;
  float: right;
}

@media (min-width: 1281px) {
  .main-header {
    width: auto;
    margin: 0 30px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .main_article {
    margin: 40px auto;
    margin-left: -2%
  }
  .main_article article {
    width: 48%;
    margin: 0 0 4% 2%;
  }
  .main_visual {
    font-size: 36px;
  }
  .highlight {
    margin-bottom: 4px;
  }
  .main_visual button {
    font-size: 17px;
    margin-top: 60px;
  }
  .illust button {
    font-size: 16px;
  }
  .main_visual .illust {
    padding: 0;
  }
  .illust .wrap {
    border-radius: 0;
  }
}
@media (max-width: 1080px) and (min-width: 761px) {
  .footer_logo {
    width: 10%;
  }
  .footer_info {
    width: 40%;
    margin: 0 0 0 6%;
    font-size: 12.5px;
  }
  .footer_number {
    width: 38%;
  }
}
@media (max-width: 1080px) {
  .footer_info span {
    display: block;
  }
  .footer_info span small {
    display: none;
  }
  .sub_title {
    font-size: 30px;
  }
}
@media (min-width: 861px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 860px) {
  header {
    height: 86px;
  }
  .pc {
    display: none;
  }
  .header_left_btn {
    display: block;
  }
  .header_logo {
    width: 70px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .header_right_btn {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1px;
  }
  .main_visual {
    font-size: 28px;
  }
  .main_visual button {
    font-size: 15px;
    margin-top: 50px;
  }
  .illust button {
    font-size: 14px;
  }
  .main_article .title {
    font-size: 17px;
    margin: 14px 0 6px;
  }
  .main_article .content {
    font-size: 13px;
  }
  .sub_title {
    font-size: 26px;
    padding-top: 40px;
  }
}
@media (min-width: 760px) {
  .header_nav:hover .header_menu {
    display: block;
  }
  .header_nav:before {
    content: '';
    left: -20px;
    width: 400px;
    bottom: 0;
    top: 50%;
    display: block;
    position: absolute;
  }
  .header_menu:before {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    top: -30px;
    border-bottom: 28px solid #f1f2f3;
    border-left: transparent solid 16px;
    border-right: transparent solid 16px;
  }
  .header_menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    top: -27px;
    border-bottom: 28px solid #fff;
    border-left: transparent solid 16px;
    border-right: transparent solid 16px;
  }
}
@media (max-width: 760px) {
  .header_menu {
    position: fixed;
    left: 0;
    width: 80%;
    top: 0;
    bottom: 0;
    border-radius: 0;
    padding: 20px 0;
    font-size: 18px;
  }
  .on .header_menu {
    display: block;
  }
  .on .m_menu_bg {
    display: block;
  }
  .footer_number,
  .footer_logo,
  .footer_info {
    float: none;
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
  .footer_logo {
    width: 70px;
  }
  .footer_number {
    width: 260px;
  }
  footer {
    padding: 20px 0 30px;;
  }
}
@media (max-width: 600px) {
  .illust figure {
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    margin: 0 15%;
    width: 70%;
    padding-top: 7%;
  }
  .illust figcaption {
    padding: 5% 17% 10%;
  }
  .main_visual button {
    margin-top: 30px;
  }
  .image button {
    margin-top: 50px;
  }
  .main_article {
    margin: 40px auto 20px;
    margin-left: 0
  }
  .main_article article {
    width: 100%;
    margin: 0 0 10% 0;
  }
  .main_article .content {
    width: 100%;
  }
  .header_menu ul {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact_modal {
    padding: 38px;
    max-width: 370px;
  }
  .contact_modal .title {
    border-bottom: none;
    margin-bottom: 18px;
    font-size: 14px;
  }
  .contact_modal .title strong{
    font-size: 24px;
  }
  .contact_modal button {
    height: 80px;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .contact_modal button img {
    height: 30px;
  }
  .contact_modal button img:first-child {
    margin: 0 22px 0 30px;
  }
  .modal_close {
    font-size: 16px;
    padding-top: 0;
  }
  .sub_title {
    font-size: 24px;
    padding-top: 30px;
  }
}
@media (max-width: 470px){
  .header_left_btn {
    width: 26px;
  }
  .header_right_btn {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact_modal {
    width: 90%;
    padding: 34px 28px;
    max-width: 310px;
  }
  .contact_modal .title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .contact_modal .title strong{
    font-size: 20px;
  }
  .contact_modal button {
    height: 70px;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .contact_modal button img {
    height: 24px;
  }
  .contact_modal button img:first-child {
    margin: 0 18px 0 26px;
  }
  .modal_close {
    font-size: 15px;
  }
}
@media (max-width: 400px){
  .container {
    margin: 0 16px;
  }
  header {
    height: 74px;
  }
  .main_visual {
    font-size: 24px;
  }
  .highlighted {
  }
  .header_logo {
    width: 60px;
  }
  .header_right_btn {
    font-size: 12px;
  }
}
