@charset "utf-8";

body { background: url('../img/06/main06Bg.jpg') no-repeat left 25% center; background-size: cover; background-attachment: fixed; overflow-x: hidden; height: 100vh; overflow-y: hidden;  }
body.main { background: url('../img/06/wtBg.jpg') no-repeat center center; background-size: cover; background-attachment: fixed; overflow-x: hidden; display: flex; justify-content: center; height: 100vh; }
body::-webkit-scrollbar{ width: 7px; }
body::-webkit-scrollbar-track { background-color:#ccc; border-radius: 10px; width: 7px; }
body::-webkit-scrollbar-thumb { background-color:#ffffff;border-radius: 10px; width: 7px;}
body::-webkit-scrollbar-thumb:hover {background: #666;}
body::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display: none; }

#openCount { align-self: center; color: #fff; opacity: 0.5; }

.open { width: 100%; height: 100vh; position: fixed; background: #000; left: 0; top: 0; z-index: 99999; }

.wrapper { margin: 0 auto; box-sizing: border-box; position: relative; }

#header { box-sizing: border-box; padding: 0 2%; }
#header h1 { margin: 130px auto 70px; height: 100px; position: relative; width: 250px; text-align: center; background-image: url('../img/06/topLogo.png'); background-size: contain; background-repeat: no-repeat; }
#header h1 a { display: block; height: 100px; }

#header a.fa { position: absolute; display: block; right: 2%; top: 20px; color: #fff; font-size: 20px; }


.main .container { margin-top: 30px; }
.main .container .wrapper { box-sizing: border-box; padding: 10px;   }

.container { box-sizing: border-box; padding: 0 2%; }
.container { width: 100%; max-width: 600px; box-sizing: border-box; padding: 10px 10px 50px; background: rgba(255,255,255,0.9); position: fixed; bottom: 0;  height: calc(100vh - 330px); left: 50%; margin-left: -300px; }
.container .wrapper { width: 100%; height: 100%; overflow-y: scroll; box-sizing: border-box; padding: 0 15px; }
.container .wrapper::-webkit-scrollbar{ width: 7px; }
.container .wrapper::-webkit-scrollbar-track { background-color:#ccc; border-radius: 10px; width: 7px; }
.container .wrapper::-webkit-scrollbar-thumb { background-color:#ffffff;border-radius: 10px; width: 7px;}
.container .wrapper::-webkit-scrollbar-thumb:hover {background: #666;}
.container .wrapper::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display: none; }


.container #nav { position: absolute; right: 0; top: -30px; display: flex; justify-content: flex-end; }
.container #nav a { display: block; margin-left: 25px; font-size: 1em; font-weight: 500; color: rgba(255,255,255,0.8); }

#container_title { margin: 15px 0 10px; }
#container_title span{ color: #252525; }


body.mainContent { height: auto; overflow-y: scroll;  }
.mainContent .container { width: 100%; box-sizing: border-box; padding: 0;  position: relative;  left: 0; bottom: 0; height: auto; margin: 0 auto; background: none; max-width: 400px; }
.mainContent .container .wrapper { overflow: auto; padding: 0; }

.mainContent #footer { position: static; color: #fff; margin: 10px auto 10px;}

.pjList { margin-top: 20px; }
.pjList li { width: 100%; max-width: 400px; margin: 0 auto 20px;}
.pjList li a { display: flex; justify-content: flex-end; flex-direction: row-reverse; box-sizing: border-box; padding: 10px 15px; position: relative; overflow: hidden; transition: 0.5s; background: rgba(0,0,0,0.8); color: #fff; }

.pjList h3 { font-weight: 500; font-size: 16px;  box-sizing: border-box; word-break: keep-all; padding: 0 10px; }
.pjList h3 .fa { display: inline-block; color: #fff; font-size: 16px; padding-right: 5px; }
.pjList .author { width: 80px; padding: 0 15px; display: block; font-size: 16px; line-height: 25px; text-align: center; }
.pjList .type { display: block; width: 50px; letter-spacing: 0; font-size: 14px; line-height: 25px; position: relative; }
.pjList .type::after { content: '|'; position: absolute; display: block; font-size: 15px; right: -7px; top: 0px; color: #888; }




#bo_v_info .profile_info { display: block; width: 100%; margin: 0 0 30px; padding-bottom: 30px; border-bottom: 1px solid #ccc; }

#bo_v_con i { font-style: italic; }


#footer { font-size: 13px; text-align: center; padding: 20px 15px; position: fixed; bottom: 0; left: 0; width: 100%; }



#pw_confirm.mbskin h1 { color: #fff; font-size: 1.5em; }
#pw_confirm.mbskin p { padding: 20px 30px; border: 0; }
#pw_confirm.mbskin p strong { color: #ff0000; display: block;  margin: 0 auto 30px; text-align: center; }
#pw_confirm.mbskin p a { padding: 5px 10px; background: #333; font-size: 0.875em; color: #fff; border-radius: 5px; }

#pw_confirm.mbskin form .btn_submit { background: #ffcc00; color: #242424; font-size: 1em; height: 40px; }


.epilogue li { box-sizing: border-box; padding: 30px; background: rgba(0,0,0,0.8); margin-bottom: 20px; position: relative; }
.epilogue li h4 { color: #fff; font-weight: 500; font-size: 1.25em; margin-bottom: 30px;  }
.epilogue li div { text-align: justify; word-break: keep-all; color: #ccc; }
.epilogue li p { margin-bottom: 7px; font-size: 0.95em; line-height: 1.6; text-align: justify; color: rgba(255,255,255,0.6); }
.epilogue li a { position: absolute; right: 30px; top: 30px; padding: 5px 10px; border-radius: 100px; border: 1px solid #fff; letter-spacing: 0; font-size: 14px; line-height: 1; color: #fff; }




#bo_v_con iframe { width: 100%; height: 428px; }


.returnTop { border-radius:4px; position:fixed; right:5%; bottom:40px; z-index:9999;  width:45px; height:45px; color: rgba(255,255,255,0.8); transition:all 0.3s; padding: 10px; box-sizing: border-box; background: rgba(0,0,0,0.6); }
.returnTop.fa { font-size: 30px; display:block; line-height: 37px; }
a.returnTop:hover {background-color:rgba(146,174,113,0.8);}



@media all and (min-width: 800px) {

    .epilogue li a:hover { background-color: #fff; color: #242424; }
    
}


@media all and (max-width: 600px) {
    body { height: auto; overflow-y: auto; }
    .container { width: 100%; box-sizing: border-box; padding: 0 2%;  position: static; bottom: 0; height: auto; margin: 0; background: none; }
    .container .wrapper { overflow: auto; background: rgba(255,255,255,0.9); }
    
    body.mainContent { height: auto; overflow-y: scroll;  }
    .mainContent .container { width: 100%; box-sizing: border-box; padding: 0;  position: relative;  left: 0; bottom: 0; height: auto; margin: 0 auto; background: none; max-width: 400px; }
    .mainContent .container .wrapper { overflow: auto; padding: 0; background: none; }

    .mainContent #footer { position: static; color: #fff; margin: 10px auto 10px;}


    
    
    #footer { position: static; color: #fff; margin: 10px auto 10px;}
    
    .pjList li { width: 94%; margin: 0 auto 20px;}
    .pjList li a.on { background: #fff; }
    .pjList a.on h3 { color: #242424; }
    .pjList a.on .author { color: #242424; }
    .pjList li a.on .type { color: #242424}
    
    #bo_v { padding: 50px 10px 100px; }
    #bo_v_con { padding: 0;}
    #bo_v_con p { font-family: 'Eulyoo1945';}
}

@media all and (max-width: 400px) {    
    
}


