@import url(fontawesome-all.min.css);
@charset 'utf-8';
@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
}
@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff');
}
@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 300;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff');
}
.lottemartdream * {
 font-family: 'LotteMartDream', sans-serif;
}
@font-face {
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: 700;
    src: local('bootstrap-icons'), local('bootstrap-icons'), url(/fonts/bootstrap-icons/fonts/bootstrap-icons.eot);
    src: url(/fonts/bootstrap-icons/fonts/bootstrap-icons.eot?#iefix) format('embedded-opentype'), url(/fonts/bootstrap-icons/fonts/bootstrap-icons.woff2) format('woff2'), url(/fonts/bootstrap-icons/fonts/bootstrap-icons.woff) format('woff');
}

body {
    color: #42423e;
    font-size: 0.95rem;
    font-family: "LotteMartDream", sans-serif;
    line-height: 1.6rem;
}
 
ol, ul {
    padding-left: 0;
    list-style: none;   
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #42423e;
    text-decoration: none;
}

a:hover {
    color: #e9861c;
}