@charset 'UTF-8';
/*
	Author	: Somi Park
	Date	: 2016-11-08
	Project	: KHSA
*/
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
 
html, body	{ height:100%;}
html	{ 
	border:0;
	outline:0;
	font-size:62.5%; 
}

body	{ 
	font-size:1.3em;
	line-height:1.769em;
	font-weight:300;
	font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
	background-color: transparent;
	color: #333;
	letter-spacing:0;
	-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; 
}
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:#128ee1; }
b, strong { font-weight:500; }
iframe	{ border:none;outline:0; }

.red { color:#f50d35; font-weight:500;}

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		{ 
	font-size:13px;
	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; }

.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:6px }

label.radio input,
label.checkbox input { margin:0 5px 0 0;position:absolute; }
td label.radio,
td label.checkbox { vertical-align:middle; }
.checkradio { display:inline-block;margin-left:10px;vertical-align:middle }
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 { background:url("../../images/gate/common/radio_off.png") 0 0 no-repeat; }
label.radio.checked {background-image:url("../../images/gate/common/radio_on.png"); background-repeat:no-repeat;}
label.checkbox { background:url("../../images/gate/common/checkbox.png") 0 0 no-repeat;background-size:20px; }
label.checkbox.checked { background-image:url("../../images/gate/common/checkbox_on.png");background-size:20px; }
/*label.checkbox:hover,
label.checkbox:focus { background-image:url("../../images/gate/common/check_over.gif"); }*/

/* box */
.bg-box,
.border-box {
    margin-bottom: 20px;
    padding: 50px;
    box-sizing: border-box;
}
.bg-box.sm,
.border-box.sm {
    padding:30px;
    font-size:1.6rem;
    color:#777;
}
.bg-box.sm .box-tit,
.border-box.sm .box-tit {
    font-size:1.6rem;
    color:#333;
}
.bg-box .btn-cont,
.border-box .btn-cont {
    margin-top: 50px;
}
.bg-box.ac .btn-cont,
.border-box.ac .btn-cont {
    text-align: center;
}
.bg-box div[class$=type],
.border-box div[class$=type] {
    margin: 50px;
}
.bg-box div[class$=type]:first-child,
.border-box div[class$=type]:first-child {
    margin-top: 0;
}
.bg-box div[class$=type]:last-child,
.border-box div[class$=type]:last-child {
    margin-bottom: 0;
}
.bg-box > *:first-child,
.border-box > *:first-child {
    margin-top: 0;
}
.bg-box > *:last-child,
.border-box > *:last-child {
    margin-bottom: 0;
}
.bg-box .bg-box + .form-cont,
.border-box .bg-box + .form-cont {
    margin-top: 60px;
}
.bg-box {
    background-color: #f7f9fa;
    border-radius:15px;
}
.bg-box.fs-sm {
	padding:30px;
}
.border-box {
    /*border: 1px solid #c6d6e6;*/
    border-radius:15px;
    box-shadow:0 0 10px rgba(0,0,0,.15);
}
.border-box .tit-list {
    padding-top:20px;
    border-top:2px solid #333;
    margin-bottom:20px;
}
.border-box .tit-list:last-child {
    margin-bottom:0;
}
.border-box .tit-list li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.form-cont + .bg-box,
.form-cont + .border-box,
form + .bg-box,
form + .border-box {
    margin-top: 60px;
}
.img-logo {
    max-width:300px;
    margin:0 auto;
}
.img-logo img {
    display:block;
    max-width:100%;
}
.box-tit {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.box-tit-lg {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.box-txt {
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.box-txt-lg {
    margin-top:10px;
    font-size:2.4rem;
}
.box-tit-lg + .box-tit,
.box-tit-lg + .box-txt {
    /*margin-top: -10px;*/
}
.box-txt em.fs-lg {
    font-size: 32px;
}

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

.loader {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	animation: loader 1s infinite linear;
	z-index:99999;
}
.loader:before,
.loader:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 80%;
    background-color: #fff;
    border-radius: 50%;
    top: 5%;
}
.loader:before {
    left: -5%;
    animation: loader2 1s infinite alternate ease-in-out;
    transform-origin: 10% 50%;
}
.loader:after {
    left: auto;
    right: -5%;
    animation: loader2 1s 1s infinite alternate ease-in-out;
    transform: scale(0);
    transform-origin: 90% 50%;
}
@keyframes loader {
	0%   { transform: rotate(20deg); }
    100% { transform: rotate(380deg); }
}
@keyframes loader2 {
	0%   { transform: scale(0); }
    100% { transform: scale(1); }
}

.accessibility			{ position:relative; }
.accessibility a		{ 
	position:absolute;
	left:0;
	top:0;
	height:1px;
	overflow:hidden;
	font-weight:500;
	z-index:99999; 
}
.accessibility a:focus	{ 
	z-index:999;
	padding-left:30px;
	width:120px;
	height:35px;
	line-height:35px;
	background:#008ed8;
	color:#fff;
	overflow:hidden;
	outline:0; 
}

#skipToLNB,
#skipToContents,
#skipToQuick { 
	position:absolute;
	height:1px;
	overflow:hidden;
}
#skipToLNB:focus,
#skipToContents:focus,
#skipToQuic:focus	{  }

.loading    { 
	top:350px;
	position:absolute;
	left:50%;
	margin-left:-300px;
	z-index:9999;
	color:#777;
	text-align:center;
	line-height:40px;
	width:600px; 
}

.ac { text-align:center; }
.al { text-align:left;padding-left:20px; }
.ar { text-align:right;padding-right:20px; }

.fl { float:left; }
.fr { float:right }
.fr + * { clear:both; }

.clear { clear:both; }
b + span.info,
span.info + span.info { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin-left:15px;
	padding-left:16px;
	color:#777;
	background:url('../../images/gate/common/bar.gif') 0 center no-repeat; 
}
span.info strong {
	color:#000;
	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/gate/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:1000px;
	min-width:320px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	box-sizing:border-box;
}
.site-mn .wrap {
	max-width:1000px;
}

/* 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,
.btn { 
	padding:0 50px;
	height:50px;
	line-height:48px;
	font-weight:300;
	font-size:1.077em;
	min-width:166px;
}
table td .btn,
.btn-cont .btn2,
.btn2 { 
	padding:0 20px;
	height:38px;
	line-height:36px;
	font-weight:300;
	width:auto;
	min-width:60px;
}
.btn3 { 
	padding:0 10px;
	height:24px;
	line-height:24px;
	font-size:0.923em; 
}
.btn4 { 
	width:105px;
	text-align:center;
	height:43px;
	line-height:43px;
	font-size:1.154em;
	font-weight:300; 
}

h4 + .btn-cont { margin-top:-42px;}
.btn-cont + h5 { margin-top:20px; }
.btn-cont a + a,
.btn + .btn { margin-left:5px; }
.btn2 + .btn2,
input + .btn2 { margin-left:6px; }

.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:#333;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 : spot */
.btn-cont a.spot,
.spot { 
	background-color:#003a79;
	border:1px solid #003a79;
	color:#fff; 
}
.btn-cont a.spot:hover,
.btn-cont a.spot:focus,
.spot:hover, 
.spot:focus { 
	background:#004da1; 
	border-color:#004da1;
}

/* btn : spot2 */
.btn-cont a.spot2,
.btn.spot2,
.btn2.spot2,
.btn3.spot2,
.btn4.spot2{ 
	color:#fff;
	background-color:#8d8d8d;
	border:1px solid #8d8d8d;
}
.btn-cont a.spot2:hover,
.btn-cont a.spot2:focus,
.spot2:hover, 
.spot2:focus { background:#aaaaaa; }

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

/* btn : del */
.btn-cont a.spot4,
.spot4 { 
	color:#333;
	background-color:#eee;
	border:1px solid #ccc; 
}
.btn-cont a.spot4:hover,
.btn-cont a.spot4:focus,
.spot4:hover, 
.spot4:focus { background:#ddd; }

/* btn : ico */

.btn-cont a.dw,
a.btn.dw { 
	padding-left:56px;
	background-image:url("../../images/gate/common/ico_download.png");
	background-position:30px center;
	background-repeat:no-repeat; 
}

/* ico */
.file { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	text-decoration:underline;
	padding-left:23px;
	background:url('../../images/gate/common/ico_file.png') 0 center no-repeat; 
}
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/gate/common/ico_delete.gif') 0 6px no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:15px;
	height:18px;
}
.ico { 
	width:20px;
	height:20px;
	text-indent:-999px;
	overflow:hidden;
	padding-left:0;
}

/* jquery-plugin selectBox 
.customSelectBox			{ 
	font-size:0.923em;
	background-color:#ffffff;
	color:#333;
	height:28px;
	line-height:28px;
	border:1px solid #ddd;
	cursor:default;
	vertical-align:middle !important; 
}
.customSelectBox a { 
	color:#003a79;
	text-decoration:none !important;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.customSelectBox ul			{ 
	width:100%; 
}
.customSelectBox li a:hover	{ 
	background-color:#f9f9f9; 
}
.customSelectBoxDisabled { 
	background-color:#eee;
	color:#999; 
}
.customSelectBox .customSelectBoxArrow	{ 
	width:30px;
	height:30px;
	padding:0;
	background:url('../../images/gate/common/select_arr.png') center no-repeat ;
}
.customSelectBox.changed { background-color: #ffffff; }
.customSelectBox .customSelectBoxInner { 
	white-space:nowrap;
	padding:0 9px; 
}
.customSelectBox .customStyleSelectBorderStrong	{ 
	border-color:#000000;
}
.customSelectBox .customSelectBoxOption { 
	background-color:#fff;
	max-height:120px;
	overflow:auto;
	border:1px #ddd solid;
	top:26px; 
}
.customSelectBox .customSelectBoxOption li { 
	display:block;
}
.customSelectBox .customSelectBoxOption li.optionSelected { 
	background-color:#f1f1f1; 
}
.customSelectBox ~ .customSelectBox { 
	margin-left:2px; 
}
.customSelectBox ~ input,
input ~ .customSelectBox { 
	margin-left:2px; 
}*/

/* jquery-plugin tab : ui-tabs */
.tabs { 
	position: relative;
	overflow:hidden;
}
.tabs .ui-tabs-nav,
.tabs-nav { 
	height:60px;
}
.tabs .ui-tabs-nav li { 
	float:left;
	white-space: nowrap;
	font-weight:400; 
	height:60px;
}
.tabs-nav { display:flex; }
.tabs-nav li {
	font-weight:400; 
	height:60px;
	flex:1;
}
.tabs .ui-tabs-nav .ui-tabs-anchor, 
.tabs-nav li a {
	display:block;	
	color:#777;
	font-weight:400;
	font-size:1.231em;
	height:60px;
	line-height:58px;
	box-sizing:border-box;
	background:#f5f5f5;
	border:1px solid #cecece;
	text-align:center;
}
.tabs .tabs-nav li + li a.ui-tabs-anchor,
.tabs-nav li + li a { border-left:0; }
.tabs-nav li a:hover,
.tabs .ui-tabs-nav .ui-tabs-anchor:hover { 
	background:#eee; 
}
.tabs-nav li a.is-active,
.tabs-nav li a:hover,
.tabs .ui-tabs-nav li.ui-tabs-active a,
.tabs .ui-tabs-nav li.ui-tabs-active a:hover { 
	background:#0b76c8;
	border:1px solid #0b76c8; 
	color:#fff;
}
.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;
	height:100%;
	width:200px;
	border-left:1px solid #ccc;	
	border-right:1px solid #ccc;
	background:#fefefe;
	left:50%;
	margin-left:-620px;
}
.site-lnb h2 {
	color:#003a79;
	text-align:center;
	font-weight:500;
	font-size:1.846em;
	height:70px;
	line-height:70px;
	padding-top:10px;
	border-bottom:1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	letter-spacing:-0.025em;
}
.site-lnb li { 
	border-bottom:1px solid #ccc;
}
.site-lnb li a { 
	display:block;
	padding:15px 0;
	text-align:center;
	color:#777;
	font-weight:400;
	font-size:1.231em;
	white-space:nowrap;
}
.site-lnb li a:hover, 
.site-lnb li a:focus { background:#f9f9f9; }
.site-lnb li.current a { 
	background:#003a79;
	color:#fff;
	padding:16px 1px;
	margin:-1px;
}
.site-lnb li.current a:hover,
.site-lnb li.current a:focus { background-color:#003a79; }
.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 #0b76c8;
	margin-top:15px;
}
.ui-accordion-header { 
	padding:13px 30px 13px 20px;
	line-height:22px;
	border-bottom:1px solid #dcdcdc;
	position:relative;
	/*background:url('../../images/gate/common/acco_q.png') 20px 15px no-repeat;*/
	cursor:pointer;
	font-size:1.153em;
	color:#000;
	font-weight:300;
}
.ui-accordion-header cite { 
		color:#777;
		display:inline-block;
		width:40px; 
}
.btn-accordion-toggle {display:none;}
.ui-accordion-header-active { border-bottom:1px dashed #dcdcdc; }
.ui-accordion-header:hover,
.ui-accordion-header:focus { background-color:#fcfcfc;outline:0; }
.ui-accordion-header-icon { 
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:48px;
	background:url('../../images/gate/common/select_arr.png') center center no-repeat; 
}
.ui-accordion-header-active .ui-accordion-header-icon { background:url('../../images/gate/common/select_arr_up.png') center center no-repeat; }
.ui-accordion-content { 
	padding:15px 30px 15px 98px;
	border-bottom:1px solid #dcdcdc;
	color:#666;
	font-size:1.077em;
	background:url('../../images/gate/common/acco_arr.gif') 65px 18px no-repeat;
}

/* jquery-plugin :select-menu */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index:99999;
}
.ui-selectmenu-menu ul {
	background:#fff;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu li {
	padding:5px 10px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1.077em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	background:#fff;
	width:auto !important;
	font-size:13px;
	border-radius:0;
	border:1px solid #b3b3b3;
	vertical-align:top;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -10px;
	position: absolute;
	width:18px;
	height:20px;
	top: 50%;
	background:url("../../images/gate/common/select_arr.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 */
.cal {width: 120px !important}
.ui-datepicker-trigger {
    position:relative;
    margin-top:5px;
    margin-left:-27px;
    vertical-align:middle;
}
.ui-datepicker { 
	background-color:#fff;
	border: 1px solid #dddddd;
	width: 200px;
	padding:12px 5px 5px;
	display: none; 
}
.ui-datepicker .ui-datepicker-header { 
	position: relative;
	padding: 0 0; 
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	overflow:hidden;
	position: absolute;
	top: 0px;
	width: 20px;
	height: 30px;
	background-image:url('../../images/user/common/datepick_arr.png');
	text-indent:-999px;
	background-repeat:no-repeat;
	cursor:pointer; 
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover { 
	background-image:url('../../images/user/common/datepick_arr_on.png'); 
}
.ui-datepicker .ui-datepicker-prev { 
	left: 5px;
	background-position:0 center; 
}
.ui-datepicker .ui-datepicker-next { 
	right: 5px;
	background-position:right center;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span { 
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 45%;
	margin-top: -8px; 
}
.ui-datepicker .ui-datepicker-title { 
	margin: 0 1em;
	line-height: 30px;
	text-align: center; 
}
.ui-datepicker .ui-datepicker-title select { 
	font-size: 1em;
	margin: 1px 0; 
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { 
	width: 40%;
	margin:0 2px;
	padding:1px;
	border:1px solid #aaa; 
}
.ui-datepicker table { 
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 10px 0 .2em;
	border-top:2px solid #aaa; 
}
.ui-datepicker th { 
	padding: .3em .3em;
	font-size:11px;
	text-align: center;
	height:14px;
	font-weight: bold;
	border: 0;
	border-bottom:1px solid #ddd;
	background-color:#fff;
	background:#f9f9f9;
}
.ui-datepicker tr:first-child td { border-top:0; }
.ui-datepicker td {	
	text-align:center;
	border: 0;
	padding: 1px;
	height:14px; 
}
.ui-datepicker td span,
.ui-datepicker td a { 
	display: block;
	padding: .2em;
	text-decoration: none;
	border-bottom:0; 
}
.ui-datepicker .ui-datepicker-buttonpane { 
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0; 
}
.ui-datepicker .ui-datepicker-buttonpane button { 
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible; 
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
/* .hasDatepicker + img { margin-left:10px;vertical-align:middle; } */

/* jquery-plugin dialog */
.ui-widget-overlay {
     position:fixed;
    width:100%;
    height:500%;
    top:0;
    left:0;
    background:#000;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:99999;
}
.ui-dialog {
    position:absolute;
    padding-bottom:10px;
    background:#fff;
    top:140px;
    z-index:100000;
}
.ui-dialog .ui-dialog-titlebar {
    background:#003a79;
    height:45px;
    padding:0 20px;
    position:relative;
}
.ui-dialog .ui-dialog-title {
    color:#fff;
    font-size:15px;
    line-height:45px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position:absolute;
    width:45px;
    height:45px;
    overflow:hidden;
    top:0;
    right:10px;
    text-indent:-999px;
    background:url("../../images/gate/common/pop_close_wht.png") center center no-repeat;
    border:0;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding:30px 40px 20px;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align:center;
}
.ui-dialog .ui-dialog-buttonpane button {
    display:inline-block;*zoom:1;*display:inline;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    cursor:pointer;
    border: none;
    padding:0 30px;
	height:40px;
	line-height:38px;
	font-size:14px;
	font-weight:300;
    background:#fff;
    color:#000;
    border:1px solid #003a79;
    box-sizing:border-box;
    outline:0;
}
.ui-dialog .ui-dialog-buttonpane button:only-child,
.ui-dialog .ui-dialog-buttonpane button.spot {
    background:#003a79;
    color:#fff;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* ui-autocomplete */
.ui-autocomplete { 
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index:9999;
	max-height:300px;
	overflow-y:scroll;
    box-sizing:border-box;
}
.ui-autocomplete.ui-widget-content { 
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
	padding:7px 0;
	line-height:1.8em;
}
.ui-autocomplete .ui-menu-item  { padding:5px 10px;line-height:1.8em; }
.ui-autocomplete .ui-menu-item:hover { background:#f5f5f5; }
.ui-autocomplete .ui-menu-item .ui-state-hover,
.ui-autocomplete .ui-menu-item .ui-state-focus{ 
	display:block;
	background:#f5f5f5;
}
.ui-helper-hidden-accessible { 
	position: absolute;
	left: -9999px; 
}

/* sch-cont */
.sch-cont { margin:15px 0;text-align:right; }
.sch-cont label { font-weight:500;margin-right:6px; }
.sch-cont label ~ label { margin-left:30px; }
.sch-cont .ui-selectmenu-button + input { margin-left:6px;width:200px; }

h3 + .select-cont.right { margin-top:-48px; }

/* 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:1000px;overflow-x:auto; }
.scroll-x table { width:150%;}
.approval + .write-type { margin-top:40px; }

table th { font-weight:500; }

/* table : info-type */
.info-type { clear:both; }
.info-type > cite { 
	display:block;
	font-size:1.077em;
	margin:10px 0;
	font-weight:600; 
}
.info-type table { 
	border-top:1px solid #dcdcdc;
}
.info-type table thead th { 
	background-color:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	font-size:1.3em 
}
.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;
}
.info-type table th.required {  }
.info-type table th span { 
	display:block;
	font-weight:normal;
	font-size:0.923em; 
}
.info-type table td { 
	padding:14px 20px 14px 20px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	color:#666; 
}
.info-type table th.ac,
.info-type table td.ac,
.info-type table tr.ac th,
.info-type table tr.ac td { 
	padding:14px 0;
	text-align:center; 
}
.info-type table tr.ac th.al { 
	padding-left:20px;
	text-align:left; 
}
.info-type table tr.strong td { 
	font-weight:600;
	font-size:1.077em;
	color:#333; 
}
.info-type table td a:hover,
.info-type table td a em { 
	text-decoration:underline; 
}
.info-type table + table { margin-top:10px; }
.info-type table th strong { font-size:1.3em;font-weight:600; }
.info-type table tbody + tbody tr:first-child th,
.info-type table tbody + tbody tr:first-child td { border-top:2px solid #ccc; }

.info-type.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 > cite { 
	display:block;
	font-size:1.077em;
	margin:10px 0;
	font-weight:600;
}
.list-type > cite span { 
	float:right;
	font-weight:normal;
	color:#666; 
}

.list-type { 
	position:relative;
	clear:both; 
}
.list-type .more { 
	float:right;
	height:20px;
	margin-top:-38px;
	margin-bottom:15px;
	padding-left:24px;
	color:#333;
	font-weight:600;
	font-size:1.077em;
	background:url("../../images/gate/main/more.gif") 0 center no-repeat;
}
.list-type table { 
	clear:both;
	border-top:2px solid #0b76c8;
	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; 
}
.list-type table thead th.left { 
	padding-left:30px;
	text-align:left;
	font-size:1em; 
}
.list-type table thead th span { 
	display:block;
	line-height:1.623em;
	font-weight:normal;
	font-size:0.857em 
}
.list-type table tbody th,
.list-type table tbody td { 
	padding:10px;
	min-height:30px;
	*height:auto;
	border-top:1px solid #dcdcdc;
	vertical-align:middle;
	line-height:20px;
	color:#444; 
}
.list-type table tbody th { 
	vertical-align:top;
	color:#555;
	font-size:1.077em;
}
.list-type table tbody td { 
	text-align:center;
	color:#000;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px; 
	font-size:1.077em;
	line-height:1.929em;
}
.list-type table tbody td a:hover em { 
	text-decoration:underline; 
}
.list-type table tbody tr:hover th,
.list-type table tbody tr:hover td{ 
	background-color:#fcfcfc; 
}
.list-type table th { 
	background:#f9f9f9 
}
.list-type table tbody tr:hover th { 
	background:#f1f1f1; 
}
.list-type.no-hover table tbody tr:hover td { 
	background-color:transparent; 
}
.list-type.no-hover table tbody th,
.list-type.no-hover table tbody td { 
	padding-top:12px;
	padding-bottom:12px;
}
.list-type table tbody td.al a { 
	display:block;
	max-width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.list-type 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/gate/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/gate/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 .reple { 
	background:url('../../images/gate/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:1.077em;
}
.list-type table tfoot td.ar {
	text-align:right;
}
.list-type table tfoot .sum td { 
	background:#0b76c8;
	border-top:1px solid #0b76c8;
	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;
	font-size:1em; 
}
.list-type.detail tbody td { 
	padding:20px 30px 20px; 
	font-size:1.077em;
}
.list-type.detail tbody td .list-tit { 
	display:block;
	font-size:1.286em;
	line-height:1.5em;
	font-weight:400;
	margin-bottom:15px;
	max-width:100%;
	color:#000;
}
.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/gate/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:1.769em; 
}
.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 cite,
.list-type.detail tbody td .info-detail span { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:middle; 
}
.list-type.detail tbody td .info-detail cite { 
	color:#777;
	font-weight:300;
}
.list-type.detail tbody td .info-detail span { 
	color:#000;
	margin-left:10px;
	padding-left:11px;
	background:url('../../images/gate/common/bar.gif') 0 6px no-repeat; 
}
.list-type.detail table tbody tr:hover td { 
	background-color:transparent; 
}
.list-type.photo tbody td { 
	position:relative; 
	padding-left:295px;
	min-height:150px;
}
.list-type.photo .pic-cont { 
	position:absolute;
	overflow:hidden;
	top:20px;
	left:0px;
	width:266px; 
}
.list-type.photo .pic-cont a { 
	display:block;
	width:266px;
	height:149px;
	overflow:hidden; 
}
.list-type.photo .pic-cont img { 
	display:block;
	margin:0;
	width:100%;
}
.list-type.photo .pic-cont .play-btn { 
	position:absolute;
	left:50%;
	margin-left:-26px;
	top:50%;
	margin-top:-26px;
	background:url('../../images/gate/common/btn_play.png') 0 0 no-repeat;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-999px;
}
.run-time { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin-left:10px;
	background:#777;
	color:#fff;
	padding:0 9px;
	font-size:0.835em;
	line-height:1.8em;
	vertical-align:top;
}
.list-type td.al { 
	text-align:left;
	padding-left:20px; 
}
.list-type td.ar { 
	text-align:right;
	padding-right:20px; 
}
.secret { 
	position:absolute;
	margin-left:5px;
	width:12px;
	height:20px;
	vertical-align:middle;
	overflow:hidden;
	text-indent:-999px;
	background:url('../../images/gate/common/ico_secret.png') 0 center no-repeat;
}
.secret + a { padding-left:30px; }

.list-type .info {
    margin-top: 10px;
    font-size: 0;
}
.list-type .info li {
    display: inline-block;
    margin-right: 40px;
    white-space: nowrap;
}
.list-type .info li:last-child {
    margin-right: 0;
}
.list-type .info cite,
.list-type .info span {
    display: inline-block;
    font-size: 1.6rem;
}
.list-type .info cite {
    margin-right: 10px;
}
.list-type .info span {
    color: #777;
}
.list-type .m-td-block .btn-cont {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
    text-align: center;
}
.list-type .m-td-block .btn-cont + * {
    display: block;
    margin-top: 10px;
}
.list-type .bg {
    padding: 40px 90px;
    text-align: left;
    background-color: #f7f9fa;
    color: #555;
}
.txt-list .list-type { margin-top:10px; }
.list-type1 + .list-type { margin-top:10px; }

.comment { 
	display:block;
	margin-top:15px;
	line-height:2em;
	margin-bottom:10px;
	color:#128ee1; 
}
strong.comment { 
	display:block;
	margin-top:36px;
	margin-bottom:10px;
	color:#0c77ca;
	font-size:1.077em;
	line-height:1.714em; 
}

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

.txt { font-size:1.077em; }
.info-type + .txt { margin-top:10px; }
.txt + .info-type { margin-top:10px; }
.txt-confirm { 
	margin:20px 0;
	font-size:1.231em;
	font-weight:600;
	line-height:1.8em; 
}

cite.company { 
	margin-top:40px;
	display:block;
	text-align:center;
	font-size:2.2em;
	font-weight:600; 
}

/* list */
.list-type1 li {
	font-size:1.077em;
}
.list-type1 li + li {
	margin-top:6px;
}

/* table : search-type */
.search-type { 
	border-top:2px solid #999999;
	border-bottom:1px solid #ccc;
	padding:7px 0;margin:20px 0; 
}
.search-type table th { 
	padding:3px 10px;
	line-height:30px;
	text-align:left;
	vertical-align:top; 
}
.search-type table td { 
	padding:3px 10px;
	vertical-align:middle;
	line-height:30px;
	color:#666; 
}
.search-type table td input + span { 
	margin-left:5px; 
}
.search-type + .btn-cont {
	margin-top:-10px;
}

/* table : write-type */
.write-type {	
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dcdcdc;
	padding:10px 60px;
}
.write-type table { 
}
.write-type table + table { 
	margin-top:-1px;
}
.write-type table th.required { 
	background:url('../../images/gate/common/star2.png') right 20px no-repeat;
}
.write-type table thead th,
.popup .write-type table th { 
	line-height:30px;
	background-color:#f5f5f5;
	text-align:left; 
}
.popup .write-type table th.required { 
	background:url('../../images/gate/common/star.png') 7px 20px no-repeat #f5f5f5;
}
.write-type table th { 
	vertical-align:top;
	text-align:left;
	padding:10px 10px 10px 10px;
	line-height:40px;
	font-size:1.077em;
	font-weight:400;
}
.write-type table td { 
	vertical-align:top;
	color:#555;
	line-height:30px;
	padding:10px 10px 10px 20px; 
}
.write-type table td br ~ input,
.write-type table td br ~ span,
.write-type table td br ~ label { 
	margin-top:8px;
	vertical-align:middle; 
}
.write-type table td input + span { 
	margin-left:5px; 
}
.write-type table td.ac { 
	text-align:center; 
}
.write-type table tbody + tbody tr:first-child th,
.write-type table tbody + tbody tr:first-child td { 
	border-top:1px solid #bbb; 
}
.write-type table .label { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-weight:600;
	font-size:0.923em;
	margin-right:6px; 
}
.write-type table span.fx { 
	margin:0 15px;
	vertical-align:middle; 
}
.write-type table p { 
	line-height:22px;
	margin-top:5px;
	color:#555; 
}
.write-type table p + p { 
	margin-top:0; 
}
.write-type table p.em { 
	color:#128ee1; 
}
.write-type table td .btn2 { 
	padding:0 15px;
	margin-left:20px; 
}
.write-type table td input + .btn2 { 
	margin-left:6px; 
}

/* write-type2 */
.write-type2 { clear:both; }
.write-type2 > cite { 
	display:block;
	font-size:1.077em;
	margin:10px 0;
	font-weight:600; 
}
.write-type2 table { 
	border-top:2px solid #0b76c8;
}
.write-type2 table thead th { 
	background-color:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	font-size:1.3em 
}
.write-type2 table th { 
	padding:8px 0 8px 0;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	background:#f9f9f9;
	text-align:center;
	line-height:38px;
	color:#444; 
	font-weight:400;
}
.write-type2 table th.required {  }
.write-type2 table th span { 
	display:block;
	font-weight:normal;
	font-size:0.923em; 
}
.write-type2 table td { 
	padding:8px 20px 8px 50px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	color:#666; 
	line-height:38px;
}
.write-type2 table td .btn2.spot2 {
	/*background:#f5f5f5;
	color:#000;*/
}
.write-type2 table th.ac,
.write-type2 table td.ac,
.write-type2 table tr.ac th,
.write-type2 table tr.ac td { 
	padding:14px 0;
	text-align:center; 
}
.write-type2 table tr.ac th.al { 
	padding-left:20px;
	text-align:left; 
}
.write-type2 table tr.strong td { 
	font-weight:600;
	font-size:1.077em;
	color:#333; 
}

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

/* 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 + .view-type { margin-top:50px; }
.view-type { clear:both; }
.view-type table { border-top:2px solid #0b76c8; }
.view-type thead th { 
	padding:18px 30px ;
	line-height:24px;
	font-size:1.231em;
	background-color:#fff;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	vertical-align:top; 
}
.view-type thead td { 
	padding:13px 30px;
	line-height:24px;
	vertical-align:top;color:#444;
}
.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 #0b76c8; }
.view-type tfoot td cite { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-weight:500;
	padding-right:17px;
	margin-right:16px;
	background:url('../../images/gate/common/bar.gif') right center no-repeat;
}
.view-type tfoot td .date { 
	color:#666;
	float:right; 
}
.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:1.077em;
	line-height:1.9em;
}
.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;
}
.view-type img {
    max-width: 100%;
}
.view-type > table > thead > tr > th {
    padding: 50px 30px 30px;
    font-size: 3rem;
    font-weight: 500;
}
.view-type > table > thead .info {
    margin-top: 20px;
    margin-bottom: 0;
}
.view-type > table > tbody {
    border-top: 1px solid #ccc;
}
.view-type > table > tbody > tr > td {
    padding: 60px;
    border-bottom: 1px solid #ccc;
}
.view-type .info {
    margin-bottom: 30px;
    line-height: 1em;
}
.view-type .info dt,
.view-type .info dd {
    display: inline-block;
    font-size: 1.6rem;
}
.view-type .info dt {
    position: relative;
    color: #777;
    margin-right: 15px;
}
.view-type .info dd {
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
}
.view-type .info dd:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background-color: #ccc;
}
.view-type .info dd:last-child {
    margin-right: 0;
    padding-right: 0;
}
.view-type .info dd:last-child:after {
    display: none;
}
.view-type .sns {
    text-align: right;
    margin-top: -10px;
    margin-right: -30px;
    margin-bottom: 50px;
}
.view-type .file {
    margin: -30px -20px;
}
.file .ico-file {
    margin-right: 20px;
    vertical-align: top;
}
.file li ~ li {
    margin-top: 25px;
}
.file a {
    vertical-align: middle;
    display: inline-block;
}
.file a:hover, .file a:focus {
    text-decoration: underline;
}
.view-list {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    margin-top: 60px;
}
.view-list li {
    padding: 20px 0;
    font-size: 0;
}
.view-list li ~ li {
    border-top: 1px solid #ccc;
}
.view-list cite {
    background: #f7f9fa;
    width: 80px;
    text-align: center;
    background-color: #c6d6e6;
    color: #064485;
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 20px;
    line-height: 32px;
    box-sizing: border-box;
    vertical-align: middle;
}
.view-list a {
    font-weight: 500;
    font-size: 1.8rem;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    max-width: calc(100% - 200px);
    width: auto;
    vertical-align: middle;
    border-bottom: 1px solid transparent;
}
.view-list a:hover,
.view-list a:focus {
    border-bottom: 1px solid #333;
}
.view-list span.date {
    float: right;
    display: block;
    color: #777;
    font-size: 1.6rem;
    line-height: 34px;
    width: 100px;
    text-align: right;
}
/*board reset*/
#boardContents h1,
#boardContents h2,
#boardContents h3,
#boardContents h4,
#boardContents h5,
#boardContents h6 {
    margin: initial;
    padding: initial;
    line-height: 1.8em;
}
#boardContents h1 {
    font-size: 2em;
}
#boardContents h2 {
    font-size: 1.5em;
}
#boardContents h3 {
    font-size: 1.17em;
}
#boardContents h4 {
    font-size: 1em;
}
#boardContents h5 {
    font-size: 0.83em;
}
#boardContents h6 {
    font-size: 0.67em;
}
#boardContents ol,
#boardContents ol li {
    list-style: decimal;
}
#boardContents ul,
#boardContents ul li {
    list-style: disc;
}
#boardContents img {
    max-width: 100%;
    margin: 0 auto;
}

#boardContents .boardNoti1 {}
#boardContents .boardNoti1 .contents-tit-area { margin-bottom:3rem;padding-bottom:30px; }
#boardContents .boardNoti1 h4.contents-tit { font-size:2.8rem;text-align:center;font-weight:bold;margin-bottom:10px; }
#boardContents .boardNoti1 h4.contents-tit span { display:inline-block;padding-top:5px;padding-bottom:5px;border-top:3px solid #0d69d0;border-bottom:3px solid #0d69d0; }
#boardContents .boardNoti1 h5 { font-size:2rem;font-weight:bold;margin-bottom:10px;padding:10px;background:#42b1ff22;border-radius:3em; }
#boardContents .boardNoti1 h5 i.num { display:inline-block;width:40px;height:40px;text-align:center;line-height:40px;border:2px solid #42b1ff;border-radius:50%;margin-right:10px;color:#42b1ff;}
#boardContents .boardNoti1 .contents-summary { font-size:1.15em; }
#boardContents .boardNoti1 .contents-section { margin-top:50px;font-size:1.6rem }
#boardContents .boardNoti1 ol,
#boardContents .boardNoti1 li { list-style:none; }
#boardContents .boardNoti1 .contents-section > ol { padding-left:20px;padding-right:20px; }
#boardContents .boardNoti1 .contents-section > ol > li { margin-top:40px;padding-left:60px; }
#boardContents .boardNoti1 .li-q { list-style:none;margin-bottom:15px;font-size:2rem;padding-bottom:10px;color:#0d69d0; }
#boardContents .boardNoti1 .li-q .num { font-weight:bold;font-size:2.3rem;color:#0d69d0;margin-left:-60px; }
#boardContents .boardNoti1 .li-q small { color:#777; }
#boardContents .boardNoti1 ol ol { margin-top:15px; }
#boardContents .boardNoti1 ol ol li { margin-bottom:10px; }


/* opinion */
.opinion { 
	margin-top:40px;
}
.opinion section { 
	padding-bottom:10px;
}
.opinion h3 { 
	padding:0 0 0 26px;
	background:url('../../images/gate/common/ico_opinion.png') 0 center no-repeat;
	height:18px;
	font-size:1.231em;
	color:#383c3f; 
}
.opinion .opinion-list li { 
	border-bottom:1px dotted #ddd;
	position:relative;
	padding:20px 80px 20px 20px; 
}
.opinion .opinion-list li cite { 
	background:url('../../img/manager/common/profile.png') 0 0 no-repeat;
	padding-left:21px;
	margin-right:18px;
	color:#333;
	font-weight:400; 
}
.opinion .opinion-list li time { 
	color:#777;
}
.opinion .opinion-list li p { 
	margin-bottom:10px;
	font-size:1.077em;
	color:#000;
	font-weight:300;
}
.opinion .opinion-list li a.delete { 
	position:absolute;
	padding-left:16px;
	text-indent:0;
	width:auto;
	background:url('../../images/gate/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;
	line-height:98px;
	padding:0;
}
.opinion .opinion-write div textarea { 
	padding:0;
	border:0;
	width:100%;
	height:70px;
	overflow:hidden;
	resize:none;
}
.opinion .opinion-eval { 
	background:#f4f4f4;
	padding:5px;
}
.opinion .opinion-eval dl { 
	background:#fff;
	padding:17px 20px; 
}
.opinion .opinion-eval dt { 
	font-size:15px;
	font-size:1.5rem;
	font-weight:500;
}
.opinion .opinion-eval dd { 
	padding-left:90px; 
}
.opinion .opinion-eval dt + dd { 
	margin-top:-25px; 
}
.opinion .opinion-eval dd + dt { 
	margin-top:15px; 
}
.opinion .opinion-eval dd label { 
	display:inline-block;
	font-size:13px;
	font-size:1.3rem;
	font-weight:normal; 
}
.list-more { 
	display:block;
	margin-top:-1px; 
	text-align:center;
	padding:20px;
}
.list-more span { 
	display:inline-block;
	zoom:1;
	*display:inline;
	padding-right:25px;
	background:url('../../images/gate/common/arr.png') right center no-repeat; 
}
.list-more.list-loading span {
	background:url('../../images/gate/common/list_loading.gif') right center no-repeat; 
}
.list-more:hover {
	color:#0b76c8;
}

.add-product {
	display:block;
	margin-top:-1px; 
	text-align:center;
	padding:20px;
	color:#000;
	font-size:1.077em;
}
.add-product:hover {
	text-decoration:underline;
}
.add-product span { 
	display:inline-block;
	zoom:1;
	*display:inline;
	background:url('../../images/gate/common/ico_add.gif') right center no-repeat; 
	width:40px;
	height:40px;
	margin-right:15px;
	vertical-align:middle;
}
.opinion .reple	{ 
	margin:0 0 80px 0;
	border-top:1px solid #e7e7e7; 
}
.opinion .reple li	{ 
	padding:15px 20px;
	border-bottom:1px solid #e7e7e7;
	position:relative; 
}
.opinion .reple li	 cite	{ 
	background:url('../../img/manager/common/profile.png') 0 0 no-repeat;
	padding-left:21px;
	margin-right:18px; 
}
.opinion .reple li	 span { 
	color:#777; 
}
.opinion .reple li	 p	{ 
	margin-top:8px;
	word-wrap : break-word; 
	word-break : break-all 
}
.opinion .reple a.del	{ 
	position:absolute;
	top:19px;
	*top:15px;
	right:20px;
	padding-left:16px;
	line-height:12px;
	overflow:hidden;
	background:url('../../img/manager/common/delete2.gif') 0 0 no-repeat;
	cursor:pointer;
	text-decoration:underline;
	color:#555; 
}
.sch-area {
    margin-bottom: 20px;
    text-align: right;
    z-index: 1;
}
.sch-area .bg {
     display: flex;
    justify-content: flex-end;
}
.sch-area .bg .sch { margin-left:10px;position:relative; }
.sch-area .bg .sch input { padding-right:48px; }
.sch .btn-sch {
	position:absolute;
	top:5px;
	right:5px;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    padding: 0;
    box-sizing: border-box;
    background: url("/assets/images/user2022/common/ico_sch.svg") center center no-repeat;
    background-size:20px;
}

/* -----------------------
	SITE-HEADER 
 ----------------------- */

/* util */
.site-header .util,
.site-header h1,
.site-header nav > ul{	
	max-width:1240px;
	min-width:320px;
	margin:0 auto;
	box-sizing:border-box;
}
.site-mn .site-header .util,
.site-mn .site-header h1,
.site-mn .site-header nav > ul{
	max-width:1000px;
}

.site-header .util {
	height:72px;
	/* padding-top:22px; */
	position:relative;
}
.site-header .util ul { 
	text-align:right;
	padding-top:13px;
}
.site-header .util ul > li { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:top;
}
.site-header .util ul > li + li { 
	background:url("../../images/gate/header/partition.gif") 0 center no-repeat;
	padding-left:16px;
	margin-left:12px; 
}
.site-header .util ul > li.fl + li { 
	clear:left;
	background:none; 
}
.site-header .util ul > li.fl {
    display:none;
}
.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.login > a {	
	padding-left:23px;
	background:url("../../images/gate/header/ico_util.png") 0 0 no-repeat;
}
.site-header .util ul > li.join > a {
	padding-left:23px;
	background:url("../../images/gate/header/ico_util.png") 0 -30px no-repeat;
}

/* logo */
.site-header h1 {
	/* margin-top:6px; */
	letter-spacing:-0.05em;
	/*position:absolute;
	left:0;
	top:15px;*/
}
.site-header h1 a { 
	display:block;
	box-sizing:border-box;
	height:34px;
	line-height:1em;
	padding-top:10px;
	padding-left:137px;
	font-size:0;
	font-weight:400;
	color:#003a79;
	background:url('../../images/gate/header/logo.svg') 0 center no-repeat;
}

/* site-gnb */
.site-header nav { 
	margin-top:15px;
	height:53px;
	background:#003a79; 
	position:relative;
}
.site-header .site-gnb { 
	padding-right:30px;
	text-align:right;
	float:right;

}
.site-header .site-gnb > li { 
	float:left;
	/* position:relative; */
	text-align:center;
}
.site-header .site-gnb > li > a {
	display:block;
	line-height:53px;
	font-weight:400;
	font-size:1.231em;
	color:#fff;
	padding:0 25px;
}
.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;
	text-indent:-9999px;
	top:0;
	right:50%;
	margin-right:-50%;
	width:25px;
	height:53px;
	background:url("../../images/gate/header/ico_list.png") right center no-repeat;
}

.site-header nav .snb-area { 
	position:absolute;
	z-index:9990;
	top:53px;
	left:0;
	width:100%;
	height:250px;
	background:#ffffff;
	border-bottom:1px solid #003a79;
	box-shadow:0 5px 10px rgba(0,0,0,.1);	
}
.site-header nav .snb-area strong {
	max-width:1000px;
	min-width:320px;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
	padding-top:37px;
	padding-left:45px;
	background:url(../../images/gate/header/ico_list_blue.png) 0 37px no-repeat;
	line-height:21px;
	font-size:1.538em;
	font-weight:400;
}
.site-header nav .snb-area .snb-close { 
	position:absolute;
	top:37px;
	right:50%;
	margin-right:-500px;
	width:25px;
	height:25px;
	background:url("../../images/gate/header/ico_list_close.png") center center no-repeat;
	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:86px 0 50px;
	text-align:left; 
	border-right:1px solid #ececec;
	padding-left:14px;
}
.site-header .site-gnb li:first-child div {
	border-left:1px solid #ececec;
	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 h2 {
	font-size:1.308em;
	font-weight:400;
	margin-bottom:20px;
}
.site-header .site-gnb ul { }
.site-header .site-gnb ul li a { 
	display:block;
	color:#000;
	font-size:1.077em;
	line-height:22px; 
}
.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:#0b76c8; }

.site-header .site-gnb div.active {
	margin:0;
	padding:0 0 30px 0;
	border-right: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; 
}
.site-header .wrap {
	max-width:1240px;	
}
.site-mn .site-header .wrap {
	max-width:1000px;	
}

/* stie-body */
.wrap {
	max-width:1000px;
	margin:0 auto;
}
.site-body { 	
	position:relative;
	min-width:320px;
	min-height:600px;
	padding-bottom:200px;
}
.site-mn .site-body {
	padding-bottom:100px;
}
.site-body .site-contents {
	min-width:280px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	
	background:#fff;
	min-height:530px;
}
.site-body .site-lnb ~ .site-contents {
	padding-left:240px;
}
.site-mn .site-body { 
	background-color:transparent;
}
.site-body h3 {
	font-weight:500;
	text-align:center;
	font-size:2.154em;
	margin-bottom:60px;
}
.site-body h3:after {
	content:"";
	height:3px;
	width:53px;
	display:block;
	margin:15px auto 0;
	background:#1a6dc7;
}
.site-body .site-contents h4 {
	font-size:1.385em;
	font-weight:400;
	margin-top:40px;
	margin-bottom:15px;
}
.site-body .site-contents h4:first-child,
.site-body .site-contents input + h4{ margin-top:0; } 

.site-body .site-contents h4.empas {
	font-size:1.538em;
	color:#003a79;
	margin-top:60px;
}
h4.empas + p {
	font-size:1.077em;
	line-height:1.9em;
}

/* bg */
.body-bg {
	position:absolute;
	width:3000px;
	max-width:3000px;
	height:100%;
	top:-140px;
	left:50%;
	margin-left:-1500px;
	z-index:-1;
}
.site-mn { 
}
.bg-member { 
	background:url("../../images/gate/sub/bg_member.jpg") center 0 no-repeat;
}
.bg-enroll {
	background:url("../../images/gate/sub/bg_enroll.jpg") center 0 no-repeat;
}
.bg-myclass {
	background:url("../../images/gate/sub/bg_myclass.jpg") center 0 no-repeat;
}
.bg-helper {
	background:url("../../images/gate/sub/bg_helper.jpg") center 0 no-repeat;
}

/* site-tit */
.site-tit { 
	max-width:1240px;
	margin:0 auto;
}
.site-tit h2 {
	text-align:right;
	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:right;
	font-size:3.385em;
	line-height:1em;
	font-weight:400;
	height:158px;
	padding-top:52px;
	color:#003a79;
	box-sizing:border-box;
	margin-bottom:0;
}
.site-tit h3:after {
	display:none;
}

/* site-location */
.site-location { 
	background:#fff;
}

.site-body > form > .site-location {
	max-width:100%;
}
.site-location > ul { 
	max-width:1000px;
	min-width:320px;
	padding:10px 0;
	height:30px;
	overflow:hidden;
	margin:0 auto; 
	text-align:right;
}
.site-lnb ~ .site-location > ul {
	padding-left:240px;
}
.site-location > ul > li { 
	display:inline-block;
	height:30px;
	overflow:hidden;
	text-align:left;
}
.site-location > ul > li + li {
	padding-left:40px;
	margin-left:36px;
	background:url(../../images/gate/common/ico_loc.png) 0 -30px no-repeat;
}
.site-location > ul > li.home + li {
	margin-left:20px;
}
.site-location > ul > li > a { 
	color:#777777;
	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/gate/common/ico_loc.png) 0 0 no-repeat;
}

/* step */
.step {
	overflow:hidden;
	height:53px;
	margin-bottom:30px;
}
.step li {
	float:left;
	width:33.3%;
	height:53px;
	border-bottom:3px solid #dfdfdf;
	font-size:2.385rem;
	line-height:2.111em;
	color:#888;
	font-weight:400;
	box-sizing:border-box;
	padding-left:20px;
}
.step li + li { 
	padding-left:68px;
	background:url(/assets/images/gate/common/step_arr.png) 20px 4px no-repeat;
}
.step li.is-current,
.step li.is-active {
	border-color:#0b76c8;
	color:#222;
}
.step li:first-child {
	width:33.4%;
}
.step li span {
	font-size:2.667rem;
	color:#ccc;
	font-weight:200;
	margin-right:20px;
	vertical-align:baseline;
}

.step li p { display:inline-block; }
.step li.is-current span {
	color:#222;
}
/* -----------------------
	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;
}
.sub-mn-tit .mn-more {
	display:block;
	float:right;
	padding-left:40px;
	background:url("../../images/gate/common/ico_more.gif") 0 center no-repeat;
}
.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-bottom:1px solid #ddd;
	border-top:1px solid #ddd;	
}
.list-book li {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:40px 0;
}
.sub-mn-tit ~ .list-book {
	border-bottom:0;
}
.sub-mn-tit ~ .list-book li {
	padding:0;
	border-top:0;
}
.list-book li .btn2{
	width:137px;
	margin-top:15px;
}
.list-book li .book-thumb,
.list-book li .btn2 {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sub-mn-tit ~ .mn-etc {
	margin-top:50px;
}

.enroll-main {
    overflow:hidden;
    margin-top:50px;
}
.enroll-main > a {
    display:block;
    width:49%;
    float:left;
    height:170px;
    box-sizing:border-box;
    padding:30px 20px 20px 160px;
    position:relative;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s;
    background:#fff;
}
.enroll-main > a + a { margin-left:2%; }
.enroll-main > a.enroll-new {
    border:1px solid #ddd;
    border-top:5px solid #0b76c8;
}
.enroll-main > a.enroll-exist {
    border:1px solid #ddd;
    border-top:5px solid #63b03c;
}
.enroll-main > a strong {
    font-size:30px;
    line-height:1.2em;
    font-weight:400;
    display:block;
}
.enroll-main > a.enroll-new:hover { background:#f3f8fc }
.enroll-main > a.enroll-exist:hover { background:#f7fbf5 }
.enroll-main > a:hover:before { opacity:.8 }
.enroll-main > a:before {
    content:'';
    position:absolute;
    display:block;
    margin:0 auto 15px;
    width:80px;
    height:80px;
    top:40px;
    left:40px;
    opacity:.5;
}
.enroll-main > a.enroll-new:before {
    background:url(../../images/user/sub/icon_enroll_new.png) center center no-repeat;
    background-size:80px;
}
.enroll-main > a.enroll-exist:before {
    background:url(../../images/user/sub/icon_enroll_exist.png) center center no-repeat;
    background-size:80px;
}
.enroll-main > a p {
    font-size:17px;
    margin-top:10px;
    line-height:1.7em;
}

/* -----------------------
	ROLLING NOTI
 ----------------------- */
.rolling-noti {
	border:2px solid #0b76c8;
	padding:20px;
	position:relative;
}
.rolling-noti ul {
	height:28px;
	line-height:28px;
}
.rolling-noti li {
	text-align:center;
}
.rolling-noti .bx-controls-direction {
}
.rolling-noti .bx-controls-direction a {
	position:absolute;
	overflow:hidden;
	background-image:url("../../images/gate/common/bx-direction.png");
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	border-radius:20px;
	top:50%;
	margin-top:-20px;
	text-indent:-9999px;
}
.rolling-noti .bx-controls-direction a:hover {
	background-color:#f5f5f5;
}
.rolling-noti .bx-controls-direction .bx-prev { 
	left:15px; 
	background-position:center 0;
}
.rolling-noti .bx-controls-direction .bx-next { 
	right:15px; 
	background-position:center -40px;
}
.rolling-noti li a {
	font-size:1.385em;
	color:#000;
	font-weight:300;
	display:inline-block;
	vertical-align:middle;
}
.rolling-noti li a:hover {
	color:#003a79;
}
.rolling-noti li time {
	font-size:1.077em;
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	padding-left:16px;
	background:url("../../images/gate/common/bar.gif") 0 center no-repeat;
}

/* book-thumb */
.book-thumb {
	width:137px;
	height:194px;
	padding:4px 0 0 0 !important;
	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/gate/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/gate/common/bookmask_s.png") 0 0 no-repeat;
}

/* book-detail */
.book-detail {
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.book-detail li {
	width:50%;
	float:left;
	padding-left:170px;
	box-sizing:border-box;
	position:relative;
	min-height:194px;
	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 .book-thumb {
	top:0;
}
.book-detail li h5 {
	margin-top:10px;
	margin-bottom:20px;
}
.book-detail li strong,
.book-detail li span {
	float:left;
	font-size:1.077em;
	display:block;
	margin-bottom:10px;
	color:#000;
	font-weight:400;
}
.book-detail li strong {
	clear:left;
	width:53px;
	color:#777;
}
.book-detail li span em {
	color:#000;
	font-size:1.429em;
}
.book-detail li .btn-area {
	clear:both;
	float:left;
	margin-top:10px;
}

.layerPopup .book-img { display:block;margin:0 auto; }
.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 #0b76c8;
	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/gate/common/step_arr2.gif") 0 0 no-repeat;
	left:50%;
	margin-left:-17px;
	top:-26px;
}
.step2 li h5 span {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	margin-top:-12px;
}
.step2 li p {
	padding:20px 40px;
	border:1px solid #cccccc;
	font-size:1.077em;
}
.step2 li strong {
	color:#000;
	font-size:1.077em;
	font-weight:400;
}
.step3 {
	margin-top:20px;
}
.step3 li {
	font-size:16px;
	line-height:28px;
	margin-bottom:15px;
}
.step3 li img {
	display:block;
	margin-top:10px;
	border:1px solid #aaa;
}
.step3 li span {
	display:block;
	font-size:13px;
	margin-left:15px;
	color:#777;
}
/* -----------------------
	MAIN
 ----------------------- */
.site-mn .site-body {
	margin:0 auto;
}
.mn-visual {
	background:#79c2fc;
	height:300px;
}
.mn-visual .wrap {
	height:300px;
	padding-top:40px;
	padding-left:65px;
	background:url("../../images/gate/main/img_gate1.png") right bottom no-repeat;
	box-sizing:border-box;
}
.mn-visual .wrap a {
    color:#fff;
    background:url("../../images/gate/main/ico_arr.png") 19px center no-repeat;
    width:136px;
    height:50px;
    line-height:50px;
    display:block;
    font-size:18px;
    border:2px solid #fff;
    letter-spacing:-0.025em;
    width:230px;
    margin-top:10px;
    padding-left:60px;
    font-weight:400;
    position:relative;
    overflow:hidden;    
}
.mn-visual .wrap a:before {
    content: '';
    display: block;
    position: absolute;   
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    opacity:0;
    background:#fff;
    -webkit-animation: pulse_button 2s linear 0s alternate infinite;
    animation: pulse_button 2s linear 0s alternate infinite;
    z-index: 1;
}
.mn-visual .wrap p.big {
	font-size:32px;
	line-height:40px;
}
.mn-visual .wrap p.normal {
	font-size:17px;
	line-height:25px;
}

/* mn h3 */
.site-mn .site-body h3 {
	font-weight:500;
	font-size:22px;
	line-height:30px;
	position:absolute;
	left:20px;
	padding-bottom:0;
	text-align:inherit;
	color:#003a79;
}
.site-mn .site-body h3:after {
	display:none;
}

/* mn-notice */
.mn-notice {
	background:#fafafa;
	border-bottom:1px solid #e3e3e3;
}
.mn-notice .wrap {
	padding:20px 20px 20px 140px;
	position:relative;
}
.mn-notice .bx-wrapper { border-left:1px solid #ccc;padding-left:40px; }
.mn-notice ul { line-height:30px;font-size:15px; }
.mn-notice ul li time { color:#777;margin-right:30px; }
.mn-notice ul li a { color:#000; }

/* mn-apply */
.mn-apply .wrap {
	padding:20px 20px 20px 140px;
	position:relative;
}
.mn-apply ul { 
	border-left:1px solid #ccc;
	padding-left:40px;
	line-height:30px;
	font-size:15px; 
}
.mn-apply ul li { margin-bottom:10px; }
.mn-apply ul li span { margin-left:20px; }
.mn-apply ul li strong { 
	margin-left:20px; 
	font-weight:400;
	display:inline-block;
	position:relative;
}
.mn-apply ul li strong:after {
	display:block;
	content:" ";
	border-top:2px solid #b7b7b7;
}

/* mn-more */
.site-mn a.mn-more {	
	position:absolute;
	line-height:30px;	
	top:20px;
	right:20px;
	color:#003a79;
}
.site-mn a.mn-more:after {
	content:" ";
	position:absolute;
	overflow:hidden;
	text-indent:-999px;	
	width:30px;
	height:30px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	background:url(../../images/gate/main/more.gif) center center no-repeat;
}
.site-mn a.mn-more:hover:after {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg); 
}


/* -----------------------
	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 */
.terms textarea:read-only {
    width : 100%;
    height: 200px;
    padding: 40px 50px;
    border-color: #ccc;
}
.join-terms > p { 
	margin-bottom:20px; 
	font-size:1.077em;
}
.terms-txt { 
	padding:20px;
	height:260px;
	overflow-y:scroll;
	white-space:pre-wrap;
	border:1px solid #dddddd; 
	font-size:1.077em;
}
.terms-agree {
	margin-top:20px;
}
.terms-agree label + label { margin-top:10px; }

.message {
	background:url(../../images/gate/sub/img_mem.jpg) right 0 no-repeat #0b76c8;
	height:177px;
	margin-top:70px;
	margin-bottom:50px;
}
.message p { 
	color:#fff; 
	font-size:1.538em;
	line-height:1.6em;
	font-family:'Nanum Myeongjo', "NanumMyeongjo", "나눔 명조";
	padding-left:30px;
	padding-top:53px;
}
.message ~ p {
	font-size:1.154em;
	line-height:1.9em;
}
.message ~ p.ar { padding-right:0 }
.message ~ p .ceo {
	font-size:1.429em;
	margin-left:20px;
	font-family:'Nanum Myeongjo', "NanumMyeongjo", "나눔 명조";
} 

.policy p,
.policy ol {
	font-size:1.077em;
	line-height:1.9em;
}
.policy p.dep,
.policy ol ol {
	padding-left:20px;
}
.policy h4 {
	color:#003a79;
}
.policy h5 {
	font-size:1.154em;
	margin-top:30px;
	margin-bottom:8px;
	font-weight:400;
}
.policy .btn {
	width:auto;
	margin-top:50px;
}

/* 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:#666;
	border:1px solid #dcdcdc;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	margin:0;
	vertical-align:bottom;
	text-decoration:none; 
}
*+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:30px;
	height:30px;
	line-height:30px;
	text-indent:-9999px;
	padding:0;
	background-image:url("../../images/gate/common/paging.png");
	background-repeat:no-repeat;
	background-position:center 0; 
}
*+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,
ul.paging li.ffw a      { width:30px; }
ul.paging li.ppv a      { background-position:0 0; }
ul.paging li.ffw a      { background-position:0 -90px; }
ul.paging li.pv a       { background-position:0 -30px; }
ul.paging li.fw a       { background-position:0 -60px; }
ul.paging li.ppv a:hover,
ul.paging li.ppv a:focus { background-position:right 0; }
ul.paging li.ffw a:hover,
ul.paging li.ffw a:focus { background-position:right -90px; }
ul.paging li.pv a:hover,
ul.paging li.pv a:focus { background-position:right -30px; }
ul.paging li.fw a:hover,
ul.paging li.fw a:focus { 
	background-position:right -60px;
	background-color:#fff; 
}
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:#383c3f;
	font-weight:500;
	border:1px solid #383c3f; 
}
ul.paging li.now a,
ul.paging li.now a:hover,
ul.paging li.now a:focus { 
	color:#fff;
	background-color:#383c3f;
	border:1px solid #383c3f;
	font-weight:500; 
}

/* popup */
.w1000 {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	z-index:9990;
	top:200px;
}
.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:2.154em;
}
.layerPopup .pop-header h1:after {
	content:"";
	height:3px;
	width:53px;
	display:block;
	margin:15px auto 0;
	background:#1a6dc7;
}
.layerPopup .pop-close { 
	position:absolute;
	right:-43px;
	top:0px;
	width:31px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('../../images/gate/common/pop_close.png') center center no-repeat; 
	background-size:31px;
}
.layerPopup .pop-body { 
	padding:60px 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; 
}

/* 로그인 */
.pop-login { 
	max-width:370px;
}
.pop-login label { 
	display:block;
	font-size:1.077em;
	height:1em;
	line-height:1em;
	margin-bottom:10px;
}
.pop-login input + label {
	margin-top:15px;
}
.pop-login label.checkbox {
	font-size:1em;
	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:38px;
	line-height:38px;
	margin-bottom:10px;
	font-weight:300;
}
.pop-login .btn.spot {
	width:100%;
	margin-top:20px;
	font-size:1.154em;
}
.btn-lnk {
	margin-top:50px;
}
.btn-lnk a { 
	display:inline-block;
	*zoom:1;
	*display:inline;
	border-bottom:1px solid #8b8b8b;
	line-height:2em;
}
.btn-lnk a ~ a {
	margin-top:10px;
}
.btn-lnk a:hover { 
	color:#003a79;
	border-color:#003a79;	
}

/*  */
.pop-certify  { 
	margin:20px 90px 0;
	position:relative;
}
.pop-certify + .pop-certify { margin-top:0; }
.pop-certify label { 
	display:inline-block;
	width:90px;
	height:40px;
	line-height:40px;
	font-weight:500;
	vertical-align:top; 
}
.pop-certify input,

.pop-certify input { width:250px; }
.pop-certify .btn2.login { 
	width:291px;
	margin-left:94px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:1.385em; 
}


/* popup */
.popup { 
	border:1px solid #383c3f;
	background-color:#ffffff; 
}
.popup .comment { 
	margin-bottom:25px; 
}
.popup .pop-header { 
	height:66px;
	background-color:#f2f2f2;
	position:relative;
	border-bottom:1px solid #383c3f; 
}
.popup .pop-header h1 { 
	line-height:66px;
	color:#000000;
	font-size:1.385em;
	padding:0;
	padding-left:27px;
	font-weight:500;
}
.popup .pop-close { 
	position:absolute;
	right:-3px;
	top:-3px;
	width:72px;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('../../images/gate/common/pop_close.png') center center no-repeat;
	background-size:31px ;
	border:0px
}
.popup .pop-body { 
	padding:27px 27px 47px 27px; 
}
.popup.w1000 .pop-body {
	padding:30px 50px 70px 50px;
}
.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-comment { 
	color:#666;
	margin-top:8px;
	margin-bottom:10px; 
}
.popup .border-box + .pop-comment { margin:8px 0 0 0; }
.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/gate/common/dashed_row.gif') 47.3% 0 repeat-y;
}
.popup .separate-wrap { 
	margin-top:0; 
}
.popup .separate { 
	display:inline-block;
	*zoom:1;*display:inline;
	vertical-align:top;
	width:45%; 
}
.popup .separate + .separate { 
	height:100%;
	width:50%;
	margin-left:20px;
	padding-left:21px; 
}
.popup .separate h4:first-child { margin-top:0; }
.popup .separate .btn-cont + .list-type { margin-top:15px; }


/*  certification */
.popup .certification { 
	width:1000px;
	height:1363px;
	margin:0 auto;
	border:1px solid #ccc;
	background:url("../../images/gate/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;
}

/* 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/gate/common/bar.gif') 120px 8px no-repeat;
}
.info-cont dd { 
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.info-cont span { 
	color:#777777;
	margin-right:20px; 
}

/* 팝업 학습창 */
.learning-popup { 
	box-sizing:border-box;
	padding-bottom:57px;
	border:1px solid #383c3f;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%; 
}
.learning-popup .pop-header { 
	background:#383c3f;
	height:70px;
	padding:0 29px 
}
.learning-popup .pop-header h1 { 
	color:#fff;
	padding-left:120px;
	line-height:70px;
	font-size:2em;
	background:url('../../images/gate/common/learning_logo.png') 0 center no-repeat; 
	font-weight:400;
}
.learning-popup .pop-close { 
	height:70px;
	width:74px;
	background-image:url('../../images/gate/common/pop_close_wht.png'); 
}
.learning-nav { 
	position:absolute;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	padding:0 30px 0;
	background:#64bcff; 
}
.learning-nav ul { overflow:hidden; }
.learning-nav li { float:left; }
.learning-nav li a { 
	display:block;
	padding:22px 30px 3px;
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-align:center; 
}
.learning-nav li .home,
.learning-nav li.current .home,
.learning-nav li .home:hover { 
	width:24px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	background:url('../../images/gate/common/ico_home2.png') 0 22px no-repeat;
	padding:30px 10px 5px 0;
	color:#003a79;
}
.learning-nav li + li + li { background:url('../../images/gate/common/learning_nav_bar.gif') 0 28px no-repeat;}

.learning-nav li a:hover ,
.learning-nav li.current a { background:url('../../images/gate/common/learning_nav_on.gif') center 0 no-repeat;color:#003a79; }

.learning-body { 
	position:absolute;
	top:71px;
	left:0;
	width:100%;
	padding-bottom:38px;
	background:#fff; 
}
.learning-body iframe { 
	width:100%;
	height:500px; 
}
.learning-body .learn-close {  
	z-index:999999;
	position:absolute;
	top:15px;
	right:27px;
	width:48px;
	height:48px;
	border:1px solid #aaa;
	border-radius:24px;
	background:url('../../images/gate/common/pop_close.png') center center no-repeat #fff;
	background-size:30px;
	opacity:.5;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity; 
}
.learning-body .learn-close:hover { opacity:1; }


/* footer */
.site-footer { 
	clear:both;
	width:100%;
	padding-bottom:30px;
	color:#555;
	background:#e8e8e8;
}
.site-footer .footer-primary {
	background:#052a51;
	height:70px;
}
.site-footer .wrap{
	max-width:1000px;
	min-width:320px;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
}
.site-mn .site-footer .wrap {
	max-width:1000px;
}
.footer-primary .wrap {
	height:70px;
}
.footer-primary .logo {
	background:url(../../images/gate/footer/logo.png) 0 0 no-repeat;
	width:130px;
	height:34px;
	display:block;
	float:left;
	text-indent:-999px;
	margin-top:13px;
	margin-right:18px;
}
.footer-primary p {
	color:#fff;
	font-weight:400;
	font-size:1.231em;
	line-height:1.250em;
	padding-top:25px;
}
.footer-primary p strong {
	color:#bbb;
	margin-right:8px;
	font-weight:400;
}
.footer-primary p span {
	color:#bbb;
}
.site-footer .go-site {
	position:absolute;
	box-sizing:border-box;
	right:0;
	top:20px;
	width:200px;
	height:31px;
	border:1px solid #6e7985;
	color:#fff;
}
.site-footer .go-site dt {	
	padding-left:9px;
	line-height:29px;
	background:url(../../images/gate/footer/select_arr.png) right center no-repeat;
}
.site-footer .go-site dd {
	position:absolute;
	width:100%;
	background:#283e55;
	border:1px solid #6e7985;
	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:#555;
	font-size:1.154em;
	font-weight:400; 
}
.site-footer li b {
	font-weight:400;
	color:#333;
}
.site-footer address {
	margin-top:42px;
	font-size:1.077em;
	line-height:1.929em;
	white-space:pre-line;
}
.site-footer .copyright {
	font-size:1.154em;
	margin-top:30px;
}

/* error */
.error { 
	text-align:center;
	margin-top:70px;
	padding-top:245px;
	background:url("../../images/gate/common/error.png") center 0 no-repeat; 
}
.error strong { font-size:26px; } 
.error p { 
	font-size:16px;
	margin-top:18px;
	line-height:28px; 
}
.error .btn { 
	height:48px;
	line-height:48px;
	font-size:15px;
	margin-top:35px;
	padding:0 60px;
	background:#f9f9f9;
}

/* 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;
    right: 100px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}
.mn-popup-area .popup {
    position: relative;
    top: 0;
    left: 0;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    line-height: 1.769em;
}
/* popup */
.popup {
    position: fixed;
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #8190a5;
    max-width: 900px;
    max-height: calc(100vh - 60px);
    width: 100%;
    left: 50%;
    top: 30px;
    padding: 40px;
    margin-left: -450px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popup .pop-header {
    position: relative;
}
.popup .pop-header h1 {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    /* border-bottom: 2px solid #333; */
    padding-bottom: 15px;
    padding-right: 36px;
    flex:1;
    text-align:left;
    box-sizing:border-box;
    height:45px;
}
.popup .pop-body {
    display: block;
    margin: 15px 0 0;
    box-sizing: border-box;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    font-size: 1.8rem;
    text-align: left;
    overflow-y: auto;
    /*flex-basis: auto;*/
}
.popup .pop-body:last-child {
    margin-bottom:0;
}
.popup .pop-body figure {
    margin-bottom: 50px;
}
.popup .pop-body img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.popup .pop-body .bg-box {
    padding: 20px;
}
.popup .pop-bnn img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.popup .pop-footer {
    margin-top: 30px;
    flex: 1;
}
.popup .btn-cont {
    padding: 0;
    margin: 20px 0;
}
.popup .btn-cont + .pop-footer {
    margin-top:50px;
}
/* aside-etc */
.aside-etc {  
	position:absolute;
	background:rgba(250,250,250,.85);
	width:100px;
	box-sizing:border-box;
	border:1px solid #f1f1f1;
	padding:24px 0;
	top:360px;
	left:50%;
	margin-left:650px;
}
.aside-etc li { 
	text-align:center;
	padding:15px 0; 
}
.aside-etc li ~ li { 
	margin-top:20px; 
}
.aside-etc li img {
	display:block;
	margin:0 auto
}
.aside-etc li span {
	display:block;
	margin-top:10px;
	text-align:center;
	font-size:13px;
	line-height:1.2em;
	letter-spacing:-0.05em;
	color:#111;
}
.aside-etc li a:hover span,
.aside-etc li a:focus span { color:#0b76c8; }

.aside-etc.fix { 
	position:fixed;
	top:50px; 
}
.site-mn .aside-etc {
	left:50%;
	margin-left:520px;
}
.kakao-cn { display:none; }

.form-cont {
    width:50%;
    margin-left: auto;
    margin-right:auto;
    padding-top:100px;
 }
.form-cont > p {
    margin-bottom: 30px;
}
.form-cont .form-row ~ label {
    display: block;
    margin-top: 15px;
}
.form-cont .border-top {
    border-top: 1px dashed #ccc;
}
.form-cont .form-wrap {
    padding-top: 20px;
}
.form-cont .form-row {
    position: relative;
}
.form-cont .form-row ~ .form-row {
    margin-top: 20px;
}
.form-cont .form-label {
    position: absolute;
    left: 30px;
    top: 0;
    color: #777;
    z-index: 1;
    height: 70px;
    line-height: 70px;
    font-size: 2rem;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-cont input:valid + .form-label,
.form-cont .focused .form-label {
    transform: translateY(-10px);
    font-size: 1.6rem;
    color: #0d69d0;
    height: auto;
    line-height: normal;
    padding: 0 3px;
    background-color: #fff;
    z-index: 2;
}
.form-cont .form-input {
    position: relative;
    width: 100%;
    height: 70px;
    padding-left:25px;
    /*border: 1px solid #555;*/
    box-shadow:0 0 10px rgba(0,0,0,.15);
    transition: box-shadow 150ms ease-out;
}
.form-cont .form-input:focus {
    border-color: #0d69d0;
    color: #0d69d0;
    outline: none;
    box-shadow: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.form-cont .form-label {
    color: #777;
    font-size: 1.5rem;
}
.form-cont .btn-cont [class^=btn] {
    margin-top: 20px;
}
.form-cont .btn-cont .btn-login,
.form-cont .btn-cont .btn-confirm {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
    box-sizing: border-box;
    font-weight: 700;
    background-color: #0d69d0;
    border-radius: 2em;
}
.form-row ~ .btn-cont .btn-login { width:100%;height:70px;line-height:68px;font-size:18px;}

.btn-lnk-area {
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}
.btn-lnk-area a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 1.8rem;
}
.btn-lnk-area a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #ccc;
    vertical-align: middle;
}
.btn-lnk-area a:last-child:after {
    display: none;
}
.btn-lnk-area a:hover, .btn-lnk-area a:focus {
    color: #42b1ff;
}

/***************
	1000px
**************/
@media screen and (max-width:1000px) {
	.btn2 {
		padding:0 10px;
	}
	.site-tit h3 {
		font-size:3em;
		padding-right:20px;
	}
	.site-lnb { 
		width:160px;
		left:0%;
		margin-left:0px;
	}
	.site-lnb li a {
		font-size:1em;
		line-height:1.6em;
	}
	.site-body .site-lnb ~ .site-contents {
		padding-left:200px;
		padding-right:20px;
	}
	.aside-etc { display:none; }
}
/***************
	1000px
**************/
@media screen and (max-width:999px) {
	
	/***********
		HEADER 
	***********/
	.site-header .util,
	.site-header h1,
	.site-header nav {	
		padding:0 20px;
	}
	.site-header h1 {
		letter-spacing:-0.05em;
	}
	.site-header h1 a { 
		/*padding-left:120px;
		font-size:20px;
		background-size:auto 30px;*/
	}	
	.site-header nav .snb-area strong {
		margin:0 20px;
	}
	.site-header .site-gnb div {
		padding-left:10px;
	}
	.site-header .site-gnb h2 {
		font-size:1.231em;
	}
	.site-header .site-gnb ul { }
	.site-header .site-gnb ul li a { 
		display:block;
		color:#000;
		font-size:1em;
		line-height:18px; 
	}

	
	/***********
		site-body 
	***********/

	.site-body > form > * { 
		margin-left:20px;
		margin-right:20px;
	}
	.site-body > form > .site-tit,
	.site-body > form > .site-location {
		margin-left:0;
		margin-right:0;
	}
	.site-location {
		margin-left:0;
		margin-right:0;
		padding-right:20px;
	}

	/***********
		MAIN 
	***********/
	.site-mn {
		background-size:150%;
	}	
	.site-mn .mn-row h3 {
		font-size:1.308em;
	}
	
	/***********
		FOOTER 
	***********/	
	
	.site-footer .wrap{
		padding:0 20px;
	}
	.site-footer .go-site {
		right:20px;
	}	
	
	/* -----------------------
		TABEL 
	 .list-type table td .btn2 {
		display:block;
		height:28px;
		line-height:28px;
		padding:0;
	 }
	 .list-type table td .btn2 + .btn2 {
		margin-left:0;
		margin-top:5px;
	 }
	 ----------------------- */
}

/***************
	768px
**************/
@media screen and (max-width:767px) {	
	
	.aside-etc { display:none; }
	
	.noscroll { 
		overflow-y:hidden;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		box-sizing:border-box;
	}
	
	.btn-cont.col3 a {
		width:30%;
		padding:0;
		min-width:60px;
	}

	/**********
		SITE-HEADER
	 **********/

	/* util */
	.site-header { 
		height:100px;
	}
	.site-header .util ul { 
		text-align:right;
	}
	.site-header .util ul > li { 
		display:inline-block;
		*zoom:1;
		*display:inline;
		vertical-align:top;
	}
	.site-header .util ul > li.fl {
		display:none;
	}
	.site-header .util ul > li + li { 
		background:none;
		padding-left:0;
		margin-left:5px;
	}
	.site-header .util ul > li a {
		font-size:10px;
	}
	.site-header .util ul > li.login a,
	.site-header .util ul > li.join a {
		padding-left:0;
		background:none;
	}	

	/* logo */
	.site-header h1 {
		margin-top:20px;
		letter-spacing:-0.05em;
	}
	.site-header h1 a,
	.site-mn .site-header h1 a { 
		display:block;
		box-sizing:border-box;
		height:25px;
		line-height:1em;
		padding-top:7px;
		padding-left:100px;
		font-size:18px;
		font-weight:400;
		color:#003a79;
		background:url('../../images/gate/header/logo_m.png') 0 center no-repeat;
		background-size:auto 25px;
	}
	
	/* site-gnb*/

	.site-header nav {
		position:absolute;
		width:0;
		height:100%;
		right:0;
		padding:0;
		margin:0;
	}
	.m-gnb-open { 
		display:block;
        position:absolute;
        height:40px;
        width:25px;
        right:20px;
        top:-30px;
        background:url("../../images/gate/header/ico_mlist.png") center center no-repeat;
		background-size:25px auto;
        -webkit-transition: right .5s, top .5s;
        transition: right .5s, top .5s;
        z-index:101;
    }
	.m-gnb-open.open {
        right:219px;
        z-index:9999;
		top:-50px;
        background:url("../../images/gate/header/ico_mlist_close.png") center center no-repeat #fff;
		background-size:20px auto;
		width:40px;
		height:40px;
		border:1px solid #003a79;
		box-shadow:0 1px 3px rgba(0,0,0,.2);
    }

	.site-header nav .site-gnb{ 
		position:fixed;
		margin-top:0;
		top:0;
		right:-220px;
		height:100%;
		padding:0;
		background:#003a79;
		z-index:9999;
		width:220px;
        overflow:auto;
        overflow-y:scroll;
        -webkit-transition: right .5s; 
        transition: right .5s;
	}
 
    .site-header nav .site-gnb.open { 
		right:0px;
		padding-right:0;
		text-align:left; 
		box-shadow:-2px 0 5px rgba(0,0,0,.2);
	}  
	.site-header .site-gnb > li { 
		float:none;
		position:relative;
		text-align:left;
		width:100% !important;
		border-bottom:1px solid #6386ab;
	}
	.site-header .site-gnb > li > a {
		line-height:49px;
		font-size:1.153em;
		padding-left:8%;
	
	}
	.site-header .site-gnb > li.rootCurrent > a,
	.site-header .site-gnb > li > a:hover,
	.site-header .site-gnb > li > a:focus { color:#fff; }
	
	.site-header .site-gnb div.active {
		margin-left:0;
		
	}
	.site-header nav .toggle-gnb ,
	.site-header nav .snb-area,
	.site-header nav .snb-area strong {
		display:none;
	}

	/* snb */
	.site-header .site-gnb div {
		position:static;
		box-sizing:content-box;
		margin:0;
		text-align:left; 
		border-left:1px solid #ececec;
		padding-left:0px;
		border-left:0;
		background:#fff;
		width:100%;
		left:0;
		margin-left: 0;
	}
	.site-header .site-gnb h2 {
		display:none;
	}
	.site-header .site-gnb ul { }
	.site-header .site-gnb ul li a { 
		display:block;
		color:#003a79;
		font-size:1.077em;
		line-height:32px;
		padding-left:20px;
	}
	.site-header .site-gnb ul li + li {
		margin-top:0;
	}
	.site-header .site-gnb ul li a:hover {
		font-weight:400;
	}
	.site-header .site-gnb ul li.current a {
		font-weight:500;
		background:#f5f5f5;
		border-left:4px solid #003a79;
		padding-left:16px;
	}
	
	.site-header .site-gnb li:first-child div,
	.site-header .site-gnb li:nth-child(2) div,
	.site-header .site-gnb li:nth-child(3) div,
	.site-header .site-gnb li:nth-child(4) div,
	.site-header .site-gnb li:nth-child(5) div,
	.site-header .site-gnb li:nth-child(6) div,
	.site-header .site-gnb li:nth-child(7) div { margin-left:0px; }
	
	/* pop-notice  */
	.pop-notice {
		position:fixed;
		width:auto;
		top:15px;
		left:15px;
		right:15px;
		margin-left:0;
		margin-right:0;
		margin-bottom:0;
	}	

	/********
		SITE-BODY
	**********/
	.body-bg { background-image:none;background:#fff !important; }

	.site-body { 
		box-sizing:border-box; 
		padding-bottom:80px;
	}
	.site-lnb { display:none; }
	
	.site-body .site-lnb ~ .site-contents { padding-left:20px; }
	.site-body .site-contents {
		padding-top:20px;
		min-height:350px;
		padding-left:20px;
		padding-right:20px;
	}
	.site-tit { 
		height:auto;
		padding:20px 0;
		background:#003a79;
		margin:0;
	}
	.site-tit h2 { 
		color:#fff;
		padding:0; 
		text-align:center;
		font-size:2em;
	}
	.site-tit h3 { 
		color:#fff;
		padding:0; 
		text-align:center;
		font-size:2em;
		height:1em;
	}
	.site-location ul { 
		min-width:280px;
	}
	.site-location > ul > li + li {
		padding-left:24px;
		margin-left:10px;
	}
	.site-location > ul > li.home + li {
		margin-left:10px;
	}
	.site-location > ul > li > a {
		font-size:1em;
		line-height:2.4em;
		height:2.4em;
	}
	.step,
	.step li { height:43px; }
	.step li { 
		font-size:1.077em;
		padding-left:0px; 
		white-space:nowrap;
		width:35%;
	}
	.step li:first-child {
		width:30%;
	}
	.step li + li { 
		padding-left:20px;
		background-position:0 5px;
		background-size:auto 20px;
	}
	.step li span { font-size:1.4em;margin-right:5px; }

	.step2 li {
		padding-left:0;
	}
	
	.message { 
		padding-top:130px;
		height:auto;
		background-size:100%;
		text-align:center;
		padding-bottom:30px;
		margin-bottom:20px;
	}
	.message p { 
		padding-top:0;
		padding-left:0;
		font-size:1.154em;
	}
	.message ~ p .ceo {
		display:block;
	}
	
	.rolling-noti .bx-controls-direction .bx-prev { left:0px; }
	.rolling-noti .bx-controls-direction .bx-next { right:0px; }
	.rolling-noti { padding: 15px 40px; }
	.rolling-noti li a { 
		font-size:1em;
		line-height:1.6em; 
	}
	.rolling-noti li time { 
		font-size:0.9em;
		margin-left:0;
		padding-left:0;
		display:block; 
		background:none;
	}
	
	.list-book li {
		width:33%;
	}

	/********
		TABLE
	**********/
	.sch-cont .ui-selectmenu-button + input {
		width:130px;
	}
	
	.write-type {	
		padding:10px 0px;
	}
	.write-type table {
		table-layout: auto;
	}
	.write-type table th {
		padding:0;
		font-size:1em;
		white-space:nowrap;
		display:block;
		width:100%;
		line-height:30px;
	}
	.write-type table td {
		display:block;
		width:100%;
		padding:0 0 10px 0;
	}
	
	.write-type2 { width:100%; }
	.write-type2 table {
		table-layout:auto;
	}
	.write-type2 table th {		
		line-height:1.8em;
		vertical-align:middle;
		padding:10px 0px;
		width:auto;
		display:block;
		width:100%;
		text-align:left;
		background-color:#fff;
		font-weight:500;
		border-bottom:0;
		
	}
	.write-type2 table td {
		line-height:1.8em;
		vertical-align:middle;
		display:block;
		width:100%;
		padding:0 0 10px 0;
	}
	.list-type.m-row table {
		table-layout: auto;
		display: block;
		position: relative;
		overflow:hidden;
	}
	.list-type.m-row table:after {
		clear:left;
	}
	.list-type.m-row table thead {
		 display: block;
		 float: left;
	}
	.list-type.m-row table tbody {
		 display: block;
		 width: auto;
		 position: relative;
		 overflow-x: auto;
		 white-space: nowrap; 
	}
	.list-type.m-row table thead tr { display: block; }
	.list-type.m-row table thead th { 
		display: block; 
		text-align: right; 
		padding:10px;
		border-bottom:0;
		border-top:1px solid #ddd;
		min-height:30px;
		line-height:30px;
		vertical-align:middle;
		border-right:1px solid #aaa;
		min-width:60px;
	}
	.list-type.m-row table tbody tr {
		display: inline-block;
		vertical-align: top;
		margin-left:-3px;
		min-width:100%;
	}
	.list-type.m-row table tbody td,
	.list-type.m-row table tbody td.al,
	.list-type.m-row table tbody td.ar {
		display: block; 
		padding-left:15px;		 
		padding-right:15px;
		min-height:30px;
		vertical-align:middle;
		line-height:30px;
		text-align:left;
	}
	.list-type.m-row table tbody td br {
		display:none;
	}
	.list-type.m-row table tbody tr + tr td {
		border-left:1px solid #ddd;	
	}
	.list-type.m-row table tbody td .btn2,
	.list-type.m-row table tbody td .btn4,
	.list-type.m-row table tbody td input {
		height:30px;
		line-height:28px;
	}	

	/********
		main
	**********/
	.site-mn {
		background:none;
	}
	
	.site-mn .site-body {
		padding:0;
		margin-left:0;
		margin-right:0;
	}
	.site-mn .site-body > form > * { 
		margin-left:0;
		margin-right:0;
	}	

	/* footer */
	.site-footer .wrap { 
		padding:0 30px;
	}
	.site-footer .footer-primary {
		background:#283e55;
		height:110px;
	}
	.footer-primary .wrap {
		height:110px;
	}

	.footer-primary .wrap .logo {
		margin-right:10px;
	}
	
	.footer-primary p {
		font-size:1em;
		line-height:1em;
		display:block;
		float:left;
		padding-top:19px;
	}
	.footer-primary p span {
		display:block;
		margin-top:5px;
		font-size:0.923em;
	}
	.site-footer .go-site {
		right:30px;
		left:30px;
		top:60px;
		width:auto;
		height:36px;
	}
	.site-footer .go-site dt {
		line-height:34px;	
	}
	.site-footer li { 
		margin-bottom:1em;
	}
	.site-footer li:first-child + li + li{ 
		border-left:0;
		clear:left;
		margin-left:0;
		padding-left:0;
	}
	.site-footer li a { 
		font-size:1em;
	}
	.site-footer address {
		margin-top:15px;
		font-size:0.923em;
	}
	.site-footer .copyright {
		font-size:0.923em;
		margin-top:15px;
	}
	
	.mn-visual .wrap { padding-left:20px; }
	.mn-notice {}
	.mn-notice .wrap { padding-left:20px; }
	.mn-apply .wrap { padding-left:20px; }
	.site-mn .site-body h3 { position:static;margin-bottom:10px;  }
	.mn-notice ul li a { display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
	.site-mn a.mn-more { right:50px; }
	.mn-apply ul { border-left:0;padding-left:0; }
}

/***************
	480px
**************/
@media screen and (max-width:480px) {	
	
	.btn-cont a, .btn {
		min-width:40%;
		padding:0 10px;
	}
	
	.q0 { width:50px; }
	.q1 { width:100%; }
	.q2 { width:100%; }
	.q3 { width:100%; }
	.q1.datepicker { width:100px; }
	
	/* table */
	.hdnCol1 table colgroup col:nth-child(1),
	.hdnCol2 table colgroup col:nth-child(2),
	.hdnCol3 table colgroup col:nth-child(3),
	.hdnCol4 table colgroup col:nth-child(4),
	.hdnCol5 table colgroup col:nth-child(5),
	.hdnCol6 table colgroup col:nth-child(6),
	.hdnCol7 table colgroup col:nth-child(7),
	.hdnCol8 table colgroup col:nth-child(8),
	.hdnCol9 table colgroup col:nth-child(9),
	.hdnCol10 table colgroup col:nth-child(10),
	.hdnCol1 table tr th:nth-child(1),
	.hdnCol2 table tr th:nth-child(2),
	.hdnCol3 table tr th:nth-child(3),
	.hdnCol4 table tr th:nth-child(4),
	.hdnCol5 table tr th:nth-child(5),
	.hdnCol6 table tr th:nth-child(6),
	.hdnCol7 table tr th:nth-child(7),
	.hdnCol8 table tr th:nth-child(8),
	.hdnCol9 table tr th:nth-child(9),
	.hdnCol10 table tr th:nth-child(10),
	.hdnCol1 table tr td:nth-child(1),
	.hdnCol2 table tr td:nth-child(2),
	.hdnCol3 table tr td:nth-child(3),
	.hdnCol4 table tr td:nth-child(4),
	.hdnCol5 table tr td:nth-child(5),
	.hdnCol6 table tr td:nth-child(6),
	.hdnCol7 table tr td:nth-child(7),
	.hdnCol8 table tr td:nth-child(8),
	.hdnCol9 table tr td:nth-child(9),
	.hdnCol10 table tr td:nth-child(10){ display:none }
	
	.list-type.photo tbody td {
		padding-left:10px;
		padding-right:10px;
	}
	
	.list-type.photo .pic-cont {
		position:relative;
		top:0;
		margin-bottom:10px;
		max-width:100%;
	}
	.list-type.photo .pic-cont a {
		margin:0 auto;
	}

	/**********
		SITE-HEADER
	 **********/
	.site-header h1 a { 
		padding-top:8px;
		font-size:16px;
	}
	
	
	/**********
		SITE-BODY
	 **********/
	.site-header h1 a { 
		padding-top:8px;
		font-size:16px;
	}
	.step2 li:first-child {
		margin-top:0;
	}
	.step2 li h5 {
		position:relative;
		width:100%;
		font-size:1.154em;
		padding:15px 0;
	}
	.step2 li h5 span {
		position:static;
		margin-top:0;
	}
	.step2 li p {
		font-size:1em;
		line-height:1.8em;
		padding:15px 20px;
		border-top:0;
	}
	
	/* book-detail */
	.book-detail li {
		width:100%;
		float:none;
		overflow:hidden;
		padding-bottom:25px;
		padding-left:150px;
	}
	.book-detail li + li {
		border-top:1px solid #ccc;
	}
	.book-detail li .book-thumb {
		top:62px;
	}
	.book-detail li h5 {
		margin-top:0;
		margin-left:-150px
	}
	
	.book-detail li .btn-area a {
		width:100%;
	}
	.book-detail li .btn-area a + a {
		margin-left:0;
		margin-top:6px;
	}	
	
	.list-book li {
		width:50%;
	}
	
	.ui-accordion-content { 
		padding:15px 10px 15px 30px;
		border-bottom:1px solid #dcdcdc;
		color:#666;
		font-size:1.077em;
		background:url('../../images/gate/common/acco_arr.gif') 0px 18px no-repeat;
	}
	
	.tabs .ui-tabs-nav .ui-tabs-anchor {
		font-size:0.923em;
	}
	/**********
		MAIN
	 **********/
	/* pop-notice  */
	.pop-notice {
		width:96%;
		top:10px;
		left:2%;
		margin-left:0;
	}
	.pop-notice img {
		width:100%;
	}
	.pop-notice a.pop-close {
		top:10px;
		right:10px;
	}
	

	/* footer */
	.site-footer .wrap { 
		padding:0 20px;
	}

	
	/**********
		POPUP
	 **********/	
	.layerPopup { 
		position:fixed;
		width:96%;
		height:96%;
		margin-left:0;
		left:2%;
		top:2%;
	}
	.pop-header h1 { 
		font-size:1.8em;
	}
	.pop-close { 
		right:15px;
		top:15px;
	}
	.layerPopup .pop-body { 
		padding:30px 30px 20px 30px; 
	}
	.pop-login input[type="text"],
	.pop-login input[type="password"],
	.pop-login input[type="tel"] { 
		margin-bottom:5px;
	}
	.btn-lnk {
		margin-top:30px;
	}
	
	.layerPopup .pop-close { 
		position:absolute;
		right:15px;
		top:15px;
		width:16px;
		height:16px;
		background:url('../../images/gate/common/pop_close.png') center center no-repeat; 
		background-size:15px;
	}
}

/***************
	360px
**************/
@media screen and (max-width:359px) {	
	.pop-header h1 { 
		padding-top:40px;
	}
	.pop-close { 
		right:10px;
		top:10px;
		width:31px;
		height:32px;
		background-size:20px;
	}
	.pop-body { 
		padding:20px 30px; 
	}
	.pop-login input[type="text"],
	.pop-login input[type="password"],
	.pop-login input[type="tel"] { 
		height:32px;
		line-height:30px;
	}
	.pop-login input + label { margin-top:10px; }
	.pop-login input + label.checkbox { margin-top:10px; }
	.btn-lnk {
		margin-top:30px;
	}
	
	.list-book li {
		width:100%;
		float:none;
	}
}