@charset "UTF-8";      

html, body {height:100%;overflow:hidden;margin:0px;font-size:14px;}	
input[type=text], 
input[type=password], 
input[type=tel], 
input[type=radio], 
input[type=checkbox], 
input[type=email],    
textarea{font-size:1rem;width:96%;border:0;padding:10px;}	

@media screen and (max-width:100000px){
    :root {
        --minwidth      :   680px;       
        --halfminwidth  :   -340px;      
        --popuptitlealign   :   right; 
        --marginleft    :   200px; 
    }
    ._MOBILE_MENU_FRAME  { display:none } 
    ._MOBILE_MENU_SECTION{ display:none }        
}

@media screen and (max-width:1024px){
    :root {
        --minwidth      :   680px;       
        --halfminwidth  :   -340px;       
        --popuptitlealign  :   left; 
    }
}

@media screen and (max-width:800px){
    :root {
        --minwidth      :   340px;       
        --halfminwidth  :   -170px;       
        --marginleft    :   0; 
    }
}

@media screen and (max-width:360px){
    :root {
        --minwidth      :   340px;       
        --halfminwidth  :   -170px;       
    }
}

:root {
 	--bg-image-color: linear-gradient(to right,#A0C9E9,#A0C9E9);
 	--bg-color: #A0C9E9;
 	--border-color: #A0C9E9;
  --g2SimpleSearch2FrameWidth	:	100.05%;
 	--g2gridsimplesearchtitle : 80px;
 	--g2gridsimplesearchfield : 140px;
}

/* 로그인 */
._ONLY_SECTION{width:var(--minwidth);left:50%;top:50%;position:absolute;transform:translateX(-50%) translateY(-50%);}

/* 메인 */
._MENU_SECTION{display:block;position:fixed;left:4px;top:4px;bottom:0px;width:200px;}
._MENU_SECTION:before{content:"대량구매";}

._MAIN_FRAME{margin-left:var(--marginleft);display:grid;grid-template-rows:9.9fr 0.1fr;height:100%;padding:0;/* display:-ms-grid;-ms-grid-rows:0.4fr 9.5fr 0.1fr; */}
._MENU_SECTION div{line-height:30px}
._MAIN_SECTION{overflow:auto;padding:40px 20px 20px 20px}
._FOOTER_SECTION{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;}


@media screen and (max-width:800px){
    ._MENU_SECTION { display:none }   
    ._MOBILE_MENU_FRAME  { display:block }         
}
