@charset "utf-8";

#mainVis {
    position: relative;
}

#mainVis .slide > li {
    height: 970px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 0;
}

#mainVis .slide > li:nth-child(1) {
    background-image: url(../img/main/mainVis0.jpg);
}

#mainVis .slide > li:nth-child(2) {
    background-image: url(../img/main/mainVis1.jpg);
}

#mainVis .slide > li:nth-child(3) {
    background-image: url(../img/main/mainVis2.jpg);
}

#mainVis .slide > li:nth-child(4) {
    background-image: url(../img/main/mainVis3.jpg);
}

#mainVis .slide > li:nth-child(5) {
    background-image: url(../img/main/mainVis4.jpg);
}

#mainVis .slide > li > a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#mainVis .slide > li > a > div {
    position: absolute;
    left: 160px;
    top: 38%;
    margin-bottom: 125px;
}

#mainVis .slide > li > a > div > * {
    display: block;
    transform: translateY(40px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.3s;
}

#mainVis .slide > li.on > a > div > * {
    transform: translateY(0);
    opacity: 1;
}


/* slide text *******************************************************************/
#mainVis .slide > li > a > div p.visTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 100px;
    font-family: 'Bebas Neue', cursive;
}

/*#mainVis .slide > li > a > div p.visTitle > span{ display: inline-block; padding-bottom: 15px; border-bottom: 4px solid rgba(255,255,255,0.6);}*/
#mainVis .slide > li > a > div p.visCon {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
    transition-delay: 1s;
}

/* pdf 링크 사용하지 않을 땐 필요없음 */
#mainVis .slide > li > a > div p.viewMore {
    transition-delay: 1s;
}

/************************************************************************************/

/* bxslider pager custom */
#mainVis .pager {
    position: absolute;
    top: 70%;
    left: 160px;
}

#mainVis .pager li {
    float: left;
    margin: 0 3px;
    /*페이져들의 마진값*/
}

#mainVis .pager li a {
    display: block;
    width: 16px;
    /*전체영역의 너비 수정여부*/
    height: 16px;
    /*전체영역의 높이 수정여부*/
    position: relative;
}

#mainVis .pager li a .half {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

#mainVis .pager li a .half.left_wrapper {
    left: 0;
}

#mainVis .pager li a .half.right_wrapper {
    right: 0;
}

#mainVis .pager li a .half .half_circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

#mainVis .pager li a .half .half_circle.left_circle {
    left: 100%;
    transform-origin: left center;
}

#mainVis .pager li a .half .half_circle.right_circle {
    right: 100%;
    transform-origin: right center;
}

/* circle - 페이지 넘기는 속도에 맞춰서 조절**********************************************/
#mainVis .pager li a.active .half .half_circle.left_circle {
    animation: rotate 3.5s 3.5s forwards linear;
}

#mainVis .pager li a.active .half .half_circle.right_circle {
    animation: rotate 3.5s 0s forwards linear;
}

@keyframes rotate {
    to {
        transform: rotate(180deg);
    }
}

/************************************************************************************/

#mainVis .pager li a .half .half_circle .circle {
    width: 200%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    /*선두께*/
    top: 0;
}

#mainVis .pager li a .half .half_circle.left_circle .circle {
    right: 0;
}

#mainVis .pager li a .half .half_circle.right_circle .circle {
    left: 0;
}

#mainVis .pager li a:hover .half_circle {
    transform: rotate(180deg);
}

#mainVis .pager li a .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 37.5%;
    /*가운데 원너비*/
    height: 37.5%;
    /*가운데 원높이*/
    background-color: #fff;
    border-radius: 50%;
}

#mainCon {
    background-color: #f2f2f2;
    text-align: center;
}

#mainCon .epicLive {
    padding: 100px 0 100px;
}

#mainCon .title {
    font-family: 'Bebas Neue', cursive;
    font-size: 46px;
    color: #92cdea;
}

#mainCon .bgSection {
    background-color: #0076ce;
}

#mainCon .bgSection .title {
    color: #fff;
}

#mainCon .bgSection p {
    color: rgba(255, 255, 255, 0.8);
}

#mainCon .explain {
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 20px;
    color: #eee;
    margin: 45px auto;
    line-height: 1.2;
}

/*#mainCon > article > h3{ font-family: 'Bebas Neue', cursive; font-size:46px; color:#1d364c; letter-spacing:-0.5px; }*/

#mainCon article {
    padding: 100px 0 100px;
}

#mainCon h3 {
    margin-bottom: 35px;
}



/*salin Epic*********************************************************/
#mainCon .salinEpicLive {
    background-image: url(../img/main/epic_bg0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#mainCon .salinEpicLive ul {
    margin: auto;
}

#mainCon .salinEpicLive .col2-1 {
    float: left;
    position: relative;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
}

#mainCon .salinEpicLive .col2-1 .mainEpic {
    overflow: hidden;
    height: 210px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    box-sizing: border-box;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .EpicImg {
    float: left;
    width: 190px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: contain;
}

#mainCon .salinEpicLive .col2-1 .evenEpic .EpicImg {
    float: right;
}

#mainCon .salinEpicLive .col2-1 .ob {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-left: 15px solid #0076ce;
    border-top: 15px solid #0076ce;
}

#mainCon .salinEpicLive .col2-1 .evenOb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-right: 15px solid #0076ce;
    border-bottom: 15px solid #0076ce;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .EpicTxt {
    float: left;
    width: 210px;
    height: 210px;
    padding: 20px 0 20px 20px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    color: #444;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .Cap {
    font-size: 28px;
    font-weight: 700;
    color: #0076ce;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .EpicTxt .colorBlock {
    display: inline-block;
    height: 24px;
    box-sizing: border-box;
    padding: 6px 15px 0;
    margin: 8px 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    background-color: #0076ce;
    color: #fff;
    border-radius: 12px;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .EpicTxt .colorBlock.c00 {
    margin-top: 15px;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .EpicTxt .colorBlock.c01 {
    background-color: #92cdea;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .EpicTxt .colorBlock.c02 {
    background-color: #8fb5cc;
}

#mainCon .salinEpicLive .col2-1 .mainEpic .EpicTxt .colorBlock.c03 {
    background-color: #6081c4;
}

#mainCon .salinEpicLive .col2-1:nth-child(1) .mainEpic .EpicImg {
    background-image: url(../img/main/epic_img1.png);
}

#mainCon .salinEpicLive .col2-1:nth-child(2) .mainEpic .EpicImg {
    background-image: url(../img/main/epic_img2.png);
}

#mainCon .salinEpicLive .col2-1:nth-child(3) .mainEpic .EpicImg {
    background-image: url(../img/main/epic_img3.png);
}

#mainCon .salinEpicLive .col2-1:nth-child(4) .mainEpic .EpicImg {
    background-image: url(../img/main/epic_img4.png);
}



/* Main Features*********************************************************/
#mainCon .mainFeatures {
    padding: 80px 0;
    background: url(../img/main/features_bg0.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#mainCon .mainFeatures h3 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

#mainCon .mainFeatures > ul {
    margin: auto;
}

#mainCon .mainFeatures .col3-1 {
    float: left;
    position: relative;
    width: 33.3333%;
    height: 300px;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

#mainCon .mainFeatures .baseFeatures {
    width: 270px;
    height: 270px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    transition: all 0.5s;
}

#mainCon .mainFeatures > ul > li > div > .iconImg {
    width: 140px;
    height: 140px;
    margin: 35px auto 0;
    background-repeat: no-repeat;
    -webkit-background-size: cotain;
    background-size: contain;
}

#mainCon .mainFeatures > ul > li > div > h4 {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 34px;
    color: #fff;
}

#mainCon .mainFeatures .overFeatures {
    width: 270px;
    height: 270px;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Bebas Neue', cursive;
    font-size: 28px;
    z-index: 50;
    transition: all 0.5s;
    opacity: 0;
}

#mainCon .mainFeatures .overFeatures p {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 230px;
    height: auto;
    font-size: 28px;
    color: #fff;
    /*    font-family: 'Roboto', sans-serif;*/
    line-height: 1.6em;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
}

#mainCon .mainFeatures > ul > li:nth-child(1) > .baseFeatures > .iconImg {
    background-image: url("../img/main/features_w_icon1.png");
}

#mainCon .mainFeatures > ul > li:nth-child(2) > .baseFeatures > .iconImg {
    background-image: url("../img/main/features_w_icon2.png");
}

#mainCon .mainFeatures > ul > li:nth-child(3) > .baseFeatures > .iconImg {
    background-image: url("../img/main/features_w_icon3.png");
}

#mainCon .mainFeatures > ul > li:nth-child(4) > .baseFeatures > .iconImg {
    background-image: url("../img/main/features_w_icon4.png");
}

#mainCon .mainFeatures > ul > li:nth-child(5) > .baseFeatures > .iconImg {
    background-image: url("../img/main/features_w_icon5.png");
}

#mainCon .mainFeatures > ul > li:nth-child(6) > .baseFeatures > .iconImg {
    background-image: url("../img/main/features_w_icon6.png");
}

.ob {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color:
}

/*마우스 올리면 overFeatures 보이게*/
#mainCon .mainFeatures .col3-1:hover .baseFeatures {
    background-color: rgba(0, 0, 0, 0.9);
}

#mainCon .mainFeatures .col3-1:hover .baseFeatures .iconImg {
    opacity: 0.1;
}

#mainCon .mainFeatures .col3-1:hover .baseFeatures h4 {
    opacity: 0.1;
}

#mainCon .mainFeatures .col3-1:hover .overFeatures {
    opacity: 1;
}

#mainCon .mainFeatures > ul > li > ul > li > .liTri {
    display: inline-block;
}

/*example*************************************************************/
#mainCon .example {
    /*    background: url(../img/main/example_bg1.jpg) no-repeat;*/
    background-size: cover;
    background-position: center;
}

#mainCon .example .exampleMBC {
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
}

/*botVis********************************************************************/
/***************************************************************************/
#botVis {
    position: relative;
    height: auto;
}

#botVis .slide > li {
    height: 900px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#botVis .slide > li:nth-child(1) {
    background-image: url(../img/main/botVis_01.jpg);
}

#botVis .slide > li:nth-child(2) {
    background-image: url(../img/main/botVis_02.jpg);
}

#botVis .slide > li:nth-child(3) {
    background-image: url(../img/main/botVis_03.jpg);
}

#botVis .slide > li:nth-child(4) {
    background-image: url(../img/main/botVis_04.jpg);
}

#botVis .slide > li:nth-child(5) {
    background-image: url(../img/main/botVis_05.jpg);
}

#botVis .slide > li > a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#botVis .slide > li > a > div {
    position: absolute;
    left: 160px;
    top: 38%;
    margin-bottom: 125px;
}

#botVis .slide > li > a > div > * {
    display: block;
    transform: translateY(40px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.3s;
}

#botVis .slide > li.on > a > div > * {
    transform: translateY(0);
    opacity: 1;
}

/***************************************************************************/
/***************************************************************************/

/*video(youtube link)*************************************************/
#mainCon .mainVideo {
    background: url(../img/main/video_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#mainCon .mainVideo .videoThumb {
    position: relative;
    width: 600px;
    height: 338px;
    margin: auto;
    background-image: url(../img/main/video_Thumb2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

#mainCon .mainVideo .videoThumb:hover .videoOverlay {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

#mainCon .mainVideo .videoThumb .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 120px;
    background-image: url(../img/main/video_playButton.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: all 0.5s;
}

/*마우스 올리면 플레이버튼 하이라이트*/
#mainCon .mainVideo .videoThumb:hover .videoOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

#mainCon .mainVideo .videoThumb:hover .playButton {
    opacity: 1;
}

#mainCon .mainVideo .videoThumb p {
    width: 380px;
    box-sizing: border-box;
    position: absolute;
    right: -40px;
    bottom: 15px;
    font-family: 'Bebas Neue', cursive;
    font-size: 28px;
    text-align: right;
    ;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    /*    background-color: rgba(0, 118, 206, 0.7)*/
}

#mainCon .mainVideo .videoThumb p span {
    font-size: 38px;
    line-height: 1.1em;
}


/* SDK ***************/
.sdkMenu a span {
    color: #0076ce;
}

#mainVis .slide > li:first-child > a > div {
    left: 160px;
    top: 24%;
    margin-bottom: 125px;
}

#mainVis .slide > li > a > div p.viewMore {
    display: inline-block;
    padding: 20px 20px;
    border: 4px solid #fff;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}

/* grid system *********************************************************/
.col3 {
    width: 900px;
}

.col3-1 {
    width: 33.3333%;
}

.col2 {
    width: 900px;
}

.col2-1 {
    width: 50%;
}

/* media query *********************************************************/
@media all and (max-width:1200px) {
    #mainVis .slide > li {
        height: 560px;
    }

    #mainVis .slide > li > div {
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #mainVis .slide > li > div strong {
        font-size: 50px;
    }

    #mainVis .slide > li > div p {
        font-size: 15px;
    }

    #mainVis .pager {
        top: auto;
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
    }

    /*botVis********************************************************************/
    #botVis .slide > li {
        height: 680px;
    }

    /* grid system */
    .col3 {
        width: 900px;
    }

    .col2 {
        width: 900px;
    }
}

@media all and (max-width:960px) {
    #mainVis .slide > li:first-child > a > div {
        left: 50%;
    }

    /*slide text*/
    #mainVis .slide > li > a > div {
        position: absolute;
        left: 50%;
        top: 32%;
        transform: translateX(-50%);
        margin-bottom: 125px;
    }

    #mainVis .slide > li > a > div p.visTitle {
        text-align: center;
        font-size: 64px;
    }

    #mainVis .slide > li > a > div p.visCon {
        text-align: center;
        font-size: 18px;
    }

    /*pager*/
    #mainVis .pager {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translateX(-50%);
    }

    /*botVis********************************************************************/
    #botVis .slide > li {
        height: 420px;
    }

    /* grid system */
    .col3 {
        width: 600px;
    }

    #mainCon .mainFeatures .col3-1 {
        width: 50%;
    }

    .col2 {
        width: 600px;
    }

    #mainCon .salinEpicLive .col2-1 .mainEpic .EpicImg {
        float: none;
        width: 210px;
        height: 210px;
    }

    #mainCon .salinEpicLive .col2-1 .mainEpic {
        height: 450px;
    }

    #mainCon .salinEpicLive .col2-1 .mainEpic .EpicImg {
        float: none;
        width: 240px;
        height: 240px;
    }

    #mainCon .salinEpicLive .col2-1 .mainEpic .EpicTxt {
        width: 100%;
        padding: 20px;
    }

    /*video*/
    #mainCon .mainVideo .videoThumb {
        width: 460px;
        height: 259px;
    }

    #mainCon .mainVideo .videoThumb p {
        display: none;
    }
}

@media all and (max-width:640px) {

    /*slide*/
    #mainVis .slide > li > div {
        width: 90%;
    }

    #mainVis .slide > li > div strong {
        font-size: 6vh;
    }

    #mainVis .slide > li > div p {
        font-size: 2vh;
    }

    #mainVis .slide > li > div p br {
        display: none;
    }

    #mainVis .pager {
        top: auto;
    }

    /* SDK ***************/
    #mainVis .slide > li:first-child > a > div {
        top: 32%;
    }

    #mainVis .slide > li > a > div p.visCon1 {
        display: none;
    }

    /*mainCon*/
    #mainCon > strong {
        padding: 0 5%;
    }

    #mainCon > p {
        padding: 0 5%;
    }

    #mainCon .service ul li:last-child {
        border-right: 1px solid #eee;
        margin-bottom: 0;
    }

    #mainCon .service ul li img {
        margin-bottom: 30px;
    }

    /*botVis********************************************************************/
    #botVis .slide > li {
        height: 320px;
    }

    /* grid system */
    .col3 {
        width: 450px;
    }

    #mainCon .mainFeatures .col3-1 {
        height: 290px;
    }

    #mainCon .mainFeatures .col3-1 .baseFeatures {
        width: 195px;
        height: 260px;
    }

    #mainCon .mainFeatures > ul > li > div > h4 {
        font-size: 28px;
    }

    .overFeatures {
        display: none;
    }

    .col2 {
        width: 450px;
    }

    /* iphone background 문제수정 */
    #mainCon .mainFeatures {
        background-attachment: scroll;
    }

    /*마우스 올리면 overFeatures 보이게*/
    #mainCon .mainFeatures .col3-1:hover .baseFeatures {
        background-color: rgba(0, 0, 0, 0.6);
    }

    #mainCon .mainFeatures .col3-1:hover .baseFeatures .iconImg {
        opacity: 1;
    }

    #mainCon .mainFeatures .col3-1:hover .baseFeatures h4 {
        opacity: 1;
    }

    #mainCon .mainFeatures .col3-1:hover .overFeatures {
        opacity: 0;
    }

    /*video*/
    #mainCon .mainVideo .videoThumb {
        width: 460px;
        height: 259px;
    }

    #mainCon .mainVideo .videoThumb .playButton {
        width: 100px;
        height: 100px;
    }
}

@media all and (max-width:460px) {
    #mainVis .slide > li > a > div p.visTitle {
        font-size: 50px;
    }

    #mainVis .slide > li > a > div p.viewMore {
        font-size: 24px;
        padding: 10px;
        margin: 40px auto;
    }

    /*botVis********************************************************************/
    #botVis .slide > li {
        height: 210px;
    }

    /* grid system */
    .col3 {
        width: 300px;
    }

    #mainCon .mainFeatures .col3-1 {
        width: 150px;
        height: 150px;
    }

    #mainCon .mainFeatures .col3-1 .baseFeatures {
        width: 120px;
        height: 120px;
    }

    #mainCon .mainFeatures > ul > li > div > .iconImg {
        width: 70px;
        height: 70px;
        background-size: 80px;
        margin: 10px auto 0;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .col2 {
        width: 300px;
    }

    .col2-1 {
        width: 100%;
    }

    #mainCon .mainFeatures > ul > li > div > h4 {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #fff;
    }

    /*video*/
    #mainCon .mainVideo .videoThumb {
        width: 300px;
        height: 169px;
    }

    #mainCon .mainVideo .videoThumb .playButton {
        width: 80px;
        height: 80px;
    }

}
