
*{ box-sizing: border-box;}

/* width */
::-webkit-scrollbar {width: 2.5px;}
/* Track */
::-webkit-scrollbar-track {	background: #f1f1f1; }			 
/* Handle */
::-webkit-scrollbar-thumb {background: #888; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #555; }

body {background: #363636;width:100%;height:100%;overflow:hidden;margin:0;scrollbar-3dLight-Color: #efefef;scrollbar-arrow-color: #dfdfdf;scrollbar-base-color: #efefef;scrollbar-Face-Color: #dfdfdf;scrollbar-Track-Color: #efefef;scrollbar-DarkShadow-Color: #efefef;scrollbar-Highlight-Color: #efefef;scrollbar-Shadow-Color: #efefef}
ul,li{ list-style:none;}
a{  text-decoration:none; color: inherit;}

	
#wrap_page {width: 100%; height: 100%; position: fixed; overflow: auto; }
.title {position:fixed;width:100%;height:60px;background:#1e1e1e;overflow: hidden;}
	
.logo .page {width: 95%;margin: auto;}
.logo .page .iconify {width:100%;height:100%;color:#e7141a;vertical-align:middle;}
.page a {display:inline-block;}
.page .hipage_pc {/* width:40px; */}
.page .hipage_ta {width:37px; height:33px;}
.page .hipage_mo {/* width:40px; */}
.page .hipage_back {width:35px; height:35px;}
.logo .page i {font-size:30px;color: #e82353;vertical-align:middle;display: block;margin: 6px auto;}
.logo .page a {color: #fff;text-transform: uppercase;font-size: 10.5px;letter-spacing: -0.5px;text-align: center;font-family: 'Pretendard-Regular';/* border: 1px solid; *//* border-top: none; *//* border-bottom: none; */padding: 3px 5px;width: 31%;}

.logo .page a.on {background: #e82353; color: #fff;}
.logo .page a.on i{color: #fff;}

.logo .page .page_txt{color: #fff;float: left;margin-left: 15px;margin-top: 17px;}
.logo .page .page_bt{display: block;float: right;width: 15%;}

.web {width:100%; height:100%; max-width:100%; max-height:100%; padding-top:60px;	transition:all 0.5s ease-in-out;}
.web iframe {width:100%; height:100%;}

.web.on1 {width:100%; max-width:100%; max-height:100%; margin:0 auto; transition:all 0.5s ease-in-out;}
/*web.on2 {width: 50%; margin:0 auto; max-width: 768px; max-height: 1024px;	transition:all 0.5s ease-in-out;}*/
.web.on3 {width: 30%;margin:0 auto;max-width: 450px;max-height: 736px;padding-top: 0%;padding: 13px 14px;position:relative;top: 11%;transition:all 0.5s ease-in-out;}


.menus {display: flex;position: absolute;}
.menu_box.on {left: 0; transition: 0.5s;}
.menu_box {position: fixed;top: 60px;left: -300px;z-index: 400;width: 300px;height: 100%;padding: 50px 20px;box-sizing: border-box;transition: right 0.3s ease-in-out;background-color: #f0f0f0; transition: 0.5s;}
.menu_box .menuList{padding: 0;}
.menu_box .menuList .listStyle {background: #e82353;color: #fff;font-family: 'Paperlogy-8ExtraBold';line-height: 2;margin-top: 20px;padding-left: 17px;opacity: 1;font-size: 16px;border-radius: 10px;}
.menu_box .menuList li {background: no-repeat;font-family: 'Pretendard-Regular';line-height: 2;opacity: 0.8;font-size: 15px;  transition: 0.5s;}
.menu_box .menuList li:last-child{color: #e60c41;}
.menu_box .menuList li:hover{opacity: 0.5; transition: 0.2s; color: #e82353;}

#menu_btn {z-index: 999;transition: all 0.3s ease-in-out;cursor: pointer;color: #fff;background: #e82353;padding: 19px 10px;margin: 0;width: 100%;}
#dimmed { position: fixed; top: 60px;  right: 0;   z-index: 300;  width: 100%; height: 100%;   background-color: rgba(0, 0, 0, 0.5);}


@media all and (max-width : 1450px){ 
	
	.menu_box{padding: 0 20px;}
	.menu_box .menuList li{font-size: 13px;}
	.menu_box .menuList .listStyle{font-size: 14px;}

}


@media all and (max-width : 1025px){ 
	
	.logo .page .page_txt{text-align: center; width: 100%; margin-left: 0;}
	.logo .page .page_bt{display: none;}

}