@charset "UTF-8";


.gnb > li > .list.depth2{padding: 30px 5px; position: absolute; top: 72px; width: 100%; left: 0; overflow: hidden; z-index: 1; display: none;}
/* .gnb > li > .list.depth2 > li{padding-top: 30px;} */
.gnb > li > .list.depth2 > li:first-child a{padding-top: 0;}
.gnb > li > .list.depth2 > li:last-child a{padding-bottom: 0;}
.gnb > li > .list.depth2 > li a{display: block; color: #1f1f1f; text-align: center; line-height: 1; padding: 15px 0;}  
.gnb > li > .list.depth2 > li a:hover, .gnb > li > .list.depth2 > li a:focus{color:#254e97; font-weight: 600;}

/*3뎁스*/
.gnb > li > .list.depth2 > li > ul{padding: 5px 0 5px 0; display: none;}
.gnb > li > .list.depth2 > li > ul > li{margin-top: 11px;}
.gnb > li > .list.depth2 > li > ul > li a{font-size: 0.875em;/* font-weight: 300; */color: #4a4949;}
.gnb > li > .list.depth2 > li > ul > li:first-child{margin-top: 0;}


.quick_typeB{
    position: absolute;
    right: 0;
    top: 158px;
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
}
.quick_one{}
.quick_one > li{border-top: 1px solid #489cdb;/* width: 54px; *//* height: 58px; */}
.quick_one > li:first-child{border-top: 0;}
.quick_one > li a{display: block;background: #117ed0;
    width: 90px;height: 94px;
    position: relative;
    text-align: center;
    padding: 21px 0 0;
}
.quick_one > li a > span{
    display: block;
    color: #fff;
    font-size: 0.875em;
    margin-top: 10px;
}


.headerWrap{width:100%;/*position: fixed;top: 0;*/position: relative; z-index: 3;background: #ffffff;}
.headerWrap .logo{float: left;width: 256px;}
.headerWrap .logo > a{display: block;}
.headerWrap .logo > a img{display: block; width: 100%; height: 100%;}

.headerWrap .headTop{background: #333333;}

.headerWrap.scrolled{top: 0; transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out;}
.headerWrap.scrolled .headTop{display: none;}
.headerWrap.scrolled .logo{padding-top: 16px;}


/*상단 우측*/
.head_side{ overflow: hidden; max-width: 1200px; margin: 0 auto; height: 45px; position: relative;}
.head_side ul{overflow: hidden;position: relative;display: block;float: right;margin-top: 15px;}
.head_side ul li {position: relative;float: left; }
.head_side .side_menu li{margin-left: 17px;padding-right: 17px;}
.head_side .side_menu li:after {content: '';width: 1px;height: 9px;position: absolute;top: 50%;right: 0px;background: #838383;margin: -3px 0 0;}
.head_side .side_menu li:last-child{padding-right: 0; margin-left: 19px;}
.head_side .side_menu li:last-child:after{display: none;}
.head_side .side_menu li a  {display: block;color: #fff;font-weight: 300;font-size: 0.938em;line-height: 1;}

.headerWrap .header{height: 113px;border-bottom: 1px solid #dcdcdc;position: relative;}
.headerWrap .header .gnbArea{max-width: 1200px;margin:0 auto;position:relative;z-index: 2;padding-top: 40px;}

/*gnb*/
.headerWrap .header .gnbArea .gnb{width: calc(100% - 388px);padding-right: 0;/* float: right; */display: flex;justify-content: space-between;float: left;margin-left: 2%;/* margin-right: 85px; */}
.headerWrap .header .gnbArea .gnb>li{/* float: left; *//* width: 16.66%; */
    position: relative;
    flex: 1 1 auto;
}
.headerWrap .header .gnbArea .gnb>li>a{
 display:block;
 font-size: 1.250em;
 color: #141414;
 font-weight: 500;
 text-align: center;
 padding: 12px 0 40px;
 line-height: 1;
 position: relative;
}
.headerWrap .header .gnbArea .gnb>li>a img{margin-left: 3px;}
.headerWrap.scrolled .header .gnbArea{padding: 0;}
.headerWrap.scrolled .header .gnbArea .gnb>li>a{ padding: 26px 0 27px;}
/* .headerWrap .header .gnbArea .gnb>li>a.on{ border-bottom:4px solid #000; } */
.headerWrap .header .gnbArea .gnb>li>a.on:after{
    content:''; display: block; background:#004892; height: 3px; width: 100%;
    position: absolute; bottom: 0; left: 0;
 }
.headerWrap .header .gnbArea .gnb .gnbS{display: none;}
.headerWrap .header .gnbArea .gnb .gnbS.on{display: block;}
.headerWrap.scrolled .view_wrap{top: 15px;}
.headerWrap.scrolled .ser_open_btn{top: 15px;}
.headerWrap.scrolled .header{height: 74px;}

.header .gnbArea .gnb > li .dropdown.on{display: block;}
.header .gnbArea .gnb > li.active .dropdown{display: block;}

/**/
.dropdown{display: none;position: absolute;top: 113px;width: 100%;left: 0;background: #fff;overflow: hidden;transition: 1s;}
.dropdown.on{display: block; height: auto;}
.headerWrap.scrolled .dropdown{top: 74px;}

.dropdown .head{width: 281px;padding: 39px 35px 0 0;height: 100%;position: absolute;top: 0;left: 0;background: #117ed0 ; border-right: 1px solid #dbdbdb;}
.dropdown .head .tit{
   display: block;
   text-align: center;
   font-size: 1.875em;
   line-height: 1;
   font-weight: 600;
   color: #fff;
   letter-spacing: 0;
}
.dropdown .head .description{line-height: 1.4; font-size: 1.063em; font-weight: 300; color: #fff; margin-top: 24px; text-align: center; word-break: keep-all;}
.dropdown .body{ padding-left: 285px; min-height: 405px;}
.dropdown .body .list{overflow: hidden;padding: 40px 0 25px 32px;}
.dropdown .body .list > li{height: 100%;margin-right: 2.2%;float: left;width: 23.3%;min-height: 62px;margin-bottom: 10px;}
.dropdown .body .list > li:nth-child(4n){margin-right: 0;}
.dropdown .body .list > li .tit > a{text-align: center;display: block;color: #0c0c0c;font-size: 1.063em;padding: 8px 10px; background: #eef6fc; position: relative;}
.dropdown .body .list > li .tit > a.on{ /*background: #117ed0;*/ /*color: #fff;*/ background: #fff;}
.dropdown .body .list > li .tit > a.on:after{content:''; display: block; position: absolute; top: -2px; left:-2px; width: calc(100% - 1px); height: calc(100% - 1px); border: 2px solid #117ed0;}
.dropdown .body .list > li .tit > a img{margin-left: 6px; vertical-align: middle; margin-bottom: 2px;}
.dropdown .body .list > li .h_sub_list{padding: 15px 0 15px 8px;}
.dropdown .body .list > li .h_sub_list li{text-align: left;
 position: relative;
 padding-left: 11px;
 margin-top: 10px;
} 
.dropdown .body .list > li .h_sub_list li:first-child{margin-top: 0;}
.dropdown .body .list > li .h_sub_list li:before{
 content: '';
 display: inline-block;
 position: absolute;
 top: 9px;
 left: 0;
 width: 3px;
 height: 3px;
 background: #21b2b8;
}
.dropdown .body .list > li .h_sub_list li a{font-size: 0.938em;}
.dropdown .body .list > li .h_sub_list li a:hover, .dropdown .body .list > li .h_sub_list li a:focus{text-decoration: underline; color: #006cc0;}
.dropdown .body .list > li .h_sub_list li a img{margin-left: 6px; vertical-align: middle; margin-bottom: 2px;}

.dropdown .body .list > li:nth-child(4n){border-right: 0;  }
.dropdown .body .list > li:nth-child(-n+4){min-height: 250px; }
/**/


/*메뉴*/
.view_wrap{position: absolute;right: 60px;top: 40px;z-index: 1;}


.view_wrap .hamburger{background: transparent;font-size: 0;width: 24px;height: 41px;
    display: block;
    padding-top: 10px;
}
.hamburger .line{width: 24px;height: 3px;background-color: #1d1d1d;border-radius: 15px;display: block;margin-top: 7px;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.hamburger .line:first-child{margin-top: 0;}
.hamburger .line:nth-child(2){width: 19px;}
.hamburger .line:nth-child(3){width: 14px;}
.hamburger.is-active .line:nth-child(1){ -webkit-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg);}
.hamburger.is-active .line:nth-child(2){ opacity: 0;}
.hamburger.is-active .line:nth-child(3){ width: 24px; -webkit-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg); margin-top: 3px;}

/* sitemap */ 
.sitemap{display: none;}
/* .sitemap.on{background: #fff;position: absolute;top: 0;left: 0;display: block;width: 100%;margin-top: 113px;} */
.sitemap > li{float: left;width: 18%;  min-height: 305px; margin-right: 2.5%;}
/* .sitemap > li:nth-last-child(-n+2){height: 540px;} */
.sitemap > li:nth-child(5n){border-right: 0; margin-right: 0;}
.sitemap > li > a{display: block;color: #fff; font-weight: 500;text-align: center;line-height: 1;padding: 12px 10px;background: #117ed0; letter-spacing: 0;}
.sitemap > li > .site_gnb{padding: 15px 0;}
.sitemap > li > .site_gnb > li{ margin-top: 18px;}
.sitemap > li > .site_gnb > li:first-child{margin-top: 0;}
.sitemap > li > .site_gnb > li > a{border-bottom: 1px solid #cccccc;display: block;padding-bottom: 9px;color: #1f1f1f;font-weight: 400;font-size: 0.938em; letter-spacing: 0; letter-spacing: -0.8px; text-align: center;}  
.sitemap > li > .site_gnb > li:last-child a{border-bottom: 0;}
.sitemap > li > .site_gnb > li > ul{padding: 8px 5px; margin: 0; display:none;}
.sitemap > li > .site_gnb > li > ul > li{margin-top: 4px;}
.sitemap > li > .site_gnb > li > ul > li:first-child{margin-top: 0;}



/*search*/
/*0202*/
.search_wrap{ display: none; position: absolute; top: 112px; left: 0; right: 0; z-index: 3; height: 100px;}

.ser_open_btn{position: absolute;right: 0;top: 40px;z-index: 1;width: 41px;height: 41px;font-size: 0; background: transparent;}
.search_ver {display: block;position: absolute;top: 50%;left: 50%;overflow: hidden;width: 100%;height: 56px;border-bottom: 1px solid #70b2e3;background: #117ed0;z-index: 10;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); max-width: 658px;}
.search_ver.skin2 .sch_slt{height: 44px; border: 0; border-right: 1px solid #cccccc; width: 136px; margin-right: 0;}
.search_ver .head_serch{display: inline-block;width: calc(100% - 38px);height: 56px;border: 0;margin-left: 0;float: left; background: #117ed0; color: #fff;}
.search_ver .head_serch::placeholder{color: #fff; font-size: 1.188em;}
.search_ver .btn_newserch{position: absolute;right: 0;top: 12px;font-size: 0;width: 32px;height: 31px;display: block;background: url(/_static/yjsjtour/img/common/searchBt.png) no-repeat; background-size: 100%;}
.search_wrap.search_on{display: block;}
.search_wrap.search_on:before {content:'';display: block;position: absolute;top: 0;left: 50%;width: 100vw;height: 100%;margin-left: -50vw;background-color: #117ed0;}

.search_wrap .btn_close{
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent;
    transform: translateY(-50%); -webkit-transform: translateY(-50%);
}

.headerWrap.scrolled .search_wrap{top: 73px;}

/* m_menu */
.m_header{display: none;}
.mobFade{position:fixed; display: none; top:99px; left:0; width:100%; height:100%; background:rgba(0,0,0,5); opacity:0.8; z-index:1;}
.mobFade.on{display: block;}
.content{/*padding-top: 158px;*/position: relative; overflow: hidden;}


/* .gnb_bg */
.gnb_bg {
	display: none;
	position: absolute;
	top: 113px;
	left: 0;
	z-index: -1;
	height: calc(100% - 180px);
	width: 100%;
	background: #fff !important;
	border-bottom: 1px solid #d4d4d4;
	/* padding-bottom: 1px; */
}
/* .gnb_bg.abc{
 top: 174px;
} */
.gnb_bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	width: 30%;
	background: #fff;
}



.gnb_bg.abc:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30%;
	background: #fff;
}

.headerWrap.scrolled .gnb_bg{top:73px;}



/*footer*/
.footerWrap{position: relative; background: #191919;}


/* footer_btm */
.footer_btm{position: relative;padding-bottom: 47px;padding-top: 33px;}
.footer_menu{
 position: relative;
}
.footer_menu .footer_list{overflow: hidden;}
.footer_menu .footer_list li{float: left;position: relative;padding: 0px 28px;}
.footer_menu .footer_list li:first-child{padding-left: 0;}
.footer_menu .footer_list li:first-child:after{display: none;}
.footer_menu .footer_list li:after {content: '';width: 1px;height: 10px;position: absolute;top: 50%;left: 0px;background: #5c5c5c;margin: -4px 0 0;}
.footer_menu .footer_list li:first-child a{color: #ffd800; }
.footer_menu .footer_list li a{display: block;color: #dcdcdc;letter-spacing: 0;}


.mft_list{display: none;}
.mft_list .foot_site_menu li a{color: #9c9ea2;}

/* footer_logo */

.footer_area{}
.footer_area .foonter_info{margin-top: 29px;}
.footer_area .foonter_info p{color: #fff;margin-top: 17px;letter-spacing: 0;font-weight: 300;font-size: 0.938em;color: #999;line-height: 1;}
.footer_area .foonter_info p:first-child{ margin-top: 0;}

.ft_sns_list{
 position: absolute;
 top: 0px;
 right: 0px;
}
.ft_sns_list li:first-child{margin-left:0;}
.ft_sns_list li{
 float: left;
 margin-left: 5px;
}
.ft_sns_list li a{
    display: block;
    width: 33px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.ft_sns_list li a img{position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(calc(-50% - -0.5px), -50%);}


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

}

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

    .quick_typeB {display: none;}
}

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


.sitemap>li:nth-child(4){padding-left: 0.7%;}
.sitemap > li > a{font-size: 1.375em;}
.sitemap > li > a.on > span:after{bottom: -4px;}

/* header */
.headerWrap .header .gnbArea .gnb>li>a{font-size: 1.125em;}


/* .footer_area{display: block; padding-bottom: 30px;}
.footer_btm{ padding-bottom: 30px; margin-top: 30px;}
.footer_area .foonter_info{display: block; width: 100%; text-align: center;}
.footer_area .footer_logo{display: block; width: 100%; text-align: right; margin-top: 30px;}

.footer_area{padding-left: 250px;}
.ft_sns_list li{margin-left: 15px;} */

 
}


@media all and (max-width:1024px){
/*검색창 삭제*/
/* .sch_bar_box{display: none;} */

.quick_typeB{display: none;}

/* head */ 
.headerWrap.scrolled{top: 0; border-bottom: 0;}
.head_side{display: none;}
.headerWrap .headTop{display: none;}
.headerWrap .header .logo{
 display: block;
 position: absolute;
 top: 50%;
 bottom: auto;
 left: 15px;
 transform: translate(0,-50%);
 -webkit-transform: translate(0, -50%);
 padding: 0;
}

 /* .header{display: none;} */
 .headerWrap .header {width:100%; height:99px; border-top: 0; position: relative; border-bottom: 1px solid #cccccc;}
 .hamburger .line{background-color: #000; }
 .hamburger.is-active .line:nth-child(1){width: 30px;}
 .hamburger.is-active .line:nth-child(3){width: 30px;}
 .view_wrap .hamburger{width: 40px;}
 .headerWrap .header .gnbArea {height: 99px; }
 .headerWrap.scrolled .header .gnbArea{height: 74px;}
 /* .headerWrap .header .gnbArea .logo{display: block; top: 50%; left: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(calc(-50% + 0.5px),calc(-50% + 0.5px));} */
 .headerWrap .header .gnbArea .gnb{ display:none; }
 .headerWrap.scrolled .header{border-bottom: 1px solid #cccccc;}
 .headerWrap.scrolled .view_wrap{top: 50%;}
 .headerWrap.scrolled .ser_open_btn{top: 50%;}

 /*모바일 메뉴*/
 .mobGnb {position:fixed;top:99px;left:0;z-index:100;margin-left:-100%;width:100%;background:#fff;height:100%;overflow:auto;padding-bottom: 200px;/*border-top: 1px solid #d1d3c9;*/}
 .headerWrap.scrolled .mobGnb{border-top: 0;}
 .mobGnb .m_gnb {padding:0 0 40px;position: relative; height: 100%;}
 .mobGnb .m_gnb > li{width:100%;display:block; }
 .mobGnb .m_gnb > li:first-child{margin-top: 0;}
 .mobGnb .m_gnb > li > a{display: block;font-size: 1.250em;font-weight: 500;color: #0c0c0c;padding: 10px 30px;overflow: hidden;width: 40%;border-bottom: 1px solid #ddd;background: #f5f5f5; position: relative;}
 .mobGnb .m_gnb > li > a.on{
 color: #fff;
 background: #117ed0;
 }
 .mobGnb .m_gnb > li > a img{margin-left: 3px;}
 .mobGnb .m_gnb > li > a.on:after{
 content: '';
 display: block;
 position: absolute;
 top: -1px;
 left: -1px;
 width: calc(100% - 2px);
 height: calc(100% - 2px);
 border: 2px solid #117ed0;
 }
 .mobGnb .m_gnb > li > .m_gnbS{overflow: hidden;position: absolute;background: #fff;right: 0;top: 0;width: 60%;display: none;}
 .mobGnb .m_gnb > li > .m_gnbS.on{display: block;}
 
 .mobGnb .m_gnb > li > .m_gnbS > li > a {display:block;padding:10px 0 10px 30px;height: 47px; line-height: 25px; border-bottom: 1px solid #dfdfdf; background-repeat: no-repeat; background-position: right 10px center; background-size: 11px;}
 .mobGnb .m_gnb > li > .m_gnbS > li > a span{/* font-weight: 500; */display: inline-block;vertical-align: middle;}
 .mobGnb .m_gnb > li > .m_gnbS > li ul{padding:0 0 0 40px; display: none; border-bottom: 1px solid #dfdfdf; }
 .mobGnb .m_gnb > li > .m_gnbS > li ul li{ padding:0 0 0 10px; position:relative; }
 .mobGnb .m_gnb > li > .m_gnbS > li ul li:after{ content:''; width:3px; height:3px; background:#21b2b8; position:absolute; top:17px; left:0; }
 .mobGnb .m_gnb > li > .m_gnbS > li ul li a { color:#555; font-size: 0.875em; line-height: 1.5; display: inline-block; vertical-align: middle; line-height: 35px;}
  .m_header{display: block;}
  .headerWrap .m_header .logo{ display: block; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(calc(-50% + 0.5px),calc(-50% + 0.5px));
  }

 
 .search_wrap{top: 98px; height: 80px;}
 .search_wrap .btn_close{right: 15px;}

 /* .content{padding-top: 98px;} */

 /*우측 상단 버튼*/
 .view_wrap{
 right:0;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
}
 .ser_open_btn{
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.join_wrap{
 display: table;
 table-layout: fixed;
 width: 100%;
 max-width: 480px;
 margin: 0 auto;
}
.join_wrap a{
 display: table-cell;
 color: #272727;
 line-height: 1;
 position: relative;
 font-size: 1.125em;
 text-align: center;
 font-weight: 300;
}
.join_wrap a:after{
 content: '';
 width: 1px;
 height: 12px;
 position: absolute;
 top: 50%;
 right: 0px;
 background: #ccc;
 margin: -5px 0 0;
}
.join_wrap a:last-child:after{display: none;}

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


 .mobFade{top: 99px;}


 .search_ver{
    width: calc(100% - 65px);
    transform: translate(0, -50%);
    left: 0;
    -webkit-transform: translate(0, -50%);
    margin-left: 15px;
    height: 50px;
 }
 .search_ver .head_serch{height: 50px;}
 .search_ver .btn_newserch{top: 9px;}

 .footer_btm{margin-top: 0; padding-bottom: 30px; padding-top: 0;}
 .footer_area{padding: 0; margin-top: 0;}
 .footer_area .foonter_info{text-align: center;}
 .footer_area .footer_logo{text-align: center;}
 

 .footerWrap .mft_list {position:relative; display: block;}
 .footerWrap .mft_list .foot_site_btn {display:inline-block;vertical-align: middle;position:relative;padding-left: 20px;width:100%;height: 45px;line-height: 43px;text-align: left;background: #1F222B;border-bottom: 1px solid #515563;}
 .footerWrap .mft_list .foot_site_btn span{color: #d5d6d6;}
 .footerWrap .mft_list .foot_site_btn .arr{position: absolute;top: 0;right: 0;display: inline-block;width: 44px;height: 44px;border-left: 1px solid #515563;}
 .footerWrap .mft_list .foot_site_btn .arr img {position:absolute; transform:rotate(180deg); left:15px; top:50%; margin-top:-3px; font-size:12px; transition:all 0.3s;}
 .footerWrap .mft_list .foot_site_btn.on .arr img { margin-top:-4px; transform:rotate(0deg);}
 .footerWrap .mft_list .foot_site_menu {display:none;position:absolute;left:0;bottom:43px;z-index:1;overflow:auto;width:100%;background-color: #292e3e;}
 .footerWrap .mft_list .foot_site_menu li{border-bottom: 1px solid #515563;}
 .footerWrap .mft_list .foot_site_menu li a {display:block;height: 45px;line-height: 45px;padding-left:20px;color: #d5d6d6;font-size:0.875em;}
 .footerWrap .mft_list .foot_site_menu li.info a {color:#235788;}
 .footerWrap .mft_list .slt_btn{color: #a0a0a0; border: 1px solid #585858; width: 60px; height: 45px; display: inline-block; vertical-align: middle; line-height: 43px;}

 .footer_menu .footer_list{display: none;}
 .footerWrap .m_call_list {position:relative; display: block;}
 .footerWrap .m_call_list .foot_site_btn {display:inline-block;vertical-align: middle;position:relative;padding-left: 20px;width:100%;height: 45px;line-height: 43px; text-align: left;background: #1F222B;border-bottom: 1px solid #515563;}
 .footerWrap .m_call_list .foot_site_btn span{color: #d5d6d6;}
 .footerWrap .m_call_list .foot_site_btn .arr{position: absolute;top: 0;right: 0;display: inline-block;width: 44px;height: 44px;border-left: 1px solid #515563;}
 .footerWrap .m_call_list .foot_site_btn .arr img {position:absolute; transform:rotate(180deg); left:15px; top:50%; margin-top:-3px; font-size:12px; transition:all 0.3s;}
 .footerWrap .m_call_list .foot_site_btn.on .arr img { margin-top:-4px; transform:rotate(0deg);}
 .footerWrap .m_call_list .foot_site_menu {display:none;position:absolute;left:0;bottom:43px;z-index:1;overflow:auto;width:100%;background-color: #292e3e;}
 .footerWrap .m_call_list .foot_site_menu li{border-bottom: 1px solid #e0e0e0;}
 .footerWrap .m_call_list .foot_site_menu li strong{/* font-size: 0.875em; */display: block;line-height: 1;color: #fff;margin-bottom: 3px;}
 .footerWrap .m_call_list .foot_site_menu li a {display:block;height: 45px;/* line-height: 45px; */padding-left:20px;padding: 5px 0 5px 20px;color: #d5d6d6;font-size:0.875em;}
 .footerWrap .m_call_list .foot_site_menu li.info a {color:#235788;}
 .footerWrap .m_call_list .slt_btn{color: #a0a0a0; border: 1px solid #585858; width: 60px; height: 45px; display: inline-block; vertical-align: middle; line-height: 43px;}

 .ft_sns_list{position: static; max-width: 148px; margin: 20px auto;}
 .ft_sns_list li:first-child{margin-left: 0;}
 .footer_area .foonter_info{margin-top: 10px; padding: 0 15px;}
}

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

@media all and (max-width:640px){
 /* header */
 .headerWrap .header{height: 60px;}

 .headerWrap .header .gnbArea{height: 60px;}

 /*우측 상단 버튼*/
 .ser_open_btn{ right: 60px;
    width: 30px; height: 30px;
}   
 .headerWrap .logo > a{width: 135px;}


 
 /* .content{padding-top: 59px;} */
 
 .mobGnb{top:60px;}


 /* search */
 .search_wrap{height: 60px; top: 59px;}
}

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


/*0202*/
 .ser_open_btn{right: 50px;}
 .search_ver .btn_newserch{
    top: 16px;
    width: 16px;
    height: 18px;
 }
 .search_wrap .btn_close{width: 15px;}

 /*모바일 메뉴*/  .ft_sns_list li a
 .mobGnb .m_gnb > li > .m_gnbS > li ul{padding: 0 0 0 20px;}.ft_sns_list li a

 /* m_menu */
 .mobGnb .m_gnb { padding:0 0 20px; height: 100%;}
 .mobGnb .m_gnb > li > a{ padding:10px 15px; text-decoration:none; font-size: 0.938em; height: 40px;}
 .mobGnb .m_gnb > li > .m_gnbS > li:nth-child(-n+2){margin-top: 0;}
 .mobGnb .m_gnb > li > .m_gnbS > li > a{padding: 10px 15px;height: 40px; line-height: 20px; font-size: 0.938em;}
 .mobGnb .m_gnb > li > .m_gnbS > li > a span{display: block;}

 .headerWrap .header .logo{left: 15px;}

 .hamburger.is-active .line:nth-child(1){width: 30px;}
 .hamburger.is-active .line:nth-child(3){width: 30px;}
 .view_wrap .hamburger{width: 30px;}


 /**/
 .join_wrap a{font-size: 1em;}
 .join_wrap a:after{height: 9px; margin: -3px 0 0;}

 .mobGnb .m_gnb > li > .m_gnbS > li ul{padding-left: 20px;}
 .mobGnb .m_gnb > li > .m_gnbS > li ul li:after{top: 14px;}

 /* footer */

 .ft_sns_list{margin: 10px auto;}

 .footer_btm{padding-bottom: 15px;}

 .footerWrap .footer .m_area{padding: 10px 10px 27px;}
 .footerWrap .footer .address{font-size: 0.813em;}
 .footer_area .foonter_info p{font-size: 0.813em; margin-top: 0; line-height: 1.5;}
}
