﻿/* === === === === === === === === === Font === */
Serif {
    font-weight: 600;
    font-family: 'Noto Serif KR', 'Noto Serif TC';
}

JP, KR {
    font-weight: 400;
}
JP {
    font-family: 'Yusei Magic'; 'Reggae One';
}
KR {
    font-family: 'Song Myung'; 'Dokdo';
}

/* === === === === === === === === === Color === */
fixed.Rgbs a:hover En.White,
fixed.Rgbs a:hover Te.White {
    color: white;
}

.col-ime.linear1 { 
    background-color: #efd2e6;
}
.col-ime.linear2 { 
    background-color: #ddefd2;
}
.col-ime.linear3 { 
    background-color: #d5d2ef;
}



.touch.AnimationMenu > div {
    background-color: rgba(25, 17, 11, .85); /* rgba(236, 4, 42, .85); */
}
.touch.AnimationMenu > div > div {
    background-color: transparent;
    border: 3px solid transparent; /* #f6f5f3; */
}

.touch.AnimationMenu > div > div links p,
.touch.AnimationMenu > div > div links a,
.touch.AnimationMenu > div > div a .fa-circle {
    color: #f6f5f3;
}
.touch.AnimationMenu > div > div a .fa-times {
    color: #19110b;
}

.scroll2::-webkit-scrollbar-track {
    background-color: #b3b3b3;
}
.scroll2::-webkit-scrollbar-thumb {
    background-color: #f6f5f3;
}

.scroll2 img.linear1 { 
    background: linear-gradient(180deg, #c9ddde 0, #cfe1e5 52.08%, #d2e6e7 100%);
}
.scroll2 img.linear2 { 
    background: linear-gradient(180deg, #fbe4d9 0, #ffece3 52.08%, #fbe4d9 100%);
}
.scroll2 img.linear3 { 
    background: linear-gradient(180deg, #cec3c8 0, #e1d7dc 52.08%, #cec3c8 100%);
}
.scroll2 img.linear4 { 
    background: linear-gradient(180deg, #e3d0d6 0, #eee2e6 52.08%, #e0d1d6 100%);
}



/* === === === === === === === === === Fixed === */
fixed.Rgbs {
    padding: 12px 12px;
    #background-color: rgba(255, 255, 255, .75);
}
fixed.Rgbs .fa-stack-2x {
    color: rgba(255, 255, 255, .75);
}
fixed.Rgbs .fa-stack-1x {
    color: #ea0429;
}

fixed.Rgbs:hover,
fixed.Rgbs a:hover .fa-stack-2x,
fixed.Rgbs a:hover .fa-stack-1x,
fixed.Rgbs a.btns:hover .in,
fixed.Rgbs a.btns:hover span,
fixed.Rgbs a.btns:hover En,
fixed.Rgbs a.btns:hover Te {
    transition: all .75s;
}

fixed.Rgbs:hover {
    background-color: transparent;
    transition: all .75s;
}
fixed.Rgbs a:hover .fa-stack-2x {
    color: rgba(236, 4, 42, .85);
}
fixed.Rgbs a:hover .fa-stack-1x {
    color: white;
}

fixed.Rgbs a.btns {
    display: inline-block;
    padding-right: 8px;
    text-align: center;
}

fixed.Rgbs a.btns .in,
fixed.Rgbs a.btns Te {
    color: #ea0429;
}
fixed.Rgbs a.btns:hover .in,
fixed.Rgbs a.btns:hover span,
fixed.Rgbs a.btns:hover En,
fixed.Rgbs a.btns:hover Te {
    color: #202020;
}

fixed.Rgbs a.btns .in {
    width: 24px;
    background-color: transparent;
    font-size: 16px;
    border-radius: 64px;
}
fixed.Rgbs a.btns En,
fixed.Rgbs a.btns Te {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 4px;
}

/* === Fixed > Color === */
.Rgba1 {
    color: #ebcfc4;
}
.Rgba2 {
    color: #706897;
}
.Rgba3 {
    color: #9088d4;
}



/* === === === === === === === === === On And Off，Z-index === */
header,
fixed {
    z-index: 2;
}

.Ful {
    display: block;
}
.Sma,
.Sma2,
.mobile {
    display: none;
}



/* === === === === === === === === === Scroll === */
.scroll {
    z-index: 1;
    overflow-y: scroll;

    width: 100%;  
    height: calc(300px - 23px);

    max-width: 500px;

    left: calc(50vw - 250px); 0;
    bottom: 46px;
    position: fixed;

    color: #ea0429;
    background-color: rgba(255, 255, 255, .75);

    padding: 12px;
}

.scroll:before {
    background: none;
}
.scroll::-webkit-scrollbar {
    width: 5px; !important
}
.scroll::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-track {
    border-radius: 0px;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #e2bcb7;
}
.scroll::-webkit-scrollbar-track {
    background-color: #f8eded;
}



/* === === === === === === === === === Bootstrap === */
.col-menu {
    padding-top: 12px;
}

.col-menu En {
    font-family: 'Cormorant';
    font-weight: 700;
}

.col-menu Te {
    display: block;
    padding-bottom: 6px;
    font-size: 20px;
}
.col-menu Te:hover {
    transition: all .75s;
}
.col-menu Te:hover::before {
    content: "\f0da\00a0";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    animation: slideInLeft;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.col-ime > div,
.col-tex > div {
    height: calc(300px - 23px - 24px);

    display: table-cell;
    vertical-align: middle;
}
.col-ime {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.col-tex > div {
    padding: 12px 12px;
}

.col-tex > div p {
    padding-bottom: 8px;
    font-size: 20px;
}
.col-tex > div p.small {
    font-size: 15px;
    text-align: justify;
}

.col-1, .col-2, .col-3, .col-4,
.col-5, .col-6, .col-7, .col-8,
.col-9, .col-10, .col-11, .col-12 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}



/* === === === === === === === === === Video === */
#Video {
    display: block;

    height: 0;
    overflow: hidden;
    position: relative;

    padding-top: 0px; 30px;
    padding-bottom: 88.81578947368421%; 100%; 52.734375%;
}
#Video iframe,
#Video object,
#Video embed,
#Video video {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}



/* === === === === === === === === === Touch And Other === */
.touch .WhiteAndSolid {
    border: 3px #666 solid;
    border-radius: 12.5px;
    padding-bottom: 16px;
    background-color: white;
}

.touch marquee {
    display: block;

    width: 100%;
    height: calc(90vh - 32px);

    max-width: 320px;
    max-height: 534px;
}
.touch .fa-stack {
    font-size: 16px;
}

.language {
    display: block;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 100;
}
.language::after {
    content: " \f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    letter-spacing: 1px;
    animation: fadeInRight;
    animation-duration: .75s;
    animation-iteration-count: infinite;
}

iframe.Html {
    display: inline;
    width: 100%;
    height: calc(90vh - 32px);
    min-width: 320px;
    max-height: 534px;
    border-radius: 12.5px;
}

p.d202105282240 {
    max-width: 250px;
    display: none;
    padding-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
}

/* === === === === === === === === === Touch New Add === */
.touch.AnimationMenu {
    right: 0;
}

.touch.AnimationMenu > div,
.touch.AnimationMenu > div > div {
    height: calc(100vh - 45px - 16px - 1px);
}
.scroll2 {
    height: calc(100vh - 48px - 16px - 6px - 45px - 1px);
}
.scroll2 > div {
    height: calc(100vh - 64px - 16px - 45px - 1px);
}

.touch.AnimationMenu > div {
    overflow-x: hidden;

    width: auto;
    max-width: calc(326px + 16px);

    padding: 8px;

    animation: slideInLeft;
    animation-duration: 2s;
}
.touch.AnimationMenu > div > div {
    padding: 0; /* 8px; */
    border-radius: 12.5px;

    animation: slideInRight;
    animation-duration: 3s;
}

.touch.AnimationMenu > div > div a,
.touch.AnimationMenu > div > div links { 
    display: block;
}

.touch.AnimationMenu > div > div links { 
    padding-bottom: 16px;
}
.touch.AnimationMenu > div > div links a { 
    padding: 6px 0px 12px 0px;
    /* 12px 8px 8px 8px; */
    /* 12px 0px 8px 0px; */
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.touch.IndexRgba > div {
    background-color: transparent; rgba(236, 4, 42, .85); rgba(235, 233, 229, .85);
}
.touch.IndexRgba > div > div {
    animation: slideInLeft;
    animation-duration: 2s;
}

.scroll2 {
    z-index: 1;
    overflow-x: hidden;
    overflow-y: scroll;

    width: 100%;
    padding: 0px 0px;
    padding-right: 8px;
    max-width: 500px;
}
.scroll2 > div {
    display: table-cell;
    vertical-align: middle;
}

.scroll2 a,
.scroll2 p {
    font-size: 14px;
    text-align: justify;
}
.scroll2 a span,
.scroll2 p span {
    display: block;
    padding-bottom: 4px;
    font-size: 20px;
}

.scroll2 Bk {
    display: block;
    padding-top: 12px;
}
.scroll2 img {
    border-radius: 7.5px;

    /*
    margin-top: -12px;
    border-radius: 6.25px; 12.5px;
    border-top-left-radius: 12.5px;
    border-bottom-left-radius: 12.5px;
    */
}

.scroll2:before {
    background: none;
}
.scroll2::-webkit-scrollbar {
    width: 2px; !important
}
.scroll2::-webkit-scrollbar-thumb,
.scroll2::-webkit-scrollbar-track {
    border-radius: 0px;
}



/* === === === === === === === === === RWD === */
@media screen and (max-width: 1199px) {
    .Ful {
        display: none;
    }
    .Sma {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    fixed.Rgbs a.btns En,
    fixed.Rgbs a.btns Te {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .scroll {
        left: 0;
        max-width: 100%;
    }

    /* === === === === === === === === === Touch New Add === */
    .col-ime img {
        display: none;
    }
}

/* === === === === === === === === === Mobile === */
@media screen and (max-width: 500px) {
    .scroll::-webkit-scrollbar {
        width: 0px; !important
    }



    /* === === === === === === === === === On And Off === */
    header,
    fixed {
        display: none;
    }

    .mobile,
    .Sma2 {
        display: block;
    }

    /* === === === === === === === === === Mobile === */
    .mobile {
        display: block;

        top: 0;
        position: fixed;

        background-color: white; rgba(255, 255, 255, .75);

        animation: slideInDown;
        animation-duration: 2s;
    }

    .mobile > div > div,
    .mobile div.h45 > div > div {
        display: table-cell;
        vertical-align: middle;
    }

    .mobile div.h45,
    .mobile div.h20 {
        width: 100vw;
        padding: 0px 8px;
    }

    .mobile div.h45,
    .mobile div.h45 > div > div {
        height: 55px;
    }
    .mobile div.h45 > div {
        float: left;
    }

    .mobile div.h45 > div > div.Icon1,
    .mobile div.h45 > div > div.Icon2 {
        width: 30px;
    }
    .mobile div.h45 > div > div.Logo {
        width: calc(100vw - 60px - 16px - .5px);
        text-align: center;
    }
    .mobile div.h45 > div > div.Icon2 {
        text-align: right;
    }

    .mobile div.h45 .Logo p {
        color: #ea0429;
        font-size: 32px;
    }
    .mobile div.h45 .Icon1 a,
    .mobile div.h45 .Icon2 a {
        color: #6c6c6c;
        font-size: 20px;
    }

    .mobile div.h20 {
        height: 26px;
        background-color: #ea0429;
        text-align: center;
    }
    .mobile div.h20 a {
        color: white;
        font-size: 12px;
    }

    .mobile p,
    .mobile a,
    .mobile span {
        color: #404040;
    }

    /* === === === === === === === === === Scroll === */
    .scroll {
        height: calc(100vh - 46px - 81px);
        padding: 0px;
    }
    .scroll .bootstrap {
        padding: 12px;
    }

    .scroll .Sma2 div {
        padding: 24px;
        background-color: white;
    }

    .scroll .Sma2 p {
        color: #ea0429;
        font-size: 25px;
        text-align: center;
    }
    .scroll .Sma2 p.small {
        color: #404040;
        padding: 8px 0px 16px 0px;
        font-size: 15px;
    }

    .scroll a.Asked {
        display: block;

        width: 100%;
        padding: 6px 12px;

        color: white;
        background-color: #ea0429;
        border: 2px #ea0429 solid;

        font-size: 16px;
        text-align: center;
    }
    .scroll a.Asked:hover {
        color: #ea0429;
        background-color: white;
        border: 2px #ea0429 solid;
    }

    /* === === === === === === === === === Bootstrap === */
    .col-tex > div {
        height: auto;
        padding: 12px 0px 6px 0px;
    }
    .col-tex > div p.small {
        color: #555;
    }

    .col-1, .col-2, .col-3, .col-4,
    .col-5, .col-6, .col-7, .col-8,
    .col-9, .col-10, .col-11, .col-12 {
        float: left;
        width: 100%; 
    }

    /* === === === === === === === === === Other === */
    .language {
        font-size: 14px;
    }

    /* === === === === === === === === === Touch New Add === */
    .Sma3 {
        display: none;
    }

    .col-ime div {
        height: 151.8px;
    }

    .touch.AnimationMenu > div,
    .touch.IndexRgba > div {
        width: 100vw;
        max-width: 100%;
    }

    .scroll2 img {
        max-width: 150px;
    }  
}

@media screen and (max-width: 321px) {
    .touch marquee {
        display: block;
        width: 80%;
        height: calc(90vh - 32px);
        max-width: 320px;
        max-height: 534px;
    }

    iframe.Html {
        min-width: 100%;
    }
}