button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
 
.ct-btn {
    display: inline-block;
    margin: 5px 1;
    padding: .5em .75em;
	border-radius: .25em;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background: transparent;
    outline: 0;
    vertical-align: middle;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer
}


.en-01 {
 font-family: ³ª´®°íµñ,"nanumgothic", nanumgothic, '¸¼Àº °íµñ', 'Malgun Gothic',"Apple SD Gothic Neo", µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif; 
    padding: 0 2em;
	font-size: 12px;
    color:#808080;
    font-weight: 400;
    line-height: 31px;


}

.en-001 {
 font-family: ³ª´®°íµñ,"nanumgothic", nanumgothic, '¸¼Àº °íµñ', 'Malgun Gothic',"Apple SD Gothic Neo", µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif; 
	font-size: 12px;
    color:#808080;
    font-weight: 400;
    line-height: 31px;


}

.en-02 {
 font-family: ³ª´®°íµñ,"nanumgothic", nanumgothic, '¸¼Àº °íµñ', 'Malgun Gothic',"Apple SD Gothic Neo", µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif; 
    padding: 0 2em;
	font-size: 11px;
    color:#808080;
    font-weight: 400;
    line-height: 20px;


}

.en-03 {
 font-family: ³ª´®°íµñ,"nanumgothic", nanumgothic, '¸¼Àº °íµñ', 'Malgun Gothic',"Apple SD Gothic Neo", µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif; 
    padding: 0 1em;
	font-size: 12px;
    color:#808080;
    font-weight: 400;
    line-height: 66px;


}

.en-p {
 font-family: ³ª´®°íµñ,"nanumgothic", nanumgothic, '¸¼Àº °íµñ', 'Malgun Gothic',"Apple SD Gothic Neo", µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif; 
    padding:6 8 6 8;
	font-size: 8px;
	background: #fff;
    color:black;
    font-weight: 500;
    line-height: 7px;
}

.en-b {
 font-family: ³ª´®°íµñ,"nanumgothic", nanumgothic, '¸¼Àº °íµñ', 'Malgun Gothic',"Apple SD Gothic Neo", µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif; 
	font-weight:400;
    padding:4 10 4 9;
	font-size: 13px;
	background: #fff;
    color:#808080;
}

.ct-btn.white {
    color: #666;
    border: 1px solid #ebebeb;
    border-bottom-color: #c6c6c6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 40%, #f6f6f6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ) chroma(color=#000000);/*IE*/

}

.ct-btn.white,
.ct-btn.white:link,
.ct-btn.white:visited {
    color: #666;
    border: 1px solid #ebebeb;
    border-bottom-color: #c6c6c6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 95%, #f6f6f6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ) chroma(color=#000000);/*IE*/
}

 
.ct-btn.b,
.ct-btn.b:link,
.ct-btn.b:visited {
    color: #666;
    border: 1px solid #ebebeb;
    border-bottom-color: #c6c6c6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
    background: #00CACA;
    background: linear-gradient(to bottom, #ffffff 75%, #f6f6f6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ) chroma(color=#000000);/*IE*/
}


/* ¸¶¿ì½º¿À¹ö */
.ct-btn.white:focus,
.ct-btn.white:hover {
    font-weight: 400;
    white-space: nowrap;
    color: black;
    background: #f4f4f4;
    background: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 ) chroma(color=#000000);/*IE*/
}
 
/* ´­·ÁÁ³°Å³ª ¼±ÅÃ µÈ »óÈ² */
.ct-btn.white:active,
.ct-btn.white.active {
    text-shadow: 0 1px 0px #fff;
    border-color: #ebebeb;
    border-top-color: #ddd;
    background: #f4f4f4;
    box-shadow: none
}

 *:focus { outline:none; }

input[type=submit], input[type=reset], input[type=button] {
  filter:chroma(color=#000000);
}


.btn {
 width: 100px; 
 height: 30px;
 border-radius:3px; 
 border: 1px solid #bbbbbb;
 background: linear-gradient(#f1f1f1 0%, #ffffff 2px,  #eeeeee 100%);
 outline:none;
}

.btn:hover{
 border: 1px solid #aaaaaa;
 background: linear-gradient(#cccccc 0%, #f1f1f1 2px,  #e1e1e1 100%);
}

.btn:active{
 border: 1px solid #999999;
 background: linear-gradient(#bbbbbb 0%, #e1e1e1 2px,  #d1d1d1 100%);
}



.btn_g {
 display: inline-block;
 margin: 5px 1;
 padding: .5em .75em;
 border-radius: .25em;
 box-sizing: content-box;
 -moz-box-sizing: content-box;
 background: transparent;
 outline: 0;
 font-family: ³ª´®°íµñ,"nanumgothic", nanumgothic, '¸¼Àº °íµñ', 'Malgun Gothic',"Apple SD Gothic Neo", µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif; 
 padding: 0 2em;
 color:white;
 font-weight: 600;
 line-height: 33px;
 border-bottom-color: #c6c6c6;
 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
 background:#00CACA;
 outline:none;
}

.btn_g:hover{
 color:white;
 background: #00BBBB;
 border-bottom-color: #c6c6c6;
 box-shadow: 2 2px 4px rgba(0, 0, 0, 0.04);
}

.btn_g:active{
 color:white;
 -border: 1px solid #999999;
 background: #00CACA;
 border-bottom-color: #c6c6c6;
 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
}
