﻿/* Mirtech Co. */
/* mir_home_common 서울장신대학교 이용자용 공통 css - copyright all mirtech */

/* Noto Sans KR */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../../plugin/notosans/NotoSansKR-Thin.woff2) format('woff2'),
       url(../../plugin/notosans/NotoSansKR-Thin.woff) format('woff'),
       url../../plugin/notosans/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../../plugin/notosans/NotoSansKR-Light.woff2) format('woff2'),
       url(../../plugin/notosans/NotoSansKR-Light.woff) format('woff'),
       url(../../plugin/notosans/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../../plugin/notosans/NotoSansKR-Regular.woff2) format('woff2'),
        url(../../plugin/notosans/NotoSansKR-Regular.woff) format('woff'),
        url(../../plugin/notosans/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../../plugin/notosans/NotoSansKR-Medium.woff2) format('woff2'),
        url(../../plugin/notosans/NotoSansKR-Medium.woff) format('woff'),
        url(../../plugin/notosans/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../../plugin/notosans/NotoSansKR-Bold.woff2) format('woff2'),
        url(../../plugin/notosans/NotoSansKR-Bold.woff) format('woff'),
        url(../../plugin/notosans/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../../plugin/notosans/NotoSansKR-Black.woff2) format('woff2'),
        url(../../plugin/notosans/NotoSansKR-Black.woff) format('woff'),
        url(../../plugin/notosans/NotoSansKR-Black.otf) format('opentype');
 } 

  
/* s- core */
@font-face {
    font-family: 'S-CoreDream';
    font-weight: 400;
    src:  url('../../plugin/s-core/scdream4.ttf') format('truetype'),  
         url(../../plugin/s-core/scdream4.woff) format('woff'),
         url(../../plugin/s-core/scdream4.woff2) format('woff2');
    font-style: normal;
  }
  
  @font-face {
    font-family: 'S-CoreDream';
    font-weight: 500;
    src: url('../../plugin/s-core/S-CoreDream-5Medium.ttf') format('truetype'),
           url(../../plugin/s-core/scdream5.woff) format('woff'),
           url(../../plugin/s-core/scdream5.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'S-CoreDream';
    font-weight: 600;
    src: url('../../plugin/s-core/scdream6-webfont.ttf') format('truetype'),
           url(../../plugin/s-core/scdream6-webfont.woff) format('woff'),
           url(../../plugin/s-core/scdream6-webfont.woff2) format('woff2');
    font-style: normal;
  }
  
  @font-face {
    font-family: 'S-CoreDream';
    font-weight: 800;
    src: url('../../plugin/s-core/S-CoreDream-8Heavy.ttf') format('truetype'),
         url(../../plugin/s-core/S-CoreDream-8Heavy.woff) format('woff'),
         url(../../plugin/s-core/S-CoreDream-8Heavy.woff2) format('woff2');
    font-style: normal;
  }
  

/* 기본 설정 ************************************************************************** */

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	vertical-align:baseline;
    box-sizing: border-box;
	}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block;}
ol,ul, ul li{list-style:none; margin:0; padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse; border-spacing:0px;}
a{
	text-decoration:none;
	color: #323636;
	}
a:focus{outline:none;}
img{
	max-width:100%;
	border:0px
	}
.cf:after{
    content: "";
    display: block;
    clear: both;
}


/* 기본 레이아웃 설정 ***************************************************************** */
html, body{
	height:100%;
	}
	/* 나머지는 서브와 메인에서 별도 설정 */


/* 기본 폰트 설정 ********************************************************************* */
body{
	min-width:320px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:15px;
	color:#222222;
	height:100%;
	/*-webkit-text-size-adjust: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smooth: always;
	transform: rotate(-0.0000000001deg);*/
	}
strong {font-family: 'Noto Sans KR', sans-serif; }


/* 숨기기용 **************************************************************************** */
.hide{
	display:none;
    width:0px; height:0px;
    overflow:hidden;
    position:absolute;
    top:-10000px; left:0px;
    visibility:hidden;
    font-size:0px;
	}
hr{
	display:none;
    overflow:hidden;
    visibility:hidden;
	clear:both;
	}


/* 와이드 PC 설정 ======================================================================== */


/* 상단 팝업 공지 **************************************************************************** */
	#header_popup{
		background:#0e428c;
		color:#ffffff;
		}
	.popup_notice_content{
		position:relative;
		overflow:hidden;
		max-width:1600px;
		height:90px;
		margin:0 auto;
		padding:0 15px;
		text-align:center;
		}
		.popup_notice_content .notice_logo_img{
			float:left;
			width: 50px;
			margin: 15px 0 0 0;
			}
			.popup_notice_content span.glyphicon{
				margin-right:5px;
				font-size:16px;
				}
			.popup_notice_content .notice_info{
				margin: 30px 0 0 0;
				height: 30px;
				line-height:20px;
				}
			.popup_notice_content .notice_info a{
				font-size:15px;
				color:#ffffff;
				}
		.popup_notice_content ul#notice_btn{
			position:absolute;
			right:15px; bottom:8px;
			overflow: hidden;
			}
			.popup_notice_content ul#notice_btn li{
				float:left;
				margin:0 5px;
				font-size:12px;
				letter-spacing:-0.5px;
				}
			.popup_notice_content ul#notice_btn li:last-child{margin-right:0;}
			.popup_notice_content ul#notice_btn li .checkbox{
				margin-top:0;
				margin-bottom:0;
				font-size:12px;
				}
				.popup_notice_content ul#notice_btn li a,
				.popup_notice_content ul#notice_btn li a:hover{
					color:#ffffff;
					font-size:11px;
					}
	        
   /* ìƒë‹¨ ë°°ë„ˆ carousel ì„¤ì • **************************************************************************** */
	.notice_info .carousel-inner.vertical {
		width:auto;
		height: 100%;
		}
		.notice_info .carousel-inner.vertical > .item {
			height:20px;
			overflow:hidden;
			-webkit-transition: .6s ease-in-out top;
			-o-transition: .6s ease-in-out top;
			transition: .6s ease-in-out top;
			}
					
	@media all and (transform-3d),
	(-webkit-transform-3d) {
		.notice_info .carousel-inner.vertical > .item {
			-webkit-transition: -webkit-transform .6s ease-in-out;
			-o-transition: -o-transform .6s ease-in-out;
			transition: transform .6s ease-in-out;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-perspective: 1000;
			perspective: 1000;
			}
		.notice_info .carousel-inner.vertical > .item.next,
		.notice_info .carousel-inner.vertical > .item.active.right {
			top: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
			}
		.notice_info .carousel-inner.vertical > .item.prev,
		.notice_info .carousel-inner.vertical > .item.active.left {
			top: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
			}
		.notice_info .carousel-inner.vertical > .item.next.left,
		.notice_info .carousel-inner.vertical > .item.prev.right,
		.notice_info .carousel-inner.vertical > .item.active {
		top: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}
	
	.notice_info .carousel-inner.vertical > .active {
		top: 0;
		}
	.notice_info .carousel-inner.vertical > .next,
	.notice_info .carousel-inner.vertical > .prev {
		top: 0;
		height: 100%;
		width: auto;
		}
	.notice_info .carousel-inner.vertical > .next {
		left: 0;
		top: 100%;
		}
	.notice_info .carousel-inner.vertical > .prev {
		left: 0;
		top: -100%
		}
	.notice_info .carousel-inner.vertical > .next.left,
	.notice_info .carousel-inner.vertical > .prev.right {
		top: 0;
		}
	.notice_info .carousel-inner.vertical > .active.left {
		left: 0;
		top: -100%;
		}
	.notice_info .carousel-inner.vertical > .active.right {
		left: 0;
		top: 100%;
		}	
	
	.notice_info .carousel-indicators {
	    bottom: auto;
	    top:-22px;
	    right: 0; left:auto;
	    width: auto;
	    margin: 0;
	    text-align: right;
		}



/* 모바일 전용 =========================================================================== */
@media only screen and (min-width:768px){

  /* ìƒë‹¨ ë°°ë„ˆ ì„¤ì • **************************************************************************** */
  #header_popup{
  	background:#0e428c url(../../images/ko/common/bg_popupzone.png) center repeat-x;
  	}
    .popup_notice_content{
      height:80px;
      }
      .popup_notice_content .notice_logo_img{
        width:auto;
        margin:0;
      	}
     	.popup_notice_content span.glyphicon{
			margin-right:10px;
			font-size:18px;
			}
      .popup_notice_content .notice_info{
        margin: 28px 0 0 0;
        }
        .notice_info .carousel-indicators{
		    bottom: 30px;
			}
        .popup_notice_content .notice_info a{
          font-size:20px;
          }
    .popup_notice_content ul#notice_btn{
      position:absolute;
      left:auto; right:15px; bottom:8px;
    	}
    	.popup_notice_content ul#notice_btn li{
    		float:left;
    		margin:0 5px;
    		}
    	.popup_notice_content ul#notice_btn li:last-child{margin-right:0;}
    	.popup_notice_content ul#notice_btn li .checkbox{margin-top:0; margin-bottom:0;}
    	.popup_notice_content ul#notice_btn li a,
    	.popup_notice_content ul#notice_btn li a:hover{color:#ffffff;}
	

}


/* PC 전용 =============================================================================== */
@media only screen and (min-width:992px){


  /* ìƒë‹¨ ë°°ë„ˆ ì„¤ì • **************************************************************************** */
  #header_popup{
  	}
    .popup_notice_content{
      }
      .popup_notice_content .notice_logo_img{
      	}
      .popup_notice_content .notice_info{
        }
        .popup_notice_content .notice_info a{
          }
    .popup_notice_content ul#notice_btn{
    	}

}


/********** HEADER 설정 **********/
.fix{
    position:fixed;
    top:0;
    z-index:99999;
}
header{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
}

/* 모바일 메뉴 투명 배경 */
.menu_bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
}



/*** header_top ***/
header #header_top{
    width: 100%;
    height: 84px;
    background: #ffffff;
    border-bottom:1px solid #dedede;
}
header #header_top .header_top_box{
    max-width: 1600px;
    height: 84px;
    margin: 0 auto;
}
/* 로고 */
header #header_top .header_top_box h1.logo{
    float: left;
    margin-top: 18px;
}
header #header_top .header_top_box h1.logo a img{
    width: 235px; height: auto;
    vertical-align:-10px;
}
/* 상단 GNB */
.header_gnb{
    float: right;
    margin-top: 30px;
}
.header_gnb>li{
    float: left;
    margin-left: 24px;
}

.header_gnb>li:last-child:after{
    display: none;
}
.header_gnb>li a{
    font-size: 14px;
}
.header_gnb>li>a:hover{
    color: #41354d;
}
.header_gnb li.uni a{
    font-weight: bold;
    color:#80c9ea;
}


/*** 메뉴 ***/
.menuRight{
    float: right;
}
nav .menu_box .menuRight a.MoMenuBtn{
    display: none;
}
.btn_mir_login{
    display: none;
    font-size:14px;
    width:80px; padding:15px 0px;
    color:#666666; text-align: center;
}
.btn_mir_login i{
    vertical-align:-1px;
    margin-right:3px;
}
nav#header_nav{
    width: 100%;
    height: 75px;
    background: #ffffff;
    position: relative;
}
nav#header_nav .navWrap.active{
    background: #0054ae;
}
nav#header_nav .navWrap.active #menu li > a{
    color:#ffffff;
}
nav#header_nav .navWrap.active #menu li > a:hover{
    color:#5accff;
}
nav .header_navWrap{
    width: 100%; height: 65px;
    background-color: #ffffff;
}

.navWrap{
    width: 100%;
    height: inherit;
     background-color: #ffffff;
}
nav .menu_box{
    max-width: 1600px;
    margin: 0 auto;
}
nav .menu_box .mobile_logo{
    display: none;
}
nav .menu_box #menu{
    /*width: calc(100% - 70px);
    max-width: 1600px;
    height: 75px;
    float: left;*/
   	width: calc(100% - 60px);
    height: 65px;
    float: left;
}
nav .menu_box #menu>li{
    float: left;
    width: 14.22222%; height: auto;
    padding: 22px 0px 0px 0px;
}
nav .menu_box #menu li>a{
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
    transition: 0.1s all;
    letter-spacing: 0.06em;
}
nav .menu_box #menu li>a:hover{
    color: #5accff;
}
nav .menu_box #menu li>a:focus{
    text-decoration: none;
}

/*
nav .menu_box #menu li:first-child>a.active:after{
    border-bottom: 10px solid #364db4;
}
*/

/* 2depth 메뉴 */
nav .menu_box #menu li .menu_sub{
    width: 100%;
    height: 300px;
    position: absolute;
    /*background-color: #ffffff;*/
    background: url(../../images/ko/common/submenu_bg.png) #edeef2 center no-repeat;
    top: 75px;
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}
nav .menu_box #menu li .menu_sub .menu_sub_box{
    width: 100%; height: 300px;
    max-width: 1200px;
    margin: 0 auto;
}
/* 왼쪽 아이콘 */
.menu_sub_left{
    width: 200px; height: 300px;
    background: #eeeeee;
    float: left;
    padding: 25px;
    position: relative;
}
.menu_sub_left h2{
    font-size: 26px;
    color: #0054ae;
    padding-top:21px;
    position:relative;
    letter-spacing:-1px;
    font-weight:bold;
}
.menu_sub_left h2:after{
    content: "";
    display: block;
    width: 20000%; height: 2px;
    background: #0054ae;
    margin: 15px 0;
    position:absolute;
    left:-20010%; top:21px;
}
.menu_sub_left .menu_detail{
    color: #ffffff;
    font-size: 14px;
}
.menu_sub_left img{
    display: none;
    width: 75px; height: auto;
    position: absolute;
    left: 25px; bottom: 25px;
}
/* 오른쪽 2depth 메뉴 컨텐츠 */
.menu_sub_right{
    width: 100%; height: 335px;
    max-width: calc(100% - 200px);
    float: left;
    position: relative;
}
.menu_sub_right .menu_sub_content{
    width: 100%; height: 335px;
    position: relative;
}

.menu_sub_right .menu_sub_content:after{
    content: "";
    display: block; 
    position: absolute;
    top:60px; left:0px;
    width:200000%; height:1px;
    background-color:#dddcdb;
}

.menu_sub_right .menu_sub_content dl{
    width: 16.6%;
    height: 275px;
    padding: 30px 0 0 0px;
    float: left;
    box-sizing: border-box;
    position: relative;
}
/*
.menu_sub_right .menu_sub_content dl:after{
    content: "";
    display: block;
    width: 1px; height: 200px;
    background: #dddcdb;
    position: absolute;
    top: 37px; right: 0px;        
}*/
.menu_sub_right .menu_sub_content dl:last-child:after{
    display: none;
}
.menu_sub_right .menu_sub_content dl dt{
	padding-top:0px;
	/*border-bottom:1px solid #dddcdb;*/
}
.menu_sub_right .menu_sub_content dl dt a{
    font-size: 16px;
    font-weight:bold;
    color: #222222;
    letter-spacing: -0.06em;
    margin-bottom: 12px;
    display: inline-block;
    padding-left:13px;
}
.menu_sub_right .menu_sub_content dl dd{
    margin: 10px 0 5px 22px;
    position: relative;
    font-size: 15px;
}
.menu_sub_right .menu_sub_content dl dd a{
    color: #4b4b4b;
}
.menu_sub_right .menu_sub_content dl dd a:hover{
   text-decoration: underline;
}
.menu_sub_right .menu_sub_content dl dd:before{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #4b4b4b;
    position: absolute;
    top: 10px;
    left: -7px;
}
/*.menu_sub_right .close_btn{
    position: absolute;
    right: 0px; bottom: 15px;
}*/

/* 메뉴 바 버튼 */
nav .menu_box a.menu_btn{
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    text-align: center;
    padding: 24px 6px 0;
}
nav .menu_box a.menu_btn img{
    width: 30px;
}



/*** 메뉴 전체보기 ***/
.mo_menu{
    display: none;
}
nav .menu_all_box{
    width: 100%;
    height: 515px;
    background: transparent;
    position: absolute;
    top: 75px;
    left: 0;
    display: none;
    z-index: 999;
    border: 1px solid #dedede;
}
nav .menu_all_box #menu_all{
    width: 100%; height: 515px;
    max-width: 1600px;
    position: relative;
    top: 0px; left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 14px 10px 0px rgba(0,0,0,0.2);
}
nav .menu_all_box #menu_all>li{
    width: 14.28571428571429%;
    height: 515px;
    float: left;
    background: #ffffff;
    border-left: 1px solid #dedede;
    transition: background 0.2s;
}
nav .menu_all_box #menu_all>li:hover{
    background: #f5f6fa;
}
nav .menu_all_box #menu_all>li>span{
    display: block;
    font-weight: bold;
    text-align: center;
    font-size:18px;
    padding:10px 0;
    color:#14417b;
}
#menu_all li .menu_2depth>li{
    margin: 0 0 15px 10px;
}

#menu_all li .menu_2depth>li>span{
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 15px;
}
#menu_all li .menu_2depth li .menu_3depth{
    margin: 0 0 0 3px;
}
#menu_all li .menu_2depth li .menu_3depth li{
    color: #606060;
    position: relative;
    line-height: 1.5;
}
#menu_all li .menu_2depth li .menu_3depth li a{
    color: #868686;
}
#menu_all li .menu_2depth li .menu_3depth li a:hover,
#menu_all li .menu_2depth li .menu_3depth li a::before:hover{
    text-decoration: underline;
}
#menu_all li .menu_2depth li .menu_3depth li a:before{
    content: "-";
    display: inline-block;
    color: #b2b1b1;
    margin-right: 5px;
}

.pc_menu_hover, .menu_all_btn_white{
	display:none;
}

/* 버튼 스위칭 */
.pc_menu.active{
	display:block;
}
.pc_menu_hover.active{
	display:block;
}

/********** FOOTER 설정 **********/
/* footer */
footer{
    width: 100%;
}
.footer_top{
    width: 100%;
    height: 55px;
}
.top_box{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.footer_list{
    float: left;
    padding: 20px 0px 0px 0px;
    }
    .footer_list li{
        float: left;
        margin-right: 20px;
    }
    .footer_list li:last-child:after{
        display: none;
     }
        .footer_list li a{
            display: inline-block;
            font-size: 15px;
            
        }
        .footer_list li:first-child a{
            color:#0357ae;
            font-weight: bold;
        }
    .site_link{
        float: right;
        margin-top:12px;
    }
    .site_link button,
    .site_link button.btn_default{
        width: 200px; height: 40px;
        background: #bbb9b9;
        border: none;
        border-radius: 0;
        font-size: 14px;
        padding: 0px 12px;
        color:#ffffff;
    }
    .site_link button:hover,
    .open > .dropdown-toggle.btn-default{
        background: #bbb9b9;
        color:#ffffff;
    }
    .site_link button .name{
        display: inline-block;
        margin-right: 10px;
    } 
        

.footer_bottom{
    width: 100%;
    padding: 30px 0px;
    }
    .bottom_box{
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        }
        .bottom_box .bottom_box_left{
            float: left;
            }            
            .bottom_box .footer_logo{
                display: block;
                float: left;
                width: 180px;
                margin: 0px 30px 0px 0px;
            }
            .bottom_box .address{
                display: inline-block;
                padding:0px 0 20px 0px;
                color:#7b7b7b;
            }
            .copyright{
                font-size: 14px;
                }
                .copyright span{
                    font-weight: bold;
                    color:#525e61;
                }               

/* 타블렛 설정 ======================================================================== */

@media only screen and (max-width:1640px){

    /********** HEADER 설정 **********/
    /**** header_top ****/
    header #header_top .header_top_box{
        padding: 0px 20px;
        width: 100%;
    }

    /********** FOOTER 설정 **********/
    .footer_top{
        padding:0px 20px;
    }
    .footer_bottom{
        padding:30px 20px;
    }
}


@media only screen and (max-width:1200px){
    
    /* 기본 설정*/
    body{
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }

    
    /********** FOOTER 설정 **********/
    footer{
        width: 100%; height: auto;
    }
    .footer_bottom{
        height: auto;
    }
    .top_box, .bottom_box{
        width: 100%; height: auto;
    }
    .bottom_box .address{
        float: none;
        margin: 0;
        font-size: 13px;
    }
    .copyright{
        font-size: 13px;
    }
    
}

@media only screen and (max-width: 992px){
     /* header_top */
     nav .menu_box #menu > li{
            padding: 25px 8px 0px 8px;
        } 
        nav .menu_box #menu li>a{
            font-size: 16px;
        }

    /****  footer *****/
    .footer_list{
        margin:0px;
    }

}

/* 모바일 설정 ======================================================================== */

@media only screen and (max-width: 768px){
    
    
    /* header_top */
    header #header_top{
        display: none;
    }
    header #header_top .header_top_box{
        height: 35px;
    }
    /* 로고 */
    header #header_top .header_top_box h1.logo{
        display: none;
    }

    /* 상단 GNB */
    .header_gnb{
        margin-top: 8px;
    }
    .header_gnb>li a{
        font-size: 14px;
    }
    .header_gnb li.login a i{
        color: #ffffff;
    }
    .header_gnb li.util_lang .dropdown .btn{
        padding: 0px 3px;
        background: #41354d;
    }
    
    /* 메뉴 버튼 */
    .btn_mir_login{
        display: inline-block;
        padding: 27px 0px 15px 0px;
        width: 58px;
        font-size:11px;
    }
    /*PC메뉴버튼 제거
    nav .menu_box a.pcMenuBtn{display: none;}

     nav .menu_box .menuRight a.MoMenuBtn{ mo메뉴버튼 오픈
        display: inline-block;
    }*/


  
    nav .menu_box .mobile_logo{
        display: block;
        float: left;
        margin: 23px 0 0 10px;
    }
    nav .menu_box .mobile_logo img{
        width: 190px; height: auto;
    }
    nav .menu_box a.menu_btn{
        padding: 26px 13px 13px 13px;
        background-color: transparent;
        text-align: center;
    }
    nav .menu_box a.menu_btn i{
        font-size: 24px;
    }



    /**** 모바일 메뉴 설정 ****/
    nav .menu_all_box #menu_all>li span.clickMo{width: 50%;}
    nav#header_nav{
    }
    nav .menu_box{
        width: 100%;
    }
    nav ul#menu{
        display: none; /* PC 메뉴 숨김 */
    }
    nav .menu_all_box{
        width: 100%;
        height: auto;
        clear: both;
        position: absolute;
        top: 75px;
        border-bottom: none;
    }
    nav .menu_all_box #menu_all{
        width: 100%; height: 100vh;
        max-width: 100%;
        border: none;
        padding: 0;
        top: 0; left: 0;
        margin-left: 0;
        transform:translateX(0%);
        background-color: rgba(3, 87, 174, 1);
    }
    
    nav .menu_all_box #menu_all>li{
        width: 100%;
        height: auto;
        border-right: none;
        margin: 0;
        border-top: none;
        border-left: 0px solid;
        background-color: rgba(3, 87, 174, 1);
        /*transition:all 5s ease;*/
    }
    nav .menu_all_box #menu_all>li:first-child{
        border-left: none;    
    }
    nav .menu_all_box #menu_all>li:hover{
        /*background: none;*/
        background-color: rgba(3, 87, 174, 1);
    }
    nav .menu_all_box #menu_all>li>span{
        margin: 0;
        text-align: left;
        background-color: rgba(3, 87, 174, 1);
        border-bottom: 1px solid #003a76;
        color: #ffffff;
        height: 45px;
        padding: 10px 10px 10px 20px;
        position: relative;
        visibility: visible;
        width: 100%;
    }
    nav .menu_all_box #menu_all>li>span:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        position: absolute;
        top: 20px;
        right: 15px;
    }
    nav .menu_all_box #menu_all>li>span.selected:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 0;
        border-left: 5px solid #ffffff;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;        
        position: absolute;
        top: 20px;
        right: 15px;
    }
    nav .menu_all_box #menu_all li span:hover{cursor: pointer;}
    nav .menu_all_box #menu_all>li>.menu_2depth{
        width: 50%;
        height: 100%;
        position: absolute;
        display: none;
        top: 0px;
        right: -50%;
        transition-property:transform;
       /* transform:translateX(120%);*/
        transition-duration:0.8s;
        transition-timing-function:ease;
        background-color: #eef0ef;
        visibility:visible;
        opacity:1;
        overflow:hidden; overflow-y:auto;
        height:calc(100% - 2px);
    }
    nav .menu_all_box #menu_all>li>.menu_2depth.moveLeft{
        transform:translateX(0);
    } 
    nav .menu_all_box #menu_all>li>.menu_2depth>li{
        width: 100%;
        height: auto;
        margin: 0;
        border-bottom: 1px solid #86898e;
        }
        nav .menu_all_box #menu_all>li>.menu_2depth>li>span{
            width: 100%;
            height: 44px;
            margin: 0;
            background: #9ca0a5;
            color: #ffffff;
            padding: 13px 10px 10px 30px;
            position: relative;
            }
            nav .menu_all_box #menu_all>li>.menu_2depth>li>span:after{
                font-family: FontAwesome;
                content: "\f067";
                font-size: 10px;
                display: block;
                position: absolute;
                top: 15px;
                right: 17px;
            }
            nav .menu_all_box #menu_all>li>.menu_2depth>li>span.selected:after{
                font-family: FontAwesome;
                content: "\f068";
                font-size: 10px;
                display: block;
                border: 0;
                position: absolute;
                top: 15px;
                right: 17px;
            }
            nav .menu_all_box #menu_all>li>.menu_2depth>li>span.none:after{
                display: none;
                }
                nav .menu_all_box #menu_all>li>.menu_2depth>li>span>a{
                    color: #ffffff;
                    display: inline-block;
                    width: 100%;
                    }
                    nav .menu_all_box #menu_all>li>.menu_2depth>li>.menu_3depth{
                        width: 100%;
                        height: auto;
                        margin: 0;
                        display: none;
                        background: #eef0ef;
                        }
                        nav .menu_all_box #menu_all li .menu_2depth li .menu_3depth li{
                            width: 100%;
                            border-bottom: 1px solid #ffffff;
                            }
                            nav .menu_all_box #menu_all li .menu_2depth li .menu_3depth li a{
                                display: block;
                                width: 100%;
                                height: 44px;
                                padding: 13px 10px 10px 40px;
                                color: #4b4b4b;
                            }
                            nav .menu_all_box #menu_all li .menu_2depth li .menu_3depth li a:before{
                                display: none;
                            }
            
    
    
    
    /**** footer ****/
    .site_link{
        display: none !important;
    }  
    .footer_list{
        margin: 0 auto;
        float: none;
        display: flex;
        justify-content:space-around;
    }
    .footer_list li a{
        font-size: 13px;
        letter-spacing:-1px;
        }
        .bottom_box .footer_logo{
            display: none;
        }
        .bottom_box .bottom_box_left{
            float: none;
            }
            .top_box, .bottom_box{
                
                }
                .bottom_box .address{
                    text-align: center;
                    display: block;
                    margin: 0 auto;
                }
                .bottom_box .copyright{
                    font-size: 12px;
                    text-align: center;
                    color: #767676;
                }
}

/* 작은 모바일 설정 ======================================================================== */

@media only screen and (max-width: 520px){
   
    

    /********** FOOTER 설정 **********/
    footer{
        height: auto;
    }

    
}

@media only screen and (max-width: 350px){
	
    
    
	/* 작은 모바일에서 로고 크기 설정 */
	header #header_top .header_top_box h1.logo a img{
		width: 205px;
		height: auto;
	}

    /********** FOOTER 설정 **********/
    .footer_list li a{
        font-size: 12px;
    }  
}

				
				
/* 모바일 설정 ========================================================================== */
@media screen and (max-width:767px){
	
		
	/* 모바일 로그인 버튼 설정 */
	header #header_top .header_top_box .header_gnb li.login_btn a{
		color: #fff;
		background: #43cc26;
		padding: 4px 7px;
		border-radius: 10px;
	}

}
