@charset "UTF-8";
html {
  overflow-x: hidden;
}

#wrap {
  font-family: "NotoSansKR-Medium";
  overflow: hidden;
}
#wrap .show {
  display: block !important;
}
#wrap .menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 95.667px;
  height: 720px;
  background-image: url("../img/s01/menu.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 90;
}
#wrap .menu[data-id=b] .b-btn {
  background-image: url("../img/s01/b-button-on.png");
}
#wrap .menu[data-id=g] .g-btn {
  background-image: url("../img/s01/g-button-on.png");
}
#wrap .menu[data-id=c] .c-btn {
  background-image: url("../img/s01/c-button-on.png");
}
#wrap .menu[data-id=d] .d-btn {
  background-image: url("../img/s01/d-button-on.png");
}
#wrap .menu button {
  display: block;
  width: 87px;
  height: 77px;
  background-color: transparent;
  background-repeat: no-repeat;
}
#wrap .menu button.info-btn {
  width: 87px;
  height: 89px;
  background-image: url("../img/s01/info-button-off.png");
  background-size: 100% 100%;
}
#wrap .menu button.info-btn:hover {
  background-image: url("../img/s01/info-button-on.png");
}
#wrap .menu button.b-btn {
  margin-top: 19px;
  background-image: url("../img/s01/b-button-off.png");
  background-size: 50px 75px;
  background-position: center 0;
}
#wrap .menu button.b-btn:hover {
  background-image: url("../img/s01/b-button-on.png");
}
#wrap .menu button.g-btn {
  margin-top: 27px;
  background-image: url("../img/s01/g-button-off.png");
  background-size: 45px 79px;
  background-position: center 0;
}
#wrap .menu button.g-btn:hover {
  background-image: url("../img/s01/g-button-on.png");
}
#wrap .menu button.c-btn {
  margin-top: 36px;
  background-image: url("../img/s01/c-button-off.png");
  background-size: 48px 74px;
  background-position: center 0;
}
#wrap .menu button.c-btn:hover {
  background-image: url("../img/s01/c-button-on.png");
}
#wrap .menu button.d-btn {
  margin-top: 33px;
  background-image: url("../img/s01/d-button-off.png");
  background-size: 51px 71px;
  background-position: center 0;
}
#wrap .menu button.d-btn:hover {
  background-image: url("../img/s01/d-button-on.png");
}
#wrap .menu button.home-btn {
  margin-top: 122px;
  background-image: url("../img/s01/home-button-off.png");
  background-size: 50px 50px;
  background-position: center center;
}
#wrap .menu button.home-btn:hover {
  background-image: url("../img/s01/home-button-on.png");
}
#wrap .content {
  width: 100%;
  height: 100%;
  background-image: url("../img/s01/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#wrap .content > .inner {
  width: calc(100% - 87px);
  height: 100%;
  margin-left: 87px;
}
#wrap .content > .inner .header {
  position: relative;
}
#wrap .content > .inner .header > * {
  position: absolute;
}
#wrap .content > .inner .header .game-title {
  top: 20px;
  left: 44px;
  width: 181px;
  height: 45.661px;
  background-image: url("../img/s01/b-title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#wrap .content > .inner .header .game-des {
  top: 20px;
  left: 244px;
  display: flex;
  font-size: 30px;
  align-items: center;
  color: #fff;
}
#wrap .content > .inner .header .retry-btn {
  top: 13px;
  right: 83px;
  width: 165px;
  height: 64px;
  background-image: url("../img/s01/retry-btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#wrap .content > .inner .header .game-close-btn {
  top: 18px;
  right: 18px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#wrap #main {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/s01/main-bg.png");
  background-size: 100% 100%;
}
#wrap #main .title {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 75px;
  background-image: url("../img/s01/title.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#wrap #main .cards {
  position: absolute;
  top: 214px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
#wrap #main .cards .c {
  position: relative;
  width: 260px;
  min-height: 284px;
  margin-right: 10px;
  background-image: url("../img/s01/shadow.png");
  background-size: 100% 25px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#wrap #main .cards .c:nth-child(2) button {
  background-image: url("../img/s01/g-card-off.png");
}
#wrap #main .cards .c:nth-child(3) button {
  background-image: url("../img/s01/c-card-off.png");
}
#wrap #main .cards .c:last-child {
  margin-right: 0;
}
#wrap #main .cards .c:last-child button {
  background-image: url("../img/s01/d-card-off.png");
}
#wrap #main .cards .c:hover button {
  transform: translateY(-10px) scale(1.1);
}
#wrap #main .cards .c:hover:first-child button {
  background-image: url("../img/s01/b-card-on.png");
}
#wrap #main .cards .c:hover:nth-child(2) button {
  background-image: url("../img/s01/g-card-on.png");
}
#wrap #main .cards .c:hover:nth-child(3) button {
  background-image: url("../img/s01/c-card-on.png");
}
#wrap #main .cards .c:hover:last-child button {
  background-image: url("../img/s01/d-card-on.png");
}
#wrap #main .cards .c button {
  display: block;
  width: 235px;
  height: 272px;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("../img/s01/b-card-off.png");
  background-size: 235px 272px;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}
#wrap #b {
  display: none;
  width: 100%;
  height: 100%;
}
#wrap #b .content .maps {
  position: relative;
  top: 97px;
  left: 38px;
  width: 1123px;
  height: 523.534px;
}
#wrap #b .content .maps::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/s01/b-maps.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #b .content .maps .dropdown {
  position: absolute;
  top: -80px;
  left: 640px;
  z-index: 1;
}
#wrap #b .content .maps .dropdown.open .head::after {
  transform: rotate(180deg);
}
#wrap #b .content .maps .dropdown.open .ul {
  display: block;
}
#wrap #b .content .maps .dropdown .head {
  width: 237px;
  height: 57px;
  padding-top: 13px;
  padding-left: 25px;
  background-image: url("../img/s01/b-dropdown.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-family: "NotoSansKR-Bold";
  cursor: pointer;
}
#wrap #b .content .maps .dropdown .head::after {
  position: absolute;
  top: 20px;
  right: 21px;
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background-image: url("../img/s01/b-dropdown-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #b .content .maps .dropdown .ul {
  display: none;
  width: 232px;
  max-height: 190px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px #999;
  overflow: hidden;
}
#wrap #b .content .maps .dropdown .ul .inner {
  width: 100%;
  max-height: 170px;
  overflow-y: auto;
}
#wrap #b .content .maps .dropdown .ul .inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
#wrap #b .content .maps .dropdown .ul .inner::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
#wrap #b .content .maps .dropdown .ul .inner::-webkit-scrollbar-thumb {
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #ffae00;
}
#wrap #b .content .maps .dropdown .ul .inner div {
  padding: 10px 5px;
  padding-left: 20px;
  border-radius: 10px;
  font-family: "NotoSansKR-Bold";
  cursor: pointer;
}
#wrap #b .content .maps .dropdown .ul .inner div:hover {
  background-color: #fffbe5;
  color: #ff6600;
}
#wrap #b .content .maps .icons .pin {
  position: absolute;
  width: 57px;
  height: 69.239px;
  background-image: url("../img/s01/b-flag.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
}
#wrap #b .content .maps .icons .flag {
  position: absolute;
  width: 57px;
  height: 64.045px;
  background-image: url("../img/s01/b-pin.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
}
#wrap #b .content .maps .icons .flag[data-value=옥동119안전센터] {
  top: 355px !important;
  transform: rotate(180deg);
}
#wrap #b .content .maps img {
  position: absolute;
  top: 17px;
  left: 19px;
  width: 1075px;
  height: 481.096px;
}
#wrap #b .content .elements {
  position: absolute;
  bottom: 20px;
  left: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1086.74px;
  height: 67px;
  margin-top: 13px;
  margin-left: 40px;
  background-image: url("../img/s01/b-input.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #b .content .elements > div:not(.direct) {
  font-size: 30px;
  text-align: center;
}
#wrap #b .content .elements .el1 {
  width: 230px;
  height: 50px;
  margin-left: 66px;
  line-height: 46px;
}
#wrap #b .content .elements .el1[data-value=광주종합버스터미널], #wrap #b .content .elements .el1[data-value=울산고속버스터미널] {
  font-size: 26px !important;
}
#wrap #b .content .elements .el1[data-value=유니스트산업단지캠퍼스] {
  font-size: 22px !important;
}
#wrap #b .content .elements .el2 {
  width: 230px;
  height: 50px;
  margin-left: 200px;
}
#wrap #b .content .elements .el3 {
  width: 65px;
  height: 50px;
  margin-left: 88px;
}
#wrap #b .content .elements .direct {
  display: none;
  position: absolute;
  top: -196px;
  right: 150px;
  width: 179px;
  height: 194px;
  background-image: url("../img/s01/ewsn.png");
  background-size: 100% 100%;
}
#wrap #b .content .elements .direct .d {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: transparent;
  background-size: 100% 100%;
  color: transparent;
  cursor: pointer;
}
#wrap #b .content .elements .direct .d[data-direction=n] {
  top: 17px;
  right: 65px;
}
#wrap #b .content .elements .direct .d[data-direction=e] {
  top: 62px;
  right: 19px;
}
#wrap #b .content .elements .direct .d[data-direction=s] {
  top: 109px;
  right: 64px;
}
#wrap #b .content .elements .direct .d[data-direction=w] {
  top: 62px;
  right: 111px;
}
#wrap #g {
  display: none;
  width: 100%;
  height: 100%;
}
#wrap #g .content .inner {
  position: relative;
}
#wrap #g .content .inner .header .game-title {
  top: 18px;
  left: 40px;
  width: 186px;
  height: 48.507px;
  background-image: url("../img/s01/g-title.png");
}
#wrap #g .content .inner .maps {
  position: absolute;
  top: 97px;
  left: 37px;
  width: 700px;
  height: 589.579px;
  background-image: url("../img/s01/g-maps.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #g .content .inner .maps .tab {
  position: absolute;
  top: 20px;
  left: 88px;
}
#wrap #g .content .inner .maps .tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #g .content .inner .maps .tab ul li {
  position: relative;
  width: 128px;
  height: 75.755px;
  padding-top: 10px;
  background-image: url("../img/s01/g-tab.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #5b3728;
  font-size: 24px;
  font-family: "NotoSansKR-Bold";
  cursor: pointer;
}
#wrap #g .content .inner .maps .tab ul li.on {
  background-image: url("../img/s01/g-tab-on.png");
  color: #fff;
  z-index: 11;
}
#wrap #g .content .inner .maps .icons .pin {
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}
#wrap #g .content .inner .maps .icons .pin.correct::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/s01/g-o.png");
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 15;
}
#wrap #g .content .inner .maps .icons .pin.wrong::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/s01/g-x.png");
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 15;
}
#wrap #g .content .inner .maps .icons .pin.ga-1 {
  width: 145px;
  height: 125px;
  background-image: url("../img/s01/g-r-1.png");
}
#wrap #g .content .inner .maps .icons .pin.ga-1::before {
  content: "(가)";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  font-size: 22px;
}
#wrap #g .content .inner .maps .icons .pin.ga-1.correct::after, #wrap #g .content .inner .maps .icons .pin.ga-1.wrong::after {
  width: 60px;
  height: 60px;
}
#wrap #g .content .inner .maps .icons .pin.ga-1.text-1::after, #wrap #g .content .inner .maps .icons .pin.ga-1.text-1::before {
  left: 65% !important;
}
#wrap #g .content .inner .maps .icons .pin.na-1 {
  width: 172px;
  height: 125px;
  background-image: url("../img/s01/g-r-3.png");
}
#wrap #g .content .inner .maps .icons .pin.na-1::before {
  content: "(나)";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  font-size: 22px;
}
#wrap #g .content .inner .maps .icons .pin.na-1.correct::after {
  width: 70px;
  height: 75px;
}
#wrap #g .content .inner .maps .icons .pin.na-1.wrong::after {
  width: 60px;
  height: 60px;
}
#wrap #g .content .inner .maps img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 73px;
  width: 655px;
  height: 490px;
  border-radius: 5px;
  border: 3px solid #d0c4b4;
}
#wrap #g .content .inner .maps .succ {
  display: none;
  position: absolute;
  top: 76px;
  left: 27px;
  width: 648px;
  height: 484px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../img/s01/g-succ.png");
  background-position: center 70%;
  background-size: 230px 272px;
  background-repeat: no-repeat;
  z-index: 10;
}
#wrap #g .content .inner .maps .succ::before {
  content: "정답입니다.";
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 45px;
  font-family: "BMJUA";
  color: #fce534;
}
#wrap #g .content .inner .note {
  position: absolute;
  top: 126px;
  right: 30px;
  width: 407px;
  height: 499.667px;
  background-image: url("../img/s01/g-note.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #g .content .inner .note .tit {
  width: 387px;
  margin-left: 6px;
  margin-top: 108px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
}
#wrap #g .content .inner .note .tit .r {
  color: #e4005b;
}
#wrap #g .content .inner .note .paging {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "BMJUA";
  margin-top: 55px;
  text-align: center;
  font-size: 28px;
  position: absolute;
  bottom: 50px;
  left: 30px;
}
#wrap #g .content .inner .note .paging span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url("../img/s01/g-q-off.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 41px;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  color: #333;
  cursor: pointer;
}
#wrap #g .content .inner .note .paging span:last-child {
  margin-right: 0;
}
#wrap #g .content .inner .note .paging span.active {
  color: #fff;
  text-shadow: -2px 0 #ff6600, 0 2px #ff6600, 2px 0 #ff6600, 0 -2px #ff6600;
  background-image: url("../img/s01/g-q.png");
}
#wrap #c {
  display: none;
  width: 100%;
  height: 100%;
}
#wrap #c .menu {
  background-image: url("../img/s01/c-menu.png");
}
#wrap #c .content .inner {
  position: relative;
}
#wrap #c .content .inner .header .game-title {
  top: 20px;
  left: 41px;
  width: 220px;
  height: 48.187px;
  background-image: url("../img/s01/c-title.png");
}
#wrap #c .content .inner .header .jas {
  top: 20px;
  left: 293px;
  width: 500px;
  height: 75.597px;
  background-image: url("../img/s01/c-jas.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #c .content .inner .header .jas .ja {
  position: relative;
  top: 16px;
  left: 150px;
  width: 245px;
  height: 51.579px;
  transform-origin: 0px 0px;
  z-index: 50;
}
#wrap #c .content .inner .header .jas .ja .fake-ja {
  position: absolute;
  width: 100%;
  height: auto;
  cursor: move;
}
#wrap #c .content .inner .header .jas .ja .real-ja {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  vertical-align: top;
  cursor: move;
}
#wrap #c .content .inner .maps {
  position: absolute;
  top: 123px;
  left: 37px;
  width: 667px;
  height: 561.785px;
}
#wrap #c .content .inner .maps .range {
  position: absolute;
  top: 342px;
  right: 42px;
  width: 29px;
  height: 141px;
  background-image: url("../img/s01/c-range.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #c .content .inner .maps .range .plus {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#wrap #c .content .inner .maps .range .minus {
  position: absolute;
  bottom: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#wrap #c .content .inner .maps .range .bars {
  width: 100%;
  height: 63%;
}
#wrap #c .content .inner .maps .range .bars .head {
  position: absolute;
  top: 98px;
  left: 4px;
  width: 17px;
  height: 10px;
  background-image: url("../img/s01/c-range-head.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1;
}
#wrap #c .content .inner .maps .range .bars .bar {
  position: absolute;
  top: 33px;
  right: 15px;
  width: 3px;
  height: 70px;
  background: #9ba4b0;
}
#wrap #c .content .inner .maps img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 650px;
  height: 542px;
}
#wrap #c .content .inner .elements::before {
  position: absolute;
  top: 307px;
  right: 242px;
  content: "";
  display: block;
  width: 50px;
  height: 134.173px;
  background-image: url("../img/s01/c-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #c .content .inner .elements .el1 {
  top: 139px;
  right: 40px;
  width: 435px;
  height: 158.545px;
  background-image: url("../img/s01/c-el1.png");
}
#wrap #c .content .inner .elements .el1 .cm {
  top: 77px;
  left: 76px;
  width: 85px;
  height: 46px;
}
#wrap #c .content .inner .elements .el1 .mm {
  top: 77px;
  left: 257px;
  width: 85px;
  height: 46px;
}
#wrap #c .content .inner .elements .el1 input:disabled {
  color: #00B4FF;
}
#wrap #c .content .inner .elements .convert-btn {
  position: absolute;
  top: 320px;
  right: 43px;
  width: 185px;
  height: 101.388px;
  background-color: transparent;
  background-image: url("../img/s01/c-convert-btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.25s;
}
#wrap #c .content .inner .elements .convert-btn.retry {
  background-image: url("../img/s01/c-retry-btn.png") !important;
}
#wrap #c .content .inner .elements .el2 {
  top: 446px;
  right: 40px;
  width: 435px;
  height: 218.499px;
  background-image: url("../img/s01/c-el2.png");
}
#wrap #c .content .inner .elements .el2 .km {
  top: 77px;
  left: 80px;
  width: 263px;
  height: 45px;
}
#wrap #c .content .inner .elements .el2 .m {
  top: 141px;
  left: 51px;
  width: 263px;
  height: 45px;
}
#wrap #c .content .inner .elements > div {
  position: absolute;
  padding: 18px 30px 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #c .content .inner .elements > div p {
  font-size: 33px;
  font-weight: bold;
}
#wrap #c .content .inner .elements > div input {
  position: absolute;
  top: 80px;
  left: 35px;
  border: none;
  text-align: center;
  font-size: 33px;
}
#wrap #c .content .inner .elements > div input:-moz-read-only {
  outline: none;
}
#wrap #c .content .inner .elements > div input:read-only {
  outline: none;
}
#wrap #d {
  display: none;
  width: 100%;
  height: 100%;
}
#wrap #d .menu {
  background-image: url("../img/s01/c-menu.png");
}
#wrap #d .content .inner .header .game-title {
  top: 21px;
  left: 42px;
  width: 255px;
  height: 46.577px;
  background-image: url("../img/s01/d-title.png");
}
#wrap #d .content .inner .header .game-des {
  top: 20px;
  left: 312px;
}
#wrap #d .content .inner .gosuns {
  display: none;
  position: relative;
  top: 98px;
  left: 156px;
}
#wrap #d .content .inner .gosuns .gosun {
  position: absolute;
  display: inline-block;
  width: 425px;
  height: 239.353px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.25s;
  cursor: pointer;
}
#wrap #d .content .inner .gosuns .gosun::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 425px;
  height: 239.353px;
  border-radius: 30px;
}
#wrap #d .content .inner .gosuns .gosun.selected:nth-child(1) {
  left: 0;
  background-image: url("../img/s01/d-gosun-1-trans-on.png");
}
#wrap #d .content .inner .gosuns .gosun.selected:nth-child(2) {
  background-image: url("../img/s01/d-gosun-2-trans-on.png");
}
#wrap #d .content .inner .gosuns .gosun.selected:nth-child(3) {
  background-image: url("../img/s01/d-gosun-3-trans-on.png");
}
#wrap #d .content .inner .gosuns .gosun.selected:nth-child(4) {
  background-image: url("../img/s01/d-gosun-4-trans-on.png");
}
#wrap #d .content .inner .gosuns .gosun:nth-child(1) {
  left: 0;
  background-image: url("../img/s01/d-gosun-1-trans-off.png");
}
#wrap #d .content .inner .gosuns .gosun:nth-child(2) {
  left: 460px;
  background-image: url("../img/s01/d-gosun-2-trans-off.png");
}
#wrap #d .content .inner .gosuns .gosun:nth-child(3) {
  top: 251px;
  background-image: url("../img/s01/d-gosun-3-trans-off.png");
}
#wrap #d .content .inner .gosuns .gosun:last-child {
  top: 251px;
  left: 460px;
  background-image: url("../img/s01/d-gosun-4-trans-off.png");
}
#wrap #d .content .inner .colors {
  display: none;
}
#wrap #d .content .inner .colors .maps {
  position: absolute;
  top: 97px;
  left: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 895px;
  height: 494.553px;
  background-image: url("../img/s01/d-maps.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #d .content .inner .colors .maps svg.hide {
  display: none;
}
#wrap #d .content .inner .colors .maps text {
  font-size: 10px;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}
#wrap #d .content .inner .colors .maps path.done {
  stroke: #000 !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="1"] {
  fill: #b6d280 !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="2"] {
  fill: #d6e095 !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="3"] {
  fill: #ecedb9 !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="4"] {
  fill: #f2dd9c !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="5"] {
  fill: #e2bc72 !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="6"] {
  fill: #d59d2f !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="7"] {
  fill: #a78036 !important;
}
#wrap #d .content .inner .colors .maps path.done[data-id="8"] {
  fill: #8f6a24 !important;
}
#wrap #d .content .inner .colors .chips {
  position: absolute;
  top: 98px;
  right: 32px;
  width: 222.186px;
  height: 490px;
  background-image: url("../img/s01/d-chips.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #d .content .inner .colors .chips .chip {
  position: absolute;
  left: 95px;
  width: 60px;
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
}
#wrap #d .content .inner .colors .chips .chip.selected::before {
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  display: block;
  width: 75px;
  height: 52px;
  background-image: url("../img/s01/d-chip-selected.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(1) {
  top: 101px;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(2) {
  top: 140px;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(3) {
  top: 178px;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(4) {
  top: 216px;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(5) {
  top: 255px;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(6) {
  top: 293px;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(7) {
  top: 331px;
}
#wrap #d .content .inner .colors .chips .chip:nth-child(8) {
  top: 370px;
}
#wrap #d .content .inner .drawing {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/s01/drawing-bg.png");
  background-size: 910px 589px;
  background-repeat: no-repeat;
  background-position: center 100px;
}
#wrap #d .content .inner .drawing .imgs {
  position: relative;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 470px;
  height: 250px;
  padding-left: 30px;
  background-image: url("../img/s01/g-img-bg.png");
  background-size: 100% 100%;
}
#wrap #d .content .inner .drawing .imgs[data-gosun="4"] {
  padding-left: 54px;
}
#wrap #d .content .inner .drawing .imgs[data-gosun="4"] img {
  width: 372px;
  margin-bottom: 20px;
}
#wrap #d .content .inner .drawing .imgs::before {
  position: absolute;
  top: 79px;
  left: 43px;
  content: "";
  display: block;
  width: 389px;
  height: 36px;
  background-image: url("../img/s01/d-line.png");
  background-size: 100% 100%;
}
#wrap #d .content .inner .drawing .imgs img {
  width: 395px;
  height: auto;
}
#wrap #d .content .inner .drawing .canvass {
  position: relative;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
#wrap #d .content .inner .drawing .canvass .can-wrap {
  position: absolute;
  top: 15px;
  left: 340px;
  width: 496px;
  height: 243px;
  background-image: url("../img/s01/d-grapgh-bg.png");
  background-size: 100% 100%;
}
#wrap #d .content .inner .drawing .canvass .can-wrap canvas {
  position: absolute;
  top: 4px;
  left: 24px;
}
#wrap #d .content .inner .drawing .canvass .can-wrap .answer {
  display: none;
  position: absolute;
  left: 76px;
  margin-bottom: 0;
  background-size: 100% 100%;
}
#wrap #d .content .inner .drawing .canvass .can-wrap .answer[data-gosun="1"] {
  top: 96px;
  width: 370px;
  height: 114px;
  background-image: url("../img/s01/d-gosun-1-side.png");
}
#wrap #d .content .inner .drawing .canvass .can-wrap .answer[data-gosun="2"] {
  top: 72px;
  left: 76px;
  width: 370px;
  height: 138px;
  background-image: url("../img/s01/d-gosun-2-side.png");
}
#wrap #d .content .inner .drawing .canvass .can-wrap .answer[data-gosun="3"] {
  top: 50px;
  left: 78px;
  width: 369px;
  height: 160px;
  background-image: url("../img/s01/d-gosun-3-side.png");
}
#wrap #d .content .inner .drawing .canvass .can-wrap .answer[data-gosun="4"] {
  top: 49px;
  left: 77px;
  width: 370px;
  height: 160px;
  background-image: url("../img/s01/d-gosun-4-side.png");
}
#wrap #d .content .inner .drawing .canvass button {
  position: absolute;
  left: 210px;
  width: 85px;
  margin-bottom: 10px;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
  cursor: pointer;
}
#wrap #d .content .inner .drawing .canvass button:nth-child(2) {
  top: 30px;
  height: 39px;
  background-image: url("../img/s01/d-draw-btn-off.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(2).active {
  background-image: url("../img/s01/d-draw-btn-on.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(2):disabled {
  background-image: url("../img/s01/d-draw-btn-disabled.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(3) {
  top: 75px;
  height: 56px;
  background-image: url("../img/s01/d-remove-btn-off.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(3).active {
  background-image: url("../img/s01/d-remove-btn-on.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(3):disabled {
  background-image: url("../img/s01/d-remove-btn-disabled.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(4) {
  top: 137px;
  height: 56px;
  background-image: url("../img/s01/d-remove-all-btn-off.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(4).active {
  background-image: url("../img/s01/d-remove-all-btn-on.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(4):disabled {
  background-image: url("../img/s01/d-remove-all-btn-disabled.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(5) {
  top: 130px;
  left: 860px;
  width: 150px;
  height: 85px;
  background-image: url("../img/s01/d-complete-btn-off.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(5).active {
  background-image: url("../img/s01/d-complete-btn-on.png");
}
#wrap #d .content .inner .drawing .canvass button:nth-child(5).retry {
  background-image: url("../img/s01/d-complete-btn-retry.png");
}
#wrap #d .content .inner .drawing .canvass .draw-guide-btn {
  position: absolute;
  top: 30px;
  left: 860px;
  width: 150px;
  height: 85px;
  background-color: transparent;
  background-image: url("../img/s01/draw-guide-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#wrap #d .content .inner .drawing .guide-line {
  position: absolute;
  top: 220px;
  left: 362px;
  pointer-events: none;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="1"] {
  top: 24px;
  left: 56px;
  height: 380px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="2"] {
  top: 24px;
  left: 98px;
  height: 355px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="3"] {
  top: 24px;
  left: 151px;
  height: 329px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="4"] {
  top: 24px;
  left: 216px;
  height: 304px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="5"] {
  top: 24px;
  left: 303px;
  height: 278px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="6"] {
  top: 24px;
  left: 376px;
  height: 278px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="7"] {
  top: 24px;
  left: 386px;
  height: 304px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="8"] {
  top: 24px;
  left: 397px;
  height: 329px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="9"] {
  top: 24px;
  left: 411px;
  height: 355px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="1"] .line[data-position="10"] {
  top: 24px;
  left: 422px;
  height: 380px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="1"] {
  top: 34px;
  left: 56px;
  height: 370px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="2"] {
  top: 34px;
  left: 77px;
  height: 345px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="3"] {
  top: 34px;
  left: 97px;
  height: 319px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="4"] {
  top: 34px;
  left: 116px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="5"] {
  top: 34px;
  left: 133px;
  height: 268px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="6"] {
  top: 34px;
  left: 162px;
  height: 243px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="7"] {
  top: 34px;
  left: 194px;
  height: 243px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="8"] {
  top: 34px;
  left: 208px;
  height: 268px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="9"] {
  top: 34px;
  left: 261px;
  height: 268px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="10"] {
  top: 34px;
  left: 303px;
  height: 243px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="11"] {
  top: 34px;
  left: 344px;
  height: 243px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="12"] {
  top: 34px;
  left: 366px;
  height: 268px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="13"] {
  top: 34px;
  left: 380px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="14"] {
  top: 34px;
  left: 394px;
  height: 319px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="15"] {
  top: 34px;
  left: 410px;
  height: 345px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="2"] .line[data-position="16"] {
  top: 34px;
  left: 423px;
  height: 370px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="1"] {
  top: 24px;
  left: 56px;
  height: 380px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="2"] {
  top: 24px;
  left: 81px;
  height: 354px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="3"] {
  top: 24px;
  left: 109px;
  height: 329px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="4"] {
  top: 24px;
  left: 134px;
  height: 304px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="5"] {
  top: 24px;
  left: 153px;
  height: 278px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="6"] {
  top: 24px;
  left: 188px;
  height: 253px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="7"] {
  top: 24px;
  left: 217px;
  height: 227px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="8"] {
  top: 24px;
  left: 234px;
  height: 227px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="9"] {
  top: 24px;
  left: 251px;
  height: 253px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="10"] {
  top: 24px;
  left: 268px;
  height: 278px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="11"] {
  top: 24px;
  left: 331px;
  height: 278px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="12"] {
  top: 24px;
  left: 382px;
  height: 278px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="13"] {
  top: 24px;
  left: 394px;
  height: 304px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="14"] {
  top: 24px;
  left: 402px;
  height: 329px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="15"] {
  top: 24px;
  left: 415px;
  height: 354px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="3"] .line[data-position="16"] {
  top: 24px;
  left: 423px;
  height: 380px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="1"] {
  top: 34px;
  left: 56px;
  height: 370px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="2"] {
  top: 34px;
  left: 68px;
  height: 344px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="3"] {
  top: 34px;
  left: 80px;
  height: 319px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="4"] {
  top: 34px;
  left: 89px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="5"] {
  top: 34px;
  left: 108px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="6"] {
  top: 34px;
  left: 189px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="7"] {
  top: 34px;
  left: 202px;
  height: 267px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="8"] {
  top: 34px;
  left: 220px;
  height: 243px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="9"] {
  top: 34px;
  left: 230px;
  height: 217px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="10"] {
  top: 34px;
  left: 245px;
  height: 217px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="11"] {
  top: 34px;
  left: 254px;
  height: 243px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="12"] {
  top: 34px;
  left: 271px;
  height: 267px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="13"] {
  top: 34px;
  left: 280px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="14"] {
  top: 34px;
  left: 343px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="15"] {
  top: 34px;
  left: 389px;
  height: 294px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="16"] {
  top: 34px;
  left: 402px;
  height: 319px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="17"] {
  top: 34px;
  left: 413px;
  height: 344px;
}
#wrap #d .content .inner .drawing .guide-line[data-gosun="4"] .line[data-position="18"] {
  top: 34px;
  left: 423px;
  height: 370px;
}
#wrap #d .content .inner .drawing .guide-line .line {
  display: none;
  position: absolute;
  width: 1px;
  border-right: 1px dashed #9fa0a0;
}
#wrap #d .content .inner .back-btn {
  position: absolute;
  bottom: 38px;
  left: 129px;
  width: 70px;
  height: 70px;
  background-color: transparent;
  background-image: url("../img/s01/d-back-btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#wrap #d .content .inner .back-btn:disabled {
  display: none;
}
#wrap #d .content .inner .ok-btn {
  position: absolute;
  bottom: 38px;
  left: 609px;
  width: 150px;
  height: 70.742px;
  background-color: transparent;
  background-image: url("../img/s01/d-ok-btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#wrap #d .content .inner .ok-btn.next-step-btn {
  left: 569px;
  width: 194px;
  height: 70px;
  background-image: url("../img/s01/next-step-btn.png");
}
#wrap .guide-pop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  z-index: 50;
}
#wrap .guide-pop[data-id=b] {
  background-image: url("../img/s01/b-guide-pop.png");
}
#wrap .guide-pop[data-id=g] {
  background-image: url("../img/s01/g-guide-pop.png");
}
#wrap .guide-pop[data-id=c] {
  background-image: url("../img/s01/c-guide-pop.png");
}
#wrap .guide-pop[data-id=d] {
  background-image: url("../img/s01/d-guide-pop.png");
}
#wrap .guide-pop .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
}
#wrap .guide-pop .no-more-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 180px;
  height: 50px;
  background-color: transparent;
  background-size: 21px 21px;
  background-position: 5px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#wrap .guide-pop .no-more-btn.on {
  background-image: url("../img/s01/guide-on.png");
}

.moveable-control-box .moveable-rotation .moveable-control {
  display: none;
  width: 58px !important;
  height: 46.4px !important;
  margin-top: -3px;
  margin-left: -34px;
  border-radius: 0;
  border-color: transparent !important;
  background: transparent !important;
  background-image: url("../img/s01/c-ja-control.png") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  transform: rotate(270deg) !important;
}
.moveable-control-box .moveable-origin {
  display: none;
}
.moveable-control-box .moveable-line {
  background: transparent !important;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.modal.open {
  display: block;
}
.modal.guide .inner {
  width: 1000px;
  height: 540px;
  padding: 0;
  border-radius: 50px;
}
.modal.guide .inner .content .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 30px;
}
.modal.guide .inner .content .swiper .swiper-wrapper {
  border-radius: 30px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-1 img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-2 .left,
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-2 .right {
  width: 50%;
  height: 100%;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-2 .imgs {
  width: 366px;
  height: 367px;
  margin: 72px 0 0 33px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-2 .imgs img {
  width: 100%;
  height: auto;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-3 .tit {
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-3 .tit::before {
  position: relative;
  top: 10px;
  left: -12px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-3 .des {
  margin-top: 15px;
  margin-left: 0;
  padding: 0 98px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-3 .imgs {
  width: 766px;
  height: 277px;
  margin: 19px 0 0 97px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-3 .imgs img {
  width: 100%;
  height: auto;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .tit {
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .tit::before {
  position: relative;
  top: 10px;
  left: -12px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .des {
  margin-top: 15px;
  margin-left: 0;
  padding: 0 98px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .gr {
  width: 85%;
  margin: auto;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .left,
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .right {
  display: inline-block;
  width: 49%;
  height: 100%;
  overflow: hidden;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .left .imgss,
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .right .imgss {
  width: 300px;
  height: 250px;
  margin: 20px auto;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .left .titt,
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .right .titt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-family: "BMJUA";
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .left .dess,
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .right .dess {
  width: 90%;
  margin: 0 auto;
  padding: 0 !important;
  font-size: 18px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .left {
  margin-right: 1%;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.slide-type-4 .right .dess {
  margin-bottom: 35px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.sl-quiz::before {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  left: 50px;
  left: 40px;
  width: 100px;
  height: 96px;
  background-image: url("../img/s01/quiz.png");
  background-size: 100% 100%;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.sl-quiz .tit {
  margin-top: 10px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.sl-quiz p {
  text-align: center;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.sl-quiz .answer {
  position: relative;
  display: inline-block;
  width: 50px;
  margin-right: 3px;
  padding: 0 8px;
  border: 2px solid #b9e5fb;
  border-radius: 4px;
  background-color: #F3FCFF;
  text-align: center;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.sl-quiz .answer::before {
  content: "?";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F3FCFF;
  color: #00B4FF;
  cursor: pointer;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide.sl-quiz .answer.active::before {
  display: none;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide .tit {
  position: relative;
  margin-top: 75px;
  margin-left: 45px;
  padding-left: 50px;
  font-family: "BMJUA";
  font-size: 42px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide .tit::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/s01/modal-bbq.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide .des {
  margin-top: 17px;
  margin-left: 98px;
}
.modal.guide .inner .content .swiper .swiper-wrapper .swiper-slide .des p {
  margin-top: 10px;
  font-size: 26px;
  line-height: 32px;
}
.modal.guide .inner .content .swiper .swiper-prev-btn {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 103px;
  height: 60px;
  background-image: url("../img/s01/slide-prev-on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.modal.guide .inner .content .swiper .swiper-prev-btn.swiper-button-disabled {
  background-image: url("../img/s01/slide-prev-off.png");
}
.modal.guide .inner .content .swiper .swiper-next-btn {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 103px;
  height: 60px;
  background-image: url("../img/s01/slide-next-on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.modal.guide .inner .content .swiper .swiper-next-btn.swiper-button-disabled {
  background-image: url("../img/s01/slide-next-off.png");
}
.modal.guide.b .sl-2 .right {
  width: 90% !important;
}
.modal.guide.b .sl-2 .right .tit {
  margin-top: 150px !important;
  margin-left: 0 !important;
}
.modal.guide.b .sl-2 .right .des {
  width: 80% !important;
  margin-left: 50px !important;
}
.modal.guide.b .sl-2 .imgs {
  text-align: center;
}
.modal.guide.b .sl-2 .imgs img {
  width: 235px !important;
}
.modal.guide.b .sl-3 .imgs {
  position: relative;
  height: auto !important;
  text-align: center;
}
.modal.guide.b .sl-3 .imgs img {
  width: 770px !important;
}
.modal.guide.b .sl-3 .imgs p {
  position: absolute;
  top: 15px;
}
.modal.guide.b .sl-3 .imgs p.t-1 {
  left: 47px;
}
.modal.guide.b .sl-3 .imgs p.t-2 {
  left: 607px;
}
.modal.guide.b .sl-4 .imgs {
  height: auto !important;
  text-align: center;
}
.modal.guide.b .sl-4 .imgs img {
  width: 767px !important;
}
.modal.guide.b .sl-quiz {
  background-image: url("../img/s01/b-pop-4.png");
  background-size: 882px 410px;
  background-repeat: no-repeat;
  background-position: center 80px;
}
.modal.guide.b .sl-quiz .tit {
  margin-top: 0 !important;
}
.modal.guide.b .sl-quiz .p1 {
  position: absolute;
  bottom: 110px;
  left: 68px;
}
.modal.guide.b .sl-quiz .p2 {
  position: absolute;
  bottom: 208px;
  left: 657px;
}
.modal.guide.g .sl-2 .des {
  text-align: center;
}
.modal.guide.g .sl-2 .imgs {
  height: auto !important;
  text-align: center;
}
.modal.guide.g .sl-2 .imgs img {
  width: 690px !important;
  margin-top: 20px;
  margin-left: 90px;
}
.modal.guide.g .sl-2 .imgs p {
  position: absolute;
  left: 127px;
  font-size: 40px;
}
.modal.guide.g .sl-2 .imgs p.t-1 {
  top: 205px;
}
.modal.guide.g .sl-2 .imgs p.t-2 {
  top: 345px;
}
.modal.guide.g .sl-3 .imgs {
  height: auto !important;
  text-align: center;
}
.modal.guide.g .sl-3 .imgs img {
  width: auto !important;
  height: 280px !important;
}
.modal.guide.g .sl-4 .imgs {
  position: absolute;
  top: 210px;
  right: -100px;
  margin: 0 !important;
}
.modal.guide.g .sl-4 .imgs img {
  width: 550px !important;
}
.modal.guide.g .sl-quiz {
  background-image: url("../img/s01/g-pop-4.png");
  background-size: 800px 299px;
  background-repeat: no-repeat;
  background-position: center 140px;
}
.modal.guide.g .sl-quiz .p1 {
  position: absolute;
  bottom: 215px;
  left: 91px;
}
.modal.guide.g .sl-quiz .p2 {
  position: absolute;
  bottom: 304px;
  left: 90px;
}
.modal.guide.g .sl-quiz .p3 {
  position: absolute;
  bottom: 304px;
  left: 760px;
}
.modal.guide.g .sl-quiz .p4 {
  position: absolute;
  bottom: 117px;
  left: 761px;
}
.modal.guide.g .sl-quiz .answer {
  font-size: 30px;
  width: 110px !important;
}
.modal.guide.c .sl-2 .left {
  width: 60% !important;
}
.modal.guide.c .sl-2 .right {
  width: 40% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.guide.c .sl-2 .imgs {
  width: auto !important;
  height: auto !important;
  text-align: right;
  margin: 0 !important;
}
.modal.guide.c .sl-2 .imgs img {
  width: 265px !important;
}
.modal.guide.c .sl-3 .des img {
  width: 100px;
  padding: 0 5px;
}
.modal.guide.c .sl-3 .imgs {
  text-align: right;
}
.modal.guide.c .sl-3 .imgs img {
  width: 340px !important;
}
.modal.guide.c .sl-4 .tit {
  margin-top: 5px !important;
}
.modal.guide.c .sl-4 .imgss {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  margin: 0 !important;
  text-align: right;
}
.modal.guide.c .sl-4 .imgss img {
  width: 350px !important;
}
.modal.guide.c .sl-4 .dess {
  padding: 0 0 0 50px !important;
}
.modal.guide.c .sl-quiz {
  background-image: url("../img/s01/c-pop-4.png");
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center 110px;
}
.modal.guide.c .sl-quiz p {
  position: absolute;
  top: 142px;
  left: 97px;
  width: 300px;
  line-height: 1.3;
  word-break: keep-all;
  font-size: 24px;
}
.modal.guide.d .sl-3 .imgs {
  text-align: right;
}
.modal.guide.d .sl-3 .imgs img {
  width: 360px !important;
}
.modal.guide.d .sl-quiz {
  background-image: url("../img/s01/d-pop-4.png");
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: center 130px;
}
.modal.guide.d .sl-quiz .p2 {
  position: absolute;
  top: 264px;
  left: 606px;
}
.modal.guide.d .sl-quiz .p2 .answer {
  width: 100px !important;
}
.modal.notice .inner {
  width: 500px;
  height: 200px;
  border-radius: 20px;
  background-color: #fff;
}
.modal.notice .inner .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.notice .inner .content p {
  text-align: center;
  font-size: 33px;
}
.modal.ddang .inner {
  width: 1000px;
  height: 570px;
  padding: 0;
  border-radius: 50px;
}
.modal.ddang .inner .content .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 30px;
}
.modal.ddang .inner .content .swiper .swiper-wrapper {
  border-radius: 30px;
}
.modal.ddang .inner .content .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}
.modal.ddang .inner .content .swiper .swiper-prev-btn {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 103px;
  height: 60px;
  background-image: url("../img/s01/slide-prev-on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.modal.ddang .inner .content .swiper .swiper-prev-btn.swiper-button-disabled {
  background-image: url("../img/s01/slide-prev-off.png");
}
.modal.ddang .inner .content .swiper .swiper-next-btn {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 103px;
  height: 60px;
  background-image: url("../img/s01/slide-next-on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.modal.ddang .inner .content .swiper .swiper-next-btn.swiper-button-disabled {
  background-image: url("../img/s01/slide-next-off.png");
}
.modal.ddang .inner .content .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.modal.ddang .inner .content .left img {
  width: 400px;
}
.modal.ddang .inner .content .right {
  width: 50%;
  height: 100%;
  padding-top: 60px;
}
.modal.ddang .inner .content .right p {
  position: relative;
  font-size: 24px;
}
.modal.ddang .inner .content .right p:last-child {
  margin-bottom: 0;
}
.modal.ddang .inner .content .right p.title {
  width: 387px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-size: 100% 100%;
  background-image: url("../img/s01/draw-ddang-title.png");
}
.modal.ddang .inner .content .right p.des {
  padding: 0 70px;
  display: flex;
}
.modal.ddang .inner .content .right p.des span {
  margin-right: 10px;
}
.modal .close {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 46px;
  height: 46px;
  background-image: url("../img/s01/modal-close-btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 101;
}
.modal .inner {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  transition: all 1s;
}
.modal .inner .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.modal .inner .header .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}
.modal .inner .header .close {
  position: static;
}
.modal .inner .content {
  background-image: none !important;
}
.modal .inner .content p {
  font-size: 25px;
}
.modal .inner .content .btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.modal .inner .content .btns button {
  width: 220px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
}
.modal .inner .content .btns button:last-child {
  margin-right: 0;
}

@keyframes popUpDown {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes clickMee {
  0%, 100% {
    background-image: none;
  }
  50% {
    background-image: url("../img/s01/e-on.png");
  }
}
@keyframes clickMew {
  0%, 100% {
    background-image: none;
  }
  50% {
    background-image: url("../img/s01/w-on.png");
  }
}
@keyframes clickMes {
  0%, 100% {
    background-image: none;
  }
  50% {
    background-image: url("../img/s01/s-on.png");
  }
}
@keyframes clickMen {
  0%, 100% {
    background-image: none;
  }
  50% {
    background-image: url("../img/s01/n-on.png");
  }
}