@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
}

.body-view {
  background: #ffffff;
}

img {
  width: 100%;
}

.bi-img {
  width: 70%;
}

.container {
  width: 100%;
}

.main-landding .overlay {
  height: 340px;
  background-color: #ff6d00;
  color: #ffffff;
}

.main-landding .overlay-bottom {
  margin-top: 40px;
  height: 280px;
  background-color: #ff6d00;
  color: #ffffff;
  /*background-size: 40%;
    background-image: url('./img/img05.png');
    background-repeat: no-repeat;
    background-position: right 85%;*/
}

.bi-area {
  padding: 0 0 10px 0;
}

.overlay-title {
  padding-top: 70px;
}

.input-form {
  padding-top: 10px;
}

.overlay-input {
  color: #c4c4c4;
}

.overlay-input::placeholder {
  color: #c4c4c4;
}

.search-btn {
  padding: 0px;
  margin: 0px;
  min-width: 10px;
  min-height: 45px;
  width: 100%;
}

.detail-btn {
  padding: 0px;
  margin: 30px 0 0 0;
  min-width: 150px;
  min-height: 40px;
  color: #ffffff;
  background-color: #ff6d00;
  border-radius: 3px;
}

.parcel-btn {
  padding: 0px;
  margin: 30px 0 0 0;
  min-width: 150px;
  min-height: 40px;
  color: #ff6d00;
  background-color: #ffffff;
  border-radius: 3px;
}

.btn-skin:hover,
.btn-skin:focus {
  color: #fff;
  background-color: #444;
}

.section-title {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #212121;
}

.section-title-line1 {
  margin-top: 70px;
  font-size: 26px;
  font-weight: 500;
  color: #212121;
}

.section-title-line2 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  color: #212121;
}

.overlay-bottom-title {
  padding-top: 40px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
}

.content-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #212121;
}

article p {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
}

.content-img {
  margin-top: 30px;
}

.footer-img {
  margin-top: 14px;
}

.content-img-2 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.content-comment {
  color: #757575;
  font-size: 10px;
  font-weight: 300;
  margin: 0px;
}

.footer-comment {
  color: #757575;
  font-size: 10px;
  font-weight: 300;
  margin: 0px;
  padding: 5px 0 0 0;
}

.isms-area {
  margin-top: 24px;
  padding: 0 0 15px 0;
}

.isms-img {
  width: 30px;
  padding-bottom: 30px;
}

.isms-text {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  font-size: 11px;
  color: #757575;
  font-weight: 300;
}

.content-overlay-bottom {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
}

.double-xs-left-padding {
  padding-left: 0px;
}

.parcel-btn-area {
  margin: 30px -45px 0 0;
}

md-select {
  background-color: #ffffff;
  margin: 0 0 0 0;
  min-height: 45px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #c4c4c4;
  font-size: 16px;
  border: 1px solid #ccc;
}

.md-select-value > span:not(.md-select-icon) {
  padding-left: 10px;
}

/* Nam material*/
md-fab-toolbar.md-right .md-toolbar-tools {
  padding: 0 0 0 0;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #ffffff;
  color: #000000;
}

md-fab-toolbar md-toolbar {
  background-color: transparent !important;
  pointer-events: none;
  z-index: 23;
}

/* nav bar */
nav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

nav li,
nav ul {
  list-style: none;
  margin: 0;
  padding: 4px 0 4px 0;
  text-align: center;
  -webkit-padding-start: 0px;
}

nav li,
nav a {
  display: inline-block;
}

nav a {
  padding: 10px;
  color: #333;
  text-decoration: none !important;
}

nav a.active {
  background: #03a9f4;
  color: #fff;
}

.main-landding section {
  padding: 70px 0 30px 0;
}

/* nav bar end */

/* bootstrap overwrite */
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.form-group .form-control {
  min-height: 45px;
  font-size: 16px;
  border-radius: 0px;
}

/* bootstrap carousel overwrite */
.carousel-inner {
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: inline;
  max-width: 100%;
  height: auto;
}

.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-repeat: repeat-x;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 22px;
  color: #757575;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  filter: none;
  opacity: 1;
}

.carousel-control:hover {
  color: #757575;
}

.carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d8d8d8;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #757575;
}

.carousel-control .arrow-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
}

.carousel-control .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
}

.carousel-control .arrow-text-left {
  position: absolute;
  top: 70%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
}

.carousel-control .arrow-text-right {
  position: absolute;
  top: 70%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
}

/*.link_download {
    text-align: center;
    position: fixed;
    bottom: 10px;
    background-color: #03a9f4;
    color: white;
    width: 45%;
    height: 50px;
    border-radius: 40px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0,0,0,.6);
}*/

.link_download {
  position: fixed;
  bottom: 15px;
  color: white;
  width: 40%;
  left: 28%;
}

.link_close {
  position: fixed;
  bottom: 30px;
  width: 25px;
  height: 25px;
  left: 58%;
}

.nav-open-circle {
  z-index: 20;
  background: #ff6d00;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  position: fixed;
  margin-top: 20px;
}

.nav-open-icon {
  color: #ffffff;
  z-index: 20;
  padding: 13px 0 0 11px;
  font-size: 20px;
}

.nav-back-icon {
  color: #ffffff;
  z-index: 20;
  padding: 11px 0 0 12px;
  font-size: 20px;
}

.sample-show-hide {
  transition: all linear 0.3s;
}

.sample-show-hide.ng-hide {
  opacity: 0;
}

/* bootstrap carousel overwrite end */

.nav-btn {
  cursor: pointer;
  font-size: 13px;
}

.company-small-title {
  margin-bottom: 60px;
  color: #212121;
  font-size: 16px;
  font-weight: lighter;
}

.company-sub-title {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}

.mods {
  border-width: 1px;
  border-left: none;
  border-right: none;
}

.mods {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

.mods {
  clear: both;
  position: relative;
  margin: 0.7em -15px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  word-break: break-all;
}

.mods img {
  max-width: 100%;
}

.mods .column.quad {
  width: 25%;
}

.mods .column.third {
  width: 33.33%;
}

.mods .column {
  position: relative;
}

.mods .column {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.mods > div,
.mods > h3,
.mods > h4 {
  padding: 0 15px;
}

.mods .insertImage,
.entry .mods .insertMedia,
.shopView .mods .insertImage,
.shopView .mods .insertMedia {
  height: auto;
  background: inherit;
}

.mods .insertImage,
.mods .insertMedia {
  position: relative;
  text-align: center;
}

.company-title {
  margin-top: 68px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  color: #212121;
}

.table-company {
  margin-top: 22px;
  text-align: center;
  border-top: 2px solid #d8d8d8;
  font-size: 14px;
}

.table-company tr td {
  border: 0 !important;
}

.download-btn-app {
  width: 150px;
  height: 40px;
  border-radius: 30px;
  background-color: #ff6d00;
  color: #ffffff;
}

.download-btn-app-content {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-icon {
  padding-left: 5px;
  font-size: 13px;
}

@media (min-width: 767px) {
  .container {
    margin: 0 auto;
    width: 670px;
    zoom: 1;
  }

  .main-landding section {
    padding: 140px 0 30px 0;
  }

  .nav-btn {
    font-size: 20px;
  }

  .bi-img {
    width: 60%;
  }

  .parcel-page {
    margin: 0 auto;
    width: 680px;
    zoom: 1;
  }

  body {
    font-size: 28px;
  }

  .content-img {
    margin-top: 60px;
  }

  .bi-area {
    padding: 10px 0 30px 0;
  }

  .section-title {
    margin-top: 140px;
    font-size: 46px;
  }

  .company-title {
    font-size: 48px;
  }

  .company-sub-title {
    font-size: 20px;
  }

  .section-title-line1 {
    margin-top: 140px;
    font-size: 48px;
  }

  .section-title-line2 {
    font-size: 48px;
  }

  .overlay-bottom-title {
    padding-top: 70px;
    font-size: 48px;
  }

  .content-title {
    font-size: 40px;
  }

  .content-comment {
    font-size: 17px;
  }

  .content-overlay-bottom {
    font-weight: lighter;
    font-size: 32px;
  }

  article p {
    color: #757575;
    font-size: 30px;
    font-weight: lighter;
    margin: 0px;
  }

  .main-landding .overlay {
    height: 480px;
  }

  .main-landding .overlay-bottom {
    height: 450px;
  }

  .parcel-btn-area {
    margin: 30px -130px 0 0;
  }

  .detail-btn {
    min-width: 250px;
    min-height: 80px;
    font-size: 30px;
  }

  .parcel-btn {
    min-width: 250px;
    min-height: 80px;
    font-size: 30px;
  }

  .footer-comment {
    font-size: 15px;
  }

  .carousel-indicators {
    bottom: -70px;
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }

  .carousel-indicators .active {
    width: 20px;
    height: 20px;
  }

  .link_close {
    position: fixed;
    bottom: 53px;
    width: 30px;
    height: 30px;
    left: 54%;
  }

  .main-landding .overlay-bottom {
    background-size: 257px 107px;
    background-position: right 85%;
  }

  .company-small-title {
    margin-bottom: 80px;
    font-size: 32px;
  }

  .carousel-control .arrow-text-left {
    cursor: pointer;
    top: 70%;
  }

  .carousel-control .arrow-text-right {
    cursor: pointer;
    top: 70%;
  }

  .isms-img {
    padding-bottom: 15px;
  }

  .isms-text {
    width: 90%;
    font-size: 13px;
    color: #757575;
  }
}
