@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Sen:400,700&display=swap&subset=korean,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* paybooc */
@font-face {
    font-family: "paybooc_Bold";
    src: url('../font/paybooc Bold.ttf') format('truetype')
}
@font-face {
    font-family: "paybooc_ExtraBold";
    src: url('../font/paybooc ExtraBold.ttf') format('truetype')
}
@font-face {
    font-family: "paybooc_Medium";
    src: url('../font/paybooc Medium.ttf') format('truetype')
}
/* paybooc otf */
@font-face {
    font-family: "paybooc_Otf_light";
    src: url('../font/paybooc OTF Light.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_medium";
    src: url('../font/paybooc OTF Medium.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_bold";
    src: url('../font/paybooc OTF Bold.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_extrabold";
    src: url('../font/paybooc OTF ExtraBold.otf') format('truetype')
}
/* gmarket */
@font-face {
    font-family: "GmarketSans_Medium";
    src: url('../font/GmarketSansTTFMedium.ttf') format('truetype')
}
@font-face {
    font-family: "GmarketSans_bold";
    src: url('../font/GmarketSansTTFBold.ttf') format('truetype')
}
@font-face {
    font-family: "BMDOHYEON";
    src: url('../font/BMDOHYEON_ttf') format('truetype')
}
/* BMDOHYEON */

@font-face {
    font-family: "BMDOHYEON";
    src: url('../font/BMDOHYEON_otf.otf') format('truetype')
}
/* common */
html, body { margin: 0; width: 100%; height: 100%; position:relative; padding: 0; }
* {margin:0; padding:0; list-style:none; text-decoration:none; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; outline: none; -webkit-text-size-adjust: none; box-sizing: border-box; font-weight: 300; color: #333}
ul>li>a { text-decoration:none; }
a {color: #333; text-decoration: none; outline: none}
table { border-collapse: collapse; }
textarea {box-sizing: border-box; resize: none;}
select {-webkit-border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; box-sizing: border-box; cursor: pointer;}
strong,em,p,h1,h2,h3,h4,span,td,button{font-style:normal; color:#333; margin: 0; letter-spacing: -0.5px;}
ul { margin: 0;padding: 0;list-style: none;}
img {max-width:100%;}

.clear:after {content: ""; display: block; clear: both;}
body.hidden {
    overflow: hidden;
}
#A_Header {
    position: absolute;
    width: 100%;
    left: 0;
    min-width: 1440px;
    top: 0;
    z-index: 10;
    height: 100px;
    overflow: hidden;
    transition: .3s ease;
}
#A_Header.on {
    height: 290px;
    background: #fff;
}
.header_wrap {
    min-width: 1440px;
    position: relative;
    padding: 28.5px 70px;
}

.header_wrap .logo {
    float: left;
}
.logo a {
    display: none;
    text-indent: -9999px;
    width: 210px;
    height: 43px;
    background: url('../../../image/common/logo.png')no-repeat;
    background-position: center;
    background-size: contain;
}
.logo a:nth-of-type(2) {
    background: url('../../../image/common/logo1.png')no-repeat;
    background-position: center;
    background-size: contain;
}
.logo a.on {
    display: inline-block;
}
.header_wrap > img {
    float: right;
    cursor: pointer;
    transform: translate(0,8px);
}
.header_wrap nav {
    position: absolute;
    width: calc(100% - 435px);
    max-width: 990px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header_wrap nav {
    max-width: 800px;
}
.header_wrap nav > ul > li {
    position: relative;
    display: inline-block;
    width: calc((100% - 180px)/7);
    margin: 0 30px 0 0;
    float: left;
}
.header_wrap nav > ul > li {
    width: calc((100% - 180px)/5);
}
.header_wrap nav > ul > li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3666a9;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,0);
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;;
}
.header_wrap nav > ul > li.active::after {
    opacity: 1;
    visibility: visible;
}
.header_wrap nav > ul > li:last-child {
    margin: 0;
}
.header_wrap nav > ul > li > a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
#A_Header.on .header_wrap nav > ul > li > a {
    color: #333
}
.header_wrap nav > ul > li .sub_nav {
    position: absolute;
    width: 100%;
    height: 0;
    left: 50%;
    top: 70px;
    transform: translate(-50%,0);
}
.header_wrap nav > ul > li .sub_nav a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    transition: .2s ease;
}
#A_Header.on .header_wrap nav > ul > li .sub_nav a {
    color: #333;
}

#A_Header.on .header_wrap nav > ul > li .sub_nav a:hover {
    color: #0083ca;
    font-weight: 400;
}
#A_Footer {
    background: #333333;
    min-width: 1440px;
}
.footer_wrap {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer_wrap .middle_part li,
.footer_wrap .top_part li {
    display: inline-block;
    float: left;
}
.footer_wrap .top_part li:nth-of-type(1) a {
    padding: 10px 10px 10px 0;
}
.footer_wrap .top_part li a {
    display: inline-block;
    padding: 10px;
    color: #666666;
    transition: .5s ease;
    font-weight: 300;
}
.footer_wrap .top_part li a:hover {
    color: #fff;
}
.footer_wrap hr {
    height: 1px;
    background: #434343 ;
    margin: 10px 0;
    border: none;
}
.footer_wrap .middle_part {
    position: relative;
    padding: 0 0 20px 0;
}
.footer_wrap .middle_part ul {
    display: inline-block;
    width: 940px;
}
.footer_wrap .middle_part li {
    color: #666;
    font-weight: 300;
    margin: 0 20px 0 0;
}
.footer_wrap .middle_part .logo {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer_wrap .middle_part .logo a {
    width: 206px;
    height: 34px;
    background: url('../../../image/common/footer_logo.png')no-repeat;
}
.footer_wrap .bottom_part {
    padding: 20px 0 30px;
}
.footer_wrap .bottom_part p {
    color: #666;
    font-weight: 300;
}
section .limit {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
section .minWidth {
    min-width: 1440px;
    padding: 0 15px;
}

  /* additional_part */
  .additional_part ul.clear > li {display: inline-block; float: left;}
  .clear:after {content: ""; display: block; clear: both;}
  .additional_part {
      position: fixed;
      width: 600px;
      height: 100vh;
      right: -600px;
      top: 0;
      transition: .3s ease;
      background: #fff;
      z-index: 9999999;
      padding: 35px 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;

  }
  .additional_part.on {
      right: 0;
  }
  .additional_part hr {
      background-color: #dfe5ea;
      border: none;
      height: 1px;
      margin: 0 0 40px;
  }

  .additional_title {
      font-family: 'Montserrat', sans-serif;
      font-size: 28px;
      font-weight: 600;
      color: #333;
      margin: 0 0 10px;
  }
  .additional_part .btn_wrap {
      text-align: right;
      padding: 0 40px;
  }
  .additional_part .btn_wrap img {
      cursor: pointer;
  }
  .additional_part .news_part {
      padding: 0 40px 30px;
  }
  .additional_part .news_part li {
      margin: 0 0 10px;
  }
  .additional_part .news_part .img_wrap {
      position: relative;
      display: inline-block;
      width: 200px;
      height: 120px;
      float: left;
      overflow: hidden;
  }
  .additional_part .news_part .img_wrap img {
      position: absolute;
      width: 100%;
      left:50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .additional_part .news_part .txt_wrap {
      display: inline-block;
      width: calc(100% - 200px);
      float: left;
      padding: 25px 0 25px 20px;
  }
  .additional_part .news_part .txt_wrap p {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      font-size: 16px;
      color: #666;
      font-weight: 300;
      line-height: 1.4;
      height: 4.2em;
      text-align: left;
      word-wrap: break-word;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      color: #666;
      font-weight: 400;
  }
  .additional_part .application_part {
      padding: 0 40px 35px;
  }
  .additional_part .application_part li {
      width: calc((100% - 30px) / 3);
      margin: 0 15px 0 0;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 5px 0;
      text-align: center;
      cursor: pointer;
      font-weight: 400;
      transition: .3s ease;
  }
  .additional_part .application_part li:hover {
      background: #0085c8;
      color: #fff;
  }
  .additional_part .application_part li:last-child {
      margin: 0;
  }
  .additional_part .event_part {
      padding: 0 40px;
  }
  .additional_part .event_part li {
      width: calc((100% - 15px) / 2);
      margin: 0 15px 15px 0;
  }
  .additional_part .event_part li a {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 140px;
  }
  .additional_part .event_part li a p {
      position: absolute;
      width: calc(100% - 30px);
      left: 50%;
      top: 30px;
      transform: translate(-50%,0);
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.4;
      max-height: 2.8em;
      text-align: left;
      word-wrap: break-word;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
      z-index: 3;
  }
  .additional_part .event_part li:hover a p {
      opacity: 1;
      visibility: visible;
  }
  .additional_part .event_part li a::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
      z-index: 2;
  }
  .additional_part .event_part li:hover a::after {
      opacity: 1;
      visibility: visible;
  }
  .additional_part .event_part li:nth-of-type(2n) {
      margin: 0 0 15px;
  }
  .additional_part .event_part .img {
      display: inline-block;
      width: 100%;
      height: 140px;
      background-size: cover;
      background-position: center;
  }
  /* additional_application */
  .additional_application {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0,0,0,0.5);
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
  }
  .additional_application.on {
      opacity: 1;
      visibility: visible;
  }
  .additional_application > div {
      display: none;
      position: absolute;
      top: 200px;
      left: 50%;
      width: calc(100% - 20px);
      max-width: 930px;
      transform: translate(-50%,0);
      background: #fff;
  }
  .additional_application > div.on {
      display: inline-block;
  }
  .additional_application > div > h4 {
      position: relative;
      font-family: "paybooc_Otf_medium";
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 24px;
      padding: 15px 0;
      background: linear-gradient( 135deg,#0083ca , #3fb4e3)
  }
  .additional_application > div > h4 img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(0,-50%);
      cursor: pointer;
  }
  .additional_application > div > h4 + div {
      padding: 40px 30px;
  }
  .additional_application label {
      display: inline-block;
      float: left;
      margin: 0 20px 0 0;
      cursor: pointer;
  }
  .additional_application label:last-child {
      margin: 0;
  }
  .additional_application label span {
      position: relative;
      display: inline-block;
      width: 22px;
      height: 22px;
      border: 1px solid #ddd;
      border-radius: 50%;
  }
  .additional_application label span::after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      background: #ddd;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
  }
  .additional_application label input:checked + span::after {
      opacity: 1;
      visibility: visible;
  }
  .additional_application label p {
      display: inline-block;
      margin: 0 0 0 5px;
      transform: translate(0,-4px);
  }
  .additional_application table {
      width: 100%;
      border-top: 1px solid #ddd;
  }
  .additional_application table tr {
      border-bottom: 1px solid #ddd;
  }
  .additional_application table th {
      width: 160px;
      height: 64px;
      background: #f3f7fb;
      padding: 0 0 0 20px;
      text-align: left;
      font-weight: 500;
  }
  .additional_application table td {
      padding: 0 0 0 20px;
  }
  .additional_application .tuition_part td input[type="text"] {
      width: 600px;
      height: 46px;
      border: 1px solid #ddd;
      padding: 0 0 0 10px;
  }
  .additional_application .tuition_part .phone_num td input[type="text"] {
      width: 140px;
      height: 46px;
      border: 1px solid #ddd;
      padding: 0 0 0 10px;
  }
  .additional_application .tuition_part .phone_num td input[type="text"] + span {
      display: inline-block;
      width: 10px;
      height: 1px;
      background: #ddd;
      transform: translate(0,-6px);
      margin: 0 5px;
  }
  .additional_application .btn_wrap {
      text-align: center;
      margin: 30px 0 0;
  }
  .additional_application .btn_wrap button {
      width: 210px;
      height: 60px;
      border: 1px solid #0083ca;
      border-radius: 50px;
      color: #0083ca;
      background: #fff;
      cursor: pointer;
  }
@media screen and (max-width: 1670px) {
    .header_wrap nav {
        left: 340px;
        transform: translate(0,-50%);
    }
}
