@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
  vertical-align: super; }

body {
  position: relative;
  overflow-x: hidden;
  min-width: 360px;
  width: 100%;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  color: #333;
  letter-spacing: -.5px;
  font-weight: 400;
  word-break: keep-all;
  box-sizing: border-box; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }
  @media (max-width: 1200px) {
    body {
      padding-top: 56px; } }

hr {
  display: block;
  border: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea {
  font-family: inherit;
  outline: none; }

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none; }
  a:hover, button:hover {
    color: #000; }

.container {
  display: block;
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px; }

.container-fluid {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 0 390px; }
  @media (max-width: 1400px) {
    .container-fluid {
      padding-left: 280px; } }
  @media (max-width: 1200px) {
    .container-fluid {
      padding: 0 15px; } }

.language {
  position: absolute;
  right: 30px;
  padding: 5px;
  z-index: 9999;
 }

.language_btn {
  padding: 5px;
  border: none;
}

.language-content {
  display: none;
  left: -25px;
  width: 100px;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}

.language-content:before {
    position: absolute;
   	left: 40px;
   	top: -10px;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
}

.language-content > a {
  color: black;
  padding: 12px;
  text-decoration: none;
  display: block;
}

.language-content > a:hover {background-color: #fff;}

.language:hover > .language-content {display: block;}

@media (max-width: 1200px) {
  .language {
    display: none; } }

/* header */
#header {
  position: fixed;
  top: 50px;
  left: 50px;
  width: 300px;
  z-index: 10;
  padding: 35px 30px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09); }
  #header .logo {
    display: block;
    width: 180px;
    font-size: 0;
    margin: 0 auto; }
    #header .logo > a {
      display: block; }
      #header .logo > a img {
        display: block;
        width: 100%; }
  #header #gnb {
    margin-top: 35px; }
    #header #gnb > ul > li > a {
      display: block;
      line-height: 48px;
      padding: 0 20px;
      border-radius: 5px;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #header #gnb > ul > li > a:hover {
        color: #fff;
        opacity: .7; }
    #header #gnb > ul > li.active > a {
      color: #fff;
      background-image: url(/zh-hant/assets/images/img_gnb_active.png);
      background-repeat: no-repeat;
      background-size: auto auto;
      background-position: calc(100% - 20px) 50%; }
    #header #gnb > ul > li ~ li {
      margin-top: 5px; }
    #header #gnb > ul > li:nth-of-type(1) > a:hover, #header #gnb > ul > li:nth-of-type(4) > a:hover {
      opacity: 1;
      background-color: #555; }
    #header #gnb > ul > li:nth-of-type(1).active > a, #header #gnb > ul > li:nth-of-type(4).active > a {
      background-color: #555; }
    #header #gnb > ul > li:nth-of-type(2) > a:hover, #header #gnb > ul > li:nth-of-type(3) > a:hover {
      opacity: 1;
      background-color: #EF9C00; }
    #header #gnb > ul > li:nth-of-type(2).active > a, #header #gnb > ul > li:nth-of-type(3).active > a {
      background-color: #EF9C00; }
  #header .language {
    display: none; }
  #header .btn-area {
    display: none; }
  @media (max-width: 1400px) {
    #header {
      left: 15px;
      width: 250px;
      padding: 25px 20px; }
      #header #gnb > ul > li > a {
        font-size: 14px;
        padding: 0 10px;
        background-position: calc(100% - 10px) 50% !important; } }
  @media (max-width: 1200px) {
    #header {
      top: 0;
      left: 0;
      width: 100%;
      padding: 20px 15px;
      border-radius: 0;
      box-shadow: none; }
      #header .logo {
        width: 120px;
        margin-left: 0; }
      #header #gnb {
        display: none; }
      #header .language {
        top: 50%;
        right: 40px;
        display: block;
        transform: translateY(-50%); }
      #header .btn-area {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        transform: translateY(-50%); }
        #header .btn-area .btn-nav .bar {
          display: block;
          width: 100%; }
      #header.scrolled {
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09); } }

/* nav */
#nav {
  display: none; }
  @media (max-width: 1200px) {
    #nav {
      position: fixed;
      top: 0;
      right: -100%;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 11;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      background-color: #fff; }
      #nav .container {
        position: relative;
        height: 100%;
        padding: 0 15px; }
        #nav .container .nav-top {
          position: relative;
          padding: 20px 0;
          border-bottom: 1px solid #E9E9E9; }
          #nav .container .nav-top .logo {
            font-size: 0;
            width: 120px; }
            #nav .container .nav-top .logo > a {
              display: block; }
              #nav .container .nav-top .logo > a img {
                display: block;
                width: 100%; }
          #nav .container .nav-top .btn-area {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%); }
            #nav .container .nav-top .btn-area .btn-nav-close {
              display: block; }
              #nav .container .nav-top .btn-area .btn-nav-close img {
                display: block; }
        #nav .container .nav-body {
          position: relative;
          height: calc(100% - 57px);
          padding-bottom: 60px; }
          #nav .container .nav-body .menu {
            padding-top: 20px; }
            #nav .container .nav-body .menu > ul > li > a {
              display: block;
              color: #888;
              font-size: 15px;
              font-weight: 600;
              letter-spacing: -0.75px;
              line-height: 44px;
              padding-left: 40px;
              border-radius: 5px;
              background-repeat: no-repeat;
              background-position: 15px 50%;
              background-size: auto auto; }
            #nav .container .nav-body .menu > ul > li ~ li {
              margin-top: 10px; }
            #nav .container .nav-body .menu > ul > li.active > a {
              color: #EF9C00;
              background-color: #FFF9EE; }
            #nav .container .nav-body .menu > ul > li:nth-of-type(1) > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list01.png); }
            #nav .container .nav-body .menu > ul > li:nth-of-type(1).active > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list01_on.png); }
            #nav .container .nav-body .menu > ul > li:nth-of-type(2) > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list02.png); }
            #nav .container .nav-body .menu > ul > li:nth-of-type(2).active > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list02_on.png); }
            #nav .container .nav-body .menu > ul > li:nth-of-type(3) > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list03.png); }
            #nav .container .nav-body .menu > ul > li:nth-of-type(3).active > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list03_on.png); }
            #nav .container .nav-body .menu > ul > li:nth-of-type(4) > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list04.png); }
            #nav .container .nav-body .menu > ul > li:nth-of-type(4).active > a {
              background-image: url(/zh-hant/assets/images/img_gnb_list04_on.png); }
          #nav .container .nav-body .terms {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 0;
            text-align: center;
            border-top: 1px solid #E9E9E9; }
            #nav .container .nav-body .terms > ul {
              font-size: 0; }
              #nav .container .nav-body .terms > ul > li {
                display: inline-block;
                vertical-align: top; }
                #nav .container .nav-body .terms > ul > li > a {
                  display: inline-block;
                  vertical-align: top;
                  color: rgba(68, 68, 68, 0.8);
                  font-size: 12px;
                  font-weight: 400;
                  line-height: normal;
                  letter-spacing: -0.6px; }
                #nav .container .nav-body .terms > ul > li:after {
                  display: inline-block;
                  vertical-align: top;
                  font-size: 10px;
                  content: '|';
                  line-height: 14px;
                  margin: 0 10px;
                  color: rgba(68, 68, 68, 0.8); }
                #nav .container .nav-body .terms > ul > li:last-child:after {
                  display: none; } }

@media (max-width: 1200px) {
  body.opened {
    overflow: hidden; }
    body.opened #nav {
      right: 0; } }

/* footer */
#footer {
  text-align: center;
  padding: 40px 0;
  background-color: #464138; }
  #footer .container .logo {
    display: block;
    font-size: 0; }
    #footer .container .logo img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  #footer .container .terms {
    margin-top: 20px; }
    #footer .container .terms > ul {
      font-size: 0; }
      #footer .container .terms > ul > li {
        display: inline-block;
        vertical-align: top; }
        #footer .container .terms > ul > li > a {
          display: inline-block;
          color: #FFF;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: -0.7px; }
        #footer .container .terms > ul > li:after {
          position: relative;
          top: 2px;
          display: inline-block;
          vertical-align: top;
          width: 1px;
          height: 10px;
          content: '';
          margin: 0 10px;
          background: rgba(255, 255, 255, 0.5); }
        #footer .container .terms > ul > li:last-child:after {
          display: none; }
  #footer .container .copyright {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 10px; }
  @media (max-width: 1024px) {
    #footer {
      padding: 20px 0; }
      #footer .container .logo {
        width: 100px;
        margin: 0 auto; }
      #footer .container .terms {
        margin-top: 15px; }
        #footer .container .terms > ul > li > a {
          font-size: 12px; }
        #footer .container .terms > ul > li:after {
          height: 8px; }
      #footer .container .copyright {
        font-size: 10px;
        letter-spacing: 0; } }

/*# sourceMappingURL=default.css.map */
