﻿@charset "utf-8";

@import url(reset.css);
@import url(font.css);

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
html,body {
    width: 100%;
    height: 100%;
    font-size: 18px;
    min-height: 450px;
    
}  
.introWrap{   
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;    
}
.introWrap h1{
    position: absolute;
    left:30px;
    top:30px;
    background: url(../images/logointro.png) left top no-repeat;
    background-size: 200px auto;
    text-indent: -50000px;
    width: 230px;
    height: 300px;
    z-index: 2;
}
.seonGwang{
    position: absolute;
    left: calc(50% - 16%);
    bottom: 20%;
    background: #551112;
    width: 32%;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family:'GmarketSansBold';
    font-size: 2.2rem;
    border-radius: 50px 50px 0 50px; 
    background:#551112 url(../images/intro_seongwang.jpg);    
}
@media all and (min-width:1400px){
    .seonGwang{       
        width:500px;
        left: calc(50% - 250px);
        
    }
}
.seonGwang:hover .title{ 
    color: #ffcc00;
}
.seonGwang .de{
    font-family: "Roboto", sans-serif;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 120%;
    margin-top: 10px;
    opacity: 0.8;
}
.seonGwang .de strong{   
    display: block;    
}
.seonGwang a{   
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 20px; 
    position: relative;   
}
.intro{
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.intro article{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    transform: all 0.2s ease-out; 
}
.intro article::after{
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.intro article:hover::after{
    content: '';
    display: block;
    background:none;
}
.intro .korean{
    background: url(../images/introBg_kr.jpg) center center;
    background-size: cover;
}
.intro .deutsch{
    background: url(../images/introBg_de.jpg)center center;
    background-size: cover;
}
.intro .deutsch a{
    font-size: 1.0rem;
}
.intro article:hover{    
    animation: calcAni 5.5s linear infinite;
}
@keyframes calcAni {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 130%;
    }
}
.intro article a{
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    z-index:5;
    background: rgba(255, 255, 255, 0.77); 
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    left: calc(50% - 70px);
    top:40%;
    font-family: 'GmarketSansMedium';
    font-size: 1.3rem;
    padding-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.intro article a span{
    font-size: 14px;
    line-height: 0;
    color: #551112;
    display: block;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;    
}
.intro article:hover a{
    background: rgba(232, 193, 3, 1); 
}

.introText{
    width: 100%;
    z-index: 2;
    position: absolute;
    top:18%;
    padding: 20px;
    text-align: center;
}
.introText p{
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 43px;
    line-height: 110%;    
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.introText p span{
    font-family: 'GmarketSansMedium';
    font-size: 45px;
    line-height: 120%;    
    -webkit-background-clip: border-box;  
    background-clip: border-box; 
    color: #fff;
    font-weight: normal;
    -webkit-text-stroke-width: 0px;
}
.introText p strong{
    display: block;
    font-weight: normal;
}

@media all and (max-width:1200px) {
    .introText p {
        font-size: 2.3rem;        
    }        
    .seonGwang .de {
        font-size: 0.888rem;
        margin-top: 15px;
    }
    .intro .korean{
        background: url(../images/introBg_kr.jpg) center center no-repeat;
        background-size: cover;
    }
    .intro .deutsch{
        background: url(../images/introBg_de.jpg)center center no-repeat;
        background-size: cover;
    }    
    @keyframes calcAni {
        0% {
            background-size: 100% 100%;
        }
    
        100% {
            background-size: 130% 130%;
        }
    } 
}
@media all and (max-width:1024px) {
    .seonGwang{        
        left: calc(50% - 20%);
        width: 40%;
    }
    .seonGwang a {        
        padding: 50px 0;
    }
}
@media all and (max-width:820px) {
    .introWrap h1 {
        position: absolute;
        left: 30px;
        top: 30px;
        background: url(../images/logointro.png) left top no-repeat;
        background-size: 55% auto;
        width: 50%;
        height: 100px;
        z-index: 2;
    }
    .introText {        
        top: 15%;
    }
    .introText p {
        font-size: 1.6rem;        
    }
    .introText p span {        
        font-size: 1.8rem;
        line-height: 130%;      
    }
    .seonGwang{
        position: absolute;
        left: 0%;
        bottom: 0%;        
        width: 100%; 
        font-size: 2.0rem;
        border-radius: 0 0 0 0; 
        font-family:'GmarketSansMedium' ; 
        font-weight: 400;  
    }
    .introText {        
        top: 15%;
    }
    .seonGwang a {        
        padding: 35px 0;
    }
    .seonGwang a::after {        
        right: 6%;
        top: 40%;
    }    
    .intro article a{        
        bottom:35%;       
    }    

}
@media all and (max-width:640px) {
    .intro .korean,
    .intro .deutsch{
        background: none;
    }
    .intro{
        background: url(../images/introBg_de.jpg)center center no-repeat;
        background-size: cover;
        animation: calcAni 5.5s linear infinite;
        animation-direction: alternate;
    }    
    .intro article::after{
        background: rgba(0, 0, 0, 0.57);
        
    }
}
@media (min-width:820px) and (max-height:800px){    
    .introText {        
        top: 13%;
    }
    .introText p {
        font-size: 1.8rem;
    }
    .seonGwang {
        left: calc(50% - 15%); 
        bottom:10%;      
        width: 30%;        
    }
    .intro article a {        
        bottom: 20%;       
    }
}
@media (min-width:820px) and (max-height:700px){    
    .introText {        
        top: 10%;
    }
    .introText p {
        font-size: 1.6rem;
    }
    .seonGwang {
        left: calc(50% - 15%); 
        bottom:10%;      
        width: 30%;        
    }
    .seonGwang a{        
        padding: 50px 20px;
    }
    .intro article a {        
        bottom: 15%;       
    }
}
@media (min-width:340px) and (max-height:540px){    
    .introText {        
        top: 7%;
    }
    .introText p {
        font-size: 1.3rem;
    }    
    .seonGwang {
        left: calc(50% - 18%); 
        bottom:15%;      
        width: 36%;    
        font-size: 1.5rem;
    }    
    .intro article a {        
        bottom: 15%;
        width: 130px;
        height: 130px;
        padding-top: 48px   
    } 
    .introWrap h1 {        
        background-size: 90%;
        width: 150px;
        height: 150px;
    }
}
@media (max-width:340px){
    
    .introText p {
        font-size: 16px;
    }
    .introText p span {
        font-size: 16px;
    }
    .intro article a {
        width: 100px;
        height: 100px;        
        border-radius: 100px;       
        left: calc(50% - 50px);
        top: 40%;
        font-family: 'GmarketSansMedium';
        font-size: 18px;
        padding-top: 40px;
    }
    .intro .deutsch a {
       font-size: 16px;
    }
}


