﻿/* Mirtech Co. */
/* mir_home_common 고려신학대학원대학교 이용자용 공통 css - copyright all mirtech */

/* NanumBarunGothic 
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 200;
  src: local('Nanum Barun Gothic UltraLight'), local('Nanum Barun Gothic-UltraLight'), local('NanumBarunGothic UltraLight');
  src: url(../../plugin/nanum/NanumBarunGothicUltraLight.woff) format('woff');
}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 300;
  src: local('Nanum Barun Gothic Light'), local('Nanum Barun Gothic-Light'), local('NanumBarunGothic Light');
  src: url(../../plugin/nanum/NanumBarunGothicLight.woff) format('woff');
}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(../../plugin/nanum/NanumBarunGothic.woff) format('woff');
}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url(../../plugin/nanum/NanumBarunGothicBold.woff) format('woff');
}*/

/* Nanum Barun Gothic 
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: local('Nanum Barun Gothic UltraLight'), local('Nanum Barun Gothic-UltraLight'), local('NanumBarunGothic UltraLight');
  src: url(../../plugin/nanumbarungothic/NanumBarunGothicUltraLight.woff) format('woff'),
       url(../../plugin/nanumbarungothic/NanumBarunGothicUltraLight.woff2) format('woff2'),
       url(../../plugin/nanumbarungothic/NanumBarunGothicUltraLight.otf) format('opentype');
}*/
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: local('Nanum Barun Gothic Light'), local('Nanum Barun Gothic-Light'), local('NanumBarunGothic Light');
  src: url(../../plugin/nanumbarungothic/NanumBarunGothicLight.woff) format('woff'),
       url(../../plugin/nanumbarungothic/NanumBarunGothicLight.woff2) format('woff2'),
       url(../../plugin/nanumbarungothic/NanumBarunGothicLight.ttf) format('truetype');
       
}
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(../../plugin/nanumbarungothic/NanumBarunGothic.woff) format('woff'),
       url(../../plugin/nanumbarungothic/NanumBarunGothic.woff2) format('woff2'),
       url(../../plugin/nanumbarungothic/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url(../../plugin/nanumbarungothic/NanumBarunGothicBold.woff) format('woff'),
       url(../../plugin/nanumbarungothic/NanumBarunGothicBold.woff2) format('woff2'),
       url(../../plugin/nanumbarungothic/NanumBarunGothicBold.ttf) format('truetype');
}

/* 기본 설정 ************************************************************************** */

/* 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: 'Nanum Barun Gothic', sans-serif;
	font-size:13px;
	color:#323335;
	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: 'Nanum Barun Gothic', 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:#e1765d;
		color:#ffffff;
		}
	.popup_notice_content{
		position:relative;
		overflow:hidden;
		max-width:1170px;
		height:90px;
		margin:0 auto;
		padding:0 15px;
		}
		.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: 1000px;
			perspective: 1000px;
			}
		.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:#e1765d 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 설정 **********/

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: 70px;
    background: #ffffff;
}
header #header_top .header_top_box{
    max-width: 1200px;
    height: 70px;
    margin: 0 auto;
}
/* 로고 */
header #header_top .header_top_box h1.logo{
    float: left;
    margin-top: 10px;
}
header #header_top .header_top_box h1.logo a img{
    width: auto; height: 50px;
}
/* 상단 GNB */
.header_gnb{
    float: right;
    margin-top: 23px;
}
.header_gnb>li{
    float: left;
    margin-left: 8px;
}
.header_gnb>li:after{
    content: "|";
    margin: 0 0 0 8px;
}
.header_gnb>li:last-child:after{
    display: none;
}
.header_gnb>li a{
    color: #777675;
    font-size: 16px;
}
.header_gnb>li>a:hover{
    color: #41354d;
}
.header_gnb li.login a i{
    margin-right: 5px;
    color: #41354d;
}
.header_gnb li.uni a{
    color: #364db4;
    font-weight: bold;
}


/*** 메뉴 ***/
nav#header_nav{
    width: 100%;
    height: 70px;
    background: #0b2e59;
    position: relative;
}
nav .menu_box{
    max-width: 1200px;
    margin: 0 auto;
}
nav .menu_box .mobile_logo{
    display: none;
}
nav .menu_box #menu{
    width: calc(100% - 70px);
    max-width: 1140px;
    height: 70px;
    float: left;
}
nav .menu_box #menu>li{
    float: left;
    width: 20%; height: auto;
    padding: 12px 10px;
}
nav .menu_box #menu li>a{
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-align: center;
    transition: 0.3s all;
    letter-spacing: 0.06em;
}
nav .menu_box #menu li>a:hover{
    color: #54b1ff;
    text-decoration: none;
}
nav .menu_box #menu li>a:focus{
    text-decoration: none;
}
nav .menu_box #menu li>a.active:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    margin: 2px auto;
}
nav .menu_box #menu li:first-child>a.active:after{
    border-bottom: 10px solid #364db4;
}
nav .menu_box #menu li>a>.eng{
    font-size: 13px;
    color: #597eab;
    font-weight: normal;
    display: block;
    text-align: left;
    letter-spacing: 0;
}
nav .menu_box #menu li:nth-child(1)>a>.eng{
    margin-left: 60px;
}
nav .menu_box #menu li:nth-child(2)>a>.eng{
    margin-left: 35px;
}
nav .menu_box #menu li:nth-child(3)>a>.eng{
    margin-left: 38px;
}
nav .menu_box #menu li:nth-child(4)>a>.eng{
    margin-left: 50px;
}
nav .menu_box #menu li:nth-child(5)>a>.eng{
    margin-left: 60px;
}

/* 2depth 메뉴 */
nav .menu_box #menu li .menu_sub{
    width: 100%;
    height: 335px;
    position: absolute;
    background: url(../../images/ko/common/submenu_bg.png) #edeef2 center no-repeat;
    top: 70px;
    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: 335px;
    max-width: 1200px;
    margin: 0 auto;
}
/* 왼쪽 아이콘 */
.menu_sub_left{
    width: 200px; height: 335px;
    background: #364db4;
    float: left;
    padding: 25px;
    position: relative;
}
.menu_sub_left h2{
    font-size: 26px;
    color: #ffffff;
}
.menu_sub_left h2:after{
    content: "";
    display: block;
    width: 20px; height: 2px;
    background: #ffffff;
    margin: 15px 0;
}
.menu_sub_left .menu_detail{
    color: #ffffff;
    font-size: 14px;
}
.menu_sub_left img{
    display: block;
    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;
}
.menu_sub_right .menu_sub_content dl{
    width: 14.28571%;
    height: 335px;
    padding: 30px 0 0 13px;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.menu_sub_right .menu_sub_content dl:after{
    content: "";
    display: block;
    width: 1px; height: 265px;
    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 a{
    font-size: 18px;
    color: #4b4b4b;
    letter-spacing: -0.06em;
}
.menu_sub_right .menu_sub_content dl dd{
    margin: 7px 0 7px 8px;
    position: relative;
    font-size: 15px;
    letter-spacing: -0.5px;
}
.menu_sub_right .menu_sub_content dl dd a{
    color: #4b4b4b;
}
.menu_sub_right .menu_sub_content dl dd a:hover{
    color: #364db4;
}
.menu_sub_right .menu_sub_content dl dd:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #4b4b4b;
    position: absolute;
    top: 7px;
    left: -7px;
}
.menu_sub_right .close_btn{
    position: absolute;
    right: 0px; bottom: 15px;
}

/* 메뉴 바 버튼 */
nav .menu_box a.menu_btn{
    display: block;
    width: 70px;
    height: 70px;
    float: right;
    background: #364db4;
    text-align: center;
    padding: 19px;
}
nav .menu_box a.menu_btn i{
    font-size: 30px;
    color: #ffffff;
}



/*** 메뉴 전체보기 ***/
nav .menu_all_box{
    width: 100%;
    height: 600px;
    background: #edeef2;
    border-bottom: 1px solid #eef0ef;
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}
nav .menu_all_box #menu_all{
    width: 100%; height: 600px;
    max-width: 1130px;
    position: relative;
    top: 0px; left: 50%;
    margin-left: -600px;
}
nav .menu_all_box #menu_all>li{
    width: 20%;
    height: 600px;
    float: left;
    background: #ffffff;
    border-top: 1px solid #f7f5f4;
    border-right: 1px solid #eef0ef;
    transition: background 0.5s;
}
nav .menu_all_box #menu_all>li>span{
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    visibility: hidden;
}
#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: 17px;
}
#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;
    font-size: 15px;
}
#menu_all li .menu_2depth li .menu_3depth li a:hover{
    color: #ffbc75;
}
#menu_all li .menu_2depth li .menu_3depth li a:before{
    content: "-";
    display: inline-block;
    color: #b2b1b1;
    margin-right: 5px;
}



/********** FOOTER 설정 **********/
/* footer */
footer{
    width: 100%;
    height: 160px;
}
.footer_top{
    width: 100%;
    height: 55px;
    background: #5e5f63;
}
.top_box{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer_list{
    float: left;
    margin: 17px 0 0 0;
}
.footer_list li{
    float: left;
    margin-right: 10px;
}
.footer_list li:after{
    content: "|";
    display: inline-block;
    color: #cecece;
    margin: 0 2px 0 10px;
}
.footer_list li:last-child:after{
    display: none;
}
.footer_list li a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
}
.footer_list li:first-child a{
    color: #a6b1e1;
    font-weight: bold;
}
.site_link{
    float: right;
}
.site_link button,
.site_link button.btn_default{
    width: 150px; height: 55px;
    background: #46474a;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
}
.site_link button:hover,
.open > .dropdown-toggle.btn-default{
    background: #364db4;
    color: #ffffff;
}
.site_link button .caret{
	position: static;
}
.site_link button .name{
    display: inline-block;
    margin-right: 10px;
}
.footer_bottom{
    width: 100%;
    height: 225px;
    background: #1c1d23;
}
.bottom_box{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.bottom_box .address{
    color: #acacac;
    font-size: 16px;
    margin-top: 70px;
    float: left;
}
.bottom_box .mail{
	color: #ffffff;
}
.bottom_box .copyright{
    color: #dedbdb;
    font-size: 16px;
}
.bottom_box .copyright strong{
    color: #8fa7ff;
}
.bottom_box .staff_list{
    width: 300px;
    margin-top: 70px;
    float: right;
}
.bottom_box .staff_list li{
    color: #ffffff;
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
.bottom_box .staff_list li:last-child{
    text-align: left;
}
.bottom_box .staff_list li .label{
    background: #364db4;
}
.bottom_box .staff_list li a{
    color: #ffffff;
}
/* 카운터 */
.bottom_box .counter{
	float: right;
	margin-top: 80px;
}
.bottom_box .counter li{
	color: #ffffff;
}
.bottom_box .counter .label{
	display: inline-block;
	margin-right: 5px;
	width: 48px;
}
.bottom_box .counter .today{
	background: #8fa7ff;
}
.bottom_box .counter .total{
	background: #5b72d7;
}

/* 타블렛 설정 ======================================================================== */

@media only screen and (max-width:1200px){
    
    /* 기본 설정*/
    body{
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }
    
    
    
    /********** HEADER 설정 **********/
    /**** header_top ****/
    header #header_top .header_top_box{
        width: 100%;
        padding: 0 10px;
    }
    header #header_top .header_top_box h1.logo{
        margin-top: 18px;
    }
    
    
    
    /**** 모바일 메뉴 설정 ****/
    nav#header_nav{
        border-bottom: 1px solid #183d6b;
    }
    nav .menu_box{
        width: 100%;
    }
    nav ul#menu{
        display: none; /* PC 메뉴 숨김 */
    }
    nav .menu_all_box{
        width: 100%;
        height: auto;
        clear: both;
        position: absolute;
        top: 70px;
        box-shadow: 0px 5px 10px #313131;
        border-bottom: none;
    }
    nav .menu_all_box #menu_all{
        width: 100%; height: auto;
        max-width: 100%;
        border: none;
        padding: 0;
        top: 0; left: 0;
        margin-left: 0;
    }
    nav .menu_all_box #menu_all>li{
        width: 100%;
        height: auto;
        border-right: none;
        margin: 0;
        border-top: none;
    }
    nav .menu_all_box #menu_all>li:first-child{
        border-left: none;    
    }
    nav .menu_all_box #menu_all>li:hover{
        background: none;
    }
    nav .menu_all_box #menu_all>li>span{
        margin: 0;
        text-align: left;
        background: #0b2e59;
        border-bottom: 1px solid #183d6b;
        color: #ffffff;
        height: 45px;
        padding: 10px 10px 10px 20px;
        position: relative;
        visibility: visible;
    }
    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 transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #ffffff;
        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: 100%;
        height: auto;
        position: static;
        display: none;
    }
    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: 45px;
        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: 45px;
        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 설정 **********/
    footer{
        width: 100%; height: auto;
    }
    .footer_bottom{
        height: auto;
        padding: 0 0 40px 0;
    }
    .top_box, .bottom_box{
        width: 100%; height: auto;
        padding: 0 10px;
    }
    .bottom_box .address{
        float: none;
        margin: 0;
        padding: 40px 0 0 0;
        font-size: 14px;
    }
    .bottom_box .copyright{
        font-size: 13px;
    }
    .bottom_box .staff_list{
        float: none;
        margin: 20px 0 0 0;
    }
    /* 카운터 */
	.bottom_box .counter{
		float: none;
		margin-top: 20px;
	}
    
}

/* 모바일 설정 ======================================================================== */

@media only screen and (max-width: 768px){
    
    
    
    /* header_top */
    header #header_top{
        height: 35px;
        background: #ffffff;
    }
    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;
    }
    
    
    
    /* 메뉴 버튼 */
    nav#header_nav{
        height: 50px;
        box-shadow: none;
    }
    nav .menu_box .mobile_logo{
        display: block;
        float: left;
        margin: 6px 0 0 10px;
    }
    nav .menu_box .mobile_logo img{
        width: auto; height: 38px;
    }
    nav .menu_box a.menu_btn{
        width: 50px; height: 50px;
        padding: 13px;
    }
    nav .menu_box a.menu_btn i{
        font-size: 24px;
    }

    
    
    /* 모바일 메뉴 */
    nav .menu_all_box{
        top: 50px;
    }
    
    
    
    /**** footer ****/
    .site_link button, 
    .site_link button.btn_default{
        width: 130px;
        font-size: 14px;
    }
    .footer_list li a{
        font-size: 14px;
    }
    .bottom_box .copyright{
        font-size: 14px;
        text-align: center;
    }
}

/* 작은 모바일 설정 ======================================================================== */

@media only screen and (max-width: 520px){
   
    

    /********** FOOTER 설정 **********/
    footer{
        height: auto;
    }
    .site_link{
        display: none;
    }
    
}

@media only screen and (max-width: 350px){
	
    
    
	/* 작은 모바일에서 로고 크기 설정 */
	header #header_top .header_top_box h1.logo a img{
		width: 205px;
		height: auto;
	}
    
}

/*********** 팝업 설정 **********/



/* 레이어 팝업 설정 */
.main_popup{}
	.main_popup table{
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.main_popup_heading{
		cursor:move;
		padding: 10px 15px;
		width: 100%;
		border-bottom: 1px solid #ccc;
		font-size: 130%;
		font-weight: bold;
		color:#ffffff;
		background-color:#2e3846;
		}
		.main_popup_heading i.fa{
			margin-right:5px;
			color:#98a4b5;
			}
	.main_popup_body{
		background-color: #ffffff; 
		border: 0 none; 
		padding: 0;
		line-height: 150%; 
		text-align: left;	
		}
	.main_popup_content{
		overflow:auto;
		padding: 15px;
		}
	.main_popup_Attach{
		padding:10px;
		}
		.main_popup_Attach p{
			padding:10px;
			background-color:#f8f8f8;
			border:1px dotted #ccc;
			}
	.main_popup_footer{
		padding:10px 0;
		background-color: #f0f0f0; 
		color: #999999; 
		text-align: right;
		}
		.main_popup_footer input{
			vertical-align:-2px;
			}
			.main_popup_footer .btn_popup_check{
				position: absolute;
				left: 10px; bottom: 15px;
				}
				
				
/* 모바일 설정 ========================================================================== */
@media screen and (max-width:767px){
	
	.main_popup{
		position:absolute;
		left:10px; right:10px; top: 140px !important;
		}

}
