@charset "utf-8";


/* -------------------- 변리사스쿨 소개 -------------------- */

/* visual */
.aboutus_section .visual{
    display: flex;
}
.aboutus_section .visual .lft{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    width: 16.667%;
}
.aboutus_section .visual .lft p{
    display: inline-block;
    font-size: 20px;
    transform: rotate(-90deg);
}
.aboutus_section .visual .rgt{
    position: relative;
    overflow: hidden;

    max-width: 1600px;
    width: 84.211%;
    height: 650px;
    background-image: url(/html/asset/img/about/main.jpg);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 150px;
}
.aboutus_section .visual .rgt:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
}
.aboutus_section .visual .rgt p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    color: #fff;
    font-size: 50px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    padding-left: 10%;
}


/* 공통 */
.aboutus_section .cont .topbox{
    text-align: center;
}
.aboutus_section .cont .topbox h3{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.4em;
    margin-bottom: 100px;
}
.aboutus_section .cont .topbox .line{
    display: block;
    width: 60px;
    height: 2px;
    background-color: #333;
    margin: 0 auto;
}
.aboutus_section .cont_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px;
}
.aboutus_section .txt1{
    font-size: 40px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin-bottom: 40px;
}
.aboutus_section .txt2{
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    font-weight: 300; 
}
.aboutus_section .cont_wrap .txtbox{
    width: 55%;
}
.aboutus_section .cont_wrap .txtbox .line02{
    display: block;
    width: 2px;
    height: 60px;
    background-color: #333;
    margin: 0 auto;
}
.aboutus_section .frame{
    width: 45%;
}
.aboutus_section .frame img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* feature */
.aboutus_section .cont01 .cont_wrap_a .txtbox{
    /*max-width: 470px;*/
    text-align: center;
}
.aboutus_section .cont01 .cont_wrap_a .txtbox .line02{
    margin: 40px auto;
}
.aboutus_section .cont01 .cont_wrap_a .frame{
    max-width: 600px;
    height: 675px;
    margin-left: 10px;
}

.aboutus_section .cont01 .cont_wrap_b{
    flex-direction: row-reverse;
}
.aboutus_section .cont01 .cont_wrap_b .frame{
    max-width: 450px;
    height: 570px;
    margin-right: 10px;
}
.aboutus_section .cont01 .cont_wrap_b .txtbox{
    max-width: 610px;
}

.aboutus_section .cont01 .cont_wrap_c .frame{
    max-width: 500px;
    height: 540px;
    margin-left: 10px;
}



/* point */
.aboutus_section .cont02 .point_list{
    display: flex;
    justify-content: space-around;
    margin: 120px 0;
}
.aboutus_section .cont02 .point_list li{
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.05em;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;

    width: calc((100vw * 0.9 / 4) - (30px / 3));
    height: calc((100vw * 0.9 / 4) - (30px / 3));
    max-width: 230px;
    max-height: 230px;
    font-size: 28px;
    margin-right: 10px;
}
.aboutus_section .cont02 .point_list li:last-of-type{
    margin-right: 0;
}

.aboutus_section .cont02 .txtbox{
    text-align: center;
}
.aboutus_section .cont02 .txtbox .quote{
    font-size: 30px;
    margin-bottom: 60px;
}



/* 배너 */
.aboutus_section .banr{
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(/html/asset/img/about/point_bg.png);
    background-position: 70% 50%;
    margin-top: 150px;
}
.aboutus_section .banr .txtbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 7%;
}
.aboutus_section .banr .txtbox p.top{
    font-size: 34px;
}
.aboutus_section .banr .txtbox p.txt{
    font-size: 36px;
    letter-spacing: -0.05em;
    line-height: 1.4;
    font-weight: 300;
}
.aboutus_section .banr .txtbox p.txt b{
    font-size: 48px;
    font-weight: 700;
}
.aboutus_section .banr .txtbox .line{
    width: 70px;
    height: 2px;
    margin: 30px 0;
    background-color: #333;
}
.aboutus_section .banr .point_img{
    position: absolute;
    bottom: 0;
    right: 3%;
    width: 55%;
    max-width: 620px;
}
.aboutus_section .banr .point_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 갤러리 */ 
.cont03{
    position: relative;
    margin-bottom: 100px;
}
.cont03 .gallery_wrap{
    position: relative;
    padding: 175px 20px;
    margin-top: 120px;
}
.gallery_slide ul{
    align-items: flex-end;
    height: 350px;
}

.gallery_slide li{
    height: 245px;
    box-shadow: 5px 5px 12px rgba(194, 194, 194, 0.5);
    transition: transform 0.3s, height 0.3s;
}
.gallery_slide li.swiper-slide-active{
    height: 350px;
    box-shadow: none;
}
.gallery_slide li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_slide .navi{
    display: flex;
    position: absolute;
    right: 0px;
    top: 45px;
}
.gallery_slide .navi .pagination{
    color: #ccc;
    font-size: 24px;
    text-align: center;
    width: 70px;
}
.gallery_slide .navi .pagination .now{
    color: #333;
}
.gallery_slide .navi .arrow{
    position: unset;
    color: #1c1c1c;
    margin-top: 0;
    width: unset;
    height: unset;
}
.gallery_slide .swiper-button-next:after,
.gallery_slide .swiper-button-prev:after{
    font-size: 15px;
}

.slide_back{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 700px;
    height: 100%;
    background-color: #f5f3f1;
}
.slide_back p{
    position: absolute;
    left: 16%;
    color: #8e867e;
}
.slide_back .txt3{
    top: 125px;

    font-size: 16px;
    letter-spacing: 0.2em;
}
.slide_back .txt4{
    bottom: 60px;
    font-size: 28px;
    line-height: 1.4;
}






/* -------------------- 오시는 길 -------------------- */
.location_section .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.location_section .lft{
    margin-right: 10px;
}
.location_section .lft h3{
    font-size: 45px;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin-bottom: 30px;
}
.location_section .lft p{
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1.4;
    margin-bottom: 50px;
}
.location_section .lft .info{
    border-left: 2px solid #000;
}
.location_section .lft dl{
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    padding-left: 10px;
}
.location_section .lft dl:first-of-type{
    margin-bottom: 10px;
}
.location_section .lft dl dt{
    font-weight: 700;
}
.location_section .lft dl dt .hyphen{
    display: inline-block;
    margin: 0 3px;
}
.location_section .lft dl dd{
    letter-spacing: -0.05em;
    line-height: 1.3;
}

.location_section .rgt{
    width: 50%;
}
.location_section .rgt .video_wrap{
    max-width: 640px;
    height: 380px;
}
.location_section .rgt .video_wrap iframe{
    display: block;
    width: 100%;
    height: 100%;
}


.location_section .map{
    height: 400px;
}
.location_section .map iframe{
    width: 100%;
    height: 100%;
}




/* -------------------- 개인정보처리방침/이용약관 -------------------- */
.clause_section h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}
.clause_section p{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 2px;
}
.clause_section p.txt1{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}
.clause_section p.txt2{
    color: #333;
    font-weight: 500; 
    line-height: 30px;   
}
.clause_section p.txt3{
    padding-left: 10px;
}
.clause_section span.sub{
    display: block;
    line-height: 1.4;
    padding-left: 8px;
}






@media screen and (max-width:1024px) {
    
    /* -------------------- 변리사스쿨 소개 -------------------- */
    /* visual */
    .aboutus_section .visual .rgt{
        height: 550px;
    }
    .aboutus_section .visual .rgt p{
        font-size: 40px;
    }

    /* 공통 */
    .aboutus_section .cont .topbox h3{
        font-size: 36px;
        margin-bottom: 80px;
    }
    .aboutus_section .txt1{
        font-size: 36px;
    }
    .aboutus_section .txt2{
        font-size: 22px;
    }


    /* feature */
    .aboutus_section .cont_wrap .txtbox{
        width: 60%;
    }
    .aboutus_section .frame{
        width: 40%;
    }
    .aboutus_section .cont01 .cont_wrap_a .frame{
        max-width: 360px;
        height: 500px;
    }
    .aboutus_section .cont01 .cont_wrap_b .frame{
        max-width: 300px;
        height: 400px;
    }
    .aboutus_section .cont01 .cont_wrap_c .frame{
        max-width: 350px;
        height: 400px;
    }

    .aboutus_section .cont01 .cont_wrap_b .txtbox .txt2 br{display: none;}
    .aboutus_section .cont01 .cont_wrap_c .txtbox .txt2 br{display: none;}



    /* point */
    .aboutus_section .cont02 .point_list{
        margin: 100px 0;
    }
    .aboutus_section .cont02 .point_list li{
        font-size: 24px;
    }



    /* 배너 */
    .aboutus_section .banr{
        height: 420px;
    }
    .aboutus_section .banr .txtbox{
        padding-left: 5%;
    }
    .aboutus_section .banr .point_img{
        width: 55%;
        min-width: 480px;
    }
    .aboutus_section .banr .txtbox p.top{
        font-size: 28px;
    }
    .aboutus_section .banr .txtbox p.txt{
        font-size: 30px;
    }
    .aboutus_section .banr .txtbox p.txt b{
        font-size: 42px;
    }


    /* 갤러리 */
    .cont03 .gallery_wrap{
        padding: 150px 0;
        margin-top: 100px;
    }
    .gallery_slide{
        width: 95%;
    }
    .gallery_slide ul{
        height: 300px;
    }
    .gallery_slide li{
        height: 200px;
    }
    .gallery_slide li.swiper-slide-active{
        height: 300px;
    }
    .slide_back p{
        left: 17%;
    }
    .slide_back .txt3{
        top: 110px;
    }
    

}




@media screen and (max-width:991px) {
    
    /* -------------------- 오시는 길 -------------------- */
    .location_section .lft h3{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .location_section .lft p{
        font-size: 18px;
    }

    .location_section .rgt .video_wrap{
        height: 250px;
    }

}



@media screen and (max-width:900px) {

    /* 배너 */
    .aboutus_section .banr{
        height: 360px;
    }
    .aboutus_section .banr .point_img{
        width: 50%;
        min-width: 400px;
        right: 10px;
    }

}



@media screen and (max-width:800px) {


    /* -------------------- 변리사스쿨 소개 -------------------- */
    /* visual */
    .aboutus_section .visual .lft p{
        font-size: 18px;
    }
    .aboutus_section .visual .rgt{
        height: 500px;
    }
    .aboutus_section .visual .rgt p{
        font-size: 36px;
    }


    /* 공통 */
    .aboutus_section .cont_wrap{
        margin-top: 100px;
    }
    .aboutus_section .cont .topbox h3{
        font-size: 32px;
        margin-bottom: 60px;
    }
    .aboutus_section .txt1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .aboutus_section .txt2{
        font-size: 20px;
    }


    /* feature */
    .aboutus_section .cont01 .cont_wrap .frame{
        height: 350px;
    }
    .aboutus_section .cont01 .cont_wrap .txtbox{
        text-align: center;
    }

    .aboutus_section .cont01 .cont_wrap_a .txtbox .line02{
        display: none;
    }
    .aboutus_section .cont01 .cont_wrap_a .txtbox .txt2 br{display: none;}


    /* point */
    .aboutus_section .cont02 .point_list{
        flex-wrap: wrap;
        width: 85%;
        margin: 80px auto;
    }
    .aboutus_section .cont02 .point_list li{
        width: calc((100vw * 0.75 / 2) - 10px);
        height: calc((100vw * 0.75 / 2) - 10px);
        margin-bottom: 20px;
    }
    .aboutus_section .cont02 .point_list li:nth-of-type(2){
        margin-right: 0;
    }


    /* 배너 */       
    .aboutus_section .banr{
        height: 300px;
        margin-top: 100px;
    }
    .aboutus_section .banr .txtbox{
        padding-left: 4%;
    }
    .aboutus_section .banr .txtbox p.top{
        font-size: 20px;
    }
    .aboutus_section .banr .txtbox p.txt{
        font-size: 24px;
    }
    .aboutus_section .banr .txtbox p.txt b{
        font-size: 32px;
    }
    .aboutus_section .banr .txtbox .line{
        width: 50px;
    }
    .aboutus_section .banr .point_img{
        width: 54%;
        min-width: unset;
    }


    /* 갤러리 */    
    .cont03 .gallery_wrap{
        padding: 120px 0 150px;
        margin-top: 80px;
    }
    .slide_back{
        width: 100%;
        max-width: unset;
    }
    .slide_back p{
        left: 2.5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .slide_back .txt3{
        top: 80px;
    }
    .slide_back .txt4{
        text-align: center;
        bottom: 40px;
    }

    




    /* -------------------- 오시는 길 -------------------- */
    .location_section .top{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .location_section .lft{
        margin-bottom: 30px;
    }
    .location_section .lft h3{
        font-size: 36px;
        margin-bottom: 20px;
    }
    .location_section .lft p{
        font-size: 17px;
    }

    .location_section .lft dl{
        font-size: 15px;
    }

    .location_section .rgt{
        width: 100%;
    }
    .location_section .rgt .video_wrap{
        max-width: unset;
        height: 400px;
    }
    
}



@media screen and (max-width: 700px) {
	/* -------------------- 변리사스쿨 소개 -------------------- */
    /* visual */
    .aboutus_section .visual .lft p{
        font-size: 16px;
    }
    .aboutus_section .visual .rgt{
        height: 400px;
    }
    .aboutus_section .visual .rgt p{
        font-size: 28px;
        padding-left: 7%;
    }

    /* 공통 */
    .aboutus_section .cont_wrap{
        margin-top: 80px;
    }
    .aboutus_section .cont .topbox h3{
        font-size: 28px;
        margin-bottom: 40px;
    }
    .aboutus_section .txt1{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .aboutus_section .txt2{
        font-size: 18px;
    }

    .aboutus_section .cont_wrap{
        flex-direction: column-reverse;
    }
    .aboutus_section .cont01 .cont_wrap_b{
        flex-direction: column-reverse;
    }
    .aboutus_section .cont01 .cont_wrap .frame{
        width: 100%;
        max-width: unset;
        margin: 0;
        margin-bottom: 20px;
    }
    .aboutus_section .cont_wrap .txtbox{
        width: 90%;
        max-width: unset;
    }
    

    /* feature */
    .aboutus_section .cont01 .cont_wrap_a .frame img{
        object-position: bottom;
    }


    /* point */
    .aboutus_section .cont02 .point_list{
        width: 90%;
        margin: 60px auto;
    }
    .aboutus_section .cont02 .point_list li{
        width: calc((100vw * 0.8 / 2) - 10px);
        height: calc((100vw * 0.8 / 2) - 10px);
        font-size: 20px;
    }


    /* 배너 */
    .aboutus_section .banr{
        height: unset;
        padding-top: 50px;
    }
    .aboutus_section .banr .txtbox{
        padding-left: 6%;
    }
    .aboutus_section .banr .txtbox p.txt{
        padding-bottom: unset;
    }
    .aboutus_section .banr .txtbox .line{
        height: 1px;
        margin: 15px 0;
    }
    .aboutus_section .banr .point_img{
        position: unset;
        width: 90%;
        max-width: 420px;
        margin: 0 auto;
        margin-top: 50px;
    }


    /* 갤러리 */
    .cont03{
        margin-bottom: 50px;
    }
    .cont03 .gallery_wrap{
        padding: 120px 0;
        margin-top: 60px;
    }
    .cont03 .gallery_slide{
        padding-bottom: 35px;
    }
    .gallery_slide li{
        height: 300px;
    }
    .gallery_slide .navi{
        top: unset;
        bottom: 0px;
    }
    .gallery_slide .navi .pagination{
        font-size: 20px;
        width: 60px;
    }
    .gallery_slide .swiper-button-next:after,
    .gallery_slide .swiper-button-prev:after{
        font-size: 13px;
    }
    .slide_back p{
        left: 2.5%;
        transform: unset;
    }
    .slide_back .txt4{
        text-align: left;
        font-size: 24px;
        bottom: 50px;
    }
}



@media screen and (max-width:600px) {


    /* -------------------- 오시는 길 -------------------- */
    .location_section .lft h3{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .location_section .lft p{
        font-size: 16px;
        margin-bottom: 30px;
    }

    .location_section .lft dl{
        flex-direction: column;
        font-size: 14px;
    }
    .location_section .lft dl dt{
        margin-bottom: 3px;
    }
    .location_section .lft dl dt .hyphen{display: none;}

    .location_section .rgt .video_wrap{
        height: 300px;
    }
    .location_section .map{
        height: 300px;
    }



    /* -------------------- 개인정보처리방침/이용약관 -------------------- */
    .clause_section h2{
        font-size: 32px;
        margin-bottom: 50px;
    }
    .clause_section p{
        font-size: 15px;
    }
    .clause_section p.txt1{
        font-size: 17px;
        margin-bottom: 3px;
    }
    .clause_section p.txt2{
        line-height: 24px;
    }

}


@media screen and (max-width:425px) {
    

    /* -------------------- 변리사스쿨 소개 -------------------- */
    /* visual */
    .aboutus_section .visual .lft{
        position: relative;
    }
    .aboutus_section .visual .lft p{
        position: absolute;
        top: 50%;
        font-size: 15px;
        width: 70px;
        text-align: center;
    }
    .aboutus_section .visual .rgt{
        height: 300px;
        border-top-left-radius:120px;
    }
    .aboutus_section .visual .rgt p{
        font-size: 20px;
    }


    /* 공통 */
    .aboutus_section .cont_wrap{
        margin-top: 60px;
    }
    .aboutus_section .cont .topbox h3{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .aboutus_section .txt1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .aboutus_section .txt2{
        font-size: 16px;
    }


    /* feature */
    .aboutus_section .cont01 .cont_wrap .frame{
        height: 300px;
    }


    /* point */
    .aboutus_section .cont02 .point_list{
        margin: 40px auto;
    }
    .aboutus_section .cont02 .point_list li{
        font-size: 18px;
    }


    /* 배너 */ 
    .aboutus_section .banr{
        padding-top: 40px;
    }
    .aboutus_section .banr .txtbox p.top{
        font-size: 18px;
    }
    .aboutus_section .banr .txtbox p.txt{
        font-size: 22x;
    }
    .aboutus_section .banr .txtbox p.txt b{
        font-size: 28px;
    }
    .aboutus_section .banr .point_img{
        margin-top: 30px;
    }


    /* 갤러리 */ 
    .cont03 .gallery_wrap{
        padding: 100px 0;
        margin-top: 40px;
    }
    .slide_back .txt3{
        top: 60px;
    }
    .slide_back .txt4{
        font-size: 20px;
        bottom: 40px;
    }
}


@media screen and (max-width:400px) {


    /* -------------------- 오시는 길 -------------------- */
    .location_section .lft h3{
        font-size: 24px;
    }
    .location_section .lft p{
        font-size: 15px;
    }

    .location_section .rgt .video_wrap{
        height: 200px;
    }



    /* -------------------- 개인정보처리방침/이용약관 -------------------- */
    .clause_section h2{
        font-size: 28px;
        margin-bottom: 40px;
    }
}

