
/*������Ÿ�� ��Ʈ-������ �������� �ʽ��ϴ�.*/

body{margin:0px; padding:0px;font-size:12px;color:#3a3a3a;font-family:verdana, arial;}
img{border:none;margin:0px; padding:0px;}
a	{color:#7c7c7c; text-decoration:none;}	
a:hover, a:active {text-decoration:none;color:#8b95c5; font-weight:bold;}
table{border-spacing:0px; border-collapse:collapse; padding:0px; empty-cells:show;font-size:12px;}
td{padding:0px;font-size:12px;}
ul {padding: 0;margin: 0; list-style: none;}



.text{position:absolute; top:170px; left:540px; z-index:2}
.text2{position:absolute; top:100px; left:200px; z-index:2}

/*�׸���- ��ٿ�Ƽ3���޴� ��*/
.con_board {color:#888686;line-height:21px;}
.con_board p{margin:15px 0px 15px 0px;text-align:justify;}
.con_board th{padding:30px 20px 0px 30px;}
.con_board td{padding:0px 70px 0px 10px;}
.con_board strong{font-size:18px;color:#638f19;font-weight:500}

.con_board2 {color:#888686;line-height:21px;}
.con_board2 p{margin:15px 0px 15px 0px;text-align:justify;}

.con_board2 td{padding:0px 20px 0px 30px;}
.con_board2 th{padding:0px 70px 0px 10px;}
.con_board2 strong{font-size:12px;color:#ff7920;font-weight:500}

.con_board3 td{padding:0px 70px 0px 30px;color:#888686;line-height:21px;}
.con_board3 p{margin:20px 0px 0px 0px;text-align:justify;}
.con_board3 p.strong{font-weight:bold;margin:18px 0px -20px -10px;}
.con_board3 strong{color:#ff7920}
.dotline{background:#666666 url(../img/sub/dot.gif) repeat-x;width:100%;height:1px;margin:15px 0 15px 0;}
.dotline2{background:#666666 url(../img/sub/dot.gif) repeat-x;width:94%;height:1px;margin:15px 0 15px 0;}


/*�е��� ����*/
.contents{ padding:15px 0px 0px 30px;}
.contents2{ padding:10px 0px 0px 45px;}
.pdt20{padding-top:20px;}
.pdl20{padding-left:20px;}
.ar{text-align:right;}
.sub_tit{margin:0 0 -7px -15px;}
 
/*���� �̵�bg*/
.subvisual_bg{background:white url(../img/sub/sub_visual.jpg) no-repeat;} 
.mainvisual_bg{background:white url(../img/main_visual.jpg) no-repeat;} 
.smid_bg{background:url(../img/sub/smid_bg.gif) no-repeat;} 

/*��������*/
.notice th{font-size:11px;color:#383838;font-weight:400;padding-right:3px;}
.notice td{font-size:12px;color:#383838;padding-left:7px;}

 
/*�����κп� ���� ��Ÿ���Դϴ�*/
table.HistoryTbl { line-height:16px; ;margin:10px 10px 0 0;text-align:justify;}
table.HistoryTbl th {padding:5px 10px 5px 0; text-align:left; border-bottom:1px solid #729535;}
table.HistoryTbl td { padding:5px 0 5px 15px;	border-bottom:1px solid #96c960; }

/*����Ÿ ���̺� �⺻ �����Դϴ�.*/
.ac{text-align:center;}
.board1 {margin-top:5px;margin-bottom:20px;  border-right:2px solid #ffffff;  border-top:2px solid #264da5; border-bottom:2px solid #264da5;}
.board1 th {padding:5px; border-right:1px solid #d9d9d9;  border-top:1px solid #d9d9d9;   background-color:#f2f6fa; text-align:center; font-weight:bold; color:#1f418c;}
.board1 td {padding:5px; border-right:1px solid #d9d9d9;  border-top:1px solid #d9d9d9; color:#696969; line-height:18px}

/*����κ�*/

.nbsp20{padding:20px;}										 
.nbsp10{padding:10px;}
.nbsp8{padding:8px;}		






/* menu */

.hovernone:hover {
  font-weight: 400;
}

.line {
  color: #999;
  margin: 0 20px;
}
.bold {
  font-weight: bold;
}
.purple {
  color: purple;
  font-weight: bold;
}
.black {
  color: #000;
}

.menu_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_logo a{
  display: flex;
  justify-content: center;
  align-items: center;  
}

.menu_logo_title {
  font-size: 22px;
  font-weight: bold;
  color: #326499;
  margin-left: 6px;
}

.menu_link a {
  padding: 0 10px;
  border-right: 1px solid;
  font-weight: bold;
}
.menu_link a:last-child {
  color: #4a6480;
  border: none;
}

.menu {
  position: relative;
}
.menu .gnb {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 12px 60px;
  gap: 50px;
  background: linear-gradient(#3570b4, #355d8a);
  border-radius: 12px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.menu .gnb .gnb_title {
  color: #fff;
  padding: 14px;
  font-size: 14px;  
  cursor: pointer;
}
.menu .gnb .gnb_title:hover {  
  font-weight: bold;
}

.menu .gnb li {
  position: relative;
}

.menu .gnb li .lnb {
  position: absolute;
  display: none;
  flex-direction: row;
  top: 30px;
  left: 5px;  
}

.menu .gnb li .lnb a {
  text-decoration: none;
  color: #000;
}
.menu .gnb li .lnb a:hover {
  color: #1f418c;
}

.menu .gnb li .lnb li {
  padding: 10px;
  color: #666;
  white-space: nowrap;
}

.menu .eng_web {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu .eng_web .purple {
  color: #8a2be2;
}

.menu .eng_web .black {
  color: #000;
}
.eng_web {  
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}


.side_menu_wrap {  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 40px;
  margin-top: 40px;
}

.side_intro {
  background: linear-gradient(#75bde5, #5499d5);
  padding: 10px 10px 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.side_title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
}
.side_menu {
  background-color: #fff;
  padding: 10px;  
  max-width: 130px;
  width: 130px;
}
.side_menu a li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: #333;
  font-weight: bold;
}
.side_menu a li.active {
  padding: 6px 10px;
  color: #1f418c;
}
.side_menu a:last-child li {
  border: none;
}

.side_sub_menu_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding: 10px;
  box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}


.content_header {
  padding: 40px 0 0;
}
.content_top {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 70px;
  gap: 4px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content_top span:nth-child(1) {color:#3570b4}
.content_top span:nth-child(3) {color: #666;}
.content_top span:nth-child(5) {color: #666; font-weight: bold;}

.content_bottom {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 14px 0 0;
}
.content_bottom span {
  font-size: 20px;
  font-weight: 500;
}



.banner_text01,
.banner_text02 {
  color: #052649;  
  font-weight: 600;
  display: block;
}
.banner_text01 {
  font-size: 16px;
}
.banner_text02 {
  font-size: 26px;
  margin-left: 28px;
}


.business_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 81px;  
}

.business_left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 27%;
}
.business_left_btn {
  margin-top: 20px;
}
.business_left_btn a {  
  padding: 2px 5px;
  background-color: #c6c6c6;
  color: #fff;
}
.business_left_btn a:hover {
  font-weight: 400;
  background-color: #365c8a;  
}

.business_right {
  width: 73%;
}
.business_content {  
  display: none;
  justify-content: center;
  align-items: start;
}


.business_content {
  display: none;  
}

.business_content.active {
  display: flex;
}



.business_img {
  width: 115px;
  height: 72px;
}


.business_text_wrap {
  margin-left: 6px;
}
.business_title {
  margin: 0;
  margin-bottom: 5px;
  color: #666;
  font-weight: bold;
}

.business_text {
  color: #333;
  margin: 0;  
  font-size: 10px;
  max-width: 100px;
}
.business_more {
  margin-top: 4px;
  display: flex;
  justify-content: end;
}


.footer_wrap {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  border-top: 1px solid rgba(0,0,0,0.1);  
}

.footer_logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;  
  padding-right: 10px;  
}

.footer_logo_title {
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  margin-left: 6px;
}

.footer_addr {
  font-size: 12px;
  margin: 2px 0;
  color: #666;
}

.gobiz {
  position: absolute;
  right: 0;
  padding: 10px;
  top: 12px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
}