@charset "UTF-8";
.notice {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .notice {
    height: 70px;
    margin-bottom: 0;
  }
}
.notice .innerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 4px 20px;
  line-height: 30px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .notice .innerbox {
    display: grid;
    grid-template-columns: 80px auto 80px;
    padding: 0;
  }
}
.notice h3 {
  display: block;
  flex: 0 0 80px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background-color: rgb(255, 174, 0);
  border: 1px solid rgb(149, 97, 24);
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .notice h3 {
    margin-right: 0;
    border: 0;
    border-radius: 0;
  }
}
.notice .noticeLine {
  flex: 0 0 calc(100% - 120px);
  text-align: left;
  height: 60px;
  overflow: hidden;
}
.notice .noticeLine .bx-wrapper li {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .notice .noticeLine .bx-wrapper li {
    white-space: nowrap;
    overflow: hidden;
  }
  .notice .noticeLine .bx-wrapper li a {
    display: block;
    width: 250px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.notice .noticeLine .bx-wrapper li a {
  color: #333;
}
.notice .more {
  display: block;
  flex: 0 0 100px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .notice .more {
    width: 60px;
  }
}
.notice .more a {
  display: inline-block;
  padding: 3px 8px;
  line-height: 16px;
  font-size: 13px;
  color: #FFF;
  background: #666;
  border-radius: 5px;
}

.appLink {
  display: none;
}
@media screen and (max-width: 480px) {
  .appLink {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    background: #FFF;
  }
  .appLink.ios .gotoGoolePlay {
    display: none;
  }
  .appLink.ios .gotoAppStore {
    display: inline-block;
  }
  .appLink.android .gotoAppStore {
    display: none;
  }
  .appLink.android .gotoGoolePlay {
    display: inline-block;
  }
  .appLink .appDescript {
    padding: 10px;
    line-height: 1.2;
  }
  .appLink .appDownload {
    text-align: center;
  }
  .appLink .badge {
    height: 40px;
  }
}

#MainBanner {
  position: relative;
  width: 100%;
  height: 456px;
  transition: background-color 1s linear;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #MainBanner {
    padding: 10px;
    height: initial;
    background-color: #FFF;
  }
}
#MainBanner .slide a {
  /* banner mode fade */
}
#MainBanner .slide a.active {
  opacity: 1;
}

.bx-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.bx-wrapper .bx-viewport .slide a {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
}
.bx-wrapper .bx-viewport .slide a img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .bx-wrapper .bx-viewport .slide a img {
    width: 100%;
  }
}
.bx-wrapper .bx-controls {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 0 20px;
  text-align: right;
  line-height: 1;
  transform: translateX(-50%);
  z-index: 50;
}
.bx-wrapper .bx-controls .bx-pager {
  display: inline-block;
  margin-right: 10px;
  font-size: 0;
  letter-spacing: 0;
  vertical-align: middle;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DDD;
  border-radius: 5px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0;
  text-indent: -4000px;
  overflow: hidden;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  width: 30px;
  background: #000;
}
.bx-wrapper .bx-controls .bx-controls-auto {
  display: inline-block;
  font-size: 0;
  letter-spacing: 0;
  vertical-align: middle;
}
.bx-wrapper .bx-controls .bx-controls-auto-item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
}
.bx-wrapper .bx-controls .bx-controls-auto-item a {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #CCC;
}
.bx-wrapper .bx-controls .bx-controls-auto-item a.active {
  color: #333;
}
.bx-wrapper .bx-controls .bx-controls-auto-item .bx-start {
  display: inline-block;
  background: url("../images/common/ico/ico-play.svg") no-repeat 50% 50%/contain;
  opacity: 1;
}
.bx-wrapper .bx-controls .bx-controls-auto-item .bx-stop {
  display: inline-block;
  background: url("../images/common/ico/ico-stop.svg") no-repeat 50% 50%/contain;
  opacity: 1;
}
.bx-wrapper .bx-controls .bx-controls-auto-item .bx-start.active,
.bx-wrapper .bx-controls .bx-controls-auto-item .bx-stop.active {
  opacity: 0.2;
}
.bx-wrapper .bx-controls .bx-controls-direction {
  display: none;
  width: 0;
  height: 0;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: left;
  text-indent: -9000px;
  transform: translateY(-50%);
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 10px;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #333;
  content: "";
  transform: rotate(-45deg) translateY(-10px);
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #333;
  content: "";
  transform: rotate(-135deg) translateY(-10px);
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #333;
  content: "";
  transform: rotate(45deg) translateY(-10px);
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #333;
  content: "";
  transform: rotate(-45deg) translateY(-10px);
}

.section {
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 1280px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section.print, .section.flatbook {
  background-color: #FFF;
}
.section.lightGray {
  background-color: #F5F5F5;
}
.section .section_inbox {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}
.section .prodInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .prodInfo .bg {
  position: absolute;
  top: 0;
  right: -1200px;
  opacity: 0;
  transition: all 0.4s ease-out;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  z-index: 0;
  /* 메인 상품 이미지 링크 */
}
@media screen and (max-width: 1280px) {
  .section .prodInfo .bg {
    background-size: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .section .prodInfo .bg {
    background-size: 50%;
  }
}
@media screen and (max-width: 480px) {
  .section .prodInfo .bg {
    background-size: 100%;
    background-position: 100% 100%;
  }
}
.section .prodInfo .bg.print {
  background-image: url("/skopi/images/front/main/section_01_bg.png");
}
.section .prodInfo .bg.largeP {
  background-image: url("/skopi/images/front/main/section_01_bg_largeP.png");
}
.section .prodInfo .bg.proof {
  background-image: url("/skopi/images/front/main/section_01_bg_proof.png");
}
.section .prodInfo .bg.designP {
  background-image: url("/skopi/images/front/main/section_01_bg_designP.png");
}
.section .prodInfo .bg.photobookH {
  background-image: url("/skopi/images/front/main/section_02_hard_bg.png");
}
.section .prodInfo .bg.photobookS {
  background-image: url("/skopi/images/front/main/section_02_soft_bg.png");
}
.section .prodInfo .bg.photoM {
  background-image: url("/skopi/images/front/main/section_02_photoM_bg.png");
}
.section .prodInfo .bg.flatPhoto {
  background-image: url("/skopi/images/front/main/section_03_bg.jpg");
}
.section .prodInfo .bg.flatFour {
  background-image: url("/skopi/images/front/main/section_03_flatFour_bg.png");
}
.section .prodInfo .bg.flatPU {
  background-image: url("/skopi/images/front/main/section_03_flatPU_bg.png");
}
.section .prodInfo .txtInfo {
  position: relative;
  top: 4rem;
}
@media screen and (max-width: 480px) {
  .section .prodInfo .txtInfo {
    top: 20px;
  }
}
.section .prodInfo .txtInfo h2 {
  position: absolute;
  top: 0;
  left: -1200px;
  opacity: 0;
  transition: all 0.4s ease-out;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 480px) {
  .section .prodInfo .txtInfo h2 {
    font-size: 32px;
  }
}
.section .prodInfo .txtInfo .headcopy {
  position: absolute;
  top: 8rem;
  left: -1200px;
  opacity: 0;
  transition: all 0.4s ease-out;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (max-width: 480px) {
  .section .prodInfo .txtInfo .headcopy {
    top: 50px;
    font-size: 18px;
  }
}
.section .prodInfo .txtInfo .subcopy {
  position: absolute;
  top: 11.5rem;
  left: -1200px;
  opacity: 0;
  transition: all 0.4s ease-out;
  line-height: 1.2;
  word-break: keep-all;
  color: #999;
}
@media screen and (max-width: 480px) {
  .section .prodInfo .txtInfo .subcopy {
    top: 80px;
  }
}
.section .prodInfo.on .bg {
  right: 0;
  opacity: 1;
  transition-delay: 0.3s;
}
.section .prodInfo.on .txtInfo h2 {
  left: 0;
  opacity: 1;
}
.section .prodInfo.on .txtInfo .headcopy {
  left: 0;
  opacity: 1;
  transition-delay: 0.2s;
}
.section .prodInfo.on .txtInfo .subcopy {
  left: 0;
  opacity: 1;
  transition-delay: 0.4s;
}
.section .link {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section .link {
    display: none !important;
  }
}
.section .link .button {
  position: relative;
  width: 140px;
  height: 40px;
  padding: 0 8px 0 26px;
  margin-right: 15px;
  background: #B1B1B1;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  border-radius: 5px;
  color: #EFEFEF;
}
@media screen and (max-width: 480px) {
  .section .link .button {
    width: 120px;
    height: 36px;
    margin-right: 0;
    font-size: 16px;
  }
}
.section .link .button::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  background: #FFF;
  transform-origin: 100% 2px;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .section .link .button::before {
    top: 47%;
    width: 10px;
  }
}
.section .link .button::after {
  position: absolute;
  top: 48.5%;
  left: 10px;
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  background: #FFF;
  transform-origin: 100% 2px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .section .link .button::after {
    top: 44.5%;
    width: 10px;
  }
}
.section .link .button:hover {
  background: #E50019;
  color: #FFF;
}
.section.right .prodInfo .bg {
  right: initial;
  left: -1200px;
  background-position: 0 50%;
}
@media screen and (max-width: 480px) {
  .section.right .prodInfo .bg {
    background-position: 0 100%;
  }
}
.section.right .prodInfo .txtInfo {
  text-align: right;
}
.section.right .prodInfo .txtInfo h2, .section.right .prodInfo .txtInfo .headcopy, .section.right .prodInfo .txtInfo .subcopy {
  left: initial;
  right: -1200px;
}
.section.right .prodInfo.on .bg {
  left: 0;
}
.section.right .prodInfo.on .txtInfo h2, .section.right .prodInfo.on .txtInfo .headcopy, .section.right .prodInfo.on .txtInfo .subcopy {
  right: 0;
}
.section.right .link {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .section.right .link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.section.right .link .button {
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .section.right .link .button {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .section.flatbook .link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    bottom: 215px;
    text-align: center;
  }
  .section.flatbook .link .button {
    width: 110px;
  }
}
.section.vertical {
  height: 480px;
  background: #F5F5F5;
}
@media screen and (max-width: 480px) {
  .section.vertical {
    height: auto;
  }
}
.section.vertical .section_inbox {
  padding-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .section.vertical .section_inbox {
    display: grid;
    grid-template-rows: 1fr;
  }
}
.section.vertical .article {
  position: relative;
  width: 33.33%;
  height: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 480px) {
  .section.vertical .article {
    width: 100%;
    height: 100vw;
    padding: 0;
  }
}
.section.vertical .article:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 95%;
  transform: translateY(-53%);
  content: "";
  display: block;
  background: #CCC;
}
@media screen and (max-width: 480px) {
  .section.vertical .article:after {
    display: none;
  }
}
.section.vertical .article:last-child:after {
  display: none;
}
.section.vertical .article.album {
  background: url("../images/front/main/section_04_bg.png") no-repeat 100% 100%;
  background-size: 60%;
}
.section.vertical .article.calendar {
  background: url("../images/front/main/section_05_bg.png") no-repeat 100% 100%;
  background-size: 60%;
}
.section.vertical .article.frame {
  background: url("../images/front/main/section_06_bg.png") no-repeat 100% 100%;
  background-size: 60%;
}
.section.vertical .link {
  bottom: 30px;
}
.section.vertical .link .button {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2.8;
}
.section.vertical .link .button::before, .section.vertical .link .button::after {
  width: 10px;
}
.section .article h2 {
  font-size: 3.2rem;
}
.section .article .headcopy {
  font-size: 1.8rem;
  font-weight: 700;
}

.main_comm {
  width: 100%;
  padding: 30px;
  background-color: #FFF;
}
@media screen and (max-width: 480px) {
  .main_comm {
    margin: 0;
    padding: 20px;
  }
}
.main_comm .head h3 {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  vertical-align: baseline;
}
.main_comm .head .subcopy {
  display: inline-block;
  font-size: 13px;
  vertical-align: baseline;
}
.main_comm .head a {
  display: inline-block;
}
.main_comm .head .points {
  position: relative;
  top: -5px;
  display: inline-block;
  transform-origin: 50% 50%;
  transform: rotate(-10deg);
  font-weight: 700;
}
.main_comm .head .points .pointBall {
  display: inline-block;
  padding: 6px;
  background-color: #F30;
  color: #FFF;
  text-align: center;
  border-radius: 100%;
}

.skopiAfternote {
  max-width: 1280px;
  margin: 0 auto;
}
.skopiAfternote .points {
  position: relative;
  top: -10px;
}
.skopiAfternote .afternote_list {
  padding: 30px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 480px) {
  .skopiAfternote .afternote_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }
}
.skopiAfternote .afternote_list li {
  display: inline-block;
  width: 20%;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .skopiAfternote .afternote_list li {
    width: 100%;
  }
}
.skopiAfternote .afternote_list li .noteBox {
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  padding: 15px;
  background-color: #FEF7E6;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .skopiAfternote .afternote_list li .noteBox {
    width: 100%;
    padding: 10px;
  }
}
.skopiAfternote .afternote_list li .prod {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #D77C14;
  border-radius: 11px;
}
.skopiAfternote .afternote_list li .prod a {
  display: inline-block;
  padding: 5px 10px;
  height: 22px;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.skopiAfternote .afternote_list li .content {
  font-size: 12px;
  line-height: 1.6;
}
.skopiAfternote .afternote_list li .writer {
  display: block;
  text-align: right;
}
.skopiAfternote .afternote_list li .writer:before {
  display: inline-block;
  content: "-";
  margin-right: 3px;
}
.skopiAfternote .afternote_list li .writer:after {
  display: inline-block;
  content: "-";
  margin-left: 3px;
}

.openAlbum {
  max-width: 1280px;
  margin: 0 auto;
}

.openAlbumList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 30px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 720px) {
  .openAlbumList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .openAlbumList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.openAlbumList li {
  display: grid;
  padding: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 28px;
  border-radius: 7px;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}
.openAlbumList li a {
  display: block;
}
.openAlbumList li a:first-child {
  align-content: center;
  border-radius: 6px;
  padding: 2px;
  background-color: #FAFAFA;
}
.openAlbumList li a:last-child {
  padding: 5px;
}
.openAlbumList li a img {
  width: 100%;
}

.goContents {
  display: inline-block;
  padding: 8px 5px;
  border-radius: 5px;
  width: auto;
  height: auto;
  background: #485776;
  line-height: 1;
}
.goContents:hover {
  color: #fff;
}

.customerWrap {
  width: 100%;
  padding: 20px;
  background: #EFEFEF;
  /*color:#FFF;*/
}
.customerWrap .customerInner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  width: 100%;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .customerWrap .customerInner {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    grid-template-areas: "a a" "b c" "d d";
  }
}
.customerWrap h3 {
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .customerWrap h3 {
    grid-area: a;
  }
}
@media screen and (max-width: 480px) {
  .customerWrap .info {
    grid-area: b;
  }
}
.customerWrap .info .csNumber {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  white-space: nowrap;
}
.customerWrap .info h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
.customerWrap .info p {
  margin-bottom: 5px;
  font-size: 14px;
}
.customerWrap .info span {
  font-weight: 100;
}
.customerWrap .accountInfo {
  padding-top: 48px;
}
@media screen and (max-width: 480px) {
  .customerWrap .accountInfo {
    grid-area: c;
  }
}
.customerWrap .accountInfo h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
.customerWrap .accountInfo dt {
  display: inline-block;
  width: 80px;
  font-weight: 100;
}
.customerWrap .accountInfo dd {
  display: inline-block;
}
.customerWrap .csCenter {
  position: relative;
  padding-top: 35px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .customerWrap .csCenter {
    grid-area: d;
  }
}
.customerWrap .csCenter .csLink {
  position: relative;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.customerWrap .csCenter .csLink > span {
  display: block;
}
.customerWrap .csCenter .csLink a {
  display: block;
  font-size: 17px;
  text-align: center;
}
.customerWrap .csCenter .csLink a span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  background: #808080;
  color: #FFF;
  line-height: 60px;
  border-radius: 100%;
}
.customerWrap .csCenter .csLink a .ask:before {
  display: inline;
  font-size: 25px;
  font-weight: bold;
  content: "1:1";
}
.customerWrap .csCenter .csLink a .faq:before {
  display: inline;
  font-size: 25px;
  font-weight: bold;
  content: "FAQ";
}
.customerWrap .csCenter .csLink a .find:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  vertical-align: middle;
  background: url("../images/common/ico/ico-find-r-w.svg") no-repeat 50% 50%/contain;
}

#PhotoContest {
  display: none;
}

#popupLayer {
  display: flex;
  justify-content: space-around;
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translate(-50%, 0);
  z-index: 9999;
}
#popupLayer .popupLayerWrap {
  margin: 0 10px;
  padding: 5px;
  border: 2px solid #333;
  background: #FFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}
#popupLayer .popupLayerWrap #popContent div, #popupLayer .popupLayerWrap #popContent span, #popupLayer .popupLayerWrap #popContent h1, #popupLayer .popupLayerWrap #popContent h2, #popupLayer .popupLayerWrap #popContent h3, #popupLayer .popupLayerWrap #popContent h4, #popupLayer .popupLayerWrap #popContent h5, #popupLayer .popupLayerWrap #popContent h6, #popupLayer .popupLayerWrap #popContent p, #popupLayer .popupLayerWrap #popContent a, #popupLayer .popupLayerWrap #popContent em, #popupLayer .popupLayerWrap #popContent img, #popupLayer .popupLayerWrap #popContent small, #popupLayer .popupLayerWrap #popContent strike, #popupLayer .popupLayerWrap #popContent strong, #popupLayer .popupLayerWrap #popContent b, #popupLayer .popupLayerWrap #popContent u, #popupLayer .popupLayerWrap #popContent i,
#popupLayer .popupLayerWrap #popContent dl, #popupLayer .popupLayerWrap #popContent dt, #popupLayer .popupLayerWrap #popContent dd, #popupLayer .popupLayerWrap #popContent ol, #popupLayer .popupLayerWrap #popContent ul, #popupLayer .popupLayerWrap #popContent li, #popupLayer .popupLayerWrap #popContent fieldset,
#popupLayer .popupLayerWrap #popContent form, #popupLayer .popupLayerWrap #popContent label, #popupLayer .popupLayerWrap #popContent legend, #popupLayer .popupLayerWrap #popContent table, #popupLayer .popupLayerWrap #popContent caption, #popupLayer .popupLayerWrap #popContent tbody, #popupLayer .popupLayerWrap #popContent tfoot, #popupLayer .popupLayerWrap #popContent thead, #popupLayer .popupLayerWrap #popContent tr, #popupLayer .popupLayerWrap #popContent th, #popupLayer .popupLayerWrap #popContent td, #popupLayer .popupLayerWrap #popContent article, #popupLayer .popupLayerWrap #popContent aside,
#popupLayer .popupLayerWrap #popContent canvas, #popupLayer .popupLayerWrap #popContent details, #popupLayer .popupLayerWrap #popContent embed, #popupLayer .popupLayerWrap #popContent figure, #popupLayer .popupLayerWrap #popContent figcaption, #popupLayer .popupLayerWrap #popContent footer,
#popupLayer .popupLayerWrap #popContent section, #popupLayer .popupLayerWrap #popContent summary, #popupLayer .popupLayerWrap #popContent time, #popupLayer .popupLayerWrap #popContent mark, #popupLayer .popupLayerWrap #popContent audio, #popupLayer .popupLayerWrap #popContent video {
  display: revert;
  margin: revert;
  padding: revert;
  border: initial;
  font-size: 100%;
}
#popupLayer .closer {
  padding: 3px 0;
  text-align: center;
}
#popupLayer .closer .button {
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .section.print .link {
    display: grid;
    gap: 5px;
    bottom: 20px;
  }
}

/*# sourceMappingURL=skopi_main.css.map */
