
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* Montserrat */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

body.is-blur #wrapper, body.is-blur #hd, body.is-blur .debug_bar_wrap {
    filter: blur(5px);
}

body {
    background:#fff;
}

.gradientbg {
    background: #3d63ae;
    background: -moz-linear-gradient(-45deg, #3d63ae 0%, #4d80aa 62%, #4d80aa 100%);
    background: -webkit-linear-gradient(-45deg, #3d63ae 0%,#4d80aa 62%,#4d80aa 100%);
    background: linear-gradient(135deg, #3d63ae 0%,#4d80aa 62%,#4d80aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d63ae', endColorstr='#4d80aa',GradientType=1 );
}

#hd {
    position:fixed;
    width:100%;
    border-top:none;
    height:95px;
    background: transparent;
    z-index:99999;
    transition: background-color 1s;
}
#hd_h1 {
    display:none;
}
#hd.scroll{
    background-color:#3d63ae;
}

#hd_wrapper {
    padding:0;
    width:100%;
    height:100%;
}
#logo {
    padding-top:0;
    position: absolute;
    bottom: 50%;
    left: 35px;
    transform: translateY(50%);
}
#hd_qnb {
    margin-top:0;
    position: absolute;
    bottom: 50%;
    right: 35px;
    transform: translateY(50%);
}
#hd_qnb a {
    display:inline-block;
    position:relative;
    width:28px;
    height:30px;
    color:#fff;
}
#hd_qnb li {
    float: left;
    font-size: 1.083em;
    line-height: 15px;
    position: relative;
    text-align: center;
    margin: 0 10px;
}
#hd_qnb .btn_search a svg {
    transition: all .3s;
}

#hd_qnb .btn_search a svg path {
    transition: all .3s;
}

#hd_qnb .btn_search a:hover svg path {
    fill:#6a9cfe;
    transform: scale(1.1);
}

#hd_qnb .btn_home svg {
    margin-top:3px;
}

#hd_qnb .btn_home {
    display:none;
}

#hd_qnb .btn_home a:hover svg path {
    fill:#6a9cfe;
    transform: scale(1.1);
}


#hd_qnb .btn_aside a span {
    display:inline-block;
    width:28px;
    height:2px;
    background:#fff;
    position:absolute;
    left:0;
    margin:0;
    transition: top .3s, background .3s, transform .5s;
}

#hd_qnb .btn_aside a span:nth-of-type(1) {
    top:4px;
}

#hd_qnb .btn_aside a span:nth-of-type(2) {
    top:14px;
}

#hd_qnb .btn_aside a span:nth-of-type(3) {
    top:24px;
}

#hd_qnb .btn_aside a:hover span:nth-of-type(1) {
    top:2px;
    background:#6a9cfe;
}

#hd_qnb .btn_aside a:hover span:nth-of-type(2) {
    top:14px;
}

#hd_qnb .btn_aside a:hover span:nth-of-type(3) {
    top:26px;
    background:#6a9cfe;
}

#hd_qnb .btn_aside.on a span:nth-of-type(1) {
    top:4px;
    background:#fff;
    transform: rotate(135deg) translate(7px, -8px);
}

#hd_qnb .btn_aside.on a span:nth-of-type(2) {
    top:26px;
    background:#fff;
    transform: rotate(-135deg) translate(7px, 8px);
}

#hd_qnb .btn_aside.on a span:nth-of-type(3) {
    top:26px;
    background:#fff;
    transform: rotate(-135deg) translate(7px, 8px);
}

#wrapper {
    padding-top:95px;
}

aside {
    position:fixed;
    left:100%;
    width:100%;
    height:100%;
    z-index:999;
    background:url("https://cdn.webi.kr/website/aside_bg.png") center;
    background-size: cover;
}
aside nav {
    position:absolute;
    top:0;
    right:-590px;
    max-width:590px;
    width:100%;
    height:100%;
    background:#3d63ae;
}

aside nav ul {
    margin-top:190px;
    margin-left:80px;
}

aside nav ul a {
    font-family:'Montserrat';
    color:#fff;
    line-height:70px;
    font-size:36px;
    font-weight:100;
    transition: color 0.3s;
}

aside nav ul a svg {
    transition: all 0.3s;
    margin-right:10px;
}

aside nav ul a svg path, aside nav ul a svg rect, aside nav ul a svg polygon {
    transition: all 0.3s;
}

aside nav ul a:hover {
    color:#6a9cfe;
}

aside nav ul a:hover svg path, aside nav ul a:hover svg rect, aside nav ul a:hover svg polygon {
    fill:#6a9cfe;
}


aside nav .customer {
    position:absolute;
    bottom:50px;
    width:531px;
    margin-left:38px;
    padding-top:53px;
    padding-left:25px;
    border-top:1px solid #5173b6;
}

aside nav .customer > div:nth-of-type(1) h5 {
    cursor:pointer;
}

aside nav .customer > div:nth-of-type(2) {
    margin-top:30px;
}

aside nav .customer h5{
    float:left;
    display:inline-block;
    width:113px;
    line-height:30px;
    border:1px solid #5173b6;
    color:#fff;
    font-weight:300;
    text-align:center;
}

aside nav .customer span {
    display:inline-block;
    line-height:30px;
    margin-left:20px;
    color:#fff;
    font-weight:300;
}

aside #naverMap {
    display:none;
    width:1000px;
    height:500px;
}

aside .mapNav {
    display:none;
    position:absolute;
    top:0;
    right:0px;
    width:590px;
    height:100%;

}

aside .mapNav .map_nav_background {
    width:590px;
    height:100%;
    background:#000;
    opacity:0.8;
}

aside .mapNav .info {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    color:#fff;
    padding:0 30px;
    font-family:'Montserrat';
}

aside .mapNav .info h2 {
    margin-top:320px;
    font-size:36px;
    font-weight:100;
    padding-left:20px;
}

aside .mapNav .info h3 {
    font-weight:100;
    padding-left:20px;
}

aside .mapNav .info .desc {
    font-weight:100;
    opacity:0.3;
    margin-top:10px;
    line-height:20px;
    padding-left:20px;
}

aside .mapNav .addr {
    position:absolute;
    bottom:60px;
    margin:0 30px;
    width:530px;
    color:#fff;
    font-weight:100;
    padding-left:20px;
    line-height:20px;
    padding-top:60px;
    border-top:1px solid #444;
}




/* 퀵버튼 */
#quick_btn {

}
#quick_btn .btn_quick_item{
    display:block;
    position:fixed;
    bottom:135px;
    right:10px;
    width:48px;
    height:48px;
    background:#3d63ae;
    border-radius:24px;
    color:#fff;
    text-align:center;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
    z-index:100;
}

#quick_btn .btn_quick_item img{
    width:24px;
}
#quick_btn #kakao_channel{
    line-height:48px;
}
#quick_btn #link_share{
    line-height:48px;
    bottom:80px;
    text-align:left;
    background:#fff;
    transition: ease .3s width;
    overflow:hidden;
}
#quick_btn #link_share > span{
    display:inline-block;
    width:120px;
    position:absolute;
    top:0;
    left:65px;
}

#quick_btn #link_share.is-active{
    width:200px;
}

#quick_btn #link_share .btn_share{
    display:inline-block;
    width:48px;
    height:48px;
    background:#fff;
    border-radius:26px;
    color:#7448ff;
    text-align:center;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
    line-height:48px;
}

#quick_btn #link_share .btn_share_item{
    padding-top:5px;
}
#quick_btn #link_share .btn_share_item a {
    line-height:1em;
    display:inline-block;
    text-align:center;
    margin-left:20px;
}
#quick_btn #link_share .btn_share .material-icons{
    font-size:26px;
    line-height:48px;
}

#quick_btn #kakao_channel .material-icons{
    font-size:26px;
    line-height:52px;
}
#quick_btn #btn_top .material-icons{
    font-size:26px;
    line-height:48px;
}

#quick_btn #btn_top {
    background:#fff;
    line-height:48px;
    color:#7448ff;
    transition: ease .3s all;
    box-shadow: none;
    opacity:0;
}
#quick_btn #btn_top.is-active {
    bottom : 190px;
    opacity:1;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}


#ft {
    background:#333a49;
    border:none;
    text-align:left;
    padding-top:30px;
    padding-bottom: 30px;
}
#ft_wr {
    max-width:1200px;
    margin:0 auto;
    position:relative;
}
#ft #ft_info {
    color:#fff;
    font-weight:100;
}
#ft #ft_info #ft_catch{
    margin-bottom:50px;
}
#ft #ft_info span {
    display:inline-block;
    width:110px;
    height:30px;
    line-height:30px;
    border:1px solid #484e5c;
    margin-right:20px;
    margin-bottom:10px;
    text-align:center;
}
#ft #ft_copy {
    text-align:center;
    color:#999;
}

#ft #top_btn {
    background:transparent;
    border:none;
    width:60px;
    height:60px;
    position:absolute;
    top:-80px;
}

#ft #btn_social {
    position:absolute;
    right:0; bottom:0;
}
#ft #btn_social li {
    float:left;
    margin-left:30px;
}


#container {position:relative;min-height:800px;height:auto !important;margin:0;font-size:1em;zoom:1;  padding-bottom:100px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper {
    overflow:hidden;
    position:relative;
}




.popCover {
    position:fixed;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,.8);
    z-index:99999;
}
.popCover.is-active {
    display:block;
}
.popCover .contentBox{
    min-width:300px;
    padding:20px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 25px #000;
    border-radius:10px;
}


@media screen and (max-width: 1280px) {
    .aside_right {
        right:-300px !important;
    }

}

@media (max-width:1180px){
    aside nav ul { margin-top:95px; }
}

@media screen and (max-width: 600px) {

    #hd_qnb {
        right:20px;
    }
    aside nav ul {
        margin-left:40px;
    }
    aside nav ul a {
        font-size:20px;
    }
    aside nav ul a svg {
        width:20px;
        vertical-align: middle;
        margin-top:-2px;
    }

    aside nav .customer {
        width:calc(100% - 40px);
        max-width:531px;
        margin-left:20px;
        padding-left: 15px;
        padding-right: 15px;
        bottom:20px;
        padding-top:20px;
    }
    aside nav .customer h5 {
        float:none;
        display:block;
    }
    aside nav .customer span {
        margin-left:0;
        margin-top:8px;
    }
    aside nav .customer > div:nth-of-type(2) {
        margin-top:20px;
    }

    aside .mapNav {
        width:100%;
        max-width:590px;
    }
}