@import url('https://webfontworld.github.io/neodgm/NeoDunggeunmo.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    background-color: #f6f6f6;
    background-image:
        linear-gradient(90deg, #cdcccc 0px, #cdcccc 1px, transparent 1px, transparent 99px, transparent 100px),
        linear-gradient(#cdcccc 0px, #cdcccc 1px, transparent 1px, transparent 99px, transparent 100px),
        linear-gradient(#e0e0e0 0px, #e0e0e0 1px, transparent 1px, transparent 99px, transparent 100px),
        linear-gradient(90deg, #e0e0e0 0px, #e0e0e0 1px, transparent 1px, transparent 99px, transparent 100px),
        linear-gradient(transparent 0px, transparent 5px, #f6f6f6 5px, #f6f6f6 95px, transparent 95px, transparent 100px),
        linear-gradient(90deg, #e0e0e0 0px, #e0e0e0 1px, transparent 1px, transparent 99px, #e0e0e0 99px, #e0e0e0 100px),
        linear-gradient(90deg, transparent 0px, transparent 5px, #f6f6f6 5px, #f6f6f6 95px, transparent 95px, transparent 100px),
        linear-gradient(transparent 0px, transparent 1px, #f6f6f6 1px, #f6f6f6 99px, transparent 99px, transparent 100px),
        linear-gradient(#cdcccc, #cdcccc);
    background-size: 100px 100%, 100% 100px, 100% 10px, 10px 100%, 100% 100px, 100px 100%, 100px 100%, 100px 100px, 100px 100px;
}

#header {
    background: #262626;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 10;
}

#header::before {
    content: '';
    border: 4px ridge #a3a3a3;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    box-sizing: border-box;
    z-index: -1;
}

#header h1 {
    padding: 3px 3px 6px 10px;
    /*위쪽 오른쪽 아래쪽 왼쪽*/
    font-family: 'DungGeunMo';
    font-size: 30px;
}

#header h1 a {
    color: #fff;
}

#header h1 em {
    font-size: 16px;
    font-style: normal;
}

@media (max-width: 600px) {
    #header h1 em {
        display: none;
    }
}

#header nav {
    padding-right: 10px;
}

#header nav li {
    display: inline;
}

#header nav li a {
    color: #fff;
    padding: 0 10px;
    border: 1px dashed #fff;
    font-family: 'DungGeunMo';
    /* border-radius: 20px; */
}

#header nav li.active a {
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.671);
}

.header nav .effect {
    margin-top: 10px;
}

.header nav .effect li a {
    border-radius: 40px;
}

#footer {
    background: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 150px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
}

#footer a {
    color: #000;
    font-family: 'DungGeunMo';
}

#footer a:hover {
    text-decoration: underline;
}

/* quiz__wrap */
.quiz__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.quiz {
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    border: 8px ridge #cacaca;
    margin: 10px;
}

.quiz__type {
    background-color: #cacaca;
    text-align: center;
    display: block;
    font-size: 16px;
    border: 3px ridge #cacaca;
    color: #3b3b3b;
    font-family: 'DungGeunMo';
    padding: 4px;
}

.quiz__question {
    border-top: 6px ridge #cacaca;
    border-bottom: 6px ridge #cacaca;
    padding: 20px 20px;
    font-family: 'LeeSeoyun';
    line-height: 1.3;
}

.quiz__question .number {
    color: rgb(43, 21, 240);
}

.quiz__question .ask {
    display: inline;
    /* 한 라인에 정렬 */
}

.quiz__answer {
    border-top: 6px ridge #cacaca;
    padding: 10px;
    background-color: #f5f5f5;
}

.quiz__answer .confirm {
    border: 6px ridge #cacaca;
    width: 100%;
    font-size: 22px;
    padding: 13px 20px;
    background-color: #d6d6d6;
    font-family: 'LeeSeoyun';
    cursor: pointer;
}

.quiz__answer .result {
    border: 6px ridge #cacaca;
    width: 100%;
    font-size: 22px;
    line-height: 1.3;
    padding: 13px 20px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'LeeSeoyun';
}
.quiz__answer .input {
    width: 100%;
    border: 6px ridge #cacaca;
    font-size: 22px;
    padding: 13px 20px;
    background-color: #fff;
    font-family: 'LeeSeoyun';
    margin-bottom: 10px;
}

.quiz__view {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    font-family: 'LeeSeoyun';
}
.quiz__view .true{
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color:rgb(107, 63, 237);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 70%;
    top: 100px;
    opacity: 0;
}
.quiz__view .false{
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #f54f78;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 70%;
    top: 100px;
    opacity: 0;
}
.quiz__view.like .true{
    opacity: 1;
    animation: wobble 0.6s;
}
.quiz__view.dislike .false{
    opacity: 1;
    animation: wobble 0.6s;
}

.quiz__selects{
    margin-bottom: 15px;
}

.quiz__selects label{
    display: flex;
}
.quiz__selects label input{
    position: absolute;
    left: -9999px;
}
.quiz__selects label span{
    font-size: 20px;
    line-height: 1.3;
    font-family: 'LeeSeoyun';
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    /* display: block; */
}

.quiz__selects label span::before{ /* 가상요소 before */
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
    display: flex;
    flex-shrink: 0; /*0(원래크기)으로 수축시킴*/
    box-shadow: inset 0px 0px 0px 3px rgb(190, 182, 215);
    transition: all 0.2s;
}

.quiz__selects label input:checked + span{ /*checked했을때 속성값을 줄 수 있고 + 를 사용해 친구에게도 속성을 줄 수 있음*/
    background-color: rgb(227, 223, 247);
    color: rgb(107, 63, 237);
    transition: all 0.3s;
}

.quiz__selects label input:checked + span::before{ /*checked했을때 속성값을 줄 수 있고 + 를 사용해 친구에게도 속성을 줄 수 있음 */
    box-shadow: inset 0px 0px 0px 10px rgb(107, 63, 237);
}

.quiz__confirm{
    width: 100%;
    text-align: center;
}

.quiz__confirm .check {
    font-size: 22px;
    line-height: 1.3;
    padding: 13px 20px;
    border: 6px ridge #cacaca;
    box-sizing: border-box;
    text-align: center;
    font-family: 'LeeSeoyun';
    cursor: pointer;
    margin: 40px 0;
    transition: background 0.3s;
}

.quiz__confirm .check:hover{
    background: rgba(106, 63, 237, 0.497);
}
@keyframes wobble {
    0%   {transform: translateX(0) rotate(0deg);} /*transform 변형시키다 */
    15%  {transform: translateX(-25%) rotate(-5deg);}
    30%  {transform: translateX(20%) rotate(3deg);}
    45%  {transform: translateX(-15%) rotate(-3deg);}
    60%  {transform: translateX(10%) rotate(2deg);}
    75%  {transform: translateX(-5%) rotate(-1deg);}
    100% {transform: translateX(0) rotate(0deg);}
}


/* Dog */
.dog .tail,
.dog .chin,
.dog .tongue::before,
.dog .tongue::after,
.dog .mouth,
.dog .nose,
.dog .teardrop,
.dog .eyes,
.dog .face::before,
.dog .face::after,
.dog .ears::before,
.dog .ears::after {
    transition: 0.2s ease-in;
}

.dog {
    padding-top: 50px;
}

.dog .head,
.dog .body {
    position: relative;
    width: 115px;
}

.dog .head {
    height: 115px;
    border-radius: 50% 50% 0 0;
    margin: 0 auto;
}

.dog .ears {
    position: relative;
    top: -14%;
    width: 100%;
}

.dog .ears::before,
.dog .ears::after {
    content: "";
    position: absolute;
    top: 0;
    width: 35px;
    height: 70px;
    background: #CB7A1D;
    border-top: 11px solid #F7AA2B;
    border-left: 7px solid #F7AA2B;
    border-right: 7px solid #F7AA2B;
}

.dog .ears::before {
    left: 0;
    border-radius: 50% 45% 0 0;
}

.dog .ears::after {
    right: 0;
    border-radius: 45% 50% 0 0;
}

.dog .face {
    position: absolute;
    background: #F7AA2B;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 0 0;
}

.dog .face::before,
.dog .face::after {
    content: "";
    display: block;
    margin: auto;
    background: #FEFEFE;
}

.dog .face::before {
    width: 15px;
    height: 35px;
    margin-top: 24px;
    border-radius: 20px 20px 0 0;
}

.dog .face::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 60px;
    height: 65px;
    border-radius: 45% 45% 0 0;
}

.dog .eyes {
    position: relative;
    top: 29%;
    text-align: center;
}

.dog .eyes::before,
.dog .eyes::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #451D1C;
    margin: 0 14.5%;
}

.dog .teardrop {
    position: absolute;
    top: 125%;
    left: 19%;
    width: 6px;
    height: 6px;
    border-radius: 0 50% 50% 50%;
    transform: rotate(45deg);
    background: #FEFEFE;
    visibility: hidden;
}

.dog .nose {
    position: relative;
    top: 35%;
    width: 16px;
    height: 8px;
    border-radius: 35px 35px 65px 65px;
    background: #451D1C;
    margin: auto;
}

.dog .mouth {
    position: relative;
    top: 34.5%;
    width: 4px;
    height: 6px;
    margin: 0 auto;
    text-align: center;
    background: #451D1C;
}

.dog .mouth::before,
.dog .mouth::after {
    content: "";
    position: absolute;
    top: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #451D1C;
    border-left-color: transparent;
    border-top-color: transparent;
    z-index: 2;
}

.dog .mouth::before {
    transform: translateX(-89%) rotate(45deg);
}

.dog .mouth::after {
    transform: translateX(-2px) rotate(45deg);
}

.dog .tongue {
    position: relative;
    z-index: 1;
}

.dog .tongue::before,
.dog .tongue::after {
    content: "";
    position: absolute;
}

.dog .tongue::before {
    top: 10px;
    left: -7px;
    width: 18px;
    height: 0;
    border-radius: 50%;
    background: #451D1C;
    z-index: -1;
}

.dog .tongue::after {
    top: 14px;
    left: -4px;
    width: 12px;
    height: 0;
    border-radius: 20px;
    background: #F5534F;
    z-index: 5;
}

.dog .chin {
    position: relative;
    top: 47.5%;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-top: 10px solid #E8E7EC;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 2px;
    z-index: 0;
}

.dog .body {
    position: relative;
    height: 139px;
    margin: auto;
    z-index: 0;
}

.dog .body::before,
.dog .body::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    margin: auto;
    background: #F7AA2B;
}

.dog .body::after {
    top: -2px;
    bottom: -1px;
    width: 60px;
    background: #FEFEFE;
}

.dog .tail {
    position: absolute;
    left: -60%;
    bottom: 1px;
    background: #F7AA2B;
    width: 93px;
    height: 15px;
    transform: rotate(45deg);
    transform-origin: 100% 50%;
    border-radius: 25px 0 0 25px;
    z-index: -2;
    animation: movetail 0.1s linear infinite alternate forwards;
}

.dog .legs {
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    height: 15%;
    background: #F7AA2B;
    border-radius: 10px 10px 0 0;
}

.dog .legs::before,
.dog .legs::after {
    content: "";
    position: absolute;
    bottom: 1px;
    background: #CB7A1D;
    z-index: -1;
}

.dog .legs::before {
    left: -7.5%;
    width: 115%;
    height: 55%;
    border-radius: 5px 5px 0 0;
}

.dog .legs::after {
    left: -3.5%;
    width: 107%;
    height: 250%;
    border-radius: 20px 20px 35px 35px;
}

.like .dog .face::before {
    margin-top: 10px;
}

.like .dog .face::after {
    height: 85px;
}

.like .dog .eyes {
    top: 13%;
}

.like .dog .eyes::before,
.like .dog .eyes::after {
    width: 18px;
    height: 5px;
    margin: 0px 12.5%;
    transform: rotate(-37.5deg);
    border-radius: 20px;
}

.like .dog .eyes::after {
    transform: rotate(37.5deg);
}

.like .dog .nose {
    top: 18%;
}

.like .dog .mouth {
    top: 16.5%;
}

.like .dog .tongue::before {
    height: 12px;
}

.like .dog .tongue::after {
    height: 24px;
    animation: movetongue 0.1s linear 0.35s infinite alternate forwards;
}

.like .dog .chin {
    top: 34%;
}

.like .dog .tail {
    animation: movetail 0.1s linear infinite alternate forwards;
}

.dislike .dog .ears::before {
    transform: rotate(-50deg) translate(-7px, 2px);
}

.dislike .dog .ears::after {
    transform: rotate(50deg) translate(7px, 2px);
}

.dislike .dog .face::before {
    margin-top: 28px;
}

.dislike .dog .face::after {
    height: 55px;
}

.dislike .dog .eyes {
    top: 38%;
}

.dislike .dog .eyes::before,
.dislike .dog .eyes::after {
    width: 18px;
    height: 5px;
    margin: 0px 14.5%;
    transform: rotate(-37.5deg);
    border-radius: 20px;
}

.dislike .dog .eyes::after {
    transform: rotate(37.5deg);
}

.dislike .dog .teardrop {
    animation: cry 0.1s ease-in 0.25s forwards;
}

.dislike .dog .nose {
    top: 44%;
}

.dislike .dog .mouth {
    top: 42%;
}

.dislike .dog .chin {
    top: 52%;
}

.dislike .dog .tail {
    transform: rotate(0);
    animation: none;
}

@keyframes movetongue {
    100% {
        height: 27px;
    }
}

@keyframes movetail {
    0% {
        transform: rotate(37deg);
    }

    100% {
        transform: rotate(52deg);
    }
}

@keyframes cry {
    100% {
        visibility: visible;
    }
}



/* 소스보기 */
.hljs{
    background-color: #0f0f13 !important;
    font-family: 'NeoDunggeunmo' !important;
    border-radius: 0px !important;
}
#main{
    font-family: NeoDunggeunmo;
}
.status__bar{
    content: '';
    height: 35px;
    width: 100%;
    background-color: #030385;
    padding-top: 9px;
    padding-left: 10px;
    color: #fff;
}
.source__button{
    position: fixed;
    right: 40px;
    bottom: 100px;
    padding: 5px;
    z-index: 10001;
    border:8px ridge #cacaca;
    background-color: #ededed;
    text-align: center;
    cursor: pointer;
}

.source__tab__01:hover,
.source__tab__02:hover,
.source__tab__03:hover{
    background-color: #b6b6b6;
    cursor: pointer;
}

.source__close:hover,
.source__button:hover{
    border:8px ridge #181818;
    background-color: #a3a3a3;
}

.source__desc{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.381);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
}

.source__box{
    background-color: rgb(255, 255, 255);
    width: 700px;

    /* margin: auto; */
    /* margin-top: 120px; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(15px);
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.155);
    overflow: hidden;
    border: 8px ridge #cacaca;
    animation: zoomOut 0.5s ease backwards; /*뒤에s껀 딜레이*/
}
.source__box.hide{
    /* animation: zoomIn 0.5s ease; */
    animation:  foldIn 0.3s 0.9s ease ;
}


.source__tab{
    display: flex;
    align-items: center;
    background-color: #ededed;
    height: 35px;
    position: relative;
}

.source__close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0px 0px 2px;
    /* padding: 15px; */
    border:8px ridge #cacaca;
    background-color: #ededed;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}



.source__tab>div{
    padding: 8px;
}


.source__container{
    background-color: #c2bcbc;
    height: 500px;
    overflow: scroll;
}

.hide{
    display: none;
}

.active{
    background-color: #c7bcbc;
    /* margin: 5px; */
    color: #3a3232;
}

.source__contaienr__html{
    display: none;
}

.source__contaienr__javascript{
    display: none;
}

.source__contaienr__css{
    display: none;
}

/* 세로 스크롤 */
.source__container::-webkit-scrollbar {
    width: 20px;
    height: 0px;
    border-radius: 20px;
}

.source__container:hover::-webkit-scrollbar {
    opacity: 1;
}

.source__container::-webkit-scrollbar-thumb {
    background-color: rgb(95, 95, 95); /*스크롤바의 색상*/
        border: 20px ridge #cacaca;

    background-clip: padding-box;
}

.source__container::-webkit-scrollbar-track {
    background-color: transparent; /*스크롤바 트랙 색상*/
}

@keyframes foldOut {
    0% {transform: scaleX(0) scaleY(0.001);}
    50% {transform: scaleX(1) scaleY(0.001);}
    100% {transform: scaleX(1) scaleY(1);}
}

@keyframes foldIn {
    0% {transform: scaleX(1) scaleY(1);}
    50% {transform: scaleX(1) scaleY(0.001);}
    100% {transform: scaleX(0) scaleY(0.001);}
}

@keyframes zoomOut {
    0% {transform: scale(100%, 0%);}
    100% {transform: scale(-50%, );}
}

@keyframes zoomIn {
    0% {transform: scale(-50%, );}
    100% {transform: scale(100%, 0%);}
}
