@charset "UTF-8";
/* CSS Document */

        /* RESET*/
    
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    body {
        line-height: 1;
    }
    
    ol,
    ul {
        list-style: none!important;
    }
    li {
        list-style: none!important;
        display: inline-block;
    }
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* Reset end */
    
    body {
        color: #2098d5;
		font-family: 'Noto Sans', sans-serif;
        background-color: #fff;
    }
    
    .center {
        text-align: center;
    }
	
    .top {
        width: 50px;
        height: 50px;
        display: block;
        position: fixed;
        bottom: 165px;
        right: 20px;
        border-radius: 50%;
        border: 2px solid #fff;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/ui/arrow_up.svg);
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 100;
        display: none;
    }
.box {
    width: 100%;
    min-height: 400px;
    clear: both;
    background-size: cover;
    background-position: center top ;
    padding: 10% auto;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
    background-color: #f2f2f2;
}
	
	/*HEADER*/
    header {
        width: 100%;
        height: 60px;
        position: fixed;
        background-color: #fff;
        z-index: 100;
        border-bottom: solid 1px #cecece;
    }
    
    header .content {
        position: relative;
    }
    
    header .logo a {
        height: 40px;
        position: absolute;
        top: 10px;
        left: 10px;
        text-decoration: none;
    }
    
  #top.share {
        position: absolute;
    }
#top.share li{
            list-style: none!important

}

    
   #top .share li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-left: 10px;
        background-size: auto;
        background-repeat: no-repeat;
        text-decoration: none;
        list-style: none!important

    }
    
    .share li a.facebook {
        background-image: url(../img/ui/share_facebook.svg);
    }
    
    .share li a.facebook {
        background-image: url(../img/ui/share_facebook.svg);
    }
    
    .share li a.twitter {
        background-image: url(../img/ui/share_twitter.svg);
    }
    
    .share li a.whatsapp {
        background-image: url(../img/ui/share_whatsapp.svg);
    }
	
    .phone {
		visibility:hidden !important;
    }
	
@media only screen and (max-width: 960px) {
	.phone {
		visibility:visible !important;
    }
}


	/* SPONSOR */
    .sponsor {
        position: relative;
        z-index: 10;
		font-family: 'Noto Sans KR', sans-serif;
    }
    
    .sponsor span {
	height: 30px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #053d76;
	background-color: #CCC;
	padding-top: 70px
    }
    
    .sponsor a {
        display: block;
        padding: 5px;
        text-align: center;
        background-color:#f9f9f9;
        height: 50px;
    }
    
		
	
	/* MAIN */
    main {
		width:100%;
		height:auto;
		display:block;
		float:left;
		background-color:#fff;

    }
	
	
			/* image */
    #intro {
		width:50%;
        height: 75vh;
        display: inline;
		float:left;
        background-image: url(../img/content/_top.jpg); 
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
	
   @media (max-width:960px) {
    #intro {
		width:100%;
        height: 50vh;
		background-repeat: no-repeat;
		background-size:70%;
        background-position: top right;
		display:block;
		float:left;
       }
        }
			/* titles */
    #top .content {
        width: 39%;
		height: 65vh;
        padding: 10vh 5% 0 5%;
        text-align:center;
		float:left;
		display:inline;
    }
   @media (max-width:960px) {
    #top .content {
		width:90%;
        height: auto;
        padding: 1vh 5% 5vh 5%;
        text-align:center;
		display:block;
		float:left;
		height:auto;
    }
        }
			/* styles */
    

    #top .content h2 {
        font-size: 0.8rem;
        color:#053d76;
		text-transform:uppercase;
        text-align:center;
        margin-bottom: 50px;
		font-weight:700;
		font-family: 'Noto Sans', sans-serif;    }
    
    #top .content h1 {
	font-size: 1.8rem;
	line-height: 2.1rem;
	color: #333;
	text-align: center;
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}

#top .content h1 span {font-size: 4rem}
		
    #top .content p {
	margin: 15px;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #053d76;
	text-align: center;
	font-weight: 300;
	font-family: 'Noto Sans KR', sans-serif;
		}	
		
    #top .content p strong{
		font-weight:700;
		}	
	
	
	/* ARTICLE */
    article {
        width: 100%;
        height: auto;
		display:block;
		float:left;
        background-color:#f9f9f9;
        z-index: 500;
		padding:0;
		margin:0;
    }
    article .content {
        width: 40%;
		padding-left:25%;
		text-align: left;
		display:inline;
		float:left;
    }
	
   @media (max-width:960px) {
    article .content {
        width: 80%;
        padding: 25px 10% 0 10%;
		display:block;
		float:left;
    }
        }
	h3 {
        font-size: 1rem;
		line-height:1.4rem;
        color:#053d76;
        text-align:justify;
		font-weight:400;
		font-family: 'Noto Sans', sans-serif; 
        margin: auto;
    }
    h4 {
        font-size: 1.8rem;
		line-height:2.5rem;
		letter-spacing: -1px;
        color:#053d76;
        margin-bottom: 10px;
		text-align:left;
        font-weight: 700;
		font-family: 'Noto Sans', sans-serif;    }
    
	h5 {
        font-size: 1.3rem;
        color:#333;
		text-transform:uppercase;
		text-align:left;
		border-left: #ffffff solid 3px;
		padding: 10px 0 0 10px;
        margin: 10px 0px 25px 0px;
		font-weight:700;
		font-family: 'Noto Sans', sans-serif;    }    
    
    p {
        font-size: 1rem;
        margin: 20px 0;
        line-height: 1.5rem;
        font-weight: 300;
		font-family: 'Noto Sans KR', sans-serif;
        text-align: justify;
		color:#333;
    }
		
	p i {
		font-style:italic;
        font-weight: 100;
    }
    
	p strong {
        font-weight: 700;
    }
	
    p a {
        color: #ccc;
        font-weight: 900;
        text-decoration: underline;
    }	
	
    blockquote {
        max-width: 600px;
        margin: 5% auto;
        padding: 60px 0 0 0;
        font-size: 1.2rem;
        line-height: 1.6rem;
		text-align:left;
        background-image: url(../img/content/coma.svg);
        background-repeat: no-repeat;
        background-position: top left;
		color:#000;
		font-weight:700;
		font-family: 'Noto Sans', sans-serif;
        position: relative;
}
		
    blockquote strong {
		font-weight:700;}
		
    blockquote i {
		font-style:italic;
		color:#999; }

    blockquote span {
        margin-top: 15px;
        font-size: 1rem!important;
        line-height: 0.9rem;
        color: #666;
		font-style:normal;
		font-weight:700;
		font-family: 'Noto Sans', sans-serif;    }
	
    blockquote span strong {
		font-weight:700;
		font-family: 'Noto Sans', sans-serif;    }
		
	.article .bvlogo{
		width:100%;
		background-color:#f9f9f9;
		text-align:center;
		}
		
		.article .bvlogo p{
		text-align:center;
		font-size:10px;
		}

		
ul.bv {
    list-style-type: none;
    list-style-type: decimal !ie; /* IE 7- hack */
    margin: 0 0 0 50px;
    padding: 15px;
	font-weight:400;
	font-family: 'Noto Sans', sans-serif;    }
 
ul.bv > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 1rem;
    line-height: 1.4;
    border-left: 2px solid #e0dfdd; /* Change border colour */
}
 
ul.bv > li:before {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: -45px;
    width: 16px;
    height: 16px;
    background: #afcde6; /* Change dot colour */
    border-radius: 100px;
}
 
@media only screen and (max-width: 960px) {
 
    ul.bv {
        margin: 0;
        padding: 15px 0;
    }
 
    ul.bv > li {
        border-left: 0;
        border-top: 2px solid #e0dfdd; /* Change border colour */
        padding-left: 0;
        padding-top: 18px;
        padding-bottom: 12px;
    }
 
    ul.bv > li:before {
        margin-top: -9px;
        position: relative;
        top: -19px;
        left: 0;
        display: block;
    }
 
}

		
    /*BANNERS*/
	
    .bannercont {
        width: 300px;
		height: 615px;
		display:block;
		float:right;
		margin-right:2%;
		margin-top:25px;
		margin-bottom:25px;
		text-align:center;
    }
    @media all and (max-width:960px) {
        .bannercont {
        width: 95%;
		height: 265px;
		padding: 0 2%;
        }
    }
	
    .banner {
        width: 300px;
		height: auto;
		margin:auto;
    }
    article .banner p {
        width: 300px;
        height: 15px;
        color: #aaa;
		background-color:#efefef;
        text-align: center;
        font-size: 10px;
		font-weight:400;
		font-family: 'Noto Sans', sans-serif;
        line-height: 15px;
        text-transform: uppercase;
        margin: 0px;
    }
    @media (min-width:960px) {
        article .banner p {
            margin: 0px !important;
        }
    }

    article .banner.phone {
        width: 300px;
		height:250px;
        display:block;
		z-index:12098d5;
		visibility:hidden;
    }

    article .banner.desktop {
        width: 300px;
		height: 600px;
		float:left;
		display:block;
		z-index:12098d5;
    }

    @media (min-width:960px) {
        .phone {
            display: none !important;
        }
    }
    @media (max-width:960px) {
        .desktop {
            display: none !important;
        }
    }
    
    /*FOOTER*/
    footer {
        width: 100%;
		height:auto;
        background-color: #fff;
        text-align: center;
        border-top: 1px dotted #ccc;
		display:block;
		float:left;
		font-family: 'Noto Sans KR', sans-serif;
		padding:0;
		margin:0;
    }
    
    footer p {
        font-size: 0.5rem;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2rem;
        margin: 10px 0;
		font-family: sans-serif;
    }
    
    footer p span{
        color: #666;
		font-family: sans-serif;
		text-align:center;
    }

    footer .suscribe {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #2098d5;
	color: #fff !important;
	background-repeat: no-repeat;
	background-position: 96%;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
	font-weight: 400;
		}
    
    footer .suscribe a {
	height: 50px;
	width: 200px;
	display: block;
	line-height: 50px;
	color: #0089cf;
	margin-top: 15px;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 1rem
    }
    
    footer .creditos {
	width: 50%;
	height: 60px;
	padding: 12px 25%;
	background-color: #444;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	letter-spacing:-1px;
	background-image: url(../img/content/gn.png);
	background-position: left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	vertical-align: central;
	text-align: center;
	letter-spacing: 1px;
	margin:0;
    }
    
    .creditos span {
        font-weight: 600;
        color: #fff;
        opacity: 0.6;
    }
	
img{
    text-align: center;
    display: inline-block
}  
    #playlist {
        width: 100%;
        background-color: #f2f2f2;
        padding: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    #playlist li {
        width: 300x;
        height: 300px;
        margin: 10px;
        list-style: none!important;
        border-radius: 3px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }	
	
h6{
    font-size: 12px;
    text-align: left;
    margin: 10px auto;
    border-top: 1px solid #2098d5;
	color:#666;
    padding-top: 10px;
    max-width: 700px;
}
#pull {
    border: 3px solid #053d76;
    padding: 10px;
    max-width: 12098d5px;
    margin: auto;
    text-align: left;
    clear: both
}	
    
h2{
    font-size: 1.2rem;
    margin: 30px auto;
    color: #2098d5;
    font-weight: 700;
}

a:link{color: #2098d5}
a:hover{text-decoration: }
a:link{color: #2098d5}

    .parallax {
        height: 70vh;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        clear: both;
    }

.playlist {width: 100%;background-color: #f5f5f5; padding: 3%; margin: 30px auto;text-align: center}
.playlist li{background-color: #053d76; padding: 4px 6px;margin: 5px;color: #fff;font-weight: 600;border-radius: 4px }
p span {font-style: oblique!important}

        @media (max-width:650px) {
            .list li {
                width: 80%;
            }
        }
        @media all and (max-width: 680px) {
            #columns,
            #page {
                -webkit-flex-flow: column;
                flex-flow: column;
            }
            .item-4 {
                order: -1;
            }
        }

    @media (max-width:500px) {

        .parallax {
            background-attachment: scroll;
            max-height: 300px;
        }
