@media (max-width: 1280px) {
    .top_right_menu {
        display: none;
    }
}
@media (max-width: 1439px) {
    .index-content section.section-03 .history .his-flex {
        display:block;
    }
    .index-content section.section-03 .history .his-flex .his {
        width: 100%;
    }
}

@media (max-width: 991px) {
    /* 본문 크기 14px height 22 */

    /*    숨케 메인 */
    


    .index-content section.section-01 {
        background-color: #f9f9f9;
        padding-top: 50px;
        padding-bottom: 30px;
        
    }

    .index-content section.section-01 dl {
        text-align: center;
    }

    .index-content section.section-01 dl dt {
        font-size: 20px;
        font-family: 'Nanum Myeongjo';
        margin-bottom: 18px;
        font-weight: 600;
        line-height: 29px;
    }

    .index-content section.section-01 dl dt span {
        color: #96674b;
        font-weight: 600;
        position: relative;
        display: inline-block;
    }

    .index-content section.section-01 dl dt span:before {
        display: none;
    }

    .index-content section.section-01 dl dd {
        color: #636363;
        font-size: 14px;
        line-height: 24px;
        font-family: 'NanumSquare';
    }

    section .title_wrap h1 {
        font-size: 20px;
    }

    section .title_wrap p {
        font-size: 13px;
        color: #636363;
        margin-top: 12px;
    }


    .index-content section.section-02 {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .index-content section.section-02 .box_wrap {
        margin-top: 25px;
    }

    .index-content section.section-02 .p_5 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .index-content section.section-02 .box {
        height: 140px;
        /* background: #f5f5f5; */
        border: 1px #ddd solid;
        background-repeat: no-repeat;
        border-radius: 0.4em;
        background-size: 40%;
        background-position: 50% 40%;
        transition: all 0.2s ease-in-out;
    }

    .index-content section.section-02 .box:hover {
        border: 1px #ddd solid;
        background-color: #f8f8f8;
        background-position: 50% 45%;
    }

    .index-content section.section-02 .box p {
        bottom: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 8px;
    }

    .index-content section.section-02 .tip {
        text-align: center;
        margin-top: 15px;
        font-size: 13px;
        display: none;
    }
    .index-content section.section-03 {
    }
    .index-content section.section-03 .row-flex {
        display:block;
        justify-content: center;
    
    }
    .index-content section.section-03 .image {
        height: 60vmin;
    }
    .index-content section.section-03 .image,
    .index-content section.section-03 .ceo {
        padding: auto;
        margin: auto;
        width: 100%;
    }
    .index-content section.section-03 .content {
       
        padding-bottom: 0px;
    }
    .index-content section.section-03 .content {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        
    }

    .index-content section.section-03 dl {
        text-align: center;
    }

    .index-content section.section-03 dl dt {
        font-size: 26px;
        font-weight: 100;
        font-family: 'Nanum Myeongjo';
        margin-bottom: 12px;
    }

    .index-content section.section-03 dl dt span {
        font-size: 26px;
        font-weight: 900;
    }

    .index-content section.section-03 dl dd {
        color: #616161;
        font-size: 14px;
        line-height: 24px;
    }



    .index-content section.section-03 p a.btn:before {
        width: 122px;
        height: 1px;
        content: "";
        position: absolute;
        background-color: #000;
        margin-top: 30px;
        margin-left: 10px;
    }

    .index-content section.section-03 .history {
        margin-top: 20px;
        border: 1px rgb(212, 212, 212) solid;
        padding: 20px 20px;
        border-radius: 0.4em;
        margin-bottom: 30px;
    }

    .index-content section.section-03 .history h4 {
        font-size: 18px;
        color: #735d5d;
        font-weight: 900;
        /* display: inline-block; */
        display: inline-block;
        /* text-align: center; */
        padding: 0;
        position: relative;
        border-radius: 3em;
        margin-bottom: 15px;
        background: none;
        
        /* width: 100%; */
    }

    .index-content section.section-03 .history h4::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #735d5d;
        content: '';
        margin-top: 22px;
    }


    .index-content section.section-03 .history span.text {
        font-size: 14px;
        color: #363636;
        line-height: 24px;
       
    }
 
    .index-content section.section-04 .flex_wrap {
        display:block;
    
    
         
    }
    .index-content section.section-04 .flex_wrap .box_wrap {
        width: 100%;
    }
    .index-content section.section-04 .flex_wrap .box_wrap.box01 {
        background: url('../../img/main/b_01_n01.jpg');
        background-size: cover;
        display: flex;
        align-items: center; 
        height: 52vmin; 
        background-repeat: no-repeat;
        
    }
    .index-content section.section-04 .flex_wrap .box_wrap.box02 {
        background: url('../../img/main/b_02_n01.jpg');
        background-size: cover;
        display: flex;
        align-items: center;
        height: 52vmin; 
        background-repeat: no-repeat;
        
    }
    .index-content section.section-04 .flex_wrap .box_wrap .text {
        /* font-size:40px; */
        font-size:4vmin;
        margin-left: 8vmin;
    }
    .index-content section.section-04 .flex_wrap .box_wrap .text h1 {
        font-size:4vmin;
        font-weight:900;
        margin-bottom: 0;
    }
    .index-content section.section-04 .flex_wrap .box_wrap .text h1 span {
        color: #cc8726;
    }
    .index-content section.section-04 .flex_wrap .box_wrap.box02 .text h1 span {
        color: #6363a0;
    }
    .index-content section.section-04 .flex_wrap .box_wrap .text .btn_wrap {
        text-align: left;
    }
    .index-content section.section-04 .flex_wrap .box_wrap .text a.btn {
        font-size:14px;
        background: #cc8726;
        color: #fff;
        border-radius: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        min-width: 120px;
        height: 46px;
        line-height: 46px;
    }
    .index-content section.section-04 .flex_wrap .box_wrap .text a.btn i {
        margin-left: 12px;
    }
    .index-content section.section-04 .flex_wrap .box_wrap.box02 .text a.btn {
        background: #6363a0;
    }

    /* .index-content section.section-04 {
        background-color: #f0efeb;
    }

    .index-content section.section-04 .parallax_wrap {
        background-position: 70% 0% !important;
        background-repeat: no-repeat;
        background-size: 200%;

    }

    .index-content section.section-05 .parallax_wrap {
        background-position: 30% 0% !important;
        background-repeat: no-repeat;
        background-size: 200%;
    }

    .index-content section.section-04 .text-box {
        margin-left: 0;
        font-size: 14px;
    }

    .index-content section .text-box.type01 {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .index-content section .text-box.type01 h2 {
        font-size: 16px;
        font-weight: 100;
        color: #000;
        line-height: 24px;

    }

    .index-content section .text-box.type01 strong {
        font-weight: 900;
    }

    .index-content section .text-box.type01 h2 span.color-orenge {
        color: #cc8726;
    }

    .index-content section .text-box.type01 h2 span.color-bora {
        color: #6363a0;
    }

    .index-content section .text-box.type01 p {
        display: none;
    }

    .index-content section .text-box.type01 a.btns {
        font-size: 13px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

    .index-content section .text-box.type01 a.btns:hover,
    .index-content section .text-box.type01 a.btns:focus {
        text-decoration: none;
        cursor: pointer;
    }

    .index-content section .text-box.type01 a.btns:before {
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        background-color: #735d5d;
        margin-top: 16px;
        display: none;
    }

    .index-content section.section-05 .text-box {
        text-align: right;
        margin-right: 0;
    } */
    .index-content section.section-06 {
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #f4f4f4;
    }
    .index-content section.section-06 .pic-list {
        margin-top: 20px;
    } 
    .index-content section.section-10 .box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .index-content section.section-10 .parallax_wrap  {
        margin: 0;
        padding: 0;
        background: none !important;
    }
    .index-content section.section-10 .box {
        padding-top: 0px;
        padding-bottom: 0px;
        border: 0;
    }
    
    .index-content section.section-10 .row-flex {
       display:block
    
    }
    
    .index-content section.section-10 .row-flex .img_bg {
        width: 100%;
        display:none;
    }
   
    .index-content section.section-10 .row-flex .text_wrap {
        width: 100%;
        background: #fff;
        /* display:flex;
        align-items: center; */
        padding-top: 0;
    }
    
    .index-content section.section-10 .text-box {
        background: #fff;
        padding: 0;
        /* display:flex;
    align-items: center; */
    width: 100%;
    }
    
    .index-content section.section-10 .text-box span.num01 {
        font-size: 13px;
        color: #929292;
    }
    
    .index-content section.section-10 .text-box dl {
        margin-top: 0;
        text-align: left;
        padding-top: 0;
    
    }
    .index-content section.section-10 .text-box dl dt {
        font-size: 20px;
        color: #404040;
        font-weight: 100;
        line-height: 28px;
        padding-bottom: 0px;
        font-weight:900;
 }
    .index-content section.section-10 .text-box dl dt br {
        display:none;
    }
    
    .index-content section.section-10 .text-box dl dt span.bold {
        font-weight: 900;

    
    
    }
    .index-content section.section-10 .text-box dl dt  span.bold::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #96674b;
        content: '';
        margin-top: 26px;
        display:none;
    }
    
    .index-content section.section-10 .text-box dl dt span.color {
        font-weight: 900;
        color: #96674b;
    
    }
    
    .index-content section.section-10 .text-box dl dd {
        color: #636363;
        font-size: 13px;
        text-align: left;
        margin-top: 5px;
        
    }
    .index-content section.section-10 .text-box dl dd p {
        margin: 0 auto;
        text-align: center;
        padding-top: 28px;
        padding-bottom: 24px;
    }
    .index-content section.section-10 .latests {
        padding: 0;
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    .index-content section.section-10 .latests .aflex .boxs  {
        border: 1px #ddd solid;
        width: 100%;
    }
    .index-content section.section-10 .latests .aflex .boxs .caption  {
        text-align: center;
        font-size:13px;
        margin-top: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        font-weight:500;
    }
    .index-content section.section-10 a.btn {
        font-size: 16px;
        border-radius: 0;
        border: 0;
        min-width:auto;
        height: 46px;
        line-height: 42px;
        color: #000;
        font-size: 15px;
        padding-left: 0;
        padding-right: 0;
        display:inline-block;
        position: relative;
    }
    .index-content section.section-10 a.btn::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 32px;
    }
    
    .index-content section.section-10 a.btn i {
        padding-left: 6px;
    }
    .index-content section.section-11 {
        padding-top: 30px;
        padding-bottom: 12px;
    }
    
    .index-content section.section-11 .title {
        padding-bottom: 20px;
    }
    
    .index-content section.section-11 .title h1 {
        font-size: 20px;
        font-weight: 900;
        display: inline;
        padding-right: 0;
        margin-bottom: 0;
    }
    
    .index-content section.section-11 .title  span {
        font-size: 12px;
        color: #262626;
        display:none !important;
    }
    
    .index-content section.section-11 .title p {
    
        display:none;
    }
    
    
    
    .index-content section.section-11 .box_wrap {
        border: 1px #dbdbdb solid;
    }
    .index-content section.section-11 .box_wrap img {
        width: 100%;
        height: auto;
    }
    .index-content section.section-11 .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .index-content section.section-11 .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .index-content section.section-11 .col-xs-6 {
        margin-bottom: 10px;
    }
    
    .index-content section.section-11 .caption {
        padding-bottom: 3px;
        padding-top: 0;
        padding-left: 8px;
        padding-right: 18px;
    }
    
    .index-content section.section-11 .caption h3 {
        font-size: 15px;
        font-weight: 900;
        color: #000;
    }
    
    .index-content section.section-11 .caption h3 span {
        font-weight: 400;
    
    }
    
    .index-content section.section-11 .caption p {
        font-size: 13px;
        font-weight: 400;
        color: #3c3c3c;
    }


    .index-content section.section-12 {
        margin-top: 5px;
        margin-bottom: 0px;
        
        
    
    }
    
    .index-content section.section-12 .data-image {
        background-repeat: no-repeat !important;
        background-size: cover;
        height: auto;
        border-top: 1px #ddd solid;
        background: none !important;
    }
    
    .index-content section.section-12 .box {
        float: none;
        width: 100%;
        height: auto;
        background:none;
        margin-top: 0;
    
    }
    
    .index-content section.section-12 .box .text {
        padding: 0;
        padding-top: 35px;
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .index-content section.section-12 .box .text h1 {
        font-size: 20px;
        font-weight: 600;
        font-family: 'Nanum Myeongjo';
        margin-bottom: 6px;
        display: inline;
    }
    
    .index-content section.section-12 .box .text h1 span.color {
        color: #96674b;
    }
    
    .index-content section.section-12 .box .text span.eng {
        margin-left: 8px;
        font-family: 'Nanum Myeongjo';
        font-size: 14px;
        font-weight: 600;
    }
    
    .index-content section.section-12 .box .text .line {
        width: 80px;
        height: 1px;
        background: #96674b;
        margin-top: 2px;
    
    }
    /* 서브비주얼 */
   
    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
        height: 520px;
    }
    .s_visual_wrap .slide li {
        height: 520px;
        background-position: 65% 50%;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-repeat: no-repeat;
        text-align: center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        -moz-transform-origin: center center;
        transform-origin: center center;
        animation: zoom 3s ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        padding: 0;
        margin: 0;
        top: 0;
    }
    .s_visual_wrap .slide .content  {
        /* text-align: center; */
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
        /*        padding-bottom: 0;*/
        margin-bottom: 12px;
        margin-top: 0;
        padding-top: 0;
    }

    .s_visual_wrap .slide .content p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
    /* 서브비주얼 마감 */
    
    .index-content section.section-12 .box .text p {
        margin-top: 30px;
        font-size: 14px;
        color: #7a7a7a;
    
    }
    #sub_content {
        margin-bottom: 0;
        padding-top: 20px;
    }
    .foot-info {
        padding-top: 20px;
        padding-bottom: 30px;
        
    }
    .foot-info .box_wrap h2 {
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .foot-info .box_wrap .box {
        background: #473f35;
        padding: 20px 18px;
        border-radius: 0.4em;
        color: #b6aa9b;
        font-weight:600;
        font-size: 13px;
    
    }
    
    .foot-info .box_wrap .box span.yellow {
        color: #f2d14c;
        font-weight:600;
    }
    
    .foot-info .box_wrap .box li {
        font-size: 12px;
        padding-top: 3px;
        padding-bottom: 3px;
        color: #b6aa9b;
        font-weight:600;
    }
    
    .foot-info .box_wrap .box span.badge {
        background: #655645;
        color: #cfc5b9;
        font-size: 12px;
        width: 76px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-right: 8px;
        border-radius: 0.2em;
    }
    
    .foot-info .box_wrap .call_info {
        color: #cfc5b9;
        font-size: 13px;
        text-align: center;
        margin-top: 23px;
        margin-bottom: 20px; 
    }
    
    .foot-info .box_wrap .call_info p a {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        position: relative;
        display: inline-block;
        letter-spacing: 2px;
        font-family: 'GmarketSansBold';
    }
    
    .foot-info .box_wrap .call_info p a::before {
        width: 100%;
        height: 1px;
        background: #fff;
        content: "";
        display: block;
        position: absolute;
        margin-top: 32px;
    
    }
    
    .foot-info .box_wrap .form {
        margin-top: -20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .foot-info .box_wrap .form input {
        border-radius: 0;
        border: 0;
        height: 46px;
        padding: 6px 12px;
        background: #2d2923;
        font-size:16px;
    }
    
    .foot-info .box_wrap .form textarea {
        border-radius: 0;
        border: 0;
        background: #2d2923;
    }
    .foot-info .box_wrap .blog_wrap a.btn {
        margin-top: 8px;
        background: #50b947 !important;
        width: 100%;
        height: 55px;
        line-height: 52px; 
        border: 0;
        font-size:16px !important;
        color: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .foot-info .box_wrap .blog_wrap span {
      padding-right: 4px;
    }
    
    .foot-info .box_wrap .form .form-group {
        margin-bottom: 10px;
    }
    .foot-info .box_wrap .form input::placeholder,
    .foot-info .box_wrap .form textarea::placeholder {
        color: #716759;
    }
    
    .foot-info .box_wrap .form .form-inline .row {
        padding-left: 11px;
        padding-right: 11px;
    }
    
    .foot-info .box_wrap .form .form-inline .row .col-md-4 {
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .foot-info .box_wrap .form .form-inline .row .col-md-4 .form-control {
        width: 99%;
    }
    .foot-info .box_wrap .form .form-inline .row .col-md-4 .form-control::placeholder {
        color: #716759;
    }
    
    .foot-info .box_wrap .form a.btn {
        border-radius: 0;
        font-size: 16px;
        width: 100%;
        height: 46px;
        line-height: 46px;
        color: #fff;
        background: #1c1a17;
        border: 0;
    
    }
    .foot-info .box_wrap.section03 {
        margin-top: 30px;
    }
    .foot-info .box_wrap.section03 p {
        color: #cfc5b9;
        font-size: 13px;
        padding-top: 12px;
    }
    
    .foot-info .box_wrap.section03 .embed-container {
        position: relative;
        padding-bottom: 66%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    
    .foot-info .box_wrap.section03 .embed-container iframe,
    .foot-info .box_wrap.section03 .embed-container object,
    .foot-info .box_wrap.section03.embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    /* 풋터 */

    .footer .footer-menu {
        padding-top: 0;
        padding-bottom: 12px;
        background-color: #13161b;
        border-bottom: 1px #1f2226 solid;
    }


    .footer .footer-menu ul {
        padding-top: 18px;
        padding-bottom: 12px;
    }

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

    .footer .footer-menu ul li a {
        font-size: 13px;
        font-weight: 400;
        color: #f8f8f9;
        font-family: 'Nanum Barun Gothic', sans-serif;
    }
    .footer address {
        margin-top: 18px;
        font-size: 12px;
        line-height: 20px;
        color: #7f7977;
        font-family: 'Nanum Barun Gothic', sans-serif;
    }
    .footer p.copyright {
        margin-top: 0;
        padding-top: 0;
        color: #7f7977;
        font-size: 13px;
        font-family: 'Nanum Barun Gothic', sans-serif;
    }
    
}

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