@charset "utf-8";
section{
    margin-bottom: 120px;
}
.main-slide{
    position: relative;
}
.main-slide .swiper-slide{
    position: relative;
}
.main-slide .swiper-slide.one{
    background:url(/images/main_slide_1.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 960px;
}
.main-slide .swiper-slide.two{
    background:url(/images/main_slide_2.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 960px;
}

.main-slide .swiper-slide .wrap-1400{
    position: relative;
    top: 29%;

}
.main-slide .txt-wrap{
    position: relative;
}
.main-slide .swiper-slide.swiper-slide-active .txt-wrap{
    animation: txt 1s 1s both;
}
@keyframes txt {
    0% {
        opacity: 0;
        right: 50px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
.main-slide .txt-wrap span{
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    line-height: 1;
    padding-bottom: 28px;
}
.main-slide .txt-wrap h1{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    line-height: 1.3;
}
.main-slide .txt-wrap p{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #fff;
    margin-top: 28px;
    padding-top: 30px;
    max-width: max-content;
    width: 100%;
}

.main-slide .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 10px !important;
}
.main-slide .swiper-pagination-bullet-active{
    background-color: #8ae376;
}

.wrap-1400{
    position: relative;
}

/************************* content *************************/
.content h1{
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 120px;
}
.content h1 span{
    color: #8dc63f;
    font-size: 48px;
    font-weight: 600;
}
.content ul li{
    width: calc(50% - 18px);
    margin-bottom: 50px;
}
.content ul li:nth-child(4) ~ li{
    margin-bottom: 0;
}
.content ul li .box{
    background-color: #ede9e9;
    position: relative;
    padding: 41px 75px;
    border-radius: 200px;
}
.content ul li .box h6{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.content ul li .box p{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;
}
.content ul li .box-img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/************************* aboutus *************************/
.aboutUs h1{

    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 65px;
}
.aboutUs .wrap-1400>ul>li{
    width: 50%;
}
.aboutUs .wrap-1400>ul{
    background-color: #e7f2f1;
}
.aboutUs .txt{
    padding-left: 100px;
}
.aboutUs .txt h6{
    font-size: 36px;
    font-weight: 500;
    color: #333;
    padding-bottom: 50px;
}
.aboutUs .txt-list li{
    font-size: 20px;
    font-weight: 300;
    padding-left: 13px;
    text-indent: -13px;
    word-break: keep-all;
    margin-bottom: 3px;
}
/************************* marketing *************************/
.marketing{
    background:url(/images/main3.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 1000px;
}
.marketing h1{
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    padding-top: 120px;
    color: #fff;
}
.marketing ul>li{
    width: calc(33.3333% - 12.5px);
    margin-bottom: 50px;
}
.marketing ul>li:nth-child(6) ~li{
    margin-bottom: 0;
}
.marketing li p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 20px;
}

.marketing .box{
    background-color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    line-height: 1.02;
    padding: 47px 0;
    border-radius: 132px;
    letter-spacing: -4.5px;
}
.marketing .box img{
    display: block;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}
/************************* special *************************/
.special h1{
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
}
.special .wrap-1400{
    position: relative;
}
.special .wrap-1400::after{
    content: "";
    height: 320px;
    width: 320px;
    background-color: #51a3d9;
    border: 30px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    box-sizing: content-box;
}
.special .wrap-1400 h1{
    font-weight: 500;
    color: #fff;
    font-size: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.special li{
    width: calc(50% - 10px);
    position: relative;
}
.special li.one{
    background:url(/images/main4_1.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 300px;
    margin-bottom: 20px;
}
.special li.two{
    background:url(/images/main4_2.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 300px;
    margin-bottom: 20px;
}
.special li.three{
    background:url(/images/main4_3.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 300px;
}
.special li.four{
    background:url(/images/main4_4.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 300px;
}
.special li .txt-wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.special li:nth-child(odd) .txt-wrap{
    left: 103px;
}
.special li:nth-child(even) .txt-wrap{
    left: 206px;
}
.special li .txt-wrap h6{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px solid #70bef1;
    max-width: max-content;
    width: 100%;
    padding-bottom: 23px;
    margin-bottom: 20px;
}
.special li .txt-wrap p{
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
/************************* portfolio *************************/
.portfolio{
    position: relative;
    padding-bottom: 138px;
    margin-bottom: 0;
}
.portfolio::after{
    content: "";
    width: 100%;
    height: calc(100% - 420px);
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.portfolio h1{
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
}
.portfolio .mySwiper2,.portfolio .mySwiper{
    overflow: hidden;
}
.portfolio .mySwiper{
    margin-top: 40px;
}
.portfolio .mySwiper img{
    display: block;
    width: 100%;
}
.portfolio .mySwiper .swiper-slide{
    background-color: #000;

}

.portfolio .mySwiper .swiper-slide img{
    opacity: 0.4;
}
.portfolio .mySwiper .swiper-slide-thumb-active img{
    opacity: 1;
  }
.portfolio .mySwiper .swiper-slide.style img{
    opacity: 1;
}
.portfolio .mySwiper2 .swiper-button-next,.portfolio .mySwiper2 .swiper-button-prev{
    background: url(/images/slide_arrow.png) no-repeat;
    width: 57px;
    height: 115px;
}
.portfolio .mySwiper2 .swiper-button-next{
    transform: rotate(180deg);
    right: -110px
}
.portfolio .mySwiper2 .swiper-button-prev{
    left: -110px;
}
/************************* contact *************************/
.contact{
    background:url(/images/main6.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 950px;
}
.contact h1{
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 21px;
    padding-top: 55px;
    color: #fff;
}
.contact h3{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 38px;
}
.contact h3 span{
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 14px;

}
.contact form {
    display: block;
    
}
.contact form label{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-indent: 20px;
}
.contact form input,.contact form select,.contact form textarea{
    display: block;
    width: 100%;
    border: none;
    font-size: 20px;
    padding: 9px 0;
    padding-left: 20px;
    border-radius: 50px;
}
.contact form>ul>li{
    margin-bottom: 20px;
}
.contact form ul li ul li{
    width: calc(50% - 28px);
}

.contact form input::placeholder,.contact form textarea::placeholder,.contact form select{
    color: #ccc;
}

.contact form select{
    background: url(/images/select.png) no-repeat,#fff;
    background-position:98% 51%;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;

  }
.contact form input,.contact form select{
    height: 50px;
}
.contact form select::-ms-expand { display:none; }
.contact form textarea{
    border-radius: 25px;
}

.contact form div.quest{
    width: 100%;
}
.contact form div.quest li{
    width: auto;
}
.contact form div.quest p{
    color: #fff;
    font-size: 20px;
    padding-left: 15px;
    font-weight: 300;
}
.contact form div.quest ul label,.contact form div.quest ul input{
    display: inline-block;
}
.contact form div.quest ul label{
    margin-bottom: 0;
    text-indent: 0;
}
.contact form div.quest ul input{
    width: auto;
}
.contact form div.quest ul #more{
    cursor: pointer;
}
.contact form div.quest ul #more img{
    vertical-align: middle;
}
.contact form div.quest ul li{
    margin-right: 20px;
    text-align: center;
}
.contact form div.quest ul li,.contact form div.quest ul label{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.contact form>ul>li.submit{
    margin-bottom: 0;
    padding-top: 10px;
}
.contact form>ul>li.submit ul li{
    width: auto;
}
.contact form>ul>li.submit ul li:first-child{
    margin-right: 15px;
}
.contact form>ul>li.submit ul li:last-child{
    width: 100%;
    max-width: 634px;
}
.contact form>ul>li.submit ul li input[type="submit"]{
    display: block;
    height: auto;
    width: 100%;
    max-width: 634px;
    background-color: #44aaff;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    padding: 24.5px 0;
}
/************************* contact *************************/
.address {
    margin-bottom: 0;
}
.address h1{
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
}
.address .root_daum_roughmap{
    width: 100% !important;
}
.address .root_daum_roughmap .wrap_controllers{
    display: none;
}
.address .map-container {
    height: 500px;
}
.map-container .customoverlay {
    background: #14243a;
    color: white;
    padding: 0.5rem 0.8rem;
    border-radius: 1rem;
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    font-size: 1rem;
}

.map-container .customoverlay img {
    max-height: 30px;
    margin-right: 0.5rem;
}

.map-container .customoverlay a {
    color: inherit;
}

@media(max-width:1210px){
    .main{
        margin-top: 112px;
    }
    .main-slide .swiper-slide.one{
       background: none;
        height: auto;
    }
    .main-slide .swiper-slide.two{
        background: none;
        height: auto;
    }
    .main-slide .swiper-slide img{
        display: block !important;
        width: 100%;
    }
    .main-slide .swiper-slide .wrap-1400{
        top: 0;
    }
    .main-slide .swiper-slide .wrap-1400{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }
    .main-slide .txt-wrap *{
        text-align: center;
    }
    .main-slide .txt-wrap p{
        text-align: center;
        margin: 0 auto;
        margin-top: 28px;
        font-size: 18px;
    }
    .main-slide .txt-wrap h1{
        font-size: 38px;
    }
    @keyframes txt {
        0% {
            opacity: 0;
            right: 0;
            top: 25px;
        }
        100% {
            opacity: 1;
            right: 0;
            top: 0;
        }
    }


    .aboutUs .wrap-1400>ul>li>img{
        display: block;
        width: 100%;
    }
    .content ul li{
        width: 100%;
        margin-bottom: 50px !important;
    }
    .content ul li:last-child{
        margin-bottom: 0 !important;
    }

    .aboutUs .txt{
        padding-left: 25px;
    }
    .aboutUs .txt h6{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .aboutUs .txt-list li{
        font-size: 15px;
        padding-left: 10px;
        text-indent: -10px;
    }



    .marketing{
        height: auto;
    }
    .marketing ul>li{
        width: 100%;
        margin-bottom: 50px !important;
    }


    .special .wrap-1400::after{
        display: none;
    }
    .special li:nth-child(odd) .txt-wrap,.special li:nth-child(even) .txt-wrap{
        left:30px
    }
    .special li .txt-wrap p{
        font-size: 16px;
    }
    


    .portfolio .mySwiper{
        display: none;
    }
    .portfolio .mySwiper2 .swiper-button-next{
        right:25%;
        background-size: cover;
    }
    .portfolio .mySwiper2 .swiper-button-prev{
        left: 25%;
        background-size: cover;

    }
    .portfolio .mySwiper2 .swiper-button-next, .portfolio .mySwiper2 .swiper-button-prev{
        top: 107%;
        width:20px;
        height:40px;
    }
    .portfolio::after {
        height: calc(100% - 300px);
    }

    .contact{
        height: auto
    }

    .contact form>ul>li:first-child{
        margin-bottom: 20px;
    }
    .contact form ul li ul{
        flex-wrap: wrap !important;
    }
    .contact form ul li ul li{
        width: 100%;
    }
    .contact form ul li ul li:first-child{
        margin-bottom: 20px;
    }
    .contact form div.quest{
        flex-wrap: wrap !important;
    }
    .contact form div.quest div{
        margin: 0 auto;
    }
    .contact form div.quest div>ul{
        flex-wrap: nowrap !important;
    }
    .contact form div.quest ul li:last-child{
        margin-right: 0
    }
    .contact form div.quest p{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact form div.quest ul #more{
        margin-bottom: 0;
    }
    .contact form>ul>li.submit ul li:first-child{
        
        margin-right: 0;
        margin: 0 auto;
    }
    .contact form>ul>li.submit ul li:first-child>ul{
        flex-wrap: nowrap !important;
    }
    .contact form>ul>li.submit ul li:first-child>ul>li:first-child{
        margin-right: 15px;
        margin-bottom: 0;
    }
    .contact form>ul>li.submit ul li:last-child{
        margin: 0 auto;
    }
    .contact form>ul>li.submit ul li input[type="submit"]{
        margin: 20px 0;
    }
    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
}

@media(max-width:767px){
    section{
        margin-bottom: 60px;
    }
    .main{
        margin-top: 68px;
    }
    .main-slide .txt-wrap h1{
        font-size: 26px;
    }
    .main-slide .txt-wrap span {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .main-slide .txt-wrap p {
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        font-size: 15px;
        padding-top: 10px;
        word-break: keep-all;
    }
    .content h1,.content h1 span{
        font-size: 23px;
    }
    .content h1{
        margin-bottom: 60px;
    }
    .content ul li{
        margin-bottom: 20px !important;
    }
    .content ul li .box-img{
        width: 106px;
    }
    .content ul li .box {
        padding: 13px 10px;
        padding-left: 30px;
       
    }
    .content ul li .box h6{
        font-size: 19px;
    }
    .content ul li .box p {
        font-size: 16px;
    }
    
 
    .aboutUs .wrap-1400>ul{
        flex-wrap: wrap !important;
    }
    .aboutUs .txt{
        padding: 25px ;
    }
    .aboutUs .wrap-1400>ul:nth-of-type(2) li:first-child{
        order: 3;
    }
    .aboutUs .wrap-1400>ul>li{
        width: 100%;
    }
    .aboutUs h1,.marketing h1,.special h1, .portfolio h1,.contact h1, .address h1{
        font-size: 30px;
    }
    .aboutUs .txt h6{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .marketing h1 {
        margin-bottom: 30px;
        padding-top: 60px;
    }
    .marketing ul>li{
        margin-bottom: 25px !important;
    }
    .marketing li p {
        font-size: 16px;
        margin-top: 10px;
    }
    .marketing .box {
        font-size: 25px;
        padding: 35px 0;
        letter-spacing: -1.5px;
    }


    .aboutUs h1,.special h1,.portfolio h1,.address h1{
        margin-bottom: 30px;
    }

    .marketing .box img{
        left: 25px;
        width: 40px;
    }
    .marketing .box {
        font-size: 23px;
        padding: 35px 0;
        letter-spacing: -2px;
    }

    .special li{
        width: 100%;
        margin-bottom: 20px !important;
        height: 200px !important;
    }
    .special li:last-child{
        margin-bottom: 0 !important;
    }
    .special li:nth-child(odd) .txt-wrap, .special li:nth-child(even) .txt-wrap{
        left: 20px;
    }
    .special li .txt-wrap h6{
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }


    .portfolio{
        padding-bottom: 80px;
    }
    .portfolio::after {
        height: calc(100% - 150px);
    }
    .portfolio .mySwiper2 .swiper-button-next, .portfolio .mySwiper2 .swiper-button-prev{
        top: 120%;
    }

    .contact{
        padding-bottom: 60px;
    }
    .contact h3{
        font-size: 16px;
    }
    .contact h3 span{
        font-size: 25px;
    }
    .contact form select {
        background: url(/images/select.png) no-repeat,#fff;
        background-position: 94% 51%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    .contact form input, .contact form select, .contact form textarea{
        font-size: 16px;
    }
    .contact form div.quest div>ul{
        flex-wrap: wrap !important;
    }
    .contact form div.quest div>ul>li{
        width: 100%;
    }
    .contact form div.quest p{
        text-align: center;
    }
    .contact form div.quest div>ul>li.view-768{
        margin-right: 0;

    }
    .contact form div.quest div>ul>li.view-768>ul{
        justify-content: center !important;
    }
    .contact form div.quest div>ul>li.view-768>ul>li img{
        width: 80px;
    }
    .contact form div.quest div>ul>li.view-768>ul>li:first-child{
        margin-bottom: 0;
    }
    .contact form div.quest ul li, .contact form div.quest ul label {
        font-size: 14px;
        letter-spacing: -1px;
    }
    .contact form div.quest ul #more img {
        vertical-align: middle;
        width: 13px;
    }
    .contact form>ul>li.submit ul li input[type="submit"]{
        padding: 14.5px 0;
        margin:0 auto
    }
}
@media(max-width:375px){

    .content h1, .content h1 span{
        font-size: 21px;
    }
    .content ul li .box h6 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .content ul li .box p{
        font-size: 14px;
    }
    .content ul li .box-img{
        width: 99px;
    }
    .aboutUs .txt{
        padding: 20px;
    }
    .marketing{
        padding-bottom: 60px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-slide .txt-wrap p {
       width: 60%;
    }
    
}