/* reset css */
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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
img{display:block;margin:0 auto;}
body{margin:0;padding:0;font-size:0.75em;font-family:'Malgun Gothic',dotum,sans-serif;}

@media (max-width:1199px){
    .pic_pc{display:none;}
    .pic_mo{display:block;}
}

@media (min-width:1200px){
    .pic_pc{display:block;}  
    .pic_mo{display:none;}
}

.promotion_box{position:relative;display:block;width:100%;}
.promotion_box .image{width:100%;}
.promotion_box .anchor{position:absolute;}

.fix_bottom{position:fixed;z-index:2;left:0;right:0;bottom:0;}

.swiper_box .visual_rolling {position:relative;}
.swiper_box .visual_rolling .visual_text {z-index:5;position:absolute;top:0;left:50%;transform:translateX(-50%);}
.swiper_box .visual_rolling .swiper-slide {overflow: hidden;}
.swiper_box .visual_rolling .swiper-slide img {width:100%;}

/* pic_pc */
.pic_pc .promotion_box {max-width:1920px;margin:0 auto;}
.pic_pc .swiper_box .visual_rolling .swiper-slide img {min-height:1095px;}
.pic_pc .image {position:relative;left:49.5%;min-width:1200px;width:1920px !important;max-width:1920px;transform:translate(-50%);}
.pic_pc .anchor {left:48.3%;width:38.2%;}    
.pic_pc .anchor.link01 {bottom:6.5%;height:15%;} 
.pic_pc .anchor.link02 {bottom:9.5%;height:21.6%;} 
.pic_pc .anchor.link03 {bottom:9.5%;height:21.6%;} 
.pic_pc .bottom_padding {height:200px;background-color:#ebe8f3;}
     
/* pic_mo */
.pic_mo .swiper_box .visual_rolling .visual_text {width:100%;text-align:center;}
.pic_mo .image {max-width:100%;height:auto;vertical-align:top;}
.pic_mo .anchor {left:10%;width:80%;}    
.pic_mo .anchor.link01 {bottom:6%;height:11.3%;} 
.pic_mo .anchor.link02 {bottom:7%;height:14.5%;} 
.pic_mo .anchor.link03 {bottom:4.8%;height:14.5%;} 
.pic_mo .bottom_padding {height:6em;background-color:#3d2286;}