﻿@charset "utf-8";

/* Font basic */
body{font-family: 'notokr-regular','Malgun Gothic','맑은 고딕','Arial'; font-size:14px; line-height:19px; 	color:#484848;
background-color:#fff; -webkit-text-size-adjust:none;}


/* Font size */
.bodyfont{font-size:14px; line-height:19px;}
.bodyfont_big{font-size:16px; line-height:21px;}
.bodyfont_small{font-size:12px; line-height:16px;}
.font_size_16{font-size:16px; letter-spacing:-.03em;}
.font_size_14{font-size:14px;}
.font_size_12{font-size:12px;}
.font_size_10{font-size:10px;}
.font_size_8{font-size:8px;}

/* Font type */
.font_weight_light{font-family: 'notokr-demilight';}
.font_weight_regular{font-family: 'notokr-regular';}
.font_weight_bold{font-family: 'notokr-medium';}

/* Font color */
.lightGray{color:#7d7d7d;}
.red{color:#2C4198;} /* 2018-07-13 : 색 수정 */
.green{color:#8aa971;}
.white{color:#fff;}
.sky{color:#2ca4e5;}
.wine{color:#1D326B;} /* 2018-07-13 : 색 수정 */
.tableGray{color:#787878;}

/* Font align */
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}




