@charset "euc-kr";
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');


/* ?크??니 */
.main_slide_mouse{width:36px; height:89px; left: 50%; margin-left: -18px; position: absolute; bottom:2%;  z-index:50;}

/* Pool*/
#swrap{
    overflow: hidden;
    width: 100%;
    position: relative;
}

#pool_bt{
    width:150px;
    height: 35px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: 47%;
    z-index: 99;
    background:rgba(0, 0, 0, 0.6) ;
}
#pool_bt > div{
    color: #FFF;
    line-height: 35px;
    cursor: pointer;
}
#pool_bt > div.pin_close{
    display: none;
}
#pooltxt{
    width: 360px;
    position: absolute;
    right: 42%;
    bottom: 61px;
    z-index: 100;
}
#pooltxt > div{
    color: #ffffff;
}
#pooltxt > .tx1{
    font-size: 25px;
    box-sizing: border-box;
    line-height: 55px;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
}
#pooltxt > .tx1 span {font-size: 25px; font-weight: 400; vertical-align: middle; margin-left: 10px;}
#pooltxt > .txline{
    width: 360px;
    min-height: 2px;
    background: #FFF;
}
#pooltxt > .tx2{
    text-indent: 30px;
    font-size: 11px;
	font-weight:600;
    letter-spacing: 8pt;
    line-height: 45px;
	text-transform:uppercase;
}

#pool_inbox{
    width:1920px;
	text-align:center;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    right: -480px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 20;
    font-size: 15px;
    color: #434343;
    box-sizing: border-box;
    padding: 170px 0 0 0px;
}
#pool_inbox b{
    display: block;
    font-size: 43px;
    color: #000;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 48px;
}

#pool_inbox .imgsp{margin-top:1%;}

@media  (max-width: 1600px){#pool_inbox{padding:55px 0 0 20%;} #pooltxt{ right:40%;} #pool_bt{right:46%;}}
@media  (max-width: 1440px){#pool_inbox{padding:80px 0 0 33%;}}
@media  (max-width: 1366px){#pool_inbox{padding:40px 0 0 40%;} #pool_inbox .imgsp{margin-top:0%;} #pooltxt{right:38%;}}