@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Do+Hyeon&family=Hind+Vadodara:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 스크롤 offset관련
.text {
    position: fixed;
    right: 0;
    top: 0;
    font-size: 50px;
    z-index: 100;
    color: red;
}
*/

/*  Reset CSS  */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    -webkit-text-size-adjust: none;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR';
    /* 그 외 다른 폰트 사용시
font-family: 'Black Han Sans', sans-serif;
font-family: 'Do Hyeon', sans-serif;
font-family: 'Hind Vadodara', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
    */
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 1);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol,
dl {
    list-style: none;
}

img,
video {
    /*max-width:100%;*/
    border: 0;
    vertical-align: top;
}

a,
a:link {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #fff;
}

a:hover,
a:active {
    color: #fff;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

td {
    padding: 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8rem;
}

td img{
	max-width: 100%;
}
tr {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

tr:nth-of-type(even) {
    background: rgba(255, 255, 255, .1);
}

td b {
    font-size: 1rem;
}

td a {
    font-size: 1rem;
}

td i {
    font-size: .985rem;
    color: red;
    margin-left: 5px;
    cursor: pointer;
}

th {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #fff;
    border-top: 5px solid #fff;
}


input,
select {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

.blind,
legend,
hr,
caption {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -1000em;
}

i,
em,
address {
    font-style: normal;
    font-weight: normal;
}

button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

.hidden {
    display: block;
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #fff
}

p {
    line-height: 1.65rem;
    font-size: 1.1rem;
}

p > span {
    display: block;
}

#wrap {
    overflow: hidden;
}

/*헤더 영역*/
header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .25);
    /* border-bottom: 1px solid rgba(255, 255, 255, .25); */
    box-sizing: border-box;
}

.headerInner {
    position: relative;
    height: 68px;
}

.headerInner h1 {
    float: left;
    width: 130px;
    height: 50px;
    margin: 12px 0 0 15px;
}

.headerInner h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/logo.png) 0 0 no-repeat;
}

#gnb {
    float: right;
    width: 540px;
    margin-right: 15px;
}

#gnb > ul {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

#gnb > ul > li {
    width: 33.33%;
    float: left;
}

#gnb > ul > li > a {
    display: block;
    padding: 20px 15px;
    font-size: 1.15rem;
    font-weight: bold;
    position: relative;
}

#gnb > ul > li > a::after {
    position: absolute;
    left: 50%;
    bottom: 15px;
    content: "";
    width: 1px;
    height: 3px;
    opacity: 0;
    margin-left: -40px;
}

.open,
.close {
    display: none;
    position: absolute;
    top: 19px;
    right: 15px;
    text-align: center;
}

.open img,
.close img {
    width: 80%;
    height: 100%;
    opacity: .5;
}

#gnb > ul > li:hover a::after,
#gnb > ul > li:focus a::after,
#gnb > ul > li:active a::after {
    background: red;
    opacity: 1;
    width: 80px;
    transition: all .5s;
}

.on {
    background: red;
}

/*푸터 영역*/
footer {
    text-align: center;
    padding: 30px 0;
}

footer span {
    display: block;
    color: #666;
}

footer .footerInner {
    overflow: hidden;
    text-align: center;
    margin: 20px 0;
   /*  margin-left: 185px; */
}

footer .footerInner ul {
    overflow: hidden;
    width: 480px;
    margin: 0 auto;
}

footer .footerInner ul li {
    /* float: left; */
    width: 31%;
    margin: 0 auto;
    vertical-align: middle;
}

footer .footerInner ul li a {
    display: block;
    width: 100%;
    height: 100%;
}


footer .footerInner ul li a img{
    width: 100%;
    height: 100%;
}

/* 와이드 pc  */


.mainVisual {
    max-width: 100%;
    /*height: 700px;*/
    overflow: hidden;
    position: relative;
    background-color: #1d2b56;
    /*background-image: url(/images/main_background.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
   background-attachment: fixed;*/
}

.mainVisual img {
    width: 100%;
    object-fit: cover;
    margin-top: 2.6%;
}

img.sdgs_m {
    display: none;
}

/*

.mainVisual::after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,1)', GradientType=0);
}

*/
.mainVisualText {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: block;
}

/*
.mainVisualText div {
   position: absolute;
    left: 50%;
    bottom: -600px;
    margin-left: -333px;
    transform: scale(1.75);
    padding: 2%;
}
*/

.title {
    text-align: right;
    position: relative;
    transform: translate(-45%, 55%);
    right: -45%;
    top: 30%;
    width: 90%;
    height: auto;
    margin-left: 20px;
}



.date {
    text-align: left;
    position: relative;
    transform: translate(10%, 70%);
    right: 0%;
    top: 65%;
    width: 60%;
    height: auto;
    margin-left: 10px;
}

.biz_logo {
    text-align: right;
    position: relative;
    transform: translate(-53%, 320%);
    right: -45%;
    top: 93%;
    width: 100%;
    height: auto;
    margin-left: 10px;
}

.mainVisualText div > span {
    font-family: 'Hind Vadodara';
    font-size: 5rem;
    letter-spacing: -.15rem;
    line-height: 4.5rem;
    -webkit-animation: text1 20s ease;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: text1 20s ease;
    -moz-animation-iteration-count: infinite;
    -o-animation: text1 20s ease;
    -o-animation-iteration-count: infinite;
    -ms-animation: text1 20s ease;
    -ms-animation-iteration-count: infinite;
    position: relative;
    top: -1em;
}

@keyframes text1 {
    0% {
        opacity: 0;
        top: -1em;
    }

    10%,
    100% {
        top: 0;
        opacity: 1;
    }
}

.mainVisualText div > p {
    margin-top: 25px;
    text-shadow: 0 0 .5rem rgba(0, 0, 0, .35);
    -webkit-animation: text2 20s ease;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: text2 20s ease;
    -moz-animation-iteration-count: infinite;
    -o-animation: text2 20s ease;
    -o-animation-iteration-count: infinite;
    -ms-animation: text2 20s ease;
    -ms-animation-iteration-count: infinite;
    position: relative;
    bottom: -1em;
    font-size: 1rem;
}

@keyframes text2 {
    0% {
        opacity: 0;
        bottom: -1em;
    }

    5%,
    100% {
        bottom: 0;
        opacity: 1;
    }
}


.mainVisualText div > p > span {
    font-family: 'Noto Sans KR';
    font-size: 1.85rem;
    margin-bottom: 15px;
    font-weight: lighter;
    letter-spacing: -.1rem;
    background: #000;
    padding: 1.5%;
    width: auto;
}

.mvt_b_box {
    position: absolute;
    background: rgba(0, 0, 0, .65);
    bottom: 0;
    height: 200px;
    width: 100%;
}

.effect {
    background-image: linear-gradient(-60deg, rgba(0, 0, 0, .1) 50%, rgba(255, 255, 255, .05) 50%);
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 0;
    animation: effect 10s ease-in-out infinite alternate;
}

.effect2 {
    animation-direction: alternate-reverse;
    animation-duration: 6s;
}

.effect3 {
    animation-duration: 7s;
}


@keyframes effect {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}


.centerPoint {
    width: 100%;
    background: -webkit-linear-gradient(135deg, rgb(41, 42, 47) 0%, rgb(19, 21, 25) 100%);
    background: -moz-linear-gradient(135deg, rgb(41, 42, 47) 0%, rgb(19, 21, 25) 100%);
    background: linear-gradient(135deg, rgb(41, 42, 47) 0%, rgb(19, 21, 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(41, 42, 47)', endColorstr='rgb(19, 21, 25)', GradientType=0);
    text-align: center;
    padding: 30px 0;
}

/*

.centerPoint span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: .25rem;
    font-family: 'Do Hyeon';
    padding: 30px 0;
}
*/

/*200827 WatchNow 버튼 추가_유튜브 칸 라이언즈 코리아*/
.watchNow {
    display: block;
    width: 360px;
    box-sizing: border-box;
    padding: 12px;
    position: relative;
    left: 50%;
    margin-left: -180px;
    background: linear-gradient(15deg, #c50e0e 50%, #f81717 50.1%);
    font-weight: bold;
    font-size: 1.5rem;
    -webkit-animation: enter 3s ease;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: enter 3s ease;
    -moz-animation-iteration-count: infinite;
    -o-animation: enter 3s ease;
    -o-animation-iteration-count: infinite;
    -ms-animation: enter 3s ease;
    -ms-animation-iteration-count: infinite;
}

@keyframes enter {
    0% {
        box-shadow: 0 0 1em red;
    }

    10%,
    100% {
        box-shadow: 0 0 2em red;
    }
}

.watchNow span {
    display: block;
    color: #fff;
    font-weight: bold;
}

.watchNow:hover,
.watchNow.focus,
.watchNow.active {
    background: linear-gradient(15deg, #3EC1D3 50%, #64CDD8 50.1%);
    color: #fff;
    -webkit-animation: enter2 3s ease;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: enter2 3s ease;
    -moz-animation-iteration-count: infinite;
    -o-animation: enter2 3s ease;
    -o-animation-iteration-count: infinite;
    -ms-animation: enter2 3s ease;
    -ms-animation-iteration-count: infinite;
}

@keyframes enter2 {
    0% {
        box-shadow: 0 0 1em #64CDD8;
    }

    10%,
    100% {
        box-shadow: 0 0 2em #64CDD8;
    }
}

.watchNow span {
    display: block;
    color: #fff;
    font-weight: bold;
}

.watchNow:hover span,
.watchNow.focus span,
.watchNow.active span {
    color: #fff;
}

/* content 공통영역*/

.container {
    position: relative;
}

.background {
    position: absolute;
    width: 100%;
    height: 510px;
    top: 1800px;
    background-image: url(/images/sdgs_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: .2;
}

.background::after {
    content: "";
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,1)', GradientType=0);
}

.background::before {
    content: "";
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,1)', GradientType=0);
}

.content {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.content section {}

.cons > div > div:nth-of-type(1),
.outline > div:nth-of-type(1) {
    padding-top: 80px;
}

.cons > div > div:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, .15);
    left: 50%;
    margin-top: -100px;
}

.outline::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, .15);
    left: 50%;
    margin-top: -20px;
}

.cons > div > div:nth-of-type(1) p,
.outline > div:nth-of-type(1) p {
    margin-bottom: 50px;
    color: rgba(255, 255, 255, .35);
    font-family: 'Hind Vadodara';
    text-align: center;
    text-transform: uppercase;
}

.cons > div > div:nth-of-type(1) p span,
.outline > div:nth-of-type(1) p span {
    font-size: 2.2rem;
    font-weight: bolder;
    color: #fff;
    letter-spacing: -.05rem;
    padding: 10px 0;
    font-family: 'Noto Sans KR';
    ;
}


.cons > div > div:nth-of-type(1) .circle,
.outline > div:nth-of-type(1) .circle {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -90px;
    margin-top: 10px;
}

.cons > div > div:nth-of-type(1) .circle::before,
.outline > div:nth-of-type(1) .circle::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 4px;
}

.cons > div > div:nth-of-type(1) .circle::after,
.outline > div:nth-of-type(1) .circle::after {
    content: "";
    border: 3px solid red;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 0;
    top: 16px;
    -webkit-animation: pulse 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulse 1.5s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: pulse 1.5s ease-out;
    -o-animation-iteration-count: infinite;
    -ms-animation: pulse 1.5s ease-out;
    -ms-animation-iteration-count: infinite;
    opacity: 0;
}


@keyframes pulse {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@-o-keyframes pulse {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@-ms-keyframes pulse {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.topMove {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 8888;
    opacity: .85;
    -ms-background: rgba(255, 255, 255, .6)
}


.cons > div::before,
.outline > div:nth-of-type(1)::before {
    content: "";
    background: url(/images/light.jpg) 0 0 no-repeat;
    width: 1280px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 0px;
    opacity: .4;
    -webkit-animation: opacity 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: opacity 4s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: opacity 4s ease-out;
    -o-animation-iteration-count: infinite;
    -ms-animation: opacity 4s ease-out;
    -ms-animation-iteration-count: infinite;
}

@keyframes opacity {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.2
    }

    50% {
        opacity: .4
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.2
    }
}

.con1 > div,
.cons > div {
    width: 90%;
    margin: 0 auto;
    padding: 80px 5%;
    overflow: hidden;
    position: relative;
}

/*content1_행사개요*/
.con1 {
    height: auto !important;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.outline > .intro {
    margin: 0 auto 40px auto;
}

.outline > .intro p {
    line-height: 1.75rem;
}

.con1 > div.aboutSdgs > div {
    float: left;
    width: 33.33%;
}

.con1 > div.aboutSdgs > div:nth-of-type(1) {
    position: relative;
}


.con1 > div.aboutSdgs > div:nth-of-type(1) p {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.con1 > div.aboutSdgs > div:nth-of-type(1) p span {
    font-size: 1.65rem;
    font-weight: bold;
    letter-spacing: .25rem;
    padding-top: 8px;
}

.con1 > div.aboutSdgs > div:nth-of-type(1) > span {
    font-size: 6.5rem;
    font-weight: bold;
    letter-spacing: .25rem;
    text-shadow: 0 0 1vw #c50e0e;
    color: #f81717;
    animation: neon 3s ease infinite;
    -moz-animation: neon 3s ease infinite;
    -webkit-animation: neon 3s ease infinite;
}

@keyframes neon {

    0%,
    100% {
        text-shadow: 0 0 1.5vw #f81717;
        color: #f81717;
    }

    50% {
        text-shadow: 0 0 .5vw red;
        color: #c50e0e;
    }
}

.con1 > div.aboutSdgs > div:nth-of-type(1) > div {
    width: 80%;
}

.con1 > div.aboutSdgs > div:nth-of-type(1) > div > img {
    width: 100%;
}


.con1 > div.aboutSdgs > div:nth-of-type(2) {
    width: 66.66%;
    float: right;
    position: relative;
    margin-top: 130px;
}

.con1 > div.aboutSdgs > div:nth-of-type(2)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    position: absolute;
    left: -15px;
    top: 0;
}

.con1 > div.aboutSdgs > div:nth-of-type(2) p {
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: justify;
}

/*content2_연사*/
.con2 {
    height: auto !important;
}

.item {}

.item p{
	word-break:keep-all;
}

.item > div > div {
    overflow: hidden;
}

.item > div > div:nth-of-type(1) {
    margin-bottom: 8px;
}

.item > div > div:nth-of-type(2) p:nth-of-type(1) {
    font-weight: bolder;
    font-size: 1.3rem;
}

.item > div > div:nth-of-type(2) p:nth-of-type(2) {
    font-size: .825rem;
}

.item > div > div:nth-of-type(2) span {
    display: block;
    background: linear-gradient(15deg, rgb(41, 42, 47) 50%, rgb(19, 21, 25) 50.1%);
    width: 100%;
    font-family: 'Hind Vadodara';
    padding: 4px;
    margin: 8px 0;
    font-weight: bold
}

.item:hover > div > div > img,
.item:focus > div > div > img,
.item:active > div > div > img {
    transition: all .2s ease;
    border: 5px solid red;
}

/*
.item:hover > div > div:nth-of-type(1),
.item:focus > div > div:nth-of-type(1),
.item:active > div > div:nth-of-type(1) {

}

.owl-stage:hover > .owl-item:not(:hover),
.owl-stage:focus > .owl-item:not(:focus),
.owl-stage:active > .owl-item:not(:active) {
    opacity: .8;
    transition: all 1.2s ease;
}

*/
.owlslide {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
    font-size: 7rem;
    position: absolute;
    top: 38px;
    width: 100%;
    opacity: .85;
    outline: none;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -60px;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.owl-dot {
    display: none !important;
}


.owl-carousel .owl-item img {
    border-radius: 100% !important;
    border: 5px solid rgb(41, 42, 47);
    box-sizing: border-box;
}

.owl-theme.fk-2nd .item{padding:20px;}

/*content3_프로그램*/
.con3 {
    height: auto !important;
}

.up-2022{
    width: 100%;
}
.up-2022 p {
	font-size: 1.7rem;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
    color: #fff;
    transition: all .35s ease;
    background: red;
    border-top: 5px solid;
}




.tTable,
.oTable {
    width: 100%;
    margin: 0 auto;
}

table.oTable th:nth-child(1){
    width:25%;
}

table.oTable td span {
    font-weight: 100;
    font-size: 0.9rem;
}
table.program-table td:nth-child(2) {
    font-weight: 100;
}

table.oTable td .text-b {
    font-size: 1.1rem;
    font-weight: 400;
}

table.oTable tr {
    word-break: keep-all;
}
.tab {
    width: 100%;
}

.tab ul {
    overflow: hidden;
}

.tab ul li {
    float: left;
    width: 33.33%;
}

.tab ul li a {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    border-top: 5px solid #fff;
}

.tab ul li #tab1 {
    background: #f00;
}


.tab #day1 {}

.tab #day2 {
    display: none
}

.tab #day3 {
    display: none
}

.table {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
    background: rgba(255, 255, 255, .1);
}

.row_focus {
    text-shadow: 0 0 1rem red;
}

.row:nth-of-type(odd) {
    background: #111;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.row.header {
    font-weight: 900;
    color: #fff;
    font-size: 1.2rem;
}

.cell {
    padding: 12px 10px;
    display: table-cell;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.cell:first-child {
    width: 12%;
    min-width: 100px;
}

.cell:nth-child(2) {
    width: auto;
}

.cell:nth-child(3) {
    width: 15%;
    min-width: 80px;
}

.cell:last-child {
    width: 32%;
    min-width: 130px;
}

.cell_small {
    font-size: .915em;
}

.cell_small2 {
    min-width: 50px;
    font-size: .925rem;
}

/*end*/


/*content4_관련 기사*/

.con4 > div {
    width: 90%;
    margin: 0 auto;
    padding: 80px 5% 0 5%;
    overflow: hidden;
    position: relative;
}

.rNews {
    width: 90%;
    margin: 80px auto 0;
}

.viewMore {
    display: block;
    width: 180px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -100px;
    padding: 10px;
    color: rgba(255, 255, 255, .25) !important;
}

.viewMore:hover,
.viewMore:active,
.viewMore:focus {
    color: #fff !important;
    transform: scale(1.05);
    transition: all 1s ease;
    opacity: 1;
}

.viewMore span {
    display: inline-block;
    position: absolute;
    right: 7%;
    top: 17px;
}

.viewMore span img {
    width: 80%;
    opacity: .3;
}

.viewMore:hover span img,
.viewMore:active span img,
.viewMore:focus span img {
    opacity: 1;
    transition: all 1s ease;
}

.rNews .news {
    width: 100%;
    margin-bottom: 20px;
}

.rNews .news > div {
    margin-bottom: 10px;
}

.rNews .news .mainNews {
    position: relative;
}

.rNews .news .mainNews div {
    width: 100%;
}

.rNews .news .mainNews div:nth-of-type(1) {
    overflow: hidden;
    min-width: 100%;
    max-height: 500px;
}

.rNews .news .mainNews div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 40%;
}

.rNews .news .mainNews div:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 150px 0 15px 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,1)', GradientType=0);

}

.rNews .news .mainNews div p {}

.rNews .news .mainNews div p span {
    font-size: 1.85rem;
    font-weight: bold;
    padding-top: 8px;
}

.rNews .news .mainNews > span {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
}


.rNews .news .mainNews > span > a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 2px 8px;
    font-size: .8rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4);
}

.rNews .news .mainNews:hover > span > a,
.rNews .news .mainNews:active > span > a,
.rNews .news .mainNews:focus > span > a {
    background: linear-gradient(45deg, rgb(41, 42, 47) 85%, rgb(19, 21, 25) 15.1%);
    transition: all 1s ease;
}

.bizLogo {
    display: block;
    width: 120px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.rNews .news .subNews {
    overflow: hidden;
}

.rNews .news .subNews div {
    float: left;
    width: 24%;
    margin: .5%;
    box-sizing: border-box;
    position: relative;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: none;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
}

.rNews .news .subNews div:hover,
.rNews .news .subNews div:active,
.rNews .news .subNews div:focus {
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}

.rNews .news .subNews div:hover a p span,
.rNews .news .subNews div:active a p span,
.rNews .news .subNews div:focus a p span {
    opacity: 1;
    transition: all 1s ease;
}

.rNews .news .subNews div:hover a p span img,
.rNews .news .subNews div:active a p span img,
.rNews .news .subNews div:focus a p span img {
    opacity: 1;
    transform: rotate(360deg);
    transition: all 1s ease;
}

.rNews .news .subNews div a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.rNews .news .subNews div a p {
    letter-spacing: -.5px;
    width: 90%;
    margin: 10px auto;
}

.rNews .news .subNews div a p span {
    display: block;
    text-align: right;
    padding-top: 3px;
    overflow: hidden;
}

.rNews .news .subNews div a p span img {
    opacity: .3;
}

/*포토갤러리*/

.fancyBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
}

.fancyBox li {
    float: left;
    width: 30.33%;
    margin: 15px 1.5%;
    overflow: hidden;
}

.fancyBox li a {
    border: 1px solid rgba(255, 255, 255, .25);
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.fancyBox li a img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 40%;
}

.fancyBox li a:hover img,
.fancyBox li a:active img,
.fancyBox li a:focus img {
    transform: scale(1.05);
    transition: all 1s;
}


.fancybox-skin {
    background: none !important;
}

/*비디오*/

.rNews .video {
    margin-top: 25px;
}

.rNews .video div {}

.clip {
    overflow: hidden
}


.clip_part {
    float: left;
    margin: 1% 0
}

.clip_part:nth-of-type(1) {
    width: 33.33%
}

.clip_part:nth-of-type(2) {
    width: 33.33%
}

.clip_part:nth-of-type(3) {
    width: 33.33%
}


.clip_part .contentArea {
    position: relative;
    width: 96%;
    margin: 0 auto;
}

.imgPart {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .25);
}


.clip_part .contentArea .imgPart .popup-youtube {
    overflow: hidden;
    display: block;
}


.clip_part .contentArea .imgPart .popup-youtube > img {
    width: 100%;
}


.clip_part .contentArea p {
    color: #fff;
    text-align: justify;
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
    background: linear-gradient(45deg, rgb(41, 42, 47) 85%, rgb(19, 21, 25) 15.1%);
}

.clip_part .playBnt {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -15px 0 0 -30px;
}

.clip:hover .clip_part:not(:hover) .imgPart .playBnt img {
    filter: grayscale(1);
    transition: all 1s ease;
    -ms-opacity: .6;
}

.clip_part .playBnt img {
    width: 100%;
    height: 100%;
    opacity: .8;
}

.clip_part .imgPart:hover img {
    transform: scale(1.1);
    transition: transform .4s;
}


/* 와이드 pc */
@media screen and (max-width:1440px) {
    #wrap {
        width: auto;
        margin: 0;
    }

    #gnb {
        float: right;
        width: 460px;
    }

/*
    .mainVisualText div {
        transform: scale(1.65);
        margin-left: -307px;
        transition: all 1s ease;
    }*/

    .mainVisual {
        /*height: 600px;*/
   }
   .mainVisual img {
        margin-top: 4.6%;
    }

    .title{
	    text-align: right;
        position: relative;
        transform: translate(-50%, 40%);
        right: -45%;
        top: 30%;
        width: 100%;
        height: auto;
        margin-left: 10px;
}

    .title>img{
        width: 90%;
        transform: translate(-24px, 20px);
    }

    .date>img {
        width: 75%;
        transform: translate(-30px, 60px);
    }


    .mainVisualText div > span {
        font-size: 4.85rem;
        line-height: 4rem;
    }

    .mainVisualText div > p {
        font-size: 0.95rem;
    }

    .mainVisualText div > p > span {
        font-size: 1.685rem;
        font-weight: lighter;
        letter-spacing: -.1rem;
        margin-bottom: 5px;
    }

    /*포토갤러리*/

    .fancyBox li {
        width: 48%;
        margin: 15px 1%;
    }
}

/* 일반 pc */
@media screen and (max-width:1280px) {

/*
    .mainVisualText div {
        transform: scale(1.5);
        margin-left: -306px;
    }
    */

  .mainVisual {
        /*height: 500px;*/
   }

   .title>img {
    transform: translate(5px, 40px);
    }

   .date>img {
       width: 70%;
       transform: translate(-30px, 10px);
   }

   .biz_logo>img {
      width: 15%;
      transform: translate(0px, -30px);
   }

    .mainVisualText div > span {
        font-size: 4.5rem;
        line-height: 3.85rem;
    }

    .mainVisualText div > p {
        font-size: .9rem;
    }

    .mainVisualText div p > span {
        font-size: 1.585rem;
        margin-bottom: 10px;
    }

    .con1 > div.aboutSdgs > div:nth-of-type(1) p {
        font-size: 1.15rem;
    }

    .con1 > div.aboutSdgs > div:nth-of-type(1) p span {
        font-size: 1.5rem
    }

    .con1 > div.aboutSdgs > div:nth-of-type(1) > span {
        font-size: 6rem;
    }

    .con1 > div.aboutSdgs > div:nth-of-type(2) p {
        font-size: .95rem;
    }

    .item > div > div:nth-of-type(2) p:nth-of-type(1) {
        font-size: 1.05rem;
    }

    .item > div > div:nth-of-type(2) span {
        font-size: .95rem;
    }

    .item > div > div:nth-of-type(2) p:nth-of-type(2) {
        font-size: .825rem;
    }

    th {
        font-size: 1.15rem;
    }

    .rNews {
        width: 96%;
    }

}


/* 테블릿 */
@media screen and (max-width:1024px) {

/*
    .mainVisualText div {
        transform: scale(1.25);
        margin-left: -283px;
    }
    */

    .mainVisual {
      /*  height: 450px;*/
   }

   .mainVisual img {
        display: none;
    }

   .mainVisual .sdgs_m {
        display: block;
        object-fit: cover;
        width: 100%;
        margin-top: 7%;
    }

    .mainVisualText div > span {
        font-size: 4.25rem;
        line-height: 3.85rem;
    }

    .mainVisualText div > p {
        font-size: .9rem;
    }

    .mainVisualText div > p > span {
        font-size: 1.5rem;
        margin-bottom: 8px;
        padding: 6px 12px;
    }

    /*
    .centerPoint span {
        font-size: 1.8rem;
    }
*/
    .con1 > div.aboutSdgs > div {
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .con1 > div.aboutSdgs > div:nth-of-type(1) > span {
        font-size: 4rem;
    }

    .con1 > div.aboutSdgs > div:nth-of-type(2) {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    .con1 > div.aboutSdgs > div:nth-of-type(2)::before {
        display: none;
    }

    .item > div > div:nth-of-type(2) p:nth-of-type(1) {
        font-size: 1.15rem;
    }

    .item > div > div:nth-of-type(2) span {
        font-size: .925rem;
    }

    table {
        font-size: .925rem;
    }

    th {
        font-size: 1.05rem;
        padding: 15px;
    }

    td {
        padding: 12px;
        font-size: .95rem;
        line-height: 1.75rem;
    }

    .tab ul li a {
        font-size: 1.1rem;
    }

    .row .cell {
        font-size: .95rem;
    }

    .clip_part .contentArea p {
        font-size: .76rem;
    }

    .clip_part:nth-of-type(1) {
        width: 33.33%
    }

    .clip_part:nth-of-type(2) {
        width: 33.33%
    }

    .clip_part:nth-of-type(3) {
        width: 33.33%
    }

    .rNews .news .mainNews > span {
        max-width: 100px;
    }

    .rNews .news .mainNews > span > a {
        padding: 2px 4px;
        font-size: .75rem;
    }

    .rNews .news .mainNews > span {
        right: 10px;
        top: 10px;
    }

    .bizLogo {
        left: 10px;
        top: 10px;
    }

    .bizLogo img {
        width: 80%;
    }

    .rNews .news .subNews div {
        float: none;
        width: 100%;
        height: auto;
        margin: 4px auto;
        padding: 8px;
    }

    .rNews .news .subNews div a p {
        width: 95%;
        font-size: .95rem;
        margin: 10px auto 10px 35px;
    }

    .rNews .news .subNews div a p span {
        position: absolute;
        top: 50%;
        left: 8px;
        margin-top: -12px;
    }

    /*푸터 영역*/
    footer {
        padding: 25px 0;
    }


    footer .footerInner {
        margin: 20px 0;
        /* margin-left: 156px; */
    }

    footer .footerInner ul {
        width: 400px;
    }

}


/* 소형 테블릿 */
@media screen and (max-width:768px) {

/*
    .mainVisualText div {
        transform: scale(1.2);
        left: 50%;
        padding: 30px;
        margin-left: -274px;
        text-align: center;
    }
*/

    .mainVisual {
       /*height: 400px;*/
   }

   .title {
       transform: translate(-395px, 65px);
   }

   .date {
       transform: translate(40px, 150px);
   }

   .biz_logo {
       transform: translate(-400px, 190px);
   }

    .mainVisualText div > span {
        font-size: 3.75rem;
        line-height: 3.25rem;
    }

    .mainVisualText div > p {
        font-size: .85rem;
    }

    .mainVisualText div > p > span {
        font-size: 1.2rem;
        margin: 0 auto 8px auto;
        width: 440px;
        padding: 6px 12px;
    }

    /*
    .centerPoint span {
        font-size: 1.5rem;
    }
*/
    .con1 > div.aboutSdgs > div:nth-of-type(2) p {}

    .con1 > div, .cons > div{
        padding: 40px 5%;
    }

    .item > div > div:nth-of-type(2) p:nth-of-type(2) {
        font-size: .85rem
    }

    .owl-theme .owl-nav {
        font-size: 5rem;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -40px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -40px;
    }

    .owl-theme.fk-2nd .item{padding:0px;}

    td {
        font-size: .85rem;
        line-height: 1.65rem;
    }

    td b {
        font-size: 0.85rem;
    }
    td img {
    width: 100%;
    }

    .up-2022 p {
    font-size: 1.3rem;
    }

    .clip_part {
        float: none;
    }

    .clip_part:nth-of-type(1) {
        width: auto;
    }

    .clip_part:nth-of-type(2) {
        width: auto;
    }

    .clip_part:nth-of-type(3) {
        width: auto;
    }

    .clip_part .contentArea p {
        font-size: .95rem;
    }

    .rNews .news .mainNews div:nth-of-type(2) {
        position: static;
        padding: 12px 0 3px 0;
    }

    /*
    .rNews .news .mainNews div p {
        font-size: .925rem;
        border-left: 4px solid red;
        box-sizing: border-box;
        padding-left: 8px;
    }
*/
    .rNews .news .mainNews div p span {
        font-size: 1.2rem;
        padding-top: 0;
    }

    .rNews .news .subNews div {
        padding: 4px;
    }

    .rNews .news .subNews div a p {
        width: 92%;
    }

}


/* 모바일 */
@media screen and (max-width:640px) {

    #gnb {
        position: absolute;
        top: 68px;
        right: -100%;
        opacity: 1;
        width: 100%;
        margin-right: 0;
    }


    #gnb > ul {
        background: rgba(0, 0, 0, .85);
    }

    #gnb > ul > li {
        width: 86%;
        margin: 0 auto;
        float: none;
    }

    .open {
        display: block;
    }

    .topMove {
        bottom: 40px;
    }

    .mainVisual {
        height: 240px;
    }
    .mainVisual .sdgs_m {
        margin-top: 10%;
    }

    .mainVisualText {}


/*
    .mainVisualText div {
        transform: none;
        left: 50%;
        padding: 0;
        margin-left: -220px;
        max-width: 440px;
        text-align: center;
        bottom: -450px;
    }

    */

     .mainVisual {
       /*height: 350px;*/
    }

    .title {
      transform: translate(-300px, 80px);
    }

    .date {
      width: 70%;
      transform: translate(30px, 140px);
    }

   .biz_logo {
       transform: translate(-350px, 150px);
    }

    .mainVisualText div > span {
        font-size: 3.45rem;
        line-height: 3rem;
        letter-spacing: -2px;
    }


    .mainVisualText div p > span {
        width: auto;
    }

    .con1 > div.aboutSdgs > div:nth-of-type(2) {
        width: 100%;

    }

    /*
    .centerPoint span {
        font-size: 1.3rem;
    }
*/
    .tTable,
    .oTable {
        max-width: 100%;
    }

    .owl-theme .owl-nav {
        font-size: 7rem;
        top: 100px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -30px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -30px;
    }

    .clip_part .contentArea {
        width: auto;
    }

    .rNews .news .subNews div a p {
        width: 90%;
        font-size: .925rem;
    }

    .bizLogo img {
        width: 60%;
    }

    /*프로그램CSS*/

    .table {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .row {
        padding: 14px 0 7px;
        display: block;
        background: none;
    }

    .row_focus {
        text-shadow: none;
    }


    .row:first-child {
        border-bottom: none;
    }

    .row:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .row.header {
        padding: 0;
        height: 6px;
    }

    .row.header .cell {
        display: none;
    }

    .row .cell {
        font-size: .925rem;
        margin-bottom: 10px;
        width: 100%;
        min-width: 100%;
    }

    .row .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 13px;
        line-height: 13px;
        font-weight: lighter;
        color: #969696;
        display: block;
    }

    .cell {
        padding: 2px 16px;
        display: block;
        border-bottom: none;
    }

    .cell:last-child {
        width: 100%;
        min-width: auto;
    }

    /*200827 WatchNow 버튼 추가_유튜브 칸 라이언즈 코리아*/
    .watchNow {
        width: 90%;
        padding: 12px;
        margin-left: -45%;
        font-size: 1.15rem;
    }

    footer .footerInner ul {
        width: 300px;
    }


}

/* 최소 사이즈 처리! 안건듦 */
@media screen and (max-width:480px) {
    #wrap {
        min-width: 320px;
    }

/*
    .mainVisualText div {
        max-width: 320px;
        margin-left: -160px;
        bottom: -400px;

    }*/

    .mainVisual {
      height: 250px;
    }

     .mainVisual .sdgs_m {
        margin-top: 16%;
    }


    .title {
    transform: translate(-230px, 60px);
    }

    .date {
    width: 70%;
    transform: translate(30px, 160px);
    }

    .biz_logo {
    transform: translate(-230px, 180px);
    }



    .mainVisualText div > span {
        font-size: 2.6rem;
        line-height: 2.5rem;
    }

    .mainVisualText div > p {}

    .mainVisualText div > p > span {
        font-size: 1.35rem;
        padding: 4px;
    }

    .owl-theme.fk-2nd .item{padding:20px;}

    /*
    .centerPoint span {
        font-size: .8rem;
        padding: 4px;
    }
*/
    td {
        /* font-size: .75rem; */
        line-height: 1.6rem;
    }

    .owl-theme .owl-nav {
        top: 60px;
    }

    .clip_part .playBnt {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    .rNews .news .subNews div a p {
        width: 87%;
        margin: 4px auto 4px 35px
    }


     footer .footerInner {
        margin: 20px 0;
        /* margin-left: 105px; */
    }


}
@media screen and (max-width: 380px){
    .mainVisual .sdgs_m {
        margin-top: 18%;
    }
    .mainVisual {
        height: 230px;
    }
}
