@keyframes menu_anim {
    from {width: 0px;visibility:hidden}
    to {width:154px;visibility: visible}
}
@keyframes menu_text_anim {
    from {opacity: 0; visibility: hidden}
    to {opacity: 1; visibility: visible}
}

* {
    padding: 0px;
    margin: 0px;
    font-family: 'lotteDream', '맑은 고딕', 'Malgun Gothic';
}


a {
    text-decoration: none;
    color:black;
}


html,
body,.parent{
    width: 100%;
    height: 100%;
    position: relative;
}

.parent .header {
    width:100%;
    height:72px;
    border-top:5px solid #ffc50a;
    box-sizing: border-box;
}
.parent .header .container {
    width:800px;
    height:100%;
    margin:0 auto;
    position:relative;
    
}
.parent .header .container .top_ci {
    width:173px;
    height:20px;
    display:block;
    
    
    position:absolute;
    top:24px;
    left:0px;
    
    background-image:url("/resources/images/img_top_ci.png");
    background-repeat: no-repeat;
    background-size: 173px 20px;
    background-position: center;
    
    
    /* IE8 호환성 작업[START] */
    background-size:cover; 
    -ms-behavior: url("/resources/css/backgroundsize.min.htc");
	behavior: url("/resources/css/backgroundsize.min.htc");
    /* IE8 호환성 작업[END] */  
    
}
 .parent .header .container .top_ci .ci_image{
 	display:block;
 	width:173px;
    height:20px;
    border:0px;
 }
 

.parent .header .container .nav {
    list-style: none;
    position:absolute;
    top:16px;
    right:0px;
}
.parent .header .container .nav .item {
    float:left;
    margin-left:20px;
    font-size: 12px;
    
}
.parent .header .container .nav .item  a {
    color: #4b4b4b;
}
.parent .header .container .nav .item  a:hover {
    text-decoration: underline;
}
.parent .header .container .nav .item:first-child{
    margin-left:0px;
    
}

.parent .contents {
    width:100%;
    height:893px;
}


.parent .contents .top{
    width:100%;
    height:303px;
    position: relative;
    
    
}
.parent .contents .top .intro_wrap{
    width:250px;
    height:80px;
    margin:0 auto;
    z-index: 2;
    top:200px;
    left:50%;
    position: absolute;
    background-color: white;
/*    opacity: 0.75;*/
}
.parent .contents .top .intro_text{
    font-size: 25px;
    font-weight: bold;
    margin:0 auto;
    z-index: 2;
    top:83px;
    left:50%;
    margin-left: 100px;
    position: absolute;
    color:white;
    opacity: 0.78;
    font-family: 'Binggrae';
    
}
.parent .contents .top .slide li {
    position: relative;
}
.parent .contents .top .slide{
    width:100%;
    height:303px;
    position:absolute;
    z-index: 1;
    overflow: hidden;
}
.parent .contents .top .slide .image_slide_old{
    width:auto;
    height:303px;
    display: block;
    position: absolute;
    display:none;
    top:0px;
}
 
.parent .contents .top .slide .image_slide{
    width:100%;
    height:303px;
    display: block;
    position: absolute;
    top:0px;
    background-image: url(/resources/images/main/main_pic_new.png);
    
    background-position: center;
    background-repeat: no-repeat;
    
    -ms-behavior: url("/resources/css/backgroundsize.min.htc");
	behavior: url("/resources/css/backgroundsize.min.htc");
}

/*
.parent .contents .top .menu {
    width:163px;
    height:226px;
    margin: 0 auto;
    list-style: none;
    padding-right:37%;
    position: relative;
    top:38px;
}
*/

.parent .contents .top .menu {
    width:163px;
    height:226px;
    list-style: none;
    position: absolute;
    top:38px;
    left:50%;
    margin-left:-381px;
    
}

.parent .contents .top .menu .item{
    width:100%;
    height:55px;
    position: relative;
    padding-top: 2px;
    z-index:2;
}
.parent .contents .top .menu .item:first-child{
    padding-top: 0px;
}

.parent .contents .top .menu .item .inner{
    width:100%;
    height:100%;
    position:relative;
    cursor: pointer;
}
.parent .contents .top .menu .item .inner .bg{
    width:100%;
    height:100%;
    background-color: white;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
}

.parent .contents .top .menu .item .inner .line_left{
    width:5px;
    height:100%;
    background-color: #ffc50a;
    position: absolute;
    z-index: 2;
    left: 0px;
}

.parent .contents .top .menu .item .inner .line_right{
    width:4px;
    height:100%;
    background-color: white;
    position: absolute;
    z-index: 2;
    right: 0px;
}

.parent .contents .top .menu .item .inner .line_outer{
    width:2px;
    height:100%;
    background-color: white;
    position: absolute;
    z-index: 2;
    right: -2px;
    visibility: hidden;
}



.parent .contents .top .menu .item .inner .text_wrap {
    width:100%;
    
    height:100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
}


.parent .contents .top .menu .item .inner .text_wrap .link {
	width:100%;
	height:100%;
	display:block;
	display:table;
}
.parent .contents .top .menu .item .inner .text_wrap .link .text {
    width:100%;
    padding-left:27px;
    font-size: 16px;
    color:black;
    display:table-cell;
    vertical-align: middle;
    box-sizing:border-box;
}
.parent .contents .top .menu .item .inner .text_wrap .text:hover {
    color:#ffc50a;
}

.parent .contents .top .menu .item .inner .text_wrap .text:hover a {
    color:#ffc50a;
}



.parent .contents .top .menu .item .outer{
    width:0px;
    height:226px;
    visibility: hidden;
    position: absolute;
    left:163px;
    z-index:3;
}

.parent .contents .top .menu .item:nth-child(1) .outer{
	position:absolute;
    top:0px;
    
}
.parent .contents .top .menu .item:nth-child(2) .outer{
	position:absolute;
    top:-55px;
}
.parent .contents .top .menu .item:nth-child(3) .outer{
	position:absolute;
    top:-112px;
}
.parent .contents .top .menu .item:nth-child(4) .outer{
	position:absolute;
    top:-169px;
}
.parent .contents .top .menu .item .outer .sub_menu{
    list-style: none;
    width:100%;
    height:100%;    
    padding-top:10px;
    box-sizing:border-box;
    background-color:white;
    position: relative;
    margin-left: 2px;
    
    
     -webkit-box-shadow: 3px 4px 3px 0px #696969;
		-moz-box-shadow: 3px 4px 3px 0px #696969;
	   		 box-shadow: 3px 4px 3px 0px #696969;
}

.parent .contents .top .menu .item .outer .sub_menu .sub_item{
    width:154px;
     height:38px;
    visibility: hidden;
    padding-left:20px;
    box-sizing: border-box;
}
.parent .contents .top .menu .item .outer .sub_menu .sub_item .link {
	width:100%;
    height:100%;    
    display:table;
}



.parent .contents .top .menu .item .outer .sub_menu .sub_item .link:hover .sub_text{
    color:#ffc50a;
}
.parent .contents .top .menu .item .outer .sub_menu .sub_item .link:hover a{
    color:#ffc50a;
}

.parent .contents .top .menu .item .outer .sub_menu .link .sub_text{
    width:100%;
    display:table-cell;
    vertical-align: middle;
    font-size: 13px;
}


.parent .contents .top .menu .anim:hover .outer{
    animation-name: menu_anim;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.parent .contents .top .menu .anim:hover .sub_text{
    animation-name: menu_text_anim;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}




.parent .contents .top .menu .anim:hover .line_outer{
    visibility:visible;
}



.parent .contents .top .menu .item:hover .inner .bg{
    opacity: 1;
}

.parent .contents .middle{
    width:100%;
    height:145px;
    padding-top:29px;
    box-sizing: border-box;
    
}
.parent .contents .middle .contents{
    width:767px;
    height:86px;
    background-color:#ffc50a;
    margin:0 auto;
    position: relative;
}
.parent .contents .middle .contents .hand{
    width:65px;
    height:83px;
    display:block;
    position: relative;
    left:15px;
    float:left;
}

.parent .contents .middle .contents .wrapper{    
    width:280px;
    height: 86px;
    position: absolute;
    left:100px;
    display:table;
}

.parent .contents .middle .contents .wrapper .info_text{    
    width:100%;
    height: 100%;
    vertical-align: middle;
    display:table-cell;
}

.parent .contents .middle .contents .wrapper .info_text .title{  
   font-size: 24px;
    font-family: 'Binggrae';
    
}
.parent .contents .middle .contents .wrapper .info_text .desc{     
   font-size: 12px;
    letter-spacing: -0.2px;
    font-family: 'Binggrae';
}


.parent .contents .middle .contents .input_search{
    width:339px;
    height:49px;
    border: 0px;
    position: absolute;
    padding-left:25px;
    padding-right: 65px;
    top:18px;
    right:30px;
    box-sizing: border-box;
    
    
    /* IE8 호환성 작업[START]*/
    line-height:49px;
	/* IE8 호환성 작업[END]*/
    
}
.parent .contents .middle .contents .search_button{
    width:35px;
    height: 35px;
    display: block;
    position: absolute;
    top:25px;
    right:50px;
}

.parent .contents .middle .contents .search_button .image_button{
    width:35px;
    height: 35px;
    display: block;
}


.parent .contents .bottom{
    width:100%;
    height:445px;
    background-color:#f5f5f5;
    padding-top:38px;
    box-sizing: border-box;
}
.parent .contents .bottom .main_area{
    width : 788px;
    height:294px;
    margin:0 auto;
}
.parent .contents .bottom .main_area .left_wrap{
    width : 200px;
    height:100%;
    float:left;
    border-right:5px solid transparent;
    box-sizing: border-box;
    position: relative;
}
.parent .contents .bottom .main_area .left_wrap .weather{
    width : 195px;
    height: 100%;
    background: white;
    position: relative;
}

.parent .contents .bottom .main_area .left_wrap .weather .date{
    width : 195px;
    color:black;
    position: absolute;
    top:16px;
    left:16px;
    font-size: 10px;    
}
.parent .contents .bottom .main_area .left_wrap .weather .today{
    width : 195px;
    color:black;
    position: absolute;
    top:54px;
    left:23px;
    font-size: 12px;    
}



/*

.parent .contents .bottom .main_area .left_wrap .weather .icon{
    width:51px;
    height: auto;
    display: block;
    position:absolute;
    left:31px;
    top:86px;
    margin:auto;
    
}
*/



.parent .contents .bottom .main_area .left_wrap .weather .icon_wrap{
    width:51px;
    height: 51px;
    display: block;
    position:relative;
    left:31px;
    top:86px;    
}



.parent .contents .bottom .main_area .left_wrap .weather .icon_wrap .icon{
    max-height: 100%;
    max-width: 100%;
    width:auto;
    height:auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    position: absolute;  
}






.parent .contents .bottom .main_area .left_wrap .weather .weather_state{
    width:51px;
    left:31px;
    top:144px;
    position:absolute;
    font-size: 9px;
    text-align: center;
    color:black;
}
.parent .contents .bottom .main_area .left_wrap .weather .degree{
    width:100px;
    left:90px;
    top:80px;
    position:absolute;
    font-size: 55px;
    font-weight: bold;
    color:black;
    text-align: center;
}
.parent .contents .bottom .main_area .left_wrap .horz_divider{
    width:148px;
    height: 1px;
    top:180px;
    left:23px;
    position:absolute;
    background-color: #e6e6e6;
    
}

.parent .contents .bottom .main_area .left_wrap .weather .air{
    width : 195px;
    height: 113px;
    bottom: 0px;
    background: white;
    position: absolute;
    padding-bottom: 29px;
    box-sizing: border-box;
    
}

.parent .contents .bottom .main_area .left_wrap .weather .air .small_text{
    width : 195px;
    height: 42px;
    position: absolute;
    top:0px;
    overflow: hidden;

}

.parent .contents .bottom .main_area .left_wrap .weather .air .large_text{
    width : 195px;
    height: 42px;
    position: absolute;
    top:43px;
    overflow: hidden;
}


.parent .contents .bottom .main_area .left_wrap .weather .air .small_text .top_letter{
    width:50%;
    height: 10px;
    margin-top: 16px;
    line-height: 10px;
    float:left;
    font-size: 10px;
    color:#505050;
    text-align: center;
}

.parent .contents .bottom .main_area .left_wrap .weather .air .large_text .bottom_letter{
    width:50%;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    margin-top: 6px;
    float:left;
    color:#ffc50a;
    text-align: center;
}




.parent .contents .bottom .main_area .left_wrap .vert_divider{
    width:1px;
    height: 42px;
    left:97px;
    bottom:29px;
    position:absolute;
    background-color: #e6e6e6;
    
}


.parent .contents .bottom .main_area .right_wrap{
    width : 588px;
    height:100%;
    float:left;
}


.parent .contents .bottom .main_area .right_wrap .left_top{
    width : 218px;
    height:147px;
    
    float:left;
    padding-top: 63px;
    box-sizing: border-box;
    
    background-image: url("/resources/images/bg_bus_time_table.png");
/*    background-image: url("/resouces/images/bg_bus_time_table.png");*/
    background-size: 215px 147px;
    background-position: left;
    background-repeat: no-repeat;
    
}
.parent .contents .bottom .main_area .right_wrap .left_top .time_table {
    width:215px;
    font-size: 21px;
    height:21px;
    line-height: 21px;
    text-align: center;
}
.parent .contents .bottom .main_area .right_wrap .left_top .time_table > a{ 
    color:#414141;
}


.parent .contents .bottom .main_area .right_wrap .right_top{
    width : 370px;
    height:147px;
    background-color: white;
    float:left;
}
.parent .contents .bottom .main_area .right_wrap .right_top .container{
    width : 100%;
    height: 100%;
    /*padding: 27px 48px;*/
    padding: 27px 27px;
    box-sizing: border-box;
    position: relative;
}
.parent .contents .bottom .main_area .right_wrap .right_top .container .title{
    width : 100%;
    
    font-size: 21px;
    line-height: 21px;
    height: 21px;
}
.parent .contents .bottom .main_area .right_wrap .right_top .container .title > a{
    color:#414141;
}
.parent .contents .bottom .main_area .right_wrap .right_top .container .notice{
    list-style: none;
    position: absolute;
    bottom: 27px;
    /*right: 48px;
    left: 48px;*/
    right: 27px;
    left: 27px;
}
.parent .contents .bottom .main_area .right_wrap .right_top .container .notice .line_wrap {
    padding-top: 7px;
    overflow: hidden;
    position: relative;
}
.parent .contents .bottom .main_area .right_wrap .right_top .container .notice .line_wrap:hover p{
    text-decoration: underline;
/*    color:#ffc50a;*/
    color:black;
    cursor: pointer;
}



.parent .contents .bottom .main_area .right_wrap .right_top .container .notice .line_wrap:first-child {
    padding-top:0px;
}


.parent .contents .bottom .main_area .right_wrap .right_top .container .notice .line_wrap .line_text{
    width : 75%;
    color:#6a6a6a;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    float: left;
    text-align: left;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 2018.03.06 공지사항 고정 기능 추가 */
.parent .contents .bottom .main_area .right_wrap .right_top .container .notice .line_wrap .line_text_red{
    width : 75%;
    color:red;
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    float: left;
    text-align: left;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* */

.parent .contents .bottom .main_area .right_wrap .right_top .container .notice .line_wrap .line_date{
    width : 23%;
    color:#6a6a6a;
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    float: right;
    text-align: right;
}


.parent .contents .bottom .main_area .right_wrap .left_bottom{
    width : 412px;
    height:147px;
    padding-top: 3px;
    padding-right: 3px;
    float:left;
    position: relative;
    box-sizing: border-box;
    
    
    
}
.parent .contents .bottom .main_area .right_wrap .left_bottom .container{
    width :409px;
    height:144px;
    padding:30px 20px;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    
    background-image: url("/resources/images/main/bg_route_search.png");
    background-repeat: no-repeat;
    background-size:409px 144px;
    background-position: center;
    
    
    /* IE8 호환성 작업[START]*/
    background-size:cover; 
    -ms-behavior: url("/resources/css/backgroundsize.min.htc");
	behavior: url("/resources/css/backgroundsize.min.htc");
    /* IE8 호환성 작업[END]*/
    
    
}
.parent .contents .bottom .main_area .right_wrap .left_bottom .container .route_title{
    width : 100%;
    font-size: 21px;
    color: #414141;
}

.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control{
    width: 369px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    bottom: 30px;
}


.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control .search_input{
    width: 138px;
    height: 30px;
    border: 1px solid dimgray;
    box-sizing: border-box;
    padding : 0px 15px;
    
    /* IE8 호환성 작업[START]*/
    line-height: 30px;
	/* IE8 호환성 작업[END]*/
}

.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control .start {
   position: absolute;
   left: 0px;
   bottom: 0px;
}

.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control .end {
    position: absolute;
    right: 45px;
    bottom: 0px;
}

.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control .button_start{
    width: 30px;
    height: 30px;
    display: block;
    
    position: absolute;
    bottom: 0px;
    left: 148px;
}
.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control .button_end{

    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    
}
.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control .button_start img {
    display: block;
    width: 24px;
    height: 24px;
    margin-top:3px;
    margin-left: 3px;
}
.parent .contents .bottom .main_area .right_wrap .left_bottom .container .control .button_end img {
    display: block;
    width: 26px;
    height: 26px;
    margin-top:2px;
    margin-left: 2px;
}


.parent .contents .bottom .main_area .right_wrap .right_bottom{
    width : 176px;
    height:147px;
    float:left;
    padding-top: 63px;
    box-sizing: border-box;
    
    background-image: url("/resources/images/bg_tour_info.png");
/*    background-image: url("/resouces/images/bg_tour_bus.png");*/
    background-size: 176px 144px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.parent .contents .bottom .main_area .right_wrap .right_bottom .cycle_bus{
    width:100%;
    font-size: 21px;
    height:21px;
    line-height: 21px;
    
    text-align: center;

}
.parent .contents .bottom .main_area .right_wrap .right_bottom .cycle_bus > a{
    color:#414141;
}
.parent .contents .bottom .banner{
    width : 788px;
    height:41px;
    margin:34px auto 0px;
    background-color: white;
}
.parent .contents .bottom .banner .roll_wrap{
    width : 788px;
    height:41px;
    box-sizing: border-box;
    list-style: none;
    overflow: hidden;
}
.parent .contents .bottom .banner .roll_wrap .roll_item{
    width : 157px;
    height:41px;
    float: left;
}

.parent .contents .bottom .banner .roll_wrap .roll_item .link {
    display: block;   
    width : 157px;
    height:41px;
}
.parent .contents .bottom .banner .roll_wrap .roll_item .link .image_company{
    display: block;   
    width : 157px;
    height:41px;
}


.parent .footer {
    border-top: 1px solid #8d8c8c;
    width:100%;
    height:115px;
    background-color: #c6c5c5;
}
.parent .footer .wrapper {
    width:788px;
    height:100%;
    margin:0 auto;
    position: relative;
    
    
/*
    background-image: url("../images/bg_bot_ci_desc.png");
    background-repeat: no-repeat;
    background-size: 709px 39px;
    background-position: center;
*/
}
.parent .footer .wrapper .image_ci{
    width:85px;
    height:38px;
    margin-top:23px;
}
.parent .footer .wrapper .text_area{
    width:650px;
    right: 0px;
    top:30px;
    position: absolute;
}
.parent .footer .wrapper .text_area .first{
    font-size: 11px;
    font-weight: bold;
    color:#f2f2f2;
}
.parent .footer .wrapper .text_area .first span .link{
    color:#f2f2f2;
}
.parent .footer .wrapper .text_area .second{
    font-size: 10px;
/*    font-weight: bold;*/
    letter-spacing: -0.7px;
    color:#f2f2f2;
}