@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{/* padding-top:50px; */}
.site-footer {
    background: #222;
    color: #bbb;
    font-size: 14px;
    padding: 40px 0px;
  }
  
  .footer-inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  
  .footer-info {
    flex: 1 1 60%;
    line-height: 1.8;
  }
.footer-info p{
    opacity: 0.9;
    font-weight: 500;
}
.footer-info p span{display:block;}
  
  .footer-info strong {
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
  }
  
  .footer-info .copy {
    margin-top: 15px;
    color: #999;
    font-size: 13px;
  }
  
  .footer-logo {
    flex: 0 0 auto;
  }
  
  .footer-logo img {
    max-height: 40px;
  }
  
  /* ✅ 반응형 */
  @media (min-width: 768px) {
      .footer-info p{display:inline-block;margin-right: 10px;}
        .footer-info p:nth-child(3){
    display: block;
}
      .footer-info .copy{display:block;}
      
.footer-info p span{display:inline-block;margin-right: 10px;}
  }


  @media (min-width: 1200px) {
      .site-footer{
    padding: 100px 0;
}
      .footer-info p{
    font-size: 17px;
    margin-right: 40px;
}
      .footer-info .copy{font-size: 17px;margin-top: 30px;}
      .footer-info p span{margin-right:40px;}
  }
  













/*
	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: 1440px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    /* padding: 0 20px; */
}
#sub .inner{max-width: 1420px;padding: 0 20px;}
.pdinner {
    max-width: 1490px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.mEnter {
    display: block;
}
.pEnter {
    display: inline;
}
.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%;
    }

    .half {
        width: 48%;
        margin: 0 1%;
        float: left;
    }
    .mr {
        margin-right: 3%;
    }
}

@media (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;}


.sub_vis_top{}
.sub_vis_top .sub-cate{
    color: #444;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 22px;
}
.sub_vis_top .sub-cate li{
    margin-right: 20px;
    position: relative;
}
.sub_vis_top .sub-cate li:before{
    display:block;
    clear:both;
    content:"";
    width: 3px;
    height: 3px;
    background: #90919b;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: -11px;
}
.sub_vis_top .sub-cate li:last-child:before{display:none;}
.sub_vis_top .sub-cate li.home{
    
}
.sub_vis_top .sub-cate li.home:after{
    display:block;
    clear:both;
    content:"";
    width: 18px;
    height: 18px;
    color: #444;
    /* color: #fff; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23444'%3E%3Cpath d='M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V9.48907C3 9.18048 3.14247 8.88917 3.38606 8.69972L11.3861 2.47749C11.7472 2.19663 12.2528 2.19663 12.6139 2.47749L20.6139 8.69972C20.8575 8.88917 21 9.18048 21 9.48907V20ZM11 13V19H13V13H11Z'/%3E%3C/svg%3E");
}
.sub_vis_top .sub-title{}
.sub_vis_top .sub-title span{
    color: #2A388F;
    display: block;
    text-shadow: darkviolet;
    /* text-shadow: 0px 0px 20px #ffffff69; */
}


#sub_vis {
    position: relative;
    text-align: center;
    /* margin: 60px 0 0; */
    padding-top: 89px;
    padding-bottom: 75px;
    /* overflow: hidden; */
    /* text-align: left; */
    height: 379px;
}
#sub_vis .commBtn{display:none;}
#sub_vis:after{
    display:block;
    clear:both;
    content:"";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 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;*/
    /* background-attachment: fixed; */
}



#sub_vis.sub01:after{background-image: url(../img/common/sub_vis_bg01.jpg);}
#sub_vis.sub02:after{background-image: url(../img/common/sub_vis_bg02.jpg);}
#sub_vis.sub03:after{background-image: url(../img/common/sub_vis_bg03.jpg);}
#sub_vis.sub04:after{background-image: url(../img/common/sub_vis_bg04.jpg);}
#sub_vis.sub05:after{background-image: url(../img/common/sub_vis_bg05.jpg);}
#sub_vis.sub06:after{background-image: url(../img/common/sub_vis_bg06.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: 37px;
    color: #fff;
    font-weight: 800;
    /* text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); */
    position: relative;
    z-index: 1;
    text-align: left;
    color: #444;
    line-height: 1.2;
    text-transform: uppercase;
}
#sub_vis .txt{
    position: relative;
    z-index: 1;
    font-size: 13px;
    text-align: left;
    display: none;
    font-weight: 500;
    }
#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;
    text-align: left;
    /* text-align: center; */
}
#sub_vis .depth li{
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    color: #FFFFFF;
    /* padding-right: 15px; */
    /* margin-right: 15px; */
    padding-left: 0px;
}
#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;
}

.normalWrap{}
.normalWrap .box1{display:block;}
.normalWrap .box2{display:none;}
.cprtWrap{}
.cprtWrap .box1{display:none;}
.cprtWrap .box2{display:block;}


@media (min-width: 768px) {
    #sub_vis {
        padding: 121px 0;
        border-bottom: 0;
        padding-top: 119px;
        /* text-align: left; */
        padding-bottom: 95px;
        height: 500px;
    }
    #sub_vis h2 {
        font-size: 50px;
    }
    #sub_vis .txt{display:block;font-size: 18px;margin-top: 10px;}
    #sub_vis h2 span:after{
    top: 31px;
}
    #sub_vis .depth li{
    padding: 0px;
    /* padding: 0 11px; */
    font-size: 18px;
    /* padding-right: 15px; */
    /* margin-right: 15px; */
}
    #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: 115px 0;
        margin: 0;
        padding-top: 200px;
        height: 789px;
    }
    #sub_vis .pdinner{
    max-width: 1500px;
    padding: 0px;
}
    #sub_vis h2 {
        font-size: 60px;
        font-weight: 800;
        margin-bottom: 10px;
        text-align: left;
        /* text-align: center; */
    }
    #sub_vis h2 span:after{
    top: 40px;
    width: 11px;
    height: 10px;
    right: -19px;
}
    .sub_vis_top .sub-cate{font-size: 16px;display: flex;/* align-items: center; */margin-bottom: 40px;}
    .sub_vis_top .sub-cate li{margin-right:25px;}
 .sub_vis_top .sub-cate li.home:after{
    width: 20px;
    height: 20px;
}
    .sub_vis_top .sub-cate li:before{
    /* width: 4px; */
    /* height: 4px; */
    top: 10px;
    right: -15px;
}
    .sub_vis_top .sub-cate li.home:before{
    right: -14px;
}
.sub_vis_txt{
    font-size: 17px;
    text-align: left;
}
#sub_vis .depth li{font-size: 20px;margin-bottom: 10px;}
#sub_vis h2{font-size: 82px;margin-bottom: 15px;line-height: 1.1;}
#sub_vis .txt{font-size:20px;}
}

#sub {
    margin: 0 auto;
    position: relative;
    min-height: 400px;
    padding: 40px 0 40px;
    overflow: hidden;
}
#sub:after {
    content: '';
    clear: both;
    display: block;
}
/* 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 #dedede;
    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;
}
.sub-title2{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #003366;
    background: url(/img/common/favicon.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 24px;
}
.sub-title3{
    color: var(--main-color);
    font-weight: 700;
    background: var(--main-color);
    color: #fff;
    width: 80px;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 2px 0;
}
@media all and (min-width:768px) {
    #sub {
        padding: 50px 0 50px;
    }
    .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;
    }
    .sub-title2{
    font-size: 20px;
}
    .sub-title3{}
}

@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: 43px;
        /* margin-bottom: 40px; */
    }
    .sub_tit:after{
    top: 46px;
    width: 11px;
    height: 10px;
    right: -19px;
}

    #twodepthNav ul.li02 li {
        width: 25%;
    }
    .sub-title2{
    font-size: 26px;
    padding-left: 30px;
    background-size: 24px;
}
    .sub-title3{
    font-size: 20px;
    width: 120px;
    margin-bottom: 15px;
}
}

@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 #dedede; */
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
/*컬러패스*/
#sub_drop {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 0.9em;
    z-index: 10;
    bottom: -159px;
}
.cprtWrap #sub_drop{padding-left: 150px;}
#sub_drop .inner:after {display: none;}
#sub_drop .home a {
    display: block;
    line-height: 45px;
    padding: 0 10px;
    /* background: #fff; */
    /* display: none; */
    background: transparent linear-gradient(102deg, #35D99C 0%, #4893FF 100%) 0% 0% no-repeat padding-box;
    width: 44px;
    line-height: 44px;
}
#sub_drop .home {
    min-width: 46px !Important;
    /* border: 0 !Important; */
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    /* background: transparent linear-gradient(102deg, #35D99C 0%, #4893FF 100%) 0% 0% no-repeat padding-box; */
    position: absolute !important;
    left: -44px;
    border: 0px;
    top: 0;
}
#sub_drop .home img {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
}
#sub_drop .dropdown {display: flex;}
#sub_drop .dropdown.deph01{
    height: 44px;
    line-height: 44px;
    width: 50%;
    position: relative;
}
#sub_drop .dropdown.deph02 {
    min-width: 50%;
    width: 50%;
    position: relative;
}
#sub_drop .dropbtn {
    width: 100%;
    text-align: left;
    display: inline-block;
    position: relative;
    line-height: 44px;
    cursor: pointer;
    font-weight: 600;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    padding-right: 30px;
    color: #fff;
    height: 44px;
}
#sub_drop .dropbtn:after {
    content: '';
    position: absolute;
    right: 21px;
    font-size: 14px;
    top: -7px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    opacity: 0.8;
    transform: rotate(135deg);
}
#sub_drop .dropdown.active a.dropbtn:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#sub_drop .dropdown ul {
}
#sub_drop #dropdown2 ul{
}
#sub_drop .dropdown ul li {
    /* padding: 5px 10px; */
}
#sub_drop .dropmenu {
    /* position: absolute; */
    /* background: #ffffff; */
    /* border: 1px solid #dcdcdc; */
    box-sizing: content-box;
    text-align: left;
}
#sub_drop #dropdown, #sub_drop #dropdown2{
    display: none;
}
#sub_drop #dropdown2 li a{
}
#sub_drop #dropdown.show, #sub_drop #dropdown2.show{display:block;position: absolute;z-index: 1000;top: 44px;left: 0;background: #2a388fb3;width: 100%;backdrop-filter: blur(8px);}
#sub_drop .dropmenu a {
    display: block;
    line-height: 30px;
    color: #fff;
}
#sub_drop .dropmenu a:hover {
    /* color: #009fe3; */
}
#sub_drop .dropdown > .dropmenu li {
    position: relative;
    display: block;
}
#sub_drop .dropdown > .dropmenu li a {
    display: block;
    font-size: 14px;
    padding: 7px 15px;
}
#sub_drop .dropdown > .dropmenu li a.current{/* background: #23b8bc; *//* color:#fff; *//* background: #23b8bc; */position: relative;color: #fff;font-weight: 700;}
#sub_drop .dropdown > .dropmenu li a.current:after{
    display:block;
    clear:both;
    content:"";
    width: 54px;
    height: 3px;
    background: #35D89C;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -27px;
}
#sub_drop .dropdown.active > .dropmenu {
    display: block;
}

#sub_drop:after {
    display: block;
    content: '';
    clear: both;
}
.cprt_on{display:none !important;}
.cprtWrap .cprt_on{display:block !important;}
.cprtWrap .cprt_off{display:none !important;}
@media all and (min-width:768px) {
    #sub_drop{
    height: 50px;
    bottom: -95px;
}
    .cprtWrap #sub_drop{
    padding-left: 200px;
}
    #sub_drop .dropbtn {
        padding: 0 25px 0 20px;
    }
    #sub_drop .dropdown ul{
    /* overflow: unset; */
}
    #sub_drop .dropdown ul li {
        /* padding: 5px 20px; */
        /* width: 16.66666666666667%; */
        /* border-right: 1px solid #dedede; */
        display: inline-block;
        padding: 0 39px;
    }
    #sub_drop #dropdown2 ul li{
    padding: 0px;
    padding-left: 11px;
}
     #sub_drop .dropdown ul.list01 li{width:100%;}
     #sub_drop .dropdown ul.list02 li{/* width:50%; */}
     #sub_drop .dropdown ul.list03 li{/* width:33.3333333%; */}
     #sub_drop .dropdown ul.list04 li{width:25%;}
     #sub_drop .dropdown ul.list06 li{}
    #sub_vis .commBtn{display:block;transform: scale(0.8);bottom: -13px;right: 30px;}
    #sub_drop .dropdown {
        /* min-width: 250px; */
        /* display: none; */
    }
    #sub_drop .nav{
    position: absolute;
    top: -121px;
    right: 0;
    width: 400px;
}
    #sub_drop .dropdown.deph02 {
    }
    #sub_drop .dropmenu a {
        line-height: 50px;
        font-weight: 600;
        font-size: 16px;
    }
    #sub_drop .dropdown > .dropmenu li a{padding:0px;line-height: 50px;font-size: 16px;}
    #sub_drop .home a {
        line-height: 50px;
        min-width: 50px;
        text-align: center;
        padding: 0 12px;
    }
    #sub_drop .dropbtn {
        font-size: 15px;
        color: #444;
        height: 50px;
        line-height: 50px;
    }
    #sub_drop .dropdown.deph01{
}
    #sub_drop .dropbtn:after {
        right: 15px;
        font-size: 24px;
        width: 7px;
        height: 7px;
        border-color: #444;
    }
    #sub_drop .dropmenu{
    /* display: block; */
    /* display: flex; */
    /* text-align: center; */
    /* border-left: 1px solid #dedede; */
    background: none;
}
    #sub_drop #dropdown2{
}
#sub_drop #dropdown.show, #sub_drop #dropdown2.show{
    top: 50px;
}
    #sub_drop #dropdown2 li a{
    font-size: 16px;
    line-height: 50px;
}
    #sub_vis:after{
    height: 245px;
}
}


@media all and (min-width:1200px) {
    #sub_drop {
        font-size: 1em;
        /* display: none; */
        border-radius: 0 20px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        width: 100%;
        display: inline-block;
        right: unset;
        left: 20px;
        bottom: -128px;
        padding: 0 0px;
        padding-left: 60px;
    }
    #sub_drop .inner {
        /* position: static; */
    }

    #sub_drop .dropmenu {
        /* border: 0; */
        /* background: #fff; */
        overflow: unset !important;
    }
    #sub_drop #dropdown.show, #sub_drop #dropdown2.show{
    top: 60px;
}
    #sub_drop .dropbtn.has-focus,
    #sub_drop .dropdown.active a.dropbtn {
        background: #fff;
        border: 0;
    }

    #sub_drop .dropmenu a {
        color: #666;
        transition:0.3s;
    }
    #sub_drop .dropmenu a:hover {
        color: #009fe3
    }
    #sub_drop .dropdown > .dropmenu li {
        width: 100%;
        padding: 0 20px;
       }
    #sub_drop #dropdown2 ul li{
}
    #sub_drop #dropdown2 li a{
    /* line-height: 35px; */
    line-height: 60px;
    font-size: 16px;
}
    #sub_drop .dropdown > .dropmenu li:last-child{border-bottom:0px;}
    #sub_drop .dropdown > .dropmenu li a {
        /* line-height: 60px; */
        /* border-bottom: 1px solid #dedede; */
        /* max-width: 20%; */
        line-height: 50px;
        font-size: 16px;
        color: #fff;
    }


    #sub_drop .dropdown{width: 100%;height: 60px !important;line-height: 60px !important;}
    #sub_drop .home{
    /* width: 60px; */
    /* height: 60px; */
    left: -60px;
}
    #sub_drop .home a{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0 20px;
}
    #sub_drop .home img{
    max-width: 20px;
}
    #sub_drop .nav{
    display: flex;
    top: -173px;
    right: 20px;
    left: unset;
    width: 450px;
}
    #sub_drop .dropdown ul{
    width: unset;
    /* display: inline-block; */
    display: flex;
    display: inline-block;
    width: 100%;
}
    #sub_vis .commBtn{
    transform: scale(1);
    right: 20px;
    bottom: -130px;
}
    #sub_drop .dropbtn{
    height: 60px;
    line-height: 60px;
    font-size: 17px;
}
    #sub_drop .dropbtn:after{
    top: -4px;
}
    #sub_drop .dropdown.deph01{
}
    .cprtWrap #sub_drop{
    padding-left: 252px;
}
    #sub_vis:after{
    height: 390px;
}
}



@media (min-width: 1440px) {
    #sub_vis .commBtn{
    right: -58px;
    bottom: -130px;
}

}


/*애니메이션*/

@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 {
}
.more.line{
    border: 1px solid #dedede;
}
.more {
    /* font-family: 'roboto'; */
    color: #222222;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    /* padding-right: 60px; */
    display: inline-block;
    letter-spacing: 0.5px;
    width: 59px;
    height: 59px;
    /* background: red; */
    border-radius: 50%;
}
.more:after {
    display: block;
    clear: both;
    content: "";
    width: 19px;
    height: 2px;
    background: #222222;
    position: absolute;
    top: 28px;
    right: 19px;
}
.more:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    right: 19px;
}
.more.wh {
    color: #fff;
}
.more.wh:after {
    display: block;
    clear: both;
    content: "";
    width: 19px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 28px;
    right: 19px;
}
.more.wh:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    right: 19px;
}
@media all and (min-width:768px) {
    .main_tlt {
        font-size: 50px;
    }
    .main_tlt span {
    }
    .more {}
}

@media all and (min-width:1280px) {
    #main {
        padding-top: 0;
        /* overflow-x: hidden; */
    }
    .main_tlt {}

    .main_tlt span {
}
    .more {}
}


/*page up*/
#pageup {
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 0px;
    width: 37px;
    /* height: 37px; */
    background-size: 50px 50px;
    /* display: block; */
    /* cursor: pointer; */
    /* background: #444; */
    /* z-index: 4000; */
    /* border-radius: 50px; */
    opacity:0;
    transition:0.3s;
}
    body.scroll #pageup {
        opacity:1;
        /* transition:0.3s; */
    }
.page_up:after{
    display: block;
    clear: both;
    content: "";
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
    display: block;
    transform: rotate(315deg);
    border-left: 0px;
    border-bottom: 0px;
    position: absolute;
    top: 15px;
    left: 14px;
}
#pageup ul{}
#pageup ul li{
    cursor: pointer;
}
#pageup ul li img{filter: grayscale(100%);transition:0.3s;}
#pageup ul li img:hover{ filter: grayscale(0);}
#pageup ul li.page_up{
    border-radius: 0px 0 0 0;
    width: 37px;
    height: 37px;
    background: #fff;
    position: relative;
    background: #de2a1eb5;
}
@media all and (min-width:1200px) {
    #pageup {
        /* right: 130px; */
    }
    #pageup {
        /* right: 10px; */
        width: 80px;
        /* 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;
    }
    #pageup ul li.page_up{width: 80px;height: 80px;}
.page_up:after{
    width: 11px;
    height: 11px;
    top: 38px;
    left: 34px;
}
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.progress {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #178866, #178866);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
  }
  
  

  .float{animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.float2{animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}


@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(15%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(15%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}








  .ready{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
  .ready span{
    background: #c3c3c3e6;
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 26px;
    justify-content: center;
    align-items: center;
    /* background: transparent linear-gradient(102deg, #35d99c 0%, #4893ff 100%) 0% 0% no-repeat padding-box; */
    margin-bottom: 15px;
}
  .ready b{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
}
  .ready em{
    display: block;
    text-align: center;
    color: #888;
    font-weight: 500;
    width: 100%;
}

.ready .townBtn{
    margin-top: 20px;
}


@media all and (min-width:768px) {
.ready{
    border: 10px solid #efefef;
    padding: 100px 0;
    /* margin-bottom: 100px; */
}
.ready .townBtn{
    margin-top: 35px;
}
}


