@charset "UTF-8";
/*-----------------------------------------------------

 Korean CSS
  [LastUpDate:2017.08.29]

    - Body
    - Header
    - Parts
    - Index
    - Privilege
    - Opening Hours

-----------------------------------------------------*/
/*-----------------------------------------------------

  Body

-----------------------------------------------------*/
body {
  font-family: 'Noto Sans KR', "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", sans-serif;
}

/* Chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: 0.001dpcm) {
  body {
    font-size: 1.4em;
  }
}




/*-----------------------------------------------------

  Header

-----------------------------------------------------*/
/*-----------------------------------------------------
  Title Area
-----------------------------------------------------*/
#header .title-area {
  width: 300px;
}

#header .title-area h1 {
  width: 210px;
  font-family: 'Noto Sans KR', "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", sans-serif;
  font-weight: 900;
  font-size: 17.5px;
  font-size: 1.75rem;
}

@media screen and (max-width: 736px) {
  #header .title-area h1 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 375px) {
  #header .title-area h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}


/*-----------------------------------------------------
 Navigation
-----------------------------------------------------*/
#header #menu {
  width: calc(100% - 410px); /*300px + 110px*/
}




/*-----------------------------------------------------

  Index

-----------------------------------------------------*/
/*-----------------------------------------------------
  Main Area
-----------------------------------------------------*/
#home #main-area #tit-area .inner .tit {
  top: 9.32203%;
  left: 2%;
  width: 72.3%;
}

#home #main-area #tit-area .inner .lead {
  top: 46.44067%;
  left: 4.3%;
  width: 92.9%;
  padding-top: 13.2%;
  background: url(../../img/index_main_lead.png) no-repeat top left;
  background-size: contain;
}

#home #main-area #tit-area .inner .price {
  top: 65.76271%;
  width: 93.2%;
  margin-left: 4.3%;
}

#home #main-area #tit-area .inner .price dt {
  width: 75.32188%;
  padding-top: 19.63519%;
  background: url(../../img/index_main_price.png) no-repeat top left;
  background-size: contain;
}

#home #main-area #tit-area .inner .price dd {
  width: 22.53218%;
  margin-top: 0.36363%;
  padding-top: 13.30472%;
  background: url(../../img/index_main_price_t.png) no-repeat top left;
  background-size: contain;
}

#home #main-area #tit-area .inner .notes {
  width: 37.7%;
  background: url(../../img/index_main_notes.png) no-repeat top right;
  background-size: contain;
}

@media screen and (max-width: 736px) {
  #home #main-area #tit-area .inner .tit {
    top: 7.60563%;
    left: 1.50684%;
    width: 90.54794%;
  }

  #home #main-area #tit-area .inner .lead {
    top: 36.05633%;
    left: 2.73972%;
    width: 94.9315%;
    padding-top: 15.77424%;
    background: url(../../img/sp_index_main_lead.png) no-repeat top left;
    background-size: contain;
  }

  #home #main-area #tit-area .inner .price {
    top: 51.83098%;
    width: 95.06849%;
    margin-left: 2.32876%;
  }

  #home #main-area #tit-area .inner .price dt {
    width: 99.42693%;
    margin-top: 0;
    padding-top: 24.35158%;
    background: url(../../img/sp_index_main_price.png) no-repeat bottom left;
    background-size: contain;
  }

  #home #main-area #tit-area .inner .price dd {
    width: 98.99135%;
    margin: 0.14409 0 0 0.72046%;
    padding-top: 19.74063%;
    background: url(../../img/sp_index_main_price_t.png) no-repeat top left;
    background-size: contain;
  }

  #home #main-area #tit-area .inner .notes {
    width: 82.05479%;
  }
}


/*-----------------------------------------------------
  Price-area
-----------------------------------------------------*/
#home #price-area.contents .period dd p .small {
  font-family: 'Noto Sans KR', "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", sans-serif;
}

#home #price-area.contents .period .validity p {
  font-family: 'Noto Sans KR', "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", sans-serif;
}

#home #price-area .price td .yen {
  font-family: 'Noto Sans KR', "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", sans-serif;
}




/*-----------------------------------------------------

  Privilege

-----------------------------------------------------*/
/*-----------------------------------------------------
  Main Area
-----------------------------------------------------*/
#privilege #main-area .text-area dt {
  font-family: 'Noto Sans KR', "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", sans-serif;
}

#privilege #main-area .map-area h2 span {
  font-family: 'Noto Sans KR', "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", sans-serif;
}




/*-----------------------------------------------------

  Opening Hours

-----------------------------------------------------*/
#opening-hours dd {
  padding-left: 14em;
}