html,
body {
    height: 100% ;
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
}

@media(min-width:1400px) {
    .container {
        width: 1170px;
    }
    .container02 {
        /* width: 1399px; */
        width: 1170px;
        margin: 0 auto;
    }
}

@media(max-width:991px) {
    .container {
        width: auto;
    }
    .container02 {
        width: auto;
    }
}


/* layout */
header#header {
    /* overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: .5s height, .2s background;
    z-index: 999999999;
    background: #fff;
    -webkit-transition: .5s height, .2s background;
    -moz-transition: .5s height, .2s background;
    -ms-transition: .5s height, .2s background;
    -o-transition: .5s height, .2s background; */
}

header#header .logo {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

header#header nav {
    margin-bottom: 26px;
     position: relative;
}

header#header nav ul {
    text-align: center;
    margin: 0 auto;
}

header#header nav ul li a {
    display: block;
    padding-left: 22px;
    padding-right: 22px;
    font-family: 'Poppins', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
header#header nav ul li:first-child a{
    padding-left: 0;
   
}
header#header nav ul li:last-child a{
    padding-right: 0;
    font-family: 'NotoSans';
    font-weight:600;
    color: #622E68;
     position: relative;
     display:inline-block;
     padding-left: 0;
}
header#header nav ul li:last-child a::before{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #622E68;
    content: '';
    margin-top: 20px;
}
header#header nav ul li a:hover {
    text-decoration: none;
    color: #622e68;
}
/* 서브메뉴 */
header#header .sub_menu_list {
    /* margin-top: -12px;
    border-top: 1px #f0f0f0 solid; */
    width: 100%;
     position: relative;
   
    
}
header#header .sub_menu_list ul {
    justify-content: center;
    display:flex;
    
}
header#header .sub_menu_list ul li {
    
}
header#header .sub_menu_list ul li a { 
    font-size:12px;
    /* font-family: 'Open Sans', sans-serif; */
    padding: 18px 4px;
    display:inline-block; 
    color: #6e6e6e;
    font-weight:600;
}
header#header .sub_menu_list ul li a:hover {
    text-decoration: none;
    color: #622e68;
}
header#header .sub_menu_list ul li::before  {
    position:relative;
    content: "| ";
    padding-right: 8px;
    color: #ddd;
    font-size:1px;
}
header#header .sub_menu_list ul li:first-child::before  {
    content: "";
}
header#header .sub_menu_list ul.color_02 li.active a { 
    color: #622e68;
    font-weight:600;
}
header#header .sub_menu_list ul.color_05 li.active a { 
    color: #ed6b08;
    font-weight:600;
}
header#header .right-sns ul li {
    padding-left: 2px;
    padding-right: 2px;
}
header#header .right-sns ul li.company {
    font-weight:600;
     position: relative;
}
header#header .right-sns ul li.company a.logout {
    display:inline-block;
    background: #fff;
    border: 1px #ddd solid;
    padding: 3px 7px;
    border-radius: .4em;
}
header#header .right-sns ul li.company a.cart {
    background: #f4f4f4;
    color: #505050;
    border: 1px #f4f4f4 solid;
    margin-left: 5px;
    display:inline-block;
    padding: 3px 7px;
    border-radius: .4em;

}
header#header .right-sns {
    margin-left: 0;
    margin-right: 15px;
    position: absolute;
    top: 25px;
    right: 0;
    background-color: transparent;
    border: 0;
}
.container.conts {
    position: relative;
}
header#header .right-sns i {
    font-size:20px;
    /* background: #f3f3f3; */
   
    /* color: #612166; */
    color: rgb(107, 107, 107);
}
header#header .right-sns ul li.youtube i {
    font-size:21px;
}
header#header .right-sns ul li {
    display:inline;
     position: relative;
     margin: 0;
     padding-left: 0px;
     padding-right: 1px;
     

}
header#header .right-sns ul li.youtube {
    margin-right: 0px;
    margin-left: 22px;
}

header#header .right-sns ul li.instar {
    margin-right:3px;
}

header#header .right-sns li i {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
header#header .right-sns i.fa-naver {
     position: absolute;
    /* position: absolute;
    top: -0px;
    margin-top: 0px; */
    /* margin-left: -15px; */
   
    font-size:11px;
    width: 17px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    border: 1px solid rgb(107, 107, 107);
    /* color: #fff;
    background: #00CE56; */
    border-radius: 0.3em;

    margin-top: 3px;
}
header#header .right-sns i.fa-naver:before {
    font-weight: bold;
    content: 'N';
}
header#header .right-sns ul li:nth-child(1) i:hover {
    color: #FF0303;
}
header#header .right-sns ul li:nth-child(2) i:hover {
    color: #000;
}
header#header .right-sns ul li:nth-child(3) i:hover {
    border: 1px#00CE56 solid;
    background: #00CE56;
    color:#fff;
}
/* 검색 */
#hd_sch {border-radius:30px;overflow:hidden; margin-top: 20px; }
#hd_sch #sch_str {outline: none !important; float:left;width:210px;height:45px;padding-left:35px;border-radius:0 !important;background:transparent;border:0;border-right:0;font-size:1.2em;color:#000; border-bottom: 1px #ddd solid;}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#fff;color:#622E68;border-radius:0 !important;cursor:pointer;font-size:16px; border-bottom: 1px #ddd solid;}
#hd_sch #sch_str:focus {
    border: 0;
    outline: none !important;
} 
@media(max-width:991px){
    header#header .left .searchs {
         position: absolute;
         right: 30px;
         top: 28px;
         font-size:20px;
         color: #622E68;
    }
  }
/* 검색 */
/* 네비슬라이드 */
.gnav-cate-container {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    margin-top: -12px;
    border-top: 1px #f0f0f0 solid;

  }
  .gnav-cate li {
    /* border-right: 1px rgba(255, 255, 255, 0.1) solid; */
    color: #000;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .gnav-cate li:last-child {
    border: none;
  }
  .gnav-cate li a {
    color: #000;
    padding: 0.4em;
    font-size:14px;
    text-decoration: none;
    font-weight:600;
  }
  .gnav-cate li.current a {
      font-weight:900;
      color: #7466ff !important;
      
    
  }
  .gnav-cate li.current:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 3px solid #7466ff;
    /* border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; */
    width: 100%;
    /* margin-left: -3px; */
    position: absolute;
    /* left: 50%; */
    bottom: -20px;
    color: #7466ff;
    font-weight:900;
  }
/* 네비슬라이드 마감 */
/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%; 
}
.row-offcanvas.it_id {
    height: auto; 
}

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    left: 0;
    margin-left: 15px;
    top: 22px;
    background-color: transparent;
    border: 0;
}
/* 상단 오른쪽 모바일 */
.left_icon {
    position: absolute;
    right: 0;
    margin-right: 35px;
    top: 28px;
    background-color: transparent;
    border: 0;
    
}
.left_icon i.fa-instagram {
    margin-right: 5px;
}
.left_icon i {
    /*background: rgb(241, 241, 241);
    width: 42px;
    text-align: center;
    height: 42px;
    padding-top: 10px;
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    */font-size:26px;
    color: #612166;
    margin-right: 3px;
}
.left_icon i.fa-naver {
   position: absolute;
   /*position: absolute;
   top: -0px;
   margin-top: 0px;
   *//*margin-left: -15px;
   */font-size:15px;
   margin-top: 2px;
   width: 23px;
   height: 21px;
   text-align: center;
   line-height: 20px;
   border: 1px solid rgb(107, 107, 107);
   /*color: #fff;
   background: #00CE56;
   */border-radius: 0.2em;
   -webkit-border-radius:;
   -moz-border-radius:;
   -ms-border-radius:;
   -o-border-radius:;
}
.left_icon i.fa-naver:before {
   font-weight: bold;
   content: 'N';
}

/* 인덱스  */
#index_wrap {
    margin-top: 80px;
}

#index_wrap section.section01 .title {
    text-align: center;
}

#index_wrap section.section01 h2 {
    font-size: 26px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Playfair Display', serif;
    /* font-family: 'Open Sans', sans-serif; */
    letter-spacing: 2px;
    color: #000;
    position: relative;
    display: inline-block;
}

#index_wrap section.section01 h2::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 30px;
}

#index_wrap section.section01 .item_wrap {
    display: flex;
    
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

#index_wrap section.section01 .item_wrap .item {
    position: relative;
    width: 25%;
    margin-left: 15px;
    margin-right: 15px;
    /* background: #000; */
}

#index_wrap section.section01 .item_wrap .item img {
    width: 100%;
    height: auto;
}

#index_wrap section.section01 .item_wrap .item p {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 30px;
    text-align: center;
    /* font-family: 'Poppins', 'Noto Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

#index_wrap section.section02 {
    margin-top: 100px;
    margin-bottom: 80px;
    text-align: center;
    color: #4f4f44;
    font-size: 14px;
    line-height: 24px;
}

#index_wrap section.section02 h3 {
    margin-bottom: 40px;
}

#index_wrap section.section02 p a {
    background: #f4f4f4;
    color: #505050;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Poppins', 'Noto Sans', sans-serif; */
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
}

/* 인덱스 마감 */


/*  sub layout */
@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
    /* margin-top: 205px; */
}

.s_visual_wrap .slide {
    position: relative;
    height: 592px;
    top: 0;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    /* margin-top: -100px;
    padding-top: -100px;
    top: -100px; */
}

.s_visual_wrap .slide li {
    height: 592px;
    background-position: 50% 50%;
    background-size: cover;
    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;
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/
    /*
    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 {
    top: 41%;
    position: relative;
    z-index: 1;
    text-align: center;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    position: relative;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'NanumSquare', '筌띾쵐占� �⑥쥓逾�', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '占쎈뿭占�', dotum, sans-serif;
    margin-top: 20px;
}



.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*  서브 레이아웃 */
#sub_content {
    /* margin-top: 180px; */
}
#sub_content.company_mt {
    margin-top: 60px;
}
#sub_content .page-header {
    margin-top: 50px;
    margin-bottom: 20px;
}
#sub_content .page-header h1 {
    font-size:22px;
    /* letter-spacing: 2px; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
/*  서브 레이아웃 마감 */
/* footer */
footer {
    margin-top: 50px;
    background-color: #fbfbfb;
    padding: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 40px !important;
}

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: 12px;
    padding-bottom: 20px;
    background-color: #272a31;
    border-bottom: 1px #2a2d35 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: 16px;
    color: #92959b;
    font-weight: 500;
    padding-left: 16px;
    padding-right: 16px;
}

footer .footer-menu ul li a.blue {
    color: #92959b
}

footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

footer p.logo {
    float: right;
    margin-top: 23px;
    display: none;
}

footer p.logo img {
    width: 80%;
}

footer address {
    margin-top: 25px;
    font-size: 14px;
    line-height: 23px;
    color: #909090;
    font-style: normal;
    text-align: center;
}

footer p {
    margin-top: 0;
    padding-top: 6px;
    color: #979ba3 !important;
    font-size: 14px;
}
footer p a i {
    color: rgb(146, 146, 146);
}