@charset "utf-8";


/* qr btn S */
.qr{
    position: absolute;
    top: 12px;
    right: 114px;
    /* background: url(../../include/images/qr/qr.png) no-repeat top left/contain; */
    width: 55px;
    height: 55px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-width: auto;
    border-radius: 0;
    z-index: 1;
    font-family: "NanumSquareEB";
}
/* .qr:hover{background: url(../../include/images/qr/qr_on.png) no-repeat top left/contain;} */
.hideQRCode .qr {display: none;}
/* qr btn E */

/************************* custom *************************/
/* popup */
.qr-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  /* opacity: 0.5 !important; */
}

/* 팝업 크기 */
.popContentContainer {
  position: absolute;
  /* left: calc(50% - 588px); */
  min-height: 450px;
}

.popup_size1 .popContentContainer{
  top: 144px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 450px;
}
.popup_size2 .popContentContainer {
  top: 50%;
  left: calc(50% - 358px);
  transform: translateY(-50%);
  width: 716px;
}
.popup_size3 .popContentContainer {
  top: 42px; 
  left: calc(50% - 588px);
  width: 1176px;
  height: 656px;
}


/* 팝업 닫기 버튼 */
.popContentContainer>button {
  position: absolute;
  z-index: 10;
}

.qr-pop .closePopBtn {
  position: absolute;
  top: 18px;
  right: 24px;
  /* border: 5px solid #007e6b; */
  border-radius: 50%;
  /* background: #fff; */
  z-index: 10;
  width: 41px;
  height: 40px;
}

.qr-pop .closePopBtn::before,
.qr-pop .closePopBtn::after{
  content: '';
  width: 34px;
  height: 4px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 17px);
  transform: rotate(45deg);
}
.qr-pop .closePopBtn::after{
  transform: rotate(-45deg);
}

/* 팝업 내부 */

.popContentContainer .popupDesignBox {
  width: 100%;
  height: 100%;
  border-radius: 45px;
  overflow: hidden;
  /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5); */
  display: block;
  font-family: "NanumSquareEB";
}

/* 팝업 내부 상단 */
.qr-pop .menuContainer{
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #38b9f0;
  /* box-shadow: 0 0px 8px rgba(0, 165, 140, 0.8); */
  display: flex;
  justify-content: center;
  position: relative;
  /* font-size: 40px; */
}
.qr-pop.popup_size3 .menuContainer{
  align-items: flex-end;
  height: 64px;
}

.qr-pop .menuContainer .pop_title {
  color: #fff;
  font-size: 30px;
  /* padding-top: 5px; */
}

.qr-pop .menuContainer button {
  margin: 0;
  height: 45px;
  padding: 6px 28px 0;
  border-radius: 36px 36px 0 0;
  color: #007e6b;
  background: #73c5b9;
  position: relative;
}

.qr-pop .menuContainer button+button {
  margin-left: 6px;
}

.qr-pop .menuContainer button.selected {
  color: #007e6b;
  background: #fff;
  margin-bottom: -10px;
  padding-bottom: 10px;
  height: 60px;
}
.qr-pop .menuContainer button.selected::after {
  content: '';
  width: 7px; height: 7px;
  position: absolute;
  top: 12px; left: 14px;
  background: #007e6b;
  border-radius: 50%;
}

/* 팝업 내부 콘텐츠 */
.qr-pop .contents {
  top: 0;
  height: calc(100% - 64px);
  background: #fff;
  position: relative;
  display: block;
}

/* qr code */
.qrBox {
  /* box-shadow: 0 2px 10px rgba(29, 66, 144, 0.15); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 310px;
  border-radius: 10px;
  position: absolute;
  top: 30px; left: 50%;
  transform: translateX(-50%);
}
.corner{position: absolute; top: 30px; left: 90px;}
.corner::before,.corner::after{
  content: '';
  position: absolute;
  background-color: #000;
  width: 50px; height: 10px;
}
.corner::before{
  top: 0; left: 0;
}
.corner::after{
  transform: rotate(90deg);
  top: 20px; left: -20px;
}
.cn2{transform: scaleX(-1); left: 407px;}
.cn3{transform: scale(-1); top: 338px; left: 407px;}
.cn4{transform: rotate(-90deg); top: 338px;}
.qrBox>* {
  width: 260px; height: 260px;
  /* outline: 1px solid blue; */
}

/* 문제 불러오기 */
.lodeList {
  width: 100%;
  font-family: "NanumSquareRoundEB";
  font-size: 25px;
  padding: 34px 42px 38px;
}
.lodeList li {
  width: 100%;
  height: 50px;
  text-align: left;
  padding-left: 25px;
  line-height: 50px;
  letter-spacing: -0.5px;
  box-shadow: 0 2px 12px rgba(29, 66, 144, 0.15);
  border-radius: 10px;
  color: #57676f;
  position: relative;
  cursor: pointer;
}
.lodeList li::before {
  content: '';
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 5px solid #0f3077;
  background: #b9fe00;
  position: absolute;
  top: 16px; left: -6px;
}

.lodeList li+li {
  margin-top: 14px;
}

.lodeList li>span {
  font-size: 20px;
  letter-spacing: 0;
}

.PC .lodeList li.hover {
  color: #007e6b;
}
.PC .lodeList li.hover::before {
  border: 5px solid #007e6b;
  background: #007e6b;
}

/* 한 단계씩 보기, 한번에 보기 */
.stepbtnBox,
.fullbtnBox {
  position: absolute;
  top: 80px; left: -16px;
  width: 116px; height: 50px;
  border-radius: 50px;
  background: #007e6b;
  display: flex;
  align-items:  center;
  justify-content: space-between;
  padding: 0 14px 0 18px;
  z-index: 5;
}

.stepbtnBox>div,
.fullbtnBox >div {
  background: #fff;
  width: 36px; height: 36px;
  border-radius: 50%;
}



/**********************************************************/

/************************* default ************************/
.qr-pop,
.minPopup {
  display: none;
  overflow: hidden;
  opacity: 1;
  transform: scale(1);
}
.qr-pop.on,
.minPopup.on {
  display: block;
  animation: openPopup .3s ease-in-out forwards;
  -webkit-animation: openPopup .3s ease-in-out forwards;
}
.qr-pop.slidedown.on .popContentContainer {
  animation: slidedown .3s ease-in-out forwards;
  -webkit-animation: slidedown .3s ease-in-out forwards;
}
.qr-pop.slideup.on .popContentContainer {
  animation: slideup .3s ease-in-out forwards;
  -webkit-animation: slideup .3s ease-in-out forwards;
}
.qr-pop.slideleft.on .popContentContainer {
  animation: slideleft .3s ease-in-out forwards;
  -webkit-animation: slideleft .3s ease-in-out forwards;
}
.qr-pop.slideright.on .popContentContainer {
  animation: slideright .3s ease-in-out forwards;
  -webkit-animation: slideright .3s ease-in-out forwards;
}
.qr-pop.zoomin.on .popContentContainer {
  animation: zoomin .3s ease-in-out forwards;
  -webkit-animation: zoomin .3s ease-in-out forwards;
}
.qr-pop.zoomout.on .popContentContainer {
  animation: zoomout .3s ease-in-out forwards;
  -webkit-animation: zoomout .3s ease-in-out forwards;
}
@keyframes openPopup {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes slidedown {
  0% { opacity: 0; transform: translateY(-100%); }
  100% {opacity: 1;}
}
@keyframes slideup {
  0% { opacity: 0; transform: translateY(100%); }
  100% {opacity: 1;}
}
@keyframes slideleft {
  0% { opacity: 0; transform: translateX(-100%); }
  100% {opacity: 1;}
}
@keyframes slideright {
  0% { opacity: 0; transform: translateX(100%); }
  100% {opacity: 1;}
}
@keyframes zoomin {
  /* 0% { opacity: 0; transform: scale(0.5); } */
  /* 100% {opacity: 1; transform: scale(1);} */
  0% { opacity: 0;}
  100% {opacity: 1;}
}
@keyframes zoomout {
  /* 0% { opacity: 0; transform: scale(1.5); }
  100% {opacity: 1;} */
  0% { opacity: 0;}
  100% {opacity: 1;}
}


/**********************************************************/