@charset "utf-8";

.pc-menu,
.m-menu {background: transparent;}

.pc-menu .header-logo a,
.m-menu .header-logo a {
    background: url(/img/custom/logo_main.svg) no-repeat center;
    background-size: cover;
}
.pc-menu .nav-top .menu-a,
.pc-menu .right-wrap #language .language-btn b,
.m-menu .right-wrap #mLanguage .language-btn b {color: #fff;}
.pc-menu .right-wrap #language .language-btn .global-ico,
.m-menu .right-wrap #mLanguage .language-btn .global-ico {background-image: url(/img/custom/global_white.svg);}
.pc-menu .right-wrap #language .language-btn .arr-ico,
.m-menu .right-wrap #mLanguage .language-btn .arr-ico {background-image: url(/img/custom/arr_select_white.svg);}

.pc-menu .right-wrap .login-btn a {color: #fff;}

.m-menu .right-wrap .menu-btn a {
    background: url(/img/custom/m_menu_white.svg) no-repeat center;
    background-size: cover;
}

.nav-fixed .pc-menu,
.nav-fixed .m-menu {
    border-bottom: 1px solid #eee;
    background: #fff;
}
.nav-fixed .pc-menu .header-logo a ,
.nav-fixed .m-menu .header-logo a {
    background: url(/img/custom/logo.svg) no-repeat center;
    background-size: cover;
}
.nav-fixed .pc-menu .nav-top .menu-a {color: #333;}
.nav-fixed .right-wrap .menu-btn a {
    background: url(/img/custom/m_menu_gray.svg) no-repeat center;
    background-size: cover;
}

.nav-fixed .pc-menu .right-wrap #language .language-btn b,
.nav-fixed .m-menu .right-wrap #mLanguage .language-btn b {color: #888;}
.nav-fixed .pc-menu .right-wrap #language .language-btn .global-ico,
.nav-fixed .m-menu .right-wrap #mLanguage .language-btn .global-ico {background-image: url(/img/custom/global_gray.svg);}
.nav-fixed .pc-menu .right-wrap #language .language-btn .arr-ico,
.nav-fixed .m-menu .right-wrap #mLanguage .language-btn .arr-ico {background-image: url(/img/custom/arr_select_gray.svg);}

.nav-fixed .pc-menu .right-wrap .login-btn a {color: #888;}


#main {margin-top: -100px;}
#main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main p {margin: 0;}
#main .title h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 50px;
}
#main .title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
}
#main .title p {
    font-size: 16px;
    color: #fff;
}
#main .more-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 40px;
    text-align: center;
    background: #36a6bf;
    transition: all .3s;
}
#main .more-btn::after {
    content: "";
    background-image: url(/img/custom/more_white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
}
#main .more-btn:hover {background: #fff;}
#main .more-btn:hover::after {background-image: url(/img/custom/more_color.svg);}

#main .more-btn.white {background: #fff;}
#main .more-btn.white::after {background-image: url(/img/custom/more_color.svg);}
#main .more-btn.white:hover {background: #36a6bf;}
#main .more-btn.white:hover::after {background-image: url(/img/custom/more_white.svg);}

#main #visual {
    position: relative;
    overflow: hidden;
}
#main #visual .scrollDown {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
#main #visual .scrollDown p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
}
#main #visual .scrollDown div {
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,0.2);
    position: relative;
    display: inline-block;
}
#main #visual .scrollDown div span {
    width: 1px;
    height: 30px;
    background: #fff;
    display: block;
    -webkit-animation: scroll 2s ease infinite;
    -moz-animation: scroll 2s ease infinite;
    animation: scroll 2s ease infinite;
}
@-webkit-keyframes scroll {
    0%{transform: translateY(0);}
    100%{transform: translateY(110px);}
}
@-moz-keyframes scroll {
    0%{transform: translateY(0);}
    100%{transform: translateY(110px);}
}
@-o-keyframes scroll {
    0%{transform: translateY(0);}
    100%{transform: translateY(110px);}
}
@keyframes scroll {
    0%{transform: translateY(0);}
    100%{transform: translateY(110px);}
}
#main #visual .btn-wset {
    position: relative;
    z-index: 5;
}

#main #event {
    background: #111;
    padding: 150px 0;
}
#main #event .box-wrap {display: flex;}
#main #event .box-wrap .title-box {
    width: 300px;
    margin-right: 20px;
    height: 200px;
}
#main #event .box-wrap .title-box a {
    display: block;
    background: #36a6bf;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    height: 100%;
}
#main #event .box-wrap .title-box a .more-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
#main #event .box-wrap .title-box a .more-btn.white:hover {background: rgba(255,255,255,0.3);}
#main #event .box-wrap .content-box {
    width: calc(100% - 320px);
    position: relative;
    background: url(/img/custom/main_events_img.jpg) no-repeat center left;
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
    margin: 0;
}

#main #solutions {
    background: #111;
    padding-bottom: 150px;
}
#main #solutions .title h2 {color: #fff;}
#main #solutions .box-wrap {overflow: hidden;}
#main #solutions .box-wrap li {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
#main #solutions .box-wrap li:first-child,
#main #solutions .box-wrap li:last-child {width: calc(37.5% - 20px);}
#main #solutions .box-wrap li:nth-child(2),
#main #solutions .box-wrap li:nth-child(3) {width: 62.5%;}
#main #solutions .box-wrap li:nth-child(2n) {margin-right: 0;}
#main #solutions .box-wrap li a {
    position: relative;
    display: block;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    height: 300px;
}
#main #solutions .box-wrap li:first-child a {background-image: url(/img/custom/main_solutions_img_01.jpg);}
#main #solutions .box-wrap li:nth-child(2) a {background-image: url(/img/custom/main_solutions_img_02.jpg);}
#main #solutions .box-wrap li:nth-child(3) a {background-image: url(/img/custom/main_solutions_img_03.jpg);}
#main #solutions .box-wrap li:last-child a {background-image: url(/img/custom/main_solutions_img_04.jpg);}
#main #solutions .box-wrap li .more-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#main #partners {padding: 150px 0;}

@media all and (max-width: 991px) {
    #main {margin-top: -50px;}
}
@media all and (max-width: 767px) {
    #main .title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #main .title h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #main .title p {font-size: 15px;}

    #main #visual .scrollDown div {height: 50px;}
    #main #visual .scrollDown div span {height: 15px;}

    #main #event {padding: 80px 0;}
    #main #event .box-wrap {display: block;}
    #main #event .box-wrap .title-box {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
    #main #event .box-wrap .title-box a {padding: 25px;}
    #main #event .box-wrap .title-box a .more-btn {
        right: 25px;
        bottom: 25px;
    }
    #main #event .box-wrap .content-box {
        width: 100%;
        padding: 25px;
    }

    #main #solutions {padding-bottom: 80px;}
    #main #solutions .box-wrap li {
        float: none;
        width: 100% !important;
        margin: 0 0 10px;
    }
    #main #solutions .box-wrap li a {
        height: 200px;
        padding: 25px;
    }
    #main #solutions .box-wrap li .more-btn {
        right: 25px;
        bottom: 25px;
    }

    #main #partners {padding: 80px 0;}
}