/* 
    Created on : 2020.03.05.수정
    Author     : 김선영
*/
@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR|arial:100,300,400,500,700,900,900i&display=swap');*/
@import url('font.css');

body {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color:#555555;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.txtbox_login {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color: #555555;
    border: 1px solid a5b1bc;
    background-color: eef3f6;
}

td {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color: #555555;
}
a:link {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color: #555555;
    text-decoration: none;
}
a:visited {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color: #555555;
    text-decoration: none;
}
a:active {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color: #555555;
    text-decoration: none;
}
a:hover {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color: #555555;
    text-decoration: none;
}
.txtbox {
    font-family: "돋움", "돋움체", "바탕체";
    font-size: 12px;
    color: #555555;
    border: 1px solid cccccc;
}
.lineheight {
    line-height: 18px;
}
.lineheight_s {
    line-height: 16px;
    font-size: 11px;
}
.location {
    font-size: 11px;
    color: #FFFFFF;
}
.subtitle {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
}
.subtitle_thin {
    font-size: 15px;
    color: #FFFFFF;
    font-family: "돋움", "돋움체", "바탕체";
}

.subtitle_nav {
    font-size: 11px;
    color: #FFFFFF;
    font-family: "돋움", "돋움체", "바탕체";
}
