@charset "utf-8";

/* **** reset **** */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header, hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video, input {margin:0; padding:0; border:0; font-size:100%;}
a, a:visited {margin:0; padding:0; font-size:100%;text-decoration:none;color:black;}
a:hover {text-decoration:underline;}
body{line-height:1;-webkit-text-size-adjust: none; -ms-text-size-adjust: none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
fieldset, img, abbr, acronym {border:0 none;}
ol, ul { list-style:none; }
table {border-collapse: separate; border-spacing:0; border:0 none;}
caption, th, td {text-align:left; font-weight: normal; border:0;}
caption {visibility:hidden; font-size:0; width:1; height:1; line-height:0}
address, caption, strong, em, cite {font-weight:normal; font-style:normal;}
ins { text-decoration:none; }
del { text-decoration:line-through;}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }
hr { display:none; }
.clearfix:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
.clearfix {display: inline-block;}
label, input, select{vertical-align:middle;}
textarea {overflow: auto; vertical-align:top;}
img {vertical-align:top; border: 0 none; -ms-interpolation-mode: bicubic;}
.hid {font-size:0; line-height:0; width:1px; height:1px; overflow:hidden; position:absolute; border: 0; clip: rect(0 0 0 0); margin: -1px; padding: 0;}
[hidden] {display: none;}

mark {background-color:#ff9;color:#000; font-style:italic; font-weight:bold;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption { display: block }
audio,c anvas, video {display: inline-block; *display: inline;  *zoom: 1;}
nav ul {list-style:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0 none;padding: 0;margin:0;}
button {padding: 0;margin: 0;border:none;background:none;outline:none;cursor:pointer;overflow:visible;vertical-align:middle;}
button[disabled], input[disabled] {cursor: default;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; *height:13px; *width: 13px;}
svg:not(:root) {overflow: hidden;}

/* **** common **** */
/* font */
@font-face{
	font-family: auction;
	src: url(fonts/auction.eot);
	src: local('※'), url(fonts/auction.woff) format('woff');
	font-style: normal;
	font-weight: normal;
}
/*
	html, body {font: normal bold 24px/1.3 "돋움", dotum, sans-serif;}
	font-style : normal, italic;
	font-weight: bold;
	font-size:12px;
	line-height:1.3;
	font-family: "돋움", dotum, sans-serif;

	*:first-child+html dd {}

	overflow: auto; -webkit-overflow-scrolling: touch; 추가
	.txt {height: 140px;overflow-y: auto;overflow-x: hidden;border:1px #d5d5d5 solid;overflow: auto; -webkit-overflow-scrolling: touch;}

	p {text-shadow: 2px 2px 2px #7c050a;}
	p {box-shadow: 5px 5px 15px #323232;}

	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;

	word-break: break-all;
*/
html, body {width:100%; height:100%; font-size:14px; line-height:1em;
font-family:AppleSDGothicNeo-Light, "돋움", Dotum, "굴림", Gulim, Helvetica, Arial, HelveticaNeue-Light, sans-serif-light, AppleGothic, sans-serif;
-webkit-text-size-adjust: none; -ms-text-size-adjust: none;
}

/* 텍스트 정렬 */
.tac {text-align:center !important;}
.tal {text-align:left !important;}
.tar {text-align:right !important;}
.b {font-weight:bold !important;}
.vat {vertical-align: top !important;}
.lts1 {letter-spacing: -1px;}

/* 포인트 컬러 */
.red {color:#000 !important;}
.blue {color:#000 !important;}
.bk {color:#000 !important;}
.gr {color:#000 !important;}

/* bold */
.b {font-weight:bold;}

/* float */
.fl {float:left !important;}
.fr {float:right !important;}
.fn {float:none !important;}
.cl {clear:both !important;}

/* margin */
.m0 {margin:0 !important;}

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}

.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}

.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}

/* padding */
.p0 {padding:0 !important;}

.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}

.pr0 {padding-right:0 !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}

.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:14px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}

.pl0 {padding-left:0px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}

#boxradius {border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.boxradius {border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
/*
border-radius: 15px 50px 30px 5px;
border-radius: 15px 50px 30px;
border-radius: 15px 50px;
*/

/* border */
.bdtn {border-top:none !important;}
.bbn {border-bottom:none !important;}
.bln {border-left:none !important;}
.brn {border-right:none !important;}

/* 라인 */
.line01 {clear:both;width:100%;border-bottom:1px #e2e2e2 solid;}

/* 인풋 */
.ip01 {border:1px #e2e2e2 solid;height:15px;line-height:15px;font-family:"맑은고딕", Malgun Gothic, malgun;font-size:13px;color:#666;/*border-radius:0px 0px; 모바일 라운드 삭제*//*-webkit-appearance:none; 폼요소 기본 스타일 삭제*/}
.ip02 {border:1px #e2e2e2 solid;height:15px;line-height:15px;font-family:"맑은고딕", Malgun Gothic, malgun;font-size:13px;text-align:center;color:#666;}
.sel01 {border:1px #e2e2e2 solid;height:15px;line-height:15px;font-family:"맑은고딕", Malgun Gothic, malgun;font-size:13px;color:#666;}
textarea.txta01 {border:1px #e2e2e2 solid;padding:10px 0 10px 10px;font-family:"맑은고딕", Malgun Gothic, malgun;font-size:13px;color:#666;}

/*아이콘*/
/*<span class="icon tel"><span class="ico"></span>054-783-0811~3</span>*/
.icon {position: relative;}
.icon > .ico {display: inline-block;position: absolute;top: 0;left: 0;background:url(images/ico.png) no-repeat;}

.icon.tel {padding:0 0 0 25px;}
.icon.tel > .ico {top: 2px;width: 40px;height: 40px;background-position: 0 0;}

.icon.fax {padding:5px 0 0 25px;}
.icon.fax > .ico {top: 7px;width: 18px;height: 18px;background-position: -33px -60px;}

input[type="file"] {*filter: alpha(opacity=0);}
div.btn_file {position:relative;overflow:hidden;}
div.btn_file input.file_text {float:left;display:inline-block;height:25px;line-height:25px;}
div.btn_file .button {float:right;display:inline-block;margin-left:10px;}
div.btn_file div.file {position:absolute;top:0;right:0;overflow:hidden;width:80px;height:25px;cursor:pointer; cursor:hand;}
*:first-child+html div.btn_file div.file {z-index: 1;}
div.btn_file div.file input.up_file {font-size:20px;background:none;font-size:50px;width:80px;height:27px;opacity:0;*filter:alpha(opacity=0);cursor:pointer; cursor:hand;}

/*미디어쿼리 */
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}