/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #fullDivision_VR
                { width             : 100%;             height              : auto;             font-family         : "nanum_square";   font-size           : min(1.7vw,22px);
                  display           : flex;             justify-content     : center;           align-items         : center;           flex-direction      : column;                  
                  position          : relative;         overflow            : hidden;           aspect-ratio        : 1920 / 600;       max-height          : 600px;
                  background-image  : url("../../../Image/vr_back.jpg");
                  background-size   : cover;
                  background-position : center;
                  background-repeat : no-repeat;}
                  
   #fullDivision_VR .topText
                { height            : 2.5em;}               
   #fullDivision_VR .textBox
                { width             : auto;             height              : auto;             display             : inline-flex;      align-items         : center;
                  justify-content   : center;           background          : #ffffffbf;        border-radius       : 12px;             padding             : 2em;
                  flex-direction    : column;}                            
   #fullDivision_VR .textBox .titWrap
                { width             : 100%;             height              : auto;             display             : flex;             align-items         : center;
                  justify-content   : center;           flex-direction      : column;}               
   #fullDivision_VR .textBox .titWrap img
                { height            : 2.5em;            opacity             : .5;}               
   #fullDivision_VR .textBox .titWrap .tit
                { line-height       : 1em;              font-size           : 1.2em;            margin-top          : 0.7em;}                
   #fullDivision_VR .textBox .titWrap .tit span
                { font-weight       : 800;              color               : #664024;          line-height         : inherit;}   
   #fullDivision_VR .textBox .text             
                { font-size         : 1em;              word-break          : keep-all;         margin              : 0.5em 0;          text-align          : center;}
   #fullDivision_VR .textBox .link
                { font-size         : 0.9em;            font-weight         : 700;              color               : #fff;             line-height         : 1em;
                  display           : inline-block;     position            : relative;         border-radius       : 17px;             background          : #0081ccbf;
                  cursor            : pointer;          padding             : 0.5em 2.5em;      transition          : .2s;} 
   #fullDivision_VR .textBox .link:hover
                { background        : #0080cb;          color               : #fff000;          transition          : .2s;}
   #fullDivision_VR .textBox .link img
                { position          : absolute;         top                 : 0%;              right               : 0;                transform           : translate(0,25%);
                  height            : 2em;}                          
                
                
                
                
                
@media (max-width : 1024px){ 
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #fullDivision_VR
                { font-size         : min(2vw,20px);  aspect-ratio        : unset;            padding             : 4em 2em;}
                
                
}                
                
                
@media (max-width : 640px){ 
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #fullDivision_VR
                { font-size         : min(3.5vw,16px);    padding             : 4em 1em;}
   #fullDivision_VR .textBox
                { padding           : 1.5em;}             
                
}                
                        