* {
    font-family: 'UhBeeZZIBA-Regular';
    cursor: default;
}

.caption {
    display: none;
}

.pages .front .conArea {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    overflow-y: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
.pages .front .conArea::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
}
.pages .front .conArea > div,
.pages .front .conArea .conWrap .contents > div {
    position: absolute;
}
.pages .front .conArea .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1920px;
    width: 100%;
    max-height: 1080px;
    height: 100%;
    /* overflow: hidden; */
}
.pages .front .conArea .conWrap .contents {
    position: relative;
    width: 100%;
    height: 100%;
}


/*사군자 영역 시작*/
#p20 .front {
    background: #f4ffee;
} 
#p20 .front .conArea {
    background: url(../data/img/sagunja_pc_bg01.png) center / cover no-repeat;
}
#p20 .front .conWrap .con {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    position: relative;
    max-width: 1840px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p20 .front .conWrap .img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40.76%;
}
#p20 .front .conWrap .img::after {
    clear: both;
    content: "매화무늬";
    display: block;
    position: absolute;
    bottom: 10%;
    right: -1%;
    width: fit-content;
    padding: 8px 18px;
    border-radius: 32px;
    font-size: 36px;
    background: #fff;
    color: #00a7b1;
}
#p20 .front .conWrap .relicInfoArea {
    position: absolute;
    top: 7%;
    left: 21%;
}
#p20 .front .conWrap .relicInfoArea .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39.5%;
    aspect-ratio: 1.74/1.09;
    background: url(../data/img/sagunja_pc_img15.png) center / contain no-repeat;
}
#p20 .front .conWrap .relicInfoArea .title p {
    font-size: 50px;
    color: #00a7b1;
}
#p20 .front .conWrap .relicInfoArea .txt {
    margin-top: 2%;
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
}
#p20 .front .conWrap .dialogArea {
    width: 55%;
}
#p20 .front .conWrap .dialogArea .bawooScholar > div {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 2%;
}
#p20 .front .conWrap .dialogArea .bawooScholar .bawoo {
    padding-left: 6%;
    box-sizing: border-box;
}
#p20 .front .conWrap .dialogArea .bawooScholar .scholar {
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}
#p20 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p20 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p20 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 37%;
    aspect-ratio: 35.8/7.7;
    background: url(../data/img/sagunja_pc_img03.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea .scholar .speechBubble {
    width: 79.45%;
    aspect-ratio: 76.9/46.4;
    background: url(../data/img/sagunja_pc_img04.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p20 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-left: 5%;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p span {
    position: relative;
    color: #00a7b1;
    z-index: 1;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
    aspect-ratio: 8.5/4.1;
    background: url(../data/img/sagunja_pc_img10.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
    aspect-ratio: 13/4.5;
    background: url(../data/img/sagunja_pc_img11.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight03::before {
    aspect-ratio: 13.8/4.4;
    background: url(../data/img/sagunja_pc_img12.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight04::before {
    aspect-ratio: 13.1/4.9;
    background: url(../data/img/sagunja_pc_img13.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight05::before {
    aspect-ratio: 9.1/5.2;
    background: url(../data/img/sagunja_pc_img14.png) center / contain no-repeat;
}
#p20 .front .conWrap .sagunjaInfoArea {
    position: relative;
    width: 79.86%;
    aspect-ratio: 7.73/2.64;
    margin-top: 10%;
    margin-left: 6%;
    padding: 24px;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
}
#p20 .front .conWrap .sagunjaInfoArea::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -22%;
    left: 6%;
    width: 28%;
    aspect-ratio: 2.16/1.06;
    background: url(../data/img/sagunja_pc_img09.png) center / contain no-repeat;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    height: 100%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div > img {
    display: block;
    height: auto;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap .nanArea > img {
    margin-bottom: 15%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap .gukhwaArea > img {
    margin-bottom: 35%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 18px;
    border-radius: 20px;
    background: #e3f3f4;
    font-size: 24px;
    white-space: nowrap;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.maehwaArea p,
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.daenamuArea p {
    left: 67%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.nanArea p {
    left: 43%;
}
/*사군자 영역 끝*/
/*삼강청자게임 영역 시작*/
#p21 .front .conArea .conWrap,
#p22 .front .conArea .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p21 .front .conArea .con,
#p22 .front .conArea .con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    max-width: 1530px;
    width: 100%;
    height: fit-content;
}
#p21 .front .conWrap .title,
#p22 .front .conWrap .title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: fit-content;
    object-fit: contain;
}
#p21 .front .conWrap .imgContent,
#p22 .front .conWrap .imgContent {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 8.14;
    margin-top: 10%;
    border-radius: 30px;
    background: #fff;
}
#p21 .front .conWrap .imgContent::before,
#p21 .front .conWrap .imgContent::after,
#p22 .front .conWrap .imgContent::before,
#p22 .front .conWrap .imgContent::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p21 .front .conWrap .imgContent .gameInfoTxt {
    position: relative;
    width: fit-content;
    margin: 0 auto 40px ;
    font-family: 'NanumSquareNeo-Variable';
    font-size: 24px;
    font-weight: bold;
    text-indent: 50px;
    color: #333333;
}
/*퍼즐 영역 시작*/
.page {
    position: relative;
    width: 100%;
    padding: 3% 10% 5%;
    box-sizing: border-box;
}
.page::before,
.page::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -24%;
    width: 17%;
    aspect-ratio: 1/0.9;
    z-index: -1;
}
.page::before {
    left: 5%;
    background: url(../data/img/game_1_pc_img03.png) center / contain no-repeat;
}
.page::after {
    right: 5%;
    background: url(../data/img/game_1_pc_img04.png) center / contain no-repeat;
}
.main,
.imgDrag {
    width: 100%;
    height: 100%;
}
/*퍼즐 완성 전 영역 시작*/
.imgDrag .puzzle {
    max-width: 600px;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 3% 3.4% 4% 2.6%;
    box-sizing: border-box;
    background: url(../data/img/game_1_pc_content.png) center / contain no-repeat;
}

.imgDrag .puzzle.puzzle_after {
    background-image: url(../data/img/game_1_pc_content02.png);
}
.imgDrag .imgList,
.imgDrag .puzzleList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    aspect-ratio: 1/1;
}
.imgDrag .imgList .drag {
    width: calc(100% / 3);
    height: calc(100% / 3);
    aspect-ratio: 1/1;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    border: solid 0.05px transparent;
    box-sizing: border-box;
}
.imgDrag .imgList .drag.drag_active {
    border: solid 0.05px #2c3e50;
}
.imgDrag .imgList .drag.hide,
.game .drag2.hide {
    opacity: 0;
    visibility: hidden;
}
/*퍼즐 완성 전 영역 끝*/
/*퍼즐 완성 후 영역 시작*/
.imgDrag .puzzleList > div {
    position: relative;
    width: calc(100% / 3);
    height: calc(100% / 3);
    display: inline-block;
    border: solid 0.05px transparent;
    box-sizing: border-box;
    overflow: hidden;
}
.imgDrag .puzzleList > div img {
    width: 100%;
    height: 100%;
}
.imgDrag .puzzleList .drop.drop_active {
    border: solid 0.05px #f1c40f;
}
.imgDrag .puzzleList .drop.correct {
    border: solid 0.05px #32ce74;
}
.imgDrag .puzzleList .drop.incorrect {
    border: solid 0.05px #c0392b;
}
.imgDrag .puzzleList .drop img {
    max-width: 100%;
    height: auto;
}
/*퍼즐 완성 후 영역 끝*/
/*팝업 영역 시작*/
.popupArea,
.popupArea > div {
    display: none;
}
.popupArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}
.popupArea .popupWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}
.popupArea .popupWrap .popup {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    font-size: 28px;
}
.popupArea .successPuzzle .popupWrap .popup {
    max-width: 586px;
    width: 100%;
    aspect-ratio: 1/0.55;
    border: 8px solid #fff;
    border-radius: 30px;
    background: url(../data/img/game_1_pc_popup.png) center / 50% no-repeat;
    background-color: #ff9bb3;
}
.popupArea .popupWrap .popup .x_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px; 
    background: url(../img/close.svg) center / contain no-repeat;
    cursor: pointer;
}
.popupArea .popupWrap .popup p {
    margin: 0;
}
/*팝업 영역 끝*/
/*삼강청자게임 영역 끝*/
/*사군자 영역 시작*/
#p20 .front {
    background: #f4ffee;
} 
#p20 .front .conArea {
    background: url(../data/img/sagunja_pc_bg01.png) center / cover no-repeat;
}
#p20 .front .conWrap .con {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    position: relative;
    max-width: 1840px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p20 .front .conWrap .img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40.76%;
}
#p20 .front .conWrap .img::after {
    clear: both;
    content: "매화무늬";
    display: block;
    position: absolute;
    bottom: 10%;
    right: -1%;
    width: fit-content;
    padding: 8px 18px;
    border-radius: 32px;
    font-size: 36px;
    background: #fff;
    color: #00a7b1;
}
#p20 .front .conWrap .relicInfoArea {
    position: absolute;
    top: 7%;
    left: 21%;
}
#p20 .front .conWrap .relicInfoArea .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39.5%;
    aspect-ratio: 1.74/1.09;
    background: url(../data/img/sagunja_pc_img15.png) center / contain no-repeat;
}
#p20 .front .conWrap .relicInfoArea .title p {
    font-size: 50px;
    color: #00a7b1;
}
#p20 .front .conWrap .relicInfoArea .txt {
    margin-top: 2%;
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
}
#p20 .front .conWrap .dialogArea {
    width: 55%;
}
#p20 .front .conWrap .dialogArea .bawooScholar > div {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 2%;
}
#p20 .front .conWrap .dialogArea .bawooScholar .bawoo {
    padding-left: 6%;
    box-sizing: border-box;
}
#p20 .front .conWrap .dialogArea .bawooScholar .scholar {
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}
#p20 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p20 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p20 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 37%;
    aspect-ratio: 35.8/7.7;
    background: url(../data/img/sagunja_pc_img03.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea .scholar .speechBubble {
    width: 79.45%;
    aspect-ratio: 76.9/46.4;
    background: url(../data/img/sagunja_pc_img04.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p20 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-left: 5%;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p span {
    position: relative;
    color: #00a7b1;
    z-index: 1;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
    aspect-ratio: 8.5/4.1;
    background: url(../data/img/sagunja_pc_img10.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
    aspect-ratio: 13/4.5;
    background: url(../data/img/sagunja_pc_img11.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight03::before {
    aspect-ratio: 13.8/4.4;
    background: url(../data/img/sagunja_pc_img12.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight04::before {
    aspect-ratio: 13.1/4.9;
    background: url(../data/img/sagunja_pc_img13.png) center / contain no-repeat;
}
#p20 .front .conWrap .dialogArea > div .speechBubble p .highlight05::before {
    aspect-ratio: 9.1/5.2;
    background: url(../data/img/sagunja_pc_img14.png) center / contain no-repeat;
}
#p20 .front .conWrap .sagunjaInfoArea {
    position: relative;
    width: 79.86%;
    aspect-ratio: 7.73/2.64;
    margin-top: 10%;
    margin-left: 6%;
    padding: 24px;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
}
#p20 .front .conWrap .sagunjaInfoArea::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -22%;
    left: 6%;
    width: 28%;
    aspect-ratio: 2.16/1.06;
    background: url(../data/img/sagunja_pc_img09.png) center / contain no-repeat;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    height: 100%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div > img {
    display: block;
    height: auto;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap .nanArea > img {
    margin-bottom: 15%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap .gukhwaArea > img {
    margin-bottom: 35%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 18px;
    border-radius: 20px;
    background: #e3f3f4;
    font-size: 24px;
    white-space: nowrap;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.maehwaArea p,
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.daenamuArea p {
    left: 67%;
}
#p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.nanArea p {
    left: 43%;
}
/*사군자 영역 끝*/
/*매난국죽게임 영역 시작*/
#p21 .front,
#p22 .front {
    background: #e7f4ff;
}
#p21 .front .conArea, 
#p22 .front .conArea {
    background: url(../data/img/game_2_pc_bg01.png) center / cover no-repeat;
}
#p21 .page {
    padding: 3% 10% 2%;
}
#p21 .front .conWrap .imgContent::before,
#p22 .front .conWrap .imgContent::before {
    bottom: -6%;
    left: -10.5%;
    max-width: 276px;
    width: 100%;
    aspect-ratio: 1/1;
    background: url(../data/img/game_2_pc_img06.png) center / contain no-repeat;
}
#p21 .front .conWrap .imgContent::after,
#p22 .front .conWrap .imgContent::after {
    bottom: -4%;
    right: -10.5%;
    max-width: 322px;
    width: 100%;
    aspect-ratio: 1/0.8;
    background: url(../data/img/game_2_pc_img07.png) center / contain no-repeat;
}
#p21 .front .conWrap .imgContent .gameInfoTxt {
    text-indent: 0;
}
#p21 .dargWrap,
#p22 .dargWrap {
    max-width: 968px;
    margin: 0 auto;
}
#p21 .dargWrap .infoText {
    font-size: 32px;
    text-align: center;
    line-height: 1.4;
}
.game_before {
    display: flex;
    gap: 40px;
    position: relative;
    width: fit-content;
    margin: 3% auto 4%;
    padding: 3% 5%;
    border: 1px solid #757575;
    border-radius: 12px;
    box-sizing: border-box;
}
.game_before::after {
    clear: both;
    content: "보기";
    display: block;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 24px;
    background: #fff;
    font-size: 24px;
    color: #757575;
}
.game .drag2 {
    max-width: 160px;
    width: 100%;
    aspect-ratio: 16/6;
    cursor: pointer;
}
.game_after {
    display: flex;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    margin: 0 auto;
}
.game .gameCon > img {
    max-width: 217px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.game .gameCon p {
    margin: 4px 0 16px;
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
}
.game .gameCon .drop2 {
    max-width: 160px;
    width: 100%;
    aspect-ratio: 16/6;
    margin: 0 auto;
    border: 10px solid transparent;
    border-image: url(../data/img/game_2_pc_item05.png) 10;
    border-radius: 12px;
    box-sizing: border-box;
}
.game .gameCon .correct {
    border: 0;
    border-image: none;
}
.game .gameCon .correct img {
    display: block;
    max-width: 160px;
    width: 100%;
    aspect-ratio: 16/6;
    margin: 0 auto;
}
/*팝업 영역 시작*/
#p21 .popupArea .successPuzzle .popupWrap .popup {
    background-color: #4dadff;
}
/*팝업 영역 끝*/
/*매난국죽게임 영역 끝*/
/*사군자의 덕목 영역 시작*/
#p22 .page {
    padding: 5% 10%;
}
#p22 .dargWrap .sagunjaTitle {
    width: fit-content;
    margin: 0 auto 60px;
    padding: 1% 5%;
    border-radius: 40px;
    background: #45a3f2;
    font-size: 50px;
    color: #fff;
}
.game_after {
    gap: 5%;
    max-width: 968px;
    width: 100%;
}
.game .gameCon p {
    white-space: nowrap;
}
.game .gameCon .sagunjaName {
    display: block;
    max-width: 160px;
    aspect-ratio: 16/6;
    margin: 0 auto;
}
#p22 .front .conWrap .imgContent .txt {
    font-size: 32px;
    text-align: center;
}
/*사군자의 덕목 영역 끝*/
/*염라국에 가볼까? 영역 시작*/
#p23 .front {
    background: #ffebf2;
}
#p23 .front .conArea {
    background: url(../data/img/yeomra_pc_bg01.png) center / cover no-repeat;
}
#p23 .front .conWrap .con {
    max-width: 1884px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p23 .front .conWrap .title {
    display: flex;
    align-items: center;
    max-width: 736px;
    width: 100%;
    aspect-ratio: 7.63/ 1.06;
    border-radius: 54px;
    background: #7f2245;
}
#p23 .front .conWrap .title p {
    position: relative;
    margin-left: 10%;
    font-size: 60px;
    color: #fff;
}
#p23 .front .conWrap .title p::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: -19%;
    transform: translateY(-50%);
    width: 15.7%;
    aspect-ratio: 8.1/15.6;
    background: url(../data/img/yeomra_pc_img01.png) center / contain no-repeat;
}
#p23 .front .conWrap .title p span {
    color: #ffafcd;
}
#p23 .front .conWrap .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
}
#p23 .front .conWrap .dialogArea {
    width: 55%;
    margin-top: 2%;
}
#p23 .front .conWrap .dialogArea > div {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 2%;
}
#p23 .front .conWrap .dialogArea .dad {
    justify-content: flex-end;
}
#p23 .front .conWrap .dialogArea .dad02 {
    align-items: flex-start;
    margin-bottom: 0;
}
#p23 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p23 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p23 .front .conWrap .dialogArea .puleu01 .speechBubble {
    width: 78.12%;
    aspect-ratio: 6.64/1.01;
    background: url(../data/img/yeomra_pc_img06.png) center / contain no-repeat;
}
#p23 .front .conWrap .dialogArea .dad01 .speechBubble {
    position: relative;
    width: 60.12%;
    aspect-ratio: 5.11/1.93;
    background: url(../data/img/yeomra_pc_img07.png) center / contain no-repeat;
}
#p23 .front .conWrap .dialogArea .dad01 .speechBubble::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -13%;
    right: 6%;
    width: 20.35%;
    aspect-ratio: 1/1;
    background: url(../data/img/yeomra_pc_img05.png) center / contain no-repeat;
}
#p23 .front .conWrap .dialogArea .puleu02 .speechBubble {
    width: 73.53%;
    aspect-ratio: 6.25/1.36;
    background: url(../data/img/yeomra_pc_img08.png) center / contain no-repeat;
}
#p23 .front .conWrap .dialogArea .dad02 .speechBubble {
    width: 75.06%;
    aspect-ratio: 6.38/3.15;
    background: url(../data/img/yeomra_pc_img09.png) center / contain no-repeat;
}
#p23 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p23 .front .conWrap .dialogArea .dad .speechBubble p {
    margin-right: 5%;
}  
#p23 .front .conWrap .dialogArea .puleu .speechBubble p {
    margin-left: 3%;
} 
#p23 .front .conWrap .dialogArea > div .speechBubble p span {
    position: relative;
    color: #cf1e61;
    z-index: 1;
}
#p23 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}
#p23 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
    aspect-ratio: 15/5.2;
    background: url(../data/img/yeomra_pc_img10.png) center / contain no-repeat;
}
#p23 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
    aspect-ratio: 11.1/4.7;
    background: url(../data/img/yeomra_pc_img11.png) center / contain no-repeat;
}
#p23 .front .conWrap .dialogArea > div .speechBubble p .highlight03::before {
    aspect-ratio: 6.8/4;
    background: url(../data/img/yeomra_pc_img12.png) center / contain no-repeat;
}
#p23 .front .conWrap .content > img {
    width: 50%;
    height: auto;
    aspect-ratio: 8.94/8.5;
}
/*염라국에 가볼까? 영역 끝*/
/*시왕도 영역 시작*/
#p24 .front {
    background: #ffecfa;
}
#p24 .front .conArea {
    background: url(../data/img/siwangdo_pc_bg01.png) center / cover no-repeat;
}
#p24 .front .conWrap .con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    max-width: 1780px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p24 .front .conWrap .dialogArea {
    width: 50.5%;
}
#p24 .front .conWrap .dialogArea > div {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 2%;
}
#p24 .front .conWrap .dialogArea .dad {
    align-items: flex-start;
    justify-content: flex-end;
} 
#p24 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p24 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p24 .front .conWrap .dialogArea .puleu .speechBubble {
    width: 76.64%;
    aspect-ratio: 6.59/1.01;
    background: url(../data/img/siwangdo_pc_img04.png) center / contain no-repeat;
}
#p24 .front .conWrap .dialogArea .dad01 .speechBubble {
    width: 87%;
    aspect-ratio: 7.15/1.93;
    background: url(../data/img/siwangdo_pc_img05.png) center / contain no-repeat;
}
#p24 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 47.92%;
    aspect-ratio:4.12/1.01;
    background: url(../data/img/siwangdo_pc_img06.png) center / contain no-repeat;
}
#p24 .front .conWrap .dialogArea .dad02 .speechBubble {
    width: 81.3%;
    aspect-ratio: 6.99/3.3;
    background: url(../data/img/siwangdo_pc_img07.png) center / contain no-repeat;
}
#p24 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p24 .front .conWrap .dialogArea .dad .speechBubble p {
    margin-right: 3%;
}
#p24 .front .conWrap .dialogArea > div .speechBubble p span {
    color: #cf1e61;
}
#p24 .front .conWrap .dialogArea > div .speechBubble p .highlight {
    position: relative;
    z-index: 1;
}
#p24 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 11.4/4.7;
    background: url(../data/img/siwangdo_pc_img08.png) center / contain no-repeat;
    z-index: -1;
}
#p24 .front .conWrap .con .img {
    position: relative;
    width: 45.9%;
    aspect-ratio: 1/1;
    margin-bottom: 5%;
}
#p24 .front .conWrap .con .img::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: -16%;
    right: -8%;
    width: 37.8%;
    height: auto;
    aspect-ratio: 2.95/3.5;
    background: url(../data/img/siwangdo_pc_img09.png) center / contain no-repeat;
}
#p24 .front .conWrap .con .moviePopup {
    position: absolute;
    bottom: -9%;
    right: 13%;
    width: 22.3%;
    aspect-ratio: 4.28/1.62;
    background: url(../data/img/siwangdo_pc_img10.png) center / contain no-repeat;
    cursor: pointer;
}
/*시왕도 영역 끝*/
/*우리성의 놀라움 영역 시작*/
#p25 .front {
    background: #fdffef;
}
#p25 .front .conArea {
    background: url(../data/img/uriseong_pc_bg01.png) center / cover no-repeat;
}
#p25 .front .conWrap .con {
    max-width: 1834px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p25 .front .conWrap .con > .title {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 925px;
    width: 100%;
    margin: 0 auto 1.5%;
    aspect-ratio: 9.25/ 1.06;
    border-radius: 54px;
    background: #3c3d21;
}
#p25 .front .conWrap .con > .title p {
    position: relative;
    font-size: 60px;
    text-indent: 3%;
    white-space: nowrap;
    color: #fff;
}
#p25 .front .conWrap .con > .title p::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: -21%;
    transform: translateY(-50%);
    width: 21.32%;
    aspect-ratio: 1.64/1.18;
    background: url(../data/img/uriseong_pc_img01.png) center / contain no-repeat;
}
#p25 .front .conWrap .con > .title p span {
    color: #badd16;
}
#p25 .front .conArea .con .content {
    position: relative;
}
#p25 .front .conArea .con .content::after {
    clear: both;
    content: "";
    display: block;
}
#p25 .front .conArea .con .content .moviePopup {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24.4%;
    aspect-ratio: 4.28/1.62;
    background: url(../data/img/uriseong_pc_img02.png) center / contain no-repeat;
    cursor: pointer;
}
#p25 .front .conArea .con .content .img {
    position: relative;
    width: 85.7%;
    aspect-ratio: 15.03/5.1;
    margin: 0 auto;
}
#p25 .front .conWrap .dialogArea {
    position: absolute;
    top: 44.5%;
    width: 60%;
}
#p25 .front .conWrap .dialogArea > div {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    margin-bottom: 1%;
}
#p25 .front .conWrap .dialogArea .dad {
    justify-content: flex-end;
}
#p25 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p25 .front .conWrap .dialogArea .bawoo .icon {
    width: 214px;
    aspect-ratio: 2.14/1.85;
}
#p25 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p25 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 38.6%;
    aspect-ratio: 4.06/1.19;
    margin-top: 5%;
    background: url(../data/img/uriseong_pc_img06.png) center / contain no-repeat;
}
#p25 .front .conWrap .dialogArea .dad .speechBubble {
    width: 85.81%;
    aspect-ratio: 9.03/2.83;
    background: url(../data/img/uriseong_pc_img07.png) center / contain no-repeat;
}
#p25 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p25 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-left: 3%;
}
#p25 .front .conWrap .dialogArea .dad .speechBubble p {
    margin-right: 3%;
}
#p25 .front .conWrap .dialogArea > div .speechBubble p span {
    color: #499300;
}
#p25 .front .conWrap .relicInfoArea {
    margin-top: 3%;
    float: right;
}
#p25 .front .conWrap .relicInfoArea .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.2%;
    aspect-ratio: 2.35/1.08;
    background: url(../data/img/uriseong_pc_img03.png) center / contain no-repeat;
}
#p25 .front .conWrap .relicInfoArea .title p {
    font-size: 50px;
    color: #499300;
}
#p25 .front .conWrap .relicInfoArea .txt {
    margin-top: 1%;
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
}
/*우리성의 놀라움 영역 끝*/
/*평양성도 영역 시작*/
#p26 .front {
    background: #f8ffef;
}
#p26 .front .conArea {
    background: url(../data/img/pyeongyangseongdo_pc_bg01.png) center / cover no-repeat;
}
#p26 .front .conWrap .con {
    position: relative;
    max-width: 1834px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p26 .front .conArea .con .img {
    width: 77.65%;
    aspect-ratio: 13.62/5.75;
    margin: 0 auto;
}
#p26 .front .conArea .con .moviePopup {
    position: absolute;
    top: 50%;
    right: 1%;
    width: 23.34%;
    aspect-ratio: 4.28/1.62;
    background: url(../data/img/pyeongyangseongdo_pc_img05.png) center / contain no-repeat;
    z-index: 1;
    cursor: pointer;
}
#p26 .front .conWrap .dialogArea {
    position: absolute;
    top: 36%;
    left: 3%;
    width: calc(100% - 80px);
}
#p26 .front .conWrap .dialogArea > div {
    display: flex;
    margin-bottom: 1%;
}
#p26 .front .conWrap .dialogArea .puleu {
    align-items: flex-end;
}
#p26 .front .conWrap .dialogArea .dad {
    align-items: flex-start;
    justify-content: flex-end;
    gap: 16px;
}
#p26 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p26 .front .conWrap .dialogArea .puleu .icon {
    width: 259px;
    aspect-ratio: 2.59/3.07;
}
#p26 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p26 .front .conWrap .dialogArea .puleu .speechBubble {
    position: absolute;
    left: 11%;
    width: 31.42%;
    aspect-ratio: 57.8/9.9;
    margin-bottom: 1%;
    background: url(../data/img/pyeongyangseongdo_pc_img03.png) center / contain no-repeat;
}
#p26 .front .conWrap .dialogArea .dad .speechBubble {
    width: 48.54%;
    aspect-ratio: 8.93/3.24;
    background: url(../data/img/pyeongyangseongdo_pc_img04.png) center / contain no-repeat;
}
#p26 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p26 .front .conWrap .dialogArea .puleu .speechBubble p {
    margin-left: 3%;
}
#p26 .front .conWrap .dialogArea > div .speechBubble p span {
    color: #499300;
}
#p26 .front .conWrap .relicInfoArea {
    margin-top: 5%;
}
#p26 .front .conWrap .relicInfoArea .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.4%;
    aspect-ratio: 2.35/1.08;
    background: url(../data/img/pyeongyangseongdo_pc_img06.png) center / contain no-repeat;
}
#p26 .front .conWrap .relicInfoArea .title p {
    font-size: 50px;
    color: #499300;
}
#p26 .front .conWrap .relicInfoArea .txt {
    margin-top: 1%;
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
}
/*평양성도 영역 끝*/
/*겸재정선을 만나다 영역 시작*/
#p27 .front {
    background: #f1fff9;
}
#p27 .front .conArea {
    background: url(../data/img/gyeomjaejeongseon_pc_bg01.png) center / cover no-repeat;
}
#p27 .front .conArea .con {
    display: flex;
    justify-content: center;
    gap: 60px;
    position: relative;
    max-width: 1740px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p27 .front .conWrap .con .title {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 665px;
    width: 100%;
    margin-bottom: 6%;
    aspect-ratio: 6.65/ 1.06;
    border-radius: 54px;
    background: #213d3b;
}
#p27 .front .conWrap .con .title p {
    position: relative;
    font-size: 60px;
    text-indent: 12%;
    white-space: nowrap;
    color: #fff;
}
#p27 .front .conWrap .con .title p::after {
    clear: both;
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: -17%;
    transform: translateY(-50%);
    width: 26%;
    aspect-ratio: 1.1/1.52;
    background: url(../data/img/gyeomjaejeongseon_pc_img01.png) center / contain no-repeat;
}
#p27 .front .conWrap .con .title p span {
    color: #a9ffda;
}
#p27 .front .conWrap .content {
    width: 58%;
}
#p27 .front .conWrap .moviePopup {
    position: absolute;
    bottom: -1%;
    right: -5%;
    width: 24.6%;
    height: auto;
    aspect-ratio: 4.28/1.62;
    background: url(../data/img/gyeomjaejeongseon_pc_img14.png) center / contain no-repeat;
    cursor: pointer;
}
#p27 .front .conWrap .dialogArea {
    width: 100%;
}
#p27 .front .conWrap .dialogArea > div {
    display: flex;
    gap: 16px;
    margin-bottom: 1%;
}
#p27 .front .conWrap .dialogArea .dad {
    align-items: flex-start;
    justify-content: flex-end;
}
#p27 .front .conWrap .dialogArea .dad01 {
    margin-bottom: 3%;
}
#p27 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p27 .front .conWrap .dialogArea .bawoo02 .icon {
    width: 156px;
    aspect-ratio: 1.56/1.25;
}
#p27 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p27 .front .conWrap .dialogArea .bawoo01 .speechBubble {
    width: 45.1%;
    aspect-ratio: 43.2/8.7;
    background: url(../data/img/gyeomjaejeongseon_pc_img05.png) center / contain no-repeat;
}
#p27 .front .conWrap .dialogArea .dad01 .speechBubble {
    width: 83.2%;
    aspect-ratio: 7.98/1.46;
    background: url(../data/img/gyeomjaejeongseon_pc_img06.png) center / contain no-repeat;
}
#p27 .front .conWrap .dialogArea .bawoo02 .speechBubble {
    width: 36.5%;
    aspect-ratio: 35/8.8;
    background: url(../data/img/gyeomjaejeongseon_pc_img07.png) center / contain no-repeat;
}
#p27 .front .conWrap .dialogArea .dad02 .speechBubble {
    position: relative;
    width: 72.35%;
    aspect-ratio: 6.94/3.15;
    background: url(../data/img/gyeomjaejeongseon_pc_img08.png) center / contain no-repeat;
}
#p27 .front .conWrap .dialogArea .dad02 .speechBubble::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    right: 3%;
    width: 17.4%;
    aspect-ratio: 12.1/8.2;
    background: url(../data/img/gyeomjaejeongseon_pc_img11.png) center / contain no-repeat;
}
#p27 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p27 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-left: 3%;
}
#p27 .front .conWrap .dialogArea .dad .speechBubble p {
    margin-right: 3%;
}
#p27 .front .conWrap .dialogArea > div .speechBubble p span {
    color: #008859;
}
#p27 .front .conWrap .dialogArea > div .speechBubble p .highlight {
    position: relative;
    z-index: 1;
}
#p27 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}
#p27 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
    aspect-ratio: 12.6/5.1;
    background: url(../data/img/gyeomjaejeongseon_pc_img09.png) center / contain no-repeat;
}
#p27 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
    aspect-ratio: 13.8/4.7;
    background: url(../data/img/gyeomjaejeongseon_pc_img10.png) center / contain no-repeat;
}
#p27 .front .conWrap .con .img {
    position: relative;
    width: 38.56%;
    height: fit-content;
}
#p27 .front .conWrap .con .img::before,
#p27 .front .conWrap .con .img::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p27 .front .conWrap .con .img::before {
    bottom: -4%;
    left: -19%;
    width: 30.8%;
    aspect-ratio: 1.96/1.41;
    background: url(../data/img/gyeomjaejeongseon_pc_img12.png) center / contain no-repeat;
}
#p27 .front .conWrap .con .img::after {
    bottom: 4%;
    right: -19%;
    width: 38.5%;
    aspect-ratio: 2.46/2.99;
    background: url(../data/img/gyeomjaejeongseon_pc_img13.png) center / contain no-repeat;
}
#p27 .front .conWrap .con .img img {
    height: auto;
    aspect-ratio: 6.56/9.21;
    object-fit: contain;
}
/*겸재정선을 만나다 영역 끝*/
/*송암 영역 시작*/
#p28 .front {
    background: #fff6ee;
}
#p28 .front .conArea {
    background: url(../data/img/songam_pc_bg01.png) center / cover no-repeat;
}
#p28 .front .conArea .img {
    position: absolute;
    bottom: -3.5%;
    left: 1.5%;
    width: 15.73%;
    height: auto;
    aspect-ratio: 3.02/4.22;
    z-index: 2;
}
#p28 .front .conArea .con {
    position: relative;
    max-width: 1840px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p28 .front .conArea .con > img {
    width: 44.32%;
}
#p28 .front .conWrap .dialogArea {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 55%;
}
#p28 .front .conWrap .dialogArea > div {
    display: flex;
    gap: 16px;
    width: 100%;
    /* margin-bottom: 1%; */
}
#p28 .front .conWrap .dialogArea .songam {
    justify-content: flex-end;
} 
#p28 .front .conWrap .dialogArea .songam01 {
    gap: 0;
}
#p28 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p28 .front .conWrap .dialogArea .songam01 .icon {
    width: 180px;
    aspect-ratio: 1.8/2.64;
    margin-bottom: 5%;
}
#p28 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p28 .front .conWrap .dialogArea .puleu01 .speechBubble {
    width: 51.4%;
    aspect-ratio: 48.9/7.8;
    background: url(../data/img/songam_pc_img07.png) center / contain no-repeat;
}
#p28 .front .conWrap .dialogArea .songam01 .speechBubble {
    width: 76%;
    aspect-ratio: 7.69/3.23;
    background: url(../data/img/songam_pc_img08.png) center / contain no-repeat;
}
#p28 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 58.5%;
    aspect-ratio: 59.2/9.3;
    background: url(../data/img/songam_pc_img09.png) center / contain no-repeat;
}
#p28 .front .conWrap .dialogArea .songam02 .speechBubble {
    width: 70.4%;
    aspect-ratio: 71.2/9.2;
    background: url(../data/img/songam_pc_img10.png) center / contain no-repeat;
}
#p28 .front .conWrap .dialogArea .puleu02 .speechBubble {
    width: 75.9%;
    aspect-ratio: 71.9/7.8;
    background: url(../data/img/songam_pc_img11.png) center / contain no-repeat;
}
#p28 .front .conWrap .dialogArea .songam03 .speechBubble {
    width: 27.87%;
    aspect-ratio: 28.2/7.7;
    background: url(../data/img/songam_pc_img12.png) center / contain no-repeat;
}
#p28 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p28 .front .conWrap .dialogArea .puleu .speechBubble p,
#p28 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-left: 3%;
}
#p28 .front .conWrap .dialogArea .songam .speechBubble p {
    margin-right: 3%;
}
#p28 .front .conWrap .dialogArea > div .speechBubble p span {
    color: #df662b;
}
#p28 .front .conWrap .dialogArea > div .speechBubble p .highlight {
    position: relative;
    z-index: 1;
}
#p28 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 6.2/4.4;
    background: url(../data/img/songam_pc_img13.png) center / contain no-repeat;
    z-index: -1;
}
/*송암 영역 끝*/
/*엔딩 영역 시작*/
#p29 .front {
    width: 100%;
    height: 100%;
    background: url(../data/img/ending_pc.jpg) center / cover no-repeat;
}
#p29 .front .title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 712px;
    width: 100%;
    aspect-ratio: 7.12/1.3;
    box-sizing: border-box;
    background: url(../data/img/ending_pc_title.png) center / 95% no-repeat;
}
#p29 .front .txt {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
}
/*엔딩 영역 끝*/
/*비디오 팝업 영역 시작*/
.videoArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
.videoArea .x_btn {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 3%;
    min-width: 20px;
    height: 5%;
    min-height: 20px;
    cursor: pointer;
    z-index: 3;
}
.videoWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
}
.videoWrap video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*비디오 팝업 영역 끝*/




/*======반응형======*/
@media screen and (max-width: 1780px) {
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conWrap .dialogArea {
        top: 42%;
    }
    #p26 .front .conWrap .dialogArea .puleu .icon {
        width: 209px;
    }
    #p26 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conArea .con {
        align-items: center;
    }
    #p27 .front .conWrap .moviePopup {
        right: 1%;
    }
    /*겸재정선을 만나다 영역 끝*/
}
@media screen and (max-width: 1680px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .img {
        width: 33.76%;
    }
    #p20 .front .conWrap .relicInfoArea {
        left: 16%;
    }
    #p20 .front .conWrap .relicInfoArea .title p {
        font-size: 3vw;
    }
    #p20 .front .conWrap .relicInfoArea .txt {
        font-size: 1.5vw;
    }
    #p20 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*사군자 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*시왕도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*송암 영역 끝*/
}
@media screen and (max-width: 1580px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p20 .front .conWrap .dialogArea .bawooScholar .bawoo {
        padding-left: 0;
    }
    #p20 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    #p20 .front .conWrap .sagunjaInfoArea {
        margin-left: 0;
        padding: 2%;
        padding-right: 5%;
    }
    #p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div > img {
        width: 80%;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .front .conArea .con, 
    #p22 .front .conArea .con {
        padding: 0 120px;
    }
    #p21 .front .conWrap .title,
    #p22 .front .conWrap .title {
        width: 50%;
    }
    #p21 .front .conWrap .imgContent, 
    #p22 .front .conWrap .imgContent {
        margin-top: 8%;
    }
    .game .gameCon > img {
        display: block;
        max-width: 150px;
        margin: 0 auto;
    }
    #p21 .front .conWrap .imgContent .gameInfoTxt {
        font-size: 18px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .front .conWrap .imgContent .txt {
        margin-bottom: 2%;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .title {
        max-width: 600px;
        width: 48%;
    }
    #p23 .front .conWrap .title p {
        font-size: 48px;
    }
    #p23 .front .conWrap .content {
        gap: 30px;
    }
    #p23 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .con > .title {
        width: 54%;
    }
    #p25 .front .conWrap .con > .title p {
        font-size: 48px;
    }
    #p25 .front .conWrap .dialogArea .dad {
        justify-content: flex-start;
    }
    #p25 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p25 .front .conWrap .dialogArea .bawoo .icon {
        width: 164px;
    }
    #p25 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    #p25 .front .conWrap .relicInfoArea {
        margin-right: 3%;
    }
    #p25 .front .conWrap .relicInfoArea .title p {
        font-size: 3vw;
    }
    #p25 .front .conWrap .relicInfoArea .txt {
        font-size: 1.4vw;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conWrap .dialogArea {
        top: 39%;
    }
    #p26 .front .conWrap .dialogArea .puleu .icon {
        width: 179px;
    }
    #p26 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    #p26 .front .conWrap .relicInfoArea {
        margin-top: 7%;
    }
    #p26 .front .conWrap .relicInfoArea .title p {
        font-size: 3vw;
    }
    #p26 .front .conWrap .relicInfoArea .txt {
        font-size: 1.4vw;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con .title {
        width: 70%;
    }
    #p27 .front .conWrap .con .title p {
        font-size: 48px;
    }
    #p27 .front .conWrap .dialogArea .dad01 {
        margin-bottom: 1%;
    }
    #p27 .front .conWrap .dialogArea .dad01 .speechBubble {
        width: 78.2%;
    }
    #p27 .front .conWrap .dialogArea .dad02 .speechBubble {
        width: 68.35%;
    }
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    #p27 .front .conWrap .con .img::after {
        bottom: 0;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 120px;
    }
    #p28 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    /*송암 영역 끝*/
}
@media screen and (max-width: 1440px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .img::after {
        font-size: 1.8vw;
    }
    #p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div p {
        padding: 1% 12%;
        font-size: 1.6vw;
    }
    #p20 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .page::before, 
    #p21 .page::after {
        top: -20%;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .front .conWrap .imgContent .txt {
        margin-bottom: 5%;
        font-size: 24px;
    }
    /*사군자의 덕목 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        gap: 30px;
    }
    #p24 .front .conWrap .dialogArea > div {
        gap: 10px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .dialogArea {
        top: 47.5%;
    }
    #p25 .front .conWrap .dialogArea > div {
        gap: 10px;
    }
    #p25 .front .conWrap .dialogArea .bawoo .icon {
        width: 124px;
    }
    #p25 .front .conWrap .dialogArea .bawoo .speechBubble {
        margin-top: 2%;
    }
    /*우리성의 놀라움 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con {
        gap: 30px;
    }
    /*겸재정선을 만나다 영역 끝*/
}

@media screen and (max-width: 1340px) {
    /*매난국죽게임 영역 시작*/
    .game .gameCon > img {
        max-width: 120px;
    }
    .game .drag2,
    .game .gameCon .drop2 {
        max-width: 120px;
    }
    /*매난국죽게임 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conWrap .dialogArea .dad .speechBubble {
        width: 53.54%;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con .title {
        margin-bottom: 4%;
    }
    #p27 .front .conWrap .dialogArea .dad01 .speechBubble {
        width: 84.2%;
    }
    #p27 .front .conWrap .dialogArea .dad02 .speechBubble {
        width: 74.35%;
    }
    /*겸재정선을 만나다 영역 끝*/
}

@media screen and (max-width: 1280px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .img::after {
        right: -7%;
    }
    #p20 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .front .conWrap .imgContent::before,
    #p22 .front .conWrap .imgContent::before {
        max-width: 206px;
    }
    #p21 .front .conWrap .imgContent::after,
    #p22 .front .conWrap .imgContent::after {
        max-width: 252px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .page {
        padding: 5%;
    }
    #p22 .front .conWrap .imgContent .txt {
        font-size: 18px;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .content {
        gap: 2%;
    }
    #p23 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p23 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p24 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .con {
        padding: 0;
    }
    #p25 .front .conWrap .con > .title {
        width: 58%;
    }
    #p25 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p25 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .con .moviePopup {
        top: 44%;
        right: 5%;
    }
    #p26 .front .conWrap .dialogArea {
        top: 39%;
        left: 6.5%;
        width: 90%;
    }
    #p26 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p26 .front .conWrap .dialogArea .puleu .icon {
        width: 159px;
    }
    #p26 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p26 .front .conWrap .dialogArea .puleu .speechBubble {
        width: 34.42%;
    }
    #p26 .front .conWrap .dialogArea .dad .speechBubble p {
        margin-right: 3%;
    }
    #p26 .front .conWrap .relicInfoArea .title {
        width: 15.4%;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p27 .front .conWrap .dialogArea .bawoo02 .icon {
        width: 126px;
    }
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*송암 영역 끝*/
    /*엔딩 영역 시작*/
    #p29 .front .title {
        width: 45%;
    }
    /*엔딩 영역 끝*/
}

@media screen and (max-width: 1180px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .img {
        left: 0;
    }
    #p20 .front .conWrap .relicInfoArea {
        left: 15%;
    }
    #p20 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p20 .front .conWrap .dialogArea .bawooScholar > div {
        gap: 10px;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .front .conWrap .imgContent .gameInfoTxt {
        font-size: 20px;
    }
    #p21 .dargWrap .infoText {
        font-size: 28px;
    }
    .game_before {
        gap: 20px;
    }
    .game_before::after {
        font-size: 18px;
    }
    .game .gameCon > img {
        display: block;
        max-width: 127px;
        margin: 0 auto;
    }
    .game .gameCon p {
        font-size: 20px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .dargWrap .sagunjaTitle {
        margin: 0 auto 5%;
        font-size: 32px;
    }
    #p22 .front .conWrap .imgContent .txt {
        font-size: 20px;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .title {
        max-width: 536px;
    }
    #p23 .front .conWrap .title p {
        margin-left: 6%;
        font-size: 48px;
    }
    #p23 .front .conWrap .title p::after {
        width: 13.7%;
    }
    #p23 .front .conWrap .dialogArea > div {
        gap: 10px;
    }
    #p23 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    /*시왕도 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .con .moviePopup {
        top: 44%;
        right: 5%;
    }
    #p26 .front .conWrap .dialogArea {
        top: 38%;
        left: 6.5%;
        width: 90%;
    }
    #p26 .front .conWrap .dialogArea .dad {
        gap: 10px;
    }
    #p26 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p26 .front .conWrap .dialogArea .puleu .icon {
        width: 129px;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con {
        gap: 3%;
        padding: 0 20px;
    }
    #p27 .front .conWrap .con .title {
        max-width: 485px;
    }
    #p27 .front .conWrap .con .title p {
        margin-left: 6%;
        font-size: 48px;
    }
    #p27 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p27 .front .conWrap .dialogArea .bawoo02 .icon {
        width: 106px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 120px;
    }
    /*송암 영역 끝*/
    /*엔딩 영역 시작*/
    #p29 .front .title {
        max-width: none;
        width: 50%;
    }
    /*엔딩 영역 끝*/
}

@media screen and (max-width: 1080px) {
    /*사군자 영역 시작*/
    #p20 .front .conArea .conWrap {
        align-items: center;
    }
    #p20 .front .conWrap .con {
        justify-content: center;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        padding-top: 3%;
    }
    #p20 .front .conWrap .img {
        top: auto;
        bottom: 10%;
        left: auto;
        right: -6%;
        transform: translateY(0);
        width: 41.2%;
        aspect-ratio: 1.45/2.79;
        background: url(../data/img/sagunja_m_content01.png) center / contain no-repeat;
    }
    #p20 .front .conWrap .img > img,
    #p20 .front .conWrap .img::after {
        display: none;
    }
    #p20 .front .conWrap .relicInfoArea {
        top: 52%;
        left: 5%;
    }
    #p20 .front .conWrap .relicInfoArea .title {
        width: 33.2%;
    }
    #p20 .front .conWrap .relicInfoArea .title p {
        font-size: 24px;
    }
    #p20 .front .conWrap .relicInfoArea .txt {
        font-size: 20px;
    }
    #p20 .front .conWrap .dialogArea {
        width: 100%;
    }
    #p20 .front .conWrap .dialogArea .bawooScholar > div {
        gap: 4px;
    }
    #p20 .front .conWrap .dialogArea .scholar .icon {
        margin-top: 5%;
    }
    #p20 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 50%;
        aspect-ratio: 16.4/3.6;
        background-image: url(../data/img/sagunja_m_img01.png);
    }
    #p20 .front .conWrap .dialogArea .scholar .speechBubble {
        width: 89%;
        aspect-ratio: 2.92/2.28;
        background-image: url(../data/img/sagunja_m_img02.png);
    }
    #p20 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #p20 .front .conWrap .sagunjaInfoArea {
        width: 100%;
        margin-top: 70%;
        border-radius: 12px;
    }
    #p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div p {
        padding: 4px 8px;
        font-size: 16px;
    }
    #p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.maehwaArea p, 
    #p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div.daenamuArea p {
        left: 52%;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .front .conArea .con, 
    #p22 .front .conArea .con {
        padding: 0 40px;
    }
    #p21 .front .conWrap .imgContent::before,
    #p22 .front .conWrap .imgContent::before {
        max-width: 166px;
    }
    #p21 .front .conWrap .imgContent::after,
    #p22 .front .conWrap .imgContent::after {
        max-width: 202px;
    }
    .game .drag2,
    .game .gameCon .drop2,
    .game .gameCon .correct img {
        max-width: 120px;
    }
    /*매난국죽게임 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p23 .front .conWrap .title {
        max-width: 435px;
        width: 88%;
        height: 74px;
        justify-content: center;
        margin: 0 auto 2%;
    }
    #p23 .front .conWrap .title p {
        margin-left: 0;
        font-size: 32px;
        text-indent: -7%;
    }
    #p23 .front .conWrap .title p::after {
        top: 54%;
        right: -10%;
        width: 32px;
        height: 69px;
    }
    #p23 .front .conWrap .con {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #p23 .front .conWrap .content {
        flex-direction: column;
    }
    #p23 .front .conWrap .dialogArea {
        width: 100%;
    }
    #p23 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 3%;
    }
    #p23 .front .conWrap .dialogArea .puleu01 {
        margin-bottom: 4%;
    }
    #p23 .front .conWrap .dialogArea .puleu01 .speechBubble {
        width: 81.85%;
        aspect-ratio: 27.5/3.4;
        background-image: url(../data/img/yeomra_m_img01.png);
    }
    #p23 .front .conWrap .dialogArea .dad01 .speechBubble {
        width: 61.12%;
        aspect-ratio: 20.5/8.6;
        background-image: url(../data/img/yeomra_m_img02.png);
    }
    #p23 .front .conWrap .dialogArea .puleu02 .speechBubble {
        width: 78.3%;
        aspect-ratio: 26.3/6;
        background-image: url(../data/img/yeomra_m_img03.png);
    }
    #p23 .front .conWrap .dialogArea .dad02 .speechBubble {
        width: 83.04%;
        aspect-ratio: 27.9/13;
        background-image: url(../data/img/yeomra_m_img04.png);
    }
    #p23 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #p23 .front .conWrap .content > img {
        position: absolute;
        right: -1%;
        bottom: -82%;
        width: 97%;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        align-items: flex-end;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #p24 .front .conWrap .dialogArea {
        position: absolute;
        top: 3%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
    }
    #p24 .front .conWrap .dialogArea > div {
        gap: 4px;
    }
    #p24 .front .conWrap .dialogArea .puleu .speechBubble {
        width: 83.4%;
        aspect-ratio: 28/3.4;
        background-image: url(../data/img/siwangdo_m_img02.png);
    }
    #p24 .front .conWrap .dialogArea .dad01 .speechBubble {
        aspect-ratio: 29.1/7.7;
        background-image: url(../data/img/siwangdo_m_img03.png);
    }
    #p24 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 51.8%;
        aspect-ratio: 17.4/3.6;
        background-image: url(../data/img/siwangdo_m_img04.png);
    }
    #p24 .front .conWrap .dialogArea .dad02 .speechBubble {
        width: 85.3%;
        aspect-ratio: 2.86/1.33;
        background-image: url(../data/img/siwangdo_m_img05.png);
    }
    #p24 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #p24 .front .conWrap .con .img {
        width: 100%;
        padding-top: 100%;
    }
    #p24 .front .conWrap .con .img::before {
        bottom: -3%;
        right: -2%;
        max-width: 120px;
    }
    #p24 .front .conWrap .con .moviePopup {
        bottom: 0;
        right: 22%;
        width: 58%;
        background-image: url(../data/img/siwangdo_m_img01.png);
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conArea .conWrap {
        align-items: center;
    }
    #p25 .front .conWrap .con {
        max-width: 560px;
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        padding: 0;
        padding-top: 3%;
    }
    #p25 .front .conWrap .con > .title {
        width: fit-content;
        margin: 0 auto 4%;
        padding: 16px 40px;
        border-radius: 70px;
    }
    #p25 .front .conWrap .con > .title p {
        font-size: 32px;
        text-align: center;
    }
    #p25 .front .conArea .con .content .moviePopup {
        top: 16%;
        max-width: 209px;
        width: 58.06%;
        aspect-ratio: 20.9/8.1;
        background-image: url(../data/img/uriseong_m_img03.png);
    }
    #p25 .front .conArea .con .content .img {
        width: 100%;
    }
    #p25 .front .conWrap .dialogArea {
        position: static;
        width: 100%;
        margin-top: 8%;
    }
    #p25 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 3%;
    }
    #p25 .front .conWrap .dialogArea .bawoo .icon {
        width: 78px;
    }
    #p25 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 52.5%;
        aspect-ratio: 17.6/5.5;
        margin-top: 8%;
        background-image: url(../data/img/uriseong_m_img01.png);
    }
    #p25 .front .conWrap .dialogArea .dad .speechBubble {
        width: 88%;
        aspect-ratio: 2.89/1.5;
        background-image: url(../data/img/uriseong_m_img02.png);
    }
    #p25 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #p25 .front .conWrap .relicInfoArea {
        margin-top: 3%;
        float: left;
    }
    #p25 .front .conWrap .relicInfoArea .title {
        width: 27.42%;
    }
    #p25 .front .conWrap .relicInfoArea .title p {
        font-size: 24px;
    }
    #p25 .front .conWrap .relicInfoArea .txt {
        font-size: 20px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .conWrap {
        align-items: center;
    }
    #p26 .front .conWrap .con {
        position: relative;
        max-width: 560px;
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        padding: 0;
        padding-top: 3%;
    }
    #p26 .front .conArea .con .img {
        width: 100%;
    }
    #p26 .front .conArea .con .moviePopup {
        top: 25%;
        right: -6%;
        max-width: 209px;
        width: 63.06%;
        aspect-ratio: 20.9/8.1;
        background-image: url(../data/img/pyeongyangseongdo_m_img01.png);
    }
    #p26 .front .conWrap .dialogArea {
        position: static;
        width: 100%;
        margin-top: 10%;
    }
    #p26 .front .conWrap .dialogArea .puleu {
        margin-bottom: 4%;
    }
    #p26 .front .conWrap .dialogArea .dad {
        gap: 4px;
    }
    #p26 .front .conWrap .dialogArea .puleu .icon {
        width: 86px;
    }
    #p26 .front .conWrap .dialogArea .puleu .speechBubble {
        position: static;
        width: 42.56%;
        aspect-ratio: 14.3/5.2;
        margin-bottom: 4%;
        background-image: url(../data/img/pyeongyangseongdo_m_img02.png);
    }
    #p26 .front .conWrap .dialogArea .dad .speechBubble {
        width: 87%;
        aspect-ratio: 2.89/1.52;
        background-image: url(../data/img/pyeongyangseongdo_m_img03.png);
    }
    #p26 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #p26 .front .conWrap .dialogArea .dad .speechBubble p {
        margin-right: 3%;
    }
    #p26 .front .conWrap .relicInfoArea {
        margin-top: 6%;
    }
    #p26 .front .conWrap .relicInfoArea .title {
        width: 126px;
    }
    #p26 .front .conWrap .relicInfoArea .title p {
        font-size: 24px;
    }
    #p26 .front .conWrap .relicInfoArea .txt {
        margin-top: 2%;
        font-size: 20px;
    }
    /*평양성도 영역 끝*/    
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con {
        flex-direction: column;
        align-items: flex-start;
        max-width: 560px;
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        padding: 0;
    }
    #p27 .front .conWrap .content {
        width: 100%;
    }
    #p27 .front .conWrap .con .title p {
        font-size: 32px;
    }
    #p27 .front .conWrap .dialogArea > div {
        gap: 4px;
    }
    #p27 .front .conWrap .dialogArea .dad01 {
        margin-bottom: 0.5%;
    }
    #p27 .front .conWrap .dialogArea .bawoo01 .speechBubble {
        width: 55.1%;
        aspect-ratio: 18.5/3.6;
        background-image: url(../data/img/gyeomjaejeongseon_m_img01.png);
    }
    #p27 .front .conWrap .dialogArea .dad01 .speechBubble {
        width: 57.2%;
        aspect-ratio: 19.2/7.7;
        background-image: url(../data/img/gyeomjaejeongseon_m_img02.png);
    }
    #p27 .front .conWrap .dialogArea .bawoo02 .speechBubble {
        width: 43.5%;
    }
    #p27 .front .conWrap .dialogArea .dad02 .speechBubble {
        width: 85.5%;
        aspect-ratio: 2.87/1.33;
        background-image: url(../data/img/gyeomjaejeongseon_m_img03.png);
    }
    #p27 .front .conWrap .dialogArea .dad02 .speechBubble::after {
        top: -19%;
        right: 8%;
        width: 83px;
    }
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #p27 .front .conWrap .con .img {
        width: 56.56%;
        margin-top: 2%;
        margin-left: 13%;
    }
    #p27 .front .conWrap .con .img::before {
        bottom: -4%;
        left: -22%;
        width: 46.32%;
    }
    #p27 .front .conWrap .con .img::after {
        bottom: 11%;
        right: -55%;
        width: 61.2%;
    }
    #p27 .front .conWrap .moviePopup {
        bottom: 0;
        right: -3%;
        max-width: 209px;
        width: 58.1%;
        aspect-ratio: 20.9/8.1;
        background-image: url(../data/img/gyeomjaejeongseon_m_img04.png);
    }
    /*겸재정선을 만나다 영역 끝*/    
    /*송암 영역 시작*/
    #p28 .front .conArea .img {
        bottom: -2.5%;
        left: auto;
        right: 1%;
        max-width: 116px;
        width: 32.25%;
    }
    #p28 .front .conWrap .con {
        max-width: 560px;
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        padding: 0;
    }
    #p28 .front .conArea .con > img {
        width: 100%;
        padding-top: 100%;
    }
    #p28 .front .conWrap .dialogArea {
        top: 2%;
        right: auto;
        left: 50%;
        transform: translate(-50% , 0);
        width: 100%;
    }
    #p28 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 2%;
    }
    #p28 .front .conWrap .dialogArea .songam01 {
        margin-bottom: 3%;
    }
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 72px;
        aspect-ratio: 7.2/10.4;
        margin-bottom: 14%;
    }
    #p28 .front .conWrap .dialogArea .puleu01 .speechBubble {
        width: 60.6%;
        aspect-ratio: 21.8/3.6;
        background-image: url(../data/img/songam_m_img01.png);
    }
    #p28 .front .conWrap .dialogArea .songam01 .speechBubble {
        width: 80%;
        aspect-ratio: 28/15.6;
        background-image: url(../data/img/songam_m_img02.png);
    }
    #p28 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 69.5%;
        aspect-ratio: 25/3.6;
        background-image: url(../data/img/songam_m_img03.png);
    }
    #p28 .front .conWrap .dialogArea .songam02 .speechBubble {
        width: 87.6%;
        aspect-ratio: 28.9/3.7;
        background-image: url(../data/img/songam_m_img04.png);
    }
    #p28 .front .conWrap .dialogArea .puleu02 .speechBubble {
        width: 58.6%;
        aspect-ratio: 20.1/5.3;
        background-image: url(../data/img/songam_m_img05.png);
    }
    #p28 .front .conWrap .dialogArea .songam03 .speechBubble {
        width: 31.67%;
        aspect-ratio: 11.4/3.6;
        background-image: url(../data/img/songam_m_img06.png);
    }
    #p28 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 960px) {
    /*사군자 영역 시작*/ 
    #p20 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*사군자 영역 끝*/ 
    /*삼강청자게임 영역 시작*/ 
    #p21 .front .conWrap .imgContent .gameInfoTxt {
        font-size: 18px;
        text-indent: 30px;
    }
    .main {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*매난국죽게임 영역 시작*/
    #p21 .dargWrap .infoText {
        font-size: 20px;
    }
    #p21 .page {
        padding: 3% 5% 2%;
    }
    #p21 .front .conWrap .imgContent::before,
    #p22 .front .conWrap .imgContent::before {
        max-width: 126px;
    }
    #p21 .front .conWrap .imgContent::after,
    #p22 .front .conWrap .imgContent::after {
        max-width: 162px;
    }
    .game_after {
        gap: 3%;
    }
    .game .gameCon p {
        font-size: 16px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .dargWrap .sagunjaTitle {
        font-size: 28px;
    }
    .game .gameCon .sagunjaName {
        max-width: 100px;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        gap: 2%;
    }
    #p24 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .con > .title p {
        font-size: 38px;
    }
    #p25 .front .conWrap .dialogArea {
        top: 40.5%;
    }
    #p25 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p25 .front .conWrap .dialogArea .bawoo .icon {
        width: 84px;
    }
    #p25 .front .conWrap .relicInfoArea {
        margin-top: 13%;
    }
    #p25 .front .conWrap .relicInfoArea .txt {
        font-size: 18px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p26 .front .conWrap .relicInfoArea .txt {
        font-size: 18px;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con .title p {
        font-size: 38px;
        text-indent: 4%;
    }
    #p27 .front .conWrap .con .title p::after {
        left: -26%;
        width: 24%;
    }
    #p27 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p27 .front .conWrap .dialogArea .bawoo02 .icon {
        width: 75px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 90px;
    }
    /*송암 영역 끝*/
    /*엔딩 영역 시작*/
    #p29 .front .txt {
        font-size: 3vw;
    }
    /*엔딩 영역 끝*/
}
@media screen and (max-width: 840px) {
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .dialogArea {
        top: 34.5%;
    }
    /*우리성의 놀라움 영역 끝*/
}

@media screen and (max-width: 768px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p20 .front .conWrap .relicInfoArea .title p {
        font-size: 24px;
    }
    #p20 .front .conWrap .relicInfoArea .txt,
    #p20 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*사군자 영역 끝*/
    /*삼강청자게임 영역 시작*/ 
    #p21 .front .conArea .conWrap,
    #p22 .front .conArea .conWrap {
        top: 50%;
    }
    #p21 .front .conWrap .title,
    #p22 .front .conWrap .title {
        width: 350px;
    }
    #p21 .front .conWrap .imgContent,
    #p22 .front .conWrap .imgContent {
        max-width: 500px;
        aspect-ratio: 1 /1.5;
        margin: 15% auto 0;
    }
    #p21 .front .conWrap .imgContent .gameInfoTxt {
        font-size: 14px;
        text-indent: 0;
        color: #fff;
    }
    #p21 .front .conWrap .imgContent .gameInfoTxt::after {
        content: "블록을 움직여서 아래 판 모양에 맞게 놓아주세요";
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 286px;
        height: fit-content;
        background: none;
        color: #000;
    }
    .page {
        padding: 5%;
    }
    .page::before, 
    .page::after {
        display: none;
    }
    .imgDrag .puzzle {
        max-width: 316px;
    }
    /*팝업 영역 시작*/
    .popupArea .popupWrap {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .popupArea .wrongPuzzle .popupWrap .popup {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 274px;
        width: 100%;
        box-sizing: border-box;
        font-size: 20px;
    }
    .popupArea .successPuzzle .popupWrap .popup {
        max-width: 300px;
        aspect-ratio: 1/0.8;
    }
    .popupArea .popupWrap .popup .x_btn {
        top: 0;
        right: 0;
    }
    /*팝업 영역 끝*/
    /*삼강청자게임 영역 끝*/  
    /*매난국죽게임 영역 시작*/
    #p21 .page {
        padding: 7% 5%;
    }
    #p21 .front .conWrap .imgContent, 
    #p22 .front .conWrap .imgContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 /0.5;
        margin: 10% auto 0;
    }
    #p21 .front .conWrap .imgContent::before,
    #p22 .front .conWrap .imgContent::before {
        bottom: auto;
        top: 30%;
        transform: rotate(45deg);
        z-index: 2;
    }
    #p21 .front .conWrap .imgContent::after,
    #p22 .front .conWrap .imgContent::after {
        bottom: 20%;
        background: url(../data/img/game_2_m_img01.png) center / contain no-repeat;
    }
    #p21 .front .conWrap .imgContent .gameInfoTxt::after {
        clear: both;
        display: block;
        position: absolute;
    }
    #p21 .dargWrap .infoText {
        font-size: 18px;
    }
    #p21 .dargWrap .infoText br {
        display: none;
    }
    #p21 .dargWrap .infoText br.mo {
        display: block;
    }
    .game_before {
        flex-wrap: wrap;
        justify-content: center;
        margin: 8% auto 4%;
        padding: 4% 6%;
    }
    .game .drag2, 
    .game .gameCon .drop2,
    .game .gameCon .correct img {
        width: 120px;
    }
    .game_after {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        width: 100%;
    }
    .game .gameCon {
        max-width: 140px;
        width: 100%;
    }
    .game .gameCon > img {
        max-width: 89px;
    }
    .game .gameCon p {
        display: none;
    }
    .game .gameCon .drop2,
    .game .gameCon .correct img {
        margin-top: 10px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .dargWrap .sagunjaTitle {
        font-size: 24px;
    }
    #p22 .game .gameCon > img {
        max-width: 110px;
    }
    .game .gameCon .sagunjaName {
        max-width: 120px;
    }
    #p22 .game .gameCon p {
        display: block;
        margin: 4px 0;
        font-size: 14px;
    }
    #p22 .front .conWrap .imgContent .txt {
        font-size: 16px;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
        padding-top: 3%;
    }
    #p23 .front .conWrap .title p {
        font-size: 28px;
    }
    #p23 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p24 .front .conWrap .dialogArea {
        top: 0;
        max-width: 460px;
    }
    #p24 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p24 .front .conWrap .con .img {
        width: 100%;
        padding-top: 90%;
    }
    #p24 .front .conWrap .con .moviePopup {
        width: 38%;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p25 .front .conWrap .con > .title p {
        font-size: 32px;
    }
    #p25 .front .conWrap .dialogArea {
        position: static;
        width: 100%;
        margin-top: 8%;
    }
    #p25 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 3%;
    }
    #p25 .front .conWrap .dialogArea .bawoo .icon {
        width: 78px;
    }
    #p25 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p25 .front .conWrap .relicInfoArea {
        margin-top: 3%;
        float: left;
    }
    #p25 .front .conWrap .relicInfoArea .title {
        width: 27.42%;
    }
    #p25 .front .conWrap .relicInfoArea .title p {
        font-size: 24px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .conWrap {
        align-items: center;
    }
    #p26 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p26 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p26 .front .conWrap .relicInfoArea .title {
        width: 26%;
    }
    #p26 .front .conWrap .relicInfoArea .title p {
        font-size: 24px;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p27 .front .conWrap .con .title {
        height: 74px;
        margin: 0 auto 4%;
    }
    #p27 .front .conWrap .con .title p {
        font-size: 28px;
    }
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p28 .front .conArea .con > img {
        width: 100%;
        padding-top: 100%;
    }
    #p28 .front .conWrap .dialogArea {
        width: calc(100% - 40px);
    }
    #p28 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*송암 영역 끝*/
    /*엔딩 영역 시작*/
    #p29 .front {
        background-image: url(../data/img/ending_m.jpg);
    }
    #p29 .front .title {
        width: 50%;
        min-width: 300px;
    }
    /*엔딩 영역 끝*/
}

@media screen and (max-width: 692px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .sagunjaInfoArea {
        margin-top: 54%;
    }
    /*사군자 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .con {
        max-width: 460px;
    }
    #p23 .front .conWrap .dialogArea .puleu01 {
        margin-bottom: 2%;
    }
    #p23 .front .conWrap .content > img {
        position: absolute;
        right: -1%;
        bottom: -55%;
        width: 68%;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        justify-content: flex-start;
    }
    #p24 .front .conWrap .con .img {
        width: 76%;
    }
    #p24 .front .conWrap .con .img::before {
        right: -31%;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .dialogArea {
        margin-top: 1%;
    }
    #p25 .front .conWrap .relicInfoArea {
        margin-top: 0%;
    }
    /*우리성의 놀라움 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con .img {
        width: 41.56%;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conArea .con > img {
        width: 73%;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 602px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .sagunjaInfoArea {
        margin-top: 70%;
    }
    /*사군자 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .content > img {
        position: absolute;
        right: -1%;
        bottom: -82%;
        width: 97%;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        justify-content: center;
    }
    #p24 .front .conWrap .con .img {
        width: 100%;
    }
    #p24 .front .conWrap .con .img::before {
        right: -2%;
    }
    /*시왕도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con .img {
        width: 56.56%;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conArea .con > img {
        width: 100%;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 580px) {
    .pages .front .conArea .conWrap {
        z-index: 2;
    }
    /*사군자 영역 시작*/
    #p20 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    #p20 .front .conWrap .relicInfoArea .txt, 
    #p20 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    #p20 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p20 .front .conWrap .sagunjaInfoArea {
        margin-top: 60%;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .front .conArea .con, 
    #p22 .front .conArea .con {
        padding: 0 12px;
    }
    #p21 .dargWrap .infoText {
        font-size: 16px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .front .conWrap .imgContent::before {
        left: -15.5%;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .title {
        height: 54px;
    }
    #p23 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p23 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    #p23 .front .conWrap .content > img {
        bottom: -85%;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con .img {
        padding-top: 78%;
    }
    #p24 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p24 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conArea .con .content .moviePopup {
        right: 0;
    }
    #p25 .front .conWrap .con > .title {
        padding: 8px 36px 8px 90px;
    }
    #p25 .front .conWrap .con > .title p {
        font-size: 28px;
    }
    #p25 .front .conWrap .con > .title p::after {
        top: 58%;
        left: -57%;
        width: 46.5%;
    }
    #p25 .front .conWrap .dialogArea {
        margin-top: 8%;
    }
    #p25 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p25 .front .conWrap .dialogArea > div .speechBubble p,
    #p25 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    #p25 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    #p25 .front .conWrap .relicInfoArea .txt {
        letter-spacing: -0.3px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p26 .front .conWrap .dialogArea > div .speechBubble p,
    #p26 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    #p26 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    #p26 .front .conWrap .relicInfoArea .txt {
        letter-spacing: -0.3px;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con .title {
        height: 54px;
    }
    #p27 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p27 .front .conWrap .dialogArea .bawoo02 .icon {
        width: 53px;
    }
    #p27 .front .conWrap .dialogArea .dad02 .speechBubble::after {
        width: 56px;
    }
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conArea .img {
        z-index: 3;
    }
    #p28 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 59px;
    }
    #p28 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 440px) {
    /*삼강청자게임 영역 시작*/
    #p21 .front .conWrap .title,
    #p22 .front .conWrap .title {
        width: 256px;
    } 
    /*삼강청자게임 영역 끝*/ 
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conArea .con .content .moviePopup {
        right: -4%;
    }
    /*우리성의 놀라움 영역 끝*/
}

@media screen and (max-width: 420px) {
    /*사군자 영역 시작*/
    #p20 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p20 .front .conWrap .con {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    /*사군자 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p23 .front .conWrap .con {
        width: 100%;
        padding: 10% 12px 0;
        box-sizing: border-box;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p24 .front .conWrap .con {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    #p24 .front .conWrap .dialogArea {
        width: calc(100% - 24px);
    }
    #p24 .front .conWrap .con .img {
        margin-bottom: 8%;
    }
    #p24 .front .conWrap .con .img::before {
        bottom: -6%;
        right: -2%;
        width: 29.76%;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p25 .front .conWrap .con {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    #p26 .front .conArea .con .moviePopup {
        top: 23%;
        right: -4%;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p26 .front .conWrap .con {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conArea .conWrap {
        align-items: center;
        padding: 12px 0;
    }
    #p27 .front .conWrap .con {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 끝*/
    #p28 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p28 .front .conWrap .con {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    #p28 .front .conWrap .dialogArea {
        width: calc(100% - 24px);
    }
    #p28 .front .conWrap .dialogArea > div {
        margin-bottom: 1%;
    }
    #p28 .front .conWrap .dialogArea .songam01 {
        margin-bottom: 1%;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 400px) {
    .pages .front .conArea .conWrap {
        padding: 12px 4px;
    }
    /*삼강청자게임 영역 시작*/
    .pages .front .conArea {
        padding: 0;
    }
    #p21 .front .conArea .con, 
    #p22 .front .conArea .con {
        padding: 0;
    }
    #p21 .front .conArea .conWrap,
    #p22 .front .conArea .conWrap {
        align-items: flex-end;
        position: static;
        padding: 0;
        transform: translate(0, 0);
    }
    #p21 .front .conWrap .imgContent,
    #p22 .front .conWrap .imgContent {
        margin: 14% auto 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .page {
        padding: 24px 5%;
    }
    .imgDrag .puzzle {
        max-width: 270px;
    }
    /*매난국죽게임 영역 시작*/
    #p21 .front .conWrap .imgContent, 
    #p22 .front .conWrap .imgContent {
        margin: 10% auto 0;
    }
    #p21 .page {
        padding: 7% 2%;
    }
    #p21 .front .conWrap .imgContent::before,
    #p22 .front .conWrap .imgContent::before {
        max-width: 103px;
    }
    #p21 .front .conWrap .imgContent::after,
    #p22 .front .conWrap .imgContent::after {
        right: -12.5%;
        max-width: 152px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .page {
        padding: 6% 3%;
    }
    #p22 .front .conWrap .imgContent {
        padding: 5% 0;
    }
    #p22 .front .conWrap .imgContent::before {
        top: 0;
    }
    #p22 .front .conWrap .imgContent::after {
        bottom: 27%;
    }
    /*사군자의 덕목 영역 끝*/
}

@media screen and (max-width: 360px) {
    /*매난국죽게임 영역 시작*/
    #p21 .front .conWrap .imgContent::before {
        left: -16%;
        max-width: 103px;
    }
    #p21 .front .conWrap .imgContent::after {
        bottom: 19%;
        right: -17.5%;
        max-width: 152px;
    }
    #p21 .dargWrap .infoText {
        font-size: 14px;
    }
    .game_before {
        width: 300px;
        gap: 10px;
    }
    .game_after {
        gap: 16px 0;      
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .front .conWrap .imgContent::before {
        max-width: 103px;
    }
    #p22 .front .conWrap .imgContent::after {
        max-width: 152px;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conArea .conWrap {
        padding: 0;
    }
    #p23 .front .conWrap .con {
        padding-top: 56px;
    }
    #p23 .front .conWrap .title {
        width: 100%;
    }
    #p23 .front .conWrap .content > img {
        bottom: -71%;
        width: 80%;
        padding-bottom: 12px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conArea .conWrap {
        padding: 0;
    }
    #p24 .front .conWrap .con {
        padding-top: 56px;
    }
    #p24 .front .conWrap .dialogArea {
        top: 46px;
    }
    #p24 .front .conWrap .con .img::before {
        bottom: -4%;
    }
    #p24 .front .conWrap .con .moviePopup {
        width: 59%;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conArea .conWrap {
        padding: 0;
    }
    #p25 .front .conWrap .con > .title {
        max-width: 315px;
        width: 100%;
        padding: 8px 36px 8px 70px;
        box-sizing: border-box;
    }
    #p25 .front .conWrap .con > .title p::after {
        left: -49%;
    }
    #p25 .front .conWrap .relicInfoArea .title {
        width: 96px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .conWrap {
        padding: 0;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conArea .conWrap {
        padding: 0;
    }
    #p27 .front .conWrap .con {
        padding: 0 12px;
    }
    #p27 .front .conWrap .con .title {
        width: 100%;
    }
    #p27 .front .conWrap .con .img {
        width: 50.2%;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conArea .img {
        position: fixed;
    }
    #p28 .front .conArea .conWrap {
        padding: 0;
    }
    #p28 .front .conWrap .con {
        padding: 0 12px;
    }
    #p28 .front .conWrap .dialogArea {
        top: 5%;
    }
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 72px;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 350px) {
    /*사군자 영역 시작*/
    #p20 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*사군자 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*시왕도 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conWrap .dialogArea > div .speechBubble p,
    #p26 .front .conWrap .relicInfoArea .txt {
        font-size: 13px;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 52px;
    }
    #p28 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 340px) {
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .dialogArea .dad .speechBubble p {
        margin-right: 2%;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .dialogArea > div .speechBubble p,
    #p25 .front .conWrap .relicInfoArea .txt {
        font-size: 13px;
    }
    /*우리성의 놀라움 영역 끝*/
}

@media screen and (max-height: 915px) and (max-width: 1080px) {
    /*사군자 영역 시작*/
    #p20 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p20 .front .conWrap .con {
        padding: 80px 12px 50px;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .front .conArea .conWrap, 
    #p22 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p21 .front .conWrap .imgContent, 
    #p22 .front .conWrap .imgContent {
        margin-top: 150px;
    }
    #p21 .front .conWrap .title, 
    #p22 .front .conWrap .title {
        top: 80px;
    }
    /*매난국죽게임 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .con {
        padding-top: 80px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p24 .front .conWrap .dialogArea {
        top: 80px;
    }
    #p24 .front .conWrap .con .img::before {
        bottom: -1%;
    }
    #p24 .front .conWrap .con .moviePopup {
        bottom: 15px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p25 .front .conWrap .con {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p26 .front .conWrap .con {
        padding-top: 78px;
        padding-bottom: 30px;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p27 .front .conWrap .con {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    #p27 .front .conWrap .moviePopup {
        bottom: 10px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p28 .front .conWrap .con {
        padding-bottom: 30px;
    }
    #p28 .front .conArea .img {
        position: fixed;
    }
    #p28 .front .conArea .con > img {
        padding-top: 400px;
    }
    #p28 .front .conWrap .dialogArea {
        top: 80px;
    }
    /*송암 영역 끝*/
    /*엔딩 영역 시작*/
    #p29 .front .title {
        width: 40%;
    }
    /*엔딩 영역 끝*/
}