@charset "utf-8";
/* CSS Document */

/* reset */
*{margin:0; padding:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
/* list */
ul,li,ol,dl,dt,dd{list-style:none;}
img,fieldset,iframe{border:0;}
/* hide */
.hide{font-size:0;width:0;height:0;line-height:0;position:absolute;text-indent:-9999px;visibility:hidden;}
hr{visibility:hidden;overflow:hidden;position:absolute;width:0;height:0;font-size:0;line-height:0;}
/* table form */
table{border-collapse:collapse; vertical-align:middle; }
caption{visibility:hidden;font-size:0;width:0;height:0;line-height:0;position:absolute;text-indent:-9999px; }
legend{visibility:hidden;font-size:0;width:0;height:0;line-height:0;position:absolute;text-indent:-9999px;}

body, table, td, input, select, form, textarea, div, p{font-family:'나눔고딕', 'Nanum Gothic', sans-serif; font-size:1em; color:#333; word-break:break-all;}
table{table-layout:fixed;}
td{word-break: break-all;}
strong{font-family:'Noto Sans Korean',sans-serif; font-weight:400;}

/* touch-action */
body{
	/* Keyword values */
	touch-action: auto;
	touch-action: none;
	touch-action: pan-x;
	touch-action: pan-left;
	touch-action: pan-right;
	touch-action: pan-y;
	touch-action: pan-up;
	touch-action: pan-down;
	touch-action: manipulation;
	/* Global values */
	touch-action: inherit;
	touch-action: initial;
	touch-action: unset;	
}

/***** point *****/
.blue{color:#0288d1 !important;}
.sky{color:#2196f3 !important;}
.red{color:#db4e4e !important;}
.gray{color:#ccc !important;}
.underbar{text-decoration:underline !important;}
.inblock{display:inline-block}

/***** heading *****/
h1,h2,h3{font-weight:500; font-family:'Noto Sans Korean',sans-serif;}
h4,h5,h6{font-weight:400; font-family:'Noto Sans Korean',sans-serif;}

/***** align *****/
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.valign_md{vertical-align:middle;}
/* 가변폭중앙정렬 */ .centered{display:table; margin-left:auto; margin-right:auto; }
.ft_left{float:left;}
.ft_right{float:right;}
.clearfix {clear:both; display:block; height:0;}
.clearfix:after{content:""; display: block; clear:both;}


/***** link *****/
a:link {text-decoration:none; color:#37474f;}
a:visited {text-decoration:none; color:#37474f;}
a:hover {color:#37474f; text-decoration:none;}
a:active {color:#37474f; text-decoration:none;}
a:focus {color:#37474f; text-decoration:none;}
a.blue:link {color:#0288d1 !important;}
a.red:link {color:#0288d1 !important;}

/***** form *****/
select, input, textarea{border:1px solid #efefef; vertical-align:middle;}
input[type="text"] {height:24px; padding:0 5px; line-height:24px; border:1px solid #dbdbdb; vertical-align:middle; font:normal 13px '나눔고딕','Nanum Gothic','돋움',sans-serif; color:#464646;} 
input[type="submit"] {font:normal 0.875em '나눔고딕','Nanum Gothic','돋움',sans-serif;}
textarea {font:normal 0.875em '나눔고딕','Nanum Gothic','돋움',sans-serif; color:#464646; border:1px solid #dbdbdb; padding:5px;}
input[type="file"] {cursor:pointer;}
select {font:normal 13px '나눔고딕','Nanum Gothic','돋움',sans-serif; color:#464646; border:1px solid #dbdbdb; padding:5px; cursor:pointer;}

/***** padding *****/
.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;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}

.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}
.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}
.pr50{padding-right:50px !important;}

.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}
.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}
.pl50{padding-left:50px !important;}
.pl60{padding-left:60px !important;}
.pl70{padding-left:70px !important;}

/***** margin *****/
.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;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !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;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !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;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}
.ml80{margin-left:80px !important;}

/***** ul li marginbottom *****/
.li_mb0 li{margin-bottom:0;}
.li_mb5 li{margin-bottom:5px;}
.li_mb10 li{margin-bottom:10px;}
.li_mb15 li{margin-bottom:15px;}
.li_mb20 li{margin-bottom:20px;}
.li_mb25 li{margin-bottom:25px;}
.li_mb30 li{margin-bottom:30px;}

/***** height *****/
.height10{height:10px;}
.height20{height:20px;}
.height30{height:30px;}
.height40{height:40px;}
.height50{height:50px;}
.height60{height:60px;}
.height70{height:70px;}
.height80{height:80px;}
.height90{height:90px;}
.height100{height:100px;}

/***** line-height *****/
.lh100{line-height:1;}
.lh120{line-height:1.2;}
.lh150{line-height:1.5;}
.lh200{line-height:2;}
.lh230{line-height:2.3;}
.lh250{line-height:2.5;}
.lh300{line-height:3;}

/***** width *****/
.w5{width:5% !important;}
.w10{width:10% !important;}
.w15{width:15% !important;}
.w20{width:20% !important;}
.w25{width:25% !important;}
.w30{width:30% !important;}
.w35{width:35% !important;}
.w40{width:40% !important;}
.w45{width:45% !important;}
.w50{width:50% !important;}
.w55{width:55% !important;}
.w60{width:60% !important;}
.w65{width:65% !important;}
.w70{width:70% !important;}
.w75{width:75% !important;}
.w80{width:80% !important;}
.w85{width:85% !important;}
.w90{width:90% !important;}
.w95{width:95% !important;}
.w100{width:100% !important;}

/* font */
.bstable td.em10{font-size:1em;}
.bstable td.em9{font-size:0.9em;}
.bstable td.em8{font-size:0.8em;}
.bstable td.em7{font-size:0.7em;}
.bstable td.em6{font-size:0.6em;}
.bstable td.em5{font-size:0.5em;}

p > strong > span.em15{font-size:1.5em;}
p > strong > span.em10{font-size:1em;}
p > strong > span.em9{font-size:0.9em;}
