@charset "UTF-8";


@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-gothic.css');
  
  @font-face {
    font-family: 'SEOULMILK_500';
    font-style: normal;
    font-weight: 500;
    src: url('./font/SEOULMILK_FONT_TTF/SEOULMILK_500mL_TTF.ttf');
  }
  
  @font-face {
    font-family: 'SEOULMILK_1000';
    font-style: normal;
    font-weight: 1000;
    src: url('./font/SEOULMILK_FONT_TTF/SEOULMILK_1000mL_TTF.ttf');
  }
  

*{
    margin: 0;
    padding: 0;
}

body{
    font-family:'Nanum Gothic','Dotum','AppleGothic',Arial,sans-serif;
    font-size:12px;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}

a{
    color: inherit;
    text-decoration: none;
}

ul, li{
    list-style: none;
}

label{
    cursor: pointer;
}

table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

input{
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic',Arial,sans-serif;
    font-size: 100%;
    color: inherit;
}

.clear-fix{
    clear: both;
}

header{
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic',Arial,sans-serif;
    width: 100%;
    height: 104px;
    min-width: 1000px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.header-wrap{
    width: 1000px;
    height: 104px;
    margin: 0 auto;
}

.logo{
    float: left;
    padding: 50px 40px 0 0;   
}

.gnb{
    padding-top: 54px;
    float: left;
}

.gnb li{
    float: left;
    margin-right: 11px;
    text-align: center;
}

.gnb li:hover{
    color: #009e58;
    height: 48px;
    border-bottom: 3px solid #009e58;
}

.gnb li:last-child{
    margin-right: 0;
}

.gnb li a{
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}

.lnb-wrab{
    width: 100%;
    position: absolute;
    top: 104px;
    left: 0;
    text-align: center;
    display: none;
    background-color: #fff;
    z-index: 2;
    border-top: 1px solid #e0e0e0;
}

.lnb{
    width: 1100px;
    height: 25px;
    color: #000;
    padding-top: 15px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.lnb li, .lnb-list li{
    width: 110px;
    display: block;
    height: 25px;
    position: relative;
    border-left:1px solid #ccc;
    padding-right: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.lnb li a, .lnb-list li a{
    font-size: 13px;
    color: #777;
    font-weight: 600;
    padding-left:5px;
}

.lnb li:hover, .lnb-list li:hover{
    color: inherit;
    border-bottom: 0;
    height: 25px;
}

.lnb li a:hover, .lnb-list li a:hover {
    color: red;
    border-bottom: 0;
}

.lnb-list{
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    line-height: 25px;
}

.lnb-list li{
    text-align: left;
}

.gnb li:nth-child(2) div.lnb-wrab .lnb .lnb-list li{
    height: 23px;
    font-size: 12px;
    padding: 5px 0;
    margin-right: 0;
    box-sizing: border-box;
}

.gnb li:nth-child(3) div.lnb-wrab .lnb .lnb-list li:last-child{
    height: 25px;
    position: relative;
}

.gnb li:nth-child(3) div.lnb-wrab .lnb .lnb-list li:last-child span{
    position: absolute;
    top: 14px;
    left: 5px;
}


 
.hd-right{
    position: relative;
    float: right;
    width: 354px;
    padding: 15px 0 0 0;
    overflow: hidden;
    margin-right: -10;
}

.right-top{
    width: 354px;
    float: right;
    margin-bottom: 16px;
    text-align: right;
    margin-right: -6px;
}

.right-top li{
    float: left;
    padding: 0 5px;
    font-weight: 500;
    position: relative;
}

.right-top li:first-child{
    font-weight: 600;
}

.right-top li:last-child{
    padding-right:0;
}

.right-top li:nth-child(2):after,
.right-top li:nth-child(3):after,
.right-top li:nth-child(4):after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.search-wrap{
    width: 320px;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    float: right;
}

.search-wrap .search-check-box{
    float: left;
    padding: 9px 3px 10px 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.search-wrap .search-check-box label{
    margin-right: 10px;
}


.search-wrap input[type="radio"]{
    font-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.search-wrap input[type="text"]{
    width: 120px;
    float: left;
    padding: 9px 0;
    border: 0;
    outline: 0;
}

.search-wrap input::placeholder{
    color: #000;
}

.search-icon{
    width: 34px;
    height: 34px;
    background-image: url("../common/srch_btn.gif");
    border: 0;
    background-color: transparent;
    float: right;
    position: relative;
    cursor: pointer;
}

.search-wrap button::before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}


/* main 동영상 시작 */
.main-wrap{
    width: 100%;
    /*height: 800px;*/
    overflow: hidden;
    z-index: -1;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main-wrab video{
    position: absolute;
    top: 0;
    left: 0;
}


/* section1 */
.product-wrap{
    width: 1000px;
    height: 250px;
    margin: 60px auto;
    position: relative;
}

.product-wrap ul{
    width: 1000px;
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.product-wrap ul li{
    position: relative;
    float: left;
    width: 250px;
    height: 250px;
    padding: 20px 0;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.product-wrap ul li a{
    display: block;
    padding-bottom: 57px;
}

.product-wrap ul li:first-child img{
    margin-top: 0;
}

.product-wrap ul li img{
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
}


.product-wrap ul li h3{
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic',Arial,sans-serif;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #8a8a8a;
}

.product-wrap button{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 33px;
    height: 34px;
   background-image: url("../common/plus_btn.png");
   border: 0;
   background-color: transparent;
   cursor: pointer;
}

.social-center-wrap{
    width: 1000px;
    height: 450px;
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
}

.social-center-wrap h3{
    width: 100%;
}

.social-center-wrap ul{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.social-center-wrap .sec2-top li, .social-center-wrap .sec2-bottom li{
    width: 32%;
    height: 373px;
    border: 1px solid #8e8e8e;
    border-radius: 13px;
    position: relative;
}

.social-center-wrap .sec2-top li:nth-child(1),
.social-center-wrap .sec2-top li:nth-child(2),
.social-center-wrap .sec2-top li:nth-child(3){
    margin-bottom: 10px;
}

.social-center-wrap .sec2-top li img{
    width: 100%;
    object-fit: contain;
    border-radius: 0 0 13px 13px;
    position: absolute;
    bottom: 0;
}

.ctn-hd-flex{
    display: flex;
    height: 54px;
    padding: 10px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.social-center-wrap .profile-ico-1{
   background-image: url("../common/header_logo.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width: 30px;
   height: 30px;
   display: block;
   margin: 0 15px 0 10px;
}

.social-center-wrap .profile-ico-2{
    width: 50px;
    height: 50px;
    background-image: url("../common/header_logo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 4px;
}

.like-btn-wrab-2 h3{
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.9);
}

.social-center-wrap .profile-ico-4{
    background-image: url("../section/section_2/sec2_9.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 35px;
    margin: 0 15px 0 10px;
 }

.ctn-hd-flex button, .ctn-hd button{
    margin-left: 15px;
    padding: 5px 12px;
    background-color: rgb(0,149,246);
    color: rgb(255,255,255);
    border: 0;
    height: 30px;
    border-radius: 5px;
}

.ctn-hd-flex dt{
    width: 125px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-weight: bold;
    display: block;
    max-width: calc(100% - 21px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ctn-hd-flex dd{
    color: rgb(142, 142, 142);
}

.social-center-wrap .sec2-top li:nth-child(2){
    position: relative;
}

.social-center-wrap .sec2-top li:nth-child(2) .ctn-hd-flex{
    height: 70px;
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100% ), url("../section/section_2/sec_2hd_bg.jpg");
    border: 0;
    background-repeat: no-repeat;
    border-radius: 13px 13px 0 0;
    width: 100%;
    box-sizing: border-box;
}

.sec2-top .iframe-wrap{
    max-width: 321px;
    max-height: 373px;
    overflow: hidden;
    height: 373px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 13px;
}


#fb-root{
    height: 385px;
    border-radius: 15px 15px 0 0;
}

.iframe-wrap::-webkit-scrollbar {
    display: none;
}

.iframe-wrap iframe{
    width: 345px;
    height: 95.9%;
    padding-right:35px;
}

.iframe-wrap iframe html{
    width: 308px;
}

.like-btn-wrab-2{
    max-width: 256px;
}

.like-btn{
    background-color: rgb(255,255,255);
    border: 1px solid #8e8e8e;
    opacity: 1;
    margin: 0;
    padding: 3px 0;
    position: relative;
    border-radius: 3px;
}


.like-btn i{
    background-image: url("../common/UXtr_j2Fwe-.png");
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    z-index: 999;
    margin: 2px 0 0 5px;
}

.like-btn span{
    display: inline-block;
    padding-left: 25px;
}

.f-12{
    padding-left: 10px;
    color: #fff;
}

.sec2-top-last .ctn-hd{
    overflow: hidden;
    height: 50px;
    padding: 10px 15px;
    border-bottom: 1px solid #dbdee3;
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic',Arial,sans-serif;
    position: relative;
}

.sec2-top-last .ctn-hd p{
    display: block !important;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
    width: 290px;
    display: block;
    
}

.sec2-top-last .ctn-hd p span{
    color: #009933;
}

.sec2-top-last .ctn-hd .icon-txt{
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.sec2-top-last .ctn-hd a img{
    width: 108px;
    height: 28px;
    object-fit: cover;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.sec2-top-last .iframe-wrap iframe{
    width: 100%;
}

.sec2-bottom li:first-child{
    height: 403px;
    margin-left: 0;
    overflow: hidden;
}

.sec2-bottom .iframe-wrap{
    width: 318px;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.sec2-bottom .iframe-wrap iframe{
    width: 99.4%;
    height: 100%;
}


.social-center-wrap{
    margin-bottom: 500px;
}


.sec2-bottom li:nth-child(2), 
.sec2-bottom li:nth-child(3) {
    height: auto;
}

.sec2-bottom li:nth-child(2) .ctn-hd,
.sec2-bottom li:nth-child(3) .ctn-hd{
    width: 97%;
    position: relative;
    box-sizing: border-box;
    color: inherit;
    font-size: 16px;
    margin: 0 10px;
    padding: 20px 0;
    border-bottom:  1px solid #e0e0e0;
    font-family: 'SEOULMILK_1000','Nanum Gothic','Dotum','AppleGothic','Arial',sans-serif;
}

.sec2-bottom .ctn-hd .more{
    width: 48px;
    height: 11px;
    position: absolute;
    right: 29px;
    top: 27px;
}

.sec2-bottom .ctn-hd a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.sns-body{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 14px 10px 30px;
    box-sizing: border-box;
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic','Arial',sans-serif;
}

.sns-body a{
    width: 100%;
    display: block;
}

.sns-body img{
    width: 100%;
}

.sns-body p{
    width: 100%;
    display: block;
    float: left;
}

.sns-body .title{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #3a3a3a;
}


.sns-body .body-txt{
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #8a8a8a;
}


/* 슬라이드 섹션 */
.bottom-slider{
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.bottom-slider .slide-inner{
    width: 1000px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

/* slide css set */
.bottom-slider > .slide-inner > .slider > li.bn{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0;
    visibility:hidden;
    transition:opacity 1s, visibility 1s;
}

.bottom-slider > .slide-inner > .slider > .bn.active{
    opacity:1;
    visibility:visible;
}

.slide-inner a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-slider .slide-btns{
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: transparent;
}

.bottom-slider .slide-btns .prev-01{
    width: 20px;
    height: 20px;
    background-image: url("../common/event_left.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

.bottom-slider .slide-btns .next-01{
    width: 20px;
    height: 20px;
    background-image: url("../common/event_right.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.bottom-slider .slide-btns .prev-01:hover{
    background-image:url("../common/event_left_on.png");
}

.bottom-slider .slide-btns .next-01:hover{
    background-image:url("../common/event_right_on.png");
}

.page-inner{
    position: absolute;
    right: 0;
    top: -100px;
}


.slide-btns span{
    float: left;
    color: #000;
    font-size: 14px;
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic','Arial',sans-serif;
}

/* 보도자료 */
.news-section{
    padding-top: 80px;
    width: 100%;
    height: 439px;
    background: url("../common/media_bg.jpg") no-repeat;
    background-position: top center;
    box-sizing: border-box;
    border-top: 1px solid #2e572b;
    border-bottom: 1px solid #2e572b;
    background-color: #467e43;
}

.news-slide-inner{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    
}

.slide-wrap{
    max-width: 896px;
    overflow: hidden;
    margin: 0 auto;
}

.news-slide-inner .slide-item{
    width: calc(100%*15 - 0px);
    height: 360px;
    position: relative;
}

.slide-item li{
    width: 286px;
    background-color: #fff;
    float: left;
    height: 334px;
    margin-right: 19px;
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic','Arial',sans-serif;
}

.slide-item li .txt-box{
    padding: 17px 16px;
}

.slide-item li .txt-box h3{
    margin-bottom: 6px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #3a3a3a;
}

.slide-item li .txt-box p{
    font-size: 14px;
    line-height: 26px;
    word-break: keep-all;
    color: #8a8a8a;
}

.slide-item li a img{
    width: 100%;
    object-fit: cover;
    border: 1px solid #cfcfcf;
    height: 215px;
}

.slide-btn-02{
    width: 1000px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.news-slide-inner .slide-btn-02 .prev-02{
    width: 14px;
    height: 25px;
    background-image: url("../common/arrow_prev.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.news-slide-inner .slide-btn-02 .next-02{
    width: 14px;
    height: 25px;
    background-image: url("../common/arrow_next.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

.sns-wrap{
    width: 100%;
    position: relative;
    border-top: 1px solid #2e572b;
    border-bottom: 1px solid #2e572b;
    background-color: #467e43;
    overflow: hidden;
    margin-top: -2px;
}

.sns-wrap ul{
    width: 1000px;
    padding-top: 12px;
    margin: 0 auto;
    overflow: hidden;
    height: 40px;
}

.sns-wrap ul li{
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 7px;
    padding-right: 7px;
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic','Arial',sans-serif;
    color: #fff;
    display: inline-flex;
    justify-content: space-between;
}

.sns-wrap ul li span{
    display: inline-block;
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
}

footer{
    margin: 100px auto 50px;
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic','Arial',sans-serif;
    overflow: hidden;
    /* border: 1px solid red; */
}

.footer-wrap{
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

.footer-wrap .footer-left{
    float: left;
    width: 582px;
}

.footer-left ul{
    overflow: hidden;
    margin-bottom: 10px;
}

.footer-left ul li{
    float:left; 
    margin-right:8px; 
    padding-right:8px; 
    line-height:1.8;
}

.footer-left ul li .line{
    position: relative;
    padding: 0 4px;
}

.footer-left ul li .line::after{
    content: '';
    width: 1px;
    height: 13px;
    background-color: #e8e8e8;
    position: absolute;
    top: 0;
    left: 10px;
}

.dep-02 .icn{
    width: 13px;
    height: 12px;
    background-image: url("../common/ic_footer.gif");
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 4px;
    padding-right: 2px;
}

.footer-left p{
    line-height: 20px;
}

.footer-right{
    float: right;
    width: 338px;
    text-align: right;
}

.footer-right select{
    font-family: 'SEOULMILK_500','Nanum Gothic','Dotum','AppleGothic','Arial',sans-serif;
    font-size: 12px;
    height: 20px;
}

.call-info{
    position: relative;
    line-height: 30px;
}

.call-info p{
    position: absolute;
    margin-left: -10px;
}

.call-info button{
    width: 181px;
    height: 27px;
    background-image: url("../common/siber.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.footer-right span{
    line-height: 33px;
}