@charset "utf-8";

/**
*
* @author 허 윤 정
*
**/

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, b, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    letter-spacing: -0.5px;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    word-break: keep-all;
}

html, body {
    font-family: 'Spoqa' , sans-serif;
    letter-spacing: -0.5px;
}

article, aside, figcaption, figure,
footer, header, nav, section { 
	display: block;
}

ul, ul li, ol, ol li {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: #222222;
    background: transparent;
    text-decoration: none;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
    font-family: 'Spoqa';
}

legend, caption {
    overflow: hidden;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

/* img {
    max-width: 45%;
} */

button{
    padding: 0;
    margin: 0;
    letter-spacing: -0.5px;
    background-color: transparent;
    font-family: 'Spoqa';
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

a:active,
a:hover,
a:focus {
    color: #222222;
    outline: none;
    text-decoration: none;
}

button:active,
button:hover,
button:focus {
    outline: none;
}

select:focus,
input:focus {
    outline: none;
}

.hidden{
    position:absolute; 
    left:-9999px; 
    width:1px; 
    height:1px; 
    overflow:hidden; 
    font-size:0; 
    line-height:0;
}

.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

/* IE 처리 */
select::-ms-expand{
    display: none;
}

/* FONT */
/*
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansKR-Regular.eot');
    src: local('※'),
        url('../fonts/NotoSansKR-Regular.woff') format('woff'),
        url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSansThin';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSansKR-Thin.eot');
    src: local('※'),
        url('../fonts/NotoSansKR-Thin.woff') format('woff'),
        url('../fonts/NotoSansKR-Thin.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSansMedium';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSansKR-Medium.eot');
    src: local('※'),
        url('../fonts/NotoSansKR-Medium.woff') format('woff'),
        url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSansBold';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSansKR-Medium.eot');
    src: local('※'),
        url('../fonts/NotoSansKR-Medium.woff') format('woff'),
        url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Medium.otf') format('opentype');
}
*/
#wrapper{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 768px;
    overflow: hidden;
    background-color: #ffffff;
}

.wrap{
    width: 100%;
    height: 100%;
}

.modal-dialog,
.modal-content{
	margin: 0 auto;
	border: none;
}

.cnt_voice .close{
    width: 15px;
    height: 15px;
    opacity: 1.0;
    position: absolute;
    top: 42px;
    right: 19px;
}

.cnt_voice p{
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    color: #151515;
    margin-top: 145px;
    letter-spacing: -0.7px;
}

.voice_box{
    width: 100%;
    height: 360px;
    /* height: calc(100% - 360px); */
    max-width: 768px;
    display: table;
}

/* .voice_box img{
	max-width: 35%;
}
 */
.voice_box_inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.img_jadu{
    width: 130px;
    height: 130px;
    position: absolute;
    top: 55%;
    left: calc(50% - 65px);
}

.voice_spread{
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}

.circle1{
    position: absolute;
    left: calc(50% - 155px);
    top: calc(50% - 155px);
}

.circle2{
    position: absolute;
    left: calc(50% - 130px);
    top: calc(50% - 130px);
}

.circle3{
    position: absolute;
    left: calc(50% - 105px);
    top: calc(50% - 105px);
}

.innerCircle{
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: circle;
    animation-timing-function: ease-in-out;
}

@keyframes move {
    0%   {top: 0px; width: 100px; height: 100px; border-radius: 50px;}
    50%   {top: 0px; width: 200px; height: 200px; border-radius: 100px;}
    100% {top: 0px; width: 100px; height: 100px; border-radius: 50px;}
}

@keyframes circle {
/*     0%   {r: 15%;}
    50%   {r: 40%;}
    100% {r: 15%;} */
}