@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');
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LotteMartDream';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
}
@font-face {
    font-family: 'LotteMartDream';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff');
}
@font-face {
    font-family: 'LotteMartDream';
    font-style: normal;
    font-weight: 300;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff');
}
.lottemartdream * {
    font-family: 'LotteMartDream', sans-serif;
}
/*reset*/
body, div, ul, li, a, form, select, img, p, span, h1, h2, h3 {margin: 0; padding: 0;}
body {
    font-family: "GmarketSansMedium";
    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;}
}

/*header*/
#header {
    background: rgba(255, 255, 255, 100);
    width: 100%;
    height: 80px;
    position: fixed;
    transition: all 0.3s;
    z-index: 10;
    box-sizing: border-box;
    background-color:#006934;
}
#header h1 {
    position: absolute;
    top: 0px;
    left: 40px;
}
#header h1 .mainLogo{
    display:flex;
    justify-content: center;
    align-items: center;
}
#header .mainLogo .company{
    font-size:28px;
    color:#efefef;
}

/* #header h1 a{
    background: url("../img/main/logo3.png") no-repeat;
    width: 300px;
    height: 200px;
    display: block;
    font-size: 0;
} */
#header #gnb ul{
    width:100%;
    display:flex;
    justify-content: flex-end;
    padding-right:100px;
}
#header #gnb ul li{
    padding: 0px 25px;
}
#header #gnb ul li div{
    text-align: center;
}
#header #gnb ul li div{
    padding:28px 0px;
    font-size:18px;
}
#header #gnb ul> li .depth_subMenu{
    display:none;
    width: 120px;
}
#header #gnb ul li.active .depth_subMenu{
    display:block;
    text-align: center;
    font-size:14px;
    font-weight: 300;
    background-color:#006934;
}
#header #gnb ul li a{
    color:#efefef;
}
#header #gnb ul li a:hover{
    /*color: #009944;*/
    color:#fff100;
}
#header #gnb ul li.active ul{
    padding:15px 0px;
    background-color:#efefef;
    color: #009944;
}
#header #gnb ul li ul li{
    padding: 8px 5px;
}
#header #gnb ul li.active ul li a:hover{
    /*color:#009944;*/
    color:#fff100;
}
#header #right_nav {
    position: absolute;
    top: 0px;
    right: 100px;
}
#header #right_nav ul {
    height: 80px;
    text-align: center;
    font-size: 0px;
}
#header #right_nav ul li {
    display: inline-block;
    vertical-align: middle;
}
#header #right_nav .waerher_box {
    margin: 15px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255);
    transition: 0.3s;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 45px;
    width: 250px;
    height: 45px;
}
#header #right_nav ul li a {
    margin: -15px 0;
    line-height: 80px;
    display: inline-block;
    width: 70px;
    height: 10px;
    font-size: 16px;
}
#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 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;
}


.clear-fix{
    clear:both;
}
@media all and (max-width:1700px){
    #header #right_nav{
        display:none;
    }
}
@media all and (max-width:1684px){
    #header .mainLogo .company{
        font-size:20px;
    }

}

@media all and (max-width:1650px){
    #header #gnb ul{
        justify-content: flex-end;
    }
}


@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:1270px){
    #header .m_menu {display: block; transform:translateY(30%);}
    #header #gnb {display: none;}
    #header{
        height:55px;
        line-height:55px;
    }

    #header .mainLogo .dreamLogo img{
        height:50px;
    }

}
@media all and (max-width: 1024px) {

    #header {
        height: 55px;
        line-height: 35px;
    }
}
@media all and (max-width: 767px) {
    #header {
        height: 50px;
    }
    #header .mainLogo .dreamLogo,
    #header .mainLogo .company{
        padding-top:0px;
    }
}

#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) {
    #header h1 {left: 0px;}
    #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 {
    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 a {
    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);
    background: #fff;
    transition: 0.3s;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.floating ul li a:hover {
    box-shadow: none;
    border: 1px solid #ddd;
}
@media all and (max-width: 767px) {
    .floating {
        right: 15px;
        bottom: 65px;
    }
    .floating ul li a {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        line-height: 35px;
    }
    .floating ul li a 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;}*/
.content {padding: 30px 0 150px;}
@media all and (max-width: 767px) {
    /*.content {padding: 50px 0 80px;}*/
    .content {padding: 0px 0 80px;}
}