@charset "utf-8";

    /* first view */
    .section_filmora_kv {
        background-image: url(/contents/event/a1011700/img/filmora_fv_pc.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 700px;
    }

    /* title */
    article h1 { font-size: 5em; }
    article h2 { font-size: 4em; }
    article h3 { font-size: 2.5em; }
    article h4 { font-size: 19px;}

    /* decoration */
    article h2 , h3 {
        color: rgba(29, 58, 79,1);
    }
    article .marker { background: linear-gradient(to right, rgba(85, 251, 213, 0.85) 0%, rgba(115, 255, 160, 0.85) 100%);}
    article a:hover {color: rgba(0, 0, 0,1); background-color: rgba(85, 251, 213, 1); }
    article a .triangle_bottom::after {
        content: '';
        display: inline-block;
        width: 0; height: 0;
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent; 
        border-top: 0.85em solid rgba(85, 251, 213, 1);
        margin-left: 0.5em;
    }
    article a:hover span.triangle_bottom::after {
        border-top-color: rgba(0, 0, 0, 1);
    }
    article a .triangle_right::after {
        content: '';
        display: inline-block;
        width: 0; height: 0;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-left: 0.85em solid rgba(85, 251, 213, 1);
        margin-left: 0.5em;
    }
    article a:hover span.triangle_right::after {
        border-left-color: rgba(0, 0, 0, 1);
    }

    /* devide */
    article ._devide._height_1px { background-color: rgba(29, 58, 79,1);}

    /* img */
    article img._deco_border {border: 0.5px solid rgba(29, 58, 79,1);}
    
    /* table */
    article table { width: 100%; border-collapse: collapse; table-layout: fixed }
    article table th, article table td {
        box-sizing: border-box;
        border: 2px solid rgba(255, 255, 255, 1);
        vertical-align: top;
        word-break: break-word;
    }
    article table thead tr > :nth-child(1),article table tbody tr > :nth-child(1) { width: 20%; }
    article table thead tr > :nth-child(2),article table tbody tr > :nth-child(2) { width: 40%; }
    article table thead tr > :nth-child(3),article table tbody tr > :nth-child(3) { width: 40%; }
    article table .bg_green {  background-color: rgba(85, 251, 213, 0.40);}
    article table .bg_green_light {  background-color: rgba(85, 251, 213, 0.15);}

  @media screen and (max-width: 699px) {
        /* first view */
        .section_filmora_kv {
            background-image:none;
            min-height: auto;
        }
        #filmora_nav li a {
            border: 0.5px solid #fff;
        }
        /* title */
            article h1 { font-size: 2em; }
            article h2 { font-size: 1.85em; }
            article h3 { font-size: 1.4em; }
            article h4 { font-size: 19px;}
    }
