@font-face {
    font-family: "Monotype Corsiva";
    src: url('../fonts/Monotype Corsiva.woff') format("woff"),
        url('../fonts/Monotype Corsiva.TTF') format("truetype"),
        url('../fonts/Monotype Corsiva.eot') format("embedded-opentype");

    font-family: "Copperplate Gothic Light";
    src: url('../fonts/Copperplate Gothic Light.woff') format("woff"),
        url('../fonts/Copperplate Gothic Light.TTF') format("truetype"),
        url('../fonts/Copperplate Gothic Light.eot') format("embedded-opentype");

    font-family: "Adobe Devanagari";
    src: url('../fonts/Adobe Devanagari.woff') format("woff"),
        url('../fonts/Adobe Devanagari.TTF') format("truetype"),
        url('../fonts/Adobe Devanagari.eot') format("embedded-opentype");
    
    font-family: "BRLNSR";
    src: url('../fonts/BRLNSR.woff') format("woff"),
        url('../fonts/BRLNSR.TTF') format("truetype"),
        url('../fonts/BRLNSR.eot') format("embedded-opentype");
}

body{ margin: 0 auto; }
article{ width: 100%; }

/* menu */
div#MENU { width: 60px; height: 60px; position: fixed; z-index: 999; right: 1%; top: 1%; }
div#MENU .dropdown{ background: transparent; }
div#MENU .dropdown #BTN { width: 60px; height: 60px; color: #FFF; border: 0; font-size: 3em; transition: .2s linear; }
div#MENU .dropdown #BTN:hover { color:rgba(242,171,0,1); transition: .2s linear; }
div#MENU .dropdown-menu.pull-right { margin-top: 10px; margin-right: 5px; }
div#MENU .dropdown-menu { padding: 15px 5px; border-radius: 15px; width: 300px; background: rgba(0,0,0,0.7); }
div#MENU .dropdown-menu a { color: rgb(206, 206, 206); text-decoration: none; }
div#MENU .dropdown-menu li { font-size: 18px; padding: 8px 20px; }
div#MENU .dropdown-menu li:hover { color: rgba(242,171,0,1); transition: .20s linear; font-size: 20px; font-weight: 700; }

/* nav */
nav{ position: fixed; top: 50%; right: 8px; z-index: 2; }
nav > ul li{ width: 14px; height: 14px; margin: 14px; background: rgb(87, 87, 87); border-radius: 8px; list-style-type: none; }
nav > ul li#active{ background:rgb(204, 204, 204); }

/* SocialMedia */
div.SocialMedia{ float: right; margin-right: 10px;}
div.SocialMedia a{ color: #FFF; font-size: 1.25em; text-align: center; margin-right: 10px; }

/* Visual */
div#Visual{ 
    background: url("../images/bg.jpg") no-repeat center; 
    background-attachment: fixed; 
    background-size: cover; 
    width: 100%; 
    height: 100vh; 
    color:#fff; 
}
div#Visual > header > h1 { 
    position: absolute; 
    top: 220px; 
    left:8%;
    font-size: 10vw;
    font-weight: 550;
    color:rgba(255,255,255,0.8);
    white-space: nowrap;
    padding-right: 35px;
    border-right: 7px solid;
    text-align: center;
    animation: typing 2.75s steps(8), blink-caret 0.75s steps(1) infinite;
    -webkit-animation: typing 2.75s steps(8), blink-caret 0.75s steps(1) infinite;
    -o-animation: typing 2.75s steps(8), blink-caret 0.75s steps(1) infinite;
    -ms-animation: typing 2.75s steps(8), blink-caret 0.75s steps(1) infinite;
    -moz-animation: typing 2.75s steps(8), blink-caret 0.75s steps(1) infinite;
    overflow: hidden;
}
@keyframes blink-caret{ 50% {border-color: transparent;} }
@keyframes typing{ 0%{width: 0;} 100%{width: 8.1em;} }
div#Visual > header > div{
    animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    -ms-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    padding-left: 21%;
}
div#Visual > header > div > h2 { font-family: "Monotype Corsiva"; font-size: 1.7vw; padding-top:490px; color:rgba(255,255,255,0.8); }
div#Visual > header > div > h3{ margin-bottom: 150px; font-size: 1.3vw; letter-spacing: 2px; line-height: 2rem; color:rgba(255,255,255,0.8); }
div#Visual > header > button{
    display: block;
    margin: 0 auto;
    background: rgba(20,20,20,1);
    border:  rgba(20,20,20,1);    
    font-family: "BRLNSR";
    font-size: 1.7rem;
    width: 250px;
    height: 60px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
}
div#Visual > header a{ color:#FFF; display: block; }
div#Visual > header a:hover{ text-decoration: none; color:rgba(242,171,0,1); transition: .2s linear; }

/* Page Same*/
section > h1 { font-family: "Copperplate Gothic Light"; font-size: 3.5rem; letter-spacing: 5px; text-align: center; padding-top:70px; color:#FFF; }
section > hr { width: 400px; -webkit-text-align:center; border: 1.5px solid; border-color: #FFF; }
section > h3{ text-align: center; letter-spacing: 8px; font-size: 2rem; color:#FFF;}

/* PageA */
section#PageA{ background: url("../images/bg_A.jpg") repeat; padding-bottom: 120px; }
section#PageA > h3{ margin-bottom: 130px; }
section#PageA > div.BOX{ width: 70%; margin: 0 auto; }
section#PageA div.row{ margin-top: 80px; min-height: 320px; }
section#PageA div.col-md-4 > img{ margin-top: 50px; border-radius: 50%; width:100%; }
section#PageA div.col-md-8 { padding: 50px; }
section#PageA div.col-md-8 > h2{ border-left: 6px solid #00b8d9; padding-left: 20px; color:#00b8d9; font-weight: 600; }
section#PageA div.col-md-8 > p{ margin-top: 20px; line-height: 2.2rem; font-size: 1.1rem; color: #aeaeae; }
section#PageA .graph{ background: #007c92; color: #FFF; font-size: 1.1rem; margin: 20px; padding: 7px 20px; }
section#PageA .graph:hover{ background: rgb(226, 226, 226); border:2px solid #007c92; color: #007c92; font-weight: 500; }
section#PageA .modal { background: rgba(22,43,60,0.5); }
section#PageA .modal-dialog { max-width: 1200px; }
section#PageA .modal-content { background: rgba(9,13,21,0.8); padding-bottom:20px; margin: 0; }
section#PageA .modal-body{ padding:0 1rem 1.5rem 1rem; }
section#PageA .modal-body > img{ width: 100%; }
section#PageA button{ background: rgba(50,50,50,1); color:rgba(255,255,255,0.8); }
section#PageA button:hover{ background: rgba(104,7,7,1); transition: .20s linear; }
section#PageA .picture_1{width: 100%;display: block;margin:-180px auto 0 auto;}
/* PageB */
section#PageB{ background: url("../images/bg_B.jpg") repeat; padding-bottom: 120px; }
section#PageB #content{ padding: 40px 15% 60px 15%; color: rgba(255,255,255,0.8); font-size: 1.1rem; line-height: 2rem; letter-spacing: 0.1rem; }
section#PageB div.row{ width: 90%; margin: 0 auto; }
section#PageB div.program_left{ background: #f1f1f1; margin-left: 30px; padding: 30px; border-radius: 10px; height: 340px; margin-bottom: 40px; }
section#PageB div.program_left:hover,div.program_right:hover{ box-shadow: 0 0 50px 5px rgb(121, 121, 121); }
section#PageB div.program_right{ background: #f1f1f1; margin-right: 30px; padding: 25px; border-radius: 10px; height: 340px; margin-bottom: 40px; }
section#PageB > div.row h3{ font-family: "Adobe Devanagari"; font-weight: 600; font-size: 2.4rem; color:#464646; }
section#PageB p { line-height: 1.8rem; }
section#PageB div.star{ margin-right: 20px; color:#555555; text-align: right; }
section#PageB div.star ul{ list-style: none; margin-top: -55px; font-size: 15px; }
section#PageB .arear{ font-size: 1.1rem; background:-webkit-linear-gradient(60deg,red,blue); -webkit-background-clip: text; color: transparent; }
section#PageB div.advantage ul{ margin-left: -20px; line-height: 1.8rem; font-size: 15px; }
section#PageB div.advantage span{ color:#0070bb; }
section#PageB a{color: #000;text-decoration:none;}
/* PageC */
section#PageC{ background: url("../images/bg_C.jpg") center repeat; padding-bottom: 120px; }
section#PageC > h3{ margin-bottom: 130px; }
section#PageC > div.row{ width: 60%; margin: 0 auto; }
section#PageC div.course{ margin-bottom: 80px; }
section#PageC div.course:hover{ margin-top:-20px; transition: .2s linear; }
section#PageC p{ 
    box-shadow: 0 0 30px 5px#000; 
    color: rgb(223, 223, 223); 
    text-align: center; 
    font-weight: 600; 
    font-size: 1.5rem; 
    padding: 100px 10px;
    width:300px;
    height:300px;
    margin: 0 auto;
}
section#PageC p:hover{ box-shadow: 0 0 80px 5px rgb(160, 160, 160); transition: .2s linear; }
section#PageC .modal { background: rgba(22,43,60,0.5); }
section#PageC .modal-content { background: rgba(9,13,21,0.8); color:#FFF; padding-bottom:20px; }
section#PageC .modal-body{ padding:3rem 1rem 1.5rem 1rem; }
section#PageC .modal-body > h2{ text-align:center; color:rgba(242,171,0,1); }
section#PageC .modal-body > h2 > span{ padding: 10px 20px; }
section#PageC .modal-body > hr{ border:1px solid rgba(242,171,0,1); margin-top: 20px; margin-bottom: 40px; width: 75%; }
section#PageC a{ text-decoration: none; color:rgba(245,245,245,1); width: 100%; padding: 1px 10px; display: block; }
section#PageC a:hover{ color: rgba(50,50,50,1); }

section#PageC .modal-body > .ClassItem > ul{ margin-left: -40px; }
section#PageC .modal-body > .ClassItem > ul >li{
    list-style-type: none;
    font-size: 1rem;
    line-height: 2rem;
    border-radius: 5px;
    background: rgba(39,58,73,1);
    margin:0 auto;
    margin-bottom:20px; 
    padding: 5px 20px;
    width:85%;
}
section#PageC .modal-body > .ClassItem > ul > li:hover{ font-size:1.1rem; background:rgba(242,171,0,1); font-weight: 600; transition: .2s linear; }
section#PageC button{ background: rgba(50,50,50,1); color:rgba(255,255,255,0.8); }
section#PageC button:hover{ background: rgba(104,7,7,1); transition: .20s linear; }

/*CTA*/
#CTA{ position: fixed; bottom:15px; right: 20px; }
#blink{ width:105px; height:100px; position: fixed; bottom:20px; right: 31px; }
#blink:hover{ box-shadow: 0 0 35px rgb(13, 173, 212); transition: .2s linear;}

/* Footer */
footer{ font-size: 0.9rem; }


/* RWD setting */
@media(max-width:1700px){
    /* PageA */
    section#PageA > div.BOX{ width: 75%; }

    /* PageC */
    section#PageC > div.row{ width: 70%; }
}

@media (max-width: 1440px){

    /* Visual */
    div#Visual > header > h1 { top: 200px; }
    div#Visual > header > div{ padding-left: 20%; }
    div#Visual > header > div > h2 { font-size: 1.8vw; padding-top: 420px; }
    div#Visual > header > div > h3{ font-size: 1.4vw; }

    /* PageA */
     section#PageA > div.BOX{ width: 85%; margin: 0 auto; }
     section#PageA .modal-dialog { max-width: 1100px; }

    /* PageB */
    section#PageB div.row{ width: 95%; }
    section#PageB > div.row h3{ font-size: 2rem; }
    section#PageB p { line-height: 1.5rem; }
    section#PageB div.star{ margin-right: 10px; }

    /* PageC */    
    section#PageC > div.row{ width: 80%; }
}
    
@media (max-width:1190px){

    /* Visual */
    div#Visual > header > h1 { top: 230px; left: 7%; }
    div#Visual > header > div{ padding-left: 18%; }
    div#Visual > header > div > h2 { font-size: 1.9vw; padding-top: 410px; }
    div#Visual > header > div > h3{ font-size: 1.6vw; }

    /* PageA */
    section#PageA .graph{ font-size: 1rem; margin: 10px; padding: 5px 15px; }
    section#PageA .modal-dialog { max-width: 900px; }

    /* PageB */
    section#PageB div.row{ width: 98%; }
    section#PageB > div.row h3{ font-size: 1.6rem; }
    section#PageB p { line-height: 1.5rem; font-size:15px; }
    section#PageB div.star ul{ margin-top: -45px; }

    /* PageC */
    section#PageC p{ padding: 80px 10px; width:250px; height:250px; }
}

@media (max-width:1120px){

    /* Visual */
    div#Visual{ width: 100%; height: 800px; }        
    div#Visual > header > h1 { top: 220px; }
    div#Visual > header > div{ padding-left: 16%; }        
    div#Visual > header > div > h2 { font-size: 2vw; }
    div#Visual > header > div > h3{ margin-bottom: 100px; font-size: 1.8vw; line-height: 1.3rem; }
    div#Visual > header > button{ font-size: 1.5rem; width: 250px; height: 50px; }
        
    /* Page Same*/
    section > h1 { font-size: 3.2rem; }
    section > hr { width: 360px; }

    /* PageA */
    section#PageA > div.BOX{ width: 95%; }
    section#PageA div.row{ margin-top: 50px; }
    section#PageA div.col-md-4 > img{ margin-top: 30px; }
    section#PageA div.col-md-8 { padding: 30px; }
    section#PageA div.col-md-8 > p{ line-height: 2rem; font-size: 1rem; }
    section#PageA .modal-dialog { max-width: 900px; }

    /* PageB */
    section#PageB div.row{ width: 90%; display: block; }
    section#PageB div.program_left{ width: 200%; padding: 30px 50px; height: auto; }
    section#PageB div.program_right{ width:200%; padding: 30px 50px; height: auto; margin-left: 30px; }
    section#PageB > div.row h3{ font-weight: 600; font-size: 2.5rem; margin-bottom: 100px; }
    section#PageB p { line-height: 1.8rem; }
    section#PageB div.star{ margin-right: 10px; }
    section#PageB div.star ul{ margin-top: -150px; }
}

@media (max-width: 990px){

    /* Visual */
    div#Visual{ width: 100%; height: 700px; }
    div#Visual > header > h1 { top: 180px; }    
    div#Visual > header > div > h2 { padding-top: 320px; font-size: 2.1vw; }

    /* Page Same*/
    section > h1 { font-size: 3rem; padding-top:50px;  }
    section > hr { width: 350px; }
    section > h3{ margin-bottom: 80px;  }

    /* PageA */
    section#PageA div.row{ min-height: 250px; }
    section#PageA div.col-md-8 { padding: 15px; }
    section#PageA div.col-md-8 > p{ line-height: 1.8rem; font-size: 0.95rem; }

    /* PageB */
    section#PageB div.program_left{ margin-left: 5px; }
    section#PageB div.program_right{ margin-left: 5px; }
    section#PageB p { line-height: 1.6rem; }

    /* PageC */
    section#PageC > div.row{ width: 90%; }
    section#PageC div.course{ margin-bottom: 40px; }
    section#PageC p{ padding: 80px 10px; width:230px; height:230px; }
    section#PageC .modal-dialog{ width: 600px; }
}

@media (max-width:850px){
    
    /* PageA */
    section#PageA div.row{ margin-top: 30px; }
    section#PageA div.col-md-8 > h2{ font-size: 1.8rem; }
    section#PageA div.col-md-4 > img{ margin-top: 60px; }
    section#PageA .modal-dialog { max-width: 700px; }

    /* PageC */
    section#PageC > div.row{ width: 95%; }
    section#PageC div.course{ margin-bottom: 40px; }
    section#PageC p{ padding: 60px 10px; width:220px; height:220px; font-size: 1.3rem; }
    section#PageC .modal-dialog{ width: 600px; }
}

@media (max-width:768px){

    /* Visual */
    div#Visual{ width: 100%; height: 600px; }
    div#Visual > header > h1 { top: 150px; }
    div#Visual > header > div{ padding-left: 12%; }        
    div#Visual > header > div > h2 { padding-top: 270px; font-size: 2.3vw; }
    div#Visual > header > div > h3{ font-size: 2.1vw; margin-bottom: 60px; }
    div#Visual > header > button{ font-size: 1.3rem; width: 200px; height: 45px; }

    /* Page Same*/
    section > h1 { font-size: 2.8rem; padding-top:50px; }
    section > hr { width: 350px; }
    section > h3{ font-size: 1.8rem; margin-bottom: 80px; }

    /* PageA */
    section#PageA > div.BOX{ width: 80%; }
    section#PageA div.row{ margin-top: 10px; }
    section#PageA .picture_1{margin:0 auto 0 auto;}

    /* PageB */
    section#PageB > div.row h3{ font-size: 2rem; }
    section#PageB div.star{ margin-right: 0; }

    /* PageC */
    section#PageC > div.row{ width: 90%; }
    section#PageC p{ font-size:1.2rem; padding: 60px 5px; width:200px; height:200px; }
}

@media (max-width:767px){

    /* PageA */
    section#PageA div.col-md-4 > img{ display: none; }

    /* PageB */
    section#PageB div.program_left{ width: 100%; }
    section#PageB div.program_right{ width:100%; }

    /* PageC */
    section#PageC p{ font-size:1.5rem; padding: 80px 10px; width:250px; height:250px; }
}


@media (max-width:660px){
    
    /* menu */
    div#MENU { width: 50px; height: 50px; right: 0.5%; top: 0; }
    div#MENU .dropdown #BTN { width: 50px; height: 50px; font-size: 2.5em; }
    div#MENU .dropdown-menu li { font-size: 16px; padding: 5px 15px; }
    div#MENU .dropdown-menu li:hover { font-size: 18px; }

    /* nav */
    nav{ right: 3px; }
    nav > ul li{ width: 12px; height: 12px; margin: 12px; border-radius: 8px; }

    /* Page Same*/
    section > h1 { font-size: 2.3rem; }
    section > hr { width: 300px; }
    section > h3{ font-size: 1.8rem; margin-bottom: 60px; }

    /* PageB */
    section#PageB div.program_left{ padding: 30px; }
    section#PageB div.program_right{ padding: 30px; }
    section#PageB > div.row h3{ font-size: 1.8rem; margin-bottom: 110px; }
    section#PageB div.star ul{ font-size: 14px; }

    /* PageC */
    section#PageC p{ font-size:1.35rem; padding: 70px 5px; width:220px; height:220px; }
    section#PageC .modal-body{ padding:2rem 0 1rem 0; }
    section#PageC .modal-body > hr{ margin-top: 20px; margin-bottom: 35px; width: 75%; }
    section#PageC .modal-body > h2{ font-size: 1.7rem; }
    section#PageC a{ text-decoration: none; color:rgba(245,245,245,1); width: 100%; padding: 1px 10px; display: block; }    
    section#PageC .modal-body > .ClassItem > ul{ margin-left: -35px; }
    section#PageC .modal-body > .ClassItem > ul >li{ padding: 3px 20px; width: 95%; }
    section#PageC .modal-body > .ClassItem > ul > li:hover{ font-size:1.05rem; }
    section#PageC .modal-dialog{ width: 480px; }
}

@media (max-width:580px){

    /* Visual */
    div#Visual{ width: 100%; height: 450px; }
    div#Visual > header > h1 { top: 110px; font-size: 10.5vw; padding-right: 10px; }
    div#Visual > header > div{ padding-left: 4%; }        
    div#Visual > header > div > h2 { padding-top: 170px; font-size: 4vw; }
    div#Visual > header > div > h3{ font-size: 3.5vw; margin-bottom: 35px; line-height: 1.3rem; padding-right:10px; }

    /* nav */
    nav{ visibility:hidden; }

    /* Page Same*/
    section > h1 { font-size: 2.2rem; }
    section > hr { width: 250px; }
    section > h3{ font-size: 1.6rem; }

    /* PageA */
    section#PageA > div.BOX{ width: 85%; }
    section#PageA div.col-md-8 > h2{ font-size: 1.6rem; }

    /* PageB */
    section#PageB > div.row{ width:100%; }
    section#PageB .arear{ font-size: 0.9rem; }
    section#PageB div.program_left{ padding: 20px 15px; }
    section#PageB div.program_right{ padding: 20px 15px; }
    section#PageB > div.row h3{ font-size: 2rem; text-align: center; }
    section#PageB div.star{ text-align: center; }
    section#PageB div.star ul{ font-size: 14px; margin-top: -80px; }
    section#PageB div.star ul li{ margin-left: -15%; }

    /* PageC */
    section#PageC > div.row{ width: 70%; }
    section#PageC .modal-body{ padding: 2rem 0 1rem 0; }
    section#PageC .modal-body > hr{ margin-top: 20px; margin-bottom: 35px; width: 65%; }
    section#PageC .modal-body > h2{ font-size: 1.4rem; }
    section#PageC a{ padding: 1px 3px; }    
    section#PageC .modal-body > .ClassItem > ul{ margin-left: -35px; }
    section#PageC .modal-body > .ClassItem > ul >li{ font-size: 0.9rem; padding: 0 5px; }
    section#PageC .modal-body > .ClassItem > ul > li:hover{ font-size: 0.9rem; }
    section#PageC .modal-dialog{ width: auto; }
}

