@charset "utf-8";

/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,
em,img,ins,kbd,q,samp,small,strong,sub,sup,var,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video,input{ margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;color:#333;font-style:normal; }
body{line-height:1.2;word-break:break-all}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav,ul,li{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;color:#333}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #f2f2f2;margin:15px 0 20px;padding:0}
input,select{vertical-align:middle}
html{font-size:13px}
caption{overflow:hidden;visibility:hidden;width:0;height:0;font-size:1px}
html{-webkit-text-size-adjust:none}
img { vertical-align:top; }
html,body{height:100%;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family: 'Malgun Gothic', sans-serif;}

.text-hidden {position: absolute;text-indent: -9999em;font-size: 0;}
img {max-width: 100%; width: 100%;}

#wrap{width:720px;margin:0 auto;background:#fff;}
#wrap .inner {position: relative; max-width: 720px; height: 100%; margin: 0 auto;}

section {position: relative;}
.main {background: #c78674;}

button {display: block; padding: 0; border: 0; background: transparent; font-size: 0; cursor: pointer;}
section button {position: absolute; left: 50%; width: 90.6%; transform: translateX(-50%);}
.main .btn1 {top: 46.38%; height: 2.85%;}
.main .btn2 {top: 52.48%; height: 4.45%;}
.main .btn3 {left: auto; right: 7.35%; width: 7.2%; bottom: 16.2%; height: 1.65%; transform: none;}
.main .btn4 {bottom: 3.16%; height: 2.85%;}

footer {background: #cdccd3;}

#layer-pop {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 999;}
#layer-pop .layer-benefit {position: absolute; left: 50%; top: 60px; width: 100%; max-width: 720px; height: calc(100% - 200px); padding: 20px; border-radius: 30px; background: #fff; transform: translateX(-50%);}
#layer-pop .layer-benefit .layer-in {overflow-y: auto; height: 100%;}
#layer-pop .layer-benefit .btn-close {display: block; overflow: hidden; position: absolute; bottom: -80px; left: 50%; 
    width: 60px; height: 60px; background: url('../images/x.png') no-repeat; background-size: 100%; border-radius: 50%; transform: translateX(-50%);}
