@charset "utf-8";
/* --- 공통 --- */

/* 레이아웃 */
body	{overflow-y:scroll;}
div#sub_wrap	{width:100%; height:100%; margin:0; padding:0;}

.cont_center	{width:1000px; margin:0 auto; overflow:hidden;}

#contents	{margin-top:-22px;}

/* 텍스트 */
a	{color:#666; text-decoration:none;}
a:hover,	a:focus	{color:#666; text-decoration:none;}

.text_hidden	{overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; font-size:0; line-height:0;}	/* 숨김 처리*/
.sub_title>span.nml	{position:none; float:none; margin:0; padding:0; width:none; font-weight:normal;}
em	{font-style:normal; font-weight:600;}




#snb ul>li {box-sizing: border-box}


/*하단광고배너*/

.quickMainEmbedControl{
    position: fixed;
    left:40px;
    bottom:-260px;
    z-index: 1000000;
    /*animation: quickTimeset .7s 5s linear forwards;*/
}

@-webkit-keyframes quickTimeset {
    0% {bottom:-220px}
    100% {bottom:0}
}
@keyframes quickTimeset {
    0% {bottom:-220px}
    100% {bottom:0}
}
.quickMainEmbed{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height:101px; 
    z-index: 999;
    transition: .8s;
    background:url('../img/quickBottom/quickBottom.png') no-repeat center center;
    /*animation: quickTimeset2 .7s 5s linear forwards;*/
}
@-webkit-keyframes quickTimeset2 {
    0% {bottom:0}
    100% {bottom:-210px}
}
@keyframes quickTimeset2 {
    0% {bottom:0}
    100% {bottom:-210px}
}


.quickMainEmbedControl img{
    cursor: pointer;
}
.quickMainEmbedControl img#colose{
    display: block;
}



.quickMainEmbed .quickMainEmbed_wrapper {position:relative;bottom:0;width: 1210px;margin: 0 auto; height:inherit;}

.quickCloseWrap {position: absolute;bottom: 140px;left: -30px;}
.quickCloseWrap img {cursor:pointer}

.quickImgWrap {position:absolute;left:0;bottom:0}
.quickImgWrap .quickBottomImg02 {position:absolute;left:175px;bottom:100px}
.quickImgWrap .quickBottomImg03 {position:absolute;left:175px;bottom:100px;animation:twinkle 1s .5s infinite ease alternate;}
@-webkit-keyframes twinkle {
    0% {opacity:1}
    50% {opacity:0}
    100% {opacity:1}
}
@keyframes twinkle {
    0% {opacity:1}
    50% {opacity:0}
    100% {opacity:1}
}

.quickMainEmbedControl .quickOpen01 {position:absolute;left:10px;bottom:0}
.quickMainEmbedControl .quickOpen02 {position:absolute;left:10px;bottom:0;animation:event .8s infinite ease-in-out;}

@-webkit-keyframes event {
    0%,100% {opacity:0}
    50% {opacity:1}
}
@keyframes event {
    0%,100% {opacity:0}
    50% {opacity:1}
}

.quickBottomlink {position:absolute;left:0;bottom:0;display:inline-block;width:1200px;height:80px}

.ft_wrap {background-color:#fff;height:70px;animation: quickTimeset3 .7s 5s linear forwards;}

/*@-webkit-keyframes quickTimeset3 {
    0% {height:155px}
    100% {height:0}
}
@keyframes quickTimeset3 {
    0% {height:155px}
    100% {height:0}
}*/