@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, button, input, select, textarea {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: top;
}
button,input {border-radius: 0}
fieldset,img {border: 0}
ol,ul {list-style: none}
address,em {font-style: normal}
a {text-decoration: none}
iframe {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal}
.blind {position: absolute;overflow: hidden;clip: rect(0 0 0 0);margin: -1px;width: 1px;height: 1px}
button {cursor:pointer;}
button, input, select {vertical-align: middle;}
/*초기화설정 끝*/

table { border-spacing: 0; border-collapse: collapse;}
/*영문단어 중단점을 음절로 처리, 주로 모바일에서 사용*/
/*body {word-break: break-all;}*/

@import url(../../../fonts.googleapis.com/earlyaccess/notosanskr.css);

body,input,button,textarea,select,table {
    font-size: 14px;
    font-family:'Noto Sans KR','맑은 고딕','malgun gothic','돋움',dotum,sans-serif;
}

body {height: 2430px;}

#wrap {min-width: 1200px;}

#header {
    position: absolute;
    left:0;
    top:0;
    min-width: 1200px;
    width: 100%;
    height: 100px; 
    z-index: 9999;
}
/*header hover(on)*/
#header.on {background: rgba(255,255,255,0.9); border-bottom: 1px solid #777;}
#header.on .gnb a { color: #333;}
#header.on .logo {background: url(../images/logo_hover.png) no-repeat;}
#header.on .gnb .util a { color: #333;}
#header.on .gnb .util>ul>li:after { background: #333;}

#header .logo {
    position: absolute;
    left: 80px;
    top: 46px;
    background: url(../images/main_logo.png) no-repeat;
    width: 139px;
    height: 40px;
    z-index: 999999;
}
#header .logo a {
    display: block;
    width: 139px;
    height: 40px;
}

/*gnb*/
#header .gnb {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

#header .gnb>ul>li>a {
    position: relative;
}
#header .gnb>ul>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #024894;
    display: none;
}
#header .gnb>ul>li:hover>a:after {
    display: block;
}
#header .gnb>ul {
    position: relative;
}
#header .gnb>ul>li {
    display: inline-block;
    height: 51px;
    width: 140px;
}

#header .gnb>ul>li:hover .depth {
    display: block;
}

#header .gnb>ul>li>a {
    font-size: 20px; 
    color: #fff;
    text-align: center;
    display: block;
    padding-bottom: 22px;
}

#header .gnb .depth {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.9);
    display: none;
}
#header .gnb .depth .depth_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#header .gnb .depth ul li{
    float: left;
    display: inline-block;
    height: 50px;
    position: relative;
}

#header .gnb .depth ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background: #ededed;
    top: 17px;
    left: 140px;
    display: block;
}
#header .gnb .depth ul li:last-child:after {
    display: none;
}
#header .gnb .depth ul li a{
    font-size: 14px;
    color: #444;
    line-height: 50px;
    display: block;
    width: 144px;
}
#header .gnb .depth ul li a:hover {
    color: #024894;
}


.gnb .depth .depth_inner.gnb1 li:first-child {
    margin-left: 171px;
}
.gnb .depth .depth_inner.gnb2 li:first-child {
    margin-left: 171px;
}
.gnb .depth .depth_inner.gnb3 li:first-child {
    margin-left: 315px;
}
.gnb .depth .depth_inner.gnb4 li:first-child {
    margin-left: 315px;
}

/*util*/
#header .gnb .util {
    position: absolute;
    right: 48px;
    top: 10px;
}

#header .gnb .util>ul>li {
    float: left;
    position: relative;
    margin-left: 34px;
}
#header .gnb .util>ul>li:after {
    content: '';
    position: absolute;
    left: 60px;
    top: 5px;
    height: 12px;
    width: 1px;
    background: #fff;
}
#header .gnb .util>ul>li:last-child:after {
    display: none;
}
#header .gnb .util>ul>li>a {
    font-size: 15px;
    color: #fff; 

}



/*main*/
#main .main_visual { 
    height: 980px; 
    position: relative; 
}
#main .main_visual .slick-slide{
    position: relative;
    height: 980px;
}
#main .main_visual .slick-slide a {
    position: absolute;
    left: 50%;
    top: 0;
    outline: none;
}
#main .main_visual .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;  
}

#main .main_visual a {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
#main .main_visual .slick-dots .slick-active button {
    background: url(../images/main_bg_buttomoff.png);
    height: 20px;
    width: 21px;
}
#main .main_visual .slick-dots li{
    display: inline-block;
    margin: 0 2px;
}
#main .main_visual .slick-dots li button {
    height: 12px;
    width: 12px;
    background: transparent url(../images/main_bg_buttomon.png) no-repeat;
    border: none;
    text-indent: -9999px;
    outline: none;
}



#main .section1 {width: 1200px; height: 430px; margin: 50px auto; }

#main .section1 h2 {text-align: center; font-size: 34px; color: #024894;}

#main .section1 .brand_icon {
    width: 1200px;  
    margin: 25px auto; 
}
#main .section1 .brand_icon li {
    float: left;
    margin-left: 14px;
}
#main .section1 .brand_icon li:first-child {
    margin-left: 0;
}
#main .section1 .brand_icon li img {
    border-radius: 288px;
}
#main .section1 .brand_icon li:hover img {
    box-shadow: -2px 4px 0 3px rgba(65,118,175,.9)

}
#main .section1 .brand_icon p {
    font-size: 24px; color: #222;
    text-align: center;
    padding-top: 30px;
}





/*sention2*/
#main .section2 {
    background: url(../images/section2_visual_02.jpg) no-repeat center top;
    height: 753px;
    position: relative;
}
#main .section2 h2 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    line-height: 135px;
}
#main .section2 .video_wrap {
    position: absolute;
    left: 50%;
    top: 30%;
    width:1200px;
/*해당 엘리먼트의 가로,세로 절반만큼 왼쪽,위로 이동시킴*/
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}

#main .section2 .video_wrap .txt {
    font-size: 16px;
}
#main .section2 .video_wrap .video_list {
    margin-top: 55px;
}
#main .section2 .video_wrap .video_list li{
    float: left;
    width: 375px;
    height: 244px;
    margin-right: 36px;
    position: relative;
}
#main .section2 .video_wrap .video_list li:last-child {
    margin-right: 0;
}
#main .section2 .video_wrap .video_list .video1 {
    background: url(../images/sns_mov1_03.jpg) no-repeat 50% 0;
}
#main .section2 .video_wrap .video_list .video2 {
    background: url(../images/sns_mov2_03_03.jpg) no-repeat 50% 0;
}
#main .section2 .video_wrap .video_list .video3 {
    background: url(../images/sns_mov3_03_03.jpg) no-repeat 50% 0;
}

#main .section2 .video_wrap .video_list li a{
    display: block;   
}
#main .section2 .video_wrap .video_list li a:before {
    content: '';
    position: absolute;
    top: 114px;
    left: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%,-50%);
    background: url(../images/bt_play.png) no-repeat 50% 0;
}
#main .section2 .video_wrap .txt {
    position: absolute;
    top: 192px;
    left: 0;
    width: 375px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    z-index: 10;
    display: none;
}

/*video_list선처리*/
#main .section2 .video_wrap .video_list li .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: #00a0e2 0px solid;
    box-sizing: border-box;
    transition: all 0.3s;  
}


/*.video_list li on처리*/
#main .section2 .video_wrap li.on .txt {
    display: block;
}
#main .section2 .video_wrap .video_list li.on a:before {
    background: url(../images/bt_play_hover.png);
}
#main .section2 .video_wrap .video_list li.on .line {
    border-width: 6px;
    border-bottom-width: 50px;
}

/*modal_popup*/
#main .section2 .modal_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    display: none;
    min-width: 980px;
}
#main .section2 .modal_popup .modal1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 880px;
    color: #fff;
    display: none;
}
#main .section2 .modal_popup .modal1 h3 {
    font-size: 28px;
}
#main .section2 .modal_popup .modal1 p {
    margin-top: 20px;
}

#main .section2 .modal_popup .modal1 iframe {
    width: 100%;
    height: 495px;
    margin-top: 20px;
}
#main .section2 .modal_popup .modal1 .btn_close {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/bt_close3.png) no-repeat 50% 0;
    border: none;
}

/*news*/
#main .section2 .wrap_news {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    margin-top: 185px;
}

#main .section2 .wrap_news .campaign {
    width: 308px;
    float: left;
    margin-right: 30px;
}
#main .section2 .wrap_news .campaign:hover {
    box-shadow: 0 2px 20px black;
}

#main .section2 .wrap_news .sns_3menu {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
#main .section2 .wrap_news .sns_3menu li{
    width: 175px;
    height: 250px;
    float: left;
}

#main .section2 .wrap_news .sns_3menu li:first-child {
    background: url(../images/sns_3menu_01.png) no-repeat 50% 0;
    transition: all 0.4s;
}
#main .section2 .wrap_news .sns_3menu li:nth-child(2) {
    background: url(../images/sns_3menu_02.png) no-repeat 50% 0;
    transition: all 0.4s;
}
#main .section2 .wrap_news .sns_3menu li:last-child {
    background: url(../images/sns_3menu_03.png) no-repeat 50% 0;
    transition: all 0.4s;
}
#main .section2 .wrap_news .sns_3menu li:hover {
    box-shadow:
    0 0 0 8px rgba(36,141,255,1) inset, 
    0 0 0 150px rgba(0,0,0,0.3) inset;
}

#main .section2 .wrap_news .sns_3menu li a{
    display: block;
    padding-bottom: 75px;
}
#main .section2 .wrap_news .sns_3menu li h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 66px;
}
#main .section2 .wrap_news .sns_3menu li p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 35px 0 0 15px;
}


#main .section2 .wrap_news .news {
    width: 305px;
    height: 250px;
    float: left;
    background: #fff;
    position: relative;
}
#main .section2 .wrap_news .news img {
    position: absolute;
    top: 33px;
    left: 20px;
}
#main .section2 .wrap_news .news h4 {
    color: #024894;
    font-size: 22px;
    position: absolute;
    top: 24px;
    left: 62px;
}
#main .section2 .wrap_news .news .more {
    position: absolute;
    top: 37px;
    right: 37px;
    background: url(../images/news_plus_03.png) no-repeat 0 0;
    text-indent: -999em;
    height: 11px;
    width: 11px;
    transition: all 0.5s;
}
#main .section2 .wrap_news .news .more:hover {
    transform: rotateZ(90deg);
}
#main .section2 .wrap_news .news ul {
    padding: 84px 0 0 20px;
}
#main .section2 .wrap_news .news ul:after {
    content: '';
    position: absolute;
    top: 70px;
    left: 20px;
    background: #f2f2f2;
    height: 1px;
    width: 269px;
    
}
#main .section2 .wrap_news .news ul li {
    padding-top: 3px;
}
#main .section2 .wrap_news .news ul a {
    font-size: 16px;
    color: #444;
}
#main .section2 .wrap_news .news ul a:hover {
    text-decoration: underline;
    text-decoration-color: #444;
}

/*************************intro(인트로)***************************/
#header.sub {background: rgba(255,255,255,0.9); border-bottom: 1px solid #777;}
#header.sub .gnb a { color: #333;}
#header.sub .logo {background: url(../images/logo_hover.png) no-repeat;}
#header.sub .gnb .util a { color: #333;}
#header.sub .gnb .util>ul>li:after { background: #333;}


#main.intro .sub_visual {
    height: 500px;
    background: url(../images/sub_bg1.png) no-repeat 50% 0;
    margin-top: 101px;
}
#main.intro .sub_visual h2 {font-size: 34px; color: #fff; text-align: center; padding-top: 200px; font-weight: 500;}
#main.intro .sub_visual p { font-size: 22px; color: #fff; text-align: center; padding-top: 30px; font-weight: 300; letter-spacing: -1px;}

#main.intro .sub_visual .location {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
#main.intro .sub_visual .location a {
    color: #fff;
    background: url(../images/sub_location_arrow.png) no-repeat  100% 6px;
    padding-right: 15px;
}
#main.intro .sub_visual .location span {
    margin: 0 5px;
}

/*sub_vision*/
    
#main.intro .sub_vision .container1 {
    width: 1200px;
    margin: 80px auto 0 auto;
}
#main.intro .sub_vision .container1 .company .txt {
    height: 300px;
    background: url(../images/sub_icon1.png) no-repeat 78px 94px;
    padding: 65px 0 0 271px;
    color: #444;
}
#main.intro .sub_vision .container1 .company .txt h3 {
    font-size: 34px;  
    position: relative;
}
#main.intro .sub_vision .container1 .company .txt h3:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 12px;
    background: #ebebeb;
    width: 1px;
    height: 160px;
}
#main.intro .sub_vision .container1 .company .txt h3 strong {
    font-weight: 500;
}
#main.intro .sub_vision .container1 .company .txt p {
    font-size: 16px;
    padding-top: 28px;
}

/*sub_history*/
#main.intro .sub_history .container2 {
    margin: 0 auto;
}
#main.intro .sub_history .container2 .history {
    background: url(../images/sub_history_bg.png) no-repeat 50% 0;
    height: 250px;
    text-align: center;
    color: #fff;
}
#main.intro .sub_history .container2 .history h2 {
    font-size: 34px;
    padding-top: 70px;
}
#main.intro .sub_history .container2 .history p {
    font-size: 18px;
    padding-top: 20px;
}
#main.intro .sub_history .container2 img {
    margin: 80px 0 80px 360px;
}

/*sub_inbev*/
#main.intro .sub_inbev .container3 {
    border-bottom: 1px solid #dedede;
}
#main.intro .sub_inbev .container3 .inbev {
    background: url(../images/sub_inbev.png) no-repeat 50% 0;
    height: 250px;
    text-align: center;
    color: #fff; 
}
#main.intro .sub_inbev .container3 .inbev h2 {
    font-size: 34px;
    line-height: 5.5;
}

#main.intro .sub_inbev .container3 h3 {
    font-size: 34px;
    color: #3a100d;
    margin: 80px 0 0 460px;
}
#main.intro .sub_inbev .container3 p {
    font-size: 16px;
    color: #222;
    margin: 30px 0 110px 460px;
}

/******************************brand************************/
#main.brand .cass1 {
    margin-top: 100px;
    height: 880px;
    background: url(../images/cass1.jpg) no-repeat 50% 0;
}
#main.brand .cass1 .bottle{
    position: absolute;
    top: 235px;
    left: 850px;
    width: 166px;
    height: 714px;
    background: url(../images/cass1_1.png) no-repeat 50% 0;
    transition: all 0.5s ease-out;
    transform: translateY(-180px);
    opacity: 0;
}
#main.brand .cass1.on .bottle {
    transform: translateY(0);
    opacity: 1;
}

#main.brand .casslight {
    position: relative;
    margin: 0 auto;
    height: 880px;
    background: url(../images/casslight1.jpg) no-repeat 50% 0;
}
#main.brand .casslight .bottle{
    position: absolute;
    top: 120px;
    left: 850px;
    width: 166px;
    height: 714px;
    background: url(../images/casslight1_1.png) no-repeat 50% 0;
    transition: all 0.5s ease-out;
    transform: translateY(-380px);
    opacity: 0;
}
#main.brand .casslight.on .bottle {
    transform: translateY(30px);
    opacity: 1;
}

#main.brand .casslemon {
    position: relative;
    margin: 0 auto;
    height: 880px;
    background: url(../images/casslemon1.jpg) no-repeat 50% 0;
}
#main.brand .casslemon .bottle{
    position: absolute;
    top: 120px;
    left: 850px;
    width: 166px;
    height: 714px;
    background: url(../images/casslemon1_1.png) no-repeat 50% 0;
    transition: all 0.5s ease-out;
    transform: translateY(-580px);
    opacity: 0;
}
#main.brand .casslemon.on .bottle {
    transform: translateY(0);
    opacity: 1;
}

#main.brand .cassred {
    position: relative;
    margin: 0 auto;
    height: 880px;
    background: url(../images/cassred1.jpg) no-repeat 50% 0;
}
#main.brand .cassred .bottle{
    position: absolute;
    top: 120px;
    left: 850px;
    width: 166px;
    height: 714px;
    background: url(../images/cassred1_1.png) no-repeat 50% 0;
    transition: all 0.5s ease-out;
    transform: translateY(-380px);
    opacity: 0;
}
#main.brand .cassred.on .bottle {
    transform: translateY(0);
    opacity: 1;
}




/***************************************************************/
/*footer*/

#footer {
    height: 170px;
}
#footer .top_footer {
    border-bottom: 1px solid #dedede;
   
}
#footer .top_footer_inner{
    width: 1200px;
    height: 53px;
    margin: 0 auto;
    position: relative;
}
#footer .top_footer_inner .footer_menu li {
    float: left; 
    margin: 0 20px 0 0;
    position: relative;
    padding-top: 17px;
}

#footer .top_footer_inner .footer_menu li:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 22px;
    height: 12px;
    width: 1px;
    background: #444;    
}
#footer .top_footer_inner .footer_menu li:last-child:after {
    display: none;
}
#footer .top_footer_inner .footer_menu li a {
    color: #444;
    font-size: 15px;
}

#footer .top_footer_inner .family {
    position: absolute;
    right: 0;
    top: 10px;
}

#footer .top_footer_inner .family .btn_family {
    width: 180px;
    background: #fff url(../images/arrow.png) no-repeat 90% 50%;
    border: 1px solid #dedede;
    text-align: left;
    height: 33px;
    padding-left: 16px;
}

#footer .top_footer_inner .family .family_list {
    position: absolute;
    left: 0;
    bottom: 30px;
    background: #fff;
    width: 100%;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    height: 430px;
    display: none;
}
#footer .top_footer_inner .family .family_list a {
    display: block;
    color: #444;
    padding: 5px 0 0 16px;
    line-height: 30px;
}
#footer .bottom_footer  {
    width: 1200px;
    height: 116px;
    margin: 0 auto;
    padding-top: 27px;
}
#footer .bottom_footer .logo {
    float: left;
    margin-right: 20px;
}
#footer .bottom_footer address {
    color: #777;
    font-size: 14px;
    line-height: 10px;
}
#footer .bottom_footer p {
    color: #777;
    font-size: 14px;
    padding-top: 5px;
}

#footer .bottom_footer .footer_btn {
    float: right;
    margin: -35px 15px 0 0;
}
#footer .bottom_footer .footer_btn a {
    margin-left: 28px;
}



















