@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {overflow-x:hidden;}
body {width:100%; margin:0;padding:0; font:500 12px "맑은 고딕", "Malgun Gothic", Helvetica, AppleSDGothicNeo, 돋움, dotum, Tahoma, sans-serif; letter-spacing: -1px; background-color:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul{margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd{margin:0;padding:0}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em; color:#353535}
button {cursor:pointer}
textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor: pointer;}
select {margin:0; background:#fff;}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
input:-ms-input-placeholder {color:#a8a8a8;}
table.qa_view  {table-layout:fixed}
table.qa_view img, #bo_v_con img {max-width:100%}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
::selection {background:#ffdf01;}
::-moz-selection {background:#ffdf01;}
::-webkit-selection {background:#ffdf01;}

input, input[type=text],input[type=password], textarea, button, select {outline: none !important; letter-spacing:0px;}
.placeholdersjs { color: #aaa !important; }

.cyBtn {font-family: "굴림",Gulim; letter-spacing:0; cursor: pointer;}
.none {display:none !important}

.main_div { text-align: center; }
.main_div > .coupon_div { display: inline-block; *background: #000;position: relative; }
.main_div > .coupon_div > img.already_coupon { opacity: 0.1 }
.main_div > .coupon_div .already_receive_text { text-align:center;color:#fff;font-weight: 600;font-size:2em;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%; }
.main_div > .coupon_div .already_text_div {background-color: black; width: 84.5%;height: 80%;position: absolute;top: 20%;left: 7.9%; opacity: 0.85;}


