.article-intro-image {
  width: 200px;
}
.article-full-image
 {
  width: 33%;
  height: 33%;
}
p, pre, blockquote, ul, ol {
   line-height: 1.2rem;
}
.back2 {
background-image: url('../images/backgrounds/back2.png');
background-repeat:no-repeat;
background-size: cover; 
background-attachment: fixed; 
background-position: 50% 50%;
}
.back3 {
background-image: url('../images/backgrounds/back3.png');
background-repeat:no-repeat;
background-size: cover; 
background-attachment: fixed; 
background-position: 50% 50%;
}
.back4 {
background-image: url('../images/backgrounds/back4.png');
background-repeat:no-repeat;
background-size: cover; 
background-attachment: fixed; 
background-position: 50% 50%;
}
.back5 {
background-image: url('../images/backgrounds/back5.png');
background-repeat:no-repeat;
background-size: cover; 
background-attachment: fixed; 
background-position: 50% 50%;
}
.back6 {
background-image: url('../images/backgrounds/back6.png');
background-repeat:no-repeat;
background-size: cover; 
background-attachment: fixed; 
background-position: 50% 50%;
}
@font-face {
    font-family: 'Eunjin';
    src: url('../fonts/Eunjin.woff2') format('woff2'), url('../fonts/Eunjin.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.top-content .carousel-control-prev-icon {
    left: -110px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c593d8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.top-content .carousel-control-next-icon {
    right: -110px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c593d8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

