﻿* {font-family:'Nanum Gothic'}

html,body{width:100%;height:100%}
html{overflow-y:scroll}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button{margin:0;padding:0}
body,h1,h2,h3,h4,input,button,div,p,th,td,strong,li,a{font-size:14px;color:#383d41}
body{background-color:#fff;}
img,fieldset,iframe{border:0 none}
li{list-style:none;vertical-align:top}
input,select,button{vertical-align:middle}
img{vertical-align:top}
em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
a{color:#2f3743;text-decoration:none}
a:hover{color:#390;text-decoration:underline}
button *{position:relative}
button img{left:-3px;*left:auto}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
hr{display:none}
caption{position:relative;visibility:hidden;height:0;font-size:0;line-height:0}
legend{overflow:hidden;visibility:hidden;position:absolute;top:0;left:0;width:0;height:0;padding:0;font-size:0;line-height:0}
h1,h2{margin:0}
h3{margin:0 0 20px 0}
h4{margin:20px 0 10px 0}
#container{position:relative;width:1000px;height:556px;background:url("../images/main_tree.png") -36px 124px no-repeat}
#visual{background: url("../images/main_tree.png") -36px 124px no-repeat;}
#quick{position:absolute;top:0;right:0}
#gallery{position:absolute;top:180px;right:20px;width:220px;height:118px;padding:23px 0 0 123px;background:url("../images/bg_photo.png") no-repeat}
#gallery ul li{float:left;padding-bottom:2px}
#gallery ul li:first-child{padding-right:5px}
#gallery ul li div img{width:100px;height:75px}
#gallery ul li p{height:24px;line-height:24px;margin-top:5px;background:#000;text-align:center}
#gallery ul li a{color:#fff}
#content_wrap{width:752px;padding-left:239px}
#content{padding-left:40px;min-height:250px}
#content p{line-height:27px;text-align:justify}
.lst li{list-style:initial !important; margin:0 0 4px 25px; line-height:25px}


.input {border:1 solid; color: #5f5f5f; height:18px; font-size: 11px}
.input3 {border:1 solid; color: #7B9EBD; height:19px; font-size: 11px}
.input1 {border:1 solid; color: #5f5f5f; height:80px; font-size: 11px}
.input2{font-size: 12px; height:18px;}
.input4 {border:1 solid; color: #7B9EBD; height:120px; font-size: 11px}
.input5 {border:1 solid; color: #FFF3DB; height:18px; font-size: 11px}
.r1{font-size:9pt; color:#0000;text-decoration:none;}
.r2{font-size:9pt; color:#501515;text-decoration:underline;}
.p1{font-size:9pt; color:#6A1D8F;text-decoration:none;}
.p2{font-size:9pt; color:#6A1D8F;text-decoration:underline;}
.y1{font-size:9pt; color:#937B09;text-decoration:none;}
.y2{font-size:9pt; color:#937B09;text-decoration:underline;}
.g1{font-size:10pt; color:#FFD200;text-decoration:underline;}
.tt{font-size:9pt; color:#3B4679;text-decoration:none;}


.cm1  { FONT-SIZE: 9pt; COLOR:  #000000; ;TEXT-DECORATION: none; padding-left:15px; }
.cm2  A:hover { FONT-SIZE: 9pt; COLOR:  #000000; ;TEXT-DECORATION: underline }
.cm3  A:hover { FONT-SIZE: 9pt; COLOR:  #000000; ;TEXT-DECORATION: underline }
.cm4  A:hover { FONT-SIZE: 9pt; COLOR:  #000000; ;TEXT-DECORATION: underline }
.cm5  A:hover { FONT-SIZE: 9pt; COLOR:  #000000; ;TEXT-DECORATION: none }
.cm5  A:link  { FONT-SIZE: 9pt; COLOR:  #000000; ;TEXT-DECORATION: none }
.cm5  A:visited  { FONT-SIZE: 9pt; COLOR:  #000000; ;TEXT-DECORATION: none }

ul, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

img{
  border: none;
}

.header{
  width: 1000px;
  z-index: 10;
}

.top_nav{
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
}

.top_nav a{
  color: white;
  padding: 0 5px;
}

.logo{
  display: block;
  float: left;
  margin-top:3px;
}

.gnb{
  height: 97px;
  margin-top:25px;
}

.gnb_1dth{
  position: relative;
  float: right;
}

.gnb_1dth a{
  font-size: 16px;
  transition: 0.5s;
  font-weight: 600;
  color: white;
}

.gnb_2dth a{
  font-size: 13px;
  color: white;
  font-weight: normal;
}

.gnb_1dth a:hover{
  color: #ffff00;
}

.gnb_1dth>li{
  display: block;
  float: left;
  padding: 15px 0;
}

.m1>a:first-child{
  border-left: none;
}

.gnb_1dth>li>a{
  text-align: center;
  border-left: 1px solid white;
  padding: 0 15px;
}

.gnb_1dth>li a{
  display: block;
}

.gnb_2dth{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 10px 0;
  left: 0;
  top: 20px;
  background: rgb(2, 106, 124);
  border-radius: 10px;
  padding: 0 10px !important;
}

.gnb_1dth li:hover>ul{
  visibility: visible;
  opacity: 1;
  top: 30px;
  transition: 0.5s;
}

.gnb_2dth li{
  float: left;
  padding: 5px 10px ;

}

.gnb_2dth li a{
  font-size: 13px;

}

.m3 .gnb_2dth{
  left: 200px;
}

.m4 .gnb_2dth, .m5 .gnb_2dth{
  right: 0;
  left: auto;
  width: 626px;
  *width: 623px;
}

.m4 .gnb_2dth{
  width: 580px;
  *width: 585px;
}

.main_tb{
  clear: both;
}

.main_visual{
  background: url("../images/main_tree.png") -36px 124px no-repeat;
}

.main_deco_text{
  margin: 40px 60px;
  width: 410px;
}

/*???브페??????*/

.sub01_lf_warp{
  margin-top: 60px;
  width: 239px;
  float: left;
  z-index:10;
}

.sub_lf{
  width: 180px;
  height: 235px;
  margin: 0 auto;
  margin-top: 20px;
}

.sub_lf li{
  padding: 5px 30px;
  border-top: 1px solid #e6e6e6;
  background: url('../images/sub01_deco.png') 10px 10px no-repeat;
}

.sub_lf li:first-child{
  border-top: none;
}

.sub_lf li:hover{
  transition: 0.5s ease;
  background:  #4CA5D2 url('../images/sub01_deco.png') 10px -59px no-repeat;
}

.sub_lf li.on{
  transition: 0.5s ease;
  background:  #4CA5D2 url('../images/sub01_deco.png') 10px -59px no-repeat;
}

.sub_lf li:hover a{
  color: white;
  /*font-size: 15px;*/
}

.sub_lf li.on a{
  color: white;
  /*font-size: 15px;*/
}

.sub_lf li a{
  display: block;
  padding: 3px;
}



.subtop_img{
  width: 400px;
  margin-left: 107px;
  padding: 42px 0 30px;
}

.btm_back{
  background:url('../images/bottom_back.gif');
  width: 100%;
  height: 167px;
}

/*????????????*/
.slide1{
  float: left;
  width: 200px;
  margin-left: 20px;
}

.slide1 li {
  float: left;
  padding: 3px;
  transition: 0.5s;
}

.slide1 li:hover{
  opacity: 0.7;
}

.slide1 li img{
  display: block;
  width: 56px;
  border: 1px solid rgb(207, 207, 207);
  cursor: pointer;
}
#sd1_view{
  float: left;
  border: 6px solid rgb(207, 207, 207);
  border-radius: 10px;
  width: 471px;
}

.mgb_40{
  margin-bottom: 40px;
}

.sd2_wrap{
  margin-left: 20px;
}

.sd2_box{
  position: relative;
  width: 486px;
  height: 94px;
  margin-top: 15px;
  border: 1px solid rgb(207, 207, 207);
  overflow: hidden;
}

.sd2{
  position: absolute;
  display: block;
  transition: 1s ease;
}

.sd2 li{
  float: left;
  padding: 10px;
}

.sd2 img{
  width: 100px;
  display: block;
  cursor: pointer;
  transition: 0.5s;
}

.sd2 img:hover{
  opacity: 0.7;
}

.sd2_btn{
  background: black;
  color: white;
  padding: 7px 15px 3px 15px;
  margin-right: 10px;
  margin-top: 10px;
  float: left;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;

}

.sd2_btn:hover{
  opacity: 0.7;
}

#pp{
  padding: 15px 20px;
  background: yellow;
  width:100px;
  text-align: center;
  position: absolute;
  transition: 1s;
  left: 0;
  top: 0;
}

 /* table */
table,td,th {padding:0;margin:0;border-spacing:0}

table.border {border-top:1px solid #383f40;border-bottom:1px solid #ccc}
table.border th {padding-top:6px;padding-bottom:6px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;text-align:center;background:#f7f7f7}
table.border td {padding:7px 0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;line-height:18px;vertical-align:top}
table.border td.th2	{padding-top:7px;padding-bottom:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background:#f0fdfe}
table.border td.form_type{padding-top:2px;padding-bottom:2px;border-right:1px solid #E6E6E6;border-bottom:1px solid #E6E6E6}
table.border td.bar{padding-top:6px;padding-bottom:5px;border-right:none;border-bottom:1px solid #E6E6E6}
table.border td.bbar{padding-top:6px;padding-bottom:5px;border-right:none;border-bottom:none}
table.border td.val {padding-left:10px}
table.border td.center{text-align:center}
table.border td.pl14{padding-left:14px}
table.border td.pad20{padding-left:20px}

table.border .no_rline{border-right:none}
table.border .no_bline{border-bottom:none}
table.border textarea{height:250px;width:615px;font-size:13px}

.atotal {width:100%;background:#fdfdfd;}
.atotal .tleft {float:left;padding:10px 0 6px 0;}
.atotal .tright {float:right;}

.aCenter {text-align: center}
.aRight {text-align:right}

.album li{padding-bottom:10px}
.album li img{vertical-align:middle}
.album li a{font-size:14px;}
