* {
    font-family: 'UhBeeZZIBA-Regular';
    cursor: default;
}

.caption {
    display: none;
}

.pages .front .conArea {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    overflow-y: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
.pages .front .conArea::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
}
.pages .front .conArea > div,
.pages .front .conArea .conWrap .contents > div {
    position: absolute;
}
.pages .front .conArea .conWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1920px;
    width: 100%;
    max-height: 1080px;
    height: 100%;
    /* overflow: hidden; */
}
.pages .front .conArea .conWrap .contents {
    position: relative;
    width: 100%;
    height: 100%;
}

/*우리 도자기의 놀라움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%;
    width: 100%;
    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 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#p14 .front .conArea .con,
#p15 .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 {
    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 {
    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 {
    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 {
    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 transparent;
}
.imgDrag .puzzleList .drop.correct {
    border: solid 0.05px transparent;
}
.imgDrag .puzzleList .drop.incorrect {
    border: solid 0.05px transparent;
}
.imgDrag .puzzleList .drop img {
    max-width: 100%;
    height: auto;
}
/*퍼즐 완성 후 영역 끝*/
/*팝업 영역 시작*/
.popupArea,
.popupArea > div {
    display: none;
}
.popupArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}
.popupArea .popupWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}
.popupArea .popupWrap .popup {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    font-size: 28px;
}
.popupArea .successPuzzle .popupWrap .popup {
    max-width: 586px;
    width: 100%;
    aspect-ratio: 1/0.55;
    border: 8px solid #fff;
    border-radius: 30px;
    background: url(../data/img/game_1_pc_popup.png) center / 50% no-repeat;
    background-color: #ff9bb3;
}
.popupArea .popupWrap .popup .x_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px; 
    background: url(../img/close.svg) center / contain no-repeat;
    cursor: pointer;
}
.popupArea .popupWrap .popup p {
    margin: 0;
}
/*팝업 영역 끝*/
/*삼강청자게임 영역 끝*/
/*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/
#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 .dad02 {
    align-items: flex-start;
}
#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;
}
/*조선백자 영역 끝*/

/*비디오 팝업 영역 시작*/
.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) {
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 1.7vw;
    }
    /*분청사기1 영역 끝*/
}
@media screen and (max-width: 1680px) {
    /*우리 도자기의 놀라움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%;
    }
    /*조선백자 영역 끝*/
}
@media screen and (max-width: 1580px) {
    .pages .front .conArea .conWrap {
        padding: 40px;
        box-sizing: border-box;
    }
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title, 
    #p11 .front .conWrap .title {
        width: 76%;
    }
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        font-size: 48px;
    }
    #p10 .front .conWrap .dialogArea > div .speechBubble p,
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .con {
        padding: 40px 80px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
        width: 40px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
        width: 85px;
    }
    #p12 .front .conWrap .dialogArea .potter02 .speechBubble::after {
        bottom: -93%;
        right: -10%;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conWrap .dialogArea > div {
        margin-bottom: 0;
    }
    #p13 .front .conWrap .dialogArea .dad01 {
        margin-bottom: 1%;
    }
    #p13 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    #p13 .front .conWrap .imgArea .relicImg::before, 
    #p13 .front .conWrap .imgArea .relicImg::after {
        padding: 4% 8%;
        font-size: 1.7vw;
    }
    /*삼강청자 영역 끝*/
    /*삼강청자게임 영역 시작*/
    #p14 .front .conArea .con, 
    #p15 .front .conArea .con {
        padding: 0 80px;
    }
    #p14 .front .conWrap .imgContent .gameInfoTxt {
        font-size: 18px;
        text-indent: 30px;
    }
    #p14 .front .conWrap .imgContent .gameInfoTxt::after {
        width: 19px;
        height: 21px;
    }
    /*삼강청자게임 영역 끝*/
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/
    #p15 .front .conWrap .imgContent .main {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #p15 .relicInfoCon img {
        width: 26%;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea > div {
        margin-bottom: 2%;
    }
    #p16 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con > img {
        top: 2%;
        width: 54.22%;
    }
    #p18 .front .conWrap .dialogArea {
        width: 59%;
    }
    #p18 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    #p18 .front .conWrap .relicInfoArea {
        margin-right: 0;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 24px;
    }
    /*조선백자 영역 끝*/
}
@media screen and (max-width: 1440px) {
    /*우리 도자기의 놀라움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 .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%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 1340px) {
    /*우리 도자기의 놀라움2 영역 시작*/
    #p11 .front .conArea .con .content > img {
        width: 44%;
    }
    #p11 .front .conWrap .dialogArea .potter .speechBubble p {
        margin-right: 3%;
    }
    /*우리 도자기의 놀라움2 영역 끝*/
    /*상감청자 영역 시작*/
    #p13 .front .conWrap .dialogArea {
        width: 77%;
    }
    /*상감청자 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea {
        width: 53%;
    }
    /*분청사기1 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea {
        width: 59%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 1280px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .dialogArea > div .speechBubble p, 
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea > div .speechBubble p {
        margin-left: 3%;
        font-size: 18px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before {
        width: 30px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
        width: 55px;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conWrap .imgArea .relicImg01 {
        top: 51%;
        bottom: auto;
    }
    #p13 .front .conWrap .dialogArea .dad03 .speechBubble::after {
        top: auto;
        bottom: 80%;
    }
    #p13 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*삼강청자 영역 끝*/
    /*삼강청자게임 영역 시작*/ 
    #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%;
    }
    #p16 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea .icon {
        width: 100px;
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 50%;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 60%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 1180px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        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;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 1080px) {
    /*우리 도자기의 놀라움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: 32px;
    }
    #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;
        max-width: 560px;
        width: 100%;
        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 .dad .speechBubble::after {
        bottom: -23%;
        width: 126px;
    }
    #p10 .front .conWrap .dialogArea > div .speechBubble p, 
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #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: 281px;
    }
    #p11 .front .conArea .dialogArea > div:last-child {
        margin-bottom: 0;
    }
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 20px;
    }
    #p11 .front .conArea .con .content > img {
        width: 456px;
        margin-left: 40%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .conWrap {
        align-items: center;
    }
    #p12 .front .conArea .con {
        max-width: 560px;
        width: 100%;
        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 .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: 20px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight01::before,
    #p12 .front .conWrap .dialogArea > div .speechBubble p .highlight02::before {
        width: 100%;
    }
    #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: 24px;
    }
    #p12 .front .conWrap .relicInfoArea .txt {
        margin-top: 5%;
        font-size: 20px;
        line-height: 1.4;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/ 
    #p13 .front .conArea .con {
        flex-direction: column;
        justify-content: center;
        max-width: 560px;
        width: 100%;
        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  {
        height: 55%;
    }
    #p13 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 10px;
    }
    #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: 20px;
    }
    /*삼강청자 영역 끝*/ 
    /*삼강청자게임 영역 시작*/
    #p14 .front .conArea .con, #p15 .front .conArea .con {
        padding: 0;
    }
    /*삼강청자게임 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conArea .conWrap .con {
        flex-direction: column-reverse;
        max-width: 560px;
        width: 100%;
        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 .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: 20px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p17 .front .conWrap .con,
    #p18 .front .conWrap .con {
        justify-content: center;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #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: 45%;
    }
    #p17 .front .conWrap .dialogArea > div {
        gap: 4px;
        margin-bottom: 3%;
    }
    #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: 20px;
    }
    /*분청사기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 .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: 24px;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conArea .img {
        width: 324px;
    }
    #p19 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p19 .front .conWrap .con {
        justify-content: center;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #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: 11%;
        right: 0;
    }
    #p19 .front .conWrap .dialogArea .scholar02 {
        justify-content: flex-end;
    }
    #p19 .front .conWrap .dialogArea .bawoo02 {
        align-items: flex-start;
    }
    #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: 20px;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        width: 100%;
        background-size: 100%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 960px) {
    /*우리 도자기의 놀라움1 영역 시작*/ 
    #p10 .front .conArea .dialogArea .icon, 
    #p11 .front .conArea .dialogArea .icon {
        width: 60px;
    }
    #p10 .front .conArea .dialogArea > div, 
    #p11 .front .conArea .dialogArea > div {
        gap: 4px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/ 
    /*고려청자 영역 시작*/ 
    #p12 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*고려청자 영역 끝*/ 
    /*상감청자 영역 시작*/ 
    #p13 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*상감청자 영역 끝*/ 
    /*삼강청자게임 영역 시작*/ 
    #p14 .front .conWrap .imgContent .gameInfoTxt::after {
        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,
    #p18 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    /*분청사기1 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .dialogArea .icon {
        width: 60px;
    }
    #p19 .front .conWrap .dialogArea .scholar01 {
        top: 7%;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 60%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 768px) {
    .pages .front .conArea .conWrap {
        top: 50%;
    }
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title p,
    #p11 .front .conWrap .title p {
        font-size: 28px;
    }
    #p10 .front .conArea .con .content,
    #p11 .front .conArea .con .content {
        max-width: 500px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #p10 .front .conArea .con .content::after {
        bottom: -2%;
        right: -2%;
        width: 104px;
    }
    #p10 .front .conArea .dialogArea,
    #p11 .front .conArea .dialogArea {
        width: 100%;
    }
    #p10 .front .conWrap .dialogArea > div .speechBubble p, 
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p10 .front .conArea .con .content > img {
        width: calc(100% - 40px);
    }
    /*우리 도자기의 놀라움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 .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p11 .front .conArea .con .content > img {
        width: 256px;
        margin-left: 40%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    #p12 .front .conWrap .relicInfoArea .title p {
        font-size: 24px;
    }
    #p12 .front .conWrap .relicInfoArea .txt {
        font-size: 18px;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/ 
    #p13 .front .conArea .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p13 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*삼강청자 영역 끝*/ 
    /*삼강청자게임 영역 시작*/ 
    #p14 .front .conArea .conWrap,
    #p15 .front .conArea .conWrap {
        top: 50%;
    }
    #p14 .front .conWrap .title,
    #p15 .front .conWrap .title {
        width: 350px;
    }
    #p14 .front .conWrap .imgContent,
    #p15 .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 {
        font-size: 14px;
        text-indent: 0;
        color: #fff;
    }
    #p14 .front .conWrap .imgContent .gameInfoTxt::after {
        content: "블록을 움직여서 아래 판 모양에 맞게 놓아주세요";
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 286px;
        height: fit-content;
        background: none;
        font-size: 14px;
        text-indent: 0;
        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 {
        max-width: 500px;
        padding: 0 20px;
    }
    #p16 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .con,
    #p18 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p17 .front .conWrap .dialogArea {
        padding-bottom: 60%;
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p,
    #p18 .front .conWrap .dialogArea > div .speechBubble p,
    #p18 .front .conWrap .relicInfoArea .txt {
        font-size: 18px;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con > img {
        top: 37%;
    }
    #p18 .front .conWrap .dialogArea {
        padding-bottom: 95%;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conArea .img {
        width: 324px;
    }
    #p19 .front .conWrap .con {
        max-width: 500px;
        padding: 0 20px;
    }
    #p19 .front .conWrap .dialogArea {
        bottom: -105%;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 18px;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 692px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title, 
    #p11 .front .conWrap .title {
        margin: 0 auto 2%;
    }
    #p10 .front .conArea .dialogArea .bawoo {
        margin-bottom: 2%;
    }
    #p10 .front .conArea .con .content > img {
        width: 80%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .con .img01 {
        bottom: -1%;
        width: 46%;
    }
    #p12 .front .conArea .con .img02 {
        top: -5%;
        left: 60%;
        width: 52.2%;
    }
    #p12 .front .conWrap .dialogArea > div {
        margin-bottom: 3%;
    }
    #p12 .front .conWrap .dialogArea .potter02 .speechBubble::after {
        bottom: -51%;
        right: -25%;
        width: 77.3%;
    }
    #p12 .front .conWrap .relicInfoArea {
        margin-top: 12%;
    }
    /*고려청자 영역 끝*/
    /*상감청자 영역 시작*/
    #p13 .front .conWrap .imgArea {
        height: 10%;
    }
    #p13 .front .conWrap .imgArea .relicImg01 {
        top: -120%;
        left: 33%;
        width: 26.2%;
    }
    #p13 .front .conWrap .imgArea .relicImg02 {
        bottom: -6%;
        right: -1%;
        width: 21.5%;
    }
    #p13 .front .conWrap .imgArea .relicImg03 {
        bottom: 6%;
        left: -4%;
        width: 25.7%;
    }
    /*상감청자 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea {
        margin-top: -15%;
    }
    #p16 .front .conWrap .dialogArea > div {
        margin-bottom: 2%;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .con > .img01 {
        width: 64.5%;
    }
    #p17 .front .conWrap .con > .img02 {
        bottom: -12%;
        left: -2%;
        width: 56.6%;
    }
    #p17 .front .conWrap .dialogArea {
        padding-bottom: 24%;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con > img {
        top: 42%;
        left: 38%;
        width: 72.33%;
    }
    #p18 .front .conWrap .dialogArea {
        padding-bottom: 65%;
    }
    #p18 .front .conWrap .dialogArea .dad {
        margin-bottom: 3%;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .con {
        align-items: center;
    }
    #p19 .front .conArea .img {
        width: 224px;
    }
    #p19 .front .conWrap .con > img {
        width: 85%;
    }
    #p19 .front .conWrap .dialogArea {
        bottom: -100%;
    }
    #p19 .front .conWrap .dialogArea .puleu {
        margin-bottom: 13%;
    }
    #p19 .front .conWrap .dialogArea .scholar01 {
        top: 6%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 602px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .title, 
    #p11 .front .conWrap .title {
        margin: 0 auto 4%;
    }
    #p10 .front .conArea .dialogArea .bawoo {
        margin-bottom: 4%;
    }
    #p10 .front .conArea .con .content > img {
        width: calc(100% - 40px);
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*상감청자 영역 시작*/
    #p13 .front .conWrap .imgArea {
        height: 30%;
    }
    #p13 .front .conWrap .imgArea .relicImg01 {
        top: 35%;
        left: 31%;
        width: 34.2%;
    }
    #p13 .front .conWrap .imgArea .relicImg02 {
        bottom: 34%;
        right: 3%;
        width: 24.5%;
    }
    #p13 .front .conWrap .imgArea .relicImg03 {
        bottom: 55%;
        left: 6%;
        width: 31.7%;
    }
    /*상감청자 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea {
        margin-top: 5%;
    }
    #p16 .front .conWrap .dialogArea > div {
        margin-bottom: 5%;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .con > .img01 {
        width: 87.5%;
    }
    #p17 .front .conWrap .con > .img02 {
        bottom: 3%;
        left: -13%;
        width: 69.6%;
    }
    #p17 .front .conWrap .dialogArea {
        padding-bottom: 45%;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con > img {
        top: 37%;
        left: 50%;
        width: 93.33%;
    }
    #p18 .front .conWrap .dialogArea {
        padding-bottom: 85%;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .con > img {
        width: 100%;
    }
    #p19 .front .conWrap .dialogArea {
        bottom: -85%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 580px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conArea .dialogArea .icon,
    #p11 .front .conArea .dialogArea .icon {
        width: 42px;
    }
    #p10 .front .conWrap .dialogArea > div .speechBubble p, 
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p12 .front .conWrap .dialogArea > div .speechBubble p,
    #p12 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    #p12 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    /*고려청자 영역 끝*/
    /*상감청자 영역 시작*/
    #p13 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p13 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*상감청자 영역 끝*/
    #p14 .front .conWrap .imgContent .gameInfoTxt::after {
        font-size: 14px;
        text-indent: 0;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/
    #p15 .relicInfoCon .relicInfoWrap > div {
        font-size: 14px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p16 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .dialogArea .icon, 
    #p18 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p, 
    #p18 .front .conWrap .dialogArea > div .speechBubble p, 
    #p18 .front .conWrap .relicInfoArea .txt {
        font-size: 14px;
    }
    #p17 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 40%;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con > img {
        top: 41%;
    }
    #p18 .front .conWrap .relicInfoArea .title p {
        font-size: 20px;
    }
    #p18 .front .conWrap .dialogArea > div .speechBubble p .highlight::before {
        background-size: 40%;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conArea .img {
        z-index: 1;
    }
    #p19 .front .conWrap .con {
        padding: 0;
    }
    #p19 .front .conWrap .dialogArea {
        width: 100%;
    }
    #p19 .front .conWrap .dialogArea .icon {
        width: 42px;
    }
    #p19 .front .conWrap .dialogArea .scholar01 .icon {
        width: 77px;
    }
    #p19 .front .conWrap .dialogArea .puleu {
        margin-bottom: 16%;
    }
    #p19 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 14px;
    }
    .pages .front .conArea .conWrap {
        z-index: 2;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 460px) {
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/ 
    #p15 .relicInfoCon img {
        max-width: 131px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
}

@media screen and (max-width: 440px) {
    /*삼강청자게임 영역 시작*/
    #p14 .front .conWrap .title,
    #p15 .front .conWrap .title {
        width: 256px;
    } 
    #p14 .front .conWrap .imgContent {
        margin: 12% auto 0;
    }
    /*삼강청자게임 영역 끝*/ 
}

@media screen and (max-width: 420px) {
    .pages .front .conArea .conWrap {
        padding: 0 12px;
    }
    /*우리 도자기의 놀라움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: flex-start;
        padding: 0;
    }
    #p16 .front .conArea .conWrap .con {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    #p16 .front .conArea .conWrap .con > img {
        margin-top: 50px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기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-top: 10%;
        box-sizing: border-box;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 400px) {
    /*삼강청자게임 영역 시작*/
    .pages .front .conArea {
        padding: 0;
    }
    #p14 .front .conArea .conWrap,
    #p15 .front .conArea .conWrap {
        align-items: flex-end;
        position: static;
        padding: 0;
        transform: translate(0, 0);
    }
    #p14 .front .conWrap .imgContent,
    #p15 .front .conWrap .imgContent {
        margin: 10% 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: 633.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;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/ 
}

@media screen and (max-width: 360px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #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 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .con .img01 {
        bottom: -10%;
        width: 56%;
    }
    #p12 .front .conArea .con .img02 {
        top: -9%;
        left: auto;
        right: -13px;
        width: 238px;
    }
    #p12 .front .conWrap .dialogArea {
        padding-top: 20px;
        box-sizing: border-box;
    }
    #p12 .front .conWrap .dialogArea .potter02 .speechBubble::after {
        bottom: -65%;
        width: 224px;
    }
    #p12 .front .conWrap .relicInfoArea {
        margin-top: 23%;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conWrap .imgArea .relicImg01 {
        top: 39%;
    }
    #p13 .front .conWrap .imgArea .relicImg02 {
        bottom: 23%;
    }
    #p13 .front .conWrap .imgArea .relicImg03 {
        bottom: 51%;
    }
    /*삼강청자 영역 끝*/ 
    /*삼강청자게임 영역 시작*/
    #p14 .front .conWrap .title, 
    #p15 .front .conWrap .title {
        width: 210px;
    }
    #p14 .front .conWrap .imgContent .page {
        padding: 24px 5% 4px;
    }
    /*삼강청자게임 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p16 .front .conArea .conWrap .con {
        padding: 20px 12px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .con {
        padding-top: 60px;
    }
    #p17 .front .conWrap .con > .img01 {
        bottom: -32%;
        width: 82.5%;
    }
    #p17 .front .conWrap .con > .img02 {
        bottom: 0;
    }
    #p17 .front .conWrap .dialogArea .bawoo .speechBubble p {
        margin-left: 0;
    }
    /*분청사기1 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conArea .img {
        position: fixed;
    }
    #p19 .front .conWrap .dialogArea .bawoo02 {
        margin-bottom: 5%;
    } 
    #p19 .front .conWrap .dialogArea .scholar02 .speechBubble {
        width: 86.96%;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-width: 340px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conWrap .dialogArea > div .speechBubble p, 
    #p11 .front .conWrap .dialogArea > div .speechBubble p {
        font-size: 13px;
    }
    /*우리 도자기의 놀라움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;
    }
    /*가마터 풍경 영역 끝*/
}

@media screen and (max-height: 915px) and (max-width: 1080px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conArea .conWrap,
    #p11 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p10 .front .conArea .con,
    #p11 .front .conArea .con {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #p10 .front .conArea .con .content > img {
        width: 100%;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*고려청자 영역 시작*/
    #p12 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p12 .front .conArea .con {
        padding-top: 107px;
        padding-bottom: 28px;
    }
    #p12 .front .conArea .con .img02 {
        top: 4%;
    }
    /*고려청자 영역 끝*/
    /*삼강청자 영역 시작*/
    #p13 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p13 .front .conArea .con {
        padding: 50px 12px;
    }
    #p13 .front .conWrap .imgArea {
        max-height: 550px;
        height: 100%;
        min-height: 516px;
    }
    #p13 .front .conWrap .dialogArea .dad03 {
        padding-bottom: 30px;
    }
    #p13 .front .conWrap .imgArea .relicImg01 {
        top: 60%;
    }
    #p13 .front .conWrap .imgArea .relicImg02 {
        bottom: 0;
        top: 30%;
    }
    #p13 .front .conWrap .imgArea .relicImg03 {
        bottom: 0;
        top: 26%;
    }
    /*삼강청자 영역 끝*/
    /*삼강청자게임 영역 시작*/
    #p14 .front .conArea .con, 
    #p15 .front .conArea .con {
        align-items: flex-end;
    }
    #p14 .front .conWrap .title, 
    #p15 .front .conWrap .title {
        top: 20px;
    }
    #p14 .front .conWrap .imgContent, 
    #p15 .front .conWrap .imgContent {
        margin: 15% auto 0;
    }
    #p14 .dargWrap {
        align-items: center;
        justify-content: center;
    }
    /*삼강청자게임 영역 끝*/
    /*가마터 풍경 영역 시작*/
    #p16 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p16 .front .conArea .conWrap .con {
        padding: 80px 12px 50px;
    }
    /*가마터 풍경 영역 끝*/
    /*분청사기1 영역 시작*/
    #p17 .front .conWrap .con {
        padding-top: 80px;
    }
    /*분청사기1 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p16 .front .conArea .conWrap .con > img {
        margin-top: 0;
    }
    #p18 .front .conWrap .con {
        padding: 80px 12px 50px;
    }
    /*분청사기2 영역 끝*/
    /*조선백자 영역 시작*/
    #p19 .front .conWrap .con {
        padding-top: 80px;
    }
    #p19 .front .conArea .img {
        position: fixed;
    }
    #p19 .front .conWrap .dialogArea .bawoo02 {
        margin-bottom: 50px;
    }
    /*조선백자 영역 끝*/
}

@media screen and (max-height: 680px) {
    /*삼강청자게임 영역 시작*/
    #p14 .front .conArea .conWrap, 
    #p15 .front .conArea .conWrap {
        align-items: flex-start;
    }
    #p14 .front .conArea .con, 
    #p15 .front .conArea .con {
        height: 100%;
    }
    .imgDrag .puzzle {
        max-width: 240px;
        padding: 1.5%;
    }
    /*삼강청자게임 영역 끝*/
    /*청자 상감 국화무늬 조롱박모양 주자 영역 시작*/
    #p15 .front .conWrap .imgContent {
        height: 573.2px;
        margin-top: 150px;
    }
    /*청자 상감 국화무늬 조롱박모양 주자 영역 끝*/
}

@media screen and (max-height: 500px) {
    /*우리 도자기의 놀라움1 영역 시작*/
    #p10 .front .conArea .con, 
    #p11 .front .conArea .con {
        padding-top: 0;
    }
    /*우리 도자기의 놀라움1 영역 끝*/
    /*삼강청자게임 영역 시작*/
    #p14 .front .conArea .con, 
    #p15 .front .conArea .con {
        align-items: flex-start;
    }
    /*삼강청자게임 영역 끝*/
    /*분청사기2 영역 시작*/
    #p18 .front .conWrap .con {
        padding: 0 12px;
    }
    #p18 .front .conWrap .con > img {
        top: 39%;
    }
    /*분청사기2 영역 끝*/
}