@charset "utf-8";

/* ----------------------------- */
/* Basic
/* ----------------------------- */
html {
    font-size: 62.5%;
}
html,body {
http://ggodeungo.com/images/main/vi_logo.svg    height: 100%;
    word-break: keep-all;
    word-wrap: break-word;

}
body {
    font-family: 'SCDreamRegular', 'malgun gothic', ��������, 'Dotum', ����, 'Arial', 'sans-serif';
    /*font-family: 'MontserratLight', 'NotoSansDemiLight', 'malgun gothic', ��������, 'Dotum', ����, 'Arial', 'sans-serif';*/
    font-size: 1.6rem;
    line-height: normal !important;
    color: #404040;
}

/*body img { max-width: 100%; }*/
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
a { color: #404040;}
a:hover, a.focus { color: #404040; }
input {
    padding: 10px;
}
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
button,
select {
    font-size: 1.6rem;
    font-family: 'SCDreamRegular', 'malgun gothic', ��������, 'Dotum', ����, 'Arial', 'sans-serif';
}
select {
    background: url('/images/common/arrow_down_b.png') no-repeat center right 30px;
}


/* ----------------------------- */
/* Layout style
/* ----------------------------- */
.wrap {
  max-width: 1440px;
  margin:0 auto;
}
.wrap_in {
  max-width: 1416px;
  margin: 0 auto;
}

.m_overflow {
	overflow: hidden;
}



/* ----------------------------- */
/* font
/* ----------------------------- */

.t_center {
    text-align: center;
}
.t_left {
    text-align: left;
}
.t_right {
    text-align: right;
}


.sp {
	background-image:url(/image/logo_pknu.png);
	background-repeat:no-repeat;
	background-size:230px auto;
}
br.m_br { display:none; }


@font-face{
	font-family:'NanumMyeongjo-Regular';
	font-style: normal;
	font-weight: 100;
	src:url('//storage.ggad.co.kr/css/font/NanumMyeongjo-Regular.eot');
	src:url('//storage.ggad.co.kr/css/font/NanumMyeongjo-Regular.eot?#iefix') format('embedded-opentype'),
	url('//storage.ggad.co.kr/css/font/NanumMyeongjo-Regular.woff2') format('woff2'),
	url('//storage.ggad.co.kr/css/font/NanumMyeongjo-Regular.woff') format('woff');
}



/* ----------------------------- */
/* header
/* ----------------------------- */

/* header */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 120px;
    padding-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.header .inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.header_logo {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 10;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
.header_logo a {
    display: inline-block;
    vertical-align: middle;
}
.logo_img {
    display: inline-block;
    overflow: hidden;
    width: 232px;
    height: 53px;
    background-position: 0;
    font-size: 0;
    line-height: 999px;
    vertical-align: top;
}
#nav {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.lnb { text-align:center; font-size:0; }
.lnb li {
    display: inline-block;
    margin: 0 25px;
}
.lnb li a {
	font-family: 'RobotoRegular', sans-serif;
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 70px;
    font-weight: 600;
}
.lnb li a span {
    color: #009ada;
}

.lnb li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
}
.lnb li a:hover:before { -webkit-transform:scaleX(1);transform:scaleX(1); }

.gnb_wrap { 
    position: absolute;
    right: 50px;
    top: 22px;
} 
.gnb:after { 
	display: block;
	clear: both;
	content: '';
} 
.gnb>li {
	float: left;
	position: relative; 
	padding-left: 40px;
}

nav.mobile {
      display:none;
    }


@media screen and (max-width:1200px) {
   
	#nav {
		display:none;
	}

	.header {
		height: 80px;
		padding-top: 5px;
	}
	.gnb_wrap {
		top: 16px;
	}
	nav.mobile {
		margin-top: 22px;
	}

	nav.mobile {
		display: block;
		float: right;
		margin-top: 22px;
		padding-right: 30px;
    }
    nav.mobile .hamberger {
      position: relative;
      width: 32px;
      height: 27px;
      cursor: pointer;
  	z-index:9999;
    }
    nav.mobile .hamberger span {
      width: 100%;
      display: block;
      height: 3px;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      transition: ease 0.2s;
    }
    nav.mobile .hamberger span:first-child {
      top: 12px;
    }
    nav.mobile .hamberger span:nth-child(3) {
      top: auto;
      bottom: 0;
    }
    nav.mobile .open span:first-child {
        opacity: 0;
        left: -12px;
    }
    nav.mobile .open span:nth-child(3) {
		top: 12px;
		transform: rotate(-45deg);
		transition: ease 0.2s;
		background: #fff;
    }
     nav.mobile .open span:nth-child(2) {
		top: 12px;
		transform: rotate(45deg);
		transition: ease 0.2s;
		background: #fff;
     }
	 

	/* mobile_menu */
	.mobile_menu {
		position:fixed;
		right:-100%;
		top:0;
		width:80%;
		height:100%;
		background:#2a2a2a;
		z-index:9990;
	}
	.mobile_menu > ul {
		margin-top: 78px;
		border-top: 1px solid #333;
	}
	.mobile_menu > ul li {
		border-bottom: 1px solid #333;
	}
	.mobile_menu > ul li a {
		display: block;
		padding: 15px 30px;
		font-size: 1.7rem;
		font-family: "SCDreamMedium";
		color: #f8f8f8;
	}
	.mobile_menu > ul li a span {
		color: #009ada;
	}
}



/* ----------------------------- */
/* footer
/* ----------------------------- */
#footer {
    background: #282828;
    width: 100%;
}
.footer_wrap {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 65px;
}
.extLinkBox { 
    padding:0 0 40px;
    position: relative; 
}
.extLinkBox:after { 
    content:"";
    display:block;
    clear:both; 
}
.exLinks { float:left; }
.exLinks > li:first-child { margin-left:0; }
.exLinks > li { 
    position:relative;
    float:left;
    width:180px;
    margin-left:10px;
}
.exLinks > li a { 
    display:block;
    font-size:14px;
    color:#c3c3c3;
}
.exLinks > li .btn_mng { 
    padding:11px 0 12px;
    text-align:center; 
    border: 1px solid #6b6b6b;
}
.exLinks > li .btn_mng:hover, 
.exLinks > li .btn_mng:focus { 
    text-decoration:underline; 
}

.sns_map {
    position: absolute;
    right: 0;
}
.sns_map select {
    width: 300px;
    color: #c3c3c3;
    padding: 10px 20px;
    background-image:url(/image/blt_site_select_off.png);
}
.sns_map select option {
    color: #282828;
}

.address {
    color: #c3c3c3;
}
.address p {
    color: #999b9f;
    font-size: 1.4rem;
}

.btn_top {
    position: fixed;
    width: 56px;
    height: 56px;
    background: #000000 url(/image/btn_topmove.png) no-repeat center;
    right: 50px;
    bottom: 50px;
    z-index: 800;
    font-size: 0;
    border-radius: 50%;
}
.btn_top a {
    display: block;
    width: 100%;
    height: 100%;
}





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

   .header_logo {
		left: 30px;
	}
	.gnb_wrap {
		right: 30px;
	}

	.lnb {
		text-align: right;
		padding-right: 100px;
	}


	.footer_wrap {
		width: 100% !important;
		padding: 50px 30px !important;
	}



}


@media screen and (max-width:1100px) {
		
	.gnb_wrap {
		right: 80px;
	}

	.extLinkBox {
		padding: 0 0 25px;
		position: relative;
	}
	.exLinks {
		float: none;
		width: 100%;
	}
	.exLinks > li {
		position: relative;
		float: left;
		width: 32.6%;
		margin-left: 10px;
	}

	.sns_map {
		position: relative;
		left: 0;
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.sns_map select {
		width: 100%;
	}

}


@media screen and (max-width:970px) {

	.exLinks > li {
		position: relative;
		float: left;
		width: 33.33%;
		margin-left: 0px;
	}

}

@media screen and (max-width:768px) {

	#footer .footer_wrap {
		width: 100% !important;
		padding: 30px 20px !important;
	}
	.btn_top {
		right: 20px;
	}

}



@media screen and (max-width:468px) {

	.visual-ctrl button.slick-prev,
	.visual-ctrl button.slick-next {
		background-size: 70% !important;
		width: 25px!important;
	}
	.visual-ctrl button {
		height: 38px !important;
	}
	.visual-ctrl .slick-count span {
		padding: 0 !important;
	}
	.visual-ctrl .slick-count strong {
		padding: 0 5px !important;
	}

	.header_logo {
		left: 20px;
	}
	.sp {
		background-size: 200px auto;
	}
	.logo_img {
		height: 48px;
	}
	nav.mobile {
		padding-right: 18px;
	}

    
}
