@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=97b9b005-6c61-42c8-981c-70header .headerSection .a026b4c06729d");*/

@font-face {
    font-family: "PIN-MediumDot";
    src:
            url("../Fonts/PIN-MediumDot.eot") format("eot"),
            url("../Fonts/PIN-MediumDot.woff") format("woff"),
            url("../Fonts/PIN-MediumDot.woff2") format("woff2"),
            url("../Fonts/PIN-MediumDot.ttf") format("truetype"),
            url("../Fonts/PIN-MediumDot.svg") format("svg");
}
@font-face {
    font-family: "PIN-MediumSolid";
    src:
            url("../Fonts/PIN-MediumSolid.eot") format("eot"),
            url("../Fonts/PIN-MediumSolid.woff") format("woff"),
            url("../Fonts/PIN-MediumSolid.woff2") format("woff2"),
            url("../Fonts/PIN-MediumSolid.ttf") format("truetype"),
            url("../Fonts/PIN-MediumSolid.svg") format("svg");
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /*font-family: 'Noto Sans KR', sans-serif;*/
    /*font-family: Arial, sans-serif;*/
}
body {
    font-family: "PIN-MediumDot", sans-serif;
    -webkit-text-stroke: 1.5px #000;
    letter-spacing: 2px;
}

html{
    -webkit-text-size-adjust: none;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0 }
body, input, textarea, select, button, table { margin: 0; padding: 0; font-size: 20px; line-height: 20px;}
input:focus, select:focus, textarea:focus{
    outline: none;
}
/**::selection { color: black; background-color: white; }*/
.krText{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    -webkit-text-stroke: 0 #000;
    font-size: 13px;
}
.krText.b {
    font-weight: 400;
}
kr {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 19px;
    -webkit-text-stroke: 0 #000;
    letter-spacing: -0.2px;
}
.vidListItem kr {
    /*font-size: 18px;*/
    /*font-weight: 400;*/
}
.enText{
    font-family: 'PIN-MediumSolid', sans-serif;
    -webkit-text-stroke: 0 #000;
    letter-spacing: 0;
}
.lightText {
    -webkit-text-stroke: 0.5px #000;
}
.onText {
    color: #44D62C;
    -webkit-text-stroke: 1px #44D62C;
}
.descriptionText{
    font-size: 14px;
    -webkit-text-stroke: 1px #000;
    letter-spacing: 1px;
}

a {text-decoration: none;color: inherit; cursor: pointer;}
a.selected {color: #44D62C;}
li {list-style: none;}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    /*font-family:'Univers LT W01_53 Extended';*/
    /*font-size: 12px;*/
}

body.about {
    background-color: black;
    color: white;
    -webkit-text-stroke: 1px white;
    /*overflow-x: hidden;*/
}
body.about .lightText {
    -webkit-text-stroke: 0.5px white;
}
body.about .descriptionText{
    -webkit-text-stroke: 1px white;
}
body.about .clientText {
    line-height: 24px;
    -webkit-text-stroke: 0.5px white;
}

header .headerSection {
    padding: 20px 20px 0 20px;
    position: relative;
}
header .headerSection ul {
    /*font-size: 50px;*/
    /*line-height: 48px;*/
    position: relative;
    overflow: hidden;
    /*-webkit-text-stroke: 4px #000;*/
}
header .headerSection ul li {
    float: left;
    margin-right: 32px;
}
header .headerSection ul li a.active{
    color: #44D62C;
    -webkit-text-stroke: 1.5px #44D62C;
}
header .headerSection ul li a:hover{
    color: #44D62C;
    -webkit-text-stroke: 1.5px #44D62C;
}
header .headerSection .instBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

header .headerSection .instBtn a:hover {
    color: #44D62C;
    -webkit-text-stroke: 1.5px #44D62C;
}

section {
    margin-top: 46px;
    padding: 0 20px;
    position: relative;
}
section .newVidSection{
    /*position: absolute;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 26px;
    height: calc(100vh - 170px);
    /*pointer-events: none;*/
}
section .newVidSection .vid{
    position: relative;
    /*width: calc(100% - 200px);*/
    width: 100%;
    height: 100%;
    /*margin: 0 auto;*/
    /*background-color: #333333;*/
}
section .newVidSection .vid .vidBk{
    /*position: absolute;*/
    width: 100%;
    /*top: 0;*/
    /*padding-bottom: 56.5%;*/
    background-color: #333333;
}
section .newVidSection .arrow {
    /*font-size: 20px;*/
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 100px;
    text-align: center;
    line-height: 100px;

    display: none;
}
section .newVidSection .leftArrow{
    left: -6px;
}
section .newVidSection .rightArrow{
    right: -6px;
}

section .vidContent {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    /*margin-top: -38px;*/
    padding-bottom: 50px;
}
section .vidContent > div {
    float: left;
}
section .vidContent .vidTitle{
    width: 32%;

}
section .vidContent .vidCom{
    width: 58%;
    height: 20px;
}
section .vidContent .paging{
    position: absolute;
    top: 20px;
    right: 0;
}
section .vidContent .paging .arrow{
    cursor: pointer;
}
section .arrow.noneClick{
    pointer-events: none;
    opacity: 0.2;
}
section .paging .arrow:hover {
    color: #44D62C;
    -webkit-text-stroke: 1.5px #44D62C;
}
section .pagingContent {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
section .pagingContent .paging{
    /*float: right;*/
    text-align: center;
}
section .pagingContent .paging .arrow{
    cursor: pointer;
}

section .vidInfo{
    position: relative;
    overflow: hidden;
    /*padding-top: 60px;*/
    /*padding-bottom: 78px;*/
}
section .vidInfo > div{
    float: left;
}
section .vidInfo > .section01{
    width: 32%;
}
section .vidInfo > .section02{
    width: 58%;
    position: relative;
    overflow: hidden;
}
section .vidInfo > .section02.type2{
    width: 53%;
}
section .vidInfo > .section02.clientText {
    /*margin-bottom: 80px;*/
}
section .vidInfo > .section02 > div{
    float: left;
    width: 33.33333%;
}

section .middleTitleContainer {
    /*text-align: center;*/
    padding-bottom: 20px;
    padding-top: 100px;
}
section .vidListSection{
    /*padding: 0 0 20px 0;*/
    position: relative;
    overflow: hidden;
    color: #44D62C;
    -webkit-text-stroke: 1px #44D62C;
}
section .vidListSection.forMain{
    color: black;
    font-size: 20px;
}
section .vidListSection .vidListItem {
    float: left;
    position: relative;
    background-size: cover;
    width: calc(33.33333% - 13.5px);
    padding-bottom: 18.5%;
    background-color: #333333;
    margin-right: 20px;
    margin-top: 20px;
    /*cursor: pointer;*/
}
section .vidListSection .vidListItem > a {
    position: absolute;
    left: 0; right: 0;
    width: 100%;
    height: 100%;
}
section .vidListSection .vidListItem .vidTitle{
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    display: none;
}
section .vidListSection .vidListItem .bk{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; right: 0;
    background-color: #44D62C;
    display: none;
}
section .vidListSection .vidListItem:hover .vidTitle{
    display: inherit;
}
section .vidListSection .vidListItem:hover .bk{
    display: inherit;
}
section .vidListSection .vidListItem:nth-child(3n){
    margin-right: 0;
}
section .vidListSection .vidListItem:nth-child(-n+3){
    margin-top: 0;
}

section .movingTextSection{
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow: hidden;
    font-size: 50px;
    line-height: 48px;
    height: 56px;
    color: #44D62C;
    -webkit-text-stroke: 4px #44D62C;
    padding: 40px 0;

    position: relative;
}
section .movingTextSection .movingText {
    position: absolute;
    left: 0;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-name: slidein;
    animation-iteration-count: infinite;
}
section .movingTextSection .movingText.s01 {
    width: 2284px;
}
section .movingTextSection .movingText.s02 {
    width: 3041px;
}
section .movingTextSection .movingText.s03 {
    width: 3035px;
}
@keyframes slidein {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-25%, 0);
    }
}

footer {
    padding: 60px 20px 20px 20px;
}