
html, body {
  margin:0;
  padding:0;
  word-break: keep-all!important;
  overflow-wrap: break-word;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Inter', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #353E46;
  background-color: none;
}

::-moz-selection {
  color: white;
  background-color: #3E4D69;
}
::selection {
  color: white;
  background-color: #3E4D69;
}


img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

.desktop-visible {
  display: block;
}

.mobile-visible {
  display: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* 스타일 없애기 */


    ul {
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    li {
      list-style : none;
    }

    a {
      text-decoration: none;
      color: #000;
    }

    h1,  p {
      padding: 0;
      margin: 0;
    }


/* font style */


    .h1-kor {
      font-size: 2.5em;
      padding-bottom: 22px;
      line-height: 1.5em;
    }

    .h2-kor {
     font-size: 1.8em;
     padding: 0 0 20px 0;
     line-height: 1.5em;
     font-weight: 800;
    }

    .h3-kor {
     font-size: 1em;
     padding: 0 0 20px 0;
     line-height: 1.8em;
     font-weight: 400;
    }

    .kor .eng{
      padding-bottom: 6px;
      line-height: 1.8em;
    }

    .bold {
      font-weight: 600;
    }

    p.center {
      text-align: center;
    }

    .white {
      color: #fff;
    }


    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }




/* container */

    .container {
      position : relative;
      width: 100%;
      max-width : 1200px;
      height : 100%;
      margin: 0 auto;
    }

    .container-s {
      position : relative;
      width: 80%;
      max-width : 980px;
      height : 100%;
      margin: 0 auto;
    }

    .container .inner-wrap {
      box-sizing: border-box;
      padding: 0 50px;
    }


/* layout */

    ul.fifty, ul.thirty, ul.twentyfive, ul.twenty, ul.thirtyseventy, ul.twentyeighty{
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    ul.fifty > li, ul.thirty > li, ul.twentyfive > li, ul.twenty > li, li.thirty, li.seventy, li.twenty, li.eighty {
      float: left;
      height: 100%;
      position: relative;
      padding: 10px;
      box-sizing: border-box;
    }


    ul.twentyeighty {
      margin: 0;
    }

    li.twenty, li.eighty {
      padding: 2px 0;
    }

    ul.fifty > li {
      width: 50%;
    }

    ul.thirty > li {
      width: 33.3333%;
    }

    ul.twentyfive > li {
      width: 25%;
    }

    ul.twenty > li {
      width: 20%;
    }


    li.thirty {
      width: 30%;
    }

    li.twenty {
      width: 20%;
    }

    li.seventy {
      width: 70%;
    }

    li.eighty {
      width: 80%;
    }

    ul.thirtyseventy > li.menu {
      padding-left: 0;
    }

    ul.fifty > li.team-member-box {
      padding: 10px 20px 10px 1px;
      height: 320px;
    }

    ul.fifty > li.team-member-box:nth-of-type(8), ul.fifty > li.team-member-box:nth-of-type(9) {
      height: 420px;
    }

    ul.twentyeighty > li.history {
      padding: 8px 20px 8px 1px;
    }

    .vertical-center-box {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translate(0,-50%);
      -webkit-transform: translate(0, -50%);
      padding: 0 20px;
      box-sizing: border-box;
    }

    .horizontal-center {
      position: absolute;
      left: 50%;
      transform: translate(-50%,0);
      -webkit-transform: translate(-50%,0);
    }



/* common elements */

  .full-img {
    width: 100%;
  }


/* header */

  .header {
    position: absolute;
    width: 100%;
    z-index: 500;
  }

  .header.active {
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }

  .header.active .nav-logo img {
    margin: 20px 0;
  }

  .header.active .careers-btn a {
    margin: 10px 0;
  }

  .headertop {
    display: flex;
    justify-content: space-between;
  }

  .nav-logo, .careers-btn {
    display: inline-block;
  }

  .nav-logo img {
    width: 140px;
    margin: 32px 0;
  }

  .careers-btn a {
    background-color: #2B364B;
    color: white;
    padding: 12px 16px;
    margin: 20px 0;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
  }



/* main */

  main {
    z-index: 0;
    position: relative;
    width: 100%;
  }



/* menu (subheader) */

.unit {
  margin-bottom: 140px;
}

.subNavBtnbox {
  max-width: 300px;
  width: 70%;
}

.subNavBtn {
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 5px;
  color: #9AA2A9;
  overflow: hidden;
  position: relative;
  display: block;
}

.subheader .current{
  color: #2B364B;
}



/* section - common */


section.section-content {
  margin-bottom: 100px;
}

section.section-content hr {
  top: 0;
  margin-bottom: 50px;
  width: 100%;
  border: 1px solid #252B30;
}

/* section - banner */


section.section-banner {
  position: relative;
  height: 300px;
  background-color: #F5F6F8;
  margin-bottom: 80px;
  z-index: 0;
}

.banner-bg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

a.nav-logo {
  position: absolute;
  top: 40px;
  padding-left: 3px;
}

a.nav-logo img {
  width: 140px;
}




/* unit - mission */

.go-to {
  margin-top: 40px;
}

.go-to a{
  color: #2B364B;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}


/* unit - team */

.team-member-list {margin-top: 20px;}

.team-member-box {
  line-height: 1.7em;
}

.team-member-text {
  text-align: left;
}

.team-member-name {
  font-weight: 600;
}

.team-member-role {
  font-size: 0.9rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 10px;
}

.team-member-exp {
  font-size: 0.8rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 20px;
}

.team-member {
    width: 100%;
    height: 100%;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    object-fit: cover;
    background-color: #F5F6F8;
    border-radius: 12px;
}


/* unit - history */

/* unit - partners */

.partner-box img {
  width: 100%;
}


/* footer */

  footer {
    width: 100%;
    z-index: 0;
    height: 300px;
    line-height: 1.5em;
    background-color: #2B364B;
    color: #D7DDE3;
    padding-bottom: 80px;
  }

  footer::-moz-selection {
    color: white;
    background-color: #546372;
  }
  footer::selection {
    color: white;
    background-color: #546372;
  }


  .footer-companyname {
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 16px;
  }

  .footer-contact {
    color: #B0B7BD;
    padding-bottom: 16px;
  }

  .footer-companyinfo {
    color: #B0B7BD;
  }

  .footer-terms {
    color: #B0B7BD;
    padding-bottom: 16px;
  }

  .terms-container li {
    display: inline-block;
  }

  .terms-container li a {
    color: #B0B7BD;
    text-decoration: underline;
  }

  .footer-logo {
    width: 126px;
    padding: 30px 0 20px 0;
  }



/* tablet start */


@media screen and (max-width : 1100px) {

    .team-intro-paragraph br {
      display: none;
    }

@media screen and (max-width : 900px) {

    /* layout */

    ul.fifty > li {
      width: 100%;
      padding: 0;
    }

    ul.thirty > li {
      width: 100%;
    }

    ul.twentyfive > li, ul.twenty > li{
      width: 50%;
    }

    li.eighty.mfull {
      width: 100%;
    }

    li.twenty.mfull {
      width: 100%;
    }



/* mobile start */



@media screen and (max-width : 667px) {

  html, body {
    font-size: 14px;
  }

  .desktop-visible {
    display: none!important;
  }

  .mobile-visible {
    display: block;
  }

  .container .inner-wrap {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .container .inner-wrap.mfull {
    padding: 0 0;
  }

  .container-s {
    width: 88%;
  }

  ul.fifty, ul.thirty, ul.twentyfive, ul.twenty, ul.thirtyseventy, ul.twentyeighty{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
  }


  ul.fifty > li, ul.thirty > li, ul.twentyfive > li, ul.twenty > li, li.thirty, li.seventy {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

  ul.thirty.partner-list > li {
    width: 50%;
  }




  /* font style */

  p.h2-kor {
    font-size: 1.7em;
    padding: 36px 0;
  }

  .team-intro-paragraph br {
    display: none;
  }

  /* menu */

  .subheader.active {
    background: #212529;
  }

  .subNavBtnbox {
    width: 100%;
    max-width: 900px;
    background-color: white;
  }

  .subNavBtnbox li {
    display: inline-block;
    padding: 16px 10px 12px 5px;
  }




  /* main */

  ul.twentyeighty > li.history {
    padding: 5px 0;
  }

  li.seventy.history {
    margin-bottom: 12px;
    font-weight: 600;
  }

  li.thirty.history-date {
    margin-bottom: 3px;
  }

  section.section-banner {
    height: 240px;
    margin-bottom: 20px;
  }

  .banner-bg {
    margin-top: 40px;
  }

  .unit {
    margin-bottom: 80px;
  }

  .nav-logo img {
    width: 120px;
    margin-left: 4px;
  }

  .header.active .nav-logo img {
    width: 120px;
    margin-left: 4px;
  }

  .careers-btn a{
    font-size: 15px;
  }

  .header.active .careers-btn a{
    font-size: 15px;
  }


  section.section-content {
    margin-bottom: 20px;
  }

  section.section-content hr {
    margin-bottom: 10px;
  }

  ul.fifty > li.team-member-box {
    height: 380px;
    padding: 10px 1px 10px 1px;
  }

  .team-member-1, .team-member-2, .team-member-3, .team-member-4, .team-member-5, .team-member-6 {
    height: 180px;
  }

  footer {
    padding-bottom: 80px;
  }



}
}
