@charset "utf-8";

/* 전체레이아웃 설정값 */
#wrap{min-width:1300px;}
.ly_center{ width:1200px; margin:0 auto; position:relative;} /* 모바일일떄 100% 센터정렬*/
.ly_center_mom{ width:1200px; margin:0px auto; position:relative;}/* 모바일일떄 마진이 들어간 센터정렬*/
.ly_w100{width:100%; position:relative; display:inline-block; }

#container_main {}
#container{display:inline-block; width:100%; background:url(../images/inc/history_bg.gif) center top repeat-x;}
#container .ly_center_mom{ background:url(../images/inc/left_bg.jpg) left top repeat-y; padding-bottom:50px;}
#content_guide{ display:inline-block; position:relative; padding-left:60px; width:940px; }
#content{min-height:400px; margin-bottom:50px; width:100%;}

/* 히스토리 */
.history{height:50px; overflow:hidden;}
.history li { background:url("../images/inc/history_arrow.gif") left center no-repeat; padding-left:50px; margin-right:10px; float:left;line-height:50px; font-size:14px;}
.history li img{ margin-top:-4px;}
.history li:first-child{ background:none; padding-left:0px; text-align:center;}
.history .hpoint{ font-weight:600; color:#ff6000;}
.history .hpoint a{color:#ff6000;}
.history li a{}

/* 서브타이틀 */
.title_guide{ position:relative; margin-bottom:30px;}
.title_guide h3{ color:#000; font-size:34px; font-weight:400; padding:30px 0;}


/* 푸터레이아웃 */

#footer{ background:#c1c3d1; border-top:1px solid #7e808d; width:100%; display:block; clear:both;}
#footer .ly_center_mom{ position:relative; background:none;}
#footer .address {width:100%;position:relative; color:#fff; background:#9da0b0; border-bottom:1px solid #7e808d; display:inline-block; font-size:0; height:45px;}

#footer .address .add_txt01 { background:url("../images/inc/copy_line.gif") left top repeat-y; float:left;font-size:0;}
#footer .address .add_txt01 li { font-size:15px; display:inline-block; padding:14px 15px; background:url("../images/inc/copy_line.gif") right top repeat-y;}
#footer .address .add_txt01 li a { color:#44464d;}

#footer .address .add_txt02 { background:url("../images/inc/copy_line.gif") left top repeat-y; float:right;font-size:0;}
#footer .address .add_txt02 li { font-size:14px; display:inline-block; padding:10px 15px; background:url("../images/inc/copy_line.gif") right top repeat-y;}

#copyright {line-height:1.4em; padding:20px 0 40px 0; color:#444;}


/* 맨위로버튼 */
.first_top_go {  position: absolute; right:0; z-index:999; top:10px; opacity:0.5;}








@media all and (max-width :800px) {
/* 전체레이아웃 설정값 */	
#wrap{min-width:320px;}
.ly_center{ width:100%;}
.ly_center_mom{ width:94%; margin:0 3%;}
.ly_w100{width:100%;}

#container .ly_center_mom{ background:none;}
#content_guide{width:100%; float:none; padding-left:0;}

/* 히스토리 */
.history{ width:94%; margin:0 3%;}
/* 서브타이틀 */
.title_guide{ margin-bottom:0;}
.title_guide h3{font-size:30px;}

/* 왼쪽메뉴레이아웃 */
#leftBox { display:none;}



/* 푸터레이아웃 */
#footer{padding-top:20px; border-top:none;}

#footer .address{border:1px solid #7e808d; width:93.5%; margin:0 3%; height:auto;}
#footer .address .ly_center_mom{ width:100%; margin:0;}

#footer .address .add_txt01 { background:none; width:100%;border-bottom:1px solid #7e808d;}
#footer .address .add_txt01 li { width:33.1%; padding:10px 0px; text-align:center; background:url("../images/inc/copy_line.gif") left top repeat-y;}

#footer .address .add_txt02 { background:none; width:100%;}
#footer .address .add_txt02 li { width:49.5%; padding:8px 0px; text-align:center; background:url("../images/inc/copy_line.gif") left top repeat-y;}

#footer .address .add_txt01 li:first-child, #footer .address .add_txt02 li:first-child{ background:none;}

#copyright{ font-size:90%;}


}






@media all and (max-width :600px) {
#content{min-height:auto;}

/* 히스토리 */
.history li { background:url("../images/inc/history_arrow_mo.gif") left center no-repeat; padding-left:15px; margin-right:10px; float:left;line-height:50px; font-size:14px;}

/* 서브타이틀 */
.title_guide h3{text-align:center; font-size:28px;}



}


@media all and (max-width :480px) {

#footer .address .add_txt01 li{ font-size:13px;}
#footer .address .add_txt02 li img{ height:20px;}

}
                       