
#menu-btn-blog .dot {
  opacity: 1;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:400,900&display=swap');

header {
  padding: 0px 0px 45px 0px;
}
header .header-margin {
  width: 100%;
  height: 30vh;
  max-height: 300px;
}
header .title {
  position: relative;
  width: 100%;
}
header .title h1 {
  font-size: 6vw;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
  max-width: 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
}

header .title h1 .block {
  display: inline-block;
  word-break: keep-all;
}

header .title .dot {
  width: 30px;
  height: calc(6vw * 1.2);
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
}

header .info {
  margin-top: 60px;
  text-align: right;
}

header .info .text {
  display: inline-block;
  background-color: var(--white);
  border-radius: 100% 100%;
  padding: 12.5px 30px 12.5px 30px;
}

header .info span {
  font-size: 13pt;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 5px 0px 5px;
}



/* Content */

main#article {
  position: relative;
  width: 100%;
  z-index: 60;
  padding: 90px 0px 300px 0px;
  border-top: solid 1.5px var(--gray-230);
  font-size: 13pt;
  font-weight: 400;
  line-height: 200%;
  text-align: justify;
  text-justify: inter-word;
  word-break: keep-all;
}

#article-content {
  min-height: 30px;
}

#article-content p {
  font-size: 13pt;
  font-weight: 400;
  line-height: 200%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  text-align: justify;
  word-break: normal;
}
#article-content b {
  font-weight: 700;
}
#article-content a {
  text-decoration: underline;
}

#article-content br {
  line-height: 200%;
}

#article-content img {
  width: auto;
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
}

#article-content div {
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
}

#article-content video {
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
}

#article-content audio {
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
}

#article-content iframe {
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
}

#article-content .outwrapper-iframe-youtube {
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
}

#article-content .inwrapper-iframe-youtube {
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

#article-content .iframe-youtube {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

/* Content Style Classes */

#article-content .font-serif {
  font-family: var(--serif);
}

#article-content .font-sans-serif {
  font-family: var(--sans-serif);
}

#article-content .align-style-justify {
  text-align: justify;
}

#article-content .align-style-left {
  text-align: left;
}

#article-content .align-style-center {
  text-align: center;
}

#article-content .align-style-right {
  text-align: right;
}

#article-content .align-center-normal {
  max-width: 720px;
}

#article-content .align-center-full {
  max-width: 100%;
}

#article-content .align-left-full {
  max-width: calc(100% - ((100% - 720px) / 2));
  margin-right: calc((100% - 720px) / 2);
}

#article-content .align-left-normal {
  max-width: 360px;
  margin-right: calc(360px + ((100% - 720px) / 2));
}

#article-content .align-left-side {
  max-width: calc(360px + ((100% - 720px) / 2));
  margin-right: calc(360px + ((100% - 720px) / 2));
}

#article-content .align-right-full {
  max-width: calc(100% - ((100% - 720px) / 2));
  margin-left: calc((100% - 720px) / 2);
}

#article-content .align-right-normal {
  max-width: 360px;
  margin-left: calc(360px + ((100% - 720px) / 2));
}

#article-content .align-right-side {
  max-width: calc(360px + ((100% - 720px) / 2));
  margin-left: calc(360px + ((100% - 720px) / 2));
}





section#control-panel {
  padding: 90px 0px 90px 0px;
  border-top: solid 1.5px var(--gray-230);
}

section#control-panel .inwrapper {
  display: flex;
  justify-content: flex-end;
}

section#control-panel .btn {
  color: gray;
  height: 30px;
  font-size: 11pt;
  font-weight: 700;
  line-height: 30px;
  margin-left: 30px;
  cursor: pointer;
}

section#control-panel .btn:hover {
  color: var(--th);
}





section#list {
  border-top: solid 1.5px var(--gray-230);
  padding: 90px 0px 90px 0px;
}

section#list ul {
  padding: 0;
  margin: 0;
}

section#list li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

section#list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

section#list li a h3 {
  font-size: 15pt;
  font-weight: 700;
  line-height: 120%;
  color: var(--gray-150);
}

section#list li a h3 span {
  color: var(--gray-150);
}

section#list li a:hover h3{
  text-decoration: underline;
  color: var(--fg);
}

section#list li a:hover span {
  color: var(--fg);
}

section#list li a .dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: var(--gray-180);
}

section#list li a:hover .dot{
  background-color: var(--fg);
}

section#list li.art h3, section#list li.art a:hover h3{
  text-decoration: none;
  color: var(--th);
}

section#list li.art .dot, section#list li.art a:hover .dot{
  background-color: var(--th);
}

section#list .more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
}

section#list .gotoindex {
  width: 100%;
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

section#list #more-query {
  display: block;
  height: 100%;
  font-size: 15pt;
  line-height: 45px;
  font-weight: 700;
  width: 260px;
  text-align: right;
}

section#list #more-query:hover {
  color: var(--th);
}

section#list #input-query {
  display: block;
  height: 100%;
  font-size: 15pt;
  line-height: 45px;
  background-color: unset;
  font-weight: 700;
  width: calc(100% - 260px);
}

section#list #input-query::placeholder {
  color: var(--gray-150);
  opacity: 1;
}

section#list #input-query:hover, section#list #input-query:focus {
  outline: solid 3px var(--th);
}





section#comments {
  padding: 90px 0px 90px 0px;
  border-top: solid 1.5px var(--gray-230);
}

section#comments .bar {
  padding: 0px 0px 45px 0px;
}

section#comments .bar .btn.closed {
  color: var(--fg);
}

section#comments .bar .btn {
  display: flex;
  font-size: 15pt;
  font-weight: 700;
  line-height: 45px;
  color: var(--th);
}

section#comments .bar .btn .arrow {
  transform: rotateZ(90deg);
  padding: 0px 10px 0px 8px;
  font-size: 20pt;
}

section#comments .bar .btn:hover {
  color: var(--th);
}

section#comments .comments {
  padding-bottom: 90px;
}

section#comments .comment {
  width: 100%;
}

section#comments .comment .main {
  padding: 20px 0px 20px 0px;
  border-bottom: solid 1.5px var(--gray-230);
}

section#comments .comment.sub {
  display: flex;
  justify-content: space-between;
}

section#comments .comment.sub .interarea {
  width: 10px;
  height: 10px;
  margin-top: 20px;
  border-bottom: solid 1.5px var(--gray-210);
  border-left: solid 1.5px var(--gray-210);
}

section#comments .comment.sub .main {
  width: calc(100% - 30px);
}

section#comments .comment .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
}

section#comments .comment .name {
  font-size: 12pt;
  font-weight: 700;
}

section#comments .comment .name .anonip {
  color: var(--gray-150);
  padding-left: 10px;
}

section#comments .comment .datetime {
  font-size: 11pt;
  font-weight: 400;
  color: var(--gray-150);
}

section#comments .comment .content {
  padding: 15px 0px 10px 0px;
  width: 100%;
  font-size: 11pt;
  font-weight: 400;
  line-height: 160%;
  overflow-wrap: break-word;
}

section#comments .comment .content .modifiedalert {
  color: var(--gray-150);
  padding-left: 10px;
  font-size: 8pt;
}

section#comments .comment .panel {
  display: flex;
  justify-content: flex-start;
}

section#comments .comment .panel .btn {
  font-size: 11pt;
  font-weight: 700;
  margin-right: 10px;
  color: var(--gray-150);
}

section#comments .comment .panel .btn:hover {
  color: var(--fg);
}

section#comments .comment .panel {
  display: flex;
}

section#comments .comment.modify .content, section#comments .comment.modify .panel {
  display: none;
}

section#comments .comment.modify .info {
  display: flex;
  padding-bottom: 15px;
}

section#comments .comment textarea, section#comments .comment .submit {
  display: none;
}

section#comments .comment.modify textarea, section#comments .comment.modify .submit {
  display: block;
}

section#comments .comment.modify textarea {
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: unset;
  font-size: 11pt;
  font-weight: 400;
  line-height: 160%;
  min-height: 80px;
  outline: solid 1.5px var(--gray-230);
  outline-offset: 5px;
}

section#comments .comment.modify .submit {
  font-size: 12pt;
  font-weight: 700;
  line-height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

section#comments .write.normal {
  padding: 20px 0px 0px 0px;
}

section#comments .write.writereply {
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}

section#comments .write.writereply .main {
  padding: 20px 0px 20px 0px;
  width: calc(100% - 30px);
  border-bottom: solid 1.5px var(--gray-230);
}

section#comments .write.writereply .interarea {
  width: 10px;
  height: 10px;
  margin-top: 20px;
  border-bottom: solid 1.5px var(--gray-210);
  border-left: solid 1.5px var(--gray-210);
}

section#comments .write .info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  line-height: 100%;
  width: 100%;
  flex-wrap: wrap;
}

section#comments .write .info * {
  font-size: 12pt;
  font-weight: 400;
}

section#comments .write .info .name {
  font-size: 12pt;
  font-weight: 700;
}

section#comments .write .info input {
  background-color: unset;
  width: 25%;
}

section#comments .write textarea {
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: unset;
  font-size: 11pt;
  font-weight: 400;
  line-height: 160%;
  min-height: 80px;
  outline: solid 1.5px var(--gray-230);
  outline-offset: 5px;
}

section#comments .submit {
  font-size: 12pt;
  font-weight: 700;
  line-height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}






@media (max-width:920px) {

  #article .inwrapper {
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }

  #article-content p {
    padding: 0px 90px 0px 90px;
    width: calc(100% - 180px);
    margin: 0 auto;
  }
  
  #article-content .align-left-normal {
    max-width: calc(((100% - 180px) / 4) * 3);
    margin-right: calc((100% - 180px) / 4);
  }
  
  #article-content .align-right-normal {
    max-width: calc(((100% - 180px) / 4) * 3);
    margin-left: calc((100% - 180px) / 4);
  }
  
  #article-content .align-left-side {
    padding: 0px 90px 0px 0px;
    max-width: calc((((100% - 180px) / 4) * 3) + 90px);
    margin-right: calc(((100% - 180px) / 4));
  }
  
  #article-content .align-right-side {
    padding: 0px 0px 0px 90px;
    max-width: calc((((100% - 180px) / 4) * 3) + 90px);
    margin-left: calc(((100% - 180px) / 4));
  }

  #article-content .align-left-full {
    padding: 0px 0px 0px 0px;
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    margin-right: 90px;
  }
  
  #article-content .align-right-full {
    padding: 0px 0px 0px 0px;
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    margin-left: 90px;
  }

  #article-content .align-center-full {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-left: 0px;
  }

}

@media (max-width:840px) {

  header .title h1 {
    font-size: 32pt;
    line-height: 120%;
  }

  header .title .dot {
    top: 6px;
  }

  #article .inwrapper {
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }

  #article-content p {
    padding: 0px 60px 0px 60px;
    width: calc(100% - 120px);
    margin: 0 auto;
    line-height: 180%;
  }
  
  #article-content .align-left-normal {
    max-width: calc(((100% - 120px) / 4) * 3);
    margin-right: calc((100% - 120px) / 4);
  }
  
  #article-content .align-right-normal {
    max-width: calc(((100% - 120px) / 4) * 3);
    margin-left: calc((100% - 120px) / 4);
  }
  
  #article-content .align-left-side {
    padding: 0px 60px 0px 0px;
    max-width: calc((((100% - 120px) / 4) * 3) + 60px);
    margin-right: calc(((100% - 120px) / 4));
  }
  
  #article-content .align-right-side {
    padding: 0px 0px 0px 60px;
    max-width: calc((((100% - 120px) / 4) * 3) + 60px);
    margin-left: calc(((100% - 120px) / 4));
  }

  #article-content .align-left-full {
    padding: 0px 0px 0px 0px;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-right: 60px;
  }
  
  #article-content .align-right-full {
    padding: 0px 0px 0px 0px;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-left: 60px;
  }

  #article-content .align-center-full {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-left: 0px;
  }

  section#list li {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  section#list li a h3 {
    font-size: 13pt;
    line-height: 120%;
  }

  section#list .gotoindex {
    width: 100%;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
  }

  section#list #more-query {
    font-size: 13pt;
    line-height: 35px;
    width: 220px;
  }
  
  section#list #input-query {
    font-size: 13pt;
    line-height: 35px;
    width: calc(100% - 220px);
  }

  section#comments .write .info input {
    background-color: unset;
    width: 50%;
  }

}

@media (max-width:600px) {

  header .title h1 {
    font-size: 22pt;
    line-height: 120%;
  }

  header .title .dot {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    top: 4px;
  }

  #article .inwrapper {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }

  #article-content p {
    text-align: left;
    font-size: 13pt;
    width: calc(100% - 30px);
    padding: 0px 15px 0px 15px;
    word-break: break-all;
    word-wrap: none;
  }

  /*#article-content .align-style-justify {
    text-align: justify;
  }*/

  #article-content img {
    max-height: 80vh;
  }
  
  #article-content .align-left-normal {
    max-width: calc(((100% - 30px) / 4) * 3);
    margin-right: calc((100% - 30px) / 4);
  }
  
  #article-content .align-right-normal {
    max-width: calc(((100% - 30px) / 4) * 3);
    margin-left: calc((100% - 30px) / 4);
  }
  
  #article-content .align-left-side {
    padding: 0px 15px 0px 0px;
    max-width: calc((((100% - 30px) / 4) * 3) + 20px);
    margin-right: calc(((100% - 30px) / 4));
  }
  
  #article-content .align-right-side {
    padding: 0px 0px 0px 15px;
    max-width: calc((((100% - 30px) / 4) * 3) + 20px);
    margin-left: calc(((100% - 30px) / 4));
  }

  #article-content .align-left-full {
    padding: 0px 0px 0px 0px;
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
    margin-right: 15px;
  }
  
  #article-content .align-right-full {
    padding: 0px 0px 0px 0px;
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
    margin-left: 15px;
  }

  #article-content .align-center-full {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-left: 0px;
  }

  section#list .gotoindex {
    display: block;
  }

  section#list #more-query {
    width: 100%;
  }
  
  section#list #input-query {
    width: 100%;
  }

}

@media print {
  section#control-panel {
    display: none;
  }
  section#list {
    display: none;
  }
  section#comments {
    display: none;
  }


  header {
    padding: 0px 0px 90px 0px;
  }
  header .header-margin {
    width: 100%;
    height: 0px;
  }
  header .title {
    position: relative;
    width: 100%;
  }
  header .title h1 {
    font-size: 24pt;
    font-weight: 700;
    line-height: 120%;
    display: inline-block;
    max-width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  header .title h1 .block {
    display: inline-block;
    word-break: keep-all;
  }
  header .title .dot {
    width: 30px;
    height: calc(6vw * 1.2);
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
  }
  header .info {
    margin-top: 30px;
    text-align: right;
  }
  header .info .text {
    display: inline-block;
    background-color: var(--white);
    border-radius: 100% 100%;
    padding: 0;
  }
  header .info span {
    font-size: 11pt;
    font-weight: 400;
    line-height: 20px;
    padding: 0px 0px 0px 10px;
  }


  main#article {
    position: relative;
    width: 100%;
    z-index: 60;
    padding: 0px 0px 0px 0px;
    border: none;
    font-size: 13pt;
    font-weight: 400;
    line-height: 200%;
    text-align: justify;
    text-justify: inter-word;
    word-break: keep-all;
  }


  #article-content {
    min-height: 30px;
    padding: 0;
    margin: 0;
  }
  #article-content p {
    font-size: 11pt;
    font-weight: normal;
    line-height: 180%;
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: left;
    word-break: keep-all;
    padding: 0;
    margin: 0;
  }
  #article-content span {
    font-size: 11pt !important;
  }
  #article-content b {
    font-weight: 700;
  }
  #article-content a {
    text-decoration: underline;
  }
  #article-content br {
    line-height: 180%;
  }
  #article-content img {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px;
    padding: 0;
    margin: 0;
  }
  #article-content div,
  #article-content video,
  #article-content audio,
  #article-content iframe,
  #article-content .outwrapper-iframe-youtube {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto;
  }
  #article-content .inwrapper-iframe-youtube {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
  }
  #article-content .iframe-youtube {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Content Style Classes */
  #article-content .font-serif {
    font-family: var(--serif);
  }
  #article-content .font-sans-serif {
    font-family: var(--sans-serif);
  }
  #article-content .align-style-justify,
  #article-content .align-style-left,
  #article-content .align-style-center,
  #article-content .align-style-right {
    text-align: left;
  }
  #article-content .align-center-normal,
  #article-content .align-center-full,
  #article-content .align-left-full,
  #article-content .align-left-normal,
  #article-content .align-left-side,
  #article-content .align-right-full,
  #article-content .align-right-normal,
  #article-content .align-right-side {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media print and (max-width:800px) {
  header {
    padding: 0px 0px 90px 0px;
  }
  header .header-margin {
    width: 100%;
    height: 0px;
  }
  header .title {
    position: relative;
    width: 100%;
  }
  header .title h1 {
    font-size: 24pt;
    font-weight: 700;
    line-height: 120%;
    display: inline-block;
    max-width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  header .title h1 .block {
    display: inline-block;
    word-break: keep-all;
  }
  header .title .dot {
    width: 30px;
    height: calc(6vw * 1.2);
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
  }
  header .info {
    margin-top: 30px;
    text-align: right;
  }
  header .info .text {
    display: inline-block;
    background-color: var(--white);
    border-radius: 100% 100%;
    padding: 0;
  }
  header .info span {
    font-size: 11pt;
    font-weight: 400;
    line-height: 20px;
    padding: 0px 0px 0px 10px;
  }


  main#article {
    position: relative;
    width: 100%;
    z-index: 60;
    padding: 0px 0px 0px 0px;
    border: none;
    font-size: 13pt;
    font-weight: 400;
    line-height: 200%;
    text-align: justify;
    text-justify: inter-word;
    word-break: keep-all;
  }


  #article-content {
    min-height: 30px;
    padding: 0;
    margin: 0;
  }
  #article-content p {
    font-size: 11pt;
    font-weight: normal;
    line-height: 180%;
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: left;
    word-break: keep-all;
    padding: 0;
    margin: 0;
  }
  #article-content span {
    font-size: 11pt !important;
  }
  #article-content b {
    font-weight: 700;
  }
  #article-content a {
    text-decoration: underline;
  }
  #article-content br {
    line-height: 180%;
  }
  #article-content img {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px;
    padding: 0;
    margin: 0;
  }
  #article-content div {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto;
  }
  #article-content video {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto;
  }
  #article-content audio {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto;
  }
  #article-content iframe {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto;
  }
  #article-content .outwrapper-iframe-youtube {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto;
  }
  #article-content .inwrapper-iframe-youtube {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
  }
  #article-content .iframe-youtube {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Content Style Classes */
  #article-content .font-serif {
    font-family: var(--serif);
  }
  #article-content .font-sans-serif {
    font-family: var(--sans-serif);
  }
  #article-content .align-style-justify {
    text-align: left;
  }
  #article-content .align-style-left {
    text-align: left;
  }
  #article-content .align-style-center {
    text-align: left;
  }
  #article-content .align-style-right {
    text-align: left;
  }
  #article-content .align-center-normal {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  #article-content .align-center-full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  #article-content .align-left-full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  #article-content .align-left-normal {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  #article-content .align-left-side {
    width: 780px;
    max-width: 780px;
    padding: 0;
    margin: 0;
    margin-left: max(0px, calc(100% - 780px));
  }
  #article-content .align-right-side {
    width: 780px;
    max-width: 780px;
    padding: 0;
    margin: 0;
    margin-left: max(0px, calc(100% - 780px));
  }
  #article-content .align-right-full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  #article-content .align-right-normal {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  header {
    padding: 0px 0px 90px 0px;
  }
  header .header-margin {
    width: 100%;
    height: 0px;
  }
  header .title {
    position: relative;
    width: 100%;
  }
  header .title h1 {
    font-size: 24pt;
    font-weight: 700;
    line-height: 120%;
    display: inline-block;
    max-width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  header .title h1 .block {
    display: inline-block;
    word-break: keep-all;
  }
  header .title .dot {
    width: 30px;
    height: calc(6vw * 1.2);
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
  }
  header .info {
    margin-top: 30px;
    text-align: right;
  }
  header .info .text {
    display: inline-block;
    background-color: var(--white);
    border-radius: 100% 100%;
    padding: 0;
  }
  header .info span {
    font-size: 11pt;
    font-weight: 400;
    line-height: 20px;
    padding: 0px 0px 0px 10px;
  }


  main#article {
    position: relative;
    width: 100%;
    z-index: 60;
    padding: 0px 0px 0px 0px;
    border: none;
    font-size: 13pt;
    font-weight: 400;
    line-height: 200%;
    text-align: justify;
    text-justify: inter-word;
    word-break: keep-all;
  }


  #article-content {
    min-height: 30px;
    padding: 0;
    margin: 0;
  }
  #article-content p {
    font-size: 11pt;
    font-weight: normal;
    line-height: 180%;
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: left;
    word-break: keep-all;
    padding: 0;
    margin: 0;
  }
  #article-content span {
    font-size: 11pt !important;
  }
  #article-content b {
    font-weight: 700;
  }
  #article-content a {
    text-decoration: underline;
  }
  #article-content br {
    line-height: 180%;
  }
  #article-content img {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px;
    padding: 0;
    margin: 0;
  }
  #article-content div,
  #article-content video,
  #article-content audio,
  #article-content iframe,
  #article-content .outwrapper-iframe-youtube {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto;
  }
  #article-content .inwrapper-iframe-youtube {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
  }
  #article-content .iframe-youtube {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Content Style Classes */
  #article-content .font-serif {
    font-family: var(--serif);
  }
  #article-content .font-sans-serif {
    font-family: var(--sans-serif);
  }
  #article-content .align-style-justify,
  #article-content .align-style-left,
  #article-content .align-style-center,
  #article-content .align-style-right {
    text-align: left;
  }
  #article-content .align-center-normal,
  #article-content .align-center-full,
  #article-content .align-left-full,
  #article-content .align-left-normal,
  #article-content .align-left-side,
  #article-content .align-right-full,
  #article-content .align-right-normal,
  #article-content .align-right-side {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}