@charset "euc-kr";
/* ------------------------------------------------------------
 * Name      : introduce.css
 * Desc       : SK portal
 * Created   : 2010/07/14 PentaBreed by amy
 * Updated  :
 ------------------------------------------------------------ */


.resize3 { width: expression((this.width > 669)? ((this.height > 400)? ((this.width < this.height)? true : 669) : 400) :true); height: expression((this.height > 400)? ((this.width > 669)? ((this.width > this.height)? true : 669) : 400) :true); max-width: 669px; max-height: 400px;}
 

