/* This is a CSS file */
.no-0-bg-color {
    background-color: #F8F5DE;
}
.no-1 {
    background-color: #00AE6F;
}
.no-1-color {
    color: #00AE6F;
}
.no-1-bg-color {
    background-color: #D2EADA;
}
.no-1-content li::before {
    content: "\25a0 ";
    color: #00AE6F;
}
.no-2 {
    background-color: #EC75A2;
}
.no-2-color {
    color: #EC75A2;
}
.no-2-bg-color {
    background-color: #FBE6EF;
}
.no-2-content li::before {
    content: "\25a0 ";
    color: #EC75A2;
}
.no-3 {
    background-color: #00B9E7;
}
.no-3-color {
    color: #00B9E7;
}
.no-3-bg-color {
    background-color: #DFF2FC;
}
.no-3-content li::before {
    content: "\25a0 ";
    color: #00B9E7;
}
.no-4 {
    background-color: #F39800;
}
.no-4-color {
    color: #F39800;
}
.no-4-bg-color {
    background-color: #FEECD2;
}
.no-4-content li::before {
    content: "\25a0 ";
    color: #F39800;
}
.no-5 {
    background-color: #947EB8;
}
.no-5-color {
    color: #947EB8;
}
.no-5-bg-color {
    background-color: #EAE6F2;
}
.no-5-content li::before {
    content: "\25a0 ";
    color: #947EB8;
}
.no-6 {
    background-color: #78BD36;
}
.no-6-color {
    color: #78BD36;
}
.no-6-bg-color {
    background-color: #ECF4D9;
}
.no-6-content li::before {
    content: "\25a0 ";
    color: #78BD36;
}
.no-7 {
    background-color: #0071BE;
}
.no-7-color {
    color: #0071BE;
}
.no-7-bg-color {
    background-color: #D3E0F3;
}
.no-7-content li::before {
    content: "\25a0 ";
    color: #0071BE;
}

.line-1 ul{
    border-bottom: 1px solid #e2e2e2;
}
.df-btn {
    width: 100%;
    padding: 3px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
}
.question-wrap {
    padding: 10px;
}
.check-point-wrap {
    padding: 10px;
}
.footer-text-wrap {
    padding: 0 15px;
    font-size: 1.2rem;
}



.df-header {
    width: 100%;
    margin: 0 auto;
    border: 4px solid #F47F31;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2% 8%;
    font-size: 18px;
}
.df-header h3 {
    width: 95%;
    margin: 0 auto;
    display: block;
    background-color: #F47F31;
    color: #ffffff;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.behavior {
    border: 4px solid #51BA45;
}
.behavior h3 {
    background-color: #51BA45;
}
.result {
    border: 4px solid #2875D1;
}
.result h3 {
    background-color: #2875D1;
}
.df-header ul li {
    list-style-type: disc;
}
.df-block2 ul li:nth-child(3) {
    width: 28%;
}
.df-block2 ul li:nth-child(4) {
    width: 11%;
}
.df-block2 ul li:nth-child(4) a img {
    width: 85%;
}
#card-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 3;
  
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.youtube-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
}
.youtube-player {
    width: 100vw;
    height: 32vh;
    z-index: 1000;
    position: relative;
}
.youtube-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 998;
  
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
