@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Nanum Gothic','easyNanumGothic';
	font-size: 12px;
	font-style: normal;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a { text-decoration: none;	color: #000;}
a:link {text-decoration: none; color: #000}
a:visited {text-decoration: none; color: #000 }
a:hover {text-decoration: none; color: #ec5300; }
a:active {text-decoration: none; }

img{border:0;  vertical-align:middle}
input, text { vertical-align:middle}
input, img { vertical-align:middle}
ul,li{margin:0;padding:0;list-style:none}
li{margin:0;padding:0;list-style:none}
#wrap {width : auto; height: auto; }
#top_menu { position: relative; width : auto; height: 95px; z-index: 99999;}
#main_image {width :100%; height: 493px; float: left; z-index: -1; position: relative; margin-top:3px;}
#tab1 {width :100%; height: 542px; float: left; text-align: center;}
#tab2 {width : 100%; height: 519px; float: left; background-color: #f5f5f5; text-align: center; }
#tab3 {width : 100%; height: 173px; float: left; text-align: center;}

#bottom {width : 100%; height: auto; margin-bottom: 20px; float: left;}

#bottom_mail {width : 1024px; height: 30px; margin: auto; }
#botom_add {width : 1024px; height: 90px; margin: auto; line-height: 20px;}

#title01 {width: 1020px; height: 388px; background:url(../images/title_image01.gif); margin: auto; margin-top: 6px;}
#title02 {width: 1020px; height: 388px; background:url(../images/title_image02.gif); margin: auto; margin-top: 6px;}
#title03 {width: 1020px; height: 388px; background:url(../images/title_image03.gif); margin: auto; margin-top: 6px;}
#title04 {width: 1020px; height: 388px; background:url(../images/title_image04.gif); margin: auto; margin-top: 6px;}
#title05 {width: 1020px; height: 388px; background:url(../images/title_image05.gif); margin: auto; margin-top: 6px;}
#title06 {width: 1020px; height: 388px; background:url(../images/title_image06.gif); margin: auto; margin-top: 6px;}


#position {width : 500px; height: 30px; margin-top: 30px; margin-left: 55px; font-size: 20px; float: left; }
#title {width : 500px; height: 45px; margin-top: 85px; margin-left: 55px; font-size: 44px; font-weight: bold; float: left; line-height: 45px; letter-spacing: -1px;}
#sub_title {width : 310px; height: 45px; margin-top: 95px; margin-right: 40px; font-size: 18px; float: right; margin-top: 170px; line-height: 25px; }
hr { border: #000 2px solid; margin: 3px; }
#contents_1 {width: 900px; height: auto; padding-left: 60px; padding-right:60px; padding-top: 30px; margin: auto; line-height: 24px; padding-bottom: 70px;}
#sign {text-align: right; font-size: 15px; }
.year {font-size: 25px; font-weight: bold; border-bottom:1px dotted #8c8c8c; letter-spacing: -1px; }
.dot {border-bottom:1px dotted #8c8c8c; padding-bottom: 30px; }
.year_nonedot {font-size: 25px; font-weight: bold; letter-spacing: -1px; }
.dot_nonedot {padding-bottom: 30px; }
.kakao {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}