@charset 'UTF-8';
/*
	Author	: Somi Park
	Date	: 2017-10-18
	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: '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:1.5em;
	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; 
	overflow-x:hidden;
	/*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:#0c69d0;font-weight:400; }
em + .checkbox { position:relative;top:4px;margin-left:10px; }
.red { color:#f50d35 !important;font-weight:400; }
.green { color:#009a74 !important;font-weight:400; }
.yellowgreen { color:#00c153 !important;font-weight:400; }
.blue { color:#1298ff !important;font-weight:400; }
a.blue { color:#0c69d0 !important;font-weight:400;border-bottom:1px solid #0c69d0; }
.gray { color:#777 !important; }
.darkgray { color:#333 !important;font-weight:400; }
b, strong { font-weight:500; }
iframe	{ border:none;outline:0; }
span.fromto { margin:0 5px;vertical-align:middle; }
.ui-datepicker-trigger + .fromto { margin-left:15px; }
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; }

.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%; }
textarea.q4 { width:100% }
select.q3 {  }
.q0 ~ .q3,
.q1 ~ .q3,
.q2 ~ .q3,
.q3 ~ .q3,
.q0 ~ .q4,
.q1 ~ .q4,
.q2 ~ .q4,
.q3 ~ .q4,
.q4 ~ .q4 { margin-top:8px }

label.radio,
label.checkbox { font-size:15px;margin-right:40px; }
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;
}
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;
} 

.dim { 
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.2);
    z-index:999;
}
.dim.open {
    display:block !important;
    opacity:1;
}

.dim2 { 
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.2);
    z-index:999;
}
.dim2.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 !important; }
.al { text-align:left !important; }
.ar { text-align:right !important; }
td.al { padding-left:20px !important; }
td.ar { padding-right:20px !important; }

.fl { float:left !important; }
.fr { float:right !important; }
.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;
}

/* font-size */
.ft13 { font-size:13px !important; }
.ft14 { font-size:14px !important; }
.ft15 { font-size:15px !important }
.ft16 { font-size:16px !important; }
.ft17 { font-size:17px !important; }
.ft18 { font-size:18px !important; }
.ft19 { font-size:19px !important; }
.ft20 { font-size:20px !important; }

/* btn */
.btn-cont { text-align:right;margin-top:30px; }
.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:32px;
	line-height:30px;
	font-size:13px; 
}
.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; }
.btn-cont a:active,
.btn:active,
.btn2:active,
.btn3:active,
.btn4:active{ background:#d5dfea; }

/* jin 21.06.24
td .btn2,
td .btn3 { background:#fbfbfb;color:#000;border:1px solid #555;vertical-align:top; }
*/

/* 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;
}
button.sch { 
	width:38px;
	height:38px;
	border:0;
	background:url("../../images/user/common/ico_sch.png") center center no-repeat;
	overflow:hidden;
	text-indent:-999px;
}

/* btn : spot2 */
.btn-cont a.spot2,
.btn.spot2,
.btn2.spot2,
.btn3.spot2,
.btn4.spot2{ 
	color:#fff;
	background-color:#009d8c;
	border:1px solid #009d8c;
}
.btn-cont a.spot2:hover,
.btn-cont a.spot2:focus,
.spot2:hover, 
.spot2:focus { background:#0bbeab; }

.btn-cont a.spot3,
.btn.spot3,
.btn2.spot3,
.btn3.spot3,
.btn4.spot3 { 
	color:#fff;
	background:#00cc4d;
	border:1px solid #00cc4d;
}

/* btn : del */
.btn-cont a.spot4,
.btn.spot4,
.btn2.spot4,
.btn3.spot4,
.btn4.spot4  { 
	color:#fff;
	background-color:#8c8c8c;
	border:1px solid #8c8c8c; 
}
.btn-cont a.spot4:hover,
.btn-cont a.spot4:focus,
.spot4:hover, 
.spot4:focus { background:#999; }
.btn-cont a.spot4:active,
.spot4:active{ background:#888; }

/* btn : spot5 */
.btn-cont a.spot5,
.btn.spot5,
.btn2.spot5,
.btn3.spot5,
.btn4.spot5  { 
	color:#fff;
	background-color:#b52c40;
	border:1px solid #b52c40; 
}
.btn-cont a.spot5:hover,
.btn-cont a.spot5:focus,
.spot5:hover, 
.spot5:focus { background:#af213f; }
.btn-cont a.spot5:active,
.spot5:active{ background:#9f1330; }


/* btn : spot6 */
.btn-cont a.spot6,
.btn.spot6,
.btn2.spot6,
.btn3.spot6,
.btn4.spot6  { 
	color:#fff;
	background-color:#6b1f55;
	border:1px solid #6b1f55; 
}
.btn-cont a.spot6:hover,
.btn-cont a.spot6:focus,
.spot6:hover, 
.spot6:focus { background:#5a1951; }
.btn-cont a.spot6:active,
.spot6:active{ background:#4c1952; }

.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;
}
.btn2.add  { 
	color:#fff;
	background-color:#8c8c8c;
	border:1px solid #8c8c8c; 
	font-size:13px;
	padding:0;
	min-width:48px;
}
.btn-cont a.add:hover,
.btn-cont a.add:focus,
.add:hover, 
.add:focus { background:#999; }
.btn-cont a.add:active,
.add:active{ background:#888; }

/* 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;
}


/* ico */
ul.file {
    padding: 0px !important;
    border-bottom : 0px !important;
}
a.file { 
	display:inline-block !important;
	*zoom:1 !important;
	*display:inline !important;
	padding-left:23px !important;
	background:url('../../images/user/common/ico_file.png') 0 center no-repeat !important; 
	color:#0d69d0 !important;
}
p.file { 
	display:block;
	margin-top:10px;
}
p.file + p.file { margin-top:3px;}
a.file: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 center no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:15px;
	height:18px;
	position:relative;
	top:-2px;
	
}
.ico { 
	width:20px;
	height:20px;
	text-indent:-999px;
	overflow:hidden;
	padding-left:0;
}
.ico.file { height:28px; }
i.star { 
	display:inline-block;
	width:11px;
	height:10px; 
	vertical-align:middle;
	background:url('../../images/user/common/star.svg') 0 0 no-repeat;
	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.fb,
.ico.tt,
.ico.print {
	width:37px;
	height:37px;
	display:inline-block;
	margin:0 2px;
	text-indent:-999px;
	overflow:hidden;
	text-align:left;
}
.ico.fb { background:url("../../images/user/common/ico_fb.svg") 0 0 no-repeat; }
.ico.tt { background:url("../../images/user/common/ico_tt.svg") 0 0 no-repeat; }
.ico.print { background:url("../../images/user/common/ico_print.svg") 0 0 no-repeat; }

/* jquery-plugin tab : ui-tabs */
.tabs { 
	position: relative;
}
.tabs .ui-tabs-nav { 
	min-height:60px;
	width:100%;
	display:inline-block;
}
.tabs .ui-tabs-nav li { 
	float:left;
	white-space: nowrap;
	font-weight:400; 
	min-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:17px;
	min-height:60px;
	line-height:24px;
	padding:17px 0;
	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:after {
	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;
}
.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 !important;	
	background: rgb(9,208,83); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(9,208,83,1) 0%, rgba(0,154,116,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(9,208,83,1) 0%,rgba(0,154,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(9,208,83,1) 0%,rgba(0,154,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09d053', endColorstr='#009a74',GradientType=1 ); /* IE6-9 */ /* IE6-9 */
	left:50%;
	top:20px;
	margin-left:-550px;
	padding-bottom:20px;
}
.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;
    width: -moz-fit-content;
    width: fit-content; 
}
.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:20px 70px 20px 70px;
	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:16px;
	color:#000;
	font-weight:400;
}
.ui-accordion-header:before {
	content:"Q";
	font-size:24px;
	color:#009a74;
	position:absolute;
	left:30px;
	font-weight:400;
	font-family:"Open Sans";
}
.ui-accordion-header cite { 
	color:#777;
	display:inline-block;
	width:40px; 
}
.ui-accordion-header-active { 
	border-bottom:1px solid #dcdcdc;
	color:#009a74;
}
.ui-accordion-header:hover,
.ui-accordion-header:focus { outline:0; }
.ui-accordion-header-icon { 
	position:absolute;
	top:20px;
	right:20px;
	width:20px;
	height:20px;
	overflow:hidden;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	opacity:.5;
}
.ui-accordion-header-icon:before {
	content:"";
	position:absolute;
	top:-5px;
	left:1px;
	width:16px;
	height:16px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	-webkit-transform:rotate(-225deg);
	-moz-transform:rotate(-225deg);
	-ms-transform:rotate(-225deg);
	transform:rotate(-225deg);
}
.ui-accordion-header-active .ui-accordion-header-icon { 	
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity:1;
}
.ui-accordion-content { 
	padding:30px 70px;
	border-bottom:1px solid #dcdcdc;
	color:#333;
	font-size:15px;
	font-weight:400;
	line-height:28px;
	background:#fbfbfb;
	letter-spacing:0;
}
.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-button:focus {
	outline:0;
}
.ui-selectmenu-button + input { margin-left:6px; }
.ui-selectmenu-menu ul {
	background:#fff;
	margin-top:-1px;
}
.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: 15px;
	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:15px;
	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 : 140px !important}
.cal {width: 140px !important}
.cal + .ui-datepicker-trigger {
    position:relative;
    margin-left:-27px;
    vertical-align:middle;
}
.datepicker + .ui-datepicker-trigger {
    position:relative;
    vertical-align:middle;
	top:2px;
}
.ui-datepicker { 
	background-color:#fff;
	margin-top:-1px;
	border: 1px solid #aaa;
	width: 200px;
	padding:20px 10px 10px;
	display: none; 
	box-shadow:4px 4px 0 rgba(0,0,0,.1);
}
.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;
	text-indent:-999px;
	background-repeat:no-repeat;
	cursor:pointer; 
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover { 
}
.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 select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { 
	width: 40%;
	margin:0 2px;
	padding:1px;
	border:1px solid #aaa; 
	font-size: 1em;
	vertical-align:middle;
	height:30px;
}
.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; }
.due { 
	display:inline-block; 
	vertical-align:middle;
	margin:0 10px;
	font-size:15px;
	color:#555;
	position:relative;
	top:3px;
}
/* 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:0;
    text-indent:-999px;
    border:0;
    background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{
	position:absolute;
	top:0;
	left:0;
	width:45px;
	height:45px;	
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:before ,
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:after {
	content:"";
	width:50%;
	height:2px;
	position:absolute;
	background:#fff;	
	left:25%;
	top:50%;
} 
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:before { 
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:after {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.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 + button { margin-left:6px; } 
.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; 
}

/* total */
.total { 
	font-size:15px; 
	color:#555;
	margin:15px 0;
	letter-spacing:0;
}
.total em { font-weight:400; }

/* sch-cont */
.total + .sch-cont { margin-left:300px;margin-top:-55px; }
.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 .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 label {
    padding:5px 5px;
    vertical-align:middle;
}
.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 .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:inline-block;
	width:22px;
	height:22px;
	margin-right:5px;
	background:url("../../images/user/common/ico_sch.png") 0 0 no-repeat;
	position:relative;
	top:5px
}
.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%);
}

.detail-sch td .ui-selectmenu-button {
	margin-bottom:4px;
}

/* 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; }

/* table : info-type */
.info-type { clear:both; }

.info-type table { 
	border-top:2px solid #003a79;
}
.info-type table thead th { 
	background-color:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	font-size:15px;
}
.info-type table th { 
	padding:14px 0 14px 20px;
	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 { 
	display:block;
	font-weight:normal;
	font-size:13px;
	color:#777;
}
.info-type table td { 
	padding:14px 20px 14px 20px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	color:#333; 
	font-weight:400;
	font-size:15px;
}
.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:15px;
	color:#333; 
}
.info-type table td a:hover,
.info-type table td a em { 
	text-decoration:underline; 
}
.info-type table + table { margin-top:10px; }
.info-type table th strong { font-size:15px;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.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;
}
.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;
	border-bottom:1px solid #dcdcdc;
}
.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;
}
.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:32px;
	*height:auto;
	border-bottom:1px solid #dcdcdc;
	vertical-align:middle;
	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:middle;
	padding-left:2px;
	padding-right:2px; 
	font-size:15px;
	line-height:28px;
}
.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%;
	text-overflow:ellipsis; 
}
.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.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 .blue th,
.list-type table tbody .blue td { 
	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 }
.list-type table tfoot td {
	border-top:1px solid #777;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	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 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:50%;
}
.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%;
}
.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; 
}
.list-type tbody.group th,
.list-type tbody.group td { 
	border-bottom:0;
}
.list-type tbody.group + tbody.group th,
.list-type tbody.group + tbody.group td {
	border-top:1px solid #dcdcdc;
}

/* data-detail */
.data-detail {
	background:#f9f9f9;
	height:36px;
	line-height:36px;
	font-weight:400;
	padding:0 20px;
	text-align:left;
}
.data-detail dt {
	display:inline-block;
	color:#777;
}
.data-detail dt:after {
	content:":";
	color:#777;
	display:inline-block;
	margin:0 8px;
}
.data-detail dd {
	display:inline-block;
	color:#000;
}
.data-detail dd + dt { margin-left:30px; }

.txt-list .list-type { margin-top:10px; }
.list-type1 + .list-type { margin-top:10px; }

.comment { 
	display:block;
	margin-top:15px;
	line-height:24px;
	margin-bottom:10px;
	color:#0c69d0; 
	font-weight:400;
}
.comment2 { 
	position:relative;
	display:block;
	margin-top:15px;
	margin-bottom:10px;
	color:#009d8c; 
	font-weight:400;
	padding-left:20px;
}
.comment2:before {
	content:"※";
	position:absolute;
	top:0;
	left:0;
}
strong.comment { 
	display:block;
	margin-top:36px;
	margin-bottom:10px;
	color:#0c77ca;
	font-size:15px;
	line-height:1.714em; 
	font-weight:400;
}

.printpage h1 { 
	text-align:center;
	margin-bottom:30px; 
}

.txt { font-size:15px; }
.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.box {
	border:1px solid #ddd;
	padding:20px;
}
h5.box + .list-type1.box { margin-top:-1px; }
.list-type1 li {
	font-size:15px;
	padding-left:15px;
	position:relative;
}
.list-type1 li + li {
	margin-top:6px;
}
.list-type1 li:before {
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	background:#c9c9c9;
	left:0;
	top:12px;
}
td .list-type1 {
	line-height:22px;
}
td .list-type1 li:before {
	top:8px;
}
ol.num-list {
	counter-reset: my-badass-counter;
}
ol.num-list li {
	font-size:15px;
	padding-left:25px;
	position:relative;
}
ol.num-list li + li {
	margin-top:6px;
}
ol.num-list li:before {
	content:counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
	position:absolute;
	left:0px;
	top:0px;
}
ol.num-list li cite {
	display:inline-block;
	width:70px;
	margin-right:15px;
	color:#000;
	font-weight:400;
	position:relative;
}
ol.num-list li cite:after {
	content:"";
	position:absolute;
	width:1px;
	height:14px;
	background:#ccc;
	right:0px;
	top:8px;
}
ol.num-list li .policy {
	margin-top:0;
}

/* 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;
}

/* 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;
}
.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 input + span { margin-left:15px;color:#999; }
.write-type table td a + span { margin-left:15px;color:#999; }
.write-type table td label { 
	display:inline-block;
	min-width:75px;
	box-sizing:border-box; 
	font-size:15px;
	color:#555;
	margin-right:15px;
}
.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 input[type="password"] + label{ margin-left:60px }
.write-type table td p { line-height:24px; }
.write-type table td label + input.q3 { width:69.3%; }
.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;
}
.write-type table td.join-txt img { vertical-align:middle; }
.write-type table td.join-txt > span { color:#000;margin-left:10px;vertical-align:middle;font-weight:400;font-size:18px; }
.join-txt .sign { 
	text-align:left;
	margin:30px 0;
	padding-left:560px;
}
.join-txt .sign li {
	white-space:nowrap;
}
.join-txt .sign li + li { margin-top:8px; }
.join-txt .sign li cite { 
	color:#333;
	display:inline-block;
	width:65px; 
}
.join-txt .sign li input[type="text"] {
	width:120px;
}
.join-txt .sign li span {
	color:#999 !important;
	margin-left:5px;
	font-size:15px;
}
.join-txt .sign li strong { font-weight:400;color:#000;display:inline-block;width:120px; }

.mobile-change { margin-top:10px;padding-top:10px;border-top:1px dotted #ccc; }

.apply-step { 
	text-align:center;
	margin-bottom:40px;	
}
.apply-step li { 
	display:inline-block; 
	width:240px;
	height:120px;
	border-radius:60px;
	background: rgb(18,152,255);
    background: -moz-linear-gradient(45deg, rgba(18,152,255,1) 0%, rgba(0,215,92,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(18,152,255,1) 0%,rgba(0,215,92,1) 100%);
    background: linear-gradient(45deg, rgba(18,152,255,1) 0%,rgba(0,215,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1298ff', endColorstr='#00d75c',GradientType=1 );
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
	position:relative;
}
.apply-step li:nth-of-type(1) { z-index:6 }
.apply-step li:nth-of-type(2) { z-index:5 }
.apply-step li:nth-of-type(3) { z-index:4 }
.apply-step li:nth-of-type(4) { z-index:3 }
.apply-step li:nth-of-type(5) { z-index:2 }
.apply-step li:nth-of-type(6) { z-index:1 }
.apply-step li ~ li { margin-left:-60px; }
.apply-step li span { 
	background:#fff; 
	width:220px;
	height:100px;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	display:flex;
	border-radius:50px;
	padding:0 50px;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.apply-step li:after { 
	content:'';
	width:0;
	height:0;
	border:7px solid transparent;
	boerder-right:0;
	border-left:10px solid #00d75c;	
	position:absolute;
	right:15px;
	top:53px;
}
.apply-step li.current ~ li { background:#ddd; }
.apply-step li.current ~ li span { color:#999; }
.apply-step li.current ~ li:after { border-left:10px solid #ddd; }
.apply-step li:last-child:after { content:none; }

.write-type.application { border-top:1px solid #003a79; }
.write-type.application > strong {
	display:block;
	text-align:center;
	padding:60px 0 40px 0;
	font-size:28px;
	font-family:"nanumsquare";
	font-weight:700;
}
.write-type.application > span { margin-bottom:10px;color:#555; }
.write-type.application table {	clear:both; }
.write-type.application table tbody th { background:#fff;color:#777; }
.write-type.application table tbody th[rowspan],
.write-type.application table tbody th.bg { 
	background:#f9f9f9;
	color:#333;
	font-weight:500;
	text-align:center; 
}
.write-type.application .division { float:left;width:50%;box-sizing:border-box;padding:10px 20px;margin:-10px 0; }
.write-type.application .division:first-child { padding-left:0; }
.write-type.application .division:last-child { padding-right:0; }
.write-type.application .division + .division { border-left:1px solid #dcdcdc; }
.application .list-type1 li:last-child { margin-bottom:10px; }

/* accretion */
.accretion {
	border:1px solid #dcdcdc;
}
.accretion ul {
	padding:0 50px;
}
.accretion li {
	padding:10px 20px 20px;
	position:relative;
}
.accretion li + li {
	border-top:1px dashed #dcdcdc;
	padding-top:30px;
}
.accretion li span.num { 
	position:absolute;
	width:50px;
	height:50px;
	background:#ababab;
	color:#fff;
	font-family:"Open Sans";
	font-weight:400;
	text-align:center;
	line-height:50px;
	font-size:24px;
	top:0;
	left:-50px;
}
.accretion li + li span.num {
	top:20px;
}
.accretion li p.tit {
	font-weight:400;
	padding-left:16px;
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#000;
	margin-bottom:10px;
}
.accretion li p.tit ~ p.tit {
	margin-top:20px;
}
.accretion li p.tit:before {
	position:absolute;
	width:5px;
	height:5px;
	content:"";
	background:#c6c6c6;
	left:0;
	top:10px;
}
.accretion li p.tit span {
	display:block;
	font-size:15px;
	color:#555;
}
.accretion li cite {
	display:inline-block;
	margin-left:25px;
	color:#777;
}
.accretion li cite + a { 
	color:#0c69d0;
	border-bottom:1px solid #0c69d0;
}
.accretion .upload { 
	margin-top:10px; 
	position:relative;
}
.accretion .upload a.btn2:not(.add) { 
	border:1px solid #777777;
	background:#fbfbfb;
	color:#333; 
}
td .desc,
.accretion .desc {
	color:#0c69d0;
	font-size:14px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:20px;
}
.accretion a.add ~ .upload {
	margin-left:54px;
	padding-right:54px;
}
.accretion a.add ~ .upload a.add { 
	position:absolute;
	bottom:0;
	right:0;
}
.accretion li > a.add {
	position:absolute;
}
.accretion .commission {
	background:#f9f9f9;
	border-top:1px solid #dcdcdc;
	padding:20px;
	text-align:center;
	color:#000;
	font-size:16px;
	font-weight:400;
}
.accretion .commission input {
	background:#f9f9f9;
	width:100px;
	height:34px;
	line-height:32px;
	text-align:center;
	margin:0 10px;
}
.accretion a.file { 
	padding-left:0;
	background:none;
	margin-right:20px;
	border-bottom:1px solid #0d69d0;
}
.accretion .result {
	padding:20px;
	text-align:center;
	color:#000;
	border-top:1px solid #dcdcdc;
	font-size:16px;
}
.accretion .result em { margin-left:20px;font-weight:500; }

td div.tit {
    position:relative;
    font-size:14px;
    line-height:26px;
    color:#000;
    margin-bottom:10px;
}

/* 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; }
.tabs + .view-type { margin-top:50px; }
.view-type { clear:both; }
.view-type img { max-width : 100% }
.view-type table { border-top:2px solid #003a79; }
.view-type thead 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 thead td { 
	padding:13px 30px;
	line-height:24px;
	vertical-align:top;color:#444;
	font-size:15px;
}
.view-type thead td .fr { font-weight:500; }
.view-type thead td cite { 
	margin-right:20px;
	font-weight:600;
	color:#666; 
}
.view-type thead td a { text-decoration:underline; }
.view-type tfoot td { 
	padding:13px 30px ;
	line-height:24px;
	border-top:1px solid #dcdcdc;
	text-align:left; 
	font-size:1.07em;
}
.view-type tfoot tr:first-child td { border-top:2px solid #003a79; }
.view-type tfoot 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 tfoot td cite:after {
	content:"";
	width:1px;
	height:13px;
	display:inline-block;
	background:#ddd;
	margin-left:25px;
	vertical-align:middle;
}
.view-type tfoot td .date { 
	color:#777;
	display:inline-block;
	vertical-align:middle;
	margin-right:25px;
}
.view-type tfoot 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 tfoot td a:hover { 
	text-decoration:underline;
}
.view-type tbody td { 
	padding:30px;
	border-top:1px solid #dcdcdc;
	font-size:15px;
	line-height:1.9em;
}
.view-type tbody td em {
	color:inherit;
	font-style:italic;
}
.view-type tbody td span {
	color:inherit;
}
.view-type tbody td textarea { 
	width:910px;
	height:100px;
}

.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;
}

/* 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:15px;
	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;
}
.list-more.list-loading span {
}
.list-more:hover {
	color:#003a79;
}

.add-product {
	display:block;
	margin-top:-1px; 
	text-align:center;
	padding:20px;
	color:#000;
	font-size:15px;
}
.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	{ 
	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;
	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{	
	width:1100px;
	margin:0 auto;
	box-sizing:border-box;
}
.site-header .util {
	border-bottom:1px solid #e6e6e6;
	opacity:.7;
}
.site-header .util a.m-login {  
	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;
}
.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;
}
.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;
	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;
	width:420px;
	font-size:0;
	font-weight:700;
	color:#032d59;
	font-family:"nanumsquare";
	background:url('../../images/user/layout/logo.svg?_v=230223') 0 center no-repeat;
	background-size:auto 45px;
}
.site-header h1 a span {
	color:#00b727;
	display:none;
}
.site-header h1 a span:before {
	content:"";
	width:1px;
	height:18px;
	background:#b3c0cd;
	display:inline-block;
	margin:0 17px;
	vertical-align:middle;


}
.site-header .area-logo .lnk { 
	float:right;
	padding:10px 20px;
	background: rgb(18,152,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(18,152,255,1) 0%, rgba(0,215,92,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(18,152,255,1) 0%,rgba(0,215,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(18,152,255,1) 0%,rgba(0,215,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1298ff', endColorstr='#00d75c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.site-header .area-logo li a {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	font-family:"nanumsquare";
	font-size:15px;
	font-weight:700;
	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:16.6%;
}
.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:0px;
}
/*.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 {
	/* 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;
	width:1100px;
	width:/*＼**/1100px; /* IE8 */
	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 .site-contents h4 {
	color:#003a79;
	font-size:24px;
	font-family:"nanumsquare";
	font-weight:600;
	margin-bottom:20px;
	margin-top:40px;
}
.site-body .site-contents h4:first-child,
.site-body .site-contents input + h4,
.site-body .site-contents .policy h4:first-child { margin-top:0; } 

.site-body .site-contents h4.empas {
	font-size:1.538em;
	color:#003a79;
	margin-top:60px;
}
.site-body .site-contents h5 {
	font-size:16px;
	color:#333;
	margin-top:50px;
}
.site-body .site-contents h5.box {
	font-size:18px;
	color:#333;
	margin-top:30px;
	border:1px solid #ddd;
	padding:10px 20px;
	display:inline-block;
}
.site-body .site-contents .guide_img {
	margin-top:10px;
}
.site-body .site-contents .guide_img img {
	display:block;
	border:1px solid #ccc;
	max-width:100%;
}
h4.empas + p {
	font-size:15px;
	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-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 { 
	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;
	font-size:1.154em;
	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;
}
.step li {
	float:left;
	width:33.3%;
	height:50px;
	font-size:16px;
	line-height:46px;
	color:#777;
	font-weight:200;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #cccccc;
	background:#fbfbfb;
	letter-spacing:0;
}
.step li + li {	margin-left:-1px;}
.step li.current {
	border-color:#003a79;
	color:#003a79;
	background:#fff;
	z-index:1;
	position:relative;
}
.step 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;
}


/* -----------------------
	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:1.538em;
	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; 
}

/* -----------------------
	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-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:15px;
	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:15px;
	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:15px;
}
.step2 li strong {
	color:#000;
	font-size:15px;
	font-weight:400;
}

/* diagram */
.diagram {}
.diagram img {
	display:block;
	margin:0 auto;
}

/* -----------------------
	MAIN
 ----------------------- */
.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%;
	-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 p {
	position:absolute;
	color:#fff;
	font-family:"Nanum Myeongjo";
	font-size:22px;
	line-height:32px;
	top:140px;
	left:50%;
	padding-left:64px;
}
.mn-visual .bxslider li span {
	display:block;
	margin-left:-64px;
}
.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;
	opacity:0;
}
.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);
	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-top:60px;
}
.mn-row:nth-of-type(2n) {
	padding-top:30px;
}
.mn-row h3 {
	display:block;	
    color: #00564d;
    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 #ced9e5;
}
.mn-row a.mn-more {
	overflow:hidden;
	position:absolute;
	-webkit-transition:all .5s;
	transition:all .5s;
	top:9px;
	right:20px;
	height:41px;
	width:41px;
	text-indent:-999px;
	border-radius:50%;
}
.mn-row a.mn-more:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.mn-row a.mn-more:before {
	content:"";
	width:13px;
	height:3px;
	background:#00cc4d;
	position:absolute;
	left:14px;
	top:19px;
}
.mn-row a.mn-more:after {
	content:"";
	width:3px;
	height:13px;
	background:#00cc4d;
	position:absolute;
	left:19px;
	top:14px;
}
.mn-fl { 
	float:left;
	clear:left;
	width:75%;
}
.mn-fr {
	float:right;
	clear:right;
	width:25%;
}
.mn-quick {
	padding:20px 0;
	background: rgb(8,208,83); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(8,208,83,1) 0%, rgba(3,157,141,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(8,208,83,1) 0%,rgba(3,157,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(8,208,83,1) 0%,rgba(3,157,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08d053', endColorstr='#039d8d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mn-quick ul {
	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:9px 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 */
.mn-board {
	border:1px solid #dcdcdc;
	padding:0 30px 30px 30px;
	box-sizing:border-box;
}
.mn-board .list-type {
	margin-top:0;
}
.mn-board .list-type table {
	border-top:0;
}
.mn-board .list-type thead th {
	background:transparent;
	border-bottom:1px solid #ced9e5;
}
.mn-board .list-type tbody td {
	border-bottom:1px dashed #ced9e5;
}
/* mn-news */
.mn-news {
	width:725px;
	width:65.9%;
	float:left;
	position:relative;
}
.mn-news {
	border:1px solid #dcdcdc;
	padding:0 30px 30px;
	height:365px;
	box-sizing:border-box;
}
.mn-news ul {
	padding-top:15px;
}
.mn-news 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-news ul li a {
	color:#555;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	text-overflow:ellipsis;
	float:left;
	max-width:calc(100% - 100px);
}
.mn-news ul li a:hover,
.mn-news ul li a:focus {
	border-bottom:1px solid #777;
}
.mn-news ul li time {
	float:right;
	color:#777;
	display:inline-block;
	width:80px;
}
.mn-news .highlight {
	padding:20px 0 20px 136px;
	border-bottom:1px dashed #ced9e5;
	position:relative;
	height:110px;
}
.mn-news .highlight a {
	
}
.mn-news .highlight strong {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:22px;
	font-weight:400;
	color:#333;
}
.mn-news .highlight p {
	color:#777;
	margin-top:15px;
	font-size:15px;
	line-height:23px;
	height:69px;
	overflow:hidden;
}
.mn-news .highlight time {
	position:absolute;
	background:#00c2b2;
	height:110px;
	width:110px;
	text-align:center;
	font-size:30px;
	font-family:"Myriad Pro";
	font-weight:500;
	letter-spacing:-0.01em;
	color:#fff;
	line-height:1em;
	box-sizing:border-box;
	padding-top:15px;
	top:20px;
	left:0;
}
.mn-news .highlight time span {
	display:block;
	font-size:18px;
	line-height:1em;
}
.mn-news .highlight time span:before {
	background:#fff;
	width:20px;
	height:2px;
	display:block;
	content:"";
	margin:12px auto;
}

/* mn-etc */
.mn-etc {
	position:relative;
	float:right;
	width:350px;
	width:31.82%;
	height:365px;
	box-sizing:border-box;	
}
.mn-etc ul {
	position:relative;
	height:276px;
	box-sizing:border-box;
	background: rgb(10,208,193); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(10,208,193,1) 0%, rgba(16,158,205,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(10,208,193,1) 0%,rgba(16,158,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(10,208,193,1) 0%,rgba(16,158,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ad0c1', endColorstr='#109ecd',GradientType=1 ); /* IE6-9 */
}
.mn-etc ul:before {
	content:"";
	position:absolute;
	top:50%;
	left:10px;
	right:10px;
	height:1px;
	background:rgba(255,255,255,.5);
}
.mn-etc ul:after {
	content:"";
	position:absolute;
	top:10px;
	bottom:10px;
	left:50%;
	width:1px;
	background:rgba(255,255,255,.5);
}
.mn-etc li {
	float:left;
	width:50%;
	height:138px;
	box-sizing:border-box;
}
.mn-etc li a {
	display:block;
	height:138px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-family:"nanumsquare";
	font-weight:400;
	padding-top:20px;
	box-sizing:border-box;
}
.mn-etc li a img {
	display:block;
	margin:0 auto 10px;
}
.mn-etc .mn-faq {
	display:block;
	background:url('../../images/user/main/quick_btm_faq.svg') 35px 20px no-repeat #a6b2be;
	height:83px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	line-height:83px;
	color:#fff;
	font-size:16px;
	padding-left: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 cite {
	color:#fff;
	background:#00c2b2;
	font-family:"open sans","nanumsquare";
	font-weight:400;
	font-size:18px;
	line-height:36px;
	height:36px;
	width:144px;
	text-align:center;
	display:block;
	margin:15px auto 10px;
}
.mn-cal ul {
	padding-top:30px;
	border-top:1px solid #00c2b2;
	margin-top:-30px;
}
.mn-cal li {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:15px;
	line-height:21px;
	height:30px;
	padding-top:3px;
	box-sizing:border-box;
	font-weight:400;
}
.mn-cal li span {
	color:#00c2b2;
	display:inline-block;
	vertical-align:middle;
	width:44px;
}
.mn-cal li a {
	color:#555;
	display:inline-block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle;
}
.mn-cal li a:hover,
.mn-cal li a:focus {
	border-bottom:1px solid #777;
}
.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;
	background:#fff;
	position:relative;
}
.mn-bnn li a {
	display:block;
}
.mn-bnn li a img { width:100%; }
.mn-row > h3 {
	width:1100px;
	margin:30px auto 10px;
	color:#003a79;
	font-family:"nanumsquare";
	font-size:18px;
	line-height:20px;
	font-weight:800;
	height:auto;
	text-align:left;
	border-bottom:0;
}
.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;
}
/* -----------------------
	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:15px;
}
.terms-txt { 
	padding:20px;
	height:220px;
	overflow-y:scroll;
	white-space:pre-wrap;
	border:1px solid #dddddd; 
	font-size:15px;
}
.terms-txt-etc { 
	padding:20px;
	border:1px solid #dddddd; 
	font-size:15px;
}
strong.caption {
	display:block;
	margin-top:20px;
	text-align:center;
	font-size:18px;
}
.policy .terms-txt-etc p { font-size:15px; }
.terms-agree {
	margin-top:10px;
	font-weight:400;
}
.terms-agree label + label { margin-top:10px; }

.border-box { 
	margin-top:40px;
	border:1px solid #dcdcdc;
	padding:15px 30px;
}
.terms-quick {
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	padding:20px 30px;
	font-size:15px;
	margin-top:40px;
}
.terms-quick.col3 {
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
}

.terms-quick dt,
.terms-quick dd { margin:3px 0; }
.terms-quick dt a{
	color:#000;
	font-weight:400;
	line-height:24px;
	margin:3px 0 3px;
}
.terms-quick dd + dt {
	margin-top:35px;
}
.terms-quick dd a{
	color:#555;
	font-weight:400;
	line-height:24px;
}
.terms-quick a:hover {
	border-bottom:1px solid #555;
}
.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", "나눔 명조";
} 

/* desc */
.mem-desc,
div[class^=desc-] { 
	border:1px solid #dcdcdc;
	padding:30px 30px 30px 127px;
	position:relative;
}
.mem-desc:before,
div[class^=desc]:before {
	content:"";
	position:absolute;
	width:58px;
	height:58px;
	background:url("../../images/user/common/ico_mem.svg") 0 0 no-repeat;
	left:40px;
	top:30px;
} 
.mem-desc strong,
div[class^=desc] strong {
	font-size:23px;
	color:#003a79;
	font-family:"nanumsquare";
	font-weight:600;
	display:block;
}
.mem-desc p,
div[class^=desc] p {
	margin-top:12px;
	color:#555;
	font-size:15px;
	font-weight:400;
}

div.desc-intro01:before {
	width:54px;
	height:54px;
	background:url("../../images/user/contents/ico_intro01.svg") 0 0 no-repeat;
}
div.desc-intro03:before {
	width:45px;
	height:63px;
	background:url("../../images/user/contents/ico_intro03.svg") 0 0 no-repeat;
}
div.desc-intro04:before {
	width:63px;
	height:61px;
	top:26px;
	background:url("../../images/user/contents/ico_intro04.svg") 0 0 no-repeat;
}
div.desc-intro05:before {
    width:38px;
    height:57px;
    left:50px;
    background:url("../../images/user/contents/ico_intro05.svg") 0 0 no-repeat;
}

div.desc-media {
    padding: 10px 10px 10px 10px;
    background:#f9f8f8;
}

div.desc-media:before {
    background:none;
}
.policy { margin-top:60px; }

.tabs .policy { margin-top:0px; }
.policy p,
.policy ol {
	font-size:14px;
	line-height:1.9em;
}
.policy p.dep,
.policy ol ol,
.policy ol ul {
	padding-left:20px;
}
.policy table {
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px solid #777;
}
.policy table th {
	border-bottom:1px solid #ccc;
	background:#f9f9f9;
	padding:10px 0;
	text-align:center;
}
.policy table td {
	border-bottom:1px solid #ddd;
	padding:10px;
	text-align:center;
	font-size:14px;
}
.policy table td[rowspan]:first-child {
	border-right:1px solid #ddd;
}

.policy table td + td { border-left:1px solid #ddd; }
.policy table td.al {
	text-align:left;
}

.policy .tbl-outer td { vertical-align:top; }
.policy .tbl-inner th {
	line-height:1.3em;    
	padding: 5px 0;
    text-align: center;
    height: 38px;
}
.policy .tbl-inner th:nth-of-type(1) {
	border-left:1px solid #ddd; 
}
.policy .tbl-inner th:nth-last-of-type(1) {
	border-right:1px solid #ddd; 
}
.policy .tbl-inner td { 
	padding:10px 5px;
	line-height:1.4em;
	border:1px solid #ddd; 
	vertical-align:middle;
}


.site-body .site-contents .policy h4 {
	font-size:18px;
	margin-top:30px;
	margin-bottom:8px;
	font-weight:400;
	color:#000;
	font-family:"Noto Sans KR";
}
.policy h5 {
	font-size:19px;
	margin-top:30px;
	margin-bottom:15px;
	font-weight:500;
	color:#555;
}
.policy h4 + h5 { margin-top:10px; }
.policy .btn {
	width:auto;
	margin-top:50px;
}

a.go-top {
	position:fixed;
	width:60px;
	height:60px;
	box-sizing:border-box;
	border:1px solid #dcdcdc;
	background:#fff;
	bottom:60px;
	right:50%;
	margin-right:-630px;
	text-align:center;
	font-size:12px;
	color:#000;
	font-weight:400;
}
a.go-top:before {
	content:"";
	display:block;
	margin:18px auto -5px;
	width:10px;
	height:10px;
	border-top:2px solid #aaa;
	border-left:2px solid #aaa;
	border-right:2px solid transparent;
	border-bottom:2px solid transparent;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* 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;
}

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; }
*+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;
}
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; 
}

/* 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:-43px;
	top:0px;
	width:34px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background-size:31px;
}
.layerPopup .pop-close:before { 
	content:"";
	position:absolute;
	width:160%;
	height:2px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	top:14px;
	left:-30%;
}
.layerPopup .pop-close:after { 
	content:"";
	position:absolute;
	width:140%;
	height:2px;
	background:#fff;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:14px;
	left:-20%;
}
.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; 
}

.layerPopup .pop-login p.pop-comment { margin-top:40px;margin-bottom:-15px;font-weight:300; }


/* 로그인 */
.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;
	font-size:20px;
}
.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; 
	box-sizing:border-box;
	min-height:100vh;
	overflow:hidden;
}
.popup .comment { 
	margin-bottom:25px; 
}
.popup .pop-header { 
	height:76px;
	background-color:#f2f2f2;
	position:relative;
	border-bottom:1px solid #383c3f; 
}
.popup .pop-header h1 { 
	line-height:76px;
	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;
	transform:rotate(45deg);
}
.popup .pop-close:after {
	content:"";
	position:absolute;
	height:2px;
	width:140%;
	background:#000;
	top:50%;
	left:-20%;
	margin-top:-1px;
	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; }

.pop-body .wrapper { margin-top:30px;padding-top:0; }
.pop-body .wrapper .templete { top:1px }

/*  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  */
.pop-notice {
    border:2px solid #003a79;
    position:absolute;
    width:500px;
    top:200px;
    left:50%;
    margin-left:-250px;
    background:#fff;
    z-index:9999;
}

.pop-notice .noti-contents {
    padding:50px 40px;
}

.pop-notice .noti-contents h1,
.pop-notice .noti-contents h2,
.pop-notice .noti-contents h3,
.pop-notice .noti-contents h4,
.pop-notice .noti-contents h5,
.pop-notice .noti-contents h6 { line-height:1.4em; }
.pop-notice .noti-contents p { margin:5px 0;line-height:1.7em; }
.pop-notice .noti-contents ol li { list-style-type:decimal; }
.pop-notice .noti-contents ul li { list-style-type:disc; }
.pop-notice .noti-contents a { color:blue;text-decoration:underline; }
.pop-notice img {
    display:block;
}
.pop-notice a.pop-close {
    position:absolute;
    width:25px;
    height:25px;
    top:20px;
    right:20px;
    background:url("../../images/user/main/close_pop.png") center center no-repeat;
    text-indent:-999px;
    overflow:hidden;
}
.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%;
}

/* mn-popup-area */
.mn-popup-area { position:absolute;top:100px;left:100px;font-size:0;line-height:0; }
.mn-popup-area .pop-notice { position:relative;top:0;left:0;margin-left:0px;margin-right:10px;margin-bottom:10px;display:inline-block;vertical-align:top;font-size:13px;line-height:1.769em; }

.layertip-notice {
	border:2px solid #003a79;
	position:absolute;
	width:500px;
	background:#fff;
	z-index:9999;
	top:5px;
	right:50%;
	margin-right:-550px;
}
.layertip-notice img {
	display:block;
}
.layertip-notice a.pop-close {
	position:absolute;
	width:25px;
	height:25px;
	top:20px;
	right:20px;
	background:url("../../images/user/main/close_pop.png") center center no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
.layertip-notice p {
	background:#f5f5f5;
	border-top:1px solid #ddd;
	padding:8px 20px;
	color:#555;
	font-size:13px;
	color:#000;
}
/* 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; 
}

/* 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{
	width:1100px;
	min-width:320px;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
}
.site-mn .site-footer .wrap {
	width:1100px;
}
.footer-primary .wrap {
	height:70px;
}
.footer-primary .logo {
	background:url('../../images/user/layout/logo_white.svg') 0 0 no-repeat;	
	width:109px;
	height:34px;
	display:block;
	float:left;
	text-indent:-999px;
	margin-top:15px;
	margin-right:30px;
}
.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 cite {
	color:#b4b4b8;
	margin-right:8px;
	font-weight:400;
	font-size:22px;
	vertical-align:baseline;
	position:relative;
	top:-2px;
}
.footer-primary p strong {
	font-size:20px;
	font-weight:300;
	font-family:"Myriad Pro";
	vertical-align:baseline;
}
.footer-primary p span {
	color:#b4b4b8;
	margin-left:10px;
	vertical-align:baseline;
	position:relative;
	top:-2px;
}

.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:15px;
	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?_v=230223') 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;
}

.ai-progress { 
	width:400px;
	margin:50px auto; 
	border-bottom:20px solid #eee;
}
.ai-progress .progressbar-text { 
	font-size:60px !important;
	font-weight:bold !important;
	transform: translate(-50%, -75%) !important;
}
.ai-progress .progressbar-text:after { content:'%';font-size:40px; }

.ai-chat {
	margin-top:50px;
	border:1px solid #d7dbe1;
	background:#f5f7fa;
	border-radius:15px;
	overflow:hidden;
}
.ai-chat .ai-chat-list {
	padding:30px;
	overflow-y:scroll;
	height:400px;
}
.ai-chat .ai-chat-list ul { overflow:hidden; }
.ai-chat .ai-chat-list li {	
	font-size:18px;
	border-radius:12px;
	max-width:70%;
	word-break:break-all;
	padding:12px 15px;
	position:relative;
	clear:both;
	margin-bottom:15px;
}
.ai-chat .ai-chat-list li p { font-size:500; }
.ai-chat .ai-chat-list li.chat-bot {
	float:left;
	background:#fff;
	border:1px solid #dfdfdf;
	margin-left:60px;
}
.ai-chat .ai-chat-list li a { color:#0c69d0;border-bottom:1px solid #0c69d0; }
.ai-chat .ai-chat-list li.chat-bot .chat-profile {
	width:50px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
	background:#fff;
	border:1px solid #dfdfdf;
	box-sizing:border-box;
	position:absolute;
	left:-60px;
	top:0;
}
.ai-chat .ai-chat-list li.chat-bot .chat-profile img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.ai-chat .ai-chat-list li.chat-user {
	float:right;
	background:#d9f0ff;
	border:1px solid #c5e8fe;
	margin-right:5px;
}
.ai-chat .ai-chat-list li.chat-bot:after {    
	position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 11px;
    content:'';
	background:url(/assets/images/user/common/message_tail_re.svg) 0 0 no-repeat;
}
.ai-chat .ai-chat-list li.chat-user:after {  
	position: absolute;
	content:'';
	top: 1px;
    right: -7px;
    left: inherit;
    width: 10px;
    height: 11px;
	background:url(/assets/images/user/common/message_tail_request_re.svg) 0 0 no-repeat;
}
.ai-chat .ai-chat-input {
	background:#fff;
	border-top:1px solid #d7dbe1;
	padding:15px 20px;
	font-size:0;
	white-space:nowrap;
}
.ai-chat .ai-chat-input input[type="text"] { 
	width:calc(100% - 100px);
	border:0;
	outline:0;
	font-size:18px;
}
.ai-chat .ai-chat-input button { 
	width:100px;
	box-sizing:border-box;
}
/* 예외처리 */

.agree-wrap {
	padding-top:40px;
}
.site-body .site-contents h5.box.blue {
	border:1px solid #1298ff55;
	border-bottom:0;
	background:#1298ff11;
}
.agree-process {
	padding:20px 30px;
	font-size:21px;
	border:1px solid #1298ff55;
	position: relative;
	top:-1px;
	text-align:center;
	background:#1298ff11;
}
.agree-process .ipt-tracing {
	position:relative;
	display:inline-block;
	width:250px;
	vertical-align:text-bottom;
}
.agree-process .ipt-tracing:before {
	content:attr(data-placeholder);
	color:#00000044;
	position:absolute;
	height:1.4em;
	font-weight:500;
	top:2px;
	left:4px;
	letter-spacing: -0.025em;
}
.agree-process .ipt-tracing input,
.agree-process .ipt-tracing input:focus {
	border:0;
	padding:0 4px;
	font-size:21px;
	border-bottom:1px solid #555;
	height:1.4em;
	font-weight:500;
	background:transparent;
	color:#000;
	width:100%;
	position: relative;
	z-index:9;
	text-indent:0;
	letter-spacing: -0.025em;
}