* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
   }
   
   @font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
   }
   
   @font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 300;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
   }
   @font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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;
}
   .nanumbarungothic * {
    font-family: 'NanumBarunGothic';
   }
body { 
    font-family: 'GmarketSansMedium';
    overflow: hidden;
    background-color: #fbfbfb;
}
.blind {
    display:none;
}
.title{    font-family: 'GmarketSansBold';}
.title_s{    font-family: 'GmarketSansMedium';}
.main {
    overflow: hidden;
}

#header {
    width:100%;
    position:absolute;
    top:0px;
    z-index:999999999999999999999999999999999;
    background-color: #fff;
}
/* header 상단 : s */
#header .inner-top{
    width:1400px;
    margin: 0 auto;
    display: flex;align-items: center;
    justify-content: space-between;
    padding:20px 0px;
}
#header .logo{
    position: absolute;
    left:50%;transform: translateX(-50%);
}

#header .tp_link{
    display: flex;align-items: center;
}
#header .tp_link li{
    text-align: center;
}
#header .tp_link li a{
    display: flex;align-items:center;
    justify-content: center;
    flex-flow: row wrap;
    color:#666;
}
#header .tp_link li i{
    width:35px;height: 35px;
   border:1px solid #ddd;border-radius: 100%;
    display: flex;align-items: center;
    justify-content: center;
    font-size: 16px;
}
#header .tp_link li p{
    width:100%;text-align: center;
    font-size: 12px;
    padding-top: 3px;
}
#header .userBox{
    display: flex;
}
#header .userBox ul{
    display: flex;align-items: center;
}
#header .userBox li{
    padding: 0px 20px;
    color:#ddd;
    font-size: 13px;
}
#header .userBox li:not(:last-child){
    border-right: 1px solid #ddd;;
}
#header .userBox li a{
    color:#666;
}
#header .userBox li i{
    padding-right: 5px;
}

/* header 상단 : e */

/* hamburger : s */
#header .hamburger{
    width:25px;height: 20px;
    position: relative;
    cursor: pointer;
}
#header .ham_line{
    width:100%;height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    top:50%;transform: translateY(-50%);
}
#header .ham_line:last-child{
    bottom: 0;transform: translate(0);
    top: inherit;
}
#header .ham_line:first-child{
    top: 0;transform: translateY(0);
}

/* hamburger : e */

/* header nav : s */

#header #nav{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#header #nav .menu_ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width:1400px;margin: 0 auto;
    height: 60px;
}
#header #nav .menu_ul li{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
#header #nav .menu_tit{
    font-size: 17px;
    font-weight: 300;
}
#nav .gnb_box{
    position: absolute;
    top: 100%;left: 0;
    width:auto;
    padding:20px 0px;
    display: none;
}
.gnb_box_back{
    width:100%;height:60px;
    display: none;
    background-color: #fff;
}
#nav .menu_li:nth-of-type(3) .gnb_box{
    left:50%;transform: translateX(-50%);
}
#nav .menu_li:nth-of-type(4) .gnb_box,
#nav .menu_li:nth-of-type(5) .gnb_box{  
    left: inherit;
    right: 0;
}


#nav .gnb_box .gnb_ul{
    display: flex;
    width:auto;
}
#nav .gnb_box .gnb_ul li{
    white-space: nowrap;
}
#nav .gnb_box .gnb_li{
    padding:0px 10px;
}
#nav .gnb_box .gnb_li a{
    font-size: 14px;
    position: relative;
    font-weight: 300;
}
#nav .gnb_box .gnb_li a::after{
    content:"";
    width: 0%;height: 2px;
    background-color: #333;
    position: absolute;
    bottom: -3px;left: 0;
}
#nav .gnb_box .gnb_li a:hover::after{
    width:100%;
    transition: .3s ease;
}

/* header nav : e */


/* header 전체메뉴 : s */
#nav_all{
    position: fixed;
    top: 0;left: 0;
    width:100%;height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 99999;
    display: flex;align-items: center;justify-content: center;
    overflow: auto;
    display: none;
}
#nav_all.active{
    display: flex;
}

#all_menu{
    width:1200px;
    height: auto;
    background-color: #fff;
    display: flex;
    position: relative;
}

.nav_all_logo{
    padding:0px 20px;
    display: flex;align-items: center;
    justify-content: center;
    background-color: #000;
}
#all_menu .menu_ul{
    width:100%;
    padding:40px 50px;
}
#all_menu .menu_li{
    padding:15px 0px;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
#all_menu .menu_li:last-child{
    border-bottom: none;
}
#all_menu .menu_li .menu_tit{
    font-size: 21px;
    position: relative;
}
#all_menu .menu_li .menu_tit i{display: none;}
#all_menu .all_ul{
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
}
#all_menu .all_li{
    padding-left: 25px;;
}
#all_menu .all_li:first-child{
    padding-left:0
}
#all_menu .all_li a{
    font-size: 16px;
    color:#666;
    position: relative;
}
#all_menu .all_li a::after{
    content:"";
    width:0%;height: 2px;
    background-color: #666;
    position: absolute;bottom: 0;left: 0;
}
#all_menu .all_li a:hover::after{
    width:100%;transition: .3s linear;
}
.all_menu_close{
    position: absolute;top: 5px;right: 10px;
    font-size: 40px;
    cursor: pointer;
}


/* header 전체메뉴 : e */

@media screen and (max-width:1440px) {
    #header .inner-top{
        width:95%;
    }
    #header #nav .menu_ul{
        width:95%;
    }
}

@media screen and (max-width:1240px) {
    #nav_all{
        width:auto;
        height: 100%;
        background-color: transparent;
        left: inherit;
        right: 0;
        display: block;
        transform: translateX(110%);
        transition:.5s linear
    }
    #nav_all.active{
        transform: translate(0);
    }
    #all_menu{
        width:400px;height: 100%;
        display: block;
    }
    .nav_all_logo{height: 78px;justify-content: flex-start;}
    .all_menu_close{top: 10px;}
    .all_menu_close i{color:#fff}
    #all_menu .menu_ul{padding:20px;background-color: #fff;}   

    #all_menu .menu_li .menu_tit{font-size: 18px;}

    #all_menu .all_li{padding:0px;width:33.3333%;padding-top: 10px;}
    #all_menu .menu_li .menu_tit i{display: inline-block;}
    #all_menu .menu_li .menu_tit.on i{transform: rotate(180deg); transition: .5s ease;}

    #all_menu .all_ul{display: none;}

    #all_menu .all_li a{color:#666}

}

@media screen and (max-width:1050px) {
    
    #header #nav{
        display: none;
    }
    #header .inner-top{
        padding:15px 0px;
    }
    #header .tp_link{
        display: none;
    }
    #header .logo{
        position: inherit;
        transform: translate(0);
    }
}
@media screen and (max-width:600px) {
    #header .logo{
        width:120px
    }
    #header .logo img{
        width:100%;
    }
    #header .userBox li{
        padding:0px 10px;
    }
    #all_menu{width:100%}
    #nav_all{width:100%}
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 0px;
    overflow: hidden;
}

.embed-responsive-16by9 {
    margin-top:5%;
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive table {
    width: 1240px;
}