@charset "utf-8";

#atc01{overflow:hidden;position:relative;width:100%;padding-top:180px;background:url(/sh_img/include/inc01/bg.png) center bottom no-repeat;background-size:cover}
#atc01 .smoke{position:absolute;top:0;width:100%}

/* 진짜맥주 */
#atc01 .cont01{position:relative;z-index:1;text-align:center}
#atc01 .cont01 .tit_area{display:inline-flex;flex-direction:column;align-items:center;position:relative;margin:0 auto 50px}
#atc01 .cont01 .tit_area .tit{margin-bottom:35px;transition:all .2s}
#atc01 .cont01 .tit_area .star{position:absolute;transition-duration:.5s}
#atc01 .cont01 .tit_area .star1{left:-140px;top:0;transition-delay:.2s}
#atc01 .cont01 .tit_area .star2{right:-310px;top:-155px}
#atc01 .cont01 .tit_area .star3{right:-120px;top:70px;transition-delay:.4s}
#atc01 .cont01 .tit_area .star4{right:-10px;top:15px;transition-delay:.6s}
#atc01 .cont01 .tit_area .tit2{margin:10px 0}
#atc01 .cont01 .tit_area p{margin-top:20px}
#atc01 .cont01 .beer_wrap{display:flex;justify-content:center;width:100%}
#atc01 .cont01 .beer{position:relative;width:900px;height:690px}
#atc01 .cont01 .beer_obj{position:relative;z-index:2}
#atc01 .cont01 .beer.ani{}
#atc01 .cont01 .beer.ani img{position:absolute}
#atc01 .cont01 .beer.ani .ani01{bottom:0;right:175px;z-index:6}
#atc01 .cont01 .beer.ani .ani02{bottom:70px;right:-30px;z-index:5}
#atc01 .cont01 .beer.ani .ani03{bottom:30px;left:0;z-index:4}
#atc01 .cont01 .beer.ani .ani04{top:100px;right:140px;z-index:3}
#atc01 .cont01 .beer.ani .ani05{top:200px;left:170px;z-index:2}
#atc01 .cont01 .beer.ani .ani06{top:100px;left:0;z-index:1}
#atc01 .cont01 .point{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;z-index:10;width:450px;height:450px;font-size:24px;letter-spacing:-2px;border-radius:50%;color:#111;line-height:1.4;text-align:center;background-color:#fff}
#atc01 .cont01 .point.p01{top:40%;left:0}
#atc01 .cont01 .point.p02{top:60%;right:0}
#atc01 .cont01 .point.p03{top:78%;left:3%}
#atc01 .cont01 .point .num{padding:13px 30px 9px;margin-bottom:25px;border-radius:30px;font-size:22px;font-weight:700;color:#111;background-color:var(--primary);font-family:"AritaBuri"}
#atc01 .cont01 .point .stit{margin-bottom:10px;font-size:34px;font-weight:700;letter-spacing:-2px;font-family:"AritaBuri"}
#atc01 .cont01 .point .stit span{color:#fff;background-color:#f00;animation:flashtxt linear 1s infinite}
@keyframes flashtxt{0%{color:#fff;background-color:#f00}50%{color:#fff;background-color:#007eff}100%{color:#fff;background-color:#f00}}
#atc01 .cont01 .point:after{display:block;content:"";position:absolute;width:calc(100% - 15px);height:calc(100% - 15px);border-radius:50%;border:2px solid #111}


/* 브랜드대상 */
#atc01 .brand_bn{height:1400px;background-image: url("/sh_img/include/inc01/bn_bg.jpg"); background-size: cover;}
#atc01 .brand_bn img{position:absolute;}
#atc01 .brand_bn .bn_tit01{top:245px;left:50%;transform:translateX(-50%);}
/* #atc01 .brand_bn .bn_tit02{top:250px;left:50%;transform:translateX(-50%);} */
#atc01 .brand_bn .em_img{display:flex;align-items:center;justify-content:space-between;position:absolute;left:50%;transform:translateX(-72%);padding-top:560px;width:530px}
#atc01 .brand_bn .bn_logo01{top:290px; left: -155px;}
#atc01 .brand_bn .bn_logo02{top:290px; left: -60px;}
#atc01 .brand_bn .bn_logo03{top:290px; left: 110px;}

/* 성공경쟁력 */
#atc01 .cont02{padding:120px 0 70px;background-color:rgba(0,0,0,.4)}
#atc01 .cont02 .inner{width:100%;max-width:1600px;margin:0 auto}
#atc01 .cont02 .tit{display:flex;justify-content:center;margin-bottom:30px}
#atc01 .cont02 .tit p{font-size:54px;font-weight:700;font-family:'AritaBuri'}
#atc01 .cont02 .tit p span{color:var(--primary)}
#atc01 .cont02 ul{display:flex;flex-wrap:wrap;justify-content:center}
#atc01 .cont02 ul li{position:relative;width:calc((100% / 2) - 20px);margin-bottom:30px;border:8px solid transparent;
border-radius:22px;background-image:linear-gradient(#fff, #fff), linear-gradient(to right, #f3bb1b  0%,  #b18200 100%);background-origin:border-box;background-clip:content-box, border-box}
#atc01 .cont02 ul li+li{margin-left:30px}
#atc01 .cont02 ul li:nth-child(2n+1){margin-left:0}
#atc01 .cont02 ul li img{width:100%;height:560px;border-radius:14px}
#atc01 .cont02 ul div{position:absolute;left:20px;bottom:20px;width:calc(100% - 40px);padding:25px;border-radius:22px;font-size:26px;line-height:1.4;color:rgba(255,255,255,.75);word-break:keep-all;background-color:rgba(0,0,0,.75)}
#atc01 .cont02 ul div p{display:flex;margin-bottom:10px;font-size:32px;font-weight:700;color:#fff;word-break:keep-all;animation:flash2 linear 1s infinite;font-family:'AritaBuri'}
#atc01 .cont02 ul div p span{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:10px;border-radius:50%;font-size:20px;line-height:1;color:#fff;background-color:#d39f0a;font-family:'AritaBuri'}
@keyframes flash2{0%{color:#fff}50%{color:#d39f0a}100%{color:#fff}}

/* 
@media (max-width:1420px){
#atc01 .cont01 .beer_obj{width:80%}	
#atc01 .cont01 .point.p01{top:0;left:-150px}
#atc01 .cont01 .point.p02{top:20px;right:-140px}
#atc01 .cont01 .point.p03{top:360px;left:-55px}
}
@media (max-width:1230px){
#atc01 .cont01 .point{width:300px;height:300px;font-size:30px}	
#atc01 .cont01 .point p{padding:13px 25px 9px;font-size:18px}	
#atc01 .cont01 .point.p01{top:0;left:-70px}
#atc01 .cont01 .point.p02{right:-100px}
}
반응형 [s] 
@media (max-width:1340px){
#atc01 .cont01 .beer{width:100%}
#atc01 .cont01 .point{width:300px;height:300px;font-size:30px}	
#atc01 .cont01 .point p{padding:13px 25px 9px;font-size:18px}	
#atc01 .cont01 .point.p01{left:20px}
#atc01 .cont01 .point.p02{right:20px}
#atc01 .cont01 .point.p03{top:55%;left:10%}
}
@media (max-width:1230px){
#atc01 .cont02 ul li{overflow:hidden}	
#atc01 .cont02 ul div{width:100%;margin:0;border-radius:0}
#atc01 .cont02 ul div p{font-size:26px}
}
@media (max-width:1024px){
#atc01{padding-top:120px}
#atc01 .cont01 .tit_area .tit{width:85%}	
#atc01 .cont01 .tit_area .star1{width:50%;left:-80px}
#atc01 .cont01 .tit_area .star2{width:40%;right:-150px;top:-110px}
#atc01 .cont01 .tit_area .star3{width:10%;right:-40px;top:50px}
#atc01 .cont01 .tit_area .star4{width:8%;right:50px;top:30px}
#atc01 .cont01 .beer_obj{width:70%}
#atc01 .cont01 .beer .frz1{width:70%}
#atc01 .cont01 .beer .frz2{width:70%}
#atc01 .cont01 .point{width:260px;height:260px;font-size:26px}	
#atc01 .cont01 .point p{margin-bottom:10px}	
#atc01 .cont02{padding:80px 20px}
#atc01 .cont02 .tit p{font-size:38px}
#atc01 .cont02 ul li{height:400px;margin-bottom:20px}
#atc01 .cont02 ul li+li{margin-left:20px}
#atc01 .cont02 ul div{padding:20px;font-size:16px}
#atc01 .cont02 ul div p{font-size:22px}
#atc01 .cont02 ul div p span{width:30px;height:30px;font-size:16px}
}
@media (max-width:768px){
#atc01{padding-top:100px}	
#atc01 .cont01 .tit_area{margin-bottom:30px}
#atc01 .cont01 .tit_area .tit{width:65%}	
#atc01 .cont01 .tit_area .star1{width:40%;left:0}
#atc01 .cont01 .tit_area .star2{width:30%;right:-12%;top:-60%}
#atc01 .cont01 .tit_area .star3{width:8%;right:5%;top:20px}
#atc01 .cont01 .tit_area .star4{width:6%;right:20%;top:0}
#atc01 .cont01 .point{width:210px;height:210px;font-size:22px}	
#atc01 .cont01 .point:after{width:calc(100% - 15px);height:calc(100% - 15px)}
#atc01 .cont01 .point p{padding:9px 15px 5px;font-size:16px}	
#atc01 .cont02{margin-top:60px;padding:60px 20px}
#atc01 .cont02 .tit{margin-bottom:20px}
#atc01 .cont02 .tit p{font-size:32px}
#atc01 .cont02 ul li{width:100%;height:350px;margin:0}
#atc01 .cont02 ul li+li{margin:20px 0 0}
}
@media (max-width:580px){
#atc01 .cont01 .point{position:relative;left:auto!important;top:auto!important;right:auto!important;width:calc(100% - 40px);height:auto;margin:0 auto;padding:25px;border-radius:14px;font-size:22px}
#atc01 .cont01 .point:after{border-radius:14px}
#atc01 .cont01 .point+.point{margin-top:20px}
#atc01 .cont01 .point .pl{white-space:normal;word-break:keep-all}
}
@media (max-width:480px){
#atc01 .cont02 .tit p{font-size:28px}
#atc01 .cont02 ul li{height:260px}
#atc01 .cont02 ul div{font-size:14px}
#atc01 .cont02 ul div p{font-size:18px}
#atc01 .cont02 ul div p span{width:30px;height:30px;font-size:16px}
}*/
