@charset "UTF-8";

/*General style*/

body {
    overflow: hidden;
}

.max-width {
    max-width: 1800px;
    margin: auto;
    padding: 0 30px;
}


#section1 .aniFadeIn,
#section1 .aniFadeInLeft,
#section1 .aniFadeInRight,
#section1 .aniFadeInUp,
#section1 .aniFadeInDown {
    opacity: 0;
}

.aniFade.visible,
.aniFadeInLeft.visible,
.aniFadeInRight.visible,
.aniFadeInUp.visible,
.aniFadeInDown.visible {
    opacity: 1;
}

#fullpage {
    display: block;
    transition: 0.8s;
}

.section-inner {
    padding: 26px 0 16px;
}

.section {
    background-color: #fff;
    overflow: hidden;
}

#section1 {
    position: relative;
    /*background-image: url("../img/main/top_bg3.jpg");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 111;
}

#section1 #main-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    /*background-image: url("../img/main/top_bg3.jpg");*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}

.main-video::-webkit-media-controls {
    display:none !important;
}

#section1 .top-box {
    position: relative;
    height: 100vh;
}

#section1 .top-text {
    position: absolute;
    z-index: 9999;
    bottom: 15%;
}

#section1 .top-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.5px;
}

#section1 .top-text1 {
    font-family: "Jost", "Pretendard", "Noto Sans KR", "Nunito", sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.5px;
}

#section1 .top-text2 {
    font-family: "Jost", "Pretendard", "Noto Sans KR", "Nunito", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.5px;
}

#section1 .top-text2 span {
    color: #ffc701;
}

#section1 .contact-us {
    display: inline-block;
    width: 142px;
    height: 43px;
    background-color: #ffc701;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
    padding: 10px 24px;
    margin-top: 20px;
}

#section1 .contact-us:hover {
    color:#fff;
}

#section1 .right-bg {
    position: absolute;
    z-index: 7777;
    right: 0;
    bottom: 0;
    width: 860px;
    height: 100%;
    background: url('../img/main/top_mask.png') no-repeat right bottom;
    background-size: 100%;
}

#section1 .top-img {
    position: absolute;
    z-index: 8888;
    right: 0;
    bottom: 8%;
}

#section1 .top-img img {
    width: 500px;
    margin-right: 10px;
}

@media (min-width: 800px) and (max-width: 1220px) {
    /*
    #section1 .top-text {
        top: 20%;
        bottom: 0;
    }
    */

    #section1 .top-title {
        font-size: 20px;
        line-height: 35px;
    }

    #section1 .top-text1 {
        font-size: 45px;
        line-height: 45px;
    }

    #section1 .top-text2 {
        font-size: 45px;
        line-height: 45px;
    }

    #section1 .contact-us {
        height: 40px;
        margin-top: 10px;
    }

    #section1 .right-bg {
        width: 800px;
    }

    #section1 .top-img {
        bottom: 6%;
    }

    #section1 .top-img img {
        width: 370px;
    }
}

@media (max-width: 800px) {
    /*
    #section1 .top-text {
        top: 20%;
        bottom: 0;
    }
    */

    #section1 .top-title {
        font-size: 16px;
        line-height: 30px;
    }

    #section1 .top-text1 {
        font-size: 35px;
        line-height: 35px;
    }

    #section1 .top-text2 {
        font-size: 30px;
        line-height: 30px;
    }

    #section1 .contact-us {
        width: 130px;
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
    }

    #section1 .right-bg {
        right: -250px;
        width: 800px;
    }

    #section1 .top-img {
        right: -13px;
        bottom: 8%;
    }

    #section1 .top-img img {
        width: 320px;
        margin-right: 20px;
    }
}


/* business */
#section2 {
    position: relative;
    background-color: #f8f8f8;
    z-index: 222;
}

#section2 .biz-box {
    position: relative;
    z-index: 999;
}

#section2 .right-bg {
    position: absolute;
    z-index: 111;
    right: 0;
    bottom: 0;
    width: 860px;
    height: 100%;
    background: url('../img/main/biz_mask.png') no-repeat top right;
    background-size: 100%;
}

#section2 .main-title {
    position: relative;
    z-index: 999;
}

#section2 .max-width {
    padding-right: 0;
}

#section2 .section-inner {
    padding: 8rem 0 7rem 0;
}

.main-title {
    margin-bottom: 1.5rem;
}

.main-title h2 {
    font-family: "Jost", "Pretendard", "Noto Sans KR", "Nunito", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.main-title h2 em {
    display: block;
    font-size: 34px;
    font-style: normal;
    line-height: 50px;
    color: #ffc701;
}

.main-summary {
    font-size: 20px;
    font-weight: 400;
    color: #424242;
}

.biz-slider {
    position: relative;
    width: 3000px;
    height: 470px;
}

.biz-slider ul {
    width: 100%;
    height: 400px;
    margin-top: 2.6rem;
}

.biz-slider ul li {
    float: left;
    background-color: #fff;
    width: 400px;
    height: 400px;
    margin-right: 10px;
    text-align: center;
    padding: 25px 0 24px 0;
    cursor: pointer;
}

.biz-slider ul li .biz-img {
    width: 352px;
    height: 264px;
    margin: auto;
}

.biz-slider ul li .biz-img img {
    width: 100%;
    height: 100%;
}

.biz-slider ul li dl {
    display: block;
    padding: 40px 25px 0 25px;
}

.biz-slider ul li dl dt {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.biz-slider ul li dl dd {
    display: none;
    color: #424242;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}

.biz-slider ul li.over {
    padding-top: 20px;
    background-color: #ffc701;
}

.biz-slider ul li.over .biz-img {
    width: 308px;
    height: 231px;
}

.biz-slider ul li.over .biz-img img {
    width: 100%;
    height: 100%;
}

.biz-slider ul li.over dl {
    padding-top: 30px;
}

.biz-slider ul li.over dl dd {
    display: block;
}

.biz-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
}

.biz-arrows button {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    margin-right: 5px;
    border: 0;
    outline: none;
    border-radius: 0;
    opacity: 1;
}

.biz-arrows button:hover {
    outline: none;
}

.biz-arrow-prev {
    left: 0;
    background: url('../img/main/biz_prev.png') no-repeat;
    background-size: 100%;
}

.biz-arrow-next {
    right: 0;
    background: url('../img/main/biz_next.png') no-repeat;
    background-size: 100%;
}


@media (max-width: 1220px) {
    #section2 .section-inner {
        padding: 4rem 0 3.5rem 0;
    }

    #section2 .right-bg {
        width: 800px;
    }

    .main-title h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .main-title h2 em {
        font-size: 28px;
        line-height: 40px;
    }

    .main-summary {
        font-size: 18px;
    }

    .biz-slider {
        height: 430px;
    }

    .biz-slider ul {
        height: 370px;
        margin-top: 2.2rem;
    }

    .biz-slider ul li {
        width: 370px;
        height: 370px;
        padding: 25px 0 20px 0;
    }

    .biz-slider ul li .biz-img {
        width: 300px;
        height: 225px;
    }

    .biz-slider ul li dl {
        padding: 40px 20px 0 20px;
    }

    .biz-slider ul li.over {
        padding-top: 18px;
    }

    .biz-slider ul li.over .biz-img {
        width: 280px;
        height: 210px;
    }

    .biz-slider ul li.over dl {
        padding-top: 20px;
    }

    .biz-slider ul li.over dl dd {
        display: block;
    }

    .biz-arrows button {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 800px) {
    #section2 .right-bg {
        display: none;
    }

    .main-title h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .main-title h2 em {
        font-size: 22px;
        line-height: 35px;
    }

    .main-summary {
        font-size: 16px;
    }

    .biz-slider {
        height: 460px;
    }

    .biz-slider ul {
        height: 400px;
        margin-top: 1.5rem;
    }

    .biz-slider ul li {
        background-color: #ffc701;
        width: 320px;
        height: 400px;
        padding: 18px 0 18px 0;
    }

    .biz-slider ul li .biz-img {
        width: 280px;
        height: 210px;
    }

    .biz-slider ul li dl {
        padding: 20px 25px 0 25px;
    }

    .biz-slider ul li dl dd {
        display: block;
    }

    .biz-slider ul li.over {
        padding-top: 18px;
    }

    .biz-slider ul li.over .biz-img {
        width: 280px;
        height: 210px;
    }

    .biz-slider ul li.over dl {
        padding-top: 20px;
    }
}

#section3 {
    background-color: #fff;
}

#section3 .section-inner {
    padding: 6rem 0;
}

.feature-box {
    display: block;
}

.feature-slider {
    display: none;
}

.br-pc {
    display: block;
}

.br-mobile {
    display: none;
}

.feature {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.5px;
    text-align: left;
    margin-bottom: 70px;
}

.feature em {
    font-style: normal;
    color: #ffc701;
}

.feature-wrap {
    position: relative;
    width: 80%;
    min-width: 1160px;
    margin: auto;
}

.feature-wrap > ul > li {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.feature-wrap > ul > li > .inner {
    position: relative;
    display: block;
    width: 300px;
    height: 280px;
    background: url('../img/main/feature_bg.png') no-repeat;
    background-size: 100% 100%;
    margin: auto;
}

.feature-wrap > ul > li:nth-child(n + 4) {
    padding-top: 55px;
}

.feature-wrap > ul > li:nth-child(1),
.feature-wrap > ul > li:nth-child(3n + 4) {
    float: left;
}

.feature-wrap > ul > li:nth-child(3n + 1) {
    clear: both;
}

.feature-wrap .feature-img {
    position: absolute;
    display: block;
    top: 55px;
    left: 40px;
}

.feature-wrap .feature-img img {
    width: 90%;
}

.feature-wrap dl {
    display: block;
    text-align: center;
    padding: 190px 10px 25px 10px;
}

.feature-wrap dl dt {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.feature-wrap dl dd {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 1220px) {
    #section3 .section-inner {
        padding: 4rem 0 3rem 0;
    }
}

@media (max-height: 900px), (max-width: 1220px) {
    .feature {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .feature-wrap {
        width: 80%;
        min-width: 1160px;
    }

    .feature-wrap > ul > li > .inner {
        background-size: 260px 250px;
        width: 260px;
        height: 250px;
    }

    .feature-wrap > ul > li:nth-child(n + 4) {
        padding-top: 2rem;
    }

    .feature-wrap .feature-img {
        top: 48px;
        left: 35px;
    }

    .feature-wrap .feature-img img {
        width: 80%;
    }

    .feature-wrap dl {
        padding: 170px 0 20px 0;
    }

    .feature-wrap dl dt {
        font-size: 18px;
    }

    .feature-wrap dl dd {
        font-size: 13px;
        margin-top: 10px;
    }
}

@media (min-height: 768px) and (max-width: 1220px) {
    .feature-wrap {
        width: 100%;
        min-width: 100%;
    }

    .feature-wrap > ul > li > .inner {
        background-size: 260px 230px;
        width: 260px;
        height: 230px;
    }

    .feature-wrap .feature-img {
        top: 40px;
        left: 35px;
    }

    .feature-wrap dl {
        padding: 155px 0 20px 0;
    }
}

@media (min-height: 800px) and (max-width: 1220px) {
    .feature-wrap {
        width: 100%;
        min-width: 100%;
    }

    .feature-wrap > ul > li > .inner {
        background-size: 260px 260px;
        width: 260px;
        height: 260px;
    }

    .feature-wrap .feature-img {
        top: 50px;
        left: 35px;
    }

    .feature-wrap dl {
        padding: 170px 0 20px 0;
    }
}

@media (min-height: 860px) and (max-width: 1220px) {
    .feature {
        font-size: 33px;
        line-height: 43px;
    }

    .feature-wrap {
        width: 100%;
        min-width: 100%;
    }

    .feature-wrap > ul > li > .inner {
        background-size: 260px 280px;
        width: 260px;
        height: 280px;
    }

    .feature-wrap > ul > li:nth-child(n + 4) {
        padding-top: 3rem;
    }

    .feature-wrap .feature-img {
        top: 57px;
        left: 35px;
    }

    .feature-wrap .feature-img img {
        width: 80%;
    }

    .feature-wrap dl {
        padding: 190px 0 20px 0;
    }
}

@media (max-width: 900px) {
    #section3 .max-width {
        padding-right: 0;
    }

    .feature {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .feature-box {
        display: none;
    }

    .feature-slider {
        position: relative;
        display: block;
        width: 100%;
        height: 410px;
        overflow: hidden;
    }

    .feature-slider .slider-box {
        width: 100%;
        height: 350px;
    }

    .feature-slider li.slider-slide {
        float: left;
        width: 335px;
        height: 350px;
        background: url('../img/main/feature_bg_mobile.png') no-repeat;
        background-size: 100%;
        margin-right: 50px;
    }

    .feature-slider li.slider-slide .inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .feature-slider li.slider-slide .feature-img {
        position: absolute;
        display: block;
        top: 75px;
        left: 44px;
    }

    .feature-slider li.slider-slide .feature-img img {
        width: 100%;
    }

    .feature-slider li.slider-slide dl {
        display: block;
        text-align: center;
        padding: 240px 15px 25px 15px;
    }

    .feature-slider li.slider-slide dl dt {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .feature-slider li.slider-slide dl dd {
        color: #424242;
        font-size: 15px;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

    .slick-dots {
        bottom: -45px;
    }

    .slick-dots li,
    .slick-dots li button,
    .slick-dots li button:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
        padding: 0;
        margin: 0 2px;
    }

    .slick-dots li button:before {
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    .feature {
        line-height: 38px;
    }

    .br-pc {
        display: none;
    }

    .br-mobile {
        display: block;
    }
}

#section4 {
    position: relative;
    background-image: url("../img/main/wrap_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 444;
}

#section4 .section-inner {
    padding: 7rem 0 6rem 0;
}

#section4 .main-title,
#section4 .main-summary {
    color: #fff;
}

#section4 .main-title {
    margin-bottom: 2.5rem;
}

.app-box {
    display: block;
}

.app-slider {
    display: none;
}

.app-wrap ul {
    display: block;
    overflow: hidden;
}

.app-wrap ul li {
    display: inline-block;
    width: 32.8%;
    height: 100%;
    max-height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.app-wrap ul li p {
    display: block;
    width: 100%;
    height: 100%;
    padding: 47% 0 53% 0;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 0;
    color: #fff;
}

.app-wrap .item-1,
.app-slider .item-1 {
    background: url('../img/main/wrap_img1.png') no-repeat center;
}

.app-wrap .item-2,
.app-slider .item-2 {
    background: url('../img/main/wrap_img2.png') no-repeat center;
}

.app-wrap .item-2 {
    margin: 0 0.33%;
}

.app-wrap .item-3,
.app-slider .item-3 {
    background: url('../img/main/wrap_img3.png') no-repeat center;
}

@media (max-width: 1220px) {
    #section4 .section-inner {
        padding: 4.5rem 0 4.5rem 0;
    }
}

@media (min-width: 800px) and (max-width: 1220px) {
    .app-wrap ul li {
        max-height: 400px;
    }

    .app-wrap ul li span {
        font-size: 24px;
    }
}

@media (max-height: 800px) {
    .app-wrap ul li {
        min-height: auto;
        max-height: 400px;
    }

    .app-wrap ul li div {
        font-size: 24px;
    }
}

@media (max-width: 900px) {
    #section4 .section-inner {
        padding: 4.5rem 0 2rem 0;
    }

    #section4 .max-width {
        padding-right: 0;
    }

    .app-box {
        display: none;
    }

    .app-slider {
        position: relative;
        display: block;
        width: 100%;
        height: 460px;
        overflow: hidden;
    }

    .app-slider .slider-box {
        width: 100%;
        height: 400px;
    }

    .app-slider li.slider-slide {
        float: left;
        width: 320px;
        height: 400px;
        margin-right: 10px;
        cursor: pointer;
    }

    .app-slider li.slider-slide p {
        display: block;
        width: 100%;
        padding-top: 60%;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }

    .app-slider .slick-dots li,
    .app-slider .slick-dots li button,
    .app-slider .slick-dots li button:before {
        color: #fff;
    }

    .app-slider .slick-dots li.slick-active,
    .app-slider .slick-dots li.slick-active button,
    .app-slider .slick-dots li.slick-active button:before {
        color: #ff0;
    }

    .app-slider .slick-dots li button:before {
        opacity: 1;
    }
}

@media (max-height: 700px) {
    .app-slider {
        height: 340px;
    }

    .app-slider,
    .app-slider .slider-box {
        height: 300px;
    }

    .app-slider li.slider-slide {
        width: 240px;
        height: 300px;
    }

    .app-slider li.slider-slide p {
        padding-top: 60%;
        font-size: 24px;
    }
}

@media (max-height: 600px) {
    .app-wrap ul li {
        min-height: auto;
        max-height: 250px;
    }

    .app-wrap ul li div {
        padding: 45% 0 55% 0;
    }
}

#section5 {
    background-color: #f8f8f8;
}

#section5 .section-inner {
    padding: 6rem 0 4.5rem 0;
}

.community-inner {
    position: relative;
    display: inline-block;
    width: 33%;
    min-width: 220px;
}

.community-inner:nth-child(2) {
    margin: 0 4em;
}

.community-inner h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    padding-bottom: 17px;
    margin: 0;
}

.notice h3 {
    border-bottom: 2px solid #000;
}

.community-inner dl dt {
    width: 100%;
}

.community-inner dl dt .list-img {
    width: 100%;
    min-height: 160px;
    padding-bottom: 58%;
    position: relative;
    display: block;
}

.community-inner dl dt .list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.community-inner dl dd {
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    padding-top: 1.1rem;
}

.community-inner a:hover dl dd {
    color: #f30;
}

.notice li {
    background: url("../img/common/dot.png") no-repeat 3px 50%;
    border-bottom: 1px solid #e8e8e8;
    padding: 1.75em 1rem 1.55rem 1rem;
    line-height: 16px;
}

.notice li a {
    font-size: 16px;
    font-weight: 400;
    color: #424242;
}

.notice li a:hover {
    color: #f30;
}

.community .more {
    position: absolute;
    background: url("../img/main/more.png") no-repeat center;
    background-size: 26px;
    right: 0;
    top: 8px;
    width: 26px;
    height: 26px;
}

.community .more2 {
    position: absolute;
    background: url("../img/main/plus.png") no-repeat center;
    background-size: 22px;
    right: 0;
    top: 9px;
    width: 22px;
    height: 22px;
}

.community .more a,
.community .more2 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}


@media (max-width: 1700px) {
    .notice li {
        padding: 1.6rem 1rem 1.4rem 1rem;
    }
}

@media (max-width: 1600px) {
    .notice li {
        padding: 1.42rem 1rem 1.4rem 1rem;
    }
}

@media (max-width: 1500px) {
    .notice li {
        padding: 1.3rem 1rem 1.2rem 1rem;
    }
}

@media (max-width: 1400px) {
    .community-inner:nth-child(2) {
        margin: 0 3em;
    }

    .notice li {
        padding: 1.25rem 1rem 1.1rem 1rem;
    }
}

@media (max-width: 1300px) {
    .notice li {
        padding: 1.15rem 1rem 1rem 1rem;
    }

    .notice li a {
        font-size: 15px;
    }
}

@media (max-width: 1220px) {
    #section5 .section-inner {
        padding: 5rem 0 4rem 0;
    }

    #section5 .section-inner .max-width {
        max-width: 1220px;
    }

    .community-inner:nth-child(2) {
        margin: 0 2.5em;
    }

    .community-inner h3 {
        font-size: 23px;
        padding-bottom: 13px;
    }

    .community-inner dl dd {
        font-size: 15px;
    }

    .notice li {
        padding: 0.9rem 1rem 0.9rem 1rem;
    }
}

@media (max-width: 1100px) {
    .notice li {
        padding: 0.81rem 0.5rem 0.81rem 1rem;
    }
}

@media (max-width: 1024px) {
    .notice li {
        padding: 0.7rem 0.5rem 0.70rem 1rem;
    }

    .community-inner:nth-child(2) {
        margin: 0 1.5em;
    }
}

@media (max-width: 800px) {
    #section5 .section-inner {
        padding: 5rem 0 1.6rem 0;
    }

    .community .d-flex {
        display: block !important;
    }

    .community .justify-content-center {
        justify-content: unset !important;
        display: block;
    }

    .community-inner {
        margin-bottom: 2.4rem;
    }

    .community-inner h3 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .community-inner dl dd {
        font-size: 16px;
        display: block;
        overflow: auto;
        text-overflow: unset;
        white-space: unset;
        line-height: 1.35rem;
        padding-top: 0.93rem;
        color: #121212;
    }

    .community-inner {
        display: block;
        width: 100%;
    }

    .community-inner:nth-child(2) {
        margin: 0 0 2.4rem 0;
    }

    .notice li {
        padding: 1.3em 0.5rem 1.2rem 1rem;
    }

    .notice li a {
        color: #121212;
    }
}


#section6 {
    background-color: #fff;
}

#section6 .section-inner {
    padding: 5rem 0 6rem 0;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.banner-slider ul {
    height: 80px;
    margin: auto;
}

.banner-slider .slick-list {
    width: calc(100% - 100px);
    margin: auto;
}

.banner-slider ul li {
    float: left;
    height: 80px;
    margin-right: 10px;
    text-align: center;
}

.banner-slider ul li img {
    height: 100%;
}

.banner-arrow-prev,
.banner-arrow-next {
    position: absolute;
    top: 20px;
    width: 38px;
    height: 38px;
    font-size: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    opacity: 1;
}

.banner-arrow-prev {
    left: 0;
    background: url('../img/main/partner_prev.png') no-repeat;
    background-size: 100%;
}

.banner-arrow-next {
    right: 0;
    background: url('../img/main/partner_next.png') no-repeat;
    background-size: 100%;
}

@media (max-width: 1220px) {
    #section6 .section-inner {
        padding: 4.5rem 0 5rem 0;
    }
}

@media (max-width: 900px) {
    .banner-slider {
        height: 60px;
        margin-top: 40px;
    }

    .banner-slider ul {
        height: 60px;
    }

    .banner-slider .slick-list {
        width: calc(100% - 70px);
    }

    .banner-slider ul li {
        width: 150px;
        height: 60px;
        margin-right: 0;
    }

    .banner-arrow-prev,
    .banner-arrow-next {
        top: 15px;
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1220px) {
    header .logo {
        margin-top: 3px;
    }
}

.right-bg {
    display: none;
}


/* english */
.en #section1 .top-title {
    font-size: 24px;
}

.en .feature-wrap dl {
    text-align: left;
    padding-top: 180px;
}

.en .feature-wrap dl dt {
    font-size: 18px;
    letter-spacing: -0.05em;
    text-align: left;
}

.en .feature-wrap dl dd {
    font-size: 14px;
    margin-top: 5px;
    line-height: 17px;
    text-align: left;
}

.en .feature-slider li.slider-slide dl {
    text-align: left;
    padding-top: 240px;
}

.en .feature-slider li.slider-slide dl dt {
    font-size: 19px;
    text-align: left;
}

.en .feature-slider li.slider-slide dl dd {
    margin-top: 7px;
    line-height: 18px;
    text-align: left;
}

@media (max-width: 1220px) {
    .en #section1 .top-title {
        font-size: 22px;
    }
}

@media (max-width: 1100px) {
    .en .community-inner.guidelines h3 {
        font-size: 22px;
        letter-spacing: -0.05em;
    }
}

@media (max-width: 900px) {
    .en .feature-wrap dl {
        text-align: left;
        padding-top: 180px;
    }

    .en .feature-wrap dl dt {
        letter-spacing: -0.05em;
        text-align: left;
    }

    .en .feature-wrap dl dd {
        margin-top: 5px;
        line-height: 17px;
        text-align: left;
    }

    .en .community-inner.guidelines h3 {
        font-size: 20px;
        letter-spacing: -0.05em;
    }

    .en .community-inner dl dd {
        line-height: 19px;
    }
}

@media (max-width: 800px) {
    .en .community-inner.guidelines h3 {
        font-size: 23px;
        letter-spacing: 0;
    }

    .en .notice ul li a {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    #section1 .top-text {
        bottom: 70px;
    }

    .en #section1 .top-title {
        font-size: 20px;
    }

    #section1 .top-text1 {
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    .en #section1 .top-title {
        font-size: 20px;
    }
}
