@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/*reset*/
body, div, ul, li, a, form, select, img, p, span, h1, h2, h3 {margin: 0; padding: 0;}
body {
    font-family: "Noto Sans KR";
    color: #333;
    font-size: 16px;
    transition: background-color .5s;
    overflow-x: hidden;
    line-height: 1.2;
    box-sizing: border-box;
}
ul{list-style: none;}
a {
    text-decoration: none;
    color: #333;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
div, input, select, ul, li, section, article {box-sizing: border-box;}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}
@media all and (max-width: 1200px) {
    .container {padding: 0 15px;}
}
/*intro*/

/*header*/
#header {
    background: #fff;
    width: 100%;
    height: 80px;
    /*line-height: 80px;*/
    position: absolute;
    transition: all 0.3s;
    z-index: 10;
    box-sizing: border-box;
}
#header.nav_fixed {
    height: 80px;
    /*line-height: 80px;*/
}
#header.nav_fixed .inner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
#header h1 {
    position: absolute;
    top: 0;
    left: 20px;
}
#header h1 a img{
    /*logo img 크기 새로 수정한 부분*/
    height:60px;
}

#header #gnb ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
#header #gnb ul li{
    font-size:18px;
    text-align: center;
    /*padding:0px 25px;*/
    padding:0px 15px;
}
#header #gnb ul li div{
    padding:25px 0px;
}
#header #gnb ul li .depth_menu{
    display:none;
}

#header #gnb ul li .depth_menu{
    background-color:#fff;
}

#header #gnb ul li.active .depth_menu{
    display:block;
}

#header #gnb ul li.active .depth_menu li a:hover{
    color:#42a5f5;
}

#header #gnb ul li .depth_menu li{
    padding-bottom:15px;
}
#header .m_menu .m_menu_box .btn_wrap{
    display:flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom:30px;
}

#header .m_menu .m_menu_box .btn_wrap li{
    width:30px;
}

#m_gnb .dropMenu .depth_menu{
    display:none;
}

#m_gnb .dropMenu.active .depth_menu{
    display:block;
}

/*#header #gnb ul {*/
/*    text-align: center;*/
/*    font-size: 0;*/
/*}*/
/*#header #gnb ul li {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin: 0 15px;*/
/*}*/
/*#header #gnb ul li a {*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*}*/
/*#header #gnb ul li.active a,*/
/*#header #gnb ul li a:hover {color: #d13b40;}*/

#header #right_nav {
    position: absolute;
    top: 0;
    right: 100px;
}
#header #right_nav ul {
    text-align: center;
    font-size: 0;
}
#header #right_nav ul li {
    display: inline-block;
    vertical-align: middle;
}
#header #right_nav ul li a {font-size: 14px;}
#header #right_nav ul li a::after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
#header #right_nav ul li:last-child a::after {content: none;}
#header .m_menu {
    display: none;
    float: right;
    padding-right: 15px;
}
#header .m_menu .m_menu_box {
    background: #fff;
    position: fixed;
    top: 0; right: -350px;
    width: 320px;
    height: 100vh;
    padding: 80px 20px 20px;
    line-height: 1.2;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.2);
}
#header .m_menu .m_menu_box .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

/*#header .m_menu .m_menu_box .btn_wrap {*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    top: 20px;*/
/*}*/
/*#header .m_menu .m_menu_box .btn_wrap a {*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    color: #888;*/
/*}*/
/*#header .m_menu .m_menu_box .btn_wrap a::after {*/
/*    content: "";*/
/*    background: #ddd;*/
/*    width: 1px;*/
/*    height: 13px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin: 0 10px;*/
/*}*/
/*#header .m_menu .m_menu_box .btn_wrap a:last-child::after {content: none;}*/

#header .m_menu .m_menu_box #m_gnb li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 0 10px 15px;
}
#header .m_menu .m_menu_box #m_gnb li .depth_menu{
    border-bottom:1px solid #fff;
}
#header .m_menu .m_menu_box #m_gnb li a {
    font-size: 16px;
    display: block;
    font-weight: 500;
}
#header .m_menu .m_menu_box #m_gnb li .m_gnb_depth2 {
    display: none;
    padding-top: 20px;
}
#header .m_menu .m_menu_box #m_gnb li .m_gnb_depth2 li {
    margin-bottom: 0;
    padding: 10px 15px;
    background: #f8f8f8;
}
#header .m_menu .m_menu_box #m_gnb li .m_gnb_depth2 li:last-child {border-bottom: none;}
#header .m_menu .m_menu_box #m_gnb li .m_gnb_depth2 a {
    font-size: 14px;
    font-weight: normal;
}
#header .m_menu .m_menu_box #m_gnb .depth_menu{
    padding-top:20px;
    background-color:#efefef;
}
/*#header .m_menu .m_menu_box #m_gnb .depth_menu{*/
/*    display:none;*/
/*}*/


@media all and (max-width: 1440px) {
    #header h1 {left: 15px;}
    #header #gnb ul li {margin: 0 10px;}
    #header #right_nav {right: 15px;}
}

@media all and (max-width: 1023px) {

    #header #gnb, #header #right_nav {display: none;}

    #header .m_menu {display: block;}
}
@media all and (max-width: 767px) {
    #header {
        height: 55px;
        line-height: 55px;
    }
    #header h1 a img{
        height:auto;
    }
    #header.nav_fixed {
        height: 55px;
        line-height: 55px;
    }
    #header.nav_fixed .inner {height: 55px;}
    #header h1 img {width: 120px;}
}

/*footer*/
#footer {
    background: #383838;
    padding: 80px 0 100px;
}
#footer .container {position: relative;}
#footer ul {font-size: 0;}
#footer .ft_link {margin-bottom: 30px;}
#footer .ft_link ul li {
    display: inline-block;
    vertical-align: middle;
}
#footer .ft_link ul li a {
    font-size: 14px;
    color: #fff;
}
#footer .ft_link ul li a::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    opacity: 0.3;
}
#footer .ft_link ul li:last-child a::after {content: none;}
#footer .ft_info li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 100;
    opacity: 0.5;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 8px;
}
#footer .ft_copyright {
    font-family: "Roboto";
    font-size: 13px;
    opacity: 0.3;
    color: #fff;
    margin-top: 35px;
}
#footer .ft_sns {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}
#footer .ft_sns a {
    display: inline-block;
    margin-left: 20px;
}
#footer .ft_sns a:first-child {margin-left: 0;}
@media all and (max-width: 1023px) {
    #footer .ft_sns {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 30px;
    }
}
@media all and (max-width: 767px) {
    #footer {padding: 50px 0;}
    #footer .ft_link ul li a {font-size: 13px;}
    #footer .ft_link ul li a::after {
        height: 10px;
        margin: 0 8px;
    }
    #footer .ft_info li {font-size: 12px;}
    #footer .ft_copyright {
        font-size: 12px;
        margin-top: 20px;
    }
}

/*floating*/
.floating {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 10;
}
.floating ul li {margin-bottom: 10px;}

.floating ul li:last-child {margin-bottom: 0;}
/*.floating ul li{*/
/*    display: block;*/
/*    width: 70px;*/
/*    !*height: 70px;*!*/
/*    border-radius: 70px;*/
/*    !*line-height: 70px;*!*/
/*    text-align: center;*/
/*    !*box-shadow: 0 10px 30px rgba(0,0,0,0.2);*!*/
/*    !*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*!*/
/*    background: #fff;*/
/*    transition: 0.3s;*/
/*    border: 1px solid #fff;*/
/*    box-sizing: border-box;*/
/*}*/

.floating ul{
    display: block;
    width: 70px;
    /*height: 70px;*/
    border-radius: 70px;
    /*line-height: 70px;*/
    text-align: center;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.2);*/
    /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
    background-color: transparent;
    transition: 0.3s;
    /*border: 1px solid #fff;*/
    box-sizing: border-box;
}
.floating .qrLogo > li >img{
    border-radius:10%;
}

.floating ul li:hover {
    cursor:pointer;
    box-shadow: none;
    padding: 2px 2px;
    /*border: 1px solid #ddd;*/
}
.cancelBtn{
    position:absolute;
    top:10px;
    right:10px;
    width:20px;
    height:20px;
    margin:auto;
    cursor:pointer;
}

.qr{
    padding:25px;
    margin-top:20px;
}
.modal{
    display:none;
}
.modal.active{
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color:#3333;
    z-index:9999;
}
.modal.active .innerModal{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    z-index:99999;
}

@media all and (max-width: 767px) {
    .floating{
        display:none;
    }
    /*.floating {*/
    /*    right: 15px;*/
    /*    bottom: 65px;*/
    /*}*/
    /*.floating ul li {*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*    border-radius: 40px;*/
    /*    line-height: 35px;*/
    /*}*/
    /*.floating ul li img {*/
    /*    max-width: 23px;*/
    /*    max-height: 25px;*/
    /*}*/
}

/*top_btn*/
#btn_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9999;
}
@media all and (max-width: 767px) {
    #btn_top {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        line-height: 35px;
        right: 15px;
        bottom: 15px;
    }
}

/*sub*/
.content {padding: 100px 0 150px;}
@media all and (max-width: 767px) {
    .content {padding: 50px 0 80px;}
}