* {
    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 {
    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%;
}
/*표지 영역 시작*/
#p0 .front {
    width: 100%;
    height: 100%;
    background: url(../data/img/bookCover_pc.jpg) center / cover no-repeat;
}
#p0 .front .title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1500px;
    width: 100%;
    padding-bottom: 25%;
    box-sizing: border-box;
    background: url(../data/img/bookCover_pc_title.png) center / 95% no-repeat;
}
/*표지 영역 끝*/
/*웹툰 영역 시작*/
#p1 .front .conArea {
    background: #fdffe7;
}
#p1 .front .pattern01 {
    top: 150px;
    right: 0;
    width: 501px;
    height: 517px;
    background: url(../data/img/webtoon_pc_pattern02.png) center / contain no-repeat;
}
#p1 .front .pattern02 {
    bottom: 110px;
    left: 0;
    width: 458px;
    height: 671px;
    background: url(../data/img/webtoon_pc_pattern01.png) center / contain no-repeat;
}
#p1 .front .imgArea {
    display: flex;
    gap: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1580px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
#p1 .front .imgArea > div {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 50%;
    height: fit-content;
}
#p1 .front .imgArea > div img {
    object-fit: contain;
}
#p1 .front .imgArea .imgContent01::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 27%;
    aspect-ratio: 1 / 1;
    background: url(../data/img/webtoon_pc_img02.png) center / contain no-repeat;
}
#p1 .front .imgArea .imgContent02 {
    margin-top: 178px;
}
#p1 .front .imgArea .imgContent02::before,
#p1 .front .imgArea .imgContent02::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p1 .front .imgArea .imgContent02::before {
    top: -27%;
    right: 10%;
    width: 30%;
    aspect-ratio: 1 / 1.2;
    background: url(../data/img/webtoon_pc_img01.png) center / contain no-repeat;
    z-index: -1;
}
#p1 .front .imgArea .imgContent02::after {
    bottom: -8%;
    right: -19%;
    width: 27%;
    aspect-ratio: 1 / 1;
    background: url(../data/img/webtoon_pc_img03.png) center / contain no-repeat;
}
#p1 .front .moviePopup {
    position: absolute;
    top: 70%;
    left: 21%;
    width: 23.81%;
    aspect-ratio: 4.57/2.35;
    background: url(../data/img/webtoon_pc_img04.png) center / contain no-repeat;
    cursor: pointer;
}
/*웹툰 영역 끝*/
/*목차 영역 시작*/
#p2 .front {
    background: #fdffe7;
}
#p2 .front .conArea {
    background: url(../data/img/contents_pc_bg01.png) bottom / cover no-repeat;
}
#p2 .front .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p2 .front .conWrap .con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    max-width: 1580px;
    width: 100%;
    height: fit-content;
}
#p2 .front .conWrap .imgContent {
    position: relative;
    max-width: 1291px;
    width: 100%;
    padding-right: 16px;
    box-sizing: border-box;
}
#p2 .front .conWrap .imgContent::before,
#p2 .front .conWrap .imgContent::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p2 .front .conWrap .imgContent::before {
    top: 47px;
    right: -109px;
    max-width: 253px;
    width: 100%;
    padding-bottom: 13%;
    background: url(../data/img/contents_pc_img01.png) center / contain no-repeat;
    z-index: -1;
}
#p2 .front .conWrap .imgContent::after {
    top: 55%;
    right: -49px;
    transform: translateY(-50%);
    max-width: 253px;
    width: 100%;
    padding-bottom: 15%;
    background: url(../data/img/contents_pc_img02.png) center / contain no-repeat;
}
#p2 .front .conWrap .imgContent .txtArea {
    position: absolute;
    top: 20%;
    left: 20%;
    /* transform: translate(-50%, -50%); */
    width: fit-content;
    height: fit-content;
    font-size: 48px;
}
#p2 .front .conWrap .imgContent .txtArea p {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
#p2 .front .conWrap .imgContent .txtArea p:last-child {
    margin-bottom: 0;
}
#p2 .front .conWrap .imgContent .txtArea p .num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 76px;
    height: 76px;
    margin-right: 36px;
    color: #fff;
    z-index:2;
}
#p2 .front .conWrap .imgContent .txtArea p .num::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #79c94d;
    z-index: -1;
}
#p2 .front .conWrap .imgContent .txtArea p .highlight {
    display: block;
    position: relative;
    margin-left: 16px;
    color: #0a7f35;
    z-index: 2;
}
#p2 .front .conWrap .imgContent .txtArea p.num05 .highlight {
    margin-left: 0;
}
#p2 .front .conWrap .imgContent .txtArea p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 38px;
    border-radius: 20px;
    background: #ebfade;
    z-index: -1;
}
#p2 .front .conWrap .imgArea {
    position: absolute;
    bottom: 29px;
    left: 7.3%;
}
#p2 .front .conWrap .imgCon {
    position: relative;
    width: 100%;
    height: 100%;
}
#p2 .front .conWrap .imgCon::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -125px;
    left: -130px;
    max-width: 357px;
    width: 100%;
    padding-bottom: 35%;
    background: url(../data/img/contents_pc_img04.png) center / contain no-repeat;
}
#p2 .front .conWrap .img01 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 212px;
    width: 100%;
    height: fit-content;
    object-fit: contain;
}
/*목차 영역 끝*/
/*캐릭터 소개 영역 시작*/
#p3 .front {
    background: #fff7e0;
}
#p3 .front .conArea {
    background: url(../data/img/character_pc_bg01.png) center / cover no-repeat;
}
#p3 .front .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p3 .front .conWrap .con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    max-width: 1580px;
    width: 100%;
    height: fit-content;
}
#p3 .front .conWrap .con::before,
#p3 .front .conWrap .con::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p3 .front .conWrap .con::before {
    bottom: 20px;
    left: -90px;
    width: 223px;
    aspect-ratio: 16 / 13;
    background: url(../data/img/character_pc_img02.png) center / contain no-repeat;
}
#p3 .front .conWrap .con::after {
    top: 70px;
    right: -10px;
    width: 139px;
    aspect-ratio: 16 / 14;
    background: url(../data/img/character_pc_img01.png) center / contain no-repeat;
}
#p3 .front .conWrap .imgContent {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: url(../data/img/character_pc_content.png) center / contain no-repeat;
}
#p3 .front .conWrap .imgContent h2 {
    font-size: 80px;
    font-weight: normal;
    text-align: center;
    line-height: 130px;
    color: #fff;
}
#p3 .front .conWrap .characterArea {
    width: 100%;
    height: calc(100% - 130px);
    padding: 60px 60px 110px 60px;
    box-sizing: border-box;
}
#p3 .front .conWrap .characterArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 76px 32px;
}
#p3 .front .conWrap .characterArea ul li {
    position: relative;
}
#p3 .front .conWrap .characterArea ul li:not(.people) {
    width: calc((100% - 64px) / 3);
}
#p3 .front .conWrap .characterArea ul li img {
    width: 311px;
    height: auto;
    aspect-ratio: 1/ 0.92;
    object-fit: contain;
}
#p3 .front .conWrap .characterArea ul li.people img {
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}
#p3 .front .conWrap .characterArea ul li.people:first-child img {
    width: 243px;
}  
#p3 .front .conWrap .characterArea ul li.dad svg{
    position: absolute;
    top: -20px;
    left: 20px;
    max-width:311px;
    width: 100%;
    aspect-ratio: 1/ 0.92;
}
#p3 .front .conWrap .characterArea ul li.bawoo svg {
    position: absolute;
    bottom: -10px;
    right: 0px;
    max-width:203px;
    width: 100%;
    aspect-ratio: 1/ 0.8;
}
#p3 .front .conWrap .characterArea ul li.puleu svg {
    position: absolute;
    bottom: -20px;
    right: 20px;
    max-width:240px;
    width: 100%;
    aspect-ratio: 1/ 1.2;
}
#p3 .front .conWrap .characterArea ul li.people {
    width: calc((100% - 252px) / 4);
}
#p3 .front .conWrap .characterArea ul li:not(.people) .textArea {
    width: 250px;
    aspect-ratio: 1/ 1.025;
    padding: 30px 36px;
    border: 6px solid #ef7930;
    border-radius: 30px;
    box-sizing: border-box;
    background: #ffe8da;
}
#p3 .front .conWrap .characterArea ul li.dad .textArea {
    margin-left: 290px;
}
#p3 .front .conWrap .characterArea ul li.bawoo .textArea {
    margin-left: 70px;
    border: 6px solid #696969;
    background: #e5e5e5;
}
#p3 .front .conWrap .characterArea ul li.puleu .textArea {
    border: 6px solid #0b9c40;
    background: #daf2e3;
}
#p3 .front .conWrap .characterArea ul li .textArea h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 56px;
    font-weight: normal;
    color: #ef7930;
}
#p3 .front .conWrap .characterArea ul li.bawoo .textArea h3 {
    color: #696969;
}
#p3 .front .conWrap .characterArea ul li.puleu .textArea h3 {
    color: #0b9c40;
}
#p3 .front .conWrap .characterArea ul li .textArea h3::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 32px;
    height: 4px;
    background: #ef7930;
}
#p3 .front .conWrap .characterArea ul li.bawoo .textArea h3::after {
    background: #696969;
}
#p3 .front .conWrap .characterArea ul li.puleu .textArea h3::after {
    background: #0b9c40;
}
#p3 .front .conWrap .characterArea ul li .textArea p {
    font-size: 32px;
} 
#p3 .front .conWrap .characterArea ul li.people .textArea p {
    margin-top: 14px;
    text-align: center;
} 
/*캐릭터 소개 영역 끝*/
/*1층 평면도 영역 시작*/
#p4 .front {
    background: #ffecc2;
}
#p4 .front .conArea .pattern01,
#p5 .front .conArea .pattern01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 364px;
    height: 324px;
    background: url(../data/img/floor_1_pc01.png) center / contain no-repeat;
}
#p4 .front .conWrap,
#p5 .front .conWrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}
#p4 .front .conWrap .con,
#p5 .front .conWrap .con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    max-width: 1580px;
    width: 100%;
    height: fit-content;
}
#p4 .front .conWrap .con::before,
#p4 .front .conWrap .con::after,
#p5 .front .conWrap .con::before,
#p5 .front .conWrap .con::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
#p4 .front .conWrap .con::before,
#p5 .front .conWrap .con::before {
    top: -5%;
    left: -5%;
    width: 397px;
    aspect-ratio: 1.4/ 2;
    background: url(../data/img/floor_1_pc03.png) center / contain no-repeat;
}
#p4 .front .conWrap .con::after,
#p5 .front .conWrap .con::after {
    top: 16%;
    right: -11%;
    width: 385px;
    aspect-ratio: 1.4/ 2;
    background: url(../data/img/floor_1_pc04.png) center / contain no-repeat;
}
#p4 .front .conWrap .imgContent,
#p5 .front .conWrap .imgContent {
    width: 100%;
    aspect-ratio: 17 / 10;
    background: url(../data/img/floor_1_pc_content.png) center / contain no-repeat;
}
#p4 .front .conWrap .imgContent .imgContentTitle, 
#p5 .front .conWrap .imgContent .imgContentTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    /* height: 145px; */
    aspect-ratio: 17 / 4;
    background: url(../data/img/floor_1_pc_img01.png) center / contain no-repeat;
    font-size: 72px;
    font-weight: normal;
}
#p4 .front .conWrap .imgContent p,
#p5 .front .conWrap .imgContent p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    aspect-ratio: 17 / 4.5;
    font-size: 46px;
    color: #fff;
}
#p4 .front .conWrap .img,
#p5 .front .conWrap .img {
    position: absolute;
}
#p4 .front .conWrap .img01,
#p5 .front .conWrap .img01 {
    bottom: -1%;
    right: -1.5%;
    width: 256px;
    aspect-ratio: 1 / 1.1;
    background: url(../data/img/floor_1_pc_img02.png) center / contain no-repeat;
}
#p4 .front .conWrap .img02,
#p5 .front .conWrap .img02 {
    bottom: -1%;
    left: 3.8%;
    width: 173px;
    aspect-ratio: 1 / 1;
    background: url(../data/img/floor_1_pc_img03.png) center / contain no-repeat;
}
#p4 .front .conWrap .img03,
#p5 .front .conWrap .img03 {
    bottom: -1%;
    left: -1.4%;
    width: 122px;
    aspect-ratio: 1 / 1.6;
    background: url(../data/img/floor_1_pc_img04.png) center / contain no-repeat;
}
#p4 .front .conArea .pattern02,
#p5 .front .conArea .pattern02 {
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 237px;
    height: 272px;
    background: url(../data/img/floor_1_pc02.png) center / contain no-repeat;
}
/*1층 평면도 영역 끝*/
/*2층 평면도 영역 시작*/
#p5 .front {
    background: #d0eec0;
}
#p5 .front .conArea .pattern01  {
    bottom: -45px;
    left: -200px;
    width: 451px;
    height: 283px;
    background-image: url(../data/img/floor_2_m01.png);
}
#p5 .front .conArea .pattern02 {
    bottom: -65px;
    right: -170px;
    width: 587px;
    height: 352px;
    background-image: url(../data/img/floor_2_m02.png);
}
#p5 .front .conArea .conWrap {
    overflow: visible;
}
#p5 .front .conWrap .con::before {
    left: -8%;
    width: 374px;
    aspect-ratio: 1.4/ 3;
    background-image: url(../data/img/floor_2_m03.png);
}
#p5 .front .conWrap .con::after {
    top: -1%;
    right: -21%;
    width: 525px;
    aspect-ratio: 1.4/ 2;
    background-image: url(../data/img/floor_2_m04.png);
}
#p5 .front .conWrap .imgContent {
    background-image: url(../data/img/floor_2_pc_content.png);
}
#p5 .front .conWrap .img01::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 36%;
    right: -5%;
    width: 77px;
    aspect-ratio: 1/ 1;
    background: url(../data/img/floor_2_pc_img01.png) center / contain no-repeat;
}
/*2층 평면도 영역 끝*/
/*제례의 하루 영역 시작*/
#p6 .front {
    background: #f5f2d2;
}
#p6 .front .conArea {
    background: url(../data/img/jelyeHaru_pc_bg01.png) center / cover no-repeat;
}
#p6 .front .contentBg {
    max-width: 1154px;
    width: 100%;
    aspect-ratio: 11.54/ 6.19;
    margin-left: 44%;
    background: url(../data/img/jelyeHaru_pc_content.png) left / cover no-repeat;
}
#p6 .front .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p6 .front .con {
    max-width: 1580px;
    width: 100%;
    height: fit-content;
}
#p6 .front .conWrap .title {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1065px;
    width: 100%;
    margin: 0 auto 4%;
    aspect-ratio: 10.65/ 1.06;
    border-radius: 54px;
    background: #3d3321;
}
#p6 .front .conWrap .title p {
    position: relative;
    font-size: 60px;
    color: #fff;
}
#p6 .front .conWrap .title p::before,
#p6 .front .conWrap .title p::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p6 .front .conWrap .title p::before {
    bottom: 0;
    left: -14%;
    width: 10%;
    aspect-ratio: 7.9/ 11.6;
    background: url(../data/img/jelyeHaru_pc_icon01.png) center / contain no-repeat;
}
#p6 .front .conWrap .title p::after {
    bottom: 0;
    right: -14%;
    width: 12%;
    aspect-ratio: 9.2/ 7.6;
    background: url(../data/img/jelyeHaru_pc_icon02.png) center / contain no-repeat;
}
#p6 .front .conWrap .title p span {
    color: #ffcf63;
}
#p6 .front .conWrap .content {
    display: flex;
}
#p6 .front .conWrap .content > div {
    width: 50%;
}
#p6 .front .conWrap .dialogArea > div {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 5%;
}
#p6 .front .conWrap .dialogArea .dad01 {
    justify-content: flex-end;
}
#p6 .front .conWrap .dialogArea .icon {
    max-width: 125px;
    width: 100%;
    aspect-ratio: 1/1;
}
#p6 .front .conWrap .dialogArea .puleu .icon {
    max-width: 133px;
    aspect-ratio: 1.33/1.25;
}
#p6 .front .conWrap .dialogArea > div .speechBubbleWrap {
    position: relative;
}
#p6 .front .conWrap .dialogArea .puleu .speechBubbleWrap {
    max-width: 309px;
    width: 100%;
    aspect-ratio: 3.1/1;
}
#p6 .front .conWrap .dialogArea .dad01 .speechBubbleWrap {
    max-width:600px;
    width: 100%;
    aspect-ratio: 6/1.47;
}
#p6 .front .conWrap .dialogArea .bawoo .speechBubbleWrap {
    max-width:480px;
    width: 100%;
    aspect-ratio: 4.8/1.52;
}
#p6 .front .conWrap .dialogArea .dad02 .speechBubbleWrap {
    max-width:408px;
    width: 100%;
    aspect-ratio: 4.08/1.5;
}
#p6 .front .conWrap .dialogArea > div .speechBubbleWrap .speechBubble {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#p6 .front .conWrap .dialogArea > div .speechBubbleWrap p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    margin-left: 10px;
    font-size: 32px;
    white-space: nowrap;
}
#p6 .front .conWrap .dialogArea .dad01 .speechBubbleWrap p {
    margin-left: 0;
}
#p6 .front .conWrap .dialogArea > div .speechBubbleWrap p span {
    position: relative;
    color: #7d2f00;
}
#p6 .front .conWrap .dialogArea > div .speechBubbleWrap p span::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 123%;
    aspect-ratio: 9.1/5.4;
    background: url(../data/img/jelyeHaru_pc_img08.png) center / contain no-repeat;
    z-index: -1;
}
#p6 .front .conWrap .relicInfoArea {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#p6 .front .conWrap .relicInfoArea .relicInfoWrap {
    position: relative;
    width: fit-content;
    height: fit-content;
}
#p6 .front .conWrap .relicInfoArea .relicInfoWrap::before,
#p6 .front .conWrap .relicInfoArea .relicInfoWrap::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p6 .front .conWrap .relicInfoArea .relicInfoWrap::before {
    bottom: 0;
    left: -44%;
    width: 40%;
    aspect-ratio: 2.65/2.42;
    background: url(../data/img/jelyeHaru_pc_img10.png) center / contain no-repeat;
}
#p6 .front .conWrap .relicInfoArea .relicInfoWrap::after {
    bottom: -28%;
    right: -17%;
    width: 40%;
    aspect-ratio: 2.54/2.95;
    background: url(../data/img/jelyeHaru_pc_img11.png) center / contain no-repeat;
}
#p6 .front .conWrap .relicInfoArea .speechBubbleWrap {
    position: relative;
    width: 50%;
    aspect-ratio: 3.36 / 1.08;
}
#p6 .front .conWrap .relicInfoArea .speechBubbleWrap img {
    object-fit: contain;
}
#p6 .front .conWrap .relicInfoArea .speechBubbleWrap p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    white-space: nowrap;
    color: #8a441a;
}
#p6 .front .conWrap .relicInfoArea pre {
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
    line-height: 1.4;
}
/*제례의 하루 영역 끝*/
/*고대마을 영역 시작*/
#p7 .front {
    background: #fff7e7;
}
#p7 .front .conArea {
    background: url(../data/img/godaemaeul_pc_bg01.png) center / cover no-repeat;
}
.pages .front .conArea .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p7 .front .conArea .con {
    display: flex;
    gap: 5%;
    max-width: 1600px;
    width: 100%;
    height: fit-content;
}
#p7 .front .conArea .con > img {
    width: 55%;
}
#p7 .front .conArea .con .content {
    width: fit-content;
    margin-top: 3%;
}
#p7 .front .conArea .con .content > div {
    position: relative;
    width: 100%;
    margin-bottom: 8%;
}
#p7 .front .conArea .con .content > div:last-child {
    margin-bottom: 0;
}
#p7 .front .conArea .con .content .stoneAge {
    max-width: 675px;
    aspect-ratio: 6.75/2;
}
#p7 .front .conArea .con .content .neolithicAge {
    max-width: 730px;
    aspect-ratio: 7.3/2.1;
}
#p7 .front .conArea .con .content .bronzeAge {
    max-width: 745px;
    aspect-ratio: 7.45/3.1;
}
#p7 .front .conArea .con .content > div::before,
#p7 .front .conArea .con .content > div::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p7 .front .conArea .con .content .stoneAge::before {
    top: -22%;
    left: -3%;
    width: 22.5%;
    aspect-ratio: 15/9;
    background: url(../data/img/godaemaeul_pc_img04.png) center / contain no-repeat;
}
#p7 .front .conArea .con .content .stoneAge::after {
    top: -22%;
    right: -3%;
    width: 24%;
    aspect-ratio: 16.2/13.7;
    background: url(../data/img/godaemaeul_pc_img05.png) center / contain no-repeat;
}
#p7 .front .conArea .con .content .neolithicAge::before {
    top: -22%;
    left: -3%;
    width: 20.7%;
    aspect-ratio: 15.1/10.1;
    background: url(../data/img/godaemaeul_pc_img07.png) center / contain no-repeat;
}
#p7 .front .conArea .con .content .neolithicAge::after {
    bottom: 10%;
    right: -8%;
    width: 22.5%;
    aspect-ratio: 16.4/12.1;
    background: url(../data/img/godaemaeul_pc_img08.png) center / contain no-repeat;
}
#p7 .front .conArea .con .content .bronzeAge::before {
    top: -15%;
    left: -3%;
    width: 19%;
    aspect-ratio: 14.1/10.1;
    background: url(../data/img/godaemaeul_pc_img10.png) center / contain no-repeat;
}
#p7 .front .conArea .con .content .bronzeAge::after {
    top: -10%;
    right: -8%;
    width: 28.5%;
    aspect-ratio: 21.2/14.5;
    background: url(../data/img/godaemaeul_pc_img11.png) center / contain no-repeat;
}
#p7 .front .conArea .con .content > div img {
    object-fit: contain;
}
#p7 .front .conArea .con .content > div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    white-space: nowrap;
    line-height: 1.4;
}
#p7 .front .conArea .con .content > div p span {
    color: #8a441a;
}
#p7 .front .conArea .patternWrap {
    display: flex;
    align-items: flex-end;
    bottom: -63px;
    left: -4px;
    width: 734px;
    aspect-ratio: 7.34/2.72;
    z-index: 2;
}
#p7 .front .conArea .pattern {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: fit-content;
}
#p7 .front .conArea .pattern::before {
    clear: both;
    content: "나는 제사장이야! \A옛날 이야기를 들려줄게.";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -28%;
    left: 10%;
    width: 258px;
    aspect-ratio: 2.58/1.25;
    background: url(../data/img/godaemaeul_pc_img02.png) center / contain no-repeat;
    font-size: 24px;
    line-height: 1.2;
    white-space:pre;
    color: #8a441a;
    z-index: -1;
}
#p7 .front .conArea .pattern img {
    object-fit: contain;
}
/*고대마을 영역 끝*/
/*토기의 발명 영역 시작*/
#p8 .front {
    background: #fff2e7;
}
#p8 .front .conArea {
    background: url(../data/img/togiuiBalmyeong_pc_bg01.png) center / cover no-repeat;
}
#p8 .front .conArea .con {
    display: flex;
    justify-content: flex-end;
    position: relative;    
    max-width: 1630px;
    width: 100%;
    height: fit-content;
    padding: 40px;
    box-sizing: border-box;
}
#p8 .front .conArea .con > img {
    width: 47.84%;
}
#p8 .front .conArea .dialogArea {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 55%;
}
#p8 .front .conArea .dialogArea > div,
#p8 .front .conArea .dialogArea .pontiffBawoo > div {
    display: flex;
    align-items: center;
    gap: 16px;
}
#p8 .front .conWrap .dialogArea .dad {
    margin-bottom: 8%;
}
#p8 .front .conWrap .dialogArea .puleu,
#p8 .front .conWrap .dialogArea .bawoo {
    justify-content: flex-end;
    margin-right: 8%;
    margin-bottom: 2%;
}
#p8 .front .conArea .dialogArea .pontiffBawoo {
    position: relative;
}
#p8 .front .conArea .dialogArea .pontiffBawoo .pontiff {
    align-items: flex-start;
}
#p8 .front .conWrap .dialogArea .bawoo {
    position: absolute;
    bottom: -22%;
    right: 9%;
}
#p8 .front .conArea .dialogArea .icon {
    width: 125px;
    aspect-ratio: 1/1;
}
#p8 .front .conArea .dialogArea .pontiff .icon {
    width: 186px;
    aspect-ratio: 1.86/2.75
}
#p8 .front .conWrap .dialogArea > div .speechBubbleWrap {
    position: relative;
}
#p8 .front .conArea .dialogArea .pontiffBawoo .pontiff .speechBubbleWrap {
    margin-top: 9%;
}
#p8 .front .conWrap .dialogArea .dad .speechBubbleWrap::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: -30.5%;
    right: -3%;
    width: 67.5%;
    aspect-ratio: 4.89/1.48;
    background: url(../data/img/togiuiBalmyeong_pc_img03.png) center / contain no-repeat;
}
#p8 .front .conArea .dialogArea .pontiff .speechBubbleWrap::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -25%;
    right: -2%;
    width: 12.3%;
    aspect-ratio: 6.7/7.5;
    background: url(../data/img/togiuiBalmyeong_pc_img11.png) center / contain no-repeat;
}
#p8 .front .conWrap .dialogArea > div .speechBubbleWrap p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    margin-left: 10px;
    font-size: 32px;
    white-space: nowrap;
}
#p8 .front .conWrap .dialogArea .puleu .speechBubbleWrap p,
#p8 .front .conWrap .dialogArea .bawoo .speechBubbleWrap p {
    left: 49%;
    margin-left: 0;
}
#p8 .front .conArea .img01 {
    position: fixed;
    bottom: 0;
    right: 2%;
    width: 16.9%;
    aspect-ratio: 3.24/4.15;
    background: url(../data/img/togiuiBalmyeong_pc_img01.png) top / cover no-repeat;
}
#p8 .front .conWrap .dialogArea .dad .speechBubbleWrap p span {
    position: relative;
    color: #8a441a;
}
#p8 .front .conWrap .dialogArea .dad .speechBubbleWrap p span::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    z-index: -1;
}
#p8 .front .conWrap .dialogArea .dad .speechBubbleWrap p .highlight01::after {
    aspect-ratio: 11.7/5.1;
    background: url(../data/img/togiuiBalmyeong_pc_img04.png) center / contain no-repeat;
}
#p8 .front .conWrap .dialogArea .dad .speechBubbleWrap p .highlight02::after {
    width: 120%;
    aspect-ratio: 7.2/5.1;
    background: url(../data/img/togiuiBalmyeong_pc_img05.png) center / contain no-repeat;
}
/*토기의 발명 영역 끝*/
/*고대장례식 영역 시작*/
#p9 .front {
    background: #fff5e4;
}
#p9 .front .conArea {
    background: url(../data/img/godaeJanglyesig_pc_bg01.png) center / cover no-repeat;
}
#p9 .front .conArea .con {
    position: relative;
    max-width: 1776px;
    width: 100%;
    height: fit-content;
    padding: 40px;
    box-sizing: border-box;
}
#p9 .front .conArea .con > img {
    width: 46%;
}
#p9 .front .conWrap .dialogArea {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
}
#p9 .front .conWrap .dialogArea > div > div {
    display: flex;
    gap: 16px;
}
#p9 .front .conWrap .dialogArea .pontiff01 {
    margin-bottom: 9%;
}
#p9 .front .conWrap .dialogArea .bawoo {
    justify-content: flex-end;
    position: absolute;
    top: 26%;
    right: 0;
    width: 100%;
}
#p9 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p9 .front .conWrap .dialogArea .bawoo .icon {
    width: 136px; 
    aspect-ratio: 1.25/1.36;
}
#p9 .front .conWrap .dialogArea > div > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p9 .front .conWrap .dialogArea .pontiff01 .speechBubble {
    width: 120%;
    aspect-ratio: 9.03/2.51;
    background: url(../data/img/godaeJanglyesig_pc_img02.png) center / contain no-repeat;
}
#p9 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 40%;
    aspect-ratio: 4.11/1;
    background: url(../data/img/godaeJanglyesig_pc_img04.png) center / contain no-repeat;
}
#p9 .front .conWrap .dialogArea .pontiff02 .speechBubble {
    width: 77%;
    aspect-ratio: 7.66/2.51;
    background: url(../data/img/godaeJanglyesig_pc_img05.png) center / contain no-repeat;
}
#p9 .front .conWrap .dialogArea > div > div .speechBubble p {
    font-size: 32px;
    line-height: 1.4;
}
#p9 .front .conWrap .dialogArea .pontiff .speechBubble p {
    margin-left: 6%;
}
#p9 .front .conWrap .dialogArea .bawoo p {
    margin-right: 6%;
}
#p9 .front .conWrap .dialogArea > div > div .speechBubble p span {
    color: #8d441b;
}
#p9 .front .conWrap .tombInfo {
    padding-bottom: 50px;
    box-sizing: border-box;
}
#p9 .front .conWrap .tombInfoArea {
    justify-content: center;
    position: relative;
    width: 90%;
    aspect-ratio: 9.23/2.64;
    margin-top: 6%;
    margin-left: 10%;
    padding: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
}
#p9 .front .conWrap .tombInfoArea::after {
    clear: both;
    content: "";
    display: flex;
    align-items: center;
    position: absolute;
    top: -14%;
    left: 5%;
    width: 39.2%;
    aspect-ratio: 3.51/1.07;
    background: url(../data/img/godaeJanglyesig_pc_img06.png) center / contain no-repeat;
}
#p9 .front .conWrap .tombInfoArea .tombInfoWrap {
    display: flex;
    align-items: center;
    gap: 5%;
    width: 100%;
    height: 100%;
    padding: 1%;
}
#p9 .front .conWrap .tombInfoArea .tombInfoWrap > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    height: 100%;
}
#p9 .front .conWrap .tombInfoArea .tombInfoWrap > div img {
    object-fit: contain;
}
#p9 .front .conWrap .tombInfoArea .dolmenArea img {
    max-width: 177px;
    width: 100%;
    height: auto;
    aspect-ratio: 17.7/9;
}
#p9 .front .conWrap .tombInfoArea .stoneGraveArea img {
    max-width: 164px;
    width: 100%;
    height: auto;
    aspect-ratio: 16.4/11.9;
}
#p9 .front .conWrap .tombInfoArea .woodenGraveArea img {
    max-width: 227px;
    width: 100%;
    height: auto;
    aspect-ratio: 22.7/10.1;
}
#p9 .front .conWrap .tombInfoArea .urnTombArea img {
    max-width: 103px;
    width: 100%;
    height: auto;
    aspect-ratio: 10.3/15.8;
}
#p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p {
    position: relative;
    font-size: 24px;
    text-align: center;
    z-index: 2;
}
#p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #ffdacf;
    z-index: -1;
}
#p9 .front .conWrap .tombInfoArea .dolmenArea p::before,
#p9 .front .conWrap .tombInfoArea .urnTombArea p::before {
    max-width: 75px;
    width: 100%;
    aspect-ratio: 7.5/4;
}
#p9 .front .conWrap .tombInfoArea .stoneGraveArea p::before {
    max-width: 95px;
    width: 100%;
    aspect-ratio: 9.5/4;
}
#p9 .front .conWrap .tombInfoArea .woodenGraveArea p::before {
    max-width: 118px;
    width: 100%;
    aspect-ratio: 11.8/4;
}
/*고대장례식 영역 끝*/
/*우리 도자기의 놀라움1 영역 시작*/
#p10 .front,
#p11 .front {
    background: #f1fbff;
}
#p10 .front .conArea,
#p11 .front .conArea {
    background: url(../data/img/dojagi_pc_bg01.png) center / cover no-repeat;
}
#p10 .front .conArea .con,
#p11 .front .conArea .con {
    position: relative;
    max-width: 1750px;
    width: 100%;
    height: fit-content;
    padding: 40px;
    box-sizing: border-box;
}
#p10 .front .conWrap .title,
#p11 .front .conWrap .title {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1065px;
    width: 100%;
    margin: 0 auto 4%;
    aspect-ratio: 10.65/ 1.06;
    border-radius: 54px;
    background: #21333d;
}
#p10 .front .conWrap .title p,
#p11 .front .conWrap .title p {
    position: relative;
    font-size: 60px;
    text-indent: 5%;
    white-space: nowrap;
    color: #fff;
}
#p10 .front .conWrap .title p::before,
#p11 .front .conWrap .title p::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -8%;
    width: 10%;
    aspect-ratio: 7.9/ 11.6;
    background: url(../data/img/dojagi_pc_img07.png) center / contain no-repeat;
}
#p10 .front .conWrap .title p span,
#p11 .front .conWrap .title p span {
    color: #a9eeff;
}
#p10 .front .conArea .con .content,
#p11 .front .conArea .con .content {
    display: flex;
    gap: 64px;
    position: relative;
}
#p10 .front .conArea .con .content::after,
#p11 .front .conArea .con .content::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: -5%;
    right: -5%;
    width: 12.5%;
    aspect-ratio: 1/1;
    background: url(../data/img/dojagi_pc_img06.png) center / contain no-repeat;
}
#p10 .front .conArea .dialogArea,
#p11 .front .conArea .dialogArea {
    width: 55%;
}
#p10 .front .conArea .dialogArea > div,
#p11 .front .conArea .dialogArea > div {
    display: flex;
    align-items: center;
    gap: 16px;
}
#p10 .front .conArea .dialogArea .bawoo {
    margin-bottom: 7%;
}
#p10 .front .conArea .dialogArea .dad {
    align-items: flex-start;
}
#p10 .front .conArea .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p10 .front .conArea .dialogArea .bawoo .speechBubble {
    width: 68%;
    aspect-ratio: 5.66/1.01;
    background: url(../data/img/dojagi_pc_img04.png) center / contain no-repeat;
}
#p10 .front .conArea .dialogArea .dad .speechBubble {
    position: relative;
    width: 81.3%;
    aspect-ratio: 6.81/3.34;
    background: url(../data/img/dojagi_pc_img05.png) center / contain no-repeat;
}
#p10 .front .conArea .dialogArea .dad .speechBubble::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: -43%;
    right: -11%;
    width: 53%;
    aspect-ratio: 3.65/2.42;
    background: url(../data/img/dojagi_pc_img03.png) center / contain no-repeat;
}
#p10 .front .conWrap .dialogArea .icon,
#p11 .front .conWrap .dialogArea .icon {
width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p10 .front .conArea .dialogArea .dad .icon {
    margin-top: 2%;
}
#p10 .front .conWrap .dialogArea > div .speechBubble p,
#p11 .front .conWrap .dialogArea > div .speechBubble p {
    width: fit-content;
    margin-left: 10px;
    font-size: 32px;
}
#p10 .front .conArea .dialogArea .dad .speechBubble p {
    margin-left: 0;
    margin-right: 10px;
}
#p10 .front .conWrap .dialogArea > div .speechBubble p span {
    color: #0085bd;
}
#p10 .front .conArea .con .content > img {
    width: 46%;
}
/*우리 도자기의 놀라움1 영역 끝*/
/*우리 도자기의 놀라움2 영역 시작*/
#p11 .front .conArea .con .content::after {
    bottom: 0;
    right: 26.5%;
    width: 26.6%;
    aspect-ratio: 4.4/3.33;
    background: url(../data/img/dojagi_2_pc_img01.png) center / contain no-repeat;
}
#p11 .front .conWrap .dialogArea > div {
    margin-bottom: 5%;
}
#p11 .front .conWrap .dialogArea .potter {
    align-items: flex-start;
}
#p11 .front .conWrap .dialogArea .potter .icon {
    margin-top: 7%;
}
#p11 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p11 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 70.8%;
    aspect-ratio: 5.92/1.01;
    background: url(../data/img/dojagi_2_pc_img03.png) center / contain no-repeat;
}
#p11 .front .conWrap .dialogArea .potter .speechBubble {
    width: 82%;
    aspect-ratio: 6.92/3.68;
    background: url(../data/img/dojagi_2_pc_img05.png) center / contain no-repeat;
}
#p11 .front .conWrap .dialogArea .puleu .speechBubble {
    width: 32%;
    aspect-ratio: 2.68/1.01;
    background: url(../data/img/dojagi_2_pc_img07.png) center / contain no-repeat;
}
#p11 .front .conWrap .dialogArea .potter .speechBubble p {
    margin-left: 0;
}
#p11 .front .conArea .con .content > img {
    width: 47%;
}
/*우리 도자기의 놀라움2 영역 끝*/
/*고려청자 영역 시작*/
#p12 .front {
    background: #eefff9;
}
#p12 .front .conArea {
    background: url(../data/img/golyeoCheongja_pc_bg01.png) center / cover no-repeat;
}
#p12 .front .conArea .con {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    position: relative;
    max-width: 1660px;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}
#p12 .front .conArea .con .img {
    position: absolute;
    width: 50%;
    height: auto;
    object-fit: contain;
}
#p12 .front .conArea .con .img01 {
    bottom: -12%;
    left: -4.5%;
    width: 33.3%;
    aspect-ratio: 5.52/9.02;
}
#p12 .front .conArea .con .img02 {
    top: 8%;
    left: 18%;
    width: 32.3%;
    aspect-ratio: 5.36/3.23;
}
#p12 .front .conWrap .dialogArea {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#p12 .front .conWrap .dialogArea,
#p12 .front .conWrap .relicInfoArea {
    width: 70%;
}
#p12 .front .conWrap .dialogArea > div {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
    margin-bottom: 2%;
}
#p12 .front .conWrap .dialogArea .potter01 {
    align-items: flex-end;
    gap: 0;
}
#p12 .front .conWrap .dialogArea .potter02 {
    align-items: flex-start;
}
#p12 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain; 
}
#p12 .front .conWrap .dialogArea .potter01 .icon {
    width: 18%;
    aspect-ratio: 1.89/2.58;
}
#p12 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p12 .front .conWrap .dialogArea .potter01 .speechBubble {
    width: 50%;
    aspect-ratio: 5.25/1.49;
    background: url(../data/img/golyeoCheongja_pc_img02.png) center / contain no-repeat;
}
#p12 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 13.3%;
    aspect-ratio: 14.7/7.7;
    background: url(../data/img/golyeoCheongja_pc_img05.png) center / contain no-repeat;
}
#p12 .front .conWrap .dialogArea .potter02 .speechBubble {
    position: relative;
    width: 84.5%;
    aspect-ratio: 9.34/2.39;
    background: url(../data/img/golyeoCheongja_pc_img06.png) center / contain no-repeat;
}
#p12 .front .conWrap .dialogArea .potter02 .speechBubble::before,
#p12 .front .conWrap .dialogArea .potter02 .speechBubble::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p12 .front .conWrap .dialogArea .potter02 .speechBubble::before {
    top: -55%;
    left: 51%;
    transform: translateX(-50%);
    width: 24.6%;
    aspect-ratio: 2.3/1.64;
    background: url(../data/img/golyeoCheongja_pc_img09.png) center / contain no-repeat;
}
#p12 .front .conWrap .dialogArea .potter02 .speechBubble::after {
    bottom: -104%;
    right: 0;
    width: 57.8%;
    aspect-ratio: 5.69/2.92;
    background: url(../data/img/golyeoCheongja_pc_img10.png) center / contain no-repeat;
}
#p12 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p12 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-right: 15%;
}
#p12 .front .conWrap .dialogArea > div .speechBubble p span {
    position: relative;
    color: #0085bd;
    z-index: 1;
}
#p12 .front .conWrap .dialogArea > div .speechBubble p span::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
    width: 68px;
    aspect-ratio: 6.8/5.1;
    background: url(../data/img/golyeoCheongja_pc_img07.png) center / 100% 90% no-repeat;
}
#p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
    width: 115px;
    aspect-ratio: 11.5/4.7;
    background: url(../data/img/golyeoCheongja_pc_img07.png) center / 90% 100% no-repeat;
}
#p12 .front .conWrap .relicInfoArea .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.3%;
    aspect-ratio: 2.35/1.08;
    background: url(../data/img/golyeoCheongja_pc_img11.png) center / contain no-repeat;
}
#p12 .front .conWrap .relicInfoArea .title p {
    font-size: 50px;
    color: #0085bd;
}
#p12 .front .conWrap .relicInfoArea .txt {
    margin-top: 1%;
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
}
/*고려청자 영역 끝*/
/*삼강청자 영역 시작*/
#p13 .front {
    background: #e7fdff;
}
#p13 .front .conArea {
    background: url(../data/img/sanggamCheongja_pc_bg01.png) center / cover no-repeat;
}
#p13 .front .conArea .con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1800px;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}
#p13 .front .conWrap .imgArea {
    position: relative;
    width: 40%;
    /* height: 100%; */
}
#p13 .front .conWrap .imgArea .relicImg {
    position: absolute;
    height: auto;
    object-fit: contain;
}
#p13 .front .conWrap .imgArea .relicImg::before,
#p13 .front .conWrap .imgArea .relicImg::after {
    clear: both;
    display: block;
    position: absolute;
    padding: 16px 26px;
    border-radius: 42px;
    background: #fff;
    font-size: 36px;
    color: #0085bd;
}
#p13 .front .conWrap .imgArea .relicImg01 {
    left: 4%;
    width: 54.1%;
    aspect-ratio: 3.72/6.72;
}
#p13 .front .conWrap .imgArea .relicImg01::before {
    content: "연꽃무늬";
    top: 8%;
    left: -15%;
}
#p13 .front .conWrap .imgArea .relicImg01::after {
    content: "매화 대나무 무늬";
    top: 56%;
    right: -42%;
}
#p13 .front .conWrap .imgArea .relicImg02 {
    bottom: -224px;
    right: -1%;
    width: 39%;
    aspect-ratio: 2.68/5.47;
}
#p13 .front .conWrap .imgArea .relicImg02::after {
    content: "국화무늬";
    top: 38%;
    left: -21%;
}
#p13 .front .conWrap .imgArea .relicImg03 {
    bottom: 21px;
    left: -7%;
    width: 49.1%;
    aspect-ratio: 3.38/4.6;
}
#p13 .front .conWrap .imgArea .relicImg03::after {
    content: "국화무늬";
    top: 51%;
    right: -21%;
}
#p13 .front .conWrap .dialogArea {
    width: 60%;
}
#p13 .front .conWrap .dialogArea > div {
    display: flex;
    gap: 10px;
    margin-bottom: 2%;
}
#p13 .front .conWrap .dialogArea .dad {
    justify-content: flex-end;
}
#p13 .front .conWrap .dialogArea .dad02 {
    align-items: flex-start;
}
#p13 .front .conWrap .dialogArea .dad02,
#p13 .front .conWrap .dialogArea .bawoo {
    margin-bottom: 1%;
}
#p13 .front .conWrap .dialogArea .dad03 {
    margin-bottom: 0;
}
#p13 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p13 .front .conWrap .dialogArea .dad02 .icon {
    margin-top: 5%;
}
#p13 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#p13 .front .conWrap .dialogArea > div .speechBubble::before,
#p13 .front .conWrap .dialogArea > div .speechBubble::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
#p13 .front .conWrap .dialogArea .puleu .speechBubble {
    width: 75.4%;
    aspect-ratio: 7.78/1.01;
    background: url(../data/img/sanggamCheongja_pc_img05.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea .dad01 .speechBubble {
    width: 69.4%;
    aspect-ratio: 7.18/1.97;
    background: url(../data/img/sanggamCheongja_pc_img06.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea .dad02 .speechBubble {
    width: 77.05%;
    aspect-ratio: 7.95/3.62;
    background: url(../data/img/sanggamCheongja_pc_img07.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea .dad02 .speechBubble::after {
    bottom: -7%;
    right: -7%;
    width: 21.5%;
    aspect-ratio: 17.1/7.8;
    background: url(../data/img/sanggamCheongja_pc_img10.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea .bawoo .speechBubble {
    width: 45.7%;
    aspect-ratio: 4.71/0.92;
    background: url(../data/img/sanggamCheongja_pc_img08.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea .dad03 .speechBubble {
    width: 74.05%;
    aspect-ratio: 7.64/1.45;
    background: url(../data/img/sanggamCheongja_pc_img09.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea .dad03 .speechBubble::before {
    bottom: -4%;
    left: -8%;
    width: 15.3%;
    aspect-ratio: 11.7/9.8;
    background: url(../data/img/sanggamCheongja_pc_img11.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea .dad03 .speechBubble::after {
    top: -65%;
    right: 16%;
    width: 13%;
    aspect-ratio: 9.9/12.6;
    background: url(../data/img/sanggamCheongja_pc_img12.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p13 .front .conWrap .dialogArea .dad02 .speechBubble p {
    margin-right: 4%;
}
#p13 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-left: 3%;
}
#p13 .front .conWrap .dialogArea > div .speechBubble p span {
    position: relative;
    color: #0085bd;
    z-index: 1;
}
#p13 .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;
}
#p13 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
    aspect-ratio: 8.3/4.6;
    background: url(../data/img/sanggamCheongja_pc_img13.png) center / contain no-repeat;
}
#p13 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
    aspect-ratio: 12/4.5;
    background: url(../data/img/sanggamCheongja_pc_img14.png) center / contain no-repeat;
}
/*삼강청자 영역 끝*/
/*삼강청자게임 영역 시작*/
#p14 .front,
#p15 .front {
    background: #ffede7;
}
#p14 .front .conArea,
#p15 .front .conArea {
    background: url(../data/img/game_1_pc_bg01.png) center / cover no-repeat;
}
#p14 .front .conArea .conWrap,
#p15 .front .conArea .conWrap,
#p21 .front .conArea .conWrap,
#p22 .front .conArea .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p14 .front .conArea .con,
#p15 .front .conArea .con,
#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;
}
#p14 .front .conWrap .title,
#p15 .front .conWrap .title,
#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;
}
#p14 .front .conWrap .imgContent,
#p15 .front .conWrap .imgContent,
#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;
}
#p14 .front .conWrap .imgContent::before,
#p14 .front .conWrap .imgContent::after,
#p15 .front .conWrap .imgContent::before,
#p15 .front .conWrap .imgContent::after,
#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;
}
#p14 .front .conWrap .imgContent::before,
#p15 .front .conWrap .imgContent::before {
    bottom: -4%;
    left: -7%;
    width: 14%;
    aspect-ratio: 2/1.42;
    background: url(../data/img/game_1_pc_img01.png) center / cover no-repeat;
}
#p14 .front .conWrap .imgContent::after,
#p15 .front .conWrap .imgContent::after {
    bottom: -4%;
    right: -7%;
    width: 15%;
    aspect-ratio: 1/1.2;
    background: url(../data/img/game_1_pc_img02.png) center / cover no-repeat;
}
#p14 .front .conWrap .imgContent .gameInfoTxt,
#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;
}
#p14 .front .conWrap .imgContent .gameInfoTxt::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 34px;
    background: url(../data/img/game_1_pc_icon.png) center / contain no-repeat;
}
/*퍼즐 영역 시작*/
.page {
    position: relative;
    width: 100%;
    padding: 3% 10% 5%;
    box-sizing: border-box;
}
#p15 .page {
    height: 100%;
    padding: 5%;
}
.page::before,
.page::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -24%;
    width: 17%;
    aspect-ratio: 1/0.9;
    z-index: -1;
}
#p15 .page::before,
#p15 .page::after {
    top: -21%;
}
.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%;
}
#p14 .dargWrap {
    display: flex;
    gap: 10%;
    max-width: 1268px;
    width: 100%;
    height: fit-content;
}
/*퍼즐 완성 전 영역 시작*/
.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;
    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(../data/img/close.svg) center / contain no-repeat;
    cursor: pointer;
}
.popupArea .popupWrap .popup p {
    margin: 0;
}
/*팝업 영역 끝*/
/*삼강청자게임 영역 끝*/
/*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/
#p15 .relicInfoCon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    max-width: 1340px;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}
#p15 .relicInfoCon img {
    max-width: 351px;
    width: 100%;
    height: inherit;
    aspect-ratio: 1/1.7;
    object-fit: contain;
}
#p15 .relicInfoCon .textArea  {
    width: 100%;
    height: fit-content;
}
#p15 .relicInfoCon .relicName {
    width: fit-content;
    margin-bottom: 4%;
    padding: 6px 30px;
    border-radius: 40px;
    background: #f16d8c;
    font-size: 50px;
    font-weight: normal;
    color: #fff;
}
#p15 .relicInfoCon .relicInfoWrap > div {
    display: flex;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 32px;
}
#p15 .relicInfoCon .relicInfoWrap > div:last-child {
    border-bottom: 0;
}
#p15 .relicInfoCon .relicInfoWrap > div h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 42px;
    color: #f16d8c;
    z-index: 1;
}
#p15 .relicInfoCon .relicInfoWrap > div h4::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 44px;
    background: url(../data/img/gameInfo_1_pc_info01.png) center / contain no-repeat;
    z-index: -1;
}
#p15 .relicInfoCon .relicInfoWrap > div:nth-child(2) h4::before {
    background-image: url(../data/img/gameInfo_1_pc_info02.png);
}
#p15 .relicInfoCon .relicInfoWrap > div:last-child h4::before {
    background-image: url(../data/img/gameInfo_1_pc_info03.png);
}
#p15 .relicInfoCon .relicInfoWrap > div .info {
    color: #555555;
}
#p15 .relicInfoCon .relicInfoWrap > div pre {
    width: calc(100% - 60px);
    line-height: 1.6;
}
/*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/
/*가마터 풍경 영역 시작*/
#p16 .front {
    background: #effff1;
}
#p16 .front .conArea {
    background: url(../data/img/gamateo_pc_bg01.png) center / cover no-repeat;
}
#p16 .front .conArea .conWrap .con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 1752px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p16 .front .conArea .conWrap .con > img {
    width: 46.65%;
}
#p16 .front .conWrap .dialogArea {
    width: calc(100% - (46.65% + 60px));
}
#p16 .front .conWrap .dialogArea > div {
    display: flex;
    gap: 10px;
    margin-bottom: 4%;
}
#p16 .front .conWrap .dialogArea .potter {
    justify-content: flex-end;
}
#p16 .front .conWrap .dialogArea .potter02 {
    margin-bottom: 0;
}
#p16 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p16 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p16 .front .conWrap .dialogArea .puleu01 .speechBubble {
    position: relative;
    width: 51.2%;
    aspect-ratio: 4.26/1.41;
    background: url(../data/img/gamateo_pc_img04.png) center / contain no-repeat;
}
#p16 .front .conWrap .dialogArea .puleu01 .speechBubble::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -75%;
    right: -92%;
    width: 102%;
    aspect-ratio: 4.35/2.59;
    background: url(../data/img/gamateo_pc_img01.png) center / contain no-repeat;
}
#p16 .front .conWrap .dialogArea .potter01 .speechBubble {
    width: 71%;
    aspect-ratio: 5.89/1.48;
    background: url(../data/img/gamateo_pc_img05.png) center / contain no-repeat;
}
#p16 .front .conWrap .dialogArea .puleu02 .speechBubble {
    width: 67%;
    aspect-ratio: 5.57/1;
    background: url(../data/img/gamateo_pc_img06.png) center / contain no-repeat;
}
#p16 .front .conWrap .dialogArea .potter02 .speechBubble {
    width: 82.5%;
    aspect-ratio: 6.86/2.38;
    background: url(../data/img/gamateo_pc_img07.png) center / contain no-repeat;
}
#p16 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
/*가마터 풍경 영역 끝*/
/*분청사기1 영역 시작*/
#p17 .front,
#p18 .front {
    background: #edfaf8;
}
#p17 .front .conArea,
#p18 .front .conArea {
    background: url(../data/img/buncheong_1_pc_bg01.png) center / cover no-repeat;
}
#p17 .front .conWrap .con {
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 1800px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p17 .front .conWrap .con > img,
#p18 .front .conWrap .con > img {
    position: absolute;
    height: auto;
}
#p17 .front .conWrap .con > .img01 {
    top: 6%;
    left: 1%;
    width: 46.22%;
}
#p17 .front .conWrap .con > .img02 {
    top: 0%;
    left: -6%;
    width: 32.6%;
}
#p17 .front .conWrap .dialogArea {
    width: 50%;
}
#p17 .front .conWrap .dialogArea > div,
#p18 .front .conWrap .dialogArea > div {
    display: flex;
    gap: 10px;
    margin-bottom: 4%;
}
#p17 .front .conWrap .dialogArea .dad {
    justify-content: flex-end;
}
#p17 .front .conWrap .dialogArea .icon,
#p18 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p17 .front .conWrap .dialogArea > div .speechBubble,
#p18 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p17 .front .conWrap .dialogArea .bawoo01 .speechBubble {
    width: 81.3%;
    aspect-ratio: 69.9/9.7;
    background: url(../data/img/buncheong_1_pc_img04.png) center / contain no-repeat;
}
#p17 .front .conWrap .dialogArea .dad01 .speechBubble {
    width: 80.6%;
    aspect-ratio: 69.3/19.4;
    background: url(../data/img/buncheong_1_pc_img05.png) center / contain no-repeat;
}
#p17 .front .conWrap .dialogArea .bawoo02 .speechBubble {
    width: 63.85%;
    aspect-ratio: 54.9/9.7;
    background: url(../data/img/buncheong_1_pc_img06.png) center / contain no-repeat;
}
#p17 .front .conWrap .dialogArea .dad02 .speechBubble {
    width: 80.5%;
    aspect-ratio: 69.2/23.4;
    background: url(../data/img/buncheong_1_pc_img07.png) center / contain no-repeat;
}
#p17 .front .conWrap .dialogArea > div .speechBubble p,
#p18 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p17 .front .conWrap .dialogArea .bawoo .speechBubble p {
    margin-left: 3%;
}
#p17 .front .conWrap .dialogArea .dad .speechBubble p {
    margin-right: 3%;
}
#p17 .front .conWrap .dialogArea > div .speechBubble p span,
#p18 .front .conWrap .dialogArea > div .speechBubble p span {
    position: relative;
    color: #0085bd;
    z-index: 1;
}
#p17 .front .conWrap .dialogArea > div .speechBubble p .highlight::before,
#p18 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 111px;
    aspect-ratio: 11.1/9.4;
    background: url(../data/img/buncheong_1_pc_img08.png) center / 90% no-repeat;
    z-index: -1;
}
/*분청사기1 영역 끝*/
/*분청사기2 영역 시작*/
#p18 .front .conWrap .con {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    position: relative;
    max-width: 1728px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p18 .front .conWrap .con > img {
    top: -5%;
    left: -1%;
    width: 58.22%;
}
#p18 .front .conWrap .dialogArea {
    width: 55%;
}
#p18 .front .conWrap .dialogArea > div {
    justify-content: flex-end;
}
#p18 .front .conWrap .dialogArea .dad {
    margin-bottom: 7%;
}
#p18 .front .conWrap .dialogArea .puleu01 .speechBubble {
    width: 67.3%;
    aspect-ratio: 61/10.1;
    background: url(../data/img/buncheong_2_pc_img04.png) center / contain no-repeat;
}
#p18 .front .conWrap .dialogArea .dad .speechBubble {
    position: relative;
    width: 83.2%;
    aspect-ratio: 7.54/2.32;
    background: url(../data/img/buncheong_2_pc_img05.png) center / contain no-repeat;
}
#p18 .front .conWrap .dialogArea .dad .speechBubble::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: -13%;
    right: 4%;
    width: 15.78%;
    aspect-ratio: 1.19/1.64;
    background: url(../data/img/buncheong_2_pc_img09.png) center / contain no-repeat;
}
#p18 .front .conWrap .dialogArea .puleu02 .speechBubble {
    width: 60.9%;
    aspect-ratio: 5.52/1.37;
    background: url(../data/img/buncheong_2_pc_img06.png) center / contain no-repeat;
}
#p18 .front .conWrap .dialogArea .dad .speechBubble p {
    margin-right: 5%;
}
#p18 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
    width: 174px;
    aspect-ratio: 17.4/5.5;
    background-image: url(../data/img/buncheong_2_pc_img07.png);
}
#p18 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
    width: 112px;
    aspect-ratio: 11.2/5.5;
    background-image: url(../data/img/buncheong_2_pc_img08.png);
}
#p18 .front .conWrap .relicInfoArea {
    margin-right: 3%;
}
#p18 .front .conWrap .relicInfoArea .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40.85%;
    aspect-ratio: 2.35/1.08;
    background: url(../data/img/golyeoCheongja_pc_img11.png) center / contain no-repeat;
}
#p18 .front .conWrap .relicInfoArea .title p {
    font-size: 50px;
    color: #0085bd;
}
#p18 .front .conWrap .relicInfoArea .txt {
    margin-top: 2%;
    font-family: 'Dovemayo_gothic';
    font-size: 24px;
    line-height: 1.4;
}
/*분청사기2 영역 끝*/
/*조선백자 영역 시작*/
#p19 .front {
    background: #f1fbff;
}
#p19 .front .conArea {
    background: url(../data/img/joseonBaegja_pc_bg01.png) center / cover no-repeat;
}
#p19 .front .conArea .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: auto;
    aspect-ratio: 7.4/3.8;
    z-index: 3;
}
#p19 .front .conWrap .con {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    position: relative;
    max-width: 1764px;
    width: 100%;
    height: fit-content;
    padding: 0 40px;
    box-sizing: border-box;
}
#p19 .front .conWrap .con > img {
    width: 46.32%;
}
#p19 .front .conWrap .dialogArea {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 55%;
}
#p19 .front .conWrap .dialogArea > div {
    display: flex;
    gap: 10px;
    margin-bottom: 2%;
}
#p19 .front .conWrap .dialogArea .puleu {
    margin-bottom: 16%;
}
#p19 .front .conWrap .dialogArea .scholar01 {
    justify-content: flex-end;
    position: absolute;
    top: 8%;
    right: 10%;
    width: 100%;
}
#p19 .front .conWrap .dialogArea .scholar02 {
    align-items: flex-start;
}
#p19 .front .conWrap .dialogArea .icon {
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#p19 .front .conWrap .dialogArea .scholar01 .icon {
    width: 196px;
    aspect-ratio: 1.96/2.7;
}
#p19 .front .conWrap .dialogArea > div .speechBubble {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p19 .front .conWrap .dialogArea .puleu .speechBubble {
    width: 64.73%;
    aspect-ratio: 6.28/1.01;
    background: url(../data/img/joseonBaegja_pc_img06.png) center / contain no-repeat;
}
#p19 .front .conWrap .dialogArea .scholar01 .speechBubble {
    width: 57.1%;
    aspect-ratio: 5.54/1.03;
    background: url(../data/img/joseonBaegja_pc_img07.png) center / contain no-repeat;
}
#p19 .front .conWrap .dialogArea .bawoo01 .speechBubble {
    width: 53.81%;
    aspect-ratio: 5.22/1.01;
    background: url(../data/img/joseonBaegja_pc_img08.png) center / contain no-repeat;
}
#p19 .front .conWrap .dialogArea .scholar02 .speechBubble {
    width: 71.84%;
    aspect-ratio: 6.97/3.21;
    background: url(../data/img/joseonBaegja_pc_img09.png) center / contain no-repeat;
}
#p19 .front .conWrap .dialogArea .bawoo02 .speechBubble {
    width: 80.91%;
    aspect-ratio: 7.85/1.39;
    background: url(../data/img/joseonBaegja_pc_img10.png) center / contain no-repeat;
}
#p19 .front .conWrap .dialogArea > div .speechBubble p {
    font-size: 32px;
}
#p19 .front .conWrap .dialogArea .scholar01 .speechBubble p {
    margin-right: 4%;
}
#p19 .front .conWrap .dialogArea > div .speechBubble p span {
    position: relative;
    color: #0085bd;
    z-index: 1;
}
#p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67px;
    aspect-ratio: 6.6/4.7;
    background: url(../data/img/joseonBaegja_pc_img11.png) center / 90% no-repeat;
    z-index: -1;
}
/*조선백자 영역 끝*/
/*사군자 영역 시작*/
#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 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: 1850px) {
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap .dialogArea {
        right: 40px;
    }
    /*고대장례식 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*분청사기1 영역 끝*/
}
@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) {
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap .dialogArea {
        right: 40px;
    }
    #p9 .front .conWrap .dialogArea .bawoo {
        top: 25%;
    }
    #p9 .front .conWrap .dialogArea > div > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conArea .con .content,
    #p11 .front .conArea .con .content {
        gap: 3%;
    }
    #p10 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.8vw;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*우리 도자기의 놀라움2 영역 시작*/
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.6vw;
    }
    /*우리 도자기의 놀라움2 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 70%;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    #p18 .front .conWrap .dialogArea .dad .speechBubble p {
        margin-right: 0;
    }
    #p18 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 70%;
    }
    #p18 .front .conWrap .relicInfoArea .title p {
        font-size: 3vw;
    }
    #p18 .front .conWrap .relicInfoArea .txt {
        font-size: 1.5vw;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 70%;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #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) {
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent {
        padding: 80px;
    }
    #p2 .front .conWrap .imgContent::before {
        top: 111px;
        right: -50px;
    }
    .pages .front .conArea .conWrap {
        padding: 40px;
        box-sizing: border-box;
    }
    #p2 .front .conWrap .imgContent .txtArea {
        top: 30%;
        left: 26%;
        font-size: 36px;
    }
    #p2 .front .conWrap .imgContent .txtArea p {
        margin-bottom: 24px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num,
    #p2 .front .conWrap .imgContent .txtArea p .num::before {
        width: 56px;
        height: 56px;
    }
    #p2 .front .conWrap .imgArea {
        bottom: 100px;
    }
    #p2 .front .conWrap .imgCon img {
        max-width: 350px;
    }
    #p2 .front .conWrap .img01 {
        bottom: 100px;
        right: 100px;
        max-width: 150px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .con {
        padding: 0 80px;
    }
    #p3 .front .conWrap .imgContent h2 {
        font-size: 60px;
        line-height: 110px;
    }
    #p3 .front .conWrap .characterArea {
        padding: 40px 60px 110px 60px;
    }
    #p3 .front .conWrap .characterArea ul {
        gap: 40px 32px;
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        top: 0px;
        max-width: 250px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        max-width: 153px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {    
        bottom: 0;
        right: 40px;
        max-width: 180px;
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) .textArea {
        width: 200px;
        padding: 20px;
    }
    #p3 .front .conWrap .characterArea ul li.dad .textArea {
        margin-left: 250px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea p {
        font-size: 28px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .con, 
    #p5 .front .conWrap .con {
        padding: 0 80px;
    }
    #p4 .front .conWrap .imgContent .imgContentTitle,
    #p5 .front .conWrap .imgContent .imgContentTitle {
        top: -10%;
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .con::after {
        right: -16%;
        width: 425px;
    }
    /*2층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/
    #p6 .front .con {
        padding: 0 80px;
    }
    #p6 .front .conWrap .content {
        display: flex;
        justify-content: space-between;
    }
    #p6 .front .conWrap .title {
        width: 82%;
    }
    #p6 .front .conWrap .title p {
        font-size: 48px;
    }
    #p6 .front .conWrap .dialogArea > div {
        width: 80%;
    }
    #p6 .front .conWrap .dialogArea .dad01 {
        width: 100%;
    }
    #p6 .front .conWrap .dialogArea .puleu .speechBubbleWrap {
        width: 50%;
    }
    #p6 .front .conWrap .dialogArea .dad01 .speechBubbleWrap {
        width: 74%;
    }
    #p6 .front .conWrap .dialogArea .dad02 .speechBubbleWrap {
        width: 60%;
    }
    #p6 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        font-size: 24px;
    }
    #p6 .front .conWrap .content > div.relicInfoArea {
        width: 45%;
    }
    #p6 .front .conWrap .relicInfoArea .relicInfoWrap::before {
        left: -34%;
        width: 34%;
    }
    #p6 .front .conWrap .relicInfoArea .relicInfoWrap::after {
        right: -22%;
        width: 28%;
    }
    #p6 .front .conWrap .relicInfoArea pre {
        font-size: 1.6vw;
    }
    /*제례의 하루 영역 끝*/
    /*고대마을 영역 시작*/
    #p7 .front .conArea .con .content > div p {
        font-size: 24px;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        font-size: 24px;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap .dialogArea .bawoo {
        top: 23%;
    }
    #p9 .front .conWrap .dialogArea > div > div .speechBubble p {
        font-size: 24px;
    }
    #p9 .front .conWrap .dialogArea .pontiff02 .speechBubble p {
        margin-left: -1%;
    }
    #p9 .front .conWrap .tombInfoArea {
        padding: 2%;
    }
    #p9 .front .conWrap .tombInfoArea::after {
        width: 34.2%;
    }
    /*고대장례식 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 2vw;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
        width: 58px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
        width: 105px;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    #p13 .front .conWrap .imgArea .relicImg::before, 
    #p13 .front .conWrap .imgArea .relicImg::after {
        padding: 4% 8%;
        font-size: 1.7vw;
    }
    /*삼강청자 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea > div {
        margin-bottom: 2%;
    }
    #p16 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .relicInfoArea {
        margin-right: 0;
    }
    /*분청사기2 영역 끝*/
    /*사군자 영역 시작*/
    #p20 .front .conWrap .dialogArea .bawooScholar .bawoo {
        padding-left: 0;
    }
    #p20 .front .conWrap .sagunjaInfoArea {
        margin-left: 0;
        padding: 2%;
        padding-right: 5%;
    }
    #p20 .front .conWrap .sagunjaInfoArea .sagunjaInfoWrap > div > img {
        width: 80%;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .front .conWrap .title,
    #p22 .front .conWrap .title {
        width: 50%;
    }
    #p21 .front .conWrap .imgContent, 
    #p22 .front .conWrap .imgContent {
        margin-top: 8%;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .front .conWrap .imgContent .txt {
        margin-bottom: 2%;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .content {
        gap: 30px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #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 .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 .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 .img::after {
        bottom: 0;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea .songam01 {
        margin-bottom: 1%;
    }
    #p28 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        width: 150px;
    }
    /*송암 영역 끝*/
}
@media screen and (max-width: 1440px) {
    /*웹툰 영역 시작*/
    #p1 .front .img03 {
        width: 161px;
    }
    #p1 .front .img03 {
        right: 0;
    }
    #p1 .front .imgArea {
        gap: 8px;
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgArea {
        left: -30px;
    }
    #p2 .front .conWrap .imgCon::after {
        display: none;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .con::before {
        width: 193px;
    }
    #p3 .front .conWrap .con::after {
        width: 119px;
    }
    #p3 .front .conWrap .imgContent h2 {
        font-size: 50px;
        line-height: 110px;
    }
    #p3 .front .conWrap .characterArea {
        height: calc(100% - 110px);
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        left: 0px;
        max-width: 230px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        right: -10px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        right: 20px;
    }
    #p3 .front .conWrap .characterArea ul li.dad .textArea {
        margin-left: 210px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo .textArea {
        margin-left: 60px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea h3 {
        font-size: 36px;
    }
    #p3 .front .conWrap .characterArea ul li.people .textArea p {
        font-size: 24px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent .imgContentTitle,
    #p5 .front .conWrap .imgContent .imgContentTitle {
        font-size: 64px;
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        width: 280px;
        font-size: 36px;
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .con::after {
        right: -16%;
        width: 375px;
    }
    /*2층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/
    #p6 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p6 .front .conWrap .dialogArea .puleu .icon {
        width: 113px;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap p {
        font-size: 38px;
    }
    /*제례의 하루 영역 끝*/   
    /*고대마을 영역 시작*/   
    #p7 .front .conArea .con > img {
        width: 50%;
    }
    /*고대마을 영역 끝*/   
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .dialogArea .icon {
        width: 100px;
    }
    #p8 .front .conArea .dialogArea .pontiff .icon {
        width: 146px;
    }
    #p8 .front .conWrap .dialogArea .dad {
        margin-bottom: 6%;
    }
    #p8 .front .conWrap .dialogArea .puleu, 
    #p8 .front .conWrap .dialogArea .bawoo {
        margin-bottom: 0;
    }
    #p8 .front .conWrap .dialogArea .bawoo {
        bottom: -3%;
        margin-right: -1%;
    }
    #p8 .front .conArea .dialogArea .pontiffBawoo .pontiff .speechBubbleWrap {
        margin-top: 5%;
    }
    #p8 .front .conWrap .dialogArea .pontiffBawoo .bawoo .speechBubbleWrap {
        width: 50%
    }
    #p8 .front .conWrap .dialogArea .dad .speechBubbleWrap::after {
        bottom: -22.5%;
        right: 3%;
        width: 51.5%;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conArea .con {
        padding: 0 80px;
    }
    #p9 .front .conWrap .dialogArea {
        top: 50%;
        transform: translateY(-50%);
    }
    #p9 .front .conArea .dialogArea .icon {
        width: 100px;
    }
    #p9 .front .conWrap .dialogArea .bawoo .icon {
        width: 108px;
    }
    #p9 .front .conWrap .tombInfoArea .tombInfoWrap {
        justify-content: center;
    }
    #p9 .front .conWrap .tombInfoArea .dolmenArea img {
        max-width: 127px;
    }
    #p9 .front .conWrap .tombInfoArea .stoneGraveArea img {
        max-width: 114px;
    }
    #p9 .front .conWrap .tombInfoArea .woodenGraveArea img {
        max-width: 157px;
    }
    #p9 .front .conWrap .tombInfoArea .urnTombArea img {
        max-width: 73px;
    }
    #p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p {
        font-size: 1.6vw;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .dialogArea .icon,
    #p11 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .con {
        height: fit-content;
    }
    #p12 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.9vw;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
        width: 48px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
        width: 95px;
    }
    #p12 .front .conWrap .relicInfoArea .title p {
        font-size: 3vw;
    }
    #p12 .front .conWrap .relicInfoArea .txt {
        font-size: 1.4vw;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conWrap .imgArea .relicImg02 {
        bottom: -160px;
    }
    #p13 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    /*삼강청자 영역 끝*/
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/ 
    #p15 .relicInfoCon img {
        max-width: 270px;
    }
    #p15 .relicInfoCon .relicName {
        font-size: 36px;
    }
    #p15 .relicInfoCon .relicInfoWrap > div {
        font-size: 24px;
    }
    #p15 .relicInfoCon .relicInfoWrap > div:first-child,
    #p15 .relicInfoCon .relicInfoWrap > div:nth-child(2) {
        align-items: center;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
    /*가마터 풍경 영역 시작*/
    #p16 .front .conArea .conWrap .con {
        gap: 5%;
    }
    #p16 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea .icon,
    #p18 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 50%;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p19 .front .conWrap .dialogArea .scholar01 .icon {
        width: 146px;
    }
    #p19 .front .conWrap .dialogArea .puleu {
        margin-bottom: 13%;
    }
    #p19 .front .conWrap .dialogArea .scholar01 {
        top: 7%;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #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%;
    }
    /*사군자의 덕목 영역 끝*/
    /*시왕도 영역 시작*/
    #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) {
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap .dialogArea {
        width: 63%;
    }
    /*고대장례식 영역 끝*/
}

@media screen and (max-width: 1280px) {
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent .txtArea {
        top: 27%;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .con {
        padding: 0 40px;
    }
    #p3 .front .conWrap .con::after {
        top: 30px;
    }
    #p3 .front .conWrap .imgContent h2 {
        line-height: 90px;
    }
    #p3 .front .conWrap .characterArea ul {
        gap: 32px 20px;
    }
    #p3 .front .conWrap .characterArea ul li.people {
        width: calc((100% - 140px) / 4);
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        top: auto;
        bottom: 0;
        left: -20px;
        max-width: 200px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        max-width: 123px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        right: 0px;
        max-width: 150px;
    }
    #p3 .front .conWrap .characterArea ul li.dad .textArea {
        margin-left: 150px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo .textArea {
        margin-left: 55px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu .textArea {
        margin-left: 20px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea p {
        font-size: 24px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent .imgContentTitle,
    #p5 .front .conWrap .imgContent .imgContentTitle {
        width: 500px;
        font-size: 54px;
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        width: 280px;
        font-size: 46px;
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .imgContent p {
        font-size: 36px;
    }
    /*2층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/
    #p6 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        font-size: 1.8vw;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap p {
        font-size: 2.4vw;
    }
    /*제례의 하루 영역 끝*/
    /*고대마을 영역 시작*/
    #p7 .front .conArea .patternWrap {
        width: 534px;
        bottom: -31px;
    }
    #p7 .front .conArea .pattern::before {
        top: -33%;
        width: 208px;
        font-size: 1.5vw;
    }
    #p7 .front .conArea .con .content > div p {
        font-size: 18px;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        font-size: 18px;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap .dialogArea > div > div .speechBubble p {
        font-size: 18px;
    }
    /*고대장례식 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea > div .speechBubble p {
        margin-left: 3%;
        font-size: 18px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
        width: 38px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
        width: 75px;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conWrap .imgArea .relicImg01 {
        top: 51%;
        bottom: auto;
    }
    #p13 .front .conWrap .dialogArea .dad03 .speechBubble::after {
        top: auto;
        bottom: 80%;
    }
    /*삼강청자 영역 끝*/
    /*삼강청자게임 영역 시작*/ 
    #p14 .front .conWrap .title,
    #p15 .front .conWrap .title {
        width: 50%;
    }
    /*삼강청자게임 영역 끝*/ 
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/ 
    #p15 .front .conWrap .title {
        width: 50%;
    }
    #p15 .relicInfoCon img {
        max-width: 200px;
    }
    #p15 .relicInfoCon .relicName {
        font-size: 28px;
    }
    #p15 .relicInfoCon .relicInfoWrap > div {
        padding: 8px 0;
        font-size: 20px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
    /*가마터 풍경 영역 시작*/
    #p16 .front .conArea .conWrap .con {
        gap: 3%;
    }
    #p16 .front .conWrap .dialogArea {
        width: 100%;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 50%;
    }
    /*분청사기1 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 60%;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #p20 .front .conWrap .img::after {
        right: -7%;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #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%;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conWrap .title p {
        font-size: 56px;
    }
    #p23 .front .conWrap .content {
        gap: 2%;
    }
    #p23 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .con {
        padding: 0;
    }
    #p25 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #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 .puleu .speechBubble {
        width: 34.42%;
    }
    #p26 .front .conWrap .dialogArea .dad .speechBubble {
        width: 50.54%;
    }
    #p26 .front .conWrap .dialogArea .dad .speechBubble p {
        margin-right: 3%;
    }
    #p26 .front .conWrap .relicInfoArea .title {
        width: 15.4%;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con .title p {
        font-size: 56px;
    }
    #p27 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p27 .front .conWrap .dialogArea .bawoo02 .icon {
        width: 126px;
    }
    /*겸재정선을 만나다 영역 끝*/
}

@media screen and (max-width: 1180px) {
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent .txtArea {
        top: 26%;
        font-size: 32px;
    }
    #p2 .front .conWrap .imgCon img {
        max-width: 300px;
    }
    #p2 .front .conWrap .img01 {
        max-width: 120px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .characterArea {
        padding: 20px 60px 110px 60px;
    }
    #p3 .front .conWrap .imgContent h2 {
        font-size: 50px;
        line-height: 90px;
    }
    #p3 .front .conWrap .characterArea ul {
        gap: 24px 16px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        right: -18px;
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) .textArea {
        width: 180px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo .textArea {
        margin-left: 60px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea p,
    #p3 .front .conWrap .characterArea ul li.people .textArea p {
        font-size: 20px;
    }
    /*캐릭터 소개 영역 끝*/
    /*제례의 하루 영역 시작*/
    #p6 .front .conWrap .dialogArea .icon {
        width: 85px;
    } 
    #p6 .front .conWrap .dialogArea .puleu .icon {
        width: 89px;
    }
    /*제례의 하루 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conWrap .dialogArea .bawoo {
        bottom: -10%;
        margin-right: 6%;
    }
    #p8 .front .conArea .dialogArea .icon {
        width: 85px;
    }
    #p8 .front .conArea .dialogArea .pontiff .icon {
        width: 106px;
    }
    #p8 .front .conArea .dialogArea .pontiffBawoo .pontiff .speechBubbleWrap {
        margin-top: 3%;
        width: 62%;
    }
    #p8 .front .conWrap .dialogArea .pontiffBawoo .bawoo .speechBubbleWrap {
        width: 40%;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conArea .dialogArea .icon {
        width: 85px;
    }
    #p9 .front .conWrap .dialogArea .bawoo .icon {
        width: 90px;
    }
    /* #p9 .front .conWrap .tombInfoArea .dolmenArea img {
        max-width: 87px;
    }
    #p9 .front .conWrap .tombInfoArea .stoneGraveArea img {
        max-width: 74px;
    }
    #p9 .front .conWrap .tombInfoArea .woodenGraveArea img {
        max-width: 107px;
    }
    #p9 .front .conWrap .tombInfoArea .urnTombArea img {
        max-width: 53px;
    } */
    #p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p {
        width: fit-content;
        margin: 0 auto;
    }
    #p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p::before {
        padding: 4px 10px;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        font-size: 56px;
        text-indent: 3%;
    }
    #p10 .front .conArea .dialogArea .icon,
    #p11 .front .conArea .dialogArea .icon {
        width: 85px;
    }
    #p10 .front .conWrap .dialogArea > div .speechBubble p,
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/    
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/ 
    #p13 .front .conWrap .imgArea .relicImg02 {
        bottom: -117px;
    }
    /*삼강청자 영역 끝*/ 
    /*삼강청자게임 영역 시작*/ 
    #p13 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    /*삼강청자게임 영역 끝*/ 
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con {
        gap: 0;
    }
    #p18 .front .conWrap .con > img {
        width: 54.22%;
    }
    #p18 .front .conWrap .dialogArea {
        width: 60%;
    }
    #p18 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p18 .front .conWrap .dialogArea > div {
        margin-bottom: 3%;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p19 .front .conWrap .dialogArea .scholar01 .icon {
        width: 116px;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #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: 157px;
        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) {
    /*웹툰 영역 시작*/
    #p1 .front .moviePopup {
        top: 60%;
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent .pc {
        display: block;
    }
    #p2 .front .conWrap .imgContent .mo {
        display: none;
    }
    #p2 .front .conWrap .imgContent .txtArea {
        top: 26%;
        font-size: 24px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num, 
    #p2 .front .conWrap .imgContent .txtArea p .num::before {
        width: 46px;
        height: 46px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num {
        margin-right: 24px;
    }
    #p2 .front .conWrap .imgCon img {
        max-width: 300px;
    }
    #p2 .front .conWrap .img01 {
        max-width: 120px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .con {
        padding: 0;
    }
    #p3 .front .conWrap .imgContent h2 {
        line-height: 80px;
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        max-width: 160px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        max-width: 103px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        right: -20px;
        max-width: 130px;
    }
    #p3 .front .conWrap .characterArea ul li.dad .textArea {
        margin-left: 110px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea p, 
    #p3 .front .conWrap .characterArea ul li.people .textArea p {
        font-size: 18px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .con, 
    #p5 .front .conWrap .con {
        padding: 0;
    }
    #p4 .front .conWrap .imgContent .imgContentTitle,
    #p5 .front .conWrap .imgContent .imgContentTitle {
        width: 450px;
        font-size: 44px;
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        width: 240px;
        font-size: 36px;
    }
    #p4 .front .conWrap .img01,
    #p5 .front .conWrap .img01 {
        width: 226px;
    }
    #p4 .front .conWrap .img02,
    #p5 .front .conWrap .img02 {
        width: 143px;
    }
    #p4 .front .conWrap .img03,
    #p5 .front .conWrap .img03 {
        width: 102px;
    }
    #p4 .front .conArea .pattern02,
    #p5 .front .conArea .pattern02 {
        width: 207px;
        height: 240px;
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conArea .pattern02 {
        bottom: -85px;
        right: -70px;
    }
    /*2층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/
    /* #p6 .front .con {
        padding: 0;
    }
    #p6 .front .conWrap .title {
        width: 80%;
    }
    #p6 .front .conWrap .title p {
        font-size: 48px;
    }
    #p6 .front .conWrap .title p::before {
        left: -11%;
    }
    #p6 .front .conWrap .title p::after {
        right: -12%;
    }
    #p6 .front .conWrap .dialogArea .icon {
        width: 85px;
    }
    #p6 .front .conWrap .dialogArea .puleu .icon {
        width: 93px;
    }
    #p6 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        font-size: 20px;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap p {
        top: 47%;
        font-size: 28px;
    } */
    /*제례의 하루 영역 끝*/
    
    /*제례의 하루 영역 시작*/ 
    #p6 .front .contentBg {
        top: 45%;
    }
    #p6 .front .conArea .conWrap {
        top: 50%;
    }
    #p6 .front .conWrap .title {
        width: fit-content;
        padding: 16px 40px;
    }
    #p6 .front .conWrap .title p {
        font-size: 32px;
        text-align: center;
    }
    #p6 .front .conWrap .title p::before {
        bottom: -3px;
        left: -22%;
        width: 42px;
    }
    #p6 .front .conWrap .title p::after {
        bottom: auto;
        top: 50%;
        right: -24%;
        transform: translateY(-50%);
        width: 50px;
    }
    #p6 .front .conWrap .content {
        flex-direction: column;
        align-items: center;
    }
    #p6 .front .conWrap .content > div,
    #p6 .front .conWrap .content > div.relicInfoArea {
        max-width: 560px;
        width: 100%;
    }
    #p6 .front .conWrap .dialogArea > div .speechBubbleWrap p, 
    #p6 .front .conWrap .relicInfoArea pre {
        font-size: 20px
    }
    #p6 .front .conWrap .content > div.relicInfoArea {
        margin-top: 22%;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap {
        width: 35%;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap p {
        font-size: 24px;
    }
    /*제례의 하루 영역 끝*/ 
    /*고대마을 영역 시작*/
    #p7 .front .conArea .conWrap {
        padding: 0 40px;
    }
    #p7 .front .conArea .con {
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    #p7 .front .conArea .con > img {
        max-width: 560px;
    }
    #p7 .front .conArea .con .content {
        max-width: 560px;
        width: 100%;
        margin-top: 0;
        padding: 0;
        box-sizing: border-box;
    }
    #p7 .front .conArea .con .content > div {
        margin: 0 auto 4%;
    }
    #p7 .front .conArea .con .content > div p {
        font-size: 20px;
    }
    #p7 .front .conArea .con .content .stoneAge {
        width: 100%;
        aspect-ratio: 34.3/10;
    }
    #p7 .front .conArea .con .content .neolithicAge {
        width: 100%;
    }
    #p7 .front .conArea .con .content .bronzeAge {
        width: 100%;
    }
    #p7 .front .conArea .patternWrap {
        position: fixed;
        bottom: -26px;
        width: 334px;
    }
    #p7 .front .conArea .pattern::before {
        display: none;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .conWrap {
        top: 50%;
        padding: 0 40px;
    }
    #p8 .front .conArea .con {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 0;
    }
    #p8 .front .conArea .dialogArea {
        position: static;
        transform: translateY(0);
        max-width: 560px;
        width: 100%;
    }
    #p8 .front .conArea .dialogArea > div, 
    #p8 .front .conArea .dialogArea .pontiffBawoo > div {
        gap: 8px;
    }
    #p8 .front .conWrap .dialogArea .dad {
        margin-bottom: 8%;
    }
    #p8 .front .conWrap .dialogArea .puleu {
        margin-right: 0;
    }
    #p8 .front .conWrap .dialogArea .bawoo {
        justify-content: flex-start;
        bottom: -25%;
        margin-left: 24%;
    }
    #p8 .front .conWrap .dialogArea .dad .speechBubbleWrap {
        width: 77%;
        aspect-ratio: 2.53/1.13;
        background: url(../data/img/togiuiBalmyeong_m_img03.png) center / contain no-repeat;
    }
    #p8 .front .conWrap .dialogArea .puleu .speechBubbleWrap {
        width: 46%;
        aspect-ratio: 17.4/5.5;
        background: url(../data/img/togiuiBalmyeong_m_img04.png) center / contain no-repeat;
    }
    #p8 .front .conArea .dialogArea .pontiffBawoo .pontiff .speechBubbleWrap {
        width: 70%;
        margin-top: 5%;
    }
    #p8 .front .conWrap .dialogArea .pontiffBawoo .bawoo .speechBubbleWrap {
        width: 50%;
    }
    #p8 .front .conWrap .dialogArea .dad .speechBubbleWrap img,
    #p8 .front .conWrap .dialogArea .puleu .speechBubbleWrap img {
        display: none;
    }
    #p8 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        top: 50%;
        margin-left: 4px;
        font-size: 20px;
    }
    #p8 .front .conWrap .dialogArea .puleu .speechBubbleWrap p,
    #p8 .front .conWrap .dialogArea .bawoo .speechBubbleWrap p {
        left: 47%;
    }
    #p8 .front .conWrap .dialogArea .pontiff .speechBubbleWrap p,
    #p8 .front .conWrap .dialogArea .bawoo .speechBubbleWrap p {
        top: 47%;
    }
    #p8 .front .conWrap .dialogArea .dad .speechBubbleWrap::after {
        bottom: -25.5%;
        right: -10%;
        width: 65.5%;
        background-image: url(../data/img/togiuiBalmyeong_m_img02.png);
    }
    #p8 .front .conArea .con > img {
        max-width: 560px;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
    #p8 .front .conArea .img01 {
        bottom: -1.5%;
        aspect-ratio: 1.76/2.4;
        background: url(../data/img/togiuiBalmyeong_m_img01.png) top / cover no-repeat;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    .pages .front .conArea .conWrap {
        align-items: flex-start;
        top: 50%;
    }
    #p9 .front .conArea .con {
        padding: 0 12px 60%;
    }
    #p9 .front .conArea .con > img {
        display: block;
        max-width: 560px;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin: 0 auto;
    }
    #p9 .front .conWrap .dialogArea {
        top: -4%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        max-width: 560px;
        width: 100%;
        height: 100%;
    }
    #p9 .front .conWrap .dialogArea .pontiff01 {
        margin-bottom: 67%;
    }
    #p9 .front .conWrap .dialogArea .bawoo {
        position: static;
    }
    #p9 .front .conWrap .dialogArea .pontiff01 .speechBubble {
        aspect-ratio: 2.86/1.04;
        background-image: url(../data/img/godaeJanglyesig_m_img01.png);
    }
    #p9 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 47%;
        aspect-ratio: 17/3.9;
        background-image: url(../data/img/godaeJanglyesig_m_img02.png);
    }
    #p9 .front .conWrap .dialogArea .pontiff02 .speechBubble {
        aspect-ratio: 2.8/1.22;
        background-image: url(../data/img/godaeJanglyesig_m_img03.png);
    }
    #p9 .front .conWrap .dialogArea > div > div .speechBubble p,
    #p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p {
        font-size: 20px;
    }
    #p9 .front .conWrap .dialogArea .pontiff02 .speechBubble p {
        margin-left: 6%;
    }
    #p9 .front .conWrap .tombInfoArea {
        width: 100%;
        aspect-ratio: 3.36/1.07;
        margin-left: 0;
        border-radius: 12px;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title,
    #p11 .front .conWrap .title {
        width: 90%;
    }
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        font-size: 48px;
        text-indent: 1%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*우리 도자기의 놀라움2 영역 시작*/
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 16px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
        width: 28px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
        width: 55px;
    }
    /*고려청자 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea {
        width: 52%;
    }
    /*분청사기1 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea .puleu {
        margin-bottom: 12%;
    }
    #p19 .front .conWrap .dialogArea .scholar01  {
        top: 11%;
    }
    #p19 .front .conWrap .dialogArea .scholar01 .icon {
        width: 86px;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        width: 45px;
        background-size: 70%;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #p20 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 42%;
    }
    #p20 .front .conWrap .dialogArea .scholar .speechBubble {
        width: 86.45%;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #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;
    }
    /*매난국죽게임 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        padding: 0 20px;
    }
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conWrap .con > .title {
        width: 80%;
    }
    #p25 .front .conWrap .con > .title p {
        font-size: 48px;
        text-indent: 1%;
    }
    /*우리성의 놀라움 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .dialogArea > div {
        gap: 10px;
    }
    /*겸재정선을 만나다 영역 끝*/
    /*송암 영역 시작*/
    #p28 .front .conWrap .dialogArea .songam01 .icon {
        margin-bottom: 0;
    }
    /*송암 영역 끝*/
}

@media screen and (max-width: 960px) {
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent {
        padding-left: 0;
        padding-right: 0;
    }
    #p2 .front .conWrap .imgContent::after {
        display: none;
    }
    #p2 .front .conWrap .imgArea {
        bottom: 30px;
    }
    #p2 .front .conWrap .imgCon img {
        max-width: 250px;
    }
    #p2 .front .conWrap .img01 {
        right: 0;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .con::before {
        width: 153px;
    }
    #p3 .front .conWrap .con::after {
        width: 79px;
    }
    #p3 .front .conWrap .imgContent h2 {
        font-size: 36px;
        line-height: 60px;
    }
    #p3 .front .conWrap .characterArea {
        padding: 10px 60px 110px 60px;
    }
    #p3 .front .conWrap .characterArea ul {
        gap: 16px 10px;
    }
    #p3 .front .conWrap .characterArea ul li.people {
        width: calc((100% - 40px) / 4);
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        left: -50px;
        max-width: 140px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        max-width: 83px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        right: -40px;
        max-width: 100px;
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) .textArea {
        width: 150px;
        padding: 10px;
    }
    #p3 .front .conWrap .characterArea ul li.dad .textArea {
        margin-left: 70px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo .textArea {
        margin-left: 45.5px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea h3 {
        font-size: 28px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea p, 
    #p3 .front .conWrap .characterArea ul li.people .textArea p {
        font-size: 14px;
    }
    #p3 .front .conWrap .characterArea ul li.people .textArea p {
        margin-top: 8px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conArea .pattern01,
    #p5 .front .conArea .pattern01 {
        bottom: -50px;
        left: -50px;
        width: 250px;
        height: 222px;
    }
    #p4 .front .conWrap .con::before,
    #p5 .front .conWrap .con::before {
        width: 197px;
    }
    #p4 .front .conWrap .con::after,
    #p5 .front .conWrap .con::after {
        width: 185px;
    }
    #p4 .front .conWrap .imgContent .imgContentTitle,
    #p5 .front .conWrap .imgContent .imgContentTitle {
        width: 400px;
        font-size: 38px;
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 12.5%;
        width: 220px;
        font-size: 32px;
    }
    #p4 .front .conWrap .img01,
    #p5 .front .conWrap .img01 {
        width: 156px;
    }
    #p4 .front .conWrap .img02,
    #p5 .front .conWrap .img02 {
        width: 103px;
    }
    #p4 .front .conWrap .img03,
    #p5 .front .conWrap .img03 {
        width: 82px;
    }
    #p4 .front .conArea .pattern02,
    #p5 .front .conArea .pattern02 {
        bottom: -50px;
        right: -50px;
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .imgContent p {
        font-size: 28px;
    }
    #p5 .front .conArea .pattern02 {
        bottom: -80px;
    }
    #p5 .front .conWrap .con::after {
        right: -8%;
    }
    #p5 .front .conWrap .img01::after {
        width: 36px;
    }
    /*2층 평면도 영역 끝*/  
    /*제례의 하루 영역 시작*/
    #p6 .front .conWrap .dialogArea .icon {
        width: 60px;
    } 
    #p6 .front .conWrap .dialogArea .puleu .icon {
        width: 63px;
    }
    /*제례의 하루 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .dialogArea .icon {
        width: 60px;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conArea .dialogArea .icon {
        width: 60px;
    } 
    #p9 .front .conWrap .dialogArea .bawoo .icon {
        width: 63px;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conArea .con,
    #p11 .front .conArea .con {
        padding: 40px 12px;
    }
    #p10 .front .conWrap .title,
    #p11 .front .conWrap .title {
        width: 95%;
    }
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        font-size: 38px;
        text-indent: 1%;
    }
    #p11 .front .conArea .dialogArea {
        width: 60%;
    }
    #p11 .front .conArea .dialogArea > div {
        gap: 8px;
    }
    #p10 .front .conArea .dialogArea .icon,
    #p11 .front .conArea .dialogArea .icon {
        width: 60px;
    }
    #p10 .front .conWrap .dialogArea > div .speechBubble p,
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    #p11 .front .conWrap .dialogArea .potter .speechBubble p {
        margin-right: 8px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p12 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conWrap .dialogArea {
        width: 70%;
    }
    #p13 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*삼강청자 영역 끝*/
    /*삼강청자게임 영역 시작*/ 
    #p14 .front .conWrap .imgContent .gameInfoTxt,
    #p21 .front .conWrap .imgContent .gameInfoTxt {
        font-size: 18px;
        text-indent: 30px;
    }
    #p14 .front .conWrap .imgContent .gameInfoTxt::after {
        width: 20px;
    }
    /*삼강청자게임 영역 끝*/     
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/ 
    #p15 .page {
        padding: 2% 5%;
    }
    .main {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #p15 .relicInfoCon {
        gap: 3%;
    }
    #p15 .relicInfoCon img {
        max-width: 160px;
    }
    #p15 .relicInfoCon .relicName {
        font-size: 24px;
    }
    #p15 .relicInfoCon .relicInfoWrap > div {
        font-size: 16px;
    }
    #p15 .relicInfoCon .relicInfoWrap > div h4 {
        width: 40px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 40%;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con > img {
        top: 2%;
        width: 52.22%;
    }
    #p18 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p18 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 40%;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea .scholar01 {
        top: 7%;
    }
    #p19 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 60%;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #p20 .front .conWrap .con {
        padding: 0 20px;
    }
    #p20 .front .conWrap .img {
        left: -20px;
    }
    #p20 .front .conWrap .relicInfoArea {
        left: 12%;
    }
    #p20 .front .conWrap .dialogArea {
        width: 57%;
    }
    #p20 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*사군자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #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 .con {
        padding: 0 20px;
    }
    #p23 .front .conWrap .title {
        max-width: 436px;
        margin-bottom: 3%;
    }
    #p23 .front .conWrap .title p {
        font-size: 38px;
    }
    #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 .conArea .con .content .moviePopup {
        top: 40%;
        right: 5%;
    }
    #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: 14px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .con .moviePopup {
        top: 36%;
    }
    #p26 .front .conWrap .dialogArea {
        top: 32%;
        left: 5.5%;
    }
    #p26 .front .conWrap .dialogArea > div {
        margin-bottom: 0;
    }
    #p26 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p26 .front .conWrap .dialogArea .puleu .icon {
        width: 89px;
    }
    #p26 .front .conWrap .dialogArea .dad .speechBubble {
        width: 55.54%;
    }
    #p26 .front .conWrap .relicInfoArea {
        margin-top: 18%;
    }
    #p26 .front .conWrap .relicInfoArea .title {
        width: 19.4%;
    }
    #p26 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #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) {
    /*표지 영역 시작*/
    #p0 .front {
        background-image: url(../data/img/bookCover_m.jpg);
    }
    #p0 .front .title {
        max-width: 480px;
        padding-bottom: 38%;
        background-image: url(../data/img/bookCover_m_title.png);
    }
    /*표지 영역 끝*/
    /*웹툰 영역 시작*/
    #p1 .front .img {
        display: none;
    }
    #p1 .front .conArea .conWrap .contents {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #p1 .front .imgArea {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 66px 24px 80px;
    }
    #p1 .front .imgArea .imgContent01::after,
    #p1 .front .imgArea .imgContent02::before,
    #p1 .front .imgArea .imgContent02::after {
        display: none;
    }
    #p1 .front .imgArea > div {
        max-width: 500px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #p1 .front .imgArea .imgContent02 {
        margin-top: 0;
        padding-bottom: 0;
    }
    #p1 .front .imgArea > div img {
        width: 100%;
    }
    #p1 .front .moviePopup {
        top: auto;
        bottom: 3%;
        left: 19%;
        max-width: 349px;
        width: 41.75%;
        aspect-ratio: 2.49/1.07;
        background-image: url(../data/img/webtoon_m_img01.png);
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conArea {
        background: url(../data/img/contents_m_bg01.png) bottom / contain no-repeat;
    }
    .pages .front .conArea .conWrap {
        top: 45%;
    }
    #p2 .front .conWrap .imgContent {
        padding: 80px;
    }
    #p2 .front .conWrap .imgContent::before {
        top: 90px;
        right: auto;
        left: 100px;
        width: 220px;
        padding-bottom: 18%;
        background: url(../data/img/contents_pc_img06.png) center / contain no-repeat;
        z-index: 3;
    }    
    #p2 .front .conWrap .imgContent .pc {
        display: none;
    }
    #p2 .front .conWrap .imgContent .mo {
        display: block;
    }
    #p2 .front .conWrap .imgCon {
        z-index: 2;
    }
    #p2 .front .conWrap .imgCon::after {
        display: block;
        top: 0;
        left: 230px;
    }
    #p2 .front .conWrap .imgCon img {
        bottom: 0;
    }
    #p2 .front .conWrap .imgContent .txtArea {
        top: 55%;
        left: 16%;
        transform: translateY(-50%);
    }
    #p2 .front .conWrap .imgContent .txtArea p {
        display: block;
        margin-bottom: 16px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num,
    #p2 .front .conWrap .imgContent .txtArea p .highlight,
    #p2 .front .conWrap .imgContent .txtArea p .highlight::before {
        display: inline-block;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num {
        margin-right: 10px;
        text-align: center;
        line-height: 32px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num, 
    #p2 .front .conWrap .imgContent .txtArea p .num::before {
        width: 32px;
        height: 32px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .highlight {
        margin-left: 8px;
    }
    #p2 .front .conWrap .imgContent .txtArea p.num02 .highlight {
        margin-left: 60px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .highlight::before {
        height: 18px;
    }
    #p2 .front .conWrap .imgArea {
        bottom: -30px;
    }
    #p2 .front .conWrap .img01 {
        bottom: -20px;
        right: 40px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conArea .conWrap {
        top: 50%;
    }
    #p3 .front .conWrap .con::before {
        bottom: 0;
        left: 8%;
        background-image: url(../data/img/character_m_img02.png);
    }
    #p3 .front .conWrap .con::after {
        top: 8%;
        right: 12%;
        background-image: url(../data/img/character_m_img01.png);
    }
    #p3 .front .conWrap .imgContent {
        aspect-ratio: 1/1;
        background: url(../data/img/character_m_content.png) center / contain no-repeat;
    }
    #p3 .front .conWrap .imgContent h2 {
        line-height: 70px;
    }
    #p3 .front .conWrap .characterArea {
        max-width: 520px;
        width: 100%;
        height: inherit;
        aspect-ratio: 1/1;
        margin: 0 auto;
        padding: 80px 60px 60px;
    }
    #p3 .front .conWrap .characterArea ul {
        justify-content: flex-start;
        gap: 20px 10px;
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) {
        width: 100%;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo {
        display: flex;
        justify-content: flex-end;
        margin-right: 60px;
    }
    #p3 .front .conWrap .characterArea ul li.people {
        width: calc((100% - 20px) / 3);
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(5) {
        margin-right: 20px;
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(6) {
        margin-left: 30%;
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        bottom: -10px;
        left: 10px;
        max-width: none;
        width: 125px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        right: -52px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        right: auto;
        width: 90px;
        transform: scaleX(-1);
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) .textArea {
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 60%;
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border-width: 2px;
    }
    #p3 .front .conWrap .characterArea ul li.dad .textArea {
        margin-left: 95px;
    } 
    #p3 .front .conWrap .characterArea ul li.bawoo .textArea {
        margin-right: 20px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu .textArea {
        margin-left: 55px;
    } 
    #p3 .front .conWrap .characterArea ul li .textArea h3 {
        margin-bottom: 0;
        line-height: 1;
    }
    #p3 .front .conWrap .characterArea ul li .textArea h3::after {
        display: none;
    }
    /*캐릭터 소개 영역 끝*/    
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap,
    #p5 .front .conWrap {    
        align-items: center;
        top: 50%;
    }
    #p4 .front .conArea .pattern01,
    #p5 .front .conArea .pattern01 {
        display: none;
    }
    #p4 .front .conWrap .imgContent,
    #p5 .front .conWrap .imgContent {
        aspect-ratio: 17 / 15;
        background-position: top;
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 10.5%;
    }
    #p4 .front .conWrap .img01,
    #p5 .front .conWrap .img01 {
        right: auto;
        left: -3%;
        width: 154px;
        background-image: url(../data/img/floor_1_pc_img05.png);
    }
    #p4 .front .conWrap .img02,
    #p5 .front .conWrap .img02 {
        left: 10.8%;
        z-index: 2;
    }
    #p4 .front .conWrap .img02::before,
    #p4 .front .conWrap .img03::before,
    #p5 .front .conWrap .img02::before,
    #p5 .front .conWrap .img03::before {
        clear: both;
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
    }
    #p4 .front .conWrap .img02::before,
    #p5 .front .conWrap .img02::before {
        top: -30px;
        right: -80px;
        width: 59px;
        aspect-ratio: 1/1;
        background: url(../data/img/floor_1_pc_img07.png) center / contain no-repeat;
    }
    #p4 .front .conWrap .img03,
    #p5 .front .conWrap .img03 {
        left: auto;
        right: 3%;
    }
    #p4 .front .conWrap .img03::before,
    #p5 .front .conWrap .img03::before {
        top: 43px;
        left: -68px;
        width: 108px;
        aspect-ratio: 1/0.5;
        background: url(../data/img/floor_1_pc_img06.png) center / contain no-repeat;
    }
    #p4 .front .conArea .pattern02,
    #p5 .front .conArea .pattern02 {
        bottom: 0;
        right: 0;
        width: 92px;
        height: 103px;
        background-image: url(../data/img/floor_1_m02.png);
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .img01 {
        background-image: url(../data/img/floor_2_pc_img02.png);
    }
    #p5 .front .conWrap .img01::after {
        display: none;
    }
    #p5 .front .conWrap .img02::before {
        right: -110px;
        width: 96px;
        height: 72px;
        background-image: url(../data/img/floor_2_pc_img03.png);
    }
    /*2층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/ 
    #p6 .front .conWrap .title p {
        font-size: 28px;
    }
    #p6 .front .conWrap .content > div, 
    #p6 .front .conWrap .content > div.relicInfoArea {
        max-width: 500px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #p6 .front .conWrap .dialogArea > div .speechBubbleWrap p, 
    #p6 .front .conWrap .relicInfoArea pre {
        font-size: 18px;
    }
    /*제례의 하루 영역 끝*/ 
    /*고대마을 영역 시작*/
    .pages .front .conArea .conWrap {
        z-index: 2;
    }
    #p7 .front .conArea .con > img {
        max-width: 500px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #p7 .front .conArea .con .content {
        max-width: 500px;
        padding: 0 20px;
    }
    #p7 .front .conArea .con .content > div p {
        font-size: 18px;
    }
    #p7 .front .conArea .patternWrap {
        z-index: 1;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p8 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        font-size: 18px;
    }
    #p8 .front .conArea .con > img {
        padding-top: 20px;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    .pages .front .conArea .conWrap {
        align-items: flex-start;
        top: 50%;
    }
    #p9 .front .conArea .con {
        max-width: 500px;
        padding: 10% 20px 50%;
    }
    #p9 .front .conWrap .dialogArea {
        top: 0;
    }
    #p9 .front .conWrap .dialogArea > div > div .speechBubble p, 
    #p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p {
        font-size: 18px;
    }
    #p9 .front .conWrap .tombInfoArea {
        margin-top: 8%;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title,
    #p11 .front .conWrap .title {
        width: fit-content;
        padding: 16px 40px 16px 80px;
    }
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        font-size: 28px;
    }
    #p10 .front .conWrap .title p::before,
    #p11 .front .conWrap .title p::before {
        left: -30%;
        width: 44px;
    }
    #p10 .front .conArea .con .content,
    #p11 .front .conArea .con .content {
        flex-direction: column;
        gap: 24px;
        width: 400px;
        margin: 0 auto;
    }
    #p10 .front .conArea .con .content::after {
        bottom: -2%;
        right: -2%;
        width: 104px;
    }
    #p10 .front .conArea .dialogArea,
    #p11 .front .conArea .dialogArea {
        width: 100%;
    }
    #p10 .front .conArea .dialogArea .icon {
        width: 42px;
    }
    #p10 .front .conArea .dialogArea .dad .speechBubble::after {
        bottom: -23%;
        width: 126px;
    }
    #p10 .front .conArea .con .content > img,
    #p11 .front .conArea .con .content > img {
        width: 100%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*우리 도자기의 놀라움2 영역 시작*/
    #p10 .front .conArea .con,
    #p11 .front .conArea .con {
        padding: 0;
    }
    #p11 .front .conArea .con .content {
        gap: 0;
    }
    #p11 .front .conArea .con .content::after {
        right: auto;
        left: 0;
        width: 181px;
    }
    #p11 .front .conArea .dialogArea > div:last-child {
        margin-bottom: 0;
    }
    #p11 .front .conArea .dialogArea .icon {
        width: 42px;
    }
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 16px;
    }
    #p11 .front .conArea .con .content > img {
        width: 256px;
        margin-left: 40%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .conWrap {
        align-items: center;
    }
    #p12 .front .conArea .con {
        width: 400px;
        margin: 0 auto;
        padding: 0;
    }
    #p12 .front .conArea .con .img {
        z-index: -1;
    }
    #p12 .front .conArea .con .img01 {
        bottom: -14%;
        left: -16.5%;
        width: 55%;
    }
    #p12 .front .conArea .con .img02 {
        top: -14%;
        left: 39%;
        width: 66.2%;
    }
    #p12 .front .conWrap .dialogArea, 
    #p12 .front .conWrap .relicInfoArea {
        width: 100%;
    }
    #p12 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 5%;
    }
    #p12 .front .conWrap .dialogArea .potter01,
    #p12 .front .conWrap .dialogArea .potter02 {
        justify-content: flex-start;
    }
    #p12 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p12 .front .conWrap .dialogArea .potter01 .icon {
        width: 20.9%;
    }
    #p12 .front .conWrap .dialogArea .potter01 .speechBubble {
        width: 67.3%;
    }
    #p12 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 19.1%;
    }
    #p12 .front .conWrap .dialogArea .potter02 .speechBubble {
        width: 69.7%;
        aspect-ratio: 2.34/1.56;
        background-image: url(../data/img/golyeoCheongja_m_img01.png);
    }
    #p12 .front .conWrap .dialogArea .potter02 .speechBubble::before {
        top: -38%;
        left: 33%;
        width: 42%;
    }
    #p12 .front .conWrap .dialogArea .potter02 .speechBubble::after {
        bottom: -60%;
        right: -15%;
        width: 95.3%;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    #p12 .front .conWrap .relicInfoArea {
        width: fit-content;
        margin-top: 21%;
    }
    #p12 .front .conWrap .relicInfoArea .title {
        width: 43.5%;
    }
    #p12 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    #p12 .front .conWrap .relicInfoArea .txt {
        margin-top: 5%;
        line-height: 1.4;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/ 
    #p13 .front .conArea .con {
        flex-direction: column;
        justify-content: center;
        width: 400px;
        margin: 0 auto;
        padding: 0;
    }
    #p13 .front .conWrap .imgArea,
    #p13 .front .conWrap .dialogArea {
        width: 100%;
    }
    #p13 .front .conWrap .imgArea {
        height: 30%;
    }
    #p13 .front .conWrap .imgArea .relicImg01 {
        top: 45%;
        left: 28%;
        width: 34.2%;
    }
    #p13 .front .conWrap .imgArea .relicImg01::before {
        top: 13%;
        left: -33%;
    }
    #p13 .front .conWrap .imgArea .relicImg01::after {
        top: 40%;
        right: -68%;
    }
    #p13 .front .conWrap .imgArea .relicImg02 {
        bottom: 34%;    
        right: 3%;
        width: 24.5%;
    }
    #p13 .front .conWrap .imgArea .relicImg03 {
        bottom: 62%;
        left: 6%;
        width: 31.7%;
    }
    #p13 .front .conWrap .imgArea .relicImg::before, 
    #p13 .front .conWrap .imgArea .relicImg::after {
        font-size: 16px;
    }
    #p13 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 10px;
    }
    #p13 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p13 .front .conWrap .dialogArea .puleu .speechBubble {
        width: 100%;
    }
    #p13 .front .conWrap .dialogArea .dad01 .speechBubble {
        width: 80.4%;
        aspect-ratio: 27/9.6;
        background-image: url(../data/img/sanggamCheongja_m_img01.png);
    }
    #p13 .front .conWrap .dialogArea .dad02 .speechBubble {
        width: 83.4%;
        aspect-ratio: 28.9/15;
        background-image: url(../data/img/sanggamCheongja_m_img02.png);
    }
    #p13 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 61.7%;
        aspect-ratio: 20.7/3.7;
        background-image: url(../data/img/sanggamCheongja_m_img03.png);
    }
    #p13 .front .conWrap .dialogArea .dad03 .speechBubble {
        width: 83.4%;
        aspect-ratio: 28.4/6.3;
        background-image: url(../data/img/sanggamCheongja_m_img04.png);
    }
    #p13 .front .conWrap .dialogArea .dad03 .speechBubble::after {
        bottom: 66%;
        right: 1%;
    }
    #p13 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*삼강청자 영역 끝*/ 
    /*삼강청자게임 영역 시작*/ 
    #p14 .front .conArea .conWrap,
    #p15 .front .conArea .conWrap,
    #p21 .front .conArea .conWrap,
    #p22 .front .conArea .conWrap {
        top: 50%;
    }
    #p14 .front .conWrap .title,
    #p15 .front .conWrap .title,
    #p21 .front .conWrap .title,
    #p22 .front .conWrap .title {
        width: 350px;
    }
    #p14 .front .conWrap .imgContent,
    #p15 .front .conWrap .imgContent,
    #p21 .front .conWrap .imgContent,
    #p22 .front .conWrap .imgContent {
        max-width: 500px;
        aspect-ratio: 1 /1.5;
        margin: 15% auto 0;
    }
    #p14 .front .conWrap .imgContent::before {
        bottom: 40%;
        width: 20%;
        z-index: 2;
    }
    #p14 .front .conWrap .imgContent::after {
        bottom: auto;
        top: 7%;
        right: -14%;
        width: 25%;
    }
    #p14 .front .conWrap .imgContent .gameInfoTxt,
    #p21 .front .conWrap .imgContent .gameInfoTxt {
        font-size: 14px;
        text-indent: 0;
        color: #fff;
    }
    #p14 .front .conWrap .imgContent .gameInfoTxt::after,
    #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;
    }
    #p14 .dargWrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .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;
    }
    /*팝업 영역 끝*/
    /*삼강청자게임 영역 끝*/     
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/ 
    #p15 .front .conWrap .imgContent {
        min-height: 734.95px;
    }
    #p15 .front .conWrap .imgContent::before,
    #p15 .front .conWrap .imgContent::after {
        display: none;
    }
    #p15 .page {
        padding: 2% 5% 2% 6%;
    }
    #p15 .relicInfoCon {
        flex-direction: column;
    }
    #p15 .relicInfoCon .relicName {
        position: relative;
        width: 238px;
        height: 40px;
        margin: 0 auto 4%;
        padding: 0;
        font-size: 1px;
        color: transparent;
    }
    #p15 .relicInfoCon .relicName::after {
        clear: both;
        content: "청자상감국화문표형주자";
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 238px;
        height: 40px;
        font-size: 24px;
        color: #fff;
    }
    #p15 .relicInfoCon .textArea {
        margin-top: 10%;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
    /*가마터 풍경 영역 시작*/
    #p16 .front .conArea .conWrap .con {
        flex-direction: column-reverse;
        width: 400px;
        margin: 0 auto;
        padding: 0;
    }
    #p16 .front .conArea .conWrap .con > img {
        width: 100%;
    }
    #p16 .front .conWrap .dialogArea {
        margin-top: 5%;
    }
    #p16 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 5%;
    }
    #p16 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p16 .front .conWrap .dialogArea .puleu01 .speechBubble {
        width: 37.6%;
        aspect-ratio: 12.6/6.7;
        background-image: url(../data/img/gamateo_m_img01.png);
    }
    #p16 .front .conWrap .dialogArea .puleu01 .speechBubble::after {
        top: -79%;
        right: -126%;
        width: 140.2%;
    }
    #p16 .front .conWrap .dialogArea .potter01 .speechBubble {
        width: 72.7%;
        aspect-ratio: 24.4/6.2;
        background-image: url(../data/img/gamateo_m_img02.png);
    }
    #p16 .front .conWrap .dialogArea .puleu02 .speechBubble {
        width: 68.5%;
        aspect-ratio: 23/4;
        background-image: url(../data/img/gamateo_m_img03.png);
    }
    #p16 .front .conWrap .dialogArea .potter02 .speechBubble {
        width: 87.5%;
        aspect-ratio: 2.88/1.03;
        background-image: url(../data/img/gamateo_m_img04.png);
    }
    #p16 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .con,
    #p18 .front .conWrap .con {
        justify-content: center;
        width: 400px;
        margin: 0 auto;
        padding: 0;
        padding-top: 10%;
    }
    #p17 .front .conWrap .con > .img01 {
        top: auto;
        bottom: -39%;
        left: auto;
        right: 0;
        width: 87.5%;
    }
    #p17 .front .conWrap .con > .img02 {
        top: auto;
        bottom: 3%;
        left: -13%;
        width: 69.6%;
    }
    #p17 .front .conWrap .dialogArea {
        width: 100%;
        padding-bottom: 50%;
    }
    #p17 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 3%;
    }
    #p17 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p17 .front .conWrap .dialogArea .bawoo01 .speechBubble {
        width: 85.4%;
        aspect-ratio: 28.7/3.7;
        background-image: url(../data/img/buncheong_1_m_img01.png);
    }
    #p17 .front .conWrap .dialogArea .dad01 .speechBubble {
        width: 81.3%;
        aspect-ratio: 27.3/7.7;
        background-image: url(../data/img/buncheong_1_m_img02.png);
    }
    #p17 .front .conWrap .dialogArea .bawoo02 .speechBubble {
        width: 70.55%;
        aspect-ratio: 23.7/3.7;
        background-image: url(../data/img/buncheong_1_m_img03.png);
    }
    #p17 .front .conWrap .dialogArea .dad02 .speechBubble {
        width: 74.2%;
        aspect-ratio: 24.9/11.3;
        background-image: url(../data/img/buncheong_1_m_img04.png);
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p,
    #p18 .front .conWrap .dialogArea > div .speechBubble p,
    #p18 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con > img {
        top: 43%;
        left: 50%;
        transform: translateX(-50%);
        width: 93.33%;
        z-index: -1;
    }
    #p18 .front .conWrap .dialogArea {
        width: 100%;
        padding-bottom: 85%;
    }
    #p18 .front .conWrap .dialogArea > div {
        gap: 4px;
    }
    #p18 .front .conWrap .dialogArea .puleu {
        justify-content: flex-start;
    }
    #p18 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p18 .front .conWrap .dialogArea .puleu01 .speechBubble {
        width: 75%;
        aspect-ratio: 25.2/3.6;
        background-image: url(../data/img/buncheong_2_m_img01.png);
    }
    #p18 .front .conWrap .dialogArea .dad .speechBubble {
        width: 83.7%;
        aspect-ratio: 28.1/9.5;
        background-image: url(../data/img/buncheong_2_m_img02.png);
    }
    #p18 .front .conWrap .dialogArea .dad .speechBubble::after {
        display: none;
    }
    #p18 .front .conWrap .dialogArea .puleu02 .speechBubble {
        width: 67.6%;
        aspect-ratio: 22.7/5.6;
        background-image: url(../data/img/buncheong_2_m_img03.png);
    }
    #p18 .front .conWrap .relicInfoArea {
        width: fit-content;
    }
    #p18 .front .conWrap .relicInfoArea .title {
        width: 28.6%;
    }
    #p18 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conArea .img {
        width: 224px;
    }
    #p19 .front .conWrap .con {
        justify-content: center;
        width: 400px;
        margin: 0 auto;
        padding: 0;
        padding-top: 3%;
    }
    #p19 .front .conWrap .con > img {
        width: 100%;
    }
    #p19 .front .conWrap .dialogArea {
        top: auto;
        bottom: -85%;
        left: 0;
        transform: translateY(0);
        width: 100%;
    }
    #p19 .front .conWrap .dialogArea > div {
        gap: 4px;
    }
    #p19 .front .conWrap .dialogArea .puleu {
        margin-bottom: 18%;
    }
    #p19 .front .conWrap .dialogArea .scholar01 {
        top: 5%;
        right: 0;
    }
    #p19 .front .conWrap .dialogArea .scholar02 {
        justify-content: flex-end;
    }
    #p19 .front .conWrap .dialogArea .bawoo02 {
        align-items: flex-start;
    }
    #p19 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p19 .front .conWrap .dialogArea .scholar01 .icon {
        width: 85px;
    }
    #p19 .front .conWrap .dialogArea .puleu .speechBubble {
        width: 74.6%;
        aspect-ratio: 26.2/3.5;
        background-image: url(../data/img/joseonBaegja_m_img01.png);
    }
    #p19 .front .conWrap .dialogArea .scholar01 .speechBubble {
        width: 67.2%;
        aspect-ratio: 23.6/4;
        background-image: url(../data/img/joseonBaegja_m_img02.png);
    }
    #p19 .front .conWrap .dialogArea .bawoo01 .speechBubble {
        width: 61.93%;
        aspect-ratio: 21.8/3.6;
        background-image: url(../data/img/joseonBaegja_m_img03.png);
    }
    #p19 .front .conWrap .dialogArea .scholar02 .speechBubble {
        width: 82.96%;
        aspect-ratio: 29.2/13.3;
        background-image: url(../data/img/joseonBaegja_m_img04.png);
    }
    #p19 .front .conWrap .dialogArea .bawoo02 .speechBubble {
        width: 63.64%;
        aspect-ratio: 22.4/7.6;
        background-image: url(../data/img/joseonBaegja_m_img05.png);
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        width: 100%;
        background-size: 100%;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #p20 .front .conArea .conWrap {
        align-items: center;
    }
    #p20 .front .conWrap .con {
        justify-content: center;
        width: 400px;
        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: 20px;
    }
    #p20 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    #p20 .front .conWrap .dialogArea {
        width: 100%;
    }
    #p20 .front .conWrap .dialogArea .bawooScholar > div {
        gap: 4px;
    }
    #p20 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #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: 14px;
    }
    #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 .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 .title {
        max-width: 335px;
        height: 54px;
        justify-content: center;
        margin: 0 auto 2%;
    }
    #p23 .front .conWrap .title p {
        margin-left: 0;
        font-size: 28px;
        text-indent: -7%;
    }
    #p23 .front .conWrap .title p::after {
        top: 54%;
        right: -10%;
        width: 32px;
        height: 69px;
    }
    #p23 .front .conWrap .con {
        width: 400px;
        margin: 0 auto;
        padding: 0;
        padding-top: 3%;
    }
    #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 .icon {
        width: 42px;
    }
    #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: 14px;
    }
    #p23 .front .conWrap .content > img {
        position: absolute;
        right: -1%;
        bottom: -82%;
        width: 97%;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*시왕도 영역 시작*/
    #p24 .front .conWrap .con {
        align-items: flex-end;
        width: 400px;
        margin: 0 auto;
        padding: 0;
    }
    #p24 .front .conWrap .dialogArea {
        position: absolute;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
        width: 400px;
        z-index: 1;
    }
    #p24 .front .conWrap .dialogArea > div {
        gap: 4px;
    }
    #p24 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #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: 14px;
    }
    #p24 .front .conWrap .con .img {
        width: 100%;
        padding-top: 90%;
    }
    #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 {
        width: 400px;
        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 .icon {
        width: 42px;
    }
    #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: 14px;
    }
    #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: 20px;
    }
    /*우리성의 놀라움 영역 끝*/
    /*평양성도 영역 시작*/
    #p26 .front .conArea .conWrap {
        align-items: center;
    }
    #p26 .front .conWrap .con {
        position: relative;
        width: 400px;
        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 .icon {
        width: 42px;
    }
    #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: 14px;
    }
    #p26 .front .conWrap .dialogArea .dad .speechBubble p {
        margin-right: 3%;
    }
    #p26 .front .conWrap .relicInfoArea {
        margin-top: 6%;
    }
    #p26 .front .conWrap .relicInfoArea .title {
        width: 96px;
    }
    #p26 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    #p26 .front .conWrap .relicInfoArea .txt {
        margin-top: 2%;
    }
    /*평양성도 영역 끝*/
    /*겸재정선을 만나다 영역 시작*/
    #p27 .front .conWrap .con {
        flex-direction: column;
        align-items: flex-start;
        width: 400px;
        height: fit-content;
        margin: 0 auto;
        padding: 0;
    }
    #p27 .front .conWrap .content {
        width: 100%;
    }
    #p27 .front .conWrap .con .title p {
        font-size: 28px;
    }
    #p27 .front .conWrap .dialogArea > div {
        gap: 4px;
    }
    #p27 .front .conWrap .dialogArea .dad01 {
        margin-bottom: 0.5%;
    }
    #p27 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p27 .front .conWrap .dialogArea .bawoo02 .icon {
        width: 53px;
    }
    #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: 56px;
    }
    #p27 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    #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 {
        width: 400px;
        height: fit-content;
        margin: 0 auto;
        padding: 0;
    }
    #p28 .front .conArea .con > img {
        width: 100%;
        padding-top: 100%;
    }
    #p28 .front .conWrap .dialogArea {
        top: 5%;
        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 .icon {
        width: 42px;
    }
    #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: 14px;
    }
    /*송암 영역 끝*/
    /*엔딩 영역 시작*/
    #p29 .front {
        background-image: url(../data/img/ending_m.jpg);
    }
    #p29 .front .title {
        width: 50%;
        min-width: 300px;
    }
    /*엔딩 영역 끝*/
}

@media screen and (max-width: 692px) {
    /*웹툰 영역 시작*/
    #p1 .front .moviePopup {
        bottom: -3%;
        left: 14%;
        width: 39.75%;
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conWrap {
        align-items: inherit;
        top: 35%;
        overflow: visible;
    }
    #p2 .front .conWrap .imgContent {
        padding: 40px 20px;
    }
    #p2 .front .conWrap .imgContent::before {
        left: 50px;
    }
    #p2 .front .conWrap .imgContent .txtArea {
        left: 9%;
    }
    #p2 .front .conWrap .imgArea,
    #p2 .front .conWrap .img01 {
        bottom: -150px;
    }
    #p2 .front .conWrap .imgCon::after {
        top: -40px;
    }
    /*목차 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent,
    #p5 .front .conWrap .imgContent {
        aspect-ratio: 17 / 18;
    }
    #p4 .front .conWrap .imgContent .imgContentTitle,
    #p5 .front .conWrap .imgContent .imgContentTitle {
        width: 320px;
        font-size: 28px;
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 7.5%;
        font-size: 28px;
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .imgContent p {
        top: 8%;
        font-size: 24px;
    }
    /*2층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/
    #p6 .front .con {
        padding: 0;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap {
        width: 40%;
    }
    #p6 .front .conWrap .content > div.relicInfoArea {
        margin-top: 8%;
    }
    /*제례의 하루 영역 끝*/
    /*고대마을 영역 시작*/
    #p7 .front .conArea .con > img {
        width: 61%;
        padding-top: 20px;
    }
    #p7 .front .conArea .con .content {
        max-width: 460px;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conWrap .dialogArea .bawoo {
        bottom: -6%;
    }
    #p8 .front .conArea .con > img {
        width: 76%;
    }
    /*토기의 발명 영역 끝*/
}

@media screen and (max-width: 602px) {
    /*웹툰 영역 시작*/
    #p1 .front .moviePopup {
        bottom: 0;
        width: 45.75%;
    }
    /*웹툰 영역 끝*/
    /*고대마을 영역 시작*/
    #p7 .front .conArea .con > img {
        width: 100%;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .con > img {
        width: 100%;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap .dialogArea {
        top: -3%;
    }
    /*고대장례식 영역 끝*/
}

@media screen and (max-width: 580px) {
    /*웹툰 영역 시작*/
    #p1 .front .imgArea {
        padding: 66px 12px 80px;
    }
    #p1 .front .imgArea > div {
        padding: 0;
    }
    #p1 .front .moviePopup {
        bottom: 8%;
        left: 8%;
        width: 60.75%;
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conArea .conWrap {
        padding: 12px;
    }
    #p2 .front .conWrap .imgContent {
        padding: 40px 20px 0;
    }
    #p2 .front .conWrap .imgContent > img {
        width: 110%;
    }
    #p2 .front .conWrap .imgCon::after {
        display: none;
    }
    #p2 .front .conWrap .imgCon img {
        max-width: 223px;
    }
    #p2 .front .conWrap .imgContent .txtArea {
        top: 60%;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num, 
    #p2 .front .conWrap .imgContent .txtArea p .num::before {
        width: 25px;
        height: 25px;
    }
    #p2 .front .conWrap .imgContent .txtArea p .num {
        margin-right: 4px;
        line-height: 25px;
    }
    #p2 .front .conWrap .imgArea {
        bottom: -50%;
        left: 5px;
    }
    #p2 .front .conWrap .img01 {
        bottom: -50%;
        right: 0;
    }
    #p2 .front .conWrap .imgCon::after {
        width: 154px;
        top: -50px;
        left: 170px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    .pages .front .conArea .conWrap {
        padding: 12px;
    }
    #p3 .front .conWrap .con::before {
        bottom: -5%;
        left: 8%;
    }
    #p3 .front .conWrap .con::after {
        top: 4%;
        right: 6%;
    }
    #p3 .front .conWrap .characterArea {
        padding: 40px 10%;
    }
    #p3 .front .conWrap .characterArea ul {
        gap: 10px;
        width: 90%;
        margin: 0 auto;
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) {
        margin-bottom: 14px;
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(4) {
        margin-left: 10px;
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(5) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        width: 105px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        width: 70px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        left: 8px;
        width: 81px;
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) .textArea {
        max-width: none;
        width: 180px;
        height: 40px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo .textArea {
        margin-right: 10px;
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(5) .textArea {
        width: 132px;
    }
    #p3 .front .conWrap .characterArea ul li .textArea h3 {
        font-size: 20px;
    }
    /*캐릭터 소개 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .imgContent p {
        top: 7%;
        font-size: 18px;
    }
    /*2층 평면도 영역 끝*/   
    /*제례의 하루 영역 시작*/ 
    #p6 .front .conArea .conWrap {
        padding: 0;
    }
    #p6 .front .con {
        padding: 0 12px;
        box-sizing: border-box;
    }
    #p6 .front .conWrap .title p {
        font-size: 28px;
    }
    #p6 .front .conWrap .content > div, 
    #p6 .front .conWrap .content > div.relicInfoArea {
        padding: 0;
    }
    #p6 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p6 .front .conWrap .dialogArea .puleu .icon {
        width: 44px;
    }
    #p6 .front .conWrap .dialogArea .dad01 {
        justify-content: flex-end;
    }
    #p6 .front .conWrap .dialogArea .puleu .speechBubbleWrap {
        width: 138px;
        aspect-ratio: 13.8/5;
    }
    #p6 .front .conWrap .dialogArea .dad01 .speechBubbleWrap {
        width: 244px;
        aspect-ratio: 24.4/6;
    }
    #p6 .front .conWrap .dialogArea .bawoo .speechBubbleWrap {
        width: 194px;
        aspect-ratio: 19.4/6.6;
    }
    #p6 .front .conWrap .dialogArea .dad02 .speechBubbleWrap {
        width: 161px;
        aspect-ratio: 16.1/6.3;
    }
    #p6 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        top: 45%;
        margin-left: 4px;
        font-size: 14px;
    }
    #p6 .front .conWrap .relicInfoArea .relicInfoWrap::before {
        top: -120px;
        left: 0;
        width: 127px;
    }
    #p6 .front .conWrap .relicInfoArea .relicInfoWrap::after {
        top: -94px;
        right: -2%;
        width: 123px;
        background: url(../data/img/jelyeHaru_pc_img12.png) center / contain no-repeat;
    }
    #p6 .front .conWrap .relicInfoArea pre {
        font-size: 14px;
    }
    /*제례의 하루 영역 끝*/  
    /*고대마을 영역 시작*/
    #p7 .front .conArea .conWrap {
        padding: 0;
        z-index: 3;
    }
    #p7 .front .conArea .con > img {
        padding: 20px 12px 0;
    }
    #p7 .front .conArea .con .content {
        padding: 0 30px;
    }
    #p7 .front .conArea .con .content > div p {
        font-size: 14px;
    }
    #p7 .front .conArea .patternWrap {
        bottom: -16px;
        width: 233px;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .conWrap {
        align-items: center;
        padding: 0;
    }
    #p8 .front .conArea .con {
        padding: 0 12px;
    }
    #p8 .front .conArea .dialogArea .pontiffBawoo {
        padding-bottom: 28px;
    }
    #p8 .front .conWrap .dialogArea .bawoo {
        bottom: -3%;
    }
    #p8 .front .conArea .dialogArea .icon {
        width: 42px;
    }
    #p8 .front .conArea .dialogArea .pontiff .icon {
        width: 60px;
    }
    #p8 .front .conWrap .dialogArea > div .speechBubbleWrap p {
        font-size: 14px;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap {
        align-items: center;
    }
    #p9 .front .conWrap .dialogArea {
        padding: 0 12px;
        box-sizing: border-box;
    }
    #p9 .front .conArea .dialogArea .icon {
        width: 42px;
    }
    #p9 .front .conWrap .dialogArea .bawoo .icon {
        width: 44px;
    }
    #p9 .front .conWrap .dialogArea > div > div {
        gap: 4px;
    }
    #p9 .front .conWrap .dialogArea .bawoo .speechBubble {
        width: 55%;
    }
    #p9 .front .conWrap .dialogArea .pontiff02 .speechBubble {
        width: 85%;
    }
    #p9 .front .conWrap .dialogArea > div > div .speechBubble p, 
    #p9 .front .conWrap .tombInfoArea .tombInfoWrap > div p {
        font-size: 14px;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움2 영역 시작*/
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*우리 도자기의 놀라움2 영역 끝*/
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/
    #p15 .relicInfoCon .relicInfoWrap > div {
        font-size: 14px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conArea .img {
        z-index: 1;
    }
    .pages .front .conArea .conWrap {
        z-index: 2;
    }
    /*조선백자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #p21 .dargWrap .infoText {
        font-size: 16px;
    }
    /*매난국죽게임 영역 끝*/
    /*사군자의 덕목 영역 시작*/
    #p22 .front .conWrap .imgContent::before {
        left: -15.5%;
    }
    /*사군자의 덕목 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p24 .front .conWrap .con .img {
        padding-top: 78%;
    }
    /*염라국에 가볼까? 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #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%;
    }
    /*우리성의 놀라움 영역 끝*/
}

@media screen and (max-width: 480px) {
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent {
        padding: 40px 0 0;
    }
    #p2 .front .conWrap .imgContent::before {
        top: 60px;
        left: 20px;
        width: 160px;
        height: 122px;
        padding-bottom: 0;
    }
    #p2 .front .conWrap .imgContent .txtArea p {
        margin-bottom: 24px;
        font-size: 20px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .con::before {
        left: 0;
        width: 120px;
        aspect-ratio: 1/1;
    }
    #p3 .front .conWrap .con::after {
        top: 5%;
        right: 0;
    }
    #p3 .front .conWrap .characterArea {
        padding: 40px 5%;
    }
    #p3 .front .conWrap .characterArea ul li.people {
        width: calc(100% / 2.9);
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(6) {
        margin-left: 25%;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        left: -15px
    }
    #p3 .front .conWrap .characterArea ul li.puleu .textArea {
        margin-left: 35px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap,
    #p4 .front .conWrap .con,
    #p5 .front .conWrap,
    #p5 .front .conWrap .con {
        align-items: center;
        justify-content: center;
    }
    #p4 .front .conArea .conWrap,
    #p5 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p4 .front .conWrap .imgContent,
    #p5 .front .conWrap .imgContent {
        width: 120%;
        height: 540px;
        background-image: url(../data/img/floor_1_m_content.png);
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 7.5%;
        width: 300px;
    }
    #p4 .front .conWrap .img01,
    #p4 .front .conWrap .img02,
    #p4 .front .conWrap .img03,
    #p5 .front .conWrap .img01,
    #p5 .front .conWrap .img02,
    #p5 .front .conWrap .img03 {
        bottom: -20%;
    }
    /*1층 평면도 영역 끝*/
    /*2층 평면도 영역 시작*/
    #p5 .front .conWrap .imgContent {
        background-image: url(../data/img/floor_2_m_content.png);
    }
    /*2층 평면도 영역 끝*/
}

@media screen and (max-width: 460px) {
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent,
    #p5 .front .conWrap .imgContent {
        width: 106%;
    }
    /*1층 평면도 영역 끝*/
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/ 
    #p15 .relicInfoCon img {
        max-width: 131px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
}

@media screen and (max-width: 440px) {
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 6.5%;
    }
    /*1층 평면도 영역 끝*/
    /*삼강청자게임 영역 시작*/
    #p14 .front .conWrap .title,
    #p15 .front .conWrap .title,
    #p21 .front .conWrap .title,
    #p22 .front .conWrap .title {
        width: 256px;
    } 
    #p14 .front .conWrap .imgContent {
        margin: 12% auto 0;
    }
    /*삼강청자게임 영역 끝*/ 
    /*우리성의 놀라움 영역 시작*/
    #p25 .front .conArea .con .content .moviePopup {
        right: -4%;
    }
    /*우리성의 놀라움 영역 끝*/
}

@media screen and (max-width: 420px) {
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent,
    #p5 .front .conWrap .imgContent {
        height: 500px;
    }
    /*1층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/ 
    #p6 .front .conWrap .content > div.relicInfoArea {
        margin-top: 26%;
    }
    #p6 .front .conWrap .relicInfoArea {
        justify-content: center;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap {
        width: 138px;
        aspect-ratio: 13.8/4.4;
    }
    #p6 .front .conWrap .relicInfoArea .speechBubbleWrap p {
        font-size: 20px;
    }
    /*제례의 하루 영역 끝*/ 
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conArea .con .content,
    #p11 .front .conArea .con .content {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    #p10 .front .conArea .dialogArea > div {
        gap: 10px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .conWrap {
        padding: 0;
    }
    #p12 .front .conArea .con {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conArea .conWrap {
        padding: 0;
    } 
    #p13 .front .conArea .con {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    /*삼강청자 영역 끝*/ 
    /*가마터 풍경 영역 시작*/
    #p16 .front .conArea .conWrap {
        align-items: center;
        padding: 0;
    }
    #p16 .front .conArea .conWrap .con {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conArea .conWrap,
    #p18 .front .conArea .conWrap {
        padding: 0;
    }
    #p17 .front .conWrap .con,
    #p18 .front .conWrap .con {
        width: 100%;
        padding: 15% 12px 0;
        box-sizing: border-box;
    }
    #p17 .front .conWrap .con > .img01 {
        right: 12px;
    }
    /*분청사기1 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .con {
        width: 100%;
        padding: 10% 12px 0;
        box-sizing: border-box;
    }
    /*조선백자 영역 끝*/
    /*사군자 영역 시작*/
    #p20 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p20 .front .conWrap .con {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    #p20 .front .conWrap .sagunjaInfoArea {
        margin-top: 50%;
    }
    /*사군자 영역 끝*/
    /*염라국에 가볼까? 영역 시작*/
    #p23 .front .conArea .conWrap {
        padding: 12px 0;
    }
    #p23 .front .conWrap .con {
        width: 100%;
        padding: 3% 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%;
    }
    /* #p24 .front .conWrap .con .moviePopup {
        bottom: -11%;
        right: 19%;
        width: 62.2%;
    } */
    /*시왕도 영역 끝*/
    /*우리성의 놀라움 영역 시작*/
    #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) {
    /*웹툰 영역 시작*/
    #p1 .front .movieLinkArea {
        margin-left: 10%;
    }
    #p1 .front .movieLinkArea .img04 {
        width: 63px;
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent::before {
        top: 30px;
    }
    #p2 .front .conWrap .imgContent .txtArea {
        left: 6%;
    }
    #p2 .front .conWrap .imgContent .txtArea p.num02 .highlight {
        margin-left: 35px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    .pages .front .conArea .conWrap {
        padding: 12px 4px;
    }
    #p3 .front .conWrap .con::before {
        width: 80px;
        aspect-ratio: 1/2;
    }
    #p3 .front .conWrap .con::after {
        top: 7%;
        right: 2%;
    }
    #p3 .front .conWrap .imgContent {
        aspect-ratio: 9/16;
    }
    #p3 .front .conWrap .imgContent h2 {
        font-size: 30px;
    }
    #p3 .front .conWrap .characterArea {
        height: calc(100% - 70px);
        aspect-ratio: auto;
        padding: 40px 5%;
    }
    #p3 .front .conWrap .characterArea ul {
        gap: 0 10px;
        width: 96%;
    }
    #p3 .front .conWrap .characterArea ul li:not(.people) {
        margin-bottom: 24px;
    }
    #p3 .front .conWrap .characterArea ul li.dad {
        margin-top: 10px;
    }
    #p3 .front .conWrap .characterArea ul li.people {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(5) {
        margin-left: 10px;
    }
    #p3 .front .conWrap .characterArea ul li.dad svg {
        left: 0;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo svg {
        right: -64px;
    }
    #p3 .front .conWrap .characterArea ul li img {
        aspect-ratio: 1/ 0.85;
    }
    #p3 .front .conWrap .characterArea ul li.dad .textArea {
        margin-left: 75px;
    }
    #p3 .front .conWrap .characterArea ul li.bawoo .textArea {
        margin-right: 0px;
    }
    #p3 .front .conWrap .characterArea ul li.people .textArea {
        width: 120px;
    }
    #p3 .front .conWrap .characterArea ul li:nth-child(5) .textArea {
        width: 132px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent,
    #p5 .front .conWrap .imgContent {
        width: 108%;
        height: 480px;
    }
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 5.5%;
    }
    /*1층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/ 
    #p6 .front .contentBg {
        top: 50%;
    }
    /*제례의 하루 영역 끝*/ 
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .dialogArea .icon {
        width: 42px;
    }
    #p8 .front .conArea .img01 {
        width: 26.5%;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conArea .con {
        padding: 30% 12px 50%;
    }
    #p9 .front .conWrap .dialogArea {
        top: 11%;
    }
    /*고대장례식 영역 끝*/
    /*우리 도자기의 놀라움2 영역 시작*/
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*우리 도자기의 놀라움2 영역 끝*/
    /*삼강청자게임 영역 시작*/
    .pages .front .conArea {
        padding: 0;
    }
    #p14 .front .conArea .conWrap,
    #p15 .front .conArea .conWrap,
    #p21 .front .conArea .conWrap,
    #p22 .front .conArea .conWrap {
        align-items: flex-end;
        position: static;
        padding: 0;
        transform: translate(0, 0);
    }
    #p14 .front .conWrap .imgContent,
    #p15 .front .conWrap .imgContent,
    #p21 .front .conWrap .imgContent,
    #p22 .front .conWrap .imgContent {
        margin: 14% auto 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #p14 .front .conWrap .imgContent::before {
        left: -5%;
        width: 24%;
    }
    #p14 .front .conWrap .imgContent::after {
        top: -4%;
        right: -3%;
        width: 30%;
    }
    .page {
        padding: 24px 5%;
    }
    .imgDrag .puzzle {
        max-width: 270px;
    }
    /*삼강청자게임 영역 끝*/ 
    #p15 .front .conWrap .imgContent {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 653.2px;
        min-height: 0;
    }
    #p15 .page {
        height: fit-content;
        padding: 5% 12px;
    }
    #p15 .relicInfoCon .relicInfoWrap > div {
        gap: 16px;
    }
    #p15 .relicInfoCon .relicInfoWrap > div h4,
    #p15 .relicInfoCon .relicInfoWrap > div h4::before {
        width: 38px;
        height: 28px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
    /*매난국죽게임 영역 시작*/
    #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) {
    /*웹툰 영역 시작*/
    #p1 .front .conArea .conWrap {
        align-items: center;
    }
    #p1 .front .conArea .conWrap .contents {
        max-height: 700px;
    }
    #p1 .front .imgArea > div {
        height: fit-content;
    }
    #p1 .front .movieLinkArea .txtArea > p {
        font-size: 0.5px;
    }
    #p1 .front .movieLinkArea .txtArea > p::after {
        font-size: 14px;
    }
    #p1 .front .moviePopup {
        bottom: 2%;
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conWrap .imgContent::before {
        top: 40px;
        width: 120px;
        height: 84px;
    }
    #p2 .front .conWrap .imgContent .txtArea p {
        font-size: 16px;
    }
    #p2 .front .conWrap .imgCon::after {
        left: 130px;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap .characterArea ul li:not(.people) {
        margin-bottom: 18px;
    }
    #p3 .front .conWrap .characterArea ul li.puleu svg {
        width: 75px;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 4.5%;
    }
    /*1층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/ 
    #p6 .front .conWrap .relicInfoArea .relicInfoWrap::before {
        top: -90px;
        width: 97px;
    }
    #p6 .front .conWrap .relicInfoArea .relicInfoWrap::after {
        top: -64px;
        width: 93px;
    }
    /*제례의 하루 영역 끝*/ 
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        font-size: 24px;
    }
    #p10 .front .conArea .con .content,
    #p11 .front .conArea .con .content {
        padding: 0;
    }
    #p10 .front .conArea .dialogArea > div,
    #p11 .front .conArea .dialogArea > div {
        gap: 4px;
    }
    #p10 .front .conArea .dialogArea .bawoo .speechBubble,
    #p10 .front .conArea .dialogArea .dad .speechBubble,
    #p11 .front .conArea .dialogArea .bawoo .speechBubble,
    #p11 .front .conWrap .dialogArea .potter .speechBubble {
        width: 100%;
    }
    #p10 .front .conArea .dialogArea .dad .speechBubble::after {
        bottom: -35%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*삼강청자 영역 시작*/ 
    #p13 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*삼강청자 영역 끝*/ 
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    #p17 .front .conWrap .dialogArea .bawoo .speechBubble p {
        margin-left: 0;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .dialogArea > div .speechBubble p, 
    #p18 .front .conWrap .relicInfoArea .txt {
        font-size: 13px;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*조선백자 영역 끝*/
    /*매난국죽게임 영역 시작*/
    #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;
    }
    /*사군자의 덕목 영역 끝*/
}

@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) {
    /*1층 평면도 영역 시작*/
    #p4 .front .conWrap .imgContent p,
    #p5 .front .conWrap .imgContent p {
        top: 3%;
    }
    /*1층 평면도 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea .potter02 .speechBubble {
        width: 75.7%;
    }
    /*고려청자 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea .potter01 .speechBubble {
        width: 78.7%;
    }
    #p16 .front .conWrap .dialogArea .puleu02 .speechBubble {
        width: 74.5%;
    }
    #p16 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    #p16 .front .conWrap .dialogArea .puleu01 .speechBubble p {
        margin-left: 4px;
    }
    #p16 .front .conWrap .dialogArea .potter01 .speechBubble p {
        margin-right: 10px;
    }
    #p16 .front .conWrap .dialogArea .puleu02 .speechBubble p {
        margin-left: 4px;
    }
    /*가마터 풍경 영역 끝*/
    /*시왕도 영역 시작*/
    #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) {
    /*웹툰 영역 시작*/
    #p1 .front .imgArea {
        padding: 140px 12px 80px;
    }
    #p1 .front .moviePopup {
        bottom: 5px;
    }
    /*웹툰 영역 끝*/
    /*목차 영역 시작*/
    #p2 .front .conArea .conWrap {
        align-items: flex-start;
        top: 50%;
    }
    /*목차 영역 끝*/
    /*캐릭터 소개 영역 시작*/
    #p3 .front .conWrap {
        align-items: flex-start;
    }
    /*캐릭터 소개 영역 끝*/
    /*1층 평면도 영역 시작*/
    #p4 .front .conArea .conWrap, 
    #p5 .front .conArea .conWrap {
        align-items: flex-start;
        padding-top: 100px;
    }
    #p4 .front .conArea .pattern02, 
    #p5 .front .conArea .pattern02 {
        position: fixed;
    }
    /*1층 평면도 영역 끝*/
    /*제례의 하루 영역 시작*/
    #p6 .front .conArea .conWrap {
        align-items: flex-start;
        padding-top: 80px;
    }
    #p6 .front .conWrap .content > div.relicInfoArea {
        padding-bottom: 40px;
    }
    /*제례의 하루 영역 끝*/
    /*고대마을 영역 시작*/
    #p7 .front .conArea .con > img {
        padding: 80px 12px 0;
    }
    #p7 .front .conArea .con .content {
        padding-bottom: 50px;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p8 .front .conArea .con > img {
        padding-top: 80px;
    }
    #p8 .front .conArea .dialogArea .pontiffBawoo .bawoo {
        bottom: -68%;
        padding-bottom: 50px;
    }
    /*토기의 발명 영역 끝*/
}

@media screen and (max-height: 915px) and (max-width: 360px) {
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap {
        align-items: flex-start;
    }
    /*고대장례식 영역 끝*/
}

@media screen and (max-height: 680px) {
    /*웹툰 영역 시작*/
    #p1 .front .moviePopup {
        bottom: -5%;
    }
    /*웹툰 영역 끝*/
}

@media screen and (max-height: 500px) {
    /*웹툰 영역 시작*/
    #p1 .front .imgArea {
        align-items: center;
    }
    #p1 .front .moviePopup {
        top: auto;
    }
    /*웹툰 영역 끝*/
    /*고대마을 영역 시작*/
    #p7 .front .conArea .con > img {
        margin-top: 40px;
    }
    /*고대마을 영역 끝*/
    /*토기의 발명 영역 시작*/
    #p8 .front .conArea .con > img {
        margin-top: 40px;
    }
    #p8 .front .conArea .img01 {
        bottom: -7.5%;
    }
    /*토기의 발명 영역 끝*/
    /*고대장례식 영역 시작*/
    #p9 .front .conWrap .dialogArea .pontiff01,
    #p9 .front .conArea .con > img {
        margin-top: 40px;
    }
    /*고대장례식 영역 끝*/
}