@charset "utf-8";

body,html {padding:0;margin:0;font-size:12px;font-family: 'Noto Sans KR', sans-serif;background:#ffffff;}
input,select,textarea {font-size:12px;font-family: 'Noto Sans KR', sans-serif;}
img,p {border:0;margin:0;padding:0;}
form {display:inline;margin:0;padding:0;}
select {font-size:12px;font-family:dotum;}
label {cursor:pointer;}
a {text-decoration:none;color:#000;}
a:hover {color:#e60013;}

*{text-decoration:none; font-family: 'Noto Sans KR', sans-serif;}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,form, fieldset, input, textarea, blockquote, th, td {  
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;  
list-style-type: none;  
 }

body::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

body::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #4eceda; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}

img{border:0; vertical-align:middle;}
img.btn{vertical-align:middle;cursor:pointer;}
a img{vertical-align:middle;}

.clear {
	clear: both;
}

.main_logo { position:fixed; width:103px; height:156px; margin-left:50%; top:0; left:-51px; z-index:9999999;}

.navi_wrap { position:relative; width:100%; height:156px;}
.head_wrap { position:relative; margin:0 auto; width:1000px;}

.navi_head { position:fixed; top:0; width:100%; color:#ffffff; height:107px; background:url('./image/navi_bg.png') repeat-x ; overflow:hidden; z-index:999999; }
.navi_head a { color:#ffffff; }
.navi_head .logo { position:absolute; margin-left:50%; top:0; left:-73px; z-index:999;}
.navi_head .logo img { display:block; }
.navi_head .menus { position:relative; margin-left:0px; width:1000px; overflow:hidden; font-size:15px; }
.navi_head .menus ul { overflow:hidden; }
.navi_head .menus .depth1 { float:left; height:500px; text-align:center; 
			-webkit-transition: background-color 200ms;
			-moz-transition: background-color 200ms;
			transition: background-color 200ms;
		}
.navi_head .menus .depth5 { float:left; height:80px; text-align:center; }
.navi_head .menus .dp1 { position:relative; margin:0; display:block; height:107px; line-height:107px;}
.navi_head .menus .dp1 .tit { display:block; padding:0; font-size:19px;  font-weight:500; font-family: 'Noto Sans KR', sans-serif; color:#ffffff; }
.navi_head .menus .dp2 .tit { display:block; padding:0; font-size:19px;  font-weight:500; font-family: 'Noto Sans KR', sans-serif; color:#ffffff; }
.navi_head .menus .depth2 { margin-top:50px; }
.navi_head .menus .depth2 li {line-height:120%;margin-bottom:15px; }
.navi_head .menus .depth2 li a { display:block; height:100%;text-align:center;color:#ded4d5;}
.navi_head .menus .depth2 li a:hover { color:#ffffff; }
.navi_head .menus .depth2 .icon { display:inline-block; margin-right:8px; width:15px; height:14px; overflow:hidden; vertical-align:middle; }
	
.navi_head .menus .depth1.id_shop { width:99px; }
.navi_head .menus .depth1.id_shop .dp1 .tit { padding-left:10px; }
.navi_head .menus .depth1.id_shop .depth2 li a { padding-left:10px; }
.navi_head .menus .depth1.selected { }
.navi_head .menus .depth1.selected .dp1 .tit { color:#fddce4; }
.navi_head .menus .depth1.selected .selected { color:#fddce4; }

.navi_head.open .menus .depth1.selected { background-color:transparent; }
.navi_head.open .menus .depth1.selected .dp1 .tit { color:#fddce4; }
.navi_head.open .menus .depth1:hover { background:url('') #191919 center top no-repeat ; }
.navi_head.open .menus .depth1:hover .dp1 .tit { color:#fddce4 }


.right_navi_wrap {position: fixed;width:130px;z-index:9999; top: 200px; right: 30px;}
.right_navi_wrap .tel {float:left;height:350px;padding:0;margin-bottom:20px;}
.right_navi_wrap .qa {float:left;height:127px;padding:0;margin-bottom:20px;}
.right_navi_wrap .toTop {height:69px;padding:0;margin-bottom:20px;text-align:center; }
.right_navi_wrap ul {padding:0;margin:0;}
.right_navi_wrap li {float:left;width:100px;height:50px;padding:0;margin-bottom:10px;}
.right_navi_wrap li a {}
.right_navi_wrap li a:hover {opacity:0.8;}


#footer_wrap {width:100%;height:150px;margin:0;padding:0;background:url('')#222222 center center no-repeat;}
#footer_wrap .foot_cont {width:1200px;height:150px;margin:0 auto;padding:0;}
#footer_wrap .foot_cont .logo{ float:left;width:302px;margin:0 50px 0 0;padding:25px 0 0 0;}
#footer_wrap .foot_cont .copy{float:left; width:1200px;margin:0;padding:35px 0 0 0;text-align:center;font-size:15px; line-height:160%; font-family: 'Noto Sans KR', sans-serif;color:#b7b7b7; }
#footer_wrap .foot_cont .copy .cp {padding-top:0;color:#888;font-size:12px;line-height:30px; }
#footer_wrap .foot_cont .copy .admin {margin-left:20px;color:#666; }
#footer_wrap .foot_cont .copy .admin a{font-size:11px; font-family:arial; color:#777; }