﻿@charset 'UTF-8';
/*
	Author	: Somi Park
	Date	: 2016-11-08
	Project	: KHSA
*/
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@font-face {font-family: 'NanumGothicWeb';src: url('../font/_FONT_NanumGothic.eot');src: url('../font/_FONT_NanumGothic.eot?#iefix') format('embedded-opentype'),url('../font/_FONT_NanumGothic.woff') format('woff'),url('../font/_FONT_NanumGothic.ttf') format('truetype');font-weight:normal;font-style:normal; }
@font-face {font-family: 'NanumGothicWeb';src: url('../font/_FONT_NanumGothicBold.eot');src: url('../font/_FONT_NanumGothicBold.eot?#iefix') format('embedded-opentype'),url('../font/_FONT_NanumGothicBold.woff') format('woff'),url('../font/_FONT_NanumGothicBold.ttf') format('truetype');font-weight:bold;font-style:normal; }

@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 100; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 900; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); } 
html, body	{ height:100%;}
html	{ 
	border:0;
	outline:0;
	font-size:62.5%; 
}

body	{ 
	font-size:15px;
	line-height:1.769em;
	font-weight:400;
	font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
	background-color: transparent;
	color: #333;
	letter-spacing:-0.025em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:none; 
	 min-width:320px;
     overflow:auto;
	/*position:relative;*/
}

::selection {
	color:#fff;
	background-color:#008ed8;
}
::-moz-selection {
	color:#fff;
	background-color:#008ed8;
}

table	{ 
	width:100%;
	border-collapse:collapse;
	table-layout:fixed; 
}
table caption { 
	height:0;
	font-size:0.1em;
	color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
}

button,
input,
textarea	{ 
	font-family: 'Noto Sans KR', 'Calibri', "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
	color:#444; 
	font-size:15px;
}
textarea	{ 
	border:1px solid #b3b3b3;
	padding:10px; 
	box-sizing:border-box;
}

html, body, nav, section, article,figure,figcaption,
h1, h2, h3, h4, h5, h6,
menu, ul,ol,dl,li,dt,dd,
p,form	{ 
	margin:0;
	padding:0;
	/* font-family: 'Noto Sans KR'  */
}
h1, h2, h3, h4, h5, h6 { line-height:1em;}

img	{ margin:0;border:none; }
ul,ol,dl,li	{ list-style:none; }
cite,em,address { font-style:normal; }
em { color:#1297ff;font-weight:400; }
em + .checkbox { position:relative;top:4px;margin-left:10px; }
.red { color:#f50d35; }
.view-type > tbody > tr > td > strong { font-weight:600 !important; }
iframe	{ border:none;outline:0; }

a > span	{ cursor:pointer; }
a			{ text-decoration:none;color:#444; }
a:hover		{ text-decoration:none; }
a:focus,
textarea:focus, input:focus { outline:0; }

fieldset { 
	border:0;
	margin:0;
	padding:0;
	display:block; 
}
fieldset legend {
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

input { 
	vertical-align:middle;
	padding:0;
	height:38px;
	line-height:38px;
	border:1px solid #b3b3b3;
	text-indent:8px; 
	box-sizing:border-box;
}
td input { vertical-align:top; }
input:hover,
input:focus { border:1px solid #aaa;background-color:#f9f9f9; }

*+html body input			{  }
input[required]				{  }
input[type="radio"],
input[type="checkbox"]		{ border:0;height:auto;line-height:auto; }
input[readonly],
input[disabled]				{ background:#f9f9f9  }
input[type="file"] + input[readonly]    {  }

.btn2 + .input-box,
.input-box + .input-box { margin-top:10px; }

select {
    border:1px solid #ddd;
    height:40px;
} 

.hide { 
	box-sizing:border-box !important;
	width:1px  !important;
	height:1px !important;
	position:absolute !important;
	overflow:hidden !important;
	color:#fff !important; 
}
.pc-hide { display:none; }
.q0 { width:70px;}
.q1 { width:35% }
.q2 { width:50% }
.q2 + .q2 { width:48% }
.q3 { width:75% }
.q4 { width:100%; }
img.q4 {
    display:block;
}
textarea.q4 { width:100% }
select.q3 {  }
.q0 ~ .q3,
.q1 ~ .q3,
.q2 ~ .q3,
.q3 ~ .q3,
.q0 ~ .q4,
.q1 ~ .q4,
.q2 ~ .q4,
.q3 ~ .q4,
.q4 ~ .q4,
*[class^="btn"] ~ .q4 { margin-top:8px }

.al { text-align:left !important;}
.ar { text-align:right !important;}
.ac { text-align:center !important;}
.vm,
.vm table td,
.vm table th { vertical-align: middle !important;}

.darkgray {
    color:#333 !important;
}
.gray {
    color:#777 !important;
}
.blue {
    color:#0c69d0 !important;
}
a.blue {
    border-bottom:1px solid #0c69d0;
    font-weight:400;
}
a.blue:hover {
    color:#0c69d0 !important;
    text-decoration:none !important;
}
.lightblue {
    color:#0090fe !important;
}
.darkblue {
    color:#003a79 !important;
}
.darkgreen {
    color:#00a2aa !important;
}
.green {
    color:#00c153 !important;
}

.m-none {
    display:block;
}
.m-block {
    display:none;
}

.overflow-x {
    /*overflow-x:auto;*/
}

label.radio input,
label.checkbox input { margin:0 5px 0 0;position:absolute; }
td label.radio,
td label.checkbox { margin-right:20px; }
label.radio input,
label.radio input:focus,
label.radio input:hover,
label.checkbox input,
label.checkbox input:focus,
label.checkbox input:hover { padding:0;top:0;left:0; }
label.radio,
label.checkbox { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	min-height:20px;
	line-height:20px;
	padding:0;
	cursor:pointer; 
	padding-left:30px;
	position:relative;
    vertical-align:middle;
}
label.radio:before { 
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	border:1px solid #bbb;
	background:#fff;
	box-sizing:border-box;
	left:0;
	border-radius:50%;
}
label.radio.checked:after {
	position:absolute;
	content:"";
	width:12px;
	height:12px;
	background:#003a79;
	border-radius:50%;
	top:4px;
	left:4px;
	box-sizing:border-box;
}
label.checkbox:before { 
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	border:1px solid #bbb;
	box-sizing:border-box;
	left:0;
	background:#fff;
}
label.checkbox.checked:before { 
	border:1px solid #003a79;
	background:#003a79;
}
label.checkbox.checked:after {
	position:absolute;
	content:"";
	width:16px;
	height:8px;
	border-left:2px solid #fff;	
	border-bottom:2px solid #fff;
	box-sizing:border-box;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:3px;
	left:3px;
} 

label.num {
    margin:0 auto -2px;
    display:block;
    width:55px;
    overflow:hidden;
}
label.num:after {
    content:"";
    display:block;
    clear:both;
}
label.num input {
    display:block;
    width:100%;
    text-align:center;
    padding:0;
    text-indent:0;
}
label.num .num-add,
label.num .num-minus {
    display: block;
    margin-top: 8px;
    width: 23px;
    height: 23px;
    border: 1px solid #777;
    text-indent: -9999px;
    background: url('../../images/user/common/arr_t_sm.png') center no-repeat #fbfbfb;
}
label.num .num-add {
    float:left;
}
label.num .num-minus {
    float: right;
    background-image: url('../../images/user/common/arr_b_sm.png');
}
.dim { 
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
	z-index:999;
}
.dim.open {
	display:block !important;
	opacity:1;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

.loader {
    height: 100px;
    position: absolute;
    width: 100px;
    border-radius: 100%;
    top:50%;
    left:50%;
    z-index:99999;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.loader:before {
    height: 100px;
    position: absolute;
    width: 100px;
    border-radius: 100%;
	content:"";
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}
.loader:after{
	content:"Loading..";
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-size: 13px;
    margin-top: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    letter-spacing:0;
    width: 100px;
}

.accessibility			{ position:relative; }
.accessibility a		{ 
	position:absolute;
	left:0;
	top:0;
	height:1px;
	overflow:hidden;
	font-weight:500;
	z-index:99999; 
}
.accessibility a:focus	{ 
	z-index:999;
	padding-left:30px;
	width:120px;
	height:35px;
	line-height:35px;
	background:#008ed8;
	color:#fff;
	overflow:hidden;
	outline:0; 
}

#skipToLNB,
#skipToContents,
#skipToQuick { 
	position:absolute;
	height:1px;
	overflow:hidden;
}
#skipToLNB:focus,
#skipToContents:focus,
#skipToQuic:focus	{  }

.loading    { 
	top:350px;
	position:absolute;
	left:50%;
	margin-left:-300px;
	z-index:9999;
	color:#777;
	text-align:center;
	line-height:40px;
	width:600px; 
}

.ac { text-align:center; }
.al { text-align:left;padding-left:20px; }
.ar { text-align:right;padding-right:20px; }

.fl { float:left; }
.fr { float:right }
.fr + * { clear:both; }

.clear { clear:both; }
b + span.info,
span.info + span.info { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin-left:15px;
	color:#777;
}
span.info + span.info:before  {
	content:"";
	width:1px;
	height:14px;
	background:#ddd;
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
}
span.info strong {
	color:#333;
	margin-left:10px;
	font-weight:400;
}

.score { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:middle;
	width:97px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	vertical-align:middle;
	background-image:url('../../images/user/common/score.gif');
	background-repeat:no-repeat; 
}
.score.score-0 { background-position: 0 0; }
.score.score-1 { background-position: 0 -20px; }
.score.score-2 { background-position: 0 -40px; }
.score.score-3 { background-position: 0 -60px; }
.score.score-4 { background-position: 0 -80px; }
.score.score-5 { background-position: 0 -100px; }
.score.score-6 { background-position: 0 -120px; }
.score.score-7 { background-position: 0 -140px; }
.score.score-8 { background-position: 0 -160px; }
.score.score-9 { background-position: 0 -180px; }
.score.score-10 { background-position: 0 -200px; }

.wrap { 
	max-width:1100px;
	min-width:280px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.site-mn .wrap {
	max-width:1100px;
}

/* btn */
.btn-cont { text-align:right;margin-top:30px; }
.btn-cont + .sch-cont,
.btn-cont + .step {
    margin-top:60px;
}
.btn-cont.left { text-align:left; }
.btn-cont.center { text-align:center; }

.btn-cont a,
.btn,
.btn2,
.btn3,
.btn4 { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap; 
	box-sizing:border-box;
}

.btn-cont a { 
	padding:0 40px;
	height:50px;
	line-height:48px;
	font-weight:300;
	font-size:15px;
}
.btn { 
	padding:0 30px;
	height:40px;
	line-height:38px;
	font-weight:300;
	font-size:15px;
}
.btn-cont .btn2,
.btn2 { 
	padding:0 20px;
	height:38px;
	line-height:36px;
	font-weight:300;
	width:auto;
	min-width:60px;
	font-size:15px;
}
.btn3 { 
	padding:0 10px;
	height:24px;
	line-height:24px;
	font-size:0.923em; 
}
.btn4 { 
	width:105px;
	text-align:center;
	height:43px;
	line-height:43px;
	font-size:1.154em;
	font-weight:300; 
}

h4 + .btn-cont { margin-top:-42px;}
.btn-cont + h5 { margin-top:20px; }
.btn-cont a + a,
.btn + .btn { margin-left:5px; }
.btn2 + .btn2,
input + .btn2 { margin-left:6px;vertical-align:top; }

.btn-cont a,
.btn,
.btn2,
.btn3,
.btn4 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

/* btn : default */
.btn-cont a,
.btn,
.btn2,
.btn3,
.btn4 { background:#fff;border:1px solid #003a79;color:#003a79;font-weight:400; }
.btn-cont a:hover, .btn-cont a:focus,
.btn:hover, .btn:focus,
.btn2:hover, .btn2:focus,
.btn3:hover, .btn3:focus,
.btn4:hover, .btn4:focus{ background:#e5ebf1; }

td .btn2,
td .btn3 { background:#fbfbfb;color:#000;border:1px solid #555;font-size:15px; margin-top:2px; margin-bottom:2px;}
td .btn3 {
    font-size:13px;
    height:35px;
    line-height:33px;
}

/* btn : spot */
.btn-cont a.spot,
.spot { 
	background-color:#003a79;
	border:1px solid #003a79;
	color:#fff; 
}
.btn-cont a.spot:hover,
.btn-cont a.spot:focus,
.spot:hover, 
.spot:focus { 
	background:#004da1; 
	border-color:#004da1;
}

/* btn : spot2 */
.btn-cont a.spot2,
.btn.spot2,
.btn2.spot2,
.btn3.spot2,
.btn4.spot2{ 
	color:#fff;
	background-color:#8d8d8d;
	border:1px solid #8d8d8d;
}
.btn-cont a.spot2:hover,
.btn-cont a.spot2:focus,
.spot2:hover, 
.spot2:focus { background:#aaaaaa; }

.btn-cont a.spot3,
.btn.spot3,
.btn2.spot3,
.btn3.spot3,
.btn4.spot3 { 
	color:#fff;
	background:#1a6dc7;
	border:1px solid #1a6dc7;
}
/* btn : del */
.btn-cont a.spot4,
.spot4 { 
	color:#333;
	background-color:#eee;
	border:1px solid #ccc; 
}
.btn-cont a.spot4:hover,
.btn-cont a.spot4:focus,
.spot4:hover, 
.spot4:focus { background:#ddd; }

.btn-cont a.spot5,
.btn.spot5,
.btn2.spot5,
.btn3.spot5,
.btn4.spot5,
.spot5 {
    color:#fff;
    background:#1298ff;
    border-color:#1298ff;
}
.btn-cont a.spot5:hover,
.btn-cont a.spot5:focus,
.spot5:hover, 
.spot5:focus {
    background:#0e91f6;
    border-color:#0e91f6;
}

.btn-cont a.spot6,
.btn.spot6,
.btn2.spot6,
.btn3.spot6,
.btn4.spot6,
.spot6 {
    color:#fff;
    background:#00b727;
    border-color:#00b727;
}
.btn-cont a.spot6:hover,
.btn-cont a.spot6:focus,
.spot6:hover, 
.spot6:focus {
    background:#00b727;
    border-color:#00b727;
}

.btn-cont a.spot7,
.btn.spot7,
.btn2.spot7,
.btn3.spot7,
.btn4.spot7,
.spot7 {
    color:#fff;
    background:#ed2828;
    border-color:#ed2828;
}
.btn-cont a.spot7:hover,
.btn-cont a.spot7:focus,
.spot7:hover, 
.spot7:focus {
    background:#ed2828;
    border-color:#ed2828;
}

.btn.more {
	padding-left:54px;
	position:relative;
}
.btn.more:before {
	content:"";
	display:block;
	position:absolute;
	width:14px;
	height:2px;
	background:#003a79;
	left:29px;
	top:50%;
	margin-top:-1px;
}
.btn.more:after {
	content:"";
	display:block;
	position:absolute;
	width:2px;
	height:14px;
	background:#003a79;
	left:35px;
	top:50%;
	margin-top:-7px;
}
.btn.del {
    background:#f9f9f9;
    border-color:#003a79;
    color:#003a79;
}
.btn.add,
.btn2.add {
    background:#fff;
    border-color:#0090fe;
    color:#0090fe;
}
/* btn : ico */
.btn-cont a.dw,
a.btn.dw { 
	padding-left:56px;
	background-image:url("../../images/user/common/ico_download.png");
	background-position:30px center;
	background-repeat:no-repeat; 
}
.spot.next { 
	padding-right:165px;
}
.spot.next:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #b3c4d7;
    border-right: 1px solid #b3c4d7;
    width: 83px;
    height: 14px;
    transform: skewX(45deg);
    top: 16px;
    right: 40px;
}

.shortcut {
    border:1px solid #b5b5b5;
    color:#777;
}
.shortcut:after {
    content: "";
    display:inline-block;
    vertical-align:middle;
    margin-top:-3px;
    margin-left:10px;
    width:13px;
    height:13px;
    background: url('../../images/user/common/ico_shortcut.png') no-repeat;
}
.btn2.shortcut {
    padding-left:30px;
    padding-right:30px;
}

.btn2.spot6.shortcut:after,
.btn2.spot7.shortcut:after {
    background: url('../../images/user/common/ico_shortcut_w.png') no-repeat;
    width:14px;
    height:14px;
}
.btn3.down {
  margin-left:20px;
  border-color:#c9cacb;
}
.btn3.down:before {
    content: "";
    display:inline-block;
    width: 15px;
    height: 14px;
    background: url('../../images/user/common/ico_down.png') no-repeat;
    margin-top:-5px;
    vertical-align:middle;
    margin-right:9px;
}

/* ico */
.file { 
	display:block;
	*zoom:1;
	*display:inline;
	padding-left:23px;
	background:url('../../images/user/common/ico_file.png') 0 center no-repeat; 
	color:#0d69d0;
}
.ico.file {
    margin:0 auto;
    display:inline-block;
    height:28px;
}
.file ~ .file {
    background:none;
}
.file-block {
    display:block;
    color:#0d69d0;
    font-weight:400;
    text-decoration:underline;
}
p.file { 
	display:block;
	margin-top:10px;
}
p.file + p.file { margin-top:3px;}
a.file:hover, a.file-block:hover { text-decoration:underline; }
a.delete { 
	margin-left:8px;
	vertical-align:middle;
	display:inline-block;
	*zoom:1;
	*display:inline;
	background:url('../../images/user/common/ico_delete.gif') 0 6px no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:15px;
	height:18px;
}
.ico { 
	width:20px;
	height:20px;
	text-indent:-999px;
	overflow:hidden;
	padding-left:0;
}
i.star { 
	display:inline-block;
	width:11px;
	height:10px; 
	vertical-align:middle;
    background:url('../../images/user/common/star.png') 0 0 no-repeat;
	background:url('../../images/user/common/star.svg') 0 0 no-repeat\9;
	position:relative;
	top:-1px;
}
a.homepage {
	display:inline-block;
	width:18px;
	height:18px; 
	vertical-align:middle;
	background:url('../../images/user/common/ico_monitor.png') 0 0 no-repeat;
	position:relative;
	top:-1px;
	overflow:hidden;
	text-indent:-9999px;
}
.ico-no,
.ico-yes {
    display:inline-block;
    border-radius:50%;
    font-size:14px;
    color:#fff;
    background:#888;
    width:26px;
    height:26px;
    line-height:26px;
    font-style:normal;
}
.ico-no {
    background-color:#1297ff;
}

/* common */
.border-cont {
    padding:25px 40px;
    border:1px solid #ccc;
    font-weight:400;
    color:#333;
}
.border-cont label {
    margin-left:30px;
    margin-right:30px;
}
.border-cont p + p {
    margin-top:15px;
}
.border-cont + .btn-cont {
    margin-top:20px;
}
.btn-cont + .border-top {
    margin-top:70px;
}
.border-top {
    border-top:2px solid #003a79;
}
.shortcut-list {
    text-align:center;
    margin-top:30px;
}
.shortcut-list li{
    display:inline-block;
    margin:0 30px 10px;
    width:240px;
    border:1px solid #003a79;
    text-align:center;
}
.shortcut-list li a {
    padding-top:29px;
    padding-bottom:21px;
    display:block;
}
.shortcut-list cite {
    display:block;
    margin-bottom:25px;
    font-family:'NanumSquare';
    font-weight:700;
    color:#003a79;
    transform:skew(-0.2deg);
}   
.shortcut-list li span {
    display:inline-block;
}
.full-img {
    margin-bottom:60px;
}
.full-img img {
    display:block;
    max-width:100%;
}
.full-img figcaption.ar {
    margin-top:10px;
    padding-right:0;
}
/* jquery-plugin tab : ui-tabs */
.tabs { 
	position: relative;
    margin-bottom:20px;
}
.tabs .ui-tabs-nav { 
	height:60px;
	width:100%;
	display:inline-block;
}
.tabs .ui-tabs-nav li { 
	float:left;
	white-space: nowrap;
	font-weight:400; 
	height:60px;
}
.tabs .ui-tabs-nav li + li .ui-tabs-anchor { border-left:0; }	
.tabs .ui-tabs-nav li:first-child .ui-tabs-anchor { }
.tabs .ui-tabs-nav .ui-tabs-anchor { 
	display:block;	
	color:#777;
	font-weight:400;
	font-size:18px;
	height:60px;
	line-height:58px;
	box-sizing:border-box;
	border-bottom:1px solid #cecece;
	text-align:center;
	position:relative;
}
.tabs .tabs-nav li + li a.ui-tabs-anchor { border-left:0; }
.tabs .ui-tabs-nav .ui-tabs-anchor:hover { 
	color:#003a79; 
}
.tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor,
.tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor:hover { 
	border-bottom:3px solid #003a79; 
	color:#003a79;
}
.tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor:before {
	content:"";
	width:0;
	height:0;
	position:absolute;
	border-bottom:8px solid #003a79;
	border-right:8px solid #003a79;
	border-top:8px solid transparent;
	border-left:8px solid transparent;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	bottom:-9px;
	left:50%;
	margin-left:-4px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
   display:none\9;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }

.tabs .ui-tabs-panel { display: block; }
.ui-tabs-nav + p.comment { margin-top:20px; }
.rolling-noti ~ .tabs {
	margin:40px 0 30px;
}

.popup .tabs { 
	position: relative;
	margin-top:40px; 
}
.popup .ui-tabs-nav { 
	height:48px;
	line-height:47px;
	margin-bottom:18px;
	border-bottom:2px solid #383c3f; 
}
.popup .ui-tabs-nav li { 
	height:48px;
}
.popup .ui-tabs-nav li:first-child .ui-tabs-anchor { 
	border-left:1px solid #c3c3c3; 
}
.popup .ui-tabs-nav .ui-tabs-anchor { 
	height:48px;
	line-height:47px;
	display:block;
	padding:0 37px;
	background:#fff;
	color:#777;
	font-weight:400;
	font-size:1.153em;
	border:0;
	border-top:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3; 
}
.popup .ui-tabs-nav .ui-tabs-anchor:hover { 
	background:#f5f5f5; 
}
.popup .ui-tabs-nav li.ui-tabs-active a,
.popup .ui-tabs-nav li.ui-tabs-active a:hover,
.popup .ui-tabs-nav li.ui-tabs-active:first-child a { 
	color:#333333;
	background:#fff;
	line-height:45px;
	height:50px;
	padding:0 35px;
	z-index:999;
	border:2px solid #383c3f;
	border-bottom:0; 
}
.popup .ui-tabs-nav li.ui-tabs-active:first-child a,
.popup .ui-tabs-nav li.ui-tabs-active:first-child a:hover { margin-left:0; }
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }
.tabs .ui-tabs-panel { display: block;padding:30px 0; }

.diagram { 
	display:block;
	margin:0 auto 40px; 
}
.scroll-cont { 
	overflow:hidden;
	overflow-y:auto;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top:20px;
 }

.tabs .ui-tabs-panel.scroll-cont {
	height:400px;
}
.scroll-cont h2 { font-size:1.8em !important;color:#003a79; }
.scroll-cont p { font-size:1.071em;line-height:1.8em }
.scroll-cont p + p { margin-top:10px; }
.scroll-cont p + h2 { margin-top:50px;margin-bottom:15px; } 
.scroll-cont h3 { margin-top:30px;margin-bottom:15px; }

/* site-lnb*/
.site-lnb { 
	position:absolute;
	line-height:26px;
	overflow:hidden;
	width:175px;	
	background: rgb(66,178,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(66,178,255,1) 0%, rgba(13,105,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(66,178,255,1) 0%,rgba(13,105,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(66,178,255,1) 0%,rgba(13,105,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b2ff', endColorstr='#0d69d0',GradientType=1 ); /* IE6-9 */
	left:50%;
	top:20px;
	margin-left:-550px;
	padding-bottom:17px;
}
.site-lnb h2 {
	color:#fff;
	font-weight:500;
	font-size:24px;
	line-height:40px;
	padding-top:20px;
	padding-bottom:12px;
	white-space:nowrap;
	letter-spacing:-0.05em;
	padding-left:20px;
	font-family:'NanumSquare';
	font-weight:400;
}
.site-lnb li { 
	padding-left:20px;	
	padding-right:20px;
}
.site-lnb li a { 
	position:relative;
	display:block;
	padding:6px 0;
	color:#fff;
	font-weight:400;
	font-size:15px;
	white-space:nowrap;
	font-family:'NanumSquare';
}
.site-lnb li a:before { 
	position:absolute;
	content:"";
	height:1px;
	width:0%;
	background:#fff;
	bottom:3px;
	left:0px;
	-webkit-transition:width .5s;
	-moz-transition:width .5s;
	transition:width .5s;
}
.site-lnb li a:hover:before,
.site-lnb li a:hover:before,
.site-lnb li.current a:before{ 
	width:100%;
}
.site-lnb li.current a:after { 	
	position:absolute;
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	right:0px;
	bottom:1px;
	background:#fff;
}
.site-lnb li.current a:hover,
.site-lnb li.current a:focus {  }
.site-lnb.type2 { height:78px; }
.site-lnb.type2 li a { padding:25px 0; }
.site-lnb.type2 li.doubleline a { padding:12px 0; }
.site-lnb.type2 li.current a { padding:26px 1px; }
.site-lnb.type2 li.doubleline.current a { padding:13px 1px; }

/* -------------------------------------------------
    JQUERY-UI
------------------------------------------------- */

/* jquery-plugin : accordion */
.accordion { 
	border-top:2px solid #003a79;
	margin-top:15px;
}
.ui-accordion-header { 
	padding:13px 30px 13px 20px;
	line-height:22px;
	border-bottom:1px solid #dcdcdc;
	position:relative;
	/*background:url('../../images/user/common/acco_q.png') 20px 15px no-repeat;*/
	cursor:pointer;
	font-size:1.153em;
	color:#000;
	font-weight:300;
}
.ui-accordion-header cite { 
		color:#777;
		display:inline-block;
		width:40px; 
}
.ui-accordion-header-active { border-bottom:1px dashed #dcdcdc; }
.ui-accordion-header:hover,
.ui-accordion-header:focus { background-color:#fcfcfc;outline:0; }
.ui-accordion-header-icon { 
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:48px;
	background:url('../../images/user/common/select_arr.png') center center no-repeat; 
}
.ui-accordion-header-active .ui-accordion-header-icon { background:url('../../images/user/common/select_arr_up.png') center center no-repeat; }
.ui-accordion-content { 
	padding:15px 30px 15px 98px;
	border-bottom:1px solid #dcdcdc;
	color:#666;
	font-size:1.077em;
	background:url('../../images/user/common/acco_arr.gif') 65px 18px no-repeat;
}
.ui-accordion-content b,
.ui-accordion-content strong { font-weight:600; }

/* jquery-plugin :select-menu */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index:99999;
}
.ui-selectmenu-menu ul {
	background:#fff;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
	max-height:400px;
}
.ui-selectmenu-menu .ui-menu li {
	padding:5px 10px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1.077em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	background:#fff;
	width:auto !important;
	font-size:13px;
	border-radius:0;
	border:1px solid #b3b3b3;
	vertical-align:top;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -10px;
	position: absolute;
	width:18px;
	height:20px;
	top: 50%;
	background:url("../../images/user/common/ico_selectmenu.png") center center no-repeat;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0 40px 0 10px;
	height:36px;
	line-height:36px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.ui-selectmenu-menu ul { border:1px solid #ccc; }
.ui-selectmenu-menu .ui-state-active { font-weight:bold; }
.ui-selectmenu-menu .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus { background:#f9f9f9; }

/* jquery-plugin :  datepicker */
.datepicker { width : 120px !important}
.cal {width: 120px !important}
.cal + .ui-datepicker-trigger {
    position:relative;
    margin-left:-27px;
    vertical-align:middle;
}
.ui-datepicker { 
	background-color:#fff;
	border: 1px solid #dddddd;
	width: 200px;
	padding:12px 5px 5px;
	display: none; 
}
.ui-datepicker .ui-datepicker-header { 
	position: relative;
	padding: 0 0; 
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	overflow:hidden;
	position: absolute;
	top: 0px;
	width: 20px;
	height: 30px;
	background-image:url('../img/web/datepick_arr.png');
	text-indent:-999px;
	background-repeat:no-repeat;
	cursor:pointer; 
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover { 
	background-image:url('../img/web/datepick_arr_on.png'); 
}
.ui-datepicker .ui-datepicker-prev { 
	left: 5px;
	background-position:0 center; 
}
.ui-datepicker .ui-datepicker-next { 
	right: 5px;
	background-position:right center;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span { 
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 45%;
	margin-top: -8px; 
}
.ui-datepicker .ui-datepicker-title { 
	margin: 0 1em;
	line-height: 30px;
	text-align: center; 
}
.ui-datepicker .ui-datepicker-title select { 
	font-size: 1em;
	margin: 1px 0; 
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { 
	width: 40%;
	margin:0 2px;
	padding:1px;
	border:1px solid #aaa; 
}
.ui-datepicker table { 
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 10px 0 .2em;
	border-top:2px solid #aaa; 
}
.ui-datepicker th { 
	padding: .3em .3em;
	font-size:11px;
	text-align: center;
	height:14px;
	font-weight: bold;
	border: 0;
	border-bottom:1px solid #ddd;
	background-color:#fff;
	background:#f9f9f9;
}
.ui-datepicker tr:first-child td { border-top:0; }
.ui-datepicker td {	
	text-align:center;
	border: 0;
	padding: 1px;
	height:14px; 
}
.ui-datepicker td span,
.ui-datepicker td a { 
	display: block;
	padding: .2em;
	text-decoration: none;
	border-bottom:0; 
}
.ui-datepicker .ui-datepicker-buttonpane { 
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0; 
}
.ui-datepicker .ui-datepicker-buttonpane button { 
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible; 
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
.hasDatepicker + img { margin-left:10px;vertical-align:middle; }

/* jquery-plugin dialog */
.ui-widget-overlay {
     position:fixed;
    width:100%;
    height:500%;
    top:0;
    left:0;
    background:#000;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:99999;
}
.ui-dialog {
    position:absolute;
    padding-bottom:10px;
    background:#fff;
    top:140px;
    z-index:100000;
}
.ui-dialog .ui-dialog-titlebar {
    background:#003a79;
    height:45px;
    padding:0 20px;
    position:relative;
}
.ui-dialog .ui-dialog-title {
    color:#fff;
    font-size:15px;
    line-height:45px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position:absolute;
    width:45px;
    height:45px;
    overflow:hidden;
    top:0;
    right:10px;
    text-indent:-999px;
    background:url("../../images/user/common/pop_close_wht.png") center center no-repeat;
    border:0;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding:30px 40px 20px;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align:center;
}
.ui-dialog .ui-dialog-buttonpane button {
    display:inline-block;*zoom:1;*display:inline;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    cursor:pointer;
    border: none;
    padding:0 30px;
	height:40px;
	line-height:38px;
	font-size:14px;
	font-weight:300;
    background:#fff;
    color:#000;
    border:1px solid #003a79;
    box-sizing:border-box;
    outline:0;
}
.ui-dialog .ui-dialog-buttonpane button:only-child,
.ui-dialog .ui-dialog-buttonpane button.spot {
    background:#003a79;
    color:#fff;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* ui-autocomplete */
.ui-autocomplete { 
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index:9999;
	max-height:300px;
	overflow-y:scroll;
    box-sizing:border-box;
}
.ui-autocomplete.ui-widget-content { 
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
	padding:7px 0;
	line-height:1.8em;
}
.ui-autocomplete .ui-menu-item  { padding:5px 10px;line-height:1.8em; }
.ui-autocomplete .ui-menu-item:hover { background:#f5f5f5; }
.ui-autocomplete .ui-menu-item .ui-state-hover,
.ui-autocomplete .ui-menu-item .ui-state-focus{ 
	display:block;
	background:#f5f5f5;
}
.ui-helper-hidden-accessible { 
	position: absolute;
	left: -9999px; 
}

/* tit */
.tit {
    display:block;
    font-size:24px;
    font-family:'NanumSquare';
    color:#003a79;
    font-weight:700;
    line-height:1.35em;
    margin-bottom:20px;
}
.paging + .tit,
.btn-cont + .tit {
    margin-top:130px;
}

.sub-tit {
    display:block;
    margin-bottom:15px;
    font-size:20px;
    color:#003a79;
    font-family:'NanumSquare';
    font-weight:700;
}
p + .sub-tit {
    margin-top:35px;
}
.list-type + .sub-tit,
.write-type + .sub-tit,
.info-type + .sub-tit,
img.q4 + .sub-tit,
.tel-box + .sub-tit,
ol + .sub-tit {
    margin-top:40px;
}
.sub-tit-arr {
    margin-bottom:25px;
    display:block;
    color:#333;
    font-weight:400;
}
.sub-tit-arr:before {
    content: "";
    display: inline-block;
    width:9px;
    height:14px;
    margin-right:10px;
    background: url('../../images/user/common/arr_r_sm_gray.png') left center no-repeat;
}

/* sch-cont */
.sch-cont { margin:15px 0;text-align:right; }
.sch-cont label { font-weight:500;margin-right:6px; }
.sch-cont label ~ label { margin-left:30px; }
.sch-cont .ui-selectmenu-button + input { margin-left:6px;width:200px;}
.sch-cont input { vertical-align:top\9; width:180px\9;}
.sch-cont .btn2.spot { margin-left:20px; }
h3 + .select-cont.right { margin-top:-48px; }

/* detail-sch */
.detail-sch {
	border:1px solid #dcdcdc;
	padding:20px 30px;
	position:relative;
	margin-bottom:50px;
	padding-right:150px;
}
.detail-sch tbody th { 
	font-weight:400;
	text-align:left; 
	padding:5px 0;
	position:relative;
	vertical-align:top;
	line-height:38px;
}
.detail-sch tbody th:after {
	display:inline-block;
	width:1px;
	height:15px;
	background:#dcdcdc;
	content:"";
	position:absolute;
	right:0;
	top:18px;
	vertical-align:top;
}
.detail-sch tbody td {
	padding:5px 20px;
}
.detail-sch tbody td input,
.detail-sch tbody td select,
.detail-sch .ui-selectmenu-button {
    margin-right:3px;
    margin-bottom:3px;
}
.detail-sch .datepicker {
    margin-right:3px;
}
.detail-sch .cal + .ui-datepicker-trigger {
    margin-right: 13px;
}
.detail-sch .btn-cont {
	position:absolute;
	top:20px;
	right:0;
	width:150px;
	height:calc(100% - 40px);
	margin-top:0;
	border-left:1px dashed #dcdcdc;
}
.detail-sch .btn-cont .btn {
	position:absolute;
	top:0;
	right:30px;
	left:30px;
	bottom:0;
	box-sizing:border-box;
	width:auto;
	height:auto;
	padding:0;
	font-size:16px;
}
.detail-sch .btn-cont .btn span:before {
	content:"";
	display:block;
	width:22px;
	height:22px;
	margin:0 auto;
	background:url("../../images/user/common/ico_sch.png") 0 0 no-repeat;
}
.detail-sch .btn-cont .btn span {
	position:absolute;
	top:50%;
	left:50%;
	line-height:32px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/* table */
.write-type + .list-type,
.list-type + .write-type,
.list-type  + .list-type { margin-top:10px; }
.txt-list + .info-type,
.txt + .info-type,
.txt-list + .list-type,
.btn-cont + .list-type,
.btn-cont + .write-type,
.btn-cont + .info-type { margin-top:40px; }
h4 + .btn-cont + .list-type,
h4 + .btn-cont + .write-type,
h4 + .btn-cont + .info-type,
.btn-cont:first-child + .info-type { margin-top:20px; }
.scroll-x { max-width:1100px;overflow-x:auto; }
.scroll-x table { width:150%;}
.approval + .write-type { margin-top:40px; }

table th { font-weight:500; }
.tip { font-size:14px;margin-bottom:15px; }
.tip.ar {
    margin-top:10px !important;
    padding-right:0;
}
.tip.gray {
	margin-top:10px;
    margin-bottom:10px;
    font-size:15px;
    color:#777;
    line-height:1.5em;
    letter-spacing:-0.01em;
    font-weight:200;
}
.border-left {
    border-left:1px solid #dcdcdc !important;
}
.border-blue {
    border-bottom-color:#003a79 !important;
}

/* table : info-type */
.info-type,
.info-type2 { clear:both; }
.info-type2 {
    margin-bottom:75px;
}
.info-type table,
.info-type2 table { 
	border-top:2px solid #003a79;
}
.info-type2 table + table {
    margin-top:50px;
}
.info-type table thead th,
.info-type2 table thead th { 
	background-color:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	font-size:15px;
}
.info-type2 table thead th {
    border-left:1px solid #dcdcdc;
}
.info-type2 table thead th:first-child {
    border-left:none;
}
.info-type table th,
.info-type2 table th { 
	padding:14px 0 14px 0;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	background:#f9f9f9;
	text-align:left;
	color:#444; 
	font-weight:400;
	font-size:15px;
}
.info-type table th.required {  }
.info-type table th span,
.info-type2 table th span  { 
	display:block;
	font-weight:normal;
	font-size:13px;
	color:#777;
}
.info-type table tbody th,
.info-type2 table tbody th {
    vertical-align:middle;
    text-align:center;
}

.info-type table td,
.info-type2 table td { 
	padding:14px 20px 14px 20px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	color:#333; 
	font-weight:400;
	font-size:15px;
    vertical-align:middle;
}
.info-type2 table td {
    padding-left:0;
    padding-right:0;
}
.info-type2 table td {
    text-align:center;
}
.info-type table td + td,
.info-type2 table td + td  {
    border-left:1px solid #dcdcdc;
}
.info-type table th.ac,
.info-type table td.ac,
.info-type table tr.ac th,
.info-type table tr.ac td { 
	padding:14px 0;
	text-align:center; 
}
.info-type table tr.ac th.al { 
	padding-left:20px;
	text-align:left; 
}
.info-type table tr.strong td { 
	font-weight:600;
	font-size:1.077em;
	color:#333; 
}
.info-type table td a:not([class^="btn"]):hover,
.info-type table td a em { 
	text-decoration:underline; 
}
.info-type table + table { margin-top:10px; }
.info-type table th strong { font-size:1.3em;font-weight:600; }
.info-type table tbody + tbody tr:first-child th,
.info-type table tbody + tbody tr:first-child td { border-top:2px solid #ccc; }
.info-type table td strong.darkgray {
    font-size:17px;
    font-weight:400;
}
.info-type2 table tbody + tbody {
    margin-top:-20px; 
}
.info-type2 table tbody tr:last-child th,
.info-type2 table tbody tr:last-child td { border-bottom:1px solid #003a79; }
.info-type2 table tbody:last-child tr td {
    border-bottom:1px solid #dcdcdc;
}
.info-type2 th.first-child { position:relative; overflow:hidden;}
.info-type2 th.first-child:after {
    content:"";
    position:absolute;
    top:0;
    left:50%;
    background:#ddd;
    width:1px;
    height:100%;
    -webkit-transform:rotate(-35deg);
	-moz-transform:rotate(-35deg);
	-ms-transform:rotate(-35deg);
	transform:rotate(-35deg);
}
.info-type2 th.first-child p:first-child {
    text-align:right;
}
info-type2 th.first-child p {
    padding-top:50px;
    padding-left:10px;
    padding-right:10px;
}
.info-type2 th.first-child p { 
    text-align:left; 
     padding-top:50px;
    padding-left:15px;
    padding-right:15px;
}
/*.info-type2.overflow-x table thead th,
.info-type2.overflow-x table th,
.info-type2.overflow-x table td {
    font-size:12px;
    line-height:1.5em;
}*/


.info-type.print tbody td { border-left:1px solid #ddd; }
.info-type.print tbody td:first-child { border-left:0; }
.info-type.print th[rowspan],
.info-type.print td[rowspan]{ 
	padding-left:0;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #ddd;
}
.info-type.print td[rowspan]:last-child { border-right:0; }
.info-type.print th + th,
.info-type.print td + th,
.info-type.print td + th[rowspan] { border-left:1px solid #ddd; }

.accordion .info-type tbody td,
.accordion .info-type tbody td.ac { 
	padding:8px 8px;
	font-size:0.923em;
}

/* table : list-type */
.list-type .select-cont + .btn-cont { 
	margin-top:-51px;
	margin-bottom:15px;
}
h3 + .list-type .btn-cont:first-child,
h4 + .list-type .btn-cont:first-child { 
	margin-top:-46px;
	margin-bottom:10px;
}
.inquiry-box + .list-type { margin-top:50px; }
.list-type { 
	position:relative;
	clear:both;
}
.list-type + p {
	margin-top:15px;
	font-size:15px;	
	font-weight:400;
}
.txt {
    font-weight:400;
}
.txt strong {
    font-size:18px;
    font-weight:400;
    color:#555;
}
.txt strong b {
    color:#333;
}
.txt spna {
    font-size:15px;
}
.list-type .more { 
	float:right;
	height:20px;
	margin-top:-38px;
	margin-bottom:15px;
	padding-left:24px;
	color:#333;
	font-weight:600;
	font-size:15px;
	background:url("../../images/user/main/more.gif") 0 center no-repeat;
}
.list-type table { 
	clear:both;
	border-top:2px solid #003a79;
}
.list-type table + table { margin-top:-1px; }
.list-type table thead th { 
	vertical-align:top;
	color:#555;
	height:20px;
	padding:15px 0;
	line-height:20px;
	background-color:#f9f9f9;
	border-bottom:1px solid #dcdcdc; 
	font-size:15px;
	font-weight:normal;
    text-align:center;
}
.list-type table thead th.left { 
	padding-left:30px;
	text-align:left;
	font-size:15px; 
}
.list-type table thead th span { 
	display:block;
	line-height:1.623em;
	font-weight:normal;
	font-size:0.857em 
}
.list-type table tbody th,
.list-type table tbody td { 
	padding:10px;
	min-height:30px;
	*height:auto;
	border-bottom:1px solid #dcdcdc;
    font-weight:400;
	/*color:#000;*/ 
}
.list-type table tbody th { 
	vertical-align:top;
	color:#555;
	font-size:15px;
}
.list-type table tbody td { 
	text-align:center;
	/*color:#000;*/
	/*vertical-align:top;*/
	padding-left:2px;
	padding-right:2px; 
	font-size:15px;
	line-height:28px;
    font-weight:300;
    vertical-align:middle;
}

.list-type table tbody tr:last-child td { border-bottom:1px solid #ccc; }
.list-type table tbody:last-child tr td {
    border-bottom:1px solid #dcdcdc;
}
.list-type table tbody.border-none td {
    border-bottom:none;
}
.list-type table tbody td .darkgray { font-weight:400;}
.list-type table tbody td.gray { color:#777; }
.list-type table tbody td a:hover em { 
	text-decoration:underline; 
}
.list-type table tbody tr:hover th,
.list-type table tbody tr:hover td{ 
	background-color:#fcfcfc; 
}
.list-type table th { 
	background:#f9f9f9 
}
.list-type table tbody tr:hover th { 
	background:#f1f1f1; 
}
.list-type.no-hover table tbody tr:hover td { 
	background-color:transparent; 
}
.list-type.no-hover table tbody th,
.list-type.no-hover table tbody td { 
	padding-top:12px;
	padding-bottom:12px;
}
.list-type table tbody td.al a { 
	display:block;
	max-width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}

.list-type.full-txt table tbody td.al a {
	display:inline;
	vertical-align:middle;
	white-space:normal;
	line-height:1.4em;
}

.list-type.full-txt table tbody td.al a.btn { display:inline-block;line-height:40px; }
.list-type.full-txt table tbody td.al a.btn2 { display:inline-block;line-height:38px; }
.list-type.full-txt table tbody td.al a.btn3 { display:inline-block;line-height:35px; }
.list-type table tbody td.al .book-thumb {
	vertical-align:middle;
}
.list-type table tbody td.al .book-thumb + a  {
	display:inline-block;
	vertical-align:middle;
	font-size:1.143em;
	font-weight:400;
	margin-left:40px;
	max-width:calc(100% - 150px);
	white-space:normal;
}
.list-type table a.big { 
	font-size:1.231em;
	font-weight:500; 
}
.list-type table tbody td.al a.mod { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:middle;
	padding-left:12px;
	margin-left:15px;
	font-size:0.923em;
	background:url('../../images/user/common/ico_pen.gif') 0 center no-repeat;
	color:#0077ce;
	text-decoration:underline; 
}
.list-type table tbody td a:hover { 
	text-decoration:underline; 
}
.list-type table tbody td a.btn:hover,
.list-type table tbody td a.btn2:hover,
.list-type table tbody td a.btn3:hover,
.list-type table tbody td a.btn4:hover { 
	text-decoration:none 
}
.list-type table tbody td.period p span { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:43px;
	margin-right:5px;
	text-align:left;
	background:url("../../images/user/common/bar.gif") right center no-repeat; 
}
.list-type.borderd thead th + th,
.list-type.borderd tbody td + td { 
	border-left:1px solid #ddd; 
}
.list-type.borderd tbody tr:nth-child(even) td { 
	border-top:1px dashed #dcdcdc; 
}
.list-type table tbody th.blue,
.list-type table tbody td.blue { 
	color:#128ee1;
	font-weight:500; 
}
.confirm-o { 
	color:#0c77ca;
	font-weight:500; 
}
.confirm-x { 
	color:#ff6810;
	font-weight:500; 
}
a.confirm-o,
a.confirm-x { text-decoration:underline; }
.list-type table td.re1 a,
.list-type table td.re2 a,
.list-type table td.re3 a,
.list-type table td.re4 a,
.list-type table td.re5 a,
.list-type table td.re6 a{ 
	background:url('../../images/user/common/reple.gif') 0 1px no-repeat;
	padding-left:20px; 
}
.list-type table td.re1 { padding-left:25px }
.list-type table td.re2 { padding-left:45px }
.list-type table td.re3 { padding-left:65px }
.list-type table td.re4 { padding-left:85px }
.list-type table td.re5 { padding-left:105px }
.list-type table td.re6 { padding-left:125px }
.cart-list table select {
    width:70%;
    margin-right:10px;
}
.list-type table tfoot td {
	border-top:1px solid #777;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:1.077em;
}
.list-type table tfoot.tfoot-bg td {
    padding-top:15px;
	padding-bottom:15px;
    padding-top:-1px;
    border-top:1px solid #003a79;
    background:#f9f9f9;
    border-bottom:1px solid #ccc;
    color:#333;
    font-weight:400;
    font-size:15px;
}
.list-type table tfoot td.ar {
	text-align:right;
}
.list-type table tfoot .sum td { 
	background:#003a79;
	border-top:1px solid #003a79;
	vertical-align:middle;
	height:49px;
	text-align:center; 
	color:#fff;
	font-size:1.231em;
}
.list-type table tfoot.sum-gray {
    border-top:2px solid #0090fe;
    background:#f9f9f9;
    color:#555;
    font-size:18px;
    font-weight:400;
}
.list-type table tfoot.sum-gray td {
    padding-top:20px;
    padding-bottom:20px;
}
.list-type table tfoot.sum-gray span {
    display:inline-block;
    font-size:15px;
    font-weight:300;   
}
.list-type table tfoot.sum-gray b {
    font-size:24px;
}
.list-type table tfoot td strong {
	font-size:1.286em;
}
.list-type.detail th,
.list-type.detail td { 
	text-align:left;
	display:block; 
}
.list-type.detail thead th { 
	padding:10px 30px;
}
.list-type.detail tbody td { 
	padding:20px 30px 20px; 
	font-size:15px;
}
.list-type.detail tbody td .list-tit { 
	display:block;
	font-size:22px;
	line-height:1.6em;
	font-weight:400;
	margin-bottom:15px;
	max-width:100%;
	color:#000;
}
.list-type table td ul {
	margin:10px 0;
}
.list-type table td li {
	padding-left:22px;
	position:relative;
}
.list-type table td li:before {
	content:"";
	width:12px;
	height:1px;
	background:#333;
	position:absolute;
	left:0;
	top:13px;
}
.list-type table td label.checkbox:only-child {
    margin-right:0;
}
.list-type table .book-thumb {
    display:inline-block;
    margin-right:5%;
    margin-top:10px;
    margin-bottom:10px;
    /*width:34.5%;*/
    width:86px;
    height:auto;
    vertical-align:middle;
}
.list-type table .book-thumb + cite {
    display:inline-block;
    width:calc(90% - 90px);
    line-height:1.5em;

}
.list-type table .book-thumb + .darkgray {
    font-weight:400;
}
.note-tit { 	
	font-size:1.286em;
	font-weight:400;
	margin-top:40px;
	color:#000;
}
.list-type.detail tbody td .list-tit span + span {
	margin-left:10px;
	padding-left:13px;
	display:inline-block;
	background:url("../../images/user/common/bar.gif") 0 center no-repeat;
}
.list-type.detail tbody td .list-tit span:nth-child(3) ,
.list-type.detail tbody td .list-tit span:nth-child(4) { font-size:0.833em; }
.list-type.detail tbody td p {
	line-height:1.714em;
}
.list-type.detail tbody td p.short {
	height:3.429em;
	overflow:hidden;
}
.list-type.detail tbody td a.list-tit:hover { 
	text-decoration:underline;
	border-bottom:0;

}
.list-type.detail tbody td a.list-tit:hover em { 
	text-decoration:underline; 
}
.list-type.detail tbody td a.list-tit ~ p { 
	height:3.5em;
	overflow:hidden;
	margin-bottom:8px; 
}
.list-type.detail tbody td p { 
	line-height:22px; 
}
.list-type.detail tbody td a.list-tit ~ .info-detail ,
.list-type.detail tbody td .info-detail { 
	height:auto;
	padding:0;
	margin-bottom:8px;
}
.list-type.detail tbody td .info-detail span { 
	color:#555;
	font-size:15px;
	font-weight:400;
}
.list-type.detail tbody td .info-detail cite {
	color:#999;
	font-size:15px;
}
.list-type.detail table tbody tr:hover td { 
	background-color:transparent; 
}
.list-type.photo tbody td { 
	position:relative; 
	padding-left:325px;
	min-height:168px;
}
.list-type.photo .pic-cont { 
	position:absolute;
	overflow:hidden;
	top:30px;
	left:30px;
	width:266px; 
}
.list-type.photo .pic-cont a { 
	display:block;
	width:266px;
	height:149px;
	overflow:hidden; 
}
.list-type.photo .pic-cont img { 
	display:block;
	margin:0;
	width:100%;
}
/* .list-type.photo .pic-cont:after {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-26px;
	top:50%;
	margin-top:-26px;
	background:url('../../images/user/common/btn_play.png') 0 0 no-repeat;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-999px;
} */
.run-time { 
	position:relative;
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin-left:10px;
	background:#003a79;
	color:#fff;
	padding:0 9px;
	font-size:14px;
	line-height:1.8em;
	vertical-align:middle;
	letter-spacing:0;
	top:-3px;
}
.list-type td.al { 
	text-align:left;
	padding-left:20px; 
}
.list-type td.ar { 
	text-align:right;
	padding-right:20px; 
}
.secret { 
	position:absolute;
	margin-left:5px;
	width:12px;
	height:20px;
	vertical-align:middle;
	overflow:hidden;
	text-indent:-999px;
	background:url('../../images/user/common/ico_secret.png') 0 center no-repeat;
}
.secret + a { padding-left:30px; }

.txt-list .list-type { margin-top:10px; }
.list-type1 + .list-type { margin-top:10px; }
.list-type + label {
    margin-top:20px;
    margin-bottom:40px;
}

.comment { 
	display:block;
	margin-top:15px;
	line-height:2em;
	margin-bottom:10px;
	color:#128ee1; 
}
strong.comment { 
	display:block;
	margin-top:36px;
	margin-bottom:10px;
	color:#0c77ca;
	font-size:1.077em;
	line-height:1.714em; 
}

.printpage h1 { 
	text-align:center;
	margin-bottom:30px; 
}

.txt { font-size:1.077em; }
.info-type + .txt { margin-top:10px; }
.txt + .info-type { margin-top:10px; }
.txt-confirm { 
	margin:20px 0;
	font-size:1.231em;
	font-weight:600;
	line-height:1.8em; 
}

cite.company { 
	margin-top:40px;
	display:block;
	text-align:center;
	font-size:2.2em;
	font-weight:600; 
}

/* list */
.list-type1 li {
	font-size:1.077em;
}
.list-type1 li + li {
	margin-top:6px;
}

/* table : search-type */
.search-type { 
	border-top:2px solid #999999;
	border-bottom:1px solid #ccc;
	padding:7px 0;margin:20px 0; 
}
.search-type table th { 
	padding:3px 10px;
	line-height:30px;
	text-align:left;
	vertical-align:top; 
}
.search-type table td { 
	padding:3px 10px;
	vertical-align:middle;
	line-height:30px;
	color:#666; 
}
.search-type table td input + span { 
	margin-left:5px; 
}
.search-type + .btn-cont {
	margin-top:-10px;
}

/* table : write-type */
/* .write-type {	
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dcdcdc;
}
.write-type table { 
}
.write-type table + table { 
	margin-top:-1px;
}
.write-type table th.required { 
	background:url('../../images/user/common/star2.png') right 20px no-repeat;
}
.write-type table thead th,
.popup .write-type table th { 
	line-height:30px;
	background-color:#f5f5f5;
	text-align:left; 
}
.popup .write-type table th.required { 
	background:url('../../images/user/common/star.png') 7px 20px no-repeat #f5f5f5;
}
.write-type table th { 
	vertical-align:top;
	text-align:left;
	padding:10px 10px 10px 10px;
	line-height:40px;
	font-size:1.077em;
	font-weight:400;
}
.write-type table td { 
	vertical-align:top;
	color:#555;
	line-height:30px;
	padding:10px 10px 10px 20px; 
}
.write-type table td br ~ input,
.write-type table td br ~ span,
.write-type table td br ~ label { 
	margin-top:8px;
	vertical-align:middle; 
}
.write-type table td input + span { 
	margin-left:5px; 
}
.write-type table td.ac { 
	text-align:center; 
}
.write-type table tbody + tbody tr:first-child th,
.write-type table tbody + tbody tr:first-child td { 
	border-top:1px solid #bbb; 
}
.write-type table .label { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-weight:600;
	font-size:0.923em;
	margin-right:6px; 
}
.write-type table span.fx { 
	margin:0 15px;
	vertical-align:middle; 
}
.write-type table p { 
	line-height:22px;
	margin-top:5px;
	color:#555; 
}
.write-type table p + p { 
	margin-top:0; 
}
.write-type table p.em { 
	color:#128ee1; 
}
.write-type table td .btn2 { 
	padding:0 15px;
	margin-left:20px; 
}
.write-type table td input + .btn2 { 
	margin-left:6px; 
}
 */


/* write-type */
.write-type { clear:both; }
.write-type > cite { 
	display:block;
	font-size:15px;
	margin:10px 0;
	font-weight:600; 
}
.write-type table { 
	border-top:2px solid #003a79;
}
.write-type table th,
.write-type table td { 
	font-size:15px;  
	text-align:left;
}
.write-type table thead th { 
	background-color:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
}
.write-type table th { 
	padding:15px 30px 15px 20px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	background:#f9f9f9;
	line-height:24px;
	color:#444; 
	font-weight:400;
}
.write-type table th.required { 
	background:url("../../images/user/common/star.svg") calc(100% - 12px) 22px no-repeat #f9f9f9;
}
.write-type table th span { 
	display:block;
	font-weight:normal;
	font-size:13px;
	color:#777;
}
.write-type table td { 
	padding:8px 20px 8px 20px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	color:#666; 
	line-height:38px;
    font-weight:400;
}
.write-type table td .btn2.spot2 {
	/*background:#f5f5f5;
	color:#000;*/
}
.write-type table th.ac,
.write-type table td.ac,
.write-type table tr.ac th,
.write-type table tr.ac td { 
	padding:14px 0;
	text-align:center; 
}
.write-type table tr.ac th.al { 
	padding-left:20px;
	text-align:left; 
}
.write-type table tr.strong td { 
	font-weight:600;
	font-size:15px;
	color:#333; 
}
.write-type table td input[type="text"],
.write-type table td input[type="password"]  { width:180px; }
.write-type table td input.q0  { width:100px }
.write-type table td input.q1  { width:25% }
.write-type table td input.q2  { width:50% }
.write-type table td input.q3  { width:75% }
.write-type table td input.q4  { width:100% }
.write-type table td br ~ input[type="text"] { margin-top:8px; }
.write-type table td span { margin-left:15px;color:#999; }
.write-type table td select + span {
    margin-left:0;
    color:#555;
    text-align:left;
}
.write-type table td label { 
	display:inline-block;
	min-width:85px;
	box-sizing:border-box; 
	font-size:15px;
	color:#555;
}
.write-type table td label.checkbox {
    color:#333;
}
.write-type table td label + cite { 
	display:inline-block;
	width:180px;
	color:#000;
	font-weight:400;
}
.write-type table td cite + label,
.write-type table td input[type="text"] + label{ margin-left:60px }
.write-type table td p { line-height:24px; }

.write-type table td.join-txt { 
	text-align:center;
	padding:35px 20px; 
}
.write-type table td.join-txt p {
	color:#000;
	font-weight:400;
	margin-bottom:20px;
}
.mobile-change { margin-top:10px;padding-top:10px;border-top:1px dotted #ccc; }
.write-type table td textarea {
    display:block;
}
.write-type .write-type-tit {
    display:inline-block;
    font-size:24px;
    color:#003a79;
}
.write-type-tit + p.tip.ar {
    margin-top:-20px;
}
.write-type-tit + * + table
.write-type-tit ~ table {
    clear:both;
}
.write-type-tit + table {
    margin-top:20px;
}
.write-type strong.lightblue b{
    font-size:24px;
}
.list-type + .write-type,
.write-type + .write-type {
    margin-top:60px;
}
.tit +  .write-type {
    margin-top:0;
}
/* inner table */
.popup .write-type table td table thead th,
.popup .write-type table td table tbody td{ 
	text-align:center;
	padding:5px 0; 
}
.popup .write-type table table + .btn-cont { 
	margin-top:15px; 
}

/* table : view-type */
.view-type { 
	border-bottom:1px solid #dcdcdc; 
}
.tabs + * { margin-top:40px; }
.mn-row .tabs + * { margin-top:0px; }
.tabs + .view-type { margin-top:50px; }
.view-type { clear:both; }
.view-type > table { border-top:2px solid #003a79; }
.info-type + .view-type > table {
    border-top:none;
}
.view-type > table > thead > tr > th { 
	padding:18px 30px ;
	line-height:24px;
	font-size:20px;
	background-color:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	text-align:left;
	vertical-align:top; 
}
.view-type > table > thead > tr > td { 
	padding:13px 30px;
	line-height:24px;
	vertical-align:top;color:#444;
	font-size:15px;
}
.view-type > table > thead > tr > td > .fr { font-weight:500; }
.view-type > talbe > thead > tr > td > cite { 
	margin-right:20px;
	font-weight:600;
	color:#666; 
}
.view-type > table > thead > tr > td > a:not(.btn) { text-decoration:underline; }
.view-type > table > tfoot > tr > td { 
	padding:13px 30px ;
	line-height:24px;
	border-top:1px solid #dcdcdc;
	text-align:left; 
	font-size:1.07em;
}
.view-type > table > tfoot > tr:first-child > td { border-top:2px solid #003a79; }
.view-type > table > tfoot > tr > td > cite { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-weight:500;
	margin-right:20px;
	background:url('../../images/user/common/bar.gif') right center no-repeat;
}
.view-type > table > tfoot > tr > td > cite:after {
	content:"";
	width:1px;
	height:13px;
	display:inline-block;
	background:#ddd;
	margin-left:25px;
	vertical-align:middle;
}
.view-type > table > tfoot > tr > td > .date { 
	color:#777;
	display:inline-block;
	vertical-align:middle;
	margin-right:25px;
}
.view-type > table > tfoot > tr > td > a { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:middle;
	max-width:70%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.view-type > table > tfoot > tr > td > a:hover { 
	text-decoration:underline;
}
.view-type > table > tbody > tr > th  {
    background-color:#fafafa;
}
.view-type > table > tbody > tr > td,
.view-type > table > tbody > tr > th { 
	padding:8px 20px;
	border-top:1px solid #dcdcdc;
	font-size:15px;
	line-height:1.9em;
}
.view-type > table > tbody > tr > td > em {
	color:inherit;
	font-style:italic;
}
.view-type > table > tbody > tr > td > span {
	color:inherit;
}
.view-type > table > tbody > tr > td > textarea { 
	width:910px;
	height:100px;
}
.view-type table table { width:auto; }

.pic-cont img { 
	display:block;
	margin:0 auto;
}
.view-type td .photo-cont { 
	text-align:center;
	margin:0 auto 40px auto;
}
.view-type td .photo-cont img { 
	margin:0 auto;
	border:1px solid #cccccc;
}
.view-type td .vdo-cont {
	width:880px;
	text-align:center;
	margin:0 auto 40px auto;
}
.view-type td .file {
    font-weight:400;
    line-height:1.8em;
}
#boardContents { padding-top:30px;padding-bottom:30px;font-family:'dotum'; }
#boardContents h1,
#boardContents h2,
#boardContents h3,
#boardContents h4,
#boardContents h5,
#boardContents h6 { margin:initial;padding:initial;line-height:1.8em; }
#boardContents h1 {	font-size:2em; }
#boardContents h2 {	font-size:1.5em; }
#boardContents h3 {	font-size:1.17em; }
#boardContents h4 {	font-size:1em; }
#boardContents h5 {	font-size:0.83em; }
#boardContents h6 {	font-size:0.67em; }
#boardContents ol,
#boardContents ol li {
	list-style:decimal;
}
#boardContents ul,
#boardContents ul li {
	list-style:disc;
}
/* glp */
.glp {
    overflow-x:auto;
}
.glp_list { width:100%; table-layout:fixed; border-collapse:collapse; background-color:#ccdaee; border:solid 2px #ccdaee; }
.glp_list thead th { padding:3px 0; background-color:#f1f4f9; border-right:solid 1px #ccdaee; border-bottom:solid 1px #ccdaee; color:#44557e; font-weight:bold; text-align:center; }

.glp_list thead td { padding:3px; background-color:#fff; border-right:solid 1px #ccdaee; border-bottom:solid 1px #ccdaee; color:#444; font-weight:normal; text-align:center; }
.glp_list tbody th { padding:3px; background-color:#f8f8f8; border-right:solid 1px #ccdaee; border-bottom:solid 1px #ccdaee; color:#444; font-weight:bold; text-align:center; }
.glp_list tbody td { padding:3px; background-color:#fff; border-right:solid 1px #ccdaee; border-bottom:solid 1px #ccdaee; color:#444; font-weight:normal; text-align:center; }
.glp_list tbody td.subject { padding:3px; padding-left:8px; text-align:left; }
.glp_list + .glp_list {
    margin-top:50px;
}


/* opinion */
.opinion { 
	margin-top:40px;
}
.opinion section { 
	padding-bottom:10px;
}
.opinion h3 { 
	padding:0 0 0 26px;
	background:url('../../images/user/common/ico_opinion.png') 0 center no-repeat;
	height:18px;
	font-size:1.231em;
	color:#383c3f; 
}
.opinion .opinion-list li { 
	border-bottom:1px dotted #ddd;
	position:relative;
	padding:20px 80px 20px 20px; 
}
.opinion .opinion-list li cite { 
	background:url('../../img/manager/common/profile.png') 0 0 no-repeat;
	padding-left:21px;
	margin-right:18px;
	color:#333;
	font-weight:400; 
}
.opinion .opinion-list li time { 
	color:#777;
}
.opinion .opinion-list li p { 
	margin-bottom:10px;
	font-size:1.077em;
	color:#000;
	font-weight:300;
}
.opinion .opinion-list li a.delete { 
	position:absolute;
	padding-left:16px;
	text-indent:0;
	width:auto;
	background:url('../../images/user/common/ico_delete.gif') 0 center no-repeat;
	line-height:18px;
	text-decoration:underline;
	top:20px;
	right:20px; 
}
.opinion .opinion-write { 	
	border-top:2px solid #929292;
	border-bottom:1px solid #ddd;
	padding:20px 0; 
}
.opinion .opinion-write label { 
	display:block;
	font-size:14px;
	font-size:1.4rem;
	font-weight:500;
	margin-bottom:5px; 
}
.opinion .opinion-write div { 
	position:relative;
	background:#fff;
	border:1px solid #cfcfcf;
	padding:12px 20px; 
	box-sizing:border-box;
	height:98px;
}
.opinion .opinion-write span { 
	color:#555; 
}
.opinion .opinion-write span em {
	color:#333;
	font-weight:500;
}
.opinion .opinion-write a.btn { 
	position:absolute;
	right:0px;
	bottom:0px;
	background-position:10px center;
	background-repeat: no-repeat; 
	height:100%;
	width:98px;
	min-width:/*＼**/ 98px;
	line-height:98px;
	padding:0;
}
.opinion .opinion-write div textarea { 
	padding:0;
	border:0;
	width:100%;
	height:70px;
	overflow:hidden;
	resize:none;
}
.opinion .opinion-eval { 
	background:#f4f4f4;
	padding:5px;
}
.opinion .opinion-eval dl { 
	background:#fff;
	padding:17px 20px; 
}
.opinion .opinion-eval dt { 
	font-size:15px;
	font-size:1.5rem;
	font-weight:500;
}
.opinion .opinion-eval dd { 
	padding-left:90px; 
}
.opinion .opinion-eval dt + dd { 
	margin-top:-25px; 
}
.opinion .opinion-eval dd + dt { 
	margin-top:15px; 
}
.opinion .opinion-eval dd label { 
	display:inline-block;
	font-size:13px;
	font-size:1.3rem;
	font-weight:normal; 
}
.list-more { 
	display:block;
	margin-top:-1px; 
	text-align:center;
	padding:20px;
}
.list-more span { 
	display:inline-block;
	zoom:1;
	*display:inline;
	padding-right:25px;
	background:url('../../images/user/common/arr.png') right center no-repeat; 
}
.list-more.list-loading span {
	background:url('../../images/user/common/list_loading.gif') right center no-repeat; 
}
.list-more:hover {
	color:#003a79;
}

.add-product {
	display:block;
	margin-top:-1px; 
	text-align:center;
	padding:20px;
	color:#000;
	font-size:1.077em;
}
.add-product:hover {
	text-decoration:underline;
}
.add-product span { 
	display:inline-block;
	zoom:1;
	*display:inline;
	background:url('../../images/user/common/ico_add.gif') right center no-repeat; 
	background:/*＼**/ url('../../images/user/common/ico_add_IE8.gif') right center no-repeat; /* IE8 */
	width:40px;
	height:40px;
	margin-right:15px;
	vertical-align:middle;
}
.opinion .reple	{ 
	margin:0 0 80px 0;
	border-top:1px solid #e7e7e7; 
}
.opinion .reple li	{ 
	padding:15px 20px;
	border-bottom:1px solid #e7e7e7;
	position:relative; 
}
.opinion .reple li	 cite	{ 
	background:url('../../img/manager/common/profile.png') 0 0 no-repeat;
	padding-left:21px;
	margin-right:18px; 
}
.opinion .reple li	 span { 
	color:#777; 
}
.opinion .reple li	 p	{ 
	margin-top:8px;
	word-wrap : break-word; 
	word-break : break-all 
}
.opinion .reple a.del	{ 
	position:absolute;
	top:19px;
	*top:15px;
	right:20px;
	padding-left:16px;
	line-height:12px;
	overflow:hidden;
	background:url('../../img/manager/common/delete2.gif') 0 0 no-repeat;
	cursor:pointer;
	text-decoration:underline;
	color:#555; 
}

/* -----------------------
	SITE-HEADER 
 ----------------------- */

/* util */
.site-header { 
	/* min-width:1100px; */
}
.site-header .util ul,
.site-header .area-logo,
.site-header nav > ul{	
	max-width:1100px;
	margin:0 auto;
	box-sizing:border-box;
}
.site-header .util {
	border-bottom:1px solid #e6e6e6;
}
.site-header .util a.m-login,
.site-header .util a.m-sch {  
	display:none;
}
.site-header .util ul { 
	text-align:right;
	padding-top:8px;
	height:49px;
}
.site-header .util ul > li { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:top;
	font-size:13px;
	padding-top:4px;
}
.site-header .util ul > li + li { 
	margin-left:12px; 
}
.site-header .util ul > li + li:before {
	content:"";
	display:inline-block;
	width:1px;
	height:14px;
	vertical-align:middle;
	background:#c4c4c4;
	margin-right:16px;
}
.site-header .util ul > li.fl + li:not(.fl){ 
	clear:left;
}
.site-header .util ul > li.fl + li:not(.fl):before{ 
	display:none;
}
.site-header .util ul > li.sch {
	padding-top:0;
	padding-left:40px;
	position:relative;
}
.site-header .util ul > li.sch:before {
	display:none
}
.ipt_sch,
.ipt_sch:hover,
.ipt_sch:focus { 
	height:32px; 
	border:0;
	border-bottom:1px solid #dcdcdc;
	padding-right:32px;
	background:transparent;
	color:#134a84;
	margin-left:4px;
	width:150px;
}
.site-header .util ul > li > a.btn_sch {
	position:absolute;
	background:none;
	border:0;
	background:url("../../images/user/common/ico_sch.png") center center no-repeat;
	text-indent:-999px;
	overflow:hidden;
	height:32px;
	width:32px;
	right:0;
	top:0;
	text-align:left;
}
.site-header .util ul > li > a { 
	display:inline-block;
	color:#003a79;
	height:15px;
	line-height:15px;
	font-weight:400;
}
.site-header .util ul > li > a:hover { text-decoration:underline; }
.site-header .util ul > li .ui-selectmenu-button { 
	border:1px solid #dcdcdc;
}
.site-header .util ul > li .ui-selectmenu-button span.ui-selectmenu-text {
	height:30px;
	line-height:28px;
}
/* logo */
.site-header .area-logo {
	height:70px;
	max-width:1100px;
	overflow:hidden;
	margin:0 auto;
}
.site-header h1 {
	letter-spacing:-0.05em;
	float:left;
}
.site-header h1 a { 
	display:block;
	box-sizing:border-box;
	height:70px;
	line-height:30px;
	padding-top:27px;
	padding-left:122px;
	font-size:18px;
	font-weight:700;
	color:#032d59;
	font-family:'NanumSquare';
	background:url('../../images/user/layout/logo.svg') 0 center no-repeat;
    background:url('../../images/user/layout/logo.png') 0 center no-repeat\9;
}
.site-header .area-logo .lnk { 
	float:right;
	width:60%;
	padding:10px 0;
	background: rgb(25,143,234); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(25,143,234,1) 0%, rgba(0,208,89,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(25,143,234,1) 0%,rgba(0,208,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(25,143,234,1) 0%,rgba(0,208,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198fea', endColorstr='#00d059',GradientType=1 ); /* IE6-9 */
}
.site-header .area-logo li {
	float:left;
	width:25%;
	box-sizing:border-box;
}
.site-header .area-logo li + li {
	border-left:1px solid rgba(255,255,255,.5);
}
.site-header .area-logo li a {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	font-family:'NanumSquare';
	font-size:16px;
	font-weight:400;
	color:#fff;
	letter-spacing:-0.05em;
}

/* site-gnb */
.site-header nav { 
	height:53px;
	background:#fff; 
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	position:relative;
}
.site-header nav .wrap {
	height:53px;
}
.site-header .site-gnb { 
	padding-left:30px;
	/*text-align:right;
	float:right;*/

}
.site-header .site-gnb > li { 
	float:left;
	/* position:relative; */
	text-align:center;
	width:20%;
}
.site-header .site-gnb > li > a {
	display:block;
	line-height:53px;
	font-weight:400;
	font-size:18px;
	color:#003a79;
	font-family:'NanumSquare';
	font-weight:700;
}
.site-header .site-gnb > li.rootCurrent > a,
.site-header .site-gnb > li > a:hover,
.site-header .site-gnb > li > a:focus { color:#4ea6e9; }
.site-header nav .toggle-gnb { 
	position:absolute;
	text-align:left;
	top:15px;
	left:50%;
	margin-left:-550px;
	width:25px;
	height:21px;
}
.site-header nav .toggle-gnb span,
.site-header nav .toggle-gnb:before,
.site-header nav .toggle-gnb:after {	
	position:absolute;
	width:25px;
	height:3px;
	border-radius:1.5px;
	background:#82a1c2;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .5s;
	transition:all .5s;
	left:0;
}
.site-header nav .toggle-gnb span {
	top:50%;
	margin-top:-2px;
	text-indent:-9999px;
	overflow:hidden;
	opacity:1;
}
.site-header nav .toggle-gnb:before {
	content:"";
	top:0px;
}
.site-header nav .toggle-gnb:after {
	content:"";
    bottom:0;
}
/*.site-header nav .toggle-gnb:hover:before {
	animation:gnbHover .5s;
}
.site-header nav .toggle-gnb:hover span {
	animation:gnbHover2 .5s;
}
.site-header nav .toggle-gnb:hover:after {
	animation:gnbHover3 .5s;
}
@keyframes gnbHover {
	 0%  { width:25px; }
	 25%  { width:0px; }
	 50% { width:25px; }
}
@keyframes gnbHover2 {
	 0%  { width:25px; }
	 25% { width:0px; }
	 75% { width:25px; }
}
@keyframes gnbHover3 {
	 0%  { width:25px; }
	 25%  { width:0px; }
	 100% { width:25px; }
}*/
.site-header nav .toggle-gnb.on span {
	opacity:0;
}
.site-header nav .toggle-gnb.on:before {
	top:9px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.site-header nav .toggle-gnb.on:after {
	bottom:9px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.site-header nav .toggle-gnb {
	
}

.site-header nav .snb-area { 
	position:absolute;
	z-index:9992;
	top:54px;
	left:0;
	width:100%;
	height:250px;
	background:#ffffff;
	border-bottom:1px solid #003a79;
	box-shadow:0 5px 10px rgba(0,0,0,.1);	
}
.site-header nav .snb-area strong {
	/* max-width:1100px;
	min-width:320px;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
	padding-top:37px;
	padding-left:0px;
	line-height:21px;
	font-size:1.538em;
	font-weight:400; */
	display:none;
}
.site-header nav .snb-area .snb-close { 
	position:absolute;
	top:37px;
	right:50%;
	margin-right:-500px;
	width:25px;
	height:25px;
	overflow:hidden;
	text-indent:-999px;
}

/* snb */
.site-header .site-gnb div {
	position:absolute;
	box-sizing:border-box;
	width:170px;
	z-index:9999;
	top:53px;
	left:50%;	
	margin:30px 0;
	text-align:left; 
	padding-left:14px;
}
.site-header .site-gnb li:first-child div {margin-left:-600px; }
.site-header .site-gnb li:nth-child(2) div { margin-left:-420px; }
.site-header .site-gnb li:nth-child(3) div { margin-left:-250px; }
.site-header .site-gnb li:nth-child(4) div { margin-left:-80px; }
.site-header .site-gnb li:nth-child(5) div { margin-left:90px; }
.site-header .site-gnb li:nth-child(6) div { margin-left:260px; }
.site-header .site-gnb li:nth-child(7) div { margin-left:430px; }

.site-header .site-gnb li + li div { border-left:1px solid #eee; }
.site-header .site-gnb h2 {
	font-size:1.308em;
	font-weight:400;
	margin-bottom:20px;
	display:none;
}
.site-header .site-gnb ul { }
.site-header .site-gnb ul li a { 
	display:block;
	color:#000;
	font-size:16px;
	line-height:22px; 
	text-align:center;
	font-family:'NanumSquare';
	font-weight:400;
}
.site-header .site-gnb ul li + li {
	margin-top:12px;
}
.site-header .site-gnb ul li a:hover, 
.site-header .site-gnb ul li a:focus { color:#003a79; }

.site-header .site-gnb div.active {
	margin:0;
	padding:0 0 30px 0;
	border-left:0;
	background:#003a79;
	background-color:rgba(0,58,121,.85);
	text-align:center;
	opacity:0;
	height:auto;
	width:190px;
	/* 
	width:auto;
	box-sizing:content-box;*/
	box-sizing:border-box;
	left:50%;
	margin-left:-95px !important;
}
.site-header .site-gnb li:first-child div.active {
	border-left:0;
}
.site-header .site-gnb div.active ul {
	width:auto;
}
.site-header .site-gnb div.active h2 {
	background:#fff;
	color:#fff;
    font-size: 1.231em;
	line-height:30px;
	height:0;
	border-top:3px solid #fff;
	margin:0 auto 20px auto;
	padding:0;
	display:inline-block;
	white-space:nowrap;
	overflow:hidden;
}

.site-header .site-gnb .active ul li a { 
	color:#fff;
	white-space:nowrap; 
}

/* stie-body */
.site-body { 	
	position:relative;
	/*min-width:320px;*/
	padding-bottom:100px;
}
.site-mn .site-body {
	padding-bottom:50px;
}
.site-body .site-contents {
	/*min-width:280px;*/
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	box-sizing:border-box;
	background:#fff;
	min-height:530px;
}
.site-body .site-lnb ~ .site-contents {
	padding-left:220px;
}
.site-mn .site-body { 
	background-color:transparent;
}
.site-body h3 {
}
.site-body .site-contents h4 {
	font-size:1.385em;
	font-weight:400;
	margin-top:40px;
	margin-bottom:15px;
}
.site-body .site-contents h4:first-child,
.site-body .site-contents input + h4{ margin-top:0; } 

.site-body .site-contents h4.empas {
	font-size:1.538em;
	color:#003a79;
	margin-top:60px;
}
h4.empas + p {
	font-size:1.077em;
	line-height:1.9em;
}

/* site-tit */
.site-tit { 
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
	letter-spacing:-0.05em;
	height:190px;
}
.site-body .site-lnb ~ .site-tit { padding-left:220px; }
.site-tit { background:url("../../images/user/common/knowinfo.jpg") center 0 no-repeat; }
.site-tit h2 {
	padding-right:1.682em;
	font-size:3.385em;
	line-height:1em;
	font-weight:500;
	color:#003a79;
	height:280px;
	padding-top:115px;
	box-sizing:border-box;
}
.site-tit h3 {
	text-align:center;
	font-size:38px;
	line-height:1em;
	font-weight:700;
	padding-top:52px;
	color:#003a79;
	margin-bottom:0;
	font-family:'NanumSquare'
}
.site-tit h3:after {
	content:"";
	display:block;
	width:50px;
	height:2px;
	margin:26px auto 15px;
	background:#003a79;
}
.site-tit h3.longTxt {
	font-size:3em;
	line-height:1.15em;
	padding-top:35px;
}
.site-tit p {
	color:#003a79;
	font-size:16px;
	font-family:'NanumSquare';
	font-weight:400;
}

/* site-location */
.site-location { 
	background:#fff;
}

.site-body > form > .site-location {
	max-width:100%;
}
.site-location > ul { 
	max-width:1100px;
	min-width:320px;
	padding:10px 0;
	height:30px;
	overflow:hidden;
	margin:0 auto; 
	text-align:right;
}
.site-location > ul > li { 
	display:inline-block;
	height:30px;
	overflow:hidden;
	text-align:left;
}
.site-location > ul > li + li {
	padding-left:26px;
	margin-left:15px;
	background:url(../../images/user/common/ico_loc.png) 0 center no-repeat;
}
.site-location > ul > li.home + li {
	margin-left:20px;
}
.site-location > ul > li > a { 
	color:#708295;
	height:2em;
	line-height:2em;
	display:block;
}
.site-location > ul > li > a:hover {
	color:#2b5b90;
}
.site-location > ul > li.home a {
	width:18px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;	
	background:url(../../images/user/common/ico_home.png) center center no-repeat;
}

/* step */
.step {
	overflow:hidden;
	height:50px;
	margin-bottom:30px;
    border-left:1px solid #ccc;
}
.m-tabs {
    display:none;
}
.m-tabs + .ui-selectmenu-button {
    display:none;
}
.step li {
	float:left;
	width:33.3%;
	height:50px;
	font-size:16px;
	line-height:46px;
	color:#777;
    font-weight:400;
	/*font-weight:200;*/
	box-sizing:border-box;
	text-align:center;
	border:1px solid #cccccc;
	background:#f2f4f7;
	/*letter-spacing:0;*/
    letter-spacing:-0.01em;
}
.step li a { letter-spacing:-0.025em; }
.step li + li {	margin-left:-1px;}
.step li.current {
	border:1px solid #42b2ff;
	background:#42b2ff;
	z-index:1;
	position:relative;
	color:#fff;
}
.step li.current > * { color:#fff;font-weight:500; }
.step li span {
	font-size:26px;
	vertical-align:baseline;
	font-weight:400;
}
.step.row2 {
    height:100px;
}
.step.row2 li{
    width:25% !important;
}
.step.row2:not(.col3) li:nth-child(5) {
    margin-left:0;
    border-left:1px solid #ccc;
}
.step.row2:not(.col3) li:nth-child(4) ~ li {
    border-top:none;
}
.step.row2:not(.col3) li:nth-child(4) ~ li.current{
    margin-top:-1px;
    padding-top:1px;
    height:51px;
    border-color:#003a79;
    border-top:1px solid #003a79;
}
.step.col3 li {
    width:33.33% !important;
}
.step.row2.col3 li:nth-child(4) {
    margin-left:0;
    border-left:1px solid #ccc;
}
.step.row2.col3 li:nth-child(5) {
}
.step.row2.col3 li:nth-child(3) ~ li {
    border-top:none;
}
.step.row2.col3 li:nth-child(3) ~ li.current{
    margin-top:-1px;
    padding-top:1px;
    height:51px;
    border-color:#003a79;
    border-top:1px solid #003a79;
}

.step.flag {
	height:auto;
}
.step.flag li {
	height:auto;
	float:left;
	font-size:16px;
	color:#777;
    font-weight:400;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #aaa;
	background:#fafafa;
    letter-spacing:-0.01em;
}
.step.flag li a { letter-spacing:-0.025em; }
.step.flag li a img { 
	display:block;
	margin:10px auto 0;
	max-width:110px;
	width:90%; 
	opacity:.6;
}
.step.flag li + li {	margin-left:-1px;}
.step.flag li.current {
	border:1px solid #42b2ff;
	/*background:#fff;*/
    background:#42b2ff;
    color:#fff;
	z-index:1;
	position:relative;
	color:#fff;
}
.step.flag li.current  a{
    color:#fff;
}
.step.flag li.current a img { opacity:1 }
.step.flag li.current > * { color:#003a79;font-weight:500; }
.step.flag li span {
	font-size:26px;
	vertical-align:baseline;
	font-weight:400;
}

.alliance-class {
	margin-bottom:20px;
	padding-left:50px;
	position:relative;
	font-size:17px;
	font-weight:300;
	color:#777;
}
.alliance-class:before {
	position:absolute;
	width:33px;
	height:13px;
	content:"";
	top:50%;
	left:0;
	margin-top:-7px;
	background:url("../../images/user/common/ico_arr.gif") 0 center no-repeat;
}
.alliance-class strong {
	font-weight:400;
	color:#333;
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
}
.alliance-class strong:before {
	width:1px;
	height:16px;
	background:#ccc;
	content:"";
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
.add-cont {
    position:relative;
    display: block;
    border: 1px solid #003a79;
    margin-bottom:25px;
    padding: 20px 95px 20px 130px;
    background: url('../../images/user/common/ico_group.jpg') 40px center no-repeat;
}
.add-cont:after {
    content: "";
    right: 30px;
    bottom: 25px;
    position: absolute;
    width:63px;
    height:14px;
    background: url('../../images/user/common/ico_next.png') no-repeat;
}
.add-cont strong {
    display:block;
    font-size:22px;
    color:#003a79;
}
.add-cont p {
    margin-top:5px;
    color:#777;
    font-weight:400;
}

/* -----------------------
	SUB MAIN
 ----------------------- */
.sub-mn-tit { 
	overflow:hidden;
	border-bottom:1px solid #d4d4d4;
	margin-bottom:20px;
	margin-top:60px;
}
.site-contents .sub-mn-tit h4  {	
	font-size:1.692em;
	float:left;
	margin-top:0;
}
.site-contents h5 {
	font-size:20px;
	font-weight:400;
}
.site-contents input + .sub-mn-tit {
	margin-top:0;	
}
.list-row {
	overflow:hidden;
}
.list-row li {
	float:left;
	border:1px solid #d4d4d4;
	box-sizing:border-box;
	width:24.4%;
}
.list-row li:hover {
	border:1px solid #aaa;
}
.list-row li + li {
	margin-left:0.8%;
}
.list-row li a {
	display:block;
	width:100%;
	height:0;
	padding-top:53.6%;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}
.list-row li a p {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:20px;
	overflow:hidden;	
	font-size:1.231em;
	line-height:1.500em
}
.list-row li a img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
}
.list-row li a span {
	position:absolute;
	right:10px;
	bottom:5px;
	color:#fff;
	font-size:0.923em;
	background:rgba(0,0,0,.2);
}
.list-row li div {
	background:#fafafa;
	padding:15px 16px;
	overflow:hidden;
}
.list-row li div strong,
.list-row li div span {
	float:left;
	color:#000;
	font-weight:300;
}
.list-row li div strong {
	clear:left;
	display:block;
	width:50px;
	color:#777;
}

.list-vdo li div {
	background:#fff;
}
.list-vdo li div p {
	font-size:1.231em;
	font-weight:400;
	margin-bottom:6px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-vdo li div strong {
	width:auto;
	clear:none;
	margin-right:6px;
}
.list-vdo li div span + strong:before {
	content:"│";
	font-size:0.923em;
	padding:0 2px;
	display:inline-block;
}

.list-book {
	overflow:hidden;
	border-top:1px solid #003a79;	
}
.list-book li {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:30px 0;
	border-bottom:1px solid #ddd;
}
.sub-mn-tit ~ .list-book {
	border-top:0;
	border-bottom:0;
}
.sub-mn-tit ~ .list-book li {
	padding:0;
	border-top:0;
}
.list-book li .btn2 {
	width:142px;
	margin-top:15px;
	border-color:#cccccc;
	color:#333;
}
.list-book li .btn2:hover {
	border-color:#cccccc;
	color:#000;
	background:#fbfbfb;
}
/*.list-book li .book-thumb,
.list-book li .btn2 {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.list-book li .book-thumb {
	position:relative;
}
.list-book li .book-thumb:before {
	content:"";
	display:block;
	height:4px;
	margin-left:5px;
	background:url("../../images/user/common/book_top.gif") right 0 no-repeat;
}
.list-book li .book-thumb:after {
	content:"";
	position:absolute;
	width:5px;
	height:4px;
	top:0;
	left:0;
	background:url("../../images/user/common/book_topleft.gif") 0 0 no-repeat;
}
.list-book li .book-thumb img { 
	box-sizing:border-box;
	width:100%;
	display:block;
	border:1px solid #959595; 
}
.list-book .book-info{
    width:50%;
}*/
.book-thumb,
.list-book li .btn2 {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.book-thumb {
	position:relative;
}
.book-thumb:before {
	content:"";
	display:block;
	height:4px;
	margin-left:5px;
	background:url("../../images/user/common/book_top.gif") right 0 no-repeat;
}
.book-thumb:after {
	content:"";
	position:absolute;
	width:5px;
	height:4px;
	top:0;
	left:0;
	background:url("../../images/user/common/book_topleft.gif") 0 0 no-repeat;
}
.book-thumb img { 
	box-sizing:border-box;
	width:100%;
	display:block;
	border:1px solid #959595; 
}
.list-book .book-info,
.book-info{
    width:50%;
}
.book-info:after {
    display:block;
    content:"";
    clear:both;
}
.book-info .book-thumb-con {
    float:left;
    margin-left:30px;
    margin-right:30px;
}
.book-thumb-con .btn2:after {
    content: "";
    display: inline-block;
    margin-left:30px;
    width: 8px;
    height: 13px;
    background: url('../../images/user/common/arr_r_sm.jpg') no-repeat;
}
.book-info .book-info-con {
    padding-right:30px;
}
.book-info-con .book-info-txt {
    float:left;
    position:relative;
    width:calc(100% - 203px);
    height:194px;
}
.book-info-txt cite{
    display:block;
    font-size:18px;
    color:#333;
    font-weight:400;
    line-height:2em;
    max-height:70px;
    width:100%;
    overflow:hidden;
}
.book-info-txt .price {
   position:absolute;
    left:0;
    bottom:0;
    width:100%;
    min-width:200px;
    border-bottom:1px solid #eaeaea;
}
.book-info-txt .price dt,
.book-info-txt .price dd {
    margin-bottom:15px;
}
.book-info-txt .price dt {
    clear:left;
    float:left;
    color:#777;
}
.book-info-txt .price dd {
    float:right;
}
.book-info-txt .price dd span {
    font-weight:400;
}
.book-info-txt .price dd.blue span {
    font-size:24px;
    color:#0090fe;
}
.book-info .btn-con {
    width:100%;
    overflow:hidden;
    width: calc(100% - 203px);
}
.book-info .btn-con .btn2 {    
    max-width:99px;
    width:48%;
    margin-left:0;
}
.book-info .btn-con .btn2:first-child {
    float:left;
    color:#003a79;
    border-color:#a8a8a8;
}
.book-info .btn-con .btn2.spot4 {
    float:right;
    background:#003a79;
    border-color:#003a79;
    color:#fff;
}
/* -----------------------
	SUB
 ----------------------- */
.sub-txt {
    font-size:15px;
    line-height:1.867em
}
.sub-txt + * {
    margin-top:30px;
}
/* -----------------------
	ROLLING NOTI
 ----------------------- */
.rolling-noti {
	border:2px solid #003a79;
	padding:20px;
	position:relative;
}
.rolling-noti ul {
	height:28px;
	line-height:28px;
}
.rolling-noti li {
	text-align:center;
}
.rolling-noti .bx-controls-direction {
}
.rolling-noti .bx-controls-direction a {
	position:absolute;
	overflow:hidden;
	background-image:url("../../images/user/common/bx-direction.png");
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	border-radius:20px;
	top:50%;
	margin-top:-20px;
	text-indent:-9999px;
}
.rolling-noti .bx-controls-direction a:hover {
	background-color:#f5f5f5;
}
.rolling-noti .bx-controls-direction .bx-prev { 
	left:15px; 
	background-position:center 0;
}
.rolling-noti .bx-controls-direction .bx-next { 
	right:15px; 
	background-position:center -40px;
}
.rolling-noti li a {
	font-size:1.385em;
	color:#000;
	font-weight:300;
	display:inline-block;
	vertical-align:middle;
}
.rolling-noti li a:hover {
	color:#003a79;
}
.rolling-noti li time {
	font-size:1.077em;
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	padding-left:16px;
	background:url("../../images/user/common/bar.gif") 0 center no-repeat;
}

/* book-thumb */
.book-thumb {
	width:142px;
	height:194px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.book-thumb .book-masks {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:url("../../images/user/common/bookmask.png") 0 0 no-repeat;
	padding:0;
}
.book-thumb img {
	display:block;
	width:100%;
}
.thumb-s {
	width:85px;
	height:120px;
	display:inline-block;

}
.book-thumb.thumb-s .book-masks {
	background:url("../../images/user/common/bookmask_s.png") 0 0 no-repeat;
}

/* book-detail */
.book-detail {
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.book-detail h5 {
    font-size:1.538em;
    font-weight:400;
    height:35px;
}
.book-detail li {
	width:50%;
	float:left;
	padding-left:170px;
	box-sizing:border-box;
	position:relative;
	min-height:195px;
	padding-top:25px;
	padding-bottom:50px;
}
.book-detail li + li + li {	
	border-top:1px solid #ccc;
}
.book-detail li {}
.book-detail li:after {
	clear:left;
}
.book-detail li .book-thumb {
	position:absolute;
	top:25px;
	left:0;
}
.sub-mn-tit ~ .book-detail {
	border-bottom:0;
}
.sub-mn-tit ~ .book-detail li {
	border-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
.sub-mn-tit ~ .book-detail li + li + li {
	border-bottom:0;
	padding-top:20px;
	margin-top:20px;
	padding-bottom:0;
	min-height:220px;
}
.sub-mn-tit ~ .book-detail li:first-child .book-thumb,
.sub-mn-tit ~ .book-detail li:first-child + li .book-thumb  {
	top:0;
}
.book-detail li h5 {
	margin-top:10px;
	margin-bottom:20px;
}
.book-detail li strong,
.book-detail li span {
	float:left;
	font-size:1.077em;
	display:block;
	margin-bottom:10px;
	color:#000;
	font-weight:400;
}
.book-detail li strong {
	clear:left;
	width:53px;
	color:#777;
}
.book-detail li span em {
	color:#000;
	font-size:1.429em;
}
.book-detail li .btn-area {
	clear:both;
	float:left;
	margin-top:10px;
}

.layerPopup .book-img { display:block;margin:0 auto;max-width:100%; }
.layerPopup .book-img + h5 {
	margin-top:20px;
	text-align:center;
}
.layerPopup .book-img ~ div {
	margin-top:15px;
	text-align:center;
} 

/* step2 */
.step2 {}
.step2 li {
	position:relative;
	padding-left:40%;
	line-height:28px;
	margin-top:35px;
}
.step2 li h5 {
	position:absolute;
	background:#f6fbff;
	color:#003a79;
	border:1px solid #003a79;
	box-sizing:Border-box;
	top:0;
	left:0;
	height:100%;
	width:40%;
	text-align:center;
}
.step2 li + li h5:after {
	content:" ";
	position:absolute;
	width:33px;
	height:14px;
	background:url("../../images/user/common/step_arr2.gif") 0 0 no-repeat;
	left:50%;
	margin-left:-17px;
	top:-26px;
}
.step2 li h5 span {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	margin-top:-12px;
}
.step2 li p {
	padding:20px 40px;
	border:1px solid #cccccc;
	font-size:1.077em;
}
.step2 li strong {
	color:#000;
	font-size:1.077em;
	font-weight:400;
}

/* -----------------------
	MAIN
 ----------------------- */
.top-bnn { 
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
	position:relative;	
}
.top-bnn a { 
	display:block;
	margin:0 auto; 
	max-width:1100px;
} 
.top-bnn a img {
	display:block;
}
.bnn-close { 
	position:absolute;
	right:50%;
	margin-right:-550px;
	bottom:20px;
	width:34px;
	height:30px; 
	background:url("../../images/user/common/close.png") 0 0 no-repeat;
	border:0;
	border-radius:0;
	text-indent:-9999px;
	overflow:hidden;
	outline:0;
}
.site-mn .site-body {
	max-width:100%;
}
.mn-visual {
	height:460px;
	position:relative;
}
.mn-visual .bxslider li {
	height:460px;
}
.mn-visual .bxslider li img {
	position:absolute;
	top:0;
	left:50%;
    margin-left:-960px\9;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.mn-visual .bxslider li img.m-visual {
	display:none;
}
.mn-visual .bxslider li > div {
    position:relative;
    max-width:1100px;
    margin:0 auto;
    background:red;
}
.mn-visual .bxslider li p {
	position:absolute;
	color:#003a79;
	font-family:"Nanum Myeongjo";
	font-size:22px;
	line-height:32px;
	top:170px;
	left:20px;
	padding-left:64px;
}
.mn-visual .bxslider li p.txt2 {
    color:#fff;
    top:160px;
    left:40%;
}
.mn-visual .bxslider li p.txt3 {
    top:215px;
    left:42%;
}
.mn-visual .bxslider li strong {
	font-size:34px;
	line-height:40px;
	margin-left:-64px;
	display:inline-block;
	margin-bottom:10px;
}
.mn-visual .bx-controls {
	position:absolute;
	bottom:0;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	z-index:100;
}
.mn-visual .bx-controls .bx-pager-item {
	display:inline-block;
	width:55px;
	height:4px;
	margin:0 10px;
}
.mn-visual .bx-controls .bx-pager-item a {
	display:block;
	height:4px;
	overflow:hidden;
	background:#fff;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.mn-visual .bx-controls .bx-pager-item a.active {
	background:#003a79;
}
.mn-visual .memcomp {
	position:absolute;
	top:0;
	right:50%;
	margin-right:-550px;
	background:rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
	width:134px;
	height:100%;
	text-align:center;
	z-index:100;
	padding:30px 0;
	box-sizing:border-box;
}
.mn-visual .memcomp li a {
	display:block;
	height:100px;
	padding-top:8px;
	box-sizing:border-box;
	color:#fff;
	font-size:15px;
}
.mn-visual .memcomp li a:hover,
.mn-visual .memcomp li a:focus {
	background:rgba(0,0,0,.3);
}
.mn-visual .memcomp li a img {
	display:block;
	margin:0 auto 10px;
}
.mn-row { 
	overflow:hidden; 
	clear:both;
	padding:60px 0;
}
.mn-row:nth-of-type(2n) {
	background:#e8eaf0;
}
.mn-fl { 
	float:left;
	clear:left;
	width:75%;
}
.mn-fr {
	float:right;
	clear:right;
	width:25%;
}
.mn-quick {
	padding:20px 0;
	background: rgb(66,177,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(66,177,255,1) 0%, rgba(12,105,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(66,177,255,1) 0%,rgba(12,105,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(66,177,255,1) 0%,rgba(12,105,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b1ff', endColorstr='#0c69d0',GradientType=1 ); /* IE6-9 */
}
.mn-quick ul {
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.mn-quick ul li {
	float:left;
	width:20%;
	height:70px;
	box-sizing:border-box;
}
.mn-quick ul li + li {
	border-left:1px solid rgba(255,255,255,.3);
}
.mn-quick ul li a {
	display:block;
	text-align:center;
	color:#fff;
	height:70px;
	padding:10px 0;
	box-sizing:border-box;
	font-size:16px;
	font-family:'NanumSquare';
	font-weight:400;
}
.mn-quick ul li a img {
	margin-right:15px;
	vertical-align:middle;
}


.mn-board {
	width:725px;
	width:65.9%;
	float:left;
}

.mn-board.tabs .ui-tabs-nav {  display:block;}
.mn-board.tabs .ui-tabs-nav li {	
    float: left;
    white-space: nowrap;
    height: 60px;
	position:relative;
}
.mn-board.tabs .ui-tabs-nav a.ui-tabs-anchor,
.mn-board.tabs .ui-tabs-nav .ui-state-hover a.ui-tabs-anchor {
	display: block;
    color: #7e7f81;
    font-weight: 600;
    font-size: 18px;
    height: 60px;
    line-height: 58px;
    box-sizing: border-box;
    background: #f2f3f7;
    border: 1px solid #dcdcdc;
    text-align: center;
	font-family:'NanumSquare'
}
.mn-board.tabs .ui-tabs-nav .ui-tabs-active a.ui-tabs-anchor, 
.mn-board.tabs .ui-tabs-nav .ui-tabs-active.ui-state-hover a.ui-tabs-anchor {
	color:#003a79;
    background: #fff;
    border: 1px solid #dcdcdc;
	border-bottom-color:#fff;
}
.mn-board.tabs .ui-tabs-nav .ui-tabs-active a.ui-tabs-anchor:before, 
.mn-board.tabs .ui-tabs-nav .ui-tabs-active.ui-state-hover a.ui-tabs-anchor:before {
	display:none;	
}
.mn-board.tabs .ui-tabs-nav li + li a.ui-tabs-anchor,
.mn-board.tabs .ui-tabs-nav li + li.ui-state-hover a.ui-tabs-anchor,
.mn-board.tabs .ui-tabs-nav li + li.ui-tabs-active a.ui-tabs-anchor,
.mn-board.tabs .ui-tabs-nav li + li.ui-state-hover.ui-tabs-active a.ui-tabs-anchor {
	border-left:0;
}
.mn-board.tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor:after {
	display:none;
}
.mn-board.tabs .ui-tabs-nav li a.mn-more {
	overflow:hidden;
	position:absolute;
	-webkit-transition:all .5s;
	transition:all .5s;
	top:9px;
	right:5px;
	height:41px;
	width:41px;
	text-indent:-999px;
	border-radius:50%;
	display:none;
	background:#fff;
}
.mn-board.tabs .ui-tabs-nav .ui-tabs-active a.mn-more {
	display:block;
}
.mn-board.tabs .ui-tabs-nav li a.mn-more:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	background:#f5f5f5;
}
.mn-board.tabs .ui-tabs-nav li a.mn-more:before {
	content:"";
	width:13px;
	height:3px;
	background:#198fea;
	position:absolute;
	left:14px;
	top:19px;
}
.mn-board.tabs .ui-tabs-nav li a.mn-more:after {
	content:"";
	width:3px;
	height:13px;
	background:#198fea;
	position:absolute;
	left:19px;
	top:14px;
}

.mn-board.tabs .ui-tabs-panel {
	border:1px solid #dcdcdc;
	border-top:0;
	padding:20px 30px;
	height:305px;
	box-sizing:border-box;
}

.mn-board.tabs .ui-tabs-panel ul {
	padding-top:10px;
}
.mn-board.tabs .ui-tabs-panel ul li {
	height:28px;
	padding-top:3px;
	line-height:21px;
	box-sizing:border-box;
	white-space:nowrap;
	overflow:hidden;
	font-size:15px;
	font-weight:400;
}
.mn-board.tabs .ui-tabs-panel ul li a {
	color:#555;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	text-overflow:ellipsis;
	float:left;
	max-width:calc(100% - 100px);
}
.mn-board.tabs .ui-tabs-panel ul li a:hover,
.mn-board.tabs .ui-tabs-panel ul li a:focus {
	border-bottom:1px solid #777;
}
.mn-board.tabs .ui-tabs-panel ul li time {
	float:right;
	color:#777;
	display:inline-block;
	width:80px;
}
.mn-board.tabs .ui-tabs-panel ul.highlight {
	padding-top:0;
	border-bottom:1px dashed #dcdcdc;
	padding-bottom:13px;
}
.mn-board.tabs .ui-tabs-panel ul.highlight li {
	height:34px;
	padding-top:5px;
}
.mn-board.tabs .ui-tabs-panel ul.highlight cite {
	display:inline-block;
	font-size:12px;
	color:#3da7ff;
	border:1px solid #3da6ff;
	height:21px;
	line-height:19px;
	width:40px;
	text-align:center;
	margin-right:10px;
	vertical-align:middle;
	float:left;
}
.mn-board.tabs .ui-tabs-panel ul.highlight a {
	font-size:16px;
	max-width:calc(100% - 150px);
}
/* mn-news */
.mn-news {
	width:350px;
	width:31.8%;
	height:365px;
	float:right;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
	position:relative;
}
.mn-news h3 {
    color: #003a79;
    font-weight: 600;
    font-size: 18px;
    height: 60px;
    line-height: 59px;
    box-sizing: border-box;
    text-align: center;
	font-family:'NanumSquare';
    border-bottom: 1px solid #dcdcdc;
}
.mn-news ul.bxslider {
	height:305px;
    box-sizing: border-box;
	overflow:hidden;
}
.mn-news ul li {}
.mn-news ul li figure > a {
	display:block;
	position:relative;
}
.mn-news ul li figure > a:before {
	/*content:"";
	position:absolute;
	width:60px;
	height:60px;
	box-sizing:border-box;
	border:3px solid #fff;
	border-radius:50%;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);*/
}
.mn-news ul li figure > a:after {
	/*content:"";
	position:absolute;
	width:0;
	height:0;
	border-left:25px solid #fff;
	border-top:16px solid transparent;
	border-bottom:16px solid transparent;
	border-right:0px solid transparent;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-8px;*/
}
.mn-news ul li figure > a img {
	display:block;
	width:100%;
	height:195px;
}
.mn-news ul li figure figcaption {
	border-top:1px solid #dcdcdc;
	padding:10px 30px;
	line-height:23px;
	text-align:center;
}
.mn-news ul li figure figcaption strong {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:16px;
	color:#555;
}
.mn-news ul li figure figcaption span {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:14px;
	color:#777;
}
.mn-row .bx-controls {
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	bottom:15px;
	z-index:100;
}
.mn-row .bx-controls .bx-pager-item {
	display:inline-block;
	width:45px;
	height:4px;
	margin:0 5px;
	overflow:hidden;
}
.mn-row .bx-controls .bx-pager-item .bx-pager-link {
	display:block;
	height:4px;
	text-indent:-999px;
	background:#c7cddd;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.mn-row .bx-controls .bx-pager-item .bx-pager-link.active {
	background:#003a79;
}

/* mn-etc */
.mn-etc {
	position:relative;
	float:left;
	width:350px;
	width:31.82%;
	height:365px;
	box-sizing:border-box;
	background: rgb(26,199,250); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(26,199,250,1) 1%, rgba(0,139,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(26,199,250,1) 1%,rgba(0,139,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(26,199,250,1) 1%,rgba(0,139,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ac7fa', endColorstr='#008bd4',GradientType=1 ); /* IE6-9 */
}
.mn-etc:before {
	content:"";
	position:absolute;
	top:50%;
	left:30px;
	right:30px;
	height:1px;
	background:rgba(255,255,255,.5);
}
.mn-etc:after {
	content:"";
	position:absolute;
	top:30px;
	bottom:30px;
	left:50%;
	width:1px;
	background:rgba(255,255,255,.5);
}
.mn-etc li {
	float:left;
	width:50%;
	height:182px;
	box-sizing:border-box;
}
.mn-etc li a {
	display:block;
	height:182px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family:'NanumSquare';
	font-weight:400;
	padding-top:43px;
	box-sizing:border-box;
}
.mn-etc li a img {
	display:block;
	margin:0 auto 20px;
}
.mn-cal {
	float:left;
	width:31.82%;
	height:365px;
	box-sizing:border-box;
	background:#fff;
	margin-left:2.27%;
	padding:0 30px 20px 30px;
	position:relative;
}
.mn-cal h3 {
	color:#003a79;
	font-family:'NanumSquare';
	font-weight:700;
	font-size:18px;
	line-height:60px;
	height:60px;
	text-align:center;
}
.mn-cal h3:after {
	content:"";
	width:50px;
	height:3px;
	display:block;
	margin:0 auto;
	background:#003a79;	
}/* 
.mn-cal > cite {
	color:#fff;
	background:#00c2b2;
	font-family:"open sans","nanumsquare";
	font-weight:400;
	font-size:18px;
	line-height:28px;
	height:32px;
	width:144px;
	text-align:center;
	display:block;
	margin:15px auto 10px;
} */
.mn-cal ul {
	margin-top:20px;/* 
	border-top:1px solid #00c2b2; */
}
.mn-cal li {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:15px;
	line-height:28px;
	height:32px;
	padding-top:3px;
	box-sizing:border-box;
	font-weight:400;
}
.mn-cal li span {
	color:#00c2b2;
	display:inline-block;
	vertical-align:top;
    width:40px;
	margin-right:10px;
}
.mn-cal li a {
	color:#555;
	white-space:nowrap;
	/*overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle;
	box-sizing:border-box;*/
	max-width:200px;
	height:29px;
	vertical-align:top;
}
.mn-cal li cite + a {  
    /*white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;*/
	max-width:185px; 
	font-size:14px;
} 
.mn-cal li a:hover,
.mn-cal li a:focus {
	border-bottom:1px solid #777;
}
.mn-cal li cite {
	display: inline-block;
    font-size: 12px;
    color: #3da7ff;
    border: 1px solid #3da6ff;
    height: 21px;
    line-height: 19px;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    position:relative;
}
.mn-cal li cite.blue {
    color:#3da6ff;
    border:1px solid #3da6ff;
}
.mn-cal li cite.lightblue {
    color:#0090fe;
    border:1px solid #0090fe;
}
.mn-cal li cite.darkblue {
    color:#003a79;
    border:1px solid #003a79;
}
.mn-cal li cite.darkgreen {
    color:#00a2aa;
    border:1px solid #00a2aa;
}
.mn-cal li cite.green {
    color:#00c153;
    border:1px solid #00c153;
}
.mn-cal a.mn-more {
	overflow:hidden;
	position:absolute;
	-webkit-transition:all .5s;
	transition:all .5s;
	top:9px;
	right:16px;
	height:41px;
	width:41px;
	text-indent:-999px;
	border-radius:50%;
	background:#fff;
}
.mn-cal a.mn-more:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	background:#f5f5f5;
}
.mn-cal a.mn-more:before {
	content:"";
	width:13px;
	height:3px;
	background:#00c2b2;
	position:absolute;
	left:14px;
	top:19px;
}
.mn-cal a.mn-more:after {
	content:"";
	width:3px;
	height:13px;
	background:#00c2b2;
	position:absolute;
	left:19px;
	top:14px;
}
.mn-bnn {
	float:right;
	width:31.82%;
	height:365px;
	box-sizing:border-box;
	position:relative;
}
.mn-bnn .bxslider li { margin-right:1px !important; }
.mn-bnn li a {
	display:block;
	position:relative;
	width:100%;
	height:365px;
}
.mn-bnn li a img { 
	width:100%;
	height:100%;
	display:block; 
	position:absolute;
}
.mn-row > h3 {
	max-width:1100px;
	margin:30px auto 10px;
	color:#003a79;
	font-family:'NanumSquare';
	font-size:18px;
	line-height:20px;
	font-weight:800;
}
.mn-cooperation {
	height:70px;
	box-sizing:border-box;
	width:1100px;
	margin:0 auto;
	border:1px solid #dcdcdc;
	display:table;
	padding:0 50px;
}
.mn-cooperation a {
	display:table-cell;
	padding:9px 0;
}
.mn-cooperation a img {
	display:block;
	margin:0 auto;
}
.mn-quickservice {
	background:#f9f9f9;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	height:70px;
	box-sizing:border-box;
	width:1100px;
	display:table;
	padding:0 50px;
	margin:0 auto;
}
.mn-quickservice a {
	display:table-cell;
	padding:9px 0;
}
.mn-quickservice a img {
	display:block;
	margin:0 auto;
}

/* search result */
.sch-box {
	border:1px solid #ddd;
	padding:15px 30px 15px 145px;
	position:relative;
	margin-bottom:50px;
}
.sch-box:before {
	position:absolute;
	content:"";
	top:15px;
	bottom:15px;
	left:30px;
	width:89px;
	border-right:1px solid #ddd;
	background:url('../../images/user/common/sch_box.png') 0 0 no-repeat;
}
.sch-box fieldset input { height:40px;margin-right:5px; }
.sch-box p { margin-bottom:10px; }
.sch-sort { 
	border-top:2px solid #003a79;
	border-bottom:1px solid #ddd;
	padding:8px 0;	
	margin-top:5px;
	margin-bottom:20px;
}
.sch-sort li {
	display:inline-block;
	padding:10px 20px;
	line-height:20px;
	height:22px; 
}
.sch-sort li a {
	font-size:18px;
	color:#000;	
}
.sch-sort li a span {
	color:#777;
}
.sch-sort li a:hover {
	border-bottom:1px solid #555;
} 

.list-type table tbody td.al a.sch-result {
	display:block;
	white-space:normal;
}
.list-type td a.sch-result:hover { 
	text-decoration:none;
}
.list-type td a.sch-result .sr-tit {
	font-size:16px;
	line-height:1.6em;
	max-height:3.2em;
	overflow:hidden;
	color:#333;
	font-weight:400;
	margin-bottom:10px;
}
.list-type td a.sch-result .keyword {
	font-weight:500;
	background:#d0eaff;
}
.list-type td a.sch-result:hover .sr-tit,
.list-type td a.sch-result:hover .sr-txt { 
	text-decoration:underline;
}
.list-type td a.sch-result .sr-txt {
	font-size:15px;
	line-height:1.6em;
	max-height:3.2em;
	overflow:hidden;
	color:#333;
}
.list-type td a.sch-result .sr-route {
	display:block;
	margin-top:15px;
	font-size:14px;
	color:#777;
}
.list-type td a.sch-result time {
	color:#777;	
}

/* -----------------------
	MY PAGE 
 ----------------------- */

/* find-idpw */
.find-idpw { 
	padding:20px 0 30px;
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:20px; 
}
.find-idpw fieldset { 
	position:relative;
	width:460px;
	margin:0 auto; 
}
.find-idpw fieldset label { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:100px;
	color:#333;
	font-weight:600; 
}
.find-idpw fieldset input { 
	width:348px;
	height:36px;
	line-height:36px; 
}
.find-idpw fieldset input.q1 { 
	width:106px;
	margin:0 5px; 
}
.find-idpw fieldset .spot2 { 
	position:absolute;
	font-size:1.538em;
	right:0;
	top:0;
	width:123px;
	height:88px;
	line-height:88px;
	padding:0; 
}
.find-idpw .list-type1 { margin-bottom:20px; }
.find-idpw .btn-cont a { 
	height:31px;
	line-height:31px;
	font-size:1em; 
}

/* join */
.join-terms > p { 
	margin-bottom:20px; 
	font-size:1.077em;
}
.terms-txt { 
	padding:20px;
	height:260px;
	overflow-y:scroll;
	/*white-space:pre-wrap;*/
	border:1px solid #dddddd; 
	font-size:14px;
}
.terms-txt h4 {
    margin-top:5px;
    margin-bottom:5px;
    font-size:16px;
}
.terms-txt h5 {
    margin-top:5px;
    margin-bottom:5px;
    font-size:15px;
}
.terms-agree {
	margin-top:20px;
}
.terms-agree label + label { margin-top:10px; }

.message {
	background:url(../../images/user/sub/img_mem.jpg) right 0 no-repeat #003a79;
	height:177px;
	margin-top:70px;
	margin-bottom:50px;
}
.message p { 
	color:#fff; 
	font-size:1.538em;
	line-height:1.6em;
	font-family:'Nanum Myeongjo', "NanumMyeongjo", "나눔 명조";
	padding-left:30px;
	padding-top:53px;
}
.message ~ p {
	font-size:1.154em;
	line-height:1.9em;
}
.message ~ p.ar { padding-right:0 }
.message ~ p .ceo {
	font-size:1.429em;
	margin-left:20px;
	font-family:'Nanum Myeongjo', "NanumMyeongjo", "나눔 명조";
} 

.policy p,
.policy ol {
	font-size:1.077em;
	line-height:1.9em;
}
.policy p.dep,
.policy ol ol {
	padding-left:20px;
}
.policy h4 {
	color:#003a79;
}
.policy h5 {
	font-size:1.154em;
	margin-top:30px;
	margin-bottom:8px;
	font-weight:400;
}
.policy .btn {
	width:auto;
	margin-top:50px;
}
.vertical-step {
    margin:0 0 60px;
    text-align:center;
}
.vertical-step + p { 
	margin-top:-40px;
	margin-bottom:60px;
}
.vertical-step > li {
    position:relative;
    display:block;
    margin-bottom:30px;
    border:2px solid #95aec9;
    text-align:left;
    display:table;
    width:100%;
    box-sizing:border-box;
}
.vertical-step > li:after {
    content: "";
    position: absolute;
    width:16px;
    height:11px;
    bottom:-23px;
    left:50%;
    margin-top:-8px;
    background: url('../../images/user/common/arr_step_b.png') no-repeat;
}
.vertical-step > li:last-child:after {
    display:none;
}
.vertical-step > li > * {
    display:table-cell;
    padding:10px 20px;
}
.vertical-step > li cite {
    /*position:absolute;*/
    width:25%;
    height:100%;
    /*display:block;*/
    font-family:'NanumSquare';
    font-weight:700;
    background:#eff4ff;
    color:#003a79;
    font-size:16px;
    padding:10px 12px;
    box-sizing:border-box;
    text-align:center;
    vertical-align:middle;
}
.vertical-step > li cite:only-child {
    padding-top:25px;
    padding-bottom:25px;
}
.vertical-step > li p {
    font-size:15px;
    line-height:1.6em;
    /*font-weight:700;*/
}
.vertical-step > li p span {
    display:block;
    margin-bottom:15px;
}
.vertical-step > li ol {
    padding-left:35px;
}
.vertical-step > li ol > li {
    list-style:decimal;
    padding-left:3px;
    color:#333;
}
.vertical-step > li > ul > li {
    color:#333;
}
.vertical-step > li ol > li + li,
.vertical-step > li > ul > li + li {
    margin-top:15px;
}
.vertical-step > li ol ul {
   padding-left:10px;
   color:#555;
}
.vertical-step > li ul ul {
   color:#555;
}
.vertical-step + ul {
    margin-bottom:55px;
    margin-top:-40px;
}
.vertical-step.q2 {
    margin:0 auto;
}
.vertical-step p:only-child {
    text-align:center;
    color:#003a79;
}
.vertical-step2 {
    padding:0;
}
.bullet-list .dash-list .vertical-step2,
.bullet-list .dash-list .vertical-step2 li,
.bullet-list .dash-list .vertical-step2 ul,
.bullet-list .dash-list .vertical-step2 ul li,
.vertical-step2 ul,
.vertical-step2 ul li {
    padding-left:0;
    margin-left:0;
}
.bullet-list .dash-list .vertical-step2 li:before,
.vertical-step2 ul li:before {
    margin-left:0;
    display:none;
}
.vertical-step2 ul li {
    position:relative;
}
.vertical-step2 {
    margin-top:37px;
}
.vertical-step2 cite {
    display:block;
    max-width:280px;
    height:60px;
    margin-right:30px;
    padding-left:28px;
    line-height:56px;
    font-size:18px;
    font-family:'NanumSquare';
    font-weight:700;
    background:#eaf1ff;
    border:2px solid #003a79;    
    color:#003a79;
    box-sizing:border-box;
}
.vertical-step2 div {
    position:relative;
    padding-top:17px;
    padding-bottom:17px;
    margin-bottom:20px;
    padding-left:80px;
}
.vertical-step2 div:before {
    content: "";
    position: absolute;
    left: 46px;
    top: 0;
    bottom:3px;
    width: 2px;
    background: url('../../images/user/common/arr_step_b.png') center bottom no-repeat #99b0c9;
}
.vertical-step2 div:after {
    content: "";
    position: absolute;
    width:16px;
    height:11px;
    left: 39px;
    bottom: 0;
    background: url('../../images/user/common/arr_step_b.png') no-repeat;
}
.vertical-step2 > li:last-child div:before,
.vertical-step2 > li:last-child div:after {
    display:none;
}
.vertical-step2 div ul {
    margin-top:18px;
}
.vertical-step2 div li{
    position:relative;
    margin-bottom:10px;
    padding:12px 10px 12px 113px !important;
    border:2px solid #99b0c9;
    color:#315479;
    font-family:'NanumSquare';
    font-weight:700;
    max-width:480px;
    box-sizing:border-box;
}
.vertical-step2 div li span {
    position:absolute;
    left:0;
    display:block;
    width:113px;
    text-align:center;
}
/* paging */
ul.paging               { 
	display:block;
	margin:20px auto 0 auto;
	padding:0;
	overflow:hidden;
	text-align:center; 
}
ul.paging li            { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin:0 2px;
	*margin:0 3px;
	padding:0;
	letter-spacing:-1px;
	vertical-align:middle; 
}
*+html body ul.paging li{ vertical-align:top; }
ul.paging li a          { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	color:#777;
	width:30px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:0;
	vertical-align:bottom;
	text-decoration:none; 
	font-size:16px;
}
*+html body ul.paging li,*+html body ul.paging li a { display:inline; }
*+html body ul.paging li.pv,*+html body ul.paging li.ffw { margin-left:0; }
ul.paging li.ppv a,
ul.paging li.ffw a,
ul.paging li.pv a,
ul.paging li.fw a       { 
	width:35px;
	height:35px;
	line-height:33px;
	text-indent:-9999px;
	padding:0;
	position:relative;
	box-sizing:border-box;
	border:1px solid #aaa;
	background:#fff;
    background: url('../../images/user/common/paging.png') #fff no-repeat\9;
}

ul.paging li.pv { margin-right:20px; }
ul.paging li.fw { margin-left:20px; }
ul.paging li.ppv { position:relative;right:-8px; }
ul.paging li.ffw { position:relative;left:-8px; }

ul.paging li.pv a { background-position:center -70px\9; }
ul.paging li.fw a { background-position:center -105px\9; }
ul.paging li.ffw a { background-position:center -35px\9; }

*+html body ul.paging li.ppv a,
*+html body ul.paging li.ffw a,
*+html body ul.paging li.pv a,
*+html body ul.paging li.fw a   { display:block;}

ul.paging li.ppv a:before,
ul.paging li.ffw a:before,
ul.paging li.ppv a:after,
ul.paging li.ffw a:after,
ul.paging li.pv a:before,
ul.paging li.fw a:before {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    border-top: 1px solid #9e9e9e;
    border-left: 1px solid #9e9e9e;
    top: 11px;
    display: none\9
}
ul.paging li.pv a:before,
ul.paging li.ppv a:before,
ul.paging li.ppv a:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
ul.paging li.fw a:before,
ul.paging li.ffw a:before,
ul.paging li.ffw a:after {
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
ul.paging li.pv a:before { left:13px; }
ul.paging li.fw a:before { right:13px; }
ul.paging li.ppv a:before { left:10px; }
ul.paging li.ppv a:after { left:16px; }
ul.paging li.ffw a:before { right:10px; }
ul.paging li.ffw a:after { right:16px; }

ul.paging li.disabled a,
ul.paging li.disabled a:hover,
ul.paging li.disabled a:focus { 
	background-position:0 0; 
}
ul.paging li a:hover,
ul.paging li a:focus { 
	color:#003a79;
}
ul.paging li.pv  a:hover, ul.paging li.pv a:focus,
ul.paging li.fw  a:hover, ul.paging li.fw a:focus,
ul.paging li.ppv a:hover, ul.paging li.ppv a:focus,
ul.paging li.ffw a:hover, ul.paging li.ffw a:focus {
	border:1px solid #003a79;
	z-index:1;
}
ul.paging li.ppv a:hover:before, ul.paging li.ppv a:focus:before,
ul.paging li.ffw a:hover:before, ul.paging li.ffw a:focus:before,
ul.paging li.ppv a:hover:after,  ul.paging li.ppv a:focus:after,
ul.paging li.ffw a:hover:after,  ul.paging li.ffw a:focus:after,
ul.paging li.pv a:hover:before,  ul.paging li.pv a:focus:before,
ul.paging li.fw a:hover:before,  ul.paging li.fw a:focus:before { 
	border-top:1px solid #3682d8;
	border-left:1px solid #3682d8;
}
ul.paging li.now a,
ul.paging li.now a:hover,
ul.paging li.now a:focus { 
	color:#000;
	font-weight:400; 
}

ul.paging li.ppv a:hover { background-position:center -140px\9; }
ul.paging li.pv a:hover { background-position:center -210px\9; }
ul.paging li.fw a:hover { background-position:center -245px\9; }
ul.paging li.ffw a:hover { background-position:center -175px\9; }


/* popup */
.w800, 
.w1000 {
	position:absolute;
	width:1100px;
	left:50%;
	margin-left:-500px;
	z-index:9990;
	top:200px;
}
.w800 {
	width:800px;
	margin-left:-400px;	
}
.layerPopup { background-color:#ffffff; }
.layerPopup { 
	box-sizing:border-box;
	border:1px solid #000000;
	position:absolute;
	width:640px;
	margin-left:-320px;
	left:50%;
	top:15%;
	box-shadow:3px 3px 15px rgba(0,0,0,.2);
	z-index:9990;
}
.layerPopup .pop-header { 
	position:relative;
}
.layerPopup .pop-header h1 { 
	font-weight:500;
	text-align:center;
	padding-top:50px;
	font-size:30px;
	color:#003a79;
}
.layerPopup .pop-header h1:after {
	content:"";
	height:2px;
	width:53px;
	display:block;
	margin:20px auto 0;
	background:#003a79;
}
    .layerPopup .pop-close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 34px;
        height: 30px;
        text-indent: -9999px;
        overflow: hidden;
        background-size: 31px;
        background-image: url('../../images/user/common/btn-close.png')\9;
    }
.layerPopup .pop-close:before { 
	content:"";
	position:absolute;
	width:160%;
	height:2px;
	background:#000;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	top:14px;
	left:-30%;
    display:none\9;
}
.layerPopup .pop-close:after { 
	content:"";
	position:absolute;
	width:140%;
	height:2px;
	background:#000;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:14px;
	left:-20%;
    display:none\9;
}
.layerPopup .pop-body { 
	padding:50px 50px 70px 50px;  
	margin:0 auto;
}
.layerPopup .pop-body h3,
.layerPopup .pop-body h4 { margin-top:0; }
.layerPopup .pop-body h3 ~ h3,
.layerPopup .pop-body h4 ~ h4 { margin-top:40px; }
.layerPopup .pop-body .btn-cont:first-child { margin-top:0; }
.layerPopup .pop-comment { 
	color:#666;
	margin-top:8px;
	margin-bottom:10px; 
}
.layerPopup .border-box + .pop-comment { margin:8px 0 0 0; }
.layerPopup .pop-comment a { 
	color:#444;
	border-bottom:1px solid #666;
	font-weight:600; 
}
#loginPop center { width:370px;margin:30px auto 0;line-height:0;font-size:0; }
#loginPop center .btn2.shortcut { width:49%; }
#loginPop center .btn2.shortcut + .btn2.shortcut { margin-left:2%; }
#loginPop center + .pop-login { padding-top:20px; }
/* 원격지원서비스 이용방법 */
.popup section.pop-body {
	padding-top:40px;
}
.pop-remote {
	margin-top:34px;
}
.pop-remote p {
	font-size:15px;
	color:#555;
	font-weight:400;
	background:url("../../images/user/common/ico_remote.png") 30px 0 no-repeat;
	min-height:115px;
	padding-left:244px;
}
.pop-remote .remote-call {
	background:url("../../images/user/common/ico_remote2.gif") 10px 0 no-repeat;
	padding-left:80px;
	margin-top:30px;
	padding-top:3px;
	margin-left:244px;
	min-height:53px;
}
.pop-remote .remote-call cite {}

.pop-remote .remote-call strong {
	font-size:26px;
	color:#000;
	letter-spacing:-0.01em;
	display:block;
	margin-top:5px;
	font-weight:400;
}
.pop-remote .remote-call span {
	font-size:18px;
	color:#555;
	font-weight:500;
}
.pop-remote .btn-cont {
	overflow:hidden;
	margin-left:244px;
}
.pop-remote .btn-cont a {
	width:31%;
	margin:5px 1%;
	float:left;
	padding:0;
	min-width:30%;
}

/* 로그인 */
.pop-login { 
	max-width:370px;
}
.pop-login label.checkbox {
	font-size:15px;
	height:20px;
	line-height:20px;
	margin-top:0;
}
.pop-login input[type="text"],
.pop-login input[type="password"],
.pop-login input[type="tel"] { 
	width:100%;
	height:48px;
	line-height:48px;
	margin-bottom:10px;
	font-weight:300;
	font-size:15px;
}

.pop-login input[type="text"]:hover,
.pop-login input[type="text"]:focus,
.pop-login input[type="password"]:hover,
.pop-login input[type="password"]:focus,
.pop-login input[type="tel"]:hover,
.pop-login input[type="tel"]:focus {
	border:1px solid #1298ff;
	background:#fff;
	color:#000;
}
.pop-login .btn {
	width:100%;height:50px;
	line-height:48px;
	margin-top:15px;
}/* 
.pop-login .btn.spot {
	font-size:20px;	
	background:#0c69d0;
	border:1px solid #0c69d0;
	color:#fff;
} */
.btn-lnk {
	margin-top:40px;
}
.btn-lnk a { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	border-bottom:1px solid #8b8b8b;
	line-height:2em;
	font-size:14px;
}
.btn-lnk a ~ a {
	margin-top:10px;
}
.btn-lnk a:hover { 
	color:#003a79;
	border-color:#003a79;	
}
.pop-login > p {
	margin-top:50px;
	font-size:14px;
	font-weight:500;
}
.pop-login.pop-idpw label {
	position:relative;
	display:block;
	height:0;
	font-size:15px;
	top:2px;
	left:11px;
	line-height:42px;
	color:#999;
}
.pop-login.pop-idpw label + input { padding-left:150px; }

/*  */
.pop-certify  { 
	margin:20px 90px 0;
	position:relative;
}
.pop-certify + .pop-certify { margin-top:0; }
.pop-certify label { 
	display:inline-block;
	width:90px;
	height:40px;
	line-height:40px;
	font-weight:500;
	vertical-align:top; 
}
.pop-certify input,

.pop-certify input { width:250px; }
.pop-certify .btn2.login { 
	width:291px;
	margin-left:94px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:1.385em; 
}


/* popup */
.popup { 
	border:1px solid #383c3f;
	background-color:#ffffff; 
}
.popup .comment { 
	margin-bottom:25px; 
}
.popup .pop-header { 
	height:auto;
    padding-top:19px;
    padding-bottom:19px;
    padding-right:60px;
	background-color:#f2f2f2;
	position:relative;
	border-bottom:1px solid #383c3f; 
}
.popup .pop-header h1 { 
	line-height:1.6em;
	color:#000;
	font-size:24px;
	padding:0;
	padding-left:40px;
	font-weight:400;
}
.popup .pop-close { 
	position:absolute;
	right:20px;
	top:22px;
	width:34px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;	
}
.popup .pop-close:before {
	content:"";
	position:absolute;
	height:2px;
	width:140%;
	background:#000;
	top:50%;
	left:-20%;
	margin-top:-1px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.popup .pop-close:after {
	content:"";
	position:absolute;
	height:2px;
	width:140%;
	background:#000;
	top:50%;
	left:-20%;
	margin-top:-1px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.popup .pop-body { 
	padding:20px 40px 40px 40px; 
}
.popup.w1000 .pop-body {
	padding:30px 50px 70px 50px;
}

.pop-body .pop-txt {
	margin-top:25px;
	font-size:14px;
	line-height:1.7em;
	color:#333;	
}
.pop-body .pop-txt cite {
	color:#000; 
	display:block;
	font-weight:400;
	font-size:15px;
}
.pop-body .pop-txt span.info-detail {
	color:#999;
	display:block;
	margin-top:15px;
	margin-bottom:5px;
	font-size:15px;
}
.popup .pop-body h2 { 
	font-size:2.308em;
	font-weight:500;
}
.popup .pop-body h2 .score { margin-left:20px; }
.popup .pop-body h3,
.popup .pop-body h4 { margin-top:40px;margin-bottom:15px;font-weight:400; }
.popup .pop-body h3 { font-size:1.385em; }

.popup .pop-body h2.center {
	text-align:center;
	font-size:1.8em;
}

.popup .pop-comment { 
	color:#666;
	margin-top:8px;
	margin-bottom:10px; 
}
.popup .border-box + .pop-comment { margin:8px 0 0 0; }
.popup .border-box { 
	border:1px solid #ddd;
	background:#f9f9f9; 
	padding:15px;
}
.popup .pop-comment a { 
	color:#444;
	border-bottom:1px solid #666;
	font-weight:600; 
}
.popup .btn-cont.left { text-align:left; }

.popup .separate-wrap { 
	margin-top:40px;
	padding-bottom:5px;
	background:url('../../images/user/common/dashed_row.gif') 47.3% 0 repeat-y;
}
.popup .separate-wrap { 
	margin-top:0; 
}
.popup .separate { 
	display:inline-block;
	*zoom:1;*display:inline;
	vertical-align:top;
	width:45%; 
}
.popup .separate + .separate { 
	height:100%;
	width:50%;
	margin-left:20px;
	padding-left:21px; 
}
.popup .separate h4:first-child { margin-top:0; }
.popup .separate .btn-cont + .list-type { margin-top:15px; }


/*  certification */
.popup .certification { 
	width:1100px;
	height:1363px;
	margin:0 auto;
	border:1px solid #ccc;
	background:url("../../images/user/common/certification.jpg") center 0 no-repeat;
	padding:350px 140px 280px;
	box-sizing:border-box;
	position:relative;
}
.popup .btn-cont + .certification {
	margin-top:20px;
}
.popup .certification * {
	font-family:"Nanum Myeongjo";	
	font-weight:bold;
}
.popup .certification .certi-num {
	font-size:20px;
	position:absolute;
	top:120px;
	left:140px;
}
.popup .certification .certi-qr {	
	position:absolute;
	top:120px;
	right:140px;
}
.popup .certification h1 {
	text-align:center;
	font-size:52px;
	margin-bottom:80px;
}
.popup .certification .certi-info {
	font-size:24px;	
	line-height:38px;
	margin-bottom:50px;
}
.popup .certification .certi-info p + p {
	margin-top:10px;
}
.popup .certification .certi-txt {	
	font-size:32px;	
	line-height:52px;
	padding:0 30px;
}
.popup .certification .certi-date {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	bottom:300px;
	font-size:28px;	
	line-height:28px;
}

/* pop-notice  */
.pop-notice {
	border:2px solid #003a79;
	position:absolute;
	width:500px;
	top:200px;
	left:50%;
	margin-left:-250px;
	background:#fff;
	z-index:9999;
}
.pop-notice .pop-notice-header p {
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
.pop-notice img {
	display:block;
}
.pop-notice a.pop-close {
	position:absolute;
	width:25px;
	height:25px;
	top:20px;
	right:20px;
	text-indent:-999px;
	overflow:hidden;
}
.pop-notice a.pop-close:before,
.pop-notice a.pop-close:after {
	content:'';
	width:100%;
	height:2px;
	background:#333;
	position:absolute;
	top:50%;
	left:0;
}
.pop-notice a.pop-close:before { -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg); }
.pop-notice a.pop-close:after { -webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg); }
.pop-notice p {
	background:#f5f5f5;
	border-top:1px solid #ddd;
	padding:10px 20px;
	color:#555;
	font-size:13px;
	color:#000;
}
.pop-notice .btn-cont {
	margin-top:0;
	margin-bottom:30px;
}
.pop-notice .btn-cont a {
	width:60%;
}
.pop-notice .list-type.vm { margin:40px 20px;}
.pop-notice .list-type.vm table { border-top:1px solid #ddd; }

/* estimate */
.estimate { margin-top:20px;border:1px solid #999;border-top:0; }
.write-type.estimate thead th { font-size:28px;line-height:1.6em;color:#000;border-bottom:1px solid #777;vertical-align:middle; }
.write-type.estimate tbody th { vertical-align:middle;border-right:1px solid #ddd;font-size:1.153em;line-height:1.8em; }
.write-type.estimate tbody th.line-l-bold { border-left:2px solid #ccc; }
.write-type.estimate tbody td { font-size:1.153em;color:#000;vertical-align:middle;padding-left:20px;line-height:1.8em; }
.write-type.estimate tbody td.font-big { font-size:1.6em;color:#000;font-weight:400;border-bottom:0; }
.write-type.estimate tbody td img { vertical-align:middle; }
.write-type.estimate .estimate-list { border-top:1px solid #999 }
.write-type.estimate .estimate-list thead th { font-size:1.153em;min-height:40px; }
.write-type.estimate .estimate-list td { min-height:40px; }
.write-type.estimate .estimate-list td + td { border-left:1px solid #eee; }
.write-type.estimate .estimate-list tfoot td { vertical-align:middle;background:#f5f5f5;font-size:1.4em;color:#000;font-weight:400;paddng:0; }

/* info-cont */
.info-cont { 
	position:relative;
	margin-top:18px;
	margin-bottom:40px;
	padding-left:230px;
	min-height:140px; 
}
.info-cont img { 
	position:absolute;
	top:0;
	left:0;
	width:188px;
	height:138px;
	border:1px solid #c5c5c5; 
}
.info-cont dl { 
	width:500px 
}
.info-cont dt { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:top; 
}
.info-cont dt { 
	padding:4px 0 4px 0; 
}
.info-cont dt { 
	position:absolute;
	width:95px;
	font-weight:600;
	color:#555; 
}
.info-cont dd { 
	padding:4px 0 4px 140px;
	background:url('../../images/user/common/bar.gif') 120px 8px no-repeat;
}
.info-cont dd { 
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.info-cont span { 
	color:#777777;
	margin-right:20px; 
}

/* 팝업 학습창 */
.learning-popup { 
	box-sizing:border-box;
	/*padding-bottom:57px;*/
	border:1px solid #383c3f;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%; 
}
.learning-popup .pop-header { 
	background:#444;
	height:90px;
	padding:16px 39px 0 39px ;
	box-sizing:border-box;
	position:relative;
}
.learning-popup .pop-header h1 { 
	color:#fff;
	padding-top:31px;
	font-size:1.846em;
	background:url('../../images/user/common/learning_logo.png') 0 0 no-repeat; 
	font-weight:400;
}
.learning-popup .pop-header select {
	position:aboslute;
	top:36px;
	right:36px;
	opacity:0;
}
.learning-popup .pop-header .ui-selectmenu-button {
	position:absolute;
	top:36px;
	right:36px;
	background:#444;
	border-color:#bebebe;
	min-width:400px;
}
.learning-popup .pop-header .ui-selectmenu-button span.ui-selectmenu-text {
	color:#eee;
}
.learning-popup .pop-header .ui-selectmenu-button span.ui-icon {
	background:url('../../images/user/common/learning_select_arr.png') center center no-repeat;
}
.learning-popup .pop-close { 
	height:70px;
	width:74px;
	background-image:url('../../images/user/common/pop_close_wht.png'); 
}
/* 학습창 NAV */
.learning-nav { 
	position:fixed;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	padding:0 30px 0;
	background:#444; 
	border-top:4px solid #3bc1ff; 
}
.learning-nav a.learning-nav-open { display:none; }
/* learning-nav : dep1 */
.learning-nav a { display:block;color:#fff; }
.learning-nav > ul > li { 
	float:left;
	position:relative;
	z-index:9990;
}
.learning-nav > ul > li > a { 
	display:block;
	padding:22px 30px 16px;
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-align:center; 
}
.learning-nav > ul > li > .home { 
	width:24px;
	height:25px;
	text-indent:-999px;
	overflow:hidden;
	background:url('../../images/user/common/ico_home2.png') 0 22px no-repeat;
	padding:30px 10px 5px 0;
	color:#3bc1ff;
}
.learning-nav > ul > li.current > .home,
.learning-nav > ul > li > .home:hover {
	background:url('../../images/user/common/ico_home2_on.png') 0 22px no-repeat;
}

.learning-nav .full { 
    height:20px;
    overflow:hidden;
    background:url('../../images/user/common/ico_size.png') 0 10px no-repeat;
    padding:10px 0 10px 30px;
    line-height:20px;
    color:#fff;
    position:absolute;
    right:30px;
    top:10px;
}
.learning-nav .full:hover {
    background:url('../../images/user/common/ico_size.png') 0 -30px no-repeat;color:#71d3ff;
}
.learning-nav .standard { 
    height:20px;
    overflow:hidden;
    background:url('../../images/user/common/ico_size.png') 0 -70px no-repeat;
    padding:10px 0 10px 30px;
    line-height:20px;
    color:#fff;
    position:absolute;
    right:30px;
    top:10px;
}
.learning-nav .standard:hover {
    background:url('../../images/user/common/ico_size.png') 0 -110px no-repeat;color:#71d3ff;
}
.learning-nav li + li + li { background:url('../../images/user/common/learning_nav_bar.gif') 0 28px no-repeat;}

.learning-nav > ul > li > a:hover ,
.learning-nav > ul > li.current > a,
.learning-nav > ul > li > a.on,
.learning-nav > ul > li > a.on:hover,
.learning-nav > ul > li > a.on:focus { background:url('../../images/user/common/learning_nav_on.png') center 0 no-repeat;color:#3bc1ff; }

/* learning-nav : dep2 */
.learning-nav .snb { display:none;height:0;position:absolute;z-index:9999;overflow:hidden;padding-top:5px;padding-bottom:5px;bottom:63px;left:0;background:#535356;opacity:0; }
.learning-nav .snb li > a { padding:0 95px 0 38px; }
.learning-nav .snb li { position:relative;white-space:nowrap;line-height:33px; }
.learning-nav .snb li a { color:#c6c6c7; }
.learning-nav .snb li a:hover,
.learning-nav .snb li a:focus { background-color:#404042 ;color:#fff;}

.learning-nav .mCustomScrollbar { display:none;max-height:330px;padding-bottom:20px;background:url("../../images/user/common/more.png") center bottom no-repeat #535356; }
.learning-nav .mCustomScrollbar.end { padding-bottom:5px;background-image:none; }

/* learning-nav : dep3 */
.learning-nav .snb li ul { display:none; }
.learning-nav .snb li.active ul { display:block; } 
.learning-nav .snb li ul a { padding-left:73px; }

/* learning-nav : dep2, dep3 background */
.learning-nav li li a { background-image:url("../../images/user/common/study_nav_dep2.png");background-repeat:no-repeat; }
.learning-nav .snb div > ul > li > a:only-child { background:none; }
.learning-nav .snb li > a { background-position: 14px 0; }
.learning-nav .snb li > a:hover,
.learning-nav .snb li > a:focus { background-position: 14px -40px;color:#71d2ff; }
.learning-nav .snb li.active > a { background-position: 14px -80px; }
.learning-nav .snb li.active > a:hover,
.learning-nav .snb li.active > a:focus { background-position: 14px -120px; }
.learning-nav .snb li li a {  background-position: 50px -160px; }
.learning-nav .snb li li a:hover, 
.learning-nav .snb li li a:focus {  background-position: 50px -200px; }

/* learning-nav : 진도율 */
.learning-nav .snb li a span { position:absolute;width:45px;height:18px;top:8px;right:15px; }
.learning-nav .snb li a span.progress { color:#fff;line-height:18px;border-radius:9px;text-align:center;font-size:11px;background:#b7a99a; }
.learning-nav .snb li a span.studying { background:#85c93c; }
.learning-nav .snb li a span.complete { background:#db821f; }
.learning-nav .snb li a span.check { background:url("../../images/user/common/ico_check.png") center center no-repeat; }


.learning-body { 
	/*position:absolute;
	top:91px;
	left:0;*/
	width:100%;
	background:#ebebeb; 
	text-align:center;
}
.learning-body iframe { 
	width:100%;
	height:500px; 
    background:#fff; 
}
.learning-body .learn-close {  
	z-index:999999;
	position:absolute;
	top:15px;
	right:27px;
	width:48px;
	height:48px;
	border:1px solid #aaa;
	border-radius:24px;
	background:url('../../images/user/common/pop_close.png') center center no-repeat #fff;
	background:/*＼**/url('../../images/user/common/pop_close_IE8.png') center center no-repeat; /*IE8*/	
	background-size:30px;
	opacity:.5;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity; 
}
.learning-body .learn-close:hover { opacity:1; }

/* introduce */
.greeting {
    background: url('../../images/user/contents/greetings.png') right -130px no-repeat #f4f6fc;
    box-sizing:border-box;
    padding:105px 60px 20px;
    min-height:300px;
}
.greeting cite {
    position:relative;
    margin-bottom:20px;
    display:block;
    font-size:22px;
    line-height:1.636em;
    font-weight:400;
}
.greeting cite:before {
    content:"";
    position:absolute;
    width:70px;
    height:3px;
    background:#003a79;
    top:-40px;
    left:0;
}
.greeting-txt p{
    margin-top:40px;
}
.greeting-txt span {
    font-weight:400;
    font-size:18px;
    color:#333;
}
.greeting-txt strong {
    margin-left:5px;
    font-size:24px;
    color:#000;
}
.tel-box {
    position:relative;
    border:1px solid #e5e5e5;
    font-size:18px;
    padding:37px 20px 37px 125px;
}
.tel-box cite {
    position:absolute;
    left:40px;
    display:block;
    width:83px;
}
.tel-box cite:after {
    content:"";
    position:absolute;
    width:1px;
    height:18px;
    background:#e5e5e5;
    top:5px;
    right:0;
}
.tel-box span {
    display:inline-block;
    margin-left:15px;

}
.tel-box strong {
    color:#003a79;
}
.intro-box {
    border:1px solid #ddd;
    margin-bottom:80px;
	
}
.intro-txt {
    font-size:15px;
    line-height:1.765em;
    padding:20px 20px 20px 145px;
    position:relative;
}
.intro-txt:before {
	content:"";
	width:120px;
	position:absolute;
	background:url('../../images/user/layout/logo.svg') center 42% no-repeat;
	background-size:75%;
	left:0;
	top:20px;
	bottom:20px;
	border-right:1px solid #ddd;
}

.vdo-wrap {
	margin:40px 120px 0;
}
.vdo-inner {
	position:relative;
	width:100%;
	padding-top:56.25%;	
}
.vdo-wrap video {
	position: absolute;
  	width: 100%;
  	height: 100%;
  	top:0;
  	left:0;
}
.brochure {
	margin:40px auto 40px auto;	
	max-width:400px;
	height:192px;
	position:relative;
	box-sizing:border-box;
	padding-left:180px;
	padding-top:20px;
}
.brochure img {
	display:block;
	border:1px solid #ccc;
	position:absolute;
	top:0;
	left:0;
}
.brochure ul {
	margin-top:20px;
}
.brochure ul li + li {
	margin-top:15px;	
}
.brochure ul li span {
	display:inline-block;
	color:#777;
	margin-right:20px;	
	line-height:24px;
	vertical-align:top;
}
.brochure ul li a {
	display:inline-block;
	height:24px;
	line-height:22px;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:0 10px 0 32px;
	background:url('../../images/user/common/ico_download.gif') 10px center no-repeat;
	color:#003a79;
	font-size:12px;
}

.intro {
    margin-top:45px;
}
.intro > li {
    position:relative;
    padding-left:220px;
    margin-bottom:35px;
}
.intro-tit {
    position:absolute;
    top:0;
    left:0;
    padding-top:19px;
    font-size:24px;
    color:#003a79;
    font-family:'NanumSquare';
    font-weight:700;
    border-top:2px solid #003a79;
    width:200px;
    line-height:1.583em;
}
.intro-tit:after {
	content:"";
	display:block;
	width:62px;
	height:70px;
	margin:30px auto 0;
	background-image:url('../../images/user/contents/ico_intro.png');
	background-repeat:no-repeat;
} 
.intro li:first-child .intro-tit:after { background-position:0 0; }
.intro li:first-child + li .intro-tit:after { background-position:0 -70px; }
.intro li:first-child + li + li .intro-tit:after { background-position:0 -140px; }
.intro li:first-child + li + li + li .intro-tit:after { background-position:0 -210px; }
.intro li:first-child + li + li + li + li .intro-tit:after { background-position:0 -280px; }
.intro-cont {
    display:block;
    padding-top:25px;
    padding-left:20px;
    padding-bottom:10px;
    background:#f8f9fb;
}
.intro-cont-tit {
    position:relative;
    display:block;
    padding-top:25px;
    font-family:'NanumSquare';
    font-weight:700;
    font-size:18px;
    color:#0090fe;
    margin-top:-25px;
    margin-bottom:25px;
}
.intro-cont-tit:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:200px;
    height:2px;
    background:#003a79;
}
div + .intro-cont-tit {
    margin-top:25px;
}
.intro-cont > div {
    position:relative;
    padding-left:130px;
}
.intro-cont > div cite {
    position:absolute;
    display:block;
    left:0;
    font-size:17px;
    font-weight:400;
}
.intro-cont .bullet-list {
    margin-bottom:15px;
}
.location-tit {
    font-size:17px;
    color:#000;
    font-weight:400;
}
.location-info li {
    position:relative;
    margin-top:15px;
    padding-left:105px;
}
.location-info li cite {
    position:absolute;
    left:0;
    top:0;
    font-weight:400;
    color:#000;
    width:105px;
}
.location .map {
    display:block;
    margin:35px 0;
}
.subway,
.car {
   margin-top:75px;
}
.subway-info li{
    position:relative;
    padding-left:190px;
}
.subway-info li .bullet-list {
    margin-bottom:18px;
}
.subway-info cite {
    position:absolute;
    left:0;
    top:0;
    font-size:17px;
    font-weight:400;
    color:#333;
}
.history > li {
    position:relative;
    padding-top:205px;
    padding-left:142px;
    padding-bottom:30px;
}
.history > li:before {
    content:"";
    position:absolute;
    left:90px;
    top:0;
    bottom:0;
    width:1px;
    height:100%;
    background:#93d2ff;
}
.history-tit {
    position:absolute;
    top:0;
    left:0;
    width:180px;
    height:180px;
    border-radius:50%;
    border:7px solid #c1e5ff;
    background:#f7fcff;
    color:#003a79;
    text-align:center;
}
.history-tit strong {
    position:relative;
    display:block;
    font-size:24px;
    margin-top:50px;
    padding-bottom:15px;
    margin-bottom:15px;
}
.history-tit strong:after {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    margin-left:-25px;
    width:50px;
    height:2px;
    background:#064485;
}
.history-tit span {
    font-family:'NanumSquare';
    font-weight:400;
    font-size:20px;
}
.history ul li{
    position:relative;
    padding-bottom:20px;
    font-size:15px;
}
.history ul li strong {
    position:absolute;
    font-size:18px;
    left:0;
    top:0;
    color:#003a79;
}
.history ul li span {
    display:block;
    margin-top:0;
    padding-left:130px;
}

/* knowInfoCenter */
.horizontal-step,
.consulting-step {
    text-indent:-22px;
    margin:40px 0 30px 0;
    text-align:center;
}
.horizontal-step {
    text-indent:-30px;
    margin:30px 0 30px 0;
}
.horizontal-step li,
.consulting-step li {
    position:relative;
    display:inline-block;
    margin-bottom:20px;
    margin-left:22px;
    width:124px;
    border:2px solid #95aec9;
    font-family:'NanumSquare';
    font-weight:700;
    vertical-align:top;
    text-align:center;
    text-indent:0;
}
.horizontal-step li {
    width:140px;
    height:70px;
    margin-left:30px;
}
.bullet-list .horizontal-step {
    margin-left:80px;
}
.bullet-list .horizontal-step li  {
    width:150px;
}
.horizontal-step li:after,
.consulting-step li:after {
    content: "";
    position: absolute;
    width:11px;
    height:16px;
    top:50%;
    left:-18px;
    margin-top:-8px;
    background: url('../../images/user/common/arr_step.png') no-repeat;
}
.horizontal-step li:after {
    width:30px;
    left:-30px;
    background: url('../../images/user/common/arr2_r.png') no-repeat;
}
.horizontal-step li:first-child:after,
.consulting-step li:first-child:after {
    display:none;
}
.horizontal-step li cite,
.consulting-step li cite {
    display:block;
    background:#eff4ff;
    color:#0c69d0;
    font-size:16px;
    padding:12px;
}
.horizontal-step li p,
.consulting-step li p {
    font-size:15px;
    line-height:1.6em;
    font-weight:700;
}
/*.consulting-step li p {
    -webkit-transform:translateY(0);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}*/
.horizontal-step li p {
    position:absolute;
    font-size:16px;
    color:#003a79;
    top:50%;
    top:10px\9;
    width:100%;
    -webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%); 
}
.horizontal-step li p span {
    display:block;
    color:#99aabd;
    font-size:16px;
}
.consulting-company {
    overflow:hidden;
    border-top:1px solid #ccc;
    border-bottom:1px solid #f0f0f0;
}
.consulting-company li {
    float:left;
    width:20%;
    display:block;
    box-sizing:border-box;
    vertical-align:middle;
    font-size:14px;
    color:#777;
    letter-spacing:-0.025em;
    text-align:center;
    border-bottom:1px solid #f0f0f0;
}
.consulting-company li a {
    display:block;
    padding-top:30px;
    min-height:136px;
}
.consulting-company li:last-child {
    border:none;
}
.consulting-company li img {
    display:block;
    max-width:100%;
}
.bullet-list {
    margin-bottom:60px;
}
.bullet-list > li{
    position:relative;
    padding-left:15px;
}
.bullet-list > li + li {
    margin-top:15px;
}
.bullet-list > li:before {
    content:"";
    position:absolute;
    left:0;
    top:10px;
    display:block;
    width:5px;
    height:5px;
    background:#c6c6c6;
}
.bullet-list ol {
    margin-top:30px;
}
.bullet-list ol > li {
    margin-left:12px;
    padding-left:8px;
    list-style-type:decimal;
    color:#0c69d0;
    font-size:17px;
    font-weight:400;
}
.bullet-list .darkgray { font-weight:600; }
.bullet-list ol.darkgray-list > li {
    font-size:16px;
    color:#333;
}
.bullet-list ol li a.blue {
    font-size:15px;
}
.bullet-list ol > li:only-child {
    margin-left:0;
    padding-left:0;
    list-style:none;
}
.bullet-list ol > li + li {
    margin-top:20px;
}
.bullet-list ol > li span,
.bullet-list ol > li > ul {
    font-size:15px;
    color:#555;
    font-weight:300;
}
.bullet-list ol > li > ul:not(.dash-list) {
    padding-left:15px;
}
.bullet-list > li > ul:not(.dash-list) > li {
    margin-top:20px;
}
.bullet-list > li > ul:not(.dash-list) > li .dash-list {
    margin-left:15px;
}
.bullet-list ol > li span.darkgray {
    font-weight:400;
}
.bullet-list + .info-type,
.bullet-list + .list-type {
    margin-top:-30px;
}
.bullet-list img {
    display:block;
    margin-top:40px;
    margin-bottom:10px;
    width:100%;
}
.sub-tit + img,
.bullet-list + img,
.bullet-list + figure,
.sub-tit + figure {
    display:block;
    max-width:100%;
    margin-top:20px;
    margin-bottom:60px;
}
.bullet-list + figure img,
.sub-tit + figure img {
    width:100%;
}
.sub-tit + figure figcation,
.bullet-list + figure figcaption
 {
    margin-top:10px;
    color:#555;
}
.sub-tit + figure figcation span,
.bullet-list + figure figcaption span {
    margin-right:10px;
    color:#c5c5c5;
}
.sub-tit + img {
    margin-top:0;
}
.dash-list > li {
    position:relative;
    padding-left:10px;
}
.dash-list > li:before {
    content:"-";
    position:absolute;
    top:0;
    left:0;
}
.dash-list > li + li { margin-top:8px; }
.dash-list ul li{
    position:relative;
    padding-left:10px;
    margin-left:-10px;
}
.dash-list ul li:before {
    content:"·";
    position:absolute;
    top:0;
    left:0;
}
.bullet-list .dash-list ul {
    margin-left:15px;
}
.box-list {
    margin-left:-2.3%;
    overflow:hidden;
}
.box-list > li {
    position:relative;
    float:left;
    width:31%;
    margin-left:2.3%;
    padding:80px 2.5% 10px;
    box-sizing:border-box;
}
.blue-box {
    border:1px solid #99b0c9;
}
.blue-box cite {
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:60px;
    line-height:60px;
    overflow:hidden;
    box-sizing:content-box;
    background:#2d90f4;
    color:#fff;
    text-align:center;
    font-size:20px;
    font-family:'NanumSquare';
    font-weight:700;
}
.blue-box strong {
    display:block;
    text-align:center;
    height:40px;
    line-height:40px;
    background:#5bbbff;
    color:#fff;
    font-size:15px;
    letter-spacing:-0.1em;
    border-radius:2em;
    font-weight:400;
} 
.blue-box strong + .circle-list {
    margin:10px;
}
.circle-list {
}
.circle-list > li{
    position:relative;
    padding-left:14px;
    text-align:left;
    list-style:none;
}
.circle-list > li:before {
    content:"";
    position:absolute;
    left:0;
    top:10px;
    display:block;
    width:4px;
    height:4px;
    background:#b7c8d9;
    border-radius:50%;
    line-height:1.467em;
}
/*.decimal-list li{
    color:#555 !important;
    font-size:15px;
    list-style-type:decimal;
}*/
.decimal-list,
.bullet-list .decimal-list {
    margin-top:20px;
    padding-left:20px;
}
.decimal-list > li,
.bullet-list .decimal-list > li {
    margin-left:12px;
    padding-left:8px;
    list-style-type:decimal;
    font-size:15px;
    font-weight:400;
    color:#555;
}
.decimal-list > li + li,
.bullet-list > li > .decimal-list > li + li {
    margin-top:5px;
}

.system ul{
    min-height:120px;
}
.system-step {
    min-height:285px;
    border-top:1px dashed #c0cbce;
}
.system-step > div {
    height:55px;
    line-height:55px;
    overflow:hidden;
}
.system-step > div span{
    float:left;
    display:block;
    width:calc(50% - 6px);
    width:100px\9;
    margin-right:6px;
    text-align:center;
    color:#333;
    font-size:17px;
    font-weight:400;
}
.system-step > div span {
    margin-right:0;
    margin-left:6px;
    background: url('../../images/user/common/arr2_b_lg.png') center right no-repeat;
}
.system-step > div span + span {
    background: url('../../images/user/common/arr2_t_lg.png') center left no-repeat;
}
.blue-box strong.bg-green {
    background:#0ab3ba;
}
.blue-box strong.bg-lightgreen {
    background:#00d75c;
}
.patent {
    margin-top:20px;
}
.patent li{
    position:relative;
    border:1px solid #ccc;
    box-sizing:border-box;
    overflow:hidden;
    padding-left:118px;
    padding-right:155px;
    min-height:90px;
}
.patent li + li {
    margin-top:10px;
}
.patent li:before {
    content: "";
    position: absolute;
    top:20px;
    left: 30px;
    width:56px;
    height:47px;
    background: url('../../images/user/common/ico_patent.png') center no-repeat;
}
.patent li.question-con:before {
    top: 15px;
    height: 59px;
    background-image: url('../../images/user/common/ico_question.png');
}
.patent li p {
    box-sizing:border-box;
    margin:18px 0;
    padding-left:30px;
    border-left:1px solid #ededed;
}
.patent li .btn {
    position:absolute;
    top:28px;
    right:29px;
    width:115px;
    height:34px;
    line-height:32px;
    font-size:13px;
    box-sizing:border-box;
    text-align:center;
    padding:0;
}
.patent li .btn-down {
     background:#fbfbfb;
}
.patent li .btn-down:before {
    content: "";
    display: inline-block;
    margin-right:10px;
    width: 16px;
    height: 14px;
    background: url('../../images/user/common/ico_down_blue.png') center no-repeat;
    vertical-align:middle;
}

/* legal */
.legalsite {
    margin-bottom:80px;
}

.legal-txt {
	border:1px solid #ddd;
    margin-bottom:30px;
    color:#333;
    padding:20px 20px 20px 148px;
    position:relative;
}
.legal-txt:before {
	content:'';
	width:118px;
	border-right:1px solid #ddd;
	position:absolute;
	top:20px;
	bottom:20px;
	background:url('../../images/user/common/ico_legal.png') center center no-repeat;
	left:0;
}
.legalsite ul {
    overflow:hidden;
}
.legalsite ul li {
    float:left;
    width:33.33%;
}
.legalsite li a {
    position:relative;
    display:block;
    text-align:center;
    padding-top:5px;
    min-height:120px;
    font-size:16px;
}
.legalsite li + li a:before {
    content:"";
    position:absolute;
    display:block;
    width:1px;
    height:120px;
    background:#e6e6e6;
    top:0;
    left:0;
}
.legalsite li img,
.legalsite li span {
    display:block;
    max-width:100%;
    margin:0 auto;
    text-align:center;
}
.legalsite li img {
    margin-bottom:20px;
}
.legalsite li span {
    font-size:14px;
    color:#777;
}
.legalsite li span:after {
    content: "";
    margin-left:6px;
    display:inline-block;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    width: 45px;
    height: 9px;
    transform: skewX(45deg);
}
.legalinfo-list {
    border-top:2px solid #003a79;
}
.legalinfo-list > li,
.legalinfo-list > li ul .legal-cont  {
    border-bottom:1px solid #ccc;
}
.legalinfo-list > li ul .legal-cont:last-child {
    border-bottom:none;
}
.legal-cont {
    position:relative;
    padding-right:280px;
    padding:15px 280px 15px 30px;
}
.legal-cont .btn-cont {
    position:absolute;
    right:0;
    top:0;
    width:280px;
    text-align:right;
    margin-top:10px;
}
.legal-cont .btn-cont a,
.btn-move{
    position:relative;
    display:inline-block;
    font-size:13px;
    height:35px;
    line-height:33px;
    vertical-align:middle;
    padding:0 19px;
    border:1px solid #003a79;
    color:#003a79;
    text-decoration:none;
}
.legal-cont .btn-down {
    background:#fbfbfb;
}
.legal-cont .btn-down:before,
.legal-cont .btn-move:before,
.btn-move:before {
    content: "";
    display: inline-block;
    margin-right:10px;
    width: 16px;
    height: 14px;
    background: url('../../images/user/common/ico_down_blue.png') center no-repeat;
    vertical-align:middle;
}
.legal-cont .btn-move,
.btn-move {
    background:#eff8ff;
}
.legal-cont .btn-move:hover,
.btn-move:hover {
    background:#dbeaf5;
    text-decoration:none;
}
.legal-cont .btn-move:before,
.btn-move:before {
    background-image: url('../../images/user/common/ico_move_blue.png');
}
.legalinfo-list > li:not(.legal-cont) {
    position:relative;
    padding-left:100px;
}
.legalinfo-list > li:not(.legal-cont):before {
    content:"";
    position:absolute;
    background:#f9f9f9;
    top:0;
    left:0;
    bottom:0;
    width:100px;
}
.legalinfo-list > li:not(.legal-cont) strong {
    position:absolute;
    left:0;
    top:50%;
    width:100px;
    font-weight:300;
    color:#333;
    text-align:center;
    -webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.info-list {
    margin-left:7px;
    display:inline-block;
    background:#f9f9f9;
    padding:7px 20px;
    font-size:14px;
    vertical-align:middle;
    color:#777;
}
.info-list span + span {
    margin-left:20px;
}
.info-list strong {
    margin-left:3px;
    color:#333;
}
.policy-txt {
    padding:19px;
    height:100px;
    border:1px solid #b3b3b3;
    overflow:auto;
    box-sizing:border-box;
    font-size:14px;
}
.policy-txt + * {
    margin-top:20px;
}
.offer-cont {
    position:relative; 
    padding:5px 0;
}
.offer-cont .btn {
    position:absolute;
}
.offer-cont p {
    font-size:14px;
    padding-left:135px;
    line-height:1.571em;
}
.sns {
    text-align:right;
    vertical-align:top;
}
.view-type .sns {
    margin-bottom:10px;
    margin-right:-30px;
}
.sns a {
    display:inline-block;
    width:37px;
    height:37px;
    text-indent:-9999px;
    overflow:hidden;
    background: url('../../images/user/common/ico_fb.svg') no-repeat;
    background: url('../../images/user/common/ico_sns.png') no-repeat\9;
    background-size:37px;
    font-size:0;
    text-align:left;
    text-indent:-9999px;
}
.sns > a ~ a {
    margin-left:3px;
}
.sns .twitter {
    background-image: url('../../images/user/common/ico_tt.svg');
    background: url('../../images/user/common/ico_sns.png') center -37px no-repeat\9;
}
.sns .print {
    background-image: url('../../images/user/common/ico_print.svg');
    background: url('../../images/user/common/ico_sns.png') center -74px no-repeat\9;
}
.sns .kakao {
    background-image: url('../../images/user/common/ico_kakao.svg');
    background: url('../../images/user/common/ico_sns.png') center -111px no-repeat\9;
}
/* footer */
.site-footer { 
	clear:both;
	width:100%;
	padding-bottom:30px;
	color:#fff;
	background:#696971;
}
.site-footer .footer-primary {
	background:#696971;
	border-bottom:1px solid rgba(255,255,255,.5);
	height:70px;
}
.site-footer .wrap{
	max-width:1100px;
	min-width:320px;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
}
.site-mn .site-footer .wrap {
	max-width:1100px;
}
.footer-primary .wrap {
	height:70px;
}
.footer-primary .logo {
	background:url('../../images/user/layout/logo_white.svg') 0 0 no-repeat;	
    background:url('../../images/user/layout/logo_white.svg') 0 0 no-repeat\9;
	background-size:109px 34px;
	width:109px;
	height:34px;
	display:block;
	float:left;
	text-indent:-999px;
	margin-top:13px;
	margin-right:18px;
}
.footer-primary p {
	color:#fff;
	font-weight:400;
	font-size:1.231em;
	line-height:1.250em;
	padding-top:25px;
	display:inline-block;
	margin-right:20px;
}
.footer-primary p strong {
	color:#fff;
	margin-right:8px;
	font-weight:400;
}
.footer-primary p span {
	color:#fff;
}

.site-footer .go-site {
	position:absolute;
	box-sizing:border-box;
	right:41px;
	top:15px;
	width:200px;
	height:40px;
	border:1px solid rgba(255,255,255,.5);
	color:#fff;
}
.site-footer .go-site dt {	
	padding-left:9px;
	line-height:39px;
}

.site-footer .go-site dt:before {
	content:"";
	position:absolute;
	width:40px;
	height:39px;
	background:url('../../images/user/layout/select_arr.png') center center no-repeat;
	top:0;
	right:0;
}
.site-footer .go-site dt:after {
	content:"GO";
	position:absolute;
	width:40px;
	height:38px;
	top:-1px;
	right:-41px;
	border:1px solid rgba(255,255,255,.5);
	border-left:0;
	text-align:center;
	font-size:12px;
}
.site-footer .go-site dd {
	position:absolute;
	width:100%;
	background:#5f5f67;
	border:1px solid rgba(255,255,255,.5);
	top:100%;
	left:-1px;
	padding:8px 0;
	z-index:1;
	opacity:0;
	display:none;
}
.site-footer .go-site:hover dd {
	opacity:1;
	display:block;
}
.site-footer .go-site dd a {
	display:block;
	color:#fff;
	padding-left:10px;
	line-height:1.8em;
}
.site-footer .go-site dd a:hover,
.site-footer .go-site dd a:focus {
	background:#6e7985;
}
.site-footer ul {
	padding-top:35px;
	overflow:hidden; 
}
.site-footer li { 
	float:left;
	line-height:1em; 
}
.site-footer li + li { 
	padding-left:15px;
	margin-left:15px;
	border-left:1px solid #b3b3b3;
}
.site-footer li a { 
	color:#fff;
	font-size:1.154em;
	font-weight:400; 
}
.site-footer li b {
	font-weight:400;
	color:#00d75c;
}
.site-footer address {
	margin-top:42px;
	font-size:1.077em;
	line-height:1.929em;
	white-space:pre;
	opacity:.6;
}
.site-footer .copyright {
	font-size:1.154em;
	margin-top:30px;
	opacity:.6;
}

/* error */
.error-header { 
	padding-top:40px;padding-bottom:350px;
	background:url("../../images/user/common/error.png") center bottom no-repeat #c0e2dc; 
}
.error-header.working {	
	background:url("../../images/user/common/working.png") center bottom no-repeat #148fed; 
}
.error-header h1 {
	margin:0 auto;
	letter-spacing:-0.05em;
	max-width:1100px;
}
.error-header h1 a {	
	background:url('../../images/user/layout/logo.svg') 0 center no-repeat;
	color:#163370;
	display:block;
	box-sizing:border-box;
	height:34px;
	line-height:1em;
	padding-top:10px;
	padding-left:120px;
	font-size:23px;
	font-weight:400;
	margin-left:20px;
}
.error { 
	text-align:center;
	margin-top:50px;
}
.error strong { font-size:26px;color:#163370; } 
.error p { 
	font-size:16px;
	margin-top:18px;
	line-height:28px; 
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}
.error .btn { 
	height:48px;
	line-height:48px;
	font-size:15px;
	margin-top:35px;
	padding:0 60px;
	background:#163370;
	border:1px solid #444;
	color:#fff;
}

#layerPostCode {
	border-width:1px !important;
	left:50% !important;
	margin-left:-300px;
}

/* stamp */
div[class^=stamp] { 
	position:absolute;
	box-sizing:border-box;	
	z-index:99999;
}
div[class^=stamp] * { 
	font-family:"Nanum Myeongjo";
}
/* 접수 도장 */
.stamp-receipt {
	width:150px;
	height:150px;
	border:4px double #413974;
	color:#413974;
	border-radius:50%;	
	text-align:center;
	padding:20px 18px;
}
.stamp-receipt strong {
	font-weight:700;
	display:block;	
	margin-bottom:8px;
	font-size:17px;
}
.stamp-receipt time {
	display:block;
	border-top:4px double #6e688f;
	border-bottom:4px double #6e688f;
	font-size:13px;
	font-weight:700;
	height:28px;
	line-height:28px;
	margin-bottom:8px;
}
.stamp-receipt time span { margin-left:5px; }
.stamp-receipt > span { 
	display:block;
	font-size:12px;
	line-height:16px;
	font-weight:700; 
}
/* 수정통보서 */
.stamp-modify {
	border:4px double #c13f49;
	width:200px;
	height:80px;
}
.stamp-modify * { color:#c13f49;font-weight:700;}
.stamp-modify p {
	height:37px;
	line-height:36px;
	padding:0 5px;
	overflow:hidden;
}
.stamp-modify p cite { 
	float:left;
	width:80px;
	text-align:center;
	border-right:1px solid #c13f49;
	height:37px;
}
.stamp-modify p cite + span {
	float:left;
	width:	100px;
	text-align:center;
}
.stamp-modify p + p {
	border-top:1px solid #c13f49;
	text-align:center;
	letter-spacing:0.2em
} 
/* 적합통보서 */
.stamp-suitable {
	border:4px double #6e688f;
	width:200px;
	height:80px;
}
.stamp-suitable * { color:#6e688f;font-weight:700;}
.stamp-suitable p {
	height:37px;
	line-height:36px;
	padding:0 5px;
	overflow:hidden;
}
.stamp-suitable p cite { 
	float:left;
	width:80px;
	text-align:center;
	border-right:1px solid #6e688f;
	height:37px;
}
.stamp-suitable p cite + span {
	float:left;
	width:	100px;
	text-align:center;
}
.stamp-suitable p + p {
	border-top:1px solid #6e688f;
	text-align:center;
	letter-spacing:0.2em
} 
/* 원본대조필 */
.stamp-compare {
	border:1px solid #c13f49;
	width:120px;
	height:120px;
	text-align:center;
}
.stamp-compare * { color:#c13f49 }
.stamp-compare strong { 
	display:block;
	font-weight:700;
	letter-spacing:0.1em; 
	height:36px;
	line-height:36px;
	font-size:17px;
}
.stamp-compare time {
	display:block;
	border-top:1px solid #c13f49;
	border-bottom:1px solid #c13f49;
	height:36px;
	line-height:36px;
	font-size:14px;
	font-weight:700;
}
.stamp-compare > span {
	display:block;
	font-size:12px;
	line-height:16px;
	font-weight:700;
	padding-top:6px;
}
/* 변경 전 */
.stamp-change {
	border:4px double #6e688f;
	width:120px;
	height:60px;
}
.stamp-change strong {
	color:#413974;	
	text-align:center;
	display:block;
	font-size:30px;
	line-height:52px;
	letter-spacing:0.1em;
}
/* pop consulting */
.pop-consulting {
    margin:0 auto;
    max-width:1100px;
    padding:60px 50px;
}
.pop-consulting h1 {
    position:relative;
    font-size:32px;
    color:#003a79;
    font-family:"NanumSquare";
    font-weight:700;
    text-align:center;
    padding-bottom:25px;
    margin-bottom:45px;
}
.pop-consulting .tit {
    margin-top:45px;
}
.pop-consulting h1:after {
    content:"";
    position:absolute;
    display:block;
    width:50px;
    height:2px;
    background:#003a79;
    left:50%;
    bottom:0;
    margin-left:-25px;
}
.ico-check {
    position:relative;
    display:inline-block;
    width:16px;
    height:16px;
    text-indent:-9999px;
}
.ico-check:before {
    content:"";
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    width:12px;
    height:5px;
    border-left:2px solid #0071d2;
    border-bottom:2px solid #0071d2;
    transform:rotate(-45deg);
}
.border-list {
    padding:20px 10px;
    border-top:2px solid #003a79;
    border-bottom:1px solid #f0f0f0;
}
 .border-list.bullet-list ul {
     margin-bottom:40px;
     margin-left:20px;
 }
 .border-list.bullet-list li:last-child ul {
     margin-bottom:0;
 }
.border-list.bullet-list ul li {
    margin-top:10px !important;
}

/* attend */
.attend-view {
    padding:60px 60px 80px 60px;
    border:1px solid #e3e3e3;
    position:relative;
}
.attend-view h4 {
    margin-top:-60px !important;
    margin-left:-60px;
    margin-right:-60px;
    background-color:#f2f9fc;
    width:100%;
    padding:85px 60px 30px;
    margin-bottom:50px !important;
    font-size:44px;
    font-weight:500;
    line-height:1.2em;
}
.attend-view h4 span {
    display:block;
    color:#0080c4;
    font-size:28px;
}
.attend-view h4 strong {
    display:block;
    color:#0080c4;
    font-size:28px;
    margin-bottom:20px;
}
.attend-view h4 strong + span {  
	color:#555;
	font-size:18px;
}
.attend-view .info-type table thead th { padding:15px 0;font-size:18px; }

.attend-view .sns { position:absolute;right:60px;bottom:30px;height:37px; }
.map {
    margin-bottom:100px;
}
.map img {
    width:100%;
    border:1px solid #e3e3e3;
}

/* 예외처리 */

/***************
	1100px
**************/
@media screen and (max-width:1100px) {
	.btn2 {
		padding:0 10px;
	}
	.site-tit h3 {
		font-size:3em;
		padding-right:20px;
	}
	.site-lnb { 
		width:160px;
		left:0%;
		margin-left:0px;
	}
	.site-lnb li a {
		font-size:1em;
		line-height:1.6em;
	}
	.site-body .site-lnb ~ .site-contents {
		padding-left:200px;
		padding-right:20px;
	}
    .list-book .book-info {
        width:100%;
        
    }
    .book-info .btn-con .btn2 {
        max-width:none;
    }
}

/***************
	1100px
**************/
@media screen and (max-width:1100px) {
	
	/***********
		HEADER 
	***********/

	/* util */
	.site-header .util ul,
	.site-header .area-logo,
	.site-header nav > ul{	
		padding-left:20px;
		padding-right:20px;
	}

	/* logo */
	.site-header .area-logo {
		height:70px;
		max-width:1100px;
		overflow:hidden;
		margin:0 auto;
	}
	.site-header h1 {
		letter-spacing:-0.05em;
		float:left;
	}
	.site-header h1 a { 
		display:block;
		box-sizing:border-box;
		height:70px;
		line-height:30px;
		padding-top:27px;
		padding-left:122px;
		font-size:18px;
		font-weight:700;
		color:#032d59;
		font-family:'NanumSquare';
		background:url('../../images/user/layout/logo.svg') 0 center no-repeat;
        background:url('../../images/user/layout/logo.svg') 0 center no-repeat\9;
	}	

	/* site-gnb */	
	.site-header nav .toggle-gnb { 
		left:20px;
		margin-left:0;
	}	
	
	.site-header nav .snb-area { 
		position:absolute;
		z-index:9992;
		top:55px;
		left:0;
		width:100%;
	}
	.site-header nav .snb-area strong {
		padding-left:20px;
	}
	.site-header nav .snb-area .snb-close { 
		position:absolute;
		top:37px;
		right:50%;
		margin-right:-500px;
		width:25px;
		height:25px;
		overflow:hidden;
		text-indent:-999px;
	}

	/***********
		MAIN 
	***********/
	.mn-visual .memcomp {
		margin-right:0;
		right:20px;
	}
	.mn-quick {
		padding:20px;
	}
	.mn-quick ul li a {
		font-size:15px;
	}
	.mn-row {
		padding:60px 20px;
	}
	.mn-cooperation,
	.mn-quickservice {
		width:100%;
	}

	/***********
		FOOTER 
	***********/	
	
	.site-footer .wrap{
		padding:0 20px;
	}
	.site-footer .go-site {
		right:60px;
	}	
	.site-footer address {
        white-space:normal;
	}
}

/***************
	1024px 
**************/
@media screen and (max-width:1024px) {
	
	.step.flag li a { font-size:13px; }
}

/***************
	768px : 태블릿 뷰 시작
**************/
@media screen and (max-width:768px) {	
	.top-bnn { display:none; }
	.noscroll { 
		overflow-y:hidden;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		box-sizing:border-box;
	}
	
	.btn-cont.col3 a {
		width:30%;
		padding:0;
		min-width:60px;
	}

	.pc-hide { display:block; }

    .m-none {
        display:none;
    }
    .m-block {
        display:block;
    }
    .btn-top {
        position:fixed;
        right:20px;
        bottom:0;
        width:35px;
        height:35px;
        background:#003a79;
        z-index:100;
    }
    .btn-top:before {
        content:"";
        position:absolute;
        top:9px;
        left:50%;
        margin-left:-6px;
        width:10px;
        height:10px;
        border-top:2px solid #fff;
        border-left:2px solid #fff;
        -webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
    }
    .btn-top:after {
        content:"";
        position:absolute;
        top:9px;
        left:50%;
        margin-left:-1px;
        background:#fff;
        width:2px;
        height:18px;
        text-indent:-9999px;
    }

	/***********
		HEADER 
	***********/	

	/* site-gnb 
	.site-header .site-gnb > li > a {
		font-size:16px;
	}
	.site-header nav .toggle-gnb { 
		left:20px;
		margin-left:0;
	}	
	.site-header nav .snb-area { 
		position:absolute;
		z-index:9992;
		top:55px;
		left:0;
		width:100%;
	}
	.site-header nav .snb-area strong {
		padding-left:20px;
	}
	.site-header nav .snb-area .snb-close { 
		position:absolute;
		top:37px;
		right:50%;
		margin-right:-500px;
		width:25px;
		height:25px;
		overflow:hidden;
		text-indent:-999px;
	} */

    /* header */
	.site-header { position:relative;	}
	.site-header .util { border-bottom:0; }
	.site-header .util ul { display:none;position:relative;top:70px;z-index:1 }
	.site-header .util a.m-login { 
		display:block;
		position:fixed;
		width:34px;
		height:38px;
		background:url("../../images/user/layout/login.svg") 0 0 no-repeat;
        background:url("../../images/user/layout/login.svg") 0 0 no-repeat\9;
		right:20px;
		top:16px;
		overflow:hidden;
		z-index:102;
		text-indent:-999px;
	}
	.site-header h1 { 
		float:none;
		width:280px;
		margin:0 auto;
	}
	.site-header nav { height:0;border:0; }
	.site-header nav .wrap { height:auto; }

	.site-header .area-logo { 
		position:fixed;
		width:100%;
		top:0;
		left:0;
		background:#fff;
		z-index:101; 
		border-bottom:1px solid #e6e6e6;
	}
	.site-header .area-logo .lnk { display:none; }

	/* site-gnb */
	.site-header nav {}
	.m-gnb-open { 
		display:block;
        position:fixed;
		box-sizing:border-box;
        height:25px;
        width:30px;
        left:20px;
        top:24px;
        z-index:102;
		border-top:3px solid #134a84;
		border-bottom:3px solid #134a84;
    }
	.m-gnb-open:before,
	.m-gnb-open:after {
		content:"";
		display:block;
		position:absolute;
		top:8px;
		width:22px;
		height:3px;
		background:#134a84;
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
		-webkit-transition:all .5s;
		-moz-transition:all .5s;
		transition:all .5s;
	}
	.m-gnb-open.open {
        left:50%;
        z-index:9999;
		border-top:0;
		border-bottom:0;
		padding-top:0;
		width:6vw;
        margin-left:3vw;
    }
	.m-gnb-open.open:before {
		top:2vw;
		width:6.5vw;
		height:0.4vw;
		background:#fff;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.m-gnb-open.open:after {
		top:2vw;
		width:6.5vw;
		height:0.4vw;
		background:#fff;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.site-header nav .site-gnb{ 
		position:fixed;
		margin-top:0;
		top:0;
		left:-50%;
		height:100%;
		padding:0;
		background:#fff;
		z-index:9999;
		width:50%;
        overflow-y:auto;
        -webkit-transition: left .5s; 
        transition: left .5s;
	}
    .site-header nav .site-gnb.open { 
		left:0% !important;
		padding-right:0;
		text-align:left; 
		box-shadow:-2px 0 5px rgba(0,0,0,.2);
	}  
	.site-header nav .site-gnb:before {
		display:block;
		content:"";
		height:70px;
		border-bottom:1px solid #134a84;
		background:url("../../images/user/layout/logo.svg") 47% center no-repeat;
        background:url("../../images/user/layout/logo.svg") 47% center no-repeat\9;
	}
	.site-header .site-gnb > li { 
		float:none;
		position:relative;
		text-align:left;
		width:100% !important;
		border-bottom:1px solid #c0cdda;
	}
	.site-header .site-gnb > li > a {
		line-height:3.2em;
		font-size:18px;
		padding-left:20px;	
		position:relative;
	}
	.site-header .site-gnb > li > a:after {
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		border-left:2px solid #8ca1b7;
		border-bottom:2px solid #8ca1b7;
		border-top:2px solid transparent;
		border-right:2px solid transparent;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
		top:15px;
		right:20px;
	}
	.site-header .site-gnb > li.rootCurrent > a,
	.site-header .site-gnb > li > a:hover,
	.site-header .site-gnb > li > a:focus {  }	
	.site-header .site-gnb div.active {
		margin-left:0;		
	}
	.site-header nav .toggle-gnb ,
	.site-header nav .snb-area,
	.site-header nav .snb-area strong {
		display:none;
	}
	
	/* snb */
	.site-header .site-gnb div {
		position:static;
		box-sizing:content-box;
		margin:0;
		text-align:left; 
		border-left:1px solid #ececec;
		padding-left:0px;
		border-left:0;
		background:#42b1ff;
		width:100%;
		left:0;
		margin-left: 0;
		padding:0 !important;
	}
	.site-header .site-gnb h2 {
		display:none;
	}
	.site-header .site-gnb ul { }
	.site-header .site-gnb ul li a { 
		display:block;
		color:#fff;
		font-size:16px;
		line-height:2em;
		padding:8px 0 8px 20px;
        text-align:left;
	}
	.site-header .site-gnb ul li + li {
		margin-top:0;
		border-top:1px solid #7bc9ff;
	}
	.site-header .site-gnb ul li a:hover {
		font-weight:400;
	}
	.site-header .site-gnb ul li.current a {
		font-weight:500;
	}
	
	.site-header .site-gnb div.active,
	.site-header .site-gnb li:first-child div,
	.site-header .site-gnb li:nth-child(2) div,
	.site-header .site-gnb li:nth-child(3) div,
	.site-header .site-gnb li:nth-child(4) div,
	.site-header .site-gnb li:nth-child(5) div,
	.site-header .site-gnb li:nth-child(6) div,
	.site-header .site-gnb li:nth-child(7) div { 
		margin-left:0px;
		width:100%; 
	}

	/***********
		MAIN 
	***********/
	.mn-quick { padding:15px 10px; }
	.mn-quick ul { 
		display:table; 
		width:100%;
	}	
	.mn-quick ul li { 
		width:auto;
		height:58px; 
		display:table-cell;
		float:none;
	}
	.mn-quick ul li a {
		font-size:13px;
		height:58px;
	}
	.mn-quick ul li a img {
		display:inline-block;
		width:42px;
		margin-right:10px;
	}
    .mn-visual { height:230px; }
	.mn-visual .bx-viewport { max-height:230px; }
	.mn-visual .bxslider li { height:230px; }
	.mn-visual .bxslider li img { 
		height:230px;
		-webkit-transform:translateX(-60%);
		-moz-transform:translateX(-60%);
		-ms-transform:translateX(-60%);
		transform:translateX(-60%); 
	}
	.mn-visual .bxslider li p,
    .mn-visual .bxslider li p.txt1,
    .mn-visual .bxslider li p.txt2,
    .mn-visual .bxslider li p.txt3 { top:50px;left:30%;font-size: 15px;line-height: 24px;padding-left:32px; }
    .mn-visual .bxslider li p.txt1 {
        left:20px;
    }
	.mn-visual .bxslider li strong { font-size:22px;line-height:36px;margin-left:-32px; }
	.mn-visual .bx-controls { padding-bottom:10px; }
	
	.mn-visual .memcomp {
		margin-right:0;
		right:20px;
		padding:15px 0;
		width:200px;
		overflow:hidden;
	}
	.mn-visual .memcomp:before {
		content:"";
		position:absolute;
		top:10px;
		left:50%;
		bottom:10px;
		width:1px;
		border-left:1px dashed rgba(255,255,255,.5);
	}
	.mn-visual .memcomp:after {
		content:"";
		position:absolute;
		top:50%;
		left:10px;
		right:10px;
		border-top:1px dashed rgba(255,255,255,.5);
	}
	.mn-visual .memcomp li { float:left;width:100px; }
	.mn-visual .memcomp li a { padding-top:15px; }
	.mn-visual .memcomp li img { width:42.75px; }

	.mn-row { position:relative;
		padding:40px 20px; }
	.mn-row .wrap { position:static; }

	.mn-board { width:49%;overflow:visible; }
	.mn-news { width:49%; }

	.mn-board.tabs .ui-tabs-nav a.ui-tabs-anchor, 
	.mn-board.tabs .ui-tabs-nav .ui-state-hover a.ui-tabs-anchor {
		font-size:15px;
	}
	.mn-board.tabs .ui-tabs-nav li a.mn-more { top:-20px;right:1px; }
	.mn-board.tabs .ui-tabs-panel { padding:20px; }
	.mn-board.tabs .ui-tabs-panel ul li { font-size:13px; }
	.mn-board.tabs .ui-tabs-panel ul.highlight a { font-size:14px; }

	.mn-etc { 
		position:absolute;
		bottom:0px;
		left:0px;
		right:0px;
		width:auto;
		float:none;
		padding:15px 0;
		height:80px;
	}
	.mn-etc:before,
	.mn-etc:after { display:none; }
	.mn-etc li {
		width:25%;
		height:50px;
	}
	.mn-etc li {
		border-left:1px solid rgba(255,255,255,.3);
	}
	.mn-etc li a {
		height:50px;
		padding-top:5px;
		font-size:15px;
	}
	.mn-etc li a img { 
		display:inline-block;
		margin-bottom:0;
		margin-right:10px;
		width:42px;
		vertical-align:middle;
	}

	.mn-cal { 
		width:49%;
		margin-left:0;
		margin-bottom:80px; 
	}
	.mn-cal li { font-size:14px; }
	.mn-bnn { 
		width:49%;
		margin-bottom:80px; 
	}

	.mn-cooperation,
	.mn-quickservice {
		width:100%;
		height:58px;
		padding:0;
	}
	.mn-cooperation img,
	.mn-quickservice img {
		height:38px;
	}

	/* site-footer */
	.site-footer address,
	.site-footer .copyright {
		font-size:13px;
		font-weight:300;
		margin-top:20px;
	}

	/********
		SITE-BODY
	**********/
	.site-body { 
		padding-top:70px;
	}
	.site-lnb { display:none; }
	
	.site-body .site-lnb ~ .site-contents { padding:20px 20px 0; }
	.site-body .site-contents {
        min-width:0;
	}
	.site-tit { 
        position:relative;
		height:auto;
		padding:20px 0;
		background:#fbfbfc;
		margin:0;
        box-sizing:border-box;
        border-bottom:1px solid #e6e6e6;
	}
	.site-tit h2 { 
		color:#fff;
		padding:0; 
		text-align:center;
	}
	.site-tit h3 { 
		color:#003a79;
		padding:0; 
		text-align:center;
		font-size:24px;
		height:1em;
	}
    .site-tit h3:after {
        display:none;
    }	
	.site-tit h3.longTxt {
		font-size:1.4em;
		line-height:1.1em;
		padding-top:0;
		margin-top:-10px;
		margin-bottom:10px;
	}
	.site-tit p {
        display:none;
	}
    .paging-cont {
    }
    .paging-cont .paging-prev,
    .paging-cont .paging-next {
        position: absolute;
        left: 20px;
        top: 50%;
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: red;
        background: url('../../images/user/common/arr-paging.png') no-repeat;
        text-indent:-9999px;
        width:4vw;
        height:3.6vw;
        background-size:4vw;
    }
    .paging-cont .paging-prev.active {
        background-position:0 -4vw;
    }
    .paging-cont .paging-next { 
        left:auto;
        right:20px;
         background-position:0 -8vw;
    }
    .paging-cont .paging-next.active {
        background-position:0 -12vw;
    }
    .site-location {
        display:none;
    }
	.site-location ul { 
		min-width:280px;
	}
	.site-location > ul > li + li {
		padding-left:24px;
		margin-left:10px;
	}
	.site-location > ul > li.home + li {
		margin-left:10px;
	}
	.site-location > ul > li > a {
		font-size:1em;
		line-height:2.4em;
		height:2.4em;
	}

    .step {
        display:none;
    }
    .m-tabs {
        display:block;
        width:100% !important;
    }
    .m-tabs + .ui-selectmenu-button {
        display:block;
        width:100% !important;
        box-sizing:border-box;
        margin-bottom:20px;
    }

	/*.step,
	.step li { height:43px; }
	.step li { 
		padding-left:0px; 
		white-space:nowrap;
		width:35%;
	}
	.step li:first-child {
		width:30%;
	}
	.step li + li { 
		padding-left:20px;
		background-position:0 5px;
		background-size:auto 20px;
	}
	.step li span { font-size:1.4em;margin-right:5px; }
		
	.step2 li {
		padding-left:0;
	}
	.step.row2 li {
		padding-left:0;
		font-size:14px;
	}
	.step.row2 li + li { 
		padding-left:0;
	} */
	
	.message { 
		padding-top:130px;
		height:auto;
		background-size:100%;
		text-align:center;
		padding-bottom:30px;
		margin-bottom:20px;
	}
	.message p { 
		padding-top:0;
		padding-left:0;
		font-size:1.154em;
	}
	.message ~ p .ceo {
		display:block;
	}
	
	.rolling-noti .bx-controls-direction .bx-prev { left:0px; }
	.rolling-noti .bx-controls-direction .bx-next { right:0px; }
	.rolling-noti { padding: 15px 40px; }
	.rolling-noti li a { 
		font-size:1em;
		line-height:1.6em; 
	}
	.rolling-noti li time { 
		font-size:0.9em;
		margin-left:0;
		padding-left:0;
		display:block; 
		background:none;
	}
	
	.list-book li {
		width:33%;
	}

	/********
		TABLE
	**********/
	.sch-cont .ui-selectmenu-button + input {
		width:130px;
	}
	
	.write-type {	
		padding:10px 0px;
	}
	/*.write-type table {
		table-layout: auto;
	}
	.write-type table th {
		padding:0;
		font-size:1em;
		white-space:nowrap;
		display:block;
		width:100%;
		line-height:30px;
	}
	.write-type table td {
		display:block;
		width:100%;
		padding:0 0 10px 0;
	}*/
	
	.write-type,
     .info-type { width:100%; }
	.write-type table,
    .info-type table {
		table-layout:auto;
        box-sizing:border-box;
	}
	.write-type table th,
    .info-type table th {		
		line-height:1.8em;
		vertical-align:middle;
		padding:10px;
		width:100% !important;
		display:block;
		text-align:left !important;
		font-weight:500;
		border-bottom:0;
        box-sizing:border-box;
	}
    .info-type table thead th  {
        background:#eee;
    }
	.write-type table td,
    .info-type table td  {
		line-height:1.8em;
		vertical-align:middle;
		display:block;
		width:100% !important;
		padding:10px;
        box-sizing:border-box;
	}
    .info-type table td + td  {
        border-left:none;
    }
    .write-type table td cite + label, 
    .write-type table td input[type="text"] + label {
        margin-left:0;
    }
    .write-type table td label,
    .write-type table td label  {
          min-width:70px;
    }
    .write-type table td label:not(.checkbox) + input[type="text"]:not(.q0) ,
    .write-type table td label:not(.radion) + input[type="text"]:not(.q0) {
        margin:2px 0 3px;
        width: calc(100% - 100px);
    }
    .write-type table td label:not(.checkbox) + input + span {
        display:block;
        margin-left:0;
    }

	.list-type.m-row table {
		table-layout: auto;
		display: block;
		position: relative;
		overflow:hidden;
        border-bottom:1px solid #ddd;
	}
	.list-type.m-row table:after {
		clear:left;
	}
	.list-type.m-row table thead {
		 display: block;
		 float: left;
	}
	.list-type.m-row table tbody {
		 display: block;
		 width: auto;
		 position: relative;
		 overflow-x: auto;
		 white-space: nowrap; 
	}
	.list-type.m-row table thead tr { display: block; }
	.list-type.m-row table thead th { 
		display: block; 
		text-align: right; 
		padding:10px;
		border-bottom:0;
		border-top:1px solid #ddd;
		min-height:30px;
		line-height:30px;
		vertical-align:middle;
		border-right:1px solid #aaa;
		min-width:60px;
        text-align:center;
	}
	.list-type.m-row table tbody tr {
		display: inline-block;
		vertical-align: top;
		margin-left:-3px;
		min-width:100%;
	}
	.list-type.m-row table tbody td,
	.list-type.m-row table tbody td.al,
	.list-type.m-row table tbody td.ar {
		display: block; 
		padding-left:15px;		 
		padding-right:15px;
		min-height:30px;
		vertical-align:middle;
		line-height:30px;
		text-align:left;
	}
	.list-type.m-row table tbody td br {
		display:none;
	}
	.list-type.m-row table tbody tr + tr td {
		border-left:1px solid #ddd;	
	}
	.list-type.m-row table tbody td .btn2,
	.list-type.m-row table tbody td .btn4,
	.list-type.m-row table tbody td input {
		height:30px;
		line-height:28px;
		vertical-align:middle;
	}
    /*.cart-list {
        position:relative;
        padding-bottom:100px;
    }
    .cart-list thead,
    .cart-list thead th {
        display:none;
    }
    .cart-list table,
    .cart-list tbody,
    .cart-list tfoot,
    .cart-list tbody tr,
    .cart-list tbody th{
        display:block;
        width:100%;
    }
    .cart-list tbody td,
    .cart-list table tbody:last-child tr td {
        display:block;
        border-bottom:none;
        background:none;
    }
    .cart-list table tbody td.al .book-thumb {
        width:50px;
        vertical-align:top;
    }
    .cart-list .book-thumb + cite {
        display:block;
        width:100%;
    }
    .cart-list tfoot{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
    }
    
	.cart-list table tfoot.sum-gray td {
        border-top:none;
	}*/

	/* 원격지원서비스 이용방법 */
	.w1000, .w800 {
		width:96%;
		height:96%;
		left:2%;
		top:2%;		
		margin-left:0;
	}	
	
	/* 네비 */
	.learning-nav {
	}
	.learning-nav ul {
		white-space:nowrap;
	}
	.learning-nav > ul > li > a {
		padding-left:15%;
		padding-right:15%;
	}

    /* introduce */
    .greeting {
        position:relative;
        padding:12vw 5vw 10vw;
        min-height:0;
        background-size:50%;
        background-position:right center;
    }
    .greeting cite {
        margin:0;
        font-size:20px;
    }
    .greeting cite:before {
        top:-20px;
        width:10vw;
        height:2px;
    }
    .greeting p {
        display:none;
    }
    .greeting-txt p {
        margin-top:5vw;
    }
    .intro-tit { 
    	width:180px;
    	font-size:20px; 
    }	
    .intro > li {
    	padding-left:200px;
    }
    .history > li { padding-left:120px; }
    .history ul li span { padding-left:120px; }    
    
	.vdo-wrap {
		margin:40px 20px 0;
	}
}

/***************
	640px : 모바일 뷰 시작
**************/
@media screen and (max-width:640px) {
    .tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size:3.5vw;
    }
    ul.paging li.pv,
    ul.paging li.fw {
        margin-left:0;
        margin-right:0;
    }
    ul.paging li a {
        width:19px;
    }

    .sch-cont > * {
        margin-bottom:5px;
    }
    .spot.next {
        padding-right:40px;
    }
    .spot.next:after {
        display:none;
    }
	/* footer */
	.site-footer .footer-primary { display:none; }
	.site-footer ul { padding-top:8vw; }
	.site-footer li { margin-bottom:3vw; }
	.site-footer li a { font-size:3vw;font-weight:100; }
	.site-footer li + li { padding-left:0;margin-left:0;border-left:0; }
	.site-footer li:after { 
		content:"";
		height:2.8vw;
		width:1px;
		background:#888;
		display:inline-block;
		margin:0 3vw; 
		vertical-align:middle;
	}
	.site-footer li:last-child:after { display:none; }
	.site-footer address { margin-top:2vw; }
	.site-footer address,
	.site-footer .copyright{
		white-space:pre-line;
		font-size:3vw;
		font-weight:100;
		opacity:1;
		letter-spacing:0;
		color:#ccc;
		line-height:1.5em;
	}
	.site-footer address span {
		display:block;
		font-size:3.5vw;
		color:#fff;
		margin-bottom:1vw;
	}

	/* main */
	.site-mn .site-body { padding-bottom:0; }
	.mn-visual { height:auto; }
	.mn-visual .bx-viewport { max-height:100vw; }
	.mn-visual .bxslider li {height:100vw;}	
	.mn-visual .bxslider li img:not(.m-visual) { display:none; }
	.mn-visual .bxslider li img.m-visual { display:block;height:100vw;transform: translateX(-50%); }
	.mn-visual .bxslider li p,
    .mn-visual .bxslider li p.txt1,
    .mn-visual .bxslider li p.txt2,
    .mn-visual .bxslider li p.txt3 { 
		text-align:right; 
		left:5vw;
		right:5vw;
		top:25vw;
		font-size:3.8vw;

	}
    .mn-visual .bxslider li p.txt2 {
                text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    }
	.mn-visual .bxslider li strong {
		font-size:5.8vw;
		margin-bottom:0;
	}
	.mn-visual .bx-controls { bottom:100px; }
	.mn-visual .bx-controls .bx-pager-item { width:10vw; }
	.mn-visual .memcomp { 
		top:inherit;
		bottom:0;
		right:0;
		width:100%;
		height:auto; 
		padding:0 5vw;
	}
	.memcomp:before, .memcomp:after { display:none; }
	.mn-visual .memcomp li { width:25%; }
	.mn-visual .memcomp li a { font-size:3.6vw; }
	.mn-visual .memcomp li a img { width:11vw }
	.mn-quick { 
		position:relative;
		padding-right:14vw;
	}
	.mn-quick:after {
		content:"";
		position:absolute;
		top:50%;
		right:6vw;
		width:4vw;
		height:4vw;
		margin-top:-2vw;
		border-right:1px solid #fff;
		border-top:1px solid #fff;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.mn-quick ul {
		overflow-x:auto;
		display:block;
	}
	.mn-quick ul li a { 
		padding:1vw 2.8vw 0;
		height:auto;
		white-space:nowrap;
		font-size:3vw;
	}
	.mn-quick ul li a img {
		display:block;
		margin:0 auto;
		width:10vw;
	}
	.mn-row { padding:5vw; }
	.mn-board,
	.mn-news,
	.mn-cal,
	.mn-bnn,
	.mn-etc { 
		float:none;
		width:100%;
	}
	.mn-news,
	.mn-cal,
	.mn-bnn { margin-top:5vw;margin-bottom:0; }
	.mn-board.tabs .ui-tabs-nav a.ui-tabs-anchor, 
	.mn-board.tabs .ui-tabs-nav .ui-state-hover a.ui-tabs-anchor {
		font-size:4vw;
	}
	.mn-board.tabs .ui-tabs-panel {
		padding:4.5vw
	}
	.mn-board.tabs .ui-tabs-panel ul li {
		font-size:3.5vw;
	}
	.mn-board.tabs .ui-tabs-panel ul li a {		
		max-width: calc(100% - 24vw);
	}
	.mn-board.tabs .ui-tabs-panel ul.highlight cite {
		width:8vw;
	}
	.mn-board.tabs .ui-tabs-panel ul.highlight a {
		font-size:3.6vw;
		max-width: calc(100% - 33vw);
	}
	.mn-board.tabs .ui-tabs-panel ul li time { 
		color:#aaa;
		text-align:right;
		width:auto; 
	}
	.mn-etc {
		position:static;
		height:auto;
		overflow:hidden;
	}
	.mn-etc li { height:auto; }
	.mn-etc li a {
		font-size:3.5vw;
		height:auto;
	}
	.mn-etc li a img {
		display:block;
		margin:0 auto 1vw;
		width:9vw;
	}
	.mn-bnn { height:auto; }
	.mn-news { height:auto;padding-bottom:30px; }
	.mn-row:nth-of-type(2n) { padding-bottom:15vw }
	.mn-row:nth-of-type(3n) { display:none; }
	
	/* search result */
	.sch-box {
		border:1px solid #ddd;
		padding:15px 20px 15px 20px;
		position:relative;
		margin-bottom:50px;
	}
	.sch-box:before {
		display:none;
	}
	.sch-sort li {
		padding:5px 10px;
	}
	.sch-sort li a {
		font-size:4vw;
	}	
	.list-type td a.sch-result:hover { 
		text-decoration:none;
	}
	.list-type td a.sch-result .sr-tit {
		font-size:4vw;
	}
	.list-type td a.sch-result .keyword {
		font-weight:500;
		background:#d0eaff;
	}
	.list-type td a.sch-result .sr-txt {
		font-size:3.5vw;
	}
	.list-type td a.sch-result .sr-route {
		font-size:3.2vw;
	}
	.list-type td a.sch-result time {
		color:#777;	
	}
	
    /* table */
    .hdnCol1 table colgroup col:nth-child(1),
	.hdnCol2 table colgroup col:nth-child(2),
	.hdnCol3 table colgroup col:nth-child(3),
	.hdnCol4 table colgroup col:nth-child(4),
	.hdnCol5 table colgroup col:nth-child(5),
	.hdnCol6 table colgroup col:nth-child(6),
	.hdnCol7 table colgroup col:nth-child(7),
	.hdnCol8 table colgroup col:nth-child(8),
	.hdnCol9 table colgroup col:nth-child(9),
	.hdnCol10 table colgroup col:nth-child(10),
	.hdnCol1 table tr th:nth-child(1),
	.hdnCol2 table tr th:nth-child(2),
	.hdnCol3 table tr th:nth-child(3),
	.hdnCol4 table tr th:nth-child(4),
	.hdnCol5 table tr th:nth-child(5),
	.hdnCol6 table tr th:nth-child(6),
	.hdnCol7 table tr th:nth-child(7),
	.hdnCol8 table tr th:nth-child(8),
	.hdnCol9 table tr th:nth-child(9),
	.hdnCol10 table tr th:nth-child(10),
	.hdnCol1 table tr td:nth-child(1),
	.hdnCol2 table tr td:nth-child(2),
	.hdnCol3 table tr td:nth-child(3),
	.hdnCol4 table tr td:nth-child(4),
	.hdnCol5 table tr td:nth-child(5),
	.hdnCol6 table tr td:nth-child(6),
	.hdnCol7 table tr td:nth-child(7),
	.hdnCol8 table tr td:nth-child(8),
	.hdnCol9 table tr td:nth-child(9),
	.hdnCol10 table tr td:nth-child(10){ display:none }


    .list-type.detail tbody td {
        padding-left:0;
        padding-right:0;
    }
    .list-type.photo tbody td { 
	    padding-left:0;
	    min-height:0;
    }
    .list-type.photo .pic-cont { 
	    position:static;
	    width:100%; 
        left:auto;
    }
    .list-type.photo .pic-cont a { 
	    width:100%;
	    height:auto;
        margin-bottom:20px;
	    overflow:hidden; 
    }
    .list-type.photo .pic-cont img { 
	    display:block;
	    margin:0;
	    width:100%;
    }
    .list-type.detail tbody td .list-tit {
        font-size:18px;
    }

    /* step */
    /*.step {
        height:auto;
    }
    .step li  {
        font-size:14px;
        height:50px !important;
    }
    .step.m-col2 li,
    .step.row2.col3 li {
        width:50% !important;
    }
    .step.m-col3 li { 
        width:33.33% !important;
    }
    .step.m-col2 li + li,
    .step.m-col3 li + li {
        padding-left:0;
    }
    .step.m-col2 li:nth-child(3n),
    .step.row2 li:nth-child(3n),
    .step.row2.col3 li:nth-child(5n),
    .step.m-col3 li:nth-child(4n) {
        margin-left:0;
        border-left:1px solid #ccc;
    }
    .step.m-col2 li:nth-child(3n).current,
    .step.m-col3 li:nth-child(4n).current {
	    border:1px solid #003a79;
	    color:#003a79;
	    background:#fff;
	    z-index:1;
	    position:relative;
    }
    .step.m-col2 li:nth-child(2) ~ li,
    .step.row2 li:nth-child(2) ~ li,
    .step.m-col3 li:nth-child(3) ~ li {
        border-top:none;
    }
    .step.m-col2 li:nth-child(2) ~ li.current,
    .step.row2 li:nth-child(2) ~ li.current,
    .step.m-col3 li:nth-child(3) ~ li.current{
        border-top:1px solid #003a79;
    }
    .step.row2 li:nth-child(5).current {
	    border:1px solid #003a79;
	    color:#003a79;
	    background:#fff;
	    z-index:1;
	    position:relative;
    }
    .step.row2.m-col2 li:nth-child(4) ~ li.current {
        height:auto;
    }
    .step.row2.m-col2 li:nth-child(4) ~ li.current {
        margin-top:0;
        padding-top:0;
    }

    .step.row2.col3 li:nth-child(4)  {
       margin-left:-1px;
    }

    .step li span {
	    font-size:26px;
	    vertical-align:baseline;
	    font-weight:400;
    }
    .step.row2 {
        height:auto;
    }
    .step.row2 li{
        width:auto;
    }
    .step.row2 li:nth-child(6) {
        margin-left:-1px;
    }
    .step.row2 li:nth-child(7) {    
        margin-left:0;
        border-left: 1px solid #ccc;
    }*/


    /* bullet */
    .bullet-list .horizontal-step {
        margin-left:0;
    }
    .bullet-list .horizontal-step li  {
        width:80px;
    }
    .bullet-list .horizontal-step li p{
        padding:0;
        font-size:12px;
    }

    .vertical-step2 cite {
        height:40px;
        margin-right:15px;
        padding-left:20px;
        line-height:36px;
        font-size:16px;
    }
    .vertical-step2 div {
        padding-top:17px;
        padding-bottom:17px;
        margin-bottom:20px;
        padding-left:60px;
    }
    .vertical-step2 div:before {
        left: 26px;
    }
    .vertical-step2 div:after {
        left: 19px;
    }
    .vertical-step2 > li:last-child div:before,
    .vertical-step2 > li:last-child div:after {
        display:none;
    }
    .vertical-step2 div ul {
        margin-top:15px;
    }
    .vertical-step2 div li{
        margin-bottom:10px;
        padding:12px 10px 12px 10px !important;
    }
    .vertical-step2 div li span {
        position:static;
        left:0;
        display:block;
        width:100%;
        text-align:left;
    }
    
    /* sub */
    .tit {
        font-size:20px;
    }
    .sub-tit {
        font-size:18px;
    }
    /*.list-type {
        display:block;
        width:100%;
        overflow-x:scroll;
    }
    .list-type table {
        width:880px;
    }*/
    .m-scroll {
        display:block;
        width:100%;
        overflow-x:scroll;
    }
    .m-scroll table {
        width:880px;
    }
    .m-noscroll {
        overflow-x:visible !important;
    }
    .m-noscroll table {
        width:100% !important;
    }
    .m-noscroll table th,
    .m-noscroll table td {
        font-size:14px !important;
        line-height:1.6em !important;
    }
    .list-type table thead th,
    .list-type table tbody td {
        /*font-size:3vw;
        line-height:1.8em;*/
        white-space:normal;
        word-break: break-all;
    }
    /* introduce */
    .history > li {
        position:relative;
        padding-top:0;
        padding-left:0;
        padding-bottom:30px;
    }
    .history > li:before {
        display:none;
    }
    .history-tit {
        position:static;
        display:block;
        border-radius:50%;
        width:150px;
        height:150px;
        border:5px solid #c1e5ff;
        margin:0 auto 20px;
    }
    .history-tit strong {
        font-size:18px;
        margin-top:40px;
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .history-tit strong:after {
        margin-left:-15px;
        width:30px;
    }
    .history-tit span {
        font-size:16px;
    }
    .history ul li{
        padding-bottom:15px;
    }
    .history ul li strong {
        font-size:16px;
    }
     .history ul li span {
         padding-left:100px;
     }
    .tel-box {
        padding:5vw 10vw;
    }
    .tel-box cite {
        position:static;
        width:auto;
        margin-bottom:5px;
    }
    .tel-box span {
        display:block;
        margin-left:0;

    }
    .tel-box strong {
        color:#003a79;
	}
    .intro-txt {
        font-size:15px;
        padding-left:20px;
    }    
    .intro-txt:before {
    	display:none;
    }
    .intro-txt br {
        display:none;
    }
    .intro {
        margin-top:30px;
    }
    .intro > li {
        margin-bottom:50px;
        padding-left:0;
    }
    .intro-tit {
        position:static;
        display:inline-block;
        font-size:20px;
        width:auto;
    }
	.intro-tit:after {
		position:absolute;
		margin-top:0;
		top:-3px;
		right:0;
	} 
	.intro-cont { margin-top:20px; }
    .intro-tit br {
        display:none;
    }
    .intro-cont {
        padding-top:10px;
    }
    .intro-cont-tit {
        margin-top:0;
    }
    .intro-cont-tit:before {
        display:none;
    }
    div + .intro-cont-tit {
        margin-top:0;
    }
    .intro-cont > div {
        position:relative;
        padding-left:0;
    }
    .intro-cont > div cite {
        position:static;
        display:block;
        font-size:16px;
    }
    .intro-cont .bullet-list {
        margin-bottom:10px;
    }
    .location-tit {
        font-size:16px;
    }
    .subway,
    .car {
       margin-top:75px;
    }
    .subway-info > li{
        padding-left:0;
    }
    .subway-info li .bullet-list {
        margin-bottom:18px;
    }
    .subway-info cite {
        position:static;
        font-size:16px;
        font-weight:400;
        color:#333;
    }
    /* knowInfoCenter */
    .list-book li {
        width:50%;
    }
    .list-book li .btn2 {
        width:120px;
        font-size:14px;
    }
    .book-thumb {
        width:110px;
        height:152px;
    }
    .cart-list {
        position:relative;
        padding-bottom:70px;
    }
    .cart-list table .book-thumb {
        display:none;
    }
    .cart-list table td.al {
        padding-left:0;
    }
    .cart-list table .book-thumb + cite {
        display:block;
        width:100%;
    }
    .cart-list table tfoot.sum-gray {
        position:absolute;
        bottom:0;
        width:100%;
    }
    .cart-list table tfoot.sum-gray {
        text-align:right;
    }
    .cart-list table tfoot.sum-gray tr {
        display:block;
        width:100%;
    }
    .cart-list table tfoot.sum-gray td {
        display:inline-block;
        text-align:right;
        font-size:3vw;
        padding:0;
        height:70px;
        line-height:70px;
        border-top:none;
    }
    .cart-list table tfoot.sum-gray td {
        padding-right:5vw;
    }
    .list-type table tfoot.sum-gray b {
        font-size:16px;
    }
    /*.cart-list table .btn2 {
        display:none;
    }*/
    .consulting-company {
        overflow:hidden;
        border-top:1px solid #ccc;
        border-bottom:1px solid #f0f0f0;
    }
    .consulting-company li {
        width:33.33%;
        font-size:13px;
        line-height:1.6em;
    }
    .consulting-company li a {
        padding-top:20px;
        min-height:106px;
    }
    .box-list > li {
        float:none;
        width:100%;
        box-sizing:border-box;
        max-width:400px;
        margin:0 auto 20px;
        padding-top:60px;
    }
    .blue-box cite {
        height:40px;
        line-height:40px;
        font-size:18px;
    }
    .system ul,
    .system-step {
        min-height:0;
    }
    .book-info .book-thumb-con {
        float:left;
        margin-left:20px;
        margin-right:20px;
    }
    .book-info .book-info-con {
        padding-right:0;
    }
    .book-info-con .book-info-txt {
        width:calc(100% - 180px);
        height:154px;
    }
    .book-info-txt cite{
        font-size:14px;
        line-height:1.6em;
        max-height:4.8em;
    }
    .book-info-txt .price {
       position:absolute;
        left:0;
        bottom:0;
        width:100%;
        min-width:0;
    }
    .book-info-txt .price dt,
    .book-info-txt .price dd {
        margin-bottom:5px;
    }
    .book-info-txt .price dd.blue span {
        font-size:18px;
    }
    .book-info .btn-con {
        width: calc(100% - 160px);
    }
    .book-info .btn-con .btn2 {
        width:100%;
    }
    .book-info .btn-con .btn2 + .btn2 {
        margin-top:5px;
    }
    .patent li{
        padding-left:60px;
        padding-right:20px;
        min-height:0;
    }
    .patent li + li {
        margin-top:10px;
    }
    .patent li:before {
        top:20px;
        left: 15px;
        width:30px;
        height:32px;
        background-size:30px;
    }
    .patent li.question-con:before {
        top: 15px;
        height: 35px;
        background-image: url('../../images/user/common/ico_question.png');
    }
    .patent li p {
        margin:10px 0;
        padding-left:0;
        border-left:none;
        font-size:14px;
    }
    .patent li p br {
        display:none;
    }
    .patent li .btn {
        position:relative;
        float:right;
        top:auto;
        right:auto;
        margin:0 auto 10px;
    }
    /* legal */
    .legalsite {
        margin-bottom:10vw;
    }
    .legalsite p {
        margin-bottom:5vw;
    }
    .legalsite li a {
        min-height:0;
        padding-top:3vw;
        padding-bottom:3vw;
        font-size:3vw;
    }
    .legalsite li + li a:before {
        height:100%;
    }
    .legalsite li img {
        margin-bottom:3vw;
    }
    .legalsite li span {
        font-size:2.8vw;
    }
    .legalsite li span:after {
        margin-left:2vw;
        width: 8vw;
        height: 6px;
    }
    .legal-cont {
        padding:15px;
    }
    .legal-cont .btn-cont {
        position:static;
        width:auto;
        margin-top:10px;
    }

    .legalinfo-list > li:not(.legal-cont) {
        position:relative;
        padding-top:30px;
        padding-left:0;
    }
    .legalinfo-list > li:not(.legal-cont):before {
        content:"";
        position:absolute;
        background:#f9f9f9;
        border-bottom:1px solid #eee;
        top:0;
        left:0;
        bottom:auto;
        width:100%;
        height:40px;
    }
    .legalinfo-list > li:not(.legal-cont) strong {
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:40px;
        line-height:40px;
        color:#333;
        text-align:center;
        -webkit-transform:translateY(0);
	    -moz-transform:translateY(0);
	    -ms-transform:translateY(0);
	    transform:translateY(0);
    }

    /* detail-sch */
    .detail-sch {
	    padding:5vw;
	    margin-bottom:10vw;
	    padding-right:0;
    }
    .detail-sch tbody th { 
        font-size:14px;
    }
    .detail-sch tbody td {
	    padding:5px 3vw;
    }
    .detail-sch .btn-cont {
	    position:static;
	    width:auto;
	    height:auto;
	    margin-top:5px;
        padding-top:10px;
	    border-left:none;
        text-align:center;
        border-top:1px dashed #dcdcdc;
    }
    .detail-sch .btn-cont .btn {
	    position:static;
        width:150px;
        height:35px;
        line-height:35px;
	    box-sizing:border-box;
	    padding:0;
	    font-size:16px;
    }
    .detail-sch .btn-cont .btn span:before {
	    display:inline-block;
	    width:15px;
	    height:15px;
	    margin-right:5px;
        background-size:15px;
        vertical-align:middle;
    }

    /* popup */
    .popup .pop-header { 
	    height:auto;
        padding-top:15px;
        padding-bottom:15px;
        padding-right:50px;
	    background-color:#f2f2f2;
	    position:relative;
	    border-bottom:1px solid #383c3f; 
    }
    .popup .pop-header h1 { 
	    font-size:18px;
	    padding-left:20px;
    }
    .popup .pop-close { 
	    right:5px;
	    top:15px;	
    }
    .popup .pop-close:before {
        width:100%;
	    left:-15%;
    }
    .popup .pop-close:after {
        width:100%;
	    left:-15%;
    }
    .popup .pop-body { 
	    padding:20px; 
    }

    .popup .pop-body .book-info {
        width:100%;
    }
}

/***************
	414px
**************/
@media screen and (max-width:414px) {
	body {
        font-size:14px;
	}
	.wrap { max-width:414px; }

    button,
    input,
    textarea	{ 
	    font-size:14px;
    }
    .ui-selectmenu-button span.ui-selectmenu-text {
        height:33px;
	    line-height:33px;
    }
    input {
        height:35px;
	    line-height:33px;
    }

    /* btn */
    .btn-cont { text-align:right;margin-top:30px; }
    .btn-cont + .sch-cont,
    .btn-cont + .step {
        margin-top:30px;
    }

    .btn-cont a,
    .spot.next { 
	    min-width:40%;
		padding:0 10px;
	    height:40px;
	    line-height:38px;
	    font-weight:300;
	    font-size:14px;
    }
    .btn { 
	    padding:0 10px;
	    height:35px;
	    line-height:33px;
	    font-size:13px;
    }
    .btn-cont .btn2,
    .btn2 { 
	    padding:0 10px;
	    height:35px;
	    line-height:33px;
	    min-width:50px;
	    font-size:14px;
    }
    .btn3 { 
	    padding:0 5px;
	    height:20px;
	    line-height:20px;
	    font-size:12px; 
    }
    /* btn : default */
    td .btn2,
    td .btn3 { 
        font-size:13px;
    }
    td .btn3 {
        font-size:13px;
        height:25px;
        line-height:23px;
    }

	.btn-cont a:nth-child(1):nth-last-child(3),
	.btn-cont a:nth-child(1):nth-last-child(3) ~ a { min-width:31%;width: 31%;font-size:0.923em; }
	.btn:nth-child(1):nth-last-child(3),
	.btn:nth-child(1):nth-last-child(3) ~ .btn { min-width:31%;width: 31%;font-size:0.923em; }
	.btn-cont a:nth-child(1):nth-last-child(4),
	.btn-cont a:nth-child(1):nth-last-child(4) ~ a,
	.btn:nth-child(1):nth-last-child(4),
	.btn:nth-child(1):nth-last-child(4) ~ .btn { height:40px;line-height:38px;min-width:23%;width: 23%;font-size:0.923em;margin-left:2px; }
	
	.q0 { width:50px; }
    .q1 { width:50% }
    .q2 { width:70% }
    .q3 { width:90% }
    .q4 { width:100%; }
	.q1.datepicker { width:100px; }
	
    /* jquery ui */
    .tabs .ui-tabs-nav,
    .tabs .ui-tabs-nav li,
    .tabs .ui-tabs-nav .ui-tabs-anchor {
        height:40px;
        line-height:38px;
    }
    .tabs + * {
        margin-top:20px;
    }

    /* paging */
    ul.paging li.ppv a, ul.paging li.ffw a, ul.paging li.pv a, ul.paging li.fw a {
        width:30px;
        height:30px;
    }

    ul.paging li.ppv a:before, ul.paging li.ffw a:before, ul.paging li.ppv a:after, ul.paging li.ffw a:after, ul.paging li.pv a:before, ul.paging li.fw a:before {
        width:6px;
        height:6px;
    }
    
    .sch-box p { font-size:3.5vw; }
	.sch-box fieldset input { height:35px;vertical-align:top; }

	/* table */	
    .list-type table thead th {
        padding-top:10px;
        padding-bottom:10px;
    }
	.list-type.photo tbody td {
		padding-left:10px;
		padding-right:10px;
	}
	
	.list-type.photo .pic-cont {
		position:relative;
		top:0;
		margin-bottom:10px;
		max-width:100%;
	}
    .list-type table thead th,
    .list-type table tbody th,
    .list-type table tbody td {
        font-size:3vw;
        line-height:1.6em;
    }

	.list-type.photo .pic-cont a {
		margin:0 auto;
	}

	b + span.info,
	span.info + span.info {
		margin-left:0;
		padding-left:0;
		background:none;
		display:block;
	}
	
    .mn-row .tabs + * { margin-top:0px; }
    .tabs + .view-type { margin-top:30px; }
	.view-type thead th,
	.view-type tbody td,
	.view-type tfoot td,
    .view-type tbody th {
        padding:20px 10px;
	    line-height:1.65em;
        font-size:14px;
		/*padding-left:0;
		padding-right:0;*/
	}
    .view-type tbody th {
        padding:10px 5px;
        font-size:3vw;
    }
	.view-type tfoot td cite { padding-right:0;margin-right:10px;background:none;vertical-align:top; }
	.view-type tfoot td cite + a { max-width:50%;overflow:hidden;vertical-align:top;text-overflow:ellipsis;white-space:nowrap; }
	
	.view-type tbody td img {
		max-width:100%;
	}	
    .view-type thead th {
        font-size:16px;
    }
    .view-type thead td { 
	    padding:10px 20px;
	    line-height:1.5;
	    font-size:14px;
    }
    .view-type thead td cite { 
	    margin-right:10px;
    }
    .info-type thead th, 
    .info-type tbody th, 
    .info-type tbody td {
        padding:7px;
        font-size:14px;
        line-height:1.8em;
    }
    /*.info-type table thead th,*/ 
    .info-type2 table thead th,
    /*.info-type table th,*/
    .info-type2 table th,
    /*.info-type table td,*/ 
    .info-type2 table td,
    .list-type.vm.no-hover table thead th,
    .list-type.vm.no-hover table th,
    .list-type.vm.no-hover table td  {
        padding:7px 0;
        font-size:12px;
        line-height:1.8em;
    }
    .info-type2 {
        margin-bottom:40px;
    }
    .info-type2 table thead th,
    .info-type2 table th,
    .info-type2 table td,
    .list-type.vm.no-hover table thead th,
    .list-type.vm.no-hover table th,
    .list-type.vm.no-hover table td {
        font-size:9px;
        padding-left:0;
        padding-right:0;
    }
    .list-type td.al {
        padding-left:2vw;
    }

	.write-type table th,
    .write-type table td {		
		font-size:14px;
	}
    .write-type table th br {
        display:none;
    }
    .write-type table th br + label.checkbox {
        margin-left:10px;
    }
    .write-type table td label,
    .write-type table td label  {
         font-size:14px;
          min-width:65px;
    }
    .write-type table td label:not(.checkbox) + input[type="text"]:not(.q0) ,
    .write-type table td label:not(.radion) + input[type="text"]:not(.q0) {
        margin:2px 0 3px;
        width: calc(100% - 90px);
    }
    .write-type table td label:not(.checkbox) + input + span {
        display:block;
        margin-left:0;
    }
    .view-type tfoot td a { 
	    display:block;
	    vertical-align:middle;
	    max-width:100%;
	    white-space:nowrap;
	    overflow:hidden;
	    text-overflow:ellipsis;
    }

    .tip {
        font-size:13px;
    }

     
	/***********
		HEADER 
	***********/
	/* .site-header .util ul > li { font-size:13px; }

	.site-header .area-logo .lnk {
		width:55%;
	}
	.site-header .area-logo .lnk li a {
		font-size:13px;
	}
	.site-header .area-logo .lnk li:nth-of-type(3) a,
	.site-header .area-logo .lnk li:nth-of-type(4) a {
		line-height:20px;
		padding-top:7px;
	} */

	/* site-gnb 
	.site-header .site-gnb > li > a {
		font-size:16px;
	}
	.site-header nav .toggle-gnb { 
		left:20px;
		margin-left:0;
	}	
	.site-header nav .snb-area { 
		position:absolute;
		z-index:9992;
		top:55px;
		left:0;
		width:100%;
	}
	.site-header nav .snb-area strong {
		padding-left:20px;
	}
	.site-header nav .snb-area .snb-close { 
		position:absolute;
		top:37px;
		right:50%;
		margin-right:-500px;
		width:25px;
		height:25px;
		overflow:hidden;
		text-indent:-999px;
	}*/	

	/**********
		SITE-HEADER
	 **********/
	
    /* header */
	.site-header { position:relative; }
	.site-header .util { border-bottom:0; }
	.site-header .util a.m-login { 
		display:block;
		position:fixed;
		width:4.8vw;
		height:6vw;
		background:url("../../images/user/layout/login.svg") 0 0 no-repeat;
		background-size:100% auto;
		right:5vw;
		top:5vw;
		overflow:hidden;
		text-indent:-999px;
	}
	.site-header .util a.m-sch { 
		display:block;
		position:fixed;
		overflow:hidden;
		text-indent:-999px;
		background:url("../../images/user/common/ico_sch.png") center center no-repeat rgba(255,255,255,.7);
		height:40px;
		width:40px;
		top:17.2vw;
		right:2vw;
		border-radius:50%;
		text-align:left;
		z-index:999;
		border:1px solid #eee;
		box-sizing:border-box;
	}
	.site-header .util a.m-sch.active {
		background:none;
		background:rgba(255,255,255,.5);
		right:280px;
	}
	.site-header .util a.m-sch.active:before,
	.site-header .util a.m-sch.active:after {
		position:absolute;
		content:"";
		width:20px;
		height:2px;
		top:50%;
		left:10px;	
		background:#134a84;	
	}
	.site-header .util a.m-sch.active:before { 
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	 }
	.site-header .util a.m-sch.active:after{ 
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
	 }
	.site-header .util ul { 
		display:none;
		position:fixed; 
		z-index:999;
		background:#fff;
		border:1px solid #134a84;
		height:auto;
		padding:0;
		box-shadow:3px 3px 10px rgba(0,0,0,.1);
		border-radius:20px;
		right:2vw;
		top:17.2vw;
	}
	.site-header .util ul li {
		display:block;
		float:none;
		text-align:center;
		padding:0;
	}	
	.site-header .util ul li a {
		padding:15px 30px;
		display:block;
	}	
	.site-header .util ul li.sch {
		height:32px;
		padding:6px 0 0 10px;
		width:260px;
		border-top:0;
	}
	.site-header .util ul li.sch .btn_sch {
		padding:0;
		height:38px;
		width:38px;
	}
	.site-header .util ul li.sch .ipt_sch {
		border-bottom:0;
	}
	
	.site-header .util ul li.sch .ui-selectmenu-button {
		border:0;
	}
	
	.site-header .util ul li + li { border-top:1px solid #ddd;margin-left:0; }
	.site-header .util ul li + li:before { display:none; }
	
	.site-header h1 { 
		float:none;
		width:55vw;
		margin:0 auto;
	}
	.site-header h1 a {
		padding-left:20.5vw;
		background-position:0 4.3vw;
		background-size:20vw auto;
		font-size:4vw;
		line-height:7.6vw;
		padding-top:4.8vw;
		height:16vw;
	}
	.site-header nav { height:0;border:0; }
	.site-header nav .wrap { height:auto; }

	.site-header .area-logo { height:16vw; }
	.site-header .area-logo .lnk { display:none; }

	/* site-gnb */
	.site-header nav {}
	.m-gnb-open { 
        height:4.6vw;
        width:4.8vw;
        left:5vw;
        top:5.5vw;
		border-top:0.5vw solid #134a84;
		border-bottom:0.5vw solid #134a84;
    }
	.m-gnb-open:before,
	.m-gnb-open:after {
		content:"";
		display:block;
		position:absolute;
		top:1.5vw;
		width:3.6vw;
		height:0.5vw;
		background:#134a84;
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
		-webkit-transition:all .5s;
		-moz-transition:all .5s;
		transition:all .5s;
	}
	.m-gnb-open.open {
        left:50%;
        z-index:9999;
		border-top:0;
		border-bottom:0;
		padding-top:0;
		width:6vw;
        margin-left:3vw;
    }
	.m-gnb-open.open:before {
		top:2vw;
		width:6.5vw;
		height:0.4vw;
		background:#fff;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.m-gnb-open.open:after {
		top:2vw;
		width:6.5vw;
		height:0.4vw;
		background:#fff;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.site-header nav .site-gnb{ 
		position:fixed;
		margin-top:0;
		top:0;
		left:-50%;
		height:100%;
		padding:0;
		background:#fff;
		z-index:9999;
		width:50%;
        overflow-y:auto;
        -webkit-transition: left .5s; 
        transition: left .5s;
	}
    .site-header nav .site-gnb.open { 
		left:0% !important;
		padding-right:0;
		text-align:left; 
		box-shadow:-2px 0 5px rgba(0,0,0,.2);
	}  
	.site-header nav .site-gnb:before {
		display:block;
		content:"";
		height:16vw;
		border-bottom:1px solid #134a84;
		background:url("../../images/user/layout/logo.svg") 48% center no-repeat;
        background:url("../../images/user/layout/logo.svg") 48% center no-repeat\9;
		background-size:18vw auto;
	}
	.site-header .site-gnb > li { 
		float:none;
		position:relative;
		text-align:left;
		width:100% !important;
		border-bottom:1px solid #c0cdda;
	}
	.site-header .site-gnb > li > a {
		line-height:3.2em;
		font-size:4.2vw;
		padding-left:5vw;	
		position:relative;
	}
	.site-header .site-gnb > li > a:after {
		content:"";
		position:absolute;
		width:2.5vw;
		height:2.5vw;
		border-left:0.3vw solid #8ca1b7;
		border-bottom:0.3vw solid #8ca1b7;
		border-top:0.3vw solid transparent;
		border-right:0.3vw solid transparent;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
		top:3.7vw;
		right:5vw;
	}
	.site-header .site-gnb > li.rootCurrent > a,
	.site-header .site-gnb > li > a:hover,
	.site-header .site-gnb > li > a:focus {  }
	
	.site-header .site-gnb div.active {
		margin-left:0;		
	}	
	.site-header .site-gnb ul li a { font-size:4vw; }
	.site-header nav .toggle-gnb ,
	.site-header nav .snb-area,
	.site-header nav .snb-area strong {
		display:none;
	}	
	
	/**********
		SITE-BODY
	 **********/
	 .site-body {
	 	padding-top:16vw;
	 }
	 .site-tit { 
		padding:4.5vw 0;
	}

    /* step - tab */
	.site-tit h3 { 
		font-size:4.5vw;
	}
    .step li  {
        font-size:3vw !important;
        height:35px !important;
        line-height:35px !important;
    }	
	.step2 li:first-child {
		margin-top:0;
	}
	.step2 li h5 {
		position:relative;
		width:100%;
		font-size:1.154em;
		padding:15px 0;
	}
	.step2 li h5 span {
		position:static;
		margin-top:0;
	}
	.step2 li p {
		font-size:1em;
		line-height:1.8em;
		padding:15px 20px;
		border-top:0;
	}

    .vertical-step > li cite {
       padding:0 2vw;
       font-size:2.8vw;
       line-height:1.5em;
    }
    .vertical-step > li p {
        font-size:3vw;
    }

    .horizontal-step,
    .consulting-step {
        text-indent:-22px;
        margin:30px 0 15px 0;
        text-align:center;
    }
    .horizontal-step {
        text-indent:-30px;
        margin:30px 0 30px 0;
    }
    .horizontal-step li, 
    .consulting-step li {
        width:110px;
    }
    .horizontal-step li {
        width:140px;
        height:70px;
        margin-left:30px;
    }
    .horizontal-step li cite,
    .consulting-step li cite,
    .horizontal-step li p, 
    .consulting-step li p {
        padding:5px;
        font-size:12px;
    }

    /* bullet */
    .bullet-list {
        margin-bottom:30px;
    }
    .bullet-list + .info-type, .bullet-list + .list-type {
        margin-top:-10px;
    }
    .bullet-list > li + li {
        margin-top:8px;
    }
    .bullet-list ol > li span,
    .bullet-list ol > li > ul,
    .decimal-list > li,
    .bullet-list .decimal-list > li {
        font-size:14px;
    }
    .bullet-list ol {
        margin-top:10px;
    }
    .bullet-list ol,
    .bullet-list ol > li {
        font-size:15px;
    }
	.bullet-list ol > li + li {
        margin-top:10px;
	}
    .decimal-list,
    .bullet-list .decimal-list {
        margin-top:10px;
        padding-left:10px;
    }

	/* book-detail */
	.book-detail li {
		width:100%;
		float:none;
		overflow:hidden;
		padding-bottom:25px;
		padding-left:150px;
	}
	.book-detail li + li {
		border-top:1px solid #ccc;
	}
	.book-detail li .book-thumb {
		top:62px;
	}
	.book-detail li h5 {
		margin-top:0;
		margin-left:-150px
	}
	
	.book-detail li .btn-area a {
		width:100%;
	}
	.book-detail li .btn-area a + a {
		margin-left:0;
		margin-top:6px;
	}	
	
	.ui-accordion-content { 
		padding:15px 10px 15px 30px;
		border-bottom:1px solid #dcdcdc;
		color:#666;
		font-size:1.077em;
		background:url('../../images/user/common/acco_arr.gif') 0px 18px no-repeat;
	}
	
	.tabs .ui-tabs-nav .ui-tabs-anchor {
		font-size:0.923em;
	}
	
	.list-row {
		overflow:hidden;
	}
	.list-row li {
		margin-bottom:2%;
		width:100%;
	}
	.list-row li + li {
		margin-left:0;
	}
	.book-detail li { height:auto;min-height:257px; }	
	.sub-mn-tit ~ .book-detail li:first-child + li { padding-top:20px;margin-top:20px; }
	.sub-mn-tit ~ .book-detail li:first-child .book-thumb { top:37px; }
	.sub-mn-tit ~ .book-detail li:first-child + li .book-thumb { top:57px; }
	
	.list-book { margin-top:0; border-top:0;border-bottom:0; }
    .list-book li {
		width:50%;
        padding-left:0;
        padding-right:0;
	}
	.list-book li + li + li { margin-top:0; }
	
	.book-detail li h5 { font-size:1.25em; }
	
	.brochure {
		height:232px;
		padding-left:160px;
		padding-top:0px;
		margin-left:20px;
	}
	
	.brochure h5 { margin-left:-160px }
	.brochure img {
		top:35px;
		width:140px;
	}
	
	/**********
		MAIN
	 **********/
	.mn-procedure a { 
		font-size:1em;
		letter-spacing:-0.05em;
		white-space:nowrap;
	}
	.mn-learn div p {
		font-size:1.231em
	}
	.mn-apply {
		height:230px;
	}
	.mn-apply li a {
		display:block;
		box-sizing:border-box;
		height:230px;
		padding-top:120px;
		background-size:80px;
	}
	.mn-apply li + li a,
	.mn-apply li + li + li a {
		background-size:80px;
	}
	.site-mn .mn-apply li a h3 {
		font-size:1.077em;
	}
	.mn-apply li a p {
		letter-spacing:-0.03em
	}
	.mn-infocenter {
		padding:30px 20px;
	}

	.mn-infocenter .watch-info span { 
		margin-right:5px;
	}
	.mn-notice,
	.mn-faq {
		padding:30px 20px;
	}
	.mn-etc a {
		padding-left:20px;
	}

	/* footer */
	.site-footer .wrap { 
		padding:0 20px;
	}
	.site-footer .go-site {
		left:20px;
		right:20px;
		top:110px;
	}
	.site-footer .footer-primary,
	.footer-primary .wrap {
		height:160px;
	}
	.btn_remote {
		top:70px;
		left:20px;
		right:20px;
		color:#283e55;
		background-image:none;
		background:#fff;
		padding:5px 0;
		font-weight:500;
		text-align:center;
		font-size:1.077em;
	}
	.btn_remote:before {
		content:"→";
		color:#283e55;
		margin-right:10px;
		font-size:1.5em;
		font-weight:100;
		vertical-align:top;
	}
   

    /* sub */
    .paging + .tit, .btn-cont + .tit {
        margin-top:50px;
    }
    /*.sch-cont {
        text-align:left;
    }
    .sch-cont .btn2.spot {
       margin-left:0;
    }*/

    /* introduce */
    .greeting cite {
        font-size:4vw;
    }
    /* aliance */
    .add-cont {
        padding:20px 20px 40px; 
        background:none;
    }
    .add-cont strong {
        font-size:18px;
    }
    .add-cont:after {
        bottom:0;
        padding-bottom:20px;
    }
    .shortcut-list li{
        margin-left:0;
        margin-right:0;
        width:200px;
    }
    .border-cont {
        padding:20px;
    }

    /* legal */
    .offer-cont .btn {
        position:static;
    }
    .offer-cont p {
        margin-top:10px;
        padding-left:0;
    }
    .view-type .sns {
        margin-top:0;
        margin-right:0;
    }

	
	/**********
		POPUP
	 **********/	
	.layerPopup { 
		position:fixed;
		width:96%;
		height:96%;
		margin-left:0;
		left:2% !important;
		top:2% !important;
        overflow-y:auto;
        box-sizing:border-box;
	}
	.layerPopup .pop-header h1 { 
		font-size:6vw;
	}
	.pop-close { 
		right:15px;
		top:15px;
	}
	.layerPopup .pop-body { 
		padding:30px 30px 20px 30px; 
	}
	.pop-login input[type="text"],
	.pop-login input[type="password"],
	.pop-login input[type="tel"] { 
		margin-bottom:5px;
	}
	.btn-lnk {
		margin-top:30px;
	}
	
	.layerPopup .pop-close { 
		position:absolute;
		right:15px;
		top:15px;
		width:25px;
		height:25px;
		/*background:url('../../images/user/common/pop_close.png') center center no-repeat; 
		background-size:15px;*/
	}
	.layerPopup .pop-close:before { 
	    width:40px;
	    left:-20%;
    }
    .layerPopup .pop-close:after { 
	    width:40px;
	    left:-35%;
    }
	/* pop-notice  */
	.pop-notice {
		width:96%;
		top:10px;
		left:2%;
		margin-left:0;
	}
	.pop-notice img {
		width:100%;
	}
	.pop-notice a.pop-close {
		top:10px;
		right:10px;
	}
    .pop-login.pop-idpw label {
        line-height:30px;
    }
	.pop-login.pop-idpw label + input {
        padding-left:70px;
	}
	
	/* 원격지원시스템 */	
	.popup section.pop-body {
		padding-top:20px;
	}
	.pop-remote p {
		padding-left:0;
		background:none;
	}
	.pop-remote p br {
		display:none;
	}
	.pop-remote .remote-call,
	.pop-remote .btn-cont {
		margin-left:0;
	}
	
	.popup {
		overflow-y:auto;
	}
	.popup.w1000 .pop-body {
		padding:20px 20px;
		position:relative;
	}
	.pop-body .tabs .ui-tabs-panel.scroll-cont {
		height:auto;
	}
	.pop-body .tabs .ui-tabs-panel.scroll-cont img {
	 	width:100%;
	}
	/* 
	Learn
	.learning-popup {
		padding-bottom:0;
	}
	
	.learning-nav .snb {
		position:fixed;
		left:10px;
		right:10px;
	}
	.learning-nav .snb li > a {
		box-sizing:border-box;
		width:100%;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	
	.learning-nav { 
		padding:0;
	}
	
	
	.learning-nav > ul > li:first-child { width:20%; }
	.learning-nav > ul > li > .home {
		border-right:1px solid #666;
		width:100%;
		padding-right:0;
		background-position-x:center;
	}
	
	.learning-nav > ul > li > a:hover, 
	.learning-nav > ul > li.current > a, 
	.learning-nav > ul > li > a.on, 
	.learning-nav > ul > li > a.on:hover, 
	.learning-nav > ul > li > a.on:focus { background-position-y:-3px; }
	
	.learning-nav > ul > li:nth-child(1):nth-last-child(5),
	.learning-nav > ul > li:nth-child(1):nth-last-child(5) ~ li,
	.learning-nav > ul > li:nth-child(1):nth-last-child(6),
	.learning-nav > ul > li:nth-child(1):nth-last-child(6) ~ li,
	.learning-nav > ul > li:nth-child(1):nth-last-child(7),
	.learning-nav > ul > li:nth-child(1):nth-last-child(7) ~ li,
	.learning-nav > ul > li:nth-child(1):nth-last-child(8),
	.learning-nav > ul > li:nth-child(1):nth-last-child(8) ~ li,
	.learning-nav > ul > li:nth-child(1):nth-last-child(9),
	.learning-nav > ul > li:nth-child(1):nth-last-child(9) ~ li{ width:20%;box-sizing:border-box;background-image:none; }
	
	.learning-nav > ul > li:nth-child(2):nth-last-child(5) > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(5) ~ li > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(6) > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(6) ~ li > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(7) > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(7) ~ li > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(8) > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(8) ~ li > a ,
	.learning-nav > ul > li:nth-child(2):nth-last-child(9) > a,
	.learning-nav > ul > li:nth-child(2):nth-last-child(9) ~ li > a { padding:4px 0 3px;text-align:center;border-bottom:1px solid #666;font-size:12px; } */
	
	/* error */
	.error-header { 
		background-size:70%;
		padding-bottom:230px;
	}
	.error-header h1 a {			
		box-sizing:border-box;
		padding-left:0;
		width:120px;
		margin-left:20px;
		text-indent:-9999px;
		overflo:hidden;
		margin:0 auto;
	}
	.error strong { font-size:18px; } 
	.error p { 
		font-size:13px;
		margin-top:10px;
		line-height:19px; 
	}
	.error .btn { 
		height:48px;
		line-height:48px;
		font-size:15px;
		margin-top:35px;
		padding:0 60px;
		background:#444;
		border:1px solid #444;
		color:#fff;
	}
	
	#layerPostCode {
		
		width:auto !important;
		left:5px !important;
		right:5px !important;
		margin-left:0;
		overflow:hidden;
	}

}

/***************
	360px
**************/
@media screen and (max-width:360px) {	
	.pop-header h1 { 
		padding-top:40px;
	}
	.pop-close { 
		right:10px;
		top:10px;
		width:31px;
		height:32px;
		background-size:20px;
	}
	.pop-body { 
		padding:20px 30px; 
	}
	.pop-login input[type="text"],
	.pop-login input[type="password"],
	.pop-login input[type="tel"] { 
		height:32px;
		line-height:30px;
	}
	.pop-login input + label { margin-top:10px; }
	.pop-login input + label.checkbox { margin-top:10px; }
	.btn-lnk {
		margin-top:30px;
	}
	.util ul { white-space:nowrap; }
	.util ul li,
	.util ul li a { font-size:12px;letter-spacing:-0.05em; }
}

/* 
barcode
.barcode { background:#fff;text-align:center;cursor:pointer; }
.barcode.active {
	position:fixed;
	top:25%;
	left:20%;
	right:20%;
	bottom:30%;
	box-shadow:0 0 25px rgba(0,0,0,.4);
}
.barcode.active img {
	position:absolute;
  	width:400px;
  	top:50%;
  	left:50%;
  	margin-left: -200px;
  	margin-top:-20%;
}

@media screen and (max-width: 320px) {
	.barcode.active {
		top:0;
		left:0;
		bottom:10%;
		right:0;
		box-shadow:0 20px 25px rgba(0,0,0,.4);
	}
	.barcode.active img {
	  	top:45%;
	  	margin-top:-12.5%;
	}
}

@media screen and (max-width: 700px) and (orientation: portrait)  {	
	.barcode {
	}
	.barcode.active {
		top:0;
		bottom:0;
		right:0;
		left:10%;
		width:90%;
		box-shadow:-20px 0 25px rgba(0,0,0,.4);
	}
	.barcode.active img {
	  	top:50%;
	  	margin-top:-26%;
	  	-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
	}
} */
/* 
학습창 NAV IE9 이하
.learning-popup.min .learning-nav { 
	position:fixed;
	bottom:-60px;
	width:100%;
	box-sizing:border-box;
	height:64px;
	padding:0 30px 0;
	background:#444; 
	border-top:4px solid #3bc1ff; 
	transition:bottom .5s;
}
.learning-nav.open {
	bottom:0;
}

.learning-popup.min .pop-header { 
	height:20px;
	padding:0 20px 0 20px ;
	box-sizing:border-box;
}

.learning-popup.min .pop-header h1 { 
	padding-top:0;
	font-size:12px;
	line-height:19px;
	background:none; 
	font-weight:300;
}
.learning-popup.min .pop-header select {
		display:none
}
.learning-popup.min .pop-header .ui-selectmenu-button {
	display:none;
}

nav열기
.min .learning-nav a.learning-nav-open { 
	display:block;
	position:absolute;
	height:16px;
	width:60px;
	background:url(../../images/user/learn/nav_open.png) center bottom no-repeat; 
	top:-20px;
	left:50%;
	margin-left:-30px;
	overflow:hidden;
	text-indent:-9999px;
 }
.min .learning-nav.open {
    bottom:0;
}

**************
	높이 680 학습창
**************
@media screen and (max-height:730px) {
	팝업 학습창
	.learning-popup { 
		box-sizing:border-box;
		padding-bottom:57px;
		border:1px solid #383c3f;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		min-height:100%; 
	}
	.learning-popup .pop-header { 
		height:20px;
		padding:0 20px 0 20px ;
		box-sizing:border-box;
	}
	.learning-popup .pop-header h1 { 
		padding-top:0;
		font-size:12px;
		line-height:19px;
		background:none; 
		font-weight:300;
	}
	.learning-popup .pop-header select {
		display:none
	}
	.learning-popup .pop-header .ui-selectmenu-button {
		display:none;
	}
	
	학습창 NAV
	.learning-nav { 
		position:fixed;
		bottom:-60px;
		width:100%;
		box-sizing:border-box;
		height:64px;
		padding:0 30px 0;
		background:#444; 
		border-top:4px solid #3bc1ff; 
		transition:bottom .5s;
	}
	.learning-nav.open {
		bottom:0;
	}
	nav열기
	.learning-nav a.learning-nav-open { 
		display:block;
		position:absolute;
		height:16px;
		width:60px;
		background:url(../../images/user/learn/nav_open.png) center bottom no-repeat; 
		top:-20px;
		left:50%;
		margin-left:-30px;
		overflow:hidden;
		text-indent:-9999px;
	 }
} */