﻿@charset 'UTF-8';

/* Anchor */
*[data-anchor] { position:absolute; width:1px; height:1px; }
/* Text Shadow */
*[data-textshadow='black'] { text-shadow:0 1px 1px rgba(0, 0, 0, .9); }
/* Text Decoration */
*[data-decoration-cancel] { text-decoration:line-through; }
*[data-decoration-none] { text-decoration:none; }
*[data-decoration-underline] { text-decoration:underline; }
/* Disabled */
*[data-disabled] { color:#aaa; }
/* Display */
*[data-display='block'] { display:block; }
*[data-display='inline'] { display:inline; }
*[data-display='inlineblock'] { display:inline-block; }
*[data-display='none'] { display:none; }
/* Text Ellipsis */
*[data-ellipsis='true'] { word-wrap:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
/* Wrap */
*[data-wrap='nowrap'] { white-space:nowrap; }
/* Flex */
*[data-flex='true'] { display:flex; }
*[data-flex-align-items='center'] { align-items:center; }
*[data-flex-justify-content='center'] { justify-content:center; }
*[data-flex-auto-width='true'] { flex:1; }
/* Float */
*[data-float-left] { float:left; }
*[data-float-right] { float:right; }
/* Word Break */
*[data-word-break='break-all'] { word-break:break-all; }
*[data-word-break='keep-all'] { word-break:keep-all; }
/* Opacity */
*[data-opacity='00'] { opacity:0; }
*[data-opacity='01'] { opacity:.1; }
*[data-opacity='02'] { opacity:.2; }
*[data-opacity='03'] { opacity:.3; }
*[data-opacity='04'] { opacity:.4; }
*[data-opacity='05'] { opacity:.5; }
*[data-opacity='06'] { opacity:.6; }
*[data-opacity='07'] { opacity:.7; }
*[data-opacity='08'] { opacity:.8; }
*[data-opacity='09'] { opacity:.9; }
*[data-opacity='10'] { opacity:1; }
/* Font Style */
*[data-fontstyle-italic] { font-style:italic; }
*[data-fontstyle-normal] { font-style:normal; }
/* Accessibility */
*[data-hide='true'] { position:absolute !important; top:-999999px !important; left:0 !important; }
/* List */
*[data-list='none'] { list-style:none; }
*[data-list='inside'] { list-style-position:inside; text-indent:-1.25em; margin-left:1.25em; }
*[data-list='outside'] { list-style-position:outside; }
/* Overflow */
*[data-overflow-auto] { overflow:auto; }
*[data-overflow-hidden] { overflow:hidden; }
*[data-overflow-scroll] { overflow:scroll; }
*[data-overflow-visible] { overflow:visible; }
/* Position */
*[data-position-absolute] { position:absolute; }
*[data-position-fixed] { position:fixed; }
*[data-position-relative] { position:relative; }
/* Table Layout */
*[data-tablelayout-fixed] { table-layout:fixed; }
/* Align */
*[data-align='center'] { text-align:center !important; }
*[data-align='justify'] { text-align:justify !important; }
*[data-align='left'] { text-align:left !important; }
*[data-align='right'] { text-align:right !important; }
/* Vertical Align */
*[data-valign='bottom'] { vertical-align:bottom; }
*[data-valign='middle'] { vertical-align:middle; }
*[data-valign='top'] { vertical-align:top; }
/* Z-Index */
*[data-zindex-roof] { z-index:99999; }
*[data-zindex-floor] { z-index:-1; }
/* Cursor */
*[data-cursor='auto'] { cursor:auto; }
*[data-cursor='crosshair'] { cursor:crosshair; }
*[data-cursor='default'] { cursor:default; }
*[data-cursor='e-resize'] { cursor:e-resize; }
*[data-cursor='help'] { cursor:help; }
*[data-cursor='move'] { cursor:move; }
*[data-cursor='n-resize'] { cursor:n-resize; }
*[data-cursor='ne-resize'] { cursor:ne-resize; }
*[data-cursor='nw-resize'] { cursor:nw-resize; }
*[data-cursor='pointer'] { cursor:pointer; }
*[data-cursor='s-resize'] { cursor:s-resize; }
*[data-cursor='se-resize'] { cursor:se-resize; }
*[data-cursor='sw-resize'] { cursor:sw-resize; }
*[data-cursor='text'] { cursor:text; }
*[data-cursor='w-resize'] { cursor:w-resize; }
*[data-cursor='wait'] { cursor:wait; }
/* Bold */
*[data-weight='normal'] { font-weight:normal; }
*[data-weight='bold'] { font-weight:bold; }
/* Ratio */
/* Ratio */
*[data-ratio='21x9'] { padding-bottom:42.8571%; }
*[data-ratio='16x10'] { padding-bottom:62.50%; }
*[data-ratio='16x9'] { padding-bottom:56.25%; }
*[data-ratio='8x5'] { padding-bottom:62.5%; }
*[data-ratio='6x5'] { padding-bottom:83.3%; }
*[data-ratio='6x4'] { padding-bottom:66.6%; }
*[data-ratio='4x3'] { padding-bottom:75%; }
*[data-ratio='3x2'] { padding-bottom:66.66%; }
*[data-ratio='2x1'] { padding-bottom:50%; }
*[data-ratio='1x2'] { padding-bottom:200%; }
*[data-ratio='1x1'] { padding-bottom:100%; }
*[data-ratio='a4'] { padding-bottom:141.4%; }
/* Ratio Fixed Image */
*[data-ratio][data-ratio-fiximg] { position:relative; overflow:hidden; }
*[data-ratio][data-ratio-fiximg] a { width:100%; height:100%; display:block; position:absolute; top:0; left:0; right:0; bottom:0; }
*[data-ratio][data-ratio-fiximg] img,
*[data-ratio][data-ratio-fiximg] svg { width:100%; height:auto; position:absolute; top:50%; transform:translateY(-50%); }
*[data-ratio][data-ratio-fiximg] [data-ratio-center] { width:100%; position:absolute; margin:auto; top:0; left:0; right:0; bottom:0; }
/* Letter Spacing */
*[data-letterspacing] { letter-spacing:-1px; }
/* SVG */
*[data-svg] { width:100%; position:relative; padding-bottom:100%; overflow:hidden; }
*[data-svg] svg { width:100%; height:100%; display:block; position:absolute; top:0; left:0; }
/* Other */
*[data-full='response'] { min-width:0; width:100%; }
*[data-full='true'] { min-width:100% !important; width:100% !important; }
/* Input Size */
input[size='3'] { width:40px; }
input[size='4'] { width:60px; }
input[size='5'] { width:80px; }
input[size='6'] { width:100px; }
input[size='7'] { width:120px; }
input[size='8'] { width:140px; }