/*  header start */
@media(max-width:1740px) {
    #header .top_wrap .logo {
        width: 25%;
    }

    #header .top_wrap .nav {
        width: 75%;
        justify-content: center;
        align-items: center;
    }

    #header .top_wrap .etc {
        width: auto;
        position: absolute;
        right: 0;
        z-index: 9999999999999999999999999999999999999999999999999999999999;
        color: #fff;
        padding-top: 32px;
        font-size: 13px;
    }

    #header .top_wrap .etc ul {
        margin-top: 15px;

    }

    .top_right_etc #hd_sch {
        display: none;
    }


    @media(max-width:1440px) {}

}

@media(max-width:1600px) {}

@media(max-width:1400px) {

    .top_right_etc p {
        border-radius: 0em;
        border: 1px #fff solid;
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        -ms-border-radius: 0em;
        -o-border-radius: 0em;
        width: 90px;
        height: 35px;
        color: #fff;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        text-align: center;
        padding-top: 8px;
        font-weight: 600;
        font-size: 12px;
        /*margin-left: 20px;
        */
        margin-top: 0;
    }

    .top_right_etc p i {
        margin-left: 10px;
        font-size: 12px;
    }

    .top_right_etc ul {
        padding: 0;
        border: 0;
        min-width: 90px;
        background: #fff;
        background: transparent;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: none;
        border: 1px #ddd solid;
        border-radius: 0em;
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        -ms-border-radius: 0em;
        -o-border-radius: 0em;
    }

    .top_right_etc ul li a {
        line-height: 18px;
        font-size: 13px;
        color: #000;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 400;
        color: #fff;
        /*border-bottom: 1px rgb(231, 231, 231) solid;
        */

        border-radius: .6em;
        -webkit-border-radius: .6em;
        -moz-border-radius: .6em;
        -ms-border-radius: .6em;
        -o-border-radius: .6em;
    }
}

@media(max-width:1300px) {
    #header {
        height: 80px;
        transition: .5s height, .2s background;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;

    }
	
	#header .top_wrap .logo {width:30%;}
	#header .top_wrap .nav {width:70%;}


    .header h1 {
        padding-top: 8px;
        padding-left: 0;
    }

    .header h1 a {
        overflow: hidden;
        display: block;
        background: url(../../img/common/logo_small.png) 0 0 no-repeat;
        text-indent: -9999px;

    }

    .header .gnb li {
        float: left;
        /* width: 150px; */
        width: 110px;
        text-align: left;
    }

    .header .gnb .depth1>a {
        display: block;
        height: 40px;
        padding: 30px 0 0;
        font-size: 16px;
    }

    /* header_hover */
    #header.all {
        height: 340px;
        background: #fff;
        z-index: 1100;
    }

    #header.all:before {
        position: absolute;
        left: 0;
        top: 85px;
        width: 100%;
        height: 260px;
        background: #f1f1f3;
        content: "";
    }

    .header.all .gnb_wrap .depth2>li>a {
        padding-bottom: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1em;
        color: rgb(87, 87, 87);
        font-family: 'Noto Sans KR', sans-serif;
        display: inline-block;
        position: relative;
    }

    #header.sticky {
        top: -15px;
    }

    .header.sticky h1 {
        /* padding-top: 22px;
        padding-left: 30px;
        width: 120px; */

        padding-top: 36px;
    }

    .header.sticky .gnb .depth1>a {
        display: block;
        padding: 38px 0 0;
        font-size: 16px;
    }

    .s_visual_wrap {
        margin-top: 0px;
    }

    .s_visual_wrap .slide .content {
        top: 48%;

    }



    /* 서브 메뉴 */
    #nav_center ul li {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-weight: 500;

    }

    #nav_center ul li a {
        font-size: 15px;
        font-weight: 500;
        padding-top: 26px;
        padding-bottom: 26px;
        display: block;
    }

    #nav_center ul li.active a {
        border-bottom: 1px #000 solid;
        font-weight: 600;
        color: #000;

    }

    /* 서브 메뉴 마감 */
	
	
	/* ******************** 24-04-27 추가 ********************* */
	#index_wrap section.section02 {width:100%; padding:0 30px; margin:50px 0;}
	#index_wrap section.section02 .flex .left,
	#index_wrap section.section02 .flex .right {width:100%;}
	#index_wrap section.section02 .flex .right .slider-index {margin:30px auto 0;}
	#index_wrap section.section02 .flex .left .left-flex .box .wrap {height:400px; background-position:50%;}
	
	/* .s-slide .box {width:100% !important;} */
	/* section.section05 .slick-slider .slick-track {width:100% !important;} */
	
	#index_wrap section.section06 .flex01 {flex-wrap:wrap; width:100%; padding:0 30px;}
	#index_wrap section.section06 .flex01>div {width:100% !important;}
	#index_wrap section.section06 .form_wrap {padding:0 !important;}
	
	
	
	/* ******************** 24-06-07 추가 ********************* */
	#index_wrap section.section05 .s-slide .box {margin-left:0; margin-right:0;}

}

@media only screen and (max-width: 1400px) and (min-width: 600px) {
    /* 여기에 적용할 스타일 작성 */
	#index_wrap section.section05 .s-slide .box {width:100% !important; margin-top:10px;}
}


@media(max-width:1100px) {
    .top_right_etc .eng-btn {
        display: none;
    }
}




@media(max-width:991px) {
    .animate {
        opacity: 1;
    }

    .header.sticky {
        display: none;
    }

    #header .nav {
        display: none;
    }

    .js-offcanvas-btn {
        display: block;
    }

    .sidebar-offcanvas {
        display: block !important;
    }

    #header .top_wrap .logo {
        width: 80%;
    }

    #header .top_wrap .nav {
        width: 80%;
        justify-content: center;
        align-items: center;
    }

    #header .top_wrap .etc {

        padding-top: 29px;
        font-size: 13px;
        margin-right: 60px
    }

    /* 인덱스 */

    #index_wrap {}

    #index_wrap section.section01 .flex {
        display: flex;
        margin-top: 40px;
        margin-bottom: 40px;
        flex-direction: column;

    }

    #index_wrap section.section01 .flex .title {
        font-size: 22px;
        font-weight: 900;
        color: #000;
        line-height: 30px;

    }

    #index_wrap section.section01 .flex .title h1 {

        font-size: 22px;
        font-weight: 900;
        color: #000;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;




    }

    #index_wrap section.section01 .flex .title h1::before {
        position: absolute;
        width: 100%;
        height: 6px;
        background: rgba(0, 138, 255, 0.2);
        content: '';
        margin-top: 28px;
    }

    #index_wrap section.section01 .flex .text {
        width: 100%;
        margin-left: auto;
        line-height: 20px;
        font-size: 14px;
    }

    #index_wrap section.section01 .flex .text p {
        margin-top: 20px;
    }

    #index_wrap section.section02 {
		margin:30px 0;
        padding-left: 15px;
        padding-right: 15px;


    }

    #index_wrap section.section02 .flex {
        display: flex;
        flex-direction: column;

    }

    #index_wrap section.section02 .flex .left,
    #index_wrap section.section02 .flex .right {
        width: 100%;
    }

    #index_wrap section.section02 .flex .left .left-flex {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;

    }

    #index_wrap section.section02 .flex .left .left-flex .box.company,
    #index_wrap section.section02 .flex .left .left-flex .box.video {
        width: 50%;


    }

    #index_wrap section.section02 .flex .left .left-flex .box.box03 {
        width: 100%;
        margin-top: 10px;
    }

    #index_wrap section.section02 .flex .left .left-flex .box.box03 .wrap {
        height: 180px;
    }

    #index_wrap section.section02 .flex .left .left-flex .box.box03 .wrap h2 {
        top: 50%;
        height: 180px;
    }

    #index_wrap section.section02 .flex .left .left-flex .box.video .youtube {
        display: flex;
        justify-content: left;
    align-items: end;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    #index_wrap section.section02 .flex .left .left-flex .box.video .youtube i {
        color: #fff;
        font-size: 68px;
        text-decoration: none;
        z-index: 99999999999999999999999999999999999999999999999999999999;
    }

    #index_wrap section.section02 .flex .left .left-flex .box.video a {
        text-decoration: none;
    }

    #index_wrap section.section02 .flex .left .left-flex .box.video a:hover i {}

    #index_wrap section.section02 .flex .left .left-flex .box .wrap {
        margin-left: 5px;
        margin-right: 5px;
        height: 140px;
        background: #eee;
        position: relative;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
        background-repeat: no-repeat;
        background-size: cover;
		background-position:center;
    }



    #index_wrap section.section02 .flex .left .left-flex .box .wrap h2,
    #index_wrap section.section02 .flex .left .left-flex .box .wrap p {
        position: absolute;
        color: #fff;
        z-index: 2;
        width: 100%;
        transition: opacity 0.2s, transform 0.3s;
    }
	
	

    /* #index_wrap section.section02 .flex .left .left-flex .box .wrap:hover {
        transition: all 0.3s ease-in-out;
    }

    #index_wrap section.section02 .flex .left .left-flex .box .wrap:hover:before {
        transition: all 0.3s ease-in-out;
    } */

    #index_wrap section.section02 .flex .left .left-flex .box .wrap h2 {
        top: 37%;
        transform: translate3d(0, 60px, 0);
        font-family: 'Titillium Web', sans-serif;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1px;
        -webkit-transform: translate3d(0, 60px, 0);
        -moz-transform: translate3d(0, 60px, 0);
        -ms-transform: translate3d(0, 60px, 0);
        -o-transform: translate3d(0, 60px, 0);
    }

    #index_wrap section.section02 .flex .left .left-flex .box .wrap p {
        opacity: 0;
        bottom: 0;
        transform: translate3d(0, -10px, 0);
        font-size: 16px;
        letter-spacing: 1px;
        display: none;
    }

    #index_wrap section.section02 .flex .left .left-flex .box .wrap:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(3, 3, 3, 0.5) 75%);
        /* background: #000; */
        /* background: rgba(0, 0, 0, 0.5);  */
        z-index: 2;
        bottom: -100%;
        left: 0;
    }

    #index_wrap section.section02 .flex .left .left-flex .box .wrap:hover:before {
        bottom: 0;
    }

    #index_wrap section.section02 .flex .left .left-flex .box .wrap:hover h2 {
        bottom: 40px;
        transform: translate3d(0, 20px, 0);
    }

    #index_wrap section.section02 .flex .left .left-flex .box .wrap:hover p {
        opacity: 1;
        transform: translate3d(0, -30px, 0);
        display: none;
    }

    #index_wrap section.section02 .flex .right {
        margin-left: 0;
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 100%; */
        position: relative;
        margin-top: 10px;
    }
	
	/* ******************** 24-04-27 추가 ********************* */
	#index_wrap section.section02 .flex .left .left-flex .box {width:100% !important;}
	#index_wrap section.section02 .flex .left .left-flex .box .wrap {height:300px !important;}
	#index_wrap section.section02 .flex .left .left-flex .box+.box {margin-top:15px !important;}
	/* section.section05 .slick-slider .slick-track {width:100% !important;} */

    #index_wrap section.section02 .flex .right .slider-index {
        /* padding-left: 5px; */
        /* padding-right: 5px; */
		width:100% !important;
		margin-top:15px;
    }

    #index_wrap section.section02 .flex .right .slider-index .item {
        /* height: 100%; */
        max-height: 320px;
        /* margin-left: 15px;
        margin-right: 15px; */
        position: relative;
        overflow: hidden;


    }
	

    #index_wrap section.section02 .flex .right .slider-index .item img {
        width: 100%;
        height: auto;
    }

    #index_wrap section.section02 .flex .right .slider-index .item h2,
    #index_wrap section.section02 .flex .right .slider-index .item p {
        position: absolute;
        color: #fff;
        z-index: 9999999999999999999999999999999999999999;
        width: 100%;
        transition: opacity 0.2s, transform 0.3s;
        padding-left: 15px;
        padding-right: 15px;
    }

    #index_wrap section.section02 .flex .right .slider-index .item:hover {
        transition: all 0.3s ease-in-out;

    }

    #index_wrap section.section02 .flex .right .slider-index .item:hover:before {
        transition: all 0.3s ease-in-out;
    }

    #index_wrap section.section02 .flex .right .slider-index .item h2 {
        top: 57%;
        transform: translate3d(0, 60px, 0);
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        -webkit-transform: translate3d(0, 60px, 0);
        -moz-transform: translate3d(0, 60px, 0);
        -ms-transform: translate3d(0, 60px, 0);
        -o-transform: translate3d(0, 60px, 0);
    }

    #index_wrap section.section02 .flex .right .slider-index .item p {
        opacity: 1;
        bottom: 8px;
        transform: translate3d(0, -10px, 0);
        font-size: 12px;
        letter-spacing: 1px;
    }

    #index_wrap section.section02 .flex .right .slider-index .item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(3, 3, 3, 0.5) 75%);
        /* background: #000; */
        z-index: 2;
        bottom: -100%;
        left: 0;
    }

    #index_wrap section.section02 .flex .right .slider-index .item:hover:before {
        bottom: 0;
    }

    #index_wrap section.section02 .flex .right .slider-index .item:hover h2 {
        bottom: 40px;
        transform: translate3d(0, 20px, 0);
    }

    #index_wrap section.section02 .flex .right .slider-index .item:hover p {
        opacity: 1;
        transform: translate3d(0, -30px, 0);
    }

    #index_wrap section.section02 .flex .right .slider-index {
        z-index: 99999999999999999999;
        position: relative;

    }




    /* 슬라이드 옵션 */
    .arrows_wrap {
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;

        display: flex;
        align-items: center;
    }

    .s-Arrows2 i {
        font-size: 14px;
        color: #fff;
        padding-top: 0px;
    }



    .Slick-Next2,
    .Slick-Prev2 {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #fff;
        background: rgba(255, 255, 255, 0.5);
        background: transparent;
        border: 1px rgba(255, 255, 255, .5) solid;
        border: 0;
        color: #fff;
        border-bottom: 0;
        /*margin-left: 1px;
    */
        cursor: pointer;
        text-align: center;
        transition: all 0.2s;
        /*transition: all 0.5s;
    */
        padding-bottom: 0;
        margin-bottom: 0;
        bottom: 0;
        border-radius: 3em;
        -webkit-border-radius: 3em;
        -moz-border-radius: 3em;
        -ms-border-radius: 3em;
        -o-border-radius: 3em;
        z-index: 9999999999999999999999999999999999;
    }

    .Slick-Prev2.active,
    .Slick-Next2.active {
        background: transparent;
        border: 1px rgba(255, 255, 255, 1) solid;
        border: 0;
        color: #fff;
    }

    .Slick-Prev2.active i,
    .Slick-Next2.active i {
        color: #fff;
    }

    .Slick-Next2:hover,
    .Slick-Prev2:hover {
        /*    background-color: rgba(255, 255, 255, 0.1);*/
        background: transparent;
        border: 1px rgba(255, 255, 255, 1) solid;
        color: #fff;
    }

    .Slick-Next2:hover i,
    .Slick-Prev2:hover i {
        color: #fff;
    }

    .Slick-Next2 {
        right: 20px;
        position: absolute;
        top: 48%;


    }

    .Slick-Prev2 {
        left: 20px;
        position: absolute;
        top: 50%;
    }

    /* 슬라이드 옵션 마감 */

    #index_wrap section.section03 {
        position: relative;
        margin-top: 40px;


    }

    #index_wrap section.section03 .swiper-container02 {
        background: #000;
    }

    #index_wrap section.section03 .swiper-container02 .text_wrap {
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #index_wrap section.section03 .swiper-container02 .text_wrap .container {
        display: flex;
        align-items: center;
        height: 100%;

    }

    #index_wrap section.section03 .swiper-container02 .text_wrap .container .text {
        position: relative;
        /* color: #686868; */
       
        z-index: 2;
        text-align: center;
    }

    #index_wrap section.section03 .swiper-container02 .text_wrap .container .text h1 {
        /* font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif; */
        font-family: 'NanumSquare', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 12px;
    }
    #index_wrap section.section03 .swiper-container02 .text_wrap .container .text p {
        color: rgba(255, 255, 255, .5);
        font-size: 14px;

    }

    #index_wrap section.section03 .swiper-container02 .text_wrap .container .text p .btn-1 {
        margin-top: 20px;
        width: 120px;
        text-align: center;
        background-color: transparent;
        border: 1px rgba(255, 255, 255, .2) solid;

    }

    #index_wrap section.section03 .swiper-container02 .text_wrap .container .text p .btn-1::before {
        background-color: transparent
    }

    #index_wrap section.section03 .swiper-container02 .text_wrap .container .text p .btn-1 span {
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.2s 0.1s;
        padding: 12px 16px;
        font-size: 14px;


    }

    #index_wrap section.section03 .swiper-container02 .text_wrap .container .text p .btn-1 span:hover {
        color: rgb(255, 255, 255);
        transition: 0.2s 0.1s;
    }



    #index_wrap section.section03 .swiper-slide .swiper-img {
        height: 80vmin;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
    }



    #index_wrap section.section03 .swiper-container02 .swiper-pagination {
        bottom: 20px !important;
        z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
        display: block !important;
    }

    #index_wrap section.section03 .swiper-container02 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-radius: 2em !important;
        background: rgba(255, 255, 255, .5);
        opacity: 1;
        transition: 1s;
    }

    #index_wrap section.section03 .swiper-container02 .swiper-pagination-bullet-active {
        width: 34px;
        transition: width .5s;
        border-radius: 5px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid #fff;
    }

    #index_wrap section.section04 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #index_wrap section.section04 .title {
       
        margin-bottom: 30px;
    }

    #index_wrap section.section04 .title h1 {
        font-size: 20px;
        padding-bottom: 12px;
        color: #000;
        font-weight: 800;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }
    #index_wrap section.section04 .title p {
        color: #a0a0a0;
        font-size: 14px;
    }

    #index_wrap section.section04 .gall_wrap .swiper-slide img {
        width: 100%;
        height: auto;
    }

    #index_wrap section.section04 .gall_wrap .swiper-slide .caption {
        font-size: 12px;
        color: #a7a7a7;
        margin-top: 10px;
        font-family: 'Spoqa Han Sans Neo', 'Nanum Gothic', 'sans-serif';
    }

    #index_wrap section.section04 .gall_wrap .swiper-slide .box {
        display: flex;
    }

    #index_wrap section.section04 .gall_wrap .swiper-slide .box .wrap {
        width: 24%;
    }

    #index_wrap section.section04 .gall_wrap .swiper-slide .caption h2 a {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        padding-top: 8px;
        padding-bottom: 8px;
        font-family: 'Spoqa Han Sans Neo', 'Nanum Gothic', 'sans-serif';
        display: block;

    }

    #index_wrap section.section05 {
        background-size: cover;
        background-position: center;
        height: auto;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;

    }


    #index_wrap section.section05 h2 {
        color: #fff;
        font-size: 32px;
        line-height: 1.4;
        font-weight: 700;
        font-family: 'NotoSans', 'sans-serif';
    }
	
	#index_wrap section.section06 {
		padding:50px 15px;
	}
	#index_wrap section.section06 .flex01 {padding:0;}
	#index_wrap section.section06 .flex01 .left h2 {
		font-size: 28px;
        line-height: 1.4;
        font-weight: 700;
        font-family: 'NotoSans', 'sans-serif';
	}
	#index_wrap section.section06 .flex01 .left .tel-flex {margin-top:30px;}
	#index_wrap section.section06 .flex01 .left dl dt a {font-size:30px;}
	
	#index_wrap section.section06 .form_write textarea {height:150px;}
	#index_wrap section.section06 .form_write input {height:50px;}
	
	#index_wrap section.section06 .form_write .flex {flex-wrap:wrap;}
	#index_wrap section.section06 .form_write .flex>div {width:100% !important;}
	#index_wrap section.section06 .form_write .flex>div+div {margin-top:5px;}
	#index_wrap section.section06 .form_write .flex {margin-bottom:5px;}
	#index_wrap section.section06 .form_write .btn_wrap {margin-top:5px;}
	#index_wrap section.section06 .form_write .btn_wrap .send .btn {height:60px;}
	
    #index_wrap section.section07 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #index_wrap section.section07 .swiper-container02 .slider-gallery02 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    
    #index_wrap section.section07 .slider-gallery02 .slider img {
        border: 1px #e6e6e6 solid;
    }
    
    #index_wrap section.section07 .slider-gallery02 .slider a:hover,
    #index_wrap section.section07 .slider-gallery02 .slider a:focus {
        outline: none;
    
    }
    #index_wrap section.section07 .slider-gallery02 .slider .slick-list {
        margin:0 -3px;
    }
    
    #index_wrap section.section07 .slider-gallery02 .slick-slide {
        margin:0 3px;
    }
    

    /* 인덱스 마감 */



    /* 서브 슬라이더 */

    .s_visual_wrap .slide {
        height: 180px;

    }


    .s_visual_wrap .slide li {
        height: 180px;
		background-position:0 50% !important;

    }

    .s_visual_wrap .slide .content {
        top: 52%;

    }

    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
    }

    .s_visual_wrap .slide .content h1 {
        font-size: 24px;
        font-weight: 800;
        color: #000;
        font-family: 'NotoSans',sans-serif;
        padding: 0;
        padding: 0;
    }

    .s_visual_wrap .slide .content p {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin-top: 6px;
		display:none;
    }

    /* 서브 슬라이더 마감 */

    /* 서브 드롭다운 */
    .breadcrumbs {}

    .breadcrumbs {
        width: 100%;
        display: block;
        position: absolute;
        background: #fff;
        z-index: 9;

        display: none;
    }

    .breadcrumbs .container {
        padding: 0;
        margin: 0;
    }

    .breadcrumbs ul {
        border-top: 1px #ddd solid;
    }

    .breadcrumbs ul li {
        z-index: 2;
        text-align: left;
        border-bottom: 1px #ddd solid;


    }

    .breadcrumbs ul li a {
        display: block;
        font-size: 17px;
        font-weight: 600;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 25px;
        padding-right: 25px;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }

    .breadcrumbs ul li a:focus,
    .breadcrumbs ul li a:hover {
        text-decoration: none;
    }

    .breadcrumbs li i {
        float: right;
        transition: 0.3s all ease;
        margin-top: 23px;
        margin-right: 15px;
        font-size: 17px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        
    }
  
    .breadcrumbs li:hover i {
        transform: rotate(180deg);
    }
    .breadcrumbs ul li ul li a {
        font-size:14px;
        font-weight:400;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }

    /* 서브 드롭다운 마감 */
    /*  서브 레이아웃 */
    #sub_content {
        margin-top: 50px;
    }

    #sub_content .page-header {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #sub_content .page-header h1 {
        font-size: 56px;
        font-weight: 900;
        color: #000;
        font-family: 'NotoSans',sans-serif;
        margin-bottom: 8px;

    }

    /*  서브 레이아웃 마감 */

    /* footer */


    footer.sub {
        margin-top: 60px;
    }

    footer .btn-default {
        background-color: #fff;
        background-image: none;
        text-shadow: none;
        box-shadow: none;
        border: 1px #dddddd solid;
        padding: 4px 11px;
        border-radius: 0;

    }

    footer .footer-menu {
        padding-top: 2px;
        padding-bottom: 4px;
        background-color: #050505;
        border-bottom: 1px #050505 solid;
        text-align: center;
        margin: 0 auto
    }

    footer .footer-menu ul {
        padding-top: 22px;
        padding-bottom: 0px;
    }

    footer .footer-menu ul li:nth-child(2)::before {
        display: none;
    }

    footer .footer-menu ul li:before {
        color: #464646;
    }

    footer .footer-menu ul li a {
        font-size: 13px;
        color: #92959b;
        font-weight: 500;
        padding-left: 3px;
        padding-right: 3px;
    }

    footer .footer-menu ul li a.blue {
        color: #92959b
    }


    footer address {
        margin-top: 12px;
        font-size: 13px;
        line-height: 19px;
        color: #979ba3;
        font-style: normal;
        text-align: center;
    }

    footer p {
        margin-top: 0;
        padding-top: 6px;
        color: #979ba3 !important;
        font-size: 13px;
    }



}




	.pc-tablet {display:block !important;}
	.only-mobile {display:none !important;}
	
	

	
/* ************************ 모바일 (0~767) ************************ */
@media screen and (max-width: 767px) {
	.pc-tablet {display:none !important;}
	.only-mobile {display:block !important;}
	
	
	
	.mobile-gnb h1,
	.header h1 a {height:70px; background-size:auto 70px;}
	
	.gnb-menu .sidebar-menu .sidebar-submenu {padding-left:0; margin:0;}
	
	#sub_content {margin-top:0;}
	#sub_content .page-header h1 {
        font-size: 22px;
        font-weight: 900;
        font-family: 'NotoSans',sans-serif;
        margin-bottom: 20px;
		margin-left:-15px; margin-right:-15px;
		padding:15px 20px; background:#52a2df; color:#fff;

    }
	
	footer .breadcrumb {display:none;}
}


@media(max-width:600px) {
    /* body {border:3px solid red !important;} */
	/* #index_wrap section.section05 .s-slide .box {border:1px solid red; width:300px !important;} */
	/* #index_wrap section.section05 .s-slide .box {transform:translate3d(0,0,0) !important;} */
	
}


