@charset "utf-8";
.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: 20px 0 80px;
    position: relative;
}
#footer .pdinner {
    max-width: 1540px;
}
#footer address {
    margin-bottom: 10px;
    margin-top: 20px;
}
#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 address span.bar.mEnter:after {
    display: none;
}
#footer p {
    font-size: 0.85em;
    clear: both;
    margin-top: 10px;
    line-height: 20px;
    color: #7f7f7f;
    letter-spacing: -0.5px;
    font-weight: 400;
}
#footer p b{color: var(--main-color);}
#footer p .adm {
    background: rgba(255,255,255,0.1);
    color: #aaa;
    font-size: 0.9em;
    display: inline-block;
    padding: 0 5px;
    line-height: 16px;
    border-radius: 2px;
    margin-left: 5px;
}

.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: #e1e1e1;
    font-weight: 600;
}
.bottom_li li:nth-child(2) a{/* color:#31AFBD; */}
#footer h5{
    display: none;
}
#footer h5 img{}
.f_sns{
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0px;
}
.f_sns li{
    display: inline-block;
    margin: 0 10px;
}
.f_sns li a{}
.f_sns li a img{width:20px;}
.f_info{
    padding: 24px 0 10px;
}
.f_info li{
    line-height: 1.6;
}
.f_info li span{
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

@media all and (min-width:1200px) {
    #footer address span.bar.mEnter:after {
        display: inline-block;
    }
.f_sns{}
.f_sns li{}
.f_sns li a{}
}

@media all and (min-width:768px) {
    #footer {
        /* padding: 60px 0 85px; */
        text-align: left;
        padding: 0px;
        padding-bottom: 80px;
    }
    .bottom_li_wrap{border-bottom:0px;}
    #footer address {
        margin-bottom: 0;
        margin-top: 40px;
        font-size: 15px;
    }
        #footer .f_info{}
        #footer .f_info li{
    font-size: 15px;
    display: inline-block;
    margin-right: 15px;
}
    #footer .f_info li:nth-child(1){width:100%;}
    #footer p {
        margin-top: 12px;
        font-size: 15px;
    }

    .bottom_li {
        text-align: left;
        margin: 0 0 30px;
        font-size: 16px;
        padding: 42px 0 40px;
        border-bottom: 1px solid #5b5b5b;
    }
    .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{
    /* padding: 38px 0; */
}
#footer h5{}
#footer h5 img{}
.f_sns{
    right: 30px;
    left: auto;
    top: 44px;
    bottom: 0px;
    width: auto;
}
.f_sns li{
    margin-right: 17px;
}
.f_sns li a{}
.f_sns li a img{width:20px;}
.f_info{
    padding-top: 23px;
}
.f_info li{}
.f_info li span{}
}
@media all and (min-width:1200px) {
    .f_logo{
    background: url(/img/f_logo.png) no-repeat;
    width: 120px;
    height: 27px;
    display: block;
    position: absolute;
    top: -62px;
    right: 20px;
}
#footer h5{
    display: block;
    position: absolute;
    top: 79px;
    right: 20px;
}
#footer h5 img{}
.f_sns{
    right: 50%;
    margin-right: -640px;
}
.f_sns li{}
.f_sns li a{}
.f_sns li a img{width:20px;}
.f_info{
    /* padding-left: 296px; */
}
    #footer p{/* padding-left: 296px; */}
.f_info li{}
.f_info li span{}
}
/*
	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: 1300px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.pdinner {
    max-width: 1340px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.mEnter {
    display: block;
}
.pEnter {
    display: inline-block;
}
.mb {
    margin-bottom: 40px !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;
}
.mb30 {
    margin-bottom: 30px !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%;
    }
    
    .tEnter {
      display: block;
    }
}

@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;margin-top: 60px;}
#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; */
}
#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;
    /* background-attachment: fixed; */
    /* background: url("/img/main/mainvs1.png") !important; */
}
#sub_vis.sub01:after{background-image: url(/img/common/sub_vs_01.jpg);}
#sub_vis.sub02:after{background-image: url(/img/common/sub_vs_02.jpg);}
#sub_vis.sub03:after{background-image: url(/img/common/sub_vs_03.jpg);}
#sub_vis.sub04:after{background-image: url(/img/common/sub_vs_04.jpg);}
#sub_vis.sub05:after{background-image: url(/img/common/sub_vs_05.jpg);}
#sub_vis.sub06:after{background-image: url(/img/common/sub_vs_06.jpg);}
#sub_vis.sub07:after{background-image: url(/img/common/sub_vs_07.jpg?v=251002);}
#sub_vis.sub010:after{background-image: url(/img/common/sub_vs_10.jpg);}
#sub_vis h2 {
    font-size: 32px;
    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;
    margin-top: -5px;
    display: block;
}
#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 .txt{
    color: #fff;
    position: relative;
    z-index: 10;
    text-align: left;
    font-weight: 400;
    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: 14px;
    position: relative;
    font-weight: 600;
    color: #e1e1e1;
    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;
}
@media all and (min-width:768px) {
    #sub_vis {
        padding: 116px 0;
        border-bottom: 0;
        padding-top: 124px;
        /* text-align: left; */
        padding-bottom: 109px;
    }
    #sub_vis h2 {
        font-size: 40px;
    }
    #sub_vis h2 span:after{
    top: 31px;
}
    #sub_vis .depth li{
    padding: 0px;
    /* padding: 0 11px; */
    font-size: 18px;
    padding-right: 7.5px;
    margin-right: 15px;
    /* padding-left: 7.5px; */
}
    #sub_vis h2 span{
    margin-top: -12px;
}
    #sub_vis .depth li img {
    transform: translate(0px, 3px);
}
    #sub_vis .depth li:after{
    top: 10px;
    right: -14px;
}
.sub_vis_txt{
    font-size: 16px;
}
}

@media all and (min-width:1200px) {
    #sub_vis {
        border-bottom: 0;
        padding: 160px 0;
        margin: 0;
        padding-top: 95px;
    }
    #sub_vis .pdinner{
    /* max-width: 1543px; */
}
    #sub_vis h2 {
        font-size: 57px;
        font-weight: 800;
        /* margin-bottom: 10px; */
        text-align: left;
        /* text-align: center; */
    }
    #sub_vis .txt{
    /* display: block; */
    font-size: 18px;
    margin-top: 15px;
    opacity: 0.8;
}
    #sub_vis h2 span:after{
    top: 40px;
    width: 11px;
    height: 10px;
    right: -19px;
}
    .menu_wrap{
    /* bottom: -90px !important; */
}
.sub_vis_txt{
    font-size: 17px;
    text-align: left;
}
}

@media all and (min-width:1280px) {
.sub_vis_top{margin-top: 175px;}
    }

#sub {
    margin: 0 auto;
    position: relative;
    min-height: 400px;
    padding: 40px 0 80px;
    /* 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;
}
@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: 43px;
        /* margin-bottom: 40px; */
    }
    .sub_tit:after{
    top: 46px;
    width: 11px;
    height: 10px;
    right: -19px;
}

    #twodepthNav ul.li02 li {
        width: 25%;
    }
}

@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;
}




.menu_wrap {
    height: 46px;
    /* background: #fff; */
    /* border-bottom: 1px solid #e0e5f0; */
    background: #f7f9ff;
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
    z-index: 100;
    background: #ededed;
}
#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;
}
#sub_drop .dropdown.home {
    width: 46px;
    /* display: none; */
    border-right: 1px solid #e0e5f0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'><path 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'/></svg>");
    background-color: #151861;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
#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: calc(50% - 23px);
    /* max-width: 100px; */
    border-right: 1px solid #d6d6d6;
}
#sub_drop .dropdown.deph02 {
    width: calc(50% - 23px);
    /* max-width: 100px; */
    border-right: 1px solid #e0e5f0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#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;
}
#sub_drop .dropbtn:after{
    display:block;
    clear:both;
    content:"";
    border-top: 2px solid #a0a0a0;
    border-right: 2px solid #a0a0a0;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 17px;
    right: 12px;
    transform: rotate(
135deg);
}
#sub_drop .deph01 .dropbtn{/* background:#ed1423; */}
#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 #dedede;
    border-top: 0px;
}
#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;
}
#sub_drop .dropmenu a {
    display: block;
    line-height: 20px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
}
#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: 17px;
    }
    #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: 23px;
    right: 19px;
}
    #sub_drop .dropdown.deph01, #sub_drop .dropdown.deph02{
    max-width: 220px;
}
    
    #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 #d6d6d6;
}
}

/*애니메이션*/

@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: 106px;
    height: 26px;
    /* 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: 7px;
    height: 7px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: 0px;
}
.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;
    }
    .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{
    width: 37px;
    height: 37px;
    background: #1bc1c185;
    position: relative;
}
@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: 14px;
    height: 14px;
    top: 37px;
    left: 33px;
}
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}



.tabDe{
    padding: 0 3%;
    margin-bottom: 30px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.tabDe ul{
    display: flex;
}
.tabDe li{
    width: 50%;
}
.tabDe a{
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #f8f8f8;
    color: #999;
    font-weight: 600;
}
.tabDe li.on a{
    background: #01445eeb;
    color: #fff;
}



@media all and (min-width:1200px) {

    .tabDe{
    margin-bottom: 80px;
}
    .tabDe ul{}
    .tabDe li{}
    .tabDe a{
    padding: 15px 0;
    font-size: 20px;
}
    .tabDe li.on a{}

}








/*footer*/

/* base */
.footer-bottom {background:#fff;color:#333;position:relative;border-top: 1px solid #dedede;}
.footer-bottom .pdinner {
    max-width: 1500px;
}
.footer-bottom .footer-bottom-wrap {
  display:grid; gap:16px; align-items:flex-start; padding:28px 0;
}

.footer-bottom .footer-bottom-left {display:flex;align-items: flex-start;gap:16px;flex-direction: column;}
.footer-bottom .footer-bottom-logo {/* height:40px; */width:auto;display:block;width: 214px;}

.footer-bottom .footer-bottom-policy {display:flex;gap:10px;flex-direction: row;}
.footer-bottom .footer-bottom-policy-btn{
  display:inline-block;
  padding: 5px 14px;
  border-radius:6px;
  background: #151861;
  color:#fff;
  font-weight:700;
  font-size:14px;
}
.footer-bottom .footer-bottom-policy-btn:nth-child(2){background:#0E3D8A;}

.footer-bottom .footer-bottom-address {font-style:normal;color:#888;line-height:1.7;font-size: 14px;}
.footer-bottom .footer-bottom-address p{}
.footer-bottom .footer-bottom-address span{}
.footer-bottom .footer-bottom-address i{
    width: 1px;
    height: 10px;
    background: #dedede;
    display: inline-block;
    margin: 0 5px;
}
.footer-bottom .footer-bottom-address strong { color:#555; }

/* TOP button */
.footer-bottom .btn-top{
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index:1000;
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background: #7E8898;
  color:#fff;
  border:0;
  cursor:pointer;
  box-shadow: 0 6px 14px rgb(0 0 0 / 8%);
  /* transition:transform .2s ease, opacity .2s ease, background .2s ease; */
  /* opacity:.0; */
  pointer-events:none; /* 초기 숨김 */
  border-radius: 50%;
}
body.mainWrap:not(.scroll) .footer-bottom .btn-top {display:none;}
.footer-bottom .btn-top:hover{ background:#6d7586; transform:translateY(-2px); }
.footer-bottom .btn-top .btn-top-arrow{line-height:1;font-size:16px;margin-bottom:2px;width: 10px;height: 10px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(
315deg);position: absolute;top: 18px;left: 25px;}
.footer-bottom .btn-top .btn-top-text{font-size: 13px;font-weight: 700;padding-top: 14px;}

/* show 상태 */
.footer-bottom .btn-top.is-show{ opacity:1; pointer-events:auto; }

/* breakpoints */
@media (min-width:768px){
  .footer-bottom .footer-bottom-wrap{
    grid-template-columns: 276px 1fr;
    padding:34px 0;
  }
}
@media (min-width:1200px){
  .footer-bottom .footer-bottom-address{ font-size:16px; }
    .footer-bottom .footer-bottom-wrap{
    padding: 60px 0;
}
    .footer-bottom .btn-top{
    position: absolute;
    top: -31px;
    bottom: unset;
    width: 70px;
    height: 70px;
}
    .footer-bottom .btn-top .btn-top-arrow{
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 27px;
    top: 24px;
}
    .footer-bottom .btn-top .btn-top-text{
    padding-top: 22px;
}
}


.litebox-content img{max-height:815px !important;}
.list-lay{}
.list-lay li{
    position: relative;
    padding-left: 19px;
}
.list-lay li .num{
    position: absolute;
    top: 0;
    left: 0;
}