@charset "utf-8";
.clearfix:after,
dl:after,
ul:after {
    content: '';
    display: block;
    clear: both;
}
.col01 {
    color: #4df5c6 !important;
}
@media all and (min-width:1080px) {
    .clearfix .left {
        float: left;
    }
    .clearfix .right {
        float: right;
    }
    .clearfix .left.pr {
        padding-right: 20px;
    }
    .clearfix .right.pl {
        padding-left: 20px;
    }
    .w20 {
        width: 20%;
    }
    .w30 {
        width: 30%;
    }
    .w40 {
        width: 40%;
    }
    .w50 {
        width: 50%;
    }
    .w60 {
        width: 60%;
    }
    .w70 {
        width: 70%;
    }
    .w80 {
        width: 80%;
    }
}


/*sitemap*/
#sitemap {
    color: #fff;
}
#sitemap h1 {
    font-size: 2.5em;
    margin: 0 0 60px;
}
#sitemap li {
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    margin: 0 10px 40px;
}
#sitemap li dl {
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    border-top: 0;
    line-height: 30px;
    min-height: 180px;
}
#sitemap li dl a:hover {
    font-weight: 600;
}

/* footer */
#footer {
    /* background: #222222; */
    /* color: rgba(255,255,255,0.8); */
    font-size: 0.9em;
    /* text-align: center; */
    padding: 50px 0;
    border-top: 1px solid #E6E6E6;
    color: #666666;
}
#footer h5{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}
#footer .pdinner {
    /* max-width: 1600px; */
}
#footer address {
    margin-bottom: 2px;
    margin-top: 3px;
    font-weight: 600;
    font-size: 16px;
}
#footer .f_info{
    font-weight: 600;
    font-size: 16px;
    }
#footer .f_info li b{
    font-weight: 700;
    margin-right: 3px;
}
#footer address span.bar:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.8em;
    background: rgba(255,255,255,0.4);
    margin: 0 0.4em;
    vertical-align: middle;
}
#footer .f_logo{
    display: none;
}
#footer p{
    font-weight: 400;
    margin-top: 24px;
}
.bottom_li_wrap {
    /* border-bottom: 1px solid rgba(255,255,255,0.1); */
}
.bottom_li {
    /* text-align: center; */
    margin: 0 0 20px;
}
.bottom_li li {
    display: inline-block;
    margin: 0 0.8em 0 0;
    position: relative;
}
.bottom_li li:last-child {
    margin-right: 0;
}
.bottom_li li a {
    /* color: #ffffff; */
    font-weight: 700;
    font-size: 18px;
}

@media all and (min-width:1200px) {
    #footer address span.bar.mEnter:after {
        display: inline-block;
    }
}

@media all and (min-width:768px) {
    #footer {
        padding: 70px 0 85px;
        text-align: left;
    }
    .bottom_li_wrap{border-bottom:0px;}
    #footer address {
        margin-bottom: 0;
        margin-top: 4px;
        font-size: 15px;
    }
        #footer .f_info{}
        #footer .f_info li{
    font-size: 15px;
    display: inline-block;
    margin-right: 15px;
}
    #footer p {
        margin-top: 30px;
        font-size: 15px;
    }

    .bottom_li {
        text-align: left;
        margin: 0 0 30px;
        font-size: 16px;
    }
    .bottom_li li{margin-right:32px;}
    .bottom_li li:after{
        /* display:block; */
        /* clear:both; */
        /* content:""; */
        width:1px;
        height:10px;
        background:#919191;
        position: absolute;
        top: 6px;
        right: -18px;
    }
    .bottom_li li:last-child:after{display:none;}
    #footer .pdinner ul{
    font-size: 18px;
}
    #footer .f_info li{font-size: 18px;}
}
@media all and (min-width:1200px) {
    
    #footer{
    font-size: 18px;
}
    #footer .pdinner{
    padding-left: 220px;
}
    #footer h5{
    position: absolute;
    top: 0;
    left: 20px;
}
    #footer address{
    font-size: 18px;
}
}
/*
	Common Layout CSS _ 15.05.18
*/

/* common */
.wrap {
    max-width: 2000px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* padding-top: 75px; */
}
.inner {
    max-width: 1400px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1240px;
}
.pdinner {
    max-width: 1440px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}
#sub .pdinner{
    max-width: 1240px;
}
#sub .subMbox p{display:none;}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.mEnter {
    display: block;
}
.pEnter {
    display: inline-block;
}
.mb {
    margin-bottom: 30px !important;
}
.bmb {
    margin-bottom: 40px !important;
}
.pb {
    padding-bottom: 30px !important;
}
.bpb {
    padding-bottom: 40px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}

.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}

.fwb {
    font-weight: 600;
}
.fss {
    font-size: 0.8em;
}
.fsl {
    font-size: 1.1em;
}

@media all and (min-width:768px) {
    .mb {
        margin-bottom: 40px !important;
    }
    .bmb {
        margin-bottom: 60px !important;
    }

    .pb {
        padding-bottom: 40px !important;
    }
    .bpb {
        padding-bottom: 60px !important;
    }

    .mo_only {
        display: none;
    }
    .move_scroll {
        max-width: 100%;
    }
    .pdinner {
        /* padding: 0 3%; */
    }

    .mr {
        margin-right: 3%;
    }
}

@media all and (min-width:1200px) {
    body,
    html {
        line-height: 1.5;
    }
    .mEnter {
        display: inline-block;
    }
    .pEnter {
        display: block;
    }

    .mb {
        margin-bottom: 50px !important;
    }
    .bmb {
        margin-bottom: 80px !important;
    }

    .pb {
        padding-bottom: 50px !important;
    }
    .bpb {
        padding-bottom: 80px !important;
    }
    .pdinner {
        padding: 0 20px;
    }
}

@media all and (min-width:1200px) {
    }

/* animation */
@-webkit-keyframes zoomout {
    /* Chrome, Safari, Opera */
    0% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes zoomout {
    /* Standard syntax */
    0% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 서브레이아웃 */
.sub_vis_top{position: relative;/* display: none; */padding-top: 60px;padding-left: 20px;padding-right: 20px;}
#sub_vis {
    position: relative;
    padding: 51px 0;
    color: #fff;
    text-align: center;
    /* margin: 60px 0 0; */
    /* padding-top: 125px; */
    /* padding-bottom: 95px; */
    overflow: hidden;
    /* text-align: left; */
    /* display: none; */
    background-position: center;
    border-radius: 20px;
    background-size: cover;
}
#sub_vis.sub01{background-image: url(/img/mainvs.png);}
#sub_vis:after{
    display:block;
    clear:both;
    content:"";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoomout 1s ease-in-out infinite alternate;
    -webkit-animation: zoomout 1s ease-in-out infinite alternate;
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
}
#sub_vis.sub01:after{background-image: url(../img/subvs01.jpg);}
#sub_vis.sub02:after{background-image: url(../img/subvs02.jpg);}
#sub_vis.sub03:after{background-image: url(../img/subvs03.jpg);}
#sub_vis.sub04:after{background-image: url(../img/subvs04.jpg);}
#sub_vis.sub05:after{background-image: url(../img/subvs05.jpg);}
#sub_vis.sub06:after{background-image: url(../img/subvs01.jpg);}
#sub_vis.sub07:after{background-image: url(../img/sub_vis_bg7.jpg);}
#sub_vis.sub08:after{background-image: url(../img/sub_vis_bg8.jpg);}
#sub_vis.sub010:after{background-image: url(../img/sub_vis_bg10.jpg);}
#sub_vis h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    /* text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); */
    position: relative;
    z-index: 1;
    /* text-align: left; */
}
#sub_vis h2 span {
    position: relative;
}
#sub_vis h2 span:after{
    display:block;
    clear:both;
    content:"";
    background: #e1252d;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: -12px;
    top: 25px;
    position: absolute;
    display: none;
}
#sub_vis h2 span:after,
#sub_vis h2 span:before {
    /* content: ''; */
    /* display: inline-block; */
    /* width: 1em; */
    /* height: 1em; */
    /* border: 0.5em solid #000; */
    /* border-radius: 50%; */
    /* position: absolute; */
    /* bottom: 0; */
}
#sub_vis h2 span:before {
    border-color: #e60012;
    opacity: 0.2;
    right: -2.5em;
    z-index: 0;
}
#sub_vis h2 span:after {
    /* border-color: #003894; */
    /* opacity: 0.4; */
    /* right: -4em; */
    /* z-index: 0; */
}
#sub_vis .depth{
    position: relative;
    z-index: 1;
}
#sub_vis .depth li{
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
}
#sub_vis .depth li img{
    transform: translate(0px, 2px);
}
#sub_vis .depth li:last-child:after{
    display:none;
}
#sub_vis .depth li:after{
    display:block;
    clear:both;
    content:"";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius:50%;
    position: absolute;
    top: 8px;
    right: -5px;
}
#sub_vis .depth li a{}
.sub_vis_txt{
    color: #dadada;
    z-index: 10;
    position: relative;
    /* letter-spacing: 0.1px; */
    font-size: 14px;
}
@media all and (min-width:768px) {
    #sub_vis {
        padding: 89px 0;
        border-bottom: 0;
        /* padding-top: 130px; */
        /* text-align: left; */
        /* padding-bottom: 100px; */
    }
    #sub_vis h2 {
        font-size: 31px;
    }
    #sub_vis h2 span:after{
    top: 31px;
}
    #sub_vis .depth li{
    padding: 0px;
    padding: 0 11px;
    font-size: 16px;
}
    #sub_vis .depth li img {
    transform: translate(0px, 3px);
}
    #sub_vis .depth li:after{
    top: 10px;
    right: -5px;
}
.sub_vis_txt{
    font-size: 16px;
}
}



@media all and (min-width:1200px) {
    #sub_vis {
        border-bottom: 0;
        padding: 120px 0 110px;
        margin: 0;
        /* padding-top: 232px; */
        max-width: 1678px;
        margin: 0 auto;
        border-radius: 30px;
    }
    #sub_vis .pdinner{
    max-width: 1240px;
}
    #sub_vis h2 {
        font-size: 45px;
        font-weight: 800;
        margin-bottom: 10px;
        text-align: left;
    }
    #sub_vis h2 span:after{
    top: 40px;
    width: 11px;
    height: 10px;
    right: -19px;
}
    .menu_wrap{
    /* bottom: -90px !important; */
}
.sub_vis_txt{
    font-size: 17px;
}
}

#sub {
    margin: 0 auto;
    position: relative;
    min-height: 400px;
    padding: 40px 0 80px;
    overflow: hidden;
}
#sub:after {
    content: '';
    clear: both;
    display: block;
}
#sub .current.sub_txt{display:none;}
#sub .current.sub_txt{display:block;text-align:center;margin-top: -20px;margin-bottom: 20px;color: #666;font-weight: 600;}
/* 2depth menu */
#twodepthNav {
    position: relative;
    display: none;
    margin: 0 auto;
    background: #e7211a;
}
#twodepthNav ul {
    overflow: hidden;
    text-align: center;
}
#twodepthNav ul li {
    position: relative;
    width: 16%;
    display: inline-block;
    text-align: center;
    max-width: 150px;
}
#twodepthNav ul li a {
    color: #ffffff;
}
#twodepthNav ul.li09 li {
    width: 10.5%;
}
#twodepthNav ul li a {
    display: block;
    line-height: 60px;
    position: relative;
}
#twodepthNav ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #0083ef;
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
#twodepthNav ul li:hover a:after {
    width: 60px;
    margin-left: -30px;
}
#twodepthNav ul li a:hover {
    font-weight: 600;
    transition: 0.3s;
}
#twodepthNav ul li:first-child a:before {
    width: 0;
}
#twodepthNav ul li.active {
    background: #ffffff;
}
#twodepthNav ul li.active a {
    font-weight: 600;
    color: #323232;
}
#twodepthNav ul li.active a:after {
    width: 60px;
    margin-left: -30px;
}

#fl_menu {
    display: none;
}
.con {
    position: relative;
    min-height: 500px;
}
.sub_tit {
    font-size: 1.5em;
    font-weight: 800;
    color: #222;
    /* margin: 0 0 30px; */
    position: relative;
    /* border-bottom: 1px solid #e0e5f0; */
    text-align: center;
    padding-bottom: 30px;
    /* margin-bottom: 50px; */
}
.sub_tit:after{
    display:block;
    clear:both;
    content:"";
    /* background: #e1252d; */
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: -11px;
    top: 19px;
    position: absolute;
}




@media all and (min-width:768px) {
    #sub {
        padding: 50px 0 80px;
    }
    .sub_tit {
        font-size: 2em;
        padding-bottom: 40px;
        /* margin-bottom: 70px; */
    }
    .sub_tit:after{
    width: 10px;
    height: 10px;
    right: -17px;
    top: 36px;
}

    #twodepthNav {
        position: relative;
        display: block;
    }
}

@media all and (min-width:1200px) {
    .subwrap {
        margin: 0 auto;
    }
    .sub_tab {
        display: block;
        background: #0788c7;
        padding: 10px 0;
        text-align: right;
        color: #ffffff;
        font-size: 0.85em;
        text-align: right;
    }
    .sub_tab h3,
    .sub_tab p {
        display: inline-block;
        margin-left: 15px;
        color: #fbdf40;
        font-weight: bold;
    }
    .sub_tab h3 {
        color: #ffffff;
    }
    .sub_tab h3 span {
        margin-right: 10px;
        text-transform: uppercase;
        color: #fbdf40;
    }
    .sub_tab p {
        border-radius: 50px;
        background: #462e16;
        padding: 5px 10px;
    }

    #sub {
        position: relative;
        width: 100%;
        margin: 0 auto;
        min-height: 650px;
        padding: 100px 0 100px;
    }
    .con {
        width: 1160px;
        margin: 0 auto;
        min-height: 800px;
    }
    .sub_tit {
        font-size: 41px;
        /* margin-bottom: 40px; */
    }
    .sub_tit:after{
    top: 46px;
    width: 11px;
    height: 10px;
    right: -19px;
}

    #twodepthNav ul.li02 li {
        width: 25%;
    }
    #sub .current.sub_txt{
    font-size: 18px;
    margin-top: -30px;
    margin-bottom: 50px;
}
}


@media all and (min-width:1640px) {
    #sidemenu {
        display: block;
    }
    #fl_menu {
        display: block;
        position: absolute;
        right: 20px;
        z-index: 9999;
        width: 125px;
        top: 0;
        height: 600px;
    }
    #fl_menu .label {
        text-align: center;
        line-height: 80px;
        font-size: 18px;
        font-weight: bold;
        background: #29343f;
        color: #fff;
    }
    #fl_menu ul {
        text-align: center;
        padding: 10px 0 30px;
        background: #ffffff;
    }
    #fl_menu ul li a {
        font-size: 16px;
        font-weight: 600;
        padding: 8px 0;
    }
    #fl_menu ul li span {
        display: block;
    }
    #fl_menu .menu {
        display: block;
        border: 1px solid #dcdcdc;
    }
    #fl_menu .menu img {
        max-width: 60px;
    }
    #fl_menu .menu .menu_item {
        display: block;
        background: #ffffff;
        color: #323232;
    }
}

.menu_wrap {
    height: 46px;
    /* background: #fff; */
    /* border-bottom: 1px solid #e0e5f0; */
    /* background: #f7f9ff; */
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
#sub_drop {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 100;
    height: 46px;
    /* border-left: 1px solid #e0e5f0; */
    /* border-right: 1px solid #e0e5f0; */
    /* border-bottom: 1px solid #e0e5f0; */
    /* padding: 0 10px; */
}
#sub_drop .dropdown.home {
    width: 46px;
    display: none;
    border-right: 1px solid #e0e5f0;
}
#sub_drop .dropdown.home a {
    display: block;
    line-height: 46px;
    width: 46px;
    text-align: center;
    /* background: #ed1423; */
}
#sub_drop .dropdown.home img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
}
#sub_drop .dropdown {
    float: left;
    position: relative;
    z-index: 101;
    height: 46px;
}
#sub_drop .dropdown.deph01 {
    width: 50%;
    /* max-width: 100px; */
    /* border-right: 1px solid #e0e5f0; */
    padding: 0 10px;
}
#sub_drop .dropdown.deph02 {
    width: 50%;
    /* max-width: 100px; */
    /* border-right: 1px solid #e0e5f0; */
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 0 10px;
}
#sub_drop .dropbtn {
    width: 100%;
    display: inline-block;
    position: relative;
    /* padding: 0 25px 0 10px; */
    cursor: pointer;
    /* color: #fff; */
    font-size: 14px;
    height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    line-height: 46px;
    text-align: left;
    /* padding-left: 15px; */
    font-weight: 600;
    letter-spacing: 0px;
}
#sub_drop .dropbtn:after{
    display:block;
    clear:both;
    content:"";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #555;
    border-right: 2px solid #555;
    position: absolute;
    top: 18px;
    right: 4px;
    transform: rotate(45deg);
}
#sub_drop .deph01 .dropbtn{/* background:#ed1423; *//* margin-right: 10px; */}
#sub_drop .dropbtn span {
    /* font-family: 'FontAwesome'; */
    content: '';
    position: absolute;
    right: 11px;
    /* color: #fff; */
    font-size: 23px;
    top: 12px;
    bottom: 0;
    margin: auto;
}

#sub_drop .dropdown ul {
    /* border: 1px solid #e0e5f0; */
    border-top: 0px;
    padding: 10px 0;
}
#sub_drop .dropdown ul li {
    padding: 10px;
}
#sub_drop .dropdown ul li:last-child {
    border-bottom: 0;
}
#sub_drop .dropdown ul li:hover {
    font-weight: 600;
}
#sub_drop .dropmenu {
    display: none;
    position: absolute;
    background: #fdfdfd;
    box-sizing: content-box;
    width: calc(100% + 2px);
    overflow: hidden;
    background: #00649cc2;
    border-radius: 20px;
    border: 0px;
}
#sub_drop .dropmenu a {
    display: block;
    line-height: 20px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
#sub_drop .dropdown .show {
    display: block;
    position: absolute;
    top: 46px;
    left: -1px;
}

#sub_drop:after {
    display: block;
    content: '';
    clear: both;
}

@media all and (min-width:768px) {
    .menu_wrap {
        /* position: relative; */
        bottom: 0px;
    }
    .menu_wrap:after {
        /* content: ''; */
        display: inline-block;
        width: calc(50% - 700px);
        height: 60px;
        background: #15378e;
        position: absolute;
        left: 0;
        top: 0;
    }
    #sub_drop{
    /* border-left: 1px solid #e0e5f0; */
    /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
}
    #sub_drop,
    .menu_wrap {
        height: 58px;
    }
    #sub_drop .dropbtn {
        /* padding: 0 25px 0 20px; */
        font-size: 16px;
    }
    #sub_drop .dropdown ul li {
        padding: 10px 20px;
    }
    #sub_drop .dropdown.home {
        min-width: 60px !important;
    }
    #sub_drop .dropdown.home a {
        line-height: 60px;
        width: 60px;
    }
    #sub_drop .dropdown {
        height: 58px;
    }
    #sub_drop .dropbtn {
        line-height: 58px;
        height: 58px;
        /* border-right: 1px solid #e0e5f0; */
    }
    #sub_drop .dropbtn:after{
    top: 22px;
}
    #sub_drop .dropdown.deph01, #sub_drop .dropdown.deph02{
    max-width: 220px;
    padding: 0 20px;
}
    
    #sub_drop .dropbtn span{
        right: 15px;
        font-size: 27px;
        top: 17px;
    }

    #sub_drop .dropdown .show {
        top: 59px;
    }
    #sub_drop .dropmenu a{font-size: 15px;}
    #sub_drop .dropdown.deph02{
    /* border-right: 1px solid #e0e5f0; */
    /* border-right: 1px solid #e0e5f0; */
}
   
}
@media all and (min-width:1280px) {
 #sub_drop{
    display: flex;
    margin-top: -80px;
    justify-content: flex-end;
}
    #sub_drop .dropbtn{color:#fff;font-size: 18px;}
    #sub_drop .dropbtn:after{border-color:#fff;top: 22px;width: 8px;height: 8px;}
    
}
@media all and (min-width:1400px) {
.sub_vis_top{
    padding-top: 100px;
    /* border-bottom: 1px solid #e0e5f0; */
}
    #sub_drop{
    border-bottom: 0px;
    /* border-left: 1px solid #e0e5f0; */
}
    #sub_drop .dropdown.home img{
    width: 18px;
    transform: translate(0px, -1px);
}
}
/*애니메이션*/

@keyframes tossing {
    0% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(-4deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(4deg);
    }
    100% {
        -webkit-transform: rotate(-4deg);
    }
}

/*메인 텍스트 애니메이션*/

.main-text-animation-box {
    overflow: hidden;
    display: inline-block;
}
.main-text-animation {
    -webkit-animation-name: main-text-animation;
    animation-name: main-text-animation;
    transition: transform 0.8s cubic-bezier(.21,1.03,.7,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1)!important;
    display: inline-block;
}

@-webkit-keyframes main-text-animation {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes main-text-animation {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

/*메인 - 공통*/
#main {
    /* padding-top: 70px; */
}
.main_tlt {
    font-weight: 800;
    font-size: 30px;
    color: #222;
    line-height: 1.3;
}
.main_tlt span {
    color: #e1252d;
    font-weight: 900;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
@media all and (min-width:768px) {
    .main_tlt {
        font-size: 50px;
    }
    .main_tlt span {
        margin-bottom: 10px;
    }
    .more {}
}

@media all and (min-width:1280px) {
    #main {
        padding-top: 0;
    }
    .main_tlt {}

    .main_tlt span {}
    .more {}
}

/*메인 - 비쥬얼*/

.main_visual {}
.main_visual .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 55px !important;
    padding-right: 38px;
}
.main_visual .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 0.5;
    margin: 0 13px !important;
    position: relative;
    transition: 0.3s;
}
.main_visual .swiper-pagination .swiper-pagination-bullet:after {
    display: block;
    clear: both;
    content: '';
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0;
    transition: 0.5s;
}
.main_visual .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.main_visual .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
}
.main_visual .swiper-slide {
    background-position: center !important;
    background-size: cover !important;
}
 .main_visual .swiper-slide.swiper-slide-active:after{
    transform: scale(1.1) !important;

    }
 .main_visual .swiper-slide:after{
         transition: 3s 1.5s;
         display:block;
         clear:both;
         content:"";
         position:absolute;
         width:100%;
         height:100%;
         top:0;
         left:0;
         background-size: cover !important;
         background-position: center !important;
         animation-fill-mode: forwards;
 }
.main_visual .m1:after {
    background: url("/img/main_visual_01.jpg");
}
.main_visual .m2:after {
    background: url("/img/main_visual_02.jpg");
}
.main_visual .m3:after {
    background: url("/img/main_visual_01.jpg");
}
.main_visual .text {
    padding: 66px 15px 120px;
    padding-top: 122px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
    height: 500px;
}
.main_visual .text:before {
    display: block;
    clear: both;
    content: "";
    width: 0px;
    height: 3px;
    background: #ed1423;
    margin: 0 auto 15px;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.main_visual .swiper-slide-active .text:before{width: 26px;}
.main_visual .text .t1 span em {
    font-weight: 900;
}
.main_visual .swiper-slide-active .text .t1 span em.tn1,
.main_visual .swiper-slide-active .text .t1 span em.tn2,
.main_visual .swiper-slide-active .text .t2 span em.tn3,
.main_visual .swiper-slide-active .text .t2 span em.tn4 {
    -webkit-animation-name: main-text-animation;
    animation-name: main-text-animation;
    display: block;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
}
.main_visual .swiper-slide-active .text .t1 span em.tn1 {
    animation-delay: 0.6s;
}
.main_visual .swiper-slide-active .text .t1 span em.tn2 {
    animation-delay: 0.9s;
}
.main_visual .swiper-slide-active .text .t2 span em.tn3 {
    animation-delay: 1.2s;
}
.main_visual .swiper-slide-active .text .t2 span em.tn4 {
    animation-delay: 1.4s;
}
.main_visual .text .t1 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: center;
}
.main_visual .text .t1 span {
    overflow: hidden;
    display: block;
}
.main_visual .text .t2 span {
    overflow: hidden;
    display: block;
}
.main_visual .text .tn1 {}
.main_visual .text .tn1,
.main_visual .text .tn2,
.main_visual .text .tn3,
.main_visual .text .tn4 {
    animation-fill-mode: backwards;
}

.main_visual .text .t2 {
    color: #e8e8e8;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}
.btn_pause {
    position: absolute;
    bottom: 51px;
    z-index: 10;
    left: 50%;
    font-size: 0;
    width: 30px;
    height: 30px;
    /* background: red; */
    margin-left: 36px;
}
.btn_pause:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 9px;
    height: 8px;
    left: 10px;
    top: 11px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.btn_pause.on:before {
    display: none;
}
.btn_pause.on:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 11px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    top: 9px;
    left: 10px;
    /* left: 50%; */
    /* margin-left: 220px; */
}
@media all and (min-width:768px) {
    .main_visual {}
    .main_visual .text:before {
        width: 0px;
        height: 5px;
    }
    
.main_visual .swiper-slide-active .text:before{width: 45px;}
    .main_visual .m1 {}
    .main_visual .m2 {}
    .main_visual .m3 {}
    .main_visual .text {
        height: 700px;
        padding: 177px 0;
    }
    .main_visual .text .t1 {
        font-size: 70px;
        margin-bottom: 25px;
    }
    .main_visual .text .t1 span {
        display: block;
        overflow: hidden;
    }
    .main_visual .text .t2 {
        font-size: 18px;
    }
    .main_visual .text .t2 span {
        display: block;
    }
}

@media all and (min-width:1280px) {
    .main_visual {}
    .main_visual .swiper-slide {
        height: 100vh;
        position: relative;
    }
    .main_visual .m1 {}
    .main_visual .m2 {}
    .main_visual .m3 {}
       
    .main_visual .text {
        max-width: 1280px;
        margin: 0 auto;
        padding-top: 0px;
        height: 300px;
        position: absolute;
        top: 50%;
        left: calc(50% - 640px);
        margin-top: -180px;
    }
    .main_visual .text:before {
        margin: 0 0 29px;
    }
    .main_visual .text .t1 {
        font-size: 80px;
        text-align: left;
    }
    .main_visual .text .t2 {
        font-size: 20px;
        text-align: left;
    }
    .main_visual .swiper-pagination{text-align:left;left: calc(50% - 640px) !important;top: 50% !important;margin-top: 174px;margin-left: -2px;bottom: auto !important;}
    .btn_pause{
    text-align: left;
    left: calc(50% - 640px);
    top: 50%;
    margin-top: 172px;
    margin-left: 101px;
    margin-left: 71px;
}
}

/*메인 - 소개*/

.intro {
    padding: 50px 0;
}
.intro .main_tlt {
    padding: 0 15px;
}
.intro .txt {
    margin-top: 25px;
    position: relative;
    padding: 0 15px 50px;
    /* padding: 0 15px; */
}
.intro .txt span {
    color: #666666;
}
.intro .more {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.intro .cont {
    margin-top: 40px;
}
.intro .cont .cont-list {}
.intro .cont .cont-list li {

    color: #fff;
}
.intro .cont .cont-list li a {
    padding: 20px;
    display: block;
}
.intro .cont .cont-list li:nth-child(1) {
    background: #444444;
}
.intro .cont .cont-list li:nth-child(2) {
    background: #f1f1f1;
    color: #222;
}
.intro .cont .cont-list li:nth-child(3) {
    background: #e1252d;
}
.intro .cont .cont-list li .ic {}
.intro .cont .cont-list li .ic img {
    width: 29px;
}
.intro .cont .cont-list li .tlt {
    font-weight: 800;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.intro .cont .cont-list li em {
    font-size: 14px;
}
.intro .cont .cont-list li:nth-child(2) em {
    color: #666666;
}
.intro .cont .cont-list li .more {
    display: none;
}
.intro .cont .bg {}

@media all and (min-width:768px) {
    .intro {
    padding: 80px 0;
}
    .intro .main_tlt {
        padding: 0 50px;
    }
    .intro .txt {
        padding: 0 50px 80px;
        margin-top: 30px;
    }
    .intro .more {
        left: 50px;
        bottom: 20px;
    }
    .intro .txt span {
        font-size: 18px;
    }
    .intro .cont {}
    .intro .cont .cont-list {
        display: flex;
        flex-wrap: wrap;
    }
    .intro .cont .cont-list li {
        width: 50%;
    }
    .intro .cont .cont-list li a {
        padding: 40px 50px;
        display: block;
    }
    .intro .cont .cont-list li:last-child {
        width: 100%;
    }
    .intro .cont .cont-list li .ic {}
    .intro .cont .cont-list li .ic img {
        width: 58px;
    }
    .intro .cont .cont-list li .tlt {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .intro .cont .cont-list li em {
        font-size: 16px;
    }
    .intro .cont .cont-list li .more {}
    .intro .cont .bg {}
}

@media all and (min-width:1000px) {
    .intro .cont .cont-list li {
        width: 33.3333%;
    }
    .intro .cont .cont-list li:nth-child(3n) {
        width: 33.3333%;
    }
}
@media all and (min-width:1280px) {
    .intro {
        padding: 120px 0;
    }
    .intro .main_tlt {
        padding: 0 0 180px;
    }
    .intro .txt {
        width: 550px;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 34px;
        padding-bottom: 60px;
    }
    .intro .more {
        left: 0;
        bottom: 0;
    }
    .intro .txt span {
        line-height: 1.8;
    }
    .intro .cont {
    position: relative;
    z-index: 10;
}
    .intro .cont .cont-list {}
    .intro .cont .cont-list li {
        width: calc(33.33333% - 26px);
        margin-right: 39px;
        /* height: 370px; */
    }
    .intro .cont .cont-list li a {
        padding: 50px;
        height: 370px;
        position: relative;
    }
    .intro .cont .cont-list li:nth-child(2) {
        /* transform: translate(0px, -87px); */
        position: relative;
        top: -87px;
    }
    .intro .cont .cont-list li:last-child {
        margin-right: 0;
        width: calc(33.33333% - 26px);
    }
    .intro .cont .cont-list li .ic {}
    .intro .cont .cont-list li a .ic img {}
    .intro .cont .cont-list li a:hover .ic img {
        animation-name: tossing;
        -webkit-animation-name: tossing;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    .intro .cont .cont-list li .tlt {
        font-size: 30px;
        margin-top: 95px;
        margin-bottom: 12px;
        transition: 0.5s;
    }
    .intro .cont .cont-list li a:hover .tlt {
        margin-top: 38px;
    }
    .intro .cont .cont-list li em {
        font-size: 18px;
    }
    .intro .cont .cont-list li .more {
        display: block;
        left: 50px;
        bottom: 50px;
        opacity: 0;
        visibility: hidden;
        /* transition: 0.5s; */
        transition: 0.3s;
        transition-delay: 0s;
    }
    .intro .cont .cont-list li a:hover .more {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: 0.3s;
        transition-delay: 0.3s;
    }
    .intro .bg {
        max-width: 1719px;
        height: 345px;
        background: url("/img/main_bg.jpg") no-repeat;
        margin: -212px auto 0;
        background-position: center;
    }
}


/*main - bs*/


.bnss-section .main_tlt {padding: 0 15px;margin-bottom: 20px;}
.bnss-section .main_tlt .span {}
.bnss-section {}
.bnss-section .bnss {
    max-width: 1720px;
    margin: 0 auto;
}
.bnss-section .bnss li {
    overflow: hidden;
    position: relative;
}
.bnss-section .bnss li a {}
.bnss-section .bnss li a .text{position:absolute;z-index: 1;color: #fff;padding: 20px;height: 100%;width: 100%;}
.bnss-section .bnss li a .text .off{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.bnss-section .bnss li a .text .off span{
    display: block;
    color: #dcdcdc;
    font-weight: 700;
}
.bnss-section .bnss li a .text .off strong{
    font-size: 24px;
    line-height: 1.16;
}
.bnss-section .bnss li a .text .on{
    opacity: 0;
    visibility: hidden;
}
.bnss-section .bnss li a .text .on em{}
.bnss-section .bnss li a .text .on .more{}
.bnss-section .bnss li a img {
    filter: grayscale(100%);
    transition: 0.5s;
    transition: 1.5s;
    transition-delay: 0.2s;
    /* transition-timing-function: ease-in; */
}
.bnss-section .bnss li a:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

@media all and (min-width:768px) {

    .bnss-section .main_tlt {
    text-align: center;
    margin-bottom: 30px;
}
    .bnss-section .main_tlt .span {}
    .bnss-section {}
    .bnss-section .bnss {
        display: flex;
        flex-wrap: wrap;
    }
    .bnss-section .bnss li {
        width: 50%;
    }
    .bnss-section .bnss li a {}
    .bnss-section .bnss li a img {
        width: 100%;
    }
    .bnss-section .bnss li a .text .off{
    bottom: 30px;
    left: 30px;
}
    .bnss-section .bnss li a .text .off span{
    font-size: 18px;
}
    .bnss-section .bnss li a .text .off strong{
    font-size: 30px;
}
    .bnss-section .bnss li a .text .on{}
    .bnss-section .bnss li a .text .on em{}
    .bnss-section .bnss li a .text .on .more{}
    .bnss-section .bnss li a .text{padding:50px;}
}
@media all and (min-width:1200px) {

    .bnss-section .main_tlt {}
    .bnss-section .main_tlt .span {}
    .bnss-section {}
    .bnss-section .bnss {}
    .bnss-section .bnss li {}
    .bnss-section .bnss li a {}
    .bnss-section .bnss li a .text .off{
    bottom: 70px;
    left: 70px;
        transition:0.5s;
}
    .bnss-section .bnss li a .text .off span{
    font-size: 24px;
    margin-bottom: 4px;
}
    .bnss-section .bnss li a .text .off strong{
    font-size: 36px;
}
        .bnss-section .bnss li a:hover .text .off{bottom:250px;}
        .bnss-section .bnss li a:hover .text .off{bottom:210px;}
        .bnss-section .bnss li a:hover .text .on{}
    .bnss-section .bnss li a .text .on{
    opacity: 1;
    visibility: visible;
}
    .bnss-section .bnss li a .text .on em{text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    font-size: 18px;
    color: #d6d6d6;
    position: absolute;
    left: 70px;
    top: 150px;
    opacity:0; transition:0s;
    /* text-shadow: 2px 2px 2px gray; */
}
    .bnss-section .bnss li a:hover .text .on em{top: 170px; opacity:1; 
    transition:0.5s;
    transition-delay: 0.1s;}
    .bnss-section .bnss li a .text .on em{top: 195px; opacity:0; }
    .bnss-section .bnss li a:hover .text .on em{top: 215px; opacity:1; }
    .bnss-section .bnss li a .text .on .more{
    position: absolute;
    bottom: 70px;
    left: -150px; transition:0.5s; opacity:0;
}
    .bnss-section .bnss li a:hover .text .on .more{
    
    left: 70px; opacity:1;
}
}



/*main - 고객지원*/

.contact{
    background: url(/img/main_bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    text-align: center;
}
.contact .main_tlt{
    color: #fff;
}
.contact .txt{
    color: #e8e8e8;
    font-size: 14px;
    margin-top: 12px;
    padding: 0 20px;
}
.contact .more2{
    color: #fff;
    border: 1px solid rgba(266,266,266,0.5);
    padding: 9px 10px;
    display: block;
    width: 140px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 20px;
}
.contact .more2:hover{background:#e1252d; transition:0.3s; border: 1px solid #e1252d;box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 30%);}
@media all and (min-width:768px) {

    .contact{
    padding: 60px 0;
}
    .contact .main_tlt{}
    .contact .txt{
    font-size: 18px;
}
    .contact .more2{
    font-size: 18px;
    padding: 12px 0;
    width: 190px;
    margin-top: 32px;
}
}

@media all and (min-width:1200px) {

    .contact{
    padding: 117px;
}
    .contact .main_tlt{}
    .contact .txt{}
    .contact .more2{}
}


/*main - 공지사항&뉴스*/

.nn-section{
    padding: 50px 15px;
    position: relative;
}
.nn-section .main_news{
    margin-top: 70px;
    margin-bottom: 20px;
}
.nn-section .main_news a{}
.nn-section .main_news .img{}
.nn-section .main_news .tlt{
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 2.8em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #222222;
}
.nn-section .main_news .dt{
    font-size: 14px;
    color: #888888;
    font-weight: bold;
    font-family: 'roboto';
    /* display: block; */
    /* text-align: right; */
}
.nn-section .news_list{}
.nn-section .news_list .more{
    position: absolute;
    top: 86px;
    left: 0;
}
.nn-section .news_list ul{
    border-top: 1px solid #e0e5f0;
}
.nn-section .news_list ul li{
    position: relative;
}
.nn-section .news_list ul li a{
    font-size: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
    white-space: nowrap;
    border-bottom: 1px solid #e0e5f0;
    padding: 15px 0;
    padding-right: 78px;
    font-weight: 700;
    color: #222222;
}
.nn-section .news_list ul li .dt{
    font-size: 14px;
    color: #888888;
    font-weight: bold;
    font-family: 'roboto';
    position: absolute;
    top: 16px;
    right: 0;
}


@media all and (min-width:768px) {
    .nn-section{padding: 100px 50px;}
    .nn-section .main_news{
    margin-top: 30px;
}
    .nn-section .main_news a{}
    .nn-section .main_news .img{}
        .nn-section .main_news .img img{width:100%;}
    .nn-section .main_news .tlt{
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .nn-section .main_news .dt{
    font-size: 15px;
}
    .nn-section .news_list{}
    .nn-section .news_list .more{
    top: 63px;
    left: auto;
    right: 0px;
}
    .nn-section .news_list ul{}
    .nn-section .news_list ul li{}
    .nn-section .news_list ul li a{
    font-size: 24px;
    padding: 30px 0;
    padding-right: 100px;
}
    .nn-section .news_list ul li .dt{
    font-size: 15px;
    top: 38px;
}

}

@media all and (min-width:1000px) {
    .nn-section{
    padding: 120px 50px 100px;
}
    .nn-section .inner:after{
        display:block; clear:both; content:"";
    }
    .nn-section .main_news{
    float: left;
    width: 457px;
    margin-top: 50px;
}
    .nn-section .main_news a{}
    .nn-section .main_news .img{}
    .nn-section .main_news .tlt{
    margin-top: 38px;
    margin-bottom: 25px;
}
    .nn-section .main_news .dt{}
    .nn-section .news_list{
    width: calc(100% - 457px);
    float: left;
    padding-left: 90px;
    position: relative;
}
    .nn-section .news_list .more{
    left: auto;
    right: 0;
    top: -35px;
}
    .nn-section .news_list ul{
    margin-top: 50px;
}
    .nn-section .news_list ul li{}
    .nn-section .news_list ul li a{
    padding: 36px 15px;
    padding-right: 135px;
}
    .nn-section .news_list ul li .dt{
    right: 15px;
    top: 44px;
}

}


/*page up*/
#pageup {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    width: 37px;
    height: 37px;
    background-size: 50px 50px;
    display: block;
    cursor: pointer;
    background: #008379;
    z-index: 4000;
    border-radius: 50px;
    opacity:0;
    /* transition:0.3s; */
}
    body.scroll #pageup {
        opacity:1;
        /* transition:0.3s; */
    }
#pageup:after{
    display: block;
    clear: both;
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    display: block;
    transform: rotate(315deg);
    border-left: 0px;
    border-bottom: 0px;
    position: absolute;
    top: 15px;
    left: 12px;
}
@media all and (min-width:1200px) {
    #pageup {
        right: 130px;
    }
    #pageup {
        right: 10px;
        width: 50px;
        height: 50px;
        bottom: 50px;
        /* transition: 0.3s; */
        right: 50px;
        opacity:0;
        /* transition: 0.3s; */
    }
    #pageup:after{
    top: 21px;
    left: 18px;
}
    body.scroll #pageup {
        opacity:1;
    }
}











:root {
    --main-color: #2149A6;
    --point-color1: #4571E9;
    --border-color:#e0e5f0;
  }


@media all and (max-width:700px) {

#layerPopup0{
    width: 300px !important;
    height: auto !important;
    left: 20px !important;
    top: 100px !important;
}
#layerPopup0 img{height:unset;}
}
