/*
copyright(c) 상상너머·원데이넷 all rights reserved.
허용된 라이센스이외 무단도용재배포를 금합니다.
*/

@charset "utf-8";


/* ●●●●●●●●●● 기본설정 */

body {margin:0;padding:0; background:#dee0e6; max-width:100% !important; margin:0 auto; padding-top:30px; box-sizing:border-box;}

::-webkit-scrollbar {width: 0; height: 0; background:#000}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height:10px; background:#000}
::-webkit-scrollbar-track {background:#000; -webkit-border-radius: 100px; border-radius:100px;}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background:#000; -webkit-border-radius: 100px; border-radius: 100px;}


.logo {margin:20px; text-align:center; color:#fff; font-size:30px; font-weight:600; background:transparent url('logo.png') center top no-repeat; background-size:60px; padding-top:70px}
.sian {margin:10px 20px;}
.sian a {text-decoration:none; display:block; color:#fff; background:#333; padding:5px 10px; margin:10px 0; }
.footer {margin:0 10px; text-align:center; color:#999; font-size:12px;}


.phone_box {margin:30px auto 0 auto; width:512px; height:860px; background:transparent url('bg.png') center top no-repeat; position:relative; overflow:hidden;}
.phone_box .design {width:366px; height:617px; display:block; overflow:auto; margin:95px 0 0 67px}
.phone_box .design img {width:100%;}


/* wide */
@media screen and (max-width:1000px) {
	body{background:#fff;}
	.phone_box {margin:0; width:100%; height:auto; background:none; position:relative; overflow:hidden;}
	.phone_box .design {width:100%; height:auto; display:block; overflow:visible; margin:0}
	.footer {display:none;}
}
