@charset "utf-8";

/*코딩완료후 필요 없을시 삭제!*/
/*Montserrat
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
*/
/*{font-family: 'Montserrat', sans-serif;}*/
/*Titlllium Web
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap');
*/
/*{font-family: 'Titillium Web', sans-serif;}*/


.gnb,
.gnb_m{display:none !important;}


/*헤더************************************************************/
header{position:relative;top:0;left:0;width:100%;z-index:3;}
header .area_1{background:#FFF;border-bottom:1px solid #CCC;}
header .area_1 .container{height:70px;max-width:1500px;margin: 0 auto;display:flex;justify-content:space-between;align-items:center;}
header .area_1 .item_1{height:100%;display:flex;width:310px;}
header .area_1 .item_1 a{display:flex;justify-content:center;align-items:center;color:#FFF;font-size:14px;font-family:'Noto Light';height:100%;padding:0 30px;}
header .area_1 .item_1 a.a_1{background:#3956c1;}
header .area_1 .item_1 a.a_2{background:#137fd5;}
header .area_1 .item_1 a.a_3{background:#3956c1;}
header .area_1 .item_2 a{display:flex;align-items:center;}
header .area_1 .item_2 a img{margin:-3px 10px 0 0;}
header .area_1 .item_2 a span{display:inline-block;font-family:'S-CoreDream-5Medium';color:#717171;font-size:22px;line-height:1;}
header .area_1 .item_3{height:100%;width:310px;display:flex;justify-content:flex-end;align-items:center;}
.gnb .sign a,
header .area_1 .item_3 a.a_1,
header .area_1 .item_3 a.a_2{width:55px;height:55px;display:flex;align-items:center;font-size:0;}
.gnb .sign a::before,
header .area_1 .item_3 a.a_1::before,
header .area_1 .item_3 a.a_2::before{content:"";display:block;width:100%;height:100%;}
.gnb .sign a::before{background:url(/sites/guide/images/common/icon_login.png) no-repeat center;}
header .area_1 .item_3 a.a_1::before{background:url(/sites/guide/images/common/icon_login.png) no-repeat center;}
header .area_1 .item_3 a.a_2::before{background:url(/sites/guide/images/common/icon_sitemap.png) no-repeat center;}
header .area_1 .item_3 a.a_1::after{content:"";display:block;width:1px;height:16px;background:#CCC;}

.gnb_m,
.btn_mgnb,
.mgnb_close{display:none;}

@media all and (max-width:1280px){
	header .area_1 .container{height:auto;flex-wrap:wrap;}
	header .area_1 .item_1{width:100%;}
	header .area_1 .item_1 a{width:100%;padding:10px 15px;}
	header .area_1 .item_2{width:calc(100% - 80px);padding:0 20px;}
	header .area_1 .item_3{display:none;}
	
}
@media all and (max-width:768px){
	header .area_1 .item_1 a{font-size:13px;padding:7px 5px;height:auto;}
	header .area_1 .item_2 a img{max-width:130px;margin:2px -19px 0 0;}
	header .area_1 .item_2 a span{font-size:16px;margin:5px 0 0 27px;}
}
@media all and (max-width:480px){
	header .area_1 .item_2 a{flex-wrap:wrap;}
}


/*주메뉴_DESKTOP*/
@media all and (min-width:1281px){
	header{height:150px;}
	header .area_2{position:absolute;left:0;top:71px;width:100%;background:rgba(255,255,255,1);}
	header .area_2::before{content:"";display:block;width:50%;height:calc(100% - 82px);position:absolute;left:0;top:80px;background:#DDD url(/sites/guide/images/common/area_2_bg.png) no-repeat left bottom;background-size:cover;}
	header .area_2::after{content:"";display:block;width:50%;height:calc(100% - 82px);position:absolute;right:0;top:80px;background:#DDD url(/sites/guide/images/common/area_2_bg.png) no-repeat right bottom;background-size:cover;}
	header .area_2 .container{max-width:1500px;margin: 0 auto;position:relative;z-index:1;}
	header .area_2 .container::before{content:"";display:block;width:100%;height:calc(100% - 82px);position:absolute;left:0;top:80px;background:#FFF;}

	/*
	.head_navi,
	.head_navi nav,
	.head_navi nav .div_1,
	.head_navi nav .ul_1,
	.head_navi nav .li_1,
	.head_navi nav .a_1{height:100%;}
	*/
	.head_navi nav{}
	.head_navi nav .div_1{position:relative;}
	.head_navi nav .ul_1{display:flex;justify-content:space-between;}
	.head_navi nav .li_1{width:100%;position:relative;position:relative;}
	.head_navi nav .li_1._last{display:none;}
	.head_navi nav .a_1{display:flex;justify-content:center;align-items:center;box-sizing: border-box;color:#666;font-size:18px;font-family:'Noto Medium';padding:23.5px 5px;}
	.head_navi nav .a_1::before{content:"";display:block;width:10px;height:5px;background:transparent;position:absolute;top:15px;left:50%;margin-left:-5px;}
	.head_navi nav .a_1:hover{color:#222;}
	.head_navi nav .a_1:hover::before{background:#222;transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);}
	.head_navi nav .a_1._active{color:#014099;}
	.head_navi nav .a_1._active::before{background:#014099;}

	.head_navi nav .div_2{display:none;position:relative;height:calc(100% - 80px);border-left:1px solid #EEE;}
	.head_navi nav .div_2::before{content:"";display:block;width:100%;height:1px;position:absolute;left:0;top:1px;background:#EEE;}
	.head_navi nav .li_1._last .div_2{border-right:1px solid #EEE;}
	.head_navi nav .ul_2{padding:25px 10%;}
	.head_navi nav .li_2{}
	.head_navi nav .a_2{position:relative;display:inline-block;color:#000;font-size:16px;font-family:'Noto Medium';padding:5px 0;line-height:1;}
	.head_navi nav .a_2::before{content:"";display:block;width:0;height:2px;position:absolute;bottom:-2px;left:0;background:transparent;}
	.head_navi nav .a_2:hover{color:#014099;}
	.head_navi nav .a_2:hover::before{width:100%;background:#222;transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);}
	.head_navi nav .a_2._active{color:#014099;}
	.head_navi nav .a_2._active::before{width:100%;background:#014099;}


	.head_navi nav .div_3{}
	.head_navi nav .ul_3{padding:10px 0;}
	.head_navi nav .li_3{}
	.head_navi nav .a_3{display:inline-block;color:#666;font-size:14px;font-family:'Noto Regular';padding:4px 0 4px 10px;position:relative;}
	.head_navi nav .a_3::before{content:"";display:block;width:3px;height:3px;background:#BBB;position:absolute;left:0;top:12px;}
	.head_navi nav .a_3:hover{color:#000;}
	.head_navi nav .a_3:hover::before{background:#000;}
	.head_navi nav .a_3._active{color:#2875cc;}
	.head_navi nav .a_3._active::before{background:#2875cc;}
/*
	.head_navi nav .div_2{display:none;position:absolute;top:152px;left:0;width:100%;background:#FFF;z-index:1;border-bottom:1px solid #DDD;}
	.head_navi nav .ul_2{min-height:250px;width:1600px;margin:0 auto;padding:20px;}
	.head_navi nav .li_2{}
	.head_navi nav .a_2{display:block;color:#222;font-size:18px;font-family:'Noto Medium';padding:10px 20px;}
	.head_navi nav .a_2._active{}

	.head_navi nav .div_3{position:relative;}
	.head_navi nav .ul_3{padding:10px 20px;}
	.head_navi nav .li_3{}
	.head_navi nav .a_3{display:block;color:#666;font-size:16px;font-family:'Noto Regular';position:relative;padding:4px 15px;}
	.head_navi nav .a_3._active{color:#000;}

	.head_navi nav .navGab{position:absolute;top:0;left:50%;width:770px;height:100%;margin-left:-1280px;background:url(/sites/kr/images/common/mainNavBg.jpg) no-repeat center;background-size:cover;text-align:right;}
*/
}
/*주메뉴_MOBILE*/
@media all and (max-width:1280px){
	.head_navi{display:none;position:fixed;right:0;top:0;width:100%;height:100%;overflow-y:auto;z-index:2;}
	.head_navi.on{display:block;}
	.head_navi:before{content:"";display:block;background:rgba(0,0,0,0.7);position:fixed;right:0;top:0;width:100%;height:100%;}
	.head_navi nav{margin-left:50%;margin-top:80px;position:relative;background:#FFF;padding-bottom:200px;}
	.head_navi nav:before{content:"";display:block;background:#DDD url(/sites/guide/images/common/emblem_4.png) no-repeat center 95%;background-size:150px;position:fixed;right:0;top:0;width:50%;height:100%;}
	.head_navi nav li{position:relative;}
	.head_navi nav a{display:block;font-family:'Noto Medium';border-top:1px solid rgba(255,255,255,0.5);position:relative;color:#666;}
	.head_navi nav .div_1{box-shadow:0px -10px 35px #888;position:relative;}
	.head_navi nav .div_2,
	.head_navi nav .div_3{display:none;}
	.head_navi nav .ul_3{border-top:1px solid #DDD;}
	.head_navi nav .li_1{border-bottom:1px solid #cecece;}
	.head_navi nav .li_2{border-bottom:1px solid #DDD;}
	.head_navi nav .li_3{border-bottom:1px solid #DDD;}
	.head_navi nav .li_1:last-child .a_1{border-bottom:1px solid rgba(255,255,255,0.5);}
	.head_navi nav .li_2:last-child,
	.head_navi nav .li_3:last-child{border:0;}
	.head_navi nav .a_1{font-size:18px;font-family:'Noto Bold';padding:12px 10px 12px 20px;background:#DDD;color:#222;}
	.head_navi nav .a_2{font-size:16px;padding:10px 10px 10px 40px;background:#EEE;}
	.head_navi nav .a_3{font-size:16px;padding:10px 10px 10px 55px;background:#f7f7f7;}

	.head_navi nav .li_1.have:after,
	.head_navi nav .li_1.haveOpen:after{content:"";display:block;width:20px;height:20px;position:absolute;right:20px;top:15px;border:1px solid #222;border-radius:100%;background:url(/sites/guide/images/common/arrow_14_b.png) no-repeat center;}
	.head_navi nav .li_1.have:after{transform:rotate(90deg);}
	.head_navi nav .li_1.haveOpen:after{transform:rotate(-90deg);}
	.head_navi nav .li_2.have:after,
	.head_navi nav .li_2.haveOpen:after{content:"";display:block;width:10px;height:10px;position:absolute;right:25px;top:17px;}
	.head_navi nav .li_2.have:after{background:url(/sites/guide/images/common/plus_1_b.png) no-repeat center;}
	.head_navi nav .li_2.haveOpen:after{background:url(/sites/guide/images/common/minus_1_b.png) no-repeat center;}
	.head_navi nav .a_3:before{content:"";display:block;position:absolute;width:10px;height:10px;left:40px;top:17px;background:url(/sites/guide/images/common/arrow_1_b.png) no-repeat center;}

	.head_navi nav .a_2._active{background:#c9d7e4;}
	.head_navi nav .a_3._active{background:#d9e3ed;}

	.head_navi nav .gnb_sideA,
	.head_navi nav .gnb_sideB,
	.head_navi nav .navGab{display:none;}

	.gnb_m,
	.btn_mgnb,
	.mgnb_close{display:block;}
	
	.btn_mgnb{width:80px;height:80px;cursor:pointer;background:url(/sites/guide/images/common/btn_mgnb.png) no-repeat center;text-indent:-9999px;}
	.mgnb_close{position:fixed;right:0;top:0;width:50%;height:80px;background:#00a195 url(/sites/guide/images/common/emblem_3.png) no-repeat 92%;background-size:150px;}
	.mgnb_close button{display:inline-block;text-indent:-9999px;width:80px;height:100%;background:#222 url(/sites/guide/images/common/x_6_w.png) no-repeat center;}
	.gnb_m{width:calc(50% - 80px);position:fixed;right:0;top:0;z-index:1;}
	.gnb_m .sign a{display:block;width:80px;height:80px;text-indent:-9999px;background:#007d77 url(/sites/guide/images/common/icon_login_w.png) no-repeat center;}
}
@media all and (max-width:768px){
	.head_navi nav{margin-left:25%;}
	.head_navi nav:before,
	.head_navi .mgnb_close{width:75%;}
	.btn_mgnb{width:65px;height:65px;background-size:28px;}
	.gnb_m{width:calc(75% - 80px);}
}
@media all and (max-width:480px){
	.head_navi nav{margin-left:0;}
	.head_navi nav:before,
	.head_navi .mgnb_close{width:100%;}
	.gnb_m{width:calc(100% - 80px);}
}


/*스크롤시*/
@media all and (min-width:1281px){
	.navOn header,
	.fix header{height:auto;}
	.navOn .area_2,
	.fix .area_2{border-bottom:1px solid #EEE;position:fixed;left:0;top:0;width:100%;z-index:1;background:rgba(255,255,255,1) !important;transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);}
	.navOn .head_navi nav .a_1,
	.fix .head_navi nav .a_1{color:#666 !important;}
	.navOn .head_navi nav .a_1:hover,
	.fix .head_navi nav .a_1:hover{color:#666 !important;}


}
@media all and (max-width:1280px){
	.fix .area_1{border-bottom:1px solid #CCC;position:fixed;left:0;top:0;width:100%;z-index:1;}
	.fix .area_1 .item_1{display:none;}
}

/*새창아이콘*/
.head_navi nav .a_2.new_win:after,
.head_navi nav .a_3.new_win:after{content:"";display:inline-block;width:15px;height:15px;vertical-align:0;margin-left:2px;background:url(/sites/guide/images/common/aLink_3_b.png) no-repeat center;filter:alpha(opacity=50);opacity:0.5;}


/*FOOTER************************************************************/
footer{background:#000;position:relative;}

.footer_quick{background:#252433;padding:25px 0 75px 0;}
.footer_quick .inner{max-width:1500px;margin:0 auto;display:flex;justify-content:space-between;}
.footer_quick a{font-family:'Noto Regular';font-size:16px;color:#FFF;width:100%;display:block;text-align:center;position:relative;}
.footer_quick a::after{content:"";display:block;width:1px;height:10px;background:#FFF;position:absolute;right:0;top:calc(50% - 5px);}
.footer_quick a:last-child::after{display:none;}
.footer_con{max-width:1500px;margin:0 auto;margin-top:-40px;}
.footer_con .wrap_1{background:#888 url(/sites/guide/images/common/footer_bg.jpg) no-repeat center;display:flex;justify-content:space-between;padding:20px;}
.footer_sns{display:flex;align-items:center;}
.footer_sns a{margin:0 7px;display:block;line-height:1;}
.family_site{display:flex;}
.family_site > div{margin-left:5px;min-width:250px;position:relative;}
.family_site .openList{display:block;border:1px solid #6c8292;padding:10px 35px 10px 15px;color:#a5a5a5;font-size:14px;background:url(/sites/guide/images/common/family_site_plus.png) no-repeat 90% center;}
.family_site .list{display:none;position:absolute;left:0;top:-80px;width:100%;padding:15px;background:#09274a;border:1px solid #041c38;box-shadow:0px 10px 10px #000;}
.family_site .list ul{height:200px;overflow-x:hidden;overflow-y:auto;}
.family_site .list li a{display:block;padding:3px;color:#a5a5a5;font-size:12px;}
.family_site .list .close{display:block;text-indent:-9999px;background:url(/sites/guide/images/common/x_1_w.png) no-repeat center;height:30px;}
.family_site .list .title{padding:7px 3px;color:#FFF;font-size:14px;font-family:'Noto Medium';border-top:1px dotted #FFF;border-bottom:1px dotted #FFF;margin:5px 0;}
.footer_con .wrap_2{display:flex;justify-content:space-between;align-items:center;padding:35px 0;}
.footer_con .item_1{padding-left:100px;background:url(/sites/guide/images/common/logo_footer.png) no-repeat left center;}
.fnb{display:flex;align-items:center;}
.fnb a{font-size:16px;color:#bcbcbc;font-family:'Noto Medium';margin-right:15px;}
address{font-size:16px;color:#8d8d8d;padding-top:5px;font-family:'Noto Regular';}
.copyright{font-size:16px;color:#656565;padding-top:5px;font-family: 'Play', sans-serif;font-weight:700;}
.footer_con .item_2{display:flex;}
.footer_con .item_2 a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:110px;height:110px;border:1px solid #afafaf;margin-left:10px;}
.footer_con .item_2 a span{font-size:16px;color:#afafaf;padding-top:5px;}

/*우로장확회 */

.footer_quick1{background:#252433;}
.footer_quick1 .inner{max-width:1500px;margin:0 auto;display:flex;justify-content:space-between;}
.footer_quick1 a{font-family:'Noto Regular';font-size:16px;color:#FFF;width:100%;display:block;text-align:center;position:relative;}
.footer_quick1 a::after{content:"";display:block;width:1px;height:10px;background:#FFF;position:absolute;right:0;top:calc(50% - 5px);}
.footer_quick1 a:last-child::after{display:none;}
.footer_con1{max-width:1500px;margin:0 auto;padding:25px 0 75px 0;}
.footer_con1 .wrap_1{background:#888 url(/sites/guide/images/common/footer_bg.jpg) no-repeat center;display:flex;justify-content:space-between;padding:20px;}
.footer_con1 .wrap_3{display:flex;justify-content:space-between;align-items:center;padding:25px 0; margin-top:25px;}
.footer_con1 .item_1{padding-left:100px;background:url(/sites/guide/images/common/logo_footer.png) no-repeat left center;}
.footer_con1 .item_2{display:flex;}
.footer_con1 .item_2 a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:110px;height:110px;border:1px solid #afafaf;margin-left:10px;}
.footer_con1 .item_2 a span{font-size:16px;color:#afafaf;padding-top:5px;}
.fnb1{display:flex;align-items:center;}
.fnb1 a{font-size:16px;color:#bcbcbc;font-family:'Noto Medium';margin-right:15px;}

@media all and (max-width:1500px) {
	.footer_quick .inner,
	.footer_con{max-width:calc(100% - 40px);}
  /*우로장확회 푸터*/
  .footer_quick1 .inner,
	.footer_con1{max-width:calc(100% - 40px);}
}
@media all and (max-width:1280px) {
	.footer_con .wrap_2{flex-wrap:wrap;}
	.footer_con .item_0{display:none;}
	.footer_con .item_1,
	.footer_con .item_2{width:100%;}
	.footer_con .item_2{margin-top:30px;margin-left:90px;}
	.footer_con .item_2 a{width:70px;height:70px;}
	.footer_con .item_2 a img{max-width:30px;}
	.footer_con .item_2 a span{font-size:14px;}
  /*우로장확회 푸터*/
  .footer_con1 .wrap_3{flex-wrap:wrap;}
	.footer_con1 .item_0{display:none;}
	.footer_con1 .item_1,
	.footer_con1 .item_2{width:100%;}
	.footer_con1 .item_2{margin-top:30px;margin-left:90px;}
	.footer_con1 .item_2 a{width:70px;height:70px;}
	.footer_con1 .item_2 a img{max-width:30px;}
	.footer_con1 .item_2 a span{font-size:14px;}
}
@media all and (max-width:1024px) {
	.footer_quick .inner{flex-wrap:wrap;justify-content:flex-start;}
	.footer_quick a{width:auto;padding-right:20px;}
	.footer_quick a::after{display:none;}
	.fnb{flex-wrap:wrap;}
	address{padding:20px 0;}
	address span,
	.copyright span{display:block;}
  
  
  /*우로장확회 푸터*/
  .footer_quick1 .inner{flex-wrap:wrap;justify-content:flex-start;}
	.footer_quick1 a{width:auto;padding-right:20px;}
	.footer_quick1 a::after{display:none;}
  .fnb1{flex-wrap:wrap;}
}
@media all and (max-width:768px) {
	.footer_quick{padding:25px 0;}
	.footer_con{margin-top:0;}
	.footer_con .wrap_1{flex-wrap:wrap;background:#000;padding:20px 0 0 0;}
	.footer_sns,
	.family_site{width:100%;justify-content:center;flex-wrap:wrap;}
	.family_site{margin-top:20px;}
	.family_site > div{margin:0 0.5%;min-width:auto;width:49%;}
	.family_site .openList{background-position:95% center;}
  /*우로장확회 푸터*/
  
	.footer_con1{margin-top:0;}
	.footer_con1 .wrap_1{flex-wrap:wrap;background:#000;padding:20px 0 0 0;}
}
@media all and (max-width:380px) {
	.family_site > div{margin:0 0 1% 0;width:100%;}
	.footer_con .item_1{padding-left:0;background:none;}
	.footer_con .item_2{margin-left:0;}
  /*우로장확회 푸터*/
  .footer_con1 .item_1{padding-left:0;background:none;}
	.footer_con1 .item_2{margin-left:0;}
}


/*고탑***********************************************************/
.goTop a{display:block;text-indent:-9999px;color:#FFF;text-align:center;background:#888 url(/sites/guide/images/common/arrow_5_w.png) no-repeat center;transform:rotate(-90deg);width:50px;height:50px;border-radius:100%;position:fixed;bottom:20px;right:20px;filter:alpha(opacity=50);opacity:0.5;}


/*서브비주얼************************************************************/
.wrap_sub_visual{position:relative;height:319px;overflow:hidden;}
.wrap_sub_visual::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-size:cover !important;}
.wrap_sub_visual a{display:flex;align-items:center;position:absolute;top:calc(50% - 30px);font-size:16px;color:#FFF;}
.wrap_sub_visual a.prev::before,
.wrap_sub_visual a.next::after{content:"";display:block;width:60px;height:60px;border-radius:50%;background:rgba(0,0,0,0.7) url(/sites/guide/images/common/arrow_2_w.png) no-repeat center;}
.wrap_sub_visual a.prev::before{transform:rotate(180deg);margin-right:15px;}
.wrap_sub_visual a.next::after{margin-left:15px;}
.wrap_sub_visual a.prev{left:20px;}
.wrap_sub_visual a.next{right:20px;}
.wrap_sub_visual .container{height:100%;display:flex;align-items:center;justify-content:center;}
.wrap_sub_visual .container .visual_intro{text-align:center;}
.wrap_sub_visual .container .visual_intro strong{display:inline-block;color:#FFF;font-family:'Noto Medium';font-size:35px;}
.wrap_sub_visual .container .visual_intro span{display:none;}
@media all and (max-width:768px) {
	.wrap_sub_visual{height:200px;}
	.wrap_sub_visual a{font-size:0;top:calc(50% - 22.5px);}
	.wrap_sub_visual a.prev::before,
	.wrap_sub_visual a.next::after{width:45px;height:45px;border-radius:0;}
	.wrap_sub_visual a.prev{left:0;}
	.wrap_sub_visual a.next{right:0;}
	.wrap_sub_visual .container{}
	.wrap_sub_visual .container .visual_intro strong{font-size:25px;}
}
/*애니메이션*/
.wrap_sub_visual:before{animation-name:subVisual;animation-duration:5s;animation-fill-mode:forwards;}
@keyframes subVisual{
	0%{transform:scale(1);filter:blur(100px);filter:grayscale(1);transform:scale(1);}
	100%{transform:scale(1.05);filter:blur(0px);filter:grayscale(0);transform:scale(1.1);}
}



/*서브기능************************************************************/
.wrap_page_func{position:relative;width:100%;height:70px;background:#0c5bc4;}
.wrap_page_func::before{content:"";display:block;width:50%;height:100%;background:#009a92;position:absolute;right:0;top:0;}
.wrap_page_func .container{background:#0c5bc4;position:relative;max-width:1500px;height:100%;margin: 0 auto;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;z-index:1;}

/*서브유틸*/
.sub_util{width:210px;height:100%;}
.sub_util > ul{display:flex;justify-content:center;height:100%;}
.sub_util > ul > li{position:relative;height:100%;}
.sub_util > ul > li > button{display:block;height:100%;width:70px;text-indent:-9999px;}
button.sub_favo{background:#1380d5 url(/sites/guide/images/common/ico_favo.png) no-repeat center;}
button.sub_share{background:#009a92 url(/sites/guide/images/common/ico_sns.png) no-repeat center;}
button.sub_print{background:#0c5bc4 url(/sites/guide/images/common/ico_print.png) no-repeat center;}
/*즐겨찾기*/
.box_sub_favo{display:none;position:absolute;right:0;top:0;overflow:hidden;border:1px solid #3e454c;width:250px;background:#FFF;z-index:1;}
.box_sub_favo  > strong {display:block;font-family:'Noto Medium';font-size:16px;padding:10px 20px;background:#007d77;color:#FFF;}
.box_sub_favo ul{padding:15px;}
.box_sub_favo ul li {padding:0 0 5px 0;font-size:14px;}
.box_sub_favo ul li a span {display:none;}
.box_sub_favo .close{text-indent:-9999px;position:absolute;right:0;top:0;width:43px;height:43px;background:url(/sites/guide/images/common/x_1_w.png) no-repeat center;}
.box_sub_favo .del{width:17px;height:17px;margin:0 0 0 10px;background:url(/sites/guide/images/common/x_1_b.png) no-repeat center;text-indent:-9999px;}
.box_sub_favo .control{text-align:center; padding:15px 0;}
.box_sub_favo .control button{display:inline-block; display:inline-block; padding:5px 20px;color:#FFF;font-size:12px;border-radius:40px;}
.box_sub_favo .control button.add{background:#007d77;}
.box_sub_favo .control button.reset{background:#707070;}
/*공유하기*/
.box_sub_share{display:none;position:absolute;right:0;top:0;width:70px;border:1px solid #000;background:#FFF;z-index:1;}
.box_sub_share .close{width:100%;height:70px;text-indent:-9999px;background:#52575c url(/sites/guide/images/common/x_1_w.png) no-repeat center;}
.box_sub_share ul{}
.box_sub_share ul button{display:block;width:100%;height:60px;text-indent:-9999px;background-size:40% !important;}
.box_sub_share .fb{background:#3a5897 url(/sites/guide/images/common/icon_facebook.png) no-repeat center center;}
.box_sub_share .tw{background:#5faade url(/sites/guide/images/common/icon_twitter.png) no-repeat center center;}
.box_sub_share .pin{background:#e60c1d url(/sites/guide/images/common/icon_pin.png) no-repeat center center;}
.box_sub_share .kakao{background:#ffe503 url(/sites/guide/images/common/icon_kakao.png) no-repeat center center;}
.box_sub_share .addr{background:#FFF url(/sites/guide/images/common/icon_url.png) no-repeat center center;background-size:75% !important;}
.box_sub_share .insta{background:#bf0761 url(/sites/guide/images/common/icon_insta.png) no-repeat center center;}

/*서브내비*/
.sub_navi{width:calc(100% - 210px);height:100%;}
.sub_navi > ul{display:flex;justify-content:flex-start;height:100%;}
.sub_navi > ul > li{position:relative;display:flex;justify-content:flex-start;align-items:center;border-left:1px solid #256cca;padding:0 15px;height:100%;}
.sub_navi > ul > li > button{display:block;min-width:180px;height:100%;font-size:15px;color:#FFF;display:flex;justify-content:space-between;align-items:center;}
.sub_navi > ul > li > button::after{content:"";display:block;width:8px;height:13px;background:url(/sites/guide/images/common/arrow_2_w.png) no-repeat center;transform:rotate(90deg);margin-left:15px;}
.sub_navi > ul > li.home{background:url(/sites/guide/images/common/icon_home_w.png) no-repeat center;padding:0;}
.sub_navi > ul > li.home a{display:block;width:70px;height:100%;text-indent:-9999px;}
.sub_navi > ul > li:last-child > button{}
/*서브내비목록*/
.sub_navi > ul > li ul{display:none;position:absolute;width:100%;left:0;top:70px;box-shadow: 1px 1px 5px #666;padding:10px;background:#FFF;}
.sub_navi > ul > li ul.active{display:block;}
.sub_navi > ul > li ul li{}
.sub_navi > ul > li ul li a{display:block;font-size:14px;padding:8px 15px;color:#222;border-bottom:1px solid #EEE;}
.sub_navi > ul > li ul li:last-child a{border:0;}

@media all and (max-width:1280px) {
	.wrap_page_func{height:50px;}

	.sub_util{width:50px;}
	.sub_util > ul > li{display:none;}
	.sub_util > ul > li:last-child{display:block;}
	.sub_util > ul > li > button{width:50px;}
	.sub_navi > ul > li ul{top:50px;}
	.box_sub_share{width:50px;}
	.box_sub_share .close{height:50px;}
	.box_sub_share ul button{height:50px;}

	.sub_navi{width:calc(100% - 50px);}
	.sub_navi > ul{}
	.sub_navi > ul > li{display:none;border-left:0;}
	.sub_navi > ul > li.home,
	.sub_navi > ul > li:last-child{display:block;}
	.sub_navi > ul > li.home a{width:50px;}
	.sub_navi > ul > li:last-child{width:calc(100% - 50px);border-left:1px solid #256cca;}
	.sub_navi > ul > li > button{min-width:100%;border-bottom:0;}
}
@media all and (max-width:768px) {
}


/*컨텐츠************************************************************/
.sub .wrap_contents{background:#FFF;position:relative;padding-bottom:100px;}
@media all and (max-width:1280px) {
}
@media all and (max-width:768px) {
}


/*탭메뉴************************************************************/
.tab{max-width:1500px;margin:0 auto;}
.tab nav{}
.tab_div{}
.tab_div > a{display:none;}
.tab_div > ul{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-bottom:40px;margin-top:1px;}
.tab_div > ul > li{width:20%;margin-left:-1px;height:80px;margin-top:-1px;}
.tab_div > ul > li > a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:10px;text-align:center;line-height:1.1;border:1px solid #0075d2;background:#FFF;color:#0075d2;font-family:'Noto Regular';font-size:20px;}

.tab_div > ul > li._active{}
.tab_div > ul > li > a._active{color:#FFF;background:#0075d2;}

.tab_div > ul.count2 > li{width:50%;}
.tab_div > ul.count3 > li{width:33.3%;}
.tab_div > ul.count4 > li{width:25%;}
.tab_div > ul.count5 > li{width:20%;}
.tab_div > ul.count6 > li{width:33.3%;}
.tab_div > ul.count7 > li{width:20%;}
.tab_div > ul.count8 > li{width:25%;}
.tab_div > ul.count9 > li{width:20%;}
.tab_div > ul.count10 > li{width:20%;}

@media all and (max-width:1500px) {
  .tab{max-width:96%;}
}
@media all and (max-width:1280px) {
	.tab_div > ul > li{height:60px;}
	.tab_div > ul > li > a{font-size:16px;}
}
@media all and (max-width:768px) {
	.tab_div > ul > li{width:33.3% !important;height:50px;}
	.tab_div > ul > li > a{font-size:14px;}
}
@media all and (max-width:480px) {
	.tab_div > ul > li{width:50% !important;}
}
@media all and (max-width:300px) {
	.tab_div > ul > li{width:100% !important;}
}


/*타이틀************************************************************/
.page_title{background:#FFF;padding:50px 0;position:relative;}
.page_title h1{color:#333;font-size:40px;font-family:'Noto Medium';text-align:center;display:flex;align-items:center;justify-content:center;}
.page_title h1::before,
.page_title h1::after{content:"";display:block;width:10px;height:10px;background:#0c5bc4;margin:0 20px;}

@media all and (max-width:1280px) {
	.page_title h1{font-size:30px;}
}
@media all and (max-width:768px) {
	.page_title h1{font-size:24px;}
}


/*템플릿타입별조정************************************************************/
/*타입별*/
.type_humanrights header .area_1{border-bottom-color:rgba(255,255,255,0.5);}

.type_college header .area_1{border-bottom-color:#00655f;}


/*HOVER************************************************************/
@media all and (min-width:1281px) {
	.wrap_page_func .sub_navi > ul > li ul li a:hover{background:#0a3e83;color:#FFF;}
	.wrap_sub_visual a.prev:hover::before,
	.wrap_sub_visual a.next:hover::after{background-color:rgba(0,0,0,0.6);transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);}
}
