:root {
    /*¸ÞÀÎÄÃ·¯*/
    --main-color-org: rgba(239,134,29,1);
    --main-color-grn: rgba(16,161,133,1);
    --main-color-red: rgba(233,85,80,1);
    --main-color-blu: rgba(27,95,172,1);
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 18px;
}
.about-wrap,
.contact-wrap{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
/*ABOUT*/
.about-inner-t img {
    max-width: 200px;
}
.about-inner-t {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
    .about-inner-t p {
        text-align: center;
        margin: 0;
    }
.about-inner-d {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    gap: 30px;
    margin: 0 0 100px;
}
.about-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 185px;
    height: 185px;
}
.about-box img{
    padding: 0 0 10px;
    max-width: 43px;
}
.about-box h4 {
    margin: 0;
    text-align: center;
}
/*STRATEGY*/
#strategy{
    background-color: #fff;
}

    #strategy .st-section-heading-subtitle {
        color: #eee;
    }

    #strategy .st-section-heading.st-style1 .st-section-heading-title::before {
        background-color: #eee;
    }
.strategy-wrap{
    padding-bottom: 50px;
}
.strategy-pc {
    display: block;
}
.strategy-mobi{
    display: none;
}
.strategy-swiper,
.strategy-swiper-mobi {
    position: relative;
    overflow: visible;
}
/*.strategy-swiper .swiper-slide {
    opacity: 0.2;
    transition: opacity 0.3s;
}
.strategy-swiper .swiper-slide-active{
    opacity: 1;
}*/
.strategy-swiper > .swiper-button-next,
.strategy-swiper > .swiper-button-prev,
.strategy-swiper-mobi > .swiper-button-next,
.strategy-swiper-mobi > .swiper-button-prev{
    position: absolute;
    color: var(--main-color-grn);
}
.strategy-swiper > .swiper-button-next{
    right: -80px;
}
.strategy-swiper > .swiper-button-prev {
    left: -80px;
}
.swiper-pagination-bullet {
    background-color: #fff;
}
.swiper-pagination-bullet-active {
    background-color: var(--main-color-grn);
}
.swiper-pagination-bullet{
    bottom: -10px;
}
/*.strategy-inner{
    background-color: rgba(255,255,255,.1);
}*/
.strategy-content {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.strategy-box-t {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 0 100px;
}
.strategy-box-t p{
    width: 100%;
    text-align: center;
    color: #777;
}
.strategy-box-d{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 0 0 30px;
}
.strategy-item-d{
    max-width: 600px;
}
.strategy-box-t h2 {
    color: #555;
}
.strategy-item h2 {
    margin: 0 0 30px;
    color: #555;
}
.strategy-item-d p {
    line-height: 30px;
    color: #777;
}
.st-1 {
    max-width: 400px;
    width: 100%;
}
.st-1-2 {
    max-width: 500px;
    width: 100%;
}
.st-2{
    width: 100%;
}
.strategy-pc .st-2 {
   padding: 0 30px 30px;
}
.strategy-item-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.strategy-cm-img{
    width: 100%;
    max-width: 350px;
    height: 200px;
    background-color: #bbb;
}
.strategy-cm span{
    color: #777;
}
.strategy-mobi .strategy-cm {
    display: grid;
    place-items: center;
    gap: 5px;
}
.strategy-pc .swiper-pagination-bullets {
    bottom: 30px;
}
.strategy-swiper-mobi .swiper-pagination-bullets {
    bottom: -30px;
}



/*PORTFOLIO*/
.portfolio-wrap{
    padding: 0 0 200px;
}
.portfolio-dl {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 30px;
}
.portfolio-dl-btn {
    border: 1px solid #aaa;
    border-radius: 30px;
    width: 180px;
    height: 40px;
}
.portfolio-dl-btn a {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 18px;
}
.tab_content {
    display: none;
}
.tab_content.active {
    display: block;
}
.portfolio-tab{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 0 0 100px;
}

.tab_item {
    border: 1px solid #aaa;
    border-radius: 30px;
    width: 100px;
    height: 40px;
    transition: .3s ease-in-out;
}
.tab_item.active {
    border: none;
    background: #aaa;
    color: #000;
}
.tab_item a {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.portfolio-item{
    width: 100%;
    height: 230px;
    display: grid;
    place-items: center;
    
}
.portfolio-item-img {
    width: 100%;
    max-width: 350px !important;
    height: 230px;
    display: grid;
    place-items: center;
}
    .portfolio-item-img img {
        width: 100%;
        height: 230px;
        
    }
.portfolio-swiper {
    position: relative;
    overflow: visible;
}
.portfolio-swiper > .swiper-button-next,
.portfolio-swiper > .swiper-button-prev {
    position: absolute;
    color: var(--main-color-grn);
}
.portfolio-swiper > .swiper-button-next {
    right: -80px;
}

.portfolio-swiper > .swiper-button-prev {
    left: -80px;
}
.portfolio-swiper .swiper-pagination-bullets{
    bottom: -100px;
}
/*CONTACT*/
#contact{
    background-color: #fff;
}
    #contact .st-section-heading-subtitle {
        color: #eee;
    }
    #contact .st-section-heading.st-style1 .st-section-heading-title::before {
        background-color: #eee;
    }
.contact-wrap h2 {
    text-align: center;
    color: #555;
}
.contact-wrap h3{
    margin: 0;
    width: 74px;
    color: #555;
}
.contact-wrap h4 {
    margin: 0 0 5px;
    color: #555;
}
.contact-wrap p {
    margin: 0;
    font-size: 18px;
    color: #777;
}
.contact-wrap ul,
.contact-wrap li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.contact-content{
    position: relative;
    display: flex;
    padding: 0 30px;
    gap: 30px;
}
.contact-content:first-child {
    padding: 0 30px 0 0;
}
.contact-content:last-child{
    padding: 0 0 0 30px;
}

.contact-content::after{
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 20px;
    height: 80px;
    width: 1px;
    border: 1px solid #ddd;
}
.contact-content:last-child::after{
    display: none;
}

.contact-box{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.contact-map{
    width: 100%;
    height: 350px;
}
/*====================¹ÝÀÀÇü====================*/
@media screen and (max-width: 1400px){
    .strategy-swiper > .swiper-button-next,
    .portfolio-swiper > .swiper-button-next {
        display: none;
    }

    .strategy-swiper > .swiper-button-prev,
    .portfolio-swiper .swiper-button-prev {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    /*ABOUT*/
    .about-inner-d {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    /*STRATEGY*/
    .strategy-pc {
        display: none;
    }
        .strategy-pc .strategy-inner {
            display: none;
        }
    .strategy-content {
        gap: 0px;
    }
    .strategy-box-t {
        padding: 0 0 30px;
    }
    .strategy-mobi {
        display: flex;
        flex-direction: column;
        gap: 50px;
        padding-bottom: 50px;
    }
    .strategy-mobi .st-1 {
        max-width: 250px;
    }
    .strategy-mobi .st-2 {
        max-width: 250px;
    }
    .strategy-box-d {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 0;
    }
    .strategy-item-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .portfolio-item-img {
        width: 100%;
        height: 200px;
    }

        .portfolio-item-img img {
            width: 330px;
            height: 200px;
        }
}
@media screen and (max-width: 991px) {
    
    /*CONTACT*/
    .contact-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .contact-content:first-child,
    .contact-content:last-child{
        padding: 0 30px;
    }
    .contact-content::after {
        display: none;
    }
    .contact-box {
        gap: 10px;
    }
}
@media screen and (max-width: 767px){
    .about-wrap,
    .contact-wrap {
        gap: 50px;
    }
    /*HEADER*/
    .logo-h{
        max-width: 80px;
    }
    /*ABOUT*/
    .about-box {
        width: 150px;
        height: 150px;
        gap: 1px;
    }
    .about-box img {
        max-width: 35px;
    }
    .about-box h4 {
        font-size: 16px;
    }
        .about-box span {
            font-size: 12px;
        }
    .about-inner-t .logo-img {
        max-width: 130px;
    }
    .about-inner-d{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    /*PORTFOLIO*/
    .portfolio-wrap {
        padding: 0 0 50px;
    }
    .portfolio-swiper .swiper-pagination-bullets {
        bottom: -50px;
    }

    /*CONTACT*/
    .contact-wrap h2 {
        font-size: 20px;
    }
    .contact-wrap h3 {
        font-size: 20px;
        width: 52px;
    }
    .contact-wrap h4 {
        font-size: 18px;
    }
    .contact-wrap p {
        font-size: 16px;
    }
    .contact-map {
        width: 100%;
        height: 250px;
    }
}
@media screen and (max-width: 575px) {
    .strategy-box-t p,
    .strategy-item-d p {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
    }
    /*STRATEGY*/
    .strategy-item h2 {
        font-size: 28px;
        text-align: center;
    }
    .strategy-item-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    /*PORTFOLIO*/
    .portfolio-tab {
        gap: 30px;
        margin: 0 0 30px;
    }
    /*CONTACT*/
    .contact-content,
    .contact-content:first-child,
    .contact-content:last-child {
        padding: 0 10px;
    }
}

.class {
    width: 800px;
    height: 500px;
    background-color: skyblue;
    text-align: center;
}

.class2 {
    width: 100%;
    height: 100%;
    padding-top: 250px;
}



/* È­»ìÇ¥ »ö»ó º¯°æ*/
.slick-prev:before, .slick-next:before {
    color: var(--main-color-grn) !important;
    opacity: 1;
}
/* È­»ìÇ¥ À§Ä¡ º¯°æ */
.slick-prev:before {
    content: '<';
}

.slick-next:before {
    content: '>';
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
    font-weight: bold;
}

.slick-prev {
    left: -100px !important;
    z-index: 9;
}

.slick-next {
    right: -100px !important;
    z-index: 9;
}
.slick-dots{
    bottom: -20px;
}
.slick-dots li button:before {
    color: #777;
}

.slick-dots li.slick-active button:before {
    color: var(--main-color-grn);
}
.strategy-swiper-mobi .slick-prev,
.strategy-swiper-mobi .slick-next {
    display: none !important;
}
.strategy-swiper-mobi .slick-dots {
    bottom: -70px;
}
/* È­»ìÇ¥ »ö»ó º¯°æ*/
#portfolio .slick-prev:before, .slick-next:before {
    color: var(--main-color-grn) !important;
    opacity: 1;
}
/* È­»ìÇ¥ À§Ä¡ º¯°æ */
#portfolio .slick-prev {
    left: -100px !important;
    z-index: 9;
}

#portfolio .slick-next {
    right: -100px !important;
    z-index: 9;
}
#portfolio .slick-dots {
    bottom: -60px;
}

#portfolio .slick-dots li button:before {
    color: #777;
}

#portfolio .slick-dots li.slick-active button:before {
    color: var(--main-color-grn);
}

.swiper-css-mode > .swiper-wrapper{
    overflow: visible;
}

@media screen and (max-width: 1199px){
    #portfolio .slick-prev,
    #portfolio .slick-next {
        display: none !important;
    }
    #portfolio .slick-dots {
        bottom: -40px;
    }
} 