html,
body {
    height: 100%;
    
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
}

@media(min-width:1430px) {
    .container {
        width: 1430px;
    }
}

@media(max-width:1429px) {
    .container {
        width: auto;
    }
}


/* layout */
#header {
    /* overflow: hidden; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 97px;
    transition: .5s height, .2s background;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    background: #fff;

}

#header .top_wrap {
    display: flex;

}

#header .top_wrap .logo,
#header .top_wrap .nav,
#header .top_wrap .etc {

    padding-left: 15px;
    padding-right: 15px;
}

#header .top_wrap .logo {
    width: 20%;

}

#header .top_wrap .nav {
    width: 60%;
    justify-content: center;
    align-items: center;


}





#header .top_wrap .etc ul li {
    text-align: right;
    border-bottom: 1px rgb(31, 31, 31) solid;
}

#header .top_wrap .etc ul li:last-child {
    border: 0;
}

#header .top_wrap .etc ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    color: #fff;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li {
    padding-bottom: 20px;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li:last-child {
    border-bottom: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px #ddd solid;
    float: left;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li:last-child>a {
    border: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu {
    min-width: auto;
    padding: 0;
    margin: 12px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}

#header .top_wrap .etc span.lang i {
    margin-left: 6px;

}

.header .inner {
    position: relative;
    width: 100%;
    height: 97px;
    margin: 0 auto;

}

.header .inner:after {
    display: block;
    clear: both;
    content: "";
}

.header h1 {
    padding-top: 22px;
    padding-left: 40px;
}

.header h1 a {
    overflow: hidden;
    display: block;
    height: 52px;
    background: url(../../img/common/logo.png) 0 100% no-repeat;
    text-indent: -9999px;

}
.header h1.sub a {
    /* background: url(../../img/common/logo.png) 0 0% no-repeat; */

}
.header .gnb_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}

.header .gnb {
    text-align: center;

}

.header #gnb {
    background: transparent;
}

.header .gnb > li {
    float: left;
    width: 200px;
    text-align: left;

}

.header .gnb li.gnb_empty,
.header .gnb li.gnb_empty a {
    font-size: 16px;
    line-height: 24px;
    width: 500px;
    text-align: center;
    color: #000;
}

.header .gnb > li > a {
    display: inline-block;
    font-weight: 600;
    line-height: 1em;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
    font-size:20px;
}
.header .gnb > li > a:hover {
    text-decoration: none;
    color: #c02e2e;
}
.header .gnb:after {
    display: block;
    clear: both;
    content: "";
}

.header .gnb .depth1 {
    position: relative;
}

.header .gnb .depth1>a {
    /* display: block;
    height: 57px;
    padding: 36px 0 0;
    font-size: 20px; */
}

.header .gnb .depth1>a:hover,
.header .gnb .depth1>a:focus,
.header .gnb .depth1.on>a:hover,
.header .gnb .depth1.on>a {
    color: #000 !important;
    text-decoration: none;
}



/* 떨어지는 메뉴 */
.header  .nav  ul > li > ul {
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    display: block;
    transition: .2s;
    background: #c02e2e;
    width: 240px;
    /* border-radius: .3em; */
   
}
.header  .nav  ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
   
    
}
.header  .nav  ul > li > ul > li > a{
    font-size:14px;
    line-height: 18px;
    display:block;
    color: #fff;
    padding: 15px 20px;
    font-weight:400;
    border-bottom: 1px rgba(255, 255, 255, .1) solid;
}
.header  .nav  ul > li > ul > li > ul > li>  a:hover,
.header  .nav  ul > li > ul > li > a:hover {
    text-decoration: none;
    background: #d13535;
}
.header  .nav  ul > li > ul > li > ul {
    margin-left: 240px;
    top: 0;
    /* border-top-left-radius:0;
    border-bottom-left-radius:0; */

    
    
}
.header  .nav  ul > li > ul > li:nth-child(5) > ul {
    top: 160px;
}
.header  .nav  ul > li > ul > li:nth-child(6) > ul {
    top: 244px;
}
/* 떨어지는 메뉴 마감 */
/* header sub */
#header.sub {
    background: transparent;
    border: 0;

}

#header.sub:before {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    background: #6b9ecc;
    content: "";
}

.header.sub h1 a {
    /* background-position: 0 100%; */
}

.header.sub .gnb .depth1>a {
    color: #fff;
}

.header.sub .gnb .depth1>a:hover {
    color: #6b9ecc;
}

#header.sub .top_wrap .etc {
    color: #000;
}

/* header_hover */
/* #header.all {
    height: 350px;
    background: #fff;
    z-index: 1100;
}

#header.all:before {
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    height: 260px;
    background: #f1f1f3;
    content: "";
}

.header.all h1.sub a {
    background-position: 0 100%;
}

.header.all .gnb_wrap {}

.header.all .gnb_wrap .gnb {
 
}

.header.all .gnb_wrap .gnb a {
    color: #666;
}

.header.all .gnb_wrap .gnb a:hover,
.header.all .gnb_wrap .gnb a:focus {
    color: #6b9ecc;
}

.header.all .gnb_wrap .depth1 {
    overflow: hidden;
}

.header.all .gnb_wrap .depth1>a {
    margin-bottom: 70px;
    color: #333;
}

.header.all .gnb_wrap .depth1>a:hover,
.header.all .gnb_wrap .depth1>a:focus {
    color: #333;
}

.header.all .gnb_wrap .depth1.menu1 {
    margin-left: 0;
}

.header.all .gnb_wrap .depth2 {
    display: block;
}

.header.all .gnb_wrap .depth2>li {
    margin-bottom: 12px;
    line-height: 1em;

}

.header.all .gnb_wrap .depth2>li>a {
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(87, 87, 87);
    font-family: 'Noto Sans KR', sans-serif;
    display: inline-block;
    position: relative;
}

.header.all .gnb_wrap .depth2>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;


}

.header.all .gnb_wrap .depth2>li>a:hover:before {
    width: 100%;
    background: #000;
}

.header.all .gnb_wrap .depth2>li>a:hover {
    text-decoration: none;
    color: #000;
} */



/* sticky */

#header.sticky {
    top: -30px
}

.header.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px #eee solid !important;
    z-index: 99999999999999;
    transition: 1s
}





.header.sticky h1 {
    /* padding-top: 22px;
    padding-left: 30px;
    width: 120px; */

    padding-top: 52px;
}

.header.sticky h1 a {
    overflow: hidden;
    display: block;
    height: 19px;
    background: url(../../img/common/logo.png) 0 100% no-repeat;
    text-indent: -9999px;


}

.header.sticky .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}

.header.sticky .gnb .depth1>a {
    display: block;
    padding: 54px 0 0;
    font-size: 16px;
}

.header.sticky .top_wrap .etc {
    margin-top: 15px;
    color: #000 !important;

}

.header.sub.sticky {
    background: #fff !important;
}

.header.sub.sticky .gnb a {
    color: #000;
}

/* header_hover */
.header.sticky.all .gnb_wrap .depth2>li>a {
    padding-bottom: 3px;
    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;
}

/* sticky end */

/* 모바일 메뉴 */
.nav-bar {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 9999999999999999999999999999999999999999999;
    padding-right: 15px;
    display: none;

}

.nav-bar .nav_wrap {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 99999999999999999999999999;
     position: relative;
    

}



.nav-bar .nav_wrap span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 7px;
    background: #b20808;
    transition: 0.2s;

}

.nav-btn-active span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
    background: #000;
}

.nav-btn-active span:nth-of-type(2) {
    opacity: 0;
    background: #000;
}

.nav-btn-active span:nth-of-type(3) {
    transform: translateY(-9px)rotate(-45deg);
    background: #000;
}


.mobile-gnb {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    display: none;
    padding-top: 13px;
    top: 0;
    left: 0;
    z-index: 100;
    z-index: 9999999;
    background: rgb(255, 255, 255, 1);


}

.mobile-gnb h1 {
    /* overflow: hidden;
    display: block;
    height: 19px;
    background: url(../../img/common/logo.png) 0% 100% no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 26px;
    left: 15px;
    width: 100%; */
    
    overflow: hidden;
        display: block;
        height: 42px; 
        background: url(../../img/common/logo.png) 15px 0% no-repeat;
        background-size: 200px;
        width: 200px;
        text-indent: -9999px;

}

.mobile-gnb .line {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 70px;
    left: 0;
}

.gnb-menu {
    padding-top: 20px;
}

/* 추가 */
.gnb-menu .sidebar-menu {
    padding: 0;
    margin: 0;

}

.gnb-menu .sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;


}

.gnb-menu .sidebar-menu>li>i {
    display: none;
}

.gnb-menu .sidebar-menu>li>a {
    padding: 20px 35px 20px 35px;
    display: block;
    border-left: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    border: 0;
    border-bottom: 1px #eeeeee solid;
    /* border-color: rgba(255, 255, 255, 0.1); */
    transition: 0.6;
    /* border-bottom: 1px #f2f2f2 solid; */
}

.gnb-menu .sidebar-menu>li>a>.fa {
    width: 20px;
    /*    display: none;*/
    font-weight: 900;

}

.gnb-menu .sidebar-menu>li:hover>a,
.gnb-menu .sidebar-menu>li.active>a {
    color: #000;
    background-color: transparent;
}

.gnb-menu .sidebar-menu>li .label,
.gnb-menu .sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px;
}


.gnb-menu .sidebar-menu li>a>.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    transition: 0.3s;
    color: #000;
    font-weight: 900;
    font-size: 13px;

}

.gnb-menu .sidebar-menu li>a:hover .fa-angle-right,
.gnb-menu .sidebar-menu li.active>a>.fa-angle-right {

    transform: rotate(90deg);
    color: #000;
}


.gnb-menu .sidebar-menu li.active>.sidebar-submenu {
    display: block;

}

.gnb-menu .sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}

.gnb-menu .sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 8px;
    margin: 0 1px;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f4f4f4;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a {
    padding: 18px 35px 18px 35px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    /*    color: hsla(240,6%,97%,.5); */
    color: #000;
    border-bottom: 1px #e2e2e2 solid;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li:last-child>a {
    border: 0;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a>.fa {
    width: 20px;
    display: none;
}



.gnb-menu .sidebar-menu .sidebar-submenu>li.active>a,
.gnb-menu .sidebar-menu .sidebar-submenu>li>a:hover {
    color: #000;
}

.bottom_wrap {
    margin-top: 30px;
    background: transparent;
}
.bottom_wrap li {
    display:block;
    padding-bottom: 6px;
}
.bottom_wrap li a {
  
}

.m-copy {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    color: rgb(145, 145, 145);
    text-align: center;
}

@media(max-width:991px) {
    .nav-bar {
        display: block !important;
    }
}

/* 모바일 메뉴 마감 */


/* 검색추가 마감 */
.top_right_etc  #hd_sch {
    /* padding-top: 6px;
    padding-left: 12px;
    padding-bottom: 6px; */
}
.top_right_etc {
    z-index: 9999999999999999999999999;
    top: 0;
    position: absolute;
    right: 0;
    margin-right: 55px;
    margin-top: 22px;
    font-size: 13px;
    color: #fff;
    transition: 0.6s;
    display: flex;
}

.top_right_etc ul {
    padding-left: 62px;
    background: url('../../img/main/top_tel.png');
    background-repeat: no-repeat;
    background-position: 0 0
}
.top_right_etc ul li:first-child {
    font-weight:600;
    color: #000;
    font-size:14px;
}
.top_right_etc ul li a {
    font-weight:700;
    color: #b34444;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size:20px;
    display:inline-block;
     position: relative;
}
.top_right_etc ul li a::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b34444;
    content: '';
    margin-top: 24px;;
}
.top_right_etc ul li a:hover {
    text-decoration: none;
}
/* 

.top_right_etc #hd_sch legend {
    display: block;
    height: auto;
    display: none;
}
.top_right_etc #hd_sch .search-box {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
}

.top_right_etc #hd_sch .search-box+label .search-icon {
    color: black;
}

.top_right_etc #hd_sch .search-box:hover {
    color: white;
    background: #c8c8c8;
    box-shadow: 0 0 0 5px #f3f3f3;
}

.top_right_etc #hd_sch .search-box:hover+label .search-icon {
    color: white;
}

.top_right_etc #hd_sch .search-box:focus {
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 200px;
    border-radius: auto;
    background: #ebebeb;
    color: black;
}

.top_right_etc #hd_sch .search-box:focus+label .search-icon {
    color: black;
}

.top_right_etc #hd_sch .search-box:not(:focus) {
    text-indent: -5000px;
}

.top_right_etc #hd_sch  #sch_submit {
    position: relative;
    left: -5000px;
}

.top_right_etc #hd_sch .search-icon {
    position: relative; 
    left: -30px;
    color: white;
    cursor: pointer;
}



.top_right_etc .eng-btn {
    margin-left: 4px;
}

.top_right_etc p {
    border-radius: 0em;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    width: 100px;
    height: 42px;
    color: #000;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    text-align: center;
    padding-top: 8px;
    font-weight: 600;
    font-size: 15px;
   
    margin-top: 5px;
}

.top_right_etc p i {
    margin-left: 10px;
    font-size: 17px;
    transition: all 0.2s ease-out;
}

.top_right_etc ul {
    padding: 0;
    border: 0;
    min-width: 100px;
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: none;
    border: 1px #ddd solid;
    box-shadow: none;
    border-radius: .2em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -ms-border-radius: .2em;
    -o-border-radius: .2em;
}

.top_right_etc ul li a {
    line-height: 22px;
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 400;

    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    -ms-border-radius: .6em;
    -o-border-radius: .6em;
}
@media(min-width:992px){  
.dropdown .dropdown-menu {
    display: block !important;
    opacity: 0 !important;
    -webkit-transition: all 90ms ease-in;
    -moz-transition: all 90ms ease-in;
    -ms-transition: all 900ms ease-in;
    -o-transition: all 90ms ease-in;
    transition: all 90ms ease-in;
    transition: all 90ms ease-in;
    margin-top: -4px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    margin-top: 0px;
}
}
.btn-group.eng-btn {
    cursor: pointer;
}

.btn-group.eng-btn.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.btn-group.eng-btn:hover .dropdown-toggle i,
.btn-group.eng-btn.open .dropdown-toggle i {
    transform: rotate(90deg);
}

.top_right_etc ul li a:hover {
   
    background: transparent;
}
.top_right_etc.sub p {
    color: #fff;

} */
/* top_right_etc 서브페이지 마감 */

/* sticky top_right_etc */
.top_right_etc.sticky {}

.top_right_etc.sticky {
    z-index: 9999999999999999999999999;
    top: 0;
    position: absolute;
    position: relative;
    right: 0;
    margin-right: 30px;
    margin-top: 12px;
    font-size: 13px;
    color: #000;
    position: fixed;

}

.top_right_etc.sticky #hd_sch {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 37px;




}

.top_right_etc.sticky #hd_sch .search-box {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
}


.top_right_etc.sticky #hd_sch .search-box:hover {
    color: white;
    background: #c8c8c8;
    box-shadow: 0 0 0 3px #f3f3f3;
}


.top_right_etc.sticky #hd_sch .search-box:focus {
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 200px;
    border-radius: auto;
    background: #ebebeb;
    color: black;
}



.top_right_etc.sticky #hd_sch .search-icon {
    position: relative; 
    left: -26px;
    color: white;
    cursor: pointer;
    font-size:13px;
}
.top_right_etc.sticky p {
    border-radius: 0em;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    width: 90px;
    height: 35px;
    color: #000;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    text-align: center;
    padding-top: 12px;
    font-weight: 600;
    font-size: 12px;
    /*margin-left: 20px;
    */
    margin-top: 0;
}

.top_right_etc.sticky p i {
    margin-left: 10px;
    font-size: 12px;
}

.top_right_etc.sticky ul {
    padding: 0;
    border: 0;
    min-width: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: none;
    border-radius: 0em;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    margin-top: 0px;
    border: 1px #ddd solid;
    /* background: #000; */
}

.top_right_etc.sticky ul li a {
    line-height: 18px;
    font-size: 12px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 400;
 

    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    -ms-border-radius: .6em;
    -o-border-radius: .6em;
}

/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%;
}

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

/* 모바일 메뉴 마감 */

/* 비주얼 바 */
#index_swiper .bottom-left {
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    width: 40%;
}

#index_swiper .bottom-left .box_wrap {
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 50px;


}

#index_swiper .bottom-left .box_wrap .box {
    padding: 50px 40px 30px;
}
 
#index_swiper .bottom-left .box_wrap .box {
    background: url('../../img/main/visual_panner_icon01.png');
    background-position: 40px 50%;
    padding-left: 140px;
    background-repeat: no-repeat;
    /* border-right: 1px #f3f3f3 solid; */
    transform:translateX(15%);
    opacity: 0;
    transition: 1s;
    transition-delay: .4s;
}
#index_swiper .bottom-left .box_wrap .box span {
    font-size:17px;
    font-weight:600;
     position: relative;
     display:inline-block
     ;
     color: #000;
}
#index_swiper .bottom-left .box_wrap .box span::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 24px;
}

#index_swiper .bottom-left .box_wrap .box p.mail {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size:14px;
    font-weight:500;
    color: #777;

}
#index_swiper .bottom-left .box_wrap .box a.tel {
    display:block;
    font-size:32px;
    font-weight:800;
    margin-top: 6px;
    margin-bottom: 4px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    color: #a70000;
}



/* 비주얼 바 마감 */
/* 인덱스 */
.hidden-text {
    position: absolute;
    z-index: 200;



}

#index_h1 {
    font-size: 52px;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 700;
    transform:translateY(20%);
    opacity: 0;
    transition-delay: .2s;
    transition: 1s;
    /* transition-duration: s; */
}

#lm_index_wrap {
    /* margin-top: 80px; */
}

#lm_index_wrap .section01 {
    position: relative;
    background-position: 80% 50%;
    background-repeat: no-repeat;
    padding-top: 0px;
    /* padding-top: 60px; */ 

}

#lm_index_wrap .section01 .text {
    color: #6c6c6c;
    padding-top: 160px;
    font-size: 19px;
    /* transform:translateY(20%);
    opacity: 0;
    transition: 1s;
    transition-delay: 250ms; */
    transform:translateY(20%);
    transition: 1s;
     position: relative;
     z-index: 9;
    
    
    
}

#lm_index_wrap .section01 .text h2 {
    font-size: 19px;
    font-weight: 100;
    color: #000; 
    overflow: hidden;
     position: relative;
     display:inline-block;
     font-family: 'Poppins', 'NotoSans', sans-serif !important;
     color: #a70000;
     font-weight:700;
}
#lm_index_wrap .section01 .text h2::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a70000;
    content: '';
    margin-top: 26px;
}

#lm_index_wrap .section01 .text h2.active {
}
  
#lm_index_wrap .section01 .text h1 {
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #000;
}
#lm_index_wrap .section01 .text P {
    margin-top: 48px;
}
#lm_index_wrap .section01 .text P a {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size:16px;
    font-weight: 600;
    color: #9c9c9c;
    padding: 15px 38px;
    border-radius: .6em;
    background: #f2f2f2;
    border: 1px #f2f2f2 solid;

}
#lm_index_wrap .section01 .text P a i {
    margin-left: 12px;
    color: #000 !important;
    
}
#lm_index_wrap .section01 .text P a:hover {
    text-decoration: none;
    border: 1px #ddd solid;
    background: #fff;
  
}
#lm_index_wrap .section01 .image {
    justify-content: flex-end;
    display: flex;
    margin-right: -5%;
    margin-top: -260px;
    transform: translateX(10%);
    opacity: 0;
    transition-delay: .1s;
    transition-duration:1.8s;
   
}


#lm_index_wrap .section02 {
    background: #ededed;
    padding-top: 100px;
    padding-bottom: 80px;
    height: 83vmin;
    /* min-height: 720px; */
    max-height: 800px;
    
}
#lm_index_wrap .section02 .title {
    display:flex;
     position: relative;
     width: 100%;
}
#lm_index_wrap .section02 .title h1 {
    width: 70%;

}

#lm_index_wrap .section02 .title .more {
    width: 30%;
}
#lm_index_wrap .section02 .title .more a {
    background: #fff;
    display:flex;
    justify-content: center;
    align-items: center;
    font-weight:600;
    border-radius: 3em;
    width: 215px;
    height: 56px;
}
#lm_index_wrap .section02 .title .more a i {
    margin-left: 20px;
}
/* arr */
#lm_index_wrap .section02 .pager_wrap {
    position: absolute;
    /* bottom: 0; */
    padding-left: 0px;
    z-index: 999;
    display:flex;
    top: 12px;
    margin-left: 260px;
   
}
#lm_index_wrap .section02 .pager_wrap .arr {
   width: 49px;
   height: 49px;
   border-radius: 50%;
   background: #fff;
   justify-content: center;
   align-items: center;
   display:flex;
   color: #c7c7c7;
   margin-bottom: 50px;
   cursor: pointer;
   transition: .6s;
}
#lm_index_wrap .section02 .pager_wrap .arr.prev {
   margin-right:7px;
   
}
#lm_index_wrap .section02  .pager_wrap .arr.active,
#lm_index_wrap .section02  .pager_wrap .arr:active,
#lm_index_wrap .section02  .pager_wrap .arr:hover,
#lm_index_wrap .section02  .pager_wrap .arr:focus {
   background: #cd4747;
   color: #fff;
} 
#lm_index_wrap .section02 .pager_wrap .arr i {
    font-size:24px !important;
}
/* arr end */
#lm_index_wrap .section02 .image_wrap {
    position: absolute;
    margin-top: 50px;
    overflow: hidden;
    /* padding-right: 270px; */
    width: 100%;

}

#lm_index_wrap .section02 .image_wrap .list {
    position: relative;
    width: 100%;
    clear: both;
    /* padding-right: 270px; */

}

#lm_index_wrap .section02 .image_wrap .list .slider-wrap {
    /* width: 83%; */
     position: relative;
     clear: both;
}
#lm_index_wrap .section02 .image_wrap .list .slider-wrap .index_01_slider {
    padding-right: 340px;
    /* padding-right: 23rem; */
    /* padding-right: 400px; */
}
#lm_index_wrap .section02 .image_wrap .list .flex .box a:focus,
#lm_index_wrap .section02 .image_wrap .list .flex .box a:hover {
    border: 0 !important;
    outline: none !important;
}

#lm_index_wrap .section02 .image_wrap .list .flex  .slick-list {
    margin:0 -25px;
}
#lm_index_wrap .section02 .image_wrap .list .flex  .slick-slide {
    margin:0 25px;
}
#lm_index_wrap .section02 .image_wrap .list .flex .box .thumb img {
    width: 100%;
}

#lm_index_wrap .section02 .image_wrap .list .flex .box .caption {
    margin-top: 26px;
    position: relative;
}

#lm_index_wrap .section02 .image_wrap .list .flex .box .caption span {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size: 17px;
    text-transform: uppercase
}

#lm_index_wrap .section02 .image_wrap .list .flex .box .caption h2 {
    font-size: 28px;
    font-weight: 600;
}

#lm_index_wrap .section02 .image_wrap .list .flex .box .caption i {
    position: absolute;
    right: 0;
    top: 6px;
    color: #000;
    font-size: 28px;
    transition: .4s;
}



#lm_index_wrap .section02 .image_wrap .list .flex .box .overlay .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 22px;
    padding-left: 40px;
    padding-right: 40px;
    transition: .4s ease;

}
#lm_index_wrap .section02 .image_wrap .list .flex .box .overlay .text span  {
    color: #fff;
    font-size:19px;
    line-height: 26px;
}
#lm_index_wrap .section02 .image_wrap .list .flex .box .overlay .text span::before  {
    position: absolute;
    width: 0px;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: -20px; transition: .4s;
}
#lm_index_wrap .section02 .image_wrap .list .flex .box:hover .overlay .text span::before { 
    width: 35px;
}

#lm_index_wrap .section02 .image_wrap .list .flex .box:hover .overlay .text  {
    padding-bottom: 35px;
}
#lm_index_wrap .section02 .image_wrap .list .flex .box a:hover  {
    text-decoration: none;
}
#lm_index_wrap .section02 .image_wrap .list .flex .box a:hover .caption i  {
    transform: rotate(-90deg);
}
/* 오버레이 마감 */

section.section04 {
    background-image: url("../../img/main/section04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5% 100%;
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 120px;
  }
  
  section.section04 h1 {
    font-size: 50px;
    color: #fff;
    font-weight:800;
     position: relative;
     display:inline-block;
     margin-bottom: 30px;
  }
  section.section04 h1::before {
    position: absolute;
    width: 80px;
    height: 7px;
    background: #14d6ff;
    content: '';
    margin-top: 78px;
    display:none;
  }
  section.section04 .content_flex {
    display: flex;
    padding-top: 30px;
  }
  
  section.section04 .content_flex .left {
    width: 50%;
  }
  
  section.section04 .content_flex .right {
    width: 50%;
  }
  
  section.section04 .content_flex .left .box.flex {
    /* display: flex; */
  }
  
  section.section04 .content_flex .left .box.flex h2 {
    color: #000;
    font-family: "Poppins", "NotoSans", sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    padding-right: 70px;
  }
 
  
  section.section04 .content_flex .left .box.flex p {
    color: #fff;
    font-size: 20px;
    font-weight:400;
  }
  
  section.section04 .content_flex .left .box.flex p a {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size:35px;
    margin-top:16px;
    display:block;
    
    
  }
  
  section.section04 .content_flex .left .btn-wrap {
    margin-top: 36px;
  }
  
  section.section04 .content_flex .left .btn-wrap a.btn {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    width: 224px;
    height: 64px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px #fff solid;
      border-radius: .4em;
  
  }
  
  section.section04 .content_flex .left .btn-wrap a.btn i {
    padding-left: 30px;
    color: #fff;
    font-size: 17px;
    transition: .4s;
  }
  section.section04 .content_flex .left .btn-wrap a.btn:hover i {
    padding-left: 42px;
  }
/* form */
section.section04 .message {
    padding-right: 100px;
  }
  
  section.section04 .message .form_write .flex {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  
  section.section04 .message .form_write .flex input {
    width: 100%;
    height: 68px;
    border: 0;
    border-radius: 0em;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    /* background: #08090a; */
    background: #f0f0f0;
    border-radius: 0.4em;
    /* border-bottom: 1px #5c6075 solid; */
    color: #000;
    font-family: "Poppins", "NotoSans", sans-serif;
  }
  
  section.section04 .message .form_write .flex .wiz-nice-select {
    /* background: rgba(8, 9, 10, 0.8);
    border: 0;
    color: #85899b; */
    width: 100%; 
    height: 68px;
    border: 0;
    border-radius: 0em;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    /* background: #08090a; */
    background: #f0f0f0;
    border-radius: 0.4em;
    /* border-bottom: 1px #5c6075 solid; */
    color: #85899b;
    font-family: "Poppins", "NotoSans", sans-serif;
    line-height: 68px;
  }
  
  section.section04 .message .form_write .flex .wiz-nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    min-height: 36px;
    font-size: 13px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 600;
  
  
  }
  
  section.section04 .message .form_write .flex input::placeholder {
    color: #85899b;
  }
  
  section.section04 .message .form_write textarea::placeholder {
    color: #85899b;
  }
  
  section.section04 .message .form_write textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 20px 12px;
    font-size: 16px;
    background: #f0f0f0;
    border-radius: 0.4em;
    font-family: "Poppins", "NotoSans", sans-serif;
    color: #000;
  }
  
  section.section04 .message .form_write .btn_wrap {
    /* display: flex; */
    margin-top: 10px;
  }
  
  section.section04 .message .form_write .btn_wrap label {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
  }
  
  section.section04 .message .form_write .btn_wrap .check {
    /* vertical-align: middle;
      background: #000; */
    margin-top: 12px;
  }
  
  section.section04 .message .form_write .btn_wrap .check input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
  }
  
  /* Create a Box */
  section.section04 .message .form_write .btn_wrap .check input[type="checkbox"]+span::before {
    display: inline-block;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    /* border: 2px solid #ccc; */
    background: #fff;
    /* border-radius: 5px; */
    margin-right: 0.5rem;
  }
  
  /* Checked Style */
  section.section04 .message .form_write .btn_wrap .check input[type="checkbox"]:checked+span::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 2px;

    /* content: ""; 
    font-family : 'xeicon';
    color: #000;
    text-align: center; */
   
    
  }
  
  /* Focused Style */
  section.section04 .message .form_write .btn_wrap .check input[type="checkbox"]:focus+span::before {
    border-color: #0bd;
  }
  
  section.section04 .message .form_write .btn_wrap .send {
    /* margin-left: auto; */
  }
  
  section.section04 .message .form_write .btn_wrap .send input {
    background: url('../../img/main/input_mail.png');
    background-color: #b20808;
    background-position: 61% 50%;

    background-repeat: no-repeat;
    color: #fff;
    border-radius: 0.3em;
    height: 60px;
    width: 100% !important;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    letter-spacing: 1px;
  
  
  }

  /* form end */







/* 인덱스 마감 */



/*  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; */
    /* z-index: 2; */
}

.s_visual_wrap .slide {
    position: relative;
    height: 480px;
    overflow: hidden;
    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: 480px;
    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: 47%;
    position: relative;
    z-index: 1;
    text-align: left;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
    font-size:36px;
    letter-spacing: 2px;
    color: #fff;
    /*        padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    /* font-family: 'Poppins', 'Montserrat', 'NotoSans', sans-serif; */
    /* font-family: 'Titillium Web', sans-serif !important; */
    /* font-family: 'Josefin Sans', sans-serif !important; */
    font-family: 'Poppins', 'Noto Sans KR', sans-serif !important;
    font-weight:600 !important;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
}



.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 서브비주얼 bottom */
.s_visual_wrap .sub_bottom {
     left: 0; 
     bottom: 80px;
     z-index: 999999999999999999999999999;
     width: 100%;
     position: relative;  
    
  

}
.s_visual_wrap .sub_bottom .wrap {
    width: 50%;
     position: relative;
     background: #fff;  
     height: 80px;
     display:flex;
     justify-content: center;
     flex-direction: column;
     


}

/* 서브비주얼 마감 */









/*  서브 레이아웃 */
#sub_content {
    margin-top: 20px;
     position: relative;
    
}

#sub_content .page-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
   

}
#sub_content .container .page-header {
    padding-left: 0;
}

#sub_content .page-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', 'NotoSans', sans-serif !important;
    /* margin-bottom: 30px; */
    padding: 0;
     position: relative;
     display:inline-block;


}
#sub_content .page-header h1::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 0px;
}
#sub_content .page-header h2 {
    font-size:18px;
    color: #8c8c8c;
    font-family: 'Poppins', 'NotoSans', sans-serif !important;
    font-weight:400;
    margin-top: 8px;
}
/* @keyframes slide-up {
    from {
      transform: translateY(100%);
    }
  } */
  
  .page-header h1 {
    /* animation: slide-up .75s ease-out; */
  }
/*  서브 레이아웃 마감 */
/* footer */
footer {
    /*    margin-top: 30px;*/
    background-color: #1c1c1c;
    padding: 0;
    padding-bottom: 20px !important;
    padding-top: 50px;
}

footer .flex {
    display: flex;
}

footer .flex .left {
    width: 70%;
}

footer .flex .right {
    width: 30%;
    justify-content: flex-end;
    display: flex;
}

footer .flex .right .box {
    color: #ababab;
    font-size: 15px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
}

footer .flex .right .box h2 {
    font-size: 17px;
    color: rgb(228, 228, 228);
    padding-bottom: 8px;
}

footer .flex .right .box h1 {
    position: relative;
    text-decoration: none;
}

footer .flex .right .box h1 a {
    font-size: 34px;
    color: #fff;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;


}

footer .flex .right .box h1 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #fbff02;
    transition: all .3s;
}

footer .flex .right .box h1 a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}

footer .footer-menu h1 {
    padding: 0;
    padding-bottom: 30px;
}

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: 0px;
    padding-bottom: 20px;
    background-color: #1c1c1c;
    border-bottom: 1px #1c1c1c solid;

}

footer .footer-menu ul {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li:before {
    color: #464646;
    content: "|";
    font-size: 12px;
}

footer .footer-menu ul li:first-child,
footer .footer-menu ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

footer .footer-menu ul li:first-child::before {
    content: "";
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    padding-left: 16px;
    padding-right: 16px;
}

footer .footer-menu ul li a.blue {
    color: #fff
}

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 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #909090;
    font-style: normal;
    font-family: 'Poppins', 'NotoSans', sans-serif;

}

footer p {
    margin-top: 0;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    padding-top: 6px;
    color: #757575 !important;
    font-size: 16px;
    font-weight: 600;
}

footer address a span {
    color: #979ba3;
    margin-left: 6px;
}

footer address a {
    color: #979ba3;
    font-size: 14px;
}
