/*** COMMON LAYOUT ***/
html.noScroll,
body.noScroll {	height: 100%;	overflow-y: hidden;}

#layoutWrap { position: relative; width: 100%; min-width: 1200px; margin: 0 auto; font-size: 1.7rem; color: #333;}
#icontentsWrap { position: relative; width: 100%; z-index: 0;}
#indexArea 		{position: relative; width: 100%;}
#contentsWrap { position: relative; /*margin: -91px 0 -320px 0;*/ }
#contentsArea { position: relative; /*padding: 91px 0 320px 0;*/ }

/* header */
#headerWrap {	position:relative; width: 100%; margin-bottom: 35px;}
#headerWrap > div { position:relative; width: 100%; min-width: 1200px; }

#headerWrap .header_top { height: 42px; padding-top: 10px; font-size: 1.4rem; color: #333; background: #f0f0f3; }
#headerWrap .header_top > div { width: 1200px; margin: 0 auto; font-weight: 500;}
#headerWrap .header_top .t_update {display: inline-block; font-family:'Roboto'; letter-spacing: 0px;}
#headerWrap .header_top .t_update span { padding: 4px 8px 3px; font-size: 1.1rem; color: #fff; border-radius: 15px; background: #1c1f53; letter-spacing: 0.5px;}
#headerWrap .header_top .t_right{ float: right;}
#headerWrap .header_top .t_menu { display: inline-block; }
#headerWrap .header_top .t_menu li{ display: inline-block; margin-right: 25px;}
#headerWrap .header_top .t_adm { display: inline-block; }
#headerWrap .header_top .t_adm li{ display: inline-block;}
#headerWrap .header_top .t_sns  {position: relative; display: inline-block; }
#headerWrap .header_top .t_sns img  {margin-left: 25px;}
#headerWrap .header_top .t_sns::before {content: ""; position: absolute; top:7px; left: 0; width: 1px; height: 15px; border-left: 1px solid #c6c6c6;}

#headerWrap .logoWrap { position: relative; width: 1200px; height: 150px; margin: 0 auto; padding: 20px 0;}
#headerWrap .logoWrap .t_logo {position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); z-index: 999;}
#headerWrap .logoWrap .ad_top {position: relative; display: block;}
#headerWrap .logoWrap img.ad_top_left  { float: left;}
#headerWrap .logoWrap img.ad_top_right { float: right;}
#headerWrap .logoWrap a.mobile {display: none;}

@media ( max-width: 1000px ) {
	#headerWrap .logoWrap a.mobile { display: table; width: 100%; padding: 10px 10px 0; text-align: center;}
	#headerWrap .logoWrap a.mobile img { width: 100%; max-width: 385px;}
}

#headerWrap .nav {position: relative; height: 60px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #1c1f53;}
#headerWrap .nav > div {position: relative; width: 1200px; margin: 0 auto;}
#headerWrap .nav ul {display: inline-block;}
#headerWrap .nav ul li {display: inline-block; padding: 0 22px; line-height: 60px; font-size: 1.8rem; font-weight: 500; color: #000;}
#headerWrap .nav ul li:hover {color: #1c1f53;}
#headerWrap .nav ul li:first-child{ padding-left: 0;}
#headerWrap .nav ul li span { display: inline-block;}
#headerWrap .nav div.nav_on {position:relative; width: 100%; }
#headerWrap .nav div.nav_on div {position:relative; top:-4px; left:-1800px; width:100%; height:3px; background:#1c1f53; transition:top 0.3s, left 0.3s, width 0.3s, height 0.3s; z-index:10;}
#headerWrap .nav .searchWrap {position:absolute; right: 0; top:14px; padding-right: 20px;}
.nav .search {display: inline-block; margin-right: 15px;}
.nav .search input  { width: 220px; font-size:1.5rem; padding: 6px 12px 6px 12px; border-radius: 25px; background: #f1f1f1; letter-spacing: -1px}
.nav .search button { margin: 5px 0 0 5px; vertical-align:top; background:none;}
.nav .search input::placeholder {font-size: 1.4rem; font-family: 'Noto Sans KR'; color: rgba(0, 0, 0, 0.5); letter-spacing: -0.5px;}
.nav .search img.searchBtn_m {display:none;}

/* all menu open */
#allMenuWrap {position:absolute; top:-3px; right:0; z-index: 9999;}
#allMenuWrap .button {position: relative; width: 26px; height: 26px; top:9px; padding: 0; margin: 0; background: none; border:none; display: inline-block; z-index: 999;}
#allMenuWrap .btn-open:after {width: 26px; height: 26px; background: url('/img/comm/bt_nav_pc.png') no-repeat top left; display: inline-block;
	content: "\f0c9"; font-size: 0;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;}
#allMenuWrap .btn-close:after {width: 29px; height: 29px; background: url('/img/comm/bt_nav_close_pc.png') no-repeat top left; display: inline-block;
	content: "\f00d"; font-size: 0;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;}

#allMenuWrap .overlay {display: none; position: fixed; top: 180px;; left:0;	height: 100%;	width: 100%; background-color: rgba( 0, 0, 0, 0.9 ); overflow: auto;	z-index: 998; }
#allMenuWrap .gnball_wrap {	position: relative; width: 100%; margin: 0 auto; padding:10px 0 40px; text-align: center; background: #fff;}
#allMenuWrap .gnball_wrap dl {position: relative; display: inline-block; padding: 0 50px; font-size: 0rem; text-align: center; vertical-align: top;}
#allMenuWrap .gnball_wrap dl dt {position: relative; margin-bottom: 10px; font-size: 2rem; font-weight: 500; color: #000; line-height: 200%;}
#allMenuWrap .gnball_wrap dl dt::before {content: ""; position: absolute; bottom:2px; left: 50%; transform: translate(-50%, 0%); width: 50%; max-width: 30px; height: 2px;}
#allMenuWrap .gnball_wrap dl dd {font-size: 1.6rem; line-height: 200%;}

#allMenuWrap .gnball_wrap > ul > li {display: inline-block;}
#allMenuWrap .gnball_wrap > ul > li > a {display: none;}
#allMenuWrap .gnball_wrap div.depth2 {position: relative; display: inline-block; padding: 0 50px; font-size: 0rem; text-align: center; vertical-align: top;}
#allMenuWrap .gnball_wrap h5 {position: relative; margin-bottom: 10px; font-size: 2rem; font-weight: 500; color: #000; line-height: 200%;}
#allMenuWrap .gnball_wrap h5::before {content: ""; position: absolute; bottom:2px; left: 50%; transform: translate(-50%, 0%); width: 50%; max-width: 30px; height: 2px;}
#allMenuWrap .gnball_wrap div.depth2 > div > ul > li {display: block; font-size: 1.6rem; line-height: 200%; padding: 0 0 0 0;}


@media ( max-width: 1000px ) {
	#layoutWrap { min-width: 100%;}
	#indexArea 	{ padding: 0 15px;}
	#headerWrap {	margin-bottom: 20px;}
	#headerWrap > div { min-width: 100%; }
	#headerWrap .header_top { height: 35px; padding-top: 6px;}
	#headerWrap .header_top > div { width: 100%;}
	#headerWrap .header_top .t_update {padding-left: 15px;}
	#headerWrap .header_top .t_update span { padding: 4px 6px 3px 7px;}
	#headerWrap .header_top .t_menu { display: none; }
	#headerWrap .header_top .t_adm { position: absolute; top:7px; right:15px; font-size:1.2rem;}
	#headerWrap .header_top .t_adm a { padding: 2px 8px 3px 9px; background: #b8b8b8; color: #fff; border-radius: 20px;}
	#headerWrap .logoWrap { width: 100%; height: auto; padding: 10px 0 15px;}
	#headerWrap .logoWrap .t_logo { top:35px; }
	#headerWrap .logoWrap .t_logo img { height: 42px; }
	#headerWrap .logoWrap .ad_top {text-align: center; padding-top:60px;}
	#headerWrap .logoWrap img.ad_top_left,
	#headerWrap .logoWrap img.ad_top_right { float: none; width:45%; max-width: 185px; margin: 0 5px;}
	#headerWrap .nav {height: auto; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #1c1f53;}
	#headerWrap .nav > div {width: 100%;}
	#headerWrap .nav div.nav_list {position: relative; width: 100%; overflow-x: scroll; overflow-y:hidden;}
	#headerWrap .nav ul { display: table; width: 840px; margin: 0 auto; padding: 0 5px;}
	#headerWrap .nav ul li {line-height: 120%; font-size: 1.7rem; padding: 0;}
	#headerWrap .nav ul li span { display: inline-block; padding:15px 18px;}
	#headerWrap .nav div.nav_on {display: none;}
	#headerWrap .nav .searchWrap {position:relative; top:0; margin: 0; padding: 12px; text-align: center; background: #1c1f53;}
	.nav .search {position: relative;}
	.nav .search input {background-color: #fff;}
	.nav .search img.searchBtn {display: none;}
	.nav .search img.searchBtn_m {display:inherit; position: absolute; right:17px;}
	#allMenuWrap {display: none;}
}

/* mobile Gnb */
#mobileGnbWrap { display:none; }

@media ( max-width: 1000px ) {
	.mobileGnbOn { cursor:pointer; position:absolute; top:55px; left:15px; background:0; z-index: 1000;}
  .mobileGnbOn img { width:30px; }
  .mobileGnbOff { cursor:pointer; position:absolute; top:20px; right:20px; background:none; z-index: 1000;}
	.mobileGnbOff img { width:30px; }
	#mobileGnbWrap { display:block; z-index: 1000; }
	#mobileGnb { display:none; position:fixed; top:0; left:0; background:rgba(0, 0, 0, 0.9); width:100%; min-width:150px; height:100%; box-shadow:0 0 10px #ccc; font-weight: 500; z-index: 1000;}
	#mobileGnb > div { position:absolute; top:0; left:-70%; width:80%; height:100%; background:#fff; }
	#mobileGnb > div > h2 { background:#fff; padding:15px; }
	#mobileGnb > div > h2 img {height: 40px;}
	#mobileGnb > div > ul > li > a { display:none; }
	#mobileGnb .t_sns {padding: 0 16px 16px;}
	#mobileGnb .t_sns img {margin-right: 10px;}
	#mobileGnb .depth2 h5 { background:#fff; border-top:1px solid #ddd; padding:14px 16px; font-size:1.7rem; cursor:pointer; }
	#mobileGnb .depth2 h5.mobile_gnb_dep2_on { background:#1c1f53; color:#fff; }
	#mobileGnb .depth2 ul { display:none; padding:14px 16px 14px 20px; background:#eee; font-size:1.6rem; }
	#mobileGnb .depth2 ul li { padding:5px 0 5px 10px; background:url(/img/comm/dot.gif) no-repeat 0 50%; }
	#mobileGnb .depth2 ul li.stit { margin-top:0; padding-left:0; padding-bottom: 7px; background:none; font-weight: 600; border-bottom:1px solid #ddd;}

}

/* footer */
#footerWrap { clear: both; width: 100%; margin-top: 50px; padding-bottom:40px; background: #1a1b36; font-size: 1.4rem; color: #fff; text-align: center; letter-spacing: 0;}
#footerWrap .menus { border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
#footerWrap .menus > div { max-width: 1200px; margin: 0 auto; padding: 10px 0;}
#footerWrap .menus a { position: relative; display: inline-block; margin-left: 30px;}
#footerWrap .menus a::before {content: ""; position: absolute; top:2px; left: -15px; width: 1px; height: 15px; border-left: 1px solid rgba(255, 255, 255, 0.15);}
#footerWrap .menus a:first-child::before {display: none;}
#footerWrap .menus a:first-child { margin-left: 0;}
#footerWrap .bottom ul { position: relative; max-width: 1200px; margin: 0 auto; padding-top: 25px; }
#footerWrap .bottom li { display: inline-block; margin:5px 10px 0 0;}
#footerWrap .bottom li.f_color { display: block; color: #b2b2b2; }
#footerWrap .bottom li:last-child { display: block; }

@media ( max-width: 1000px ) {
	#footerWrap { margin-top: 30px; padding: 0 0 30px;}
	#footerWrap .logo {display: none;}
}

@media ( max-width: 768px ) {
	#footerWrap .menus a { display: block; margin-left: 0; padding: 4px 0;}
	#footerWrap .menus a::before {display: none;}
	#footerWrap .bottom ul { padding: 15px 15px 0; }
	#footerWrap .bottom li { display: inline-block; margin:5px 10px 0 0;}
}

/* lnb */
#lnbWrap {position: relative; width: 100%; padding-top: 20px;}
#lnbWrap .dep2 {display:table; margin: 0 auto; text-align: center; }
#lnbWrap .dep2 li { display: inline-block; margin: 0 5px 10px; font-size: 1.6rem; border: 1px solid rgba(0, 0, 0, 0.8);}
#lnbWrap .dep2 li:first-child {}
#lnbWrap .dep2 a { display: block; padding: 15px 30px 15px; }
#lnbWrap .dep2 a:hover,
#lnbWrap .dep2 .dep2_on a,
#lnbWrap .dep2 .dep2_on { color: #fff; background: #1c1f53; transition: background 0.3s;}

@media ( max-width: 1000px ) {
	#lnbWrap  {display: none;}
}

/* contents title */
#contentsView  {position: relative; width: 1200px; margin: 0 auto;}
#contentsTitle {position: relative; width: 100%; height: auto; color: #fff; text-align: center; font-size: 3.3rem; font-weight: 600; background:#1c1f53;}

.site_path {display: table; margin: 0 auto; font-size: 1.5rem; padding-left: 20px; text-align: left; line-height: 100%; background: url(/img/comm/lnb_home.png) no-repeat 0 1px;}
.site_path img {margin: 2px 10px 0; vertical-align: top;}

.contPrintTitle {text-align: center; margin: 40px 0 60px;}
.contPrintTitle b {position: relative; display: table; margin: 0 auto 7px; font-size: 4rem; font-weight: 600; line-height: 130%; letter-spacing: -2px; color: #1c1f53;}
.contPrintTitle b span {display: inline-block; font-size: 4rem; color: #1c1f53; font-weight: 400;}
.contPrintTitle b::after {content: ""; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0%); display: block; width: 100%;	height: 1px; background: #000;}
.contPrintTitle span { display: block; font-size: 1.5rem; font-weight: 500; color: #777;}

@media ( max-width: 1000px ) {
	#contentsView  {width: 100%; padding: 0 15px;}
	#contentsView center > img {width: 100%; max-width: 700px;}
	.contPrintTitle {margin: 30px 0 40px;}
	.contPrintTitle b {font-size: 3rem;}
}

/*  */
.popupWrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.popupWrap .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.popupWrap .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
}

.popupWrap .bt_popup_close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 24px;
	height: 24px;
	background: transparent url("/img/comm/bt_popup_close.png") no-repeat 0 0 /24px;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
}

.popup1 .popup {
	width: 540px;
	margin: -300px 0 0 -300px;
	padding: 20px;
	box-sizing: border-box;
}

.popup1 .title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 4rem;
}

.popup1 .title strong {
	font-weight: 500;
	color: #333;
}

.popup1 .title span {
	font-weight: 500;
	color: #565de7;
}

.popup1 .cont {
	border-top: 1px solid #333;
}

.popup1 .cont dl {
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
	font-size: 0;
}

.popup1 .cont dt,
.popup1 .cont dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.8rem;
}

.popup1 .cont dt {
	width: 40%;
	color: #333;
	text-indent: 20px;
}

.popup1 .cont dd {
	width: 60%;
	color: #666;
}



a.cbtn {display:inline-block; height:30px; padding:0 14px 0; border:1px solid #304a8a; background-color:#3f5a9d; font-size:13px; color:#fff; line-height:25px;}
a.cbtn:hover {border: 1px solid #091940; background-color:#1f326a; color:#fff;}
a.cbtn1 {display:inline-block; height:30px; padding:0 14px 0; border:1px solid #304a8a; background-color:#3f5a9d; font-size:13px; color:#fff; line-height:25px;}
a.cbtn1:hover {border: 1px solid #091940; background-color:#1f326a; color:#fff;}
.id_blur { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: transparent url("/img/comm/login_bg.gif") 5px -6px; }
.id_focus { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: #FFFFFF; }
.pw_blur { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: transparent url("/img/comm/login_bg.gif") 5px 32px; }
.pw_focus { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: #FFFFFF; }


/* login */
.loginlayer {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:19008;}
.loginlayer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.7; filter:alpha(opacity=70);}
.loginlayer .pop-layer {display:block;}
.pop-layer {display:none; position: absolute; top: 50%; left: 50%; width:280px; height:auto;  background-color:#fff; z-index: 10;}
.pop-layer .pop-container {padding: 0;}
.pop-layer p.ctxt { color:#666; line-height: 25px;}
.pop-layer .btn-r { width:100%; margin:10px 0 20px 0; text-align:right;}

a.cbtn {display:inline-block; height:30px; padding:0 14px 0; border:1px solid #304a8a; background-color:#3f5a9d; font-size:13px; color:#fff; line-height:25px;}
a.cbtn:hover {border: 1px solid #091940; background-color:#1f326a; color:#fff;}
a.cbtn1 {display:inline-block; height:30px; padding:0 14px 0; border:1px solid #304a8a; background-color:#3f5a9d; font-size:13px; color:#fff; line-height:25px;}
a.cbtn1:hover {border: 1px solid #091940; background-color:#1f326a; color:#fff;}

.id_blur { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: transparent url("/img/comm/login_bg.gif") 5px -6px; }
.id_focus { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: #FFFFFF; }
.pw_blur { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: transparent url("/img/comm/login_bg.gif") 5px 32px; }
.pw_focus { font-family: '맑은 고딕', 'Malgun Gothic', "돋움", Dotum, AppleGothic, sans-serif; font-size: 12px; text-decoration: none; border:1px solid #CCCCCC; height: 18px; background: #FFFFFF; }

.p-list-wrap ul {
	margin-top: 30px;
	font-size: 0;
}

.p-list-wrap li {
	position: relative;
	display: inline-block;
	width: 386px;
	height: 480px;
	margin-top: 60px;
	margin-left: 20px;
	box-sizing: border-box;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	vertical-align: top;
	text-align: left;
}


.p-list-wrap li:nth-child(-n+3) {
	margin-top: 0;
}

.p-list-wrap li:nth-child(3n-2) {
	margin-left: 0;
}

.p-list-wrap li.red {
	background-image: url("/img/index/list-bg1.png");
}

.p-list-wrap li.blue {
	background-image: url("/img/index/list-bg2.png");
}

.p-list-wrap li.green {
	background-image: url("/img/index/list-bg3.png");
}

.p-list-wrap li .title {
	display: block;
	padding: 40px 0 0 35px;
	width: 64%;
	height: 268px;
	box-sizing: border-box;
	font-family: 'KOTRA_BOLD-Bold';
	font-size: 3.2rem;
	color: #fff;
	word-break: keep-all;
}

.p-list-wrap li .icon,
.detail_wrap .icon {
	position: absolute;
	top: 0;
	left: 50px;
	width: 120px;
	height: 153px;
	padding-top: 86px;
	box-sizing: border-box;
	background: url("/img/index/section2_icon1.png") no-repeat 0 0;
	text-align: center;
}

.detail_wrap .icon {
    width: 70px;
    height: 100px;
    padding-top: 50px;
    background-size: 70px;
}

.p-list-wrap li .icon span,
.detail_wrap .icon span {
	font-size: 2.3rem;
	font-weight: 800;
	color: #fff;
}

.p-list-wrap li .icon.type2 {
    left: 20px;
    right: auto;
    width: 56px;
    height: 68px;
    padding-top: 39px;
    background-size: 56px;
}

.detail_wrap .icon span {
	font-size: 1.4rem;
}

.p-list-wrap li .icon.type2 span {
	font-size: 1.2rem;
}

.p-list-wrap li .box {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 86%;
	height: 180px;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}

.p-list-wrap li .box strong {
	font-size: 3.6rem;
	font-weight: 600;
}

.p-list-wrap li .box span {
	display: block;
	font-size: 2rem;
}

.p-list-wrap.type2 li {
	height: auto;
}

.p-list-wrap.type2 li .box {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	height: auto;
	padding: 10px 0 0 0;
	text-align:center;
}

.p-list-wrap.type2 li .box strong {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: -3px;
	word-break: keep-all;
}

.p-list-wrap.type2 li .box strong a {
	display: inline-block;
	height: 82px;
}

.p-list-wrap.type2 li .box span {
	margin-top: 10px;
	font-size: 2rem;
	color: #666;
}

.p-list-wrap.type2 li .title.type2 {
    background-size: cover;
    width: 100%;
    padding: 0 60px;
    text-align: center;
    word-break: keep-all;
    display: table-cell;
    vertical-align: middle;
	font-weight: 400;
}

.p-list-wrap.type2 li .title.type3 {
	width: 100%;
	padding: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.p-list-wrap.type2 li .title.type3 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
	overflow: hidden;
}
