/*-------------------------------------
Reset
---------------------------------------*/
*           {margin: 0; padding: 0; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box;}
#banner *   {position: absolute;}
#banner br  {position: static;}
img         {border: none; width: 300px;}

/*-------------------------------------
Layout
---------------------------------------*/
#ad             {width: 300px; height: 250px; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;}
#banner         {position: absolute; display: block; width: 300px; height: 250px; overflow: hidden; cursor: pointer; visibility: hidden; background: #ffffff;}
.clicktag       {width: 100%; height: 100%; z-index: 10; cursor: pointer; background:transparent; border:1px solid rgba(0, 0, 0, .20);}
.clicktag img   {border: none; outline: none;}
#frame_one      {width: 100%; height: 250px; overflow: hidden;}

/*-------------------------------------
Banner Body
---------------------------------------*/
.bg_box         {width: 450px; height: 250px; overflow: hidden; transform-origin: top left;}
.bg             {width: 450px; left: -10px;}
.shadow         {mix-blend-mode: multiply;}
.white_box      {width: 100%; height: 98px; left: 0px; bottom: 0px; background: #fff; transform-origin: bottom;}
.box            {width: 198px; height: 124px; left: 0px; top: 0px; background: #f15d22; mix-blend-mode: multiply; transform-origin: bottom;}
.cta            {width: 300px; height: 22px; left: 0px; bottom: 0px; background: #f15d22; transform-origin: bottom;}
