@charset "utf-8";
/* default */
* { padding:0; margin:0; border:0; }
ul, ol, dl { list-style: none; clear:both; }
img { vertical-align:top; border:0;}
a { text-decoration: none; }
body { font-size:1.2em; -webkit-text-size-adjust:none; font-family:helvetica; }

/* logo style */
#header { margin:0 auto; width:480px; }

/* menu style */
#gnb { background:url(/mobile/img/menu_bg.jpg) repeat-x 0 0px; text-align:center}
#gnb ul { margin:0 auto; width:480px;}
#gnb ul li {display: inline; }
#gnb .line {padding:0 10px 0 10px}

/* banner style */
#m_b {margin:0 auto; width:480px;}
#btm {background:url(/mobile/img/btm_bg.png) repeat-x 0 0px; }
#btm p {margin:0 auto; width:480px;}

/* fast style */
#fast {margin:0 auto; text-align:center; width:480px;}
#fast ul { margin:0 auto; width:480px;}
.txt01 { width:165px; height:32px; padding:10px 0 10px 0; float:left; }
.txt02 { width:315px; height:32px; padding:10px 0 10px 165px; text-align:left;}
.input01 { width:280px; height:30px; border:2px solid #d3d3d3}
.tdselect { width:280px; height:30px; border:2px solid #d3d3d3}
.input03 { width:79px; height:30px; border:2px solid #d3d3d3}
textarea { border:1px solid #d3d3d3}

/* title style */
#title {margin:0 auto; width:480px; padding-top:10px}



/* ¾ÆÀÌÆù(¾ÆÀÌÆÌ, 3G, 4G, ¾ÆÀÌÆù5) ¹Ìµð¾îÄõ¸® */
@media only screen
and (min-width : 320px)
and (max-width : 320px) {

#header { margin:0 auto; width:480px; }

/* menu style */
#gnb { background:url(/mobile/img/menu_bg.png) repeat-x 0 0px; text-align:center}
#gnb ul { margin:0 auto; width:480px;}
#gnb ul li {display: inline; float:left }
#gnb .line {padding:0}

/* banner style */
#m_b {margin:0 auto; width:480px;}
#m_b img{480px}
#btm {background:url(/mobile/img/btm_bg.png) repeat-x 0 0px; }
#btm p {margin:0 auto; width:480px;}
#btm img {480px}
/* fast style */
#fast {text-align:center}
#fast ul { margin:0 auto; width:480px;}
.txt01 { width:165px; height:32px; padding:10px 0 10px 0; float:left; }
.txt02 { width:315px; height:32px; padding:10px 0 10px 165px; text-align:left;}
.input01 { width:280px; height:30px; border:2px solid #d3d3d3}
.tdselect { width:280px; height:30px; border:2px solid #d3d3d3}
.input03 { width:79px; height:30px; border:2px solid #d3d3d3}
textarea { border:1px solid #d3d3d3}

/* title style */
#title {margin:0 auto; width:480px; padding-top:10px}

}