/*!
 * 
 *       Build date: 2021. 12. 30. 오후 3:41:55
 *       Commit Version: 8a9b6c0
 *
 *       Author: juo
 *
 *       email: hwgiwh271@gmail.com
 *
 *
 */
@import url(https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap);
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.fas,
.far {
  pointer-events: none;
}

/*
    2. Remove default margin
  */
* {
  margin: 0;
}

/*
    3. Allow percentage-based heights in the application
  */
html,
body {
  height: 100%;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
  */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
    6. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
    7. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background-color: transparent;
}

/*
    8. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

ol,
ul {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-color: #ffffff;
  position: relative;
  overflow-x: hidden;
}

.header {
  height: 80px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.header .container .header-title {
  font-family: Rubik Mono One;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

@media screen and (max-width: 1024px) {
  .header {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    height: 60px;
  }
}

.buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buttons .btn {
  width: 35px;
  height: 35px;
  margin-top: 12px;
  margin-left: 6px;
  font-size: 17.5px;
  cursor: pointer;
  background: #ffffff;
  border: 3px solid #ffe08f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons .btn:nth-last-child(1) {
  position: absolute;
  right: 0;
  margin-right: 6px;
}

.buttons .btn-move {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttons .btn-size {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttons .btn-zoom {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttons .activated {
  background: #ffffff;
  border: 3px solid #2f4cbe;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}

.main .page-container {
  position: relative;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 420mm;
  min-width: 420mm;
  height: 297mm;
  border: 1px solid #002;
  text-align: center;
  overflow: hidden;
  margin: auto;
  margin-bottom: 50px;
  top: -200px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1024px) {
  .main .page-container {
    width: 210mm;
    min-width: 210mm;
    height: 149mm;
    margin-top: 120px;
  }
}

.main .page-container .page-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  justify-items: center;
  width: 50%;
  border-right: 1px dashed #002;
  overflow: hidden;
}

.main .page-container .page-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  width: 50%;
  overflow: hidden;
}

.main .pagination-container {
  position: absolute;
  bottom: 400px;
}

@media screen and (max-width: 1024px) {
  .main .pagination-container {
    bottom: 200px;
  }
}

.main .pagination-container span {
  padding: 5px 10px;
  background-color: #ffffff;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
}

.main .pagination-container span.current-page {
  background: #ffffff;
  border: 3px solid #ffe08f;
  border-radius: 50%;
}

.main .pagination-container button.prev-page::before {
  content: '<';
}

.main .pagination-container button.next-page::after {
  content: '>';
}

.main .pagination-container .prev-page,
.main .pagination-container .next-page {
  cursor: pointer;
  font-size: 20px;
}

.dialog {
  position: absolute;
  width: 480px;
  min-width: 480px;
  height: 850px;
  top: 50px;
  right: 0;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #002;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

@media screen and (max-width: 1024px) {
  .dialog {
    height: 600px;
    width: 350px;
    min-width: 350px;
    top: 45px;
  }
}

.dialog .dialog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 6px;
  padding: 4px 6px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 1024px) {
  .dialog .dialog-top {
    margin: 4px 4px;
    padding: 4px 4px;
  }
}

.dialog .dialog-top .title {
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #002;
}

@media screen and (max-width: 1024px) {
  .dialog .dialog-top .title {
    font-size: 13.33333px;
  }
}

.dialog .dialog-top .top-buttons {
  -webkit-box-flex: 20;
      -ms-flex-positive: 20;
          flex-grow: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dialog .dialog-top .top-buttons .btn-export,
.dialog .dialog-top .top-buttons .btn-close {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 17.5px;
  cursor: pointer;
}

.dialog .dialog-top .top-buttons .btn-export {
  color: #e97070;
  border: 1px solid #002;
  border-radius: 50%;
}

.dialog .dialog-top .top-buttons .btn-close {
  border: 1px solid #002;
  border-radius: 50%;
}

.dialog .container {
  padding: 12px;
}

.dialog .container .dialog-fileloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dialog .container .dialog-fileloader input::-webkit-file-upload-button {
  display: none;
}

.dialog .container .dialog-fileloader .upload-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.dialog .container .dialog-fileloader .fileloader-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #002;
}

.dialog .container .dialog-fileloader .fileloader-buttons .btn-image,
.dialog .container .dialog-fileloader .fileloader-buttons .btn-removeAll {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 17.5px;
  cursor: pointer;
}

.dialog .container .dialog-fileloader .fileloader-buttons .btn-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dialog .container .dialog-fileloader .urlLists {
  overflow: auto;
  background-color: #ffffff;
  margin-top: 4px;
  border-radius: 5px;
  height: 400px;
  font-size: 13.33333px;
  border: 1px solid black;
}

.dialog .container .dialog-fileloader .urlLists .btn-remove {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .dialog .container .dialog-fileloader .urlLists {
    margin-top: 2.66667px;
    border-radius: 3.33333px;
    height: 250px;
    font-size: 8.88889px;
  }
}

.dialog .container .dialog-fileloader .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px;
  padding: 6px;
}

@media screen and (max-width: 1024px) {
  .dialog .container .dialog-fileloader .list {
    margin: 8px;
    padding: 4px;
  }
}

.dialog .container .dialog-options {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 48px;
  border: 1px solid #002;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 15.38462px;
  color: #002;
}

@media screen and (max-width: 1024px) {
  .dialog .container .dialog-options {
    gap: 10.66667px;
    padding: 24px;
    font-size: 10.25641px;
    margin-top: 13.33333px;
  }
}

.dialog .container .dialog-options .option-title {
  position: absolute;
  font-size: 22px;
  letter-spacing: 3px;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  padding: 0 6px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .dialog .container .dialog-options .option-title {
    font-size: 14.66667px;
    letter-spacing: 3px / 1.5;
    top: -6.66667px;
    padding: 0 4px;
    font-weight: 400;
  }
}

.dialog .container .dialog-options .imgPerCnt {
  text-align: center;
  border: none;
  border-radius: 5px;
  border: 1px solid #002;
}

.dialog .container .dialog-options .sort-btns,
.dialog .container .dialog-options .line-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #002;
}

.dialog .container .dialog-options .sort-btns .btn,
.dialog .container .dialog-options .line-btns .btn {
  cursor: pointer;
}

.dialog .container .dialog-options .line-btns {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.dialog .container .dialog-start {
  margin-top: 12px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .dialog .container .dialog-start {
    margin-top: 8px;
  }
}

.dialog .container .dialog-start .btn-play {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 35px;
  cursor: pointer;
  color: #002;
}

.dialog--active .dialog {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.image-container {
  display: inline-block;
}

.image-container .image__thumbnail {
  width: 90%;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0 auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.moving {
  cursor: move;
}

.sizing {
  cursor: ns-resize;
}

.zooming {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#element {
  margin: auto;
  justify-items: center;
}

#element img {
  border: none;
}

#element .page-left {
  width: 210mm;
  height: 297mm;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  justify-items: center;
  overflow: hidden;
  margin: auto;
}

#element .page-right {
  width: 210mm;
  height: 297mm;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  overflow: hidden;
}

.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(180, 180, 180, 0.32);
  visibility: hidden;
}

.loader-container .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
}
