#top_menu, #top_menu * {
    -webkit-box-sizing:border-box;
}

.noscroll {
    overflow: hidden;
}

.page {
    /*overflow-x: hidden;*/
    width: 100vw;
}

#CLOSE {
    transition: all 0.3s;
}

#CLOSE.hide {
    visibility: hidden;
    right: 0;
    transition: all 0s;
}

#top_menu {
    position: fixed;
    left: 35%;
    overflow-y: scroll;
    height: 100vh;
    transition: all 0.3s;
}

#top_menu.hide {
    left: 100%;
    transition: all 0.3s;
    display: block !important;
}

#top_menu .MENU_BG .T_BAR {
	margin-top: 0;
	text-indent: 0;
}

#top_menu .T_BAR p{
    font-size: 1em;
    line-height: 40px;
}

#top_menu .MEMBER_INFOR p {
    font-size: 1em;
    line-height: 1.6em;
}

#top_menu .MENU_BG .top_menu_LIST_ICON{
	display:inline-block;
	width:33px;
	height:33px;
	background-size:31px 31px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:-10px;
	margin-right:2px;
	}

#top_menu .MENU_BG .PR_SERVICE li.bottom-padding {
    height: 90px;
}

#ALL {
    left: 0;
    transition: all 0.3s;
    position: relative;
}

#ALL.hide {
    left: -65%;
    transition: all 0.3s;
    display: block !important;
}

#ALL .BLACK {
    position: fixed;
    visibility: hidden;
    margin-top: -50vh;
    max-height: 200vh;
    height: 200vh;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s;
}

#top_menu_BLACK.BLACK {
    display: block !important;
}

#ALL.hide .BLACK {
    visibility: visible;
    opacity: 0.7;
    transition: all 0.3s;
}

/*#top_menu .MENU_BG {
    width: 80vw;
}*/

#ALL #header {
    left: 0;
    transition: all 0.3s;
}

#ALL.hide #header {
    left: -65%;
    transition: all 0.3s;
}

#ALL .CHANG {
    margin-top: 45px !important;
}

#ALL .BACK_to_top,
#ALL .BACK_top,
#ALL .LIST_ICON {
    /*display: hidden;*/
    left: -10000px;
}

#ALL #float_icon .BACK_top,
#ALL #float_icon .LIST_ICON {
    left: auto;
    background-color: transparent;
}

#ALL #float_icon .BACK_top a,
#ALL #float_icon .LIST_ICON a {
    opacity: 0.3;
}

#ALL .LIST_ICON02 {
	left: initial;
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index: 999;
	background-color: #743c1b;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.6;
}

#ALL .LIST_ICON02 a{
    display: block;
    width: 40px;
    height: 40px;
}

/* fix www header top margin */
#h_head_1 {
    margin-top: 45px;
}

.PC #h_head_1 {
    margin-top: 0;
}

/* increase footer top margin */

/*
#ALL {
    min-height: calc(100vh - 45px);
    padding-bottom: 95px;
}

#footer {
    bottom: 0;
    position: absolute;
}
*/

.footer-clearfix {
	height: 20px;
}

.POP, .POP * {
	box-sizing: border-box;
}
